diff --git a/pages/xGen/widgets/Tabs1/TableBuildId.json b/pages/xGen/widgets/Tabs1/TableBuildId.json index fa87f4f..a5cdf6e 100644 --- a/pages/xGen/widgets/Tabs1/TableBuildId.json +++ b/pages/xGen/widgets/Tabs1/TableBuildId.json @@ -30,20 +30,56 @@ "menuColor": "{{appsmith.theme.colors.primaryColor}}" } }, - "columnOrder": [], + "columnOrder": [ + "buildinfo_id", + "buildinfo_project", + "buildinfo_src_revision", + "buildinfo_build_revision", + "buildinfo_is_build", + "buildinfo_sub_id" + ], + "columnUpdatedAt": 1772707413932, "columnWidthMap": {}, "compactMode": "SHORT", "defaultPageSize": 0, "defaultSelectedRowIndex": 0, - "defaultSelectedRowIndices": [0], + "defaultSelectedRowIndices": [ + 0 + ], "delimiter": ",", "dynamicBindingPathList": [ - {"key": "accentColor"}, - {"key": "boxShadow"}, - {"key": "tableData"} + { + "key": "accentColor" + }, + { + "key": "boxShadow" + }, + { + "key": "tableData" + }, + { + "key": "primaryColumns.buildinfo_id.computedValue" + }, + { + "key": "primaryColumns.buildinfo_project.computedValue" + }, + { + "key": "primaryColumns.buildinfo_src_revision.computedValue" + }, + { + "key": "primaryColumns.buildinfo_build_revision.computedValue" + }, + { + "key": "primaryColumns.buildinfo_is_build.computedValue" + }, + { + "key": "primaryColumns.buildinfo_sub_id.computedValue" + } ], "dynamicPropertyPathList": [ - {"key": "textSize"} + { + "key": "textSize" + } ], "dynamicTriggerPathList": [], "enableClientSideSearch": true, @@ -71,7 +107,212 @@ "parentColumnSpace": 11.265625, "parentId": "xg1cnvs01", "parentRowSpace": 10, - "primaryColumns": {}, + "primaryColumns": { + "buildinfo_build_revision": { + "alias": "buildinfo_build_revision", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = TableBuildId.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"buildinfo_build_revision\"])) : buildinfo_build_revision })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "buildinfo_build_revision", + "index": 3, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "buildinfo_build_revision", + "notation": "standard", + "originalId": "buildinfo_build_revision", + "sticky": "", + "textColor": "", + "textSize": "0.775rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "buildinfo_id": { + "alias": "buildinfo_id", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "number", + "computedValue": "{{(() => { const tableData = TableBuildId.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"buildinfo_id\"])) : buildinfo_id })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "buildinfo_id", + "index": 0, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "buildinfo_id", + "notation": "standard", + "originalId": "buildinfo_id", + "sticky": "", + "textColor": "", + "textSize": "0.775rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "buildinfo_is_build": { + "alias": "buildinfo_is_build", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "checkbox", + "computedValue": "{{(() => { const tableData = TableBuildId.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"buildinfo_is_build\"])) : buildinfo_is_build })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "buildinfo_is_build", + "index": 4, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "buildinfo_is_build", + "notation": "standard", + "originalId": "buildinfo_is_build", + "sticky": "", + "textColor": "", + "textSize": "0.775rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "buildinfo_project": { + "alias": "buildinfo_project", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = TableBuildId.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"buildinfo_project\"])) : buildinfo_project })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "buildinfo_project", + "index": 1, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "buildinfo_project", + "notation": "standard", + "originalId": "buildinfo_project", + "sticky": "", + "textColor": "", + "textSize": "0.775rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "buildinfo_src_revision": { + "alias": "buildinfo_src_revision", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "text", + "computedValue": "{{(() => { const tableData = TableBuildId.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"buildinfo_src_revision\"])) : buildinfo_src_revision })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "buildinfo_src_revision", + "index": 2, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "buildinfo_src_revision", + "notation": "standard", + "originalId": "buildinfo_src_revision", + "sticky": "", + "textColor": "", + "textSize": "0.775rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + }, + "buildinfo_sub_id": { + "alias": "buildinfo_sub_id", + "allowCellWrapping": false, + "allowSameOptionsInNewRow": true, + "cellBackground": "", + "columnType": "number", + "computedValue": "{{(() => { const tableData = TableBuildId.processedTableData || []; return tableData.length > 0 ? tableData.map((currentRow, currentIndex) => (currentRow[\"buildinfo_sub_id\"])) : buildinfo_sub_id })()}}", + "currencyCode": "USD", + "decimals": 0, + "enableFilter": true, + "enableSort": true, + "fontStyle": "", + "horizontalAlignment": "LEFT", + "id": "buildinfo_sub_id", + "index": 5, + "isCellEditable": false, + "isCellVisible": true, + "isDerived": false, + "isDisabled": false, + "isDiscardVisible": true, + "isEditable": false, + "isSaveVisible": true, + "isVisible": true, + "label": "buildinfo_sub_id", + "notation": "standard", + "originalId": "buildinfo_sub_id", + "sticky": "", + "textColor": "", + "textSize": "0.775rem", + "thousandSeparator": true, + "validation": {}, + "verticalAlignment": "CENTER", + "width": 150 + } + }, "renderMode": "CANVAS", "responsiveBehavior": "fill", "rightColumn": 62, diff --git a/pages/xGen/widgets/Tabs1/Tabs1.json b/pages/xGen/widgets/Tabs1/Tabs1.json index 1fece94..0afbd80 100644 --- a/pages/xGen/widgets/Tabs1/Tabs1.json +++ b/pages/xGen/widgets/Tabs1/Tabs1.json @@ -5,18 +5,22 @@ "borderColor": "#E0DEDE", "borderRadius": "0.375rem", "borderWidth": 1, - "bottomRow": 67, + "bottomRow": 69, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "children": [ { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 620, + "bottomRow": 600, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, "dynamicBindingPathList": [ - {"key": "borderRadius"}, - {"key": "boxShadow"} + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } ], "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [], @@ -52,13 +56,17 @@ }, { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 620, + "bottomRow": 600, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, "dynamicBindingPathList": [ - {"key": "borderRadius"}, - {"key": "boxShadow"} + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } ], "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [], @@ -94,13 +102,17 @@ }, { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 620, + "bottomRow": 600, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, "dynamicBindingPathList": [ - {"key": "borderRadius"}, - {"key": "boxShadow"} + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } ], "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [], @@ -136,13 +148,17 @@ }, { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 620, + "bottomRow": 600, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, "dynamicBindingPathList": [ - {"key": "borderRadius"}, - {"key": "boxShadow"} + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } ], "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [], @@ -178,13 +194,17 @@ }, { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 620, + "bottomRow": 600, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, "dynamicBindingPathList": [ - {"key": "borderRadius"}, - {"key": "boxShadow"} + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } ], "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [], @@ -220,13 +240,17 @@ }, { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 620, + "bottomRow": 600, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, "dynamicBindingPathList": [ - {"key": "borderRadius"}, - {"key": "boxShadow"} + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } ], "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [], @@ -262,13 +286,17 @@ }, { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 620, + "bottomRow": 600, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, "dynamicBindingPathList": [ - {"key": "borderRadius"}, - {"key": "boxShadow"} + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } ], "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [], @@ -304,13 +332,17 @@ }, { "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", - "bottomRow": 620, + "bottomRow": 600, "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", "canExtend": true, "detachFromLayout": true, "dynamicBindingPathList": [ - {"key": "borderRadius"}, - {"key": "boxShadow"} + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } ], "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [], @@ -347,8 +379,12 @@ ], "defaultTab": "Build ID", "dynamicBindingPathList": [ - {"key": "accentColor"}, - {"key": "boxShadow"} + { + "key": "accentColor" + }, + { + "key": "boxShadow" + } ], "dynamicHeight": "AUTO_HEIGHT", "dynamicTriggerPathList": [],