globuswebcomponents 2.11.0 → 2.12.0
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-avatar-dropdown_5.cjs.entry.js +5 -5
- package/dist/cjs/gb-avatar-label-group_3.cjs.entry.js +2 -2
- package/dist/cjs/{gb-avatar_44.cjs.entry.js → gb-avatar_50.cjs.entry.js} +713 -99
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +2 -2
- package/dist/cjs/gb-header.cjs.entry.js +2 -2
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-logo.cjs.entry.js +1 -1
- package/dist/cjs/gb-metric-card.cjs.entry.js +1 -1
- package/dist/cjs/gb-metric-featured-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-modal-action_3.cjs.entry.js +5 -5
- package/dist/cjs/gb-nav-bar-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-nav-bar-sidemenu.cjs.entry.js +1 -1
- package/dist/cjs/gb-nav-bar.cjs.entry.js +1 -1
- package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-prompt-modal.cjs.entry.js +1 -1
- package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
- package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
- package/dist/cjs/gb-sidebar.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-tab-button-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-toast.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/collection-manifest.json +2 -0
- package/dist/collection/components/gb-date-picker/gb-date-picker.js +32 -7
- package/dist/collection/components/gb-date-picker/gb-date-picker.js.map +1 -1
- package/dist/collection/components/gb-filter-modal/gb-filter-modal.js +45 -17
- package/dist/collection/components/gb-filter-modal/gb-filter-modal.js.map +1 -1
- package/dist/collection/components/gb-header/gb-header.js +2 -2
- package/dist/collection/components/gb-header-icon/gb-header-icon.js +1 -1
- package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
- package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
- package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
- package/dist/collection/components/gb-illustration/gb-illustration.js +8 -8
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
- package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
- package/dist/collection/components/gb-input-field/gb-input-field.js +14 -14
- package/dist/collection/components/gb-logo/gb-logo.js +1 -1
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.css +12 -6
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +110 -17
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js.map +1 -1
- package/dist/collection/components/gb-metric-card/gb-metric-card.js +1 -1
- package/dist/collection/components/gb-metric-featured-icon/gb-metric-featured-icon.js +1 -1
- package/dist/collection/components/gb-modal-header/gb-modal-header.js +2 -2
- package/dist/collection/components/gb-nav-bar/gb-nav-bar.js +1 -1
- package/dist/collection/components/gb-nav-bar-item/gb-nav-bar-item.js +1 -1
- package/dist/collection/components/gb-nav-bar-sidemenu/gb-nav-bar-sidemenu.js +1 -1
- package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-pattern/gb-pattern.js +1 -1
- package/dist/collection/components/gb-portal/gb-portal.js +1 -1
- package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
- package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
- package/dist/collection/components/gb-prompt-modal/gb-prompt-modal.js +1 -1
- package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
- package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
- package/dist/collection/components/gb-rich-text/gb-rich-text.css +2915 -0
- package/dist/collection/components/gb-rich-text/gb-rich-text.js +393 -0
- package/dist/collection/components/gb-rich-text/gb-rich-text.js.map +1 -0
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +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.css +1 -1
- package/dist/collection/components/gb-table/gb-table.js +181 -36
- package/dist/collection/components/gb-table/gb-table.js.map +1 -1
- 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.js +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.css +47 -5
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +54 -1
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js.map +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +115 -3
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js.map +1 -1
- 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.css +36 -31
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +21 -3
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js.map +1 -1
- package/dist/collection/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.css +15 -0
- package/dist/collection/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.js +392 -0
- package/dist/collection/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.js.map +1 -0
- 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 +13 -13
- 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.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 +4 -4
- package/dist/components/gb-filter-button.js +1 -1
- package/dist/components/gb-filter-modal.js +1 -1
- package/dist/components/gb-header-icon.js +1 -1
- package/dist/components/gb-header.js +24 -24
- package/dist/components/gb-help-dropdown.js +1 -1
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +5 -5
- package/dist/components/gb-icon-button-base.js +1 -1
- package/dist/components/gb-illustration.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-logo.js +1 -1
- package/dist/components/gb-mega-input-field-base.js +1 -1
- package/dist/components/gb-metric-card.js +5 -5
- package/dist/components/gb-metric-featured-icon.js +1 -1
- 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 +6 -6
- package/dist/components/gb-nav-bar.js +3 -3
- package/dist/components/gb-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +1 -1
- package/dist/components/gb-pagination-button-group-base.js +1 -1
- package/dist/components/gb-pagination-dot-group.js +1 -1
- package/dist/components/gb-pagination-dot-indicator.js +1 -1
- package/dist/components/gb-pagination-number-base.js +1 -1
- package/dist/components/gb-pagination.js +1 -1
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-pattern.js +1 -1
- package/dist/components/gb-portal.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-prompt-modal.js +3 -3
- package/dist/components/gb-quick-action-card.js +1 -1
- package/dist/components/gb-quick-action-icon.js +1 -1
- package/dist/components/gb-rich-text.d.ts +11 -0
- package/dist/components/gb-rich-text.js +302 -0
- package/dist/components/gb-rich-text.js.map +1 -0
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-sidebar.js +9 -9
- 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 +183 -57
- 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 +4 -4
- 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 +36 -4
- package/dist/components/gb-token-field-compact.js.map +1 -1
- package/dist/components/gb-token-field-compressed.js +79 -6
- package/dist/components/gb-token-field-compressed.js.map +1 -1
- 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.d.ts +11 -0
- package/dist/components/gb-wysiwyg-toolbar.js +9 -0
- package/dist/components/gb-wysiwyg-toolbar.js.map +1 -0
- package/dist/components/gb-wysiwyg-tooltip.js +1 -1
- package/dist/components/{p-tUA_D10f.js → p-3t4wpC1f.js} +3 -3
- package/dist/components/{p-tUA_D10f.js.map → p-3t4wpC1f.js.map} +1 -1
- package/dist/components/{p-AK6cDQE7.js → p-7UKVeg8a.js} +4 -4
- package/dist/components/{p-AK6cDQE7.js.map → p-7UKVeg8a.js.map} +1 -1
- package/dist/components/{p-CM2X5TQc.js → p-B-ndy3ez.js} +3 -3
- package/dist/components/{p-CM2X5TQc.js.map → p-B-ndy3ez.js.map} +1 -1
- package/dist/components/{p-CTaUs5-r.js → p-B-uzJiX6.js} +3 -3
- package/dist/components/{p-CTaUs5-r.js.map → p-B-uzJiX6.js.map} +1 -1
- package/dist/components/{p-DfwhwEoc.js → p-B29EdWOJ.js} +7 -7
- package/dist/components/{p-DfwhwEoc.js.map → p-B29EdWOJ.js.map} +1 -1
- package/dist/components/{p-8KPRgq60.js → p-B6BxHB8R.js} +3 -3
- package/dist/components/{p-8KPRgq60.js.map → p-B6BxHB8R.js.map} +1 -1
- package/dist/components/{p-5yowGoGZ.js → p-BNVWCAvx.js} +4 -4
- package/dist/components/{p-5yowGoGZ.js.map → p-BNVWCAvx.js.map} +1 -1
- package/dist/components/{p-Dsq6pKFl.js → p-BbQUkO3X.js} +3 -3
- package/dist/components/{p-Dsq6pKFl.js.map → p-BbQUkO3X.js.map} +1 -1
- package/dist/components/{p-9CtKkSzA.js → p-Bdn4kcZi.js} +3 -3
- package/dist/components/{p-9CtKkSzA.js.map → p-Bdn4kcZi.js.map} +1 -1
- package/dist/components/{p-DA7bBOGE.js → p-BdnOk7qz.js} +41 -20
- package/dist/components/p-BdnOk7qz.js.map +1 -0
- package/dist/components/{p-FjWBmKYg.js → p-BjVn8UXf.js} +8 -8
- package/dist/components/{p-FjWBmKYg.js.map → p-BjVn8UXf.js.map} +1 -1
- package/dist/components/{p-BKPSkaip.js → p-BmBR8CSe.js} +4 -4
- package/dist/components/{p-BKPSkaip.js.map → p-BmBR8CSe.js.map} +1 -1
- package/dist/components/{p-ZxV_qL5x.js → p-C6XBwoUN.js} +3 -3
- package/dist/components/{p-ZxV_qL5x.js.map → p-C6XBwoUN.js.map} +1 -1
- package/dist/components/{p-j48dTNnm.js → p-C7agY0Rf.js} +9 -9
- package/dist/components/{p-j48dTNnm.js.map → p-C7agY0Rf.js.map} +1 -1
- package/dist/components/{p-BzdxMBqd.js → p-CCntxtbY.js} +3 -3
- package/dist/components/{p-BzdxMBqd.js.map → p-CCntxtbY.js.map} +1 -1
- package/dist/components/{p-DXcUl9ra.js → p-CKcfW5yy.js} +3 -3
- package/dist/components/{p-DXcUl9ra.js.map → p-CKcfW5yy.js.map} +1 -1
- package/dist/components/{p-luUMKdgw.js → p-CQLcNjHY.js} +4 -4
- package/dist/components/{p-luUMKdgw.js.map → p-CQLcNjHY.js.map} +1 -1
- package/dist/components/{p-VhtlbR2b.js → p-CUpMtLut.js} +22 -22
- package/dist/components/{p-VhtlbR2b.js.map → p-CUpMtLut.js.map} +1 -1
- package/dist/components/p-C_AsW3bA.js +254 -0
- package/dist/components/p-C_AsW3bA.js.map +1 -0
- package/dist/components/{p-C6C9ED7Y.js → p-C_Vc_A7s.js} +4 -4
- package/dist/components/{p-C6C9ED7Y.js.map → p-C_Vc_A7s.js.map} +1 -1
- package/dist/components/{p-D8X0-w1T.js → p-C_ehoWMH.js} +3 -3
- package/dist/components/{p-D8X0-w1T.js.map → p-C_ehoWMH.js.map} +1 -1
- package/dist/components/{p-CxzpEiS1.js → p-CcAoEa94.js} +7 -7
- package/dist/components/{p-CxzpEiS1.js.map → p-CcAoEa94.js.map} +1 -1
- package/dist/components/{p-Bk9zH-CZ.js → p-CeS6otF4.js} +3 -3
- package/dist/components/{p-Bk9zH-CZ.js.map → p-CeS6otF4.js.map} +1 -1
- package/dist/components/{p-BnOS2YuY.js → p-CmK_IvYa.js} +18 -18
- package/dist/components/{p-BnOS2YuY.js.map → p-CmK_IvYa.js.map} +1 -1
- package/dist/components/{p-Bj-KxpsX.js → p-CpKb3EoJ.js} +4 -4
- package/dist/components/{p-Bj-KxpsX.js.map → p-CpKb3EoJ.js.map} +1 -1
- package/dist/components/{p-CcyaTNu0.js → p-CxYiPrwK.js} +3 -3
- package/dist/components/{p-CcyaTNu0.js.map → p-CxYiPrwK.js.map} +1 -1
- package/dist/components/{p-rORTaeDO.js → p-D0mXaQl0.js} +28 -28
- package/dist/components/{p-rORTaeDO.js.map → p-D0mXaQl0.js.map} +1 -1
- package/dist/components/{p-BrOSaQiR.js → p-D7oemwx-.js} +3 -3
- package/dist/components/{p-BrOSaQiR.js.map → p-D7oemwx-.js.map} +1 -1
- package/dist/components/{p-Cbj0An1x.js → p-D9NhBc5M.js} +4 -4
- package/dist/components/{p-Cbj0An1x.js.map → p-D9NhBc5M.js.map} +1 -1
- package/dist/components/{p-CN3JbzXO.js → p-DCOrM6ok.js} +6 -6
- package/dist/components/{p-CN3JbzXO.js.map → p-DCOrM6ok.js.map} +1 -1
- package/dist/components/{p-RQfc-Gco.js → p-DHZ7HHPF.js} +5 -5
- package/dist/components/{p-RQfc-Gco.js.map → p-DHZ7HHPF.js.map} +1 -1
- package/dist/components/{p-BKGhsNBR.js → p-DL0eEfed.js} +3 -3
- package/dist/components/{p-BKGhsNBR.js.map → p-DL0eEfed.js.map} +1 -1
- package/dist/components/{p-BpoNaOin.js → p-DNApmHm4.js} +3 -3
- package/dist/components/{p-BpoNaOin.js.map → p-DNApmHm4.js.map} +1 -1
- package/dist/components/{p-TLerUgoM.js → p-DNe_BJ12.js} +4 -4
- package/dist/components/{p-TLerUgoM.js.map → p-DNe_BJ12.js.map} +1 -1
- package/dist/components/{p-C8Q49Chb.js → p-DSW3nVlu.js} +6 -6
- package/dist/components/{p-C8Q49Chb.js.map → p-DSW3nVlu.js.map} +1 -1
- package/dist/components/{p-BEFukUDi.js → p-DUqnmvnV.js} +12 -12
- package/dist/components/{p-BEFukUDi.js.map → p-DUqnmvnV.js.map} +1 -1
- package/dist/components/{p-hsu4Tgtg.js → p-DdSWDxPz.js} +8 -8
- package/dist/components/{p-hsu4Tgtg.js.map → p-DdSWDxPz.js.map} +1 -1
- package/dist/components/{p-Dk3T0btI.js → p-DduMRsdZ.js} +3 -3
- package/dist/components/{p-Dk3T0btI.js.map → p-DduMRsdZ.js.map} +1 -1
- package/dist/components/{p-BEBt1qJA.js → p-Dg6l9hay.js} +6 -6
- package/dist/components/{p-BEBt1qJA.js.map → p-Dg6l9hay.js.map} +1 -1
- package/dist/components/{p-NcCpLnkb.js → p-Dr63CkEP.js} +4 -4
- package/dist/components/{p-NcCpLnkb.js.map → p-Dr63CkEP.js.map} +1 -1
- package/dist/components/{p-wbR36hMv.js → p-Dy0A4tjX.js} +3 -3
- package/dist/components/{p-wbR36hMv.js.map → p-Dy0A4tjX.js.map} +1 -1
- package/dist/components/{p-D9wXrsVN.js → p-DyetgsGy.js} +3 -3
- package/dist/components/{p-D9wXrsVN.js.map → p-DyetgsGy.js.map} +1 -1
- package/dist/components/{p-Cgs2Vwnw.js → p-EGGrvNi9.js} +3 -3
- package/dist/components/{p-Cgs2Vwnw.js.map → p-EGGrvNi9.js.map} +1 -1
- package/dist/components/{p-kAWPUm7V.js → p-NlUtRQ04.js} +4 -4
- package/dist/components/{p-kAWPUm7V.js.map → p-NlUtRQ04.js.map} +1 -1
- package/dist/components/{p-CTquChw2.js → p-Rp0-ilMh.js} +6 -6
- package/dist/components/{p-CTquChw2.js.map → p-Rp0-ilMh.js.map} +1 -1
- package/dist/components/{p-CBa0xdMN.js → p-SMyC9apx.js} +50 -22
- package/dist/components/p-SMyC9apx.js.map +1 -0
- package/dist/components/{p-S-FbLIxn.js → p-T7moER5i.js} +4 -4
- package/dist/components/{p-S-FbLIxn.js.map → p-T7moER5i.js.map} +1 -1
- package/dist/components/{p-Cpjhc0YK.js → p-b7wvY55u.js} +10 -10
- package/dist/components/{p-Cpjhc0YK.js.map → p-b7wvY55u.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/p-cnc7dVkV.js +54 -0
- package/dist/components/p-cnc7dVkV.js.map +1 -0
- package/dist/components/{p-z7U72LlR.js → p-eWLlBbW4.js} +34 -9
- package/dist/components/p-eWLlBbW4.js.map +1 -0
- package/dist/components/{p-DhhgSVau.js → p-gmgjmDmq.js} +3 -3
- package/dist/components/{p-DhhgSVau.js.map → p-gmgjmDmq.js.map} +1 -1
- package/dist/components/{p-Bu66Dgkv.js → p-hCYiKj5a.js} +8 -8
- package/dist/components/{p-Bu66Dgkv.js.map → p-hCYiKj5a.js.map} +1 -1
- package/dist/components/{p-CM3ctvp4.js → p-hE783gRg.js} +7 -7
- package/dist/components/{p-CM3ctvp4.js.map → p-hE783gRg.js.map} +1 -1
- package/dist/components/{p-CIpMWSO-.js → p-rdQ2rZRt.js} +4 -4
- package/dist/components/{p-CIpMWSO-.js.map → p-rdQ2rZRt.js.map} +1 -1
- package/dist/components/{p-DR6wzjCF.js → p-s-E_YkJ2.js} +20 -20
- package/dist/components/{p-DR6wzjCF.js.map → p-s-E_YkJ2.js.map} +1 -1
- package/dist/components/{p-fy6svpeL.js → p-vMoznCJq.js} +5 -5
- package/dist/components/{p-fy6svpeL.js.map → p-vMoznCJq.js.map} +1 -1
- package/dist/components/{p-BH7Tv4o3.js → p-w-p9UZGH.js} +3 -3
- package/dist/components/{p-BH7Tv4o3.js.map → p-w-p9UZGH.js.map} +1 -1
- package/dist/components/{p-DaM2q3ak.js → p-zpsvWry-.js} +3 -3
- package/dist/components/{p-DaM2q3ak.js.map → p-zpsvWry-.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +1035 -39
- package/dist/esm/gb-avatar-dropdown_5.entry.js +5 -5
- package/dist/esm/gb-avatar-label-group_3.entry.js +2 -2
- package/dist/esm/{gb-avatar_44.entry.js → gb-avatar_50.entry.js} +708 -100
- package/dist/esm/gb-collapse-button_4.entry.js +2 -2
- package/dist/esm/gb-header.entry.js +2 -2
- package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
- package/dist/esm/gb-logo.entry.js +1 -1
- package/dist/esm/gb-metric-card.entry.js +1 -1
- package/dist/esm/gb-metric-featured-icon.entry.js +1 -1
- package/dist/esm/gb-modal-action_3.entry.js +5 -5
- package/dist/esm/gb-nav-bar-item.entry.js +1 -1
- package/dist/esm/gb-nav-bar-sidemenu.entry.js +1 -1
- package/dist/esm/gb-nav-bar.entry.js +1 -1
- package/dist/esm/gb-notification-content.entry.js +1 -1
- package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
- package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
- package/dist/esm/gb-progress-bar.entry.js +1 -1
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-prompt-modal.entry.js +1 -1
- package/dist/esm/gb-quick-action-card.entry.js +1 -1
- package/dist/esm/gb-quick-action-icon.entry.js +1 -1
- package/dist/esm/gb-scrollbar.entry.js +1 -1
- package/dist/esm/gb-sidebar.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-tab-button-base.entry.js +2 -2
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.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/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-e2b42130.entry.js → p-034da873.entry.js} +2 -2
- package/dist/globuscomponents/{p-66f5363a.entry.js → p-0c2cf48d.entry.js} +2 -2
- package/dist/globuscomponents/{p-b0c00fce.entry.js → p-19bbd506.entry.js} +2 -2
- package/dist/globuscomponents/{p-d26d3b23.entry.js → p-1c049837.entry.js} +2 -2
- package/dist/globuscomponents/{p-669c6e2e.entry.js → p-1d81d30d.entry.js} +2 -2
- package/dist/globuscomponents/{p-314e31ff.entry.js → p-1e5ca991.entry.js} +2 -2
- package/dist/globuscomponents/{p-64c25eca.entry.js → p-201f6b79.entry.js} +2 -2
- package/dist/globuscomponents/{p-af2fadf8.entry.js → p-21ee6522.entry.js} +2 -2
- package/dist/globuscomponents/{p-5a002d95.entry.js → p-22e4f119.entry.js} +2 -2
- package/dist/globuscomponents/{p-b5e49cc3.entry.js → p-2f4914ad.entry.js} +2 -2
- package/dist/globuscomponents/{p-a8ed8e7c.entry.js → p-300cd753.entry.js} +2 -2
- package/dist/globuscomponents/{p-c4decd4a.entry.js → p-33dda74f.entry.js} +2 -2
- package/dist/globuscomponents/{p-9a086995.entry.js → p-45e02e0a.entry.js} +2 -2
- package/dist/globuscomponents/{p-4cb9a4c0.entry.js → p-4ec62490.entry.js} +2 -2
- package/dist/globuscomponents/{p-df5538b0.entry.js → p-4f44a0cb.entry.js} +2 -2
- package/dist/globuscomponents/{p-a998de8e.entry.js → p-51d2cdc0.entry.js} +2 -2
- package/dist/globuscomponents/{p-433c7415.entry.js → p-61872974.entry.js} +2 -2
- package/dist/globuscomponents/{p-fdd80101.entry.js → p-7483940f.entry.js} +2 -2
- package/dist/globuscomponents/{p-b72eda91.entry.js → p-75251944.entry.js} +2 -2
- package/dist/globuscomponents/{p-852014ab.entry.js → p-7ffe92a2.entry.js} +2 -2
- package/dist/globuscomponents/p-857494d2.entry.js +2 -0
- package/dist/globuscomponents/p-857494d2.entry.js.map +1 -0
- package/dist/globuscomponents/{p-0104af18.entry.js → p-8924879c.entry.js} +2 -2
- package/dist/globuscomponents/{p-da156fba.entry.js → p-8b534f24.entry.js} +2 -2
- package/dist/globuscomponents/{p-875ab43f.entry.js → p-908f92a7.entry.js} +2 -2
- package/dist/globuscomponents/{p-e8f42c89.entry.js → p-a304c960.entry.js} +2 -2
- package/dist/globuscomponents/{p-f904cfc0.entry.js → p-ae4b0f08.entry.js} +2 -2
- package/dist/globuscomponents/{p-6d1f7f89.entry.js → p-bf5b3dfe.entry.js} +2 -2
- package/dist/globuscomponents/p-bfbcd486.entry.js +2 -0
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/{p-2a47d7a6.entry.js → p-e49cac6d.entry.js} +2 -2
- package/dist/globuscomponents/{p-7133f4ef.entry.js → p-e9b5af5c.entry.js} +2 -2
- package/dist/globuscomponents/{p-05a29c1a.entry.js → p-ee3e3ffa.entry.js} +2 -2
- package/dist/globuscomponents/{p-40e5be27.entry.js → p-ee7e25c4.entry.js} +2 -2
- package/dist/globuscomponents/p-f084a9b2.entry.js +2 -0
- package/dist/globuscomponents/{p-60e4f305.entry.js → p-f3ac27d9.entry.js} +2 -2
- package/dist/globuscomponents/{p-e68d4d8a.entry.js → p-f53134f7.entry.js} +2 -2
- package/dist/globuscomponents/{p-3e00d45a.entry.js → p-fdb677f0.entry.js} +2 -2
- package/dist/types/components/gb-date-picker/gb-date-picker.d.ts +1 -0
- package/dist/types/components/gb-mega-input-field-base/gb-mega-input-field-base.d.ts +10 -2
- package/dist/types/components/gb-rich-text/gb-rich-text.d.ts +35 -0
- package/dist/types/components/gb-table/gb-table.d.ts +12 -5
- package/dist/types/components/gb-token-field-compact/gb-token-field-compact.d.ts +8 -0
- package/dist/types/components/gb-token-field-compressed/gb-token-field-compressed.d.ts +12 -0
- package/dist/types/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.d.ts +4 -1
- package/dist/types/components/gb-wysiwyg-toolbar/gb-wysiwyg-toolbar.d.ts +37 -0
- package/dist/types/components.d.ts +301 -26
- package/dist/types/models/reusableModels.d.ts +17 -9
- package/package.json +7 -1
- package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +0 -36
- package/dist/cjs/gb-mega-input-field-base.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-token-field-compact.cjs.entry.js +0 -20
- package/dist/cjs/gb-token-field-compact.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +0 -24
- package/dist/cjs/gb-token-field-compressed.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +0 -19
- package/dist/cjs/gb-wysiwyg-editor-icon.entry.cjs.js.map +0 -1
- package/dist/components/p-CBa0xdMN.js.map +0 -1
- package/dist/components/p-DA7bBOGE.js.map +0 -1
- package/dist/components/p-pZkzqT4t.js +0 -41
- package/dist/components/p-pZkzqT4t.js.map +0 -1
- package/dist/components/p-z7U72LlR.js.map +0 -1
- package/dist/esm/gb-mega-input-field-base.entry.js +0 -34
- package/dist/esm/gb-mega-input-field-base.entry.js.map +0 -1
- package/dist/esm/gb-token-field-compact.entry.js +0 -18
- package/dist/esm/gb-token-field-compact.entry.js.map +0 -1
- package/dist/esm/gb-token-field-compressed.entry.js +0 -22
- package/dist/esm/gb-token-field-compressed.entry.js.map +0 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +0 -17
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js.map +0 -1
- package/dist/globuscomponents/gb-mega-input-field-base.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-token-field-compact.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-token-field-compressed.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-wysiwyg-editor-icon.entry.esm.js.map +0 -1
- package/dist/globuscomponents/p-05e6b1af.entry.js +0 -2
- package/dist/globuscomponents/p-05e6b1af.entry.js.map +0 -1
- package/dist/globuscomponents/p-5d0e8192.entry.js +0 -2
- package/dist/globuscomponents/p-5d0e8192.entry.js.map +0 -1
- package/dist/globuscomponents/p-7b7eee40.entry.js +0 -2
- package/dist/globuscomponents/p-97270692.entry.js +0 -2
- package/dist/globuscomponents/p-97270692.entry.js.map +0 -1
- package/dist/globuscomponents/p-9f87e97d.entry.js +0 -2
- package/dist/globuscomponents/p-daca0c73.entry.js +0 -2
- package/dist/globuscomponents/p-daca0c73.entry.js.map +0 -1
- package/dist/globuscomponents/p-ed734b26.entry.js +0 -2
- package/dist/globuscomponents/p-ed734b26.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-e2b42130.entry.js.map → p-034da873.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-66f5363a.entry.js.map → p-0c2cf48d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b0c00fce.entry.js.map → p-19bbd506.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d26d3b23.entry.js.map → p-1c049837.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-669c6e2e.entry.js.map → p-1d81d30d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-314e31ff.entry.js.map → p-1e5ca991.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64c25eca.entry.js.map → p-201f6b79.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-af2fadf8.entry.js.map → p-21ee6522.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5a002d95.entry.js.map → p-22e4f119.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b5e49cc3.entry.js.map → p-2f4914ad.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a8ed8e7c.entry.js.map → p-300cd753.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c4decd4a.entry.js.map → p-33dda74f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9a086995.entry.js.map → p-45e02e0a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4cb9a4c0.entry.js.map → p-4ec62490.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-df5538b0.entry.js.map → p-4f44a0cb.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a998de8e.entry.js.map → p-51d2cdc0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-433c7415.entry.js.map → p-61872974.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-fdd80101.entry.js.map → p-7483940f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b72eda91.entry.js.map → p-75251944.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-852014ab.entry.js.map → p-7ffe92a2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0104af18.entry.js.map → p-8924879c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-da156fba.entry.js.map → p-8b534f24.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-875ab43f.entry.js.map → p-908f92a7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e8f42c89.entry.js.map → p-a304c960.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f904cfc0.entry.js.map → p-ae4b0f08.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6d1f7f89.entry.js.map → p-bf5b3dfe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9f87e97d.entry.js.map → p-bfbcd486.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2a47d7a6.entry.js.map → p-e49cac6d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7133f4ef.entry.js.map → p-e9b5af5c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-05a29c1a.entry.js.map → p-ee3e3ffa.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-40e5be27.entry.js.map → p-ee7e25c4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7b7eee40.entry.js.map → p-f084a9b2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-60e4f305.entry.js.map → p-f3ac27d9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e68d4d8a.entry.js.map → p-f53134f7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e00d45a.entry.js.map → p-fdb677f0.entry.js.map} +0 -0
|
@@ -10,7 +10,7 @@ export class GbStatusIndicator {
|
|
|
10
10
|
render() {
|
|
11
11
|
const companyIconSrc = getAssetPath(`${this.companyIcon}`);
|
|
12
12
|
return [
|
|
13
|
-
h("div", { key: '
|
|
13
|
+
h("div", { key: '75e00632f2df1c78d1e31f9752e95b68e94c7ad6' }, this.statusIcon === 'online_indicator' && h("div", { key: '95a547eb99be61a995328020d3a0b9988c6ab07d', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: 'cf441d301699856bf86ae82cbcb909e2c5484c9e', xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", class: `verified ${this.size}` }, h("g", { key: '4d3f1a93869a972d29351412671bd72d6bf8e071', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '1fe841fd968ce9f5e8b0666c2e38f373c36c9c86', d: "M24.7109 5.66715C25.0148 6.40217 25.5982 6.98642 26.3328 7.29145L28.9086 8.35837C29.6436 8.66285 30.2277 9.24688 30.5321 9.98196C30.8366 10.717 30.8366 11.543 30.5321 12.2781L29.466 14.852C29.1614 15.5874 29.1609 16.4142 29.467 17.1492L30.5313 19.7224C30.6822 20.0865 30.7599 20.4767 30.76 20.8708C30.7601 21.265 30.6825 21.6553 30.5316 22.0194C30.3808 22.3835 30.1597 22.7143 29.881 22.993C29.6022 23.2716 29.2713 23.4926 28.9072 23.6433L26.3332 24.7095C25.5982 25.0134 25.0139 25.5968 24.7089 26.3314L23.642 28.9071C23.3375 29.6422 22.7535 30.2262 22.0184 30.5307C21.2833 30.8352 20.4574 30.8352 19.7223 30.5307L17.1484 29.4646C16.4133 29.1608 15.5876 29.1614 14.853 29.4663L12.2772 30.5317C11.5425 30.8355 10.7173 30.8352 9.98284 30.531C9.24835 30.2267 8.66466 29.6434 8.35997 28.9091L7.29273 26.3326C6.98881 25.5975 6.40543 25.0133 5.67087 24.7083L3.09509 23.6413C2.36033 23.337 1.77648 22.7533 1.47188 22.0187C1.16729 21.284 1.16688 20.4585 1.47073 19.7235L2.53689 17.1496C2.84062 16.4145 2.84 15.5888 2.53517 14.8542L1.47054 12.2766C1.3196 11.9125 1.24188 11.5222 1.24181 11.1281C1.24175 10.734 1.31935 10.3437 1.47017 9.97956C1.621 9.61544 1.8421 9.2846 2.12083 9.00595C2.39957 8.72731 2.73047 8.50632 3.09465 8.35561L5.66858 7.28945C6.40297 6.98579 6.98687 6.40316 7.29212 5.66944L8.35904 3.09366C8.66352 2.35857 9.24754 1.77455 9.98263 1.47007C10.7177 1.16559 11.5436 1.16559 12.2787 1.47007L14.8527 2.53623C15.5878 2.83996 16.4134 2.83934 17.148 2.5345L19.7249 1.47172C20.4599 1.16741 21.2856 1.16748 22.0206 1.4719C22.7555 1.77632 23.3395 2.36017 23.644 3.09507L24.7112 5.67161L24.7109 5.66715Z", fill: "#0086C9" }), h("path", { key: 'c9612a8f46a970c8d4825517cff7dfbcbe5e6b8c', d: "M10 18.1818C10 18.1818 11.2857 18.1818 13 22C13 22 17.7647 12 22 10", stroke: "white", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("defs", { key: 'ea1f49f4f0130d5a5281ef120d504fe5f3bf6d55' }, h("clipPath", { key: 'dd93fe787f6ba27e37aae31524c233574a56191f', id: "clip0_0_21453" }, h("rect", { key: '3cf891082174a68976bae04ffa8db09196c31426', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h(Fragment, null, !this.companyIcon ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `company ${this.size}` }, h("path", { d: "M18.8322 3.70039C16.9123 2.11995 14.5039 1.25399 12.0172 1.25001C10.6041 1.24776 9.20439 1.52413 7.89818 2.06333C6.59198 2.60252 5.4049 3.39397 4.40485 4.39237C2.64504 6.1493 1.54876 8.462 1.30275 10.9365C1.05674 13.411 1.67622 15.8943 3.05566 17.9633C4.43511 20.0323 6.48919 21.5591 8.86802 22.2836C11.2469 23.0081 13.8033 22.8855 16.1019 21.9367C18.4004 20.9878 20.299 19.2715 21.474 17.0799C22.6491 14.8884 23.0281 12.3572 22.5464 9.91759C22.0647 7.47798 20.7521 5.28082 18.8322 3.70039Z", fill: "#FF0033", stroke: "white", "stroke-width": "1.5" }), h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8942 13.7488V11.865L15.2835 11.8807C15.5231 11.8822 15.7598 11.9336 15.9785 12.0314C16.1973 12.1293 16.3933 12.2715 16.5541 12.449C16.715 12.6266 16.8373 12.8357 16.9131 13.063C16.989 13.2903 17.0168 13.5308 16.9948 13.7694C16.9948 16.4275 12.901 16.9969 12.8973 13.7488M12.8973 8.75316C17.3054 6.44066 17.6942 11.5213 15.0323 11.2788H12.886L12.8973 8.75316ZM16.7385 11.5113C19.8985 10.3013 17.2573 5.5894 12.0854 8.5044C11.5544 8.07132 10.9218 7.78073 10.2473 7.66004C8.96979 7.40066 7.25604 7.62628 6.29479 8.52378L6.75917 8.97941C7.2569 8.55053 7.86627 8.27194 8.51626 8.17611C9.16625 8.08028 9.83009 8.17117 10.4304 8.43816C10.6321 8.53335 10.8098 8.67262 10.9505 8.8457C11.0911 9.01879 11.191 9.22127 11.2429 9.43817L11.266 13.7669C11.0785 16.7738 7.20354 16.5413 7.20354 13.7669V11.8682H10.2492V11.295H5.59729V13.1644C5.60917 16.7175 9.93104 17.315 12.0717 15.5863C12.9471 16.2353 14.0184 16.5649 15.1073 16.52C18.9442 16.4938 19.7323 12.3563 16.7273 11.5144L16.7385 11.5113Z", fill: "white" }))) : (h("img", { class: `company ${this.size}`, src: companyIconSrc, alt: "" }))))),
|
|
14
14
|
];
|
|
15
15
|
}
|
|
16
16
|
static get is() { return "gb-status-indicator"; }
|
|
@@ -38,7 +38,7 @@ export class GbStepBase {
|
|
|
38
38
|
this.internalState = newValue;
|
|
39
39
|
}
|
|
40
40
|
render() {
|
|
41
|
-
return (h(Fragment, null, this.type === 'text_line' && (h(Fragment, null, h("div", { key: '
|
|
41
|
+
return (h(Fragment, null, this.type === 'text_line' && (h(Fragment, null, h("div", { key: 'eb696cfde4a31b5b3a6fbb61d5eaa05c320a16de', class: `bar ${this.size} ${this.status} ${this.internalState}` }), this.showContent && (h("div", { key: '3c205bedc1d8cd50ff3097a295a53491fa51aa1c', class: `text_line_div ${this.size} ${this.status} ${this.internalState}` }, h("div", { key: 'c18bde03492640b20f1dcb0755be3167127f6203', class: `text_line_div_content` }, h("p", { key: '88be544de1aa7ab74eb1828dcd8bb81ac19b0715', class: `text_line_label text-sm-semi-bold ${this.status} ${this.internalState}` }, this.label), this.showSupportingText && h("p", { key: '3f373be85614def3311fa7d7c4b9898b85f351bd', class: `text_line_text text-xs-regular ${this.status} ${this.internalState}` }, this.supportingText)))))), this.type === 'icon_only' && (h("div", { key: '05df55432c4b8b1ed64ae6ac8853aef636ad4125', class: `icon_only_div ${this.status} ${this.internalState} ${this.size}` }, this.status !== 'complete' && h("div", { key: 'fc2aeaeafcc8fed209c67f784554dfd5a1372007', class: `dot ${this.status} ${this.internalState} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '7e546909af316f32d3f83af7f6b6e146bfb60e7a', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.internalState} ${this.size}` }, h("path", { key: 'aa3a483647ea47bb5e0aa94ad0147e6428cd3098', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.type === 'icon_left' && (h("div", { key: 'ef4d4a29cfd5b0bf8f7fb85f2fb8045d3bad7168', class: `icon_left_div ${this.size}` }, h("div", { key: 'aeaf74ce1cb0be725fb05738e58e11b8367de588', class: "connector_wrap" }, h("gb-step-icon-base", { key: 'a8852d1f7070af9fc260a5e451d697dd3686d05c', size: this.size, status: this.internalStatus, state: this.internalState }), this.connector && (h("div", { key: 'cc92bcfef6289e33f5006f30c88adf50afd7fb44', class: "connector_div" }, h("div", { key: 'd741ad9d59b15cd2a359d67cb4a85de47ab5f721', class: `icon_left_connector ${this.internalState} ${this.status}` })))), h("div", { key: '50aa20d906f03d611cc503f1493a2848399efa24', class: "icon_left_text" }, h("p", { key: 'dd54a4b4b58587f53c20d03fa5ce79f663b0a784', class: `text_line_label text-sm-semi-bold ${this.status} ${this.internalState}` }, this.label), h("p", { key: '0e1af02451bfed5577e7e041157663242e4fcb5e', class: `text_line_text ${this.breakpoint} text-xs-regular ${this.status} ${this.internalState}` }, this.supportingText)))), this.type === 'icon_top' && (h("div", { key: '880e741f450b707a0d4631442d63e8963a941b43', class: `icon_top_div ${this.size}` }, h("div", { key: 'aef2d1b4bb9be9597950f5fbb6a57a3352ab5cf9', class: "step_icon_div" }, h("div", { key: '9e434aafffc76f9af50ef8b9fef400ae864548db', class: "step_icon" }, h("div", { key: 'a01c22a2487da877368fbe16256871018bb8f8e1', class: `icon_only_div ${this.status} ${this.internalState} ${this.size}` }, this.status !== 'complete' && h("div", { key: '98c47fd03918b8fe2a25cd86d9c1c81e99e9bfa3', class: `dot ${this.status} ${this.internalState} ${this.size}` }), this.status === 'complete' && (h("svg", { key: 'b5f967a2ad37c61fa21ae161f68981ecff394cd5', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.internalState} ${this.size}` }, h("path", { key: '54bc4cd6c1525b01e37ff90c3a3b4c7383f3b3e3', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), h("div", { key: '21ef2932ab91d14f6abcce30f84c66fc4bbb9772', class: "icon_top_content" }, h("p", { key: 'b22b5222ce6d43acd6ef97d69e1e9de41768aa0f', class: `text_line_label text-sm-semi-bold ${this.status} ${this.internalState}` }, this.label), h("p", { key: '274419ab1aa1e197d8f77da237e7e546cc02a026', class: `text_line_text ${this.breakpoint} text-xs-regular ${this.status} ${this.internalState}` }, this.supportingText)))), this.type === 'featured_icon_left' && (h("div", { key: 'bb9ec88b547590727eeebe84dc4066288b017730', class: "featured_icon_left_div" }, h("div", { key: '8b8f032e98dfbe055ab12970e07d39d3805f008d', class: "connector_wrap" }, h("gb-featured-icon", { key: '308a791b1fc2712b34113ec9ce244e69c61fd563', size: "sm", icon: "assets/user.svg", destructive: this.internalState === 'destructive' ? true : false }), this.connector && (h("div", { key: 'd7d6f2e75635bad8cf1b9b11fc70de4d6e6476b1', class: "connector_div" }, h("div", { key: '448b9c41836f4e1adfe97db1df50fbe581f170b7', class: `featured_icon_left_connector ${this.size} ${this.internalState} ${this.status}` })))), h("div", { key: 'd202cdd5e9c25573e89b74bc52560cfcaed024b6', class: "featured_icon_left_content" }, h("p", { key: 'ff0b49959645388e9b5242687ccf9b34c33854f1', class: `featured_icon_left_label ${this.featuredIconLeftLabelClasses()} ${this.status} ${this.internalState}` }, this.label), h("p", { key: '7c78e24c8022ffa276a4cd3a409cc858bc7882de', class: `featured_icon_left_text ${this.featuredIconLeftTextClasses()} ${this.status} ${this.internalState}` }, this.supportingText))))));
|
|
42
42
|
}
|
|
43
43
|
static get is() { return "gb-step-base"; }
|
|
44
44
|
static get encapsulation() { return "shadow"; }
|
|
@@ -11,7 +11,7 @@ export class GbStepIconBase {
|
|
|
11
11
|
this.internalState = newValue;
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (h("div", { key: '
|
|
14
|
+
return (h("div", { key: '60bed6b9fe2c049ab2312a554393749e0db772e1', class: `icon_base_div ${this.internalStatus} ${this.internalState} ${this.size}` }, this.status !== 'complete' && h("div", { key: '2f3fe6793c86609ab273c70e07667b2c26160d9d', class: `dot ${this.internalStatus} ${this.internalState} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '5946baac5ebf5653b6c354b4d7e9fee1f89d5fd2', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.internalStatus} ${this.internalState} ${this.size}` }, h("path", { key: 'eec5e33bb09fecb58844f3502e1fbaadb42fdc2c', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
|
|
15
15
|
}
|
|
16
16
|
static get is() { return "gb-step-icon-base"; }
|
|
17
17
|
static get encapsulation() { return "shadow"; }
|
|
@@ -29,7 +29,7 @@ export class GbStepperHorizontalIconsCentered {
|
|
|
29
29
|
];
|
|
30
30
|
}
|
|
31
31
|
render() {
|
|
32
|
-
return (h(Fragment, null, this.type === 'icon' && (h("div", { key: '
|
|
32
|
+
return (h(Fragment, null, this.type === 'icon' && (h("div", { key: '25b50a125551dbc954685e6f006ae12222170464', class: "icons_centered_div" }, this.breakpoint === 'desktop' && (h("div", { key: 'eade8e0ec06a501cee09be2658a9211cdf953b22', class: "step_div" }, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "icon_top", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText, breakpoint: "desktop" }), index !== this.steps.length - 1 ? (h("div", { class: "connector_div" }, h("div", { class: `icon_top_connector ${step.state} ` }))) : null))))), this.breakpoint === 'mobile' && (h(Fragment, null, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText })))))))), this.type === 'featured_icon' && (h("div", { key: '47d8c3074ca8549664d69b6752666e2b67999ee2', class: "icons_centered_div" }, this.breakpoint === 'desktop' && (h("div", { key: '1580ae235105c41c55b6bde1717417dbb5639726', class: "step_div" }, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "icon_top", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText, breakpoint: "desktop" }), index !== this.steps.length - 1 ? (h("div", { class: "connector_div" }, h("div", { class: `icon_top_connector ${step.state} ` }))) : null))))), this.breakpoint === 'mobile' && (h(Fragment, null, this.steps.map((step, index) => (h(Fragment, null, h("gb-step-base", { size: this.size, type: "featured_icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : true, label: step.label, "supporting-text": step.supportingText }))))))))));
|
|
33
33
|
}
|
|
34
34
|
static get is() { return "gb-stepper-horizontal-icons-centered"; }
|
|
35
35
|
static get encapsulation() { return "shadow"; }
|
|
@@ -21,7 +21,7 @@ export class GbStepperHorizontalIconsCentered {
|
|
|
21
21
|
];
|
|
22
22
|
}
|
|
23
23
|
render() {
|
|
24
|
-
return (h("div", { key: '
|
|
24
|
+
return (h("div", { key: '5bf76e878d02b8bd92b9f0aabcdffa0fe237abdb', class: "icons_centered_container" }, h("div", { key: '2a5370cd2bc0e1c0c19f29ae3d3f83382fc596a8', class: "icons_centered_div" })));
|
|
25
25
|
}
|
|
26
26
|
static get is() { return "gb-stepper-horizontal-icons-connected"; }
|
|
27
27
|
static get encapsulation() { return "shadow"; }
|
|
@@ -41,7 +41,7 @@ export class GbStepperHorizontalLineWithText {
|
|
|
41
41
|
this.showSupportingText = this.width < 768 ? false : true;
|
|
42
42
|
}
|
|
43
43
|
render() {
|
|
44
|
-
return (h("div", { key: '
|
|
44
|
+
return (h("div", { key: '4ac12a4696361a1c447f77e56fbfc7b47006c226', class: "text_with_line" }, this.internalSteps.map(step => (h("gb-step-base", { size: this.size, type: "text_line", state: step.state, status: step.status, label: step.label, "supporting-text": step.supportingText, "show-content": this.showContent, "show-supporting-text": this.showSupportingText })))));
|
|
45
45
|
}
|
|
46
46
|
static get is() { return "gb-stepper-horizontal-line-with-text"; }
|
|
47
47
|
static get encapsulation() { return "shadow"; }
|
|
@@ -26,7 +26,7 @@ export class GbStepperHorizontalMinimalIcons {
|
|
|
26
26
|
}
|
|
27
27
|
render() {
|
|
28
28
|
const indexOfCurrentStep = this.steps.findIndex(step => step.status === 'current');
|
|
29
|
-
return (h("div", { key: '
|
|
29
|
+
return (h("div", { key: '62cebb06b1356199cb1924bc4ce6639bc04ea92e', class: `minimai_icons_container ${this.position}` }, h("div", { key: '39b36d69b4a0d24bddf34cd675e990918e50c0f2', class: `minimai_icons_div ${this.size} ${this.position}` }, this.position !== 'left' && (h(Fragment, null, this.text && (h("p", { key: 'cff6a0639c5ca110bcd8f1601aa9234ffff0f002', class: "step_text text-sm-medium" }, this.stepLabel, " ", indexOfCurrentStep + 1, " of ", this.steps.length)))), this.steps.map(step => (h("gb-step-icon-base", { size: this.size, status: step.status, state: step.state }))), this.position === 'left' && (h(Fragment, null, this.text && (h("p", { key: 'd05afd9d80e503c9429f024cb4361275d21487d7', class: "step_text text-sm-medium" }, this.stepLabel, " ", indexOfCurrentStep + 1, " of ", this.steps.length)))))));
|
|
30
30
|
}
|
|
31
31
|
static get is() { return "gb-stepper-horizontal-minimal-icons"; }
|
|
32
32
|
static get encapsulation() { return "shadow"; }
|
|
@@ -31,7 +31,7 @@ export class GbstepperVerticalIconsWithText {
|
|
|
31
31
|
this.stepClicked.emit(index);
|
|
32
32
|
}
|
|
33
33
|
render() {
|
|
34
|
-
return (h("div", { key: '
|
|
34
|
+
return (h("div", { key: '30dbbac2b2ba4cbefd37d593d66090844847ec0d', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, this.internalSteps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === this.steps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText, onClick: () => this.emitIndex(index) })))))));
|
|
35
35
|
}
|
|
36
36
|
static get is() { return "gb-stepper-vertical-icons-with-text"; }
|
|
37
37
|
static get encapsulation() { return "shadow"; }
|
|
@@ -46,11 +46,11 @@ export class GbTabButtonBase {
|
|
|
46
46
|
return words[0] + ' ' + words.slice(1).join(' ').toLowerCase();
|
|
47
47
|
}
|
|
48
48
|
render() {
|
|
49
|
-
return (h("div", { key: '
|
|
49
|
+
return (h("div", { key: 'b90954c72b23ae6d3286c126322536d768519453', class: `tab_button_div ${this.type}
|
|
50
50
|
${this.current ? 'current' : ''}
|
|
51
51
|
${this.fullWidth ? 'full_width' : ''}
|
|
52
52
|
${this.size}
|
|
53
|
-
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '
|
|
53
|
+
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: 'f64e5b90f7a6e741193cffa4145d42ca6707a056', class: `tab_name ${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.getFormattedLabel()), this.badge && (h("gb-badge", { key: '547893874e1dc2bf7b56fbf0eec4d8db0403e766', size: "sm", type: "pill_color", color: this.current ? 'information' : 'gray' }, h("slot", { key: '429773467555f68eabb5d0376e9b1d69e8eff198', name: "count" })))));
|
|
54
54
|
}
|
|
55
55
|
static get is() { return "gb-tab-button-base"; }
|
|
56
56
|
static get encapsulation() { return "shadow"; }
|
|
@@ -2813,13 +2813,13 @@
|
|
|
2813
2813
|
width: 100%;
|
|
2814
2814
|
box-sizing: border-box;
|
|
2815
2815
|
overflow: hidden;
|
|
2816
|
-
background: var(--color-background-card, #ffffff);
|
|
2817
2816
|
}
|
|
2818
2817
|
|
|
2819
2818
|
.table_wrapper.list {
|
|
2820
2819
|
border-radius: var(--rounded-md);
|
|
2821
2820
|
border: 0.7px solid var(--color-border-subtler, #e3e8ef);
|
|
2822
2821
|
box-shadow: var(--shadow-xs);
|
|
2822
|
+
background: var(--color-background-card, #ffffff);
|
|
2823
2823
|
}
|
|
2824
2824
|
|
|
2825
2825
|
/* .table_wrapper table th:first-child,
|
|
@@ -12,10 +12,11 @@ export class GbTable {
|
|
|
12
12
|
// sortable: true,
|
|
13
13
|
// sortType: 'string',
|
|
14
14
|
// helpIcon: true,
|
|
15
|
+
// searchable: true,
|
|
15
16
|
// supportingText: row => row.role,
|
|
16
17
|
// mobile: { position: 'top_right' },
|
|
17
18
|
// },
|
|
18
|
-
// { key: 'role', label: 'Role' },
|
|
19
|
+
// { key: 'role', label: 'Role', searchable: true },
|
|
19
20
|
// { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number', cellStyle: row => ({ color: row.amount > 200 ? 'green' : '' }) },
|
|
20
21
|
// {
|
|
21
22
|
// key: 'status',
|
|
@@ -76,12 +77,12 @@ export class GbTable {
|
|
|
76
77
|
// { id: '#3030', date: 'Jan 30, 2022', name: 'Nathan Adams', role: 'Scrum Master', level: 'Today', customer: 'Zoe Rogers', amount: '$320.80', status: 'Completed' },
|
|
77
78
|
];
|
|
78
79
|
// = {
|
|
80
|
+
// name: { key: 'customer' },
|
|
79
81
|
// badges: [
|
|
80
82
|
// { key: 'role', label: 'Role' },
|
|
81
83
|
// { key: 'amount', label: 'Amount' },
|
|
82
84
|
// ],
|
|
83
|
-
// button:
|
|
84
|
-
// { icon: 'assets/sent.svg', text: 'Send Money', action: 'send_money' },
|
|
85
|
+
// button: { icon: 'assets/sent.svg', text: 'Send Money', action: 'send_money' },
|
|
85
86
|
// };
|
|
86
87
|
this.tableHeaderConfig = {
|
|
87
88
|
tableHeading: false,
|
|
@@ -113,23 +114,78 @@ export class GbTable {
|
|
|
113
114
|
illustrationStyle: 'box',
|
|
114
115
|
theme: 'light',
|
|
115
116
|
};
|
|
117
|
+
// = {
|
|
118
|
+
// title: 'Filter',
|
|
119
|
+
// fields: [
|
|
120
|
+
// {
|
|
121
|
+
// tag: 'gb-date-picker',
|
|
122
|
+
// label: 'Post date',
|
|
123
|
+
// key: { start: 'postStartDate', end: 'postEndDate' },
|
|
124
|
+
// event: 'dateChange',
|
|
125
|
+
// },
|
|
126
|
+
// {
|
|
127
|
+
// tag: 'gb-date-picker',
|
|
128
|
+
// label: 'Value date',
|
|
129
|
+
// key: { start: 'valueStartDate', end: 'valueEndDate' },
|
|
130
|
+
// event: 'dateChange',
|
|
131
|
+
// },
|
|
132
|
+
// {
|
|
133
|
+
// tag: 'gb-input-dropdown',
|
|
134
|
+
// key: 'status',
|
|
135
|
+
// event: 'dropdownItemSelected',
|
|
136
|
+
// props: {
|
|
137
|
+
// type: 'tags',
|
|
138
|
+
// showLabel: true,
|
|
139
|
+
// label: 'Status',
|
|
140
|
+
// placeholder: 'Select a status',
|
|
141
|
+
// items: ['Completed', 'Pending', 'Cancelled'],
|
|
142
|
+
// },
|
|
143
|
+
// },
|
|
144
|
+
// {
|
|
145
|
+
// tag: 'gb-input-dropdown',
|
|
146
|
+
// key: 'transactionType',
|
|
147
|
+
// event: 'dropdownItemSelected',
|
|
148
|
+
// props: {
|
|
149
|
+
// type: 'default',
|
|
150
|
+
// showLabel: true,
|
|
151
|
+
// label: 'Transaction type',
|
|
152
|
+
// placeholder: 'Select type',
|
|
153
|
+
// items: ['Credit', 'Debit'],
|
|
154
|
+
// },
|
|
155
|
+
// },
|
|
156
|
+
// {
|
|
157
|
+
// tag: 'gb-slider',
|
|
158
|
+
// key: 'amount',
|
|
159
|
+
// event: 'thumbValueChanged',
|
|
160
|
+
// props: {
|
|
161
|
+
// showHeading: true,
|
|
162
|
+
// heading: 'Amount range',
|
|
163
|
+
// },
|
|
164
|
+
// },
|
|
165
|
+
// ],
|
|
166
|
+
// initialValues: {
|
|
167
|
+
// pageNumber: 0,
|
|
168
|
+
// pageSize: 10,
|
|
169
|
+
// },
|
|
170
|
+
// };
|
|
116
171
|
this.showActionsColumn = true;
|
|
117
172
|
this.rowActions = [
|
|
118
|
-
// { label: '', action: '', icon: 'assets/more-horizontal.svg', type: 'dropdown' },
|
|
119
173
|
// { label: 'View Details', action: 'view_details', icon: 'assets/view.svg', type: 'button' },
|
|
174
|
+
// { label: '', action: '', icon: 'assets/more-horizontal.svg', type: 'dropdown' },
|
|
120
175
|
// { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', type: 'button' },
|
|
121
176
|
];
|
|
122
177
|
this.dropdownOptions = [
|
|
123
178
|
// { label: 'View', action: 'view', icon: 'assets/view.svg', disabled: false },
|
|
124
179
|
// { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', disabled: false },
|
|
125
|
-
// { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled:
|
|
180
|
+
// { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled: false },
|
|
126
181
|
];
|
|
127
182
|
this.stickyFirstColumn = false;
|
|
128
183
|
this.stickyLastColumn = false;
|
|
129
184
|
this.actionsType = 'none';
|
|
130
|
-
this.showCheckbox =
|
|
185
|
+
this.showCheckbox = true;
|
|
131
186
|
this.tableHeadColor = 'gray';
|
|
132
187
|
this.rowKey = 'id';
|
|
188
|
+
this.filterMode = 'internal';
|
|
133
189
|
this.slicedData = [];
|
|
134
190
|
this.internalCurrentPage = 1;
|
|
135
191
|
this.internalPageSize = 10;
|
|
@@ -147,8 +203,10 @@ export class GbTable {
|
|
|
147
203
|
this.isFilterModalVisible = false;
|
|
148
204
|
this.isGridModalVisible = false;
|
|
149
205
|
this.internalLoading = false;
|
|
150
|
-
this.currentTableLayout = '
|
|
206
|
+
this.currentTableLayout = 'list';
|
|
151
207
|
this.showGridCardModal = false;
|
|
208
|
+
this.appliedFilterValues = {};
|
|
209
|
+
this.searchTerm = '';
|
|
152
210
|
this.isDraggingModal = false;
|
|
153
211
|
this.dragOffset = { x: 0, y: 0 };
|
|
154
212
|
this.actionButtonRefs = [];
|
|
@@ -349,10 +407,10 @@ export class GbTable {
|
|
|
349
407
|
});
|
|
350
408
|
}
|
|
351
409
|
get allSelected() {
|
|
352
|
-
return this.
|
|
410
|
+
return this.displayedData.length > 0 && this.displayedData.every(row => this.selectedRowIds.has(this.getRowId(row)));
|
|
353
411
|
}
|
|
354
412
|
get isIndeterminate() {
|
|
355
|
-
return this.
|
|
413
|
+
return this.displayedData.some(row => this.selectedRowIds.has(this.getRowId(row))) && !this.allSelected;
|
|
356
414
|
}
|
|
357
415
|
getRowId(row) {
|
|
358
416
|
if (typeof this.rowKey === 'function') {
|
|
@@ -362,10 +420,16 @@ export class GbTable {
|
|
|
362
420
|
}
|
|
363
421
|
toggleAll() {
|
|
364
422
|
if (this.allSelected) {
|
|
365
|
-
|
|
423
|
+
// Uncheck only current page
|
|
424
|
+
const updated = new Set(this.selectedRowIds);
|
|
425
|
+
this.displayedData.forEach(row => updated.delete(this.getRowId(row)));
|
|
426
|
+
this.selectedRowIds = updated;
|
|
366
427
|
}
|
|
367
428
|
else {
|
|
368
|
-
|
|
429
|
+
// Check all on current page
|
|
430
|
+
const updated = new Set(this.selectedRowIds);
|
|
431
|
+
this.displayedData.forEach(row => updated.add(this.getRowId(row)));
|
|
432
|
+
this.selectedRowIds = updated;
|
|
369
433
|
}
|
|
370
434
|
this.emitSelection();
|
|
371
435
|
}
|
|
@@ -386,11 +450,11 @@ export class GbTable {
|
|
|
386
450
|
}
|
|
387
451
|
get displayedData() {
|
|
388
452
|
if (!this.paginationConfig || this.paginationConfig.paginationMode === 'external') {
|
|
389
|
-
return this.
|
|
453
|
+
return this.searchedData;
|
|
390
454
|
}
|
|
391
455
|
const start = (this.internalCurrentPage - 1) * this.internalPageSize;
|
|
392
456
|
const end = start + this.internalPageSize;
|
|
393
|
-
return this.
|
|
457
|
+
return this.searchedData.slice(start, end);
|
|
394
458
|
}
|
|
395
459
|
get totalPages() {
|
|
396
460
|
// console.log('sortedData length:', this.sortedData.length);
|
|
@@ -400,7 +464,7 @@ export class GbTable {
|
|
|
400
464
|
if (!this.paginationConfig)
|
|
401
465
|
return 1;
|
|
402
466
|
const pageSize = this.internalPageSize || 1;
|
|
403
|
-
const totalItems = this.paginationConfig.paginationMode === 'internal' ? this.
|
|
467
|
+
const totalItems = this.paginationConfig.paginationMode === 'internal' ? this.searchedData.length : ((_a = this.paginationConfig.totalItems) !== null && _a !== void 0 ? _a : 0);
|
|
404
468
|
return Math.max(1, Math.ceil(totalItems / pageSize));
|
|
405
469
|
}
|
|
406
470
|
onDataChange() {
|
|
@@ -486,9 +550,9 @@ export class GbTable {
|
|
|
486
550
|
}
|
|
487
551
|
renderGridView() {
|
|
488
552
|
return (h("div", { class: `table_grid_wrapper` }, this.displayedData.map((row, rowIndex) => {
|
|
489
|
-
var _a, _b;
|
|
490
|
-
return (h("div", { class: "table_grid_card" }, h("div", { class: "grid_card_profile" }, h("div", { class: "grid_card_profile_content" }, h("div", { class: "profile_avatar" }, h("gb-avatar", { size: "lg", "show-border": "false" }, h("h1", { slot: "initials" }, this.generateNameInitials(row.name)))), h("div", { class: "profile_details" }, h("div", { class: "profile_name" }, h("p", { class: "text-lg-semi-bold" }, row.name)), (
|
|
491
|
-
|
|
553
|
+
var _a, _b, _c;
|
|
554
|
+
return (h("div", { class: "table_grid_card" }, h("div", { class: "grid_card_profile" }, h("div", { class: "grid_card_profile_content" }, h("div", { class: "profile_avatar" }, h("gb-avatar", { size: "lg", "show-border": "false" }, h("h1", { slot: "initials" }, this.generateNameInitials(row[this.gridCardConfig.name.key])))), h("div", { class: "profile_details" }, h("div", { class: "profile_name" }, h("p", { class: "text-lg-semi-bold" }, ((_a = this.gridCardConfig) === null || _a === void 0 ? void 0 : _a.name) ? row[this.gridCardConfig.name.key] : '')), (_c = (_b = this.gridCardConfig) === null || _b === void 0 ? void 0 : _b.badges) === null || _c === void 0 ? void 0 :
|
|
555
|
+
_c.map(badge => (h("gb-badge", { size: "lg", type: "badge_modern", color: "gray" }, h("p", null, row[badge.key]))))))), h("div", { class: "grid_card_buttons" }, h("div", { class: "btn" }, h("gb-button", { size: "md", hierarchy: "secondary_gray", icon: "default", "icon-leading": this.gridCardConfig.button.icon ? true : false, iconLeadingSwap: this.gridCardConfig.button.icon, onClick: () => this.handleAction(this.gridCardConfig.button.action, row) }, h("p", null, this.gridCardConfig.button.text))), h("gb-button", { size: "md", hierarchy: "secondary_gray", iconLeading: true, "icon-leading-swap": "assets/more-vertical.svg", icon: "only", onClick: () => this.openGridModal(rowIndex) })), this.openRowIndex === rowIndex && this.isGridModalVisible && (h("div", { class: `grid_dropdown_modal_overlay ${this.isGridModalVisible ? 'open' : 'closing'}` }, h("gb-button-close", { size: "sm", color: "gray", class: "grid_card_modal_close_button", onClick: () => this.closeGridModal() }), h("div", { class: "grid_dropdown_modal" }, this.dropdownOptions.map(action => (h("gb-dropdown-items-with-shortcut", { icon: action.icon ? true : false, state: action.disabled ? StateEnum.Disabled : StateEnum.Default, label: action.label, "icon-src": action.icon, onClick: () => {
|
|
492
556
|
this.handleAction(action.action, row);
|
|
493
557
|
this.openRowIndex = null;
|
|
494
558
|
} }))))))));
|
|
@@ -504,7 +568,10 @@ export class GbTable {
|
|
|
504
568
|
})));
|
|
505
569
|
}
|
|
506
570
|
emitSearchValue(detail) {
|
|
507
|
-
|
|
571
|
+
var _a, _b, _c;
|
|
572
|
+
this.searchTerm = (_c = (_b = (_a = detail.detail) === null || _a === void 0 ? void 0 : _a.value) !== null && _b !== void 0 ? _b : detail.detail) !== null && _c !== void 0 ? _c : '';
|
|
573
|
+
this.internalCurrentPage = 1; // reset pagination on search
|
|
574
|
+
// this.inputValueChanged.emit(detail.detail);
|
|
508
575
|
}
|
|
509
576
|
emitDateChange(detail) {
|
|
510
577
|
this.dateChange.emit(detail.detail);
|
|
@@ -551,28 +618,84 @@ export class GbTable {
|
|
|
551
618
|
this.showFilterModalInternal = false;
|
|
552
619
|
}, 300); // match CSS duration
|
|
553
620
|
}
|
|
554
|
-
onApplyFilters(
|
|
555
|
-
|
|
556
|
-
this.
|
|
557
|
-
this.
|
|
621
|
+
onApplyFilters(e) {
|
|
622
|
+
const { filters } = e.detail;
|
|
623
|
+
this.appliedFilterValues = Object.assign(Object.assign({}, this.appliedFilterValues), filters);
|
|
624
|
+
this.internalCurrentPage = 1; // ← reset pagination
|
|
625
|
+
if (this.filterMode === 'external') {
|
|
626
|
+
this.applyFilters.emit(this.appliedFilterValues);
|
|
627
|
+
}
|
|
628
|
+
this.closeFilterModal();
|
|
629
|
+
}
|
|
630
|
+
get mergedFilterConfig() {
|
|
631
|
+
return Object.assign(Object.assign({}, this.filterConfig), { appliedValues: this.appliedFilterValues });
|
|
632
|
+
}
|
|
633
|
+
handleClearFilters() {
|
|
634
|
+
this.appliedFilterValues = {};
|
|
635
|
+
this.internalCurrentPage = 1;
|
|
636
|
+
}
|
|
637
|
+
get filteredData() {
|
|
638
|
+
var _a;
|
|
639
|
+
if (this.filterMode === 'external' || !((_a = this.filterConfig) === null || _a === void 0 ? void 0 : _a.fields) || Object.keys(this.appliedFilterValues).length === 0) {
|
|
640
|
+
return this.sortedData;
|
|
641
|
+
}
|
|
642
|
+
return this.sortedData.filter(row => {
|
|
643
|
+
return this.filterConfig.fields.every(field => {
|
|
644
|
+
const key = field.key;
|
|
645
|
+
const filterValue = this.appliedFilterValues[key];
|
|
646
|
+
if (filterValue === undefined || filterValue === null || filterValue === '')
|
|
647
|
+
return true;
|
|
648
|
+
const rowValue = row[key];
|
|
649
|
+
// Slider — range match: filterValue is [min, max]
|
|
650
|
+
if (field.tag === 'gb-slider') {
|
|
651
|
+
const { left, right } = filterValue;
|
|
652
|
+
if (left === undefined || right === undefined)
|
|
653
|
+
return true;
|
|
654
|
+
const num = Number(String(rowValue).replace(/[^0-9.-]+/g, ''));
|
|
655
|
+
return num >= left && num <= right;
|
|
656
|
+
}
|
|
657
|
+
if (Array.isArray(filterValue)) {
|
|
658
|
+
if (filterValue.length === 0)
|
|
659
|
+
return true;
|
|
660
|
+
return filterValue.some(val => String(rowValue).toLowerCase() === String(val).toLowerCase());
|
|
661
|
+
}
|
|
662
|
+
// Dropdown — exact match (case insensitive)
|
|
663
|
+
return String(rowValue).toLowerCase() === String(filterValue).toLowerCase();
|
|
664
|
+
});
|
|
665
|
+
});
|
|
666
|
+
}
|
|
667
|
+
get searchedData() {
|
|
668
|
+
if (!this.searchTerm || this.searchTerm.trim() === '') {
|
|
669
|
+
return this.filteredData;
|
|
670
|
+
}
|
|
671
|
+
const term = this.searchTerm.toLowerCase().trim();
|
|
672
|
+
const searchableCols = this.internalColumns.filter(col => col.searchable);
|
|
673
|
+
if (searchableCols.length === 0)
|
|
674
|
+
return this.filteredData;
|
|
675
|
+
return this.filteredData.filter(row => searchableCols.some(col => {
|
|
676
|
+
const value = col.value ? col.value(row) : row[col.key];
|
|
677
|
+
return String(value !== null && value !== void 0 ? value : '')
|
|
678
|
+
.toLowerCase()
|
|
679
|
+
.includes(term);
|
|
680
|
+
}));
|
|
558
681
|
}
|
|
559
682
|
disconnectedCallback() {
|
|
560
683
|
window.removeEventListener('resize', this.checkViewport);
|
|
561
684
|
}
|
|
562
685
|
render() {
|
|
563
|
-
return (h("div", { key: '
|
|
686
|
+
return (h("div", { key: '57797131fac8e00d0cc4da61ab0bbbe217f3d3a3', class: `table_wrapper ${this.currentTableLayout}` }, h("div", { key: '3644f6a931430d6394df73e79b00d7f6c2d360be', class: `table-header ${this.currentTableLayout}` }, h("gb-table-header", { key: 'eb9793bc05bebc84fbbeb8dab937e790ff2ea41a', mode: this.tableHeaderConfig.datePickerMode, "table-heading": this.tableHeaderConfig.tableHeading, "table-heading-label": this.tableHeaderConfig.tableHeadingLabel, "show-search": this.tableHeaderConfig.showSearch, "show-date-filter": this.tableHeaderConfig.showDateFilter, "show-filter": this.tableHeaderConfig.showFilter, "show-export": this.tableHeaderConfig.showExport, "show-column-options": this.tableHeaderConfig.showColumnOptions, "show-refresh-button": this.tableHeaderConfig.showRefreshButton, "input-placeholder": this.tableHeaderConfig.inputPlaceholder, "date-picker-placeholder": this.tableHeaderConfig.datePickerPlaceholder, "show-entire-data": this.tableHeaderConfig.showEntireData, "show-layout-toggle": this.tableHeaderConfig.showLayoutToggle, "filter-state": Object.keys(this.appliedFilterValues).length > 0 ? 'applied' : 'default', "filter-count": Object.keys(this.appliedFilterValues).length, "export-button-state": this.tableHeaderConfig.exportButtonState, "pdf-state": this.tableHeaderConfig.pdfState, "csv-state": this.tableHeaderConfig.csvState, onInputValueChanged: this.emitSearchValue.bind(this), onDateChange: this.emitDateChange.bind(this), onColumnOptionsButtonClicked: this.columnOptionsButtonClicked(), onExportClicked: e => this.exportButtonClicked(e), onFilterButtonClicked: () => this.openFilterModal(), onRefreshButtonClicked: () => this.onRefreshButtonClicked(), onLayoutButtonClicked: e => this.switchTableLayout(e) })), this.showColumnsPanel && this.columns.length > 0 && (h("div", { key: '80562c2ffebb4584641552b832d318d6ce98b701', class: "dialog", style: {
|
|
564
687
|
transform: `translate(${this.modalPosition.x}px, ${this.modalPosition.y}px)`,
|
|
565
|
-
} }, h("div", { key: '
|
|
688
|
+
} }, h("div", { key: 'f7707907d1fbc9bee0670ab0a3e463e948b86cef', class: "column-modal" }, h("div", { key: '33a4aa0c888c48d6961e423adcd888263dc6b17d', class: "modal_header" }, h("div", { key: '69c740dc91e73c35a815c3a7d57c633ee05a1f4a', class: "modal_header_content", onPointerDown: this.onModalPointerDown }, h("h4", { key: '8899dcc08fb33e42ff7f7074d4c0f7463e4778ad', class: "heading display-xs-semi-bold" }, "Column Options"), h("gb-button-close", { key: '6540e5c86dbdb4aef5520745c3a8f146f9e6474b', class: "close_button", color: "gray", size: "sm", onClick: () => (this.showColumnsPanel = false) }))), h("div", { key: 'cdad2a03a83f9a10944ac446fec59ae20b06513f', class: "content_wrapper" }, h("div", { key: 'cb93aaa74f83ff7a51c0bad4938d0b2a20553b2b', class: "modal_content" }, this.internalColumns.map((col, index) => (h("div", { class: "column_option", draggable: true, onDragStart: () => (this.draggedIndex = index), onDragOver: e => e.preventDefault(), onDrop: () => {
|
|
566
689
|
if (this.draggedIndex !== null && this.draggedIndex !== index) {
|
|
567
690
|
this.reorderColumns(this.draggedIndex, index);
|
|
568
691
|
}
|
|
569
692
|
this.draggedIndex = null;
|
|
570
693
|
} }, h("div", { class: "label_and_dragger" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { d: "M8 6H8.00635M8 12H8.00635M8 18H8.00635M15.9937 6H16M15.9937 12H16M15.9937 18H16", stroke: "var(--color-icon, #4B5565)", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("p", { class: "label text-md-regular" }, col.label)), h("gb-toggle", { size: "sm", state: StateEnum.Default, position: "right", pressed: col.visible, text: false, onToggleClicked: e => {
|
|
571
694
|
this.toggleColumn(e, col.key);
|
|
572
|
-
} })))), h("div", { key: '
|
|
695
|
+
} })))), h("div", { key: 'b65e4623fba10e5eb2f35664a02dbc6104cd4a13', class: "modal-actions" })))))), this.showFilterModalInternal && this.filterConfig && (h("div", { key: '9baad08abce9c1f3ed2004308f95684ef732d134', class: `filter_modal_wrapper ${this.isFilterModalVisible ? 'open' : 'closing'}` }, h("gb-filter-modal", { key: 'b72211f97b755428f8632fd720a73cd2969e23bf', class: "filter_modal", filterConfig: this.mergedFilterConfig, onClose: e => {
|
|
573
696
|
e.stopPropagation();
|
|
574
697
|
this.closeFilterModal();
|
|
575
|
-
}, onApplyFilters: e => this.onApplyFilters(e) }))), this.internalLoading ? (
|
|
698
|
+
}, onApplyFilters: e => this.onApplyFilters(e), onClearFilters: () => this.handleClearFilters() }))), this.internalLoading ? (
|
|
576
699
|
// ✅ ALWAYS show loading when loading = true
|
|
577
700
|
h("table", null, h("thead", null, h("tr", { class: "table_head_row" }, this.showCheckbox && (h("th", { class: {
|
|
578
701
|
checkbox: true,
|
|
@@ -614,7 +737,7 @@ export class GbTable {
|
|
|
614
737
|
? this.renderDesktopView()
|
|
615
738
|
: this.currentTableLayout === 'grid'
|
|
616
739
|
? this.renderGridView()
|
|
617
|
-
: null)), this.paginationConfig && this.data.length > 0 && (h("div", { key: '
|
|
740
|
+
: null)), this.paginationConfig && this.data.length > 0 && (h("div", { key: '656a541468e7591751e689434680f51e4abbdf12', class: `pagination ${this.currentTableLayout}` }, h("gb-pagination", { key: '3d3cc1e079d0922b9d4064c20584dd5201441f6e', "entries-dropdown-menu-position": this.paginationConfig.entriesDropdownMenuPosition, "page-size": this.paginationConfig.paginationMode === 'internal' ? this.internalPageSize : this.paginationConfig.pageSize, "current-page": this.paginationConfig.paginationMode === 'internal' ? this.internalCurrentPage : this.paginationConfig.currentPage, "total-pages": this.totalPages, onPageItemSelected: this.handlePageChange.bind(this) })))));
|
|
618
741
|
}
|
|
619
742
|
static get is() { return "gb-table"; }
|
|
620
743
|
static get encapsulation() { return "shadow"; }
|
|
@@ -672,7 +795,7 @@ export class GbTable {
|
|
|
672
795
|
},
|
|
673
796
|
"getter": false,
|
|
674
797
|
"setter": false,
|
|
675
|
-
"defaultValue": "[\r\n // { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n // { key: 'date', label: 'Date', value: row => row.date.toLocaleString(), mobile: { position: 'bottom_left' } },\r\n // {\r\n // key: 'name',\r\n // label: 'Name',\r\n // sortable: true,\r\n // sortType: 'string',\r\n // helpIcon: true,\r\n // supportingText: row => row.role,\r\n // mobile: { position: 'top_right' },\r\n // },\r\n // { key: 'role', label: 'Role' },\r\n // { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number', cellStyle: row => ({ color: row.amount > 200 ? 'green' : '' }) },\r\n // {\r\n // key: 'status',\r\n // label: 'Status',\r\n // cellComponent: 'gb-badge',\r\n // cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),\r\n // cellSlots: {\r\n // default: {\r\n // tag: 'p',\r\n // content: row => row.status,\r\n // },\r\n // },\r\n // },\r\n ]"
|
|
798
|
+
"defaultValue": "[\r\n // { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n // { key: 'date', label: 'Date', value: row => row.date.toLocaleString(), mobile: { position: 'bottom_left' } },\r\n // {\r\n // key: 'name',\r\n // label: 'Name',\r\n // sortable: true,\r\n // sortType: 'string',\r\n // helpIcon: true,\r\n // searchable: true,\r\n // supportingText: row => row.role,\r\n // mobile: { position: 'top_right' },\r\n // },\r\n // { key: 'role', label: 'Role', searchable: true },\r\n // { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number', cellStyle: row => ({ color: row.amount > 200 ? 'green' : '' }) },\r\n // {\r\n // key: 'status',\r\n // label: 'Status',\r\n // cellComponent: 'gb-badge',\r\n // cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),\r\n // cellSlots: {\r\n // default: {\r\n // tag: 'p',\r\n // content: row => row.status,\r\n // },\r\n // },\r\n // },\r\n ]"
|
|
676
799
|
},
|
|
677
800
|
"data": {
|
|
678
801
|
"type": "unknown",
|
|
@@ -696,8 +819,8 @@ export class GbTable {
|
|
|
696
819
|
"type": "unknown",
|
|
697
820
|
"mutable": false,
|
|
698
821
|
"complexType": {
|
|
699
|
-
"original": "{\r\n badges?: { key: string; label?: string }[];\r\n button?: { icon: string; text: string; action: string };\r\n }",
|
|
700
|
-
"resolved": "{ badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }",
|
|
822
|
+
"original": "{\r\n name?: { key: string };\r\n badges?: { key: string; label?: string }[];\r\n button?: { icon: string; text: string; action: string };\r\n }",
|
|
823
|
+
"resolved": "{ name?: { key: string; }; badges?: { key: string; label?: string; }[]; button?: { icon: string; text: string; action: string; }; }",
|
|
701
824
|
"references": {}
|
|
702
825
|
},
|
|
703
826
|
"required": false,
|
|
@@ -864,7 +987,7 @@ export class GbTable {
|
|
|
864
987
|
},
|
|
865
988
|
"getter": false,
|
|
866
989
|
"setter": false,
|
|
867
|
-
"defaultValue": "[\r\n // { label: '', action: '', icon: 'assets/
|
|
990
|
+
"defaultValue": "[\r\n // { label: 'View Details', action: 'view_details', icon: 'assets/view.svg', type: 'button' },\r\n // { label: '', action: '', icon: 'assets/more-horizontal.svg', type: 'dropdown' },\r\n // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', type: 'button' },\r\n ]"
|
|
868
991
|
},
|
|
869
992
|
"dropdownOptions": {
|
|
870
993
|
"type": "unknown",
|
|
@@ -888,7 +1011,7 @@ export class GbTable {
|
|
|
888
1011
|
},
|
|
889
1012
|
"getter": false,
|
|
890
1013
|
"setter": false,
|
|
891
|
-
"defaultValue": "[\r\n // { label: 'View', action: 'view', icon: 'assets/view.svg', disabled: false },\r\n // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', disabled: false },\r\n // { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled:
|
|
1014
|
+
"defaultValue": "[\r\n // { label: 'View', action: 'view', icon: 'assets/view.svg', disabled: false },\r\n // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', disabled: false },\r\n // { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled: false },\r\n ]"
|
|
892
1015
|
},
|
|
893
1016
|
"stickyFirstColumn": {
|
|
894
1017
|
"type": "boolean",
|
|
@@ -968,7 +1091,7 @@ export class GbTable {
|
|
|
968
1091
|
"setter": false,
|
|
969
1092
|
"reflect": false,
|
|
970
1093
|
"attribute": "show-checkbox",
|
|
971
|
-
"defaultValue": "
|
|
1094
|
+
"defaultValue": "true"
|
|
972
1095
|
},
|
|
973
1096
|
"tableHeadColor": {
|
|
974
1097
|
"type": "string",
|
|
@@ -1009,6 +1132,26 @@ export class GbTable {
|
|
|
1009
1132
|
"reflect": false,
|
|
1010
1133
|
"attribute": "row-key",
|
|
1011
1134
|
"defaultValue": "'id'"
|
|
1135
|
+
},
|
|
1136
|
+
"filterMode": {
|
|
1137
|
+
"type": "string",
|
|
1138
|
+
"mutable": false,
|
|
1139
|
+
"complexType": {
|
|
1140
|
+
"original": "'internal' | 'external'",
|
|
1141
|
+
"resolved": "\"external\" | \"internal\"",
|
|
1142
|
+
"references": {}
|
|
1143
|
+
},
|
|
1144
|
+
"required": false,
|
|
1145
|
+
"optional": false,
|
|
1146
|
+
"docs": {
|
|
1147
|
+
"tags": [],
|
|
1148
|
+
"text": ""
|
|
1149
|
+
},
|
|
1150
|
+
"getter": false,
|
|
1151
|
+
"setter": false,
|
|
1152
|
+
"reflect": false,
|
|
1153
|
+
"attribute": "filter-mode",
|
|
1154
|
+
"defaultValue": "'internal'"
|
|
1012
1155
|
}
|
|
1013
1156
|
};
|
|
1014
1157
|
}
|
|
@@ -1034,7 +1177,9 @@ export class GbTable {
|
|
|
1034
1177
|
"isGridModalVisible": {},
|
|
1035
1178
|
"internalLoading": {},
|
|
1036
1179
|
"currentTableLayout": {},
|
|
1037
|
-
"showGridCardModal": {}
|
|
1180
|
+
"showGridCardModal": {},
|
|
1181
|
+
"appliedFilterValues": {},
|
|
1182
|
+
"searchTerm": {}
|
|
1038
1183
|
};
|
|
1039
1184
|
}
|
|
1040
1185
|
static get events() {
|
|
@@ -1184,8 +1329,8 @@ export class GbTable {
|
|
|
1184
1329
|
"text": ""
|
|
1185
1330
|
},
|
|
1186
1331
|
"complexType": {
|
|
1187
|
-
"original": "
|
|
1188
|
-
"resolved": "
|
|
1332
|
+
"original": "any",
|
|
1333
|
+
"resolved": "any",
|
|
1189
1334
|
"references": {}
|
|
1190
1335
|
}
|
|
1191
1336
|
}];
|