xv-webcomponents 0.1.26 → 0.1.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/dist/cjs/app-globals-3a1e7e63.js +7 -0
- package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
- package/dist/cjs/index-782b9733.js +1535 -0
- package/dist/cjs/index-782b9733.js.map +1 -0
- package/dist/cjs/index.cjs.js +11 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +17 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/utils-aa46f72a.js +50 -0
- package/dist/cjs/utils-aa46f72a.js.map +1 -0
- package/dist/cjs/xv-accordion-v2_27.cjs.entry.js +1358 -0
- package/dist/cjs/xv-accordion-v2_27.cjs.entry.js.map +1 -0
- package/dist/cjs/xv-breadcrumbs-v2.cjs.entry.js +22 -0
- package/dist/cjs/xv-breadcrumbs-v2.cjs.entry.js.map +1 -0
- package/dist/cjs/xv-webcomponents.cjs.js +27 -0
- package/dist/cjs/xv-webcomponents.cjs.js.map +1 -0
- package/dist/collection/assets/fonts/fontawesome5/fa-brands-400.svg +3717 -0
- package/dist/collection/assets/fonts/fontawesome5/fa-duotone-900.svg +15326 -0
- package/dist/collection/assets/fonts/fontawesome5/fa-light-300.svg +12420 -0
- package/dist/collection/assets/fonts/fontawesome5/fa-regular-400.svg +11323 -0
- package/dist/collection/assets/fonts/fontawesome5/fa-solid-900.svg +9653 -0
- package/dist/collection/collection-manifest.json +39 -0
- package/dist/collection/components/xv-accordion/xv-accordion.css +3 -0
- package/dist/collection/components/xv-accordion/xv-accordion.js +163 -0
- package/dist/collection/components/xv-accordion/xv-accordion.js.map +1 -0
- package/dist/collection/components/xv-accordion-item/xv-accordion-item.css +68 -0
- package/dist/collection/components/xv-accordion-item/xv-accordion-item.js +132 -0
- package/dist/collection/components/xv-accordion-item/xv-accordion-item.js.map +1 -0
- package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.css +3 -0
- package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.js +19 -0
- package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.js.map +1 -0
- package/dist/collection/components/xv-button/xv-button-v2.css +154 -0
- package/dist/collection/components/xv-button/xv-button.js +138 -0
- package/dist/collection/components/xv-button/xv-button.js.map +1 -0
- package/dist/collection/components/xv-card/xv-card.css +63 -0
- package/dist/collection/components/xv-card/xv-card.js +122 -0
- package/dist/collection/components/xv-card/xv-card.js.map +1 -0
- package/dist/collection/components/xv-checkbox/xv-checkbox.css +132 -0
- package/dist/collection/components/xv-checkbox/xv-checkbox.js +402 -0
- package/dist/collection/components/xv-checkbox/xv-checkbox.js.map +1 -0
- package/dist/collection/components/xv-dropdown/_vars.js +2 -0
- package/dist/collection/components/xv-dropdown/_vars.js.map +1 -0
- package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.css +14 -0
- package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.js +151 -0
- package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.js.map +1 -0
- package/dist/collection/components/xv-dropdown/xv-dropdown.css +227 -0
- package/dist/collection/components/xv-dropdown/xv-dropdown.js +340 -0
- package/dist/collection/components/xv-dropdown/xv-dropdown.js.map +1 -0
- package/dist/collection/components/xv-footer/xv-footer.css +230 -0
- package/dist/collection/components/xv-footer/xv-footer.js +37 -0
- package/dist/collection/components/xv-footer/xv-footer.js.map +1 -0
- package/dist/collection/components/xv-header/xv-header.css +22587 -0
- package/dist/collection/components/xv-header/xv-header.js +46 -0
- package/dist/collection/components/xv-header/xv-header.js.map +1 -0
- package/dist/collection/components/xv-link/xv-link.css +61 -0
- package/dist/collection/components/xv-link/xv-link.js +132 -0
- package/dist/collection/components/xv-link/xv-link.js.map +1 -0
- package/dist/collection/components/xv-loader/xv-loader.css +65 -0
- package/dist/collection/components/xv-loader/xv-loader.js +106 -0
- package/dist/collection/components/xv-loader/xv-loader.js.map +1 -0
- package/dist/collection/components/xv-modal/xv-modal.css +98 -0
- package/dist/collection/components/xv-modal/xv-modal.js +202 -0
- package/dist/collection/components/xv-modal/xv-modal.js.map +1 -0
- package/dist/collection/components/xv-notification/_vars.js +8 -0
- package/dist/collection/components/xv-notification/_vars.js.map +1 -0
- package/dist/collection/components/xv-notification/xv-notification.css +112 -0
- package/dist/collection/components/xv-notification/xv-notification.js +118 -0
- package/dist/collection/components/xv-notification/xv-notification.js.map +1 -0
- package/dist/collection/components/xv-overflow-menu/_vars.js +6 -0
- package/dist/collection/components/xv-overflow-menu/_vars.js.map +1 -0
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.css +45 -0
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js +137 -0
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js.map +1 -0
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.css +102 -0
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js +202 -0
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js.map +1 -0
- package/dist/collection/components/xv-progress-indicator/_vars.js +12 -0
- package/dist/collection/components/xv-progress-indicator/_vars.js.map +1 -0
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.css +96 -0
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js +54 -0
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js.map +1 -0
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.css +45 -0
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js +157 -0
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js.map +1 -0
- package/dist/collection/components/xv-table/defs.js +28 -0
- package/dist/collection/components/xv-table/defs.js.map +1 -0
- package/dist/collection/components/xv-table/xv-table-col/xv-table-col.css +13 -0
- package/dist/collection/components/xv-table/xv-table-col/xv-table-col.js +111 -0
- package/dist/collection/components/xv-table/xv-table-col/xv-table-col.js.map +1 -0
- package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.css +116 -0
- package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js +199 -0
- package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js.map +1 -0
- package/dist/collection/components/xv-table/xv-table-header-row/xv-table-header-row.css +80 -0
- package/dist/collection/components/xv-table/xv-table-header-row/xv-table-header-row.js +172 -0
- package/dist/collection/components/xv-table/xv-table-header-row/xv-table-header-row.js.map +1 -0
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.css +46 -0
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js +275 -0
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js.map +1 -0
- package/dist/collection/components/xv-table/xv-table-toolbar/xv-table-toolbar.css +47 -0
- package/dist/collection/components/xv-table/xv-table-toolbar/xv-table-toolbar.js +78 -0
- package/dist/collection/components/xv-table/xv-table-toolbar/xv-table-toolbar.js.map +1 -0
- package/dist/collection/components/xv-table/xv-table.css +165 -0
- package/dist/collection/components/xv-table/xv-table.js +284 -0
- package/dist/collection/components/xv-table/xv-table.js.map +1 -0
- package/dist/collection/components/xv-tabs/_vars.js +11 -0
- package/dist/collection/components/xv-tabs/_vars.js.map +1 -0
- package/dist/collection/components/xv-tabs/xv-tab/xv-tab.css +3 -0
- package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js +65 -0
- package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js.map +1 -0
- package/dist/collection/components/xv-tabs/xv-tabs.css +79 -0
- package/dist/collection/components/xv-tabs/xv-tabs.js +158 -0
- package/dist/collection/components/xv-tabs/xv-tabs.js.map +1 -0
- package/dist/collection/components/xv-tag/xv-tag.css +97 -0
- package/dist/collection/components/xv-tag/xv-tag.js +158 -0
- package/dist/collection/components/xv-tag/xv-tag.js.map +1 -0
- package/dist/collection/components/xv-tooltip/xv-tooltip.css +154 -0
- package/dist/collection/components/xv-tooltip/xv-tooltip.js +70 -0
- package/dist/collection/components/xv-tooltip/xv-tooltip.js.map +1 -0
- package/dist/collection/index.js +11 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/scss/xv/images/xv-sprite.svg +1 -0
- package/dist/collection/scss/xv/sprite/images/xv-sprite.svg +1 -0
- package/dist/collection/types/enum.js +9 -0
- package/dist/collection/types/enum.js.map +1 -0
- package/dist/collection/utils/utils.js +46 -0
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/esm/app-globals-0f993ce5.js +5 -0
- package/dist/esm/app-globals-0f993ce5.js.map +1 -0
- package/dist/esm/index-83ab73b7.js +1506 -0
- package/dist/esm/index-83ab73b7.js.map +1 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +13 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/utils-0d1c18d5.js +44 -0
- package/dist/esm/utils-0d1c18d5.js.map +1 -0
- package/dist/esm/xv-accordion-v2_27.entry.js +1328 -0
- package/dist/esm/xv-accordion-v2_27.entry.js.map +1 -0
- package/dist/esm/xv-breadcrumbs-v2.entry.js +18 -0
- package/dist/esm/xv-breadcrumbs-v2.entry.js.map +1 -0
- package/dist/esm/xv-webcomponents.js +22 -0
- package/dist/esm/xv-webcomponents.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/xv-accordion/xv-accordion.d.ts +20 -0
- package/dist/types/components/xv-accordion-item/xv-accordion-item.d.ts +15 -0
- package/dist/types/components/xv-breadcrumbs/xv-breadcrumbs.d.ts +3 -0
- package/dist/types/components/xv-button/xv-button.d.ts +16 -0
- package/dist/types/components/xv-card/xv-card.d.ts +8 -0
- package/dist/types/components/xv-checkbox/xv-checkbox.d.ts +74 -0
- package/dist/types/components/xv-dropdown/_vars.d.ts +5 -0
- package/dist/types/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.d.ts +17 -0
- package/dist/types/components/xv-dropdown/xv-dropdown.d.ts +28 -0
- package/dist/types/components/xv-footer/xv-footer.d.ts +6 -0
- package/dist/types/components/xv-header/xv-header.d.ts +6 -0
- package/dist/types/components/xv-link/xv-link.d.ts +9 -0
- package/dist/types/components/xv-loader/xv-loader.d.ts +16 -0
- package/dist/types/components/xv-modal/xv-modal.d.ts +26 -0
- package/dist/types/components/xv-notification/_vars.d.ts +6 -0
- package/dist/types/components/xv-notification/xv-notification.d.ts +11 -0
- package/dist/types/components/xv-overflow-menu/_vars.d.ts +8 -0
- package/dist/types/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.d.ts +10 -0
- package/dist/types/components/xv-overflow-menu/xv-overflow-menu.d.ts +21 -0
- package/dist/types/components/xv-progress-indicator/_vars.d.ts +9 -0
- package/dist/types/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.d.ts +6 -0
- package/dist/types/components/xv-progress-indicator/xv-progress-indicator.d.ts +25 -0
- package/dist/types/components/xv-table/defs.d.ts +38 -0
- package/dist/types/components/xv-table/xv-table-col/xv-table-col.d.ts +9 -0
- package/dist/types/components/xv-table/xv-table-expand/xv-table-expand.d.ts +24 -0
- package/dist/types/components/xv-table/xv-table-header-row/xv-table-header-row.d.ts +28 -0
- package/dist/types/components/xv-table/xv-table-row/xv-table-row.d.ts +52 -0
- package/dist/types/components/xv-table/xv-table-toolbar/xv-table-toolbar.d.ts +6 -0
- package/dist/types/components/xv-table/xv-table.d.ts +37 -0
- package/dist/types/components/xv-tabs/_vars.d.ts +7 -0
- package/dist/types/components/xv-tabs/xv-tab/xv-tab.d.ts +5 -0
- package/dist/types/components/xv-tabs/xv-tabs.d.ts +36 -0
- package/dist/types/components/xv-tag/xv-tag.d.ts +11 -0
- package/dist/types/components/xv-tooltip/xv-tooltip.d.ts +11 -0
- package/dist/types/components.d.ts +1217 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +1680 -0
- package/dist/types/types/enum.d.ts +7 -0
- package/dist/types/utils/utils.d.ts +17 -0
- package/dist/xv-webcomponents/index.esm.js +2 -0
- package/dist/xv-webcomponents/index.esm.js.map +1 -0
- package/dist/xv-webcomponents/p-07dfeba3.entry.js +2 -0
- package/dist/xv-webcomponents/p-07dfeba3.entry.js.map +1 -0
- package/dist/xv-webcomponents/p-39bf1511.js +2 -0
- package/dist/xv-webcomponents/p-39bf1511.js.map +1 -0
- package/dist/xv-webcomponents/p-5f18d718.entry.js +2 -0
- package/dist/xv-webcomponents/p-5f18d718.entry.js.map +1 -0
- package/dist/xv-webcomponents/p-840929c5.js +3 -0
- package/dist/xv-webcomponents/p-840929c5.js.map +1 -0
- package/dist/xv-webcomponents/p-e1255160.js +2 -0
- package/dist/xv-webcomponents/p-e1255160.js.map +1 -0
- package/dist/xv-webcomponents/xv-webcomponents.esm.js +2 -0
- package/dist/xv-webcomponents/xv-webcomponents.esm.js.map +1 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/loader/package.json +11 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1217 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { SIZE_VAR } from "./types/enum";
|
|
9
|
+
import { DropdownItemData } from "./components/xv-dropdown/_vars";
|
|
10
|
+
import { NOTIFICATION_VARIANTS } from "./components/xv-notification/_vars";
|
|
11
|
+
import { OverflowMenuEvent, OverflowMenuVariant } from "./components/xv-overflow-menu/_vars";
|
|
12
|
+
import { PROGRESS_ITEM_STATUS, PROGRESS_VARIANTS } from "./components/xv-progress-indicator/_vars";
|
|
13
|
+
import { SORT_DIR, TABLE_COLOR_SCHEMA, TABLE_SIZE, TableSelectionEventData, TableSortData } from "./components/xv-table/defs";
|
|
14
|
+
import { TABS_VATIANT } from "./components/xv-tabs/_vars";
|
|
15
|
+
export { SIZE_VAR } from "./types/enum";
|
|
16
|
+
export { DropdownItemData } from "./components/xv-dropdown/_vars";
|
|
17
|
+
export { NOTIFICATION_VARIANTS } from "./components/xv-notification/_vars";
|
|
18
|
+
export { OverflowMenuEvent, OverflowMenuVariant } from "./components/xv-overflow-menu/_vars";
|
|
19
|
+
export { PROGRESS_ITEM_STATUS, PROGRESS_VARIANTS } from "./components/xv-progress-indicator/_vars";
|
|
20
|
+
export { SORT_DIR, TABLE_COLOR_SCHEMA, TABLE_SIZE, TableSelectionEventData, TableSortData } from "./components/xv-table/defs";
|
|
21
|
+
export { TABS_VATIANT } from "./components/xv-tabs/_vars";
|
|
22
|
+
export namespace Components {
|
|
23
|
+
interface XvAccordionV2 {
|
|
24
|
+
"multiple": boolean;
|
|
25
|
+
"toggleItem": (value: string) => Promise<{ opened: Set<string>; id: string; }>;
|
|
26
|
+
"value": string;
|
|
27
|
+
"xvId": string;
|
|
28
|
+
/**
|
|
29
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
30
|
+
*/
|
|
31
|
+
"xv-id"?: string;
|
|
32
|
+
}
|
|
33
|
+
interface XvAccordionV2Item {
|
|
34
|
+
"disabled": boolean;
|
|
35
|
+
"label": string;
|
|
36
|
+
"value": string;
|
|
37
|
+
}
|
|
38
|
+
interface XvBreadcrumbsV2 {
|
|
39
|
+
}
|
|
40
|
+
interface XvButtonV2 {
|
|
41
|
+
/**
|
|
42
|
+
* Container width Button
|
|
43
|
+
*/
|
|
44
|
+
"block": boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Disabled state
|
|
47
|
+
*/
|
|
48
|
+
"disabled": boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Button label
|
|
51
|
+
*/
|
|
52
|
+
"label": string;
|
|
53
|
+
/**
|
|
54
|
+
* Variant
|
|
55
|
+
*/
|
|
56
|
+
"variant": 'accent' | 'primary' | 'secondary' | 'tertiary' | 'ghost';
|
|
57
|
+
}
|
|
58
|
+
interface XvCardV2 {
|
|
59
|
+
"body": string;
|
|
60
|
+
"footer": string;
|
|
61
|
+
"header": string;
|
|
62
|
+
"media": string;
|
|
63
|
+
"variant": 'horizontal' | 'vertical';
|
|
64
|
+
}
|
|
65
|
+
interface XvCheckboxV2 {
|
|
66
|
+
/**
|
|
67
|
+
* Default checked status
|
|
68
|
+
*/
|
|
69
|
+
"checked": boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Disabled status
|
|
72
|
+
*/
|
|
73
|
+
"disabled": boolean;
|
|
74
|
+
"error"?: string | boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Using for forms
|
|
77
|
+
*/
|
|
78
|
+
"indeterminate": boolean;
|
|
79
|
+
/**
|
|
80
|
+
* Can be used like property or like slot
|
|
81
|
+
*/
|
|
82
|
+
"label": string;
|
|
83
|
+
/**
|
|
84
|
+
* Input name
|
|
85
|
+
*/
|
|
86
|
+
"name": string;
|
|
87
|
+
/**
|
|
88
|
+
* Change checkmark icon to minus
|
|
89
|
+
*/
|
|
90
|
+
"partial": boolean;
|
|
91
|
+
/**
|
|
92
|
+
* Input readonly
|
|
93
|
+
*/
|
|
94
|
+
"readonly": boolean;
|
|
95
|
+
/**
|
|
96
|
+
* The same like default checkbox prop
|
|
97
|
+
*/
|
|
98
|
+
"required": boolean;
|
|
99
|
+
"size"?: SIZE_VAR;
|
|
100
|
+
/**
|
|
101
|
+
* Input value
|
|
102
|
+
*/
|
|
103
|
+
"value": string;
|
|
104
|
+
}
|
|
105
|
+
interface XvDropdownV2 {
|
|
106
|
+
"disabled"?: boolean;
|
|
107
|
+
"error"?: string;
|
|
108
|
+
"helper"?: string;
|
|
109
|
+
"label"?: string;
|
|
110
|
+
"multiple"?: boolean;
|
|
111
|
+
"open"?: boolean;
|
|
112
|
+
"placeholder"?: string;
|
|
113
|
+
"required"?: boolean;
|
|
114
|
+
"size": SIZE_VAR;
|
|
115
|
+
"warning"?: string;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* xv-dropdown-item — custom dropdown list item
|
|
119
|
+
* if you want to create new dropdown list item you need to extend current class properties and
|
|
120
|
+
* events
|
|
121
|
+
* should be created and emitted 'itemSelected' event
|
|
122
|
+
*/
|
|
123
|
+
interface XvDropdownV2Item {
|
|
124
|
+
"disabled": boolean;
|
|
125
|
+
"selected": DropdownItemData['selected'];
|
|
126
|
+
"value": DropdownItemData['value'];
|
|
127
|
+
}
|
|
128
|
+
interface XvFooter {
|
|
129
|
+
}
|
|
130
|
+
interface XvHeader {
|
|
131
|
+
}
|
|
132
|
+
interface XvLinkV2 {
|
|
133
|
+
"disabled": boolean;
|
|
134
|
+
"href": string;
|
|
135
|
+
"size": 'sm' | 'md' | 'lg';
|
|
136
|
+
"target": '_self' | '_blank' | '_parent' | '_top';
|
|
137
|
+
"variant": 'standalone' | 'inline';
|
|
138
|
+
}
|
|
139
|
+
interface XvLoaderV2 {
|
|
140
|
+
/**
|
|
141
|
+
* Is component displayed
|
|
142
|
+
*/
|
|
143
|
+
"show": boolean;
|
|
144
|
+
/**
|
|
145
|
+
* Size of loader. Default size depends of font size
|
|
146
|
+
*/
|
|
147
|
+
"size": SIZE_VAR;
|
|
148
|
+
/**
|
|
149
|
+
* Message direction
|
|
150
|
+
*/
|
|
151
|
+
"variant": 'vertical' | 'horizontal';
|
|
152
|
+
}
|
|
153
|
+
interface XvModalV2 {
|
|
154
|
+
"closeModal": () => Promise<boolean>;
|
|
155
|
+
/**
|
|
156
|
+
* Is modal opened
|
|
157
|
+
*/
|
|
158
|
+
"open": boolean;
|
|
159
|
+
"openModal": () => Promise<boolean>;
|
|
160
|
+
/**
|
|
161
|
+
* If true then modal not be closed on backdrop click
|
|
162
|
+
*/
|
|
163
|
+
"permanent": boolean;
|
|
164
|
+
/**
|
|
165
|
+
* Size of modal. But max size is 90% view width
|
|
166
|
+
*/
|
|
167
|
+
"size": SIZE_VAR;
|
|
168
|
+
}
|
|
169
|
+
interface XvNotificationV2 {
|
|
170
|
+
"dismissible": boolean;
|
|
171
|
+
"variant": NOTIFICATION_VARIANTS;
|
|
172
|
+
}
|
|
173
|
+
interface XvOverflowMenuV2 {
|
|
174
|
+
"disabled": boolean;
|
|
175
|
+
"open": boolean;
|
|
176
|
+
"position": 'left' | 'right';
|
|
177
|
+
"size": SIZE_VAR;
|
|
178
|
+
}
|
|
179
|
+
interface XvOverflowMenuV2Item {
|
|
180
|
+
"disabled": boolean;
|
|
181
|
+
"value": OverflowMenuEvent['value'];
|
|
182
|
+
"variant": OverflowMenuVariant;
|
|
183
|
+
}
|
|
184
|
+
interface XvProgressIndicatorV2 {
|
|
185
|
+
/**
|
|
186
|
+
* Current progress from 0 to 100
|
|
187
|
+
*/
|
|
188
|
+
"progress": number;
|
|
189
|
+
/**
|
|
190
|
+
* Size of progress enum SIZE_VAR possible options `XS | SM | MD | LG | XL`
|
|
191
|
+
*/
|
|
192
|
+
"size": SIZE_VAR;
|
|
193
|
+
/**
|
|
194
|
+
* Progress variant enum PROGRESS_VARIANTS possible option `horizontal`
|
|
195
|
+
*/
|
|
196
|
+
"variant": PROGRESS_VARIANTS;
|
|
197
|
+
}
|
|
198
|
+
interface XvProgressIndicatorV2Item {
|
|
199
|
+
"status": PROGRESS_ITEM_STATUS;
|
|
200
|
+
}
|
|
201
|
+
interface XvTabV2 {
|
|
202
|
+
"disabled": boolean;
|
|
203
|
+
"label": string;
|
|
204
|
+
}
|
|
205
|
+
interface XvTableV2 {
|
|
206
|
+
/**
|
|
207
|
+
* Set current color schema type of enum TABLE_COLOR_SCHEMA Possible options 'zebra'
|
|
208
|
+
*/
|
|
209
|
+
"colorSchema": TABLE_COLOR_SCHEMA;
|
|
210
|
+
/**
|
|
211
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
212
|
+
*/
|
|
213
|
+
"color-schema"?: TABLE_COLOR_SCHEMA;
|
|
214
|
+
/**
|
|
215
|
+
* Table caption description
|
|
216
|
+
*/
|
|
217
|
+
"description": string;
|
|
218
|
+
/**
|
|
219
|
+
* If table is expandable fields
|
|
220
|
+
*/
|
|
221
|
+
"expandable": boolean;
|
|
222
|
+
/**
|
|
223
|
+
* Add checkbox selection to the table
|
|
224
|
+
*/
|
|
225
|
+
"selectable": boolean;
|
|
226
|
+
/**
|
|
227
|
+
* Table size enum TABLE_SIZE
|
|
228
|
+
*/
|
|
229
|
+
"size": TABLE_SIZE;
|
|
230
|
+
}
|
|
231
|
+
interface XvTableV2Col {
|
|
232
|
+
"sort"?: SORT_DIR | '';
|
|
233
|
+
"sortName"?: string;
|
|
234
|
+
/**
|
|
235
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
236
|
+
*/
|
|
237
|
+
"sort-name"?: string;
|
|
238
|
+
}
|
|
239
|
+
interface XvTableV2Expand {
|
|
240
|
+
"expanded": boolean;
|
|
241
|
+
"toggleExpand": (expanded: boolean) => Promise<void>;
|
|
242
|
+
}
|
|
243
|
+
interface XvTableV2HeaderRow {
|
|
244
|
+
/**
|
|
245
|
+
* Checkbox row checked
|
|
246
|
+
*/
|
|
247
|
+
"checked": boolean;
|
|
248
|
+
/**
|
|
249
|
+
* Checkbox row selected partially
|
|
250
|
+
*/
|
|
251
|
+
"partial": boolean;
|
|
252
|
+
/**
|
|
253
|
+
* Checkbox row name
|
|
254
|
+
*/
|
|
255
|
+
"selectionName"?: string;
|
|
256
|
+
/**
|
|
257
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
258
|
+
*/
|
|
259
|
+
"selection-name"?: string;
|
|
260
|
+
/**
|
|
261
|
+
* Is sort enabled
|
|
262
|
+
*/
|
|
263
|
+
"sortable"?: boolean;
|
|
264
|
+
}
|
|
265
|
+
interface XvTableV2Row {
|
|
266
|
+
/**
|
|
267
|
+
* Checkbox row status
|
|
268
|
+
*/
|
|
269
|
+
"checked"?: boolean;
|
|
270
|
+
/**
|
|
271
|
+
* Disabled status
|
|
272
|
+
*/
|
|
273
|
+
"disabled": boolean;
|
|
274
|
+
/**
|
|
275
|
+
* Is row will be expandable If it's true then the next row will be collapsed
|
|
276
|
+
*/
|
|
277
|
+
"expandable": boolean;
|
|
278
|
+
/**
|
|
279
|
+
* Default state of expandable
|
|
280
|
+
*/
|
|
281
|
+
"expanded": boolean;
|
|
282
|
+
"groupId"?: string;
|
|
283
|
+
/**
|
|
284
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
285
|
+
*/
|
|
286
|
+
"group-id"?: string;
|
|
287
|
+
/**
|
|
288
|
+
* Checkbox row with minus icon
|
|
289
|
+
*/
|
|
290
|
+
"partial"?: boolean;
|
|
291
|
+
/**
|
|
292
|
+
* Checkbox row name
|
|
293
|
+
*/
|
|
294
|
+
"selectionName"?: string;
|
|
295
|
+
/**
|
|
296
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
297
|
+
*/
|
|
298
|
+
"selection-name"?: string;
|
|
299
|
+
/**
|
|
300
|
+
* Checkbox row value
|
|
301
|
+
*/
|
|
302
|
+
"value"?: string;
|
|
303
|
+
}
|
|
304
|
+
interface XvTableV2Toolbar {
|
|
305
|
+
"setSelectedItems": (selected: Map<string, TableSelectionEventData>) => Promise<void>;
|
|
306
|
+
}
|
|
307
|
+
interface XvTabsV2 {
|
|
308
|
+
/**
|
|
309
|
+
* Index of active tab
|
|
310
|
+
*/
|
|
311
|
+
"active": number;
|
|
312
|
+
/**
|
|
313
|
+
* Variant of tabs from TABS_VATIANT enum
|
|
314
|
+
*/
|
|
315
|
+
"variant": TABS_VATIANT;
|
|
316
|
+
}
|
|
317
|
+
interface XvTagV2 {
|
|
318
|
+
"bg": string;
|
|
319
|
+
"closeable": boolean;
|
|
320
|
+
"color": string;
|
|
321
|
+
"disabled": boolean;
|
|
322
|
+
"size": 'sm' | 'md' | 'lg';
|
|
323
|
+
}
|
|
324
|
+
interface XvTooltipV2 {
|
|
325
|
+
/**
|
|
326
|
+
* Message what will be shown for tooltip *
|
|
327
|
+
*/
|
|
328
|
+
"message": string;
|
|
329
|
+
/**
|
|
330
|
+
* Tooltip and arrow position related to element possible options: 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'right'. By default, "top"
|
|
331
|
+
*/
|
|
332
|
+
"position": 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'right';
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
export interface XvAccordionV2CustomEvent<T> extends CustomEvent<T> {
|
|
336
|
+
detail: T;
|
|
337
|
+
target: HTMLXvAccordionV2Element;
|
|
338
|
+
}
|
|
339
|
+
export interface XvAccordionV2ItemCustomEvent<T> extends CustomEvent<T> {
|
|
340
|
+
detail: T;
|
|
341
|
+
target: HTMLXvAccordionV2ItemElement;
|
|
342
|
+
}
|
|
343
|
+
export interface XvButtonV2CustomEvent<T> extends CustomEvent<T> {
|
|
344
|
+
detail: T;
|
|
345
|
+
target: HTMLXvButtonV2Element;
|
|
346
|
+
}
|
|
347
|
+
export interface XvCheckboxV2CustomEvent<T> extends CustomEvent<T> {
|
|
348
|
+
detail: T;
|
|
349
|
+
target: HTMLXvCheckboxV2Element;
|
|
350
|
+
}
|
|
351
|
+
export interface XvDropdownV2CustomEvent<T> extends CustomEvent<T> {
|
|
352
|
+
detail: T;
|
|
353
|
+
target: HTMLXvDropdownV2Element;
|
|
354
|
+
}
|
|
355
|
+
export interface XvDropdownV2ItemCustomEvent<T> extends CustomEvent<T> {
|
|
356
|
+
detail: T;
|
|
357
|
+
target: HTMLXvDropdownV2ItemElement;
|
|
358
|
+
}
|
|
359
|
+
export interface XvModalV2CustomEvent<T> extends CustomEvent<T> {
|
|
360
|
+
detail: T;
|
|
361
|
+
target: HTMLXvModalV2Element;
|
|
362
|
+
}
|
|
363
|
+
export interface XvNotificationV2CustomEvent<T> extends CustomEvent<T> {
|
|
364
|
+
detail: T;
|
|
365
|
+
target: HTMLXvNotificationV2Element;
|
|
366
|
+
}
|
|
367
|
+
export interface XvOverflowMenuV2CustomEvent<T> extends CustomEvent<T> {
|
|
368
|
+
detail: T;
|
|
369
|
+
target: HTMLXvOverflowMenuV2Element;
|
|
370
|
+
}
|
|
371
|
+
export interface XvOverflowMenuV2ItemCustomEvent<T> extends CustomEvent<T> {
|
|
372
|
+
detail: T;
|
|
373
|
+
target: HTMLXvOverflowMenuV2ItemElement;
|
|
374
|
+
}
|
|
375
|
+
export interface XvTableV2CustomEvent<T> extends CustomEvent<T> {
|
|
376
|
+
detail: T;
|
|
377
|
+
target: HTMLXvTableV2Element;
|
|
378
|
+
}
|
|
379
|
+
export interface XvTableV2ColCustomEvent<T> extends CustomEvent<T> {
|
|
380
|
+
detail: T;
|
|
381
|
+
target: HTMLXvTableV2ColElement;
|
|
382
|
+
}
|
|
383
|
+
export interface XvTableV2ExpandCustomEvent<T> extends CustomEvent<T> {
|
|
384
|
+
detail: T;
|
|
385
|
+
target: HTMLXvTableV2ExpandElement;
|
|
386
|
+
}
|
|
387
|
+
export interface XvTableV2HeaderRowCustomEvent<T> extends CustomEvent<T> {
|
|
388
|
+
detail: T;
|
|
389
|
+
target: HTMLXvTableV2HeaderRowElement;
|
|
390
|
+
}
|
|
391
|
+
export interface XvTableV2RowCustomEvent<T> extends CustomEvent<T> {
|
|
392
|
+
detail: T;
|
|
393
|
+
target: HTMLXvTableV2RowElement;
|
|
394
|
+
}
|
|
395
|
+
export interface XvTabsV2CustomEvent<T> extends CustomEvent<T> {
|
|
396
|
+
detail: T;
|
|
397
|
+
target: HTMLXvTabsV2Element;
|
|
398
|
+
}
|
|
399
|
+
export interface XvTagV2CustomEvent<T> extends CustomEvent<T> {
|
|
400
|
+
detail: T;
|
|
401
|
+
target: HTMLXvTagV2Element;
|
|
402
|
+
}
|
|
403
|
+
declare global {
|
|
404
|
+
interface HTMLXvAccordionV2ElementEventMap {
|
|
405
|
+
"accordionChange": { opened: Set<string>, id: string };
|
|
406
|
+
}
|
|
407
|
+
interface HTMLXvAccordionV2Element extends Components.XvAccordionV2, HTMLStencilElement {
|
|
408
|
+
addEventListener<K extends keyof HTMLXvAccordionV2ElementEventMap>(type: K, listener: (this: HTMLXvAccordionV2Element, ev: XvAccordionV2CustomEvent<HTMLXvAccordionV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
409
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
410
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
411
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
412
|
+
removeEventListener<K extends keyof HTMLXvAccordionV2ElementEventMap>(type: K, listener: (this: HTMLXvAccordionV2Element, ev: XvAccordionV2CustomEvent<HTMLXvAccordionV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
413
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
414
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
415
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
416
|
+
}
|
|
417
|
+
var HTMLXvAccordionV2Element: {
|
|
418
|
+
prototype: HTMLXvAccordionV2Element;
|
|
419
|
+
new (): HTMLXvAccordionV2Element;
|
|
420
|
+
};
|
|
421
|
+
interface HTMLXvAccordionV2ItemElementEventMap {
|
|
422
|
+
"itemToggle": any;
|
|
423
|
+
}
|
|
424
|
+
interface HTMLXvAccordionV2ItemElement extends Components.XvAccordionV2Item, HTMLStencilElement {
|
|
425
|
+
addEventListener<K extends keyof HTMLXvAccordionV2ItemElementEventMap>(type: K, listener: (this: HTMLXvAccordionV2ItemElement, ev: XvAccordionV2ItemCustomEvent<HTMLXvAccordionV2ItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
426
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
427
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
428
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
429
|
+
removeEventListener<K extends keyof HTMLXvAccordionV2ItemElementEventMap>(type: K, listener: (this: HTMLXvAccordionV2ItemElement, ev: XvAccordionV2ItemCustomEvent<HTMLXvAccordionV2ItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
430
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
431
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
432
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
433
|
+
}
|
|
434
|
+
var HTMLXvAccordionV2ItemElement: {
|
|
435
|
+
prototype: HTMLXvAccordionV2ItemElement;
|
|
436
|
+
new (): HTMLXvAccordionV2ItemElement;
|
|
437
|
+
};
|
|
438
|
+
interface HTMLXvBreadcrumbsV2Element extends Components.XvBreadcrumbsV2, HTMLStencilElement {
|
|
439
|
+
}
|
|
440
|
+
var HTMLXvBreadcrumbsV2Element: {
|
|
441
|
+
prototype: HTMLXvBreadcrumbsV2Element;
|
|
442
|
+
new (): HTMLXvBreadcrumbsV2Element;
|
|
443
|
+
};
|
|
444
|
+
interface HTMLXvButtonV2ElementEventMap {
|
|
445
|
+
"buttonClick": void;
|
|
446
|
+
}
|
|
447
|
+
interface HTMLXvButtonV2Element extends Components.XvButtonV2, HTMLStencilElement {
|
|
448
|
+
addEventListener<K extends keyof HTMLXvButtonV2ElementEventMap>(type: K, listener: (this: HTMLXvButtonV2Element, ev: XvButtonV2CustomEvent<HTMLXvButtonV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
449
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
450
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
451
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
452
|
+
removeEventListener<K extends keyof HTMLXvButtonV2ElementEventMap>(type: K, listener: (this: HTMLXvButtonV2Element, ev: XvButtonV2CustomEvent<HTMLXvButtonV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
453
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
454
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
455
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
456
|
+
}
|
|
457
|
+
var HTMLXvButtonV2Element: {
|
|
458
|
+
prototype: HTMLXvButtonV2Element;
|
|
459
|
+
new (): HTMLXvButtonV2Element;
|
|
460
|
+
};
|
|
461
|
+
interface HTMLXvCardV2Element extends Components.XvCardV2, HTMLStencilElement {
|
|
462
|
+
}
|
|
463
|
+
var HTMLXvCardV2Element: {
|
|
464
|
+
prototype: HTMLXvCardV2Element;
|
|
465
|
+
new (): HTMLXvCardV2Element;
|
|
466
|
+
};
|
|
467
|
+
interface HTMLXvCheckboxV2ElementEventMap {
|
|
468
|
+
"eventChange": boolean;
|
|
469
|
+
"eventInput": boolean;
|
|
470
|
+
"eventFocus": void;
|
|
471
|
+
"eventBlur": void;
|
|
472
|
+
}
|
|
473
|
+
interface HTMLXvCheckboxV2Element extends Components.XvCheckboxV2, HTMLStencilElement {
|
|
474
|
+
addEventListener<K extends keyof HTMLXvCheckboxV2ElementEventMap>(type: K, listener: (this: HTMLXvCheckboxV2Element, ev: XvCheckboxV2CustomEvent<HTMLXvCheckboxV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
475
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
476
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
477
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
478
|
+
removeEventListener<K extends keyof HTMLXvCheckboxV2ElementEventMap>(type: K, listener: (this: HTMLXvCheckboxV2Element, ev: XvCheckboxV2CustomEvent<HTMLXvCheckboxV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
479
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
480
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
481
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
482
|
+
}
|
|
483
|
+
var HTMLXvCheckboxV2Element: {
|
|
484
|
+
prototype: HTMLXvCheckboxV2Element;
|
|
485
|
+
new (): HTMLXvCheckboxV2Element;
|
|
486
|
+
};
|
|
487
|
+
interface HTMLXvDropdownV2ElementEventMap {
|
|
488
|
+
"changeSelection": DropdownItemData[];
|
|
489
|
+
}
|
|
490
|
+
interface HTMLXvDropdownV2Element extends Components.XvDropdownV2, HTMLStencilElement {
|
|
491
|
+
addEventListener<K extends keyof HTMLXvDropdownV2ElementEventMap>(type: K, listener: (this: HTMLXvDropdownV2Element, ev: XvDropdownV2CustomEvent<HTMLXvDropdownV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
492
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
493
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
494
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
495
|
+
removeEventListener<K extends keyof HTMLXvDropdownV2ElementEventMap>(type: K, listener: (this: HTMLXvDropdownV2Element, ev: XvDropdownV2CustomEvent<HTMLXvDropdownV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
496
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
497
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
498
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
499
|
+
}
|
|
500
|
+
var HTMLXvDropdownV2Element: {
|
|
501
|
+
prototype: HTMLXvDropdownV2Element;
|
|
502
|
+
new (): HTMLXvDropdownV2Element;
|
|
503
|
+
};
|
|
504
|
+
interface HTMLXvDropdownV2ItemElementEventMap {
|
|
505
|
+
"itemSelected": DropdownItemData;
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* xv-dropdown-item — custom dropdown list item
|
|
509
|
+
* if you want to create new dropdown list item you need to extend current class properties and
|
|
510
|
+
* events
|
|
511
|
+
* should be created and emitted 'itemSelected' event
|
|
512
|
+
*/
|
|
513
|
+
interface HTMLXvDropdownV2ItemElement extends Components.XvDropdownV2Item, HTMLStencilElement {
|
|
514
|
+
addEventListener<K extends keyof HTMLXvDropdownV2ItemElementEventMap>(type: K, listener: (this: HTMLXvDropdownV2ItemElement, ev: XvDropdownV2ItemCustomEvent<HTMLXvDropdownV2ItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
515
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
516
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
517
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
518
|
+
removeEventListener<K extends keyof HTMLXvDropdownV2ItemElementEventMap>(type: K, listener: (this: HTMLXvDropdownV2ItemElement, ev: XvDropdownV2ItemCustomEvent<HTMLXvDropdownV2ItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
519
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
520
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
521
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
522
|
+
}
|
|
523
|
+
var HTMLXvDropdownV2ItemElement: {
|
|
524
|
+
prototype: HTMLXvDropdownV2ItemElement;
|
|
525
|
+
new (): HTMLXvDropdownV2ItemElement;
|
|
526
|
+
};
|
|
527
|
+
interface HTMLXvFooterElement extends Components.XvFooter, HTMLStencilElement {
|
|
528
|
+
}
|
|
529
|
+
var HTMLXvFooterElement: {
|
|
530
|
+
prototype: HTMLXvFooterElement;
|
|
531
|
+
new (): HTMLXvFooterElement;
|
|
532
|
+
};
|
|
533
|
+
interface HTMLXvHeaderElement extends Components.XvHeader, HTMLStencilElement {
|
|
534
|
+
}
|
|
535
|
+
var HTMLXvHeaderElement: {
|
|
536
|
+
prototype: HTMLXvHeaderElement;
|
|
537
|
+
new (): HTMLXvHeaderElement;
|
|
538
|
+
};
|
|
539
|
+
interface HTMLXvLinkV2Element extends Components.XvLinkV2, HTMLStencilElement {
|
|
540
|
+
}
|
|
541
|
+
var HTMLXvLinkV2Element: {
|
|
542
|
+
prototype: HTMLXvLinkV2Element;
|
|
543
|
+
new (): HTMLXvLinkV2Element;
|
|
544
|
+
};
|
|
545
|
+
interface HTMLXvLoaderV2Element extends Components.XvLoaderV2, HTMLStencilElement {
|
|
546
|
+
}
|
|
547
|
+
var HTMLXvLoaderV2Element: {
|
|
548
|
+
prototype: HTMLXvLoaderV2Element;
|
|
549
|
+
new (): HTMLXvLoaderV2Element;
|
|
550
|
+
};
|
|
551
|
+
interface HTMLXvModalV2ElementEventMap {
|
|
552
|
+
"changeOpen": boolean;
|
|
553
|
+
}
|
|
554
|
+
interface HTMLXvModalV2Element extends Components.XvModalV2, HTMLStencilElement {
|
|
555
|
+
addEventListener<K extends keyof HTMLXvModalV2ElementEventMap>(type: K, listener: (this: HTMLXvModalV2Element, ev: XvModalV2CustomEvent<HTMLXvModalV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
556
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
557
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
558
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
559
|
+
removeEventListener<K extends keyof HTMLXvModalV2ElementEventMap>(type: K, listener: (this: HTMLXvModalV2Element, ev: XvModalV2CustomEvent<HTMLXvModalV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
560
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
561
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
562
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
563
|
+
}
|
|
564
|
+
var HTMLXvModalV2Element: {
|
|
565
|
+
prototype: HTMLXvModalV2Element;
|
|
566
|
+
new (): HTMLXvModalV2Element;
|
|
567
|
+
};
|
|
568
|
+
interface HTMLXvNotificationV2ElementEventMap {
|
|
569
|
+
"close": MouseEvent;
|
|
570
|
+
}
|
|
571
|
+
interface HTMLXvNotificationV2Element extends Components.XvNotificationV2, HTMLStencilElement {
|
|
572
|
+
addEventListener<K extends keyof HTMLXvNotificationV2ElementEventMap>(type: K, listener: (this: HTMLXvNotificationV2Element, ev: XvNotificationV2CustomEvent<HTMLXvNotificationV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
573
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
574
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
575
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
576
|
+
removeEventListener<K extends keyof HTMLXvNotificationV2ElementEventMap>(type: K, listener: (this: HTMLXvNotificationV2Element, ev: XvNotificationV2CustomEvent<HTMLXvNotificationV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
577
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
578
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
579
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
580
|
+
}
|
|
581
|
+
var HTMLXvNotificationV2Element: {
|
|
582
|
+
prototype: HTMLXvNotificationV2Element;
|
|
583
|
+
new (): HTMLXvNotificationV2Element;
|
|
584
|
+
};
|
|
585
|
+
interface HTMLXvOverflowMenuV2ElementEventMap {
|
|
586
|
+
"selectItem": OverflowMenuEvent;
|
|
587
|
+
}
|
|
588
|
+
interface HTMLXvOverflowMenuV2Element extends Components.XvOverflowMenuV2, HTMLStencilElement {
|
|
589
|
+
addEventListener<K extends keyof HTMLXvOverflowMenuV2ElementEventMap>(type: K, listener: (this: HTMLXvOverflowMenuV2Element, ev: XvOverflowMenuV2CustomEvent<HTMLXvOverflowMenuV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
590
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
591
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
592
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
593
|
+
removeEventListener<K extends keyof HTMLXvOverflowMenuV2ElementEventMap>(type: K, listener: (this: HTMLXvOverflowMenuV2Element, ev: XvOverflowMenuV2CustomEvent<HTMLXvOverflowMenuV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
594
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
595
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
596
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
597
|
+
}
|
|
598
|
+
var HTMLXvOverflowMenuV2Element: {
|
|
599
|
+
prototype: HTMLXvOverflowMenuV2Element;
|
|
600
|
+
new (): HTMLXvOverflowMenuV2Element;
|
|
601
|
+
};
|
|
602
|
+
interface HTMLXvOverflowMenuV2ItemElementEventMap {
|
|
603
|
+
"itemClick": OverflowMenuEvent;
|
|
604
|
+
}
|
|
605
|
+
interface HTMLXvOverflowMenuV2ItemElement extends Components.XvOverflowMenuV2Item, HTMLStencilElement {
|
|
606
|
+
addEventListener<K extends keyof HTMLXvOverflowMenuV2ItemElementEventMap>(type: K, listener: (this: HTMLXvOverflowMenuV2ItemElement, ev: XvOverflowMenuV2ItemCustomEvent<HTMLXvOverflowMenuV2ItemElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
607
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
608
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
609
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
610
|
+
removeEventListener<K extends keyof HTMLXvOverflowMenuV2ItemElementEventMap>(type: K, listener: (this: HTMLXvOverflowMenuV2ItemElement, ev: XvOverflowMenuV2ItemCustomEvent<HTMLXvOverflowMenuV2ItemElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
611
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
612
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
613
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
614
|
+
}
|
|
615
|
+
var HTMLXvOverflowMenuV2ItemElement: {
|
|
616
|
+
prototype: HTMLXvOverflowMenuV2ItemElement;
|
|
617
|
+
new (): HTMLXvOverflowMenuV2ItemElement;
|
|
618
|
+
};
|
|
619
|
+
interface HTMLXvProgressIndicatorV2Element extends Components.XvProgressIndicatorV2, HTMLStencilElement {
|
|
620
|
+
}
|
|
621
|
+
var HTMLXvProgressIndicatorV2Element: {
|
|
622
|
+
prototype: HTMLXvProgressIndicatorV2Element;
|
|
623
|
+
new (): HTMLXvProgressIndicatorV2Element;
|
|
624
|
+
};
|
|
625
|
+
interface HTMLXvProgressIndicatorV2ItemElement extends Components.XvProgressIndicatorV2Item, HTMLStencilElement {
|
|
626
|
+
}
|
|
627
|
+
var HTMLXvProgressIndicatorV2ItemElement: {
|
|
628
|
+
prototype: HTMLXvProgressIndicatorV2ItemElement;
|
|
629
|
+
new (): HTMLXvProgressIndicatorV2ItemElement;
|
|
630
|
+
};
|
|
631
|
+
interface HTMLXvTabV2Element extends Components.XvTabV2, HTMLStencilElement {
|
|
632
|
+
}
|
|
633
|
+
var HTMLXvTabV2Element: {
|
|
634
|
+
prototype: HTMLXvTabV2Element;
|
|
635
|
+
new (): HTMLXvTabV2Element;
|
|
636
|
+
};
|
|
637
|
+
interface HTMLXvTableV2ElementEventMap {
|
|
638
|
+
"changeSelection": TableSelectionEventData[];
|
|
639
|
+
}
|
|
640
|
+
interface HTMLXvTableV2Element extends Components.XvTableV2, HTMLStencilElement {
|
|
641
|
+
addEventListener<K extends keyof HTMLXvTableV2ElementEventMap>(type: K, listener: (this: HTMLXvTableV2Element, ev: XvTableV2CustomEvent<HTMLXvTableV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
642
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
643
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
644
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
645
|
+
removeEventListener<K extends keyof HTMLXvTableV2ElementEventMap>(type: K, listener: (this: HTMLXvTableV2Element, ev: XvTableV2CustomEvent<HTMLXvTableV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
646
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
647
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
648
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
649
|
+
}
|
|
650
|
+
var HTMLXvTableV2Element: {
|
|
651
|
+
prototype: HTMLXvTableV2Element;
|
|
652
|
+
new (): HTMLXvTableV2Element;
|
|
653
|
+
};
|
|
654
|
+
interface HTMLXvTableV2ColElementEventMap {
|
|
655
|
+
"sortColChange": TableSortData;
|
|
656
|
+
}
|
|
657
|
+
interface HTMLXvTableV2ColElement extends Components.XvTableV2Col, HTMLStencilElement {
|
|
658
|
+
addEventListener<K extends keyof HTMLXvTableV2ColElementEventMap>(type: K, listener: (this: HTMLXvTableV2ColElement, ev: XvTableV2ColCustomEvent<HTMLXvTableV2ColElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
659
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
660
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
661
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
662
|
+
removeEventListener<K extends keyof HTMLXvTableV2ColElementEventMap>(type: K, listener: (this: HTMLXvTableV2ColElement, ev: XvTableV2ColCustomEvent<HTMLXvTableV2ColElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
663
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
664
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
665
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
666
|
+
}
|
|
667
|
+
var HTMLXvTableV2ColElement: {
|
|
668
|
+
prototype: HTMLXvTableV2ColElement;
|
|
669
|
+
new (): HTMLXvTableV2ColElement;
|
|
670
|
+
};
|
|
671
|
+
interface HTMLXvTableV2ExpandElementEventMap {
|
|
672
|
+
"checkedChange": TableSelectionEventData;
|
|
673
|
+
}
|
|
674
|
+
interface HTMLXvTableV2ExpandElement extends Components.XvTableV2Expand, HTMLStencilElement {
|
|
675
|
+
addEventListener<K extends keyof HTMLXvTableV2ExpandElementEventMap>(type: K, listener: (this: HTMLXvTableV2ExpandElement, ev: XvTableV2ExpandCustomEvent<HTMLXvTableV2ExpandElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
676
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
677
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
678
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
679
|
+
removeEventListener<K extends keyof HTMLXvTableV2ExpandElementEventMap>(type: K, listener: (this: HTMLXvTableV2ExpandElement, ev: XvTableV2ExpandCustomEvent<HTMLXvTableV2ExpandElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
680
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
681
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
682
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
683
|
+
}
|
|
684
|
+
var HTMLXvTableV2ExpandElement: {
|
|
685
|
+
prototype: HTMLXvTableV2ExpandElement;
|
|
686
|
+
new (): HTMLXvTableV2ExpandElement;
|
|
687
|
+
};
|
|
688
|
+
interface HTMLXvTableV2HeaderRowElementEventMap {
|
|
689
|
+
"sortChange": TableSortData;
|
|
690
|
+
}
|
|
691
|
+
interface HTMLXvTableV2HeaderRowElement extends Components.XvTableV2HeaderRow, HTMLStencilElement {
|
|
692
|
+
addEventListener<K extends keyof HTMLXvTableV2HeaderRowElementEventMap>(type: K, listener: (this: HTMLXvTableV2HeaderRowElement, ev: XvTableV2HeaderRowCustomEvent<HTMLXvTableV2HeaderRowElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
693
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
694
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
695
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
696
|
+
removeEventListener<K extends keyof HTMLXvTableV2HeaderRowElementEventMap>(type: K, listener: (this: HTMLXvTableV2HeaderRowElement, ev: XvTableV2HeaderRowCustomEvent<HTMLXvTableV2HeaderRowElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
697
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
698
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
699
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
700
|
+
}
|
|
701
|
+
var HTMLXvTableV2HeaderRowElement: {
|
|
702
|
+
prototype: HTMLXvTableV2HeaderRowElement;
|
|
703
|
+
new (): HTMLXvTableV2HeaderRowElement;
|
|
704
|
+
};
|
|
705
|
+
interface HTMLXvTableV2RowElementEventMap {
|
|
706
|
+
"checkedChange": { name: string, value?: string; checked: boolean };
|
|
707
|
+
"checkedGroupChange": { name: string, value?: string; checked: boolean };
|
|
708
|
+
}
|
|
709
|
+
interface HTMLXvTableV2RowElement extends Components.XvTableV2Row, HTMLStencilElement {
|
|
710
|
+
addEventListener<K extends keyof HTMLXvTableV2RowElementEventMap>(type: K, listener: (this: HTMLXvTableV2RowElement, ev: XvTableV2RowCustomEvent<HTMLXvTableV2RowElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
711
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
712
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
713
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
714
|
+
removeEventListener<K extends keyof HTMLXvTableV2RowElementEventMap>(type: K, listener: (this: HTMLXvTableV2RowElement, ev: XvTableV2RowCustomEvent<HTMLXvTableV2RowElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
715
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
716
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
717
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
718
|
+
}
|
|
719
|
+
var HTMLXvTableV2RowElement: {
|
|
720
|
+
prototype: HTMLXvTableV2RowElement;
|
|
721
|
+
new (): HTMLXvTableV2RowElement;
|
|
722
|
+
};
|
|
723
|
+
interface HTMLXvTableV2ToolbarElement extends Components.XvTableV2Toolbar, HTMLStencilElement {
|
|
724
|
+
}
|
|
725
|
+
var HTMLXvTableV2ToolbarElement: {
|
|
726
|
+
prototype: HTMLXvTableV2ToolbarElement;
|
|
727
|
+
new (): HTMLXvTableV2ToolbarElement;
|
|
728
|
+
};
|
|
729
|
+
interface HTMLXvTabsV2ElementEventMap {
|
|
730
|
+
"tabSelect": number;
|
|
731
|
+
}
|
|
732
|
+
interface HTMLXvTabsV2Element extends Components.XvTabsV2, HTMLStencilElement {
|
|
733
|
+
addEventListener<K extends keyof HTMLXvTabsV2ElementEventMap>(type: K, listener: (this: HTMLXvTabsV2Element, ev: XvTabsV2CustomEvent<HTMLXvTabsV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
734
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
735
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
736
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
737
|
+
removeEventListener<K extends keyof HTMLXvTabsV2ElementEventMap>(type: K, listener: (this: HTMLXvTabsV2Element, ev: XvTabsV2CustomEvent<HTMLXvTabsV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
738
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
739
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
740
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
741
|
+
}
|
|
742
|
+
var HTMLXvTabsV2Element: {
|
|
743
|
+
prototype: HTMLXvTabsV2Element;
|
|
744
|
+
new (): HTMLXvTabsV2Element;
|
|
745
|
+
};
|
|
746
|
+
interface HTMLXvTagV2ElementEventMap {
|
|
747
|
+
"closeClick": PointerEvent;
|
|
748
|
+
}
|
|
749
|
+
interface HTMLXvTagV2Element extends Components.XvTagV2, HTMLStencilElement {
|
|
750
|
+
addEventListener<K extends keyof HTMLXvTagV2ElementEventMap>(type: K, listener: (this: HTMLXvTagV2Element, ev: XvTagV2CustomEvent<HTMLXvTagV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
751
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
752
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
753
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
754
|
+
removeEventListener<K extends keyof HTMLXvTagV2ElementEventMap>(type: K, listener: (this: HTMLXvTagV2Element, ev: XvTagV2CustomEvent<HTMLXvTagV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
755
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
756
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
757
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
758
|
+
}
|
|
759
|
+
var HTMLXvTagV2Element: {
|
|
760
|
+
prototype: HTMLXvTagV2Element;
|
|
761
|
+
new (): HTMLXvTagV2Element;
|
|
762
|
+
};
|
|
763
|
+
interface HTMLXvTooltipV2Element extends Components.XvTooltipV2, HTMLStencilElement {
|
|
764
|
+
}
|
|
765
|
+
var HTMLXvTooltipV2Element: {
|
|
766
|
+
prototype: HTMLXvTooltipV2Element;
|
|
767
|
+
new (): HTMLXvTooltipV2Element;
|
|
768
|
+
};
|
|
769
|
+
interface HTMLElementTagNameMap {
|
|
770
|
+
"xv-accordion-v2": HTMLXvAccordionV2Element;
|
|
771
|
+
"xv-accordion-v2-item": HTMLXvAccordionV2ItemElement;
|
|
772
|
+
"xv-breadcrumbs-v2": HTMLXvBreadcrumbsV2Element;
|
|
773
|
+
"xv-button-v2": HTMLXvButtonV2Element;
|
|
774
|
+
"xv-card-v2": HTMLXvCardV2Element;
|
|
775
|
+
"xv-checkbox-v2": HTMLXvCheckboxV2Element;
|
|
776
|
+
"xv-dropdown-v2": HTMLXvDropdownV2Element;
|
|
777
|
+
"xv-dropdown-v2-item": HTMLXvDropdownV2ItemElement;
|
|
778
|
+
"xv-footer": HTMLXvFooterElement;
|
|
779
|
+
"xv-header": HTMLXvHeaderElement;
|
|
780
|
+
"xv-link-v2": HTMLXvLinkV2Element;
|
|
781
|
+
"xv-loader-v2": HTMLXvLoaderV2Element;
|
|
782
|
+
"xv-modal-v2": HTMLXvModalV2Element;
|
|
783
|
+
"xv-notification-v2": HTMLXvNotificationV2Element;
|
|
784
|
+
"xv-overflow-menu-v2": HTMLXvOverflowMenuV2Element;
|
|
785
|
+
"xv-overflow-menu-v2-item": HTMLXvOverflowMenuV2ItemElement;
|
|
786
|
+
"xv-progress-indicator-v2": HTMLXvProgressIndicatorV2Element;
|
|
787
|
+
"xv-progress-indicator-v2-item": HTMLXvProgressIndicatorV2ItemElement;
|
|
788
|
+
"xv-tab-v2": HTMLXvTabV2Element;
|
|
789
|
+
"xv-table-v2": HTMLXvTableV2Element;
|
|
790
|
+
"xv-table-v2-col": HTMLXvTableV2ColElement;
|
|
791
|
+
"xv-table-v2-expand": HTMLXvTableV2ExpandElement;
|
|
792
|
+
"xv-table-v2-header-row": HTMLXvTableV2HeaderRowElement;
|
|
793
|
+
"xv-table-v2-row": HTMLXvTableV2RowElement;
|
|
794
|
+
"xv-table-v2-toolbar": HTMLXvTableV2ToolbarElement;
|
|
795
|
+
"xv-tabs-v2": HTMLXvTabsV2Element;
|
|
796
|
+
"xv-tag-v2": HTMLXvTagV2Element;
|
|
797
|
+
"xv-tooltip-v2": HTMLXvTooltipV2Element;
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
declare namespace LocalJSX {
|
|
801
|
+
interface XvAccordionV2 {
|
|
802
|
+
"multiple"?: boolean;
|
|
803
|
+
"onAccordionChange"?: (event: XvAccordionV2CustomEvent<{ opened: Set<string>, id: string }>) => void;
|
|
804
|
+
"value"?: string;
|
|
805
|
+
"xvId"?: string;
|
|
806
|
+
/**
|
|
807
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
808
|
+
*/
|
|
809
|
+
"xv-id"?: string;
|
|
810
|
+
}
|
|
811
|
+
interface XvAccordionV2Item {
|
|
812
|
+
"disabled"?: boolean;
|
|
813
|
+
"label"?: string;
|
|
814
|
+
"onItemToggle"?: (event: XvAccordionV2ItemCustomEvent<any>) => void;
|
|
815
|
+
"value"?: string;
|
|
816
|
+
}
|
|
817
|
+
interface XvBreadcrumbsV2 {
|
|
818
|
+
}
|
|
819
|
+
interface XvButtonV2 {
|
|
820
|
+
/**
|
|
821
|
+
* Container width Button
|
|
822
|
+
*/
|
|
823
|
+
"block"?: boolean;
|
|
824
|
+
/**
|
|
825
|
+
* Disabled state
|
|
826
|
+
*/
|
|
827
|
+
"disabled"?: boolean;
|
|
828
|
+
/**
|
|
829
|
+
* Button label
|
|
830
|
+
*/
|
|
831
|
+
"label"?: string;
|
|
832
|
+
/**
|
|
833
|
+
* Emits when the button is clicked
|
|
834
|
+
*/
|
|
835
|
+
"onButtonClick"?: (event: XvButtonV2CustomEvent<void>) => void;
|
|
836
|
+
/**
|
|
837
|
+
* Variant
|
|
838
|
+
*/
|
|
839
|
+
"variant"?: 'accent' | 'primary' | 'secondary' | 'tertiary' | 'ghost';
|
|
840
|
+
}
|
|
841
|
+
interface XvCardV2 {
|
|
842
|
+
"body"?: string;
|
|
843
|
+
"footer"?: string;
|
|
844
|
+
"header"?: string;
|
|
845
|
+
"media"?: string;
|
|
846
|
+
"variant"?: 'horizontal' | 'vertical';
|
|
847
|
+
}
|
|
848
|
+
interface XvCheckboxV2 {
|
|
849
|
+
/**
|
|
850
|
+
* Default checked status
|
|
851
|
+
*/
|
|
852
|
+
"checked"?: boolean;
|
|
853
|
+
/**
|
|
854
|
+
* Disabled status
|
|
855
|
+
*/
|
|
856
|
+
"disabled"?: boolean;
|
|
857
|
+
"error"?: string | boolean;
|
|
858
|
+
/**
|
|
859
|
+
* Using for forms
|
|
860
|
+
*/
|
|
861
|
+
"indeterminate"?: boolean;
|
|
862
|
+
/**
|
|
863
|
+
* Can be used like property or like slot
|
|
864
|
+
*/
|
|
865
|
+
"label"?: string;
|
|
866
|
+
/**
|
|
867
|
+
* Input name
|
|
868
|
+
*/
|
|
869
|
+
"name"?: string;
|
|
870
|
+
/**
|
|
871
|
+
* event 'onEventBlur'
|
|
872
|
+
*/
|
|
873
|
+
"onEventBlur"?: (event: XvCheckboxV2CustomEvent<void>) => void;
|
|
874
|
+
/**
|
|
875
|
+
* event 'onEventChange'
|
|
876
|
+
*/
|
|
877
|
+
"onEventChange"?: (event: XvCheckboxV2CustomEvent<boolean>) => void;
|
|
878
|
+
/**
|
|
879
|
+
* event 'onEventFocus'
|
|
880
|
+
*/
|
|
881
|
+
"onEventFocus"?: (event: XvCheckboxV2CustomEvent<void>) => void;
|
|
882
|
+
/**
|
|
883
|
+
* event 'onEventInput'
|
|
884
|
+
*/
|
|
885
|
+
"onEventInput"?: (event: XvCheckboxV2CustomEvent<boolean>) => void;
|
|
886
|
+
/**
|
|
887
|
+
* Change checkmark icon to minus
|
|
888
|
+
*/
|
|
889
|
+
"partial"?: boolean;
|
|
890
|
+
/**
|
|
891
|
+
* Input readonly
|
|
892
|
+
*/
|
|
893
|
+
"readonly"?: boolean;
|
|
894
|
+
/**
|
|
895
|
+
* The same like default checkbox prop
|
|
896
|
+
*/
|
|
897
|
+
"required"?: boolean;
|
|
898
|
+
"size"?: SIZE_VAR;
|
|
899
|
+
/**
|
|
900
|
+
* Input value
|
|
901
|
+
*/
|
|
902
|
+
"value"?: string;
|
|
903
|
+
}
|
|
904
|
+
interface XvDropdownV2 {
|
|
905
|
+
"disabled"?: boolean;
|
|
906
|
+
"error"?: string;
|
|
907
|
+
"helper"?: string;
|
|
908
|
+
"label"?: string;
|
|
909
|
+
"multiple"?: boolean;
|
|
910
|
+
"onChangeSelection"?: (event: XvDropdownV2CustomEvent<DropdownItemData[]>) => void;
|
|
911
|
+
"open"?: boolean;
|
|
912
|
+
"placeholder"?: string;
|
|
913
|
+
"required"?: boolean;
|
|
914
|
+
"size"?: SIZE_VAR;
|
|
915
|
+
"warning"?: string;
|
|
916
|
+
}
|
|
917
|
+
/**
|
|
918
|
+
* xv-dropdown-item — custom dropdown list item
|
|
919
|
+
* if you want to create new dropdown list item you need to extend current class properties and
|
|
920
|
+
* events
|
|
921
|
+
* should be created and emitted 'itemSelected' event
|
|
922
|
+
*/
|
|
923
|
+
interface XvDropdownV2Item {
|
|
924
|
+
"disabled"?: boolean;
|
|
925
|
+
"onItemSelected"?: (event: XvDropdownV2ItemCustomEvent<DropdownItemData>) => void;
|
|
926
|
+
"selected"?: DropdownItemData['selected'];
|
|
927
|
+
"value"?: DropdownItemData['value'];
|
|
928
|
+
}
|
|
929
|
+
interface XvFooter {
|
|
930
|
+
}
|
|
931
|
+
interface XvHeader {
|
|
932
|
+
}
|
|
933
|
+
interface XvLinkV2 {
|
|
934
|
+
"disabled"?: boolean;
|
|
935
|
+
"href"?: string;
|
|
936
|
+
"size"?: 'sm' | 'md' | 'lg';
|
|
937
|
+
"target"?: '_self' | '_blank' | '_parent' | '_top';
|
|
938
|
+
"variant"?: 'standalone' | 'inline';
|
|
939
|
+
}
|
|
940
|
+
interface XvLoaderV2 {
|
|
941
|
+
/**
|
|
942
|
+
* Is component displayed
|
|
943
|
+
*/
|
|
944
|
+
"show"?: boolean;
|
|
945
|
+
/**
|
|
946
|
+
* Size of loader. Default size depends of font size
|
|
947
|
+
*/
|
|
948
|
+
"size"?: SIZE_VAR;
|
|
949
|
+
/**
|
|
950
|
+
* Message direction
|
|
951
|
+
*/
|
|
952
|
+
"variant"?: 'vertical' | 'horizontal';
|
|
953
|
+
}
|
|
954
|
+
interface XvModalV2 {
|
|
955
|
+
"onChangeOpen"?: (event: XvModalV2CustomEvent<boolean>) => void;
|
|
956
|
+
/**
|
|
957
|
+
* Is modal opened
|
|
958
|
+
*/
|
|
959
|
+
"open"?: boolean;
|
|
960
|
+
/**
|
|
961
|
+
* If true then modal not be closed on backdrop click
|
|
962
|
+
*/
|
|
963
|
+
"permanent"?: boolean;
|
|
964
|
+
/**
|
|
965
|
+
* Size of modal. But max size is 90% view width
|
|
966
|
+
*/
|
|
967
|
+
"size"?: SIZE_VAR;
|
|
968
|
+
}
|
|
969
|
+
interface XvNotificationV2 {
|
|
970
|
+
"dismissible"?: boolean;
|
|
971
|
+
"onClose"?: (event: XvNotificationV2CustomEvent<MouseEvent>) => void;
|
|
972
|
+
"variant"?: NOTIFICATION_VARIANTS;
|
|
973
|
+
}
|
|
974
|
+
interface XvOverflowMenuV2 {
|
|
975
|
+
"disabled"?: boolean;
|
|
976
|
+
"onSelectItem"?: (event: XvOverflowMenuV2CustomEvent<OverflowMenuEvent>) => void;
|
|
977
|
+
"open"?: boolean;
|
|
978
|
+
"position"?: 'left' | 'right';
|
|
979
|
+
"size"?: SIZE_VAR;
|
|
980
|
+
}
|
|
981
|
+
interface XvOverflowMenuV2Item {
|
|
982
|
+
"disabled"?: boolean;
|
|
983
|
+
"onItemClick"?: (event: XvOverflowMenuV2ItemCustomEvent<OverflowMenuEvent>) => void;
|
|
984
|
+
"value"?: OverflowMenuEvent['value'];
|
|
985
|
+
"variant"?: OverflowMenuVariant;
|
|
986
|
+
}
|
|
987
|
+
interface XvProgressIndicatorV2 {
|
|
988
|
+
/**
|
|
989
|
+
* Current progress from 0 to 100
|
|
990
|
+
*/
|
|
991
|
+
"progress"?: number;
|
|
992
|
+
/**
|
|
993
|
+
* Size of progress enum SIZE_VAR possible options `XS | SM | MD | LG | XL`
|
|
994
|
+
*/
|
|
995
|
+
"size"?: SIZE_VAR;
|
|
996
|
+
/**
|
|
997
|
+
* Progress variant enum PROGRESS_VARIANTS possible option `horizontal`
|
|
998
|
+
*/
|
|
999
|
+
"variant"?: PROGRESS_VARIANTS;
|
|
1000
|
+
}
|
|
1001
|
+
interface XvProgressIndicatorV2Item {
|
|
1002
|
+
"status"?: PROGRESS_ITEM_STATUS;
|
|
1003
|
+
}
|
|
1004
|
+
interface XvTabV2 {
|
|
1005
|
+
"disabled"?: boolean;
|
|
1006
|
+
"label"?: string;
|
|
1007
|
+
}
|
|
1008
|
+
interface XvTableV2 {
|
|
1009
|
+
/**
|
|
1010
|
+
* Set current color schema type of enum TABLE_COLOR_SCHEMA Possible options 'zebra'
|
|
1011
|
+
*/
|
|
1012
|
+
"colorSchema"?: TABLE_COLOR_SCHEMA;
|
|
1013
|
+
/**
|
|
1014
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
1015
|
+
*/
|
|
1016
|
+
"color-schema"?: TABLE_COLOR_SCHEMA;
|
|
1017
|
+
/**
|
|
1018
|
+
* Table caption description
|
|
1019
|
+
*/
|
|
1020
|
+
"description"?: string;
|
|
1021
|
+
/**
|
|
1022
|
+
* If table is expandable fields
|
|
1023
|
+
*/
|
|
1024
|
+
"expandable"?: boolean;
|
|
1025
|
+
"onChangeSelection"?: (event: XvTableV2CustomEvent<TableSelectionEventData[]>) => void;
|
|
1026
|
+
/**
|
|
1027
|
+
* Add checkbox selection to the table
|
|
1028
|
+
*/
|
|
1029
|
+
"selectable"?: boolean;
|
|
1030
|
+
/**
|
|
1031
|
+
* Table size enum TABLE_SIZE
|
|
1032
|
+
*/
|
|
1033
|
+
"size"?: TABLE_SIZE;
|
|
1034
|
+
}
|
|
1035
|
+
interface XvTableV2Col {
|
|
1036
|
+
"onSortColChange"?: (event: XvTableV2ColCustomEvent<TableSortData>) => void;
|
|
1037
|
+
"sort"?: SORT_DIR | '';
|
|
1038
|
+
"sortName"?: string;
|
|
1039
|
+
/**
|
|
1040
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
1041
|
+
*/
|
|
1042
|
+
"sort-name"?: string;
|
|
1043
|
+
}
|
|
1044
|
+
interface XvTableV2Expand {
|
|
1045
|
+
"expanded"?: boolean;
|
|
1046
|
+
"onCheckedChange"?: (event: XvTableV2ExpandCustomEvent<TableSelectionEventData>) => void;
|
|
1047
|
+
}
|
|
1048
|
+
interface XvTableV2HeaderRow {
|
|
1049
|
+
/**
|
|
1050
|
+
* Checkbox row checked
|
|
1051
|
+
*/
|
|
1052
|
+
"checked"?: boolean;
|
|
1053
|
+
"onSortChange"?: (event: XvTableV2HeaderRowCustomEvent<TableSortData>) => void;
|
|
1054
|
+
/**
|
|
1055
|
+
* Checkbox row selected partially
|
|
1056
|
+
*/
|
|
1057
|
+
"partial"?: boolean;
|
|
1058
|
+
/**
|
|
1059
|
+
* Checkbox row name
|
|
1060
|
+
*/
|
|
1061
|
+
"selectionName"?: string;
|
|
1062
|
+
/**
|
|
1063
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
1064
|
+
*/
|
|
1065
|
+
"selection-name"?: string;
|
|
1066
|
+
/**
|
|
1067
|
+
* Is sort enabled
|
|
1068
|
+
*/
|
|
1069
|
+
"sortable"?: boolean;
|
|
1070
|
+
}
|
|
1071
|
+
interface XvTableV2Row {
|
|
1072
|
+
/**
|
|
1073
|
+
* Checkbox row status
|
|
1074
|
+
*/
|
|
1075
|
+
"checked"?: boolean;
|
|
1076
|
+
/**
|
|
1077
|
+
* Disabled status
|
|
1078
|
+
*/
|
|
1079
|
+
"disabled"?: boolean;
|
|
1080
|
+
/**
|
|
1081
|
+
* Is row will be expandable If it's true then the next row will be collapsed
|
|
1082
|
+
*/
|
|
1083
|
+
"expandable"?: boolean;
|
|
1084
|
+
/**
|
|
1085
|
+
* Default state of expandable
|
|
1086
|
+
*/
|
|
1087
|
+
"expanded"?: boolean;
|
|
1088
|
+
"groupId"?: string;
|
|
1089
|
+
/**
|
|
1090
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
1091
|
+
*/
|
|
1092
|
+
"group-id"?: string;
|
|
1093
|
+
"onCheckedChange"?: (event: XvTableV2RowCustomEvent<{ name: string, value?: string; checked: boolean }>) => void;
|
|
1094
|
+
"onCheckedGroupChange"?: (event: XvTableV2RowCustomEvent<{ name: string, value?: string; checked: boolean }>) => void;
|
|
1095
|
+
/**
|
|
1096
|
+
* Checkbox row with minus icon
|
|
1097
|
+
*/
|
|
1098
|
+
"partial"?: boolean;
|
|
1099
|
+
/**
|
|
1100
|
+
* Checkbox row name
|
|
1101
|
+
*/
|
|
1102
|
+
"selectionName"?: string;
|
|
1103
|
+
/**
|
|
1104
|
+
* @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
|
|
1105
|
+
*/
|
|
1106
|
+
"selection-name"?: string;
|
|
1107
|
+
/**
|
|
1108
|
+
* Checkbox row value
|
|
1109
|
+
*/
|
|
1110
|
+
"value"?: string;
|
|
1111
|
+
}
|
|
1112
|
+
interface XvTableV2Toolbar {
|
|
1113
|
+
}
|
|
1114
|
+
interface XvTabsV2 {
|
|
1115
|
+
/**
|
|
1116
|
+
* Index of active tab
|
|
1117
|
+
*/
|
|
1118
|
+
"active"?: number;
|
|
1119
|
+
/**
|
|
1120
|
+
* Emit event to outside
|
|
1121
|
+
*/
|
|
1122
|
+
"onTabSelect"?: (event: XvTabsV2CustomEvent<number>) => void;
|
|
1123
|
+
/**
|
|
1124
|
+
* Variant of tabs from TABS_VATIANT enum
|
|
1125
|
+
*/
|
|
1126
|
+
"variant"?: TABS_VATIANT;
|
|
1127
|
+
}
|
|
1128
|
+
interface XvTagV2 {
|
|
1129
|
+
"bg"?: string;
|
|
1130
|
+
"closeable"?: boolean;
|
|
1131
|
+
"color"?: string;
|
|
1132
|
+
"disabled"?: boolean;
|
|
1133
|
+
"onCloseClick"?: (event: XvTagV2CustomEvent<PointerEvent>) => void;
|
|
1134
|
+
"size"?: 'sm' | 'md' | 'lg';
|
|
1135
|
+
}
|
|
1136
|
+
interface XvTooltipV2 {
|
|
1137
|
+
/**
|
|
1138
|
+
* Message what will be shown for tooltip *
|
|
1139
|
+
*/
|
|
1140
|
+
"message"?: string;
|
|
1141
|
+
/**
|
|
1142
|
+
* Tooltip and arrow position related to element possible options: 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'right'. By default, "top"
|
|
1143
|
+
*/
|
|
1144
|
+
"position"?: 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'right';
|
|
1145
|
+
}
|
|
1146
|
+
interface IntrinsicElements {
|
|
1147
|
+
"xv-accordion-v2": XvAccordionV2;
|
|
1148
|
+
"xv-accordion-v2-item": XvAccordionV2Item;
|
|
1149
|
+
"xv-breadcrumbs-v2": XvBreadcrumbsV2;
|
|
1150
|
+
"xv-button-v2": XvButtonV2;
|
|
1151
|
+
"xv-card-v2": XvCardV2;
|
|
1152
|
+
"xv-checkbox-v2": XvCheckboxV2;
|
|
1153
|
+
"xv-dropdown-v2": XvDropdownV2;
|
|
1154
|
+
"xv-dropdown-v2-item": XvDropdownV2Item;
|
|
1155
|
+
"xv-footer": XvFooter;
|
|
1156
|
+
"xv-header": XvHeader;
|
|
1157
|
+
"xv-link-v2": XvLinkV2;
|
|
1158
|
+
"xv-loader-v2": XvLoaderV2;
|
|
1159
|
+
"xv-modal-v2": XvModalV2;
|
|
1160
|
+
"xv-notification-v2": XvNotificationV2;
|
|
1161
|
+
"xv-overflow-menu-v2": XvOverflowMenuV2;
|
|
1162
|
+
"xv-overflow-menu-v2-item": XvOverflowMenuV2Item;
|
|
1163
|
+
"xv-progress-indicator-v2": XvProgressIndicatorV2;
|
|
1164
|
+
"xv-progress-indicator-v2-item": XvProgressIndicatorV2Item;
|
|
1165
|
+
"xv-tab-v2": XvTabV2;
|
|
1166
|
+
"xv-table-v2": XvTableV2;
|
|
1167
|
+
"xv-table-v2-col": XvTableV2Col;
|
|
1168
|
+
"xv-table-v2-expand": XvTableV2Expand;
|
|
1169
|
+
"xv-table-v2-header-row": XvTableV2HeaderRow;
|
|
1170
|
+
"xv-table-v2-row": XvTableV2Row;
|
|
1171
|
+
"xv-table-v2-toolbar": XvTableV2Toolbar;
|
|
1172
|
+
"xv-tabs-v2": XvTabsV2;
|
|
1173
|
+
"xv-tag-v2": XvTagV2;
|
|
1174
|
+
"xv-tooltip-v2": XvTooltipV2;
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
export { LocalJSX as JSX };
|
|
1178
|
+
declare module "@stencil/core" {
|
|
1179
|
+
export namespace JSX {
|
|
1180
|
+
interface IntrinsicElements {
|
|
1181
|
+
"xv-accordion-v2": LocalJSX.XvAccordionV2 & JSXBase.HTMLAttributes<HTMLXvAccordionV2Element>;
|
|
1182
|
+
"xv-accordion-v2-item": LocalJSX.XvAccordionV2Item & JSXBase.HTMLAttributes<HTMLXvAccordionV2ItemElement>;
|
|
1183
|
+
"xv-breadcrumbs-v2": LocalJSX.XvBreadcrumbsV2 & JSXBase.HTMLAttributes<HTMLXvBreadcrumbsV2Element>;
|
|
1184
|
+
"xv-button-v2": LocalJSX.XvButtonV2 & JSXBase.HTMLAttributes<HTMLXvButtonV2Element>;
|
|
1185
|
+
"xv-card-v2": LocalJSX.XvCardV2 & JSXBase.HTMLAttributes<HTMLXvCardV2Element>;
|
|
1186
|
+
"xv-checkbox-v2": LocalJSX.XvCheckboxV2 & JSXBase.HTMLAttributes<HTMLXvCheckboxV2Element>;
|
|
1187
|
+
"xv-dropdown-v2": LocalJSX.XvDropdownV2 & JSXBase.HTMLAttributes<HTMLXvDropdownV2Element>;
|
|
1188
|
+
/**
|
|
1189
|
+
* xv-dropdown-item — custom dropdown list item
|
|
1190
|
+
* if you want to create new dropdown list item you need to extend current class properties and
|
|
1191
|
+
* events
|
|
1192
|
+
* should be created and emitted 'itemSelected' event
|
|
1193
|
+
*/
|
|
1194
|
+
"xv-dropdown-v2-item": LocalJSX.XvDropdownV2Item & JSXBase.HTMLAttributes<HTMLXvDropdownV2ItemElement>;
|
|
1195
|
+
"xv-footer": LocalJSX.XvFooter & JSXBase.HTMLAttributes<HTMLXvFooterElement>;
|
|
1196
|
+
"xv-header": LocalJSX.XvHeader & JSXBase.HTMLAttributes<HTMLXvHeaderElement>;
|
|
1197
|
+
"xv-link-v2": LocalJSX.XvLinkV2 & JSXBase.HTMLAttributes<HTMLXvLinkV2Element>;
|
|
1198
|
+
"xv-loader-v2": LocalJSX.XvLoaderV2 & JSXBase.HTMLAttributes<HTMLXvLoaderV2Element>;
|
|
1199
|
+
"xv-modal-v2": LocalJSX.XvModalV2 & JSXBase.HTMLAttributes<HTMLXvModalV2Element>;
|
|
1200
|
+
"xv-notification-v2": LocalJSX.XvNotificationV2 & JSXBase.HTMLAttributes<HTMLXvNotificationV2Element>;
|
|
1201
|
+
"xv-overflow-menu-v2": LocalJSX.XvOverflowMenuV2 & JSXBase.HTMLAttributes<HTMLXvOverflowMenuV2Element>;
|
|
1202
|
+
"xv-overflow-menu-v2-item": LocalJSX.XvOverflowMenuV2Item & JSXBase.HTMLAttributes<HTMLXvOverflowMenuV2ItemElement>;
|
|
1203
|
+
"xv-progress-indicator-v2": LocalJSX.XvProgressIndicatorV2 & JSXBase.HTMLAttributes<HTMLXvProgressIndicatorV2Element>;
|
|
1204
|
+
"xv-progress-indicator-v2-item": LocalJSX.XvProgressIndicatorV2Item & JSXBase.HTMLAttributes<HTMLXvProgressIndicatorV2ItemElement>;
|
|
1205
|
+
"xv-tab-v2": LocalJSX.XvTabV2 & JSXBase.HTMLAttributes<HTMLXvTabV2Element>;
|
|
1206
|
+
"xv-table-v2": LocalJSX.XvTableV2 & JSXBase.HTMLAttributes<HTMLXvTableV2Element>;
|
|
1207
|
+
"xv-table-v2-col": LocalJSX.XvTableV2Col & JSXBase.HTMLAttributes<HTMLXvTableV2ColElement>;
|
|
1208
|
+
"xv-table-v2-expand": LocalJSX.XvTableV2Expand & JSXBase.HTMLAttributes<HTMLXvTableV2ExpandElement>;
|
|
1209
|
+
"xv-table-v2-header-row": LocalJSX.XvTableV2HeaderRow & JSXBase.HTMLAttributes<HTMLXvTableV2HeaderRowElement>;
|
|
1210
|
+
"xv-table-v2-row": LocalJSX.XvTableV2Row & JSXBase.HTMLAttributes<HTMLXvTableV2RowElement>;
|
|
1211
|
+
"xv-table-v2-toolbar": LocalJSX.XvTableV2Toolbar & JSXBase.HTMLAttributes<HTMLXvTableV2ToolbarElement>;
|
|
1212
|
+
"xv-tabs-v2": LocalJSX.XvTabsV2 & JSXBase.HTMLAttributes<HTMLXvTabsV2Element>;
|
|
1213
|
+
"xv-tag-v2": LocalJSX.XvTagV2 & JSXBase.HTMLAttributes<HTMLXvTagV2Element>;
|
|
1214
|
+
"xv-tooltip-v2": LocalJSX.XvTooltipV2 & JSXBase.HTMLAttributes<HTMLXvTooltipV2Element>;
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
}
|