@xplortech/apollo-core 2.7.0 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.typings/apollo-components.html-data.json +104 -183
- package/build/style.css +220 -951
- package/dist/apollo-core/apollo-core.css +5 -35
- package/dist/apollo-core/apollo-core.esm.js +1 -1
- package/dist/apollo-core/{p-6c956d4e.entry.js → p-0bf50890.entry.js} +1 -1
- package/dist/apollo-core/p-1947e7a8.entry.js +1 -0
- package/dist/apollo-core/p-27928cb0.entry.js +1 -0
- package/dist/apollo-core/p-34438721.entry.js +1 -0
- package/dist/apollo-core/p-35c2f72d.entry.js +1 -0
- package/dist/apollo-core/p-368c81f1.entry.js +1 -0
- package/dist/apollo-core/p-36ba29da.entry.js +1 -0
- package/dist/apollo-core/p-406b27a8.entry.js +1 -0
- package/dist/apollo-core/p-5d63b4ce.entry.js +1 -0
- package/dist/apollo-core/p-689f1dae.entry.js +1 -0
- package/dist/apollo-core/{p-7eb86c63.entry.js → p-6a15f1e0.entry.js} +1 -1
- package/dist/apollo-core/p-8d692d05.entry.js +1 -0
- package/dist/apollo-core/{p-28d12fd3.entry.js → p-b61d7952.entry.js} +1 -1
- package/dist/apollo-core/{p-084d26ed.entry.js → p-ca127ee8.entry.js} +1 -1
- package/dist/apollo-core/p-cd56a3d5.entry.js +1 -0
- package/dist/apollo-core/p-dc205893.entry.js +1 -0
- package/dist/cjs/apollo-core.cjs.js +1 -1
- package/dist/cjs/index-BQ97-AWw.js +10 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/xpl-accordion.cjs.entry.js +2 -2
- package/dist/cjs/xpl-application-shell.cjs.entry.js +1 -1
- package/dist/cjs/{xpl-avatar_61.cjs.entry.js → xpl-avatar_54.cjs.entry.js} +1311 -1725
- package/dist/cjs/xpl-button-row.cjs.entry.js +1 -1
- package/dist/cjs/xpl-calendar.cjs.entry.js +1 -1
- package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid.cjs.entry.js +1 -1
- package/dist/cjs/xpl-large-card.cjs.entry.js +1 -1
- package/dist/cjs/xpl-main-nav.cjs.entry.js +1 -1
- package/dist/cjs/xpl-table-header-cell.cjs.entry.js +57 -0
- package/dist/cjs/xpl-table-header.cjs.entry.js +14 -0
- package/dist/cjs/xpl-toggle.cjs.entry.js +8 -3
- package/dist/cjs/xpl-toolbar.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -7
- package/dist/collection/components/xpl-accordion/xpl-accordion.js +2 -2
- package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +1 -1
- package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +1 -1
- package/dist/collection/components/xpl-badge/xpl-badge.js +1 -1
- package/dist/collection/components/xpl-banner/xpl-banner.js +2 -2
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +1 -1
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +1 -1
- package/dist/collection/components/xpl-button/xpl-button.js +1 -1
- package/dist/collection/components/xpl-button-row/xpl-button-row.js +1 -1
- package/dist/collection/components/xpl-calendar/xpl-calendar.js +1 -1
- package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +29 -34
- package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +7 -6
- package/dist/collection/components/xpl-content-area/xpl-content-area.js +1 -1
- package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +1 -1
- package/dist/collection/components/xpl-data-card/xpl-data-card.js +2 -2
- package/dist/collection/components/xpl-divider/xpl-divider.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +2 -2
- package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +77 -7
- package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +1 -1
- package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +2 -2
- package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +2 -2
- package/dist/collection/components/xpl-grid/xpl-grid.js +1 -1
- package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +1 -1
- package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +53 -46
- package/dist/collection/components/xpl-icon/xpl-icon.js +2 -2
- package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +8 -8
- package/dist/collection/components/xpl-input/xpl-input-date/xpl-input-date.js +3 -3
- package/dist/collection/components/xpl-input/xpl-input-file/xpl-input-file.js +4 -4
- package/dist/collection/components/xpl-input/xpl-input-phone/xpl-input-phone.js +5 -5
- package/dist/collection/components/xpl-input/xpl-input-search/xpl-input-search.js +1 -1
- package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +2 -2
- package/dist/collection/components/xpl-input/xpl-input.js +28 -24
- package/dist/collection/components/xpl-large-card/xpl-large-card.js +1 -1
- package/dist/collection/components/xpl-list/xpl-list.js +2 -2
- package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +1 -1
- package/dist/collection/components/xpl-modal/xpl-modal.js +1 -1
- package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +2 -2
- package/dist/collection/components/xpl-pagination/pagination.stories.js +18 -0
- package/dist/collection/components/xpl-pagination/xpl-pagination.js +7 -3
- package/dist/collection/components/xpl-panel/xpl-panel.js +2 -2
- package/dist/collection/components/xpl-popover/xpl-popover.js +4 -4
- package/dist/collection/components/xpl-progress-bar/xpl-progress-bar.js +2 -2
- package/dist/collection/components/xpl-progress-indicator/xpl-progress-indicator.js +1 -1
- package/dist/collection/components/xpl-radio/radio.stories.js +10 -1
- package/dist/collection/components/xpl-radio/xpl-radio.js +30 -5
- package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +1 -1
- package/dist/collection/components/xpl-select/xpl-select.js +58 -6
- package/dist/collection/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.js +2 -2
- package/dist/collection/components/xpl-side-nav/xpl-side-nav.js +2 -2
- package/dist/collection/components/xpl-skeleton/xpl-skeleton.js +1 -1
- package/dist/collection/components/xpl-slideout/xpl-slideout.js +1 -1
- package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +2 -2
- package/dist/collection/components/xpl-table/table.stories.js +67 -319
- package/dist/collection/components/xpl-table/xpl-table.js +151 -1456
- package/dist/collection/components/xpl-table-header/table-header.stories.js +126 -0
- package/dist/collection/components/xpl-table-header/xpl-table-header.js +7 -0
- package/dist/collection/components/xpl-table-header-cell/table-header-cell.stories.js +75 -0
- package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +188 -0
- package/dist/collection/components/xpl-tabs/xpl-tabs.js +5 -5
- package/dist/collection/components/xpl-tag/xpl-tag.js +2 -2
- package/dist/collection/components/xpl-toast/xpl-toast.js +2 -2
- package/dist/collection/components/xpl-toggle/xpl-toggle.js +26 -4
- package/dist/collection/components/xpl-toolbar/xpl-toolbar.js +2 -2
- package/dist/collection/components/xpl-tooltip/xpl-tooltip.js +1 -1
- package/dist/collection/components/xpl-top-nav/xpl-nav-header-menu/xpl-nav-header-menu.js +2 -2
- package/dist/collection/components/xpl-top-nav/xpl-top-nav-item/xpl-top-nav-item.js +2 -2
- package/dist/collection/components/xpl-top-nav/xpl-top-nav.js +5 -5
- package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/xpl-accordion.js +1 -1
- package/dist/components/xpl-application-shell.js +1 -1
- package/dist/components/xpl-backdrop2.js +1 -1
- package/dist/components/xpl-badge2.js +1 -1
- package/dist/components/xpl-banner.js +1 -1
- package/dist/components/xpl-breadcrumb-item.js +1 -1
- package/dist/components/xpl-breadcrumbs.js +1 -1
- package/dist/components/xpl-button-row.js +1 -1
- package/dist/components/xpl-button2.js +1 -1
- package/dist/components/xpl-calendar.js +1 -1
- package/dist/components/xpl-checkbox2.js +1 -1
- package/dist/components/xpl-choicelist.js +1 -1
- package/dist/components/xpl-content-area.js +1 -1
- package/dist/components/xpl-dashboard.js +1 -1
- package/dist/components/xpl-data-card.js +1 -1
- package/dist/components/xpl-divider2.js +1 -1
- package/dist/components/xpl-dropdown-group2.js +1 -1
- package/dist/components/xpl-dropdown-heading2.js +1 -1
- package/dist/components/xpl-dropdown-option2.js +1 -1
- package/dist/components/xpl-dropdown2.js +1 -1
- package/dist/components/xpl-dynamic-table-cell.js +1 -1
- package/dist/components/xpl-dynamic-table-row.js +1 -1
- package/dist/components/xpl-dynamic-table.js +1 -1
- package/dist/components/xpl-grid-item.js +1 -1
- package/dist/components/xpl-grid.js +1 -1
- package/dist/components/xpl-header-accordion.js +1 -1
- package/dist/components/xpl-icon2.js +1 -1
- package/dist/components/xpl-input-date2.js +1 -1
- package/dist/components/xpl-input-file2.js +1 -1
- package/dist/components/xpl-input-search2.js +1 -1
- package/dist/components/xpl-input2.js +1 -1
- package/dist/components/xpl-large-card.js +1 -1
- package/dist/components/xpl-list.js +1 -1
- package/dist/components/xpl-main-nav.js +1 -1
- package/dist/components/xpl-modal.js +1 -1
- package/dist/components/xpl-nav-header-menu.js +1 -1
- package/dist/components/xpl-nav-item.js +1 -1
- package/dist/components/xpl-pagination.js +1 -1
- package/dist/components/xpl-panel.js +1 -1
- package/dist/components/xpl-popover2.js +1 -1
- package/dist/components/xpl-progress-bar.js +1 -1
- package/dist/components/xpl-progress-indicator.js +1 -1
- package/dist/components/xpl-radio2.js +1 -1
- package/dist/components/xpl-secondary-nav.js +1 -1
- package/dist/components/xpl-select2.js +1 -1
- package/dist/components/xpl-side-nav-item.js +1 -1
- package/dist/components/xpl-side-nav.js +1 -1
- package/dist/components/xpl-skeleton.js +1 -1
- package/dist/components/xpl-slideout.js +1 -1
- package/dist/components/xpl-tab-panel.js +1 -1
- package/dist/components/xpl-table-header-cell.js +1 -1
- package/dist/components/xpl-table-header.js +1 -1
- package/dist/components/xpl-table.js +1 -1
- package/dist/components/xpl-tabs.js +1 -1
- package/dist/components/xpl-tag2.js +1 -1
- package/dist/components/xpl-toast.js +1 -1
- package/dist/components/xpl-toggle.js +1 -1
- package/dist/components/xpl-toolbar.js +1 -1
- package/dist/components/xpl-tooltip2.js +1 -1
- package/dist/components/xpl-top-nav-item2.js +1 -1
- package/dist/components/xpl-top-nav.js +1 -1
- package/dist/components/xpl-utility-bar.js +1 -1
- package/dist/docs/xpl-checkbox/readme.md +10 -10
- package/dist/docs/xpl-dropdown/readme.md +13 -11
- package/dist/docs/xpl-dynamic-table/readme.md +19 -22
- package/dist/docs/xpl-dynamic-table-cell/readme.md +18 -20
- package/dist/docs/xpl-dynamic-table-row/readme.md +19 -21
- package/dist/docs/xpl-icon/readme.md +1 -1
- package/dist/docs/xpl-radio/readme.md +10 -9
- package/dist/docs/xpl-select/readme.md +17 -15
- package/dist/docs/xpl-table/readme.md +46 -110
- package/dist/docs/{xpl-table/xpl-table-header → xpl-table-header}/readme.md +13 -13
- package/dist/docs/xpl-table-header-cell/readme.md +47 -0
- package/dist/docs/xpl-toggle/readme.md +16 -9
- package/dist/esm/apollo-core.js +1 -1
- package/dist/esm/index-C7bgJs6C.js +10 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/xpl-accordion.entry.js +2 -2
- package/dist/esm/xpl-application-shell.entry.js +1 -1
- package/dist/esm/{xpl-avatar_61.entry.js → xpl-avatar_54.entry.js} +1312 -1719
- package/dist/esm/xpl-button-row.entry.js +1 -1
- package/dist/esm/xpl-calendar.entry.js +1 -1
- package/dist/esm/xpl-dynamic-table-cell.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table-row.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table.entry.js +1 -1
- package/dist/esm/xpl-grid-item.entry.js +1 -1
- package/dist/esm/xpl-grid.entry.js +1 -1
- package/dist/esm/xpl-large-card.entry.js +1 -1
- package/dist/esm/xpl-main-nav.entry.js +1 -1
- package/dist/esm/xpl-table-header-cell.entry.js +55 -0
- package/dist/esm/xpl-table-header.entry.js +12 -0
- package/dist/esm/xpl-toggle.entry.js +9 -4
- package/dist/esm/xpl-toolbar.entry.js +2 -2
- package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +3 -3
- package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +5 -0
- package/dist/types/components/xpl-header-accordion/xpl-header-accordion.d.ts +10 -9
- package/dist/types/components/xpl-input/xpl-input.d.ts +3 -2
- package/dist/types/components/xpl-pagination/pagination.stories.d.ts +13 -0
- package/dist/types/components/xpl-radio/radio.stories.d.ts +10 -1
- package/dist/types/components/xpl-radio/xpl-radio.d.ts +2 -0
- package/dist/types/components/xpl-select/xpl-select.d.ts +3 -0
- package/dist/types/components/xpl-table/table.stories.d.ts +19 -161
- package/dist/types/components/xpl-table/xpl-table.d.ts +21 -123
- package/dist/types/components/{xpl-table/xpl-table-header → xpl-table-header}/table-header.stories.d.ts +16 -13
- package/dist/types/components/{xpl-table/xpl-table-header-cell → xpl-table-header-cell}/table-header-cell.stories.d.ts +20 -24
- package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +13 -0
- package/dist/types/components/xpl-toggle/xpl-toggle.d.ts +3 -0
- package/dist/types/components.d.ts +128 -402
- package/package.json +37 -3
- package/dist/apollo-core/p-146d5d55.entry.js +0 -1
- package/dist/apollo-core/p-16742606.entry.js +0 -1
- package/dist/apollo-core/p-3eb5eb7c.entry.js +0 -1
- package/dist/apollo-core/p-4882f0bd.entry.js +0 -1
- package/dist/apollo-core/p-64b34268.entry.js +0 -1
- package/dist/apollo-core/p-71b75f36.entry.js +0 -1
- package/dist/apollo-core/p-84254a24.entry.js +0 -1
- package/dist/apollo-core/p-9f2a0321.entry.js +0 -1
- package/dist/apollo-core/p-cde83ab0.entry.js +0 -1
- package/dist/apollo-core/p-e7363036.entry.js +0 -1
- package/dist/collection/components/xpl-table/utils/move-row-dom.js +0 -50
- package/dist/collection/components/xpl-table/utils/table-internal.js +0 -58
- package/dist/collection/components/xpl-table/xpl-table-body/xpl-table-body.js +0 -7
- package/dist/collection/components/xpl-table/xpl-table-cell/xpl-table-cell.js +0 -155
- package/dist/collection/components/xpl-table/xpl-table-footer/xpl-table-footer.js +0 -7
- package/dist/collection/components/xpl-table/xpl-table-footer-cell/xpl-table-footer-cell.js +0 -37
- package/dist/collection/components/xpl-table/xpl-table-header/table-header.stories.js +0 -131
- package/dist/collection/components/xpl-table/xpl-table-header/xpl-table-header.js +0 -7
- package/dist/collection/components/xpl-table/xpl-table-header-cell/table-header-cell.stories.js +0 -105
- package/dist/collection/components/xpl-table/xpl-table-header-cell/xpl-table-header-cell.js +0 -402
- package/dist/collection/components/xpl-table/xpl-table-row/xpl-table-row.js +0 -121
- package/dist/components/lifecycle.js +0 -1
- package/dist/components/xpl-table-body.d.ts +0 -11
- package/dist/components/xpl-table-body.js +0 -1
- package/dist/components/xpl-table-cell.d.ts +0 -11
- package/dist/components/xpl-table-cell.js +0 -1
- package/dist/components/xpl-table-cell2.js +0 -1
- package/dist/components/xpl-table-footer-cell.d.ts +0 -11
- package/dist/components/xpl-table-footer-cell.js +0 -1
- package/dist/components/xpl-table-footer-cell2.js +0 -1
- package/dist/components/xpl-table-footer.d.ts +0 -11
- package/dist/components/xpl-table-footer.js +0 -1
- package/dist/components/xpl-table-header-cell2.js +0 -1
- package/dist/components/xpl-table-row.d.ts +0 -11
- package/dist/components/xpl-table-row.js +0 -1
- package/dist/docs/xpl-table/xpl-table-body/readme.md +0 -10
- package/dist/docs/xpl-table/xpl-table-cell/readme.md +0 -33
- package/dist/docs/xpl-table/xpl-table-footer/readme.md +0 -10
- package/dist/docs/xpl-table/xpl-table-footer-cell/readme.md +0 -30
- package/dist/docs/xpl-table/xpl-table-header-cell/readme.md +0 -66
- package/dist/docs/xpl-table/xpl-table-row/readme.md +0 -19
- package/dist/types/components/xpl-table/utils/move-row-dom.d.ts +0 -3
- package/dist/types/components/xpl-table/utils/table-internal.d.ts +0 -8
- package/dist/types/components/xpl-table/xpl-table-body/xpl-table-body.d.ts +0 -3
- package/dist/types/components/xpl-table/xpl-table-cell/xpl-table-cell.d.ts +0 -11
- package/dist/types/components/xpl-table/xpl-table-footer/xpl-table-footer.d.ts +0 -3
- package/dist/types/components/xpl-table/xpl-table-footer-cell/xpl-table-footer-cell.d.ts +0 -4
- package/dist/types/components/xpl-table/xpl-table-header-cell/xpl-table-header-cell.d.ts +0 -32
- package/dist/types/components/xpl-table/xpl-table-row/xpl-table-row.d.ts +0 -13
- /package/dist/types/components/{xpl-table/xpl-table-header → xpl-table-header}/xpl-table-header.d.ts +0 -0
|
@@ -11,7 +11,7 @@ const ButtonRow = class {
|
|
|
11
11
|
this.onTertiary = () => this.clickTertiary.emit();
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (h(Host, { key: '
|
|
14
|
+
return (h(Host, { key: '184ee5671a9d1bbb967dd8e6e4427df30d62a007', class: "xpl-button-row" }, h("div", { key: '44b583d0899af8b158f7093b87918f0843366e44', class: "xpl-button-row-inner" }, h("div", { key: '31754284b0b87a1e58ccbded4b46b453c3b717ca', class: "xpl-button-row__left" }, this.secondary && (h("xpl-button", { key: '27a9c164af5e72a66380dfda4072cfb5d3b3a34d', variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary))), h("div", { key: '7ba9299532405aa9dceca481dae675a5129d2b51', class: "xpl-button-row__right" }, this.tertiary && (h("xpl-button", { key: 'bcb3524b921e6de30a1f6d870e04eeb9592762bb', variant: "subtle", type: "button", onClick: this.onTertiary }, this.tertiary)), this.secondary && (h("xpl-button", { key: '5e10208c958143476df430b7f9877965b7fadc08', variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary)), this.primary && (h("xpl-button", { key: 'ebb24794d37fd6dce72fa776b97ec59edeaab1dc', class: "xpl-button-row__primary", onClick: this.onPrimary }, this.primary))))));
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -55,7 +55,7 @@ const Calendar = class {
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
render() {
|
|
58
|
-
return (h(Host, { key: '
|
|
58
|
+
return (h(Host, { key: '56cd65b62892b0c3e939f6cd77e9ba507baf4a68', class: "xpl-calendar" }, h("input", { key: '296222d3b6c0bf3e7c400d4d8c40d7d48774ea57', class: "xpl-calendar-input", type: "text", id: this.calendarInputId, ref: (el) => {
|
|
59
59
|
this.inputElement = el;
|
|
60
60
|
} })));
|
|
61
61
|
}
|
|
@@ -21,9 +21,9 @@ const DynamicTableCell = class {
|
|
|
21
21
|
}
|
|
22
22
|
render() {
|
|
23
23
|
const colIndex = Array.from(this.el.parentElement.children).indexOf(this.el) + 1;
|
|
24
|
-
return (h(Host, { key: '
|
|
24
|
+
return (h(Host, { key: '7cfa2d58f634e41ccf1604a581fcc83a2b51676f', role: "gridcell", "aria-colindex": colIndex, class: "xpl-dynamic-table-cell", ref: (el) => {
|
|
25
25
|
this.hostElement = el;
|
|
26
|
-
} }, h("slot", { key: '
|
|
26
|
+
} }, h("slot", { key: 'c6a04082cb8aa1089d9f6cb82f3db8d7f0addf6e' })));
|
|
27
27
|
}
|
|
28
28
|
get el() { return getElement(this); }
|
|
29
29
|
};
|
|
@@ -26,9 +26,9 @@ const DynamicTableRow = class {
|
|
|
26
26
|
const classList = `xpl-dynamic-table-row
|
|
27
27
|
${this.isDisabled ? 'disabled' : ''}
|
|
28
28
|
${this.selected ? 'selected' : ''}`;
|
|
29
|
-
return (h(Host, { key: '
|
|
29
|
+
return (h(Host, { key: '0d099456d2016263a2bdcd42b46794e08adb64cf', role: "row", class: classList, ref: (el) => {
|
|
30
30
|
this.hostElement = el;
|
|
31
|
-
} }, h("slot", { key: '
|
|
31
|
+
} }, h("slot", { key: 'c923f7f8dc4bb8a4527693259d1a8b5932bb6c10' })));
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
|
|
@@ -54,7 +54,7 @@ const DynamicTable = class {
|
|
|
54
54
|
this.updateColumnCount();
|
|
55
55
|
}
|
|
56
56
|
render() {
|
|
57
|
-
return (h("div", { key: '
|
|
57
|
+
return (h("div", { key: '8f33da5fa8815400447b1690172bdaddd1079c1a', role: "grid", class: "xpl-dynamic-table", "aria-colcount": this.colCount }, h("slot", { key: '221aced83acf1fc4c904533eaedb1cd79914c5d3', name: "header" }), h("slot", { key: '6087119ce1499e94a30d09a1917d9371331f6add', name: "body" })));
|
|
58
58
|
}
|
|
59
59
|
get el() { return getElement(this); }
|
|
60
60
|
};
|
|
@@ -14,7 +14,7 @@ const GridItem = class {
|
|
|
14
14
|
className += ` xpl-grid-item-sm-${this.sm}`;
|
|
15
15
|
className += ` xpl-grid-item-md-${this.md}`;
|
|
16
16
|
className += ` xpl-grid-item-lg-${this.lg}`;
|
|
17
|
-
return (h(Host, { key: '
|
|
17
|
+
return (h(Host, { key: '43cf6dd21d3d06e2d8012b716e5db5aeee676aac', class: className }, h("slot", { key: 'e08e03e4152007df7158d7122f883da1050dfde7' })));
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -26,7 +26,7 @@ const Grid = class {
|
|
|
26
26
|
});
|
|
27
27
|
}
|
|
28
28
|
render() {
|
|
29
|
-
return h(Host, { key: '
|
|
29
|
+
return h(Host, { key: 'aeee950fb242a14f50ceda1d199cf427597b70f6', class: "xpl-grid" });
|
|
30
30
|
}
|
|
31
31
|
get container() { return getElement(this); }
|
|
32
32
|
};
|
|
@@ -17,7 +17,7 @@ const LargeCard = class {
|
|
|
17
17
|
render() {
|
|
18
18
|
const contentSlot = 'graph-content';
|
|
19
19
|
const hasContentSlot = this.el.querySelector(`[slot="${contentSlot}"]`);
|
|
20
|
-
return (h(Host, { key: '
|
|
20
|
+
return (h(Host, { key: '9b45179112de8d1ac309520425a1a5c340493487', role: "group", class: `xpl-large-card ${this.link ? 'xpl-large-card__link' : ''}`, tabindex: "0" }, h("dt", { key: '4838c93a72df9ea794b3bbbd7f78f3e84a606109', class: "xpl-large-card__header" }, h("header", { key: 'eb4b2e8515be1e0763595e1cf646dc2b25bfb739' }, h("slot", { key: '62fdafe4b8ce03af5ff353c3ffa377fa547b572b', name: "title" }, this.name), this.link && (h("span", { key: 'ac0086a3402af5f12668a560ad418aaf40a56357', class: "xpl-data-card__header-arrow" }, h("xpl-icon", { key: '74eaffc571098a88d69d7248166889671ba441a2', icon: "chevron-right", size: 16 })))), this.description && (h("div", { key: 'd7d2499b7d8da9c09062ea5a456b588e52df2d82', class: "xpl-large-card__description" }, this.description))), h("dd", { key: '652e32e8b200e783f03608f97cbbcc70f59421e3', class: "xpl-large-card__body" }, hasContentSlot && h("slot", { key: '9d9f285d34bd8e2b6666577bd2023ae474636c4c', name: contentSlot }))));
|
|
21
21
|
}
|
|
22
22
|
get el() { return getElement(this); }
|
|
23
23
|
};
|
|
@@ -16,7 +16,7 @@ const MainNav = class {
|
|
|
16
16
|
this.navWidthHandler();
|
|
17
17
|
}
|
|
18
18
|
render() {
|
|
19
|
-
return (h(Host, { key: '
|
|
19
|
+
return (h(Host, { key: '122bf1f28c4fb1e460185989b2d517f1ddbfb22b', class: `xpl-main-nav xpl-main-nav--${this.width}`, "aria-label": "Sidebar" }, h("nav", { key: '4ed8ce484b394adee98ac16056ebbabcadd31625' }, h("header", { key: '829b7904323aeea21922a8d4a8fa33141cfa7913', "aria-label": "Sidebar Header" }, h("slot", { key: '8a6ea72fa4a1b26f9825a36b4ac7e64c9dbf476c', name: "logo" }), h("slot", { key: 'bf049e9ee7b83af1c4ebfef21681edcb35de9364', name: "brand-name" })), h("div", { key: 'a0ce70ccf5e4bac6346711127fba5278963910c1', class: "xpl-main-nav__main_section" }, h("slot", { key: 'bce360027342a1ef3e009bad6bc28e44c64dbd04', name: "navigation" })), h("footer", { key: '0b5f2e6cc890e4257f5e5503302492a236950f87', class: "xpl-main-nav__footer", "aria-label": "Sidebar Footer" }, h("slot", { key: '01dbe4d3834e1bc67b51108600688544e549ecde', name: "footer" })))));
|
|
20
20
|
}
|
|
21
21
|
};
|
|
22
22
|
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-C7bgJs6C.js';
|
|
2
|
+
|
|
3
|
+
const TableHeaderCell = class {
|
|
4
|
+
constructor(hostRef) {
|
|
5
|
+
registerInstance(this, hostRef);
|
|
6
|
+
this.sortChanged = createEvent(this, "sortChanged", 7);
|
|
7
|
+
this.sortable = false;
|
|
8
|
+
this.label = '';
|
|
9
|
+
this.type = 'label';
|
|
10
|
+
this.sortDirection = 'none';
|
|
11
|
+
}
|
|
12
|
+
toggleSort() {
|
|
13
|
+
if (this.sortDirection === 'asc') {
|
|
14
|
+
this.sortDirection = 'desc';
|
|
15
|
+
}
|
|
16
|
+
else if (this.sortDirection === 'desc') {
|
|
17
|
+
this.sortDirection = 'none';
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
this.sortDirection = 'asc';
|
|
21
|
+
}
|
|
22
|
+
this.sortChanged.emit(this.sortDirection);
|
|
23
|
+
}
|
|
24
|
+
render() {
|
|
25
|
+
const colIndex = Array.from(this.el.parentElement.children).indexOf(this.el) + 1;
|
|
26
|
+
const renderContent = () => {
|
|
27
|
+
switch (this.type) {
|
|
28
|
+
case 'label':
|
|
29
|
+
return h("span", null, this.label);
|
|
30
|
+
case 'checkbox':
|
|
31
|
+
return h("xpl-checkbox", null);
|
|
32
|
+
case 'icon':
|
|
33
|
+
return h("xpl-icon", { icon: this.icon, size: 20 });
|
|
34
|
+
default:
|
|
35
|
+
return '';
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
const renderSortIcon = () => {
|
|
39
|
+
switch (this.sortDirection) {
|
|
40
|
+
case 'none':
|
|
41
|
+
return h("xpl-icon", { class: "sort-icon", icon: "arrow-down", size: 16 });
|
|
42
|
+
case 'asc':
|
|
43
|
+
return (h("xpl-icon", { class: "sort-icon sort-icon--sorted", icon: "arrow-up", size: 16 }));
|
|
44
|
+
case 'desc':
|
|
45
|
+
return (h("xpl-icon", { class: "sort-icon sort-icon--sorted", icon: "arrow-down", size: 16 }));
|
|
46
|
+
default:
|
|
47
|
+
return '';
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
return (h(Host, { role: "columnheader", "aria-colindex": colIndex, class: `xpl-table-header-cell ${this.sortable ? 'sortable' : 'non-sortable'}`, style: { width: `${this.width}px` } }, this.sortable ? (h("button", { onClick: () => this.toggleSort() }, renderContent(), renderSortIcon())) : (renderContent())));
|
|
51
|
+
}
|
|
52
|
+
get el() { return getElement(this); }
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
export { TableHeaderCell as xpl_table_header_cell };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { r as registerInstance, h, H as Host } from './index-C7bgJs6C.js';
|
|
2
|
+
|
|
3
|
+
const TableHeader = class {
|
|
4
|
+
constructor(hostRef) {
|
|
5
|
+
registerInstance(this, hostRef);
|
|
6
|
+
}
|
|
7
|
+
render() {
|
|
8
|
+
return (h(Host, { key: '7b36c9e640bd43ac38ea2625e7600e8699a13c5f', role: "row", class: "xpl-table-header" }, h("slot", { key: 'd03fe894a829477b6bf25dbd6dfa724b224b8d42' })));
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { TableHeader as xpl_table_header };
|
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
import { r as registerInstance, h, H as Host } from './index-C7bgJs6C.js';
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host } from './index-C7bgJs6C.js';
|
|
2
2
|
import { v as v4 } from './v4-Cqlsd6nf.js';
|
|
3
3
|
|
|
4
4
|
const Toggle = class {
|
|
5
5
|
constructor(hostRef) {
|
|
6
6
|
registerInstance(this, hostRef);
|
|
7
|
+
this.toggleChange = createEvent(this, "toggleChange", 7);
|
|
7
8
|
this.variant = 'default';
|
|
8
9
|
this.id = v4();
|
|
10
|
+
this.onChange = (event) => {
|
|
11
|
+
const target = event.target;
|
|
12
|
+
this.toggleChange.emit(target.checked);
|
|
13
|
+
};
|
|
9
14
|
}
|
|
10
15
|
render() {
|
|
11
16
|
let containerClassName = 'xpl-toggle-container';
|
|
@@ -14,13 +19,13 @@ const Toggle = class {
|
|
|
14
19
|
let className = 'xpl-toggle';
|
|
15
20
|
if (this.variant === 'small')
|
|
16
21
|
className += ' xpl-toggle--small';
|
|
17
|
-
return (h(Host, { key: '
|
|
22
|
+
return (h(Host, { key: '2665ccecd2df94b7ed7443e2ecb6265fca7f235f', class: containerClassName }, (this.heading || this.description) && (h("label", { key: '75292b431419e1d34c127a82d61baa1ee024a2bb', class: {
|
|
18
23
|
'xpl-label': true,
|
|
19
24
|
'xpl-label--disabled': this.disabled,
|
|
20
|
-
}, htmlFor: this.id }, this.heading, this.description && (h("small", { key: '
|
|
25
|
+
}, htmlFor: this.id }, this.heading, this.description && (h("small", { key: '772e34c7d553faee5b1dfc448ecb95706dc3e8df', class: {
|
|
21
26
|
'xpl-description': true,
|
|
22
27
|
'xpl-description--disabled': this.disabled,
|
|
23
|
-
} }, this.description)))), h("input", { key: '
|
|
28
|
+
} }, this.description)))), h("input", { key: 'afec8fff16aadca330c804832dbd41c4b10f5caa', class: className, type: "checkbox", checked: this.checked, disabled: this.disabled, id: this.id, name: this.name, onChange: this.onChange }), this.label && h("label", { key: '1b25d01805915cb2dacf03ad9340beec61565bcc', htmlFor: this.id }, this.label)));
|
|
24
29
|
}
|
|
25
30
|
};
|
|
26
31
|
|
|
@@ -14,11 +14,11 @@ const Toolbar = class {
|
|
|
14
14
|
this.selectedItemCount = event.detail.length;
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
|
-
return (h(Host, { key: '
|
|
17
|
+
return (h(Host, { key: '156bc52063283c17215e1d3a90c25939ae92685b', class: {
|
|
18
18
|
'xpl-toolbar': true,
|
|
19
19
|
dark: true,
|
|
20
20
|
hidden: this.selectedItemCount === 0,
|
|
21
|
-
} }, h("div", { key: '
|
|
21
|
+
} }, h("div", { key: '184e28d57a16d8ba6e10f29a95c931a036f44515', class: "toolbar" }, h("p", { key: 'ff6a7137db216c71859eac4398bbaf8bc6fe18f9', class: "selected-item-count" }, this.selectedItemCount, " Selected"), h("div", { key: 'a610539a08383a3d1d3dad8d95a8b75f43eaf1a3', class: "actions" }, h("slot", { key: 'dd8ea3150b40926ab40f36d38770daaa969a6fff', name: "actions-left" }), h("slot", { key: 'b51f8940fb52dd6880841a917574f782e0d0c72c', name: "actions-right" })))));
|
|
22
22
|
}
|
|
23
23
|
get el() { return getElement(this); }
|
|
24
24
|
};
|
|
@@ -3,15 +3,15 @@ export declare class Checkbox {
|
|
|
3
3
|
id: string;
|
|
4
4
|
ariaLabel: string;
|
|
5
5
|
checked?: boolean;
|
|
6
|
-
dataId?: string;
|
|
7
6
|
description?: string;
|
|
8
7
|
disabled?: boolean;
|
|
9
8
|
indeterminate?: boolean;
|
|
10
9
|
name?: string;
|
|
10
|
+
value?: string;
|
|
11
11
|
required?: boolean;
|
|
12
12
|
styled?: boolean;
|
|
13
|
-
|
|
14
|
-
checkboxChange: EventEmitter<
|
|
13
|
+
dataId?: string;
|
|
14
|
+
checkboxChange: EventEmitter<boolean>;
|
|
15
15
|
private onChange;
|
|
16
16
|
render(): any;
|
|
17
17
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import { type Placement } from '@floating-ui/dom';
|
|
2
3
|
import type { DropdownItem } from './dropdown-option';
|
|
3
4
|
interface XplDropdownOption extends HTMLXplDropdownOptionElement {
|
|
4
5
|
hostElement: HTMLXplDropdownOptionElement;
|
|
@@ -10,6 +11,10 @@ export declare class Dropdown {
|
|
|
10
11
|
options?: DropdownItem[];
|
|
11
12
|
anchorToTrigger: boolean;
|
|
12
13
|
onAnchorToTriggerChanged(): void;
|
|
14
|
+
flipFallbackPlacements?: Placement[];
|
|
15
|
+
onFlipFallbackPlacementsChanged(): void;
|
|
16
|
+
placement: Placement;
|
|
17
|
+
onPlacementChanged(): void;
|
|
13
18
|
selectedValues?: string | string[];
|
|
14
19
|
selectOnFocus: boolean;
|
|
15
20
|
triggerId: string;
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
export declare class HeaderAccordion {
|
|
2
2
|
el: HTMLXplHeaderAccordionElement;
|
|
3
|
-
expanded: boolean;
|
|
4
|
-
parentChecked: boolean;
|
|
5
|
-
parentIndeterminate: boolean;
|
|
6
3
|
contentId: string;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
hasCheckbox: boolean;
|
|
9
4
|
initialExpanded: boolean;
|
|
5
|
+
disabled: boolean;
|
|
10
6
|
selectedCount: number;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
hasCheckbox: boolean;
|
|
8
|
+
expanded: boolean;
|
|
9
|
+
parentChecked: boolean;
|
|
10
|
+
parentIndeterminate: boolean;
|
|
15
11
|
private toggleAccordion;
|
|
12
|
+
private applyBorderRadiusToLastRow;
|
|
16
13
|
private handleParentCheckboxChange;
|
|
14
|
+
watchSelectedCount(selectedCount: number, _previousCount: number): void;
|
|
17
15
|
private updateParentCheckbox;
|
|
16
|
+
handleChildCheckboxChange(): void;
|
|
17
|
+
componentDidLoad(): void;
|
|
18
|
+
componentWillRender(): void;
|
|
18
19
|
render(): any;
|
|
19
20
|
}
|
|
@@ -38,11 +38,12 @@ export declare class Input {
|
|
|
38
38
|
ariaLabel: string;
|
|
39
39
|
shape?: 'rounded' | 'box';
|
|
40
40
|
type?: 'date' | 'time' | 'text' | 'number' | 'password' | 'file' | 'color' | 'phone' | 'search';
|
|
41
|
-
focusEvent: EventEmitter<FocusEvent>;
|
|
42
41
|
blurEvent: EventEmitter<FocusEvent>;
|
|
43
|
-
|
|
42
|
+
focusEvent: EventEmitter<FocusEvent>;
|
|
44
43
|
inputEvent: EventEmitter<string>;
|
|
45
44
|
search: EventEmitter<string>;
|
|
45
|
+
valueChange: EventEmitter<string>;
|
|
46
|
+
private handleChildValueChange;
|
|
46
47
|
private valueChanged;
|
|
47
48
|
characterCount: number;
|
|
48
49
|
passwordVisible: boolean;
|
|
@@ -37,3 +37,16 @@ export declare const Pagination: {
|
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
|
+
export declare const PaginationWithPageControl: {
|
|
41
|
+
(args: any): string;
|
|
42
|
+
args: {
|
|
43
|
+
totalPages: number;
|
|
44
|
+
withPageControl: boolean;
|
|
45
|
+
};
|
|
46
|
+
parameters: {
|
|
47
|
+
layout: string;
|
|
48
|
+
'web-component': {
|
|
49
|
+
render: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -40,6 +40,13 @@ declare const _default: {
|
|
|
40
40
|
required: false;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
+
selectedValue: {
|
|
44
|
+
type: {
|
|
45
|
+
name: "string";
|
|
46
|
+
required: false;
|
|
47
|
+
};
|
|
48
|
+
description: string;
|
|
49
|
+
};
|
|
43
50
|
};
|
|
44
51
|
parameters: {
|
|
45
52
|
actions: {
|
|
@@ -49,7 +56,7 @@ declare const _default: {
|
|
|
49
56
|
};
|
|
50
57
|
export default _default;
|
|
51
58
|
export declare const Radio: {
|
|
52
|
-
({ label, description, checked, disabled, styled, value, name }: {
|
|
59
|
+
({ label, description, checked, disabled, styled, value, name, selectedValue, }: {
|
|
53
60
|
label: any;
|
|
54
61
|
description: any;
|
|
55
62
|
checked: any;
|
|
@@ -57,6 +64,7 @@ export declare const Radio: {
|
|
|
57
64
|
styled: any;
|
|
58
65
|
value: any;
|
|
59
66
|
name: any;
|
|
67
|
+
selectedValue: any;
|
|
60
68
|
}): string;
|
|
61
69
|
args: {
|
|
62
70
|
label: string;
|
|
@@ -66,6 +74,7 @@ export declare const Radio: {
|
|
|
66
74
|
styled: boolean;
|
|
67
75
|
value: string;
|
|
68
76
|
name: string;
|
|
77
|
+
selectedValue: string;
|
|
69
78
|
};
|
|
70
79
|
parameters: {
|
|
71
80
|
layout: string;
|
|
@@ -6,9 +6,11 @@ export declare class Radio {
|
|
|
6
6
|
name?: string;
|
|
7
7
|
value?: string;
|
|
8
8
|
required?: boolean;
|
|
9
|
+
selectedValue?: string;
|
|
9
10
|
styled?: boolean;
|
|
10
11
|
id: string;
|
|
11
12
|
radioChange: EventEmitter<string | boolean>;
|
|
12
13
|
private onChange;
|
|
14
|
+
private get isChecked();
|
|
13
15
|
render(): any;
|
|
14
16
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import type { Placement } from '@floating-ui/dom';
|
|
2
3
|
import type { DropdownItem } from '../xpl-dropdown/dropdown-option';
|
|
3
4
|
export declare class Select {
|
|
4
5
|
choices?: DropdownItem[];
|
|
5
6
|
selectIcon?: string;
|
|
6
7
|
description?: string;
|
|
7
8
|
disabled?: boolean;
|
|
9
|
+
dropdownFlipFallbackPlacements?: Placement[];
|
|
10
|
+
dropdownPlacement: Placement;
|
|
8
11
|
error?: string;
|
|
9
12
|
label?: string;
|
|
10
13
|
mode?: 'single' | 'multi';
|
|
@@ -1,218 +1,76 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
title: string;
|
|
3
|
-
parameters: {
|
|
4
|
-
controls: {
|
|
5
|
-
sort: string;
|
|
6
|
-
};
|
|
7
|
-
actions: {
|
|
8
|
-
handles: string[];
|
|
9
|
-
};
|
|
10
|
-
docs: {
|
|
11
|
-
description: {
|
|
12
|
-
component: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
3
|
argTypes: {
|
|
17
|
-
type: {
|
|
18
|
-
name: string;
|
|
19
|
-
control: {
|
|
20
|
-
type: "select";
|
|
21
|
-
};
|
|
22
|
-
options: string[];
|
|
23
|
-
table: {
|
|
24
|
-
category: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
4
|
freeze: {
|
|
28
5
|
control: {
|
|
29
6
|
type: "boolean";
|
|
30
7
|
};
|
|
31
|
-
table: {
|
|
32
|
-
category: string;
|
|
33
|
-
};
|
|
34
8
|
};
|
|
35
|
-
|
|
9
|
+
multiselect: {
|
|
36
10
|
control: {
|
|
37
11
|
type: "boolean";
|
|
38
12
|
};
|
|
39
|
-
table: {
|
|
40
|
-
category: string;
|
|
41
|
-
};
|
|
42
13
|
};
|
|
43
|
-
|
|
14
|
+
striped: {
|
|
44
15
|
control: {
|
|
45
16
|
type: "boolean";
|
|
46
17
|
};
|
|
47
|
-
if: {
|
|
48
|
-
arg: string;
|
|
49
|
-
eq: string;
|
|
50
|
-
};
|
|
51
|
-
table: {
|
|
52
|
-
category: string;
|
|
53
|
-
};
|
|
54
18
|
};
|
|
55
19
|
columns: {
|
|
56
20
|
control: {
|
|
57
21
|
type: "object";
|
|
58
22
|
};
|
|
59
|
-
if: {
|
|
60
|
-
arg: string;
|
|
61
|
-
eq: string;
|
|
62
|
-
};
|
|
63
|
-
table: {
|
|
64
|
-
category: string;
|
|
65
|
-
};
|
|
66
23
|
};
|
|
67
24
|
data: {
|
|
68
25
|
control: {
|
|
69
26
|
type: "object";
|
|
70
27
|
};
|
|
71
|
-
if: {
|
|
72
|
-
arg: string;
|
|
73
|
-
eq: string;
|
|
74
|
-
};
|
|
75
|
-
table: {
|
|
76
|
-
category: string;
|
|
77
|
-
};
|
|
78
28
|
};
|
|
79
29
|
footer: {
|
|
80
30
|
control: {
|
|
81
31
|
type: "object";
|
|
82
32
|
};
|
|
83
|
-
if: {
|
|
84
|
-
arg: string;
|
|
85
|
-
eq: string;
|
|
86
|
-
};
|
|
87
|
-
table: {
|
|
88
|
-
category: string;
|
|
89
|
-
};
|
|
90
33
|
};
|
|
91
34
|
isSortable: {
|
|
92
35
|
control: {
|
|
93
36
|
type: "boolean";
|
|
94
37
|
};
|
|
95
|
-
if: {
|
|
96
|
-
arg: string;
|
|
97
|
-
eq: string;
|
|
98
|
-
};
|
|
99
|
-
table: {
|
|
100
|
-
category: string;
|
|
101
|
-
};
|
|
102
38
|
};
|
|
103
39
|
sortableColumns: {
|
|
104
40
|
control: {
|
|
105
41
|
type: "object";
|
|
106
42
|
};
|
|
107
|
-
if: {
|
|
108
|
-
arg: string;
|
|
109
|
-
eq: string;
|
|
110
|
-
};
|
|
111
|
-
table: {
|
|
112
|
-
category: string;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
selectedValues: {
|
|
116
|
-
control: {
|
|
117
|
-
type: "object";
|
|
118
|
-
};
|
|
119
|
-
if: {
|
|
120
|
-
arg: string;
|
|
121
|
-
eq: string;
|
|
122
|
-
};
|
|
123
|
-
description: string;
|
|
124
|
-
table: {
|
|
125
|
-
category: string;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
tableLabel: {
|
|
129
|
-
control: "text";
|
|
130
|
-
if: {
|
|
131
|
-
arg: string;
|
|
132
|
-
eq: string;
|
|
133
|
-
};
|
|
134
|
-
description: string;
|
|
135
|
-
table: {
|
|
136
|
-
category: string;
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
showSelectable: {
|
|
140
|
-
control: "boolean";
|
|
141
|
-
if: {
|
|
142
|
-
arg: string;
|
|
143
|
-
eq: string;
|
|
144
|
-
};
|
|
145
|
-
description: string;
|
|
146
|
-
table: {
|
|
147
|
-
category: string;
|
|
148
|
-
};
|
|
149
|
-
};
|
|
150
|
-
showRowReorderable: {
|
|
151
|
-
control: "boolean";
|
|
152
|
-
if: {
|
|
153
|
-
arg: string;
|
|
154
|
-
eq: string;
|
|
155
|
-
};
|
|
156
|
-
description: string;
|
|
157
|
-
table: {
|
|
158
|
-
category: string;
|
|
159
|
-
};
|
|
160
43
|
};
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
eq: string;
|
|
166
|
-
};
|
|
167
|
-
description: string;
|
|
168
|
-
table: {
|
|
169
|
-
category: string;
|
|
170
|
-
};
|
|
171
|
-
};
|
|
172
|
-
sortableNameColumn: {
|
|
173
|
-
control: "boolean";
|
|
174
|
-
if: {
|
|
175
|
-
arg: string;
|
|
176
|
-
eq: string;
|
|
177
|
-
};
|
|
178
|
-
description: string;
|
|
179
|
-
table: {
|
|
180
|
-
category: string;
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
showRichCells: {
|
|
184
|
-
control: "boolean";
|
|
185
|
-
if: {
|
|
186
|
-
arg: string;
|
|
187
|
-
eq: string;
|
|
188
|
-
};
|
|
189
|
-
description: string;
|
|
190
|
-
table: {
|
|
191
|
-
category: string;
|
|
192
|
-
};
|
|
44
|
+
};
|
|
45
|
+
parameters: {
|
|
46
|
+
actions: {
|
|
47
|
+
handles: string[];
|
|
193
48
|
};
|
|
194
49
|
};
|
|
195
50
|
};
|
|
196
51
|
export default _default;
|
|
197
52
|
export declare const Table: {
|
|
198
|
-
(
|
|
53
|
+
({ columns, data, footer, freeze, multiselect, selectedValues, striped, isSortable, sortableColumns, }: {
|
|
54
|
+
columns: any;
|
|
55
|
+
data: any;
|
|
56
|
+
footer: any;
|
|
57
|
+
freeze: any;
|
|
58
|
+
multiselect: any;
|
|
59
|
+
selectedValues: any;
|
|
60
|
+
striped: any;
|
|
61
|
+
isSortable: any;
|
|
62
|
+
sortableColumns: any;
|
|
63
|
+
}): string;
|
|
199
64
|
args: {
|
|
200
|
-
type: string;
|
|
201
65
|
freeze: boolean;
|
|
202
|
-
striped: boolean;
|
|
203
66
|
multiselect: boolean;
|
|
67
|
+
striped: boolean;
|
|
204
68
|
columns: string[];
|
|
205
69
|
data: string[][];
|
|
206
70
|
footer: string[][];
|
|
207
71
|
selectedValues: string[];
|
|
208
72
|
isSortable: boolean;
|
|
209
73
|
sortableColumns: boolean[];
|
|
210
|
-
tableLabel: string;
|
|
211
|
-
showSelectable: boolean;
|
|
212
|
-
showRowReorderable: boolean;
|
|
213
|
-
showToolbar: boolean;
|
|
214
|
-
sortableNameColumn: boolean;
|
|
215
|
-
showRichCells: boolean;
|
|
216
74
|
};
|
|
217
75
|
parameters: {
|
|
218
76
|
layout: string;
|
|
@@ -220,7 +78,7 @@ export declare const Table: {
|
|
|
220
78
|
render: string[];
|
|
221
79
|
};
|
|
222
80
|
html: {
|
|
223
|
-
render: string;
|
|
81
|
+
render: string[];
|
|
224
82
|
};
|
|
225
83
|
design: {
|
|
226
84
|
type: string;
|