globuswebcomponents 1.1.8 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{gb-action-panel_16.cjs.entry.js → gb-action-panel_25.cjs.entry.js} +849 -31
- package/dist/cjs/gb-action-panel_25.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-header.cjs.entry.js +3 -3
- package/dist/cjs/gb-header.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-pagination-button-group-base_2.cjs.entry.js +72 -0
- package/dist/cjs/gb-pagination-button-group-base_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-progress-steps.cjs.entry.js +43 -0
- package/dist/cjs/gb-progress-steps.cjs.entry.js.map +1 -0
- 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 +26 -0
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js.map +1 -0
- 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 +19 -19
- package/dist/cjs/gb-textarea-input-field.cjs.entry.js.map +1 -1
- 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-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/collection-manifest.json +3 -1
- package/dist/collection/components/gb-button/readme.md +2 -0
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +49 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
- package/dist/collection/components/gb-header/gb-header.js +8 -8
- package/dist/collection/components/gb-header/gb-header.js.map +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +38 -36
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +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.css +0 -0
- package/dist/collection/components/{gb-progress-steps → gb-stepper}/gb-progress-steps.js +1 -1
- package/dist/collection/components/gb-stepper/gb-progress-steps.js.map +1 -0
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.css +0 -0
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +110 -0
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js.map +1 -0
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +504 -0
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -0
- 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 +21 -21
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js.map +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-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 +3 -3
- 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 +9 -5
- package/dist/components/gb-detail-cell.js.map +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +3 -3
- package/dist/components/gb-header.js +5 -5
- package/dist/components/gb-header.js.map +1 -1
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +4 -4
- 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-pagination.js +11 -11
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-steps.js +3 -3
- package/dist/components/gb-progress-steps.js.map +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.d.ts +11 -0
- package/dist/components/gb-stepper-horizontal-icons-centered.js +46 -0
- package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -0
- package/dist/components/gb-stepper-horizontal-line-with-text.d.ts +11 -0
- package/dist/components/gb-stepper-horizontal-line-with-text.js +86 -0
- package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -0
- 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 +26 -26
- package/dist/components/gb-textarea-input-field.js.map +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +2 -2
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field-compact.js +1 -1
- package/dist/components/gb-token-field-compressed.js +2 -2
- 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-871baf09.js → p-0dd34990.js} +2 -2
- package/dist/components/{p-871baf09.js.map → p-0dd34990.js.map} +1 -1
- package/dist/components/{p-451d4840.js → p-15aed73e.js} +7 -7
- package/dist/components/{p-451d4840.js.map → p-15aed73e.js.map} +1 -1
- package/dist/components/{p-ee5f7299.js → p-1cbfb269.js} +2 -2
- package/dist/components/{p-ee5f7299.js.map → p-1cbfb269.js.map} +1 -1
- package/dist/components/{p-ae76a373.js → p-1f8d2c84.js} +3 -3
- package/dist/components/{p-ae76a373.js.map → p-1f8d2c84.js.map} +1 -1
- package/dist/components/{p-a0362c99.js → p-36cbbc63.js} +7 -7
- package/dist/components/{p-a0362c99.js.map → p-36cbbc63.js.map} +1 -1
- package/dist/components/{p-9507aa92.js → p-3dd8cf5d.js} +3 -3
- package/dist/components/{p-9507aa92.js.map → p-3dd8cf5d.js.map} +1 -1
- package/dist/components/{p-7a8d22dc.js → p-40c2ac9d.js} +2 -2
- package/dist/components/{p-7a8d22dc.js.map → p-40c2ac9d.js.map} +1 -1
- package/dist/components/{p-afe2c526.js → p-621c7531.js} +10 -10
- package/dist/components/{p-afe2c526.js.map → p-621c7531.js.map} +1 -1
- package/dist/components/{p-763584fa.js → p-6c64c5be.js} +2 -2
- package/dist/components/{p-763584fa.js.map → p-6c64c5be.js.map} +1 -1
- package/dist/components/{p-ea1febce.js → p-77a6ee05.js} +47 -45
- package/dist/components/p-77a6ee05.js.map +1 -0
- package/dist/components/{p-064e26e3.js → p-95ea90ff.js} +2 -2
- package/dist/components/{p-064e26e3.js.map → p-95ea90ff.js.map} +1 -1
- package/dist/components/{p-aa887ef8.js → p-9cb7a95f.js} +2 -2
- package/dist/components/{p-aa887ef8.js.map → p-9cb7a95f.js.map} +1 -1
- package/dist/components/{p-f1bcde96.js → p-a2a6a0c0.js} +2 -2
- package/dist/components/{p-f1bcde96.js.map → p-a2a6a0c0.js.map} +1 -1
- package/dist/components/{p-232503d0.js → p-b429b421.js} +2 -2
- package/dist/components/{p-232503d0.js.map → p-b429b421.js.map} +1 -1
- package/dist/components/{p-ef0190da.js → p-bc8408d2.js} +2 -2
- package/dist/components/{p-ef0190da.js.map → p-bc8408d2.js.map} +1 -1
- package/dist/components/{p-12922642.js → p-bc9fda30.js} +2 -2
- package/dist/components/{p-12922642.js.map → p-bc9fda30.js.map} +1 -1
- package/dist/components/{p-4d475e81.js → p-c720b7f1.js} +2 -2
- package/dist/components/{p-4d475e81.js.map → p-c720b7f1.js.map} +1 -1
- package/dist/components/{p-f142b029.js → p-c854733c.js} +3 -3
- package/dist/components/{p-f142b029.js.map → p-c854733c.js.map} +1 -1
- package/dist/components/{p-4951b87c.js → p-cb33a696.js} +3 -3
- package/dist/components/{p-4951b87c.js.map → p-cb33a696.js.map} +1 -1
- package/dist/components/{p-42267e58.js → p-ce879a4d.js} +6 -6
- package/dist/components/{p-42267e58.js.map → p-ce879a4d.js.map} +1 -1
- package/dist/components/{p-64fc3957.js → p-d1bf0535.js} +3 -3
- package/dist/components/{p-64fc3957.js.map → p-d1bf0535.js.map} +1 -1
- package/dist/components/{p-97319929.js → p-d8eebee4.js} +2 -2
- package/dist/components/{p-97319929.js.map → p-d8eebee4.js.map} +1 -1
- package/dist/components/{p-33197189.js → p-e51cd226.js} +3 -3
- package/dist/components/{p-33197189.js.map → p-e51cd226.js.map} +1 -1
- package/dist/components/{p-7e5cd1f3.js → p-e6226d3c.js} +2 -2
- package/dist/components/{p-7e5cd1f3.js.map → p-e6226d3c.js.map} +1 -1
- package/dist/components/{p-59618b80.js → p-ee2b88e7.js} +2 -2
- package/dist/components/{p-59618b80.js.map → p-ee2b88e7.js.map} +1 -1
- package/dist/components/{p-6649deea.js → p-f3329262.js} +2 -2
- package/dist/components/{p-6649deea.js.map → p-f3329262.js.map} +1 -1
- package/dist/components/{p-3f259cac.js → p-fc806c48.js} +3 -3
- package/dist/components/{p-3f259cac.js.map → p-fc806c48.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +1136 -119
- package/dist/esm/{gb-action-panel_16.entry.js → gb-action-panel_25.entry.js} +840 -31
- package/dist/esm/gb-action-panel_25.entry.js.map +1 -0
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-header.entry.js +3 -3
- package/dist/esm/gb-header.entry.js.map +1 -1
- package/dist/esm/gb-pagination-button-group-base_2.entry.js +67 -0
- package/dist/esm/gb-pagination-button-group-base_2.entry.js.map +1 -0
- package/dist/esm/gb-progress-steps.entry.js +39 -0
- package/dist/esm/gb-progress-steps.entry.js.map +1 -0
- 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 +22 -0
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js.map +1 -0
- 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 +19 -19
- package/dist/esm/gb-textarea-input-field.entry.js.map +1 -1
- 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-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-0b6f71e0.entry.js → p-04e7271d.entry.js} +2 -2
- package/dist/globuscomponents/{p-5bc87be4.entry.js → p-240c3c4f.entry.js} +2 -2
- package/dist/globuscomponents/p-240c3c4f.entry.js.map +1 -0
- package/dist/globuscomponents/{p-95de0087.entry.js → p-251c08d0.entry.js} +2 -2
- package/dist/globuscomponents/{p-05fbfb36.entry.js → p-3be5f281.entry.js} +2 -2
- package/dist/globuscomponents/{p-48bc314c.entry.js → p-3e5e2103.entry.js} +2 -2
- package/dist/globuscomponents/{p-1af1c3f2.entry.js → p-3f19de63.entry.js} +2 -2
- package/dist/globuscomponents/{p-e7d09487.entry.js → p-478599d6.entry.js} +2 -2
- package/dist/globuscomponents/p-5221467e.entry.js +2 -0
- package/dist/globuscomponents/p-5221467e.entry.js.map +1 -0
- package/dist/globuscomponents/p-59badb03.entry.js +2 -0
- package/dist/globuscomponents/p-59badb03.entry.js.map +1 -0
- package/dist/globuscomponents/{p-9991356c.entry.js → p-64613e9e.entry.js} +2 -2
- package/dist/globuscomponents/{p-6da197e6.entry.js → p-64f98080.entry.js} +2 -2
- package/dist/globuscomponents/{p-721c9ce5.entry.js → p-6e74d9c0.entry.js} +2 -2
- package/dist/globuscomponents/p-8405a0b1.entry.js +2 -0
- package/dist/globuscomponents/p-9365266f.entry.js +2 -0
- package/dist/globuscomponents/p-9365266f.entry.js.map +1 -0
- package/dist/globuscomponents/{p-3b0b55f7.entry.js → p-a11be783.entry.js} +2 -2
- package/dist/globuscomponents/{p-ddf46c13.entry.js → p-a129069d.entry.js} +2 -2
- package/dist/globuscomponents/{p-3bfdc2ad.entry.js → p-abb3a8a5.entry.js} +2 -2
- package/dist/globuscomponents/p-be2899fd.entry.js +2 -0
- package/dist/globuscomponents/p-be2899fd.entry.js.map +1 -0
- package/dist/globuscomponents/{p-d3758ced.entry.js → p-c377971f.entry.js} +2 -2
- package/dist/globuscomponents/{p-9c5f3f64.entry.js → p-c7df02c6.entry.js} +2 -2
- package/dist/globuscomponents/{p-aac86bba.entry.js → p-c9ec6b88.entry.js} +2 -2
- package/dist/globuscomponents/p-c9ec6b88.entry.js.map +1 -0
- package/dist/globuscomponents/{p-43b5576d.entry.js → p-d0b93e52.entry.js} +2 -2
- package/dist/globuscomponents/{p-6ebd2ece.entry.js → p-eaf60850.entry.js} +2 -2
- package/dist/globuscomponents/readme.md +2 -0
- package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +3 -1
- package/dist/types/components/gb-header/gb-header.d.ts +2 -2
- package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +8 -0
- package/dist/types/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.d.ts +25 -0
- package/dist/types/components.d.ts +83 -3
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +0 -364
- package/dist/cjs/gb-help-tooltip_3.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +0 -144
- package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +0 -396
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +0 -1
- package/dist/collection/components/gb-progress-steps/gb-progress-steps.js.map +0 -1
- package/dist/components/p-ea1febce.js.map +0 -1
- package/dist/esm/gb-action-panel_16.entry.js.map +0 -1
- package/dist/esm/gb-help-tooltip_3.entry.js +0 -358
- package/dist/esm/gb-help-tooltip_3.entry.js.map +0 -1
- package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +0 -136
- package/dist/esm/gb-input-dropdown-menu-item_5.entry.js.map +0 -1
- package/dist/esm/gb-input-dropdown_3.entry.js +0 -390
- package/dist/esm/gb-input-dropdown_3.entry.js.map +0 -1
- package/dist/globuscomponents/p-29a9c080.entry.js +0 -2
- package/dist/globuscomponents/p-29a9c080.entry.js.map +0 -1
- package/dist/globuscomponents/p-43f078c4.entry.js +0 -2
- package/dist/globuscomponents/p-43f078c4.entry.js.map +0 -1
- package/dist/globuscomponents/p-5bc87be4.entry.js.map +0 -1
- package/dist/globuscomponents/p-749299d2.entry.js +0 -2
- package/dist/globuscomponents/p-749299d2.entry.js.map +0 -1
- package/dist/globuscomponents/p-a0a60a2e.entry.js +0 -2
- package/dist/globuscomponents/p-aac86bba.entry.js.map +0 -1
- package/dist/globuscomponents/p-d20b927f.entry.js +0 -2
- package/dist/globuscomponents/p-d20b927f.entry.js.map +0 -1
- /package/dist/collection/components/{gb-progress-steps/gb-progress-steps.css → gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.css} +0 -0
- /package/dist/globuscomponents/{p-0b6f71e0.entry.js.map → p-04e7271d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-95de0087.entry.js.map → p-251c08d0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-05fbfb36.entry.js.map → p-3be5f281.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-48bc314c.entry.js.map → p-3e5e2103.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1af1c3f2.entry.js.map → p-3f19de63.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e7d09487.entry.js.map → p-478599d6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9991356c.entry.js.map → p-64613e9e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6da197e6.entry.js.map → p-64f98080.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-721c9ce5.entry.js.map → p-6e74d9c0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a0a60a2e.entry.js.map → p-8405a0b1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3b0b55f7.entry.js.map → p-a11be783.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ddf46c13.entry.js.map → p-a129069d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3bfdc2ad.entry.js.map → p-abb3a8a5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d3758ced.entry.js.map → p-c377971f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9c5f3f64.entry.js.map → p-c7df02c6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-43b5576d.entry.js.map → p-d0b93e52.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6ebd2ece.entry.js.map → p-eaf60850.entry.js.map} +0 -0
- /package/dist/types/components/{gb-progress-steps → gb-stepper}/gb-progress-steps.d.ts +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-07T00:08:44",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -5160,6 +5160,7 @@
|
|
|
5160
5160
|
"filePath": "src/components/gb-detail-cell/gb-detail-cell.tsx",
|
|
5161
5161
|
"encapsulation": "shadow",
|
|
5162
5162
|
"tag": "gb-detail-cell",
|
|
5163
|
+
"readme": "# gb-detail-cell\n\n\n",
|
|
5163
5164
|
"docs": "",
|
|
5164
5165
|
"docsTags": [],
|
|
5165
5166
|
"usage": {},
|
|
@@ -5272,6 +5273,130 @@
|
|
|
5272
5273
|
"optional": false,
|
|
5273
5274
|
"required": false
|
|
5274
5275
|
},
|
|
5276
|
+
{
|
|
5277
|
+
"name": "fileStyle",
|
|
5278
|
+
"type": "\"default\" | \"gray\" | \"solid\"",
|
|
5279
|
+
"complexType": {
|
|
5280
|
+
"original": "FileIconStyles",
|
|
5281
|
+
"resolved": "\"default\" | \"gray\" | \"solid\"",
|
|
5282
|
+
"references": {
|
|
5283
|
+
"FileIconStyles": {
|
|
5284
|
+
"location": "import",
|
|
5285
|
+
"path": "../../models/reusableModels",
|
|
5286
|
+
"id": "src/models/reusableModels.ts::FileIconStyles"
|
|
5287
|
+
}
|
|
5288
|
+
}
|
|
5289
|
+
},
|
|
5290
|
+
"mutable": false,
|
|
5291
|
+
"attr": "file-style",
|
|
5292
|
+
"reflectToAttr": false,
|
|
5293
|
+
"docs": "",
|
|
5294
|
+
"docsTags": [],
|
|
5295
|
+
"values": [
|
|
5296
|
+
{
|
|
5297
|
+
"value": "default",
|
|
5298
|
+
"type": "string"
|
|
5299
|
+
},
|
|
5300
|
+
{
|
|
5301
|
+
"value": "gray",
|
|
5302
|
+
"type": "string"
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
"value": "solid",
|
|
5306
|
+
"type": "string"
|
|
5307
|
+
}
|
|
5308
|
+
],
|
|
5309
|
+
"optional": false,
|
|
5310
|
+
"required": false
|
|
5311
|
+
},
|
|
5312
|
+
{
|
|
5313
|
+
"name": "fileType",
|
|
5314
|
+
"type": "\"csv\" | \"doc\" | \"docx\" | \"jpeg\" | \"jpg\" | \"mp3\" | \"mp4\" | \"pdf\" | \"ppt\" | \"pptx\" | \"rar\" | \"svg\" | \"txt\" | \"xls\" | \"xlsx\" | \"zip\"",
|
|
5315
|
+
"complexType": {
|
|
5316
|
+
"original": "FileIconTypes",
|
|
5317
|
+
"resolved": "\"csv\" | \"doc\" | \"docx\" | \"jpeg\" | \"jpg\" | \"mp3\" | \"mp4\" | \"pdf\" | \"ppt\" | \"pptx\" | \"rar\" | \"svg\" | \"txt\" | \"xls\" | \"xlsx\" | \"zip\"",
|
|
5318
|
+
"references": {
|
|
5319
|
+
"FileIconTypes": {
|
|
5320
|
+
"location": "import",
|
|
5321
|
+
"path": "../../models/reusableModels",
|
|
5322
|
+
"id": "src/models/reusableModels.ts::FileIconTypes"
|
|
5323
|
+
}
|
|
5324
|
+
}
|
|
5325
|
+
},
|
|
5326
|
+
"mutable": false,
|
|
5327
|
+
"attr": "file-type",
|
|
5328
|
+
"reflectToAttr": false,
|
|
5329
|
+
"docs": "",
|
|
5330
|
+
"docsTags": [],
|
|
5331
|
+
"values": [
|
|
5332
|
+
{
|
|
5333
|
+
"value": "csv",
|
|
5334
|
+
"type": "string"
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"value": "doc",
|
|
5338
|
+
"type": "string"
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"value": "docx",
|
|
5342
|
+
"type": "string"
|
|
5343
|
+
},
|
|
5344
|
+
{
|
|
5345
|
+
"value": "jpeg",
|
|
5346
|
+
"type": "string"
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
"value": "jpg",
|
|
5350
|
+
"type": "string"
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"value": "mp3",
|
|
5354
|
+
"type": "string"
|
|
5355
|
+
},
|
|
5356
|
+
{
|
|
5357
|
+
"value": "mp4",
|
|
5358
|
+
"type": "string"
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"value": "pdf",
|
|
5362
|
+
"type": "string"
|
|
5363
|
+
},
|
|
5364
|
+
{
|
|
5365
|
+
"value": "ppt",
|
|
5366
|
+
"type": "string"
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"value": "pptx",
|
|
5370
|
+
"type": "string"
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"value": "rar",
|
|
5374
|
+
"type": "string"
|
|
5375
|
+
},
|
|
5376
|
+
{
|
|
5377
|
+
"value": "svg",
|
|
5378
|
+
"type": "string"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"value": "txt",
|
|
5382
|
+
"type": "string"
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"value": "xls",
|
|
5386
|
+
"type": "string"
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"value": "xlsx",
|
|
5390
|
+
"type": "string"
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"value": "zip",
|
|
5394
|
+
"type": "string"
|
|
5395
|
+
}
|
|
5396
|
+
],
|
|
5397
|
+
"optional": false,
|
|
5398
|
+
"required": false
|
|
5399
|
+
},
|
|
5275
5400
|
{
|
|
5276
5401
|
"name": "label",
|
|
5277
5402
|
"type": "string",
|
|
@@ -7065,11 +7190,11 @@
|
|
|
7065
7190
|
"docs": ""
|
|
7066
7191
|
},
|
|
7067
7192
|
"complexType": {
|
|
7068
|
-
"signature": "(
|
|
7193
|
+
"signature": "(item: string) => Promise<void>",
|
|
7069
7194
|
"parameters": [
|
|
7070
7195
|
{
|
|
7071
|
-
"name": "
|
|
7072
|
-
"type": "
|
|
7196
|
+
"name": "item",
|
|
7197
|
+
"type": "string",
|
|
7073
7198
|
"docs": ""
|
|
7074
7199
|
}
|
|
7075
7200
|
],
|
|
@@ -7081,11 +7206,11 @@
|
|
|
7081
7206
|
},
|
|
7082
7207
|
"return": "Promise<void>"
|
|
7083
7208
|
},
|
|
7084
|
-
"signature": "onNavBarItemClicked(
|
|
7209
|
+
"signature": "onNavBarItemClicked(item: string) => Promise<void>",
|
|
7085
7210
|
"parameters": [
|
|
7086
7211
|
{
|
|
7087
|
-
"name": "
|
|
7088
|
-
"type": "
|
|
7212
|
+
"name": "item",
|
|
7213
|
+
"type": "string",
|
|
7089
7214
|
"docs": ""
|
|
7090
7215
|
}
|
|
7091
7216
|
],
|
|
@@ -7110,11 +7235,11 @@
|
|
|
7110
7235
|
},
|
|
7111
7236
|
{
|
|
7112
7237
|
"event": "navBarItemClicked",
|
|
7113
|
-
"detail": "
|
|
7238
|
+
"detail": "string",
|
|
7114
7239
|
"bubbles": true,
|
|
7115
7240
|
"complexType": {
|
|
7116
|
-
"original": "
|
|
7117
|
-
"resolved": "
|
|
7241
|
+
"original": "string",
|
|
7242
|
+
"resolved": "string",
|
|
7118
7243
|
"references": {}
|
|
7119
7244
|
},
|
|
7120
7245
|
"cancelable": true,
|
|
@@ -8312,7 +8437,7 @@
|
|
|
8312
8437
|
"reflectToAttr": false,
|
|
8313
8438
|
"docs": "",
|
|
8314
8439
|
"docsTags": [],
|
|
8315
|
-
"default": "[\r\n // { name: 'Mock Item A', username:
|
|
8440
|
+
"default": "[\r\n // { name: 'Mock Item A', 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 ]",
|
|
8316
8441
|
"values": [
|
|
8317
8442
|
{
|
|
8318
8443
|
"type": "any[]"
|
|
@@ -8757,7 +8882,7 @@
|
|
|
8757
8882
|
"reflectToAttr": false,
|
|
8758
8883
|
"docs": "",
|
|
8759
8884
|
"docsTags": [],
|
|
8760
|
-
"default": "[\r\n // { name: 'Mock Item A', username:
|
|
8885
|
+
"default": "[\r\n // { name: 'Mock Item A', username: 1, selected: false },\r\n // { name: 'Mock Item B', username: 2, selected: false },\r\n // { name: 'Mock Item C', username: 3, selected: false },\r\n // 45,\r\n // 50,\r\n // 20,\r\n // 25,\r\n // 90,\r\n // 'Activated',\r\n // 'Deactivated',\r\n // 'Transaction Status'\r\n ]",
|
|
8761
8886
|
"values": [
|
|
8762
8887
|
{
|
|
8763
8888
|
"type": "any[]"
|
|
@@ -11365,9 +11490,10 @@
|
|
|
11365
11490
|
"dependencyGraph": {}
|
|
11366
11491
|
},
|
|
11367
11492
|
{
|
|
11368
|
-
"filePath": "src/components/gb-
|
|
11493
|
+
"filePath": "src/components/gb-stepper/gb-progress-steps.tsx",
|
|
11369
11494
|
"encapsulation": "shadow",
|
|
11370
11495
|
"tag": "gb-progress-steps",
|
|
11496
|
+
"readme": "# gb-progress-steps\n\n\n",
|
|
11371
11497
|
"docs": "",
|
|
11372
11498
|
"docsTags": [],
|
|
11373
11499
|
"usage": {},
|
|
@@ -13703,6 +13829,7 @@
|
|
|
13703
13829
|
"filePath": "src/components/gb-step-base/gb-step-base.tsx",
|
|
13704
13830
|
"encapsulation": "shadow",
|
|
13705
13831
|
"tag": "gb-step-base",
|
|
13832
|
+
"readme": "# gb-step-base\n\n\n",
|
|
13706
13833
|
"docs": "",
|
|
13707
13834
|
"docsTags": [],
|
|
13708
13835
|
"usage": {},
|
|
@@ -13991,116 +14118,59 @@
|
|
|
13991
14118
|
"slots": [],
|
|
13992
14119
|
"parts": [],
|
|
13993
14120
|
"dependents": [
|
|
13994
|
-
"gb-progress-steps"
|
|
14121
|
+
"gb-progress-steps",
|
|
14122
|
+
"gb-stepper-horizontal-line-with-text"
|
|
13995
14123
|
],
|
|
13996
14124
|
"dependencies": [],
|
|
13997
14125
|
"dependencyGraph": {
|
|
13998
14126
|
"gb-progress-steps": [
|
|
13999
14127
|
"gb-step-base"
|
|
14128
|
+
],
|
|
14129
|
+
"gb-stepper-horizontal-line-with-text": [
|
|
14130
|
+
"gb-step-base"
|
|
14000
14131
|
]
|
|
14001
14132
|
}
|
|
14002
14133
|
},
|
|
14003
14134
|
{
|
|
14004
|
-
"filePath": "src/components/gb-
|
|
14135
|
+
"filePath": "src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.tsx",
|
|
14005
14136
|
"encapsulation": "shadow",
|
|
14006
|
-
"tag": "gb-
|
|
14007
|
-
"readme": "# gb-tab-button-base\r\n\r\n\r\n\r",
|
|
14137
|
+
"tag": "gb-stepper-horizontal-icons-centered",
|
|
14008
14138
|
"docs": "",
|
|
14009
14139
|
"docsTags": [],
|
|
14010
14140
|
"usage": {},
|
|
14011
14141
|
"props": [
|
|
14012
14142
|
{
|
|
14013
|
-
"name": "
|
|
14014
|
-
"type": "\"
|
|
14143
|
+
"name": "breakpoint",
|
|
14144
|
+
"type": "\"desktop\" | \"mobile\"",
|
|
14015
14145
|
"complexType": {
|
|
14016
|
-
"original": "
|
|
14017
|
-
"resolved": "\"
|
|
14018
|
-
"references": {
|
|
14146
|
+
"original": "BreakPoints",
|
|
14147
|
+
"resolved": "\"desktop\" | \"mobile\"",
|
|
14148
|
+
"references": {
|
|
14149
|
+
"BreakPoints": {
|
|
14150
|
+
"location": "import",
|
|
14151
|
+
"path": "../../models/reusableModels",
|
|
14152
|
+
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
14153
|
+
}
|
|
14154
|
+
}
|
|
14019
14155
|
},
|
|
14020
14156
|
"mutable": false,
|
|
14021
|
-
"attr": "
|
|
14157
|
+
"attr": "breakpoint",
|
|
14022
14158
|
"reflectToAttr": false,
|
|
14023
14159
|
"docs": "",
|
|
14024
14160
|
"docsTags": [],
|
|
14025
14161
|
"values": [
|
|
14026
14162
|
{
|
|
14027
|
-
"value": "
|
|
14163
|
+
"value": "desktop",
|
|
14028
14164
|
"type": "string"
|
|
14029
14165
|
},
|
|
14030
14166
|
{
|
|
14031
|
-
"value": "
|
|
14167
|
+
"value": "mobile",
|
|
14032
14168
|
"type": "string"
|
|
14033
14169
|
}
|
|
14034
14170
|
],
|
|
14035
14171
|
"optional": false,
|
|
14036
14172
|
"required": false
|
|
14037
14173
|
},
|
|
14038
|
-
{
|
|
14039
|
-
"name": "badge",
|
|
14040
|
-
"type": "boolean",
|
|
14041
|
-
"complexType": {
|
|
14042
|
-
"original": "boolean",
|
|
14043
|
-
"resolved": "boolean",
|
|
14044
|
-
"references": {}
|
|
14045
|
-
},
|
|
14046
|
-
"mutable": false,
|
|
14047
|
-
"attr": "badge",
|
|
14048
|
-
"reflectToAttr": false,
|
|
14049
|
-
"docs": "",
|
|
14050
|
-
"docsTags": [],
|
|
14051
|
-
"default": "false",
|
|
14052
|
-
"values": [
|
|
14053
|
-
{
|
|
14054
|
-
"type": "boolean"
|
|
14055
|
-
}
|
|
14056
|
-
],
|
|
14057
|
-
"optional": false,
|
|
14058
|
-
"required": false
|
|
14059
|
-
},
|
|
14060
|
-
{
|
|
14061
|
-
"name": "current",
|
|
14062
|
-
"type": "boolean",
|
|
14063
|
-
"complexType": {
|
|
14064
|
-
"original": "boolean",
|
|
14065
|
-
"resolved": "boolean",
|
|
14066
|
-
"references": {}
|
|
14067
|
-
},
|
|
14068
|
-
"mutable": false,
|
|
14069
|
-
"attr": "current",
|
|
14070
|
-
"reflectToAttr": false,
|
|
14071
|
-
"docs": "",
|
|
14072
|
-
"docsTags": [],
|
|
14073
|
-
"default": "false",
|
|
14074
|
-
"values": [
|
|
14075
|
-
{
|
|
14076
|
-
"type": "boolean"
|
|
14077
|
-
}
|
|
14078
|
-
],
|
|
14079
|
-
"optional": false,
|
|
14080
|
-
"required": false
|
|
14081
|
-
},
|
|
14082
|
-
{
|
|
14083
|
-
"name": "fullWidth",
|
|
14084
|
-
"type": "boolean",
|
|
14085
|
-
"complexType": {
|
|
14086
|
-
"original": "boolean",
|
|
14087
|
-
"resolved": "boolean",
|
|
14088
|
-
"references": {}
|
|
14089
|
-
},
|
|
14090
|
-
"mutable": false,
|
|
14091
|
-
"attr": "full-width",
|
|
14092
|
-
"reflectToAttr": false,
|
|
14093
|
-
"docs": "",
|
|
14094
|
-
"docsTags": [],
|
|
14095
|
-
"default": "false",
|
|
14096
|
-
"values": [
|
|
14097
|
-
{
|
|
14098
|
-
"type": "boolean"
|
|
14099
|
-
}
|
|
14100
|
-
],
|
|
14101
|
-
"optional": false,
|
|
14102
|
-
"required": false
|
|
14103
|
-
},
|
|
14104
14174
|
{
|
|
14105
14175
|
"name": "size",
|
|
14106
14176
|
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
@@ -14174,22 +14244,22 @@
|
|
|
14174
14244
|
"required": false
|
|
14175
14245
|
},
|
|
14176
14246
|
{
|
|
14177
|
-
"name": "
|
|
14178
|
-
"type": "
|
|
14247
|
+
"name": "steps",
|
|
14248
|
+
"type": "number",
|
|
14179
14249
|
"complexType": {
|
|
14180
|
-
"original": "
|
|
14181
|
-
"resolved": "
|
|
14250
|
+
"original": "number",
|
|
14251
|
+
"resolved": "number",
|
|
14182
14252
|
"references": {}
|
|
14183
14253
|
},
|
|
14184
14254
|
"mutable": false,
|
|
14185
|
-
"attr": "
|
|
14255
|
+
"attr": "steps",
|
|
14186
14256
|
"reflectToAttr": false,
|
|
14187
14257
|
"docs": "",
|
|
14188
14258
|
"docsTags": [],
|
|
14189
|
-
"default": "
|
|
14259
|
+
"default": "0",
|
|
14190
14260
|
"values": [
|
|
14191
14261
|
{
|
|
14192
|
-
"type": "
|
|
14262
|
+
"type": "number"
|
|
14193
14263
|
}
|
|
14194
14264
|
],
|
|
14195
14265
|
"optional": false,
|
|
@@ -14197,17 +14267,964 @@
|
|
|
14197
14267
|
},
|
|
14198
14268
|
{
|
|
14199
14269
|
"name": "type",
|
|
14200
|
-
"type": "\"
|
|
14270
|
+
"type": "\"featured_icon\" | \"icon\"",
|
|
14201
14271
|
"complexType": {
|
|
14202
|
-
"original": "
|
|
14203
|
-
"resolved": "\"
|
|
14204
|
-
"references": {
|
|
14205
|
-
|
|
14206
|
-
|
|
14207
|
-
|
|
14208
|
-
|
|
14209
|
-
|
|
14210
|
-
|
|
14272
|
+
"original": "'icon' | 'featured_icon'",
|
|
14273
|
+
"resolved": "\"featured_icon\" | \"icon\"",
|
|
14274
|
+
"references": {}
|
|
14275
|
+
},
|
|
14276
|
+
"mutable": false,
|
|
14277
|
+
"attr": "type",
|
|
14278
|
+
"reflectToAttr": false,
|
|
14279
|
+
"docs": "",
|
|
14280
|
+
"docsTags": [],
|
|
14281
|
+
"values": [
|
|
14282
|
+
{
|
|
14283
|
+
"value": "featured_icon",
|
|
14284
|
+
"type": "string"
|
|
14285
|
+
},
|
|
14286
|
+
{
|
|
14287
|
+
"value": "icon",
|
|
14288
|
+
"type": "string"
|
|
14289
|
+
}
|
|
14290
|
+
],
|
|
14291
|
+
"optional": false,
|
|
14292
|
+
"required": false
|
|
14293
|
+
}
|
|
14294
|
+
],
|
|
14295
|
+
"methods": [],
|
|
14296
|
+
"events": [],
|
|
14297
|
+
"listeners": [],
|
|
14298
|
+
"styles": [],
|
|
14299
|
+
"slots": [],
|
|
14300
|
+
"parts": [],
|
|
14301
|
+
"dependents": [],
|
|
14302
|
+
"dependencies": [],
|
|
14303
|
+
"dependencyGraph": {}
|
|
14304
|
+
},
|
|
14305
|
+
{
|
|
14306
|
+
"filePath": "src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx",
|
|
14307
|
+
"encapsulation": "shadow",
|
|
14308
|
+
"tag": "gb-stepper-horizontal-line-with-text",
|
|
14309
|
+
"docs": "",
|
|
14310
|
+
"docsTags": [],
|
|
14311
|
+
"usage": {},
|
|
14312
|
+
"props": [
|
|
14313
|
+
{
|
|
14314
|
+
"name": "breakpoint",
|
|
14315
|
+
"type": "\"desktop\" | \"mobile\"",
|
|
14316
|
+
"complexType": {
|
|
14317
|
+
"original": "BreakPoints",
|
|
14318
|
+
"resolved": "\"desktop\" | \"mobile\"",
|
|
14319
|
+
"references": {
|
|
14320
|
+
"BreakPoints": {
|
|
14321
|
+
"location": "import",
|
|
14322
|
+
"path": "../../models/reusableModels",
|
|
14323
|
+
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
14324
|
+
}
|
|
14325
|
+
}
|
|
14326
|
+
},
|
|
14327
|
+
"mutable": false,
|
|
14328
|
+
"attr": "breakpoint",
|
|
14329
|
+
"reflectToAttr": false,
|
|
14330
|
+
"docs": "",
|
|
14331
|
+
"docsTags": [],
|
|
14332
|
+
"values": [
|
|
14333
|
+
{
|
|
14334
|
+
"value": "desktop",
|
|
14335
|
+
"type": "string"
|
|
14336
|
+
},
|
|
14337
|
+
{
|
|
14338
|
+
"value": "mobile",
|
|
14339
|
+
"type": "string"
|
|
14340
|
+
}
|
|
14341
|
+
],
|
|
14342
|
+
"optional": false,
|
|
14343
|
+
"required": false
|
|
14344
|
+
},
|
|
14345
|
+
{
|
|
14346
|
+
"name": "fifthStep",
|
|
14347
|
+
"type": "boolean",
|
|
14348
|
+
"complexType": {
|
|
14349
|
+
"original": "boolean",
|
|
14350
|
+
"resolved": "boolean",
|
|
14351
|
+
"references": {}
|
|
14352
|
+
},
|
|
14353
|
+
"mutable": false,
|
|
14354
|
+
"attr": "fifth-step",
|
|
14355
|
+
"reflectToAttr": false,
|
|
14356
|
+
"docs": "",
|
|
14357
|
+
"docsTags": [],
|
|
14358
|
+
"default": "false",
|
|
14359
|
+
"values": [
|
|
14360
|
+
{
|
|
14361
|
+
"type": "boolean"
|
|
14362
|
+
}
|
|
14363
|
+
],
|
|
14364
|
+
"optional": false,
|
|
14365
|
+
"required": false
|
|
14366
|
+
},
|
|
14367
|
+
{
|
|
14368
|
+
"name": "fifthStepState",
|
|
14369
|
+
"type": "\"default\" | \"destructive\"",
|
|
14370
|
+
"complexType": {
|
|
14371
|
+
"original": "ProgressStepStates",
|
|
14372
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14373
|
+
"references": {
|
|
14374
|
+
"ProgressStepStates": {
|
|
14375
|
+
"location": "import",
|
|
14376
|
+
"path": "../../models/reusableModels",
|
|
14377
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14378
|
+
}
|
|
14379
|
+
}
|
|
14380
|
+
},
|
|
14381
|
+
"mutable": false,
|
|
14382
|
+
"attr": "fifth-step-state",
|
|
14383
|
+
"reflectToAttr": false,
|
|
14384
|
+
"docs": "",
|
|
14385
|
+
"docsTags": [],
|
|
14386
|
+
"values": [
|
|
14387
|
+
{
|
|
14388
|
+
"value": "default",
|
|
14389
|
+
"type": "string"
|
|
14390
|
+
},
|
|
14391
|
+
{
|
|
14392
|
+
"value": "destructive",
|
|
14393
|
+
"type": "string"
|
|
14394
|
+
}
|
|
14395
|
+
],
|
|
14396
|
+
"optional": false,
|
|
14397
|
+
"required": false
|
|
14398
|
+
},
|
|
14399
|
+
{
|
|
14400
|
+
"name": "fifthStepStatus",
|
|
14401
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14402
|
+
"complexType": {
|
|
14403
|
+
"original": "ProgressStepStatus",
|
|
14404
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14405
|
+
"references": {
|
|
14406
|
+
"ProgressStepStatus": {
|
|
14407
|
+
"location": "import",
|
|
14408
|
+
"path": "../../models/reusableModels",
|
|
14409
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14410
|
+
}
|
|
14411
|
+
}
|
|
14412
|
+
},
|
|
14413
|
+
"mutable": false,
|
|
14414
|
+
"attr": "fifth-step-status",
|
|
14415
|
+
"reflectToAttr": false,
|
|
14416
|
+
"docs": "",
|
|
14417
|
+
"docsTags": [],
|
|
14418
|
+
"values": [
|
|
14419
|
+
{
|
|
14420
|
+
"value": "complete",
|
|
14421
|
+
"type": "string"
|
|
14422
|
+
},
|
|
14423
|
+
{
|
|
14424
|
+
"value": "current",
|
|
14425
|
+
"type": "string"
|
|
14426
|
+
},
|
|
14427
|
+
{
|
|
14428
|
+
"value": "incomplete",
|
|
14429
|
+
"type": "string"
|
|
14430
|
+
}
|
|
14431
|
+
],
|
|
14432
|
+
"optional": false,
|
|
14433
|
+
"required": false
|
|
14434
|
+
},
|
|
14435
|
+
{
|
|
14436
|
+
"name": "firstStepState",
|
|
14437
|
+
"type": "\"default\" | \"destructive\"",
|
|
14438
|
+
"complexType": {
|
|
14439
|
+
"original": "ProgressStepStates",
|
|
14440
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14441
|
+
"references": {
|
|
14442
|
+
"ProgressStepStates": {
|
|
14443
|
+
"location": "import",
|
|
14444
|
+
"path": "../../models/reusableModels",
|
|
14445
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14446
|
+
}
|
|
14447
|
+
}
|
|
14448
|
+
},
|
|
14449
|
+
"mutable": false,
|
|
14450
|
+
"attr": "first-step-state",
|
|
14451
|
+
"reflectToAttr": false,
|
|
14452
|
+
"docs": "",
|
|
14453
|
+
"docsTags": [],
|
|
14454
|
+
"values": [
|
|
14455
|
+
{
|
|
14456
|
+
"value": "default",
|
|
14457
|
+
"type": "string"
|
|
14458
|
+
},
|
|
14459
|
+
{
|
|
14460
|
+
"value": "destructive",
|
|
14461
|
+
"type": "string"
|
|
14462
|
+
}
|
|
14463
|
+
],
|
|
14464
|
+
"optional": false,
|
|
14465
|
+
"required": false
|
|
14466
|
+
},
|
|
14467
|
+
{
|
|
14468
|
+
"name": "firstStepStatus",
|
|
14469
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14470
|
+
"complexType": {
|
|
14471
|
+
"original": "ProgressStepStatus",
|
|
14472
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14473
|
+
"references": {
|
|
14474
|
+
"ProgressStepStatus": {
|
|
14475
|
+
"location": "import",
|
|
14476
|
+
"path": "../../models/reusableModels",
|
|
14477
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14478
|
+
}
|
|
14479
|
+
}
|
|
14480
|
+
},
|
|
14481
|
+
"mutable": false,
|
|
14482
|
+
"attr": "first-step-status",
|
|
14483
|
+
"reflectToAttr": false,
|
|
14484
|
+
"docs": "",
|
|
14485
|
+
"docsTags": [],
|
|
14486
|
+
"values": [
|
|
14487
|
+
{
|
|
14488
|
+
"value": "complete",
|
|
14489
|
+
"type": "string"
|
|
14490
|
+
},
|
|
14491
|
+
{
|
|
14492
|
+
"value": "current",
|
|
14493
|
+
"type": "string"
|
|
14494
|
+
},
|
|
14495
|
+
{
|
|
14496
|
+
"value": "incomplete",
|
|
14497
|
+
"type": "string"
|
|
14498
|
+
}
|
|
14499
|
+
],
|
|
14500
|
+
"optional": false,
|
|
14501
|
+
"required": false
|
|
14502
|
+
},
|
|
14503
|
+
{
|
|
14504
|
+
"name": "fourthStep",
|
|
14505
|
+
"type": "boolean",
|
|
14506
|
+
"complexType": {
|
|
14507
|
+
"original": "boolean",
|
|
14508
|
+
"resolved": "boolean",
|
|
14509
|
+
"references": {}
|
|
14510
|
+
},
|
|
14511
|
+
"mutable": false,
|
|
14512
|
+
"attr": "fourth-step",
|
|
14513
|
+
"reflectToAttr": false,
|
|
14514
|
+
"docs": "",
|
|
14515
|
+
"docsTags": [],
|
|
14516
|
+
"default": "false",
|
|
14517
|
+
"values": [
|
|
14518
|
+
{
|
|
14519
|
+
"type": "boolean"
|
|
14520
|
+
}
|
|
14521
|
+
],
|
|
14522
|
+
"optional": false,
|
|
14523
|
+
"required": false
|
|
14524
|
+
},
|
|
14525
|
+
{
|
|
14526
|
+
"name": "fourthStepState",
|
|
14527
|
+
"type": "\"default\" | \"destructive\"",
|
|
14528
|
+
"complexType": {
|
|
14529
|
+
"original": "ProgressStepStates",
|
|
14530
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14531
|
+
"references": {
|
|
14532
|
+
"ProgressStepStates": {
|
|
14533
|
+
"location": "import",
|
|
14534
|
+
"path": "../../models/reusableModels",
|
|
14535
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14536
|
+
}
|
|
14537
|
+
}
|
|
14538
|
+
},
|
|
14539
|
+
"mutable": false,
|
|
14540
|
+
"attr": "fourth-step-state",
|
|
14541
|
+
"reflectToAttr": false,
|
|
14542
|
+
"docs": "",
|
|
14543
|
+
"docsTags": [],
|
|
14544
|
+
"values": [
|
|
14545
|
+
{
|
|
14546
|
+
"value": "default",
|
|
14547
|
+
"type": "string"
|
|
14548
|
+
},
|
|
14549
|
+
{
|
|
14550
|
+
"value": "destructive",
|
|
14551
|
+
"type": "string"
|
|
14552
|
+
}
|
|
14553
|
+
],
|
|
14554
|
+
"optional": false,
|
|
14555
|
+
"required": false
|
|
14556
|
+
},
|
|
14557
|
+
{
|
|
14558
|
+
"name": "fourthStepStatus",
|
|
14559
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14560
|
+
"complexType": {
|
|
14561
|
+
"original": "ProgressStepStatus",
|
|
14562
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14563
|
+
"references": {
|
|
14564
|
+
"ProgressStepStatus": {
|
|
14565
|
+
"location": "import",
|
|
14566
|
+
"path": "../../models/reusableModels",
|
|
14567
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14568
|
+
}
|
|
14569
|
+
}
|
|
14570
|
+
},
|
|
14571
|
+
"mutable": false,
|
|
14572
|
+
"attr": "fourth-step-status",
|
|
14573
|
+
"reflectToAttr": false,
|
|
14574
|
+
"docs": "",
|
|
14575
|
+
"docsTags": [],
|
|
14576
|
+
"values": [
|
|
14577
|
+
{
|
|
14578
|
+
"value": "complete",
|
|
14579
|
+
"type": "string"
|
|
14580
|
+
},
|
|
14581
|
+
{
|
|
14582
|
+
"value": "current",
|
|
14583
|
+
"type": "string"
|
|
14584
|
+
},
|
|
14585
|
+
{
|
|
14586
|
+
"value": "incomplete",
|
|
14587
|
+
"type": "string"
|
|
14588
|
+
}
|
|
14589
|
+
],
|
|
14590
|
+
"optional": false,
|
|
14591
|
+
"required": false
|
|
14592
|
+
},
|
|
14593
|
+
{
|
|
14594
|
+
"name": "secondStepState",
|
|
14595
|
+
"type": "\"default\" | \"destructive\"",
|
|
14596
|
+
"complexType": {
|
|
14597
|
+
"original": "ProgressStepStates",
|
|
14598
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14599
|
+
"references": {
|
|
14600
|
+
"ProgressStepStates": {
|
|
14601
|
+
"location": "import",
|
|
14602
|
+
"path": "../../models/reusableModels",
|
|
14603
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14604
|
+
}
|
|
14605
|
+
}
|
|
14606
|
+
},
|
|
14607
|
+
"mutable": false,
|
|
14608
|
+
"attr": "second-step-state",
|
|
14609
|
+
"reflectToAttr": false,
|
|
14610
|
+
"docs": "",
|
|
14611
|
+
"docsTags": [],
|
|
14612
|
+
"values": [
|
|
14613
|
+
{
|
|
14614
|
+
"value": "default",
|
|
14615
|
+
"type": "string"
|
|
14616
|
+
},
|
|
14617
|
+
{
|
|
14618
|
+
"value": "destructive",
|
|
14619
|
+
"type": "string"
|
|
14620
|
+
}
|
|
14621
|
+
],
|
|
14622
|
+
"optional": false,
|
|
14623
|
+
"required": false
|
|
14624
|
+
},
|
|
14625
|
+
{
|
|
14626
|
+
"name": "secondStepStatus",
|
|
14627
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14628
|
+
"complexType": {
|
|
14629
|
+
"original": "ProgressStepStatus",
|
|
14630
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14631
|
+
"references": {
|
|
14632
|
+
"ProgressStepStatus": {
|
|
14633
|
+
"location": "import",
|
|
14634
|
+
"path": "../../models/reusableModels",
|
|
14635
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14636
|
+
}
|
|
14637
|
+
}
|
|
14638
|
+
},
|
|
14639
|
+
"mutable": false,
|
|
14640
|
+
"attr": "second-step-status",
|
|
14641
|
+
"reflectToAttr": false,
|
|
14642
|
+
"docs": "",
|
|
14643
|
+
"docsTags": [],
|
|
14644
|
+
"values": [
|
|
14645
|
+
{
|
|
14646
|
+
"value": "complete",
|
|
14647
|
+
"type": "string"
|
|
14648
|
+
},
|
|
14649
|
+
{
|
|
14650
|
+
"value": "current",
|
|
14651
|
+
"type": "string"
|
|
14652
|
+
},
|
|
14653
|
+
{
|
|
14654
|
+
"value": "incomplete",
|
|
14655
|
+
"type": "string"
|
|
14656
|
+
}
|
|
14657
|
+
],
|
|
14658
|
+
"optional": false,
|
|
14659
|
+
"required": false
|
|
14660
|
+
},
|
|
14661
|
+
{
|
|
14662
|
+
"name": "seventhStep",
|
|
14663
|
+
"type": "boolean",
|
|
14664
|
+
"complexType": {
|
|
14665
|
+
"original": "boolean",
|
|
14666
|
+
"resolved": "boolean",
|
|
14667
|
+
"references": {}
|
|
14668
|
+
},
|
|
14669
|
+
"mutable": false,
|
|
14670
|
+
"attr": "seventh-step",
|
|
14671
|
+
"reflectToAttr": false,
|
|
14672
|
+
"docs": "",
|
|
14673
|
+
"docsTags": [],
|
|
14674
|
+
"default": "false",
|
|
14675
|
+
"values": [
|
|
14676
|
+
{
|
|
14677
|
+
"type": "boolean"
|
|
14678
|
+
}
|
|
14679
|
+
],
|
|
14680
|
+
"optional": false,
|
|
14681
|
+
"required": false
|
|
14682
|
+
},
|
|
14683
|
+
{
|
|
14684
|
+
"name": "seventhStepState",
|
|
14685
|
+
"type": "\"default\" | \"destructive\"",
|
|
14686
|
+
"complexType": {
|
|
14687
|
+
"original": "ProgressStepStates",
|
|
14688
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14689
|
+
"references": {
|
|
14690
|
+
"ProgressStepStates": {
|
|
14691
|
+
"location": "import",
|
|
14692
|
+
"path": "../../models/reusableModels",
|
|
14693
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14694
|
+
}
|
|
14695
|
+
}
|
|
14696
|
+
},
|
|
14697
|
+
"mutable": false,
|
|
14698
|
+
"attr": "seventh-step-state",
|
|
14699
|
+
"reflectToAttr": false,
|
|
14700
|
+
"docs": "",
|
|
14701
|
+
"docsTags": [],
|
|
14702
|
+
"values": [
|
|
14703
|
+
{
|
|
14704
|
+
"value": "default",
|
|
14705
|
+
"type": "string"
|
|
14706
|
+
},
|
|
14707
|
+
{
|
|
14708
|
+
"value": "destructive",
|
|
14709
|
+
"type": "string"
|
|
14710
|
+
}
|
|
14711
|
+
],
|
|
14712
|
+
"optional": false,
|
|
14713
|
+
"required": false
|
|
14714
|
+
},
|
|
14715
|
+
{
|
|
14716
|
+
"name": "seventhStepStatus",
|
|
14717
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14718
|
+
"complexType": {
|
|
14719
|
+
"original": "ProgressStepStatus",
|
|
14720
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14721
|
+
"references": {
|
|
14722
|
+
"ProgressStepStatus": {
|
|
14723
|
+
"location": "import",
|
|
14724
|
+
"path": "../../models/reusableModels",
|
|
14725
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14726
|
+
}
|
|
14727
|
+
}
|
|
14728
|
+
},
|
|
14729
|
+
"mutable": false,
|
|
14730
|
+
"attr": "seventh-step-status",
|
|
14731
|
+
"reflectToAttr": false,
|
|
14732
|
+
"docs": "",
|
|
14733
|
+
"docsTags": [],
|
|
14734
|
+
"values": [
|
|
14735
|
+
{
|
|
14736
|
+
"value": "complete",
|
|
14737
|
+
"type": "string"
|
|
14738
|
+
},
|
|
14739
|
+
{
|
|
14740
|
+
"value": "current",
|
|
14741
|
+
"type": "string"
|
|
14742
|
+
},
|
|
14743
|
+
{
|
|
14744
|
+
"value": "incomplete",
|
|
14745
|
+
"type": "string"
|
|
14746
|
+
}
|
|
14747
|
+
],
|
|
14748
|
+
"optional": false,
|
|
14749
|
+
"required": false
|
|
14750
|
+
},
|
|
14751
|
+
{
|
|
14752
|
+
"name": "sixthStep",
|
|
14753
|
+
"type": "boolean",
|
|
14754
|
+
"complexType": {
|
|
14755
|
+
"original": "boolean",
|
|
14756
|
+
"resolved": "boolean",
|
|
14757
|
+
"references": {}
|
|
14758
|
+
},
|
|
14759
|
+
"mutable": false,
|
|
14760
|
+
"attr": "sixth-step",
|
|
14761
|
+
"reflectToAttr": false,
|
|
14762
|
+
"docs": "",
|
|
14763
|
+
"docsTags": [],
|
|
14764
|
+
"default": "false",
|
|
14765
|
+
"values": [
|
|
14766
|
+
{
|
|
14767
|
+
"type": "boolean"
|
|
14768
|
+
}
|
|
14769
|
+
],
|
|
14770
|
+
"optional": false,
|
|
14771
|
+
"required": false
|
|
14772
|
+
},
|
|
14773
|
+
{
|
|
14774
|
+
"name": "sixthStepState",
|
|
14775
|
+
"type": "\"default\" | \"destructive\"",
|
|
14776
|
+
"complexType": {
|
|
14777
|
+
"original": "ProgressStepStates",
|
|
14778
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14779
|
+
"references": {
|
|
14780
|
+
"ProgressStepStates": {
|
|
14781
|
+
"location": "import",
|
|
14782
|
+
"path": "../../models/reusableModels",
|
|
14783
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14784
|
+
}
|
|
14785
|
+
}
|
|
14786
|
+
},
|
|
14787
|
+
"mutable": false,
|
|
14788
|
+
"attr": "sixth-step-state",
|
|
14789
|
+
"reflectToAttr": false,
|
|
14790
|
+
"docs": "",
|
|
14791
|
+
"docsTags": [],
|
|
14792
|
+
"values": [
|
|
14793
|
+
{
|
|
14794
|
+
"value": "default",
|
|
14795
|
+
"type": "string"
|
|
14796
|
+
},
|
|
14797
|
+
{
|
|
14798
|
+
"value": "destructive",
|
|
14799
|
+
"type": "string"
|
|
14800
|
+
}
|
|
14801
|
+
],
|
|
14802
|
+
"optional": false,
|
|
14803
|
+
"required": false
|
|
14804
|
+
},
|
|
14805
|
+
{
|
|
14806
|
+
"name": "sixthStepStatus",
|
|
14807
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14808
|
+
"complexType": {
|
|
14809
|
+
"original": "ProgressStepStatus",
|
|
14810
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14811
|
+
"references": {
|
|
14812
|
+
"ProgressStepStatus": {
|
|
14813
|
+
"location": "import",
|
|
14814
|
+
"path": "../../models/reusableModels",
|
|
14815
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14816
|
+
}
|
|
14817
|
+
}
|
|
14818
|
+
},
|
|
14819
|
+
"mutable": false,
|
|
14820
|
+
"attr": "sixth-step-status",
|
|
14821
|
+
"reflectToAttr": false,
|
|
14822
|
+
"docs": "",
|
|
14823
|
+
"docsTags": [],
|
|
14824
|
+
"values": [
|
|
14825
|
+
{
|
|
14826
|
+
"value": "complete",
|
|
14827
|
+
"type": "string"
|
|
14828
|
+
},
|
|
14829
|
+
{
|
|
14830
|
+
"value": "current",
|
|
14831
|
+
"type": "string"
|
|
14832
|
+
},
|
|
14833
|
+
{
|
|
14834
|
+
"value": "incomplete",
|
|
14835
|
+
"type": "string"
|
|
14836
|
+
}
|
|
14837
|
+
],
|
|
14838
|
+
"optional": false,
|
|
14839
|
+
"required": false
|
|
14840
|
+
},
|
|
14841
|
+
{
|
|
14842
|
+
"name": "size",
|
|
14843
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
14844
|
+
"complexType": {
|
|
14845
|
+
"original": "GeneralSizes",
|
|
14846
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
14847
|
+
"references": {
|
|
14848
|
+
"GeneralSizes": {
|
|
14849
|
+
"location": "import",
|
|
14850
|
+
"path": "../../models/reusableModels",
|
|
14851
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
14852
|
+
}
|
|
14853
|
+
}
|
|
14854
|
+
},
|
|
14855
|
+
"mutable": false,
|
|
14856
|
+
"attr": "size",
|
|
14857
|
+
"reflectToAttr": false,
|
|
14858
|
+
"docs": "",
|
|
14859
|
+
"docsTags": [],
|
|
14860
|
+
"values": [
|
|
14861
|
+
{
|
|
14862
|
+
"value": "lg",
|
|
14863
|
+
"type": "string"
|
|
14864
|
+
},
|
|
14865
|
+
{
|
|
14866
|
+
"value": "md",
|
|
14867
|
+
"type": "string"
|
|
14868
|
+
},
|
|
14869
|
+
{
|
|
14870
|
+
"value": "profile_lg",
|
|
14871
|
+
"type": "string"
|
|
14872
|
+
},
|
|
14873
|
+
{
|
|
14874
|
+
"value": "profile_md",
|
|
14875
|
+
"type": "string"
|
|
14876
|
+
},
|
|
14877
|
+
{
|
|
14878
|
+
"value": "profile_sm",
|
|
14879
|
+
"type": "string"
|
|
14880
|
+
},
|
|
14881
|
+
{
|
|
14882
|
+
"value": "sm",
|
|
14883
|
+
"type": "string"
|
|
14884
|
+
},
|
|
14885
|
+
{
|
|
14886
|
+
"value": "xl",
|
|
14887
|
+
"type": "string"
|
|
14888
|
+
},
|
|
14889
|
+
{
|
|
14890
|
+
"value": "xl2",
|
|
14891
|
+
"type": "string"
|
|
14892
|
+
},
|
|
14893
|
+
{
|
|
14894
|
+
"value": "xl3",
|
|
14895
|
+
"type": "string"
|
|
14896
|
+
},
|
|
14897
|
+
{
|
|
14898
|
+
"value": "xl4",
|
|
14899
|
+
"type": "string"
|
|
14900
|
+
},
|
|
14901
|
+
{
|
|
14902
|
+
"value": "xs",
|
|
14903
|
+
"type": "string"
|
|
14904
|
+
},
|
|
14905
|
+
{
|
|
14906
|
+
"value": "xxs",
|
|
14907
|
+
"type": "string"
|
|
14908
|
+
}
|
|
14909
|
+
],
|
|
14910
|
+
"optional": false,
|
|
14911
|
+
"required": false
|
|
14912
|
+
},
|
|
14913
|
+
{
|
|
14914
|
+
"name": "thirdStep",
|
|
14915
|
+
"type": "boolean",
|
|
14916
|
+
"complexType": {
|
|
14917
|
+
"original": "boolean",
|
|
14918
|
+
"resolved": "boolean",
|
|
14919
|
+
"references": {}
|
|
14920
|
+
},
|
|
14921
|
+
"mutable": false,
|
|
14922
|
+
"attr": "third-step",
|
|
14923
|
+
"reflectToAttr": false,
|
|
14924
|
+
"docs": "",
|
|
14925
|
+
"docsTags": [],
|
|
14926
|
+
"default": "false",
|
|
14927
|
+
"values": [
|
|
14928
|
+
{
|
|
14929
|
+
"type": "boolean"
|
|
14930
|
+
}
|
|
14931
|
+
],
|
|
14932
|
+
"optional": false,
|
|
14933
|
+
"required": false
|
|
14934
|
+
},
|
|
14935
|
+
{
|
|
14936
|
+
"name": "thirdStepState",
|
|
14937
|
+
"type": "\"default\" | \"destructive\"",
|
|
14938
|
+
"complexType": {
|
|
14939
|
+
"original": "ProgressStepStates",
|
|
14940
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14941
|
+
"references": {
|
|
14942
|
+
"ProgressStepStates": {
|
|
14943
|
+
"location": "import",
|
|
14944
|
+
"path": "../../models/reusableModels",
|
|
14945
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14946
|
+
}
|
|
14947
|
+
}
|
|
14948
|
+
},
|
|
14949
|
+
"mutable": false,
|
|
14950
|
+
"attr": "third-step-state",
|
|
14951
|
+
"reflectToAttr": false,
|
|
14952
|
+
"docs": "",
|
|
14953
|
+
"docsTags": [],
|
|
14954
|
+
"values": [
|
|
14955
|
+
{
|
|
14956
|
+
"value": "default",
|
|
14957
|
+
"type": "string"
|
|
14958
|
+
},
|
|
14959
|
+
{
|
|
14960
|
+
"value": "destructive",
|
|
14961
|
+
"type": "string"
|
|
14962
|
+
}
|
|
14963
|
+
],
|
|
14964
|
+
"optional": false,
|
|
14965
|
+
"required": false
|
|
14966
|
+
},
|
|
14967
|
+
{
|
|
14968
|
+
"name": "thirdStepStatus",
|
|
14969
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14970
|
+
"complexType": {
|
|
14971
|
+
"original": "ProgressStepStatus",
|
|
14972
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14973
|
+
"references": {
|
|
14974
|
+
"ProgressStepStatus": {
|
|
14975
|
+
"location": "import",
|
|
14976
|
+
"path": "../../models/reusableModels",
|
|
14977
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14978
|
+
}
|
|
14979
|
+
}
|
|
14980
|
+
},
|
|
14981
|
+
"mutable": false,
|
|
14982
|
+
"attr": "third-step-status",
|
|
14983
|
+
"reflectToAttr": false,
|
|
14984
|
+
"docs": "",
|
|
14985
|
+
"docsTags": [],
|
|
14986
|
+
"values": [
|
|
14987
|
+
{
|
|
14988
|
+
"value": "complete",
|
|
14989
|
+
"type": "string"
|
|
14990
|
+
},
|
|
14991
|
+
{
|
|
14992
|
+
"value": "current",
|
|
14993
|
+
"type": "string"
|
|
14994
|
+
},
|
|
14995
|
+
{
|
|
14996
|
+
"value": "incomplete",
|
|
14997
|
+
"type": "string"
|
|
14998
|
+
}
|
|
14999
|
+
],
|
|
15000
|
+
"optional": false,
|
|
15001
|
+
"required": false
|
|
15002
|
+
}
|
|
15003
|
+
],
|
|
15004
|
+
"methods": [],
|
|
15005
|
+
"events": [],
|
|
15006
|
+
"listeners": [],
|
|
15007
|
+
"styles": [],
|
|
15008
|
+
"slots": [],
|
|
15009
|
+
"parts": [],
|
|
15010
|
+
"dependents": [],
|
|
15011
|
+
"dependencies": [
|
|
15012
|
+
"gb-step-base"
|
|
15013
|
+
],
|
|
15014
|
+
"dependencyGraph": {
|
|
15015
|
+
"gb-stepper-horizontal-line-with-text": [
|
|
15016
|
+
"gb-step-base"
|
|
15017
|
+
]
|
|
15018
|
+
}
|
|
15019
|
+
},
|
|
15020
|
+
{
|
|
15021
|
+
"filePath": "src/components/gb-tab-button-base/gb-tab-button-base.tsx",
|
|
15022
|
+
"encapsulation": "shadow",
|
|
15023
|
+
"tag": "gb-tab-button-base",
|
|
15024
|
+
"readme": "# gb-tab-button-base\r\n\r\n\r\n\r",
|
|
15025
|
+
"docs": "",
|
|
15026
|
+
"docsTags": [],
|
|
15027
|
+
"usage": {},
|
|
15028
|
+
"props": [
|
|
15029
|
+
{
|
|
15030
|
+
"name": "alignment",
|
|
15031
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
15032
|
+
"complexType": {
|
|
15033
|
+
"original": "'horizontal' | 'vertical'",
|
|
15034
|
+
"resolved": "\"horizontal\" | \"vertical\"",
|
|
15035
|
+
"references": {}
|
|
15036
|
+
},
|
|
15037
|
+
"mutable": false,
|
|
15038
|
+
"attr": "alignment",
|
|
15039
|
+
"reflectToAttr": false,
|
|
15040
|
+
"docs": "",
|
|
15041
|
+
"docsTags": [],
|
|
15042
|
+
"values": [
|
|
15043
|
+
{
|
|
15044
|
+
"value": "horizontal",
|
|
15045
|
+
"type": "string"
|
|
15046
|
+
},
|
|
15047
|
+
{
|
|
15048
|
+
"value": "vertical",
|
|
15049
|
+
"type": "string"
|
|
15050
|
+
}
|
|
15051
|
+
],
|
|
15052
|
+
"optional": false,
|
|
15053
|
+
"required": false
|
|
15054
|
+
},
|
|
15055
|
+
{
|
|
15056
|
+
"name": "badge",
|
|
15057
|
+
"type": "boolean",
|
|
15058
|
+
"complexType": {
|
|
15059
|
+
"original": "boolean",
|
|
15060
|
+
"resolved": "boolean",
|
|
15061
|
+
"references": {}
|
|
15062
|
+
},
|
|
15063
|
+
"mutable": false,
|
|
15064
|
+
"attr": "badge",
|
|
15065
|
+
"reflectToAttr": false,
|
|
15066
|
+
"docs": "",
|
|
15067
|
+
"docsTags": [],
|
|
15068
|
+
"default": "false",
|
|
15069
|
+
"values": [
|
|
15070
|
+
{
|
|
15071
|
+
"type": "boolean"
|
|
15072
|
+
}
|
|
15073
|
+
],
|
|
15074
|
+
"optional": false,
|
|
15075
|
+
"required": false
|
|
15076
|
+
},
|
|
15077
|
+
{
|
|
15078
|
+
"name": "current",
|
|
15079
|
+
"type": "boolean",
|
|
15080
|
+
"complexType": {
|
|
15081
|
+
"original": "boolean",
|
|
15082
|
+
"resolved": "boolean",
|
|
15083
|
+
"references": {}
|
|
15084
|
+
},
|
|
15085
|
+
"mutable": false,
|
|
15086
|
+
"attr": "current",
|
|
15087
|
+
"reflectToAttr": false,
|
|
15088
|
+
"docs": "",
|
|
15089
|
+
"docsTags": [],
|
|
15090
|
+
"default": "false",
|
|
15091
|
+
"values": [
|
|
15092
|
+
{
|
|
15093
|
+
"type": "boolean"
|
|
15094
|
+
}
|
|
15095
|
+
],
|
|
15096
|
+
"optional": false,
|
|
15097
|
+
"required": false
|
|
15098
|
+
},
|
|
15099
|
+
{
|
|
15100
|
+
"name": "fullWidth",
|
|
15101
|
+
"type": "boolean",
|
|
15102
|
+
"complexType": {
|
|
15103
|
+
"original": "boolean",
|
|
15104
|
+
"resolved": "boolean",
|
|
15105
|
+
"references": {}
|
|
15106
|
+
},
|
|
15107
|
+
"mutable": false,
|
|
15108
|
+
"attr": "full-width",
|
|
15109
|
+
"reflectToAttr": false,
|
|
15110
|
+
"docs": "",
|
|
15111
|
+
"docsTags": [],
|
|
15112
|
+
"default": "false",
|
|
15113
|
+
"values": [
|
|
15114
|
+
{
|
|
15115
|
+
"type": "boolean"
|
|
15116
|
+
}
|
|
15117
|
+
],
|
|
15118
|
+
"optional": false,
|
|
15119
|
+
"required": false
|
|
15120
|
+
},
|
|
15121
|
+
{
|
|
15122
|
+
"name": "size",
|
|
15123
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
15124
|
+
"complexType": {
|
|
15125
|
+
"original": "GeneralSizes",
|
|
15126
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
15127
|
+
"references": {
|
|
15128
|
+
"GeneralSizes": {
|
|
15129
|
+
"location": "import",
|
|
15130
|
+
"path": "../../models/reusableModels",
|
|
15131
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
15132
|
+
}
|
|
15133
|
+
}
|
|
15134
|
+
},
|
|
15135
|
+
"mutable": false,
|
|
15136
|
+
"attr": "size",
|
|
15137
|
+
"reflectToAttr": false,
|
|
15138
|
+
"docs": "",
|
|
15139
|
+
"docsTags": [],
|
|
15140
|
+
"values": [
|
|
15141
|
+
{
|
|
15142
|
+
"value": "lg",
|
|
15143
|
+
"type": "string"
|
|
15144
|
+
},
|
|
15145
|
+
{
|
|
15146
|
+
"value": "md",
|
|
15147
|
+
"type": "string"
|
|
15148
|
+
},
|
|
15149
|
+
{
|
|
15150
|
+
"value": "profile_lg",
|
|
15151
|
+
"type": "string"
|
|
15152
|
+
},
|
|
15153
|
+
{
|
|
15154
|
+
"value": "profile_md",
|
|
15155
|
+
"type": "string"
|
|
15156
|
+
},
|
|
15157
|
+
{
|
|
15158
|
+
"value": "profile_sm",
|
|
15159
|
+
"type": "string"
|
|
15160
|
+
},
|
|
15161
|
+
{
|
|
15162
|
+
"value": "sm",
|
|
15163
|
+
"type": "string"
|
|
15164
|
+
},
|
|
15165
|
+
{
|
|
15166
|
+
"value": "xl",
|
|
15167
|
+
"type": "string"
|
|
15168
|
+
},
|
|
15169
|
+
{
|
|
15170
|
+
"value": "xl2",
|
|
15171
|
+
"type": "string"
|
|
15172
|
+
},
|
|
15173
|
+
{
|
|
15174
|
+
"value": "xl3",
|
|
15175
|
+
"type": "string"
|
|
15176
|
+
},
|
|
15177
|
+
{
|
|
15178
|
+
"value": "xl4",
|
|
15179
|
+
"type": "string"
|
|
15180
|
+
},
|
|
15181
|
+
{
|
|
15182
|
+
"value": "xs",
|
|
15183
|
+
"type": "string"
|
|
15184
|
+
},
|
|
15185
|
+
{
|
|
15186
|
+
"value": "xxs",
|
|
15187
|
+
"type": "string"
|
|
15188
|
+
}
|
|
15189
|
+
],
|
|
15190
|
+
"optional": false,
|
|
15191
|
+
"required": false
|
|
15192
|
+
},
|
|
15193
|
+
{
|
|
15194
|
+
"name": "tabName",
|
|
15195
|
+
"type": "string",
|
|
15196
|
+
"complexType": {
|
|
15197
|
+
"original": "string",
|
|
15198
|
+
"resolved": "string",
|
|
15199
|
+
"references": {}
|
|
15200
|
+
},
|
|
15201
|
+
"mutable": false,
|
|
15202
|
+
"attr": "tab-name",
|
|
15203
|
+
"reflectToAttr": false,
|
|
15204
|
+
"docs": "",
|
|
15205
|
+
"docsTags": [],
|
|
15206
|
+
"default": "''",
|
|
15207
|
+
"values": [
|
|
15208
|
+
{
|
|
15209
|
+
"type": "string"
|
|
15210
|
+
}
|
|
15211
|
+
],
|
|
15212
|
+
"optional": false,
|
|
15213
|
+
"required": false
|
|
15214
|
+
},
|
|
15215
|
+
{
|
|
15216
|
+
"name": "type",
|
|
15217
|
+
"type": "\"button_gray\" | \"button_gray_border\" | \"button_primary\" | \"button_white\" | \"button_white_border\" | \"line\" | \"rounded_button_white\" | \"rounded_button_white_border\" | \"underline\" | \"underline_filled\"",
|
|
15218
|
+
"complexType": {
|
|
15219
|
+
"original": "TabTypes",
|
|
15220
|
+
"resolved": "\"button_gray\" | \"button_gray_border\" | \"button_primary\" | \"button_white\" | \"button_white_border\" | \"line\" | \"rounded_button_white\" | \"rounded_button_white_border\" | \"underline\" | \"underline_filled\"",
|
|
15221
|
+
"references": {
|
|
15222
|
+
"TabTypes": {
|
|
15223
|
+
"location": "import",
|
|
15224
|
+
"path": "../../models/reusableModels",
|
|
15225
|
+
"id": "src/models/reusableModels.ts::TabTypes"
|
|
15226
|
+
}
|
|
15227
|
+
}
|
|
14211
15228
|
},
|
|
14212
15229
|
"mutable": false,
|
|
14213
15230
|
"attr": "type",
|
|
@@ -15162,7 +16179,7 @@
|
|
|
15162
16179
|
"reflectToAttr": false,
|
|
15163
16180
|
"docs": "",
|
|
15164
16181
|
"docsTags": [],
|
|
15165
|
-
"default": "[\r\n { objectName: 'John Doe', objectValue: 'john.doe@example.com' },\r\n { objectName: 'Jane Smith', objectValue: 'jane.smith@example.com' },\r\n { objectName: 'Alice Johnson', objectValue: 'alice.johnson@example.com' },\r\n { objectName: 'Emmanuel Kadiri', objectValue: 'kadiri2047@gmail.com' },\r\n { objectName: 'Gideon Ogunkola', objectValue: 'gideon@example.com' },\r\n 10,\r\n 20,\r\n 30,\r\n 40,\r\n 50,\r\n ]",
|
|
16182
|
+
"default": "[\r\n // { objectName: 'John Doe', objectValue: 'john.doe@example.com' },\r\n // { objectName: 'Jane Smith', objectValue: 'jane.smith@example.com' },\r\n // { objectName: 'Alice Johnson', objectValue: 'alice.johnson@example.com' },\r\n // { objectName: 'Emmanuel Kadiri', objectValue: 'kadiri2047@gmail.com' },\r\n // { objectName: 'Gideon Ogunkola', objectValue: 'gideon@example.com' },\r\n // 10,\r\n // 20,\r\n // 30,\r\n // 40,\r\n // 50,\r\n ]",
|
|
15166
16183
|
"values": [
|
|
15167
16184
|
{
|
|
15168
16185
|
"type": "any[]"
|
|
@@ -15288,7 +16305,7 @@
|
|
|
15288
16305
|
"reflectToAttr": false,
|
|
15289
16306
|
"docs": "",
|
|
15290
16307
|
"docsTags": [],
|
|
15291
|
-
"default": "[\r\n { objectName: 'John Doe', objectValue: 'john.doe@example.com' },\r\n { objectName: 'Jane Smith', objectValue: 'jane.smith@example.com' },\r\n { objectName: 'Alice Johnson', objectValue: 'alice.johnson@example.com' },\r\n { objectName: 'Emmanuel Kadiri', objectValue: 'kadiri2047@gmail.com' },\r\n { objectName: 'Gideon Ogunkola', objectValue: 'gideon@example.com' },\r\n ]",
|
|
16308
|
+
"default": "[\r\n // { objectName: 'John Doe', objectValue: 'john.doe@example.com' },\r\n // { objectName: 'Jane Smith', objectValue: 'jane.smith@example.com' },\r\n // { objectName: 'Alice Johnson', objectValue: 'alice.johnson@example.com' },\r\n // { objectName: 'Emmanuel Kadiri', objectValue: 'kadiri2047@gmail.com' },\r\n // { objectName: 'Gideon Ogunkola', objectValue: 'gideon@example.com' },\r\n ]",
|
|
15292
16309
|
"values": [
|
|
15293
16310
|
{
|
|
15294
16311
|
"type": "any"
|
|
@@ -17744,13 +18761,13 @@
|
|
|
17744
18761
|
"docstring": "",
|
|
17745
18762
|
"path": "src/models/reusableModels.ts"
|
|
17746
18763
|
},
|
|
17747
|
-
"src/models/reusableModels.ts::
|
|
17748
|
-
"declaration": "export type
|
|
18764
|
+
"src/models/reusableModels.ts::FileIconTypes": {
|
|
18765
|
+
"declaration": "export type FileIconTypes = 'pdf' | 'csv' | 'jpg' | 'jpeg' | 'ppt' | 'pptx' | 'doc' | 'docx' | 'xls' | 'xlsx' | 'svg' | 'txt' | 'zip' | 'rar' | 'mp3' | 'mp4';",
|
|
17749
18766
|
"docstring": "",
|
|
17750
18767
|
"path": "src/models/reusableModels.ts"
|
|
17751
18768
|
},
|
|
17752
|
-
"src/models/reusableModels.ts::
|
|
17753
|
-
"declaration": "export type
|
|
18769
|
+
"src/models/reusableModels.ts::FileIconStyles": {
|
|
18770
|
+
"declaration": "export type FileIconStyles = 'default' | 'gray' | 'solid';",
|
|
17754
18771
|
"docstring": "",
|
|
17755
18772
|
"path": "src/models/reusableModels.ts"
|
|
17756
18773
|
},
|
|
@@ -17794,11 +18811,6 @@
|
|
|
17794
18811
|
"docstring": "",
|
|
17795
18812
|
"path": "src/models/reusableModels.ts"
|
|
17796
18813
|
},
|
|
17797
|
-
"src/models/reusableModels.ts::ProgressStepStates": {
|
|
17798
|
-
"declaration": "export type ProgressStepStates = 'default' | 'destructive';",
|
|
17799
|
-
"docstring": "",
|
|
17800
|
-
"path": "src/models/reusableModels.ts"
|
|
17801
|
-
},
|
|
17802
18814
|
"src/models/reusableModels.ts::ProgressStepStatus": {
|
|
17803
18815
|
"declaration": "export type ProgressStepStatus = 'incomplete' | 'current' | 'complete';",
|
|
17804
18816
|
"docstring": "",
|
|
@@ -17809,6 +18821,11 @@
|
|
|
17809
18821
|
"docstring": "",
|
|
17810
18822
|
"path": "src/models/reusableModels.ts"
|
|
17811
18823
|
},
|
|
18824
|
+
"src/models/reusableModels.ts::ProgressStepStates": {
|
|
18825
|
+
"declaration": "export type ProgressStepStates = 'default' | 'destructive';",
|
|
18826
|
+
"docstring": "",
|
|
18827
|
+
"path": "src/models/reusableModels.ts"
|
|
18828
|
+
},
|
|
17812
18829
|
"src/models/reusableModels.ts::TableCellTypes": {
|
|
17813
18830
|
"declaration": "export type TableCellTypes = 'text' | 'lead_text' | 'lead_checkbox' | 'badge';",
|
|
17814
18831
|
"docstring": "",
|