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
|
@@ -0,0 +1,504 @@
|
|
|
1
|
+
import { h, Fragment } from "@stencil/core";
|
|
2
|
+
export class GbProgressSteps {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.size = undefined;
|
|
5
|
+
this.breakpoint = undefined;
|
|
6
|
+
this.thirdStep = false;
|
|
7
|
+
this.fourthStep = false;
|
|
8
|
+
this.fifthStep = false;
|
|
9
|
+
this.sixthStep = false;
|
|
10
|
+
this.seventhStep = false;
|
|
11
|
+
this.firstStepState = undefined;
|
|
12
|
+
this.secondStepState = undefined;
|
|
13
|
+
this.thirdStepState = undefined;
|
|
14
|
+
this.fourthStepState = undefined;
|
|
15
|
+
this.fifthStepState = undefined;
|
|
16
|
+
this.sixthStepState = undefined;
|
|
17
|
+
this.seventhStepState = undefined;
|
|
18
|
+
this.firstStepStatus = undefined;
|
|
19
|
+
this.secondStepStatus = undefined;
|
|
20
|
+
this.thirdStepStatus = undefined;
|
|
21
|
+
this.fourthStepStatus = undefined;
|
|
22
|
+
this.fifthStepStatus = undefined;
|
|
23
|
+
this.sixthStepStatus = undefined;
|
|
24
|
+
this.seventhStepStatus = undefined;
|
|
25
|
+
}
|
|
26
|
+
render() {
|
|
27
|
+
return (h(Fragment, null, h("div", { key: 'dab2f87641a0f6fd628fa77c9f0a65feb8582953', class: "text_with_line" }, h("gb-step-base", { key: '7c2548d0bde93863c4d0c6e5923840f2e08d0add', size: this.size, type: "text_line", state: this.firstStepState, status: this.firstStepStatus }), h("gb-step-base", { key: '6fbc51369144cdc7abf80fa3a1763f27a14a359f', size: this.size, type: "text_line", state: this.secondStepState, status: this.secondStepStatus }), this.thirdStep && h("gb-step-base", { key: 'f93adaedacd2941dfe389030e70a103a890ebbcf', size: this.size, type: "text_line", state: this.thirdStepState, status: this.thirdStepStatus }), this.fourthStep && h("gb-step-base", { key: '64f425dfcdc77996a86a2d4a6292ba92f4216193', size: this.size, type: "text_line", state: this.fourthStepState, status: this.fourthStepStatus }), this.fifthStep && h("gb-step-base", { key: 'bfe70ce07fead1ea5906b84af0465af13190dbc9', size: this.size, type: "text_line", state: this.fifthStepState, status: this.fifthStepStatus }), this.sixthStep && h("gb-step-base", { key: '94a086e6172818504793718d84232c99b28911be', size: this.size, type: "text_line", state: this.sixthStepState, status: this.sixthStepStatus }), this.seventhStep && h("gb-step-base", { key: 'fbc53e960fa4807a757c39c6545c6eb1f38edbe3', size: this.size, type: "text_line", state: this.seventhStepState, status: this.seventhStepStatus }))));
|
|
28
|
+
}
|
|
29
|
+
static get is() { return "gb-progress-steps"; }
|
|
30
|
+
static get encapsulation() { return "shadow"; }
|
|
31
|
+
static get originalStyleUrls() {
|
|
32
|
+
return {
|
|
33
|
+
"$": ["gb-progress-steps.css"]
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
static get styleUrls() {
|
|
37
|
+
return {
|
|
38
|
+
"$": ["gb-progress-steps.css"]
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
static get properties() {
|
|
42
|
+
return {
|
|
43
|
+
"size": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"mutable": false,
|
|
46
|
+
"complexType": {
|
|
47
|
+
"original": "GeneralSizes",
|
|
48
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
49
|
+
"references": {
|
|
50
|
+
"GeneralSizes": {
|
|
51
|
+
"location": "import",
|
|
52
|
+
"path": "../../models/reusableModels",
|
|
53
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"required": false,
|
|
58
|
+
"optional": false,
|
|
59
|
+
"docs": {
|
|
60
|
+
"tags": [],
|
|
61
|
+
"text": ""
|
|
62
|
+
},
|
|
63
|
+
"attribute": "size",
|
|
64
|
+
"reflect": false
|
|
65
|
+
},
|
|
66
|
+
"breakpoint": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"mutable": false,
|
|
69
|
+
"complexType": {
|
|
70
|
+
"original": "BreakPoints",
|
|
71
|
+
"resolved": "\"desktop\" | \"mobile\"",
|
|
72
|
+
"references": {
|
|
73
|
+
"BreakPoints": {
|
|
74
|
+
"location": "import",
|
|
75
|
+
"path": "../../models/reusableModels",
|
|
76
|
+
"id": "src/models/reusableModels.ts::BreakPoints"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"required": false,
|
|
81
|
+
"optional": false,
|
|
82
|
+
"docs": {
|
|
83
|
+
"tags": [],
|
|
84
|
+
"text": ""
|
|
85
|
+
},
|
|
86
|
+
"attribute": "breakpoint",
|
|
87
|
+
"reflect": false
|
|
88
|
+
},
|
|
89
|
+
"thirdStep": {
|
|
90
|
+
"type": "boolean",
|
|
91
|
+
"mutable": false,
|
|
92
|
+
"complexType": {
|
|
93
|
+
"original": "boolean",
|
|
94
|
+
"resolved": "boolean",
|
|
95
|
+
"references": {}
|
|
96
|
+
},
|
|
97
|
+
"required": false,
|
|
98
|
+
"optional": false,
|
|
99
|
+
"docs": {
|
|
100
|
+
"tags": [],
|
|
101
|
+
"text": ""
|
|
102
|
+
},
|
|
103
|
+
"attribute": "third-step",
|
|
104
|
+
"reflect": false,
|
|
105
|
+
"defaultValue": "false"
|
|
106
|
+
},
|
|
107
|
+
"fourthStep": {
|
|
108
|
+
"type": "boolean",
|
|
109
|
+
"mutable": false,
|
|
110
|
+
"complexType": {
|
|
111
|
+
"original": "boolean",
|
|
112
|
+
"resolved": "boolean",
|
|
113
|
+
"references": {}
|
|
114
|
+
},
|
|
115
|
+
"required": false,
|
|
116
|
+
"optional": false,
|
|
117
|
+
"docs": {
|
|
118
|
+
"tags": [],
|
|
119
|
+
"text": ""
|
|
120
|
+
},
|
|
121
|
+
"attribute": "fourth-step",
|
|
122
|
+
"reflect": false,
|
|
123
|
+
"defaultValue": "false"
|
|
124
|
+
},
|
|
125
|
+
"fifthStep": {
|
|
126
|
+
"type": "boolean",
|
|
127
|
+
"mutable": false,
|
|
128
|
+
"complexType": {
|
|
129
|
+
"original": "boolean",
|
|
130
|
+
"resolved": "boolean",
|
|
131
|
+
"references": {}
|
|
132
|
+
},
|
|
133
|
+
"required": false,
|
|
134
|
+
"optional": false,
|
|
135
|
+
"docs": {
|
|
136
|
+
"tags": [],
|
|
137
|
+
"text": ""
|
|
138
|
+
},
|
|
139
|
+
"attribute": "fifth-step",
|
|
140
|
+
"reflect": false,
|
|
141
|
+
"defaultValue": "false"
|
|
142
|
+
},
|
|
143
|
+
"sixthStep": {
|
|
144
|
+
"type": "boolean",
|
|
145
|
+
"mutable": false,
|
|
146
|
+
"complexType": {
|
|
147
|
+
"original": "boolean",
|
|
148
|
+
"resolved": "boolean",
|
|
149
|
+
"references": {}
|
|
150
|
+
},
|
|
151
|
+
"required": false,
|
|
152
|
+
"optional": false,
|
|
153
|
+
"docs": {
|
|
154
|
+
"tags": [],
|
|
155
|
+
"text": ""
|
|
156
|
+
},
|
|
157
|
+
"attribute": "sixth-step",
|
|
158
|
+
"reflect": false,
|
|
159
|
+
"defaultValue": "false"
|
|
160
|
+
},
|
|
161
|
+
"seventhStep": {
|
|
162
|
+
"type": "boolean",
|
|
163
|
+
"mutable": false,
|
|
164
|
+
"complexType": {
|
|
165
|
+
"original": "boolean",
|
|
166
|
+
"resolved": "boolean",
|
|
167
|
+
"references": {}
|
|
168
|
+
},
|
|
169
|
+
"required": false,
|
|
170
|
+
"optional": false,
|
|
171
|
+
"docs": {
|
|
172
|
+
"tags": [],
|
|
173
|
+
"text": ""
|
|
174
|
+
},
|
|
175
|
+
"attribute": "seventh-step",
|
|
176
|
+
"reflect": false,
|
|
177
|
+
"defaultValue": "false"
|
|
178
|
+
},
|
|
179
|
+
"firstStepState": {
|
|
180
|
+
"type": "string",
|
|
181
|
+
"mutable": false,
|
|
182
|
+
"complexType": {
|
|
183
|
+
"original": "ProgressStepStates",
|
|
184
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
185
|
+
"references": {
|
|
186
|
+
"ProgressStepStates": {
|
|
187
|
+
"location": "import",
|
|
188
|
+
"path": "../../models/reusableModels",
|
|
189
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"required": false,
|
|
194
|
+
"optional": false,
|
|
195
|
+
"docs": {
|
|
196
|
+
"tags": [],
|
|
197
|
+
"text": ""
|
|
198
|
+
},
|
|
199
|
+
"attribute": "first-step-state",
|
|
200
|
+
"reflect": false
|
|
201
|
+
},
|
|
202
|
+
"secondStepState": {
|
|
203
|
+
"type": "string",
|
|
204
|
+
"mutable": false,
|
|
205
|
+
"complexType": {
|
|
206
|
+
"original": "ProgressStepStates",
|
|
207
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
208
|
+
"references": {
|
|
209
|
+
"ProgressStepStates": {
|
|
210
|
+
"location": "import",
|
|
211
|
+
"path": "../../models/reusableModels",
|
|
212
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"required": false,
|
|
217
|
+
"optional": false,
|
|
218
|
+
"docs": {
|
|
219
|
+
"tags": [],
|
|
220
|
+
"text": ""
|
|
221
|
+
},
|
|
222
|
+
"attribute": "second-step-state",
|
|
223
|
+
"reflect": false
|
|
224
|
+
},
|
|
225
|
+
"thirdStepState": {
|
|
226
|
+
"type": "string",
|
|
227
|
+
"mutable": false,
|
|
228
|
+
"complexType": {
|
|
229
|
+
"original": "ProgressStepStates",
|
|
230
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
231
|
+
"references": {
|
|
232
|
+
"ProgressStepStates": {
|
|
233
|
+
"location": "import",
|
|
234
|
+
"path": "../../models/reusableModels",
|
|
235
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"required": false,
|
|
240
|
+
"optional": false,
|
|
241
|
+
"docs": {
|
|
242
|
+
"tags": [],
|
|
243
|
+
"text": ""
|
|
244
|
+
},
|
|
245
|
+
"attribute": "third-step-state",
|
|
246
|
+
"reflect": false
|
|
247
|
+
},
|
|
248
|
+
"fourthStepState": {
|
|
249
|
+
"type": "string",
|
|
250
|
+
"mutable": false,
|
|
251
|
+
"complexType": {
|
|
252
|
+
"original": "ProgressStepStates",
|
|
253
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
254
|
+
"references": {
|
|
255
|
+
"ProgressStepStates": {
|
|
256
|
+
"location": "import",
|
|
257
|
+
"path": "../../models/reusableModels",
|
|
258
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"required": false,
|
|
263
|
+
"optional": false,
|
|
264
|
+
"docs": {
|
|
265
|
+
"tags": [],
|
|
266
|
+
"text": ""
|
|
267
|
+
},
|
|
268
|
+
"attribute": "fourth-step-state",
|
|
269
|
+
"reflect": false
|
|
270
|
+
},
|
|
271
|
+
"fifthStepState": {
|
|
272
|
+
"type": "string",
|
|
273
|
+
"mutable": false,
|
|
274
|
+
"complexType": {
|
|
275
|
+
"original": "ProgressStepStates",
|
|
276
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
277
|
+
"references": {
|
|
278
|
+
"ProgressStepStates": {
|
|
279
|
+
"location": "import",
|
|
280
|
+
"path": "../../models/reusableModels",
|
|
281
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"required": false,
|
|
286
|
+
"optional": false,
|
|
287
|
+
"docs": {
|
|
288
|
+
"tags": [],
|
|
289
|
+
"text": ""
|
|
290
|
+
},
|
|
291
|
+
"attribute": "fifth-step-state",
|
|
292
|
+
"reflect": false
|
|
293
|
+
},
|
|
294
|
+
"sixthStepState": {
|
|
295
|
+
"type": "string",
|
|
296
|
+
"mutable": false,
|
|
297
|
+
"complexType": {
|
|
298
|
+
"original": "ProgressStepStates",
|
|
299
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
300
|
+
"references": {
|
|
301
|
+
"ProgressStepStates": {
|
|
302
|
+
"location": "import",
|
|
303
|
+
"path": "../../models/reusableModels",
|
|
304
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"required": false,
|
|
309
|
+
"optional": false,
|
|
310
|
+
"docs": {
|
|
311
|
+
"tags": [],
|
|
312
|
+
"text": ""
|
|
313
|
+
},
|
|
314
|
+
"attribute": "sixth-step-state",
|
|
315
|
+
"reflect": false
|
|
316
|
+
},
|
|
317
|
+
"seventhStepState": {
|
|
318
|
+
"type": "string",
|
|
319
|
+
"mutable": false,
|
|
320
|
+
"complexType": {
|
|
321
|
+
"original": "ProgressStepStates",
|
|
322
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
323
|
+
"references": {
|
|
324
|
+
"ProgressStepStates": {
|
|
325
|
+
"location": "import",
|
|
326
|
+
"path": "../../models/reusableModels",
|
|
327
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"required": false,
|
|
332
|
+
"optional": false,
|
|
333
|
+
"docs": {
|
|
334
|
+
"tags": [],
|
|
335
|
+
"text": ""
|
|
336
|
+
},
|
|
337
|
+
"attribute": "seventh-step-state",
|
|
338
|
+
"reflect": false
|
|
339
|
+
},
|
|
340
|
+
"firstStepStatus": {
|
|
341
|
+
"type": "string",
|
|
342
|
+
"mutable": false,
|
|
343
|
+
"complexType": {
|
|
344
|
+
"original": "ProgressStepStatus",
|
|
345
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
346
|
+
"references": {
|
|
347
|
+
"ProgressStepStatus": {
|
|
348
|
+
"location": "import",
|
|
349
|
+
"path": "../../models/reusableModels",
|
|
350
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"required": false,
|
|
355
|
+
"optional": false,
|
|
356
|
+
"docs": {
|
|
357
|
+
"tags": [],
|
|
358
|
+
"text": ""
|
|
359
|
+
},
|
|
360
|
+
"attribute": "first-step-status",
|
|
361
|
+
"reflect": false
|
|
362
|
+
},
|
|
363
|
+
"secondStepStatus": {
|
|
364
|
+
"type": "string",
|
|
365
|
+
"mutable": false,
|
|
366
|
+
"complexType": {
|
|
367
|
+
"original": "ProgressStepStatus",
|
|
368
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
369
|
+
"references": {
|
|
370
|
+
"ProgressStepStatus": {
|
|
371
|
+
"location": "import",
|
|
372
|
+
"path": "../../models/reusableModels",
|
|
373
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"required": false,
|
|
378
|
+
"optional": false,
|
|
379
|
+
"docs": {
|
|
380
|
+
"tags": [],
|
|
381
|
+
"text": ""
|
|
382
|
+
},
|
|
383
|
+
"attribute": "second-step-status",
|
|
384
|
+
"reflect": false
|
|
385
|
+
},
|
|
386
|
+
"thirdStepStatus": {
|
|
387
|
+
"type": "string",
|
|
388
|
+
"mutable": false,
|
|
389
|
+
"complexType": {
|
|
390
|
+
"original": "ProgressStepStatus",
|
|
391
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
392
|
+
"references": {
|
|
393
|
+
"ProgressStepStatus": {
|
|
394
|
+
"location": "import",
|
|
395
|
+
"path": "../../models/reusableModels",
|
|
396
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"required": false,
|
|
401
|
+
"optional": false,
|
|
402
|
+
"docs": {
|
|
403
|
+
"tags": [],
|
|
404
|
+
"text": ""
|
|
405
|
+
},
|
|
406
|
+
"attribute": "third-step-status",
|
|
407
|
+
"reflect": false
|
|
408
|
+
},
|
|
409
|
+
"fourthStepStatus": {
|
|
410
|
+
"type": "string",
|
|
411
|
+
"mutable": false,
|
|
412
|
+
"complexType": {
|
|
413
|
+
"original": "ProgressStepStatus",
|
|
414
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
415
|
+
"references": {
|
|
416
|
+
"ProgressStepStatus": {
|
|
417
|
+
"location": "import",
|
|
418
|
+
"path": "../../models/reusableModels",
|
|
419
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"required": false,
|
|
424
|
+
"optional": false,
|
|
425
|
+
"docs": {
|
|
426
|
+
"tags": [],
|
|
427
|
+
"text": ""
|
|
428
|
+
},
|
|
429
|
+
"attribute": "fourth-step-status",
|
|
430
|
+
"reflect": false
|
|
431
|
+
},
|
|
432
|
+
"fifthStepStatus": {
|
|
433
|
+
"type": "string",
|
|
434
|
+
"mutable": false,
|
|
435
|
+
"complexType": {
|
|
436
|
+
"original": "ProgressStepStatus",
|
|
437
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
438
|
+
"references": {
|
|
439
|
+
"ProgressStepStatus": {
|
|
440
|
+
"location": "import",
|
|
441
|
+
"path": "../../models/reusableModels",
|
|
442
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"required": false,
|
|
447
|
+
"optional": false,
|
|
448
|
+
"docs": {
|
|
449
|
+
"tags": [],
|
|
450
|
+
"text": ""
|
|
451
|
+
},
|
|
452
|
+
"attribute": "fifth-step-status",
|
|
453
|
+
"reflect": false
|
|
454
|
+
},
|
|
455
|
+
"sixthStepStatus": {
|
|
456
|
+
"type": "string",
|
|
457
|
+
"mutable": false,
|
|
458
|
+
"complexType": {
|
|
459
|
+
"original": "ProgressStepStatus",
|
|
460
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
461
|
+
"references": {
|
|
462
|
+
"ProgressStepStatus": {
|
|
463
|
+
"location": "import",
|
|
464
|
+
"path": "../../models/reusableModels",
|
|
465
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"required": false,
|
|
470
|
+
"optional": false,
|
|
471
|
+
"docs": {
|
|
472
|
+
"tags": [],
|
|
473
|
+
"text": ""
|
|
474
|
+
},
|
|
475
|
+
"attribute": "sixth-step-status",
|
|
476
|
+
"reflect": false
|
|
477
|
+
},
|
|
478
|
+
"seventhStepStatus": {
|
|
479
|
+
"type": "string",
|
|
480
|
+
"mutable": false,
|
|
481
|
+
"complexType": {
|
|
482
|
+
"original": "ProgressStepStatus",
|
|
483
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
484
|
+
"references": {
|
|
485
|
+
"ProgressStepStatus": {
|
|
486
|
+
"location": "import",
|
|
487
|
+
"path": "../../models/reusableModels",
|
|
488
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"required": false,
|
|
493
|
+
"optional": false,
|
|
494
|
+
"docs": {
|
|
495
|
+
"tags": [],
|
|
496
|
+
"text": ""
|
|
497
|
+
},
|
|
498
|
+
"attribute": "seventh-step-status",
|
|
499
|
+
"reflect": false
|
|
500
|
+
}
|
|
501
|
+
};
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
//# sourceMappingURL=gb-progress-steps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gb-progress-steps.js","sourceRoot":"","sources":["../../../src/components/gb-progress-steps/gb-progress-steps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAQ7D,MAAM,OAAO,eAAe;;;;yBAGG,KAAK;0BACJ,KAAK;yBACN,KAAK;yBACL,KAAK;2BACH,KAAK;;;;;;;;;;;;;;;;IAgBpC,MAAM;QACJ,OAAO,CACL;YACE,4DAAK,KAAK,EAAC,gBAAgB;gBACzB,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,MAAM,EAAE,IAAI,CAAC,eAAe,GAAiB;gBACzH,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,EAAE,IAAI,CAAC,gBAAgB,GAAiB;gBAC1H,IAAI,CAAC,SAAS,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,MAAM,EAAE,IAAI,CAAC,eAAe,GAAiB;gBAC3I,IAAI,CAAC,UAAU,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,EAAE,IAAI,CAAC,gBAAgB,GAAiB;gBAC9I,IAAI,CAAC,SAAS,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,MAAM,EAAE,IAAI,CAAC,eAAe,GAAiB;gBAC3I,IAAI,CAAC,SAAS,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,MAAM,EAAE,IAAI,CAAC,eAAe,GAAiB;gBAC3I,IAAI,CAAC,WAAW,IAAI,qEAAc,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAC,WAAW,EAAC,KAAK,EAAE,IAAI,CAAC,gBAAgB,EAAE,MAAM,EAAE,IAAI,CAAC,iBAAiB,GAAiB,CAC9I,CACL,CACJ,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Prop, h, Fragment } from \"@stencil/core\";\r\nimport { BreakPoints, GeneralSizes, ProgressStepStates, ProgressStepStatus } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-progress-steps',\r\n styleUrl: 'gb-progress-steps.css',\r\n shadow: true,\r\n})\r\nexport class GbProgressSteps {\r\n @Prop() size: GeneralSizes;\r\n @Prop() breakpoint: BreakPoints;\r\n @Prop() thirdStep: boolean = false;\r\n @Prop() fourthStep: boolean = false;\r\n @Prop() fifthStep: boolean = false;\r\n @Prop() sixthStep: boolean = false;\r\n @Prop() seventhStep: boolean = false;\r\n @Prop() firstStepState: ProgressStepStates;\r\n @Prop() secondStepState: ProgressStepStates;\r\n @Prop() thirdStepState: ProgressStepStates;\r\n @Prop() fourthStepState: ProgressStepStates;\r\n @Prop() fifthStepState: ProgressStepStates;\r\n @Prop() sixthStepState: ProgressStepStates;\r\n @Prop() seventhStepState: ProgressStepStates;\r\n @Prop() firstStepStatus: ProgressStepStatus;\r\n @Prop() secondStepStatus: ProgressStepStatus;\r\n @Prop() thirdStepStatus: ProgressStepStatus;\r\n @Prop() fourthStepStatus: ProgressStepStatus;\r\n @Prop() fifthStepStatus: ProgressStepStatus;\r\n @Prop() sixthStepStatus: ProgressStepStatus;\r\n @Prop() seventhStepStatus: ProgressStepStatus;\r\n\r\n render() {\r\n return (\r\n <>\r\n <div class=\"text_with_line\">\r\n <gb-step-base size={this.size} type=\"text_line\" state={this.firstStepState} status={this.firstStepStatus}></gb-step-base>\r\n <gb-step-base size={this.size} type=\"text_line\" state={this.secondStepState} status={this.secondStepStatus}></gb-step-base>\r\n {this.thirdStep && <gb-step-base size={this.size} type=\"text_line\" state={this.thirdStepState} status={this.thirdStepStatus}></gb-step-base>}\r\n {this.fourthStep && <gb-step-base size={this.size} type=\"text_line\" state={this.fourthStepState} status={this.fourthStepStatus}></gb-step-base>}\r\n {this.fifthStep && <gb-step-base size={this.size} type=\"text_line\" state={this.fifthStepState} status={this.fifthStepStatus}></gb-step-base>}\r\n {this.sixthStep && <gb-step-base size={this.size} type=\"text_line\" state={this.sixthStepState} status={this.sixthStepStatus}></gb-step-base>}\r\n {this.seventhStep && <gb-step-base size={this.size} type=\"text_line\" state={this.seventhStepState} status={this.seventhStepStatus}></gb-step-base>}\r\n </div>\r\n </>\r\n );\r\n }\r\n}"]}
|
|
@@ -4,7 +4,7 @@ export class GbScrollbar {
|
|
|
4
4
|
this.length = '25%';
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: 'c99768c63b62dd106a6806a03803b67084684849', class: "scrollbar-container" }, h("div", { key: '0e48903b93f7562d4a987f88827eb685f3c495a9', class: "scrollbar", style: { height: this.length } }, h("slot", { key: '3372e1547b8bc9feac5679bcce0f1b2a11dbc309' }))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-scrollbar"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -99,7 +99,7 @@ export class GbSidebar {
|
|
|
99
99
|
const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
|
|
100
100
|
const blueLogoSrc = getAssetPath(`assets/globus_bank_logo_blue.svg`);
|
|
101
101
|
const whiteLogoSrc = getAssetPath(`assets/globus_bank_logo_white.svg`);
|
|
102
|
-
return (h(Fragment, null, this.type === 'simple' && (h("div", { key: '
|
|
102
|
+
return (h(Fragment, null, this.type === 'simple' && (h("div", { key: '0625390955fc3884d6704a48ae5816f5d5dbd962', class: `simple_sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: 'd99b7c8f0f17655a765443983654eca9c44f2097', class: "pattern" }, h("img", { key: 'a33202e9aac07beb39150d80b5db9baaab61dc91', src: patternSrc, alt: "" }))), h("div", { key: '26f9626e509d66204ba6e46d9c1fb320b44f451a', class: "nav" }, h("div", { key: 'dca1edfb82fc67ae35dfd181e37119d524464996', class: `sidebar_header ${this.state}` }, h("div", { key: 'e4a7bcc84b7f9294047666d6b7384571ccae7fa8', class: `logo_and_name ${this.state}` }, this.state === 'expanded' && h(Fragment, null, this.category === 'plain_background' ? h("img", { src: blueLogoSrc }) : h("img", { src: whiteLogoSrc })), this.state === 'collapsed' && h("img", { key: 'a3ac8c8686f4946a9ba22dfe965a1d839a28f18f', src: logoSrc, alt: "" })), h("div", { key: '5bddc3e50b8f17459aaf55d36e9b88f13a180bd7', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: 'dd2b9e2488200a797ee6103c2f57d857f3273ca0', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '0b5656609996d01fda2f0f22136c240a697ffa2a', class: "navigation" }, h("div", { key: '768be8394d8b819f26c8409b9efcaf048eddc876', class: "item" }, h("gb-simple-side-bar-item", { key: '5ec00e32eed04c440b10d4c95ffc92a09009a095', state: this.activeIndex === 0 ? 'active' : 'default', icon: this.firstItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(0), label: this.firstItemLabel }), h("gb-simple-side-bar-item", { key: '6f43f28de09f00e5bb3617a79cdfd8dc6bfd06ff', state: this.activeIndex === 1 ? 'active' : 'default', icon: this.secondItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(1), label: this.secondItemLabel }), this.thirdItemLabel && (h("gb-simple-side-bar-item", { key: '56e83311195690c4a03dd25d0c912e449f96ad29', state: this.activeIndex === 2 ? 'active' : 'default', icon: this.thirdItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(2), label: this.thirdItemLabel })), this.fourthItemLabel && (h("gb-simple-side-bar-item", { key: '4b6c22619ad25e4e2dee501733f188cc19ff7d4d', state: this.activeIndex === 3 ? 'active' : 'default', icon: this.fourthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(3), label: this.fourthItemLabel })), this.fifthItemLabel && (h("gb-simple-side-bar-item", { key: '77acdac42bb391e8f49cdb8e23fee0cb0aa92741', state: this.activeIndex === 4 ? 'active' : 'default', icon: this.fifthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(4), label: this.fifthItemLabel })))), this.showSecondCategory && (h("div", { key: 'a430126b542a234a0a06e6ff6ae0ebc57fdd9889', class: "navigation" }, h("div", { key: 'cd9b3719177a7cbaf45c4b8a591ac91a7f995aa2', class: "item" }, this.sixthItemLabel && (h("gb-simple-side-bar-item", { key: 'c5b210741c6633848e0f4d0e27713b4cb645e96d', state: this.activeIndex === 5 ? 'active' : 'default', icon: this.sixthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(5), label: this.sixthItemLabel })), this.seventhItemLabel && (h("gb-simple-side-bar-item", { key: 'd54f5719659905376d713692c4a6863cd528ec1a', state: this.activeIndex === 6 ? 'active' : 'default', icon: this.seventhItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(6), label: this.seventhItemLabel })), this.eighthItemLabel && (h("gb-simple-side-bar-item", { key: 'e5d155803e6ccb45641b5040dc3d66dde73d8ab3', state: this.activeIndex === 7 ? 'active' : 'default', icon: this.eighthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(7), label: this.eighthItemLabel })), this.ninthItemLabel && (h("gb-simple-side-bar-item", { key: 'f6f16cf2e6b299e196ad0cd41e551fde7a0390f7', state: this.activeIndex === 8 ? 'active' : 'default', icon: this.ninthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(8), label: this.ninthItemLabel })), this.tenthItemLabel && (h("gb-simple-side-bar-item", { key: '75942a796d2175d1ce314bfc37e3e9bfe701e321', state: this.activeIndex === 9 ? 'active' : 'default', icon: this.tenthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(9), label: this.tenthItemLabel })))))), this.state === 'expanded' && (h("div", { key: 'b359af1852ec7856a51787a614b16f99637b85b1', class: "application_name" }, h("div", { key: '623910755e7154fb06a023680e9a614a327343ae', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: 'a2d243cef8c3b786e58ce3fcf4d1b5f1d4c61ce8', class: "application_name_pattern" }, h("img", { key: '5564bc933a49b53d283af9e20202e3cff40c74d1', src: patternSrc, alt: "" }))), h("div", { key: 'f29321aaf7b9b513de79d1a958e370c97e6cac4e', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: '17551a679c4bc3373ff1650a8b38a4d052011f8d', class: textClass }, h("slot", { key: 'e1a60393941fab7a45c9602e5bc2f335657203f5', name: "application_name" }))))))), this.type === 'complex' && (h("div", { key: '7d3f671805c4d05f99ec871d20ff3de127eb2b32', class: `sidebar_and_nav ${this.state}` }, h("div", { key: '52f0ef7c4377cd3b64864cbba34721108acdd340', class: "nav_div" }, h("div", { key: 'cf7b2fd088d316a270129dd8835ec8d7a017d544', class: "logo_and_button" }, this.state === 'expanded' && h("img", { key: '8a0fac9ef0027374660ccdcceaafcd9cbbd4644e', src: blueLogoSrc }), this.state === 'collapsed' && h("img", { key: '8f2c40d33e8c93b302074818b270d9263fcfdf88', src: logoSrc, alt: "" }), h("gb-collapse-button", { key: '3f36792c179f78990a62a33a7815787ffa99d283', color: "gray", action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '6468e00b175f17ed05d5d24d4949354d2d321221', class: "complex_sidebar_div" }, h("div", { key: 'bcffce87fc1ccd507016a9953fccfcbb7b27a511', class: `primary_side_menu ${this.category} ${this.navItemStyle}` }, this.category === 'colored_background' && (h("div", { key: '4706ba8467c0a28d2555f070f3b92dbb18320219', class: "pattern" }, h("img", { key: 'f20bc0c92364050a0b2e95060eddad40dd6d2b73', src: patternSrc, alt: "" }))), h("div", { key: '4dfff9b84d3c0e9b4fe0110a2b1978c624c67d7e', class: "primary_side_menu_container" }, Object.keys(this.complexSidebarData).map((primaryItem, index) => (h("gb-complex-primary-side-bar-item", { key: `${index}`, label: primaryItem, category: this.category, "item-style": this.navItemStyle, icon: this.complexSidebarData[primaryItem].icon, state: this.activePrimaryItem === primaryItem ? 'active' : 'default', onClick: () => this.handlePrimaryClick(primaryItem, index) }))))), h("div", { key: 'df017f591fc439eaa92f2d338b1f2af08c35b2f8', class: `secondary_side_menu ${this.category} ${this.state}` }, h("div", { key: '56ac74c6a9ab5f827d10e968a19dde8241b1ad8d', class: "sside_menu" }, this.complexSidebarData[this.activePrimaryItem].items.map((secondaryItem, index) => (h("gb-complex-secondary-side-bar-item", { key: `${this.activePrimaryItem}-${index}`, type: this.state === 'expanded' ? 'full_with_label' : 'icon_only', label: secondaryItem.label, category: this.category, icon: secondaryItem.icon, state: this.activeSecondaryItem === secondaryItem.label ? 'active' : 'default', onClick: () => this.handleSecondaryClick(secondaryItem.label, index) }))))))))));
|
|
103
103
|
}
|
|
104
104
|
static get is() { return "gb-sidebar"; }
|
|
105
105
|
static get encapsulation() { return "shadow"; }
|
|
@@ -31,7 +31,7 @@ export class GbSimpleSideBarItem {
|
|
|
31
31
|
render() {
|
|
32
32
|
const redBarSrc = getAssetPath(`assets/bar.svg`);
|
|
33
33
|
const whiteBarSrc = getAssetPath(`assets/bar_white.svg`);
|
|
34
|
-
return (h("div", { key: '
|
|
34
|
+
return (h("div", { key: '1b4e8216bc597a8724f87dfa51c68f69811387b0', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: 'f6cf6e130715a1c7287a01b81472ae36e17a5bcf', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '46925ca14ac496335f0cd67764be9ea2405f752f', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: 'd386956cfa53b6642951d898b5c67a996ceae02a', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: '73126b64fef5f3292c2b35be2cad7ae5d5c5f3ac', class: "content" }, h("div", { key: '7b8d4a798e5e77543ee44f63e956f6a0fda9ea6f', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: 'bcd419fa137685a54ec78b39de7a08ced856a66d', class: `label_text ${this.category} ${this.state} ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'}` }, this.label))), this.type === 'full_with_label' && (h(Fragment, null, this.showBadge && (h("gb-badge", { key: 'b278ae9aa713b92f4f93e9bde13845fd817c2d68', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: 'a671a8c9fc49269a578c0a97e818349ab3c2d9b5' }, "10"))), this.showArrow && (h("svg", { key: '194be0975fddc4a89e39b46610d7f2d4aab81634', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `arrow ${this.state} ${this.category}` }, h("path", { key: 'b9a6aa8e4fec4972b00793f03155c77f8aa6ff3b', d: "M6.00003 4C6.00003 4 9.99999 6.94596 10 8.00003C10 9.05411 6 12 6 12", stroke: "#212C65", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), this.type === 'icon_only' && this.showTooltip && (h("gb-tooltip", { key: 'e292fb247b2d1d7a5a05c5b36da588dd258f46e6', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: 'feacc9ee9789f28f06e867acd686bfa4ee1fa33c', slot: "label" }, this.label)))));
|
|
35
35
|
}
|
|
36
36
|
static get is() { return "gb-simple-side-bar-item"; }
|
|
37
37
|
static get encapsulation() { return "shadow"; }
|
|
@@ -75,7 +75,7 @@ export class GbSlider {
|
|
|
75
75
|
return this.unitPosition === 'left' ? `${this.unit}${value}` : `${value}${this.unit}`;
|
|
76
76
|
}
|
|
77
77
|
render() {
|
|
78
|
-
return (h("div", { key: '
|
|
78
|
+
return (h("div", { key: '7aae45cbc10b9b8e24c6a0c4298ca2acc243d95d', class: "slider-container", ref: el => (this.containerEl = el) }, h("div", { key: 'cebf73d5417ec821046ed885523537e1d72370f2', class: "track", ref: el => (this.trackEl = el) }), h("gb-slider-control-handle", { key: '2c119b62a10956a4c794641f3158f0ed44441f28', class: "left", value: this.formatValue(this.leftValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.leftValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: '259a9422e62b3ebb192d114fb288a7e7490e46b4', class: "right", value: this.formatValue(this.rightValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.rightValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'right') })));
|
|
79
79
|
}
|
|
80
80
|
static get is() { return "gb-slider"; }
|
|
81
81
|
static get encapsulation() { return "shadow"; }
|
|
@@ -19,7 +19,7 @@ export class GbSliderControlHandle {
|
|
|
19
19
|
this.isFocused = false;
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
return (h("div", { key: '
|
|
22
|
+
return (h("div", { key: '970e8fc86e8f36e119bdd305bf9d3d7cef072692', class: `thumb-container ${this.type} ${this.isHovered ? 'hover' : ''} ${this.isFocused ? 'focused' : ''}`, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur(), tabindex: "0" }, this.type === 'tooltip' && (h("div", { key: '1748497b3e01b54857898d601be13d2ebbe616a5', class: "tooltip-container" }, h("gb-tooltip", { key: 'daac1e3aca7f14f2c94ddae1f763e8a699e415fa', "show-arrow": false, arrow: "none", "show-supporting-text": false }, h("p", { key: 'c805cb0cff6dc0f16fb824a9e882bcd5d0ce04c8', class: "text-xs-semi-bold", slot: "label" }, this.value)))), this.type === 'text' && (h("div", { key: 'f3836a8d404022c86e4b22908c0eedc70a3dc28c', class: "thumb-label" }, h("p", { key: '2a5a14fb91bbff68902de9c252dd3e40d7867801', class: "thumb_label text-md-medium" }, this.value)))));
|
|
23
23
|
}
|
|
24
24
|
static get is() { return "gb-slider-control-handle"; }
|
|
25
25
|
static get encapsulation() { return "shadow"; }
|