globuswebcomponents 1.9.0 → 1.9.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-avatar-label-group_2.cjs.entry.js +1 -1
- package/dist/cjs/gb-avatar_20.cjs.entry.js +142 -476
- package/dist/cjs/gb-avatar_20.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-dropdown-item_3.cjs.entry.js +3 -3
- package/dist/cjs/gb-export-dropdown_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
- package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
- package/dist/cjs/gb-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-icon-button-base.cjs.entry.js +1 -1
- package/dist/cjs/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +391 -0
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
- package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
- 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-pagination.cjs.entry.js +96 -0
- package/dist/cjs/gb-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-pagination.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-progress-circle.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-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
- package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/gb-table-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
- 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-toggle-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
- package/dist/cjs/gb-top-bar-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar-sidemenu.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar.cjs.entry.js +1 -1
- package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-tooltip.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/Illustration2.svg +34 -0
- package/dist/collection/assets/Illustration3.svg +45 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/gb-empty-state/gb-empty-state.css +2715 -0
- package/dist/collection/components/gb-empty-state/gb-empty-state.js +181 -0
- package/dist/collection/components/gb-empty-state/gb-empty-state.js.map +1 -0
- package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
- package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
- package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +1 -1
- package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
- package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
- package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
- package/dist/collection/components/gb-filter-button/gb-filter-button.js +1 -1
- package/dist/collection/components/gb-header/gb-header.js +1 -1
- package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
- 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-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 +12 -12
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
- 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 +9 -9
- package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -1
- 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-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-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-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 +1 -1
- 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-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.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-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +26 -814
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js.map +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
- package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
- package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
- 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.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-top-bar/gb-top-bar.js +1 -1
- package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js +1 -1
- package/dist/collection/components/gb-top-bar-sidemenu/gb-top-bar-sidemenu.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-tooltip/gb-wysiwyg-tooltip.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-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +7 -7
- 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-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-detail-cell.js +5 -5
- package/dist/components/gb-empty-state.d.ts +11 -0
- package/dist/components/gb-empty-state.js +79 -0
- package/dist/components/gb-empty-state.js.map +1 -0
- package/dist/components/gb-export-dropdown-item.js +1 -1
- package/dist/components/gb-export-dropdown.js +1 -1
- package/dist/components/gb-export-sub-dropdown-item.js +1 -1
- package/dist/components/gb-export-sub-dropdown.js +1 -1
- package/dist/components/gb-featured-icon.js +1 -1
- package/dist/components/gb-file-type-icon.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +16 -16
- package/dist/components/gb-filter-button.js +1 -1
- package/dist/components/gb-header-icon.js +1 -1
- package/dist/components/gb-header.js +4 -4
- 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-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-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +4 -4
- 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 +23 -23
- package/dist/components/gb-pagination.js.map +1 -1
- package/dist/components/gb-password-button.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-quick-action-card.js +1 -1
- package/dist/components/gb-quick-action-icon.js +1 -1
- 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-stepper-horizontal-icons-centered.js +3 -3
- package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
- package/dist/components/gb-stepper-vertical-icons-with-text.js +22 -117
- package/dist/components/gb-stepper-vertical-icons-with-text.js.map +1 -1
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-cell.js +1 -1
- package/dist/components/gb-table-header.js +18 -18
- 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 +11 -11
- package/dist/components/gb-theme-tab.js +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +2 -2
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field-compact.js +2 -2
- package/dist/components/gb-token-field-compressed.js +3 -3
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-top-bar-item.js +1 -1
- package/dist/components/gb-top-bar-sidemenu.js +6 -6
- package/dist/components/gb-top-bar.js +3 -3
- package/dist/components/gb-vertical-tabs.js +1 -1
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +2 -2
- package/dist/components/{p-Ojetq1e-.js → p-B5OTx5lN.js} +3 -3
- package/dist/components/{p-Ojetq1e-.js.map → p-B5OTx5lN.js.map} +1 -1
- package/dist/components/{p-Cu8UdTdC.js → p-BA-QUue9.js} +24 -24
- package/dist/components/{p-Cu8UdTdC.js.map → p-BA-QUue9.js.map} +1 -1
- package/dist/components/{p-rgAdQepP.js → p-BErGETuo.js} +6 -6
- package/dist/components/{p-rgAdQepP.js.map → p-BErGETuo.js.map} +1 -1
- package/dist/components/{p-BjChGGmi.js → p-BUTqRUeS.js} +4 -4
- package/dist/components/{p-BjChGGmi.js.map → p-BUTqRUeS.js.map} +1 -1
- package/dist/components/{p-B3hMEJtE.js → p-BV08fIq9.js} +4 -4
- package/dist/components/{p-B3hMEJtE.js.map → p-BV08fIq9.js.map} +1 -1
- package/dist/components/{p-C_9NKqcz.js → p-Bb6DZwkT.js} +3 -3
- package/dist/components/{p-C_9NKqcz.js.map → p-Bb6DZwkT.js.map} +1 -1
- package/dist/components/{p-B1Gpz2Hg.js → p-BnuyRYKO.js} +8 -8
- package/dist/components/{p-B1Gpz2Hg.js.map → p-BnuyRYKO.js.map} +1 -1
- package/dist/components/{p-aOOa0jjW.js → p-BoroGYho.js} +3 -3
- package/dist/components/{p-aOOa0jjW.js.map → p-BoroGYho.js.map} +1 -1
- package/dist/components/{p-58UiDivr.js → p-BrYyk7ia.js} +3 -3
- package/dist/components/{p-58UiDivr.js.map → p-BrYyk7ia.js.map} +1 -1
- package/dist/components/{p-DsOYSSWx.js → p-BuACBwBa.js} +6 -6
- package/dist/components/{p-DsOYSSWx.js.map → p-BuACBwBa.js.map} +1 -1
- package/dist/components/{p-C_B54e6d.js → p-Bv7er-mf.js} +3 -3
- package/dist/components/{p-C_B54e6d.js.map → p-Bv7er-mf.js.map} +1 -1
- package/dist/components/{p-BsSEJMYm.js → p-BzZZMQQ7.js} +6 -6
- package/dist/components/{p-BsSEJMYm.js.map → p-BzZZMQQ7.js.map} +1 -1
- package/dist/components/{p-DzM2JdvP.js → p-C0eGaqog.js} +3 -3
- package/dist/components/{p-DzM2JdvP.js.map → p-C0eGaqog.js.map} +1 -1
- package/dist/components/{p-zwb0BIVh.js → p-C2RLPamg.js} +4 -4
- package/dist/components/{p-zwb0BIVh.js.map → p-C2RLPamg.js.map} +1 -1
- package/dist/components/{p-C2mSJNvy.js → p-C7KkOpHK.js} +4 -4
- package/dist/components/{p-C2mSJNvy.js.map → p-C7KkOpHK.js.map} +1 -1
- package/dist/components/{p-C5jd6KvY.js → p-CGArB7Dl.js} +3 -3
- package/dist/components/{p-C5jd6KvY.js.map → p-CGArB7Dl.js.map} +1 -1
- package/dist/components/{p-EopuEZPq.js → p-CH1hYv1q.js} +3 -3
- package/dist/components/{p-EopuEZPq.js.map → p-CH1hYv1q.js.map} +1 -1
- package/dist/components/{p-hFwZL-B0.js → p-CRG5nvry.js} +6 -6
- package/dist/components/{p-hFwZL-B0.js.map → p-CRG5nvry.js.map} +1 -1
- package/dist/components/{p-5ME1JTfb.js → p-CSLTGZjM.js} +4 -4
- package/dist/components/{p-5ME1JTfb.js.map → p-CSLTGZjM.js.map} +1 -1
- package/dist/components/{p-9fm4GEEL.js → p-CVNPQFHp.js} +4 -4
- package/dist/components/{p-9fm4GEEL.js.map → p-CVNPQFHp.js.map} +1 -1
- package/dist/components/{p-BJcj_w4X.js → p-C_Tapp1O.js} +4 -4
- package/dist/components/{p-BJcj_w4X.js.map → p-C_Tapp1O.js.map} +1 -1
- package/dist/components/{p-BQya-qi4.js → p-CbKSy-VL.js} +7 -7
- package/dist/components/{p-BQya-qi4.js.map → p-CbKSy-VL.js.map} +1 -1
- package/dist/components/{p-siavcGxZ.js → p-CdHYLeQL.js} +4 -4
- package/dist/components/{p-siavcGxZ.js.map → p-CdHYLeQL.js.map} +1 -1
- package/dist/components/{p-CQHYa5En.js → p-CeQ_Rsq1.js} +5 -5
- package/dist/components/{p-CQHYa5En.js.map → p-CeQ_Rsq1.js.map} +1 -1
- package/dist/components/{p-BHyyCkJC.js → p-Ckvl-ljn.js} +6 -6
- package/dist/components/{p-BHyyCkJC.js.map → p-Ckvl-ljn.js.map} +1 -1
- package/dist/components/{p-CfIZrAdJ.js → p-D3yFmIT2.js} +3 -3
- package/dist/components/{p-CfIZrAdJ.js.map → p-D3yFmIT2.js.map} +1 -1
- package/dist/components/{p-DmcrLQ86.js → p-D9oGYaxi.js} +7 -7
- package/dist/components/{p-DmcrLQ86.js.map → p-D9oGYaxi.js.map} +1 -1
- package/dist/components/{p-BA4DuEdW.js → p-DFrgWCgh.js} +4 -4
- package/dist/components/{p-BA4DuEdW.js.map → p-DFrgWCgh.js.map} +1 -1
- package/dist/components/{p-BXXRUyNx.js → p-DV74m5Co.js} +8 -8
- package/dist/components/{p-BXXRUyNx.js.map → p-DV74m5Co.js.map} +1 -1
- package/dist/components/{p-B6gScQp0.js → p-DWO5i1Se.js} +3 -3
- package/dist/components/{p-B6gScQp0.js.map → p-DWO5i1Se.js.map} +1 -1
- package/dist/components/{p-DbioORza.js → p-DWX-AAX8.js} +3 -3
- package/dist/components/{p-DbioORza.js.map → p-DWX-AAX8.js.map} +1 -1
- package/dist/components/{p-D7G3AQr_.js → p-DYHvA9s4.js} +3 -3
- package/dist/components/{p-D7G3AQr_.js.map → p-DYHvA9s4.js.map} +1 -1
- package/dist/components/{p-Clu7XYjR.js → p-DcbuYddf.js} +3 -3
- package/dist/components/{p-Clu7XYjR.js.map → p-DcbuYddf.js.map} +1 -1
- package/dist/components/{p-Cy2MNqqE.js → p-DeBriAnB.js} +3 -3
- package/dist/components/{p-Cy2MNqqE.js.map → p-DeBriAnB.js.map} +1 -1
- package/dist/components/{p-DwL0dy3A.js → p-DqahRJXl.js} +3 -3
- package/dist/components/{p-DwL0dy3A.js.map → p-DqahRJXl.js.map} +1 -1
- package/dist/components/{p-Dl5eyCH0.js → p-DusEwCgj.js} +3 -3
- package/dist/components/{p-Dl5eyCH0.js.map → p-DusEwCgj.js.map} +1 -1
- package/dist/components/{p-BhJTClCR.js → p-Dx2gmcFF.js} +4 -4
- package/dist/components/{p-BhJTClCR.js.map → p-Dx2gmcFF.js.map} +1 -1
- package/dist/components/{p-y5SGEyvZ.js → p-Dx4lHnka.js} +3 -3
- package/dist/components/{p-y5SGEyvZ.js.map → p-Dx4lHnka.js.map} +1 -1
- package/dist/components/{p-COj-hm3v.js → p-FuGWRoer.js} +4 -4
- package/dist/components/{p-COj-hm3v.js.map → p-FuGWRoer.js.map} +1 -1
- package/dist/components/{p-CAEiCMBr.js → p-MVShD5fJ.js} +16 -16
- package/dist/components/{p-CAEiCMBr.js.map → p-MVShD5fJ.js.map} +1 -1
- package/dist/components/{p-D26EgCl4.js → p-Mu5E0ief.js} +4 -4
- package/dist/components/{p-D26EgCl4.js.map → p-Mu5E0ief.js.map} +1 -1
- package/dist/components/{p-CrPI1oek.js → p-XLYPaRCU.js} +3 -3
- package/dist/components/{p-CrPI1oek.js.map → p-XLYPaRCU.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-DSW9AXlQ.js → p-s5rCN-h6.js} +3 -3
- package/dist/components/{p-DSW9AXlQ.js.map → p-s5rCN-h6.js.map} +1 -1
- package/dist/components/{p-ZXPuz8st.js → p-vtXEng2T.js} +3 -3
- package/dist/components/{p-ZXPuz8st.js.map → p-vtXEng2T.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +237 -973
- package/dist/esm/gb-avatar-label-group_2.entry.js +1 -1
- package/dist/esm/gb-avatar_20.entry.js +139 -473
- package/dist/esm/gb-avatar_20.entry.js.map +1 -1
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-export-dropdown-item_3.entry.js +3 -3
- package/dist/esm/gb-export-dropdown_2.entry.js +2 -2
- package/dist/esm/gb-file-type-icon_2.entry.js +2 -2
- package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
- package/dist/esm/gb-file-upload.entry.js +12 -12
- package/dist/esm/gb-header-icon.entry.js +4 -4
- package/dist/esm/gb-header.entry.js +1 -1
- package/dist/esm/gb-help-dropdown.entry.js +1 -1
- package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
- package/dist/esm/gb-icon-button-base.entry.js +1 -1
- package/dist/esm/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.js.map +1 -0
- package/dist/esm/gb-input-dropdown_3.entry.js +387 -0
- package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -0
- package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
- package/dist/esm/gb-notification-content.entry.js +1 -1
- package/dist/esm/gb-notification-pane.entry.js +3 -3
- 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-pagination.entry.js +94 -0
- package/dist/esm/gb-pagination.entry.js.map +1 -0
- package/dist/esm/gb-progress-circle.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-stepper-horizontal-icons-centered.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
- package/dist/esm/gb-tab-button-base.entry.js +3 -3
- package/dist/esm/gb-table-cell.entry.js +1 -1
- package/dist/esm/gb-table-header.entry.js +1 -1
- package/dist/esm/gb-textarea-input-field.entry.js +4 -4
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +1 -1
- package/dist/esm/gb-toggle-base.entry.js +2 -2
- package/dist/esm/gb-toggle.entry.js +1 -1
- package/dist/esm/gb-token-field-compact.entry.js +1 -1
- package/dist/esm/gb-token-field-compressed.entry.js +2 -2
- package/dist/esm/gb-top-bar-item.entry.js +1 -1
- package/dist/esm/gb-top-bar-sidemenu.entry.js +1 -1
- package/dist/esm/gb-top-bar.entry.js +1 -1
- package/dist/esm/gb-vertical-tabs.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-tooltip.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/Illustration2.svg +34 -0
- package/dist/globuscomponents/assets/Illustration3.svg +45 -0
- package/dist/globuscomponents/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.esm.js.map +1 -0
- package/dist/globuscomponents/gb-pagination.entry.esm.js.map +1 -0
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-45a97699.entry.js → p-0032a0eb.entry.js} +2 -2
- package/dist/globuscomponents/{p-dd60fb1f.entry.js → p-02088466.entry.js} +2 -2
- package/dist/globuscomponents/{p-e856eaff.entry.js → p-02c897ed.entry.js} +2 -2
- package/dist/globuscomponents/{p-e37fce34.entry.js → p-120a40ff.entry.js} +2 -2
- package/dist/globuscomponents/{p-ab768c04.entry.js → p-146958c2.entry.js} +2 -2
- package/dist/globuscomponents/p-1aaddbad.entry.js +2 -0
- package/dist/globuscomponents/p-1aaddbad.entry.js.map +1 -0
- package/dist/globuscomponents/{p-3e868e97.entry.js → p-1e8100d7.entry.js} +2 -2
- package/dist/globuscomponents/{p-9b010005.entry.js → p-2627c42d.entry.js} +2 -2
- package/dist/globuscomponents/{p-b8b92a06.entry.js → p-27f7db8f.entry.js} +2 -2
- package/dist/globuscomponents/{p-4bcd33fa.entry.js → p-2a21eb7b.entry.js} +2 -2
- package/dist/globuscomponents/{p-a7038f90.entry.js → p-2df35014.entry.js} +2 -2
- package/dist/globuscomponents/{p-a89edc56.entry.js → p-34b42b72.entry.js} +2 -2
- package/dist/globuscomponents/{p-aea695a6.entry.js → p-3762f17f.entry.js} +2 -2
- package/dist/globuscomponents/{p-4b919893.entry.js → p-3ac302ce.entry.js} +2 -2
- package/dist/globuscomponents/{p-68354e91.entry.js → p-5c40b98a.entry.js} +2 -2
- package/dist/globuscomponents/{p-0616b374.entry.js → p-5e541142.entry.js} +2 -2
- package/dist/globuscomponents/{p-d3203d6f.entry.js → p-705b5c14.entry.js} +2 -2
- package/dist/globuscomponents/{p-2f92fe3f.entry.js → p-769c122f.entry.js} +2 -2
- package/dist/globuscomponents/p-77853834.entry.js +2 -0
- package/dist/globuscomponents/{p-69b133eb.entry.js → p-77d56d49.entry.js} +2 -2
- package/dist/globuscomponents/{p-f0936ffa.entry.js → p-7934a554.entry.js} +2 -2
- package/dist/globuscomponents/p-7ae38385.entry.js +2 -0
- package/dist/globuscomponents/p-7ae38385.entry.js.map +1 -0
- package/dist/globuscomponents/{p-03728680.entry.js → p-7d1fc7af.entry.js} +2 -2
- package/dist/globuscomponents/{p-9022b49e.entry.js → p-844c182c.entry.js} +2 -2
- package/dist/globuscomponents/{p-208aa9b7.entry.js → p-8aafa688.entry.js} +2 -2
- package/dist/globuscomponents/{p-d2c362ef.entry.js → p-8ea379ce.entry.js} +2 -2
- package/dist/globuscomponents/{p-9d0e5f0d.entry.js → p-8ecbae72.entry.js} +2 -2
- package/dist/globuscomponents/{p-6d274070.entry.js → p-8f15525a.entry.js} +2 -2
- package/dist/globuscomponents/{p-b3cddf74.entry.js → p-9cb18747.entry.js} +2 -2
- package/dist/globuscomponents/{p-5da11132.entry.js → p-a30bbf32.entry.js} +2 -2
- package/dist/globuscomponents/p-a335c974.entry.js +2 -0
- package/dist/globuscomponents/{p-b941dab9.entry.js.map → p-a335c974.entry.js.map} +1 -1
- package/dist/globuscomponents/{p-f5b964fb.entry.js → p-a390c2b3.entry.js} +2 -2
- package/dist/globuscomponents/{p-47c82835.entry.js → p-acd3e297.entry.js} +2 -2
- package/dist/globuscomponents/{p-525f582b.entry.js → p-b14a2747.entry.js} +2 -2
- package/dist/globuscomponents/{p-4bec8593.entry.js → p-b7c64337.entry.js} +2 -2
- package/dist/globuscomponents/{p-030d477b.entry.js → p-bad5afbe.entry.js} +2 -2
- package/dist/globuscomponents/{p-83f40a99.entry.js → p-bd3f0ff0.entry.js} +2 -2
- package/dist/globuscomponents/{p-52e6d32e.entry.js → p-c7c7ce12.entry.js} +2 -2
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/{p-b7b6192a.entry.js → p-d7328c40.entry.js} +2 -2
- package/dist/globuscomponents/{p-409bfa1f.entry.js → p-d96a836a.entry.js} +2 -2
- package/dist/globuscomponents/p-d9f9ff6c.entry.js +2 -0
- package/dist/globuscomponents/p-db51404e.entry.js +2 -0
- package/dist/globuscomponents/p-db51404e.entry.js.map +1 -0
- package/dist/globuscomponents/{p-479cf307.entry.js → p-dc549111.entry.js} +2 -2
- package/dist/globuscomponents/{p-5f2a5190.entry.js → p-e91aa93b.entry.js} +2 -2
- package/dist/globuscomponents/{p-3e9ea422.entry.js → p-f3018a7e.entry.js} +2 -2
- package/dist/globuscomponents/{p-f716d74e.entry.js → p-f46743c7.entry.js} +2 -2
- package/dist/types/components/gb-empty-state/gb-empty-state.d.ts +16 -0
- package/dist/types/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.d.ts +3 -35
- package/dist/types/components.d.ts +43 -70
- package/dist/types/models/reusableModels.d.ts +6 -0
- package/package.json +1 -1
- package/dist/cjs/gb-featured-icon.gb-step-base.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-featured-icon_2.cjs.entry.js +0 -70
- package/dist/cjs/gb-featured-icon_2.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +0 -102
- package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-stepper-vertical-icons-with-text.entry.cjs.js.map +0 -1
- package/dist/esm/gb-featured-icon.gb-step-base.entry.js.map +0 -1
- package/dist/esm/gb-featured-icon_2.entry.js +0 -67
- package/dist/esm/gb-featured-icon_2.entry.js.map +0 -1
- package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +0 -100
- package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js.map +0 -1
- package/dist/globuscomponents/gb-featured-icon.gb-step-base.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-stepper-vertical-icons-with-text.entry.esm.js.map +0 -1
- package/dist/globuscomponents/p-2dcd0634.entry.js +0 -2
- package/dist/globuscomponents/p-400f316d.entry.js +0 -2
- package/dist/globuscomponents/p-400f316d.entry.js.map +0 -1
- package/dist/globuscomponents/p-52e14bdf.entry.js +0 -2
- package/dist/globuscomponents/p-52e14bdf.entry.js.map +0 -1
- package/dist/globuscomponents/p-b3a2b871.entry.js +0 -2
- package/dist/globuscomponents/p-b3a2b871.entry.js.map +0 -1
- package/dist/globuscomponents/p-b941dab9.entry.js +0 -2
- package/dist/globuscomponents/p-d2fda02a.entry.js +0 -2
- /package/dist/globuscomponents/{p-45a97699.entry.js.map → p-0032a0eb.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd60fb1f.entry.js.map → p-02088466.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e856eaff.entry.js.map → p-02c897ed.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e37fce34.entry.js.map → p-120a40ff.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ab768c04.entry.js.map → p-146958c2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e868e97.entry.js.map → p-1e8100d7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9b010005.entry.js.map → p-2627c42d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b8b92a06.entry.js.map → p-27f7db8f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4bcd33fa.entry.js.map → p-2a21eb7b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a7038f90.entry.js.map → p-2df35014.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a89edc56.entry.js.map → p-34b42b72.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-aea695a6.entry.js.map → p-3762f17f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4b919893.entry.js.map → p-3ac302ce.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-68354e91.entry.js.map → p-5c40b98a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0616b374.entry.js.map → p-5e541142.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d3203d6f.entry.js.map → p-705b5c14.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2f92fe3f.entry.js.map → p-769c122f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2dcd0634.entry.js.map → p-77853834.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-69b133eb.entry.js.map → p-77d56d49.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f0936ffa.entry.js.map → p-7934a554.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-03728680.entry.js.map → p-7d1fc7af.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9022b49e.entry.js.map → p-844c182c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-208aa9b7.entry.js.map → p-8aafa688.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d2c362ef.entry.js.map → p-8ea379ce.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9d0e5f0d.entry.js.map → p-8ecbae72.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6d274070.entry.js.map → p-8f15525a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b3cddf74.entry.js.map → p-9cb18747.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5da11132.entry.js.map → p-a30bbf32.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f5b964fb.entry.js.map → p-a390c2b3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-47c82835.entry.js.map → p-acd3e297.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-525f582b.entry.js.map → p-b14a2747.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4bec8593.entry.js.map → p-b7c64337.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-030d477b.entry.js.map → p-bad5afbe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-83f40a99.entry.js.map → p-bd3f0ff0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-52e6d32e.entry.js.map → p-c7c7ce12.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b7b6192a.entry.js.map → p-d7328c40.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-409bfa1f.entry.js.map → p-d96a836a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d2fda02a.entry.js.map → p-d9f9ff6c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-479cf307.entry.js.map → p-dc549111.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5f2a5190.entry.js.map → p-e91aa93b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e9ea422.entry.js.map → p-f3018a7e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f716d74e.entry.js.map → p-f46743c7.entry.js.map} +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as t,c as s,h as i,F as h}from"./p-Dlqa7tPI.js";const e=".vertical_stepper_div{width:100%}";const a=class{constructor(i){t(this,i);this.stepClicked=s(this,"stepClicked");this.connector=false;this.showSecondStep=false;this.showThirdStep=false;this.showFourthStep=false;this.showFifthStep=false;this.showSixthStep=false;this.showSeventhStep=false;this.firstStepLabel="";this.secondStepLabel="";this.thirdStepLabel="";this.fourthStepLabel="";this.fifthStepLabel="";this.sixthStepLabel="";this.seventhStepLabel="";this.firstStepSupportingText="";this.secondStepSupportingText="";this.thirdStepSupportingText="";this.fourthStepSupportingText="";this.fifthStepSupportingText="";this.sixthStepSupportingText="";this.seventhStepSupportingText=""}render(){const t=[{state:this.firstStepState,status:this.firstStepStatus,label:this.firstStepLabel,supportingText:this.firstStepSupportingText,show:true,event:()=>this.stepClicked.emit(0)},{state:this.secondStepState,status:this.secondStepStatus,label:this.secondStepLabel,supportingText:this.secondStepSupportingText,show:this.showSecondStep,event:()=>this.stepClicked.emit(1)},{state:this.thirdStepState,status:this.thirdStepStatus,label:this.thirdStepLabel,supportingText:this.thirdStepSupportingText,show:this.showThirdStep,event:()=>this.stepClicked.emit(2)},{state:this.fourthStepState,status:this.fourthStepStatus,label:this.fourthStepLabel,supportingText:this.fourthStepSupportingText,show:this.showFourthStep,event:()=>this.stepClicked.emit(3)},{state:this.fifthStepState,status:this.fifthStepStatus,label:this.fifthStepLabel,supportingText:this.fifthStepSupportingText,show:this.showFifthStep,event:()=>this.stepClicked.emit(4)},{state:this.sixthStepState,status:this.sixthStepStatus,label:this.sixthStepLabel,supportingText:this.sixthStepSupportingText,show:this.showSixthStep,event:()=>this.stepClicked.emit(5)},{state:this.seventhStepState,status:this.seventhStepStatus,label:this.seventhStepLabel,supportingText:this.seventhStepSupportingText,show:this.showSeventhStep,event:()=>this.stepClicked.emit(6)}];const s=t.filter((t=>t.show));return i("div",{key:"48cd2fb8ffc2e91effa16d44d8f62f84aa5b055c",class:"vertical_stepper_div"},this.type==="icon"&&i(h,null,s.map(((t,h)=>i("gb-step-base",{size:this.size,type:"icon_left",state:t.state,status:t.status,connector:h===s.length-1?false:this.connector,label:t.label,"supporting-text":t.supportingText,onClick:()=>t.event()})))))}};a.style=e;export{a as gb_stepper_vertical_icons_with_text};
|
|
2
|
-
//# sourceMappingURL=p-b3a2b871.entry.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["gbStepperVerticalIconsWithTextCss","GbstepperVerticalIconsWithText","constructor","hostRef","this","connector","showSecondStep","showThirdStep","showFourthStep","showFifthStep","showSixthStep","showSeventhStep","firstStepLabel","secondStepLabel","thirdStepLabel","fourthStepLabel","fifthStepLabel","sixthStepLabel","seventhStepLabel","firstStepSupportingText","secondStepSupportingText","thirdStepSupportingText","fourthStepSupportingText","fifthStepSupportingText","sixthStepSupportingText","seventhStepSupportingText","render","steps","state","firstStepState","status","firstStepStatus","label","supportingText","show","event","stepClicked","emit","secondStepState","secondStepStatus","thirdStepState","thirdStepStatus","fourthStepState","fourthStepStatus","fifthStepState","fifthStepStatus","sixthStepState","sixthStepStatus","seventhStepState","seventhStepStatus","visibleSteps","filter","step","h","key","class","type","Fragment","map","index","size","length","onClick"],"sources":["src/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.css?tag=gb-stepper-vertical-icons-with-text&encapsulation=shadow","src/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.tsx"],"sourcesContent":[".vertical_stepper_div{\r\n width: 100%;\r\n}","import { Component, Prop, h, Fragment, Event, EventEmitter } from '@stencil/core';\r\nimport { GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-stepper-vertical-icons-with-text',\r\n styleUrl: 'gb-stepper-vertical-icons-with-text.css',\r\n shadow: true,\r\n})\r\nexport class GbstepperVerticalIconsWithText {\r\n @Prop() size: GeneralSizes;\r\n @Prop() connector: boolean = false;\r\n @Prop() type: 'icon' | 'featured_icon';\r\n @Prop() showSecondStep: boolean = false;\r\n @Prop() showThirdStep: boolean = false;\r\n @Prop() showFourthStep: boolean = false;\r\n @Prop() showFifthStep: boolean = false;\r\n @Prop() showSixthStep: boolean = false;\r\n @Prop() showSeventhStep: boolean = false;\r\n @Prop() firstStepState: ProgressStepStates;\r\n @Prop() secondStepState: ProgressStepStates;\r\n @Prop() thirdStepState: ProgressStepStates;\r\n @Prop() fourthStepState: ProgressStepStates;\r\n @Prop() fifthStepState: ProgressStepStates;\r\n @Prop() sixthStepState: ProgressStepStates;\r\n @Prop() seventhStepState: ProgressStepStates;\r\n @Prop() firstStepStatus: ProgressStepStatus;\r\n @Prop() secondStepStatus: ProgressStepStatus;\r\n @Prop() thirdStepStatus: ProgressStepStatus;\r\n @Prop() fourthStepStatus: ProgressStepStatus;\r\n @Prop() fifthStepStatus: ProgressStepStatus;\r\n @Prop() sixthStepStatus: ProgressStepStatus;\r\n @Prop() seventhStepStatus: ProgressStepStatus;\r\n @Prop() firstStepLabel: string = '';\r\n @Prop() secondStepLabel: string = '';\r\n @Prop() thirdStepLabel: string = '';\r\n @Prop() fourthStepLabel: string = '';\r\n @Prop() fifthStepLabel: string = '';\r\n @Prop() sixthStepLabel: string = '';\r\n @Prop() seventhStepLabel: string = '';\r\n @Prop() firstStepSupportingText: string = '';\r\n @Prop() secondStepSupportingText: string = '';\r\n @Prop() thirdStepSupportingText: string = '';\r\n @Prop() fourthStepSupportingText: string = '';\r\n @Prop() fifthStepSupportingText: string = '';\r\n @Prop() sixthStepSupportingText: string = '';\r\n @Prop() seventhStepSupportingText: string = '';\r\n @Event() stepClicked: EventEmitter<number>;\r\n\r\n render() {\r\n const steps = [\r\n {\r\n state: this.firstStepState,\r\n status: this.firstStepStatus,\r\n label: this.firstStepLabel,\r\n supportingText: this.firstStepSupportingText,\r\n show: true, // Always show the first step\r\n event: () => this.stepClicked.emit(0),\r\n },\r\n {\r\n state: this.secondStepState,\r\n status: this.secondStepStatus,\r\n label: this.secondStepLabel,\r\n supportingText: this.secondStepSupportingText,\r\n show: this.showSecondStep,\r\n event: () => this.stepClicked.emit(1),\r\n },\r\n {\r\n state: this.thirdStepState,\r\n status: this.thirdStepStatus,\r\n label: this.thirdStepLabel,\r\n supportingText: this.thirdStepSupportingText,\r\n show: this.showThirdStep,\r\n event: () => this.stepClicked.emit(2),\r\n },\r\n {\r\n state: this.fourthStepState,\r\n status: this.fourthStepStatus,\r\n label: this.fourthStepLabel,\r\n supportingText: this.fourthStepSupportingText,\r\n show: this.showFourthStep,\r\n event: () => this.stepClicked.emit(3),\r\n },\r\n {\r\n state: this.fifthStepState,\r\n status: this.fifthStepStatus,\r\n label: this.fifthStepLabel,\r\n supportingText: this.fifthStepSupportingText,\r\n show: this.showFifthStep,\r\n event: () => this.stepClicked.emit(4),\r\n },\r\n {\r\n state: this.sixthStepState,\r\n status: this.sixthStepStatus,\r\n label: this.sixthStepLabel,\r\n supportingText: this.sixthStepSupportingText,\r\n show: this.showSixthStep,\r\n event: () => this.stepClicked.emit(5),\r\n },\r\n {\r\n state: this.seventhStepState,\r\n status: this.seventhStepStatus,\r\n label: this.seventhStepLabel,\r\n supportingText: this.seventhStepSupportingText,\r\n show: this.showSeventhStep,\r\n event: () => this.stepClicked.emit(6),\r\n },\r\n ];\r\n\r\n // Filter out steps that should be displayed\r\n const visibleSteps = steps.filter(step => step.show);\r\n\r\n return (\r\n <div class=\"vertical_stepper_div\">\r\n {this.type === 'icon' && (\r\n <>\r\n {visibleSteps.map((step, index) => (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={step.state}\r\n status={step.status}\r\n connector={index === visibleSteps.length - 1 ? false : this.connector}\r\n label={step.label}\r\n supporting-text={step.supportingText}\r\n onClick={() => step.event()}\r\n ></gb-step-base>\r\n ))}\r\n </>\r\n )}\r\n </div>\r\n );\r\n }\r\n}\r\n"],"mappings":"yDAAA,MAAMA,EAAoC,oC,MCQ7BC,EAA8B,MAL3C,WAAAC,CAAAC,G,iDAOUC,KAASC,UAAY,MAErBD,KAAcE,eAAY,MAC1BF,KAAaG,cAAY,MACzBH,KAAcI,eAAY,MAC1BJ,KAAaK,cAAY,MACzBL,KAAaM,cAAY,MACzBN,KAAeO,gBAAY,MAe3BP,KAAcQ,eAAW,GACzBR,KAAeS,gBAAW,GAC1BT,KAAcU,eAAW,GACzBV,KAAeW,gBAAW,GAC1BX,KAAcY,eAAW,GACzBZ,KAAca,eAAW,GACzBb,KAAgBc,iBAAW,GAC3Bd,KAAuBe,wBAAW,GAClCf,KAAwBgB,yBAAW,GACnChB,KAAuBiB,wBAAW,GAClCjB,KAAwBkB,yBAAW,GACnClB,KAAuBmB,wBAAW,GAClCnB,KAAuBoB,wBAAW,GAClCpB,KAAyBqB,0BAAW,EAuF7C,CApFC,MAAAC,GACE,MAAMC,EAAQ,CACZ,CACEC,MAAOxB,KAAKyB,eACZC,OAAQ1B,KAAK2B,gBACbC,MAAO5B,KAAKQ,eACZqB,eAAgB7B,KAAKe,wBACrBe,KAAM,KACNC,MAAO,IAAM/B,KAAKgC,YAAYC,KAAK,IAErC,CACET,MAAOxB,KAAKkC,gBACZR,OAAQ1B,KAAKmC,iBACbP,MAAO5B,KAAKS,gBACZoB,eAAgB7B,KAAKgB,yBACrBc,KAAM9B,KAAKE,eACX6B,MAAO,IAAM/B,KAAKgC,YAAYC,KAAK,IAErC,CACET,MAAOxB,KAAKoC,eACZV,OAAQ1B,KAAKqC,gBACbT,MAAO5B,KAAKU,eACZmB,eAAgB7B,KAAKiB,wBACrBa,KAAM9B,KAAKG,cACX4B,MAAO,IAAM/B,KAAKgC,YAAYC,KAAK,IAErC,CACET,MAAOxB,KAAKsC,gBACZZ,OAAQ1B,KAAKuC,iBACbX,MAAO5B,KAAKW,gBACZkB,eAAgB7B,KAAKkB,yBACrBY,KAAM9B,KAAKI,eACX2B,MAAO,IAAM/B,KAAKgC,YAAYC,KAAK,IAErC,CACET,MAAOxB,KAAKwC,eACZd,OAAQ1B,KAAKyC,gBACbb,MAAO5B,KAAKY,eACZiB,eAAgB7B,KAAKmB,wBACrBW,KAAM9B,KAAKK,cACX0B,MAAO,IAAM/B,KAAKgC,YAAYC,KAAK,IAErC,CACET,MAAOxB,KAAK0C,eACZhB,OAAQ1B,KAAK2C,gBACbf,MAAO5B,KAAKa,eACZgB,eAAgB7B,KAAKoB,wBACrBU,KAAM9B,KAAKM,cACXyB,MAAO,IAAM/B,KAAKgC,YAAYC,KAAK,IAErC,CACET,MAAOxB,KAAK4C,iBACZlB,OAAQ1B,KAAK6C,kBACbjB,MAAO5B,KAAKc,iBACZe,eAAgB7B,KAAKqB,0BACrBS,KAAM9B,KAAKO,gBACXwB,MAAO,IAAM/B,KAAKgC,YAAYC,KAAK,KAKvC,MAAMa,EAAevB,EAAMwB,QAAOC,GAAQA,EAAKlB,OAE/C,OACEmB,EAAA,OAAAC,IAAA,2CAAKC,MAAM,wBACRnD,KAAKoD,OAAS,QACbH,EAAAI,EAAA,KACGP,EAAaQ,KAAI,CAACN,EAAMO,IACvBN,EACE,gBAAAO,KAAMxD,KAAKwD,KACXJ,KAAK,YACL5B,MAAOwB,EAAKxB,MACZE,OAAQsB,EAAKtB,OACbzB,UAAWsD,IAAUT,EAAaW,OAAS,EAAI,MAAQzD,KAAKC,UAC5D2B,MAAOoB,EAAKpB,MAAK,kBACAoB,EAAKnB,eACtB6B,QAAS,IAAMV,EAAKjB,a","ignoreList":[]}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as e,c as a,a as s,h as i,F as t,g as c}from"./p-Dlqa7tPI.js";import{S as n}from"./p-cHn6O-Kf.js";const o=".header_div{display:flex;flex-direction:column;align-items:center;width:100%;border-bottom:0.7px solid var(--color-border-subtle, #CDD5DF);background:var(--color-surface, #FFFFFF)}.content{display:flex;height:4.5rem;padding:0rem 2rem;justify-content:space-between;align-items:center;align-self:stretch}.logo{display:block}.icon_logo{display:none}.inner_content{display:flex;justify-content:flex-end;align-items:center;gap:var(--spacing-4);flex:1 0 0}.action{display:flex;gap:var(--spacing-2)}@media (max-width: 440px){.content{padding:var(--spacing-none) var(--spacing-5)}}@media (max-width: 450px){.logo{display:none}.icon_logo{display:block}}";const l=class{constructor(s){e(this,s);this.navBarItemClicked=a(this,"navBarItemClicked");this.menuClicked=a(this,"menuClicked");this.showIndicator=false;this.text=false;this.placeholder=false;this.showBorder=false;this.showNotification=false;this.showHelp=false;this.showLogo=false}applyColorToInitials(){switch(this.color){case"gray":return"gray";case"blue":return"blue";case"cyan":return"cyan";case"pink":return"pink";case"purple":return"purple";case"green":return"green";case"yellow":return"yellow"}}componentDidLoad(){const e=this.el.querySelector("[slot='initials']");if(e){e.classList.add("text-md-semi-bold");e.classList.add(this.applyColorToInitials())}}async onNavBarItemClicked(e){this.navBarItemClicked.emit(e)}async onMenuClicked(){this.menuClicked.emit()}render(){const e=s(`assets/help-circle.svg`);const a=s(`assets/notification-03.svg`);const c=s(`assets/globus_bank_logo_blue.svg`);const o=s(`assets/globus_bank_logo_white.svg`);return i("div",{key:"60859e7a0436eba3cd90cdd9b8be0c02c68f6e8f",class:`header_div`},i("div",{key:"29fff4a09ad8aefdbdefc2cb4c9ea5ab3da2eba6",class:"content"},this.showLogo&&i(t,null,i("div",{key:"eebe63bda243667dd773a579e35cbd91867740ae",class:"logo",onClick:()=>this.onNavBarItemClicked("logo")},i("img",{key:"3f5536f01a7f79fc4f05f8867bdf54fc4f9972b0",src:c,alt:""})),i("div",{key:"0b758495af42b244d0968e998131a124b83d76bd",class:"icon_logo",onClick:()=>this.onNavBarItemClicked("logo")},i("img",{key:"1b4e754c1a0ad4990b4a49c83fe98a56eeca9621",src:o,alt:""}))),i("div",{key:"6f2c001cc4780fab4141cb2e6aa37221449ef994",class:"inner_content"},i("div",{key:"bd0088e8dd91fcfe1fa2c03f8a4b7076939f6bd1",class:`action`},this.showHelp&&i("gb-header-icon",{key:"89b945505fbfde00ed009833eceb8e5d7bb05aca",state:n.Default,icon:e,onClick:()=>this.onNavBarItemClicked("help")}),this.showNotification&&i("gb-header-icon",{key:"93957b50754c605eb5463e05fcd31615e6f7b6d9",state:this.state,icon:a,"show-indicator":this.showIndicator,onClick:()=>this.onNavBarItemClicked("notification")})),i("gb-avatar",{key:"24bb37b815e45204e73a945fb506a218631c803e",size:"md",text:this.text,placeholder:this.placeholder,color:this.color,"show-border":this.showBorder,onClick:()=>this.onNavBarItemClicked("avatar")},this.text?i("slot",{slot:"initials",name:"initials"}):i("slot",{name:"image",slot:"image"})))))}get el(){return c(this)}};l.style=o;export{l as gb_header};
|
|
2
|
-
//# sourceMappingURL=p-b941dab9.entry.js.map
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as a,h as t}from"./p-Dlqa7tPI.js";const s="";const r=class{constructor(t){a(this,t);this.color="gray_light_bg";this.framed=false}render(){return t("div",{key:"b0f5ca8e0155de6fa8e9501295a2ba77caa34d5f",class:"dot_group_div"},t("div",{key:"025642e83c8e8a294a25d81c4856bd11a27944fc"}))}};r.style=s;export{r as gb_pagination_dot_group};
|
|
2
|
-
//# sourceMappingURL=p-d2fda02a.entry.js.map
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|