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