globuswebcomponents 1.2.4 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/gb-action-panel_8.cjs.entry.js +509 -0
- package/dist/cjs/gb-action-panel_8.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-avatar_3.cjs.entry.js +186 -0
- package/dist/cjs/gb-avatar_3.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js +111 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-detail-cell.cjs.entry.js +58 -0
- package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-export-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +42 -0
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js.map +1 -0
- 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-help-tooltip_3.cjs.entry.js +14 -14
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +6 -6
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
- 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 +1 -1
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-steps.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 +33 -5
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js.map +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-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-tooltip.cjs.entry.js +39 -0
- package/dist/cjs/gb-tooltip.cjs.entry.js.map +1 -0
- 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/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +32 -38
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +1 -1
- 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-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-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-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-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 +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-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/gb-progress-steps.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +607 -6
- 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 -96
- 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-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-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-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-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/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +4 -4
- 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 +7 -7
- 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-export-dropdown-item.js +1 -1
- package/dist/components/gb-export-dropdown.js +4 -4
- 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-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-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-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 +15 -15
- 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-progress-steps.js +2 -2
- 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 +70 -8
- package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +2 -12
- package/dist/components/gb-stepper-horizontal-line-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-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-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-vertical-tabs.js +5 -5
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +2 -2
- package/dist/components/{p-1cbfb269.js → p-0a49c6d1.js} +2 -2
- package/dist/components/{p-1cbfb269.js.map → p-0a49c6d1.js.map} +1 -1
- package/dist/components/{p-ce879a4d.js → p-0aa729d9.js} +6 -6
- package/dist/components/{p-ce879a4d.js.map → p-0aa729d9.js.map} +1 -1
- package/dist/components/{p-fc806c48.js → p-0e201b7b.js} +3 -3
- package/dist/components/{p-fc806c48.js.map → p-0e201b7b.js.map} +1 -1
- package/dist/components/{p-0962e3f8.js → p-126bde4a.js} +2 -2
- package/dist/components/{p-0962e3f8.js.map → p-126bde4a.js.map} +1 -1
- package/dist/components/{p-ee2b88e7.js → p-19870f69.js} +3 -3
- package/dist/components/{p-ee2b88e7.js.map → p-19870f69.js.map} +1 -1
- package/dist/components/{p-1a8b74e6.js → p-20e8fe14.js} +2 -2
- package/dist/components/{p-1a8b74e6.js.map → p-20e8fe14.js.map} +1 -1
- package/dist/components/{p-69c4723d.js → p-3e431c2d.js} +2 -2
- package/dist/components/{p-69c4723d.js.map → p-3e431c2d.js.map} +1 -1
- package/dist/components/{p-e6226d3c.js → p-4672b70a.js} +2 -2
- package/dist/components/{p-e6226d3c.js.map → p-4672b70a.js.map} +1 -1
- package/dist/components/{p-a6ffb75a.js → p-4b238a42.js} +2 -2
- package/dist/components/{p-a6ffb75a.js.map → p-4b238a42.js.map} +1 -1
- package/dist/components/{p-9cb7a95f.js → p-4e873264.js} +2 -2
- package/dist/components/{p-9cb7a95f.js.map → p-4e873264.js.map} +1 -1
- package/dist/components/{p-95ea90ff.js → p-4f69dd6f.js} +2 -2
- package/dist/components/{p-95ea90ff.js.map → p-4f69dd6f.js.map} +1 -1
- package/dist/components/{p-f01d693a.js → p-59a3b84b.js} +2 -2
- package/dist/components/{p-f01d693a.js.map → p-59a3b84b.js.map} +1 -1
- package/dist/components/{p-15aed73e.js → p-5d09af2f.js} +7 -7
- package/dist/components/{p-15aed73e.js.map → p-5d09af2f.js.map} +1 -1
- package/dist/components/{p-d8eebee4.js → p-6dbd44aa.js} +2 -2
- package/dist/components/{p-d8eebee4.js.map → p-6dbd44aa.js.map} +1 -1
- package/dist/components/{p-77a6ee05.js → p-700a6e03.js} +15 -15
- package/dist/components/{p-77a6ee05.js.map → p-700a6e03.js.map} +1 -1
- package/dist/components/{p-1242e45b.js → p-71208c57.js} +2 -2
- package/dist/components/{p-1242e45b.js.map → p-71208c57.js.map} +1 -1
- package/dist/components/{p-f3329262.js → p-963e7320.js} +3 -3
- package/dist/components/{p-f3329262.js.map → p-963e7320.js.map} +1 -1
- package/dist/components/{p-40c2ac9d.js → p-97119701.js} +2 -2
- package/dist/components/{p-40c2ac9d.js.map → p-97119701.js.map} +1 -1
- package/dist/components/{p-e9683fbc.js → p-97a48658.js} +3 -3
- package/dist/components/{p-e9683fbc.js.map → p-97a48658.js.map} +1 -1
- package/dist/components/{p-e51cd226.js → p-991163a1.js} +3 -3
- package/dist/components/{p-e51cd226.js.map → p-991163a1.js.map} +1 -1
- package/dist/components/{p-3dd8cf5d.js → p-9b52ef36.js} +3 -3
- package/dist/components/{p-3dd8cf5d.js.map → p-9b52ef36.js.map} +1 -1
- package/dist/components/{p-cb33a696.js → p-9c37c0a3.js} +5 -5
- package/dist/components/{p-cb33a696.js.map → p-9c37c0a3.js.map} +1 -1
- package/dist/components/{p-a2a6a0c0.js → p-a2433136.js} +2 -2
- package/dist/components/{p-a2a6a0c0.js.map → p-a2433136.js.map} +1 -1
- package/dist/components/{p-6c64c5be.js → p-a93aea3f.js} +2 -2
- package/dist/components/{p-6c64c5be.js.map → p-a93aea3f.js.map} +1 -1
- package/dist/components/{p-24b03ad5.js → p-aba635ba.js} +2 -2
- package/dist/components/{p-24b03ad5.js.map → p-aba635ba.js.map} +1 -1
- package/dist/components/{p-621c7531.js → p-ac243694.js} +23 -23
- package/dist/components/{p-621c7531.js.map → p-ac243694.js.map} +1 -1
- package/dist/components/{p-bc9fda30.js → p-ad68442a.js} +2 -2
- package/dist/components/{p-bc9fda30.js.map → p-ad68442a.js.map} +1 -1
- package/dist/components/{p-d7f5ec4d.js → p-b0e59a21.js} +3 -3
- package/dist/components/{p-d7f5ec4d.js.map → p-b0e59a21.js.map} +1 -1
- package/dist/components/{p-36cbbc63.js → p-be3e7579.js} +7 -7
- package/dist/components/{p-36cbbc63.js.map → p-be3e7579.js.map} +1 -1
- package/dist/components/{p-1f8d2c84.js → p-d1324ad4.js} +5 -5
- package/dist/components/{p-1f8d2c84.js.map → p-d1324ad4.js.map} +1 -1
- package/dist/components/{p-5d12d91a.js → p-d37a2068.js} +2 -2
- package/dist/components/{p-5d12d91a.js.map → p-d37a2068.js.map} +1 -1
- package/dist/components/{p-0dd34990.js → p-daba4b90.js} +2 -2
- package/dist/components/{p-0dd34990.js.map → p-daba4b90.js.map} +1 -1
- package/dist/components/{p-d1bf0535.js → p-e3eb2ce3.js} +3 -3
- package/dist/components/{p-d1bf0535.js.map → p-e3eb2ce3.js.map} +1 -1
- package/dist/components/{p-b41e41aa.js → p-e6d5a0f2.js} +2 -2
- package/dist/components/{p-b41e41aa.js.map → p-e6d5a0f2.js.map} +1 -1
- package/dist/components/{p-c854733c.js → p-eba9acdd.js} +3 -3
- package/dist/components/{p-c854733c.js.map → p-eba9acdd.js.map} +1 -1
- package/dist/components/{p-bb0742b1.js → p-ef553424.js} +5 -5
- package/dist/components/{p-bb0742b1.js.map → p-ef553424.js.map} +1 -1
- package/dist/components/{p-b429b421.js → p-fa81ca8a.js} +2 -2
- package/dist/components/{p-b429b421.js.map → p-fa81ca8a.js.map} +1 -1
- package/dist/components/{p-bc8408d2.js → p-fdf0e98f.js} +2 -2
- package/dist/components/{p-bc8408d2.js.map → p-fdf0e98f.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +955 -272
- package/dist/esm/gb-action-panel_8.entry.js +498 -0
- package/dist/esm/gb-action-panel_8.entry.js.map +1 -0
- package/dist/esm/gb-avatar_3.entry.js +180 -0
- package/dist/esm/gb-avatar_3.entry.js.map +1 -0
- package/dist/esm/gb-badge_2.entry.js +106 -0
- package/dist/esm/gb-badge_2.entry.js.map +1 -0
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-detail-cell.entry.js +54 -0
- package/dist/esm/gb-detail-cell.entry.js.map +1 -0
- package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
- package/dist/esm/gb-export-dropdown-item_2.entry.js +2 -2
- package/dist/esm/gb-export-dropdown.entry.js +1 -1
- package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
- package/dist/esm/gb-file-type-icon_2.entry.js +37 -0
- package/dist/esm/gb-file-type-icon_2.entry.js.map +1 -0
- 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-help-tooltip_3.entry.js +14 -14
- package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
- package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +6 -6
- package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
- 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 +1 -1
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-progress-steps.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 +34 -6
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js.map +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-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-tooltip.entry.js +35 -0
- package/dist/esm/gb-tooltip.entry.js.map +1 -0
- 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/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
- package/dist/globuscomponents/{p-6e74d9c0.entry.js → p-014e330f.entry.js} +2 -2
- package/dist/globuscomponents/{p-c31bb571.entry.js → p-09d69caf.entry.js} +2 -2
- package/dist/globuscomponents/{p-dbaf4c00.entry.js → p-09ff54af.entry.js} +2 -2
- package/dist/globuscomponents/p-0c0b23be.entry.js +2 -0
- package/dist/globuscomponents/p-0c0b23be.entry.js.map +1 -0
- package/dist/globuscomponents/{p-5dad4863.entry.js → p-0e7af6e9.entry.js} +2 -2
- package/dist/globuscomponents/p-10540ede.entry.js +2 -0
- package/dist/globuscomponents/p-10540ede.entry.js.map +1 -0
- package/dist/globuscomponents/{p-dd205e63.entry.js → p-113a4925.entry.js} +2 -2
- package/dist/globuscomponents/{p-c377971f.entry.js → p-1b3f51cf.entry.js} +2 -2
- package/dist/globuscomponents/{p-eaf60850.entry.js → p-24ae12b3.entry.js} +2 -2
- package/dist/globuscomponents/{p-d0b93e52.entry.js → p-2ea9204d.entry.js} +2 -2
- package/dist/globuscomponents/{p-59badb03.entry.js → p-2ed5ef00.entry.js} +2 -2
- package/dist/globuscomponents/{p-c7df02c6.entry.js → p-3756c709.entry.js} +2 -2
- package/dist/globuscomponents/{p-5b86ff20.entry.js → p-39b50763.entry.js} +2 -2
- package/dist/globuscomponents/p-3ea94077.entry.js +2 -0
- package/dist/globuscomponents/p-3ea94077.entry.js.map +1 -0
- package/dist/globuscomponents/{p-c9ec6b88.entry.js → p-422c4b81.entry.js} +2 -2
- package/dist/globuscomponents/{p-be2899fd.entry.js → p-4374fa66.entry.js} +2 -2
- package/dist/globuscomponents/{p-a11be783.entry.js → p-4b744b46.entry.js} +2 -2
- package/dist/globuscomponents/{p-1a3512f3.entry.js → p-4b8091b7.entry.js} +2 -2
- package/dist/globuscomponents/{p-bf0f7afa.entry.js → p-4fb786bf.entry.js} +2 -2
- package/dist/globuscomponents/{p-a129069d.entry.js → p-52046c5b.entry.js} +2 -2
- package/dist/globuscomponents/p-5e36cc76.entry.js +2 -0
- package/dist/globuscomponents/p-5e36cc76.entry.js.map +1 -0
- package/dist/globuscomponents/{p-0d535ff4.entry.js → p-63294eef.entry.js} +2 -2
- package/dist/globuscomponents/{p-04e7271d.entry.js → p-63922309.entry.js} +2 -2
- package/dist/globuscomponents/p-661738fa.entry.js +2 -0
- package/dist/globuscomponents/{p-3e5e2103.entry.js → p-73b386b6.entry.js} +2 -2
- package/dist/globuscomponents/{p-43f078c4.entry.js → p-803afe75.entry.js} +2 -2
- package/dist/globuscomponents/{p-a6ef7533.entry.js → p-8138edbe.entry.js} +2 -2
- package/dist/globuscomponents/{p-271960c2.entry.js → p-890b0211.entry.js} +2 -2
- package/dist/globuscomponents/{p-3be5f281.entry.js → p-8b13c17a.entry.js} +2 -2
- package/dist/globuscomponents/{p-3f19de63.entry.js → p-92eebcdd.entry.js} +2 -2
- package/dist/globuscomponents/p-9b9b636c.entry.js +2 -0
- package/dist/globuscomponents/{p-64613e9e.entry.js → p-9cfe1808.entry.js} +2 -2
- package/dist/globuscomponents/{p-7e87553d.entry.js → p-a40ec6a5.entry.js} +2 -2
- package/dist/globuscomponents/{p-251c08d0.entry.js → p-ab927143.entry.js} +2 -2
- package/dist/globuscomponents/{p-6485f918.entry.js → p-ade85332.entry.js} +2 -2
- package/dist/globuscomponents/{p-5226baf8.entry.js → p-b242feb2.entry.js} +2 -2
- package/dist/globuscomponents/p-b379f4f7.entry.js +2 -0
- package/dist/globuscomponents/p-b379f4f7.entry.js.map +1 -0
- package/dist/globuscomponents/{p-81901007.entry.js → p-b78c6a38.entry.js} +2 -2
- package/dist/globuscomponents/p-be847103.entry.js +2 -0
- package/dist/globuscomponents/p-be847103.entry.js.map +1 -0
- package/dist/globuscomponents/{p-478599d6.entry.js → p-bfd4487b.entry.js} +2 -2
- package/dist/globuscomponents/{p-dd797c90.entry.js → p-c1f02f05.entry.js} +2 -2
- package/dist/globuscomponents/{p-8a423991.entry.js → p-c8fcf2d9.entry.js} +2 -2
- package/dist/globuscomponents/p-d1d8a272.entry.js +2 -0
- package/dist/globuscomponents/p-d1d8a272.entry.js.map +1 -0
- package/dist/globuscomponents/{p-64f98080.entry.js → p-eb230891.entry.js} +2 -2
- package/dist/globuscomponents/{p-0494ffc4.entry.js → p-ef4c9eae.entry.js} +2 -2
- package/dist/globuscomponents/{p-abb3a8a5.entry.js → p-f846efc2.entry.js} +2 -2
- package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +30 -2
- package/dist/types/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.d.ts +0 -5
- package/dist/types/components.d.ts +56 -10
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel_16.cjs.entry.js +0 -891
- package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-progress-bar.cjs.entry.js +0 -26
- package/dist/cjs/gb-progress-bar.cjs.entry.js.map +0 -1
- package/dist/esm/gb-action-panel_16.entry.js +0 -872
- package/dist/esm/gb-action-panel_16.entry.js.map +0 -1
- package/dist/esm/gb-progress-bar.entry.js +0 -22
- package/dist/esm/gb-progress-bar.entry.js.map +0 -1
- package/dist/globuscomponents/p-5221467e.entry.js +0 -2
- package/dist/globuscomponents/p-5221467e.entry.js.map +0 -1
- package/dist/globuscomponents/p-71650d61.entry.js +0 -2
- package/dist/globuscomponents/p-8405a0b1.entry.js +0 -2
- package/dist/globuscomponents/p-e7c454e0.entry.js +0 -2
- package/dist/globuscomponents/p-e7c454e0.entry.js.map +0 -1
- package/dist/globuscomponents/p-eed65cbb.entry.js +0 -2
- package/dist/globuscomponents/p-eed65cbb.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-6e74d9c0.entry.js.map → p-014e330f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c31bb571.entry.js.map → p-09d69caf.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dbaf4c00.entry.js.map → p-09ff54af.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5dad4863.entry.js.map → p-0e7af6e9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd205e63.entry.js.map → p-113a4925.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c377971f.entry.js.map → p-1b3f51cf.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-eaf60850.entry.js.map → p-24ae12b3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d0b93e52.entry.js.map → p-2ea9204d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-59badb03.entry.js.map → p-2ed5ef00.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c7df02c6.entry.js.map → p-3756c709.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5b86ff20.entry.js.map → p-39b50763.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c9ec6b88.entry.js.map → p-422c4b81.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-be2899fd.entry.js.map → p-4374fa66.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a11be783.entry.js.map → p-4b744b46.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1a3512f3.entry.js.map → p-4b8091b7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bf0f7afa.entry.js.map → p-4fb786bf.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a129069d.entry.js.map → p-52046c5b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0d535ff4.entry.js.map → p-63294eef.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-04e7271d.entry.js.map → p-63922309.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8405a0b1.entry.js.map → p-661738fa.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e5e2103.entry.js.map → p-73b386b6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-43f078c4.entry.js.map → p-803afe75.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a6ef7533.entry.js.map → p-8138edbe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-271960c2.entry.js.map → p-890b0211.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3be5f281.entry.js.map → p-8b13c17a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3f19de63.entry.js.map → p-92eebcdd.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-71650d61.entry.js.map → p-9b9b636c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64613e9e.entry.js.map → p-9cfe1808.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7e87553d.entry.js.map → p-a40ec6a5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-251c08d0.entry.js.map → p-ab927143.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6485f918.entry.js.map → p-ade85332.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5226baf8.entry.js.map → p-b242feb2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-81901007.entry.js.map → p-b78c6a38.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-478599d6.entry.js.map → p-bfd4487b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd797c90.entry.js.map → p-c1f02f05.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8a423991.entry.js.map → p-c8fcf2d9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64f98080.entry.js.map → p-eb230891.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0494ffc4.entry.js.map → p-ef4c9eae.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-abb3a8a5.entry.js.map → p-f846efc2.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-08T18:49:54",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -5514,16 +5514,16 @@
|
|
|
5514
5514
|
"dependents": [],
|
|
5515
5515
|
"dependencies": [
|
|
5516
5516
|
"gb-tooltip",
|
|
5517
|
+
"gb-button",
|
|
5517
5518
|
"gb-file-type-icon",
|
|
5518
|
-
"gb-badge"
|
|
5519
|
-
"gb-button"
|
|
5519
|
+
"gb-badge"
|
|
5520
5520
|
],
|
|
5521
5521
|
"dependencyGraph": {
|
|
5522
5522
|
"gb-detail-cell": [
|
|
5523
5523
|
"gb-tooltip",
|
|
5524
|
+
"gb-button",
|
|
5524
5525
|
"gb-file-type-icon",
|
|
5525
|
-
"gb-badge"
|
|
5526
|
-
"gb-button"
|
|
5526
|
+
"gb-badge"
|
|
5527
5527
|
],
|
|
5528
5528
|
"gb-badge": [
|
|
5529
5529
|
"gb-avatar",
|
|
@@ -14119,6 +14119,7 @@
|
|
|
14119
14119
|
"parts": [],
|
|
14120
14120
|
"dependents": [
|
|
14121
14121
|
"gb-progress-steps",
|
|
14122
|
+
"gb-stepper-horizontal-icons-centered",
|
|
14122
14123
|
"gb-stepper-horizontal-line-with-text"
|
|
14123
14124
|
],
|
|
14124
14125
|
"dependencies": [],
|
|
@@ -14126,6 +14127,9 @@
|
|
|
14126
14127
|
"gb-progress-steps": [
|
|
14127
14128
|
"gb-step-base"
|
|
14128
14129
|
],
|
|
14130
|
+
"gb-stepper-horizontal-icons-centered": [
|
|
14131
|
+
"gb-step-base"
|
|
14132
|
+
],
|
|
14129
14133
|
"gb-stepper-horizontal-line-with-text": [
|
|
14130
14134
|
"gb-step-base"
|
|
14131
14135
|
]
|
|
@@ -14172,200 +14176,6 @@
|
|
|
14172
14176
|
"optional": false,
|
|
14173
14177
|
"required": false
|
|
14174
14178
|
},
|
|
14175
|
-
{
|
|
14176
|
-
"name": "size",
|
|
14177
|
-
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
14178
|
-
"complexType": {
|
|
14179
|
-
"original": "GeneralSizes",
|
|
14180
|
-
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
14181
|
-
"references": {
|
|
14182
|
-
"GeneralSizes": {
|
|
14183
|
-
"location": "import",
|
|
14184
|
-
"path": "../../models/reusableModels",
|
|
14185
|
-
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
14186
|
-
}
|
|
14187
|
-
}
|
|
14188
|
-
},
|
|
14189
|
-
"mutable": false,
|
|
14190
|
-
"attr": "size",
|
|
14191
|
-
"reflectToAttr": false,
|
|
14192
|
-
"docs": "",
|
|
14193
|
-
"docsTags": [],
|
|
14194
|
-
"values": [
|
|
14195
|
-
{
|
|
14196
|
-
"value": "lg",
|
|
14197
|
-
"type": "string"
|
|
14198
|
-
},
|
|
14199
|
-
{
|
|
14200
|
-
"value": "md",
|
|
14201
|
-
"type": "string"
|
|
14202
|
-
},
|
|
14203
|
-
{
|
|
14204
|
-
"value": "profile_lg",
|
|
14205
|
-
"type": "string"
|
|
14206
|
-
},
|
|
14207
|
-
{
|
|
14208
|
-
"value": "profile_md",
|
|
14209
|
-
"type": "string"
|
|
14210
|
-
},
|
|
14211
|
-
{
|
|
14212
|
-
"value": "profile_sm",
|
|
14213
|
-
"type": "string"
|
|
14214
|
-
},
|
|
14215
|
-
{
|
|
14216
|
-
"value": "sm",
|
|
14217
|
-
"type": "string"
|
|
14218
|
-
},
|
|
14219
|
-
{
|
|
14220
|
-
"value": "xl",
|
|
14221
|
-
"type": "string"
|
|
14222
|
-
},
|
|
14223
|
-
{
|
|
14224
|
-
"value": "xl2",
|
|
14225
|
-
"type": "string"
|
|
14226
|
-
},
|
|
14227
|
-
{
|
|
14228
|
-
"value": "xl3",
|
|
14229
|
-
"type": "string"
|
|
14230
|
-
},
|
|
14231
|
-
{
|
|
14232
|
-
"value": "xl4",
|
|
14233
|
-
"type": "string"
|
|
14234
|
-
},
|
|
14235
|
-
{
|
|
14236
|
-
"value": "xs",
|
|
14237
|
-
"type": "string"
|
|
14238
|
-
},
|
|
14239
|
-
{
|
|
14240
|
-
"value": "xxs",
|
|
14241
|
-
"type": "string"
|
|
14242
|
-
}
|
|
14243
|
-
],
|
|
14244
|
-
"optional": false,
|
|
14245
|
-
"required": false
|
|
14246
|
-
},
|
|
14247
|
-
{
|
|
14248
|
-
"name": "steps",
|
|
14249
|
-
"type": "number",
|
|
14250
|
-
"complexType": {
|
|
14251
|
-
"original": "number",
|
|
14252
|
-
"resolved": "number",
|
|
14253
|
-
"references": {}
|
|
14254
|
-
},
|
|
14255
|
-
"mutable": false,
|
|
14256
|
-
"attr": "steps",
|
|
14257
|
-
"reflectToAttr": false,
|
|
14258
|
-
"docs": "",
|
|
14259
|
-
"docsTags": [],
|
|
14260
|
-
"default": "0",
|
|
14261
|
-
"values": [
|
|
14262
|
-
{
|
|
14263
|
-
"type": "number"
|
|
14264
|
-
}
|
|
14265
|
-
],
|
|
14266
|
-
"optional": false,
|
|
14267
|
-
"required": false
|
|
14268
|
-
},
|
|
14269
|
-
{
|
|
14270
|
-
"name": "type",
|
|
14271
|
-
"type": "\"featured_icon\" | \"icon\"",
|
|
14272
|
-
"complexType": {
|
|
14273
|
-
"original": "'icon' | 'featured_icon'",
|
|
14274
|
-
"resolved": "\"featured_icon\" | \"icon\"",
|
|
14275
|
-
"references": {}
|
|
14276
|
-
},
|
|
14277
|
-
"mutable": false,
|
|
14278
|
-
"attr": "type",
|
|
14279
|
-
"reflectToAttr": false,
|
|
14280
|
-
"docs": "",
|
|
14281
|
-
"docsTags": [],
|
|
14282
|
-
"values": [
|
|
14283
|
-
{
|
|
14284
|
-
"value": "featured_icon",
|
|
14285
|
-
"type": "string"
|
|
14286
|
-
},
|
|
14287
|
-
{
|
|
14288
|
-
"value": "icon",
|
|
14289
|
-
"type": "string"
|
|
14290
|
-
}
|
|
14291
|
-
],
|
|
14292
|
-
"optional": false,
|
|
14293
|
-
"required": false
|
|
14294
|
-
}
|
|
14295
|
-
],
|
|
14296
|
-
"methods": [],
|
|
14297
|
-
"events": [],
|
|
14298
|
-
"listeners": [],
|
|
14299
|
-
"styles": [],
|
|
14300
|
-
"slots": [],
|
|
14301
|
-
"parts": [],
|
|
14302
|
-
"dependents": [],
|
|
14303
|
-
"dependencies": [],
|
|
14304
|
-
"dependencyGraph": {}
|
|
14305
|
-
},
|
|
14306
|
-
{
|
|
14307
|
-
"filePath": "src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx",
|
|
14308
|
-
"encapsulation": "shadow",
|
|
14309
|
-
"tag": "gb-stepper-horizontal-line-with-text",
|
|
14310
|
-
"readme": "# gb-stepper-horizontal-line-with-text\n\n\n",
|
|
14311
|
-
"docs": "",
|
|
14312
|
-
"docsTags": [],
|
|
14313
|
-
"usage": {},
|
|
14314
|
-
"props": [
|
|
14315
|
-
{
|
|
14316
|
-
"name": "breakpoint",
|
|
14317
|
-
"type": "\"desktop\" | \"mobile\"",
|
|
14318
|
-
"complexType": {
|
|
14319
|
-
"original": "BreakPoints",
|
|
14320
|
-
"resolved": "\"desktop\" | \"mobile\"",
|
|
14321
|
-
"references": {
|
|
14322
|
-
"BreakPoints": {
|
|
14323
|
-
"location": "import",
|
|
14324
|
-
"path": "../../models/reusableModels",
|
|
14325
|
-
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
14326
|
-
}
|
|
14327
|
-
}
|
|
14328
|
-
},
|
|
14329
|
-
"mutable": false,
|
|
14330
|
-
"attr": "breakpoint",
|
|
14331
|
-
"reflectToAttr": false,
|
|
14332
|
-
"docs": "",
|
|
14333
|
-
"docsTags": [],
|
|
14334
|
-
"values": [
|
|
14335
|
-
{
|
|
14336
|
-
"value": "desktop",
|
|
14337
|
-
"type": "string"
|
|
14338
|
-
},
|
|
14339
|
-
{
|
|
14340
|
-
"value": "mobile",
|
|
14341
|
-
"type": "string"
|
|
14342
|
-
}
|
|
14343
|
-
],
|
|
14344
|
-
"optional": false,
|
|
14345
|
-
"required": false
|
|
14346
|
-
},
|
|
14347
|
-
{
|
|
14348
|
-
"name": "fifthStep",
|
|
14349
|
-
"type": "boolean",
|
|
14350
|
-
"complexType": {
|
|
14351
|
-
"original": "boolean",
|
|
14352
|
-
"resolved": "boolean",
|
|
14353
|
-
"references": {}
|
|
14354
|
-
},
|
|
14355
|
-
"mutable": false,
|
|
14356
|
-
"attr": "fifth-step",
|
|
14357
|
-
"reflectToAttr": false,
|
|
14358
|
-
"docs": "",
|
|
14359
|
-
"docsTags": [],
|
|
14360
|
-
"default": "false",
|
|
14361
|
-
"values": [
|
|
14362
|
-
{
|
|
14363
|
-
"type": "boolean"
|
|
14364
|
-
}
|
|
14365
|
-
],
|
|
14366
|
-
"optional": false,
|
|
14367
|
-
"required": false
|
|
14368
|
-
},
|
|
14369
14179
|
{
|
|
14370
14180
|
"name": "fifthStepLabel",
|
|
14371
14181
|
"type": "string",
|
|
@@ -14590,28 +14400,6 @@
|
|
|
14590
14400
|
"optional": false,
|
|
14591
14401
|
"required": false
|
|
14592
14402
|
},
|
|
14593
|
-
{
|
|
14594
|
-
"name": "fourthStep",
|
|
14595
|
-
"type": "boolean",
|
|
14596
|
-
"complexType": {
|
|
14597
|
-
"original": "boolean",
|
|
14598
|
-
"resolved": "boolean",
|
|
14599
|
-
"references": {}
|
|
14600
|
-
},
|
|
14601
|
-
"mutable": false,
|
|
14602
|
-
"attr": "fourth-step",
|
|
14603
|
-
"reflectToAttr": false,
|
|
14604
|
-
"docs": "",
|
|
14605
|
-
"docsTags": [],
|
|
14606
|
-
"default": "false",
|
|
14607
|
-
"values": [
|
|
14608
|
-
{
|
|
14609
|
-
"type": "boolean"
|
|
14610
|
-
}
|
|
14611
|
-
],
|
|
14612
|
-
"optional": false,
|
|
14613
|
-
"required": false
|
|
14614
|
-
},
|
|
14615
14403
|
{
|
|
14616
14404
|
"name": "fourthStepLabel",
|
|
14617
14405
|
"type": "string",
|
|
@@ -14836,28 +14624,6 @@
|
|
|
14836
14624
|
"optional": false,
|
|
14837
14625
|
"required": false
|
|
14838
14626
|
},
|
|
14839
|
-
{
|
|
14840
|
-
"name": "seventhStep",
|
|
14841
|
-
"type": "boolean",
|
|
14842
|
-
"complexType": {
|
|
14843
|
-
"original": "boolean",
|
|
14844
|
-
"resolved": "boolean",
|
|
14845
|
-
"references": {}
|
|
14846
|
-
},
|
|
14847
|
-
"mutable": false,
|
|
14848
|
-
"attr": "seventh-step",
|
|
14849
|
-
"reflectToAttr": false,
|
|
14850
|
-
"docs": "",
|
|
14851
|
-
"docsTags": [],
|
|
14852
|
-
"default": "false",
|
|
14853
|
-
"values": [
|
|
14854
|
-
{
|
|
14855
|
-
"type": "boolean"
|
|
14856
|
-
}
|
|
14857
|
-
],
|
|
14858
|
-
"optional": false,
|
|
14859
|
-
"required": false
|
|
14860
|
-
},
|
|
14861
14627
|
{
|
|
14862
14628
|
"name": "seventhStepLabel",
|
|
14863
14629
|
"type": "string",
|
|
@@ -14971,22 +14737,961 @@
|
|
|
14971
14737
|
"required": false
|
|
14972
14738
|
},
|
|
14973
14739
|
{
|
|
14974
|
-
"name": "
|
|
14975
|
-
"type": "
|
|
14740
|
+
"name": "sixthStepLabel",
|
|
14741
|
+
"type": "string",
|
|
14976
14742
|
"complexType": {
|
|
14977
|
-
"original": "
|
|
14978
|
-
"resolved": "
|
|
14743
|
+
"original": "string",
|
|
14744
|
+
"resolved": "string",
|
|
14979
14745
|
"references": {}
|
|
14980
14746
|
},
|
|
14981
14747
|
"mutable": false,
|
|
14982
|
-
"attr": "sixth-step",
|
|
14748
|
+
"attr": "sixth-step-label",
|
|
14749
|
+
"reflectToAttr": false,
|
|
14750
|
+
"docs": "",
|
|
14751
|
+
"docsTags": [],
|
|
14752
|
+
"default": "''",
|
|
14753
|
+
"values": [
|
|
14754
|
+
{
|
|
14755
|
+
"type": "string"
|
|
14756
|
+
}
|
|
14757
|
+
],
|
|
14758
|
+
"optional": false,
|
|
14759
|
+
"required": false
|
|
14760
|
+
},
|
|
14761
|
+
{
|
|
14762
|
+
"name": "sixthStepState",
|
|
14763
|
+
"type": "\"default\" | \"destructive\"",
|
|
14764
|
+
"complexType": {
|
|
14765
|
+
"original": "ProgressStepStates",
|
|
14766
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14767
|
+
"references": {
|
|
14768
|
+
"ProgressStepStates": {
|
|
14769
|
+
"location": "import",
|
|
14770
|
+
"path": "../../models/reusableModels",
|
|
14771
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14772
|
+
}
|
|
14773
|
+
}
|
|
14774
|
+
},
|
|
14775
|
+
"mutable": false,
|
|
14776
|
+
"attr": "sixth-step-state",
|
|
14777
|
+
"reflectToAttr": false,
|
|
14778
|
+
"docs": "",
|
|
14779
|
+
"docsTags": [],
|
|
14780
|
+
"values": [
|
|
14781
|
+
{
|
|
14782
|
+
"value": "default",
|
|
14783
|
+
"type": "string"
|
|
14784
|
+
},
|
|
14785
|
+
{
|
|
14786
|
+
"value": "destructive",
|
|
14787
|
+
"type": "string"
|
|
14788
|
+
}
|
|
14789
|
+
],
|
|
14790
|
+
"optional": false,
|
|
14791
|
+
"required": false
|
|
14792
|
+
},
|
|
14793
|
+
{
|
|
14794
|
+
"name": "sixthStepStatus",
|
|
14795
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14796
|
+
"complexType": {
|
|
14797
|
+
"original": "ProgressStepStatus",
|
|
14798
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14799
|
+
"references": {
|
|
14800
|
+
"ProgressStepStatus": {
|
|
14801
|
+
"location": "import",
|
|
14802
|
+
"path": "../../models/reusableModels",
|
|
14803
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14804
|
+
}
|
|
14805
|
+
}
|
|
14806
|
+
},
|
|
14807
|
+
"mutable": false,
|
|
14808
|
+
"attr": "sixth-step-status",
|
|
14809
|
+
"reflectToAttr": false,
|
|
14810
|
+
"docs": "",
|
|
14811
|
+
"docsTags": [],
|
|
14812
|
+
"values": [
|
|
14813
|
+
{
|
|
14814
|
+
"value": "complete",
|
|
14815
|
+
"type": "string"
|
|
14816
|
+
},
|
|
14817
|
+
{
|
|
14818
|
+
"value": "current",
|
|
14819
|
+
"type": "string"
|
|
14820
|
+
},
|
|
14821
|
+
{
|
|
14822
|
+
"value": "incomplete",
|
|
14823
|
+
"type": "string"
|
|
14824
|
+
}
|
|
14825
|
+
],
|
|
14826
|
+
"optional": false,
|
|
14827
|
+
"required": false
|
|
14828
|
+
},
|
|
14829
|
+
{
|
|
14830
|
+
"name": "sixthStepSupportingText",
|
|
14831
|
+
"type": "string",
|
|
14832
|
+
"complexType": {
|
|
14833
|
+
"original": "string",
|
|
14834
|
+
"resolved": "string",
|
|
14835
|
+
"references": {}
|
|
14836
|
+
},
|
|
14837
|
+
"mutable": false,
|
|
14838
|
+
"attr": "sixth-step-supporting-text",
|
|
14839
|
+
"reflectToAttr": false,
|
|
14840
|
+
"docs": "",
|
|
14841
|
+
"docsTags": [],
|
|
14842
|
+
"default": "''",
|
|
14843
|
+
"values": [
|
|
14844
|
+
{
|
|
14845
|
+
"type": "string"
|
|
14846
|
+
}
|
|
14847
|
+
],
|
|
14848
|
+
"optional": false,
|
|
14849
|
+
"required": false
|
|
14850
|
+
},
|
|
14851
|
+
{
|
|
14852
|
+
"name": "size",
|
|
14853
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
14854
|
+
"complexType": {
|
|
14855
|
+
"original": "GeneralSizes",
|
|
14856
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
14857
|
+
"references": {
|
|
14858
|
+
"GeneralSizes": {
|
|
14859
|
+
"location": "import",
|
|
14860
|
+
"path": "../../models/reusableModels",
|
|
14861
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
14862
|
+
}
|
|
14863
|
+
}
|
|
14864
|
+
},
|
|
14865
|
+
"mutable": false,
|
|
14866
|
+
"attr": "size",
|
|
14867
|
+
"reflectToAttr": false,
|
|
14868
|
+
"docs": "",
|
|
14869
|
+
"docsTags": [],
|
|
14870
|
+
"values": [
|
|
14871
|
+
{
|
|
14872
|
+
"value": "lg",
|
|
14873
|
+
"type": "string"
|
|
14874
|
+
},
|
|
14875
|
+
{
|
|
14876
|
+
"value": "md",
|
|
14877
|
+
"type": "string"
|
|
14878
|
+
},
|
|
14879
|
+
{
|
|
14880
|
+
"value": "profile_lg",
|
|
14881
|
+
"type": "string"
|
|
14882
|
+
},
|
|
14883
|
+
{
|
|
14884
|
+
"value": "profile_md",
|
|
14885
|
+
"type": "string"
|
|
14886
|
+
},
|
|
14887
|
+
{
|
|
14888
|
+
"value": "profile_sm",
|
|
14889
|
+
"type": "string"
|
|
14890
|
+
},
|
|
14891
|
+
{
|
|
14892
|
+
"value": "sm",
|
|
14893
|
+
"type": "string"
|
|
14894
|
+
},
|
|
14895
|
+
{
|
|
14896
|
+
"value": "xl",
|
|
14897
|
+
"type": "string"
|
|
14898
|
+
},
|
|
14899
|
+
{
|
|
14900
|
+
"value": "xl2",
|
|
14901
|
+
"type": "string"
|
|
14902
|
+
},
|
|
14903
|
+
{
|
|
14904
|
+
"value": "xl3",
|
|
14905
|
+
"type": "string"
|
|
14906
|
+
},
|
|
14907
|
+
{
|
|
14908
|
+
"value": "xl4",
|
|
14909
|
+
"type": "string"
|
|
14910
|
+
},
|
|
14911
|
+
{
|
|
14912
|
+
"value": "xs",
|
|
14913
|
+
"type": "string"
|
|
14914
|
+
},
|
|
14915
|
+
{
|
|
14916
|
+
"value": "xxs",
|
|
14917
|
+
"type": "string"
|
|
14918
|
+
}
|
|
14919
|
+
],
|
|
14920
|
+
"optional": false,
|
|
14921
|
+
"required": false
|
|
14922
|
+
},
|
|
14923
|
+
{
|
|
14924
|
+
"name": "steps",
|
|
14925
|
+
"type": "number",
|
|
14926
|
+
"complexType": {
|
|
14927
|
+
"original": "number",
|
|
14928
|
+
"resolved": "number",
|
|
14929
|
+
"references": {}
|
|
14930
|
+
},
|
|
14931
|
+
"mutable": false,
|
|
14932
|
+
"attr": "steps",
|
|
14933
|
+
"reflectToAttr": false,
|
|
14934
|
+
"docs": "",
|
|
14935
|
+
"docsTags": [],
|
|
14936
|
+
"values": [
|
|
14937
|
+
{
|
|
14938
|
+
"type": "number"
|
|
14939
|
+
}
|
|
14940
|
+
],
|
|
14941
|
+
"optional": false,
|
|
14942
|
+
"required": false
|
|
14943
|
+
},
|
|
14944
|
+
{
|
|
14945
|
+
"name": "thirdStepLabel",
|
|
14946
|
+
"type": "string",
|
|
14947
|
+
"complexType": {
|
|
14948
|
+
"original": "string",
|
|
14949
|
+
"resolved": "string",
|
|
14950
|
+
"references": {}
|
|
14951
|
+
},
|
|
14952
|
+
"mutable": false,
|
|
14953
|
+
"attr": "third-step-label",
|
|
14954
|
+
"reflectToAttr": false,
|
|
14955
|
+
"docs": "",
|
|
14956
|
+
"docsTags": [],
|
|
14957
|
+
"default": "''",
|
|
14958
|
+
"values": [
|
|
14959
|
+
{
|
|
14960
|
+
"type": "string"
|
|
14961
|
+
}
|
|
14962
|
+
],
|
|
14963
|
+
"optional": false,
|
|
14964
|
+
"required": false
|
|
14965
|
+
},
|
|
14966
|
+
{
|
|
14967
|
+
"name": "thirdStepState",
|
|
14968
|
+
"type": "\"default\" | \"destructive\"",
|
|
14969
|
+
"complexType": {
|
|
14970
|
+
"original": "ProgressStepStates",
|
|
14971
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14972
|
+
"references": {
|
|
14973
|
+
"ProgressStepStates": {
|
|
14974
|
+
"location": "import",
|
|
14975
|
+
"path": "../../models/reusableModels",
|
|
14976
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14977
|
+
}
|
|
14978
|
+
}
|
|
14979
|
+
},
|
|
14980
|
+
"mutable": false,
|
|
14981
|
+
"attr": "third-step-state",
|
|
14982
|
+
"reflectToAttr": false,
|
|
14983
|
+
"docs": "",
|
|
14984
|
+
"docsTags": [],
|
|
14985
|
+
"values": [
|
|
14986
|
+
{
|
|
14987
|
+
"value": "default",
|
|
14988
|
+
"type": "string"
|
|
14989
|
+
},
|
|
14990
|
+
{
|
|
14991
|
+
"value": "destructive",
|
|
14992
|
+
"type": "string"
|
|
14993
|
+
}
|
|
14994
|
+
],
|
|
14995
|
+
"optional": false,
|
|
14996
|
+
"required": false
|
|
14997
|
+
},
|
|
14998
|
+
{
|
|
14999
|
+
"name": "thirdStepStatus",
|
|
15000
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15001
|
+
"complexType": {
|
|
15002
|
+
"original": "ProgressStepStatus",
|
|
15003
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15004
|
+
"references": {
|
|
15005
|
+
"ProgressStepStatus": {
|
|
15006
|
+
"location": "import",
|
|
15007
|
+
"path": "../../models/reusableModels",
|
|
15008
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
15009
|
+
}
|
|
15010
|
+
}
|
|
15011
|
+
},
|
|
15012
|
+
"mutable": false,
|
|
15013
|
+
"attr": "third-step-status",
|
|
15014
|
+
"reflectToAttr": false,
|
|
15015
|
+
"docs": "",
|
|
15016
|
+
"docsTags": [],
|
|
15017
|
+
"values": [
|
|
15018
|
+
{
|
|
15019
|
+
"value": "complete",
|
|
15020
|
+
"type": "string"
|
|
15021
|
+
},
|
|
15022
|
+
{
|
|
15023
|
+
"value": "current",
|
|
15024
|
+
"type": "string"
|
|
15025
|
+
},
|
|
15026
|
+
{
|
|
15027
|
+
"value": "incomplete",
|
|
15028
|
+
"type": "string"
|
|
15029
|
+
}
|
|
15030
|
+
],
|
|
15031
|
+
"optional": false,
|
|
15032
|
+
"required": false
|
|
15033
|
+
},
|
|
15034
|
+
{
|
|
15035
|
+
"name": "thirdStepSupportingText",
|
|
15036
|
+
"type": "string",
|
|
15037
|
+
"complexType": {
|
|
15038
|
+
"original": "string",
|
|
15039
|
+
"resolved": "string",
|
|
15040
|
+
"references": {}
|
|
15041
|
+
},
|
|
15042
|
+
"mutable": false,
|
|
15043
|
+
"attr": "third-step-supporting-text",
|
|
15044
|
+
"reflectToAttr": false,
|
|
15045
|
+
"docs": "",
|
|
15046
|
+
"docsTags": [],
|
|
15047
|
+
"default": "''",
|
|
15048
|
+
"values": [
|
|
15049
|
+
{
|
|
15050
|
+
"type": "string"
|
|
15051
|
+
}
|
|
15052
|
+
],
|
|
15053
|
+
"optional": false,
|
|
15054
|
+
"required": false
|
|
15055
|
+
},
|
|
15056
|
+
{
|
|
15057
|
+
"name": "type",
|
|
15058
|
+
"type": "\"featured_icon\" | \"icon\"",
|
|
15059
|
+
"complexType": {
|
|
15060
|
+
"original": "'icon' | 'featured_icon'",
|
|
15061
|
+
"resolved": "\"featured_icon\" | \"icon\"",
|
|
15062
|
+
"references": {}
|
|
15063
|
+
},
|
|
15064
|
+
"mutable": false,
|
|
15065
|
+
"attr": "type",
|
|
15066
|
+
"reflectToAttr": false,
|
|
15067
|
+
"docs": "",
|
|
15068
|
+
"docsTags": [],
|
|
15069
|
+
"values": [
|
|
15070
|
+
{
|
|
15071
|
+
"value": "featured_icon",
|
|
15072
|
+
"type": "string"
|
|
15073
|
+
},
|
|
15074
|
+
{
|
|
15075
|
+
"value": "icon",
|
|
15076
|
+
"type": "string"
|
|
15077
|
+
}
|
|
15078
|
+
],
|
|
15079
|
+
"optional": false,
|
|
15080
|
+
"required": false
|
|
15081
|
+
}
|
|
15082
|
+
],
|
|
15083
|
+
"methods": [],
|
|
15084
|
+
"events": [],
|
|
15085
|
+
"listeners": [],
|
|
15086
|
+
"styles": [],
|
|
15087
|
+
"slots": [],
|
|
15088
|
+
"parts": [],
|
|
15089
|
+
"dependents": [],
|
|
15090
|
+
"dependencies": [
|
|
15091
|
+
"gb-step-base"
|
|
15092
|
+
],
|
|
15093
|
+
"dependencyGraph": {
|
|
15094
|
+
"gb-stepper-horizontal-icons-centered": [
|
|
15095
|
+
"gb-step-base"
|
|
15096
|
+
]
|
|
15097
|
+
}
|
|
15098
|
+
},
|
|
15099
|
+
{
|
|
15100
|
+
"filePath": "src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx",
|
|
15101
|
+
"encapsulation": "shadow",
|
|
15102
|
+
"tag": "gb-stepper-horizontal-line-with-text",
|
|
15103
|
+
"readme": "# gb-stepper-horizontal-line-with-text\n\n\n",
|
|
15104
|
+
"docs": "",
|
|
15105
|
+
"docsTags": [],
|
|
15106
|
+
"usage": {},
|
|
15107
|
+
"props": [
|
|
15108
|
+
{
|
|
15109
|
+
"name": "breakpoint",
|
|
15110
|
+
"type": "\"desktop\" | \"mobile\"",
|
|
15111
|
+
"complexType": {
|
|
15112
|
+
"original": "BreakPoints",
|
|
15113
|
+
"resolved": "\"desktop\" | \"mobile\"",
|
|
15114
|
+
"references": {
|
|
15115
|
+
"BreakPoints": {
|
|
15116
|
+
"location": "import",
|
|
15117
|
+
"path": "../../models/reusableModels",
|
|
15118
|
+
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
15119
|
+
}
|
|
15120
|
+
}
|
|
15121
|
+
},
|
|
15122
|
+
"mutable": false,
|
|
15123
|
+
"attr": "breakpoint",
|
|
15124
|
+
"reflectToAttr": false,
|
|
15125
|
+
"docs": "",
|
|
15126
|
+
"docsTags": [],
|
|
15127
|
+
"values": [
|
|
15128
|
+
{
|
|
15129
|
+
"value": "desktop",
|
|
15130
|
+
"type": "string"
|
|
15131
|
+
},
|
|
15132
|
+
{
|
|
15133
|
+
"value": "mobile",
|
|
15134
|
+
"type": "string"
|
|
15135
|
+
}
|
|
15136
|
+
],
|
|
15137
|
+
"optional": false,
|
|
15138
|
+
"required": false
|
|
15139
|
+
},
|
|
15140
|
+
{
|
|
15141
|
+
"name": "fifthStepLabel",
|
|
15142
|
+
"type": "string",
|
|
15143
|
+
"complexType": {
|
|
15144
|
+
"original": "string",
|
|
15145
|
+
"resolved": "string",
|
|
15146
|
+
"references": {}
|
|
15147
|
+
},
|
|
15148
|
+
"mutable": false,
|
|
15149
|
+
"attr": "fifth-step-label",
|
|
15150
|
+
"reflectToAttr": false,
|
|
15151
|
+
"docs": "",
|
|
15152
|
+
"docsTags": [],
|
|
15153
|
+
"default": "''",
|
|
15154
|
+
"values": [
|
|
15155
|
+
{
|
|
15156
|
+
"type": "string"
|
|
15157
|
+
}
|
|
15158
|
+
],
|
|
15159
|
+
"optional": false,
|
|
15160
|
+
"required": false
|
|
15161
|
+
},
|
|
15162
|
+
{
|
|
15163
|
+
"name": "fifthStepState",
|
|
15164
|
+
"type": "\"default\" | \"destructive\"",
|
|
15165
|
+
"complexType": {
|
|
15166
|
+
"original": "ProgressStepStates",
|
|
15167
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
15168
|
+
"references": {
|
|
15169
|
+
"ProgressStepStates": {
|
|
15170
|
+
"location": "import",
|
|
15171
|
+
"path": "../../models/reusableModels",
|
|
15172
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
15173
|
+
}
|
|
15174
|
+
}
|
|
15175
|
+
},
|
|
15176
|
+
"mutable": false,
|
|
15177
|
+
"attr": "fifth-step-state",
|
|
15178
|
+
"reflectToAttr": false,
|
|
15179
|
+
"docs": "",
|
|
15180
|
+
"docsTags": [],
|
|
15181
|
+
"values": [
|
|
15182
|
+
{
|
|
15183
|
+
"value": "default",
|
|
15184
|
+
"type": "string"
|
|
15185
|
+
},
|
|
15186
|
+
{
|
|
15187
|
+
"value": "destructive",
|
|
15188
|
+
"type": "string"
|
|
15189
|
+
}
|
|
15190
|
+
],
|
|
15191
|
+
"optional": false,
|
|
15192
|
+
"required": false
|
|
15193
|
+
},
|
|
15194
|
+
{
|
|
15195
|
+
"name": "fifthStepStatus",
|
|
15196
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15197
|
+
"complexType": {
|
|
15198
|
+
"original": "ProgressStepStatus",
|
|
15199
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15200
|
+
"references": {
|
|
15201
|
+
"ProgressStepStatus": {
|
|
15202
|
+
"location": "import",
|
|
15203
|
+
"path": "../../models/reusableModels",
|
|
15204
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
15205
|
+
}
|
|
15206
|
+
}
|
|
15207
|
+
},
|
|
15208
|
+
"mutable": false,
|
|
15209
|
+
"attr": "fifth-step-status",
|
|
15210
|
+
"reflectToAttr": false,
|
|
15211
|
+
"docs": "",
|
|
15212
|
+
"docsTags": [],
|
|
15213
|
+
"values": [
|
|
15214
|
+
{
|
|
15215
|
+
"value": "complete",
|
|
15216
|
+
"type": "string"
|
|
15217
|
+
},
|
|
15218
|
+
{
|
|
15219
|
+
"value": "current",
|
|
15220
|
+
"type": "string"
|
|
15221
|
+
},
|
|
15222
|
+
{
|
|
15223
|
+
"value": "incomplete",
|
|
15224
|
+
"type": "string"
|
|
15225
|
+
}
|
|
15226
|
+
],
|
|
15227
|
+
"optional": false,
|
|
15228
|
+
"required": false
|
|
15229
|
+
},
|
|
15230
|
+
{
|
|
15231
|
+
"name": "fifthStepSupportingText",
|
|
15232
|
+
"type": "string",
|
|
15233
|
+
"complexType": {
|
|
15234
|
+
"original": "string",
|
|
15235
|
+
"resolved": "string",
|
|
15236
|
+
"references": {}
|
|
15237
|
+
},
|
|
15238
|
+
"mutable": false,
|
|
15239
|
+
"attr": "fifth-step-supporting-text",
|
|
15240
|
+
"reflectToAttr": false,
|
|
15241
|
+
"docs": "",
|
|
15242
|
+
"docsTags": [],
|
|
15243
|
+
"default": "''",
|
|
15244
|
+
"values": [
|
|
15245
|
+
{
|
|
15246
|
+
"type": "string"
|
|
15247
|
+
}
|
|
15248
|
+
],
|
|
15249
|
+
"optional": false,
|
|
15250
|
+
"required": false
|
|
15251
|
+
},
|
|
15252
|
+
{
|
|
15253
|
+
"name": "firstStepLabel",
|
|
15254
|
+
"type": "string",
|
|
15255
|
+
"complexType": {
|
|
15256
|
+
"original": "string",
|
|
15257
|
+
"resolved": "string",
|
|
15258
|
+
"references": {}
|
|
15259
|
+
},
|
|
15260
|
+
"mutable": false,
|
|
15261
|
+
"attr": "first-step-label",
|
|
15262
|
+
"reflectToAttr": false,
|
|
15263
|
+
"docs": "",
|
|
15264
|
+
"docsTags": [],
|
|
15265
|
+
"default": "''",
|
|
15266
|
+
"values": [
|
|
15267
|
+
{
|
|
15268
|
+
"type": "string"
|
|
15269
|
+
}
|
|
15270
|
+
],
|
|
15271
|
+
"optional": false,
|
|
15272
|
+
"required": false
|
|
15273
|
+
},
|
|
15274
|
+
{
|
|
15275
|
+
"name": "firstStepState",
|
|
15276
|
+
"type": "\"default\" | \"destructive\"",
|
|
15277
|
+
"complexType": {
|
|
15278
|
+
"original": "ProgressStepStates",
|
|
15279
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
15280
|
+
"references": {
|
|
15281
|
+
"ProgressStepStates": {
|
|
15282
|
+
"location": "import",
|
|
15283
|
+
"path": "../../models/reusableModels",
|
|
15284
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
15285
|
+
}
|
|
15286
|
+
}
|
|
15287
|
+
},
|
|
15288
|
+
"mutable": false,
|
|
15289
|
+
"attr": "first-step-state",
|
|
15290
|
+
"reflectToAttr": false,
|
|
15291
|
+
"docs": "",
|
|
15292
|
+
"docsTags": [],
|
|
15293
|
+
"values": [
|
|
15294
|
+
{
|
|
15295
|
+
"value": "default",
|
|
15296
|
+
"type": "string"
|
|
15297
|
+
},
|
|
15298
|
+
{
|
|
15299
|
+
"value": "destructive",
|
|
15300
|
+
"type": "string"
|
|
15301
|
+
}
|
|
15302
|
+
],
|
|
15303
|
+
"optional": false,
|
|
15304
|
+
"required": false
|
|
15305
|
+
},
|
|
15306
|
+
{
|
|
15307
|
+
"name": "firstStepStatus",
|
|
15308
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15309
|
+
"complexType": {
|
|
15310
|
+
"original": "ProgressStepStatus",
|
|
15311
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15312
|
+
"references": {
|
|
15313
|
+
"ProgressStepStatus": {
|
|
15314
|
+
"location": "import",
|
|
15315
|
+
"path": "../../models/reusableModels",
|
|
15316
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
15317
|
+
}
|
|
15318
|
+
}
|
|
15319
|
+
},
|
|
15320
|
+
"mutable": false,
|
|
15321
|
+
"attr": "first-step-status",
|
|
15322
|
+
"reflectToAttr": false,
|
|
15323
|
+
"docs": "",
|
|
15324
|
+
"docsTags": [],
|
|
15325
|
+
"values": [
|
|
15326
|
+
{
|
|
15327
|
+
"value": "complete",
|
|
15328
|
+
"type": "string"
|
|
15329
|
+
},
|
|
15330
|
+
{
|
|
15331
|
+
"value": "current",
|
|
15332
|
+
"type": "string"
|
|
15333
|
+
},
|
|
15334
|
+
{
|
|
15335
|
+
"value": "incomplete",
|
|
15336
|
+
"type": "string"
|
|
15337
|
+
}
|
|
15338
|
+
],
|
|
15339
|
+
"optional": false,
|
|
15340
|
+
"required": false
|
|
15341
|
+
},
|
|
15342
|
+
{
|
|
15343
|
+
"name": "firstStepSupportingText",
|
|
15344
|
+
"type": "string",
|
|
15345
|
+
"complexType": {
|
|
15346
|
+
"original": "string",
|
|
15347
|
+
"resolved": "string",
|
|
15348
|
+
"references": {}
|
|
15349
|
+
},
|
|
15350
|
+
"mutable": false,
|
|
15351
|
+
"attr": "first-step-supporting-text",
|
|
15352
|
+
"reflectToAttr": false,
|
|
15353
|
+
"docs": "",
|
|
15354
|
+
"docsTags": [],
|
|
15355
|
+
"default": "''",
|
|
15356
|
+
"values": [
|
|
15357
|
+
{
|
|
15358
|
+
"type": "string"
|
|
15359
|
+
}
|
|
15360
|
+
],
|
|
15361
|
+
"optional": false,
|
|
15362
|
+
"required": false
|
|
15363
|
+
},
|
|
15364
|
+
{
|
|
15365
|
+
"name": "fourthStepLabel",
|
|
15366
|
+
"type": "string",
|
|
15367
|
+
"complexType": {
|
|
15368
|
+
"original": "string",
|
|
15369
|
+
"resolved": "string",
|
|
15370
|
+
"references": {}
|
|
15371
|
+
},
|
|
15372
|
+
"mutable": false,
|
|
15373
|
+
"attr": "fourth-step-label",
|
|
15374
|
+
"reflectToAttr": false,
|
|
15375
|
+
"docs": "",
|
|
15376
|
+
"docsTags": [],
|
|
15377
|
+
"default": "''",
|
|
15378
|
+
"values": [
|
|
15379
|
+
{
|
|
15380
|
+
"type": "string"
|
|
15381
|
+
}
|
|
15382
|
+
],
|
|
15383
|
+
"optional": false,
|
|
15384
|
+
"required": false
|
|
15385
|
+
},
|
|
15386
|
+
{
|
|
15387
|
+
"name": "fourthStepState",
|
|
15388
|
+
"type": "\"default\" | \"destructive\"",
|
|
15389
|
+
"complexType": {
|
|
15390
|
+
"original": "ProgressStepStates",
|
|
15391
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
15392
|
+
"references": {
|
|
15393
|
+
"ProgressStepStates": {
|
|
15394
|
+
"location": "import",
|
|
15395
|
+
"path": "../../models/reusableModels",
|
|
15396
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
15397
|
+
}
|
|
15398
|
+
}
|
|
15399
|
+
},
|
|
15400
|
+
"mutable": false,
|
|
15401
|
+
"attr": "fourth-step-state",
|
|
15402
|
+
"reflectToAttr": false,
|
|
15403
|
+
"docs": "",
|
|
15404
|
+
"docsTags": [],
|
|
15405
|
+
"values": [
|
|
15406
|
+
{
|
|
15407
|
+
"value": "default",
|
|
15408
|
+
"type": "string"
|
|
15409
|
+
},
|
|
15410
|
+
{
|
|
15411
|
+
"value": "destructive",
|
|
15412
|
+
"type": "string"
|
|
15413
|
+
}
|
|
15414
|
+
],
|
|
15415
|
+
"optional": false,
|
|
15416
|
+
"required": false
|
|
15417
|
+
},
|
|
15418
|
+
{
|
|
15419
|
+
"name": "fourthStepStatus",
|
|
15420
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15421
|
+
"complexType": {
|
|
15422
|
+
"original": "ProgressStepStatus",
|
|
15423
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15424
|
+
"references": {
|
|
15425
|
+
"ProgressStepStatus": {
|
|
15426
|
+
"location": "import",
|
|
15427
|
+
"path": "../../models/reusableModels",
|
|
15428
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
15429
|
+
}
|
|
15430
|
+
}
|
|
15431
|
+
},
|
|
15432
|
+
"mutable": false,
|
|
15433
|
+
"attr": "fourth-step-status",
|
|
15434
|
+
"reflectToAttr": false,
|
|
15435
|
+
"docs": "",
|
|
15436
|
+
"docsTags": [],
|
|
15437
|
+
"values": [
|
|
15438
|
+
{
|
|
15439
|
+
"value": "complete",
|
|
15440
|
+
"type": "string"
|
|
15441
|
+
},
|
|
15442
|
+
{
|
|
15443
|
+
"value": "current",
|
|
15444
|
+
"type": "string"
|
|
15445
|
+
},
|
|
15446
|
+
{
|
|
15447
|
+
"value": "incomplete",
|
|
15448
|
+
"type": "string"
|
|
15449
|
+
}
|
|
15450
|
+
],
|
|
15451
|
+
"optional": false,
|
|
15452
|
+
"required": false
|
|
15453
|
+
},
|
|
15454
|
+
{
|
|
15455
|
+
"name": "fourthStepSupportingText",
|
|
15456
|
+
"type": "string",
|
|
15457
|
+
"complexType": {
|
|
15458
|
+
"original": "string",
|
|
15459
|
+
"resolved": "string",
|
|
15460
|
+
"references": {}
|
|
15461
|
+
},
|
|
15462
|
+
"mutable": false,
|
|
15463
|
+
"attr": "fourth-step-supporting-text",
|
|
14983
15464
|
"reflectToAttr": false,
|
|
14984
15465
|
"docs": "",
|
|
14985
15466
|
"docsTags": [],
|
|
14986
|
-
"default": "
|
|
15467
|
+
"default": "''",
|
|
14987
15468
|
"values": [
|
|
14988
15469
|
{
|
|
14989
|
-
"type": "
|
|
15470
|
+
"type": "string"
|
|
15471
|
+
}
|
|
15472
|
+
],
|
|
15473
|
+
"optional": false,
|
|
15474
|
+
"required": false
|
|
15475
|
+
},
|
|
15476
|
+
{
|
|
15477
|
+
"name": "secondStepLabel",
|
|
15478
|
+
"type": "string",
|
|
15479
|
+
"complexType": {
|
|
15480
|
+
"original": "string",
|
|
15481
|
+
"resolved": "string",
|
|
15482
|
+
"references": {}
|
|
15483
|
+
},
|
|
15484
|
+
"mutable": false,
|
|
15485
|
+
"attr": "second-step-label",
|
|
15486
|
+
"reflectToAttr": false,
|
|
15487
|
+
"docs": "",
|
|
15488
|
+
"docsTags": [],
|
|
15489
|
+
"default": "''",
|
|
15490
|
+
"values": [
|
|
15491
|
+
{
|
|
15492
|
+
"type": "string"
|
|
15493
|
+
}
|
|
15494
|
+
],
|
|
15495
|
+
"optional": false,
|
|
15496
|
+
"required": false
|
|
15497
|
+
},
|
|
15498
|
+
{
|
|
15499
|
+
"name": "secondStepState",
|
|
15500
|
+
"type": "\"default\" | \"destructive\"",
|
|
15501
|
+
"complexType": {
|
|
15502
|
+
"original": "ProgressStepStates",
|
|
15503
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
15504
|
+
"references": {
|
|
15505
|
+
"ProgressStepStates": {
|
|
15506
|
+
"location": "import",
|
|
15507
|
+
"path": "../../models/reusableModels",
|
|
15508
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
15509
|
+
}
|
|
15510
|
+
}
|
|
15511
|
+
},
|
|
15512
|
+
"mutable": false,
|
|
15513
|
+
"attr": "second-step-state",
|
|
15514
|
+
"reflectToAttr": false,
|
|
15515
|
+
"docs": "",
|
|
15516
|
+
"docsTags": [],
|
|
15517
|
+
"values": [
|
|
15518
|
+
{
|
|
15519
|
+
"value": "default",
|
|
15520
|
+
"type": "string"
|
|
15521
|
+
},
|
|
15522
|
+
{
|
|
15523
|
+
"value": "destructive",
|
|
15524
|
+
"type": "string"
|
|
15525
|
+
}
|
|
15526
|
+
],
|
|
15527
|
+
"optional": false,
|
|
15528
|
+
"required": false
|
|
15529
|
+
},
|
|
15530
|
+
{
|
|
15531
|
+
"name": "secondStepStatus",
|
|
15532
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15533
|
+
"complexType": {
|
|
15534
|
+
"original": "ProgressStepStatus",
|
|
15535
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15536
|
+
"references": {
|
|
15537
|
+
"ProgressStepStatus": {
|
|
15538
|
+
"location": "import",
|
|
15539
|
+
"path": "../../models/reusableModels",
|
|
15540
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
15541
|
+
}
|
|
15542
|
+
}
|
|
15543
|
+
},
|
|
15544
|
+
"mutable": false,
|
|
15545
|
+
"attr": "second-step-status",
|
|
15546
|
+
"reflectToAttr": false,
|
|
15547
|
+
"docs": "",
|
|
15548
|
+
"docsTags": [],
|
|
15549
|
+
"values": [
|
|
15550
|
+
{
|
|
15551
|
+
"value": "complete",
|
|
15552
|
+
"type": "string"
|
|
15553
|
+
},
|
|
15554
|
+
{
|
|
15555
|
+
"value": "current",
|
|
15556
|
+
"type": "string"
|
|
15557
|
+
},
|
|
15558
|
+
{
|
|
15559
|
+
"value": "incomplete",
|
|
15560
|
+
"type": "string"
|
|
15561
|
+
}
|
|
15562
|
+
],
|
|
15563
|
+
"optional": false,
|
|
15564
|
+
"required": false
|
|
15565
|
+
},
|
|
15566
|
+
{
|
|
15567
|
+
"name": "secondStepSupportingText",
|
|
15568
|
+
"type": "string",
|
|
15569
|
+
"complexType": {
|
|
15570
|
+
"original": "string",
|
|
15571
|
+
"resolved": "string",
|
|
15572
|
+
"references": {}
|
|
15573
|
+
},
|
|
15574
|
+
"mutable": false,
|
|
15575
|
+
"attr": "second-step-supporting-text",
|
|
15576
|
+
"reflectToAttr": false,
|
|
15577
|
+
"docs": "",
|
|
15578
|
+
"docsTags": [],
|
|
15579
|
+
"default": "''",
|
|
15580
|
+
"values": [
|
|
15581
|
+
{
|
|
15582
|
+
"type": "string"
|
|
15583
|
+
}
|
|
15584
|
+
],
|
|
15585
|
+
"optional": false,
|
|
15586
|
+
"required": false
|
|
15587
|
+
},
|
|
15588
|
+
{
|
|
15589
|
+
"name": "seventhStepLabel",
|
|
15590
|
+
"type": "string",
|
|
15591
|
+
"complexType": {
|
|
15592
|
+
"original": "string",
|
|
15593
|
+
"resolved": "string",
|
|
15594
|
+
"references": {}
|
|
15595
|
+
},
|
|
15596
|
+
"mutable": false,
|
|
15597
|
+
"attr": "seventh-step-label",
|
|
15598
|
+
"reflectToAttr": false,
|
|
15599
|
+
"docs": "",
|
|
15600
|
+
"docsTags": [],
|
|
15601
|
+
"default": "''",
|
|
15602
|
+
"values": [
|
|
15603
|
+
{
|
|
15604
|
+
"type": "string"
|
|
15605
|
+
}
|
|
15606
|
+
],
|
|
15607
|
+
"optional": false,
|
|
15608
|
+
"required": false
|
|
15609
|
+
},
|
|
15610
|
+
{
|
|
15611
|
+
"name": "seventhStepState",
|
|
15612
|
+
"type": "\"default\" | \"destructive\"",
|
|
15613
|
+
"complexType": {
|
|
15614
|
+
"original": "ProgressStepStates",
|
|
15615
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
15616
|
+
"references": {
|
|
15617
|
+
"ProgressStepStates": {
|
|
15618
|
+
"location": "import",
|
|
15619
|
+
"path": "../../models/reusableModels",
|
|
15620
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
15621
|
+
}
|
|
15622
|
+
}
|
|
15623
|
+
},
|
|
15624
|
+
"mutable": false,
|
|
15625
|
+
"attr": "seventh-step-state",
|
|
15626
|
+
"reflectToAttr": false,
|
|
15627
|
+
"docs": "",
|
|
15628
|
+
"docsTags": [],
|
|
15629
|
+
"values": [
|
|
15630
|
+
{
|
|
15631
|
+
"value": "default",
|
|
15632
|
+
"type": "string"
|
|
15633
|
+
},
|
|
15634
|
+
{
|
|
15635
|
+
"value": "destructive",
|
|
15636
|
+
"type": "string"
|
|
15637
|
+
}
|
|
15638
|
+
],
|
|
15639
|
+
"optional": false,
|
|
15640
|
+
"required": false
|
|
15641
|
+
},
|
|
15642
|
+
{
|
|
15643
|
+
"name": "seventhStepStatus",
|
|
15644
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15645
|
+
"complexType": {
|
|
15646
|
+
"original": "ProgressStepStatus",
|
|
15647
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
15648
|
+
"references": {
|
|
15649
|
+
"ProgressStepStatus": {
|
|
15650
|
+
"location": "import",
|
|
15651
|
+
"path": "../../models/reusableModels",
|
|
15652
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
15653
|
+
}
|
|
15654
|
+
}
|
|
15655
|
+
},
|
|
15656
|
+
"mutable": false,
|
|
15657
|
+
"attr": "seventh-step-status",
|
|
15658
|
+
"reflectToAttr": false,
|
|
15659
|
+
"docs": "",
|
|
15660
|
+
"docsTags": [],
|
|
15661
|
+
"values": [
|
|
15662
|
+
{
|
|
15663
|
+
"value": "complete",
|
|
15664
|
+
"type": "string"
|
|
15665
|
+
},
|
|
15666
|
+
{
|
|
15667
|
+
"value": "current",
|
|
15668
|
+
"type": "string"
|
|
15669
|
+
},
|
|
15670
|
+
{
|
|
15671
|
+
"value": "incomplete",
|
|
15672
|
+
"type": "string"
|
|
15673
|
+
}
|
|
15674
|
+
],
|
|
15675
|
+
"optional": false,
|
|
15676
|
+
"required": false
|
|
15677
|
+
},
|
|
15678
|
+
{
|
|
15679
|
+
"name": "seventhStepSupportingText",
|
|
15680
|
+
"type": "string",
|
|
15681
|
+
"complexType": {
|
|
15682
|
+
"original": "string",
|
|
15683
|
+
"resolved": "string",
|
|
15684
|
+
"references": {}
|
|
15685
|
+
},
|
|
15686
|
+
"mutable": false,
|
|
15687
|
+
"attr": "seventh-step-supporting-text",
|
|
15688
|
+
"reflectToAttr": false,
|
|
15689
|
+
"docs": "",
|
|
15690
|
+
"docsTags": [],
|
|
15691
|
+
"default": "''",
|
|
15692
|
+
"values": [
|
|
15693
|
+
{
|
|
15694
|
+
"type": "string"
|
|
14990
15695
|
}
|
|
14991
15696
|
],
|
|
14992
15697
|
"optional": false,
|
|
@@ -15176,28 +15881,6 @@
|
|
|
15176
15881
|
"optional": false,
|
|
15177
15882
|
"required": false
|
|
15178
15883
|
},
|
|
15179
|
-
{
|
|
15180
|
-
"name": "thirdStep",
|
|
15181
|
-
"type": "boolean",
|
|
15182
|
-
"complexType": {
|
|
15183
|
-
"original": "boolean",
|
|
15184
|
-
"resolved": "boolean",
|
|
15185
|
-
"references": {}
|
|
15186
|
-
},
|
|
15187
|
-
"mutable": false,
|
|
15188
|
-
"attr": "third-step",
|
|
15189
|
-
"reflectToAttr": false,
|
|
15190
|
-
"docs": "",
|
|
15191
|
-
"docsTags": [],
|
|
15192
|
-
"default": "false",
|
|
15193
|
-
"values": [
|
|
15194
|
-
{
|
|
15195
|
-
"type": "boolean"
|
|
15196
|
-
}
|
|
15197
|
-
],
|
|
15198
|
-
"optional": false,
|
|
15199
|
-
"required": false
|
|
15200
|
-
},
|
|
15201
15884
|
{
|
|
15202
15885
|
"name": "thirdStepLabel",
|
|
15203
15886
|
"type": "string",
|