globuswebcomponents 1.1.9 → 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-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-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-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 +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 +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 +1140 -126
- 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-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-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 +25 -0
- package/dist/types/components.d.ts +80 -0
- 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/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
|
@@ -0,0 +1,504 @@
|
|
|
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
|
+
}
|
|
26
|
+
render() {
|
|
27
|
+
return (h("div", { key: '355a6700e5c5aba3e74317714e0e0d9ca41a9116', class: "text_with_line" }, h("gb-step-base", { key: '2fdfa6ac55d05a5daf766b56bea401799102f105', size: this.size, type: "text_line", state: this.firstStepState, status: this.firstStepStatus }), h("gb-step-base", { key: 'b7710dc5e74d7c8fe8c596b719b5cb0fd2c7ea42', size: this.size, type: "text_line", state: this.secondStepState, status: this.secondStepStatus }), this.thirdStep && h("gb-step-base", { key: '8877d2762fdde39d3b3bb6340af1f2fcd47ff068', size: this.size, type: "text_line", state: this.thirdStepState, status: this.thirdStepStatus }), this.fourthStep && h("gb-step-base", { key: '33de8f83c8446b1d9b600e0747cc06f3797f8f50', size: this.size, type: "text_line", state: this.fourthStepState, status: this.fourthStepStatus }), this.fifthStep && h("gb-step-base", { key: 'fef14dbc05b5b14139babeb4fa0454dbd347c071', size: this.size, type: "text_line", state: this.fifthStepState, status: this.fifthStepStatus }), this.sixthStep && h("gb-step-base", { key: 'd7e03a4eabac95a6131d9c150bb5b2130e9a615b', size: this.size, type: "text_line", state: this.sixthStepState, status: this.sixthStepStatus }), this.seventhStep && h("gb-step-base", { key: '1eaa6815088fd5134418e3f9aaf84e42e1e39d53', size: this.size, type: "text_line", state: this.seventhStepState, status: this.seventhStepStatus })));
|
|
28
|
+
}
|
|
29
|
+
static get is() { return "gb-stepper-horizontal-line-with-text"; }
|
|
30
|
+
static get encapsulation() { return "shadow"; }
|
|
31
|
+
static get originalStyleUrls() {
|
|
32
|
+
return {
|
|
33
|
+
"$": ["gb-stepper-horizontal-line-with-text.css"]
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
static get styleUrls() {
|
|
37
|
+
return {
|
|
38
|
+
"$": ["gb-stepper-horizontal-line-with-text.css"]
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
static get properties() {
|
|
42
|
+
return {
|
|
43
|
+
"size": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"mutable": false,
|
|
46
|
+
"complexType": {
|
|
47
|
+
"original": "GeneralSizes",
|
|
48
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
49
|
+
"references": {
|
|
50
|
+
"GeneralSizes": {
|
|
51
|
+
"location": "import",
|
|
52
|
+
"path": "../../models/reusableModels",
|
|
53
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"required": false,
|
|
58
|
+
"optional": false,
|
|
59
|
+
"docs": {
|
|
60
|
+
"tags": [],
|
|
61
|
+
"text": ""
|
|
62
|
+
},
|
|
63
|
+
"attribute": "size",
|
|
64
|
+
"reflect": false
|
|
65
|
+
},
|
|
66
|
+
"breakpoint": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"mutable": false,
|
|
69
|
+
"complexType": {
|
|
70
|
+
"original": "BreakPoints",
|
|
71
|
+
"resolved": "\"desktop\" | \"mobile\"",
|
|
72
|
+
"references": {
|
|
73
|
+
"BreakPoints": {
|
|
74
|
+
"location": "import",
|
|
75
|
+
"path": "../../models/reusableModels",
|
|
76
|
+
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"required": false,
|
|
81
|
+
"optional": false,
|
|
82
|
+
"docs": {
|
|
83
|
+
"tags": [],
|
|
84
|
+
"text": ""
|
|
85
|
+
},
|
|
86
|
+
"attribute": "breakpoint",
|
|
87
|
+
"reflect": false
|
|
88
|
+
},
|
|
89
|
+
"thirdStep": {
|
|
90
|
+
"type": "boolean",
|
|
91
|
+
"mutable": false,
|
|
92
|
+
"complexType": {
|
|
93
|
+
"original": "boolean",
|
|
94
|
+
"resolved": "boolean",
|
|
95
|
+
"references": {}
|
|
96
|
+
},
|
|
97
|
+
"required": false,
|
|
98
|
+
"optional": false,
|
|
99
|
+
"docs": {
|
|
100
|
+
"tags": [],
|
|
101
|
+
"text": ""
|
|
102
|
+
},
|
|
103
|
+
"attribute": "third-step",
|
|
104
|
+
"reflect": false,
|
|
105
|
+
"defaultValue": "false"
|
|
106
|
+
},
|
|
107
|
+
"fourthStep": {
|
|
108
|
+
"type": "boolean",
|
|
109
|
+
"mutable": false,
|
|
110
|
+
"complexType": {
|
|
111
|
+
"original": "boolean",
|
|
112
|
+
"resolved": "boolean",
|
|
113
|
+
"references": {}
|
|
114
|
+
},
|
|
115
|
+
"required": false,
|
|
116
|
+
"optional": false,
|
|
117
|
+
"docs": {
|
|
118
|
+
"tags": [],
|
|
119
|
+
"text": ""
|
|
120
|
+
},
|
|
121
|
+
"attribute": "fourth-step",
|
|
122
|
+
"reflect": false,
|
|
123
|
+
"defaultValue": "false"
|
|
124
|
+
},
|
|
125
|
+
"fifthStep": {
|
|
126
|
+
"type": "boolean",
|
|
127
|
+
"mutable": false,
|
|
128
|
+
"complexType": {
|
|
129
|
+
"original": "boolean",
|
|
130
|
+
"resolved": "boolean",
|
|
131
|
+
"references": {}
|
|
132
|
+
},
|
|
133
|
+
"required": false,
|
|
134
|
+
"optional": false,
|
|
135
|
+
"docs": {
|
|
136
|
+
"tags": [],
|
|
137
|
+
"text": ""
|
|
138
|
+
},
|
|
139
|
+
"attribute": "fifth-step",
|
|
140
|
+
"reflect": false,
|
|
141
|
+
"defaultValue": "false"
|
|
142
|
+
},
|
|
143
|
+
"sixthStep": {
|
|
144
|
+
"type": "boolean",
|
|
145
|
+
"mutable": false,
|
|
146
|
+
"complexType": {
|
|
147
|
+
"original": "boolean",
|
|
148
|
+
"resolved": "boolean",
|
|
149
|
+
"references": {}
|
|
150
|
+
},
|
|
151
|
+
"required": false,
|
|
152
|
+
"optional": false,
|
|
153
|
+
"docs": {
|
|
154
|
+
"tags": [],
|
|
155
|
+
"text": ""
|
|
156
|
+
},
|
|
157
|
+
"attribute": "sixth-step",
|
|
158
|
+
"reflect": false,
|
|
159
|
+
"defaultValue": "false"
|
|
160
|
+
},
|
|
161
|
+
"seventhStep": {
|
|
162
|
+
"type": "boolean",
|
|
163
|
+
"mutable": false,
|
|
164
|
+
"complexType": {
|
|
165
|
+
"original": "boolean",
|
|
166
|
+
"resolved": "boolean",
|
|
167
|
+
"references": {}
|
|
168
|
+
},
|
|
169
|
+
"required": false,
|
|
170
|
+
"optional": false,
|
|
171
|
+
"docs": {
|
|
172
|
+
"tags": [],
|
|
173
|
+
"text": ""
|
|
174
|
+
},
|
|
175
|
+
"attribute": "seventh-step",
|
|
176
|
+
"reflect": false,
|
|
177
|
+
"defaultValue": "false"
|
|
178
|
+
},
|
|
179
|
+
"firstStepState": {
|
|
180
|
+
"type": "string",
|
|
181
|
+
"mutable": false,
|
|
182
|
+
"complexType": {
|
|
183
|
+
"original": "ProgressStepStates",
|
|
184
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
185
|
+
"references": {
|
|
186
|
+
"ProgressStepStates": {
|
|
187
|
+
"location": "import",
|
|
188
|
+
"path": "../../models/reusableModels",
|
|
189
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"required": false,
|
|
194
|
+
"optional": false,
|
|
195
|
+
"docs": {
|
|
196
|
+
"tags": [],
|
|
197
|
+
"text": ""
|
|
198
|
+
},
|
|
199
|
+
"attribute": "first-step-state",
|
|
200
|
+
"reflect": false
|
|
201
|
+
},
|
|
202
|
+
"secondStepState": {
|
|
203
|
+
"type": "string",
|
|
204
|
+
"mutable": false,
|
|
205
|
+
"complexType": {
|
|
206
|
+
"original": "ProgressStepStates",
|
|
207
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
208
|
+
"references": {
|
|
209
|
+
"ProgressStepStates": {
|
|
210
|
+
"location": "import",
|
|
211
|
+
"path": "../../models/reusableModels",
|
|
212
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"required": false,
|
|
217
|
+
"optional": false,
|
|
218
|
+
"docs": {
|
|
219
|
+
"tags": [],
|
|
220
|
+
"text": ""
|
|
221
|
+
},
|
|
222
|
+
"attribute": "second-step-state",
|
|
223
|
+
"reflect": false
|
|
224
|
+
},
|
|
225
|
+
"thirdStepState": {
|
|
226
|
+
"type": "string",
|
|
227
|
+
"mutable": false,
|
|
228
|
+
"complexType": {
|
|
229
|
+
"original": "ProgressStepStates",
|
|
230
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
231
|
+
"references": {
|
|
232
|
+
"ProgressStepStates": {
|
|
233
|
+
"location": "import",
|
|
234
|
+
"path": "../../models/reusableModels",
|
|
235
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"required": false,
|
|
240
|
+
"optional": false,
|
|
241
|
+
"docs": {
|
|
242
|
+
"tags": [],
|
|
243
|
+
"text": ""
|
|
244
|
+
},
|
|
245
|
+
"attribute": "third-step-state",
|
|
246
|
+
"reflect": false
|
|
247
|
+
},
|
|
248
|
+
"fourthStepState": {
|
|
249
|
+
"type": "string",
|
|
250
|
+
"mutable": false,
|
|
251
|
+
"complexType": {
|
|
252
|
+
"original": "ProgressStepStates",
|
|
253
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
254
|
+
"references": {
|
|
255
|
+
"ProgressStepStates": {
|
|
256
|
+
"location": "import",
|
|
257
|
+
"path": "../../models/reusableModels",
|
|
258
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"required": false,
|
|
263
|
+
"optional": false,
|
|
264
|
+
"docs": {
|
|
265
|
+
"tags": [],
|
|
266
|
+
"text": ""
|
|
267
|
+
},
|
|
268
|
+
"attribute": "fourth-step-state",
|
|
269
|
+
"reflect": false
|
|
270
|
+
},
|
|
271
|
+
"fifthStepState": {
|
|
272
|
+
"type": "string",
|
|
273
|
+
"mutable": false,
|
|
274
|
+
"complexType": {
|
|
275
|
+
"original": "ProgressStepStates",
|
|
276
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
277
|
+
"references": {
|
|
278
|
+
"ProgressStepStates": {
|
|
279
|
+
"location": "import",
|
|
280
|
+
"path": "../../models/reusableModels",
|
|
281
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"required": false,
|
|
286
|
+
"optional": false,
|
|
287
|
+
"docs": {
|
|
288
|
+
"tags": [],
|
|
289
|
+
"text": ""
|
|
290
|
+
},
|
|
291
|
+
"attribute": "fifth-step-state",
|
|
292
|
+
"reflect": false
|
|
293
|
+
},
|
|
294
|
+
"sixthStepState": {
|
|
295
|
+
"type": "string",
|
|
296
|
+
"mutable": false,
|
|
297
|
+
"complexType": {
|
|
298
|
+
"original": "ProgressStepStates",
|
|
299
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
300
|
+
"references": {
|
|
301
|
+
"ProgressStepStates": {
|
|
302
|
+
"location": "import",
|
|
303
|
+
"path": "../../models/reusableModels",
|
|
304
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"required": false,
|
|
309
|
+
"optional": false,
|
|
310
|
+
"docs": {
|
|
311
|
+
"tags": [],
|
|
312
|
+
"text": ""
|
|
313
|
+
},
|
|
314
|
+
"attribute": "sixth-step-state",
|
|
315
|
+
"reflect": false
|
|
316
|
+
},
|
|
317
|
+
"seventhStepState": {
|
|
318
|
+
"type": "string",
|
|
319
|
+
"mutable": false,
|
|
320
|
+
"complexType": {
|
|
321
|
+
"original": "ProgressStepStates",
|
|
322
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
323
|
+
"references": {
|
|
324
|
+
"ProgressStepStates": {
|
|
325
|
+
"location": "import",
|
|
326
|
+
"path": "../../models/reusableModels",
|
|
327
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"required": false,
|
|
332
|
+
"optional": false,
|
|
333
|
+
"docs": {
|
|
334
|
+
"tags": [],
|
|
335
|
+
"text": ""
|
|
336
|
+
},
|
|
337
|
+
"attribute": "seventh-step-state",
|
|
338
|
+
"reflect": false
|
|
339
|
+
},
|
|
340
|
+
"firstStepStatus": {
|
|
341
|
+
"type": "string",
|
|
342
|
+
"mutable": false,
|
|
343
|
+
"complexType": {
|
|
344
|
+
"original": "ProgressStepStatus",
|
|
345
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
346
|
+
"references": {
|
|
347
|
+
"ProgressStepStatus": {
|
|
348
|
+
"location": "import",
|
|
349
|
+
"path": "../../models/reusableModels",
|
|
350
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"required": false,
|
|
355
|
+
"optional": false,
|
|
356
|
+
"docs": {
|
|
357
|
+
"tags": [],
|
|
358
|
+
"text": ""
|
|
359
|
+
},
|
|
360
|
+
"attribute": "first-step-status",
|
|
361
|
+
"reflect": false
|
|
362
|
+
},
|
|
363
|
+
"secondStepStatus": {
|
|
364
|
+
"type": "string",
|
|
365
|
+
"mutable": false,
|
|
366
|
+
"complexType": {
|
|
367
|
+
"original": "ProgressStepStatus",
|
|
368
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
369
|
+
"references": {
|
|
370
|
+
"ProgressStepStatus": {
|
|
371
|
+
"location": "import",
|
|
372
|
+
"path": "../../models/reusableModels",
|
|
373
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"required": false,
|
|
378
|
+
"optional": false,
|
|
379
|
+
"docs": {
|
|
380
|
+
"tags": [],
|
|
381
|
+
"text": ""
|
|
382
|
+
},
|
|
383
|
+
"attribute": "second-step-status",
|
|
384
|
+
"reflect": false
|
|
385
|
+
},
|
|
386
|
+
"thirdStepStatus": {
|
|
387
|
+
"type": "string",
|
|
388
|
+
"mutable": false,
|
|
389
|
+
"complexType": {
|
|
390
|
+
"original": "ProgressStepStatus",
|
|
391
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
392
|
+
"references": {
|
|
393
|
+
"ProgressStepStatus": {
|
|
394
|
+
"location": "import",
|
|
395
|
+
"path": "../../models/reusableModels",
|
|
396
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"required": false,
|
|
401
|
+
"optional": false,
|
|
402
|
+
"docs": {
|
|
403
|
+
"tags": [],
|
|
404
|
+
"text": ""
|
|
405
|
+
},
|
|
406
|
+
"attribute": "third-step-status",
|
|
407
|
+
"reflect": false
|
|
408
|
+
},
|
|
409
|
+
"fourthStepStatus": {
|
|
410
|
+
"type": "string",
|
|
411
|
+
"mutable": false,
|
|
412
|
+
"complexType": {
|
|
413
|
+
"original": "ProgressStepStatus",
|
|
414
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
415
|
+
"references": {
|
|
416
|
+
"ProgressStepStatus": {
|
|
417
|
+
"location": "import",
|
|
418
|
+
"path": "../../models/reusableModels",
|
|
419
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"required": false,
|
|
424
|
+
"optional": false,
|
|
425
|
+
"docs": {
|
|
426
|
+
"tags": [],
|
|
427
|
+
"text": ""
|
|
428
|
+
},
|
|
429
|
+
"attribute": "fourth-step-status",
|
|
430
|
+
"reflect": false
|
|
431
|
+
},
|
|
432
|
+
"fifthStepStatus": {
|
|
433
|
+
"type": "string",
|
|
434
|
+
"mutable": false,
|
|
435
|
+
"complexType": {
|
|
436
|
+
"original": "ProgressStepStatus",
|
|
437
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
438
|
+
"references": {
|
|
439
|
+
"ProgressStepStatus": {
|
|
440
|
+
"location": "import",
|
|
441
|
+
"path": "../../models/reusableModels",
|
|
442
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"required": false,
|
|
447
|
+
"optional": false,
|
|
448
|
+
"docs": {
|
|
449
|
+
"tags": [],
|
|
450
|
+
"text": ""
|
|
451
|
+
},
|
|
452
|
+
"attribute": "fifth-step-status",
|
|
453
|
+
"reflect": false
|
|
454
|
+
},
|
|
455
|
+
"sixthStepStatus": {
|
|
456
|
+
"type": "string",
|
|
457
|
+
"mutable": false,
|
|
458
|
+
"complexType": {
|
|
459
|
+
"original": "ProgressStepStatus",
|
|
460
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
461
|
+
"references": {
|
|
462
|
+
"ProgressStepStatus": {
|
|
463
|
+
"location": "import",
|
|
464
|
+
"path": "../../models/reusableModels",
|
|
465
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"required": false,
|
|
470
|
+
"optional": false,
|
|
471
|
+
"docs": {
|
|
472
|
+
"tags": [],
|
|
473
|
+
"text": ""
|
|
474
|
+
},
|
|
475
|
+
"attribute": "sixth-step-status",
|
|
476
|
+
"reflect": false
|
|
477
|
+
},
|
|
478
|
+
"seventhStepStatus": {
|
|
479
|
+
"type": "string",
|
|
480
|
+
"mutable": false,
|
|
481
|
+
"complexType": {
|
|
482
|
+
"original": "ProgressStepStatus",
|
|
483
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
484
|
+
"references": {
|
|
485
|
+
"ProgressStepStatus": {
|
|
486
|
+
"location": "import",
|
|
487
|
+
"path": "../../models/reusableModels",
|
|
488
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"required": false,
|
|
493
|
+
"optional": false,
|
|
494
|
+
"docs": {
|
|
495
|
+
"tags": [],
|
|
496
|
+
"text": ""
|
|
497
|
+
},
|
|
498
|
+
"attribute": "seventh-step-status",
|
|
499
|
+
"reflect": false
|
|
500
|
+
}
|
|
501
|
+
};
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
//# sourceMappingURL=gb-stepper-horizontal-line-with-text.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gb-stepper-horizontal-line-with-text.js","sourceRoot":"","sources":["../../../src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAQnD,MAAM,OAAO,+BAA+B;;;;yBAGb,KAAK;0BACJ,KAAK;yBACN,KAAK;yBACL,KAAK;2BACH,KAAK;;;;;;;;;;;;;;;;IAgBpC,MAAM;QACJ,OAAO,CACL,4DAAK,KAAK,EAAC,gBAAgB;YACzB,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,MAAM,EAAE,IAAI,CAAC,eAAe,GAAiB;YACzH,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,EAAE,IAAI,CAAC,gBAAgB,GAAiB;YAC1H,IAAI,CAAC,SAAS,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,MAAM,EAAE,IAAI,CAAC,eAAe,GAAiB;YAC3I,IAAI,CAAC,UAAU,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,EAAE,IAAI,CAAC,gBAAgB,GAAiB;YAC9I,IAAI,CAAC,SAAS,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,MAAM,EAAE,IAAI,CAAC,eAAe,GAAiB;YAC3I,IAAI,CAAC,SAAS,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,MAAM,EAAE,IAAI,CAAC,eAAe,GAAiB;YAC3I,IAAI,CAAC,WAAW,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAAE,MAAM,EAAE,IAAI,CAAC,iBAAiB,GAAiB,CAC9I,CACP,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Prop, h } from '@stencil/core';\r\nimport { BreakPoints, GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-stepper-horizontal-line-with-text',\r\n styleUrl: 'gb-stepper-horizontal-line-with-text.css',\r\n shadow: true,\r\n})\r\nexport class GbStepperHorizontalLineWithText {\r\n @Prop() size: GeneralSizes;\r\n @Prop() breakpoint: BreakPoints;\r\n @Prop() thirdStep: boolean = false;\r\n @Prop() fourthStep: boolean = false;\r\n @Prop() fifthStep: boolean = false;\r\n @Prop() sixthStep: boolean = false;\r\n @Prop() seventhStep: boolean = false;\r\n @Prop() firstStepState: ProgressStepStates;\r\n @Prop() secondStepState: ProgressStepStates;\r\n @Prop() thirdStepState: ProgressStepStates;\r\n @Prop() fourthStepState: ProgressStepStates;\r\n @Prop() fifthStepState: ProgressStepStates;\r\n @Prop() sixthStepState: ProgressStepStates;\r\n @Prop() seventhStepState: ProgressStepStates;\r\n @Prop() firstStepStatus: ProgressStepStatus;\r\n @Prop() secondStepStatus: ProgressStepStatus;\r\n @Prop() thirdStepStatus: ProgressStepStatus;\r\n @Prop() fourthStepStatus: ProgressStepStatus;\r\n @Prop() fifthStepStatus: ProgressStepStatus;\r\n @Prop() sixthStepStatus: ProgressStepStatus;\r\n @Prop() seventhStepStatus: ProgressStepStatus;\r\n\r\n render() {\r\n return (\r\n <div class=\"text_with_line\">\r\n <gb-step-base size={this.size} type=\"text_line\" state={this.firstStepState} status={this.firstStepStatus}></gb-step-base>\r\n <gb-step-base size={this.size} type=\"text_line\" state={this.secondStepState} status={this.secondStepStatus}></gb-step-base>\r\n {this.thirdStep && <gb-step-base size={this.size} type=\"text_line\" state={this.thirdStepState} status={this.thirdStepStatus}></gb-step-base>}\r\n {this.fourthStep && <gb-step-base size={this.size} type=\"text_line\" state={this.fourthStepState} status={this.fourthStepStatus}></gb-step-base>}\r\n {this.fifthStep && <gb-step-base size={this.size} type=\"text_line\" state={this.fifthStepState} status={this.fifthStepStatus}></gb-step-base>}\r\n {this.sixthStep && <gb-step-base size={this.size} type=\"text_line\" state={this.sixthStepState} status={this.sixthStepStatus}></gb-step-base>}\r\n {this.seventhStep && <gb-step-base size={this.size} type=\"text_line\" state={this.seventhStepState} status={this.seventhStepStatus}></gb-step-base>}\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
|
|
@@ -43,17 +43,17 @@ export class GbTabButtonBase {
|
|
|
43
43
|
this.tabClicked.emit();
|
|
44
44
|
}
|
|
45
45
|
render() {
|
|
46
|
-
return (h("div", { key: '
|
|
46
|
+
return (h("div", { key: '9ca5e463d7df1035a6eb5fea0ca0b7f57ccad846', class: `tab_button_div ${this.type}
|
|
47
47
|
${this.current ? 'current' : ''}
|
|
48
48
|
${this.fullWidth ? 'full_width' : ''}
|
|
49
49
|
${this.size}
|
|
50
|
-
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '
|
|
50
|
+
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: 'bacd7ca64f5e9bc808ebfe2ad4f86b3fe900338e', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'd34928d1dc4e59ca1f5f846a60d661ec15c5ae96', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
|
|
51
51
|
? 'information'
|
|
52
52
|
: this.current && this.type === 'underline'
|
|
53
53
|
? 'information'
|
|
54
54
|
: this.current && this.type === 'line'
|
|
55
55
|
? 'information'
|
|
56
|
-
: 'gray' }, h("slot", { key: '
|
|
56
|
+
: 'gray' }, h("slot", { key: 'bf8cba14898d23755b4d566dd95319c7c7360ee8', name: "count" })))));
|
|
57
57
|
}
|
|
58
58
|
static get is() { return "gb-tab-button-base"; }
|
|
59
59
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbTableCell {
|
|
|
4
4
|
this.type = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: 'efdb793b757a413840c7292eb5a5b577cb11e645', class: "table_cell_div" }));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-table-cell"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -29,7 +29,7 @@ export class GbTag {
|
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
31
|
const flagSwap = getAssetPath(`${this.flagSwap}`);
|
|
32
|
-
return (h("div", { key: '
|
|
32
|
+
return (h("div", { key: '9c51de6b5af7643cab79d9947e5d0f484fd5f624', class: `container ${this.size}` }, h("div", { key: 'a572a93010da3771ff96a448d986511f2400506d', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '492646b0f0f346446aaf471beacdc431011f4268', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: 'e82b3142aec078b17e58a7346cd85e44bda464c3', class: "icon left-icon" }, h("img", { key: '586478a8cf45e800c8d173b99057fa6f07eca4c8', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '45881837c9a12a6edf61a765fc73c47cde60ca64', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: 'e2b6fd14e5b16021d6bcf29522c888acdbc56b53', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '1b396eeaeef298c2281e59b837b31db038bf60b9', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '9bd57bb6d1182d8a77ced3fbf8eeb25e90336b36', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: '3d75817a6bb3e6eceaa5f78b456642edd16b69cf', class: "label" }, h("slot", { key: 'f92a4c843be5638b1af8718bdf33a8c0ad4a5a82' })), this.action === 'count' && (h("gb-tag-count", { key: '20f8005df3a85b4111dd3824fec5c20423725568', size: this.size }, h("slot", { key: 'd56851c478972a2cc3b84a465175084007420c0f', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'c203cc662994aeb814943a1efbf06de3441fa81f', size: this.size, onClick: () => this.onTagClose() })));
|
|
33
33
|
}
|
|
34
34
|
static get is() { return "gb-tag"; }
|
|
35
35
|
static get encapsulation() { return "shadow"; }
|
|
@@ -6,7 +6,7 @@ export class GbTagCheckbox {
|
|
|
6
6
|
this.disabled = false;
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
|
-
return (h("label", { key: '
|
|
9
|
+
return (h("label", { key: 'fb7b76f294092c7feaf28efdbe069d9ee3240ea8', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'c6d9b5c399d30272b43a940c4c9f0dc3ab0d78dc', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '4dce2f083956c3d21578e0e1fa315971865eecc0', class: `custom-checkbox ${this.size}` }, h("svg", { key: '9c3721e5d590e436b909ce005534766e8fa9d3d5', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'd1a7c87ac9c5cce13a9e603149cb2a6de9bd1361', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
|
|
10
10
|
}
|
|
11
11
|
static get is() { return "gb-tag-checkbox"; }
|
|
12
12
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbTagClose {
|
|
|
4
4
|
this.size = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: '2248500c7129bc1e405d16f913b167d6666e9840', class: this.size }, h("svg", { key: 'b4381f5fd52658f32e77aab0509a78165ed703a8', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: 'e1041519bd34f3f943cd9357ba025259a4a49300', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-tag-close"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbTagCount {
|
|
|
4
4
|
this.size = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: '411b8a88ada39b643062084b232fd93d162bc16d', class: this.size }, h("slot", { key: 'ceef80fa4fcfce7a91e98d1e7c7c758b16e25af7', name: "count" })));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-tag-count"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|