@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
package/dist/grid-tabulator.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
|
|
3
1
|
import { Auth } from '@genesislcap/foundation-comms';
|
|
4
2
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
5
3
|
import type { Container } from '@microsoft/fast-foundation';
|
|
@@ -308,15 +306,11 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
308
306
|
readonly offsetTop: number;
|
|
309
307
|
readonly offsetWidth: number;
|
|
310
308
|
outerText: string;
|
|
311
|
-
popover: string;
|
|
312
309
|
spellcheck: boolean;
|
|
313
310
|
title: string;
|
|
314
311
|
translate: boolean;
|
|
315
312
|
attachInternals(): ElementInternals;
|
|
316
313
|
click(): void;
|
|
317
|
-
hidePopover(): void;
|
|
318
|
-
showPopover(): void;
|
|
319
|
-
togglePopover(force?: boolean): boolean;
|
|
320
314
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
321
315
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
322
316
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -325,14 +319,15 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
325
319
|
readonly classList: DOMTokenList;
|
|
326
320
|
className: string;
|
|
327
321
|
readonly clientHeight: number;
|
|
328
|
-
/**
|
|
329
|
-
* The default grid-tabulator configuration.
|
|
330
|
-
* @public
|
|
331
|
-
*/
|
|
332
322
|
readonly clientLeft: number;
|
|
333
323
|
readonly clientTop: number;
|
|
334
324
|
readonly clientWidth: number;
|
|
335
325
|
id: string;
|
|
326
|
+
/**
|
|
327
|
+
* The grid-tabulator component registration.
|
|
328
|
+
* @public
|
|
329
|
+
* @privateRemarks explicitly declaring for extensibility
|
|
330
|
+
*/
|
|
336
331
|
readonly localName: string;
|
|
337
332
|
readonly namespaceURI: string;
|
|
338
333
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
@@ -349,12 +344,9 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
349
344
|
slot: string;
|
|
350
345
|
readonly tagName: string;
|
|
351
346
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
352
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
353
347
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
354
348
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
355
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
356
349
|
closest<E extends Element = Element>(selectors: string): E;
|
|
357
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
358
350
|
getAttribute(qualifiedName: string): string;
|
|
359
351
|
getAttributeNS(namespace: string, localName: string): string;
|
|
360
352
|
getAttributeNames(): string[];
|
|
@@ -363,14 +355,11 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
363
355
|
getBoundingClientRect(): DOMRect;
|
|
364
356
|
getClientRects(): DOMRectList;
|
|
365
357
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
366
|
-
getElementsByTagName<
|
|
367
|
-
getElementsByTagName<
|
|
368
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
369
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
358
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
359
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
370
360
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
371
361
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
372
362
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
373
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
374
363
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
375
364
|
hasAttribute(qualifiedName: string): boolean;
|
|
376
365
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -427,24 +416,24 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
427
416
|
normalize(): void;
|
|
428
417
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
429
418
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
430
|
-
readonly
|
|
431
|
-
readonly
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
434
|
-
readonly
|
|
435
|
-
readonly
|
|
436
|
-
readonly
|
|
437
|
-
readonly
|
|
438
|
-
readonly
|
|
439
|
-
readonly
|
|
440
|
-
readonly
|
|
441
|
-
readonly
|
|
442
|
-
readonly
|
|
443
|
-
readonly
|
|
444
|
-
readonly
|
|
445
|
-
readonly
|
|
446
|
-
readonly
|
|
447
|
-
readonly
|
|
419
|
+
readonly ATTRIBUTE_NODE: number;
|
|
420
|
+
readonly CDATA_SECTION_NODE: number;
|
|
421
|
+
readonly COMMENT_NODE: number;
|
|
422
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
423
|
+
readonly DOCUMENT_NODE: number;
|
|
424
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
425
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
426
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
427
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
428
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
429
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
430
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
431
|
+
readonly ELEMENT_NODE: number;
|
|
432
|
+
readonly ENTITY_NODE: number;
|
|
433
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
434
|
+
readonly NOTATION_NODE: number;
|
|
435
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
436
|
+
readonly TEXT_NODE: number;
|
|
448
437
|
dispatchEvent(event: Event): boolean;
|
|
449
438
|
ariaAtomic: string;
|
|
450
439
|
ariaAutoComplete: string;
|
|
@@ -452,9 +441,9 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
452
441
|
ariaChecked: string;
|
|
453
442
|
ariaColCount: string;
|
|
454
443
|
ariaColIndex: string;
|
|
444
|
+
ariaColIndexText: string;
|
|
455
445
|
ariaColSpan: string;
|
|
456
446
|
ariaCurrent: string;
|
|
457
|
-
ariaDescription: string;
|
|
458
447
|
ariaDisabled: string;
|
|
459
448
|
ariaExpanded: string;
|
|
460
449
|
ariaHasPopup: string;
|
|
@@ -476,6 +465,7 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
476
465
|
ariaRoleDescription: string;
|
|
477
466
|
ariaRowCount: string;
|
|
478
467
|
ariaRowIndex: string;
|
|
468
|
+
ariaRowIndexText: string;
|
|
479
469
|
ariaRowSpan: string;
|
|
480
470
|
ariaSelected: string;
|
|
481
471
|
ariaSetSize: string;
|
|
@@ -500,19 +490,17 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
500
490
|
readonly lastElementChild: Element;
|
|
501
491
|
append(...nodes: (string | Node)[]): void;
|
|
502
492
|
prepend(...nodes: (string | Node)[]): void;
|
|
503
|
-
querySelector<
|
|
504
|
-
querySelector<
|
|
505
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
506
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
493
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
494
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
507
495
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
508
|
-
querySelectorAll<
|
|
509
|
-
querySelectorAll<
|
|
510
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
511
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
496
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
497
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
512
498
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
513
499
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
514
500
|
readonly assignedSlot: HTMLSlotElement;
|
|
515
|
-
|
|
501
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
502
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
503
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
516
504
|
readonly style: CSSStyleDeclaration;
|
|
517
505
|
contentEditable: string;
|
|
518
506
|
enterKeyHint: string;
|
|
@@ -525,7 +513,6 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
525
513
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
526
514
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
527
515
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
528
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
529
516
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
530
517
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
531
518
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -534,9 +521,7 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
534
521
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
535
522
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
536
523
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
537
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
538
524
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
539
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
540
525
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
541
526
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
542
527
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -569,7 +554,6 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
569
554
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
570
555
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
571
556
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
572
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
573
557
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
574
558
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
575
559
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -586,7 +570,6 @@ declare const GridTabulator_base: (new (...args: any[]) => {
|
|
|
586
570
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
587
571
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
588
572
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
589
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
590
573
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
591
574
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
592
575
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -630,7 +613,7 @@ export declare enum GridTabulatorCellRendererTypes {
|
|
|
630
613
|
action = "action",
|
|
631
614
|
actionsMenu = "actionsMenu",
|
|
632
615
|
boolean = "boolean",
|
|
633
|
-
text = "text"
|
|
616
|
+
text = "text",
|
|
634
617
|
select = "select"
|
|
635
618
|
}
|
|
636
619
|
|
|
@@ -778,11 +761,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
778
761
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
779
762
|
accessKey: string;
|
|
780
763
|
readonly accessKeyLabel: string;
|
|
781
|
-
/**
|
|
782
|
-
* Returns the `row-id` attribute, depending on the resource type.
|
|
783
|
-
* @remarks Will favour the `row-id` attribute if set.
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
764
|
autocapitalize: string;
|
|
787
765
|
dir: string;
|
|
788
766
|
draggable: boolean;
|
|
@@ -796,15 +774,11 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
796
774
|
readonly offsetTop: number;
|
|
797
775
|
readonly offsetWidth: number;
|
|
798
776
|
outerText: string;
|
|
799
|
-
popover: string;
|
|
800
777
|
spellcheck: boolean;
|
|
801
778
|
title: string;
|
|
802
779
|
translate: boolean;
|
|
803
780
|
attachInternals(): ElementInternals;
|
|
804
781
|
click(): void;
|
|
805
|
-
hidePopover(): void;
|
|
806
|
-
showPopover(): void;
|
|
807
|
-
togglePopover(force?: boolean): boolean;
|
|
808
782
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
809
783
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
810
784
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -833,12 +807,9 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
833
807
|
slot: string;
|
|
834
808
|
readonly tagName: string;
|
|
835
809
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
836
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
837
810
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
838
811
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
839
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
840
812
|
closest<E extends Element = Element>(selectors: string): E;
|
|
841
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
842
813
|
getAttribute(qualifiedName: string): string;
|
|
843
814
|
getAttributeNS(namespace: string, localName: string): string;
|
|
844
815
|
getAttributeNames(): string[];
|
|
@@ -847,14 +818,11 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
847
818
|
getBoundingClientRect(): DOMRect;
|
|
848
819
|
getClientRects(): DOMRectList;
|
|
849
820
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
850
|
-
getElementsByTagName<
|
|
851
|
-
getElementsByTagName<
|
|
852
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
853
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
821
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
822
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
854
823
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
855
824
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
856
825
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
857
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
858
826
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
859
827
|
hasAttribute(qualifiedName: string): boolean;
|
|
860
828
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -896,7 +864,13 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
896
864
|
readonly parentElement: HTMLElement;
|
|
897
865
|
readonly parentNode: ParentNode;
|
|
898
866
|
readonly previousSibling: ChildNode;
|
|
899
|
-
textContent: string;
|
|
867
|
+
textContent: string; /**
|
|
868
|
+
* Initializes the datasource and loads the data for the grid.
|
|
869
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
870
|
+
*
|
|
871
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
872
|
+
* @internal
|
|
873
|
+
*/
|
|
900
874
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
901
875
|
compareDocumentPosition(other: Node): number;
|
|
902
876
|
contains(other: Node): boolean;
|
|
@@ -911,24 +885,24 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
911
885
|
normalize(): void;
|
|
912
886
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
913
887
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
914
|
-
readonly
|
|
915
|
-
readonly
|
|
916
|
-
readonly
|
|
917
|
-
readonly
|
|
918
|
-
readonly
|
|
919
|
-
readonly
|
|
920
|
-
readonly
|
|
921
|
-
readonly
|
|
922
|
-
readonly
|
|
923
|
-
readonly
|
|
924
|
-
readonly
|
|
925
|
-
readonly
|
|
926
|
-
readonly
|
|
927
|
-
readonly
|
|
928
|
-
readonly
|
|
929
|
-
readonly
|
|
930
|
-
readonly
|
|
931
|
-
readonly
|
|
888
|
+
readonly ATTRIBUTE_NODE: number;
|
|
889
|
+
readonly CDATA_SECTION_NODE: number;
|
|
890
|
+
readonly COMMENT_NODE: number;
|
|
891
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
892
|
+
readonly DOCUMENT_NODE: number;
|
|
893
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
894
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
895
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
896
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
897
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
898
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
899
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
900
|
+
readonly ELEMENT_NODE: number;
|
|
901
|
+
readonly ENTITY_NODE: number;
|
|
902
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
903
|
+
readonly NOTATION_NODE: number;
|
|
904
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
905
|
+
readonly TEXT_NODE: number;
|
|
932
906
|
dispatchEvent(event: Event): boolean;
|
|
933
907
|
ariaAtomic: string;
|
|
934
908
|
ariaAutoComplete: string;
|
|
@@ -936,9 +910,9 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
936
910
|
ariaChecked: string;
|
|
937
911
|
ariaColCount: string;
|
|
938
912
|
ariaColIndex: string;
|
|
913
|
+
ariaColIndexText: string;
|
|
939
914
|
ariaColSpan: string;
|
|
940
915
|
ariaCurrent: string;
|
|
941
|
-
ariaDescription: string;
|
|
942
916
|
ariaDisabled: string;
|
|
943
917
|
ariaExpanded: string;
|
|
944
918
|
ariaHasPopup: string;
|
|
@@ -960,6 +934,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
960
934
|
ariaRoleDescription: string;
|
|
961
935
|
ariaRowCount: string;
|
|
962
936
|
ariaRowIndex: string;
|
|
937
|
+
ariaRowIndexText: string;
|
|
963
938
|
ariaRowSpan: string;
|
|
964
939
|
ariaSelected: string;
|
|
965
940
|
ariaSetSize: string;
|
|
@@ -984,19 +959,17 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
984
959
|
readonly lastElementChild: Element;
|
|
985
960
|
append(...nodes: (string | Node)[]): void;
|
|
986
961
|
prepend(...nodes: (string | Node)[]): void;
|
|
987
|
-
querySelector<
|
|
988
|
-
querySelector<
|
|
989
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
990
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
962
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
963
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
991
964
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
992
|
-
querySelectorAll<
|
|
993
|
-
querySelectorAll<
|
|
994
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
995
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
965
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
966
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
996
967
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
997
968
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
998
969
|
readonly assignedSlot: HTMLSlotElement;
|
|
999
|
-
|
|
970
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
971
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
972
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1000
973
|
readonly style: CSSStyleDeclaration;
|
|
1001
974
|
contentEditable: string;
|
|
1002
975
|
enterKeyHint: string;
|
|
@@ -1009,7 +982,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1009
982
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1010
983
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1011
984
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
1012
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1013
985
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1014
986
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1015
987
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1018,9 +990,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1018
990
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1019
991
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1020
992
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1021
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1022
993
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1023
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1024
994
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1025
995
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1026
996
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -1053,7 +1023,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1053
1023
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1054
1024
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1055
1025
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1056
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1057
1026
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1058
1027
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1059
1028
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1070,7 +1039,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1070
1039
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1071
1040
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
1072
1041
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1073
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1074
1042
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
1075
1043
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1076
1044
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1126,16 +1094,12 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1126
1094
|
readonly offsetTop: number;
|
|
1127
1095
|
readonly offsetWidth: number;
|
|
1128
1096
|
outerText: string;
|
|
1129
|
-
popover: string;
|
|
1130
1097
|
spellcheck: boolean;
|
|
1131
1098
|
title: string;
|
|
1132
1099
|
translate: boolean;
|
|
1133
1100
|
attachInternals(): ElementInternals;
|
|
1134
1101
|
click(): void;
|
|
1135
|
-
|
|
1136
|
-
showPopover(): void;
|
|
1137
|
-
togglePopover(force?: boolean): boolean;
|
|
1138
|
-
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1102
|
+
addEventListener<K_10 extends keyof HTMLElementEventMap>(type: K_10, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_10]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1139
1103
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1140
1104
|
removeEventListener<K_1_1 extends keyof HTMLElementEventMap>(type: K_1_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
1141
1105
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
@@ -1163,12 +1127,9 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1163
1127
|
slot: string;
|
|
1164
1128
|
readonly tagName: string;
|
|
1165
1129
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1166
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1167
1130
|
closest<K_2_1 extends keyof HTMLElementTagNameMap>(selector: K_2_1): HTMLElementTagNameMap[K_2_1];
|
|
1168
1131
|
closest<K_3_1 extends keyof SVGElementTagNameMap>(selector: K_3_1): SVGElementTagNameMap[K_3_1];
|
|
1169
|
-
closest<K_4_1 extends keyof MathMLElementTagNameMap>(selector: K_4_1): MathMLElementTagNameMap[K_4_1];
|
|
1170
1132
|
closest<E_3 extends Element = Element>(selectors: string): E_3;
|
|
1171
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1172
1133
|
getAttribute(qualifiedName: string): string;
|
|
1173
1134
|
getAttributeNS(namespace: string, localName: string): string;
|
|
1174
1135
|
getAttributeNames(): string[];
|
|
@@ -1176,15 +1137,17 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1176
1137
|
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
1177
1138
|
getBoundingClientRect(): DOMRect;
|
|
1178
1139
|
getClientRects(): DOMRectList;
|
|
1140
|
+
/**
|
|
1141
|
+
* Returns the `row-id` attribute, depending on the resource type.
|
|
1142
|
+
* @remarks Will favour the `row-id` attribute if set.
|
|
1143
|
+
* @internal
|
|
1144
|
+
*/
|
|
1179
1145
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1180
|
-
getElementsByTagName<
|
|
1181
|
-
getElementsByTagName<
|
|
1182
|
-
getElementsByTagName<K_7_1 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_1): HTMLCollectionOf<MathMLElementTagNameMap[K_7_1]>;
|
|
1183
|
-
getElementsByTagName<K_8_1 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_1): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_1]>;
|
|
1146
|
+
getElementsByTagName<K_4_1 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_1): HTMLCollectionOf<HTMLElementTagNameMap[K_4_1]>;
|
|
1147
|
+
getElementsByTagName<K_5_1 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_1): HTMLCollectionOf<SVGElementTagNameMap[K_5_1]>;
|
|
1184
1148
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1185
1149
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1186
1150
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1187
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1188
1151
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
1189
1152
|
hasAttribute(qualifiedName: string): boolean;
|
|
1190
1153
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -1237,50 +1200,39 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1237
1200
|
isDefaultNamespace(namespace: string): boolean;
|
|
1238
1201
|
isEqualNode(otherNode: Node): boolean;
|
|
1239
1202
|
isSameNode(otherNode: Node): boolean;
|
|
1240
|
-
/**
|
|
1241
|
-
* Sets the columnDefs and rowData for the grid.
|
|
1242
|
-
* @remarks This should only happen once, when the grid is first initialized. Follow up updates will use the agTransaction.
|
|
1243
|
-
* @internal
|
|
1244
|
-
*/
|
|
1245
1203
|
lookupNamespaceURI(prefix: string): string;
|
|
1246
1204
|
lookupPrefix(namespace: string): string;
|
|
1247
1205
|
normalize(): void;
|
|
1248
1206
|
removeChild<T_2_1 extends Node>(child: T_2_1): T_2_1;
|
|
1249
1207
|
replaceChild<T_3_1 extends Node>(node: Node, child: T_3_1): T_3_1;
|
|
1250
|
-
readonly
|
|
1251
|
-
readonly
|
|
1252
|
-
readonly
|
|
1253
|
-
readonly
|
|
1254
|
-
readonly
|
|
1255
|
-
readonly
|
|
1256
|
-
readonly
|
|
1257
|
-
readonly
|
|
1258
|
-
readonly
|
|
1259
|
-
readonly
|
|
1260
|
-
readonly
|
|
1261
|
-
readonly
|
|
1262
|
-
readonly
|
|
1263
|
-
readonly
|
|
1264
|
-
readonly
|
|
1265
|
-
readonly
|
|
1266
|
-
readonly
|
|
1267
|
-
readonly
|
|
1208
|
+
readonly ATTRIBUTE_NODE: number;
|
|
1209
|
+
readonly CDATA_SECTION_NODE: number;
|
|
1210
|
+
readonly COMMENT_NODE: number;
|
|
1211
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
1212
|
+
readonly DOCUMENT_NODE: number;
|
|
1213
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
1214
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
1215
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
1216
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
1217
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
1218
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
1219
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
1220
|
+
readonly ELEMENT_NODE: number;
|
|
1221
|
+
readonly ENTITY_NODE: number;
|
|
1222
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
1223
|
+
readonly NOTATION_NODE: number;
|
|
1224
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
1225
|
+
readonly TEXT_NODE: number;
|
|
1268
1226
|
dispatchEvent(event: Event): boolean;
|
|
1269
1227
|
ariaAtomic: string;
|
|
1270
1228
|
ariaAutoComplete: string;
|
|
1271
1229
|
ariaBusy: string;
|
|
1272
1230
|
ariaChecked: string;
|
|
1273
1231
|
ariaColCount: string;
|
|
1274
|
-
ariaColIndex: string;
|
|
1275
|
-
|
|
1276
|
-
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
1277
|
-
*
|
|
1278
|
-
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
1279
|
-
* @internal
|
|
1280
|
-
*/
|
|
1232
|
+
ariaColIndex: string;
|
|
1233
|
+
ariaColIndexText: string;
|
|
1281
1234
|
ariaColSpan: string;
|
|
1282
1235
|
ariaCurrent: string;
|
|
1283
|
-
ariaDescription: string;
|
|
1284
1236
|
ariaDisabled: string;
|
|
1285
1237
|
ariaExpanded: string;
|
|
1286
1238
|
ariaHasPopup: string;
|
|
@@ -1302,6 +1254,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1302
1254
|
ariaRoleDescription: string;
|
|
1303
1255
|
ariaRowCount: string;
|
|
1304
1256
|
ariaRowIndex: string;
|
|
1257
|
+
ariaRowIndexText: string;
|
|
1305
1258
|
ariaRowSpan: string;
|
|
1306
1259
|
ariaSelected: string;
|
|
1307
1260
|
ariaSetSize: string;
|
|
@@ -1326,19 +1279,17 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1326
1279
|
readonly lastElementChild: Element;
|
|
1327
1280
|
append(...nodes: (string | Node)[]): void;
|
|
1328
1281
|
prepend(...nodes: (string | Node)[]): void;
|
|
1329
|
-
querySelector<
|
|
1330
|
-
querySelector<
|
|
1331
|
-
querySelector<K_11_1 extends keyof MathMLElementTagNameMap>(selectors: K_11_1): MathMLElementTagNameMap[K_11_1];
|
|
1332
|
-
querySelector<K_12_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_1): HTMLElementDeprecatedTagNameMap[K_12_1];
|
|
1282
|
+
querySelector<K_6_1 extends keyof HTMLElementTagNameMap>(selectors: K_6_1): HTMLElementTagNameMap[K_6_1];
|
|
1283
|
+
querySelector<K_7_1 extends keyof SVGElementTagNameMap>(selectors: K_7_1): SVGElementTagNameMap[K_7_1];
|
|
1333
1284
|
querySelector<E_1_1 extends Element = Element>(selectors: string): E_1_1;
|
|
1334
|
-
querySelectorAll<
|
|
1335
|
-
querySelectorAll<
|
|
1336
|
-
querySelectorAll<K_15_1 extends keyof MathMLElementTagNameMap>(selectors: K_15_1): NodeListOf<MathMLElementTagNameMap[K_15_1]>;
|
|
1337
|
-
querySelectorAll<K_16_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_1): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_1]>;
|
|
1285
|
+
querySelectorAll<K_8_1 extends keyof HTMLElementTagNameMap>(selectors: K_8_1): NodeListOf<HTMLElementTagNameMap[K_8_1]>;
|
|
1286
|
+
querySelectorAll<K_9_1 extends keyof SVGElementTagNameMap>(selectors: K_9_1): NodeListOf<SVGElementTagNameMap[K_9_1]>;
|
|
1338
1287
|
querySelectorAll<E_2_1 extends Element = Element>(selectors: string): NodeListOf<E_2_1>;
|
|
1339
1288
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1340
1289
|
readonly assignedSlot: HTMLSlotElement;
|
|
1341
|
-
|
|
1290
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1291
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1292
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1342
1293
|
readonly style: CSSStyleDeclaration;
|
|
1343
1294
|
contentEditable: string;
|
|
1344
1295
|
enterKeyHint: string;
|
|
@@ -1351,7 +1302,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1351
1302
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1352
1303
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1353
1304
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
1354
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1355
1305
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1356
1306
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1357
1307
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1360,9 +1310,7 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1360
1310
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1361
1311
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1362
1312
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1363
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1364
1313
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1365
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1366
1314
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1367
1315
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1368
1316
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -1395,7 +1343,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1395
1343
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1396
1344
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1397
1345
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1398
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
1399
1346
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1400
1347
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1401
1348
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1412,7 +1359,6 @@ declare const GridTabulatorClientSideDatasource_base: (new (...args: any[]) => {
|
|
|
1412
1359
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1413
1360
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
1414
1361
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1415
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1416
1362
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
1417
1363
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1418
1364
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Home](./index.md) > [@genesislcap/grid-tabulator](./grid-tabulator.md) > [foundationGridTabulatorActionRenderer](./grid-tabulator.foundationgridtabulatoractionrenderer.md)
|
|
4
4
|
|
|
5
|
-
## foundationGridTabulatorActionRenderer
|
|
5
|
+
## foundationGridTabulatorActionRenderer variable
|
|
6
6
|
|
|
7
7
|
A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.
|
|
8
8
|
|
|
@@ -20,16 +20,6 @@ foundationGridTabulatorActionRenderer: (overrideDefinition?: import("@microsoft/
|
|
|
20
20
|
}, typeof ActionRenderer>
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
## Parameters
|
|
24
|
-
|
|
25
|
-
| Parameter | Type | Description |
|
|
26
|
-
| --- | --- | --- |
|
|
27
|
-
| overrideDefinition | import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{ baseName: string; styles: import("@microsoft/fast-element").ElementStyles; template: import("@microsoft/fast-element").ViewTemplate<[ActionRenderer](./grid-tabulator.actionrenderer.md)<!-- -->, any>; }> | _(Optional)_ |
|
|
28
|
-
|
|
29
|
-
**Returns:**
|
|
30
|
-
|
|
31
|
-
import("@microsoft/fast-foundation").FoundationElementRegistry<{ baseName: string; styles: import("@microsoft/fast-element").ElementStyles; template: import("@microsoft/fast-element").ViewTemplate<[ActionRenderer](./grid-tabulator.actionrenderer.md)<!-- -->, any>; }, typeof [ActionRenderer](./grid-tabulator.actionrenderer.md)<!-- -->>
|
|
32
|
-
|
|
33
23
|
## Remarks
|
|
34
24
|
|
|
35
25
|
HTML Element: <<!-- -->foundation-grid-tabulator-action-renderer<!-- -->>
|