ku4web-components 6.4.82 → 6.4.85
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/angular/index.js +1 -1
- package/angular/index.mjs +1 -1
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/css-shim-af499675.js +6 -0
- package/dist/cjs/dom-0e8e7262.js +75 -0
- package/dist/cjs/index-31267995.js +3093 -0
- package/dist/cjs/index-517c4086.js +14 -0
- package/dist/cjs/{index-a7b6d98c.js → index-845c56d4.js} +1 -1
- package/dist/cjs/index-a80ad36d.js +10 -0
- package/dist/cjs/{index-f78c109e.js → index-d1d73823.js} +1 -1
- package/dist/cjs/index-d6fca091.js +10 -0
- package/dist/cjs/ku4-carousel-controls.cjs.entry.js +6 -6
- package/dist/cjs/ku4-carousel-slide.cjs.entry.js +1 -1
- package/dist/cjs/ku4-carousel.cjs.entry.js +14 -7
- package/dist/cjs/ku4-col.cjs.entry.js +1 -1
- package/dist/cjs/ku4-drawer.cjs.entry.js +1 -1
- package/dist/cjs/ku4-feature.cjs.entry.js +2 -2
- package/dist/cjs/ku4-focus-trap.cjs.entry.js +26 -26
- package/dist/cjs/ku4-form.cjs.entry.js +3 -3
- package/dist/cjs/ku4-grid.cjs.entry.js +1 -1
- package/dist/cjs/ku4-label.cjs.entry.js +2 -2
- package/dist/cjs/ku4-mask.cjs.entry.js +2 -2
- package/dist/cjs/ku4-modal.cjs.entry.js +3 -3
- package/dist/cjs/ku4-panel.cjs.entry.js +1 -1
- package/dist/cjs/ku4-preview.cjs.entry.js +43 -14
- package/dist/cjs/ku4-tab-list.cjs.entry.js +4 -4
- package/dist/cjs/ku4-tab-panel.cjs.entry.js +3 -3
- package/dist/cjs/ku4-tab.cjs.entry.js +3 -3
- package/dist/cjs/ku4-table.cjs.entry.js +1 -1
- package/dist/cjs/ku4-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/ku4-validation.cjs.entry.js +2 -2
- package/dist/cjs/ku4web-components.cjs.js +103 -8
- package/dist/cjs/loader.cjs.js +19 -3
- package/dist/cjs/{shadow-css-78860e39.js → shadow-css-546083ef.js} +1 -1
- package/dist/cjs/{uid-97baaecc.js → uid-65cb3869.js} +1 -1
- package/dist/cjs/uid-8ec2f63e.js +11 -0
- package/dist/collection/capabilities/a11y/aria.js +26 -0
- package/dist/collection/capabilities/angular/index.js +24 -0
- package/dist/collection/capabilities/decorators/deprecated.js +20 -0
- package/dist/collection/capabilities/decorators/index.js +3 -0
- package/dist/collection/capabilities/decorators/memoize.js +7 -0
- package/dist/collection/capabilities/dom/isFocusable.js +7 -0
- package/dist/collection/capabilities/dom/queryFocusable.js +2 -0
- package/dist/collection/capabilities/identity/uid.js +6 -0
- package/dist/collection/capabilities/mask/index.js +5 -0
- package/dist/collection/capabilities/mask/patterns/date.js +40 -0
- package/dist/collection/capabilities/mask/patterns/index.js +7 -0
- package/dist/collection/capabilities/react/index.js +25 -0
- package/dist/collection/capabilities/testing/html.js +14 -0
- package/dist/collection/capabilities/testing/styles.js +14 -0
- package/dist/collection/capabilities/vue/index.js +28 -0
- package/dist/collection/capabilities/vue3/index.js +26 -0
- package/dist/collection/collection-manifest.json +31 -0
- package/dist/collection/components/ku4-carousel/ku4-carousel.css +221 -0
- package/dist/collection/components/ku4-carousel/ku4-carousel.js +369 -0
- package/dist/collection/components/ku4-carousel-controls/ku4-carousel-controls.css +32 -0
- package/dist/collection/components/ku4-carousel-controls/ku4-carousel-controls.js +112 -0
- package/dist/collection/components/ku4-carousel-slide/ku4-carousel-slide.css +3 -0
- package/dist/collection/components/ku4-carousel-slide/ku4-carousel-slide.js +159 -0
- package/dist/collection/components/ku4-col/ku4-col.css +601 -0
- package/dist/collection/components/ku4-col/ku4-col.js +288 -0
- package/dist/collection/components/ku4-drawer/ku4-drawer.css +56 -0
- package/dist/collection/components/ku4-drawer/ku4-drawer.js +163 -0
- package/dist/collection/components/ku4-feature/ku4-feature.js +70 -0
- package/dist/collection/components/ku4-focus-trap/ku4-focus-trap.css +3 -0
- package/dist/collection/components/ku4-focus-trap/ku4-focus-trap.js +441 -0
- package/dist/collection/components/ku4-form/ku4-form.js +225 -0
- package/dist/collection/components/ku4-grid/ku4-grid.css +751 -0
- package/dist/collection/components/ku4-grid/ku4-grid.js +408 -0
- package/dist/collection/components/ku4-label/ku4-label.css +36 -0
- package/dist/collection/components/ku4-label/ku4-label.js +115 -0
- package/dist/collection/components/ku4-mask/ku4-mask.css +3 -0
- package/dist/collection/components/ku4-mask/ku4-mask.js +458 -0
- package/dist/collection/components/ku4-modal/ku4-modal.css +85 -0
- package/dist/collection/components/ku4-modal/ku4-modal.js +208 -0
- package/dist/collection/components/ku4-panel/ku4-panel.css +14 -0
- package/dist/collection/components/ku4-panel/ku4-panel.js +119 -0
- package/dist/collection/components/ku4-preview/ku4-preview.css +23 -0
- package/dist/collection/components/ku4-preview/ku4-preview.js +266 -0
- package/dist/collection/components/ku4-tab/ku4-tab.css +82 -0
- package/dist/collection/components/ku4-tab/ku4-tab.js +191 -0
- package/dist/collection/components/ku4-tab-list/ku4-tab-list.css +6 -0
- package/dist/collection/components/ku4-tab-list/ku4-tab-list.js +118 -0
- package/dist/collection/components/ku4-tab-panel/ku4-tab-panel.css +26 -0
- package/dist/collection/components/ku4-tab-panel/ku4-tab-panel.js +166 -0
- package/dist/collection/components/ku4-table/ku4-table.css +116 -0
- package/dist/collection/components/ku4-table/ku4-table.js +120 -0
- package/dist/collection/components/ku4-tooltip/ku4-tooltip.css +56 -0
- package/dist/collection/components/ku4-tooltip/ku4-tooltip.js +274 -0
- package/dist/collection/components/ku4-validation/ku4-validation.css +19 -0
- package/dist/collection/components/ku4-validation/ku4-validation.js +364 -0
- package/dist/collection/components/ku4-validation/validate.js +14 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/security.js +27 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/css-shim-5697df59.js +4 -0
- package/dist/esm/dom-1d32cb7b.js +73 -0
- package/dist/esm/index-135dacad.js +3 -0
- package/dist/esm/{index-81a98b72.js → index-45c399b0.js} +1 -1
- package/dist/esm/{index-bdb0771a.js → index-49940d9d.js} +1 -1
- package/dist/esm/index-52b04dce.js +3057 -0
- package/dist/esm/index-bbaf160c.js +3 -0
- package/dist/esm/index-f13d1b41.js +3 -0
- package/dist/esm/ku4-carousel-controls.entry.js +6 -6
- package/dist/esm/ku4-carousel-slide.entry.js +1 -1
- package/dist/esm/ku4-carousel.entry.js +14 -7
- package/dist/esm/ku4-col.entry.js +1 -1
- package/dist/esm/ku4-drawer.entry.js +1 -1
- package/dist/esm/ku4-feature.entry.js +2 -2
- package/dist/esm/ku4-focus-trap.entry.js +3 -3
- package/dist/esm/ku4-form.entry.js +3 -3
- package/dist/esm/ku4-grid.entry.js +1 -1
- package/dist/esm/ku4-label.entry.js +2 -2
- package/dist/esm/ku4-mask.entry.js +2 -2
- package/dist/esm/ku4-modal.entry.js +3 -3
- package/dist/esm/ku4-panel.entry.js +1 -1
- package/dist/esm/ku4-preview.entry.js +34 -5
- package/dist/esm/ku4-tab-list.entry.js +4 -4
- package/dist/esm/ku4-tab-panel.entry.js +3 -3
- package/dist/esm/ku4-tab.entry.js +3 -3
- package/dist/esm/ku4-table.entry.js +1 -1
- package/dist/esm/ku4-tooltip.entry.js +2 -2
- package/dist/esm/ku4-validation.entry.js +2 -2
- package/dist/esm/ku4web-components.js +103 -8
- package/dist/esm/loader.js +19 -3
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/{shadow-css-4d56fa31.js → shadow-css-dfa0587f.js} +1 -1
- package/dist/esm/{uid-1ec3509b.js → uid-18bb1d2b.js} +1 -1
- package/dist/esm/uid-a7ff854d.js +9 -0
- package/dist/esm-es5/{index-81a98b72.js → index-45c399b0.js} +1 -1
- package/dist/esm-es5/{index-bdb0771a.js → index-49940d9d.js} +1 -1
- package/dist/esm-es5/{index-316624d1.js → index-bbaf160c.js} +1 -1
- package/dist/esm-es5/ku4-carousel-controls.entry.js +1 -1
- package/dist/esm-es5/ku4-carousel-slide.entry.js +1 -1
- package/dist/esm-es5/ku4-carousel.entry.js +1 -1
- package/dist/esm-es5/ku4-col.entry.js +1 -1
- package/dist/esm-es5/ku4-drawer.entry.js +1 -1
- package/dist/esm-es5/ku4-feature.entry.js +1 -1
- package/dist/esm-es5/ku4-focus-trap.entry.js +1 -1
- package/dist/esm-es5/ku4-form.entry.js +1 -1
- package/dist/esm-es5/ku4-grid.entry.js +1 -1
- package/dist/esm-es5/ku4-label.entry.js +1 -1
- package/dist/esm-es5/ku4-mask.entry.js +1 -1
- package/dist/esm-es5/ku4-modal.entry.js +1 -1
- package/dist/esm-es5/ku4-panel.entry.js +1 -1
- package/dist/esm-es5/ku4-preview.entry.js +1 -1
- package/dist/esm-es5/ku4-tab-list.entry.js +1 -1
- package/dist/esm-es5/ku4-tab-panel.entry.js +1 -1
- package/dist/esm-es5/ku4-tab.entry.js +1 -1
- package/dist/esm-es5/ku4-table.entry.js +1 -1
- package/dist/esm-es5/ku4-tooltip.entry.js +1 -1
- package/dist/esm-es5/ku4-validation.entry.js +1 -1
- package/dist/esm-es5/ku4web-components.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{shadow-css-4d56fa31.js → shadow-css-dfa0587f.js} +0 -0
- package/dist/esm-es5/uid-18bb1d2b.js +1 -0
- package/dist/index.js +1 -1
- package/dist/ku4web-components/app-globals-0f993ce5.js +3 -0
- package/dist/ku4web-components/app-globals-497eb362.system.js +1 -0
- package/dist/ku4web-components/css-shim-2eb8ce1f.system.js +1 -0
- package/dist/ku4web-components/css-shim-5697df59.js +4 -0
- package/dist/ku4web-components/dom-1d32cb7b.js +73 -0
- package/dist/ku4web-components/dom-e6a9d306.system.js +21 -0
- package/dist/ku4web-components/index-135dacad.js +3 -0
- package/dist/ku4web-components/index-4036ffa2.system.js +1 -0
- package/dist/ku4web-components/index-52b04dce.js +3057 -0
- package/dist/ku4web-components/index-9bb2580f.system.js +1 -0
- package/dist/ku4web-components/index-dcd9a8a7.system.js +1 -0
- package/dist/ku4web-components/index-f13d1b41.js +3 -0
- package/dist/ku4web-components/index.esm.js +1 -0
- package/dist/ku4web-components/index.system.js +1 -0
- package/dist/ku4web-components/ku4-carousel-controls.entry.js +89 -0
- package/dist/ku4web-components/ku4-carousel-controls.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-carousel-slide.entry.js +47 -0
- package/dist/ku4web-components/ku4-carousel-slide.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-carousel.entry.js +175 -0
- package/dist/ku4web-components/ku4-carousel.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-col.entry.js +75 -0
- package/dist/ku4web-components/ku4-col.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-drawer.entry.js +35 -0
- package/dist/ku4web-components/ku4-drawer.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-feature.entry.js +29 -0
- package/dist/ku4web-components/ku4-feature.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-focus-trap.entry.js +323 -0
- package/dist/ku4web-components/ku4-focus-trap.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-form.entry.js +112 -0
- package/dist/ku4web-components/ku4-form.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-grid.entry.js +108 -0
- package/dist/ku4web-components/ku4-grid.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-label.entry.js +70 -0
- package/dist/ku4web-components/ku4-label.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-mask.entry.js +342 -0
- package/dist/ku4web-components/ku4-mask.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-modal.entry.js +75 -0
- package/dist/ku4web-components/ku4-modal.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-panel.entry.js +49 -0
- package/dist/ku4web-components/ku4-panel.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-preview.entry.js +128 -0
- package/dist/ku4web-components/ku4-preview.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-tab-list.entry.js +76 -0
- package/dist/ku4web-components/ku4-tab-list.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-tab-panel.entry.js +72 -0
- package/dist/ku4web-components/ku4-tab-panel.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-tab.entry.js +63 -0
- package/dist/ku4web-components/ku4-tab.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-table.entry.js +79 -0
- package/dist/ku4web-components/ku4-table.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-tooltip.entry.js +120 -0
- package/dist/ku4web-components/ku4-tooltip.system.entry.js +1 -0
- package/dist/ku4web-components/ku4-validation.entry.js +162 -0
- package/dist/ku4web-components/ku4-validation.system.entry.js +1 -0
- package/dist/ku4web-components/ku4web-components.css +299 -1
- package/dist/ku4web-components/ku4web-components.esm.js +129 -1
- package/dist/ku4web-components/ku4web-components.js +1 -1
- package/dist/ku4web-components/ku4web-components.system.js +1 -0
- package/dist/ku4web-components/{p-0adeb8e4.entry.js → p-005353c6.entry.js} +1 -1
- package/dist/ku4web-components/{p-66b8247f.entry.js → p-09f09ad6.entry.js} +1 -1
- package/dist/ku4web-components/{p-6b9e3523.system.entry.js → p-09f10910.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-32e9a8d0.system.entry.js → p-0d156607.system.entry.js} +1 -1
- package/dist/ku4web-components/p-0eae47a2.entry.js +1 -0
- package/dist/ku4web-components/{p-818caf0f.entry.js → p-1380f375.entry.js} +1 -1
- package/dist/ku4web-components/{p-95698618.system.entry.js → p-138904dc.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-acb43765.system.entry.js → p-1cdd4c7f.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-61214088.entry.js → p-1fbc37de.entry.js} +1 -1
- package/dist/ku4web-components/{p-5fcea805.entry.js → p-20d3e65d.entry.js} +1 -1
- package/dist/ku4web-components/{p-6cfd9011.system.entry.js → p-24bf4b99.system.entry.js} +1 -1
- package/dist/ku4web-components/p-2c059443.js +1 -0
- package/dist/ku4web-components/{p-5f9d0077.entry.js → p-38453b51.entry.js} +1 -1
- package/dist/ku4web-components/{p-7bfc256a.system.entry.js → p-3b70ff65.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-e6b3a708.js → p-42dd73f2.js} +1 -1
- package/dist/ku4web-components/{p-136e5a03.system.entry.js → p-4d4d3cc4.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-097ba217.entry.js → p-509b8f00.entry.js} +1 -1
- package/dist/ku4web-components/{p-073cefec.system.entry.js → p-53605e68.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-050f184b.system.entry.js → p-5a60b1d4.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-3a0d1ff7.system.entry.js → p-5a6bad52.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-a0d0c99e.system.entry.js → p-5c6c6207.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-881e100a.js → p-5e796581.js} +0 -0
- package/dist/ku4web-components/{p-ba9edd72.js → p-6d2e8227.js} +1 -1
- package/dist/ku4web-components/{p-f3fbe1e6.entry.js → p-72219668.entry.js} +1 -1
- package/dist/ku4web-components/{p-596beaad.system.entry.js → p-774dbc9e.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-96ec7b4f.system.js → p-829fb4ce.system.js} +1 -1
- package/dist/ku4web-components/{p-fbf3ad1e.system.js → p-8b2d8a2a.system.js} +0 -0
- package/dist/ku4web-components/{p-c3293202.system.js → p-8bf22b59.system.js} +1 -1
- package/dist/ku4web-components/p-955c91e2.system.js +1 -0
- package/dist/ku4web-components/{p-288482da.system.entry.js → p-9ba0f967.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-49275772.entry.js → p-a5f54bc0.entry.js} +1 -1
- package/dist/ku4web-components/{p-d848909c.system.entry.js → p-a61f7c42.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-1d5a1caf.system.entry.js → p-ac73d0e7.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-189cde73.js → p-b4f47084.js} +1 -1
- package/dist/ku4web-components/{p-ea4b32de.system.entry.js → p-bd83ef31.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-02328d34.system.entry.js → p-c0a165e0.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-3f4082d5.entry.js → p-c92e1e4b.entry.js} +1 -1
- package/dist/ku4web-components/{p-d8868855.entry.js → p-ccf5f75c.entry.js} +1 -1
- package/dist/ku4web-components/{p-0f77bef9.system.js → p-d66b1c43.system.js} +1 -1
- package/dist/ku4web-components/{p-a352f533.system.js → p-da75dba2.system.js} +1 -1
- package/dist/ku4web-components/{p-cd0d0b40.entry.js → p-dd0d306b.entry.js} +1 -1
- package/dist/ku4web-components/{p-52d815ab.system.entry.js → p-e550fd09.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-3f2a008c.entry.js → p-e8d5dcce.entry.js} +1 -1
- package/dist/ku4web-components/{p-b47bb3d0.entry.js → p-ecf06d64.entry.js} +1 -1
- package/dist/ku4web-components/p-edeec4c4.entry.js +1 -0
- package/dist/ku4web-components/{p-0ce97586.entry.js → p-edfa2aea.entry.js} +1 -1
- package/dist/ku4web-components/{p-8642aef5.entry.js → p-ef0b529f.entry.js} +1 -1
- package/dist/ku4web-components/{p-c798faf2.entry.js → p-f2a603c3.entry.js} +1 -1
- package/dist/ku4web-components/{p-fc0c3bf4.system.entry.js → p-f6ba4337.system.entry.js} +1 -1
- package/dist/ku4web-components/{p-3f147a02.entry.js → p-fd6bcdde.entry.js} +1 -1
- package/dist/ku4web-components/{p-524cef27.system.entry.js → p-fdd14ecc.system.entry.js} +1 -1
- package/dist/ku4web-components/shadow-css-6a0a96e7.system.js +13 -0
- package/dist/ku4web-components/shadow-css-dfa0587f.js +388 -0
- package/dist/ku4web-components/uid-3373ce49.system.js +1 -0
- package/dist/ku4web-components/uid-a7ff854d.js +9 -0
- package/dist/types/components/ku4-carousel/ku4-carousel.d.ts +3 -2
- package/dist/types/components.d.ts +2 -2
- package/package.json +26 -26
- package/react/index.js +1 -1
- package/react/index.mjs +1 -1
- package/vue/index.js +1 -1
- package/vue/index.mjs +1 -1
- package/vue3/index.js +1 -1
- package/vue3/index.mjs +1 -1
- package/dist/cjs/index-a530dbc9.js +0 -10
- package/dist/esm/index-316624d1.js +0 -3
- package/dist/esm-es5/uid-1ec3509b.js +0 -1
- package/dist/ku4web-components/p-17d548db.js +0 -1
- package/dist/ku4web-components/p-cd4cdcbb.entry.js +0 -1
- package/dist/ku4web-components/p-d17f65a6.entry.js +0 -1
- package/dist/ku4web-components/p-db3040f3.system.js +0 -1
@@ -0,0 +1,120 @@
|
|
1
|
+
import { Component, Prop, Element, h } from '@stencil/core';
|
2
|
+
/**
|
3
|
+
* @description ku4-table
|
4
|
+
*/
|
5
|
+
export class Ku4Table {
|
6
|
+
constructor() {
|
7
|
+
/**
|
8
|
+
* The member to stack on at extra-small views.
|
9
|
+
*/
|
10
|
+
// eslint-disable-next-line @stencil/strict-mutable
|
11
|
+
this.stackXs = '';
|
12
|
+
/**
|
13
|
+
* The member to stack on at small views.
|
14
|
+
*/
|
15
|
+
// eslint-disable-next-line @stencil/strict-mutable
|
16
|
+
this.stackSm = '';
|
17
|
+
}
|
18
|
+
stack() {
|
19
|
+
const theadHeaders = [].slice.call(this.host.querySelectorAll('thead th'));
|
20
|
+
const tbodyHeaders = [].slice.call(this.host.querySelectorAll('tbody th'));
|
21
|
+
const tfootHeaders = [].slice.call(this.host.querySelectorAll('tfoot th'));
|
22
|
+
const hasBodyHeaders = tbodyHeaders.length > 0;
|
23
|
+
const headerRows = this.host.querySelector('thead tr :first-child');
|
24
|
+
if (hasBodyHeaders) {
|
25
|
+
headerRows.classList.add('ku4-head-header');
|
26
|
+
}
|
27
|
+
theadHeaders.forEach((th, i) => {
|
28
|
+
// eslint-disable-next-line no-param-reassign
|
29
|
+
th.style.order = i + (!hasBodyHeaders);
|
30
|
+
});
|
31
|
+
[].slice.call(this.host.querySelectorAll('tbody tr')).forEach((tr, i) => {
|
32
|
+
[].slice.call(tr.querySelectorAll('td')).forEach((element, j) => {
|
33
|
+
// eslint-disable-next-line no-param-reassign
|
34
|
+
element.style.order = j + 1;
|
35
|
+
try {
|
36
|
+
const columnHeader = theadHeaders[j + hasBodyHeaders];
|
37
|
+
const rowHeader = tbodyHeaders[i];
|
38
|
+
element.setAttribute('data-ku4-column-header', columnHeader.getAttribute('data-ku4-stack-header') || columnHeader.textContent);
|
39
|
+
element.setAttribute('data-ku4-row-header', rowHeader.getAttribute('data-ku4-stack-header') || rowHeader.textContent);
|
40
|
+
}
|
41
|
+
catch (e) { /*Fail silently*/ }
|
42
|
+
});
|
43
|
+
});
|
44
|
+
[].slice.call(this.host.querySelectorAll('tfoot tr')).forEach((tr, i) => {
|
45
|
+
[].slice.call(tr.querySelectorAll('td')).forEach((element, j) => {
|
46
|
+
// eslint-disable-next-line no-param-reassign
|
47
|
+
element.style.order = j + 1;
|
48
|
+
try {
|
49
|
+
const columnHeader = theadHeaders[j + hasBodyHeaders];
|
50
|
+
const rowHeader = tfootHeaders[i];
|
51
|
+
element.setAttribute('data-ku4-column-header', columnHeader.getAttribute('data-ku4-stack-header') || columnHeader.textContent);
|
52
|
+
element.setAttribute('data-ku4-row-header', rowHeader.getAttribute('data-ku4-stack-header') || rowHeader.textContent);
|
53
|
+
}
|
54
|
+
catch (e) { /*Fail silently*/ }
|
55
|
+
});
|
56
|
+
});
|
57
|
+
}
|
58
|
+
componentDidLoad() {
|
59
|
+
this.stack();
|
60
|
+
this.mutationObserver = new MutationObserver(() => this.stack());
|
61
|
+
this.mutationObserver.observe(this.host, { childList: true, subtree: true });
|
62
|
+
}
|
63
|
+
disconnectedCallback() {
|
64
|
+
try {
|
65
|
+
this.mutationObserver.disconnect();
|
66
|
+
}
|
67
|
+
catch (e) {
|
68
|
+
/** Fail silently **/
|
69
|
+
}
|
70
|
+
}
|
71
|
+
render() {
|
72
|
+
return h("slot", null);
|
73
|
+
}
|
74
|
+
static get is() { return "ku4-table"; }
|
75
|
+
static get originalStyleUrls() { return {
|
76
|
+
"$": ["ku4-table.scss"]
|
77
|
+
}; }
|
78
|
+
static get styleUrls() { return {
|
79
|
+
"$": ["ku4-table.css"]
|
80
|
+
}; }
|
81
|
+
static get properties() { return {
|
82
|
+
"stackXs": {
|
83
|
+
"type": "string",
|
84
|
+
"mutable": true,
|
85
|
+
"complexType": {
|
86
|
+
"original": "'column' | 'row' | ''",
|
87
|
+
"resolved": "\"\" | \"column\" | \"row\"",
|
88
|
+
"references": {}
|
89
|
+
},
|
90
|
+
"required": false,
|
91
|
+
"optional": false,
|
92
|
+
"docs": {
|
93
|
+
"tags": [],
|
94
|
+
"text": "The member to stack on at extra-small views."
|
95
|
+
},
|
96
|
+
"attribute": "stack-xs",
|
97
|
+
"reflect": true,
|
98
|
+
"defaultValue": "''"
|
99
|
+
},
|
100
|
+
"stackSm": {
|
101
|
+
"type": "string",
|
102
|
+
"mutable": true,
|
103
|
+
"complexType": {
|
104
|
+
"original": "'column' | 'row' | ''",
|
105
|
+
"resolved": "\"\" | \"column\" | \"row\"",
|
106
|
+
"references": {}
|
107
|
+
},
|
108
|
+
"required": false,
|
109
|
+
"optional": false,
|
110
|
+
"docs": {
|
111
|
+
"tags": [],
|
112
|
+
"text": "The member to stack on at small views."
|
113
|
+
},
|
114
|
+
"attribute": "stack-sm",
|
115
|
+
"reflect": true,
|
116
|
+
"defaultValue": "''"
|
117
|
+
}
|
118
|
+
}; }
|
119
|
+
static get elementRef() { return "host"; }
|
120
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
:host {
|
2
|
+
position: fixed;
|
3
|
+
display: none;
|
4
|
+
opacity: 0;
|
5
|
+
z-index: 2;
|
6
|
+
background-color: #fff;
|
7
|
+
border: solid 1px #ccc;
|
8
|
+
}
|
9
|
+
|
10
|
+
:host([visible]) {
|
11
|
+
display: block;
|
12
|
+
opacity: 1;
|
13
|
+
transition: opacity 0.4s;
|
14
|
+
}
|
15
|
+
|
16
|
+
:host .arrow {
|
17
|
+
position: absolute;
|
18
|
+
width: var(--ku4-tooltip-arrow-size, 14px);
|
19
|
+
height: var(--ku4-tooltip-arrow-size, 14px);
|
20
|
+
background-color: inherit;
|
21
|
+
transform: rotate(45deg);
|
22
|
+
border: inherit;
|
23
|
+
box-shadow: var(--ku4-tooltip-arrow-box-shadow, none);
|
24
|
+
}
|
25
|
+
|
26
|
+
:host .content {
|
27
|
+
position: relative;
|
28
|
+
}
|
29
|
+
|
30
|
+
:host([top]) .arrow {
|
31
|
+
top: calc(100% - var(--ku4-tooltip-arrow-offset, 7px));
|
32
|
+
left: calc(50% - var(--ku4-tooltip-arrow-offset, 7px));
|
33
|
+
border-top: none !important;
|
34
|
+
border-left: none !important;
|
35
|
+
}
|
36
|
+
|
37
|
+
:host([left]) .arrow {
|
38
|
+
top: calc(50% - var(--ku4-tooltip-arrow-offset, 7px));
|
39
|
+
left: calc(100% - var(--ku4-tooltip-arrow-offset, 7px));
|
40
|
+
border-left: none !important;
|
41
|
+
border-bottom: none !important;
|
42
|
+
}
|
43
|
+
|
44
|
+
:host([bottom]) .arrow {
|
45
|
+
left: calc(50% - var(--ku4-tooltip-arrow-offset, 7px));
|
46
|
+
bottom: calc(100% - var(--ku4-tooltip-arrow-offset, 7px));
|
47
|
+
border-bottom: none !important;
|
48
|
+
border-right: none !important;
|
49
|
+
}
|
50
|
+
|
51
|
+
:host([right]) .arrow {
|
52
|
+
top: calc(50% - var(--ku4-tooltip-arrow-offset, 7px));
|
53
|
+
right: calc(100% - var(--ku4-tooltip-arrow-offset, 7px));
|
54
|
+
border-top: none !important;
|
55
|
+
border-right: none !important;
|
56
|
+
}
|
@@ -0,0 +1,274 @@
|
|
1
|
+
import { Component, Prop, Element, Method, Host, h } from '@stencil/core';
|
2
|
+
import { debounce, Rectangle, Timeout } from 'ku4es-kernel';
|
3
|
+
/**
|
4
|
+
* @description ku4-tooltip
|
5
|
+
*/
|
6
|
+
export class Ku4Tooltip {
|
7
|
+
constructor() {
|
8
|
+
this.isShowing = false;
|
9
|
+
this.show = this.show.bind(this);
|
10
|
+
this.hide = this.hide.bind(this);
|
11
|
+
this._show = this._show.bind(this);
|
12
|
+
this._hide = this._hide.bind(this);
|
13
|
+
this._toggle = this._toggle.bind(this);
|
14
|
+
this.hideTimeout = new Timeout(200).onTimeout(this._hide);
|
15
|
+
}
|
16
|
+
/**
|
17
|
+
* Show tooltip on target element.
|
18
|
+
* @param {HTMLElement} element - Element to show tooltip on
|
19
|
+
*/
|
20
|
+
async show(element) {
|
21
|
+
this.hideTimeout.clear();
|
22
|
+
if (this.host.contains(element)) {
|
23
|
+
return;
|
24
|
+
}
|
25
|
+
else {
|
26
|
+
this.isShowing = true;
|
27
|
+
this.host.setAttribute('visible', 'true');
|
28
|
+
this.calcualatePosition(element);
|
29
|
+
this.scrollListener = debounce(() => this.calcualatePosition(element));
|
30
|
+
window.addEventListener('scroll', this.scrollListener, { passive: true });
|
31
|
+
}
|
32
|
+
}
|
33
|
+
/**
|
34
|
+
* Hide tool tip.
|
35
|
+
*/
|
36
|
+
async hide() {
|
37
|
+
this.hideTimeout.clear().start();
|
38
|
+
}
|
39
|
+
_show(e) {
|
40
|
+
this.show(e.target);
|
41
|
+
}
|
42
|
+
_hide() {
|
43
|
+
window.removeEventListener('scroll', this.scrollListener);
|
44
|
+
this.host.removeAttribute('visible');
|
45
|
+
this.isShowing = false;
|
46
|
+
}
|
47
|
+
_toggle(e) {
|
48
|
+
this.isShowing ? this._hide() : this._show(e);
|
49
|
+
}
|
50
|
+
calcualatePosition(target) {
|
51
|
+
const { left, top, width, height } = target.getBoundingClientRect();
|
52
|
+
const { left: hleft, top: htop, width: hwidth, height: hheight } = this.host.getBoundingClientRect();
|
53
|
+
const targetBox = new Rectangle(left, top, width, height);
|
54
|
+
const hostBox = new Rectangle(hleft, htop, hwidth, hheight);
|
55
|
+
/**
|
56
|
+
* The measurements aren't quite lining up with center. They are off by a small bit
|
57
|
+
* Need to figure out why.
|
58
|
+
* Also the Arrow is not lining up. Looks like some small margin mistakes fix.
|
59
|
+
* Could also stand to figure out a way to support an arrow that is white with a border.
|
60
|
+
*/
|
61
|
+
if (this.top) {
|
62
|
+
this.host.style.left = `${targetBox.origin.x + targetBox.dimensions.x / 2 - hostBox.dimensions.x / 2}px`;
|
63
|
+
this.host.style.top = `${targetBox.origin.y - hostBox.dimensions.y - 15}px`;
|
64
|
+
}
|
65
|
+
else if (this.left) {
|
66
|
+
this.host.style.left = `${targetBox.origin.x - hostBox.dimensions.x - 15}px`;
|
67
|
+
this.host.style.top = `${targetBox.origin.y + targetBox.dimensions.y / 2 - hostBox.dimensions.y / 2}px`;
|
68
|
+
}
|
69
|
+
else if (this.bottom) {
|
70
|
+
this.host.style.left = `${targetBox.origin.x + targetBox.dimensions.x / 2 - hostBox.dimensions.x / 2}px`;
|
71
|
+
this.host.style.top = `${targetBox.origin.y + targetBox.dimensions.y + 15}px`;
|
72
|
+
}
|
73
|
+
else if (this.right) {
|
74
|
+
this.host.style.left = `${targetBox.origin.x + targetBox.dimensions.x + 15}px`;
|
75
|
+
this.host.style.top = `${targetBox.origin.y + targetBox.dimensions.y / 2 - hostBox.dimensions.y / 2}px`;
|
76
|
+
}
|
77
|
+
else {
|
78
|
+
this.host.style.left = `${targetBox.origin.x + targetBox.dimensions.x / 2 - hostBox.dimensions.x / 2}px`;
|
79
|
+
this.host.style.top = `${targetBox.origin.y + targetBox.dimensions.y + 15}px`;
|
80
|
+
}
|
81
|
+
}
|
82
|
+
componentWillLoad() {
|
83
|
+
const { debug, element, host, top, left, bottom, right } = this;
|
84
|
+
if (!(top || left || bottom || right)) {
|
85
|
+
this.host.setAttribute('bottom', '');
|
86
|
+
}
|
87
|
+
document.querySelectorAll(element).forEach((element) => {
|
88
|
+
host.addEventListener('mouseover', this._show);
|
89
|
+
element.addEventListener('mouseover', this._show);
|
90
|
+
element.addEventListener('touchstart', this._toggle, { passive: true });
|
91
|
+
if (debug) {
|
92
|
+
return;
|
93
|
+
}
|
94
|
+
host.addEventListener('mouseout', this.hide);
|
95
|
+
element.addEventListener('mouseout', this.hide);
|
96
|
+
});
|
97
|
+
}
|
98
|
+
disconnectedCallback() {
|
99
|
+
const { debug, element, hideTimeout, host } = this;
|
100
|
+
document.querySelectorAll(element).forEach((element) => {
|
101
|
+
host.removeEventListener('mouseover', this._show);
|
102
|
+
element.removeEventListener('mouseover', this._show);
|
103
|
+
element.removeEventListener('touchstart', this._toggle);
|
104
|
+
if (debug) {
|
105
|
+
return;
|
106
|
+
}
|
107
|
+
host.removeEventListener('mouseout', this.hide);
|
108
|
+
element.removeEventListener('mouseout', this.hide);
|
109
|
+
});
|
110
|
+
hideTimeout.clear();
|
111
|
+
}
|
112
|
+
render() {
|
113
|
+
return (h(Host, { role: "tooltip" },
|
114
|
+
h("div", { class: "arrow" }),
|
115
|
+
h("div", { class: "content" },
|
116
|
+
h("slot", null))));
|
117
|
+
}
|
118
|
+
static get is() { return "ku4-tooltip"; }
|
119
|
+
static get encapsulation() { return "shadow"; }
|
120
|
+
static get originalStyleUrls() { return {
|
121
|
+
"$": ["ku4-tooltip.scss"]
|
122
|
+
}; }
|
123
|
+
static get styleUrls() { return {
|
124
|
+
"$": ["ku4-tooltip.css"]
|
125
|
+
}; }
|
126
|
+
static get properties() { return {
|
127
|
+
"element": {
|
128
|
+
"type": "string",
|
129
|
+
"mutable": false,
|
130
|
+
"complexType": {
|
131
|
+
"original": "string",
|
132
|
+
"resolved": "string",
|
133
|
+
"references": {}
|
134
|
+
},
|
135
|
+
"required": false,
|
136
|
+
"optional": false,
|
137
|
+
"docs": {
|
138
|
+
"tags": [],
|
139
|
+
"text": "Query selector of element(s) to tie to\nthis tooltip."
|
140
|
+
},
|
141
|
+
"attribute": "element",
|
142
|
+
"reflect": false
|
143
|
+
},
|
144
|
+
"top": {
|
145
|
+
"type": "boolean",
|
146
|
+
"mutable": false,
|
147
|
+
"complexType": {
|
148
|
+
"original": "boolean",
|
149
|
+
"resolved": "boolean",
|
150
|
+
"references": {}
|
151
|
+
},
|
152
|
+
"required": false,
|
153
|
+
"optional": false,
|
154
|
+
"docs": {
|
155
|
+
"tags": [],
|
156
|
+
"text": "Pin tooltip to top of target element"
|
157
|
+
},
|
158
|
+
"attribute": "top",
|
159
|
+
"reflect": false
|
160
|
+
},
|
161
|
+
"left": {
|
162
|
+
"type": "boolean",
|
163
|
+
"mutable": false,
|
164
|
+
"complexType": {
|
165
|
+
"original": "boolean",
|
166
|
+
"resolved": "boolean",
|
167
|
+
"references": {}
|
168
|
+
},
|
169
|
+
"required": false,
|
170
|
+
"optional": false,
|
171
|
+
"docs": {
|
172
|
+
"tags": [],
|
173
|
+
"text": "Pin tooltip to left of target element"
|
174
|
+
},
|
175
|
+
"attribute": "left",
|
176
|
+
"reflect": false
|
177
|
+
},
|
178
|
+
"bottom": {
|
179
|
+
"type": "boolean",
|
180
|
+
"mutable": false,
|
181
|
+
"complexType": {
|
182
|
+
"original": "boolean",
|
183
|
+
"resolved": "boolean",
|
184
|
+
"references": {}
|
185
|
+
},
|
186
|
+
"required": false,
|
187
|
+
"optional": false,
|
188
|
+
"docs": {
|
189
|
+
"tags": [],
|
190
|
+
"text": "Pin tooltip to bottom of target element"
|
191
|
+
},
|
192
|
+
"attribute": "bottom",
|
193
|
+
"reflect": false
|
194
|
+
},
|
195
|
+
"right": {
|
196
|
+
"type": "boolean",
|
197
|
+
"mutable": false,
|
198
|
+
"complexType": {
|
199
|
+
"original": "boolean",
|
200
|
+
"resolved": "boolean",
|
201
|
+
"references": {}
|
202
|
+
},
|
203
|
+
"required": false,
|
204
|
+
"optional": false,
|
205
|
+
"docs": {
|
206
|
+
"tags": [],
|
207
|
+
"text": "Pin tooltip to right of target element"
|
208
|
+
},
|
209
|
+
"attribute": "right",
|
210
|
+
"reflect": false
|
211
|
+
},
|
212
|
+
"debug": {
|
213
|
+
"type": "boolean",
|
214
|
+
"mutable": false,
|
215
|
+
"complexType": {
|
216
|
+
"original": "boolean",
|
217
|
+
"resolved": "boolean",
|
218
|
+
"references": {}
|
219
|
+
},
|
220
|
+
"required": false,
|
221
|
+
"optional": false,
|
222
|
+
"docs": {
|
223
|
+
"tags": [],
|
224
|
+
"text": "Prevents tooltip show/hide behavior. Instead,\ntooltip will always show. This is useful for\ncustom style development and debugging."
|
225
|
+
},
|
226
|
+
"attribute": "debug",
|
227
|
+
"reflect": false
|
228
|
+
}
|
229
|
+
}; }
|
230
|
+
static get methods() { return {
|
231
|
+
"show": {
|
232
|
+
"complexType": {
|
233
|
+
"signature": "(element: any) => Promise<void>",
|
234
|
+
"parameters": [{
|
235
|
+
"tags": [{
|
236
|
+
"name": "param",
|
237
|
+
"text": "element - Element to show tooltip on"
|
238
|
+
}],
|
239
|
+
"text": "- Element to show tooltip on"
|
240
|
+
}],
|
241
|
+
"references": {
|
242
|
+
"Promise": {
|
243
|
+
"location": "global"
|
244
|
+
}
|
245
|
+
},
|
246
|
+
"return": "Promise<void>"
|
247
|
+
},
|
248
|
+
"docs": {
|
249
|
+
"text": "Show tooltip on target element.",
|
250
|
+
"tags": [{
|
251
|
+
"name": "param",
|
252
|
+
"text": "element - Element to show tooltip on"
|
253
|
+
}]
|
254
|
+
}
|
255
|
+
},
|
256
|
+
"hide": {
|
257
|
+
"complexType": {
|
258
|
+
"signature": "() => Promise<void>",
|
259
|
+
"parameters": [],
|
260
|
+
"references": {
|
261
|
+
"Promise": {
|
262
|
+
"location": "global"
|
263
|
+
}
|
264
|
+
},
|
265
|
+
"return": "Promise<void>"
|
266
|
+
},
|
267
|
+
"docs": {
|
268
|
+
"text": "Hide tool tip.",
|
269
|
+
"tags": []
|
270
|
+
}
|
271
|
+
}
|
272
|
+
}; }
|
273
|
+
static get elementRef() { return "host"; }
|
274
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
:host {
|
2
|
+
visibility: hidden !important;
|
3
|
+
}
|
4
|
+
|
5
|
+
:host([invalid]) {
|
6
|
+
visibility: visible !important;
|
7
|
+
}
|
8
|
+
|
9
|
+
:host([disabled]) {
|
10
|
+
visibility: hidden !important;
|
11
|
+
}
|
12
|
+
|
13
|
+
:host([invalid][disabled]) {
|
14
|
+
visibility: hidden !important;
|
15
|
+
}
|
16
|
+
|
17
|
+
:host([invalid][hidden]) {
|
18
|
+
visibility: hidden !important;
|
19
|
+
}
|