globuswebcomponents 2.8.11 → 2.8.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/gb-action-panel_75.cjs.entry.js +400 -101
- package/dist/cjs/gb-table-cell.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-wysiwyg-editor-icon.cjs.entry.js +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/components/gb-button/gb-button.js +30 -1
- package/dist/collection/components/gb-button/gb-button.js.map +1 -1
- package/dist/collection/components/gb-button/gb-button.tsx +6 -1
- package/dist/collection/components/gb-button/readme.md +10 -0
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +4 -4
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js.map +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +17 -9
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
- package/dist/collection/components/gb-portal/gb-portal.js +51 -11
- package/dist/collection/components/gb-portal/gb-portal.js.map +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +8 -2
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js.map +1 -1
- package/dist/collection/components/gb-table/gb-table.css +90 -22
- package/dist/collection/components/gb-table/gb-table.js +464 -72
- package/dist/collection/components/gb-table/gb-table.js.map +1 -1
- package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
- package/dist/collection/components/gb-table-header/gb-table-header.js +22 -22
- 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 +3 -3
- package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
- package/dist/collection/components/gb-toast/gb-toast.js +18 -2
- 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-compact/gb-token-field-compact.js +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-action-panel.js +2 -2
- package/dist/components/gb-approval-modal.js +8 -8
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +1 -1
- package/dist/components/gb-avatar-group.js +2 -2
- package/dist/components/gb-btn.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 +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-comment.js +2 -2
- 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-date-picker.js +1 -1
- package/dist/components/gb-detail-cell.js +2 -2
- package/dist/components/gb-empty-state.js +2 -2
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +4 -4
- package/dist/components/gb-filter-button.js +1 -1
- package/dist/components/gb-header.js +14 -14
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +4 -4
- package/dist/components/gb-horizontal-tabs.js.map +1 -1
- package/dist/components/gb-icon-button-base.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-modal-action.js +1 -1
- package/dist/components/gb-nav-bar-item.js +1 -1
- package/dist/components/gb-nav-bar-sidemenu.js +2 -2
- package/dist/components/gb-nav-bar.js +2 -2
- package/dist/components/gb-notification-pane.js +1 -1
- package/dist/components/gb-pagination.js +1 -1
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-portal.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-prompt-modal.js +2 -2
- package/dist/components/gb-sidebar.js +5 -5
- 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 +2 -2
- 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 +1 -343
- package/dist/components/gb-table-header.js.map +1 -1
- package/dist/components/gb-table.js +368 -107
- package/dist/components/gb-table.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 +1 -1
- package/dist/components/gb-theme-tab.js +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +19 -5
- 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-compact.js +1 -1
- package/dist/components/gb-token-field-compressed.js +2 -2
- package/dist/components/gb-tooltip.js +1 -1
- 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 +1 -1
- package/dist/components/{p-DvV7snbA.js → p-49dlhIYS.js} +10 -4
- package/dist/components/p-49dlhIYS.js.map +1 -0
- package/dist/components/{p-Db25H5UF.js → p-B0GSTQw3.js} +3 -3
- package/dist/components/{p-Db25H5UF.js.map → p-B0GSTQw3.js.map} +1 -1
- package/dist/components/{p-BQU0qEQ8.js → p-B9vWIoWs.js} +19 -15
- package/dist/components/p-B9vWIoWs.js.map +1 -0
- package/dist/components/p-BHOJKe6j.js +348 -0
- package/dist/components/p-BHOJKe6j.js.map +1 -0
- package/dist/components/{p-DAm-213Y.js → p-BHyPbecw.js} +3 -3
- package/dist/components/{p-DAm-213Y.js.map → p-BHyPbecw.js.map} +1 -1
- package/dist/components/{p-apFyrUM4.js → p-BTHdpYQl.js} +114 -9
- package/dist/components/p-BTHdpYQl.js.map +1 -0
- package/dist/components/{p-CEK6hgEo.js → p-BWx-o392.js} +4 -4
- package/dist/components/{p-CEK6hgEo.js.map → p-BWx-o392.js.map} +1 -1
- package/dist/components/{p-ByFyt4ia.js → p-BYwfw805.js} +3 -3
- package/dist/components/{p-ByFyt4ia.js.map → p-BYwfw805.js.map} +1 -1
- package/dist/components/{p-C8LbZ4kH.js → p-BaOylBgt.js} +5 -5
- package/dist/components/{p-C8LbZ4kH.js.map → p-BaOylBgt.js.map} +1 -1
- package/dist/components/{p-e-QGBXGa.js → p-Bt2auhuC.js} +3 -3
- package/dist/components/{p-e-QGBXGa.js.map → p-Bt2auhuC.js.map} +1 -1
- package/dist/components/{p-ofbsewem.js → p-ByCoMbO2.js} +5 -5
- package/dist/components/{p-ofbsewem.js.map → p-ByCoMbO2.js.map} +1 -1
- package/dist/components/{p-DlH97JYU.js → p-CIk9ZD0b.js} +13 -13
- package/dist/components/{p-DlH97JYU.js.map → p-CIk9ZD0b.js.map} +1 -1
- package/dist/components/{p-BXST6Rgi.js → p-CKzAcGL2.js} +3 -3
- package/dist/components/{p-BXST6Rgi.js.map → p-CKzAcGL2.js.map} +1 -1
- package/dist/components/{p-wopm_NSt.js → p-CLeShKhE.js} +4 -4
- package/dist/components/{p-wopm_NSt.js.map → p-CLeShKhE.js.map} +1 -1
- package/dist/components/{p-BVu-h1cX.js → p-CQFpc6__.js} +3 -3
- package/dist/components/{p-BVu-h1cX.js.map → p-CQFpc6__.js.map} +1 -1
- package/dist/components/{p-CaVLFaUk.js → p-CSka0gDO.js} +9 -9
- package/dist/components/{p-CaVLFaUk.js.map → p-CSka0gDO.js.map} +1 -1
- package/dist/components/{p-BKvAhdEP.js → p-C_9HhBzA.js} +3 -3
- package/dist/components/{p-BKvAhdEP.js.map → p-C_9HhBzA.js.map} +1 -1
- package/dist/components/{p-cxKfHAER.js → p-C_f2hEd8.js} +10 -5
- package/dist/components/p-C_f2hEd8.js.map +1 -0
- package/dist/components/{p-T48Hj6xM.js → p-Cdgx4Hwc.js} +3 -3
- package/dist/components/{p-T48Hj6xM.js.map → p-Cdgx4Hwc.js.map} +1 -1
- package/dist/components/{p-kAsXRFkD.js → p-Ci5AB68V.js} +3 -3
- package/dist/components/{p-kAsXRFkD.js.map → p-Ci5AB68V.js.map} +1 -1
- package/dist/components/{p-9xYUsl7q.js → p-Cj67a6IJ.js} +3 -3
- package/dist/components/{p-9xYUsl7q.js.map → p-Cj67a6IJ.js.map} +1 -1
- package/dist/components/{p-Dn5rOzr_.js → p-CsQhqi-L.js} +3 -3
- package/dist/components/{p-Dn5rOzr_.js.map → p-CsQhqi-L.js.map} +1 -1
- package/dist/components/{p-uV0Dz5N_.js → p-CwTzPqb2.js} +4 -4
- package/dist/components/{p-uV0Dz5N_.js.map → p-CwTzPqb2.js.map} +1 -1
- package/dist/components/{p-CTNnGEZs.js → p-D0VVIazI.js} +3 -3
- package/dist/components/{p-CTNnGEZs.js.map → p-D0VVIazI.js.map} +1 -1
- package/dist/components/{p-Bo4efGgC.js → p-DLhsTHln.js} +3 -3
- package/dist/components/{p-Bo4efGgC.js.map → p-DLhsTHln.js.map} +1 -1
- package/dist/components/{p-Dd_Eos3v.js → p-DMjBTN85.js} +4 -4
- package/dist/components/{p-Dd_Eos3v.js.map → p-DMjBTN85.js.map} +1 -1
- package/dist/components/{p-DRngXcjq.js → p-DNAqkyM0.js} +4 -4
- package/dist/components/{p-DRngXcjq.js.map → p-DNAqkyM0.js.map} +1 -1
- package/dist/components/{p-BgNv7S1j.js → p-DSuh8sT6.js} +4 -4
- package/dist/components/{p-BgNv7S1j.js.map → p-DSuh8sT6.js.map} +1 -1
- package/dist/components/{p-CO71VZ1J.js → p-DUlP9ot1.js} +4 -4
- package/dist/components/{p-CO71VZ1J.js.map → p-DUlP9ot1.js.map} +1 -1
- package/dist/components/{p-CTfLJ_Yp.js → p-DfeAzwhz.js} +3 -3
- package/dist/components/{p-CTfLJ_Yp.js.map → p-DfeAzwhz.js.map} +1 -1
- package/dist/components/{p-BByUPZTR.js → p-DpjHb85v.js} +5 -5
- package/dist/components/{p-BByUPZTR.js.map → p-DpjHb85v.js.map} +1 -1
- package/dist/components/{p-CgQonNKV.js → p-Dqd4hVBB.js} +3 -3
- package/dist/components/{p-CgQonNKV.js.map → p-Dqd4hVBB.js.map} +1 -1
- package/dist/components/{p-hck2xhPi.js → p-Z_m9SN0_.js} +3 -3
- package/dist/components/{p-hck2xhPi.js.map → p-Z_m9SN0_.js.map} +1 -1
- package/dist/components/{p-qZNN2nfj.js → p-blTaQhCM.js} +5 -5
- package/dist/components/{p-qZNN2nfj.js.map → p-blTaQhCM.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-yDP7ObG5.js → p-g6ayM_Wt.js} +6 -6
- package/dist/components/{p-yDP7ObG5.js.map → p-g6ayM_Wt.js.map} +1 -1
- package/dist/components/{p-c0RQJb24.js → p-rw4UZJOE.js} +11 -11
- package/dist/components/{p-c0RQJb24.js.map → p-rw4UZJOE.js.map} +1 -1
- package/dist/components/{p-BtGA-5EV.js → p-y6Xot37W.js} +3 -3
- package/dist/components/{p-BtGA-5EV.js.map → p-y6Xot37W.js.map} +1 -1
- package/dist/components/test-input-tag.js +6 -6
- package/dist/docs.json +524 -57
- package/dist/esm/gb-action-panel_75.entry.js +400 -101
- package/dist/esm/gb-table-cell.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-wysiwyg-editor-icon.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.tsx +6 -1
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/p-031a93b0.entry.js +2 -0
- package/dist/globuscomponents/{p-5f4f79f3.entry.js → p-7024cc46.entry.js} +2 -2
- package/dist/globuscomponents/p-7024cc46.entry.js.map +1 -0
- package/dist/globuscomponents/{p-5d4750b8.entry.js → p-a61d1385.entry.js} +2 -2
- package/dist/globuscomponents/{p-957759a4.entry.js → p-bc7a3ff1.entry.js} +2 -2
- package/dist/globuscomponents/{p-9f49601d.entry.js → p-bd89e53d.entry.js} +2 -2
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/{p-b71b110d.entry.js → p-e4bda433.entry.js} +2 -2
- package/dist/globuscomponents/readme.md +10 -0
- package/dist/types/components/gb-button/gb-button.d.ts +1 -0
- package/dist/types/components/gb-input-dropdown/gb-input-dropdown.d.ts +1 -1
- package/dist/types/components/gb-portal/gb-portal.d.ts +3 -1
- package/dist/types/components/gb-tab-button-base/gb-tab-button-base.d.ts +3 -2
- package/dist/types/components/gb-table/gb-table.d.ts +49 -0
- package/dist/types/components/gb-table-header/gb-table-header.d.ts +1 -1
- package/dist/types/components/gb-toast/gb-toast.d.ts +4 -0
- package/dist/types/components.d.ts +129 -20
- package/dist/types/models/reusableModels.d.ts +8 -0
- package/package.json +1 -1
- package/dist/components/p-BQU0qEQ8.js.map +0 -1
- package/dist/components/p-DvV7snbA.js.map +0 -1
- package/dist/components/p-apFyrUM4.js.map +0 -1
- package/dist/components/p-cxKfHAER.js.map +0 -1
- package/dist/globuscomponents/p-5f4f79f3.entry.js.map +0 -1
- package/dist/globuscomponents/p-9bf9cc0c.entry.js +0 -2
- /package/dist/globuscomponents/{p-9bf9cc0c.entry.js.map → p-031a93b0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5d4750b8.entry.js.map → p-a61d1385.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-957759a4.entry.js.map → p-bc7a3ff1.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9f49601d.entry.js.map → p-bd89e53d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b71b110d.entry.js.map → p-e4bda433.entry.js.map} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gb-portal.js","sourceRoot":"","sources":["../../../src/components/gb-portal/gb-portal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"gb-portal.js","sourceRoot":"","sources":["../../../src/components/gb-portal/gb-portal.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Prop, Element, Watch, h } from '@stencil/core';\r\nimport { computePosition, offset, flip, shift, autoUpdate, size } from '@floating-ui/dom';\r\nimport { PortalPlacement } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-portal',\r\n styleUrl: 'gb-portal.css',\r\n shadow: true,\r\n})\r\nexport class GbPortal {\r\n @Prop() anchorId?: string;\r\n @Prop() placement: PortalPlacement = 'bottom-end';\r\n @Prop() open: boolean = false;\r\n @Prop() anchorEl?: HTMLElement;\r\n @Element() el: HTMLElement;\r\n\r\n private portalHost?: HTMLElement;\r\n private wrapper?: HTMLElement;\r\n private cleanupAutoUpdate?: () => void;\r\n\r\n componentDidLoad() {\r\n this.ensureHost();\r\n if (this.open) {\r\n this.mountContent();\r\n this.updatePosition();\r\n }\r\n }\r\n\r\n disconnectedCallback() {\r\n this.unmountContent();\r\n }\r\n\r\n @Watch('open')\r\n onOpenChange(isOpen: boolean) {\r\n if (isOpen) {\r\n this.ensureHost();\r\n this.mountContent();\r\n this.updatePosition();\r\n } else {\r\n this.unmountContent();\r\n }\r\n }\r\n\r\n private ensureHost() {\r\n this.portalHost = document.getElementById('gb-portal-host');\r\n if (!this.portalHost) {\r\n this.portalHost = document.createElement('div');\r\n this.portalHost.id = 'gb-portal-host';\r\n document.body.appendChild(this.portalHost);\r\n }\r\n }\r\n\r\n private mountContent() {\r\n if (!this.portalHost) this.ensureHost();\r\n if (!this.wrapper) {\r\n this.wrapper = document.createElement('div');\r\n this.wrapper.className = 'gb-portal-wrapper';\r\n }\r\n\r\n // move light DOM children first\r\n while (this.el.firstChild) {\r\n this.wrapper.appendChild(this.el.firstChild as Node);\r\n }\r\n\r\n // move shadow root children if any (rare), preserving nodes\r\n if (this.el.shadowRoot) {\r\n while (this.el.shadowRoot.firstChild) {\r\n this.wrapper.appendChild(this.el.shadowRoot.firstChild as Node);\r\n }\r\n }\r\n\r\n this.portalHost.appendChild(this.wrapper);\r\n\r\n this.setupAutoUpdate();\r\n }\r\n\r\n private unmountContent() {\r\n if (this.cleanupAutoUpdate) {\r\n this.cleanupAutoUpdate();\r\n this.cleanupAutoUpdate = undefined;\r\n }\r\n\r\n if (this.wrapper && this.portalHost && this.portalHost.contains(this.wrapper)) {\r\n this.portalHost.removeChild(this.wrapper);\r\n this.wrapper = undefined;\r\n }\r\n }\r\n\r\n private updatePosition() {\r\n const anchor = this.anchorEl ?? (this.anchorId ? this.findElementByIdDeep(this.anchorId) : null);\r\n\r\n const element = this.wrapper;\r\n if (!anchor || !element) return;\r\n\r\n computePosition(anchor, element, {\r\n placement: this.placement,\r\n middleware: [\r\n offset(4),\r\n flip(),\r\n shift({ padding: 0 }),\r\n size({\r\n apply({ rects, elements }) {\r\n elements.floating.style.minWidth = `${rects.reference.width}px`;\r\n },\r\n }),\r\n ],\r\n }).then(({ x, y }) => {\r\n console.log(x);\r\n Object.assign(element.style, {\r\n position: 'absolute',\r\n right: `6rem`,\r\n top: `${y}px`,\r\n zIndex: '9999',\r\n padding: '0'\r\n });\r\n });\r\n // console.log(anchor.getBoundingClientRect());\r\n }\r\n\r\n private setupAutoUpdate() {\r\n const anchor = this.anchorId ? this.findElementByIdDeep(this.anchorId) : null;\r\n const element = this.wrapper;\r\n if (!anchor || !element) return;\r\n\r\n this.cleanupAutoUpdate = autoUpdate(anchor, element, () => this.updatePosition());\r\n }\r\n\r\n private findElementByIdDeep(id: string): HTMLElement | null {\r\n // try normal document scope first\r\n const docMatch = document.getElementById(id);\r\n if (docMatch) return docMatch as HTMLElement;\r\n\r\n // search through all elements that may host a shadowRoot\r\n const all = Array.from(document.querySelectorAll('*')) as HTMLElement[];\r\n for (const el of all) {\r\n const sr = (el as any).shadowRoot as ShadowRoot | undefined;\r\n if (sr) {\r\n try {\r\n const sel = `#${(window as any).CSS && (window as any).CSS.escape ? (window as any).CSS.escape(id) : id}`;\r\n const found = sr.querySelector(sel) as HTMLElement | null;\r\n if (found) return found;\r\n } catch (e) {\r\n // ignore selector errors\r\n }\r\n }\r\n }\r\n\r\n return null;\r\n }\r\n\r\n render() {\r\n return <slot />;\r\n }\r\n}\r\n"]}
|
|
@@ -39,12 +39,18 @@ export class GbTabButtonBase {
|
|
|
39
39
|
handleClick() {
|
|
40
40
|
this.tabClicked.emit();
|
|
41
41
|
}
|
|
42
|
+
getFormattedLabel() {
|
|
43
|
+
const words = this.tabName.split(' ');
|
|
44
|
+
if (words.length === 0)
|
|
45
|
+
return this.tabName;
|
|
46
|
+
return words[0] + ' ' + words.slice(1).join(' ').toLowerCase();
|
|
47
|
+
}
|
|
42
48
|
render() {
|
|
43
|
-
return (h("div", { key: '
|
|
49
|
+
return (h("div", { key: '674270b2a020edbbdd16ea80b753d4cf096532f8', class: `tab_button_div ${this.type}
|
|
44
50
|
${this.current ? 'current' : ''}
|
|
45
51
|
${this.fullWidth ? 'full_width' : ''}
|
|
46
52
|
${this.size}
|
|
47
|
-
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '
|
|
53
|
+
${this.alignment}`, onClick: () => this.handleClick() }, h("p", { key: '745992c61289f3070a9a0fbd01e53091b66b9907', class: `tab_name ${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}` }, this.getFormattedLabel()), this.badge && (h("gb-badge", { key: 'be9b5ca6b61d9b2021fe8f962231c8741117be98', size: "sm", type: "pill_color", color: this.current ? 'information' : 'gray' }, h("slot", { key: 'fea951d401a2286f406797ec9f1bbc0015b8fa74', name: "count" })))));
|
|
48
54
|
}
|
|
49
55
|
static get is() { return "gb-tab-button-base"; }
|
|
50
56
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gb-tab-button-base.js","sourceRoot":"","sources":["../../../src/components/gb-tab-button-base/gb-tab-button-base.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAgB,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAQjF,MAAM,OAAO,eAAe;IAL5B;QAMU,YAAO,GAAY,KAAK,CAAC;QAEzB,cAAS,GAAY,KAAK,CAAC;QAC3B,UAAK,GAAY,KAAK,CAAC;QAEvB,YAAO,GAAW,EAAE,CAAC;KAqE9B;IAhEC,cAAc;QACZ,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;YAClB,KAAK,IAAI;gBACP,OAAO,gBAAgB,CAAC;YAC1B,KAAK,IAAI;gBACP,OAAO,gBAAgB,CAAC;QAC5B,CAAC;IACH,CAAC;IAED,qBAAqB;QACnB,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;YAClB,KAAK,IAAI;gBACP,OAAO,mBAAmB,CAAC;YAC7B,KAAK,IAAI;gBACP,OAAO,mBAAmB,CAAC;QAC/B,CAAC;IACH,CAAC;IAED,mBAAmB;QACjB,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;YAClB,KAAK,IAAI;gBACP,OAAO,gBAAgB,CAAC;YAC1B,KAAK,IAAI;gBACP,OAAO,gBAAgB,CAAC;QAC5B,CAAC;IACH,CAAC;IAED,gBAAgB;QACd,MAAM,QAAQ,GAAG,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;QAEzD,
|
|
1
|
+
{"version":3,"file":"gb-tab-button-base.js","sourceRoot":"","sources":["../../../src/components/gb-tab-button-base/gb-tab-button-base.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Element, Event, EventEmitter, Prop, h } from '@stencil/core';\r\nimport { GeneralSizes, TabTypes } from '../../models/reusableModels';\r\n\r\n@Component({\r\n tag: 'gb-tab-button-base',\r\n styleUrl: 'gb-tab-button-base.css',\r\n shadow: true,\r\n})\r\nexport class GbTabButtonBase {\r\n @Prop() current: boolean = false;\r\n @Prop() size: GeneralSizes;\r\n @Prop() fullWidth: boolean = false;\r\n @Prop() badge: boolean = false;\r\n @Prop() type: TabTypes;\r\n @Prop() tabName: string = '';\r\n @Prop() alignment: 'horizontal' | 'vertical';\r\n @Element() el: HTMLElement;\r\n @Event() tabClicked: EventEmitter<void>;\r\n\r\n getTextClasses() {\r\n switch (this.size) {\r\n case 'sm':\r\n return 'text-sm-medium';\r\n case 'md':\r\n return 'text-md-medium';\r\n }\r\n }\r\n\r\n getCurrentTextClasses() {\r\n switch (this.size) {\r\n case 'sm':\r\n return 'text-sm-semi-bold';\r\n case 'md':\r\n return 'text-md-semi-bold';\r\n }\r\n }\r\n\r\n getCountTextClasses() {\r\n switch (this.size) {\r\n case 'sm':\r\n return 'text-xs-medium';\r\n case 'md':\r\n return 'text-sm-medium';\r\n }\r\n }\r\n\r\n componentDidLoad() {\r\n const tabCount = this.el.querySelector('[slot=\"count\"]');\r\n\r\n if (tabCount) {\r\n tabCount.classList.add(this.getCountTextClasses());\r\n }\r\n }\r\n\r\n handleClick() {\r\n this.tabClicked.emit();\r\n }\r\n\r\n getFormattedLabel() {\r\n const words = this.tabName.split(' ');\r\n if (words.length === 0) return this.tabName;\r\n return words[0] + ' ' + words.slice(1).join(' ').toLowerCase();\r\n }\r\n\r\n render() {\r\n return (\r\n <div\r\n class={`tab_button_div ${this.type}\r\n ${this.current ? 'current' : ''} \r\n ${this.fullWidth ? 'full_width' : ''} \r\n ${this.size}\r\n ${this.alignment}`}\r\n onClick={() => this.handleClick()}\r\n >\r\n <p class={`tab_name ${!this.current ? 'tab_text' : ''} ${this.current ? this.getCurrentTextClasses() : this.getTextClasses()}`}>{this.getFormattedLabel()}</p>\r\n {this.badge && (\r\n <gb-badge size=\"sm\" type=\"pill_color\" color={this.current ? 'information' : 'gray'}>\r\n <slot name=\"count\"></slot>\r\n </gb-badge>\r\n )}\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
|
|
@@ -2817,24 +2817,47 @@ thead {
|
|
|
2817
2817
|
}
|
|
2818
2818
|
|
|
2819
2819
|
.table_head_row {
|
|
2820
|
-
text-align: left;
|
|
2821
2820
|
width: 100%;
|
|
2822
|
-
|
|
2823
|
-
gap: 0.75rem;
|
|
2824
|
-
align-self: stretch;
|
|
2825
|
-
border-bottom: 1px solid var(--color-border-subtle #cdd5df);
|
|
2821
|
+
border-bottom: 1px solid var(--color-border-subtle, #cdd5df);
|
|
2826
2822
|
background: var(--color-background-gray-subtler, #eef2f6);
|
|
2827
2823
|
}
|
|
2828
2824
|
|
|
2829
2825
|
.table_head_row th {
|
|
2826
|
+
/* display: flex; */
|
|
2827
|
+
justify-content: space-between;
|
|
2828
|
+
align-items: center;
|
|
2830
2829
|
padding: 0.75rem 1.5rem;
|
|
2831
2830
|
}
|
|
2832
2831
|
|
|
2832
|
+
.table_head_content {
|
|
2833
|
+
width: 100%;
|
|
2834
|
+
display: flex;
|
|
2835
|
+
justify-content: space-between;
|
|
2836
|
+
align-items: center;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.align_left {
|
|
2840
|
+
flex-direction: row;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
.align_right {
|
|
2844
|
+
flex-direction: row-reverse;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2833
2847
|
.head_text,
|
|
2834
2848
|
.body_text {
|
|
2835
2849
|
color: var(--color-text, #4b5565);
|
|
2836
2850
|
}
|
|
2837
2851
|
|
|
2852
|
+
.head_text.sortable:hover{
|
|
2853
|
+
color: var(--color-text-bold, #202939);
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
.table_head_icons {
|
|
2857
|
+
display: flex;
|
|
2858
|
+
gap: var(--spacing-1);
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2838
2861
|
.body_text {
|
|
2839
2862
|
width: 100%;
|
|
2840
2863
|
white-space: nowrap;
|
|
@@ -2862,17 +2885,16 @@ thead {
|
|
|
2862
2885
|
}
|
|
2863
2886
|
|
|
2864
2887
|
th.sticky_left,
|
|
2865
|
-
th.sticky_right{
|
|
2888
|
+
th.sticky_right {
|
|
2866
2889
|
background: var(--color-background-gray-subtler, #eef2f6);
|
|
2867
2890
|
}
|
|
2868
2891
|
|
|
2869
2892
|
.table_detail.sticky_left,
|
|
2870
|
-
.table_detail.sticky_right{
|
|
2893
|
+
.table_detail.sticky_right {
|
|
2871
2894
|
background: var(--color-background-card, #ffffff);
|
|
2872
2895
|
}
|
|
2873
2896
|
|
|
2874
|
-
th.sticky_left::after
|
|
2875
|
-
th.sticky_right::after {
|
|
2897
|
+
table.scrollable th.sticky_left::after{
|
|
2876
2898
|
content: '';
|
|
2877
2899
|
position: absolute;
|
|
2878
2900
|
top: 0;
|
|
@@ -2883,7 +2905,8 @@ th.sticky_right::after {
|
|
|
2883
2905
|
pointer-events: none;
|
|
2884
2906
|
}
|
|
2885
2907
|
|
|
2886
|
-
.
|
|
2908
|
+
/* table.scrollable .table_detail.sticky_left::after,
|
|
2909
|
+
table.scrollable .table_detail.sticky_right::after {
|
|
2887
2910
|
content: '';
|
|
2888
2911
|
position: absolute;
|
|
2889
2912
|
top: 0;
|
|
@@ -2893,7 +2916,7 @@ th.sticky_right::after {
|
|
|
2893
2916
|
box-shadow: 2px 0 6px var(--color-border-subtle, #cdd5df);
|
|
2894
2917
|
pointer-events: none;
|
|
2895
2918
|
background: var(--color-background-card, #ffffff);
|
|
2896
|
-
}
|
|
2919
|
+
} */
|
|
2897
2920
|
|
|
2898
2921
|
.sticky_right {
|
|
2899
2922
|
position: sticky;
|
|
@@ -2901,22 +2924,67 @@ th.sticky_right::after {
|
|
|
2901
2924
|
z-index: 1;
|
|
2902
2925
|
}
|
|
2903
2926
|
|
|
2904
|
-
.empty_div{
|
|
2927
|
+
.empty_div {
|
|
2905
2928
|
height: 100%;
|
|
2906
2929
|
width: 70px;
|
|
2907
2930
|
}
|
|
2908
2931
|
|
|
2909
|
-
#dropdown_button{
|
|
2932
|
+
#dropdown_button {
|
|
2910
2933
|
position: relative;
|
|
2911
2934
|
}
|
|
2912
2935
|
|
|
2913
|
-
.dropdown_wrapper{
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2936
|
+
.dropdown_wrapper {
|
|
2937
|
+
width: 9.5rem;
|
|
2938
|
+
border-radius: var(--rounded-sm);
|
|
2939
|
+
border: 1px solid var(--color-border-subtler, #e3e8ef);
|
|
2940
|
+
background: var(--color-surface, #ffffff);
|
|
2941
|
+
box-shadow: var(--shadow-md);
|
|
2942
|
+
position: absolute;
|
|
2943
|
+
z-index: 1000;
|
|
2944
|
+
}
|
|
2945
|
+
|
|
2946
|
+
/* Mobile Table View Styles */
|
|
2947
|
+
.mobile_wrapper {
|
|
2948
|
+
display: flex;
|
|
2949
|
+
flex-direction: column;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2952
|
+
.mobile-card {
|
|
2953
|
+
padding: 16px;
|
|
2954
|
+
border-bottom: 1px solid #e5e7eb;
|
|
2955
|
+
display: flex;
|
|
2956
|
+
flex-direction: column;
|
|
2957
|
+
gap: 6px;
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
.mobile-row {
|
|
2961
|
+
display: flex;
|
|
2962
|
+
justify-content: space-between;
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
/* .mobile-cell {
|
|
2966
|
+
font-size: 14px;
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2969
|
+
.mobile-top .mobile-cell:first-child {
|
|
2970
|
+
font-weight: 500;
|
|
2971
|
+
font-size: 16px;
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
.mobile-top .mobile-cell.right {
|
|
2975
|
+
font-weight: 600;
|
|
2976
|
+
font-size: 16px;
|
|
2977
|
+
} */
|
|
2978
|
+
|
|
2979
|
+
.right {
|
|
2980
|
+
text-align: right;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
.top_left_text,
|
|
2984
|
+
.top_right_text {
|
|
2985
|
+
color: var(--color-text, #4B5565);
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2988
|
+
.bottom_left_text {
|
|
2989
|
+
color: var(--color-text-subtle, #697586);
|
|
2922
2990
|
}
|