@genesislcap/grid-tabulator 14.226.0 → 14.226.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/datasource/client-side.datasource.d.ts +72 -110
- package/dist/dts/datasource/client-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.d.ts +34 -50
- package/dist/dts/grid-tabulator.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.types.d.ts +1 -1
- package/dist/dts/grid-tabulator.types.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/esm/datasource/client-side.datasource.js +2 -2
- package/dist/grid-tabulator.api.json +119 -1585
- package/dist/grid-tabulator.d.ts +107 -161
- package/docs/api/grid-tabulator.foundationgridtabulatoractionrenderer.md +1 -11
- package/docs/api/grid-tabulator.md +4 -7
- package/docs/api/grid-tabulator.themefontsid.md +1 -14
- package/docs/api/grid-tabulator.themetokenmapclassname.md +1 -14
- package/docs/api/grid-tabulator.themetokenmapcss.md +1 -15
- package/docs/{api-report.md.api.md → api-report.md} +1 -3
- package/package.json +14 -14
- package/docs/api/grid-tabulator.foundationgridtabulator.md +0 -41
- package/docs/api/grid-tabulator.gridtabulator.autocellrendererbytype.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.classnames.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.downloaddataas.md +0 -27
- package/docs/api/grid-tabulator.gridtabulator.grid.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.griddiv.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.gridfontface.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.gridoptions.md +0 -30
- package/docs/api/grid-tabulator.gridtabulator.md +0 -40
- package/docs/api/grid-tabulator.gridtabulator.onlytemplatecoldefs.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.persistcolumnstatekey.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.rowdata.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.rowheight.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.setfilter.md +0 -27
- package/docs/api/grid-tabulator.gridtabulator.statepersistanceenabled.md +0 -14
- package/docs/api/grid-tabulator.gridtabulator.theme.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.auth.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.connect.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.criteria.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.datasource.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.deferredgridoptions.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.destroy.md +0 -17
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.fields.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.init.md +0 -21
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.issnapshot.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.maxrows.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.maxview.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.md +0 -49
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.movingview.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.orderby.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.pollinginterval.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.request.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.resourcename.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.restart.md +0 -17
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.restartonreconnection.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.reverse.md +0 -14
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.rowdatamapper.md +0 -16
- package/docs/api/grid-tabulator.gridtabulatorclientsidedatasource.rowidattr.md +0 -18
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import { Auth, Connect, Datasource, DatasourceStatus } from '@genesislcap/foundation-comms';
|
|
3
2
|
import { Options } from 'tabulator-tables';
|
|
4
3
|
/**
|
|
@@ -34,11 +33,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
34
33
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
35
34
|
accessKey: string;
|
|
36
35
|
readonly accessKeyLabel: string;
|
|
37
|
-
/**
|
|
38
|
-
* Returns the `row-id` attribute, depending on the resource type.
|
|
39
|
-
* @remarks Will favour the `row-id` attribute if set.
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
36
|
autocapitalize: string;
|
|
43
37
|
dir: string;
|
|
44
38
|
draggable: boolean;
|
|
@@ -52,15 +46,11 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
52
46
|
readonly offsetTop: number;
|
|
53
47
|
readonly offsetWidth: number;
|
|
54
48
|
outerText: string;
|
|
55
|
-
popover: string;
|
|
56
49
|
spellcheck: boolean;
|
|
57
50
|
title: string;
|
|
58
51
|
translate: boolean;
|
|
59
52
|
attachInternals(): ElementInternals;
|
|
60
53
|
click(): void;
|
|
61
|
-
hidePopover(): void;
|
|
62
|
-
showPopover(): void;
|
|
63
|
-
togglePopover(force?: boolean): boolean;
|
|
64
54
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
65
55
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
66
56
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -89,12 +79,9 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
89
79
|
slot: string;
|
|
90
80
|
readonly tagName: string;
|
|
91
81
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
92
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
93
82
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
94
83
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
95
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
96
84
|
closest<E extends Element = Element>(selectors: string): E;
|
|
97
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
98
85
|
getAttribute(qualifiedName: string): string;
|
|
99
86
|
getAttributeNS(namespace: string, localName: string): string;
|
|
100
87
|
getAttributeNames(): string[];
|
|
@@ -103,14 +90,11 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
103
90
|
getBoundingClientRect(): DOMRect;
|
|
104
91
|
getClientRects(): DOMRectList;
|
|
105
92
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
106
|
-
getElementsByTagName<
|
|
107
|
-
getElementsByTagName<
|
|
108
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
109
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
93
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
94
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
110
95
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
111
96
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
112
97
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
113
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
114
98
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
115
99
|
hasAttribute(qualifiedName: string): boolean;
|
|
116
100
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -152,7 +136,13 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
152
136
|
readonly parentElement: HTMLElement;
|
|
153
137
|
readonly parentNode: ParentNode;
|
|
154
138
|
readonly previousSibling: ChildNode;
|
|
155
|
-
textContent: string;
|
|
139
|
+
textContent: string; /**
|
|
140
|
+
* Initializes the datasource and loads the data for the grid.
|
|
141
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
142
|
+
*
|
|
143
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
144
|
+
* @internal
|
|
145
|
+
*/
|
|
156
146
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
157
147
|
compareDocumentPosition(other: Node): number;
|
|
158
148
|
contains(other: Node): boolean;
|
|
@@ -167,24 +157,24 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
167
157
|
normalize(): void;
|
|
168
158
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
169
159
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
170
|
-
readonly
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
173
|
-
readonly
|
|
174
|
-
readonly
|
|
175
|
-
readonly
|
|
176
|
-
readonly
|
|
177
|
-
readonly
|
|
178
|
-
readonly
|
|
179
|
-
readonly
|
|
180
|
-
readonly
|
|
181
|
-
readonly
|
|
182
|
-
readonly
|
|
183
|
-
readonly
|
|
184
|
-
readonly
|
|
185
|
-
readonly
|
|
186
|
-
readonly
|
|
187
|
-
readonly
|
|
160
|
+
readonly ATTRIBUTE_NODE: number;
|
|
161
|
+
readonly CDATA_SECTION_NODE: number;
|
|
162
|
+
readonly COMMENT_NODE: number;
|
|
163
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
164
|
+
readonly DOCUMENT_NODE: number;
|
|
165
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
166
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
167
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
168
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
169
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
170
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
171
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
172
|
+
readonly ELEMENT_NODE: number;
|
|
173
|
+
readonly ENTITY_NODE: number;
|
|
174
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
175
|
+
readonly NOTATION_NODE: number;
|
|
176
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
177
|
+
readonly TEXT_NODE: number;
|
|
188
178
|
dispatchEvent(event: Event): boolean;
|
|
189
179
|
ariaAtomic: string;
|
|
190
180
|
ariaAutoComplete: string;
|
|
@@ -192,9 +182,9 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
192
182
|
ariaChecked: string;
|
|
193
183
|
ariaColCount: string;
|
|
194
184
|
ariaColIndex: string;
|
|
185
|
+
ariaColIndexText: string;
|
|
195
186
|
ariaColSpan: string;
|
|
196
187
|
ariaCurrent: string;
|
|
197
|
-
ariaDescription: string;
|
|
198
188
|
ariaDisabled: string;
|
|
199
189
|
ariaExpanded: string;
|
|
200
190
|
ariaHasPopup: string;
|
|
@@ -216,6 +206,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
216
206
|
ariaRoleDescription: string;
|
|
217
207
|
ariaRowCount: string;
|
|
218
208
|
ariaRowIndex: string;
|
|
209
|
+
ariaRowIndexText: string;
|
|
219
210
|
ariaRowSpan: string;
|
|
220
211
|
ariaSelected: string;
|
|
221
212
|
ariaSetSize: string;
|
|
@@ -240,19 +231,17 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
240
231
|
readonly lastElementChild: Element;
|
|
241
232
|
append(...nodes: (string | Node)[]): void;
|
|
242
233
|
prepend(...nodes: (string | Node)[]): void;
|
|
243
|
-
querySelector<
|
|
244
|
-
querySelector<
|
|
245
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
246
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
234
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
235
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
247
236
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
248
|
-
querySelectorAll<
|
|
249
|
-
querySelectorAll<
|
|
250
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
251
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
237
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
238
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
252
239
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
253
240
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
254
241
|
readonly assignedSlot: HTMLSlotElement;
|
|
255
|
-
|
|
242
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
243
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
244
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
256
245
|
readonly style: CSSStyleDeclaration;
|
|
257
246
|
contentEditable: string;
|
|
258
247
|
enterKeyHint: string;
|
|
@@ -265,7 +254,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
265
254
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
266
255
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
267
256
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
268
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
269
257
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
270
258
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
271
259
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -274,9 +262,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
274
262
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
275
263
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
276
264
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
277
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
278
265
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
279
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
280
266
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
281
267
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
282
268
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -309,7 +295,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
309
295
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
310
296
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
311
297
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
312
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
313
298
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
314
299
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
315
300
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -326,7 +311,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
326
311
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
327
312
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
328
313
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
329
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
330
314
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
331
315
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
332
316
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -382,16 +366,12 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
382
366
|
readonly offsetTop: number;
|
|
383
367
|
readonly offsetWidth: number;
|
|
384
368
|
outerText: string;
|
|
385
|
-
popover: string;
|
|
386
369
|
spellcheck: boolean;
|
|
387
370
|
title: string;
|
|
388
371
|
translate: boolean;
|
|
389
372
|
attachInternals(): ElementInternals;
|
|
390
373
|
click(): void;
|
|
391
|
-
|
|
392
|
-
showPopover(): void;
|
|
393
|
-
togglePopover(force?: boolean): boolean;
|
|
394
|
-
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
374
|
+
addEventListener<K_10 extends keyof HTMLElementEventMap>(type: K_10, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_10]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
395
375
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
396
376
|
removeEventListener<K_1_1 extends keyof HTMLElementEventMap>(type: K_1_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
397
377
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
@@ -419,12 +399,9 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
419
399
|
slot: string;
|
|
420
400
|
readonly tagName: string;
|
|
421
401
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
422
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
423
402
|
closest<K_2_1 extends keyof HTMLElementTagNameMap>(selector: K_2_1): HTMLElementTagNameMap[K_2_1];
|
|
424
403
|
closest<K_3_1 extends keyof SVGElementTagNameMap>(selector: K_3_1): SVGElementTagNameMap[K_3_1];
|
|
425
|
-
closest<K_4_1 extends keyof MathMLElementTagNameMap>(selector: K_4_1): MathMLElementTagNameMap[K_4_1];
|
|
426
404
|
closest<E_3 extends Element = Element>(selectors: string): E_3;
|
|
427
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
428
405
|
getAttribute(qualifiedName: string): string;
|
|
429
406
|
getAttributeNS(namespace: string, localName: string): string;
|
|
430
407
|
getAttributeNames(): string[];
|
|
@@ -432,15 +409,17 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
432
409
|
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
433
410
|
getBoundingClientRect(): DOMRect;
|
|
434
411
|
getClientRects(): DOMRectList;
|
|
412
|
+
/**
|
|
413
|
+
* Returns the `row-id` attribute, depending on the resource type.
|
|
414
|
+
* @remarks Will favour the `row-id` attribute if set.
|
|
415
|
+
* @internal
|
|
416
|
+
*/
|
|
435
417
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
436
|
-
getElementsByTagName<
|
|
437
|
-
getElementsByTagName<
|
|
438
|
-
getElementsByTagName<K_7_1 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_1): HTMLCollectionOf<MathMLElementTagNameMap[K_7_1]>;
|
|
439
|
-
getElementsByTagName<K_8_1 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_1): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_1]>;
|
|
418
|
+
getElementsByTagName<K_4_1 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_1): HTMLCollectionOf<HTMLElementTagNameMap[K_4_1]>;
|
|
419
|
+
getElementsByTagName<K_5_1 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_1): HTMLCollectionOf<SVGElementTagNameMap[K_5_1]>;
|
|
440
420
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
441
421
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
442
422
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
443
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
444
423
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
445
424
|
hasAttribute(qualifiedName: string): boolean;
|
|
446
425
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -493,50 +472,39 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
493
472
|
isDefaultNamespace(namespace: string): boolean;
|
|
494
473
|
isEqualNode(otherNode: Node): boolean;
|
|
495
474
|
isSameNode(otherNode: Node): boolean;
|
|
496
|
-
/**
|
|
497
|
-
* Sets the columnDefs and rowData for the grid.
|
|
498
|
-
* @remarks This should only happen once, when the grid is first initialized. Follow up updates will use the agTransaction.
|
|
499
|
-
* @internal
|
|
500
|
-
*/
|
|
501
475
|
lookupNamespaceURI(prefix: string): string;
|
|
502
476
|
lookupPrefix(namespace: string): string;
|
|
503
477
|
normalize(): void;
|
|
504
478
|
removeChild<T_2_1 extends Node>(child: T_2_1): T_2_1;
|
|
505
479
|
replaceChild<T_3_1 extends Node>(node: Node, child: T_3_1): T_3_1;
|
|
506
|
-
readonly
|
|
507
|
-
readonly
|
|
508
|
-
readonly
|
|
509
|
-
readonly
|
|
510
|
-
readonly
|
|
511
|
-
readonly
|
|
512
|
-
readonly
|
|
513
|
-
readonly
|
|
514
|
-
readonly
|
|
515
|
-
readonly
|
|
516
|
-
readonly
|
|
517
|
-
readonly
|
|
518
|
-
readonly
|
|
519
|
-
readonly
|
|
520
|
-
readonly
|
|
521
|
-
readonly
|
|
522
|
-
readonly
|
|
523
|
-
readonly
|
|
480
|
+
readonly ATTRIBUTE_NODE: number;
|
|
481
|
+
readonly CDATA_SECTION_NODE: number;
|
|
482
|
+
readonly COMMENT_NODE: number;
|
|
483
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
484
|
+
readonly DOCUMENT_NODE: number;
|
|
485
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
486
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
487
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
488
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
489
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
490
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
491
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
492
|
+
readonly ELEMENT_NODE: number;
|
|
493
|
+
readonly ENTITY_NODE: number;
|
|
494
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
495
|
+
readonly NOTATION_NODE: number;
|
|
496
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
497
|
+
readonly TEXT_NODE: number;
|
|
524
498
|
dispatchEvent(event: Event): boolean;
|
|
525
499
|
ariaAtomic: string;
|
|
526
500
|
ariaAutoComplete: string;
|
|
527
501
|
ariaBusy: string;
|
|
528
502
|
ariaChecked: string;
|
|
529
503
|
ariaColCount: string;
|
|
530
|
-
ariaColIndex: string;
|
|
531
|
-
|
|
532
|
-
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
533
|
-
*
|
|
534
|
-
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
504
|
+
ariaColIndex: string;
|
|
505
|
+
ariaColIndexText: string;
|
|
537
506
|
ariaColSpan: string;
|
|
538
507
|
ariaCurrent: string;
|
|
539
|
-
ariaDescription: string;
|
|
540
508
|
ariaDisabled: string;
|
|
541
509
|
ariaExpanded: string;
|
|
542
510
|
ariaHasPopup: string;
|
|
@@ -558,6 +526,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
558
526
|
ariaRoleDescription: string;
|
|
559
527
|
ariaRowCount: string;
|
|
560
528
|
ariaRowIndex: string;
|
|
529
|
+
ariaRowIndexText: string;
|
|
561
530
|
ariaRowSpan: string;
|
|
562
531
|
ariaSelected: string;
|
|
563
532
|
ariaSetSize: string;
|
|
@@ -582,19 +551,17 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
582
551
|
readonly lastElementChild: Element;
|
|
583
552
|
append(...nodes: (string | Node)[]): void;
|
|
584
553
|
prepend(...nodes: (string | Node)[]): void;
|
|
585
|
-
querySelector<
|
|
586
|
-
querySelector<
|
|
587
|
-
querySelector<K_11_1 extends keyof MathMLElementTagNameMap>(selectors: K_11_1): MathMLElementTagNameMap[K_11_1];
|
|
588
|
-
querySelector<K_12_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_1): HTMLElementDeprecatedTagNameMap[K_12_1];
|
|
554
|
+
querySelector<K_6_1 extends keyof HTMLElementTagNameMap>(selectors: K_6_1): HTMLElementTagNameMap[K_6_1];
|
|
555
|
+
querySelector<K_7_1 extends keyof SVGElementTagNameMap>(selectors: K_7_1): SVGElementTagNameMap[K_7_1];
|
|
589
556
|
querySelector<E_1_1 extends Element = Element>(selectors: string): E_1_1;
|
|
590
|
-
querySelectorAll<
|
|
591
|
-
querySelectorAll<
|
|
592
|
-
querySelectorAll<K_15_1 extends keyof MathMLElementTagNameMap>(selectors: K_15_1): NodeListOf<MathMLElementTagNameMap[K_15_1]>;
|
|
593
|
-
querySelectorAll<K_16_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_1): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_1]>;
|
|
557
|
+
querySelectorAll<K_8_1 extends keyof HTMLElementTagNameMap>(selectors: K_8_1): NodeListOf<HTMLElementTagNameMap[K_8_1]>;
|
|
558
|
+
querySelectorAll<K_9_1 extends keyof SVGElementTagNameMap>(selectors: K_9_1): NodeListOf<SVGElementTagNameMap[K_9_1]>;
|
|
594
559
|
querySelectorAll<E_2_1 extends Element = Element>(selectors: string): NodeListOf<E_2_1>;
|
|
595
560
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
596
561
|
readonly assignedSlot: HTMLSlotElement;
|
|
597
|
-
|
|
562
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
563
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
564
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
598
565
|
readonly style: CSSStyleDeclaration;
|
|
599
566
|
contentEditable: string;
|
|
600
567
|
enterKeyHint: string;
|
|
@@ -607,7 +574,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
607
574
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
608
575
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
609
576
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
610
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
611
577
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
612
578
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
613
579
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -616,9 +582,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
616
582
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
617
583
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
618
584
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
619
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
620
585
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
621
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
622
586
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
623
587
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
624
588
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -651,7 +615,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
651
615
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
652
616
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
653
617
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
654
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
655
618
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
656
619
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
657
620
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -668,7 +631,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
668
631
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
669
632
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
670
633
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
671
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
672
634
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
673
635
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
674
636
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/client-side.datasource.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"client-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/client-side.datasource.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EAEP,UAAU,EAIV,gBAAgB,EAQjB,MAAM,+BAA+B,CAAC;AAMvC,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAW3C;;;GAGG;AACH,MAAM,WAAW,kBAAkB,CAAC,KAAK,GAAG,GAAG;IAC7C,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,kBAAkB;IAClB,GAAG,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;IACrB,qBAAqB;IACrB,MAAM,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;IACxB,qBAAqB;IACrB,MAAM,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;CACzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAmTC;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7LH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA9HL;;;GAGG;AACH,qBAGa,iCAAkC,SAAQ,sCAEtD;IACO,IAAI,EAAG,IAAI,CAAC;IACT,OAAO,EAAG,OAAO,CAAC;IACf,UAAU,EAAG,UAAU,CAAC;IAExB,mBAAmB,EAAE,OAAO,CAAC;IACnC,QAAQ,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IASlD,MAAM,EAAE,MAAM,CAAC;IACgC,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAmC;IAClD,OAAO,EAAE,MAAM,CAAoC;IAC3C,eAAe,EAAE,MAAM,CACf;IACI,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAC;IACrC,OAAO,EAAE,GAAG,CAAC;IACa,YAAY,EAAE,MAAM,CAAC;IAC3D,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK3B,OAAO,UAAS;IAE3C;;;;;OAKG;IAC4B,SAAS,MAAC;IAEwB,qBAAqB,UAAS;IAE/F;;OAEG;IACS,aAAa,EAAE,QAAQ,CAAC;IAEpC,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,eAAe,CAAS;IAEhC,uBAAuB,CAAC,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,gBAAgB;IAItE,OAAO,CAAC,6BAA6B,CAAQ;IAC7C,OAAO,CAAC,mBAAmB,CAAS;IAEpC,OAAO,CAAC,IAAI,CAA+B;IAC3C,OAAO,CAAC,eAAe,CAAqB;IAE5C,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,mBAAmB,CAAkC;IAC7D,OAAO,CAAC,MAAM,CAAwE;IAEtF,iBAAiB;IAuBjB,oBAAoB;IASX,SAAS,IAAI,IAAI;IAM1B,OAAO,KAAK,aAAa,GAExB;IAID;;;;OAIG;IACH,OAAO,KAAK,KAAK,GAIhB;IAED;;;OAGG;IACH,OAAO,KAAK,eAAe,GAM1B;IAED,OAAO,KAAK,0BAA0B,GAIrC;IAED;;;;OAIG;IACG,IAAI;IA+CV;;;OAGG;IACH,OAAO;IAiCP;;;OAGG;IACH,OAAO;IAKP;;OAEG;IACH,WAAW;IAIX;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAUpB;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAYlB;;;;;OAKG;YACW,kBAAkB;IAUhC;;;;;;OAMG;IACG,gBAAgB,CAAC,YAAY,UAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IA4C1D,OAAO,CAAC,cAAc;IActB,OAAO,CAAC,iBAAiB;IAgBzB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IA2C9B,OAAO,CAAC,mBAAmB;IAqB3B,OAAO,CAAC,gBAAgB;IAgBxB,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,mBAAmB;IAgB3B,OAAO,CAAC,mBAAmB;IAgB3B,OAAO,CAAC,mBAAmB;IAqE3B,OAAO,CAAC,aAAa;IAMd,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;CAItC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
2
|
import { DownloadOptions, FilterParams, Options, RowRangeLookup, TabulatorFull as Tabulator } from 'tabulator-tables';
|
|
4
3
|
declare const GridTabulator_base: (new (...args: any[]) => {
|
|
@@ -33,15 +32,11 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
33
32
|
readonly offsetTop: number;
|
|
34
33
|
readonly offsetWidth: number;
|
|
35
34
|
outerText: string;
|
|
36
|
-
popover: string;
|
|
37
35
|
spellcheck: boolean;
|
|
38
36
|
title: string;
|
|
39
37
|
translate: boolean;
|
|
40
38
|
attachInternals(): ElementInternals;
|
|
41
39
|
click(): void;
|
|
42
|
-
hidePopover(): void;
|
|
43
|
-
showPopover(): void;
|
|
44
|
-
togglePopover(force?: boolean): boolean;
|
|
45
40
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
46
41
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
47
42
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -50,14 +45,15 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
50
45
|
readonly classList: DOMTokenList;
|
|
51
46
|
className: string;
|
|
52
47
|
readonly clientHeight: number;
|
|
53
|
-
/**
|
|
54
|
-
* The default grid-tabulator configuration.
|
|
55
|
-
* @public
|
|
56
|
-
*/
|
|
57
48
|
readonly clientLeft: number;
|
|
58
49
|
readonly clientTop: number;
|
|
59
50
|
readonly clientWidth: number;
|
|
60
51
|
id: string;
|
|
52
|
+
/**
|
|
53
|
+
* The grid-tabulator component registration.
|
|
54
|
+
* @public
|
|
55
|
+
* @privateRemarks explicitly declaring for extensibility
|
|
56
|
+
*/
|
|
61
57
|
readonly localName: string;
|
|
62
58
|
readonly namespaceURI: string;
|
|
63
59
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
@@ -74,12 +70,9 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
74
70
|
slot: string;
|
|
75
71
|
readonly tagName: string;
|
|
76
72
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
77
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
78
73
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
79
74
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
80
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
81
75
|
closest<E extends Element = Element>(selectors: string): E;
|
|
82
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
83
76
|
getAttribute(qualifiedName: string): string;
|
|
84
77
|
getAttributeNS(namespace: string, localName: string): string;
|
|
85
78
|
getAttributeNames(): string[];
|
|
@@ -88,14 +81,11 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
88
81
|
getBoundingClientRect(): DOMRect;
|
|
89
82
|
getClientRects(): DOMRectList;
|
|
90
83
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
91
|
-
getElementsByTagName<
|
|
92
|
-
getElementsByTagName<
|
|
93
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
94
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
84
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
85
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
95
86
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
96
87
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
97
88
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
98
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
99
89
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
100
90
|
hasAttribute(qualifiedName: string): boolean;
|
|
101
91
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -152,24 +142,24 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
152
142
|
normalize(): void;
|
|
153
143
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
154
144
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly
|
|
163
|
-
readonly
|
|
164
|
-
readonly
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
169
|
-
readonly
|
|
170
|
-
readonly
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
145
|
+
readonly ATTRIBUTE_NODE: number;
|
|
146
|
+
readonly CDATA_SECTION_NODE: number;
|
|
147
|
+
readonly COMMENT_NODE: number;
|
|
148
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
149
|
+
readonly DOCUMENT_NODE: number;
|
|
150
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
151
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
152
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
153
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
154
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
155
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
156
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
157
|
+
readonly ELEMENT_NODE: number;
|
|
158
|
+
readonly ENTITY_NODE: number;
|
|
159
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
160
|
+
readonly NOTATION_NODE: number;
|
|
161
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
162
|
+
readonly TEXT_NODE: number;
|
|
173
163
|
dispatchEvent(event: Event): boolean;
|
|
174
164
|
ariaAtomic: string;
|
|
175
165
|
ariaAutoComplete: string;
|
|
@@ -177,9 +167,9 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
177
167
|
ariaChecked: string;
|
|
178
168
|
ariaColCount: string;
|
|
179
169
|
ariaColIndex: string;
|
|
170
|
+
ariaColIndexText: string;
|
|
180
171
|
ariaColSpan: string;
|
|
181
172
|
ariaCurrent: string;
|
|
182
|
-
ariaDescription: string;
|
|
183
173
|
ariaDisabled: string;
|
|
184
174
|
ariaExpanded: string;
|
|
185
175
|
ariaHasPopup: string;
|
|
@@ -201,6 +191,7 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
201
191
|
ariaRoleDescription: string;
|
|
202
192
|
ariaRowCount: string;
|
|
203
193
|
ariaRowIndex: string;
|
|
194
|
+
ariaRowIndexText: string;
|
|
204
195
|
ariaRowSpan: string;
|
|
205
196
|
ariaSelected: string;
|
|
206
197
|
ariaSetSize: string;
|
|
@@ -225,19 +216,17 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
225
216
|
readonly lastElementChild: Element;
|
|
226
217
|
append(...nodes: (string | Node)[]): void;
|
|
227
218
|
prepend(...nodes: (string | Node)[]): void;
|
|
228
|
-
querySelector<
|
|
229
|
-
querySelector<
|
|
230
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
231
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
219
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
220
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
232
221
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
233
|
-
querySelectorAll<
|
|
234
|
-
querySelectorAll<
|
|
235
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
236
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
222
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
223
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
237
224
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
238
225
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
239
226
|
readonly assignedSlot: HTMLSlotElement;
|
|
240
|
-
|
|
227
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
228
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
229
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
241
230
|
readonly style: CSSStyleDeclaration;
|
|
242
231
|
contentEditable: string;
|
|
243
232
|
enterKeyHint: string;
|
|
@@ -250,7 +239,6 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
250
239
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
251
240
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
252
241
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
253
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
254
242
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
255
243
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
256
244
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -259,9 +247,7 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
259
247
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
260
248
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
261
249
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
262
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
263
250
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
264
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
265
251
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
266
252
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
267
253
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -294,7 +280,6 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
294
280
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
295
281
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
296
282
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
297
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
298
283
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
299
284
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
300
285
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -311,7 +296,6 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
311
296
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
312
297
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
313
298
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
314
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
315
299
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
316
300
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
317
301
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-tabulator.d.ts","sourceRoot":"","sources":["../../src/grid-tabulator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"grid-tabulator.d.ts","sourceRoot":"","sources":["../../src/grid-tabulator.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EACL,eAAe,EACf,YAAY,EACZ,OAAO,EACP,cAAc,EACd,aAAa,IAAI,SAAS,EAC3B,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA0N1B;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA7MH;;;GAGG;AACH,qBAAa,aAAc,SAAQ,kBAAiC;IACtD,IAAI,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,OAAO,EAAE,cAAc,CAAC;IAExB,YAAY,SAAgC;IAC5C,UAAU,EAAE,MAAM,CAAC;IAEnB,OAAO,EAAE,GAAG,EAAE,CAAC;IAC3B,cAAc,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAOjC,sBAAsB,EAAE,OAAO,CAAS;IAEwB,mBAAmB,EAAE,OAAO,CACpF;IAEyC,qBAAqB,EAAE,MAAM,CAAC;IAEzE,SAAS,EAAE,MAAM,CAAoB;IAErC,KAAK,EAAE,MAAM,CAAY;IAC/B,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAY/C,OAAO,CAAC,oBAAoB,CAAS;IAOrC,iBAAiB,IAAI,IAAI;IAOzB,oBAAoB,IAAI,IAAI;IAO5B;;;;;;;;;;;;OAYG;IACH,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,WAAW,CAAC,OAAO,EAAE,OAAO,EA6B/B;IAED,IAAI,uBAAuB,IAAI,OAAO,CAKrC;IAED,aAAa;IAcb,gBAAgB;IAoBhB;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,YAAY;IAItF;;;;;;;;;OASG;IACH,cAAc,CACZ,IAAI,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,EAC7B,QAAQ,EAAE,MAAM,EAChB,MAAM,CAAC,EAAE,eAAe,EACxB,MAAM,CAAC,EAAE,cAAc;IAKzB,OAAO,CAAC,eAAe,CAAa;IAEpC,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,eAAe;CAMxB;AAED;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,cAA0B,CAAC;AAEpE;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;CAEtC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;wBAMlC,CAAC"}
|
|
@@ -43,7 +43,7 @@ export declare enum GridTabulatorCellRendererTypes {
|
|
|
43
43
|
action = "action",
|
|
44
44
|
actionsMenu = "actionsMenu",
|
|
45
45
|
boolean = "boolean",
|
|
46
|
-
text = "text"
|
|
46
|
+
text = "text",
|
|
47
47
|
select = "select"
|
|
48
48
|
}
|
|
49
49
|
//# sourceMappingURL=grid-tabulator.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-tabulator.types.d.ts","sourceRoot":"","sources":["../../src/grid-tabulator.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAGhF;;;GAGG;AACH,oBAAY,WAAW;CAAG;AA8C1B;;;GAGG;AACH,oBAAY,kBAAkB;IAC5B,OAAO,kBAAkB;IACzB,KAAK,gBAAgB;CACtB;AAED;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,cAAe,MAAM,WAA6B,CAAC;AAEtF;;;;;GAKG;AACH,eAAO,MAAM,YAAY,cAAe,MAAM,WAAyB,CAAC;AAExE;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,cAAe,MAAM,YAAY,eAAe,GAAG,CAAC,oDAIhF,CAAC;AAEF;;;GAGG;AACH,oBAAY,8BAA8B;IACxC,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,IAAI,SAAS
|
|
1
|
+
{"version":3,"file":"grid-tabulator.types.d.ts","sourceRoot":"","sources":["../../src/grid-tabulator.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAGhF;;;GAGG;AACH,oBAAY,WAAW;CAAG;AA8C1B;;;GAGG;AACH,oBAAY,kBAAkB;IAC5B,OAAO,kBAAkB;IACzB,KAAK,gBAAgB;CACtB;AAED;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,cAAe,MAAM,WAA6B,CAAC;AAEtF;;;;;GAKG;AACH,eAAO,MAAM,YAAY,cAAe,MAAM,WAAyB,CAAC;AAExE;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,cAAe,MAAM,YAAY,eAAe,GAAG,CAAC,oDAIhF,CAAC;AAEF;;;GAGG;AACH,oBAAY,8BAA8B;IACxC,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,MAAM,WAAW;CAClB"}
|