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
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-10T09:36:42",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -2511,9 +2511,15 @@
|
|
|
2511
2511
|
"name": "type",
|
|
2512
2512
|
"type": "\"badge_color\" | \"badge_modern\" | \"pill_color\" | \"pill_outline\"",
|
|
2513
2513
|
"complexType": {
|
|
2514
|
-
"original": "
|
|
2514
|
+
"original": "BadgeTypes",
|
|
2515
2515
|
"resolved": "\"badge_color\" | \"badge_modern\" | \"pill_color\" | \"pill_outline\"",
|
|
2516
|
-
"references": {
|
|
2516
|
+
"references": {
|
|
2517
|
+
"BadgeTypes": {
|
|
2518
|
+
"location": "import",
|
|
2519
|
+
"path": "../../models/reusableModels",
|
|
2520
|
+
"id": "src/models/reusableModels.ts::BadgeTypes"
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2517
2523
|
},
|
|
2518
2524
|
"mutable": false,
|
|
2519
2525
|
"attr": "type",
|
|
@@ -5251,6 +5257,46 @@
|
|
|
5251
5257
|
"optional": false,
|
|
5252
5258
|
"required": false
|
|
5253
5259
|
},
|
|
5260
|
+
{
|
|
5261
|
+
"name": "badgeType",
|
|
5262
|
+
"type": "\"badge_color\" | \"badge_modern\" | \"pill_color\" | \"pill_outline\"",
|
|
5263
|
+
"complexType": {
|
|
5264
|
+
"original": "BadgeTypes",
|
|
5265
|
+
"resolved": "\"badge_color\" | \"badge_modern\" | \"pill_color\" | \"pill_outline\"",
|
|
5266
|
+
"references": {
|
|
5267
|
+
"BadgeTypes": {
|
|
5268
|
+
"location": "import",
|
|
5269
|
+
"path": "../../models/reusableModels",
|
|
5270
|
+
"id": "src/models/reusableModels.ts::BadgeTypes"
|
|
5271
|
+
}
|
|
5272
|
+
}
|
|
5273
|
+
},
|
|
5274
|
+
"mutable": false,
|
|
5275
|
+
"attr": "badge-type",
|
|
5276
|
+
"reflectToAttr": false,
|
|
5277
|
+
"docs": "",
|
|
5278
|
+
"docsTags": [],
|
|
5279
|
+
"values": [
|
|
5280
|
+
{
|
|
5281
|
+
"value": "badge_color",
|
|
5282
|
+
"type": "string"
|
|
5283
|
+
},
|
|
5284
|
+
{
|
|
5285
|
+
"value": "badge_modern",
|
|
5286
|
+
"type": "string"
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
"value": "pill_color",
|
|
5290
|
+
"type": "string"
|
|
5291
|
+
},
|
|
5292
|
+
{
|
|
5293
|
+
"value": "pill_outline",
|
|
5294
|
+
"type": "string"
|
|
5295
|
+
}
|
|
5296
|
+
],
|
|
5297
|
+
"optional": false,
|
|
5298
|
+
"required": false
|
|
5299
|
+
},
|
|
5254
5300
|
{
|
|
5255
5301
|
"name": "detail",
|
|
5256
5302
|
"type": "string",
|
|
@@ -6036,6 +6082,103 @@
|
|
|
6036
6082
|
]
|
|
6037
6083
|
}
|
|
6038
6084
|
},
|
|
6085
|
+
{
|
|
6086
|
+
"filePath": "src/components/gb-featured-icon/gb-featured-icon.tsx",
|
|
6087
|
+
"encapsulation": "shadow",
|
|
6088
|
+
"tag": "gb-featured-icon",
|
|
6089
|
+
"docs": "",
|
|
6090
|
+
"docsTags": [],
|
|
6091
|
+
"usage": {},
|
|
6092
|
+
"props": [
|
|
6093
|
+
{
|
|
6094
|
+
"name": "size",
|
|
6095
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
6096
|
+
"complexType": {
|
|
6097
|
+
"original": "GeneralSizes",
|
|
6098
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
6099
|
+
"references": {
|
|
6100
|
+
"GeneralSizes": {
|
|
6101
|
+
"location": "import",
|
|
6102
|
+
"path": "../../models/reusableModels",
|
|
6103
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
6104
|
+
}
|
|
6105
|
+
}
|
|
6106
|
+
},
|
|
6107
|
+
"mutable": false,
|
|
6108
|
+
"attr": "size",
|
|
6109
|
+
"reflectToAttr": false,
|
|
6110
|
+
"docs": "",
|
|
6111
|
+
"docsTags": [],
|
|
6112
|
+
"values": [
|
|
6113
|
+
{
|
|
6114
|
+
"value": "lg",
|
|
6115
|
+
"type": "string"
|
|
6116
|
+
},
|
|
6117
|
+
{
|
|
6118
|
+
"value": "md",
|
|
6119
|
+
"type": "string"
|
|
6120
|
+
},
|
|
6121
|
+
{
|
|
6122
|
+
"value": "profile_lg",
|
|
6123
|
+
"type": "string"
|
|
6124
|
+
},
|
|
6125
|
+
{
|
|
6126
|
+
"value": "profile_md",
|
|
6127
|
+
"type": "string"
|
|
6128
|
+
},
|
|
6129
|
+
{
|
|
6130
|
+
"value": "profile_sm",
|
|
6131
|
+
"type": "string"
|
|
6132
|
+
},
|
|
6133
|
+
{
|
|
6134
|
+
"value": "sm",
|
|
6135
|
+
"type": "string"
|
|
6136
|
+
},
|
|
6137
|
+
{
|
|
6138
|
+
"value": "xl",
|
|
6139
|
+
"type": "string"
|
|
6140
|
+
},
|
|
6141
|
+
{
|
|
6142
|
+
"value": "xl2",
|
|
6143
|
+
"type": "string"
|
|
6144
|
+
},
|
|
6145
|
+
{
|
|
6146
|
+
"value": "xl3",
|
|
6147
|
+
"type": "string"
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"value": "xl4",
|
|
6151
|
+
"type": "string"
|
|
6152
|
+
},
|
|
6153
|
+
{
|
|
6154
|
+
"value": "xs",
|
|
6155
|
+
"type": "string"
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"value": "xxs",
|
|
6159
|
+
"type": "string"
|
|
6160
|
+
}
|
|
6161
|
+
],
|
|
6162
|
+
"optional": false,
|
|
6163
|
+
"required": false
|
|
6164
|
+
}
|
|
6165
|
+
],
|
|
6166
|
+
"methods": [],
|
|
6167
|
+
"events": [],
|
|
6168
|
+
"listeners": [],
|
|
6169
|
+
"styles": [],
|
|
6170
|
+
"slots": [],
|
|
6171
|
+
"parts": [],
|
|
6172
|
+
"dependents": [
|
|
6173
|
+
"gb-step-base"
|
|
6174
|
+
],
|
|
6175
|
+
"dependencies": [],
|
|
6176
|
+
"dependencyGraph": {
|
|
6177
|
+
"gb-step-base": [
|
|
6178
|
+
"gb-featured-icon"
|
|
6179
|
+
]
|
|
6180
|
+
}
|
|
6181
|
+
},
|
|
6039
6182
|
{
|
|
6040
6183
|
"filePath": "src/components/gb-file-type-icon/gb-file-type-icon.tsx",
|
|
6041
6184
|
"encapsulation": "shadow",
|
|
@@ -11490,94 +11633,102 @@
|
|
|
11490
11633
|
"dependencyGraph": {}
|
|
11491
11634
|
},
|
|
11492
11635
|
{
|
|
11493
|
-
"filePath": "src/components/gb-
|
|
11636
|
+
"filePath": "src/components/gb-scrollbar/gb-scrollbar.tsx",
|
|
11494
11637
|
"encapsulation": "shadow",
|
|
11495
|
-
"tag": "gb-
|
|
11496
|
-
"readme": "# gb-
|
|
11638
|
+
"tag": "gb-scrollbar",
|
|
11639
|
+
"readme": "# gb-scrollbar\r\n\r\n\r\n\r",
|
|
11497
11640
|
"docs": "",
|
|
11498
11641
|
"docsTags": [],
|
|
11499
11642
|
"usage": {},
|
|
11500
11643
|
"props": [
|
|
11501
11644
|
{
|
|
11502
|
-
"name": "
|
|
11503
|
-
"type": "\"
|
|
11645
|
+
"name": "length",
|
|
11646
|
+
"type": "\"25%\" | \"50%\" | \"75%\"",
|
|
11504
11647
|
"complexType": {
|
|
11505
|
-
"original": "
|
|
11506
|
-
"resolved": "\"
|
|
11507
|
-
"references": {
|
|
11508
|
-
"BreakPoints": {
|
|
11509
|
-
"location": "import",
|
|
11510
|
-
"path": "../../models/reusableModels",
|
|
11511
|
-
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
11512
|
-
}
|
|
11513
|
-
}
|
|
11648
|
+
"original": "'25%' | '50%' | '75%'",
|
|
11649
|
+
"resolved": "\"25%\" | \"50%\" | \"75%\"",
|
|
11650
|
+
"references": {}
|
|
11514
11651
|
},
|
|
11515
11652
|
"mutable": false,
|
|
11516
|
-
"attr": "
|
|
11653
|
+
"attr": "length",
|
|
11517
11654
|
"reflectToAttr": false,
|
|
11518
11655
|
"docs": "",
|
|
11519
11656
|
"docsTags": [],
|
|
11657
|
+
"default": "'25%'",
|
|
11520
11658
|
"values": [
|
|
11521
11659
|
{
|
|
11522
|
-
"value": "
|
|
11660
|
+
"value": "25%",
|
|
11523
11661
|
"type": "string"
|
|
11524
11662
|
},
|
|
11525
11663
|
{
|
|
11526
|
-
"value": "
|
|
11664
|
+
"value": "50%",
|
|
11665
|
+
"type": "string"
|
|
11666
|
+
},
|
|
11667
|
+
{
|
|
11668
|
+
"value": "75%",
|
|
11527
11669
|
"type": "string"
|
|
11528
11670
|
}
|
|
11529
11671
|
],
|
|
11530
11672
|
"optional": false,
|
|
11531
11673
|
"required": false
|
|
11532
|
-
}
|
|
11674
|
+
}
|
|
11675
|
+
],
|
|
11676
|
+
"methods": [],
|
|
11677
|
+
"events": [],
|
|
11678
|
+
"listeners": [],
|
|
11679
|
+
"styles": [],
|
|
11680
|
+
"slots": [],
|
|
11681
|
+
"parts": [],
|
|
11682
|
+
"dependents": [],
|
|
11683
|
+
"dependencies": [],
|
|
11684
|
+
"dependencyGraph": {}
|
|
11685
|
+
},
|
|
11686
|
+
{
|
|
11687
|
+
"filePath": "src/components/gb-sidebar/gb-sidebar.tsx",
|
|
11688
|
+
"encapsulation": "shadow",
|
|
11689
|
+
"tag": "gb-sidebar",
|
|
11690
|
+
"readme": "# gb-sidebar\r\n\r\n\r\n\r",
|
|
11691
|
+
"docs": "",
|
|
11692
|
+
"docsTags": [],
|
|
11693
|
+
"usage": {},
|
|
11694
|
+
"props": [
|
|
11533
11695
|
{
|
|
11534
|
-
"name": "
|
|
11535
|
-
"type": "
|
|
11696
|
+
"name": "activeIndex",
|
|
11697
|
+
"type": "number",
|
|
11536
11698
|
"complexType": {
|
|
11537
|
-
"original": "
|
|
11538
|
-
"resolved": "
|
|
11699
|
+
"original": "number",
|
|
11700
|
+
"resolved": "number",
|
|
11539
11701
|
"references": {}
|
|
11540
11702
|
},
|
|
11541
|
-
"mutable":
|
|
11542
|
-
"attr": "
|
|
11703
|
+
"mutable": true,
|
|
11704
|
+
"attr": "active-index",
|
|
11543
11705
|
"reflectToAttr": false,
|
|
11544
11706
|
"docs": "",
|
|
11545
11707
|
"docsTags": [],
|
|
11546
|
-
"default": "false",
|
|
11547
11708
|
"values": [
|
|
11548
11709
|
{
|
|
11549
|
-
"type": "
|
|
11710
|
+
"type": "number"
|
|
11550
11711
|
}
|
|
11551
11712
|
],
|
|
11552
11713
|
"optional": false,
|
|
11553
11714
|
"required": false
|
|
11554
11715
|
},
|
|
11555
11716
|
{
|
|
11556
|
-
"name": "
|
|
11557
|
-
"type": "
|
|
11717
|
+
"name": "activePrimaryItem",
|
|
11718
|
+
"type": "string",
|
|
11558
11719
|
"complexType": {
|
|
11559
|
-
"original": "
|
|
11560
|
-
"resolved": "
|
|
11561
|
-
"references": {
|
|
11562
|
-
"ProgressStepStates": {
|
|
11563
|
-
"location": "import",
|
|
11564
|
-
"path": "../../models/reusableModels",
|
|
11565
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11566
|
-
}
|
|
11567
|
-
}
|
|
11720
|
+
"original": "string",
|
|
11721
|
+
"resolved": "string",
|
|
11722
|
+
"references": {}
|
|
11568
11723
|
},
|
|
11569
|
-
"mutable":
|
|
11570
|
-
"attr": "
|
|
11724
|
+
"mutable": true,
|
|
11725
|
+
"attr": "active-primary-item",
|
|
11571
11726
|
"reflectToAttr": false,
|
|
11572
11727
|
"docs": "",
|
|
11573
11728
|
"docsTags": [],
|
|
11729
|
+
"default": "'Staff'",
|
|
11574
11730
|
"values": [
|
|
11575
11731
|
{
|
|
11576
|
-
"value": "default",
|
|
11577
|
-
"type": "string"
|
|
11578
|
-
},
|
|
11579
|
-
{
|
|
11580
|
-
"value": "destructive",
|
|
11581
11732
|
"type": "string"
|
|
11582
11733
|
}
|
|
11583
11734
|
],
|
|
@@ -11585,35 +11736,21 @@
|
|
|
11585
11736
|
"required": false
|
|
11586
11737
|
},
|
|
11587
11738
|
{
|
|
11588
|
-
"name": "
|
|
11589
|
-
"type": "
|
|
11739
|
+
"name": "activeSecondaryItem",
|
|
11740
|
+
"type": "string",
|
|
11590
11741
|
"complexType": {
|
|
11591
|
-
"original": "
|
|
11592
|
-
"resolved": "
|
|
11593
|
-
"references": {
|
|
11594
|
-
"ProgressStepStatus": {
|
|
11595
|
-
"location": "import",
|
|
11596
|
-
"path": "../../models/reusableModels",
|
|
11597
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11598
|
-
}
|
|
11599
|
-
}
|
|
11742
|
+
"original": "string",
|
|
11743
|
+
"resolved": "string",
|
|
11744
|
+
"references": {}
|
|
11600
11745
|
},
|
|
11601
|
-
"mutable":
|
|
11602
|
-
"attr": "
|
|
11746
|
+
"mutable": true,
|
|
11747
|
+
"attr": "active-secondary-item",
|
|
11603
11748
|
"reflectToAttr": false,
|
|
11604
11749
|
"docs": "",
|
|
11605
11750
|
"docsTags": [],
|
|
11751
|
+
"default": "'Attendance Tracking'",
|
|
11606
11752
|
"values": [
|
|
11607
11753
|
{
|
|
11608
|
-
"value": "complete",
|
|
11609
|
-
"type": "string"
|
|
11610
|
-
},
|
|
11611
|
-
{
|
|
11612
|
-
"value": "current",
|
|
11613
|
-
"type": "string"
|
|
11614
|
-
},
|
|
11615
|
-
{
|
|
11616
|
-
"value": "incomplete",
|
|
11617
11754
|
"type": "string"
|
|
11618
11755
|
}
|
|
11619
11756
|
],
|
|
@@ -11621,31 +11758,31 @@
|
|
|
11621
11758
|
"required": false
|
|
11622
11759
|
},
|
|
11623
11760
|
{
|
|
11624
|
-
"name": "
|
|
11625
|
-
"type": "\"
|
|
11761
|
+
"name": "category",
|
|
11762
|
+
"type": "\"colored_background\" | \"plain_background\"",
|
|
11626
11763
|
"complexType": {
|
|
11627
|
-
"original": "
|
|
11628
|
-
"resolved": "\"
|
|
11764
|
+
"original": "GeneralBackgroundCategories",
|
|
11765
|
+
"resolved": "\"colored_background\" | \"plain_background\"",
|
|
11629
11766
|
"references": {
|
|
11630
|
-
"
|
|
11767
|
+
"GeneralBackgroundCategories": {
|
|
11631
11768
|
"location": "import",
|
|
11632
11769
|
"path": "../../models/reusableModels",
|
|
11633
|
-
"id": "src/models/reusableModels.ts::
|
|
11770
|
+
"id": "src/models/reusableModels.ts::GeneralBackgroundCategories"
|
|
11634
11771
|
}
|
|
11635
11772
|
}
|
|
11636
11773
|
},
|
|
11637
11774
|
"mutable": false,
|
|
11638
|
-
"attr": "
|
|
11775
|
+
"attr": "category",
|
|
11639
11776
|
"reflectToAttr": false,
|
|
11640
11777
|
"docs": "",
|
|
11641
11778
|
"docsTags": [],
|
|
11642
11779
|
"values": [
|
|
11643
11780
|
{
|
|
11644
|
-
"value": "
|
|
11781
|
+
"value": "colored_background",
|
|
11645
11782
|
"type": "string"
|
|
11646
11783
|
},
|
|
11647
11784
|
{
|
|
11648
|
-
"value": "
|
|
11785
|
+
"value": "plain_background",
|
|
11649
11786
|
"type": "string"
|
|
11650
11787
|
}
|
|
11651
11788
|
],
|
|
@@ -11653,89 +11790,65 @@
|
|
|
11653
11790
|
"required": false
|
|
11654
11791
|
},
|
|
11655
11792
|
{
|
|
11656
|
-
"name": "
|
|
11657
|
-
"type": "
|
|
11793
|
+
"name": "complexSidebarData",
|
|
11794
|
+
"type": "any",
|
|
11658
11795
|
"complexType": {
|
|
11659
|
-
"original": "
|
|
11660
|
-
"resolved": "
|
|
11661
|
-
"references": {
|
|
11662
|
-
"ProgressStepStatus": {
|
|
11663
|
-
"location": "import",
|
|
11664
|
-
"path": "../../models/reusableModels",
|
|
11665
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11666
|
-
}
|
|
11667
|
-
}
|
|
11796
|
+
"original": "any",
|
|
11797
|
+
"resolved": "any",
|
|
11798
|
+
"references": {}
|
|
11668
11799
|
},
|
|
11669
11800
|
"mutable": false,
|
|
11670
|
-
"attr": "
|
|
11801
|
+
"attr": "complex-sidebar-data",
|
|
11671
11802
|
"reflectToAttr": false,
|
|
11672
11803
|
"docs": "",
|
|
11673
11804
|
"docsTags": [],
|
|
11805
|
+
"default": "{\r\n Recruitment: {\r\n icon: 'assets/user-search-01.svg', // Icon class or path for Recruitment\r\n items: [\r\n { label: 'Overview', icon: 'assets/star.svg' },\r\n { label: 'My Profile', icon: 'assets/star.svg' },\r\n { label: 'Appraisal', icon: 'assets/star.svg' },\r\n { label: 'Staff Management', icon: 'assets/star.svg' },\r\n { label: 'Leave Management', icon: 'assets/star.svg' },\r\n { label: 'Resignation Portal', icon: 'assets/star.svg' },\r\n ],\r\n },\r\n Staff: {\r\n icon: 'assets/user-account.svg',\r\n items: [\r\n { label: 'Staff Overview', icon: 'assets/star.svg' },\r\n { label: 'Payroll Management', icon: 'assets/dashboard-square-03.svg' },\r\n { label: 'Attendance', icon: 'assets/dashboard-square-03.svg' },\r\n { label: 'New', icon: 'assets/dashboard-square-03.svg' },\r\n ],\r\n },\r\n }",
|
|
11674
11806
|
"values": [
|
|
11675
11807
|
{
|
|
11676
|
-
"
|
|
11677
|
-
"type": "string"
|
|
11678
|
-
},
|
|
11679
|
-
{
|
|
11680
|
-
"value": "current",
|
|
11681
|
-
"type": "string"
|
|
11682
|
-
},
|
|
11683
|
-
{
|
|
11684
|
-
"value": "incomplete",
|
|
11685
|
-
"type": "string"
|
|
11808
|
+
"type": "any"
|
|
11686
11809
|
}
|
|
11687
11810
|
],
|
|
11688
11811
|
"optional": false,
|
|
11689
11812
|
"required": false
|
|
11690
11813
|
},
|
|
11691
11814
|
{
|
|
11692
|
-
"name": "
|
|
11693
|
-
"type": "
|
|
11815
|
+
"name": "eighthItemIcon",
|
|
11816
|
+
"type": "string",
|
|
11694
11817
|
"complexType": {
|
|
11695
|
-
"original": "
|
|
11696
|
-
"resolved": "
|
|
11818
|
+
"original": "string",
|
|
11819
|
+
"resolved": "string",
|
|
11697
11820
|
"references": {}
|
|
11698
11821
|
},
|
|
11699
11822
|
"mutable": false,
|
|
11700
|
-
"attr": "
|
|
11823
|
+
"attr": "eighth-item-icon",
|
|
11701
11824
|
"reflectToAttr": false,
|
|
11702
11825
|
"docs": "",
|
|
11703
11826
|
"docsTags": [],
|
|
11704
|
-
"default": "
|
|
11827
|
+
"default": "''",
|
|
11705
11828
|
"values": [
|
|
11706
11829
|
{
|
|
11707
|
-
"type": "
|
|
11830
|
+
"type": "string"
|
|
11708
11831
|
}
|
|
11709
11832
|
],
|
|
11710
11833
|
"optional": false,
|
|
11711
11834
|
"required": false
|
|
11712
11835
|
},
|
|
11713
11836
|
{
|
|
11714
|
-
"name": "
|
|
11715
|
-
"type": "
|
|
11837
|
+
"name": "eighthItemLabel",
|
|
11838
|
+
"type": "string",
|
|
11716
11839
|
"complexType": {
|
|
11717
|
-
"original": "
|
|
11718
|
-
"resolved": "
|
|
11719
|
-
"references": {
|
|
11720
|
-
"ProgressStepStates": {
|
|
11721
|
-
"location": "import",
|
|
11722
|
-
"path": "../../models/reusableModels",
|
|
11723
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11724
|
-
}
|
|
11725
|
-
}
|
|
11840
|
+
"original": "string",
|
|
11841
|
+
"resolved": "string",
|
|
11842
|
+
"references": {}
|
|
11726
11843
|
},
|
|
11727
11844
|
"mutable": false,
|
|
11728
|
-
"attr": "
|
|
11845
|
+
"attr": "eighth-item-label",
|
|
11729
11846
|
"reflectToAttr": false,
|
|
11730
11847
|
"docs": "",
|
|
11731
11848
|
"docsTags": [],
|
|
11849
|
+
"default": "''",
|
|
11732
11850
|
"values": [
|
|
11733
11851
|
{
|
|
11734
|
-
"value": "default",
|
|
11735
|
-
"type": "string"
|
|
11736
|
-
},
|
|
11737
|
-
{
|
|
11738
|
-
"value": "destructive",
|
|
11739
11852
|
"type": "string"
|
|
11740
11853
|
}
|
|
11741
11854
|
],
|
|
@@ -11743,35 +11856,21 @@
|
|
|
11743
11856
|
"required": false
|
|
11744
11857
|
},
|
|
11745
11858
|
{
|
|
11746
|
-
"name": "
|
|
11747
|
-
"type": "
|
|
11859
|
+
"name": "fifthItemIcon",
|
|
11860
|
+
"type": "string",
|
|
11748
11861
|
"complexType": {
|
|
11749
|
-
"original": "
|
|
11750
|
-
"resolved": "
|
|
11751
|
-
"references": {
|
|
11752
|
-
"ProgressStepStatus": {
|
|
11753
|
-
"location": "import",
|
|
11754
|
-
"path": "../../models/reusableModels",
|
|
11755
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11756
|
-
}
|
|
11757
|
-
}
|
|
11862
|
+
"original": "string",
|
|
11863
|
+
"resolved": "string",
|
|
11864
|
+
"references": {}
|
|
11758
11865
|
},
|
|
11759
11866
|
"mutable": false,
|
|
11760
|
-
"attr": "
|
|
11867
|
+
"attr": "fifth-item-icon",
|
|
11761
11868
|
"reflectToAttr": false,
|
|
11762
11869
|
"docs": "",
|
|
11763
11870
|
"docsTags": [],
|
|
11871
|
+
"default": "''",
|
|
11764
11872
|
"values": [
|
|
11765
11873
|
{
|
|
11766
|
-
"value": "complete",
|
|
11767
|
-
"type": "string"
|
|
11768
|
-
},
|
|
11769
|
-
{
|
|
11770
|
-
"value": "current",
|
|
11771
|
-
"type": "string"
|
|
11772
|
-
},
|
|
11773
|
-
{
|
|
11774
|
-
"value": "incomplete",
|
|
11775
11874
|
"type": "string"
|
|
11776
11875
|
}
|
|
11777
11876
|
],
|
|
@@ -11779,31 +11878,21 @@
|
|
|
11779
11878
|
"required": false
|
|
11780
11879
|
},
|
|
11781
11880
|
{
|
|
11782
|
-
"name": "
|
|
11783
|
-
"type": "
|
|
11881
|
+
"name": "fifthItemLabel",
|
|
11882
|
+
"type": "string",
|
|
11784
11883
|
"complexType": {
|
|
11785
|
-
"original": "
|
|
11786
|
-
"resolved": "
|
|
11787
|
-
"references": {
|
|
11788
|
-
"ProgressStepStates": {
|
|
11789
|
-
"location": "import",
|
|
11790
|
-
"path": "../../models/reusableModels",
|
|
11791
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11792
|
-
}
|
|
11793
|
-
}
|
|
11884
|
+
"original": "string",
|
|
11885
|
+
"resolved": "string",
|
|
11886
|
+
"references": {}
|
|
11794
11887
|
},
|
|
11795
11888
|
"mutable": false,
|
|
11796
|
-
"attr": "
|
|
11889
|
+
"attr": "fifth-item-label",
|
|
11797
11890
|
"reflectToAttr": false,
|
|
11798
11891
|
"docs": "",
|
|
11799
11892
|
"docsTags": [],
|
|
11893
|
+
"default": "''",
|
|
11800
11894
|
"values": [
|
|
11801
11895
|
{
|
|
11802
|
-
"value": "default",
|
|
11803
|
-
"type": "string"
|
|
11804
|
-
},
|
|
11805
|
-
{
|
|
11806
|
-
"value": "destructive",
|
|
11807
11896
|
"type": "string"
|
|
11808
11897
|
}
|
|
11809
11898
|
],
|
|
@@ -11811,35 +11900,21 @@
|
|
|
11811
11900
|
"required": false
|
|
11812
11901
|
},
|
|
11813
11902
|
{
|
|
11814
|
-
"name": "
|
|
11815
|
-
"type": "
|
|
11903
|
+
"name": "firstItemIcon",
|
|
11904
|
+
"type": "string",
|
|
11816
11905
|
"complexType": {
|
|
11817
|
-
"original": "
|
|
11818
|
-
"resolved": "
|
|
11819
|
-
"references": {
|
|
11820
|
-
"ProgressStepStatus": {
|
|
11821
|
-
"location": "import",
|
|
11822
|
-
"path": "../../models/reusableModels",
|
|
11823
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11824
|
-
}
|
|
11825
|
-
}
|
|
11906
|
+
"original": "string",
|
|
11907
|
+
"resolved": "string",
|
|
11908
|
+
"references": {}
|
|
11826
11909
|
},
|
|
11827
11910
|
"mutable": false,
|
|
11828
|
-
"attr": "
|
|
11911
|
+
"attr": "first-item-icon",
|
|
11829
11912
|
"reflectToAttr": false,
|
|
11830
11913
|
"docs": "",
|
|
11831
11914
|
"docsTags": [],
|
|
11915
|
+
"default": "''",
|
|
11832
11916
|
"values": [
|
|
11833
11917
|
{
|
|
11834
|
-
"value": "complete",
|
|
11835
|
-
"type": "string"
|
|
11836
|
-
},
|
|
11837
|
-
{
|
|
11838
|
-
"value": "current",
|
|
11839
|
-
"type": "string"
|
|
11840
|
-
},
|
|
11841
|
-
{
|
|
11842
|
-
"value": "incomplete",
|
|
11843
11918
|
"type": "string"
|
|
11844
11919
|
}
|
|
11845
11920
|
],
|
|
@@ -11847,53 +11922,43 @@
|
|
|
11847
11922
|
"required": false
|
|
11848
11923
|
},
|
|
11849
11924
|
{
|
|
11850
|
-
"name": "
|
|
11851
|
-
"type": "
|
|
11925
|
+
"name": "firstItemLabel",
|
|
11926
|
+
"type": "string",
|
|
11852
11927
|
"complexType": {
|
|
11853
|
-
"original": "
|
|
11854
|
-
"resolved": "
|
|
11928
|
+
"original": "string",
|
|
11929
|
+
"resolved": "string",
|
|
11855
11930
|
"references": {}
|
|
11856
11931
|
},
|
|
11857
11932
|
"mutable": false,
|
|
11858
|
-
"attr": "
|
|
11933
|
+
"attr": "first-item-label",
|
|
11859
11934
|
"reflectToAttr": false,
|
|
11860
11935
|
"docs": "",
|
|
11861
11936
|
"docsTags": [],
|
|
11862
|
-
"default": "
|
|
11937
|
+
"default": "''",
|
|
11863
11938
|
"values": [
|
|
11864
11939
|
{
|
|
11865
|
-
"type": "
|
|
11940
|
+
"type": "string"
|
|
11866
11941
|
}
|
|
11867
11942
|
],
|
|
11868
11943
|
"optional": false,
|
|
11869
11944
|
"required": false
|
|
11870
11945
|
},
|
|
11871
11946
|
{
|
|
11872
|
-
"name": "
|
|
11873
|
-
"type": "
|
|
11947
|
+
"name": "fourthItemIcon",
|
|
11948
|
+
"type": "string",
|
|
11874
11949
|
"complexType": {
|
|
11875
|
-
"original": "
|
|
11876
|
-
"resolved": "
|
|
11877
|
-
"references": {
|
|
11878
|
-
"ProgressStepStates": {
|
|
11879
|
-
"location": "import",
|
|
11880
|
-
"path": "../../models/reusableModels",
|
|
11881
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11882
|
-
}
|
|
11883
|
-
}
|
|
11950
|
+
"original": "string",
|
|
11951
|
+
"resolved": "string",
|
|
11952
|
+
"references": {}
|
|
11884
11953
|
},
|
|
11885
11954
|
"mutable": false,
|
|
11886
|
-
"attr": "
|
|
11955
|
+
"attr": "fourth-item-icon",
|
|
11887
11956
|
"reflectToAttr": false,
|
|
11888
11957
|
"docs": "",
|
|
11889
11958
|
"docsTags": [],
|
|
11959
|
+
"default": "''",
|
|
11890
11960
|
"values": [
|
|
11891
11961
|
{
|
|
11892
|
-
"value": "default",
|
|
11893
|
-
"type": "string"
|
|
11894
|
-
},
|
|
11895
|
-
{
|
|
11896
|
-
"value": "destructive",
|
|
11897
11962
|
"type": "string"
|
|
11898
11963
|
}
|
|
11899
11964
|
],
|
|
@@ -11901,35 +11966,21 @@
|
|
|
11901
11966
|
"required": false
|
|
11902
11967
|
},
|
|
11903
11968
|
{
|
|
11904
|
-
"name": "
|
|
11905
|
-
"type": "
|
|
11969
|
+
"name": "fourthItemLabel",
|
|
11970
|
+
"type": "string",
|
|
11906
11971
|
"complexType": {
|
|
11907
|
-
"original": "
|
|
11908
|
-
"resolved": "
|
|
11909
|
-
"references": {
|
|
11910
|
-
"ProgressStepStatus": {
|
|
11911
|
-
"location": "import",
|
|
11912
|
-
"path": "../../models/reusableModels",
|
|
11913
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11914
|
-
}
|
|
11915
|
-
}
|
|
11972
|
+
"original": "string",
|
|
11973
|
+
"resolved": "string",
|
|
11974
|
+
"references": {}
|
|
11916
11975
|
},
|
|
11917
11976
|
"mutable": false,
|
|
11918
|
-
"attr": "
|
|
11977
|
+
"attr": "fourth-item-label",
|
|
11919
11978
|
"reflectToAttr": false,
|
|
11920
11979
|
"docs": "",
|
|
11921
11980
|
"docsTags": [],
|
|
11981
|
+
"default": "''",
|
|
11922
11982
|
"values": [
|
|
11923
11983
|
{
|
|
11924
|
-
"value": "complete",
|
|
11925
|
-
"type": "string"
|
|
11926
|
-
},
|
|
11927
|
-
{
|
|
11928
|
-
"value": "current",
|
|
11929
|
-
"type": "string"
|
|
11930
|
-
},
|
|
11931
|
-
{
|
|
11932
|
-
"value": "incomplete",
|
|
11933
11984
|
"type": "string"
|
|
11934
11985
|
}
|
|
11935
11986
|
],
|
|
@@ -11937,53 +11988,47 @@
|
|
|
11937
11988
|
"required": false
|
|
11938
11989
|
},
|
|
11939
11990
|
{
|
|
11940
|
-
"name": "
|
|
11941
|
-
"type": "
|
|
11991
|
+
"name": "iconInstance",
|
|
11992
|
+
"type": "string",
|
|
11942
11993
|
"complexType": {
|
|
11943
|
-
"original": "
|
|
11944
|
-
"resolved": "
|
|
11994
|
+
"original": "string",
|
|
11995
|
+
"resolved": "string",
|
|
11945
11996
|
"references": {}
|
|
11946
11997
|
},
|
|
11947
11998
|
"mutable": false,
|
|
11948
|
-
"attr": "
|
|
11999
|
+
"attr": "icon-instance",
|
|
11949
12000
|
"reflectToAttr": false,
|
|
11950
12001
|
"docs": "",
|
|
11951
12002
|
"docsTags": [],
|
|
11952
|
-
"default": "
|
|
12003
|
+
"default": "''",
|
|
11953
12004
|
"values": [
|
|
11954
12005
|
{
|
|
11955
|
-
"type": "
|
|
12006
|
+
"type": "string"
|
|
11956
12007
|
}
|
|
11957
12008
|
],
|
|
11958
12009
|
"optional": false,
|
|
11959
12010
|
"required": false
|
|
11960
12011
|
},
|
|
11961
12012
|
{
|
|
11962
|
-
"name": "
|
|
11963
|
-
"type": "\"
|
|
12013
|
+
"name": "navItemStyle",
|
|
12014
|
+
"type": "\"compact\" | \"standard\"",
|
|
11964
12015
|
"complexType": {
|
|
11965
|
-
"original": "
|
|
11966
|
-
"resolved": "\"
|
|
11967
|
-
"references": {
|
|
11968
|
-
"ProgressStepStates": {
|
|
11969
|
-
"location": "import",
|
|
11970
|
-
"path": "../../models/reusableModels",
|
|
11971
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11972
|
-
}
|
|
11973
|
-
}
|
|
12016
|
+
"original": "'standard' | 'compact'",
|
|
12017
|
+
"resolved": "\"compact\" | \"standard\"",
|
|
12018
|
+
"references": {}
|
|
11974
12019
|
},
|
|
11975
12020
|
"mutable": false,
|
|
11976
|
-
"attr": "
|
|
12021
|
+
"attr": "nav-item-style",
|
|
11977
12022
|
"reflectToAttr": false,
|
|
11978
12023
|
"docs": "",
|
|
11979
12024
|
"docsTags": [],
|
|
11980
12025
|
"values": [
|
|
11981
12026
|
{
|
|
11982
|
-
"value": "
|
|
12027
|
+
"value": "compact",
|
|
11983
12028
|
"type": "string"
|
|
11984
12029
|
},
|
|
11985
12030
|
{
|
|
11986
|
-
"value": "
|
|
12031
|
+
"value": "standard",
|
|
11987
12032
|
"type": "string"
|
|
11988
12033
|
}
|
|
11989
12034
|
],
|
|
@@ -11991,35 +12036,21 @@
|
|
|
11991
12036
|
"required": false
|
|
11992
12037
|
},
|
|
11993
12038
|
{
|
|
11994
|
-
"name": "
|
|
11995
|
-
"type": "
|
|
12039
|
+
"name": "ninthItemIcon",
|
|
12040
|
+
"type": "string",
|
|
11996
12041
|
"complexType": {
|
|
11997
|
-
"original": "
|
|
11998
|
-
"resolved": "
|
|
11999
|
-
"references": {
|
|
12000
|
-
"ProgressStepStatus": {
|
|
12001
|
-
"location": "import",
|
|
12002
|
-
"path": "../../models/reusableModels",
|
|
12003
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
12004
|
-
}
|
|
12005
|
-
}
|
|
12042
|
+
"original": "string",
|
|
12043
|
+
"resolved": "string",
|
|
12044
|
+
"references": {}
|
|
12006
12045
|
},
|
|
12007
12046
|
"mutable": false,
|
|
12008
|
-
"attr": "
|
|
12047
|
+
"attr": "ninth-item-icon",
|
|
12009
12048
|
"reflectToAttr": false,
|
|
12010
12049
|
"docs": "",
|
|
12011
12050
|
"docsTags": [],
|
|
12051
|
+
"default": "''",
|
|
12012
12052
|
"values": [
|
|
12013
12053
|
{
|
|
12014
|
-
"value": "complete",
|
|
12015
|
-
"type": "string"
|
|
12016
|
-
},
|
|
12017
|
-
{
|
|
12018
|
-
"value": "current",
|
|
12019
|
-
"type": "string"
|
|
12020
|
-
},
|
|
12021
|
-
{
|
|
12022
|
-
"value": "incomplete",
|
|
12023
12054
|
"type": "string"
|
|
12024
12055
|
}
|
|
12025
12056
|
],
|
|
@@ -12027,71 +12058,21 @@
|
|
|
12027
12058
|
"required": false
|
|
12028
12059
|
},
|
|
12029
12060
|
{
|
|
12030
|
-
"name": "
|
|
12031
|
-
"type": "
|
|
12061
|
+
"name": "ninthItemLabel",
|
|
12062
|
+
"type": "string",
|
|
12032
12063
|
"complexType": {
|
|
12033
|
-
"original": "
|
|
12034
|
-
"resolved": "
|
|
12035
|
-
"references": {
|
|
12036
|
-
"GeneralSizes": {
|
|
12037
|
-
"location": "import",
|
|
12038
|
-
"path": "../../models/reusableModels",
|
|
12039
|
-
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
12040
|
-
}
|
|
12041
|
-
}
|
|
12064
|
+
"original": "string",
|
|
12065
|
+
"resolved": "string",
|
|
12066
|
+
"references": {}
|
|
12042
12067
|
},
|
|
12043
12068
|
"mutable": false,
|
|
12044
|
-
"attr": "
|
|
12069
|
+
"attr": "ninth-item-label",
|
|
12045
12070
|
"reflectToAttr": false,
|
|
12046
12071
|
"docs": "",
|
|
12047
12072
|
"docsTags": [],
|
|
12073
|
+
"default": "''",
|
|
12048
12074
|
"values": [
|
|
12049
12075
|
{
|
|
12050
|
-
"value": "lg",
|
|
12051
|
-
"type": "string"
|
|
12052
|
-
},
|
|
12053
|
-
{
|
|
12054
|
-
"value": "md",
|
|
12055
|
-
"type": "string"
|
|
12056
|
-
},
|
|
12057
|
-
{
|
|
12058
|
-
"value": "profile_lg",
|
|
12059
|
-
"type": "string"
|
|
12060
|
-
},
|
|
12061
|
-
{
|
|
12062
|
-
"value": "profile_md",
|
|
12063
|
-
"type": "string"
|
|
12064
|
-
},
|
|
12065
|
-
{
|
|
12066
|
-
"value": "profile_sm",
|
|
12067
|
-
"type": "string"
|
|
12068
|
-
},
|
|
12069
|
-
{
|
|
12070
|
-
"value": "sm",
|
|
12071
|
-
"type": "string"
|
|
12072
|
-
},
|
|
12073
|
-
{
|
|
12074
|
-
"value": "xl",
|
|
12075
|
-
"type": "string"
|
|
12076
|
-
},
|
|
12077
|
-
{
|
|
12078
|
-
"value": "xl2",
|
|
12079
|
-
"type": "string"
|
|
12080
|
-
},
|
|
12081
|
-
{
|
|
12082
|
-
"value": "xl3",
|
|
12083
|
-
"type": "string"
|
|
12084
|
-
},
|
|
12085
|
-
{
|
|
12086
|
-
"value": "xl4",
|
|
12087
|
-
"type": "string"
|
|
12088
|
-
},
|
|
12089
|
-
{
|
|
12090
|
-
"value": "xs",
|
|
12091
|
-
"type": "string"
|
|
12092
|
-
},
|
|
12093
|
-
{
|
|
12094
|
-
"value": "xxs",
|
|
12095
12076
|
"type": "string"
|
|
12096
12077
|
}
|
|
12097
12078
|
],
|
|
@@ -12099,53 +12080,43 @@
|
|
|
12099
12080
|
"required": false
|
|
12100
12081
|
},
|
|
12101
12082
|
{
|
|
12102
|
-
"name": "
|
|
12103
|
-
"type": "
|
|
12083
|
+
"name": "secondItemIcon",
|
|
12084
|
+
"type": "string",
|
|
12104
12085
|
"complexType": {
|
|
12105
|
-
"original": "
|
|
12106
|
-
"resolved": "
|
|
12086
|
+
"original": "string",
|
|
12087
|
+
"resolved": "string",
|
|
12107
12088
|
"references": {}
|
|
12108
12089
|
},
|
|
12109
12090
|
"mutable": false,
|
|
12110
|
-
"attr": "
|
|
12091
|
+
"attr": "second-item-icon",
|
|
12111
12092
|
"reflectToAttr": false,
|
|
12112
12093
|
"docs": "",
|
|
12113
12094
|
"docsTags": [],
|
|
12114
|
-
"default": "
|
|
12095
|
+
"default": "''",
|
|
12115
12096
|
"values": [
|
|
12116
12097
|
{
|
|
12117
|
-
"type": "
|
|
12098
|
+
"type": "string"
|
|
12118
12099
|
}
|
|
12119
12100
|
],
|
|
12120
12101
|
"optional": false,
|
|
12121
12102
|
"required": false
|
|
12122
12103
|
},
|
|
12123
12104
|
{
|
|
12124
|
-
"name": "
|
|
12125
|
-
"type": "
|
|
12105
|
+
"name": "secondItemLabel",
|
|
12106
|
+
"type": "string",
|
|
12126
12107
|
"complexType": {
|
|
12127
|
-
"original": "
|
|
12128
|
-
"resolved": "
|
|
12129
|
-
"references": {
|
|
12130
|
-
"ProgressStepStates": {
|
|
12131
|
-
"location": "import",
|
|
12132
|
-
"path": "../../models/reusableModels",
|
|
12133
|
-
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
12134
|
-
}
|
|
12135
|
-
}
|
|
12108
|
+
"original": "string",
|
|
12109
|
+
"resolved": "string",
|
|
12110
|
+
"references": {}
|
|
12136
12111
|
},
|
|
12137
12112
|
"mutable": false,
|
|
12138
|
-
"attr": "
|
|
12113
|
+
"attr": "second-item-label",
|
|
12139
12114
|
"reflectToAttr": false,
|
|
12140
12115
|
"docs": "",
|
|
12141
12116
|
"docsTags": [],
|
|
12117
|
+
"default": "''",
|
|
12142
12118
|
"values": [
|
|
12143
12119
|
{
|
|
12144
|
-
"value": "default",
|
|
12145
|
-
"type": "string"
|
|
12146
|
-
},
|
|
12147
|
-
{
|
|
12148
|
-
"value": "destructive",
|
|
12149
12120
|
"type": "string"
|
|
12150
12121
|
}
|
|
12151
12122
|
],
|
|
@@ -12153,153 +12124,85 @@
|
|
|
12153
12124
|
"required": false
|
|
12154
12125
|
},
|
|
12155
12126
|
{
|
|
12156
|
-
"name": "
|
|
12157
|
-
"type": "
|
|
12127
|
+
"name": "seventhItemIcon",
|
|
12128
|
+
"type": "string",
|
|
12158
12129
|
"complexType": {
|
|
12159
|
-
"original": "
|
|
12160
|
-
"resolved": "
|
|
12161
|
-
"references": {
|
|
12162
|
-
"ProgressStepStatus": {
|
|
12163
|
-
"location": "import",
|
|
12164
|
-
"path": "../../models/reusableModels",
|
|
12165
|
-
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
12166
|
-
}
|
|
12167
|
-
}
|
|
12130
|
+
"original": "string",
|
|
12131
|
+
"resolved": "string",
|
|
12132
|
+
"references": {}
|
|
12168
12133
|
},
|
|
12169
12134
|
"mutable": false,
|
|
12170
|
-
"attr": "
|
|
12135
|
+
"attr": "seventh-item-icon",
|
|
12171
12136
|
"reflectToAttr": false,
|
|
12172
12137
|
"docs": "",
|
|
12173
12138
|
"docsTags": [],
|
|
12139
|
+
"default": "''",
|
|
12174
12140
|
"values": [
|
|
12175
12141
|
{
|
|
12176
|
-
"value": "complete",
|
|
12177
|
-
"type": "string"
|
|
12178
|
-
},
|
|
12179
|
-
{
|
|
12180
|
-
"value": "current",
|
|
12181
|
-
"type": "string"
|
|
12182
|
-
},
|
|
12183
|
-
{
|
|
12184
|
-
"value": "incomplete",
|
|
12185
12142
|
"type": "string"
|
|
12186
12143
|
}
|
|
12187
12144
|
],
|
|
12188
12145
|
"optional": false,
|
|
12189
12146
|
"required": false
|
|
12190
|
-
}
|
|
12191
|
-
],
|
|
12192
|
-
"methods": [],
|
|
12193
|
-
"events": [],
|
|
12194
|
-
"listeners": [],
|
|
12195
|
-
"styles": [],
|
|
12196
|
-
"slots": [],
|
|
12197
|
-
"parts": [],
|
|
12198
|
-
"dependents": [],
|
|
12199
|
-
"dependencies": [
|
|
12200
|
-
"gb-step-base"
|
|
12201
|
-
],
|
|
12202
|
-
"dependencyGraph": {
|
|
12203
|
-
"gb-progress-steps": [
|
|
12204
|
-
"gb-step-base"
|
|
12205
|
-
]
|
|
12206
|
-
}
|
|
12207
|
-
},
|
|
12208
|
-
{
|
|
12209
|
-
"filePath": "src/components/gb-scrollbar/gb-scrollbar.tsx",
|
|
12210
|
-
"encapsulation": "shadow",
|
|
12211
|
-
"tag": "gb-scrollbar",
|
|
12212
|
-
"readme": "# gb-scrollbar\r\n\r\n\r\n\r",
|
|
12213
|
-
"docs": "",
|
|
12214
|
-
"docsTags": [],
|
|
12215
|
-
"usage": {},
|
|
12216
|
-
"props": [
|
|
12147
|
+
},
|
|
12217
12148
|
{
|
|
12218
|
-
"name": "
|
|
12219
|
-
"type": "
|
|
12149
|
+
"name": "seventhItemLabel",
|
|
12150
|
+
"type": "string",
|
|
12220
12151
|
"complexType": {
|
|
12221
|
-
"original": "
|
|
12222
|
-
"resolved": "
|
|
12152
|
+
"original": "string",
|
|
12153
|
+
"resolved": "string",
|
|
12223
12154
|
"references": {}
|
|
12224
12155
|
},
|
|
12225
12156
|
"mutable": false,
|
|
12226
|
-
"attr": "
|
|
12157
|
+
"attr": "seventh-item-label",
|
|
12227
12158
|
"reflectToAttr": false,
|
|
12228
12159
|
"docs": "",
|
|
12229
12160
|
"docsTags": [],
|
|
12230
|
-
"default": "'
|
|
12161
|
+
"default": "''",
|
|
12231
12162
|
"values": [
|
|
12232
12163
|
{
|
|
12233
|
-
"value": "25%",
|
|
12234
|
-
"type": "string"
|
|
12235
|
-
},
|
|
12236
|
-
{
|
|
12237
|
-
"value": "50%",
|
|
12238
|
-
"type": "string"
|
|
12239
|
-
},
|
|
12240
|
-
{
|
|
12241
|
-
"value": "75%",
|
|
12242
12164
|
"type": "string"
|
|
12243
12165
|
}
|
|
12244
12166
|
],
|
|
12245
12167
|
"optional": false,
|
|
12246
12168
|
"required": false
|
|
12247
|
-
}
|
|
12248
|
-
],
|
|
12249
|
-
"methods": [],
|
|
12250
|
-
"events": [],
|
|
12251
|
-
"listeners": [],
|
|
12252
|
-
"styles": [],
|
|
12253
|
-
"slots": [],
|
|
12254
|
-
"parts": [],
|
|
12255
|
-
"dependents": [],
|
|
12256
|
-
"dependencies": [],
|
|
12257
|
-
"dependencyGraph": {}
|
|
12258
|
-
},
|
|
12259
|
-
{
|
|
12260
|
-
"filePath": "src/components/gb-sidebar/gb-sidebar.tsx",
|
|
12261
|
-
"encapsulation": "shadow",
|
|
12262
|
-
"tag": "gb-sidebar",
|
|
12263
|
-
"readme": "# gb-sidebar\r\n\r\n\r\n\r",
|
|
12264
|
-
"docs": "",
|
|
12265
|
-
"docsTags": [],
|
|
12266
|
-
"usage": {},
|
|
12267
|
-
"props": [
|
|
12169
|
+
},
|
|
12268
12170
|
{
|
|
12269
|
-
"name": "
|
|
12270
|
-
"type": "
|
|
12171
|
+
"name": "showSecondCategory",
|
|
12172
|
+
"type": "boolean",
|
|
12271
12173
|
"complexType": {
|
|
12272
|
-
"original": "
|
|
12273
|
-
"resolved": "
|
|
12174
|
+
"original": "boolean",
|
|
12175
|
+
"resolved": "boolean",
|
|
12274
12176
|
"references": {}
|
|
12275
12177
|
},
|
|
12276
|
-
"mutable":
|
|
12277
|
-
"attr": "
|
|
12178
|
+
"mutable": false,
|
|
12179
|
+
"attr": "show-second-category",
|
|
12278
12180
|
"reflectToAttr": false,
|
|
12279
12181
|
"docs": "",
|
|
12280
12182
|
"docsTags": [],
|
|
12183
|
+
"default": "false",
|
|
12281
12184
|
"values": [
|
|
12282
12185
|
{
|
|
12283
|
-
"type": "
|
|
12186
|
+
"type": "boolean"
|
|
12284
12187
|
}
|
|
12285
12188
|
],
|
|
12286
12189
|
"optional": false,
|
|
12287
12190
|
"required": false
|
|
12288
12191
|
},
|
|
12289
12192
|
{
|
|
12290
|
-
"name": "
|
|
12193
|
+
"name": "sixthItemIcon",
|
|
12291
12194
|
"type": "string",
|
|
12292
12195
|
"complexType": {
|
|
12293
12196
|
"original": "string",
|
|
12294
12197
|
"resolved": "string",
|
|
12295
12198
|
"references": {}
|
|
12296
12199
|
},
|
|
12297
|
-
"mutable":
|
|
12298
|
-
"attr": "
|
|
12200
|
+
"mutable": false,
|
|
12201
|
+
"attr": "sixth-item-icon",
|
|
12299
12202
|
"reflectToAttr": false,
|
|
12300
12203
|
"docs": "",
|
|
12301
12204
|
"docsTags": [],
|
|
12302
|
-
"default": "'
|
|
12205
|
+
"default": "''",
|
|
12303
12206
|
"values": [
|
|
12304
12207
|
{
|
|
12305
12208
|
"type": "string"
|
|
@@ -12309,19 +12212,19 @@
|
|
|
12309
12212
|
"required": false
|
|
12310
12213
|
},
|
|
12311
12214
|
{
|
|
12312
|
-
"name": "
|
|
12215
|
+
"name": "sixthItemLabel",
|
|
12313
12216
|
"type": "string",
|
|
12314
12217
|
"complexType": {
|
|
12315
12218
|
"original": "string",
|
|
12316
12219
|
"resolved": "string",
|
|
12317
12220
|
"references": {}
|
|
12318
12221
|
},
|
|
12319
|
-
"mutable":
|
|
12320
|
-
"attr": "
|
|
12222
|
+
"mutable": false,
|
|
12223
|
+
"attr": "sixth-item-label",
|
|
12321
12224
|
"reflectToAttr": false,
|
|
12322
12225
|
"docs": "",
|
|
12323
12226
|
"docsTags": [],
|
|
12324
|
-
"default": "'
|
|
12227
|
+
"default": "''",
|
|
12325
12228
|
"values": [
|
|
12326
12229
|
{
|
|
12327
12230
|
"type": "string"
|
|
@@ -12331,31 +12234,26 @@
|
|
|
12331
12234
|
"required": false
|
|
12332
12235
|
},
|
|
12333
12236
|
{
|
|
12334
|
-
"name": "
|
|
12335
|
-
"type": "\"
|
|
12237
|
+
"name": "state",
|
|
12238
|
+
"type": "\"collapsed\" | \"expanded\"",
|
|
12336
12239
|
"complexType": {
|
|
12337
|
-
"original": "
|
|
12338
|
-
"resolved": "\"
|
|
12339
|
-
"references": {
|
|
12340
|
-
"GeneralBackgroundCategories": {
|
|
12341
|
-
"location": "import",
|
|
12342
|
-
"path": "../../models/reusableModels",
|
|
12343
|
-
"id": "src/models/reusableModels.ts::GeneralBackgroundCategories"
|
|
12344
|
-
}
|
|
12345
|
-
}
|
|
12240
|
+
"original": "'expanded' | 'collapsed'",
|
|
12241
|
+
"resolved": "\"collapsed\" | \"expanded\"",
|
|
12242
|
+
"references": {}
|
|
12346
12243
|
},
|
|
12347
|
-
"mutable":
|
|
12348
|
-
"attr": "
|
|
12244
|
+
"mutable": true,
|
|
12245
|
+
"attr": "state",
|
|
12349
12246
|
"reflectToAttr": false,
|
|
12350
12247
|
"docs": "",
|
|
12351
12248
|
"docsTags": [],
|
|
12249
|
+
"default": "'expanded'",
|
|
12352
12250
|
"values": [
|
|
12353
12251
|
{
|
|
12354
|
-
"value": "
|
|
12252
|
+
"value": "collapsed",
|
|
12355
12253
|
"type": "string"
|
|
12356
12254
|
},
|
|
12357
12255
|
{
|
|
12358
|
-
"value": "
|
|
12256
|
+
"value": "expanded",
|
|
12359
12257
|
"type": "string"
|
|
12360
12258
|
}
|
|
12361
12259
|
],
|
|
@@ -12363,29 +12261,29 @@
|
|
|
12363
12261
|
"required": false
|
|
12364
12262
|
},
|
|
12365
12263
|
{
|
|
12366
|
-
"name": "
|
|
12367
|
-
"type": "
|
|
12264
|
+
"name": "tenthItemIcon",
|
|
12265
|
+
"type": "string",
|
|
12368
12266
|
"complexType": {
|
|
12369
|
-
"original": "
|
|
12370
|
-
"resolved": "
|
|
12267
|
+
"original": "string",
|
|
12268
|
+
"resolved": "string",
|
|
12371
12269
|
"references": {}
|
|
12372
12270
|
},
|
|
12373
12271
|
"mutable": false,
|
|
12374
|
-
"attr": "
|
|
12272
|
+
"attr": "tenth-item-icon",
|
|
12375
12273
|
"reflectToAttr": false,
|
|
12376
12274
|
"docs": "",
|
|
12377
12275
|
"docsTags": [],
|
|
12378
|
-
"default": "
|
|
12276
|
+
"default": "''",
|
|
12379
12277
|
"values": [
|
|
12380
12278
|
{
|
|
12381
|
-
"type": "
|
|
12279
|
+
"type": "string"
|
|
12382
12280
|
}
|
|
12383
12281
|
],
|
|
12384
12282
|
"optional": false,
|
|
12385
12283
|
"required": false
|
|
12386
12284
|
},
|
|
12387
12285
|
{
|
|
12388
|
-
"name": "
|
|
12286
|
+
"name": "tenthItemLabel",
|
|
12389
12287
|
"type": "string",
|
|
12390
12288
|
"complexType": {
|
|
12391
12289
|
"original": "string",
|
|
@@ -12393,7 +12291,7 @@
|
|
|
12393
12291
|
"references": {}
|
|
12394
12292
|
},
|
|
12395
12293
|
"mutable": false,
|
|
12396
|
-
"attr": "
|
|
12294
|
+
"attr": "tenth-item-label",
|
|
12397
12295
|
"reflectToAttr": false,
|
|
12398
12296
|
"docs": "",
|
|
12399
12297
|
"docsTags": [],
|
|
@@ -12407,7 +12305,7 @@
|
|
|
12407
12305
|
"required": false
|
|
12408
12306
|
},
|
|
12409
12307
|
{
|
|
12410
|
-
"name": "
|
|
12308
|
+
"name": "thirdItemIcon",
|
|
12411
12309
|
"type": "string",
|
|
12412
12310
|
"complexType": {
|
|
12413
12311
|
"original": "string",
|
|
@@ -12415,7 +12313,7 @@
|
|
|
12415
12313
|
"references": {}
|
|
12416
12314
|
},
|
|
12417
12315
|
"mutable": false,
|
|
12418
|
-
"attr": "
|
|
12316
|
+
"attr": "third-item-icon",
|
|
12419
12317
|
"reflectToAttr": false,
|
|
12420
12318
|
"docs": "",
|
|
12421
12319
|
"docsTags": [],
|
|
@@ -12429,7 +12327,7 @@
|
|
|
12429
12327
|
"required": false
|
|
12430
12328
|
},
|
|
12431
12329
|
{
|
|
12432
|
-
"name": "
|
|
12330
|
+
"name": "thirdItemLabel",
|
|
12433
12331
|
"type": "string",
|
|
12434
12332
|
"complexType": {
|
|
12435
12333
|
"original": "string",
|
|
@@ -12437,7 +12335,7 @@
|
|
|
12437
12335
|
"references": {}
|
|
12438
12336
|
},
|
|
12439
12337
|
"mutable": false,
|
|
12440
|
-
"attr": "
|
|
12338
|
+
"attr": "third-item-label",
|
|
12441
12339
|
"reflectToAttr": false,
|
|
12442
12340
|
"docs": "",
|
|
12443
12341
|
"docsTags": [],
|
|
@@ -12451,43 +12349,202 @@
|
|
|
12451
12349
|
"required": false
|
|
12452
12350
|
},
|
|
12453
12351
|
{
|
|
12454
|
-
"name": "
|
|
12455
|
-
"type": "
|
|
12352
|
+
"name": "type",
|
|
12353
|
+
"type": "\"complex\" | \"simple\"",
|
|
12456
12354
|
"complexType": {
|
|
12457
|
-
"original": "
|
|
12458
|
-
"resolved": "
|
|
12355
|
+
"original": "'simple' | 'complex'",
|
|
12356
|
+
"resolved": "\"complex\" | \"simple\"",
|
|
12459
12357
|
"references": {}
|
|
12460
12358
|
},
|
|
12461
12359
|
"mutable": false,
|
|
12462
|
-
"attr": "
|
|
12360
|
+
"attr": "type",
|
|
12463
12361
|
"reflectToAttr": false,
|
|
12464
12362
|
"docs": "",
|
|
12465
12363
|
"docsTags": [],
|
|
12466
|
-
"default": "''",
|
|
12467
12364
|
"values": [
|
|
12468
12365
|
{
|
|
12366
|
+
"value": "complex",
|
|
12367
|
+
"type": "string"
|
|
12368
|
+
},
|
|
12369
|
+
{
|
|
12370
|
+
"value": "simple",
|
|
12469
12371
|
"type": "string"
|
|
12470
12372
|
}
|
|
12471
12373
|
],
|
|
12472
12374
|
"optional": false,
|
|
12473
12375
|
"required": false
|
|
12376
|
+
}
|
|
12377
|
+
],
|
|
12378
|
+
"methods": [
|
|
12379
|
+
{
|
|
12380
|
+
"name": "sideBarItemClicked",
|
|
12381
|
+
"returns": {
|
|
12382
|
+
"type": "Promise<void>",
|
|
12383
|
+
"docs": ""
|
|
12384
|
+
},
|
|
12385
|
+
"complexType": {
|
|
12386
|
+
"signature": "(index: number) => Promise<void>",
|
|
12387
|
+
"parameters": [
|
|
12388
|
+
{
|
|
12389
|
+
"name": "index",
|
|
12390
|
+
"type": "number",
|
|
12391
|
+
"docs": ""
|
|
12392
|
+
}
|
|
12393
|
+
],
|
|
12394
|
+
"references": {
|
|
12395
|
+
"Promise": {
|
|
12396
|
+
"location": "global",
|
|
12397
|
+
"id": "global::Promise"
|
|
12398
|
+
}
|
|
12399
|
+
},
|
|
12400
|
+
"return": "Promise<void>"
|
|
12401
|
+
},
|
|
12402
|
+
"signature": "sideBarItemClicked(index: number) => Promise<void>",
|
|
12403
|
+
"parameters": [
|
|
12404
|
+
{
|
|
12405
|
+
"name": "index",
|
|
12406
|
+
"type": "number",
|
|
12407
|
+
"docs": ""
|
|
12408
|
+
}
|
|
12409
|
+
],
|
|
12410
|
+
"docs": "",
|
|
12411
|
+
"docsTags": []
|
|
12412
|
+
}
|
|
12413
|
+
],
|
|
12414
|
+
"events": [
|
|
12415
|
+
{
|
|
12416
|
+
"event": "primaryItemClicked",
|
|
12417
|
+
"detail": "{ primary: number; secondary: number; }",
|
|
12418
|
+
"bubbles": true,
|
|
12419
|
+
"complexType": {
|
|
12420
|
+
"original": "{primary: number, secondary: number}",
|
|
12421
|
+
"resolved": "{ primary: number; secondary: number; }",
|
|
12422
|
+
"references": {}
|
|
12423
|
+
},
|
|
12424
|
+
"cancelable": true,
|
|
12425
|
+
"composed": true,
|
|
12426
|
+
"docs": "",
|
|
12427
|
+
"docsTags": []
|
|
12474
12428
|
},
|
|
12475
12429
|
{
|
|
12476
|
-
"
|
|
12477
|
-
"
|
|
12430
|
+
"event": "secondaryItemClicked",
|
|
12431
|
+
"detail": "number",
|
|
12432
|
+
"bubbles": true,
|
|
12433
|
+
"complexType": {
|
|
12434
|
+
"original": "number",
|
|
12435
|
+
"resolved": "number",
|
|
12436
|
+
"references": {}
|
|
12437
|
+
},
|
|
12438
|
+
"cancelable": true,
|
|
12439
|
+
"composed": true,
|
|
12440
|
+
"docs": "",
|
|
12441
|
+
"docsTags": []
|
|
12442
|
+
},
|
|
12443
|
+
{
|
|
12444
|
+
"event": "sidebarState",
|
|
12445
|
+
"detail": "string",
|
|
12446
|
+
"bubbles": true,
|
|
12478
12447
|
"complexType": {
|
|
12479
12448
|
"original": "string",
|
|
12480
12449
|
"resolved": "string",
|
|
12481
12450
|
"references": {}
|
|
12482
12451
|
},
|
|
12452
|
+
"cancelable": true,
|
|
12453
|
+
"composed": true,
|
|
12454
|
+
"docs": "",
|
|
12455
|
+
"docsTags": []
|
|
12456
|
+
},
|
|
12457
|
+
{
|
|
12458
|
+
"event": "simpleSidebarItemClicked",
|
|
12459
|
+
"detail": "number",
|
|
12460
|
+
"bubbles": true,
|
|
12461
|
+
"complexType": {
|
|
12462
|
+
"original": "number",
|
|
12463
|
+
"resolved": "number",
|
|
12464
|
+
"references": {}
|
|
12465
|
+
},
|
|
12466
|
+
"cancelable": true,
|
|
12467
|
+
"composed": true,
|
|
12468
|
+
"docs": "",
|
|
12469
|
+
"docsTags": []
|
|
12470
|
+
}
|
|
12471
|
+
],
|
|
12472
|
+
"listeners": [],
|
|
12473
|
+
"styles": [],
|
|
12474
|
+
"slots": [],
|
|
12475
|
+
"parts": [],
|
|
12476
|
+
"dependents": [],
|
|
12477
|
+
"dependencies": [
|
|
12478
|
+
"gb-collapse-button",
|
|
12479
|
+
"gb-simple-side-bar-item",
|
|
12480
|
+
"gb-complex-primary-side-bar-item",
|
|
12481
|
+
"gb-complex-secondary-side-bar-item"
|
|
12482
|
+
],
|
|
12483
|
+
"dependencyGraph": {
|
|
12484
|
+
"gb-sidebar": [
|
|
12485
|
+
"gb-collapse-button",
|
|
12486
|
+
"gb-simple-side-bar-item",
|
|
12487
|
+
"gb-complex-primary-side-bar-item",
|
|
12488
|
+
"gb-complex-secondary-side-bar-item"
|
|
12489
|
+
],
|
|
12490
|
+
"gb-collapse-button": [
|
|
12491
|
+
"gb-tooltip"
|
|
12492
|
+
],
|
|
12493
|
+
"gb-simple-side-bar-item": [
|
|
12494
|
+
"gb-badge",
|
|
12495
|
+
"gb-tooltip"
|
|
12496
|
+
],
|
|
12497
|
+
"gb-badge": [
|
|
12498
|
+
"gb-avatar",
|
|
12499
|
+
"gb-badge-close"
|
|
12500
|
+
],
|
|
12501
|
+
"gb-avatar": [
|
|
12502
|
+
"gb-avatar-contrast-inner-border",
|
|
12503
|
+
"gb-status-indicator"
|
|
12504
|
+
],
|
|
12505
|
+
"gb-complex-primary-side-bar-item": [
|
|
12506
|
+
"gb-tooltip"
|
|
12507
|
+
],
|
|
12508
|
+
"gb-complex-secondary-side-bar-item": [
|
|
12509
|
+
"gb-tooltip"
|
|
12510
|
+
]
|
|
12511
|
+
}
|
|
12512
|
+
},
|
|
12513
|
+
{
|
|
12514
|
+
"filePath": "src/components/gb-simple-side-bar-item/gb-simple-side-bar-item.tsx",
|
|
12515
|
+
"encapsulation": "shadow",
|
|
12516
|
+
"tag": "gb-simple-side-bar-item",
|
|
12517
|
+
"readme": "# gb-side-bar-item\r\n\r\n\r\n\r",
|
|
12518
|
+
"docs": "",
|
|
12519
|
+
"docsTags": [],
|
|
12520
|
+
"usage": {},
|
|
12521
|
+
"props": [
|
|
12522
|
+
{
|
|
12523
|
+
"name": "category",
|
|
12524
|
+
"type": "\"colored_background\" | \"plain_background\"",
|
|
12525
|
+
"complexType": {
|
|
12526
|
+
"original": "GeneralBackgroundCategories",
|
|
12527
|
+
"resolved": "\"colored_background\" | \"plain_background\"",
|
|
12528
|
+
"references": {
|
|
12529
|
+
"GeneralBackgroundCategories": {
|
|
12530
|
+
"location": "import",
|
|
12531
|
+
"path": "../../models/reusableModels",
|
|
12532
|
+
"id": "src/models/reusableModels.ts::GeneralBackgroundCategories"
|
|
12533
|
+
}
|
|
12534
|
+
}
|
|
12535
|
+
},
|
|
12483
12536
|
"mutable": false,
|
|
12484
|
-
"attr": "
|
|
12537
|
+
"attr": "category",
|
|
12485
12538
|
"reflectToAttr": false,
|
|
12486
12539
|
"docs": "",
|
|
12487
12540
|
"docsTags": [],
|
|
12488
|
-
"default": "''",
|
|
12489
12541
|
"values": [
|
|
12490
12542
|
{
|
|
12543
|
+
"value": "colored_background",
|
|
12544
|
+
"type": "string"
|
|
12545
|
+
},
|
|
12546
|
+
{
|
|
12547
|
+
"value": "plain_background",
|
|
12491
12548
|
"type": "string"
|
|
12492
12549
|
}
|
|
12493
12550
|
],
|
|
@@ -12495,7 +12552,7 @@
|
|
|
12495
12552
|
"required": false
|
|
12496
12553
|
},
|
|
12497
12554
|
{
|
|
12498
|
-
"name": "
|
|
12555
|
+
"name": "icon",
|
|
12499
12556
|
"type": "string",
|
|
12500
12557
|
"complexType": {
|
|
12501
12558
|
"original": "string",
|
|
@@ -12503,7 +12560,7 @@
|
|
|
12503
12560
|
"references": {}
|
|
12504
12561
|
},
|
|
12505
12562
|
"mutable": false,
|
|
12506
|
-
"attr": "
|
|
12563
|
+
"attr": "icon",
|
|
12507
12564
|
"reflectToAttr": false,
|
|
12508
12565
|
"docs": "",
|
|
12509
12566
|
"docsTags": [],
|
|
@@ -12517,7 +12574,7 @@
|
|
|
12517
12574
|
"required": false
|
|
12518
12575
|
},
|
|
12519
12576
|
{
|
|
12520
|
-
"name": "
|
|
12577
|
+
"name": "label",
|
|
12521
12578
|
"type": "string",
|
|
12522
12579
|
"complexType": {
|
|
12523
12580
|
"original": "string",
|
|
@@ -12525,7 +12582,7 @@
|
|
|
12525
12582
|
"references": {}
|
|
12526
12583
|
},
|
|
12527
12584
|
"mutable": false,
|
|
12528
|
-
"attr": "
|
|
12585
|
+
"attr": "label",
|
|
12529
12586
|
"reflectToAttr": false,
|
|
12530
12587
|
"docs": "",
|
|
12531
12588
|
"docsTags": [],
|
|
@@ -12539,91 +12596,91 @@
|
|
|
12539
12596
|
"required": false
|
|
12540
12597
|
},
|
|
12541
12598
|
{
|
|
12542
|
-
"name": "
|
|
12543
|
-
"type": "
|
|
12599
|
+
"name": "showArrow",
|
|
12600
|
+
"type": "boolean",
|
|
12544
12601
|
"complexType": {
|
|
12545
|
-
"original": "
|
|
12546
|
-
"resolved": "
|
|
12602
|
+
"original": "boolean",
|
|
12603
|
+
"resolved": "boolean",
|
|
12547
12604
|
"references": {}
|
|
12548
12605
|
},
|
|
12549
12606
|
"mutable": false,
|
|
12550
|
-
"attr": "
|
|
12607
|
+
"attr": "show-arrow",
|
|
12551
12608
|
"reflectToAttr": false,
|
|
12552
12609
|
"docs": "",
|
|
12553
12610
|
"docsTags": [],
|
|
12554
|
-
"default": "
|
|
12611
|
+
"default": "false",
|
|
12555
12612
|
"values": [
|
|
12556
12613
|
{
|
|
12557
|
-
"type": "
|
|
12614
|
+
"type": "boolean"
|
|
12558
12615
|
}
|
|
12559
12616
|
],
|
|
12560
12617
|
"optional": false,
|
|
12561
12618
|
"required": false
|
|
12562
12619
|
},
|
|
12563
12620
|
{
|
|
12564
|
-
"name": "
|
|
12565
|
-
"type": "
|
|
12621
|
+
"name": "showBadge",
|
|
12622
|
+
"type": "boolean",
|
|
12566
12623
|
"complexType": {
|
|
12567
|
-
"original": "
|
|
12568
|
-
"resolved": "
|
|
12624
|
+
"original": "boolean",
|
|
12625
|
+
"resolved": "boolean",
|
|
12569
12626
|
"references": {}
|
|
12570
12627
|
},
|
|
12571
12628
|
"mutable": false,
|
|
12572
|
-
"attr": "
|
|
12629
|
+
"attr": "show-badge",
|
|
12573
12630
|
"reflectToAttr": false,
|
|
12574
12631
|
"docs": "",
|
|
12575
12632
|
"docsTags": [],
|
|
12576
|
-
"default": "
|
|
12633
|
+
"default": "false",
|
|
12577
12634
|
"values": [
|
|
12578
12635
|
{
|
|
12579
|
-
"type": "
|
|
12636
|
+
"type": "boolean"
|
|
12580
12637
|
}
|
|
12581
12638
|
],
|
|
12582
12639
|
"optional": false,
|
|
12583
12640
|
"required": false
|
|
12584
12641
|
},
|
|
12585
12642
|
{
|
|
12586
|
-
"name": "
|
|
12587
|
-
"type": "
|
|
12643
|
+
"name": "showTooltip",
|
|
12644
|
+
"type": "boolean",
|
|
12588
12645
|
"complexType": {
|
|
12589
|
-
"original": "
|
|
12590
|
-
"resolved": "
|
|
12646
|
+
"original": "boolean",
|
|
12647
|
+
"resolved": "boolean",
|
|
12591
12648
|
"references": {}
|
|
12592
12649
|
},
|
|
12593
|
-
"mutable":
|
|
12594
|
-
"attr": "
|
|
12650
|
+
"mutable": true,
|
|
12651
|
+
"attr": "show-tooltip",
|
|
12595
12652
|
"reflectToAttr": false,
|
|
12596
12653
|
"docs": "",
|
|
12597
12654
|
"docsTags": [],
|
|
12655
|
+
"default": "false",
|
|
12598
12656
|
"values": [
|
|
12599
12657
|
{
|
|
12600
|
-
"
|
|
12601
|
-
"type": "string"
|
|
12602
|
-
},
|
|
12603
|
-
{
|
|
12604
|
-
"value": "standard",
|
|
12605
|
-
"type": "string"
|
|
12658
|
+
"type": "boolean"
|
|
12606
12659
|
}
|
|
12607
12660
|
],
|
|
12608
12661
|
"optional": false,
|
|
12609
12662
|
"required": false
|
|
12610
12663
|
},
|
|
12611
12664
|
{
|
|
12612
|
-
"name": "
|
|
12613
|
-
"type": "
|
|
12665
|
+
"name": "state",
|
|
12666
|
+
"type": "\"active\" | \"default\"",
|
|
12614
12667
|
"complexType": {
|
|
12615
|
-
"original": "
|
|
12616
|
-
"resolved": "
|
|
12668
|
+
"original": "'default' | 'active'",
|
|
12669
|
+
"resolved": "\"active\" | \"default\"",
|
|
12617
12670
|
"references": {}
|
|
12618
12671
|
},
|
|
12619
12672
|
"mutable": false,
|
|
12620
|
-
"attr": "
|
|
12673
|
+
"attr": "state",
|
|
12621
12674
|
"reflectToAttr": false,
|
|
12622
12675
|
"docs": "",
|
|
12623
12676
|
"docsTags": [],
|
|
12624
|
-
"default": "''",
|
|
12625
12677
|
"values": [
|
|
12626
12678
|
{
|
|
12679
|
+
"value": "active",
|
|
12680
|
+
"type": "string"
|
|
12681
|
+
},
|
|
12682
|
+
{
|
|
12683
|
+
"value": "default",
|
|
12627
12684
|
"type": "string"
|
|
12628
12685
|
}
|
|
12629
12686
|
],
|
|
@@ -12631,43 +12688,111 @@
|
|
|
12631
12688
|
"required": false
|
|
12632
12689
|
},
|
|
12633
12690
|
{
|
|
12634
|
-
"name": "
|
|
12635
|
-
"type": "
|
|
12691
|
+
"name": "type",
|
|
12692
|
+
"type": "\"full_with_label\" | \"icon_only\"",
|
|
12636
12693
|
"complexType": {
|
|
12637
|
-
"original": "
|
|
12638
|
-
"resolved": "
|
|
12694
|
+
"original": "'full_with_label' | 'icon_only'",
|
|
12695
|
+
"resolved": "\"full_with_label\" | \"icon_only\"",
|
|
12639
12696
|
"references": {}
|
|
12640
12697
|
},
|
|
12641
12698
|
"mutable": false,
|
|
12642
|
-
"attr": "
|
|
12699
|
+
"attr": "type",
|
|
12643
12700
|
"reflectToAttr": false,
|
|
12644
12701
|
"docs": "",
|
|
12645
12702
|
"docsTags": [],
|
|
12646
|
-
"default": "''",
|
|
12647
12703
|
"values": [
|
|
12648
12704
|
{
|
|
12705
|
+
"value": "full_with_label",
|
|
12706
|
+
"type": "string"
|
|
12707
|
+
},
|
|
12708
|
+
{
|
|
12709
|
+
"value": "icon_only",
|
|
12649
12710
|
"type": "string"
|
|
12650
12711
|
}
|
|
12651
12712
|
],
|
|
12652
12713
|
"optional": false,
|
|
12653
12714
|
"required": false
|
|
12654
|
-
}
|
|
12715
|
+
}
|
|
12716
|
+
],
|
|
12717
|
+
"methods": [],
|
|
12718
|
+
"events": [
|
|
12655
12719
|
{
|
|
12656
|
-
"
|
|
12657
|
-
"
|
|
12720
|
+
"event": "sideBarItemClicked",
|
|
12721
|
+
"detail": "void",
|
|
12722
|
+
"bubbles": true,
|
|
12658
12723
|
"complexType": {
|
|
12659
|
-
"original": "
|
|
12660
|
-
"resolved": "
|
|
12724
|
+
"original": "void",
|
|
12725
|
+
"resolved": "void",
|
|
12726
|
+
"references": {}
|
|
12727
|
+
},
|
|
12728
|
+
"cancelable": true,
|
|
12729
|
+
"composed": true,
|
|
12730
|
+
"docs": "",
|
|
12731
|
+
"docsTags": []
|
|
12732
|
+
}
|
|
12733
|
+
],
|
|
12734
|
+
"listeners": [],
|
|
12735
|
+
"styles": [],
|
|
12736
|
+
"slots": [],
|
|
12737
|
+
"parts": [],
|
|
12738
|
+
"dependents": [
|
|
12739
|
+
"gb-sidebar"
|
|
12740
|
+
],
|
|
12741
|
+
"dependencies": [
|
|
12742
|
+
"gb-badge",
|
|
12743
|
+
"gb-tooltip"
|
|
12744
|
+
],
|
|
12745
|
+
"dependencyGraph": {
|
|
12746
|
+
"gb-simple-side-bar-item": [
|
|
12747
|
+
"gb-badge",
|
|
12748
|
+
"gb-tooltip"
|
|
12749
|
+
],
|
|
12750
|
+
"gb-badge": [
|
|
12751
|
+
"gb-avatar",
|
|
12752
|
+
"gb-badge-close"
|
|
12753
|
+
],
|
|
12754
|
+
"gb-avatar": [
|
|
12755
|
+
"gb-avatar-contrast-inner-border",
|
|
12756
|
+
"gb-status-indicator"
|
|
12757
|
+
],
|
|
12758
|
+
"gb-sidebar": [
|
|
12759
|
+
"gb-simple-side-bar-item"
|
|
12760
|
+
]
|
|
12761
|
+
}
|
|
12762
|
+
},
|
|
12763
|
+
{
|
|
12764
|
+
"filePath": "src/components/gb-slider/gb-slider.tsx",
|
|
12765
|
+
"encapsulation": "shadow",
|
|
12766
|
+
"tag": "gb-slider",
|
|
12767
|
+
"readme": "# gb-slider\r\n\r\n\r\n\r",
|
|
12768
|
+
"docs": "",
|
|
12769
|
+
"docsTags": [],
|
|
12770
|
+
"usage": {},
|
|
12771
|
+
"props": [
|
|
12772
|
+
{
|
|
12773
|
+
"name": "label",
|
|
12774
|
+
"type": "\"bottom\" | \"false\" | \"top_floating\"",
|
|
12775
|
+
"complexType": {
|
|
12776
|
+
"original": "'false' | 'bottom' | 'top_floating'",
|
|
12777
|
+
"resolved": "\"bottom\" | \"false\" | \"top_floating\"",
|
|
12661
12778
|
"references": {}
|
|
12662
12779
|
},
|
|
12663
12780
|
"mutable": false,
|
|
12664
|
-
"attr": "
|
|
12781
|
+
"attr": "label",
|
|
12665
12782
|
"reflectToAttr": false,
|
|
12666
12783
|
"docs": "",
|
|
12667
12784
|
"docsTags": [],
|
|
12668
|
-
"default": "''",
|
|
12669
12785
|
"values": [
|
|
12670
12786
|
{
|
|
12787
|
+
"value": "bottom",
|
|
12788
|
+
"type": "string"
|
|
12789
|
+
},
|
|
12790
|
+
{
|
|
12791
|
+
"value": "false",
|
|
12792
|
+
"type": "string"
|
|
12793
|
+
},
|
|
12794
|
+
{
|
|
12795
|
+
"value": "top_floating",
|
|
12671
12796
|
"type": "string"
|
|
12672
12797
|
}
|
|
12673
12798
|
],
|
|
@@ -12675,109 +12800,113 @@
|
|
|
12675
12800
|
"required": false
|
|
12676
12801
|
},
|
|
12677
12802
|
{
|
|
12678
|
-
"name": "
|
|
12679
|
-
"type": "
|
|
12803
|
+
"name": "leftControl",
|
|
12804
|
+
"type": "number",
|
|
12680
12805
|
"complexType": {
|
|
12681
|
-
"original": "
|
|
12682
|
-
"resolved": "
|
|
12806
|
+
"original": "number",
|
|
12807
|
+
"resolved": "number",
|
|
12683
12808
|
"references": {}
|
|
12684
12809
|
},
|
|
12685
12810
|
"mutable": false,
|
|
12686
|
-
"attr": "
|
|
12811
|
+
"attr": "left-control",
|
|
12687
12812
|
"reflectToAttr": false,
|
|
12688
12813
|
"docs": "",
|
|
12689
12814
|
"docsTags": [],
|
|
12690
|
-
"default": "
|
|
12815
|
+
"default": "0",
|
|
12691
12816
|
"values": [
|
|
12692
12817
|
{
|
|
12693
|
-
"type": "
|
|
12818
|
+
"type": "number"
|
|
12694
12819
|
}
|
|
12695
12820
|
],
|
|
12696
12821
|
"optional": false,
|
|
12697
12822
|
"required": false
|
|
12698
12823
|
},
|
|
12699
12824
|
{
|
|
12700
|
-
"name": "
|
|
12701
|
-
"type": "
|
|
12825
|
+
"name": "max",
|
|
12826
|
+
"type": "number",
|
|
12702
12827
|
"complexType": {
|
|
12703
|
-
"original": "
|
|
12704
|
-
"resolved": "
|
|
12828
|
+
"original": "number",
|
|
12829
|
+
"resolved": "number",
|
|
12705
12830
|
"references": {}
|
|
12706
12831
|
},
|
|
12707
12832
|
"mutable": false,
|
|
12708
|
-
"attr": "
|
|
12833
|
+
"attr": "max",
|
|
12709
12834
|
"reflectToAttr": false,
|
|
12710
12835
|
"docs": "",
|
|
12711
12836
|
"docsTags": [],
|
|
12712
|
-
"default": "
|
|
12837
|
+
"default": "100",
|
|
12713
12838
|
"values": [
|
|
12714
12839
|
{
|
|
12715
|
-
"type": "
|
|
12840
|
+
"type": "number"
|
|
12716
12841
|
}
|
|
12717
12842
|
],
|
|
12718
12843
|
"optional": false,
|
|
12719
12844
|
"required": false
|
|
12720
12845
|
},
|
|
12721
12846
|
{
|
|
12722
|
-
"name": "
|
|
12723
|
-
"type": "
|
|
12847
|
+
"name": "min",
|
|
12848
|
+
"type": "number",
|
|
12724
12849
|
"complexType": {
|
|
12725
|
-
"original": "
|
|
12726
|
-
"resolved": "
|
|
12850
|
+
"original": "number",
|
|
12851
|
+
"resolved": "number",
|
|
12727
12852
|
"references": {}
|
|
12728
12853
|
},
|
|
12729
12854
|
"mutable": false,
|
|
12730
|
-
"attr": "
|
|
12855
|
+
"attr": "min",
|
|
12731
12856
|
"reflectToAttr": false,
|
|
12732
12857
|
"docs": "",
|
|
12733
12858
|
"docsTags": [],
|
|
12734
|
-
"default": "
|
|
12859
|
+
"default": "0",
|
|
12735
12860
|
"values": [
|
|
12736
12861
|
{
|
|
12737
|
-
"type": "
|
|
12862
|
+
"type": "number"
|
|
12738
12863
|
}
|
|
12739
12864
|
],
|
|
12740
12865
|
"optional": false,
|
|
12741
12866
|
"required": false
|
|
12742
12867
|
},
|
|
12743
12868
|
{
|
|
12744
|
-
"name": "
|
|
12745
|
-
"type": "
|
|
12869
|
+
"name": "rightControl",
|
|
12870
|
+
"type": "number",
|
|
12746
12871
|
"complexType": {
|
|
12747
|
-
"original": "
|
|
12748
|
-
"resolved": "
|
|
12872
|
+
"original": "number",
|
|
12873
|
+
"resolved": "number",
|
|
12749
12874
|
"references": {}
|
|
12750
12875
|
},
|
|
12751
12876
|
"mutable": false,
|
|
12752
|
-
"attr": "
|
|
12877
|
+
"attr": "right-control",
|
|
12753
12878
|
"reflectToAttr": false,
|
|
12754
12879
|
"docs": "",
|
|
12755
12880
|
"docsTags": [],
|
|
12756
|
-
"default": "
|
|
12881
|
+
"default": "100",
|
|
12757
12882
|
"values": [
|
|
12758
12883
|
{
|
|
12759
|
-
"type": "
|
|
12884
|
+
"type": "number"
|
|
12760
12885
|
}
|
|
12761
12886
|
],
|
|
12762
12887
|
"optional": false,
|
|
12763
12888
|
"required": false
|
|
12764
12889
|
},
|
|
12765
12890
|
{
|
|
12766
|
-
"name": "
|
|
12767
|
-
"type": "
|
|
12891
|
+
"name": "thumbType",
|
|
12892
|
+
"type": "\"text\" | \"tooltip\"",
|
|
12768
12893
|
"complexType": {
|
|
12769
|
-
"original": "
|
|
12770
|
-
"resolved": "
|
|
12894
|
+
"original": "'text' | 'tooltip'",
|
|
12895
|
+
"resolved": "\"text\" | \"tooltip\"",
|
|
12771
12896
|
"references": {}
|
|
12772
12897
|
},
|
|
12773
12898
|
"mutable": false,
|
|
12774
|
-
"attr": "
|
|
12899
|
+
"attr": "thumb-type",
|
|
12775
12900
|
"reflectToAttr": false,
|
|
12776
12901
|
"docs": "",
|
|
12777
12902
|
"docsTags": [],
|
|
12778
|
-
"default": "''",
|
|
12779
12903
|
"values": [
|
|
12780
12904
|
{
|
|
12905
|
+
"value": "text",
|
|
12906
|
+
"type": "string"
|
|
12907
|
+
},
|
|
12908
|
+
{
|
|
12909
|
+
"value": "tooltip",
|
|
12781
12910
|
"type": "string"
|
|
12782
12911
|
}
|
|
12783
12912
|
],
|
|
@@ -12785,7 +12914,7 @@
|
|
|
12785
12914
|
"required": false
|
|
12786
12915
|
},
|
|
12787
12916
|
{
|
|
12788
|
-
"name": "
|
|
12917
|
+
"name": "unit",
|
|
12789
12918
|
"type": "string",
|
|
12790
12919
|
"complexType": {
|
|
12791
12920
|
"original": "string",
|
|
@@ -12793,7 +12922,7 @@
|
|
|
12793
12922
|
"references": {}
|
|
12794
12923
|
},
|
|
12795
12924
|
"mutable": false,
|
|
12796
|
-
"attr": "
|
|
12925
|
+
"attr": "unit",
|
|
12797
12926
|
"reflectToAttr": false,
|
|
12798
12927
|
"docs": "",
|
|
12799
12928
|
"docsTags": [],
|
|
@@ -12807,42 +12936,293 @@
|
|
|
12807
12936
|
"required": false
|
|
12808
12937
|
},
|
|
12809
12938
|
{
|
|
12810
|
-
"name": "
|
|
12811
|
-
"type": "\"
|
|
12939
|
+
"name": "unitPosition",
|
|
12940
|
+
"type": "\"left\" | \"right\"",
|
|
12812
12941
|
"complexType": {
|
|
12813
|
-
"original": "'
|
|
12814
|
-
"resolved": "\"
|
|
12942
|
+
"original": "'left' | 'right'",
|
|
12943
|
+
"resolved": "\"left\" | \"right\"",
|
|
12815
12944
|
"references": {}
|
|
12816
12945
|
},
|
|
12817
|
-
"mutable":
|
|
12818
|
-
"attr": "
|
|
12946
|
+
"mutable": false,
|
|
12947
|
+
"attr": "unit-position",
|
|
12819
12948
|
"reflectToAttr": false,
|
|
12820
12949
|
"docs": "",
|
|
12821
12950
|
"docsTags": [],
|
|
12822
|
-
"default": "'
|
|
12951
|
+
"default": "'left'",
|
|
12823
12952
|
"values": [
|
|
12824
12953
|
{
|
|
12825
|
-
"value": "
|
|
12954
|
+
"value": "left",
|
|
12826
12955
|
"type": "string"
|
|
12827
12956
|
},
|
|
12828
12957
|
{
|
|
12829
|
-
"value": "
|
|
12958
|
+
"value": "right",
|
|
12830
12959
|
"type": "string"
|
|
12831
12960
|
}
|
|
12832
12961
|
],
|
|
12833
12962
|
"optional": false,
|
|
12834
12963
|
"required": false
|
|
12835
|
-
}
|
|
12964
|
+
}
|
|
12965
|
+
],
|
|
12966
|
+
"methods": [],
|
|
12967
|
+
"events": [
|
|
12836
12968
|
{
|
|
12837
|
-
"
|
|
12838
|
-
"
|
|
12969
|
+
"event": "thumbValueChanged",
|
|
12970
|
+
"detail": "{ left: number; right: number; }",
|
|
12971
|
+
"bubbles": true,
|
|
12839
12972
|
"complexType": {
|
|
12840
|
-
"original": "
|
|
12841
|
-
"resolved": "
|
|
12973
|
+
"original": "{ left: number; right: number }",
|
|
12974
|
+
"resolved": "{ left: number; right: number; }",
|
|
12842
12975
|
"references": {}
|
|
12843
12976
|
},
|
|
12844
|
-
"
|
|
12845
|
-
"
|
|
12977
|
+
"cancelable": true,
|
|
12978
|
+
"composed": true,
|
|
12979
|
+
"docs": "",
|
|
12980
|
+
"docsTags": []
|
|
12981
|
+
}
|
|
12982
|
+
],
|
|
12983
|
+
"listeners": [],
|
|
12984
|
+
"styles": [],
|
|
12985
|
+
"slots": [],
|
|
12986
|
+
"parts": [],
|
|
12987
|
+
"dependents": [],
|
|
12988
|
+
"dependencies": [
|
|
12989
|
+
"gb-slider-control-handle"
|
|
12990
|
+
],
|
|
12991
|
+
"dependencyGraph": {
|
|
12992
|
+
"gb-slider": [
|
|
12993
|
+
"gb-slider-control-handle"
|
|
12994
|
+
],
|
|
12995
|
+
"gb-slider-control-handle": [
|
|
12996
|
+
"gb-tooltip"
|
|
12997
|
+
]
|
|
12998
|
+
}
|
|
12999
|
+
},
|
|
13000
|
+
{
|
|
13001
|
+
"filePath": "src/components/gb-slider-control-handle/gb-slider-control-handle.tsx",
|
|
13002
|
+
"encapsulation": "shadow",
|
|
13003
|
+
"tag": "gb-slider-control-handle",
|
|
13004
|
+
"readme": "# gb-slider-control-handle\r\n\r\n\r\n\r",
|
|
13005
|
+
"docs": "",
|
|
13006
|
+
"docsTags": [],
|
|
13007
|
+
"usage": {},
|
|
13008
|
+
"props": [
|
|
13009
|
+
{
|
|
13010
|
+
"name": "type",
|
|
13011
|
+
"type": "\"\" | \"text\" | \"tooltip\"",
|
|
13012
|
+
"complexType": {
|
|
13013
|
+
"original": "'text' | 'tooltip' | ''",
|
|
13014
|
+
"resolved": "\"\" | \"text\" | \"tooltip\"",
|
|
13015
|
+
"references": {}
|
|
13016
|
+
},
|
|
13017
|
+
"mutable": false,
|
|
13018
|
+
"attr": "type",
|
|
13019
|
+
"reflectToAttr": false,
|
|
13020
|
+
"docs": "",
|
|
13021
|
+
"docsTags": [],
|
|
13022
|
+
"values": [
|
|
13023
|
+
{
|
|
13024
|
+
"type": "\"\""
|
|
13025
|
+
},
|
|
13026
|
+
{
|
|
13027
|
+
"value": "text",
|
|
13028
|
+
"type": "string"
|
|
13029
|
+
},
|
|
13030
|
+
{
|
|
13031
|
+
"value": "tooltip",
|
|
13032
|
+
"type": "string"
|
|
13033
|
+
}
|
|
13034
|
+
],
|
|
13035
|
+
"optional": true,
|
|
13036
|
+
"required": false
|
|
13037
|
+
},
|
|
13038
|
+
{
|
|
13039
|
+
"name": "value",
|
|
13040
|
+
"type": "string",
|
|
13041
|
+
"complexType": {
|
|
13042
|
+
"original": "string",
|
|
13043
|
+
"resolved": "string",
|
|
13044
|
+
"references": {}
|
|
13045
|
+
},
|
|
13046
|
+
"mutable": false,
|
|
13047
|
+
"attr": "value",
|
|
13048
|
+
"reflectToAttr": false,
|
|
13049
|
+
"docs": "",
|
|
13050
|
+
"docsTags": [],
|
|
13051
|
+
"default": "'0'",
|
|
13052
|
+
"values": [
|
|
13053
|
+
{
|
|
13054
|
+
"type": "string"
|
|
13055
|
+
}
|
|
13056
|
+
],
|
|
13057
|
+
"optional": false,
|
|
13058
|
+
"required": false
|
|
13059
|
+
}
|
|
13060
|
+
],
|
|
13061
|
+
"methods": [],
|
|
13062
|
+
"events": [],
|
|
13063
|
+
"listeners": [],
|
|
13064
|
+
"styles": [],
|
|
13065
|
+
"slots": [],
|
|
13066
|
+
"parts": [],
|
|
13067
|
+
"dependents": [
|
|
13068
|
+
"gb-slider"
|
|
13069
|
+
],
|
|
13070
|
+
"dependencies": [
|
|
13071
|
+
"gb-tooltip"
|
|
13072
|
+
],
|
|
13073
|
+
"dependencyGraph": {
|
|
13074
|
+
"gb-slider-control-handle": [
|
|
13075
|
+
"gb-tooltip"
|
|
13076
|
+
],
|
|
13077
|
+
"gb-slider": [
|
|
13078
|
+
"gb-slider-control-handle"
|
|
13079
|
+
]
|
|
13080
|
+
}
|
|
13081
|
+
},
|
|
13082
|
+
{
|
|
13083
|
+
"filePath": "src/components/gb-status-indicator/gb-status-indicator.tsx",
|
|
13084
|
+
"encapsulation": "shadow",
|
|
13085
|
+
"tag": "gb-status-indicator",
|
|
13086
|
+
"readme": "# status-indicator\r\n\r\n\r\n\r",
|
|
13087
|
+
"docs": "",
|
|
13088
|
+
"docsTags": [],
|
|
13089
|
+
"usage": {},
|
|
13090
|
+
"props": [
|
|
13091
|
+
{
|
|
13092
|
+
"name": "indicatorStateClass",
|
|
13093
|
+
"type": "string",
|
|
13094
|
+
"complexType": {
|
|
13095
|
+
"original": "string",
|
|
13096
|
+
"resolved": "string",
|
|
13097
|
+
"references": {}
|
|
13098
|
+
},
|
|
13099
|
+
"mutable": false,
|
|
13100
|
+
"attr": "indicator-state-class",
|
|
13101
|
+
"reflectToAttr": false,
|
|
13102
|
+
"docs": "",
|
|
13103
|
+
"docsTags": [],
|
|
13104
|
+
"default": "this.state",
|
|
13105
|
+
"values": [
|
|
13106
|
+
{
|
|
13107
|
+
"type": "string"
|
|
13108
|
+
}
|
|
13109
|
+
],
|
|
13110
|
+
"optional": false,
|
|
13111
|
+
"required": false
|
|
13112
|
+
},
|
|
13113
|
+
{
|
|
13114
|
+
"name": "size",
|
|
13115
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
13116
|
+
"complexType": {
|
|
13117
|
+
"original": "GeneralSizes",
|
|
13118
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
13119
|
+
"references": {
|
|
13120
|
+
"GeneralSizes": {
|
|
13121
|
+
"location": "import",
|
|
13122
|
+
"path": "../../models/reusableModels",
|
|
13123
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
13124
|
+
}
|
|
13125
|
+
}
|
|
13126
|
+
},
|
|
13127
|
+
"mutable": false,
|
|
13128
|
+
"attr": "size",
|
|
13129
|
+
"reflectToAttr": false,
|
|
13130
|
+
"docs": "",
|
|
13131
|
+
"docsTags": [],
|
|
13132
|
+
"values": [
|
|
13133
|
+
{
|
|
13134
|
+
"value": "lg",
|
|
13135
|
+
"type": "string"
|
|
13136
|
+
},
|
|
13137
|
+
{
|
|
13138
|
+
"value": "md",
|
|
13139
|
+
"type": "string"
|
|
13140
|
+
},
|
|
13141
|
+
{
|
|
13142
|
+
"value": "profile_lg",
|
|
13143
|
+
"type": "string"
|
|
13144
|
+
},
|
|
13145
|
+
{
|
|
13146
|
+
"value": "profile_md",
|
|
13147
|
+
"type": "string"
|
|
13148
|
+
},
|
|
13149
|
+
{
|
|
13150
|
+
"value": "profile_sm",
|
|
13151
|
+
"type": "string"
|
|
13152
|
+
},
|
|
13153
|
+
{
|
|
13154
|
+
"value": "sm",
|
|
13155
|
+
"type": "string"
|
|
13156
|
+
},
|
|
13157
|
+
{
|
|
13158
|
+
"value": "xl",
|
|
13159
|
+
"type": "string"
|
|
13160
|
+
},
|
|
13161
|
+
{
|
|
13162
|
+
"value": "xl2",
|
|
13163
|
+
"type": "string"
|
|
13164
|
+
},
|
|
13165
|
+
{
|
|
13166
|
+
"value": "xl3",
|
|
13167
|
+
"type": "string"
|
|
13168
|
+
},
|
|
13169
|
+
{
|
|
13170
|
+
"value": "xl4",
|
|
13171
|
+
"type": "string"
|
|
13172
|
+
},
|
|
13173
|
+
{
|
|
13174
|
+
"value": "xs",
|
|
13175
|
+
"type": "string"
|
|
13176
|
+
},
|
|
13177
|
+
{
|
|
13178
|
+
"value": "xxs",
|
|
13179
|
+
"type": "string"
|
|
13180
|
+
}
|
|
13181
|
+
],
|
|
13182
|
+
"optional": false,
|
|
13183
|
+
"required": false
|
|
13184
|
+
},
|
|
13185
|
+
{
|
|
13186
|
+
"name": "state",
|
|
13187
|
+
"type": "OnlineIndicatorStates.Offline | OnlineIndicatorStates.Online",
|
|
13188
|
+
"complexType": {
|
|
13189
|
+
"original": "OnlineIndicatorStates",
|
|
13190
|
+
"resolved": "OnlineIndicatorStates.Offline | OnlineIndicatorStates.Online",
|
|
13191
|
+
"references": {
|
|
13192
|
+
"OnlineIndicatorStates": {
|
|
13193
|
+
"location": "import",
|
|
13194
|
+
"path": "../../models/reusableModels",
|
|
13195
|
+
"id": "src/models/reusableModels.ts::OnlineIndicatorStates"
|
|
13196
|
+
}
|
|
13197
|
+
}
|
|
13198
|
+
},
|
|
13199
|
+
"mutable": false,
|
|
13200
|
+
"attr": "state",
|
|
13201
|
+
"reflectToAttr": false,
|
|
13202
|
+
"docs": "",
|
|
13203
|
+
"docsTags": [],
|
|
13204
|
+
"default": "OnlineIndicatorStates.Offline",
|
|
13205
|
+
"values": [
|
|
13206
|
+
{
|
|
13207
|
+
"type": "OnlineIndicatorStates.Offline"
|
|
13208
|
+
},
|
|
13209
|
+
{
|
|
13210
|
+
"type": "OnlineIndicatorStates.Online"
|
|
13211
|
+
}
|
|
13212
|
+
],
|
|
13213
|
+
"optional": false,
|
|
13214
|
+
"required": false
|
|
13215
|
+
},
|
|
13216
|
+
{
|
|
13217
|
+
"name": "statusIcon",
|
|
13218
|
+
"type": "string",
|
|
13219
|
+
"complexType": {
|
|
13220
|
+
"original": "string",
|
|
13221
|
+
"resolved": "string",
|
|
13222
|
+
"references": {}
|
|
13223
|
+
},
|
|
13224
|
+
"mutable": false,
|
|
13225
|
+
"attr": "status-icon",
|
|
12846
13226
|
"reflectToAttr": false,
|
|
12847
13227
|
"docs": "",
|
|
12848
13228
|
"docsTags": [],
|
|
@@ -12854,9 +13234,57 @@
|
|
|
12854
13234
|
],
|
|
12855
13235
|
"optional": false,
|
|
12856
13236
|
"required": false
|
|
13237
|
+
}
|
|
13238
|
+
],
|
|
13239
|
+
"methods": [],
|
|
13240
|
+
"events": [],
|
|
13241
|
+
"listeners": [],
|
|
13242
|
+
"styles": [],
|
|
13243
|
+
"slots": [],
|
|
13244
|
+
"parts": [],
|
|
13245
|
+
"dependents": [
|
|
13246
|
+
"gb-avatar"
|
|
13247
|
+
],
|
|
13248
|
+
"dependencies": [],
|
|
13249
|
+
"dependencyGraph": {
|
|
13250
|
+
"gb-avatar": [
|
|
13251
|
+
"gb-status-indicator"
|
|
13252
|
+
]
|
|
13253
|
+
}
|
|
13254
|
+
},
|
|
13255
|
+
{
|
|
13256
|
+
"filePath": "src/components/gb-step-base/gb-step-base.tsx",
|
|
13257
|
+
"encapsulation": "shadow",
|
|
13258
|
+
"tag": "gb-step-base",
|
|
13259
|
+
"readme": "# gb-step-base\n\n\n",
|
|
13260
|
+
"docs": "",
|
|
13261
|
+
"docsTags": [],
|
|
13262
|
+
"usage": {},
|
|
13263
|
+
"props": [
|
|
13264
|
+
{
|
|
13265
|
+
"name": "connector",
|
|
13266
|
+
"type": "boolean",
|
|
13267
|
+
"complexType": {
|
|
13268
|
+
"original": "boolean",
|
|
13269
|
+
"resolved": "boolean",
|
|
13270
|
+
"references": {}
|
|
13271
|
+
},
|
|
13272
|
+
"mutable": false,
|
|
13273
|
+
"attr": "connector",
|
|
13274
|
+
"reflectToAttr": false,
|
|
13275
|
+
"docs": "",
|
|
13276
|
+
"docsTags": [],
|
|
13277
|
+
"default": "false",
|
|
13278
|
+
"values": [
|
|
13279
|
+
{
|
|
13280
|
+
"type": "boolean"
|
|
13281
|
+
}
|
|
13282
|
+
],
|
|
13283
|
+
"optional": false,
|
|
13284
|
+
"required": false
|
|
12857
13285
|
},
|
|
12858
13286
|
{
|
|
12859
|
-
"name": "
|
|
13287
|
+
"name": "label",
|
|
12860
13288
|
"type": "string",
|
|
12861
13289
|
"complexType": {
|
|
12862
13290
|
"original": "string",
|
|
@@ -12864,13 +13292,139 @@
|
|
|
12864
13292
|
"references": {}
|
|
12865
13293
|
},
|
|
12866
13294
|
"mutable": false,
|
|
12867
|
-
"attr": "
|
|
13295
|
+
"attr": "label",
|
|
13296
|
+
"reflectToAttr": false,
|
|
13297
|
+
"docs": "",
|
|
13298
|
+
"docsTags": [],
|
|
13299
|
+
"default": "''",
|
|
13300
|
+
"values": [
|
|
13301
|
+
{
|
|
13302
|
+
"type": "string"
|
|
13303
|
+
}
|
|
13304
|
+
],
|
|
13305
|
+
"optional": false,
|
|
13306
|
+
"required": false
|
|
13307
|
+
},
|
|
13308
|
+
{
|
|
13309
|
+
"name": "showSupportingText",
|
|
13310
|
+
"type": "boolean",
|
|
13311
|
+
"complexType": {
|
|
13312
|
+
"original": "boolean",
|
|
13313
|
+
"resolved": "boolean",
|
|
13314
|
+
"references": {}
|
|
13315
|
+
},
|
|
13316
|
+
"mutable": false,
|
|
13317
|
+
"attr": "show-supporting-text",
|
|
13318
|
+
"reflectToAttr": false,
|
|
13319
|
+
"docs": "",
|
|
13320
|
+
"docsTags": [],
|
|
13321
|
+
"default": "false",
|
|
13322
|
+
"values": [
|
|
13323
|
+
{
|
|
13324
|
+
"type": "boolean"
|
|
13325
|
+
}
|
|
13326
|
+
],
|
|
13327
|
+
"optional": false,
|
|
13328
|
+
"required": false
|
|
13329
|
+
},
|
|
13330
|
+
{
|
|
13331
|
+
"name": "size",
|
|
13332
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
13333
|
+
"complexType": {
|
|
13334
|
+
"original": "GeneralSizes",
|
|
13335
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
13336
|
+
"references": {
|
|
13337
|
+
"GeneralSizes": {
|
|
13338
|
+
"location": "import",
|
|
13339
|
+
"path": "../../models/reusableModels",
|
|
13340
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
13341
|
+
}
|
|
13342
|
+
}
|
|
13343
|
+
},
|
|
13344
|
+
"mutable": false,
|
|
13345
|
+
"attr": "size",
|
|
13346
|
+
"reflectToAttr": false,
|
|
13347
|
+
"docs": "",
|
|
13348
|
+
"docsTags": [],
|
|
13349
|
+
"values": [
|
|
13350
|
+
{
|
|
13351
|
+
"value": "lg",
|
|
13352
|
+
"type": "string"
|
|
13353
|
+
},
|
|
13354
|
+
{
|
|
13355
|
+
"value": "md",
|
|
13356
|
+
"type": "string"
|
|
13357
|
+
},
|
|
13358
|
+
{
|
|
13359
|
+
"value": "profile_lg",
|
|
13360
|
+
"type": "string"
|
|
13361
|
+
},
|
|
13362
|
+
{
|
|
13363
|
+
"value": "profile_md",
|
|
13364
|
+
"type": "string"
|
|
13365
|
+
},
|
|
13366
|
+
{
|
|
13367
|
+
"value": "profile_sm",
|
|
13368
|
+
"type": "string"
|
|
13369
|
+
},
|
|
13370
|
+
{
|
|
13371
|
+
"value": "sm",
|
|
13372
|
+
"type": "string"
|
|
13373
|
+
},
|
|
13374
|
+
{
|
|
13375
|
+
"value": "xl",
|
|
13376
|
+
"type": "string"
|
|
13377
|
+
},
|
|
13378
|
+
{
|
|
13379
|
+
"value": "xl2",
|
|
13380
|
+
"type": "string"
|
|
13381
|
+
},
|
|
13382
|
+
{
|
|
13383
|
+
"value": "xl3",
|
|
13384
|
+
"type": "string"
|
|
13385
|
+
},
|
|
13386
|
+
{
|
|
13387
|
+
"value": "xl4",
|
|
13388
|
+
"type": "string"
|
|
13389
|
+
},
|
|
13390
|
+
{
|
|
13391
|
+
"value": "xs",
|
|
13392
|
+
"type": "string"
|
|
13393
|
+
},
|
|
13394
|
+
{
|
|
13395
|
+
"value": "xxs",
|
|
13396
|
+
"type": "string"
|
|
13397
|
+
}
|
|
13398
|
+
],
|
|
13399
|
+
"optional": false,
|
|
13400
|
+
"required": false
|
|
13401
|
+
},
|
|
13402
|
+
{
|
|
13403
|
+
"name": "state",
|
|
13404
|
+
"type": "\"default\" | \"destructive\"",
|
|
13405
|
+
"complexType": {
|
|
13406
|
+
"original": "ProgressStepStates",
|
|
13407
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
13408
|
+
"references": {
|
|
13409
|
+
"ProgressStepStates": {
|
|
13410
|
+
"location": "import",
|
|
13411
|
+
"path": "../../models/reusableModels",
|
|
13412
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
13413
|
+
}
|
|
13414
|
+
}
|
|
13415
|
+
},
|
|
13416
|
+
"mutable": false,
|
|
13417
|
+
"attr": "state",
|
|
12868
13418
|
"reflectToAttr": false,
|
|
12869
13419
|
"docs": "",
|
|
12870
13420
|
"docsTags": [],
|
|
12871
|
-
"default": "''",
|
|
12872
13421
|
"values": [
|
|
12873
13422
|
{
|
|
13423
|
+
"value": "default",
|
|
13424
|
+
"type": "string"
|
|
13425
|
+
},
|
|
13426
|
+
{
|
|
13427
|
+
"value": "destructive",
|
|
12874
13428
|
"type": "string"
|
|
12875
13429
|
}
|
|
12876
13430
|
],
|
|
@@ -12878,21 +13432,35 @@
|
|
|
12878
13432
|
"required": false
|
|
12879
13433
|
},
|
|
12880
13434
|
{
|
|
12881
|
-
"name": "
|
|
12882
|
-
"type": "
|
|
13435
|
+
"name": "status",
|
|
13436
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
12883
13437
|
"complexType": {
|
|
12884
|
-
"original": "
|
|
12885
|
-
"resolved": "
|
|
12886
|
-
"references": {
|
|
13438
|
+
"original": "ProgressStepStatus",
|
|
13439
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13440
|
+
"references": {
|
|
13441
|
+
"ProgressStepStatus": {
|
|
13442
|
+
"location": "import",
|
|
13443
|
+
"path": "../../models/reusableModels",
|
|
13444
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
13445
|
+
}
|
|
13446
|
+
}
|
|
12887
13447
|
},
|
|
12888
13448
|
"mutable": false,
|
|
12889
|
-
"attr": "
|
|
13449
|
+
"attr": "status",
|
|
12890
13450
|
"reflectToAttr": false,
|
|
12891
13451
|
"docs": "",
|
|
12892
13452
|
"docsTags": [],
|
|
12893
|
-
"default": "''",
|
|
12894
13453
|
"values": [
|
|
12895
13454
|
{
|
|
13455
|
+
"value": "complete",
|
|
13456
|
+
"type": "string"
|
|
13457
|
+
},
|
|
13458
|
+
{
|
|
13459
|
+
"value": "current",
|
|
13460
|
+
"type": "string"
|
|
13461
|
+
},
|
|
13462
|
+
{
|
|
13463
|
+
"value": "incomplete",
|
|
12896
13464
|
"type": "string"
|
|
12897
13465
|
}
|
|
12898
13466
|
],
|
|
@@ -12900,7 +13468,7 @@
|
|
|
12900
13468
|
"required": false
|
|
12901
13469
|
},
|
|
12902
13470
|
{
|
|
12903
|
-
"name": "
|
|
13471
|
+
"name": "supportingText",
|
|
12904
13472
|
"type": "string",
|
|
12905
13473
|
"complexType": {
|
|
12906
13474
|
"original": "string",
|
|
@@ -12908,7 +13476,7 @@
|
|
|
12908
13476
|
"references": {}
|
|
12909
13477
|
},
|
|
12910
13478
|
"mutable": false,
|
|
12911
|
-
"attr": "
|
|
13479
|
+
"attr": "supporting-text",
|
|
12912
13480
|
"reflectToAttr": false,
|
|
12913
13481
|
"docs": "",
|
|
12914
13482
|
"docsTags": [],
|
|
@@ -12923,11 +13491,17 @@
|
|
|
12923
13491
|
},
|
|
12924
13492
|
{
|
|
12925
13493
|
"name": "type",
|
|
12926
|
-
"type": "\"
|
|
13494
|
+
"type": "\"featured_icon_left\" | \"featured_icon_top\" | \"icon_left\" | \"icon_only\" | \"icon_top\" | \"text_line\"",
|
|
12927
13495
|
"complexType": {
|
|
12928
|
-
"original": "
|
|
12929
|
-
"resolved": "\"
|
|
12930
|
-
"references": {
|
|
13496
|
+
"original": "ProgressStepTypes",
|
|
13497
|
+
"resolved": "\"featured_icon_left\" | \"featured_icon_top\" | \"icon_left\" | \"icon_only\" | \"icon_top\" | \"text_line\"",
|
|
13498
|
+
"references": {
|
|
13499
|
+
"ProgressStepTypes": {
|
|
13500
|
+
"location": "import",
|
|
13501
|
+
"path": "../../models/reusableModels",
|
|
13502
|
+
"id": "src/models/reusableModels.ts::ProgressStepTypes"
|
|
13503
|
+
}
|
|
13504
|
+
}
|
|
12931
13505
|
},
|
|
12932
13506
|
"mutable": false,
|
|
12933
13507
|
"attr": "type",
|
|
@@ -12936,210 +13510,98 @@
|
|
|
12936
13510
|
"docsTags": [],
|
|
12937
13511
|
"values": [
|
|
12938
13512
|
{
|
|
12939
|
-
"value": "
|
|
13513
|
+
"value": "featured_icon_left",
|
|
12940
13514
|
"type": "string"
|
|
12941
13515
|
},
|
|
12942
13516
|
{
|
|
12943
|
-
"value": "
|
|
13517
|
+
"value": "featured_icon_top",
|
|
12944
13518
|
"type": "string"
|
|
12945
|
-
}
|
|
12946
|
-
],
|
|
12947
|
-
"optional": false,
|
|
12948
|
-
"required": false
|
|
12949
|
-
}
|
|
12950
|
-
],
|
|
12951
|
-
"methods": [
|
|
12952
|
-
{
|
|
12953
|
-
"name": "sideBarItemClicked",
|
|
12954
|
-
"returns": {
|
|
12955
|
-
"type": "Promise<void>",
|
|
12956
|
-
"docs": ""
|
|
12957
|
-
},
|
|
12958
|
-
"complexType": {
|
|
12959
|
-
"signature": "(index: number) => Promise<void>",
|
|
12960
|
-
"parameters": [
|
|
12961
|
-
{
|
|
12962
|
-
"name": "index",
|
|
12963
|
-
"type": "number",
|
|
12964
|
-
"docs": ""
|
|
12965
|
-
}
|
|
12966
|
-
],
|
|
12967
|
-
"references": {
|
|
12968
|
-
"Promise": {
|
|
12969
|
-
"location": "global",
|
|
12970
|
-
"id": "global::Promise"
|
|
12971
|
-
}
|
|
12972
13519
|
},
|
|
12973
|
-
"return": "Promise<void>"
|
|
12974
|
-
},
|
|
12975
|
-
"signature": "sideBarItemClicked(index: number) => Promise<void>",
|
|
12976
|
-
"parameters": [
|
|
12977
13520
|
{
|
|
12978
|
-
"
|
|
12979
|
-
"type": "
|
|
12980
|
-
|
|
13521
|
+
"value": "icon_left",
|
|
13522
|
+
"type": "string"
|
|
13523
|
+
},
|
|
13524
|
+
{
|
|
13525
|
+
"value": "icon_only",
|
|
13526
|
+
"type": "string"
|
|
13527
|
+
},
|
|
13528
|
+
{
|
|
13529
|
+
"value": "icon_top",
|
|
13530
|
+
"type": "string"
|
|
13531
|
+
},
|
|
13532
|
+
{
|
|
13533
|
+
"value": "text_line",
|
|
13534
|
+
"type": "string"
|
|
12981
13535
|
}
|
|
12982
13536
|
],
|
|
12983
|
-
"
|
|
12984
|
-
"
|
|
12985
|
-
}
|
|
12986
|
-
],
|
|
12987
|
-
"events": [
|
|
12988
|
-
{
|
|
12989
|
-
"event": "primaryItemClicked",
|
|
12990
|
-
"detail": "{ primary: number; secondary: number; }",
|
|
12991
|
-
"bubbles": true,
|
|
12992
|
-
"complexType": {
|
|
12993
|
-
"original": "{primary: number, secondary: number}",
|
|
12994
|
-
"resolved": "{ primary: number; secondary: number; }",
|
|
12995
|
-
"references": {}
|
|
12996
|
-
},
|
|
12997
|
-
"cancelable": true,
|
|
12998
|
-
"composed": true,
|
|
12999
|
-
"docs": "",
|
|
13000
|
-
"docsTags": []
|
|
13001
|
-
},
|
|
13002
|
-
{
|
|
13003
|
-
"event": "secondaryItemClicked",
|
|
13004
|
-
"detail": "number",
|
|
13005
|
-
"bubbles": true,
|
|
13006
|
-
"complexType": {
|
|
13007
|
-
"original": "number",
|
|
13008
|
-
"resolved": "number",
|
|
13009
|
-
"references": {}
|
|
13010
|
-
},
|
|
13011
|
-
"cancelable": true,
|
|
13012
|
-
"composed": true,
|
|
13013
|
-
"docs": "",
|
|
13014
|
-
"docsTags": []
|
|
13015
|
-
},
|
|
13016
|
-
{
|
|
13017
|
-
"event": "sidebarState",
|
|
13018
|
-
"detail": "string",
|
|
13019
|
-
"bubbles": true,
|
|
13020
|
-
"complexType": {
|
|
13021
|
-
"original": "string",
|
|
13022
|
-
"resolved": "string",
|
|
13023
|
-
"references": {}
|
|
13024
|
-
},
|
|
13025
|
-
"cancelable": true,
|
|
13026
|
-
"composed": true,
|
|
13027
|
-
"docs": "",
|
|
13028
|
-
"docsTags": []
|
|
13029
|
-
},
|
|
13030
|
-
{
|
|
13031
|
-
"event": "simpleSidebarItemClicked",
|
|
13032
|
-
"detail": "number",
|
|
13033
|
-
"bubbles": true,
|
|
13034
|
-
"complexType": {
|
|
13035
|
-
"original": "number",
|
|
13036
|
-
"resolved": "number",
|
|
13037
|
-
"references": {}
|
|
13038
|
-
},
|
|
13039
|
-
"cancelable": true,
|
|
13040
|
-
"composed": true,
|
|
13041
|
-
"docs": "",
|
|
13042
|
-
"docsTags": []
|
|
13537
|
+
"optional": false,
|
|
13538
|
+
"required": false
|
|
13043
13539
|
}
|
|
13044
13540
|
],
|
|
13541
|
+
"methods": [],
|
|
13542
|
+
"events": [],
|
|
13045
13543
|
"listeners": [],
|
|
13046
13544
|
"styles": [],
|
|
13047
13545
|
"slots": [],
|
|
13048
13546
|
"parts": [],
|
|
13049
|
-
"dependents": [
|
|
13547
|
+
"dependents": [
|
|
13548
|
+
"gb-stepper-horizontal-icons-centered",
|
|
13549
|
+
"gb-stepper-horizontal-line-with-text",
|
|
13550
|
+
"gb-stepper-vertical-icons-with-text"
|
|
13551
|
+
],
|
|
13050
13552
|
"dependencies": [
|
|
13051
|
-
"gb-
|
|
13052
|
-
"gb-simple-side-bar-item",
|
|
13053
|
-
"gb-complex-primary-side-bar-item",
|
|
13054
|
-
"gb-complex-secondary-side-bar-item"
|
|
13553
|
+
"gb-featured-icon"
|
|
13055
13554
|
],
|
|
13056
13555
|
"dependencyGraph": {
|
|
13057
|
-
"gb-
|
|
13058
|
-
"gb-
|
|
13059
|
-
"gb-simple-side-bar-item",
|
|
13060
|
-
"gb-complex-primary-side-bar-item",
|
|
13061
|
-
"gb-complex-secondary-side-bar-item"
|
|
13062
|
-
],
|
|
13063
|
-
"gb-collapse-button": [
|
|
13064
|
-
"gb-tooltip"
|
|
13065
|
-
],
|
|
13066
|
-
"gb-simple-side-bar-item": [
|
|
13067
|
-
"gb-badge",
|
|
13068
|
-
"gb-tooltip"
|
|
13069
|
-
],
|
|
13070
|
-
"gb-badge": [
|
|
13071
|
-
"gb-avatar",
|
|
13072
|
-
"gb-badge-close"
|
|
13556
|
+
"gb-step-base": [
|
|
13557
|
+
"gb-featured-icon"
|
|
13073
13558
|
],
|
|
13074
|
-
"gb-
|
|
13075
|
-
"gb-
|
|
13076
|
-
"gb-status-indicator"
|
|
13559
|
+
"gb-stepper-horizontal-icons-centered": [
|
|
13560
|
+
"gb-step-base"
|
|
13077
13561
|
],
|
|
13078
|
-
"gb-
|
|
13079
|
-
"gb-
|
|
13562
|
+
"gb-stepper-horizontal-line-with-text": [
|
|
13563
|
+
"gb-step-base"
|
|
13080
13564
|
],
|
|
13081
|
-
"gb-
|
|
13082
|
-
"gb-
|
|
13565
|
+
"gb-stepper-vertical-icons-with-text": [
|
|
13566
|
+
"gb-step-base"
|
|
13083
13567
|
]
|
|
13084
13568
|
}
|
|
13085
13569
|
},
|
|
13086
13570
|
{
|
|
13087
|
-
"filePath": "src/components/gb-
|
|
13571
|
+
"filePath": "src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.tsx",
|
|
13088
13572
|
"encapsulation": "shadow",
|
|
13089
|
-
"tag": "gb-
|
|
13090
|
-
"readme": "# gb-
|
|
13573
|
+
"tag": "gb-stepper-horizontal-icons-centered",
|
|
13574
|
+
"readme": "# gb-stepper-horizontal-icons-centered\n\n\n",
|
|
13091
13575
|
"docs": "",
|
|
13092
13576
|
"docsTags": [],
|
|
13093
13577
|
"usage": {},
|
|
13094
13578
|
"props": [
|
|
13095
13579
|
{
|
|
13096
|
-
"name": "
|
|
13097
|
-
"type": "\"
|
|
13580
|
+
"name": "breakpoint",
|
|
13581
|
+
"type": "\"desktop\" | \"mobile\"",
|
|
13098
13582
|
"complexType": {
|
|
13099
|
-
"original": "
|
|
13100
|
-
"resolved": "\"
|
|
13583
|
+
"original": "BreakPoints",
|
|
13584
|
+
"resolved": "\"desktop\" | \"mobile\"",
|
|
13101
13585
|
"references": {
|
|
13102
|
-
"
|
|
13586
|
+
"BreakPoints": {
|
|
13103
13587
|
"location": "import",
|
|
13104
13588
|
"path": "../../models/reusableModels",
|
|
13105
|
-
"id": "src/models/reusableModels.ts::
|
|
13106
|
-
}
|
|
13107
|
-
}
|
|
13108
|
-
},
|
|
13109
|
-
"mutable": false,
|
|
13110
|
-
"attr": "category",
|
|
13111
|
-
"reflectToAttr": false,
|
|
13112
|
-
"docs": "",
|
|
13113
|
-
"docsTags": [],
|
|
13114
|
-
"values": [
|
|
13115
|
-
{
|
|
13116
|
-
"value": "colored_background",
|
|
13117
|
-
"type": "string"
|
|
13118
|
-
},
|
|
13119
|
-
{
|
|
13120
|
-
"value": "plain_background",
|
|
13121
|
-
"type": "string"
|
|
13122
|
-
}
|
|
13123
|
-
],
|
|
13124
|
-
"optional": false,
|
|
13125
|
-
"required": false
|
|
13126
|
-
},
|
|
13127
|
-
{
|
|
13128
|
-
"name": "icon",
|
|
13129
|
-
"type": "string",
|
|
13130
|
-
"complexType": {
|
|
13131
|
-
"original": "string",
|
|
13132
|
-
"resolved": "string",
|
|
13133
|
-
"references": {}
|
|
13589
|
+
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
13590
|
+
}
|
|
13591
|
+
}
|
|
13134
13592
|
},
|
|
13135
13593
|
"mutable": false,
|
|
13136
|
-
"attr": "
|
|
13594
|
+
"attr": "breakpoint",
|
|
13137
13595
|
"reflectToAttr": false,
|
|
13138
13596
|
"docs": "",
|
|
13139
13597
|
"docsTags": [],
|
|
13140
|
-
"default": "''",
|
|
13141
13598
|
"values": [
|
|
13142
13599
|
{
|
|
13600
|
+
"value": "desktop",
|
|
13601
|
+
"type": "string"
|
|
13602
|
+
},
|
|
13603
|
+
{
|
|
13604
|
+
"value": "mobile",
|
|
13143
13605
|
"type": "string"
|
|
13144
13606
|
}
|
|
13145
13607
|
],
|
|
@@ -13147,7 +13609,7 @@
|
|
|
13147
13609
|
"required": false
|
|
13148
13610
|
},
|
|
13149
13611
|
{
|
|
13150
|
-
"name": "
|
|
13612
|
+
"name": "fifthStepLabel",
|
|
13151
13613
|
"type": "string",
|
|
13152
13614
|
"complexType": {
|
|
13153
13615
|
"original": "string",
|
|
@@ -13155,7 +13617,7 @@
|
|
|
13155
13617
|
"references": {}
|
|
13156
13618
|
},
|
|
13157
13619
|
"mutable": false,
|
|
13158
|
-
"attr": "label",
|
|
13620
|
+
"attr": "fifth-step-label",
|
|
13159
13621
|
"reflectToAttr": false,
|
|
13160
13622
|
"docs": "",
|
|
13161
13623
|
"docsTags": [],
|
|
@@ -13169,91 +13631,111 @@
|
|
|
13169
13631
|
"required": false
|
|
13170
13632
|
},
|
|
13171
13633
|
{
|
|
13172
|
-
"name": "
|
|
13173
|
-
"type": "
|
|
13634
|
+
"name": "fifthStepState",
|
|
13635
|
+
"type": "\"default\" | \"destructive\"",
|
|
13174
13636
|
"complexType": {
|
|
13175
|
-
"original": "
|
|
13176
|
-
"resolved": "
|
|
13177
|
-
"references": {
|
|
13637
|
+
"original": "ProgressStepStates",
|
|
13638
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
13639
|
+
"references": {
|
|
13640
|
+
"ProgressStepStates": {
|
|
13641
|
+
"location": "import",
|
|
13642
|
+
"path": "../../models/reusableModels",
|
|
13643
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
13644
|
+
}
|
|
13645
|
+
}
|
|
13178
13646
|
},
|
|
13179
13647
|
"mutable": false,
|
|
13180
|
-
"attr": "
|
|
13648
|
+
"attr": "fifth-step-state",
|
|
13181
13649
|
"reflectToAttr": false,
|
|
13182
13650
|
"docs": "",
|
|
13183
13651
|
"docsTags": [],
|
|
13184
|
-
"default": "false",
|
|
13185
13652
|
"values": [
|
|
13186
13653
|
{
|
|
13187
|
-
"
|
|
13654
|
+
"value": "default",
|
|
13655
|
+
"type": "string"
|
|
13656
|
+
},
|
|
13657
|
+
{
|
|
13658
|
+
"value": "destructive",
|
|
13659
|
+
"type": "string"
|
|
13188
13660
|
}
|
|
13189
13661
|
],
|
|
13190
13662
|
"optional": false,
|
|
13191
13663
|
"required": false
|
|
13192
13664
|
},
|
|
13193
13665
|
{
|
|
13194
|
-
"name": "
|
|
13195
|
-
"type": "
|
|
13666
|
+
"name": "fifthStepStatus",
|
|
13667
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13196
13668
|
"complexType": {
|
|
13197
|
-
"original": "
|
|
13198
|
-
"resolved": "
|
|
13199
|
-
"references": {
|
|
13669
|
+
"original": "ProgressStepStatus",
|
|
13670
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13671
|
+
"references": {
|
|
13672
|
+
"ProgressStepStatus": {
|
|
13673
|
+
"location": "import",
|
|
13674
|
+
"path": "../../models/reusableModels",
|
|
13675
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
13676
|
+
}
|
|
13677
|
+
}
|
|
13200
13678
|
},
|
|
13201
13679
|
"mutable": false,
|
|
13202
|
-
"attr": "
|
|
13680
|
+
"attr": "fifth-step-status",
|
|
13203
13681
|
"reflectToAttr": false,
|
|
13204
13682
|
"docs": "",
|
|
13205
13683
|
"docsTags": [],
|
|
13206
|
-
"default": "false",
|
|
13207
13684
|
"values": [
|
|
13208
13685
|
{
|
|
13209
|
-
"
|
|
13686
|
+
"value": "complete",
|
|
13687
|
+
"type": "string"
|
|
13688
|
+
},
|
|
13689
|
+
{
|
|
13690
|
+
"value": "current",
|
|
13691
|
+
"type": "string"
|
|
13692
|
+
},
|
|
13693
|
+
{
|
|
13694
|
+
"value": "incomplete",
|
|
13695
|
+
"type": "string"
|
|
13210
13696
|
}
|
|
13211
13697
|
],
|
|
13212
13698
|
"optional": false,
|
|
13213
13699
|
"required": false
|
|
13214
13700
|
},
|
|
13215
13701
|
{
|
|
13216
|
-
"name": "
|
|
13217
|
-
"type": "
|
|
13702
|
+
"name": "fifthStepSupportingText",
|
|
13703
|
+
"type": "string",
|
|
13218
13704
|
"complexType": {
|
|
13219
|
-
"original": "
|
|
13220
|
-
"resolved": "
|
|
13705
|
+
"original": "string",
|
|
13706
|
+
"resolved": "string",
|
|
13221
13707
|
"references": {}
|
|
13222
13708
|
},
|
|
13223
|
-
"mutable":
|
|
13224
|
-
"attr": "
|
|
13709
|
+
"mutable": false,
|
|
13710
|
+
"attr": "fifth-step-supporting-text",
|
|
13225
13711
|
"reflectToAttr": false,
|
|
13226
13712
|
"docs": "",
|
|
13227
13713
|
"docsTags": [],
|
|
13228
|
-
"default": "
|
|
13714
|
+
"default": "''",
|
|
13229
13715
|
"values": [
|
|
13230
13716
|
{
|
|
13231
|
-
"type": "
|
|
13717
|
+
"type": "string"
|
|
13232
13718
|
}
|
|
13233
13719
|
],
|
|
13234
13720
|
"optional": false,
|
|
13235
13721
|
"required": false
|
|
13236
13722
|
},
|
|
13237
13723
|
{
|
|
13238
|
-
"name": "
|
|
13239
|
-
"type": "
|
|
13724
|
+
"name": "firstStepLabel",
|
|
13725
|
+
"type": "string",
|
|
13240
13726
|
"complexType": {
|
|
13241
|
-
"original": "
|
|
13242
|
-
"resolved": "
|
|
13727
|
+
"original": "string",
|
|
13728
|
+
"resolved": "string",
|
|
13243
13729
|
"references": {}
|
|
13244
13730
|
},
|
|
13245
13731
|
"mutable": false,
|
|
13246
|
-
"attr": "
|
|
13732
|
+
"attr": "first-step-label",
|
|
13247
13733
|
"reflectToAttr": false,
|
|
13248
13734
|
"docs": "",
|
|
13249
13735
|
"docsTags": [],
|
|
13736
|
+
"default": "''",
|
|
13250
13737
|
"values": [
|
|
13251
13738
|
{
|
|
13252
|
-
"value": "active",
|
|
13253
|
-
"type": "string"
|
|
13254
|
-
},
|
|
13255
|
-
{
|
|
13256
|
-
"value": "default",
|
|
13257
13739
|
"type": "string"
|
|
13258
13740
|
}
|
|
13259
13741
|
],
|
|
@@ -13261,111 +13743,67 @@
|
|
|
13261
13743
|
"required": false
|
|
13262
13744
|
},
|
|
13263
13745
|
{
|
|
13264
|
-
"name": "
|
|
13265
|
-
"type": "\"
|
|
13746
|
+
"name": "firstStepState",
|
|
13747
|
+
"type": "\"default\" | \"destructive\"",
|
|
13266
13748
|
"complexType": {
|
|
13267
|
-
"original": "
|
|
13268
|
-
"resolved": "\"
|
|
13269
|
-
"references": {
|
|
13749
|
+
"original": "ProgressStepStates",
|
|
13750
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
13751
|
+
"references": {
|
|
13752
|
+
"ProgressStepStates": {
|
|
13753
|
+
"location": "import",
|
|
13754
|
+
"path": "../../models/reusableModels",
|
|
13755
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
13756
|
+
}
|
|
13757
|
+
}
|
|
13270
13758
|
},
|
|
13271
13759
|
"mutable": false,
|
|
13272
|
-
"attr": "
|
|
13760
|
+
"attr": "first-step-state",
|
|
13273
13761
|
"reflectToAttr": false,
|
|
13274
13762
|
"docs": "",
|
|
13275
13763
|
"docsTags": [],
|
|
13276
13764
|
"values": [
|
|
13277
13765
|
{
|
|
13278
|
-
"value": "
|
|
13766
|
+
"value": "default",
|
|
13279
13767
|
"type": "string"
|
|
13280
13768
|
},
|
|
13281
13769
|
{
|
|
13282
|
-
"value": "
|
|
13770
|
+
"value": "destructive",
|
|
13283
13771
|
"type": "string"
|
|
13284
13772
|
}
|
|
13285
13773
|
],
|
|
13286
13774
|
"optional": false,
|
|
13287
13775
|
"required": false
|
|
13288
|
-
}
|
|
13289
|
-
],
|
|
13290
|
-
"methods": [],
|
|
13291
|
-
"events": [
|
|
13292
|
-
{
|
|
13293
|
-
"event": "sideBarItemClicked",
|
|
13294
|
-
"detail": "void",
|
|
13295
|
-
"bubbles": true,
|
|
13296
|
-
"complexType": {
|
|
13297
|
-
"original": "void",
|
|
13298
|
-
"resolved": "void",
|
|
13299
|
-
"references": {}
|
|
13300
|
-
},
|
|
13301
|
-
"cancelable": true,
|
|
13302
|
-
"composed": true,
|
|
13303
|
-
"docs": "",
|
|
13304
|
-
"docsTags": []
|
|
13305
|
-
}
|
|
13306
|
-
],
|
|
13307
|
-
"listeners": [],
|
|
13308
|
-
"styles": [],
|
|
13309
|
-
"slots": [],
|
|
13310
|
-
"parts": [],
|
|
13311
|
-
"dependents": [
|
|
13312
|
-
"gb-sidebar"
|
|
13313
|
-
],
|
|
13314
|
-
"dependencies": [
|
|
13315
|
-
"gb-badge",
|
|
13316
|
-
"gb-tooltip"
|
|
13317
|
-
],
|
|
13318
|
-
"dependencyGraph": {
|
|
13319
|
-
"gb-simple-side-bar-item": [
|
|
13320
|
-
"gb-badge",
|
|
13321
|
-
"gb-tooltip"
|
|
13322
|
-
],
|
|
13323
|
-
"gb-badge": [
|
|
13324
|
-
"gb-avatar",
|
|
13325
|
-
"gb-badge-close"
|
|
13326
|
-
],
|
|
13327
|
-
"gb-avatar": [
|
|
13328
|
-
"gb-avatar-contrast-inner-border",
|
|
13329
|
-
"gb-status-indicator"
|
|
13330
|
-
],
|
|
13331
|
-
"gb-sidebar": [
|
|
13332
|
-
"gb-simple-side-bar-item"
|
|
13333
|
-
]
|
|
13334
|
-
}
|
|
13335
|
-
},
|
|
13336
|
-
{
|
|
13337
|
-
"filePath": "src/components/gb-slider/gb-slider.tsx",
|
|
13338
|
-
"encapsulation": "shadow",
|
|
13339
|
-
"tag": "gb-slider",
|
|
13340
|
-
"readme": "# gb-slider\r\n\r\n\r\n\r",
|
|
13341
|
-
"docs": "",
|
|
13342
|
-
"docsTags": [],
|
|
13343
|
-
"usage": {},
|
|
13344
|
-
"props": [
|
|
13776
|
+
},
|
|
13345
13777
|
{
|
|
13346
|
-
"name": "
|
|
13347
|
-
"type": "\"
|
|
13778
|
+
"name": "firstStepStatus",
|
|
13779
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13348
13780
|
"complexType": {
|
|
13349
|
-
"original": "
|
|
13350
|
-
"resolved": "\"
|
|
13351
|
-
"references": {
|
|
13781
|
+
"original": "ProgressStepStatus",
|
|
13782
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13783
|
+
"references": {
|
|
13784
|
+
"ProgressStepStatus": {
|
|
13785
|
+
"location": "import",
|
|
13786
|
+
"path": "../../models/reusableModels",
|
|
13787
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
13788
|
+
}
|
|
13789
|
+
}
|
|
13352
13790
|
},
|
|
13353
13791
|
"mutable": false,
|
|
13354
|
-
"attr": "
|
|
13792
|
+
"attr": "first-step-status",
|
|
13355
13793
|
"reflectToAttr": false,
|
|
13356
13794
|
"docs": "",
|
|
13357
13795
|
"docsTags": [],
|
|
13358
13796
|
"values": [
|
|
13359
13797
|
{
|
|
13360
|
-
"value": "
|
|
13798
|
+
"value": "complete",
|
|
13361
13799
|
"type": "string"
|
|
13362
13800
|
},
|
|
13363
13801
|
{
|
|
13364
|
-
"value": "
|
|
13802
|
+
"value": "current",
|
|
13365
13803
|
"type": "string"
|
|
13366
13804
|
},
|
|
13367
13805
|
{
|
|
13368
|
-
"value": "
|
|
13806
|
+
"value": "incomplete",
|
|
13369
13807
|
"type": "string"
|
|
13370
13808
|
}
|
|
13371
13809
|
],
|
|
@@ -13373,113 +13811,133 @@
|
|
|
13373
13811
|
"required": false
|
|
13374
13812
|
},
|
|
13375
13813
|
{
|
|
13376
|
-
"name": "
|
|
13377
|
-
"type": "
|
|
13814
|
+
"name": "firstStepSupportingText",
|
|
13815
|
+
"type": "string",
|
|
13378
13816
|
"complexType": {
|
|
13379
|
-
"original": "
|
|
13380
|
-
"resolved": "
|
|
13817
|
+
"original": "string",
|
|
13818
|
+
"resolved": "string",
|
|
13381
13819
|
"references": {}
|
|
13382
13820
|
},
|
|
13383
13821
|
"mutable": false,
|
|
13384
|
-
"attr": "
|
|
13822
|
+
"attr": "first-step-supporting-text",
|
|
13385
13823
|
"reflectToAttr": false,
|
|
13386
13824
|
"docs": "",
|
|
13387
13825
|
"docsTags": [],
|
|
13388
|
-
"default": "
|
|
13826
|
+
"default": "''",
|
|
13389
13827
|
"values": [
|
|
13390
13828
|
{
|
|
13391
|
-
"type": "
|
|
13829
|
+
"type": "string"
|
|
13392
13830
|
}
|
|
13393
13831
|
],
|
|
13394
13832
|
"optional": false,
|
|
13395
13833
|
"required": false
|
|
13396
13834
|
},
|
|
13397
13835
|
{
|
|
13398
|
-
"name": "
|
|
13399
|
-
"type": "
|
|
13836
|
+
"name": "fourthStepLabel",
|
|
13837
|
+
"type": "string",
|
|
13400
13838
|
"complexType": {
|
|
13401
|
-
"original": "
|
|
13402
|
-
"resolved": "
|
|
13839
|
+
"original": "string",
|
|
13840
|
+
"resolved": "string",
|
|
13403
13841
|
"references": {}
|
|
13404
13842
|
},
|
|
13405
13843
|
"mutable": false,
|
|
13406
|
-
"attr": "
|
|
13844
|
+
"attr": "fourth-step-label",
|
|
13407
13845
|
"reflectToAttr": false,
|
|
13408
13846
|
"docs": "",
|
|
13409
13847
|
"docsTags": [],
|
|
13410
|
-
"default": "
|
|
13848
|
+
"default": "''",
|
|
13411
13849
|
"values": [
|
|
13412
13850
|
{
|
|
13413
|
-
"type": "
|
|
13851
|
+
"type": "string"
|
|
13414
13852
|
}
|
|
13415
13853
|
],
|
|
13416
13854
|
"optional": false,
|
|
13417
13855
|
"required": false
|
|
13418
13856
|
},
|
|
13419
13857
|
{
|
|
13420
|
-
"name": "
|
|
13421
|
-
"type": "
|
|
13858
|
+
"name": "fourthStepState",
|
|
13859
|
+
"type": "\"default\" | \"destructive\"",
|
|
13422
13860
|
"complexType": {
|
|
13423
|
-
"original": "
|
|
13424
|
-
"resolved": "
|
|
13425
|
-
"references": {
|
|
13861
|
+
"original": "ProgressStepStates",
|
|
13862
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
13863
|
+
"references": {
|
|
13864
|
+
"ProgressStepStates": {
|
|
13865
|
+
"location": "import",
|
|
13866
|
+
"path": "../../models/reusableModels",
|
|
13867
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
13868
|
+
}
|
|
13869
|
+
}
|
|
13426
13870
|
},
|
|
13427
13871
|
"mutable": false,
|
|
13428
|
-
"attr": "
|
|
13872
|
+
"attr": "fourth-step-state",
|
|
13429
13873
|
"reflectToAttr": false,
|
|
13430
13874
|
"docs": "",
|
|
13431
13875
|
"docsTags": [],
|
|
13432
|
-
"default": "0",
|
|
13433
13876
|
"values": [
|
|
13434
13877
|
{
|
|
13435
|
-
"
|
|
13878
|
+
"value": "default",
|
|
13879
|
+
"type": "string"
|
|
13880
|
+
},
|
|
13881
|
+
{
|
|
13882
|
+
"value": "destructive",
|
|
13883
|
+
"type": "string"
|
|
13436
13884
|
}
|
|
13437
13885
|
],
|
|
13438
13886
|
"optional": false,
|
|
13439
13887
|
"required": false
|
|
13440
13888
|
},
|
|
13441
13889
|
{
|
|
13442
|
-
"name": "
|
|
13443
|
-
"type": "
|
|
13890
|
+
"name": "fourthStepStatus",
|
|
13891
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13444
13892
|
"complexType": {
|
|
13445
|
-
"original": "
|
|
13446
|
-
"resolved": "
|
|
13447
|
-
"references": {
|
|
13893
|
+
"original": "ProgressStepStatus",
|
|
13894
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13895
|
+
"references": {
|
|
13896
|
+
"ProgressStepStatus": {
|
|
13897
|
+
"location": "import",
|
|
13898
|
+
"path": "../../models/reusableModels",
|
|
13899
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
13900
|
+
}
|
|
13901
|
+
}
|
|
13448
13902
|
},
|
|
13449
13903
|
"mutable": false,
|
|
13450
|
-
"attr": "
|
|
13904
|
+
"attr": "fourth-step-status",
|
|
13451
13905
|
"reflectToAttr": false,
|
|
13452
13906
|
"docs": "",
|
|
13453
13907
|
"docsTags": [],
|
|
13454
|
-
"default": "100",
|
|
13455
13908
|
"values": [
|
|
13456
13909
|
{
|
|
13457
|
-
"
|
|
13910
|
+
"value": "complete",
|
|
13911
|
+
"type": "string"
|
|
13912
|
+
},
|
|
13913
|
+
{
|
|
13914
|
+
"value": "current",
|
|
13915
|
+
"type": "string"
|
|
13916
|
+
},
|
|
13917
|
+
{
|
|
13918
|
+
"value": "incomplete",
|
|
13919
|
+
"type": "string"
|
|
13458
13920
|
}
|
|
13459
13921
|
],
|
|
13460
13922
|
"optional": false,
|
|
13461
13923
|
"required": false
|
|
13462
13924
|
},
|
|
13463
13925
|
{
|
|
13464
|
-
"name": "
|
|
13465
|
-
"type": "
|
|
13926
|
+
"name": "fourthStepSupportingText",
|
|
13927
|
+
"type": "string",
|
|
13466
13928
|
"complexType": {
|
|
13467
|
-
"original": "
|
|
13468
|
-
"resolved": "
|
|
13929
|
+
"original": "string",
|
|
13930
|
+
"resolved": "string",
|
|
13469
13931
|
"references": {}
|
|
13470
13932
|
},
|
|
13471
13933
|
"mutable": false,
|
|
13472
|
-
"attr": "
|
|
13934
|
+
"attr": "fourth-step-supporting-text",
|
|
13473
13935
|
"reflectToAttr": false,
|
|
13474
13936
|
"docs": "",
|
|
13475
13937
|
"docsTags": [],
|
|
13938
|
+
"default": "''",
|
|
13476
13939
|
"values": [
|
|
13477
13940
|
{
|
|
13478
|
-
"value": "text",
|
|
13479
|
-
"type": "string"
|
|
13480
|
-
},
|
|
13481
|
-
{
|
|
13482
|
-
"value": "tooltip",
|
|
13483
13941
|
"type": "string"
|
|
13484
13942
|
}
|
|
13485
13943
|
],
|
|
@@ -13487,7 +13945,7 @@
|
|
|
13487
13945
|
"required": false
|
|
13488
13946
|
},
|
|
13489
13947
|
{
|
|
13490
|
-
"name": "
|
|
13948
|
+
"name": "secondStepLabel",
|
|
13491
13949
|
"type": "string",
|
|
13492
13950
|
"complexType": {
|
|
13493
13951
|
"original": "string",
|
|
@@ -13495,7 +13953,7 @@
|
|
|
13495
13953
|
"references": {}
|
|
13496
13954
|
},
|
|
13497
13955
|
"mutable": false,
|
|
13498
|
-
"attr": "
|
|
13956
|
+
"attr": "second-step-label",
|
|
13499
13957
|
"reflectToAttr": false,
|
|
13500
13958
|
"docs": "",
|
|
13501
13959
|
"docsTags": [],
|
|
@@ -13509,107 +13967,75 @@
|
|
|
13509
13967
|
"required": false
|
|
13510
13968
|
},
|
|
13511
13969
|
{
|
|
13512
|
-
"name": "
|
|
13513
|
-
"type": "\"
|
|
13970
|
+
"name": "secondStepState",
|
|
13971
|
+
"type": "\"default\" | \"destructive\"",
|
|
13514
13972
|
"complexType": {
|
|
13515
|
-
"original": "
|
|
13516
|
-
"resolved": "\"
|
|
13517
|
-
"references": {
|
|
13973
|
+
"original": "ProgressStepStates",
|
|
13974
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
13975
|
+
"references": {
|
|
13976
|
+
"ProgressStepStates": {
|
|
13977
|
+
"location": "import",
|
|
13978
|
+
"path": "../../models/reusableModels",
|
|
13979
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
13980
|
+
}
|
|
13981
|
+
}
|
|
13518
13982
|
},
|
|
13519
13983
|
"mutable": false,
|
|
13520
|
-
"attr": "
|
|
13984
|
+
"attr": "second-step-state",
|
|
13521
13985
|
"reflectToAttr": false,
|
|
13522
13986
|
"docs": "",
|
|
13523
13987
|
"docsTags": [],
|
|
13524
|
-
"default": "'left'",
|
|
13525
13988
|
"values": [
|
|
13526
13989
|
{
|
|
13527
|
-
"value": "
|
|
13990
|
+
"value": "default",
|
|
13528
13991
|
"type": "string"
|
|
13529
13992
|
},
|
|
13530
13993
|
{
|
|
13531
|
-
"value": "
|
|
13994
|
+
"value": "destructive",
|
|
13532
13995
|
"type": "string"
|
|
13533
13996
|
}
|
|
13534
13997
|
],
|
|
13535
13998
|
"optional": false,
|
|
13536
13999
|
"required": false
|
|
13537
|
-
}
|
|
13538
|
-
],
|
|
13539
|
-
"methods": [],
|
|
13540
|
-
"events": [
|
|
13541
|
-
{
|
|
13542
|
-
"event": "thumbValueChanged",
|
|
13543
|
-
"detail": "{ left: number; right: number; }",
|
|
13544
|
-
"bubbles": true,
|
|
13545
|
-
"complexType": {
|
|
13546
|
-
"original": "{ left: number; right: number }",
|
|
13547
|
-
"resolved": "{ left: number; right: number; }",
|
|
13548
|
-
"references": {}
|
|
13549
|
-
},
|
|
13550
|
-
"cancelable": true,
|
|
13551
|
-
"composed": true,
|
|
13552
|
-
"docs": "",
|
|
13553
|
-
"docsTags": []
|
|
13554
|
-
}
|
|
13555
|
-
],
|
|
13556
|
-
"listeners": [],
|
|
13557
|
-
"styles": [],
|
|
13558
|
-
"slots": [],
|
|
13559
|
-
"parts": [],
|
|
13560
|
-
"dependents": [],
|
|
13561
|
-
"dependencies": [
|
|
13562
|
-
"gb-slider-control-handle"
|
|
13563
|
-
],
|
|
13564
|
-
"dependencyGraph": {
|
|
13565
|
-
"gb-slider": [
|
|
13566
|
-
"gb-slider-control-handle"
|
|
13567
|
-
],
|
|
13568
|
-
"gb-slider-control-handle": [
|
|
13569
|
-
"gb-tooltip"
|
|
13570
|
-
]
|
|
13571
|
-
}
|
|
13572
|
-
},
|
|
13573
|
-
{
|
|
13574
|
-
"filePath": "src/components/gb-slider-control-handle/gb-slider-control-handle.tsx",
|
|
13575
|
-
"encapsulation": "shadow",
|
|
13576
|
-
"tag": "gb-slider-control-handle",
|
|
13577
|
-
"readme": "# gb-slider-control-handle\r\n\r\n\r\n\r",
|
|
13578
|
-
"docs": "",
|
|
13579
|
-
"docsTags": [],
|
|
13580
|
-
"usage": {},
|
|
13581
|
-
"props": [
|
|
14000
|
+
},
|
|
13582
14001
|
{
|
|
13583
|
-
"name": "
|
|
13584
|
-
"type": "\"\" | \"
|
|
14002
|
+
"name": "secondStepStatus",
|
|
14003
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13585
14004
|
"complexType": {
|
|
13586
|
-
"original": "
|
|
13587
|
-
"resolved": "\"\" | \"
|
|
13588
|
-
"references": {
|
|
14005
|
+
"original": "ProgressStepStatus",
|
|
14006
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14007
|
+
"references": {
|
|
14008
|
+
"ProgressStepStatus": {
|
|
14009
|
+
"location": "import",
|
|
14010
|
+
"path": "../../models/reusableModels",
|
|
14011
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14012
|
+
}
|
|
14013
|
+
}
|
|
13589
14014
|
},
|
|
13590
14015
|
"mutable": false,
|
|
13591
|
-
"attr": "
|
|
14016
|
+
"attr": "second-step-status",
|
|
13592
14017
|
"reflectToAttr": false,
|
|
13593
14018
|
"docs": "",
|
|
13594
14019
|
"docsTags": [],
|
|
13595
14020
|
"values": [
|
|
13596
14021
|
{
|
|
13597
|
-
"
|
|
14022
|
+
"value": "complete",
|
|
14023
|
+
"type": "string"
|
|
13598
14024
|
},
|
|
13599
14025
|
{
|
|
13600
|
-
"value": "
|
|
14026
|
+
"value": "current",
|
|
13601
14027
|
"type": "string"
|
|
13602
14028
|
},
|
|
13603
14029
|
{
|
|
13604
|
-
"value": "
|
|
14030
|
+
"value": "incomplete",
|
|
13605
14031
|
"type": "string"
|
|
13606
14032
|
}
|
|
13607
14033
|
],
|
|
13608
|
-
"optional":
|
|
14034
|
+
"optional": false,
|
|
13609
14035
|
"required": false
|
|
13610
14036
|
},
|
|
13611
14037
|
{
|
|
13612
|
-
"name": "
|
|
14038
|
+
"name": "secondStepSupportingText",
|
|
13613
14039
|
"type": "string",
|
|
13614
14040
|
"complexType": {
|
|
13615
14041
|
"original": "string",
|
|
@@ -13617,11 +14043,11 @@
|
|
|
13617
14043
|
"references": {}
|
|
13618
14044
|
},
|
|
13619
14045
|
"mutable": false,
|
|
13620
|
-
"attr": "
|
|
14046
|
+
"attr": "second-step-supporting-text",
|
|
13621
14047
|
"reflectToAttr": false,
|
|
13622
14048
|
"docs": "",
|
|
13623
14049
|
"docsTags": [],
|
|
13624
|
-
"default": "'
|
|
14050
|
+
"default": "''",
|
|
13625
14051
|
"values": [
|
|
13626
14052
|
{
|
|
13627
14053
|
"type": "string"
|
|
@@ -13629,40 +14055,9 @@
|
|
|
13629
14055
|
],
|
|
13630
14056
|
"optional": false,
|
|
13631
14057
|
"required": false
|
|
13632
|
-
}
|
|
13633
|
-
],
|
|
13634
|
-
"methods": [],
|
|
13635
|
-
"events": [],
|
|
13636
|
-
"listeners": [],
|
|
13637
|
-
"styles": [],
|
|
13638
|
-
"slots": [],
|
|
13639
|
-
"parts": [],
|
|
13640
|
-
"dependents": [
|
|
13641
|
-
"gb-slider"
|
|
13642
|
-
],
|
|
13643
|
-
"dependencies": [
|
|
13644
|
-
"gb-tooltip"
|
|
13645
|
-
],
|
|
13646
|
-
"dependencyGraph": {
|
|
13647
|
-
"gb-slider-control-handle": [
|
|
13648
|
-
"gb-tooltip"
|
|
13649
|
-
],
|
|
13650
|
-
"gb-slider": [
|
|
13651
|
-
"gb-slider-control-handle"
|
|
13652
|
-
]
|
|
13653
|
-
}
|
|
13654
|
-
},
|
|
13655
|
-
{
|
|
13656
|
-
"filePath": "src/components/gb-status-indicator/gb-status-indicator.tsx",
|
|
13657
|
-
"encapsulation": "shadow",
|
|
13658
|
-
"tag": "gb-status-indicator",
|
|
13659
|
-
"readme": "# status-indicator\r\n\r\n\r\n\r",
|
|
13660
|
-
"docs": "",
|
|
13661
|
-
"docsTags": [],
|
|
13662
|
-
"usage": {},
|
|
13663
|
-
"props": [
|
|
14058
|
+
},
|
|
13664
14059
|
{
|
|
13665
|
-
"name": "
|
|
14060
|
+
"name": "seventhStepLabel",
|
|
13666
14061
|
"type": "string",
|
|
13667
14062
|
"complexType": {
|
|
13668
14063
|
"original": "string",
|
|
@@ -13670,11 +14065,11 @@
|
|
|
13670
14065
|
"references": {}
|
|
13671
14066
|
},
|
|
13672
14067
|
"mutable": false,
|
|
13673
|
-
"attr": "
|
|
14068
|
+
"attr": "seventh-step-label",
|
|
13674
14069
|
"reflectToAttr": false,
|
|
13675
14070
|
"docs": "",
|
|
13676
14071
|
"docsTags": [],
|
|
13677
|
-
"default": "
|
|
14072
|
+
"default": "''",
|
|
13678
14073
|
"values": [
|
|
13679
14074
|
{
|
|
13680
14075
|
"type": "string"
|
|
@@ -13684,71 +14079,31 @@
|
|
|
13684
14079
|
"required": false
|
|
13685
14080
|
},
|
|
13686
14081
|
{
|
|
13687
|
-
"name": "
|
|
13688
|
-
"type": "\"
|
|
14082
|
+
"name": "seventhStepState",
|
|
14083
|
+
"type": "\"default\" | \"destructive\"",
|
|
13689
14084
|
"complexType": {
|
|
13690
|
-
"original": "
|
|
13691
|
-
"resolved": "\"
|
|
13692
|
-
"references": {
|
|
13693
|
-
"
|
|
13694
|
-
"location": "import",
|
|
13695
|
-
"path": "../../models/reusableModels",
|
|
13696
|
-
"id": "src/models/reusableModels.ts::
|
|
13697
|
-
}
|
|
13698
|
-
}
|
|
13699
|
-
},
|
|
13700
|
-
"mutable": false,
|
|
13701
|
-
"attr": "
|
|
13702
|
-
"reflectToAttr": false,
|
|
13703
|
-
"docs": "",
|
|
13704
|
-
"docsTags": [],
|
|
13705
|
-
"values": [
|
|
13706
|
-
{
|
|
13707
|
-
"value": "lg",
|
|
13708
|
-
"type": "string"
|
|
13709
|
-
},
|
|
13710
|
-
{
|
|
13711
|
-
"value": "md",
|
|
13712
|
-
"type": "string"
|
|
13713
|
-
},
|
|
13714
|
-
{
|
|
13715
|
-
"value": "profile_lg",
|
|
13716
|
-
"type": "string"
|
|
13717
|
-
},
|
|
13718
|
-
{
|
|
13719
|
-
"value": "profile_md",
|
|
13720
|
-
"type": "string"
|
|
13721
|
-
},
|
|
13722
|
-
{
|
|
13723
|
-
"value": "profile_sm",
|
|
13724
|
-
"type": "string"
|
|
13725
|
-
},
|
|
13726
|
-
{
|
|
13727
|
-
"value": "sm",
|
|
13728
|
-
"type": "string"
|
|
13729
|
-
},
|
|
13730
|
-
{
|
|
13731
|
-
"value": "xl",
|
|
13732
|
-
"type": "string"
|
|
13733
|
-
},
|
|
13734
|
-
{
|
|
13735
|
-
"value": "xl2",
|
|
13736
|
-
"type": "string"
|
|
13737
|
-
},
|
|
13738
|
-
{
|
|
13739
|
-
"value": "xl3",
|
|
13740
|
-
"type": "string"
|
|
13741
|
-
},
|
|
13742
|
-
{
|
|
13743
|
-
"value": "xl4",
|
|
13744
|
-
"type": "string"
|
|
13745
|
-
},
|
|
14085
|
+
"original": "ProgressStepStates",
|
|
14086
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14087
|
+
"references": {
|
|
14088
|
+
"ProgressStepStates": {
|
|
14089
|
+
"location": "import",
|
|
14090
|
+
"path": "../../models/reusableModels",
|
|
14091
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14092
|
+
}
|
|
14093
|
+
}
|
|
14094
|
+
},
|
|
14095
|
+
"mutable": false,
|
|
14096
|
+
"attr": "seventh-step-state",
|
|
14097
|
+
"reflectToAttr": false,
|
|
14098
|
+
"docs": "",
|
|
14099
|
+
"docsTags": [],
|
|
14100
|
+
"values": [
|
|
13746
14101
|
{
|
|
13747
|
-
"value": "
|
|
14102
|
+
"value": "default",
|
|
13748
14103
|
"type": "string"
|
|
13749
14104
|
},
|
|
13750
14105
|
{
|
|
13751
|
-
"value": "
|
|
14106
|
+
"value": "destructive",
|
|
13752
14107
|
"type": "string"
|
|
13753
14108
|
}
|
|
13754
14109
|
],
|
|
@@ -13756,38 +14111,43 @@
|
|
|
13756
14111
|
"required": false
|
|
13757
14112
|
},
|
|
13758
14113
|
{
|
|
13759
|
-
"name": "
|
|
13760
|
-
"type": "
|
|
14114
|
+
"name": "seventhStepStatus",
|
|
14115
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13761
14116
|
"complexType": {
|
|
13762
|
-
"original": "
|
|
13763
|
-
"resolved": "
|
|
14117
|
+
"original": "ProgressStepStatus",
|
|
14118
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13764
14119
|
"references": {
|
|
13765
|
-
"
|
|
14120
|
+
"ProgressStepStatus": {
|
|
13766
14121
|
"location": "import",
|
|
13767
14122
|
"path": "../../models/reusableModels",
|
|
13768
|
-
"id": "src/models/reusableModels.ts::
|
|
14123
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
13769
14124
|
}
|
|
13770
14125
|
}
|
|
13771
14126
|
},
|
|
13772
14127
|
"mutable": false,
|
|
13773
|
-
"attr": "
|
|
14128
|
+
"attr": "seventh-step-status",
|
|
13774
14129
|
"reflectToAttr": false,
|
|
13775
14130
|
"docs": "",
|
|
13776
14131
|
"docsTags": [],
|
|
13777
|
-
"default": "OnlineIndicatorStates.Offline",
|
|
13778
14132
|
"values": [
|
|
13779
14133
|
{
|
|
13780
|
-
"
|
|
14134
|
+
"value": "complete",
|
|
14135
|
+
"type": "string"
|
|
13781
14136
|
},
|
|
13782
14137
|
{
|
|
13783
|
-
"
|
|
14138
|
+
"value": "current",
|
|
14139
|
+
"type": "string"
|
|
14140
|
+
},
|
|
14141
|
+
{
|
|
14142
|
+
"value": "incomplete",
|
|
14143
|
+
"type": "string"
|
|
13784
14144
|
}
|
|
13785
14145
|
],
|
|
13786
14146
|
"optional": false,
|
|
13787
14147
|
"required": false
|
|
13788
14148
|
},
|
|
13789
14149
|
{
|
|
13790
|
-
"name": "
|
|
14150
|
+
"name": "seventhStepSupportingText",
|
|
13791
14151
|
"type": "string",
|
|
13792
14152
|
"complexType": {
|
|
13793
14153
|
"original": "string",
|
|
@@ -13795,7 +14155,7 @@
|
|
|
13795
14155
|
"references": {}
|
|
13796
14156
|
},
|
|
13797
14157
|
"mutable": false,
|
|
13798
|
-
"attr": "
|
|
14158
|
+
"attr": "seventh-step-supporting-text",
|
|
13799
14159
|
"reflectToAttr": false,
|
|
13800
14160
|
"docs": "",
|
|
13801
14161
|
"docsTags": [],
|
|
@@ -13807,71 +14167,55 @@
|
|
|
13807
14167
|
],
|
|
13808
14168
|
"optional": false,
|
|
13809
14169
|
"required": false
|
|
13810
|
-
}
|
|
13811
|
-
],
|
|
13812
|
-
"methods": [],
|
|
13813
|
-
"events": [],
|
|
13814
|
-
"listeners": [],
|
|
13815
|
-
"styles": [],
|
|
13816
|
-
"slots": [],
|
|
13817
|
-
"parts": [],
|
|
13818
|
-
"dependents": [
|
|
13819
|
-
"gb-avatar"
|
|
13820
|
-
],
|
|
13821
|
-
"dependencies": [],
|
|
13822
|
-
"dependencyGraph": {
|
|
13823
|
-
"gb-avatar": [
|
|
13824
|
-
"gb-status-indicator"
|
|
13825
|
-
]
|
|
13826
|
-
}
|
|
13827
|
-
},
|
|
13828
|
-
{
|
|
13829
|
-
"filePath": "src/components/gb-step-base/gb-step-base.tsx",
|
|
13830
|
-
"encapsulation": "shadow",
|
|
13831
|
-
"tag": "gb-step-base",
|
|
13832
|
-
"readme": "# gb-step-base\n\n\n",
|
|
13833
|
-
"docs": "",
|
|
13834
|
-
"docsTags": [],
|
|
13835
|
-
"usage": {},
|
|
13836
|
-
"props": [
|
|
14170
|
+
},
|
|
13837
14171
|
{
|
|
13838
|
-
"name": "
|
|
13839
|
-
"type": "
|
|
14172
|
+
"name": "sixthStepLabel",
|
|
14173
|
+
"type": "string",
|
|
13840
14174
|
"complexType": {
|
|
13841
|
-
"original": "
|
|
13842
|
-
"resolved": "
|
|
14175
|
+
"original": "string",
|
|
14176
|
+
"resolved": "string",
|
|
13843
14177
|
"references": {}
|
|
13844
14178
|
},
|
|
13845
14179
|
"mutable": false,
|
|
13846
|
-
"attr": "
|
|
14180
|
+
"attr": "sixth-step-label",
|
|
13847
14181
|
"reflectToAttr": false,
|
|
13848
14182
|
"docs": "",
|
|
13849
14183
|
"docsTags": [],
|
|
13850
|
-
"default": "
|
|
14184
|
+
"default": "''",
|
|
13851
14185
|
"values": [
|
|
13852
14186
|
{
|
|
13853
|
-
"type": "
|
|
14187
|
+
"type": "string"
|
|
13854
14188
|
}
|
|
13855
14189
|
],
|
|
13856
14190
|
"optional": false,
|
|
13857
14191
|
"required": false
|
|
13858
14192
|
},
|
|
13859
14193
|
{
|
|
13860
|
-
"name": "
|
|
13861
|
-
"type": "
|
|
14194
|
+
"name": "sixthStepState",
|
|
14195
|
+
"type": "\"default\" | \"destructive\"",
|
|
13862
14196
|
"complexType": {
|
|
13863
|
-
"original": "
|
|
13864
|
-
"resolved": "
|
|
13865
|
-
"references": {
|
|
14197
|
+
"original": "ProgressStepStates",
|
|
14198
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
14199
|
+
"references": {
|
|
14200
|
+
"ProgressStepStates": {
|
|
14201
|
+
"location": "import",
|
|
14202
|
+
"path": "../../models/reusableModels",
|
|
14203
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
14204
|
+
}
|
|
14205
|
+
}
|
|
13866
14206
|
},
|
|
13867
14207
|
"mutable": false,
|
|
13868
|
-
"attr": "
|
|
14208
|
+
"attr": "sixth-step-state",
|
|
13869
14209
|
"reflectToAttr": false,
|
|
13870
14210
|
"docs": "",
|
|
13871
14211
|
"docsTags": [],
|
|
13872
|
-
"default": "''",
|
|
13873
14212
|
"values": [
|
|
13874
14213
|
{
|
|
14214
|
+
"value": "default",
|
|
14215
|
+
"type": "string"
|
|
14216
|
+
},
|
|
14217
|
+
{
|
|
14218
|
+
"value": "destructive",
|
|
13875
14219
|
"type": "string"
|
|
13876
14220
|
}
|
|
13877
14221
|
],
|
|
@@ -13879,22 +14223,58 @@
|
|
|
13879
14223
|
"required": false
|
|
13880
14224
|
},
|
|
13881
14225
|
{
|
|
13882
|
-
"name": "
|
|
13883
|
-
"type": "
|
|
14226
|
+
"name": "sixthStepStatus",
|
|
14227
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13884
14228
|
"complexType": {
|
|
13885
|
-
"original": "
|
|
13886
|
-
"resolved": "
|
|
14229
|
+
"original": "ProgressStepStatus",
|
|
14230
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14231
|
+
"references": {
|
|
14232
|
+
"ProgressStepStatus": {
|
|
14233
|
+
"location": "import",
|
|
14234
|
+
"path": "../../models/reusableModels",
|
|
14235
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
14236
|
+
}
|
|
14237
|
+
}
|
|
14238
|
+
},
|
|
14239
|
+
"mutable": false,
|
|
14240
|
+
"attr": "sixth-step-status",
|
|
14241
|
+
"reflectToAttr": false,
|
|
14242
|
+
"docs": "",
|
|
14243
|
+
"docsTags": [],
|
|
14244
|
+
"values": [
|
|
14245
|
+
{
|
|
14246
|
+
"value": "complete",
|
|
14247
|
+
"type": "string"
|
|
14248
|
+
},
|
|
14249
|
+
{
|
|
14250
|
+
"value": "current",
|
|
14251
|
+
"type": "string"
|
|
14252
|
+
},
|
|
14253
|
+
{
|
|
14254
|
+
"value": "incomplete",
|
|
14255
|
+
"type": "string"
|
|
14256
|
+
}
|
|
14257
|
+
],
|
|
14258
|
+
"optional": false,
|
|
14259
|
+
"required": false
|
|
14260
|
+
},
|
|
14261
|
+
{
|
|
14262
|
+
"name": "sixthStepSupportingText",
|
|
14263
|
+
"type": "string",
|
|
14264
|
+
"complexType": {
|
|
14265
|
+
"original": "string",
|
|
14266
|
+
"resolved": "string",
|
|
13887
14267
|
"references": {}
|
|
13888
14268
|
},
|
|
13889
14269
|
"mutable": false,
|
|
13890
|
-
"attr": "
|
|
14270
|
+
"attr": "sixth-step-supporting-text",
|
|
13891
14271
|
"reflectToAttr": false,
|
|
13892
14272
|
"docs": "",
|
|
13893
14273
|
"docsTags": [],
|
|
13894
|
-
"default": "
|
|
14274
|
+
"default": "''",
|
|
13895
14275
|
"values": [
|
|
13896
14276
|
{
|
|
13897
|
-
"type": "
|
|
14277
|
+
"type": "string"
|
|
13898
14278
|
}
|
|
13899
14279
|
],
|
|
13900
14280
|
"optional": false,
|
|
@@ -13973,7 +14353,50 @@
|
|
|
13973
14353
|
"required": false
|
|
13974
14354
|
},
|
|
13975
14355
|
{
|
|
13976
|
-
"name": "
|
|
14356
|
+
"name": "steps",
|
|
14357
|
+
"type": "number",
|
|
14358
|
+
"complexType": {
|
|
14359
|
+
"original": "number",
|
|
14360
|
+
"resolved": "number",
|
|
14361
|
+
"references": {}
|
|
14362
|
+
},
|
|
14363
|
+
"mutable": false,
|
|
14364
|
+
"attr": "steps",
|
|
14365
|
+
"reflectToAttr": false,
|
|
14366
|
+
"docs": "",
|
|
14367
|
+
"docsTags": [],
|
|
14368
|
+
"values": [
|
|
14369
|
+
{
|
|
14370
|
+
"type": "number"
|
|
14371
|
+
}
|
|
14372
|
+
],
|
|
14373
|
+
"optional": false,
|
|
14374
|
+
"required": false
|
|
14375
|
+
},
|
|
14376
|
+
{
|
|
14377
|
+
"name": "thirdStepLabel",
|
|
14378
|
+
"type": "string",
|
|
14379
|
+
"complexType": {
|
|
14380
|
+
"original": "string",
|
|
14381
|
+
"resolved": "string",
|
|
14382
|
+
"references": {}
|
|
14383
|
+
},
|
|
14384
|
+
"mutable": false,
|
|
14385
|
+
"attr": "third-step-label",
|
|
14386
|
+
"reflectToAttr": false,
|
|
14387
|
+
"docs": "",
|
|
14388
|
+
"docsTags": [],
|
|
14389
|
+
"default": "''",
|
|
14390
|
+
"values": [
|
|
14391
|
+
{
|
|
14392
|
+
"type": "string"
|
|
14393
|
+
}
|
|
14394
|
+
],
|
|
14395
|
+
"optional": false,
|
|
14396
|
+
"required": false
|
|
14397
|
+
},
|
|
14398
|
+
{
|
|
14399
|
+
"name": "thirdStepState",
|
|
13977
14400
|
"type": "\"default\" | \"destructive\"",
|
|
13978
14401
|
"complexType": {
|
|
13979
14402
|
"original": "ProgressStepStates",
|
|
@@ -13987,7 +14410,7 @@
|
|
|
13987
14410
|
}
|
|
13988
14411
|
},
|
|
13989
14412
|
"mutable": false,
|
|
13990
|
-
"attr": "state",
|
|
14413
|
+
"attr": "third-step-state",
|
|
13991
14414
|
"reflectToAttr": false,
|
|
13992
14415
|
"docs": "",
|
|
13993
14416
|
"docsTags": [],
|
|
@@ -14005,7 +14428,7 @@
|
|
|
14005
14428
|
"required": false
|
|
14006
14429
|
},
|
|
14007
14430
|
{
|
|
14008
|
-
"name": "
|
|
14431
|
+
"name": "thirdStepStatus",
|
|
14009
14432
|
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
14010
14433
|
"complexType": {
|
|
14011
14434
|
"original": "ProgressStepStatus",
|
|
@@ -14019,7 +14442,7 @@
|
|
|
14019
14442
|
}
|
|
14020
14443
|
},
|
|
14021
14444
|
"mutable": false,
|
|
14022
|
-
"attr": "status",
|
|
14445
|
+
"attr": "third-step-status",
|
|
14023
14446
|
"reflectToAttr": false,
|
|
14024
14447
|
"docs": "",
|
|
14025
14448
|
"docsTags": [],
|
|
@@ -14041,7 +14464,7 @@
|
|
|
14041
14464
|
"required": false
|
|
14042
14465
|
},
|
|
14043
14466
|
{
|
|
14044
|
-
"name": "
|
|
14467
|
+
"name": "thirdStepSupportingText",
|
|
14045
14468
|
"type": "string",
|
|
14046
14469
|
"complexType": {
|
|
14047
14470
|
"original": "string",
|
|
@@ -14049,7 +14472,7 @@
|
|
|
14049
14472
|
"references": {}
|
|
14050
14473
|
},
|
|
14051
14474
|
"mutable": false,
|
|
14052
|
-
"attr": "supporting-text",
|
|
14475
|
+
"attr": "third-step-supporting-text",
|
|
14053
14476
|
"reflectToAttr": false,
|
|
14054
14477
|
"docs": "",
|
|
14055
14478
|
"docsTags": [],
|
|
@@ -14064,46 +14487,24 @@
|
|
|
14064
14487
|
},
|
|
14065
14488
|
{
|
|
14066
14489
|
"name": "type",
|
|
14067
|
-
"type": "\"
|
|
14490
|
+
"type": "\"featured_icon\" | \"icon\"",
|
|
14068
14491
|
"complexType": {
|
|
14069
|
-
"original": "
|
|
14070
|
-
"resolved": "\"
|
|
14071
|
-
"references": {
|
|
14072
|
-
"ProgressStepTypes": {
|
|
14073
|
-
"location": "import",
|
|
14074
|
-
"path": "../../models/reusableModels",
|
|
14075
|
-
"id": "src/models/reusableModels.ts::ProgressStepTypes"
|
|
14076
|
-
}
|
|
14077
|
-
}
|
|
14492
|
+
"original": "'icon' | 'featured_icon'",
|
|
14493
|
+
"resolved": "\"featured_icon\" | \"icon\"",
|
|
14494
|
+
"references": {}
|
|
14078
14495
|
},
|
|
14079
|
-
"mutable": false,
|
|
14080
|
-
"attr": "type",
|
|
14081
|
-
"reflectToAttr": false,
|
|
14082
|
-
"docs": "",
|
|
14083
|
-
"docsTags": [],
|
|
14084
|
-
"values": [
|
|
14085
|
-
{
|
|
14086
|
-
"value": "featured_icon_left",
|
|
14087
|
-
"type": "string"
|
|
14088
|
-
},
|
|
14089
|
-
{
|
|
14090
|
-
"value": "featured_icon_top",
|
|
14091
|
-
"type": "string"
|
|
14092
|
-
},
|
|
14093
|
-
{
|
|
14094
|
-
"value": "icon_left",
|
|
14095
|
-
"type": "string"
|
|
14096
|
-
},
|
|
14097
|
-
{
|
|
14098
|
-
"value": "icon_only",
|
|
14099
|
-
"type": "string"
|
|
14100
|
-
},
|
|
14496
|
+
"mutable": false,
|
|
14497
|
+
"attr": "type",
|
|
14498
|
+
"reflectToAttr": false,
|
|
14499
|
+
"docs": "",
|
|
14500
|
+
"docsTags": [],
|
|
14501
|
+
"values": [
|
|
14101
14502
|
{
|
|
14102
|
-
"value": "
|
|
14503
|
+
"value": "featured_icon",
|
|
14103
14504
|
"type": "string"
|
|
14104
14505
|
},
|
|
14105
14506
|
{
|
|
14106
|
-
"value": "
|
|
14507
|
+
"value": "icon",
|
|
14107
14508
|
"type": "string"
|
|
14108
14509
|
}
|
|
14109
14510
|
],
|
|
@@ -14117,29 +14518,24 @@
|
|
|
14117
14518
|
"styles": [],
|
|
14118
14519
|
"slots": [],
|
|
14119
14520
|
"parts": [],
|
|
14120
|
-
"dependents": [
|
|
14121
|
-
|
|
14122
|
-
"gb-
|
|
14123
|
-
"gb-stepper-horizontal-line-with-text"
|
|
14521
|
+
"dependents": [],
|
|
14522
|
+
"dependencies": [
|
|
14523
|
+
"gb-step-base"
|
|
14124
14524
|
],
|
|
14125
|
-
"dependencies": [],
|
|
14126
14525
|
"dependencyGraph": {
|
|
14127
|
-
"gb-progress-steps": [
|
|
14128
|
-
"gb-step-base"
|
|
14129
|
-
],
|
|
14130
14526
|
"gb-stepper-horizontal-icons-centered": [
|
|
14131
14527
|
"gb-step-base"
|
|
14132
14528
|
],
|
|
14133
|
-
"gb-
|
|
14134
|
-
"gb-
|
|
14529
|
+
"gb-step-base": [
|
|
14530
|
+
"gb-featured-icon"
|
|
14135
14531
|
]
|
|
14136
14532
|
}
|
|
14137
14533
|
},
|
|
14138
14534
|
{
|
|
14139
|
-
"filePath": "src/components/gb-stepper-horizontal-
|
|
14535
|
+
"filePath": "src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx",
|
|
14140
14536
|
"encapsulation": "shadow",
|
|
14141
|
-
"tag": "gb-stepper-horizontal-
|
|
14142
|
-
"readme": "# gb-stepper-horizontal-
|
|
14537
|
+
"tag": "gb-stepper-horizontal-line-with-text",
|
|
14538
|
+
"readme": "# gb-stepper-horizontal-line-with-text\n\n\n",
|
|
14143
14539
|
"docs": "",
|
|
14144
14540
|
"docsTags": [],
|
|
14145
14541
|
"usage": {},
|
|
@@ -14920,27 +15316,6 @@
|
|
|
14920
15316
|
"optional": false,
|
|
14921
15317
|
"required": false
|
|
14922
15318
|
},
|
|
14923
|
-
{
|
|
14924
|
-
"name": "steps",
|
|
14925
|
-
"type": "number",
|
|
14926
|
-
"complexType": {
|
|
14927
|
-
"original": "number",
|
|
14928
|
-
"resolved": "number",
|
|
14929
|
-
"references": {}
|
|
14930
|
-
},
|
|
14931
|
-
"mutable": false,
|
|
14932
|
-
"attr": "steps",
|
|
14933
|
-
"reflectToAttr": false,
|
|
14934
|
-
"docs": "",
|
|
14935
|
-
"docsTags": [],
|
|
14936
|
-
"values": [
|
|
14937
|
-
{
|
|
14938
|
-
"type": "number"
|
|
14939
|
-
}
|
|
14940
|
-
],
|
|
14941
|
-
"optional": false,
|
|
14942
|
-
"required": false
|
|
14943
|
-
},
|
|
14944
15319
|
{
|
|
14945
15320
|
"name": "thirdStepLabel",
|
|
14946
15321
|
"type": "string",
|
|
@@ -15052,32 +15427,6 @@
|
|
|
15052
15427
|
],
|
|
15053
15428
|
"optional": false,
|
|
15054
15429
|
"required": false
|
|
15055
|
-
},
|
|
15056
|
-
{
|
|
15057
|
-
"name": "type",
|
|
15058
|
-
"type": "\"featured_icon\" | \"icon\"",
|
|
15059
|
-
"complexType": {
|
|
15060
|
-
"original": "'icon' | 'featured_icon'",
|
|
15061
|
-
"resolved": "\"featured_icon\" | \"icon\"",
|
|
15062
|
-
"references": {}
|
|
15063
|
-
},
|
|
15064
|
-
"mutable": false,
|
|
15065
|
-
"attr": "type",
|
|
15066
|
-
"reflectToAttr": false,
|
|
15067
|
-
"docs": "",
|
|
15068
|
-
"docsTags": [],
|
|
15069
|
-
"values": [
|
|
15070
|
-
{
|
|
15071
|
-
"value": "featured_icon",
|
|
15072
|
-
"type": "string"
|
|
15073
|
-
},
|
|
15074
|
-
{
|
|
15075
|
-
"value": "icon",
|
|
15076
|
-
"type": "string"
|
|
15077
|
-
}
|
|
15078
|
-
],
|
|
15079
|
-
"optional": false,
|
|
15080
|
-
"required": false
|
|
15081
15430
|
}
|
|
15082
15431
|
],
|
|
15083
15432
|
"methods": [],
|
|
@@ -15091,47 +15440,39 @@
|
|
|
15091
15440
|
"gb-step-base"
|
|
15092
15441
|
],
|
|
15093
15442
|
"dependencyGraph": {
|
|
15094
|
-
"gb-stepper-horizontal-
|
|
15443
|
+
"gb-stepper-horizontal-line-with-text": [
|
|
15095
15444
|
"gb-step-base"
|
|
15445
|
+
],
|
|
15446
|
+
"gb-step-base": [
|
|
15447
|
+
"gb-featured-icon"
|
|
15096
15448
|
]
|
|
15097
15449
|
}
|
|
15098
15450
|
},
|
|
15099
15451
|
{
|
|
15100
|
-
"filePath": "src/components/gb-stepper-
|
|
15452
|
+
"filePath": "src/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.tsx",
|
|
15101
15453
|
"encapsulation": "shadow",
|
|
15102
|
-
"tag": "gb-stepper-
|
|
15103
|
-
"readme": "# gb-stepper-horizontal-line-with-text\n\n\n",
|
|
15454
|
+
"tag": "gb-stepper-vertical-icons-with-text",
|
|
15104
15455
|
"docs": "",
|
|
15105
15456
|
"docsTags": [],
|
|
15106
15457
|
"usage": {},
|
|
15107
15458
|
"props": [
|
|
15108
15459
|
{
|
|
15109
|
-
"name": "
|
|
15110
|
-
"type": "
|
|
15460
|
+
"name": "connector",
|
|
15461
|
+
"type": "boolean",
|
|
15111
15462
|
"complexType": {
|
|
15112
|
-
"original": "
|
|
15113
|
-
"resolved": "
|
|
15114
|
-
"references": {
|
|
15115
|
-
"BreakPoints": {
|
|
15116
|
-
"location": "import",
|
|
15117
|
-
"path": "../../models/reusableModels",
|
|
15118
|
-
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
15119
|
-
}
|
|
15120
|
-
}
|
|
15463
|
+
"original": "boolean",
|
|
15464
|
+
"resolved": "boolean",
|
|
15465
|
+
"references": {}
|
|
15121
15466
|
},
|
|
15122
15467
|
"mutable": false,
|
|
15123
|
-
"attr": "
|
|
15468
|
+
"attr": "connector",
|
|
15124
15469
|
"reflectToAttr": false,
|
|
15125
15470
|
"docs": "",
|
|
15126
15471
|
"docsTags": [],
|
|
15472
|
+
"default": "false",
|
|
15127
15473
|
"values": [
|
|
15128
15474
|
{
|
|
15129
|
-
"
|
|
15130
|
-
"type": "string"
|
|
15131
|
-
},
|
|
15132
|
-
{
|
|
15133
|
-
"value": "mobile",
|
|
15134
|
-
"type": "string"
|
|
15475
|
+
"type": "boolean"
|
|
15135
15476
|
}
|
|
15136
15477
|
],
|
|
15137
15478
|
"optional": false,
|
|
@@ -15697,6 +16038,138 @@
|
|
|
15697
16038
|
"optional": false,
|
|
15698
16039
|
"required": false
|
|
15699
16040
|
},
|
|
16041
|
+
{
|
|
16042
|
+
"name": "showFifthStep",
|
|
16043
|
+
"type": "boolean",
|
|
16044
|
+
"complexType": {
|
|
16045
|
+
"original": "boolean",
|
|
16046
|
+
"resolved": "boolean",
|
|
16047
|
+
"references": {}
|
|
16048
|
+
},
|
|
16049
|
+
"mutable": false,
|
|
16050
|
+
"attr": "show-fifth-step",
|
|
16051
|
+
"reflectToAttr": false,
|
|
16052
|
+
"docs": "",
|
|
16053
|
+
"docsTags": [],
|
|
16054
|
+
"default": "false",
|
|
16055
|
+
"values": [
|
|
16056
|
+
{
|
|
16057
|
+
"type": "boolean"
|
|
16058
|
+
}
|
|
16059
|
+
],
|
|
16060
|
+
"optional": false,
|
|
16061
|
+
"required": false
|
|
16062
|
+
},
|
|
16063
|
+
{
|
|
16064
|
+
"name": "showFourthStep",
|
|
16065
|
+
"type": "boolean",
|
|
16066
|
+
"complexType": {
|
|
16067
|
+
"original": "boolean",
|
|
16068
|
+
"resolved": "boolean",
|
|
16069
|
+
"references": {}
|
|
16070
|
+
},
|
|
16071
|
+
"mutable": false,
|
|
16072
|
+
"attr": "show-fourth-step",
|
|
16073
|
+
"reflectToAttr": false,
|
|
16074
|
+
"docs": "",
|
|
16075
|
+
"docsTags": [],
|
|
16076
|
+
"default": "false",
|
|
16077
|
+
"values": [
|
|
16078
|
+
{
|
|
16079
|
+
"type": "boolean"
|
|
16080
|
+
}
|
|
16081
|
+
],
|
|
16082
|
+
"optional": false,
|
|
16083
|
+
"required": false
|
|
16084
|
+
},
|
|
16085
|
+
{
|
|
16086
|
+
"name": "showSecondStep",
|
|
16087
|
+
"type": "boolean",
|
|
16088
|
+
"complexType": {
|
|
16089
|
+
"original": "boolean",
|
|
16090
|
+
"resolved": "boolean",
|
|
16091
|
+
"references": {}
|
|
16092
|
+
},
|
|
16093
|
+
"mutable": false,
|
|
16094
|
+
"attr": "show-second-step",
|
|
16095
|
+
"reflectToAttr": false,
|
|
16096
|
+
"docs": "",
|
|
16097
|
+
"docsTags": [],
|
|
16098
|
+
"default": "false",
|
|
16099
|
+
"values": [
|
|
16100
|
+
{
|
|
16101
|
+
"type": "boolean"
|
|
16102
|
+
}
|
|
16103
|
+
],
|
|
16104
|
+
"optional": false,
|
|
16105
|
+
"required": false
|
|
16106
|
+
},
|
|
16107
|
+
{
|
|
16108
|
+
"name": "showSeventhStep",
|
|
16109
|
+
"type": "boolean",
|
|
16110
|
+
"complexType": {
|
|
16111
|
+
"original": "boolean",
|
|
16112
|
+
"resolved": "boolean",
|
|
16113
|
+
"references": {}
|
|
16114
|
+
},
|
|
16115
|
+
"mutable": false,
|
|
16116
|
+
"attr": "show-seventh-step",
|
|
16117
|
+
"reflectToAttr": false,
|
|
16118
|
+
"docs": "",
|
|
16119
|
+
"docsTags": [],
|
|
16120
|
+
"default": "false",
|
|
16121
|
+
"values": [
|
|
16122
|
+
{
|
|
16123
|
+
"type": "boolean"
|
|
16124
|
+
}
|
|
16125
|
+
],
|
|
16126
|
+
"optional": false,
|
|
16127
|
+
"required": false
|
|
16128
|
+
},
|
|
16129
|
+
{
|
|
16130
|
+
"name": "showSixthStep",
|
|
16131
|
+
"type": "boolean",
|
|
16132
|
+
"complexType": {
|
|
16133
|
+
"original": "boolean",
|
|
16134
|
+
"resolved": "boolean",
|
|
16135
|
+
"references": {}
|
|
16136
|
+
},
|
|
16137
|
+
"mutable": false,
|
|
16138
|
+
"attr": "show-sixth-step",
|
|
16139
|
+
"reflectToAttr": false,
|
|
16140
|
+
"docs": "",
|
|
16141
|
+
"docsTags": [],
|
|
16142
|
+
"default": "false",
|
|
16143
|
+
"values": [
|
|
16144
|
+
{
|
|
16145
|
+
"type": "boolean"
|
|
16146
|
+
}
|
|
16147
|
+
],
|
|
16148
|
+
"optional": false,
|
|
16149
|
+
"required": false
|
|
16150
|
+
},
|
|
16151
|
+
{
|
|
16152
|
+
"name": "showThirdStep",
|
|
16153
|
+
"type": "boolean",
|
|
16154
|
+
"complexType": {
|
|
16155
|
+
"original": "boolean",
|
|
16156
|
+
"resolved": "boolean",
|
|
16157
|
+
"references": {}
|
|
16158
|
+
},
|
|
16159
|
+
"mutable": false,
|
|
16160
|
+
"attr": "show-third-step",
|
|
16161
|
+
"reflectToAttr": false,
|
|
16162
|
+
"docs": "",
|
|
16163
|
+
"docsTags": [],
|
|
16164
|
+
"default": "false",
|
|
16165
|
+
"values": [
|
|
16166
|
+
{
|
|
16167
|
+
"type": "boolean"
|
|
16168
|
+
}
|
|
16169
|
+
],
|
|
16170
|
+
"optional": false,
|
|
16171
|
+
"required": false
|
|
16172
|
+
},
|
|
15700
16173
|
{
|
|
15701
16174
|
"name": "sixthStepLabel",
|
|
15702
16175
|
"type": "string",
|
|
@@ -15992,6 +16465,32 @@
|
|
|
15992
16465
|
],
|
|
15993
16466
|
"optional": false,
|
|
15994
16467
|
"required": false
|
|
16468
|
+
},
|
|
16469
|
+
{
|
|
16470
|
+
"name": "type",
|
|
16471
|
+
"type": "\"featured_icon\" | \"icon\"",
|
|
16472
|
+
"complexType": {
|
|
16473
|
+
"original": "'icon' | 'featured_icon'",
|
|
16474
|
+
"resolved": "\"featured_icon\" | \"icon\"",
|
|
16475
|
+
"references": {}
|
|
16476
|
+
},
|
|
16477
|
+
"mutable": false,
|
|
16478
|
+
"attr": "type",
|
|
16479
|
+
"reflectToAttr": false,
|
|
16480
|
+
"docs": "",
|
|
16481
|
+
"docsTags": [],
|
|
16482
|
+
"values": [
|
|
16483
|
+
{
|
|
16484
|
+
"value": "featured_icon",
|
|
16485
|
+
"type": "string"
|
|
16486
|
+
},
|
|
16487
|
+
{
|
|
16488
|
+
"value": "icon",
|
|
16489
|
+
"type": "string"
|
|
16490
|
+
}
|
|
16491
|
+
],
|
|
16492
|
+
"optional": false,
|
|
16493
|
+
"required": false
|
|
15995
16494
|
}
|
|
15996
16495
|
],
|
|
15997
16496
|
"methods": [],
|
|
@@ -16005,8 +16504,11 @@
|
|
|
16005
16504
|
"gb-step-base"
|
|
16006
16505
|
],
|
|
16007
16506
|
"dependencyGraph": {
|
|
16008
|
-
"gb-stepper-
|
|
16507
|
+
"gb-stepper-vertical-icons-with-text": [
|
|
16009
16508
|
"gb-step-base"
|
|
16509
|
+
],
|
|
16510
|
+
"gb-step-base": [
|
|
16511
|
+
"gb-featured-icon"
|
|
16010
16512
|
]
|
|
16011
16513
|
}
|
|
16012
16514
|
},
|
|
@@ -19734,6 +20236,11 @@
|
|
|
19734
20236
|
"docstring": "",
|
|
19735
20237
|
"path": "src/models/reusableModels.ts"
|
|
19736
20238
|
},
|
|
20239
|
+
"src/models/reusableModels.ts::BadgeTypes": {
|
|
20240
|
+
"declaration": "export type BadgeTypes = 'pill_color' | 'pill_outline' | 'badge_color' | 'badge_modern';",
|
|
20241
|
+
"docstring": "",
|
|
20242
|
+
"path": "src/models/reusableModels.ts"
|
|
20243
|
+
},
|
|
19737
20244
|
"src/models/reusableModels.ts::GeneralHierarchies": {
|
|
19738
20245
|
"declaration": "export type GeneralHierarchies = 'primary' | 'secondary_gray' | 'secondary_color' | 'tertiary_gray' | 'tertiary_color' | 'link_gray' | 'link_color';",
|
|
19739
20246
|
"docstring": "",
|