xv-webcomponents 2.0.0-beta.2 → 2.0.0-beta.28
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/README.md +3 -2
- package/dist/angular/index.d.ts +1 -1
- package/dist/angular/index.js +3 -4
- package/dist/angular/proxies.d.ts +60 -34
- package/dist/angular/proxies.js +51 -67
- package/dist/angular/web-components.module.d.ts +1 -1
- package/dist/angular/web-components.module.js +10 -13
- package/dist/cjs/{index-Cfa6bBQW.js → index-DaTpiyaU.js} +1 -1
- package/dist/cjs/{index-Cixkr3sz.js → index-Dwhgrew8.js} +15 -10
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{xv-accordion-v2_50.cjs.entry.js → xv-accordion-v2_49.cjs.entry.js} +1529 -147
- package/dist/cjs/xv-header-next.cjs.entry.js +2 -2
- package/dist/cjs/xv-mega-menu-next.cjs.entry.js +2 -2
- package/dist/cjs/xv-webcomponents.cjs.js +3 -3
- package/dist/collection/collection-manifest.json +1 -2
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js +9 -8
- package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.css +129 -61
- package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js +277 -78
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.css +138 -24
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js +334 -168
- package/dist/collection/components/xv-table/xv-table.css +240 -99
- package/dist/collection/components/xv-table/xv-table.js +2056 -63
- package/dist/collection/components/xv-table/xv-table.model.js +10 -0
- package/dist/collection/components/xv-table/xv-table.utils.js +243 -0
- package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js +1 -1
- package/dist/collection/components/xv-tag/xv-tag.js +1 -1
- package/dist/collection/components/xv-tag-combobox/xv-tag-combobox.js +2 -2
- package/dist/collection/components/xv-text-input/xv-text-input.js +2 -2
- package/dist/collection/components/xv-textarea/xv-textarea.js +2 -2
- package/dist/collection/components/xv-tile/xv-tile.js +2 -2
- package/dist/collection/components/xv-toggle/xv-toggle.js +1 -1
- package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js +1 -1
- package/dist/collection/components/xv-tooltip/xv-tooltip.js +2 -2
- package/dist/collection/utils/table-layout.js +130 -0
- package/dist/components/index.js +1 -1
- package/dist/components/p-B0kwaJ8n.js +1 -0
- package/dist/components/{p-CbVZCn2p.js → p-BEoh0dZI.js} +1 -1
- package/dist/components/{p-ZYJfCCwX.js → p-BaZ-srfu.js} +1 -1
- package/dist/components/{p-DyGMZIub.js → p-Bej2l-wN.js} +1 -1
- package/dist/components/{p-Ddx5DwV5.js → p-BfhvpeQh.js} +1 -1
- package/dist/components/{p-kQVUwJXZ.js → p-CSYnNMKb.js} +1 -1
- package/dist/components/{p-BNP2Lw34.js → p-CspyoLL9.js} +1 -1
- package/dist/components/p-CvgDDcjp.js +1 -0
- package/dist/components/{p-COoj5JkZ.js → p-D4FwGeDJ.js} +1 -1
- package/dist/components/p-DCvH_Br_.js +1 -0
- package/dist/components/{p-CEjlxnKY.js → p-DFe9Mtw_.js} +1 -1
- package/dist/components/{p-BRZwUlfE.js → p-DFtMwE-h.js} +1 -1
- package/dist/components/p-DIvi4fI3.js +1 -0
- package/dist/components/{p-DTwz9Fsh.js → p-DNRISLNf.js} +1 -1
- package/dist/components/p-DPnvoOYj.js +1 -0
- package/dist/components/{p-Dzz9jxLm.js → p-Dwbe941A.js} +1 -1
- package/dist/components/{p-CMAJWZsP.js → p-JClekcEh.js} +1 -1
- package/dist/components/{p-DtUNYh73.js → p-NoM9oIJn.js} +1 -1
- package/dist/components/{p-DlLBjhuH.js → p-XEk4dHG3.js} +1 -1
- package/dist/components/p-i7_81si-.js +1 -0
- package/dist/components/{p-BRYrLHiz.js → p-i82EFiq6.js} +1 -1
- package/dist/components/{p-BXB4D7j4.js → p-jD7nSJaM.js} +1 -1
- package/dist/components/xv-accordion-v2-item.js +1 -1
- package/dist/components/xv-accordion-v2.js +1 -1
- package/dist/components/xv-breadcrumbs-v2.js +1 -1
- package/dist/components/xv-button-group-v2.js +1 -1
- package/dist/components/xv-button-v2.js +1 -1
- package/dist/components/xv-card-v2.js +1 -1
- package/dist/components/xv-checkbox-v2.js +1 -1
- package/dist/components/xv-content-switcher-item-v2.js +1 -1
- package/dist/components/xv-content-switcher-v2.js +1 -1
- package/dist/components/xv-data-table-cell.js +1 -1
- package/dist/components/xv-data-table-collapse.js +1 -1
- package/dist/components/xv-data-table-row.js +1 -1
- package/dist/components/xv-data-table.js +2 -2
- package/dist/components/xv-date-picker.js +1 -1
- package/dist/components/xv-datepicker.js +1 -1
- package/dist/components/xv-dropdown-v2-item.js +1 -1
- package/dist/components/xv-dropdown-v2.js +1 -1
- package/dist/components/xv-file-uploader.js +1 -1
- package/dist/components/xv-footer.js +1 -1
- package/dist/components/xv-geo-map-v2.js +1 -1
- package/dist/components/xv-header-next.js +1 -1
- package/dist/components/xv-header.js +1 -1
- package/dist/components/xv-image-viewer.js +1 -1
- package/dist/components/xv-link-v2.js +1 -1
- package/dist/components/xv-loader-v2.js +1 -1
- package/dist/components/xv-login-modal.js +1 -1
- package/dist/components/xv-mega-menu-next.js +1 -1
- package/dist/components/xv-mega-menu.js +1 -1
- package/dist/components/xv-modal-v2.js +1 -1
- package/dist/components/xv-notification-v2.js +1 -1
- package/dist/components/xv-number-input-v2.js +1 -1
- package/dist/components/xv-overflow-menu-v2-item.js +1 -1
- package/dist/components/xv-overflow-menu-v2.js +1 -1
- package/dist/components/xv-pagination.js +1 -1
- package/dist/components/xv-progress-indicator-v2-item.js +1 -1
- package/dist/components/xv-progress-indicator-v2.js +1 -1
- package/dist/components/xv-radio-v2.js +1 -1
- package/dist/components/xv-slider-v2.js +1 -1
- package/dist/components/xv-tab-v2.js +1 -1
- package/dist/components/{xv-table-v2-row.d.ts → xv-table-cell.d.ts} +4 -4
- package/dist/components/xv-table-cell.js +1 -0
- package/dist/components/{xv-table-v2-cell.d.ts → xv-table-row.d.ts} +4 -4
- package/dist/components/xv-table-row.js +1 -0
- package/dist/components/{xv-table-v2.d.ts → xv-table.d.ts} +4 -4
- package/dist/components/xv-table.js +1 -0
- package/dist/components/xv-tabs-v2.js +1 -1
- package/dist/components/xv-tag-combobox.js +1 -1
- package/dist/components/xv-tag-v2.js +1 -1
- package/dist/components/xv-text-input-v2.js +1 -1
- package/dist/components/xv-textarea.js +1 -1
- package/dist/components/xv-tile.js +1 -1
- package/dist/components/xv-toggle-tip.js +1 -1
- package/dist/components/xv-toggle.js +1 -1
- package/dist/components/xv-tooltip-v2.js +1 -1
- package/dist/custom-elements.json +1765 -294
- package/dist/docs.json +2749 -443
- package/dist/esm/{index-B6cY-_U1.js → index-ClusqSO5.js} +1 -1
- package/dist/esm/{index-Bu8SrOeR.js → index-DJC3-dS3.js} +15 -10
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{xv-accordion-v2_50.entry.js → xv-accordion-v2_49.entry.js} +1527 -144
- package/dist/esm/xv-header-next.entry.js +2 -2
- package/dist/esm/xv-mega-menu-next.entry.js +2 -2
- package/dist/esm/xv-webcomponents.js +4 -4
- package/dist/react/components.d.ts +3 -4
- package/dist/react/components.js +3 -4
- package/dist/react/{xv-table-v2-expand.d.ts → xv-table-cell.d.ts} +3 -3
- package/dist/react/xv-table-cell.js +14 -0
- package/dist/react/{xv-table-v2.d.ts → xv-table-row.d.ts} +3 -3
- package/dist/react/{xv-table-v2.js → xv-table-row.js} +5 -5
- package/dist/react/xv-table.d.ts +18 -0
- package/dist/react/xv-table.js +22 -0
- package/dist/types/components/xv-table/xv-table-cell/xv-table-cell.d.ts +43 -8
- package/dist/types/components/xv-table/xv-table-row/xv-table-row.d.ts +57 -18
- package/dist/types/components/xv-table/xv-table.d.ts +298 -9
- package/dist/types/components/xv-table/xv-table.model.d.ts +78 -0
- package/dist/types/components/xv-table/xv-table.utils.d.ts +47 -0
- package/dist/types/components.d.ts +899 -118
- package/dist/types/stencil-public-runtime.d.ts +61 -55
- package/dist/types/utils/table-layout.d.ts +7 -0
- package/dist/vscode-data.json +347 -56
- package/dist/xv-webcomponents/index.esm.js +1 -1
- package/dist/xv-webcomponents/{p-1ffb0b4f.entry.js → p-0c30d09f.entry.js} +1 -1
- package/dist/xv-webcomponents/{p-eb9d7750.entry.js → p-6b58979e.entry.js} +2 -2
- package/dist/xv-webcomponents/{p-Bu8SrOeR.js → p-DJC3-dS3.js} +2 -2
- package/dist/xv-webcomponents/{p-DB4KqDJz.js → p-DSFVdw3w.js} +1 -1
- package/dist/xv-webcomponents/{p-d4d26ff2.entry.js → p-c4173686.entry.js} +1 -1
- package/dist/xv-webcomponents/xv-webcomponents.esm.js +1 -1
- package/package.json +139 -139
- package/dist/collection/components/xv-table/_vars.js +0 -2
- package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.css +0 -58
- package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js +0 -75
- package/dist/components/p-CHtssNO9.js +0 -1
- package/dist/components/p-CILNPUHH.js +0 -1
- package/dist/components/p-DVZ2BlIP.js +0 -1
- package/dist/components/p-bdaoJ1tx.js +0 -1
- package/dist/components/xv-table-v2-cell.js +0 -1
- package/dist/components/xv-table-v2-expand.d.ts +0 -11
- package/dist/components/xv-table-v2-expand.js +0 -1
- package/dist/components/xv-table-v2-row.js +0 -1
- package/dist/components/xv-table-v2.js +0 -1
- package/dist/react/xv-table-v2-cell.d.ts +0 -12
- package/dist/react/xv-table-v2-cell.js +0 -14
- package/dist/react/xv-table-v2-expand.js +0 -14
- package/dist/react/xv-table-v2-row.d.ts +0 -13
- package/dist/react/xv-table-v2-row.js +0 -17
- package/dist/types/components/xv-table/_vars.d.ts +0 -15
- package/dist/types/components/xv-table/xv-table-expand/xv-table-expand.d.ts +0 -8
package/README.md
CHANGED
|
@@ -225,8 +225,9 @@ is a devDependency — the five former runtime dependencies are already bundled
|
|
|
225
225
|
`dist`, and `@fortawesome/fontawesome-pro` comes from a private registry, which made any external
|
|
226
226
|
`npm install` fail. `react`, `@stencil/react-output-target` and `@angular/core` are optional peers.
|
|
227
227
|
|
|
228
|
-
|
|
229
|
-
adapter)
|
|
228
|
+
One upgrade is deliberately held back: **Jest 30** — Stencil 4.45 still routes any jest above 29
|
|
229
|
+
to its Jest 27 adapter (`getJestFacade()`). **Puppeteer 25** was unblocked by Stencil 4.45, which
|
|
230
|
+
awaits the now-async `executablePath()`.
|
|
230
231
|
|
|
231
232
|
---
|
|
232
233
|
|
package/dist/angular/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from './proxies';
|
|
2
2
|
export * from './web-components.module';
|
|
3
3
|
import * as d from './proxies';
|
|
4
|
-
export declare const DIRECTIVES: (typeof d.XvAccordionV2 | typeof d.XvAccordionV2Item | typeof d.XvBreadcrumbsV2 | typeof d.XvButtonGroupV2 | typeof d.XvButtonV2 | typeof d.XvCardV2 | typeof d.XvCheckboxV2 | typeof d.XvContentSwitcherItemV2 | typeof d.XvContentSwitcherV2 | typeof d.XvDataTable | typeof d.XvDataTableCell | typeof d.XvDataTableCollapse | typeof d.XvDataTableRow | typeof d.XvDatePicker | typeof d.XvDatepicker | typeof d.XvDropdownV2 | typeof d.XvDropdownV2Item | typeof d.XvFileUploader | typeof d.XvFooter | typeof d.XvGeoMapV2 | typeof d.XvHeader | typeof d.XvHeaderNext | typeof d.XvImageViewer | typeof d.XvLinkV2 | typeof d.XvLoaderV2 | typeof d.XvLoginModal | typeof d.XvMegaMenu | typeof d.XvMegaMenuNext | typeof d.XvModalV2 | typeof d.XvNotificationV2 | typeof d.XvNumberInputV2 | typeof d.XvOverflowMenuV2 | typeof d.XvOverflowMenuV2Item | typeof d.XvPagination | typeof d.XvProgressIndicatorV2 | typeof d.XvProgressIndicatorV2Item | typeof d.XvRadioV2 | typeof d.XvSliderV2 | typeof d.XvTabV2 | typeof d.
|
|
4
|
+
export declare const DIRECTIVES: (typeof d.XvAccordionV2 | typeof d.XvAccordionV2Item | typeof d.XvBreadcrumbsV2 | typeof d.XvButtonGroupV2 | typeof d.XvButtonV2 | typeof d.XvCardV2 | typeof d.XvCheckboxV2 | typeof d.XvContentSwitcherItemV2 | typeof d.XvContentSwitcherV2 | typeof d.XvDataTable | typeof d.XvDataTableCell | typeof d.XvDataTableCollapse | typeof d.XvDataTableRow | typeof d.XvDatePicker | typeof d.XvDatepicker | typeof d.XvDropdownV2 | typeof d.XvDropdownV2Item | typeof d.XvFileUploader | typeof d.XvFooter | typeof d.XvGeoMapV2 | typeof d.XvHeader | typeof d.XvHeaderNext | typeof d.XvImageViewer | typeof d.XvLinkV2 | typeof d.XvLoaderV2 | typeof d.XvLoginModal | typeof d.XvMegaMenu | typeof d.XvMegaMenuNext | typeof d.XvModalV2 | typeof d.XvNotificationV2 | typeof d.XvNumberInputV2 | typeof d.XvOverflowMenuV2 | typeof d.XvOverflowMenuV2Item | typeof d.XvPagination | typeof d.XvProgressIndicatorV2 | typeof d.XvProgressIndicatorV2Item | typeof d.XvRadioV2 | typeof d.XvSliderV2 | typeof d.XvTabV2 | typeof d.XvTable | typeof d.XvTableCell | typeof d.XvTableRow | typeof d.XvTabsV2 | typeof d.XvTagCombobox | typeof d.XvTagV2 | typeof d.XvTextInputV2 | typeof d.XvTextarea | typeof d.XvTile | typeof d.XvToggle | typeof d.XvToggleTip | typeof d.XvTooltipV2)[];
|
package/dist/angular/index.js
CHANGED
|
@@ -41,10 +41,9 @@ export const DIRECTIVES = [
|
|
|
41
41
|
d.XvRadioV2,
|
|
42
42
|
d.XvSliderV2,
|
|
43
43
|
d.XvTabV2,
|
|
44
|
-
d.
|
|
45
|
-
d.
|
|
46
|
-
d.
|
|
47
|
-
d.XvTableV2Row,
|
|
44
|
+
d.XvTable,
|
|
45
|
+
d.XvTableCell,
|
|
46
|
+
d.XvTableRow,
|
|
48
47
|
d.XvTabsV2,
|
|
49
48
|
d.XvTagCombobox,
|
|
50
49
|
d.XvTagV2,
|
|
@@ -36,10 +36,14 @@ import type { XvOverflowMenuV2ItemCustomEvent } from 'xv-webcomponents';
|
|
|
36
36
|
import type { OverflowMenuEvent as IXvOverflowMenuV2ItemOverflowMenuEvent } from 'xv-webcomponents';
|
|
37
37
|
import type { XvPaginationCustomEvent } from 'xv-webcomponents';
|
|
38
38
|
import type { XvSliderV2CustomEvent } from 'xv-webcomponents';
|
|
39
|
-
import type {
|
|
40
|
-
import type {
|
|
41
|
-
import type {
|
|
42
|
-
import type {
|
|
39
|
+
import type { XvTableCustomEvent } from 'xv-webcomponents';
|
|
40
|
+
import type { XvTableSort as IXvTableXvTableSort } from 'xv-webcomponents';
|
|
41
|
+
import type { XvTableSelectionDetail as IXvTableXvTableSelectionDetail } from 'xv-webcomponents';
|
|
42
|
+
import type { XvTableExpandedDetail as IXvTableXvTableExpandedDetail } from 'xv-webcomponents';
|
|
43
|
+
import type { XvTablePage as IXvTableXvTablePage } from 'xv-webcomponents';
|
|
44
|
+
import type { XvTableLayout as IXvTableXvTableLayout } from 'xv-webcomponents';
|
|
45
|
+
import type { XvTableRowClickDetail as IXvTableXvTableRowClickDetail } from 'xv-webcomponents';
|
|
46
|
+
import type { XvTableRowOrder as IXvTableXvTableRowOrder } from 'xv-webcomponents';
|
|
43
47
|
import type { XvTabsV2CustomEvent } from 'xv-webcomponents';
|
|
44
48
|
import type { XvTagComboboxCustomEvent } from 'xv-webcomponents';
|
|
45
49
|
import type { XvTagV2CustomEvent } from 'xv-webcomponents';
|
|
@@ -518,47 +522,69 @@ export declare class XvTabV2 {
|
|
|
518
522
|
}
|
|
519
523
|
export declare interface XvTabV2 extends Components.XvTabV2 {
|
|
520
524
|
}
|
|
521
|
-
export declare class
|
|
525
|
+
export declare class XvTable {
|
|
522
526
|
protected z: NgZone;
|
|
523
|
-
protected el:
|
|
527
|
+
protected el: HTMLXvTableElement;
|
|
528
|
+
sortChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableSort>>;
|
|
529
|
+
selectedChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableSelectionDetail>>;
|
|
530
|
+
expandedChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableExpandedDetail>>;
|
|
531
|
+
pageChange: EventEmitter<XvTableCustomEvent<IXvTableXvTablePage>>;
|
|
532
|
+
layoutChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableLayout>>;
|
|
533
|
+
rowClick: EventEmitter<XvTableCustomEvent<IXvTableXvTableRowClickDetail>>;
|
|
534
|
+
rowOrderChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableRowOrder>>;
|
|
524
535
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
525
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
526
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
536
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<XvTable, never>;
|
|
537
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XvTable, "xv-table", never, { "block": { "alias": "block"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnsLabel": { "alias": "columnsLabel"; "required": false; }; "description": { "alias": "description"; "required": false; }; "emptyLabel": { "alias": "emptyLabel"; "required": false; }; "expandLabel": { "alias": "expandLabel"; "required": false; }; "expandMode": { "alias": "expandMode"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "label": { "alias": "label"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "page": { "alias": "page"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "paginationMode": { "alias": "paginationMode"; "required": false; }; "reorderLabel": { "alias": "reorderLabel"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resetLabel": { "alias": "resetLabel"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "rowClickable": { "alias": "rowClickable"; "required": false; }; "rowKey": { "alias": "rowKey"; "required": false; }; "rowReorderHandle": { "alias": "rowReorderHandle"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "size": { "alias": "size"; "required": false; }; "skeletonRows": { "alias": "skeletonRows"; "required": false; }; "sortBy": { "alias": "sortBy"; "required": false; }; "sortMode": { "alias": "sortMode"; "required": false; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; }; "storageKey": { "alias": "storageKey"; "required": false; }; "storageOwner": { "alias": "storageOwner"; "required": false; }; "total": { "alias": "total"; "required": false; }; }, { "sortChange": "sortChange"; "selectedChange": "selectedChange"; "expandedChange": "expandedChange"; "pageChange": "pageChange"; "layoutChange": "layoutChange"; "rowClick": "rowClick"; "rowOrderChange": "rowOrderChange"; }, never, ["*"], false, never>;
|
|
527
538
|
}
|
|
528
|
-
export declare interface
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
539
|
+
export declare interface XvTable extends Components.XvTable {
|
|
540
|
+
/**
|
|
541
|
+
* Emitted when a sortable header is activated.
|
|
542
|
+
*/
|
|
543
|
+
sortChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableSort>>;
|
|
544
|
+
/**
|
|
545
|
+
* Emitted when the set of selected rows changes. Named after the `selected` prop it reports:
|
|
546
|
+
`selectionChange` is refused by Stencil as a native DOM event name.
|
|
547
|
+
*/
|
|
548
|
+
selectedChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableSelectionDetail>>;
|
|
549
|
+
/**
|
|
550
|
+
* Emitted when the set of expanded rows changes.
|
|
551
|
+
*/
|
|
552
|
+
expandedChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableExpandedDetail>>;
|
|
553
|
+
/**
|
|
554
|
+
* Emitted when the page or the page size changes.
|
|
555
|
+
*/
|
|
556
|
+
pageChange: EventEmitter<XvTableCustomEvent<IXvTableXvTablePage>>;
|
|
557
|
+
/**
|
|
558
|
+
* Emitted after a column is resized, reordered, hidden or reset.
|
|
559
|
+
*/
|
|
560
|
+
layoutChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableLayout>>;
|
|
561
|
+
/**
|
|
562
|
+
* Emitted when a row is clicked, while `rowClickable` is set.
|
|
563
|
+
*/
|
|
564
|
+
rowClick: EventEmitter<XvTableCustomEvent<IXvTableXvTableRowClickDetail>>;
|
|
565
|
+
/**
|
|
566
|
+
* Emitted when a row is dropped in a new position. The table does not move the row itself —
|
|
567
|
+
reorder the data and it re-renders, which keeps the DOM and the data from drifting apart.
|
|
568
|
+
*/
|
|
569
|
+
rowOrderChange: EventEmitter<XvTableCustomEvent<IXvTableXvTableRowOrder>>;
|
|
540
570
|
}
|
|
541
|
-
export declare class
|
|
571
|
+
export declare class XvTableCell {
|
|
542
572
|
protected z: NgZone;
|
|
543
|
-
protected el:
|
|
573
|
+
protected el: HTMLXvTableCellElement;
|
|
544
574
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
545
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
546
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
575
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<XvTableCell, never>;
|
|
576
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XvTableCell, "xv-table-cell", never, { "align": { "alias": "align"; "required": false; }; "clampLines": { "alias": "clampLines"; "required": false; }; "columnId": { "alias": "columnId"; "required": false; }; "header": { "alias": "header"; "required": false; }; "hideable": { "alias": "hideable"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "reorderLabel": { "alias": "reorderLabel"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
547
577
|
}
|
|
548
|
-
export declare interface
|
|
578
|
+
export declare interface XvTableCell extends Components.XvTableCell {
|
|
549
579
|
}
|
|
550
|
-
export declare class
|
|
580
|
+
export declare class XvTableRow {
|
|
551
581
|
protected z: NgZone;
|
|
552
|
-
protected el:
|
|
553
|
-
checkedChange: EventEmitter<XvTableV2RowCustomEvent<IXvTableV2RowSelectRowDto>>;
|
|
554
|
-
selectRow: EventEmitter<XvTableV2RowCustomEvent<IXvTableV2RowSelectRowDto>>;
|
|
582
|
+
protected el: HTMLXvTableRowElement;
|
|
555
583
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
556
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
557
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
584
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<XvTableRow, never>;
|
|
585
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XvTableRow, "xv-table-row", never, { "disabled": { "alias": "disabled"; "required": false; }; "expandLabel": { "alias": "expandLabel"; "required": false; }; "expandMode": { "alias": "expandMode"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "group": { "alias": "group"; "required": false; }; "hasPanel": { "alias": "hasPanel"; "required": false; }; "header": { "alias": "header"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "parent": { "alias": "parent"; "required": false; }; "partial": { "alias": "partial"; "required": false; }; "reorderLabel": { "alias": "reorderLabel"; "required": false; }; "rowReorderHandle": { "alias": "rowReorderHandle"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
558
586
|
}
|
|
559
|
-
export declare interface
|
|
560
|
-
checkedChange: EventEmitter<XvTableV2RowCustomEvent<IXvTableV2RowSelectRowDto>>;
|
|
561
|
-
selectRow: EventEmitter<XvTableV2RowCustomEvent<IXvTableV2RowSelectRowDto>>;
|
|
587
|
+
export declare interface XvTableRow extends Components.XvTableRow {
|
|
562
588
|
}
|
|
563
589
|
export declare class XvTabsV2 {
|
|
564
590
|
protected z: NgZone;
|
package/dist/angular/proxies.js
CHANGED
|
@@ -1244,67 +1244,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImpo
|
|
|
1244
1244
|
standalone: false
|
|
1245
1245
|
}]
|
|
1246
1246
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1247
|
-
let
|
|
1248
|
-
z;
|
|
1249
|
-
el;
|
|
1250
|
-
constructor(c, r, z) {
|
|
1251
|
-
this.z = z;
|
|
1252
|
-
c.detach();
|
|
1253
|
-
this.el = r.nativeElement;
|
|
1254
|
-
}
|
|
1255
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1256
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTableV2, isStandalone: false, selector: "xv-table-v2", inputs: { colsSize: "colsSize", hover: "hover", loading: "loading", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1257
|
-
};
|
|
1258
|
-
XvTableV2 = __decorate([
|
|
1259
|
-
ProxyCmp({
|
|
1260
|
-
inputs: ['colsSize', 'hover', 'loading', 'size']
|
|
1261
|
-
})
|
|
1262
|
-
], XvTableV2);
|
|
1263
|
-
export { XvTableV2 };
|
|
1264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableV2, decorators: [{
|
|
1265
|
-
type: Component,
|
|
1266
|
-
args: [{
|
|
1267
|
-
selector: 'xv-table-v2',
|
|
1268
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1269
|
-
template: '<ng-content></ng-content>',
|
|
1270
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1271
|
-
inputs: ['colsSize', 'hover', 'loading', 'size'],
|
|
1272
|
-
standalone: false
|
|
1273
|
-
}]
|
|
1274
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1275
|
-
let XvTableV2Cell = class XvTableV2Cell {
|
|
1247
|
+
let XvTable = class XvTable {
|
|
1276
1248
|
z;
|
|
1277
1249
|
el;
|
|
1278
1250
|
sortChange = new EventEmitter();
|
|
1251
|
+
selectedChange = new EventEmitter();
|
|
1252
|
+
expandedChange = new EventEmitter();
|
|
1253
|
+
pageChange = new EventEmitter();
|
|
1254
|
+
layoutChange = new EventEmitter();
|
|
1255
|
+
rowClick = new EventEmitter();
|
|
1256
|
+
rowOrderChange = new EventEmitter();
|
|
1279
1257
|
constructor(c, r, z) {
|
|
1280
1258
|
this.z = z;
|
|
1281
1259
|
c.detach();
|
|
1282
1260
|
this.el = r.nativeElement;
|
|
1283
1261
|
}
|
|
1284
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type:
|
|
1285
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type:
|
|
1262
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1263
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTable, isStandalone: false, selector: "xv-table", inputs: { block: "block", columns: "columns", columnsLabel: "columnsLabel", description: "description", emptyLabel: "emptyLabel", expandLabel: "expandLabel", expandMode: "expandMode", expanded: "expanded", hover: "hover", label: "label", layout: "layout", loading: "loading", locale: "locale", minWidth: "minWidth", page: "page", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", paginationMode: "paginationMode", reorderLabel: "reorderLabel", reorderable: "reorderable", resetLabel: "resetLabel", resizable: "resizable", rowClickable: "rowClickable", rowKey: "rowKey", rowReorderHandle: "rowReorderHandle", rowReorderable: "rowReorderable", rows: "rows", selected: "selected", selectedLabel: "selectedLabel", selection: "selection", size: "size", skeletonRows: "skeletonRows", sortBy: "sortBy", sortMode: "sortMode", stickyHeader: "stickyHeader", storageKey: "storageKey", storageOwner: "storageOwner", total: "total" }, outputs: { sortChange: "sortChange", selectedChange: "selectedChange", expandedChange: "expandedChange", pageChange: "pageChange", layoutChange: "layoutChange", rowClick: "rowClick", rowOrderChange: "rowOrderChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1286
1264
|
};
|
|
1287
|
-
|
|
1265
|
+
XvTable = __decorate([
|
|
1288
1266
|
ProxyCmp({
|
|
1289
|
-
inputs: ['
|
|
1267
|
+
inputs: ['block', 'columns', 'columnsLabel', 'description', 'emptyLabel', 'expandLabel', 'expandMode', 'expanded', 'hover', 'label', 'layout', 'loading', 'locale', 'minWidth', 'page', 'pageSize', 'pageSizeOptions', 'paginationMode', 'reorderLabel', 'reorderable', 'resetLabel', 'resizable', 'rowClickable', 'rowKey', 'rowReorderHandle', 'rowReorderable', 'rows', 'selected', 'selectedLabel', 'selection', 'size', 'skeletonRows', 'sortBy', 'sortMode', 'stickyHeader', 'storageKey', 'storageOwner', 'total'],
|
|
1268
|
+
methods: ['selectAll', 'clearSelection', 'resetLayout', 'getLayout']
|
|
1290
1269
|
})
|
|
1291
|
-
],
|
|
1292
|
-
export {
|
|
1293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type:
|
|
1270
|
+
], XvTable);
|
|
1271
|
+
export { XvTable };
|
|
1272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTable, decorators: [{
|
|
1294
1273
|
type: Component,
|
|
1295
1274
|
args: [{
|
|
1296
|
-
selector: 'xv-table
|
|
1275
|
+
selector: 'xv-table',
|
|
1297
1276
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1298
1277
|
template: '<ng-content></ng-content>',
|
|
1299
1278
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1300
|
-
inputs: ['
|
|
1301
|
-
outputs: ['sortChange'],
|
|
1279
|
+
inputs: ['block', 'columns', 'columnsLabel', 'description', 'emptyLabel', 'expandLabel', 'expandMode', 'expanded', 'hover', 'label', 'layout', 'loading', 'locale', 'minWidth', 'page', 'pageSize', 'pageSizeOptions', 'paginationMode', 'reorderLabel', 'reorderable', 'resetLabel', 'resizable', 'rowClickable', 'rowKey', 'rowReorderHandle', 'rowReorderable', 'rows', 'selected', 'selectedLabel', 'selection', 'size', 'skeletonRows', 'sortBy', 'sortMode', 'stickyHeader', 'storageKey', 'storageOwner', 'total'],
|
|
1280
|
+
outputs: ['sortChange', 'selectedChange', 'expandedChange', 'pageChange', 'layoutChange', 'rowClick', 'rowOrderChange'],
|
|
1302
1281
|
standalone: false
|
|
1303
1282
|
}]
|
|
1304
1283
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sortChange: [{
|
|
1305
1284
|
type: Output
|
|
1285
|
+
}], selectedChange: [{
|
|
1286
|
+
type: Output
|
|
1287
|
+
}], expandedChange: [{
|
|
1288
|
+
type: Output
|
|
1289
|
+
}], pageChange: [{
|
|
1290
|
+
type: Output
|
|
1291
|
+
}], layoutChange: [{
|
|
1292
|
+
type: Output
|
|
1293
|
+
}], rowClick: [{
|
|
1294
|
+
type: Output
|
|
1295
|
+
}], rowOrderChange: [{
|
|
1296
|
+
type: Output
|
|
1306
1297
|
}] } });
|
|
1307
|
-
let
|
|
1298
|
+
let XvTableCell = class XvTableCell {
|
|
1308
1299
|
z;
|
|
1309
1300
|
el;
|
|
1310
1301
|
constructor(c, r, z) {
|
|
@@ -1312,61 +1303,54 @@ let XvTableV2Expand = class XvTableV2Expand {
|
|
|
1312
1303
|
c.detach();
|
|
1313
1304
|
this.el = r.nativeElement;
|
|
1314
1305
|
}
|
|
1315
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type:
|
|
1316
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type:
|
|
1306
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1307
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTableCell, isStandalone: false, selector: "xv-table-cell", inputs: { align: "align", clampLines: "clampLines", columnId: "columnId", header: "header", hideable: "hideable", overflow: "overflow", reorderLabel: "reorderLabel", reorderable: "reorderable", resizable: "resizable", sortDirection: "sortDirection", sortable: "sortable", tooltip: "tooltip", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1317
1308
|
};
|
|
1318
|
-
|
|
1309
|
+
XvTableCell = __decorate([
|
|
1319
1310
|
ProxyCmp({
|
|
1320
|
-
inputs: ['
|
|
1311
|
+
inputs: ['align', 'clampLines', 'columnId', 'header', 'hideable', 'overflow', 'reorderLabel', 'reorderable', 'resizable', 'sortDirection', 'sortable', 'tooltip', 'width']
|
|
1321
1312
|
})
|
|
1322
|
-
],
|
|
1323
|
-
export {
|
|
1324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type:
|
|
1313
|
+
], XvTableCell);
|
|
1314
|
+
export { XvTableCell };
|
|
1315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableCell, decorators: [{
|
|
1325
1316
|
type: Component,
|
|
1326
1317
|
args: [{
|
|
1327
|
-
selector: 'xv-table-
|
|
1318
|
+
selector: 'xv-table-cell',
|
|
1328
1319
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1329
1320
|
template: '<ng-content></ng-content>',
|
|
1330
1321
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1331
|
-
inputs: ['
|
|
1322
|
+
inputs: ['align', 'clampLines', 'columnId', 'header', 'hideable', 'overflow', 'reorderLabel', 'reorderable', 'resizable', 'sortDirection', 'sortable', 'tooltip', 'width'],
|
|
1332
1323
|
standalone: false
|
|
1333
1324
|
}]
|
|
1334
1325
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1335
|
-
let
|
|
1326
|
+
let XvTableRow = class XvTableRow {
|
|
1336
1327
|
z;
|
|
1337
1328
|
el;
|
|
1338
|
-
checkedChange = new EventEmitter();
|
|
1339
|
-
selectRow = new EventEmitter();
|
|
1340
1329
|
constructor(c, r, z) {
|
|
1341
1330
|
this.z = z;
|
|
1342
1331
|
c.detach();
|
|
1343
1332
|
this.el = r.nativeElement;
|
|
1344
1333
|
}
|
|
1345
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type:
|
|
1346
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type:
|
|
1334
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1335
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTableRow, isStandalone: false, selector: "xv-table-row", inputs: { disabled: "disabled", expandLabel: "expandLabel", expandMode: "expandMode", expandable: "expandable", expanded: "expanded", group: "group", hasPanel: "hasPanel", header: "header", hover: "hover", parent: "parent", partial: "partial", reorderLabel: "reorderLabel", rowReorderHandle: "rowReorderHandle", rowReorderable: "rowReorderable", selectable: "selectable", selected: "selected", selectionMode: "selectionMode", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1347
1336
|
};
|
|
1348
|
-
|
|
1337
|
+
XvTableRow = __decorate([
|
|
1349
1338
|
ProxyCmp({
|
|
1350
|
-
inputs: ['
|
|
1339
|
+
inputs: ['disabled', 'expandLabel', 'expandMode', 'expandable', 'expanded', 'group', 'hasPanel', 'header', 'hover', 'parent', 'partial', 'reorderLabel', 'rowReorderHandle', 'rowReorderable', 'selectable', 'selected', 'selectionMode', 'size', 'value']
|
|
1351
1340
|
})
|
|
1352
|
-
],
|
|
1353
|
-
export {
|
|
1354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type:
|
|
1341
|
+
], XvTableRow);
|
|
1342
|
+
export { XvTableRow };
|
|
1343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableRow, decorators: [{
|
|
1355
1344
|
type: Component,
|
|
1356
1345
|
args: [{
|
|
1357
|
-
selector: 'xv-table-
|
|
1346
|
+
selector: 'xv-table-row',
|
|
1358
1347
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1359
1348
|
template: '<ng-content></ng-content>',
|
|
1360
1349
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1361
|
-
inputs: ['
|
|
1362
|
-
outputs: ['checkedChange', 'selectRow'],
|
|
1350
|
+
inputs: ['disabled', 'expandLabel', 'expandMode', 'expandable', 'expanded', 'group', 'hasPanel', 'header', 'hover', 'parent', 'partial', 'reorderLabel', 'rowReorderHandle', 'rowReorderable', 'selectable', 'selected', 'selectionMode', 'size', 'value'],
|
|
1363
1351
|
standalone: false
|
|
1364
1352
|
}]
|
|
1365
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1366
|
-
type: Output
|
|
1367
|
-
}], selectRow: [{
|
|
1368
|
-
type: Output
|
|
1369
|
-
}] } });
|
|
1353
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1370
1354
|
let XvTabsV2 = class XvTabsV2 {
|
|
1371
1355
|
z;
|
|
1372
1356
|
el;
|
|
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./proxies";
|
|
3
3
|
export declare class WebComponentsModule {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<WebComponentsModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WebComponentsModule, [typeof i1.XvAccordionV2, typeof i1.XvAccordionV2Item, typeof i1.XvBreadcrumbsV2, typeof i1.XvButtonGroupV2, typeof i1.XvButtonV2, typeof i1.XvCardV2, typeof i1.XvCheckboxV2, typeof i1.XvContentSwitcherItemV2, typeof i1.XvContentSwitcherV2, typeof i1.XvDataTable, typeof i1.XvDataTableCell, typeof i1.XvDataTableCollapse, typeof i1.XvDataTableRow, typeof i1.XvDatePicker, typeof i1.XvDatepicker, typeof i1.XvDropdownV2, typeof i1.XvDropdownV2Item, typeof i1.XvFileUploader, typeof i1.XvFooter, typeof i1.XvGeoMapV2, typeof i1.XvHeader, typeof i1.XvHeaderNext, typeof i1.XvImageViewer, typeof i1.XvLinkV2, typeof i1.XvLoaderV2, typeof i1.XvLoginModal, typeof i1.XvMegaMenu, typeof i1.XvMegaMenuNext, typeof i1.XvModalV2, typeof i1.XvNotificationV2, typeof i1.XvNumberInputV2, typeof i1.XvOverflowMenuV2, typeof i1.XvOverflowMenuV2Item, typeof i1.XvPagination, typeof i1.XvProgressIndicatorV2, typeof i1.XvProgressIndicatorV2Item, typeof i1.XvRadioV2, typeof i1.XvSliderV2, typeof i1.XvTabV2, typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WebComponentsModule, [typeof i1.XvAccordionV2, typeof i1.XvAccordionV2Item, typeof i1.XvBreadcrumbsV2, typeof i1.XvButtonGroupV2, typeof i1.XvButtonV2, typeof i1.XvCardV2, typeof i1.XvCheckboxV2, typeof i1.XvContentSwitcherItemV2, typeof i1.XvContentSwitcherV2, typeof i1.XvDataTable, typeof i1.XvDataTableCell, typeof i1.XvDataTableCollapse, typeof i1.XvDataTableRow, typeof i1.XvDatePicker, typeof i1.XvDatepicker, typeof i1.XvDropdownV2, typeof i1.XvDropdownV2Item, typeof i1.XvFileUploader, typeof i1.XvFooter, typeof i1.XvGeoMapV2, typeof i1.XvHeader, typeof i1.XvHeaderNext, typeof i1.XvImageViewer, typeof i1.XvLinkV2, typeof i1.XvLoaderV2, typeof i1.XvLoginModal, typeof i1.XvMegaMenu, typeof i1.XvMegaMenuNext, typeof i1.XvModalV2, typeof i1.XvNotificationV2, typeof i1.XvNumberInputV2, typeof i1.XvOverflowMenuV2, typeof i1.XvOverflowMenuV2Item, typeof i1.XvPagination, typeof i1.XvProgressIndicatorV2, typeof i1.XvProgressIndicatorV2Item, typeof i1.XvRadioV2, typeof i1.XvSliderV2, typeof i1.XvTabV2, typeof i1.XvTable, typeof i1.XvTableCell, typeof i1.XvTableRow, typeof i1.XvTabsV2, typeof i1.XvTagCombobox, typeof i1.XvTagV2, typeof i1.XvTextInputV2, typeof i1.XvTextarea, typeof i1.XvTile, typeof i1.XvToggle, typeof i1.XvToggleTip, typeof i1.XvTooltipV2], never, [typeof i1.XvAccordionV2, typeof i1.XvAccordionV2Item, typeof i1.XvBreadcrumbsV2, typeof i1.XvButtonGroupV2, typeof i1.XvButtonV2, typeof i1.XvCardV2, typeof i1.XvCheckboxV2, typeof i1.XvContentSwitcherItemV2, typeof i1.XvContentSwitcherV2, typeof i1.XvDataTable, typeof i1.XvDataTableCell, typeof i1.XvDataTableCollapse, typeof i1.XvDataTableRow, typeof i1.XvDatePicker, typeof i1.XvDatepicker, typeof i1.XvDropdownV2, typeof i1.XvDropdownV2Item, typeof i1.XvFileUploader, typeof i1.XvFooter, typeof i1.XvGeoMapV2, typeof i1.XvHeader, typeof i1.XvHeaderNext, typeof i1.XvImageViewer, typeof i1.XvLinkV2, typeof i1.XvLoaderV2, typeof i1.XvLoginModal, typeof i1.XvMegaMenu, typeof i1.XvMegaMenuNext, typeof i1.XvModalV2, typeof i1.XvNotificationV2, typeof i1.XvNumberInputV2, typeof i1.XvOverflowMenuV2, typeof i1.XvOverflowMenuV2Item, typeof i1.XvPagination, typeof i1.XvProgressIndicatorV2, typeof i1.XvProgressIndicatorV2Item, typeof i1.XvRadioV2, typeof i1.XvSliderV2, typeof i1.XvTabV2, typeof i1.XvTable, typeof i1.XvTableCell, typeof i1.XvTableRow, typeof i1.XvTabsV2, typeof i1.XvTagCombobox, typeof i1.XvTagV2, typeof i1.XvTextInputV2, typeof i1.XvTextarea, typeof i1.XvTile, typeof i1.XvToggle, typeof i1.XvToggleTip, typeof i1.XvTooltipV2]>;
|
|
6
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<WebComponentsModule>;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
|
-
import { XvAccordionV2, XvAccordionV2Item, XvBreadcrumbsV2, XvButtonGroupV2, XvButtonV2, XvCardV2, XvCheckboxV2, XvContentSwitcherItemV2, XvContentSwitcherV2, XvDataTable, XvDataTableCell, XvDataTableCollapse, XvDataTableRow, XvDatePicker, XvDatepicker, XvDropdownV2, XvDropdownV2Item, XvFileUploader, XvFooter, XvGeoMapV2, XvHeader, XvHeaderNext, XvImageViewer, XvLinkV2, XvLoaderV2, XvLoginModal, XvMegaMenu, XvMegaMenuNext, XvModalV2, XvNotificationV2, XvNumberInputV2, XvOverflowMenuV2, XvOverflowMenuV2Item, XvPagination, XvProgressIndicatorV2, XvProgressIndicatorV2Item, XvRadioV2, XvSliderV2, XvTabV2,
|
|
2
|
+
import { XvAccordionV2, XvAccordionV2Item, XvBreadcrumbsV2, XvButtonGroupV2, XvButtonV2, XvCardV2, XvCheckboxV2, XvContentSwitcherItemV2, XvContentSwitcherV2, XvDataTable, XvDataTableCell, XvDataTableCollapse, XvDataTableRow, XvDatePicker, XvDatepicker, XvDropdownV2, XvDropdownV2Item, XvFileUploader, XvFooter, XvGeoMapV2, XvHeader, XvHeaderNext, XvImageViewer, XvLinkV2, XvLoaderV2, XvLoginModal, XvMegaMenu, XvMegaMenuNext, XvModalV2, XvNotificationV2, XvNumberInputV2, XvOverflowMenuV2, XvOverflowMenuV2Item, XvPagination, XvProgressIndicatorV2, XvProgressIndicatorV2Item, XvRadioV2, XvSliderV2, XvTabV2, XvTable, XvTableCell, XvTableRow, XvTabsV2, XvTagCombobox, XvTagV2, XvTextInputV2, XvTextarea, XvTile, XvToggle, XvToggleTip, XvTooltipV2, } from './proxies';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
const DIRECTIVES = [
|
|
5
5
|
XvAccordionV2,
|
|
@@ -41,10 +41,9 @@ const DIRECTIVES = [
|
|
|
41
41
|
XvRadioV2,
|
|
42
42
|
XvSliderV2,
|
|
43
43
|
XvTabV2,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
XvTableV2Row,
|
|
44
|
+
XvTable,
|
|
45
|
+
XvTableCell,
|
|
46
|
+
XvTableRow,
|
|
48
47
|
XvTabsV2,
|
|
49
48
|
XvTagCombobox,
|
|
50
49
|
XvTagV2,
|
|
@@ -96,10 +95,9 @@ export class WebComponentsModule {
|
|
|
96
95
|
XvRadioV2,
|
|
97
96
|
XvSliderV2,
|
|
98
97
|
XvTabV2,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
XvTableV2Row,
|
|
98
|
+
XvTable,
|
|
99
|
+
XvTableCell,
|
|
100
|
+
XvTableRow,
|
|
103
101
|
XvTabsV2,
|
|
104
102
|
XvTagCombobox,
|
|
105
103
|
XvTagV2,
|
|
@@ -147,10 +145,9 @@ export class WebComponentsModule {
|
|
|
147
145
|
XvRadioV2,
|
|
148
146
|
XvSliderV2,
|
|
149
147
|
XvTabV2,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
XvTableV2Row,
|
|
148
|
+
XvTable,
|
|
149
|
+
XvTableCell,
|
|
150
|
+
XvTableRow,
|
|
154
151
|
XvTabsV2,
|
|
155
152
|
XvTagCombobox,
|
|
156
153
|
XvTagV2,
|
|
@@ -7,7 +7,7 @@ const globalScripts = () => {};
|
|
|
7
7
|
const globalStyles = ".xv-container{width:100%;max-width:1170px;margin-inline:auto}@media (min-width: 576px){.xv-container{max-width:540px}}@media (min-width: 768px){.xv-container{max-width:720px}}@media (min-width: 992px){.xv-container{max-width:960px;padding-inline:var(--bs-gutter-x, 0.75rem)}}@media (min-width: 1200px){.xv-container{max-width:1140px}}@media (min-width: 1400px){.xv-container{max-width:1320px}}.xv-tooltip[role=tooltip]{position:absolute;background-color:var(--background-inverse, #333333);color:var(--text-on-color);padding:var(--spacing-03) var(--spacing-04);border-radius:3px;font-size:var(--fz-sm);z-index:999;min-width:min(150px, 90vw);max-width:min(400px, 90vw)}.xv-tooltip[role=tooltip]::after{content:\"\";position:absolute;width:0;height:0;border-style:solid}.xv-tooltip[role=tooltip][data-popper-placement=top]::after{bottom:-5px;left:50%;transform:translateX(-50%);border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-start]::after{bottom:-5px;left:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=top-end]::after{bottom:-5px;right:12px;border-width:5px 5px 0 5px;border-color:var(--background-inverse, black) transparent transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom]::after{top:-5px;left:50%;transform:translateX(-50%);border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-start]::after{top:-5px;left:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=bottom-end]::after{top:-5px;right:12px;border-width:0 5px 5px 5px;border-color:transparent transparent var(--background-inverse, black) transparent}.xv-tooltip[role=tooltip][data-popper-placement=left]::after{top:50%;right:-5px;transform:translateY(-50%);border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-start]::after{top:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=left-end]::after{bottom:12px;right:-5px;border-width:5px 0 5px 5px;border-color:transparent transparent transparent var(--background-inverse, black)}.xv-tooltip[role=tooltip][data-popper-placement=right]::after{top:50%;left:-5px;transform:translateY(-50%);border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-start]::after{top:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.xv-tooltip[role=tooltip][data-popper-placement=right-end]::after{bottom:12px;left:-5px;border-width:5px 5px 5px 0;border-color:transparent var(--background-inverse, black) transparent transparent}.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:0.75em;vertical-align:-0.0667em}.fa-xs{font-size:0.75em}.fa-sm{font-size:0.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:0.1em;padding:0.2em 0.25em 0.15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:0.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:0.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!\n* Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com\n* License - https://fontawesome.com/license (Commercial License)\n*/@font-face{font-family:\"Font Awesome 5 Pro\";font-style:normal;font-weight:900;font-display:block;src:url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-solid-900.eot\");src:url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-solid-900.eot?#iefix\") format(\"embedded-opentype\"), url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-solid-900.woff2\") format(\"woff2\"), url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-solid-900.woff\") format(\"woff\"), url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-solid-900.ttf\") format(\"truetype\"), url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-solid-900.svg#fontawesome\") format(\"svg\")}.fa,.fas{font-family:\"Font Awesome 5 Pro\";font-weight:900}/*!\n* Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com\n* License - https://fontawesome.com/license (Commercial License)\n*/@font-face{font-family:\"Font Awesome 5 Pro\";font-style:normal;font-weight:400;font-display:block;src:url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-regular-400.eot\");src:url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-regular-400.eot?#iefix\") format(\"embedded-opentype\"), url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-regular-400.woff2\") format(\"woff2\"), url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-regular-400.woff\") format(\"woff\"), url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-regular-400.ttf\") format(\"truetype\"), url(\"https://crossvertise.blob.core.windows.net/assets/fonts/fa-regular-400.svg#fontawesome\") format(\"svg\")}.far{font-family:\"Font Awesome 5 Pro\";font-weight:400}.fa-bars:before{content:\"\\f0c9\"}.fa-bell:before{content:\"\\f0f3\"}.fa-check:before{content:\"\\f00c\"}.fa-circle:before{content:\"\\f111\"}.fa-clock:before{content:\"\\f017\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-question-circle:before{content:\"\\f059\"}.fa-search:before{content:\"\\f002\"}.fa-shopping-cart:before{content:\"\\f07a\"}.fa-square:before{content:\"\\f0c8\"}.fa-times:before{content:\"\\f00d\"}.fa-times-circle:before{content:\"\\f057\"}.fa-triangle:before{content:\"\\f2ec\"}.fa-user:before{content:\"\\f007\"}";
|
|
8
8
|
|
|
9
9
|
/*
|
|
10
|
-
Stencil Client Platform v4.
|
|
10
|
+
Stencil Client Platform v4.45.0 | MIT Licensed | https://stenciljs.com
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
|
|
@@ -1132,7 +1132,7 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
|
|
|
1132
1132
|
if (idxInOld >= 0) {
|
|
1133
1133
|
elmToMove = oldCh[idxInOld];
|
|
1134
1134
|
if (elmToMove.$tag$ !== newStartVnode.$tag$) {
|
|
1135
|
-
node = createElm(oldCh && oldCh[newStartIdx], newVNode2,
|
|
1135
|
+
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx);
|
|
1136
1136
|
} else {
|
|
1137
1137
|
patch(elmToMove, newStartVnode, isInitialRender);
|
|
1138
1138
|
oldCh[idxInOld] = void 0;
|
|
@@ -1803,23 +1803,28 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1803
1803
|
}
|
|
1804
1804
|
return;
|
|
1805
1805
|
}
|
|
1806
|
-
const
|
|
1806
|
+
const parsedValue = parsePropertyValue(
|
|
1807
|
+
newValue,
|
|
1808
|
+
memberFlags,
|
|
1809
|
+
!!(cmpMeta.$flags$ & 64 /* formAssociated */)
|
|
1810
|
+
);
|
|
1811
|
+
const setterSetVal = (val) => {
|
|
1807
1812
|
const currentValue = ref.$lazyInstance$[memberName];
|
|
1808
1813
|
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1809
1814
|
ref.$instanceValues$.set(memberName, currentValue);
|
|
1810
1815
|
}
|
|
1811
|
-
ref.$lazyInstance$[memberName] =
|
|
1812
|
-
newValue,
|
|
1813
|
-
memberFlags,
|
|
1814
|
-
!!(cmpMeta.$flags$ & 64 /* formAssociated */)
|
|
1815
|
-
);
|
|
1816
|
+
ref.$lazyInstance$[memberName] = val;
|
|
1816
1817
|
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
|
1817
1818
|
};
|
|
1818
1819
|
if (ref.$lazyInstance$) {
|
|
1819
|
-
setterSetVal();
|
|
1820
|
+
setterSetVal(parsedValue);
|
|
1820
1821
|
} else {
|
|
1822
|
+
ref.$instanceValues$.set(memberName, parsedValue);
|
|
1821
1823
|
ref.$fetchedCbList$.push(() => {
|
|
1822
|
-
|
|
1824
|
+
const pendingValue = ref.$instanceValues$.get(memberName);
|
|
1825
|
+
if (ref.$lazyInstance$[memberName] !== pendingValue) {
|
|
1826
|
+
setterSetVal(pendingValue);
|
|
1827
|
+
}
|
|
1823
1828
|
});
|
|
1824
1829
|
}
|
|
1825
1830
|
}
|