globuswebcomponents 2.2.0 → 2.2.2
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_22.cjs.entry.js → gb-action-panel_25.cjs.entry.js} +256 -89
- package/dist/cjs/gb-action-panel_25.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-avatar-label-group_2.cjs.entry.js +1 -1
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-detail-cell.cjs.entry.js +7 -2
- package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-detail-cell.entry.cjs.js.map +1 -1
- package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-dropdown-item_3.cjs.entry.js +3 -3
- package/dist/cjs/gb-export-dropdown_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +5 -5
- package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
- package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
- package/dist/cjs/gb-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-icon-button-base.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-button-group-base_2.cjs.entry.js +2 -2
- 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 +4 -4
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
- package/dist/cjs/gb-quick-action-icon.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-stepper-horizontal-line-with-text.cjs.entry.js +61 -0
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-stepper-horizontal-line-with-text.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-stepper-vertical-icons-with-text.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-table-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-table-header.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-table-header.entry.cjs.js.map +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-top-bar-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar-sidemenu.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar.cjs.entry.js +1 -1
- 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-_LRAKnsh.js.map +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/components/gb-action-panel/gb-action-panel.js +10 -5
- package/dist/collection/components/gb-action-panel/gb-action-panel.js.map +1 -1
- package/dist/collection/components/gb-button/gb-button.css +1 -0
- package/dist/collection/components/gb-button-group/gb-button-group.js +5 -25
- package/dist/collection/components/gb-button-group/gb-button-group.js.map +1 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +5 -3
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +49 -4
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
- package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/collection/components/gb-empty-state/gb-empty-state.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-featured-icon/gb-featured-icon.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 +5 -5
- package/dist/collection/components/gb-filter-button/gb-filter-button.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-icon-button-base/gb-icon-button-base.js +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +24 -11
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +64 -26
- 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.css +144 -127
- package/dist/collection/components/gb-input-field/gb-input-field.js +45 -13
- 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 +4 -4
- 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-quick-action-card/gb-quick-action-card.js +1 -1
- package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.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-step-base/gb-step-base.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.css +3 -0
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +33 -652
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.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-table-header/gb-table-header.js +1 -1
- package/dist/collection/components/gb-table-header/gb-table-header.js.map +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-theme-tab/gb-theme-tab.js +1 -1
- 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-top-bar/gb-top-bar.js +1 -1
- package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js +1 -1
- package/dist/collection/components/gb-top-bar-sidemenu/gb-top-bar-sidemenu.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-action-panel.js +3 -3
- package/dist/components/gb-action-panel.js.map +1 -1
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +8 -8
- 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-button-group.js +1 -1
- package/dist/components/gb-button.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +4 -4
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-comment.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.js +14 -8
- package/dist/components/gb-detail-cell.js.map +1 -1
- package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/components/gb-empty-state.js +2 -2
- package/dist/components/gb-export-dropdown-item.js +1 -1
- package/dist/components/gb-export-dropdown.js +1 -1
- 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-featured-icon.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 +17 -17
- package/dist/components/gb-filter-button.js +1 -1
- 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-icon-button-base.js +1 -1
- 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 +5 -5
- 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 +19 -19
- 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-quick-action-card.js +1 -1
- package/dist/components/gb-quick-action-icon.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-step-base.js +1 -1
- package/dist/components/gb-stepper-horizontal-icons-centered.js +24 -50
- package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
- package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/components/gb-stepper-vertical-icons-with-text.js +3 -3
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-cell.js +1 -1
- package/dist/components/gb-table-header.js +20 -20
- package/dist/components/gb-table-header.js.map +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-theme-tab.js +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +3 -3
- 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-top-bar-item.js +1 -1
- package/dist/components/gb-top-bar-sidemenu.js +6 -6
- package/dist/components/gb-top-bar.js +3 -3
- package/dist/components/gb-vertical-tabs.js +1 -1
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +2 -2
- package/dist/components/{p-BSyfzxCF.js → p-0txwjBLs.js} +4 -4
- package/dist/components/p-0txwjBLs.js.map +1 -0
- package/dist/components/{p-DdUG60Ds.js → p-5KSv25sm.js} +8 -8
- package/dist/components/{p-DdUG60Ds.js.map → p-5KSv25sm.js.map} +1 -1
- package/dist/components/{p-ByV5GH4j.js → p-5ftpNEMM.js} +3 -3
- package/dist/components/{p-ByV5GH4j.js.map → p-5ftpNEMM.js.map} +1 -1
- package/dist/components/{p-BDQEubqB.js → p-BL060XwA.js} +4 -4
- package/dist/components/{p-BDQEubqB.js.map → p-BL060XwA.js.map} +1 -1
- package/dist/components/{p-BUsyzLlY.js → p-BLbIMqN3.js} +3 -3
- package/dist/components/{p-BUsyzLlY.js.map → p-BLbIMqN3.js.map} +1 -1
- package/dist/components/{p-CyVM9ZUN.js → p-BSGWAB3h.js} +39 -27
- package/dist/components/p-BSGWAB3h.js.map +1 -0
- package/dist/components/{p-LFj_wAEh.js → p-BUu9ZVG0.js} +4 -4
- package/dist/components/{p-LFj_wAEh.js.map → p-BUu9ZVG0.js.map} +1 -1
- package/dist/components/{p-2fWwpTIZ.js → p-BYxuCcc3.js} +57 -38
- package/dist/components/p-BYxuCcc3.js.map +1 -0
- package/dist/components/{p-hd9hzkHe.js → p-Ba2FFVt7.js} +6 -7
- package/dist/components/p-Ba2FFVt7.js.map +1 -0
- package/dist/components/{p-BDmK-s7W.js → p-C1ABJsvB.js} +4 -4
- package/dist/components/{p-BDmK-s7W.js.map → p-C1ABJsvB.js.map} +1 -1
- package/dist/components/{p-ZZkjHbmt.js → p-C2d-ZnSS.js} +3 -3
- package/dist/components/{p-ZZkjHbmt.js.map → p-C2d-ZnSS.js.map} +1 -1
- package/dist/components/{p-OIDIc0fR.js → p-C48gcZ7a.js} +3 -3
- package/dist/components/{p-OIDIc0fR.js.map → p-C48gcZ7a.js.map} +1 -1
- package/dist/components/{p-CaTQ6NyD.js → p-C7hW-5Bs.js} +5 -5
- package/dist/components/{p-CaTQ6NyD.js.map → p-C7hW-5Bs.js.map} +1 -1
- package/dist/components/{p-CKp_EcVC.js → p-C9liU8cb.js} +7 -7
- package/dist/components/{p-CKp_EcVC.js.map → p-C9liU8cb.js.map} +1 -1
- package/dist/components/{p-11tfQ7K9.js → p-CCqSZROk.js} +8 -8
- package/dist/components/{p-11tfQ7K9.js.map → p-CCqSZROk.js.map} +1 -1
- package/dist/components/{p-CQuvoZ32.js → p-CHFN5iM2.js} +3 -3
- package/dist/components/{p-CQuvoZ32.js.map → p-CHFN5iM2.js.map} +1 -1
- package/dist/components/{p-BcJOIIC2.js → p-CHLgyYFr.js} +4 -4
- package/dist/components/{p-BcJOIIC2.js.map → p-CHLgyYFr.js.map} +1 -1
- package/dist/components/{p-BAsQCXsV.js → p-CJ9nTfeO.js} +11 -11
- package/dist/components/{p-BAsQCXsV.js.map → p-CJ9nTfeO.js.map} +1 -1
- package/dist/components/{p-BjkAywCq.js → p-CYKvVkx9.js} +4 -4
- package/dist/components/{p-BjkAywCq.js.map → p-CYKvVkx9.js.map} +1 -1
- package/dist/components/{p-v5JMu2zW.js → p-CduQVMGU.js} +6 -6
- package/dist/components/{p-v5JMu2zW.js.map → p-CduQVMGU.js.map} +1 -1
- package/dist/components/{p-CvxJpOZj.js → p-CguZrd2w.js} +3 -3
- package/dist/components/{p-CvxJpOZj.js.map → p-CguZrd2w.js.map} +1 -1
- package/dist/components/{p-Bny8MvzU.js → p-CqJ1NieA.js} +3 -3
- package/dist/components/p-CqJ1NieA.js.map +1 -0
- package/dist/components/{p-CArhc50k.js → p-CxqN_8nX.js} +3 -3
- package/dist/components/{p-CArhc50k.js.map → p-CxqN_8nX.js.map} +1 -1
- package/dist/components/{p-C4Xy0PDM.js → p-Czfh73t2.js} +6 -6
- package/dist/components/{p-C4Xy0PDM.js.map → p-Czfh73t2.js.map} +1 -1
- package/dist/components/{p-VMnF0OzT.js → p-DCIExPaz.js} +3 -3
- package/dist/components/{p-VMnF0OzT.js.map → p-DCIExPaz.js.map} +1 -1
- package/dist/components/{p-U_-0G1aL.js → p-DDzx6GaS.js} +4 -4
- package/dist/components/{p-U_-0G1aL.js.map → p-DDzx6GaS.js.map} +1 -1
- package/dist/components/{p-BeFWN3js.js → p-DH1booBL.js} +6 -6
- package/dist/components/{p-BeFWN3js.js.map → p-DH1booBL.js.map} +1 -1
- package/dist/components/{p-ofaIsmqV.js → p-DNOcRHDc.js} +7 -7
- package/dist/components/{p-ofaIsmqV.js.map → p-DNOcRHDc.js.map} +1 -1
- package/dist/components/{p-gr2SW-QO.js → p-DPkD6R4g.js} +3 -3
- package/dist/components/{p-gr2SW-QO.js.map → p-DPkD6R4g.js.map} +1 -1
- package/dist/components/{p-B4dyNcfJ.js → p-DQnWwfMA.js} +3 -3
- package/dist/components/{p-B4dyNcfJ.js.map → p-DQnWwfMA.js.map} +1 -1
- package/dist/components/{p-BcTbUcgA.js → p-DWfnp2oR.js} +3 -3
- package/dist/components/{p-BcTbUcgA.js.map → p-DWfnp2oR.js.map} +1 -1
- package/dist/components/{p-BQBxVm81.js → p-DnxaLNXd.js} +3 -3
- package/dist/components/{p-BQBxVm81.js.map → p-DnxaLNXd.js.map} +1 -1
- package/dist/components/{p-_0IgUdU3.js → p-DpRifEyI.js} +3 -3
- package/dist/components/{p-_0IgUdU3.js.map → p-DpRifEyI.js.map} +1 -1
- package/dist/components/{p-n7oT6sZz.js → p-DzpoepeD.js} +3 -3
- package/dist/components/{p-n7oT6sZz.js.map → p-DzpoepeD.js.map} +1 -1
- package/dist/components/{p-BU0pk3Az.js → p-Jjdtz5uu.js} +3 -3
- package/dist/components/{p-BU0pk3Az.js.map → p-Jjdtz5uu.js.map} +1 -1
- package/dist/components/{p-CMb4bhr7.js → p-QhewzHaL.js} +3 -3
- package/dist/components/{p-CMb4bhr7.js.map → p-QhewzHaL.js.map} +1 -1
- package/dist/components/{p-CiGTTb4f.js → p-XTIh5teG.js} +4 -4
- package/dist/components/{p-CiGTTb4f.js.map → p-XTIh5teG.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-B-IKjj-L.js → p-epvjDeBv.js} +4 -4
- package/dist/components/{p-B-IKjj-L.js.map → p-epvjDeBv.js.map} +1 -1
- package/dist/components/{p-BOb6Ege2.js → p-hlUZbOeR.js} +4 -4
- package/dist/components/{p-BOb6Ege2.js.map → p-hlUZbOeR.js.map} +1 -1
- package/dist/components/{p-_xLQ1uIq.js → p-pi9-Bp2p.js} +7 -7
- package/dist/components/{p-_xLQ1uIq.js.map → p-pi9-Bp2p.js.map} +1 -1
- package/dist/components/{p-BMJGgDQg.js → p-qmLs3Aiq.js} +3 -3
- package/dist/components/{p-BMJGgDQg.js.map → p-qmLs3Aiq.js.map} +1 -1
- package/dist/components/{p-9doPcSx4.js → p-rEvoBgwh.js} +4 -4
- package/dist/components/{p-9doPcSx4.js.map → p-rEvoBgwh.js.map} +1 -1
- package/dist/components/{p-CCwm6tfK.js → p-sSORdxKv.js} +5 -5
- package/dist/components/{p-CCwm6tfK.js.map → p-sSORdxKv.js.map} +1 -1
- package/dist/components/{p-CV14GOcG.js → p-sp4jxIHH.js} +4 -4
- package/dist/components/{p-CV14GOcG.js.map → p-sp4jxIHH.js.map} +1 -1
- package/dist/components/{p-Bl9nxjeS.js → p-vBpmIdMJ.js} +3 -3
- package/dist/components/{p-Bl9nxjeS.js.map → p-vBpmIdMJ.js.map} +1 -1
- package/dist/components/{p-C7K1IG2o.js → p-xwv5rABM.js} +3 -3
- package/dist/components/{p-C7K1IG2o.js.map → p-xwv5rABM.js.map} +1 -1
- package/dist/components/{p-CGeZp1HY.js → p-yb1gG3YV.js} +3 -3
- package/dist/components/{p-CGeZp1HY.js.map → p-yb1gG3YV.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +181 -933
- package/dist/esm/{gb-avatar_22.entry.js → gb-action-panel_25.entry.js} +255 -91
- package/dist/esm/gb-action-panel_25.entry.js.map +1 -0
- package/dist/esm/gb-avatar-label-group_2.entry.js +1 -1
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-detail-cell.entry.js +7 -2
- package/dist/esm/gb-detail-cell.entry.js.map +1 -1
- package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
- package/dist/esm/gb-export-dropdown-item_3.entry.js +3 -3
- package/dist/esm/gb-export-dropdown_2.entry.js +2 -2
- package/dist/esm/gb-file-type-icon_2.entry.js +2 -2
- package/dist/esm/gb-file-upload-item-base.entry.js +5 -5
- package/dist/esm/gb-file-upload.entry.js +12 -12
- package/dist/esm/gb-header-icon.entry.js +4 -4
- package/dist/esm/gb-header.entry.js +1 -1
- package/dist/esm/gb-help-dropdown.entry.js +1 -1
- package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
- package/dist/esm/gb-icon-button-base.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-button-group-base_2.entry.js +2 -2
- 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 +4 -4
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-quick-action-card.entry.js +1 -1
- package/dist/esm/gb-quick-action-icon.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-stepper-horizontal-line-with-text.entry.js +59 -0
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js.map +1 -0
- package/dist/esm/gb-stepper-vertical-icons-with-text.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-table-header.entry.js +1 -1
- package/dist/esm/gb-table-header.entry.js.map +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-top-bar-item.entry.js +1 -1
- package/dist/esm/gb-top-bar-sidemenu.entry.js +1 -1
- package/dist/esm/gb-top-bar.entry.js +1 -1
- 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-cHn6O-Kf.js.map +1 -1
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/gb-button.css +1 -0
- package/dist/globuscomponents/gb-detail-cell.entry.esm.js.map +1 -1
- package/dist/globuscomponents/gb-stepper-horizontal-line-with-text.entry.esm.js.map +1 -0
- package/dist/globuscomponents/gb-table-header.entry.esm.js.map +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-518caaa9.entry.js → p-076b2990.entry.js} +2 -2
- package/dist/globuscomponents/p-0d261dc3.entry.js +2 -0
- package/dist/globuscomponents/{p-0fab63c2.entry.js.map → p-0d261dc3.entry.js.map} +1 -1
- package/dist/globuscomponents/{p-61596c17.entry.js → p-0f9d4e7e.entry.js} +2 -2
- package/dist/globuscomponents/{p-fd6ae061.entry.js → p-10d004f1.entry.js} +2 -2
- package/dist/globuscomponents/{p-e9ca342d.entry.js → p-13931c9e.entry.js} +2 -2
- package/dist/globuscomponents/{p-a66c3127.entry.js → p-169b0a11.entry.js} +2 -2
- package/dist/globuscomponents/{p-bee5141c.entry.js → p-16e1585a.entry.js} +2 -2
- package/dist/globuscomponents/{p-96cbd5e7.entry.js → p-1969edef.entry.js} +2 -2
- package/dist/globuscomponents/{p-12983581.entry.js → p-2740606c.entry.js} +2 -2
- package/dist/globuscomponents/{p-653c5adc.entry.js → p-3219448a.entry.js} +2 -2
- package/dist/globuscomponents/{p-c9a6c666.entry.js → p-3e9900ec.entry.js} +2 -2
- package/dist/globuscomponents/{p-e453561e.entry.js → p-407b9855.entry.js} +2 -2
- package/dist/globuscomponents/{p-4f81d591.entry.js → p-42d9722c.entry.js} +2 -2
- package/dist/globuscomponents/p-42fddad8.entry.js +2 -0
- package/dist/globuscomponents/{p-742e4cda.entry.js → p-4d4af2d9.entry.js} +2 -2
- package/dist/globuscomponents/{p-9c05ca59.entry.js → p-4de82941.entry.js} +2 -2
- package/dist/globuscomponents/{p-f5caead1.entry.js → p-5143434a.entry.js} +2 -2
- package/dist/globuscomponents/{p-6f7e87e5.entry.js → p-57568e2c.entry.js} +2 -2
- package/dist/globuscomponents/{p-aaf9bd86.entry.js → p-580cbd27.entry.js} +2 -2
- package/dist/globuscomponents/{p-c914b51c.entry.js → p-59612d47.entry.js} +2 -2
- package/dist/globuscomponents/{p-239e2791.entry.js → p-5fca858d.entry.js} +2 -2
- package/dist/globuscomponents/{p-06c1f98a.entry.js → p-6ca2332d.entry.js} +2 -2
- package/dist/globuscomponents/{p-e01d6201.entry.js → p-74123b88.entry.js} +2 -2
- package/dist/globuscomponents/{p-c7ed2194.entry.js → p-8266edb6.entry.js} +2 -2
- package/dist/globuscomponents/{p-a3395a1b.entry.js → p-8878060f.entry.js} +2 -2
- package/dist/globuscomponents/{p-cabc2976.entry.js → p-89c15710.entry.js} +2 -2
- package/dist/globuscomponents/{p-2b4b8d1c.entry.js → p-8a2b3ed8.entry.js} +2 -2
- package/dist/globuscomponents/{p-96dc6fcd.entry.js → p-91a91883.entry.js} +2 -2
- package/dist/globuscomponents/{p-0804c201.entry.js → p-9391c24d.entry.js} +2 -2
- package/dist/globuscomponents/{p-5a07906a.entry.js → p-93f37394.entry.js} +2 -2
- package/dist/globuscomponents/p-93f37394.entry.js.map +1 -0
- package/dist/globuscomponents/{p-7a40ef38.entry.js → p-9bd13c9c.entry.js} +2 -2
- package/dist/globuscomponents/p-9c9fb01b.entry.js +2 -0
- package/dist/globuscomponents/p-9c9fb01b.entry.js.map +1 -0
- package/dist/globuscomponents/{p-3cc0ea9e.entry.js → p-a60c8538.entry.js} +2 -2
- package/dist/globuscomponents/{p-dbd605b9.entry.js → p-a8dee555.entry.js} +2 -2
- package/dist/globuscomponents/{p-7cf4d95d.entry.js → p-b33a6bc8.entry.js} +2 -2
- package/dist/globuscomponents/{p-7eeacf16.entry.js → p-ba3f9eb1.entry.js} +2 -2
- package/dist/globuscomponents/{p-25536e7a.entry.js → p-c543e806.entry.js} +2 -2
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/{p-25006cba.entry.js → p-d1b4759d.entry.js} +2 -2
- package/dist/globuscomponents/p-d1b4759d.entry.js.map +1 -0
- package/dist/globuscomponents/{p-5a30be16.entry.js → p-d71071c8.entry.js} +2 -2
- package/dist/globuscomponents/{p-8aa75444.entry.js → p-da9094b4.entry.js} +2 -2
- package/dist/globuscomponents/{p-51edb6f1.entry.js → p-dbdf608e.entry.js} +2 -2
- package/dist/globuscomponents/p-deaf3331.entry.js +2 -0
- package/dist/globuscomponents/p-deaf3331.entry.js.map +1 -0
- package/dist/globuscomponents/{p-94b09042.entry.js → p-dfc26073.entry.js} +2 -2
- package/dist/globuscomponents/{p-f00365a3.entry.js → p-e9906bb1.entry.js} +2 -2
- package/dist/globuscomponents/p-f2ffd32d.entry.js +2 -0
- package/dist/globuscomponents/{p-07106ba3.entry.js → p-f5be77fd.entry.js} +2 -2
- package/dist/globuscomponents/{p-d8429943.entry.js → p-fd3c341a.entry.js} +2 -2
- package/dist/globuscomponents/{p-1cc15bcb.entry.js → p-ff6ca3b0.entry.js} +2 -2
- package/dist/types/components/gb-action-panel/gb-action-panel.d.ts +2 -1
- package/dist/types/components/gb-button-group/gb-button-group.d.ts +1 -2
- package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +5 -2
- package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +3 -0
- package/dist/types/components/gb-input-field/gb-input-field.d.ts +3 -0
- package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +4 -31
- package/dist/types/components.d.ts +18 -68
- package/dist/types/models/reusableModels.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel.cjs.entry.js +0 -121
- package/dist/cjs/gb-action-panel.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-action-panel.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-avatar_22.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-button-close.cjs.entry.js +0 -20
- package/dist/cjs/gb-button-close.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-button-close.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-empty-state.cjs.entry.js +0 -49
- package/dist/cjs/gb-empty-state.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-empty-state.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +0 -34
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-stepper-horizontal-icons-centered.entry.cjs.js.map +0 -1
- package/dist/components/p-2fWwpTIZ.js.map +0 -1
- package/dist/components/p-BSyfzxCF.js.map +0 -1
- package/dist/components/p-Bny8MvzU.js.map +0 -1
- package/dist/components/p-CyVM9ZUN.js.map +0 -1
- package/dist/components/p-hd9hzkHe.js.map +0 -1
- package/dist/esm/gb-action-panel.entry.js +0 -119
- package/dist/esm/gb-action-panel.entry.js.map +0 -1
- package/dist/esm/gb-avatar_22.entry.js.map +0 -1
- package/dist/esm/gb-button-close.entry.js +0 -18
- package/dist/esm/gb-button-close.entry.js.map +0 -1
- package/dist/esm/gb-empty-state.entry.js +0 -47
- package/dist/esm/gb-empty-state.entry.js.map +0 -1
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +0 -32
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js.map +0 -1
- package/dist/globuscomponents/gb-action-panel.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-button-close.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-empty-state.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-stepper-horizontal-icons-centered.entry.esm.js.map +0 -1
- package/dist/globuscomponents/p-0fab63c2.entry.js +0 -2
- package/dist/globuscomponents/p-163b09b1.entry.js +0 -2
- package/dist/globuscomponents/p-163b09b1.entry.js.map +0 -1
- package/dist/globuscomponents/p-25006cba.entry.js.map +0 -1
- package/dist/globuscomponents/p-5a07906a.entry.js.map +0 -1
- package/dist/globuscomponents/p-7d62171a.entry.js +0 -2
- package/dist/globuscomponents/p-85ae2dac.entry.js +0 -2
- package/dist/globuscomponents/p-8b05028f.entry.js +0 -2
- package/dist/globuscomponents/p-8b05028f.entry.js.map +0 -1
- package/dist/globuscomponents/p-8f79c081.entry.js +0 -2
- package/dist/globuscomponents/p-8f79c081.entry.js.map +0 -1
- package/dist/globuscomponents/p-97bc1e88.entry.js +0 -2
- package/dist/globuscomponents/p-97bc1e88.entry.js.map +0 -1
- package/dist/globuscomponents/p-a5151a5d.entry.js +0 -2
- package/dist/globuscomponents/p-a5151a5d.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-518caaa9.entry.js.map → p-076b2990.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-61596c17.entry.js.map → p-0f9d4e7e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-fd6ae061.entry.js.map → p-10d004f1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e9ca342d.entry.js.map → p-13931c9e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a66c3127.entry.js.map → p-169b0a11.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bee5141c.entry.js.map → p-16e1585a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-96cbd5e7.entry.js.map → p-1969edef.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-12983581.entry.js.map → p-2740606c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-653c5adc.entry.js.map → p-3219448a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c9a6c666.entry.js.map → p-3e9900ec.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e453561e.entry.js.map → p-407b9855.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4f81d591.entry.js.map → p-42d9722c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-85ae2dac.entry.js.map → p-42fddad8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-742e4cda.entry.js.map → p-4d4af2d9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9c05ca59.entry.js.map → p-4de82941.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f5caead1.entry.js.map → p-5143434a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6f7e87e5.entry.js.map → p-57568e2c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-aaf9bd86.entry.js.map → p-580cbd27.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c914b51c.entry.js.map → p-59612d47.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-239e2791.entry.js.map → p-5fca858d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-06c1f98a.entry.js.map → p-6ca2332d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e01d6201.entry.js.map → p-74123b88.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c7ed2194.entry.js.map → p-8266edb6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a3395a1b.entry.js.map → p-8878060f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-cabc2976.entry.js.map → p-89c15710.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2b4b8d1c.entry.js.map → p-8a2b3ed8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-96dc6fcd.entry.js.map → p-91a91883.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0804c201.entry.js.map → p-9391c24d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7a40ef38.entry.js.map → p-9bd13c9c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3cc0ea9e.entry.js.map → p-a60c8538.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dbd605b9.entry.js.map → p-a8dee555.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7cf4d95d.entry.js.map → p-b33a6bc8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7eeacf16.entry.js.map → p-ba3f9eb1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-25536e7a.entry.js.map → p-c543e806.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5a30be16.entry.js.map → p-d71071c8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8aa75444.entry.js.map → p-da9094b4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-51edb6f1.entry.js.map → p-dbdf608e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-94b09042.entry.js.map → p-dfc26073.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f00365a3.entry.js.map → p-e9906bb1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7d62171a.entry.js.map → p-f2ffd32d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-07106ba3.entry.js.map → p-f5be77fd.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d8429943.entry.js.map → p-fd3c341a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1cc15bcb.entry.js.map → p-ff6ca3b0.entry.js.map} +0 -0
|
@@ -190,21 +190,21 @@ export class GbFileUpload {
|
|
|
190
190
|
this.uploadStateChange.emit(this.fileStates);
|
|
191
191
|
}
|
|
192
192
|
render() {
|
|
193
|
-
return (h("div", { key: '
|
|
194
|
-
h("div", { key: '
|
|
195
|
-
h("gb-button", { key: '
|
|
193
|
+
return (h("div", { key: '8d0d0f3a03baf0c06354aba539456fc521d8082c', class: "file_upload_div" }, this.showLabel && h("p", { key: 'd70dd81c4ea8ef0ea468d795176f00dc48d2e0fd', class: "upload_text text-sm-semi-bold" }, "File Upload"), this.type === 'single' && (h(Fragment, null, this.state === 'default' && !this.destructive && this.fileStates.length === 0 && (h("div", { key: 'add4bfa50b8749319a5134eb0cd2cc166df05bf9', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, this.heightSize === 'md' && [
|
|
194
|
+
h("div", { key: '957e447ab591cc45cb0dc27459a2c6814cca23e0', class: `default ${this.heightSize}` }, h("div", { key: '5e66b77a3a2f1800d8d6f184e562096f0f8e071b', class: "file_upload_icon" }, h("svg", { key: 'bfdb190ba3a2eed46a09b20b370703286fa84b2d', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '9af92b331fe496972fff86869b6df0cd9c60a6ae', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '55be85ec6dbf6690c830fb7f9f7129267a86879c', class: "default_content" }, h("p", { key: '5ad8f8815f7c9f05c16a1aa65c7acce951c5b11e', class: "upload_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: 'b8c17119708affc7537b579b99022c04290bf1d0', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
|
|
195
|
+
h("gb-button", { key: 'ca1e5a2bc751e0617053935ce7533402a5824160', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", "icon-leading": true, onClick: () => this.openFilePicker() }, h("p", { key: 'f8bffc7b17603dc46aa3584d7ed7aa418ee34bd0' }, "Upload")),
|
|
196
196
|
], this.heightSize === 'lg' && [
|
|
197
|
-
h("div", { key: '
|
|
198
|
-
])), this.state === 'in_progress' && (h("gb-file-upload-item-base", { key: '
|
|
199
|
-
h("div", { key: '
|
|
200
|
-
h("gb-button", { key: '
|
|
197
|
+
h("div", { key: '28002c98b5cfd5840ec7b361a3f3b146f96693c5', class: `default ${this.heightSize}` }, h("div", { key: '0b4b31e15a7b7122d3312abb1b358093c956eecd', class: "file_upload_icon" }, h("svg", { key: '0563f7caacca847e54cc32d9ea932db7ec7bd8f4', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '3e383c7bcce3b2a8c6b49f227dc09a22b2e87c7c', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: 'cf4f34914ffad7215d0d21dafa5120c990df64c5', class: "default_content" }, h("p", { key: 'a9d9fa27b2fddd7a14b667a99d98aae10d5cb65e', class: `upload_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: 'ff42e830f8a81d1d697f4ffc16f9489558a16880', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.openFilePicker() }, h("p", { key: '67bb8fd77741f616923a7f674717c531593816fc' }, "Click to upload")), "or drag and drop"), h("p", { key: 'cbe054f93f5b224b50ef482d7c83bab198725168', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
|
|
198
|
+
])), this.state === 'in_progress' && (h("gb-file-upload-item-base", { key: '5527815f76f413f961bcd690ec5a60d644b07512', progress: this.progress, "file-type": this.fileType, icon: this.icon, "height-size": this.heightSize, state: "in_progress" })), this.state === 'complete' && (h("gb-file-upload-item-base", { key: '9beb239c08edf295dd45d369ecb767d09900f767', progress: this.progress, "file-type": this.fileType, icon: this.icon, "height-size": this.heightSize, state: "complete" })), this.state === 'disabled' && (h("div", { key: '38054bb1cb00d4236f1bb9c1dd1c93aa4f85610c', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, h("div", { key: '7787b9d3252e33ca3e8098a3801d74f66a72a96c', class: `disabled ${this.state}` }, this.heightSize === 'md' && [
|
|
199
|
+
h("div", { key: 'dfb17114d75cc96b0f2be9f3a5434dd1f169ffe7', class: `default ${this.heightSize}` }, h("div", { key: '1bb463637ddfda96d0ae90728ed6939393c38126', class: "file_upload_icon" }, h("svg", { key: 'ea0659f6bdbe6cea513430f866ad6b33791d739d', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '484b46aea51d5699fc50843f332292411623fa50', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '68c6badb8e0503aab5d164a5a5697bd2db1301aa', class: "default_content" }, h("p", { key: '9614570f656dec933980473db7b2ea682007238c', class: "disabled_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: '6c1250783d1afdf31255ca52aa79eb62fa9bd4cd', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
|
|
200
|
+
h("gb-button", { key: '90c58f96434ba4c5cd908e4ac9998de36b353890', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", state: "disabled" }, h("p", { key: 'c0119198f424bbeca46eff5114cfdc90a40e4954' }, "Upload")),
|
|
201
201
|
], this.heightSize === 'lg' && [
|
|
202
|
-
h("div", { key: '
|
|
203
|
-
]))), this.destructive && (h("gb-file-upload-item-base", { key: '
|
|
204
|
-
h("div", { key: '
|
|
205
|
-
h("gb-button", { key: '
|
|
202
|
+
h("div", { key: 'a6a327cbac651807669d950c765a15aa318ee1de', class: `default ${this.heightSize}` }, h("div", { key: 'd814d02d6e1604b767db67aef09a392e60eab794', class: "file_upload_icon" }, h("svg", { key: 'd3bb3a9769ff4f4cc98f09888eda47913ff56a08', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'cb16d1344fcd9efde87ae28a7d7a56371c6bd39a', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '3a42b52933ab911259b962c90cc49b92b116185b', class: "default_content" }, h("p", { key: 'ea93ae36ed2439af17268104b9ef2f61b78411da', class: `disabled_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: '3722e55b48f3e9216296f676d627c4b6ee7d9451', size: "sm", hierarchy: "link_color", icon: "default", state: "disabled" }, h("p", { key: '3e713949b4204b87be97f428b1d6edfbcc85055b' }, "Click to upload")), "or drag and drop"), h("p", { key: '92bdcf74388e13ad740ecd4f03084458b92c7ba9', class: "disabled_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
|
|
203
|
+
]))), this.destructive && (h("gb-file-upload-item-base", { key: '810b99601b1f4478b5b0057b827365e7227dc42f', progress: this.progress, "file-type": this.fileType, icon: this.icon, state: "error", "height-size": this.heightSize })), this.fileStates.map(file => (h("gb-file-upload-item-base", { progress: file.progress, "file-type": file.extension, icon: this.icon, "height-size": this.heightSize, state: file.state }))))), this.type === 'multiple' && (h("div", { key: '989f0eaaba59e90e1713d43594057948352da0d0', class: "multiple_upload_div" }, h("div", { key: 'c7ca0ff3066d78adbd8d5fb21a316acf7266c043', class: `file_upload_item_base_container ${this.state} ${this.heightSize} ${this.isDragging ? 'hover' : ''}`, onDragOver: event => this.handleDragOver(event), onDragLeave: () => this.handleDragLeave(), onDrop: event => this.handleDrop(event) }, this.heightSize === 'md' && [
|
|
204
|
+
h("div", { key: '3fe8bdd7ad126f83641b21051b04a522605b72bc', class: `default ${this.heightSize}` }, h("div", { key: '35d0032f5d6a1d1e1e00eea66f41a58cca37a0ab', class: "file_upload_icon" }, h("svg", { key: '9cb2f74a278bb78bf71c2308406807513e1b3269', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: 'e637a7994c767f8992192e5b0787d05dc3adeab4', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: 'd16457a321e8a1a6ae90405fc1c737a60079672b', class: "default_content" }, h("p", { key: 'cf8247a3b5dcbf621823bd0cc1f433ed244169e2', class: "upload_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: 'a5e6597c6ce393d77d93b1ffe94671be0d3a4bd1', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
|
|
205
|
+
h("gb-button", { key: '2c28057c6ebfddd7892705aa374ba507a7fa2725', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", "icon-leading": true, onClick: () => this.openFilePicker() }, h("p", { key: '5c28e79cbf315a956c9c655742feff52965b2c59' }, "Upload")),
|
|
206
206
|
], this.heightSize === 'lg' && [
|
|
207
|
-
h("div", { key: '
|
|
207
|
+
h("div", { key: '5a84041fbe7cd993df6810ecc67bca92576ca29f', class: `default ${this.heightSize}` }, h("div", { key: '78e91df846652d2aac333d06dfa0e0983b76845a', class: "file_upload_icon" }, h("svg", { key: 'cf70bd8b1e9dc5467d1420ed0ad5398287c5d468', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '1277f5baf4c747df315b38e28522729d60e0293e', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '5ab104a4083e65a0246c8b846d8ff26cc21f580a', class: "default_content" }, h("p", { key: 'e3d96bf1bcd6def91b55c750fabf3c185d612d12', class: `upload_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: '3c15e94b57752c46a15853a82526e1d31a10559c', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.openFilePicker() }, h("p", { key: '152835c28b58472da2cfa73c9df1d5a5d3ed1234' }, "Click to upload")), "or drag and drop"), h("p", { key: '7610615930af8151212b0a134cc239f14d2b0b27', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
|
|
208
208
|
]), this.fileStates.map((file, index) => (h("gb-file-upload-item-base", { progress: file.progress, "file-type": file.extension, icon: this.icon, "height-size": "md", state: file.state, "file-name": file.name, "file-size": (file.size / 1024).toFixed(2), onCancelUpload: () => this.handleCancelUpload(index), onDeleteFileUpload: () => this.handleDeleteFileUpload(index) })))))));
|
|
209
209
|
}
|
|
210
210
|
static get is() { return "gb-file-upload"; }
|
|
@@ -42,12 +42,12 @@ export class GbFileUploadItemBase {
|
|
|
42
42
|
return `${size} ${sizes[i]}`;
|
|
43
43
|
}
|
|
44
44
|
render() {
|
|
45
|
-
return (h("div", { key: '
|
|
46
|
-
h("div", { key: '
|
|
47
|
-
h("gb-button", { key: '
|
|
45
|
+
return (h("div", { key: 'd0f1e1ef0b65ac664f198dfe483d230193e6f5d8', class: "overall_container" }, this.showLabel && h("p", { key: '95e0c99626e36a1da2e7f2080fc6a0aeb8a3d7e0', class: "label_text text-sm-semi-bold" }, this.label), h("div", { key: 'cc1c6aacb4e35928a5979d7c531f55026de888f5', class: `file_upload_item_base_container ${this.state} ${this.heightSize}` }, this.state === 'default' && (h(Fragment, null, this.heightSize === 'md' && [
|
|
46
|
+
h("div", { key: '3fa985d3afaeee441116f148c15d76cd138e4658', class: `default ${this.heightSize}` }, h("div", { key: '64f0690caddaa482a6ceb4bcbdb9703ec27cd99a', class: "file_upload_icon" }, h("svg", { key: '8abd8db00129b44227c9340550ea9d22a6b31edb', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '2feaea9c60bf47b1fca190173a681cd2be888fcd', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '60fcb423a82d2a69ccfa1ca72958346be0e8ad59', class: "default_content" }, h("p", { key: '63930c3b1b3b4ec82cc722a1f868f24259747400', class: "upload_text text-sm-semi-bold" }, "Tap to upload"), h("p", { key: '71d3a56fb04469293c8eba3b8a23f92bc634084a', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
|
|
47
|
+
h("gb-button", { key: '0b5210a0926393f55bd019cd99c8fa2d4841d2e8', size: "sm", hierarchy: "link_color", icon: "default", class: "upload_btn_md", "icon-leading": true, onClick: () => this.onUploadButtonClicked() }, h("p", { key: '58041f151c878b5af14cbc2ea9b34e7206dc431c' }, "Upload")),
|
|
48
48
|
], this.heightSize === 'lg' && [
|
|
49
|
-
h("div", { key: '
|
|
50
|
-
])), this.state === 'in_progress' && (h("div", { key: '
|
|
49
|
+
h("div", { key: '739d07ad4fc76e696a4e313e443b867ce70f1e31', class: `default ${this.heightSize}` }, h("div", { key: '2c2195660189fbfc8561264625f7435306d78968', class: "file_upload_icon" }, h("svg", { key: 'ef82b4148de5fb28dd4867d292898696241fa095', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, h("path", { key: '90b71241287d0d3afe05e72493deeb5557289005', d: "M17.5 9.01101V8.261L17.4981 8.26101L17.5 9.01101ZM9.54945 9.61023C9.8804 9.85933 10.3506 9.79298 10.5997 9.46204C10.8488 9.1311 10.7825 8.66088 10.4515 8.41178L9.54945 9.61023ZM15.6641 11.5394C15.4006 11.8591 15.4462 12.3317 15.7658 12.5952C16.0854 12.8587 16.5581 12.8132 16.8216 12.4936L15.6641 11.5394ZM17.9174 17.2546C17.5057 17.3002 17.209 17.6709 17.2546 18.0826C17.3002 18.4943 17.6709 18.791 18.0826 18.7454L17.9174 17.2546ZM5.85054 18.6623C6.25644 18.7448 6.65241 18.4827 6.73496 18.0768C6.8175 17.6709 6.55537 17.2749 6.14946 17.1924L5.85054 18.6623ZM12 13V12.25V13ZM11.25 21C11.25 21.4142 11.5858 21.75 12 21.75C12.4142 21.75 12.75 21.4142 12.75 21H11.25ZM8.96219 14.9773C8.67349 15.2743 8.68023 15.7491 8.97726 16.0378C9.27428 16.3265 9.74911 16.3198 10.0378 16.0227L8.96219 14.9773ZM13.9622 16.0227C14.2509 16.3198 14.7257 16.3265 15.0227 16.0378C15.3198 15.7491 15.3265 15.2743 15.0378 14.9773L13.9622 16.0227ZM12 3.75C14.6221 3.75 16.75 5.87987 16.75 8.51009H18.25C18.25 5.05403 15.4531 2.25 12 2.25V3.75ZM17.5 9.76101C19.5698 9.76101 21.25 11.4423 21.25 13.5193H22.75C22.75 10.6165 20.4008 8.26101 17.5 8.26101V9.76101ZM17.4794 9.76106L17.5019 9.761L17.4981 8.26101L17.4757 8.26106L17.4794 9.76106ZM16.75 8.51009C16.75 8.6565 16.7434 8.80117 16.7306 8.94386L18.2246 9.07826C18.2414 8.89095 18.25 8.70143 18.25 8.51009H16.75ZM2.75 13.0183C2.75 10.8031 4.43748 8.98389 6.5916 8.77853L6.44924 7.2853C3.53048 7.56356 1.25 10.0247 1.25 13.0183H2.75ZM6.5916 8.77853C6.72581 8.76574 6.86203 8.75917 7 8.75917V7.25917C6.81443 7.25917 6.6307 7.268 6.44924 7.2853L6.5916 8.77853ZM7.26768 8.09603C7.47668 5.66023 9.51709 3.75 12 3.75V2.25C8.72939 2.25 6.04797 4.76511 5.77317 7.9678L7.26768 8.09603ZM7 8.75917C7.95746 8.75917 8.83914 9.07557 9.54945 9.61023L10.4515 8.41178C9.49035 7.68831 8.29419 7.25917 7 7.25917V8.75917ZM16.7306 8.94386C16.6423 9.92517 16.2569 10.8203 15.6641 11.5394L16.8216 12.4936C17.6003 11.5489 18.1084 10.37 18.2246 9.07826L16.7306 8.94386ZM21.25 13.5193C21.25 15.4544 19.7906 17.0471 17.9174 17.2546L18.0826 18.7454C20.7093 18.4545 22.75 16.2252 22.75 13.5193H21.25ZM6.14946 17.1924C4.21067 16.7981 2.75 15.079 2.75 13.0183H1.25C1.25 15.8044 3.22485 18.1283 5.85054 18.6623L6.14946 17.1924ZM11.25 13V21H12.75V13H11.25ZM12 12.25C11.7417 12.25 11.5193 12.339 11.3578 12.4254C11.1904 12.515 11.0348 12.631 10.8968 12.7485C10.6213 12.9832 10.3457 13.285 10.0995 13.5755C9.85056 13.8693 9.60952 14.1784 9.40971 14.4328C9.19651 14.7042 9.05089 14.886 8.96219 14.9773L10.0378 16.0227C10.1949 15.8612 10.3971 15.604 10.5893 15.3593C10.7949 15.0975 11.0169 14.8132 11.2439 14.5452C11.4738 14.274 11.6873 14.0456 11.8694 13.8905C11.9601 13.8132 12.0255 13.7694 12.0656 13.7479C12.1116 13.7233 12.0832 13.75 12 13.75V12.25ZM15.0378 14.9773C14.9491 14.886 14.8035 14.7042 14.5903 14.4328C14.3905 14.1784 14.1494 13.8693 13.9005 13.5755C13.6543 13.285 13.3787 12.9832 13.1032 12.7485C12.9652 12.631 12.8096 12.515 12.6422 12.4254C12.4807 12.339 12.2583 12.25 12 12.25V13.75C11.9168 13.75 11.8884 13.7233 11.9344 13.7479C11.9745 13.7694 12.0399 13.8132 12.1306 13.8905C12.3127 14.0456 12.5262 14.274 12.7561 14.5452C12.9831 14.8132 13.2051 15.0975 13.4107 15.3593C13.6029 15.604 13.8051 15.8612 13.9622 16.0227L15.0378 14.9773Z", fill: "#4B5565" }))), h("div", { key: '6a117e4f709a8335b7dbc5d845d05989700cc849', class: "default_content" }, h("p", { key: '10f7b1fb34f7a4b336968418706ca690f6a776a7', class: `upload_text text-sm-regular ${this.heightSize}` }, h("gb-button", { key: '35c5fca9f524e5ddff5034ac5458567bf5509a1d', size: "sm", hierarchy: "link_color", icon: "default", onClick: () => this.onUploadButtonClicked() }, h("p", { key: '87f5ad1498ea78410535179dec5317daca75ebed' }, "Click to upload")), "or drag and drop"), h("p", { key: '2ce8f24ea51c77c1a04ef1054b61d4f50ec264a7', class: "file_type_text text-xs-regular" }, "SVG, PNG, JPG or GIF (max. 800x400px)"))),
|
|
50
|
+
])), this.state === 'in_progress' && (h("div", { key: 'd42cb3ee33a2431b4976a9c22bd1f77d3420919a', class: `in_progress_div ${this.heightSize}` }, h("div", { key: 'e85a22b4f516710a466f3cf449cdc9540e77e14f', class: "file_icon" }, h("gb-file-type-icon", { key: 'dd4927a50568edde063a0c5936b350c7f98f237a', "file-style": this.icon === 'outline' ? 'default' : this.icon === 'solid' ? 'solid' : null, "file-type": this.fileType })), h("div", { key: 'c6e7072342dc9317f5f399de831b48ee7f900218', class: "in_progress_content" }, this.heightSize === 'md' && (h(Fragment, null, h("p", { key: '0520a897c117e2d233f9fac5f66beb0fbdcf42a1', class: `file_type_text ${this.state} text-sm-medium` }, this.fileName, ".", this.fileType), h("p", { key: '672d2d42734e399d88952605b0dd1cc4a350beed', class: `file_size_text ${this.state} text-sm-regular` }, this.getReadableFileSize()), h("gb-progress-bar", { key: '113501830587e0b91f9206c893e24149b9a9c5e8', progress: this.internalProgress, "show-label": true, "label-position": "right", class: "progress_bar" }), h("gb-button-close", { key: '8d16ba847c4f02e962b0d93bb7be78767a0018b7', size: "sm", color: "gray", class: "close_button", onClick: () => this.onCancelButtonClicked() }))), this.heightSize === 'lg' && (h(Fragment, null, h("p", { key: '5267a9fb5b9bd23ee3e6629095498b864eae60ab', class: `file_type_text ${this.state} text-sm-medium` }, this.fileName, ".", this.fileType), h("p", { key: 'd6c90218f4438238d214ea4bf633bae1eb17f217', class: `file_size_text ${this.state} text-sm-regular` }, this.getReadableFileSize()), h("gb-progress-bar", { key: 'f897ca7c987cbbee1fa9e337a5aa3b3c37bbb90a', progress: this.internalProgress, "show-label": true, "label-position": "right", class: "progress_bar" }), h("gb-button-close", { key: '50233e7e5e83a1fb9c0c4668c53215dd7d7f14f0', size: "sm", color: "gray", class: "close_button", onClick: () => this.onCancelButtonClicked() })))))), this.state === 'complete' && (h("div", { key: '907e116cd25b899e8031f9161eaab15736196a83', class: `complete ${this.heightSize}` }, h("div", { key: '3c7eb590cdf8ae3f5b0fc9ede0f5614e0ef8e5ce', class: "file_icon" }, h("gb-file-type-icon", { key: '550ba063459c410c3136399f11088243f8f7e685', "file-style": this.icon === 'outline' ? 'default' : this.icon === 'solid' ? 'solid' : null, "file-type": this.fileType })), h("div", { key: 'f5e2789abc1fa151e4f7df8d7f9c93b9b1592dae', class: `complete_content ${this.heightSize}` }, this.heightSize === 'md' && (h(Fragment, null, h("p", { key: 'ac1540f1152a65a13d75124d38bca942c06ee139', class: `file_type_text ${this.state} text-sm-medium` }, this.fileName, ".", this.fileType), h("p", { key: '6c74a01d575ffa52562390ad756e443cf1e8c6a8', class: `file_size_text ${this.state} text-sm-regular` }, `${this.getReadableFileSize()}`, " \u2013 ", `${this.internalProgress}`, "% uploaded"), h("gb-button", { key: '37c0802c9c93d7e9fbcdf5f05f484e9577113def', size: "sm", hierarchy: "tertiary_gray", icon: "only", "icon-leading": true, "icon-leading-swap": "assets/delete-02.svg", class: "delete_button", onClick: () => this.onDeleteFileUploadClicked() }))), this.heightSize === 'lg' && (h(Fragment, null, h("p", { key: 'b3418f4cd780a97849bfce195ce82c2060d0ee9d', class: `file_type_text ${this.state} text-sm-medium` }, this.fileName, ".", this.fileType), h("p", { key: '9b2753dbb0e6c7b454e0659195c09bffbd9101e0', class: `file_size_text ${this.state} text-sm-regular` }, this.getReadableFileSize(), " \u2013 ", `${this.internalProgress}`, " % uploaded"), h("gb-button", { key: '37d99d4d98b98dcc2ab7520f911bb463aedbbf66', size: "sm", hierarchy: "tertiary_gray", icon: "default", "icon-leading": true, "icon-leading-swap": "assets/delete-02.svg", onClick: () => this.onDeleteFileUploadClicked() }, h("p", { key: '66b7e9b0e8322da2286a5eebbd7867c83b145c33' }, "Clear"))))))), this.state === 'error' && (h("div", { key: '800ac6e7004a4aeaa08119646e1b3e3802c1871b', class: `error ${this.heightSize}` }, h("div", { key: '416ddf8c6d80d672deb31a70c0d5fbe951a109b9', class: "file_icon" }, h("gb-file-type-icon", { key: '2d135d2c56c9050c510ecb535da6fea3c9cbcc71', "file-style": this.icon === 'outline' ? 'default' : this.icon === 'solid' ? 'solid' : null, "file-type": this.fileType })), h("div", { key: '776af014c9f4870a287faf7d1c8dd919f881796e', class: "error_content" }, this.heightSize === 'md' && (h(Fragment, null, h("div", { key: 'fa772564730e2c90d291d5c0578f47e173c19ff4', class: "error_content_text" }, h("p", { key: 'c2d69e7a18d17f772cac54a28c1a126ab4f42cb9', class: `file_type_text ${this.state} text-sm-medium` }, this.fileName, ".", this.fileType), h("p", { key: '021cf343e78737387fe9fe905d15748d31682086', class: `file_size_text ${this.state} text-sm-regular` }, "Upload failed, please try again")), h("div", { key: '6b2dae6e153d80c605e22514d99e7a5ad42afe7b', class: "try_again_btn" }, h("gb-button", { key: 'e0484429e4785fa0bbeca1b5389cd6dbcbb3be99', size: "sm", hierarchy: "link_color", icon: "default", destructive: true, onClick: () => this.onTryAgainClicked() }, h("p", { key: 'c085626a8dd9e76f7d69b61774aba689e6370bf1' }, "Try again"))), h("gb-button", { key: '0ac5129ea1db0225e9925f970d08a577af4ea0ab', size: "sm", hierarchy: "tertiary_gray", icon: "only", destructive: true, "icon-leading": true, "icon-leading-swap": "assets/delete-02.svg", class: "delete_button", onClick: () => this.onDeleteFileUploadClicked() }))), this.heightSize === 'lg' && (h(Fragment, null, h("p", { key: '56874f0b914639f79fa909f2e49fe3f322884d77', class: `file_type_text ${this.state} text-sm-medium` }, this.fileName, ".", this.fileType), h("p", { key: '1bce729a37cc3d8a640c042b94481974b7f946eb', class: `file_size_text ${this.state} text-sm-regular` }, this.getReadableFileSize(), " \u2013 ", `${this.internalProgress}`, "% uploaded"), h("div", { key: '8651fb905bdc6c26fe9cd617095f216337fb1a4e', class: "btns" }, h("gb-button", { key: '4e5fc78ac5d93652565156a705bda611330f3405', size: "sm", hierarchy: "tertiary_gray", icon: "default", destructive: true, "icon-leading": true, "icon-leading-swap": "assets/delete-02.svg", onClick: () => this.onDeleteFileUploadClicked() }, h("p", { key: 'a72a8358e5aa3eeafb02a9cc0839943fde2d17e0' }, "Clear")), h("div", { key: '797f144febe3cc9aa2346b97bd5edf75577d5a6e', class: "btn" }, h("gb-button", { key: '8501091708f5b8fd6f35e1eaa28d4d5e73b962e2', size: "sm", hierarchy: "link_color", icon: StateEnum.Default, destructive: true, class: "btn", onClick: () => this.onTryAgainClicked() }, h("p", { key: 'ace65c8ebaf4c7a0e1edcde3cc4d419aa9e8d197' }, "Try again"))))))))))));
|
|
51
51
|
}
|
|
52
52
|
static get is() { return "gb-file-upload-item-base"; }
|
|
53
53
|
static get encapsulation() { return "shadow"; }
|
|
@@ -10,7 +10,7 @@ export class GbFilterButton {
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
|
-
return (h("div", { key: '
|
|
13
|
+
return (h("div", { key: 'b8700777612a5244da5edd24925ba248c6e35e5d', class: `filter_button_div` }, h("gb-button", { key: 'd8f9f62a134f40584f47545e819af2a83d726513', size: "md", state: "default", hierarchy: "secondary_gray", icon: this.iconOnly ? 'only' : 'default', "icon-leading": true, "icon-leading-swap": "assets/filter-horizontal-stroke.svg" }, h("p", { key: '31f8332989d8eb6687d09e7e0b3272331958367a' }, "Filter")), this.state === 'applied' && (h("gb-badge", { key: '0342d78bcb05dc4dc5a713cc6bb89043374fa73f', size: "sm", type: "pill_color", color: "error", icon: "false", class: `badge ${this.state}` }, h("slot", { key: '34f6b08c7ff954e0a92a62269978abd6b772b9cb', name: "filter_count" })))));
|
|
14
14
|
}
|
|
15
15
|
static get is() { return "gb-filter-button"; }
|
|
16
16
|
static get encapsulation() { return "shadow"; }
|
|
@@ -48,7 +48,7 @@ export class GbHeader {
|
|
|
48
48
|
const notificationIconSrc = getAssetPath(`assets/notification-03.svg`);
|
|
49
49
|
const logo = getAssetPath(`assets/globus_bank_logo_blue.svg`);
|
|
50
50
|
const iconLogo = getAssetPath(`assets/globus_bank_logo_white.svg`);
|
|
51
|
-
return (h("div", { key: '
|
|
51
|
+
return (h("div", { key: '0e5e76302d1dd784f551697349c3187ae3f3052f', class: `header_div` }, h("div", { key: 'e3b25ecbd2cf82d92ddae6db23805bbaa433b748', class: "content" }, this.showLogo && (h(Fragment, null, h("div", { key: '4076248d8ede479c6a27bc87693bac93078e36d6', class: "logo", onClick: () => this.onNavBarItemClicked('logo') }, h("img", { key: '96176abf4578c8ac7a840d93a7bf9342baa4a610', src: logo, alt: "" })), h("div", { key: '1a9a6973da0ea86d5145b73c990698d1903e6347', class: "icon_logo", onClick: () => this.onNavBarItemClicked('logo') }, h("img", { key: 'f1b3081c809b48df5a008dc02f9fb2dfccedf2ec', src: iconLogo, alt: "" })))), h("div", { key: '208cf1fa9f5482fa92e32674ca2419c995589b83', class: "inner_content" }, h("div", { key: 'e728359ab83be2e37686afae73498ba82f14ed30', class: `action` }, this.showHelp && h("gb-header-icon", { key: '9894ef87fe090509740307fd67938203cf1fdeb1', state: StateEnum.Default, icon: helpIconSrc, onClick: () => this.onNavBarItemClicked('help') }), this.showNotification && (h("gb-header-icon", { key: 'cb02ccf956044f06f5c725f27ce10323d2a959e7', state: this.state, icon: notificationIconSrc, "show-indicator": this.showIndicator, onClick: () => this.onNavBarItemClicked('notification') }))), h("gb-avatar", { key: '0368d461ef9b30a4de21a771b1d9c98a37293b7d', size: "md", text: this.text, placeholder: this.placeholder, color: this.color, "show-border": this.showBorder, onClick: () => this.onNavBarItemClicked('avatar') }, this.text ? h("slot", { slot: "initials", name: "initials" }) : h("slot", { name: "image", slot: "image" }))))));
|
|
52
52
|
}
|
|
53
53
|
static get is() { return "gb-header"; }
|
|
54
54
|
static get encapsulation() { return "shadow"; }
|
|
@@ -7,13 +7,13 @@ export class GbHeaderIcon {
|
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
9
|
return [
|
|
10
|
-
h("div", { key: '
|
|
10
|
+
h("div", { key: '13508575fb17f6aa2de061e53fc95ea13b7de103', class: `background ${this.state}` }, this.state === StateEnum.Default && [
|
|
11
11
|
// <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
|
|
12
12
|
// <path d="M3.72919 7.73286L4.47919 7.73293V7.73286H3.72919ZM16.2706 7.73286H15.5206V7.73293L16.2706 7.73286ZM16.3065 14.2952L16.5863 14.9911L16.3065 14.2952ZM3.6933 14.2952L3.97308 13.5994L3.97308 13.5994L3.6933 14.2952ZM16.8452 10.1617L16.2307 10.5916L16.2332 10.5951L16.8452 10.1617ZM17.8916 11.9951L17.1507 12.1115L17.1507 12.1115L17.8916 11.9951ZM3.15459 10.1617L3.76669 10.5951L3.76915 10.5916L3.15459 10.1617ZM2.10819 11.9951L1.36728 11.8786H1.36728L2.10819 11.9951ZM7.9616 16.909C7.63517 16.654 7.16384 16.7119 6.90886 17.0383C6.65388 17.3648 6.7118 17.8361 7.03824 18.0911L7.9616 16.909ZM12.9616 18.0911C13.288 17.8361 13.346 17.3648 13.091 17.0383C12.836 16.7119 12.3647 16.654 12.0382 16.909L12.9616 18.0911ZM16.0268 13.5994C12.4873 15.0225 7.51251 15.0225 3.97308 13.5994L3.41351 14.9911C7.31201 16.5586 12.6878 16.5586 16.5863 14.9911L16.0268 13.5994ZM17.0206 7.73286C17.0206 3.94514 13.8537 0.916687 9.99992 0.916687V2.41669C13.0726 2.41669 15.5206 4.82007 15.5206 7.73286H17.0206ZM4.47919 7.73286C4.47919 4.82007 6.92727 2.41669 9.99992 2.41669V0.916687C6.14612 0.916687 2.97919 3.94514 2.97919 7.73286H4.47919ZM3.97308 13.5994C3.14627 13.2669 2.75147 12.7326 2.84909 12.1115L1.36728 11.8786C1.11048 13.5125 2.30023 14.5434 3.41351 14.9911L3.97308 13.5994ZM16.5863 14.9911C17.6996 14.5434 18.8894 13.5125 18.6326 11.8786L17.1507 12.1115C17.2484 12.7326 16.8536 13.2669 16.0268 13.5994L16.5863 14.9911ZM17.4598 9.73179C17.0815 9.19099 17.0207 8.58744 17.0206 7.7328L15.5206 7.73293C15.5207 8.61212 15.5638 9.63826 16.2307 10.5916L17.4598 9.73179ZM3.76915 10.5916C4.43604 9.63825 4.47911 8.61212 4.47919 7.73293L2.97919 7.7328C2.97911 8.58744 2.91834 9.19099 2.54003 9.73179L3.76915 10.5916ZM2.54251 9.72827C2.45079 9.8578 2.35253 9.98608 2.23845 10.1379C2.12877 10.2839 2.00871 10.4463 1.89595 10.6178C1.67289 10.957 1.44576 11.3793 1.36728 11.8786L2.84909 12.1115C2.87952 11.9179 2.97611 11.7052 3.14928 11.4419C3.23464 11.3121 3.33082 11.1812 3.43773 11.0389C3.54024 10.9024 3.65891 10.7473 3.76668 10.5951L2.54251 9.72827ZM16.2332 10.5951C16.3409 10.7473 16.4596 10.9024 16.5621 11.0389C16.669 11.1812 16.7652 11.3121 16.8506 11.4419C17.0237 11.7052 17.1203 11.9179 17.1507 12.1115L18.6326 11.8786C18.5541 11.3793 18.327 10.957 18.1039 10.6178C17.9911 10.4463 17.8711 10.2839 17.7614 10.1379C17.6473 9.98608 17.5491 9.8578 17.4573 9.72827L16.2332 10.5951ZM9.99992 17.5834C9.20289 17.5834 8.49015 17.3218 7.9616 16.909L7.03824 18.0911C7.83658 18.7147 8.87606 19.0834 9.99992 19.0834V17.5834ZM12.0382 16.909C11.5097 17.3218 10.7969 17.5834 9.99992 17.5834V19.0834C11.1238 19.0834 12.1633 18.7147 12.9616 18.0911L12.0382 16.909Z" fill="#4B5565"/>
|
|
13
13
|
// </svg>,
|
|
14
|
-
h("img", { key: '
|
|
15
|
-
h(Fragment, null, this.showIndicator && (h("div", { key: '
|
|
16
|
-
], this.state === StateEnum.Disabled && (h("svg", { key: '
|
|
14
|
+
h("img", { key: '2c292751cc87d78b757b599efd009c28727a1b78', src: this.icon, alt: "", class: "icon" }),
|
|
15
|
+
h(Fragment, null, this.showIndicator && (h("div", { key: '5eb94f56fbaa9973c676435313b0b0e3b4b2e2c7', class: "red_dot" })))
|
|
16
|
+
], this.state === StateEnum.Disabled && (h("svg", { key: '1512ea59190629c94559263bba28fdde6ef005bf', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '926d47d4e8f6455624ff2128f16ebe63837d466f', d: "M3.72919 7.73286L4.47919 7.73293V7.73286H3.72919ZM16.2706 7.73286H15.5206V7.73293L16.2706 7.73286ZM16.3065 14.2952L16.5863 14.9911L16.3065 14.2952ZM3.6933 14.2952L3.97308 13.5994L3.97308 13.5994L3.6933 14.2952ZM16.8452 10.1617L16.2307 10.5916L16.2332 10.5951L16.8452 10.1617ZM17.8916 11.9951L17.1507 12.1115L17.1507 12.1115L17.8916 11.9951ZM3.15459 10.1617L3.76669 10.5951L3.76915 10.5916L3.15459 10.1617ZM2.10819 11.9951L1.36728 11.8786H1.36728L2.10819 11.9951ZM7.9616 16.909C7.63517 16.654 7.16384 16.7119 6.90886 17.0383C6.65388 17.3648 6.7118 17.8361 7.03824 18.0911L7.9616 16.909ZM12.9616 18.0911C13.288 17.8361 13.346 17.3648 13.091 17.0383C12.836 16.7119 12.3647 16.654 12.0382 16.909L12.9616 18.0911ZM16.0268 13.5994C12.4873 15.0225 7.51251 15.0225 3.97308 13.5994L3.41351 14.9911C7.31201 16.5586 12.6878 16.5586 16.5863 14.9911L16.0268 13.5994ZM17.0206 7.73286C17.0206 3.94514 13.8537 0.916687 9.99992 0.916687V2.41669C13.0726 2.41669 15.5206 4.82007 15.5206 7.73286H17.0206ZM4.47919 7.73286C4.47919 4.82007 6.92727 2.41669 9.99992 2.41669V0.916687C6.14612 0.916687 2.97919 3.94514 2.97919 7.73286H4.47919ZM3.97308 13.5994C3.14627 13.2669 2.75147 12.7326 2.84909 12.1115L1.36728 11.8786C1.11048 13.5125 2.30023 14.5434 3.41351 14.9911L3.97308 13.5994ZM16.5863 14.9911C17.6996 14.5434 18.8894 13.5125 18.6326 11.8786L17.1507 12.1115C17.2484 12.7326 16.8536 13.2669 16.0268 13.5994L16.5863 14.9911ZM17.4598 9.73179C17.0815 9.19099 17.0207 8.58744 17.0206 7.7328L15.5206 7.73293C15.5207 8.61212 15.5638 9.63826 16.2307 10.5916L17.4598 9.73179ZM3.76915 10.5916C4.43604 9.63825 4.47911 8.61212 4.47919 7.73293L2.97919 7.7328C2.97911 8.58744 2.91834 9.19099 2.54003 9.73179L3.76915 10.5916ZM2.54251 9.72827C2.45079 9.8578 2.35253 9.98608 2.23845 10.1379C2.12877 10.2839 2.00871 10.4463 1.89595 10.6178C1.67289 10.957 1.44576 11.3793 1.36728 11.8786L2.84909 12.1115C2.87952 11.9179 2.97611 11.7052 3.14928 11.4419C3.23464 11.3121 3.33082 11.1812 3.43773 11.0389C3.54024 10.9024 3.65891 10.7473 3.76668 10.5951L2.54251 9.72827ZM16.2332 10.5951C16.3409 10.7473 16.4596 10.9024 16.5621 11.0389C16.669 11.1812 16.7652 11.3121 16.8506 11.4419C17.0237 11.7052 17.1203 11.9179 17.1507 12.1115L18.6326 11.8786C18.5541 11.3793 18.327 10.957 18.1039 10.6178C17.9911 10.4463 17.8711 10.2839 17.7614 10.1379C17.6473 9.98608 17.5491 9.8578 17.4573 9.72827L16.2332 10.5951ZM9.99992 17.5834C9.20289 17.5834 8.49015 17.3218 7.9616 16.909L7.03824 18.0911C7.83658 18.7147 8.87606 19.0834 9.99992 19.0834V17.5834ZM12.0382 16.909C11.5097 17.3218 10.7969 17.5834 9.99992 17.5834V19.0834C11.1238 19.0834 12.1633 18.7147 12.9616 18.0911L12.0382 16.909Z", fill: "#CDD5DF" }))))
|
|
17
17
|
];
|
|
18
18
|
}
|
|
19
19
|
static get is() { return "gb-header-icon"; }
|
|
@@ -4,7 +4,7 @@ export class GbHelpDropdown {
|
|
|
4
4
|
this.helpItemClicked.emit(item);
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: '2b9401028ef68afc98ae0f0258842179811b38e3', class: "dropdown-container" }, h("div", { key: 'd2bc16276ce1482ffb0579f73641573e10a1c947', class: "user_guide" }, h("gb-dropdown-items-with-shortcut", { key: '770c8e4d63a384942ac12ce2cbf3451fc7282487', icon: true, iconSrc: "assets/book_open.svg", label: "Download user guide", onClick: () => this.onHelpItemClicked('download_user_guide') })), h("div", { key: '4746c62f209c037c18817d34e8e41408c968fdbc', class: "bug" }, h("gb-dropdown-items-with-shortcut", { key: 'a55e4e4ebd7bb9b5d8d081607bc4a7c240b77afa', icon: true, iconSrc: "assets/bug_02.svg", label: "Report a bug", onClick: () => this.onHelpItemClicked('report_a_bug') })), this.showLogError && (h("div", { key: 'e4ff4923bed0e9ecfd22c37fbc83cc5a3f227d16', class: "log_error" }, h("gb-dropdown-items-with-shortcut", { key: 'afb1063b98f465bf84f4c42110d56793827053a3', icon: true, iconSrc: "assets/alert_02.svg", label: "Log a profile error", onClick: () => this.onHelpItemClicked('log_a_profile_error') })))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-help-dropdown"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -16,7 +16,7 @@ export class GbHelpTooltip {
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
render() {
|
|
19
|
-
return (h("div", { key: '
|
|
19
|
+
return (h("div", { key: '98b2f97eb87920cbe645113cba94b7729eedb37b', class: `help_tooltip` }, h("svg", { key: '7f757a93f279b28780f38e7108d29b94c55b2aa9', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", onMouseEnter: () => (this.showHelpTooltip = true), onMouseLeave: () => (this.showHelpTooltip = false), class: "help_circle" }, h("path", { key: '9be08eb07e572213f7c2ffbdc9cddad447913af1', d: "M6.66659 6C6.66659 5.26362 7.26354 4.66666 7.99992 4.66666C8.7363 4.66666 9.33325 5.26362 9.33325 6C9.33325 6.26543 9.25569 6.51275 9.12199 6.72052C8.72352 7.33978 7.99992 7.93028 7.99992 8.66666V9M7.99458 11.3333H8.00057M14.6666 8C14.6666 11.6819 11.6818 14.6667 7.99992 14.6667C4.31802 14.6667 1.33325 11.6819 1.33325 8C1.33325 4.3181 4.31802 1.33333 7.99992 1.33333C11.6818 1.33333 14.6666 4.3181 14.6666 8Z", stroke: "#697586", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), this.showHelpTooltip && (h("gb-tooltip", { key: '9102bfcd73eaec72f7a12b1665b65c50d99f79f7', "show-arrow": true, arrow: "bottom_right", "show-supporting-text": this.showSupportingText, class: "tooltip" }, h("slot", { key: 'f745aad3b6db03966e9c1238e8a54489bf3633da', name: "label", slot: "label" }), h("slot", { key: '2c2c1f8c8143a60d4310ddc756348b93b601236e', name: "supporting_text", slot: "supporting_text" })))));
|
|
20
20
|
}
|
|
21
21
|
static get is() { return "gb-help-tooltip"; }
|
|
22
22
|
static get encapsulation() { return "shadow"; }
|
|
@@ -39,7 +39,7 @@ export class GbHorizontalTabs {
|
|
|
39
39
|
this.tabItemClicked.emit(index);
|
|
40
40
|
}
|
|
41
41
|
render() {
|
|
42
|
-
return (h("div", { key: '8c5341adcac88ff243482cae342a4721f74920c8', class: `horizontal_tab_div ${this.type} ${this.fullWidth ? 'full_width' : ''}` }, h("gb-tab-button-base", { key: 'a36ae7af57d194de2956a4af7444be57d7399f5c', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(0), current: this.internalActiveIndex === 0, "tab-name": this.firstTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '3b5475797ead703d2fde7623cd3936033c353677', slot: "count", name: "first_tab_count" })), h("gb-tab-button-base", { key: '40d67e2aa4cef21ebd60b3b88b45014afc87b3f4', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(1), current: this.internalActiveIndex === 1, "tab-name": this.secondTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '599e8c7bda62a982e027edccba042cc402d9c225', slot: "count", name: "second_tab_count" })), this.thirdTabName && (h("gb-tab-button-base", { key: 'd55bb07176b620e0d4aba05db193faa0fe435858', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(2), current: this.internalActiveIndex === 2, "tab-name": this.thirdTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '5641a8f8af0ea40707132e9229ea0767ca7ff63e', slot: "count", name: "third_tab_count" }))), this.fourthTabName && (h("gb-tab-button-base", { key: 'e44dbc6fdf7f90ba2183249775d7002931ccf7bf', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(3), current: this.internalActiveIndex === 3, "tab-name": this.fourthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '26e3b165da0602c521582ac91794fa4266a7ed6d', slot: "count", name: "fourth_tab_count" }))), this.fifthTabName && (h("gb-tab-button-base", { key: '11657e8267db11d9e5491c4b6e83c0b9b58b25a1', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(4), current: this.internalActiveIndex === 4, "tab-name": this.fifthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'c05edcacc907ad48c790975bbda511dc75ff7f5c', slot: "count", name: "fifth_tab_count" }))), this.sixthTabName && (h("gb-tab-button-base", { key: '87ff33341fb1e5122e5a1146758f6b5a5e0d01e0', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(5), current: this.internalActiveIndex === 5, "tab-name": this.sixthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'f4a0d9d19af720865ab9b2d82d7f3e97c1231fd6', slot: "count", name: "sixth_tab_count" }))), this.seventhTabName && (h("gb-tab-button-base", { key: 'd8418d0469cb3b6076e4dbd603812d5c1f3ba77c', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(6), current: this.internalActiveIndex === 6, "tab-name": this.seventhTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '1d0eb2d40747247c49844fd9b0110fe0096759be', slot: "count", name: "seventh_tab_count" }))), this.eighthTabName && (h("gb-tab-button-base", { key: 'deed50be15732f6268059ad258d5f8679d31c4cd', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(7), current: this.internalActiveIndex === 7, "tab-name": this.eighthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '56e8cf89087e32f3a6797044035b4ffdf189edfa', slot: "count", name: "eighth_tab_count" }))), this.ninthTabName && (h("gb-tab-button-base", { key: '532019ea0d8d3490bc69c98536225700beed41e6', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(8), current: this.internalActiveIndex === 8, "tab-name": this.ninthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '0b13b2e203f8b59e2dc7725e8d4882d1fc4cc6a2', slot: "count", name: "ninth_tab_count" }))), this.tenthTabName && (h("gb-tab-button-base", { key: '0d0966f639f03ecfbbaee9ba09ca721445eea7f0', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(9), current: this.internalActiveIndex === 9, "tab-name": this.tenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '58c2f76860617d9b3028d2a490940b842a128be2', slot: "count", name: "tenth_tab_count" }))), this.eleventhTabName && (h("gb-tab-button-base", { key: '3e97ea073718910e7ef94a5b2ddb021a8623fc5e', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(10), current: this.internalActiveIndex === 10, "tab-name": this.eleventhTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '47b411ea2492f9d8419a65a9bc8ac9f220c69181', slot: "count", name: "eleventh_tab_count" }))), this.twelfthTabName && (h("gb-tab-button-base", { key: '747787cfdd24520038fd4f4bf76580426c165cc5', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(11), current: this.internalActiveIndex === 11, "tab-name": this.twelfthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'a39d329e3b8867b39dc5b97c9a1449bebf86cd62', slot: "count", name: "twelfth_tab_count" }))), this.thirteenthTabName && (h("gb-tab-button-base", { key: '4375a2fdacb76a2da7a6576362ef50f350e749d5', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(12), current: this.internalActiveIndex === 12, "tab-name": this.thirteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '4f1f7a512b0c30d547e264751014fcb5fea98cf2', slot: "count", name: "thirteenth_tab_count" }))), this.fourteenthTabName && (h("gb-tab-button-base", { key: '7bdb1443006a0af2f066ad10a055334081236739', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(13), current: this.internalActiveIndex === 13, "tab-name": this.fourteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '66ef58484e12fe7f5d75893a6224b94f2129932d', slot: "count", name: "fourteenth_tab_count" }))), this.fifteenthTabName && (h("gb-tab-button-base", { key: 'c62e4a855dfdd31c9ccf7577ebb32ee763ad2308', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(14), current: this.internalActiveIndex === 14, "tab-name": this.fifteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '9198529f3795883babb08c9e8863253c944bb01b', slot: "count", name: "fifteenth_tab_count" }))), this.sixteenthTabName && (h("gb-tab-button-base", { key: 'b52be19b14975d15fa39d9d51876fdcdd740a6c4', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(15), current: this.internalActiveIndex === 15, "tab-name": this.sixteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'ced22696f48b95fe603e3d41108134b8bf0e2e02', slot: "count", name: "sixteenth_tab_count" }))), this.seventeenthTabName && (h("gb-tab-button-base", { key: 'e439635213495487a67c44ed986ad820813b66df', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(16), current: this.internalActiveIndex === 16, "tab-name": this.seventeenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '497a3084ba70ee436600d5b9080325e567363929', slot: "count", name: "seventeenth_tab_count" }))), this.eighteenthTabName && (h("gb-tab-button-base", { key: '0d6693154dc14a5cc0bf2ec392b83f4161b8d98e', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(17), current: this.internalActiveIndex === 17, "tab-name": this.eighteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '491814876d484b5289a9c62df8563b6f1e1da1c9', slot: "count", name: "eighteenth_tab_count" }))), this.nineteenthTabName && (h("gb-tab-button-base", { key: 'e831331f64ecc175f6c4e4dcf71d53e1c0b39c5a', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(18), current: this.internalActiveIndex === 18, "tab-name": this.nineteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'b3372a2b50201e9d7938f5123b91dcdae162d54f', slot: "count", name: "nineteenth_tab_count" }))), this.twentiethTabName && (h("gb-tab-button-base", { key: '5062cd08e7e05c073a1d9a24eab7f57f5cae932e', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(19), current: this.internalActiveIndex === 19, "tab-name": this.twentiethTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '8c18adeaa34cd249d5355325ad8490741e30c033', slot: "count", name: "twentieth_tab_count" })))));
|
|
42
|
+
return (h("div", { key: '5decf5595c2e30baa1805f8ced63bf10fda3a640', class: `horizontal_tab_div ${this.type} ${this.fullWidth ? 'full_width' : ''}` }, h("gb-tab-button-base", { key: 'cea292bc42239c3f5661b96870af5b0356b7ee92', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(0), current: this.internalActiveIndex === 0, "tab-name": this.firstTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '91744b149b526b0c363b3b9d8ab54aff5cee6f27', slot: "count", name: "first_tab_count" })), h("gb-tab-button-base", { key: 'c3c560a8cb3733a15a9a65a7f8254c260e5ab6c3', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(1), current: this.internalActiveIndex === 1, "tab-name": this.secondTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '204e885b8298ba3a6befd5bffacd3e2fc5b693c4', slot: "count", name: "second_tab_count" })), this.thirdTabName && (h("gb-tab-button-base", { key: 'b5c790e8a4417f0e64d568e31d48bfde843c002d', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(2), current: this.internalActiveIndex === 2, "tab-name": this.thirdTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'e1e78b8468cf0609ff44d041231acfbc6f9690db', slot: "count", name: "third_tab_count" }))), this.fourthTabName && (h("gb-tab-button-base", { key: '8679cd63054eab1b726984a3e98c728ed93e0a39', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(3), current: this.internalActiveIndex === 3, "tab-name": this.fourthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '58cbe6f884c31496f92593745c45069e922da6e5', slot: "count", name: "fourth_tab_count" }))), this.fifthTabName && (h("gb-tab-button-base", { key: 'cbe7be186645220eebea744653aa94a766abaf5f', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(4), current: this.internalActiveIndex === 4, "tab-name": this.fifthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '5bb6a78155a30a59f82a722ba3e5857dfe78ff60', slot: "count", name: "fifth_tab_count" }))), this.sixthTabName && (h("gb-tab-button-base", { key: 'ee275b8d8dd89e92906ea7bd78b071711e295ee3', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(5), current: this.internalActiveIndex === 5, "tab-name": this.sixthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'c19bc88a6c46fabdbdca6714aaac3741a02ccb9d', slot: "count", name: "sixth_tab_count" }))), this.seventhTabName && (h("gb-tab-button-base", { key: '44ddd3bdfa60c9a907c2177f62d35cd807295597', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(6), current: this.internalActiveIndex === 6, "tab-name": this.seventhTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '55af20db81dfe020e1c809c44811b724c9452cb6', slot: "count", name: "seventh_tab_count" }))), this.eighthTabName && (h("gb-tab-button-base", { key: '89f34094e9299038eb147a0faf9a4ee00faaf589', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(7), current: this.internalActiveIndex === 7, "tab-name": this.eighthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'ff6e7b07d3e6d359207b0af3820350452fcfeded', slot: "count", name: "eighth_tab_count" }))), this.ninthTabName && (h("gb-tab-button-base", { key: '1663ba5bbe17ed7d8435024ea2ec016ad7eb16a8', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(8), current: this.internalActiveIndex === 8, "tab-name": this.ninthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '28a54299e568bd0124dd41016a38c588368c3841', slot: "count", name: "ninth_tab_count" }))), this.tenthTabName && (h("gb-tab-button-base", { key: '0150c4b9fc238f4274ab72191df11cc139a75a18', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(9), current: this.internalActiveIndex === 9, "tab-name": this.tenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '75367b59363ef2db1d2a24b24a249e8a3dc0f076', slot: "count", name: "tenth_tab_count" }))), this.eleventhTabName && (h("gb-tab-button-base", { key: 'd80fee78f76180284c99db59520feacf79bd0e97', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(10), current: this.internalActiveIndex === 10, "tab-name": this.eleventhTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '93ce8cad5210aa6d6c3ee738bfa0006d11beb89a', slot: "count", name: "eleventh_tab_count" }))), this.twelfthTabName && (h("gb-tab-button-base", { key: '32948579b5a875f8c23a126f7e4fefaf55a77294', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(11), current: this.internalActiveIndex === 11, "tab-name": this.twelfthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '0e8cabebf09b1096d076e3e6d4b5fd51c2896427', slot: "count", name: "twelfth_tab_count" }))), this.thirteenthTabName && (h("gb-tab-button-base", { key: '38fd6776e5ac6a03752a5dd6c4dc62f6fb43e8d6', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(12), current: this.internalActiveIndex === 12, "tab-name": this.thirteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '12f52c4b446cdbaa0a75c9e74c9a5021d0b6f525', slot: "count", name: "thirteenth_tab_count" }))), this.fourteenthTabName && (h("gb-tab-button-base", { key: '4bdf056aae32c64126d9a0f52d0b3e1896e09f59', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(13), current: this.internalActiveIndex === 13, "tab-name": this.fourteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'caab4ba38b6c867d42ab0c897df678c2fa313a20', slot: "count", name: "fourteenth_tab_count" }))), this.fifteenthTabName && (h("gb-tab-button-base", { key: '2519abdebc96cdc5124a118cbce0b532e75378ba', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(14), current: this.internalActiveIndex === 14, "tab-name": this.fifteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'ca9b3467e16584d0455e2506888fd768cccbb8f1', slot: "count", name: "fifteenth_tab_count" }))), this.sixteenthTabName && (h("gb-tab-button-base", { key: '6d2ad84e92c150361715c8adbd78f98711b13b39', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(15), current: this.internalActiveIndex === 15, "tab-name": this.sixteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '9c063fa14309d6ff8e63122bcd4a94b892265c99', slot: "count", name: "sixteenth_tab_count" }))), this.seventeenthTabName && (h("gb-tab-button-base", { key: 'f340a604dbf385085a7b1368faa5029bf41d3960', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(16), current: this.internalActiveIndex === 16, "tab-name": this.seventeenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '5312c37feae0ce64341b4f7161f66764c8b94fba', slot: "count", name: "seventeenth_tab_count" }))), this.eighteenthTabName && (h("gb-tab-button-base", { key: 'd964f138b90eb62ed5d3774296e783bc09a9a61d', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(17), current: this.internalActiveIndex === 17, "tab-name": this.eighteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'e056681d05d00bbac4c9f7e261386028adbd8f91', slot: "count", name: "eighteenth_tab_count" }))), this.nineteenthTabName && (h("gb-tab-button-base", { key: 'ecbac6122d147b00fb3f4130272ee7cb4147efdd', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(18), current: this.internalActiveIndex === 18, "tab-name": this.nineteenthTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: '9f190f414e5970a9db3d7d33ee6b9bfb49d82434', slot: "count", name: "nineteenth_tab_count" }))), this.twentiethTabName && (h("gb-tab-button-base", { key: '0a8c38e5628ea2f15a3b82102a2ec83ad82300e9', class: `tab_button_base ${this.fullWidth ? 'full_width' : ''}`, size: this.size, "full-width": this.fullWidth, type: this.type === 'button_white_border' ? 'button_white' : this.type === 'rounded_button_white_border' ? 'rounded_button_white' : this.type, onClick: () => this.handleTabClick(19), current: this.internalActiveIndex === 19, "tab-name": this.twentiethTabName, badge: this.badge, alignment: "horizontal" }, h("slot", { key: 'd250b37b74c02e4ea926de6246dcff0678bae071', slot: "count", name: "twentieth_tab_count" })))));
|
|
43
43
|
}
|
|
44
44
|
static get is() { return "gb-horizontal-tabs"; }
|
|
45
45
|
static get encapsulation() { return "shadow"; }
|
|
@@ -17,7 +17,7 @@ export class GbIconButtonBase {
|
|
|
17
17
|
this.loadIcon(this.icon);
|
|
18
18
|
}
|
|
19
19
|
render() {
|
|
20
|
-
return (h("div", { key: '
|
|
20
|
+
return (h("div", { key: '868449a9724c115e34da1117d1ade7624647a316', class: "icon_button_base_container" }, this.showTooltip && (h("gb-tooltip", { key: '5b8daab8535b7eaccbbd4826d964557d3a006421', "show-arrow": true, arrow: "bottom_center", class: "tooltip" }, h("p", { key: 'aa41650a0477094112c9fcfde9536df6424f4e93', slot: "label" }, this.label))), h("div", { key: '280ecea927e03b8be5858e94611d59e9909758ca', class: `icon_button_base_div ${this.current ? 'current' : ''}`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '6238b2fd9d30f88e60aa180218fe48f16d78e4ae', class: `icon ${this.current ? 'current' : ''}`, innerHTML: this.leadingIconSvg }))));
|
|
21
21
|
}
|
|
22
22
|
static get is() { return "gb-icon-button-base"; }
|
|
23
23
|
static get encapsulation() { return "shadow"; }
|
|
@@ -2959,15 +2959,28 @@ input::placeholder {
|
|
|
2959
2959
|
top: 0.25rem;
|
|
2960
2960
|
}
|
|
2961
2961
|
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2962
|
+
.loader_div{
|
|
2963
|
+
width: 100%;
|
|
2964
|
+
height: 10rem;
|
|
2965
|
+
display: flex;
|
|
2966
|
+
justify-content: center;
|
|
2967
|
+
align-items: center;
|
|
2968
|
+
}
|
|
2968
2969
|
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2970
|
+
.loader {
|
|
2971
|
+
border: 4px solid var(--color-background-gray, #cdd5df); /* Light grey */
|
|
2972
|
+
border-top: 4px solid var(--color-background-selected, #075db2); /* Blue */
|
|
2973
|
+
border-radius: 50%;
|
|
2974
|
+
width: 30px;
|
|
2975
|
+
height: 30px;
|
|
2976
|
+
animation: spin 2s linear infinite;
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
@keyframes spin {
|
|
2980
|
+
0% {
|
|
2981
|
+
transform: rotate(0deg);
|
|
2982
|
+
}
|
|
2983
|
+
100% {
|
|
2984
|
+
transform: rotate(360deg);
|
|
2985
|
+
}
|
|
2986
|
+
}
|