@ukic/canary-web-components 3.0.0-canary.10 → 3.0.0-canary.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/core.cjs.js +1 -1
- package/dist/cjs/ic-back-to-top.cjs.entry.js +3 -1
- package/dist/cjs/ic-back-to-top.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-breadcrumb-group.cjs.entry.js +22 -21
- package/dist/cjs/ic-breadcrumb-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-breadcrumb.cjs.entry.js +4 -3
- package/dist/cjs/ic-breadcrumb.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-card-vertical.cjs.entry.js +1 -1
- package/dist/cjs/ic-card-vertical.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/ic-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-table-title-bar.cjs.entry.js +1 -1
- package/dist/cjs/ic-data-table-title-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-data-table.cjs.entry.js +14 -13
- package/dist/cjs/ic-data-table.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-date-input.cjs.entry.js +6 -0
- package/dist/cjs/ic-date-input.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-dialog.cjs.entry.js +20 -5
- package/dist/cjs/ic-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-empty-state_2.cjs.entry.js +17 -7
- package/dist/cjs/ic-empty-state_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-footer-link.cjs.entry.js +1 -1
- package/dist/cjs/ic-footer-link.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-link.cjs.entry.js +1 -1
- package/dist/cjs/ic-link.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-pagination_4.cjs.entry.js +1 -1
- package/dist/cjs/ic-pagination_4.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-group.cjs.entry.js +2 -1
- package/dist/cjs/ic-radio-group.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js +1 -1
- package/dist/cjs/ic-radio-option.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-context.cjs.entry.js +1 -2
- package/dist/cjs/ic-tab-context.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tab-panel.cjs.entry.js +5 -6
- package/dist/cjs/ic-tab-panel.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-toggle-button.cjs.entry.js +1 -1
- package/dist/cjs/ic-toggle-button.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-top-navigation.cjs.entry.js +1 -1
- package/dist/cjs/ic-top-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tree-item.cjs.entry.js +41 -16
- package/dist/cjs/ic-tree-item.cjs.entry.js.map +1 -1
- package/dist/cjs/ic-tree-view.cjs.entry.js +7 -9
- package/dist/cjs/ic-tree-view.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/ic-data-table/ic-data-table.css +19 -5
- package/dist/collection/components/ic-data-table/ic-data-table.js +15 -14
- package/dist/collection/components/ic-data-table/ic-data-table.js.map +1 -1
- package/dist/collection/components/ic-data-table/ic-data-table.types.js.map +1 -1
- package/dist/collection/components/ic-data-table/story-data.js +190 -0
- package/dist/collection/components/ic-data-table/story-data.js.map +1 -1
- package/dist/collection/components/ic-data-table/test/basic/ic-data-table.spec.js +0 -27
- package/dist/collection/components/ic-data-table/test/basic/ic-data-table.spec.js.map +1 -1
- package/dist/collection/components/ic-data-table-title-bar/ic-data-table-title-bar.css +6 -6
- package/dist/collection/components/ic-date-input/ic-date-input.js +6 -0
- package/dist/collection/components/ic-date-input/ic-date-input.js.map +1 -1
- package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.js +17 -7
- package/dist/collection/components/ic-pagination-bar/ic-pagination-bar.js.map +1 -1
- package/dist/collection/components/ic-tree-item/ic-tree-item.js +41 -16
- package/dist/collection/components/ic-tree-item/ic-tree-item.js.map +1 -1
- package/dist/collection/components/ic-tree-view/ic-tree-view.js +7 -9
- package/dist/collection/components/ic-tree-view/ic-tree-view.js.map +1 -1
- package/dist/components/ic-back-to-top.js +4 -1
- package/dist/components/ic-back-to-top.js.map +1 -1
- package/dist/components/ic-breadcrumb-group.js +22 -21
- package/dist/components/ic-breadcrumb-group.js.map +1 -1
- package/dist/components/ic-breadcrumb2.js +4 -3
- package/dist/components/ic-breadcrumb2.js.map +1 -1
- package/dist/components/ic-card-vertical.js +1 -1
- package/dist/components/ic-card-vertical.js.map +1 -1
- package/dist/components/ic-checkbox.js +1 -1
- package/dist/components/ic-checkbox.js.map +1 -1
- package/dist/components/ic-data-table-title-bar.js +1 -1
- package/dist/components/ic-data-table-title-bar.js.map +1 -1
- package/dist/components/ic-data-table.js +14 -13
- package/dist/components/ic-data-table.js.map +1 -1
- package/dist/components/ic-date-input2.js +6 -0
- package/dist/components/ic-date-input2.js.map +1 -1
- package/dist/components/ic-dialog.js +21 -6
- package/dist/components/ic-dialog.js.map +1 -1
- package/dist/components/ic-footer-link.js +1 -1
- package/dist/components/ic-footer-link.js.map +1 -1
- package/dist/components/ic-link2.js +1 -1
- package/dist/components/ic-link2.js.map +1 -1
- package/dist/components/ic-pagination-bar2.js +17 -7
- package/dist/components/ic-pagination-bar2.js.map +1 -1
- package/dist/components/ic-radio-group.js +2 -1
- package/dist/components/ic-radio-group.js.map +1 -1
- package/dist/components/ic-radio-option.js +1 -1
- package/dist/components/ic-radio-option.js.map +1 -1
- package/dist/components/ic-select2.js +1 -1
- package/dist/components/ic-select2.js.map +1 -1
- package/dist/components/ic-tab-context.js +1 -2
- package/dist/components/ic-tab-context.js.map +1 -1
- package/dist/components/ic-tab-panel.js +6 -6
- package/dist/components/ic-tab-panel.js.map +1 -1
- package/dist/components/ic-toggle-button.js +1 -1
- package/dist/components/ic-toggle-button.js.map +1 -1
- package/dist/components/ic-top-navigation.js +1 -1
- package/dist/components/ic-top-navigation.js.map +1 -1
- package/dist/components/ic-tree-item.js +41 -16
- package/dist/components/ic-tree-item.js.map +1 -1
- package/dist/components/ic-tree-view.js +7 -9
- package/dist/components/ic-tree-view.js.map +1 -1
- package/dist/core/core.css +13 -7
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/{p-fc155ae2.entry.js → p-01e4affd.entry.js} +2 -2
- package/dist/core/{p-fc155ae2.entry.js.map → p-01e4affd.entry.js.map} +1 -1
- package/dist/core/p-04bd65fb.entry.js +2 -0
- package/dist/core/p-04bd65fb.entry.js.map +1 -0
- package/dist/core/{p-2169e75b.entry.js → p-052a9f31.entry.js} +2 -2
- package/dist/core/{p-b85466a7.entry.js → p-059c08a0.entry.js} +2 -2
- package/dist/core/{p-88913402.entry.js → p-07784e04.entry.js} +2 -2
- package/dist/core/p-07784e04.entry.js.map +1 -0
- package/dist/core/p-0c225c1a.entry.js +2 -0
- package/dist/core/p-0c225c1a.entry.js.map +1 -0
- package/dist/core/{p-4347f05c.entry.js → p-1684a003.entry.js} +2 -2
- package/dist/core/{p-6ac8e09b.entry.js → p-1bf881bb.entry.js} +2 -2
- package/dist/core/{p-8ebd64ae.entry.js → p-1eb21184.entry.js} +2 -2
- package/dist/core/{p-0054bdc2.entry.js → p-2039e996.entry.js} +2 -2
- package/dist/core/{p-01a23e24.entry.js → p-20c780cb.entry.js} +2 -2
- package/dist/core/{p-be1ec9aa.entry.js → p-21c90000.entry.js} +2 -2
- package/dist/core/p-21c90000.entry.js.map +1 -0
- package/dist/core/{p-4f96bec1.entry.js → p-2376e171.entry.js} +2 -2
- package/dist/core/p-23f62fca.entry.js +2 -0
- package/dist/core/p-23f62fca.entry.js.map +1 -0
- package/dist/core/{p-71496305.entry.js → p-28c8d6e3.entry.js} +2 -2
- package/dist/core/p-2c59f79e.entry.js +2 -0
- package/dist/core/p-2c59f79e.entry.js.map +1 -0
- package/dist/core/{p-0c5d45e1.entry.js → p-2e261288.entry.js} +2 -2
- package/dist/core/p-34e05e3f.entry.js +2 -0
- package/dist/core/p-34e05e3f.entry.js.map +1 -0
- package/dist/core/{p-9a392c41.entry.js → p-36242f26.entry.js} +2 -2
- package/dist/core/{p-f3d2af04.entry.js → p-37cced7a.entry.js} +2 -2
- package/dist/core/{p-ce923b92.entry.js → p-3c17ca15.entry.js} +2 -2
- package/dist/core/p-41e48902.entry.js +2 -0
- package/dist/core/p-41e48902.entry.js.map +1 -0
- package/dist/core/{p-47a1ce8d.entry.js → p-435d9ce2.entry.js} +2 -2
- package/dist/core/p-47e0072d.entry.js +2 -0
- package/dist/core/p-47e0072d.entry.js.map +1 -0
- package/dist/core/{p-ace8126b.entry.js → p-49fbe074.entry.js} +2 -2
- package/dist/core/{p-78ed3070.entry.js → p-4ba91306.entry.js} +2 -2
- package/dist/core/{p-32726b89.entry.js → p-50e24896.entry.js} +2 -2
- package/dist/core/p-534f7f0d.entry.js +2 -0
- package/dist/core/p-534f7f0d.entry.js.map +1 -0
- package/dist/core/{p-bd4401d5.entry.js → p-542ffaf4.entry.js} +2 -2
- package/dist/core/{p-8e56516a.entry.js → p-555dd292.entry.js} +2 -2
- package/dist/core/p-596ad611.entry.js +2 -0
- package/dist/core/p-596ad611.entry.js.map +1 -0
- package/dist/core/p-5d03b04e.entry.js +2 -0
- package/dist/core/p-5d03b04e.entry.js.map +1 -0
- package/dist/core/{p-54dc696e.entry.js → p-5e616d85.entry.js} +2 -2
- package/dist/core/p-63f90f39.entry.js +2 -0
- package/dist/core/p-63f90f39.entry.js.map +1 -0
- package/dist/core/{p-abda7e21.entry.js → p-64101c64.entry.js} +2 -2
- package/dist/core/{p-897fac99.js → p-70616efa.js} +2 -2
- package/dist/core/{p-d2b2b7df.entry.js → p-76c94cee.entry.js} +2 -2
- package/dist/core/{p-794ff553.entry.js → p-7d1f7976.entry.js} +2 -2
- package/dist/core/p-9038c7e3.entry.js +2 -0
- package/dist/core/p-9038c7e3.entry.js.map +1 -0
- package/dist/core/p-9bf9da9b.entry.js +2 -0
- package/dist/core/p-9bf9da9b.entry.js.map +1 -0
- package/dist/core/{p-33110185.entry.js → p-a33bf749.entry.js} +2 -2
- package/dist/core/p-a699b343.entry.js +2 -0
- package/dist/core/p-a699b343.entry.js.map +1 -0
- package/dist/core/{p-157b47bc.entry.js → p-a707b036.entry.js} +2 -2
- package/dist/core/p-a707b036.entry.js.map +1 -0
- package/dist/core/{p-bd87bf33.entry.js → p-a74be80c.entry.js} +2 -2
- package/dist/core/{p-abdd8560.entry.js → p-af547c0a.entry.js} +2 -2
- package/dist/core/{p-abdd8560.entry.js.map → p-af547c0a.entry.js.map} +1 -1
- package/dist/core/{p-b5a5fe39.entry.js → p-b0170269.entry.js} +2 -2
- package/dist/core/{p-51058719.entry.js → p-bb418e1b.entry.js} +2 -2
- package/dist/core/{p-1658e577.entry.js → p-d2dbb1dc.entry.js} +2 -2
- package/dist/core/{p-26aff39e.entry.js → p-e3303bbe.entry.js} +2 -2
- package/dist/core/{p-6188f029.entry.js → p-e62e5ca3.entry.js} +2 -2
- package/dist/core/{p-e3e0cf46.entry.js → p-e9ed9a29.entry.js} +2 -2
- package/dist/core/p-e9ed9a29.entry.js.map +1 -0
- package/dist/core/{p-9462f294.entry.js → p-ebd84a67.entry.js} +2 -2
- package/dist/core/{p-b717ae40.entry.js → p-f154d6e6.entry.js} +2 -2
- package/dist/core/{p-77157922.entry.js → p-f1d5bdbd.entry.js} +2 -2
- package/dist/core/{p-a1d5fff2.entry.js → p-f482ccb8.entry.js} +2 -2
- package/dist/core/p-f60c8a1b.entry.js +2 -0
- package/dist/core/p-f60c8a1b.entry.js.map +1 -0
- package/dist/core/{p-45177148.entry.js → p-fc71c920.entry.js} +2 -2
- package/dist/esm/core.js +1 -1
- package/dist/esm/{helpers-56c75bf4.js → helpers-b4561326.js} +2 -2
- package/dist/esm/{helpers-56c75bf4.js.map → helpers-b4561326.js.map} +1 -1
- package/dist/esm/ic-accordion-group.entry.js +1 -1
- package/dist/esm/ic-accordion.entry.js +1 -1
- package/dist/esm/ic-alert.entry.js +1 -1
- package/dist/esm/ic-back-to-top.entry.js +4 -2
- package/dist/esm/ic-back-to-top.entry.js.map +1 -1
- package/dist/esm/ic-badge.entry.js +1 -1
- package/dist/esm/ic-breadcrumb-group.entry.js +23 -22
- package/dist/esm/ic-breadcrumb-group.entry.js.map +1 -1
- package/dist/esm/ic-breadcrumb.entry.js +5 -4
- package/dist/esm/ic-breadcrumb.entry.js.map +1 -1
- package/dist/esm/ic-button_3.entry.js +1 -1
- package/dist/esm/ic-card-vertical.entry.js +2 -2
- package/dist/esm/ic-card-vertical.entry.js.map +1 -1
- package/dist/esm/ic-checkbox-group.entry.js +1 -1
- package/dist/esm/ic-checkbox.entry.js +2 -2
- package/dist/esm/ic-checkbox.entry.js.map +1 -1
- package/dist/esm/ic-chip.entry.js +1 -1
- package/dist/esm/ic-data-row.entry.js +1 -1
- package/dist/esm/ic-data-table-title-bar.entry.js +1 -1
- package/dist/esm/ic-data-table-title-bar.entry.js.map +1 -1
- package/dist/esm/ic-data-table.entry.js +14 -13
- package/dist/esm/ic-data-table.entry.js.map +1 -1
- package/dist/esm/ic-date-input.entry.js +6 -0
- package/dist/esm/ic-date-input.entry.js.map +1 -1
- package/dist/esm/ic-dialog.entry.js +21 -6
- package/dist/esm/ic-dialog.entry.js.map +1 -1
- package/dist/esm/ic-divider.entry.js +1 -1
- package/dist/esm/ic-empty-state_2.entry.js +18 -8
- package/dist/esm/ic-empty-state_2.entry.js.map +1 -1
- package/dist/esm/ic-footer-link-group.entry.js +1 -1
- package/dist/esm/ic-footer-link.entry.js +2 -2
- package/dist/esm/ic-footer-link.entry.js.map +1 -1
- package/dist/esm/ic-footer.entry.js +1 -1
- package/dist/esm/ic-hero.entry.js +1 -1
- package/dist/esm/ic-horizontal-scroll.entry.js +1 -1
- package/dist/esm/ic-input-component-container_3.entry.js +1 -1
- package/dist/esm/ic-input-label_2.entry.js +1 -1
- package/dist/esm/ic-link.entry.js +2 -2
- package/dist/esm/ic-link.entry.js.map +1 -1
- package/dist/esm/ic-menu-group.entry.js +1 -1
- package/dist/esm/ic-menu-item.entry.js +1 -1
- package/dist/esm/ic-navigation-button.entry.js +1 -1
- package/dist/esm/ic-navigation-group.entry.js +1 -1
- package/dist/esm/ic-navigation-item.entry.js +1 -1
- package/dist/esm/ic-navigation-menu.entry.js +1 -1
- package/dist/esm/ic-page-header.entry.js +1 -1
- package/dist/esm/ic-pagination_4.entry.js +2 -2
- package/dist/esm/ic-pagination_4.entry.js.map +1 -1
- package/dist/esm/ic-popover-menu.entry.js +1 -1
- package/dist/esm/ic-radio-group.entry.js +3 -2
- package/dist/esm/ic-radio-group.entry.js.map +1 -1
- package/dist/esm/ic-radio-option.entry.js +2 -2
- package/dist/esm/ic-radio-option.entry.js.map +1 -1
- package/dist/esm/ic-search-bar.entry.js +1 -1
- package/dist/esm/ic-side-navigation.entry.js +1 -1
- package/dist/esm/ic-status-tag.entry.js +1 -1
- package/dist/esm/ic-step.entry.js +1 -1
- package/dist/esm/ic-stepper.entry.js +1 -1
- package/dist/esm/ic-switch.entry.js +1 -1
- package/dist/esm/ic-tab-context.entry.js +1 -2
- package/dist/esm/ic-tab-context.entry.js.map +1 -1
- package/dist/esm/ic-tab-group.entry.js +1 -1
- package/dist/esm/ic-tab-panel.entry.js +5 -6
- package/dist/esm/ic-tab-panel.entry.js.map +1 -1
- package/dist/esm/ic-tab.entry.js +1 -1
- package/dist/esm/ic-theme.entry.js +1 -1
- package/dist/esm/ic-toast.entry.js +1 -1
- package/dist/esm/ic-toggle-button-group.entry.js +1 -1
- package/dist/esm/ic-toggle-button.entry.js +2 -2
- package/dist/esm/ic-toggle-button.entry.js.map +1 -1
- package/dist/esm/ic-top-navigation.entry.js +2 -2
- package/dist/esm/ic-top-navigation.entry.js.map +1 -1
- package/dist/esm/ic-tree-item.entry.js +41 -16
- package/dist/esm/ic-tree-item.entry.js.map +1 -1
- package/dist/esm/ic-tree-view.entry.js +7 -9
- package/dist/esm/ic-tree-view.entry.js.map +1 -1
- package/dist/esm/ic-typography.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/ic-data-table/ic-data-table.d.ts +1 -2
- package/dist/types/components/ic-data-table/ic-data-table.types.d.ts +1 -1
- package/dist/types/components/ic-data-table/story-data.d.ts +59 -0
- package/dist/types/components/ic-pagination-bar/ic-pagination-bar.d.ts +1 -0
- package/dist/types/components/ic-tree-item/ic-tree-item.d.ts +2 -0
- package/dist/types/components/ic-tree-view/ic-tree-view.d.ts +2 -0
- package/dist/types/components.d.ts +0 -2
- package/hydrate/index.js +153 -92
- package/package.json +3 -3
- package/dist/core/p-063911a8.entry.js +0 -2
- package/dist/core/p-063911a8.entry.js.map +0 -1
- package/dist/core/p-0c9155f4.entry.js +0 -2
- package/dist/core/p-0c9155f4.entry.js.map +0 -1
- package/dist/core/p-14098257.entry.js +0 -2
- package/dist/core/p-14098257.entry.js.map +0 -1
- package/dist/core/p-157b47bc.entry.js.map +0 -1
- package/dist/core/p-15a5cce5.entry.js +0 -2
- package/dist/core/p-15a5cce5.entry.js.map +0 -1
- package/dist/core/p-27b1223d.entry.js +0 -2
- package/dist/core/p-27b1223d.entry.js.map +0 -1
- package/dist/core/p-3963201d.entry.js +0 -2
- package/dist/core/p-3963201d.entry.js.map +0 -1
- package/dist/core/p-41bfa3e5.entry.js +0 -2
- package/dist/core/p-41bfa3e5.entry.js.map +0 -1
- package/dist/core/p-51faa4ba.entry.js +0 -2
- package/dist/core/p-51faa4ba.entry.js.map +0 -1
- package/dist/core/p-82b408ad.entry.js +0 -2
- package/dist/core/p-82b408ad.entry.js.map +0 -1
- package/dist/core/p-88913402.entry.js.map +0 -1
- package/dist/core/p-a1cf5884.entry.js +0 -2
- package/dist/core/p-a1cf5884.entry.js.map +0 -1
- package/dist/core/p-a69ef3eb.entry.js +0 -2
- package/dist/core/p-a69ef3eb.entry.js.map +0 -1
- package/dist/core/p-b2a6f0dd.entry.js +0 -2
- package/dist/core/p-b2a6f0dd.entry.js.map +0 -1
- package/dist/core/p-be1ec9aa.entry.js.map +0 -1
- package/dist/core/p-c035d7b9.entry.js +0 -2
- package/dist/core/p-c035d7b9.entry.js.map +0 -1
- package/dist/core/p-e1df1b9a.entry.js +0 -2
- package/dist/core/p-e1df1b9a.entry.js.map +0 -1
- package/dist/core/p-e3e0cf46.entry.js.map +0 -1
- package/dist/core/p-ffb11ad1.entry.js +0 -2
- package/dist/core/p-ffb11ad1.entry.js.map +0 -1
- /package/dist/core/{p-2169e75b.entry.js.map → p-052a9f31.entry.js.map} +0 -0
- /package/dist/core/{p-b85466a7.entry.js.map → p-059c08a0.entry.js.map} +0 -0
- /package/dist/core/{p-4347f05c.entry.js.map → p-1684a003.entry.js.map} +0 -0
- /package/dist/core/{p-6ac8e09b.entry.js.map → p-1bf881bb.entry.js.map} +0 -0
- /package/dist/core/{p-8ebd64ae.entry.js.map → p-1eb21184.entry.js.map} +0 -0
- /package/dist/core/{p-0054bdc2.entry.js.map → p-2039e996.entry.js.map} +0 -0
- /package/dist/core/{p-01a23e24.entry.js.map → p-20c780cb.entry.js.map} +0 -0
- /package/dist/core/{p-4f96bec1.entry.js.map → p-2376e171.entry.js.map} +0 -0
- /package/dist/core/{p-71496305.entry.js.map → p-28c8d6e3.entry.js.map} +0 -0
- /package/dist/core/{p-0c5d45e1.entry.js.map → p-2e261288.entry.js.map} +0 -0
- /package/dist/core/{p-9a392c41.entry.js.map → p-36242f26.entry.js.map} +0 -0
- /package/dist/core/{p-f3d2af04.entry.js.map → p-37cced7a.entry.js.map} +0 -0
- /package/dist/core/{p-ce923b92.entry.js.map → p-3c17ca15.entry.js.map} +0 -0
- /package/dist/core/{p-47a1ce8d.entry.js.map → p-435d9ce2.entry.js.map} +0 -0
- /package/dist/core/{p-ace8126b.entry.js.map → p-49fbe074.entry.js.map} +0 -0
- /package/dist/core/{p-78ed3070.entry.js.map → p-4ba91306.entry.js.map} +0 -0
- /package/dist/core/{p-32726b89.entry.js.map → p-50e24896.entry.js.map} +0 -0
- /package/dist/core/{p-bd4401d5.entry.js.map → p-542ffaf4.entry.js.map} +0 -0
- /package/dist/core/{p-8e56516a.entry.js.map → p-555dd292.entry.js.map} +0 -0
- /package/dist/core/{p-54dc696e.entry.js.map → p-5e616d85.entry.js.map} +0 -0
- /package/dist/core/{p-abda7e21.entry.js.map → p-64101c64.entry.js.map} +0 -0
- /package/dist/core/{p-897fac99.js.map → p-70616efa.js.map} +0 -0
- /package/dist/core/{p-d2b2b7df.entry.js.map → p-76c94cee.entry.js.map} +0 -0
- /package/dist/core/{p-794ff553.entry.js.map → p-7d1f7976.entry.js.map} +0 -0
- /package/dist/core/{p-33110185.entry.js.map → p-a33bf749.entry.js.map} +0 -0
- /package/dist/core/{p-bd87bf33.entry.js.map → p-a74be80c.entry.js.map} +0 -0
- /package/dist/core/{p-b5a5fe39.entry.js.map → p-b0170269.entry.js.map} +0 -0
- /package/dist/core/{p-51058719.entry.js.map → p-bb418e1b.entry.js.map} +0 -0
- /package/dist/core/{p-1658e577.entry.js.map → p-d2dbb1dc.entry.js.map} +0 -0
- /package/dist/core/{p-26aff39e.entry.js.map → p-e3303bbe.entry.js.map} +0 -0
- /package/dist/core/{p-6188f029.entry.js.map → p-e62e5ca3.entry.js.map} +0 -0
- /package/dist/core/{p-9462f294.entry.js.map → p-ebd84a67.entry.js.map} +0 -0
- /package/dist/core/{p-b717ae40.entry.js.map → p-f154d6e6.entry.js.map} +0 -0
- /package/dist/core/{p-77157922.entry.js.map → p-f1d5bdbd.entry.js.map} +0 -0
- /package/dist/core/{p-a1d5fff2.entry.js.map → p-f482ccb8.entry.js.map} +0 -0
- /package/dist/core/{p-45177148.entry.js.map → p-fc71c920.entry.js.map} +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ic-data-table.types.js","sourceRoot":"","sources":["../../../src/components/ic-data-table/ic-data-table.types.tsx"],"names":[],"mappings":"","sourcesContent":["export type IcDataTableSortOrderOptions =\n | \"unsorted\"\n | \"ascending\"\n | \"descending\";\n\nexport type IcDataTableDensityOptions = \"default\" | \"dense\" | \"spacious\";\n\nexport type IcDataTableColumnDataTypes =\n | \"string\"\n | \"number\"\n | \"address\"\n | \"element\"\n | \"date\";\n\nexport type IcDataTableColumnWidthTypes = {\n width?: string;\n minWidth?: string;\n maxWidth?: string;\n};\n\nexport type IcDataTableColumnObject = {\n key: string;\n title: string;\n dataType: IcDataTableColumnDataTypes;\n columnAlignment?: {\n horizontal?: string;\n vertical?: string;\n };\n rowOptions?: {\n textWrap: boolean;\n };\n columnWidth?: string | IcDataTableColumnWidthTypes;\n textWrap?: boolean;\n cellAlignment?: string;\n emphasis?: string;\n colspan?: number;\n icon?: {\n icon: string;\n onAllCells?: boolean;\n hideOnHeader?: boolean;\n };\n};\n\nexport type IcLoadingOptions = {\n monochrome?: boolean;\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n
|
1
|
+
{"version":3,"file":"ic-data-table.types.js","sourceRoot":"","sources":["../../../src/components/ic-data-table/ic-data-table.types.tsx"],"names":[],"mappings":"","sourcesContent":["export type IcDataTableSortOrderOptions =\n | \"unsorted\"\n | \"ascending\"\n | \"descending\";\n\nexport type IcDataTableDensityOptions = \"default\" | \"dense\" | \"spacious\";\n\nexport type IcDataTableColumnDataTypes =\n | \"string\"\n | \"number\"\n | \"address\"\n | \"element\"\n | \"date\";\n\nexport type IcDataTableColumnWidthTypes = {\n width?: string;\n minWidth?: string;\n maxWidth?: string;\n};\n\nexport type IcDataTableColumnObject = {\n key: string;\n title: string;\n dataType: IcDataTableColumnDataTypes;\n columnAlignment?: {\n horizontal?: string;\n vertical?: string;\n };\n rowOptions?: {\n textWrap: boolean;\n };\n columnWidth?: string | IcDataTableColumnWidthTypes;\n textWrap?: boolean;\n cellAlignment?: string;\n emphasis?: string;\n colspan?: number;\n icon?: {\n icon: string;\n onAllCells?: boolean;\n hideOnHeader?: boolean;\n };\n excludeColumnFromSort?: boolean;\n};\n\nexport type IcLoadingOptions = {\n monochrome?: boolean;\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n overlay?: boolean;\n};\n\nexport type IcDataTableRowHeights = number | \"auto\";\n\nexport interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}\nexport type IcDataTableTruncationTypes = \"tooltip\" | \"show-hide\" | undefined;\n\nexport interface IcSortEventDetail {\n columnName: string;\n sorted: IcDataTableSortOrderOptions;\n}\n\nexport type truncWrapperDetailsTypes = {\n scrollHeight: number | null;\n};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport type IcDataTableDataType = { [key: string]: any };\n"]}
|
@@ -77,6 +77,36 @@ export const COLS_WIDTH = [
|
|
77
77
|
dataType: "address",
|
78
78
|
},
|
79
79
|
];
|
80
|
+
export const COLS_EXCLUDE_SORT = [
|
81
|
+
{
|
82
|
+
key: "firstName",
|
83
|
+
title: "First name",
|
84
|
+
dataType: "string",
|
85
|
+
excludeColumnFromSort: true,
|
86
|
+
},
|
87
|
+
{
|
88
|
+
key: "lastName",
|
89
|
+
title: "Last name",
|
90
|
+
dataType: "string",
|
91
|
+
},
|
92
|
+
{
|
93
|
+
key: "age",
|
94
|
+
title: "Age",
|
95
|
+
dataType: "number",
|
96
|
+
},
|
97
|
+
{
|
98
|
+
key: "jobTitle",
|
99
|
+
title: "Job title",
|
100
|
+
dataType: "string",
|
101
|
+
excludeColumnFromSort: true,
|
102
|
+
},
|
103
|
+
{
|
104
|
+
key: "address",
|
105
|
+
title: "Address",
|
106
|
+
dataType: "address",
|
107
|
+
excludeColumnFromSort: true,
|
108
|
+
},
|
109
|
+
];
|
80
110
|
export const VERY_LONG_DATA = (rows = 100) => {
|
81
111
|
const nextData = [];
|
82
112
|
for (let i = 0; i < rows; i++) {
|
@@ -842,6 +872,34 @@ export const COLS_ELEMENTS = [
|
|
842
872
|
dataType: "address",
|
843
873
|
},
|
844
874
|
];
|
875
|
+
export const COLS_ELEMENTS_SINGLE_ACTION = [
|
876
|
+
{
|
877
|
+
key: "actions",
|
878
|
+
title: "Actions",
|
879
|
+
dataType: "element",
|
880
|
+
columnAlignment: { horizontal: "center" },
|
881
|
+
},
|
882
|
+
{
|
883
|
+
key: "firstName",
|
884
|
+
title: "First name",
|
885
|
+
dataType: "string",
|
886
|
+
},
|
887
|
+
{
|
888
|
+
key: "age",
|
889
|
+
title: "Age",
|
890
|
+
dataType: "number",
|
891
|
+
},
|
892
|
+
{
|
893
|
+
key: "jobTitle",
|
894
|
+
title: "Job title",
|
895
|
+
dataType: "string",
|
896
|
+
},
|
897
|
+
{
|
898
|
+
key: "address",
|
899
|
+
title: "Address",
|
900
|
+
dataType: "address",
|
901
|
+
},
|
902
|
+
];
|
845
903
|
export const DATA_ELEMENTS = [
|
846
904
|
{
|
847
905
|
actions: `<ic-button variant='destructive' onClick='this.closest("tr").remove()'>Delete</ic-button>`,
|
@@ -892,6 +950,86 @@ export const DATA_ELEMENTS = [
|
|
892
950
|
address: "5 New Street, Town, Country, Postcode",
|
893
951
|
},
|
894
952
|
];
|
953
|
+
export const DATA_ELEMENTS_PAGINATION = [
|
954
|
+
{
|
955
|
+
actions: `<ic-button onClick='console.log("1")'>1</ic-button>`,
|
956
|
+
firstName: {
|
957
|
+
data: "Joe",
|
958
|
+
href: "https://www.example.com",
|
959
|
+
target: "_blank",
|
960
|
+
rel: "noopener noreferrer",
|
961
|
+
},
|
962
|
+
age: 30,
|
963
|
+
jobTitle: "Developer",
|
964
|
+
address: "1 Main Street, Town, County, Postcode",
|
965
|
+
},
|
966
|
+
{
|
967
|
+
actions: `<ic-button onClick='console.log("2")'>2</ic-button>`,
|
968
|
+
firstName: {
|
969
|
+
data: "Sarah",
|
970
|
+
href: "https://www.example.org",
|
971
|
+
},
|
972
|
+
age: 28,
|
973
|
+
jobTitle: "Senior Software Developer, Site Reliability Engineering",
|
974
|
+
address: "2 Main Street, Town, Country, Postcode",
|
975
|
+
},
|
976
|
+
{
|
977
|
+
actions: `<ic-button onClick='console.log("3")'>3</ic-button>`,
|
978
|
+
firstName: "Mark",
|
979
|
+
age: 45,
|
980
|
+
jobTitle: "Team Lead",
|
981
|
+
address: "12 Key Street, Town, Country, Postcode",
|
982
|
+
},
|
983
|
+
{
|
984
|
+
actions: `<ic-button onClick='console.log("4")'>4</ic-button>`,
|
985
|
+
firstName: "Naomi",
|
986
|
+
age: 32,
|
987
|
+
jobTitle: "Analyst",
|
988
|
+
address: "8 Side Street, Town, Country, Postcode",
|
989
|
+
},
|
990
|
+
{
|
991
|
+
actions: `<ic-button onClick='console.log("5")'>5</ic-button>`,
|
992
|
+
firstName: "Luke",
|
993
|
+
age: 18,
|
994
|
+
jobTitle: "Junior Developer",
|
995
|
+
address: "5 New Street, Town, Country, Postcode",
|
996
|
+
},
|
997
|
+
{
|
998
|
+
actions: `<ic-button onClick='console.log("6")'>6</ic-button>`,
|
999
|
+
firstName: "Dave",
|
1000
|
+
age: 33,
|
1001
|
+
jobTitle: "Analyst",
|
1002
|
+
address: "4 Extra Street, Town, County, Postcode",
|
1003
|
+
},
|
1004
|
+
{
|
1005
|
+
actions: `<ic-button onClick='console.log("7")'>7</ic-button>`,
|
1006
|
+
firstName: "Amy",
|
1007
|
+
age: 27,
|
1008
|
+
jobTitle: "Analyst",
|
1009
|
+
address: "3 Main Street, Town, Country, Postcode",
|
1010
|
+
},
|
1011
|
+
{
|
1012
|
+
actions: `<ic-button onClick='console.log("8")'>8</ic-button>`,
|
1013
|
+
firstName: "Mary",
|
1014
|
+
age: 31,
|
1015
|
+
jobTitle: "Developer",
|
1016
|
+
address: "8 Main Street, Town, County, Postcode",
|
1017
|
+
},
|
1018
|
+
{
|
1019
|
+
actions: `<ic-button onClick='console.log("9")'>9</ic-button>`,
|
1020
|
+
firstName: "Alice",
|
1021
|
+
age: 38,
|
1022
|
+
jobTitle: "Team Lead",
|
1023
|
+
address: "10 High Street, Town, Country, Postcode",
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
actions: `<ic-button onClick='console.log("10")'>10</ic-button>`,
|
1027
|
+
firstName: "Ben",
|
1028
|
+
age: 40,
|
1029
|
+
jobTitle: "Team Lead",
|
1030
|
+
address: "14 High Street, Town, Country, Postcode",
|
1031
|
+
},
|
1032
|
+
];
|
895
1033
|
export const DATA_REACT_ELEMENTS = [
|
896
1034
|
{
|
897
1035
|
firstName: {
|
@@ -932,6 +1070,39 @@ export const DATA_REACT_ELEMENTS = [
|
|
932
1070
|
address: "5 New Street, Town, Country, Postcode",
|
933
1071
|
},
|
934
1072
|
];
|
1073
|
+
export const DATA_REACT_ELEMENTS_PAGINATION = [
|
1074
|
+
...DATA_REACT_ELEMENTS,
|
1075
|
+
{
|
1076
|
+
firstName: "Dave",
|
1077
|
+
age: 33,
|
1078
|
+
jobTitle: "Analyst",
|
1079
|
+
address: "4 Extra Street, Town, County, Postcode",
|
1080
|
+
},
|
1081
|
+
{
|
1082
|
+
firstName: "Amy",
|
1083
|
+
age: 27,
|
1084
|
+
jobTitle: "Analyst",
|
1085
|
+
address: "3 Main Street, Town, Country, Postcode",
|
1086
|
+
},
|
1087
|
+
{
|
1088
|
+
firstName: "Mary",
|
1089
|
+
age: 31,
|
1090
|
+
jobTitle: "Developer",
|
1091
|
+
address: "8 Main Street, Town, County, Postcode",
|
1092
|
+
},
|
1093
|
+
{
|
1094
|
+
firstName: "Alice",
|
1095
|
+
age: 38,
|
1096
|
+
jobTitle: "Team Lead",
|
1097
|
+
address: "10 High Street, Town, Country, Postcode",
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
firstName: "Ben",
|
1101
|
+
age: 40,
|
1102
|
+
jobTitle: "Team Lead",
|
1103
|
+
address: "14 High Street, Town, Country, Postcode",
|
1104
|
+
},
|
1105
|
+
];
|
935
1106
|
export const DATA_REACT_ELEMENTS_WITH_ICONS = [
|
936
1107
|
{
|
937
1108
|
firstName: {
|
@@ -1318,6 +1489,11 @@ export const DisableSort = () => {
|
|
1318
1489
|
});
|
1319
1490
|
return dataTable;
|
1320
1491
|
};
|
1492
|
+
export const ExcludeColumnsFromSort = () => {
|
1493
|
+
const dataTable = createDataTableElement("Sort", COLS_EXCLUDE_SORT, DATA);
|
1494
|
+
dataTable.setAttribute("sortable", "true");
|
1495
|
+
return dataTable;
|
1496
|
+
};
|
1321
1497
|
export const Pagination = () => {
|
1322
1498
|
const dataTable = createDataTableElement("Pagination", LONG_COLS, LONG_DATA);
|
1323
1499
|
dataTable.setAttribute("show-pagination", "true");
|
@@ -1336,6 +1512,20 @@ export const ColumnOverrides = () => createDataTableElement("Column Overrides",
|
|
1336
1512
|
export const RowOverrides = () => createDataTableElement("Row Overrides", ROW_HEADER_COLS, ROW_ALIGNMENT);
|
1337
1513
|
export const CellOverrides = () => createDataTableElement("Cell Overrides", COLS, DATA_CELL_ALIGNMENT);
|
1338
1514
|
export const LinksHTMLElements = () => createDataTableElement("Links and HTML Elements Overrides", COLS_ELEMENTS, DATA_ELEMENTS);
|
1515
|
+
export const SlottedElementsWithPagination = () => {
|
1516
|
+
const dataTable = createDataTableElement("Slotted elements with pagination", COLS_ELEMENTS_SINGLE_ACTION, DATA_ELEMENTS_PAGINATION);
|
1517
|
+
dataTable.setAttribute("show-pagination", "true");
|
1518
|
+
dataTable.paginationBarOptions = {
|
1519
|
+
itemsPerPageOptions: [
|
1520
|
+
{ label: "5", value: "5" },
|
1521
|
+
{ label: "10", value: "10" },
|
1522
|
+
],
|
1523
|
+
showItemsPerPageControl: true,
|
1524
|
+
showGoToPageControl: true,
|
1525
|
+
selectedItemsPerPage: 5,
|
1526
|
+
};
|
1527
|
+
return dataTable;
|
1528
|
+
};
|
1339
1529
|
export const Empty = () => createDataTableElement("Empty State", COLS, null);
|
1340
1530
|
export const EmptySlotted = () => {
|
1341
1531
|
const dataTable = createDataTableElement("Empty State", COLS, null);
|