globuswebcomponents 2.13.0 → 2.13.1
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_58.cjs.entry.js → gb-action-panel_61.cjs.entry.js} +705 -81
- package/dist/cjs/gb-avatar-label-group_3.cjs.entry.js +1 -1
- package/dist/cjs/gb-modal-action.gb-modal-header.entry.cjs.js.map +1 -0
- package/dist/cjs/{gb-modal-action_3.cjs.entry.js → gb-modal-action_2.cjs.entry.js} +1 -225
- package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider.cjs.entry.js +1 -1
- package/dist/cjs/gb-step-base_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-icons-connected.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-minimal-icons.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-vertical-tabs.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/assets/user-account.svg +3 -2
- package/dist/collection/components/gb-button-close/gb-button-close.css +8 -2
- package/dist/collection/components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.css +173 -108
- package/dist/collection/components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.js +17 -2
- package/dist/collection/components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.js.map +1 -1
- package/dist/collection/components/gb-complex-secondary-side-bar-item/gb-complex-secondary-side-bar-item.css +14 -1
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js.map +1 -1
- package/dist/collection/components/gb-input-field/gb-input-field.css +4 -0
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.css +3 -2
- package/dist/collection/components/gb-pagination/gb-pagination.js +10 -7
- package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -1
- package/dist/collection/components/gb-rich-text/gb-rich-text.css +1 -1
- package/dist/collection/components/gb-rich-text/gb-rich-text.js +36 -13
- package/dist/collection/components/gb-rich-text/gb-rich-text.js.map +1 -1
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.css +10 -2
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +37 -25
- package/dist/collection/components/gb-sidebar/gb-sidebar.js.map +1 -1
- package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +2 -2
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
- package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-connected/gb-stepper-horizontal-icons-connected.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js +1 -1
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +2 -2
- package/dist/collection/components/gb-table/gb-table.js +4 -4
- package/dist/collection/components/gb-table-header/gb-table-header.js +2 -2
- 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.css +14 -2
- package/dist/collection/components/gb-toast/gb-toast.js +20 -6
- 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/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.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 +3 -3
- package/dist/components/gb-approval-modal.js +14 -14
- 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 +4 -4
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +2 -2
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-btn.js +1 -1
- package/dist/components/gb-button-close.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 +5 -5
- 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 +5 -5
- package/dist/components/gb-empty-state.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +5 -5
- package/dist/components/gb-filter-button.js +1 -1
- package/dist/components/gb-filter-modal.js +1 -1
- package/dist/components/gb-header.js +20 -20
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +5 -5
- 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-menu-item.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-mega-input-field-base.js +1 -1
- package/dist/components/gb-metric-card.js +3 -3
- package/dist/components/gb-modal-action.js +1 -1
- package/dist/components/gb-modal-header.js +1 -1
- package/dist/components/gb-nav-bar-item.js +1 -1
- package/dist/components/gb-nav-bar-sidemenu.js +5 -5
- 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-progress-bar.js +1 -1
- package/dist/components/gb-prompt-modal.js +3 -3
- package/dist/components/gb-rich-text.js +122 -37
- package/dist/components/gb-rich-text.js.map +1 -1
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-sidebar.js +38 -30
- package/dist/components/gb-sidebar.js.map +1 -1
- 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 +3 -3
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-step-base.js +1 -1
- package/dist/components/gb-step-icon-base.js +1 -1
- package/dist/components/gb-stepper-horizontal-icons-centered.js +3 -3
- package/dist/components/gb-stepper-horizontal-icons-connected.js +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
- package/dist/components/gb-stepper-horizontal-minimal-icons.js +2 -2
- package/dist/components/gb-stepper-vertical-icons-with-text.js +3 -3
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-header.js +1 -1
- package/dist/components/gb-table.js +30 -30
- 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 +1 -1
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +1 -1
- package/dist/components/gb-token-field-compact.js +1 -1
- package/dist/components/gb-token-field-compressed.js +3 -3
- 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-toolbar.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +1 -1
- package/dist/components/{p-DSspIAY_.js → p-0Dn-Rnju.js} +18 -18
- package/dist/components/{p-DSspIAY_.js.map → p-0Dn-Rnju.js.map} +1 -1
- package/dist/components/{p-BlFpysjr.js → p-2XuiJtzO.js} +3 -3
- package/dist/components/{p-BlFpysjr.js.map → p-2XuiJtzO.js.map} +1 -1
- package/dist/components/{p-DtEK17M0.js → p-9GfE0gTy.js} +3 -3
- package/dist/components/{p-DtEK17M0.js.map → p-9GfE0gTy.js.map} +1 -1
- package/dist/components/{p-CAUI0CX-.js → p-B5E1LYe4.js} +3 -3
- package/dist/components/p-B5E1LYe4.js.map +1 -0
- package/dist/components/{p-D0ocaDQh.js → p-B5Gg3C_a.js} +4 -4
- package/dist/components/{p-D0ocaDQh.js.map → p-B5Gg3C_a.js.map} +1 -1
- package/dist/components/{p-fRLZ6YQ8.js → p-BAz_Vt1i.js} +4 -4
- package/dist/components/{p-fRLZ6YQ8.js.map → p-BAz_Vt1i.js.map} +1 -1
- package/dist/components/{p-DucwQS6V.js → p-BDoGfwvg.js} +21 -6
- package/dist/components/p-BDoGfwvg.js.map +1 -0
- package/dist/components/{p-DvzgNkm5.js → p-BS8xCBdu.js} +7 -7
- package/dist/components/{p-DvzgNkm5.js.map → p-BS8xCBdu.js.map} +1 -1
- package/dist/components/{p-DQkjE_38.js → p-BT3qlXvE.js} +25 -11
- package/dist/components/p-BT3qlXvE.js.map +1 -0
- package/dist/components/{p-CA2F5H0T.js → p-BXe-k47p.js} +4 -4
- package/dist/components/{p-CA2F5H0T.js.map → p-BXe-k47p.js.map} +1 -1
- package/dist/components/{p-Dssj0y_t.js → p-BeGFmd5J.js} +7 -7
- package/dist/components/{p-Dssj0y_t.js.map → p-BeGFmd5J.js.map} +1 -1
- package/dist/components/{p-DgNS4mbY.js → p-BhVoEnfv.js} +3 -3
- package/dist/components/{p-DgNS4mbY.js.map → p-BhVoEnfv.js.map} +1 -1
- package/dist/components/{p-B0aOn9A2.js → p-Bllp0vbv.js} +4 -4
- package/dist/components/{p-B0aOn9A2.js.map → p-Bllp0vbv.js.map} +1 -1
- package/dist/components/{p-CAAOqL3y.js → p-Blu09IWZ.js} +4 -4
- package/dist/components/{p-CAAOqL3y.js.map → p-Blu09IWZ.js.map} +1 -1
- package/dist/components/{p-DR7pZRGs.js → p-BpCukPcq.js} +4 -4
- package/dist/components/{p-DR7pZRGs.js.map → p-BpCukPcq.js.map} +1 -1
- package/dist/components/{p-3n_Rg7xU.js → p-BqTCck1h.js} +3 -3
- package/dist/components/{p-3n_Rg7xU.js.map → p-BqTCck1h.js.map} +1 -1
- package/dist/components/{p-CWApioZY.js → p-BtlPSJ-r.js} +5 -5
- package/dist/components/{p-CWApioZY.js.map → p-BtlPSJ-r.js.map} +1 -1
- package/dist/components/{p-CFs3alKC.js → p-CCZGHKuD.js} +6 -6
- package/dist/components/{p-CFs3alKC.js.map → p-CCZGHKuD.js.map} +1 -1
- package/dist/components/{p-DMsmXzzY.js → p-CDGXfTAS.js} +8 -8
- package/dist/components/{p-DMsmXzzY.js.map → p-CDGXfTAS.js.map} +1 -1
- package/dist/components/{p-DKT154aG.js → p-CFV37CON.js} +4 -4
- package/dist/components/{p-DKT154aG.js.map → p-CFV37CON.js.map} +1 -1
- package/dist/components/{p-BsYZevE2.js → p-CGHS2An9.js} +3 -3
- package/dist/components/{p-BsYZevE2.js.map → p-CGHS2An9.js.map} +1 -1
- package/dist/components/{p-B6XCdUb6.js → p-CI7cPk_x.js} +5 -5
- package/dist/components/{p-B6XCdUb6.js.map → p-CI7cPk_x.js.map} +1 -1
- package/dist/components/{p-CyFmZjqD.js → p-COqi1UbV.js} +15 -15
- package/dist/components/{p-CyFmZjqD.js.map → p-COqi1UbV.js.map} +1 -1
- package/dist/components/{p-CVBl62Yo.js → p-CRQBsns0.js} +4 -4
- package/dist/components/{p-CVBl62Yo.js.map → p-CRQBsns0.js.map} +1 -1
- package/dist/components/{p-BGU61OWk.js → p-CY9tYu7L.js} +20 -20
- package/dist/components/{p-BGU61OWk.js.map → p-CY9tYu7L.js.map} +1 -1
- package/dist/components/{p-DBaW7FpK.js → p-CZ4KU_T2.js} +4 -4
- package/dist/components/{p-DBaW7FpK.js.map → p-CZ4KU_T2.js.map} +1 -1
- package/dist/components/{p-DRq1CWqI.js → p-CfGTBchH.js} +3 -3
- package/dist/components/{p-DRq1CWqI.js.map → p-CfGTBchH.js.map} +1 -1
- package/dist/components/{p-Bc-ZtA8e.js → p-CnM7ZwCv.js} +6 -6
- package/dist/components/{p-Bc-ZtA8e.js.map → p-CnM7ZwCv.js.map} +1 -1
- package/dist/components/{p-dxxkqgKH.js → p-CnOSP5fN.js} +3 -3
- package/dist/components/p-CnOSP5fN.js.map +1 -0
- package/dist/components/{p-CbGGgTdJ.js → p-CnwFBTLJ.js} +3 -3
- package/dist/components/{p-CbGGgTdJ.js.map → p-CnwFBTLJ.js.map} +1 -1
- package/dist/components/{p-Dr9EcafM.js → p-CoLGqDxS.js} +15 -15
- package/dist/components/p-CoLGqDxS.js.map +1 -0
- package/dist/components/{p-mw-bquW3.js → p-CoivCGR3.js} +3 -3
- package/dist/components/{p-mw-bquW3.js.map → p-CoivCGR3.js.map} +1 -1
- package/dist/components/{p-BxwAkuro.js → p-CyPw5YoV.js} +3 -3
- package/dist/components/{p-BxwAkuro.js.map → p-CyPw5YoV.js.map} +1 -1
- package/dist/components/{p-FH65sUBf.js → p-D0UZXcRz.js} +6 -6
- package/dist/components/{p-FH65sUBf.js.map → p-D0UZXcRz.js.map} +1 -1
- package/dist/components/{p-BpLzCERN.js → p-D7ISVr5X.js} +4 -4
- package/dist/components/{p-BpLzCERN.js.map → p-D7ISVr5X.js.map} +1 -1
- package/dist/components/{p-BnqfHn6M.js → p-DQzSNn6d.js} +8 -8
- package/dist/components/{p-BnqfHn6M.js.map → p-DQzSNn6d.js.map} +1 -1
- package/dist/components/{p-Bg8O-00f.js → p-DRoDIQwF.js} +3 -3
- package/dist/components/{p-Bg8O-00f.js.map → p-DRoDIQwF.js.map} +1 -1
- package/dist/components/{p-B1KG7kHb.js → p-DXiN3a4D.js} +12 -12
- package/dist/components/{p-B1KG7kHb.js.map → p-DXiN3a4D.js.map} +1 -1
- package/dist/components/{p-mhOJFBsc.js → p-D_YD59D1.js} +3 -3
- package/dist/components/{p-mhOJFBsc.js.map → p-D_YD59D1.js.map} +1 -1
- package/dist/components/{p-yhhsEmvv.js → p-Dd4XDMhP.js} +9 -9
- package/dist/components/{p-yhhsEmvv.js.map → p-Dd4XDMhP.js.map} +1 -1
- package/dist/components/{p-ubdyFlGc.js → p-Dh2Cyht7.js} +7 -7
- package/dist/components/{p-ubdyFlGc.js.map → p-Dh2Cyht7.js.map} +1 -1
- package/dist/components/{p-D-ExTT9E.js → p-DiUcRtK-.js} +3 -3
- package/dist/components/{p-D-ExTT9E.js.map → p-DiUcRtK-.js.map} +1 -1
- package/dist/components/{p-CzbzgZko.js → p-DyO-WCvw.js} +4 -4
- package/dist/components/{p-CzbzgZko.js.map → p-DyO-WCvw.js.map} +1 -1
- package/dist/components/{p-CT9hcuAw.js → p-GuLHgTQK.js} +3 -3
- package/dist/components/{p-CT9hcuAw.js.map → p-GuLHgTQK.js.map} +1 -1
- package/dist/components/{p-D8KEXPcY.js → p-Iipr6_wN.js} +3 -3
- package/dist/components/{p-D8KEXPcY.js.map → p-Iipr6_wN.js.map} +1 -1
- package/dist/components/{p-Dm6HnIU0.js → p-KhL7ozXB.js} +3 -3
- package/dist/components/{p-Dm6HnIU0.js.map → p-KhL7ozXB.js.map} +1 -1
- package/dist/components/{p-BJFuCHPx.js → p-Krq9Xzvd.js} +26 -23
- package/dist/components/p-Krq9Xzvd.js.map +1 -0
- package/dist/components/{p-aLK3Jzl7.js → p-QDzOpU8a.js} +4 -4
- package/dist/components/{p-aLK3Jzl7.js.map → p-QDzOpU8a.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-6OYvw4xY.js → p-hpq8ebuF.js} +3 -3
- package/dist/components/{p-6OYvw4xY.js.map → p-hpq8ebuF.js.map} +1 -1
- package/dist/components/{p-IpASm6X3.js → p-jkP_FXBw.js} +3 -3
- package/dist/components/{p-IpASm6X3.js.map → p-jkP_FXBw.js.map} +1 -1
- package/dist/components/{p-BrjAzfvX.js → p-kQlhdlBh.js} +3 -3
- package/dist/components/{p-BrjAzfvX.js.map → p-kQlhdlBh.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +75 -22
- package/dist/esm/{gb-action-panel_58.entry.js → gb-action-panel_61.entry.js} +703 -82
- package/dist/esm/gb-avatar-label-group_3.entry.js +1 -1
- package/dist/esm/gb-modal-action.gb-modal-header.entry.js.map +1 -0
- package/dist/esm/{gb-modal-action_3.entry.js → gb-modal-action_2.entry.js} +3 -226
- package/dist/esm/gb-scrollbar.entry.js +1 -1
- package/dist/esm/gb-slider-control-handle.entry.js +1 -1
- package/dist/esm/gb-slider.entry.js +1 -1
- package/dist/esm/gb-step-base_2.entry.js +2 -2
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-icons-connected.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-minimal-icons.entry.js +1 -1
- package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
- package/dist/esm/gb-vertical-tabs.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/assets/user-account.svg +3 -2
- package/dist/globuscomponents/gb-modal-action.gb-modal-header.entry.esm.js.map +1 -0
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/p-107a1db6.entry.js +2 -0
- package/dist/globuscomponents/p-107a1db6.entry.js.map +1 -0
- package/dist/globuscomponents/{p-9f199d48.entry.js → p-1a60ecdb.entry.js} +2 -2
- package/dist/globuscomponents/{p-e5bd73df.entry.js → p-27f7a9c6.entry.js} +2 -2
- package/dist/globuscomponents/{p-7920ea62.entry.js → p-2f7946e2.entry.js} +2 -2
- package/dist/globuscomponents/{p-87aea79b.entry.js → p-4fa3af47.entry.js} +2 -2
- package/dist/globuscomponents/{p-b382e5ce.entry.js → p-5051191c.entry.js} +2 -2
- package/dist/globuscomponents/p-55fd0c0c.entry.js +2 -0
- package/dist/globuscomponents/p-6e8e8b44.entry.js +2 -0
- package/dist/globuscomponents/{p-494d669c.entry.js → p-7d813e92.entry.js} +2 -2
- package/dist/globuscomponents/{p-8d0c289c.entry.js → p-7e17ac32.entry.js} +2 -2
- package/dist/globuscomponents/{p-9a542f70.entry.js → p-a151a893.entry.js} +2 -2
- package/dist/globuscomponents/{p-6168c7e4.entry.js → p-a68e199d.entry.js} +2 -2
- package/dist/globuscomponents/p-a68e199d.entry.js.map +1 -0
- package/dist/globuscomponents/{p-3aa16964.entry.js → p-adedbe7a.entry.js} +2 -2
- package/dist/globuscomponents/{p-125b0cff.entry.js → p-c63ebd61.entry.js} +2 -2
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/types/components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.d.ts +1 -1
- package/dist/types/components/gb-pagination/gb-pagination.d.ts +2 -1
- package/dist/types/components/gb-rich-text/gb-rich-text.d.ts +3 -2
- package/dist/types/components/gb-toast/gb-toast.d.ts +4 -0
- package/dist/types/components.d.ts +48 -16
- package/dist/types/models/reusableModels.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +0 -223
- package/dist/cjs/gb-horizontal-tabs.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-modal-action.gb-modal-header.gb-textarea-input-field.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-tab-button-base.cjs.entry.js +0 -67
- package/dist/cjs/gb-tab-button-base.entry.cjs.js.map +0 -1
- package/dist/components/p-BJFuCHPx.js.map +0 -1
- package/dist/components/p-CAUI0CX-.js.map +0 -1
- package/dist/components/p-DQkjE_38.js.map +0 -1
- package/dist/components/p-Dr9EcafM.js.map +0 -1
- package/dist/components/p-DucwQS6V.js.map +0 -1
- package/dist/components/p-dxxkqgKH.js.map +0 -1
- package/dist/esm/gb-horizontal-tabs.entry.js +0 -221
- package/dist/esm/gb-horizontal-tabs.entry.js.map +0 -1
- package/dist/esm/gb-modal-action.gb-modal-header.gb-textarea-input-field.entry.js.map +0 -1
- package/dist/esm/gb-tab-button-base.entry.js +0 -65
- package/dist/esm/gb-tab-button-base.entry.js.map +0 -1
- package/dist/globuscomponents/gb-horizontal-tabs.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-modal-action.gb-modal-header.gb-textarea-input-field.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-tab-button-base.entry.esm.js.map +0 -1
- package/dist/globuscomponents/p-0bfe5d9e.entry.js +0 -2
- package/dist/globuscomponents/p-0bfe5d9e.entry.js.map +0 -1
- package/dist/globuscomponents/p-24957377.entry.js +0 -2
- package/dist/globuscomponents/p-24957377.entry.js.map +0 -1
- package/dist/globuscomponents/p-445404fa.entry.js +0 -2
- package/dist/globuscomponents/p-6168c7e4.entry.js.map +0 -1
- package/dist/globuscomponents/p-9b87e5e1.entry.js +0 -2
- package/dist/globuscomponents/p-9b87e5e1.entry.js.map +0 -1
- package/dist/globuscomponents/p-fda9efa9.entry.js +0 -2
- /package/dist/globuscomponents/{p-9f199d48.entry.js.map → p-1a60ecdb.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e5bd73df.entry.js.map → p-27f7a9c6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7920ea62.entry.js.map → p-2f7946e2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-87aea79b.entry.js.map → p-4fa3af47.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b382e5ce.entry.js.map → p-5051191c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-fda9efa9.entry.js.map → p-55fd0c0c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-445404fa.entry.js.map → p-6e8e8b44.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-494d669c.entry.js.map → p-7d813e92.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8d0c289c.entry.js.map → p-7e17ac32.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9a542f70.entry.js.map → p-a151a893.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3aa16964.entry.js.map → p-adedbe7a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-125b0cff.entry.js.map → p-c63ebd61.entry.js.map} +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, h } from './p-C9dqTMUJ.js';
|
|
2
2
|
import { S as StateEnum } from './p-cHn6O-Kf.js';
|
|
3
|
-
import { d as defineCustomElement$b } from './p-
|
|
3
|
+
import { d as defineCustomElement$b } from './p-D_YD59D1.js';
|
|
4
4
|
import { d as defineCustomElement$a } from './p-CjsCOmNI.js';
|
|
5
5
|
import { d as defineCustomElement$9 } from './p-tidaK-hf.js';
|
|
6
6
|
import { d as defineCustomElement$8 } from './p-BTouLKKP.js';
|
|
7
|
-
import { d as defineCustomElement$7 } from './p-
|
|
8
|
-
import { d as defineCustomElement$6 } from './p-
|
|
9
|
-
import { d as defineCustomElement$5 } from './p-
|
|
10
|
-
import { d as defineCustomElement$4 } from './p-
|
|
11
|
-
import { d as defineCustomElement$3 } from './p-
|
|
12
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$7 } from './p-D7ISVr5X.js';
|
|
8
|
+
import { d as defineCustomElement$6 } from './p-BhVoEnfv.js';
|
|
9
|
+
import { d as defineCustomElement$5 } from './p-DQzSNn6d.js';
|
|
10
|
+
import { d as defineCustomElement$4 } from './p-CnwFBTLJ.js';
|
|
11
|
+
import { d as defineCustomElement$3 } from './p-BqTCck1h.js';
|
|
12
|
+
import { d as defineCustomElement$2 } from './p-CyPw5YoV.js';
|
|
13
13
|
|
|
14
14
|
const testInputTagCss = ".input_group{--height:auto;--inputheight:4.5rem;--weight:100%;display:flex;position:relative}.input_like_parent{width:100%;border:1px solid var(--color-border-input, #CDD5DF);border-radius:var(--rounded-sm);padding:0.625rem 0.875rem 0.625rem var(--spacing-3)}.input_like{width:100%;overflow-y:scroll;transition:height 50ms ease-in-out}.results_display{display:flex;flex-wrap:wrap;gap:0.5rem;background-color:var(--color-surface, #FFFFFF);display:none;margin-top:0.5rem}.results_display.show_results{display:block}.tags{padding-top:1rem}.dropdown_list.show{display:block}.dropdown_menu{display:flex;width:100%;max-height:15rem;padding:var(--spacing-none);flex-direction:column;align-items:stretch;border-radius:var(--rounded-sm);border:1px solid var(--color-border-subtler, #E3E8EF);background:var(--color-surface, #FFFFFF);box-shadow:var(--shadow-sm);position:absolute;top:100%;z-index:10;gap:var(--spacing-none);transition:1s ease-in-out}";
|
|
15
15
|
|
|
@@ -89,7 +89,7 @@ const TestInputTag$1 = /*@__PURE__*/ proxyCustomElement(class TestInputTag exten
|
|
|
89
89
|
this.exportValue.emit(this.selectedStaff);
|
|
90
90
|
}
|
|
91
91
|
render() {
|
|
92
|
-
return (h("div", { key: '
|
|
92
|
+
return (h("div", { key: 'e265282f76a759d969599c185ad5e9a3c46db44a', class: "input_group", ref: el => (this.inputGroupElement = el) }, h("label", { key: '732b65546f9f004ae104517c410121ad8725e89d', htmlFor: this.idOfInput }, this.labelText), h("div", { key: '26e4ec22abedfbdbc09e36970f5b9a5d5b218fee', class: "input_like_parent", onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, h("input", { key: '5d297acfcd26a3df02100bb15b8bda330dcaf7a4', id: this.idOfInput, class: "input_like", type: "text", placeholder: this.placeholderText, value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff() }), h("div", { key: '3b942313cc8808ee9ac9a32fce77bc8646e6eec2', class: `results_display ${this.selectedStaff.length >= 1 ? 'show_results' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.selectedStaff.map((staff, index) => (
|
|
93
93
|
// <span>
|
|
94
94
|
// {staff.fullname}
|
|
95
95
|
// <img
|
|
@@ -98,7 +98,7 @@ const TestInputTag$1 = /*@__PURE__*/ proxyCustomElement(class TestInputTag exten
|
|
|
98
98
|
// onClick={() => this.removeStaff(index)}
|
|
99
99
|
// />
|
|
100
100
|
// </span>
|
|
101
|
-
h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index) }, h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, staff.fullname.split(' ')[0])))))), this.show && (h("div", { key: '
|
|
101
|
+
h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index) }, h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, staff.fullname.split(' ')[0])))))), this.show && (h("div", { key: '6c3533aca559fcf2b05cfa7e0d7424a3dd45037f', class: `dropdown_menu ${this.show ? 'show' : ''}` }, this.staffInfo.map(staff => (
|
|
102
102
|
// <li class="aList" onClick={() => this.selectStaff(staff)}>
|
|
103
103
|
// <div>{staff.fullname}</div>
|
|
104
104
|
// <div>{staff.email}</div>
|
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-03-
|
|
2
|
+
"timestamp": "2026-03-10T13:25:13",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.38.3",
|
|
@@ -23404,7 +23404,7 @@
|
|
|
23404
23404
|
"setter": false
|
|
23405
23405
|
},
|
|
23406
23406
|
{
|
|
23407
|
-
"name": "
|
|
23407
|
+
"name": "errorText",
|
|
23408
23408
|
"type": "string",
|
|
23409
23409
|
"complexType": {
|
|
23410
23410
|
"original": "string",
|
|
@@ -23412,16 +23412,16 @@
|
|
|
23412
23412
|
"references": {}
|
|
23413
23413
|
},
|
|
23414
23414
|
"mutable": false,
|
|
23415
|
-
"attr": "error-
|
|
23415
|
+
"attr": "error-text",
|
|
23416
23416
|
"reflectToAttr": false,
|
|
23417
23417
|
"docs": "",
|
|
23418
23418
|
"docsTags": [
|
|
23419
23419
|
{
|
|
23420
23420
|
"name": "default",
|
|
23421
|
-
"text": "'
|
|
23421
|
+
"text": "''"
|
|
23422
23422
|
}
|
|
23423
23423
|
],
|
|
23424
|
-
"default": "'
|
|
23424
|
+
"default": "''",
|
|
23425
23425
|
"values": [
|
|
23426
23426
|
{
|
|
23427
23427
|
"type": "string"
|
|
@@ -23433,7 +23433,7 @@
|
|
|
23433
23433
|
"setter": false
|
|
23434
23434
|
},
|
|
23435
23435
|
{
|
|
23436
|
-
"name": "
|
|
23436
|
+
"name": "hintText",
|
|
23437
23437
|
"type": "string",
|
|
23438
23438
|
"complexType": {
|
|
23439
23439
|
"original": "string",
|
|
@@ -23441,10 +23441,16 @@
|
|
|
23441
23441
|
"references": {}
|
|
23442
23442
|
},
|
|
23443
23443
|
"mutable": false,
|
|
23444
|
-
"attr": "hint",
|
|
23444
|
+
"attr": "hint-text",
|
|
23445
23445
|
"reflectToAttr": false,
|
|
23446
23446
|
"docs": "",
|
|
23447
|
-
"docsTags": [
|
|
23447
|
+
"docsTags": [
|
|
23448
|
+
{
|
|
23449
|
+
"name": "default",
|
|
23450
|
+
"text": "''"
|
|
23451
|
+
}
|
|
23452
|
+
],
|
|
23453
|
+
"default": "''",
|
|
23448
23454
|
"values": [
|
|
23449
23455
|
{
|
|
23450
23456
|
"type": "string"
|
|
@@ -23470,10 +23476,10 @@
|
|
|
23470
23476
|
"docsTags": [
|
|
23471
23477
|
{
|
|
23472
23478
|
"name": "default",
|
|
23473
|
-
"text": "'
|
|
23479
|
+
"text": "''"
|
|
23474
23480
|
}
|
|
23475
23481
|
],
|
|
23476
|
-
"default": "'
|
|
23482
|
+
"default": "''",
|
|
23477
23483
|
"values": [
|
|
23478
23484
|
{
|
|
23479
23485
|
"type": "string"
|
|
@@ -23499,10 +23505,10 @@
|
|
|
23499
23505
|
"docsTags": [
|
|
23500
23506
|
{
|
|
23501
23507
|
"name": "default",
|
|
23502
|
-
"text": "'
|
|
23508
|
+
"text": "''"
|
|
23503
23509
|
}
|
|
23504
23510
|
],
|
|
23505
|
-
"default": "'
|
|
23511
|
+
"default": "''",
|
|
23506
23512
|
"values": [
|
|
23507
23513
|
{
|
|
23508
23514
|
"type": "string"
|
|
@@ -23513,6 +23519,35 @@
|
|
|
23513
23519
|
"getter": false,
|
|
23514
23520
|
"setter": false
|
|
23515
23521
|
},
|
|
23522
|
+
{
|
|
23523
|
+
"name": "showHintText",
|
|
23524
|
+
"type": "boolean",
|
|
23525
|
+
"complexType": {
|
|
23526
|
+
"original": "boolean",
|
|
23527
|
+
"resolved": "boolean",
|
|
23528
|
+
"references": {}
|
|
23529
|
+
},
|
|
23530
|
+
"mutable": false,
|
|
23531
|
+
"attr": "show-hint-text",
|
|
23532
|
+
"reflectToAttr": false,
|
|
23533
|
+
"docs": "",
|
|
23534
|
+
"docsTags": [
|
|
23535
|
+
{
|
|
23536
|
+
"name": "default",
|
|
23537
|
+
"text": "false"
|
|
23538
|
+
}
|
|
23539
|
+
],
|
|
23540
|
+
"default": "false",
|
|
23541
|
+
"values": [
|
|
23542
|
+
{
|
|
23543
|
+
"type": "boolean"
|
|
23544
|
+
}
|
|
23545
|
+
],
|
|
23546
|
+
"optional": false,
|
|
23547
|
+
"required": false,
|
|
23548
|
+
"getter": false,
|
|
23549
|
+
"setter": false
|
|
23550
|
+
},
|
|
23516
23551
|
{
|
|
23517
23552
|
"name": "value",
|
|
23518
23553
|
"type": "any",
|
|
@@ -23879,7 +23914,13 @@
|
|
|
23879
23914
|
"attr": "category",
|
|
23880
23915
|
"reflectToAttr": false,
|
|
23881
23916
|
"docs": "",
|
|
23882
|
-
"docsTags": [
|
|
23917
|
+
"docsTags": [
|
|
23918
|
+
{
|
|
23919
|
+
"name": "default",
|
|
23920
|
+
"text": "'colored_background'"
|
|
23921
|
+
}
|
|
23922
|
+
],
|
|
23923
|
+
"default": "'colored_background'",
|
|
23883
23924
|
"values": [
|
|
23884
23925
|
{
|
|
23885
23926
|
"value": "colored_background",
|
|
@@ -23910,10 +23951,10 @@
|
|
|
23910
23951
|
"docsTags": [
|
|
23911
23952
|
{
|
|
23912
23953
|
"name": "default",
|
|
23913
|
-
"text": "{\r\n Recruitment: {\r\n
|
|
23954
|
+
"text": "{\r\n // Recruitment: {\r\n // icon: 'assets/user-search-01.svg',\r\n // items: [\r\n // { label: 'Overview', icon: 'assets/star.svg' },\r\n // { label: 'My Profile', icon: 'assets/star.svg' },\r\n // { label: 'Appraisal', icon: 'assets/star.svg' },\r\n // { label: 'Staff Management', icon: 'assets/star.svg' },\r\n // { label: 'Leave Management', icon: 'assets/star.svg' },\r\n // { label: 'Resignation Portal', icon: 'assets/star.svg' },\r\n // ],\r\n // },\r\n // Staff: {\r\n // icon: 'assets/user-account.svg',\r\n // items: [\r\n // { label: 'Staff Overview', icon: 'assets/star.svg' },\r\n // { label: 'Payroll Management', icon: 'assets/dashboard-square-03.svg' },\r\n // { label: 'Attendance', icon: 'assets/dashboard-square-03.svg' },\r\n // { label: 'New', icon: 'assets/dashboard-square-03.svg' },\r\n // ],\r\n // },\r\n }"
|
|
23914
23955
|
}
|
|
23915
23956
|
],
|
|
23916
|
-
"default": "{\r\n Recruitment: {\r\n
|
|
23957
|
+
"default": "{\r\n // Recruitment: {\r\n // icon: 'assets/user-search-01.svg',\r\n // items: [\r\n // { label: 'Overview', icon: 'assets/star.svg' },\r\n // { label: 'My Profile', icon: 'assets/star.svg' },\r\n // { label: 'Appraisal', icon: 'assets/star.svg' },\r\n // { label: 'Staff Management', icon: 'assets/star.svg' },\r\n // { label: 'Leave Management', icon: 'assets/star.svg' },\r\n // { label: 'Resignation Portal', icon: 'assets/star.svg' },\r\n // ],\r\n // },\r\n // Staff: {\r\n // icon: 'assets/user-account.svg',\r\n // items: [\r\n // { label: 'Staff Overview', icon: 'assets/star.svg' },\r\n // { label: 'Payroll Management', icon: 'assets/dashboard-square-03.svg' },\r\n // { label: 'Attendance', icon: 'assets/dashboard-square-03.svg' },\r\n // { label: 'New', icon: 'assets/dashboard-square-03.svg' },\r\n // ],\r\n // },\r\n }",
|
|
23917
23958
|
"values": [
|
|
23918
23959
|
{
|
|
23919
23960
|
"type": "any"
|
|
@@ -24255,7 +24296,13 @@
|
|
|
24255
24296
|
"attr": "nav-item-style",
|
|
24256
24297
|
"reflectToAttr": false,
|
|
24257
24298
|
"docs": "",
|
|
24258
|
-
"docsTags": [
|
|
24299
|
+
"docsTags": [
|
|
24300
|
+
{
|
|
24301
|
+
"name": "default",
|
|
24302
|
+
"text": "'standard'"
|
|
24303
|
+
}
|
|
24304
|
+
],
|
|
24305
|
+
"default": "'standard'",
|
|
24259
24306
|
"values": [
|
|
24260
24307
|
{
|
|
24261
24308
|
"value": "compact",
|
|
@@ -24767,7 +24814,13 @@
|
|
|
24767
24814
|
"attr": "type",
|
|
24768
24815
|
"reflectToAttr": false,
|
|
24769
24816
|
"docs": "",
|
|
24770
|
-
"docsTags": [
|
|
24817
|
+
"docsTags": [
|
|
24818
|
+
{
|
|
24819
|
+
"name": "default",
|
|
24820
|
+
"text": "'simple'"
|
|
24821
|
+
}
|
|
24822
|
+
],
|
|
24823
|
+
"default": "'simple'",
|
|
24771
24824
|
"values": [
|
|
24772
24825
|
{
|
|
24773
24826
|
"value": "complex",
|
|
@@ -31290,10 +31343,10 @@
|
|
|
31290
31343
|
"docsTags": [
|
|
31291
31344
|
{
|
|
31292
31345
|
"name": "default",
|
|
31293
|
-
"text": "''"
|
|
31346
|
+
"text": "'View changes'"
|
|
31294
31347
|
}
|
|
31295
31348
|
],
|
|
31296
|
-
"default": "''",
|
|
31349
|
+
"default": "'View changes'",
|
|
31297
31350
|
"values": [
|
|
31298
31351
|
{
|
|
31299
31352
|
"type": "string"
|
|
@@ -31377,10 +31430,10 @@
|
|
|
31377
31430
|
"docsTags": [
|
|
31378
31431
|
{
|
|
31379
31432
|
"name": "default",
|
|
31380
|
-
"text": "''"
|
|
31433
|
+
"text": "'Dismiss'"
|
|
31381
31434
|
}
|
|
31382
31435
|
],
|
|
31383
|
-
"default": "''",
|
|
31436
|
+
"default": "'Dismiss'",
|
|
31384
31437
|
"values": [
|
|
31385
31438
|
{
|
|
31386
31439
|
"type": "string"
|
|
@@ -34275,7 +34328,7 @@
|
|
|
34275
34328
|
"path": "src/models/reusableModels.ts"
|
|
34276
34329
|
},
|
|
34277
34330
|
"src/models/reusableModels.ts::TableColumn": {
|
|
34278
|
-
"declaration": "export interface TableColumn {\r\n key: string;\r\n label: string;\r\n value?: (row: any) => any;\r\n supportingText?: string | ((row: any) => string);\r\n width?: string;\r\n align?: 'left' | 'center' | 'right';\r\n helpIcon?: boolean;\r\n sortable?: boolean;\r\n sortType?: 'string' | 'number' | 'date';\r\n visible?: boolean;\r\n cellComponent?: string;\r\n searchable?: boolean;\r\n cellProps?: ((row: any) => { [key: string]: any }) | { [key: string]: any };\r\n cellSlots?: {\r\n default?: {\r\n tag?: string; // e.g., 'p', 'span' to wrap content\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n named?: {\r\n [slotName: string]: {\r\n tag: string; // e.g., 'p', 'h1', 'span'\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n };\r\n };\r\n cellClass?: string | ((row: any) => string);\r\n cellStyle?: { [key: string]: string } | ((row: any) => { [key: string]: string });\r\n splitCell?: {\r\n left: (row: any) => string | number;\r\n right: (row: any) => string | number;\r\n separator?: string;\r\n leftStyle?: (row: any) => { [key: string]: string };\r\n rightStyle?: (row: any) => { [key: string]: string };\r\n };\r\n onClick?: () => void;\r\n mobile?: {\r\n position?: MobilePosition;\r\n };\r\n gridCard?: {\r\n buttonIcon?: string;\r\n buttonText?: string;\r\n };\r\n}",
|
|
34331
|
+
"declaration": "export interface TableColumn {\r\n key: string;\r\n label: string;\r\n value?: (row: any) => any;\r\n supportingText?: string | ((row: any) => string);\r\n width?: string;\r\n align?: 'left' | 'center' | 'right';\r\n helpIcon?: boolean;\r\n sortable?: boolean;\r\n sortType?: 'string' | 'number' | 'date';\r\n visible?: boolean;\r\n cellComponent?: string;\r\n searchable?: boolean;\r\n cellProps?: ((row: any) => { [key: string]: any }) | { [key: string]: any };\r\n hasAvatar?: boolean;\r\n cellSlots?: {\r\n default?: {\r\n tag?: string; // e.g., 'p', 'span' to wrap content\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n named?: {\r\n [slotName: string]: {\r\n tag: string; // e.g., 'p', 'h1', 'span'\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n };\r\n };\r\n cellClass?: string | ((row: any) => string);\r\n cellStyle?: { [key: string]: string } | ((row: any) => { [key: string]: string });\r\n splitCell?: {\r\n left: (row: any) => string | number;\r\n right: (row: any) => string | number;\r\n separator?: string;\r\n leftStyle?: (row: any) => { [key: string]: string };\r\n rightStyle?: (row: any) => { [key: string]: string };\r\n };\r\n onClick?: () => void;\r\n mobile?: {\r\n position?: MobilePosition;\r\n };\r\n gridCard?: {\r\n buttonIcon?: string;\r\n buttonText?: string;\r\n };\r\n}",
|
|
34279
34332
|
"docstring": "",
|
|
34280
34333
|
"path": "src/models/reusableModels.ts"
|
|
34281
34334
|
},
|