globuswebcomponents 2.2.2 → 2.2.3
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.cjs.entry.js +121 -0
- package/dist/cjs/gb-action-panel.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-action-panel.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-avatar-label-group_2.cjs.entry.js +1 -1
- package/dist/cjs/{gb-action-panel_25.cjs.entry.js → gb-avatar_23.cjs.entry.js} +84 -561
- package/dist/cjs/gb-avatar_23.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-button-close.cjs.entry.js +20 -0
- package/dist/cjs/gb-button-close.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-button-close.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-empty-state.cjs.entry.js +49 -0
- package/dist/cjs/gb-empty-state.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-empty-state.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +445 -0
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
- package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/gb-table-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
- package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-toast.cjs.entry.js +1 -1
- package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
- package/dist/cjs/gb-top-bar-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar-sidemenu.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar.cjs.entry.js +1 -1
- package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +6 -4
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.css +5 -1
- package/dist/collection/components/gb-step-base/gb-step-base.js +26 -3
- package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -1
- package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.css +2758 -0
- package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js +123 -0
- package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js.map +1 -0
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.css +40 -3
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +15 -9
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.css +2688 -0
- package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js +114 -0
- package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js.map +1 -0
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
- package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
- package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
- package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
- package/dist/collection/components/gb-toast/gb-toast.js +1 -1
- package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-top-bar/gb-top-bar.js +1 -1
- package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js +1 -1
- package/dist/collection/components/gb-top-bar-sidemenu/gb-top-bar-sidemenu.js +1 -1
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +3 -3
- package/dist/components/gb-avatar-group.js +2 -2
- 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 +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-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +1 -1
- package/dist/components/gb-icon-button-base.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 +8 -8
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-sidebar.js +5 -5
- 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 +2 -2
- package/dist/components/gb-step-base.js +1 -1
- package/dist/components/gb-step-icon-base.d.ts +11 -0
- package/dist/components/gb-step-icon-base.js +9 -0
- package/dist/components/gb-step-icon-base.js.map +1 -0
- package/dist/components/gb-stepper-horizontal-icons-centered.js +26 -10
- package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +11 -5
- package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/components/gb-stepper-horizontal-minimal-icons.d.ts +11 -0
- package/dist/components/gb-stepper-horizontal-minimal-icons.js +67 -0
- package/dist/components/gb-stepper-horizontal-minimal-icons.js.map +1 -0
- package/dist/components/gb-stepper-vertical-icons-with-text.js +11 -5
- package/dist/components/gb-stepper-vertical-icons-with-text.js.map +1 -1
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-cell.js +1 -1
- package/dist/components/gb-table-header.js +8 -8
- 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 +8 -8
- package/dist/components/gb-theme-tab.js +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +2 -2
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field-compact.js +1 -1
- package/dist/components/gb-token-field-compressed.js +2 -2
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-top-bar-item.js +1 -1
- package/dist/components/gb-top-bar-sidemenu.js +3 -3
- package/dist/components/gb-top-bar.js +3 -3
- package/dist/components/gb-vertical-tabs.js +1 -1
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +2 -2
- package/dist/components/{p-BL060XwA.js → p-BDQEubqB.js} +4 -4
- package/dist/components/{p-BL060XwA.js.map → p-BDQEubqB.js.map} +1 -1
- package/dist/components/{p-C1ABJsvB.js → p-BDmK-s7W.js} +4 -4
- package/dist/components/{p-C1ABJsvB.js.map → p-BDmK-s7W.js.map} +1 -1
- package/dist/components/{p-DnxaLNXd.js → p-BQBxVm81.js} +3 -3
- package/dist/components/{p-DnxaLNXd.js.map → p-BQBxVm81.js.map} +1 -1
- package/dist/components/{p-Jjdtz5uu.js → p-BU0pk3Az.js} +3 -3
- package/dist/components/{p-Jjdtz5uu.js.map → p-BU0pk3Az.js.map} +1 -1
- package/dist/components/{p-BLbIMqN3.js → p-BUsyzLlY.js} +3 -3
- package/dist/components/{p-BLbIMqN3.js.map → p-BUsyzLlY.js.map} +1 -1
- package/dist/components/{p-C9liU8cb.js → p-BVaspMh3.js} +3 -3
- package/dist/components/{p-C9liU8cb.js.map → p-BVaspMh3.js.map} +1 -1
- package/dist/components/{p-DWfnp2oR.js → p-BcTbUcgA.js} +3 -3
- package/dist/components/{p-DWfnp2oR.js.map → p-BcTbUcgA.js.map} +1 -1
- package/dist/components/{p-DDzx6GaS.js → p-Be8NwP7n.js} +3 -3
- package/dist/components/{p-DDzx6GaS.js.map → p-Be8NwP7n.js.map} +1 -1
- package/dist/components/{p-5ftpNEMM.js → p-ByV5GH4j.js} +3 -3
- package/dist/components/{p-5ftpNEMM.js.map → p-ByV5GH4j.js.map} +1 -1
- package/dist/components/{p-5KSv25sm.js → p-CAdtpcZw.js} +6 -6
- package/dist/components/{p-5KSv25sm.js.map → p-CAdtpcZw.js.map} +1 -1
- package/dist/components/{p-CxqN_8nX.js → p-CArhc50k.js} +3 -3
- package/dist/components/{p-CxqN_8nX.js.map → p-CArhc50k.js.map} +1 -1
- package/dist/components/p-CEz-mXMZ.js +57 -0
- package/dist/components/p-CEz-mXMZ.js.map +1 -0
- package/dist/components/{p-BYxuCcc3.js → p-Ch4q9hdT.js} +15 -13
- package/dist/components/p-Ch4q9hdT.js.map +1 -0
- package/dist/components/{p-CCqSZROk.js → p-CiEnAhn4.js} +5 -5
- package/dist/components/{p-CCqSZROk.js.map → p-CiEnAhn4.js.map} +1 -1
- package/dist/components/{p-CYKvVkx9.js → p-D1k57S2G.js} +3 -3
- package/dist/components/{p-CYKvVkx9.js.map → p-D1k57S2G.js.map} +1 -1
- package/dist/components/{p-0txwjBLs.js → p-DRiSPJNK.js} +13 -8
- package/dist/components/p-DRiSPJNK.js.map +1 -0
- package/dist/components/{p-hlUZbOeR.js → p-DUk5DBtq.js} +3 -3
- package/dist/components/{p-hlUZbOeR.js.map → p-DUk5DBtq.js.map} +1 -1
- package/dist/components/{p-sSORdxKv.js → p-Drw98f41.js} +5 -5
- package/dist/components/{p-sSORdxKv.js.map → p-Drw98f41.js.map} +1 -1
- package/dist/components/{p-CJ9nTfeO.js → p-S-xD_yqm.js} +4 -4
- package/dist/components/{p-CJ9nTfeO.js.map → p-S-xD_yqm.js.map} +1 -1
- package/dist/components/{p-DCIExPaz.js → p-VMnF0OzT.js} +3 -3
- package/dist/components/{p-DCIExPaz.js.map → p-VMnF0OzT.js.map} +1 -1
- package/dist/components/{p-C2d-ZnSS.js → p-ZZkjHbmt.js} +3 -3
- package/dist/components/{p-C2d-ZnSS.js.map → p-ZZkjHbmt.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-CHLgyYFr.js → p-dKZMKsKP.js} +3 -3
- package/dist/components/{p-CHLgyYFr.js.map → p-dKZMKsKP.js.map} +1 -1
- package/dist/components/{p-DPkD6R4g.js → p-gr2SW-QO.js} +3 -3
- package/dist/components/{p-DPkD6R4g.js.map → p-gr2SW-QO.js.map} +1 -1
- package/dist/components/{p-DzpoepeD.js → p-n7oT6sZz.js} +3 -3
- package/dist/components/{p-DzpoepeD.js.map → p-n7oT6sZz.js.map} +1 -1
- package/dist/components/{p-DNOcRHDc.js → p-vDSYmK5i.js} +4 -4
- package/dist/components/{p-DNOcRHDc.js.map → p-vDSYmK5i.js.map} +1 -1
- package/dist/components/{p-BSGWAB3h.js → p-zC4zVwYT.js} +8 -8
- package/dist/components/{p-BSGWAB3h.js.map → p-zC4zVwYT.js.map} +1 -1
- package/dist/components/test-input-tag.js +6 -6
- package/dist/docs.json +369 -3
- package/dist/esm/gb-action-panel.entry.js +119 -0
- package/dist/esm/gb-action-panel.entry.js.map +1 -0
- package/dist/esm/gb-avatar-label-group_2.entry.js +1 -1
- package/dist/esm/{gb-action-panel_25.entry.js → gb-avatar_23.entry.js} +85 -560
- package/dist/esm/gb-avatar_23.entry.js.map +1 -0
- package/dist/esm/gb-button-close.entry.js +18 -0
- package/dist/esm/gb-button-close.entry.js.map +1 -0
- package/dist/esm/gb-empty-state.entry.js +47 -0
- package/dist/esm/gb-empty-state.entry.js.map +1 -0
- package/dist/esm/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.js.map +1 -0
- package/dist/esm/gb-input-dropdown_3.entry.js +441 -0
- package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -0
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
- package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
- package/dist/esm/gb-tab-button-base.entry.js +3 -3
- package/dist/esm/gb-table-cell.entry.js +1 -1
- package/dist/esm/gb-table-header.entry.js +1 -1
- package/dist/esm/gb-textarea-input-field.entry.js +4 -4
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +1 -1
- package/dist/esm/gb-toggle-base.entry.js +2 -2
- package/dist/esm/gb-toggle.entry.js +1 -1
- package/dist/esm/gb-token-field-compact.entry.js +1 -1
- package/dist/esm/gb-token-field-compressed.entry.js +2 -2
- package/dist/esm/gb-top-bar-item.entry.js +1 -1
- package/dist/esm/gb-top-bar-sidemenu.entry.js +1 -1
- package/dist/esm/gb-top-bar.entry.js +1 -1
- package/dist/esm/gb-vertical-tabs.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/gb-action-panel.entry.esm.js.map +1 -0
- package/dist/globuscomponents/gb-button-close.entry.esm.js.map +1 -0
- package/dist/globuscomponents/gb-empty-state.entry.esm.js.map +1 -0
- package/dist/globuscomponents/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.esm.js.map +1 -0
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-6ca2332d.entry.js → p-06c1f98a.entry.js} +2 -2
- package/dist/globuscomponents/{p-f5be77fd.entry.js → p-07106ba3.entry.js} +2 -2
- package/dist/globuscomponents/{p-9391c24d.entry.js → p-0804c201.entry.js} +2 -2
- package/dist/globuscomponents/{p-ff6ca3b0.entry.js → p-1cc15bcb.entry.js} +2 -2
- package/dist/globuscomponents/{p-9c9fb01b.entry.js → p-1d41bc29.entry.js} +2 -2
- package/dist/globuscomponents/{p-8a2b3ed8.entry.js → p-2b4b8d1c.entry.js} +2 -2
- package/dist/globuscomponents/p-2db98744.entry.js +2 -0
- package/dist/globuscomponents/p-2db98744.entry.js.map +1 -0
- package/dist/globuscomponents/{p-a60c8538.entry.js → p-3cc0ea9e.entry.js} +2 -2
- package/dist/globuscomponents/{p-076b2990.entry.js → p-518caaa9.entry.js} +2 -2
- package/dist/globuscomponents/{p-dbdf608e.entry.js → p-51edb6f1.entry.js} +2 -2
- package/dist/globuscomponents/{p-d71071c8.entry.js → p-5a30be16.entry.js} +2 -2
- package/dist/globuscomponents/{p-0f9d4e7e.entry.js → p-61596c17.entry.js} +2 -2
- package/dist/globuscomponents/{p-b33a6bc8.entry.js → p-7cf4d95d.entry.js} +2 -2
- package/dist/globuscomponents/{p-ba3f9eb1.entry.js → p-7eeacf16.entry.js} +2 -2
- package/dist/globuscomponents/p-7f351451.entry.js +2 -0
- package/dist/globuscomponents/p-7f351451.entry.js.map +1 -0
- package/dist/globuscomponents/p-85ae2dac.entry.js +2 -0
- package/dist/globuscomponents/{p-da9094b4.entry.js → p-8aa75444.entry.js} +2 -2
- package/dist/globuscomponents/{p-93f37394.entry.js → p-8d13548b.entry.js} +2 -2
- package/dist/globuscomponents/p-97bc1e88.entry.js +2 -0
- package/dist/globuscomponents/p-97bc1e88.entry.js.map +1 -0
- package/dist/globuscomponents/p-af94f827.entry.js +2 -0
- package/dist/globuscomponents/p-af94f827.entry.js.map +1 -0
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/p-cad161d3.entry.js +2 -0
- package/dist/globuscomponents/p-cad161d3.entry.js.map +1 -0
- package/dist/globuscomponents/{p-407b9855.entry.js → p-e453561e.entry.js} +2 -2
- package/dist/globuscomponents/{p-e9906bb1.entry.js → p-f00365a3.entry.js} +2 -2
- package/dist/globuscomponents/{p-5143434a.entry.js → p-f5caead1.entry.js} +2 -2
- package/dist/globuscomponents/{p-10d004f1.entry.js → p-fd6ae061.entry.js} +2 -2
- package/dist/types/components/gb-step-base/gb-step-base.d.ts +2 -1
- package/dist/types/components/gb-step-icon-base/gb-step-icon-base.d.ts +12 -0
- package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +0 -1
- package/dist/types/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.d.ts +7 -0
- package/dist/types/components.d.ts +40 -0
- package/dist/types/models/reusableModels.d.ts +2 -2
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel_25.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-pagination-button-group-base.gb-pagination-number-base.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-pagination-button-group-base_2.cjs.entry.js +0 -64
- package/dist/cjs/gb-pagination-button-group-base_2.cjs.entry.js.map +0 -1
- package/dist/components/p-0txwjBLs.js.map +0 -1
- package/dist/components/p-BYxuCcc3.js.map +0 -1
- package/dist/esm/gb-action-panel_25.entry.js.map +0 -1
- package/dist/esm/gb-pagination-button-group-base.gb-pagination-number-base.entry.js.map +0 -1
- package/dist/esm/gb-pagination-button-group-base_2.entry.js +0 -61
- package/dist/esm/gb-pagination-button-group-base_2.entry.js.map +0 -1
- package/dist/globuscomponents/gb-pagination-button-group-base.gb-pagination-number-base.entry.esm.js.map +0 -1
- package/dist/globuscomponents/p-42fddad8.entry.js +0 -2
- package/dist/globuscomponents/p-74123b88.entry.js +0 -2
- package/dist/globuscomponents/p-74123b88.entry.js.map +0 -1
- package/dist/globuscomponents/p-deaf3331.entry.js +0 -2
- package/dist/globuscomponents/p-deaf3331.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-6ca2332d.entry.js.map → p-06c1f98a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f5be77fd.entry.js.map → p-07106ba3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9391c24d.entry.js.map → p-0804c201.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ff6ca3b0.entry.js.map → p-1cc15bcb.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9c9fb01b.entry.js.map → p-1d41bc29.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8a2b3ed8.entry.js.map → p-2b4b8d1c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a60c8538.entry.js.map → p-3cc0ea9e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-076b2990.entry.js.map → p-518caaa9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dbdf608e.entry.js.map → p-51edb6f1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d71071c8.entry.js.map → p-5a30be16.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0f9d4e7e.entry.js.map → p-61596c17.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b33a6bc8.entry.js.map → p-7cf4d95d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ba3f9eb1.entry.js.map → p-7eeacf16.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-42fddad8.entry.js.map → p-85ae2dac.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-da9094b4.entry.js.map → p-8aa75444.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-93f37394.entry.js.map → p-8d13548b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-407b9855.entry.js.map → p-e453561e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e9906bb1.entry.js.map → p-f00365a3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5143434a.entry.js.map → p-f5caead1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-10d004f1.entry.js.map → p-fd6ae061.entry.js.map} +0 -0
|
@@ -6,10 +6,10 @@ import { d as defineCustomElement$9 } from './p-DG-FY6AK.js';
|
|
|
6
6
|
import { d as defineCustomElement$8 } from './p-DUHRfP06.js';
|
|
7
7
|
import { d as defineCustomElement$7 } from './p-DH1booBL.js';
|
|
8
8
|
import { d as defineCustomElement$6 } from './p-vBpmIdMJ.js';
|
|
9
|
-
import { d as defineCustomElement$5 } from './p-
|
|
10
|
-
import { d as defineCustomElement$4 } from './p-
|
|
11
|
-
import { d as defineCustomElement$3 } from './p-
|
|
12
|
-
import { d as defineCustomElement$2 } from './p-
|
|
9
|
+
import { d as defineCustomElement$5 } from './p-CAdtpcZw.js';
|
|
10
|
+
import { d as defineCustomElement$4 } from './p-VMnF0OzT.js';
|
|
11
|
+
import { d as defineCustomElement$3 } from './p-CArhc50k.js';
|
|
12
|
+
import { d as defineCustomElement$2 } from './p-ByV5GH4j.js';
|
|
13
13
|
|
|
14
14
|
const testInputTagCss = ".input_group{--height:auto;--inputheight:4.5rem;--weight:100%;display:flex;position:relative}.input_like_parent{width:100%;border:1px solid var(--color-border-input, #CDD5DF);border-radius:var(--rounded-sm);padding:0.625rem 0.875rem 0.625rem var(--spacing-3)}.input_like{width:100%;overflow-y:scroll;transition:height 50ms ease-in-out}.results_display{display:flex;flex-wrap:wrap;gap:0.5rem;background-color:var(--color-surface, #FFFFFF);display:none;margin-top:0.5rem}.results_display.show_results{display:block}.tags{padding-top:1rem}.dropdown_list.show{display:block}.dropdown_menu{display:flex;width:100%;max-height:15rem;padding:var(--spacing-none);flex-direction:column;align-items:stretch;border-radius:var(--rounded-sm);border:1px solid var(--color-border-subtler, #E3E8EF);background:var(--color-surface, #FFFFFF);box-shadow:var(--shadow-sm);position:absolute;top:100%;z-index:10;gap:var(--spacing-none);transition:1s ease-in-out}";
|
|
15
15
|
|
|
@@ -87,7 +87,7 @@ const TestInputTag$1 = /*@__PURE__*/ proxyCustomElement(class TestInputTag exten
|
|
|
87
87
|
this.exportValue.emit(this.selectedStaff);
|
|
88
88
|
}
|
|
89
89
|
render() {
|
|
90
|
-
return (h("div", { key: '
|
|
90
|
+
return (h("div", { key: 'ceaec443d0640eb12ce7bd5175943165fa0b809a', class: "input_group", ref: el => (this.inputGroupElement = el) }, h("label", { key: '04add43a98e5f50d826b7d78d144d6461856aa21', htmlFor: this.idOfInput }, this.labelText), h("div", { key: 'c4dfec2718b087d867c1f778e8ad66d41f41ebaf', class: "input_like_parent", onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, h("input", { key: '149084e81bbf8b772975bd4cd1712ff07a07045b', id: this.idOfInput, class: "input_like", type: "text", placeholder: this.placeholderText, value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff() }), h("div", { key: '32e7be70807bd93efe1aba4c4bcf6721f6ade8db', class: `results_display ${this.selectedStaff.length >= 1 ? 'show_results' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.selectedStaff.map((staff, index) => (
|
|
91
91
|
// <span>
|
|
92
92
|
// {staff.fullname}
|
|
93
93
|
// <img
|
|
@@ -96,7 +96,7 @@ const TestInputTag$1 = /*@__PURE__*/ proxyCustomElement(class TestInputTag exten
|
|
|
96
96
|
// onClick={() => this.removeStaff(index)}
|
|
97
97
|
// />
|
|
98
98
|
// </span>
|
|
99
|
-
h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index) }, h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, staff.fullname.split(' ')[0])))))), this.show && (h("div", { key: '
|
|
99
|
+
h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index) }, h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, staff.fullname.split(' ')[0])))))), this.show && (h("div", { key: 'ef4a274a13b62eb0fe078a5a88ea5562289c02cb', class: `dropdown_menu ${this.show ? 'show' : ''}` }, this.staffInfo.map(staff => (
|
|
100
100
|
// <li class="aList" onClick={() => this.selectStaff(staff)}>
|
|
101
101
|
// <div>{staff.fullname}</div>
|
|
102
102
|
// <div>{staff.email}</div>
|
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-07-
|
|
2
|
+
"timestamp": "2025-07-10T23:39:49",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.28.2",
|
|
@@ -16852,6 +16852,40 @@
|
|
|
16852
16852
|
"docsTags": [],
|
|
16853
16853
|
"usage": {},
|
|
16854
16854
|
"props": [
|
|
16855
|
+
{
|
|
16856
|
+
"name": "breakpoint",
|
|
16857
|
+
"type": "\"desktop\" | \"mobile\"",
|
|
16858
|
+
"complexType": {
|
|
16859
|
+
"original": "BreakPoints",
|
|
16860
|
+
"resolved": "\"desktop\" | \"mobile\"",
|
|
16861
|
+
"references": {
|
|
16862
|
+
"BreakPoints": {
|
|
16863
|
+
"location": "import",
|
|
16864
|
+
"path": "../../models/reusableModels",
|
|
16865
|
+
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
16866
|
+
}
|
|
16867
|
+
}
|
|
16868
|
+
},
|
|
16869
|
+
"mutable": false,
|
|
16870
|
+
"attr": "breakpoint",
|
|
16871
|
+
"reflectToAttr": false,
|
|
16872
|
+
"docs": "",
|
|
16873
|
+
"docsTags": [],
|
|
16874
|
+
"values": [
|
|
16875
|
+
{
|
|
16876
|
+
"value": "desktop",
|
|
16877
|
+
"type": "string"
|
|
16878
|
+
},
|
|
16879
|
+
{
|
|
16880
|
+
"value": "mobile",
|
|
16881
|
+
"type": "string"
|
|
16882
|
+
}
|
|
16883
|
+
],
|
|
16884
|
+
"optional": false,
|
|
16885
|
+
"required": false,
|
|
16886
|
+
"getter": false,
|
|
16887
|
+
"setter": false
|
|
16888
|
+
},
|
|
16855
16889
|
{
|
|
16856
16890
|
"name": "connector",
|
|
16857
16891
|
"type": "boolean",
|
|
@@ -17181,10 +17215,12 @@
|
|
|
17181
17215
|
"gb-stepper-vertical-icons-with-text"
|
|
17182
17216
|
],
|
|
17183
17217
|
"dependencies": [
|
|
17218
|
+
"gb-step-icon-base",
|
|
17184
17219
|
"gb-featured-icon"
|
|
17185
17220
|
],
|
|
17186
17221
|
"dependencyGraph": {
|
|
17187
17222
|
"gb-step-base": [
|
|
17223
|
+
"gb-step-icon-base",
|
|
17188
17224
|
"gb-featured-icon"
|
|
17189
17225
|
],
|
|
17190
17226
|
"gb-stepper-horizontal-icons-centered": [
|
|
@@ -17198,6 +17234,181 @@
|
|
|
17198
17234
|
]
|
|
17199
17235
|
}
|
|
17200
17236
|
},
|
|
17237
|
+
{
|
|
17238
|
+
"filePath": "src/components/gb-step-icon-base/gb-step-icon-base.tsx",
|
|
17239
|
+
"encapsulation": "shadow",
|
|
17240
|
+
"tag": "gb-step-icon-base",
|
|
17241
|
+
"docs": "",
|
|
17242
|
+
"docsTags": [],
|
|
17243
|
+
"usage": {},
|
|
17244
|
+
"props": [
|
|
17245
|
+
{
|
|
17246
|
+
"name": "size",
|
|
17247
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
17248
|
+
"complexType": {
|
|
17249
|
+
"original": "GeneralSizes",
|
|
17250
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
17251
|
+
"references": {
|
|
17252
|
+
"GeneralSizes": {
|
|
17253
|
+
"location": "import",
|
|
17254
|
+
"path": "../../models/reusableModels",
|
|
17255
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
17256
|
+
}
|
|
17257
|
+
}
|
|
17258
|
+
},
|
|
17259
|
+
"mutable": false,
|
|
17260
|
+
"attr": "size",
|
|
17261
|
+
"reflectToAttr": false,
|
|
17262
|
+
"docs": "",
|
|
17263
|
+
"docsTags": [],
|
|
17264
|
+
"values": [
|
|
17265
|
+
{
|
|
17266
|
+
"value": "lg",
|
|
17267
|
+
"type": "string"
|
|
17268
|
+
},
|
|
17269
|
+
{
|
|
17270
|
+
"value": "md",
|
|
17271
|
+
"type": "string"
|
|
17272
|
+
},
|
|
17273
|
+
{
|
|
17274
|
+
"value": "profile_lg",
|
|
17275
|
+
"type": "string"
|
|
17276
|
+
},
|
|
17277
|
+
{
|
|
17278
|
+
"value": "profile_md",
|
|
17279
|
+
"type": "string"
|
|
17280
|
+
},
|
|
17281
|
+
{
|
|
17282
|
+
"value": "profile_sm",
|
|
17283
|
+
"type": "string"
|
|
17284
|
+
},
|
|
17285
|
+
{
|
|
17286
|
+
"value": "sm",
|
|
17287
|
+
"type": "string"
|
|
17288
|
+
},
|
|
17289
|
+
{
|
|
17290
|
+
"value": "xl",
|
|
17291
|
+
"type": "string"
|
|
17292
|
+
},
|
|
17293
|
+
{
|
|
17294
|
+
"value": "xl2",
|
|
17295
|
+
"type": "string"
|
|
17296
|
+
},
|
|
17297
|
+
{
|
|
17298
|
+
"value": "xl3",
|
|
17299
|
+
"type": "string"
|
|
17300
|
+
},
|
|
17301
|
+
{
|
|
17302
|
+
"value": "xl4",
|
|
17303
|
+
"type": "string"
|
|
17304
|
+
},
|
|
17305
|
+
{
|
|
17306
|
+
"value": "xs",
|
|
17307
|
+
"type": "string"
|
|
17308
|
+
},
|
|
17309
|
+
{
|
|
17310
|
+
"value": "xxs",
|
|
17311
|
+
"type": "string"
|
|
17312
|
+
}
|
|
17313
|
+
],
|
|
17314
|
+
"optional": false,
|
|
17315
|
+
"required": false,
|
|
17316
|
+
"getter": false,
|
|
17317
|
+
"setter": false
|
|
17318
|
+
},
|
|
17319
|
+
{
|
|
17320
|
+
"name": "state",
|
|
17321
|
+
"type": "\"default\" | \"destructive\"",
|
|
17322
|
+
"complexType": {
|
|
17323
|
+
"original": "ProgressStepStates",
|
|
17324
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
17325
|
+
"references": {
|
|
17326
|
+
"ProgressStepStates": {
|
|
17327
|
+
"location": "import",
|
|
17328
|
+
"path": "../../models/reusableModels",
|
|
17329
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
17330
|
+
}
|
|
17331
|
+
}
|
|
17332
|
+
},
|
|
17333
|
+
"mutable": false,
|
|
17334
|
+
"attr": "state",
|
|
17335
|
+
"reflectToAttr": false,
|
|
17336
|
+
"docs": "",
|
|
17337
|
+
"docsTags": [],
|
|
17338
|
+
"values": [
|
|
17339
|
+
{
|
|
17340
|
+
"value": "default",
|
|
17341
|
+
"type": "string"
|
|
17342
|
+
},
|
|
17343
|
+
{
|
|
17344
|
+
"value": "destructive",
|
|
17345
|
+
"type": "string"
|
|
17346
|
+
}
|
|
17347
|
+
],
|
|
17348
|
+
"optional": false,
|
|
17349
|
+
"required": false,
|
|
17350
|
+
"getter": false,
|
|
17351
|
+
"setter": false
|
|
17352
|
+
},
|
|
17353
|
+
{
|
|
17354
|
+
"name": "status",
|
|
17355
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17356
|
+
"complexType": {
|
|
17357
|
+
"original": "ProgressStepStatus",
|
|
17358
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
17359
|
+
"references": {
|
|
17360
|
+
"ProgressStepStatus": {
|
|
17361
|
+
"location": "import",
|
|
17362
|
+
"path": "../../models/reusableModels",
|
|
17363
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
17364
|
+
}
|
|
17365
|
+
}
|
|
17366
|
+
},
|
|
17367
|
+
"mutable": false,
|
|
17368
|
+
"attr": "status",
|
|
17369
|
+
"reflectToAttr": false,
|
|
17370
|
+
"docs": "",
|
|
17371
|
+
"docsTags": [],
|
|
17372
|
+
"values": [
|
|
17373
|
+
{
|
|
17374
|
+
"value": "complete",
|
|
17375
|
+
"type": "string"
|
|
17376
|
+
},
|
|
17377
|
+
{
|
|
17378
|
+
"value": "current",
|
|
17379
|
+
"type": "string"
|
|
17380
|
+
},
|
|
17381
|
+
{
|
|
17382
|
+
"value": "incomplete",
|
|
17383
|
+
"type": "string"
|
|
17384
|
+
}
|
|
17385
|
+
],
|
|
17386
|
+
"optional": false,
|
|
17387
|
+
"required": false,
|
|
17388
|
+
"getter": false,
|
|
17389
|
+
"setter": false
|
|
17390
|
+
}
|
|
17391
|
+
],
|
|
17392
|
+
"methods": [],
|
|
17393
|
+
"events": [],
|
|
17394
|
+
"listeners": [],
|
|
17395
|
+
"styles": [],
|
|
17396
|
+
"slots": [],
|
|
17397
|
+
"parts": [],
|
|
17398
|
+
"dependents": [
|
|
17399
|
+
"gb-step-base",
|
|
17400
|
+
"gb-stepper-horizontal-minimal-icons"
|
|
17401
|
+
],
|
|
17402
|
+
"dependencies": [],
|
|
17403
|
+
"dependencyGraph": {
|
|
17404
|
+
"gb-step-base": [
|
|
17405
|
+
"gb-step-icon-base"
|
|
17406
|
+
],
|
|
17407
|
+
"gb-stepper-horizontal-minimal-icons": [
|
|
17408
|
+
"gb-step-icon-base"
|
|
17409
|
+
]
|
|
17410
|
+
}
|
|
17411
|
+
},
|
|
17201
17412
|
{
|
|
17202
17413
|
"filePath": "src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.tsx",
|
|
17203
17414
|
"encapsulation": "shadow",
|
|
@@ -17333,7 +17544,7 @@
|
|
|
17333
17544
|
"reflectToAttr": false,
|
|
17334
17545
|
"docs": "",
|
|
17335
17546
|
"docsTags": [],
|
|
17336
|
-
"default": "[\r\n {\r\n state: 'default',\r\n status: 'complete',\r\n label: 'First Step',\r\n supportingText: '
|
|
17547
|
+
"default": "[\r\n {\r\n state: 'default',\r\n status: 'complete',\r\n label: 'First Step',\r\n supportingText: 'Please provide your name and email',\r\n },\r\n {\r\n state: 'default',\r\n status: 'current',\r\n label: 'Second Step',\r\n supportingText: 'A few details about your company',\r\n },\r\n {\r\n state: 'default',\r\n status: 'incomplete',\r\n label: 'Third Step',\r\n supportingText: 'Start collaborating with your team',\r\n },\r\n {\r\n state: 'default',\r\n status: 'incomplete',\r\n label: 'Fourth Step',\r\n supportingText: 'Hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',\r\n },\r\n ]",
|
|
17337
17548
|
"values": [
|
|
17338
17549
|
{
|
|
17339
17550
|
"type": "StepperType[]"
|
|
@@ -17388,6 +17599,7 @@
|
|
|
17388
17599
|
"gb-step-base"
|
|
17389
17600
|
],
|
|
17390
17601
|
"gb-step-base": [
|
|
17602
|
+
"gb-step-icon-base",
|
|
17391
17603
|
"gb-featured-icon"
|
|
17392
17604
|
]
|
|
17393
17605
|
}
|
|
@@ -17602,10 +17814,163 @@
|
|
|
17602
17814
|
"gb-step-base"
|
|
17603
17815
|
],
|
|
17604
17816
|
"gb-step-base": [
|
|
17817
|
+
"gb-step-icon-base",
|
|
17605
17818
|
"gb-featured-icon"
|
|
17606
17819
|
]
|
|
17607
17820
|
}
|
|
17608
17821
|
},
|
|
17822
|
+
{
|
|
17823
|
+
"filePath": "src/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.tsx",
|
|
17824
|
+
"encapsulation": "shadow",
|
|
17825
|
+
"tag": "gb-stepper-horizontal-minimal-icons",
|
|
17826
|
+
"docs": "",
|
|
17827
|
+
"docsTags": [],
|
|
17828
|
+
"usage": {},
|
|
17829
|
+
"props": [
|
|
17830
|
+
{
|
|
17831
|
+
"name": "size",
|
|
17832
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
17833
|
+
"complexType": {
|
|
17834
|
+
"original": "GeneralSizes",
|
|
17835
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
17836
|
+
"references": {
|
|
17837
|
+
"GeneralSizes": {
|
|
17838
|
+
"location": "import",
|
|
17839
|
+
"path": "../../models/reusableModels",
|
|
17840
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
17841
|
+
}
|
|
17842
|
+
}
|
|
17843
|
+
},
|
|
17844
|
+
"mutable": false,
|
|
17845
|
+
"attr": "size",
|
|
17846
|
+
"reflectToAttr": false,
|
|
17847
|
+
"docs": "",
|
|
17848
|
+
"docsTags": [],
|
|
17849
|
+
"values": [
|
|
17850
|
+
{
|
|
17851
|
+
"value": "lg",
|
|
17852
|
+
"type": "string"
|
|
17853
|
+
},
|
|
17854
|
+
{
|
|
17855
|
+
"value": "md",
|
|
17856
|
+
"type": "string"
|
|
17857
|
+
},
|
|
17858
|
+
{
|
|
17859
|
+
"value": "profile_lg",
|
|
17860
|
+
"type": "string"
|
|
17861
|
+
},
|
|
17862
|
+
{
|
|
17863
|
+
"value": "profile_md",
|
|
17864
|
+
"type": "string"
|
|
17865
|
+
},
|
|
17866
|
+
{
|
|
17867
|
+
"value": "profile_sm",
|
|
17868
|
+
"type": "string"
|
|
17869
|
+
},
|
|
17870
|
+
{
|
|
17871
|
+
"value": "sm",
|
|
17872
|
+
"type": "string"
|
|
17873
|
+
},
|
|
17874
|
+
{
|
|
17875
|
+
"value": "xl",
|
|
17876
|
+
"type": "string"
|
|
17877
|
+
},
|
|
17878
|
+
{
|
|
17879
|
+
"value": "xl2",
|
|
17880
|
+
"type": "string"
|
|
17881
|
+
},
|
|
17882
|
+
{
|
|
17883
|
+
"value": "xl3",
|
|
17884
|
+
"type": "string"
|
|
17885
|
+
},
|
|
17886
|
+
{
|
|
17887
|
+
"value": "xl4",
|
|
17888
|
+
"type": "string"
|
|
17889
|
+
},
|
|
17890
|
+
{
|
|
17891
|
+
"value": "xs",
|
|
17892
|
+
"type": "string"
|
|
17893
|
+
},
|
|
17894
|
+
{
|
|
17895
|
+
"value": "xxs",
|
|
17896
|
+
"type": "string"
|
|
17897
|
+
}
|
|
17898
|
+
],
|
|
17899
|
+
"optional": false,
|
|
17900
|
+
"required": false,
|
|
17901
|
+
"getter": false,
|
|
17902
|
+
"setter": false
|
|
17903
|
+
},
|
|
17904
|
+
{
|
|
17905
|
+
"name": "steps",
|
|
17906
|
+
"type": "StepperType[]",
|
|
17907
|
+
"complexType": {
|
|
17908
|
+
"original": "StepperType[]",
|
|
17909
|
+
"resolved": "StepperType[]",
|
|
17910
|
+
"references": {
|
|
17911
|
+
"StepperType": {
|
|
17912
|
+
"location": "import",
|
|
17913
|
+
"path": "../../models/reusableModels",
|
|
17914
|
+
"id": "src/models/reusableModels.ts::StepperType"
|
|
17915
|
+
}
|
|
17916
|
+
}
|
|
17917
|
+
},
|
|
17918
|
+
"mutable": false,
|
|
17919
|
+
"reflectToAttr": false,
|
|
17920
|
+
"docs": "",
|
|
17921
|
+
"docsTags": [],
|
|
17922
|
+
"default": "[\r\n {\r\n status: 'complete',\r\n state: 'default',\r\n },\r\n {\r\n status: 'complete',\r\n state: 'default',\r\n },\r\n {\r\n status: 'complete',\r\n state: 'default',\r\n },\r\n {\r\n status: 'current',\r\n state: 'default',\r\n },\r\n ]",
|
|
17923
|
+
"values": [
|
|
17924
|
+
{
|
|
17925
|
+
"type": "StepperType[]"
|
|
17926
|
+
}
|
|
17927
|
+
],
|
|
17928
|
+
"optional": false,
|
|
17929
|
+
"required": false,
|
|
17930
|
+
"getter": false,
|
|
17931
|
+
"setter": false
|
|
17932
|
+
},
|
|
17933
|
+
{
|
|
17934
|
+
"name": "text",
|
|
17935
|
+
"type": "boolean",
|
|
17936
|
+
"complexType": {
|
|
17937
|
+
"original": "boolean",
|
|
17938
|
+
"resolved": "boolean",
|
|
17939
|
+
"references": {}
|
|
17940
|
+
},
|
|
17941
|
+
"mutable": false,
|
|
17942
|
+
"attr": "text",
|
|
17943
|
+
"reflectToAttr": false,
|
|
17944
|
+
"docs": "",
|
|
17945
|
+
"docsTags": [],
|
|
17946
|
+
"default": "false",
|
|
17947
|
+
"values": [
|
|
17948
|
+
{
|
|
17949
|
+
"type": "boolean"
|
|
17950
|
+
}
|
|
17951
|
+
],
|
|
17952
|
+
"optional": false,
|
|
17953
|
+
"required": false,
|
|
17954
|
+
"getter": false,
|
|
17955
|
+
"setter": false
|
|
17956
|
+
}
|
|
17957
|
+
],
|
|
17958
|
+
"methods": [],
|
|
17959
|
+
"events": [],
|
|
17960
|
+
"listeners": [],
|
|
17961
|
+
"styles": [],
|
|
17962
|
+
"slots": [],
|
|
17963
|
+
"parts": [],
|
|
17964
|
+
"dependents": [],
|
|
17965
|
+
"dependencies": [
|
|
17966
|
+
"gb-step-icon-base"
|
|
17967
|
+
],
|
|
17968
|
+
"dependencyGraph": {
|
|
17969
|
+
"gb-stepper-horizontal-minimal-icons": [
|
|
17970
|
+
"gb-step-icon-base"
|
|
17971
|
+
]
|
|
17972
|
+
}
|
|
17973
|
+
},
|
|
17609
17974
|
{
|
|
17610
17975
|
"filePath": "src/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.tsx",
|
|
17611
17976
|
"encapsulation": "shadow",
|
|
@@ -17801,6 +18166,7 @@
|
|
|
17801
18166
|
"gb-step-base"
|
|
17802
18167
|
],
|
|
17803
18168
|
"gb-step-base": [
|
|
18169
|
+
"gb-step-icon-base",
|
|
17804
18170
|
"gb-featured-icon"
|
|
17805
18171
|
]
|
|
17806
18172
|
}
|
|
@@ -23569,7 +23935,7 @@
|
|
|
23569
23935
|
"path": "src/models/reusableModels.ts"
|
|
23570
23936
|
},
|
|
23571
23937
|
"src/models/reusableModels.ts::StepperType": {
|
|
23572
|
-
"declaration": "{ \r\n state: ProgressStepStates,\r\n status: ProgressStepStatus,\r\n label
|
|
23938
|
+
"declaration": "{ \r\n state: ProgressStepStates,\r\n status: ProgressStepStatus,\r\n label?: string,\r\n supportingText?: string\r\n}",
|
|
23573
23939
|
"docstring": "",
|
|
23574
23940
|
"path": "src/models/reusableModels.ts"
|
|
23575
23941
|
},
|