globuswebcomponents 1.8.9 → 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 -478
- 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 +10 -12
- 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 +24 -26
- 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 -475
- 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-cfba078f.entry.js → p-7ae38385.entry.js} +2 -2
- 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-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-cfba078f.entry.js.map +0 -1
- 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
|
@@ -2,89 +2,27 @@ import { h, Fragment } from "@stencil/core";
|
|
|
2
2
|
export class GbstepperVerticalIconsWithText {
|
|
3
3
|
constructor() {
|
|
4
4
|
this.connector = false;
|
|
5
|
-
this.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
this.
|
|
22
|
-
|
|
23
|
-
this.sixthStepSupportingText = '';
|
|
24
|
-
this.seventhStepSupportingText = '';
|
|
5
|
+
this.steps = [
|
|
6
|
+
// {
|
|
7
|
+
// state: 'default',
|
|
8
|
+
// status: 'complete',
|
|
9
|
+
// label: 'First Step',
|
|
10
|
+
// supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',
|
|
11
|
+
// },
|
|
12
|
+
// {
|
|
13
|
+
// state: 'default',
|
|
14
|
+
// status: 'current',
|
|
15
|
+
// label: 'First Step',
|
|
16
|
+
// supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',
|
|
17
|
+
// },
|
|
18
|
+
];
|
|
19
|
+
}
|
|
20
|
+
emitIndex(index) {
|
|
21
|
+
this.stepClicked.emit(index);
|
|
22
|
+
console.log(index);
|
|
25
23
|
}
|
|
26
24
|
render() {
|
|
27
|
-
|
|
28
|
-
{
|
|
29
|
-
state: this.firstStepState,
|
|
30
|
-
status: this.firstStepStatus,
|
|
31
|
-
label: this.firstStepLabel,
|
|
32
|
-
supportingText: this.firstStepSupportingText,
|
|
33
|
-
show: true, // Always show the first step
|
|
34
|
-
event: () => this.stepClicked.emit(0),
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
state: this.secondStepState,
|
|
38
|
-
status: this.secondStepStatus,
|
|
39
|
-
label: this.secondStepLabel,
|
|
40
|
-
supportingText: this.secondStepSupportingText,
|
|
41
|
-
show: this.showSecondStep,
|
|
42
|
-
event: () => this.stepClicked.emit(1),
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
state: this.thirdStepState,
|
|
46
|
-
status: this.thirdStepStatus,
|
|
47
|
-
label: this.thirdStepLabel,
|
|
48
|
-
supportingText: this.thirdStepSupportingText,
|
|
49
|
-
show: this.showThirdStep,
|
|
50
|
-
event: () => this.stepClicked.emit(2),
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
state: this.fourthStepState,
|
|
54
|
-
status: this.fourthStepStatus,
|
|
55
|
-
label: this.fourthStepLabel,
|
|
56
|
-
supportingText: this.fourthStepSupportingText,
|
|
57
|
-
show: this.showFourthStep,
|
|
58
|
-
event: () => this.stepClicked.emit(3),
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
state: this.fifthStepState,
|
|
62
|
-
status: this.fifthStepStatus,
|
|
63
|
-
label: this.fifthStepLabel,
|
|
64
|
-
supportingText: this.fifthStepSupportingText,
|
|
65
|
-
show: this.showFifthStep,
|
|
66
|
-
event: () => this.stepClicked.emit(4),
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
state: this.sixthStepState,
|
|
70
|
-
status: this.sixthStepStatus,
|
|
71
|
-
label: this.sixthStepLabel,
|
|
72
|
-
supportingText: this.sixthStepSupportingText,
|
|
73
|
-
show: this.showSixthStep,
|
|
74
|
-
event: () => this.stepClicked.emit(5),
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
state: this.seventhStepState,
|
|
78
|
-
status: this.seventhStepStatus,
|
|
79
|
-
label: this.seventhStepLabel,
|
|
80
|
-
supportingText: this.seventhStepSupportingText,
|
|
81
|
-
show: this.showSeventhStep,
|
|
82
|
-
event: () => this.stepClicked.emit(6),
|
|
83
|
-
},
|
|
84
|
-
];
|
|
85
|
-
// Filter out steps that should be displayed
|
|
86
|
-
const visibleSteps = steps.filter(step => step.show);
|
|
87
|
-
return (h("div", { key: '48cd2fb8ffc2e91effa16d44d8f62f84aa5b055c', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, visibleSteps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === visibleSteps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText, onClick: () => step.event() })))))));
|
|
25
|
+
return (h("div", { key: '527b72b12193f24d48b86513f85a83f424340818', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, this.steps.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) })))))));
|
|
88
26
|
}
|
|
89
27
|
static get is() { return "gb-stepper-vertical-icons-with-text"; }
|
|
90
28
|
static get encapsulation() { return "shadow"; }
|
|
@@ -164,312 +102,17 @@ export class GbstepperVerticalIconsWithText {
|
|
|
164
102
|
"attribute": "type",
|
|
165
103
|
"reflect": false
|
|
166
104
|
},
|
|
167
|
-
"
|
|
168
|
-
"type": "
|
|
169
|
-
"mutable": false,
|
|
170
|
-
"complexType": {
|
|
171
|
-
"original": "boolean",
|
|
172
|
-
"resolved": "boolean",
|
|
173
|
-
"references": {}
|
|
174
|
-
},
|
|
175
|
-
"required": false,
|
|
176
|
-
"optional": false,
|
|
177
|
-
"docs": {
|
|
178
|
-
"tags": [],
|
|
179
|
-
"text": ""
|
|
180
|
-
},
|
|
181
|
-
"getter": false,
|
|
182
|
-
"setter": false,
|
|
183
|
-
"attribute": "show-second-step",
|
|
184
|
-
"reflect": false,
|
|
185
|
-
"defaultValue": "false"
|
|
186
|
-
},
|
|
187
|
-
"showThirdStep": {
|
|
188
|
-
"type": "boolean",
|
|
189
|
-
"mutable": false,
|
|
190
|
-
"complexType": {
|
|
191
|
-
"original": "boolean",
|
|
192
|
-
"resolved": "boolean",
|
|
193
|
-
"references": {}
|
|
194
|
-
},
|
|
195
|
-
"required": false,
|
|
196
|
-
"optional": false,
|
|
197
|
-
"docs": {
|
|
198
|
-
"tags": [],
|
|
199
|
-
"text": ""
|
|
200
|
-
},
|
|
201
|
-
"getter": false,
|
|
202
|
-
"setter": false,
|
|
203
|
-
"attribute": "show-third-step",
|
|
204
|
-
"reflect": false,
|
|
205
|
-
"defaultValue": "false"
|
|
206
|
-
},
|
|
207
|
-
"showFourthStep": {
|
|
208
|
-
"type": "boolean",
|
|
209
|
-
"mutable": false,
|
|
210
|
-
"complexType": {
|
|
211
|
-
"original": "boolean",
|
|
212
|
-
"resolved": "boolean",
|
|
213
|
-
"references": {}
|
|
214
|
-
},
|
|
215
|
-
"required": false,
|
|
216
|
-
"optional": false,
|
|
217
|
-
"docs": {
|
|
218
|
-
"tags": [],
|
|
219
|
-
"text": ""
|
|
220
|
-
},
|
|
221
|
-
"getter": false,
|
|
222
|
-
"setter": false,
|
|
223
|
-
"attribute": "show-fourth-step",
|
|
224
|
-
"reflect": false,
|
|
225
|
-
"defaultValue": "false"
|
|
226
|
-
},
|
|
227
|
-
"showFifthStep": {
|
|
228
|
-
"type": "boolean",
|
|
229
|
-
"mutable": false,
|
|
230
|
-
"complexType": {
|
|
231
|
-
"original": "boolean",
|
|
232
|
-
"resolved": "boolean",
|
|
233
|
-
"references": {}
|
|
234
|
-
},
|
|
235
|
-
"required": false,
|
|
236
|
-
"optional": false,
|
|
237
|
-
"docs": {
|
|
238
|
-
"tags": [],
|
|
239
|
-
"text": ""
|
|
240
|
-
},
|
|
241
|
-
"getter": false,
|
|
242
|
-
"setter": false,
|
|
243
|
-
"attribute": "show-fifth-step",
|
|
244
|
-
"reflect": false,
|
|
245
|
-
"defaultValue": "false"
|
|
246
|
-
},
|
|
247
|
-
"showSixthStep": {
|
|
248
|
-
"type": "boolean",
|
|
249
|
-
"mutable": false,
|
|
250
|
-
"complexType": {
|
|
251
|
-
"original": "boolean",
|
|
252
|
-
"resolved": "boolean",
|
|
253
|
-
"references": {}
|
|
254
|
-
},
|
|
255
|
-
"required": false,
|
|
256
|
-
"optional": false,
|
|
257
|
-
"docs": {
|
|
258
|
-
"tags": [],
|
|
259
|
-
"text": ""
|
|
260
|
-
},
|
|
261
|
-
"getter": false,
|
|
262
|
-
"setter": false,
|
|
263
|
-
"attribute": "show-sixth-step",
|
|
264
|
-
"reflect": false,
|
|
265
|
-
"defaultValue": "false"
|
|
266
|
-
},
|
|
267
|
-
"showSeventhStep": {
|
|
268
|
-
"type": "boolean",
|
|
269
|
-
"mutable": false,
|
|
270
|
-
"complexType": {
|
|
271
|
-
"original": "boolean",
|
|
272
|
-
"resolved": "boolean",
|
|
273
|
-
"references": {}
|
|
274
|
-
},
|
|
275
|
-
"required": false,
|
|
276
|
-
"optional": false,
|
|
277
|
-
"docs": {
|
|
278
|
-
"tags": [],
|
|
279
|
-
"text": ""
|
|
280
|
-
},
|
|
281
|
-
"getter": false,
|
|
282
|
-
"setter": false,
|
|
283
|
-
"attribute": "show-seventh-step",
|
|
284
|
-
"reflect": false,
|
|
285
|
-
"defaultValue": "false"
|
|
286
|
-
},
|
|
287
|
-
"firstStepState": {
|
|
288
|
-
"type": "string",
|
|
289
|
-
"mutable": false,
|
|
290
|
-
"complexType": {
|
|
291
|
-
"original": "ProgressStepStates",
|
|
292
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
293
|
-
"references": {
|
|
294
|
-
"ProgressStepStates": {
|
|
295
|
-
"location": "import",
|
|
296
|
-
"path": "../../models/reusableModels",
|
|
297
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
"required": false,
|
|
302
|
-
"optional": false,
|
|
303
|
-
"docs": {
|
|
304
|
-
"tags": [],
|
|
305
|
-
"text": ""
|
|
306
|
-
},
|
|
307
|
-
"getter": false,
|
|
308
|
-
"setter": false,
|
|
309
|
-
"attribute": "first-step-state",
|
|
310
|
-
"reflect": false
|
|
311
|
-
},
|
|
312
|
-
"secondStepState": {
|
|
313
|
-
"type": "string",
|
|
314
|
-
"mutable": false,
|
|
315
|
-
"complexType": {
|
|
316
|
-
"original": "ProgressStepStates",
|
|
317
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
318
|
-
"references": {
|
|
319
|
-
"ProgressStepStates": {
|
|
320
|
-
"location": "import",
|
|
321
|
-
"path": "../../models/reusableModels",
|
|
322
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
"required": false,
|
|
327
|
-
"optional": false,
|
|
328
|
-
"docs": {
|
|
329
|
-
"tags": [],
|
|
330
|
-
"text": ""
|
|
331
|
-
},
|
|
332
|
-
"getter": false,
|
|
333
|
-
"setter": false,
|
|
334
|
-
"attribute": "second-step-state",
|
|
335
|
-
"reflect": false
|
|
336
|
-
},
|
|
337
|
-
"thirdStepState": {
|
|
338
|
-
"type": "string",
|
|
339
|
-
"mutable": false,
|
|
340
|
-
"complexType": {
|
|
341
|
-
"original": "ProgressStepStates",
|
|
342
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
343
|
-
"references": {
|
|
344
|
-
"ProgressStepStates": {
|
|
345
|
-
"location": "import",
|
|
346
|
-
"path": "../../models/reusableModels",
|
|
347
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
"required": false,
|
|
352
|
-
"optional": false,
|
|
353
|
-
"docs": {
|
|
354
|
-
"tags": [],
|
|
355
|
-
"text": ""
|
|
356
|
-
},
|
|
357
|
-
"getter": false,
|
|
358
|
-
"setter": false,
|
|
359
|
-
"attribute": "third-step-state",
|
|
360
|
-
"reflect": false
|
|
361
|
-
},
|
|
362
|
-
"fourthStepState": {
|
|
363
|
-
"type": "string",
|
|
364
|
-
"mutable": false,
|
|
365
|
-
"complexType": {
|
|
366
|
-
"original": "ProgressStepStates",
|
|
367
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
368
|
-
"references": {
|
|
369
|
-
"ProgressStepStates": {
|
|
370
|
-
"location": "import",
|
|
371
|
-
"path": "../../models/reusableModels",
|
|
372
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
"required": false,
|
|
377
|
-
"optional": false,
|
|
378
|
-
"docs": {
|
|
379
|
-
"tags": [],
|
|
380
|
-
"text": ""
|
|
381
|
-
},
|
|
382
|
-
"getter": false,
|
|
383
|
-
"setter": false,
|
|
384
|
-
"attribute": "fourth-step-state",
|
|
385
|
-
"reflect": false
|
|
386
|
-
},
|
|
387
|
-
"fifthStepState": {
|
|
388
|
-
"type": "string",
|
|
389
|
-
"mutable": false,
|
|
390
|
-
"complexType": {
|
|
391
|
-
"original": "ProgressStepStates",
|
|
392
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
393
|
-
"references": {
|
|
394
|
-
"ProgressStepStates": {
|
|
395
|
-
"location": "import",
|
|
396
|
-
"path": "../../models/reusableModels",
|
|
397
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
"required": false,
|
|
402
|
-
"optional": false,
|
|
403
|
-
"docs": {
|
|
404
|
-
"tags": [],
|
|
405
|
-
"text": ""
|
|
406
|
-
},
|
|
407
|
-
"getter": false,
|
|
408
|
-
"setter": false,
|
|
409
|
-
"attribute": "fifth-step-state",
|
|
410
|
-
"reflect": false
|
|
411
|
-
},
|
|
412
|
-
"sixthStepState": {
|
|
413
|
-
"type": "string",
|
|
414
|
-
"mutable": false,
|
|
415
|
-
"complexType": {
|
|
416
|
-
"original": "ProgressStepStates",
|
|
417
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
418
|
-
"references": {
|
|
419
|
-
"ProgressStepStates": {
|
|
420
|
-
"location": "import",
|
|
421
|
-
"path": "../../models/reusableModels",
|
|
422
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
"required": false,
|
|
427
|
-
"optional": false,
|
|
428
|
-
"docs": {
|
|
429
|
-
"tags": [],
|
|
430
|
-
"text": ""
|
|
431
|
-
},
|
|
432
|
-
"getter": false,
|
|
433
|
-
"setter": false,
|
|
434
|
-
"attribute": "sixth-step-state",
|
|
435
|
-
"reflect": false
|
|
436
|
-
},
|
|
437
|
-
"seventhStepState": {
|
|
438
|
-
"type": "string",
|
|
439
|
-
"mutable": false,
|
|
440
|
-
"complexType": {
|
|
441
|
-
"original": "ProgressStepStates",
|
|
442
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
443
|
-
"references": {
|
|
444
|
-
"ProgressStepStates": {
|
|
445
|
-
"location": "import",
|
|
446
|
-
"path": "../../models/reusableModels",
|
|
447
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
"required": false,
|
|
452
|
-
"optional": false,
|
|
453
|
-
"docs": {
|
|
454
|
-
"tags": [],
|
|
455
|
-
"text": ""
|
|
456
|
-
},
|
|
457
|
-
"getter": false,
|
|
458
|
-
"setter": false,
|
|
459
|
-
"attribute": "seventh-step-state",
|
|
460
|
-
"reflect": false
|
|
461
|
-
},
|
|
462
|
-
"firstStepStatus": {
|
|
463
|
-
"type": "string",
|
|
105
|
+
"steps": {
|
|
106
|
+
"type": "unknown",
|
|
464
107
|
"mutable": false,
|
|
465
108
|
"complexType": {
|
|
466
|
-
"original": "
|
|
467
|
-
"resolved": "
|
|
109
|
+
"original": "StepperType[]",
|
|
110
|
+
"resolved": "StepperType[]",
|
|
468
111
|
"references": {
|
|
469
|
-
"
|
|
112
|
+
"StepperType": {
|
|
470
113
|
"location": "import",
|
|
471
114
|
"path": "../../models/reusableModels",
|
|
472
|
-
"id": "src/models/reusableModels.ts::
|
|
115
|
+
"id": "src/models/reusableModels.ts::StepperType"
|
|
473
116
|
}
|
|
474
117
|
}
|
|
475
118
|
},
|
|
@@ -481,438 +124,7 @@ export class GbstepperVerticalIconsWithText {
|
|
|
481
124
|
},
|
|
482
125
|
"getter": false,
|
|
483
126
|
"setter": false,
|
|
484
|
-
"
|
|
485
|
-
"reflect": false
|
|
486
|
-
},
|
|
487
|
-
"secondStepStatus": {
|
|
488
|
-
"type": "string",
|
|
489
|
-
"mutable": false,
|
|
490
|
-
"complexType": {
|
|
491
|
-
"original": "ProgressStepStatus",
|
|
492
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
493
|
-
"references": {
|
|
494
|
-
"ProgressStepStatus": {
|
|
495
|
-
"location": "import",
|
|
496
|
-
"path": "../../models/reusableModels",
|
|
497
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
"required": false,
|
|
502
|
-
"optional": false,
|
|
503
|
-
"docs": {
|
|
504
|
-
"tags": [],
|
|
505
|
-
"text": ""
|
|
506
|
-
},
|
|
507
|
-
"getter": false,
|
|
508
|
-
"setter": false,
|
|
509
|
-
"attribute": "second-step-status",
|
|
510
|
-
"reflect": false
|
|
511
|
-
},
|
|
512
|
-
"thirdStepStatus": {
|
|
513
|
-
"type": "string",
|
|
514
|
-
"mutable": false,
|
|
515
|
-
"complexType": {
|
|
516
|
-
"original": "ProgressStepStatus",
|
|
517
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
518
|
-
"references": {
|
|
519
|
-
"ProgressStepStatus": {
|
|
520
|
-
"location": "import",
|
|
521
|
-
"path": "../../models/reusableModels",
|
|
522
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
"required": false,
|
|
527
|
-
"optional": false,
|
|
528
|
-
"docs": {
|
|
529
|
-
"tags": [],
|
|
530
|
-
"text": ""
|
|
531
|
-
},
|
|
532
|
-
"getter": false,
|
|
533
|
-
"setter": false,
|
|
534
|
-
"attribute": "third-step-status",
|
|
535
|
-
"reflect": false
|
|
536
|
-
},
|
|
537
|
-
"fourthStepStatus": {
|
|
538
|
-
"type": "string",
|
|
539
|
-
"mutable": false,
|
|
540
|
-
"complexType": {
|
|
541
|
-
"original": "ProgressStepStatus",
|
|
542
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
543
|
-
"references": {
|
|
544
|
-
"ProgressStepStatus": {
|
|
545
|
-
"location": "import",
|
|
546
|
-
"path": "../../models/reusableModels",
|
|
547
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
"required": false,
|
|
552
|
-
"optional": false,
|
|
553
|
-
"docs": {
|
|
554
|
-
"tags": [],
|
|
555
|
-
"text": ""
|
|
556
|
-
},
|
|
557
|
-
"getter": false,
|
|
558
|
-
"setter": false,
|
|
559
|
-
"attribute": "fourth-step-status",
|
|
560
|
-
"reflect": false
|
|
561
|
-
},
|
|
562
|
-
"fifthStepStatus": {
|
|
563
|
-
"type": "string",
|
|
564
|
-
"mutable": false,
|
|
565
|
-
"complexType": {
|
|
566
|
-
"original": "ProgressStepStatus",
|
|
567
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
568
|
-
"references": {
|
|
569
|
-
"ProgressStepStatus": {
|
|
570
|
-
"location": "import",
|
|
571
|
-
"path": "../../models/reusableModels",
|
|
572
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
},
|
|
576
|
-
"required": false,
|
|
577
|
-
"optional": false,
|
|
578
|
-
"docs": {
|
|
579
|
-
"tags": [],
|
|
580
|
-
"text": ""
|
|
581
|
-
},
|
|
582
|
-
"getter": false,
|
|
583
|
-
"setter": false,
|
|
584
|
-
"attribute": "fifth-step-status",
|
|
585
|
-
"reflect": false
|
|
586
|
-
},
|
|
587
|
-
"sixthStepStatus": {
|
|
588
|
-
"type": "string",
|
|
589
|
-
"mutable": false,
|
|
590
|
-
"complexType": {
|
|
591
|
-
"original": "ProgressStepStatus",
|
|
592
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
593
|
-
"references": {
|
|
594
|
-
"ProgressStepStatus": {
|
|
595
|
-
"location": "import",
|
|
596
|
-
"path": "../../models/reusableModels",
|
|
597
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
},
|
|
601
|
-
"required": false,
|
|
602
|
-
"optional": false,
|
|
603
|
-
"docs": {
|
|
604
|
-
"tags": [],
|
|
605
|
-
"text": ""
|
|
606
|
-
},
|
|
607
|
-
"getter": false,
|
|
608
|
-
"setter": false,
|
|
609
|
-
"attribute": "sixth-step-status",
|
|
610
|
-
"reflect": false
|
|
611
|
-
},
|
|
612
|
-
"seventhStepStatus": {
|
|
613
|
-
"type": "string",
|
|
614
|
-
"mutable": false,
|
|
615
|
-
"complexType": {
|
|
616
|
-
"original": "ProgressStepStatus",
|
|
617
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
618
|
-
"references": {
|
|
619
|
-
"ProgressStepStatus": {
|
|
620
|
-
"location": "import",
|
|
621
|
-
"path": "../../models/reusableModels",
|
|
622
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
|
-
"required": false,
|
|
627
|
-
"optional": false,
|
|
628
|
-
"docs": {
|
|
629
|
-
"tags": [],
|
|
630
|
-
"text": ""
|
|
631
|
-
},
|
|
632
|
-
"getter": false,
|
|
633
|
-
"setter": false,
|
|
634
|
-
"attribute": "seventh-step-status",
|
|
635
|
-
"reflect": false
|
|
636
|
-
},
|
|
637
|
-
"firstStepLabel": {
|
|
638
|
-
"type": "string",
|
|
639
|
-
"mutable": false,
|
|
640
|
-
"complexType": {
|
|
641
|
-
"original": "string",
|
|
642
|
-
"resolved": "string",
|
|
643
|
-
"references": {}
|
|
644
|
-
},
|
|
645
|
-
"required": false,
|
|
646
|
-
"optional": false,
|
|
647
|
-
"docs": {
|
|
648
|
-
"tags": [],
|
|
649
|
-
"text": ""
|
|
650
|
-
},
|
|
651
|
-
"getter": false,
|
|
652
|
-
"setter": false,
|
|
653
|
-
"attribute": "first-step-label",
|
|
654
|
-
"reflect": false,
|
|
655
|
-
"defaultValue": "''"
|
|
656
|
-
},
|
|
657
|
-
"secondStepLabel": {
|
|
658
|
-
"type": "string",
|
|
659
|
-
"mutable": false,
|
|
660
|
-
"complexType": {
|
|
661
|
-
"original": "string",
|
|
662
|
-
"resolved": "string",
|
|
663
|
-
"references": {}
|
|
664
|
-
},
|
|
665
|
-
"required": false,
|
|
666
|
-
"optional": false,
|
|
667
|
-
"docs": {
|
|
668
|
-
"tags": [],
|
|
669
|
-
"text": ""
|
|
670
|
-
},
|
|
671
|
-
"getter": false,
|
|
672
|
-
"setter": false,
|
|
673
|
-
"attribute": "second-step-label",
|
|
674
|
-
"reflect": false,
|
|
675
|
-
"defaultValue": "''"
|
|
676
|
-
},
|
|
677
|
-
"thirdStepLabel": {
|
|
678
|
-
"type": "string",
|
|
679
|
-
"mutable": false,
|
|
680
|
-
"complexType": {
|
|
681
|
-
"original": "string",
|
|
682
|
-
"resolved": "string",
|
|
683
|
-
"references": {}
|
|
684
|
-
},
|
|
685
|
-
"required": false,
|
|
686
|
-
"optional": false,
|
|
687
|
-
"docs": {
|
|
688
|
-
"tags": [],
|
|
689
|
-
"text": ""
|
|
690
|
-
},
|
|
691
|
-
"getter": false,
|
|
692
|
-
"setter": false,
|
|
693
|
-
"attribute": "third-step-label",
|
|
694
|
-
"reflect": false,
|
|
695
|
-
"defaultValue": "''"
|
|
696
|
-
},
|
|
697
|
-
"fourthStepLabel": {
|
|
698
|
-
"type": "string",
|
|
699
|
-
"mutable": false,
|
|
700
|
-
"complexType": {
|
|
701
|
-
"original": "string",
|
|
702
|
-
"resolved": "string",
|
|
703
|
-
"references": {}
|
|
704
|
-
},
|
|
705
|
-
"required": false,
|
|
706
|
-
"optional": false,
|
|
707
|
-
"docs": {
|
|
708
|
-
"tags": [],
|
|
709
|
-
"text": ""
|
|
710
|
-
},
|
|
711
|
-
"getter": false,
|
|
712
|
-
"setter": false,
|
|
713
|
-
"attribute": "fourth-step-label",
|
|
714
|
-
"reflect": false,
|
|
715
|
-
"defaultValue": "''"
|
|
716
|
-
},
|
|
717
|
-
"fifthStepLabel": {
|
|
718
|
-
"type": "string",
|
|
719
|
-
"mutable": false,
|
|
720
|
-
"complexType": {
|
|
721
|
-
"original": "string",
|
|
722
|
-
"resolved": "string",
|
|
723
|
-
"references": {}
|
|
724
|
-
},
|
|
725
|
-
"required": false,
|
|
726
|
-
"optional": false,
|
|
727
|
-
"docs": {
|
|
728
|
-
"tags": [],
|
|
729
|
-
"text": ""
|
|
730
|
-
},
|
|
731
|
-
"getter": false,
|
|
732
|
-
"setter": false,
|
|
733
|
-
"attribute": "fifth-step-label",
|
|
734
|
-
"reflect": false,
|
|
735
|
-
"defaultValue": "''"
|
|
736
|
-
},
|
|
737
|
-
"sixthStepLabel": {
|
|
738
|
-
"type": "string",
|
|
739
|
-
"mutable": false,
|
|
740
|
-
"complexType": {
|
|
741
|
-
"original": "string",
|
|
742
|
-
"resolved": "string",
|
|
743
|
-
"references": {}
|
|
744
|
-
},
|
|
745
|
-
"required": false,
|
|
746
|
-
"optional": false,
|
|
747
|
-
"docs": {
|
|
748
|
-
"tags": [],
|
|
749
|
-
"text": ""
|
|
750
|
-
},
|
|
751
|
-
"getter": false,
|
|
752
|
-
"setter": false,
|
|
753
|
-
"attribute": "sixth-step-label",
|
|
754
|
-
"reflect": false,
|
|
755
|
-
"defaultValue": "''"
|
|
756
|
-
},
|
|
757
|
-
"seventhStepLabel": {
|
|
758
|
-
"type": "string",
|
|
759
|
-
"mutable": false,
|
|
760
|
-
"complexType": {
|
|
761
|
-
"original": "string",
|
|
762
|
-
"resolved": "string",
|
|
763
|
-
"references": {}
|
|
764
|
-
},
|
|
765
|
-
"required": false,
|
|
766
|
-
"optional": false,
|
|
767
|
-
"docs": {
|
|
768
|
-
"tags": [],
|
|
769
|
-
"text": ""
|
|
770
|
-
},
|
|
771
|
-
"getter": false,
|
|
772
|
-
"setter": false,
|
|
773
|
-
"attribute": "seventh-step-label",
|
|
774
|
-
"reflect": false,
|
|
775
|
-
"defaultValue": "''"
|
|
776
|
-
},
|
|
777
|
-
"firstStepSupportingText": {
|
|
778
|
-
"type": "string",
|
|
779
|
-
"mutable": false,
|
|
780
|
-
"complexType": {
|
|
781
|
-
"original": "string",
|
|
782
|
-
"resolved": "string",
|
|
783
|
-
"references": {}
|
|
784
|
-
},
|
|
785
|
-
"required": false,
|
|
786
|
-
"optional": false,
|
|
787
|
-
"docs": {
|
|
788
|
-
"tags": [],
|
|
789
|
-
"text": ""
|
|
790
|
-
},
|
|
791
|
-
"getter": false,
|
|
792
|
-
"setter": false,
|
|
793
|
-
"attribute": "first-step-supporting-text",
|
|
794
|
-
"reflect": false,
|
|
795
|
-
"defaultValue": "''"
|
|
796
|
-
},
|
|
797
|
-
"secondStepSupportingText": {
|
|
798
|
-
"type": "string",
|
|
799
|
-
"mutable": false,
|
|
800
|
-
"complexType": {
|
|
801
|
-
"original": "string",
|
|
802
|
-
"resolved": "string",
|
|
803
|
-
"references": {}
|
|
804
|
-
},
|
|
805
|
-
"required": false,
|
|
806
|
-
"optional": false,
|
|
807
|
-
"docs": {
|
|
808
|
-
"tags": [],
|
|
809
|
-
"text": ""
|
|
810
|
-
},
|
|
811
|
-
"getter": false,
|
|
812
|
-
"setter": false,
|
|
813
|
-
"attribute": "second-step-supporting-text",
|
|
814
|
-
"reflect": false,
|
|
815
|
-
"defaultValue": "''"
|
|
816
|
-
},
|
|
817
|
-
"thirdStepSupportingText": {
|
|
818
|
-
"type": "string",
|
|
819
|
-
"mutable": false,
|
|
820
|
-
"complexType": {
|
|
821
|
-
"original": "string",
|
|
822
|
-
"resolved": "string",
|
|
823
|
-
"references": {}
|
|
824
|
-
},
|
|
825
|
-
"required": false,
|
|
826
|
-
"optional": false,
|
|
827
|
-
"docs": {
|
|
828
|
-
"tags": [],
|
|
829
|
-
"text": ""
|
|
830
|
-
},
|
|
831
|
-
"getter": false,
|
|
832
|
-
"setter": false,
|
|
833
|
-
"attribute": "third-step-supporting-text",
|
|
834
|
-
"reflect": false,
|
|
835
|
-
"defaultValue": "''"
|
|
836
|
-
},
|
|
837
|
-
"fourthStepSupportingText": {
|
|
838
|
-
"type": "string",
|
|
839
|
-
"mutable": false,
|
|
840
|
-
"complexType": {
|
|
841
|
-
"original": "string",
|
|
842
|
-
"resolved": "string",
|
|
843
|
-
"references": {}
|
|
844
|
-
},
|
|
845
|
-
"required": false,
|
|
846
|
-
"optional": false,
|
|
847
|
-
"docs": {
|
|
848
|
-
"tags": [],
|
|
849
|
-
"text": ""
|
|
850
|
-
},
|
|
851
|
-
"getter": false,
|
|
852
|
-
"setter": false,
|
|
853
|
-
"attribute": "fourth-step-supporting-text",
|
|
854
|
-
"reflect": false,
|
|
855
|
-
"defaultValue": "''"
|
|
856
|
-
},
|
|
857
|
-
"fifthStepSupportingText": {
|
|
858
|
-
"type": "string",
|
|
859
|
-
"mutable": false,
|
|
860
|
-
"complexType": {
|
|
861
|
-
"original": "string",
|
|
862
|
-
"resolved": "string",
|
|
863
|
-
"references": {}
|
|
864
|
-
},
|
|
865
|
-
"required": false,
|
|
866
|
-
"optional": false,
|
|
867
|
-
"docs": {
|
|
868
|
-
"tags": [],
|
|
869
|
-
"text": ""
|
|
870
|
-
},
|
|
871
|
-
"getter": false,
|
|
872
|
-
"setter": false,
|
|
873
|
-
"attribute": "fifth-step-supporting-text",
|
|
874
|
-
"reflect": false,
|
|
875
|
-
"defaultValue": "''"
|
|
876
|
-
},
|
|
877
|
-
"sixthStepSupportingText": {
|
|
878
|
-
"type": "string",
|
|
879
|
-
"mutable": false,
|
|
880
|
-
"complexType": {
|
|
881
|
-
"original": "string",
|
|
882
|
-
"resolved": "string",
|
|
883
|
-
"references": {}
|
|
884
|
-
},
|
|
885
|
-
"required": false,
|
|
886
|
-
"optional": false,
|
|
887
|
-
"docs": {
|
|
888
|
-
"tags": [],
|
|
889
|
-
"text": ""
|
|
890
|
-
},
|
|
891
|
-
"getter": false,
|
|
892
|
-
"setter": false,
|
|
893
|
-
"attribute": "sixth-step-supporting-text",
|
|
894
|
-
"reflect": false,
|
|
895
|
-
"defaultValue": "''"
|
|
896
|
-
},
|
|
897
|
-
"seventhStepSupportingText": {
|
|
898
|
-
"type": "string",
|
|
899
|
-
"mutable": false,
|
|
900
|
-
"complexType": {
|
|
901
|
-
"original": "string",
|
|
902
|
-
"resolved": "string",
|
|
903
|
-
"references": {}
|
|
904
|
-
},
|
|
905
|
-
"required": false,
|
|
906
|
-
"optional": false,
|
|
907
|
-
"docs": {
|
|
908
|
-
"tags": [],
|
|
909
|
-
"text": ""
|
|
910
|
-
},
|
|
911
|
-
"getter": false,
|
|
912
|
-
"setter": false,
|
|
913
|
-
"attribute": "seventh-step-supporting-text",
|
|
914
|
-
"reflect": false,
|
|
915
|
-
"defaultValue": "''"
|
|
127
|
+
"defaultValue": "[\r\n // {\r\n // state: 'default',\r\n // status: 'complete',\r\n // label: 'First Step',\r\n // supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',\r\n // },\r\n // {\r\n // state: 'default',\r\n // status: 'current',\r\n // label: 'First Step',\r\n // supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',\r\n // },\r\n ]"
|
|
916
128
|
}
|
|
917
129
|
};
|
|
918
130
|
}
|