ToolJet/server/templates/simple-marketplace-admin/definition.json
2024-05-03 17:44:11 +05:30

7828 lines
No EOL
287 KiB
JSON

{
"tooljet_database": [
{
"id": "0c78ec76-2bc2-43b1-b421-da99256f3317",
"table_name": "marketplace_products",
"schema": {
"columns": [
{
"column_name": "id",
"data_type": "integer",
"column_default": "nextval('\"0c78ec76-2bc2-43b1-b421-da99256f3317_id_seq\"'::regclass)",
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": true,
"is_primary_key": true
},
"keytype": "PRIMARY KEY"
},
{
"column_name": "name",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "description",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "image_1",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "image_2",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "image_3",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "listed_by_email",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "category",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "image_thumbnail",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "is_active",
"data_type": "boolean",
"column_default": "true",
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "price",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "created_at",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "updated_at",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "status",
"data_type": "character varying",
"column_default": "pending",
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "contact_number",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "contact_email",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "updated_by_email",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
}
]
}
},
{
"id": "52a248b1-0879-4054-8353-39c4d8da988f",
"table_name": "marketplace_favourites",
"schema": {
"columns": [
{
"column_name": "id",
"data_type": "integer",
"column_default": "nextval('\"52a248b1-0879-4054-8353-39c4d8da988f_id_seq\"'::regclass)",
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": true,
"is_primary_key": true
},
"keytype": "PRIMARY KEY"
},
{
"column_name": "product_id",
"data_type": "integer",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": 32,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
},
{
"column_name": "favourited_by_email",
"data_type": "character varying",
"column_default": null,
"character_maximum_length": null,
"numeric_precision": null,
"constraints_type": {
"is_not_null": false,
"is_primary_key": false
},
"keytype": ""
}
]
}
}
],
"app": [
{
"definition": {
"appV2": {
"id": "13958ccf-cdba-4aed-9142-df77f13c3abf",
"type": "front-end",
"name": "Simple marketplace - Admin",
"slug": "13958ccf-cdba-4aed-9142-df77f13c3abf",
"isPublic": false,
"isMaintenanceOn": false,
"icon": "server",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"currentVersionId": null,
"userId": "ccf51822-9d82-4d82-81dd-22df9f3cfcfc",
"workflowApiToken": null,
"workflowEnabled": false,
"createdAt": "2024-04-08T07:11:19.524Z",
"creationMode": "DEFAULT",
"updatedAt": "2024-04-08T07:11:21.465Z",
"editingVersion": {
"id": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"name": "v1",
"definition": null,
"globalSettings": {
"hideHeader": true,
"appInMaintenance": false,
"canvasMaxWidth": 100,
"canvasMaxWidthType": "%",
"canvasMaxHeight": 2400,
"canvasBackgroundColor": "#edeff5",
"backgroundFxQuery": "#edeff5"
},
"showViewerNavigation": false,
"homePageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"appId": "13958ccf-cdba-4aed-9142-df77f13c3abf",
"currentEnvironmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"promotedFrom": null,
"createdAt": "2024-04-08T07:11:19.547Z",
"updatedAt": "2024-05-03T11:18:00.433Z"
},
"components": [
{
"id": "9d1ed941-a5f0-4773-b063-f12dfef654cf",
"name": "text44",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Contact number<div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "fad59fc7-83b2-44d3-a46f-ea95151d52c1",
"type": "desktop",
"top": 570,
"left": 4.651162345120721,
"width": 7.000000000000001,
"height": 40,
"componentId": "9d1ed941-a5f0-4773-b063-f12dfef654cf",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "e8b5c568-1d3e-45fe-b535-2c38b0ec2ee7",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "9d1ed941-a5f0-4773-b063-f12dfef654cf",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"name": "listview1",
"type": "Listview",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": null,
"properties": {
"mode": {
"value": "grid"
},
"columns": {
"fxActive": true,
"value": "{{parseInt((document.documentElement.clientWidth / 600).toFixed(0))}}"
},
"data": {
"value": "{{queries.getProducts.data.filter(\n (row) =>\n (row.name\n .toLowerCase()\n .includes(components.textinput1.value.toLowerCase()) ||\n row.description\n .toLowerCase()\n .includes(components.textinput1.value.toLowerCase())) &&\n (components.dropdown2.value == true\n ? queries.getWishlist.data.hasOwnProperty(row.id)\n : true)\n)}}"
},
"rowHeight": {
"value": "360"
},
"enablePagination": {
"value": "{{false}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "{{10}}"
},
"borderColor": {
"value": "#ffffff00"
},
"disabledState": {
"value": "{{false}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-30T06:40:32.450Z",
"layouts": [
{
"id": "35af046c-539b-4639-8165-7df9a144c949",
"type": "mobile",
"top": 250,
"left": 2.3255813953488373,
"width": 20,
"height": 300,
"componentId": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "0f1ae578-883c-4f83-880e-6145bc42178c",
"type": "desktop",
"top": 190,
"left": 23.25581395348837,
"width": 32,
"height": 610,
"componentId": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"updatedAt": "2024-05-03T10:49:19.420Z"
}
]
},
{
"id": "d40ef852-b6f7-41ed-9a76-8e5cc36ae07b",
"name": "text2",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "64fac1e3-58dd-493e-864a-5d33c4315ed8",
"properties": {
"text": {
"value": "B R A N D"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff"
},
"textSize": {
"value": "{{24}}"
},
"fontWeight": {
"value": "bold"
},
"letterSpacing": {
"value": "{{0}}"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "c31cd786-6d92-4ad5-8b62-f1780df6e538",
"type": "desktop",
"top": 10,
"left": 2.3255818774724633,
"width": 6,
"height": 40,
"componentId": "d40ef852-b6f7-41ed-9a76-8e5cc36ae07b",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "bbb8273e-8901-488b-a369-d717744fbc98",
"name": "text3",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "64fac1e3-58dd-493e-864a-5d33c4315ed8",
"properties": {
"text": {
"value": "Marketplace for administrator"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#ffffffff",
"fxActive": false
},
"textSize": {
"value": "{{20}}"
},
"textAlign": {
"value": "right"
},
"fontWeight": {
"value": "bold"
},
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "7046d038-46e6-4199-af68-b4e5e003716b",
"type": "desktop",
"top": 10,
"left": 69.76744229792882,
"width": 12,
"height": 40,
"componentId": "bbb8273e-8901-488b-a369-d717744fbc98",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "64fac1e3-58dd-493e-864a-5d33c4315ed8",
"name": "container1",
"type": "Container",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": null,
"properties": {},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00",
"fxActive": false
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "31bcca8f-0e28-4ee8-b282-4a81ad7b21dd",
"type": "desktop",
"top": 20,
"left": 2.325580291207368,
"width": 41,
"height": 70,
"componentId": "64fac1e3-58dd-493e-864a-5d33c4315ed8",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "c2c2a98c-9a17-4974-bfb0-e95ed6674d00",
"name": "button2",
"type": "Button",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"properties": {
"text": {
"value": "View details"
}
},
"general": {},
"styles": {
"borderColor": {
"value": "#3e63ddff"
},
"backgroundColor": {
"value": "#ffffff00"
},
"disabledState": {
"value": "{{false}}"
},
"borderRadius": {
"value": "{{5}}"
},
"loaderColor": {
"value": "#3e63ddff"
},
"textColor": {
"value": "#3e63ddff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-30T06:41:35.824Z",
"layouts": [
{
"id": "07f52def-080a-4d49-9c87-4242abdcae3c",
"type": "mobile",
"top": 260,
"left": 6.9767441860465125,
"width": 6.976744186046512,
"height": 30,
"componentId": "c2c2a98c-9a17-4974-bfb0-e95ed6674d00",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "ef32ec5b-7f18-4e07-a52a-1189adde0439",
"type": "desktop",
"top": 270,
"left": 37.20930566543972,
"width": 23,
"height": 50,
"componentId": "c2c2a98c-9a17-4974-bfb0-e95ed6674d00",
"updatedAt": "2024-05-03T11:17:41.382Z"
}
]
},
{
"id": "db3ebcca-0629-47b1-9315-3aab62fc521c",
"name": "text4",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"properties": {
"text": {
"value": "<div style=\"border-bottom: 0.5px solid #88888880; width: 100vw;\"></div>"
},
"visibility": {
"value": "{{true}}"
}
},
"general": {},
"styles": {
"padding": {
"value": "default"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "3d75b5bb-9732-4353-a6d8-a780c06e561d",
"type": "mobile",
"top": 260,
"left": 6.9767441860465125,
"width": 13.953488372093023,
"height": 40,
"componentId": "db3ebcca-0629-47b1-9315-3aab62fc521c",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "cb08f67a-d8d1-4e67-9edd-180b88638649",
"type": "desktop",
"top": 350,
"left": 2.32558215869854,
"width": 41,
"height": 10,
"componentId": "db3ebcca-0629-47b1-9315-3aab62fc521c",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "83047230-7a83-4486-a0f5-7233a0d2c902",
"name": "text5",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"properties": {
"text": {
"value": "<div style=\"border-right: 0.5px solid #88888880; height: 100vh;\"></div>"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "normal"
},
"textAlign": {
"value": "center"
},
"isScrollRequired": {
"value": "disabled"
},
"padding": {
"value": "default"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "95afe518-5756-45c0-8e3c-7f0f3be9782a",
"type": "mobile",
"top": 250,
"left": 23.25581395348837,
"width": 13.953488372093023,
"height": 40,
"componentId": "83047230-7a83-4486-a0f5-7233a0d2c902",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "2cb57ce5-39cc-4899-b05c-90634d63ed8b",
"type": "desktop",
"top": 0,
"left": 95.34883720930232,
"width": 2,
"height": 350,
"componentId": "83047230-7a83-4486-a0f5-7233a0d2c902",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"name": "container2",
"type": "Container",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": null,
"properties": {},
"general": {},
"styles": {
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "cb97df7e-eddb-4bc1-baea-1b2098ebfe0f",
"type": "mobile",
"top": 570,
"left": 4.651162790697675,
"width": 5,
"height": 200,
"componentId": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "436ce6d0-dfa0-4dec-92dc-79aaee4875af",
"type": "desktop",
"top": 110,
"left": 2.3255813953488373,
"width": 8,
"height": 690,
"componentId": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"updatedAt": "2024-05-03T10:49:22.242Z"
}
]
},
{
"id": "ae0de6cb-1bbb-47d5-9bab-b10bc12bd0db",
"name": "textinput1",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Search"
}
},
"general": {},
"styles": {
"borderColor": {
"value": "#888888ff"
},
"borderRadius": {
"value": "5"
},
"iconColor": {
"value": "#888888ff"
},
"auto": {
"value": true
},
"icon": {
"value": "IconSearch"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "5c325da2-30f1-4f9e-8a87-fb55beeb13dd",
"type": "desktop",
"top": 20,
"left": 6.976741683716129,
"width": 36,
"height": 40,
"componentId": "ae0de6cb-1bbb-47d5-9bab-b10bc12bd0db",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "5e16fe7e-f3f3-4a75-932e-5e2f567181e4",
"type": "mobile",
"top": 0,
"left": 0,
"width": 10,
"height": 40,
"componentId": "ae0de6cb-1bbb-47d5-9bab-b10bc12bd0db",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "4ce5da06-1037-4943-8f52-1ed54297a912",
"name": "dropdown1",
"type": "DropDown",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Select category"
},
"value": {
"value": "{{\"[\\\"Electronics\\\",\\\"Kitchenware\\\",\\\"Apparel\\\",\\\"Wellness\\\",\\\"Sports\\\",\\\"Beauty\\\",\\\"Toys\\\",\\\"Automotive\\\",\\\"Pets\\\",\\\"Tools\\\"]\"}}"
},
"display_values": {
"value": "{{[\n \"All categories\",\n \"Electronics\",\n \"Kitchenware\",\n \"Apparel\",\n \"Wellness\",\n \"Sports\",\n \"Beauty\",\n \"Toys\",\n \"Automotive\",\n \"Pets\",\n \"Tools\"\n]}}"
},
"values": {
"value": "{{[\n \"[\\\"Electronics\\\",\\\"Kitchenware\\\",\\\"Apparel\\\",\\\"Wellness\\\",\\\"Sports\\\",\\\"Beauty\\\",\\\"Toys\\\",\\\"Automotive\\\",\\\"Pets\\\",\\\"Tools\\\"]\",\n \"[\\\"Electronics\\\"]\",\n \"[\\\"Kitchenware\\\"]\",\n \"[\\\"Apparel\\\"]\",\n \"[\\\"Wellness\\\"]\",\n \"[\\\"Sports\\\"]\",\n \"[\\\"Beauty\\\"]\",\n \"[\\\"Toys\\\"]\",\n \"[\\\"Automotive\\\"]\",\n \"[\\\"Pets\\\"]\",\n \"[\\\"Tools\\\"]\"\n]}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "c039c83b-0d3e-46af-bd62-0f4cd46145d0",
"type": "desktop",
"top": 250,
"left": 6.976751689437488,
"width": 36,
"height": 40,
"componentId": "4ce5da06-1037-4943-8f52-1ed54297a912",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "6bd8eb02-b39d-4861-8caf-e90dbc04c9b6",
"type": "mobile",
"top": 150,
"left": 13.953488372093023,
"width": 18.6046511627907,
"height": 30,
"componentId": "4ce5da06-1037-4943-8f52-1ed54297a912",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "0a31682d-8a22-440f-9fc9-8ff3a69272f0",
"name": "text6",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Category</div>"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "normal"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "61d8526b-72cf-4457-b362-d5bff2763107",
"type": "mobile",
"top": 80,
"left": 16.279069767441857,
"width": 13.953488372093023,
"height": 40,
"componentId": "0a31682d-8a22-440f-9fc9-8ff3a69272f0",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "f84f1833-ab60-46fc-aef3-421d90639134",
"type": "desktop",
"top": 220,
"left": 6.976757682690073,
"width": 34.99999999999999,
"height": 30,
"componentId": "0a31682d-8a22-440f-9fc9-8ff3a69272f0",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "89ec44ea-9f52-493f-878e-5a886d68d70a",
"name": "text7",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Minimum price</div>"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "normal"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "8addb985-87c0-4e84-b763-eafa80b97ca9",
"type": "mobile",
"top": 80,
"left": 16.279069767441857,
"width": 13.953488372093023,
"height": 40,
"componentId": "89ec44ea-9f52-493f-878e-5a886d68d70a",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "867787ca-9445-4708-922b-b54bb271ae34",
"type": "desktop",
"top": 320,
"left": 6.9767546626595935,
"width": 34.99999999999999,
"height": 30,
"componentId": "89ec44ea-9f52-493f-878e-5a886d68d70a",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "b14e7810-2d86-45a0-8b1b-e781148a6b0a",
"name": "numberinput1",
"type": "NumberInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": ""
},
"value": {
"value": "0"
},
"decimalPlaces": {
"value": "{{2}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
},
"icon": {
"value": "IconCurrencyDollar"
},
"iconColor": {
"value": "#888888ff"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"minValue": {
"value": "0"
},
"maxValue": {
"value": "{{components.numberinput2.value}}"
}
},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "427a8950-80ab-4f9d-9628-e105df12d625",
"type": "desktop",
"top": 350,
"left": 6.976752705987563,
"width": 36,
"height": 40,
"componentId": "b14e7810-2d86-45a0-8b1b-e781148a6b0a",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "1b90a057-71ac-4d0e-b4c7-aa308b5cf9b2",
"type": "mobile",
"top": 240,
"left": 4.651162790697674,
"width": 23.25581395348837,
"height": 40,
"componentId": "b14e7810-2d86-45a0-8b1b-e781148a6b0a",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "f178fd2e-fcc7-4db7-8267-65179b38b16e",
"name": "numberinput2",
"type": "NumberInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "99999.99"
},
"placeholder": {
"value": ""
},
"decimalPlaces": {
"value": "{{2}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
},
"icon": {
"value": "IconCurrencyDollar"
},
"iconColor": {
"value": "#888888ff"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"maxValue": {
"value": ""
},
"minValue": {
"value": "{{components.numberinput1.value}}"
},
"mandatory": {
"value": "{{false}}"
}
},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "1545182d-faee-49d3-9eba-3c018d042fcc",
"type": "desktop",
"top": 450,
"left": 6.976749743335181,
"width": 36,
"height": 40,
"componentId": "f178fd2e-fcc7-4db7-8267-65179b38b16e",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "91af5d23-4b51-4253-9e84-eef2a208f443",
"type": "mobile",
"top": 240,
"left": 4.651162790697674,
"width": 23.25581395348837,
"height": 40,
"componentId": "f178fd2e-fcc7-4db7-8267-65179b38b16e",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "b8b66ac6-19f6-4d04-bcee-1cedda76ebbb",
"name": "text8",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Maximum price</div>"
}
},
"general": {},
"styles": {
"fontWeight": {
"value": "normal"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "ac167290-cee8-4788-b796-732c1e04b7fb",
"type": "mobile",
"top": 80,
"left": 16.279069767441857,
"width": 13.953488372093023,
"height": 40,
"componentId": "b8b66ac6-19f6-4d04-bcee-1cedda76ebbb",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "ab063e12-94d7-4db0-9687-284e92d9574c",
"type": "desktop",
"top": 420,
"left": 6.976747923546997,
"width": 34.99999999999999,
"height": 30,
"componentId": "b8b66ac6-19f6-4d04-bcee-1cedda76ebbb",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "462707ea-9a50-480f-8c17-bba46e5a99ef",
"name": "button3",
"type": "Button",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"text": {
"value": "Reset filters"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#ffffff00"
},
"textColor": {
"value": "#3e63ddff"
},
"loaderColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#3e63ddff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "05e38af0-f695-4d8b-8ec3-021fac86d8c2",
"type": "mobile",
"top": 420,
"left": 13.953488372093025,
"width": 6.976744186046512,
"height": 30,
"componentId": "462707ea-9a50-480f-8c17-bba46e5a99ef",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "3c1648b8-2238-45ed-8475-fe94083fa916",
"type": "desktop",
"top": 570,
"left": 6.97674118298545,
"width": 36,
"height": 40,
"componentId": "462707ea-9a50-480f-8c17-bba46e5a99ef",
"updatedAt": "2024-05-03T10:49:30.161Z"
}
]
},
{
"id": "6166f754-0d55-4bbd-8f13-bfc18bccc7ad",
"name": "button4",
"type": "Button",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"text": {
"value": "Apply filters"
},
"loadingState": {
"fxActive": true,
"value": "{{(variables?.applyingFilter ?? false) && queries.getProducts.isLoading}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "{{5}}"
},
"backgroundColor": {
"value": "#3e63ddff"
},
"borderColor": {
"value": "#3e63ddff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "fb05c89a-3d17-48ed-afeb-1a6244609756",
"type": "mobile",
"top": 480,
"left": 4.651162790697675,
"width": 6.976744186046512,
"height": 30,
"componentId": "6166f754-0d55-4bbd-8f13-bfc18bccc7ad",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "b3d849d2-2114-436c-b873-537f397cac63",
"type": "desktop",
"top": 620,
"left": 6.976735765785905,
"width": 36,
"height": 40,
"componentId": "6166f754-0d55-4bbd-8f13-bfc18bccc7ad",
"updatedAt": "2024-05-03T10:49:30.161Z"
}
]
},
{
"id": "1475462d-bde5-4c26-ad62-bcb24dc371cf",
"name": "text10",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Filters</div>"
}
},
"general": {},
"styles": {
"textColor": {
"value": "#3e63ddff"
},
"textSize": {
"value": "18"
},
"textIndent": {
"value": "0"
},
"isScrollRequired": {
"value": "disabled"
},
"borderRadius": {
"value": "5"
},
"backgroundColor": {
"value": "#fff00000",
"fxActive": false
},
"textAlign": {
"value": "left"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "9ed085c3-b7df-4c37-aa95-8ed2cfc352c2",
"type": "mobile",
"top": 0,
"left": 0,
"width": 6,
"height": 40,
"componentId": "1475462d-bde5-4c26-ad62-bcb24dc371cf",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "4c18de03-215a-4138-8e40-ba52d28a9826",
"type": "desktop",
"top": 160,
"left": 6.976749175000256,
"width": 36,
"height": 40,
"componentId": "1475462d-bde5-4c26-ad62-bcb24dc371cf",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "5a3c1926-f99d-46bc-b601-ab77208cfbe2",
"name": "container3",
"type": "Container",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": null,
"properties": {},
"general": {},
"styles": {
"borderRadius": {
"value": "10"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "fc334ec9-51c1-4f94-bbf1-28d366273ae5",
"type": "desktop",
"top": 110,
"left": 23.25581395348837,
"width": 32,
"height": 70,
"componentId": "5a3c1926-f99d-46bc-b601-ab77208cfbe2",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "f1b7dd2d-4e2d-44dc-9da9-e6145d9a8f4a",
"type": "mobile",
"top": 700,
"left": 23.25581395348837,
"width": 5,
"height": 200,
"componentId": "5a3c1926-f99d-46bc-b601-ab77208cfbe2",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "2ee89700-8c95-4c10-af66-db83177d1e68",
"name": "button7",
"type": "Button",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "5a3c1926-f99d-46bc-b601-ab77208cfbe2",
"properties": {
"text": {
"value": "Manage all listings"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#ffffff00"
},
"textColor": {
"value": "#3e63ddff"
},
"loaderColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#3e63ddff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "f3c65fea-5383-42e0-b991-27d189984648",
"type": "mobile",
"top": 180,
"left": 0,
"width": 3,
"height": 30,
"componentId": "2ee89700-8c95-4c10-af66-db83177d1e68",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "1ff1f67b-41a3-48b6-95f2-459a85d7cac8",
"type": "desktop",
"top": 10,
"left": 58.1395389027077,
"width": 9,
"height": 40,
"componentId": "2ee89700-8c95-4c10-af66-db83177d1e68",
"updatedAt": "2024-05-03T11:17:44.911Z"
}
]
},
{
"id": "e4a0ed27-209b-4813-a1dc-1799db62e8a2",
"name": "button8",
"type": "Button",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "5a3c1926-f99d-46bc-b601-ab77208cfbe2",
"properties": {
"text": {
"value": "List a product"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "c933a836-ca51-4c72-a65f-2e8ce9b99313",
"type": "desktop",
"top": 10,
"left": 81.39536571365016,
"width": 7,
"height": 40,
"componentId": "e4a0ed27-209b-4813-a1dc-1799db62e8a2",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "f1ad54af-94cc-4c9d-8acf-b0d4073c9ca1",
"type": "mobile",
"top": 140,
"left": 0,
"width": 3,
"height": 30,
"componentId": "e4a0ed27-209b-4813-a1dc-1799db62e8a2",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "e4f0f4e5-7f68-4dc1-a320-1a73de9f8e6b",
"name": "text11",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "5a3c1926-f99d-46bc-b601-ab77208cfbe2",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Products</div>"
}
},
"general": {},
"styles": {
"backgroundColor": {
"fxActive": false
},
"textColor": {
"value": "#3e63ddff"
},
"textSize": {
"value": "18"
},
"textIndent": {
"value": "0"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "d9bd43fa-6bca-48e0-a70a-fa38d346a751",
"type": "mobile",
"top": 0,
"left": 0,
"width": 6,
"height": 40,
"componentId": "e4f0f4e5-7f68-4dc1-a320-1a73de9f8e6b",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "3ae3f286-aed9-41f8-8456-e53173053547",
"type": "desktop",
"top": 10,
"left": 2.325581412307962,
"width": 6,
"height": 40,
"componentId": "e4f0f4e5-7f68-4dc1-a320-1a73de9f8e6b",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "0ebf315b-6792-4a41-8afc-cf11a745e2de",
"name": "text13",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"properties": {
"text": {
"value": "{{queries.getWishlist.data.hasOwnProperty(listItem.id) ? `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3E63DDFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color: #3E63DDFF; height: 20px; width: auto;\">\n <path d=\"M14 2a5 5 0 0 1 5 5v14a1 1 0 0 1 -1.555 .832l-5.445 -3.63l-5.444 3.63a1 1 0 0 1 -1.55 -.72l-.006 -.112v-14a5 5 0 0 1 5 -5h4z\" fill=\"currentColor\" stroke-width=\"0\"></path>\n</svg>` : `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3E63DDFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color: #3E63DDFF; height: 20px; width: auto;\">\n <path d=\"M18 7v14l-6 -4l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4z\"></path>\n</svg>`}}"
},
"loadingState": {
"value": "{{variables.selectedProductForBookmark.productId == listItem.id && (queries.getWishlist.isLoading || queries.addToWishlist.isLoading || queries.removeFromWishlist.isLoading)}}",
"fxActive": true
},
"disabledState": {
"fxActive": true,
"value": "{{queries.getWishlist.isLoading || queries.addToWishlist.isLoading || queries.removeFromWishlist.isLoading}}"
},
"visibility": {
"fxActive": false
}
},
"general": {},
"styles": {
"textAlign": {
"value": "center"
},
"borderColor": {
"value": "#ffffff00"
},
"borderRadius": {
"value": "5"
},
"backgroundColor": {
"value": "#3e63dd1a"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "47e273b0-ba1e-4deb-93bc-355d755308bf",
"type": "mobile",
"top": 0,
"left": 0,
"width": 6,
"height": 40,
"componentId": "0ebf315b-6792-4a41-8afc-cf11a745e2de",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "03e0e73d-3237-49c4-aaa5-3c07c4da746a",
"type": "desktop",
"top": 270,
"left": 6.976738928322358,
"width": 6,
"height": 50,
"componentId": "0ebf315b-6792-4a41-8afc-cf11a745e2de",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "d36c3541-d827-42bb-b5b8-bd8cde0f0f8a",
"name": "dropdown2",
"type": "DropDown",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "01f2ed33-dee5-4cda-985d-20d91cbcae99",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "{{false}}"
},
"display_values": {
"value": "{{[\"All products\", \"Wishlisted products only\"]}}"
},
"placeholder": {
"value": "Select favourite preference"
},
"values": {
"value": "{{[false, true]}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "28c36be8-184c-4fdd-8342-29d9695c01e6",
"type": "desktop",
"top": 80,
"left": 6.97674118298545,
"width": 36,
"height": 40,
"componentId": "d36c3541-d827-42bb-b5b8-bd8cde0f0f8a",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "0ebd0c74-d810-4bd7-9f6a-e74b23be9d4d",
"type": "mobile",
"top": 150,
"left": 13.953488372093023,
"width": 18.6046511627907,
"height": 30,
"componentId": "d36c3541-d827-42bb-b5b8-bd8cde0f0f8a",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "064c3967-1972-4cd9-bffd-71c9185ec4a9",
"name": "text14",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"properties": {
"text": {
"value": "{{`<div style=\"font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;\">${listItem.name}</div>`}}"
}
},
"general": {},
"styles": {
"isScrollRequired": {
"value": "disabled"
},
"verticalAlignment": {
"value": "center"
},
"textAlign": {
"value": "right"
},
"textSize": {
"value": "16"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-30T06:45:24.721Z",
"layouts": [
{
"id": "552374eb-d5b9-4fe7-b345-61396ed4fcd5",
"type": "mobile",
"top": 200,
"left": 11.627906976744185,
"width": 13.953488372093023,
"height": 40,
"componentId": "064c3967-1972-4cd9-bffd-71c9185ec4a9",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "1f7ce904-a64e-4bab-acc5-75899fcf1103",
"type": "desktop",
"top": 230,
"left": 37.20928434808359,
"width": 22.999999999999996,
"height": 30,
"componentId": "064c3967-1972-4cd9-bffd-71c9185ec4a9",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "ef884cb8-f9aa-4ae9-ad4f-a0c919d8c1f8",
"name": "text15",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"properties": {
"text": {
"value": "{{`<div style=\"font-weight: 300; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;\">${new Intl.NumberFormat('en-US', { style: 'currency', currency: \"USD\" }).format(listItem.price)}</div>`}}"
}
},
"general": {},
"styles": {
"isScrollRequired": {
"value": "disabled"
},
"textSize": {
"value": "16"
},
"padding": {
"value": "default"
},
"fontWeight": {
"value": "normal"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-30T06:45:13.250Z",
"layouts": [
{
"id": "9c6cbcca-949f-44fa-a116-58e8839b50f3",
"type": "mobile",
"top": 200,
"left": 11.627906976744185,
"width": 13.953488372093023,
"height": 40,
"componentId": "ef884cb8-f9aa-4ae9-ad4f-a0c919d8c1f8",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "d721b890-79e4-414f-aecd-665828c4a6d7",
"type": "desktop",
"top": 230,
"left": 6.976738928322358,
"width": 12,
"height": 30,
"componentId": "ef884cb8-f9aa-4ae9-ad4f-a0c919d8c1f8",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"name": "modal1",
"type": "Modal",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": null,
"properties": {
"useDefaultButton": {
"value": "{{false}}"
},
"size": {
"value": "lg"
},
"title": {
"value": "List a product"
},
"modalHeight": {
"value": "770px"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "6a92ba85-6202-44cc-8492-f9963b5ae22b",
"type": "mobile",
"top": 810,
"left": 2.3255813953488373,
"width": 10,
"height": 34,
"componentId": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "654df1bf-7d5c-49ed-88b1-3ad375071be2",
"type": "desktop",
"top": 860,
"left": 2.3255821371982277,
"width": 4,
"height": 30,
"componentId": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"updatedAt": "2024-05-03T10:48:00.999Z"
}
]
},
{
"id": "450ba525-f52d-4469-bb02-23c056e2a8ff",
"name": "text16",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Product Name<div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "d88d7225-5dd3-4295-9f30-6395e72c684b",
"type": "desktop",
"top": 270,
"left": 4.651157795013531,
"width": 7.000000000000001,
"height": 40,
"componentId": "450ba525-f52d-4469-bb02-23c056e2a8ff",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "de262bdd-0a15-4c64-8cc7-0132c5b6c6a7",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "450ba525-f52d-4469-bb02-23c056e2a8ff",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "c5d52a0a-1a92-47dd-b04e-fe27bc773b20",
"name": "textinput2",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter name"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "5d72d5d1-60a8-4b46-bc50-fc91a30b67b3",
"type": "mobile",
"top": 50,
"left": 23.255813953488374,
"width": 23.25581395348837,
"height": 40,
"componentId": "c5d52a0a-1a92-47dd-b04e-fe27bc773b20",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "5c1de084-cced-42cc-8e77-c6759bbeb93d",
"type": "desktop",
"top": 270,
"left": 20.930216037380013,
"width": 32,
"height": 40,
"componentId": "c5d52a0a-1a92-47dd-b04e-fe27bc773b20",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "57a71247-af9b-44bd-b471-a940388ab31c",
"name": "text18",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Description</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "eb387177-e567-4638-9df4-6696a05389e5",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "57a71247-af9b-44bd-b471-a940388ab31c",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "33da69fe-0f7e-4eb7-b1f1-0c22985de1e3",
"type": "desktop",
"top": 330,
"left": 4.6511647458281224,
"width": 6,
"height": 40,
"componentId": "57a71247-af9b-44bd-b471-a940388ab31c",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "96e18eba-e9db-4682-aaa2-1f8a80569c5c",
"name": "textarea1",
"type": "TextArea",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"value": {
"value": ""
},
"placeholder": {
"value": "Enter description"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "18920f06-c5fb-477d-bda1-6ac9b00347fd",
"type": "desktop",
"top": 330,
"left": 20.930231960068358,
"width": 32,
"height": 100,
"componentId": "96e18eba-e9db-4682-aaa2-1f8a80569c5c",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "401660ba-7cc9-4db8-86ce-78e497efaaef",
"type": "mobile",
"top": 120,
"left": 23.255813953488374,
"width": 13.953488372093023,
"height": 100,
"componentId": "96e18eba-e9db-4682-aaa2-1f8a80569c5c",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "2bbf6c12-e1a9-4c45-858a-2ac845f01451",
"name": "image2",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"source": {
"value": "{{components.textinput3.value.trim() == \"\" ? \"https://www.svgrepo.com/show/34217/image.svg\" : components.textinput3.value.trim()}}"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#ffffffff"
},
"borderType": {
"value": "rounded"
}
},
"generalStyles": {
"boxShadow": {
"value": "0px 0px 0px 1px #8888884d"
}
},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "e6566944-21a4-4a77-a8c5-fddda5653daf",
"type": "desktop",
"top": 30,
"left": 4.651164443630164,
"width": 9,
"height": 120,
"componentId": "2bbf6c12-e1a9-4c45-858a-2ac845f01451",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "09acc67e-e244-4586-99fc-568e0e9b279a",
"type": "mobile",
"top": 230,
"left": 6.976744186046512,
"width": 6.976744186046512,
"height": 100,
"componentId": "2bbf6c12-e1a9-4c45-858a-2ac845f01451",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "99fa8fc9-5071-490b-88da-4ccd10465da0",
"name": "image1",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "d937fbf0-c386-4007-920a-01a5eb3c83e4",
"properties": {
"source": {
"value": "{{listItem.image_thumbnail}}"
}
},
"general": {},
"styles": {
"borderType": {
"value": "rounded"
},
"imageFit": {
"value": "contain"
},
"backgroundColor": {
"value": "#ffffffff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "7d736e42-995c-4da7-96a4-a23f47c83295",
"type": "desktop",
"top": 40,
"left": 6.976744186046512,
"width": 36,
"height": 180,
"componentId": "99fa8fc9-5071-490b-88da-4ccd10465da0",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "f10dc52f-7729-4176-9428-c8333699053d",
"name": "image3",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"source": {
"value": "{{components.textinput4.value.trim() == \"\" ? \"https://www.svgrepo.com/show/34217/image.svg\" : components.textinput4.value.trim()}}"
},
"zoomButtons": {
"value": "{{true}}"
}
},
"general": {},
"styles": {
"borderType": {
"value": "rounded"
},
"backgroundColor": {
"value": "#ffffffff"
}
},
"generalStyles": {
"boxShadow": {
"value": "0px 0px 0px 1px #8888884d"
}
},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "278ee642-ce2e-4664-b4c9-92860f3b328b",
"type": "desktop",
"top": 30,
"left": 27.906985472585674,
"width": 9,
"height": 120,
"componentId": "f10dc52f-7729-4176-9428-c8333699053d",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "a05ff51c-0f92-4d44-b9ad-f5b6f6049875",
"type": "mobile",
"top": 230,
"left": 6.976744186046512,
"width": 6.976744186046512,
"height": 100,
"componentId": "f10dc52f-7729-4176-9428-c8333699053d",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "4d7ea0c6-08c6-4e45-b19b-41a17b7ec031",
"name": "image4",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"source": {
"value": "{{components.textinput5.value.trim() == \"\" ? \"https://www.svgrepo.com/show/34217/image.svg\" : components.textinput5.value.trim()}}"
},
"zoomButtons": {
"value": "{{true}}"
}
},
"general": {},
"styles": {
"borderType": {
"value": "rounded"
},
"backgroundColor": {
"value": "#ffffffff"
}
},
"generalStyles": {
"boxShadow": {
"value": "0px 0px 0px 1px #8888884d"
}
},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "40cad8ec-315f-4228-9c8e-c40efa0abf6e",
"type": "desktop",
"top": 30,
"left": 51.16278162692838,
"width": 9,
"height": 120,
"componentId": "4d7ea0c6-08c6-4e45-b19b-41a17b7ec031",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "f8ed4e62-08ec-46a7-96ed-132da462cc73",
"type": "mobile",
"top": 230,
"left": 6.976744186046512,
"width": 6.976744186046512,
"height": 100,
"componentId": "4d7ea0c6-08c6-4e45-b19b-41a17b7ec031",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "aca05ce6-34ae-428f-ab61-9ee65108ff30",
"name": "image5",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"source": {
"value": "{{components.textinput6.value.trim() == \"\" ? \"https://www.svgrepo.com/show/34217/image.svg\" : components.textinput6.value.trim()}}"
},
"zoomButtons": {
"value": "{{true}}"
}
},
"general": {},
"styles": {
"borderType": {
"value": "rounded"
},
"backgroundColor": {
"value": "#ffffffff"
}
},
"generalStyles": {
"boxShadow": {
"value": "0px 0px 0px 1px #8888884d"
}
},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "5205cfc4-615c-493f-84ac-2ced1f249745",
"type": "desktop",
"top": 30,
"left": 74.41860510433918,
"width": 9,
"height": 120,
"componentId": "aca05ce6-34ae-428f-ab61-9ee65108ff30",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "64bef685-2219-40c0-957c-7dab7a7e0f73",
"type": "mobile",
"top": 230,
"left": 6.976744186046512,
"width": 6.976744186046512,
"height": 100,
"componentId": "aca05ce6-34ae-428f-ab61-9ee65108ff30",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "6f408a9f-73c8-47c4-a4a3-089eb4e1b9f4",
"name": "text19",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Thumbnail URL</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "62923908-73fe-4ff2-b121-d8640eb22735",
"type": "desktop",
"top": 150,
"left": 4.651159609227916,
"width": 9,
"height": 40,
"componentId": "6f408a9f-73c8-47c4-a4a3-089eb4e1b9f4",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "0e2942d8-8ecf-40e1-b12c-e07a53074650",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "6f408a9f-73c8-47c4-a4a3-089eb4e1b9f4",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "8da8e0ca-9c3f-4806-92df-f1f8e9d606c7",
"name": "textinput3",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "https://..."
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "c71946e1-95e2-426c-beda-0aeb7fdda531",
"type": "desktop",
"top": 190,
"left": 4.651159851195644,
"width": 9,
"height": 40,
"componentId": "8da8e0ca-9c3f-4806-92df-f1f8e9d606c7",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "0aa260f8-e49f-4ff1-a8fb-69008ae020e6",
"type": "mobile",
"top": 360,
"left": 2.3255813953488373,
"width": 23.25581395348837,
"height": 40,
"componentId": "8da8e0ca-9c3f-4806-92df-f1f8e9d606c7",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "0d6610e7-e5f4-4872-bfc3-bd8e93ab8225",
"name": "text20",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Image 1</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "37ab5888-4e42-47d1-b1b0-c19b21288cc4",
"type": "desktop",
"top": 150,
"left": 27.906971490772545,
"width": 9,
"height": 40,
"componentId": "0d6610e7-e5f4-4872-bfc3-bd8e93ab8225",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "bcedc299-b02e-49c5-8645-483c8d797af7",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "0d6610e7-e5f4-4872-bfc3-bd8e93ab8225",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "994a4565-58ef-4d31-9136-56e855bdf2ce",
"name": "textinput4",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "https://..."
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "b7f5d6a9-3ee7-416a-b1dd-799adfec0047",
"type": "desktop",
"top": 190,
"left": 27.90697434376371,
"width": 9,
"height": 40,
"componentId": "994a4565-58ef-4d31-9136-56e855bdf2ce",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "ecda3789-64a4-4b12-9a1b-6c4f8b93e9af",
"type": "mobile",
"top": 360,
"left": 2.3255813953488373,
"width": 23.25581395348837,
"height": 40,
"componentId": "994a4565-58ef-4d31-9136-56e855bdf2ce",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "921695f0-efb1-4a1c-98e2-269d2a34a5a4",
"name": "text21",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Image 2</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "3ece9025-03ef-4b49-af62-ec8fbdba47cc",
"type": "desktop",
"top": 150,
"left": 51.1627778686928,
"width": 9,
"height": 40,
"componentId": "921695f0-efb1-4a1c-98e2-269d2a34a5a4",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "c4e90292-19ec-40d4-a365-59e0e6e76a10",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "921695f0-efb1-4a1c-98e2-269d2a34a5a4",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "4c98d844-8123-473a-bc91-eb58e0fde753",
"name": "textinput5",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "https://..."
},
"disabledState": {
"fxActive": false,
"value": "{{false}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "5bb9a62a-43a8-4e78-bf79-3defe2dc21e2",
"type": "mobile",
"top": 360,
"left": 2.3255813953488373,
"width": 23.25581395348837,
"height": 40,
"componentId": "4c98d844-8123-473a-bc91-eb58e0fde753",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "9c1f23e8-c71a-4d12-882d-b939399cbe59",
"type": "desktop",
"top": 190,
"left": 51.16278010993017,
"width": 9,
"height": 40,
"componentId": "4c98d844-8123-473a-bc91-eb58e0fde753",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "114f2689-3852-466b-ab06-ea5dab39ece2",
"name": "textinput6",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "https://..."
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "46a30932-b3d4-449a-8658-920c0229a229",
"type": "desktop",
"top": 190,
"left": 74.4185982799801,
"width": 9,
"height": 40,
"componentId": "114f2689-3852-466b-ab06-ea5dab39ece2",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "47486caf-8ab3-4353-997f-bd438f182634",
"type": "mobile",
"top": 360,
"left": 2.3255813953488373,
"width": 23.25581395348837,
"height": 40,
"componentId": "114f2689-3852-466b-ab06-ea5dab39ece2",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "cb7db7bb-de98-4418-8f75-7c4a3cf9b6a5",
"name": "text22",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Image 3</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "ef8cacb6-2f36-4e56-a31d-d8f44e4cc1a4",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "cb7db7bb-de98-4418-8f75-7c4a3cf9b6a5",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "ed209744-82b2-47bd-8115-de99b163bad8",
"type": "desktop",
"top": 150,
"left": 74.41859447089072,
"width": 9,
"height": 40,
"componentId": "cb7db7bb-de98-4418-8f75-7c4a3cf9b6a5",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "d989fa4d-ac98-449b-b84a-db60a2e49ba1",
"name": "text23",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Category</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "bbbcfdc5-25e3-407e-aca8-406fe47addab",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "d989fa4d-ac98-449b-b84a-db60a2e49ba1",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "54b4c091-30e4-4f8d-bf41-61a5e3bc66ed",
"type": "desktop",
"top": 450,
"left": 4.651162790697675,
"width": 7.000000000000001,
"height": 40,
"componentId": "d989fa4d-ac98-449b-b84a-db60a2e49ba1",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "57f65f12-41ac-46b8-abbd-4b6cc7202e39",
"name": "dropdown3",
"type": "DropDown",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Select category"
},
"values": {
"value": "{{[\n \"Electronics\",\n \"Kitchenware\",\n \"Apparel\",\n \"Wellness\",\n \"Sports\",\n \"Beauty\",\n \"Toys\",\n \"Automotive\",\n \"Pets\",\n \"Tools\"\n]}}"
},
"display_values": {
"value": "{{[\n \"Electronics\",\n \"Kitchenware\",\n \"Apparel\",\n \"Wellness\",\n \"Sports\",\n \"Beauty\",\n \"Toys\",\n \"Automotive\",\n \"Pets\",\n \"Tools\"\n]}}"
},
"value": {
"value": "{{}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "17b1de86-bbb0-42e4-bc49-23a355d0818d",
"type": "desktop",
"top": 450,
"left": 20.93023255813954,
"width": 32,
"height": 40,
"componentId": "57f65f12-41ac-46b8-abbd-4b6cc7202e39",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "1cfe3ff2-818f-4b01-ada8-a5fda1302542",
"type": "mobile",
"top": 450,
"left": 20.930232558139533,
"width": 18.6046511627907,
"height": 30,
"componentId": "57f65f12-41ac-46b8-abbd-4b6cc7202e39",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "7995615f-5504-4fc1-941c-605da49a6a32",
"name": "text24",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Price</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "aa196536-1301-4fb9-a5aa-3599a5acafc9",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "7995615f-5504-4fc1-941c-605da49a6a32",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "4442e977-1dac-4401-9262-c4863fa293e1",
"type": "desktop",
"top": 510,
"left": 4.651162790697675,
"width": 7.000000000000001,
"height": 40,
"componentId": "7995615f-5504-4fc1-941c-605da49a6a32",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "8371fe15-1242-400f-9f28-9f30ef8e4c17",
"name": "numberinput3",
"type": "NumberInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "0.00"
}
},
"general": {},
"styles": {
"icon": {
"value": "IconCurrencyDollar"
},
"iconVisibility": {
"value": true
},
"iconColor": {
"value": "#888888ff"
},
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"minValue": {
"value": "0.01"
},
"maxValue": {
"value": "99999.99"
}
},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "cba1a805-6e8d-4147-9edb-0bbf0a7cf5ff",
"type": "mobile",
"top": 510,
"left": 32.55813953488372,
"width": 23.25581395348837,
"height": 40,
"componentId": "8371fe15-1242-400f-9f28-9f30ef8e4c17",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "ab5a091c-3ac0-4334-8e58-f8b9584b0b74",
"type": "desktop",
"top": 510,
"left": 20.93023762051931,
"width": 32,
"height": 40,
"componentId": "8371fe15-1242-400f-9f28-9f30ef8e4c17",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "796717fb-2f44-4bb4-a27d-5bf1614c6bbe",
"name": "button6",
"type": "Button",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "Save"
},
"loadingState": {
"fxActive": true,
"value": "{{queries.addProduct.isLoading}}"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "38165a23-e42c-4a9d-9a29-586e844a5ca8",
"type": "desktop",
"top": 700,
"left": 81.39534746660424,
"width": 6.000000000000001,
"height": 40,
"componentId": "796717fb-2f44-4bb4-a27d-5bf1614c6bbe",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "42fb8c86-5c0b-4395-92c1-bd10af3d82bc",
"type": "mobile",
"top": 140,
"left": 0,
"width": 3,
"height": 30,
"componentId": "796717fb-2f44-4bb4-a27d-5bf1614c6bbe",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "9aee188f-f974-4a20-bd84-b1d158ff49da",
"name": "button9",
"type": "Button",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "Cancel"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#ffffff00"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#3e63ddff"
},
"textColor": {
"value": "#3e63ddff"
},
"loaderColor": {
"value": "#3e63ddff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "e1a755ed-3849-443d-9167-029630d47b12",
"type": "desktop",
"top": 700,
"left": 65.11625879246459,
"width": 6.000000000000001,
"height": 40,
"componentId": "9aee188f-f974-4a20-bd84-b1d158ff49da",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "f6c99470-9e58-4ca0-afaf-19d7b933379c",
"type": "mobile",
"top": 140,
"left": 0,
"width": 3,
"height": 30,
"componentId": "9aee188f-f974-4a20-bd84-b1d158ff49da",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "90be4c21-34c5-4cb6-8aad-d18ed6bd0aed",
"name": "image6",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "0c7a498d-b120-4184-8c68-55dd7564e237",
"properties": {
"source": {
"value": "{{variables.selectedProduct[`image_${variables.imageIndex}`]}}"
},
"zoomButtons": {
"value": "{{true}}"
}
},
"general": {},
"styles": {
"borderType": {
"value": "rounded"
},
"backgroundColor": {
"value": "#ffffffff"
},
"padding": {
"value": "0"
}
},
"generalStyles": {
"boxShadow": {
"value": "0px 0px 0px 0px #00000040"
}
},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "328a0ebb-76d2-40a3-bf2b-da0ca9c4db20",
"type": "mobile",
"top": 230,
"left": 6.976744186046512,
"width": 6.976744186046512,
"height": 100,
"componentId": "90be4c21-34c5-4cb6-8aad-d18ed6bd0aed",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "5dea8e50-ca9e-443a-b21f-24a38726e7a0",
"type": "desktop",
"top": 30,
"left": 6.976735627470138,
"width": 15,
"height": 380,
"componentId": "90be4c21-34c5-4cb6-8aad-d18ed6bd0aed",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "0c7a498d-b120-4184-8c68-55dd7564e237",
"name": "modal2",
"type": "Modal",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": null,
"properties": {
"title": {
"value": "{{`${variables.selectedProduct.category}`}}"
},
"useDefaultButton": {
"value": "{{false}}"
},
"modalHeight": {
"value": "500px"
},
"size": {
"value": "xl"
},
"hideTitleBar": {
"value": "{{false}}"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "a67ce6c0-0a83-4d3e-a91d-b36242b61574",
"type": "mobile",
"top": 844,
"left": 2.3255813953488373,
"width": 10,
"height": 34,
"componentId": "0c7a498d-b120-4184-8c68-55dd7564e237",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "61ed5142-0cf2-41eb-958c-7175b3b6137c",
"type": "desktop",
"top": 860,
"left": 13.953478106339443,
"width": 4,
"height": 30,
"componentId": "0c7a498d-b120-4184-8c68-55dd7564e237",
"updatedAt": "2024-05-03T10:48:00.999Z"
}
]
},
{
"id": "0ee946e8-9a54-49a0-b3c3-ef8350f0779c",
"name": "text25",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "0c7a498d-b120-4184-8c68-55dd7564e237",
"properties": {
"text": {
"value": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"\n stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\n style=\"width: 100%; height: auto; stroke: currentColor;\">\n <path d=\"M9 6l6 6l-6 6\"></path>\n</svg>"
},
"disabledState": {
"value": "{{(variables.selectedProduct[`image_${variables.imageIndex + 1}`] ?? \"\") == \"\"}}",
"fxActive": true
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "5ef63285-2342-42fd-98a8-fd2766da08a7",
"type": "mobile",
"top": 140,
"left": 58.13953488372093,
"width": 13.953488372093023,
"height": 40,
"componentId": "0ee946e8-9a54-49a0-b3c3-ef8350f0779c",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "34e0c726-3abb-44f0-87dd-f8c491f3e888",
"type": "desktop",
"top": 180,
"left": 41.86046387999224,
"width": 2,
"height": 80,
"componentId": "0ee946e8-9a54-49a0-b3c3-ef8350f0779c",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "d10a477b-0cc3-4f11-89a6-bba3686dff66",
"name": "text27",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "0c7a498d-b120-4184-8c68-55dd7564e237",
"properties": {
"text": {
"value": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"\n stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\n style=\"width: 100%; height: auto; stroke: currentColor;\">\n <path d=\"M15 6l-6 6l6 6\"></path>\n</svg>"
},
"disabledState": {
"value": "{{variables.imageIndex <= 1}}",
"fxActive": true
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "054a15b3-c1fa-41bc-b66c-881a7a294bb4",
"type": "mobile",
"top": 140,
"left": 58.13953488372093,
"width": 13.953488372093023,
"height": 40,
"componentId": "d10a477b-0cc3-4f11-89a6-bba3686dff66",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "70fc8bf2-5efc-44f3-a89c-ab6cdce3a845",
"type": "desktop",
"top": 180,
"left": 2.325575740059179,
"width": 2,
"height": 80,
"componentId": "d10a477b-0cc3-4f11-89a6-bba3686dff66",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "6af56db1-55a8-4603-977a-d1dca0e83dc5",
"name": "text28",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "0c7a498d-b120-4184-8c68-55dd7564e237",
"properties": {
"text": {
"value": "{{`<div style=\"padding:7px 10px;\">${variables.selectedProduct.description}</div>`}}"
}
},
"general": {},
"styles": {
"verticalAlignment": {
"value": "top"
},
"padding": {
"value": "none"
},
"backgroundColor": {
"value": "#8888880d"
},
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "30f552ed-e44a-4ff4-9656-7c2c186dbda8",
"type": "mobile",
"top": 130,
"left": 55.8139534883721,
"width": 13.953488372093023,
"height": 40,
"componentId": "6af56db1-55a8-4603-977a-d1dca0e83dc5",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "76e446b9-b39c-4a00-85db-8c3b5f0be251",
"type": "desktop",
"top": 136,
"left": 53.48837649993013,
"width": 18,
"height": 134,
"componentId": "6af56db1-55a8-4603-977a-d1dca0e83dc5",
"updatedAt": "2024-05-03T11:13:49.280Z"
}
]
},
{
"id": "45e6633e-efb2-42e5-918f-a8b762735ef7",
"name": "text29",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "0c7a498d-b120-4184-8c68-55dd7564e237",
"properties": {
"text": {
"value": "{{`<div style=\"font-weight: 600;\">${variables.selectedProduct.name}</div>`}}"
}
},
"general": {},
"styles": {
"textSize": {
"value": "18"
},
"verticalAlignment": {
"value": "center"
},
"textIndent": {
"value": "0"
},
"isScrollRequired": {
"value": "disabled"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "748aef14-9392-42f8-8a4b-89dc75589d60",
"type": "desktop",
"top": 30,
"left": 53.488371405728465,
"width": 16,
"height": 50,
"componentId": "45e6633e-efb2-42e5-918f-a8b762735ef7",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "84fdaeb6-de22-4dc8-b578-55852cab531e",
"type": "mobile",
"top": 30,
"left": 53.488372093023266,
"width": 13.953488372093023,
"height": 40,
"componentId": "45e6633e-efb2-42e5-918f-a8b762735ef7",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "46ea9db7-d6b7-41e6-8f6e-dbd4fdbc5b15",
"name": "text30",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "0c7a498d-b120-4184-8c68-55dd7564e237",
"properties": {
"text": {
"value": "{{`$${parseFloat(variables.selectedProduct.price).toFixed(2)}`}}"
}
},
"general": {},
"styles": {
"textSize": {
"value": "18"
},
"fontWeight": {
"value": "normal"
},
"isScrollRequired": {
"value": "disabled"
},
"textColor": {
"value": "#3e63ddff"
},
"textIndent": {
"value": "0"
},
"textAlign": {
"value": "left"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "e68b9b4e-d0c7-4861-b24a-2c668ba5a498",
"type": "desktop",
"top": 80,
"left": 53.4883797113863,
"width": 16,
"height": 50,
"componentId": "46ea9db7-d6b7-41e6-8f6e-dbd4fdbc5b15",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "fdab2dae-ccae-4c7b-9d88-a1ed83dd5bc6",
"type": "mobile",
"top": 110,
"left": 51.16279069767441,
"width": 13.953488372093023,
"height": 40,
"componentId": "46ea9db7-d6b7-41e6-8f6e-dbd4fdbc5b15",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "c0de5ae2-0bbd-444f-abc9-1def8967687a",
"name": "text33",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "0c7a498d-b120-4184-8c68-55dd7564e237",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Contact information:</div>"
}
},
"general": {},
"styles": {
"textSize": {
"value": "16"
},
"fontWeight": {
"value": "normal"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "354396b4-5feb-4f00-9880-8b96b84d7ec9",
"type": "mobile",
"top": 260,
"left": 55.813953488372086,
"width": 13.953488372093023,
"height": 40,
"componentId": "c0de5ae2-0bbd-444f-abc9-1def8967687a",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "9379d325-4cdc-421e-b704-9b4c06111d2a",
"type": "desktop",
"top": 290,
"left": 53.48837486600533,
"width": 13.953488372093023,
"height": 40,
"componentId": "c0de5ae2-0bbd-444f-abc9-1def8967687a",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "accf4791-aa39-476d-94f9-c960066afe91",
"name": "text34",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "0c7a498d-b120-4184-8c68-55dd7564e237",
"properties": {
"text": {
"value": "{{[variables.selectedProduct.contact_number, variables.selectedProduct.contact_email].filter(row => row ?? false).join(\"<br>\")}}"
}
},
"general": {},
"styles": {
"verticalAlignment": {
"value": "top"
},
"lineHeight": {
"value": "2"
},
"padding": {
"value": "default"
},
"backgroundColor": {
"value": "#fff00000"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "5cabae2a-16fb-406b-b43f-135547485a6f",
"type": "mobile",
"top": 290,
"left": 53.488372093023266,
"width": 13.953488372093023,
"height": 40,
"componentId": "accf4791-aa39-476d-94f9-c960066afe91",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "b8dd808e-6257-4f92-8642-0f22a18cfef6",
"type": "desktop",
"top": 330,
"left": 53.488381407926205,
"width": 18,
"height": 80,
"componentId": "accf4791-aa39-476d-94f9-c960066afe91",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "5ea8c493-b428-4015-8a63-87277e32ac21",
"name": "textinput7",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter contact number"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "e42ac475-ad70-493f-a42c-bfe390ee7a67",
"type": "mobile",
"top": 50,
"left": 23.255813953488374,
"width": 23.25581395348837,
"height": 40,
"componentId": "5ea8c493-b428-4015-8a63-87277e32ac21",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "d4128f6c-5c11-44ad-b17d-6a50c6375884",
"type": "desktop",
"top": 570,
"left": 20.930221582838684,
"width": 32,
"height": 40,
"componentId": "5ea8c493-b428-4015-8a63-87277e32ac21",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "590a6478-c860-4546-bdfb-fc45343e9a45",
"name": "text31",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Contact number<div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "3cd02a88-29f1-42e9-b0d9-289ab700952d",
"type": "desktop",
"top": 570,
"left": 4.651162345120721,
"width": 7.000000000000001,
"height": 40,
"componentId": "590a6478-c860-4546-bdfb-fc45343e9a45",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "f3832d60-318d-4ffa-a07b-1bc4abd4496a",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "590a6478-c860-4546-bdfb-fc45343e9a45",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "5641c675-4443-4c00-b910-77a4620321de",
"name": "text32",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Contact email<div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "7aa3dc3a-ca64-4350-99d2-ae569a951268",
"type": "desktop",
"top": 630,
"left": 4.651163997502785,
"width": 7.000000000000001,
"height": 40,
"componentId": "5641c675-4443-4c00-b910-77a4620321de",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "20e84237-3810-4d94-9f68-144857d25269",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "5641c675-4443-4c00-b910-77a4620321de",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "0f504c6c-9a96-4932-9caa-307a239226ca",
"name": "textinput8",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter contact email"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "6aae6925-5284-45bf-b4c4-fedab9cce2c8",
"type": "desktop",
"top": 630,
"left": 20.930225943327873,
"width": 32,
"height": 40,
"componentId": "0f504c6c-9a96-4932-9caa-307a239226ca",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "ec490c8a-2ebf-45a8-a80e-9b2d223e3ada",
"type": "mobile",
"top": 50,
"left": 23.255813953488374,
"width": 23.25581395348837,
"height": 40,
"componentId": "0f504c6c-9a96-4932-9caa-307a239226ca",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "44c3e818-df2e-4d5e-939f-8f5cfe43d257",
"name": "text35",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "0c7a498d-b120-4184-8c68-55dd7564e237",
"properties": {
"text": {
"value": "{{queries.getWishlist.data.hasOwnProperty(variables.selectedProduct.id) ? `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3E63DDFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color: #3E63DDFF; height: 20px; width: auto;\">\n <path d=\"M14 2a5 5 0 0 1 5 5v14a1 1 0 0 1 -1.555 .832l-5.445 -3.63l-5.444 3.63a1 1 0 0 1 -1.55 -.72l-.006 -.112v-14a5 5 0 0 1 5 -5h4z\" fill=\"currentColor\" stroke-width=\"0\"></path>\n</svg>` : `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3E63DDFF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color: #3E63DDFF; height: 20px; width: auto;\">\n <path d=\"M18 7v14l-6 -4l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4z\"></path>\n</svg>`}}"
},
"loadingState": {
"value": "{{variables.selectedProductForBookmark.productId == variables.selectedProduct.id && (queries.getWishlist.isLoading || queries.addToWishlist.isLoading || queries.removeFromWishlist.isLoading)}}",
"fxActive": true
},
"disabledState": {
"value": "{{queries.getWishlist.isLoading || queries.addToWishlist.isLoading || queries.removeFromWishlist.isLoading}}",
"fxActive": true
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63dd1a"
},
"textAlign": {
"value": "center"
},
"borderColor": {
"value": "#ffffff00"
},
"borderRadius": {
"value": "5"
},
"isScrollRequired": {
"value": "disabled"
},
"textIndent": {
"value": "0"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "ee4ed74e-4226-4dba-b098-bf0116c261f0",
"type": "desktop",
"top": 30,
"left": 90.69767341547939,
"width": 2,
"height": 50,
"componentId": "44c3e818-df2e-4d5e-939f-8f5cfe43d257",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "514c9510-7cd4-4444-b18c-ee63f42750e7",
"type": "mobile",
"top": 0,
"left": 0,
"width": 6,
"height": 40,
"componentId": "44c3e818-df2e-4d5e-939f-8f5cfe43d257",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "13b3db9a-cfba-4061-a253-2c6c5dfaf8d8",
"name": "modal3",
"type": "Modal",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": null,
"properties": {
"useDefaultButton": {
"value": "{{false}}"
},
"modalHeight": {
"value": "600px"
},
"title": {
"value": "All listed products"
},
"size": {
"value": "xl"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "006e95e1-c9bd-4371-b9f7-e77b509e4064",
"type": "mobile",
"top": 830,
"left": 32.55813953488372,
"width": 10,
"height": 34,
"componentId": "13b3db9a-cfba-4061-a253-2c6c5dfaf8d8",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "c0d26018-58a0-4fdf-8a5c-3f9ce0cdd570",
"type": "desktop",
"top": 860,
"left": 25.581388141824675,
"width": 4,
"height": 30,
"componentId": "13b3db9a-cfba-4061-a253-2c6c5dfaf8d8",
"updatedAt": "2024-05-03T10:48:00.999Z"
}
]
},
{
"id": "de777cbf-87e4-4ae7-99a2-8b0c329f498a",
"name": "table1",
"type": "Table",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "13b3db9a-cfba-4061-a253-2c6c5dfaf8d8",
"properties": {
"allowSelection": {
"value": "{{false}}"
},
"enablePagination": {
"value": "{{false}}"
},
"showAddNewRowButton": {
"value": "{{false}}"
},
"showDownloadButton": {
"value": "{{false}}"
},
"showBulkUpdateActions": {
"value": "{{false}}"
},
"data": {
"value": "{{queries.getListedProducts.data}}"
},
"columns": {
"value": [
{
"name": "status",
"id": "063b56a7-767b-4f52-98bb-06be47499e91",
"fxActiveFields": [],
"key": "is_active",
"columnType": "badge",
"values": "{{[true, false]}}",
"labels": "{{[\"ACTIVE\", \"INACTIVE\"]}}",
"horizontalAlignment": "center"
},
{
"name": "name",
"id": "5d2a3744a006388aadd012fcc15cc0dbcb5f9130e0fbb64c558561c97118754a",
"autogenerated": true,
"fxActiveFields": [],
"columnType": "string",
"key": "name"
},
{
"id": "8bf5c934-fcac-4b18-b6b5-b87cd35def9f",
"name": "category",
"key": "category",
"columnType": "string",
"autogenerated": true
},
{
"id": "c6e9ab38-8a9e-4996-b006-7025dfbeeb13",
"name": "price",
"key": "formatted_price",
"columnType": "number",
"autogenerated": true
},
{
"id": "3199b7da-33fb-4c03-a23f-f4f47462ebb0",
"name": "review",
"key": "status",
"columnType": "badge",
"autogenerated": true,
"values": "{{[\"pending\", \"approved\", \"rejected\"]}}",
"labels": "{{[\"PENDING\", \"APPROVED\", \"REJECTED\"]}}",
"horizontalAlignment": "center"
},
{
"name": "listed by email",
"id": "592d7357-78a4-4ca3-8751-99eb4ba143c7",
"fxActiveFields": [],
"key": "listed_by_email",
"columnType": "string"
},
{
"name": "created at",
"id": "57c7ee79-1052-43e5-8f26-565b774a115d",
"fxActiveFields": [],
"key": "formatted_created_at",
"columnType": "string"
},
{
"id": "005ec560-a9eb-4253-8d70-ba713357e57a",
"name": "updated at",
"key": "formatted_updated_at",
"columnType": "string",
"autogenerated": true
},
{
"id": "5605d720-f826-464f-b036-bfa18a5c6f7f",
"name": "contact number",
"key": "contact_number",
"columnType": "string",
"autogenerated": true
},
{
"id": "2133f0dc-d45b-47c8-bec6-36d20a66967a",
"name": "contact email",
"key": "contact_email",
"columnType": "string",
"autogenerated": true
}
]
},
"columnDeletionHistory": {
"value": [
"description",
"image_1",
"listed_by_email",
"image_thumbnail",
"is_active",
"image_3",
"image_2",
"id",
"formatted_created_at",
"price",
"updated_at",
"created_at",
"is_active",
"new_column1",
"updated_by_email"
]
},
"columnSizes": {
"value": {
"e3ecbf7fa52c4d7210a93edb8f43776267a489bad52bd108be9588f790126737": 67,
"5d2a3744a006388aadd012fcc15cc0dbcb5f9130e0fbb64c558561c97118754a": 230,
"8bf5c934-fcac-4b18-b6b5-b87cd35def9f": 120,
"38781ac7-f00b-4674-9c02-182b09afa7a7": 95,
"f567e180-0786-40fb-8b5d-5eb02e69c5e3": 163,
"2bc9a2a6-0354-47de-800e-5c3108a09283": 161,
"2133f0dc-d45b-47c8-bec6-36d20a66967a": 278,
"3199b7da-33fb-4c03-a23f-f4f47462ebb0": 104,
"99d005e5-cd95-45cd-82a8-6672ff6597da": 106,
"c6e9ab38-8a9e-4996-b006-7025dfbeeb13": 103,
"57c7ee79-1052-43e5-8f26-565b774a115d": 165,
"005ec560-a9eb-4253-8d70-ba713357e57a": 165,
"5605d720-f826-464f-b036-bfa18a5c6f7f": 158,
"9652417b-e01f-44c9-9f65-ca345b5b5b12": 97,
"063b56a7-767b-4f52-98bb-06be47499e91": 92,
"592d7357-78a4-4ca3-8751-99eb4ba143c7": 251
}
},
"loadingState": {
"fxActive": true,
"value": "{{queries.getListedProducts.isLoading || queries.updateProductActiveStatus.isLoading}}"
},
"actions": {
"value": [
{
"name": "Action0",
"buttonText": "Manage product",
"events": [],
"position": "left"
}
]
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "10"
},
"actionButtonRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-05-02T07:53:34.223Z",
"layouts": [
{
"id": "0a9bd36a-9792-415c-8556-5b85cb573770",
"type": "mobile",
"top": 60,
"left": 11.627906976744187,
"width": 67.11627906976744,
"height": 456,
"componentId": "de777cbf-87e4-4ae7-99a2-8b0c329f498a",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "6d3e67d9-a1d2-4653-8b6d-9742596c7a4d",
"type": "desktop",
"top": 30,
"left": 2.3255835670765315,
"width": 41,
"height": 540,
"componentId": "de777cbf-87e4-4ae7-99a2-8b0c329f498a",
"updatedAt": "2024-05-03T11:16:10.359Z"
}
]
},
{
"id": "386fe680-8b2f-4c89-bb3c-03abca0448d6",
"name": "textarea2",
"type": "TextArea",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"value": {
"value": "{{variables.selectedProduct.description}}"
},
"placeholder": {
"value": "Enter description"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "{{5}}"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "4f997eac-1a84-4696-9e08-30bc91e2753f",
"type": "mobile",
"top": 120,
"left": 23.255813953488374,
"width": 13.953488372093023,
"height": 100,
"componentId": "386fe680-8b2f-4c89-bb3c-03abca0448d6",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "95487f89-ce7d-4779-b2a6-a251d83ea9b1",
"type": "desktop",
"top": 330,
"left": 20.93023160546203,
"width": 32,
"height": 100,
"componentId": "386fe680-8b2f-4c89-bb3c-03abca0448d6",
"updatedAt": "2024-05-03T11:13:35.221Z"
}
]
},
{
"id": "b0422b97-5b62-47ba-a55b-add3c2252449",
"name": "dropdown4",
"type": "DropDown",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "{{variables.selectedProduct.category}}"
},
"values": {
"value": "{{[\n \"Electronics\",\n \"Kitchenware\",\n \"Apparel\",\n \"Wellness\",\n \"Sports\",\n \"Beauty\",\n \"Toys\",\n \"Automotive\",\n \"Pets\",\n \"Tools\"\n]}}"
},
"display_values": {
"value": "{{[\n \"Electronics\",\n \"Kitchenware\",\n \"Apparel\",\n \"Wellness\",\n \"Sports\",\n \"Beauty\",\n \"Toys\",\n \"Automotive\",\n \"Pets\",\n \"Tools\"\n]}}"
},
"placeholder": {
"value": "Select category"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "6a84c615-a157-4ee3-8bd3-4c3d89aaf5d0",
"type": "desktop",
"top": 450,
"left": 20.93022729640271,
"width": 32,
"height": 40,
"componentId": "b0422b97-5b62-47ba-a55b-add3c2252449",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "d7879130-61c0-426d-b6ae-ee8f7745d638",
"type": "mobile",
"top": 450,
"left": 20.930232558139533,
"width": 18.6046511627907,
"height": 30,
"componentId": "b0422b97-5b62-47ba-a55b-add3c2252449",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "5ca221cf-27f3-4edf-944b-9fe5a237be02",
"name": "numberinput4",
"type": "NumberInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "0.00"
},
"value": {
"value": "{{variables.selectedProduct.formatted_price}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
},
"iconColor": {
"value": "#888888ff"
},
"icon": {
"value": "IconCurrencyDollar"
},
"iconVisibility": {
"value": true
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {
"minValue": {
"value": "0.01"
},
"maxValue": {
"value": "99999.99"
}
},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "40b38b27-9ff1-4373-b877-a5bad3aef97c",
"type": "mobile",
"top": 510,
"left": 32.55813953488372,
"width": 23.25581395348837,
"height": 40,
"componentId": "5ca221cf-27f3-4edf-944b-9fe5a237be02",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "11fd0031-e67f-49d6-90cd-5826eaa61235",
"type": "desktop",
"top": 510,
"left": 20.93024282471769,
"width": 32,
"height": 40,
"componentId": "5ca221cf-27f3-4edf-944b-9fe5a237be02",
"updatedAt": "2024-05-03T11:18:00.337Z"
}
]
},
{
"id": "45939fc2-4dee-4a25-b56f-8e9bf9fd72d1",
"name": "image10",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"source": {
"value": "{{components.textinput13.value.trim() == \"\" ? \"https://www.svgrepo.com/show/34217/image.svg\" : components.textinput13.value.trim()}}"
},
"zoomButtons": {
"value": "{{true}}"
}
},
"general": {},
"styles": {
"borderType": {
"value": "rounded"
},
"backgroundColor": {
"value": "#ffffffff"
}
},
"generalStyles": {
"boxShadow": {
"value": "0px 0px 0px 1px #8888884d"
}
},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "25c88688-0006-40b4-b947-af9185d6131d",
"type": "desktop",
"top": 30,
"left": 74.41861759786082,
"width": 9,
"height": 120,
"componentId": "45939fc2-4dee-4a25-b56f-8e9bf9fd72d1",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "f6f18d92-aeca-45bb-a582-3086341ec230",
"type": "mobile",
"top": 230,
"left": 6.976744186046512,
"width": 6.976744186046512,
"height": 100,
"componentId": "45939fc2-4dee-4a25-b56f-8e9bf9fd72d1",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "666e3a35-d44f-4f92-b800-ffef9721dd5a",
"name": "text38",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Thumbnail URL</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "2b1fbf5a-3f8e-4740-b10d-eb8ea733a906",
"type": "desktop",
"top": 150,
"left": 4.651165452011062,
"width": 9,
"height": 40,
"componentId": "666e3a35-d44f-4f92-b800-ffef9721dd5a",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "06af09e7-5be6-4d8e-ba11-e1c03eb0f1e5",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "666e3a35-d44f-4f92-b800-ffef9721dd5a",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "5e1d2704-4f85-4975-9c59-1398c25cb60c",
"name": "textinput10",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "https://..."
},
"value": {
"value": "{{variables.selectedProduct.image_thumbnail}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "8ce41a29-49a5-48d9-b2aa-b626377dbbf6",
"type": "desktop",
"top": 190,
"left": 4.6511789437036875,
"width": 9,
"height": 40,
"componentId": "5e1d2704-4f85-4975-9c59-1398c25cb60c",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "fc81610b-dd7c-4cd6-b286-b80b1bd67c98",
"type": "mobile",
"top": 360,
"left": 2.3255813953488373,
"width": 23.25581395348837,
"height": 40,
"componentId": "5e1d2704-4f85-4975-9c59-1398c25cb60c",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "affadaad-042a-4d4f-8793-ccf981a69625",
"name": "textinput11",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "https://..."
},
"value": {
"value": "{{variables.selectedProduct.image_1}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "96a11077-918d-4563-98d5-5d1cfb57a048",
"type": "mobile",
"top": 360,
"left": 2.3255813953488373,
"width": 23.25581395348837,
"height": 40,
"componentId": "affadaad-042a-4d4f-8793-ccf981a69625",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "cd9b4b28-e084-4d80-8f39-47b29151ec21",
"type": "desktop",
"top": 190,
"left": 27.906986290939194,
"width": 9,
"height": 40,
"componentId": "affadaad-042a-4d4f-8793-ccf981a69625",
"updatedAt": "2024-05-03T11:17:20.305Z"
}
]
},
{
"id": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"name": "modal4",
"type": "Modal",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": null,
"properties": {
"title": {
"value": "Manage product"
},
"useDefaultButton": {
"value": "{{false}}"
},
"modalHeight": {
"value": "890px"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "c39f37f3-722e-4866-af07-178c9d8c85cb",
"type": "mobile",
"top": 844,
"left": 2.3255813953488373,
"width": 10,
"height": 34,
"componentId": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "cc064338-242f-4d8b-bf8e-f64995fd0d22",
"type": "desktop",
"top": 860,
"left": 37.2093365618049,
"width": 4,
"height": 30,
"componentId": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"updatedAt": "2024-05-03T10:48:00.999Z"
}
]
},
{
"id": "bcf63945-3e3c-44de-a80e-ed67ceb29c79",
"name": "button11",
"type": "Button",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "< Back"
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#ffffff00"
},
"textColor": {
"value": "#3e63ddff"
},
"loaderColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#3e63ddff"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "9318a9ab-ff92-45c9-b9f3-51ebb5b67811",
"type": "mobile",
"top": 140,
"left": 0,
"width": 3,
"height": 30,
"componentId": "bcf63945-3e3c-44de-a80e-ed67ceb29c79",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "be679dcf-21aa-40a0-a052-741086494405",
"type": "desktop",
"top": 820,
"left": 65.11623480750401,
"width": 6.000000000000001,
"height": 40,
"componentId": "bcf63945-3e3c-44de-a80e-ed67ceb29c79",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "b57ecb97-9293-489d-824c-fce3b81bcf37",
"name": "textinput13",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "https://..."
},
"value": {
"value": "{{variables.selectedProduct.image_3}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "a5c0d4ea-24b2-4fcb-b519-55375b236f09",
"type": "desktop",
"top": 190,
"left": 74.4185885970445,
"width": 9,
"height": 40,
"componentId": "b57ecb97-9293-489d-824c-fce3b81bcf37",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "e1938062-760d-4d5a-82c6-be3d0ba77905",
"type": "mobile",
"top": 360,
"left": 2.3255813953488373,
"width": 23.25581395348837,
"height": 40,
"componentId": "b57ecb97-9293-489d-824c-fce3b81bcf37",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "517a8064-1332-4116-aa5a-b1e3bb126829",
"name": "textinput14",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter contact number"
},
"value": {
"value": "{{variables.selectedProduct.contact_number}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "844eb2b3-bd2d-45bb-99a3-32567ff42adf",
"type": "mobile",
"top": 50,
"left": 23.255813953488374,
"width": 23.25581395348837,
"height": 40,
"componentId": "517a8064-1332-4116-aa5a-b1e3bb126829",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "69f199b6-1804-4571-8220-7e3e9f7554f7",
"type": "desktop",
"top": 570,
"left": 20.930221206541905,
"width": 32,
"height": 40,
"componentId": "517a8064-1332-4116-aa5a-b1e3bb126829",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "45acd16a-2a8f-417e-b071-f529e1ac1acc",
"name": "text45",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Contact email<div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "dd0c6de0-7d00-4e5e-8143-18b566228286",
"type": "desktop",
"top": 630,
"left": 4.651163997502785,
"width": 7.000000000000001,
"height": 40,
"componentId": "45acd16a-2a8f-417e-b071-f529e1ac1acc",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "597ada30-7cfc-4657-b524-99770c999ecf",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "45acd16a-2a8f-417e-b071-f529e1ac1acc",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "fa925bb1-be34-496c-adc5-c729b484cc5f",
"name": "textinput15",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter contact email"
},
"value": {
"value": "{{variables.selectedProduct.contact_email}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "c8d3c502-b20a-45fd-9cdf-4c0557107836",
"type": "mobile",
"top": 50,
"left": 23.255813953488374,
"width": 23.25581395348837,
"height": 40,
"componentId": "fa925bb1-be34-496c-adc5-c729b484cc5f",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "af04b45a-ad7a-4402-9c65-be9e1c277591",
"type": "desktop",
"top": 630,
"left": 20.930224054804192,
"width": 32,
"height": 40,
"componentId": "fa925bb1-be34-496c-adc5-c729b484cc5f",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "5c6beef7-a04f-4871-9e96-5150f39504a4",
"name": "text39",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Image 1</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "860cc556-46d3-49f5-9507-1a31022ec0f5",
"type": "desktop",
"top": 150,
"left": 27.906985905909096,
"width": 9,
"height": 40,
"componentId": "5c6beef7-a04f-4871-9e96-5150f39504a4",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "b17ba893-1b64-4470-8056-207eb57308e6",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "5c6beef7-a04f-4871-9e96-5150f39504a4",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "827e0a51-d74a-476d-be6a-944b78d9d3ea",
"name": "text40",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Image 2</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "a6391d9b-d057-413d-8cf8-9dec5c54a184",
"type": "desktop",
"top": 150,
"left": 51.1627849076183,
"width": 9,
"height": 40,
"componentId": "827e0a51-d74a-476d-be6a-944b78d9d3ea",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "4865e57a-aeb5-4c22-92b9-f0e653804802",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "827e0a51-d74a-476d-be6a-944b78d9d3ea",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "1ad6590e-20bf-448a-9093-571b9e89ff1e",
"name": "textinput12",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "https://..."
},
"disabledState": {
"fxActive": false
},
"value": {
"value": "{{variables.selectedProduct.image_2}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "4c4459eb-d399-4f43-a2a8-fc080eea6049",
"type": "desktop",
"top": 190,
"left": 51.16278720825332,
"width": 9,
"height": 40,
"componentId": "1ad6590e-20bf-448a-9093-571b9e89ff1e",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "67d0cabd-1359-4b61-affe-c414005dd9c6",
"type": "mobile",
"top": 360,
"left": 2.3255813953488373,
"width": 23.25581395348837,
"height": 40,
"componentId": "1ad6590e-20bf-448a-9093-571b9e89ff1e",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "d200a1cc-868c-425f-980b-f0e5bb8294d5",
"name": "text41",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Image 3</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "c1693f96-7bcc-42f1-84b3-058f0632d4bc",
"type": "desktop",
"top": 150,
"left": 74.4186098081641,
"width": 9,
"height": 40,
"componentId": "d200a1cc-868c-425f-980b-f0e5bb8294d5",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "77ad4171-6f77-4f19-bca8-adb6a74d5863",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "d200a1cc-868c-425f-980b-f0e5bb8294d5",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "196757f3-9665-4a5f-aa1f-4583a3aca2c8",
"name": "text43",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Price</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "3f65c629-b15e-47d2-8077-0af0c6c22e30",
"type": "desktop",
"top": 510,
"left": 4.651164445571182,
"width": 7.000000000000001,
"height": 40,
"componentId": "196757f3-9665-4a5f-aa1f-4583a3aca2c8",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "b10d424a-2bcb-4441-a116-7bc5c964f613",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "196757f3-9665-4a5f-aa1f-4583a3aca2c8",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "3f103589-5675-4b11-8de2-ca2dfe40b653",
"name": "image8",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"source": {
"value": "{{components.textinput11.value.trim() == \"\" ? \"https://www.svgrepo.com/show/34217/image.svg\" : components.textinput11.value.trim()}}"
},
"zoomButtons": {
"value": "{{true}}"
}
},
"general": {},
"styles": {
"borderType": {
"value": "rounded"
},
"backgroundColor": {
"value": "#ffffffff"
}
},
"generalStyles": {
"boxShadow": {
"value": "0px 0px 0px 1px #8888884d"
}
},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "9dfbf1da-c042-448e-b6e4-06293bf98252",
"type": "desktop",
"top": 30,
"left": 27.907014622026644,
"width": 9,
"height": 120,
"componentId": "3f103589-5675-4b11-8de2-ca2dfe40b653",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "ac2faf00-a9be-436a-98ac-3e03af5202bd",
"type": "mobile",
"top": 230,
"left": 6.976744186046512,
"width": 6.976744186046512,
"height": 100,
"componentId": "3f103589-5675-4b11-8de2-ca2dfe40b653",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "4feef03e-124e-415e-b4f2-92459e16acfb",
"name": "text36",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Product Name<div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "bf036844-f9ce-449e-a8c4-40e036cd6a6c",
"type": "desktop",
"top": 270,
"left": 4.6511628573933015,
"width": 7.000000000000001,
"height": 40,
"componentId": "4feef03e-124e-415e-b4f2-92459e16acfb",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "32534293-039d-4697-8476-c7fc14b506ef",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "4feef03e-124e-415e-b4f2-92459e16acfb",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "95ed4818-25f5-4e2c-a0f0-48fbf001759f",
"name": "textinput9",
"type": "TextInput",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"placeholder": {
"value": "Enter name"
},
"value": {
"value": "{{variables.selectedProduct.name}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "8249fb4d-d0f8-44c9-a249-5247bd8ed322",
"type": "mobile",
"top": 50,
"left": 23.255813953488374,
"width": 23.25581395348837,
"height": 40,
"componentId": "95ed4818-25f5-4e2c-a0f0-48fbf001759f",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "edf1f2fa-9038-4a94-8767-7c6f94320c6d",
"type": "desktop",
"top": 270,
"left": 20.930219694377634,
"width": 32,
"height": 40,
"componentId": "95ed4818-25f5-4e2c-a0f0-48fbf001759f",
"updatedAt": "2024-05-03T11:15:35.249Z"
}
]
},
{
"id": "c9751dae-ab3d-403b-9f13-6ee4aab1571e",
"name": "text37",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Description</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "b6b30637-a4a7-4ffa-ba47-7b20c60ef301",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "c9751dae-ab3d-403b-9f13-6ee4aab1571e",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "bb3b60d9-a6c1-41b3-a407-420dd403fbed",
"type": "desktop",
"top": 330,
"left": 4.6511647458281224,
"width": 6,
"height": 40,
"componentId": "c9751dae-ab3d-403b-9f13-6ee4aab1571e",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "842febc0-512f-46eb-b87f-eb7b595c4e15",
"name": "image7",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"source": {
"value": "{{components.textinput10.value.trim() == \"\" ? \"https://www.svgrepo.com/show/34217/image.svg\" : components.textinput10.value.trim()}}"
}
},
"general": {},
"styles": {
"borderType": {
"value": "rounded"
},
"backgroundColor": {
"value": "#ffffffff"
}
},
"generalStyles": {
"boxShadow": {
"value": "0px 0px 0px 1px #8888884d"
}
},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "6e918a42-1774-4976-8ea9-5743259d1a7a",
"type": "mobile",
"top": 230,
"left": 6.976744186046512,
"width": 6.976744186046512,
"height": 100,
"componentId": "842febc0-512f-46eb-b87f-eb7b595c4e15",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "4e8ab6ef-cc26-4451-8e16-02abe16ffd91",
"type": "desktop",
"top": 30,
"left": 4.65116233771938,
"width": 9,
"height": 120,
"componentId": "842febc0-512f-46eb-b87f-eb7b595c4e15",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "72389101-170e-4da9-8c47-092e960f38cb",
"name": "image9",
"type": "Image",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"source": {
"value": "{{components.textinput12.value.trim() == \"\" ? \"https://www.svgrepo.com/show/34217/image.svg\" : components.textinput12.value.trim()}}"
},
"zoomButtons": {
"value": "{{true}}"
}
},
"general": {},
"styles": {
"borderType": {
"value": "rounded"
},
"backgroundColor": {
"value": "#ffffffff"
}
},
"generalStyles": {
"boxShadow": {
"value": "0px 0px 0px 1px #8888884d"
}
},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "7da3cb68-8e39-4838-a4eb-6357a6eed26f",
"type": "mobile",
"top": 230,
"left": 6.976744186046512,
"width": 6.976744186046512,
"height": 100,
"componentId": "72389101-170e-4da9-8c47-092e960f38cb",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "fb683b58-167e-4bb2-8dc6-ef144e457c47",
"type": "desktop",
"top": 30,
"left": 51.16280531481509,
"width": 9,
"height": 120,
"componentId": "72389101-170e-4da9-8c47-092e960f38cb",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "d632b22d-7dde-429d-86e0-5f4a8ce86c43",
"name": "text42",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Category</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "1b2ac0fb-ae2a-41f4-89c5-ff59d192dd0e",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "d632b22d-7dde-429d-86e0-5f4a8ce86c43",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "d828c067-832c-45ef-ada2-c0954bba3a92",
"type": "desktop",
"top": 450,
"left": 4.651162790697675,
"width": 7.000000000000001,
"height": 40,
"componentId": "d632b22d-7dde-429d-86e0-5f4a8ce86c43",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "60b45535-e63a-44d7-9af6-51020b84fc61",
"name": "button10",
"type": "Button",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "Save"
},
"loadingState": {
"value": "{{queries.updateProductDetails.isLoading}}",
"fxActive": true
}
},
"general": {},
"styles": {
"backgroundColor": {
"value": "#3e63ddff"
},
"borderRadius": {
"value": "{{5}}"
},
"borderColor": {
"value": "#ffffff00"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "e11acb70-1a66-4f7f-9b86-ce3761d53b0c",
"type": "mobile",
"top": 140,
"left": 0,
"width": 3,
"height": 30,
"componentId": "60b45535-e63a-44d7-9af6-51020b84fc61",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "2abca0c2-af25-477d-be20-c8d515f1f77a",
"type": "desktop",
"top": 820,
"left": 81.39535780412061,
"width": 6.000000000000001,
"height": 40,
"componentId": "60b45535-e63a-44d7-9af6-51020b84fc61",
"updatedAt": "2024-05-03T11:16:31.986Z"
}
]
},
{
"id": "18276bf5-4302-47f6-8aa6-27f0d73552f2",
"name": "text46",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Status</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "12c42647-8591-4711-a82b-d540ce58b391",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "18276bf5-4302-47f6-8aa6-27f0d73552f2",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "e73ee9ef-2527-49cc-b88b-a6e5c0b9b28b",
"type": "desktop",
"top": 690,
"left": 4.65116954753134,
"width": 7.000000000000001,
"height": 40,
"componentId": "18276bf5-4302-47f6-8aa6-27f0d73552f2",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "c9e032b6-6ff4-4fee-bc0e-29123874032e",
"name": "dropdown5",
"type": "DropDown",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"values": {
"value": "{{[true, false]}}"
},
"display_values": {
"value": "{{[\"Active or available\", \"Inactive or unavailable\"]}}"
},
"value": {
"value": "{{variables.selectedProduct.is_active}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "909e0442-53ba-4aa0-b514-6d7e6df600d9",
"type": "mobile",
"top": 710,
"left": 20.930232558139533,
"width": 18.6046511627907,
"height": 30,
"componentId": "c9e032b6-6ff4-4fee-bc0e-29123874032e",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "d1b1e115-ec1e-42f1-866d-f7a0d491fbc4",
"type": "desktop",
"top": 690,
"left": 20.930225102997454,
"width": 32,
"height": 40,
"componentId": "c9e032b6-6ff4-4fee-bc0e-29123874032e",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "1355fab3-d4cb-4f56-96e7-ac3d34d60a93",
"name": "dropdown6",
"type": "DropDown",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"label": {
"value": ""
},
"value": {
"value": "{{variables.selectedProduct.status}}"
},
"values": {
"value": "{{[\"pending\", \"approved\", \"rejected\"]}}"
},
"display_values": {
"value": "{{[\"Pending\", \"Approved\", \"Rejected\"]}}"
}
},
"general": {},
"styles": {
"borderRadius": {
"value": "5"
}
},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "0f5d679e-4bd3-45fb-90e2-74ef464ce137",
"type": "mobile",
"top": 710,
"left": 20.930232558139533,
"width": 18.6046511627907,
"height": 30,
"componentId": "1355fab3-d4cb-4f56-96e7-ac3d34d60a93",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "2eff8519-db25-48d6-aec1-f69806379012",
"type": "desktop",
"top": 750,
"left": 20.9302129329644,
"width": 32,
"height": 40,
"componentId": "1355fab3-d4cb-4f56-96e7-ac3d34d60a93",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
},
{
"id": "dcf289df-7544-49da-99ff-34dbe1731fdd",
"name": "text47",
"type": "Text",
"pageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"parent": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"properties": {
"text": {
"value": "<div style=\"font-weight: 600;\">Review</div>"
}
},
"general": {},
"styles": {},
"generalStyles": {},
"displayPreferences": {
"showOnDesktop": {
"value": "{{true}}"
},
"showOnMobile": {
"value": "{{false}}"
}
},
"validation": {},
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"layouts": [
{
"id": "d2580045-5219-4b92-878d-77009cd6b277",
"type": "desktop",
"top": 750,
"left": 4.651160079198349,
"width": 7.000000000000001,
"height": 40,
"componentId": "dcf289df-7544-49da-99ff-34dbe1731fdd",
"updatedAt": "2024-05-02T07:53:28.271Z"
},
{
"id": "049b43d0-ba6f-4f06-9362-7d96801fb475",
"type": "mobile",
"top": 50,
"left": 6.976744186046511,
"width": 13.953488372093023,
"height": 40,
"componentId": "dcf289df-7544-49da-99ff-34dbe1731fdd",
"updatedAt": "2024-05-02T07:53:28.271Z"
}
]
}
],
"pages": [
{
"id": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"name": "Home",
"handle": "home",
"index": 1,
"disabled": false,
"hidden": false,
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0"
}
],
"events": [
{
"id": "35de9481-237d-4fad-9683-681ee68247b3",
"name": "onClick",
"index": 0,
"event": {
"key": "selectedProduct",
"value": "{{listItem}}",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "set-custom-variable",
"alertType": "info"
},
"sourceId": "c2c2a98c-9a17-4974-bfb0-e95ed6674d00",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "cbd0991a-a719-406e-952d-da2ef8a1921d",
"name": "onClick",
"index": 1,
"event": {
"key": "imageIndex",
"value": "{{1}}",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "set-custom-variable",
"alertType": "info"
},
"sourceId": "c2c2a98c-9a17-4974-bfb0-e95ed6674d00",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "541ed2d7-7146-460f-9964-5fd4e0d6f165",
"name": "onClick",
"index": 0,
"event": {
"key": "applyingFilter",
"value": "{{true}}",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "set-custom-variable",
"alertType": "info"
},
"sourceId": "6166f754-0d55-4bbd-8f13-bfc18bccc7ad",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "6d7b0050-0dbb-4b1d-a761-ee266cf7eb9f",
"name": "onClick",
"index": 2,
"event": {
"modal": "0c7a498d-b120-4184-8c68-55dd7564e237",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "show-modal",
"alertType": "info"
},
"sourceId": "c2c2a98c-9a17-4974-bfb0-e95ed6674d00",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.105Z"
},
{
"id": "bc420906-10e5-43f6-947a-6f93a7aa6837",
"name": "onClick",
"index": 0,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"actionId": "control-component",
"alertType": "info",
"runOnlyIf": "",
"componentId": "4ce5da06-1037-4943-8f52-1ed54297a912",
"componentSpecificActionHandle": "selectOption",
"componentSpecificActionParams": [
{
"value": "{{\"[\\\"Electronics\\\",\\\"Kitchenware\\\",\\\"Apparel\\\",\\\"Wellness\\\",\\\"Sports\\\",\\\"Beauty\\\",\\\"Toys\\\",\\\"Automotive\\\",\\\"Pets\\\",\\\"Tools\\\"]\"}}",
"handle": "select",
"displayName": "Select"
}
]
},
"sourceId": "462707ea-9a50-480f-8c17-bba46e5a99ef",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.400Z"
},
{
"id": "385b1531-e3c0-49e2-9e66-916313edaf64",
"name": "onClick",
"index": 1,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"actionId": "control-component",
"alertType": "info",
"componentId": "b14e7810-2d86-45a0-8b1b-e781148a6b0a",
"componentSpecificActionHandle": "setText",
"componentSpecificActionParams": [
{
"value": "0",
"handle": "text",
"displayName": "text",
"defaultValue": "100"
}
]
},
"sourceId": "462707ea-9a50-480f-8c17-bba46e5a99ef",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.410Z"
},
{
"id": "88a0651b-60e3-4bbc-b6e6-09e8971019b5",
"name": "onClick",
"index": 2,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"actionId": "control-component",
"alertType": "info",
"componentId": "f178fd2e-fcc7-4db7-8267-65179b38b16e",
"componentSpecificActionHandle": "setText",
"componentSpecificActionParams": [
{
"value": "99999.99",
"handle": "text",
"displayName": "text",
"defaultValue": "100"
}
]
},
"sourceId": "462707ea-9a50-480f-8c17-bba46e5a99ef",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.421Z"
},
{
"id": "c335216f-3b73-4566-984c-0498f55d0be2",
"name": "onClick",
"index": 0,
"event": {
"key": "selectedProductForBookmark",
"value": "{{({productId: listItem.id, wishlistId: queries.getWishlist.data[listItem.id]})}}",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "set-custom-variable",
"alertType": "info"
},
"sourceId": "0ebf315b-6792-4a41-8afc-cf11a745e2de",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "f6197ab5-226b-4c32-89b2-2254b07da3e9",
"name": "onClick",
"index": 0,
"event": {
"key": "imageIndex",
"value": "{{variables.imageIndex + 1}}",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "set-custom-variable",
"alertType": "info"
},
"sourceId": "0ee946e8-9a54-49a0-b3c3-ef8350f0779c",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "ca66fcbf-da98-4911-9f42-5f3bec84c7b2",
"name": "onClick",
"index": 0,
"event": {
"key": "imageIndex",
"value": "{{variables.imageIndex - 1}}",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "set-custom-variable",
"alertType": "info"
},
"sourceId": "d10a477b-0cc3-4f11-89a6-bba3686dff66",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "6194923b-d749-4e79-83e4-61c579fc3660",
"name": "onClick",
"index": 0,
"event": {
"key": "selectedProductForBookmark",
"value": "{{({productId: variables.selectedProduct.id, wishlistId: queries.getWishlist.data[variables.selectedProduct.id]})}}",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "set-custom-variable",
"alertType": "info"
},
"sourceId": "44c3e818-df2e-4d5e-939f-8f5cfe43d257",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "425cac04-4aac-4ded-b571-70147253e957",
"name": "onClick",
"index": 0,
"event": {
"key": "selectedProduct",
"ref": "Action0",
"value": "{{components.table1.selectedRow}}",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "set-custom-variable",
"alertType": "info"
},
"sourceId": "de777cbf-87e4-4ae7-99a2-8b0c329f498a",
"target": "table_action",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "1a1d2f18-5b22-4ca0-acef-2cb237c0f59c",
"name": "onDataQuerySuccess",
"index": 1,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Product listing request has been submitted successfully.",
"actionId": "show-alert",
"alertType": "success"
},
"sourceId": "b545c82c-dc68-4a0e-8fd3-369477c81fa0",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "4e319dfe-00cb-40ba-be4e-d8d08ca76795",
"name": "onDataQueryFailure",
"index": 2,
"event": {
"eventId": "onDataQueryFailure",
"message": "Failed to submit product listing request! Please check and try again.",
"actionId": "show-alert",
"alertType": "warning"
},
"sourceId": "b545c82c-dc68-4a0e-8fd3-369477c81fa0",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "d6a4f74a-2473-46e2-bb15-af810ee7761e",
"name": "onDataQuerySuccess",
"index": 0,
"event": {
"key": "applyingFilter",
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"actionId": "unset-custom-variable",
"alertType": "info"
},
"sourceId": "1d7d4ec2-7f43-4f14-aff5-316b09726512",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "091bcd68-e597-4319-a16c-718717953e64",
"name": "onClick",
"index": 0,
"event": {
"modal": "13b3db9a-cfba-4061-a253-2c6c5dfaf8d8",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "show-modal",
"alertType": "info"
},
"sourceId": "2ee89700-8c95-4c10-af66-db83177d1e68",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.129Z"
},
{
"id": "34fd5041-5109-4551-a764-b21f475b7dcf",
"name": "onClick",
"index": 1,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "ee2768a5-f229-46a9-8584-9dd72571a3c2",
"actionId": "run-query",
"alertType": "info",
"queryName": "getListedProducts",
"parameters": {}
},
"sourceId": "2ee89700-8c95-4c10-af66-db83177d1e68",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.142Z"
},
{
"id": "3cf4dd93-5838-4732-8433-df3e6c74dd96",
"name": "onClick",
"index": 0,
"event": {
"modal": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "show-modal",
"alertType": "info"
},
"sourceId": "e4a0ed27-209b-4813-a1dc-1799db62e8a2",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.152Z"
},
{
"id": "6cae377c-1a11-41e9-a19c-5aca73c24315",
"name": "onClick",
"index": 2,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "12ee6e54-199c-4149-91ff-4d8b78173a17",
"actionId": "run-query",
"alertType": "info",
"queryName": "removeFromFavourites",
"runOnlyIf": "{{queries.getWishlist.data.hasOwnProperty(listItem.id)}}",
"parameters": {}
},
"sourceId": "0ebf315b-6792-4a41-8afc-cf11a745e2de",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.180Z"
},
{
"id": "eb3f9fae-6de6-4882-9c87-c56c8c60d2ae",
"name": "onClick",
"index": 0,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "b545c82c-dc68-4a0e-8fd3-369477c81fa0",
"actionId": "run-query",
"alertType": "info",
"queryName": "addProduct",
"parameters": {}
},
"sourceId": "796717fb-2f44-4bb4-a27d-5bf1614c6bbe",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.190Z"
},
{
"id": "939a0f75-5d7b-400a-a66b-cb9206ca4eff",
"name": "onClick",
"index": 0,
"event": {
"modal": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "close-modal",
"alertType": "info"
},
"sourceId": "9aee188f-f974-4a20-bd84-b1d158ff49da",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.200Z"
},
{
"id": "c6aa9f3a-98a1-4db0-a368-d33867118efa",
"name": "onClick",
"index": 2,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "12ee6e54-199c-4149-91ff-4d8b78173a17",
"actionId": "run-query",
"alertType": "info",
"queryName": "removeFromFavourites",
"runOnlyIf": "{{queries.getWishlist.data.hasOwnProperty(variables.selectedProduct.id)}}",
"parameters": {}
},
"sourceId": "44c3e818-df2e-4d5e-939f-8f5cfe43d257",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.224Z"
},
{
"id": "798d8240-9761-4ece-91e2-91959d8577b8",
"name": "onClick",
"index": 1,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "b12dd836-4895-4311-bc6a-98b07f6e09ea",
"actionId": "run-query",
"alertType": "info",
"queryName": "addToFavourites",
"runOnlyIf": "{{!queries.getWishlist.data.hasOwnProperty(variables.selectedProduct.id)}}",
"parameters": {}
},
"sourceId": "44c3e818-df2e-4d5e-939f-8f5cfe43d257",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.235Z"
},
{
"id": "57b176b3-b728-482e-a6b4-aa6784544363",
"name": "onClick",
"index": 0,
"event": {
"ref": "Action0",
"modal": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "show-modal",
"alertType": "info"
},
"sourceId": "de777cbf-87e4-4ae7-99a2-8b0c329f498a",
"target": "table_action",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.250Z"
},
{
"id": "860773ca-99e8-43ee-89c1-a3880190b711",
"name": "onClick",
"index": 0,
"event": {
"ref": "Action0",
"modal": "13b3db9a-cfba-4061-a253-2c6c5dfaf8d8",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "close-modal",
"alertType": "info"
},
"sourceId": "de777cbf-87e4-4ae7-99a2-8b0c329f498a",
"target": "table_action",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.260Z"
},
{
"id": "821eb3e4-0882-4fea-9354-d4ed33bada82",
"name": "onClick",
"index": 0,
"event": {
"modal": "13b3db9a-cfba-4061-a253-2c6c5dfaf8d8",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "show-modal",
"alertType": "info"
},
"sourceId": "bcf63945-3e3c-44de-a80e-ed67ceb29c79",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.272Z"
},
{
"id": "0c56f696-cd3c-4c8e-ae29-1871cd6bad7b",
"name": "onClick",
"index": 1,
"event": {
"modal": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"eventId": "onClick",
"message": "Hello world!",
"actionId": "close-modal",
"alertType": "info"
},
"sourceId": "bcf63945-3e3c-44de-a80e-ed67ceb29c79",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.283Z"
},
{
"id": "e69125a2-95c4-4cad-affd-bdcb3639cc80",
"name": "onClick",
"index": 0,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "46a31b00-42c4-4ec5-8c1a-271d5d40dfd9",
"actionId": "run-query",
"alertType": "info",
"queryName": "updateProductDetails",
"parameters": {}
},
"sourceId": "60b45535-e63a-44d7-9af6-51020b84fc61",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.294Z"
},
{
"id": "07edb337-01e3-4c57-863d-2a37dbf27800",
"name": "onDataQuerySuccess",
"index": 0,
"event": {
"modal": "33da9275-fd7f-48d7-b0dc-80c4660371ca",
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"actionId": "close-modal",
"alertType": "info"
},
"sourceId": "b545c82c-dc68-4a0e-8fd3-369477c81fa0",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.310Z"
},
{
"id": "693f87d3-5ec3-4e6c-ae1e-40954356050a",
"name": "onDataQuerySuccess",
"index": 1,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Product details updated successfully.",
"actionId": "show-alert",
"alertType": "success"
},
"sourceId": "46a31b00-42c4-4ec5-8c1a-271d5d40dfd9",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "4c606d11-4d59-4870-a2a6-0cf28f88d17f",
"name": "onDataQueryFailure",
"index": 3,
"event": {
"eventId": "onDataQueryFailure",
"message": "Failed to update product details! Please check and try again.",
"actionId": "show-alert",
"alertType": "warning"
},
"sourceId": "46a31b00-42c4-4ec5-8c1a-271d5d40dfd9",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "5249bbd4-d7d1-44d3-8775-f85f5000024a",
"name": "onDataQueryFailure",
"index": 1,
"event": {
"eventId": "onDataQueryFailure",
"message": "Failed to add product to wishlist! Please check and try again.",
"actionId": "show-alert",
"alertType": "warning"
},
"sourceId": "b12dd836-4895-4311-bc6a-98b07f6e09ea",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "d9dc09a7-0192-4554-a78e-d7518e41b1fa",
"name": "onDataQueryFailure",
"index": 1,
"event": {
"eventId": "onDataQueryFailure",
"message": "Failed to remove product from wishlist! Please check and try again.",
"actionId": "show-alert",
"alertType": "warning"
},
"sourceId": "12ee6e54-199c-4149-91ff-4d8b78173a17",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "f5e67346-41ee-4f32-b365-0f9b60abc3a0",
"name": "onClick",
"index": 1,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "1d7d4ec2-7f43-4f14-aff5-316b09726512",
"actionId": "run-query",
"alertType": "info",
"queryName": "getProducts",
"parameters": {}
},
"sourceId": "6166f754-0d55-4bbd-8f13-bfc18bccc7ad",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.116Z"
},
{
"id": "2820f003-ac53-4e09-a9aa-648e1147a6d0",
"name": "onClick",
"index": 1,
"event": {
"eventId": "onClick",
"message": "Hello world!",
"queryId": "b12dd836-4895-4311-bc6a-98b07f6e09ea",
"actionId": "run-query",
"alertType": "info",
"queryName": "addToFavourites",
"runOnlyIf": "{{!queries.getWishlist.data.hasOwnProperty(listItem.id)}}",
"parameters": {}
},
"sourceId": "0ebf315b-6792-4a41-8afc-cf11a745e2de",
"target": "component",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.168Z"
},
{
"id": "0e93231e-92ab-4b2d-a41c-4c3af5ea06fa",
"name": "onDataQuerySuccess",
"index": 0,
"event": {
"modal": "965c2dd9-d15d-496d-9cd8-781a3e8f7126",
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"actionId": "close-modal",
"alertType": "info"
},
"sourceId": "46a31b00-42c4-4ec5-8c1a-271d5d40dfd9",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.340Z"
},
{
"id": "90eb65e6-3e6a-43f5-8017-8069a0aa94c8",
"name": "onDataQuerySuccess",
"index": 2,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"queryId": "1d7d4ec2-7f43-4f14-aff5-316b09726512",
"actionId": "run-query",
"alertType": "info",
"queryName": "getProducts",
"parameters": {}
},
"sourceId": "46a31b00-42c4-4ec5-8c1a-271d5d40dfd9",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.353Z"
},
{
"id": "e0cd7170-48a7-4df1-bae4-0e938bf96b78",
"name": "onDataQuerySuccess",
"index": 0,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"queryId": "ef420487-9301-4c19-9dbf-ff71f7ac3f82",
"actionId": "run-query",
"alertType": "info",
"queryName": "getFavourites",
"parameters": {}
},
"sourceId": "b12dd836-4895-4311-bc6a-98b07f6e09ea",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.369Z"
},
{
"id": "0a165432-b3c2-486e-9a8a-3fbc1d8eaef6",
"name": "onDataQuerySuccess",
"index": 0,
"event": {
"eventId": "onDataQuerySuccess",
"message": "Hello world!",
"queryId": "ef420487-9301-4c19-9dbf-ff71f7ac3f82",
"actionId": "run-query",
"alertType": "info",
"queryName": "getFavourites",
"parameters": {}
},
"sourceId": "12ee6e54-199c-4149-91ff-4d8b78173a17",
"target": "data_query",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:21.384Z"
}
],
"dataQueries": [
{
"id": "1d7d4ec2-7f43-4f14-aff5-316b09726512",
"name": "getProducts",
"options": {
"operation": "list_rows",
"transformationLanguage": "javascript",
"enableTransformation": true,
"organization_id": "9ff53e53-885b-440c-afe0-1aeffd56c430",
"table_id": "0c78ec76-2bc2-43b1-b421-da99256f3317",
"join_table": {
"joins": [
{
"id": 1712364690954,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "10141c7d-4bc8-41d6-b411-7fca646857a6",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "name",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "description",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_1",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_2",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_3",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "listed_by_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "category",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_thumbnail",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "is_active",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "price",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "created_at",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "updated_at",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "status",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "contact_number",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "contact_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "updated_by_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
}
]
},
"list_rows": {
"where_filters": {
"9ae2f9ec-8fbb-47f5-bc54-c6bdbce1a10a": {
"column": "is_active",
"operator": "eq",
"value": "{{true}}",
"id": "9ae2f9ec-8fbb-47f5-bc54-c6bdbce1a10a"
},
"24d936f2-9020-4288-a4ab-1866588ef842": {
"column": "status",
"operator": "eq",
"value": "approved",
"id": "24d936f2-9020-4288-a4ab-1866588ef842"
},
"6c287dbc-3070-441b-bee7-b3458af56a68": {
"column": "category",
"operator": "in",
"value": "{{JSON.parse(components.dropdown1.value)}}",
"id": "6c287dbc-3070-441b-bee7-b3458af56a68"
},
"f1246aec-b6f3-4d3d-8d9c-6b717f1edcbf": {
"column": "price",
"operator": "gte",
"value": "{{( components.numberinput1.value || 0 ).toFixed(2).toString().padStart(8, \"0\")}}",
"id": "f1246aec-b6f3-4d3d-8d9c-6b717f1edcbf"
},
"a38457df-7ac2-4b26-87c6-3f2fcf1aff63": {
"column": "price",
"operator": "lte",
"value": "{{( components.numberinput2.value || 0 ).toFixed(2).toString().padStart(8, \"0\")}}",
"id": "a38457df-7ac2-4b26-87c6-3f2fcf1aff63"
}
},
"order_filters": {
"a069934a-3b17-4687-adbf-02773d42c6c9": {
"column": "id",
"order": "desc",
"id": "a069934a-3b17-4687-adbf-02773d42c6c9"
}
}
},
"runOnPageLoad": true,
"transformation": "return data.filter(\n (row) =>\n parseFloat(row.price) >= components.numberinput1.value &&\n parseFloat(row.price) <= components.numberinput2.value\n);"
},
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-05-03T11:22:02.772Z"
},
{
"id": "ef420487-9301-4c19-9dbf-ff71f7ac3f82",
"name": "getWishlist",
"options": {
"operation": "list_rows",
"transformationLanguage": "javascript",
"enableTransformation": true,
"organization_id": "9ff53e53-885b-440c-afe0-1aeffd56c430",
"table_id": "52a248b1-0879-4054-8353-39c4d8da988f",
"join_table": {
"joins": [
{
"id": 1712364700452,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "7a7bbbc6-715d-4c45-807c-59fb34fc915d"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "7a7bbbc6-715d-4c45-807c-59fb34fc915d",
"type": "Table"
},
"fields": []
},
"list_rows": {
"where_filters": {
"8c481532-d9aa-4202-9b73-350cf1c984f1": {
"column": "favourited_by_email",
"operator": "eq",
"value": "{{globals.currentUser.email}}",
"id": "8c481532-d9aa-4202-9b73-350cf1c984f1"
}
}
},
"transformation": "return data\n .map((row) => ({ [row.product_id]: row.id }))\n .reduce((a, b) => ({ ...a, ...b }), {});",
"runOnPageLoad": true
},
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-05-03T11:22:02.706Z"
},
{
"id": "12ee6e54-199c-4149-91ff-4d8b78173a17",
"name": "removeFromWishlist",
"options": {
"operation": "delete_rows",
"transformationLanguage": "javascript",
"enableTransformation": false,
"organization_id": "9ff53e53-885b-440c-afe0-1aeffd56c430",
"table_id": "52a248b1-0879-4054-8353-39c4d8da988f",
"join_table": {
"joins": [
{
"id": 1712364710552,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "7a7bbbc6-715d-4c45-807c-59fb34fc915d"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "7a7bbbc6-715d-4c45-807c-59fb34fc915d",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "7a7bbbc6-715d-4c45-807c-59fb34fc915d"
},
{
"name": "product_id",
"table": "7a7bbbc6-715d-4c45-807c-59fb34fc915d"
},
{
"name": "favourited_by_email",
"table": "7a7bbbc6-715d-4c45-807c-59fb34fc915d"
}
]
},
"list_rows": {},
"delete_rows": {
"limit": 1,
"where_filters": {
"f3cdb6be-5432-4b0a-a975-26225960f5dc": {
"column": "id",
"operator": "eq",
"value": "{{variables.selectedProductForBookmark.wishlistId}}",
"id": "f3cdb6be-5432-4b0a-a975-26225960f5dc"
}
}
}
},
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "b545c82c-dc68-4a0e-8fd3-369477c81fa0",
"name": "addProduct",
"options": {
"operation": "create_row",
"transformationLanguage": "javascript",
"enableTransformation": false,
"organization_id": "9ff53e53-885b-440c-afe0-1aeffd56c430",
"table_id": "0c78ec76-2bc2-43b1-b421-da99256f3317",
"join_table": {
"joins": [
{
"id": 1712364665227,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "10141c7d-4bc8-41d6-b411-7fca646857a6",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "name",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "description",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_1",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_2",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_3",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "listed_by_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "category",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_thumbnail",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "is_active",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "price",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "created_at",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "updated_at",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "status",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "contact_number",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "contact_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "updated_by_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
}
]
},
"list_rows": {},
"create_row": {
"0": {
"column": "name",
"value": "{{components.textinput2.value}}"
},
"1": {
"column": "description",
"value": "{{components.textarea1.value}}"
},
"2": {
"column": "image_thumbnail",
"value": "{{components.textinput3.value}}"
},
"3": {
"column": "image_1",
"value": "{{components.textinput4.value}}"
},
"4": {
"column": "image_2",
"value": "{{components.textinput5.value}}"
},
"5": {
"column": "image_3",
"value": "{{components.textinput6.value}}"
},
"6": {
"column": "listed_by_email",
"value": "{{globals.currentUser.email}}"
},
"7": {
"column": "category",
"value": "{{components.dropdown3.value}}"
},
"8": {
"column": "price",
"value": "{{(components.numberinput3.value || 0).toFixed(2).toString().padStart(8, \"0\")}}"
},
"9": {
"column": "created_at",
"value": "{{moment().valueOf()}}"
},
"10": {
"column": "updated_at",
"value": "{{moment().valueOf()}}"
},
"11": {
"column": "status",
"value": "approved"
},
"12": {
"column": "contact_number",
"value": "{{components.textinput7.value}}"
},
"13": {
"column": "contact_email",
"value": "{{components.textinput8.value}}"
},
"14": {
"column": "updated_by_email",
"value": "{{globals.currentUser.email}}"
}
}
},
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
},
{
"id": "ee2768a5-f229-46a9-8584-9dd72571a3c2",
"name": "getListedProducts",
"options": {
"operation": "list_rows",
"transformationLanguage": "javascript",
"enableTransformation": true,
"organization_id": "9ff53e53-885b-440c-afe0-1aeffd56c430",
"table_id": "0c78ec76-2bc2-43b1-b421-da99256f3317",
"join_table": {
"joins": [
{
"id": 1712364682688,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "10141c7d-4bc8-41d6-b411-7fca646857a6",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "name",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "description",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_1",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_2",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_3",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "listed_by_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "category",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_thumbnail",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "is_active",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "price",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "created_at",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "updated_at",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "status",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "contact_number",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "contact_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "updated_by_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
}
]
},
"list_rows": {
"where_filters": {},
"order_filters": {
"7053dcb3-8f1c-454b-acdb-1689efaa70b3": {
"column": "id",
"order": "desc",
"id": "7053dcb3-8f1c-454b-acdb-1689efaa70b3"
}
}
},
"transformation": "return data.map((row) => ({\n ...row,\n formatted_created_at: moment(parseInt(row.created_at)).format(\n \"DD-MM-YYYY hh:mmA\"\n ),\n formatted_updated_at: moment(parseInt(row.updated_at)).format(\n \"DD-MM-YYYY hh:mmA\"\n ),\n formatted_price: parseFloat(row.price).toFixed(2),\n}));"
},
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-05-03T11:17:41.714Z"
},
{
"id": "46a31b00-42c4-4ec5-8c1a-271d5d40dfd9",
"name": "updateProductDetails",
"options": {
"operation": "update_rows",
"transformationLanguage": "javascript",
"enableTransformation": false,
"organization_id": "9ff53e53-885b-440c-afe0-1aeffd56c430",
"table_id": "0c78ec76-2bc2-43b1-b421-da99256f3317",
"join_table": {
"joins": [
{
"id": 1712364719628,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "10141c7d-4bc8-41d6-b411-7fca646857a6",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "name",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "description",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_1",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_2",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_3",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "listed_by_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "category",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "image_thumbnail",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "is_active",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "price",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "created_at",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "updated_at",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "status",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "contact_number",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "contact_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
},
{
"name": "updated_by_email",
"table": "10141c7d-4bc8-41d6-b411-7fca646857a6"
}
]
},
"list_rows": {},
"update_rows": {
"columns": {
"0": {
"column": "name",
"value": "{{components.textinput9.value}}"
},
"1": {
"column": "description",
"value": "{{components.textarea2.value}}"
},
"2": {
"column": "image_thumbnail",
"value": "{{components.textinput10.value}}"
},
"3": {
"column": "image_1",
"value": "{{components.textinput11.value}}"
},
"4": {
"column": "image_2",
"value": "{{components.textinput12.value}}"
},
"5": {
"column": "image_3",
"value": "{{components.textinput13.value}}"
},
"6": {
"column": "category",
"value": "{{components.dropdown4.value}}"
},
"7": {
"column": "price",
"value": "{{(components.numberinput4.value || 0).toFixed(2).toString().padStart(8, \"0\")}}"
},
"8": {
"column": "status",
"value": "{{components.dropdown6.value}}"
},
"9": {
"column": "contact_number",
"value": "{{components.textinput14.value}}"
},
"10": {
"column": "contact_email",
"value": "{{components.textinput15.value}}"
},
"11": {
"column": "updated_at",
"value": "{{moment().valueOf()}}"
},
"12": {
"column": "updated_by_email",
"value": "{{globals.currentUser.email}}"
},
"e62c9f89-8535-49fc-81fd-e19b99d261e5": {
"column": "is_active",
"value": "{{components.dropdown5.value}}"
}
},
"where_filters": {
"347b2bb6-ca75-40e1-a334-789b1235a901": {
"column": "id",
"operator": "eq",
"value": "{{variables.selectedProduct.id}}",
"id": "347b2bb6-ca75-40e1-a334-789b1235a901"
}
}
}
},
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-05-03T11:18:00.033Z"
},
{
"id": "b12dd836-4895-4311-bc6a-98b07f6e09ea",
"name": "addToWishlist",
"options": {
"operation": "create_row",
"transformationLanguage": "javascript",
"enableTransformation": false,
"organization_id": "9ff53e53-885b-440c-afe0-1aeffd56c430",
"table_id": "52a248b1-0879-4054-8353-39c4d8da988f",
"join_table": {
"joins": [
{
"id": 1712364673359,
"conditions": {
"operator": "AND",
"conditionsList": [
{
"operator": "=",
"leftField": {
"table": "7a7bbbc6-715d-4c45-807c-59fb34fc915d"
}
}
]
},
"joinType": "INNER"
}
],
"from": {
"name": "7a7bbbc6-715d-4c45-807c-59fb34fc915d",
"type": "Table"
},
"fields": [
{
"name": "id",
"table": "7a7bbbc6-715d-4c45-807c-59fb34fc915d"
},
{
"name": "product_id",
"table": "7a7bbbc6-715d-4c45-807c-59fb34fc915d"
},
{
"name": "favourited_by_email",
"table": "7a7bbbc6-715d-4c45-807c-59fb34fc915d"
}
]
},
"list_rows": {},
"create_row": {
"0": {
"column": "product_id",
"value": "{{variables.selectedProductForBookmark.productId}}"
},
"d85b2ecd-cd70-4037-ab4c-9ad7babe0f91": {
"column": "favourited_by_email",
"value": "{{globals.currentUser.email}}"
}
}
},
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"createdAt": "2024-04-08T07:11:19.557Z",
"updatedAt": "2024-04-08T07:11:19.557Z"
}
],
"dataSources": [
{
"id": "61d97828-a966-4cb6-b661-d5e25061e5f1",
"name": "restapidefault",
"kind": "restapi",
"type": "static",
"pluginId": null,
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-08T07:11:19.569Z",
"updatedAt": "2024-04-08T07:11:19.569Z"
},
{
"id": "af9fc18e-bfcd-41b9-a45b-0beff8b6a76a",
"name": "runjsdefault",
"kind": "runjs",
"type": "static",
"pluginId": null,
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-08T07:11:19.585Z",
"updatedAt": "2024-04-08T07:11:19.585Z"
},
{
"id": "a7d432f4-7a8d-4b7e-a36f-608183c52ac1",
"name": "runpydefault",
"kind": "runpy",
"type": "static",
"pluginId": null,
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-08T07:11:19.601Z",
"updatedAt": "2024-04-08T07:11:19.601Z"
},
{
"id": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"name": "tooljetdbdefault",
"kind": "tooljetdb",
"type": "static",
"pluginId": null,
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-08T07:11:19.616Z",
"updatedAt": "2024-04-08T07:11:19.616Z"
},
{
"id": "9a3f2270-67fd-42df-81a4-5b2e8764f197",
"name": "workflowsdefault",
"kind": "workflows",
"type": "static",
"pluginId": null,
"appVersionId": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"organizationId": null,
"scope": "local",
"createdAt": "2024-04-08T07:11:19.629Z",
"updatedAt": "2024-04-08T07:11:19.629Z"
}
],
"appVersions": [
{
"id": "a25091bd-dde2-4740-8c6e-8f7b37e72bf0",
"name": "v1",
"definition": null,
"globalSettings": {
"hideHeader": true,
"appInMaintenance": false,
"canvasMaxWidth": 100,
"canvasMaxWidthType": "%",
"canvasMaxHeight": 2400,
"canvasBackgroundColor": "#edeff5",
"backgroundFxQuery": "#edeff5"
},
"showViewerNavigation": false,
"homePageId": "8d5b5111-e0d7-4aae-9948-22489ceb7b60",
"appId": "13958ccf-cdba-4aed-9142-df77f13c3abf",
"currentEnvironmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"promotedFrom": null,
"createdAt": "2024-04-08T07:11:19.547Z",
"updatedAt": "2024-05-03T11:18:00.433Z"
}
],
"appEnvironments": [
{
"id": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"name": "development",
"isDefault": false,
"priority": 1,
"enabled": true,
"createdAt": "2023-04-26T19:44:06.852Z",
"updatedAt": "2023-04-26T19:44:06.852Z"
},
{
"id": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"name": "staging",
"isDefault": false,
"priority": 2,
"enabled": true,
"createdAt": "2023-04-26T19:44:06.852Z",
"updatedAt": "2023-04-26T19:44:06.852Z"
},
{
"id": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
"name": "production",
"isDefault": true,
"priority": 3,
"enabled": true,
"createdAt": "2023-04-26T19:44:06.852Z",
"updatedAt": "2023-04-26T19:44:06.852Z"
}
],
"dataSourceOptions": [
{
"id": "ead1a45d-4f4a-4ebb-8eb6-8b6a9885d670",
"dataSourceId": "61d97828-a966-4cb6-b661-d5e25061e5f1",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-08T07:11:19.581Z",
"updatedAt": "2024-04-08T07:11:19.581Z"
},
{
"id": "8f761e21-74e1-40c7-8fab-9315ce1d2bea",
"dataSourceId": "61d97828-a966-4cb6-b661-d5e25061e5f1",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-08T07:11:19.581Z",
"updatedAt": "2024-04-08T07:11:19.581Z"
},
{
"id": "1ad42a6c-4c6e-409f-a462-06d7791910c5",
"dataSourceId": "61d97828-a966-4cb6-b661-d5e25061e5f1",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-08T07:11:19.581Z",
"updatedAt": "2024-04-08T07:11:19.581Z"
},
{
"id": "257b45dd-fcf6-4c91-ad0b-05f595a5dba5",
"dataSourceId": "af9fc18e-bfcd-41b9-a45b-0beff8b6a76a",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-08T07:11:19.597Z",
"updatedAt": "2024-04-08T07:11:19.597Z"
},
{
"id": "f3cd4ece-257b-4c71-a53e-69dd16426757",
"dataSourceId": "af9fc18e-bfcd-41b9-a45b-0beff8b6a76a",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-08T07:11:19.597Z",
"updatedAt": "2024-04-08T07:11:19.597Z"
},
{
"id": "37c067d9-10d2-4197-abcb-985878e9ec4e",
"dataSourceId": "af9fc18e-bfcd-41b9-a45b-0beff8b6a76a",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-08T07:11:19.597Z",
"updatedAt": "2024-04-08T07:11:19.597Z"
},
{
"id": "bbd9e512-2f72-4734-9cbb-04383b0decbe",
"dataSourceId": "a7d432f4-7a8d-4b7e-a36f-608183c52ac1",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-08T07:11:19.613Z",
"updatedAt": "2024-04-08T07:11:19.613Z"
},
{
"id": "bf96241c-d6cb-48df-8324-17279ed0ed7c",
"dataSourceId": "a7d432f4-7a8d-4b7e-a36f-608183c52ac1",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-08T07:11:19.613Z",
"updatedAt": "2024-04-08T07:11:19.613Z"
},
{
"id": "32491c03-e457-45fa-b42d-3befce582aa6",
"dataSourceId": "a7d432f4-7a8d-4b7e-a36f-608183c52ac1",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-08T07:11:19.613Z",
"updatedAt": "2024-04-08T07:11:19.613Z"
},
{
"id": "d26d9664-80c6-4c26-b8a5-353245b82586",
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-08T07:11:19.626Z",
"updatedAt": "2024-04-08T07:11:19.626Z"
},
{
"id": "08e64886-0202-4195-bdd4-d6ff253faf96",
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-08T07:11:19.626Z",
"updatedAt": "2024-04-08T07:11:19.626Z"
},
{
"id": "6f764ed2-2dd1-4e01-81e2-18077831465f",
"dataSourceId": "8cf86e2e-ff9f-4fcd-9b5a-e5a62eef5ed6",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-08T07:11:19.626Z",
"updatedAt": "2024-04-08T07:11:19.626Z"
},
{
"id": "b8310ebd-a900-4ca1-a9d0-4444edf05d36",
"dataSourceId": "9a3f2270-67fd-42df-81a4-5b2e8764f197",
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
"options": null,
"createdAt": "2024-04-08T07:11:19.641Z",
"updatedAt": "2024-04-08T07:11:19.641Z"
},
{
"id": "e77e1b07-7532-4126-99bf-2435069314f4",
"dataSourceId": "9a3f2270-67fd-42df-81a4-5b2e8764f197",
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
"options": null,
"createdAt": "2024-04-08T07:11:19.641Z",
"updatedAt": "2024-04-08T07:11:19.641Z"
},
{
"id": "73d5edc7-3f10-4abd-9969-abb655000810",
"dataSourceId": "9a3f2270-67fd-42df-81a4-5b2e8764f197",
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
"options": null,
"createdAt": "2024-04-08T07:11:19.641Z",
"updatedAt": "2024-04-08T07:11:19.641Z"
}
],
"schemaDetails": {
"multiPages": true,
"multiEnv": true,
"globalDataSources": true
}
}
}
}
],
"tooljet_version": "2.38.0-ee2.15.28-cloud2.3.11"
}