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,197 @@
|
|
|
1
|
+
import { h, Fragment } from "@stencil/core";
|
|
2
|
+
export class GbStepBase {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.status = undefined;
|
|
5
|
+
this.size = undefined;
|
|
6
|
+
this.type = undefined;
|
|
7
|
+
this.state = undefined;
|
|
8
|
+
this.connector = false;
|
|
9
|
+
this.showSupportingText = false;
|
|
10
|
+
this.label = '';
|
|
11
|
+
this.supportingText = '';
|
|
12
|
+
}
|
|
13
|
+
render() {
|
|
14
|
+
return (h(Fragment, null, this.type === 'text_line' && (h("div", { key: 'f5e932b6ce89afc700b5dc5e9e5ad0e244b49403', class: `text_line_div ${this.size} ${this.status} ${this.state}` }, h("div", { key: 'bac53dba4a1ed184191ebd48e932d8deb3be1fa5', class: `text_line_div_content` }, h("p", { key: '90573b677dba975a2f57fd53ccb2d42ef023d4a0', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, "Your details"), h("p", { key: 'c26c3bee7ac36870671d7637846d28ef4c612ee2', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, "Please provide your name and email")))), this.type === 'icon_only' && (h("div", { key: 'a079c5d33e05a9819dd5e0cc3e857b3cfe9f9e36', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: '28f3cbdab0b18fcb6c3b47494437eb796800b36d', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '213f5d18a010aa7af9d3f35fafd2b2449493e2df', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.state} ${this.size}` }, h("path", { key: 'c7c176e8bce88a06b7e4f89f77660238aa524bfd', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.type === 'icon_left' && (h("div", { key: 'd68e7799ed9b71adf8e854e184450873a72606ab', class: `icon_left_div ${this.size}` }, h("div", { key: 'fbbc8698f77888223e39ae42b1262c32d9475a9b', class: "connector_wrap" }, h("div", { key: 'ee4b4432d6ab8832f64313c5ae74ad603d5f3c32', class: `icon_only_div ${this.status} ${this.state} ${this.size}` }, this.status !== 'complete' && h("div", { key: 'bb790377c68c2f3184aed493f60c17f541b36655', class: `dot ${this.status} ${this.state} ${this.size}` }), this.status === 'complete' && (h("svg", { key: '9ae6e56d1fc6429d163ca74687b145c6b7813e0d', xmlns: "http://www.w3.org/2000/svg", width: "12", height: "10", viewBox: "0 0 12 10", fill: "none", class: `tick ${this.status} ${this.state} ${this.size}` }, h("path", { key: '12e6a81e670e6b317d73ffd8216a6da4e934d43b', d: "M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1", stroke: "#075DB2", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.connector && (h("div", { key: 'f3c8f618e089ce6b5334456fe7722d9210013f36', class: "connector_div" }, h("div", { key: '254d13d5dcf998c6f6dafa63b02f413b2367b70e', class: `connector ${this.state} ${this.status}` })))), h("div", { key: '9e4129c5bd0a3e567adc578702c440e13cac0785', class: "icon_left_text" }, h("p", { key: 'c3a3b156da09fde4d27046338ef5791aa0de3244', class: `text_line_label text-sm-semi-bold ${this.status} ${this.state}` }, "Your details"), h("p", { key: '50c5965d0ed98b9313db3f332b7a9ac86cacb6a9', class: `text_line_text text-xs-regular ${this.status} ${this.state}` }, "Please provide your name and email"))))));
|
|
15
|
+
}
|
|
16
|
+
static get is() { return "gb-step-base"; }
|
|
17
|
+
static get encapsulation() { return "shadow"; }
|
|
18
|
+
static get originalStyleUrls() {
|
|
19
|
+
return {
|
|
20
|
+
"$": ["gb-step-base.css"]
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
static get styleUrls() {
|
|
24
|
+
return {
|
|
25
|
+
"$": ["gb-step-base.css"]
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
static get properties() {
|
|
29
|
+
return {
|
|
30
|
+
"status": {
|
|
31
|
+
"type": "string",
|
|
32
|
+
"mutable": false,
|
|
33
|
+
"complexType": {
|
|
34
|
+
"original": "ProgressStepStatus",
|
|
35
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
36
|
+
"references": {
|
|
37
|
+
"ProgressStepStatus": {
|
|
38
|
+
"location": "import",
|
|
39
|
+
"path": "../../models/reusableModels",
|
|
40
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"required": false,
|
|
45
|
+
"optional": false,
|
|
46
|
+
"docs": {
|
|
47
|
+
"tags": [],
|
|
48
|
+
"text": ""
|
|
49
|
+
},
|
|
50
|
+
"attribute": "status",
|
|
51
|
+
"reflect": false
|
|
52
|
+
},
|
|
53
|
+
"size": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"mutable": false,
|
|
56
|
+
"complexType": {
|
|
57
|
+
"original": "GeneralSizes",
|
|
58
|
+
"resolved": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
59
|
+
"references": {
|
|
60
|
+
"GeneralSizes": {
|
|
61
|
+
"location": "import",
|
|
62
|
+
"path": "../../models/reusableModels",
|
|
63
|
+
"id": "src/models/reusableModels.ts::GeneralSizes"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"required": false,
|
|
68
|
+
"optional": false,
|
|
69
|
+
"docs": {
|
|
70
|
+
"tags": [],
|
|
71
|
+
"text": ""
|
|
72
|
+
},
|
|
73
|
+
"attribute": "size",
|
|
74
|
+
"reflect": false
|
|
75
|
+
},
|
|
76
|
+
"type": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"mutable": false,
|
|
79
|
+
"complexType": {
|
|
80
|
+
"original": "ProgressStepTypes",
|
|
81
|
+
"resolved": "\"featured_icon_left\" | \"featured_icon_top\" | \"icon_left\" | \"icon_only\" | \"icon_top\" | \"text_line\"",
|
|
82
|
+
"references": {
|
|
83
|
+
"ProgressStepTypes": {
|
|
84
|
+
"location": "import",
|
|
85
|
+
"path": "../../models/reusableModels",
|
|
86
|
+
"id": "src/models/reusableModels.ts::ProgressStepTypes"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"required": false,
|
|
91
|
+
"optional": false,
|
|
92
|
+
"docs": {
|
|
93
|
+
"tags": [],
|
|
94
|
+
"text": ""
|
|
95
|
+
},
|
|
96
|
+
"attribute": "type",
|
|
97
|
+
"reflect": false
|
|
98
|
+
},
|
|
99
|
+
"state": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"mutable": false,
|
|
102
|
+
"complexType": {
|
|
103
|
+
"original": "ProgressStepStates",
|
|
104
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
105
|
+
"references": {
|
|
106
|
+
"ProgressStepStates": {
|
|
107
|
+
"location": "import",
|
|
108
|
+
"path": "../../models/reusableModels",
|
|
109
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"required": false,
|
|
114
|
+
"optional": false,
|
|
115
|
+
"docs": {
|
|
116
|
+
"tags": [],
|
|
117
|
+
"text": ""
|
|
118
|
+
},
|
|
119
|
+
"attribute": "state",
|
|
120
|
+
"reflect": false
|
|
121
|
+
},
|
|
122
|
+
"connector": {
|
|
123
|
+
"type": "boolean",
|
|
124
|
+
"mutable": false,
|
|
125
|
+
"complexType": {
|
|
126
|
+
"original": "boolean",
|
|
127
|
+
"resolved": "boolean",
|
|
128
|
+
"references": {}
|
|
129
|
+
},
|
|
130
|
+
"required": false,
|
|
131
|
+
"optional": false,
|
|
132
|
+
"docs": {
|
|
133
|
+
"tags": [],
|
|
134
|
+
"text": ""
|
|
135
|
+
},
|
|
136
|
+
"attribute": "connector",
|
|
137
|
+
"reflect": false,
|
|
138
|
+
"defaultValue": "false"
|
|
139
|
+
},
|
|
140
|
+
"showSupportingText": {
|
|
141
|
+
"type": "boolean",
|
|
142
|
+
"mutable": false,
|
|
143
|
+
"complexType": {
|
|
144
|
+
"original": "boolean",
|
|
145
|
+
"resolved": "boolean",
|
|
146
|
+
"references": {}
|
|
147
|
+
},
|
|
148
|
+
"required": false,
|
|
149
|
+
"optional": false,
|
|
150
|
+
"docs": {
|
|
151
|
+
"tags": [],
|
|
152
|
+
"text": ""
|
|
153
|
+
},
|
|
154
|
+
"attribute": "show-supporting-text",
|
|
155
|
+
"reflect": false,
|
|
156
|
+
"defaultValue": "false"
|
|
157
|
+
},
|
|
158
|
+
"label": {
|
|
159
|
+
"type": "string",
|
|
160
|
+
"mutable": false,
|
|
161
|
+
"complexType": {
|
|
162
|
+
"original": "string",
|
|
163
|
+
"resolved": "string",
|
|
164
|
+
"references": {}
|
|
165
|
+
},
|
|
166
|
+
"required": false,
|
|
167
|
+
"optional": false,
|
|
168
|
+
"docs": {
|
|
169
|
+
"tags": [],
|
|
170
|
+
"text": ""
|
|
171
|
+
},
|
|
172
|
+
"attribute": "label",
|
|
173
|
+
"reflect": false,
|
|
174
|
+
"defaultValue": "''"
|
|
175
|
+
},
|
|
176
|
+
"supportingText": {
|
|
177
|
+
"type": "string",
|
|
178
|
+
"mutable": false,
|
|
179
|
+
"complexType": {
|
|
180
|
+
"original": "string",
|
|
181
|
+
"resolved": "string",
|
|
182
|
+
"references": {}
|
|
183
|
+
},
|
|
184
|
+
"required": false,
|
|
185
|
+
"optional": false,
|
|
186
|
+
"docs": {
|
|
187
|
+
"tags": [],
|
|
188
|
+
"text": ""
|
|
189
|
+
},
|
|
190
|
+
"attribute": "supporting-text",
|
|
191
|
+
"reflect": false,
|
|
192
|
+
"defaultValue": "''"
|
|
193
|
+
}
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
//# sourceMappingURL=gb-step-base.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gb-step-base.js","sourceRoot":"","sources":["../../../src/components/gb-step-base/gb-step-base.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAQ7D,MAAM,OAAO,UAAU;;;;;;yBAKQ,KAAK;kCACI,KAAK;qBACnB,EAAE;8BACO,EAAE;;IAEnC,MAAM;QACJ,OAAO,CACL;YACG,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,CAC5B,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE;gBACnE,4DAAK,KAAK,EAAE,uBAAuB;oBACjC,0DAAG,KAAK,EAAE,qCAAqC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,mBAAkB;oBAC5F,0DAAG,KAAK,EAAE,kCAAkC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,yCAAwC,CAC3G,CACF,CACP;YACA,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,CAC5B,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;gBAClE,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,4DAAK,KAAK,EAAE,OAAO,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE,GAAQ;gBACjG,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,CAC7B,4DAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAE,QAAQ,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;oBACpJ,6DAAM,CAAC,EAAC,uEAAuE,EAAC,MAAM,EAAC,SAAS,kBAAc,GAAG,oBAAgB,OAAO,qBAAiB,OAAO,GAAG,CAC/J,CACP,CACG,CACP;YACA,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,CAC5B,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,IAAI,EAAE;gBACtC,4DAAK,KAAK,EAAC,gBAAgB;oBACzB,4DAAK,KAAK,EAAE,iBAAiB,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;wBAClE,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,4DAAK,KAAK,EAAE,OAAO,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE,GAAQ;wBACjG,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,CAC7B,4DAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAE,QAAQ,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;4BACpJ,6DACE,CAAC,EAAC,uEAAuE,EACzE,MAAM,EAAC,SAAS,kBACH,GAAG,oBACD,OAAO,qBACN,OAAO,GACvB,CACE,CACP,CACG;oBACL,IAAI,CAAC,SAAS,IAAI,CACjB,4DAAK,KAAK,EAAC,eAAe;wBACxB,4DAAK,KAAK,EAAE,aAAa,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,MAAM,EAAE,GAAQ,CACxD,CACP,CACG;gBACN,4DAAK,KAAK,EAAC,gBAAgB;oBACzB,0DAAG,KAAK,EAAE,qCAAqC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,mBAAkB;oBAC5F,0DAAG,KAAK,EAAE,kCAAkC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,EAAE,yCAAwC,CAC3G,CACF,CACP,CACA,CACJ,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Prop, h, Fragment } from \"@stencil/core\";\r\nimport { GeneralSizes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-step-base',\r\n styleUrl: 'gb-step-base.css',\r\n shadow: true,\r\n})\r\nexport class GbStepBase {\r\n @Prop() status: ProgressStepStatus;\r\n @Prop() size: GeneralSizes;\r\n @Prop() type: ProgressStepTypes;\r\n @Prop() state: ProgressStepStates;\r\n @Prop() connector: boolean = false;\r\n @Prop() showSupportingText: boolean = false;\r\n @Prop() label: string = '';\r\n @Prop() supportingText: string = '';\r\n\r\n render() {\r\n return (\r\n <>\r\n {this.type === 'text_line' && (\r\n <div class={`text_line_div ${this.size} ${this.status} ${this.state}`}>\r\n <div class={`text_line_div_content`}>\r\n <p class={`text_line_label text-sm-semi-bold ${this.status} ${this.state}`}>Your details</p>\r\n <p class={`text_line_text text-xs-regular ${this.status} ${this.state}`}>Please provide your name and email</p>\r\n </div>\r\n </div>\r\n )}\r\n {this.type === 'icon_only' && (\r\n <div class={`icon_only_div ${this.status} ${this.state} ${this.size}`}>\r\n {this.status !== 'complete' && <div class={`dot ${this.status} ${this.state} ${this.size}`}></div>}\r\n {this.status === 'complete' && (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\" class={`tick ${this.status} ${this.state} ${this.size}`}>\r\n <path d=\"M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1\" stroke=\"#075DB2\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" />\r\n </svg>\r\n )}\r\n </div>\r\n )}\r\n {this.type === 'icon_left' && (\r\n <div class={`icon_left_div ${this.size}`}>\r\n <div class=\"connector_wrap\">\r\n <div class={`icon_only_div ${this.status} ${this.state} ${this.size}`}>\r\n {this.status !== 'complete' && <div class={`dot ${this.status} ${this.state} ${this.size}`}></div>}\r\n {this.status === 'complete' && (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\" class={`tick ${this.status} ${this.state} ${this.size}`}>\r\n <path\r\n d=\"M1 6.45455C1 6.45455 2.07143 6.45455 3.5 9C3.5 9 7.47059 2.33333 11 1\"\r\n stroke=\"#075DB2\"\r\n stroke-width=\"2\"\r\n stroke-linecap=\"round\"\r\n stroke-linejoin=\"round\"\r\n />\r\n </svg>\r\n )}\r\n </div>\r\n {this.connector && (\r\n <div class=\"connector_div\">\r\n <div class={`connector ${this.state} ${this.status}`}></div>\r\n </div>\r\n )}\r\n </div>\r\n <div class=\"icon_left_text\">\r\n <p class={`text_line_label text-sm-semi-bold ${this.status} ${this.state}`}>Your details</p>\r\n <p class={`text_line_text text-xs-regular ${this.status} ${this.state}`}>Please provide your name and email</p>\r\n </div>\r\n </div>\r\n )}\r\n </>\r\n );\r\n }\r\n}"]}
|
|
@@ -43,17 +43,17 @@ export class GbTabButtonBase {
|
|
|
43
43
|
this.tabClicked.emit();
|
|
44
44
|
}
|
|
45
45
|
render() {
|
|
46
|
-
return (h("div", { key: '
|
|
46
|
+
return (h("div", { key: 'bd587e931b364dcf9ceb836f140a97d1baa0ad8c', class: `tab_button_div ${this.type}
|
|
47
47
|
${this.current ? 'current' : ''}
|
|
48
48
|
${this.fullWidth ? 'full_width' : ''}
|
|
49
49
|
${this.size}
|
|
50
|
-
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '
|
|
50
|
+
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '80f5cc3c381ce23291f86b1dbd1656a07e8235fd', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: '7ef46f524aaf2a0794d3a1d9dd18a2451e7a2a3a', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
|
|
51
51
|
? 'information'
|
|
52
52
|
: this.current && this.type === 'underline'
|
|
53
53
|
? 'information'
|
|
54
54
|
: this.current && this.type === 'line'
|
|
55
55
|
? 'information'
|
|
56
|
-
: 'gray' }, h("slot", { key: '
|
|
56
|
+
: 'gray' }, h("slot", { key: 'd99e9dc11a16229c392d4a6e5063cf9d5e3796be', name: "count" })))));
|
|
57
57
|
}
|
|
58
58
|
static get is() { return "gb-tab-button-base"; }
|
|
59
59
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbTableCell {
|
|
|
4
4
|
this.type = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: 'c097aef3a144d6d897e3dcdf0b844dfacc9bec01', class: "table_cell_div" }));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-table-cell"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -29,7 +29,7 @@ export class GbTag {
|
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
31
|
const flagSwap = getAssetPath(`${this.flagSwap}`);
|
|
32
|
-
return (h("div", { key: '
|
|
32
|
+
return (h("div", { key: 'd714b81a497c4e3218eccd45573ae0b310515ea0', class: `container ${this.size}` }, h("div", { key: '5be347c053d0c075737ee6e8e0bcfcf8729fab1f', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: 'efe43e00d7453df4d5e6aa675981f1c74d31687c', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: '538a71acde1cde7a44dc3c76f2d1979f8d4f40f0', class: "icon left-icon" }, h("img", { key: 'cef35c92279858f8f22255df781238a350f0fae1', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '4b69a8adbaa2e65a1a9f69bc141a518ef754fea1', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '2d7ca841db1e48dbb691ff81cca573428a3b9d57', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: 'a7be210ec3479ab7dd2fa6184913dce899b1e223', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '7e7c00528a581bdcb1da342f1da89a4c83be2fb2', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: 'aeae414aca9f1341a03829b7adb23949fca21be2', class: "label" }, h("slot", { key: '1fcb413fe3b58213cbe442739da727016e717463' })), this.action === 'count' && (h("gb-tag-count", { key: 'd0afb475b95456c58222b819b583eab58f3be56c', size: this.size }, h("slot", { key: '8804e56261f0d8557f01c0c876017f58ec18bc0e', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: '8441ec5b863b745e5be836501c0a540cec457aad', size: this.size, onClick: () => this.onTagClose() })));
|
|
33
33
|
}
|
|
34
34
|
static get is() { return "gb-tag"; }
|
|
35
35
|
static get encapsulation() { return "shadow"; }
|
|
@@ -6,7 +6,7 @@ export class GbTagCheckbox {
|
|
|
6
6
|
this.disabled = false;
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
|
-
return (h("label", { key: '
|
|
9
|
+
return (h("label", { key: 'e8d69f1209bc0952a90b94ea0ea693c4e0758c92', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'd89b11e5497eda4ecff244381b9ecc3e2970f405', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: 'b58a4ac989e6933e522aabb5fc65ba949c5a12d9', class: `custom-checkbox ${this.size}` }, h("svg", { key: '8e8b64cbe1d65beea7c7fd43e3e90a4b7e8f2249', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'd1650323e8bf83bf73c4f0b53dfdc3108a6ee490', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
|
|
10
10
|
}
|
|
11
11
|
static get is() { return "gb-tag-checkbox"; }
|
|
12
12
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbTagClose {
|
|
|
4
4
|
this.size = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: 'df3b02818a6f1ddef00b418a606c9975656ee636', class: this.size }, h("svg", { key: '9e5414f228271e0078fc34ecd254b8f6f72e8b6b', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '49232028a9f81e3245238165ba6bb2b7175dfc85', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-tag-close"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbTagCount {
|
|
|
4
4
|
this.size = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: 'ce53ea9a1807928f364d62475f235cbed6894e42', class: this.size }, h("slot", { key: 'd8da7cf7543334f8cb8e83900b0e65360fcbbff3', name: "count" })));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-tag-count"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -187,14 +187,14 @@ export class GbTextareaInputField {
|
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
render() {
|
|
190
|
-
return (h("div", { key: '
|
|
190
|
+
return (h("div", { key: '960de8e1903e3c108721126dc6386312adcc3c41', class: "textarea_container" }, h("div", { key: '51bc48578f6d7ecb6dde6edd49e3da151d0b7958', class: "input_with_label" }, this.showLabel && h("p", { key: 'db6204cc3170a15338ae749a92b10c1109853d62', class: `label text-sm-medium` }, this.label), this.type === 'default' && (h("textarea", { key: 'bb59a45b7530b63bc36d94a7eb1d27d0ef648bdd', ref: el => (this.textarea = el), onInput: () => this.handleInput(), class: `textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText })), this.type === 'tags' && (h("div", { key: 'b002327a7fedd69fe9df52b616ea8beed90c1eee', class: "textarea_tags" }, h("div", { key: 'c3d4903d8c17a9d12af599bac8d383a7fc944e2d', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, h("div", { key: 'bb1548e08c7a28459d02149dda6cbfa3b57dd867', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (h(Fragment, null, this.selectedItems.map((item, index) => (h(Fragment, null, typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item.objectName.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.objectName
|
|
191
191
|
.split(' ')
|
|
192
192
|
.map(part => part.charAt(0).toUpperCase())
|
|
193
|
-
.join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item))))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("p", null, val)))))))), h("span", { key: '
|
|
193
|
+
.join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item))))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("p", null, val)))))))), h("span", { key: '94fd82457747c18f0c600053073e5193c7029ae7', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: 'c5f6812378496a6456cb989e644a7a0602010aa9', class: "input_field" }, h("input", { key: 'a915d6a0371d0445042312094581b18ec31acd76', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
|
|
194
194
|
// placeholder={this.placeholderText}
|
|
195
|
-
value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: '
|
|
195
|
+
value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: 'a34d28ea6ab41ff90dd7bf16143f74a940826330', class: "help_icon" }, h("svg", { key: '27d5c6ab859632406317c7bde3869cd1894eb615', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '20eb9904df4382bf6d546ac4fe8dcf59b988050f', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (h("div", { key: 'b3b6185abd6185b1cb1b075b9b149f975a1c0bf2', class: `dropdown_menu` }, this.results.map(item => (h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
|
|
196
196
|
? [h("p", { slot: "name" }, item.objectName), h("p", { slot: "supporting_text" }, item.objectValue)]
|
|
197
|
-
: typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h("p", { key: '
|
|
197
|
+
: typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h("p", { key: '3306ac8a73701c4f7f614a38c6f19edc766b75ce', class: `hint_text text-sm-regular ${this.destructive ? 'destructive' : ''}` }, this.hintText)));
|
|
198
198
|
}
|
|
199
199
|
static get is() { return "gb-textarea-input-field"; }
|
|
200
200
|
static get encapsulation() { return "shadow"; }
|
|
@@ -56,7 +56,7 @@ export class GbToast {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
render() {
|
|
59
|
-
return (h("div", { key: '
|
|
59
|
+
return (h("div", { key: 'bb5d5f768ce816ec52b51c0bd822f7a798fea119', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (h(Fragment, null, h("div", { key: 'ba76b553f96b70d48851bc606a9bfe446e870595', class: `icon_container` }, h("svg", { key: 'ce07b96930e2f42a65086cc45617c285e0400dde', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '594e7e20fedb6465a6e93cec1408ed9de4ca90c9', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: 'dd81a583cb2f42f7cc1b972da12a9839bfea7581', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: 'a51fa10d3b3d5e48b825a17c9340e786f03f9394', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: '718d305702461b7d11adc1fcc1c03e1c23b53294', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, h("div", { key: 'c3cc6df355d41757951ecde2ff5d5084565982f1', class: `text ${this.size}` }, h("slot", { key: '4c70fc273919440cf7392b232f0d2595fa20eaab', name: "main_text" }), this.showSupportingText && h("slot", { key: '088f3ad296560bef6f222c06195aed0f243c6fe8', name: "supporting_text" })), this.actions && (h("div", { key: '87375c8b8652fa2eea20c1ba376f6c77fa54d2cd', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes"))))))), h("gb-button-close", { key: '5a31685f13f797469b8900313a0c425817ddb338', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (h("div", { key: '32438c35e733e24dac20fa149566ac09a812063e', class: `container ${this.breakpoint}` }, h("div", { key: 'fc91eb6ad34253dac798e60f7223b7d07559d051', class: `full_width_content ${this.breakpoint}` }, h("div", { key: 'e18c539b9fc1aecf0b7b19a5302201384fbc31de', class: `inner_content ${this.breakpoint}` }, h("div", { key: 'f8707c196f9c0e3a05d074a1089a3b81ab8aed35', class: `icon_container` }, h("svg", { key: '7feb56f9f03c66803fb6432b5dab9abb37438c47', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, h("path", { key: '9aa58524853e8f6327a03cd6f8309fb6a7c5960b', opacity: "0.4", d: "M14.0667 2.04163C16.6225 2.04161 18.63 2.0416 20.1973 2.25232C21.8034 2.46825 23.0777 2.91979 24.079 3.92102C25.0802 4.92226 25.5317 6.19655 25.7477 7.80265C25.9584 9.36996 25.9584 11.3774 25.9584 13.9332V13.9333V14.0667V14.0667C25.9584 16.6225 25.9584 18.63 25.7477 20.1973C25.5317 21.8034 25.0802 23.0777 24.079 24.0789C23.0777 25.0801 21.8034 25.5317 20.1973 25.7476C18.63 25.9583 16.6226 25.9583 14.0668 25.9583H14.0667H13.9333H13.9333C11.3775 25.9583 9.37003 25.9583 7.80271 25.7476C6.19661 25.5317 4.92232 25.0801 3.92109 24.0789C2.91985 23.0777 2.46831 21.8034 2.25238 20.1973C2.04166 18.6299 2.04167 16.6225 2.04169 14.0667V13.9333C2.04167 11.3774 2.04166 9.36997 2.25238 7.80265C2.46831 6.19655 2.91985 4.92226 3.92109 3.92102C4.92232 2.91979 6.19661 2.46825 7.80271 2.25232C9.37003 2.0416 11.3775 2.04161 13.9333 2.04163H14.0667Z", fill: "#4B5565" }), h("path", { key: '6c0b442e003a6794829538e959343c5c775b45e4', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.6289 12.2818C13.9171 12.3206 14.3158 12.4243 14.6541 12.7626C14.9924 13.101 15.0962 13.4997 15.1349 13.7879C15.167 14.0266 15.1669 14.3043 15.1667 14.5375C15.1667 14.553 15.1667 14.5683 15.1667 14.5834V19.2501C15.1667 19.8944 14.6444 20.4167 14 20.4167C13.3557 20.4167 12.8334 19.8944 12.8334 19.2501V14.5834C12.189 14.5834 11.6667 14.0611 11.6667 13.4167C11.6667 12.7724 12.189 12.2501 12.8334 12.2501C12.8485 12.2501 12.8638 12.2501 12.8793 12.2501C13.1125 12.2499 13.3901 12.2497 13.6289 12.2818Z", fill: "#4B5565" }), h("path", { key: '8a09036e084948da773a3a7d58d0475895f6558c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8333 8.75004C12.8333 8.10571 13.3533 7.58337 13.9947 7.58337H14.0051C14.6466 7.58337 15.1666 8.10571 15.1666 8.75004C15.1666 9.39437 14.6466 9.91671 14.0051 9.91671H13.9947C13.3533 9.91671 12.8333 9.39437 12.8333 8.75004Z", fill: "#4B5565" }))), h("div", { key: 'aaaed50837e7bdd0dd06d58952463f4d262d9d6e', class: `text ${this.size} ${this.breakpoint}` }, h("slot", { key: '99e95552cf428aa033a8ed1423125666e3c37247', name: "main_text" }), this.showSupportingText && h("slot", { key: '96453eeaee67b4173feb46ad046f20e1aa728a4b', name: "supporting_text" }))), this.actions && (h("div", { key: 'bf27cffcbd7e62057ff49e1f8a47b5c2dff0102c', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (h(Fragment, null, h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, h("p", null, "Dismiss")), h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, h("p", null, "View changes")))) : (h(Fragment, null, h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "Dismiss")), h("gb-toast-button", { state: StateEnum.Default, color: this.color }, h("p", null, "View changes")))))), h("gb-button-close", { key: '4cbede83371fa2ab86b0b38d821606e5a4f8852b', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
|
|
60
60
|
}
|
|
61
61
|
static get is() { return "gb-toast"; }
|
|
62
62
|
static get encapsulation() { return "shadow"; }
|
|
@@ -9,7 +9,7 @@ export class GbToastButton {
|
|
|
9
9
|
slottedContent.classList.add('text-sm-semi-bold');
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("div", { key: '
|
|
12
|
+
return (h("div", { key: '48e512de670008d7f4154caca677f9461f61cdfc', class: `toast_button ${this.state} ${this.color}` }, h("slot", { key: 'fd3cc81c76cb4f75eabdccafe25714a613829a16' })));
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "gb-toast-button"; }
|
|
15
15
|
static get encapsulation() { return "shadow"; }
|
|
@@ -36,7 +36,7 @@ export class GbToggle {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
render() {
|
|
39
|
-
return (h("div", { key: '
|
|
39
|
+
return (h("div", { key: 'ec6b452cdd7166b7c0feb9f5e613b20074a52832', class: `toggle_div ${this.size}` }, h("div", { key: 'e1f0cfb6707350c613b1dee69b9ef702d178649b', class: "toggle_base" }, h("gb-toggle-base", { key: 'c083170aba1f8d38aad69f9782c13b83049dfc01', size: this.size, state: this.state, pressed: this.pressed })), this.text && (h("div", { key: '51d8928a7621d9b278be91cd57f175f2f9b6e5ff', class: "text" }, h("slot", { key: '4704537b812fe8256fd15266518d313e6f2d5d97', name: "main_text" }), this.supportingText && (h("slot", { key: '2f4351eba44bccddfd3c441e2ced2c1e4262eb10', name: "supporting_text" }))))));
|
|
40
40
|
}
|
|
41
41
|
static get is() { return "gb-toggle"; }
|
|
42
42
|
static get encapsulation() { return "shadow"; }
|
|
@@ -13,8 +13,8 @@ export class GbToggleBase {
|
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
15
|
return [
|
|
16
|
-
h("input", { key: '
|
|
17
|
-
h("label", { key: '
|
|
16
|
+
h("input", { key: 'e46dfbfb06e9d02595ce0d98cc2e726e45334ef4', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
|
|
17
|
+
h("label", { key: 'bcfa49621a430fb7128f65afd890481678779ab1', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `default_checked_svg ${this.size}` }, h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#075DB2", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : this.pressed && this.state === 'disabled' ? (h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", class: `disabled_checked_svg ${this.size}` }, h("path", { d: "M2.08325 6.04167C2.08325 6.04167 2.70825 6.04167 3.54159 7.5C3.54159 7.5 5.85776 3.68056 7.91659 2.91667", stroke: "#E3E8EF", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))) : null),
|
|
18
18
|
];
|
|
19
19
|
}
|
|
20
20
|
static get is() { return "gb-toggle-base"; }
|
|
@@ -9,7 +9,7 @@ export class GbTokenFieldCompact {
|
|
|
9
9
|
this.supportingText = '';
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("div", { key: '
|
|
12
|
+
return (h("div", { key: '079ef91225377e2ff0c63c2bd2c4e45b8ffa7be4', class: this.size }, h("div", { key: '3641c8a65eae9fc6deb1ff8c1df5bfe97599971b', class: "input-with-label" }, this.showLabel && (h("label", { key: '48d1ebe1f6f5bbf6f11a6a21f126b75902f1d424' }, this.label)), this.digits === 4 && (h("div", { key: '70e5e9f2ae3c43f31eadd676e1fd9b145a862efe', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '6a373441875ecc54282a53722d77a390579d9f22', size: this.size }), h("gb-mega-input-field-base", { key: 'b38ec51af8aa9771856e0a5cf1cbd7ec7d8c333e', size: this.size }), h("gb-mega-input-field-base", { key: '4860dc4cb5cb5415a073ca51f20487f30810bfe0', size: this.size }), h("gb-mega-input-field-base", { key: '91d13c7425ff2169ac97d8fb113838169a8dd989', size: this.size }))), this.digits === 6 && (h("div", { key: '21646b9c95f9ed0ed3fceb01fe3f97faa9066528', class: "input-wrapper" }, h("div", { key: 'b31d1203e926a948e6fdb7ebdfb57c8404fb124f', class: "first=section" }, h("gb-mega-input-field-base", { key: '8d29fd09cd41a4feb4e92f420d9548698f4564e9', size: this.size }), h("gb-mega-input-field-base", { key: '328b3d0202856e9356b1608037f2fc4500e25541', size: this.size }), h("gb-mega-input-field-base", { key: 'a99c12072174e29f65848c28feae613129264d30', size: this.size })), h("div", { key: '283009a746d61935c7ee1f15eb04feaa846e6e98', class: "second=section" }, h("gb-mega-input-field-base", { key: '370f2682dcd2043d99a46c6ea78d20b0b9d70a5c', size: this.size }), h("gb-mega-input-field-base", { key: '3059b0548366fb02496eefde886c6672a6db7f6d', size: this.size }), h("gb-mega-input-field-base", { key: 'de404483c0b493cd5cf494286c99bea2a7b0763c', size: this.size })))), this.digits === 8 && (h("div", { key: '11c1ce743beb00cb3e6e3069b3b5d4e96d7d5968', class: "input-wrapper" }, h("div", { key: 'fd6375b38c7a35cd8c975a52fada9025d84fc193', class: "first=section" }, h("gb-mega-input-field-base", { key: '031712b849262d11ee7c7891a75a2eba2679c395', size: this.size }), h("gb-mega-input-field-base", { key: '25827d9bc3d6ab1b0f61b791dcc30dc936e22715', size: this.size }), h("gb-mega-input-field-base", { key: 'e0cc2c3b3c7f579d77d4fc662f8315227824f120', size: this.size }), h("gb-mega-input-field-base", { key: '551a877192731849976aeb7725ae8a7fc946af57', size: this.size })), h("div", { key: '9ca4d694022fa58c02c6a86ad995af18a7f82375', class: "second=section" }, h("gb-mega-input-field-base", { key: '0bdbc1494a9265efc551f6c208976f82bff9bb66', size: this.size }), h("gb-mega-input-field-base", { key: '773f78d9aa636aab5be120374b852150f51af2a6', size: this.size }), h("gb-mega-input-field-base", { key: 'c00537375ac9930d47fb88115af2e4a7dcdfc404', size: this.size }), h("gb-mega-input-field-base", { key: '9e6e5a6a2dc5bd2125166932344d80a63f85a376', size: this.size }))))), h("p", { key: 'adaf48df133e50936e6610aae8cf2a962cfb329a' }, this.supportingText)));
|
|
13
13
|
}
|
|
14
14
|
static get is() { return "gb-token-field-compact"; }
|
|
15
15
|
static get encapsulation() { return "shadow"; }
|
|
@@ -9,11 +9,11 @@ export class GbTokenFieldCompressed {
|
|
|
9
9
|
this.hintText = '';
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("div", { key: '
|
|
12
|
+
return (h("div", { key: 'e0bc9e2999afa2091608b88e32a1cb824b13d5df', class: {
|
|
13
13
|
container: true,
|
|
14
14
|
[this.size]: true,
|
|
15
15
|
[this.digits]: true,
|
|
16
|
-
} }, h("div", { key: '
|
|
16
|
+
} }, h("div", { key: '91faf538add05a56bd622b37617f2c92849f853f', class: "input-with-label" }, this.showLabel && (h("label", { key: '569bb67612a116ce42e52fb7b9001e084afd6871', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (h("div", { key: '6b313e66137ae188a797295974d06d1976a9ea77', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '9e52f6f7c0f499719d629a1c0ab6bd2518875f41', size: this.size }), h("gb-mega-input-field-base", { key: '282ee070ea52013d14a0cc30126e9d0b5f9dd4a0', size: this.size }), h("gb-mega-input-field-base", { key: 'b0e24b23c73d06095ea7c8106a7221ac1860b0c0', size: this.size }), h("gb-mega-input-field-base", { key: 'cd432374f084eea49fb69528f4ace04511a40a08', size: this.size }))), this.digits === 6 && (h("div", { key: '15d18a2fe5ebeeba0a09bf23a49c808b54e7173e', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: '8f6f2f8e1ffff6678a3c8b45e2efacea2d861391', size: this.size }), h("gb-mega-input-field-base", { key: '5fb2ac67f26854a2e895745b57c4af8439d88693', size: this.size }), h("gb-mega-input-field-base", { key: 'dca7f56820f328a317c953cd3179fd058b2efdac', size: this.size }), h("p", { key: 'de61702aecfa259d3fbb7a0c7d3337156c7d4a4a', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: 'b0d2e3c58d0263c351ae6f3133065f4f3792a21b', size: this.size }), h("gb-mega-input-field-base", { key: '98fc1e6a5377a479525d5a4307159541e38707e3', size: this.size }), h("gb-mega-input-field-base", { key: 'ad72805aec68b9db346e6024b1219ccb90ab0569', size: this.size }))), this.digits === 8 && (h("div", { key: '059f83f937a1c780db66111cf3dab094dc7bd0dc', class: "input-wrapper" }, h("gb-mega-input-field-base", { key: 'a8e797cb8bc8bed9d138ebb36945758f3d510a8b', size: this.size }), h("gb-mega-input-field-base", { key: 'b7cbf90500c4b4c6af3913555351181a5023bb87', size: this.size }), h("gb-mega-input-field-base", { key: 'ae2b00b533a98cb374dc881710793658696fb619', size: this.size }), h("gb-mega-input-field-base", { key: 'ba58f53b81494ba00d97060dc9783e1b10f145a6', size: this.size }), h("p", { key: '40cbe54ac9152b1510f5853a58d63842ea5d0a26', class: "line display-sm-bold" }, "-"), h("gb-mega-input-field-base", { key: 'cda8b4381d383d0a80b4fc82c23df1d0b257db11', size: this.size }), h("gb-mega-input-field-base", { key: '03e026246a3bdb3a28ed84526230cae71959b653', size: this.size }), h("gb-mega-input-field-base", { key: '27af606b0d73c3f48091706cbb3108ec3d8cd926', size: this.size }), h("gb-mega-input-field-base", { key: '41905a99823b232792844b13c7494424eed2ebd6', size: this.size })))), this.showHintText && (h("div", { key: '3f981994a4f18a15cc27541990e5aaa16baf3ad2', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
|
|
17
17
|
}
|
|
18
18
|
static get is() { return "gb-token-field-compressed"; }
|
|
19
19
|
static get encapsulation() { return "shadow"; }
|
|
@@ -19,7 +19,7 @@ export class GbTooltip {
|
|
|
19
19
|
return this.showArrow ? `arrow ${this.arrow}` : '';
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
return (h("div", { key: '
|
|
22
|
+
return (h("div", { key: 'cdc30e1f48f3ad7b8b872c4e50351e9ec0a17592', class: "tooltip_container" }, h("div", { key: 'a19d23bd9f05dd98858c946dcc0325a2a445671b', class: "tooltip" }, this.showArrow && h("div", { key: 'c6751098f1c974455cc3a21be81e826bc78e0e3d', class: this.getArrowClass() }), h("div", { key: 'a13bf8640bfa3b3cd7d604a3eb91a04ee086a8d8', class: "tooltip_content" }, h("slot", { key: 'fe9c9fd0552c0781c5505d8a407bb368b9a58f07', name: "label" }), this.showSupportingText && h("slot", { key: '4fc499b3b759222c674c18bf1227fcc99c184bc6', name: "supporting_text" })))));
|
|
23
23
|
}
|
|
24
24
|
static get is() { return "gb-tooltip"; }
|
|
25
25
|
static get encapsulation() { return "shadow"; }
|
|
@@ -30,7 +30,7 @@ export class GbVerticalTabs {
|
|
|
30
30
|
this.tabItemClicked.emit(index);
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
|
-
return (h("div", { key: '
|
|
33
|
+
return (h("div", { key: '47efbd40d4d0e387abd7ff8a9e82fcf4c1e43a7c', class: `vertical_tab_div` }, h("gb-tab-button-base", { key: 'e2caebb26dad68d559b9df0deb4782ce25cc86a2', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.firstTabName, current: this.activeIndex === 0, onClick: () => this.handleTabClick(0), alignment: "vertical" }), h("gb-tab-button-base", { key: '5716af7d7d5bf41fb3751c79356dabbb71a64f5c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.secondTabName, current: this.activeIndex === 1, onClick: () => this.handleTabClick(1), alignment: "vertical" }), this.thirdTabName && (h("gb-tab-button-base", { key: '9affe22578683c1ea93be2ed6f60dce838165301', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirdTabName, current: this.activeIndex === 2, onClick: () => this.handleTabClick(2), alignment: "vertical" })), this.fourthTabName && (h("gb-tab-button-base", { key: '877095e9377afdf2af8949393c54a84dfb646869', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourthTabName, current: this.activeIndex === 3, onClick: () => this.handleTabClick(3), alignment: "vertical" })), this.fifthTabName && (h("gb-tab-button-base", { key: 'd82034c8c974ca1d70484e4e532b4bc526a8a870', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifthTabName, current: this.activeIndex === 4, onClick: () => this.handleTabClick(4) })), this.sixthTabName && (h("gb-tab-button-base", { key: '7fab52f33396b8c0f9551d7d76e997ff1b782875', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixthTabName, current: this.activeIndex === 5, onClick: () => this.handleTabClick(5) })), this.seventhTabName && (h("gb-tab-button-base", { key: '21bbd5e5da91c937e7728b275fdf095a440b9226', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventhTabName, current: this.activeIndex === 6, onClick: () => this.handleTabClick(6) })), this.eighthTabName && (h("gb-tab-button-base", { key: '5b465ba708639c0619d5dc43e3c289c86a019392', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighthTabName, current: this.activeIndex === 7, onClick: () => this.handleTabClick(7) })), this.ninthTabName && (h("gb-tab-button-base", { key: 'a1d3ff5313f8d481b953682fb94112e8b832501c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.ninthTabName, current: this.activeIndex === 8, onClick: () => this.handleTabClick(8) })), this.tenthTabName && (h("gb-tab-button-base", { key: 'ad1a9d7a6d950c2c103e964f92a9c789b22921d4', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.tenthTabName, current: this.activeIndex === 9, onClick: () => this.handleTabClick(9) })), this.eleventhTabName && (h("gb-tab-button-base", { key: '24b67a88a51b75df0e20ec7ff334ce79381f478a', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eleventhTabName, current: this.activeIndex === 10, onClick: () => this.handleTabClick(10) })), this.twelfthTabName && (h("gb-tab-button-base", { key: 'efa261deea49268140b20c0043659919ed510a16', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twelfthTabName, current: this.activeIndex === 11, onClick: () => this.handleTabClick(11) })), this.thirteenthTabName && (h("gb-tab-button-base", { key: 'a0b0e99f162806e6d91e97f9468ef1504bbb9b69', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.thirteenthTabName, current: this.activeIndex === 12, onClick: () => this.handleTabClick(12) })), this.fourteenthTabName && (h("gb-tab-button-base", { key: '0e089315cd7f1918af6360165a6e01491331e102', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fourteenthTabName, current: this.activeIndex === 13, onClick: () => this.handleTabClick(13) })), this.fifteenthTabName && (h("gb-tab-button-base", { key: '711ecd1504550904c7b46f7eae10e8e20013f18c', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.fifteenthTabName, current: this.activeIndex === 14, onClick: () => this.handleTabClick(14) })), this.sixteenthTabName && (h("gb-tab-button-base", { key: '469033263808a521f6f4683142ddf515abd5b3c1', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.sixteenthTabName, current: this.activeIndex === 15, onClick: () => this.handleTabClick(15) })), this.seventeenthTabName && (h("gb-tab-button-base", { key: 'e38f3692cde6bf60cff6ec23f8d9ccca7d0a185a', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.seventeenthTabName, current: this.activeIndex === 16, onClick: () => this.handleTabClick(16) })), this.eighteenthTabName && (h("gb-tab-button-base", { key: 'c21812cb1bcc3c15660c30087a1b5c8e57345f32', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.eighteenthTabName, current: this.activeIndex === 17, onClick: () => this.handleTabClick(17) })), this.nineteenthTabName && (h("gb-tab-button-base", { key: 'd3387bfc5b11f9eb7c55d56f71ab9fe604a67daa', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.nineteenthTabName, current: this.activeIndex === 18, onClick: () => this.handleTabClick(18) })), this.twentiethTabName && (h("gb-tab-button-base", { key: 'f118f4e2163dfa61d0875c602e2cca9445a00c60', size: this.size, type: this.type === 'button_gray_border' ? 'button_white' : this.type, "tab-name": this.twentiethTabName, current: this.activeIndex === 19, onClick: () => this.handleTabClick(19) }))));
|
|
34
34
|
}
|
|
35
35
|
static get is() { return "gb-vertical-tabs"; }
|
|
36
36
|
static get encapsulation() { return "shadow"; }
|