mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
6913 lines
No EOL
239 KiB
JSON
6913 lines
No EOL
239 KiB
JSON
{
|
|
"tooljet_database": [
|
|
{
|
|
"id": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"table_name": "library_resources",
|
|
"schema": {
|
|
"columns": [
|
|
{
|
|
"column_name": "title",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": false,
|
|
"is_unique": true
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "author",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "description",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "format",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "publication_date",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "availability",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "borrower_id",
|
|
"data_type": "integer",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": 32,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "id",
|
|
"data_type": "integer",
|
|
"column_default": "nextval(\"80f71bd6-3f9c-4cc6-803c-408031021c9a_book_id_seq\"",
|
|
"character_maximum_length": null,
|
|
"numeric_precision": 32,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": true,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "PRIMARY KEY",
|
|
"configurations": {}
|
|
}
|
|
],
|
|
"foreign_keys": [
|
|
{
|
|
"referenced_table_name": "borrowers_details",
|
|
"constraint_name": "FK_46d65eb4b606f8a512c42eb843b",
|
|
"column_names": [
|
|
"borrower_id"
|
|
],
|
|
"referenced_column_names": [
|
|
"id"
|
|
],
|
|
"on_update": "CASCADE",
|
|
"on_delete": "CASCADE",
|
|
"referenced_table_id": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "a941947f-f0af-41b5-ab0a-b8d70048b329",
|
|
"table_name": "borrowers_details",
|
|
"schema": {
|
|
"columns": [
|
|
{
|
|
"column_name": "id",
|
|
"data_type": "integer",
|
|
"column_default": "nextval(\"a941947f-f0af-41b5-ab0a-b8d70048b329_id_seq\"",
|
|
"character_maximum_length": null,
|
|
"numeric_precision": 32,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": true,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "PRIMARY KEY",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "borrower_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,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "borrow_date",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "return_date",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
}
|
|
],
|
|
"foreign_keys": []
|
|
}
|
|
}
|
|
],
|
|
"app": [
|
|
{
|
|
"definition": {
|
|
"appV2": {
|
|
"type": "front-end",
|
|
"id": "5552ec90-099d-4eab-a1ae-5d317ec6b3e4",
|
|
"name": "library-management-system",
|
|
"slug": "5552ec90-099d-4eab-a1ae-5d317ec6b3e4",
|
|
"isPublic": false,
|
|
"isMaintenanceOn": false,
|
|
"icon": "folderupload",
|
|
"organizationId": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"currentVersionId": null,
|
|
"userId": "ccf51822-9d82-4d82-81dd-22df9f3cfcfc",
|
|
"workflowApiToken": null,
|
|
"workflowEnabled": false,
|
|
"createdAt": "2024-12-04T21:37:42.862Z",
|
|
"creationMode": "DEFAULT",
|
|
"updatedAt": "2024-12-04T21:37:43.475Z",
|
|
"editingVersion": {
|
|
"id": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"name": "v1",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": true,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": "",
|
|
"appMode": "auto"
|
|
},
|
|
"pageSettings": {
|
|
"properties": {
|
|
"disableMenu": {
|
|
"value": "{{true}}",
|
|
"fxActive": false
|
|
}
|
|
}
|
|
},
|
|
"showViewerNavigation": true,
|
|
"homePageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"appId": "5552ec90-099d-4eab-a1ae-5d317ec6b3e4",
|
|
"currentEnvironmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"promotedFrom": null,
|
|
"createdAt": "2024-12-04T21:37:42.875Z",
|
|
"updatedAt": "2024-12-05T01:12:51.780Z"
|
|
},
|
|
"components": [
|
|
{
|
|
"id": "a50e8522-2a7a-4fdd-87df-0c69f03d8673",
|
|
"name": "formatFilter",
|
|
"type": "Multiselect",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": null,
|
|
"properties": {
|
|
"label": {
|
|
"value": "Filter by Format"
|
|
},
|
|
"display_values": {
|
|
"value": "{{[...new Set(queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data.result.map(val => val.library_resources_format))].toSorted()}}"
|
|
},
|
|
"values": {
|
|
"value": "{{[...new Set(queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data.result.map(val => val.library_resources_format))].toSorted()}}"
|
|
},
|
|
"value": {
|
|
"value": "{{[]}}"
|
|
},
|
|
"visible": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showAllOption": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-05T01:08:48.696Z",
|
|
"layouts": [
|
|
{
|
|
"id": "73aa9eee-80ee-4984-8b8c-b97254b06bc8",
|
|
"type": "desktop",
|
|
"top": 100,
|
|
"left": 1,
|
|
"width": 13,
|
|
"height": 40,
|
|
"componentId": "a50e8522-2a7a-4fdd-87df-0c69f03d8673",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T01:18:05.521Z"
|
|
},
|
|
{
|
|
"id": "e1079a6a-b5bb-466a-8afa-bcfe6d9981e2",
|
|
"type": "mobile",
|
|
"top": 350,
|
|
"left": 32,
|
|
"width": 12,
|
|
"height": 30,
|
|
"componentId": "a50e8522-2a7a-4fdd-87df-0c69f03d8673",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "2ab8eada-a05c-404f-a17d-9300a451412e",
|
|
"name": "newTitle",
|
|
"type": "TextInput",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"value": {
|
|
"value": ""
|
|
},
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter title"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#1B1F24",
|
|
"fxActive": false
|
|
},
|
|
"borderColor": {
|
|
"value": "#d9d9d9ff"
|
|
},
|
|
"width": {
|
|
"value": 40
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"icon": {
|
|
"value": "IconPencil",
|
|
"fxActive": false
|
|
},
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-09T15:16:14.056Z",
|
|
"layouts": [
|
|
{
|
|
"id": "0c6e44ad-7e5b-44ac-8bb4-3934e498ef24",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 2,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "2ab8eada-a05c-404f-a17d-9300a451412e",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
},
|
|
{
|
|
"id": "075bf780-9007-47f8-9e32-e3fb7c5a8dd9",
|
|
"type": "desktop",
|
|
"top": 80,
|
|
"left": 14,
|
|
"width": 26,
|
|
"height": 40,
|
|
"componentId": "2ab8eada-a05c-404f-a17d-9300a451412e",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:21:57.358Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "5fefa4b4-1d6a-4342-9307-0931f70ff1dc",
|
|
"name": "newFormat",
|
|
"type": "DropDown",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": ""
|
|
},
|
|
"values": {
|
|
"value": "{{['MAGAZINE','NEWSLETTER','HARDCOVER','PAPERBACK','E-BOOK','AUDIOBOOK','JOURNAL','BOOK']}}"
|
|
},
|
|
"display_values": {
|
|
"value": "{{['MAGAZINE','NEWSLETTER','HARDCOVER','PAPERBACK','E-BOOK','AUDIOBOOK','JOURNAL','BOOK']}}"
|
|
},
|
|
"advanced": {
|
|
"value": "{{false}}"
|
|
},
|
|
"schema": {
|
|
"value": "{{[\n { label: 'MAGAZINE', value: 'MAGAZINE', disable: {{variables.format}}, visible: true, default: true },\n { label: 'NEWSLETTER', value: 'NEWSLETTER', disable: {{variables.format}}, visible: true },\n { label: 'HARDCOVER', value: 'HARDCOVER', disable: {{variables.format}}, visible: true },\n { label: 'PAPERBACK', value: 'PAPERBACK', disable: {{variables.format}}, visible: true },\n { label: 'E-BOOK', value: 'E-BOOK', disable: {{variables.format}}, visible: true },\n { label: 'AUDIOBOOK', value: 'AUDIOBOOK', disable: {{variables.format}}, visible: true },\n { label: 'JOURNAL', value: 'JOURNAL', disable: {{variables.format}}, visible: true },\n { label: 'BOOK', value: 'BOOK', disable: {{variables.format}}, visible: true }\n]}}\n"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Select an option"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"justifyContent": {
|
|
"value": "left"
|
|
},
|
|
"selectedTextColor": {
|
|
"fxActive": false,
|
|
"value": ""
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}",
|
|
"fxActive": true
|
|
},
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"customRule": {
|
|
"value": null
|
|
}
|
|
},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-09T14:10:35.306Z",
|
|
"layouts": [
|
|
{
|
|
"id": "2df115ee-ef5e-4a25-b27e-d77c37b4650c",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 14,
|
|
"width": 26,
|
|
"height": 40,
|
|
"componentId": "5fefa4b4-1d6a-4342-9307-0931f70ff1dc",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-09T14:17:20.621Z"
|
|
},
|
|
{
|
|
"id": "63063b21-67da-463f-adb9-391edb1b8517",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 4,
|
|
"width": 8,
|
|
"height": 30,
|
|
"componentId": "5fefa4b4-1d6a-4342-9307-0931f70ff1dc",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "accd97ac-72ed-4080-b1a0-a4ca8e438b48",
|
|
"name": "newAuthor",
|
|
"type": "TextInput",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"value": {
|
|
"value": ""
|
|
},
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter author name"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#1B1F24",
|
|
"fxActive": false
|
|
},
|
|
"borderColor": {
|
|
"value": "#d9d9d9ff"
|
|
},
|
|
"width": {
|
|
"value": 40
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"icon": {
|
|
"value": "IconPencil",
|
|
"fxActive": false
|
|
},
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-09T15:16:21.144Z",
|
|
"layouts": [
|
|
{
|
|
"id": "c1e68b93-bb4b-41e4-b05a-bfca4d1fac15",
|
|
"type": "desktop",
|
|
"top": 130,
|
|
"left": 14,
|
|
"width": 26,
|
|
"height": 40,
|
|
"componentId": "accd97ac-72ed-4080-b1a0-a4ca8e438b48",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:00:50.816Z"
|
|
},
|
|
{
|
|
"id": "2cd7b0e3-2cc5-4b2e-9962-a0209c66d8ce",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 2,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "accd97ac-72ed-4080-b1a0-a4ca8e438b48",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "75a17d11-511a-4d56-a2f1-866e1457f476",
|
|
"name": "submit",
|
|
"type": "Button",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Submit"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{queries.eed50645-89a8-4a8e-9313-84a0eb55b826.isLoading}}",
|
|
"fxActive": true
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#3e63ddff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"textColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"loaderColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"iconColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"icon": {
|
|
"value": "IconAlignBoxBottomLeft"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
},
|
|
"type": {
|
|
"value": "primary"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-05T00:04:57.309Z",
|
|
"layouts": [
|
|
{
|
|
"id": "8f57c6d1-9e81-4c3e-ab49-9b41175a966a",
|
|
"type": "desktop",
|
|
"top": 410,
|
|
"left": 22,
|
|
"width": 18,
|
|
"height": 40,
|
|
"componentId": "75a17d11-511a-4d56-a2f1-866e1457f476",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T23:57:09.016Z"
|
|
},
|
|
{
|
|
"id": "8913d1e0-2f22-4ef6-becf-3e8781f4cdfe",
|
|
"type": "mobile",
|
|
"top": 290,
|
|
"left": 28,
|
|
"width": 3,
|
|
"height": 30,
|
|
"componentId": "75a17d11-511a-4d56-a2f1-866e1457f476",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "7e648d7e-943e-4245-9e8e-9247122d10b2",
|
|
"name": "clear",
|
|
"type": "Button",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Clear fields"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"textColor": {
|
|
"value": "#3e63ddff"
|
|
},
|
|
"borderColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"iconColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"icon": {
|
|
"value": "IconAlignBoxBottomLeft"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
},
|
|
"type": {
|
|
"value": "primary"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-04T21:50:05.506Z",
|
|
"layouts": [
|
|
{
|
|
"id": "7aaba6c2-f65d-4e9b-8e00-3a5a591356b8",
|
|
"type": "desktop",
|
|
"top": 410,
|
|
"left": 2,
|
|
"width": 18,
|
|
"height": 40,
|
|
"componentId": "7e648d7e-943e-4245-9e8e-9247122d10b2",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T23:57:09.016Z"
|
|
},
|
|
{
|
|
"id": "67cf32d3-d623-48c5-9948-bbce3dfba50f",
|
|
"type": "mobile",
|
|
"top": 290,
|
|
"left": 28,
|
|
"width": 3,
|
|
"height": 30,
|
|
"componentId": "7e648d7e-943e-4245-9e8e-9247122d10b2",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "65a4bd5e-4af5-4713-a8a2-f2e47264ab56",
|
|
"name": "textarea2",
|
|
"type": "TextArea",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"value": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter course description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-04T21:47:44.439Z",
|
|
"layouts": [
|
|
{
|
|
"id": "36b93c83-27f3-4637-bf17-8b022fb77001",
|
|
"type": "desktop",
|
|
"top": 310,
|
|
"left": 2,
|
|
"width": 38,
|
|
"height": 90,
|
|
"componentId": "65a4bd5e-4af5-4713-a8a2-f2e47264ab56",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T23:57:02.900Z"
|
|
},
|
|
{
|
|
"id": "8bdba503-bf5a-47fd-94dc-9bcf02ad541a",
|
|
"type": "mobile",
|
|
"top": 150,
|
|
"left": 3,
|
|
"width": 6,
|
|
"height": 100,
|
|
"componentId": "65a4bd5e-4af5-4713-a8a2-f2e47264ab56",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "df619089-243d-4908-a86e-d38dafe8a8ca",
|
|
"name": "authorFilter",
|
|
"type": "Multiselect",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": null,
|
|
"properties": {
|
|
"label": {
|
|
"value": "Filter by Author"
|
|
},
|
|
"display_values": {
|
|
"value": "{{[...new Set(queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data.result.map(val => val.library_resources_author))].toSorted()}}"
|
|
},
|
|
"values": {
|
|
"value": "{{[...new Set(queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data.result.map(val => val.library_resources_author))].toSorted()}}"
|
|
},
|
|
"value": {
|
|
"value": "{{[]}}"
|
|
},
|
|
"visible": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showAllOption": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-05T01:09:03.962Z",
|
|
"layouts": [
|
|
{
|
|
"id": "41adb231-eff2-4ae7-b0e0-be04b80bbe9e",
|
|
"type": "mobile",
|
|
"top": 380,
|
|
"left": 32,
|
|
"width": 12,
|
|
"height": 30,
|
|
"componentId": "df619089-243d-4908-a86e-d38dafe8a8ca",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
},
|
|
{
|
|
"id": "f1a82eb3-8b31-49db-9fe1-56b7c391fae3",
|
|
"type": "desktop",
|
|
"top": 100,
|
|
"left": 15,
|
|
"width": 13,
|
|
"height": 40,
|
|
"componentId": "df619089-243d-4908-a86e-d38dafe8a8ca",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T01:18:05.521Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c24f5c9e-83ae-4961-848a-bdb2a8f6ed37",
|
|
"name": "dropdown1",
|
|
"type": "DropDown",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"advanced": {
|
|
"value": "{{false}}",
|
|
"fxActive": false
|
|
},
|
|
"schema": {
|
|
"value": "{{queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data}}"
|
|
},
|
|
"display_values": {
|
|
"value": "{{queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data.result\n .filter((row) =>\n components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdownlegacy4.value == \"issue\"\n ? row.library_resources_availability == \"AVAILABLE\"\n : row.library_resources_availability == \"ISSUED\"\n )\n .map((row) => row.library_resources_title)}}"
|
|
},
|
|
"values": {
|
|
"value": "{{queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data.result\n .filter((row) =>\n components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdownlegacy4.value == \"issue\"\n ? row.library_resources_availability == \"AVAILABLE\"\n : row.library_resources_availability == \"ISSUED\"\n )\n .map((row) => row.library_resources_id)}}"
|
|
},
|
|
"value": {
|
|
"value": ""
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}",
|
|
"fxActive": false
|
|
},
|
|
"placeholder": {
|
|
"value": "Select a title"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"justifyContent": {
|
|
"value": "left"
|
|
},
|
|
"borderRadius": {
|
|
"value": "6"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"customRule": {
|
|
"value": null
|
|
}
|
|
},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-09T15:30:29.281Z",
|
|
"layouts": [
|
|
{
|
|
"id": "5a853c7c-ddec-4d57-b51c-13f084a58d51",
|
|
"type": "desktop",
|
|
"top": 130,
|
|
"left": 12,
|
|
"width": 28,
|
|
"height": 40,
|
|
"componentId": "c24f5c9e-83ae-4961-848a-bdb2a8f6ed37",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-09T08:18:33.552Z"
|
|
},
|
|
{
|
|
"id": "08ff57dd-f82b-4dc8-b49f-d8de9bc04a37",
|
|
"type": "mobile",
|
|
"top": 360,
|
|
"left": 33,
|
|
"width": 8,
|
|
"height": 30,
|
|
"componentId": "c24f5c9e-83ae-4961-848a-bdb2a8f6ed37",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "02f9fcaa-5d13-4f36-946b-ebc4eda556a7",
|
|
"name": "textinput1",
|
|
"type": "TextInput",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdownlegacy4.value == \"return\" &&\ncomponents.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdown1.value\n ? queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data.result.filter(\n (row) =>\n row.library_resources_id == components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdown1.value\n )[0].borrowers_details_borrower_name\n : \"\"}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter borrower name"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdownlegacy4.value == \"return\"}}",
|
|
"fxActive": true
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-09T14:37:15.312Z",
|
|
"layouts": [
|
|
{
|
|
"id": "2edd92ee-2050-4d6c-987d-63c8c9f08244",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 12,
|
|
"width": 28,
|
|
"height": 40,
|
|
"componentId": "02f9fcaa-5d13-4f36-946b-ebc4eda556a7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:06:47.410Z"
|
|
},
|
|
{
|
|
"id": "12c02164-731b-4e79-b464-f4b9fa509344",
|
|
"type": "mobile",
|
|
"top": 320,
|
|
"left": 33,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "02f9fcaa-5d13-4f36-946b-ebc4eda556a7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "0ebdb4e9-5de0-432c-beda-2a2f6a2e1e55",
|
|
"name": "button2",
|
|
"type": "Button",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Submit"
|
|
},
|
|
"loadingState": {
|
|
"fxActive": true,
|
|
"value": "{{queries.1e43670b-5b64-4288-b18e-5dfb302dda8f.isLoading || queries.08b4ee54-eb4c-4d68-bb0d-e71a986d8e9e.isLoading || queries.7623455a-313e-461d-8fd1-900a9871a76c.isLoading}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "6",
|
|
"fxActive": false
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#4368E3",
|
|
"fxActive": false
|
|
},
|
|
"textColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"loaderColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"iconColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"icon": {
|
|
"value": "IconAlignBoxBottomLeft"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
},
|
|
"type": {
|
|
"value": "primary"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-04T23:50:10.269Z",
|
|
"layouts": [
|
|
{
|
|
"id": "e1d0d293-9646-4b56-bd1d-a836553fc5ac",
|
|
"type": "desktop",
|
|
"top": 240,
|
|
"left": 22,
|
|
"width": 18,
|
|
"height": 40,
|
|
"componentId": "0ebdb4e9-5de0-432c-beda-2a2f6a2e1e55",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:06:54.482Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "bf00df6e-506c-425d-8701-4b4801a49c83",
|
|
"name": "button4",
|
|
"type": "Button",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Clear fields"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"textColor": {
|
|
"value": "#4368E3",
|
|
"fxActive": false
|
|
},
|
|
"borderColor": {
|
|
"value": "#4368E3",
|
|
"fxActive": false
|
|
},
|
|
"loaderColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"iconColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"icon": {
|
|
"value": "IconAlignBoxBottomLeft"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
},
|
|
"type": {
|
|
"value": "primary"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-04T21:54:22.472Z",
|
|
"layouts": [
|
|
{
|
|
"id": "68b81de9-452b-46b0-a7df-b10530730b70",
|
|
"type": "mobile",
|
|
"top": 150,
|
|
"left": 11,
|
|
"width": 3,
|
|
"height": 30,
|
|
"componentId": "bf00df6e-506c-425d-8701-4b4801a49c83",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
},
|
|
{
|
|
"id": "d43e7df9-ce11-44f5-bcb2-00bb49ee3fed",
|
|
"type": "desktop",
|
|
"top": 240,
|
|
"left": 2,
|
|
"width": 18,
|
|
"height": 40,
|
|
"componentId": "bf00df6e-506c-425d-8701-4b4801a49c83",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:06:51.568Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"name": "form1",
|
|
"type": "Form",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": null,
|
|
"properties": {
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"advanced": {
|
|
"value": "{{false}}"
|
|
},
|
|
"JSONSchema": {
|
|
"value": "{{ {title: 'User registration form', properties: {firstname: {type: 'textinput',value: 'Maria',label:'First name', validation:{maxLength:6}, styles: {backgroundColor: '#f6f5ff',textColor: 'black'},},lastname:{type: 'textinput',value: 'Doe', label:'Last name', styles: {backgroundColor: '#f6f5ff',textColor: 'black'},},age:{type:'number', label:'Age'},}, submitButton: {value: 'Submit', styles: {backgroundColor: '#3a433b',borderColor:'#595959'}}} }}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{queries.1e43670b-5b64-4288-b18e-5dfb302dda8f.isLoading || queries.08b4ee54-eb4c-4d68-bb0d-e71a986d8e9e.isLoading || queries.7623455a-313e-461d-8fd1-900a9871a76c.isLoading}}",
|
|
"fxActive": true
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-04T23:51:39.808Z",
|
|
"layouts": [
|
|
{
|
|
"id": "027e0908-19f5-45d6-94d7-190d51c9ab0a",
|
|
"type": "mobile",
|
|
"top": 260,
|
|
"left": 27,
|
|
"width": 13,
|
|
"height": 330,
|
|
"componentId": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
},
|
|
{
|
|
"id": "d2e78ee7-3788-4fb9-901f-a1346e6a9173",
|
|
"type": "desktop",
|
|
"top": 100,
|
|
"left": 29,
|
|
"width": 13,
|
|
"height": 300,
|
|
"componentId": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T01:18:05.521Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "35588621-50dd-4259-b060-a9b685aac019",
|
|
"name": "table1",
|
|
"type": "Table",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": null,
|
|
"properties": {
|
|
"columns": {
|
|
"value": [
|
|
{
|
|
"id": "7d04da2f-64e6-482a-81ed-34e6120d1ae4",
|
|
"name": "id",
|
|
"key": "library_resources_id",
|
|
"columnType": "number",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "1d9eb208-3776-47fe-a09b-2f2ed4813b3a",
|
|
"name": "title",
|
|
"key": "library_resources_title",
|
|
"columnType": "string",
|
|
"autogenerated": true,
|
|
"horizontalAlignment": "left",
|
|
"isEditable": "{{false}}"
|
|
},
|
|
{
|
|
"id": "b6ae53e8-e760-4bcc-9912-0fbc61e93ab7",
|
|
"name": "author",
|
|
"key": "library_resources_author",
|
|
"columnType": "string",
|
|
"autogenerated": true,
|
|
"isEditable": "{{false}}"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"id": "a8c66dc9-3aff-4bca-a9e4-5c7c136a0483",
|
|
"isEditable": "{{false}}",
|
|
"fxActiveFields": [],
|
|
"columnType": "select",
|
|
"key": "library_resources_format",
|
|
"defaultOptionsList": [],
|
|
"options": [
|
|
{
|
|
"label": "MAGAZINE",
|
|
"value": "MAGAZINE"
|
|
},
|
|
{
|
|
"label": "E-BOOK",
|
|
"value": "E-BOOK"
|
|
},
|
|
{
|
|
"label": "BOOK",
|
|
"value": "BOOK"
|
|
},
|
|
{
|
|
"label": "PAPERBACK",
|
|
"value": "PAPERBACK"
|
|
},
|
|
{
|
|
"label": "AUDIOBOOK",
|
|
"value": "AUDIOBOOK"
|
|
},
|
|
{
|
|
"label": "NEWSLETTER",
|
|
"value": "NEWSLETTER"
|
|
},
|
|
{
|
|
"label": "JOURNAL",
|
|
"value": "JOURNAL"
|
|
},
|
|
{
|
|
"label": "HARDCOVER",
|
|
"value": "HARDCOVER"
|
|
}
|
|
],
|
|
"textColor": "#3e63ddff"
|
|
},
|
|
{
|
|
"id": "847fa3d7-fb4b-4fe8-88db-96a250aaf737",
|
|
"name": "availability",
|
|
"key": "library_resources_availability",
|
|
"columnType": "select",
|
|
"autogenerated": true,
|
|
"defaultOptionsList": [],
|
|
"options": [
|
|
{
|
|
"label": "AVAILABLE",
|
|
"value": "AVAILABLE"
|
|
},
|
|
{
|
|
"label": "ISSUED",
|
|
"value": "ISSUED"
|
|
}
|
|
],
|
|
"transformation": "",
|
|
"cellBackgroundColor": "",
|
|
"textColor": "#3e63ddff",
|
|
"isEditable": "{{false}}",
|
|
"fxActiveFields": [
|
|
"cellBackgroundColor"
|
|
]
|
|
},
|
|
{
|
|
"name": "description",
|
|
"id": "a47b9873-d2ba-4f42-9da9-779a04972b4f",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "text",
|
|
"key": "library_resources_description"
|
|
},
|
|
{
|
|
"name": "publication year",
|
|
"id": "fc4fe10c-f688-4604-83bd-d65009a8d576",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "library_resources_publication_date"
|
|
},
|
|
{
|
|
"name": "borrower",
|
|
"id": "6c4de960-0e22-4912-b1d1-ab165f74256e",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "borrowers_details_borrower_name"
|
|
},
|
|
{
|
|
"name": "borrow date",
|
|
"id": "28680846-fc95-43bd-9c6c-2e7e40e20019",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "borrowers_details_borrow_date"
|
|
},
|
|
{
|
|
"name": "return date",
|
|
"id": "94fb90ef-f822-476a-bad8-93308e9d3cda",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "borrowers_details_return_date"
|
|
}
|
|
]
|
|
},
|
|
"columnDeletionHistory": {
|
|
"value": [
|
|
"photo",
|
|
"interest",
|
|
"mobile_number",
|
|
"date",
|
|
"email",
|
|
"AUTHOR",
|
|
"AVAILABLE",
|
|
"PUBLICATION DATE",
|
|
"Format",
|
|
"library_resources_description",
|
|
"library_resources_format",
|
|
"library_resources_publication_date",
|
|
"borrowers_details_borrow_date",
|
|
"Delete",
|
|
"borrowers_details_id",
|
|
"library_resources_borrower_id"
|
|
]
|
|
},
|
|
"actions": {
|
|
"value": [
|
|
{
|
|
"name": "Action0",
|
|
"buttonText": "Edit",
|
|
"events": []
|
|
},
|
|
{
|
|
"name": "Action1",
|
|
"buttonText": "Delete",
|
|
"events": [],
|
|
"backgroundColor": "#dd000026",
|
|
"textColor": "#dd0000ff"
|
|
}
|
|
]
|
|
},
|
|
"columnSizes": {
|
|
"value": {
|
|
"8ad5a618-76e6-4fed-812a-7b63ba52d846": 98,
|
|
"afc9a5091750a1bd4760e38760de3b4be11a43452ae8ae07ce2eebc569fe9a7f": 104,
|
|
"178a8217-5ba5-451f-a5d4-f86baea28abe": 106,
|
|
"695f662d-8318-4541-99a9-72dca8621f0f": 43,
|
|
"c9457bdb-6b96-42ed-a14b-a278ae7bf091": 101,
|
|
"2187fccf-5fb0-4b5b-b2c3-e550b926fb38": 100,
|
|
"1d9eb208-3776-47fe-a09b-2f2ed4813b3a": 126,
|
|
"29131587-3fb7-4388-a1f6-cac8fa1d1b32": 116,
|
|
"b6ae53e8-e760-4bcc-9912-0fbc61e93ab7": 110,
|
|
"b63a0b1c-38a6-4a5a-8a46-06efc329cea7": 37,
|
|
"00a89f47-b3ef-45ae-9a00-40ad87c61e98": 147,
|
|
"1b5ed6d5-ed36-4d57-805d-02079d95e0fc": 163,
|
|
"847fa3d7-fb4b-4fe8-88db-96a250aaf737": 133,
|
|
"6c4de960-0e22-4912-b1d1-ab165f74256e": 138,
|
|
"a8c66dc9-3aff-4bca-a9e4-5c7c136a0483": 123,
|
|
"28680846-fc95-43bd-9c6c-2e7e40e20019": 149,
|
|
"94fb90ef-f822-476a-bad8-93308e9d3cda": 127,
|
|
"fc4fe10c-f688-4604-83bd-d65009a8d576": 175,
|
|
"a47b9873-d2ba-4f42-9da9-779a04972b4f": 199,
|
|
"7d04da2f-64e6-482a-81ed-34e6120d1ae4": 53
|
|
}
|
|
},
|
|
"highlightSelectedRow": {
|
|
"value": "{{false}}"
|
|
},
|
|
"data": {
|
|
"value": "{{queries.012194f7-e4e8-45b5-a4c0-7e18d05d3827.data}}"
|
|
},
|
|
"showFilterButton": {
|
|
"value": "{{false}}",
|
|
"fxActive": false
|
|
},
|
|
"allowSelection": {
|
|
"fxActive": false,
|
|
"value": "{{false}}"
|
|
},
|
|
"showBulkUpdateActions": {
|
|
"value": "{{true}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"serverSideFilter": {
|
|
"value": false
|
|
},
|
|
"loadingState": {
|
|
"value": "{{queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.isLoading || queries.012194f7-e4e8-45b5-a4c0-7e18d05d3827.isLoading}}",
|
|
"fxActive": true
|
|
},
|
|
"title": {
|
|
"value": "Table"
|
|
},
|
|
"visible": {
|
|
"value": "{{true}}"
|
|
},
|
|
"useDynamicColumn": {
|
|
"value": "{{false}}"
|
|
},
|
|
"columnData": {
|
|
"value": "{{[{name: 'email', key: 'email', id: '1'}, {name: 'Full name', key: 'name', id: '2', isEditable: true}]}}"
|
|
},
|
|
"rowsPerPage": {
|
|
"value": "{{10}}"
|
|
},
|
|
"serverSidePagination": {
|
|
"value": "{{false}}"
|
|
},
|
|
"enableNextButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"enablePrevButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"totalRecords": {
|
|
"value": "{{10}}"
|
|
},
|
|
"enablePagination": {
|
|
"value": "{{true}}"
|
|
},
|
|
"serverSideSort": {
|
|
"value": "{{false}}"
|
|
},
|
|
"displaySearchBox": {
|
|
"value": "{{false}}"
|
|
},
|
|
"showDownloadButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"autogenerateColumns": {
|
|
"value": true,
|
|
"generateNestedColumns": true
|
|
},
|
|
"isAllColumnsEditable": {
|
|
"value": "{{false}}"
|
|
},
|
|
"showBulkSelector": {
|
|
"value": "{{false}}"
|
|
},
|
|
"enabledSort": {
|
|
"value": "{{true}}"
|
|
},
|
|
"hideColumnSelectorButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"defaultSelectedRow": {
|
|
"value": "{{{library_resources_id: queries.012194f7-e4e8-45b5-a4c0-7e18d05d3827.data[0].library_resources_id}}}"
|
|
},
|
|
"showAddNewRowButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000ff"
|
|
},
|
|
"columnHeaderWrap": {
|
|
"value": "fixed"
|
|
},
|
|
"actionButtonRadius": {
|
|
"value": "5"
|
|
},
|
|
"cellSize": {
|
|
"value": "regular"
|
|
},
|
|
"tableType": {
|
|
"value": "table-classic"
|
|
},
|
|
"maxRowHeight": {
|
|
"value": "auto"
|
|
},
|
|
"maxRowHeightValue": {
|
|
"value": 45
|
|
},
|
|
"contentWrap": {
|
|
"value": "{{true}}"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-09T15:37:15.630Z",
|
|
"layouts": [
|
|
{
|
|
"id": "c46c0b7a-e4e5-43c7-ab1b-615496ac95d2",
|
|
"type": "mobile",
|
|
"top": 80,
|
|
"left": 1,
|
|
"width": 35,
|
|
"height": 456,
|
|
"componentId": "35588621-50dd-4259-b060-a9b685aac019",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
},
|
|
{
|
|
"id": "c3faf976-a134-4d9c-b96c-a43cd94ac66c",
|
|
"type": "desktop",
|
|
"top": 150,
|
|
"left": 1,
|
|
"width": 27,
|
|
"height": 730,
|
|
"componentId": "35588621-50dd-4259-b060-a9b685aac019",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T01:18:05.521Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "5fdba445-2767-4320-be19-ff00c966baf5",
|
|
"name": "text1",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": null,
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Library Management System"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textSize": {
|
|
"value": "24"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#3e63ddff"
|
|
},
|
|
"textColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"textIndent": {
|
|
"value": "31"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"textAlign": {
|
|
"value": "center"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-05T01:18:32.457Z",
|
|
"layouts": [
|
|
{
|
|
"id": "fa410c0a-fc55-40a8-bb9c-fa517a55ea6a",
|
|
"type": "mobile",
|
|
"top": 40,
|
|
"left": 2,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "5fdba445-2767-4320-be19-ff00c966baf5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z"
|
|
},
|
|
{
|
|
"id": "d308545e-fee2-4bc8-a0fd-468d96414aa8",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 1,
|
|
"width": 41,
|
|
"height": 70,
|
|
"componentId": "5fdba445-2767-4320-be19-ff00c966baf5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T01:18:16.301Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "82169837-bf20-4ef8-a61e-ca48567dc6f8",
|
|
"name": "text3",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Manage title"
|
|
},
|
|
"textSize": {
|
|
"value": 18
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
},
|
|
"lineHeight": {
|
|
"value": 1.5
|
|
},
|
|
"textIndent": {
|
|
"value": "0"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "top"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "0"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "0"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "0"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"textFormat": {
|
|
"value": "plainText"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}",
|
|
"fxActive": false
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}",
|
|
"fxActive": false
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "User Details"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"textSize": {
|
|
"value": 18
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"lineHeight": {
|
|
"value": 1.5
|
|
},
|
|
"textIndent": {
|
|
"value": "0"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "0"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "0"
|
|
},
|
|
"borderRadius": {
|
|
"value": "0"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff00000",
|
|
"fxActive": false
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-04T22:07:40.932Z",
|
|
"layouts": [
|
|
{
|
|
"id": "216b412a-0298-4f79-9f66-fd204f20e4cb",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 2,
|
|
"width": 38,
|
|
"height": 40,
|
|
"componentId": "82169837-bf20-4ef8-a61e-ca48567dc6f8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:57:26.404Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"name": "form2",
|
|
"type": "Form",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": null,
|
|
"properties": {
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"advanced": {
|
|
"value": "{{false}}"
|
|
},
|
|
"JSONSchema": {
|
|
"value": "{{ {title: 'User registration form', properties: {firstname: {type: 'textinput',value: 'Maria',label:'First name', validation:{maxLength:6}, styles: {backgroundColor: '#f6f5ff',textColor: 'black'},},lastname:{type: 'textinput',value: 'Doe', label:'Last name', styles: {backgroundColor: '#f6f5ff',textColor: 'black'},},age:{type:'number', label:'Age'},}, submitButton: {value: 'Submit', styles: {backgroundColor: '#3a433b',borderColor:'#595959'}}} }}"
|
|
},
|
|
"buttonToSubmit": {
|
|
"value": "{{\"none\"}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:38:15.594Z",
|
|
"updatedAt": "2024-12-05T01:12:23.189Z",
|
|
"layouts": [
|
|
{
|
|
"id": "88ee50da-fe64-4218-be1b-11872940c80c",
|
|
"type": "mobile",
|
|
"top": 780,
|
|
"left": 20,
|
|
"width": 13,
|
|
"height": 330,
|
|
"componentId": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:38:15.594Z"
|
|
},
|
|
{
|
|
"id": "1e3977ea-80ef-4ee9-9a5d-40d154639668",
|
|
"type": "desktop",
|
|
"top": 410,
|
|
"left": 29,
|
|
"width": 13,
|
|
"height": 470,
|
|
"componentId": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T01:18:10.454Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "14bf9ab3-cd82-4ff6-81f1-219a73db25ec",
|
|
"name": "text12",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Author"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:42:22.236Z",
|
|
"updatedAt": "2024-12-04T21:43:40.717Z",
|
|
"layouts": [
|
|
{
|
|
"id": "814095de-a417-4439-a6a0-226a23c69fef",
|
|
"type": "mobile",
|
|
"top": 200,
|
|
"left": 4,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "14bf9ab3-cd82-4ff6-81f1-219a73db25ec",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:42:22.236Z"
|
|
},
|
|
{
|
|
"id": "5acb34d3-bd52-481d-be47-ea0326180d59",
|
|
"type": "desktop",
|
|
"top": 130,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 40,
|
|
"componentId": "14bf9ab3-cd82-4ff6-81f1-219a73db25ec",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:00:50.816Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "adc07298-28aa-44dd-8cb5-e7e0a1099a64",
|
|
"name": "text13",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Title"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:43:54.467Z",
|
|
"updatedAt": "2024-12-04T21:44:06.650Z",
|
|
"layouts": [
|
|
{
|
|
"id": "a70df3dc-cd13-40ee-aeb0-6e2b0cb6d6a7",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "adc07298-28aa-44dd-8cb5-e7e0a1099a64",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:43:54.467Z"
|
|
},
|
|
{
|
|
"id": "d45f4a56-c23f-4826-b4b3-e463d98c3d5a",
|
|
"type": "desktop",
|
|
"top": 80,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 40,
|
|
"componentId": "adc07298-28aa-44dd-8cb5-e7e0a1099a64",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:21:57.358Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "2c72d87c-fa58-4ec6-bd7f-ad7145a5bec3",
|
|
"name": "text14",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Format"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:44:37.471Z",
|
|
"updatedAt": "2024-12-04T21:44:47.482Z",
|
|
"layouts": [
|
|
{
|
|
"id": "a5e88455-e1c4-4335-af7a-aed4fb1e3d7b",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 40,
|
|
"componentId": "2c72d87c-fa58-4ec6-bd7f-ad7145a5bec3",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:56:18.229Z"
|
|
},
|
|
{
|
|
"id": "a76ec2f8-8fca-4f28-820d-5f7034c7c27b",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "2c72d87c-fa58-4ec6-bd7f-ad7145a5bec3",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:44:37.471Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c62fe9ef-40af-40f8-8b3d-1cdb9e6cf116",
|
|
"name": "text15",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Publication year"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:45:24.163Z",
|
|
"updatedAt": "2024-12-09T14:07:49.011Z",
|
|
"layouts": [
|
|
{
|
|
"id": "c284a434-077b-47c0-aaef-25f3518a583b",
|
|
"type": "desktop",
|
|
"top": 220,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 60,
|
|
"componentId": "c62fe9ef-40af-40f8-8b3d-1cdb9e6cf116",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:56:18.229Z"
|
|
},
|
|
{
|
|
"id": "56c28565-e4e4-450d-9228-ee2ccabed334",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "c62fe9ef-40af-40f8-8b3d-1cdb9e6cf116",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:45:24.163Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "0f0e5432-873f-4960-85d5-9dddc81c58ea",
|
|
"name": "text16",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Description"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:46:52.214Z",
|
|
"updatedAt": "2024-12-04T21:47:06.377Z",
|
|
"layouts": [
|
|
{
|
|
"id": "df6e132b-0863-41a9-a1f7-f4fe92efcc3c",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "0f0e5432-873f-4960-85d5-9dddc81c58ea",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:46:52.214Z"
|
|
},
|
|
{
|
|
"id": "72f55325-2911-42f4-9f64-f118b40cdb20",
|
|
"type": "desktop",
|
|
"top": 280,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 30,
|
|
"componentId": "0f0e5432-873f-4960-85d5-9dddc81c58ea",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T23:57:02.900Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "23b7c0e7-b233-47b0-8751-ffbec7eb4263",
|
|
"name": "text17",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Title"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:52:08.467Z",
|
|
"updatedAt": "2024-12-04T21:52:34.061Z",
|
|
"layouts": [
|
|
{
|
|
"id": "a9d538fc-d61b-4198-92f1-fe573478dff5",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "23b7c0e7-b233-47b0-8751-ffbec7eb4263",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:52:08.467Z"
|
|
},
|
|
{
|
|
"id": "0b3cecc0-2b47-479d-8f29-af2cf436897c",
|
|
"type": "desktop",
|
|
"top": 130,
|
|
"left": 2,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "23b7c0e7-b233-47b0-8751-ffbec7eb4263",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:06:40.901Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "b7dad61d-279c-43f9-8af2-822d48ea83ea",
|
|
"name": "text18",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Borrower"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:52:54.742Z",
|
|
"updatedAt": "2024-12-04T21:53:07.591Z",
|
|
"layouts": [
|
|
{
|
|
"id": "06bc59ea-453f-4e42-bfa5-18493c11f07b",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "b7dad61d-279c-43f9-8af2-822d48ea83ea",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:52:54.742Z"
|
|
},
|
|
{
|
|
"id": "8590509a-431d-4d07-aa05-271dda4eb194",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 2,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "b7dad61d-279c-43f9-8af2-822d48ea83ea",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:06:47.410Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "15b77441-da7b-4a91-868d-645eb72636a7",
|
|
"name": "divider2",
|
|
"type": "Divider",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {},
|
|
"general": {},
|
|
"styles": {
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"dividerColor": {
|
|
"value": "#ddddddff"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:56:24.853Z",
|
|
"updatedAt": "2024-12-04T21:56:24.853Z",
|
|
"layouts": [
|
|
{
|
|
"id": "81a9d077-7160-4f2f-9c84-1284bfc1ad5b",
|
|
"type": "desktop",
|
|
"top": 50,
|
|
"left": 1,
|
|
"width": 40,
|
|
"height": 10,
|
|
"componentId": "15b77441-da7b-4a91-868d-645eb72636a7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:58:09.860Z"
|
|
},
|
|
{
|
|
"id": "85b2cdc2-3fbe-46ce-97b8-7f848666605f",
|
|
"type": "mobile",
|
|
"top": 60,
|
|
"left": 0,
|
|
"width": 10,
|
|
"height": 10,
|
|
"componentId": "15b77441-da7b-4a91-868d-645eb72636a7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:56:24.853Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "85f582d0-a102-4cbb-84c3-f41d6bf62abe",
|
|
"name": "text19",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "plainText"
|
|
},
|
|
"text": {
|
|
"value": "Add new title"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"textSize": {
|
|
"value": 18
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
},
|
|
"lineHeight": {
|
|
"value": 1.5
|
|
},
|
|
"textIndent": {
|
|
"value": "0"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "top"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "0"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "0"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "0"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000",
|
|
"fxActive": false
|
|
},
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"textSize": {
|
|
"value": 18
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": 1.5
|
|
},
|
|
"textIndent": {
|
|
"value": "0"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "0"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "0"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"borderRadius": {
|
|
"value": "0"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
},
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "User Details"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T21:56:24.853Z",
|
|
"updatedAt": "2024-12-04T21:57:47.946Z",
|
|
"layouts": [
|
|
{
|
|
"id": "6fcc583d-f72c-4a65-8fd6-2cefce6872f2",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 2,
|
|
"width": 38,
|
|
"height": 40,
|
|
"componentId": "85f582d0-a102-4cbb-84c3-f41d6bf62abe",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T21:57:15.992Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "a5e018cf-ff3b-4bd6-8b1c-582f2ed09ef4",
|
|
"name": "dropdownlegacy4",
|
|
"type": "DropDown",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {
|
|
"advanced": {
|
|
"value": "{{false}}"
|
|
},
|
|
"schema": {
|
|
"value": "{{queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data}}"
|
|
},
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "issue"
|
|
},
|
|
"values": {
|
|
"value": "{{[\"issue\", \"return\"]}}"
|
|
},
|
|
"display_values": {
|
|
"value": "{{[\"Issue\", \"Return\"]}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Select action"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"justifyContent": {
|
|
"value": "left"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"customRule": {
|
|
"value": null
|
|
}
|
|
},
|
|
"createdAt": "2024-12-04T22:06:14.896Z",
|
|
"updatedAt": "2024-12-09T15:33:17.756Z",
|
|
"layouts": [
|
|
{
|
|
"id": "e13f2beb-a9b1-4d22-9746-203cdb55b2c3",
|
|
"type": "mobile",
|
|
"top": 390,
|
|
"left": 0,
|
|
"width": 8,
|
|
"height": 30,
|
|
"componentId": "a5e018cf-ff3b-4bd6-8b1c-582f2ed09ef4",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:06:14.896Z"
|
|
},
|
|
{
|
|
"id": "329ca151-0735-4313-af24-c7eab161acf7",
|
|
"type": "desktop",
|
|
"top": 80,
|
|
"left": 12,
|
|
"width": 28,
|
|
"height": 40,
|
|
"componentId": "a5e018cf-ff3b-4bd6-8b1c-582f2ed09ef4",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:06:30.969Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "555dd355-b960-4aaf-9bf7-dd2df0fb0008",
|
|
"name": "text20",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Action"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T22:06:14.896Z",
|
|
"updatedAt": "2024-12-04T22:11:54.085Z",
|
|
"layouts": [
|
|
{
|
|
"id": "8972d261-69e1-4582-b9b8-6894e5201f9a",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "555dd355-b960-4aaf-9bf7-dd2df0fb0008",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:06:14.896Z"
|
|
},
|
|
{
|
|
"id": "9ec9c5d7-16c2-461c-86a4-987345199470",
|
|
"type": "desktop",
|
|
"top": 80,
|
|
"left": 2,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "555dd355-b960-4aaf-9bf7-dd2df0fb0008",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:06:33.417Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "6a69688f-0267-4f72-b7d9-9ec6e111d919",
|
|
"name": "divider3",
|
|
"type": "Divider",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"properties": {},
|
|
"general": {},
|
|
"styles": {
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"dividerColor": {
|
|
"value": "#ddddddff"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-04T22:35:11.792Z",
|
|
"updatedAt": "2024-12-04T22:35:11.792Z",
|
|
"layouts": [
|
|
{
|
|
"id": "d0cbc43f-74cc-48dc-81eb-de882c8b089e",
|
|
"type": "desktop",
|
|
"top": 50,
|
|
"left": 1,
|
|
"width": 40,
|
|
"height": 10,
|
|
"componentId": "6a69688f-0267-4f72-b7d9-9ec6e111d919",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:35:17.417Z"
|
|
},
|
|
{
|
|
"id": "110cf6a7-dafa-4236-b4a8-34b8e0806613",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 10,
|
|
"height": 10,
|
|
"componentId": "6a69688f-0267-4f72-b7d9-9ec6e111d919",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-04T22:35:11.792Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"name": "modal1",
|
|
"type": "Modal",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": null,
|
|
"properties": {
|
|
"title": {
|
|
"value": "Edit title"
|
|
},
|
|
"titleAlignment": {
|
|
"value": "left"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"useDefaultButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"triggerButtonLabel": {
|
|
"value": "Launch Modal"
|
|
},
|
|
"size": {
|
|
"value": "sm"
|
|
},
|
|
"hideTitleBar": {
|
|
"value": "{{false}}"
|
|
},
|
|
"hideCloseButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"hideOnEsc": {
|
|
"value": "{{true}}"
|
|
},
|
|
"closeOnClickingOutside": {
|
|
"value": "{{false}}"
|
|
},
|
|
"modalHeight": {
|
|
"value": "420px"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"headerBackgroundColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"headerTextColor": {
|
|
"value": "#000000"
|
|
},
|
|
"bodyBackgroundColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"triggerButtonBackgroundColor": {
|
|
"value": "#4D72FA"
|
|
},
|
|
"triggerButtonTextColor": {
|
|
"value": "#ffffffff"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-05T00:18:38.487Z",
|
|
"updatedAt": "2024-12-05T00:46:10.497Z",
|
|
"layouts": [
|
|
{
|
|
"id": "11d18aa1-a5c0-419d-8583-06138a5dc3f1",
|
|
"type": "desktop",
|
|
"top": 890,
|
|
"left": 19,
|
|
"width": 10,
|
|
"height": 34,
|
|
"componentId": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T01:11:47.957Z"
|
|
},
|
|
{
|
|
"id": "8134e888-e965-41e8-b659-8733d863efa9",
|
|
"type": "mobile",
|
|
"top": 730,
|
|
"left": 18,
|
|
"width": 10,
|
|
"height": 34,
|
|
"componentId": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:18:38.487Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "6c014c61-d444-4e2c-8e5b-458dc62343a6",
|
|
"name": "text21",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Title"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-05T00:19:13.830Z",
|
|
"updatedAt": "2024-12-05T00:19:13.830Z",
|
|
"layouts": [
|
|
{
|
|
"id": "23184871-2b80-4054-aec2-4527ddeae5c9",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 40,
|
|
"componentId": "6c014c61-d444-4e2c-8e5b-458dc62343a6",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:32.307Z"
|
|
},
|
|
{
|
|
"id": "7f5f8550-1241-4a36-a826-a2ad01c21f3c",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "6c014c61-d444-4e2c-8e5b-458dc62343a6",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:19:13.830Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "84d1a7af-118e-482e-88ff-ccc1edeeab6a",
|
|
"name": "textinput6",
|
|
"type": "TextInput",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{components.35588621-50dd-4259-b060-a9b685aac019.selectedRow.library_resources_title}}"
|
|
},
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter title"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000",
|
|
"fxActive": false
|
|
},
|
|
"borderColor": {
|
|
"value": "#d9d9d9ff"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": 40
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconPencil",
|
|
"fxActive": false
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2024-12-05T00:19:13.830Z",
|
|
"updatedAt": "2024-12-05T00:33:00.175Z",
|
|
"layouts": [
|
|
{
|
|
"id": "450cd603-b6e8-4b0c-8452-372e03278e16",
|
|
"type": "mobile",
|
|
"top": 40,
|
|
"left": 0,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "84d1a7af-118e-482e-88ff-ccc1edeeab6a",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:19:13.830Z"
|
|
},
|
|
{
|
|
"id": "d6780127-0cdb-4bb6-8a21-80d29e72faf6",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 14,
|
|
"width": 26,
|
|
"height": 40,
|
|
"componentId": "84d1a7af-118e-482e-88ff-ccc1edeeab6a",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:32.307Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "3824ebde-28b3-409c-8813-3c9e81d896ae",
|
|
"name": "textinput7",
|
|
"type": "TextInput",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{components.35588621-50dd-4259-b060-a9b685aac019.selectedRow.library_resources_author}}"
|
|
},
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter author name"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#000",
|
|
"fxActive": false
|
|
},
|
|
"borderColor": {
|
|
"value": "#d9d9d9ff"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": 40
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconPencil",
|
|
"fxActive": false
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2024-12-05T00:22:25.441Z",
|
|
"updatedAt": "2024-12-05T00:33:35.437Z",
|
|
"layouts": [
|
|
{
|
|
"id": "0af6085f-995a-437a-b346-1f5e374139c7",
|
|
"type": "mobile",
|
|
"top": 40,
|
|
"left": 0,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "3824ebde-28b3-409c-8813-3c9e81d896ae",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:22:25.441Z"
|
|
},
|
|
{
|
|
"id": "fbbed706-b10d-43b4-998b-892d8a4d2d75",
|
|
"type": "desktop",
|
|
"top": 60,
|
|
"left": 14,
|
|
"width": 26,
|
|
"height": 40,
|
|
"componentId": "3824ebde-28b3-409c-8813-3c9e81d896ae",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:35.367Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "77f12e41-ad0c-49b3-ba90-c5ff72ef5d8c",
|
|
"name": "text22",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Author"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-05T00:22:25.441Z",
|
|
"updatedAt": "2024-12-05T00:22:25.441Z",
|
|
"layouts": [
|
|
{
|
|
"id": "8faeaf8f-82dc-4e72-9c99-d7b2839558d9",
|
|
"type": "desktop",
|
|
"top": 60,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 40,
|
|
"componentId": "77f12e41-ad0c-49b3-ba90-c5ff72ef5d8c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:35.367Z"
|
|
},
|
|
{
|
|
"id": "bd984597-acbb-43cb-ab41-7fa05d0b3d30",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "77f12e41-ad0c-49b3-ba90-c5ff72ef5d8c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:22:25.441Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "7ef6b1e1-efae-4764-9f21-f6f6ef4fc3a9",
|
|
"name": "dropdownlegacy5",
|
|
"type": "DropDown",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"advanced": {
|
|
"value": "{{false}}"
|
|
},
|
|
"schema": {
|
|
"value": "{{[\n { label: 'MAGAZINE', value: 'MAGAZINE', disable: {{variables.format}}, visible: true, default: true },\n { label: 'NEWSLETTER', value: 'NEWSLETTER', disable: {{variables.format}}, visible: true },\n { label: 'HARDCOVER', value: 'HARDCOVER', disable: {{variables.format}}, visible: true },\n { label: 'PAPERBACK', value: 'PAPERBACK', disable: {{variables.format}}, visible: true },\n { label: 'E-BOOK', value: 'E-BOOK', disable: {{variables.format}}, visible: true },\n { label: 'AUDIOBOOK', value: 'AUDIOBOOK', disable: {{variables.format}}, visible: true },\n { label: 'JOURNAL', value: 'JOURNAL', disable: {{variables.format}}, visible: true },\n { label: 'BOOK', value: 'BOOK', disable: {{variables.format}}, visible: true }\n]}}\n"
|
|
},
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{components.35588621-50dd-4259-b060-a9b685aac019.selectedRow.library_resources_format}}"
|
|
},
|
|
"values": {
|
|
"value": "{{['MAGAZINE','NEWSLETTER','HARDCOVER','PAPERBACK','E-BOOK','AUDIOBOOK','JOURNAL','BOOK']}}"
|
|
},
|
|
"display_values": {
|
|
"value": "{{['MAGAZINE','NEWSLETTER','HARDCOVER','PAPERBACK','E-BOOK','AUDIOBOOK','JOURNAL','BOOK']}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Select an option"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "6"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}",
|
|
"fxActive": true
|
|
},
|
|
"justifyContent": {
|
|
"value": "left"
|
|
},
|
|
"selectedTextColor": {
|
|
"fxActive": false,
|
|
"value": ""
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"customRule": {
|
|
"value": null
|
|
}
|
|
},
|
|
"createdAt": "2024-12-05T00:23:59.402Z",
|
|
"updatedAt": "2024-12-05T00:33:56.693Z",
|
|
"layouts": [
|
|
{
|
|
"id": "6ff8b739-5fde-43f8-99f5-8c41f6deecad",
|
|
"type": "mobile",
|
|
"top": 30,
|
|
"left": 0,
|
|
"width": 8,
|
|
"height": 30,
|
|
"componentId": "7ef6b1e1-efae-4764-9f21-f6f6ef4fc3a9",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:23:59.402Z"
|
|
},
|
|
{
|
|
"id": "511af1e1-1e32-4124-84d4-36e7b87581ef",
|
|
"type": "desktop",
|
|
"top": 110,
|
|
"left": 14,
|
|
"width": 26,
|
|
"height": 40,
|
|
"componentId": "7ef6b1e1-efae-4764-9f21-f6f6ef4fc3a9",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:39.247Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "326b329c-7476-4e61-9d9a-cccbce009075",
|
|
"name": "text23",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Format"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-05T00:23:59.402Z",
|
|
"updatedAt": "2024-12-05T00:23:59.402Z",
|
|
"layouts": [
|
|
{
|
|
"id": "ceedde45-76c4-423d-a8a7-de235ffe37b8",
|
|
"type": "desktop",
|
|
"top": 110,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 40,
|
|
"componentId": "326b329c-7476-4e61-9d9a-cccbce009075",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:39.247Z"
|
|
},
|
|
{
|
|
"id": "ce04ad68-4940-4148-bc86-f6ba52fc114b",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "326b329c-7476-4e61-9d9a-cccbce009075",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:23:59.402Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "b12397e7-3bd1-4c38-8145-5ea4988475f8",
|
|
"name": "text24",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Publication date"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-05T00:24:36.211Z",
|
|
"updatedAt": "2024-12-05T00:24:36.211Z",
|
|
"layouts": [
|
|
{
|
|
"id": "81819811-0acc-4117-8dc4-cba202bd5231",
|
|
"type": "desktop",
|
|
"top": 150,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 60,
|
|
"componentId": "b12397e7-3bd1-4c38-8145-5ea4988475f8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:42.221Z"
|
|
},
|
|
{
|
|
"id": "8ea76fcc-f2b4-44c6-94ad-41d6d5738ba0",
|
|
"type": "mobile",
|
|
"top": 40,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "b12397e7-3bd1-4c38-8145-5ea4988475f8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:24:36.211Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "3f7ed743-198b-4454-a6c7-1921d3418d3f",
|
|
"name": "textarea3",
|
|
"type": "TextArea",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{components.35588621-50dd-4259-b060-a9b685aac019.selectedRow.library_resources_description}}"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter course description"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-05T00:25:08.145Z",
|
|
"updatedAt": "2024-12-05T00:35:10.988Z",
|
|
"layouts": [
|
|
{
|
|
"id": "effebbfb-fbb2-41c6-be22-884134b96632",
|
|
"type": "mobile",
|
|
"top": 250,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 100,
|
|
"componentId": "3f7ed743-198b-4454-a6c7-1921d3418d3f",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:25:08.145Z"
|
|
},
|
|
{
|
|
"id": "30164d20-c3a5-4d4a-9015-180e32104675",
|
|
"type": "desktop",
|
|
"top": 240,
|
|
"left": 2,
|
|
"width": 38,
|
|
"height": 90,
|
|
"componentId": "3f7ed743-198b-4454-a6c7-1921d3418d3f",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:52.067Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "79023c97-4754-459e-b4b7-9f5c455c2357",
|
|
"name": "text25",
|
|
"type": "Text",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "Description"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#000000"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "left"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-05T00:25:08.145Z",
|
|
"updatedAt": "2024-12-05T00:25:08.145Z",
|
|
"layouts": [
|
|
{
|
|
"id": "1996c1a3-6113-47e8-9f93-6041e59c28d5",
|
|
"type": "desktop",
|
|
"top": 210,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 30,
|
|
"componentId": "79023c97-4754-459e-b4b7-9f5c455c2357",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:52.067Z"
|
|
},
|
|
{
|
|
"id": "af3d17f0-4f36-4b08-bced-0f9032086a7d",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "79023c97-4754-459e-b4b7-9f5c455c2357",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:25:08.145Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "03207e0d-af08-47dc-87ca-b317eb8863b5",
|
|
"name": "button9",
|
|
"type": "Button",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Save"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{queries.854ce8d9-0bbc-4f9f-bcf2-0d2a124baa48.isLoading}}",
|
|
"fxActive": true
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"loaderColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#3e63ddff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"icon": {
|
|
"value": "IconAlignBoxBottomLeft"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
},
|
|
"type": {
|
|
"value": "primary"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-05T00:25:55.297Z",
|
|
"updatedAt": "2024-12-05T01:21:47.247Z",
|
|
"layouts": [
|
|
{
|
|
"id": "77af9e03-189b-4f99-9815-b4fd1df5fc0f",
|
|
"type": "desktop",
|
|
"top": 350,
|
|
"left": 22,
|
|
"width": 18,
|
|
"height": 40,
|
|
"componentId": "03207e0d-af08-47dc-87ca-b317eb8863b5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:57.921Z"
|
|
},
|
|
{
|
|
"id": "9d6a8bfc-d1aa-4028-bf9f-3c849482a746",
|
|
"type": "mobile",
|
|
"top": 320,
|
|
"left": 0,
|
|
"width": 3,
|
|
"height": 30,
|
|
"componentId": "03207e0d-af08-47dc-87ca-b317eb8863b5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:25:55.297Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c7decdcb-bd52-4bc1-b749-6cae1f162be8",
|
|
"name": "button8",
|
|
"type": "Button",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Cancel"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#3e63ddff"
|
|
},
|
|
"borderColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#ffffff00",
|
|
"fxActive": false
|
|
},
|
|
"iconColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"icon": {
|
|
"value": "IconAlignBoxBottomLeft"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
},
|
|
"type": {
|
|
"value": "primary"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-12-05T00:25:55.297Z",
|
|
"updatedAt": "2024-12-05T00:35:23.332Z",
|
|
"layouts": [
|
|
{
|
|
"id": "b8f2756d-d0e8-4e27-b72a-0c2a7359aae3",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 3,
|
|
"height": 30,
|
|
"componentId": "c7decdcb-bd52-4bc1-b749-6cae1f162be8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:25:55.297Z"
|
|
},
|
|
{
|
|
"id": "b649ce94-6ed8-42ba-8ee2-9413948980c2",
|
|
"type": "desktop",
|
|
"top": 350,
|
|
"left": 2,
|
|
"width": 18,
|
|
"height": 40,
|
|
"componentId": "c7decdcb-bd52-4bc1-b749-6cae1f162be8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-05T00:26:57.921Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "096082da-9a7b-4e6a-8f76-97b36f730594",
|
|
"name": "newDatePicker",
|
|
"type": "NumberInput",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{moment().format(\"YYYY\")}}"
|
|
},
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"maxValue": {
|
|
"value": ""
|
|
},
|
|
"minValue": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "0"
|
|
},
|
|
"decimalPlaces": {
|
|
"value": "{{2}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minValue": {
|
|
"value": "1900"
|
|
},
|
|
"maxValue": {
|
|
"value": "{{moment().format(\"YYYY\")}}"
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2024-12-09T14:10:58.686Z",
|
|
"updatedAt": "2024-12-09T14:15:49.987Z",
|
|
"layouts": [
|
|
{
|
|
"id": "6093c9df-56a2-4905-a7e6-f6e65a9cd6b9",
|
|
"type": "mobile",
|
|
"top": 270,
|
|
"left": 15,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "096082da-9a7b-4e6a-8f76-97b36f730594",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-09T14:10:58.686Z"
|
|
},
|
|
{
|
|
"id": "14f283d1-7cd4-48ee-b91c-75563bc50ef1",
|
|
"type": "desktop",
|
|
"top": 230,
|
|
"left": 14,
|
|
"width": 26,
|
|
"height": 40,
|
|
"componentId": "096082da-9a7b-4e6a-8f76-97b36f730594",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-09T14:15:57.795Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "7643c5e6-c9da-4b96-be20-1b079de7c3b7",
|
|
"name": "numberinput2",
|
|
"type": "NumberInput",
|
|
"pageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"parent": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{components.35588621-50dd-4259-b060-a9b685aac019.selectedRow.library_resources_publication_date}}"
|
|
},
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"maxValue": {
|
|
"value": ""
|
|
},
|
|
"minValue": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": "0"
|
|
},
|
|
"decimalPlaces": {
|
|
"value": "{{2}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minValue": {
|
|
"value": "1900"
|
|
},
|
|
"maxValue": {
|
|
"value": "{{moment().format(\"YYYY\")}}"
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2024-12-09T14:38:55.652Z",
|
|
"updatedAt": "2024-12-09T14:41:14.924Z",
|
|
"layouts": [
|
|
{
|
|
"id": "f3b641dd-73ef-4099-a90f-5c0b4b9df6f8",
|
|
"type": "desktop",
|
|
"top": 160,
|
|
"left": 14,
|
|
"width": 26,
|
|
"height": 40,
|
|
"componentId": "7643c5e6-c9da-4b96-be20-1b079de7c3b7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-09T14:39:11.167Z"
|
|
},
|
|
{
|
|
"id": "9033c4d3-9f8f-41ca-91bb-323cda42218c",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "7643c5e6-c9da-4b96-be20-1b079de7c3b7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-12-09T14:38:55.652Z"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"pages": [
|
|
{
|
|
"id": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"name": "Home",
|
|
"handle": "home",
|
|
"index": 1,
|
|
"disabled": false,
|
|
"hidden": false,
|
|
"icon": null,
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-04T21:37:42.886Z",
|
|
"autoComputeLayout": true,
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"pageGroupIndex": null,
|
|
"pageGroupId": null,
|
|
"isPageGroup": false
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"id": "a57fe3b7-b566-44f7-a154-752494d91455",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "control-component",
|
|
"alertType": "info",
|
|
"componentId": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"componentSpecificActionHandle": "resetForm",
|
|
"componentSpecificActionParams": []
|
|
},
|
|
"sourceId": "7e648d7e-943e-4245-9e8e-9247122d10b2",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T22:00:05.027Z",
|
|
"updatedAt": "2024-12-04T22:00:23.259Z"
|
|
},
|
|
{
|
|
"id": "7fcad6f4-dc99-4a52-86f1-47390d47544b",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "control-component",
|
|
"alertType": "info",
|
|
"componentId": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"componentSpecificActionHandle": "resetForm",
|
|
"componentSpecificActionParams": []
|
|
},
|
|
"sourceId": "bf00df6e-506c-425d-8701-4b4801a49c83",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T22:33:25.780Z",
|
|
"updatedAt": "2024-12-04T22:33:51.723Z"
|
|
},
|
|
{
|
|
"id": "f44e6ed2-0d20-438f-8d62-da9659880822",
|
|
"name": "onDataQueryFailure",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to update Borrower! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "08b4ee54-eb4c-4d68-bb0d-e71a986d8e9e",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T22:56:06.510Z",
|
|
"updatedAt": "2024-12-04T22:57:55.793Z"
|
|
},
|
|
{
|
|
"id": "7d30616c-55f0-4619-8754-6817774e507f",
|
|
"name": "onDataQueryFailure",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to add Borrower! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "1e43670b-5b64-4288-b18e-5dfb302dda8f",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T22:57:35.630Z",
|
|
"updatedAt": "2024-12-04T22:57:47.109Z"
|
|
},
|
|
{
|
|
"id": "8246eef6-dc13-4e01-87ea-9d5591c5b59e",
|
|
"name": "onDataQueryFailure",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to update title availability! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "7623455a-313e-461d-8fd1-900a9871a76c",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T22:57:59.066Z",
|
|
"updatedAt": "2024-12-04T23:58:48.454Z"
|
|
},
|
|
{
|
|
"id": "29b55494-f4cd-4433-9174-8c46f4363ce8",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "control-component",
|
|
"alertType": "info",
|
|
"componentId": "614c6c1a-1be0-49df-a83c-9ce482f85b6a",
|
|
"componentSpecificActionHandle": "resetForm",
|
|
"componentSpecificActionParams": []
|
|
},
|
|
"sourceId": "7623455a-313e-461d-8fd1-900a9871a76c",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T23:45:02.268Z",
|
|
"updatedAt": "2024-12-04T23:53:18.652Z"
|
|
},
|
|
{
|
|
"id": "ce92ae66-702a-44ed-a83b-7aace5ee7b51",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Title availability updated successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "7623455a-313e-461d-8fd1-900a9871a76c",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T23:45:19.508Z",
|
|
"updatedAt": "2024-12-04T23:53:18.652Z"
|
|
},
|
|
{
|
|
"id": "d2aa3a61-1be6-49a0-ba58-3ec379516bc5",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "1e43670b-5b64-4288-b18e-5dfb302dda8f",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "addBorrower",
|
|
"runOnlyIf": "{{components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdownlegacy4.value == \"issue\"}}",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "0ebdb4e9-5de0-432c-beda-2a2f6a2e1e55",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T23:46:57.519Z",
|
|
"updatedAt": "2024-12-04T23:48:03.812Z"
|
|
},
|
|
{
|
|
"id": "9f66df94-48f9-460c-b381-da82ddcbf81a",
|
|
"name": "onClick",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "08b4ee54-eb4c-4d68-bb0d-e71a986d8e9e",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "updateBorrower",
|
|
"runOnlyIf": "{{components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdownlegacy4.value == \"return\"}}",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "0ebdb4e9-5de0-432c-beda-2a2f6a2e1e55",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T23:48:22.089Z",
|
|
"updatedAt": "2024-12-05T00:10:33.614Z"
|
|
},
|
|
{
|
|
"id": "14177987-c516-4e19-b464-382d4518278b",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "7623455a-313e-461d-8fd1-900a9871a76c",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "updateTitleAvailability",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "1e43670b-5b64-4288-b18e-5dfb302dda8f",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T23:50:40.066Z",
|
|
"updatedAt": "2024-12-04T23:50:45.676Z"
|
|
},
|
|
{
|
|
"id": "ecbc53b6-30d3-4d8d-85c2-57fbe0d84759",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "7623455a-313e-461d-8fd1-900a9871a76c",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "updateTitleAvailability",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "08b4ee54-eb4c-4d68-bb0d-e71a986d8e9e",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T23:50:52.795Z",
|
|
"updatedAt": "2024-12-04T23:50:59.768Z"
|
|
},
|
|
{
|
|
"id": "5a78a771-cc93-4001-bc3c-7998c8ea702a",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 3,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getBooksDetails",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "7623455a-313e-461d-8fd1-900a9871a76c",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T23:52:53.091Z",
|
|
"updatedAt": "2024-12-04T23:52:59.420Z"
|
|
},
|
|
{
|
|
"id": "aca12ef4-d5ce-4cbf-8f4f-792df159894d",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "eed50645-89a8-4a8e-9313-84a0eb55b826",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "addNewTitle",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "75a17d11-511a-4d56-a2f1-866e1457f476",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:04:39.792Z",
|
|
"updatedAt": "2024-12-05T00:04:46.216Z"
|
|
},
|
|
{
|
|
"id": "51a6e236-ec0a-43a0-a763-075fac1f5f83",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Title added successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "eed50645-89a8-4a8e-9313-84a0eb55b826",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:05:05.429Z",
|
|
"updatedAt": "2024-12-05T00:05:35.831Z"
|
|
},
|
|
{
|
|
"id": "b4184e1d-0aae-49c8-b14d-752f920b33d9",
|
|
"name": "onDataQueryFailure",
|
|
"index": 3,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to add new title! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "eed50645-89a8-4a8e-9313-84a0eb55b826",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:05:38.606Z",
|
|
"updatedAt": "2024-12-05T00:09:18.122Z"
|
|
},
|
|
{
|
|
"id": "28050d08-0911-48cc-8446-14cfecd84fa3",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getBooksDetails",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "eed50645-89a8-4a8e-9313-84a0eb55b826",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:06:22.012Z",
|
|
"updatedAt": "2024-12-05T00:09:18.122Z"
|
|
},
|
|
{
|
|
"id": "9435d846-87d7-4910-8a5a-4043d4c7103c",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "control-component",
|
|
"alertType": "info",
|
|
"componentId": "67ad89c8-d74e-4090-8f51-66723a881b65",
|
|
"componentSpecificActionHandle": "resetForm",
|
|
"componentSpecificActionParams": []
|
|
},
|
|
"sourceId": "eed50645-89a8-4a8e-9313-84a0eb55b826",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:09:10.051Z",
|
|
"updatedAt": "2024-12-05T00:09:34.673Z"
|
|
},
|
|
{
|
|
"id": "d8b6ac56-8b24-493f-947f-c7d7c886006b",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "854ce8d9-0bbc-4f9f-bcf2-0d2a124baa48",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "updateTitleDetails",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "03207e0d-af08-47dc-87ca-b317eb8863b5",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:25:56.143Z",
|
|
"updatedAt": "2024-12-05T00:40:30.168Z"
|
|
},
|
|
{
|
|
"id": "3a4b10db-4c81-498b-9cfe-5e706b04d74c",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"ref": "Action0",
|
|
"modal": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "show-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "35588621-50dd-4259-b060-a9b685aac019",
|
|
"target": "table_action",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:31:20.214Z",
|
|
"updatedAt": "2024-12-05T00:31:27.288Z"
|
|
},
|
|
{
|
|
"id": "401fb8ca-61ce-4e7d-b4b7-007f4c238543",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "c7decdcb-bd52-4bc1-b749-6cae1f162be8",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:35:31.634Z",
|
|
"updatedAt": "2024-12-05T00:35:36.536Z"
|
|
},
|
|
{
|
|
"id": "1aee3785-66ec-4a10-aaa1-bae5f7347a4f",
|
|
"name": "onDataQueryFailure",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to update title details! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "854ce8d9-0bbc-4f9f-bcf2-0d2a124baa48",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:38:29.546Z",
|
|
"updatedAt": "2024-12-05T00:39:02.660Z"
|
|
},
|
|
{
|
|
"id": "f9f8fb62-2f17-4aa8-8187-bc5fc590b1be",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Title updated successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "854ce8d9-0bbc-4f9f-bcf2-0d2a124baa48",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:39:18.091Z",
|
|
"updatedAt": "2024-12-05T00:39:35.676Z"
|
|
},
|
|
{
|
|
"id": "bc38f7e5-aa00-4104-8541-9a9d40de45eb",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"modal": "39a8f6dd-4333-49dd-a725-e186bad81a26",
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "close-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "854ce8d9-0bbc-4f9f-bcf2-0d2a124baa48",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:39:43.854Z",
|
|
"updatedAt": "2024-12-05T00:39:48.753Z"
|
|
},
|
|
{
|
|
"id": "f1b19c27-3f92-41da-8a76-2dd1f7720212",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 3,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getBooksDetails",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "854ce8d9-0bbc-4f9f-bcf2-0d2a124baa48",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:39:51.489Z",
|
|
"updatedAt": "2024-12-05T00:39:59.963Z"
|
|
},
|
|
{
|
|
"id": "c0056644-558c-43a2-8640-46a417cedc45",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Title deleted successfully.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "da9cd432-d320-41b0-92cb-2b176efff3a2",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:48:53.270Z",
|
|
"updatedAt": "2024-12-05T00:50:45.411Z"
|
|
},
|
|
{
|
|
"id": "6f9386a6-059a-43a6-8ee9-de4abaceac6d",
|
|
"name": "onDataQueryFailure",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Failed to delete title! Please check and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "da9cd432-d320-41b0-92cb-2b176efff3a2",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:50:08.386Z",
|
|
"updatedAt": "2024-12-05T00:50:45.411Z"
|
|
},
|
|
{
|
|
"id": "53471cb3-6290-40a0-a20b-82c0e19fccc4",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getBooksDetails",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "da9cd432-d320-41b0-92cb-2b176efff3a2",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:50:49.304Z",
|
|
"updatedAt": "2024-12-05T00:51:07.195Z"
|
|
},
|
|
{
|
|
"id": "eb8d7f7f-9997-49d5-bb63-5f30b6285e6e",
|
|
"name": "onSelect",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onSelect",
|
|
"message": "Hello world!",
|
|
"queryId": "012194f7-e4e8-45b5-a4c0-7e18d05d3827",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "filterTitles",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "a50e8522-2a7a-4fdd-87df-0c69f03d8673",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T01:10:41.436Z",
|
|
"updatedAt": "2024-12-05T01:10:47.580Z"
|
|
},
|
|
{
|
|
"id": "deccc231-d286-4c9f-9592-fc7bc27bb269",
|
|
"name": "onSelect",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onSelect",
|
|
"message": "Hello world!",
|
|
"queryId": "012194f7-e4e8-45b5-a4c0-7e18d05d3827",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "filterTitles",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "df619089-243d-4908-a86e-d38dafe8a8ca",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T01:10:53.327Z",
|
|
"updatedAt": "2024-12-05T01:10:58.283Z"
|
|
},
|
|
{
|
|
"id": "67998a63-2d53-4984-94e8-b3fe4148eb0d",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"ref": "Action1",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "da9cd432-d320-41b0-92cb-2b176efff3a2",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "deleteTitle",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "35588621-50dd-4259-b060-a9b685aac019",
|
|
"target": "table_action",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T01:13:35.853Z",
|
|
"updatedAt": "2024-12-05T01:13:42.683Z"
|
|
},
|
|
{
|
|
"id": "abd2207b-5b56-4beb-b604-10867e48c0e8",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "012194f7-e4e8-45b5-a4c0-7e18d05d3827",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "filterTitles",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c",
|
|
"target": "data_query",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T01:14:55.798Z",
|
|
"updatedAt": "2024-12-05T01:15:05.487Z"
|
|
},
|
|
{
|
|
"id": "8cd2fd6c-9c8c-48c4-9f92-c4a35ebc6171",
|
|
"name": "onRowClicked",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onRowClicked",
|
|
"message": "Hello world!",
|
|
"actionId": "control-component",
|
|
"debounce": "100",
|
|
"alertType": "info",
|
|
"componentId": "c24f5c9e-83ae-4961-848a-bdb2a8f6ed37",
|
|
"componentSpecificActionHandle": "selectOption",
|
|
"componentSpecificActionParams": [
|
|
{
|
|
"value": "{{components.35588621-50dd-4259-b060-a9b685aac019.selectedRow.library_resources_id}}",
|
|
"handle": "select",
|
|
"displayName": "Select"
|
|
}
|
|
]
|
|
},
|
|
"sourceId": "35588621-50dd-4259-b060-a9b685aac019",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-09T15:30:55.386Z",
|
|
"updatedAt": "2024-12-09T15:36:46.558Z"
|
|
},
|
|
{
|
|
"id": "db246c7a-1692-4d57-ba78-260743e0cd8e",
|
|
"name": "onRowClicked",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onRowClicked",
|
|
"message": "Hello world!",
|
|
"actionId": "control-component",
|
|
"alertType": "info",
|
|
"componentId": "a5e018cf-ff3b-4bd6-8b1c-582f2ed09ef4",
|
|
"componentSpecificActionHandle": "selectOption",
|
|
"componentSpecificActionParams": [
|
|
{
|
|
"value": "{{components.35588621-50dd-4259-b060-a9b685aac019.selectedRow.library_resources_availability == \"ISSUED\" ? \"return\" : \"issue\"}}",
|
|
"handle": "select",
|
|
"displayName": "Select"
|
|
}
|
|
]
|
|
},
|
|
"sourceId": "35588621-50dd-4259-b060-a9b685aac019",
|
|
"target": "component",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-09T15:33:44.693Z",
|
|
"updatedAt": "2024-12-09T15:34:55.914Z"
|
|
}
|
|
],
|
|
"dataQueries": [
|
|
{
|
|
"id": "ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c",
|
|
"name": "getBooksDetails",
|
|
"options": {
|
|
"operation": "join_tables",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"table_id": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1728924616295,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"columnName": "borrower_id",
|
|
"type": "Column"
|
|
},
|
|
"rightField": {
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329",
|
|
"columnName": "id",
|
|
"type": "Column"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "LEFT",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "borrower_name",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "borrow_date",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "return_date",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "title",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "author",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "publication_date",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "availability",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "borrower_id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
}
|
|
],
|
|
"conditions": {
|
|
"conditionsList": []
|
|
},
|
|
"order_by": [
|
|
{
|
|
"columnName": "id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"direction": "DESC"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"runOnPageLoad": true,
|
|
"showSuccessNotification": false,
|
|
"notificationDuration": "1"
|
|
},
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T21:37:42.886Z",
|
|
"updatedAt": "2024-12-09T15:37:13.118Z"
|
|
},
|
|
{
|
|
"id": "7623455a-313e-461d-8fd1-900a9871a76c",
|
|
"name": "updateTitleAvailability",
|
|
"options": {
|
|
"operation": "update_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"table_id": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1733754644470,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "title",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "author",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "publication_date",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "availability",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "borrower_id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"update_rows": {
|
|
"columns": {
|
|
"0": {
|
|
"column": "availability",
|
|
"value": "{{components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdownlegacy4.value == \"issue\" ? \"ISSUED\" : \"AVAILABLE\"}}"
|
|
},
|
|
"3963643e-fc00-4880-a641-7135221829f5": {
|
|
"column": "borrower_id",
|
|
"value": "{{components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdownlegacy4.value == \"issue\"\n ? queries.1e43670b-5b64-4288-b18e-5dfb302dda8f.data[0].id\n : queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data.result.filter(\n (row) =>\n row.library_resources_id == components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdown1.value\n )[0].library_resources_borrower_id}}"
|
|
}
|
|
},
|
|
"where_filters": {
|
|
"fae94536-dd1e-4b34-bbe9-57b2fe77363c": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdown1.value}}",
|
|
"id": "fae94536-dd1e-4b34-bbe9-57b2fe77363c"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T22:35:55.241Z",
|
|
"updatedAt": "2024-12-09T15:29:19.248Z"
|
|
},
|
|
{
|
|
"id": "1e43670b-5b64-4288-b18e-5dfb302dda8f",
|
|
"name": "addBorrower",
|
|
"options": {
|
|
"operation": "create_row",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"table_id": "a941947f-f0af-41b5-ab0a-b8d70048b329",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1733352338024,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "a941947f-f0af-41b5-ab0a-b8d70048b329",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "borrower_name",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "borrow_date",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "return_date",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "book_id",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"create_row": {
|
|
"0376aca6-eec0-4675-9b08-1e17c7557433": {
|
|
"column": "borrower_name",
|
|
"value": "{{components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.textinput1.value}}"
|
|
},
|
|
"ef887c8d-9d0d-4e51-a1a8-31bb1d7f8bee": {
|
|
"column": "borrow_date",
|
|
"value": "{{moment().format(\"DD/MM/YYYY\")}}"
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T22:45:12.057Z",
|
|
"updatedAt": "2024-12-09T15:29:17.768Z"
|
|
},
|
|
{
|
|
"id": "08b4ee54-eb4c-4d68-bb0d-e71a986d8e9e",
|
|
"name": "updateBorrower",
|
|
"options": {
|
|
"operation": "update_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"table_id": "a941947f-f0af-41b5-ab0a-b8d70048b329",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1733352511652,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "a941947f-f0af-41b5-ab0a-b8d70048b329",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "borrower_name",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "borrow_date",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "return_date",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
},
|
|
{
|
|
"name": "book_id",
|
|
"table": "a941947f-f0af-41b5-ab0a-b8d70048b329"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"update_rows": {
|
|
"columns": {
|
|
"9ac7b99d-9cc7-47f9-a14d-7b1b201ff7ec": {
|
|
"column": "return_date",
|
|
"value": "{{moment().format(\"DD/MM/YYYY\")}}"
|
|
}
|
|
},
|
|
"where_filters": {
|
|
"2697eb12-f7e6-4ab9-b80c-81ae6e9c44dd": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{queries.ea01f6c1-1b1d-442b-b4d4-5b3f0aa7004c.data.result.filter(\n (row) =>\n row.library_resources_id == components.614c6c1a-1be0-49df-a83c-9ce482f85b6a.data.dropdown1.value\n)[0].library_resources_borrower_id}}",
|
|
"id": "2697eb12-f7e6-4ab9-b80c-81ae6e9c44dd"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T22:48:04.465Z",
|
|
"updatedAt": "2024-12-09T15:03:25.198Z"
|
|
},
|
|
{
|
|
"id": "eed50645-89a8-4a8e-9313-84a0eb55b826",
|
|
"name": "addNewTitle",
|
|
"options": {
|
|
"operation": "create_row",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"table_id": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1733356785868,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "book_id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "title",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "author",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "publication_date",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "availability",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "borrower_id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"create_row": {
|
|
"d48b8fd3-e42b-493f-86dd-cae782b2046b": {
|
|
"column": "title",
|
|
"value": "{{components.67ad89c8-d74e-4090-8f51-66723a881b65.data.newTitle.value}}"
|
|
},
|
|
"bf4806f0-2abf-4a1f-b427-3cffa749f3f1": {
|
|
"column": "author",
|
|
"value": "{{components.67ad89c8-d74e-4090-8f51-66723a881b65.data.newAuthor.value}}"
|
|
},
|
|
"25ab6e3e-cfa0-4441-973f-9f26a82123f3": {
|
|
"column": "format",
|
|
"value": "{{components.67ad89c8-d74e-4090-8f51-66723a881b65.data.newFormat.value}}"
|
|
},
|
|
"2d0415e6-d0af-4350-ba2c-6efe3a18764a": {
|
|
"column": "publication_date",
|
|
"value": "{{components.67ad89c8-d74e-4090-8f51-66723a881b65.data.newDatePicker.value}}"
|
|
},
|
|
"9d85a0a2-1af7-4b50-af99-6984c0b5553d": {
|
|
"column": "description",
|
|
"value": "{{components.67ad89c8-d74e-4090-8f51-66723a881b65.data.textarea2.value}}"
|
|
},
|
|
"f71decf0-c700-4194-874e-ca0e8a70c7e9": {
|
|
"column": "availability",
|
|
"value": "AVAILABLE"
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-04T23:57:35.745Z",
|
|
"updatedAt": "2024-12-09T15:27:59.363Z"
|
|
},
|
|
{
|
|
"id": "854ce8d9-0bbc-4f9f-bcf2-0d2a124baa48",
|
|
"name": "updateTitleDetails",
|
|
"options": {
|
|
"operation": "update_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"table_id": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1733358975208,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "book_id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "title",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "author",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "publication_date",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "availability",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "borrower_id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"update_rows": {
|
|
"columns": {
|
|
"0": {
|
|
"column": "title",
|
|
"value": "{{components.84d1a7af-118e-482e-88ff-ccc1edeeab6a.value}}"
|
|
},
|
|
"1": {
|
|
"column": "author",
|
|
"value": "{{components.3824ebde-28b3-409c-8813-3c9e81d896ae.value}}"
|
|
},
|
|
"2": {
|
|
"column": "format",
|
|
"value": "{{components.7ef6b1e1-efae-4764-9f21-f6f6ef4fc3a9.value}}"
|
|
},
|
|
"3": {
|
|
"column": "publication_date",
|
|
"value": "{{components.7643c5e6-c9da-4b96-be20-1b079de7c3b7.value}}"
|
|
},
|
|
"95c8ca18-898d-40ba-ac85-72e150a2dd8e": {
|
|
"column": "description",
|
|
"value": "{{components.3f7ed743-198b-4454-a6c7-1921d3418d3f.value}}"
|
|
}
|
|
},
|
|
"where_filters": {
|
|
"25d560f8-6914-44d0-b56f-459ae215bd8d": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{components.35588621-50dd-4259-b060-a9b685aac019.selectedRow.library_resources_id}}",
|
|
"id": "25d560f8-6914-44d0-b56f-459ae215bd8d"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:35:49.898Z",
|
|
"updatedAt": "2024-12-09T14:42:02.459Z"
|
|
},
|
|
{
|
|
"id": "da9cd432-d320-41b0-92cb-2b176efff3a2",
|
|
"name": "deleteTitle",
|
|
"options": {
|
|
"operation": "delete_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"table_id": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1733753933218,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "80f71bd6-3f9c-4cc6-803c-408031021c9a",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "book_id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "title",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "author",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "format",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "publication_date",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "availability",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
},
|
|
{
|
|
"name": "borrower_id",
|
|
"table": "80f71bd6-3f9c-4cc6-803c-408031021c9a"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"delete_rows": {
|
|
"limit": 1,
|
|
"where_filters": {
|
|
"c2bcdd47-48ae-4edd-b8e9-c2cd6ef33fe3": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{components.35588621-50dd-4259-b060-a9b685aac019.selectedRow.library_resources_id}}",
|
|
"id": "c2bcdd47-48ae-4edd-b8e9-c2cd6ef33fe3"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:44:39.710Z",
|
|
"updatedAt": "2024-12-09T15:37:12.214Z"
|
|
},
|
|
{
|
|
"id": "012194f7-e4e8-45b5-a4c0-7e18d05d3827",
|
|
"name": "filterTitles",
|
|
"options": {
|
|
"code": "if (components.formatFilter.values.length > 0) {\n if (components.authorFilter.values.length > 0) {\n return queries.getBooksDetails.data.result.filter(\n (row) =>\n components.formatFilter.values.includes(row.library_resources_format) &&\n components.authorFilter.values.includes(row.library_resources_author)\n );\n } else {\n return queries.getBooksDetails.data.result.filter((row) =>\n components.formatFilter.values.includes(row.library_resources_format)\n );\n }\n} else if (components.authorFilter.values.length > 0) {\n return queries.getBooksDetails.data.result.filter((row) =>\n components.authorFilter.values.includes(row.library_resources_author)\n );\n} else {\n return queries.getBooksDetails.data.result;\n}\n",
|
|
"parameters": []
|
|
},
|
|
"dataSourceId": "612d6787-d88b-47ae-9a0f-a34282ccefe7",
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"createdAt": "2024-12-05T00:51:59.433Z",
|
|
"updatedAt": "2024-12-05T01:09:56.151Z"
|
|
}
|
|
],
|
|
"dataSources": [
|
|
{
|
|
"id": "b42a190c-094a-4b2a-80a2-e0e566701de5",
|
|
"name": "restapidefault",
|
|
"kind": "restapi",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-12-04T21:37:42.891Z",
|
|
"updatedAt": "2024-12-04T21:37:42.891Z"
|
|
},
|
|
{
|
|
"id": "612d6787-d88b-47ae-9a0f-a34282ccefe7",
|
|
"name": "runjsdefault",
|
|
"kind": "runjs",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-12-04T21:37:42.899Z",
|
|
"updatedAt": "2024-12-04T21:37:42.899Z"
|
|
},
|
|
{
|
|
"id": "f6546ed4-8b96-4a35-b1b2-1417b5a65ea1",
|
|
"name": "runpydefault",
|
|
"kind": "runpy",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-12-04T21:37:42.906Z",
|
|
"updatedAt": "2024-12-04T21:37:42.906Z"
|
|
},
|
|
{
|
|
"id": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"name": "tooljetdbdefault",
|
|
"kind": "tooljetdb",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-12-04T21:37:42.913Z",
|
|
"updatedAt": "2024-12-04T21:37:42.913Z"
|
|
},
|
|
{
|
|
"id": "2433f63e-7cd2-49fe-b160-b7c92058f784",
|
|
"name": "workflowsdefault",
|
|
"kind": "workflows",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-12-04T21:37:42.919Z",
|
|
"updatedAt": "2024-12-04T21:37:42.919Z"
|
|
}
|
|
],
|
|
"appVersions": [
|
|
{
|
|
"id": "5de61511-43cc-4a0a-b3dd-c8f130bc092e",
|
|
"name": "v1",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": true,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": "",
|
|
"appMode": "auto"
|
|
},
|
|
"pageSettings": {
|
|
"properties": {
|
|
"disableMenu": {
|
|
"value": "{{true}}",
|
|
"fxActive": false
|
|
}
|
|
}
|
|
},
|
|
"showViewerNavigation": true,
|
|
"homePageId": "88fd854f-48e2-4a63-a4c9-f86b3fac2967",
|
|
"appId": "5552ec90-099d-4eab-a1ae-5d317ec6b3e4",
|
|
"currentEnvironmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"promotedFrom": null,
|
|
"createdAt": "2024-12-04T21:37:42.875Z",
|
|
"updatedAt": "2024-12-05T01:12:51.780Z"
|
|
}
|
|
],
|
|
"appEnvironments": [
|
|
{
|
|
"id": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"organizationId": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"name": "development",
|
|
"isDefault": false,
|
|
"priority": 1,
|
|
"enabled": true,
|
|
"createdAt": "2024-04-18T15:00:24.366Z",
|
|
"updatedAt": "2024-04-18T15:00:24.366Z"
|
|
},
|
|
{
|
|
"id": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"organizationId": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"name": "staging",
|
|
"isDefault": false,
|
|
"priority": 2,
|
|
"enabled": true,
|
|
"createdAt": "2024-04-18T15:00:24.366Z",
|
|
"updatedAt": "2024-04-18T15:00:24.366Z"
|
|
},
|
|
{
|
|
"id": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"organizationId": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"name": "production",
|
|
"isDefault": true,
|
|
"priority": 3,
|
|
"enabled": true,
|
|
"createdAt": "2024-04-18T15:00:24.366Z",
|
|
"updatedAt": "2024-04-18T15:00:24.366Z"
|
|
}
|
|
],
|
|
"dataSourceOptions": [
|
|
{
|
|
"id": "51f4373d-cc04-495f-acc7-b56e7dd14933",
|
|
"dataSourceId": "b42a190c-094a-4b2a-80a2-e0e566701de5",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.897Z",
|
|
"updatedAt": "2024-12-04T21:37:42.897Z"
|
|
},
|
|
{
|
|
"id": "ee5763bf-d260-4717-b385-feb953292b04",
|
|
"dataSourceId": "b42a190c-094a-4b2a-80a2-e0e566701de5",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.897Z",
|
|
"updatedAt": "2024-12-04T21:37:42.897Z"
|
|
},
|
|
{
|
|
"id": "ba2126e2-1fcc-47c8-bb19-50915a707e65",
|
|
"dataSourceId": "b42a190c-094a-4b2a-80a2-e0e566701de5",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.897Z",
|
|
"updatedAt": "2024-12-04T21:37:42.897Z"
|
|
},
|
|
{
|
|
"id": "503a2e29-1293-4e38-a1ab-047f37bda4ae",
|
|
"dataSourceId": "612d6787-d88b-47ae-9a0f-a34282ccefe7",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.904Z",
|
|
"updatedAt": "2024-12-04T21:37:42.904Z"
|
|
},
|
|
{
|
|
"id": "c5ef5fb9-88ac-4781-a102-5908dae1120d",
|
|
"dataSourceId": "612d6787-d88b-47ae-9a0f-a34282ccefe7",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.904Z",
|
|
"updatedAt": "2024-12-04T21:37:42.904Z"
|
|
},
|
|
{
|
|
"id": "b009cb62-5f38-4101-a674-efb22087cd6f",
|
|
"dataSourceId": "612d6787-d88b-47ae-9a0f-a34282ccefe7",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.904Z",
|
|
"updatedAt": "2024-12-04T21:37:42.904Z"
|
|
},
|
|
{
|
|
"id": "319d728c-1102-4875-8bf0-ffb5fddf9a84",
|
|
"dataSourceId": "f6546ed4-8b96-4a35-b1b2-1417b5a65ea1",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.911Z",
|
|
"updatedAt": "2024-12-04T21:37:42.911Z"
|
|
},
|
|
{
|
|
"id": "317b8913-c2f2-42d9-b964-204b693a2275",
|
|
"dataSourceId": "f6546ed4-8b96-4a35-b1b2-1417b5a65ea1",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.911Z",
|
|
"updatedAt": "2024-12-04T21:37:42.911Z"
|
|
},
|
|
{
|
|
"id": "bb7b6be4-c512-4286-b5ff-ac8af227e774",
|
|
"dataSourceId": "f6546ed4-8b96-4a35-b1b2-1417b5a65ea1",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.911Z",
|
|
"updatedAt": "2024-12-04T21:37:42.911Z"
|
|
},
|
|
{
|
|
"id": "a3290ecf-9a69-41e0-9d9e-7668b2ab3d29",
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.918Z",
|
|
"updatedAt": "2024-12-04T21:37:42.918Z"
|
|
},
|
|
{
|
|
"id": "64524f8a-2920-42c0-8e7c-2d153e351d88",
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.918Z",
|
|
"updatedAt": "2024-12-04T21:37:42.918Z"
|
|
},
|
|
{
|
|
"id": "641ef7ae-c50a-490f-b834-d7b7e48920c3",
|
|
"dataSourceId": "b603629f-da57-4821-bb25-b9c1a2c8f98e",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.918Z",
|
|
"updatedAt": "2024-12-04T21:37:42.918Z"
|
|
},
|
|
{
|
|
"id": "51663468-b694-48a3-90a1-d44e74b4a546",
|
|
"dataSourceId": "2433f63e-7cd2-49fe-b160-b7c92058f784",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.925Z",
|
|
"updatedAt": "2024-12-04T21:37:42.925Z"
|
|
},
|
|
{
|
|
"id": "9d978928-788f-4f96-a09b-443983182119",
|
|
"dataSourceId": "2433f63e-7cd2-49fe-b160-b7c92058f784",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.925Z",
|
|
"updatedAt": "2024-12-04T21:37:42.925Z"
|
|
},
|
|
{
|
|
"id": "badeeb6b-2cd0-419d-a51f-88a38a143653",
|
|
"dataSourceId": "2433f63e-7cd2-49fe-b160-b7c92058f784",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-12-04T21:37:42.925Z",
|
|
"updatedAt": "2024-12-04T21:37:42.925Z"
|
|
}
|
|
],
|
|
"schemaDetails": {
|
|
"multiPages": true,
|
|
"multiEnv": true,
|
|
"globalDataSources": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"tooljet_version": "3.0.17-cloud-lts"
|
|
} |