mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-29 01:17:24 +00:00
6639 lines
No EOL
235 KiB
JSON
6639 lines
No EOL
235 KiB
JSON
{
|
|
"tooljet_database": [
|
|
{
|
|
"id": "8d0bd25c-c326-4b32-a09e-d4efd3a7be53",
|
|
"table_name": "bom_products",
|
|
"schema": {
|
|
"columns": [
|
|
{
|
|
"column_name": "id",
|
|
"data_type": "integer",
|
|
"column_default": "nextval('\"8d0bd25c-c326-4b32-a09e-d4efd3a7be53_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": "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": "dimensions",
|
|
"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": "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": "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": ""
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "53e3ba57-290f-463b-b4b2-6a8f180d4ea0",
|
|
"table_name": "bom_bill_of_materials",
|
|
"schema": {
|
|
"columns": [
|
|
{
|
|
"column_name": "id",
|
|
"data_type": "integer",
|
|
"column_default": "nextval('\"53e3ba57-290f-463b-b4b2-6a8f180d4ea0_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": "material_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": "material_type",
|
|
"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": "object_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": "source_factory",
|
|
"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": "unit_of_measure",
|
|
"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": "quantity",
|
|
"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": "standard_price",
|
|
"data_type": "double precision",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": 53,
|
|
"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": "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": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"app": [
|
|
{
|
|
"definition": {
|
|
"appV2": {
|
|
"id": "12c1939b-7a91-4a17-b63d-afe100c40a9c",
|
|
"type": "front-end",
|
|
"name": "Bill of materials",
|
|
"slug": "12c1939b-7a91-4a17-b63d-afe100c40a9c",
|
|
"isPublic": false,
|
|
"isMaintenanceOn": false,
|
|
"icon": "globe",
|
|
"organizationId": "f2a832bb-fc39-49c5-be7f-7037ebb79b84",
|
|
"currentVersionId": null,
|
|
"userId": "ccf51822-9d82-4d82-81dd-22df9f3cfcfc",
|
|
"workflowApiToken": null,
|
|
"workflowEnabled": false,
|
|
"createdAt": "2024-04-25T07:35:01.940Z",
|
|
"creationMode": "DEFAULT",
|
|
"updatedAt": "2024-04-25T07:35:02.984Z",
|
|
"editingVersion": {
|
|
"id": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"name": "v1",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": true,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": ""
|
|
},
|
|
"showViewerNavigation": false,
|
|
"homePageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"appId": "12c1939b-7a91-4a17-b63d-afe100c40a9c",
|
|
"currentEnvironmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
|
|
"promotedFrom": null,
|
|
"createdAt": "2024-04-25T07:35:01.958Z",
|
|
"updatedAt": "2024-05-03T10:33:20.185Z"
|
|
},
|
|
"components": [
|
|
{
|
|
"id": "1b5da94b-33a1-4770-b132-54a16e171ebf",
|
|
"name": "container2",
|
|
"type": "Container",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": null,
|
|
"properties": {},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-05-03T07:56:40.700Z",
|
|
"layouts": [
|
|
{
|
|
"id": "5f9d1dde-e4a6-4fe3-9dc9-a5c53ac52d60",
|
|
"type": "desktop",
|
|
"top": 110,
|
|
"left": 2.3255813953488373,
|
|
"width": 41,
|
|
"height": 680,
|
|
"componentId": "1b5da94b-33a1-4770-b132-54a16e171ebf",
|
|
"updatedAt": "2024-05-03T10:16:34.683Z"
|
|
},
|
|
{
|
|
"id": "f2d96868-b27c-4906-96b3-dfd34a4b7138",
|
|
"type": "mobile",
|
|
"top": 720,
|
|
"left": 2.3255813953488373,
|
|
"width": 5,
|
|
"height": 200,
|
|
"componentId": "1b5da94b-33a1-4770-b132-54a16e171ebf",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "fa7495b3-5c5b-4e6c-9b3c-f049d84c14b5",
|
|
"name": "text1",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "f515a547-e4e6-41b3-a5b7-2707639192b4",
|
|
"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-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "48459f4a-cd53-41d4-b71b-9cdf7a47c78b",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 2.3255818774724633,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "fa7495b3-5c5b-4e6c-9b3c-f049d84c14b5",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "f515a547-e4e6-41b3-a5b7-2707639192b4",
|
|
"name": "container1",
|
|
"type": "Container",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": null,
|
|
"properties": {},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "e4893eb0-f04b-45dd-b9ca-b6dbe5b1f7e5",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 2.3255802612218526,
|
|
"width": 41,
|
|
"height": 70,
|
|
"componentId": "f515a547-e4e6-41b3-a5b7-2707639192b4",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c8b573c7-5ffb-4093-bdbb-9cee5fcb1f97",
|
|
"name": "text2",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "f515a547-e4e6-41b3-a5b7-2707639192b4",
|
|
"properties": {
|
|
"text": {
|
|
"value": "<div style=\"font-weight: 600;\">Bill of materials</div>"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#ffffffff",
|
|
"fxActive": false
|
|
},
|
|
"textSize": {
|
|
"value": "{{20}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "right"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "disabled"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "98828d42-1b38-49d8-bcb2-bec62576ab77",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 67.44186046511628,
|
|
"width": 12.999999999999998,
|
|
"height": 40,
|
|
"componentId": "c8b573c7-5ffb-4093-bdbb-9cee5fcb1f97",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "164af315-e776-4ec7-a652-c3ef68d0e02e",
|
|
"name": "button2",
|
|
"type": "Button",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "1b5da94b-33a1-4770-b132-54a16e171ebf",
|
|
"properties": {
|
|
"text": {
|
|
"value": "+ Add product"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"textColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#f39c12ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "7debf193-cb22-4dc7-bb38-b07c601a47f7",
|
|
"type": "mobile",
|
|
"top": 140,
|
|
"left": 0,
|
|
"width": 3,
|
|
"height": 30,
|
|
"componentId": "164af315-e776-4ec7-a652-c3ef68d0e02e",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "bb4bf144-5091-46fe-8f1e-82d48b2abc72",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 86.04650506594007,
|
|
"width": 5,
|
|
"height": 40,
|
|
"componentId": "164af315-e776-4ec7-a652-c3ef68d0e02e",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "de560825-4854-4c26-8457-093387d45de9",
|
|
"name": "table1",
|
|
"type": "Table",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "1b5da94b-33a1-4770-b132-54a16e171ebf",
|
|
"properties": {
|
|
"showAddNewRowButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"showBulkUpdateActions": {
|
|
"value": "{{false}}"
|
|
},
|
|
"allowSelection": {
|
|
"value": "{{false}}"
|
|
},
|
|
"columns": {
|
|
"value": [
|
|
{
|
|
"name": "id",
|
|
"id": "e3ecbf7fa52c4d7210a93edb8f43776267a489bad52bd108be9588f790126737",
|
|
"autogenerated": true,
|
|
"fxActiveFields": []
|
|
},
|
|
{
|
|
"name": "name",
|
|
"id": "5d2a3744a006388aadd012fcc15cc0dbcb5f9130e0fbb64c558561c97118754a",
|
|
"autogenerated": true,
|
|
"fxActiveFields": []
|
|
},
|
|
{
|
|
"id": "3b27eda3-af48-4a8e-bffc-f6f20dd891fd",
|
|
"name": "category",
|
|
"key": "category",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "93a0ef40-df41-41a8-9586-6436feed96fe",
|
|
"name": "dimensions",
|
|
"key": "dimensions",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "8f583991-7cea-4074-a2ab-af95aadffaf6",
|
|
"name": "created_at",
|
|
"key": "created_at",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "3a8cd0d8-4a27-4f63-b3b3-905b57839f9c",
|
|
"name": "updated_at",
|
|
"key": "updated_at",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "831e699e-ad9b-43ca-9365-205756c8fa4d",
|
|
"name": "description",
|
|
"key": "description",
|
|
"columnType": "string",
|
|
"autogenerated": true,
|
|
"textWrap": "scroll"
|
|
}
|
|
]
|
|
},
|
|
"loadingState": {
|
|
"fxActive": true,
|
|
"value": "{{queries.getProducts.isLoading}}"
|
|
},
|
|
"columnSizes": {
|
|
"value": {
|
|
"5be4b83a-1478-45bb-8cc0-256f5bcd5819": 173,
|
|
"11f5b861-297e-40f9-a4e1-5a099f1a43ba": 170,
|
|
"6058c41c-93de-4e91-b177-93e2c9dd4523": 207,
|
|
"e3ecbf7fa52c4d7210a93edb8f43776267a489bad52bd108be9588f790126737": 41,
|
|
"5d2a3744a006388aadd012fcc15cc0dbcb5f9130e0fbb64c558561c97118754a": 113,
|
|
"831e699e-ad9b-43ca-9365-205756c8fa4d": 261,
|
|
"3a8cd0d8-4a27-4f63-b3b3-905b57839f9c": 112,
|
|
"8f583991-7cea-4074-a2ab-af95aadffaf6": 110,
|
|
"3b27eda3-af48-4a8e-bffc-f6f20dd891fd": 92,
|
|
"93a0ef40-df41-41a8-9586-6436feed96fe": 130
|
|
}
|
|
},
|
|
"columnDeletionHistory": {
|
|
"value": [
|
|
"is_active"
|
|
]
|
|
},
|
|
"actions": {
|
|
"value": [
|
|
{
|
|
"name": "Action1",
|
|
"buttonText": "Edit",
|
|
"events": [],
|
|
"position": "right",
|
|
"backgroundColor": "#3e63dd1a",
|
|
"textColor": "#3e63ddff"
|
|
},
|
|
{
|
|
"name": "Action2",
|
|
"buttonText": "Delete",
|
|
"events": [],
|
|
"position": "right",
|
|
"backgroundColor": "#dd00001a",
|
|
"textColor": "#dd0000ff"
|
|
},
|
|
{
|
|
"name": "Action3",
|
|
"buttonText": "Manage bill of materials",
|
|
"events": [],
|
|
"position": "left"
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"value": "{{queries.getProducts.data}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"cellSize": {
|
|
"value": "regular",
|
|
"fxActive": false
|
|
},
|
|
"actionButtonRadius": {
|
|
"value": "5"
|
|
},
|
|
"tableType": {
|
|
"value": "table-striped"
|
|
},
|
|
"maxRowHeight": {
|
|
"value": "auto"
|
|
},
|
|
"maxRowHeightValue": {
|
|
"value": 45
|
|
},
|
|
"contentWrap": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-05-03T10:33:20.179Z",
|
|
"layouts": [
|
|
{
|
|
"id": "54dc8a8c-35f3-49e4-b5d0-f204d80c75c1",
|
|
"type": "mobile",
|
|
"top": 616,
|
|
"left": 0,
|
|
"width": 28.86,
|
|
"height": 456,
|
|
"componentId": "de560825-4854-4c26-8457-093387d45de9",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "b90fdc8e-d5b1-46f0-9965-fa117e0e3f59",
|
|
"type": "desktop",
|
|
"top": 70,
|
|
"left": 2.3255811789541276,
|
|
"width": 41,
|
|
"height": 580,
|
|
"componentId": "de560825-4854-4c26-8457-093387d45de9",
|
|
"updatedAt": "2024-05-03T10:16:56.508Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"name": "modal1",
|
|
"type": "Modal",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": null,
|
|
"properties": {
|
|
"title": {
|
|
"value": "Add Product"
|
|
},
|
|
"useDefaultButton": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"headerBackgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"headerTextColor": {
|
|
"value": "#ffffffff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "c5c23953-cccf-490a-ac10-fc0475d5b83c",
|
|
"type": "desktop",
|
|
"top": 860,
|
|
"left": 2.3255801252418116,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"updatedAt": "2024-05-03T10:16:14.129Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "afb8d32b-b24f-4682-b7fb-6b6f17e07c7d",
|
|
"name": "text4",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "1b5da94b-33a1-4770-b132-54a16e171ebf",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Products"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#f39c12ff",
|
|
"fxActive": false
|
|
},
|
|
"textSize": {
|
|
"value": "20"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"textIndent": {
|
|
"value": "0"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "disabled"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "15adf72d-0179-41d9-bcb2-b5460deeb44b",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 2.3255811789541276,
|
|
"width": 19,
|
|
"height": 40,
|
|
"componentId": "afb8d32b-b24f-4682-b7fb-6b6f17e07c7d",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "3ef96f36-c91b-481c-99f9-2974952aef84",
|
|
"name": "textarea1",
|
|
"type": "TextArea",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"value": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "5ce7809a-7c64-4086-b932-56d9ddbc8926",
|
|
"type": "desktop",
|
|
"top": 210,
|
|
"left": 18.60465754153514,
|
|
"width": 33,
|
|
"height": 100,
|
|
"componentId": "3ef96f36-c91b-481c-99f9-2974952aef84",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c5cc7c10-8f99-4a6a-befb-ad18d7fafcbc",
|
|
"name": "text6",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000000",
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "56281044-a746-44ce-ab83-4105bc50769d",
|
|
"type": "desktop",
|
|
"top": 210,
|
|
"left": 4.6511639756215954,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "c5cc7c10-8f99-4a6a-befb-ad18d7fafcbc",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "3239b9db-0412-42ad-a208-0f87db4b552c",
|
|
"name": "text7",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Dimensions"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000000",
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "269144e4-e742-48c2-9a7a-f38a02b7bd68",
|
|
"type": "desktop",
|
|
"top": 150,
|
|
"left": 4.651161793912395,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "3239b9db-0412-42ad-a208-0f87db4b552c",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "a9e3cb10-d55c-4248-9c37-0379eb5728bf",
|
|
"name": "text5",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Name"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000000",
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "df33b3ea-4806-4504-8d80-664bfcbed8f6",
|
|
"type": "desktop",
|
|
"top": 30,
|
|
"left": 4.6511621200093165,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "a9e3cb10-d55c-4248-9c37-0379eb5728bf",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "a057f143-7136-4d29-b416-fc20bd17f28c",
|
|
"name": "textinput1",
|
|
"type": "TextInput",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter name"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "695e8d51-f9a1-4b8e-9f3a-af348f22c3a1",
|
|
"type": "desktop",
|
|
"top": 30,
|
|
"left": 18.604651380129734,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "a057f143-7136-4d29-b416-fc20bd17f28c",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "a139da9d-6abd-4caf-bd72-290c75f275a8",
|
|
"name": "dropdown1",
|
|
"type": "DropDown",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": ""
|
|
},
|
|
"values": {
|
|
"value": "{{[\"Mattress\", \"Bedroom\", \"Living\", \"Dining\", \"Study\", \"Kids\", \"Decor\", \"Kitchen\"]}}"
|
|
},
|
|
"display_values": {
|
|
"value": "{{[\"Mattress\", \"Bedroom\", \"Living\", \"Dining\", \"Study\", \"Kids\", \"Decor\", \"Kitchen\"]}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Select a category"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "5"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "91347e22-8156-4e88-bfb1-73a362e6d55a",
|
|
"type": "desktop",
|
|
"top": 90,
|
|
"left": 18.604646500126705,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "a139da9d-6abd-4caf-bd72-290c75f275a8",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "0ddbf4dc-caa6-4da8-be6e-55bd208a445e",
|
|
"name": "text8",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Category"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000000",
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "5d046c77-82ed-4074-9192-7c816a40cda0",
|
|
"type": "desktop",
|
|
"top": 90,
|
|
"left": 4.651163937000747,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "0ddbf4dc-caa6-4da8-be6e-55bd208a445e",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "34fe7bb7-9b4d-49dd-b706-cef700ded5de",
|
|
"name": "textinput2",
|
|
"type": "TextInput",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter dimensions"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "d34bb399-6e10-4011-bcb1-a75354f228cd",
|
|
"type": "desktop",
|
|
"top": 150,
|
|
"left": 18.60464925903174,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "34fe7bb7-9b4d-49dd-b706-cef700ded5de",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "3f35a924-1140-4c59-b703-3e3c0da4062c",
|
|
"name": "button4",
|
|
"type": "Button",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Add"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{queries.addProduct.isLoading}}",
|
|
"fxActive": true
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"textColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{components.textinput1.value.length == 0 || components.dropdown1.value == undefined || components.textinput2.value.length == 0 || components.textarea1.value.length == 0}}",
|
|
"fxActive": true
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "9261afac-d4b6-4d87-af7d-7600706e6a3c",
|
|
"type": "desktop",
|
|
"top": 330,
|
|
"left": 81.39536241131982,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "3f35a924-1140-4c59-b703-3e3c0da4062c",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "289e0e50-bc30-4c75-b069-99e8ac6820dc",
|
|
"name": "button3",
|
|
"type": "Button",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Cancel"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"textColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#f39c12ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "ce5f789f-c6a6-4ca8-a0aa-d291e69438b1",
|
|
"type": "desktop",
|
|
"top": 330,
|
|
"left": 65.11628908824436,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "289e0e50-bc30-4c75-b069-99e8ac6820dc",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "0e1f6ef5-8da8-4c6e-a219-29f1aea801e0",
|
|
"name": "textinput4",
|
|
"type": "TextInput",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter name"
|
|
},
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.name}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "f010473f-d6e4-4c84-99b8-c22d18920f49",
|
|
"type": "desktop",
|
|
"top": 30,
|
|
"left": 18.60465110051574,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "0e1f6ef5-8da8-4c6e-a219-29f1aea801e0",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "edfbe0dc-3547-4e5d-b157-32f44fec3a27",
|
|
"name": "textarea2",
|
|
"type": "TextArea",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.description}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "773df130-cb57-48ba-b5e9-3fca34e6272b",
|
|
"type": "desktop",
|
|
"top": 210,
|
|
"left": 18.60465741042075,
|
|
"width": 33,
|
|
"height": 100,
|
|
"componentId": "edfbe0dc-3547-4e5d-b157-32f44fec3a27",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "7387e45d-ef02-4549-a88b-2c02354e93b5",
|
|
"name": "button6",
|
|
"type": "Button",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Cancel"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"textColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#f39c12ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "77ea7cc4-3168-407f-99a7-dd5a7af5be37",
|
|
"type": "desktop",
|
|
"top": 330,
|
|
"left": 65.11628730951887,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "7387e45d-ef02-4549-a88b-2c02354e93b5",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "8c42d6b1-d175-4bdb-b2c9-36eee8c78cda",
|
|
"name": "button5",
|
|
"type": "Button",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Save"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{queries.editProduct.isLoading}}",
|
|
"fxActive": true
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"textColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{components.textinput4.value.length == 0 || components.dropdown2.value == undefined || components.textinput3.value.length == 0 || components.textarea2.value.length == 0}}",
|
|
"fxActive": true
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "f0e480fa-8c5e-4128-9cf7-dc446b44b6ad",
|
|
"type": "desktop",
|
|
"top": 330,
|
|
"left": 81.39535747120892,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "8c42d6b1-d175-4bdb-b2c9-36eee8c78cda",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "5ee6dbb1-0ffd-4139-ae21-cf05e67cfa95",
|
|
"name": "dropdown2",
|
|
"type": "DropDown",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.category}}"
|
|
},
|
|
"values": {
|
|
"value": "{{[\"Mattress\", \"Bedroom\", \"Living\", \"Dining\", \"Study\", \"Kids\", \"Decor\", \"Kitchen\"]}}"
|
|
},
|
|
"display_values": {
|
|
"value": "{{[\"Mattress\", \"Bedroom\", \"Living\", \"Dining\", \"Study\", \"Kids\", \"Decor\", \"Kitchen\"]}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Select a category"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "5"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "a865eaf6-4c0b-4a94-9ef9-01625522b6e7",
|
|
"type": "desktop",
|
|
"top": 90,
|
|
"left": 18.60464507662777,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "5ee6dbb1-0ffd-4139-ae21-cf05e67cfa95",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "6422275e-69d9-4734-9df4-16399b6e3afb",
|
|
"name": "text11",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Dimensions"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "6b8a3655-7f38-4065-b6b7-f8ceecc53ada",
|
|
"type": "desktop",
|
|
"top": 150,
|
|
"left": 4.651161793912395,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "6422275e-69d9-4734-9df4-16399b6e3afb",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "eaa5e933-3336-4780-a76f-ea19afd3f2c3",
|
|
"name": "text10",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Category"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "3a99b0fb-8745-4b04-b0e3-7b6977d26d0c",
|
|
"type": "desktop",
|
|
"top": 90,
|
|
"left": 4.651163937000747,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "eaa5e933-3336-4780-a76f-ea19afd3f2c3",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "d80dfd70-849c-448e-a635-1f6d07606edd",
|
|
"name": "text9",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Name"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "a9749564-5d2c-45e5-bf28-0203a21ef996",
|
|
"type": "desktop",
|
|
"top": 30,
|
|
"left": 4.6511621200093165,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "d80dfd70-849c-448e-a635-1f6d07606edd",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "53d06f9b-c85a-4222-a0ef-a577834719d4",
|
|
"name": "text12",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "629bf780-4dca-444d-bdf7-0d04dd575467",
|
|
"type": "desktop",
|
|
"top": 210,
|
|
"left": 4.6511639756215954,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "53d06f9b-c85a-4222-a0ef-a577834719d4",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "06c674c0-ea25-4088-8fee-3b0a42407ff8",
|
|
"name": "textinput3",
|
|
"type": "TextInput",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter dimensions"
|
|
},
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.dimensions}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "4ed876e1-b4e3-42d5-8d70-efecc148f796",
|
|
"type": "desktop",
|
|
"top": 150,
|
|
"left": 18.60464643872745,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "06c674c0-ea25-4088-8fee-3b0a42407ff8",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "e102be35-010b-49ce-9308-b9252d67c77b",
|
|
"name": "button7",
|
|
"type": "Button",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "7407ce6e-3397-40dd-9ddf-0e9c33745d7b",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Cancel"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"textColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#f39c12ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "ec21f907-a711-4680-b6bd-3954e88d51b8",
|
|
"type": "desktop",
|
|
"top": 110,
|
|
"left": 20.93022726785059,
|
|
"width": 10.999999999999998,
|
|
"height": 40,
|
|
"componentId": "e102be35-010b-49ce-9308-b9252d67c77b",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "8d906876-99fc-48c8-93ae-36d43aa5cf9e",
|
|
"name": "text13",
|
|
"type": "Text",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "7407ce6e-3397-40dd-9ddf-0e9c33745d7b",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Please note that this process is irreversible.\n<br>Are you sure you want to delete this Product?"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000000",
|
|
"fxActive": false
|
|
},
|
|
"textAlign": {
|
|
"value": "center"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"textSize": {
|
|
"value": "15"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "3e4ab495-42ec-452c-a400-a74a3a85cd61",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 6.9767360269410466,
|
|
"width": 37,
|
|
"height": 70,
|
|
"componentId": "8d906876-99fc-48c8-93ae-36d43aa5cf9e",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c440fdd2-68e5-4838-990c-a14086a95350",
|
|
"name": "button8",
|
|
"type": "Button",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": "7407ce6e-3397-40dd-9ddf-0e9c33745d7b",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Delete"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{queries.deleteProduct.isLoading}}",
|
|
"fxActive": true
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"textColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "4ab0478c-64d5-49f0-afc9-4c576f19cbb6",
|
|
"type": "desktop",
|
|
"top": 110,
|
|
"left": 53.48840466521813,
|
|
"width": 10.999999999999998,
|
|
"height": 40,
|
|
"componentId": "c440fdd2-68e5-4838-990c-a14086a95350",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "66c96c97-33f6-4475-8873-9cc49afb6567",
|
|
"name": "container1",
|
|
"type": "Container",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": null,
|
|
"properties": {},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "cf3ff9f2-ff6f-4206-9add-82ce82afc7c7",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 2.3255802612218526,
|
|
"width": 41,
|
|
"height": 70,
|
|
"componentId": "66c96c97-33f6-4475-8873-9cc49afb6567",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "e56de6ba-8c59-4b16-a59d-908c66761564",
|
|
"name": "text1",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "66c96c97-33f6-4475-8873-9cc49afb6567",
|
|
"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-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "dcc4ca8d-8583-4988-8d02-d2c57a8e0a41",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 9.302326918277895,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "e56de6ba-8c59-4b16-a59d-908c66761564",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "38f30a45-f662-4707-9acb-5a1ad45d1210",
|
|
"name": "text2",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "66c96c97-33f6-4475-8873-9cc49afb6567",
|
|
"properties": {
|
|
"text": {
|
|
"value": "<div style=\"font-weight: 600;\">Bill of materials</div>"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#ffffffff",
|
|
"fxActive": false
|
|
},
|
|
"textSize": {
|
|
"value": "{{20}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "right"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "disabled"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "b18dca1b-3d58-4a16-8cf2-38d6a9c39238",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 67.4418608673325,
|
|
"width": 12.999999999999998,
|
|
"height": 40,
|
|
"componentId": "38f30a45-f662-4707-9acb-5a1ad45d1210",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "2a3f662b-1045-4e6d-a2d2-ff0e3b1b68d4",
|
|
"name": "container2",
|
|
"type": "Container",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": null,
|
|
"properties": {},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "10"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "769fe239-988d-43d4-b76a-fe6da4468082",
|
|
"type": "mobile",
|
|
"top": 720,
|
|
"left": 2.3255813953488373,
|
|
"width": 5,
|
|
"height": 200,
|
|
"componentId": "2a3f662b-1045-4e6d-a2d2-ff0e3b1b68d4",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "7e40a00d-edee-43ae-bd56-2804960ff915",
|
|
"type": "desktop",
|
|
"top": 110.00000381469727,
|
|
"left": 2.325581395348837,
|
|
"width": 40.99999999999999,
|
|
"height": 680,
|
|
"componentId": "2a3f662b-1045-4e6d-a2d2-ff0e3b1b68d4",
|
|
"updatedAt": "2024-05-03T10:18:25.441Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "4f38a604-92aa-4209-b7d9-d41fc9d11abb",
|
|
"name": "table1",
|
|
"type": "Table",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "2a3f662b-1045-4e6d-a2d2-ff0e3b1b68d4",
|
|
"properties": {
|
|
"showAddNewRowButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"showBulkUpdateActions": {
|
|
"value": "{{false}}"
|
|
},
|
|
"allowSelection": {
|
|
"value": "{{false}}"
|
|
},
|
|
"columns": {
|
|
"value": [
|
|
{
|
|
"name": "id",
|
|
"id": "e3ecbf7fa52c4d7210a93edb8f43776267a489bad52bd108be9588f790126737",
|
|
"autogenerated": true,
|
|
"fxActiveFields": [],
|
|
"columnType": "number"
|
|
},
|
|
{
|
|
"id": "03f89b01-3057-4713-8c61-729cf26dc745",
|
|
"name": "material type",
|
|
"key": "material_type",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "c500710f-32ae-4027-b6f1-7aa7f1c1f46f",
|
|
"name": "material description",
|
|
"key": "material_description",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "d46125a2-0905-472b-865e-189454f5a0a2",
|
|
"name": "object description",
|
|
"key": "object_description",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "12b313a8-a9d7-4961-b58b-07c9b3aa086e",
|
|
"name": "source factory",
|
|
"key": "source_factory",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "eadb98cd-316f-4239-a1ec-dc8b31ff59d1",
|
|
"name": "unit of measure",
|
|
"key": "unit_of_measure",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "5b3cc67b-d3d0-452e-baf8-af7f3db5b3d4",
|
|
"name": "standard price",
|
|
"key": "standard_price",
|
|
"columnType": "number",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "fba2087c-c6c2-42cb-b75c-79b690899af5",
|
|
"name": "quantity",
|
|
"key": "quantity",
|
|
"columnType": "number",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "8f583991-7cea-4074-a2ab-af95aadffaf6",
|
|
"name": "created at",
|
|
"key": "created_at",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "3a8cd0d8-4a27-4f63-b3b3-905b57839f9c",
|
|
"name": "updated at",
|
|
"key": "updated_at",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
}
|
|
]
|
|
},
|
|
"loadingState": {
|
|
"fxActive": true,
|
|
"value": "{{queries.getBillOfMaterials.isLoading}}"
|
|
},
|
|
"columnSizes": {
|
|
"value": {
|
|
"5be4b83a-1478-45bb-8cc0-256f5bcd5819": 173,
|
|
"11f5b861-297e-40f9-a4e1-5a099f1a43ba": 170,
|
|
"6058c41c-93de-4e91-b177-93e2c9dd4523": 207,
|
|
"e3ecbf7fa52c4d7210a93edb8f43776267a489bad52bd108be9588f790126737": 41,
|
|
"5d2a3744a006388aadd012fcc15cc0dbcb5f9130e0fbb64c558561c97118754a": 142,
|
|
"831e699e-ad9b-43ca-9365-205756c8fa4d": 378,
|
|
"3a8cd0d8-4a27-4f63-b3b3-905b57839f9c": 150,
|
|
"8f583991-7cea-4074-a2ab-af95aadffaf6": 167,
|
|
"999a2110-8654-4c1e-9557-e9b6ae66747a": 141,
|
|
"dba55ca4-e304-4cbb-a99a-238dc54ffc44": 127,
|
|
"51626d73-6163-4f58-b9e4-65eccc4fc058": 171,
|
|
"a942b295-b2ba-4065-bab6-5e1f4507f4e8": 187,
|
|
"d46125a2-0905-472b-865e-189454f5a0a2": 178,
|
|
"c500710f-32ae-4027-b6f1-7aa7f1c1f46f": 188
|
|
}
|
|
},
|
|
"columnDeletionHistory": {
|
|
"value": [
|
|
"is_active",
|
|
"product_id"
|
|
]
|
|
},
|
|
"actions": {
|
|
"value": [
|
|
{
|
|
"name": "Action1",
|
|
"buttonText": "Edit",
|
|
"events": [],
|
|
"position": "right",
|
|
"backgroundColor": "#3e63dd1a",
|
|
"textColor": "#3e63ddff"
|
|
},
|
|
{
|
|
"name": "Action2",
|
|
"buttonText": "Delete",
|
|
"events": [],
|
|
"position": "right",
|
|
"backgroundColor": "#dd00001a",
|
|
"textColor": "#dd0000ff"
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"value": "{{queries.getBillOfMaterials.data}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"cellSize": {
|
|
"value": "regular",
|
|
"fxActive": false
|
|
},
|
|
"actionButtonRadius": {
|
|
"value": "5"
|
|
},
|
|
"tableType": {
|
|
"value": "table-striped"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-05-02T07:53:34.223Z",
|
|
"layouts": [
|
|
{
|
|
"id": "0293e87d-85c6-451a-9fc2-39cf759e415b",
|
|
"type": "mobile",
|
|
"top": 616,
|
|
"left": 0,
|
|
"width": 28.86,
|
|
"height": 456,
|
|
"componentId": "4f38a604-92aa-4209-b7d9-d41fc9d11abb",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "b0d15289-b04b-44d8-bb8f-030eb11e2590",
|
|
"type": "desktop",
|
|
"top": 70,
|
|
"left": 2.325581944117229,
|
|
"width": 41.00000000000001,
|
|
"height": 580,
|
|
"componentId": "4f38a604-92aa-4209-b7d9-d41fc9d11abb",
|
|
"updatedAt": "2024-05-03T10:18:41.278Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "f4e9389d-5de1-45a7-accf-a42d4fd8894c",
|
|
"name": "button2",
|
|
"type": "Button",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "2a3f662b-1045-4e6d-a2d2-ff0e3b1b68d4",
|
|
"properties": {
|
|
"text": {
|
|
"value": "+ Add bill of material"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"textColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#f39c12ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "507667c6-2122-416a-8a85-7985e2012e3e",
|
|
"type": "mobile",
|
|
"top": 140,
|
|
"left": 0,
|
|
"width": 3,
|
|
"height": 30,
|
|
"componentId": "f4e9389d-5de1-45a7-accf-a42d4fd8894c",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "8f80f26a-c37c-4e9d-a107-53093ac763a9",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 81.39535794788966,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "f4e9389d-5de1-45a7-accf-a42d4fd8894c",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "b5f4b154-9405-417d-a841-2847369c06ad",
|
|
"name": "text4",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "2a3f662b-1045-4e6d-a2d2-ff0e3b1b68d4",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Bill of materials of product #{{globals.urlparams.product_id}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#f39c12ff",
|
|
"fxActive": false
|
|
},
|
|
"textSize": {
|
|
"value": "20"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"textIndent": {
|
|
"value": "0"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "disabled"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "f8ea2522-8bc5-40e2-9fb1-f4311dc6f59d",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 2.3255841155693076,
|
|
"width": 19,
|
|
"height": 40,
|
|
"componentId": "b5f4b154-9405-417d-a841-2847369c06ad",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "9403004e-2c29-4d3e-89b2-e0d009b523bd",
|
|
"name": "text5",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Material type"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000000",
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "f592a002-d42d-4ea2-a1ce-05c5a03d3e05",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 4.65115456781678,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "9403004e-2c29-4d3e-89b2-e0d009b523bd",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "cf0fc64b-8a5d-48b8-819d-15b8b5c00f2f",
|
|
"name": "textinput1",
|
|
"type": "TextInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter material type"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "fc0098ce-e451-483e-b187-7ee2e3ebc045",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 18.604638684831777,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "cf0fc64b-8a5d-48b8-819d-15b8b5c00f2f",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "508f3111-6789-44e3-9514-ad178367601b",
|
|
"name": "text6",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Material description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000000",
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "605d0107-5329-4b03-9cda-09df7d29c1af",
|
|
"type": "desktop",
|
|
"top": 80,
|
|
"left": 4.651154664943031,
|
|
"width": 6,
|
|
"height": 50,
|
|
"componentId": "508f3111-6789-44e3-9514-ad178367601b",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"name": "modal2",
|
|
"type": "Modal",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": null,
|
|
"properties": {
|
|
"title": {
|
|
"value": "Edit Product #{{components.table1.selectedRow.id}}"
|
|
},
|
|
"useDefaultButton": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"headerBackgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"headerTextColor": {
|
|
"value": "#ffffffff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "03fb9ba8-74ab-4046-b5ee-488f47b7c341",
|
|
"type": "desktop",
|
|
"top": 860,
|
|
"left": 20.93023293624733,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"updatedAt": "2024-05-03T10:16:14.129Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "7407ce6e-3397-40dd-9ddf-0e9c33745d7b",
|
|
"name": "modal3",
|
|
"type": "Modal",
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"parent": null,
|
|
"properties": {
|
|
"title": {
|
|
"value": "Delete Product"
|
|
},
|
|
"useDefaultButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"size": {
|
|
"value": "sm"
|
|
},
|
|
"modalHeight": {
|
|
"value": "180px"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"headerBackgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"headerTextColor": {
|
|
"value": "#ffffffff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "5b8c6317-2f12-403e-8921-419d53369473",
|
|
"type": "desktop",
|
|
"top": 860,
|
|
"left": 39.53487969143487,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "7407ce6e-3397-40dd-9ddf-0e9c33745d7b",
|
|
"updatedAt": "2024-05-03T10:16:14.129Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"name": "modal1",
|
|
"type": "Modal",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": null,
|
|
"properties": {
|
|
"title": {
|
|
"value": "Add bill of material for product #{{globals.urlparams.product_id}}"
|
|
},
|
|
"useDefaultButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"modalHeight": {
|
|
"value": "575px"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"headerBackgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"headerTextColor": {
|
|
"value": "#ffffffff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "7af191dd-ba05-42e1-9bb3-423eb8ef0026",
|
|
"type": "desktop",
|
|
"top": 850.0000305175781,
|
|
"left": 2.325585184917521,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"updatedAt": "2024-05-03T10:18:20.993Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "da1a0c10-8e0e-4346-89e1-612ba0d661a6",
|
|
"name": "textarea1",
|
|
"type": "TextArea",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"value": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter material description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "6dc4c2bc-01ac-4e8d-a32f-a0743de34e0a",
|
|
"type": "desktop",
|
|
"top": 80,
|
|
"left": 18.604657474183508,
|
|
"width": 33,
|
|
"height": 100,
|
|
"componentId": "da1a0c10-8e0e-4346-89e1-612ba0d661a6",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "8b9e1ced-ccd0-46e4-a02a-d9e9e9764938",
|
|
"name": "button4",
|
|
"type": "Button",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Add"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{queries.addBillOfMaterial.isLoading}}",
|
|
"fxActive": true
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"textColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}",
|
|
"fxActive": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "64542c00-e413-4e9e-9beb-4b7649cfa476",
|
|
"type": "desktop",
|
|
"top": 510,
|
|
"left": 81.39536492987666,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "8b9e1ced-ccd0-46e4-a02a-d9e9e9764938",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "a39f5746-0f4e-4991-b6b4-ca13a5398709",
|
|
"name": "button3",
|
|
"type": "Button",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Cancel"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"textColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#f39c12ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "5be0d68c-95a5-43b5-8411-535a1d038b31",
|
|
"type": "desktop",
|
|
"top": 510,
|
|
"left": 65.116282275768,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "a39f5746-0f4e-4991-b6b4-ca13a5398709",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "2df94afd-69c0-4d94-b984-a3cb290dc5bc",
|
|
"name": "icon1",
|
|
"type": "Icon",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "66c96c97-33f6-4475-8873-9cc49afb6567",
|
|
"properties": {
|
|
"icon": {
|
|
"value": "IconChevronLeft"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"iconColor": {
|
|
"value": "#ffffffff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "ac333c9c-f919-44c5-8835-da0fee1b408c",
|
|
"type": "mobile",
|
|
"top": 10,
|
|
"left": 39.53488372093023,
|
|
"width": 11.627906976744185,
|
|
"height": 48,
|
|
"componentId": "2df94afd-69c0-4d94-b984-a3cb290dc5bc",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "a4686e6e-0da3-4b1a-8161-057b459abce6",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 2.3255833814155125,
|
|
"width": 2,
|
|
"height": 40,
|
|
"componentId": "2df94afd-69c0-4d94-b984-a3cb290dc5bc",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "1ee610d5-8eac-430d-b336-c2404298df8b",
|
|
"name": "text7",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Object description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "4b56e891-8cda-49c0-b775-06d920b1076e",
|
|
"type": "desktop",
|
|
"top": 200,
|
|
"left": 4.6511545395406815,
|
|
"width": 6,
|
|
"height": 50,
|
|
"componentId": "1ee610d5-8eac-430d-b336-c2404298df8b",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "6d8ceff3-a993-4dc4-98b7-b38f47912092",
|
|
"name": "textarea2",
|
|
"type": "TextArea",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"value": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter object description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "3d60b179-9c8f-4b20-abb7-304f818bfc24",
|
|
"type": "desktop",
|
|
"top": 200,
|
|
"left": 18.604655513731988,
|
|
"width": 33,
|
|
"height": 100,
|
|
"componentId": "6d8ceff3-a993-4dc4-98b7-b38f47912092",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "ae902708-b1cd-4d7b-83e5-10454beee261",
|
|
"name": "text8",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Source factory"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "970be184-cdd2-4188-a02b-57eedd9a82f5",
|
|
"type": "desktop",
|
|
"top": 310,
|
|
"left": 4.651157426355908,
|
|
"width": 6,
|
|
"height": 60,
|
|
"componentId": "ae902708-b1cd-4d7b-83e5-10454beee261",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "524c09ec-7d89-4d03-864f-0a8936cad44f",
|
|
"name": "textinput2",
|
|
"type": "TextInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter source factory"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "8eb88c45-fa83-41f5-a304-44a9e56b07c2",
|
|
"type": "desktop",
|
|
"top": 320,
|
|
"left": 18.604638422252556,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "524c09ec-7d89-4d03-864f-0a8936cad44f",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "fbba54b8-32cf-4851-809d-1536fce4b0ed",
|
|
"name": "text9",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Unit of measure"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "0fec4eac-7746-4178-abea-faab788355af",
|
|
"type": "desktop",
|
|
"top": 370,
|
|
"left": 4.651157244716476,
|
|
"width": 6,
|
|
"height": 60,
|
|
"componentId": "fbba54b8-32cf-4851-809d-1536fce4b0ed",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "8200620e-88e9-4c49-8fe9-6a3bf44cb33b",
|
|
"name": "textinput3",
|
|
"type": "TextInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter unit of measure"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "beec0bba-7ff3-4bde-8e3d-d511550ae401",
|
|
"type": "desktop",
|
|
"top": 380,
|
|
"left": 18.604642453711005,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "8200620e-88e9-4c49-8fe9-6a3bf44cb33b",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "22007f88-3e35-4a76-9707-f214352fb57d",
|
|
"name": "text10",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Quantity"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "dd46f3ba-0f5b-4b54-990f-b067e42423a3",
|
|
"type": "desktop",
|
|
"top": 440,
|
|
"left": 4.651162406269025,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "22007f88-3e35-4a76-9707-f214352fb57d",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "4e928ab4-23b6-4caa-878b-d58869866705",
|
|
"name": "numberinput1",
|
|
"type": "NumberInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"decimalPlaces": {
|
|
"value": "{{0}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"minValue": {
|
|
"value": "1"
|
|
}
|
|
},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "3445e418-eb97-4bd4-ac7c-a1884ed7f9cc",
|
|
"type": "mobile",
|
|
"top": 460,
|
|
"left": 20.930232558139533,
|
|
"width": 23.25581395348837,
|
|
"height": 40,
|
|
"componentId": "4e928ab4-23b6-4caa-878b-d58869866705",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "2444a838-237d-4804-9422-d07fb48c47b5",
|
|
"type": "desktop",
|
|
"top": 440,
|
|
"left": 18.60464844185945,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "4e928ab4-23b6-4caa-878b-d58869866705",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "db375886-90ad-450f-bf83-093846bcce07",
|
|
"name": "numberinput2",
|
|
"type": "NumberInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "0.00"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"icon": {
|
|
"value": "IconCurrencyDollar"
|
|
},
|
|
"iconVisibility": {
|
|
"value": true
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"minValue": {
|
|
"value": "0.01"
|
|
}
|
|
},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "552a0244-e662-4ae3-b48a-b3ff0ebbb218",
|
|
"type": "mobile",
|
|
"top": 460,
|
|
"left": 20.930232558139533,
|
|
"width": 23.25581395348837,
|
|
"height": 40,
|
|
"componentId": "db375886-90ad-450f-bf83-093846bcce07",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "ef3edf7a-dda8-41ec-8582-a3135a89c37b",
|
|
"type": "desktop",
|
|
"top": 440,
|
|
"left": 65.11627906976746,
|
|
"width": 13,
|
|
"height": 40,
|
|
"componentId": "db375886-90ad-450f-bf83-093846bcce07",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "ea922ec1-b6a6-46df-ab2a-e7389028c39d",
|
|
"name": "text11",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Standard price"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "9591f941-34a6-430e-9856-2cdc8c031d65",
|
|
"type": "desktop",
|
|
"top": 440,
|
|
"left": 48.8372037445397,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "ea922ec1-b6a6-46df-ab2a-e7389028c39d",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "455d34c1-4c91-4c6e-a39e-af1309b728e6",
|
|
"name": "button6",
|
|
"type": "Button",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Save"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{queries.editBillOfMaterial.isLoading}}",
|
|
"fxActive": true
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"textColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"disabledState": {
|
|
"fxActive": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "0ba768b0-f715-4e60-8c78-72a2fbddc423",
|
|
"type": "desktop",
|
|
"top": 510,
|
|
"left": 81.39536552400912,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "455d34c1-4c91-4c6e-a39e-af1309b728e6",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "75408b7e-ef19-41f3-92e4-ccae55072a71",
|
|
"name": "textinput6",
|
|
"type": "TextInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter unit of measure"
|
|
},
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.unit_of_measure}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "62d37dc4-0bb2-470b-b819-4f5ddbcbcb10",
|
|
"type": "desktop",
|
|
"top": 380,
|
|
"left": 18.604637511433015,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "75408b7e-ef19-41f3-92e4-ccae55072a71",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "23bc05f2-c6c5-4903-a9c9-a706cae9d6b2",
|
|
"name": "numberinput4",
|
|
"type": "NumberInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "0.00"
|
|
},
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.standard_price}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"icon": {
|
|
"value": "IconCurrencyDollar"
|
|
},
|
|
"iconVisibility": {
|
|
"value": true
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"minValue": {
|
|
"value": "0.01"
|
|
}
|
|
},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "92d4992d-6536-488d-afc6-71b96273d424",
|
|
"type": "desktop",
|
|
"top": 440,
|
|
"left": 65.11627983387694,
|
|
"width": 13,
|
|
"height": 40,
|
|
"componentId": "23bc05f2-c6c5-4903-a9c9-a706cae9d6b2",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "cf9089df-e8f7-4889-9d01-954a59da0d91",
|
|
"type": "mobile",
|
|
"top": 460,
|
|
"left": 20.930232558139533,
|
|
"width": 23.25581395348837,
|
|
"height": 40,
|
|
"componentId": "23bc05f2-c6c5-4903-a9c9-a706cae9d6b2",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "42bdc0f2-de22-4069-a358-1603a4856ae3",
|
|
"name": "text12",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Material type"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "b94b60eb-a818-41fb-8fd8-dc92d41b317c",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 4.65115456781678,
|
|
"width": 6.000000000000001,
|
|
"height": 40,
|
|
"componentId": "42bdc0f2-de22-4069-a358-1603a4856ae3",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "df64af4f-ef2f-46f6-935f-9796fe66e713",
|
|
"name": "text13",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Material description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "817d6a93-3477-4b2b-a48c-235a6446950d",
|
|
"type": "desktop",
|
|
"top": 80,
|
|
"left": 4.651154664943031,
|
|
"width": 6,
|
|
"height": 50,
|
|
"componentId": "df64af4f-ef2f-46f6-935f-9796fe66e713",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "7065109a-4c36-489e-b115-966ef1dbdf0d",
|
|
"name": "text14",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Object description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "9a12dfc5-1483-4a26-b467-da77e455ed85",
|
|
"type": "desktop",
|
|
"top": 200,
|
|
"left": 4.6511545395406815,
|
|
"width": 6,
|
|
"height": 50,
|
|
"componentId": "7065109a-4c36-489e-b115-966ef1dbdf0d",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "14537564-bb36-440a-9b2e-83fbfc1d9981",
|
|
"name": "text15",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Source factory"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "9d6655dd-03e8-4ed0-9673-a0b686b449f6",
|
|
"type": "desktop",
|
|
"top": 310,
|
|
"left": 4.651157426355908,
|
|
"width": 6,
|
|
"height": 60,
|
|
"componentId": "14537564-bb36-440a-9b2e-83fbfc1d9981",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "b360db67-016f-4acd-8a59-30c2ce754fdb",
|
|
"name": "text16",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Unit of measure"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "1ff51de2-93da-41f6-aed7-8da3cf68befc",
|
|
"type": "desktop",
|
|
"top": 370,
|
|
"left": 4.651157244716476,
|
|
"width": 6,
|
|
"height": 60,
|
|
"componentId": "b360db67-016f-4acd-8a59-30c2ce754fdb",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "e2b33a51-4862-400d-bdb2-ea82cc852a4d",
|
|
"name": "text17",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Quantity"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "fce76260-4520-4386-b564-3b2fbcf3cd5e",
|
|
"type": "desktop",
|
|
"top": 440,
|
|
"left": 4.651162406269025,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "e2b33a51-4862-400d-bdb2-ea82cc852a4d",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "3b7b6c1f-b4ab-462a-832d-e4e0ab5cf12c",
|
|
"name": "numberinput3",
|
|
"type": "NumberInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"decimalPlaces": {
|
|
"value": "{{0}}"
|
|
},
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.quantity}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"minValue": {
|
|
"value": "1"
|
|
}
|
|
},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "49f0a369-418d-4751-8f0c-ba8fe1b2c90c",
|
|
"type": "mobile",
|
|
"top": 460,
|
|
"left": 20.930232558139533,
|
|
"width": 23.25581395348837,
|
|
"height": 40,
|
|
"componentId": "3b7b6c1f-b4ab-462a-832d-e4e0ab5cf12c",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
},
|
|
{
|
|
"id": "d7f80499-80d4-4dd9-8585-c58ae8e0ebcc",
|
|
"type": "desktop",
|
|
"top": 440,
|
|
"left": 18.604658839733556,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "3b7b6c1f-b4ab-462a-832d-e4e0ab5cf12c",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "e8823d3d-0f33-4a00-818c-79a740dc8938",
|
|
"name": "text18",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Standard price"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "4920af83-d048-49d6-986e-a0061a3836bf",
|
|
"type": "desktop",
|
|
"top": 440,
|
|
"left": 48.8372037445397,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "e8823d3d-0f33-4a00-818c-79a740dc8938",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "60e1f9b3-0d78-4e6b-82eb-3efa1ebf5ae4",
|
|
"name": "modal3",
|
|
"type": "Modal",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": null,
|
|
"properties": {
|
|
"title": {
|
|
"value": "Delete Bill of Material"
|
|
},
|
|
"useDefaultButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"size": {
|
|
"value": "sm"
|
|
},
|
|
"modalHeight": {
|
|
"value": "190px"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"headerBackgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"headerTextColor": {
|
|
"value": "#ffffffff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "7376f849-b57f-47cf-b213-eab8af48a29c",
|
|
"type": "desktop",
|
|
"top": 850.0000152587891,
|
|
"left": 39.53488048274511,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "60e1f9b3-0d78-4e6b-82eb-3efa1ebf5ae4",
|
|
"updatedAt": "2024-05-03T10:18:20.993Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "e3ce7fb7-e350-4aea-bb28-a4a8f42ab1eb",
|
|
"name": "textarea3",
|
|
"type": "TextArea",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.material_description}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter material description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "e8507617-1745-4fef-8758-f7293d49cc44",
|
|
"type": "desktop",
|
|
"top": 80,
|
|
"left": 18.60465668168237,
|
|
"width": 33,
|
|
"height": 100,
|
|
"componentId": "e3ce7fb7-e350-4aea-bb28-a4a8f42ab1eb",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "15ee03f2-6d13-41f3-a59b-a6d6d614b48b",
|
|
"name": "textarea4",
|
|
"type": "TextArea",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.object_description}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter object description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "12d9e497-2c3c-4a85-abd1-5683fdc1281e",
|
|
"type": "desktop",
|
|
"top": 200,
|
|
"left": 18.604654811274,
|
|
"width": 33,
|
|
"height": 100,
|
|
"componentId": "15ee03f2-6d13-41f3-a59b-a6d6d614b48b",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "2d1ac01f-46d1-45ff-8abb-399f8b7bb867",
|
|
"name": "textinput5",
|
|
"type": "TextInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter source factory"
|
|
},
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.source_factory}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "d4e805e3-89df-41dc-b955-5bd35ad672fb",
|
|
"type": "desktop",
|
|
"top": 320,
|
|
"left": 18.604641524789415,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "2d1ac01f-46d1-45ff-8abb-399f8b7bb867",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c9700b21-1bf5-40d0-8437-4344cd5ff816",
|
|
"name": "textinput4",
|
|
"type": "TextInput",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"label": "",
|
|
"placeholder": {
|
|
"value": "Enter material type"
|
|
},
|
|
"value": {
|
|
"value": "{{components.table1.selectedRow.material_type}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"borderColor": {
|
|
"value": "#dadcde"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#ff0000"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "9fde546b-5bd7-45b3-a8b1-cabbb06ddcd4",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 18.60464074149818,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "c9700b21-1bf5-40d0-8437-4344cd5ff816",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "52a3f6e9-7bd9-4818-ac29-c68c3a4ba773",
|
|
"name": "button5",
|
|
"type": "Button",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Cancel"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"textColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#f39c12ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "65093d7e-d695-4b29-8e46-941799a823ac",
|
|
"type": "desktop",
|
|
"top": 510,
|
|
"left": 65.11628375595276,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "52a3f6e9-7bd9-4818-ac29-c68c3a4ba773",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c9318539-fa2c-43fc-88fc-9cb19486f713",
|
|
"name": "button8",
|
|
"type": "Button",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "60e1f9b3-0d78-4e6b-82eb-3efa1ebf5ae4",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Delete"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{queries.deleteBillOfMaterial.isLoading}}",
|
|
"fxActive": true
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"textColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "6ed155cf-ef2b-4ab8-8495-eb8217ed08d5",
|
|
"type": "desktop",
|
|
"top": 120,
|
|
"left": 53.48840558120791,
|
|
"width": 10.999999999999998,
|
|
"height": 40,
|
|
"componentId": "c9318539-fa2c-43fc-88fc-9cb19486f713",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "5a3891ab-72f3-4951-8dce-a06029900fb8",
|
|
"name": "text19",
|
|
"type": "Text",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "60e1f9b3-0d78-4e6b-82eb-3efa1ebf5ae4",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Please note that this process is irreversible.\n<br>Are you sure you want to delete this Bill of material?"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"fxActive": false
|
|
},
|
|
"textSize": {
|
|
"value": "15"
|
|
},
|
|
"textAlign": {
|
|
"value": "center"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "2d4d33dc-caa2-4aa9-90e3-e731f997688d",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 6.976743741167563,
|
|
"width": 37,
|
|
"height": 80,
|
|
"componentId": "5a3891ab-72f3-4951-8dce-a06029900fb8",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "2b742134-9f22-4f62-84c2-d3ebbb9c6524",
|
|
"name": "button7",
|
|
"type": "Button",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": "60e1f9b3-0d78-4e6b-82eb-3efa1ebf5ae4",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Cancel"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"textColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{5}}"
|
|
},
|
|
"borderColor": {
|
|
"value": "#f39c12ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "a5e3fc6b-a733-4d03-aaf0-0705bcf3ea1d",
|
|
"type": "desktop",
|
|
"top": 120,
|
|
"left": 20.930220502471567,
|
|
"width": 10.999999999999998,
|
|
"height": 40,
|
|
"componentId": "2b742134-9f22-4f62-84c2-d3ebbb9c6524",
|
|
"updatedAt": "2024-05-02T07:53:28.271Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"name": "modal2",
|
|
"type": "Modal",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"parent": null,
|
|
"properties": {
|
|
"title": {
|
|
"value": "Edit bill of material #{{components.table1.selectedRow.id}}"
|
|
},
|
|
"useDefaultButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"modalHeight": {
|
|
"value": "575px"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"headerBackgroundColor": {
|
|
"value": "#f39c12ff"
|
|
},
|
|
"headerTextColor": {
|
|
"value": "#ffffffff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"layouts": [
|
|
{
|
|
"id": "dce5aa13-6868-4d78-80f7-6c405789bcab",
|
|
"type": "desktop",
|
|
"top": 850.0000343322754,
|
|
"left": 20.93023752831894,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"updatedAt": "2024-05-03T10:18:20.993Z"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"pages": [
|
|
{
|
|
"id": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"name": "Home",
|
|
"handle": "home",
|
|
"index": 1,
|
|
"disabled": false,
|
|
"hidden": false,
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413"
|
|
},
|
|
{
|
|
"id": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"name": "Bill of materials",
|
|
"handle": "bill-of-materials",
|
|
"index": 2,
|
|
"disabled": false,
|
|
"hidden": false,
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413"
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"id": "5a74b909-b396-4821-8a5e-d6bc61b05e92",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "show-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "164af315-e776-4ec7-a652-c3ef68d0e02e",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.678Z"
|
|
},
|
|
{
|
|
"id": "65d2821e-2f1d-456f-b093-076d261b7f85",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"ref": "Action1",
|
|
"modal": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "show-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "de560825-4854-4c26-8457-093387d45de9",
|
|
"target": "table_action",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.686Z"
|
|
},
|
|
{
|
|
"id": "19ac280b-ca0e-480a-92f9-2989f7f79e99",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"ref": "Action2",
|
|
"modal": "7407ce6e-3397-40dd-9ddf-0e9c33745d7b",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "show-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "de560825-4854-4c26-8457-093387d45de9",
|
|
"target": "table_action",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.694Z"
|
|
},
|
|
{
|
|
"id": "0bdd30af-031c-4d60-ba5b-86825a693ff8",
|
|
"name": "onDataQueryFailure",
|
|
"index": 3,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to update product! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "820d21cf-f1fb-4689-86b3-7835fe0850b9",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "10bfd8d4-9f5c-4d63-a6c9-7800a00cd48f",
|
|
"name": "onDataQueryFailure",
|
|
"index": 3,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to delete product! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "0963b5eb-344d-45c6-be9d-f0d17d8363a7",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "76b651b9-55f5-4a6e-b52a-851c3f5c09f0",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Product deleted successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "0963b5eb-344d-45c6-be9d-f0d17d8363a7",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "22f955c5-28ee-489e-8bff-1030d8c264b6",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Bill of material added successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "23615ee1-9a63-471b-95c9-975030baca29",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "00c01e22-cc89-47ad-b6a0-92929f2fb3b2",
|
|
"name": "onDataQueryFailure",
|
|
"index": 3,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to add bill of material! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "23615ee1-9a63-471b-95c9-975030baca29",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "7442b453-601b-427d-bd74-3bc5bb326824",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Bill of material updated successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "bd3c159b-0dc6-411e-bfcb-64ccae56c76f",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "0e1330f9-c435-4fdd-bde9-23bc4488e0a5",
|
|
"name": "onDataQueryFailure",
|
|
"index": 3,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to update bill of material! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "bd3c159b-0dc6-411e-bfcb-64ccae56c76f",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "2c369205-f290-400a-ac27-7970e4c57584",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Bill of material deleted successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "3879cfc5-4134-4368-bf8b-da8b3b8d7d85",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "ec48d4d9-69aa-4745-be27-1a027f0abe71",
|
|
"name": "onDataQueryFailure",
|
|
"index": 3,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to delete bill of material! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "3879cfc5-4134-4368-bf8b-da8b3b8d7d85",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "abaa5afc-5cb1-4741-9535-84bd79638018",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"ref": "Action3",
|
|
"pageId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "switch-page",
|
|
"alertType": "info",
|
|
"queryParams": [
|
|
[
|
|
"product_id",
|
|
"{{components.table1.selectedRow.id}}"
|
|
]
|
|
]
|
|
},
|
|
"sourceId": "de560825-4854-4c26-8457-093387d45de9",
|
|
"target": "table_action",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.669Z"
|
|
},
|
|
{
|
|
"id": "0e64a738-d657-471e-932b-743b3198abcd",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "f4f6e1c3-42eb-4faa-a2ba-71a866bde3f5",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getProducts",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "820d21cf-f1fb-4689-86b3-7835fe0850b9",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.703Z"
|
|
},
|
|
{
|
|
"id": "104296fa-f1e6-4900-8bf3-f0262284d359",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "7407ce6e-3397-40dd-9ddf-0e9c33745d7b",
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "0963b5eb-344d-45c6-be9d-f0d17d8363a7",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.716Z"
|
|
},
|
|
{
|
|
"id": "93d3a029-9c20-4ada-b08a-becdc73d3003",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "f4f6e1c3-42eb-4faa-a2ba-71a866bde3f5",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getProducts",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "0963b5eb-344d-45c6-be9d-f0d17d8363a7",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.729Z"
|
|
},
|
|
{
|
|
"id": "c43a2e36-f2d2-459a-9551-566f436aeab5",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "23615ee1-9a63-471b-95c9-975030baca29",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.734Z"
|
|
},
|
|
{
|
|
"id": "140b049c-060d-4f4e-b043-46c64d9a2616",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "e930359a-bbfc-43d3-b019-6509f0658362",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getBillOfMaterials",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "23615ee1-9a63-471b-95c9-975030baca29",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.743Z"
|
|
},
|
|
{
|
|
"id": "7c7a160f-804a-49dc-9d3a-50df1d8670e3",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "bd3c159b-0dc6-411e-bfcb-64ccae56c76f",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.750Z"
|
|
},
|
|
{
|
|
"id": "f71103f8-d5cc-45c3-8b95-3ab881991ff1",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "e930359a-bbfc-43d3-b019-6509f0658362",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getBillOfMaterials",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "bd3c159b-0dc6-411e-bfcb-64ccae56c76f",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.757Z"
|
|
},
|
|
{
|
|
"id": "f795d6b5-a64a-4c8a-ad69-ed9c0d9e08ca",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "60e1f9b3-0d78-4e6b-82eb-3efa1ebf5ae4",
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "3879cfc5-4134-4368-bf8b-da8b3b8d7d85",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.765Z"
|
|
},
|
|
{
|
|
"id": "5980c89a-cb2f-4d10-a7bd-36145ef0704f",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "e930359a-bbfc-43d3-b019-6509f0658362",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getBillOfMaterials",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "3879cfc5-4134-4368-bf8b-da8b3b8d7d85",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.776Z"
|
|
},
|
|
{
|
|
"id": "30d66890-663d-43ec-b3fd-866f9b436160",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Product added successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "5e826cfa-20f7-4fbd-8d48-c282719933c3",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "57c7b3a8-7f1e-401a-a5d5-acfa7b336586",
|
|
"name": "onDataQueryFailure",
|
|
"index": 3,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to add product! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "5e826cfa-20f7-4fbd-8d48-c282719933c3",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "26479148-104b-4cd4-bb58-58d296e32040",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Product updated successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "820d21cf-f1fb-4689-86b3-7835fe0850b9",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "1d392bc9-068f-451b-96c3-d7d0f647941b",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "5e826cfa-20f7-4fbd-8d48-c282719933c3",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "addProduct",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "3f35a924-1140-4c59-b703-3e3c0da4062c",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.786Z"
|
|
},
|
|
{
|
|
"id": "146d08f1-eb05-4c75-8232-472ae3502419",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "289e0e50-bc30-4c75-b069-99e8ac6820dc",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.802Z"
|
|
},
|
|
{
|
|
"id": "3a88f382-ea8d-4c40-9c44-6d7f13587a06",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "7387e45d-ef02-4549-a88b-2c02354e93b5",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.811Z"
|
|
},
|
|
{
|
|
"id": "8ee652ef-3bb1-40e2-ab66-84c7363f2b1d",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "820d21cf-f1fb-4689-86b3-7835fe0850b9",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "editProduct",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "8c42d6b1-d175-4bdb-b2c9-36eee8c78cda",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.820Z"
|
|
},
|
|
{
|
|
"id": "a511996d-9c70-42af-92af-a96f47e87217",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "7407ce6e-3397-40dd-9ddf-0e9c33745d7b",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "e102be35-010b-49ce-9308-b9252d67c77b",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.828Z"
|
|
},
|
|
{
|
|
"id": "d5093f9e-6ba5-4113-a57a-9f91fb9ef376",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "bfb53bb5-bed1-4447-b7a0-d3dd80689582",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "0963b5eb-344d-45c6-be9d-f0d17d8363a7",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "deleteProduct",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "c440fdd2-68e5-4838-990c-a14086a95350",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.836Z"
|
|
},
|
|
{
|
|
"id": "984fdd14-d58b-4734-b4e2-186d86979545",
|
|
"name": "onPageLoad",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onPageLoad",
|
|
"message": "Hello world!",
|
|
"queryId": "f4f6e1c3-42eb-4faa-a2ba-71a866bde3f5",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getProducts",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"target": "page",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.842Z"
|
|
},
|
|
{
|
|
"id": "f5bf505a-1bda-4102-b5e0-fd94ae5e0124",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"ref": "Action1",
|
|
"modal": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "show-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "4f38a604-92aa-4209-b7d9-d41fc9d11abb",
|
|
"target": "table_action",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.849Z"
|
|
},
|
|
{
|
|
"id": "633757c5-6392-4936-8e4a-b26764332e04",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"ref": "Action2",
|
|
"modal": "60e1f9b3-0d78-4e6b-82eb-3efa1ebf5ae4",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "show-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "4f38a604-92aa-4209-b7d9-d41fc9d11abb",
|
|
"target": "table_action",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.856Z"
|
|
},
|
|
{
|
|
"id": "8b1b41fc-316f-43b7-9dbe-3e2d08625063",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "show-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "f4e9389d-5de1-45a7-accf-a42d4fd8894c",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.864Z"
|
|
},
|
|
{
|
|
"id": "a8fb82d5-5290-47e8-8048-172ccfb9f9b9",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "23615ee1-9a63-471b-95c9-975030baca29",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "addBillOfMaterials",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "8b9e1ced-ccd0-46e4-a02a-d9e9e9764938",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.872Z"
|
|
},
|
|
{
|
|
"id": "fcbd272d-62e5-4cf5-80a8-0fbf8918b509",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "9274b471-cc59-44fd-9957-29233859e3da",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "a39f5746-0f4e-4991-b6b4-ca13a5398709",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.877Z"
|
|
},
|
|
{
|
|
"id": "739be6c9-a335-4f6c-8ae8-92b9e5d823fd",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"pageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "switch-page",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "2df94afd-69c0-4d94-b984-a3cb290dc5bc",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.883Z"
|
|
},
|
|
{
|
|
"id": "de7b7928-9bfb-44f9-aa6c-17dcbda4445f",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "bd3c159b-0dc6-411e-bfcb-64ccae56c76f",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "editBillOfMaterial",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "455d34c1-4c91-4c6e-a39e-af1309b728e6",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.890Z"
|
|
},
|
|
{
|
|
"id": "89351d0c-d9d9-481e-90e5-f12e5fc48df4",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "7cd75922-accc-42fc-9e68-5ab94d26be26",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "52a3f6e9-7bd9-4818-ac29-c68c3a4ba773",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.898Z"
|
|
},
|
|
{
|
|
"id": "021c0fef-b909-4ad8-8708-b8ab27a0e5d5",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "bfb53bb5-bed1-4447-b7a0-d3dd80689582",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "3879cfc5-4134-4368-bf8b-da8b3b8d7d85",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "deleteBillOfMaterial",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "c9318539-fa2c-43fc-88fc-9cb19486f713",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.905Z"
|
|
},
|
|
{
|
|
"id": "b27c5aec-09ff-4eaa-8931-e8274097fbe8",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "60e1f9b3-0d78-4e6b-82eb-3efa1ebf5ae4",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "2b742134-9f22-4f62-84c2-d3ebbb9c6524",
|
|
"target": "component",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.912Z"
|
|
},
|
|
{
|
|
"id": "ca414ca2-f0cb-4b9e-a93d-8b46978ff385",
|
|
"name": "onPageLoad",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onPageLoad",
|
|
"message": "Hello world!",
|
|
"queryId": "e930359a-bbfc-43d3-b019-6509f0658362",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getBillOfMaterials",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "28cd8214-70d6-432b-8b16-5f3f335e9dce",
|
|
"target": "page",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.921Z"
|
|
},
|
|
{
|
|
"id": "b6f252a0-748d-4d0b-b385-7a67c440a87a",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "be653b9e-2625-4875-ba25-c8cf595f9746",
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "5e826cfa-20f7-4fbd-8d48-c282719933c3",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.929Z"
|
|
},
|
|
{
|
|
"id": "73984d87-cef3-40c4-86af-b49727adde7b",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "f4f6e1c3-42eb-4faa-a2ba-71a866bde3f5",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getProducts",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "5e826cfa-20f7-4fbd-8d48-c282719933c3",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.939Z"
|
|
},
|
|
{
|
|
"id": "082ba93a-b93e-451d-8732-73449a13b24e",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "fc2aa600-abdc-457d-a524-dd79e633f838",
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "820d21cf-f1fb-4689-86b3-7835fe0850b9",
|
|
"target": "data_query",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:02.949Z"
|
|
}
|
|
],
|
|
"dataQueries": [
|
|
{
|
|
"id": "f4f6e1c3-42eb-4faa-a2ba-71a866bde3f5",
|
|
"name": "getProducts",
|
|
"options": {
|
|
"operation": "list_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "6f3de172-8e91-4fcf-8810-b5a78cc226dd",
|
|
"table_id": "8d0bd25c-c326-4b32-a09e-d4efd3a7be53",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1713570368316,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "category",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "dimensions",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "is_active",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {
|
|
"order_filters": {},
|
|
"where_filters": {
|
|
"1d91e995-b451-4abd-84ee-47ea4ef85801": {
|
|
"column": "is_active",
|
|
"operator": "eq",
|
|
"value": "{{true}}",
|
|
"id": "1d91e995-b451-4abd-84ee-47ea4ef85801"
|
|
}
|
|
}
|
|
},
|
|
"runOnPageLoad": false
|
|
},
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-05-03T10:35:41.867Z"
|
|
},
|
|
{
|
|
"id": "e930359a-bbfc-43d3-b019-6509f0658362",
|
|
"name": "getBillOfMaterials",
|
|
"options": {
|
|
"operation": "list_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "6f3de172-8e91-4fcf-8810-b5a78cc226dd",
|
|
"table_id": "53e3ba57-290f-463b-b4b2-6a8f180d4ea0",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1713574338615,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "product_id",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "material_description",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "material_type",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "object_description",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "source_factory",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "unit_of_measure",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "quantity",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "standard_price",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "is_active",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {
|
|
"order_filters": {},
|
|
"where_filters": {
|
|
"f2101be5-3367-417c-bd85-6c625fbaca59": {
|
|
"column": "is_active",
|
|
"operator": "eq",
|
|
"value": "{{true}}",
|
|
"id": "f2101be5-3367-417c-bd85-6c625fbaca59"
|
|
},
|
|
"e8974db0-4521-4013-adcb-1ed1b6f38c1c": {
|
|
"column": "product_id",
|
|
"operator": "eq",
|
|
"value": "{{globals.urlparams.product_id}}",
|
|
"id": "e8974db0-4521-4013-adcb-1ed1b6f38c1c"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-05-03T10:29:57.105Z"
|
|
},
|
|
{
|
|
"id": "5e826cfa-20f7-4fbd-8d48-c282719933c3",
|
|
"name": "addProduct",
|
|
"options": {
|
|
"operation": "create_row",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "6f3de172-8e91-4fcf-8810-b5a78cc226dd",
|
|
"table_id": "8d0bd25c-c326-4b32-a09e-d4efd3a7be53",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1713570158384,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "category",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "dimensions",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "is_active",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"create_row": {
|
|
"0": {
|
|
"column": "name",
|
|
"value": "{{components.textinput1.value}}"
|
|
},
|
|
"1": {
|
|
"column": "category",
|
|
"value": "{{components.dropdown1.value}}"
|
|
},
|
|
"2": {
|
|
"column": "dimensions",
|
|
"value": "{{components.textinput2.value}}"
|
|
},
|
|
"3": {
|
|
"column": "description",
|
|
"value": "{{components.textarea1.value}}"
|
|
},
|
|
"4": {
|
|
"column": "created_at",
|
|
"value": "{{moment().format()}}"
|
|
},
|
|
"5": {
|
|
"column": "updated_at",
|
|
"value": "{{moment().format()}}"
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "820d21cf-f1fb-4689-86b3-7835fe0850b9",
|
|
"name": "editProduct",
|
|
"options": {
|
|
"operation": "update_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "6f3de172-8e91-4fcf-8810-b5a78cc226dd",
|
|
"table_id": "8d0bd25c-c326-4b32-a09e-d4efd3a7be53",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1713572871008,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "category",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "dimensions",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "is_active",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"update_rows": {
|
|
"columns": {
|
|
"0": {
|
|
"column": "name",
|
|
"value": "{{components.textinput4.value}}"
|
|
},
|
|
"1": {
|
|
"column": "category",
|
|
"value": "{{components.dropdown2.value}}"
|
|
},
|
|
"2": {
|
|
"column": "dimensions",
|
|
"value": "{{components.textinput3.value}}"
|
|
},
|
|
"3": {
|
|
"column": "description",
|
|
"value": "{{components.textarea2.value}}"
|
|
},
|
|
"20feb667-657b-40e0-9af7-3bd6ea04b1b6": {
|
|
"column": "updated_at",
|
|
"value": "{{moment().format()}}"
|
|
}
|
|
},
|
|
"where_filters": {
|
|
"5f885cd2-e407-4b63-bd72-d4b84ded258c": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{components.table1.selectedRow.id}}",
|
|
"id": "5f885cd2-e407-4b63-bd72-d4b84ded258c"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "0963b5eb-344d-45c6-be9d-f0d17d8363a7",
|
|
"name": "deleteProduct",
|
|
"options": {
|
|
"operation": "update_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "6f3de172-8e91-4fcf-8810-b5a78cc226dd",
|
|
"table_id": "8d0bd25c-c326-4b32-a09e-d4efd3a7be53",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1713572871008,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "category",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "dimensions",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
},
|
|
{
|
|
"name": "is_active",
|
|
"table": "bb2f7e03-d585-4080-a600-ff0a15fe6a2d"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"update_rows": {
|
|
"columns": {
|
|
"ce510fe4-a1da-4f7f-a4fb-e9ee953c208b": {
|
|
"column": "is_active",
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"where_filters": {
|
|
"5f885cd2-e407-4b63-bd72-d4b84ded258c": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{components.table1.selectedRow.id}}",
|
|
"id": "5f885cd2-e407-4b63-bd72-d4b84ded258c"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "23615ee1-9a63-471b-95c9-975030baca29",
|
|
"name": "addBillOfMaterial",
|
|
"options": {
|
|
"operation": "create_row",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "6f3de172-8e91-4fcf-8810-b5a78cc226dd",
|
|
"table_id": "53e3ba57-290f-463b-b4b2-6a8f180d4ea0",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1713574527489,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "product_id",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "material_description",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "material_type",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "object_description",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "source_factory",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "unit_of_measure",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "quantity",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "standard_price",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "is_active",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"create_row": {
|
|
"0": {
|
|
"column": "product_id",
|
|
"value": "{{globals.urlparams.product_id}}"
|
|
},
|
|
"1": {
|
|
"column": "material_description",
|
|
"value": "{{components.textarea1.value}}"
|
|
},
|
|
"2": {
|
|
"column": "material_type",
|
|
"value": "{{components.textinput1.value}}"
|
|
},
|
|
"3": {
|
|
"column": "object_description",
|
|
"value": "{{components.textarea2.value}}"
|
|
},
|
|
"4": {
|
|
"column": "source_factory",
|
|
"value": "{{components.textinput2.value}}"
|
|
},
|
|
"5": {
|
|
"column": "unit_of_measure",
|
|
"value": "{{components.textinput3.value}}"
|
|
},
|
|
"6": {
|
|
"column": "quantity",
|
|
"value": "{{components.numberinput1.value}}"
|
|
},
|
|
"7": {
|
|
"column": "standard_price",
|
|
"value": "{{components.numberinput2.value}}"
|
|
},
|
|
"8": {
|
|
"column": "created_at",
|
|
"value": "{{moment().format()}}"
|
|
},
|
|
"9": {
|
|
"column": "updated_at",
|
|
"value": "{{moment().format()}}"
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "bd3c159b-0dc6-411e-bfcb-64ccae56c76f",
|
|
"name": "editBillOfMaterial",
|
|
"options": {
|
|
"operation": "update_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "6f3de172-8e91-4fcf-8810-b5a78cc226dd",
|
|
"table_id": "53e3ba57-290f-463b-b4b2-6a8f180d4ea0",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1713578837963,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "product_id",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "material_description",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "material_type",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "object_description",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "source_factory",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "unit_of_measure",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "quantity",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "standard_price",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "is_active",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"update_rows": {
|
|
"columns": {
|
|
"0": {
|
|
"column": "product_id",
|
|
"value": "{{globals.urlparams.product_id}}"
|
|
},
|
|
"1": {
|
|
"column": "material_type",
|
|
"value": "{{components.textinput4.value}}"
|
|
},
|
|
"2": {
|
|
"column": "material_description",
|
|
"value": "{{components.textarea3.value}}"
|
|
},
|
|
"3": {
|
|
"column": "object_description",
|
|
"value": "{{components.textarea4.value}}"
|
|
},
|
|
"4": {
|
|
"column": "source_factory",
|
|
"value": "{{components.textinput5.value}}"
|
|
},
|
|
"5": {
|
|
"column": "unit_of_measure",
|
|
"value": "{{components.textinput6.value}}"
|
|
},
|
|
"6": {
|
|
"column": "quantity",
|
|
"value": "{{components.numberinput3.value}}"
|
|
},
|
|
"7": {
|
|
"column": "standard_price",
|
|
"value": "{{components.numberinput4.value}}"
|
|
},
|
|
"8": {
|
|
"column": "updated_at",
|
|
"value": "{{moment().format()}}"
|
|
}
|
|
},
|
|
"where_filters": {
|
|
"7d1b544d-ef1d-4949-8c6c-f31a7394144b": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{components.table1.selectedRow.id}}",
|
|
"id": "7d1b544d-ef1d-4949-8c6c-f31a7394144b"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
},
|
|
{
|
|
"id": "3879cfc5-4134-4368-bf8b-da8b3b8d7d85",
|
|
"name": "deleteBillOfMaterial",
|
|
"options": {
|
|
"operation": "update_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "6f3de172-8e91-4fcf-8810-b5a78cc226dd",
|
|
"table_id": "53e3ba57-290f-463b-b4b2-6a8f180d4ea0",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1713578837963,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "product_id",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "material_description",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "material_type",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "object_description",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "source_factory",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "unit_of_measure",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "quantity",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "standard_price",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
},
|
|
{
|
|
"name": "is_active",
|
|
"table": "9e7019ac-d2ec-47ac-beb2-0d05b39eab29"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"update_rows": {
|
|
"columns": {
|
|
"e197d6e6-62cc-406a-a3f1-f5ed882b8f04": {
|
|
"column": "is_active",
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"where_filters": {
|
|
"7d1b544d-ef1d-4949-8c6c-f31a7394144b": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{components.table1.selectedRow.id}}",
|
|
"id": "7d1b544d-ef1d-4949-8c6c-f31a7394144b"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"createdAt": "2024-04-25T07:35:01.965Z",
|
|
"updatedAt": "2024-04-25T07:35:01.965Z"
|
|
}
|
|
],
|
|
"dataSources": [
|
|
{
|
|
"id": "9e192cdd-5fa7-41c2-b5f7-663cb247b71d",
|
|
"name": "restapidefault",
|
|
"kind": "restapi",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-04-25T07:35:01.973Z",
|
|
"updatedAt": "2024-04-25T07:35:01.973Z"
|
|
},
|
|
{
|
|
"id": "deafd4e4-a101-465c-a426-75fc9a1289ee",
|
|
"name": "runjsdefault",
|
|
"kind": "runjs",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-04-25T07:35:01.989Z",
|
|
"updatedAt": "2024-04-25T07:35:01.989Z"
|
|
},
|
|
{
|
|
"id": "4a773825-5b0c-4e18-89dd-e87150f9a798",
|
|
"name": "runpydefault",
|
|
"kind": "runpy",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-04-25T07:35:02.004Z",
|
|
"updatedAt": "2024-04-25T07:35:02.004Z"
|
|
},
|
|
{
|
|
"id": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"name": "tooljetdbdefault",
|
|
"kind": "tooljetdb",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-04-25T07:35:02.020Z",
|
|
"updatedAt": "2024-04-25T07:35:02.020Z"
|
|
},
|
|
{
|
|
"id": "06fcf696-35eb-45cd-ba28-19c44e14ffae",
|
|
"name": "workflowsdefault",
|
|
"kind": "workflows",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-04-25T07:35:02.036Z",
|
|
"updatedAt": "2024-04-25T07:35:02.036Z"
|
|
}
|
|
],
|
|
"appVersions": [
|
|
{
|
|
"id": "803222dc-a50b-4f46-a769-2c4ebde4e413",
|
|
"name": "v1",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": true,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": ""
|
|
},
|
|
"showViewerNavigation": false,
|
|
"homePageId": "68abf16e-f1e3-4712-86c2-71149cbdd383",
|
|
"appId": "12c1939b-7a91-4a17-b63d-afe100c40a9c",
|
|
"currentEnvironmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
|
|
"promotedFrom": null,
|
|
"createdAt": "2024-04-25T07:35:01.958Z",
|
|
"updatedAt": "2024-05-03T10:33:20.185Z"
|
|
}
|
|
],
|
|
"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": "f1132d7d-204d-4447-84f3-da4da51ef136",
|
|
"dataSourceId": "9e192cdd-5fa7-41c2-b5f7-663cb247b71d",
|
|
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:01.985Z",
|
|
"updatedAt": "2024-04-25T07:35:01.985Z"
|
|
},
|
|
{
|
|
"id": "896b3281-e442-4c28-bd08-f9c9f21a7d9c",
|
|
"dataSourceId": "9e192cdd-5fa7-41c2-b5f7-663cb247b71d",
|
|
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:01.985Z",
|
|
"updatedAt": "2024-04-25T07:35:01.985Z"
|
|
},
|
|
{
|
|
"id": "e3838e77-9cc8-4c7b-aef9-cecd7c628ac4",
|
|
"dataSourceId": "9e192cdd-5fa7-41c2-b5f7-663cb247b71d",
|
|
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:01.985Z",
|
|
"updatedAt": "2024-04-25T07:35:01.985Z"
|
|
},
|
|
{
|
|
"id": "d39d4262-11ac-43bb-89a6-14b1f192a850",
|
|
"dataSourceId": "deafd4e4-a101-465c-a426-75fc9a1289ee",
|
|
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:01.997Z",
|
|
"updatedAt": "2024-04-25T07:35:01.997Z"
|
|
},
|
|
{
|
|
"id": "90d1270b-4f23-48c9-a989-b365dd517f5a",
|
|
"dataSourceId": "deafd4e4-a101-465c-a426-75fc9a1289ee",
|
|
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:01.997Z",
|
|
"updatedAt": "2024-04-25T07:35:01.997Z"
|
|
},
|
|
{
|
|
"id": "86112788-ca57-476a-80ee-9f9924f7d470",
|
|
"dataSourceId": "deafd4e4-a101-465c-a426-75fc9a1289ee",
|
|
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:01.997Z",
|
|
"updatedAt": "2024-04-25T07:35:01.997Z"
|
|
},
|
|
{
|
|
"id": "0d816cc4-98f1-4e90-96d8-26cea951bdc4",
|
|
"dataSourceId": "4a773825-5b0c-4e18-89dd-e87150f9a798",
|
|
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:02.015Z",
|
|
"updatedAt": "2024-04-25T07:35:02.015Z"
|
|
},
|
|
{
|
|
"id": "77fb820c-8876-48f0-82da-00af0f366b4b",
|
|
"dataSourceId": "4a773825-5b0c-4e18-89dd-e87150f9a798",
|
|
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:02.015Z",
|
|
"updatedAt": "2024-04-25T07:35:02.015Z"
|
|
},
|
|
{
|
|
"id": "772b964f-42f3-4463-86e4-de2240968514",
|
|
"dataSourceId": "4a773825-5b0c-4e18-89dd-e87150f9a798",
|
|
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:02.015Z",
|
|
"updatedAt": "2024-04-25T07:35:02.015Z"
|
|
},
|
|
{
|
|
"id": "3e4e0163-2619-4454-8943-52bd6966a615",
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:02.033Z",
|
|
"updatedAt": "2024-04-25T07:35:02.033Z"
|
|
},
|
|
{
|
|
"id": "e59a0cc8-78ed-4de5-a2e7-c3eaabf90d65",
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:02.033Z",
|
|
"updatedAt": "2024-04-25T07:35:02.033Z"
|
|
},
|
|
{
|
|
"id": "bedeb2d1-a314-4ad4-928c-b18d2aea1855",
|
|
"dataSourceId": "7dae5757-eda8-478b-9115-7e5ef067effe",
|
|
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:02.033Z",
|
|
"updatedAt": "2024-04-25T07:35:02.033Z"
|
|
},
|
|
{
|
|
"id": "d240fc13-c64f-4852-8e45-88302360888e",
|
|
"dataSourceId": "06fcf696-35eb-45cd-ba28-19c44e14ffae",
|
|
"environmentId": "1071e258-9bd6-496c-a11c-9fe8670eedcc",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:02.048Z",
|
|
"updatedAt": "2024-04-25T07:35:02.048Z"
|
|
},
|
|
{
|
|
"id": "e2aa88d0-cad7-4fbc-a49d-c4859049cd74",
|
|
"dataSourceId": "06fcf696-35eb-45cd-ba28-19c44e14ffae",
|
|
"environmentId": "5b7f33b3-b9a9-43b0-a9b2-82bb37fca4d4",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:02.048Z",
|
|
"updatedAt": "2024-04-25T07:35:02.048Z"
|
|
},
|
|
{
|
|
"id": "406adb72-b9ac-4e90-9914-89ac91515c23",
|
|
"dataSourceId": "06fcf696-35eb-45cd-ba28-19c44e14ffae",
|
|
"environmentId": "1841fd5c-f11a-4a1a-97b2-f2312316cb8d",
|
|
"options": null,
|
|
"createdAt": "2024-04-25T07:35:02.048Z",
|
|
"updatedAt": "2024-04-25T07:35:02.048Z"
|
|
}
|
|
],
|
|
"schemaDetails": {
|
|
"multiPages": true,
|
|
"multiEnv": true,
|
|
"globalDataSources": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"tooljet_version": "2.38.0-ee2.15.28-cloud2.3.11"
|
|
} |