globuswebcomponents 1.2.5 → 1.2.7
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_9.cjs.entry.js +584 -0
- package/dist/cjs/gb-action-panel_9.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-avatar_3.cjs.entry.js +186 -0
- package/dist/cjs/gb-avatar_3.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js +114 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-detail-cell.cjs.entry.js +59 -0
- package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-export-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +42 -0
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
- package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
- package/dist/cjs/gb-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +14 -14
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +6 -6
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
- package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
- package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
- package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
- package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +33 -5
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +52 -0
- package/dist/cjs/gb-stepper-horizontal-line-with-text.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 +4 -4
- package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-toast.cjs.entry.js +1 -1
- package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
- package/dist/cjs/gb-tooltip.cjs.entry.js +39 -0
- package/dist/cjs/gb-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/gb-badge/gb-badge.js +26 -17
- package/dist/collection/components/gb-badge/gb-badge.js.map +1 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +29 -35
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +25 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
- package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
- package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
- package/dist/collection/components/gb-featured-icon/gb-featured-icon.css +2722 -0
- package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +49 -0
- package/dist/collection/components/gb-featured-icon/gb-featured-icon.js.map +1 -0
- package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
- package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
- package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
- package/dist/collection/components/gb-header/gb-header.js +1 -1
- package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
- package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
- package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
- package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
- package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
- package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
- package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
- package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.css +74 -8
- 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-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +607 -6
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -96
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/collection/components/{gb-stepper/gb-progress-steps.js → gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js} +384 -33
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-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 +4 -4
- package/dist/collection/components/gb-toast/gb-toast.js +1 -1
- package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +4 -4
- package/dist/components/gb-avatar-group.js +4 -4
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +2 -2
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-detail-cell.js +9 -7
- package/dist/components/gb-detail-cell.js.map +1 -1
- package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/components/gb-export-dropdown-item.js +1 -1
- package/dist/components/gb-export-dropdown.js +4 -4
- package/dist/components/gb-export-sub-dropdown-item.js +1 -1
- package/dist/components/gb-export-sub-dropdown.js +1 -1
- package/dist/components/{gb-progress-steps.d.ts → gb-featured-icon.d.ts} +4 -4
- package/dist/components/gb-featured-icon.js +8 -0
- package/dist/components/gb-featured-icon.js.map +1 -0
- package/dist/components/gb-file-type-icon.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +16 -16
- package/dist/components/gb-header-icon.js +1 -1
- package/dist/components/gb-header.js +4 -4
- package/dist/components/gb-help-dropdown.js +2 -2
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +5 -5
- package/dist/components/gb-input-dropdown-menu-item.js +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-input-field.js +1 -1
- package/dist/components/gb-mega-input-field-base.js +1 -1
- package/dist/components/gb-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +4 -4
- package/dist/components/gb-pagination-button-group-base.js +1 -1
- package/dist/components/gb-pagination-dot-group.js +1 -1
- package/dist/components/gb-pagination-dot-indicator.js +1 -1
- package/dist/components/gb-pagination-number-base.js +1 -1
- package/dist/components/gb-pagination.js +15 -15
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-sidebar.js +9 -9
- package/dist/components/gb-simple-side-bar-item.js +1 -1
- package/dist/components/gb-slider-control-handle.js +1 -1
- package/dist/components/gb-slider.js +3 -3
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-step-base.js +1 -1
- package/dist/components/gb-stepper-horizontal-icons-centered.js +76 -8
- package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +9 -13
- package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/components/gb-stepper-vertical-icons-with-text.d.ts +11 -0
- package/dist/components/gb-stepper-vertical-icons-with-text.js +177 -0
- package/dist/components/gb-stepper-vertical-icons-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 +11 -11
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +2 -2
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field-compact.js +2 -2
- package/dist/components/gb-token-field-compressed.js +3 -3
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-vertical-tabs.js +5 -5
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +2 -2
- package/dist/components/{p-c854733c.js → p-0eeb4332.js} +3 -3
- package/dist/components/{p-c854733c.js.map → p-0eeb4332.js.map} +1 -1
- package/dist/components/{p-bb0742b1.js → p-0ff3490a.js} +5 -5
- package/dist/components/{p-bb0742b1.js.map → p-0ff3490a.js.map} +1 -1
- package/dist/components/{p-f3329262.js → p-136c3d93.js} +3 -3
- package/dist/components/{p-f3329262.js.map → p-136c3d93.js.map} +1 -1
- package/dist/components/{p-40c2ac9d.js → p-1384dc6b.js} +2 -2
- package/dist/components/{p-40c2ac9d.js.map → p-1384dc6b.js.map} +1 -1
- package/dist/components/{p-1cbfb269.js → p-1642dc4d.js} +2 -2
- package/dist/components/{p-1cbfb269.js.map → p-1642dc4d.js.map} +1 -1
- package/dist/components/{p-0962e3f8.js → p-186bc975.js} +2 -2
- package/dist/components/{p-0962e3f8.js.map → p-186bc975.js.map} +1 -1
- package/dist/components/{p-1a8b74e6.js → p-20e8fe14.js} +2 -2
- package/dist/components/{p-1a8b74e6.js.map → p-20e8fe14.js.map} +1 -1
- package/dist/components/{p-d7f5ec4d.js → p-21d933a4.js} +3 -3
- package/dist/components/{p-d7f5ec4d.js.map → p-21d933a4.js.map} +1 -1
- package/dist/components/{p-d1bf0535.js → p-281c83b1.js} +3 -3
- package/dist/components/{p-d1bf0535.js.map → p-281c83b1.js.map} +1 -1
- package/dist/components/{p-36cbbc63.js → p-2cf657f3.js} +7 -7
- package/dist/components/{p-36cbbc63.js.map → p-2cf657f3.js.map} +1 -1
- package/dist/components/{p-69c4723d.js → p-3e431c2d.js} +2 -2
- package/dist/components/{p-69c4723d.js.map → p-3e431c2d.js.map} +1 -1
- package/dist/components/{p-24b03ad5.js → p-437eb4d4.js} +2 -2
- package/dist/components/{p-24b03ad5.js.map → p-437eb4d4.js.map} +1 -1
- package/dist/components/p-47052b60.js.map +1 -1
- package/dist/components/{p-b41e41aa.js → p-4b0e7e7a.js} +2 -2
- package/dist/components/{p-b41e41aa.js.map → p-4b0e7e7a.js.map} +1 -1
- package/dist/components/{p-a6ffb75a.js → p-4b238a42.js} +2 -2
- package/dist/components/{p-a6ffb75a.js.map → p-4b238a42.js.map} +1 -1
- package/dist/components/{p-ce879a4d.js → p-4d25fbc8.js} +6 -6
- package/dist/components/{p-ce879a4d.js.map → p-4d25fbc8.js.map} +1 -1
- package/dist/components/{p-0dd34990.js → p-5521d53f.js} +2 -2
- package/dist/components/{p-0dd34990.js.map → p-5521d53f.js.map} +1 -1
- package/dist/components/{p-5d12d91a.js → p-556f59af.js} +2 -2
- package/dist/components/{p-5d12d91a.js.map → p-556f59af.js.map} +1 -1
- package/dist/components/{p-15aed73e.js → p-5643ff3d.js} +7 -7
- package/dist/components/{p-15aed73e.js.map → p-5643ff3d.js.map} +1 -1
- package/dist/components/{p-77a6ee05.js → p-5cd7f95c.js} +15 -15
- package/dist/components/{p-77a6ee05.js.map → p-5cd7f95c.js.map} +1 -1
- package/dist/components/{p-1f8d2c84.js → p-5d4c3d77.js} +5 -5
- package/dist/components/{p-1f8d2c84.js.map → p-5d4c3d77.js.map} +1 -1
- package/dist/components/{p-1242e45b.js → p-80af422b.js} +2 -2
- package/dist/components/{p-1242e45b.js.map → p-80af422b.js.map} +1 -1
- package/dist/components/p-83d4075d.js +37 -0
- package/dist/components/p-83d4075d.js.map +1 -0
- package/dist/components/{p-95ea90ff.js → p-951c9086.js} +2 -2
- package/dist/components/{p-95ea90ff.js.map → p-951c9086.js.map} +1 -1
- package/dist/components/{p-e9683fbc.js → p-97a48658.js} +3 -3
- package/dist/components/{p-e9683fbc.js.map → p-97a48658.js.map} +1 -1
- package/dist/components/{p-bc9fda30.js → p-9ba84bcc.js} +2 -2
- package/dist/components/{p-bc9fda30.js.map → p-9ba84bcc.js.map} +1 -1
- package/dist/components/{p-e6226d3c.js → p-a1b17f6f.js} +2 -2
- package/dist/components/{p-e6226d3c.js.map → p-a1b17f6f.js.map} +1 -1
- package/dist/components/{p-b429b421.js → p-a2be06b2.js} +2 -2
- package/dist/components/{p-b429b421.js.map → p-a2be06b2.js.map} +1 -1
- package/dist/components/{p-9cb7a95f.js → p-a3325cf5.js} +2 -2
- package/dist/components/{p-9cb7a95f.js.map → p-a3325cf5.js.map} +1 -1
- package/dist/components/{p-621c7531.js → p-ac35bd30.js} +23 -23
- package/dist/components/{p-621c7531.js.map → p-ac35bd30.js.map} +1 -1
- package/dist/components/{p-cb33a696.js → p-b1e7d221.js} +5 -5
- package/dist/components/{p-cb33a696.js.map → p-b1e7d221.js.map} +1 -1
- package/dist/components/{p-e51cd226.js → p-b3589e6f.js} +3 -3
- package/dist/components/{p-e51cd226.js.map → p-b3589e6f.js.map} +1 -1
- package/dist/components/{p-bc8408d2.js → p-b8fa0815.js} +2 -2
- package/dist/components/{p-bc8408d2.js.map → p-b8fa0815.js.map} +1 -1
- package/dist/components/{p-d8eebee4.js → p-ba77a6ba.js} +2 -2
- package/dist/components/{p-d8eebee4.js.map → p-ba77a6ba.js.map} +1 -1
- package/dist/components/{p-3dd8cf5d.js → p-bdc9aca1.js} +3 -3
- package/dist/components/{p-3dd8cf5d.js.map → p-bdc9aca1.js.map} +1 -1
- package/dist/components/{p-a2a6a0c0.js → p-cefe6782.js} +2 -2
- package/dist/components/{p-a2a6a0c0.js.map → p-cefe6782.js.map} +1 -1
- package/dist/components/{p-fc806c48.js → p-d19b9484.js} +21 -18
- package/dist/components/p-d19b9484.js.map +1 -0
- package/dist/components/{p-ee2b88e7.js → p-d750a266.js} +3 -3
- package/dist/components/{p-ee2b88e7.js.map → p-d750a266.js.map} +1 -1
- package/dist/components/{p-6c64c5be.js → p-d840d166.js} +2 -2
- package/dist/components/{p-6c64c5be.js.map → p-d840d166.js.map} +1 -1
- package/dist/components/{p-f01d693a.js → p-f25cd4ce.js} +10 -4
- package/dist/components/p-f25cd4ce.js.map +1 -0
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +2597 -1407
- package/dist/esm/gb-action-panel_9.entry.js +572 -0
- package/dist/esm/gb-action-panel_9.entry.js.map +1 -0
- package/dist/esm/gb-avatar_3.entry.js +180 -0
- package/dist/esm/gb-avatar_3.entry.js.map +1 -0
- package/dist/esm/gb-badge_2.entry.js +109 -0
- package/dist/esm/gb-badge_2.entry.js.map +1 -0
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-detail-cell.entry.js +55 -0
- package/dist/esm/gb-detail-cell.entry.js.map +1 -0
- package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
- package/dist/esm/gb-export-dropdown-item_2.entry.js +2 -2
- package/dist/esm/gb-export-dropdown.entry.js +1 -1
- package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
- package/dist/esm/gb-file-type-icon_2.entry.js +37 -0
- package/dist/esm/gb-file-type-icon_2.entry.js.map +1 -0
- package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
- package/dist/esm/gb-file-upload.entry.js +12 -12
- package/dist/esm/gb-header-icon.entry.js +4 -4
- package/dist/esm/gb-header.entry.js +1 -1
- package/dist/esm/gb-help-dropdown.entry.js +1 -1
- package/dist/esm/gb-help-tooltip_3.entry.js +14 -14
- package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
- package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +6 -6
- package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
- package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
- package/dist/esm/gb-notification-content.entry.js +1 -1
- package/dist/esm/gb-notification-pane.entry.js +3 -3
- package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
- package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
- package/dist/esm/gb-pagination.entry.js +1 -1
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-scrollbar.entry.js +1 -1
- package/dist/esm/gb-sidebar.entry.js +1 -1
- package/dist/esm/gb-slider-control-handle.entry.js +1 -1
- package/dist/esm/gb-slider.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +34 -6
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js.map +1 -1
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +48 -0
- package/dist/esm/gb-stepper-horizontal-line-with-text.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 +4 -4
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +1 -1
- package/dist/esm/gb-toggle-base.entry.js +2 -2
- package/dist/esm/gb-toggle.entry.js +1 -1
- package/dist/esm/gb-token-field-compact.entry.js +1 -1
- package/dist/esm/gb-token-field-compressed.entry.js +2 -2
- package/dist/esm/gb-tooltip.entry.js +35 -0
- package/dist/esm/gb-tooltip.entry.js.map +1 -0
- package/dist/esm/gb-vertical-tabs.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/reusableModels-8496e911.js.map +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-3f19de63.entry.js → p-07c11b6a.entry.js} +2 -2
- package/dist/globuscomponents/{p-5b86ff20.entry.js → p-0b536f25.entry.js} +2 -2
- package/dist/globuscomponents/{p-81901007.entry.js → p-152ad6f4.entry.js} +2 -2
- package/dist/globuscomponents/p-32d72fe9.entry.js +2 -0
- package/dist/globuscomponents/p-32d72fe9.entry.js.map +1 -0
- package/dist/globuscomponents/p-3cdcd6f7.entry.js +2 -0
- package/dist/globuscomponents/p-3cdcd6f7.entry.js.map +1 -0
- package/dist/globuscomponents/{p-5dad4863.entry.js → p-3d86b3e3.entry.js} +2 -2
- package/dist/globuscomponents/p-47052b60.js.map +1 -1
- package/dist/globuscomponents/p-4ce82d5c.entry.js +2 -0
- package/dist/globuscomponents/p-4ce82d5c.entry.js.map +1 -0
- package/dist/globuscomponents/{p-bf0f7afa.entry.js → p-4fb786bf.entry.js} +2 -2
- package/dist/globuscomponents/{p-0d535ff4.entry.js → p-506ccb80.entry.js} +2 -2
- package/dist/globuscomponents/{p-3be5f281.entry.js → p-509fd1ee.entry.js} +2 -2
- package/dist/globuscomponents/{p-abb3a8a5.entry.js → p-55f3e761.entry.js} +2 -2
- package/dist/globuscomponents/p-5654c727.entry.js +2 -0
- package/dist/globuscomponents/p-5654c727.entry.js.map +1 -0
- package/dist/globuscomponents/{p-a11be783.entry.js → p-61e0c21b.entry.js} +2 -2
- package/dist/globuscomponents/p-6dfc78d1.entry.js +2 -0
- package/dist/globuscomponents/{p-271960c2.entry.js → p-7849b0f5.entry.js} +2 -2
- package/dist/globuscomponents/p-79396a23.entry.js +2 -0
- package/dist/globuscomponents/p-79396a23.entry.js.map +1 -0
- package/dist/globuscomponents/{p-251c08d0.entry.js → p-7ce874e1.entry.js} +2 -2
- package/dist/globuscomponents/p-7f2a082e.entry.js +2 -0
- package/dist/globuscomponents/p-7f2a082e.entry.js.map +1 -0
- package/dist/globuscomponents/{p-d0b93e52.entry.js → p-8046d145.entry.js} +2 -2
- package/dist/globuscomponents/{p-a6ef7533.entry.js → p-8138edbe.entry.js} +2 -2
- package/dist/globuscomponents/p-83b49c74.entry.js +2 -0
- package/dist/globuscomponents/p-85c5f7c3.entry.js +2 -0
- package/dist/globuscomponents/{p-c7df02c6.entry.js → p-88449509.entry.js} +2 -2
- package/dist/globuscomponents/{p-6485f918.entry.js → p-8d13cbe1.entry.js} +2 -2
- package/dist/globuscomponents/{p-3e5e2103.entry.js → p-928d44b7.entry.js} +2 -2
- package/dist/globuscomponents/{p-64613e9e.entry.js → p-97b0d77a.entry.js} +2 -2
- package/dist/globuscomponents/{p-7e87553d.entry.js → p-a40ec6a5.entry.js} +2 -2
- package/dist/globuscomponents/{p-c9ec6b88.entry.js → p-a8fea797.entry.js} +2 -2
- package/dist/globuscomponents/p-a9d9a288.entry.js +2 -0
- package/dist/globuscomponents/p-a9d9a288.entry.js.map +1 -0
- package/dist/globuscomponents/{p-a129069d.entry.js → p-ac68b58a.entry.js} +2 -2
- package/dist/globuscomponents/{p-43f078c4.entry.js → p-c6531f74.entry.js} +2 -2
- package/dist/globuscomponents/{p-eaf60850.entry.js → p-c853adb0.entry.js} +2 -2
- package/dist/globuscomponents/{p-8a423991.entry.js → p-c8fcf2d9.entry.js} +2 -2
- package/dist/globuscomponents/{p-5226baf8.entry.js → p-cf861309.entry.js} +2 -2
- package/dist/globuscomponents/p-d308f84e.entry.js +2 -0
- package/dist/globuscomponents/p-d308f84e.entry.js.map +1 -0
- package/dist/globuscomponents/{p-c31bb571.entry.js → p-d3ea6323.entry.js} +2 -2
- package/dist/globuscomponents/{p-0494ffc4.entry.js → p-db2d2afe.entry.js} +2 -2
- package/dist/globuscomponents/{p-6e74d9c0.entry.js → p-dcded88b.entry.js} +2 -2
- package/dist/globuscomponents/{p-dbaf4c00.entry.js → p-dea3acae.entry.js} +2 -2
- package/dist/globuscomponents/{p-478599d6.entry.js → p-dea50d71.entry.js} +2 -2
- package/dist/globuscomponents/{p-04e7271d.entry.js → p-e17a96e5.entry.js} +2 -2
- package/dist/globuscomponents/{p-dd797c90.entry.js → p-e28effc4.entry.js} +2 -2
- package/dist/globuscomponents/{p-be2899fd.entry.js → p-e2e296c1.entry.js} +2 -2
- package/dist/globuscomponents/{p-c377971f.entry.js → p-e4ef70ff.entry.js} +2 -2
- package/dist/globuscomponents/{p-1a3512f3.entry.js → p-ee7363b2.entry.js} +2 -2
- package/dist/globuscomponents/{p-dd205e63.entry.js → p-fac82959.entry.js} +2 -2
- package/dist/types/components/gb-badge/gb-badge.d.ts +2 -2
- package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +2 -1
- package/dist/types/components/gb-featured-icon/gb-featured-icon.d.ts +5 -0
- package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +30 -2
- package/dist/types/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.d.ts +0 -5
- package/dist/types/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.d.ts +41 -0
- package/dist/types/components.d.ts +164 -69
- package/dist/types/models/reusableModels.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel_16.cjs.entry.js +0 -891
- package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-progress-bar.cjs.entry.js +0 -26
- package/dist/cjs/gb-progress-bar.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-progress-steps.cjs.entry.js +0 -43
- package/dist/cjs/gb-progress-steps.cjs.entry.js.map +0 -1
- package/dist/collection/components/gb-stepper/gb-progress-steps.js.map +0 -1
- package/dist/components/gb-progress-steps.js +0 -86
- package/dist/components/gb-progress-steps.js.map +0 -1
- package/dist/components/p-f01d693a.js.map +0 -1
- package/dist/components/p-fc806c48.js.map +0 -1
- package/dist/esm/gb-action-panel_16.entry.js +0 -872
- package/dist/esm/gb-action-panel_16.entry.js.map +0 -1
- package/dist/esm/gb-progress-bar.entry.js +0 -22
- package/dist/esm/gb-progress-bar.entry.js.map +0 -1
- package/dist/esm/gb-progress-steps.entry.js +0 -39
- package/dist/esm/gb-progress-steps.entry.js.map +0 -1
- package/dist/globuscomponents/p-5221467e.entry.js +0 -2
- package/dist/globuscomponents/p-5221467e.entry.js.map +0 -1
- package/dist/globuscomponents/p-59badb03.entry.js +0 -2
- package/dist/globuscomponents/p-59badb03.entry.js.map +0 -1
- package/dist/globuscomponents/p-62702234.entry.js +0 -2
- package/dist/globuscomponents/p-62702234.entry.js.map +0 -1
- package/dist/globuscomponents/p-64f98080.entry.js +0 -2
- package/dist/globuscomponents/p-71650d61.entry.js +0 -2
- package/dist/globuscomponents/p-8405a0b1.entry.js +0 -2
- package/dist/globuscomponents/p-e7c454e0.entry.js +0 -2
- package/dist/globuscomponents/p-e7c454e0.entry.js.map +0 -1
- package/dist/types/components/gb-stepper/gb-progress-steps.d.ts +0 -25
- /package/dist/collection/components/{gb-stepper/gb-progress-steps.css → gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.css} +0 -0
- /package/dist/globuscomponents/{p-3f19de63.entry.js.map → p-07c11b6a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5b86ff20.entry.js.map → p-0b536f25.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-81901007.entry.js.map → p-152ad6f4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5dad4863.entry.js.map → p-3d86b3e3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bf0f7afa.entry.js.map → p-4fb786bf.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0d535ff4.entry.js.map → p-506ccb80.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3be5f281.entry.js.map → p-509fd1ee.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-abb3a8a5.entry.js.map → p-55f3e761.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a11be783.entry.js.map → p-61e0c21b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64f98080.entry.js.map → p-6dfc78d1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-271960c2.entry.js.map → p-7849b0f5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-251c08d0.entry.js.map → p-7ce874e1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d0b93e52.entry.js.map → p-8046d145.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a6ef7533.entry.js.map → p-8138edbe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-71650d61.entry.js.map → p-83b49c74.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8405a0b1.entry.js.map → p-85c5f7c3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c7df02c6.entry.js.map → p-88449509.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6485f918.entry.js.map → p-8d13cbe1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e5e2103.entry.js.map → p-928d44b7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64613e9e.entry.js.map → p-97b0d77a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7e87553d.entry.js.map → p-a40ec6a5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c9ec6b88.entry.js.map → p-a8fea797.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a129069d.entry.js.map → p-ac68b58a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-43f078c4.entry.js.map → p-c6531f74.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-eaf60850.entry.js.map → p-c853adb0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8a423991.entry.js.map → p-c8fcf2d9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5226baf8.entry.js.map → p-cf861309.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c31bb571.entry.js.map → p-d3ea6323.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0494ffc4.entry.js.map → p-db2d2afe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6e74d9c0.entry.js.map → p-dcded88b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dbaf4c00.entry.js.map → p-dea3acae.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-478599d6.entry.js.map → p-dea50d71.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-04e7271d.entry.js.map → p-e17a96e5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd797c90.entry.js.map → p-e28effc4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-be2899fd.entry.js.map → p-e2e296c1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c377971f.entry.js.map → p-e4ef70ff.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1a3512f3.entry.js.map → p-ee7363b2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd205e63.entry.js.map → p-fac82959.entry.js.map} +0 -0
|
@@ -1,8 +1,36 @@
|
|
|
1
|
-
import { BreakPoints, GeneralSizes } from
|
|
2
|
-
export declare class
|
|
1
|
+
import { BreakPoints, GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';
|
|
2
|
+
export declare class GbStepperVerticalIconsCentered {
|
|
3
3
|
size: GeneralSizes;
|
|
4
4
|
steps: number;
|
|
5
5
|
type: 'icon' | 'featured_icon';
|
|
6
6
|
breakpoint: BreakPoints;
|
|
7
|
+
firstStepState: ProgressStepStates;
|
|
8
|
+
secondStepState: ProgressStepStates;
|
|
9
|
+
thirdStepState: ProgressStepStates;
|
|
10
|
+
fourthStepState: ProgressStepStates;
|
|
11
|
+
fifthStepState: ProgressStepStates;
|
|
12
|
+
sixthStepState: ProgressStepStates;
|
|
13
|
+
seventhStepState: ProgressStepStates;
|
|
14
|
+
firstStepStatus: ProgressStepStatus;
|
|
15
|
+
secondStepStatus: ProgressStepStatus;
|
|
16
|
+
thirdStepStatus: ProgressStepStatus;
|
|
17
|
+
fourthStepStatus: ProgressStepStatus;
|
|
18
|
+
fifthStepStatus: ProgressStepStatus;
|
|
19
|
+
sixthStepStatus: ProgressStepStatus;
|
|
20
|
+
seventhStepStatus: ProgressStepStatus;
|
|
21
|
+
firstStepLabel: string;
|
|
22
|
+
secondStepLabel: string;
|
|
23
|
+
thirdStepLabel: string;
|
|
24
|
+
fourthStepLabel: string;
|
|
25
|
+
fifthStepLabel: string;
|
|
26
|
+
sixthStepLabel: string;
|
|
27
|
+
seventhStepLabel: string;
|
|
28
|
+
firstStepSupportingText: string;
|
|
29
|
+
secondStepSupportingText: string;
|
|
30
|
+
thirdStepSupportingText: string;
|
|
31
|
+
fourthStepSupportingText: string;
|
|
32
|
+
fifthStepSupportingText: string;
|
|
33
|
+
sixthStepSupportingText: string;
|
|
34
|
+
seventhStepSupportingText: string;
|
|
7
35
|
render(): any;
|
|
8
36
|
}
|
|
@@ -2,11 +2,6 @@ import { BreakPoints, GeneralSizes, ProgressStepStates, ProgressStepStatus } fro
|
|
|
2
2
|
export declare class GbStepperHorizontalLineWithText {
|
|
3
3
|
size: GeneralSizes;
|
|
4
4
|
breakpoint: BreakPoints;
|
|
5
|
-
thirdStep: boolean;
|
|
6
|
-
fourthStep: boolean;
|
|
7
|
-
fifthStep: boolean;
|
|
8
|
-
sixthStep: boolean;
|
|
9
|
-
seventhStep: boolean;
|
|
10
5
|
firstStepState: ProgressStepStates;
|
|
11
6
|
secondStepState: ProgressStepStates;
|
|
12
7
|
thirdStepState: ProgressStepStates;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';
|
|
2
|
+
export declare class GbstepperVerticalIconsWithText {
|
|
3
|
+
size: GeneralSizes;
|
|
4
|
+
connector: boolean;
|
|
5
|
+
type: 'icon' | 'featured_icon';
|
|
6
|
+
showSecondStep: boolean;
|
|
7
|
+
showThirdStep: boolean;
|
|
8
|
+
showFourthStep: boolean;
|
|
9
|
+
showFifthStep: boolean;
|
|
10
|
+
showSixthStep: boolean;
|
|
11
|
+
showSeventhStep: boolean;
|
|
12
|
+
firstStepState: ProgressStepStates;
|
|
13
|
+
secondStepState: ProgressStepStates;
|
|
14
|
+
thirdStepState: ProgressStepStates;
|
|
15
|
+
fourthStepState: ProgressStepStates;
|
|
16
|
+
fifthStepState: ProgressStepStates;
|
|
17
|
+
sixthStepState: ProgressStepStates;
|
|
18
|
+
seventhStepState: ProgressStepStates;
|
|
19
|
+
firstStepStatus: ProgressStepStatus;
|
|
20
|
+
secondStepStatus: ProgressStepStatus;
|
|
21
|
+
thirdStepStatus: ProgressStepStatus;
|
|
22
|
+
fourthStepStatus: ProgressStepStatus;
|
|
23
|
+
fifthStepStatus: ProgressStepStatus;
|
|
24
|
+
sixthStepStatus: ProgressStepStatus;
|
|
25
|
+
seventhStepStatus: ProgressStepStatus;
|
|
26
|
+
firstStepLabel: string;
|
|
27
|
+
secondStepLabel: string;
|
|
28
|
+
thirdStepLabel: string;
|
|
29
|
+
fourthStepLabel: string;
|
|
30
|
+
fifthStepLabel: string;
|
|
31
|
+
sixthStepLabel: string;
|
|
32
|
+
seventhStepLabel: string;
|
|
33
|
+
firstStepSupportingText: string;
|
|
34
|
+
secondStepSupportingText: string;
|
|
35
|
+
thirdStepSupportingText: string;
|
|
36
|
+
fourthStepSupportingText: string;
|
|
37
|
+
fifthStepSupportingText: string;
|
|
38
|
+
sixthStepSupportingText: string;
|
|
39
|
+
seventhStepSupportingText: string;
|
|
40
|
+
render(): any;
|
|
41
|
+
}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { ArrowPositions, AvatarColorTypes, BorderWeights, BreakPoints, CheckBoxVariants, DropdownTypes, FileIconStyles, FileIconTypes, FileUploadIconType, FileUploadStates, GeneralBackgroundCategories, GeneralColors, GeneralHierarchies, GeneralSizes, InputFieldTypes, OnlineIndicatorStates, PaginationDotTypes, PaginationNumberShapes, PaginationTypes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes, StateEnum, TableCellTypes, TabTypes } from "./models/reusableModels";
|
|
9
|
-
export { ArrowPositions, AvatarColorTypes, BorderWeights, BreakPoints, CheckBoxVariants, DropdownTypes, FileIconStyles, FileIconTypes, FileUploadIconType, FileUploadStates, GeneralBackgroundCategories, GeneralColors, GeneralHierarchies, GeneralSizes, InputFieldTypes, OnlineIndicatorStates, PaginationDotTypes, PaginationNumberShapes, PaginationTypes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes, StateEnum, TableCellTypes, TabTypes } from "./models/reusableModels";
|
|
8
|
+
import { ArrowPositions, AvatarColorTypes, BadgeTypes, BorderWeights, BreakPoints, CheckBoxVariants, DropdownTypes, FileIconStyles, FileIconTypes, FileUploadIconType, FileUploadStates, GeneralBackgroundCategories, GeneralColors, GeneralHierarchies, GeneralSizes, InputFieldTypes, OnlineIndicatorStates, PaginationDotTypes, PaginationNumberShapes, PaginationTypes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes, StateEnum, TableCellTypes, TabTypes } from "./models/reusableModels";
|
|
9
|
+
export { ArrowPositions, AvatarColorTypes, BadgeTypes, BorderWeights, BreakPoints, CheckBoxVariants, DropdownTypes, FileIconStyles, FileIconTypes, FileUploadIconType, FileUploadStates, GeneralBackgroundCategories, GeneralColors, GeneralHierarchies, GeneralSizes, InputFieldTypes, OnlineIndicatorStates, PaginationDotTypes, PaginationNumberShapes, PaginationTypes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes, StateEnum, TableCellTypes, TabTypes } from "./models/reusableModels";
|
|
10
10
|
export namespace Components {
|
|
11
11
|
interface GbActionPanel {
|
|
12
12
|
"firstButton": boolean;
|
|
@@ -95,7 +95,7 @@ export namespace Components {
|
|
|
95
95
|
"iconLeadingSwap"?: string;
|
|
96
96
|
"iconTrailingSwap"?: string;
|
|
97
97
|
"size": GeneralSizes;
|
|
98
|
-
"type":
|
|
98
|
+
"type": BadgeTypes;
|
|
99
99
|
}
|
|
100
100
|
interface GbBadgeClose {
|
|
101
101
|
"color": GeneralColors;
|
|
@@ -189,6 +189,7 @@ export namespace Components {
|
|
|
189
189
|
interface GbDetailCell {
|
|
190
190
|
"badgeColor": GeneralColors;
|
|
191
191
|
"badgeLabel": string;
|
|
192
|
+
"badgeType": BadgeTypes;
|
|
192
193
|
"detail": string;
|
|
193
194
|
"fileStyle": FileIconStyles;
|
|
194
195
|
"fileType": FileIconTypes;
|
|
@@ -220,6 +221,9 @@ export namespace Components {
|
|
|
220
221
|
"icon": string;
|
|
221
222
|
"state": 'default' | 'disabled';
|
|
222
223
|
}
|
|
224
|
+
interface GbFeaturedIcon {
|
|
225
|
+
"size": GeneralSizes;
|
|
226
|
+
}
|
|
223
227
|
interface GbFileTypeIcon {
|
|
224
228
|
"fileStyle": FileIconStyles;
|
|
225
229
|
"fileType": FileIconTypes;
|
|
@@ -416,29 +420,6 @@ export namespace Components {
|
|
|
416
420
|
"shape": 'circle' | 'half_circle';
|
|
417
421
|
"size": GeneralSizes;
|
|
418
422
|
}
|
|
419
|
-
interface GbProgressSteps {
|
|
420
|
-
"breakpoint": BreakPoints;
|
|
421
|
-
"fifthStep": boolean;
|
|
422
|
-
"fifthStepState": ProgressStepStates;
|
|
423
|
-
"fifthStepStatus": ProgressStepStatus;
|
|
424
|
-
"firstStepState": ProgressStepStates;
|
|
425
|
-
"firstStepStatus": ProgressStepStatus;
|
|
426
|
-
"fourthStep": boolean;
|
|
427
|
-
"fourthStepState": ProgressStepStates;
|
|
428
|
-
"fourthStepStatus": ProgressStepStatus;
|
|
429
|
-
"secondStepState": ProgressStepStates;
|
|
430
|
-
"secondStepStatus": ProgressStepStatus;
|
|
431
|
-
"seventhStep": boolean;
|
|
432
|
-
"seventhStepState": ProgressStepStates;
|
|
433
|
-
"seventhStepStatus": ProgressStepStatus;
|
|
434
|
-
"sixthStep": boolean;
|
|
435
|
-
"sixthStepState": ProgressStepStates;
|
|
436
|
-
"sixthStepStatus": ProgressStepStatus;
|
|
437
|
-
"size": GeneralSizes;
|
|
438
|
-
"thirdStep": boolean;
|
|
439
|
-
"thirdStepState": ProgressStepStates;
|
|
440
|
-
"thirdStepStatus": ProgressStepStatus;
|
|
441
|
-
}
|
|
442
423
|
interface GbScrollbar {
|
|
443
424
|
"length": '25%' | '50%' | '75%';
|
|
444
425
|
}
|
|
@@ -517,13 +498,40 @@ export namespace Components {
|
|
|
517
498
|
}
|
|
518
499
|
interface GbStepperHorizontalIconsCentered {
|
|
519
500
|
"breakpoint": BreakPoints;
|
|
501
|
+
"fifthStepLabel": string;
|
|
502
|
+
"fifthStepState": ProgressStepStates;
|
|
503
|
+
"fifthStepStatus": ProgressStepStatus;
|
|
504
|
+
"fifthStepSupportingText": string;
|
|
505
|
+
"firstStepLabel": string;
|
|
506
|
+
"firstStepState": ProgressStepStates;
|
|
507
|
+
"firstStepStatus": ProgressStepStatus;
|
|
508
|
+
"firstStepSupportingText": string;
|
|
509
|
+
"fourthStepLabel": string;
|
|
510
|
+
"fourthStepState": ProgressStepStates;
|
|
511
|
+
"fourthStepStatus": ProgressStepStatus;
|
|
512
|
+
"fourthStepSupportingText": string;
|
|
513
|
+
"secondStepLabel": string;
|
|
514
|
+
"secondStepState": ProgressStepStates;
|
|
515
|
+
"secondStepStatus": ProgressStepStatus;
|
|
516
|
+
"secondStepSupportingText": string;
|
|
517
|
+
"seventhStepLabel": string;
|
|
518
|
+
"seventhStepState": ProgressStepStates;
|
|
519
|
+
"seventhStepStatus": ProgressStepStatus;
|
|
520
|
+
"seventhStepSupportingText": string;
|
|
521
|
+
"sixthStepLabel": string;
|
|
522
|
+
"sixthStepState": ProgressStepStates;
|
|
523
|
+
"sixthStepStatus": ProgressStepStatus;
|
|
524
|
+
"sixthStepSupportingText": string;
|
|
520
525
|
"size": GeneralSizes;
|
|
521
526
|
"steps": number;
|
|
527
|
+
"thirdStepLabel": string;
|
|
528
|
+
"thirdStepState": ProgressStepStates;
|
|
529
|
+
"thirdStepStatus": ProgressStepStatus;
|
|
530
|
+
"thirdStepSupportingText": string;
|
|
522
531
|
"type": 'icon' | 'featured_icon';
|
|
523
532
|
}
|
|
524
533
|
interface GbStepperHorizontalLineWithText {
|
|
525
534
|
"breakpoint": BreakPoints;
|
|
526
|
-
"fifthStep": boolean;
|
|
527
535
|
"fifthStepLabel": string;
|
|
528
536
|
"fifthStepState": ProgressStepStates;
|
|
529
537
|
"fifthStepStatus": ProgressStepStatus;
|
|
@@ -532,7 +540,6 @@ export namespace Components {
|
|
|
532
540
|
"firstStepState": ProgressStepStates;
|
|
533
541
|
"firstStepStatus": ProgressStepStatus;
|
|
534
542
|
"firstStepSupportingText": string;
|
|
535
|
-
"fourthStep": boolean;
|
|
536
543
|
"fourthStepLabel": string;
|
|
537
544
|
"fourthStepState": ProgressStepStates;
|
|
538
545
|
"fourthStepStatus": ProgressStepStatus;
|
|
@@ -541,23 +548,59 @@ export namespace Components {
|
|
|
541
548
|
"secondStepState": ProgressStepStates;
|
|
542
549
|
"secondStepStatus": ProgressStepStatus;
|
|
543
550
|
"secondStepSupportingText": string;
|
|
544
|
-
"seventhStep": boolean;
|
|
545
551
|
"seventhStepLabel": string;
|
|
546
552
|
"seventhStepState": ProgressStepStates;
|
|
547
553
|
"seventhStepStatus": ProgressStepStatus;
|
|
548
554
|
"seventhStepSupportingText": string;
|
|
549
|
-
"sixthStep": boolean;
|
|
550
555
|
"sixthStepLabel": string;
|
|
551
556
|
"sixthStepState": ProgressStepStates;
|
|
552
557
|
"sixthStepStatus": ProgressStepStatus;
|
|
553
558
|
"sixthStepSupportingText": string;
|
|
554
559
|
"size": GeneralSizes;
|
|
555
|
-
"thirdStep": boolean;
|
|
556
560
|
"thirdStepLabel": string;
|
|
557
561
|
"thirdStepState": ProgressStepStates;
|
|
558
562
|
"thirdStepStatus": ProgressStepStatus;
|
|
559
563
|
"thirdStepSupportingText": string;
|
|
560
564
|
}
|
|
565
|
+
interface GbStepperVerticalIconsWithText {
|
|
566
|
+
"connector": boolean;
|
|
567
|
+
"fifthStepLabel": string;
|
|
568
|
+
"fifthStepState": ProgressStepStates;
|
|
569
|
+
"fifthStepStatus": ProgressStepStatus;
|
|
570
|
+
"fifthStepSupportingText": string;
|
|
571
|
+
"firstStepLabel": string;
|
|
572
|
+
"firstStepState": ProgressStepStates;
|
|
573
|
+
"firstStepStatus": ProgressStepStatus;
|
|
574
|
+
"firstStepSupportingText": string;
|
|
575
|
+
"fourthStepLabel": string;
|
|
576
|
+
"fourthStepState": ProgressStepStates;
|
|
577
|
+
"fourthStepStatus": ProgressStepStatus;
|
|
578
|
+
"fourthStepSupportingText": string;
|
|
579
|
+
"secondStepLabel": string;
|
|
580
|
+
"secondStepState": ProgressStepStates;
|
|
581
|
+
"secondStepStatus": ProgressStepStatus;
|
|
582
|
+
"secondStepSupportingText": string;
|
|
583
|
+
"seventhStepLabel": string;
|
|
584
|
+
"seventhStepState": ProgressStepStates;
|
|
585
|
+
"seventhStepStatus": ProgressStepStatus;
|
|
586
|
+
"seventhStepSupportingText": string;
|
|
587
|
+
"showFifthStep": boolean;
|
|
588
|
+
"showFourthStep": boolean;
|
|
589
|
+
"showSecondStep": boolean;
|
|
590
|
+
"showSeventhStep": boolean;
|
|
591
|
+
"showSixthStep": boolean;
|
|
592
|
+
"showThirdStep": boolean;
|
|
593
|
+
"sixthStepLabel": string;
|
|
594
|
+
"sixthStepState": ProgressStepStates;
|
|
595
|
+
"sixthStepStatus": ProgressStepStatus;
|
|
596
|
+
"sixthStepSupportingText": string;
|
|
597
|
+
"size": GeneralSizes;
|
|
598
|
+
"thirdStepLabel": string;
|
|
599
|
+
"thirdStepState": ProgressStepStates;
|
|
600
|
+
"thirdStepStatus": ProgressStepStatus;
|
|
601
|
+
"thirdStepSupportingText": string;
|
|
602
|
+
"type": 'icon' | 'featured_icon';
|
|
603
|
+
}
|
|
561
604
|
interface GbTabButtonBase {
|
|
562
605
|
"alignment": 'horizontal' | 'vertical';
|
|
563
606
|
"badge": boolean;
|
|
@@ -1035,6 +1078,12 @@ declare global {
|
|
|
1035
1078
|
prototype: HTMLGbExportSubDropdownItemElement;
|
|
1036
1079
|
new (): HTMLGbExportSubDropdownItemElement;
|
|
1037
1080
|
};
|
|
1081
|
+
interface HTMLGbFeaturedIconElement extends Components.GbFeaturedIcon, HTMLStencilElement {
|
|
1082
|
+
}
|
|
1083
|
+
var HTMLGbFeaturedIconElement: {
|
|
1084
|
+
prototype: HTMLGbFeaturedIconElement;
|
|
1085
|
+
new (): HTMLGbFeaturedIconElement;
|
|
1086
|
+
};
|
|
1038
1087
|
interface HTMLGbFileTypeIconElement extends Components.GbFileTypeIcon, HTMLStencilElement {
|
|
1039
1088
|
}
|
|
1040
1089
|
var HTMLGbFileTypeIconElement: {
|
|
@@ -1268,12 +1317,6 @@ declare global {
|
|
|
1268
1317
|
prototype: HTMLGbProgressCircleElement;
|
|
1269
1318
|
new (): HTMLGbProgressCircleElement;
|
|
1270
1319
|
};
|
|
1271
|
-
interface HTMLGbProgressStepsElement extends Components.GbProgressSteps, HTMLStencilElement {
|
|
1272
|
-
}
|
|
1273
|
-
var HTMLGbProgressStepsElement: {
|
|
1274
|
-
prototype: HTMLGbProgressStepsElement;
|
|
1275
|
-
new (): HTMLGbProgressStepsElement;
|
|
1276
|
-
};
|
|
1277
1320
|
interface HTMLGbScrollbarElement extends Components.GbScrollbar, HTMLStencilElement {
|
|
1278
1321
|
}
|
|
1279
1322
|
var HTMLGbScrollbarElement: {
|
|
@@ -1364,6 +1407,12 @@ declare global {
|
|
|
1364
1407
|
prototype: HTMLGbStepperHorizontalLineWithTextElement;
|
|
1365
1408
|
new (): HTMLGbStepperHorizontalLineWithTextElement;
|
|
1366
1409
|
};
|
|
1410
|
+
interface HTMLGbStepperVerticalIconsWithTextElement extends Components.GbStepperVerticalIconsWithText, HTMLStencilElement {
|
|
1411
|
+
}
|
|
1412
|
+
var HTMLGbStepperVerticalIconsWithTextElement: {
|
|
1413
|
+
prototype: HTMLGbStepperVerticalIconsWithTextElement;
|
|
1414
|
+
new (): HTMLGbStepperVerticalIconsWithTextElement;
|
|
1415
|
+
};
|
|
1367
1416
|
interface HTMLGbTabButtonBaseElementEventMap {
|
|
1368
1417
|
"tabClicked": void;
|
|
1369
1418
|
}
|
|
@@ -1566,6 +1615,7 @@ declare global {
|
|
|
1566
1615
|
"gb-export-dropdown-item": HTMLGbExportDropdownItemElement;
|
|
1567
1616
|
"gb-export-sub-dropdown": HTMLGbExportSubDropdownElement;
|
|
1568
1617
|
"gb-export-sub-dropdown-item": HTMLGbExportSubDropdownItemElement;
|
|
1618
|
+
"gb-featured-icon": HTMLGbFeaturedIconElement;
|
|
1569
1619
|
"gb-file-type-icon": HTMLGbFileTypeIconElement;
|
|
1570
1620
|
"gb-file-upload": HTMLGbFileUploadElement;
|
|
1571
1621
|
"gb-file-upload-item-base": HTMLGbFileUploadItemBaseElement;
|
|
@@ -1588,7 +1638,6 @@ declare global {
|
|
|
1588
1638
|
"gb-password-button": HTMLGbPasswordButtonElement;
|
|
1589
1639
|
"gb-progress-bar": HTMLGbProgressBarElement;
|
|
1590
1640
|
"gb-progress-circle": HTMLGbProgressCircleElement;
|
|
1591
|
-
"gb-progress-steps": HTMLGbProgressStepsElement;
|
|
1592
1641
|
"gb-scrollbar": HTMLGbScrollbarElement;
|
|
1593
1642
|
"gb-sidebar": HTMLGbSidebarElement;
|
|
1594
1643
|
"gb-simple-side-bar-item": HTMLGbSimpleSideBarItemElement;
|
|
@@ -1598,6 +1647,7 @@ declare global {
|
|
|
1598
1647
|
"gb-step-base": HTMLGbStepBaseElement;
|
|
1599
1648
|
"gb-stepper-horizontal-icons-centered": HTMLGbStepperHorizontalIconsCenteredElement;
|
|
1600
1649
|
"gb-stepper-horizontal-line-with-text": HTMLGbStepperHorizontalLineWithTextElement;
|
|
1650
|
+
"gb-stepper-vertical-icons-with-text": HTMLGbStepperVerticalIconsWithTextElement;
|
|
1601
1651
|
"gb-tab-button-base": HTMLGbTabButtonBaseElement;
|
|
1602
1652
|
"gb-table-cell": HTMLGbTableCellElement;
|
|
1603
1653
|
"gb-tag": HTMLGbTagElement;
|
|
@@ -1712,7 +1762,7 @@ declare namespace LocalJSX {
|
|
|
1712
1762
|
"iconLeadingSwap"?: string;
|
|
1713
1763
|
"iconTrailingSwap"?: string;
|
|
1714
1764
|
"size"?: GeneralSizes;
|
|
1715
|
-
"type"?:
|
|
1765
|
+
"type"?: BadgeTypes;
|
|
1716
1766
|
}
|
|
1717
1767
|
interface GbBadgeClose {
|
|
1718
1768
|
"color"?: GeneralColors;
|
|
@@ -1806,6 +1856,7 @@ declare namespace LocalJSX {
|
|
|
1806
1856
|
interface GbDetailCell {
|
|
1807
1857
|
"badgeColor"?: GeneralColors;
|
|
1808
1858
|
"badgeLabel"?: string;
|
|
1859
|
+
"badgeType"?: BadgeTypes;
|
|
1809
1860
|
"detail"?: string;
|
|
1810
1861
|
"fileStyle"?: FileIconStyles;
|
|
1811
1862
|
"fileType"?: FileIconTypes;
|
|
@@ -1840,6 +1891,9 @@ declare namespace LocalJSX {
|
|
|
1840
1891
|
"icon"?: string;
|
|
1841
1892
|
"state"?: 'default' | 'disabled';
|
|
1842
1893
|
}
|
|
1894
|
+
interface GbFeaturedIcon {
|
|
1895
|
+
"size"?: GeneralSizes;
|
|
1896
|
+
}
|
|
1843
1897
|
interface GbFileTypeIcon {
|
|
1844
1898
|
"fileStyle"?: FileIconStyles;
|
|
1845
1899
|
"fileType"?: FileIconTypes;
|
|
@@ -2044,29 +2098,6 @@ declare namespace LocalJSX {
|
|
|
2044
2098
|
"shape"?: 'circle' | 'half_circle';
|
|
2045
2099
|
"size"?: GeneralSizes;
|
|
2046
2100
|
}
|
|
2047
|
-
interface GbProgressSteps {
|
|
2048
|
-
"breakpoint"?: BreakPoints;
|
|
2049
|
-
"fifthStep"?: boolean;
|
|
2050
|
-
"fifthStepState"?: ProgressStepStates;
|
|
2051
|
-
"fifthStepStatus"?: ProgressStepStatus;
|
|
2052
|
-
"firstStepState"?: ProgressStepStates;
|
|
2053
|
-
"firstStepStatus"?: ProgressStepStatus;
|
|
2054
|
-
"fourthStep"?: boolean;
|
|
2055
|
-
"fourthStepState"?: ProgressStepStates;
|
|
2056
|
-
"fourthStepStatus"?: ProgressStepStatus;
|
|
2057
|
-
"secondStepState"?: ProgressStepStates;
|
|
2058
|
-
"secondStepStatus"?: ProgressStepStatus;
|
|
2059
|
-
"seventhStep"?: boolean;
|
|
2060
|
-
"seventhStepState"?: ProgressStepStates;
|
|
2061
|
-
"seventhStepStatus"?: ProgressStepStatus;
|
|
2062
|
-
"sixthStep"?: boolean;
|
|
2063
|
-
"sixthStepState"?: ProgressStepStates;
|
|
2064
|
-
"sixthStepStatus"?: ProgressStepStatus;
|
|
2065
|
-
"size"?: GeneralSizes;
|
|
2066
|
-
"thirdStep"?: boolean;
|
|
2067
|
-
"thirdStepState"?: ProgressStepStates;
|
|
2068
|
-
"thirdStepStatus"?: ProgressStepStatus;
|
|
2069
|
-
}
|
|
2070
2101
|
interface GbScrollbar {
|
|
2071
2102
|
"length"?: '25%' | '50%' | '75%';
|
|
2072
2103
|
}
|
|
@@ -2150,13 +2181,40 @@ declare namespace LocalJSX {
|
|
|
2150
2181
|
}
|
|
2151
2182
|
interface GbStepperHorizontalIconsCentered {
|
|
2152
2183
|
"breakpoint"?: BreakPoints;
|
|
2184
|
+
"fifthStepLabel"?: string;
|
|
2185
|
+
"fifthStepState"?: ProgressStepStates;
|
|
2186
|
+
"fifthStepStatus"?: ProgressStepStatus;
|
|
2187
|
+
"fifthStepSupportingText"?: string;
|
|
2188
|
+
"firstStepLabel"?: string;
|
|
2189
|
+
"firstStepState"?: ProgressStepStates;
|
|
2190
|
+
"firstStepStatus"?: ProgressStepStatus;
|
|
2191
|
+
"firstStepSupportingText"?: string;
|
|
2192
|
+
"fourthStepLabel"?: string;
|
|
2193
|
+
"fourthStepState"?: ProgressStepStates;
|
|
2194
|
+
"fourthStepStatus"?: ProgressStepStatus;
|
|
2195
|
+
"fourthStepSupportingText"?: string;
|
|
2196
|
+
"secondStepLabel"?: string;
|
|
2197
|
+
"secondStepState"?: ProgressStepStates;
|
|
2198
|
+
"secondStepStatus"?: ProgressStepStatus;
|
|
2199
|
+
"secondStepSupportingText"?: string;
|
|
2200
|
+
"seventhStepLabel"?: string;
|
|
2201
|
+
"seventhStepState"?: ProgressStepStates;
|
|
2202
|
+
"seventhStepStatus"?: ProgressStepStatus;
|
|
2203
|
+
"seventhStepSupportingText"?: string;
|
|
2204
|
+
"sixthStepLabel"?: string;
|
|
2205
|
+
"sixthStepState"?: ProgressStepStates;
|
|
2206
|
+
"sixthStepStatus"?: ProgressStepStatus;
|
|
2207
|
+
"sixthStepSupportingText"?: string;
|
|
2153
2208
|
"size"?: GeneralSizes;
|
|
2154
2209
|
"steps"?: number;
|
|
2210
|
+
"thirdStepLabel"?: string;
|
|
2211
|
+
"thirdStepState"?: ProgressStepStates;
|
|
2212
|
+
"thirdStepStatus"?: ProgressStepStatus;
|
|
2213
|
+
"thirdStepSupportingText"?: string;
|
|
2155
2214
|
"type"?: 'icon' | 'featured_icon';
|
|
2156
2215
|
}
|
|
2157
2216
|
interface GbStepperHorizontalLineWithText {
|
|
2158
2217
|
"breakpoint"?: BreakPoints;
|
|
2159
|
-
"fifthStep"?: boolean;
|
|
2160
2218
|
"fifthStepLabel"?: string;
|
|
2161
2219
|
"fifthStepState"?: ProgressStepStates;
|
|
2162
2220
|
"fifthStepStatus"?: ProgressStepStatus;
|
|
@@ -2165,7 +2223,6 @@ declare namespace LocalJSX {
|
|
|
2165
2223
|
"firstStepState"?: ProgressStepStates;
|
|
2166
2224
|
"firstStepStatus"?: ProgressStepStatus;
|
|
2167
2225
|
"firstStepSupportingText"?: string;
|
|
2168
|
-
"fourthStep"?: boolean;
|
|
2169
2226
|
"fourthStepLabel"?: string;
|
|
2170
2227
|
"fourthStepState"?: ProgressStepStates;
|
|
2171
2228
|
"fourthStepStatus"?: ProgressStepStatus;
|
|
@@ -2174,23 +2231,59 @@ declare namespace LocalJSX {
|
|
|
2174
2231
|
"secondStepState"?: ProgressStepStates;
|
|
2175
2232
|
"secondStepStatus"?: ProgressStepStatus;
|
|
2176
2233
|
"secondStepSupportingText"?: string;
|
|
2177
|
-
"seventhStep"?: boolean;
|
|
2178
2234
|
"seventhStepLabel"?: string;
|
|
2179
2235
|
"seventhStepState"?: ProgressStepStates;
|
|
2180
2236
|
"seventhStepStatus"?: ProgressStepStatus;
|
|
2181
2237
|
"seventhStepSupportingText"?: string;
|
|
2182
|
-
"sixthStep"?: boolean;
|
|
2183
2238
|
"sixthStepLabel"?: string;
|
|
2184
2239
|
"sixthStepState"?: ProgressStepStates;
|
|
2185
2240
|
"sixthStepStatus"?: ProgressStepStatus;
|
|
2186
2241
|
"sixthStepSupportingText"?: string;
|
|
2187
2242
|
"size"?: GeneralSizes;
|
|
2188
|
-
"thirdStep"?: boolean;
|
|
2189
2243
|
"thirdStepLabel"?: string;
|
|
2190
2244
|
"thirdStepState"?: ProgressStepStates;
|
|
2191
2245
|
"thirdStepStatus"?: ProgressStepStatus;
|
|
2192
2246
|
"thirdStepSupportingText"?: string;
|
|
2193
2247
|
}
|
|
2248
|
+
interface GbStepperVerticalIconsWithText {
|
|
2249
|
+
"connector"?: boolean;
|
|
2250
|
+
"fifthStepLabel"?: string;
|
|
2251
|
+
"fifthStepState"?: ProgressStepStates;
|
|
2252
|
+
"fifthStepStatus"?: ProgressStepStatus;
|
|
2253
|
+
"fifthStepSupportingText"?: string;
|
|
2254
|
+
"firstStepLabel"?: string;
|
|
2255
|
+
"firstStepState"?: ProgressStepStates;
|
|
2256
|
+
"firstStepStatus"?: ProgressStepStatus;
|
|
2257
|
+
"firstStepSupportingText"?: string;
|
|
2258
|
+
"fourthStepLabel"?: string;
|
|
2259
|
+
"fourthStepState"?: ProgressStepStates;
|
|
2260
|
+
"fourthStepStatus"?: ProgressStepStatus;
|
|
2261
|
+
"fourthStepSupportingText"?: string;
|
|
2262
|
+
"secondStepLabel"?: string;
|
|
2263
|
+
"secondStepState"?: ProgressStepStates;
|
|
2264
|
+
"secondStepStatus"?: ProgressStepStatus;
|
|
2265
|
+
"secondStepSupportingText"?: string;
|
|
2266
|
+
"seventhStepLabel"?: string;
|
|
2267
|
+
"seventhStepState"?: ProgressStepStates;
|
|
2268
|
+
"seventhStepStatus"?: ProgressStepStatus;
|
|
2269
|
+
"seventhStepSupportingText"?: string;
|
|
2270
|
+
"showFifthStep"?: boolean;
|
|
2271
|
+
"showFourthStep"?: boolean;
|
|
2272
|
+
"showSecondStep"?: boolean;
|
|
2273
|
+
"showSeventhStep"?: boolean;
|
|
2274
|
+
"showSixthStep"?: boolean;
|
|
2275
|
+
"showThirdStep"?: boolean;
|
|
2276
|
+
"sixthStepLabel"?: string;
|
|
2277
|
+
"sixthStepState"?: ProgressStepStates;
|
|
2278
|
+
"sixthStepStatus"?: ProgressStepStatus;
|
|
2279
|
+
"sixthStepSupportingText"?: string;
|
|
2280
|
+
"size"?: GeneralSizes;
|
|
2281
|
+
"thirdStepLabel"?: string;
|
|
2282
|
+
"thirdStepState"?: ProgressStepStates;
|
|
2283
|
+
"thirdStepStatus"?: ProgressStepStatus;
|
|
2284
|
+
"thirdStepSupportingText"?: string;
|
|
2285
|
+
"type"?: 'icon' | 'featured_icon';
|
|
2286
|
+
}
|
|
2194
2287
|
interface GbTabButtonBase {
|
|
2195
2288
|
"alignment"?: 'horizontal' | 'vertical';
|
|
2196
2289
|
"badge"?: boolean;
|
|
@@ -2356,6 +2449,7 @@ declare namespace LocalJSX {
|
|
|
2356
2449
|
"gb-export-dropdown-item": GbExportDropdownItem;
|
|
2357
2450
|
"gb-export-sub-dropdown": GbExportSubDropdown;
|
|
2358
2451
|
"gb-export-sub-dropdown-item": GbExportSubDropdownItem;
|
|
2452
|
+
"gb-featured-icon": GbFeaturedIcon;
|
|
2359
2453
|
"gb-file-type-icon": GbFileTypeIcon;
|
|
2360
2454
|
"gb-file-upload": GbFileUpload;
|
|
2361
2455
|
"gb-file-upload-item-base": GbFileUploadItemBase;
|
|
@@ -2378,7 +2472,6 @@ declare namespace LocalJSX {
|
|
|
2378
2472
|
"gb-password-button": GbPasswordButton;
|
|
2379
2473
|
"gb-progress-bar": GbProgressBar;
|
|
2380
2474
|
"gb-progress-circle": GbProgressCircle;
|
|
2381
|
-
"gb-progress-steps": GbProgressSteps;
|
|
2382
2475
|
"gb-scrollbar": GbScrollbar;
|
|
2383
2476
|
"gb-sidebar": GbSidebar;
|
|
2384
2477
|
"gb-simple-side-bar-item": GbSimpleSideBarItem;
|
|
@@ -2388,6 +2481,7 @@ declare namespace LocalJSX {
|
|
|
2388
2481
|
"gb-step-base": GbStepBase;
|
|
2389
2482
|
"gb-stepper-horizontal-icons-centered": GbStepperHorizontalIconsCentered;
|
|
2390
2483
|
"gb-stepper-horizontal-line-with-text": GbStepperHorizontalLineWithText;
|
|
2484
|
+
"gb-stepper-vertical-icons-with-text": GbStepperVerticalIconsWithText;
|
|
2391
2485
|
"gb-tab-button-base": GbTabButtonBase;
|
|
2392
2486
|
"gb-table-cell": GbTableCell;
|
|
2393
2487
|
"gb-tag": GbTag;
|
|
@@ -2439,6 +2533,7 @@ declare module "@stencil/core" {
|
|
|
2439
2533
|
"gb-export-dropdown-item": LocalJSX.GbExportDropdownItem & JSXBase.HTMLAttributes<HTMLGbExportDropdownItemElement>;
|
|
2440
2534
|
"gb-export-sub-dropdown": LocalJSX.GbExportSubDropdown & JSXBase.HTMLAttributes<HTMLGbExportSubDropdownElement>;
|
|
2441
2535
|
"gb-export-sub-dropdown-item": LocalJSX.GbExportSubDropdownItem & JSXBase.HTMLAttributes<HTMLGbExportSubDropdownItemElement>;
|
|
2536
|
+
"gb-featured-icon": LocalJSX.GbFeaturedIcon & JSXBase.HTMLAttributes<HTMLGbFeaturedIconElement>;
|
|
2442
2537
|
"gb-file-type-icon": LocalJSX.GbFileTypeIcon & JSXBase.HTMLAttributes<HTMLGbFileTypeIconElement>;
|
|
2443
2538
|
"gb-file-upload": LocalJSX.GbFileUpload & JSXBase.HTMLAttributes<HTMLGbFileUploadElement>;
|
|
2444
2539
|
"gb-file-upload-item-base": LocalJSX.GbFileUploadItemBase & JSXBase.HTMLAttributes<HTMLGbFileUploadItemBaseElement>;
|
|
@@ -2461,7 +2556,6 @@ declare module "@stencil/core" {
|
|
|
2461
2556
|
"gb-password-button": LocalJSX.GbPasswordButton & JSXBase.HTMLAttributes<HTMLGbPasswordButtonElement>;
|
|
2462
2557
|
"gb-progress-bar": LocalJSX.GbProgressBar & JSXBase.HTMLAttributes<HTMLGbProgressBarElement>;
|
|
2463
2558
|
"gb-progress-circle": LocalJSX.GbProgressCircle & JSXBase.HTMLAttributes<HTMLGbProgressCircleElement>;
|
|
2464
|
-
"gb-progress-steps": LocalJSX.GbProgressSteps & JSXBase.HTMLAttributes<HTMLGbProgressStepsElement>;
|
|
2465
2559
|
"gb-scrollbar": LocalJSX.GbScrollbar & JSXBase.HTMLAttributes<HTMLGbScrollbarElement>;
|
|
2466
2560
|
"gb-sidebar": LocalJSX.GbSidebar & JSXBase.HTMLAttributes<HTMLGbSidebarElement>;
|
|
2467
2561
|
"gb-simple-side-bar-item": LocalJSX.GbSimpleSideBarItem & JSXBase.HTMLAttributes<HTMLGbSimpleSideBarItemElement>;
|
|
@@ -2471,6 +2565,7 @@ declare module "@stencil/core" {
|
|
|
2471
2565
|
"gb-step-base": LocalJSX.GbStepBase & JSXBase.HTMLAttributes<HTMLGbStepBaseElement>;
|
|
2472
2566
|
"gb-stepper-horizontal-icons-centered": LocalJSX.GbStepperHorizontalIconsCentered & JSXBase.HTMLAttributes<HTMLGbStepperHorizontalIconsCenteredElement>;
|
|
2473
2567
|
"gb-stepper-horizontal-line-with-text": LocalJSX.GbStepperHorizontalLineWithText & JSXBase.HTMLAttributes<HTMLGbStepperHorizontalLineWithTextElement>;
|
|
2568
|
+
"gb-stepper-vertical-icons-with-text": LocalJSX.GbStepperVerticalIconsWithText & JSXBase.HTMLAttributes<HTMLGbStepperVerticalIconsWithTextElement>;
|
|
2474
2569
|
"gb-tab-button-base": LocalJSX.GbTabButtonBase & JSXBase.HTMLAttributes<HTMLGbTabButtonBaseElement>;
|
|
2475
2570
|
"gb-table-cell": LocalJSX.GbTableCell & JSXBase.HTMLAttributes<HTMLGbTableCellElement>;
|
|
2476
2571
|
"gb-tag": LocalJSX.GbTag & JSXBase.HTMLAttributes<HTMLGbTagElement>;
|
|
@@ -40,3 +40,4 @@ export type TableCellTypes = 'text' | 'lead_text' | 'lead_checkbox' | 'badge';
|
|
|
40
40
|
export type ProgressStepStatus = 'incomplete' | 'current' | 'complete';
|
|
41
41
|
export type ProgressStepTypes = 'icon_only' | 'icon_left' | 'icon_top' | 'text_line' | 'featured_icon_left' | 'featured_icon_top';
|
|
42
42
|
export type ProgressStepStates = 'default' | 'destructive';
|
|
43
|
+
export type BadgeTypes = 'pill_color' | 'pill_outline' | 'badge_color' | 'badge_modern';
|