@genesislcap/grid-pro 14.237.1 → 14.237.2-alpha-78ebbc0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/column/column.d.ts +46 -29
- package/dist/dts/column/column.d.ts.map +1 -1
- package/dist/dts/datasource/base.datasource.d.ts +45 -29
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +46 -29
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +53 -30
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +49 -36
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +1 -1
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/esm/cell-renderers/select.renderer.js +1 -1
- package/dist/esm/datasource/server-side.datasource.js +6 -6
- package/dist/esm/datasource/server-side.resource-base.js +1 -1
- package/dist/esm/datasource/server-side.resource-dataserver.js +1 -1
- package/dist/esm/datasource/server-side.resource-reqrep.js +1 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +4 -4
- package/dist/esm/grid-pro.js +5 -5
- package/dist/esm/state-persistence/kv-state.js +3 -3
- package/dist/grid-pro.api.json +1303 -317
- package/dist/grid-pro.d.ts +238 -154
- package/docs/api/grid-pro.agthemefontsid.md +13 -1
- package/docs/api/grid-pro.agthemetokenmapclassname.md +13 -1
- package/docs/api/grid-pro.agthemetokenmapcss.md +14 -1
- package/docs/api/grid-pro.converttokebabcase.md +14 -1
- package/docs/api/grid-pro.formatdateextra.md +34 -0
- package/docs/api/grid-pro.foundationagbooleanrenderer.md +11 -1
- package/docs/api/grid-pro.foundationageditablerenderer.md +11 -1
- package/docs/api/grid-pro.foundationagselectrenderer.md +11 -1
- package/docs/api/grid-pro.foundationagtextfieldrenderer.md +11 -1
- package/docs/api/grid-pro.foundationagtextrenderer.md +11 -1
- package/docs/api/grid-pro.foundationdateeditor.md +11 -1
- package/docs/api/grid-pro.foundationgridpro.md +11 -1
- package/docs/api/grid-pro.foundationgridproactionrenderer.md +11 -1
- package/docs/api/grid-pro.foundationgridproactionsmenurenderer.md +11 -1
- package/docs/api/grid-pro.foundationmultiselecteditor.md +11 -1
- package/docs/api/grid-pro.foundationnumbereditor.md +11 -1
- package/docs/api/grid-pro.foundationselecteditor.md +11 -1
- package/docs/api/grid-pro.foundationstringeditor.md +11 -1
- package/docs/api/grid-pro.getactionsmenudef.md +17 -1
- package/docs/api/grid-pro.getagbooleanrenderertemplate.md +14 -1
- package/docs/api/grid-pro.getageditablerenderertemplate.md +14 -1
- package/docs/api/grid-pro.getcolumntype.md +33 -0
- package/docs/api/grid-pro.getdateeditortemplate.md +14 -1
- package/docs/api/grid-pro.getfilterbyfieldtype.md +33 -0
- package/docs/api/grid-pro.getgridprotemplate.md +14 -1
- package/docs/api/grid-pro.getmultiselecteditortemplate.md +14 -1
- package/docs/api/grid-pro.getnumbereditortemplate.md +14 -1
- package/docs/api/grid-pro.getselecteditortemplate.md +14 -1
- package/docs/api/grid-pro.getselectrenderertemplate.md +14 -1
- package/docs/api/grid-pro.getstringeditortemplate.md +14 -1
- package/docs/api/grid-pro.gettextfieldrenderertemplate.md +14 -1
- package/docs/api/grid-pro.gettextrenderertemplate.md +12 -1
- package/docs/api/grid-pro.gridpro.md +1 -1
- package/docs/api/grid-pro.gridproserversidedatasource.applyasyncfuncname.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.applyfuncname.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.liveupdates.md +21 -0
- package/docs/api/grid-pro.gridproserversidedatasource.md +35 -0
- package/docs/api/grid-pro.gridproserversidedatasource.pagination.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.params.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.request.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.rowmodel.md +14 -0
- package/docs/api/grid-pro.gridproserversidedatasource.zerobasedviewnumber.md +21 -0
- package/docs/api/grid-pro.md +33 -29
- package/docs/{api-report.md → api-report.md.api.md} +3 -1
- package/package.json +14 -14
package/dist/grid-pro.d.ts
CHANGED
|
@@ -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';
|
|
@@ -1052,11 +1054,15 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1052
1054
|
readonly offsetTop: number;
|
|
1053
1055
|
readonly offsetWidth: number;
|
|
1054
1056
|
outerText: string;
|
|
1057
|
+
popover: string;
|
|
1055
1058
|
spellcheck: boolean;
|
|
1056
1059
|
title: string;
|
|
1057
1060
|
translate: boolean;
|
|
1058
1061
|
attachInternals(): ElementInternals;
|
|
1059
1062
|
click(): void;
|
|
1063
|
+
hidePopover(): void;
|
|
1064
|
+
showPopover(): void;
|
|
1065
|
+
togglePopover(force?: boolean): boolean;
|
|
1060
1066
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1061
1067
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1062
1068
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -1085,9 +1091,12 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1085
1091
|
slot: string;
|
|
1086
1092
|
readonly tagName: string;
|
|
1087
1093
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1094
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1088
1095
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
1089
1096
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
1097
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
1090
1098
|
closest<E extends Element = Element>(selectors: string): E;
|
|
1099
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1091
1100
|
getAttribute(qualifiedName: string): string;
|
|
1092
1101
|
getAttributeNS(namespace: string, localName: string): string;
|
|
1093
1102
|
getAttributeNames(): string[];
|
|
@@ -1096,11 +1105,14 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1096
1105
|
getBoundingClientRect(): DOMRect;
|
|
1097
1106
|
getClientRects(): DOMRectList;
|
|
1098
1107
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1099
|
-
getElementsByTagName<
|
|
1100
|
-
getElementsByTagName<
|
|
1108
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
1109
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
1110
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
1111
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
1101
1112
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1102
1113
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1103
1114
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1115
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1104
1116
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
1105
1117
|
hasAttribute(qualifiedName: string): boolean;
|
|
1106
1118
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -1158,24 +1170,24 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1158
1170
|
normalize(): void;
|
|
1159
1171
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1160
1172
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1161
|
-
readonly
|
|
1162
|
-
readonly
|
|
1163
|
-
readonly
|
|
1164
|
-
readonly
|
|
1165
|
-
readonly
|
|
1166
|
-
readonly
|
|
1167
|
-
readonly
|
|
1168
|
-
readonly
|
|
1169
|
-
readonly
|
|
1170
|
-
readonly
|
|
1171
|
-
readonly
|
|
1172
|
-
readonly
|
|
1173
|
-
readonly
|
|
1174
|
-
readonly
|
|
1175
|
-
readonly
|
|
1176
|
-
readonly
|
|
1177
|
-
readonly
|
|
1178
|
-
readonly
|
|
1173
|
+
readonly ELEMENT_NODE: 1;
|
|
1174
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1175
|
+
readonly TEXT_NODE: 3;
|
|
1176
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1177
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1178
|
+
readonly ENTITY_NODE: 6;
|
|
1179
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1180
|
+
readonly COMMENT_NODE: 8;
|
|
1181
|
+
readonly DOCUMENT_NODE: 9;
|
|
1182
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1183
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1184
|
+
readonly NOTATION_NODE: 12;
|
|
1185
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1186
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1187
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1188
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1189
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1190
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1179
1191
|
dispatchEvent(event: Event): boolean;
|
|
1180
1192
|
ariaAtomic: string;
|
|
1181
1193
|
ariaAutoComplete: string;
|
|
@@ -1183,9 +1195,9 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1183
1195
|
ariaChecked: string;
|
|
1184
1196
|
ariaColCount: string;
|
|
1185
1197
|
ariaColIndex: string;
|
|
1186
|
-
ariaColIndexText: string;
|
|
1187
1198
|
ariaColSpan: string;
|
|
1188
1199
|
ariaCurrent: string;
|
|
1200
|
+
ariaDescription: string;
|
|
1189
1201
|
ariaDisabled: string;
|
|
1190
1202
|
ariaExpanded: string;
|
|
1191
1203
|
ariaHasPopup: string;
|
|
@@ -1207,7 +1219,6 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1207
1219
|
ariaRoleDescription: string;
|
|
1208
1220
|
ariaRowCount: string;
|
|
1209
1221
|
ariaRowIndex: string;
|
|
1210
|
-
ariaRowIndexText: string;
|
|
1211
1222
|
ariaRowSpan: string;
|
|
1212
1223
|
ariaSelected: string;
|
|
1213
1224
|
ariaSetSize: string;
|
|
@@ -1232,17 +1243,19 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1232
1243
|
readonly lastElementChild: Element;
|
|
1233
1244
|
append(...nodes: (string | Node)[]): void;
|
|
1234
1245
|
prepend(...nodes: (string | Node)[]): void;
|
|
1235
|
-
querySelector<
|
|
1236
|
-
querySelector<
|
|
1246
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
|
|
1247
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
|
|
1248
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
1249
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
1237
1250
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
1238
|
-
querySelectorAll<
|
|
1239
|
-
querySelectorAll<
|
|
1251
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1252
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1253
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1254
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1240
1255
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1241
1256
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1242
1257
|
readonly assignedSlot: HTMLSlotElement;
|
|
1243
|
-
|
|
1244
|
-
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1245
|
-
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1258
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1246
1259
|
readonly style: CSSStyleDeclaration;
|
|
1247
1260
|
contentEditable: string;
|
|
1248
1261
|
enterKeyHint: string;
|
|
@@ -1255,6 +1268,7 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1255
1268
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1256
1269
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1257
1270
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
1271
|
+
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1258
1272
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1259
1273
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1260
1274
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1263,7 +1277,9 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1263
1277
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1264
1278
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1265
1279
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1280
|
+
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1266
1281
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1282
|
+
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1267
1283
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1268
1284
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1269
1285
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -1296,6 +1312,7 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1296
1312
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1297
1313
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1298
1314
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1315
|
+
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1299
1316
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1300
1317
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1301
1318
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1312,6 +1329,7 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1312
1329
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1313
1330
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
1314
1331
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1332
|
+
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1315
1333
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
1316
1334
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1317
1335
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1748,6 +1766,9 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1748
1766
|
cloneNode(deep?: boolean): Node;
|
|
1749
1767
|
deepClone(): Node;
|
|
1750
1768
|
readonly shouldRunDisconnect: boolean;
|
|
1769
|
+
/**
|
|
1770
|
+
* The index to add new rows to when using `applyTransaction` or `applyTransactionAsync`
|
|
1771
|
+
*/
|
|
1751
1772
|
readonly shouldRunConnect: boolean;
|
|
1752
1773
|
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
1753
1774
|
"__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
@@ -1760,9 +1781,6 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1760
1781
|
readonly accessKeyLabel: string;
|
|
1761
1782
|
autocapitalize: string;
|
|
1762
1783
|
dir: string;
|
|
1763
|
-
/**
|
|
1764
|
-
* If true, will enable row flashing for all rows for `add` async transactions
|
|
1765
|
-
*/
|
|
1766
1784
|
draggable: boolean;
|
|
1767
1785
|
hidden: boolean;
|
|
1768
1786
|
inert: boolean;
|
|
@@ -1774,11 +1792,15 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1774
1792
|
readonly offsetTop: number;
|
|
1775
1793
|
readonly offsetWidth: number;
|
|
1776
1794
|
outerText: string;
|
|
1795
|
+
popover: string;
|
|
1777
1796
|
spellcheck: boolean;
|
|
1778
1797
|
title: string;
|
|
1779
1798
|
translate: boolean;
|
|
1780
1799
|
attachInternals(): ElementInternals;
|
|
1781
1800
|
click(): void;
|
|
1801
|
+
hidePopover(): void;
|
|
1802
|
+
showPopover(): void;
|
|
1803
|
+
togglePopover(force?: boolean): boolean;
|
|
1782
1804
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1783
1805
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1784
1806
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -1807,9 +1829,12 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1807
1829
|
slot: string;
|
|
1808
1830
|
readonly tagName: string;
|
|
1809
1831
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1832
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1810
1833
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
1811
1834
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
1835
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
1812
1836
|
closest<E extends Element = Element>(selectors: string): E;
|
|
1837
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1813
1838
|
getAttribute(qualifiedName: string): string;
|
|
1814
1839
|
getAttributeNS(namespace: string, localName: string): string;
|
|
1815
1840
|
getAttributeNames(): string[];
|
|
@@ -1818,11 +1843,14 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1818
1843
|
getBoundingClientRect(): DOMRect;
|
|
1819
1844
|
getClientRects(): DOMRectList;
|
|
1820
1845
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1821
|
-
getElementsByTagName<
|
|
1822
|
-
getElementsByTagName<
|
|
1846
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
1847
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
1848
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
1849
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
1823
1850
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1824
1851
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1825
1852
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1853
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1826
1854
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
1827
1855
|
hasAttribute(qualifiedName: string): boolean;
|
|
1828
1856
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -1879,24 +1907,24 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1879
1907
|
normalize(): void;
|
|
1880
1908
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
1881
1909
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
1882
|
-
readonly
|
|
1883
|
-
readonly
|
|
1884
|
-
readonly
|
|
1885
|
-
readonly
|
|
1886
|
-
readonly
|
|
1887
|
-
readonly
|
|
1888
|
-
readonly
|
|
1889
|
-
readonly
|
|
1890
|
-
readonly
|
|
1891
|
-
readonly
|
|
1892
|
-
readonly
|
|
1893
|
-
readonly
|
|
1894
|
-
readonly
|
|
1895
|
-
readonly
|
|
1896
|
-
readonly
|
|
1897
|
-
readonly
|
|
1898
|
-
readonly
|
|
1899
|
-
readonly
|
|
1910
|
+
readonly ELEMENT_NODE: 1;
|
|
1911
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1912
|
+
readonly TEXT_NODE: 3;
|
|
1913
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1914
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1915
|
+
readonly ENTITY_NODE: 6;
|
|
1916
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1917
|
+
readonly COMMENT_NODE: 8;
|
|
1918
|
+
readonly DOCUMENT_NODE: 9;
|
|
1919
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1920
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1921
|
+
readonly NOTATION_NODE: 12;
|
|
1922
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1923
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1924
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1925
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1926
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1927
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1900
1928
|
dispatchEvent(event: Event): boolean;
|
|
1901
1929
|
ariaAtomic: string;
|
|
1902
1930
|
ariaAutoComplete: string;
|
|
@@ -1904,9 +1932,9 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1904
1932
|
ariaChecked: string;
|
|
1905
1933
|
ariaColCount: string;
|
|
1906
1934
|
ariaColIndex: string;
|
|
1907
|
-
ariaColIndexText: string;
|
|
1908
1935
|
ariaColSpan: string;
|
|
1909
1936
|
ariaCurrent: string;
|
|
1937
|
+
ariaDescription: string;
|
|
1910
1938
|
ariaDisabled: string;
|
|
1911
1939
|
ariaExpanded: string;
|
|
1912
1940
|
ariaHasPopup: string;
|
|
@@ -1926,13 +1954,8 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1926
1954
|
ariaReadOnly: string;
|
|
1927
1955
|
ariaRequired: string;
|
|
1928
1956
|
ariaRoleDescription: string;
|
|
1929
|
-
/**
|
|
1930
|
-
* If {@link @genesislcap/grid-pro#GridPro.gridAutosizingEnabled} is true, will remove the widths from the column states.
|
|
1931
|
-
* @internal
|
|
1932
|
-
*/
|
|
1933
1957
|
ariaRowCount: string;
|
|
1934
1958
|
ariaRowIndex: string;
|
|
1935
|
-
ariaRowIndexText: string;
|
|
1936
1959
|
ariaRowSpan: string;
|
|
1937
1960
|
ariaSelected: string;
|
|
1938
1961
|
ariaSetSize: string;
|
|
@@ -1957,17 +1980,19 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1957
1980
|
readonly lastElementChild: Element;
|
|
1958
1981
|
append(...nodes: (string | Node)[]): void;
|
|
1959
1982
|
prepend(...nodes: (string | Node)[]): void;
|
|
1960
|
-
querySelector<
|
|
1961
|
-
querySelector<
|
|
1983
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
|
|
1984
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
|
|
1985
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
1986
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
1962
1987
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
1963
|
-
querySelectorAll<
|
|
1964
|
-
querySelectorAll<
|
|
1988
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1989
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1990
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1991
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1965
1992
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1966
1993
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1967
1994
|
readonly assignedSlot: HTMLSlotElement;
|
|
1968
|
-
|
|
1969
|
-
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1970
|
-
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1995
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1971
1996
|
readonly style: CSSStyleDeclaration;
|
|
1972
1997
|
contentEditable: string;
|
|
1973
1998
|
enterKeyHint: string;
|
|
@@ -1980,6 +2005,7 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1980
2005
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1981
2006
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1982
2007
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
2008
|
+
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1983
2009
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1984
2010
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1985
2011
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1988,7 +2014,9 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1988
2014
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1989
2015
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1990
2016
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2017
|
+
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1991
2018
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2019
|
+
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1992
2020
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1993
2021
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1994
2022
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -2021,6 +2049,7 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
2021
2049
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2022
2050
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2023
2051
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2052
|
+
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
2024
2053
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2025
2054
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2026
2055
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -2037,6 +2066,7 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
2037
2066
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2038
2067
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
2039
2068
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2069
|
+
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2040
2070
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
2041
2071
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2042
2072
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -2182,11 +2212,15 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2182
2212
|
readonly offsetTop: number;
|
|
2183
2213
|
readonly offsetWidth: number;
|
|
2184
2214
|
outerText: string;
|
|
2215
|
+
popover: string;
|
|
2185
2216
|
spellcheck: boolean;
|
|
2186
2217
|
title: string;
|
|
2187
2218
|
translate: boolean;
|
|
2188
2219
|
attachInternals(): ElementInternals;
|
|
2189
2220
|
click(): void;
|
|
2221
|
+
hidePopover(): void;
|
|
2222
|
+
showPopover(): void;
|
|
2223
|
+
togglePopover(force?: boolean): boolean;
|
|
2190
2224
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2191
2225
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2192
2226
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -2215,9 +2249,12 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2215
2249
|
slot: string;
|
|
2216
2250
|
readonly tagName: string;
|
|
2217
2251
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2252
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2218
2253
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
2219
2254
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
2255
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
2220
2256
|
closest<E extends Element = Element>(selectors: string): E;
|
|
2257
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2221
2258
|
getAttribute(qualifiedName: string): string;
|
|
2222
2259
|
getAttributeNS(namespace: string, localName: string): string;
|
|
2223
2260
|
getAttributeNames(): string[];
|
|
@@ -2226,11 +2263,14 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2226
2263
|
getBoundingClientRect(): DOMRect;
|
|
2227
2264
|
getClientRects(): DOMRectList;
|
|
2228
2265
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2229
|
-
getElementsByTagName<
|
|
2230
|
-
getElementsByTagName<
|
|
2266
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
2267
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
2268
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
2269
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
2231
2270
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2232
2271
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2233
2272
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2273
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2234
2274
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
2235
2275
|
hasAttribute(qualifiedName: string): boolean;
|
|
2236
2276
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -2287,24 +2327,24 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2287
2327
|
normalize(): void;
|
|
2288
2328
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
2289
2329
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
2290
|
-
readonly
|
|
2291
|
-
readonly
|
|
2292
|
-
readonly
|
|
2293
|
-
readonly
|
|
2294
|
-
readonly
|
|
2295
|
-
readonly
|
|
2296
|
-
readonly
|
|
2297
|
-
readonly
|
|
2298
|
-
readonly
|
|
2299
|
-
readonly
|
|
2300
|
-
readonly
|
|
2301
|
-
readonly
|
|
2302
|
-
readonly
|
|
2303
|
-
readonly
|
|
2304
|
-
readonly
|
|
2305
|
-
readonly
|
|
2306
|
-
readonly
|
|
2307
|
-
readonly
|
|
2330
|
+
readonly ELEMENT_NODE: 1;
|
|
2331
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
2332
|
+
readonly TEXT_NODE: 3;
|
|
2333
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
2334
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
2335
|
+
readonly ENTITY_NODE: 6;
|
|
2336
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
2337
|
+
readonly COMMENT_NODE: 8;
|
|
2338
|
+
readonly DOCUMENT_NODE: 9;
|
|
2339
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
2340
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
2341
|
+
readonly NOTATION_NODE: 12;
|
|
2342
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
2343
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
2344
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
2345
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
2346
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2347
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2308
2348
|
dispatchEvent(event: Event): boolean;
|
|
2309
2349
|
ariaAtomic: string;
|
|
2310
2350
|
ariaAutoComplete: string;
|
|
@@ -2312,9 +2352,9 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2312
2352
|
ariaChecked: string;
|
|
2313
2353
|
ariaColCount: string;
|
|
2314
2354
|
ariaColIndex: string;
|
|
2315
|
-
ariaColIndexText: string;
|
|
2316
2355
|
ariaColSpan: string;
|
|
2317
2356
|
ariaCurrent: string;
|
|
2357
|
+
ariaDescription: string;
|
|
2318
2358
|
ariaDisabled: string;
|
|
2319
2359
|
ariaExpanded: string;
|
|
2320
2360
|
ariaHasPopup: string;
|
|
@@ -2336,7 +2376,6 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2336
2376
|
ariaRoleDescription: string;
|
|
2337
2377
|
ariaRowCount: string;
|
|
2338
2378
|
ariaRowIndex: string;
|
|
2339
|
-
ariaRowIndexText: string;
|
|
2340
2379
|
ariaRowSpan: string;
|
|
2341
2380
|
ariaSelected: string;
|
|
2342
2381
|
ariaSetSize: string;
|
|
@@ -2361,17 +2400,19 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2361
2400
|
readonly lastElementChild: Element;
|
|
2362
2401
|
append(...nodes: (string | Node)[]): void;
|
|
2363
2402
|
prepend(...nodes: (string | Node)[]): void;
|
|
2364
|
-
querySelector<
|
|
2365
|
-
querySelector<
|
|
2403
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
|
|
2404
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
|
|
2405
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
2406
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
2366
2407
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
2367
|
-
querySelectorAll<
|
|
2368
|
-
querySelectorAll<
|
|
2408
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
2409
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
2410
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
2411
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
2369
2412
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2370
2413
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
2371
2414
|
readonly assignedSlot: HTMLSlotElement;
|
|
2372
|
-
|
|
2373
|
-
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
2374
|
-
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
2415
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2375
2416
|
readonly style: CSSStyleDeclaration;
|
|
2376
2417
|
contentEditable: string;
|
|
2377
2418
|
enterKeyHint: string;
|
|
@@ -2384,6 +2425,7 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2384
2425
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
2385
2426
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2386
2427
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
2428
|
+
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2387
2429
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
2388
2430
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2389
2431
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -2392,7 +2434,9 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2392
2434
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2393
2435
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2394
2436
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2437
|
+
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
2395
2438
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2439
|
+
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
2396
2440
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2397
2441
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
2398
2442
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -2425,6 +2469,7 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2425
2469
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2426
2470
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2427
2471
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2472
|
+
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
2428
2473
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2429
2474
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2430
2475
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -2441,6 +2486,7 @@ declare const GridProColumn_base: (new (...args: any[]) => {
|
|
|
2441
2486
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2442
2487
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
2443
2488
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2489
|
+
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2444
2490
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
2445
2491
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2446
2492
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -2647,7 +2693,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2647
2693
|
readonly shouldRunConnect: boolean;
|
|
2648
2694
|
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
2649
2695
|
"__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
2650
|
-
connectedCallback(): void;
|
|
2696
|
+
connectedCallback(): void; /**
|
|
2697
|
+
* Initializes the datasource.
|
|
2698
|
+
* @public
|
|
2699
|
+
* @param columnDefinitions - Optionally set the `gridOptions` up with column definitions
|
|
2700
|
+
* @param columnStates - Optionally set the grid up with column state
|
|
2701
|
+
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
2702
|
+
*/
|
|
2651
2703
|
readonly $fastController: Controller;
|
|
2652
2704
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
2653
2705
|
disconnectedCallback(): void;
|
|
@@ -2667,11 +2719,15 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2667
2719
|
readonly offsetTop: number;
|
|
2668
2720
|
readonly offsetWidth: number;
|
|
2669
2721
|
outerText: string;
|
|
2722
|
+
popover: string;
|
|
2670
2723
|
spellcheck: boolean;
|
|
2671
2724
|
title: string;
|
|
2672
2725
|
translate: boolean;
|
|
2673
2726
|
attachInternals(): ElementInternals;
|
|
2674
2727
|
click(): void;
|
|
2728
|
+
hidePopover(): void;
|
|
2729
|
+
showPopover(): void;
|
|
2730
|
+
togglePopover(force?: boolean): boolean;
|
|
2675
2731
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2676
2732
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2677
2733
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -2700,9 +2756,12 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2700
2756
|
slot: string;
|
|
2701
2757
|
readonly tagName: string;
|
|
2702
2758
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2759
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2703
2760
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
2704
2761
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
2762
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
2705
2763
|
closest<E extends Element = Element>(selectors: string): E;
|
|
2764
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2706
2765
|
getAttribute(qualifiedName: string): string;
|
|
2707
2766
|
getAttributeNS(namespace: string, localName: string): string;
|
|
2708
2767
|
getAttributeNames(): string[];
|
|
@@ -2711,11 +2770,14 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2711
2770
|
getBoundingClientRect(): DOMRect;
|
|
2712
2771
|
getClientRects(): DOMRectList;
|
|
2713
2772
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2714
|
-
getElementsByTagName<
|
|
2715
|
-
getElementsByTagName<
|
|
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]>;
|
|
2716
2777
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2717
2778
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2718
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>;
|
|
2719
2781
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
2720
2782
|
hasAttribute(qualifiedName: string): boolean;
|
|
2721
2783
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -2772,24 +2834,24 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2772
2834
|
normalize(): void;
|
|
2773
2835
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
2774
2836
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
2775
|
-
readonly
|
|
2776
|
-
readonly
|
|
2777
|
-
readonly
|
|
2778
|
-
readonly
|
|
2779
|
-
readonly
|
|
2780
|
-
readonly
|
|
2781
|
-
readonly
|
|
2782
|
-
readonly
|
|
2783
|
-
readonly
|
|
2784
|
-
readonly
|
|
2785
|
-
readonly
|
|
2786
|
-
readonly
|
|
2787
|
-
readonly
|
|
2788
|
-
readonly
|
|
2789
|
-
readonly
|
|
2790
|
-
readonly
|
|
2791
|
-
readonly
|
|
2792
|
-
readonly
|
|
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;
|
|
2793
2855
|
dispatchEvent(event: Event): boolean;
|
|
2794
2856
|
ariaAtomic: string;
|
|
2795
2857
|
ariaAutoComplete: string;
|
|
@@ -2797,9 +2859,9 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2797
2859
|
ariaChecked: string;
|
|
2798
2860
|
ariaColCount: string;
|
|
2799
2861
|
ariaColIndex: string;
|
|
2800
|
-
ariaColIndexText: string;
|
|
2801
2862
|
ariaColSpan: string;
|
|
2802
2863
|
ariaCurrent: string;
|
|
2864
|
+
ariaDescription: string;
|
|
2803
2865
|
ariaDisabled: string;
|
|
2804
2866
|
ariaExpanded: string;
|
|
2805
2867
|
ariaHasPopup: string;
|
|
@@ -2821,7 +2883,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2821
2883
|
ariaRoleDescription: string;
|
|
2822
2884
|
ariaRowCount: string;
|
|
2823
2885
|
ariaRowIndex: string;
|
|
2824
|
-
ariaRowIndexText: string;
|
|
2825
2886
|
ariaRowSpan: string;
|
|
2826
2887
|
ariaSelected: string;
|
|
2827
2888
|
ariaSetSize: string;
|
|
@@ -2846,17 +2907,19 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2846
2907
|
readonly lastElementChild: Element;
|
|
2847
2908
|
append(...nodes: (string | Node)[]): void;
|
|
2848
2909
|
prepend(...nodes: (string | Node)[]): void;
|
|
2849
|
-
querySelector<
|
|
2850
|
-
querySelector<
|
|
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];
|
|
2851
2914
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
2852
|
-
querySelectorAll<
|
|
2853
|
-
querySelectorAll<
|
|
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]>;
|
|
2854
2919
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2855
2920
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
2856
2921
|
readonly assignedSlot: HTMLSlotElement;
|
|
2857
|
-
|
|
2858
|
-
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
2859
|
-
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
2922
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2860
2923
|
readonly style: CSSStyleDeclaration;
|
|
2861
2924
|
contentEditable: string;
|
|
2862
2925
|
enterKeyHint: string;
|
|
@@ -2869,6 +2932,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2869
2932
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
2870
2933
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2871
2934
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
2935
|
+
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2872
2936
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
2873
2937
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2874
2938
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -2877,7 +2941,9 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2877
2941
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2878
2942
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2879
2943
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2944
|
+
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
2880
2945
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2946
|
+
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
2881
2947
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2882
2948
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
2883
2949
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -2910,6 +2976,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2910
2976
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2911
2977
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2912
2978
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2979
|
+
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
2913
2980
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2914
2981
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2915
2982
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -2926,6 +2993,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2926
2993
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2927
2994
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
2928
2995
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2996
|
+
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2929
2997
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
2930
2998
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2931
2999
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -2994,7 +3062,7 @@ export declare enum GridProRendererTypes {
|
|
|
2994
3062
|
actionsMenu = "actionsMenu",
|
|
2995
3063
|
boolean = "boolean",
|
|
2996
3064
|
editable = "editable",
|
|
2997
|
-
text = "text"
|
|
3065
|
+
text = "text",// TODO: textField :(
|
|
2998
3066
|
select = "select",
|
|
2999
3067
|
dateEditor = "dateEditor",
|
|
3000
3068
|
selectEditor = "selectEditor",
|
|
@@ -3084,11 +3152,15 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3084
3152
|
readonly offsetTop: number;
|
|
3085
3153
|
readonly offsetWidth: number;
|
|
3086
3154
|
outerText: string;
|
|
3155
|
+
popover: string;
|
|
3087
3156
|
spellcheck: boolean;
|
|
3088
3157
|
title: string;
|
|
3089
3158
|
translate: boolean;
|
|
3090
3159
|
attachInternals(): ElementInternals;
|
|
3091
3160
|
click(): void;
|
|
3161
|
+
hidePopover(): void;
|
|
3162
|
+
showPopover(): void;
|
|
3163
|
+
togglePopover(force?: boolean): boolean;
|
|
3092
3164
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3093
3165
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3094
3166
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -3117,9 +3189,12 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3117
3189
|
slot: string;
|
|
3118
3190
|
readonly tagName: string;
|
|
3119
3191
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
3192
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3120
3193
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
3121
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];
|
|
3122
3196
|
closest<E extends Element = Element>(selectors: string): E;
|
|
3197
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
3123
3198
|
getAttribute(qualifiedName: string): string;
|
|
3124
3199
|
getAttributeNS(namespace: string, localName: string): string;
|
|
3125
3200
|
getAttributeNames(): string[];
|
|
@@ -3128,11 +3203,14 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3128
3203
|
getBoundingClientRect(): DOMRect;
|
|
3129
3204
|
getClientRects(): DOMRectList;
|
|
3130
3205
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
3131
|
-
getElementsByTagName<
|
|
3132
|
-
getElementsByTagName<
|
|
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]>;
|
|
3133
3210
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
3134
3211
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
3135
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>;
|
|
3136
3214
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
3137
3215
|
hasAttribute(qualifiedName: string): boolean;
|
|
3138
3216
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -3189,24 +3267,24 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3189
3267
|
normalize(): void;
|
|
3190
3268
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
3191
3269
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
3192
|
-
readonly
|
|
3193
|
-
readonly
|
|
3194
|
-
readonly
|
|
3195
|
-
readonly
|
|
3196
|
-
readonly
|
|
3197
|
-
readonly
|
|
3198
|
-
readonly
|
|
3199
|
-
readonly
|
|
3200
|
-
readonly
|
|
3201
|
-
readonly
|
|
3202
|
-
readonly
|
|
3203
|
-
readonly
|
|
3204
|
-
readonly
|
|
3205
|
-
readonly
|
|
3206
|
-
readonly
|
|
3207
|
-
readonly
|
|
3208
|
-
readonly
|
|
3209
|
-
readonly
|
|
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;
|
|
3210
3288
|
dispatchEvent(event: Event): boolean;
|
|
3211
3289
|
ariaAtomic: string;
|
|
3212
3290
|
ariaAutoComplete: string;
|
|
@@ -3214,9 +3292,9 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3214
3292
|
ariaChecked: string;
|
|
3215
3293
|
ariaColCount: string;
|
|
3216
3294
|
ariaColIndex: string;
|
|
3217
|
-
ariaColIndexText: string;
|
|
3218
3295
|
ariaColSpan: string;
|
|
3219
3296
|
ariaCurrent: string;
|
|
3297
|
+
ariaDescription: string;
|
|
3220
3298
|
ariaDisabled: string;
|
|
3221
3299
|
ariaExpanded: string;
|
|
3222
3300
|
ariaHasPopup: string;
|
|
@@ -3238,7 +3316,6 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3238
3316
|
ariaRoleDescription: string;
|
|
3239
3317
|
ariaRowCount: string;
|
|
3240
3318
|
ariaRowIndex: string;
|
|
3241
|
-
ariaRowIndexText: string;
|
|
3242
3319
|
ariaRowSpan: string;
|
|
3243
3320
|
ariaSelected: string;
|
|
3244
3321
|
ariaSetSize: string;
|
|
@@ -3263,17 +3340,19 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3263
3340
|
readonly lastElementChild: Element;
|
|
3264
3341
|
append(...nodes: (string | Node)[]): void;
|
|
3265
3342
|
prepend(...nodes: (string | Node)[]): void;
|
|
3266
|
-
querySelector<
|
|
3267
|
-
querySelector<
|
|
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];
|
|
3268
3347
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
3269
|
-
querySelectorAll<
|
|
3270
|
-
querySelectorAll<
|
|
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]>;
|
|
3271
3352
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
3272
3353
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
3273
3354
|
readonly assignedSlot: HTMLSlotElement;
|
|
3274
|
-
|
|
3275
|
-
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
3276
|
-
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
3355
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3277
3356
|
readonly style: CSSStyleDeclaration;
|
|
3278
3357
|
contentEditable: string;
|
|
3279
3358
|
enterKeyHint: string;
|
|
@@ -3286,6 +3365,7 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3286
3365
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
3287
3366
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
3288
3367
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
3368
|
+
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3289
3369
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
3290
3370
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3291
3371
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -3294,7 +3374,9 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3294
3374
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
3295
3375
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3296
3376
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
3377
|
+
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
3297
3378
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3379
|
+
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
3298
3380
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
3299
3381
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
3300
3382
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -3327,6 +3409,7 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3327
3409
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
3328
3410
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
3329
3411
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
3412
|
+
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
3330
3413
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3331
3414
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3332
3415
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -3343,6 +3426,7 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
3343
3426
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3344
3427
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
3345
3428
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3429
|
+
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3346
3430
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
3347
3431
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
3348
3432
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|