globuswebcomponents 1.1.2 → 1.1.4
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-avatar_21.cjs.entry.js +36 -33
- package/dist/cjs/gb-avatar_21.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-button-close_3.cjs.entry.js +1 -1
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +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-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-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/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +14 -2
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +43 -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 +12 -12
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
- package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js +3 -2
- package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -1
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
- package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
- package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-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/test-input-tag/test-input-tag.js +2 -2
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +3 -3
- package/dist/components/gb-avatar-group.js +4 -4
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +2 -2
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +3 -3
- package/dist/components/gb-header.js +2 -2
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +4 -4
- 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 +17 -16
- package/dist/components/gb-pagination.js.map +1 -1
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-sidebar.js +9 -9
- package/dist/components/gb-simple-side-bar-item.js +1 -1
- package/dist/components/gb-slider-control-handle.js +1 -1
- package/dist/components/gb-slider.js +3 -3
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-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/{p-01f30e0d.js → p-0e9598ae.js} +2 -2
- package/dist/components/{p-01f30e0d.js.map → p-0e9598ae.js.map} +1 -1
- package/dist/components/{p-82ce96d9.js → p-18f7cfc0.js} +2 -2
- package/dist/components/{p-82ce96d9.js.map → p-18f7cfc0.js.map} +1 -1
- package/dist/components/{p-a80c8d70.js → p-39c3bf93.js} +2 -2
- package/dist/components/{p-a80c8d70.js.map → p-39c3bf93.js.map} +1 -1
- package/dist/components/{p-15345cdf.js → p-42e9233c.js} +2 -2
- package/dist/components/{p-15345cdf.js.map → p-42e9233c.js.map} +1 -1
- package/dist/components/{p-b5e0cfc2.js → p-4bb8b5d7.js} +3 -3
- package/dist/components/{p-b5e0cfc2.js.map → p-4bb8b5d7.js.map} +1 -1
- package/dist/components/{p-690bdd0a.js → p-51e94db5.js} +2 -2
- package/dist/components/{p-690bdd0a.js.map → p-51e94db5.js.map} +1 -1
- package/dist/components/{p-ddbb43bc.js → p-590e1108.js} +2 -2
- package/dist/components/{p-ddbb43bc.js.map → p-590e1108.js.map} +1 -1
- package/dist/components/{p-a4d56c2c.js → p-59e60b18.js} +3 -3
- package/dist/components/{p-a4d56c2c.js.map → p-59e60b18.js.map} +1 -1
- package/dist/components/{p-5075b910.js → p-59f297cd.js} +2 -2
- package/dist/components/{p-5075b910.js.map → p-59f297cd.js.map} +1 -1
- package/dist/components/{p-eb839ab2.js → p-60b04e8a.js} +3 -3
- package/dist/components/{p-eb839ab2.js.map → p-60b04e8a.js.map} +1 -1
- package/dist/components/{p-6d8df327.js → p-690513d2.js} +6 -6
- package/dist/components/{p-6d8df327.js.map → p-690513d2.js.map} +1 -1
- package/dist/components/{p-5cbbb85f.js → p-6977cce5.js} +2 -2
- package/dist/components/{p-5cbbb85f.js.map → p-6977cce5.js.map} +1 -1
- package/dist/components/{p-1601548c.js → p-77c9db5f.js} +2 -2
- package/dist/components/{p-1601548c.js.map → p-77c9db5f.js.map} +1 -1
- package/dist/components/{p-add0d18c.js → p-7df55cf8.js} +3 -3
- package/dist/components/{p-add0d18c.js.map → p-7df55cf8.js.map} +1 -1
- package/dist/components/{p-a3497257.js → p-82bf3f45.js} +2 -2
- package/dist/components/{p-a3497257.js.map → p-82bf3f45.js.map} +1 -1
- package/dist/components/{p-7f8b6821.js → p-83d125e4.js} +2 -2
- package/dist/components/{p-7f8b6821.js.map → p-83d125e4.js.map} +1 -1
- package/dist/components/{p-bff6d2fd.js → p-84ae8125.js} +2 -2
- package/dist/components/{p-bff6d2fd.js.map → p-84ae8125.js.map} +1 -1
- package/dist/components/{p-d4319be7.js → p-87073fef.js} +2 -2
- package/dist/components/{p-d4319be7.js.map → p-87073fef.js.map} +1 -1
- package/dist/components/{p-52ec14c7.js → p-8ec1716b.js} +23 -23
- package/dist/components/{p-52ec14c7.js.map → p-8ec1716b.js.map} +1 -1
- package/dist/components/{p-042bf4b6.js → p-8eda68f9.js} +3 -3
- package/dist/components/{p-042bf4b6.js.map → p-8eda68f9.js.map} +1 -1
- package/dist/components/{p-f89c1f0e.js → p-8fa38169.js} +7 -7
- package/dist/components/{p-f89c1f0e.js.map → p-8fa38169.js.map} +1 -1
- package/dist/components/{p-48308048.js → p-90cf7a19.js} +2 -2
- package/dist/components/{p-48308048.js.map → p-90cf7a19.js.map} +1 -1
- package/dist/components/{p-6bb11c3f.js → p-a7a19e5a.js} +2 -2
- package/dist/components/{p-6bb11c3f.js.map → p-a7a19e5a.js.map} +1 -1
- package/dist/components/{p-d82dee00.js → p-b10de22c.js} +3 -3
- package/dist/components/{p-d82dee00.js.map → p-b10de22c.js.map} +1 -1
- package/dist/components/{p-fa50cce3.js → p-bb6c1c32.js} +5 -5
- package/dist/components/{p-fa50cce3.js.map → p-bb6c1c32.js.map} +1 -1
- package/dist/components/{p-7ad758be.js → p-c3e4dc03.js} +3 -3
- package/dist/components/{p-7ad758be.js.map → p-c3e4dc03.js.map} +1 -1
- package/dist/components/{p-0baf6b32.js → p-e2e267aa.js} +2 -2
- package/dist/components/{p-0baf6b32.js.map → p-e2e267aa.js.map} +1 -1
- package/dist/components/{p-adcd7611.js → p-f383f21d.js} +7 -7
- package/dist/components/{p-adcd7611.js.map → p-f383f21d.js.map} +1 -1
- package/dist/components/{p-663e2680.js → p-f3e90e2e.js} +3 -3
- package/dist/components/{p-663e2680.js.map → p-f3e90e2e.js.map} +1 -1
- package/dist/components/{p-0e0aeeea.js → p-fa71c1b6.js} +22 -17
- package/dist/components/p-fa71c1b6.js.map +1 -0
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +47 -3
- package/dist/esm/gb-avatar_21.entry.js +36 -33
- package/dist/esm/gb-avatar_21.entry.js.map +1 -1
- package/dist/esm/gb-button-close_3.entry.js +1 -1
- package/dist/esm/gb-collapse-button_4.entry.js +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-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-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/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
- package/dist/globuscomponents/{p-41773e1d.entry.js → p-06f5473e.entry.js} +2 -2
- package/dist/globuscomponents/{p-a20afec7.entry.js → p-1b4300c5.entry.js} +2 -2
- package/dist/globuscomponents/p-1e164148.entry.js +2 -0
- package/dist/globuscomponents/{p-c359c016.entry.js → p-20ff55fc.entry.js} +2 -2
- package/dist/globuscomponents/{p-1e47a582.entry.js → p-25727432.entry.js} +2 -2
- package/dist/globuscomponents/p-40bf1751.entry.js +2 -0
- package/dist/globuscomponents/{p-67728f72.entry.js → p-4cd6a4a6.entry.js} +2 -2
- package/dist/globuscomponents/{p-358fa350.entry.js → p-4e4b70a4.entry.js} +2 -2
- package/dist/globuscomponents/{p-d170d1ae.entry.js → p-543222c0.entry.js} +2 -2
- package/dist/globuscomponents/{p-284d59f9.entry.js → p-562c5b8a.entry.js} +2 -2
- package/dist/globuscomponents/{p-cb0078af.entry.js → p-5c311064.entry.js} +2 -2
- package/dist/globuscomponents/{p-f7770f70.entry.js → p-69861cc6.entry.js} +2 -2
- package/dist/globuscomponents/{p-ad0ab2b2.entry.js → p-78e91fa5.entry.js} +2 -2
- package/dist/globuscomponents/{p-d61eb840.entry.js → p-7b1a7c74.entry.js} +2 -2
- package/dist/globuscomponents/p-8cc341e7.entry.js +2 -0
- package/dist/globuscomponents/{p-55976e44.entry.js → p-b9e7d5d3.entry.js} +2 -2
- package/dist/globuscomponents/{p-44ca61d8.entry.js → p-bcdbab5a.entry.js} +2 -2
- package/dist/globuscomponents/{p-f2dbe311.entry.js → p-cf6860f4.entry.js} +2 -2
- package/dist/globuscomponents/{p-702db42d.entry.js → p-d165a4dc.entry.js} +2 -2
- package/dist/globuscomponents/{p-ecd27e89.entry.js → p-d4da2ad1.entry.js} +2 -2
- package/dist/globuscomponents/{p-f2b76525.entry.js → p-d75d0d00.entry.js} +2 -2
- package/dist/globuscomponents/{p-5a31f474.entry.js → p-e9d907e9.entry.js} +2 -2
- package/dist/globuscomponents/{p-651e8370.entry.js → p-ef8745af.entry.js} +2 -2
- package/dist/globuscomponents/p-ef8745af.entry.js.map +1 -0
- package/dist/globuscomponents/{p-ba36bc54.entry.js → p-f51cd271.entry.js} +2 -2
- package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +2 -0
- package/dist/types/components/gb-pagination/gb-pagination.d.ts +2 -2
- package/dist/types/components.d.ts +6 -2
- package/package.json +1 -1
- package/dist/components/p-0e0aeeea.js.map +0 -1
- package/dist/globuscomponents/p-1b16019d.entry.js +0 -2
- package/dist/globuscomponents/p-3bbcb5ac.entry.js +0 -2
- package/dist/globuscomponents/p-651e8370.entry.js.map +0 -1
- package/dist/globuscomponents/p-ab4ea457.entry.js +0 -2
- /package/dist/globuscomponents/{p-41773e1d.entry.js.map → p-06f5473e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a20afec7.entry.js.map → p-1b4300c5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ab4ea457.entry.js.map → p-1e164148.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c359c016.entry.js.map → p-20ff55fc.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1e47a582.entry.js.map → p-25727432.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1b16019d.entry.js.map → p-40bf1751.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-67728f72.entry.js.map → p-4cd6a4a6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-358fa350.entry.js.map → p-4e4b70a4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d170d1ae.entry.js.map → p-543222c0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-284d59f9.entry.js.map → p-562c5b8a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-cb0078af.entry.js.map → p-5c311064.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f7770f70.entry.js.map → p-69861cc6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ad0ab2b2.entry.js.map → p-78e91fa5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d61eb840.entry.js.map → p-7b1a7c74.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3bbcb5ac.entry.js.map → p-8cc341e7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-55976e44.entry.js.map → p-b9e7d5d3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-44ca61d8.entry.js.map → p-bcdbab5a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f2dbe311.entry.js.map → p-cf6860f4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-702db42d.entry.js.map → p-d165a4dc.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ecd27e89.entry.js.map → p-d4da2ad1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f2b76525.entry.js.map → p-d75d0d00.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5a31f474.entry.js.map → p-e9d907e9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ba36bc54.entry.js.map → p-f51cd271.entry.js.map} +0 -0
|
@@ -46,7 +46,7 @@ const GbProgressBar = class {
|
|
|
46
46
|
}
|
|
47
47
|
render() {
|
|
48
48
|
const progressValue = Math.min(Math.max(this.progress, 0), 100);
|
|
49
|
-
return (index.h("div", { key: '
|
|
49
|
+
return (index.h("div", { key: '054bf0a62f801f148454ba60aedc37aaa82c1fbd', class: `progress_bar_container ${this.labelPosition}` }, index.h("div", { key: 'a51ee95a41bdc46b3e29e9713529004d2f3a2939', class: "progress_bar" }, index.h("div", { key: '2ff373528a416e76021c30b38acd92075e57c592', class: "progress_fill", style: { width: `${progressValue}%` } })), index.h(index.Fragment, null, this.showLabel && (index.h("div", { key: '64a29dec7d7371c8654e2b26ea6ff886f240a008', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && index.h("span", { key: 'b4b72293eb96a50b38fbece7d06fbf1a3555b985', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && index.h("span", { key: '8522fd4088bff098e4ef0c288bec897a10d1d978', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (index.h("gb-tooltip", { key: '4ac6bffbad119eb43a86b60886dbf63649bbd377', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, index.h("p", { key: '57180ef71411941488e1663527589e7a82fc26a2', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (index.h("gb-tooltip", { key: '1ae0f4c936a05a3e64076e27b090212b583cc5ca', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, index.h("p", { key: 'a03ae22d83f38c5cec378439f3774f4dc53401b6', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
52
|
GbProgressBar.style = GbProgressBarStyle0;
|
|
@@ -144,7 +144,7 @@ const GbSimpleSideBarItem = class {
|
|
|
144
144
|
render() {
|
|
145
145
|
const redBarSrc = index.getAssetPath(`assets/bar.svg`);
|
|
146
146
|
const whiteBarSrc = index.getAssetPath(`assets/bar_white.svg`);
|
|
147
|
-
return (index.h("div", { key: '
|
|
147
|
+
return (index.h("div", { key: '29ac8502764f9888cbafbf8b234475f11ab73b28', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, index.h("div", { key: '59e82179f37ab4763edd49efb49df5f1ecfa8683', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && index.h("img", { key: 'ea0be965fc65f037c5f593222bb1ed8a33fd678e', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && index.h("img", { key: 'e08d59eed305ecbc1b7cd0f296787b15e872d6ed', src: whiteBarSrc, alt: "", class: "bar" }), index.h("div", { key: '1cb8f91c51926de182895603d643b1096aa68b76', class: "content" }, index.h("div", { key: '2e9ef538bdf302a3b0a04152b4f394f578304b74', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (index.h("p", { key: 'd8c458f4fc9ceb8c08b69750035a26134780c3ca', class: `label_text ${this.category} ${this.state} ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'}` }, this.label))), this.type === 'full_with_label' && (index.h(index.Fragment, null, this.showBadge && (index.h("gb-badge", { key: 'ac804916b5808ad895f86e301fc51bc1da3e1b03', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, index.h("p", { key: '6354d7e95460deb9d0e90e3b82afb0f789ff8ac0' }, "10"))), this.showArrow && (index.h("svg", { key: '0b6f8a0d1647a307cae8b412fbf8815ab9c3ea01', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `arrow ${this.state} ${this.category}` }, index.h("path", { key: '1606a5c059a7952e5f3425f13bbb9d79856d0653', 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 && (index.h("gb-tooltip", { key: 'c0b23fead869087129ee53436b5e851664b08a87', "show-arrow": true, arrow: "left", class: "tooltip" }, index.h("p", { key: '6106f1e48da31abb641f3453b43fa285e6c23438', slot: "label" }, this.label)))));
|
|
148
148
|
}
|
|
149
149
|
get el() { return index.getElement(this); }
|
|
150
150
|
};
|
|
@@ -25,10 +25,10 @@ const GbMegaInputFieldBase = class {
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
render() {
|
|
28
|
-
return (index.h("div", { key: '
|
|
28
|
+
return (index.h("div", { key: 'c070925c7bc4bab173b13e0ed9aa6f16222bc9ce', class: {
|
|
29
29
|
[this.size]: true,
|
|
30
30
|
disabled: this.state === 'disabled'
|
|
31
|
-
} }, index.h("input", { key: '
|
|
31
|
+
} }, index.h("input", { key: '182ef12976c43c43bae85e3f3065eef53913156b', class: {
|
|
32
32
|
[this.size]: true,
|
|
33
33
|
disabled: this.state === 'disabled'
|
|
34
34
|
}, type: "text", maxlength: "1", placeholder: "0", value: this.inputValue, onInput: (event) => this.handleInput(event) })));
|
|
@@ -17,7 +17,7 @@ const GbNotificationContent = class {
|
|
|
17
17
|
}
|
|
18
18
|
render() {
|
|
19
19
|
const iconSrc = index.getAssetPath(`${this.icon}`);
|
|
20
|
-
return (index.h("div", { key: '
|
|
20
|
+
return (index.h("div", { key: '1c2f0f1edb2c238fd7f326ef76abead4d8569fd8', class: "notification_container" }, index.h("div", { key: '0c3c0552d1b4f2679290d69a1e28176a3670e864', class: "notification_title" }, this.icon && (index.h("div", { key: '5fc1cdee0d829c645f63cb35ee27187f79f91336', class: "icon" }, index.h("img", { key: 'd774ecf17904681f8508641df11d381c19ad17a8', src: iconSrc, alt: "Icon" }))), index.h("label", { key: '6d519443130bc1797f8a7b30aa159d0d24e1cd73' }, this.label), index.h("span", { key: '221acd62566bf9d40b5f33363cc80bb94a7c4094', class: "time" }, this.time)), index.h("div", { key: '05a97f4bcdaf2ea20b3d6026ad10d08d46a46901', class: "supporting_text" }, index.h("p", { key: '87c1749806b8c03c1aa48701a849e2a287117422', class: "text-sm-regular" }, this.supportingText))));
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
23
|
GbNotificationContent.style = GbNotificationContentStyle0;
|
|
@@ -60,9 +60,9 @@ const GbNotificationPane = class {
|
|
|
60
60
|
render() {
|
|
61
61
|
const patternSrc = index.getAssetPath(`assets/notification_background_pattern.svg`);
|
|
62
62
|
const illustrationSrc = index.getAssetPath(`assets/notification_illustration.svg`);
|
|
63
|
-
return (index.h("div", { key: '
|
|
64
|
-
index.h("div", { key: '
|
|
65
|
-
index.h("div", { key: '
|
|
63
|
+
return (index.h("div", { key: 'c19da60a32c893e9cea4454703c309a0a3d67673', class: "notification_pane_div" }, this.state === 'empty' && [
|
|
64
|
+
index.h("div", { key: 'ea916d38bcb69fcf99341e213dbc1b82cc28879d', class: `container` }, index.h("div", { key: '0234796f33d31bd60c2946c260f89e692c897b73', class: "frame" }, index.h("img", { key: 'dd01de30fdfd1a1d6c78a36aac0e54b6fc2cb0a9', src: patternSrc, alt: "", class: "empty_state_pattern" }), index.h("div", { key: '58aa458450f97fa6c1441848499264fab4f263ed', class: "empty_state" }, index.h("div", { key: '4a3c4c31a879d2f4c8cb475a2a9703bc186a37fe', class: "content" }, index.h("img", { key: '3e8024ce0243a5c0a5e86d636e8c3d59a7cf4b30', src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), index.h("div", { key: 'fa64d01db822fbfa8dc610f054e6eec842bc51a2', class: "text" }, index.h("slot", { key: 'abd7f4340cf30f59318181182e3c33465bde28f3', name: "label" }), index.h("slot", { key: '862d91c7ce72ce7f9f1270239bbc808cf6ca35ab', name: "supporting_text" })))))),
|
|
65
|
+
index.h("div", { key: '557ee23ec0032d6bae5dcc588abfd6e68075ca3c', class: `button` }, index.h("gb-button", { key: '91ca8bb0a20a57377e897898930df3688554f41a', size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, index.h("p", { key: 'c889b84857428e77acf19635c7b465b63897267c' }, "Mark all as read"))),
|
|
66
66
|
], this.state === 'notification_dropdown' && (index.h(index.Fragment, null, this.notifications.length > 0 ? (index.h("div", { class: "notification_dropdown" }, index.h("div", { class: `content_wrapper` }, this.notifications.map(notification => (index.h("gb-notification-content", { label: notification.label, time: notification.time, "supporting-text": notification.desc, icon: notification.icon })))), index.h("gb-button", { size: "sm", hierarchy: "tertiary_color", icon: "default", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, index.h("p", null, "Mark all as read")))) : [index.h("div", { class: `container` }, index.h("div", { class: "frame" }, index.h("img", { src: patternSrc, alt: "", class: "empty_state_pattern" }), index.h("div", { class: "empty_state" }, index.h("div", { class: "content" }, index.h("img", { src: illustrationSrc, alt: "bell-icon", class: "bell_icon" }), index.h("div", { class: "text" }, index.h("slot", { name: "label" }), index.h("slot", { name: "supporting_text" })))))), index.h("div", { class: `button` }, index.h("gb-button", { size: "sm", hierarchy: "tertiary_color", icon: "default", state: "disabled", "icon-leading": true, "icon-leading-swap": "assets/blush_brush.svg" }, index.h("p", null, "Mark all as read"))),
|
|
67
67
|
]))));
|
|
68
68
|
}
|
|
@@ -16,7 +16,7 @@ const GbPaginationDotGroup = class {
|
|
|
16
16
|
this.framed = false;
|
|
17
17
|
}
|
|
18
18
|
render() {
|
|
19
|
-
return (index.h("div", { key: '
|
|
19
|
+
return (index.h("div", { key: 'f2f68c3434ace441573267343c0b872981ff4e42', class: "dot_group_div" }, index.h("div", { key: '266d420219280d7ed0b7c7ae8f65a04d42f03d75' })));
|
|
20
20
|
}
|
|
21
21
|
};
|
|
22
22
|
GbPaginationDotGroup.style = GbPaginationDotGroupStyle0;
|
|
@@ -15,7 +15,7 @@ const GbPaginationDotIndicator = class {
|
|
|
15
15
|
this.size = undefined;
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
|
-
return (index.h("div", { key: '
|
|
18
|
+
return (index.h("div", { key: 'c463bb90be37d791b6866a8d5fa15cee0af09010', class: `dot_indicator_div
|
|
19
19
|
${this.type} ${this.current ? 'current' : ''}
|
|
20
20
|
${this.size}` }));
|
|
21
21
|
}
|
|
@@ -39,7 +39,7 @@ const GbProgressCircle = class {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
render() {
|
|
42
|
-
return (index.h("div", { key: '
|
|
42
|
+
return (index.h("div", { key: '7345841439c8c0a9de8c784431fb7b462d24312c', class: "gauge" }, index.h("div", { key: 'ef4476e648ffe7d77aed20259896960a5f0c8a7b', class: "arc", ref: el => (this.arcElement = el) }), index.h("div", { key: '2abb2f38e2cd4f3e4d811659a15bf5cfa4d8aee3', class: "mask" }), this.label && (index.h("div", { key: '56ac4e088f77d10f8fa4e59f2dba8b3276bf644a', class: "label", ref: el => (this.labelElement = el) }, index.h("p", { key: 'a3c8b55d8bd9d3a779fcc774a26d826a9a1c97dc', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
|
|
43
43
|
}
|
|
44
44
|
get el() { return index.getElement(this); }
|
|
45
45
|
static get watchers() { return {
|
|
@@ -13,7 +13,7 @@ const GbScrollbar = class {
|
|
|
13
13
|
this.length = '25%';
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
return (index.h("div", { key: '
|
|
16
|
+
return (index.h("div", { key: '187c25c1dcc94e4f18ebe78c106dd61a69800ac0', class: "scrollbar-container" }, index.h("div", { key: '5d5f49a7ddfcb538edbf5e75d2a428c7ddc62c78', class: "scrollbar", style: { height: this.length } }, index.h("slot", { key: 'a43a58b10b8da13bc16e0b136563c634e0f69d3b' }))));
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
19
|
GbScrollbar.style = GbScrollbarStyle0;
|
|
@@ -112,7 +112,7 @@ const GbSidebar = class {
|
|
|
112
112
|
const logoSrc = index.getAssetPath(`assets/globus_bank_logo.svg`);
|
|
113
113
|
const blueLogoSrc = index.getAssetPath(`assets/globus_bank_logo_blue.svg`);
|
|
114
114
|
const whiteLogoSrc = index.getAssetPath(`assets/globus_bank_logo_white.svg`);
|
|
115
|
-
return (index.h(index.Fragment, null, this.type === 'simple' && (index.h("div", { key: '
|
|
115
|
+
return (index.h(index.Fragment, null, this.type === 'simple' && (index.h("div", { key: '945ee570ed00c82b78296236bce3d634d3dda2c7', class: `simple_sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (index.h("div", { key: 'adc979fcd60c2f9e3c46e38796d008719381ff5b', class: "pattern" }, index.h("img", { key: 'f3002d8ce0d726fa2b9260004e104ac182e71b52', src: patternSrc, alt: "" }))), index.h("div", { key: '38b0e60cf5c2460bf522946b02db72356b4718a5', class: "nav" }, index.h("div", { key: '644e791cae1eb24de89364eda12730b4d9010020', class: `sidebar_header ${this.state}` }, index.h("div", { key: '92aa7f7daba6931f652b9f03e31ce321c2ef5644', class: `logo_and_name ${this.state}` }, this.state === 'expanded' && index.h(index.Fragment, null, this.category === 'plain_background' ? index.h("img", { src: blueLogoSrc }) : index.h("img", { src: whiteLogoSrc })), this.state === 'collapsed' && index.h("img", { key: 'ccee06b316ecfa4301b4e0e223778fb4e42128e6', src: logoSrc, alt: "" })), index.h("div", { key: '0168f274b251db72d42c667c40e80329cefe4a80', class: `collapse_button ${this.state}` }, index.h("gb-collapse-button", { key: '28e461402f5d4b1961f69fa8a0bf356ea4d15e54', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), index.h("div", { key: 'dbe76eb5b0e39624ed3f84d810a41cca723112e2', class: "navigation" }, index.h("div", { key: 'c6196d45001727188137879dbcf865ef27b6ff1a', class: "item" }, index.h("gb-simple-side-bar-item", { key: 'ff2474d9f55d49a87f29c5f7eb4d7fb82ecfc264', 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 }), index.h("gb-simple-side-bar-item", { key: 'e16f3726e99572dd0613d513fc0cd36a6b47dd09', 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 && (index.h("gb-simple-side-bar-item", { key: '5c2de1a323eb7ad7d6c0d34d5758411ebce3e34d', 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 && (index.h("gb-simple-side-bar-item", { key: '8837cb8ded03d7bd1a2be3b5e8e4d18f4cf51656', 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 })), index.h("gb-button", { key: '15e14c315e141cee20be7b717cf159d1396f912a', size: "sm", hierarchy: "link_color" }, this.state === 'expanded' && index.h("p", { key: '24593451eca5d86d4806aae8d34e1062c8818262' }, "Show comments")), this.fifthItemLabel && (index.h("gb-simple-side-bar-item", { key: '1e37e775e832cf3246c9e8017cc510064a0a41d7', 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 && (index.h("div", { key: 'ebc38c601cbd25bf645cc819eb01fd4b66da65e4', class: "navigation" }, index.h("div", { key: '6fe0c9d6a86b71a4e20be3505717d16f36f56cde', class: "item" }, this.sixthItemLabel && (index.h("gb-simple-side-bar-item", { key: '22ff5b1e2840a3856dc74ee6d445bfdb2213cbc7', 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 && (index.h("gb-simple-side-bar-item", { key: '68a238583c1c3f68133d05776f6a3f8dfce487ec', 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 && (index.h("gb-simple-side-bar-item", { key: 'c34e2be30e54587d4d043d207af36686efc4abe7', 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 && (index.h("gb-simple-side-bar-item", { key: 'c2fdedf5290109b08b5df9282d8ae225a3c7767c', 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 && (index.h("gb-simple-side-bar-item", { key: 'ceed0e32a4d78bd1e772de09d8858964515708c3', 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' && (index.h("div", { key: '071593dfa53ba520d1b1a7be18f50b6f2059a09e', class: "application_name" }, index.h("div", { key: '90cdccd2066f401f4b5d7ff8a78f866e142e4b00', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (index.h("div", { key: '69d7a54cffd9c46f8d2e51b65e8638dbe191497a', class: "application_name_pattern" }, index.h("img", { key: '9f770de25b3f66190293bcee3ca8774e10180f1d', src: patternSrc, alt: "" }))), index.h("div", { key: 'ce969738f1b153c876bec872523f9121bfe66b77', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), index.h("span", { key: '0b64bfa70422c2c31262cc7030ee884430ffedb6', class: textClass }, index.h("slot", { key: '59bf204c3024091a6979dd430bcabf63792efa57', name: "application_name" }))))))), this.type === 'complex' && (index.h("div", { key: '2bd15c310c0008cf4e7224ae00b5a5489a4166d8', class: `sidebar_and_nav ${this.state}` }, index.h("div", { key: 'dbfea98f5b87d53260ea92d20fead7005d9faa48', class: "nav_div" }, index.h("div", { key: '37c7ff0cef65b7a806b7a3ada41c249d3755bc96', class: "logo_and_button" }, this.state === 'expanded' && index.h("img", { key: '7e927b900dceddb35b549f262bc4f3521214bfd7', src: blueLogoSrc }), this.state === 'collapsed' && index.h("img", { key: 'e42e9b6739df36e298f2a27f78bfb1fe4f0c9624', src: logoSrc, alt: "" }), index.h("gb-collapse-button", { key: '714f062946825358a6e0ded9d648a7f1172bc9f9', color: "gray", action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), index.h("div", { key: 'cbfd3a1bf16e9d753fbaf5f99d94948e63db373a', class: "complex_sidebar_div" }, index.h("div", { key: 'c09d1b2da466df638f8fcc080c992a11b3f5e9d7', class: `primary_side_menu ${this.category} ${this.navItemStyle}` }, this.category === 'colored_background' && (index.h("div", { key: '05122c2cbe7ca522a055e01288c7b1e11205ffb9', class: "pattern" }, index.h("img", { key: 'b4abed6f73f7faf83d8413f726e9d3ca0ca2a441', src: patternSrc, alt: "" }))), index.h("div", { key: 'ccc206d0af8042242e1cc48218d8722366e32caa', class: "primary_side_menu_container" }, Object.keys(this.complexSidebarData).map((primaryItem, index$1) => (index.h("gb-complex-primary-side-bar-item", { key: `${index$1}`, 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$1) }))))), index.h("div", { key: 'd48221b5f49c41866becab2fec98d9002e98ac78', class: `secondary_side_menu ${this.category} ${this.state}` }, index.h("div", { key: '074339e9aae2f508e32dd48540fb41d5366ec48b', class: "sside_menu" }, this.complexSidebarData[this.activePrimaryItem].items.map((secondaryItem, index$1) => (index.h("gb-complex-secondary-side-bar-item", { key: `${this.activePrimaryItem}-${index$1}`, 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$1) }))))))))));
|
|
116
116
|
}
|
|
117
117
|
get el() { return index.getElement(this); }
|
|
118
118
|
};
|
|
@@ -28,7 +28,7 @@ const GbSliderControlHandle = class {
|
|
|
28
28
|
this.isFocused = false;
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
|
-
return (index.h("div", { key: '
|
|
31
|
+
return (index.h("div", { key: '233955f8f5d4442b5bfdfd6351a0910c9f4ad7a5', 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' && (index.h("div", { key: '45ca63911484f114c1751850f17acde97bffe1ba', class: "tooltip-container" }, index.h("gb-tooltip", { key: 'c657413242ea3e56f992c88437d94581cbc5c203', "show-arrow": false, arrow: "none", "show-supporting-text": false }, index.h("p", { key: 'a3e921b7e45d6b03b954341f61af24f99c593989', class: "text-xs-semi-bold", slot: "label" }, this.value)))), this.type === 'text' && (index.h("div", { key: '95361595b65a5304f8990ebe0a8fb4579327fa44', class: "thumb-label" }, index.h("p", { key: '13f32f12c21a708d2d1f00ba9bca3505b377aa21', class: "thumb_label text-md-medium" }, this.value)))));
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
GbSliderControlHandle.style = GbSliderControlHandleStyle0;
|
|
@@ -85,7 +85,7 @@ const GbSlider = class {
|
|
|
85
85
|
return this.unitPosition === 'left' ? `${this.unit}${value}` : `${value}${this.unit}`;
|
|
86
86
|
}
|
|
87
87
|
render() {
|
|
88
|
-
return (index.h("div", { key: '
|
|
88
|
+
return (index.h("div", { key: '1480540aafb31c107970a45651b8b2e0cd3fa38e', class: "slider-container", ref: el => (this.containerEl = el) }, index.h("div", { key: '8af612b5896da397676a3ffff57958ef23f1e67c', class: "track", ref: el => (this.trackEl = el) }), index.h("gb-slider-control-handle", { key: 'c669478c83ea57e4f8c80d25cb5e6b0c3eb048fd', 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') }), index.h("gb-slider-control-handle", { key: 'e51feae2f8e3f702ed8c50309ec364b6adcd32fa', 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') })));
|
|
89
89
|
}
|
|
90
90
|
get el() { return index.getElement(this); }
|
|
91
91
|
};
|
|
@@ -53,17 +53,17 @@ const GbTabButtonBase = class {
|
|
|
53
53
|
this.tabClicked.emit();
|
|
54
54
|
}
|
|
55
55
|
render() {
|
|
56
|
-
return (index.h("div", { key: '
|
|
56
|
+
return (index.h("div", { key: '994f2ee4965fb90d5e5f74caba0106a943ad40be', class: `tab_button_div ${this.type}
|
|
57
57
|
${this.current ? 'current' : ''}
|
|
58
58
|
${this.fullWidth ? 'full_width' : ''}
|
|
59
59
|
${this.size}
|
|
60
|
-
${this.alignment}`, onClick: () => this.handleClick() }, index.h("p", { key: '
|
|
60
|
+
${this.alignment}`, onClick: () => this.handleClick() }, index.h("p", { key: '51f985e1182ca0d75756c067fd349e2560f840b1', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (index.h("gb-badge", { key: '9eb5f9ae9e9159b585f6cdcd278cdddde39a8c29', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
|
|
61
61
|
? 'information'
|
|
62
62
|
: this.current && this.type === 'underline'
|
|
63
63
|
? 'information'
|
|
64
64
|
: this.current && this.type === 'line'
|
|
65
65
|
? 'information'
|
|
66
|
-
: 'gray' }, index.h("slot", { key: '
|
|
66
|
+
: 'gray' }, index.h("slot", { key: 'afa5c32c634c38fa80478c0991aa6752e35ce914', name: "count" })))));
|
|
67
67
|
}
|
|
68
68
|
get el() { return index.getElement(this); }
|
|
69
69
|
};
|
|
@@ -13,7 +13,7 @@ const GbTableCell = class {
|
|
|
13
13
|
this.type = undefined;
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
return (index.h("div", { key: '
|
|
16
|
+
return (index.h("div", { key: '89de6be8a05ce57174cab55a6a35638d14cd2cee', class: "table_cell_div" }));
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
19
|
GbTableCell.style = GbTableCellStyle0;
|
|
@@ -18,7 +18,7 @@ const GbToastButton = class {
|
|
|
18
18
|
slottedContent.classList.add('text-sm-semi-bold');
|
|
19
19
|
}
|
|
20
20
|
render() {
|
|
21
|
-
return (index.h("div", { key: '
|
|
21
|
+
return (index.h("div", { key: 'e59643ceb71b6d5620e72780905029e910631781', class: `toast_button ${this.state} ${this.color}` }, index.h("slot", { key: '39105a5d21c86fa7ed9976bcb4af527e6fd4d72b' })));
|
|
22
22
|
}
|
|
23
23
|
get el() { return index.getElement(this); }
|
|
24
24
|
};
|
|
@@ -65,7 +65,7 @@ const GbToast = class {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
render() {
|
|
68
|
-
return (index.h("div", { key: '
|
|
68
|
+
return (index.h("div", { key: 'b806bdaa4e83a63866c2a88121cdbd6a1e21019a', class: `toast_div ${this.color} ${this.size} ${this.breakpoint}` }, this.size === 'floating' && (index.h(index.Fragment, null, index.h("div", { key: '2a46d0296a1c9c371338b7b0e24aeeb236292a3f', class: `icon_container` }, index.h("svg", { key: 'dbcc607b91ef1186d67e2f7a9281186c79fc8589', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: '3f9c24a072f0a111cb827705a6d18b940ebb2982', 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" }), index.h("path", { key: '05f6acd61c1f09b6a61724f4443a8a508550f54f', "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" }), index.h("path", { key: '50cb4f8b6d893a2097af9d5aaa699e148bfaa867', "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" }))), index.h("div", { key: '99d133c0d7ec4037cf2a1e79029b8e758e1452d4', class: `content ${this.size} ${this.actions ? ' actions' : ''}` }, index.h("div", { key: 'fae14a2ac1c31eebd1875d888ee749dda26b29c4', class: `text ${this.size}` }, index.h("slot", { key: '56d252b6b1eb27a29a47736848bd778cd82185d9', name: "main_text" }), this.showSupportingText && index.h("slot", { key: 'b4396290d95c970f97b697f715406512f4ab0ed0', name: "supporting_text" })), this.actions && (index.h("div", { key: '564fd2e41c0351bb0e79b227efee3d27b192f42b', class: `actions ${this.size} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes"))))))), index.h("gb-button-close", { key: '4500b8088e2a155852a2e9a2c0d8488cc95a9beb', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.size}` }))), this.size === 'full_width' && (index.h("div", { key: '7ea8456b82c69ea242b04bc35d91e38ec2ce3937', class: `container ${this.breakpoint}` }, index.h("div", { key: '2ceb36456dbfecaaf1383bf8b4429a6c13daae7c', class: `full_width_content ${this.breakpoint}` }, index.h("div", { key: '382bc1d5d9991b2bfb17c3bc260e9e03a5262043', class: `inner_content ${this.breakpoint}` }, index.h("div", { key: '18b7d822eb6453d0452e3652750ffe2c6fa470b0', class: `icon_container` }, index.h("svg", { key: '51374886cd9afaf606be6cd433c78f7d8a8fb342', xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", viewBox: "0 0 28 28", fill: "none", class: `svg_icon ${this.color}` }, index.h("path", { key: '162b8ca3fed3d2af588ece3f36cc2b4507508398', 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" }), index.h("path", { key: '1096b6caacb96741bd6159f6a42c778cac8f5121', "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" }), index.h("path", { key: 'ded76ddebecf3c40e51cb0fb09ca60f260e2b76f', "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" }))), index.h("div", { key: '15705acedd6e325d82bb6cb883b0de64b5e8274e', class: `text ${this.size} ${this.breakpoint}` }, index.h("slot", { key: '9c2a517c3f6367558027fe76f700d0c558a586fb', name: "main_text" }), this.showSupportingText && index.h("slot", { key: '265b9a9817ba8ce7f28b53c82088520d8dfbe388', name: "supporting_text" }))), this.actions && (index.h("div", { key: '06d225a56c0f24b0b56ee352bd6300fe7bf93ff9', class: `actions ${this.size} ${this.breakpoint} ${!this.showSupportingText ? 'only_actions' : ''}` }, this.color === 'default' ? (index.h(index.Fragment, null, index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_gray" }, index.h("p", null, "Dismiss")), index.h("gb-button", { size: "sm", icon: "default", state: "default", hierarchy: "link_color" }, index.h("p", null, "View changes")))) : (index.h(index.Fragment, null, index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "Dismiss")), index.h("gb-toast-button", { state: reusableModels.StateEnum.Default, color: this.color }, index.h("p", null, "View changes")))))), index.h("gb-button-close", { key: '4d04e0e80ce8180889388d0f7b7cb09c8896bc71', size: "sm", color: this.color === 'default' ? 'gray' : this.color === 'gray' ? 'gray' : this.color, class: `close_button ${this.breakpoint}`, onClick: () => this.closeToast() }))))));
|
|
69
69
|
}
|
|
70
70
|
get el() { return index.getElement(this); }
|
|
71
71
|
};
|
|
@@ -23,8 +23,8 @@ const GbToggleBase = class {
|
|
|
23
23
|
}
|
|
24
24
|
render() {
|
|
25
25
|
return [
|
|
26
|
-
index.h("input", { key: '
|
|
27
|
-
index.h("label", { key: '
|
|
26
|
+
index.h("input", { key: '7a921e3fefb70c3f5672acc4182f9296be7433bc', type: "checkbox", id: "customCheckbox", class: `${this.pressed ? 'pressed' : ''}`, readonly: true }),
|
|
27
|
+
index.h("label", { key: '92a5b7a6c3ccc0f0c3f8deb0ef94cad2ba1f3d37', onClick: () => this.handleToggleClick(), class: `${this.size} ${this.state} ${this.pressed ? 'pressed' : ''}`, htmlFor: "customCheckbox" }, this.pressed && this.state === 'default' ? (index.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}` }, index.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' ? (index.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}` }, index.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),
|
|
28
28
|
];
|
|
29
29
|
}
|
|
30
30
|
};
|
|
@@ -43,7 +43,7 @@ const GbToggle = class {
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
render() {
|
|
46
|
-
return (index.h("div", { key: '
|
|
46
|
+
return (index.h("div", { key: '03a524e5352166cc8ca643ed1e3a4f13bba45c60', class: `toggle_div ${this.size}` }, index.h("div", { key: 'a92d4170002577870babafd1b349b41c4e5a4341', class: "toggle_base" }, index.h("gb-toggle-base", { key: 'd9b29d17ba22ce236a7ed73dc72865a625e37697', size: this.size, state: this.state, pressed: this.pressed })), this.text && (index.h("div", { key: '7b3d4ca4197d346c14f512931e73a3cd9b225493', class: "text" }, index.h("slot", { key: '131ca783dbdb315599c3905faf6262902531def0', name: "main_text" }), this.supportingText && (index.h("slot", { key: '9cbf59ab49162b8ac1fa32b54321c8691e96ffc8', name: "supporting_text" }))))));
|
|
47
47
|
}
|
|
48
48
|
get el() { return index.getElement(this); }
|
|
49
49
|
};
|
|
@@ -18,7 +18,7 @@ const GbTokenFieldCompact = class {
|
|
|
18
18
|
this.supportingText = '';
|
|
19
19
|
}
|
|
20
20
|
render() {
|
|
21
|
-
return (index.h("div", { key: '
|
|
21
|
+
return (index.h("div", { key: '3f54bf0232856819aab8c81b11da04ef2c3214ff', class: this.size }, index.h("div", { key: 'e355a78c1272383c277dbc2463374c9366ed1a9e', class: "input-with-label" }, this.showLabel && (index.h("label", { key: '4cb0a2752714abe01b0b216cb166433fc18b24df' }, this.label)), this.digits === 4 && (index.h("div", { key: 'e1d022b8d492d78e69377b4264ce304024a96860', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: 'bcb98cecd77ef1ae6d6189aba54c81bc177b4145', size: this.size }), index.h("gb-mega-input-field-base", { key: '5a74fc5dda94e3941fc8b46dd6953570d74627e2', size: this.size }), index.h("gb-mega-input-field-base", { key: 'a590ffed0c200a02bf2aa4f6a983bb78306b47af', size: this.size }), index.h("gb-mega-input-field-base", { key: '356e4b59163b448b1952f1a8d830105904738caf', size: this.size }))), this.digits === 6 && (index.h("div", { key: '4826cea8a544248661e6610099e71cf2544b2350', class: "input-wrapper" }, index.h("div", { key: '8c83c121dfa2f8fde55138f22d36fd9418afb925', class: "first=section" }, index.h("gb-mega-input-field-base", { key: '3b3f0d74288423d9f8d14acdd8e8ac8225a57326', size: this.size }), index.h("gb-mega-input-field-base", { key: 'c8ef16248a46168f47b32d6f4c69986e219d9b1d', size: this.size }), index.h("gb-mega-input-field-base", { key: 'bbee1a4034702c9c95737e39cdb9d6add4c68074', size: this.size })), index.h("div", { key: '320b1f84cc570e220b4938fd1ab253034d82acf4', class: "second=section" }, index.h("gb-mega-input-field-base", { key: '3b93997e15972456e6b96a0981de612b869af5ff', size: this.size }), index.h("gb-mega-input-field-base", { key: '124fa6cfc7fd2c6fef10ffb21c65f710d44e01d5', size: this.size }), index.h("gb-mega-input-field-base", { key: '8e145f1d7201fc031cf540c3d69417db06241fa6', size: this.size })))), this.digits === 8 && (index.h("div", { key: '3567d888f4e96a667c8b1b7e400cfee06d3e36ec', class: "input-wrapper" }, index.h("div", { key: '7404acff9126071bbf77c7d383fb9016df8b60ae', class: "first=section" }, index.h("gb-mega-input-field-base", { key: '60dd9f61b78d952b98a8e80f0d0f0d7d8ce75c51', size: this.size }), index.h("gb-mega-input-field-base", { key: '1a0d5ec1489194bf929d7f4cb0ae6323cecf5fd2', size: this.size }), index.h("gb-mega-input-field-base", { key: '78400ffb40412123d60f9dab3f09a97132ebdb86', size: this.size }), index.h("gb-mega-input-field-base", { key: 'dd0c09a4d99d6494c156f7c1b86b4025e36c4628', size: this.size })), index.h("div", { key: '1e97a6c38f81f4966eb9041dd5be5d54ae30f5f2', class: "second=section" }, index.h("gb-mega-input-field-base", { key: '425006eb6915361fc7d0ac0f9e03cf304bdbddd4', size: this.size }), index.h("gb-mega-input-field-base", { key: 'eee5af31791fcd2187c05f2b47498b3e82e40423', size: this.size }), index.h("gb-mega-input-field-base", { key: '6db54a78417a0aeff354c10091be097ca4e5ea0b', size: this.size }), index.h("gb-mega-input-field-base", { key: '624072f31f733f68b229db4567bf1e5c99f15607', size: this.size }))))), index.h("p", { key: 'ad1c97474a4f5016977b865797780d1838213ffb' }, this.supportingText)));
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
GbTokenFieldCompact.style = GbTokenFieldCompactStyle0;
|
|
@@ -18,11 +18,11 @@ const GbTokenFieldCompressed = class {
|
|
|
18
18
|
this.hintText = '';
|
|
19
19
|
}
|
|
20
20
|
render() {
|
|
21
|
-
return (index.h("div", { key: '
|
|
21
|
+
return (index.h("div", { key: '9d621f063fd9e5ef58f5bcb33cb2f97fecafa634', class: {
|
|
22
22
|
container: true,
|
|
23
23
|
[this.size]: true,
|
|
24
24
|
[this.digits]: true,
|
|
25
|
-
} }, index.h("div", { key: '
|
|
25
|
+
} }, index.h("div", { key: 'd0ae32e784030aff27755baf7be3955825fe00b9', class: "input-with-label" }, this.showLabel && (index.h("label", { key: 'd2dca30e478dd850fe19408f503cd5ceb1049228', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (index.h("div", { key: '1b74d44e7a993cbe74b4db008bb3c7a0fe03312f', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: 'c8c2450c22f981349edd042d1879b85f2dbf8f37', size: this.size }), index.h("gb-mega-input-field-base", { key: '568d252be4cfebfb452557af2ab90e4963d12c6d', size: this.size }), index.h("gb-mega-input-field-base", { key: 'ffa30ff5695b0c9670829e1287a36a245f5515ec', size: this.size }), index.h("gb-mega-input-field-base", { key: '51608f57deee2d2d361efbe5d4764cbf94266e18', size: this.size }))), this.digits === 6 && (index.h("div", { key: 'c75661d065932641c0aecd71df996f543a51e2a6', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: '631507a675c2ab468bf04f8ba15bd5170be36f60', size: this.size }), index.h("gb-mega-input-field-base", { key: '1f2da0f926432e2bc5b59aa32f3aa28f6a3bbd2a', size: this.size }), index.h("gb-mega-input-field-base", { key: '1400ff37ae44c076c4759c8bd83be672e95e1536', size: this.size }), index.h("p", { key: '3b539b32b2f0a8cc254c9df4c6aa9d88ecf214ec', class: "line display-sm-bold" }, "-"), index.h("gb-mega-input-field-base", { key: 'ebc0b293c1a449ae9e54d762a2b6efa78f6be6a3', size: this.size }), index.h("gb-mega-input-field-base", { key: '1df7bf20cad22a40c1787c1b46838b3d5ce5766f', size: this.size }), index.h("gb-mega-input-field-base", { key: 'edf23938c59cf0f8adb0e84b34225c605107bf20', size: this.size }))), this.digits === 8 && (index.h("div", { key: '730e605eea75d9d1d687cc4f55122e09f7c76f88', class: "input-wrapper" }, index.h("gb-mega-input-field-base", { key: '4174924a93772ad7b605567b851e1fd4a31dcd9d', size: this.size }), index.h("gb-mega-input-field-base", { key: 'bf4d15cd438f05722084ecce66e982b4fa800cb5', size: this.size }), index.h("gb-mega-input-field-base", { key: '09fe880574ce905bb68b03339971863f05a6c589', size: this.size }), index.h("gb-mega-input-field-base", { key: '0319458a387c02f494fe10610c59f2ad75c2e4bf', size: this.size }), index.h("p", { key: '196a79a946734242609f274c3c121bd8cd32757c', class: "line display-sm-bold" }, "-"), index.h("gb-mega-input-field-base", { key: 'a239a7284d124c9b4090a03755ec7f1e9b7aa631', size: this.size }), index.h("gb-mega-input-field-base", { key: 'dbdf95363d18a3065d638674b3cc5703f8f63a88', size: this.size }), index.h("gb-mega-input-field-base", { key: '670c290fb9fe463e4c2a03d6e517511eed5aa184', size: this.size }), index.h("gb-mega-input-field-base", { key: 'f0574197692b22a387840486c2298b9fe398dad6', size: this.size })))), this.showHintText && (index.h("div", { key: 'c6efacaf99cee185a678455af7caade7f1812131', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
GbTokenFieldCompressed.style = GbTokenFieldCompressedStyle0;
|
|
@@ -40,7 +40,7 @@ const GbVerticalTabs = class {
|
|
|
40
40
|
this.tabItemClicked.emit(index);
|
|
41
41
|
}
|
|
42
42
|
render() {
|
|
43
|
-
return (index.h("div", { key: '
|
|
43
|
+
return (index.h("div", { key: 'd05b4496b372ec53dffd46740bd40aecfe80d468', class: `vertical_tab_div` }, index.h("gb-tab-button-base", { key: '4681d3a4b650e3db2a84517aa07619728abf6aa6', 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" }), index.h("gb-tab-button-base", { key: 'ba8ac24b1a2a7b0c3979390ce52ad9891ef35056', 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 && (index.h("gb-tab-button-base", { key: 'c9798503624a0b5e2e5aaf700c1123126d2266b2', 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 && (index.h("gb-tab-button-base", { key: '896ab15bc54c079dae455824e8bca1e44af8df68', 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 && (index.h("gb-tab-button-base", { key: '544f88e49509e311161b4078313b0b3ee7432c85', 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 && (index.h("gb-tab-button-base", { key: '8fb627eb2e80154cc5312a28c7d6593fb4180d88', 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 && (index.h("gb-tab-button-base", { key: 'ff28f925fea910b5334c8ff4eab87712fd085054', 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 && (index.h("gb-tab-button-base", { key: 'e2f058b1be374c7310981dedea6090abec8ce0f9', 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 && (index.h("gb-tab-button-base", { key: 'ad6528ad1e35322b30c9f2f4cee0d663cf4cf45f', 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 && (index.h("gb-tab-button-base", { key: 'a93a4adb5931960173892eb03d69e6523663f68a', 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 && (index.h("gb-tab-button-base", { key: '3ce69932dd4493fe6bf6164c343a414e7fd5910c', 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 && (index.h("gb-tab-button-base", { key: '3c0c4c9c276044d3ad4ae53733182344ceefe029', 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 && (index.h("gb-tab-button-base", { key: 'a8a7b2ef61d59aad15ce5bd032b4a7b2d0865489', 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 && (index.h("gb-tab-button-base", { key: '7b5d386decb682196b9f895899c2a63bb09eb0b2', 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 && (index.h("gb-tab-button-base", { key: '192a2488565f96d61e65e065cf4f0e9ccc43d45e', 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 && (index.h("gb-tab-button-base", { key: 'b4d7e909076735f0fbf5e0490155f4933207993c', 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 && (index.h("gb-tab-button-base", { key: '853472f07729f74521eafe6b03919ca5f74819d2', 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 && (index.h("gb-tab-button-base", { key: '778f10da08fbd352fa2fb1ce60f12f55559c555c', 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 && (index.h("gb-tab-button-base", { key: '04f7d0f0807505cceae821cc35801109a922b808', 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 && (index.h("gb-tab-button-base", { key: '56ed8d23d4ff08c232659a2b1bb688abdd542a35', 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) }))));
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
GbVerticalTabs.style = GbVerticalTabsStyle0;
|
|
@@ -15,7 +15,7 @@ const GbWysiwygEditorIcon = class {
|
|
|
15
15
|
this.state = undefined;
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
|
-
return (index.h("div", { key: '
|
|
18
|
+
return (index.h("div", { key: 'cb1f35c5f05109267df52d4f442221b30eddbcd5', class: "editor_icon_div" }));
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
21
|
GbWysiwygEditorIcon.style = GbWysiwygEditorIconStyle0;
|