globuswebcomponents 1.1.9 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/gb-action-panel_16.cjs.entry.js +55 -39
- package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +4 -4
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +36 -34
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -1
- 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-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-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-step-base/gb-step-base.js.map +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 +770 -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 +2 -2
- 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 +114 -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-4d475e81.js → p-5d3a4cb3.js} +2 -2
- package/dist/components/p-5d3a4cb3.js.map +1 -0
- 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-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 +1450 -126
- package/dist/esm/gb-action-panel_16.entry.js +55 -39
- package/dist/esm/gb-action-panel_16.entry.js.map +1 -1
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +4 -4
- package/dist/esm/gb-input-dropdown_3.entry.js +36 -34
- package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -1
- 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-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-29a9c080.entry.js → p-5226baf8.entry.js} +2 -2
- 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-749299d2.entry.js → p-6485f918.entry.js} +2 -2
- package/dist/globuscomponents/p-6485f918.entry.js.map +1 -0
- 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-5bc87be4.entry.js → p-9794e598.entry.js} +2 -2
- package/dist/globuscomponents/p-9794e598.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-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/types/components/gb-detail-cell/gb-detail-cell.d.ts +3 -1
- 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 +39 -0
- package/dist/types/components.d.ts +108 -0
- package/package.json +1 -1
- package/dist/collection/components/gb-progress-steps/gb-progress-steps.js.map +0 -1
- package/dist/components/p-4d475e81.js.map +0 -1
- package/dist/components/p-ea1febce.js.map +0 -1
- package/dist/globuscomponents/p-5bc87be4.entry.js.map +0 -1
- 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/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-29a9c080.entry.js.map → p-5226baf8.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
|
@@ -0,0 +1,770 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
export class GbStepperHorizontalLineWithText {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.size = undefined;
|
|
5
|
+
this.breakpoint = undefined;
|
|
6
|
+
this.thirdStep = false;
|
|
7
|
+
this.fourthStep = false;
|
|
8
|
+
this.fifthStep = false;
|
|
9
|
+
this.sixthStep = false;
|
|
10
|
+
this.seventhStep = false;
|
|
11
|
+
this.firstStepState = undefined;
|
|
12
|
+
this.secondStepState = undefined;
|
|
13
|
+
this.thirdStepState = undefined;
|
|
14
|
+
this.fourthStepState = undefined;
|
|
15
|
+
this.fifthStepState = undefined;
|
|
16
|
+
this.sixthStepState = undefined;
|
|
17
|
+
this.seventhStepState = undefined;
|
|
18
|
+
this.firstStepStatus = undefined;
|
|
19
|
+
this.secondStepStatus = undefined;
|
|
20
|
+
this.thirdStepStatus = undefined;
|
|
21
|
+
this.fourthStepStatus = undefined;
|
|
22
|
+
this.fifthStepStatus = undefined;
|
|
23
|
+
this.sixthStepStatus = undefined;
|
|
24
|
+
this.seventhStepStatus = undefined;
|
|
25
|
+
this.firstStepLabel = '';
|
|
26
|
+
this.secondStepLabel = '';
|
|
27
|
+
this.thirdStepLabel = '';
|
|
28
|
+
this.fourthStepLabel = '';
|
|
29
|
+
this.fifthStepLabel = '';
|
|
30
|
+
this.sixthStepLabel = '';
|
|
31
|
+
this.seventhStepLabel = '';
|
|
32
|
+
this.firstStepSupportingText = '';
|
|
33
|
+
this.secondStepSupportingText = '';
|
|
34
|
+
this.thirdStepSupportingText = '';
|
|
35
|
+
this.fourthStepSupportingText = '';
|
|
36
|
+
this.fifthStepSupportingText = '';
|
|
37
|
+
this.sixthStepSupportingText = '';
|
|
38
|
+
this.seventhStepSupportingText = '';
|
|
39
|
+
}
|
|
40
|
+
render() {
|
|
41
|
+
return (h("div", { key: 'df4e057f5703bccbc63423b397d7ff26d5a16c3a', class: "text_with_line" }, h("gb-step-base", { key: '66629c4d997aeb724a798a004cf59742bca1341c', size: this.size, type: "text_line", state: this.firstStepState, status: this.firstStepStatus, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: 'd28ec226c43a04eec75c9b498ed59ef650c16b0d', size: this.size, type: "text_line", state: this.secondStepState, status: this.secondStepStatus, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), this.thirdStep && (h("gb-step-base", { key: '881fc12c915c34e50c0fc02c8af1ac1c3259ce0d', size: this.size, type: "text_line", state: this.thirdStepState, status: this.thirdStepStatus, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText })), this.fourthStep && (h("gb-step-base", { key: 'bfa2867318a07de616e9d6a2cf337eaafe225649', size: this.size, type: "text_line", state: this.fourthStepState, status: this.fourthStepStatus, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText })), this.fifthStep && (h("gb-step-base", { key: '0f27966b49bb38fc4299492597bc826be09c14b7', size: this.size, type: "text_line", state: this.fifthStepState, status: this.fifthStepStatus, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText })), this.sixthStep && (h("gb-step-base", { key: '08b97d29917ca895dcbc5f1baeb1013d30234747', size: this.size, type: "text_line", state: this.sixthStepState, status: this.sixthStepStatus, label: this.sixthStepLabel, "supporting-text": this.sixthStepSupportingText })), this.seventhStep && (h("gb-step-base", { key: '11811df563eccf0ba8e14f5c8f0476c1c2cd16db', size: this.size, type: "text_line", state: this.seventhStepState, status: this.seventhStepStatus, label: this.seventhStepLabel, "supporting-text": this.seventhStepSupportingText }))));
|
|
42
|
+
}
|
|
43
|
+
static get is() { return "gb-stepper-horizontal-line-with-text"; }
|
|
44
|
+
static get encapsulation() { return "shadow"; }
|
|
45
|
+
static get originalStyleUrls() {
|
|
46
|
+
return {
|
|
47
|
+
"$": ["gb-stepper-horizontal-line-with-text.css"]
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
static get styleUrls() {
|
|
51
|
+
return {
|
|
52
|
+
"$": ["gb-stepper-horizontal-line-with-text.css"]
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
static get properties() {
|
|
56
|
+
return {
|
|
57
|
+
"size": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"mutable": false,
|
|
60
|
+
"complexType": {
|
|
61
|
+
"original": "GeneralSizes",
|
|
62
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
63
|
+
"references": {
|
|
64
|
+
"GeneralSizes": {
|
|
65
|
+
"location": "import",
|
|
66
|
+
"path": "../../models/reusableModels",
|
|
67
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"required": false,
|
|
72
|
+
"optional": false,
|
|
73
|
+
"docs": {
|
|
74
|
+
"tags": [],
|
|
75
|
+
"text": ""
|
|
76
|
+
},
|
|
77
|
+
"attribute": "size",
|
|
78
|
+
"reflect": false
|
|
79
|
+
},
|
|
80
|
+
"breakpoint": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"mutable": false,
|
|
83
|
+
"complexType": {
|
|
84
|
+
"original": "BreakPoints",
|
|
85
|
+
"resolved": "\"desktop\" | \"mobile\"",
|
|
86
|
+
"references": {
|
|
87
|
+
"BreakPoints": {
|
|
88
|
+
"location": "import",
|
|
89
|
+
"path": "../../models/reusableModels",
|
|
90
|
+
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"required": false,
|
|
95
|
+
"optional": false,
|
|
96
|
+
"docs": {
|
|
97
|
+
"tags": [],
|
|
98
|
+
"text": ""
|
|
99
|
+
},
|
|
100
|
+
"attribute": "breakpoint",
|
|
101
|
+
"reflect": false
|
|
102
|
+
},
|
|
103
|
+
"thirdStep": {
|
|
104
|
+
"type": "boolean",
|
|
105
|
+
"mutable": false,
|
|
106
|
+
"complexType": {
|
|
107
|
+
"original": "boolean",
|
|
108
|
+
"resolved": "boolean",
|
|
109
|
+
"references": {}
|
|
110
|
+
},
|
|
111
|
+
"required": false,
|
|
112
|
+
"optional": false,
|
|
113
|
+
"docs": {
|
|
114
|
+
"tags": [],
|
|
115
|
+
"text": ""
|
|
116
|
+
},
|
|
117
|
+
"attribute": "third-step",
|
|
118
|
+
"reflect": false,
|
|
119
|
+
"defaultValue": "false"
|
|
120
|
+
},
|
|
121
|
+
"fourthStep": {
|
|
122
|
+
"type": "boolean",
|
|
123
|
+
"mutable": false,
|
|
124
|
+
"complexType": {
|
|
125
|
+
"original": "boolean",
|
|
126
|
+
"resolved": "boolean",
|
|
127
|
+
"references": {}
|
|
128
|
+
},
|
|
129
|
+
"required": false,
|
|
130
|
+
"optional": false,
|
|
131
|
+
"docs": {
|
|
132
|
+
"tags": [],
|
|
133
|
+
"text": ""
|
|
134
|
+
},
|
|
135
|
+
"attribute": "fourth-step",
|
|
136
|
+
"reflect": false,
|
|
137
|
+
"defaultValue": "false"
|
|
138
|
+
},
|
|
139
|
+
"fifthStep": {
|
|
140
|
+
"type": "boolean",
|
|
141
|
+
"mutable": false,
|
|
142
|
+
"complexType": {
|
|
143
|
+
"original": "boolean",
|
|
144
|
+
"resolved": "boolean",
|
|
145
|
+
"references": {}
|
|
146
|
+
},
|
|
147
|
+
"required": false,
|
|
148
|
+
"optional": false,
|
|
149
|
+
"docs": {
|
|
150
|
+
"tags": [],
|
|
151
|
+
"text": ""
|
|
152
|
+
},
|
|
153
|
+
"attribute": "fifth-step",
|
|
154
|
+
"reflect": false,
|
|
155
|
+
"defaultValue": "false"
|
|
156
|
+
},
|
|
157
|
+
"sixthStep": {
|
|
158
|
+
"type": "boolean",
|
|
159
|
+
"mutable": false,
|
|
160
|
+
"complexType": {
|
|
161
|
+
"original": "boolean",
|
|
162
|
+
"resolved": "boolean",
|
|
163
|
+
"references": {}
|
|
164
|
+
},
|
|
165
|
+
"required": false,
|
|
166
|
+
"optional": false,
|
|
167
|
+
"docs": {
|
|
168
|
+
"tags": [],
|
|
169
|
+
"text": ""
|
|
170
|
+
},
|
|
171
|
+
"attribute": "sixth-step",
|
|
172
|
+
"reflect": false,
|
|
173
|
+
"defaultValue": "false"
|
|
174
|
+
},
|
|
175
|
+
"seventhStep": {
|
|
176
|
+
"type": "boolean",
|
|
177
|
+
"mutable": false,
|
|
178
|
+
"complexType": {
|
|
179
|
+
"original": "boolean",
|
|
180
|
+
"resolved": "boolean",
|
|
181
|
+
"references": {}
|
|
182
|
+
},
|
|
183
|
+
"required": false,
|
|
184
|
+
"optional": false,
|
|
185
|
+
"docs": {
|
|
186
|
+
"tags": [],
|
|
187
|
+
"text": ""
|
|
188
|
+
},
|
|
189
|
+
"attribute": "seventh-step",
|
|
190
|
+
"reflect": false,
|
|
191
|
+
"defaultValue": "false"
|
|
192
|
+
},
|
|
193
|
+
"firstStepState": {
|
|
194
|
+
"type": "string",
|
|
195
|
+
"mutable": false,
|
|
196
|
+
"complexType": {
|
|
197
|
+
"original": "ProgressStepStates",
|
|
198
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
199
|
+
"references": {
|
|
200
|
+
"ProgressStepStates": {
|
|
201
|
+
"location": "import",
|
|
202
|
+
"path": "../../models/reusableModels",
|
|
203
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"required": false,
|
|
208
|
+
"optional": false,
|
|
209
|
+
"docs": {
|
|
210
|
+
"tags": [],
|
|
211
|
+
"text": ""
|
|
212
|
+
},
|
|
213
|
+
"attribute": "first-step-state",
|
|
214
|
+
"reflect": false
|
|
215
|
+
},
|
|
216
|
+
"secondStepState": {
|
|
217
|
+
"type": "string",
|
|
218
|
+
"mutable": false,
|
|
219
|
+
"complexType": {
|
|
220
|
+
"original": "ProgressStepStates",
|
|
221
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
222
|
+
"references": {
|
|
223
|
+
"ProgressStepStates": {
|
|
224
|
+
"location": "import",
|
|
225
|
+
"path": "../../models/reusableModels",
|
|
226
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"required": false,
|
|
231
|
+
"optional": false,
|
|
232
|
+
"docs": {
|
|
233
|
+
"tags": [],
|
|
234
|
+
"text": ""
|
|
235
|
+
},
|
|
236
|
+
"attribute": "second-step-state",
|
|
237
|
+
"reflect": false
|
|
238
|
+
},
|
|
239
|
+
"thirdStepState": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"mutable": false,
|
|
242
|
+
"complexType": {
|
|
243
|
+
"original": "ProgressStepStates",
|
|
244
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
245
|
+
"references": {
|
|
246
|
+
"ProgressStepStates": {
|
|
247
|
+
"location": "import",
|
|
248
|
+
"path": "../../models/reusableModels",
|
|
249
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"required": false,
|
|
254
|
+
"optional": false,
|
|
255
|
+
"docs": {
|
|
256
|
+
"tags": [],
|
|
257
|
+
"text": ""
|
|
258
|
+
},
|
|
259
|
+
"attribute": "third-step-state",
|
|
260
|
+
"reflect": false
|
|
261
|
+
},
|
|
262
|
+
"fourthStepState": {
|
|
263
|
+
"type": "string",
|
|
264
|
+
"mutable": false,
|
|
265
|
+
"complexType": {
|
|
266
|
+
"original": "ProgressStepStates",
|
|
267
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
268
|
+
"references": {
|
|
269
|
+
"ProgressStepStates": {
|
|
270
|
+
"location": "import",
|
|
271
|
+
"path": "../../models/reusableModels",
|
|
272
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"required": false,
|
|
277
|
+
"optional": false,
|
|
278
|
+
"docs": {
|
|
279
|
+
"tags": [],
|
|
280
|
+
"text": ""
|
|
281
|
+
},
|
|
282
|
+
"attribute": "fourth-step-state",
|
|
283
|
+
"reflect": false
|
|
284
|
+
},
|
|
285
|
+
"fifthStepState": {
|
|
286
|
+
"type": "string",
|
|
287
|
+
"mutable": false,
|
|
288
|
+
"complexType": {
|
|
289
|
+
"original": "ProgressStepStates",
|
|
290
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
291
|
+
"references": {
|
|
292
|
+
"ProgressStepStates": {
|
|
293
|
+
"location": "import",
|
|
294
|
+
"path": "../../models/reusableModels",
|
|
295
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"required": false,
|
|
300
|
+
"optional": false,
|
|
301
|
+
"docs": {
|
|
302
|
+
"tags": [],
|
|
303
|
+
"text": ""
|
|
304
|
+
},
|
|
305
|
+
"attribute": "fifth-step-state",
|
|
306
|
+
"reflect": false
|
|
307
|
+
},
|
|
308
|
+
"sixthStepState": {
|
|
309
|
+
"type": "string",
|
|
310
|
+
"mutable": false,
|
|
311
|
+
"complexType": {
|
|
312
|
+
"original": "ProgressStepStates",
|
|
313
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
314
|
+
"references": {
|
|
315
|
+
"ProgressStepStates": {
|
|
316
|
+
"location": "import",
|
|
317
|
+
"path": "../../models/reusableModels",
|
|
318
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"required": false,
|
|
323
|
+
"optional": false,
|
|
324
|
+
"docs": {
|
|
325
|
+
"tags": [],
|
|
326
|
+
"text": ""
|
|
327
|
+
},
|
|
328
|
+
"attribute": "sixth-step-state",
|
|
329
|
+
"reflect": false
|
|
330
|
+
},
|
|
331
|
+
"seventhStepState": {
|
|
332
|
+
"type": "string",
|
|
333
|
+
"mutable": false,
|
|
334
|
+
"complexType": {
|
|
335
|
+
"original": "ProgressStepStates",
|
|
336
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
337
|
+
"references": {
|
|
338
|
+
"ProgressStepStates": {
|
|
339
|
+
"location": "import",
|
|
340
|
+
"path": "../../models/reusableModels",
|
|
341
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"required": false,
|
|
346
|
+
"optional": false,
|
|
347
|
+
"docs": {
|
|
348
|
+
"tags": [],
|
|
349
|
+
"text": ""
|
|
350
|
+
},
|
|
351
|
+
"attribute": "seventh-step-state",
|
|
352
|
+
"reflect": false
|
|
353
|
+
},
|
|
354
|
+
"firstStepStatus": {
|
|
355
|
+
"type": "string",
|
|
356
|
+
"mutable": false,
|
|
357
|
+
"complexType": {
|
|
358
|
+
"original": "ProgressStepStatus",
|
|
359
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
360
|
+
"references": {
|
|
361
|
+
"ProgressStepStatus": {
|
|
362
|
+
"location": "import",
|
|
363
|
+
"path": "../../models/reusableModels",
|
|
364
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"required": false,
|
|
369
|
+
"optional": false,
|
|
370
|
+
"docs": {
|
|
371
|
+
"tags": [],
|
|
372
|
+
"text": ""
|
|
373
|
+
},
|
|
374
|
+
"attribute": "first-step-status",
|
|
375
|
+
"reflect": false
|
|
376
|
+
},
|
|
377
|
+
"secondStepStatus": {
|
|
378
|
+
"type": "string",
|
|
379
|
+
"mutable": false,
|
|
380
|
+
"complexType": {
|
|
381
|
+
"original": "ProgressStepStatus",
|
|
382
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
383
|
+
"references": {
|
|
384
|
+
"ProgressStepStatus": {
|
|
385
|
+
"location": "import",
|
|
386
|
+
"path": "../../models/reusableModels",
|
|
387
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"required": false,
|
|
392
|
+
"optional": false,
|
|
393
|
+
"docs": {
|
|
394
|
+
"tags": [],
|
|
395
|
+
"text": ""
|
|
396
|
+
},
|
|
397
|
+
"attribute": "second-step-status",
|
|
398
|
+
"reflect": false
|
|
399
|
+
},
|
|
400
|
+
"thirdStepStatus": {
|
|
401
|
+
"type": "string",
|
|
402
|
+
"mutable": false,
|
|
403
|
+
"complexType": {
|
|
404
|
+
"original": "ProgressStepStatus",
|
|
405
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
406
|
+
"references": {
|
|
407
|
+
"ProgressStepStatus": {
|
|
408
|
+
"location": "import",
|
|
409
|
+
"path": "../../models/reusableModels",
|
|
410
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"required": false,
|
|
415
|
+
"optional": false,
|
|
416
|
+
"docs": {
|
|
417
|
+
"tags": [],
|
|
418
|
+
"text": ""
|
|
419
|
+
},
|
|
420
|
+
"attribute": "third-step-status",
|
|
421
|
+
"reflect": false
|
|
422
|
+
},
|
|
423
|
+
"fourthStepStatus": {
|
|
424
|
+
"type": "string",
|
|
425
|
+
"mutable": false,
|
|
426
|
+
"complexType": {
|
|
427
|
+
"original": "ProgressStepStatus",
|
|
428
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
429
|
+
"references": {
|
|
430
|
+
"ProgressStepStatus": {
|
|
431
|
+
"location": "import",
|
|
432
|
+
"path": "../../models/reusableModels",
|
|
433
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"required": false,
|
|
438
|
+
"optional": false,
|
|
439
|
+
"docs": {
|
|
440
|
+
"tags": [],
|
|
441
|
+
"text": ""
|
|
442
|
+
},
|
|
443
|
+
"attribute": "fourth-step-status",
|
|
444
|
+
"reflect": false
|
|
445
|
+
},
|
|
446
|
+
"fifthStepStatus": {
|
|
447
|
+
"type": "string",
|
|
448
|
+
"mutable": false,
|
|
449
|
+
"complexType": {
|
|
450
|
+
"original": "ProgressStepStatus",
|
|
451
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
452
|
+
"references": {
|
|
453
|
+
"ProgressStepStatus": {
|
|
454
|
+
"location": "import",
|
|
455
|
+
"path": "../../models/reusableModels",
|
|
456
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"required": false,
|
|
461
|
+
"optional": false,
|
|
462
|
+
"docs": {
|
|
463
|
+
"tags": [],
|
|
464
|
+
"text": ""
|
|
465
|
+
},
|
|
466
|
+
"attribute": "fifth-step-status",
|
|
467
|
+
"reflect": false
|
|
468
|
+
},
|
|
469
|
+
"sixthStepStatus": {
|
|
470
|
+
"type": "string",
|
|
471
|
+
"mutable": false,
|
|
472
|
+
"complexType": {
|
|
473
|
+
"original": "ProgressStepStatus",
|
|
474
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
475
|
+
"references": {
|
|
476
|
+
"ProgressStepStatus": {
|
|
477
|
+
"location": "import",
|
|
478
|
+
"path": "../../models/reusableModels",
|
|
479
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"required": false,
|
|
484
|
+
"optional": false,
|
|
485
|
+
"docs": {
|
|
486
|
+
"tags": [],
|
|
487
|
+
"text": ""
|
|
488
|
+
},
|
|
489
|
+
"attribute": "sixth-step-status",
|
|
490
|
+
"reflect": false
|
|
491
|
+
},
|
|
492
|
+
"seventhStepStatus": {
|
|
493
|
+
"type": "string",
|
|
494
|
+
"mutable": false,
|
|
495
|
+
"complexType": {
|
|
496
|
+
"original": "ProgressStepStatus",
|
|
497
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
498
|
+
"references": {
|
|
499
|
+
"ProgressStepStatus": {
|
|
500
|
+
"location": "import",
|
|
501
|
+
"path": "../../models/reusableModels",
|
|
502
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"required": false,
|
|
507
|
+
"optional": false,
|
|
508
|
+
"docs": {
|
|
509
|
+
"tags": [],
|
|
510
|
+
"text": ""
|
|
511
|
+
},
|
|
512
|
+
"attribute": "seventh-step-status",
|
|
513
|
+
"reflect": false
|
|
514
|
+
},
|
|
515
|
+
"firstStepLabel": {
|
|
516
|
+
"type": "string",
|
|
517
|
+
"mutable": false,
|
|
518
|
+
"complexType": {
|
|
519
|
+
"original": "string",
|
|
520
|
+
"resolved": "string",
|
|
521
|
+
"references": {}
|
|
522
|
+
},
|
|
523
|
+
"required": false,
|
|
524
|
+
"optional": false,
|
|
525
|
+
"docs": {
|
|
526
|
+
"tags": [],
|
|
527
|
+
"text": ""
|
|
528
|
+
},
|
|
529
|
+
"attribute": "first-step-label",
|
|
530
|
+
"reflect": false,
|
|
531
|
+
"defaultValue": "''"
|
|
532
|
+
},
|
|
533
|
+
"secondStepLabel": {
|
|
534
|
+
"type": "string",
|
|
535
|
+
"mutable": false,
|
|
536
|
+
"complexType": {
|
|
537
|
+
"original": "string",
|
|
538
|
+
"resolved": "string",
|
|
539
|
+
"references": {}
|
|
540
|
+
},
|
|
541
|
+
"required": false,
|
|
542
|
+
"optional": false,
|
|
543
|
+
"docs": {
|
|
544
|
+
"tags": [],
|
|
545
|
+
"text": ""
|
|
546
|
+
},
|
|
547
|
+
"attribute": "second-step-label",
|
|
548
|
+
"reflect": false,
|
|
549
|
+
"defaultValue": "''"
|
|
550
|
+
},
|
|
551
|
+
"thirdStepLabel": {
|
|
552
|
+
"type": "string",
|
|
553
|
+
"mutable": false,
|
|
554
|
+
"complexType": {
|
|
555
|
+
"original": "string",
|
|
556
|
+
"resolved": "string",
|
|
557
|
+
"references": {}
|
|
558
|
+
},
|
|
559
|
+
"required": false,
|
|
560
|
+
"optional": false,
|
|
561
|
+
"docs": {
|
|
562
|
+
"tags": [],
|
|
563
|
+
"text": ""
|
|
564
|
+
},
|
|
565
|
+
"attribute": "third-step-label",
|
|
566
|
+
"reflect": false,
|
|
567
|
+
"defaultValue": "''"
|
|
568
|
+
},
|
|
569
|
+
"fourthStepLabel": {
|
|
570
|
+
"type": "string",
|
|
571
|
+
"mutable": false,
|
|
572
|
+
"complexType": {
|
|
573
|
+
"original": "string",
|
|
574
|
+
"resolved": "string",
|
|
575
|
+
"references": {}
|
|
576
|
+
},
|
|
577
|
+
"required": false,
|
|
578
|
+
"optional": false,
|
|
579
|
+
"docs": {
|
|
580
|
+
"tags": [],
|
|
581
|
+
"text": ""
|
|
582
|
+
},
|
|
583
|
+
"attribute": "fourth-step-label",
|
|
584
|
+
"reflect": false,
|
|
585
|
+
"defaultValue": "''"
|
|
586
|
+
},
|
|
587
|
+
"fifthStepLabel": {
|
|
588
|
+
"type": "string",
|
|
589
|
+
"mutable": false,
|
|
590
|
+
"complexType": {
|
|
591
|
+
"original": "string",
|
|
592
|
+
"resolved": "string",
|
|
593
|
+
"references": {}
|
|
594
|
+
},
|
|
595
|
+
"required": false,
|
|
596
|
+
"optional": false,
|
|
597
|
+
"docs": {
|
|
598
|
+
"tags": [],
|
|
599
|
+
"text": ""
|
|
600
|
+
},
|
|
601
|
+
"attribute": "fifth-step-label",
|
|
602
|
+
"reflect": false,
|
|
603
|
+
"defaultValue": "''"
|
|
604
|
+
},
|
|
605
|
+
"sixthStepLabel": {
|
|
606
|
+
"type": "string",
|
|
607
|
+
"mutable": false,
|
|
608
|
+
"complexType": {
|
|
609
|
+
"original": "string",
|
|
610
|
+
"resolved": "string",
|
|
611
|
+
"references": {}
|
|
612
|
+
},
|
|
613
|
+
"required": false,
|
|
614
|
+
"optional": false,
|
|
615
|
+
"docs": {
|
|
616
|
+
"tags": [],
|
|
617
|
+
"text": ""
|
|
618
|
+
},
|
|
619
|
+
"attribute": "sixth-step-label",
|
|
620
|
+
"reflect": false,
|
|
621
|
+
"defaultValue": "''"
|
|
622
|
+
},
|
|
623
|
+
"seventhStepLabel": {
|
|
624
|
+
"type": "string",
|
|
625
|
+
"mutable": false,
|
|
626
|
+
"complexType": {
|
|
627
|
+
"original": "string",
|
|
628
|
+
"resolved": "string",
|
|
629
|
+
"references": {}
|
|
630
|
+
},
|
|
631
|
+
"required": false,
|
|
632
|
+
"optional": false,
|
|
633
|
+
"docs": {
|
|
634
|
+
"tags": [],
|
|
635
|
+
"text": ""
|
|
636
|
+
},
|
|
637
|
+
"attribute": "seventh-step-label",
|
|
638
|
+
"reflect": false,
|
|
639
|
+
"defaultValue": "''"
|
|
640
|
+
},
|
|
641
|
+
"firstStepSupportingText": {
|
|
642
|
+
"type": "string",
|
|
643
|
+
"mutable": false,
|
|
644
|
+
"complexType": {
|
|
645
|
+
"original": "string",
|
|
646
|
+
"resolved": "string",
|
|
647
|
+
"references": {}
|
|
648
|
+
},
|
|
649
|
+
"required": false,
|
|
650
|
+
"optional": false,
|
|
651
|
+
"docs": {
|
|
652
|
+
"tags": [],
|
|
653
|
+
"text": ""
|
|
654
|
+
},
|
|
655
|
+
"attribute": "first-step-supporting-text",
|
|
656
|
+
"reflect": false,
|
|
657
|
+
"defaultValue": "''"
|
|
658
|
+
},
|
|
659
|
+
"secondStepSupportingText": {
|
|
660
|
+
"type": "string",
|
|
661
|
+
"mutable": false,
|
|
662
|
+
"complexType": {
|
|
663
|
+
"original": "string",
|
|
664
|
+
"resolved": "string",
|
|
665
|
+
"references": {}
|
|
666
|
+
},
|
|
667
|
+
"required": false,
|
|
668
|
+
"optional": false,
|
|
669
|
+
"docs": {
|
|
670
|
+
"tags": [],
|
|
671
|
+
"text": ""
|
|
672
|
+
},
|
|
673
|
+
"attribute": "second-step-supporting-text",
|
|
674
|
+
"reflect": false,
|
|
675
|
+
"defaultValue": "''"
|
|
676
|
+
},
|
|
677
|
+
"thirdStepSupportingText": {
|
|
678
|
+
"type": "string",
|
|
679
|
+
"mutable": false,
|
|
680
|
+
"complexType": {
|
|
681
|
+
"original": "string",
|
|
682
|
+
"resolved": "string",
|
|
683
|
+
"references": {}
|
|
684
|
+
},
|
|
685
|
+
"required": false,
|
|
686
|
+
"optional": false,
|
|
687
|
+
"docs": {
|
|
688
|
+
"tags": [],
|
|
689
|
+
"text": ""
|
|
690
|
+
},
|
|
691
|
+
"attribute": "third-step-supporting-text",
|
|
692
|
+
"reflect": false,
|
|
693
|
+
"defaultValue": "''"
|
|
694
|
+
},
|
|
695
|
+
"fourthStepSupportingText": {
|
|
696
|
+
"type": "string",
|
|
697
|
+
"mutable": false,
|
|
698
|
+
"complexType": {
|
|
699
|
+
"original": "string",
|
|
700
|
+
"resolved": "string",
|
|
701
|
+
"references": {}
|
|
702
|
+
},
|
|
703
|
+
"required": false,
|
|
704
|
+
"optional": false,
|
|
705
|
+
"docs": {
|
|
706
|
+
"tags": [],
|
|
707
|
+
"text": ""
|
|
708
|
+
},
|
|
709
|
+
"attribute": "fourth-step-supporting-text",
|
|
710
|
+
"reflect": false,
|
|
711
|
+
"defaultValue": "''"
|
|
712
|
+
},
|
|
713
|
+
"fifthStepSupportingText": {
|
|
714
|
+
"type": "string",
|
|
715
|
+
"mutable": false,
|
|
716
|
+
"complexType": {
|
|
717
|
+
"original": "string",
|
|
718
|
+
"resolved": "string",
|
|
719
|
+
"references": {}
|
|
720
|
+
},
|
|
721
|
+
"required": false,
|
|
722
|
+
"optional": false,
|
|
723
|
+
"docs": {
|
|
724
|
+
"tags": [],
|
|
725
|
+
"text": ""
|
|
726
|
+
},
|
|
727
|
+
"attribute": "fifth-step-supporting-text",
|
|
728
|
+
"reflect": false,
|
|
729
|
+
"defaultValue": "''"
|
|
730
|
+
},
|
|
731
|
+
"sixthStepSupportingText": {
|
|
732
|
+
"type": "string",
|
|
733
|
+
"mutable": false,
|
|
734
|
+
"complexType": {
|
|
735
|
+
"original": "string",
|
|
736
|
+
"resolved": "string",
|
|
737
|
+
"references": {}
|
|
738
|
+
},
|
|
739
|
+
"required": false,
|
|
740
|
+
"optional": false,
|
|
741
|
+
"docs": {
|
|
742
|
+
"tags": [],
|
|
743
|
+
"text": ""
|
|
744
|
+
},
|
|
745
|
+
"attribute": "sixth-step-supporting-text",
|
|
746
|
+
"reflect": false,
|
|
747
|
+
"defaultValue": "''"
|
|
748
|
+
},
|
|
749
|
+
"seventhStepSupportingText": {
|
|
750
|
+
"type": "string",
|
|
751
|
+
"mutable": false,
|
|
752
|
+
"complexType": {
|
|
753
|
+
"original": "string",
|
|
754
|
+
"resolved": "string",
|
|
755
|
+
"references": {}
|
|
756
|
+
},
|
|
757
|
+
"required": false,
|
|
758
|
+
"optional": false,
|
|
759
|
+
"docs": {
|
|
760
|
+
"tags": [],
|
|
761
|
+
"text": ""
|
|
762
|
+
},
|
|
763
|
+
"attribute": "seventh-step-supporting-text",
|
|
764
|
+
"reflect": false,
|
|
765
|
+
"defaultValue": "''"
|
|
766
|
+
}
|
|
767
|
+
};
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
//# sourceMappingURL=gb-stepper-horizontal-line-with-text.js.map
|