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