@genesislcap/grid-pro 14.225.3 → 14.225.4-alpha-5f6eefd.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist/custom-elements.json +646 -646
  2. package/dist/dts/column/column.d.ts +46 -29
  3. package/dist/dts/column/column.d.ts.map +1 -1
  4. package/dist/dts/datasource/base.datasource.d.ts +45 -29
  5. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  6. package/dist/dts/datasource/server-side.datasource.d.ts +46 -29
  7. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  8. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +59 -34
  9. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  10. package/dist/dts/grid-pro.d.ts +49 -36
  11. package/dist/dts/grid-pro.d.ts.map +1 -1
  12. package/dist/dts/grid-pro.types.d.ts +1 -1
  13. package/dist/dts/grid-pro.types.d.ts.map +1 -1
  14. package/dist/dts/tsdoc-metadata.json +1 -1
  15. package/dist/esm/cell-renderers/select.renderer.js +1 -1
  16. package/dist/esm/datasource/server-side.datasource.js +6 -6
  17. package/dist/esm/datasource/server-side.resource-base.js +1 -1
  18. package/dist/esm/datasource/server-side.resource-dataserver.js +1 -1
  19. package/dist/esm/datasource/server-side.resource-reqrep.js +1 -1
  20. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +4 -4
  21. package/dist/esm/grid-pro.js +5 -5
  22. package/dist/esm/state-persistence/kv-state.js +3 -3
  23. package/dist/grid-pro.api.json +1303 -317
  24. package/dist/grid-pro.d.ts +244 -158
  25. package/docs/api/grid-pro.agthemefontsid.md +13 -1
  26. package/docs/api/grid-pro.agthemetokenmapclassname.md +13 -1
  27. package/docs/api/grid-pro.agthemetokenmapcss.md +14 -1
  28. package/docs/api/grid-pro.converttokebabcase.md +14 -1
  29. package/docs/api/grid-pro.formatdateextra.md +34 -0
  30. package/docs/api/grid-pro.foundationagbooleanrenderer.md +11 -1
  31. package/docs/api/grid-pro.foundationageditablerenderer.md +11 -1
  32. package/docs/api/grid-pro.foundationagselectrenderer.md +11 -1
  33. package/docs/api/grid-pro.foundationagtextfieldrenderer.md +11 -1
  34. package/docs/api/grid-pro.foundationagtextrenderer.md +11 -1
  35. package/docs/api/grid-pro.foundationdateeditor.md +11 -1
  36. package/docs/api/grid-pro.foundationgridpro.md +11 -1
  37. package/docs/api/grid-pro.foundationgridproactionrenderer.md +11 -1
  38. package/docs/api/grid-pro.foundationgridproactionsmenurenderer.md +11 -1
  39. package/docs/api/grid-pro.foundationmultiselecteditor.md +11 -1
  40. package/docs/api/grid-pro.foundationnumbereditor.md +11 -1
  41. package/docs/api/grid-pro.foundationselecteditor.md +11 -1
  42. package/docs/api/grid-pro.foundationstringeditor.md +11 -1
  43. package/docs/api/grid-pro.getactionsmenudef.md +17 -1
  44. package/docs/api/grid-pro.getagbooleanrenderertemplate.md +14 -1
  45. package/docs/api/grid-pro.getageditablerenderertemplate.md +14 -1
  46. package/docs/api/grid-pro.getcolumntype.md +33 -0
  47. package/docs/api/grid-pro.getdateeditortemplate.md +14 -1
  48. package/docs/api/grid-pro.getfilterbyfieldtype.md +33 -0
  49. package/docs/api/grid-pro.getgridprotemplate.md +14 -1
  50. package/docs/api/grid-pro.getmultiselecteditortemplate.md +14 -1
  51. package/docs/api/grid-pro.getnumbereditortemplate.md +14 -1
  52. package/docs/api/grid-pro.getselecteditortemplate.md +14 -1
  53. package/docs/api/grid-pro.getselectrenderertemplate.md +14 -1
  54. package/docs/api/grid-pro.getstringeditortemplate.md +14 -1
  55. package/docs/api/grid-pro.gettextfieldrenderertemplate.md +14 -1
  56. package/docs/api/grid-pro.gettextrenderertemplate.md +12 -1
  57. package/docs/api/grid-pro.gridpro.md +1 -1
  58. package/docs/api/grid-pro.gridproserversidedatasource.applyasyncfuncname.md +14 -0
  59. package/docs/api/grid-pro.gridproserversidedatasource.applyfuncname.md +14 -0
  60. package/docs/api/grid-pro.gridproserversidedatasource.liveupdates.md +21 -0
  61. package/docs/api/grid-pro.gridproserversidedatasource.md +35 -0
  62. package/docs/api/grid-pro.gridproserversidedatasource.pagination.md +14 -0
  63. package/docs/api/grid-pro.gridproserversidedatasource.params.md +14 -0
  64. package/docs/api/grid-pro.gridproserversidedatasource.request.md +14 -0
  65. package/docs/api/grid-pro.gridproserversidedatasource.rowmodel.md +14 -0
  66. package/docs/api/grid-pro.gridproserversidedatasource.zerobasedviewnumber.md +21 -0
  67. package/docs/api/grid-pro.md +33 -29
  68. package/docs/{api-report.md → api-report.md.api.md} +3 -1
  69. package/package.json +14 -14
@@ -1,3 +1,5 @@
1
+ /// <reference types="node" />
2
+
1
3
  import { ActionMenuItem } from '@genesislcap/foundation-ui';
2
4
  import { BehaviorSubject } from 'rxjs';
3
5
  import { Binding } from '@microsoft/fast-element';
@@ -1046,11 +1048,15 @@ declare const GenesisGridDatasourceElement_base: new () => {
1046
1048
  readonly offsetTop: number;
1047
1049
  readonly offsetWidth: number;
1048
1050
  outerText: string;
1051
+ popover: string;
1049
1052
  spellcheck: boolean;
1050
1053
  title: string;
1051
1054
  translate: boolean;
1052
1055
  attachInternals(): ElementInternals;
1053
1056
  click(): void;
1057
+ hidePopover(): void;
1058
+ showPopover(): void;
1059
+ togglePopover(force?: boolean): boolean;
1054
1060
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1055
1061
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1056
1062
  removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
@@ -1079,9 +1085,12 @@ declare const GenesisGridDatasourceElement_base: new () => {
1079
1085
  slot: string;
1080
1086
  readonly tagName: string;
1081
1087
  attachShadow(init: ShadowRootInit): ShadowRoot;
1088
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
1082
1089
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
1083
1090
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
1091
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
1084
1092
  closest<E extends Element = Element>(selectors: string): E;
1093
+ computedStyleMap(): StylePropertyMapReadOnly;
1085
1094
  getAttribute(qualifiedName: string): string;
1086
1095
  getAttributeNS(namespace: string, localName: string): string;
1087
1096
  getAttributeNames(): string[];
@@ -1090,11 +1099,14 @@ declare const GenesisGridDatasourceElement_base: new () => {
1090
1099
  getBoundingClientRect(): DOMRect;
1091
1100
  getClientRects(): DOMRectList;
1092
1101
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1093
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
1094
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
1102
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
1103
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
1104
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
1105
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
1095
1106
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1096
1107
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1097
1108
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1109
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1098
1110
  getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
1099
1111
  hasAttribute(qualifiedName: string): boolean;
1100
1112
  hasAttributeNS(namespace: string, localName: string): boolean;
@@ -1152,24 +1164,24 @@ declare const GenesisGridDatasourceElement_base: new () => {
1152
1164
  normalize(): void;
1153
1165
  removeChild<T_2 extends Node>(child: T_2): T_2;
1154
1166
  replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
1155
- readonly ATTRIBUTE_NODE: number;
1156
- readonly CDATA_SECTION_NODE: number;
1157
- readonly COMMENT_NODE: number;
1158
- readonly DOCUMENT_FRAGMENT_NODE: number;
1159
- readonly DOCUMENT_NODE: number;
1160
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
1161
- readonly DOCUMENT_POSITION_CONTAINS: number;
1162
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
1163
- readonly DOCUMENT_POSITION_FOLLOWING: number;
1164
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
1165
- readonly DOCUMENT_POSITION_PRECEDING: number;
1166
- readonly DOCUMENT_TYPE_NODE: number;
1167
- readonly ELEMENT_NODE: number;
1168
- readonly ENTITY_NODE: number;
1169
- readonly ENTITY_REFERENCE_NODE: number;
1170
- readonly NOTATION_NODE: number;
1171
- readonly PROCESSING_INSTRUCTION_NODE: number;
1172
- readonly TEXT_NODE: number;
1167
+ readonly ELEMENT_NODE: 1;
1168
+ readonly ATTRIBUTE_NODE: 2;
1169
+ readonly TEXT_NODE: 3;
1170
+ readonly CDATA_SECTION_NODE: 4;
1171
+ readonly ENTITY_REFERENCE_NODE: 5;
1172
+ readonly ENTITY_NODE: 6;
1173
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1174
+ readonly COMMENT_NODE: 8;
1175
+ readonly DOCUMENT_NODE: 9;
1176
+ readonly DOCUMENT_TYPE_NODE: 10;
1177
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1178
+ readonly NOTATION_NODE: 12;
1179
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1180
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1181
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1182
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1183
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1184
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1173
1185
  dispatchEvent(event: Event): boolean;
1174
1186
  ariaAtomic: string;
1175
1187
  ariaAutoComplete: string;
@@ -1177,9 +1189,9 @@ declare const GenesisGridDatasourceElement_base: new () => {
1177
1189
  ariaChecked: string;
1178
1190
  ariaColCount: string;
1179
1191
  ariaColIndex: string;
1180
- ariaColIndexText: string;
1181
1192
  ariaColSpan: string;
1182
1193
  ariaCurrent: string;
1194
+ ariaDescription: string;
1183
1195
  ariaDisabled: string;
1184
1196
  ariaExpanded: string;
1185
1197
  ariaHasPopup: string;
@@ -1201,7 +1213,6 @@ declare const GenesisGridDatasourceElement_base: new () => {
1201
1213
  ariaRoleDescription: string;
1202
1214
  ariaRowCount: string;
1203
1215
  ariaRowIndex: string;
1204
- ariaRowIndexText: string;
1205
1216
  ariaRowSpan: string;
1206
1217
  ariaSelected: string;
1207
1218
  ariaSetSize: string;
@@ -1226,17 +1237,19 @@ declare const GenesisGridDatasourceElement_base: new () => {
1226
1237
  readonly lastElementChild: Element;
1227
1238
  append(...nodes: (string | Node)[]): void;
1228
1239
  prepend(...nodes: (string | Node)[]): void;
1229
- querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
1230
- querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
1240
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
1241
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
1242
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
1243
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
1231
1244
  querySelector<E_1 extends Element = Element>(selectors: string): E_1;
1232
- querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
1233
- querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
1245
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1246
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1247
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1248
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1234
1249
  querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1235
1250
  replaceChildren(...nodes: (string | Node)[]): void;
1236
1251
  readonly assignedSlot: HTMLSlotElement;
1237
- oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1238
- oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1239
- onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1252
+ readonly attributeStyleMap: StylePropertyMap;
1240
1253
  readonly style: CSSStyleDeclaration;
1241
1254
  contentEditable: string;
1242
1255
  enterKeyHint: string;
@@ -1249,6 +1262,7 @@ declare const GenesisGridDatasourceElement_base: new () => {
1249
1262
  onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1250
1263
  onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1251
1264
  onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
1265
+ onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
1252
1266
  onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
1253
1267
  oncancel: (this: GlobalEventHandlers, ev: Event) => any;
1254
1268
  oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
@@ -1257,7 +1271,9 @@ declare const GenesisGridDatasourceElement_base: new () => {
1257
1271
  onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1258
1272
  onclose: (this: GlobalEventHandlers, ev: Event) => any;
1259
1273
  oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1274
+ oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
1260
1275
  oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
1276
+ oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
1261
1277
  ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1262
1278
  ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
1263
1279
  ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
@@ -1290,6 +1306,7 @@ declare const GenesisGridDatasourceElement_base: new () => {
1290
1306
  onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1291
1307
  onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1292
1308
  onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1309
+ onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
1293
1310
  onpause: (this: GlobalEventHandlers, ev: Event) => any;
1294
1311
  onplay: (this: GlobalEventHandlers, ev: Event) => any;
1295
1312
  onplaying: (this: GlobalEventHandlers, ev: Event) => any;
@@ -1306,6 +1323,7 @@ declare const GenesisGridDatasourceElement_base: new () => {
1306
1323
  onreset: (this: GlobalEventHandlers, ev: Event) => any;
1307
1324
  onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
1308
1325
  onscroll: (this: GlobalEventHandlers, ev: Event) => any;
1326
+ onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
1309
1327
  onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
1310
1328
  onseeked: (this: GlobalEventHandlers, ev: Event) => any;
1311
1329
  onseeking: (this: GlobalEventHandlers, ev: Event) => any;
@@ -1742,6 +1760,9 @@ declare const GridPro_base: (new (...args: any[]) => {
1742
1760
  cloneNode(deep?: boolean): Node;
1743
1761
  deepClone(): Node;
1744
1762
  readonly shouldRunDisconnect: boolean;
1763
+ /**
1764
+ * The index to add new rows to when using `applyTransaction` or `applyTransactionAsync`
1765
+ */
1745
1766
  readonly shouldRunConnect: boolean;
1746
1767
  "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
1747
1768
  "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
@@ -1754,9 +1775,6 @@ declare const GridPro_base: (new (...args: any[]) => {
1754
1775
  readonly accessKeyLabel: string;
1755
1776
  autocapitalize: string;
1756
1777
  dir: string;
1757
- /**
1758
- * If true, will enable row flashing for all rows for `add` async transactions
1759
- */
1760
1778
  draggable: boolean;
1761
1779
  hidden: boolean;
1762
1780
  inert: boolean;
@@ -1768,11 +1786,15 @@ declare const GridPro_base: (new (...args: any[]) => {
1768
1786
  readonly offsetTop: number;
1769
1787
  readonly offsetWidth: number;
1770
1788
  outerText: string;
1789
+ popover: string;
1771
1790
  spellcheck: boolean;
1772
1791
  title: string;
1773
1792
  translate: boolean;
1774
1793
  attachInternals(): ElementInternals;
1775
1794
  click(): void;
1795
+ hidePopover(): void;
1796
+ showPopover(): void;
1797
+ togglePopover(force?: boolean): boolean;
1776
1798
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1777
1799
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1778
1800
  removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
@@ -1801,9 +1823,12 @@ declare const GridPro_base: (new (...args: any[]) => {
1801
1823
  slot: string;
1802
1824
  readonly tagName: string;
1803
1825
  attachShadow(init: ShadowRootInit): ShadowRoot;
1826
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
1804
1827
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
1805
1828
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
1829
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
1806
1830
  closest<E extends Element = Element>(selectors: string): E;
1831
+ computedStyleMap(): StylePropertyMapReadOnly;
1807
1832
  getAttribute(qualifiedName: string): string;
1808
1833
  getAttributeNS(namespace: string, localName: string): string;
1809
1834
  getAttributeNames(): string[];
@@ -1812,11 +1837,14 @@ declare const GridPro_base: (new (...args: any[]) => {
1812
1837
  getBoundingClientRect(): DOMRect;
1813
1838
  getClientRects(): DOMRectList;
1814
1839
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1815
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
1816
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
1840
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
1841
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
1842
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
1843
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
1817
1844
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1818
1845
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1819
1846
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1847
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1820
1848
  getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
1821
1849
  hasAttribute(qualifiedName: string): boolean;
1822
1850
  hasAttributeNS(namespace: string, localName: string): boolean;
@@ -1873,24 +1901,24 @@ declare const GridPro_base: (new (...args: any[]) => {
1873
1901
  normalize(): void;
1874
1902
  removeChild<T_3 extends Node>(child: T_3): T_3;
1875
1903
  replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
1876
- readonly ATTRIBUTE_NODE: number;
1877
- readonly CDATA_SECTION_NODE: number;
1878
- readonly COMMENT_NODE: number;
1879
- readonly DOCUMENT_FRAGMENT_NODE: number;
1880
- readonly DOCUMENT_NODE: number;
1881
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
1882
- readonly DOCUMENT_POSITION_CONTAINS: number;
1883
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
1884
- readonly DOCUMENT_POSITION_FOLLOWING: number;
1885
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
1886
- readonly DOCUMENT_POSITION_PRECEDING: number;
1887
- readonly DOCUMENT_TYPE_NODE: number;
1888
- readonly ELEMENT_NODE: number;
1889
- readonly ENTITY_NODE: number;
1890
- readonly ENTITY_REFERENCE_NODE: number;
1891
- readonly NOTATION_NODE: number;
1892
- readonly PROCESSING_INSTRUCTION_NODE: number;
1893
- readonly TEXT_NODE: number;
1904
+ readonly ELEMENT_NODE: 1;
1905
+ readonly ATTRIBUTE_NODE: 2;
1906
+ readonly TEXT_NODE: 3;
1907
+ readonly CDATA_SECTION_NODE: 4;
1908
+ readonly ENTITY_REFERENCE_NODE: 5;
1909
+ readonly ENTITY_NODE: 6;
1910
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1911
+ readonly COMMENT_NODE: 8;
1912
+ readonly DOCUMENT_NODE: 9;
1913
+ readonly DOCUMENT_TYPE_NODE: 10;
1914
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1915
+ readonly NOTATION_NODE: 12;
1916
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1917
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1918
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1919
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1920
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1921
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1894
1922
  dispatchEvent(event: Event): boolean;
1895
1923
  ariaAtomic: string;
1896
1924
  ariaAutoComplete: string;
@@ -1898,9 +1926,9 @@ declare const GridPro_base: (new (...args: any[]) => {
1898
1926
  ariaChecked: string;
1899
1927
  ariaColCount: string;
1900
1928
  ariaColIndex: string;
1901
- ariaColIndexText: string;
1902
1929
  ariaColSpan: string;
1903
1930
  ariaCurrent: string;
1931
+ ariaDescription: string;
1904
1932
  ariaDisabled: string;
1905
1933
  ariaExpanded: string;
1906
1934
  ariaHasPopup: string;
@@ -1920,13 +1948,8 @@ declare const GridPro_base: (new (...args: any[]) => {
1920
1948
  ariaReadOnly: string;
1921
1949
  ariaRequired: string;
1922
1950
  ariaRoleDescription: string;
1923
- /**
1924
- * If {@link @genesislcap/grid-pro#GridPro.gridAutosizingEnabled} is true, will remove the widths from the column states.
1925
- * @internal
1926
- */
1927
1951
  ariaRowCount: string;
1928
1952
  ariaRowIndex: string;
1929
- ariaRowIndexText: string;
1930
1953
  ariaRowSpan: string;
1931
1954
  ariaSelected: string;
1932
1955
  ariaSetSize: string;
@@ -1951,17 +1974,19 @@ declare const GridPro_base: (new (...args: any[]) => {
1951
1974
  readonly lastElementChild: Element;
1952
1975
  append(...nodes: (string | Node)[]): void;
1953
1976
  prepend(...nodes: (string | Node)[]): void;
1954
- querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
1955
- querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
1977
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
1978
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
1979
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
1980
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
1956
1981
  querySelector<E_1 extends Element = Element>(selectors: string): E_1;
1957
- querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
1958
- querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
1982
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1983
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1984
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1985
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1959
1986
  querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1960
1987
  replaceChildren(...nodes: (string | Node)[]): void;
1961
1988
  readonly assignedSlot: HTMLSlotElement;
1962
- oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1963
- oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1964
- onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
1989
+ readonly attributeStyleMap: StylePropertyMap;
1965
1990
  readonly style: CSSStyleDeclaration;
1966
1991
  contentEditable: string;
1967
1992
  enterKeyHint: string;
@@ -1974,6 +1999,7 @@ declare const GridPro_base: (new (...args: any[]) => {
1974
1999
  onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1975
2000
  onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1976
2001
  onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
2002
+ onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
1977
2003
  onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
1978
2004
  oncancel: (this: GlobalEventHandlers, ev: Event) => any;
1979
2005
  oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
@@ -1982,7 +2008,9 @@ declare const GridPro_base: (new (...args: any[]) => {
1982
2008
  onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1983
2009
  onclose: (this: GlobalEventHandlers, ev: Event) => any;
1984
2010
  oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2011
+ oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
1985
2012
  oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
2013
+ oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
1986
2014
  ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1987
2015
  ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
1988
2016
  ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
@@ -2015,6 +2043,7 @@ declare const GridPro_base: (new (...args: any[]) => {
2015
2043
  onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2016
2044
  onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2017
2045
  onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2046
+ onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
2018
2047
  onpause: (this: GlobalEventHandlers, ev: Event) => any;
2019
2048
  onplay: (this: GlobalEventHandlers, ev: Event) => any;
2020
2049
  onplaying: (this: GlobalEventHandlers, ev: Event) => any;
@@ -2031,6 +2060,7 @@ declare const GridPro_base: (new (...args: any[]) => {
2031
2060
  onreset: (this: GlobalEventHandlers, ev: Event) => any;
2032
2061
  onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
2033
2062
  onscroll: (this: GlobalEventHandlers, ev: Event) => any;
2063
+ onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
2034
2064
  onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
2035
2065
  onseeked: (this: GlobalEventHandlers, ev: Event) => any;
2036
2066
  onseeking: (this: GlobalEventHandlers, ev: Event) => any;
@@ -2176,11 +2206,15 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2176
2206
  readonly offsetTop: number;
2177
2207
  readonly offsetWidth: number;
2178
2208
  outerText: string;
2209
+ popover: string;
2179
2210
  spellcheck: boolean;
2180
2211
  title: string;
2181
2212
  translate: boolean;
2182
2213
  attachInternals(): ElementInternals;
2183
2214
  click(): void;
2215
+ hidePopover(): void;
2216
+ showPopover(): void;
2217
+ togglePopover(force?: boolean): boolean;
2184
2218
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2185
2219
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2186
2220
  removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
@@ -2209,9 +2243,12 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2209
2243
  slot: string;
2210
2244
  readonly tagName: string;
2211
2245
  attachShadow(init: ShadowRootInit): ShadowRoot;
2246
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
2212
2247
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
2213
2248
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
2249
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
2214
2250
  closest<E extends Element = Element>(selectors: string): E;
2251
+ computedStyleMap(): StylePropertyMapReadOnly;
2215
2252
  getAttribute(qualifiedName: string): string;
2216
2253
  getAttributeNS(namespace: string, localName: string): string;
2217
2254
  getAttributeNames(): string[];
@@ -2220,11 +2257,14 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2220
2257
  getBoundingClientRect(): DOMRect;
2221
2258
  getClientRects(): DOMRectList;
2222
2259
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
2223
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
2224
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
2260
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
2261
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
2262
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
2263
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
2225
2264
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
2226
2265
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
2227
2266
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
2267
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
2228
2268
  getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
2229
2269
  hasAttribute(qualifiedName: string): boolean;
2230
2270
  hasAttributeNS(namespace: string, localName: string): boolean;
@@ -2281,24 +2321,24 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2281
2321
  normalize(): void;
2282
2322
  removeChild<T_3 extends Node>(child: T_3): T_3;
2283
2323
  replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
2284
- readonly ATTRIBUTE_NODE: number;
2285
- readonly CDATA_SECTION_NODE: number;
2286
- readonly COMMENT_NODE: number;
2287
- readonly DOCUMENT_FRAGMENT_NODE: number;
2288
- readonly DOCUMENT_NODE: number;
2289
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
2290
- readonly DOCUMENT_POSITION_CONTAINS: number;
2291
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
2292
- readonly DOCUMENT_POSITION_FOLLOWING: number;
2293
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
2294
- readonly DOCUMENT_POSITION_PRECEDING: number;
2295
- readonly DOCUMENT_TYPE_NODE: number;
2296
- readonly ELEMENT_NODE: number;
2297
- readonly ENTITY_NODE: number;
2298
- readonly ENTITY_REFERENCE_NODE: number;
2299
- readonly NOTATION_NODE: number;
2300
- readonly PROCESSING_INSTRUCTION_NODE: number;
2301
- readonly TEXT_NODE: number;
2324
+ readonly ELEMENT_NODE: 1;
2325
+ readonly ATTRIBUTE_NODE: 2;
2326
+ readonly TEXT_NODE: 3;
2327
+ readonly CDATA_SECTION_NODE: 4;
2328
+ readonly ENTITY_REFERENCE_NODE: 5;
2329
+ readonly ENTITY_NODE: 6;
2330
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
2331
+ readonly COMMENT_NODE: 8;
2332
+ readonly DOCUMENT_NODE: 9;
2333
+ readonly DOCUMENT_TYPE_NODE: 10;
2334
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
2335
+ readonly NOTATION_NODE: 12;
2336
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
2337
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
2338
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
2339
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
2340
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
2341
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
2302
2342
  dispatchEvent(event: Event): boolean;
2303
2343
  ariaAtomic: string;
2304
2344
  ariaAutoComplete: string;
@@ -2306,9 +2346,9 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2306
2346
  ariaChecked: string;
2307
2347
  ariaColCount: string;
2308
2348
  ariaColIndex: string;
2309
- ariaColIndexText: string;
2310
2349
  ariaColSpan: string;
2311
2350
  ariaCurrent: string;
2351
+ ariaDescription: string;
2312
2352
  ariaDisabled: string;
2313
2353
  ariaExpanded: string;
2314
2354
  ariaHasPopup: string;
@@ -2330,7 +2370,6 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2330
2370
  ariaRoleDescription: string;
2331
2371
  ariaRowCount: string;
2332
2372
  ariaRowIndex: string;
2333
- ariaRowIndexText: string;
2334
2373
  ariaRowSpan: string;
2335
2374
  ariaSelected: string;
2336
2375
  ariaSetSize: string;
@@ -2355,17 +2394,19 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2355
2394
  readonly lastElementChild: Element;
2356
2395
  append(...nodes: (string | Node)[]): void;
2357
2396
  prepend(...nodes: (string | Node)[]): void;
2358
- querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
2359
- querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
2397
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
2398
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
2399
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
2400
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
2360
2401
  querySelector<E_1 extends Element = Element>(selectors: string): E_1;
2361
- querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
2362
- querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
2402
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
2403
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
2404
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
2405
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
2363
2406
  querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
2364
2407
  replaceChildren(...nodes: (string | Node)[]): void;
2365
2408
  readonly assignedSlot: HTMLSlotElement;
2366
- oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
2367
- oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
2368
- onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
2409
+ readonly attributeStyleMap: StylePropertyMap;
2369
2410
  readonly style: CSSStyleDeclaration;
2370
2411
  contentEditable: string;
2371
2412
  enterKeyHint: string;
@@ -2378,6 +2419,7 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2378
2419
  onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
2379
2420
  onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2380
2421
  onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
2422
+ onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
2381
2423
  onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
2382
2424
  oncancel: (this: GlobalEventHandlers, ev: Event) => any;
2383
2425
  oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
@@ -2386,7 +2428,9 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2386
2428
  onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2387
2429
  onclose: (this: GlobalEventHandlers, ev: Event) => any;
2388
2430
  oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2431
+ oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
2389
2432
  oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
2433
+ oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
2390
2434
  ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2391
2435
  ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
2392
2436
  ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
@@ -2419,6 +2463,7 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2419
2463
  onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2420
2464
  onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2421
2465
  onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2466
+ onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
2422
2467
  onpause: (this: GlobalEventHandlers, ev: Event) => any;
2423
2468
  onplay: (this: GlobalEventHandlers, ev: Event) => any;
2424
2469
  onplaying: (this: GlobalEventHandlers, ev: Event) => any;
@@ -2435,6 +2480,7 @@ declare const GridProColumn_base: (new (...args: any[]) => {
2435
2480
  onreset: (this: GlobalEventHandlers, ev: Event) => any;
2436
2481
  onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
2437
2482
  onscroll: (this: GlobalEventHandlers, ev: Event) => any;
2483
+ onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
2438
2484
  onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
2439
2485
  onseeked: (this: GlobalEventHandlers, ev: Event) => any;
2440
2486
  onseeking: (this: GlobalEventHandlers, ev: Event) => any;
@@ -2641,6 +2687,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2641
2687
  readonly shouldRunConnect: boolean;
2642
2688
  "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
2643
2689
  "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
2690
+ /**
2691
+ * Initializes the datasource.
2692
+ * @public
2693
+ * @param columnDefinitions - Optionally set the `gridOptions` up with column definitions
2694
+ * @param columnStates - Optionally set the grid up with column state
2695
+ * @remarks This method is called automatically when the element is connected to the DOM.
2696
+ */
2644
2697
  connectedCallback(): void;
2645
2698
  readonly $fastController: Controller;
2646
2699
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
@@ -2661,11 +2714,15 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2661
2714
  readonly offsetTop: number;
2662
2715
  readonly offsetWidth: number;
2663
2716
  outerText: string;
2717
+ popover: string;
2664
2718
  spellcheck: boolean;
2665
2719
  title: string;
2666
2720
  translate: boolean;
2667
2721
  attachInternals(): ElementInternals;
2668
2722
  click(): void;
2723
+ hidePopover(): void;
2724
+ showPopover(): void;
2725
+ togglePopover(force?: boolean): boolean;
2669
2726
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2670
2727
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2671
2728
  removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
@@ -2674,10 +2731,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2674
2731
  readonly classList: DOMTokenList;
2675
2732
  className: string;
2676
2733
  readonly clientHeight: number;
2677
- /**
2678
- * Destroys the datasource, resetting it to its initial state.
2679
- * @public
2680
- */
2681
2734
  readonly clientLeft: number;
2682
2735
  readonly clientTop: number;
2683
2736
  readonly clientWidth: number;
@@ -2698,22 +2751,33 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2698
2751
  slot: string;
2699
2752
  readonly tagName: string;
2700
2753
  attachShadow(init: ShadowRootInit): ShadowRoot;
2754
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
2701
2755
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
2702
2756
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
2757
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
2703
2758
  closest<E extends Element = Element>(selectors: string): E;
2759
+ computedStyleMap(): StylePropertyMapReadOnly;
2704
2760
  getAttribute(qualifiedName: string): string;
2705
2761
  getAttributeNS(namespace: string, localName: string): string;
2706
2762
  getAttributeNames(): string[];
2707
- getAttributeNode(qualifiedName: string): Attr;
2763
+ getAttributeNode(qualifiedName: string): Attr; /**
2764
+ * Clears the rowData and columnDefs for the grid.
2765
+ * @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
2766
+ * @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
2767
+ * @internal
2768
+ */
2708
2769
  getAttributeNodeNS(namespace: string, localName: string): Attr;
2709
2770
  getBoundingClientRect(): DOMRect;
2710
2771
  getClientRects(): DOMRectList;
2711
2772
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
2712
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
2713
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
2773
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
2774
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
2775
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
2776
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
2714
2777
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
2715
2778
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
2716
2779
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
2780
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
2717
2781
  getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
2718
2782
  hasAttribute(qualifiedName: string): boolean;
2719
2783
  hasAttributeNS(namespace: string, localName: string): boolean;
@@ -2770,24 +2834,24 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2770
2834
  normalize(): void;
2771
2835
  removeChild<T_3 extends Node>(child: T_3): T_3;
2772
2836
  replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
2773
- readonly ATTRIBUTE_NODE: number;
2774
- readonly CDATA_SECTION_NODE: number;
2775
- readonly COMMENT_NODE: number;
2776
- readonly DOCUMENT_FRAGMENT_NODE: number;
2777
- readonly DOCUMENT_NODE: number;
2778
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
2779
- readonly DOCUMENT_POSITION_CONTAINS: number;
2780
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
2781
- readonly DOCUMENT_POSITION_FOLLOWING: number;
2782
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
2783
- readonly DOCUMENT_POSITION_PRECEDING: number;
2784
- readonly DOCUMENT_TYPE_NODE: number;
2785
- readonly ELEMENT_NODE: number;
2786
- readonly ENTITY_NODE: number;
2787
- readonly ENTITY_REFERENCE_NODE: number;
2788
- readonly NOTATION_NODE: number;
2789
- readonly PROCESSING_INSTRUCTION_NODE: number;
2790
- readonly TEXT_NODE: number;
2837
+ readonly ELEMENT_NODE: 1;
2838
+ readonly ATTRIBUTE_NODE: 2;
2839
+ readonly TEXT_NODE: 3;
2840
+ readonly CDATA_SECTION_NODE: 4;
2841
+ readonly ENTITY_REFERENCE_NODE: 5;
2842
+ readonly ENTITY_NODE: 6;
2843
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
2844
+ readonly COMMENT_NODE: 8;
2845
+ readonly DOCUMENT_NODE: 9;
2846
+ readonly DOCUMENT_TYPE_NODE: 10;
2847
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
2848
+ readonly NOTATION_NODE: 12;
2849
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
2850
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
2851
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
2852
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
2853
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
2854
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
2791
2855
  dispatchEvent(event: Event): boolean;
2792
2856
  ariaAtomic: string;
2793
2857
  ariaAutoComplete: string;
@@ -2795,9 +2859,9 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2795
2859
  ariaChecked: string;
2796
2860
  ariaColCount: string;
2797
2861
  ariaColIndex: string;
2798
- ariaColIndexText: string;
2799
2862
  ariaColSpan: string;
2800
2863
  ariaCurrent: string;
2864
+ ariaDescription: string;
2801
2865
  ariaDisabled: string;
2802
2866
  ariaExpanded: string;
2803
2867
  ariaHasPopup: string;
@@ -2819,7 +2883,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2819
2883
  ariaRoleDescription: string;
2820
2884
  ariaRowCount: string;
2821
2885
  ariaRowIndex: string;
2822
- ariaRowIndexText: string;
2823
2886
  ariaRowSpan: string;
2824
2887
  ariaSelected: string;
2825
2888
  ariaSetSize: string;
@@ -2844,17 +2907,19 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2844
2907
  readonly lastElementChild: Element;
2845
2908
  append(...nodes: (string | Node)[]): void;
2846
2909
  prepend(...nodes: (string | Node)[]): void;
2847
- querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
2848
- querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
2910
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
2911
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
2912
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
2913
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
2849
2914
  querySelector<E_1 extends Element = Element>(selectors: string): E_1;
2850
- querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
2851
- querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
2915
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
2916
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
2917
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
2918
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
2852
2919
  querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
2853
2920
  replaceChildren(...nodes: (string | Node)[]): void;
2854
2921
  readonly assignedSlot: HTMLSlotElement;
2855
- oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
2856
- oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
2857
- onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
2922
+ readonly attributeStyleMap: StylePropertyMap;
2858
2923
  readonly style: CSSStyleDeclaration;
2859
2924
  contentEditable: string;
2860
2925
  enterKeyHint: string;
@@ -2867,6 +2932,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2867
2932
  onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
2868
2933
  onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2869
2934
  onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
2935
+ onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
2870
2936
  onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
2871
2937
  oncancel: (this: GlobalEventHandlers, ev: Event) => any;
2872
2938
  oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
@@ -2875,7 +2941,9 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2875
2941
  onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2876
2942
  onclose: (this: GlobalEventHandlers, ev: Event) => any;
2877
2943
  oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2944
+ oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
2878
2945
  oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
2946
+ oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
2879
2947
  ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2880
2948
  ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
2881
2949
  ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
@@ -2908,6 +2976,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2908
2976
  onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2909
2977
  onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2910
2978
  onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
2979
+ onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
2911
2980
  onpause: (this: GlobalEventHandlers, ev: Event) => any;
2912
2981
  onplay: (this: GlobalEventHandlers, ev: Event) => any;
2913
2982
  onplaying: (this: GlobalEventHandlers, ev: Event) => any;
@@ -2924,6 +2993,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
2924
2993
  onreset: (this: GlobalEventHandlers, ev: Event) => any;
2925
2994
  onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
2926
2995
  onscroll: (this: GlobalEventHandlers, ev: Event) => any;
2996
+ onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
2927
2997
  onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
2928
2998
  onseeked: (this: GlobalEventHandlers, ev: Event) => any;
2929
2999
  onseeking: (this: GlobalEventHandlers, ev: Event) => any;
@@ -2992,7 +3062,7 @@ export declare enum GridProRendererTypes {
2992
3062
  actionsMenu = "actionsMenu",
2993
3063
  boolean = "boolean",
2994
3064
  editable = "editable",
2995
- text = "text",
3065
+ text = "text",// TODO: textField :(
2996
3066
  select = "select",
2997
3067
  dateEditor = "dateEditor",
2998
3068
  selectEditor = "selectEditor",
@@ -3082,11 +3152,15 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3082
3152
  readonly offsetTop: number;
3083
3153
  readonly offsetWidth: number;
3084
3154
  outerText: string;
3155
+ popover: string;
3085
3156
  spellcheck: boolean;
3086
3157
  title: string;
3087
3158
  translate: boolean;
3088
3159
  attachInternals(): ElementInternals;
3089
3160
  click(): void;
3161
+ hidePopover(): void;
3162
+ showPopover(): void;
3163
+ togglePopover(force?: boolean): boolean;
3090
3164
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
3091
3165
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
3092
3166
  removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
@@ -3115,9 +3189,12 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3115
3189
  slot: string;
3116
3190
  readonly tagName: string;
3117
3191
  attachShadow(init: ShadowRootInit): ShadowRoot;
3192
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
3118
3193
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
3119
3194
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
3195
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
3120
3196
  closest<E extends Element = Element>(selectors: string): E;
3197
+ computedStyleMap(): StylePropertyMapReadOnly;
3121
3198
  getAttribute(qualifiedName: string): string;
3122
3199
  getAttributeNS(namespace: string, localName: string): string;
3123
3200
  getAttributeNames(): string[];
@@ -3126,11 +3203,14 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3126
3203
  getBoundingClientRect(): DOMRect;
3127
3204
  getClientRects(): DOMRectList;
3128
3205
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
3129
- getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
3130
- getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
3206
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
3207
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
3208
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
3209
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
3131
3210
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
3132
3211
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
3133
3212
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
3213
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
3134
3214
  getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
3135
3215
  hasAttribute(qualifiedName: string): boolean;
3136
3216
  hasAttributeNS(namespace: string, localName: string): boolean;
@@ -3187,24 +3267,24 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3187
3267
  normalize(): void;
3188
3268
  removeChild<T_3 extends Node>(child: T_3): T_3;
3189
3269
  replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
3190
- readonly ATTRIBUTE_NODE: number;
3191
- readonly CDATA_SECTION_NODE: number;
3192
- readonly COMMENT_NODE: number;
3193
- readonly DOCUMENT_FRAGMENT_NODE: number;
3194
- readonly DOCUMENT_NODE: number;
3195
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
3196
- readonly DOCUMENT_POSITION_CONTAINS: number;
3197
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
3198
- readonly DOCUMENT_POSITION_FOLLOWING: number;
3199
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
3200
- readonly DOCUMENT_POSITION_PRECEDING: number;
3201
- readonly DOCUMENT_TYPE_NODE: number;
3202
- readonly ELEMENT_NODE: number;
3203
- readonly ENTITY_NODE: number;
3204
- readonly ENTITY_REFERENCE_NODE: number;
3205
- readonly NOTATION_NODE: number;
3206
- readonly PROCESSING_INSTRUCTION_NODE: number;
3207
- readonly TEXT_NODE: number;
3270
+ readonly ELEMENT_NODE: 1;
3271
+ readonly ATTRIBUTE_NODE: 2;
3272
+ readonly TEXT_NODE: 3;
3273
+ readonly CDATA_SECTION_NODE: 4;
3274
+ readonly ENTITY_REFERENCE_NODE: 5;
3275
+ readonly ENTITY_NODE: 6;
3276
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
3277
+ readonly COMMENT_NODE: 8;
3278
+ readonly DOCUMENT_NODE: 9;
3279
+ readonly DOCUMENT_TYPE_NODE: 10;
3280
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
3281
+ readonly NOTATION_NODE: 12;
3282
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
3283
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
3284
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
3285
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
3286
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
3287
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
3208
3288
  dispatchEvent(event: Event): boolean;
3209
3289
  ariaAtomic: string;
3210
3290
  ariaAutoComplete: string;
@@ -3212,9 +3292,9 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3212
3292
  ariaChecked: string;
3213
3293
  ariaColCount: string;
3214
3294
  ariaColIndex: string;
3215
- ariaColIndexText: string;
3216
3295
  ariaColSpan: string;
3217
3296
  ariaCurrent: string;
3297
+ ariaDescription: string;
3218
3298
  ariaDisabled: string;
3219
3299
  ariaExpanded: string;
3220
3300
  ariaHasPopup: string;
@@ -3236,7 +3316,6 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3236
3316
  ariaRoleDescription: string;
3237
3317
  ariaRowCount: string;
3238
3318
  ariaRowIndex: string;
3239
- ariaRowIndexText: string;
3240
3319
  ariaRowSpan: string;
3241
3320
  ariaSelected: string;
3242
3321
  ariaSetSize: string;
@@ -3261,17 +3340,19 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3261
3340
  readonly lastElementChild: Element;
3262
3341
  append(...nodes: (string | Node)[]): void;
3263
3342
  prepend(...nodes: (string | Node)[]): void;
3264
- querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
3265
- querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
3343
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
3344
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
3345
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
3346
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
3266
3347
  querySelector<E_1 extends Element = Element>(selectors: string): E_1;
3267
- querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
3268
- querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
3348
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
3349
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
3350
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
3351
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
3269
3352
  querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
3270
3353
  replaceChildren(...nodes: (string | Node)[]): void;
3271
3354
  readonly assignedSlot: HTMLSlotElement;
3272
- oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
3273
- oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
3274
- onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
3355
+ readonly attributeStyleMap: StylePropertyMap;
3275
3356
  readonly style: CSSStyleDeclaration;
3276
3357
  contentEditable: string;
3277
3358
  enterKeyHint: string;
@@ -3284,6 +3365,7 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3284
3365
  onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
3285
3366
  onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
3286
3367
  onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
3368
+ onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
3287
3369
  onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
3288
3370
  oncancel: (this: GlobalEventHandlers, ev: Event) => any;
3289
3371
  oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
@@ -3292,7 +3374,9 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3292
3374
  onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
3293
3375
  onclose: (this: GlobalEventHandlers, ev: Event) => any;
3294
3376
  oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
3377
+ oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
3295
3378
  oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
3379
+ oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
3296
3380
  ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
3297
3381
  ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
3298
3382
  ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
@@ -3325,6 +3409,7 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3325
3409
  onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
3326
3410
  onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
3327
3411
  onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
3412
+ onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
3328
3413
  onpause: (this: GlobalEventHandlers, ev: Event) => any;
3329
3414
  onplay: (this: GlobalEventHandlers, ev: Event) => any;
3330
3415
  onplaying: (this: GlobalEventHandlers, ev: Event) => any;
@@ -3341,6 +3426,7 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
3341
3426
  onreset: (this: GlobalEventHandlers, ev: Event) => any;
3342
3427
  onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
3343
3428
  onscroll: (this: GlobalEventHandlers, ev: Event) => any;
3429
+ onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
3344
3430
  onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
3345
3431
  onseeked: (this: GlobalEventHandlers, ev: Event) => any;
3346
3432
  onseeking: (this: GlobalEventHandlers, ev: Event) => any;