globuswebcomponents 1.1.7 → 1.1.9
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_11.cjs.entry.js → gb-action-panel_16.cjs.entry.js} +237 -69
- package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-export-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-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 +34 -0
- package/dist/cjs/gb-header-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-header.cjs.entry.js +71 -0
- package/dist/cjs/gb-header.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +29 -29
- package/dist/cjs/gb-help-tooltip_3.cjs.entry.js.map +1 -1
- 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-input-dropdown_3.cjs.entry.js.map +1 -1
- 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-bar.cjs.entry.js +26 -0
- package/dist/cjs/gb-progress-bar.cjs.entry.js.map +1 -0
- 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-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-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/assets/download-03.svg +5 -0
- package/dist/collection/assets/view.svg +8 -0
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/gb-button/readme.md +15 -13
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +2755 -0
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +209 -0
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -0
- package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
- package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
- package/dist/collection/components/gb-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 +8 -8
- package/dist/collection/components/gb-header/gb-header.js.map +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 +4 -4
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
- 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 +29 -29
- package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
- 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-progress-steps/gb-progress-steps.css +10 -0
- package/dist/collection/components/gb-progress-steps/gb-progress-steps.js +504 -0
- package/dist/collection/components/gb-progress-steps/gb-progress-steps.js.map +1 -0
- 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 +2881 -0
- package/dist/collection/components/gb-step-base/gb-step-base.js +197 -0
- package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -0
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
- package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
- package/dist/collection/components/gb-toast/gb-toast.js +1 -1
- package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +4 -4
- package/dist/components/gb-avatar-group.js +4 -4
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +2 -2
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-detail-cell.d.ts +11 -0
- package/dist/components/gb-detail-cell.js +130 -0
- package/dist/components/gb-detail-cell.js.map +1 -0
- package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/components/gb-export-dropdown-item.js +1 -1
- package/dist/components/gb-export-dropdown.js +4 -4
- package/dist/components/gb-export-sub-dropdown-item.js +1 -1
- package/dist/components/gb-export-sub-dropdown.js +1 -1
- package/dist/components/gb-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 +6 -6
- package/dist/components/gb-header.js.map +1 -1
- package/dist/components/gb-help-dropdown.js +2 -2
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +5 -5
- package/dist/components/gb-input-dropdown-menu-item.js +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-input-field.js +1 -1
- package/dist/components/gb-mega-input-field-base.js +1 -1
- package/dist/components/gb-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +4 -4
- package/dist/components/gb-pagination-button-group-base.js +1 -1
- package/dist/components/gb-pagination-dot-group.js +1 -1
- package/dist/components/gb-pagination-dot-indicator.js +1 -1
- package/dist/components/gb-pagination-number-base.js +1 -1
- package/dist/components/gb-pagination.js +15 -15
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-progress-steps.d.ts +11 -0
- package/dist/components/gb-progress-steps.js +86 -0
- package/dist/components/gb-progress-steps.js.map +1 -0
- 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.d.ts +11 -0
- package/dist/components/gb-step-base.js +8 -0
- package/dist/components/gb-step-base.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-cbd28c9c.js → p-064e26e3.js} +2 -2
- package/dist/components/{p-cbd28c9c.js.map → p-064e26e3.js.map} +1 -1
- package/dist/components/{p-429e916e.js → p-0962e3f8.js} +2 -2
- package/dist/components/{p-429e916e.js.map → p-0962e3f8.js.map} +1 -1
- package/dist/components/{p-c8e2fcc9.js → p-1242e45b.js} +2 -2
- package/dist/components/{p-c8e2fcc9.js.map → p-1242e45b.js.map} +1 -1
- package/dist/components/{p-fd7f1360.js → p-12922642.js} +2 -2
- package/dist/components/{p-fd7f1360.js.map → p-12922642.js.map} +1 -1
- package/dist/components/{p-6e0df332.js → p-1a8b74e6.js} +2 -2
- package/dist/components/{p-6e0df332.js.map → p-1a8b74e6.js.map} +1 -1
- package/dist/components/{p-47a971e2.js → p-232503d0.js} +2 -2
- package/dist/components/{p-47a971e2.js.map → p-232503d0.js.map} +1 -1
- package/dist/components/{p-9539b6a0.js → p-24b03ad5.js} +2 -2
- package/dist/components/{p-9539b6a0.js.map → p-24b03ad5.js.map} +1 -1
- package/dist/components/{p-0de97a53.js → p-33197189.js} +3 -3
- package/dist/components/{p-0de97a53.js.map → p-33197189.js.map} +1 -1
- package/dist/components/{p-ead9652d.js → p-3f259cac.js} +3 -3
- package/dist/components/{p-ead9652d.js.map → p-3f259cac.js.map} +1 -1
- package/dist/components/{p-cb27f0fb.js → p-42267e58.js} +6 -6
- package/dist/components/{p-cb27f0fb.js.map → p-42267e58.js.map} +1 -1
- package/dist/components/{p-e678c096.js → p-451d4840.js} +7 -7
- package/dist/components/{p-e678c096.js.map → p-451d4840.js.map} +1 -1
- package/dist/components/p-47052b60.js.map +1 -1
- package/dist/components/{p-74988bb9.js → p-4951b87c.js} +5 -5
- package/dist/components/{p-74988bb9.js.map → p-4951b87c.js.map} +1 -1
- package/dist/components/p-4d475e81.js +51 -0
- package/dist/components/p-4d475e81.js.map +1 -0
- package/dist/components/{p-91ecb9e2.js → p-59618b80.js} +3 -3
- package/dist/components/{p-91ecb9e2.js.map → p-59618b80.js.map} +1 -1
- package/dist/components/{p-fd8f257a.js → p-5d12d91a.js} +2 -2
- package/dist/components/{p-fd8f257a.js.map → p-5d12d91a.js.map} +1 -1
- package/dist/components/{p-1fda161b.js → p-64fc3957.js} +3 -3
- package/dist/components/{p-1fda161b.js.map → p-64fc3957.js.map} +1 -1
- package/dist/components/{p-807e5c88.js → p-6649deea.js} +3 -3
- package/dist/components/{p-807e5c88.js.map → p-6649deea.js.map} +1 -1
- package/dist/components/{p-36713c8f.js → p-69c4723d.js} +2 -2
- package/dist/components/{p-36713c8f.js.map → p-69c4723d.js.map} +1 -1
- package/dist/components/{p-28268414.js → p-763584fa.js} +2 -2
- package/dist/components/{p-28268414.js.map → p-763584fa.js.map} +1 -1
- package/dist/components/{p-9caf228c.js → p-7a8d22dc.js} +2 -2
- package/dist/components/{p-9caf228c.js.map → p-7a8d22dc.js.map} +1 -1
- package/dist/components/{p-b1e66432.js → p-7e5cd1f3.js} +2 -2
- package/dist/components/{p-b1e66432.js.map → p-7e5cd1f3.js.map} +1 -1
- package/dist/components/{p-296fd628.js → p-871baf09.js} +2 -2
- package/dist/components/{p-296fd628.js.map → p-871baf09.js.map} +1 -1
- package/dist/components/{p-5e78c235.js → p-9507aa92.js} +3 -3
- package/dist/components/{p-5e78c235.js.map → p-9507aa92.js.map} +1 -1
- package/dist/components/{p-b629d491.js → p-97319929.js} +2 -2
- package/dist/components/{p-b629d491.js.map → p-97319929.js.map} +1 -1
- package/dist/components/{p-d3d98efb.js → p-a0362c99.js} +7 -7
- package/dist/components/{p-d3d98efb.js.map → p-a0362c99.js.map} +1 -1
- package/dist/components/{p-d884e179.js → p-a6ffb75a.js} +2 -2
- package/dist/components/{p-d884e179.js.map → p-a6ffb75a.js.map} +1 -1
- package/dist/components/{p-08c3f0fe.js → p-aa887ef8.js} +2 -2
- package/dist/components/{p-08c3f0fe.js.map → p-aa887ef8.js.map} +1 -1
- package/dist/components/{p-2e8d5384.js → p-ae76a373.js} +5 -5
- package/dist/components/{p-2e8d5384.js.map → p-ae76a373.js.map} +1 -1
- package/dist/components/{p-67feabb1.js → p-afe2c526.js} +38 -38
- package/dist/components/p-afe2c526.js.map +1 -0
- package/dist/components/{p-fd96e138.js → p-b41e41aa.js} +2 -2
- package/dist/components/{p-fd96e138.js.map → p-b41e41aa.js.map} +1 -1
- package/dist/components/{p-231fedfa.js → p-bb0742b1.js} +5 -5
- package/dist/components/{p-231fedfa.js.map → p-bb0742b1.js.map} +1 -1
- package/dist/components/{p-a90e8ba5.js → p-d7f5ec4d.js} +3 -3
- package/dist/components/{p-a90e8ba5.js.map → p-d7f5ec4d.js.map} +1 -1
- package/dist/components/{p-5eb5609b.js → p-e9683fbc.js} +3 -3
- package/dist/components/{p-5eb5609b.js.map → p-e9683fbc.js.map} +1 -1
- package/dist/components/{p-b0642b3b.js → p-ea1febce.js} +16 -16
- package/dist/components/p-ea1febce.js.map +1 -0
- package/dist/components/{p-d28a81d6.js → p-ee5f7299.js} +2 -2
- package/dist/components/{p-d28a81d6.js.map → p-ee5f7299.js.map} +1 -1
- package/dist/components/{p-2807f7ae.js → p-ef0190da.js} +2 -2
- package/dist/components/{p-2807f7ae.js.map → p-ef0190da.js.map} +1 -1
- package/dist/components/{p-f9720819.js → p-f142b029.js} +3 -3
- package/dist/components/{p-f9720819.js.map → p-f142b029.js.map} +1 -1
- package/dist/components/{p-34af0a7f.js → p-f1bcde96.js} +2 -2
- package/dist/components/{p-34af0a7f.js.map → p-f1bcde96.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +1981 -675
- package/dist/esm/{gb-action-panel_11.entry.js → gb-action-panel_16.entry.js} +231 -68
- package/dist/esm/gb-action-panel_16.entry.js.map +1 -0
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
- package/dist/esm/gb-export-dropdown-item_2.entry.js +2 -2
- package/dist/esm/gb-export-dropdown.entry.js +1 -1
- package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
- package/dist/esm/gb-file-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 +30 -0
- package/dist/esm/gb-header-icon.entry.js.map +1 -0
- package/dist/esm/gb-header.entry.js +67 -0
- package/dist/esm/gb-header.entry.js.map +1 -0
- package/dist/esm/gb-help-dropdown.entry.js +1 -1
- package/dist/esm/gb-help-tooltip_3.entry.js +29 -29
- package/dist/esm/gb-help-tooltip_3.entry.js.map +1 -1
- 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-input-dropdown_3.entry.js.map +1 -1
- 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-bar.entry.js +22 -0
- package/dist/esm/gb-progress-bar.entry.js.map +1 -0
- 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-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-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/assets/download-03.svg +5 -0
- package/dist/globuscomponents/assets/view.svg +8 -0
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
- package/dist/globuscomponents/p-0494ffc4.entry.js +2 -0
- package/dist/globuscomponents/p-0494ffc4.entry.js.map +1 -0
- package/dist/globuscomponents/{p-ac2e5c8c.entry.js → p-05fbfb36.entry.js} +2 -2
- package/dist/globuscomponents/{p-6b2ec995.entry.js → p-0b6f71e0.entry.js} +2 -2
- package/dist/globuscomponents/{p-28fd97fe.entry.js → p-0d535ff4.entry.js} +2 -2
- package/dist/globuscomponents/{p-19f682c1.entry.js → p-1a3512f3.entry.js} +2 -2
- package/dist/globuscomponents/{p-f80803e0.entry.js → p-1af1c3f2.entry.js} +2 -2
- package/dist/globuscomponents/{p-116b2e51.entry.js → p-271960c2.entry.js} +2 -2
- package/dist/globuscomponents/{p-a253d582.entry.js → p-29a9c080.entry.js} +2 -2
- package/dist/globuscomponents/{p-f5af9850.entry.js → p-3b0b55f7.entry.js} +2 -2
- package/dist/globuscomponents/{p-1ee71682.entry.js → p-3bfdc2ad.entry.js} +2 -2
- package/dist/globuscomponents/{p-ecf4686e.entry.js → p-43b5576d.entry.js} +2 -2
- package/dist/globuscomponents/{p-82e24f65.entry.js → p-43f078c4.entry.js} +2 -2
- package/dist/globuscomponents/p-43f078c4.entry.js.map +1 -0
- package/dist/globuscomponents/p-47052b60.js.map +1 -1
- package/dist/globuscomponents/{p-80f5b3e0.entry.js → p-48bc314c.entry.js} +2 -2
- package/dist/globuscomponents/{p-adb62d89.entry.js → p-5b86ff20.entry.js} +2 -2
- package/dist/globuscomponents/p-5bc87be4.entry.js +2 -0
- package/dist/globuscomponents/p-5bc87be4.entry.js.map +1 -0
- package/dist/globuscomponents/{p-7c3a09d0.entry.js → p-5dad4863.entry.js} +2 -2
- package/dist/globuscomponents/p-6da197e6.entry.js +2 -0
- package/dist/globuscomponents/{p-794e3ceb.entry.js → p-6ebd2ece.entry.js} +2 -2
- package/dist/globuscomponents/p-71650d61.entry.js +2 -0
- package/dist/globuscomponents/{p-a15d0510.entry.js → p-721c9ce5.entry.js} +2 -2
- package/dist/globuscomponents/{p-194289c2.entry.js → p-749299d2.entry.js} +2 -2
- package/dist/globuscomponents/p-749299d2.entry.js.map +1 -0
- package/dist/globuscomponents/{p-e85d4376.entry.js → p-7e87553d.entry.js} +2 -2
- package/dist/globuscomponents/{p-db4c2765.entry.js → p-81901007.entry.js} +2 -2
- package/dist/globuscomponents/{p-6b412c64.entry.js → p-8a423991.entry.js} +2 -2
- package/dist/globuscomponents/{p-147501f8.entry.js → p-95de0087.entry.js} +2 -2
- package/dist/globuscomponents/{p-068bbd33.entry.js → p-9991356c.entry.js} +2 -2
- package/dist/globuscomponents/{p-c1726455.entry.js → p-9c5f3f64.entry.js} +2 -2
- package/dist/globuscomponents/p-a0a60a2e.entry.js +2 -0
- package/dist/globuscomponents/{p-5c137ca6.entry.js → p-a6ef7533.entry.js} +2 -2
- package/dist/globuscomponents/{p-79cd6729.entry.js → p-aac86bba.entry.js} +2 -2
- package/dist/globuscomponents/p-be2899fd.entry.js +2 -0
- package/dist/globuscomponents/p-be2899fd.entry.js.map +1 -0
- package/dist/globuscomponents/{p-53872305.entry.js → p-bf0f7afa.entry.js} +2 -2
- package/dist/globuscomponents/{p-05c135e8.entry.js → p-c31bb571.entry.js} +2 -2
- package/dist/globuscomponents/{p-a5ffc3b3.entry.js → p-d3758ced.entry.js} +2 -2
- package/dist/globuscomponents/{p-b5907793.entry.js → p-dbaf4c00.entry.js} +2 -2
- package/dist/globuscomponents/{p-dce80c14.entry.js → p-dd205e63.entry.js} +2 -2
- package/dist/globuscomponents/{p-0926e54a.entry.js → p-dd797c90.entry.js} +2 -2
- package/dist/globuscomponents/{p-53c55005.entry.js → p-ddf46c13.entry.js} +2 -2
- package/dist/globuscomponents/p-e7c454e0.entry.js +2 -0
- package/dist/globuscomponents/p-e7c454e0.entry.js.map +1 -0
- package/dist/globuscomponents/{p-d3e77bfa.entry.js → p-e7d09487.entry.js} +2 -2
- package/dist/globuscomponents/readme.md +15 -13
- package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +20 -0
- package/dist/types/components/gb-header/gb-header.d.ts +2 -2
- package/dist/types/components/gb-progress-steps/gb-progress-steps.d.ts +25 -0
- package/dist/types/components/gb-step-base/gb-step-base.d.ts +12 -0
- package/dist/types/components.d.ts +132 -5
- package/dist/types/models/reusableModels.d.ts +3 -0
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel_11.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-badge_2.cjs.entry.js +0 -111
- package/dist/cjs/gb-badge_2.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +0 -42
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-tooltip.cjs.entry.js +0 -39
- package/dist/cjs/gb-tooltip.cjs.entry.js.map +0 -1
- package/dist/components/p-67feabb1.js.map +0 -1
- package/dist/components/p-b0642b3b.js.map +0 -1
- package/dist/esm/gb-action-panel_11.entry.js.map +0 -1
- package/dist/esm/gb-badge_2.entry.js +0 -106
- package/dist/esm/gb-badge_2.entry.js.map +0 -1
- package/dist/esm/gb-file-type-icon_2.entry.js +0 -37
- package/dist/esm/gb-file-type-icon_2.entry.js.map +0 -1
- package/dist/esm/gb-tooltip.entry.js +0 -35
- package/dist/esm/gb-tooltip.entry.js.map +0 -1
- package/dist/globuscomponents/p-1938aaf2.entry.js +0 -2
- package/dist/globuscomponents/p-194289c2.entry.js.map +0 -1
- package/dist/globuscomponents/p-29d39363.entry.js +0 -2
- package/dist/globuscomponents/p-29d39363.entry.js.map +0 -1
- package/dist/globuscomponents/p-2aff4c41.entry.js +0 -2
- package/dist/globuscomponents/p-2aff4c41.entry.js.map +0 -1
- package/dist/globuscomponents/p-2f861d90.entry.js +0 -2
- package/dist/globuscomponents/p-82e24f65.entry.js.map +0 -1
- package/dist/globuscomponents/p-8b40a709.entry.js +0 -2
- package/dist/globuscomponents/p-8b40a709.entry.js.map +0 -1
- package/dist/globuscomponents/p-93b368da.entry.js +0 -2
- package/dist/globuscomponents/p-d1d8a272.entry.js +0 -2
- package/dist/globuscomponents/p-d1d8a272.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-ac2e5c8c.entry.js.map → p-05fbfb36.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6b2ec995.entry.js.map → p-0b6f71e0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-28fd97fe.entry.js.map → p-0d535ff4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-19f682c1.entry.js.map → p-1a3512f3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f80803e0.entry.js.map → p-1af1c3f2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-116b2e51.entry.js.map → p-271960c2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a253d582.entry.js.map → p-29a9c080.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f5af9850.entry.js.map → p-3b0b55f7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1ee71682.entry.js.map → p-3bfdc2ad.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ecf4686e.entry.js.map → p-43b5576d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-80f5b3e0.entry.js.map → p-48bc314c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-adb62d89.entry.js.map → p-5b86ff20.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7c3a09d0.entry.js.map → p-5dad4863.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2f861d90.entry.js.map → p-6da197e6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-794e3ceb.entry.js.map → p-6ebd2ece.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-93b368da.entry.js.map → p-71650d61.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a15d0510.entry.js.map → p-721c9ce5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e85d4376.entry.js.map → p-7e87553d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-db4c2765.entry.js.map → p-81901007.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6b412c64.entry.js.map → p-8a423991.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-147501f8.entry.js.map → p-95de0087.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-068bbd33.entry.js.map → p-9991356c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c1726455.entry.js.map → p-9c5f3f64.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1938aaf2.entry.js.map → p-a0a60a2e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5c137ca6.entry.js.map → p-a6ef7533.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-79cd6729.entry.js.map → p-aac86bba.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-53872305.entry.js.map → p-bf0f7afa.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-05c135e8.entry.js.map → p-c31bb571.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a5ffc3b3.entry.js.map → p-d3758ced.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b5907793.entry.js.map → p-dbaf4c00.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dce80c14.entry.js.map → p-dd205e63.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0926e54a.entry.js.map → p-dd797c90.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-53c55005.entry.js.map → p-ddf46c13.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d3e77bfa.entry.js.map → p-e7d09487.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-06T10:15:17",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"filePath": "src/components/gb-action-panel/gb-action-panel.tsx",
|
|
11
11
|
"encapsulation": "shadow",
|
|
12
12
|
"tag": "gb-action-panel",
|
|
13
|
+
"readme": "# gb-action-panel\n\n\n",
|
|
13
14
|
"docs": "",
|
|
14
15
|
"docsTags": [],
|
|
15
16
|
"usage": {},
|
|
@@ -2548,6 +2549,7 @@
|
|
|
2548
2549
|
"slots": [],
|
|
2549
2550
|
"parts": [],
|
|
2550
2551
|
"dependents": [
|
|
2552
|
+
"gb-detail-cell",
|
|
2551
2553
|
"gb-simple-side-bar-item",
|
|
2552
2554
|
"gb-tab-button-base"
|
|
2553
2555
|
],
|
|
@@ -2564,6 +2566,9 @@
|
|
|
2564
2566
|
"gb-avatar-contrast-inner-border",
|
|
2565
2567
|
"gb-status-indicator"
|
|
2566
2568
|
],
|
|
2569
|
+
"gb-detail-cell": [
|
|
2570
|
+
"gb-badge"
|
|
2571
|
+
],
|
|
2567
2572
|
"gb-simple-side-bar-item": [
|
|
2568
2573
|
"gb-badge"
|
|
2569
2574
|
],
|
|
@@ -3301,6 +3306,7 @@
|
|
|
3301
3306
|
"dependents": [
|
|
3302
3307
|
"gb-action-panel",
|
|
3303
3308
|
"gb-checkbox-group-item",
|
|
3309
|
+
"gb-detail-cell",
|
|
3304
3310
|
"gb-file-upload",
|
|
3305
3311
|
"gb-file-upload-item-base",
|
|
3306
3312
|
"gb-input-field",
|
|
@@ -3317,6 +3323,9 @@
|
|
|
3317
3323
|
"gb-checkbox-group-item": [
|
|
3318
3324
|
"gb-button"
|
|
3319
3325
|
],
|
|
3326
|
+
"gb-detail-cell": [
|
|
3327
|
+
"gb-button"
|
|
3328
|
+
],
|
|
3320
3329
|
"gb-file-upload": [
|
|
3321
3330
|
"gb-button"
|
|
3322
3331
|
],
|
|
@@ -5147,6 +5156,261 @@
|
|
|
5147
5156
|
]
|
|
5148
5157
|
}
|
|
5149
5158
|
},
|
|
5159
|
+
{
|
|
5160
|
+
"filePath": "src/components/gb-detail-cell/gb-detail-cell.tsx",
|
|
5161
|
+
"encapsulation": "shadow",
|
|
5162
|
+
"tag": "gb-detail-cell",
|
|
5163
|
+
"readme": "# gb-detail-cell\n\n\n",
|
|
5164
|
+
"docs": "",
|
|
5165
|
+
"docsTags": [],
|
|
5166
|
+
"usage": {},
|
|
5167
|
+
"props": [
|
|
5168
|
+
{
|
|
5169
|
+
"name": "badgeColor",
|
|
5170
|
+
"type": "\"default\" | \"discovery\" | \"error\" | \"gray\" | \"information\" | \"pink\" | \"primary\" | \"purple\" | \"success\" | \"warning\"",
|
|
5171
|
+
"complexType": {
|
|
5172
|
+
"original": "GeneralColors",
|
|
5173
|
+
"resolved": "\"default\" | \"discovery\" | \"error\" | \"gray\" | \"information\" | \"pink\" | \"primary\" | \"purple\" | \"success\" | \"warning\"",
|
|
5174
|
+
"references": {
|
|
5175
|
+
"GeneralColors": {
|
|
5176
|
+
"location": "import",
|
|
5177
|
+
"path": "../../models/reusableModels",
|
|
5178
|
+
"id": "src/models/reusableModels.ts::GeneralColors"
|
|
5179
|
+
}
|
|
5180
|
+
}
|
|
5181
|
+
},
|
|
5182
|
+
"mutable": false,
|
|
5183
|
+
"attr": "badge-color",
|
|
5184
|
+
"reflectToAttr": false,
|
|
5185
|
+
"docs": "",
|
|
5186
|
+
"docsTags": [],
|
|
5187
|
+
"values": [
|
|
5188
|
+
{
|
|
5189
|
+
"value": "default",
|
|
5190
|
+
"type": "string"
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"value": "discovery",
|
|
5194
|
+
"type": "string"
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"value": "error",
|
|
5198
|
+
"type": "string"
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"value": "gray",
|
|
5202
|
+
"type": "string"
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"value": "information",
|
|
5206
|
+
"type": "string"
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
"value": "pink",
|
|
5210
|
+
"type": "string"
|
|
5211
|
+
},
|
|
5212
|
+
{
|
|
5213
|
+
"value": "primary",
|
|
5214
|
+
"type": "string"
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
"value": "purple",
|
|
5218
|
+
"type": "string"
|
|
5219
|
+
},
|
|
5220
|
+
{
|
|
5221
|
+
"value": "success",
|
|
5222
|
+
"type": "string"
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
"value": "warning",
|
|
5226
|
+
"type": "string"
|
|
5227
|
+
}
|
|
5228
|
+
],
|
|
5229
|
+
"optional": false,
|
|
5230
|
+
"required": false
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"name": "badgeLabel",
|
|
5234
|
+
"type": "string",
|
|
5235
|
+
"complexType": {
|
|
5236
|
+
"original": "string",
|
|
5237
|
+
"resolved": "string",
|
|
5238
|
+
"references": {}
|
|
5239
|
+
},
|
|
5240
|
+
"mutable": false,
|
|
5241
|
+
"attr": "badge-label",
|
|
5242
|
+
"reflectToAttr": false,
|
|
5243
|
+
"docs": "",
|
|
5244
|
+
"docsTags": [],
|
|
5245
|
+
"default": "''",
|
|
5246
|
+
"values": [
|
|
5247
|
+
{
|
|
5248
|
+
"type": "string"
|
|
5249
|
+
}
|
|
5250
|
+
],
|
|
5251
|
+
"optional": false,
|
|
5252
|
+
"required": false
|
|
5253
|
+
},
|
|
5254
|
+
{
|
|
5255
|
+
"name": "detail",
|
|
5256
|
+
"type": "string",
|
|
5257
|
+
"complexType": {
|
|
5258
|
+
"original": "string",
|
|
5259
|
+
"resolved": "string",
|
|
5260
|
+
"references": {}
|
|
5261
|
+
},
|
|
5262
|
+
"mutable": false,
|
|
5263
|
+
"attr": "detail",
|
|
5264
|
+
"reflectToAttr": false,
|
|
5265
|
+
"docs": "",
|
|
5266
|
+
"docsTags": [],
|
|
5267
|
+
"default": "''",
|
|
5268
|
+
"values": [
|
|
5269
|
+
{
|
|
5270
|
+
"type": "string"
|
|
5271
|
+
}
|
|
5272
|
+
],
|
|
5273
|
+
"optional": false,
|
|
5274
|
+
"required": false
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"name": "label",
|
|
5278
|
+
"type": "string",
|
|
5279
|
+
"complexType": {
|
|
5280
|
+
"original": "string",
|
|
5281
|
+
"resolved": "string",
|
|
5282
|
+
"references": {}
|
|
5283
|
+
},
|
|
5284
|
+
"mutable": false,
|
|
5285
|
+
"attr": "label",
|
|
5286
|
+
"reflectToAttr": false,
|
|
5287
|
+
"docs": "",
|
|
5288
|
+
"docsTags": [],
|
|
5289
|
+
"default": "''",
|
|
5290
|
+
"values": [
|
|
5291
|
+
{
|
|
5292
|
+
"type": "string"
|
|
5293
|
+
}
|
|
5294
|
+
],
|
|
5295
|
+
"optional": false,
|
|
5296
|
+
"required": false
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"name": "state",
|
|
5300
|
+
"type": "\"default\" | \"disabled\"",
|
|
5301
|
+
"complexType": {
|
|
5302
|
+
"original": "'default' | 'disabled'",
|
|
5303
|
+
"resolved": "\"default\" | \"disabled\"",
|
|
5304
|
+
"references": {}
|
|
5305
|
+
},
|
|
5306
|
+
"mutable": false,
|
|
5307
|
+
"attr": "state",
|
|
5308
|
+
"reflectToAttr": false,
|
|
5309
|
+
"docs": "",
|
|
5310
|
+
"docsTags": [],
|
|
5311
|
+
"values": [
|
|
5312
|
+
{
|
|
5313
|
+
"value": "default",
|
|
5314
|
+
"type": "string"
|
|
5315
|
+
},
|
|
5316
|
+
{
|
|
5317
|
+
"value": "disabled",
|
|
5318
|
+
"type": "string"
|
|
5319
|
+
}
|
|
5320
|
+
],
|
|
5321
|
+
"optional": false,
|
|
5322
|
+
"required": false
|
|
5323
|
+
},
|
|
5324
|
+
{
|
|
5325
|
+
"name": "type",
|
|
5326
|
+
"type": "\"document\" | \"information\" | \"status\"",
|
|
5327
|
+
"complexType": {
|
|
5328
|
+
"original": "'information' | 'document' | 'status'",
|
|
5329
|
+
"resolved": "\"document\" | \"information\" | \"status\"",
|
|
5330
|
+
"references": {}
|
|
5331
|
+
},
|
|
5332
|
+
"mutable": false,
|
|
5333
|
+
"attr": "type",
|
|
5334
|
+
"reflectToAttr": false,
|
|
5335
|
+
"docs": "",
|
|
5336
|
+
"docsTags": [],
|
|
5337
|
+
"values": [
|
|
5338
|
+
{
|
|
5339
|
+
"value": "document",
|
|
5340
|
+
"type": "string"
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"value": "information",
|
|
5344
|
+
"type": "string"
|
|
5345
|
+
},
|
|
5346
|
+
{
|
|
5347
|
+
"value": "status",
|
|
5348
|
+
"type": "string"
|
|
5349
|
+
}
|
|
5350
|
+
],
|
|
5351
|
+
"optional": false,
|
|
5352
|
+
"required": false
|
|
5353
|
+
}
|
|
5354
|
+
],
|
|
5355
|
+
"methods": [],
|
|
5356
|
+
"events": [
|
|
5357
|
+
{
|
|
5358
|
+
"event": "downloadButtonClicked",
|
|
5359
|
+
"detail": "void",
|
|
5360
|
+
"bubbles": true,
|
|
5361
|
+
"complexType": {
|
|
5362
|
+
"original": "void",
|
|
5363
|
+
"resolved": "void",
|
|
5364
|
+
"references": {}
|
|
5365
|
+
},
|
|
5366
|
+
"cancelable": true,
|
|
5367
|
+
"composed": true,
|
|
5368
|
+
"docs": "",
|
|
5369
|
+
"docsTags": []
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"event": "viewButtonClicked",
|
|
5373
|
+
"detail": "void",
|
|
5374
|
+
"bubbles": true,
|
|
5375
|
+
"complexType": {
|
|
5376
|
+
"original": "void",
|
|
5377
|
+
"resolved": "void",
|
|
5378
|
+
"references": {}
|
|
5379
|
+
},
|
|
5380
|
+
"cancelable": true,
|
|
5381
|
+
"composed": true,
|
|
5382
|
+
"docs": "",
|
|
5383
|
+
"docsTags": []
|
|
5384
|
+
}
|
|
5385
|
+
],
|
|
5386
|
+
"listeners": [],
|
|
5387
|
+
"styles": [],
|
|
5388
|
+
"slots": [],
|
|
5389
|
+
"parts": [],
|
|
5390
|
+
"dependents": [],
|
|
5391
|
+
"dependencies": [
|
|
5392
|
+
"gb-tooltip",
|
|
5393
|
+
"gb-file-type-icon",
|
|
5394
|
+
"gb-badge",
|
|
5395
|
+
"gb-button"
|
|
5396
|
+
],
|
|
5397
|
+
"dependencyGraph": {
|
|
5398
|
+
"gb-detail-cell": [
|
|
5399
|
+
"gb-tooltip",
|
|
5400
|
+
"gb-file-type-icon",
|
|
5401
|
+
"gb-badge",
|
|
5402
|
+
"gb-button"
|
|
5403
|
+
],
|
|
5404
|
+
"gb-badge": [
|
|
5405
|
+
"gb-avatar",
|
|
5406
|
+
"gb-badge-close"
|
|
5407
|
+
],
|
|
5408
|
+
"gb-avatar": [
|
|
5409
|
+
"gb-avatar-contrast-inner-border",
|
|
5410
|
+
"gb-status-indicator"
|
|
5411
|
+
]
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
5150
5414
|
{
|
|
5151
5415
|
"filePath": "src/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.tsx",
|
|
5152
5416
|
"encapsulation": "shadow",
|
|
@@ -5789,10 +6053,14 @@
|
|
|
5789
6053
|
"slots": [],
|
|
5790
6054
|
"parts": [],
|
|
5791
6055
|
"dependents": [
|
|
6056
|
+
"gb-detail-cell",
|
|
5792
6057
|
"gb-file-upload-item-base"
|
|
5793
6058
|
],
|
|
5794
6059
|
"dependencies": [],
|
|
5795
6060
|
"dependencyGraph": {
|
|
6061
|
+
"gb-detail-cell": [
|
|
6062
|
+
"gb-file-type-icon"
|
|
6063
|
+
],
|
|
5796
6064
|
"gb-file-upload-item-base": [
|
|
5797
6065
|
"gb-file-type-icon"
|
|
5798
6066
|
]
|
|
@@ -6798,11 +7066,11 @@
|
|
|
6798
7066
|
"docs": ""
|
|
6799
7067
|
},
|
|
6800
7068
|
"complexType": {
|
|
6801
|
-
"signature": "(
|
|
7069
|
+
"signature": "(item: string) => Promise<void>",
|
|
6802
7070
|
"parameters": [
|
|
6803
7071
|
{
|
|
6804
|
-
"name": "
|
|
6805
|
-
"type": "
|
|
7072
|
+
"name": "item",
|
|
7073
|
+
"type": "string",
|
|
6806
7074
|
"docs": ""
|
|
6807
7075
|
}
|
|
6808
7076
|
],
|
|
@@ -6814,11 +7082,11 @@
|
|
|
6814
7082
|
},
|
|
6815
7083
|
"return": "Promise<void>"
|
|
6816
7084
|
},
|
|
6817
|
-
"signature": "onNavBarItemClicked(
|
|
7085
|
+
"signature": "onNavBarItemClicked(item: string) => Promise<void>",
|
|
6818
7086
|
"parameters": [
|
|
6819
7087
|
{
|
|
6820
|
-
"name": "
|
|
6821
|
-
"type": "
|
|
7088
|
+
"name": "item",
|
|
7089
|
+
"type": "string",
|
|
6822
7090
|
"docs": ""
|
|
6823
7091
|
}
|
|
6824
7092
|
],
|
|
@@ -6843,11 +7111,11 @@
|
|
|
6843
7111
|
},
|
|
6844
7112
|
{
|
|
6845
7113
|
"event": "navBarItemClicked",
|
|
6846
|
-
"detail": "
|
|
7114
|
+
"detail": "string",
|
|
6847
7115
|
"bubbles": true,
|
|
6848
7116
|
"complexType": {
|
|
6849
|
-
"original": "
|
|
6850
|
-
"resolved": "
|
|
7117
|
+
"original": "string",
|
|
7118
|
+
"resolved": "string",
|
|
6851
7119
|
"references": {}
|
|
6852
7120
|
},
|
|
6853
7121
|
"cancelable": true,
|
|
@@ -7898,7 +8166,7 @@
|
|
|
7898
8166
|
"resolved": "boolean",
|
|
7899
8167
|
"references": {}
|
|
7900
8168
|
},
|
|
7901
|
-
"mutable":
|
|
8169
|
+
"mutable": true,
|
|
7902
8170
|
"attr": "destructive",
|
|
7903
8171
|
"reflectToAttr": false,
|
|
7904
8172
|
"docs": "",
|
|
@@ -9147,7 +9415,7 @@
|
|
|
9147
9415
|
"reflectToAttr": false,
|
|
9148
9416
|
"docs": "",
|
|
9149
9417
|
"docsTags": [],
|
|
9150
|
-
"default": "[\r\n { objectName: 'John Doe', objectValue: 'john.doe@example.com' },\r\n { objectName: 'Jane Smith', objectValue: 'jane.smith@example.com' },\r\n { objectName: 'Alice Johnson', objectValue: 'alice.johnson@example.com' },\r\n { objectName: 'Emmanuel Kadiri', objectValue: 'kadiri2047@gmail.com' },\r\n { objectName: 'Gideon Ogunkola', objectValue: 'gideon@example.com' },\r\n 10,\r\n 20,\r\n 30,\r\n 40,\r\n 50,\r\n ]",
|
|
9418
|
+
"default": "[\r\n // { objectName: 'John Doe', objectValue: 'john.doe@example.com' },\r\n // { objectName: 'Jane Smith', objectValue: 'jane.smith@example.com' },\r\n // { objectName: 'Alice Johnson', objectValue: 'alice.johnson@example.com' },\r\n // { objectName: 'Emmanuel Kadiri', objectValue: 'kadiri2047@gmail.com' },\r\n // { objectName: 'Gideon Ogunkola', objectValue: 'gideon@example.com' },\r\n // 10,\r\n // 20,\r\n // 30,\r\n // 40,\r\n // 50,\r\n ]",
|
|
9151
9419
|
"values": [
|
|
9152
9420
|
{
|
|
9153
9421
|
"type": "any[]"
|
|
@@ -9497,7 +9765,7 @@
|
|
|
9497
9765
|
"reflectToAttr": false,
|
|
9498
9766
|
"docs": "",
|
|
9499
9767
|
"docsTags": [],
|
|
9500
|
-
"default": "[\r\n { objectName: 'John Doe', objectValue: 'john.doe@example.com' },\r\n { objectName: 'Jane Smith', objectValue: 'jane.smith@example.com' },\r\n { objectName: 'Alice Johnson', objectValue: 'alice.johnson@example.com' },\r\n { objectName: 'Emmanuel Kadiri', objectValue: 'kadiri2047@gmail.com' },\r\n 10,\r\n ]",
|
|
9768
|
+
"default": "[\r\n // { objectName: 'John Doe', objectValue: 'john.doe@example.com' },\r\n // { objectName: 'Jane Smith', objectValue: 'jane.smith@example.com' },\r\n // { objectName: 'Alice Johnson', objectValue: 'alice.johnson@example.com' },\r\n // { objectName: 'Emmanuel Kadiri', objectValue: 'kadiri2047@gmail.com' },\r\n // 10,\r\n ]",
|
|
9501
9769
|
"values": [
|
|
9502
9770
|
{
|
|
9503
9771
|
"type": "any"
|
|
@@ -11098,102 +11366,94 @@
|
|
|
11098
11366
|
"dependencyGraph": {}
|
|
11099
11367
|
},
|
|
11100
11368
|
{
|
|
11101
|
-
"filePath": "src/components/gb-
|
|
11369
|
+
"filePath": "src/components/gb-progress-steps/gb-progress-steps.tsx",
|
|
11102
11370
|
"encapsulation": "shadow",
|
|
11103
|
-
"tag": "gb-
|
|
11104
|
-
"readme": "# gb-
|
|
11371
|
+
"tag": "gb-progress-steps",
|
|
11372
|
+
"readme": "# gb-progress-steps\n\n\n",
|
|
11105
11373
|
"docs": "",
|
|
11106
11374
|
"docsTags": [],
|
|
11107
11375
|
"usage": {},
|
|
11108
11376
|
"props": [
|
|
11109
11377
|
{
|
|
11110
|
-
"name": "
|
|
11111
|
-
"type": "\"
|
|
11378
|
+
"name": "breakpoint",
|
|
11379
|
+
"type": "\"desktop\" | \"mobile\"",
|
|
11112
11380
|
"complexType": {
|
|
11113
|
-
"original": "
|
|
11114
|
-
"resolved": "\"
|
|
11115
|
-
"references": {
|
|
11381
|
+
"original": "BreakPoints",
|
|
11382
|
+
"resolved": "\"desktop\" | \"mobile\"",
|
|
11383
|
+
"references": {
|
|
11384
|
+
"BreakPoints": {
|
|
11385
|
+
"location": "import",
|
|
11386
|
+
"path": "../../models/reusableModels",
|
|
11387
|
+
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
11388
|
+
}
|
|
11389
|
+
}
|
|
11116
11390
|
},
|
|
11117
11391
|
"mutable": false,
|
|
11118
|
-
"attr": "
|
|
11392
|
+
"attr": "breakpoint",
|
|
11119
11393
|
"reflectToAttr": false,
|
|
11120
11394
|
"docs": "",
|
|
11121
11395
|
"docsTags": [],
|
|
11122
|
-
"default": "'25%'",
|
|
11123
11396
|
"values": [
|
|
11124
11397
|
{
|
|
11125
|
-
"value": "
|
|
11126
|
-
"type": "string"
|
|
11127
|
-
},
|
|
11128
|
-
{
|
|
11129
|
-
"value": "50%",
|
|
11398
|
+
"value": "desktop",
|
|
11130
11399
|
"type": "string"
|
|
11131
11400
|
},
|
|
11132
11401
|
{
|
|
11133
|
-
"value": "
|
|
11402
|
+
"value": "mobile",
|
|
11134
11403
|
"type": "string"
|
|
11135
11404
|
}
|
|
11136
11405
|
],
|
|
11137
11406
|
"optional": false,
|
|
11138
11407
|
"required": false
|
|
11139
|
-
}
|
|
11140
|
-
],
|
|
11141
|
-
"methods": [],
|
|
11142
|
-
"events": [],
|
|
11143
|
-
"listeners": [],
|
|
11144
|
-
"styles": [],
|
|
11145
|
-
"slots": [],
|
|
11146
|
-
"parts": [],
|
|
11147
|
-
"dependents": [],
|
|
11148
|
-
"dependencies": [],
|
|
11149
|
-
"dependencyGraph": {}
|
|
11150
|
-
},
|
|
11151
|
-
{
|
|
11152
|
-
"filePath": "src/components/gb-sidebar/gb-sidebar.tsx",
|
|
11153
|
-
"encapsulation": "shadow",
|
|
11154
|
-
"tag": "gb-sidebar",
|
|
11155
|
-
"readme": "# gb-sidebar\r\n\r\n\r\n\r",
|
|
11156
|
-
"docs": "",
|
|
11157
|
-
"docsTags": [],
|
|
11158
|
-
"usage": {},
|
|
11159
|
-
"props": [
|
|
11408
|
+
},
|
|
11160
11409
|
{
|
|
11161
|
-
"name": "
|
|
11162
|
-
"type": "
|
|
11410
|
+
"name": "fifthStep",
|
|
11411
|
+
"type": "boolean",
|
|
11163
11412
|
"complexType": {
|
|
11164
|
-
"original": "
|
|
11165
|
-
"resolved": "
|
|
11413
|
+
"original": "boolean",
|
|
11414
|
+
"resolved": "boolean",
|
|
11166
11415
|
"references": {}
|
|
11167
11416
|
},
|
|
11168
|
-
"mutable":
|
|
11169
|
-
"attr": "
|
|
11417
|
+
"mutable": false,
|
|
11418
|
+
"attr": "fifth-step",
|
|
11170
11419
|
"reflectToAttr": false,
|
|
11171
11420
|
"docs": "",
|
|
11172
11421
|
"docsTags": [],
|
|
11422
|
+
"default": "false",
|
|
11173
11423
|
"values": [
|
|
11174
11424
|
{
|
|
11175
|
-
"type": "
|
|
11425
|
+
"type": "boolean"
|
|
11176
11426
|
}
|
|
11177
11427
|
],
|
|
11178
11428
|
"optional": false,
|
|
11179
11429
|
"required": false
|
|
11180
11430
|
},
|
|
11181
11431
|
{
|
|
11182
|
-
"name": "
|
|
11183
|
-
"type": "
|
|
11432
|
+
"name": "fifthStepState",
|
|
11433
|
+
"type": "\"default\" | \"destructive\"",
|
|
11184
11434
|
"complexType": {
|
|
11185
|
-
"original": "
|
|
11186
|
-
"resolved": "
|
|
11187
|
-
"references": {
|
|
11435
|
+
"original": "ProgressStepStates",
|
|
11436
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
11437
|
+
"references": {
|
|
11438
|
+
"ProgressStepStates": {
|
|
11439
|
+
"location": "import",
|
|
11440
|
+
"path": "../../models/reusableModels",
|
|
11441
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11442
|
+
}
|
|
11443
|
+
}
|
|
11188
11444
|
},
|
|
11189
|
-
"mutable":
|
|
11190
|
-
"attr": "
|
|
11445
|
+
"mutable": false,
|
|
11446
|
+
"attr": "fifth-step-state",
|
|
11191
11447
|
"reflectToAttr": false,
|
|
11192
11448
|
"docs": "",
|
|
11193
11449
|
"docsTags": [],
|
|
11194
|
-
"default": "'Staff'",
|
|
11195
11450
|
"values": [
|
|
11196
11451
|
{
|
|
11452
|
+
"value": "default",
|
|
11453
|
+
"type": "string"
|
|
11454
|
+
},
|
|
11455
|
+
{
|
|
11456
|
+
"value": "destructive",
|
|
11197
11457
|
"type": "string"
|
|
11198
11458
|
}
|
|
11199
11459
|
],
|
|
@@ -11201,21 +11461,35 @@
|
|
|
11201
11461
|
"required": false
|
|
11202
11462
|
},
|
|
11203
11463
|
{
|
|
11204
|
-
"name": "
|
|
11205
|
-
"type": "
|
|
11464
|
+
"name": "fifthStepStatus",
|
|
11465
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11206
11466
|
"complexType": {
|
|
11207
|
-
"original": "
|
|
11208
|
-
"resolved": "
|
|
11209
|
-
"references": {
|
|
11467
|
+
"original": "ProgressStepStatus",
|
|
11468
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11469
|
+
"references": {
|
|
11470
|
+
"ProgressStepStatus": {
|
|
11471
|
+
"location": "import",
|
|
11472
|
+
"path": "../../models/reusableModels",
|
|
11473
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11474
|
+
}
|
|
11475
|
+
}
|
|
11210
11476
|
},
|
|
11211
|
-
"mutable":
|
|
11212
|
-
"attr": "
|
|
11477
|
+
"mutable": false,
|
|
11478
|
+
"attr": "fifth-step-status",
|
|
11213
11479
|
"reflectToAttr": false,
|
|
11214
11480
|
"docs": "",
|
|
11215
11481
|
"docsTags": [],
|
|
11216
|
-
"default": "'Attendance Tracking'",
|
|
11217
11482
|
"values": [
|
|
11218
11483
|
{
|
|
11484
|
+
"value": "complete",
|
|
11485
|
+
"type": "string"
|
|
11486
|
+
},
|
|
11487
|
+
{
|
|
11488
|
+
"value": "current",
|
|
11489
|
+
"type": "string"
|
|
11490
|
+
},
|
|
11491
|
+
{
|
|
11492
|
+
"value": "incomplete",
|
|
11219
11493
|
"type": "string"
|
|
11220
11494
|
}
|
|
11221
11495
|
],
|
|
@@ -11223,31 +11497,31 @@
|
|
|
11223
11497
|
"required": false
|
|
11224
11498
|
},
|
|
11225
11499
|
{
|
|
11226
|
-
"name": "
|
|
11227
|
-
"type": "\"
|
|
11500
|
+
"name": "firstStepState",
|
|
11501
|
+
"type": "\"default\" | \"destructive\"",
|
|
11228
11502
|
"complexType": {
|
|
11229
|
-
"original": "
|
|
11230
|
-
"resolved": "\"
|
|
11503
|
+
"original": "ProgressStepStates",
|
|
11504
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
11231
11505
|
"references": {
|
|
11232
|
-
"
|
|
11506
|
+
"ProgressStepStates": {
|
|
11233
11507
|
"location": "import",
|
|
11234
11508
|
"path": "../../models/reusableModels",
|
|
11235
|
-
"id": "src/models/reusableModels.ts::
|
|
11509
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11236
11510
|
}
|
|
11237
11511
|
}
|
|
11238
11512
|
},
|
|
11239
11513
|
"mutable": false,
|
|
11240
|
-
"attr": "
|
|
11514
|
+
"attr": "first-step-state",
|
|
11241
11515
|
"reflectToAttr": false,
|
|
11242
11516
|
"docs": "",
|
|
11243
11517
|
"docsTags": [],
|
|
11244
11518
|
"values": [
|
|
11245
11519
|
{
|
|
11246
|
-
"value": "
|
|
11520
|
+
"value": "default",
|
|
11247
11521
|
"type": "string"
|
|
11248
11522
|
},
|
|
11249
11523
|
{
|
|
11250
|
-
"value": "
|
|
11524
|
+
"value": "destructive",
|
|
11251
11525
|
"type": "string"
|
|
11252
11526
|
}
|
|
11253
11527
|
],
|
|
@@ -11255,65 +11529,89 @@
|
|
|
11255
11529
|
"required": false
|
|
11256
11530
|
},
|
|
11257
11531
|
{
|
|
11258
|
-
"name": "
|
|
11259
|
-
"type": "
|
|
11532
|
+
"name": "firstStepStatus",
|
|
11533
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11260
11534
|
"complexType": {
|
|
11261
|
-
"original": "
|
|
11262
|
-
"resolved": "
|
|
11263
|
-
"references": {
|
|
11535
|
+
"original": "ProgressStepStatus",
|
|
11536
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11537
|
+
"references": {
|
|
11538
|
+
"ProgressStepStatus": {
|
|
11539
|
+
"location": "import",
|
|
11540
|
+
"path": "../../models/reusableModels",
|
|
11541
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11542
|
+
}
|
|
11543
|
+
}
|
|
11264
11544
|
},
|
|
11265
11545
|
"mutable": false,
|
|
11266
|
-
"attr": "
|
|
11546
|
+
"attr": "first-step-status",
|
|
11267
11547
|
"reflectToAttr": false,
|
|
11268
11548
|
"docs": "",
|
|
11269
11549
|
"docsTags": [],
|
|
11270
|
-
"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 }",
|
|
11271
11550
|
"values": [
|
|
11272
11551
|
{
|
|
11273
|
-
"
|
|
11552
|
+
"value": "complete",
|
|
11553
|
+
"type": "string"
|
|
11554
|
+
},
|
|
11555
|
+
{
|
|
11556
|
+
"value": "current",
|
|
11557
|
+
"type": "string"
|
|
11558
|
+
},
|
|
11559
|
+
{
|
|
11560
|
+
"value": "incomplete",
|
|
11561
|
+
"type": "string"
|
|
11274
11562
|
}
|
|
11275
11563
|
],
|
|
11276
11564
|
"optional": false,
|
|
11277
11565
|
"required": false
|
|
11278
11566
|
},
|
|
11279
11567
|
{
|
|
11280
|
-
"name": "
|
|
11281
|
-
"type": "
|
|
11568
|
+
"name": "fourthStep",
|
|
11569
|
+
"type": "boolean",
|
|
11282
11570
|
"complexType": {
|
|
11283
|
-
"original": "
|
|
11284
|
-
"resolved": "
|
|
11571
|
+
"original": "boolean",
|
|
11572
|
+
"resolved": "boolean",
|
|
11285
11573
|
"references": {}
|
|
11286
11574
|
},
|
|
11287
11575
|
"mutable": false,
|
|
11288
|
-
"attr": "
|
|
11576
|
+
"attr": "fourth-step",
|
|
11289
11577
|
"reflectToAttr": false,
|
|
11290
11578
|
"docs": "",
|
|
11291
11579
|
"docsTags": [],
|
|
11292
|
-
"default": "
|
|
11580
|
+
"default": "false",
|
|
11293
11581
|
"values": [
|
|
11294
11582
|
{
|
|
11295
|
-
"type": "
|
|
11583
|
+
"type": "boolean"
|
|
11296
11584
|
}
|
|
11297
11585
|
],
|
|
11298
11586
|
"optional": false,
|
|
11299
11587
|
"required": false
|
|
11300
11588
|
},
|
|
11301
11589
|
{
|
|
11302
|
-
"name": "
|
|
11303
|
-
"type": "
|
|
11590
|
+
"name": "fourthStepState",
|
|
11591
|
+
"type": "\"default\" | \"destructive\"",
|
|
11304
11592
|
"complexType": {
|
|
11305
|
-
"original": "
|
|
11306
|
-
"resolved": "
|
|
11307
|
-
"references": {
|
|
11593
|
+
"original": "ProgressStepStates",
|
|
11594
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
11595
|
+
"references": {
|
|
11596
|
+
"ProgressStepStates": {
|
|
11597
|
+
"location": "import",
|
|
11598
|
+
"path": "../../models/reusableModels",
|
|
11599
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11600
|
+
}
|
|
11601
|
+
}
|
|
11308
11602
|
},
|
|
11309
11603
|
"mutable": false,
|
|
11310
|
-
"attr": "
|
|
11604
|
+
"attr": "fourth-step-state",
|
|
11311
11605
|
"reflectToAttr": false,
|
|
11312
11606
|
"docs": "",
|
|
11313
11607
|
"docsTags": [],
|
|
11314
|
-
"default": "''",
|
|
11315
11608
|
"values": [
|
|
11316
11609
|
{
|
|
11610
|
+
"value": "default",
|
|
11611
|
+
"type": "string"
|
|
11612
|
+
},
|
|
11613
|
+
{
|
|
11614
|
+
"value": "destructive",
|
|
11317
11615
|
"type": "string"
|
|
11318
11616
|
}
|
|
11319
11617
|
],
|
|
@@ -11321,21 +11619,35 @@
|
|
|
11321
11619
|
"required": false
|
|
11322
11620
|
},
|
|
11323
11621
|
{
|
|
11324
|
-
"name": "
|
|
11325
|
-
"type": "
|
|
11622
|
+
"name": "fourthStepStatus",
|
|
11623
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11326
11624
|
"complexType": {
|
|
11327
|
-
"original": "
|
|
11328
|
-
"resolved": "
|
|
11329
|
-
"references": {
|
|
11625
|
+
"original": "ProgressStepStatus",
|
|
11626
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11627
|
+
"references": {
|
|
11628
|
+
"ProgressStepStatus": {
|
|
11629
|
+
"location": "import",
|
|
11630
|
+
"path": "../../models/reusableModels",
|
|
11631
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11632
|
+
}
|
|
11633
|
+
}
|
|
11330
11634
|
},
|
|
11331
11635
|
"mutable": false,
|
|
11332
|
-
"attr": "
|
|
11636
|
+
"attr": "fourth-step-status",
|
|
11333
11637
|
"reflectToAttr": false,
|
|
11334
11638
|
"docs": "",
|
|
11335
11639
|
"docsTags": [],
|
|
11336
|
-
"default": "''",
|
|
11337
11640
|
"values": [
|
|
11338
11641
|
{
|
|
11642
|
+
"value": "complete",
|
|
11643
|
+
"type": "string"
|
|
11644
|
+
},
|
|
11645
|
+
{
|
|
11646
|
+
"value": "current",
|
|
11647
|
+
"type": "string"
|
|
11648
|
+
},
|
|
11649
|
+
{
|
|
11650
|
+
"value": "incomplete",
|
|
11339
11651
|
"type": "string"
|
|
11340
11652
|
}
|
|
11341
11653
|
],
|
|
@@ -11343,21 +11655,31 @@
|
|
|
11343
11655
|
"required": false
|
|
11344
11656
|
},
|
|
11345
11657
|
{
|
|
11346
|
-
"name": "
|
|
11347
|
-
"type": "
|
|
11658
|
+
"name": "secondStepState",
|
|
11659
|
+
"type": "\"default\" | \"destructive\"",
|
|
11348
11660
|
"complexType": {
|
|
11349
|
-
"original": "
|
|
11350
|
-
"resolved": "
|
|
11351
|
-
"references": {
|
|
11661
|
+
"original": "ProgressStepStates",
|
|
11662
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
11663
|
+
"references": {
|
|
11664
|
+
"ProgressStepStates": {
|
|
11665
|
+
"location": "import",
|
|
11666
|
+
"path": "../../models/reusableModels",
|
|
11667
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11668
|
+
}
|
|
11669
|
+
}
|
|
11352
11670
|
},
|
|
11353
11671
|
"mutable": false,
|
|
11354
|
-
"attr": "
|
|
11672
|
+
"attr": "second-step-state",
|
|
11355
11673
|
"reflectToAttr": false,
|
|
11356
11674
|
"docs": "",
|
|
11357
11675
|
"docsTags": [],
|
|
11358
|
-
"default": "''",
|
|
11359
11676
|
"values": [
|
|
11360
11677
|
{
|
|
11678
|
+
"value": "default",
|
|
11679
|
+
"type": "string"
|
|
11680
|
+
},
|
|
11681
|
+
{
|
|
11682
|
+
"value": "destructive",
|
|
11361
11683
|
"type": "string"
|
|
11362
11684
|
}
|
|
11363
11685
|
],
|
|
@@ -11365,21 +11687,35 @@
|
|
|
11365
11687
|
"required": false
|
|
11366
11688
|
},
|
|
11367
11689
|
{
|
|
11368
|
-
"name": "
|
|
11369
|
-
"type": "
|
|
11690
|
+
"name": "secondStepStatus",
|
|
11691
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11370
11692
|
"complexType": {
|
|
11371
|
-
"original": "
|
|
11372
|
-
"resolved": "
|
|
11373
|
-
"references": {
|
|
11693
|
+
"original": "ProgressStepStatus",
|
|
11694
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11695
|
+
"references": {
|
|
11696
|
+
"ProgressStepStatus": {
|
|
11697
|
+
"location": "import",
|
|
11698
|
+
"path": "../../models/reusableModels",
|
|
11699
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11700
|
+
}
|
|
11701
|
+
}
|
|
11374
11702
|
},
|
|
11375
11703
|
"mutable": false,
|
|
11376
|
-
"attr": "
|
|
11704
|
+
"attr": "second-step-status",
|
|
11377
11705
|
"reflectToAttr": false,
|
|
11378
11706
|
"docs": "",
|
|
11379
11707
|
"docsTags": [],
|
|
11380
|
-
"default": "''",
|
|
11381
11708
|
"values": [
|
|
11382
11709
|
{
|
|
11710
|
+
"value": "complete",
|
|
11711
|
+
"type": "string"
|
|
11712
|
+
},
|
|
11713
|
+
{
|
|
11714
|
+
"value": "current",
|
|
11715
|
+
"type": "string"
|
|
11716
|
+
},
|
|
11717
|
+
{
|
|
11718
|
+
"value": "incomplete",
|
|
11383
11719
|
"type": "string"
|
|
11384
11720
|
}
|
|
11385
11721
|
],
|
|
@@ -11387,43 +11723,53 @@
|
|
|
11387
11723
|
"required": false
|
|
11388
11724
|
},
|
|
11389
11725
|
{
|
|
11390
|
-
"name": "
|
|
11391
|
-
"type": "
|
|
11726
|
+
"name": "seventhStep",
|
|
11727
|
+
"type": "boolean",
|
|
11392
11728
|
"complexType": {
|
|
11393
|
-
"original": "
|
|
11394
|
-
"resolved": "
|
|
11729
|
+
"original": "boolean",
|
|
11730
|
+
"resolved": "boolean",
|
|
11395
11731
|
"references": {}
|
|
11396
11732
|
},
|
|
11397
11733
|
"mutable": false,
|
|
11398
|
-
"attr": "
|
|
11734
|
+
"attr": "seventh-step",
|
|
11399
11735
|
"reflectToAttr": false,
|
|
11400
11736
|
"docs": "",
|
|
11401
11737
|
"docsTags": [],
|
|
11402
|
-
"default": "
|
|
11738
|
+
"default": "false",
|
|
11403
11739
|
"values": [
|
|
11404
11740
|
{
|
|
11405
|
-
"type": "
|
|
11741
|
+
"type": "boolean"
|
|
11406
11742
|
}
|
|
11407
11743
|
],
|
|
11408
11744
|
"optional": false,
|
|
11409
11745
|
"required": false
|
|
11410
11746
|
},
|
|
11411
11747
|
{
|
|
11412
|
-
"name": "
|
|
11413
|
-
"type": "
|
|
11748
|
+
"name": "seventhStepState",
|
|
11749
|
+
"type": "\"default\" | \"destructive\"",
|
|
11414
11750
|
"complexType": {
|
|
11415
|
-
"original": "
|
|
11416
|
-
"resolved": "
|
|
11417
|
-
"references": {
|
|
11751
|
+
"original": "ProgressStepStates",
|
|
11752
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
11753
|
+
"references": {
|
|
11754
|
+
"ProgressStepStates": {
|
|
11755
|
+
"location": "import",
|
|
11756
|
+
"path": "../../models/reusableModels",
|
|
11757
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11758
|
+
}
|
|
11759
|
+
}
|
|
11418
11760
|
},
|
|
11419
11761
|
"mutable": false,
|
|
11420
|
-
"attr": "
|
|
11762
|
+
"attr": "seventh-step-state",
|
|
11421
11763
|
"reflectToAttr": false,
|
|
11422
11764
|
"docs": "",
|
|
11423
11765
|
"docsTags": [],
|
|
11424
|
-
"default": "''",
|
|
11425
11766
|
"values": [
|
|
11426
11767
|
{
|
|
11768
|
+
"value": "default",
|
|
11769
|
+
"type": "string"
|
|
11770
|
+
},
|
|
11771
|
+
{
|
|
11772
|
+
"value": "destructive",
|
|
11427
11773
|
"type": "string"
|
|
11428
11774
|
}
|
|
11429
11775
|
],
|
|
@@ -11431,21 +11777,35 @@
|
|
|
11431
11777
|
"required": false
|
|
11432
11778
|
},
|
|
11433
11779
|
{
|
|
11434
|
-
"name": "
|
|
11435
|
-
"type": "
|
|
11780
|
+
"name": "seventhStepStatus",
|
|
11781
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11436
11782
|
"complexType": {
|
|
11437
|
-
"original": "
|
|
11438
|
-
"resolved": "
|
|
11439
|
-
"references": {
|
|
11440
|
-
|
|
11783
|
+
"original": "ProgressStepStatus",
|
|
11784
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11785
|
+
"references": {
|
|
11786
|
+
"ProgressStepStatus": {
|
|
11787
|
+
"location": "import",
|
|
11788
|
+
"path": "../../models/reusableModels",
|
|
11789
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11790
|
+
}
|
|
11791
|
+
}
|
|
11792
|
+
},
|
|
11441
11793
|
"mutable": false,
|
|
11442
|
-
"attr": "
|
|
11794
|
+
"attr": "seventh-step-status",
|
|
11443
11795
|
"reflectToAttr": false,
|
|
11444
11796
|
"docs": "",
|
|
11445
11797
|
"docsTags": [],
|
|
11446
|
-
"default": "''",
|
|
11447
11798
|
"values": [
|
|
11448
11799
|
{
|
|
11800
|
+
"value": "complete",
|
|
11801
|
+
"type": "string"
|
|
11802
|
+
},
|
|
11803
|
+
{
|
|
11804
|
+
"value": "current",
|
|
11805
|
+
"type": "string"
|
|
11806
|
+
},
|
|
11807
|
+
{
|
|
11808
|
+
"value": "incomplete",
|
|
11449
11809
|
"type": "string"
|
|
11450
11810
|
}
|
|
11451
11811
|
],
|
|
@@ -11453,47 +11813,53 @@
|
|
|
11453
11813
|
"required": false
|
|
11454
11814
|
},
|
|
11455
11815
|
{
|
|
11456
|
-
"name": "
|
|
11457
|
-
"type": "
|
|
11816
|
+
"name": "sixthStep",
|
|
11817
|
+
"type": "boolean",
|
|
11458
11818
|
"complexType": {
|
|
11459
|
-
"original": "
|
|
11460
|
-
"resolved": "
|
|
11819
|
+
"original": "boolean",
|
|
11820
|
+
"resolved": "boolean",
|
|
11461
11821
|
"references": {}
|
|
11462
11822
|
},
|
|
11463
11823
|
"mutable": false,
|
|
11464
|
-
"attr": "
|
|
11824
|
+
"attr": "sixth-step",
|
|
11465
11825
|
"reflectToAttr": false,
|
|
11466
11826
|
"docs": "",
|
|
11467
11827
|
"docsTags": [],
|
|
11468
|
-
"default": "
|
|
11828
|
+
"default": "false",
|
|
11469
11829
|
"values": [
|
|
11470
11830
|
{
|
|
11471
|
-
"type": "
|
|
11831
|
+
"type": "boolean"
|
|
11472
11832
|
}
|
|
11473
11833
|
],
|
|
11474
11834
|
"optional": false,
|
|
11475
11835
|
"required": false
|
|
11476
11836
|
},
|
|
11477
11837
|
{
|
|
11478
|
-
"name": "
|
|
11479
|
-
"type": "\"
|
|
11838
|
+
"name": "sixthStepState",
|
|
11839
|
+
"type": "\"default\" | \"destructive\"",
|
|
11480
11840
|
"complexType": {
|
|
11481
|
-
"original": "
|
|
11482
|
-
"resolved": "\"
|
|
11483
|
-
"references": {
|
|
11841
|
+
"original": "ProgressStepStates",
|
|
11842
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
11843
|
+
"references": {
|
|
11844
|
+
"ProgressStepStates": {
|
|
11845
|
+
"location": "import",
|
|
11846
|
+
"path": "../../models/reusableModels",
|
|
11847
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
11848
|
+
}
|
|
11849
|
+
}
|
|
11484
11850
|
},
|
|
11485
11851
|
"mutable": false,
|
|
11486
|
-
"attr": "
|
|
11852
|
+
"attr": "sixth-step-state",
|
|
11487
11853
|
"reflectToAttr": false,
|
|
11488
11854
|
"docs": "",
|
|
11489
11855
|
"docsTags": [],
|
|
11490
11856
|
"values": [
|
|
11491
11857
|
{
|
|
11492
|
-
"value": "
|
|
11858
|
+
"value": "default",
|
|
11493
11859
|
"type": "string"
|
|
11494
11860
|
},
|
|
11495
11861
|
{
|
|
11496
|
-
"value": "
|
|
11862
|
+
"value": "destructive",
|
|
11497
11863
|
"type": "string"
|
|
11498
11864
|
}
|
|
11499
11865
|
],
|
|
@@ -11501,21 +11867,35 @@
|
|
|
11501
11867
|
"required": false
|
|
11502
11868
|
},
|
|
11503
11869
|
{
|
|
11504
|
-
"name": "
|
|
11505
|
-
"type": "
|
|
11870
|
+
"name": "sixthStepStatus",
|
|
11871
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11506
11872
|
"complexType": {
|
|
11507
|
-
"original": "
|
|
11508
|
-
"resolved": "
|
|
11509
|
-
"references": {
|
|
11873
|
+
"original": "ProgressStepStatus",
|
|
11874
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11875
|
+
"references": {
|
|
11876
|
+
"ProgressStepStatus": {
|
|
11877
|
+
"location": "import",
|
|
11878
|
+
"path": "../../models/reusableModels",
|
|
11879
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
11880
|
+
}
|
|
11881
|
+
}
|
|
11510
11882
|
},
|
|
11511
11883
|
"mutable": false,
|
|
11512
|
-
"attr": "
|
|
11884
|
+
"attr": "sixth-step-status",
|
|
11513
11885
|
"reflectToAttr": false,
|
|
11514
11886
|
"docs": "",
|
|
11515
11887
|
"docsTags": [],
|
|
11516
|
-
"default": "''",
|
|
11517
11888
|
"values": [
|
|
11518
11889
|
{
|
|
11890
|
+
"value": "complete",
|
|
11891
|
+
"type": "string"
|
|
11892
|
+
},
|
|
11893
|
+
{
|
|
11894
|
+
"value": "current",
|
|
11895
|
+
"type": "string"
|
|
11896
|
+
},
|
|
11897
|
+
{
|
|
11898
|
+
"value": "incomplete",
|
|
11519
11899
|
"type": "string"
|
|
11520
11900
|
}
|
|
11521
11901
|
],
|
|
@@ -11523,21 +11903,71 @@
|
|
|
11523
11903
|
"required": false
|
|
11524
11904
|
},
|
|
11525
11905
|
{
|
|
11526
|
-
"name": "
|
|
11527
|
-
"type": "
|
|
11906
|
+
"name": "size",
|
|
11907
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
11528
11908
|
"complexType": {
|
|
11529
|
-
"original": "
|
|
11530
|
-
"resolved": "
|
|
11531
|
-
"references": {
|
|
11909
|
+
"original": "GeneralSizes",
|
|
11910
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
11911
|
+
"references": {
|
|
11912
|
+
"GeneralSizes": {
|
|
11913
|
+
"location": "import",
|
|
11914
|
+
"path": "../../models/reusableModels",
|
|
11915
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
11916
|
+
}
|
|
11917
|
+
}
|
|
11532
11918
|
},
|
|
11533
11919
|
"mutable": false,
|
|
11534
|
-
"attr": "
|
|
11920
|
+
"attr": "size",
|
|
11535
11921
|
"reflectToAttr": false,
|
|
11536
11922
|
"docs": "",
|
|
11537
11923
|
"docsTags": [],
|
|
11538
|
-
"default": "''",
|
|
11539
11924
|
"values": [
|
|
11540
11925
|
{
|
|
11926
|
+
"value": "lg",
|
|
11927
|
+
"type": "string"
|
|
11928
|
+
},
|
|
11929
|
+
{
|
|
11930
|
+
"value": "md",
|
|
11931
|
+
"type": "string"
|
|
11932
|
+
},
|
|
11933
|
+
{
|
|
11934
|
+
"value": "profile_lg",
|
|
11935
|
+
"type": "string"
|
|
11936
|
+
},
|
|
11937
|
+
{
|
|
11938
|
+
"value": "profile_md",
|
|
11939
|
+
"type": "string"
|
|
11940
|
+
},
|
|
11941
|
+
{
|
|
11942
|
+
"value": "profile_sm",
|
|
11943
|
+
"type": "string"
|
|
11944
|
+
},
|
|
11945
|
+
{
|
|
11946
|
+
"value": "sm",
|
|
11947
|
+
"type": "string"
|
|
11948
|
+
},
|
|
11949
|
+
{
|
|
11950
|
+
"value": "xl",
|
|
11951
|
+
"type": "string"
|
|
11952
|
+
},
|
|
11953
|
+
{
|
|
11954
|
+
"value": "xl2",
|
|
11955
|
+
"type": "string"
|
|
11956
|
+
},
|
|
11957
|
+
{
|
|
11958
|
+
"value": "xl3",
|
|
11959
|
+
"type": "string"
|
|
11960
|
+
},
|
|
11961
|
+
{
|
|
11962
|
+
"value": "xl4",
|
|
11963
|
+
"type": "string"
|
|
11964
|
+
},
|
|
11965
|
+
{
|
|
11966
|
+
"value": "xs",
|
|
11967
|
+
"type": "string"
|
|
11968
|
+
},
|
|
11969
|
+
{
|
|
11970
|
+
"value": "xxs",
|
|
11541
11971
|
"type": "string"
|
|
11542
11972
|
}
|
|
11543
11973
|
],
|
|
@@ -11545,43 +11975,53 @@
|
|
|
11545
11975
|
"required": false
|
|
11546
11976
|
},
|
|
11547
11977
|
{
|
|
11548
|
-
"name": "
|
|
11549
|
-
"type": "
|
|
11978
|
+
"name": "thirdStep",
|
|
11979
|
+
"type": "boolean",
|
|
11550
11980
|
"complexType": {
|
|
11551
|
-
"original": "
|
|
11552
|
-
"resolved": "
|
|
11981
|
+
"original": "boolean",
|
|
11982
|
+
"resolved": "boolean",
|
|
11553
11983
|
"references": {}
|
|
11554
11984
|
},
|
|
11555
11985
|
"mutable": false,
|
|
11556
|
-
"attr": "
|
|
11986
|
+
"attr": "third-step",
|
|
11557
11987
|
"reflectToAttr": false,
|
|
11558
11988
|
"docs": "",
|
|
11559
11989
|
"docsTags": [],
|
|
11560
|
-
"default": "
|
|
11990
|
+
"default": "false",
|
|
11561
11991
|
"values": [
|
|
11562
11992
|
{
|
|
11563
|
-
"type": "
|
|
11993
|
+
"type": "boolean"
|
|
11564
11994
|
}
|
|
11565
11995
|
],
|
|
11566
11996
|
"optional": false,
|
|
11567
11997
|
"required": false
|
|
11568
11998
|
},
|
|
11569
11999
|
{
|
|
11570
|
-
"name": "
|
|
11571
|
-
"type": "
|
|
12000
|
+
"name": "thirdStepState",
|
|
12001
|
+
"type": "\"default\" | \"destructive\"",
|
|
11572
12002
|
"complexType": {
|
|
11573
|
-
"original": "
|
|
11574
|
-
"resolved": "
|
|
11575
|
-
"references": {
|
|
12003
|
+
"original": "ProgressStepStates",
|
|
12004
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
12005
|
+
"references": {
|
|
12006
|
+
"ProgressStepStates": {
|
|
12007
|
+
"location": "import",
|
|
12008
|
+
"path": "../../models/reusableModels",
|
|
12009
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
12010
|
+
}
|
|
12011
|
+
}
|
|
11576
12012
|
},
|
|
11577
12013
|
"mutable": false,
|
|
11578
|
-
"attr": "
|
|
12014
|
+
"attr": "third-step-state",
|
|
11579
12015
|
"reflectToAttr": false,
|
|
11580
12016
|
"docs": "",
|
|
11581
12017
|
"docsTags": [],
|
|
11582
|
-
"default": "''",
|
|
11583
12018
|
"values": [
|
|
11584
12019
|
{
|
|
12020
|
+
"value": "default",
|
|
12021
|
+
"type": "string"
|
|
12022
|
+
},
|
|
12023
|
+
{
|
|
12024
|
+
"value": "destructive",
|
|
11585
12025
|
"type": "string"
|
|
11586
12026
|
}
|
|
11587
12027
|
],
|
|
@@ -11589,85 +12029,153 @@
|
|
|
11589
12029
|
"required": false
|
|
11590
12030
|
},
|
|
11591
12031
|
{
|
|
11592
|
-
"name": "
|
|
11593
|
-
"type": "
|
|
12032
|
+
"name": "thirdStepStatus",
|
|
12033
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
11594
12034
|
"complexType": {
|
|
11595
|
-
"original": "
|
|
11596
|
-
"resolved": "
|
|
11597
|
-
"references": {
|
|
12035
|
+
"original": "ProgressStepStatus",
|
|
12036
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
12037
|
+
"references": {
|
|
12038
|
+
"ProgressStepStatus": {
|
|
12039
|
+
"location": "import",
|
|
12040
|
+
"path": "../../models/reusableModels",
|
|
12041
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
12042
|
+
}
|
|
12043
|
+
}
|
|
11598
12044
|
},
|
|
11599
12045
|
"mutable": false,
|
|
11600
|
-
"attr": "
|
|
12046
|
+
"attr": "third-step-status",
|
|
11601
12047
|
"reflectToAttr": false,
|
|
11602
12048
|
"docs": "",
|
|
11603
12049
|
"docsTags": [],
|
|
11604
|
-
"default": "''",
|
|
11605
12050
|
"values": [
|
|
11606
12051
|
{
|
|
12052
|
+
"value": "complete",
|
|
12053
|
+
"type": "string"
|
|
12054
|
+
},
|
|
12055
|
+
{
|
|
12056
|
+
"value": "current",
|
|
12057
|
+
"type": "string"
|
|
12058
|
+
},
|
|
12059
|
+
{
|
|
12060
|
+
"value": "incomplete",
|
|
11607
12061
|
"type": "string"
|
|
11608
12062
|
}
|
|
11609
12063
|
],
|
|
11610
12064
|
"optional": false,
|
|
11611
12065
|
"required": false
|
|
11612
|
-
}
|
|
12066
|
+
}
|
|
12067
|
+
],
|
|
12068
|
+
"methods": [],
|
|
12069
|
+
"events": [],
|
|
12070
|
+
"listeners": [],
|
|
12071
|
+
"styles": [],
|
|
12072
|
+
"slots": [],
|
|
12073
|
+
"parts": [],
|
|
12074
|
+
"dependents": [],
|
|
12075
|
+
"dependencies": [
|
|
12076
|
+
"gb-step-base"
|
|
12077
|
+
],
|
|
12078
|
+
"dependencyGraph": {
|
|
12079
|
+
"gb-progress-steps": [
|
|
12080
|
+
"gb-step-base"
|
|
12081
|
+
]
|
|
12082
|
+
}
|
|
12083
|
+
},
|
|
12084
|
+
{
|
|
12085
|
+
"filePath": "src/components/gb-scrollbar/gb-scrollbar.tsx",
|
|
12086
|
+
"encapsulation": "shadow",
|
|
12087
|
+
"tag": "gb-scrollbar",
|
|
12088
|
+
"readme": "# gb-scrollbar\r\n\r\n\r\n\r",
|
|
12089
|
+
"docs": "",
|
|
12090
|
+
"docsTags": [],
|
|
12091
|
+
"usage": {},
|
|
12092
|
+
"props": [
|
|
11613
12093
|
{
|
|
11614
|
-
"name": "
|
|
11615
|
-
"type": "
|
|
12094
|
+
"name": "length",
|
|
12095
|
+
"type": "\"25%\" | \"50%\" | \"75%\"",
|
|
11616
12096
|
"complexType": {
|
|
11617
|
-
"original": "
|
|
11618
|
-
"resolved": "
|
|
12097
|
+
"original": "'25%' | '50%' | '75%'",
|
|
12098
|
+
"resolved": "\"25%\" | \"50%\" | \"75%\"",
|
|
11619
12099
|
"references": {}
|
|
11620
12100
|
},
|
|
11621
12101
|
"mutable": false,
|
|
11622
|
-
"attr": "
|
|
12102
|
+
"attr": "length",
|
|
11623
12103
|
"reflectToAttr": false,
|
|
11624
12104
|
"docs": "",
|
|
11625
12105
|
"docsTags": [],
|
|
11626
|
-
"default": "''",
|
|
12106
|
+
"default": "'25%'",
|
|
11627
12107
|
"values": [
|
|
11628
12108
|
{
|
|
12109
|
+
"value": "25%",
|
|
12110
|
+
"type": "string"
|
|
12111
|
+
},
|
|
12112
|
+
{
|
|
12113
|
+
"value": "50%",
|
|
12114
|
+
"type": "string"
|
|
12115
|
+
},
|
|
12116
|
+
{
|
|
12117
|
+
"value": "75%",
|
|
11629
12118
|
"type": "string"
|
|
11630
12119
|
}
|
|
11631
12120
|
],
|
|
11632
12121
|
"optional": false,
|
|
11633
12122
|
"required": false
|
|
11634
|
-
}
|
|
12123
|
+
}
|
|
12124
|
+
],
|
|
12125
|
+
"methods": [],
|
|
12126
|
+
"events": [],
|
|
12127
|
+
"listeners": [],
|
|
12128
|
+
"styles": [],
|
|
12129
|
+
"slots": [],
|
|
12130
|
+
"parts": [],
|
|
12131
|
+
"dependents": [],
|
|
12132
|
+
"dependencies": [],
|
|
12133
|
+
"dependencyGraph": {}
|
|
12134
|
+
},
|
|
12135
|
+
{
|
|
12136
|
+
"filePath": "src/components/gb-sidebar/gb-sidebar.tsx",
|
|
12137
|
+
"encapsulation": "shadow",
|
|
12138
|
+
"tag": "gb-sidebar",
|
|
12139
|
+
"readme": "# gb-sidebar\r\n\r\n\r\n\r",
|
|
12140
|
+
"docs": "",
|
|
12141
|
+
"docsTags": [],
|
|
12142
|
+
"usage": {},
|
|
12143
|
+
"props": [
|
|
11635
12144
|
{
|
|
11636
|
-
"name": "
|
|
11637
|
-
"type": "
|
|
12145
|
+
"name": "activeIndex",
|
|
12146
|
+
"type": "number",
|
|
11638
12147
|
"complexType": {
|
|
11639
|
-
"original": "
|
|
11640
|
-
"resolved": "
|
|
12148
|
+
"original": "number",
|
|
12149
|
+
"resolved": "number",
|
|
11641
12150
|
"references": {}
|
|
11642
12151
|
},
|
|
11643
|
-
"mutable":
|
|
11644
|
-
"attr": "
|
|
12152
|
+
"mutable": true,
|
|
12153
|
+
"attr": "active-index",
|
|
11645
12154
|
"reflectToAttr": false,
|
|
11646
12155
|
"docs": "",
|
|
11647
12156
|
"docsTags": [],
|
|
11648
|
-
"default": "false",
|
|
11649
12157
|
"values": [
|
|
11650
12158
|
{
|
|
11651
|
-
"type": "
|
|
12159
|
+
"type": "number"
|
|
11652
12160
|
}
|
|
11653
12161
|
],
|
|
11654
12162
|
"optional": false,
|
|
11655
12163
|
"required": false
|
|
11656
12164
|
},
|
|
11657
12165
|
{
|
|
11658
|
-
"name": "
|
|
12166
|
+
"name": "activePrimaryItem",
|
|
11659
12167
|
"type": "string",
|
|
11660
12168
|
"complexType": {
|
|
11661
12169
|
"original": "string",
|
|
11662
12170
|
"resolved": "string",
|
|
11663
12171
|
"references": {}
|
|
11664
12172
|
},
|
|
11665
|
-
"mutable":
|
|
11666
|
-
"attr": "
|
|
12173
|
+
"mutable": true,
|
|
12174
|
+
"attr": "active-primary-item",
|
|
11667
12175
|
"reflectToAttr": false,
|
|
11668
12176
|
"docs": "",
|
|
11669
12177
|
"docsTags": [],
|
|
11670
|
-
"default": "''",
|
|
12178
|
+
"default": "'Staff'",
|
|
11671
12179
|
"values": [
|
|
11672
12180
|
{
|
|
11673
12181
|
"type": "string"
|
|
@@ -11677,19 +12185,19 @@
|
|
|
11677
12185
|
"required": false
|
|
11678
12186
|
},
|
|
11679
12187
|
{
|
|
11680
|
-
"name": "
|
|
12188
|
+
"name": "activeSecondaryItem",
|
|
11681
12189
|
"type": "string",
|
|
11682
12190
|
"complexType": {
|
|
11683
12191
|
"original": "string",
|
|
11684
12192
|
"resolved": "string",
|
|
11685
12193
|
"references": {}
|
|
11686
12194
|
},
|
|
11687
|
-
"mutable":
|
|
11688
|
-
"attr": "
|
|
12195
|
+
"mutable": true,
|
|
12196
|
+
"attr": "active-secondary-item",
|
|
11689
12197
|
"reflectToAttr": false,
|
|
11690
12198
|
"docs": "",
|
|
11691
12199
|
"docsTags": [],
|
|
11692
|
-
"default": "''",
|
|
12200
|
+
"default": "'Attendance Tracking'",
|
|
11693
12201
|
"values": [
|
|
11694
12202
|
{
|
|
11695
12203
|
"type": "string"
|
|
@@ -11699,26 +12207,31 @@
|
|
|
11699
12207
|
"required": false
|
|
11700
12208
|
},
|
|
11701
12209
|
{
|
|
11702
|
-
"name": "
|
|
11703
|
-
"type": "\"
|
|
12210
|
+
"name": "category",
|
|
12211
|
+
"type": "\"colored_background\" | \"plain_background\"",
|
|
11704
12212
|
"complexType": {
|
|
11705
|
-
"original": "
|
|
11706
|
-
"resolved": "\"
|
|
11707
|
-
"references": {
|
|
12213
|
+
"original": "GeneralBackgroundCategories",
|
|
12214
|
+
"resolved": "\"colored_background\" | \"plain_background\"",
|
|
12215
|
+
"references": {
|
|
12216
|
+
"GeneralBackgroundCategories": {
|
|
12217
|
+
"location": "import",
|
|
12218
|
+
"path": "../../models/reusableModels",
|
|
12219
|
+
"id": "src/models/reusableModels.ts::GeneralBackgroundCategories"
|
|
12220
|
+
}
|
|
12221
|
+
}
|
|
11708
12222
|
},
|
|
11709
|
-
"mutable":
|
|
11710
|
-
"attr": "
|
|
12223
|
+
"mutable": false,
|
|
12224
|
+
"attr": "category",
|
|
11711
12225
|
"reflectToAttr": false,
|
|
11712
12226
|
"docs": "",
|
|
11713
12227
|
"docsTags": [],
|
|
11714
|
-
"default": "'expanded'",
|
|
11715
12228
|
"values": [
|
|
11716
12229
|
{
|
|
11717
|
-
"value": "
|
|
12230
|
+
"value": "colored_background",
|
|
11718
12231
|
"type": "string"
|
|
11719
12232
|
},
|
|
11720
12233
|
{
|
|
11721
|
-
"value": "
|
|
12234
|
+
"value": "plain_background",
|
|
11722
12235
|
"type": "string"
|
|
11723
12236
|
}
|
|
11724
12237
|
],
|
|
@@ -11726,29 +12239,29 @@
|
|
|
11726
12239
|
"required": false
|
|
11727
12240
|
},
|
|
11728
12241
|
{
|
|
11729
|
-
"name": "
|
|
11730
|
-
"type": "
|
|
12242
|
+
"name": "complexSidebarData",
|
|
12243
|
+
"type": "any",
|
|
11731
12244
|
"complexType": {
|
|
11732
|
-
"original": "
|
|
11733
|
-
"resolved": "
|
|
12245
|
+
"original": "any",
|
|
12246
|
+
"resolved": "any",
|
|
11734
12247
|
"references": {}
|
|
11735
12248
|
},
|
|
11736
12249
|
"mutable": false,
|
|
11737
|
-
"attr": "
|
|
12250
|
+
"attr": "complex-sidebar-data",
|
|
11738
12251
|
"reflectToAttr": false,
|
|
11739
12252
|
"docs": "",
|
|
11740
12253
|
"docsTags": [],
|
|
11741
|
-
"default": "''",
|
|
12254
|
+
"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 }",
|
|
11742
12255
|
"values": [
|
|
11743
12256
|
{
|
|
11744
|
-
"type": "
|
|
12257
|
+
"type": "any"
|
|
11745
12258
|
}
|
|
11746
12259
|
],
|
|
11747
12260
|
"optional": false,
|
|
11748
12261
|
"required": false
|
|
11749
12262
|
},
|
|
11750
12263
|
{
|
|
11751
|
-
"name": "
|
|
12264
|
+
"name": "eighthItemIcon",
|
|
11752
12265
|
"type": "string",
|
|
11753
12266
|
"complexType": {
|
|
11754
12267
|
"original": "string",
|
|
@@ -11756,7 +12269,7 @@
|
|
|
11756
12269
|
"references": {}
|
|
11757
12270
|
},
|
|
11758
12271
|
"mutable": false,
|
|
11759
|
-
"attr": "
|
|
12272
|
+
"attr": "eighth-item-icon",
|
|
11760
12273
|
"reflectToAttr": false,
|
|
11761
12274
|
"docs": "",
|
|
11762
12275
|
"docsTags": [],
|
|
@@ -11770,7 +12283,7 @@
|
|
|
11770
12283
|
"required": false
|
|
11771
12284
|
},
|
|
11772
12285
|
{
|
|
11773
|
-
"name": "
|
|
12286
|
+
"name": "eighthItemLabel",
|
|
11774
12287
|
"type": "string",
|
|
11775
12288
|
"complexType": {
|
|
11776
12289
|
"original": "string",
|
|
@@ -11778,7 +12291,7 @@
|
|
|
11778
12291
|
"references": {}
|
|
11779
12292
|
},
|
|
11780
12293
|
"mutable": false,
|
|
11781
|
-
"attr": "
|
|
12294
|
+
"attr": "eighth-item-label",
|
|
11782
12295
|
"reflectToAttr": false,
|
|
11783
12296
|
"docs": "",
|
|
11784
12297
|
"docsTags": [],
|
|
@@ -11792,7 +12305,7 @@
|
|
|
11792
12305
|
"required": false
|
|
11793
12306
|
},
|
|
11794
12307
|
{
|
|
11795
|
-
"name": "
|
|
12308
|
+
"name": "fifthItemIcon",
|
|
11796
12309
|
"type": "string",
|
|
11797
12310
|
"complexType": {
|
|
11798
12311
|
"original": "string",
|
|
@@ -11800,7 +12313,7 @@
|
|
|
11800
12313
|
"references": {}
|
|
11801
12314
|
},
|
|
11802
12315
|
"mutable": false,
|
|
11803
|
-
"attr": "
|
|
12316
|
+
"attr": "fifth-item-icon",
|
|
11804
12317
|
"reflectToAttr": false,
|
|
11805
12318
|
"docs": "",
|
|
11806
12319
|
"docsTags": [],
|
|
@@ -11814,202 +12327,43 @@
|
|
|
11814
12327
|
"required": false
|
|
11815
12328
|
},
|
|
11816
12329
|
{
|
|
11817
|
-
"name": "
|
|
11818
|
-
"type": "
|
|
12330
|
+
"name": "fifthItemLabel",
|
|
12331
|
+
"type": "string",
|
|
11819
12332
|
"complexType": {
|
|
11820
|
-
"original": "
|
|
11821
|
-
"resolved": "
|
|
12333
|
+
"original": "string",
|
|
12334
|
+
"resolved": "string",
|
|
11822
12335
|
"references": {}
|
|
11823
12336
|
},
|
|
11824
12337
|
"mutable": false,
|
|
11825
|
-
"attr": "
|
|
12338
|
+
"attr": "fifth-item-label",
|
|
11826
12339
|
"reflectToAttr": false,
|
|
11827
12340
|
"docs": "",
|
|
11828
12341
|
"docsTags": [],
|
|
12342
|
+
"default": "''",
|
|
11829
12343
|
"values": [
|
|
11830
12344
|
{
|
|
11831
|
-
"value": "complex",
|
|
11832
|
-
"type": "string"
|
|
11833
|
-
},
|
|
11834
|
-
{
|
|
11835
|
-
"value": "simple",
|
|
11836
12345
|
"type": "string"
|
|
11837
12346
|
}
|
|
11838
12347
|
],
|
|
11839
12348
|
"optional": false,
|
|
11840
12349
|
"required": false
|
|
11841
|
-
}
|
|
11842
|
-
],
|
|
11843
|
-
"methods": [
|
|
11844
|
-
{
|
|
11845
|
-
"name": "sideBarItemClicked",
|
|
11846
|
-
"returns": {
|
|
11847
|
-
"type": "Promise<void>",
|
|
11848
|
-
"docs": ""
|
|
11849
|
-
},
|
|
11850
|
-
"complexType": {
|
|
11851
|
-
"signature": "(index: number) => Promise<void>",
|
|
11852
|
-
"parameters": [
|
|
11853
|
-
{
|
|
11854
|
-
"name": "index",
|
|
11855
|
-
"type": "number",
|
|
11856
|
-
"docs": ""
|
|
11857
|
-
}
|
|
11858
|
-
],
|
|
11859
|
-
"references": {
|
|
11860
|
-
"Promise": {
|
|
11861
|
-
"location": "global",
|
|
11862
|
-
"id": "global::Promise"
|
|
11863
|
-
}
|
|
11864
|
-
},
|
|
11865
|
-
"return": "Promise<void>"
|
|
11866
|
-
},
|
|
11867
|
-
"signature": "sideBarItemClicked(index: number) => Promise<void>",
|
|
11868
|
-
"parameters": [
|
|
11869
|
-
{
|
|
11870
|
-
"name": "index",
|
|
11871
|
-
"type": "number",
|
|
11872
|
-
"docs": ""
|
|
11873
|
-
}
|
|
11874
|
-
],
|
|
11875
|
-
"docs": "",
|
|
11876
|
-
"docsTags": []
|
|
11877
|
-
}
|
|
11878
|
-
],
|
|
11879
|
-
"events": [
|
|
11880
|
-
{
|
|
11881
|
-
"event": "primaryItemClicked",
|
|
11882
|
-
"detail": "{ primary: number; secondary: number; }",
|
|
11883
|
-
"bubbles": true,
|
|
11884
|
-
"complexType": {
|
|
11885
|
-
"original": "{primary: number, secondary: number}",
|
|
11886
|
-
"resolved": "{ primary: number; secondary: number; }",
|
|
11887
|
-
"references": {}
|
|
11888
|
-
},
|
|
11889
|
-
"cancelable": true,
|
|
11890
|
-
"composed": true,
|
|
11891
|
-
"docs": "",
|
|
11892
|
-
"docsTags": []
|
|
11893
|
-
},
|
|
11894
|
-
{
|
|
11895
|
-
"event": "secondaryItemClicked",
|
|
11896
|
-
"detail": "number",
|
|
11897
|
-
"bubbles": true,
|
|
11898
|
-
"complexType": {
|
|
11899
|
-
"original": "number",
|
|
11900
|
-
"resolved": "number",
|
|
11901
|
-
"references": {}
|
|
11902
|
-
},
|
|
11903
|
-
"cancelable": true,
|
|
11904
|
-
"composed": true,
|
|
11905
|
-
"docs": "",
|
|
11906
|
-
"docsTags": []
|
|
11907
12350
|
},
|
|
11908
12351
|
{
|
|
11909
|
-
"
|
|
11910
|
-
"
|
|
11911
|
-
"bubbles": true,
|
|
12352
|
+
"name": "firstItemIcon",
|
|
12353
|
+
"type": "string",
|
|
11912
12354
|
"complexType": {
|
|
11913
12355
|
"original": "string",
|
|
11914
12356
|
"resolved": "string",
|
|
11915
12357
|
"references": {}
|
|
11916
12358
|
},
|
|
11917
|
-
"cancelable": true,
|
|
11918
|
-
"composed": true,
|
|
11919
|
-
"docs": "",
|
|
11920
|
-
"docsTags": []
|
|
11921
|
-
},
|
|
11922
|
-
{
|
|
11923
|
-
"event": "simpleSidebarItemClicked",
|
|
11924
|
-
"detail": "number",
|
|
11925
|
-
"bubbles": true,
|
|
11926
|
-
"complexType": {
|
|
11927
|
-
"original": "number",
|
|
11928
|
-
"resolved": "number",
|
|
11929
|
-
"references": {}
|
|
11930
|
-
},
|
|
11931
|
-
"cancelable": true,
|
|
11932
|
-
"composed": true,
|
|
11933
|
-
"docs": "",
|
|
11934
|
-
"docsTags": []
|
|
11935
|
-
}
|
|
11936
|
-
],
|
|
11937
|
-
"listeners": [],
|
|
11938
|
-
"styles": [],
|
|
11939
|
-
"slots": [],
|
|
11940
|
-
"parts": [],
|
|
11941
|
-
"dependents": [],
|
|
11942
|
-
"dependencies": [
|
|
11943
|
-
"gb-collapse-button",
|
|
11944
|
-
"gb-simple-side-bar-item",
|
|
11945
|
-
"gb-complex-primary-side-bar-item",
|
|
11946
|
-
"gb-complex-secondary-side-bar-item"
|
|
11947
|
-
],
|
|
11948
|
-
"dependencyGraph": {
|
|
11949
|
-
"gb-sidebar": [
|
|
11950
|
-
"gb-collapse-button",
|
|
11951
|
-
"gb-simple-side-bar-item",
|
|
11952
|
-
"gb-complex-primary-side-bar-item",
|
|
11953
|
-
"gb-complex-secondary-side-bar-item"
|
|
11954
|
-
],
|
|
11955
|
-
"gb-collapse-button": [
|
|
11956
|
-
"gb-tooltip"
|
|
11957
|
-
],
|
|
11958
|
-
"gb-simple-side-bar-item": [
|
|
11959
|
-
"gb-badge",
|
|
11960
|
-
"gb-tooltip"
|
|
11961
|
-
],
|
|
11962
|
-
"gb-badge": [
|
|
11963
|
-
"gb-avatar",
|
|
11964
|
-
"gb-badge-close"
|
|
11965
|
-
],
|
|
11966
|
-
"gb-avatar": [
|
|
11967
|
-
"gb-avatar-contrast-inner-border",
|
|
11968
|
-
"gb-status-indicator"
|
|
11969
|
-
],
|
|
11970
|
-
"gb-complex-primary-side-bar-item": [
|
|
11971
|
-
"gb-tooltip"
|
|
11972
|
-
],
|
|
11973
|
-
"gb-complex-secondary-side-bar-item": [
|
|
11974
|
-
"gb-tooltip"
|
|
11975
|
-
]
|
|
11976
|
-
}
|
|
11977
|
-
},
|
|
11978
|
-
{
|
|
11979
|
-
"filePath": "src/components/gb-simple-side-bar-item/gb-simple-side-bar-item.tsx",
|
|
11980
|
-
"encapsulation": "shadow",
|
|
11981
|
-
"tag": "gb-simple-side-bar-item",
|
|
11982
|
-
"readme": "# gb-side-bar-item\r\n\r\n\r\n\r",
|
|
11983
|
-
"docs": "",
|
|
11984
|
-
"docsTags": [],
|
|
11985
|
-
"usage": {},
|
|
11986
|
-
"props": [
|
|
11987
|
-
{
|
|
11988
|
-
"name": "category",
|
|
11989
|
-
"type": "\"colored_background\" | \"plain_background\"",
|
|
11990
|
-
"complexType": {
|
|
11991
|
-
"original": "GeneralBackgroundCategories",
|
|
11992
|
-
"resolved": "\"colored_background\" | \"plain_background\"",
|
|
11993
|
-
"references": {
|
|
11994
|
-
"GeneralBackgroundCategories": {
|
|
11995
|
-
"location": "import",
|
|
11996
|
-
"path": "../../models/reusableModels",
|
|
11997
|
-
"id": "src/models/reusableModels.ts::GeneralBackgroundCategories"
|
|
11998
|
-
}
|
|
11999
|
-
}
|
|
12000
|
-
},
|
|
12001
12359
|
"mutable": false,
|
|
12002
|
-
"attr": "
|
|
12360
|
+
"attr": "first-item-icon",
|
|
12003
12361
|
"reflectToAttr": false,
|
|
12004
12362
|
"docs": "",
|
|
12005
12363
|
"docsTags": [],
|
|
12364
|
+
"default": "''",
|
|
12006
12365
|
"values": [
|
|
12007
12366
|
{
|
|
12008
|
-
"value": "colored_background",
|
|
12009
|
-
"type": "string"
|
|
12010
|
-
},
|
|
12011
|
-
{
|
|
12012
|
-
"value": "plain_background",
|
|
12013
12367
|
"type": "string"
|
|
12014
12368
|
}
|
|
12015
12369
|
],
|
|
@@ -12017,7 +12371,7 @@
|
|
|
12017
12371
|
"required": false
|
|
12018
12372
|
},
|
|
12019
12373
|
{
|
|
12020
|
-
"name": "
|
|
12374
|
+
"name": "firstItemLabel",
|
|
12021
12375
|
"type": "string",
|
|
12022
12376
|
"complexType": {
|
|
12023
12377
|
"original": "string",
|
|
@@ -12025,7 +12379,7 @@
|
|
|
12025
12379
|
"references": {}
|
|
12026
12380
|
},
|
|
12027
12381
|
"mutable": false,
|
|
12028
|
-
"attr": "
|
|
12382
|
+
"attr": "first-item-label",
|
|
12029
12383
|
"reflectToAttr": false,
|
|
12030
12384
|
"docs": "",
|
|
12031
12385
|
"docsTags": [],
|
|
@@ -12039,7 +12393,7 @@
|
|
|
12039
12393
|
"required": false
|
|
12040
12394
|
},
|
|
12041
12395
|
{
|
|
12042
|
-
"name": "
|
|
12396
|
+
"name": "fourthItemIcon",
|
|
12043
12397
|
"type": "string",
|
|
12044
12398
|
"complexType": {
|
|
12045
12399
|
"original": "string",
|
|
@@ -12047,7 +12401,7 @@
|
|
|
12047
12401
|
"references": {}
|
|
12048
12402
|
},
|
|
12049
12403
|
"mutable": false,
|
|
12050
|
-
"attr": "
|
|
12404
|
+
"attr": "fourth-item-icon",
|
|
12051
12405
|
"reflectToAttr": false,
|
|
12052
12406
|
"docs": "",
|
|
12053
12407
|
"docsTags": [],
|
|
@@ -12061,91 +12415,91 @@
|
|
|
12061
12415
|
"required": false
|
|
12062
12416
|
},
|
|
12063
12417
|
{
|
|
12064
|
-
"name": "
|
|
12065
|
-
"type": "
|
|
12418
|
+
"name": "fourthItemLabel",
|
|
12419
|
+
"type": "string",
|
|
12066
12420
|
"complexType": {
|
|
12067
|
-
"original": "
|
|
12068
|
-
"resolved": "
|
|
12421
|
+
"original": "string",
|
|
12422
|
+
"resolved": "string",
|
|
12069
12423
|
"references": {}
|
|
12070
12424
|
},
|
|
12071
12425
|
"mutable": false,
|
|
12072
|
-
"attr": "
|
|
12426
|
+
"attr": "fourth-item-label",
|
|
12073
12427
|
"reflectToAttr": false,
|
|
12074
12428
|
"docs": "",
|
|
12075
12429
|
"docsTags": [],
|
|
12076
|
-
"default": "
|
|
12430
|
+
"default": "''",
|
|
12077
12431
|
"values": [
|
|
12078
12432
|
{
|
|
12079
|
-
"type": "
|
|
12433
|
+
"type": "string"
|
|
12080
12434
|
}
|
|
12081
12435
|
],
|
|
12082
12436
|
"optional": false,
|
|
12083
12437
|
"required": false
|
|
12084
12438
|
},
|
|
12085
12439
|
{
|
|
12086
|
-
"name": "
|
|
12087
|
-
"type": "
|
|
12440
|
+
"name": "iconInstance",
|
|
12441
|
+
"type": "string",
|
|
12088
12442
|
"complexType": {
|
|
12089
|
-
"original": "
|
|
12090
|
-
"resolved": "
|
|
12443
|
+
"original": "string",
|
|
12444
|
+
"resolved": "string",
|
|
12091
12445
|
"references": {}
|
|
12092
12446
|
},
|
|
12093
12447
|
"mutable": false,
|
|
12094
|
-
"attr": "
|
|
12448
|
+
"attr": "icon-instance",
|
|
12095
12449
|
"reflectToAttr": false,
|
|
12096
12450
|
"docs": "",
|
|
12097
12451
|
"docsTags": [],
|
|
12098
|
-
"default": "
|
|
12452
|
+
"default": "''",
|
|
12099
12453
|
"values": [
|
|
12100
12454
|
{
|
|
12101
|
-
"type": "
|
|
12455
|
+
"type": "string"
|
|
12102
12456
|
}
|
|
12103
12457
|
],
|
|
12104
12458
|
"optional": false,
|
|
12105
12459
|
"required": false
|
|
12106
12460
|
},
|
|
12107
12461
|
{
|
|
12108
|
-
"name": "
|
|
12109
|
-
"type": "
|
|
12462
|
+
"name": "navItemStyle",
|
|
12463
|
+
"type": "\"compact\" | \"standard\"",
|
|
12110
12464
|
"complexType": {
|
|
12111
|
-
"original": "
|
|
12112
|
-
"resolved": "
|
|
12465
|
+
"original": "'standard' | 'compact'",
|
|
12466
|
+
"resolved": "\"compact\" | \"standard\"",
|
|
12113
12467
|
"references": {}
|
|
12114
12468
|
},
|
|
12115
|
-
"mutable":
|
|
12116
|
-
"attr": "
|
|
12469
|
+
"mutable": false,
|
|
12470
|
+
"attr": "nav-item-style",
|
|
12117
12471
|
"reflectToAttr": false,
|
|
12118
12472
|
"docs": "",
|
|
12119
12473
|
"docsTags": [],
|
|
12120
|
-
"default": "false",
|
|
12121
12474
|
"values": [
|
|
12122
12475
|
{
|
|
12123
|
-
"
|
|
12476
|
+
"value": "compact",
|
|
12477
|
+
"type": "string"
|
|
12478
|
+
},
|
|
12479
|
+
{
|
|
12480
|
+
"value": "standard",
|
|
12481
|
+
"type": "string"
|
|
12124
12482
|
}
|
|
12125
12483
|
],
|
|
12126
12484
|
"optional": false,
|
|
12127
12485
|
"required": false
|
|
12128
12486
|
},
|
|
12129
12487
|
{
|
|
12130
|
-
"name": "
|
|
12131
|
-
"type": "
|
|
12488
|
+
"name": "ninthItemIcon",
|
|
12489
|
+
"type": "string",
|
|
12132
12490
|
"complexType": {
|
|
12133
|
-
"original": "
|
|
12134
|
-
"resolved": "
|
|
12491
|
+
"original": "string",
|
|
12492
|
+
"resolved": "string",
|
|
12135
12493
|
"references": {}
|
|
12136
12494
|
},
|
|
12137
12495
|
"mutable": false,
|
|
12138
|
-
"attr": "
|
|
12496
|
+
"attr": "ninth-item-icon",
|
|
12139
12497
|
"reflectToAttr": false,
|
|
12140
12498
|
"docs": "",
|
|
12141
12499
|
"docsTags": [],
|
|
12500
|
+
"default": "''",
|
|
12142
12501
|
"values": [
|
|
12143
12502
|
{
|
|
12144
|
-
"value": "active",
|
|
12145
|
-
"type": "string"
|
|
12146
|
-
},
|
|
12147
|
-
{
|
|
12148
|
-
"value": "default",
|
|
12149
12503
|
"type": "string"
|
|
12150
12504
|
}
|
|
12151
12505
|
],
|
|
@@ -12153,111 +12507,87 @@
|
|
|
12153
12507
|
"required": false
|
|
12154
12508
|
},
|
|
12155
12509
|
{
|
|
12156
|
-
"name": "
|
|
12157
|
-
"type": "
|
|
12510
|
+
"name": "ninthItemLabel",
|
|
12511
|
+
"type": "string",
|
|
12158
12512
|
"complexType": {
|
|
12159
|
-
"original": "
|
|
12160
|
-
"resolved": "
|
|
12513
|
+
"original": "string",
|
|
12514
|
+
"resolved": "string",
|
|
12161
12515
|
"references": {}
|
|
12162
12516
|
},
|
|
12163
12517
|
"mutable": false,
|
|
12164
|
-
"attr": "
|
|
12518
|
+
"attr": "ninth-item-label",
|
|
12165
12519
|
"reflectToAttr": false,
|
|
12166
12520
|
"docs": "",
|
|
12167
12521
|
"docsTags": [],
|
|
12522
|
+
"default": "''",
|
|
12168
12523
|
"values": [
|
|
12169
12524
|
{
|
|
12170
|
-
"value": "full_with_label",
|
|
12171
|
-
"type": "string"
|
|
12172
|
-
},
|
|
12173
|
-
{
|
|
12174
|
-
"value": "icon_only",
|
|
12175
12525
|
"type": "string"
|
|
12176
12526
|
}
|
|
12177
12527
|
],
|
|
12178
12528
|
"optional": false,
|
|
12179
12529
|
"required": false
|
|
12180
|
-
}
|
|
12181
|
-
],
|
|
12182
|
-
"methods": [],
|
|
12183
|
-
"events": [
|
|
12530
|
+
},
|
|
12184
12531
|
{
|
|
12185
|
-
"
|
|
12186
|
-
"
|
|
12187
|
-
"bubbles": true,
|
|
12532
|
+
"name": "secondItemIcon",
|
|
12533
|
+
"type": "string",
|
|
12188
12534
|
"complexType": {
|
|
12189
|
-
"original": "
|
|
12190
|
-
"resolved": "
|
|
12535
|
+
"original": "string",
|
|
12536
|
+
"resolved": "string",
|
|
12191
12537
|
"references": {}
|
|
12192
12538
|
},
|
|
12193
|
-
"
|
|
12194
|
-
"
|
|
12539
|
+
"mutable": false,
|
|
12540
|
+
"attr": "second-item-icon",
|
|
12541
|
+
"reflectToAttr": false,
|
|
12195
12542
|
"docs": "",
|
|
12196
|
-
"docsTags": []
|
|
12197
|
-
|
|
12198
|
-
|
|
12199
|
-
|
|
12200
|
-
|
|
12201
|
-
|
|
12202
|
-
|
|
12203
|
-
|
|
12204
|
-
|
|
12205
|
-
|
|
12206
|
-
"dependencies": [
|
|
12207
|
-
"gb-badge",
|
|
12208
|
-
"gb-tooltip"
|
|
12209
|
-
],
|
|
12210
|
-
"dependencyGraph": {
|
|
12211
|
-
"gb-simple-side-bar-item": [
|
|
12212
|
-
"gb-badge",
|
|
12213
|
-
"gb-tooltip"
|
|
12214
|
-
],
|
|
12215
|
-
"gb-badge": [
|
|
12216
|
-
"gb-avatar",
|
|
12217
|
-
"gb-badge-close"
|
|
12218
|
-
],
|
|
12219
|
-
"gb-avatar": [
|
|
12220
|
-
"gb-avatar-contrast-inner-border",
|
|
12221
|
-
"gb-status-indicator"
|
|
12222
|
-
],
|
|
12223
|
-
"gb-sidebar": [
|
|
12224
|
-
"gb-simple-side-bar-item"
|
|
12225
|
-
]
|
|
12226
|
-
}
|
|
12227
|
-
},
|
|
12228
|
-
{
|
|
12229
|
-
"filePath": "src/components/gb-slider/gb-slider.tsx",
|
|
12230
|
-
"encapsulation": "shadow",
|
|
12231
|
-
"tag": "gb-slider",
|
|
12232
|
-
"readme": "# gb-slider\r\n\r\n\r\n\r",
|
|
12233
|
-
"docs": "",
|
|
12234
|
-
"docsTags": [],
|
|
12235
|
-
"usage": {},
|
|
12236
|
-
"props": [
|
|
12543
|
+
"docsTags": [],
|
|
12544
|
+
"default": "''",
|
|
12545
|
+
"values": [
|
|
12546
|
+
{
|
|
12547
|
+
"type": "string"
|
|
12548
|
+
}
|
|
12549
|
+
],
|
|
12550
|
+
"optional": false,
|
|
12551
|
+
"required": false
|
|
12552
|
+
},
|
|
12237
12553
|
{
|
|
12238
|
-
"name": "
|
|
12239
|
-
"type": "
|
|
12554
|
+
"name": "secondItemLabel",
|
|
12555
|
+
"type": "string",
|
|
12240
12556
|
"complexType": {
|
|
12241
|
-
"original": "
|
|
12242
|
-
"resolved": "
|
|
12557
|
+
"original": "string",
|
|
12558
|
+
"resolved": "string",
|
|
12243
12559
|
"references": {}
|
|
12244
12560
|
},
|
|
12245
12561
|
"mutable": false,
|
|
12246
|
-
"attr": "label",
|
|
12562
|
+
"attr": "second-item-label",
|
|
12247
12563
|
"reflectToAttr": false,
|
|
12248
12564
|
"docs": "",
|
|
12249
12565
|
"docsTags": [],
|
|
12566
|
+
"default": "''",
|
|
12250
12567
|
"values": [
|
|
12251
12568
|
{
|
|
12252
|
-
"value": "bottom",
|
|
12253
|
-
"type": "string"
|
|
12254
|
-
},
|
|
12255
|
-
{
|
|
12256
|
-
"value": "false",
|
|
12257
12569
|
"type": "string"
|
|
12258
|
-
}
|
|
12570
|
+
}
|
|
12571
|
+
],
|
|
12572
|
+
"optional": false,
|
|
12573
|
+
"required": false
|
|
12574
|
+
},
|
|
12575
|
+
{
|
|
12576
|
+
"name": "seventhItemIcon",
|
|
12577
|
+
"type": "string",
|
|
12578
|
+
"complexType": {
|
|
12579
|
+
"original": "string",
|
|
12580
|
+
"resolved": "string",
|
|
12581
|
+
"references": {}
|
|
12582
|
+
},
|
|
12583
|
+
"mutable": false,
|
|
12584
|
+
"attr": "seventh-item-icon",
|
|
12585
|
+
"reflectToAttr": false,
|
|
12586
|
+
"docs": "",
|
|
12587
|
+
"docsTags": [],
|
|
12588
|
+
"default": "''",
|
|
12589
|
+
"values": [
|
|
12259
12590
|
{
|
|
12260
|
-
"value": "top_floating",
|
|
12261
12591
|
"type": "string"
|
|
12262
12592
|
}
|
|
12263
12593
|
],
|
|
@@ -12265,113 +12595,1036 @@
|
|
|
12265
12595
|
"required": false
|
|
12266
12596
|
},
|
|
12267
12597
|
{
|
|
12268
|
-
"name": "
|
|
12269
|
-
"type": "
|
|
12598
|
+
"name": "seventhItemLabel",
|
|
12599
|
+
"type": "string",
|
|
12270
12600
|
"complexType": {
|
|
12271
|
-
"original": "
|
|
12272
|
-
"resolved": "
|
|
12601
|
+
"original": "string",
|
|
12602
|
+
"resolved": "string",
|
|
12273
12603
|
"references": {}
|
|
12274
12604
|
},
|
|
12275
12605
|
"mutable": false,
|
|
12276
|
-
"attr": "
|
|
12606
|
+
"attr": "seventh-item-label",
|
|
12277
12607
|
"reflectToAttr": false,
|
|
12278
12608
|
"docs": "",
|
|
12279
12609
|
"docsTags": [],
|
|
12280
|
-
"default": "
|
|
12610
|
+
"default": "''",
|
|
12281
12611
|
"values": [
|
|
12282
12612
|
{
|
|
12283
|
-
"type": "
|
|
12613
|
+
"type": "string"
|
|
12284
12614
|
}
|
|
12285
12615
|
],
|
|
12286
12616
|
"optional": false,
|
|
12287
12617
|
"required": false
|
|
12288
12618
|
},
|
|
12289
12619
|
{
|
|
12290
|
-
"name": "
|
|
12291
|
-
"type": "
|
|
12620
|
+
"name": "showSecondCategory",
|
|
12621
|
+
"type": "boolean",
|
|
12292
12622
|
"complexType": {
|
|
12293
|
-
"original": "
|
|
12294
|
-
"resolved": "
|
|
12623
|
+
"original": "boolean",
|
|
12624
|
+
"resolved": "boolean",
|
|
12295
12625
|
"references": {}
|
|
12296
12626
|
},
|
|
12297
12627
|
"mutable": false,
|
|
12298
|
-
"attr": "
|
|
12628
|
+
"attr": "show-second-category",
|
|
12299
12629
|
"reflectToAttr": false,
|
|
12300
12630
|
"docs": "",
|
|
12301
12631
|
"docsTags": [],
|
|
12302
|
-
"default": "
|
|
12632
|
+
"default": "false",
|
|
12303
12633
|
"values": [
|
|
12304
12634
|
{
|
|
12305
|
-
"type": "
|
|
12635
|
+
"type": "boolean"
|
|
12306
12636
|
}
|
|
12307
12637
|
],
|
|
12308
12638
|
"optional": false,
|
|
12309
12639
|
"required": false
|
|
12310
12640
|
},
|
|
12311
12641
|
{
|
|
12312
|
-
"name": "
|
|
12313
|
-
"type": "
|
|
12642
|
+
"name": "sixthItemIcon",
|
|
12643
|
+
"type": "string",
|
|
12314
12644
|
"complexType": {
|
|
12315
|
-
"original": "
|
|
12316
|
-
"resolved": "
|
|
12645
|
+
"original": "string",
|
|
12646
|
+
"resolved": "string",
|
|
12317
12647
|
"references": {}
|
|
12318
12648
|
},
|
|
12319
12649
|
"mutable": false,
|
|
12320
|
-
"attr": "
|
|
12650
|
+
"attr": "sixth-item-icon",
|
|
12321
12651
|
"reflectToAttr": false,
|
|
12322
12652
|
"docs": "",
|
|
12323
12653
|
"docsTags": [],
|
|
12324
|
-
"default": "
|
|
12654
|
+
"default": "''",
|
|
12325
12655
|
"values": [
|
|
12326
12656
|
{
|
|
12327
|
-
"type": "
|
|
12657
|
+
"type": "string"
|
|
12328
12658
|
}
|
|
12329
12659
|
],
|
|
12330
12660
|
"optional": false,
|
|
12331
12661
|
"required": false
|
|
12332
12662
|
},
|
|
12333
12663
|
{
|
|
12334
|
-
"name": "
|
|
12335
|
-
"type": "
|
|
12664
|
+
"name": "sixthItemLabel",
|
|
12665
|
+
"type": "string",
|
|
12336
12666
|
"complexType": {
|
|
12337
|
-
"original": "
|
|
12338
|
-
"resolved": "
|
|
12667
|
+
"original": "string",
|
|
12668
|
+
"resolved": "string",
|
|
12339
12669
|
"references": {}
|
|
12340
12670
|
},
|
|
12341
12671
|
"mutable": false,
|
|
12342
|
-
"attr": "
|
|
12672
|
+
"attr": "sixth-item-label",
|
|
12343
12673
|
"reflectToAttr": false,
|
|
12344
12674
|
"docs": "",
|
|
12345
12675
|
"docsTags": [],
|
|
12346
|
-
"default": "
|
|
12676
|
+
"default": "''",
|
|
12347
12677
|
"values": [
|
|
12348
12678
|
{
|
|
12349
|
-
"type": "
|
|
12679
|
+
"type": "string"
|
|
12350
12680
|
}
|
|
12351
12681
|
],
|
|
12352
12682
|
"optional": false,
|
|
12353
12683
|
"required": false
|
|
12354
12684
|
},
|
|
12355
12685
|
{
|
|
12356
|
-
"name": "
|
|
12357
|
-
"type": "\"
|
|
12686
|
+
"name": "state",
|
|
12687
|
+
"type": "\"collapsed\" | \"expanded\"",
|
|
12358
12688
|
"complexType": {
|
|
12359
|
-
"original": "'
|
|
12360
|
-
"resolved": "\"
|
|
12689
|
+
"original": "'expanded' | 'collapsed'",
|
|
12690
|
+
"resolved": "\"collapsed\" | \"expanded\"",
|
|
12361
12691
|
"references": {}
|
|
12362
12692
|
},
|
|
12363
|
-
"mutable":
|
|
12364
|
-
"attr": "
|
|
12693
|
+
"mutable": true,
|
|
12694
|
+
"attr": "state",
|
|
12365
12695
|
"reflectToAttr": false,
|
|
12366
12696
|
"docs": "",
|
|
12367
12697
|
"docsTags": [],
|
|
12698
|
+
"default": "'expanded'",
|
|
12368
12699
|
"values": [
|
|
12369
12700
|
{
|
|
12370
|
-
"value": "
|
|
12701
|
+
"value": "collapsed",
|
|
12702
|
+
"type": "string"
|
|
12703
|
+
},
|
|
12704
|
+
{
|
|
12705
|
+
"value": "expanded",
|
|
12706
|
+
"type": "string"
|
|
12707
|
+
}
|
|
12708
|
+
],
|
|
12709
|
+
"optional": false,
|
|
12710
|
+
"required": false
|
|
12711
|
+
},
|
|
12712
|
+
{
|
|
12713
|
+
"name": "tenthItemIcon",
|
|
12714
|
+
"type": "string",
|
|
12715
|
+
"complexType": {
|
|
12716
|
+
"original": "string",
|
|
12717
|
+
"resolved": "string",
|
|
12718
|
+
"references": {}
|
|
12719
|
+
},
|
|
12720
|
+
"mutable": false,
|
|
12721
|
+
"attr": "tenth-item-icon",
|
|
12722
|
+
"reflectToAttr": false,
|
|
12723
|
+
"docs": "",
|
|
12724
|
+
"docsTags": [],
|
|
12725
|
+
"default": "''",
|
|
12726
|
+
"values": [
|
|
12727
|
+
{
|
|
12728
|
+
"type": "string"
|
|
12729
|
+
}
|
|
12730
|
+
],
|
|
12731
|
+
"optional": false,
|
|
12732
|
+
"required": false
|
|
12733
|
+
},
|
|
12734
|
+
{
|
|
12735
|
+
"name": "tenthItemLabel",
|
|
12736
|
+
"type": "string",
|
|
12737
|
+
"complexType": {
|
|
12738
|
+
"original": "string",
|
|
12739
|
+
"resolved": "string",
|
|
12740
|
+
"references": {}
|
|
12741
|
+
},
|
|
12742
|
+
"mutable": false,
|
|
12743
|
+
"attr": "tenth-item-label",
|
|
12744
|
+
"reflectToAttr": false,
|
|
12745
|
+
"docs": "",
|
|
12746
|
+
"docsTags": [],
|
|
12747
|
+
"default": "''",
|
|
12748
|
+
"values": [
|
|
12749
|
+
{
|
|
12750
|
+
"type": "string"
|
|
12751
|
+
}
|
|
12752
|
+
],
|
|
12753
|
+
"optional": false,
|
|
12754
|
+
"required": false
|
|
12755
|
+
},
|
|
12756
|
+
{
|
|
12757
|
+
"name": "thirdItemIcon",
|
|
12758
|
+
"type": "string",
|
|
12759
|
+
"complexType": {
|
|
12760
|
+
"original": "string",
|
|
12761
|
+
"resolved": "string",
|
|
12762
|
+
"references": {}
|
|
12763
|
+
},
|
|
12764
|
+
"mutable": false,
|
|
12765
|
+
"attr": "third-item-icon",
|
|
12766
|
+
"reflectToAttr": false,
|
|
12767
|
+
"docs": "",
|
|
12768
|
+
"docsTags": [],
|
|
12769
|
+
"default": "''",
|
|
12770
|
+
"values": [
|
|
12771
|
+
{
|
|
12772
|
+
"type": "string"
|
|
12773
|
+
}
|
|
12774
|
+
],
|
|
12775
|
+
"optional": false,
|
|
12776
|
+
"required": false
|
|
12777
|
+
},
|
|
12778
|
+
{
|
|
12779
|
+
"name": "thirdItemLabel",
|
|
12780
|
+
"type": "string",
|
|
12781
|
+
"complexType": {
|
|
12782
|
+
"original": "string",
|
|
12783
|
+
"resolved": "string",
|
|
12784
|
+
"references": {}
|
|
12785
|
+
},
|
|
12786
|
+
"mutable": false,
|
|
12787
|
+
"attr": "third-item-label",
|
|
12788
|
+
"reflectToAttr": false,
|
|
12789
|
+
"docs": "",
|
|
12790
|
+
"docsTags": [],
|
|
12791
|
+
"default": "''",
|
|
12792
|
+
"values": [
|
|
12793
|
+
{
|
|
12794
|
+
"type": "string"
|
|
12795
|
+
}
|
|
12796
|
+
],
|
|
12797
|
+
"optional": false,
|
|
12798
|
+
"required": false
|
|
12799
|
+
},
|
|
12800
|
+
{
|
|
12801
|
+
"name": "type",
|
|
12802
|
+
"type": "\"complex\" | \"simple\"",
|
|
12803
|
+
"complexType": {
|
|
12804
|
+
"original": "'simple' | 'complex'",
|
|
12805
|
+
"resolved": "\"complex\" | \"simple\"",
|
|
12806
|
+
"references": {}
|
|
12807
|
+
},
|
|
12808
|
+
"mutable": false,
|
|
12809
|
+
"attr": "type",
|
|
12810
|
+
"reflectToAttr": false,
|
|
12811
|
+
"docs": "",
|
|
12812
|
+
"docsTags": [],
|
|
12813
|
+
"values": [
|
|
12814
|
+
{
|
|
12815
|
+
"value": "complex",
|
|
12816
|
+
"type": "string"
|
|
12817
|
+
},
|
|
12818
|
+
{
|
|
12819
|
+
"value": "simple",
|
|
12820
|
+
"type": "string"
|
|
12821
|
+
}
|
|
12822
|
+
],
|
|
12823
|
+
"optional": false,
|
|
12824
|
+
"required": false
|
|
12825
|
+
}
|
|
12826
|
+
],
|
|
12827
|
+
"methods": [
|
|
12828
|
+
{
|
|
12829
|
+
"name": "sideBarItemClicked",
|
|
12830
|
+
"returns": {
|
|
12831
|
+
"type": "Promise<void>",
|
|
12832
|
+
"docs": ""
|
|
12833
|
+
},
|
|
12834
|
+
"complexType": {
|
|
12835
|
+
"signature": "(index: number) => Promise<void>",
|
|
12836
|
+
"parameters": [
|
|
12837
|
+
{
|
|
12838
|
+
"name": "index",
|
|
12839
|
+
"type": "number",
|
|
12840
|
+
"docs": ""
|
|
12841
|
+
}
|
|
12842
|
+
],
|
|
12843
|
+
"references": {
|
|
12844
|
+
"Promise": {
|
|
12845
|
+
"location": "global",
|
|
12846
|
+
"id": "global::Promise"
|
|
12847
|
+
}
|
|
12848
|
+
},
|
|
12849
|
+
"return": "Promise<void>"
|
|
12850
|
+
},
|
|
12851
|
+
"signature": "sideBarItemClicked(index: number) => Promise<void>",
|
|
12852
|
+
"parameters": [
|
|
12853
|
+
{
|
|
12854
|
+
"name": "index",
|
|
12855
|
+
"type": "number",
|
|
12856
|
+
"docs": ""
|
|
12857
|
+
}
|
|
12858
|
+
],
|
|
12859
|
+
"docs": "",
|
|
12860
|
+
"docsTags": []
|
|
12861
|
+
}
|
|
12862
|
+
],
|
|
12863
|
+
"events": [
|
|
12864
|
+
{
|
|
12865
|
+
"event": "primaryItemClicked",
|
|
12866
|
+
"detail": "{ primary: number; secondary: number; }",
|
|
12867
|
+
"bubbles": true,
|
|
12868
|
+
"complexType": {
|
|
12869
|
+
"original": "{primary: number, secondary: number}",
|
|
12870
|
+
"resolved": "{ primary: number; secondary: number; }",
|
|
12871
|
+
"references": {}
|
|
12872
|
+
},
|
|
12873
|
+
"cancelable": true,
|
|
12874
|
+
"composed": true,
|
|
12875
|
+
"docs": "",
|
|
12876
|
+
"docsTags": []
|
|
12877
|
+
},
|
|
12878
|
+
{
|
|
12879
|
+
"event": "secondaryItemClicked",
|
|
12880
|
+
"detail": "number",
|
|
12881
|
+
"bubbles": true,
|
|
12882
|
+
"complexType": {
|
|
12883
|
+
"original": "number",
|
|
12884
|
+
"resolved": "number",
|
|
12885
|
+
"references": {}
|
|
12886
|
+
},
|
|
12887
|
+
"cancelable": true,
|
|
12888
|
+
"composed": true,
|
|
12889
|
+
"docs": "",
|
|
12890
|
+
"docsTags": []
|
|
12891
|
+
},
|
|
12892
|
+
{
|
|
12893
|
+
"event": "sidebarState",
|
|
12894
|
+
"detail": "string",
|
|
12895
|
+
"bubbles": true,
|
|
12896
|
+
"complexType": {
|
|
12897
|
+
"original": "string",
|
|
12898
|
+
"resolved": "string",
|
|
12899
|
+
"references": {}
|
|
12900
|
+
},
|
|
12901
|
+
"cancelable": true,
|
|
12902
|
+
"composed": true,
|
|
12903
|
+
"docs": "",
|
|
12904
|
+
"docsTags": []
|
|
12905
|
+
},
|
|
12906
|
+
{
|
|
12907
|
+
"event": "simpleSidebarItemClicked",
|
|
12908
|
+
"detail": "number",
|
|
12909
|
+
"bubbles": true,
|
|
12910
|
+
"complexType": {
|
|
12911
|
+
"original": "number",
|
|
12912
|
+
"resolved": "number",
|
|
12913
|
+
"references": {}
|
|
12914
|
+
},
|
|
12915
|
+
"cancelable": true,
|
|
12916
|
+
"composed": true,
|
|
12917
|
+
"docs": "",
|
|
12918
|
+
"docsTags": []
|
|
12919
|
+
}
|
|
12920
|
+
],
|
|
12921
|
+
"listeners": [],
|
|
12922
|
+
"styles": [],
|
|
12923
|
+
"slots": [],
|
|
12924
|
+
"parts": [],
|
|
12925
|
+
"dependents": [],
|
|
12926
|
+
"dependencies": [
|
|
12927
|
+
"gb-collapse-button",
|
|
12928
|
+
"gb-simple-side-bar-item",
|
|
12929
|
+
"gb-complex-primary-side-bar-item",
|
|
12930
|
+
"gb-complex-secondary-side-bar-item"
|
|
12931
|
+
],
|
|
12932
|
+
"dependencyGraph": {
|
|
12933
|
+
"gb-sidebar": [
|
|
12934
|
+
"gb-collapse-button",
|
|
12935
|
+
"gb-simple-side-bar-item",
|
|
12936
|
+
"gb-complex-primary-side-bar-item",
|
|
12937
|
+
"gb-complex-secondary-side-bar-item"
|
|
12938
|
+
],
|
|
12939
|
+
"gb-collapse-button": [
|
|
12940
|
+
"gb-tooltip"
|
|
12941
|
+
],
|
|
12942
|
+
"gb-simple-side-bar-item": [
|
|
12943
|
+
"gb-badge",
|
|
12944
|
+
"gb-tooltip"
|
|
12945
|
+
],
|
|
12946
|
+
"gb-badge": [
|
|
12947
|
+
"gb-avatar",
|
|
12948
|
+
"gb-badge-close"
|
|
12949
|
+
],
|
|
12950
|
+
"gb-avatar": [
|
|
12951
|
+
"gb-avatar-contrast-inner-border",
|
|
12952
|
+
"gb-status-indicator"
|
|
12953
|
+
],
|
|
12954
|
+
"gb-complex-primary-side-bar-item": [
|
|
12955
|
+
"gb-tooltip"
|
|
12956
|
+
],
|
|
12957
|
+
"gb-complex-secondary-side-bar-item": [
|
|
12958
|
+
"gb-tooltip"
|
|
12959
|
+
]
|
|
12960
|
+
}
|
|
12961
|
+
},
|
|
12962
|
+
{
|
|
12963
|
+
"filePath": "src/components/gb-simple-side-bar-item/gb-simple-side-bar-item.tsx",
|
|
12964
|
+
"encapsulation": "shadow",
|
|
12965
|
+
"tag": "gb-simple-side-bar-item",
|
|
12966
|
+
"readme": "# gb-side-bar-item\r\n\r\n\r\n\r",
|
|
12967
|
+
"docs": "",
|
|
12968
|
+
"docsTags": [],
|
|
12969
|
+
"usage": {},
|
|
12970
|
+
"props": [
|
|
12971
|
+
{
|
|
12972
|
+
"name": "category",
|
|
12973
|
+
"type": "\"colored_background\" | \"plain_background\"",
|
|
12974
|
+
"complexType": {
|
|
12975
|
+
"original": "GeneralBackgroundCategories",
|
|
12976
|
+
"resolved": "\"colored_background\" | \"plain_background\"",
|
|
12977
|
+
"references": {
|
|
12978
|
+
"GeneralBackgroundCategories": {
|
|
12979
|
+
"location": "import",
|
|
12980
|
+
"path": "../../models/reusableModels",
|
|
12981
|
+
"id": "src/models/reusableModels.ts::GeneralBackgroundCategories"
|
|
12982
|
+
}
|
|
12983
|
+
}
|
|
12984
|
+
},
|
|
12985
|
+
"mutable": false,
|
|
12986
|
+
"attr": "category",
|
|
12987
|
+
"reflectToAttr": false,
|
|
12988
|
+
"docs": "",
|
|
12989
|
+
"docsTags": [],
|
|
12990
|
+
"values": [
|
|
12991
|
+
{
|
|
12992
|
+
"value": "colored_background",
|
|
12993
|
+
"type": "string"
|
|
12994
|
+
},
|
|
12995
|
+
{
|
|
12996
|
+
"value": "plain_background",
|
|
12997
|
+
"type": "string"
|
|
12998
|
+
}
|
|
12999
|
+
],
|
|
13000
|
+
"optional": false,
|
|
13001
|
+
"required": false
|
|
13002
|
+
},
|
|
13003
|
+
{
|
|
13004
|
+
"name": "icon",
|
|
13005
|
+
"type": "string",
|
|
13006
|
+
"complexType": {
|
|
13007
|
+
"original": "string",
|
|
13008
|
+
"resolved": "string",
|
|
13009
|
+
"references": {}
|
|
13010
|
+
},
|
|
13011
|
+
"mutable": false,
|
|
13012
|
+
"attr": "icon",
|
|
13013
|
+
"reflectToAttr": false,
|
|
13014
|
+
"docs": "",
|
|
13015
|
+
"docsTags": [],
|
|
13016
|
+
"default": "''",
|
|
13017
|
+
"values": [
|
|
13018
|
+
{
|
|
13019
|
+
"type": "string"
|
|
13020
|
+
}
|
|
13021
|
+
],
|
|
13022
|
+
"optional": false,
|
|
13023
|
+
"required": false
|
|
13024
|
+
},
|
|
13025
|
+
{
|
|
13026
|
+
"name": "label",
|
|
13027
|
+
"type": "string",
|
|
13028
|
+
"complexType": {
|
|
13029
|
+
"original": "string",
|
|
13030
|
+
"resolved": "string",
|
|
13031
|
+
"references": {}
|
|
13032
|
+
},
|
|
13033
|
+
"mutable": false,
|
|
13034
|
+
"attr": "label",
|
|
13035
|
+
"reflectToAttr": false,
|
|
13036
|
+
"docs": "",
|
|
13037
|
+
"docsTags": [],
|
|
13038
|
+
"default": "''",
|
|
13039
|
+
"values": [
|
|
13040
|
+
{
|
|
13041
|
+
"type": "string"
|
|
13042
|
+
}
|
|
13043
|
+
],
|
|
13044
|
+
"optional": false,
|
|
13045
|
+
"required": false
|
|
13046
|
+
},
|
|
13047
|
+
{
|
|
13048
|
+
"name": "showArrow",
|
|
13049
|
+
"type": "boolean",
|
|
13050
|
+
"complexType": {
|
|
13051
|
+
"original": "boolean",
|
|
13052
|
+
"resolved": "boolean",
|
|
13053
|
+
"references": {}
|
|
13054
|
+
},
|
|
13055
|
+
"mutable": false,
|
|
13056
|
+
"attr": "show-arrow",
|
|
13057
|
+
"reflectToAttr": false,
|
|
13058
|
+
"docs": "",
|
|
13059
|
+
"docsTags": [],
|
|
13060
|
+
"default": "false",
|
|
13061
|
+
"values": [
|
|
13062
|
+
{
|
|
13063
|
+
"type": "boolean"
|
|
13064
|
+
}
|
|
13065
|
+
],
|
|
13066
|
+
"optional": false,
|
|
13067
|
+
"required": false
|
|
13068
|
+
},
|
|
13069
|
+
{
|
|
13070
|
+
"name": "showBadge",
|
|
13071
|
+
"type": "boolean",
|
|
13072
|
+
"complexType": {
|
|
13073
|
+
"original": "boolean",
|
|
13074
|
+
"resolved": "boolean",
|
|
13075
|
+
"references": {}
|
|
13076
|
+
},
|
|
13077
|
+
"mutable": false,
|
|
13078
|
+
"attr": "show-badge",
|
|
13079
|
+
"reflectToAttr": false,
|
|
13080
|
+
"docs": "",
|
|
13081
|
+
"docsTags": [],
|
|
13082
|
+
"default": "false",
|
|
13083
|
+
"values": [
|
|
13084
|
+
{
|
|
13085
|
+
"type": "boolean"
|
|
13086
|
+
}
|
|
13087
|
+
],
|
|
13088
|
+
"optional": false,
|
|
13089
|
+
"required": false
|
|
13090
|
+
},
|
|
13091
|
+
{
|
|
13092
|
+
"name": "showTooltip",
|
|
13093
|
+
"type": "boolean",
|
|
13094
|
+
"complexType": {
|
|
13095
|
+
"original": "boolean",
|
|
13096
|
+
"resolved": "boolean",
|
|
13097
|
+
"references": {}
|
|
13098
|
+
},
|
|
13099
|
+
"mutable": true,
|
|
13100
|
+
"attr": "show-tooltip",
|
|
13101
|
+
"reflectToAttr": false,
|
|
13102
|
+
"docs": "",
|
|
13103
|
+
"docsTags": [],
|
|
13104
|
+
"default": "false",
|
|
13105
|
+
"values": [
|
|
13106
|
+
{
|
|
13107
|
+
"type": "boolean"
|
|
13108
|
+
}
|
|
13109
|
+
],
|
|
13110
|
+
"optional": false,
|
|
13111
|
+
"required": false
|
|
13112
|
+
},
|
|
13113
|
+
{
|
|
13114
|
+
"name": "state",
|
|
13115
|
+
"type": "\"active\" | \"default\"",
|
|
13116
|
+
"complexType": {
|
|
13117
|
+
"original": "'default' | 'active'",
|
|
13118
|
+
"resolved": "\"active\" | \"default\"",
|
|
13119
|
+
"references": {}
|
|
13120
|
+
},
|
|
13121
|
+
"mutable": false,
|
|
13122
|
+
"attr": "state",
|
|
13123
|
+
"reflectToAttr": false,
|
|
13124
|
+
"docs": "",
|
|
13125
|
+
"docsTags": [],
|
|
13126
|
+
"values": [
|
|
13127
|
+
{
|
|
13128
|
+
"value": "active",
|
|
13129
|
+
"type": "string"
|
|
13130
|
+
},
|
|
13131
|
+
{
|
|
13132
|
+
"value": "default",
|
|
13133
|
+
"type": "string"
|
|
13134
|
+
}
|
|
13135
|
+
],
|
|
13136
|
+
"optional": false,
|
|
13137
|
+
"required": false
|
|
13138
|
+
},
|
|
13139
|
+
{
|
|
13140
|
+
"name": "type",
|
|
13141
|
+
"type": "\"full_with_label\" | \"icon_only\"",
|
|
13142
|
+
"complexType": {
|
|
13143
|
+
"original": "'full_with_label' | 'icon_only'",
|
|
13144
|
+
"resolved": "\"full_with_label\" | \"icon_only\"",
|
|
13145
|
+
"references": {}
|
|
13146
|
+
},
|
|
13147
|
+
"mutable": false,
|
|
13148
|
+
"attr": "type",
|
|
13149
|
+
"reflectToAttr": false,
|
|
13150
|
+
"docs": "",
|
|
13151
|
+
"docsTags": [],
|
|
13152
|
+
"values": [
|
|
13153
|
+
{
|
|
13154
|
+
"value": "full_with_label",
|
|
13155
|
+
"type": "string"
|
|
13156
|
+
},
|
|
13157
|
+
{
|
|
13158
|
+
"value": "icon_only",
|
|
13159
|
+
"type": "string"
|
|
13160
|
+
}
|
|
13161
|
+
],
|
|
13162
|
+
"optional": false,
|
|
13163
|
+
"required": false
|
|
13164
|
+
}
|
|
13165
|
+
],
|
|
13166
|
+
"methods": [],
|
|
13167
|
+
"events": [
|
|
13168
|
+
{
|
|
13169
|
+
"event": "sideBarItemClicked",
|
|
13170
|
+
"detail": "void",
|
|
13171
|
+
"bubbles": true,
|
|
13172
|
+
"complexType": {
|
|
13173
|
+
"original": "void",
|
|
13174
|
+
"resolved": "void",
|
|
13175
|
+
"references": {}
|
|
13176
|
+
},
|
|
13177
|
+
"cancelable": true,
|
|
13178
|
+
"composed": true,
|
|
13179
|
+
"docs": "",
|
|
13180
|
+
"docsTags": []
|
|
13181
|
+
}
|
|
13182
|
+
],
|
|
13183
|
+
"listeners": [],
|
|
13184
|
+
"styles": [],
|
|
13185
|
+
"slots": [],
|
|
13186
|
+
"parts": [],
|
|
13187
|
+
"dependents": [
|
|
13188
|
+
"gb-sidebar"
|
|
13189
|
+
],
|
|
13190
|
+
"dependencies": [
|
|
13191
|
+
"gb-badge",
|
|
13192
|
+
"gb-tooltip"
|
|
13193
|
+
],
|
|
13194
|
+
"dependencyGraph": {
|
|
13195
|
+
"gb-simple-side-bar-item": [
|
|
13196
|
+
"gb-badge",
|
|
13197
|
+
"gb-tooltip"
|
|
13198
|
+
],
|
|
13199
|
+
"gb-badge": [
|
|
13200
|
+
"gb-avatar",
|
|
13201
|
+
"gb-badge-close"
|
|
13202
|
+
],
|
|
13203
|
+
"gb-avatar": [
|
|
13204
|
+
"gb-avatar-contrast-inner-border",
|
|
13205
|
+
"gb-status-indicator"
|
|
13206
|
+
],
|
|
13207
|
+
"gb-sidebar": [
|
|
13208
|
+
"gb-simple-side-bar-item"
|
|
13209
|
+
]
|
|
13210
|
+
}
|
|
13211
|
+
},
|
|
13212
|
+
{
|
|
13213
|
+
"filePath": "src/components/gb-slider/gb-slider.tsx",
|
|
13214
|
+
"encapsulation": "shadow",
|
|
13215
|
+
"tag": "gb-slider",
|
|
13216
|
+
"readme": "# gb-slider\r\n\r\n\r\n\r",
|
|
13217
|
+
"docs": "",
|
|
13218
|
+
"docsTags": [],
|
|
13219
|
+
"usage": {},
|
|
13220
|
+
"props": [
|
|
13221
|
+
{
|
|
13222
|
+
"name": "label",
|
|
13223
|
+
"type": "\"bottom\" | \"false\" | \"top_floating\"",
|
|
13224
|
+
"complexType": {
|
|
13225
|
+
"original": "'false' | 'bottom' | 'top_floating'",
|
|
13226
|
+
"resolved": "\"bottom\" | \"false\" | \"top_floating\"",
|
|
13227
|
+
"references": {}
|
|
13228
|
+
},
|
|
13229
|
+
"mutable": false,
|
|
13230
|
+
"attr": "label",
|
|
13231
|
+
"reflectToAttr": false,
|
|
13232
|
+
"docs": "",
|
|
13233
|
+
"docsTags": [],
|
|
13234
|
+
"values": [
|
|
13235
|
+
{
|
|
13236
|
+
"value": "bottom",
|
|
13237
|
+
"type": "string"
|
|
13238
|
+
},
|
|
13239
|
+
{
|
|
13240
|
+
"value": "false",
|
|
13241
|
+
"type": "string"
|
|
13242
|
+
},
|
|
13243
|
+
{
|
|
13244
|
+
"value": "top_floating",
|
|
13245
|
+
"type": "string"
|
|
13246
|
+
}
|
|
13247
|
+
],
|
|
13248
|
+
"optional": false,
|
|
13249
|
+
"required": false
|
|
13250
|
+
},
|
|
13251
|
+
{
|
|
13252
|
+
"name": "leftControl",
|
|
13253
|
+
"type": "number",
|
|
13254
|
+
"complexType": {
|
|
13255
|
+
"original": "number",
|
|
13256
|
+
"resolved": "number",
|
|
13257
|
+
"references": {}
|
|
13258
|
+
},
|
|
13259
|
+
"mutable": false,
|
|
13260
|
+
"attr": "left-control",
|
|
13261
|
+
"reflectToAttr": false,
|
|
13262
|
+
"docs": "",
|
|
13263
|
+
"docsTags": [],
|
|
13264
|
+
"default": "0",
|
|
13265
|
+
"values": [
|
|
13266
|
+
{
|
|
13267
|
+
"type": "number"
|
|
13268
|
+
}
|
|
13269
|
+
],
|
|
13270
|
+
"optional": false,
|
|
13271
|
+
"required": false
|
|
13272
|
+
},
|
|
13273
|
+
{
|
|
13274
|
+
"name": "max",
|
|
13275
|
+
"type": "number",
|
|
13276
|
+
"complexType": {
|
|
13277
|
+
"original": "number",
|
|
13278
|
+
"resolved": "number",
|
|
13279
|
+
"references": {}
|
|
13280
|
+
},
|
|
13281
|
+
"mutable": false,
|
|
13282
|
+
"attr": "max",
|
|
13283
|
+
"reflectToAttr": false,
|
|
13284
|
+
"docs": "",
|
|
13285
|
+
"docsTags": [],
|
|
13286
|
+
"default": "100",
|
|
13287
|
+
"values": [
|
|
13288
|
+
{
|
|
13289
|
+
"type": "number"
|
|
13290
|
+
}
|
|
13291
|
+
],
|
|
13292
|
+
"optional": false,
|
|
13293
|
+
"required": false
|
|
13294
|
+
},
|
|
13295
|
+
{
|
|
13296
|
+
"name": "min",
|
|
13297
|
+
"type": "number",
|
|
13298
|
+
"complexType": {
|
|
13299
|
+
"original": "number",
|
|
13300
|
+
"resolved": "number",
|
|
13301
|
+
"references": {}
|
|
13302
|
+
},
|
|
13303
|
+
"mutable": false,
|
|
13304
|
+
"attr": "min",
|
|
13305
|
+
"reflectToAttr": false,
|
|
13306
|
+
"docs": "",
|
|
13307
|
+
"docsTags": [],
|
|
13308
|
+
"default": "0",
|
|
13309
|
+
"values": [
|
|
13310
|
+
{
|
|
13311
|
+
"type": "number"
|
|
13312
|
+
}
|
|
13313
|
+
],
|
|
13314
|
+
"optional": false,
|
|
13315
|
+
"required": false
|
|
13316
|
+
},
|
|
13317
|
+
{
|
|
13318
|
+
"name": "rightControl",
|
|
13319
|
+
"type": "number",
|
|
13320
|
+
"complexType": {
|
|
13321
|
+
"original": "number",
|
|
13322
|
+
"resolved": "number",
|
|
13323
|
+
"references": {}
|
|
13324
|
+
},
|
|
13325
|
+
"mutable": false,
|
|
13326
|
+
"attr": "right-control",
|
|
13327
|
+
"reflectToAttr": false,
|
|
13328
|
+
"docs": "",
|
|
13329
|
+
"docsTags": [],
|
|
13330
|
+
"default": "100",
|
|
13331
|
+
"values": [
|
|
13332
|
+
{
|
|
13333
|
+
"type": "number"
|
|
13334
|
+
}
|
|
13335
|
+
],
|
|
13336
|
+
"optional": false,
|
|
13337
|
+
"required": false
|
|
13338
|
+
},
|
|
13339
|
+
{
|
|
13340
|
+
"name": "thumbType",
|
|
13341
|
+
"type": "\"text\" | \"tooltip\"",
|
|
13342
|
+
"complexType": {
|
|
13343
|
+
"original": "'text' | 'tooltip'",
|
|
13344
|
+
"resolved": "\"text\" | \"tooltip\"",
|
|
13345
|
+
"references": {}
|
|
13346
|
+
},
|
|
13347
|
+
"mutable": false,
|
|
13348
|
+
"attr": "thumb-type",
|
|
13349
|
+
"reflectToAttr": false,
|
|
13350
|
+
"docs": "",
|
|
13351
|
+
"docsTags": [],
|
|
13352
|
+
"values": [
|
|
13353
|
+
{
|
|
13354
|
+
"value": "text",
|
|
13355
|
+
"type": "string"
|
|
13356
|
+
},
|
|
13357
|
+
{
|
|
13358
|
+
"value": "tooltip",
|
|
13359
|
+
"type": "string"
|
|
13360
|
+
}
|
|
13361
|
+
],
|
|
13362
|
+
"optional": false,
|
|
13363
|
+
"required": false
|
|
13364
|
+
},
|
|
13365
|
+
{
|
|
13366
|
+
"name": "unit",
|
|
13367
|
+
"type": "string",
|
|
13368
|
+
"complexType": {
|
|
13369
|
+
"original": "string",
|
|
13370
|
+
"resolved": "string",
|
|
13371
|
+
"references": {}
|
|
13372
|
+
},
|
|
13373
|
+
"mutable": false,
|
|
13374
|
+
"attr": "unit",
|
|
13375
|
+
"reflectToAttr": false,
|
|
13376
|
+
"docs": "",
|
|
13377
|
+
"docsTags": [],
|
|
13378
|
+
"default": "''",
|
|
13379
|
+
"values": [
|
|
13380
|
+
{
|
|
13381
|
+
"type": "string"
|
|
13382
|
+
}
|
|
13383
|
+
],
|
|
13384
|
+
"optional": false,
|
|
13385
|
+
"required": false
|
|
13386
|
+
},
|
|
13387
|
+
{
|
|
13388
|
+
"name": "unitPosition",
|
|
13389
|
+
"type": "\"left\" | \"right\"",
|
|
13390
|
+
"complexType": {
|
|
13391
|
+
"original": "'left' | 'right'",
|
|
13392
|
+
"resolved": "\"left\" | \"right\"",
|
|
13393
|
+
"references": {}
|
|
13394
|
+
},
|
|
13395
|
+
"mutable": false,
|
|
13396
|
+
"attr": "unit-position",
|
|
13397
|
+
"reflectToAttr": false,
|
|
13398
|
+
"docs": "",
|
|
13399
|
+
"docsTags": [],
|
|
13400
|
+
"default": "'left'",
|
|
13401
|
+
"values": [
|
|
13402
|
+
{
|
|
13403
|
+
"value": "left",
|
|
13404
|
+
"type": "string"
|
|
13405
|
+
},
|
|
13406
|
+
{
|
|
13407
|
+
"value": "right",
|
|
13408
|
+
"type": "string"
|
|
13409
|
+
}
|
|
13410
|
+
],
|
|
13411
|
+
"optional": false,
|
|
13412
|
+
"required": false
|
|
13413
|
+
}
|
|
13414
|
+
],
|
|
13415
|
+
"methods": [],
|
|
13416
|
+
"events": [
|
|
13417
|
+
{
|
|
13418
|
+
"event": "thumbValueChanged",
|
|
13419
|
+
"detail": "{ left: number; right: number; }",
|
|
13420
|
+
"bubbles": true,
|
|
13421
|
+
"complexType": {
|
|
13422
|
+
"original": "{ left: number; right: number }",
|
|
13423
|
+
"resolved": "{ left: number; right: number; }",
|
|
13424
|
+
"references": {}
|
|
13425
|
+
},
|
|
13426
|
+
"cancelable": true,
|
|
13427
|
+
"composed": true,
|
|
13428
|
+
"docs": "",
|
|
13429
|
+
"docsTags": []
|
|
13430
|
+
}
|
|
13431
|
+
],
|
|
13432
|
+
"listeners": [],
|
|
13433
|
+
"styles": [],
|
|
13434
|
+
"slots": [],
|
|
13435
|
+
"parts": [],
|
|
13436
|
+
"dependents": [],
|
|
13437
|
+
"dependencies": [
|
|
13438
|
+
"gb-slider-control-handle"
|
|
13439
|
+
],
|
|
13440
|
+
"dependencyGraph": {
|
|
13441
|
+
"gb-slider": [
|
|
13442
|
+
"gb-slider-control-handle"
|
|
13443
|
+
],
|
|
13444
|
+
"gb-slider-control-handle": [
|
|
13445
|
+
"gb-tooltip"
|
|
13446
|
+
]
|
|
13447
|
+
}
|
|
13448
|
+
},
|
|
13449
|
+
{
|
|
13450
|
+
"filePath": "src/components/gb-slider-control-handle/gb-slider-control-handle.tsx",
|
|
13451
|
+
"encapsulation": "shadow",
|
|
13452
|
+
"tag": "gb-slider-control-handle",
|
|
13453
|
+
"readme": "# gb-slider-control-handle\r\n\r\n\r\n\r",
|
|
13454
|
+
"docs": "",
|
|
13455
|
+
"docsTags": [],
|
|
13456
|
+
"usage": {},
|
|
13457
|
+
"props": [
|
|
13458
|
+
{
|
|
13459
|
+
"name": "type",
|
|
13460
|
+
"type": "\"\" | \"text\" | \"tooltip\"",
|
|
13461
|
+
"complexType": {
|
|
13462
|
+
"original": "'text' | 'tooltip' | ''",
|
|
13463
|
+
"resolved": "\"\" | \"text\" | \"tooltip\"",
|
|
13464
|
+
"references": {}
|
|
13465
|
+
},
|
|
13466
|
+
"mutable": false,
|
|
13467
|
+
"attr": "type",
|
|
13468
|
+
"reflectToAttr": false,
|
|
13469
|
+
"docs": "",
|
|
13470
|
+
"docsTags": [],
|
|
13471
|
+
"values": [
|
|
13472
|
+
{
|
|
13473
|
+
"type": "\"\""
|
|
13474
|
+
},
|
|
13475
|
+
{
|
|
13476
|
+
"value": "text",
|
|
13477
|
+
"type": "string"
|
|
13478
|
+
},
|
|
13479
|
+
{
|
|
13480
|
+
"value": "tooltip",
|
|
13481
|
+
"type": "string"
|
|
13482
|
+
}
|
|
13483
|
+
],
|
|
13484
|
+
"optional": true,
|
|
13485
|
+
"required": false
|
|
13486
|
+
},
|
|
13487
|
+
{
|
|
13488
|
+
"name": "value",
|
|
13489
|
+
"type": "string",
|
|
13490
|
+
"complexType": {
|
|
13491
|
+
"original": "string",
|
|
13492
|
+
"resolved": "string",
|
|
13493
|
+
"references": {}
|
|
13494
|
+
},
|
|
13495
|
+
"mutable": false,
|
|
13496
|
+
"attr": "value",
|
|
13497
|
+
"reflectToAttr": false,
|
|
13498
|
+
"docs": "",
|
|
13499
|
+
"docsTags": [],
|
|
13500
|
+
"default": "'0'",
|
|
13501
|
+
"values": [
|
|
13502
|
+
{
|
|
13503
|
+
"type": "string"
|
|
13504
|
+
}
|
|
13505
|
+
],
|
|
13506
|
+
"optional": false,
|
|
13507
|
+
"required": false
|
|
13508
|
+
}
|
|
13509
|
+
],
|
|
13510
|
+
"methods": [],
|
|
13511
|
+
"events": [],
|
|
13512
|
+
"listeners": [],
|
|
13513
|
+
"styles": [],
|
|
13514
|
+
"slots": [],
|
|
13515
|
+
"parts": [],
|
|
13516
|
+
"dependents": [
|
|
13517
|
+
"gb-slider"
|
|
13518
|
+
],
|
|
13519
|
+
"dependencies": [
|
|
13520
|
+
"gb-tooltip"
|
|
13521
|
+
],
|
|
13522
|
+
"dependencyGraph": {
|
|
13523
|
+
"gb-slider-control-handle": [
|
|
13524
|
+
"gb-tooltip"
|
|
13525
|
+
],
|
|
13526
|
+
"gb-slider": [
|
|
13527
|
+
"gb-slider-control-handle"
|
|
13528
|
+
]
|
|
13529
|
+
}
|
|
13530
|
+
},
|
|
13531
|
+
{
|
|
13532
|
+
"filePath": "src/components/gb-status-indicator/gb-status-indicator.tsx",
|
|
13533
|
+
"encapsulation": "shadow",
|
|
13534
|
+
"tag": "gb-status-indicator",
|
|
13535
|
+
"readme": "# status-indicator\r\n\r\n\r\n\r",
|
|
13536
|
+
"docs": "",
|
|
13537
|
+
"docsTags": [],
|
|
13538
|
+
"usage": {},
|
|
13539
|
+
"props": [
|
|
13540
|
+
{
|
|
13541
|
+
"name": "indicatorStateClass",
|
|
13542
|
+
"type": "string",
|
|
13543
|
+
"complexType": {
|
|
13544
|
+
"original": "string",
|
|
13545
|
+
"resolved": "string",
|
|
13546
|
+
"references": {}
|
|
13547
|
+
},
|
|
13548
|
+
"mutable": false,
|
|
13549
|
+
"attr": "indicator-state-class",
|
|
13550
|
+
"reflectToAttr": false,
|
|
13551
|
+
"docs": "",
|
|
13552
|
+
"docsTags": [],
|
|
13553
|
+
"default": "this.state",
|
|
13554
|
+
"values": [
|
|
13555
|
+
{
|
|
13556
|
+
"type": "string"
|
|
13557
|
+
}
|
|
13558
|
+
],
|
|
13559
|
+
"optional": false,
|
|
13560
|
+
"required": false
|
|
13561
|
+
},
|
|
13562
|
+
{
|
|
13563
|
+
"name": "size",
|
|
13564
|
+
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
13565
|
+
"complexType": {
|
|
13566
|
+
"original": "GeneralSizes",
|
|
13567
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
13568
|
+
"references": {
|
|
13569
|
+
"GeneralSizes": {
|
|
13570
|
+
"location": "import",
|
|
13571
|
+
"path": "../../models/reusableModels",
|
|
13572
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
13573
|
+
}
|
|
13574
|
+
}
|
|
13575
|
+
},
|
|
13576
|
+
"mutable": false,
|
|
13577
|
+
"attr": "size",
|
|
13578
|
+
"reflectToAttr": false,
|
|
13579
|
+
"docs": "",
|
|
13580
|
+
"docsTags": [],
|
|
13581
|
+
"values": [
|
|
13582
|
+
{
|
|
13583
|
+
"value": "lg",
|
|
13584
|
+
"type": "string"
|
|
13585
|
+
},
|
|
13586
|
+
{
|
|
13587
|
+
"value": "md",
|
|
13588
|
+
"type": "string"
|
|
13589
|
+
},
|
|
13590
|
+
{
|
|
13591
|
+
"value": "profile_lg",
|
|
13592
|
+
"type": "string"
|
|
13593
|
+
},
|
|
13594
|
+
{
|
|
13595
|
+
"value": "profile_md",
|
|
13596
|
+
"type": "string"
|
|
13597
|
+
},
|
|
13598
|
+
{
|
|
13599
|
+
"value": "profile_sm",
|
|
13600
|
+
"type": "string"
|
|
13601
|
+
},
|
|
13602
|
+
{
|
|
13603
|
+
"value": "sm",
|
|
13604
|
+
"type": "string"
|
|
13605
|
+
},
|
|
13606
|
+
{
|
|
13607
|
+
"value": "xl",
|
|
13608
|
+
"type": "string"
|
|
13609
|
+
},
|
|
13610
|
+
{
|
|
13611
|
+
"value": "xl2",
|
|
13612
|
+
"type": "string"
|
|
13613
|
+
},
|
|
13614
|
+
{
|
|
13615
|
+
"value": "xl3",
|
|
12371
13616
|
"type": "string"
|
|
12372
13617
|
},
|
|
12373
13618
|
{
|
|
12374
|
-
"value": "
|
|
13619
|
+
"value": "xl4",
|
|
13620
|
+
"type": "string"
|
|
13621
|
+
},
|
|
13622
|
+
{
|
|
13623
|
+
"value": "xs",
|
|
13624
|
+
"type": "string"
|
|
13625
|
+
},
|
|
13626
|
+
{
|
|
13627
|
+
"value": "xxs",
|
|
12375
13628
|
"type": "string"
|
|
12376
13629
|
}
|
|
12377
13630
|
],
|
|
@@ -12379,48 +13632,52 @@
|
|
|
12379
13632
|
"required": false
|
|
12380
13633
|
},
|
|
12381
13634
|
{
|
|
12382
|
-
"name": "
|
|
12383
|
-
"type": "
|
|
13635
|
+
"name": "state",
|
|
13636
|
+
"type": "OnlineIndicatorStates.Offline | OnlineIndicatorStates.Online",
|
|
12384
13637
|
"complexType": {
|
|
12385
|
-
"original": "
|
|
12386
|
-
"resolved": "
|
|
12387
|
-
"references": {
|
|
13638
|
+
"original": "OnlineIndicatorStates",
|
|
13639
|
+
"resolved": "OnlineIndicatorStates.Offline | OnlineIndicatorStates.Online",
|
|
13640
|
+
"references": {
|
|
13641
|
+
"OnlineIndicatorStates": {
|
|
13642
|
+
"location": "import",
|
|
13643
|
+
"path": "../../models/reusableModels",
|
|
13644
|
+
"id": "src/models/reusableModels.ts::OnlineIndicatorStates"
|
|
13645
|
+
}
|
|
13646
|
+
}
|
|
12388
13647
|
},
|
|
12389
13648
|
"mutable": false,
|
|
12390
|
-
"attr": "
|
|
13649
|
+
"attr": "state",
|
|
12391
13650
|
"reflectToAttr": false,
|
|
12392
13651
|
"docs": "",
|
|
12393
13652
|
"docsTags": [],
|
|
12394
|
-
"default": "
|
|
13653
|
+
"default": "OnlineIndicatorStates.Offline",
|
|
12395
13654
|
"values": [
|
|
12396
13655
|
{
|
|
12397
|
-
"type": "
|
|
13656
|
+
"type": "OnlineIndicatorStates.Offline"
|
|
13657
|
+
},
|
|
13658
|
+
{
|
|
13659
|
+
"type": "OnlineIndicatorStates.Online"
|
|
12398
13660
|
}
|
|
12399
13661
|
],
|
|
12400
13662
|
"optional": false,
|
|
12401
13663
|
"required": false
|
|
12402
13664
|
},
|
|
12403
13665
|
{
|
|
12404
|
-
"name": "
|
|
12405
|
-
"type": "
|
|
13666
|
+
"name": "statusIcon",
|
|
13667
|
+
"type": "string",
|
|
12406
13668
|
"complexType": {
|
|
12407
|
-
"original": "
|
|
12408
|
-
"resolved": "
|
|
13669
|
+
"original": "string",
|
|
13670
|
+
"resolved": "string",
|
|
12409
13671
|
"references": {}
|
|
12410
13672
|
},
|
|
12411
13673
|
"mutable": false,
|
|
12412
|
-
"attr": "
|
|
13674
|
+
"attr": "status-icon",
|
|
12413
13675
|
"reflectToAttr": false,
|
|
12414
13676
|
"docs": "",
|
|
12415
13677
|
"docsTags": [],
|
|
12416
|
-
"default": "'
|
|
13678
|
+
"default": "''",
|
|
12417
13679
|
"values": [
|
|
12418
13680
|
{
|
|
12419
|
-
"value": "left",
|
|
12420
|
-
"type": "string"
|
|
12421
|
-
},
|
|
12422
|
-
{
|
|
12423
|
-
"value": "right",
|
|
12424
13681
|
"type": "string"
|
|
12425
13682
|
}
|
|
12426
13683
|
],
|
|
@@ -12429,79 +13686,54 @@
|
|
|
12429
13686
|
}
|
|
12430
13687
|
],
|
|
12431
13688
|
"methods": [],
|
|
12432
|
-
"events": [
|
|
12433
|
-
{
|
|
12434
|
-
"event": "thumbValueChanged",
|
|
12435
|
-
"detail": "{ left: number; right: number; }",
|
|
12436
|
-
"bubbles": true,
|
|
12437
|
-
"complexType": {
|
|
12438
|
-
"original": "{ left: number; right: number }",
|
|
12439
|
-
"resolved": "{ left: number; right: number; }",
|
|
12440
|
-
"references": {}
|
|
12441
|
-
},
|
|
12442
|
-
"cancelable": true,
|
|
12443
|
-
"composed": true,
|
|
12444
|
-
"docs": "",
|
|
12445
|
-
"docsTags": []
|
|
12446
|
-
}
|
|
12447
|
-
],
|
|
13689
|
+
"events": [],
|
|
12448
13690
|
"listeners": [],
|
|
12449
13691
|
"styles": [],
|
|
12450
13692
|
"slots": [],
|
|
12451
13693
|
"parts": [],
|
|
12452
|
-
"dependents": [
|
|
12453
|
-
|
|
12454
|
-
"gb-slider-control-handle"
|
|
13694
|
+
"dependents": [
|
|
13695
|
+
"gb-avatar"
|
|
12455
13696
|
],
|
|
13697
|
+
"dependencies": [],
|
|
12456
13698
|
"dependencyGraph": {
|
|
12457
|
-
"gb-
|
|
12458
|
-
"gb-
|
|
12459
|
-
],
|
|
12460
|
-
"gb-slider-control-handle": [
|
|
12461
|
-
"gb-tooltip"
|
|
13699
|
+
"gb-avatar": [
|
|
13700
|
+
"gb-status-indicator"
|
|
12462
13701
|
]
|
|
12463
13702
|
}
|
|
12464
13703
|
},
|
|
12465
13704
|
{
|
|
12466
|
-
"filePath": "src/components/gb-
|
|
13705
|
+
"filePath": "src/components/gb-step-base/gb-step-base.tsx",
|
|
12467
13706
|
"encapsulation": "shadow",
|
|
12468
|
-
"tag": "gb-
|
|
12469
|
-
"readme": "# gb-
|
|
13707
|
+
"tag": "gb-step-base",
|
|
13708
|
+
"readme": "# gb-step-base\n\n\n",
|
|
12470
13709
|
"docs": "",
|
|
12471
13710
|
"docsTags": [],
|
|
12472
13711
|
"usage": {},
|
|
12473
13712
|
"props": [
|
|
12474
13713
|
{
|
|
12475
|
-
"name": "
|
|
12476
|
-
"type": "
|
|
13714
|
+
"name": "connector",
|
|
13715
|
+
"type": "boolean",
|
|
12477
13716
|
"complexType": {
|
|
12478
|
-
"original": "
|
|
12479
|
-
"resolved": "
|
|
13717
|
+
"original": "boolean",
|
|
13718
|
+
"resolved": "boolean",
|
|
12480
13719
|
"references": {}
|
|
12481
13720
|
},
|
|
12482
13721
|
"mutable": false,
|
|
12483
|
-
"attr": "
|
|
13722
|
+
"attr": "connector",
|
|
12484
13723
|
"reflectToAttr": false,
|
|
12485
13724
|
"docs": "",
|
|
12486
13725
|
"docsTags": [],
|
|
13726
|
+
"default": "false",
|
|
12487
13727
|
"values": [
|
|
12488
13728
|
{
|
|
12489
|
-
"type": "
|
|
12490
|
-
},
|
|
12491
|
-
{
|
|
12492
|
-
"value": "text",
|
|
12493
|
-
"type": "string"
|
|
12494
|
-
},
|
|
12495
|
-
{
|
|
12496
|
-
"value": "tooltip",
|
|
12497
|
-
"type": "string"
|
|
13729
|
+
"type": "boolean"
|
|
12498
13730
|
}
|
|
12499
13731
|
],
|
|
12500
|
-
"optional":
|
|
13732
|
+
"optional": false,
|
|
12501
13733
|
"required": false
|
|
12502
13734
|
},
|
|
12503
13735
|
{
|
|
12504
|
-
"name": "
|
|
13736
|
+
"name": "label",
|
|
12505
13737
|
"type": "string",
|
|
12506
13738
|
"complexType": {
|
|
12507
13739
|
"original": "string",
|
|
@@ -12509,11 +13741,11 @@
|
|
|
12509
13741
|
"references": {}
|
|
12510
13742
|
},
|
|
12511
13743
|
"mutable": false,
|
|
12512
|
-
"attr": "
|
|
13744
|
+
"attr": "label",
|
|
12513
13745
|
"reflectToAttr": false,
|
|
12514
13746
|
"docs": "",
|
|
12515
13747
|
"docsTags": [],
|
|
12516
|
-
"default": "'
|
|
13748
|
+
"default": "''",
|
|
12517
13749
|
"values": [
|
|
12518
13750
|
{
|
|
12519
13751
|
"type": "string"
|
|
@@ -12521,55 +13753,24 @@
|
|
|
12521
13753
|
],
|
|
12522
13754
|
"optional": false,
|
|
12523
13755
|
"required": false
|
|
12524
|
-
}
|
|
12525
|
-
],
|
|
12526
|
-
"methods": [],
|
|
12527
|
-
"events": [],
|
|
12528
|
-
"listeners": [],
|
|
12529
|
-
"styles": [],
|
|
12530
|
-
"slots": [],
|
|
12531
|
-
"parts": [],
|
|
12532
|
-
"dependents": [
|
|
12533
|
-
"gb-slider"
|
|
12534
|
-
],
|
|
12535
|
-
"dependencies": [
|
|
12536
|
-
"gb-tooltip"
|
|
12537
|
-
],
|
|
12538
|
-
"dependencyGraph": {
|
|
12539
|
-
"gb-slider-control-handle": [
|
|
12540
|
-
"gb-tooltip"
|
|
12541
|
-
],
|
|
12542
|
-
"gb-slider": [
|
|
12543
|
-
"gb-slider-control-handle"
|
|
12544
|
-
]
|
|
12545
|
-
}
|
|
12546
|
-
},
|
|
12547
|
-
{
|
|
12548
|
-
"filePath": "src/components/gb-status-indicator/gb-status-indicator.tsx",
|
|
12549
|
-
"encapsulation": "shadow",
|
|
12550
|
-
"tag": "gb-status-indicator",
|
|
12551
|
-
"readme": "# status-indicator\r\n\r\n\r\n\r",
|
|
12552
|
-
"docs": "",
|
|
12553
|
-
"docsTags": [],
|
|
12554
|
-
"usage": {},
|
|
12555
|
-
"props": [
|
|
13756
|
+
},
|
|
12556
13757
|
{
|
|
12557
|
-
"name": "
|
|
12558
|
-
"type": "
|
|
13758
|
+
"name": "showSupportingText",
|
|
13759
|
+
"type": "boolean",
|
|
12559
13760
|
"complexType": {
|
|
12560
|
-
"original": "
|
|
12561
|
-
"resolved": "
|
|
13761
|
+
"original": "boolean",
|
|
13762
|
+
"resolved": "boolean",
|
|
12562
13763
|
"references": {}
|
|
12563
13764
|
},
|
|
12564
13765
|
"mutable": false,
|
|
12565
|
-
"attr": "
|
|
13766
|
+
"attr": "show-supporting-text",
|
|
12566
13767
|
"reflectToAttr": false,
|
|
12567
13768
|
"docs": "",
|
|
12568
13769
|
"docsTags": [],
|
|
12569
|
-
"default": "
|
|
13770
|
+
"default": "false",
|
|
12570
13771
|
"values": [
|
|
12571
13772
|
{
|
|
12572
|
-
"type": "
|
|
13773
|
+
"type": "boolean"
|
|
12573
13774
|
}
|
|
12574
13775
|
],
|
|
12575
13776
|
"optional": false,
|
|
@@ -12649,15 +13850,15 @@
|
|
|
12649
13850
|
},
|
|
12650
13851
|
{
|
|
12651
13852
|
"name": "state",
|
|
12652
|
-
"type": "
|
|
13853
|
+
"type": "\"default\" | \"destructive\"",
|
|
12653
13854
|
"complexType": {
|
|
12654
|
-
"original": "
|
|
12655
|
-
"resolved": "
|
|
13855
|
+
"original": "ProgressStepStates",
|
|
13856
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
12656
13857
|
"references": {
|
|
12657
|
-
"
|
|
13858
|
+
"ProgressStepStates": {
|
|
12658
13859
|
"location": "import",
|
|
12659
13860
|
"path": "../../models/reusableModels",
|
|
12660
|
-
"id": "src/models/reusableModels.ts::
|
|
13861
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
12661
13862
|
}
|
|
12662
13863
|
}
|
|
12663
13864
|
},
|
|
@@ -12666,20 +13867,57 @@
|
|
|
12666
13867
|
"reflectToAttr": false,
|
|
12667
13868
|
"docs": "",
|
|
12668
13869
|
"docsTags": [],
|
|
12669
|
-
"default": "OnlineIndicatorStates.Offline",
|
|
12670
13870
|
"values": [
|
|
12671
13871
|
{
|
|
12672
|
-
"
|
|
13872
|
+
"value": "default",
|
|
13873
|
+
"type": "string"
|
|
12673
13874
|
},
|
|
12674
13875
|
{
|
|
12675
|
-
"
|
|
13876
|
+
"value": "destructive",
|
|
13877
|
+
"type": "string"
|
|
12676
13878
|
}
|
|
12677
13879
|
],
|
|
12678
13880
|
"optional": false,
|
|
12679
13881
|
"required": false
|
|
12680
13882
|
},
|
|
12681
13883
|
{
|
|
12682
|
-
"name": "
|
|
13884
|
+
"name": "status",
|
|
13885
|
+
"type": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13886
|
+
"complexType": {
|
|
13887
|
+
"original": "ProgressStepStatus",
|
|
13888
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
13889
|
+
"references": {
|
|
13890
|
+
"ProgressStepStatus": {
|
|
13891
|
+
"location": "import",
|
|
13892
|
+
"path": "../../models/reusableModels",
|
|
13893
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
13894
|
+
}
|
|
13895
|
+
}
|
|
13896
|
+
},
|
|
13897
|
+
"mutable": false,
|
|
13898
|
+
"attr": "status",
|
|
13899
|
+
"reflectToAttr": false,
|
|
13900
|
+
"docs": "",
|
|
13901
|
+
"docsTags": [],
|
|
13902
|
+
"values": [
|
|
13903
|
+
{
|
|
13904
|
+
"value": "complete",
|
|
13905
|
+
"type": "string"
|
|
13906
|
+
},
|
|
13907
|
+
{
|
|
13908
|
+
"value": "current",
|
|
13909
|
+
"type": "string"
|
|
13910
|
+
},
|
|
13911
|
+
{
|
|
13912
|
+
"value": "incomplete",
|
|
13913
|
+
"type": "string"
|
|
13914
|
+
}
|
|
13915
|
+
],
|
|
13916
|
+
"optional": false,
|
|
13917
|
+
"required": false
|
|
13918
|
+
},
|
|
13919
|
+
{
|
|
13920
|
+
"name": "supportingText",
|
|
12683
13921
|
"type": "string",
|
|
12684
13922
|
"complexType": {
|
|
12685
13923
|
"original": "string",
|
|
@@ -12687,7 +13925,7 @@
|
|
|
12687
13925
|
"references": {}
|
|
12688
13926
|
},
|
|
12689
13927
|
"mutable": false,
|
|
12690
|
-
"attr": "
|
|
13928
|
+
"attr": "supporting-text",
|
|
12691
13929
|
"reflectToAttr": false,
|
|
12692
13930
|
"docs": "",
|
|
12693
13931
|
"docsTags": [],
|
|
@@ -12699,6 +13937,54 @@
|
|
|
12699
13937
|
],
|
|
12700
13938
|
"optional": false,
|
|
12701
13939
|
"required": false
|
|
13940
|
+
},
|
|
13941
|
+
{
|
|
13942
|
+
"name": "type",
|
|
13943
|
+
"type": "\"featured_icon_left\" | \"featured_icon_top\" | \"icon_left\" | \"icon_only\" | \"icon_top\" | \"text_line\"",
|
|
13944
|
+
"complexType": {
|
|
13945
|
+
"original": "ProgressStepTypes",
|
|
13946
|
+
"resolved": "\"featured_icon_left\" | \"featured_icon_top\" | \"icon_left\" | \"icon_only\" | \"icon_top\" | \"text_line\"",
|
|
13947
|
+
"references": {
|
|
13948
|
+
"ProgressStepTypes": {
|
|
13949
|
+
"location": "import",
|
|
13950
|
+
"path": "../../models/reusableModels",
|
|
13951
|
+
"id": "src/models/reusableModels.ts::ProgressStepTypes"
|
|
13952
|
+
}
|
|
13953
|
+
}
|
|
13954
|
+
},
|
|
13955
|
+
"mutable": false,
|
|
13956
|
+
"attr": "type",
|
|
13957
|
+
"reflectToAttr": false,
|
|
13958
|
+
"docs": "",
|
|
13959
|
+
"docsTags": [],
|
|
13960
|
+
"values": [
|
|
13961
|
+
{
|
|
13962
|
+
"value": "featured_icon_left",
|
|
13963
|
+
"type": "string"
|
|
13964
|
+
},
|
|
13965
|
+
{
|
|
13966
|
+
"value": "featured_icon_top",
|
|
13967
|
+
"type": "string"
|
|
13968
|
+
},
|
|
13969
|
+
{
|
|
13970
|
+
"value": "icon_left",
|
|
13971
|
+
"type": "string"
|
|
13972
|
+
},
|
|
13973
|
+
{
|
|
13974
|
+
"value": "icon_only",
|
|
13975
|
+
"type": "string"
|
|
13976
|
+
},
|
|
13977
|
+
{
|
|
13978
|
+
"value": "icon_top",
|
|
13979
|
+
"type": "string"
|
|
13980
|
+
},
|
|
13981
|
+
{
|
|
13982
|
+
"value": "text_line",
|
|
13983
|
+
"type": "string"
|
|
13984
|
+
}
|
|
13985
|
+
],
|
|
13986
|
+
"optional": false,
|
|
13987
|
+
"required": false
|
|
12702
13988
|
}
|
|
12703
13989
|
],
|
|
12704
13990
|
"methods": [],
|
|
@@ -12708,12 +13994,12 @@
|
|
|
12708
13994
|
"slots": [],
|
|
12709
13995
|
"parts": [],
|
|
12710
13996
|
"dependents": [
|
|
12711
|
-
"gb-
|
|
13997
|
+
"gb-progress-steps"
|
|
12712
13998
|
],
|
|
12713
13999
|
"dependencies": [],
|
|
12714
14000
|
"dependencyGraph": {
|
|
12715
|
-
"gb-
|
|
12716
|
-
"gb-
|
|
14001
|
+
"gb-progress-steps": [
|
|
14002
|
+
"gb-step-base"
|
|
12717
14003
|
]
|
|
12718
14004
|
}
|
|
12719
14005
|
},
|
|
@@ -15319,6 +16605,7 @@
|
|
|
15319
16605
|
"gb-collapse-button",
|
|
15320
16606
|
"gb-complex-primary-side-bar-item",
|
|
15321
16607
|
"gb-complex-secondary-side-bar-item",
|
|
16608
|
+
"gb-detail-cell",
|
|
15322
16609
|
"gb-help-tooltip",
|
|
15323
16610
|
"gb-progress-bar",
|
|
15324
16611
|
"gb-simple-side-bar-item",
|
|
@@ -15338,6 +16625,9 @@
|
|
|
15338
16625
|
"gb-complex-secondary-side-bar-item": [
|
|
15339
16626
|
"gb-tooltip"
|
|
15340
16627
|
],
|
|
16628
|
+
"gb-detail-cell": [
|
|
16629
|
+
"gb-tooltip"
|
|
16630
|
+
],
|
|
15341
16631
|
"gb-help-tooltip": [
|
|
15342
16632
|
"gb-tooltip"
|
|
15343
16633
|
],
|
|
@@ -16134,6 +17424,7 @@
|
|
|
16134
17424
|
"filePath": "src/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.tsx",
|
|
16135
17425
|
"encapsulation": "shadow",
|
|
16136
17426
|
"tag": "gb-wysiwyg-tooltip",
|
|
17427
|
+
"readme": "# gb-wysiwyg-tooltip\n\n\n",
|
|
16137
17428
|
"docs": "",
|
|
16138
17429
|
"docsTags": [],
|
|
16139
17430
|
"usage": {},
|
|
@@ -16506,6 +17797,21 @@
|
|
|
16506
17797
|
"docstring": "",
|
|
16507
17798
|
"path": "src/models/reusableModels.ts"
|
|
16508
17799
|
},
|
|
17800
|
+
"src/models/reusableModels.ts::ProgressStepStates": {
|
|
17801
|
+
"declaration": "export type ProgressStepStates = 'default' | 'destructive';",
|
|
17802
|
+
"docstring": "",
|
|
17803
|
+
"path": "src/models/reusableModels.ts"
|
|
17804
|
+
},
|
|
17805
|
+
"src/models/reusableModels.ts::ProgressStepStatus": {
|
|
17806
|
+
"declaration": "export type ProgressStepStatus = 'incomplete' | 'current' | 'complete';",
|
|
17807
|
+
"docstring": "",
|
|
17808
|
+
"path": "src/models/reusableModels.ts"
|
|
17809
|
+
},
|
|
17810
|
+
"src/models/reusableModels.ts::ProgressStepTypes": {
|
|
17811
|
+
"declaration": "export type ProgressStepTypes = 'icon_only' | 'icon_left' | 'icon_top' | 'text_line' | 'featured_icon_left' | 'featured_icon_top';",
|
|
17812
|
+
"docstring": "",
|
|
17813
|
+
"path": "src/models/reusableModels.ts"
|
|
17814
|
+
},
|
|
16509
17815
|
"src/models/reusableModels.ts::TableCellTypes": {
|
|
16510
17816
|
"declaration": "export type TableCellTypes = 'text' | 'lead_text' | 'lead_checkbox' | 'badge';",
|
|
16511
17817
|
"docstring": "",
|