globuswebcomponents 1.0.8 → 1.1.0
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-add-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-avatar-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-avatar-label-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-avatar-profile-photo.cjs.entry.js +1 -1
- package/dist/cjs/{gb-avatar_25.cjs.entry.js → gb-avatar_20.cjs.entry.js} +163 -625
- package/dist/cjs/gb-avatar_20.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js +111 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-button-close_3.cjs.entry.js +3 -3
- package/dist/cjs/gb-carousel-arrow.cjs.entry.js +1 -1
- package/dist/cjs/gb-checkbox-group-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +158 -0
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-export-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
- package/dist/cjs/gb-header-icon.cjs.entry.js +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-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 -3
- package/dist/cjs/gb-pagination.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
- package/dist/cjs/gb-sidebar.cjs.entry.js +123 -0
- package/dist/cjs/gb-sidebar.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider.cjs.entry.js +1 -1
- package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
- package/dist/cjs/gb-table-cell.cjs.entry.js +23 -0
- package/dist/cjs/gb-table-cell.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-textarea-input-field.cjs.entry.js +218 -0
- package/dist/cjs/gb-textarea-input-field.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-toast.cjs.entry.js +8 -4
- package/dist/cjs/gb-toast.cjs.entry.js.map +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-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +8 -12
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-e50f3440.js.map +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -4
- package/dist/collection/components/gb-avatar/gb-avatar.js +2 -2
- package/dist/collection/components/gb-avatar-add-button/gb-avatar-add-button.js +1 -1
- package/dist/collection/components/gb-avatar-contrast-inner-border/gb-avatar-contrast-inner-border.js +1 -1
- package/dist/collection/components/gb-avatar-group/gb-avatar-group.js +1 -1
- package/dist/collection/components/gb-avatar-label-group/gb-avatar-label-group.js +1 -1
- package/dist/collection/components/gb-avatar-profile-photo/gb-avatar-profile-photo.js +1 -1
- package/dist/collection/components/gb-badge/gb-badge.js +1 -1
- package/dist/collection/components/gb-badge-close/gb-badge-close.js +1 -1
- package/dist/collection/components/gb-btn/gb-btn.js +1 -1
- package/dist/collection/components/gb-button/gb-button.js +1 -1
- package/dist/collection/components/gb-button/readme.md +50 -48
- package/dist/collection/components/gb-button-close/gb-button-close.js +1 -1
- package/dist/collection/components/gb-carousel-arrow/gb-carousel-arrow.js +1 -1
- package/dist/collection/components/gb-checkbox/gb-checkbox.js +1 -1
- package/dist/collection/components/gb-checkbox-base/gb-checkbox-base.js +1 -1
- package/dist/collection/components/gb-checkbox-group/gb-checkbox-group.js +1 -1
- package/dist/collection/components/gb-checkbox-group-item/gb-checkbox-group-item.js +1 -1
- package/dist/collection/components/gb-collapse-button/gb-collapse-button.js +3 -3
- package/dist/collection/components/gb-complex-primary-side-bar-item/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/collection/components/gb-complex-secondary-side-bar-item/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
- package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
- package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
- package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
- package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
- package/dist/collection/components/gb-header/gb-header.js +1 -1
- package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
- package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
- package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +19 -13
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
- package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
- package/dist/collection/components/gb-input-field/gb-input-field.js +66 -68
- package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
- package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.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 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -1
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
- package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
- package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
- package/dist/collection/components/gb-table-cell/gb-table-cell.css +0 -0
- package/dist/collection/components/gb-table-cell/gb-table-cell.js +49 -0
- package/dist/collection/components/gb-table-cell/gb-table-cell.js.map +1 -0
- 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.css +1 -0
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +56 -18
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js.map +1 -1
- package/dist/collection/components/gb-toast/gb-toast.js +8 -4
- package/dist/collection/components/gb-toast/gb-toast.js.map +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/gb-token-field.js +1 -1
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
- 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.css +0 -0
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +80 -0
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js.map +1 -0
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/collection/models/reusableModels.js +0 -1
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-contrast-inner-border.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +7 -7
- package/dist/components/gb-avatar-group.js +6 -6
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +4 -4
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge-close.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-btn.js +1 -1
- package/dist/components/gb-button-close.js +1 -1
- package/dist/components/gb-button.js +1 -1
- package/dist/components/gb-carousel-arrow.js +1 -1
- package/dist/components/gb-checkbox-base.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +8 -8
- package/dist/components/gb-checkbox.js +1 -1
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/components/gb-export-dropdown-item.js +1 -1
- package/dist/components/gb-export-dropdown.js +4 -4
- package/dist/components/gb-export-sub-dropdown-item.js +1 -1
- package/dist/components/gb-export-sub-dropdown.js +1 -1
- package/dist/components/gb-file-type-icon.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +18 -18
- package/dist/components/gb-header-icon.js +1 -1
- package/dist/components/gb-header.js +5 -5
- package/dist/components/gb-help-dropdown.js +4 -4
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +7 -7
- 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-megainput-field.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 +23 -22
- package/dist/components/gb-pagination.js.map +1 -1
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-sidebar.js +12 -12
- package/dist/components/gb-simple-side-bar-item.js +1 -1
- package/dist/components/gb-slider-control-handle.js +1 -1
- package/dist/components/gb-slider.js +3 -3
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/{gb-rich-text.d.ts → gb-table-cell.d.ts} +4 -4
- package/dist/components/gb-table-cell.js +40 -0
- package/dist/components/gb-table-cell.js.map +1 -0
- 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 +67 -30
- package/dist/components/gb-textarea-input-field.js.map +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +11 -7
- package/dist/components/gb-toast.js.map +1 -1
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field.js +2 -2
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-verification-code-field.js +3 -3
- package/dist/components/gb-vertical-tabs.js +7 -7
- package/dist/components/gb-wysiwyg-editor-icon.js +38 -2
- package/dist/components/gb-wysiwyg-editor-icon.js.map +1 -1
- package/dist/components/{p-0b1416b9.js → p-01f30e0d.js} +5 -5
- package/dist/components/{p-0b1416b9.js.map → p-01f30e0d.js.map} +1 -1
- package/dist/components/{p-8ff1c695.js → p-0baf6b32.js} +2 -2
- package/dist/components/{p-8ff1c695.js.map → p-0baf6b32.js.map} +1 -1
- package/dist/components/{p-0473455f.js → p-15345cdf.js} +2 -2
- package/dist/components/{p-0473455f.js.map → p-15345cdf.js.map} +1 -1
- package/dist/components/{p-b9f8dd8f.js → p-1d2d60ae.js} +3 -3
- package/dist/components/{p-b9f8dd8f.js.map → p-1d2d60ae.js.map} +1 -1
- package/dist/components/{p-ed29def1.js → p-21d3be83.js} +2 -2
- package/dist/components/{p-ed29def1.js.map → p-21d3be83.js.map} +1 -1
- package/dist/components/{p-16e21718.js → p-236c07db.js} +2 -2
- package/dist/components/{p-16e21718.js.map → p-236c07db.js.map} +1 -1
- package/dist/components/{p-9cab4907.js → p-26d4c568.js} +3 -3
- package/dist/components/{p-9cab4907.js.map → p-26d4c568.js.map} +1 -1
- package/dist/components/{p-a735d36b.js → p-29d220cc.js} +2 -2
- package/dist/components/{p-a735d36b.js.map → p-29d220cc.js.map} +1 -1
- package/dist/components/{p-d6a249f8.js → p-2d8a9575.js} +2 -2
- package/dist/components/{p-d6a249f8.js.map → p-2d8a9575.js.map} +1 -1
- package/dist/components/{p-97bf5a4b.js → p-3cc8a666.js} +5 -5
- package/dist/components/{p-97bf5a4b.js.map → p-3cc8a666.js.map} +1 -1
- package/dist/components/{p-f9db1abf.js → p-46f8e60a.js} +8 -8
- package/dist/components/{p-f9db1abf.js.map → p-46f8e60a.js.map} +1 -1
- package/dist/components/p-47052b60.js.map +1 -1
- package/dist/components/{p-60baf46c.js → p-47d7d910.js} +4 -4
- package/dist/components/{p-60baf46c.js.map → p-47d7d910.js.map} +1 -1
- package/dist/components/{p-dc032290.js → p-4e11e768.js} +2 -2
- package/dist/components/{p-dc032290.js.map → p-4e11e768.js.map} +1 -1
- package/dist/components/{p-7438bed3.js → p-52cc93fe.js} +7 -7
- package/dist/components/{p-7438bed3.js.map → p-52cc93fe.js.map} +1 -1
- package/dist/components/{p-edc34d28.js → p-5af36f2c.js} +5 -5
- package/dist/components/{p-edc34d28.js.map → p-5af36f2c.js.map} +1 -1
- package/dist/components/{p-b804605e.js → p-5cbbb85f.js} +2 -2
- package/dist/components/{p-b804605e.js.map → p-5cbbb85f.js.map} +1 -1
- package/dist/components/{p-8986943a.js → p-637ca96f.js} +3 -3
- package/dist/components/{p-8986943a.js.map → p-637ca96f.js.map} +1 -1
- package/dist/components/{p-8d414028.js → p-663e2680.js} +5 -5
- package/dist/components/{p-8d414028.js.map → p-663e2680.js.map} +1 -1
- package/dist/components/{p-b653cd60.js → p-70bbf877.js} +2 -2
- package/dist/components/{p-b653cd60.js.map → p-70bbf877.js.map} +1 -1
- package/dist/components/{p-f6515d55.js → p-76d63671.js} +82 -85
- package/dist/components/p-76d63671.js.map +1 -0
- package/dist/components/{p-154c1742.js → p-7aa73416.js} +2 -2
- package/dist/components/{p-154c1742.js.map → p-7aa73416.js.map} +1 -1
- package/dist/components/{p-f8638e16.js → p-82ce96d9.js} +2 -2
- package/dist/components/{p-f8638e16.js.map → p-82ce96d9.js.map} +1 -1
- package/dist/components/{p-97c8c39a.js → p-8f876fd9.js} +3 -3
- package/dist/components/{p-97c8c39a.js.map → p-8f876fd9.js.map} +1 -1
- package/dist/components/{p-0671d970.js → p-a3497257.js} +4 -4
- package/dist/components/{p-0671d970.js.map → p-a3497257.js.map} +1 -1
- package/dist/components/{p-62df8228.js → p-a4d56c2c.js} +6 -6
- package/dist/components/{p-62df8228.js.map → p-a4d56c2c.js.map} +1 -1
- package/dist/components/{p-b9dcaa74.js → p-a80c8d70.js} +2 -2
- package/dist/components/{p-b9dcaa74.js.map → p-a80c8d70.js.map} +1 -1
- package/dist/components/{p-495583dd.js → p-a9f191b6.js} +35 -29
- package/dist/components/p-a9f191b6.js.map +1 -0
- package/dist/components/{p-2c538f54.js → p-aa14a655.js} +3 -3
- package/dist/components/{p-2c538f54.js.map → p-aa14a655.js.map} +1 -1
- package/dist/components/{p-cb4314db.js → p-adcd7611.js} +9 -9
- package/dist/components/{p-cb4314db.js.map → p-adcd7611.js.map} +1 -1
- package/dist/components/{p-5041eef7.js → p-add0d18c.js} +8 -8
- package/dist/components/{p-5041eef7.js.map → p-add0d18c.js.map} +1 -1
- package/dist/components/{p-2850a798.js → p-b3bb7571.js} +3 -3
- package/dist/components/{p-2850a798.js.map → p-b3bb7571.js.map} +1 -1
- package/dist/components/{p-0b260e68.js → p-bd42fb37.js} +2 -2
- package/dist/components/{p-0b260e68.js.map → p-bd42fb37.js.map} +1 -1
- package/dist/components/{p-a5c903c8.js → p-bff6d2fd.js} +2 -2
- package/dist/components/{p-a5c903c8.js.map → p-bff6d2fd.js.map} +1 -1
- package/dist/components/{p-a44db57b.js → p-c4cb6a68.js} +2 -2
- package/dist/components/{p-a44db57b.js.map → p-c4cb6a68.js.map} +1 -1
- package/dist/components/{p-bc96ddc3.js → p-ca9f1629.js} +3 -3
- package/dist/components/{p-bc96ddc3.js.map → p-ca9f1629.js.map} +1 -1
- package/dist/components/{p-a51bb23a.js → p-d4319be7.js} +2 -2
- package/dist/components/{p-a51bb23a.js.map → p-d4319be7.js.map} +1 -1
- package/dist/components/{p-6cd408d7.js → p-ddbb43bc.js} +2 -2
- package/dist/components/{p-6cd408d7.js.map → p-ddbb43bc.js.map} +1 -1
- package/dist/components/{p-523dd5f1.js → p-e5dd6c7d.js} +3 -3
- package/dist/components/{p-523dd5f1.js.map → p-e5dd6c7d.js.map} +1 -1
- package/dist/components/{p-d5108411.js → p-e7ef886c.js} +2 -2
- package/dist/components/{p-d5108411.js.map → p-e7ef886c.js.map} +1 -1
- package/dist/components/{p-0930680b.js → p-eb839ab2.js} +3 -3
- package/dist/components/{p-0930680b.js.map → p-eb839ab2.js.map} +1 -1
- package/dist/components/{p-2b0efd04.js → p-f89c1f0e.js} +8 -8
- package/dist/components/{p-2b0efd04.js.map → p-f89c1f0e.js.map} +1 -1
- package/dist/components/{p-2b6fcf3b.js → p-f99a8c69.js} +3 -3
- package/dist/components/{p-2b6fcf3b.js.map → p-f99a8c69.js.map} +1 -1
- package/dist/components/{p-2e424c3d.js → p-fa50cce3.js} +8 -8
- package/dist/components/{p-2e424c3d.js.map → p-fa50cce3.js.map} +1 -1
- package/dist/components/test-input-tag.js +12 -12
- package/dist/docs.json +94 -675
- package/dist/esm/gb-avatar-add-button.entry.js +1 -1
- package/dist/esm/gb-avatar-group.entry.js +1 -1
- package/dist/esm/gb-avatar-label-group.entry.js +1 -1
- package/dist/esm/gb-avatar-profile-photo.entry.js +1 -1
- package/dist/esm/{gb-avatar_25.entry.js → gb-avatar_20.entry.js} +161 -618
- package/dist/esm/gb-avatar_20.entry.js.map +1 -0
- package/dist/esm/gb-badge_2.entry.js +106 -0
- package/dist/esm/gb-badge_2.entry.js.map +1 -0
- package/dist/esm/gb-button-close_3.entry.js +3 -3
- package/dist/esm/gb-carousel-arrow.entry.js +1 -1
- package/dist/esm/gb-checkbox-group-item.entry.js +1 -1
- package/dist/esm/gb-checkbox-group.entry.js +1 -1
- package/dist/esm/gb-collapse-button_4.entry.js +151 -0
- package/dist/esm/gb-collapse-button_4.entry.js.map +1 -0
- package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
- package/dist/esm/gb-export-dropdown-item_2.entry.js +2 -2
- package/dist/esm/gb-export-dropdown.entry.js +1 -1
- package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
- package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
- package/dist/esm/gb-file-upload.entry.js +12 -12
- package/dist/esm/gb-header-icon.entry.js +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-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 -3
- package/dist/esm/gb-pagination.entry.js.map +1 -1
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-scrollbar.entry.js +1 -1
- package/dist/esm/gb-sidebar.entry.js +119 -0
- package/dist/esm/gb-sidebar.entry.js.map +1 -0
- package/dist/esm/gb-slider-control-handle.entry.js +1 -1
- package/dist/esm/gb-slider.entry.js +1 -1
- package/dist/esm/gb-tab-button-base.entry.js +3 -3
- package/dist/esm/gb-table-cell.entry.js +19 -0
- package/dist/esm/gb-table-cell.entry.js.map +1 -0
- package/dist/esm/gb-textarea-input-field.entry.js +214 -0
- package/dist/esm/gb-textarea-input-field.entry.js.map +1 -0
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +8 -4
- package/dist/esm/gb-toast.entry.js.map +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-vertical-tabs.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +8 -12
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js.map +1 -1
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/reusableModels-8496e911.js.map +1 -1
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
- package/dist/globuscomponents/{p-9f35fda2.entry.js → p-0363def1.entry.js} +2 -2
- package/dist/globuscomponents/{p-24d227d0.entry.js → p-0a03430f.entry.js} +2 -2
- package/dist/globuscomponents/{p-38bea668.entry.js → p-12a57d99.entry.js} +2 -2
- package/dist/globuscomponents/{p-0410b6df.entry.js → p-1819f84b.entry.js} +2 -2
- package/dist/globuscomponents/p-1b16019d.entry.js +2 -0
- package/dist/globuscomponents/p-1b16019d.entry.js.map +1 -0
- package/dist/globuscomponents/{p-fd82021b.entry.js → p-1e47a582.entry.js} +2 -2
- package/dist/globuscomponents/p-20910b83.entry.js +2 -0
- package/dist/globuscomponents/p-20910b83.entry.js.map +1 -0
- package/dist/globuscomponents/{p-d3848e3c.entry.js → p-284d59f9.entry.js} +2 -2
- package/dist/globuscomponents/{p-a0a50839.entry.js → p-2f39fd38.entry.js} +2 -2
- package/dist/globuscomponents/{p-497724b2.entry.js → p-3100dc99.entry.js} +2 -2
- package/dist/globuscomponents/{p-6dc28d3d.entry.js → p-358fa350.entry.js} +2 -2
- package/dist/globuscomponents/p-3693c9b9.entry.js +2 -0
- package/dist/globuscomponents/{p-379f3ca1.entry.js → p-37fcb2a9.entry.js} +2 -2
- package/dist/globuscomponents/p-37fcb2a9.entry.js.map +1 -0
- package/dist/globuscomponents/p-3a3ddb02.entry.js +2 -0
- package/dist/globuscomponents/p-3a3ddb02.entry.js.map +1 -0
- package/dist/globuscomponents/p-3bbcb5ac.entry.js +2 -0
- package/dist/globuscomponents/{p-76d093ef.entry.js → p-41773e1d.entry.js} +2 -2
- package/dist/globuscomponents/{p-d9509ace.entry.js → p-44ca61d8.entry.js} +2 -2
- package/dist/globuscomponents/p-47052b60.js.map +1 -1
- package/dist/globuscomponents/{p-dd2d7d64.entry.js → p-4a3f2383.entry.js} +2 -2
- package/dist/globuscomponents/{p-060b0bf8.entry.js → p-55976e44.entry.js} +2 -2
- package/dist/globuscomponents/{p-35ad112a.entry.js → p-5a31f474.entry.js} +2 -2
- package/dist/globuscomponents/{p-fc681fa9.entry.js → p-5e99f2ef.entry.js} +2 -2
- package/dist/globuscomponents/{p-75988614.entry.js → p-67221dd4.entry.js} +2 -2
- package/dist/globuscomponents/{p-c4769f4d.entry.js → p-67728f72.entry.js} +2 -2
- package/dist/globuscomponents/{p-0c123fd6.entry.js → p-6ea11621.entry.js} +2 -2
- package/dist/globuscomponents/{p-a7fcbdee.entry.js → p-85183db2.entry.js} +2 -2
- package/dist/globuscomponents/{p-bac53953.entry.js → p-8d5bbf9c.entry.js} +2 -2
- package/dist/globuscomponents/{p-ebe51f1a.entry.js → p-8dc1fcd4.entry.js} +2 -2
- package/dist/globuscomponents/{p-f248f3fd.entry.js → p-90407157.entry.js} +2 -2
- package/dist/globuscomponents/p-999b9901.entry.js +2 -0
- package/dist/globuscomponents/p-999b9901.entry.js.map +1 -0
- package/dist/globuscomponents/{p-79c2f800.entry.js → p-a20afec7.entry.js} +2 -2
- package/dist/globuscomponents/{p-e8a2ef96.entry.js → p-a4f5e8bd.entry.js} +2 -2
- package/dist/globuscomponents/p-ab4ea457.entry.js +2 -0
- package/dist/globuscomponents/p-ab4ea457.entry.js.map +1 -0
- package/dist/globuscomponents/p-ba36bc54.entry.js +2 -0
- package/dist/globuscomponents/p-ba36bc54.entry.js.map +1 -0
- package/dist/globuscomponents/{p-83c744d6.entry.js → p-c256fd8b.entry.js} +2 -2
- package/dist/globuscomponents/{p-61bd6d69.entry.js → p-c359c016.entry.js} +2 -2
- package/dist/globuscomponents/p-cb0078af.entry.js +2 -0
- package/dist/globuscomponents/p-cb0078af.entry.js.map +1 -0
- package/dist/globuscomponents/{p-994950d8.entry.js → p-d61eb840.entry.js} +2 -2
- package/dist/globuscomponents/{p-112fe0dd.entry.js → p-dccc977c.entry.js} +2 -2
- package/dist/globuscomponents/{p-57afd81a.entry.js → p-ecd27e89.entry.js} +2 -2
- package/dist/globuscomponents/p-ecd27e89.entry.js.map +1 -0
- package/dist/globuscomponents/{p-bcb96e82.entry.js → p-f2b76525.entry.js} +2 -2
- package/dist/globuscomponents/{p-6e3f7bb2.entry.js → p-f2dbe311.entry.js} +2 -2
- package/dist/globuscomponents/{p-c95842ae.entry.js → p-fa7e8127.entry.js} +2 -2
- package/dist/globuscomponents/readme.md +50 -48
- package/dist/types/components/gb-input-field/gb-input-field.d.ts +1 -0
- package/dist/types/components/gb-table-cell/gb-table-cell.d.ts +5 -0
- package/dist/types/components/gb-textarea-input-field/gb-textarea-input-field.d.ts +2 -0
- package/dist/types/components/gb-toast/gb-toast.d.ts +1 -1
- package/dist/types/components/{gb-WYSIWYG editor-icon/gb-WYSIWYG-editor-icon.d.ts → gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.d.ts} +2 -2
- package/dist/types/components.d.ts +19 -85
- package/dist/types/models/reusableModels.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/gb-avatar_25.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-megainput-field.cjs.entry.js +0 -42
- package/dist/cjs/gb-megainput-field.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-rich-text.cjs.entry.js +0 -34
- package/dist/cjs/gb-rich-text.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-token-field.cjs.entry.js +0 -28
- package/dist/cjs/gb-token-field.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-verification-code-field.cjs.entry.js +0 -32
- package/dist/cjs/gb-verification-code-field.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-wysiwyg-toolbar.cjs.entry.js +0 -33
- package/dist/cjs/gb-wysiwyg-toolbar.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +0 -28
- package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js.map +0 -1
- package/dist/collection/components/gb-WYSIWYG editor-icon/gb-WYSIWYG-editor-icon.css +0 -2711
- package/dist/collection/components/gb-WYSIWYG editor-icon/gb-WYSIWYG-editor-icon.js +0 -84
- package/dist/collection/components/gb-WYSIWYG editor-icon/gb-WYSIWYG-editor-icon.js.map +0 -1
- package/dist/collection/components/gb-WYSIWYG-toolbar/gb-WYSIWYG-toolbar.css +0 -2660
- package/dist/collection/components/gb-WYSIWYG-toolbar/gb-WYSIWYG-toolbar.js +0 -223
- package/dist/collection/components/gb-WYSIWYG-toolbar/gb-WYSIWYG-toolbar.js.map +0 -1
- package/dist/collection/components/gb-WYSIWYG-tooltip/gb-WYSIWYG-tooltip.js +0 -65
- package/dist/collection/components/gb-WYSIWYG-tooltip/gb-WYSIWYG-tooltip.js.map +0 -1
- package/dist/collection/components/gb-WYSIWYG-tooltip/gb-WYSIWYG-tooltip.tsx +0 -43
- package/dist/collection/components/gb-rich-text/gb-rich-text.css +0 -2660
- package/dist/collection/components/gb-rich-text/gb-rich-text.js +0 -173
- package/dist/collection/components/gb-rich-text/gb-rich-text.js.map +0 -1
- package/dist/components/gb-rich-text.js +0 -172
- package/dist/components/gb-rich-text.js.map +0 -1
- package/dist/components/gb-wysiwyg-toolbar.d.ts +0 -11
- package/dist/components/gb-wysiwyg-toolbar.js +0 -8
- package/dist/components/gb-wysiwyg-toolbar.js.map +0 -1
- package/dist/components/gb-wysiwyg-tooltip.d.ts +0 -11
- package/dist/components/gb-wysiwyg-tooltip.js +0 -52
- package/dist/components/gb-wysiwyg-tooltip.js.map +0 -1
- package/dist/components/p-05bce1e7.js +0 -45
- package/dist/components/p-05bce1e7.js.map +0 -1
- package/dist/components/p-495583dd.js.map +0 -1
- package/dist/components/p-cec5b90c.js +0 -165
- package/dist/components/p-cec5b90c.js.map +0 -1
- package/dist/components/p-f6515d55.js.map +0 -1
- package/dist/esm/gb-avatar_25.entry.js.map +0 -1
- package/dist/esm/gb-megainput-field.entry.js +0 -38
- package/dist/esm/gb-megainput-field.entry.js.map +0 -1
- package/dist/esm/gb-rich-text.entry.js +0 -30
- package/dist/esm/gb-rich-text.entry.js.map +0 -1
- package/dist/esm/gb-token-field.entry.js +0 -24
- package/dist/esm/gb-token-field.entry.js.map +0 -1
- package/dist/esm/gb-verification-code-field.entry.js +0 -28
- package/dist/esm/gb-verification-code-field.entry.js.map +0 -1
- package/dist/esm/gb-wysiwyg-toolbar.entry.js +0 -29
- package/dist/esm/gb-wysiwyg-toolbar.entry.js.map +0 -1
- package/dist/esm/gb-wysiwyg-tooltip.entry.js +0 -24
- package/dist/esm/gb-wysiwyg-tooltip.entry.js.map +0 -1
- package/dist/globuscomponents/p-09ba896b.entry.js +0 -2
- package/dist/globuscomponents/p-09ba896b.entry.js.map +0 -1
- package/dist/globuscomponents/p-0d5efea5.entry.js +0 -2
- package/dist/globuscomponents/p-0d5efea5.entry.js.map +0 -1
- package/dist/globuscomponents/p-379f3ca1.entry.js.map +0 -1
- package/dist/globuscomponents/p-524c0404.entry.js +0 -2
- package/dist/globuscomponents/p-57afd81a.entry.js.map +0 -1
- package/dist/globuscomponents/p-59d20c30.entry.js +0 -2
- package/dist/globuscomponents/p-59d20c30.entry.js.map +0 -1
- package/dist/globuscomponents/p-5a736f4a.entry.js +0 -2
- package/dist/globuscomponents/p-6f708ea2.entry.js +0 -2
- package/dist/globuscomponents/p-6f708ea2.entry.js.map +0 -1
- package/dist/globuscomponents/p-818a14e9.entry.js +0 -2
- package/dist/globuscomponents/p-818a14e9.entry.js.map +0 -1
- package/dist/globuscomponents/p-bbaf2d10.entry.js +0 -2
- package/dist/globuscomponents/p-bbaf2d10.entry.js.map +0 -1
- package/dist/globuscomponents/p-c835beab.entry.js +0 -2
- package/dist/globuscomponents/p-c835beab.entry.js.map +0 -1
- package/dist/globuscomponents/p-fcd3a902.entry.js +0 -2
- package/dist/globuscomponents/p-fcd3a902.entry.js.map +0 -1
- package/dist/types/components/gb-WYSIWYG-toolbar/gb-WYSIWYG-toolbar.d.ts +0 -14
- package/dist/types/components/gb-WYSIWYG-tooltip/gb-WYSIWYG-tooltip.d.ts +0 -5
- package/dist/types/components/gb-rich-text/gb-rich-text.d.ts +0 -11
- /package/dist/globuscomponents/{p-9f35fda2.entry.js.map → p-0363def1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-24d227d0.entry.js.map → p-0a03430f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-38bea668.entry.js.map → p-12a57d99.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0410b6df.entry.js.map → p-1819f84b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-fd82021b.entry.js.map → p-1e47a582.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d3848e3c.entry.js.map → p-284d59f9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a0a50839.entry.js.map → p-2f39fd38.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-497724b2.entry.js.map → p-3100dc99.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6dc28d3d.entry.js.map → p-358fa350.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-524c0404.entry.js.map → p-3693c9b9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5a736f4a.entry.js.map → p-3bbcb5ac.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-76d093ef.entry.js.map → p-41773e1d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d9509ace.entry.js.map → p-44ca61d8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd2d7d64.entry.js.map → p-4a3f2383.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-060b0bf8.entry.js.map → p-55976e44.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-35ad112a.entry.js.map → p-5a31f474.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-fc681fa9.entry.js.map → p-5e99f2ef.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-75988614.entry.js.map → p-67221dd4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c4769f4d.entry.js.map → p-67728f72.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0c123fd6.entry.js.map → p-6ea11621.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a7fcbdee.entry.js.map → p-85183db2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bac53953.entry.js.map → p-8d5bbf9c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ebe51f1a.entry.js.map → p-8dc1fcd4.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f248f3fd.entry.js.map → p-90407157.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-79c2f800.entry.js.map → p-a20afec7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e8a2ef96.entry.js.map → p-a4f5e8bd.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-83c744d6.entry.js.map → p-c256fd8b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-61bd6d69.entry.js.map → p-c359c016.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-994950d8.entry.js.map → p-d61eb840.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-112fe0dd.entry.js.map → p-dccc977c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bcb96e82.entry.js.map → p-f2b76525.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6e3f7bb2.entry.js.map → p-f2dbe311.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c95842ae.entry.js.map → p-fa7e8127.entry.js.map} +0 -0
|
@@ -23,7 +23,7 @@ export class GbPaginationButtonGroupBase {
|
|
|
23
23
|
this.leadingIconSvg = svg;
|
|
24
24
|
}
|
|
25
25
|
render() {
|
|
26
|
-
return (h("div", { key: '
|
|
26
|
+
return (h("div", { key: '829b33ff694dcafb5d1f054032f09d3c29e2f273', class: `button_base_div ${this.icon} ${this.state}` }, this.icon === 'false' && h("slot", { key: '43bbc81fdc7ea48529f0d2dc3f9a302542288bfc' }), this.icon === 'leading' && (h(Fragment, null, h("svg", { key: '19c858e7ea48cdf8fe3934e619451feccf24ed05', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '16001627b2f289bec53cd7bad3db5aae9ae315ee', d: "M3.33325 9.99981H16.6666M3.33325 9.99981C3.33326 11.0978 7.49975 14.1667 7.49975 14.1667M3.33325 9.99981C3.33324 8.90182 7.49978 5.83334 7.49978 5.83334", stroke: "#4B5565", "stroke-width": "1.67", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("slot", { key: '6440d994ba4acf5fd7ac76c077230861bf793a6c' }))), this.icon === 'trailing' && (h(Fragment, null, h("slot", { key: '6d62ade843c536bb5facd66ee046af7bc9e3d585' }), h("svg", { key: '6fc9eb5c8178c6288b5eb1e6f795e5185741dd86', xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none" }, h("path", { key: '1ec3e55f3027d0f660b7cb0a3f700fce0890e5dc', d: "M16.6668 9.99984H3.3335M16.6668 9.99984C16.6668 11.0978 12.5003 14.1667 12.5003 14.1667M16.6668 9.99984C16.6669 8.90185 12.5002 5.83337 12.5002 5.83337", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.icon === 'only' && (h(Fragment, null))));
|
|
27
27
|
}
|
|
28
28
|
static get is() { return "gb-pagination-button-group-base"; }
|
|
29
29
|
static get encapsulation() { return "shadow"; }
|
|
@@ -7,7 +7,7 @@ export class GbPaginationDotGroup {
|
|
|
7
7
|
this.framed = false;
|
|
8
8
|
}
|
|
9
9
|
render() {
|
|
10
|
-
return (h("div", { key: '
|
|
10
|
+
return (h("div", { key: 'e67e5b81079806d146f686a2741e0137bb72b90a', class: "dot_group_div" }, h("div", { key: '19b29652d8a2741c2e1f4abe1f8462087be94297' })));
|
|
11
11
|
}
|
|
12
12
|
static get is() { return "gb-pagination-dot-group"; }
|
|
13
13
|
static get encapsulation() { return "shadow"; }
|
package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js
CHANGED
|
@@ -6,7 +6,7 @@ export class GbPaginationDotIndicator {
|
|
|
6
6
|
this.size = undefined;
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
|
-
return (h("div", { key: '
|
|
9
|
+
return (h("div", { key: 'd23e8e4b1986928f7f21914fb7f398ad62c0072c', class: `dot_indicator_div
|
|
10
10
|
${this.type} ${this.current ? 'current' : ''}
|
|
11
11
|
${this.size}` }));
|
|
12
12
|
}
|
|
@@ -17,7 +17,7 @@ export class GbPaginationNumberBase {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
render() {
|
|
20
|
-
return (h("div", { key: '
|
|
20
|
+
return (h("div", { key: 'c2de0c1a0c62078a101de87203e08ecdb097146b', class: `page_number_base ${this.shape} ${this.state}` }, h("slot", { key: '157a99ed5f2531d75bc875d0f46d247c0c0e1402', name: "page_number" })));
|
|
21
21
|
}
|
|
22
22
|
static get is() { return "gb-pagination-number-base"; }
|
|
23
23
|
static get encapsulation() { return "shadow"; }
|
|
@@ -8,7 +8,7 @@ export class GbPasswordButton {
|
|
|
8
8
|
this.isPasswordVisible = !this.isPasswordVisible;
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
|
-
return (h("div", { key: '
|
|
11
|
+
return (h("div", { key: '26528f616e599001b7163cd7679e29c4486a0bd8' }, h("gb-btn", { key: 'a96433766c5ac4cb679142ff49df4b416abd1d0b', size: "sm", hierarchy: "link_gray", state: "default", onClick: () => this.togglePasswordVisibility() }, this.isPasswordVisible ? (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "HIDE"))) : (h("gb-button", { size: "sm", hierarchy: "tertiary_gray", icon: "default", state: this.state }, h("p", null, "SHOW"))))));
|
|
12
12
|
}
|
|
13
13
|
static get is() { return "gb-password-button"; }
|
|
14
14
|
static get encapsulation() { return "shadow"; }
|
|
@@ -7,7 +7,7 @@ export class GbProgressBar {
|
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
9
|
const progressValue = Math.min(Math.max(this.progress, 0), 100);
|
|
10
|
-
return (h("div", { key: '
|
|
10
|
+
return (h("div", { key: '49285dd09f56dae74bf6f9a423f5777425226c85', class: `progress_bar_container ${this.labelPosition}` }, h("div", { key: 'aa036c02f348a37ced21537604f186bd1ee4952a', class: "progress_bar" }, h("div", { key: '10270f3d1bb7da22b8cb541e4f7a9f852e40a15d', class: "progress_fill", style: { width: `${progressValue}%` } })), h(Fragment, null, this.showLabel && (h("div", { key: 'c2300509ae2cb0d3dc99f9b73cad35f063719b49', class: `label ${this.labelPosition}` }, this.labelPosition === 'right' && h("span", { key: '3c0e2cd6d8fcfc9e4231dc597f70866a28de39bc', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'bottom' && h("span", { key: '4bdc74177bc14d1150cecdbd4669dc7a79736423', class: `text-sm-medium` }, progressValue, "%"), this.labelPosition === 'top_floating' && (h("gb-tooltip", { key: 'edad661ba8e8df8712a98197a73d7218849d0997', class: `top_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 6.5).toString()}%` } }, h("p", { key: 'e6d8a99bd2da5449f875c73e5b7e14006ea465b1', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))), this.labelPosition === 'bottom_floating' && (h("gb-tooltip", { key: 'ea2f9e51798ed2b7f4696151907b25eeeda562e4', class: `bottom_tooltip`, arrow: "none", style: { marginLeft: `${(progressValue - 59.5).toString()}%` } }, h("p", { key: '4d2d82cd17b714d2e49ef7794b560534369b7f44', slot: "main_text", class: "text-xs-semi-bold" }, progressValue, "%"))))))));
|
|
11
11
|
}
|
|
12
12
|
static get is() { return "gb-progress-bar"; }
|
|
13
13
|
static get encapsulation() { return "shadow"; }
|
|
@@ -30,7 +30,7 @@ export class GbProgressCircle {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
|
-
return (h("div", { key: '
|
|
33
|
+
return (h("div", { key: 'a152f3ac8374604fc2665ab1edd6c8e84ef37fce', class: "gauge" }, h("div", { key: '46bfe5cf4ccfc00d0cdbc37652f9955ddf54203b', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: '82bcf528a06d48eed6a1af3101e3b77b704929ba', class: "mask" }), this.label && (h("div", { key: '207f3d5d7f8f391582f40c79c90c0ed15009f250', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: 'a6430a8693b5200f38a4c0c048d86eef623e1d81', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
|
|
34
34
|
}
|
|
35
35
|
static get is() { return "gb-progress-circle"; }
|
|
36
36
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbScrollbar {
|
|
|
4
4
|
this.length = '25%';
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: '3d5a8f7ec64ff63ef4a61c5d6012953c4c82e9b9', class: "scrollbar-container" }, h("div", { key: '89190aeb9f7e75a1f899b0776d656d12864591b1', class: "scrollbar", style: { height: this.length } }, h("slot", { key: 'd08feed3125121d1f2caccadb9cabb3ae3ad0dba' }))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-scrollbar"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -99,7 +99,7 @@ export class GbSidebar {
|
|
|
99
99
|
const logoSrc = getAssetPath(`assets/globus_bank_logo.svg`);
|
|
100
100
|
const blueLogoSrc = getAssetPath(`assets/globus_bank_logo_blue.svg`);
|
|
101
101
|
const whiteLogoSrc = getAssetPath(`assets/globus_bank_logo_white.svg`);
|
|
102
|
-
return (h(Fragment, null, this.type === 'simple' && (h("div", { key: '
|
|
102
|
+
return (h(Fragment, null, this.type === 'simple' && (h("div", { key: '39e0aae8729e598d7c86458fb3fb6b8b7418fd6c', class: `simple_sidebar_div ${this.state} ${this.category}` }, this.category === 'colored_background' && (h("div", { key: '0794e7a5f8623094927039e06e173af0a32a3d06', class: "pattern" }, h("img", { key: 'fe0be847368e86f77633feab63c7b5123273f102', src: patternSrc, alt: "" }))), h("div", { key: '12cb483177a5cb801a7dc4902377055ac587a7c6', class: "nav" }, h("div", { key: 'd3aec450ebc74da5df418715d2d82c56518e2a5b', class: `sidebar_header ${this.state}` }, h("div", { key: '5fcf870daef83c3da2319580bc76145f989fbafb', class: `logo_and_name ${this.state}` }, this.state === 'expanded' && h(Fragment, null, this.category === 'plain_background' ? h("img", { src: blueLogoSrc }) : h("img", { src: whiteLogoSrc })), this.state === 'collapsed' && h("img", { key: 'f46dab6a0f8fb62690240f44f202e0a4c52c6076', src: logoSrc, alt: "" })), h("div", { key: '82abf490046d13d7c4d1b6f4cb80a6797b4e1661', class: `collapse_button ${this.state}` }, h("gb-collapse-button", { key: 'b01432cd592ba91a447bae0b0bf39e132f57db73', color: this.category === 'plain_background' ? 'gray' : 'white', action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: '6cdbbbafc6d44ab0c4343b3490110641165aad15', class: "navigation" }, h("div", { key: '526d3e384bf424be7a1027d330d77ea0475ccd61', class: "item" }, h("gb-simple-side-bar-item", { key: 'ecdf7e18e1a0c8e3ae57679d2281e36993b63b8e', state: this.activeIndex === 0 ? 'active' : 'default', icon: this.firstItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(0), label: this.firstItemLabel }), h("gb-simple-side-bar-item", { key: 'd5c5ffef29c768f4b696c92567db46742277890a', state: this.activeIndex === 1 ? 'active' : 'default', icon: this.secondItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(1), label: this.secondItemLabel }), this.thirdItemLabel && (h("gb-simple-side-bar-item", { key: 'f1e1a6ea2a03989e9a9d3a6229f984f70144dfe4', state: this.activeIndex === 2 ? 'active' : 'default', icon: this.thirdItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(2), label: this.thirdItemLabel })), this.fourthItemLabel && (h("gb-simple-side-bar-item", { key: '1cf86863adac112b78bebecfcf139361a0abb2cc', state: this.activeIndex === 3 ? 'active' : 'default', icon: this.fourthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(3), label: this.fourthItemLabel })), h("gb-button", { key: '87cb0bbb9a7deb2aec7f22f590160692041eb3a2', size: "sm", hierarchy: "link_color" }, this.state === 'expanded' && h("p", { key: '2135744f64bbbddf2ea490544a04cfc67b88c052' }, "Show comments")), this.fifthItemLabel && (h("gb-simple-side-bar-item", { key: '78127fd0a74e8aefff08ade14aaff7c922d3bac1', state: this.activeIndex === 4 ? 'active' : 'default', icon: this.fifthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(4), label: this.fifthItemLabel })))), this.showSecondCategory && (h("div", { key: '2e4e2fbbfb9f61a81a7404c6d4e7a458e571b9e9', class: "navigation" }, h("div", { key: '1279a9d11d67804745096b18f738db9a1dfa25f0', class: "item" }, this.sixthItemLabel && (h("gb-simple-side-bar-item", { key: '0c41b4c525a822cd90a200243cd47a0371c58c29', state: this.activeIndex === 5 ? 'active' : 'default', icon: this.sixthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(5), label: this.sixthItemLabel })), this.seventhItemLabel && (h("gb-simple-side-bar-item", { key: '65b8e3a5449c4015424c61bb3fea56ed2421f7cb', state: this.activeIndex === 6 ? 'active' : 'default', icon: this.seventhItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(6), label: this.seventhItemLabel })), this.eighthItemLabel && (h("gb-simple-side-bar-item", { key: '07bd4a0aba6876eb7b334e4975b2dc97721363bf', state: this.activeIndex === 7 ? 'active' : 'default', icon: this.eighthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(7), label: this.eighthItemLabel })), this.ninthItemLabel && (h("gb-simple-side-bar-item", { key: '4139481fa730fc7544d32e10baf4ae1c2cb35e1d', state: this.activeIndex === 8 ? 'active' : 'default', icon: this.ninthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(8), label: this.ninthItemLabel })), this.tenthItemLabel && (h("gb-simple-side-bar-item", { key: '1e30cdb2b2856f7918d49746a19f310bb7b869c3', state: this.activeIndex === 9 ? 'active' : 'default', icon: this.tenthItemIcon, category: this.category, type: this.state === 'collapsed' ? 'icon_only' : 'full_with_label', onClick: () => this.sideBarItemClicked(9), label: this.tenthItemLabel })))))), this.state === 'expanded' && (h("div", { key: '310c1b4cfce8a02feadaf91df247fd367b4b5a4f', class: "application_name" }, h("div", { key: '196d636b652f396b010aec07c35ccbc012f02f6f', class: `wrapper ${this.category}` }, this.category === 'plain_background' && (h("div", { key: '8c00d1ddcaba0383b1cc527c5a7aa8d68e3d09b3', class: "application_name_pattern" }, h("img", { key: '2b60026bc433095bc7bb77f9a4e518318039ed0b', src: patternSrc, alt: "" }))), h("div", { key: '12205aaf78460cf4dc2987fe54a0dc82fd4a0bb9', class: `application_icon ${this.category}`, innerHTML: this.leadingIconSvg }), h("span", { key: 'dd398b70cea1059e9f9c015df46f94b2545ba34f', class: textClass }, h("slot", { key: '96240bad5caf4866a3d0023284e1a38584b25580', name: "application_name" }))))))), this.type === 'complex' && (h("div", { key: '2ee735c915ab11d33de50ca7106983afe4d136bb', class: `sidebar_and_nav ${this.state}` }, h("div", { key: '05e65d485b11387a78e1b390bb4f5925bfb2b231', class: "nav_div" }, h("div", { key: '379c6bcfa610f52dd1615de2f64e7ccdd51bfcc2', class: "logo_and_button" }, this.state === 'expanded' && h("img", { key: '375d75d1faf5765981d8511024d9b3f550289e7a', src: blueLogoSrc }), this.state === 'collapsed' && h("img", { key: '210841818ffbdd5336cd2843352440281c500c17', src: logoSrc, alt: "" }), h("gb-collapse-button", { key: 'f15b674e4fd91a1ba90c520ef5bbbd637c22db98', color: "gray", action: this.state === 'collapsed' ? 'expand' : 'collapse', onClick: () => (this.state === 'collapsed' ? this.expandSideBar() : this.collapseSideBar()) }))), h("div", { key: 'e1841c010b79847eab2b347d99ded203d4be6c3b', class: "complex_sidebar_div" }, h("div", { key: '98f2269e8824022d496b27e3cac4307d28827180', class: `primary_side_menu ${this.category} ${this.navItemStyle}` }, this.category === 'colored_background' && (h("div", { key: '350cd2e36c289796f98cbebeeafff75672d43770', class: "pattern" }, h("img", { key: '517501bbad86c9c2bd45b9815e3c5424118fafec', src: patternSrc, alt: "" }))), h("div", { key: '0e2539b05a1e5f234fcc276b007b7c7752075685', class: "primary_side_menu_container" }, Object.keys(this.complexSidebarData).map((primaryItem, index) => (h("gb-complex-primary-side-bar-item", { key: `${index}`, label: primaryItem, category: this.category, "item-style": this.navItemStyle, icon: this.complexSidebarData[primaryItem].icon, state: this.activePrimaryItem === primaryItem ? 'active' : 'default', onClick: () => this.handlePrimaryClick(primaryItem, index) }))))), h("div", { key: '2b414c863431c5ba50bc9db3f86a4025802d8074', class: `secondary_side_menu ${this.category} ${this.state}` }, h("div", { key: '4dce97dc8524b317da378d7edc1be534dc50d9fd', class: "sside_menu" }, this.complexSidebarData[this.activePrimaryItem].items.map((secondaryItem, index) => (h("gb-complex-secondary-side-bar-item", { key: `${this.activePrimaryItem}-${index}`, type: this.state === 'expanded' ? 'full_with_label' : 'icon_only', label: secondaryItem.label, category: this.category, icon: secondaryItem.icon, state: this.activeSecondaryItem === secondaryItem.label ? 'active' : 'default', onClick: () => this.handleSecondaryClick(secondaryItem.label, index) }))))))))));
|
|
103
103
|
}
|
|
104
104
|
static get is() { return "gb-sidebar"; }
|
|
105
105
|
static get encapsulation() { return "shadow"; }
|
|
@@ -31,7 +31,7 @@ export class GbSimpleSideBarItem {
|
|
|
31
31
|
render() {
|
|
32
32
|
const redBarSrc = getAssetPath(`assets/bar.svg`);
|
|
33
33
|
const whiteBarSrc = getAssetPath(`assets/bar_white.svg`);
|
|
34
|
-
return (h("div", { key: '
|
|
34
|
+
return (h("div", { key: '40319fc11004bd7b2a6963e2e70d8b21cfc9b588', class: `side_bar_item_container`, onMouseEnter: () => (this.showTooltip = true), onMouseLeave: () => (this.showTooltip = false) }, h("div", { key: '78f929f4f4149a35d669df30ae9d0ebdad26d2c7', class: `nav_item_base ${this.state} ${this.type} ${this.category}` }, this.state === 'active' && this.category === 'plain_background' && h("img", { key: '2118ac74c621f1f05dd33150982362979ee9c917', src: redBarSrc, alt: "", class: "bar" }), this.state === 'active' && this.category === 'colored_background' && h("img", { key: '320a041d37e36ba772720e3ae271001ab2d59c5d', src: whiteBarSrc, alt: "", class: "bar" }), h("div", { key: 'e31c8dcdf919275009a034e9031180b5e68d6698', class: "content" }, h("div", { key: '10e1db6948cf9bce4b0f2870d3db96f08ab7e48d', class: `icon ${this.state} ${this.category}`, innerHTML: this.leadingIconSvg }), this.type === 'full_with_label' && (h("p", { key: '06c2bd72670f92c256f34593325c351ea4d149ee', class: `label_text ${this.category} ${this.state} ${this.state === 'active' ? 'text-md-semi-bold' : 'text-md-medium'}` }, this.label))), this.type === 'full_with_label' && (h(Fragment, null, this.showBadge && (h("gb-badge", { key: '4fbba369019cfca73e3367602f449e577ce70a31', size: "sm", type: "pill_outline", color: this.state === 'active' ? 'information' : 'gray' }, h("p", { key: '555cc99afda352def499398317ac18c6d3b245d7' }, "10"))), this.showArrow && (h("svg", { key: '8c92e1192a3f9928539290d60749c9ff94e73e73', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", class: `arrow ${this.state} ${this.category}` }, h("path", { key: 'd3df5ad54dbbf7f8b208bb4e54484f3b55fffc93', d: "M6.00003 4C6.00003 4 9.99999 6.94596 10 8.00003C10 9.05411 6 12 6 12", stroke: "#212C65", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), this.type === 'icon_only' && this.showTooltip && (h("gb-tooltip", { key: '6be178d9acdb80a5ba0d374878f26ebc95fead97', "show-arrow": true, arrow: "left", class: "tooltip" }, h("p", { key: '4057004a4f3b5479c6f9e16a13971a3901bdcbf5', slot: "label" }, this.label)))));
|
|
35
35
|
}
|
|
36
36
|
static get is() { return "gb-simple-side-bar-item"; }
|
|
37
37
|
static get encapsulation() { return "shadow"; }
|
|
@@ -74,7 +74,7 @@ export class GbSlider {
|
|
|
74
74
|
return this.unitPosition === 'left' ? `${this.unit}${value}` : `${value}${this.unit}`;
|
|
75
75
|
}
|
|
76
76
|
render() {
|
|
77
|
-
return (h("div", { key: '
|
|
77
|
+
return (h("div", { key: 'd8010ec2090be4e24b73972f0b4de7bf39636960', class: "slider-container", ref: el => (this.containerEl = el) }, h("div", { key: 'e8f16f03ee2e7bc1df17cdd6c90cbc9982985f4f', class: "track", ref: el => (this.trackEl = el) }), h("gb-slider-control-handle", { key: 'df0189a47446e1eb42b7fe081618cec4578e3de1', class: "left", value: this.formatValue(this.leftValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.leftValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'left') }), h("gb-slider-control-handle", { key: '226933471e683070db91e9d5889e089b010c8d76', class: "right", value: this.formatValue(this.rightValue), type: this.label === 'false' ? '' : this.label === 'bottom' ? 'text' : this.label === 'top_floating' ? 'tooltip' : null, style: { left: `${((this.rightValue - this.min) / (this.max - this.min)) * 100}%` }, onMouseDown: e => this.handleMouseDown(e, 'right') })));
|
|
78
78
|
}
|
|
79
79
|
static get is() { return "gb-slider"; }
|
|
80
80
|
static get encapsulation() { return "shadow"; }
|
|
@@ -19,7 +19,7 @@ export class GbSliderControlHandle {
|
|
|
19
19
|
this.isFocused = false;
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
return (h("div", { key: '
|
|
22
|
+
return (h("div", { key: '165a3c7d9f1a10804ae4c39dda0a9c5447990614', class: `thumb-container ${this.type} ${this.isHovered ? 'hover' : ''} ${this.isFocused ? 'focused' : ''}`, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur(), tabindex: "0" }, this.type === 'tooltip' && (h("div", { key: '0d48e6f4de00a4490116baa0b03fb3493d1b93e4', class: "tooltip-container" }, h("gb-tooltip", { key: 'ec4b92e22c538b6164f6cfbf8f6d028aa6a8499d', "show-arrow": false, arrow: "none", "show-supporting-text": false }, h("p", { key: '1757775ab6d225134150e9f6fb83785f18260fa3', class: "text-xs-semi-bold", slot: "label" }, this.value)))), this.type === 'text' && (h("div", { key: '8107658dbf696f9f4e239e06df408c476c451160', class: "thumb-label" }, h("p", { key: '34926ecf835148da483b466c960e31c6b32d8e4e', class: "thumb_label text-md-medium" }, this.value)))));
|
|
23
23
|
}
|
|
24
24
|
static get is() { return "gb-slider-control-handle"; }
|
|
25
25
|
static get encapsulation() { return "shadow"; }
|
|
@@ -9,7 +9,7 @@ export class GbStatusIndicator {
|
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
11
|
return [
|
|
12
|
-
h("div", { key: '
|
|
12
|
+
h("div", { key: 'ca2970ba9d1e43cb454df98aa4ac1dcc2c1f85eb' }, this.statusIcon === 'online_indicator' && h("div", { key: 'ede4c83fbbcfd5218a1ffee689a103c61233c9ad', class: `online_icon ${this.size} ${this.indicatorStateClass}` }), this.statusIcon === 'verified' && (h("svg", { key: 'cb50691f4bdbe5936fa35f7cc030aa3576cc7540', xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", class: `verified ${this.size}` }, h("g", { key: '8bf89d0dff51318785eb6315f5eed9c7a96126fb', "clip-path": "url(#clip0_0_21453)" }, h("path", { key: '735860a41a7dfdc6b309c13e13da5fbdec343840', d: "M24.7109 5.66715C25.0148 6.40217 25.5982 6.98642 26.3328 7.29145L28.9086 8.35837C29.6436 8.66285 30.2277 9.24688 30.5321 9.98196C30.8366 10.717 30.8366 11.543 30.5321 12.2781L29.466 14.852C29.1614 15.5874 29.1609 16.4142 29.467 17.1492L30.5313 19.7224C30.6822 20.0865 30.7599 20.4767 30.76 20.8708C30.7601 21.265 30.6825 21.6553 30.5316 22.0194C30.3808 22.3835 30.1597 22.7143 29.881 22.993C29.6022 23.2716 29.2713 23.4926 28.9072 23.6433L26.3332 24.7095C25.5982 25.0134 25.0139 25.5968 24.7089 26.3314L23.642 28.9071C23.3375 29.6422 22.7535 30.2262 22.0184 30.5307C21.2833 30.8352 20.4574 30.8352 19.7223 30.5307L17.1484 29.4646C16.4133 29.1608 15.5876 29.1614 14.853 29.4663L12.2772 30.5317C11.5425 30.8355 10.7173 30.8352 9.98284 30.531C9.24835 30.2267 8.66466 29.6434 8.35997 28.9091L7.29273 26.3326C6.98881 25.5975 6.40543 25.0133 5.67087 24.7083L3.09509 23.6413C2.36033 23.337 1.77648 22.7533 1.47188 22.0187C1.16729 21.284 1.16688 20.4585 1.47073 19.7235L2.53689 17.1496C2.84062 16.4145 2.84 15.5888 2.53517 14.8542L1.47054 12.2766C1.3196 11.9125 1.24188 11.5222 1.24181 11.1281C1.24175 10.734 1.31935 10.3437 1.47017 9.97956C1.621 9.61544 1.8421 9.2846 2.12083 9.00595C2.39957 8.72731 2.73047 8.50632 3.09465 8.35561L5.66858 7.28945C6.40297 6.98579 6.98687 6.40316 7.29212 5.66944L8.35904 3.09366C8.66352 2.35857 9.24754 1.77455 9.98263 1.47007C10.7177 1.16559 11.5436 1.16559 12.2787 1.47007L14.8527 2.53623C15.5878 2.83996 16.4134 2.83934 17.148 2.5345L19.7249 1.47172C20.4599 1.16741 21.2856 1.16748 22.0206 1.4719C22.7555 1.77632 23.3395 2.36017 23.644 3.09507L24.7112 5.67161L24.7109 5.66715Z", fill: "#0086C9" }), h("path", { key: 'c5943098d963b9cf80551cbb707fc38bfa836b97', d: "M10 18.1818C10 18.1818 11.2857 18.1818 13 22C13 22 17.7647 12 22 10", stroke: "white", "stroke-width": "2.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), h("defs", { key: 'c991b63008be17cd583d6baf5b0644ecf36ec7c8' }, h("clipPath", { key: '638fc37147acb94e6e941c58ebe32329fc1fac42', id: "clip0_0_21453" }, h("rect", { key: 'b34737207ae3ae2290d52a628012ea26a3146de3', width: "32", height: "32", fill: "white" }))))), this.statusIcon === 'company' && (h("svg", { key: '5cabbca2e430631153576f2a28f431d994e861ec', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", class: `company ${this.size}` }, h("path", { key: '9d0becabcedd055fb11f5d20a7d95c74df95dcd4', d: "M18.8322 3.70039C16.9123 2.11995 14.5039 1.25399 12.0172 1.25001C10.6041 1.24776 9.20439 1.52413 7.89818 2.06333C6.59198 2.60252 5.4049 3.39397 4.40485 4.39237C2.64504 6.1493 1.54876 8.462 1.30275 10.9365C1.05674 13.411 1.67622 15.8943 3.05566 17.9633C4.43511 20.0323 6.48919 21.5591 8.86802 22.2836C11.2469 23.0081 13.8033 22.8855 16.1019 21.9367C18.4004 20.9878 20.299 19.2715 21.474 17.0799C22.6491 14.8884 23.0281 12.3572 22.5464 9.91759C22.0647 7.47798 20.7521 5.28082 18.8322 3.70039Z", fill: "#FF0033", stroke: "white", "stroke-width": "1.5" }), h("path", { key: 'bc1bd17de866961eaa7d7d01ea66b3c19bf89578', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.8942 13.7488V11.865L15.2835 11.8807C15.5231 11.8822 15.7598 11.9336 15.9785 12.0314C16.1973 12.1293 16.3933 12.2715 16.5541 12.449C16.715 12.6266 16.8373 12.8357 16.9131 13.063C16.989 13.2903 17.0168 13.5308 16.9948 13.7694C16.9948 16.4275 12.901 16.9969 12.8973 13.7488M12.8973 8.75316C17.3054 6.44066 17.6942 11.5213 15.0323 11.2788H12.886L12.8973 8.75316ZM16.7385 11.5113C19.8985 10.3013 17.2573 5.5894 12.0854 8.5044C11.5544 8.07132 10.9218 7.78073 10.2473 7.66004C8.96979 7.40066 7.25604 7.62628 6.29479 8.52378L6.75917 8.97941C7.2569 8.55053 7.86627 8.27194 8.51626 8.17611C9.16625 8.08028 9.83009 8.17117 10.4304 8.43816C10.6321 8.53335 10.8098 8.67262 10.9505 8.8457C11.0911 9.01879 11.191 9.22127 11.2429 9.43817L11.266 13.7669C11.0785 16.7738 7.20354 16.5413 7.20354 13.7669V11.8682H10.2492V11.295H5.59729V13.1644C5.60917 16.7175 9.93104 17.315 12.0717 15.5863C12.9471 16.2353 14.0184 16.5649 15.1073 16.52C18.9442 16.4938 19.7323 12.3563 16.7273 11.5144L16.7385 11.5113Z", fill: "white" })))),
|
|
13
13
|
];
|
|
14
14
|
}
|
|
15
15
|
static get is() { return "gb-status-indicator"; }
|
|
@@ -43,17 +43,17 @@ export class GbTabButtonBase {
|
|
|
43
43
|
this.tabClicked.emit();
|
|
44
44
|
}
|
|
45
45
|
render() {
|
|
46
|
-
return (h("div", { key: '
|
|
46
|
+
return (h("div", { key: 'fde1bc02dcc57b2e59168c3921e897da441c78a7', class: `tab_button_div ${this.type}
|
|
47
47
|
${this.current ? 'current' : ''}
|
|
48
48
|
${this.fullWidth ? 'full_width' : ''}
|
|
49
49
|
${this.size}
|
|
50
|
-
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '
|
|
50
|
+
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: 'bce6ef5d52fed3ed7e7bff7a1b82fd1aa6bd799a', class: `${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.tabName), this.badge && (h("gb-badge", { key: '4b7e16c9c4877fc3d1413f8dde9684e4ef64336d', size: "sm", type: "pill_color", color: this.current && this.type === 'button_primary'
|
|
51
51
|
? 'information'
|
|
52
52
|
: this.current && this.type === 'underline'
|
|
53
53
|
? 'information'
|
|
54
54
|
: this.current && this.type === 'line'
|
|
55
55
|
? 'information'
|
|
56
|
-
: 'gray' }, h("slot", { key: '
|
|
56
|
+
: 'gray' }, h("slot", { key: '92a4bdfda9d1fff3c92225eaa505eceb5f1a1c2b', name: "count" })))));
|
|
57
57
|
}
|
|
58
58
|
static get is() { return "gb-tab-button-base"; }
|
|
59
59
|
static get encapsulation() { return "shadow"; }
|
|
File without changes
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
export class GbTableCell {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.type = undefined;
|
|
5
|
+
}
|
|
6
|
+
render() {
|
|
7
|
+
return (h("div", { key: '2aa89f54773386d70ab898a6160aeb1272a78503', class: "table_cell_div" }));
|
|
8
|
+
}
|
|
9
|
+
static get is() { return "gb-table-cell"; }
|
|
10
|
+
static get encapsulation() { return "shadow"; }
|
|
11
|
+
static get originalStyleUrls() {
|
|
12
|
+
return {
|
|
13
|
+
"$": ["gb-table-cell.css"]
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
static get styleUrls() {
|
|
17
|
+
return {
|
|
18
|
+
"$": ["gb-table-cell.css"]
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
static get properties() {
|
|
22
|
+
return {
|
|
23
|
+
"type": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"mutable": false,
|
|
26
|
+
"complexType": {
|
|
27
|
+
"original": "TableCellTypes",
|
|
28
|
+
"resolved": "\"badge\" | \"lead_checkbox\" | \"lead_text\" | \"text\"",
|
|
29
|
+
"references": {
|
|
30
|
+
"TableCellTypes": {
|
|
31
|
+
"location": "import",
|
|
32
|
+
"path": "../../models/reusableModels",
|
|
33
|
+
"id": "src/models/reusableModels.ts::TableCellTypes"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"required": false,
|
|
38
|
+
"optional": false,
|
|
39
|
+
"docs": {
|
|
40
|
+
"tags": [],
|
|
41
|
+
"text": ""
|
|
42
|
+
},
|
|
43
|
+
"attribute": "type",
|
|
44
|
+
"reflect": false
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=gb-table-cell.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gb-table-cell.js","sourceRoot":"","sources":["../../../src/components/gb-table-cell/gb-table-cell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AASnD,MAAM,OAAO,WAAW;;;;IAGpB,MAAM;QACF,OAAO,CACH,4DAAK,KAAK,EAAC,gBAAgB,GAAO,CACrC,CAAA;IACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACJ","sourcesContent":["import { Component, Prop, h } from \"@stencil/core\";\r\nimport { TableCellTypes } from \"../../models/reusableModels\";\r\n\r\n@Component({\r\n tag: 'gb-table-cell',\r\n styleUrl: 'gb-table-cell.css',\r\n shadow: true\r\n})\r\n\r\nexport class GbTableCell {\r\n @Prop() type: TableCellTypes;\r\n\r\n render() {\r\n return (\r\n <div class=\"table_cell_div\"></div>\r\n )\r\n }\r\n}"]}
|
|
@@ -29,7 +29,7 @@ export class GbTag {
|
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
31
|
const flagSwap = getAssetPath(`${this.flagSwap}`);
|
|
32
|
-
return (h("div", { key: '
|
|
32
|
+
return (h("div", { key: '118f7b0ef222ab7aac4304a6ef1ba625a07e40e9', class: `container ${this.size}` }, h("div", { key: '51fb1e6a807cb8f7f052cf5e4b6ac4057d35ecd9', class: `content ${this.size}` }, this.checkbox && h("gb-tag-checkbox", { key: 'c39c5e43bcec7e692fc0e1c23536cc55c4d499b3', size: this.size }), this.icon === 'false' && h(Fragment, null), this.icon === 'country' && (h("div", { key: 'e02e16e98010e35886edaebb3a2e39f06e3776b1', class: "icon left-icon" }, h("img", { key: '0806ecd40cc0231504edd9ff71039a1c09c2a757', src: flagSwap, alt: "Country Icon" }))), this.icon === 'avatar' && (h("gb-avatar", { key: '05caf37e554bde92bf52c3274dff7ced62a9098f', class: "avatar-icon", size: "xxs", "status-icon": "false", text: true, color: "gray" }, h("slot", { key: '861321cdf3d68ea3d998470a02f08637a0e3584b', name: "initials", slot: "initials" }))), this.icon === 'dot' && (h("svg", { key: '5c0c8cabc7a9247a5055dc8da2505fcfe708532e', xmlns: "http://www.w3.org/2000/svg", width: "8", height: "8", viewBox: "0 0 8 8", fill: "none" }, h("circle", { key: '10b658c949e51fd919a91439e0d87abb5010c7b5', cx: "4", cy: "4", r: "3", fill: "#17B26A" }))), h("div", { key: '7ae66cd5272dbafb0eedd32d415592156ebf7269', class: "label" }, h("slot", { key: '27554fa0e2f87e617ea2e754c0116dbcf372611a' })), this.action === 'count' && (h("gb-tag-count", { key: '00980722472e197572392c6c4a515a80819845aa', size: this.size }, h("slot", { key: 'a59dabb81072beecac6084c8c7f60d4bb76b5796', slot: "count", name: "count" })))), this.action === 'X_close' && h("gb-tag-close", { key: '1a05229ae75debe4ab18ba4c4719f7d8bc8dc893', size: this.size, onClick: () => this.onTagClose() })));
|
|
33
33
|
}
|
|
34
34
|
static get is() { return "gb-tag"; }
|
|
35
35
|
static get encapsulation() { return "shadow"; }
|
|
@@ -6,7 +6,7 @@ export class GbTagCheckbox {
|
|
|
6
6
|
this.disabled = false;
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
|
-
return (h("label", { key: '
|
|
9
|
+
return (h("label", { key: 'bb7997dce0197557e772ed1cd4f6b9d5e9cb1a0c', class: `checkbox-container ${this.size} ${this.disabled ? 'disabled' : ''}` }, h("input", { key: 'c95fe1bdec4c59fc9d0b246ad28311130517b7a2', type: "checkbox", checked: this.checked, disabled: this.disabled }), h("span", { key: '2181b5c4906a2da2d864c0dc82fdf71361855b5d', class: `custom-checkbox ${this.size}` }, h("svg", { key: 'cbc1e955a52a221fefc255fd7f590602ac53cc36', class: "checkmark", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12 12", fill: "none" }, h("path", { key: 'fabca05e0f5e0e7c725979d5df82c30aa44c22e4', d: "M2.5 7.25C2.5 7.25 3.25 7.25 4.25 9C4.25 9 7.02941 4.41667 9.5 3.5", stroke: "white", "stroke-width": "1.71429", "stroke-linecap": "round", "stroke-linejoin": "round" })))));
|
|
10
10
|
}
|
|
11
11
|
static get is() { return "gb-tag-checkbox"; }
|
|
12
12
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbTagClose {
|
|
|
4
4
|
this.size = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: 'd1483e889a5be95d732aad1f5e1cdcad82e3602c', class: this.size }, h("svg", { key: 'cac8d89d038693d7fdd8d5513d96254262d02b14', xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none" }, h("path", { key: '83e84bc132d3fea34b632989a226f9c4368e95a9', d: "M7.91683 2.08328L2.0835 7.91662M2.0835 2.08328L7.91683 7.91662", stroke: "#4B5565", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-tag-close"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class GbTagCount {
|
|
|
4
4
|
this.size = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h("div", { key: '
|
|
7
|
+
return (h("div", { key: 'cd92ef3deb7297192ccdb37a70bd96a8e5323965', class: this.size }, h("slot", { key: '8c775853d919a644738f4dfb9b7455284845803d', name: "count" })));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "gb-tag-count"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -50,6 +50,9 @@ export class GbTextareaInputField {
|
|
|
50
50
|
this.inputElement.addEventListener('input', this.handleTagInput.bind(this));
|
|
51
51
|
this.updateInputWidth();
|
|
52
52
|
}
|
|
53
|
+
componentWillLoad() {
|
|
54
|
+
this.updateSelectedItems(this.value);
|
|
55
|
+
}
|
|
53
56
|
disconnectedCallback() {
|
|
54
57
|
this.inputElement.removeEventListener('input', this.handleTagInput.bind(this));
|
|
55
58
|
}
|
|
@@ -124,26 +127,55 @@ export class GbTextareaInputField {
|
|
|
124
127
|
this.inputElement.focus(); // Focus the input field
|
|
125
128
|
}
|
|
126
129
|
selectDropdownItem(item) {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
this.unselectedItems
|
|
130
|
+
if (this.value.length === 0) {
|
|
131
|
+
const isObject = typeof item === 'object';
|
|
132
|
+
const isSelected = this.selectedItems.some(i => (isObject ? i.objectName === item.objectName : i === item));
|
|
133
|
+
if (isSelected) {
|
|
134
|
+
// Unselect item: Move it from selectedItems to unselectedItems
|
|
135
|
+
this.selectedItems = this.selectedItems.filter(i => (isObject ? i.objectName !== item.objectName : i !== item));
|
|
136
|
+
if (!this.unselectedItems.some(i => (isObject ? i.objectName === item.objectName : i === item))) {
|
|
137
|
+
this.unselectedItems = [...this.unselectedItems, item];
|
|
138
|
+
}
|
|
139
|
+
this.textareaValueChanged.emit(this.selectedItems);
|
|
140
|
+
}
|
|
141
|
+
else {
|
|
142
|
+
// Select item: Move it from unselectedItems to selectedItems
|
|
143
|
+
this.selectedItems = [...this.selectedItems, item];
|
|
144
|
+
this.unselectedItems = this.unselectedItems.filter(i => (isObject ? i.objectName !== item.objectName : i !== item));
|
|
145
|
+
this.textareaValueChanged.emit(this.selectedItems);
|
|
134
146
|
}
|
|
135
147
|
}
|
|
136
148
|
else {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
149
|
+
const isObject = typeof item === 'object';
|
|
150
|
+
const isSelected = this.selectedItems.some(i => (isObject ? i.objectName === item.objectName : i === item));
|
|
151
|
+
if (isSelected) {
|
|
152
|
+
this.value = this.value.filter(i => (isObject ? i.objectName !== item.objectName : i !== item));
|
|
153
|
+
console.log(this.value);
|
|
154
|
+
this.textareaValueChanged.emit(this.value);
|
|
155
|
+
}
|
|
156
|
+
else {
|
|
157
|
+
this.value = [...this.value, item]; // Add item to array
|
|
158
|
+
this.textareaValueChanged.emit(this.value);
|
|
159
|
+
}
|
|
142
160
|
}
|
|
143
|
-
// this.results = [];
|
|
144
|
-
// this.showDropdown = false;
|
|
145
161
|
this.updateStyles();
|
|
146
162
|
}
|
|
163
|
+
updateSelectedItems(newValue) {
|
|
164
|
+
if (Array.isArray(newValue) && newValue.length > 0) {
|
|
165
|
+
this.selectedItems = [];
|
|
166
|
+
this.unselectedItems = [];
|
|
167
|
+
const objectValues = newValue.filter(val => typeof val === 'object' && val !== null);
|
|
168
|
+
const primitiveValues = newValue.filter(val => typeof val !== 'object');
|
|
169
|
+
this.selectedItems = this.results.filter(item => typeof item === 'object' && item !== null
|
|
170
|
+
? objectValues.some(val => JSON.stringify(val) === JSON.stringify(item)) // Avoid object reference issues
|
|
171
|
+
: primitiveValues.includes(item));
|
|
172
|
+
this.unselectedItems = this.results.filter(item => typeof item === 'object' && item !== null ? !objectValues.some(val => JSON.stringify(val) === JSON.stringify(item)) : !primitiveValues.includes(item));
|
|
173
|
+
}
|
|
174
|
+
else {
|
|
175
|
+
this.selectedItems = [];
|
|
176
|
+
this.unselectedItems = [...this.results];
|
|
177
|
+
}
|
|
178
|
+
}
|
|
147
179
|
isTagItemSelected(item) {
|
|
148
180
|
// return this.selectedStaff.some(i => i.name === item.name);
|
|
149
181
|
const isObject = typeof item === 'object';
|
|
@@ -155,14 +187,14 @@ export class GbTextareaInputField {
|
|
|
155
187
|
}
|
|
156
188
|
}
|
|
157
189
|
render() {
|
|
158
|
-
return (h("div", { key: '
|
|
190
|
+
return (h("div", { key: 'd7c6b8874dd1de7a1e8f380ad77d76053a04b5fc', class: "textarea_container" }, h("div", { key: '6133e8c0ee2544423fcad78e59138baf2d5ed6e0', class: "input_with_label" }, this.showLabel && h("p", { key: '4af67e90918bd56c80f2c68ae13a0cf9b2f9bac9', class: `label text-sm-medium` }, this.label), this.type === 'default' && (h("textarea", { key: '12f55554bd8a5cc710f2ba3b74b6684bbaa23ac0', ref: el => (this.textarea = el), onInput: () => this.handleInput(), class: `textarea ${this.state} ${this.destructive ? 'destructive' : ''}`, placeholder: this.placeholderText })), this.type === 'tags' && (h("div", { key: '5d7a94e3d6f854d04bb4051343278adae8847bb0', class: "textarea_tags" }, h("div", { key: 'c3d140ec16f29a74fb3922eacb4cd1a54cd4d6d4', class: `textarea ${this.type} ${this.state} ${this.destructive ? 'destructive' : ''}`, onClick: () => this.handleWrapperClick() }, h("div", { key: '32c518bf839d685963d179f50a59eaaaa5daa960', class: `results_display ${this.state === 'disabled' ? 'disabled' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.value.length === 0 ? (h(Fragment, null, this.selectedItems.map((item, index) => (h(Fragment, null, typeof item === 'object' ? (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item.objectName.split(' ')[0]), h("h1", { slot: "initials", class: "text-xxs-semi-bold" }, item.objectName
|
|
159
191
|
.split(' ')
|
|
160
192
|
.map(part => part.charAt(0).toUpperCase())
|
|
161
|
-
.join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item))))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("p", null, val)))))))), h("span", { key: '
|
|
193
|
+
.join(''))))) : (h("div", { class: "added_tag", key: index }, h("gb-tag", { size: "sm", icon: this.icon ? this.icon : 'avatar', action: "X_close", onClick: () => this.handleTagRemove(index) }, h("p", { class: "text-xs-medium" }, item))))))))) : (h(Fragment, null, this.value.map((val, index) => (h(Fragment, null, typeof val === 'object' ? (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("h1", { class: "text-xxs-semi-bold", slot: "initials" }, val.objectName.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, val.objectName.split(' ')[0]))) : (h("gb-tag", { size: "sm", action: "X_close", icon: this.icon ? this.icon : 'avatar', onClick: () => this.handleTagRemove(index), key: index }, h("p", null, val)))))))), h("span", { key: 'b834bf4b52fc137d977d19afc208d6911f8092f9', class: "hidden-span", ref: el => (this.hiddenSpan = el) }, this.inputValue || ' '), h("div", { key: 'bc8bf15bd8f539f253fd674df277551cde486dd3', class: "input_field" }, h("input", { key: '3917bed9a6381a0964f7827cf3af706cc64bf98a', id: this.idOfInput, class: `input_like text-md-regular ${this.state}`, type: "text",
|
|
162
194
|
// placeholder={this.placeholderText}
|
|
163
|
-
value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: '
|
|
195
|
+
value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.emitInputValue() }))), this.destructive && (h("div", { key: '276dac4ddea7c5459d847316fa46df5c3f51281d', class: "help_icon" }, h("svg", { key: '35c5cc6100c8caec7d13d60a3b9484caad1f0040', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '80416a9f27157164fbb8b61f3ff771073e81d56e', d: "M7.9947 10H8.00069M8.00004 8.00004V5.33337M14.6667 8.00004C14.6667 11.6819 11.6819 14.6667 8.00004 14.6667C4.31814 14.6667 1.33337 11.6819 1.33337 8.00004C1.33337 4.31814 4.31814 1.33337 8.00004 1.33337C11.6819 1.33337 14.6667 4.31814 14.6667 8.00004Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.show && (h("div", { key: 'd50c02cbaea54ee327037445ad7f26f1904b72cd', class: `dropdown_menu` }, this.results.map(item => (h("gb-input-dropdown-menu-item", { type: "checkbox", "supporting-text": true, state: StateEnum.Default, onClick: () => this.selectDropdownItem(item), selected: this.isTagItemSelected(item) }, typeof item === 'object'
|
|
164
196
|
? [h("p", { slot: "name" }, item.objectName), h("p", { slot: "supporting_text" }, item.objectValue)]
|
|
165
|
-
: typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h("p", { key: '
|
|
197
|
+
: typeof item !== 'object' && h("p", { slot: "name" }, item))))))))), this.showHintText && h("p", { key: 'bfd4e7cf944d116fba7771948772c635cca5e241', class: `hint_text text-sm-regular ${this.destructive ? 'destructive' : ''}` }, this.hintText)));
|
|
166
198
|
}
|
|
167
199
|
static get is() { return "gb-textarea-input-field"; }
|
|
168
200
|
static get encapsulation() { return "shadow"; }
|
|
@@ -440,6 +472,12 @@ export class GbTextareaInputField {
|
|
|
440
472
|
}];
|
|
441
473
|
}
|
|
442
474
|
static get elementRef() { return "el"; }
|
|
475
|
+
static get watchers() {
|
|
476
|
+
return [{
|
|
477
|
+
"propName": "value",
|
|
478
|
+
"methodName": "updateSelectedItems"
|
|
479
|
+
}];
|
|
480
|
+
}
|
|
443
481
|
static get listeners() {
|
|
444
482
|
return [{
|
|
445
483
|
"name": "click",
|