globuswebcomponents 2.2.0 → 2.2.2
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_22.cjs.entry.js → gb-action-panel_25.cjs.entry.js} +256 -89
- package/dist/cjs/gb-action-panel_25.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-avatar-label-group_2.cjs.entry.js +1 -1
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-detail-cell.cjs.entry.js +7 -2
- package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-detail-cell.entry.cjs.js.map +1 -1
- package/dist/cjs/gb-dropdown-items-with-shortcut.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 +5 -5
- 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-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-button-group-base_2.cjs.entry.js +2 -2
- 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 +4 -4
- 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-line-with-text.cjs.entry.js +61 -0
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-stepper-horizontal-line-with-text.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-stepper-vertical-icons-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-table-header.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-table-header.entry.cjs.js.map +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/components/gb-action-panel/gb-action-panel.js +10 -5
- package/dist/collection/components/gb-action-panel/gb-action-panel.js.map +1 -1
- package/dist/collection/components/gb-button/gb-button.css +1 -0
- package/dist/collection/components/gb-button-group/gb-button-group.js +5 -25
- package/dist/collection/components/gb-button-group/gb-button-group.js.map +1 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +5 -3
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +49 -4
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
- package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/collection/components/gb-empty-state/gb-empty-state.js +1 -1
- 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 +5 -5
- 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.css +24 -11
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +64 -26
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
- 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.css +144 -127
- package/dist/collection/components/gb-input-field/gb-input-field.js +45 -13
- package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
- 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 +4 -4
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-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-step-base/gb-step-base.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.css +3 -0
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +33 -652
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +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-table-header/gb-table-header.js.map +1 -1
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +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-action-panel.js +3 -3
- package/dist/components/gb-action-panel.js.map +1 -1
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +8 -8
- 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-button-group.js +1 -1
- package/dist/components/gb-button.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +4 -4
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-comment.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 +14 -8
- package/dist/components/gb-detail-cell.js.map +1 -1
- package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/components/gb-empty-state.js +2 -2
- 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 +17 -17
- 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 +2 -2
- 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 +5 -5
- 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 +19 -19
- 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 +24 -50
- package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
- package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/components/gb-stepper-vertical-icons-with-text.js +3 -3
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-cell.js +1 -1
- package/dist/components/gb-table-header.js +20 -20
- package/dist/components/gb-table-header.js.map +1 -1
- package/dist/components/gb-tag-checkbox.js +1 -1
- package/dist/components/gb-tag-close.js +1 -1
- package/dist/components/gb-tag-count.js +1 -1
- package/dist/components/gb-tag.js +1 -1
- package/dist/components/gb-textarea-input-field.js +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 +3 -3
- 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-BSyfzxCF.js → p-0txwjBLs.js} +4 -4
- package/dist/components/p-0txwjBLs.js.map +1 -0
- package/dist/components/{p-DdUG60Ds.js → p-5KSv25sm.js} +8 -8
- package/dist/components/{p-DdUG60Ds.js.map → p-5KSv25sm.js.map} +1 -1
- package/dist/components/{p-ByV5GH4j.js → p-5ftpNEMM.js} +3 -3
- package/dist/components/{p-ByV5GH4j.js.map → p-5ftpNEMM.js.map} +1 -1
- package/dist/components/{p-BDQEubqB.js → p-BL060XwA.js} +4 -4
- package/dist/components/{p-BDQEubqB.js.map → p-BL060XwA.js.map} +1 -1
- package/dist/components/{p-BUsyzLlY.js → p-BLbIMqN3.js} +3 -3
- package/dist/components/{p-BUsyzLlY.js.map → p-BLbIMqN3.js.map} +1 -1
- package/dist/components/{p-CyVM9ZUN.js → p-BSGWAB3h.js} +39 -27
- package/dist/components/p-BSGWAB3h.js.map +1 -0
- package/dist/components/{p-LFj_wAEh.js → p-BUu9ZVG0.js} +4 -4
- package/dist/components/{p-LFj_wAEh.js.map → p-BUu9ZVG0.js.map} +1 -1
- package/dist/components/{p-2fWwpTIZ.js → p-BYxuCcc3.js} +57 -38
- package/dist/components/p-BYxuCcc3.js.map +1 -0
- package/dist/components/{p-hd9hzkHe.js → p-Ba2FFVt7.js} +6 -7
- package/dist/components/p-Ba2FFVt7.js.map +1 -0
- package/dist/components/{p-BDmK-s7W.js → p-C1ABJsvB.js} +4 -4
- package/dist/components/{p-BDmK-s7W.js.map → p-C1ABJsvB.js.map} +1 -1
- package/dist/components/{p-ZZkjHbmt.js → p-C2d-ZnSS.js} +3 -3
- package/dist/components/{p-ZZkjHbmt.js.map → p-C2d-ZnSS.js.map} +1 -1
- package/dist/components/{p-OIDIc0fR.js → p-C48gcZ7a.js} +3 -3
- package/dist/components/{p-OIDIc0fR.js.map → p-C48gcZ7a.js.map} +1 -1
- package/dist/components/{p-CaTQ6NyD.js → p-C7hW-5Bs.js} +5 -5
- package/dist/components/{p-CaTQ6NyD.js.map → p-C7hW-5Bs.js.map} +1 -1
- package/dist/components/{p-CKp_EcVC.js → p-C9liU8cb.js} +7 -7
- package/dist/components/{p-CKp_EcVC.js.map → p-C9liU8cb.js.map} +1 -1
- package/dist/components/{p-11tfQ7K9.js → p-CCqSZROk.js} +8 -8
- package/dist/components/{p-11tfQ7K9.js.map → p-CCqSZROk.js.map} +1 -1
- package/dist/components/{p-CQuvoZ32.js → p-CHFN5iM2.js} +3 -3
- package/dist/components/{p-CQuvoZ32.js.map → p-CHFN5iM2.js.map} +1 -1
- package/dist/components/{p-BcJOIIC2.js → p-CHLgyYFr.js} +4 -4
- package/dist/components/{p-BcJOIIC2.js.map → p-CHLgyYFr.js.map} +1 -1
- package/dist/components/{p-BAsQCXsV.js → p-CJ9nTfeO.js} +11 -11
- package/dist/components/{p-BAsQCXsV.js.map → p-CJ9nTfeO.js.map} +1 -1
- package/dist/components/{p-BjkAywCq.js → p-CYKvVkx9.js} +4 -4
- package/dist/components/{p-BjkAywCq.js.map → p-CYKvVkx9.js.map} +1 -1
- package/dist/components/{p-v5JMu2zW.js → p-CduQVMGU.js} +6 -6
- package/dist/components/{p-v5JMu2zW.js.map → p-CduQVMGU.js.map} +1 -1
- package/dist/components/{p-CvxJpOZj.js → p-CguZrd2w.js} +3 -3
- package/dist/components/{p-CvxJpOZj.js.map → p-CguZrd2w.js.map} +1 -1
- package/dist/components/{p-Bny8MvzU.js → p-CqJ1NieA.js} +3 -3
- package/dist/components/p-CqJ1NieA.js.map +1 -0
- package/dist/components/{p-CArhc50k.js → p-CxqN_8nX.js} +3 -3
- package/dist/components/{p-CArhc50k.js.map → p-CxqN_8nX.js.map} +1 -1
- package/dist/components/{p-C4Xy0PDM.js → p-Czfh73t2.js} +6 -6
- package/dist/components/{p-C4Xy0PDM.js.map → p-Czfh73t2.js.map} +1 -1
- package/dist/components/{p-VMnF0OzT.js → p-DCIExPaz.js} +3 -3
- package/dist/components/{p-VMnF0OzT.js.map → p-DCIExPaz.js.map} +1 -1
- package/dist/components/{p-U_-0G1aL.js → p-DDzx6GaS.js} +4 -4
- package/dist/components/{p-U_-0G1aL.js.map → p-DDzx6GaS.js.map} +1 -1
- package/dist/components/{p-BeFWN3js.js → p-DH1booBL.js} +6 -6
- package/dist/components/{p-BeFWN3js.js.map → p-DH1booBL.js.map} +1 -1
- package/dist/components/{p-ofaIsmqV.js → p-DNOcRHDc.js} +7 -7
- package/dist/components/{p-ofaIsmqV.js.map → p-DNOcRHDc.js.map} +1 -1
- package/dist/components/{p-gr2SW-QO.js → p-DPkD6R4g.js} +3 -3
- package/dist/components/{p-gr2SW-QO.js.map → p-DPkD6R4g.js.map} +1 -1
- package/dist/components/{p-B4dyNcfJ.js → p-DQnWwfMA.js} +3 -3
- package/dist/components/{p-B4dyNcfJ.js.map → p-DQnWwfMA.js.map} +1 -1
- package/dist/components/{p-BcTbUcgA.js → p-DWfnp2oR.js} +3 -3
- package/dist/components/{p-BcTbUcgA.js.map → p-DWfnp2oR.js.map} +1 -1
- package/dist/components/{p-BQBxVm81.js → p-DnxaLNXd.js} +3 -3
- package/dist/components/{p-BQBxVm81.js.map → p-DnxaLNXd.js.map} +1 -1
- package/dist/components/{p-_0IgUdU3.js → p-DpRifEyI.js} +3 -3
- package/dist/components/{p-_0IgUdU3.js.map → p-DpRifEyI.js.map} +1 -1
- package/dist/components/{p-n7oT6sZz.js → p-DzpoepeD.js} +3 -3
- package/dist/components/{p-n7oT6sZz.js.map → p-DzpoepeD.js.map} +1 -1
- package/dist/components/{p-BU0pk3Az.js → p-Jjdtz5uu.js} +3 -3
- package/dist/components/{p-BU0pk3Az.js.map → p-Jjdtz5uu.js.map} +1 -1
- package/dist/components/{p-CMb4bhr7.js → p-QhewzHaL.js} +3 -3
- package/dist/components/{p-CMb4bhr7.js.map → p-QhewzHaL.js.map} +1 -1
- package/dist/components/{p-CiGTTb4f.js → p-XTIh5teG.js} +4 -4
- package/dist/components/{p-CiGTTb4f.js.map → p-XTIh5teG.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-B-IKjj-L.js → p-epvjDeBv.js} +4 -4
- package/dist/components/{p-B-IKjj-L.js.map → p-epvjDeBv.js.map} +1 -1
- package/dist/components/{p-BOb6Ege2.js → p-hlUZbOeR.js} +4 -4
- package/dist/components/{p-BOb6Ege2.js.map → p-hlUZbOeR.js.map} +1 -1
- package/dist/components/{p-_xLQ1uIq.js → p-pi9-Bp2p.js} +7 -7
- package/dist/components/{p-_xLQ1uIq.js.map → p-pi9-Bp2p.js.map} +1 -1
- package/dist/components/{p-BMJGgDQg.js → p-qmLs3Aiq.js} +3 -3
- package/dist/components/{p-BMJGgDQg.js.map → p-qmLs3Aiq.js.map} +1 -1
- package/dist/components/{p-9doPcSx4.js → p-rEvoBgwh.js} +4 -4
- package/dist/components/{p-9doPcSx4.js.map → p-rEvoBgwh.js.map} +1 -1
- package/dist/components/{p-CCwm6tfK.js → p-sSORdxKv.js} +5 -5
- package/dist/components/{p-CCwm6tfK.js.map → p-sSORdxKv.js.map} +1 -1
- package/dist/components/{p-CV14GOcG.js → p-sp4jxIHH.js} +4 -4
- package/dist/components/{p-CV14GOcG.js.map → p-sp4jxIHH.js.map} +1 -1
- package/dist/components/{p-Bl9nxjeS.js → p-vBpmIdMJ.js} +3 -3
- package/dist/components/{p-Bl9nxjeS.js.map → p-vBpmIdMJ.js.map} +1 -1
- package/dist/components/{p-C7K1IG2o.js → p-xwv5rABM.js} +3 -3
- package/dist/components/{p-C7K1IG2o.js.map → p-xwv5rABM.js.map} +1 -1
- package/dist/components/{p-CGeZp1HY.js → p-yb1gG3YV.js} +3 -3
- package/dist/components/{p-CGeZp1HY.js.map → p-yb1gG3YV.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +181 -933
- package/dist/esm/{gb-avatar_22.entry.js → gb-action-panel_25.entry.js} +255 -91
- package/dist/esm/gb-action-panel_25.entry.js.map +1 -0
- package/dist/esm/gb-avatar-label-group_2.entry.js +1 -1
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-detail-cell.entry.js +7 -2
- package/dist/esm/gb-detail-cell.entry.js.map +1 -1
- package/dist/esm/gb-dropdown-items-with-shortcut.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 +5 -5
- 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-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-button-group-base_2.entry.js +2 -2
- 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 +4 -4
- 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-line-with-text.entry.js +59 -0
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js.map +1 -0
- package/dist/esm/gb-stepper-vertical-icons-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-table-header.entry.js.map +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/gb-button.css +1 -0
- package/dist/globuscomponents/gb-detail-cell.entry.esm.js.map +1 -1
- package/dist/globuscomponents/gb-stepper-horizontal-line-with-text.entry.esm.js.map +1 -0
- package/dist/globuscomponents/gb-table-header.entry.esm.js.map +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-518caaa9.entry.js → p-076b2990.entry.js} +2 -2
- package/dist/globuscomponents/p-0d261dc3.entry.js +2 -0
- package/dist/globuscomponents/{p-0fab63c2.entry.js.map → p-0d261dc3.entry.js.map} +1 -1
- package/dist/globuscomponents/{p-61596c17.entry.js → p-0f9d4e7e.entry.js} +2 -2
- package/dist/globuscomponents/{p-fd6ae061.entry.js → p-10d004f1.entry.js} +2 -2
- package/dist/globuscomponents/{p-e9ca342d.entry.js → p-13931c9e.entry.js} +2 -2
- package/dist/globuscomponents/{p-a66c3127.entry.js → p-169b0a11.entry.js} +2 -2
- package/dist/globuscomponents/{p-bee5141c.entry.js → p-16e1585a.entry.js} +2 -2
- package/dist/globuscomponents/{p-96cbd5e7.entry.js → p-1969edef.entry.js} +2 -2
- package/dist/globuscomponents/{p-12983581.entry.js → p-2740606c.entry.js} +2 -2
- package/dist/globuscomponents/{p-653c5adc.entry.js → p-3219448a.entry.js} +2 -2
- package/dist/globuscomponents/{p-c9a6c666.entry.js → p-3e9900ec.entry.js} +2 -2
- package/dist/globuscomponents/{p-e453561e.entry.js → p-407b9855.entry.js} +2 -2
- package/dist/globuscomponents/{p-4f81d591.entry.js → p-42d9722c.entry.js} +2 -2
- package/dist/globuscomponents/p-42fddad8.entry.js +2 -0
- package/dist/globuscomponents/{p-742e4cda.entry.js → p-4d4af2d9.entry.js} +2 -2
- package/dist/globuscomponents/{p-9c05ca59.entry.js → p-4de82941.entry.js} +2 -2
- package/dist/globuscomponents/{p-f5caead1.entry.js → p-5143434a.entry.js} +2 -2
- package/dist/globuscomponents/{p-6f7e87e5.entry.js → p-57568e2c.entry.js} +2 -2
- package/dist/globuscomponents/{p-aaf9bd86.entry.js → p-580cbd27.entry.js} +2 -2
- package/dist/globuscomponents/{p-c914b51c.entry.js → p-59612d47.entry.js} +2 -2
- package/dist/globuscomponents/{p-239e2791.entry.js → p-5fca858d.entry.js} +2 -2
- package/dist/globuscomponents/{p-06c1f98a.entry.js → p-6ca2332d.entry.js} +2 -2
- package/dist/globuscomponents/{p-e01d6201.entry.js → p-74123b88.entry.js} +2 -2
- package/dist/globuscomponents/{p-c7ed2194.entry.js → p-8266edb6.entry.js} +2 -2
- package/dist/globuscomponents/{p-a3395a1b.entry.js → p-8878060f.entry.js} +2 -2
- package/dist/globuscomponents/{p-cabc2976.entry.js → p-89c15710.entry.js} +2 -2
- package/dist/globuscomponents/{p-2b4b8d1c.entry.js → p-8a2b3ed8.entry.js} +2 -2
- package/dist/globuscomponents/{p-96dc6fcd.entry.js → p-91a91883.entry.js} +2 -2
- package/dist/globuscomponents/{p-0804c201.entry.js → p-9391c24d.entry.js} +2 -2
- package/dist/globuscomponents/{p-5a07906a.entry.js → p-93f37394.entry.js} +2 -2
- package/dist/globuscomponents/p-93f37394.entry.js.map +1 -0
- package/dist/globuscomponents/{p-7a40ef38.entry.js → p-9bd13c9c.entry.js} +2 -2
- package/dist/globuscomponents/p-9c9fb01b.entry.js +2 -0
- package/dist/globuscomponents/p-9c9fb01b.entry.js.map +1 -0
- package/dist/globuscomponents/{p-3cc0ea9e.entry.js → p-a60c8538.entry.js} +2 -2
- package/dist/globuscomponents/{p-dbd605b9.entry.js → p-a8dee555.entry.js} +2 -2
- package/dist/globuscomponents/{p-7cf4d95d.entry.js → p-b33a6bc8.entry.js} +2 -2
- package/dist/globuscomponents/{p-7eeacf16.entry.js → p-ba3f9eb1.entry.js} +2 -2
- package/dist/globuscomponents/{p-25536e7a.entry.js → p-c543e806.entry.js} +2 -2
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/{p-25006cba.entry.js → p-d1b4759d.entry.js} +2 -2
- package/dist/globuscomponents/p-d1b4759d.entry.js.map +1 -0
- package/dist/globuscomponents/{p-5a30be16.entry.js → p-d71071c8.entry.js} +2 -2
- package/dist/globuscomponents/{p-8aa75444.entry.js → p-da9094b4.entry.js} +2 -2
- package/dist/globuscomponents/{p-51edb6f1.entry.js → p-dbdf608e.entry.js} +2 -2
- package/dist/globuscomponents/p-deaf3331.entry.js +2 -0
- package/dist/globuscomponents/p-deaf3331.entry.js.map +1 -0
- package/dist/globuscomponents/{p-94b09042.entry.js → p-dfc26073.entry.js} +2 -2
- package/dist/globuscomponents/{p-f00365a3.entry.js → p-e9906bb1.entry.js} +2 -2
- package/dist/globuscomponents/p-f2ffd32d.entry.js +2 -0
- package/dist/globuscomponents/{p-07106ba3.entry.js → p-f5be77fd.entry.js} +2 -2
- package/dist/globuscomponents/{p-d8429943.entry.js → p-fd3c341a.entry.js} +2 -2
- package/dist/globuscomponents/{p-1cc15bcb.entry.js → p-ff6ca3b0.entry.js} +2 -2
- package/dist/types/components/gb-action-panel/gb-action-panel.d.ts +2 -1
- package/dist/types/components/gb-button-group/gb-button-group.d.ts +1 -2
- package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +5 -2
- package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +3 -0
- package/dist/types/components/gb-input-field/gb-input-field.d.ts +3 -0
- package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +4 -31
- package/dist/types/components.d.ts +18 -68
- package/dist/types/models/reusableModels.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel.cjs.entry.js +0 -121
- package/dist/cjs/gb-action-panel.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-action-panel.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-avatar_22.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-button-close.cjs.entry.js +0 -20
- package/dist/cjs/gb-button-close.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-button-close.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-empty-state.cjs.entry.js +0 -49
- package/dist/cjs/gb-empty-state.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-empty-state.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +0 -34
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-stepper-horizontal-icons-centered.entry.cjs.js.map +0 -1
- package/dist/components/p-2fWwpTIZ.js.map +0 -1
- package/dist/components/p-BSyfzxCF.js.map +0 -1
- package/dist/components/p-Bny8MvzU.js.map +0 -1
- package/dist/components/p-CyVM9ZUN.js.map +0 -1
- package/dist/components/p-hd9hzkHe.js.map +0 -1
- package/dist/esm/gb-action-panel.entry.js +0 -119
- package/dist/esm/gb-action-panel.entry.js.map +0 -1
- package/dist/esm/gb-avatar_22.entry.js.map +0 -1
- package/dist/esm/gb-button-close.entry.js +0 -18
- package/dist/esm/gb-button-close.entry.js.map +0 -1
- package/dist/esm/gb-empty-state.entry.js +0 -47
- package/dist/esm/gb-empty-state.entry.js.map +0 -1
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +0 -32
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js.map +0 -1
- package/dist/globuscomponents/gb-action-panel.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-button-close.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-empty-state.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-stepper-horizontal-icons-centered.entry.esm.js.map +0 -1
- package/dist/globuscomponents/p-0fab63c2.entry.js +0 -2
- package/dist/globuscomponents/p-163b09b1.entry.js +0 -2
- package/dist/globuscomponents/p-163b09b1.entry.js.map +0 -1
- package/dist/globuscomponents/p-25006cba.entry.js.map +0 -1
- package/dist/globuscomponents/p-5a07906a.entry.js.map +0 -1
- package/dist/globuscomponents/p-7d62171a.entry.js +0 -2
- package/dist/globuscomponents/p-85ae2dac.entry.js +0 -2
- package/dist/globuscomponents/p-8b05028f.entry.js +0 -2
- package/dist/globuscomponents/p-8b05028f.entry.js.map +0 -1
- package/dist/globuscomponents/p-8f79c081.entry.js +0 -2
- package/dist/globuscomponents/p-8f79c081.entry.js.map +0 -1
- package/dist/globuscomponents/p-97bc1e88.entry.js +0 -2
- package/dist/globuscomponents/p-97bc1e88.entry.js.map +0 -1
- package/dist/globuscomponents/p-a5151a5d.entry.js +0 -2
- package/dist/globuscomponents/p-a5151a5d.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-518caaa9.entry.js.map → p-076b2990.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-61596c17.entry.js.map → p-0f9d4e7e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-fd6ae061.entry.js.map → p-10d004f1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e9ca342d.entry.js.map → p-13931c9e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a66c3127.entry.js.map → p-169b0a11.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bee5141c.entry.js.map → p-16e1585a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-96cbd5e7.entry.js.map → p-1969edef.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-12983581.entry.js.map → p-2740606c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-653c5adc.entry.js.map → p-3219448a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c9a6c666.entry.js.map → p-3e9900ec.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e453561e.entry.js.map → p-407b9855.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4f81d591.entry.js.map → p-42d9722c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-85ae2dac.entry.js.map → p-42fddad8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-742e4cda.entry.js.map → p-4d4af2d9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9c05ca59.entry.js.map → p-4de82941.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f5caead1.entry.js.map → p-5143434a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6f7e87e5.entry.js.map → p-57568e2c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-aaf9bd86.entry.js.map → p-580cbd27.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c914b51c.entry.js.map → p-59612d47.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-239e2791.entry.js.map → p-5fca858d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-06c1f98a.entry.js.map → p-6ca2332d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e01d6201.entry.js.map → p-74123b88.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c7ed2194.entry.js.map → p-8266edb6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a3395a1b.entry.js.map → p-8878060f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-cabc2976.entry.js.map → p-89c15710.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2b4b8d1c.entry.js.map → p-8a2b3ed8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-96dc6fcd.entry.js.map → p-91a91883.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0804c201.entry.js.map → p-9391c24d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7a40ef38.entry.js.map → p-9bd13c9c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3cc0ea9e.entry.js.map → p-a60c8538.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dbd605b9.entry.js.map → p-a8dee555.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7cf4d95d.entry.js.map → p-b33a6bc8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7eeacf16.entry.js.map → p-ba3f9eb1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-25536e7a.entry.js.map → p-c543e806.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5a30be16.entry.js.map → p-d71071c8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8aa75444.entry.js.map → p-da9094b4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-51edb6f1.entry.js.map → p-dbdf608e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-94b09042.entry.js.map → p-dfc26073.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f00365a3.entry.js.map → p-e9906bb1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7d62171a.entry.js.map → p-f2ffd32d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-07106ba3.entry.js.map → p-f5be77fd.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d8429943.entry.js.map → p-fd3c341a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1cc15bcb.entry.js.map → p-ff6ca3b0.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-
|
|
2
|
+
"timestamp": "2025-07-08T15:06:34",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.28.2",
|
|
@@ -822,12 +822,17 @@
|
|
|
822
822
|
},
|
|
823
823
|
{
|
|
824
824
|
"event": "saveAsDraft",
|
|
825
|
-
"detail": "
|
|
825
|
+
"detail": "HTMLElement",
|
|
826
826
|
"bubbles": true,
|
|
827
827
|
"complexType": {
|
|
828
|
-
"original": "
|
|
829
|
-
"resolved": "
|
|
830
|
-
"references": {
|
|
828
|
+
"original": "HTMLElement",
|
|
829
|
+
"resolved": "HTMLElement",
|
|
830
|
+
"references": {
|
|
831
|
+
"HTMLElement": {
|
|
832
|
+
"location": "global",
|
|
833
|
+
"id": "global::HTMLElement"
|
|
834
|
+
}
|
|
835
|
+
}
|
|
831
836
|
},
|
|
832
837
|
"cancelable": true,
|
|
833
838
|
"composed": true,
|
|
@@ -4641,36 +4646,12 @@
|
|
|
4641
4646
|
"required": false,
|
|
4642
4647
|
"getter": false,
|
|
4643
4648
|
"setter": false
|
|
4644
|
-
},
|
|
4645
|
-
{
|
|
4646
|
-
"name": "label",
|
|
4647
|
-
"type": "string",
|
|
4648
|
-
"complexType": {
|
|
4649
|
-
"original": "string",
|
|
4650
|
-
"resolved": "string",
|
|
4651
|
-
"references": {}
|
|
4652
|
-
},
|
|
4653
|
-
"mutable": false,
|
|
4654
|
-
"attr": "label",
|
|
4655
|
-
"reflectToAttr": false,
|
|
4656
|
-
"docs": "",
|
|
4657
|
-
"docsTags": [],
|
|
4658
|
-
"default": "''",
|
|
4659
|
-
"values": [
|
|
4660
|
-
{
|
|
4661
|
-
"type": "string"
|
|
4662
|
-
}
|
|
4663
|
-
],
|
|
4664
|
-
"optional": false,
|
|
4665
|
-
"required": false,
|
|
4666
|
-
"getter": false,
|
|
4667
|
-
"setter": false
|
|
4668
4649
|
}
|
|
4669
4650
|
],
|
|
4670
4651
|
"methods": [],
|
|
4671
4652
|
"events": [
|
|
4672
4653
|
{
|
|
4673
|
-
"event": "
|
|
4654
|
+
"event": "optionChange",
|
|
4674
4655
|
"detail": "string",
|
|
4675
4656
|
"bubbles": true,
|
|
4676
4657
|
"complexType": {
|
|
@@ -7294,6 +7275,30 @@
|
|
|
7294
7275
|
"getter": false,
|
|
7295
7276
|
"setter": false
|
|
7296
7277
|
},
|
|
7278
|
+
{
|
|
7279
|
+
"name": "buttonText",
|
|
7280
|
+
"type": "string",
|
|
7281
|
+
"complexType": {
|
|
7282
|
+
"original": "string",
|
|
7283
|
+
"resolved": "string",
|
|
7284
|
+
"references": {}
|
|
7285
|
+
},
|
|
7286
|
+
"mutable": false,
|
|
7287
|
+
"attr": "button-text",
|
|
7288
|
+
"reflectToAttr": false,
|
|
7289
|
+
"docs": "",
|
|
7290
|
+
"docsTags": [],
|
|
7291
|
+
"default": "''",
|
|
7292
|
+
"values": [
|
|
7293
|
+
{
|
|
7294
|
+
"type": "string"
|
|
7295
|
+
}
|
|
7296
|
+
],
|
|
7297
|
+
"optional": false,
|
|
7298
|
+
"required": false,
|
|
7299
|
+
"getter": false,
|
|
7300
|
+
"setter": false
|
|
7301
|
+
},
|
|
7297
7302
|
{
|
|
7298
7303
|
"name": "cellStyle",
|
|
7299
7304
|
"type": "\"compact\" | \"standard\"",
|
|
@@ -7634,11 +7639,17 @@
|
|
|
7634
7639
|
},
|
|
7635
7640
|
{
|
|
7636
7641
|
"name": "type",
|
|
7637
|
-
"type": "\"document\" | \"information\" | \"status\"",
|
|
7642
|
+
"type": "\"button\" | \"document\" | \"information\" | \"status\"",
|
|
7638
7643
|
"complexType": {
|
|
7639
|
-
"original": "
|
|
7640
|
-
"resolved": "\"document\" | \"information\" | \"status\"",
|
|
7641
|
-
"references": {
|
|
7644
|
+
"original": "DetailCellType",
|
|
7645
|
+
"resolved": "\"button\" | \"document\" | \"information\" | \"status\"",
|
|
7646
|
+
"references": {
|
|
7647
|
+
"DetailCellType": {
|
|
7648
|
+
"location": "import",
|
|
7649
|
+
"path": "../../models/reusableModels",
|
|
7650
|
+
"id": "src/models/reusableModels.ts::DetailCellType"
|
|
7651
|
+
}
|
|
7652
|
+
}
|
|
7642
7653
|
},
|
|
7643
7654
|
"mutable": false,
|
|
7644
7655
|
"attr": "type",
|
|
@@ -7646,6 +7657,10 @@
|
|
|
7646
7657
|
"docs": "",
|
|
7647
7658
|
"docsTags": [],
|
|
7648
7659
|
"values": [
|
|
7660
|
+
{
|
|
7661
|
+
"value": "button",
|
|
7662
|
+
"type": "string"
|
|
7663
|
+
},
|
|
7649
7664
|
{
|
|
7650
7665
|
"value": "document",
|
|
7651
7666
|
"type": "string"
|
|
@@ -7667,6 +7682,20 @@
|
|
|
7667
7682
|
],
|
|
7668
7683
|
"methods": [],
|
|
7669
7684
|
"events": [
|
|
7685
|
+
{
|
|
7686
|
+
"event": "buttonClicked",
|
|
7687
|
+
"detail": "void",
|
|
7688
|
+
"bubbles": true,
|
|
7689
|
+
"complexType": {
|
|
7690
|
+
"original": "void",
|
|
7691
|
+
"resolved": "void",
|
|
7692
|
+
"references": {}
|
|
7693
|
+
},
|
|
7694
|
+
"cancelable": true,
|
|
7695
|
+
"composed": true,
|
|
7696
|
+
"docs": "",
|
|
7697
|
+
"docsTags": []
|
|
7698
|
+
},
|
|
7670
7699
|
{
|
|
7671
7700
|
"event": "downloadButtonClicked",
|
|
7672
7701
|
"detail": "void",
|
|
@@ -11472,7 +11501,7 @@
|
|
|
11472
11501
|
"reflectToAttr": false,
|
|
11473
11502
|
"docs": "",
|
|
11474
11503
|
"docsTags": [],
|
|
11475
|
-
"default": "[\r\n { name: 'Mock Item A iusbrviubw vwiuhvw vwiurhvwr vwoiuh', username: 1 },\r\n // { name: 'Mock Item B', username: 3 },\r\n // { name: 'Mock Item C', username: 3 },\r\n // { name: 'Mock Item D', username: 3 },\r\n // { name: 'Mock Item E', username: 3 },\r\n // 45,\r\n // 50,\r\n // 20,\r\n // 25,\r\n // 90,\r\n // 92,\r\n // 53,\r\n // 'Activated',\r\n // 'Deactivated',\r\n // 'John Doe',\r\n // 'John smith',\r\n // 'Jane leo'\r\n ]",
|
|
11504
|
+
"default": "[\r\n // { name: 'Mock Item A iusbrviubw vwiuhvw vwiurhvwr vwoiuh', username: 1 },\r\n // { name: 'Mock Item B', username: 3 },\r\n // { name: 'Mock Item C', username: 3 },\r\n // { name: 'Mock Item D', username: 3 },\r\n // { name: 'Mock Item E', username: 3 },\r\n // 45,\r\n // 50,\r\n // 20,\r\n // 25,\r\n // 90,\r\n // 92,\r\n // 53,\r\n // 'Activated',\r\n // 'Deactivated',\r\n // 'John Doe',\r\n // 'John smith',\r\n // 'Jane leo'\r\n ]",
|
|
11476
11505
|
"values": [
|
|
11477
11506
|
{
|
|
11478
11507
|
"type": "any[]"
|
|
@@ -11531,6 +11560,30 @@
|
|
|
11531
11560
|
"getter": false,
|
|
11532
11561
|
"setter": false
|
|
11533
11562
|
},
|
|
11563
|
+
{
|
|
11564
|
+
"name": "loading",
|
|
11565
|
+
"type": "boolean",
|
|
11566
|
+
"complexType": {
|
|
11567
|
+
"original": "boolean",
|
|
11568
|
+
"resolved": "boolean",
|
|
11569
|
+
"references": {}
|
|
11570
|
+
},
|
|
11571
|
+
"mutable": true,
|
|
11572
|
+
"attr": "loading",
|
|
11573
|
+
"reflectToAttr": false,
|
|
11574
|
+
"docs": "",
|
|
11575
|
+
"docsTags": [],
|
|
11576
|
+
"default": "false",
|
|
11577
|
+
"values": [
|
|
11578
|
+
{
|
|
11579
|
+
"type": "boolean"
|
|
11580
|
+
}
|
|
11581
|
+
],
|
|
11582
|
+
"optional": false,
|
|
11583
|
+
"required": false,
|
|
11584
|
+
"getter": false,
|
|
11585
|
+
"setter": false
|
|
11586
|
+
},
|
|
11534
11587
|
{
|
|
11535
11588
|
"name": "menuPosition",
|
|
11536
11589
|
"type": "\" bottom\" | \"top\"",
|
|
@@ -12603,6 +12656,30 @@
|
|
|
12603
12656
|
"getter": false,
|
|
12604
12657
|
"setter": false
|
|
12605
12658
|
},
|
|
12659
|
+
{
|
|
12660
|
+
"name": "loading",
|
|
12661
|
+
"type": "boolean",
|
|
12662
|
+
"complexType": {
|
|
12663
|
+
"original": "boolean",
|
|
12664
|
+
"resolved": "boolean",
|
|
12665
|
+
"references": {}
|
|
12666
|
+
},
|
|
12667
|
+
"mutable": true,
|
|
12668
|
+
"attr": "loading",
|
|
12669
|
+
"reflectToAttr": false,
|
|
12670
|
+
"docs": "",
|
|
12671
|
+
"docsTags": [],
|
|
12672
|
+
"default": "false",
|
|
12673
|
+
"values": [
|
|
12674
|
+
{
|
|
12675
|
+
"type": "boolean"
|
|
12676
|
+
}
|
|
12677
|
+
],
|
|
12678
|
+
"optional": false,
|
|
12679
|
+
"required": false,
|
|
12680
|
+
"getter": false,
|
|
12681
|
+
"setter": false
|
|
12682
|
+
},
|
|
12606
12683
|
{
|
|
12607
12684
|
"name": "maxLength",
|
|
12608
12685
|
"type": "number",
|
|
@@ -17165,93 +17242,71 @@
|
|
|
17165
17242
|
"setter": false
|
|
17166
17243
|
},
|
|
17167
17244
|
{
|
|
17168
|
-
"name": "
|
|
17169
|
-
"type": "
|
|
17170
|
-
"complexType": {
|
|
17171
|
-
"original": "string",
|
|
17172
|
-
"resolved": "string",
|
|
17173
|
-
"references": {}
|
|
17174
|
-
},
|
|
17175
|
-
"mutable": false,
|
|
17176
|
-
"attr": "fifth-step-label",
|
|
17177
|
-
"reflectToAttr": false,
|
|
17178
|
-
"docs": "",
|
|
17179
|
-
"docsTags": [],
|
|
17180
|
-
"default": "''",
|
|
17181
|
-
"values": [
|
|
17182
|
-
{
|
|
17183
|
-
"type": "string"
|
|
17184
|
-
}
|
|
17185
|
-
],
|
|
17186
|
-
"optional": false,
|
|
17187
|
-
"required": false,
|
|
17188
|
-
"getter": false,
|
|
17189
|
-
"setter": false
|
|
17190
|
-
},
|
|
17191
|
-
{
|
|
17192
|
-
"name": "fifthStepState",
|
|
17193
|
-
"type": "\"default\" | \"destructive\"",
|
|
17245
|
+
"name": "size",
|
|
17246
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
17194
17247
|
"complexType": {
|
|
17195
|
-
"original": "
|
|
17196
|
-
"resolved": "\"
|
|
17248
|
+
"original": "GeneralSizes",
|
|
17249
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
17197
17250
|
"references": {
|
|
17198
|
-
"
|
|
17251
|
+
"GeneralSizes": {
|
|
17199
17252
|
"location": "import",
|
|
17200
17253
|
"path": "../../models/reusableModels",
|
|
17201
|
-
"id": "src/models/reusableModels.ts::
|
|
17254
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
17202
17255
|
}
|
|
17203
17256
|
}
|
|
17204
17257
|
},
|
|
17205
17258
|
"mutable": false,
|
|
17206
|
-
"attr": "
|
|
17259
|
+
"attr": "size",
|
|
17207
17260
|
"reflectToAttr": false,
|
|
17208
17261
|
"docs": "",
|
|
17209
17262
|
"docsTags": [],
|
|
17210
17263
|
"values": [
|
|
17211
17264
|
{
|
|
17212
|
-
"value": "
|
|
17265
|
+
"value": "lg",
|
|
17213
17266
|
"type": "string"
|
|
17214
17267
|
},
|
|
17215
17268
|
{
|
|
17216
|
-
"value": "
|
|
17269
|
+
"value": "md",
|
|
17217
17270
|
"type": "string"
|
|
17218
|
-
}
|
|
17219
|
-
],
|
|
17220
|
-
"optional": false,
|
|
17221
|
-
"required": false,
|
|
17222
|
-
"getter": false,
|
|
17223
|
-
"setter": false
|
|
17224
|
-
},
|
|
17225
|
-
{
|
|
17226
|
-
"name": "fifthStepStatus",
|
|
17227
|
-
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17228
|
-
"complexType": {
|
|
17229
|
-
"original": "ProgressStepStatus",
|
|
17230
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17231
|
-
"references": {
|
|
17232
|
-
"ProgressStepStatus": {
|
|
17233
|
-
"location": "import",
|
|
17234
|
-
"path": "../../models/reusableModels",
|
|
17235
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
17236
|
-
}
|
|
17237
|
-
}
|
|
17238
|
-
},
|
|
17239
|
-
"mutable": false,
|
|
17240
|
-
"attr": "fifth-step-status",
|
|
17241
|
-
"reflectToAttr": false,
|
|
17242
|
-
"docs": "",
|
|
17243
|
-
"docsTags": [],
|
|
17244
|
-
"values": [
|
|
17271
|
+
},
|
|
17245
17272
|
{
|
|
17246
|
-
"value": "
|
|
17273
|
+
"value": "profile_lg",
|
|
17247
17274
|
"type": "string"
|
|
17248
17275
|
},
|
|
17249
17276
|
{
|
|
17250
|
-
"value": "
|
|
17277
|
+
"value": "profile_md",
|
|
17251
17278
|
"type": "string"
|
|
17252
17279
|
},
|
|
17253
17280
|
{
|
|
17254
|
-
"value": "
|
|
17281
|
+
"value": "profile_sm",
|
|
17282
|
+
"type": "string"
|
|
17283
|
+
},
|
|
17284
|
+
{
|
|
17285
|
+
"value": "sm",
|
|
17286
|
+
"type": "string"
|
|
17287
|
+
},
|
|
17288
|
+
{
|
|
17289
|
+
"value": "xl",
|
|
17290
|
+
"type": "string"
|
|
17291
|
+
},
|
|
17292
|
+
{
|
|
17293
|
+
"value": "xl2",
|
|
17294
|
+
"type": "string"
|
|
17295
|
+
},
|
|
17296
|
+
{
|
|
17297
|
+
"value": "xl3",
|
|
17298
|
+
"type": "string"
|
|
17299
|
+
},
|
|
17300
|
+
{
|
|
17301
|
+
"value": "xl4",
|
|
17302
|
+
"type": "string"
|
|
17303
|
+
},
|
|
17304
|
+
{
|
|
17305
|
+
"value": "xs",
|
|
17306
|
+
"type": "string"
|
|
17307
|
+
},
|
|
17308
|
+
{
|
|
17309
|
+
"value": "xxs",
|
|
17255
17310
|
"type": "string"
|
|
17256
17311
|
}
|
|
17257
17312
|
],
|
|
@@ -17261,22 +17316,27 @@
|
|
|
17261
17316
|
"setter": false
|
|
17262
17317
|
},
|
|
17263
17318
|
{
|
|
17264
|
-
"name": "
|
|
17265
|
-
"type": "
|
|
17319
|
+
"name": "steps",
|
|
17320
|
+
"type": "StepperType[]",
|
|
17266
17321
|
"complexType": {
|
|
17267
|
-
"original": "
|
|
17268
|
-
"resolved": "
|
|
17269
|
-
"references": {
|
|
17322
|
+
"original": "StepperType[]",
|
|
17323
|
+
"resolved": "StepperType[]",
|
|
17324
|
+
"references": {
|
|
17325
|
+
"StepperType": {
|
|
17326
|
+
"location": "import",
|
|
17327
|
+
"path": "../../models/reusableModels",
|
|
17328
|
+
"id": "src/models/reusableModels.ts::StepperType"
|
|
17329
|
+
}
|
|
17330
|
+
}
|
|
17270
17331
|
},
|
|
17271
17332
|
"mutable": false,
|
|
17272
|
-
"attr": "fifth-step-supporting-text",
|
|
17273
17333
|
"reflectToAttr": false,
|
|
17274
17334
|
"docs": "",
|
|
17275
17335
|
"docsTags": [],
|
|
17276
|
-
"default": "''",
|
|
17336
|
+
"default": "[\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: 'Second Step',\r\n supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',\r\n },\r\n ]",
|
|
17277
17337
|
"values": [
|
|
17278
17338
|
{
|
|
17279
|
-
"type": "
|
|
17339
|
+
"type": "StepperType[]"
|
|
17280
17340
|
}
|
|
17281
17341
|
],
|
|
17282
17342
|
"optional": false,
|
|
@@ -17285,842 +17345,25 @@
|
|
|
17285
17345
|
"setter": false
|
|
17286
17346
|
},
|
|
17287
17347
|
{
|
|
17288
|
-
"name": "
|
|
17289
|
-
"type": "
|
|
17348
|
+
"name": "type",
|
|
17349
|
+
"type": "\"featured_icon\" | \"icon\"",
|
|
17290
17350
|
"complexType": {
|
|
17291
|
-
"original": "
|
|
17292
|
-
"resolved": "
|
|
17351
|
+
"original": "'icon' | 'featured_icon'",
|
|
17352
|
+
"resolved": "\"featured_icon\" | \"icon\"",
|
|
17293
17353
|
"references": {}
|
|
17294
17354
|
},
|
|
17295
17355
|
"mutable": false,
|
|
17296
|
-
"attr": "
|
|
17356
|
+
"attr": "type",
|
|
17297
17357
|
"reflectToAttr": false,
|
|
17298
17358
|
"docs": "",
|
|
17299
17359
|
"docsTags": [],
|
|
17300
|
-
"default": "''",
|
|
17301
17360
|
"values": [
|
|
17302
17361
|
{
|
|
17303
|
-
"
|
|
17304
|
-
|
|
17305
|
-
|
|
17306
|
-
|
|
17307
|
-
|
|
17308
|
-
"getter": false,
|
|
17309
|
-
"setter": false
|
|
17310
|
-
},
|
|
17311
|
-
{
|
|
17312
|
-
"name": "firstStepState",
|
|
17313
|
-
"type": "\"default\" | \"destructive\"",
|
|
17314
|
-
"complexType": {
|
|
17315
|
-
"original": "ProgressStepStates",
|
|
17316
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
17317
|
-
"references": {
|
|
17318
|
-
"ProgressStepStates": {
|
|
17319
|
-
"location": "import",
|
|
17320
|
-
"path": "../../models/reusableModels",
|
|
17321
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
17322
|
-
}
|
|
17323
|
-
}
|
|
17324
|
-
},
|
|
17325
|
-
"mutable": false,
|
|
17326
|
-
"attr": "first-step-state",
|
|
17327
|
-
"reflectToAttr": false,
|
|
17328
|
-
"docs": "",
|
|
17329
|
-
"docsTags": [],
|
|
17330
|
-
"values": [
|
|
17331
|
-
{
|
|
17332
|
-
"value": "default",
|
|
17333
|
-
"type": "string"
|
|
17334
|
-
},
|
|
17335
|
-
{
|
|
17336
|
-
"value": "destructive",
|
|
17337
|
-
"type": "string"
|
|
17338
|
-
}
|
|
17339
|
-
],
|
|
17340
|
-
"optional": false,
|
|
17341
|
-
"required": false,
|
|
17342
|
-
"getter": false,
|
|
17343
|
-
"setter": false
|
|
17344
|
-
},
|
|
17345
|
-
{
|
|
17346
|
-
"name": "firstStepStatus",
|
|
17347
|
-
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17348
|
-
"complexType": {
|
|
17349
|
-
"original": "ProgressStepStatus",
|
|
17350
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17351
|
-
"references": {
|
|
17352
|
-
"ProgressStepStatus": {
|
|
17353
|
-
"location": "import",
|
|
17354
|
-
"path": "../../models/reusableModels",
|
|
17355
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
17356
|
-
}
|
|
17357
|
-
}
|
|
17358
|
-
},
|
|
17359
|
-
"mutable": false,
|
|
17360
|
-
"attr": "first-step-status",
|
|
17361
|
-
"reflectToAttr": false,
|
|
17362
|
-
"docs": "",
|
|
17363
|
-
"docsTags": [],
|
|
17364
|
-
"values": [
|
|
17365
|
-
{
|
|
17366
|
-
"value": "complete",
|
|
17367
|
-
"type": "string"
|
|
17368
|
-
},
|
|
17369
|
-
{
|
|
17370
|
-
"value": "current",
|
|
17371
|
-
"type": "string"
|
|
17372
|
-
},
|
|
17373
|
-
{
|
|
17374
|
-
"value": "incomplete",
|
|
17375
|
-
"type": "string"
|
|
17376
|
-
}
|
|
17377
|
-
],
|
|
17378
|
-
"optional": false,
|
|
17379
|
-
"required": false,
|
|
17380
|
-
"getter": false,
|
|
17381
|
-
"setter": false
|
|
17382
|
-
},
|
|
17383
|
-
{
|
|
17384
|
-
"name": "firstStepSupportingText",
|
|
17385
|
-
"type": "string",
|
|
17386
|
-
"complexType": {
|
|
17387
|
-
"original": "string",
|
|
17388
|
-
"resolved": "string",
|
|
17389
|
-
"references": {}
|
|
17390
|
-
},
|
|
17391
|
-
"mutable": false,
|
|
17392
|
-
"attr": "first-step-supporting-text",
|
|
17393
|
-
"reflectToAttr": false,
|
|
17394
|
-
"docs": "",
|
|
17395
|
-
"docsTags": [],
|
|
17396
|
-
"default": "''",
|
|
17397
|
-
"values": [
|
|
17398
|
-
{
|
|
17399
|
-
"type": "string"
|
|
17400
|
-
}
|
|
17401
|
-
],
|
|
17402
|
-
"optional": false,
|
|
17403
|
-
"required": false,
|
|
17404
|
-
"getter": false,
|
|
17405
|
-
"setter": false
|
|
17406
|
-
},
|
|
17407
|
-
{
|
|
17408
|
-
"name": "fourthStepLabel",
|
|
17409
|
-
"type": "string",
|
|
17410
|
-
"complexType": {
|
|
17411
|
-
"original": "string",
|
|
17412
|
-
"resolved": "string",
|
|
17413
|
-
"references": {}
|
|
17414
|
-
},
|
|
17415
|
-
"mutable": false,
|
|
17416
|
-
"attr": "fourth-step-label",
|
|
17417
|
-
"reflectToAttr": false,
|
|
17418
|
-
"docs": "",
|
|
17419
|
-
"docsTags": [],
|
|
17420
|
-
"default": "''",
|
|
17421
|
-
"values": [
|
|
17422
|
-
{
|
|
17423
|
-
"type": "string"
|
|
17424
|
-
}
|
|
17425
|
-
],
|
|
17426
|
-
"optional": false,
|
|
17427
|
-
"required": false,
|
|
17428
|
-
"getter": false,
|
|
17429
|
-
"setter": false
|
|
17430
|
-
},
|
|
17431
|
-
{
|
|
17432
|
-
"name": "fourthStepState",
|
|
17433
|
-
"type": "\"default\" | \"destructive\"",
|
|
17434
|
-
"complexType": {
|
|
17435
|
-
"original": "ProgressStepStates",
|
|
17436
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
17437
|
-
"references": {
|
|
17438
|
-
"ProgressStepStates": {
|
|
17439
|
-
"location": "import",
|
|
17440
|
-
"path": "../../models/reusableModels",
|
|
17441
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
17442
|
-
}
|
|
17443
|
-
}
|
|
17444
|
-
},
|
|
17445
|
-
"mutable": false,
|
|
17446
|
-
"attr": "fourth-step-state",
|
|
17447
|
-
"reflectToAttr": false,
|
|
17448
|
-
"docs": "",
|
|
17449
|
-
"docsTags": [],
|
|
17450
|
-
"values": [
|
|
17451
|
-
{
|
|
17452
|
-
"value": "default",
|
|
17453
|
-
"type": "string"
|
|
17454
|
-
},
|
|
17455
|
-
{
|
|
17456
|
-
"value": "destructive",
|
|
17457
|
-
"type": "string"
|
|
17458
|
-
}
|
|
17459
|
-
],
|
|
17460
|
-
"optional": false,
|
|
17461
|
-
"required": false,
|
|
17462
|
-
"getter": false,
|
|
17463
|
-
"setter": false
|
|
17464
|
-
},
|
|
17465
|
-
{
|
|
17466
|
-
"name": "fourthStepStatus",
|
|
17467
|
-
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17468
|
-
"complexType": {
|
|
17469
|
-
"original": "ProgressStepStatus",
|
|
17470
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17471
|
-
"references": {
|
|
17472
|
-
"ProgressStepStatus": {
|
|
17473
|
-
"location": "import",
|
|
17474
|
-
"path": "../../models/reusableModels",
|
|
17475
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
17476
|
-
}
|
|
17477
|
-
}
|
|
17478
|
-
},
|
|
17479
|
-
"mutable": false,
|
|
17480
|
-
"attr": "fourth-step-status",
|
|
17481
|
-
"reflectToAttr": false,
|
|
17482
|
-
"docs": "",
|
|
17483
|
-
"docsTags": [],
|
|
17484
|
-
"values": [
|
|
17485
|
-
{
|
|
17486
|
-
"value": "complete",
|
|
17487
|
-
"type": "string"
|
|
17488
|
-
},
|
|
17489
|
-
{
|
|
17490
|
-
"value": "current",
|
|
17491
|
-
"type": "string"
|
|
17492
|
-
},
|
|
17493
|
-
{
|
|
17494
|
-
"value": "incomplete",
|
|
17495
|
-
"type": "string"
|
|
17496
|
-
}
|
|
17497
|
-
],
|
|
17498
|
-
"optional": false,
|
|
17499
|
-
"required": false,
|
|
17500
|
-
"getter": false,
|
|
17501
|
-
"setter": false
|
|
17502
|
-
},
|
|
17503
|
-
{
|
|
17504
|
-
"name": "fourthStepSupportingText",
|
|
17505
|
-
"type": "string",
|
|
17506
|
-
"complexType": {
|
|
17507
|
-
"original": "string",
|
|
17508
|
-
"resolved": "string",
|
|
17509
|
-
"references": {}
|
|
17510
|
-
},
|
|
17511
|
-
"mutable": false,
|
|
17512
|
-
"attr": "fourth-step-supporting-text",
|
|
17513
|
-
"reflectToAttr": false,
|
|
17514
|
-
"docs": "",
|
|
17515
|
-
"docsTags": [],
|
|
17516
|
-
"default": "''",
|
|
17517
|
-
"values": [
|
|
17518
|
-
{
|
|
17519
|
-
"type": "string"
|
|
17520
|
-
}
|
|
17521
|
-
],
|
|
17522
|
-
"optional": false,
|
|
17523
|
-
"required": false,
|
|
17524
|
-
"getter": false,
|
|
17525
|
-
"setter": false
|
|
17526
|
-
},
|
|
17527
|
-
{
|
|
17528
|
-
"name": "secondStepLabel",
|
|
17529
|
-
"type": "string",
|
|
17530
|
-
"complexType": {
|
|
17531
|
-
"original": "string",
|
|
17532
|
-
"resolved": "string",
|
|
17533
|
-
"references": {}
|
|
17534
|
-
},
|
|
17535
|
-
"mutable": false,
|
|
17536
|
-
"attr": "second-step-label",
|
|
17537
|
-
"reflectToAttr": false,
|
|
17538
|
-
"docs": "",
|
|
17539
|
-
"docsTags": [],
|
|
17540
|
-
"default": "''",
|
|
17541
|
-
"values": [
|
|
17542
|
-
{
|
|
17543
|
-
"type": "string"
|
|
17544
|
-
}
|
|
17545
|
-
],
|
|
17546
|
-
"optional": false,
|
|
17547
|
-
"required": false,
|
|
17548
|
-
"getter": false,
|
|
17549
|
-
"setter": false
|
|
17550
|
-
},
|
|
17551
|
-
{
|
|
17552
|
-
"name": "secondStepState",
|
|
17553
|
-
"type": "\"default\" | \"destructive\"",
|
|
17554
|
-
"complexType": {
|
|
17555
|
-
"original": "ProgressStepStates",
|
|
17556
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
17557
|
-
"references": {
|
|
17558
|
-
"ProgressStepStates": {
|
|
17559
|
-
"location": "import",
|
|
17560
|
-
"path": "../../models/reusableModels",
|
|
17561
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
17562
|
-
}
|
|
17563
|
-
}
|
|
17564
|
-
},
|
|
17565
|
-
"mutable": false,
|
|
17566
|
-
"attr": "second-step-state",
|
|
17567
|
-
"reflectToAttr": false,
|
|
17568
|
-
"docs": "",
|
|
17569
|
-
"docsTags": [],
|
|
17570
|
-
"values": [
|
|
17571
|
-
{
|
|
17572
|
-
"value": "default",
|
|
17573
|
-
"type": "string"
|
|
17574
|
-
},
|
|
17575
|
-
{
|
|
17576
|
-
"value": "destructive",
|
|
17577
|
-
"type": "string"
|
|
17578
|
-
}
|
|
17579
|
-
],
|
|
17580
|
-
"optional": false,
|
|
17581
|
-
"required": false,
|
|
17582
|
-
"getter": false,
|
|
17583
|
-
"setter": false
|
|
17584
|
-
},
|
|
17585
|
-
{
|
|
17586
|
-
"name": "secondStepStatus",
|
|
17587
|
-
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17588
|
-
"complexType": {
|
|
17589
|
-
"original": "ProgressStepStatus",
|
|
17590
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17591
|
-
"references": {
|
|
17592
|
-
"ProgressStepStatus": {
|
|
17593
|
-
"location": "import",
|
|
17594
|
-
"path": "../../models/reusableModels",
|
|
17595
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
17596
|
-
}
|
|
17597
|
-
}
|
|
17598
|
-
},
|
|
17599
|
-
"mutable": false,
|
|
17600
|
-
"attr": "second-step-status",
|
|
17601
|
-
"reflectToAttr": false,
|
|
17602
|
-
"docs": "",
|
|
17603
|
-
"docsTags": [],
|
|
17604
|
-
"values": [
|
|
17605
|
-
{
|
|
17606
|
-
"value": "complete",
|
|
17607
|
-
"type": "string"
|
|
17608
|
-
},
|
|
17609
|
-
{
|
|
17610
|
-
"value": "current",
|
|
17611
|
-
"type": "string"
|
|
17612
|
-
},
|
|
17613
|
-
{
|
|
17614
|
-
"value": "incomplete",
|
|
17615
|
-
"type": "string"
|
|
17616
|
-
}
|
|
17617
|
-
],
|
|
17618
|
-
"optional": false,
|
|
17619
|
-
"required": false,
|
|
17620
|
-
"getter": false,
|
|
17621
|
-
"setter": false
|
|
17622
|
-
},
|
|
17623
|
-
{
|
|
17624
|
-
"name": "secondStepSupportingText",
|
|
17625
|
-
"type": "string",
|
|
17626
|
-
"complexType": {
|
|
17627
|
-
"original": "string",
|
|
17628
|
-
"resolved": "string",
|
|
17629
|
-
"references": {}
|
|
17630
|
-
},
|
|
17631
|
-
"mutable": false,
|
|
17632
|
-
"attr": "second-step-supporting-text",
|
|
17633
|
-
"reflectToAttr": false,
|
|
17634
|
-
"docs": "",
|
|
17635
|
-
"docsTags": [],
|
|
17636
|
-
"default": "''",
|
|
17637
|
-
"values": [
|
|
17638
|
-
{
|
|
17639
|
-
"type": "string"
|
|
17640
|
-
}
|
|
17641
|
-
],
|
|
17642
|
-
"optional": false,
|
|
17643
|
-
"required": false,
|
|
17644
|
-
"getter": false,
|
|
17645
|
-
"setter": false
|
|
17646
|
-
},
|
|
17647
|
-
{
|
|
17648
|
-
"name": "seventhStepLabel",
|
|
17649
|
-
"type": "string",
|
|
17650
|
-
"complexType": {
|
|
17651
|
-
"original": "string",
|
|
17652
|
-
"resolved": "string",
|
|
17653
|
-
"references": {}
|
|
17654
|
-
},
|
|
17655
|
-
"mutable": false,
|
|
17656
|
-
"attr": "seventh-step-label",
|
|
17657
|
-
"reflectToAttr": false,
|
|
17658
|
-
"docs": "",
|
|
17659
|
-
"docsTags": [],
|
|
17660
|
-
"default": "''",
|
|
17661
|
-
"values": [
|
|
17662
|
-
{
|
|
17663
|
-
"type": "string"
|
|
17664
|
-
}
|
|
17665
|
-
],
|
|
17666
|
-
"optional": false,
|
|
17667
|
-
"required": false,
|
|
17668
|
-
"getter": false,
|
|
17669
|
-
"setter": false
|
|
17670
|
-
},
|
|
17671
|
-
{
|
|
17672
|
-
"name": "seventhStepState",
|
|
17673
|
-
"type": "\"default\" | \"destructive\"",
|
|
17674
|
-
"complexType": {
|
|
17675
|
-
"original": "ProgressStepStates",
|
|
17676
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
17677
|
-
"references": {
|
|
17678
|
-
"ProgressStepStates": {
|
|
17679
|
-
"location": "import",
|
|
17680
|
-
"path": "../../models/reusableModels",
|
|
17681
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
17682
|
-
}
|
|
17683
|
-
}
|
|
17684
|
-
},
|
|
17685
|
-
"mutable": false,
|
|
17686
|
-
"attr": "seventh-step-state",
|
|
17687
|
-
"reflectToAttr": false,
|
|
17688
|
-
"docs": "",
|
|
17689
|
-
"docsTags": [],
|
|
17690
|
-
"values": [
|
|
17691
|
-
{
|
|
17692
|
-
"value": "default",
|
|
17693
|
-
"type": "string"
|
|
17694
|
-
},
|
|
17695
|
-
{
|
|
17696
|
-
"value": "destructive",
|
|
17697
|
-
"type": "string"
|
|
17698
|
-
}
|
|
17699
|
-
],
|
|
17700
|
-
"optional": false,
|
|
17701
|
-
"required": false,
|
|
17702
|
-
"getter": false,
|
|
17703
|
-
"setter": false
|
|
17704
|
-
},
|
|
17705
|
-
{
|
|
17706
|
-
"name": "seventhStepStatus",
|
|
17707
|
-
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17708
|
-
"complexType": {
|
|
17709
|
-
"original": "ProgressStepStatus",
|
|
17710
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17711
|
-
"references": {
|
|
17712
|
-
"ProgressStepStatus": {
|
|
17713
|
-
"location": "import",
|
|
17714
|
-
"path": "../../models/reusableModels",
|
|
17715
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
17716
|
-
}
|
|
17717
|
-
}
|
|
17718
|
-
},
|
|
17719
|
-
"mutable": false,
|
|
17720
|
-
"attr": "seventh-step-status",
|
|
17721
|
-
"reflectToAttr": false,
|
|
17722
|
-
"docs": "",
|
|
17723
|
-
"docsTags": [],
|
|
17724
|
-
"values": [
|
|
17725
|
-
{
|
|
17726
|
-
"value": "complete",
|
|
17727
|
-
"type": "string"
|
|
17728
|
-
},
|
|
17729
|
-
{
|
|
17730
|
-
"value": "current",
|
|
17731
|
-
"type": "string"
|
|
17732
|
-
},
|
|
17733
|
-
{
|
|
17734
|
-
"value": "incomplete",
|
|
17735
|
-
"type": "string"
|
|
17736
|
-
}
|
|
17737
|
-
],
|
|
17738
|
-
"optional": false,
|
|
17739
|
-
"required": false,
|
|
17740
|
-
"getter": false,
|
|
17741
|
-
"setter": false
|
|
17742
|
-
},
|
|
17743
|
-
{
|
|
17744
|
-
"name": "seventhStepSupportingText",
|
|
17745
|
-
"type": "string",
|
|
17746
|
-
"complexType": {
|
|
17747
|
-
"original": "string",
|
|
17748
|
-
"resolved": "string",
|
|
17749
|
-
"references": {}
|
|
17750
|
-
},
|
|
17751
|
-
"mutable": false,
|
|
17752
|
-
"attr": "seventh-step-supporting-text",
|
|
17753
|
-
"reflectToAttr": false,
|
|
17754
|
-
"docs": "",
|
|
17755
|
-
"docsTags": [],
|
|
17756
|
-
"default": "''",
|
|
17757
|
-
"values": [
|
|
17758
|
-
{
|
|
17759
|
-
"type": "string"
|
|
17760
|
-
}
|
|
17761
|
-
],
|
|
17762
|
-
"optional": false,
|
|
17763
|
-
"required": false,
|
|
17764
|
-
"getter": false,
|
|
17765
|
-
"setter": false
|
|
17766
|
-
},
|
|
17767
|
-
{
|
|
17768
|
-
"name": "sixthStepLabel",
|
|
17769
|
-
"type": "string",
|
|
17770
|
-
"complexType": {
|
|
17771
|
-
"original": "string",
|
|
17772
|
-
"resolved": "string",
|
|
17773
|
-
"references": {}
|
|
17774
|
-
},
|
|
17775
|
-
"mutable": false,
|
|
17776
|
-
"attr": "sixth-step-label",
|
|
17777
|
-
"reflectToAttr": false,
|
|
17778
|
-
"docs": "",
|
|
17779
|
-
"docsTags": [],
|
|
17780
|
-
"default": "''",
|
|
17781
|
-
"values": [
|
|
17782
|
-
{
|
|
17783
|
-
"type": "string"
|
|
17784
|
-
}
|
|
17785
|
-
],
|
|
17786
|
-
"optional": false,
|
|
17787
|
-
"required": false,
|
|
17788
|
-
"getter": false,
|
|
17789
|
-
"setter": false
|
|
17790
|
-
},
|
|
17791
|
-
{
|
|
17792
|
-
"name": "sixthStepState",
|
|
17793
|
-
"type": "\"default\" | \"destructive\"",
|
|
17794
|
-
"complexType": {
|
|
17795
|
-
"original": "ProgressStepStates",
|
|
17796
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
17797
|
-
"references": {
|
|
17798
|
-
"ProgressStepStates": {
|
|
17799
|
-
"location": "import",
|
|
17800
|
-
"path": "../../models/reusableModels",
|
|
17801
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
17802
|
-
}
|
|
17803
|
-
}
|
|
17804
|
-
},
|
|
17805
|
-
"mutable": false,
|
|
17806
|
-
"attr": "sixth-step-state",
|
|
17807
|
-
"reflectToAttr": false,
|
|
17808
|
-
"docs": "",
|
|
17809
|
-
"docsTags": [],
|
|
17810
|
-
"values": [
|
|
17811
|
-
{
|
|
17812
|
-
"value": "default",
|
|
17813
|
-
"type": "string"
|
|
17814
|
-
},
|
|
17815
|
-
{
|
|
17816
|
-
"value": "destructive",
|
|
17817
|
-
"type": "string"
|
|
17818
|
-
}
|
|
17819
|
-
],
|
|
17820
|
-
"optional": false,
|
|
17821
|
-
"required": false,
|
|
17822
|
-
"getter": false,
|
|
17823
|
-
"setter": false
|
|
17824
|
-
},
|
|
17825
|
-
{
|
|
17826
|
-
"name": "sixthStepStatus",
|
|
17827
|
-
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17828
|
-
"complexType": {
|
|
17829
|
-
"original": "ProgressStepStatus",
|
|
17830
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17831
|
-
"references": {
|
|
17832
|
-
"ProgressStepStatus": {
|
|
17833
|
-
"location": "import",
|
|
17834
|
-
"path": "../../models/reusableModels",
|
|
17835
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
17836
|
-
}
|
|
17837
|
-
}
|
|
17838
|
-
},
|
|
17839
|
-
"mutable": false,
|
|
17840
|
-
"attr": "sixth-step-status",
|
|
17841
|
-
"reflectToAttr": false,
|
|
17842
|
-
"docs": "",
|
|
17843
|
-
"docsTags": [],
|
|
17844
|
-
"values": [
|
|
17845
|
-
{
|
|
17846
|
-
"value": "complete",
|
|
17847
|
-
"type": "string"
|
|
17848
|
-
},
|
|
17849
|
-
{
|
|
17850
|
-
"value": "current",
|
|
17851
|
-
"type": "string"
|
|
17852
|
-
},
|
|
17853
|
-
{
|
|
17854
|
-
"value": "incomplete",
|
|
17855
|
-
"type": "string"
|
|
17856
|
-
}
|
|
17857
|
-
],
|
|
17858
|
-
"optional": false,
|
|
17859
|
-
"required": false,
|
|
17860
|
-
"getter": false,
|
|
17861
|
-
"setter": false
|
|
17862
|
-
},
|
|
17863
|
-
{
|
|
17864
|
-
"name": "sixthStepSupportingText",
|
|
17865
|
-
"type": "string",
|
|
17866
|
-
"complexType": {
|
|
17867
|
-
"original": "string",
|
|
17868
|
-
"resolved": "string",
|
|
17869
|
-
"references": {}
|
|
17870
|
-
},
|
|
17871
|
-
"mutable": false,
|
|
17872
|
-
"attr": "sixth-step-supporting-text",
|
|
17873
|
-
"reflectToAttr": false,
|
|
17874
|
-
"docs": "",
|
|
17875
|
-
"docsTags": [],
|
|
17876
|
-
"default": "''",
|
|
17877
|
-
"values": [
|
|
17878
|
-
{
|
|
17879
|
-
"type": "string"
|
|
17880
|
-
}
|
|
17881
|
-
],
|
|
17882
|
-
"optional": false,
|
|
17883
|
-
"required": false,
|
|
17884
|
-
"getter": false,
|
|
17885
|
-
"setter": false
|
|
17886
|
-
},
|
|
17887
|
-
{
|
|
17888
|
-
"name": "size",
|
|
17889
|
-
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
17890
|
-
"complexType": {
|
|
17891
|
-
"original": "GeneralSizes",
|
|
17892
|
-
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
17893
|
-
"references": {
|
|
17894
|
-
"GeneralSizes": {
|
|
17895
|
-
"location": "import",
|
|
17896
|
-
"path": "../../models/reusableModels",
|
|
17897
|
-
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
17898
|
-
}
|
|
17899
|
-
}
|
|
17900
|
-
},
|
|
17901
|
-
"mutable": false,
|
|
17902
|
-
"attr": "size",
|
|
17903
|
-
"reflectToAttr": false,
|
|
17904
|
-
"docs": "",
|
|
17905
|
-
"docsTags": [],
|
|
17906
|
-
"values": [
|
|
17907
|
-
{
|
|
17908
|
-
"value": "lg",
|
|
17909
|
-
"type": "string"
|
|
17910
|
-
},
|
|
17911
|
-
{
|
|
17912
|
-
"value": "md",
|
|
17913
|
-
"type": "string"
|
|
17914
|
-
},
|
|
17915
|
-
{
|
|
17916
|
-
"value": "profile_lg",
|
|
17917
|
-
"type": "string"
|
|
17918
|
-
},
|
|
17919
|
-
{
|
|
17920
|
-
"value": "profile_md",
|
|
17921
|
-
"type": "string"
|
|
17922
|
-
},
|
|
17923
|
-
{
|
|
17924
|
-
"value": "profile_sm",
|
|
17925
|
-
"type": "string"
|
|
17926
|
-
},
|
|
17927
|
-
{
|
|
17928
|
-
"value": "sm",
|
|
17929
|
-
"type": "string"
|
|
17930
|
-
},
|
|
17931
|
-
{
|
|
17932
|
-
"value": "xl",
|
|
17933
|
-
"type": "string"
|
|
17934
|
-
},
|
|
17935
|
-
{
|
|
17936
|
-
"value": "xl2",
|
|
17937
|
-
"type": "string"
|
|
17938
|
-
},
|
|
17939
|
-
{
|
|
17940
|
-
"value": "xl3",
|
|
17941
|
-
"type": "string"
|
|
17942
|
-
},
|
|
17943
|
-
{
|
|
17944
|
-
"value": "xl4",
|
|
17945
|
-
"type": "string"
|
|
17946
|
-
},
|
|
17947
|
-
{
|
|
17948
|
-
"value": "xs",
|
|
17949
|
-
"type": "string"
|
|
17950
|
-
},
|
|
17951
|
-
{
|
|
17952
|
-
"value": "xxs",
|
|
17953
|
-
"type": "string"
|
|
17954
|
-
}
|
|
17955
|
-
],
|
|
17956
|
-
"optional": false,
|
|
17957
|
-
"required": false,
|
|
17958
|
-
"getter": false,
|
|
17959
|
-
"setter": false
|
|
17960
|
-
},
|
|
17961
|
-
{
|
|
17962
|
-
"name": "steps",
|
|
17963
|
-
"type": "number",
|
|
17964
|
-
"complexType": {
|
|
17965
|
-
"original": "number",
|
|
17966
|
-
"resolved": "number",
|
|
17967
|
-
"references": {}
|
|
17968
|
-
},
|
|
17969
|
-
"mutable": false,
|
|
17970
|
-
"attr": "steps",
|
|
17971
|
-
"reflectToAttr": false,
|
|
17972
|
-
"docs": "",
|
|
17973
|
-
"docsTags": [],
|
|
17974
|
-
"values": [
|
|
17975
|
-
{
|
|
17976
|
-
"type": "number"
|
|
17977
|
-
}
|
|
17978
|
-
],
|
|
17979
|
-
"optional": false,
|
|
17980
|
-
"required": false,
|
|
17981
|
-
"getter": false,
|
|
17982
|
-
"setter": false
|
|
17983
|
-
},
|
|
17984
|
-
{
|
|
17985
|
-
"name": "thirdStepLabel",
|
|
17986
|
-
"type": "string",
|
|
17987
|
-
"complexType": {
|
|
17988
|
-
"original": "string",
|
|
17989
|
-
"resolved": "string",
|
|
17990
|
-
"references": {}
|
|
17991
|
-
},
|
|
17992
|
-
"mutable": false,
|
|
17993
|
-
"attr": "third-step-label",
|
|
17994
|
-
"reflectToAttr": false,
|
|
17995
|
-
"docs": "",
|
|
17996
|
-
"docsTags": [],
|
|
17997
|
-
"default": "''",
|
|
17998
|
-
"values": [
|
|
17999
|
-
{
|
|
18000
|
-
"type": "string"
|
|
18001
|
-
}
|
|
18002
|
-
],
|
|
18003
|
-
"optional": false,
|
|
18004
|
-
"required": false,
|
|
18005
|
-
"getter": false,
|
|
18006
|
-
"setter": false
|
|
18007
|
-
},
|
|
18008
|
-
{
|
|
18009
|
-
"name": "thirdStepState",
|
|
18010
|
-
"type": "\"default\" | \"destructive\"",
|
|
18011
|
-
"complexType": {
|
|
18012
|
-
"original": "ProgressStepStates",
|
|
18013
|
-
"resolved": "\"default\" | \"destructive\"",
|
|
18014
|
-
"references": {
|
|
18015
|
-
"ProgressStepStates": {
|
|
18016
|
-
"location": "import",
|
|
18017
|
-
"path": "../../models/reusableModels",
|
|
18018
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
18019
|
-
}
|
|
18020
|
-
}
|
|
18021
|
-
},
|
|
18022
|
-
"mutable": false,
|
|
18023
|
-
"attr": "third-step-state",
|
|
18024
|
-
"reflectToAttr": false,
|
|
18025
|
-
"docs": "",
|
|
18026
|
-
"docsTags": [],
|
|
18027
|
-
"values": [
|
|
18028
|
-
{
|
|
18029
|
-
"value": "default",
|
|
18030
|
-
"type": "string"
|
|
18031
|
-
},
|
|
18032
|
-
{
|
|
18033
|
-
"value": "destructive",
|
|
18034
|
-
"type": "string"
|
|
18035
|
-
}
|
|
18036
|
-
],
|
|
18037
|
-
"optional": false,
|
|
18038
|
-
"required": false,
|
|
18039
|
-
"getter": false,
|
|
18040
|
-
"setter": false
|
|
18041
|
-
},
|
|
18042
|
-
{
|
|
18043
|
-
"name": "thirdStepStatus",
|
|
18044
|
-
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
18045
|
-
"complexType": {
|
|
18046
|
-
"original": "ProgressStepStatus",
|
|
18047
|
-
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
18048
|
-
"references": {
|
|
18049
|
-
"ProgressStepStatus": {
|
|
18050
|
-
"location": "import",
|
|
18051
|
-
"path": "../../models/reusableModels",
|
|
18052
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
18053
|
-
}
|
|
18054
|
-
}
|
|
18055
|
-
},
|
|
18056
|
-
"mutable": false,
|
|
18057
|
-
"attr": "third-step-status",
|
|
18058
|
-
"reflectToAttr": false,
|
|
18059
|
-
"docs": "",
|
|
18060
|
-
"docsTags": [],
|
|
18061
|
-
"values": [
|
|
18062
|
-
{
|
|
18063
|
-
"value": "complete",
|
|
18064
|
-
"type": "string"
|
|
18065
|
-
},
|
|
18066
|
-
{
|
|
18067
|
-
"value": "current",
|
|
18068
|
-
"type": "string"
|
|
18069
|
-
},
|
|
18070
|
-
{
|
|
18071
|
-
"value": "incomplete",
|
|
18072
|
-
"type": "string"
|
|
18073
|
-
}
|
|
18074
|
-
],
|
|
18075
|
-
"optional": false,
|
|
18076
|
-
"required": false,
|
|
18077
|
-
"getter": false,
|
|
18078
|
-
"setter": false
|
|
18079
|
-
},
|
|
18080
|
-
{
|
|
18081
|
-
"name": "thirdStepSupportingText",
|
|
18082
|
-
"type": "string",
|
|
18083
|
-
"complexType": {
|
|
18084
|
-
"original": "string",
|
|
18085
|
-
"resolved": "string",
|
|
18086
|
-
"references": {}
|
|
18087
|
-
},
|
|
18088
|
-
"mutable": false,
|
|
18089
|
-
"attr": "third-step-supporting-text",
|
|
18090
|
-
"reflectToAttr": false,
|
|
18091
|
-
"docs": "",
|
|
18092
|
-
"docsTags": [],
|
|
18093
|
-
"default": "''",
|
|
18094
|
-
"values": [
|
|
18095
|
-
{
|
|
18096
|
-
"type": "string"
|
|
18097
|
-
}
|
|
18098
|
-
],
|
|
18099
|
-
"optional": false,
|
|
18100
|
-
"required": false,
|
|
18101
|
-
"getter": false,
|
|
18102
|
-
"setter": false
|
|
18103
|
-
},
|
|
18104
|
-
{
|
|
18105
|
-
"name": "type",
|
|
18106
|
-
"type": "\"featured_icon\" | \"icon\"",
|
|
18107
|
-
"complexType": {
|
|
18108
|
-
"original": "'icon' | 'featured_icon'",
|
|
18109
|
-
"resolved": "\"featured_icon\" | \"icon\"",
|
|
18110
|
-
"references": {}
|
|
18111
|
-
},
|
|
18112
|
-
"mutable": false,
|
|
18113
|
-
"attr": "type",
|
|
18114
|
-
"reflectToAttr": false,
|
|
18115
|
-
"docs": "",
|
|
18116
|
-
"docsTags": [],
|
|
18117
|
-
"values": [
|
|
18118
|
-
{
|
|
18119
|
-
"value": "featured_icon",
|
|
18120
|
-
"type": "string"
|
|
18121
|
-
},
|
|
18122
|
-
{
|
|
18123
|
-
"value": "icon",
|
|
17362
|
+
"value": "featured_icon",
|
|
17363
|
+
"type": "string"
|
|
17364
|
+
},
|
|
17365
|
+
{
|
|
17366
|
+
"value": "icon",
|
|
18124
17367
|
"type": "string"
|
|
18125
17368
|
}
|
|
18126
17369
|
],
|
|
@@ -24255,6 +23498,11 @@
|
|
|
24255
23498
|
"docstring": "",
|
|
24256
23499
|
"path": "src/models/reusableModels.ts"
|
|
24257
23500
|
},
|
|
23501
|
+
"src/models/reusableModels.ts::DetailCellType": {
|
|
23502
|
+
"declaration": "export type DetailCellType = 'information' | 'document' | 'status' | 'button';",
|
|
23503
|
+
"docstring": "",
|
|
23504
|
+
"path": "src/models/reusableModels.ts"
|
|
23505
|
+
},
|
|
24258
23506
|
"src/models/reusableModels.ts::FileIconTypes": {
|
|
24259
23507
|
"declaration": "export type FileIconTypes = 'pdf' | 'csv' | 'jpg' | 'jpeg' | 'ppt' | 'pptx' | 'doc' | 'docx' | 'xls' | 'xlsx' | 'svg' | 'txt' | 'zip' | 'rar' | 'mp3' | 'mp4' | 'png';",
|
|
24260
23508
|
"docstring": "",
|