globuswebcomponents 1.2.6 → 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_8.cjs.entry.js → gb-action-panel_9.cjs.entry.js} +85 -10
- package/dist/cjs/gb-action-panel_9.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-avatar_3.cjs.entry.js +1 -1
- package/dist/cjs/gb-badge_2.cjs.entry.js +18 -15
- package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-detail-cell.cjs.entry.js +2 -1
- package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +2 -2
- 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 +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 +1 -1
- package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-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.js +25 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +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 +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
- package/dist/collection/components/{gb-stepper/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 +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 +8 -6
- package/dist/components/gb-detail-cell.js.map +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 +1 -1
- 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 +9 -3
- package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +9 -3
- 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-eba9acdd.js → p-0eeb4332.js} +3 -3
- package/dist/components/{p-eba9acdd.js.map → p-0eeb4332.js.map} +1 -1
- package/dist/components/{p-ef553424.js → p-0ff3490a.js} +5 -5
- package/dist/components/{p-ef553424.js.map → p-0ff3490a.js.map} +1 -1
- package/dist/components/{p-963e7320.js → p-136c3d93.js} +3 -3
- package/dist/components/{p-963e7320.js.map → p-136c3d93.js.map} +1 -1
- package/dist/components/{p-97119701.js → p-1384dc6b.js} +2 -2
- package/dist/components/{p-97119701.js.map → p-1384dc6b.js.map} +1 -1
- package/dist/components/{p-0a49c6d1.js → p-1642dc4d.js} +2 -2
- package/dist/components/{p-0a49c6d1.js.map → p-1642dc4d.js.map} +1 -1
- package/dist/components/{p-126bde4a.js → p-186bc975.js} +2 -2
- package/dist/components/{p-126bde4a.js.map → p-186bc975.js.map} +1 -1
- package/dist/components/{p-b0e59a21.js → p-21d933a4.js} +3 -3
- package/dist/components/{p-b0e59a21.js.map → p-21d933a4.js.map} +1 -1
- package/dist/components/{p-e3eb2ce3.js → p-281c83b1.js} +3 -3
- package/dist/components/{p-e3eb2ce3.js.map → p-281c83b1.js.map} +1 -1
- package/dist/components/{p-be3e7579.js → p-2cf657f3.js} +7 -7
- package/dist/components/{p-be3e7579.js.map → p-2cf657f3.js.map} +1 -1
- package/dist/components/{p-aba635ba.js → p-437eb4d4.js} +2 -2
- package/dist/components/{p-aba635ba.js.map → p-437eb4d4.js.map} +1 -1
- package/dist/components/p-47052b60.js.map +1 -1
- package/dist/components/{p-e6d5a0f2.js → p-4b0e7e7a.js} +2 -2
- package/dist/components/{p-e6d5a0f2.js.map → p-4b0e7e7a.js.map} +1 -1
- package/dist/components/{p-0aa729d9.js → p-4d25fbc8.js} +6 -6
- package/dist/components/{p-0aa729d9.js.map → p-4d25fbc8.js.map} +1 -1
- package/dist/components/{p-daba4b90.js → p-5521d53f.js} +2 -2
- package/dist/components/{p-daba4b90.js.map → p-5521d53f.js.map} +1 -1
- package/dist/components/{p-d37a2068.js → p-556f59af.js} +2 -2
- package/dist/components/{p-d37a2068.js.map → p-556f59af.js.map} +1 -1
- package/dist/components/{p-5d09af2f.js → p-5643ff3d.js} +7 -7
- package/dist/components/{p-5d09af2f.js.map → p-5643ff3d.js.map} +1 -1
- package/dist/components/{p-700a6e03.js → p-5cd7f95c.js} +15 -15
- package/dist/components/{p-700a6e03.js.map → p-5cd7f95c.js.map} +1 -1
- package/dist/components/{p-d1324ad4.js → p-5d4c3d77.js} +5 -5
- package/dist/components/{p-d1324ad4.js.map → p-5d4c3d77.js.map} +1 -1
- package/dist/components/{p-71208c57.js → p-80af422b.js} +2 -2
- package/dist/components/{p-71208c57.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-4f69dd6f.js → p-951c9086.js} +2 -2
- package/dist/components/{p-4f69dd6f.js.map → p-951c9086.js.map} +1 -1
- package/dist/components/{p-ad68442a.js → p-9ba84bcc.js} +2 -2
- package/dist/components/{p-ad68442a.js.map → p-9ba84bcc.js.map} +1 -1
- package/dist/components/{p-4672b70a.js → p-a1b17f6f.js} +2 -2
- package/dist/components/{p-4672b70a.js.map → p-a1b17f6f.js.map} +1 -1
- package/dist/components/{p-fa81ca8a.js → p-a2be06b2.js} +2 -2
- package/dist/components/{p-fa81ca8a.js.map → p-a2be06b2.js.map} +1 -1
- package/dist/components/{p-4e873264.js → p-a3325cf5.js} +2 -2
- package/dist/components/{p-4e873264.js.map → p-a3325cf5.js.map} +1 -1
- package/dist/components/{p-ac243694.js → p-ac35bd30.js} +23 -23
- package/dist/components/{p-ac243694.js.map → p-ac35bd30.js.map} +1 -1
- package/dist/components/{p-9c37c0a3.js → p-b1e7d221.js} +5 -5
- package/dist/components/{p-9c37c0a3.js.map → p-b1e7d221.js.map} +1 -1
- package/dist/components/{p-991163a1.js → p-b3589e6f.js} +3 -3
- package/dist/components/{p-991163a1.js.map → p-b3589e6f.js.map} +1 -1
- package/dist/components/{p-fdf0e98f.js → p-b8fa0815.js} +2 -2
- package/dist/components/{p-fdf0e98f.js.map → p-b8fa0815.js.map} +1 -1
- package/dist/components/{p-6dbd44aa.js → p-ba77a6ba.js} +2 -2
- package/dist/components/{p-6dbd44aa.js.map → p-ba77a6ba.js.map} +1 -1
- package/dist/components/{p-9b52ef36.js → p-bdc9aca1.js} +3 -3
- package/dist/components/{p-9b52ef36.js.map → p-bdc9aca1.js.map} +1 -1
- package/dist/components/{p-a2433136.js → p-cefe6782.js} +2 -2
- package/dist/components/{p-a2433136.js.map → p-cefe6782.js.map} +1 -1
- package/dist/components/{p-0e201b7b.js → p-d19b9484.js} +21 -18
- package/dist/components/p-d19b9484.js.map +1 -0
- package/dist/components/{p-19870f69.js → p-d750a266.js} +3 -3
- package/dist/components/{p-19870f69.js.map → p-d750a266.js.map} +1 -1
- package/dist/components/{p-a93aea3f.js → p-d840d166.js} +2 -2
- package/dist/components/{p-a93aea3f.js.map → p-d840d166.js.map} +1 -1
- package/dist/components/{p-59a3b84b.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 +1772 -1265
- package/dist/esm/{gb-action-panel_8.entry.js → gb-action-panel_9.entry.js} +84 -10
- package/dist/esm/gb-action-panel_9.entry.js.map +1 -0
- package/dist/esm/gb-avatar_3.entry.js +1 -1
- package/dist/esm/gb-badge_2.entry.js +18 -15
- package/dist/esm/gb-badge_2.entry.js.map +1 -1
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-detail-cell.entry.js +2 -1
- package/dist/esm/gb-detail-cell.entry.js.map +1 -1
- package/dist/esm/gb-file-type-icon_2.entry.js +2 -2
- 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 +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 +1 -1
- package/dist/esm/gb-vertical-tabs.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/reusableModels-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-92eebcdd.entry.js → p-07c11b6a.entry.js} +2 -2
- package/dist/globuscomponents/{p-39b50763.entry.js → p-0b536f25.entry.js} +2 -2
- package/dist/globuscomponents/{p-b78c6a38.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-b379f4f7.entry.js → p-3cdcd6f7.entry.js} +2 -2
- package/dist/globuscomponents/p-3cdcd6f7.entry.js.map +1 -0
- package/dist/globuscomponents/{p-0e7af6e9.entry.js → p-3d86b3e3.entry.js} +2 -2
- package/dist/globuscomponents/p-47052b60.js.map +1 -1
- package/dist/globuscomponents/{p-5e36cc76.entry.js → p-4ce82d5c.entry.js} +2 -2
- package/dist/globuscomponents/{p-63294eef.entry.js → p-506ccb80.entry.js} +2 -2
- package/dist/globuscomponents/{p-8b13c17a.entry.js → p-509fd1ee.entry.js} +2 -2
- package/dist/globuscomponents/{p-f846efc2.entry.js → p-55f3e761.entry.js} +2 -2
- package/dist/globuscomponents/{p-d1d8a272.entry.js → p-5654c727.entry.js} +2 -2
- package/dist/globuscomponents/p-5654c727.entry.js.map +1 -0
- package/dist/globuscomponents/{p-4b744b46.entry.js → p-61e0c21b.entry.js} +2 -2
- package/dist/globuscomponents/p-6dfc78d1.entry.js +2 -0
- package/dist/globuscomponents/{p-890b0211.entry.js → p-7849b0f5.entry.js} +2 -2
- package/dist/globuscomponents/{p-10540ede.entry.js → p-79396a23.entry.js} +2 -2
- package/dist/globuscomponents/{p-ab927143.entry.js → p-7ce874e1.entry.js} +2 -2
- package/dist/globuscomponents/{p-3ea94077.entry.js → p-7f2a082e.entry.js} +2 -2
- package/dist/globuscomponents/p-7f2a082e.entry.js.map +1 -0
- package/dist/globuscomponents/{p-2ea9204d.entry.js → p-8046d145.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-3756c709.entry.js → p-88449509.entry.js} +2 -2
- package/dist/globuscomponents/{p-ade85332.entry.js → p-8d13cbe1.entry.js} +2 -2
- package/dist/globuscomponents/{p-73b386b6.entry.js → p-928d44b7.entry.js} +2 -2
- package/dist/globuscomponents/{p-9cfe1808.entry.js → p-97b0d77a.entry.js} +2 -2
- package/dist/globuscomponents/{p-422c4b81.entry.js → p-a8fea797.entry.js} +2 -2
- package/dist/globuscomponents/{p-0c0b23be.entry.js → p-a9d9a288.entry.js} +2 -2
- package/dist/globuscomponents/{p-52046c5b.entry.js → p-ac68b58a.entry.js} +2 -2
- package/dist/globuscomponents/{p-803afe75.entry.js → p-c6531f74.entry.js} +2 -2
- package/dist/globuscomponents/{p-24ae12b3.entry.js → p-c853adb0.entry.js} +2 -2
- package/dist/globuscomponents/{p-b242feb2.entry.js → p-cf861309.entry.js} +2 -2
- package/dist/globuscomponents/{p-be847103.entry.js → p-d308f84e.entry.js} +2 -2
- package/dist/globuscomponents/{p-09d69caf.entry.js → p-d3ea6323.entry.js} +2 -2
- package/dist/globuscomponents/{p-ef4c9eae.entry.js → p-db2d2afe.entry.js} +2 -2
- package/dist/globuscomponents/{p-014e330f.entry.js → p-dcded88b.entry.js} +2 -2
- package/dist/globuscomponents/{p-09ff54af.entry.js → p-dea3acae.entry.js} +2 -2
- package/dist/globuscomponents/{p-bfd4487b.entry.js → p-dea50d71.entry.js} +2 -2
- package/dist/globuscomponents/{p-63922309.entry.js → p-e17a96e5.entry.js} +2 -2
- package/dist/globuscomponents/{p-c1f02f05.entry.js → p-e28effc4.entry.js} +2 -2
- package/dist/globuscomponents/{p-4374fa66.entry.js → p-e2e296c1.entry.js} +2 -2
- package/dist/globuscomponents/{p-1b3f51cf.entry.js → p-e4ef70ff.entry.js} +2 -2
- package/dist/globuscomponents/{p-4b8091b7.entry.js → p-ee7363b2.entry.js} +2 -2
- package/dist/globuscomponents/{p-113a4925.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-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.d.ts +41 -0
- package/dist/types/components.d.ts +108 -59
- package/dist/types/models/reusableModels.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel_8.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-0e201b7b.js.map +0 -1
- package/dist/components/p-59a3b84b.js.map +0 -1
- package/dist/esm/gb-action-panel_8.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-2ed5ef00.entry.js +0 -2
- package/dist/globuscomponents/p-2ed5ef00.entry.js.map +0 -1
- package/dist/globuscomponents/p-3ea94077.entry.js.map +0 -1
- package/dist/globuscomponents/p-661738fa.entry.js +0 -2
- package/dist/globuscomponents/p-9b9b636c.entry.js +0 -2
- package/dist/globuscomponents/p-b379f4f7.entry.js.map +0 -1
- package/dist/globuscomponents/p-d1d8a272.entry.js.map +0 -1
- package/dist/globuscomponents/p-eb230891.entry.js +0 -2
- 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-92eebcdd.entry.js.map → p-07c11b6a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-39b50763.entry.js.map → p-0b536f25.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b78c6a38.entry.js.map → p-152ad6f4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0e7af6e9.entry.js.map → p-3d86b3e3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5e36cc76.entry.js.map → p-4ce82d5c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-63294eef.entry.js.map → p-506ccb80.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8b13c17a.entry.js.map → p-509fd1ee.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f846efc2.entry.js.map → p-55f3e761.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4b744b46.entry.js.map → p-61e0c21b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-eb230891.entry.js.map → p-6dfc78d1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-890b0211.entry.js.map → p-7849b0f5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-10540ede.entry.js.map → p-79396a23.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ab927143.entry.js.map → p-7ce874e1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2ea9204d.entry.js.map → p-8046d145.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9b9b636c.entry.js.map → p-83b49c74.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-661738fa.entry.js.map → p-85c5f7c3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3756c709.entry.js.map → p-88449509.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ade85332.entry.js.map → p-8d13cbe1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-73b386b6.entry.js.map → p-928d44b7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9cfe1808.entry.js.map → p-97b0d77a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-422c4b81.entry.js.map → p-a8fea797.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0c0b23be.entry.js.map → p-a9d9a288.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-52046c5b.entry.js.map → p-ac68b58a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-803afe75.entry.js.map → p-c6531f74.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-24ae12b3.entry.js.map → p-c853adb0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b242feb2.entry.js.map → p-cf861309.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-be847103.entry.js.map → p-d308f84e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-09d69caf.entry.js.map → p-d3ea6323.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ef4c9eae.entry.js.map → p-db2d2afe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-014e330f.entry.js.map → p-dcded88b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-09ff54af.entry.js.map → p-dea3acae.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bfd4487b.entry.js.map → p-dea50d71.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-63922309.entry.js.map → p-e17a96e5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c1f02f05.entry.js.map → p-e28effc4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4374fa66.entry.js.map → p-e2e296c1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1b3f51cf.entry.js.map → p-e4ef70ff.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4b8091b7.entry.js.map → p-ee7363b2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-113a4925.entry.js.map → p-fac82959.entry.js.map} +0 -0
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { h, Fragment } from "@stencil/core";
|
|
2
|
-
export class
|
|
2
|
+
export class GbstepperVerticalIconsWithText {
|
|
3
3
|
constructor() {
|
|
4
4
|
this.size = undefined;
|
|
5
|
-
this.
|
|
6
|
-
this.
|
|
7
|
-
this.
|
|
8
|
-
this.
|
|
9
|
-
this.
|
|
10
|
-
this.
|
|
5
|
+
this.connector = false;
|
|
6
|
+
this.type = undefined;
|
|
7
|
+
this.showSecondStep = false;
|
|
8
|
+
this.showThirdStep = false;
|
|
9
|
+
this.showFourthStep = false;
|
|
10
|
+
this.showFifthStep = false;
|
|
11
|
+
this.showSixthStep = false;
|
|
12
|
+
this.showSeventhStep = false;
|
|
11
13
|
this.firstStepState = undefined;
|
|
12
14
|
this.secondStepState = undefined;
|
|
13
15
|
this.thirdStepState = undefined;
|
|
@@ -22,20 +24,87 @@ export class GbProgressSteps {
|
|
|
22
24
|
this.fifthStepStatus = undefined;
|
|
23
25
|
this.sixthStepStatus = undefined;
|
|
24
26
|
this.seventhStepStatus = undefined;
|
|
27
|
+
this.firstStepLabel = '';
|
|
28
|
+
this.secondStepLabel = '';
|
|
29
|
+
this.thirdStepLabel = '';
|
|
30
|
+
this.fourthStepLabel = '';
|
|
31
|
+
this.fifthStepLabel = '';
|
|
32
|
+
this.sixthStepLabel = '';
|
|
33
|
+
this.seventhStepLabel = '';
|
|
34
|
+
this.firstStepSupportingText = '';
|
|
35
|
+
this.secondStepSupportingText = '';
|
|
36
|
+
this.thirdStepSupportingText = '';
|
|
37
|
+
this.fourthStepSupportingText = '';
|
|
38
|
+
this.fifthStepSupportingText = '';
|
|
39
|
+
this.sixthStepSupportingText = '';
|
|
40
|
+
this.seventhStepSupportingText = '';
|
|
25
41
|
}
|
|
26
42
|
render() {
|
|
27
|
-
|
|
43
|
+
const steps = [
|
|
44
|
+
{
|
|
45
|
+
state: this.firstStepState,
|
|
46
|
+
status: this.firstStepStatus,
|
|
47
|
+
label: this.firstStepLabel,
|
|
48
|
+
supportingText: this.firstStepSupportingText,
|
|
49
|
+
show: true, // Always show the first step
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
state: this.secondStepState,
|
|
53
|
+
status: this.secondStepStatus,
|
|
54
|
+
label: this.secondStepLabel,
|
|
55
|
+
supportingText: this.secondStepSupportingText,
|
|
56
|
+
show: this.showSecondStep,
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
state: this.thirdStepState,
|
|
60
|
+
status: this.thirdStepStatus,
|
|
61
|
+
label: this.thirdStepLabel,
|
|
62
|
+
supportingText: this.thirdStepSupportingText,
|
|
63
|
+
show: this.showThirdStep,
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
state: this.fourthStepState,
|
|
67
|
+
status: this.fourthStepStatus,
|
|
68
|
+
label: this.fourthStepLabel,
|
|
69
|
+
supportingText: this.fourthStepSupportingText,
|
|
70
|
+
show: this.showFourthStep,
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
state: this.fifthStepState,
|
|
74
|
+
status: this.fifthStepStatus,
|
|
75
|
+
label: this.fifthStepLabel,
|
|
76
|
+
supportingText: this.fifthStepSupportingText,
|
|
77
|
+
show: this.showFifthStep,
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
state: this.sixthStepState,
|
|
81
|
+
status: this.sixthStepStatus,
|
|
82
|
+
label: this.sixthStepLabel,
|
|
83
|
+
supportingText: this.sixthStepSupportingText,
|
|
84
|
+
show: this.showSixthStep,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
state: this.seventhStepState,
|
|
88
|
+
status: this.seventhStepStatus,
|
|
89
|
+
label: this.seventhStepLabel,
|
|
90
|
+
supportingText: this.seventhStepSupportingText,
|
|
91
|
+
show: this.showSeventhStep,
|
|
92
|
+
},
|
|
93
|
+
];
|
|
94
|
+
// Filter out steps that should be displayed
|
|
95
|
+
const visibleSteps = steps.filter(step => step.show);
|
|
96
|
+
return (h("div", { key: 'f90f9b97ae2bcce68b2936f3615b8a31d812d34f', class: "vertical_stepper_div" }, this.type === 'icon' && (h(Fragment, null, visibleSteps.map((step, index) => (h("gb-step-base", { size: this.size, type: "icon_left", state: step.state, status: step.status, connector: index === visibleSteps.length - 1 ? false : this.connector, label: step.label, "supporting-text": step.supportingText })))))));
|
|
28
97
|
}
|
|
29
|
-
static get is() { return "gb-
|
|
98
|
+
static get is() { return "gb-stepper-vertical-icons-with-text"; }
|
|
30
99
|
static get encapsulation() { return "shadow"; }
|
|
31
100
|
static get originalStyleUrls() {
|
|
32
101
|
return {
|
|
33
|
-
"$": ["gb-
|
|
102
|
+
"$": ["gb-stepper-vertical-icons-with-text.css"]
|
|
34
103
|
};
|
|
35
104
|
}
|
|
36
105
|
static get styleUrls() {
|
|
37
106
|
return {
|
|
38
|
-
"$": ["gb-
|
|
107
|
+
"$": ["gb-stepper-vertical-icons-with-text.css"]
|
|
39
108
|
};
|
|
40
109
|
}
|
|
41
110
|
static get properties() {
|
|
@@ -63,19 +132,31 @@ export class GbProgressSteps {
|
|
|
63
132
|
"attribute": "size",
|
|
64
133
|
"reflect": false
|
|
65
134
|
},
|
|
66
|
-
"
|
|
135
|
+
"connector": {
|
|
136
|
+
"type": "boolean",
|
|
137
|
+
"mutable": false,
|
|
138
|
+
"complexType": {
|
|
139
|
+
"original": "boolean",
|
|
140
|
+
"resolved": "boolean",
|
|
141
|
+
"references": {}
|
|
142
|
+
},
|
|
143
|
+
"required": false,
|
|
144
|
+
"optional": false,
|
|
145
|
+
"docs": {
|
|
146
|
+
"tags": [],
|
|
147
|
+
"text": ""
|
|
148
|
+
},
|
|
149
|
+
"attribute": "connector",
|
|
150
|
+
"reflect": false,
|
|
151
|
+
"defaultValue": "false"
|
|
152
|
+
},
|
|
153
|
+
"type": {
|
|
67
154
|
"type": "string",
|
|
68
155
|
"mutable": false,
|
|
69
156
|
"complexType": {
|
|
70
|
-
"original": "
|
|
71
|
-
"resolved": "\"
|
|
72
|
-
"references": {
|
|
73
|
-
"BreakPoints": {
|
|
74
|
-
"location": "import",
|
|
75
|
-
"path": "../../models/reusableModels",
|
|
76
|
-
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
157
|
+
"original": "'icon' | 'featured_icon'",
|
|
158
|
+
"resolved": "\"featured_icon\" | \"icon\"",
|
|
159
|
+
"references": {}
|
|
79
160
|
},
|
|
80
161
|
"required": false,
|
|
81
162
|
"optional": false,
|
|
@@ -83,10 +164,10 @@ export class GbProgressSteps {
|
|
|
83
164
|
"tags": [],
|
|
84
165
|
"text": ""
|
|
85
166
|
},
|
|
86
|
-
"attribute": "
|
|
167
|
+
"attribute": "type",
|
|
87
168
|
"reflect": false
|
|
88
169
|
},
|
|
89
|
-
"
|
|
170
|
+
"showSecondStep": {
|
|
90
171
|
"type": "boolean",
|
|
91
172
|
"mutable": false,
|
|
92
173
|
"complexType": {
|
|
@@ -100,11 +181,11 @@ export class GbProgressSteps {
|
|
|
100
181
|
"tags": [],
|
|
101
182
|
"text": ""
|
|
102
183
|
},
|
|
103
|
-
"attribute": "
|
|
184
|
+
"attribute": "show-second-step",
|
|
104
185
|
"reflect": false,
|
|
105
186
|
"defaultValue": "false"
|
|
106
187
|
},
|
|
107
|
-
"
|
|
188
|
+
"showThirdStep": {
|
|
108
189
|
"type": "boolean",
|
|
109
190
|
"mutable": false,
|
|
110
191
|
"complexType": {
|
|
@@ -118,11 +199,11 @@ export class GbProgressSteps {
|
|
|
118
199
|
"tags": [],
|
|
119
200
|
"text": ""
|
|
120
201
|
},
|
|
121
|
-
"attribute": "
|
|
202
|
+
"attribute": "show-third-step",
|
|
122
203
|
"reflect": false,
|
|
123
204
|
"defaultValue": "false"
|
|
124
205
|
},
|
|
125
|
-
"
|
|
206
|
+
"showFourthStep": {
|
|
126
207
|
"type": "boolean",
|
|
127
208
|
"mutable": false,
|
|
128
209
|
"complexType": {
|
|
@@ -136,11 +217,11 @@ export class GbProgressSteps {
|
|
|
136
217
|
"tags": [],
|
|
137
218
|
"text": ""
|
|
138
219
|
},
|
|
139
|
-
"attribute": "
|
|
220
|
+
"attribute": "show-fourth-step",
|
|
140
221
|
"reflect": false,
|
|
141
222
|
"defaultValue": "false"
|
|
142
223
|
},
|
|
143
|
-
"
|
|
224
|
+
"showFifthStep": {
|
|
144
225
|
"type": "boolean",
|
|
145
226
|
"mutable": false,
|
|
146
227
|
"complexType": {
|
|
@@ -154,11 +235,11 @@ export class GbProgressSteps {
|
|
|
154
235
|
"tags": [],
|
|
155
236
|
"text": ""
|
|
156
237
|
},
|
|
157
|
-
"attribute": "
|
|
238
|
+
"attribute": "show-fifth-step",
|
|
158
239
|
"reflect": false,
|
|
159
240
|
"defaultValue": "false"
|
|
160
241
|
},
|
|
161
|
-
"
|
|
242
|
+
"showSixthStep": {
|
|
162
243
|
"type": "boolean",
|
|
163
244
|
"mutable": false,
|
|
164
245
|
"complexType": {
|
|
@@ -172,7 +253,25 @@ export class GbProgressSteps {
|
|
|
172
253
|
"tags": [],
|
|
173
254
|
"text": ""
|
|
174
255
|
},
|
|
175
|
-
"attribute": "
|
|
256
|
+
"attribute": "show-sixth-step",
|
|
257
|
+
"reflect": false,
|
|
258
|
+
"defaultValue": "false"
|
|
259
|
+
},
|
|
260
|
+
"showSeventhStep": {
|
|
261
|
+
"type": "boolean",
|
|
262
|
+
"mutable": false,
|
|
263
|
+
"complexType": {
|
|
264
|
+
"original": "boolean",
|
|
265
|
+
"resolved": "boolean",
|
|
266
|
+
"references": {}
|
|
267
|
+
},
|
|
268
|
+
"required": false,
|
|
269
|
+
"optional": false,
|
|
270
|
+
"docs": {
|
|
271
|
+
"tags": [],
|
|
272
|
+
"text": ""
|
|
273
|
+
},
|
|
274
|
+
"attribute": "show-seventh-step",
|
|
176
275
|
"reflect": false,
|
|
177
276
|
"defaultValue": "false"
|
|
178
277
|
},
|
|
@@ -497,8 +596,260 @@ export class GbProgressSteps {
|
|
|
497
596
|
},
|
|
498
597
|
"attribute": "seventh-step-status",
|
|
499
598
|
"reflect": false
|
|
599
|
+
},
|
|
600
|
+
"firstStepLabel": {
|
|
601
|
+
"type": "string",
|
|
602
|
+
"mutable": false,
|
|
603
|
+
"complexType": {
|
|
604
|
+
"original": "string",
|
|
605
|
+
"resolved": "string",
|
|
606
|
+
"references": {}
|
|
607
|
+
},
|
|
608
|
+
"required": false,
|
|
609
|
+
"optional": false,
|
|
610
|
+
"docs": {
|
|
611
|
+
"tags": [],
|
|
612
|
+
"text": ""
|
|
613
|
+
},
|
|
614
|
+
"attribute": "first-step-label",
|
|
615
|
+
"reflect": false,
|
|
616
|
+
"defaultValue": "''"
|
|
617
|
+
},
|
|
618
|
+
"secondStepLabel": {
|
|
619
|
+
"type": "string",
|
|
620
|
+
"mutable": false,
|
|
621
|
+
"complexType": {
|
|
622
|
+
"original": "string",
|
|
623
|
+
"resolved": "string",
|
|
624
|
+
"references": {}
|
|
625
|
+
},
|
|
626
|
+
"required": false,
|
|
627
|
+
"optional": false,
|
|
628
|
+
"docs": {
|
|
629
|
+
"tags": [],
|
|
630
|
+
"text": ""
|
|
631
|
+
},
|
|
632
|
+
"attribute": "second-step-label",
|
|
633
|
+
"reflect": false,
|
|
634
|
+
"defaultValue": "''"
|
|
635
|
+
},
|
|
636
|
+
"thirdStepLabel": {
|
|
637
|
+
"type": "string",
|
|
638
|
+
"mutable": false,
|
|
639
|
+
"complexType": {
|
|
640
|
+
"original": "string",
|
|
641
|
+
"resolved": "string",
|
|
642
|
+
"references": {}
|
|
643
|
+
},
|
|
644
|
+
"required": false,
|
|
645
|
+
"optional": false,
|
|
646
|
+
"docs": {
|
|
647
|
+
"tags": [],
|
|
648
|
+
"text": ""
|
|
649
|
+
},
|
|
650
|
+
"attribute": "third-step-label",
|
|
651
|
+
"reflect": false,
|
|
652
|
+
"defaultValue": "''"
|
|
653
|
+
},
|
|
654
|
+
"fourthStepLabel": {
|
|
655
|
+
"type": "string",
|
|
656
|
+
"mutable": false,
|
|
657
|
+
"complexType": {
|
|
658
|
+
"original": "string",
|
|
659
|
+
"resolved": "string",
|
|
660
|
+
"references": {}
|
|
661
|
+
},
|
|
662
|
+
"required": false,
|
|
663
|
+
"optional": false,
|
|
664
|
+
"docs": {
|
|
665
|
+
"tags": [],
|
|
666
|
+
"text": ""
|
|
667
|
+
},
|
|
668
|
+
"attribute": "fourth-step-label",
|
|
669
|
+
"reflect": false,
|
|
670
|
+
"defaultValue": "''"
|
|
671
|
+
},
|
|
672
|
+
"fifthStepLabel": {
|
|
673
|
+
"type": "string",
|
|
674
|
+
"mutable": false,
|
|
675
|
+
"complexType": {
|
|
676
|
+
"original": "string",
|
|
677
|
+
"resolved": "string",
|
|
678
|
+
"references": {}
|
|
679
|
+
},
|
|
680
|
+
"required": false,
|
|
681
|
+
"optional": false,
|
|
682
|
+
"docs": {
|
|
683
|
+
"tags": [],
|
|
684
|
+
"text": ""
|
|
685
|
+
},
|
|
686
|
+
"attribute": "fifth-step-label",
|
|
687
|
+
"reflect": false,
|
|
688
|
+
"defaultValue": "''"
|
|
689
|
+
},
|
|
690
|
+
"sixthStepLabel": {
|
|
691
|
+
"type": "string",
|
|
692
|
+
"mutable": false,
|
|
693
|
+
"complexType": {
|
|
694
|
+
"original": "string",
|
|
695
|
+
"resolved": "string",
|
|
696
|
+
"references": {}
|
|
697
|
+
},
|
|
698
|
+
"required": false,
|
|
699
|
+
"optional": false,
|
|
700
|
+
"docs": {
|
|
701
|
+
"tags": [],
|
|
702
|
+
"text": ""
|
|
703
|
+
},
|
|
704
|
+
"attribute": "sixth-step-label",
|
|
705
|
+
"reflect": false,
|
|
706
|
+
"defaultValue": "''"
|
|
707
|
+
},
|
|
708
|
+
"seventhStepLabel": {
|
|
709
|
+
"type": "string",
|
|
710
|
+
"mutable": false,
|
|
711
|
+
"complexType": {
|
|
712
|
+
"original": "string",
|
|
713
|
+
"resolved": "string",
|
|
714
|
+
"references": {}
|
|
715
|
+
},
|
|
716
|
+
"required": false,
|
|
717
|
+
"optional": false,
|
|
718
|
+
"docs": {
|
|
719
|
+
"tags": [],
|
|
720
|
+
"text": ""
|
|
721
|
+
},
|
|
722
|
+
"attribute": "seventh-step-label",
|
|
723
|
+
"reflect": false,
|
|
724
|
+
"defaultValue": "''"
|
|
725
|
+
},
|
|
726
|
+
"firstStepSupportingText": {
|
|
727
|
+
"type": "string",
|
|
728
|
+
"mutable": false,
|
|
729
|
+
"complexType": {
|
|
730
|
+
"original": "string",
|
|
731
|
+
"resolved": "string",
|
|
732
|
+
"references": {}
|
|
733
|
+
},
|
|
734
|
+
"required": false,
|
|
735
|
+
"optional": false,
|
|
736
|
+
"docs": {
|
|
737
|
+
"tags": [],
|
|
738
|
+
"text": ""
|
|
739
|
+
},
|
|
740
|
+
"attribute": "first-step-supporting-text",
|
|
741
|
+
"reflect": false,
|
|
742
|
+
"defaultValue": "''"
|
|
743
|
+
},
|
|
744
|
+
"secondStepSupportingText": {
|
|
745
|
+
"type": "string",
|
|
746
|
+
"mutable": false,
|
|
747
|
+
"complexType": {
|
|
748
|
+
"original": "string",
|
|
749
|
+
"resolved": "string",
|
|
750
|
+
"references": {}
|
|
751
|
+
},
|
|
752
|
+
"required": false,
|
|
753
|
+
"optional": false,
|
|
754
|
+
"docs": {
|
|
755
|
+
"tags": [],
|
|
756
|
+
"text": ""
|
|
757
|
+
},
|
|
758
|
+
"attribute": "second-step-supporting-text",
|
|
759
|
+
"reflect": false,
|
|
760
|
+
"defaultValue": "''"
|
|
761
|
+
},
|
|
762
|
+
"thirdStepSupportingText": {
|
|
763
|
+
"type": "string",
|
|
764
|
+
"mutable": false,
|
|
765
|
+
"complexType": {
|
|
766
|
+
"original": "string",
|
|
767
|
+
"resolved": "string",
|
|
768
|
+
"references": {}
|
|
769
|
+
},
|
|
770
|
+
"required": false,
|
|
771
|
+
"optional": false,
|
|
772
|
+
"docs": {
|
|
773
|
+
"tags": [],
|
|
774
|
+
"text": ""
|
|
775
|
+
},
|
|
776
|
+
"attribute": "third-step-supporting-text",
|
|
777
|
+
"reflect": false,
|
|
778
|
+
"defaultValue": "''"
|
|
779
|
+
},
|
|
780
|
+
"fourthStepSupportingText": {
|
|
781
|
+
"type": "string",
|
|
782
|
+
"mutable": false,
|
|
783
|
+
"complexType": {
|
|
784
|
+
"original": "string",
|
|
785
|
+
"resolved": "string",
|
|
786
|
+
"references": {}
|
|
787
|
+
},
|
|
788
|
+
"required": false,
|
|
789
|
+
"optional": false,
|
|
790
|
+
"docs": {
|
|
791
|
+
"tags": [],
|
|
792
|
+
"text": ""
|
|
793
|
+
},
|
|
794
|
+
"attribute": "fourth-step-supporting-text",
|
|
795
|
+
"reflect": false,
|
|
796
|
+
"defaultValue": "''"
|
|
797
|
+
},
|
|
798
|
+
"fifthStepSupportingText": {
|
|
799
|
+
"type": "string",
|
|
800
|
+
"mutable": false,
|
|
801
|
+
"complexType": {
|
|
802
|
+
"original": "string",
|
|
803
|
+
"resolved": "string",
|
|
804
|
+
"references": {}
|
|
805
|
+
},
|
|
806
|
+
"required": false,
|
|
807
|
+
"optional": false,
|
|
808
|
+
"docs": {
|
|
809
|
+
"tags": [],
|
|
810
|
+
"text": ""
|
|
811
|
+
},
|
|
812
|
+
"attribute": "fifth-step-supporting-text",
|
|
813
|
+
"reflect": false,
|
|
814
|
+
"defaultValue": "''"
|
|
815
|
+
},
|
|
816
|
+
"sixthStepSupportingText": {
|
|
817
|
+
"type": "string",
|
|
818
|
+
"mutable": false,
|
|
819
|
+
"complexType": {
|
|
820
|
+
"original": "string",
|
|
821
|
+
"resolved": "string",
|
|
822
|
+
"references": {}
|
|
823
|
+
},
|
|
824
|
+
"required": false,
|
|
825
|
+
"optional": false,
|
|
826
|
+
"docs": {
|
|
827
|
+
"tags": [],
|
|
828
|
+
"text": ""
|
|
829
|
+
},
|
|
830
|
+
"attribute": "sixth-step-supporting-text",
|
|
831
|
+
"reflect": false,
|
|
832
|
+
"defaultValue": "''"
|
|
833
|
+
},
|
|
834
|
+
"seventhStepSupportingText": {
|
|
835
|
+
"type": "string",
|
|
836
|
+
"mutable": false,
|
|
837
|
+
"complexType": {
|
|
838
|
+
"original": "string",
|
|
839
|
+
"resolved": "string",
|
|
840
|
+
"references": {}
|
|
841
|
+
},
|
|
842
|
+
"required": false,
|
|
843
|
+
"optional": false,
|
|
844
|
+
"docs": {
|
|
845
|
+
"tags": [],
|
|
846
|
+
"text": ""
|
|
847
|
+
},
|
|
848
|
+
"attribute": "seventh-step-supporting-text",
|
|
849
|
+
"reflect": false,
|
|
850
|
+
"defaultValue": "''"
|
|
500
851
|
}
|
|
501
852
|
};
|
|
502
853
|
}
|
|
503
854
|
}
|
|
504
|
-
//# sourceMappingURL=gb-
|
|
855
|
+
//# sourceMappingURL=gb-stepper-vertical-icons-with-text.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gb-stepper-vertical-icons-with-text.js","sourceRoot":"","sources":["../../../src/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Prop, h, Fragment } from '@stencil/core';\r\nimport { GeneralSizes, ProgressStepStates, ProgressStepStatus } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-stepper-vertical-icons-with-text',\r\n styleUrl: 'gb-stepper-vertical-icons-with-text.css',\r\n shadow: true,\r\n})\r\nexport class GbstepperVerticalIconsWithText {\r\n @Prop() size: GeneralSizes;\r\n @Prop() connector: boolean = false;\r\n @Prop() type: 'icon' | 'featured_icon';\r\n @Prop() showSecondStep: boolean = false;\r\n @Prop() showThirdStep: boolean = false;\r\n @Prop() showFourthStep: boolean = false;\r\n @Prop() showFifthStep: boolean = false;\r\n @Prop() showSixthStep: boolean = false;\r\n @Prop() showSeventhStep: 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 @Prop() firstStepLabel: string = '';\r\n @Prop() secondStepLabel: string = '';\r\n @Prop() thirdStepLabel: string = '';\r\n @Prop() fourthStepLabel: string = '';\r\n @Prop() fifthStepLabel: string = '';\r\n @Prop() sixthStepLabel: string = '';\r\n @Prop() seventhStepLabel: string = '';\r\n @Prop() firstStepSupportingText: string = '';\r\n @Prop() secondStepSupportingText: string = '';\r\n @Prop() thirdStepSupportingText: string = '';\r\n @Prop() fourthStepSupportingText: string = '';\r\n @Prop() fifthStepSupportingText: string = '';\r\n @Prop() sixthStepSupportingText: string = '';\r\n @Prop() seventhStepSupportingText: string = '';\r\n\r\n render() {\r\n const steps = [\r\n {\r\n state: this.firstStepState,\r\n status: this.firstStepStatus,\r\n label: this.firstStepLabel,\r\n supportingText: this.firstStepSupportingText,\r\n show: true, // Always show the first step\r\n },\r\n {\r\n state: this.secondStepState,\r\n status: this.secondStepStatus,\r\n label: this.secondStepLabel,\r\n supportingText: this.secondStepSupportingText,\r\n show: this.showSecondStep,\r\n },\r\n {\r\n state: this.thirdStepState,\r\n status: this.thirdStepStatus,\r\n label: this.thirdStepLabel,\r\n supportingText: this.thirdStepSupportingText,\r\n show: this.showThirdStep,\r\n },\r\n {\r\n state: this.fourthStepState,\r\n status: this.fourthStepStatus,\r\n label: this.fourthStepLabel,\r\n supportingText: this.fourthStepSupportingText,\r\n show: this.showFourthStep,\r\n },\r\n {\r\n state: this.fifthStepState,\r\n status: this.fifthStepStatus,\r\n label: this.fifthStepLabel,\r\n supportingText: this.fifthStepSupportingText,\r\n show: this.showFifthStep,\r\n },\r\n {\r\n state: this.sixthStepState,\r\n status: this.sixthStepStatus,\r\n label: this.sixthStepLabel,\r\n supportingText: this.sixthStepSupportingText,\r\n show: this.showSixthStep,\r\n },\r\n {\r\n state: this.seventhStepState,\r\n status: this.seventhStepStatus,\r\n label: this.seventhStepLabel,\r\n supportingText: this.seventhStepSupportingText,\r\n show: this.showSeventhStep,\r\n },\r\n ];\r\n\r\n // Filter out steps that should be displayed\r\n const visibleSteps = steps.filter(step => step.show);\r\n\r\n return (\r\n <div class=\"vertical_stepper_div\">\r\n {this.type === 'icon' && (\r\n <>\r\n {visibleSteps.map((step, index) => (\r\n <gb-step-base\r\n size={this.size}\r\n type=\"icon_left\"\r\n state={step.state}\r\n status={step.status}\r\n connector={index === visibleSteps.length - 1 ? false : this.connector}\r\n label={step.label}\r\n supporting-text={step.supportingText}\r\n ></gb-step-base>\r\n ))}\r\n </>\r\n )}\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: '7d65f3d04b2cd8643c863314da3871a317dac943', 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: '336a4987ff3b6cd4d1b21dcdf9b9d40ab1a4a2fb', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: 'f8a799d2f7f86c6ce4cca27faadfc1be49b4e5e1', 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: '67b1f1ea4fae3ff0771250296da68d2e3904a7bd', 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: '56f8bacf3ce4f1b8120ca685cddf296ef93f1ff1', 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: 'b50d0abdb14ea9832caa6ce0b80b7a300311e049', class: `container ${this.size}` }, h("div", { key: '6474a1062801449e81b4a162d1208d4bbb691458', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: '7881a36be67e98dcc6b9e21d1c109ed23db6fb66', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: '7bd99a0a77fe8ecd5ffe411210f3a416451dab3c', class: "icon left-icon" }, h("img", { key: '5f195e6588794355b5fa86a7597f50436edaff95', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '4e0992e5f539317ee76e8ee73ed4a04b4d6ba7ba', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: 'edd43175f6bb2451d6f7b584d161cfed2f7d45ed', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '88be94f00b56fae1064f1ade9f899912efdde708', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '786e68877ee6ecc71a06720850de5c4ee2f4ddd5', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: 'e23fe91a4556acaeeb0ce461097219b9eb03fcb8', class: "label" }, h("slot", { key: '730515480325db57d2cfbce173a1be86c24cbbfd' })), this.action === 'count' && (h("gb-tag-count", { key: 'ff5e0d66b9f0ba943bb42f1c06b9ce07333cc458', size: this.size }, h("slot", { key: 'c50587865b82dd25bb2646e4afcde8356dc3b44d', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: 'c7f234bff32d9e998d98749eda3af370fae72992', 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: '01e36f30f118f147ec71d4373569bdf58f44f517', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: '90250e41ce92cd9ad147c3e0c9ab4cdff9feb68d', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '27572dc2378a17b01b05ca94052fa4521cb0a25a', class: `custom-checkbox ${this.size}` }, h("svg", { key: '4e833a630ee9f0f119e36c5a9c409507acfd0af0', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: '85c3176c04f5b8aab5815e2580b2d2f52745644a', 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: '82ca2c9f6ae62f00c2f9df3ef72538c5b3a0a140', class: this.size }, h("svg", { key: '4ad8580d55ff338d8c929c6d54f10d585b32f5bc', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '9cc3203722fa3ca9f1f32b6b60e1c8dfd191259f', 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: '5f53baaa902d397a303d34e4a9730f30365dc9d2', class: this.size }, h("slot", { key: '18bec298466290e6e688dd932f24fc26d1592657', name: "count" })));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-tag-count"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|