globuswebcomponents 2.8.11 → 2.8.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/gb-action-panel_75.cjs.entry.js +400 -101
- package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/components/gb-button/gb-button.js +30 -1
- package/dist/collection/components/gb-button/gb-button.js.map +1 -1
- package/dist/collection/components/gb-button/gb-button.tsx +6 -1
- package/dist/collection/components/gb-button/readme.md +10 -0
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +4 -4
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js.map +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +17 -9
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
- package/dist/collection/components/gb-portal/gb-portal.js +51 -11
- package/dist/collection/components/gb-portal/gb-portal.js.map +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +8 -2
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js.map +1 -1
- package/dist/collection/components/gb-table/gb-table.css +90 -22
- package/dist/collection/components/gb-table/gb-table.js +464 -72
- package/dist/collection/components/gb-table/gb-table.js.map +1 -1
- package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
- package/dist/collection/components/gb-table-header/gb-table-header.js +22 -22
- package/dist/collection/components/gb-table-header/gb-table-header.js.map +1 -1
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
- package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
- package/dist/collection/components/gb-toast/gb-toast.js +18 -2
- package/dist/collection/components/gb-toast/gb-toast.js.map +1 -1
- package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-action-panel.js +2 -2
- package/dist/components/gb-approval-modal.js +8 -8
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +1 -1
- package/dist/components/gb-avatar-group.js +2 -2
- package/dist/components/gb-btn.js +1 -1
- package/dist/components/gb-button.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-comment.js +2 -2
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-date-picker.js +1 -1
- package/dist/components/gb-detail-cell.js +2 -2
- package/dist/components/gb-empty-state.js +2 -2
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +4 -4
- package/dist/components/gb-filter-button.js +1 -1
- package/dist/components/gb-header.js +14 -14
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +4 -4
- package/dist/components/gb-horizontal-tabs.js.map +1 -1
- package/dist/components/gb-icon-button-base.js +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-input-field.js +1 -1
- package/dist/components/gb-modal-action.js +1 -1
- package/dist/components/gb-nav-bar-item.js +1 -1
- package/dist/components/gb-nav-bar-sidemenu.js +2 -2
- package/dist/components/gb-nav-bar.js +2 -2
- package/dist/components/gb-notification-pane.js +1 -1
- package/dist/components/gb-pagination.js +1 -1
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-portal.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-prompt-modal.js +2 -2
- package/dist/components/gb-sidebar.js +5 -5
- package/dist/components/gb-simple-side-bar-item.js +1 -1
- package/dist/components/gb-slider-control-handle.js +1 -1
- package/dist/components/gb-slider.js +2 -2
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-cell.js +1 -1
- package/dist/components/gb-table-header.js +1 -343
- package/dist/components/gb-table-header.js.map +1 -1
- package/dist/components/gb-table.js +368 -107
- package/dist/components/gb-table.js.map +1 -1
- package/dist/components/gb-tag-checkbox.js +1 -1
- package/dist/components/gb-tag-close.js +1 -1
- package/dist/components/gb-tag-count.js +1 -1
- package/dist/components/gb-tag.js +1 -1
- package/dist/components/gb-textarea-input-field.js +1 -1
- package/dist/components/gb-theme-tab.js +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +19 -5
- package/dist/components/gb-toast.js.map +1 -1
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field-compact.js +1 -1
- package/dist/components/gb-token-field-compressed.js +2 -2
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-vertical-tabs.js +1 -1
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +1 -1
- package/dist/components/{p-DvV7snbA.js → p-49dlhIYS.js} +10 -4
- package/dist/components/p-49dlhIYS.js.map +1 -0
- package/dist/components/{p-Db25H5UF.js → p-B0GSTQw3.js} +3 -3
- package/dist/components/{p-Db25H5UF.js.map → p-B0GSTQw3.js.map} +1 -1
- package/dist/components/{p-BQU0qEQ8.js → p-B9vWIoWs.js} +19 -15
- package/dist/components/p-B9vWIoWs.js.map +1 -0
- package/dist/components/p-BHOJKe6j.js +348 -0
- package/dist/components/p-BHOJKe6j.js.map +1 -0
- package/dist/components/{p-DAm-213Y.js → p-BHyPbecw.js} +3 -3
- package/dist/components/{p-DAm-213Y.js.map → p-BHyPbecw.js.map} +1 -1
- package/dist/components/{p-apFyrUM4.js → p-BTHdpYQl.js} +114 -9
- package/dist/components/p-BTHdpYQl.js.map +1 -0
- package/dist/components/{p-CEK6hgEo.js → p-BWx-o392.js} +4 -4
- package/dist/components/{p-CEK6hgEo.js.map → p-BWx-o392.js.map} +1 -1
- package/dist/components/{p-ByFyt4ia.js → p-BYwfw805.js} +3 -3
- package/dist/components/{p-ByFyt4ia.js.map → p-BYwfw805.js.map} +1 -1
- package/dist/components/{p-C8LbZ4kH.js → p-BaOylBgt.js} +5 -5
- package/dist/components/{p-C8LbZ4kH.js.map → p-BaOylBgt.js.map} +1 -1
- package/dist/components/{p-e-QGBXGa.js → p-Bt2auhuC.js} +3 -3
- package/dist/components/{p-e-QGBXGa.js.map → p-Bt2auhuC.js.map} +1 -1
- package/dist/components/{p-ofbsewem.js → p-ByCoMbO2.js} +5 -5
- package/dist/components/{p-ofbsewem.js.map → p-ByCoMbO2.js.map} +1 -1
- package/dist/components/{p-DlH97JYU.js → p-CIk9ZD0b.js} +13 -13
- package/dist/components/{p-DlH97JYU.js.map → p-CIk9ZD0b.js.map} +1 -1
- package/dist/components/{p-BXST6Rgi.js → p-CKzAcGL2.js} +3 -3
- package/dist/components/{p-BXST6Rgi.js.map → p-CKzAcGL2.js.map} +1 -1
- package/dist/components/{p-wopm_NSt.js → p-CLeShKhE.js} +4 -4
- package/dist/components/{p-wopm_NSt.js.map → p-CLeShKhE.js.map} +1 -1
- package/dist/components/{p-BVu-h1cX.js → p-CQFpc6__.js} +3 -3
- package/dist/components/{p-BVu-h1cX.js.map → p-CQFpc6__.js.map} +1 -1
- package/dist/components/{p-CaVLFaUk.js → p-CSka0gDO.js} +9 -9
- package/dist/components/{p-CaVLFaUk.js.map → p-CSka0gDO.js.map} +1 -1
- package/dist/components/{p-BKvAhdEP.js → p-C_9HhBzA.js} +3 -3
- package/dist/components/{p-BKvAhdEP.js.map → p-C_9HhBzA.js.map} +1 -1
- package/dist/components/{p-cxKfHAER.js → p-C_f2hEd8.js} +10 -5
- package/dist/components/p-C_f2hEd8.js.map +1 -0
- package/dist/components/{p-T48Hj6xM.js → p-Cdgx4Hwc.js} +3 -3
- package/dist/components/{p-T48Hj6xM.js.map → p-Cdgx4Hwc.js.map} +1 -1
- package/dist/components/{p-kAsXRFkD.js → p-Ci5AB68V.js} +3 -3
- package/dist/components/{p-kAsXRFkD.js.map → p-Ci5AB68V.js.map} +1 -1
- package/dist/components/{p-9xYUsl7q.js → p-Cj67a6IJ.js} +3 -3
- package/dist/components/{p-9xYUsl7q.js.map → p-Cj67a6IJ.js.map} +1 -1
- package/dist/components/{p-Dn5rOzr_.js → p-CsQhqi-L.js} +3 -3
- package/dist/components/{p-Dn5rOzr_.js.map → p-CsQhqi-L.js.map} +1 -1
- package/dist/components/{p-uV0Dz5N_.js → p-CwTzPqb2.js} +4 -4
- package/dist/components/{p-uV0Dz5N_.js.map → p-CwTzPqb2.js.map} +1 -1
- package/dist/components/{p-CTNnGEZs.js → p-D0VVIazI.js} +3 -3
- package/dist/components/{p-CTNnGEZs.js.map → p-D0VVIazI.js.map} +1 -1
- package/dist/components/{p-Bo4efGgC.js → p-DLhsTHln.js} +3 -3
- package/dist/components/{p-Bo4efGgC.js.map → p-DLhsTHln.js.map} +1 -1
- package/dist/components/{p-Dd_Eos3v.js → p-DMjBTN85.js} +4 -4
- package/dist/components/{p-Dd_Eos3v.js.map → p-DMjBTN85.js.map} +1 -1
- package/dist/components/{p-DRngXcjq.js → p-DNAqkyM0.js} +4 -4
- package/dist/components/{p-DRngXcjq.js.map → p-DNAqkyM0.js.map} +1 -1
- package/dist/components/{p-BgNv7S1j.js → p-DSuh8sT6.js} +4 -4
- package/dist/components/{p-BgNv7S1j.js.map → p-DSuh8sT6.js.map} +1 -1
- package/dist/components/{p-CO71VZ1J.js → p-DUlP9ot1.js} +4 -4
- package/dist/components/{p-CO71VZ1J.js.map → p-DUlP9ot1.js.map} +1 -1
- package/dist/components/{p-CTfLJ_Yp.js → p-DfeAzwhz.js} +3 -3
- package/dist/components/{p-CTfLJ_Yp.js.map → p-DfeAzwhz.js.map} +1 -1
- package/dist/components/{p-BByUPZTR.js → p-DpjHb85v.js} +5 -5
- package/dist/components/{p-BByUPZTR.js.map → p-DpjHb85v.js.map} +1 -1
- package/dist/components/{p-CgQonNKV.js → p-Dqd4hVBB.js} +3 -3
- package/dist/components/{p-CgQonNKV.js.map → p-Dqd4hVBB.js.map} +1 -1
- package/dist/components/{p-hck2xhPi.js → p-Z_m9SN0_.js} +3 -3
- package/dist/components/{p-hck2xhPi.js.map → p-Z_m9SN0_.js.map} +1 -1
- package/dist/components/{p-qZNN2nfj.js → p-blTaQhCM.js} +5 -5
- package/dist/components/{p-qZNN2nfj.js.map → p-blTaQhCM.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-yDP7ObG5.js → p-g6ayM_Wt.js} +6 -6
- package/dist/components/{p-yDP7ObG5.js.map → p-g6ayM_Wt.js.map} +1 -1
- package/dist/components/{p-c0RQJb24.js → p-rw4UZJOE.js} +11 -11
- package/dist/components/{p-c0RQJb24.js.map → p-rw4UZJOE.js.map} +1 -1
- package/dist/components/{p-BtGA-5EV.js → p-y6Xot37W.js} +3 -3
- package/dist/components/{p-BtGA-5EV.js.map → p-y6Xot37W.js.map} +1 -1
- package/dist/components/test-input-tag.js +6 -6
- package/dist/docs.json +524 -57
- package/dist/esm/gb-action-panel_75.entry.js +400 -101
- package/dist/esm/gb-table-cell.entry.js +1 -1
- package/dist/esm/gb-token-field-compact.entry.js +1 -1
- package/dist/esm/gb-token-field-compressed.entry.js +2 -2
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/gb-button.tsx +6 -1
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/p-031a93b0.entry.js +2 -0
- package/dist/globuscomponents/{p-5f4f79f3.entry.js → p-7024cc46.entry.js} +2 -2
- package/dist/globuscomponents/p-7024cc46.entry.js.map +1 -0
- package/dist/globuscomponents/{p-5d4750b8.entry.js → p-a61d1385.entry.js} +2 -2
- package/dist/globuscomponents/{p-957759a4.entry.js → p-bc7a3ff1.entry.js} +2 -2
- package/dist/globuscomponents/{p-9f49601d.entry.js → p-bd89e53d.entry.js} +2 -2
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/{p-b71b110d.entry.js → p-e4bda433.entry.js} +2 -2
- package/dist/globuscomponents/readme.md +10 -0
- package/dist/types/components/gb-button/gb-button.d.ts +1 -0
- package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +1 -1
- package/dist/types/components/gb-portal/gb-portal.d.ts +3 -1
- package/dist/types/components/gb-tab-button-base/gb-tab-button-base.d.ts +3 -2
- package/dist/types/components/gb-table/gb-table.d.ts +49 -0
- package/dist/types/components/gb-table-header/gb-table-header.d.ts +1 -1
- package/dist/types/components/gb-toast/gb-toast.d.ts +4 -0
- package/dist/types/components.d.ts +129 -20
- package/dist/types/models/reusableModels.d.ts +8 -0
- package/package.json +1 -1
- package/dist/components/p-BQU0qEQ8.js.map +0 -1
- package/dist/components/p-DvV7snbA.js.map +0 -1
- package/dist/components/p-apFyrUM4.js.map +0 -1
- package/dist/components/p-cxKfHAER.js.map +0 -1
- package/dist/globuscomponents/p-5f4f79f3.entry.js.map +0 -1
- package/dist/globuscomponents/p-9bf9cc0c.entry.js +0 -2
- /package/dist/globuscomponents/{p-9bf9cc0c.entry.js.map → p-031a93b0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5d4750b8.entry.js.map → p-a61d1385.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-957759a4.entry.js.map → p-bc7a3ff1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9f49601d.entry.js.map → p-bd89e53d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b71b110d.entry.js.map → p-e4bda433.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-02-
|
|
2
|
+
"timestamp": "2026-02-17T10:42:31",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.38.3",
|
|
@@ -5710,7 +5710,34 @@
|
|
|
5710
5710
|
"setter": false
|
|
5711
5711
|
}
|
|
5712
5712
|
],
|
|
5713
|
-
"methods": [
|
|
5713
|
+
"methods": [
|
|
5714
|
+
{
|
|
5715
|
+
"name": "getNativeButton",
|
|
5716
|
+
"returns": {
|
|
5717
|
+
"type": "Promise<HTMLButtonElement>",
|
|
5718
|
+
"docs": ""
|
|
5719
|
+
},
|
|
5720
|
+
"complexType": {
|
|
5721
|
+
"signature": "() => Promise<HTMLButtonElement | null>",
|
|
5722
|
+
"parameters": [],
|
|
5723
|
+
"references": {
|
|
5724
|
+
"Promise": {
|
|
5725
|
+
"location": "global",
|
|
5726
|
+
"id": "global::Promise"
|
|
5727
|
+
},
|
|
5728
|
+
"HTMLButtonElement": {
|
|
5729
|
+
"location": "global",
|
|
5730
|
+
"id": "global::HTMLButtonElement"
|
|
5731
|
+
}
|
|
5732
|
+
},
|
|
5733
|
+
"return": "Promise<HTMLButtonElement>"
|
|
5734
|
+
},
|
|
5735
|
+
"signature": "getNativeButton() => Promise<HTMLButtonElement | null>",
|
|
5736
|
+
"parameters": [],
|
|
5737
|
+
"docs": "",
|
|
5738
|
+
"docsTags": []
|
|
5739
|
+
}
|
|
5740
|
+
],
|
|
5714
5741
|
"events": [
|
|
5715
5742
|
{
|
|
5716
5743
|
"event": "buttonClicked",
|
|
@@ -7156,7 +7183,8 @@
|
|
|
7156
7183
|
"gb-dropdown-items-with-shortcut",
|
|
7157
7184
|
"gb-input-dropdown-menu-item",
|
|
7158
7185
|
"gb-modal-action",
|
|
7159
|
-
"gb-prompt-modal"
|
|
7186
|
+
"gb-prompt-modal",
|
|
7187
|
+
"gb-table"
|
|
7160
7188
|
],
|
|
7161
7189
|
"dependencies": [
|
|
7162
7190
|
"gb-checkbox-base"
|
|
@@ -7185,6 +7213,9 @@
|
|
|
7185
7213
|
],
|
|
7186
7214
|
"gb-prompt-modal": [
|
|
7187
7215
|
"gb-checkbox"
|
|
7216
|
+
],
|
|
7217
|
+
"gb-table": [
|
|
7218
|
+
"gb-checkbox"
|
|
7188
7219
|
]
|
|
7189
7220
|
}
|
|
7190
7221
|
},
|
|
@@ -15042,7 +15073,8 @@
|
|
|
15042
15073
|
"parts": [],
|
|
15043
15074
|
"dependents": [
|
|
15044
15075
|
"gb-input-dropdown",
|
|
15045
|
-
"gb-input-field"
|
|
15076
|
+
"gb-input-field",
|
|
15077
|
+
"gb-table"
|
|
15046
15078
|
],
|
|
15047
15079
|
"dependencies": [
|
|
15048
15080
|
"gb-tooltip"
|
|
@@ -15056,6 +15088,9 @@
|
|
|
15056
15088
|
],
|
|
15057
15089
|
"gb-input-field": [
|
|
15058
15090
|
"gb-help-tooltip"
|
|
15091
|
+
],
|
|
15092
|
+
"gb-table": [
|
|
15093
|
+
"gb-help-tooltip"
|
|
15059
15094
|
]
|
|
15060
15095
|
}
|
|
15061
15096
|
},
|
|
@@ -15237,10 +15272,10 @@
|
|
|
15237
15272
|
"docsTags": [
|
|
15238
15273
|
{
|
|
15239
15274
|
"name": "default",
|
|
15240
|
-
"text": "[\r\n // {\r\n // name: 'All accounts',\r\n // index: 0,\r\n // badgeCount: '5',\r\n // },\r\n // {\r\n // name: '
|
|
15275
|
+
"text": "[\r\n // {\r\n // name: 'All accounts',\r\n // index: 0,\r\n // badgeCount: '5',\r\n // },\r\n // {\r\n // name: 'LCY Accounts',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'FCY',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n ]"
|
|
15241
15276
|
}
|
|
15242
15277
|
],
|
|
15243
|
-
"default": "[\r\n // {\r\n // name: 'All accounts',\r\n // index: 0,\r\n // badgeCount: '5',\r\n // },\r\n // {\r\n // name: '
|
|
15278
|
+
"default": "[\r\n // {\r\n // name: 'All accounts',\r\n // index: 0,\r\n // badgeCount: '5',\r\n // },\r\n // {\r\n // name: 'LCY Accounts',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'FCY',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n // {\r\n // name: 'Second',\r\n // index: 1,\r\n // badgeCount: '10',\r\n // },\r\n ]",
|
|
15244
15279
|
"values": [
|
|
15245
15280
|
{
|
|
15246
15281
|
"type": "{ name: string; index: number; badgeCount?: string; }[]"
|
|
@@ -16174,20 +16209,26 @@
|
|
|
16174
16209
|
},
|
|
16175
16210
|
{
|
|
16176
16211
|
"name": "menuPosition",
|
|
16177
|
-
"type": "\"
|
|
16212
|
+
"type": "\"bottom\" | \"top\"",
|
|
16178
16213
|
"complexType": {
|
|
16179
|
-
"original": "'top' | '
|
|
16180
|
-
"resolved": "\"
|
|
16214
|
+
"original": "'top' | 'bottom'",
|
|
16215
|
+
"resolved": "\"bottom\" | \"top\"",
|
|
16181
16216
|
"references": {}
|
|
16182
16217
|
},
|
|
16183
16218
|
"mutable": false,
|
|
16184
16219
|
"attr": "menu-position",
|
|
16185
16220
|
"reflectToAttr": false,
|
|
16186
16221
|
"docs": "",
|
|
16187
|
-
"docsTags": [
|
|
16222
|
+
"docsTags": [
|
|
16223
|
+
{
|
|
16224
|
+
"name": "default",
|
|
16225
|
+
"text": "'bottom'"
|
|
16226
|
+
}
|
|
16227
|
+
],
|
|
16228
|
+
"default": "'bottom'",
|
|
16188
16229
|
"values": [
|
|
16189
16230
|
{
|
|
16190
|
-
"value": "
|
|
16231
|
+
"value": "bottom",
|
|
16191
16232
|
"type": "string"
|
|
16192
16233
|
},
|
|
16193
16234
|
{
|
|
@@ -16409,7 +16450,13 @@
|
|
|
16409
16450
|
"attr": "size",
|
|
16410
16451
|
"reflectToAttr": false,
|
|
16411
16452
|
"docs": "",
|
|
16412
|
-
"docsTags": [
|
|
16453
|
+
"docsTags": [
|
|
16454
|
+
{
|
|
16455
|
+
"name": "default",
|
|
16456
|
+
"text": "'md'"
|
|
16457
|
+
}
|
|
16458
|
+
],
|
|
16459
|
+
"default": "'md'",
|
|
16413
16460
|
"values": [
|
|
16414
16461
|
{
|
|
16415
16462
|
"value": "lg",
|
|
@@ -16477,7 +16524,13 @@
|
|
|
16477
16524
|
"attr": "state",
|
|
16478
16525
|
"reflectToAttr": false,
|
|
16479
16526
|
"docs": "",
|
|
16480
|
-
"docsTags": [
|
|
16527
|
+
"docsTags": [
|
|
16528
|
+
{
|
|
16529
|
+
"name": "default",
|
|
16530
|
+
"text": "'default'"
|
|
16531
|
+
}
|
|
16532
|
+
],
|
|
16533
|
+
"default": "'default'",
|
|
16481
16534
|
"values": [
|
|
16482
16535
|
{
|
|
16483
16536
|
"value": "default",
|
|
@@ -16577,7 +16630,13 @@
|
|
|
16577
16630
|
"attr": "type",
|
|
16578
16631
|
"reflectToAttr": false,
|
|
16579
16632
|
"docs": "",
|
|
16580
|
-
"docsTags": [
|
|
16633
|
+
"docsTags": [
|
|
16634
|
+
{
|
|
16635
|
+
"name": "default",
|
|
16636
|
+
"text": "'default'"
|
|
16637
|
+
}
|
|
16638
|
+
],
|
|
16639
|
+
"default": "'default'",
|
|
16581
16640
|
"values": [
|
|
16582
16641
|
{
|
|
16583
16642
|
"value": "avatar_leading",
|
|
@@ -21871,10 +21930,38 @@
|
|
|
21871
21930
|
"filePath": "src/components/gb-portal/gb-portal.tsx",
|
|
21872
21931
|
"encapsulation": "shadow",
|
|
21873
21932
|
"tag": "gb-portal",
|
|
21933
|
+
"readme": "# gb-portal\n\n\n",
|
|
21874
21934
|
"docs": "",
|
|
21875
21935
|
"docsTags": [],
|
|
21876
21936
|
"usage": {},
|
|
21877
21937
|
"props": [
|
|
21938
|
+
{
|
|
21939
|
+
"name": "anchorEl",
|
|
21940
|
+
"type": "HTMLElement",
|
|
21941
|
+
"complexType": {
|
|
21942
|
+
"original": "HTMLElement",
|
|
21943
|
+
"resolved": "HTMLElement",
|
|
21944
|
+
"references": {
|
|
21945
|
+
"HTMLElement": {
|
|
21946
|
+
"location": "global",
|
|
21947
|
+
"id": "global::HTMLElement"
|
|
21948
|
+
}
|
|
21949
|
+
}
|
|
21950
|
+
},
|
|
21951
|
+
"mutable": false,
|
|
21952
|
+
"reflectToAttr": false,
|
|
21953
|
+
"docs": "",
|
|
21954
|
+
"docsTags": [],
|
|
21955
|
+
"values": [
|
|
21956
|
+
{
|
|
21957
|
+
"type": "HTMLElement"
|
|
21958
|
+
}
|
|
21959
|
+
],
|
|
21960
|
+
"optional": true,
|
|
21961
|
+
"required": false,
|
|
21962
|
+
"getter": false,
|
|
21963
|
+
"setter": false
|
|
21964
|
+
},
|
|
21878
21965
|
{
|
|
21879
21966
|
"name": "anchorId",
|
|
21880
21967
|
"type": "string",
|
|
@@ -21929,11 +22016,17 @@
|
|
|
21929
22016
|
},
|
|
21930
22017
|
{
|
|
21931
22018
|
"name": "placement",
|
|
21932
|
-
"type": "
|
|
22019
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
21933
22020
|
"complexType": {
|
|
21934
|
-
"original": "
|
|
21935
|
-
"resolved": "
|
|
21936
|
-
"references": {
|
|
22021
|
+
"original": "PortalPlacement",
|
|
22022
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
22023
|
+
"references": {
|
|
22024
|
+
"PortalPlacement": {
|
|
22025
|
+
"location": "import",
|
|
22026
|
+
"path": "../../models/reusableModels",
|
|
22027
|
+
"id": "src/models/reusableModels.ts::PortalPlacement"
|
|
22028
|
+
}
|
|
22029
|
+
}
|
|
21937
22030
|
},
|
|
21938
22031
|
"mutable": false,
|
|
21939
22032
|
"attr": "placement",
|
|
@@ -21942,13 +22035,58 @@
|
|
|
21942
22035
|
"docsTags": [
|
|
21943
22036
|
{
|
|
21944
22037
|
"name": "default",
|
|
21945
|
-
"text": "'bottom-
|
|
22038
|
+
"text": "'bottom-end'"
|
|
21946
22039
|
}
|
|
21947
22040
|
],
|
|
21948
|
-
"default": "'bottom-
|
|
22041
|
+
"default": "'bottom-end'",
|
|
21949
22042
|
"values": [
|
|
21950
22043
|
{
|
|
21951
|
-
"
|
|
22044
|
+
"value": "bottom",
|
|
22045
|
+
"type": "string"
|
|
22046
|
+
},
|
|
22047
|
+
{
|
|
22048
|
+
"value": "bottom-end",
|
|
22049
|
+
"type": "string"
|
|
22050
|
+
},
|
|
22051
|
+
{
|
|
22052
|
+
"value": "bottom-start",
|
|
22053
|
+
"type": "string"
|
|
22054
|
+
},
|
|
22055
|
+
{
|
|
22056
|
+
"value": "left",
|
|
22057
|
+
"type": "string"
|
|
22058
|
+
},
|
|
22059
|
+
{
|
|
22060
|
+
"value": "left-end",
|
|
22061
|
+
"type": "string"
|
|
22062
|
+
},
|
|
22063
|
+
{
|
|
22064
|
+
"value": "left-start",
|
|
22065
|
+
"type": "string"
|
|
22066
|
+
},
|
|
22067
|
+
{
|
|
22068
|
+
"value": "right",
|
|
22069
|
+
"type": "string"
|
|
22070
|
+
},
|
|
22071
|
+
{
|
|
22072
|
+
"value": "right-end",
|
|
22073
|
+
"type": "string"
|
|
22074
|
+
},
|
|
22075
|
+
{
|
|
22076
|
+
"value": "right-start",
|
|
22077
|
+
"type": "string"
|
|
22078
|
+
},
|
|
22079
|
+
{
|
|
22080
|
+
"value": "top",
|
|
22081
|
+
"type": "string"
|
|
22082
|
+
},
|
|
22083
|
+
{
|
|
22084
|
+
"value": "top-end",
|
|
22085
|
+
"type": "string"
|
|
22086
|
+
},
|
|
22087
|
+
{
|
|
22088
|
+
"value": "top-start",
|
|
22089
|
+
"type": "string"
|
|
21952
22090
|
}
|
|
21953
22091
|
],
|
|
21954
22092
|
"optional": false,
|
|
@@ -27081,6 +27219,7 @@
|
|
|
27081
27219
|
"filePath": "src/components/gb-table/gb-table.tsx",
|
|
27082
27220
|
"encapsulation": "shadow",
|
|
27083
27221
|
"tag": "gb-table",
|
|
27222
|
+
"readme": "# gb-table\n\n\n",
|
|
27084
27223
|
"docs": "",
|
|
27085
27224
|
"docsTags": [],
|
|
27086
27225
|
"usage": {},
|
|
@@ -27142,10 +27281,10 @@
|
|
|
27142
27281
|
"docsTags": [
|
|
27143
27282
|
{
|
|
27144
27283
|
"name": "default",
|
|
27145
|
-
"text": "[\r\n { key: 'id', label: '#', width: '70px'
|
|
27284
|
+
"text": "[\r\n { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n { key: 'date', label: 'Date', mobile: { position: 'bottom_left' } },\r\n { key: 'name', label: 'Name', sortable: true, sortType: 'string', helpIcon: true, mobile: { position: 'top_right' } },\r\n { key: 'role', label: 'Role' },\r\n { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number' },\r\n {\r\n key: 'status',\r\n label: 'Status',\r\n cellComponent: 'gb-badge',\r\n cellProps: row => ({\r\n color: row.status === 'Completed' ? 'success' : 'error',\r\n type: 'badge_modern',\r\n size: 'sm',\r\n icon: 'dot',\r\n }),\r\n cellSlots: row => <p>{row.status}</p>,\r\n mobile: { position: 'bottom_right' },\r\n },\r\n // {\r\n // key: '',\r\n // label: '',\r\n // cellComponent: 'gb-button',\r\n // width: '50px',\r\n // cellProps: () => ({\r\n // hierarchy: 'tertiary_gray',\r\n // size: 'sm',\r\n // icon: 'only',\r\n // iconLeading: true,\r\n // iconLeadingSwap: 'assets/more-horizontal.svg',\r\n // }),\r\n // },\r\n ]"
|
|
27146
27285
|
}
|
|
27147
27286
|
],
|
|
27148
|
-
"default": "[\r\n { key: 'id', label: '#', width: '70px'
|
|
27287
|
+
"default": "[\r\n { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n { key: 'date', label: 'Date', mobile: { position: 'bottom_left' } },\r\n { key: 'name', label: 'Name', sortable: true, sortType: 'string', helpIcon: true, mobile: { position: 'top_right' } },\r\n { key: 'role', label: 'Role' },\r\n { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number' },\r\n {\r\n key: 'status',\r\n label: 'Status',\r\n cellComponent: 'gb-badge',\r\n cellProps: row => ({\r\n color: row.status === 'Completed' ? 'success' : 'error',\r\n type: 'badge_modern',\r\n size: 'sm',\r\n icon: 'dot',\r\n }),\r\n cellSlots: row => <p>{row.status}</p>,\r\n mobile: { position: 'bottom_right' },\r\n },\r\n // {\r\n // key: '',\r\n // label: '',\r\n // cellComponent: 'gb-button',\r\n // width: '50px',\r\n // cellProps: () => ({\r\n // hierarchy: 'tertiary_gray',\r\n // size: 'sm',\r\n // icon: 'only',\r\n // iconLeading: true,\r\n // iconLeadingSwap: 'assets/more-horizontal.svg',\r\n // }),\r\n // },\r\n ]",
|
|
27149
27288
|
"values": [
|
|
27150
27289
|
{
|
|
27151
27290
|
"type": "TableColumn[]"
|
|
@@ -27156,6 +27295,35 @@
|
|
|
27156
27295
|
"getter": false,
|
|
27157
27296
|
"setter": false
|
|
27158
27297
|
},
|
|
27298
|
+
{
|
|
27299
|
+
"name": "currentPage",
|
|
27300
|
+
"type": "number",
|
|
27301
|
+
"complexType": {
|
|
27302
|
+
"original": "number",
|
|
27303
|
+
"resolved": "number",
|
|
27304
|
+
"references": {}
|
|
27305
|
+
},
|
|
27306
|
+
"mutable": true,
|
|
27307
|
+
"attr": "current-page",
|
|
27308
|
+
"reflectToAttr": false,
|
|
27309
|
+
"docs": "",
|
|
27310
|
+
"docsTags": [
|
|
27311
|
+
{
|
|
27312
|
+
"name": "default",
|
|
27313
|
+
"text": "1"
|
|
27314
|
+
}
|
|
27315
|
+
],
|
|
27316
|
+
"default": "1",
|
|
27317
|
+
"values": [
|
|
27318
|
+
{
|
|
27319
|
+
"type": "number"
|
|
27320
|
+
}
|
|
27321
|
+
],
|
|
27322
|
+
"optional": true,
|
|
27323
|
+
"required": false,
|
|
27324
|
+
"getter": false,
|
|
27325
|
+
"setter": false
|
|
27326
|
+
},
|
|
27159
27327
|
{
|
|
27160
27328
|
"name": "data",
|
|
27161
27329
|
"type": "any[]",
|
|
@@ -27170,10 +27338,10 @@
|
|
|
27170
27338
|
"docsTags": [
|
|
27171
27339
|
{
|
|
27172
27340
|
"name": "default",
|
|
27173
|
-
"text": "[\r\n {
|
|
27341
|
+
"text": "[\r\n { id: '#3001', date: 'Jan 1, 2022', name: 'Emma Johnson', role: 'Frontend Developer', level: 'Today', customer: 'John Doe', amount: '$120.00', status: 'Completed' },\r\n { id: '#3002', date: 'Jan 2, 2022', name: 'Liam Smith', role: 'Backend Developer', level: 'Today', customer: 'Sarah Wilson', amount: '$85.50', status: 'Pending' },\r\n { id: '#3003', date: 'Jan 3, 2022', name: 'Olivia Brown', role: 'UI Designer', level: 'Today', customer: 'Michael Lee', amount: '$230.75', status: 'Cancelled' },\r\n { id: '#3004', date: 'Jan 4, 2022', name: 'Noah Davis', role: 'DevOps Engineer', level: 'Today', customer: 'Emily Clark', amount: '$59.99', status: 'Completed' },\r\n { id: '#3005', date: 'Jan 5, 2022', name: 'Ava Martinez', role: 'Product Manager', level: 'Today', customer: 'Daniel Harris', amount: '$410.00', status: 'Pending' },\r\n { id: '#3006', date: 'Jan 6, 2022', name: 'William Garcia', role: 'QA Engineer', level: 'Today', customer: 'Sophia Lewis', amount: '$150.20', status: 'Completed' },\r\n { id: '#3007', date: 'Jan 7, 2022', name: 'Isabella Rodriguez', role: 'Business Analyst', level: 'Today', customer: 'James Walker', amount: '$78.40', status: 'Pending' },\r\n { id: '#3008', date: 'Jan 8, 2022', name: 'James Wilson', role: 'Fullstack Developer', level: 'Today', customer: 'Mia Hall', amount: '$300.00', status: 'Completed' },\r\n { id: '#3009', date: 'Jan 9, 2022', name: 'Sophia Anderson', role: 'UX Researcher', level: 'Today', customer: 'Benjamin Allen', amount: '$95.60', status: 'Cancelled' },\r\n { id: '#3010', date: 'Jan 10, 2022', name: 'Benjamin Thomas', role: 'Mobile Developer', level: 'Today', customer: 'Charlotte Young', amount: '$210.10', status: 'Completed' },\r\n { id: '#3011', date: 'Jan 11, 2022', name: 'Mia Taylor', role: 'Data Analyst', level: 'Today', customer: 'Lucas King', amount: '$180.00', status: 'Pending' },\r\n { id: '#3012', date: 'Jan 12, 2022', name: 'Lucas Moore', role: 'Cloud Engineer', level: 'Today', customer: 'Amelia Scott', amount: '$420.75', status: 'Completed' },\r\n { id: '#3013', date: 'Jan 13, 2022', name: 'Charlotte Jackson', role: 'Security Engineer', level: 'Today', customer: 'Elijah Green', amount: '$65.90', status: 'Cancelled' },\r\n { id: '#3014', date: 'Jan 14, 2022', name: 'Elijah Martin', role: 'Technical Lead', level: 'Today', customer: 'Harper Adams', amount: '$510.30', status: 'Completed' },\r\n { id: '#3015', date: 'Jan 15, 2022', name: 'Amelia Lee', role: 'Scrum Master', level: 'Today', customer: 'Alexander Baker', amount: '$99.99', status: 'Pending' },\r\n { id: '#3016', date: 'Jan 16, 2022', name: 'Harper Perez', role: 'Frontend Developer', level: 'Today', customer: 'Ella Nelson', amount: '$275.45', status: 'Completed' },\r\n { id: '#3017', date: 'Jan 17, 2022', name: 'Alexander White', role: 'Backend Developer', level: 'Today', customer: 'Matthew Carter', amount: '$340.00', status: 'Pending' },\r\n { id: '#3018', date: 'Jan 18, 2022', name: 'Ella Harris', role: 'UI Designer', level: 'Today', customer: 'Avery Mitchell', amount: '$88.80', status: 'Completed' },\r\n { id: '#3019', date: 'Jan 19, 2022', name: 'Matthew Clark', role: 'DevOps Engineer', level: 'Today', customer: 'Evelyn Perez', amount: '$190.25', status: 'Cancelled' },\r\n { id: '#3020', date: 'Jan 20, 2022', name: 'Avery Lewis', role: 'Product Manager', level: 'Today', customer: 'Henry Roberts', amount: '$600.00', status: 'Completed' },\r\n { id: '#3021', date: 'Jan 21, 2022', name: 'Evelyn Walker', role: 'QA Engineer', level: 'Today', customer: 'Luna Turner', amount: '$72.30', status: 'Pending' },\r\n { id: '#3022', date: 'Jan 22, 2022', name: 'Henry Hall', role: 'Business Analyst', level: 'Today', customer: 'Jack Phillips', amount: '$310.40', status: 'Completed' },\r\n { id: '#3023', date: 'Jan 23, 2022', name: 'Luna Allen', role: 'Fullstack Developer', level: 'Today', customer: 'Sofia Campbell', amount: '$145.00', status: 'Cancelled' },\r\n { id: '#3024', date: 'Jan 24, 2022', name: 'Jack Young', role: 'UX Researcher', level: 'Today', customer: 'David Parker', amount: '$260.70', status: 'Completed' },\r\n { id: '#3025', date: 'Jan 25, 2022', name: 'Sofia Hernandez', role: 'Mobile Developer', level: 'Today', customer: 'Grace Evans', amount: '$89.10', status: 'Pending' },\r\n { id: '#3026', date: 'Jan 26, 2022', name: 'David King', role: 'Data Analyst', level: 'Today', customer: 'Samuel Edwards', amount: '$410.90', status: 'Completed' },\r\n { id: '#3027', date: 'Jan 27, 2022', name: 'Grace Wright', role: 'Cloud Engineer', level: 'Today', customer: 'Chloe Collins', amount: '$130.55', status: 'Cancelled' },\r\n { id: '#3028', date: 'Jan 28, 2022', name: 'Samuel Scott', role: 'Security Engineer', level: 'Today', customer: 'Victoria Stewart', amount: '$555.00', status: 'Completed' },\r\n { id: '#3029', date: 'Jan 29, 2022', name: 'Chloe Green', role: 'Technical Lead', level: 'Today', customer: 'Nathan Morris', amount: '$205.25', status: 'Pending' },\r\n { id: '#3030', date: 'Jan 30, 2022', name: 'Nathan Adams', role: 'Scrum Master', level: 'Today', customer: 'Zoe Rogers', amount: '$320.80', status: 'Completed' },\r\n ]"
|
|
27174
27342
|
}
|
|
27175
27343
|
],
|
|
27176
|
-
"default": "[\r\n {
|
|
27344
|
+
"default": "[\r\n { id: '#3001', date: 'Jan 1, 2022', name: 'Emma Johnson', role: 'Frontend Developer', level: 'Today', customer: 'John Doe', amount: '$120.00', status: 'Completed' },\r\n { id: '#3002', date: 'Jan 2, 2022', name: 'Liam Smith', role: 'Backend Developer', level: 'Today', customer: 'Sarah Wilson', amount: '$85.50', status: 'Pending' },\r\n { id: '#3003', date: 'Jan 3, 2022', name: 'Olivia Brown', role: 'UI Designer', level: 'Today', customer: 'Michael Lee', amount: '$230.75', status: 'Cancelled' },\r\n { id: '#3004', date: 'Jan 4, 2022', name: 'Noah Davis', role: 'DevOps Engineer', level: 'Today', customer: 'Emily Clark', amount: '$59.99', status: 'Completed' },\r\n { id: '#3005', date: 'Jan 5, 2022', name: 'Ava Martinez', role: 'Product Manager', level: 'Today', customer: 'Daniel Harris', amount: '$410.00', status: 'Pending' },\r\n { id: '#3006', date: 'Jan 6, 2022', name: 'William Garcia', role: 'QA Engineer', level: 'Today', customer: 'Sophia Lewis', amount: '$150.20', status: 'Completed' },\r\n { id: '#3007', date: 'Jan 7, 2022', name: 'Isabella Rodriguez', role: 'Business Analyst', level: 'Today', customer: 'James Walker', amount: '$78.40', status: 'Pending' },\r\n { id: '#3008', date: 'Jan 8, 2022', name: 'James Wilson', role: 'Fullstack Developer', level: 'Today', customer: 'Mia Hall', amount: '$300.00', status: 'Completed' },\r\n { id: '#3009', date: 'Jan 9, 2022', name: 'Sophia Anderson', role: 'UX Researcher', level: 'Today', customer: 'Benjamin Allen', amount: '$95.60', status: 'Cancelled' },\r\n { id: '#3010', date: 'Jan 10, 2022', name: 'Benjamin Thomas', role: 'Mobile Developer', level: 'Today', customer: 'Charlotte Young', amount: '$210.10', status: 'Completed' },\r\n { id: '#3011', date: 'Jan 11, 2022', name: 'Mia Taylor', role: 'Data Analyst', level: 'Today', customer: 'Lucas King', amount: '$180.00', status: 'Pending' },\r\n { id: '#3012', date: 'Jan 12, 2022', name: 'Lucas Moore', role: 'Cloud Engineer', level: 'Today', customer: 'Amelia Scott', amount: '$420.75', status: 'Completed' },\r\n { id: '#3013', date: 'Jan 13, 2022', name: 'Charlotte Jackson', role: 'Security Engineer', level: 'Today', customer: 'Elijah Green', amount: '$65.90', status: 'Cancelled' },\r\n { id: '#3014', date: 'Jan 14, 2022', name: 'Elijah Martin', role: 'Technical Lead', level: 'Today', customer: 'Harper Adams', amount: '$510.30', status: 'Completed' },\r\n { id: '#3015', date: 'Jan 15, 2022', name: 'Amelia Lee', role: 'Scrum Master', level: 'Today', customer: 'Alexander Baker', amount: '$99.99', status: 'Pending' },\r\n { id: '#3016', date: 'Jan 16, 2022', name: 'Harper Perez', role: 'Frontend Developer', level: 'Today', customer: 'Ella Nelson', amount: '$275.45', status: 'Completed' },\r\n { id: '#3017', date: 'Jan 17, 2022', name: 'Alexander White', role: 'Backend Developer', level: 'Today', customer: 'Matthew Carter', amount: '$340.00', status: 'Pending' },\r\n { id: '#3018', date: 'Jan 18, 2022', name: 'Ella Harris', role: 'UI Designer', level: 'Today', customer: 'Avery Mitchell', amount: '$88.80', status: 'Completed' },\r\n { id: '#3019', date: 'Jan 19, 2022', name: 'Matthew Clark', role: 'DevOps Engineer', level: 'Today', customer: 'Evelyn Perez', amount: '$190.25', status: 'Cancelled' },\r\n { id: '#3020', date: 'Jan 20, 2022', name: 'Avery Lewis', role: 'Product Manager', level: 'Today', customer: 'Henry Roberts', amount: '$600.00', status: 'Completed' },\r\n { id: '#3021', date: 'Jan 21, 2022', name: 'Evelyn Walker', role: 'QA Engineer', level: 'Today', customer: 'Luna Turner', amount: '$72.30', status: 'Pending' },\r\n { id: '#3022', date: 'Jan 22, 2022', name: 'Henry Hall', role: 'Business Analyst', level: 'Today', customer: 'Jack Phillips', amount: '$310.40', status: 'Completed' },\r\n { id: '#3023', date: 'Jan 23, 2022', name: 'Luna Allen', role: 'Fullstack Developer', level: 'Today', customer: 'Sofia Campbell', amount: '$145.00', status: 'Cancelled' },\r\n { id: '#3024', date: 'Jan 24, 2022', name: 'Jack Young', role: 'UX Researcher', level: 'Today', customer: 'David Parker', amount: '$260.70', status: 'Completed' },\r\n { id: '#3025', date: 'Jan 25, 2022', name: 'Sofia Hernandez', role: 'Mobile Developer', level: 'Today', customer: 'Grace Evans', amount: '$89.10', status: 'Pending' },\r\n { id: '#3026', date: 'Jan 26, 2022', name: 'David King', role: 'Data Analyst', level: 'Today', customer: 'Samuel Edwards', amount: '$410.90', status: 'Completed' },\r\n { id: '#3027', date: 'Jan 27, 2022', name: 'Grace Wright', role: 'Cloud Engineer', level: 'Today', customer: 'Chloe Collins', amount: '$130.55', status: 'Cancelled' },\r\n { id: '#3028', date: 'Jan 28, 2022', name: 'Samuel Scott', role: 'Security Engineer', level: 'Today', customer: 'Victoria Stewart', amount: '$555.00', status: 'Completed' },\r\n { id: '#3029', date: 'Jan 29, 2022', name: 'Chloe Green', role: 'Technical Lead', level: 'Today', customer: 'Nathan Morris', amount: '$205.25', status: 'Pending' },\r\n { id: '#3030', date: 'Jan 30, 2022', name: 'Nathan Adams', role: 'Scrum Master', level: 'Today', customer: 'Zoe Rogers', amount: '$320.80', status: 'Completed' },\r\n ]",
|
|
27177
27345
|
"values": [
|
|
27178
27346
|
{
|
|
27179
27347
|
"type": "any[]"
|
|
@@ -27184,6 +27352,98 @@
|
|
|
27184
27352
|
"getter": false,
|
|
27185
27353
|
"setter": false
|
|
27186
27354
|
},
|
|
27355
|
+
{
|
|
27356
|
+
"name": "pageSize",
|
|
27357
|
+
"type": "number",
|
|
27358
|
+
"complexType": {
|
|
27359
|
+
"original": "number",
|
|
27360
|
+
"resolved": "number",
|
|
27361
|
+
"references": {}
|
|
27362
|
+
},
|
|
27363
|
+
"mutable": false,
|
|
27364
|
+
"attr": "page-size",
|
|
27365
|
+
"reflectToAttr": false,
|
|
27366
|
+
"docs": "",
|
|
27367
|
+
"docsTags": [
|
|
27368
|
+
{
|
|
27369
|
+
"name": "default",
|
|
27370
|
+
"text": "10"
|
|
27371
|
+
}
|
|
27372
|
+
],
|
|
27373
|
+
"default": "10",
|
|
27374
|
+
"values": [
|
|
27375
|
+
{
|
|
27376
|
+
"type": "number"
|
|
27377
|
+
}
|
|
27378
|
+
],
|
|
27379
|
+
"optional": false,
|
|
27380
|
+
"required": false,
|
|
27381
|
+
"getter": false,
|
|
27382
|
+
"setter": false
|
|
27383
|
+
},
|
|
27384
|
+
{
|
|
27385
|
+
"name": "paginationConfig",
|
|
27386
|
+
"type": "any",
|
|
27387
|
+
"complexType": {
|
|
27388
|
+
"original": "any",
|
|
27389
|
+
"resolved": "any",
|
|
27390
|
+
"references": {}
|
|
27391
|
+
},
|
|
27392
|
+
"mutable": false,
|
|
27393
|
+
"attr": "pagination-config",
|
|
27394
|
+
"reflectToAttr": false,
|
|
27395
|
+
"docs": "",
|
|
27396
|
+
"docsTags": [
|
|
27397
|
+
{
|
|
27398
|
+
"name": "default",
|
|
27399
|
+
"text": "{\r\n entriesDropdownMenuPosition: 'top',\r\n }"
|
|
27400
|
+
}
|
|
27401
|
+
],
|
|
27402
|
+
"default": "{\r\n entriesDropdownMenuPosition: 'top',\r\n }",
|
|
27403
|
+
"values": [
|
|
27404
|
+
{
|
|
27405
|
+
"type": "any"
|
|
27406
|
+
}
|
|
27407
|
+
],
|
|
27408
|
+
"optional": false,
|
|
27409
|
+
"required": false,
|
|
27410
|
+
"getter": false,
|
|
27411
|
+
"setter": false
|
|
27412
|
+
},
|
|
27413
|
+
{
|
|
27414
|
+
"name": "paginationMode",
|
|
27415
|
+
"type": "\"external\" | \"internal\"",
|
|
27416
|
+
"complexType": {
|
|
27417
|
+
"original": "'internal' | 'external'",
|
|
27418
|
+
"resolved": "\"external\" | \"internal\"",
|
|
27419
|
+
"references": {}
|
|
27420
|
+
},
|
|
27421
|
+
"mutable": false,
|
|
27422
|
+
"attr": "pagination-mode",
|
|
27423
|
+
"reflectToAttr": false,
|
|
27424
|
+
"docs": "",
|
|
27425
|
+
"docsTags": [
|
|
27426
|
+
{
|
|
27427
|
+
"name": "default",
|
|
27428
|
+
"text": "'internal'"
|
|
27429
|
+
}
|
|
27430
|
+
],
|
|
27431
|
+
"default": "'internal'",
|
|
27432
|
+
"values": [
|
|
27433
|
+
{
|
|
27434
|
+
"value": "external",
|
|
27435
|
+
"type": "string"
|
|
27436
|
+
},
|
|
27437
|
+
{
|
|
27438
|
+
"value": "internal",
|
|
27439
|
+
"type": "string"
|
|
27440
|
+
}
|
|
27441
|
+
],
|
|
27442
|
+
"optional": false,
|
|
27443
|
+
"required": false,
|
|
27444
|
+
"getter": false,
|
|
27445
|
+
"setter": false
|
|
27446
|
+
},
|
|
27187
27447
|
{
|
|
27188
27448
|
"name": "rowActions",
|
|
27189
27449
|
"type": "RowAction[]",
|
|
@@ -27218,6 +27478,64 @@
|
|
|
27218
27478
|
"getter": false,
|
|
27219
27479
|
"setter": false
|
|
27220
27480
|
},
|
|
27481
|
+
{
|
|
27482
|
+
"name": "showActionsColumn",
|
|
27483
|
+
"type": "boolean",
|
|
27484
|
+
"complexType": {
|
|
27485
|
+
"original": "boolean",
|
|
27486
|
+
"resolved": "boolean",
|
|
27487
|
+
"references": {}
|
|
27488
|
+
},
|
|
27489
|
+
"mutable": false,
|
|
27490
|
+
"attr": "show-actions-column",
|
|
27491
|
+
"reflectToAttr": false,
|
|
27492
|
+
"docs": "",
|
|
27493
|
+
"docsTags": [
|
|
27494
|
+
{
|
|
27495
|
+
"name": "default",
|
|
27496
|
+
"text": "true"
|
|
27497
|
+
}
|
|
27498
|
+
],
|
|
27499
|
+
"default": "true",
|
|
27500
|
+
"values": [
|
|
27501
|
+
{
|
|
27502
|
+
"type": "boolean"
|
|
27503
|
+
}
|
|
27504
|
+
],
|
|
27505
|
+
"optional": false,
|
|
27506
|
+
"required": false,
|
|
27507
|
+
"getter": false,
|
|
27508
|
+
"setter": false
|
|
27509
|
+
},
|
|
27510
|
+
{
|
|
27511
|
+
"name": "showCheckbox",
|
|
27512
|
+
"type": "boolean",
|
|
27513
|
+
"complexType": {
|
|
27514
|
+
"original": "boolean",
|
|
27515
|
+
"resolved": "boolean",
|
|
27516
|
+
"references": {}
|
|
27517
|
+
},
|
|
27518
|
+
"mutable": false,
|
|
27519
|
+
"attr": "show-checkbox",
|
|
27520
|
+
"reflectToAttr": false,
|
|
27521
|
+
"docs": "",
|
|
27522
|
+
"docsTags": [
|
|
27523
|
+
{
|
|
27524
|
+
"name": "default",
|
|
27525
|
+
"text": "true"
|
|
27526
|
+
}
|
|
27527
|
+
],
|
|
27528
|
+
"default": "true",
|
|
27529
|
+
"values": [
|
|
27530
|
+
{
|
|
27531
|
+
"type": "boolean"
|
|
27532
|
+
}
|
|
27533
|
+
],
|
|
27534
|
+
"optional": false,
|
|
27535
|
+
"required": false,
|
|
27536
|
+
"getter": false,
|
|
27537
|
+
"setter": false
|
|
27538
|
+
},
|
|
27221
27539
|
{
|
|
27222
27540
|
"name": "stickyFirstColumn",
|
|
27223
27541
|
"type": "boolean",
|
|
@@ -27233,10 +27551,10 @@
|
|
|
27233
27551
|
"docsTags": [
|
|
27234
27552
|
{
|
|
27235
27553
|
"name": "default",
|
|
27236
|
-
"text": "
|
|
27554
|
+
"text": "true"
|
|
27237
27555
|
}
|
|
27238
27556
|
],
|
|
27239
|
-
"default": "
|
|
27557
|
+
"default": "true",
|
|
27240
27558
|
"values": [
|
|
27241
27559
|
{
|
|
27242
27560
|
"type": "boolean"
|
|
@@ -27275,10 +27593,89 @@
|
|
|
27275
27593
|
"required": false,
|
|
27276
27594
|
"getter": false,
|
|
27277
27595
|
"setter": false
|
|
27596
|
+
},
|
|
27597
|
+
{
|
|
27598
|
+
"name": "tableHeaderConfig",
|
|
27599
|
+
"type": "{ tableHeading: boolean; tableHeadingLabel: string; showDateFilter: boolean; showFilter: boolean; showColumnOptions: boolean; showSearch: boolean; showExport: boolean; showRefreshButton: boolean; }",
|
|
27600
|
+
"complexType": {
|
|
27601
|
+
"original": "{\r\n tableHeading: boolean;\r\n tableHeadingLabel: string;\r\n showDateFilter: boolean;\r\n showFilter: boolean;\r\n showColumnOptions: boolean;\r\n showSearch: boolean;\r\n showExport: boolean;\r\n showRefreshButton: boolean;\r\n }",
|
|
27602
|
+
"resolved": "{ tableHeading: boolean; tableHeadingLabel: string; showDateFilter: boolean; showFilter: boolean; showColumnOptions: boolean; showSearch: boolean; showExport: boolean; showRefreshButton: boolean; }",
|
|
27603
|
+
"references": {}
|
|
27604
|
+
},
|
|
27605
|
+
"mutable": false,
|
|
27606
|
+
"reflectToAttr": false,
|
|
27607
|
+
"docs": "",
|
|
27608
|
+
"docsTags": [
|
|
27609
|
+
{
|
|
27610
|
+
"name": "default",
|
|
27611
|
+
"text": "{\r\n tableHeading: false,\r\n tableHeadingLabel: 'Suspicious outflows',\r\n showDateFilter: true,\r\n showFilter: true,\r\n showColumnOptions: true,\r\n showSearch: true,\r\n showExport: true,\r\n showRefreshButton: true,\r\n }"
|
|
27612
|
+
}
|
|
27613
|
+
],
|
|
27614
|
+
"default": "{\r\n tableHeading: false,\r\n tableHeadingLabel: 'Suspicious outflows',\r\n showDateFilter: true,\r\n showFilter: true,\r\n showColumnOptions: true,\r\n showSearch: true,\r\n showExport: true,\r\n showRefreshButton: true,\r\n }",
|
|
27615
|
+
"values": [
|
|
27616
|
+
{
|
|
27617
|
+
"type": "{ tableHeading: boolean; tableHeadingLabel: string; showDateFilter: boolean; showFilter: boolean; showColumnOptions: boolean; showSearch: boolean; showExport: boolean; showRefreshButton: boolean; }"
|
|
27618
|
+
}
|
|
27619
|
+
],
|
|
27620
|
+
"optional": false,
|
|
27621
|
+
"required": false,
|
|
27622
|
+
"getter": false,
|
|
27623
|
+
"setter": false
|
|
27624
|
+
},
|
|
27625
|
+
{
|
|
27626
|
+
"name": "totalItems",
|
|
27627
|
+
"type": "number",
|
|
27628
|
+
"complexType": {
|
|
27629
|
+
"original": "number",
|
|
27630
|
+
"resolved": "number",
|
|
27631
|
+
"references": {}
|
|
27632
|
+
},
|
|
27633
|
+
"mutable": false,
|
|
27634
|
+
"attr": "total-items",
|
|
27635
|
+
"reflectToAttr": false,
|
|
27636
|
+
"docs": "",
|
|
27637
|
+
"docsTags": [],
|
|
27638
|
+
"values": [
|
|
27639
|
+
{
|
|
27640
|
+
"type": "number"
|
|
27641
|
+
}
|
|
27642
|
+
],
|
|
27643
|
+
"optional": true,
|
|
27644
|
+
"required": false,
|
|
27645
|
+
"getter": false,
|
|
27646
|
+
"setter": false
|
|
27278
27647
|
}
|
|
27279
27648
|
],
|
|
27280
27649
|
"methods": [],
|
|
27281
27650
|
"events": [
|
|
27651
|
+
{
|
|
27652
|
+
"event": "dateChange",
|
|
27653
|
+
"detail": "string | string[]",
|
|
27654
|
+
"bubbles": true,
|
|
27655
|
+
"complexType": {
|
|
27656
|
+
"original": "string | string[]",
|
|
27657
|
+
"resolved": "string | string[]",
|
|
27658
|
+
"references": {}
|
|
27659
|
+
},
|
|
27660
|
+
"cancelable": true,
|
|
27661
|
+
"composed": true,
|
|
27662
|
+
"docs": "",
|
|
27663
|
+
"docsTags": []
|
|
27664
|
+
},
|
|
27665
|
+
{
|
|
27666
|
+
"event": "inputValueChanged",
|
|
27667
|
+
"detail": "void",
|
|
27668
|
+
"bubbles": true,
|
|
27669
|
+
"complexType": {
|
|
27670
|
+
"original": "void",
|
|
27671
|
+
"resolved": "void",
|
|
27672
|
+
"references": {}
|
|
27673
|
+
},
|
|
27674
|
+
"cancelable": true,
|
|
27675
|
+
"composed": true,
|
|
27676
|
+
"docs": "",
|
|
27677
|
+
"docsTags": []
|
|
27678
|
+
},
|
|
27282
27679
|
{
|
|
27283
27680
|
"event": "pageItemSelected",
|
|
27284
27681
|
"detail": "{ pageSize: any; pageNumber: number; }",
|
|
@@ -27306,26 +27703,59 @@
|
|
|
27306
27703
|
"composed": true,
|
|
27307
27704
|
"docs": "",
|
|
27308
27705
|
"docsTags": []
|
|
27706
|
+
},
|
|
27707
|
+
{
|
|
27708
|
+
"event": "selectionChanged",
|
|
27709
|
+
"detail": "any[]",
|
|
27710
|
+
"bubbles": true,
|
|
27711
|
+
"complexType": {
|
|
27712
|
+
"original": "any[]",
|
|
27713
|
+
"resolved": "any[]",
|
|
27714
|
+
"references": {}
|
|
27715
|
+
},
|
|
27716
|
+
"cancelable": true,
|
|
27717
|
+
"composed": true,
|
|
27718
|
+
"docs": "",
|
|
27719
|
+
"docsTags": []
|
|
27720
|
+
}
|
|
27721
|
+
],
|
|
27722
|
+
"listeners": [
|
|
27723
|
+
{
|
|
27724
|
+
"event": "resize",
|
|
27725
|
+
"target": "window",
|
|
27726
|
+
"capture": false,
|
|
27727
|
+
"passive": true
|
|
27309
27728
|
}
|
|
27310
27729
|
],
|
|
27311
|
-
"listeners": [],
|
|
27312
27730
|
"styles": [],
|
|
27313
27731
|
"slots": [],
|
|
27314
27732
|
"parts": [],
|
|
27315
27733
|
"dependents": [],
|
|
27316
27734
|
"dependencies": [
|
|
27735
|
+
"gb-help-tooltip",
|
|
27736
|
+
"gb-checkbox",
|
|
27317
27737
|
"gb-button",
|
|
27318
27738
|
"gb-portal",
|
|
27319
27739
|
"gb-input-dropdown-menu-item",
|
|
27740
|
+
"gb-table-header",
|
|
27320
27741
|
"gb-pagination"
|
|
27321
27742
|
],
|
|
27322
27743
|
"dependencyGraph": {
|
|
27323
27744
|
"gb-table": [
|
|
27745
|
+
"gb-help-tooltip",
|
|
27746
|
+
"gb-checkbox",
|
|
27324
27747
|
"gb-button",
|
|
27325
27748
|
"gb-portal",
|
|
27326
27749
|
"gb-input-dropdown-menu-item",
|
|
27750
|
+
"gb-table-header",
|
|
27327
27751
|
"gb-pagination"
|
|
27328
27752
|
],
|
|
27753
|
+
"gb-help-tooltip": [
|
|
27754
|
+
"gb-tooltip"
|
|
27755
|
+
],
|
|
27756
|
+
"gb-checkbox": [
|
|
27757
|
+
"gb-checkbox-base"
|
|
27758
|
+
],
|
|
27329
27759
|
"gb-button": [
|
|
27330
27760
|
"gb-tooltip"
|
|
27331
27761
|
],
|
|
@@ -27337,31 +27767,17 @@
|
|
|
27337
27767
|
"gb-avatar-contrast-inner-border",
|
|
27338
27768
|
"gb-status-indicator"
|
|
27339
27769
|
],
|
|
27340
|
-
"gb-
|
|
27341
|
-
"gb-
|
|
27342
|
-
],
|
|
27343
|
-
"gb-pagination": [
|
|
27344
|
-
"gb-button",
|
|
27345
|
-
"gb-pagination-number-base",
|
|
27346
|
-
"gb-input-dropdown",
|
|
27347
|
-
"gb-pagination-button-group-base"
|
|
27348
|
-
],
|
|
27349
|
-
"gb-input-dropdown": [
|
|
27350
|
-
"gb-avatar",
|
|
27351
|
-
"gb-button",
|
|
27352
|
-
"gb-tag",
|
|
27353
|
-
"gb-help-tooltip",
|
|
27770
|
+
"gb-table-header": [
|
|
27771
|
+
"gb-date-picker",
|
|
27354
27772
|
"gb-input-field",
|
|
27355
|
-
"gb-
|
|
27356
|
-
|
|
27357
|
-
|
|
27358
|
-
"gb-
|
|
27359
|
-
"gb-avatar",
|
|
27360
|
-
"gb-tag-count",
|
|
27361
|
-
"gb-tag-close"
|
|
27773
|
+
"gb-button-group",
|
|
27774
|
+
"gb-button",
|
|
27775
|
+
"gb-filter-button",
|
|
27776
|
+
"gb-export-dropdown"
|
|
27362
27777
|
],
|
|
27363
|
-
"gb-
|
|
27364
|
-
"gb-
|
|
27778
|
+
"gb-date-picker": [
|
|
27779
|
+
"gb-date-picker-list-item",
|
|
27780
|
+
"gb-button"
|
|
27365
27781
|
],
|
|
27366
27782
|
"gb-input-field": [
|
|
27367
27783
|
"gb-help-tooltip",
|
|
@@ -27376,6 +27792,47 @@
|
|
|
27376
27792
|
],
|
|
27377
27793
|
"gb-btn": [
|
|
27378
27794
|
"gb-tooltip"
|
|
27795
|
+
],
|
|
27796
|
+
"gb-tag": [
|
|
27797
|
+
"gb-tag-checkbox",
|
|
27798
|
+
"gb-avatar",
|
|
27799
|
+
"gb-tag-count",
|
|
27800
|
+
"gb-tag-close"
|
|
27801
|
+
],
|
|
27802
|
+
"gb-button-group": [
|
|
27803
|
+
"gb-button-group-base"
|
|
27804
|
+
],
|
|
27805
|
+
"gb-button-group-base": [
|
|
27806
|
+
"gb-checkbox"
|
|
27807
|
+
],
|
|
27808
|
+
"gb-filter-button": [
|
|
27809
|
+
"gb-button",
|
|
27810
|
+
"gb-badge"
|
|
27811
|
+
],
|
|
27812
|
+
"gb-badge": [
|
|
27813
|
+
"gb-avatar",
|
|
27814
|
+
"gb-badge-close"
|
|
27815
|
+
],
|
|
27816
|
+
"gb-export-dropdown": [
|
|
27817
|
+
"gb-export-dropdown-item",
|
|
27818
|
+
"gb-export-sub-dropdown"
|
|
27819
|
+
],
|
|
27820
|
+
"gb-export-sub-dropdown": [
|
|
27821
|
+
"gb-export-sub-dropdown-item"
|
|
27822
|
+
],
|
|
27823
|
+
"gb-pagination": [
|
|
27824
|
+
"gb-button",
|
|
27825
|
+
"gb-pagination-number-base",
|
|
27826
|
+
"gb-input-dropdown",
|
|
27827
|
+
"gb-pagination-button-group-base"
|
|
27828
|
+
],
|
|
27829
|
+
"gb-input-dropdown": [
|
|
27830
|
+
"gb-avatar",
|
|
27831
|
+
"gb-button",
|
|
27832
|
+
"gb-tag",
|
|
27833
|
+
"gb-help-tooltip",
|
|
27834
|
+
"gb-input-field",
|
|
27835
|
+
"gb-input-dropdown-menu-item"
|
|
27379
27836
|
]
|
|
27380
27837
|
}
|
|
27381
27838
|
},
|
|
@@ -27566,10 +28023,10 @@
|
|
|
27566
28023
|
"docsTags": [
|
|
27567
28024
|
{
|
|
27568
28025
|
"name": "default",
|
|
27569
|
-
"text": "'
|
|
28026
|
+
"text": "'left'"
|
|
27570
28027
|
}
|
|
27571
28028
|
],
|
|
27572
|
-
"default": "'
|
|
28029
|
+
"default": "'left'",
|
|
27573
28030
|
"values": [
|
|
27574
28031
|
{
|
|
27575
28032
|
"value": "left",
|
|
@@ -28248,10 +28705,10 @@
|
|
|
28248
28705
|
"docsTags": [
|
|
28249
28706
|
{
|
|
28250
28707
|
"name": "default",
|
|
28251
|
-
"text": "
|
|
28708
|
+
"text": "false"
|
|
28252
28709
|
}
|
|
28253
28710
|
],
|
|
28254
|
-
"default": "
|
|
28711
|
+
"default": "false",
|
|
28255
28712
|
"values": [
|
|
28256
28713
|
{
|
|
28257
28714
|
"type": "boolean"
|
|
@@ -28425,7 +28882,9 @@
|
|
|
28425
28882
|
"styles": [],
|
|
28426
28883
|
"slots": [],
|
|
28427
28884
|
"parts": [],
|
|
28428
|
-
"dependents": [
|
|
28885
|
+
"dependents": [
|
|
28886
|
+
"gb-table"
|
|
28887
|
+
],
|
|
28429
28888
|
"dependencies": [
|
|
28430
28889
|
"gb-date-picker",
|
|
28431
28890
|
"gb-input-field",
|
|
@@ -28504,6 +28963,9 @@
|
|
|
28504
28963
|
],
|
|
28505
28964
|
"gb-export-sub-dropdown": [
|
|
28506
28965
|
"gb-export-sub-dropdown-item"
|
|
28966
|
+
],
|
|
28967
|
+
"gb-table": [
|
|
28968
|
+
"gb-table-header"
|
|
28507
28969
|
]
|
|
28508
28970
|
}
|
|
28509
28971
|
},
|
|
@@ -32374,6 +32836,11 @@
|
|
|
32374
32836
|
"docstring": "",
|
|
32375
32837
|
"path": "src/components.d.ts"
|
|
32376
32838
|
},
|
|
32839
|
+
"src/models/reusableModels.ts::PortalPlacement": {
|
|
32840
|
+
"declaration": "export type PortalPlacement =\r\n | 'top'\r\n | 'top-start'\r\n | 'top-end'\r\n | 'bottom'\r\n | 'bottom-start'\r\n | 'bottom-end'\r\n | 'left'\r\n | 'left-start'\r\n | 'left-end'\r\n | 'right'\r\n | 'right-start'\r\n | 'right-end';",
|
|
32841
|
+
"docstring": "",
|
|
32842
|
+
"path": "src/models/reusableModels.ts"
|
|
32843
|
+
},
|
|
32377
32844
|
"src/components.d.ts::StateType": {
|
|
32378
32845
|
"declaration": "any",
|
|
32379
32846
|
"docstring": "",
|
|
@@ -32400,7 +32867,7 @@
|
|
|
32400
32867
|
"path": "src/models/reusableModels.ts"
|
|
32401
32868
|
},
|
|
32402
32869
|
"src/models/reusableModels.ts::TableColumn": {
|
|
32403
|
-
"declaration": "export interface TableColumn {\r\n key: string;\r\n label: string;\r\n width?: string;\r\n align?: 'left' | 'center' | 'right';\r\n stickyRight?: boolean;\r\n sortable?: boolean;\r\n cellComponent?: string;\r\n cellActionType?: 'dropdown' | 'void'
|
|
32870
|
+
"declaration": "export interface TableColumn {\r\n key: string;\r\n label: string;\r\n width?: string;\r\n align?: 'left' | 'center' | 'right';\r\n stickyRight?: boolean;\r\n helpIcon?: boolean;\r\n sortable?: boolean;\r\n sortType?: 'string' | 'number' | 'date';\r\n sortComparator?: (a: any, b: any) => number;\r\n cellComponent?: string;\r\n cellActionType?: 'dropdown' | 'void';\r\n cellProps?: { [key: string]: any };\r\n cellSlots?: JSX.Element | ((row: any) => JSX.Element);\r\n onClick?: () => void;\r\n mobile?: {\r\n position?: MobilePosition;\r\n };\r\n}",
|
|
32404
32871
|
"docstring": "",
|
|
32405
32872
|
"path": "src/models/reusableModels.ts"
|
|
32406
32873
|
},
|