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