@genesislcap/grid-pro 14.187.1 → 14.188.0-FUI-2012.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/custom-elements.json +127 -0
- package/dist/dts/datasource/base.datasource.d.ts +323 -3
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- 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 +7 -16
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +3 -0
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +5 -2
- package/dist/esm/datasource/server-side.datasource.js +5 -0
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +2 -16
- package/dist/esm/grid-pro.js +14 -0
- package/dist/grid-pro.api.json +30 -0
- package/dist/grid-pro.d.ts +334 -17
- package/docs/api/grid-pro.gridpro.md +1 -0
- package/docs/api/grid-pro.gridpro.rowdata.md +11 -0
- package/docs/api-report.md +5 -0
- package/package.json +13 -13
|
@@ -775,6 +775,21 @@
|
|
|
775
775
|
}
|
|
776
776
|
}
|
|
777
777
|
},
|
|
778
|
+
{
|
|
779
|
+
"kind": "field",
|
|
780
|
+
"name": "rowData",
|
|
781
|
+
"type": {
|
|
782
|
+
"text": "any[]"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"kind": "field",
|
|
787
|
+
"name": "_rowData",
|
|
788
|
+
"type": {
|
|
789
|
+
"text": "any[]"
|
|
790
|
+
},
|
|
791
|
+
"privacy": "private"
|
|
792
|
+
},
|
|
778
793
|
{
|
|
779
794
|
"kind": "field",
|
|
780
795
|
"name": "gridOptions",
|
|
@@ -5883,6 +5898,24 @@
|
|
|
5883
5898
|
"privacy": "protected",
|
|
5884
5899
|
"default": "false"
|
|
5885
5900
|
},
|
|
5901
|
+
{
|
|
5902
|
+
"kind": "method",
|
|
5903
|
+
"name": "datasourceStatusChanged",
|
|
5904
|
+
"parameters": [
|
|
5905
|
+
{
|
|
5906
|
+
"name": "prev",
|
|
5907
|
+
"type": {
|
|
5908
|
+
"text": "DatasourceStatus"
|
|
5909
|
+
}
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"name": "next",
|
|
5913
|
+
"type": {
|
|
5914
|
+
"text": "DatasourceStatus"
|
|
5915
|
+
}
|
|
5916
|
+
}
|
|
5917
|
+
]
|
|
5918
|
+
},
|
|
5886
5919
|
{
|
|
5887
5920
|
"kind": "field",
|
|
5888
5921
|
"name": "agGrid",
|
|
@@ -6076,6 +6109,12 @@
|
|
|
6076
6109
|
"fieldName": "rowIdAttr"
|
|
6077
6110
|
}
|
|
6078
6111
|
],
|
|
6112
|
+
"mixins": [
|
|
6113
|
+
{
|
|
6114
|
+
"name": "DatasourceEventHandler",
|
|
6115
|
+
"package": "@genesislcap/foundation-comms"
|
|
6116
|
+
}
|
|
6117
|
+
],
|
|
6079
6118
|
"superclass": {
|
|
6080
6119
|
"name": "FoundationElement",
|
|
6081
6120
|
"package": "@microsoft/fast-foundation"
|
|
@@ -6492,6 +6531,28 @@
|
|
|
6492
6531
|
"module": "src/datasource/base.datasource.ts"
|
|
6493
6532
|
}
|
|
6494
6533
|
},
|
|
6534
|
+
{
|
|
6535
|
+
"kind": "method",
|
|
6536
|
+
"name": "datasourceStatusChanged",
|
|
6537
|
+
"parameters": [
|
|
6538
|
+
{
|
|
6539
|
+
"name": "prev",
|
|
6540
|
+
"type": {
|
|
6541
|
+
"text": "DatasourceStatus"
|
|
6542
|
+
}
|
|
6543
|
+
},
|
|
6544
|
+
{
|
|
6545
|
+
"name": "next",
|
|
6546
|
+
"type": {
|
|
6547
|
+
"text": "DatasourceStatus"
|
|
6548
|
+
}
|
|
6549
|
+
}
|
|
6550
|
+
],
|
|
6551
|
+
"inheritedFrom": {
|
|
6552
|
+
"name": "GenesisGridDatasourceElement",
|
|
6553
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6554
|
+
}
|
|
6555
|
+
},
|
|
6495
6556
|
{
|
|
6496
6557
|
"kind": "field",
|
|
6497
6558
|
"name": "agGrid",
|
|
@@ -7875,6 +7936,28 @@
|
|
|
7875
7936
|
"module": "src/datasource/base.datasource.ts"
|
|
7876
7937
|
}
|
|
7877
7938
|
},
|
|
7939
|
+
{
|
|
7940
|
+
"kind": "method",
|
|
7941
|
+
"name": "datasourceStatusChanged",
|
|
7942
|
+
"parameters": [
|
|
7943
|
+
{
|
|
7944
|
+
"name": "prev",
|
|
7945
|
+
"type": {
|
|
7946
|
+
"text": "DatasourceStatus"
|
|
7947
|
+
}
|
|
7948
|
+
},
|
|
7949
|
+
{
|
|
7950
|
+
"name": "next",
|
|
7951
|
+
"type": {
|
|
7952
|
+
"text": "DatasourceStatus"
|
|
7953
|
+
}
|
|
7954
|
+
}
|
|
7955
|
+
],
|
|
7956
|
+
"inheritedFrom": {
|
|
7957
|
+
"name": "GenesisGridDatasourceElement",
|
|
7958
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7959
|
+
}
|
|
7960
|
+
},
|
|
7878
7961
|
{
|
|
7879
7962
|
"kind": "field",
|
|
7880
7963
|
"name": "agGrid",
|
|
@@ -9286,6 +9369,28 @@
|
|
|
9286
9369
|
"module": "src/datasource/base.datasource.ts"
|
|
9287
9370
|
}
|
|
9288
9371
|
},
|
|
9372
|
+
{
|
|
9373
|
+
"kind": "method",
|
|
9374
|
+
"name": "datasourceStatusChanged",
|
|
9375
|
+
"parameters": [
|
|
9376
|
+
{
|
|
9377
|
+
"name": "prev",
|
|
9378
|
+
"type": {
|
|
9379
|
+
"text": "DatasourceStatus"
|
|
9380
|
+
}
|
|
9381
|
+
},
|
|
9382
|
+
{
|
|
9383
|
+
"name": "next",
|
|
9384
|
+
"type": {
|
|
9385
|
+
"text": "DatasourceStatus"
|
|
9386
|
+
}
|
|
9387
|
+
}
|
|
9388
|
+
],
|
|
9389
|
+
"inheritedFrom": {
|
|
9390
|
+
"name": "GenesisGridDatasourceElement",
|
|
9391
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9392
|
+
}
|
|
9393
|
+
},
|
|
9289
9394
|
{
|
|
9290
9395
|
"kind": "field",
|
|
9291
9396
|
"name": "agGrid",
|
|
@@ -10819,6 +10924,28 @@
|
|
|
10819
10924
|
"module": "src/datasource/base.datasource.ts"
|
|
10820
10925
|
}
|
|
10821
10926
|
},
|
|
10927
|
+
{
|
|
10928
|
+
"kind": "method",
|
|
10929
|
+
"name": "datasourceStatusChanged",
|
|
10930
|
+
"parameters": [
|
|
10931
|
+
{
|
|
10932
|
+
"name": "prev",
|
|
10933
|
+
"type": {
|
|
10934
|
+
"text": "DatasourceStatus"
|
|
10935
|
+
}
|
|
10936
|
+
},
|
|
10937
|
+
{
|
|
10938
|
+
"name": "next",
|
|
10939
|
+
"type": {
|
|
10940
|
+
"text": "DatasourceStatus"
|
|
10941
|
+
}
|
|
10942
|
+
}
|
|
10943
|
+
],
|
|
10944
|
+
"inheritedFrom": {
|
|
10945
|
+
"name": "GenesisGridDatasourceElement",
|
|
10946
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10947
|
+
}
|
|
10948
|
+
},
|
|
10822
10949
|
{
|
|
10823
10950
|
"kind": "field",
|
|
10824
10951
|
"name": "agGrid",
|
|
@@ -1,9 +1,327 @@
|
|
|
1
1
|
import type { ColDef, ColumnState, GridOptions, RowDataTransaction, ServerSideTransaction } from '@ag-grid-community/core';
|
|
2
|
-
import { FieldMetadata } from '@genesislcap/foundation-comms';
|
|
2
|
+
import { DatasourceStatus, FieldMetadata } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
|
-
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
5
4
|
import type { GridPro } from '../grid-pro';
|
|
6
|
-
|
|
5
|
+
declare const GenesisGridDatasourceElement_base: new () => {
|
|
6
|
+
datasourceStatus: DatasourceStatus;
|
|
7
|
+
resourceName: string;
|
|
8
|
+
onDatasourceStatusChanged: (event: import("@genesislcap/foundation-comms").DatasourceStatusChangedEvent) => void;
|
|
9
|
+
datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
disconnectedCallback(): void;
|
|
12
|
+
accessKey: string;
|
|
13
|
+
readonly accessKeyLabel: string;
|
|
14
|
+
autocapitalize: string;
|
|
15
|
+
dir: string;
|
|
16
|
+
draggable: boolean;
|
|
17
|
+
hidden: boolean;
|
|
18
|
+
inert: boolean;
|
|
19
|
+
innerText: string;
|
|
20
|
+
lang: string;
|
|
21
|
+
readonly offsetHeight: number;
|
|
22
|
+
readonly offsetLeft: number;
|
|
23
|
+
readonly offsetParent: Element;
|
|
24
|
+
readonly offsetTop: number;
|
|
25
|
+
readonly offsetWidth: number;
|
|
26
|
+
outerText: string;
|
|
27
|
+
spellcheck: boolean;
|
|
28
|
+
title: string;
|
|
29
|
+
translate: boolean;
|
|
30
|
+
attachInternals(): ElementInternals;
|
|
31
|
+
click(): void;
|
|
32
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
33
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
34
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
35
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
36
|
+
readonly attributes: NamedNodeMap;
|
|
37
|
+
readonly classList: DOMTokenList;
|
|
38
|
+
className: string;
|
|
39
|
+
readonly clientHeight: number;
|
|
40
|
+
readonly clientLeft: number;
|
|
41
|
+
readonly clientTop: number;
|
|
42
|
+
readonly clientWidth: number;
|
|
43
|
+
id: string;
|
|
44
|
+
readonly localName: string;
|
|
45
|
+
readonly namespaceURI: string;
|
|
46
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
47
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
48
|
+
outerHTML: string;
|
|
49
|
+
readonly ownerDocument: Document;
|
|
50
|
+
readonly part: DOMTokenList;
|
|
51
|
+
readonly prefix: string;
|
|
52
|
+
readonly scrollHeight: number;
|
|
53
|
+
scrollLeft: number;
|
|
54
|
+
scrollTop: number;
|
|
55
|
+
readonly scrollWidth: number;
|
|
56
|
+
readonly shadowRoot: ShadowRoot;
|
|
57
|
+
slot: string;
|
|
58
|
+
readonly tagName: string;
|
|
59
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
60
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
61
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
62
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
63
|
+
getAttribute(qualifiedName: string): string;
|
|
64
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
65
|
+
getAttributeNames(): string[];
|
|
66
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
67
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
68
|
+
getBoundingClientRect(): DOMRect;
|
|
69
|
+
getClientRects(): DOMRectList;
|
|
70
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
71
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
72
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
73
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
74
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
75
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
76
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
77
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
78
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
79
|
+
hasAttributes(): boolean;
|
|
80
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
81
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
82
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
83
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
84
|
+
matches(selectors: string): boolean;
|
|
85
|
+
releasePointerCapture(pointerId: number): void;
|
|
86
|
+
removeAttribute(qualifiedName: string): void;
|
|
87
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
88
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
89
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
90
|
+
requestPointerLock(): void;
|
|
91
|
+
scroll(options?: ScrollToOptions): void;
|
|
92
|
+
scroll(x: number, y: number): void;
|
|
93
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
94
|
+
scrollBy(x: number, y: number): void;
|
|
95
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
96
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
97
|
+
scrollTo(x: number, y: number): void;
|
|
98
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
99
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
100
|
+
setAttributeNode(attr: Attr): Attr;
|
|
101
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
102
|
+
setPointerCapture(pointerId: number): void;
|
|
103
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
104
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
105
|
+
readonly baseURI: string;
|
|
106
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
107
|
+
readonly firstChild: ChildNode;
|
|
108
|
+
readonly isConnected: boolean;
|
|
109
|
+
readonly lastChild: ChildNode;
|
|
110
|
+
readonly nextSibling: ChildNode;
|
|
111
|
+
readonly nodeName: string;
|
|
112
|
+
readonly nodeType: number;
|
|
113
|
+
nodeValue: string;
|
|
114
|
+
readonly parentElement: HTMLElement;
|
|
115
|
+
readonly parentNode: ParentNode;
|
|
116
|
+
readonly previousSibling: ChildNode;
|
|
117
|
+
textContent: string;
|
|
118
|
+
appendChild<T extends Node>(node: T): T;
|
|
119
|
+
cloneNode(deep?: boolean): Node;
|
|
120
|
+
compareDocumentPosition(other: Node): number;
|
|
121
|
+
contains(other: Node): boolean;
|
|
122
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
123
|
+
hasChildNodes(): boolean;
|
|
124
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node): T_1;
|
|
125
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
126
|
+
isEqualNode(otherNode: Node): boolean;
|
|
127
|
+
isSameNode(otherNode: Node): boolean;
|
|
128
|
+
lookupNamespaceURI(prefix: string): string;
|
|
129
|
+
lookupPrefix(namespace: string): string;
|
|
130
|
+
normalize(): void;
|
|
131
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
132
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
133
|
+
readonly ATTRIBUTE_NODE: number;
|
|
134
|
+
readonly CDATA_SECTION_NODE: number;
|
|
135
|
+
readonly COMMENT_NODE: number;
|
|
136
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
137
|
+
readonly DOCUMENT_NODE: number;
|
|
138
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
139
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
140
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
141
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
142
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
143
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
144
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
145
|
+
readonly ELEMENT_NODE: number;
|
|
146
|
+
readonly ENTITY_NODE: number;
|
|
147
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
148
|
+
readonly NOTATION_NODE: number;
|
|
149
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
150
|
+
readonly TEXT_NODE: number;
|
|
151
|
+
dispatchEvent(event: Event): boolean;
|
|
152
|
+
ariaAtomic: string;
|
|
153
|
+
ariaAutoComplete: string;
|
|
154
|
+
ariaBusy: string;
|
|
155
|
+
ariaChecked: string;
|
|
156
|
+
ariaColCount: string;
|
|
157
|
+
ariaColIndex: string;
|
|
158
|
+
ariaColIndexText: string;
|
|
159
|
+
ariaColSpan: string;
|
|
160
|
+
ariaCurrent: string;
|
|
161
|
+
ariaDisabled: string;
|
|
162
|
+
ariaExpanded: string;
|
|
163
|
+
ariaHasPopup: string;
|
|
164
|
+
ariaHidden: string;
|
|
165
|
+
ariaInvalid: string;
|
|
166
|
+
ariaKeyShortcuts: string;
|
|
167
|
+
ariaLabel: string;
|
|
168
|
+
ariaLevel: string;
|
|
169
|
+
ariaLive: string;
|
|
170
|
+
ariaModal: string;
|
|
171
|
+
ariaMultiLine: string;
|
|
172
|
+
ariaMultiSelectable: string;
|
|
173
|
+
ariaOrientation: string;
|
|
174
|
+
ariaPlaceholder: string;
|
|
175
|
+
ariaPosInSet: string;
|
|
176
|
+
ariaPressed: string;
|
|
177
|
+
ariaReadOnly: string;
|
|
178
|
+
ariaRequired: string;
|
|
179
|
+
ariaRoleDescription: string;
|
|
180
|
+
ariaRowCount: string;
|
|
181
|
+
ariaRowIndex: string;
|
|
182
|
+
ariaRowIndexText: string;
|
|
183
|
+
ariaRowSpan: string;
|
|
184
|
+
ariaSelected: string;
|
|
185
|
+
ariaSetSize: string;
|
|
186
|
+
ariaSort: string;
|
|
187
|
+
ariaValueMax: string;
|
|
188
|
+
ariaValueMin: string;
|
|
189
|
+
ariaValueNow: string;
|
|
190
|
+
ariaValueText: string;
|
|
191
|
+
role: string;
|
|
192
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
193
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
194
|
+
after(...nodes: (string | Node)[]): void;
|
|
195
|
+
before(...nodes: (string | Node)[]): void;
|
|
196
|
+
remove(): void;
|
|
197
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
198
|
+
innerHTML: string;
|
|
199
|
+
readonly nextElementSibling: Element;
|
|
200
|
+
readonly previousElementSibling: Element;
|
|
201
|
+
readonly childElementCount: number;
|
|
202
|
+
readonly children: HTMLCollection;
|
|
203
|
+
readonly firstElementChild: Element;
|
|
204
|
+
readonly lastElementChild: Element;
|
|
205
|
+
append(...nodes: (string | Node)[]): void;
|
|
206
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
207
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
208
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
209
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
210
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
211
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
212
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
213
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
214
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
215
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
216
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
217
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
218
|
+
readonly style: CSSStyleDeclaration;
|
|
219
|
+
contentEditable: string;
|
|
220
|
+
enterKeyHint: string;
|
|
221
|
+
inputMode: string;
|
|
222
|
+
readonly isContentEditable: boolean;
|
|
223
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
224
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
225
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
226
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
227
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
228
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
229
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
230
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
231
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
232
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
233
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
234
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
235
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
236
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
237
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
238
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
239
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
240
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
241
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
242
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
243
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
244
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
245
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
246
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
247
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
248
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
249
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
250
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
251
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
252
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
253
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
254
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
255
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
256
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
257
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
258
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
259
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
260
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
261
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
262
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
263
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
264
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
265
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
266
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
267
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
268
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
269
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
270
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
271
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
272
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
273
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
274
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
275
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
276
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
277
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
278
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
279
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
280
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
281
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
282
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
283
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
284
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
285
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
286
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
287
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
288
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
289
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
290
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
291
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
292
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
293
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
294
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
295
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
296
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
297
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
298
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
299
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
300
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
301
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
302
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
303
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
304
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
305
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
306
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
307
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
308
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
309
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
310
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
311
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
312
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
313
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
314
|
+
autofocus: boolean;
|
|
315
|
+
readonly dataset: DOMStringMap;
|
|
316
|
+
nonce?: string;
|
|
317
|
+
tabIndex: number;
|
|
318
|
+
blur(): void;
|
|
319
|
+
focus(options?: FocusOptions): void;
|
|
320
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
321
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
322
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
323
|
+
};
|
|
324
|
+
export declare class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_base {
|
|
7
325
|
connect: Connect;
|
|
8
326
|
deferredGridOptions: GridOptions;
|
|
9
327
|
deferredColumnStates: ColumnState[];
|
|
@@ -35,6 +353,7 @@ export declare class GenesisGridDatasourceElement extends FoundationElement {
|
|
|
35
353
|
protected get hasDefaultRowId(): boolean;
|
|
36
354
|
protected get defaultRowIdByResourceType(): string;
|
|
37
355
|
protected isRequestServer: boolean;
|
|
356
|
+
datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
|
|
38
357
|
protected get agGrid(): GridPro | null;
|
|
39
358
|
}
|
|
40
359
|
/**
|
|
@@ -73,4 +392,5 @@ export declare class StreamBaseDatasource {
|
|
|
73
392
|
protected rowId: string;
|
|
74
393
|
rowData: Map<string, any>;
|
|
75
394
|
}
|
|
395
|
+
export {};
|
|
76
396
|
//# sourceMappingURL=base.datasource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,WAAW,EACX,WAAW,EACX,kBAAkB,EAClB,qBAAqB,EACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,
|
|
1
|
+
{"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/server-side.datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,qBAAqB,EACrB,wBAAwB,EACxB,mBAAmB,EAEnB,kBAAkB,EAClB,2BAA2B,EAG5B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,IAAI,EACJ,OAAO,EAIP,wBAAwB,EAIxB,cAAc,EAId,gBAAgB,EAChB,kBAAkB,EAEnB,MAAM,+BAA+B,CAAC;AAIvC,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAGhF;;;;;GAKG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,0BAA0B,EAAE,CAC1B,cAAc,CAAC,EAAE,GAAG,KACjB,OAAO,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,CAAC,CAAC;IACzD,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,eAAe,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IACxC,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IAEnC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,qBAAa,gBAAiB,SAAQ,oBAAqB,YAAW,qBAAqB;IACnF,IAAI,EAAG,IAAI,CAAC;IACT,OAAO,EAAG,OAAO,CAAC;IAE3B,gBAAgB,EAAE,gBAAgB,CAAC,wBAAwB,CAAC,CAAC;IAC7D,4BAA4B,EAAE,kBAAkB,CAAC;IACjD,0BAA0B,EAAE,CAC1B,cAAc,CAAC,EAAE,GAAG,KACjB,OAAO,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,CAAC,CAAC;IACzD,OAAO,CAAC,YAAY,CAAS;IAC7B,cAAc,EAAE,GAAG,CAAC;IACpB,OAAO,CAAC,eAAe,CAAwB;IAC/C,OAAO,CAAC,eAAe,CAAmB;IAE1C,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,UAAU,CAAU;IAE5B,eAAe,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,iBAAiB,SAAK;IAEtB;;;OAGG;IACH,iBAAiB,SAAK;IAEtB,OAAO,CAAC,QAAQ,CAAS;IAEzB,OAAO,CAAC,mBAAmB,CAAK;IAChC,OAAO,CAAC,cAAc,CAAK;IAE3B,OAAO,CAAC,kBAAkB,CAAM;IAChC,OAAO,CAAC,qBAAqB,CAAoB;IACjD,OAAO,CAAC,gBAAgB,CAAkB;gBAE9B,OAAO,EAAE,uBAAuB;IAiBtC,OAAO,CAAC,MAAM,EAAE,wBAAwB;IA4F9C,OAAO,CAAC,mBAAmB;IAwD3B,OAAO,CAAC,mBAAmB;IAUrB,MAAM;YAWE,iBAAiB;IAM/B,OAAO,CAAC,6BAA6B;IAWrC,OAAO,CAAC,uBAAuB;IAW/B,OAAO,CAAC,6BAA6B;IAmBrC,OAAO,CAAC,mBAAmB;IA6D3B,OAAO,CAAC,gBAAgB;CAKzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+CA0BC;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzBL;;;;GAIG;AACH,qBAGa,2BAA4B,SAAQ,gCAAqC;IACpF,aAAa,SAAgC;IAC7C,kBAAkB,SAAqC;IAEvD,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IASxD;;;;OAIG;YACW,kBAAkB;IAYhC,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK3B,UAAU,UAAS;IAE9C,OAAO,CAAC,OAAO,CAAwB;IACvC,OAAO,CAAC,cAAc,CAAmB;IACzC,OAAO,CAAC,gBAAgB,CAAmB;IAE3C,iBAAiB;IASjB,oBAAoB;IASX,SAAS,IAAI,IAAI;IAO1B,MAAM;IAQN,IAAI;
|
|
1
|
+
{"version":3,"file":"server-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/server-side.datasource.ts"],"names":[],"mappings":"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"}
|
|
@@ -32,7 +32,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
32
32
|
readonly offsetParent: Element;
|
|
33
33
|
readonly offsetTop: number;
|
|
34
34
|
readonly offsetWidth: number;
|
|
35
|
-
outerText: string;
|
|
35
|
+
outerText: string; /**
|
|
36
|
+
* Initializes the datasource.
|
|
37
|
+
* @public
|
|
38
|
+
* @param columnDefinitions - Optionally set the `gridOptions` up with column definitions
|
|
39
|
+
* @param columnStates - Optionally set the grid up with column state
|
|
40
|
+
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
41
|
+
*/
|
|
36
42
|
spellcheck: boolean;
|
|
37
43
|
title: string;
|
|
38
44
|
translate: boolean;
|
|
@@ -75,11 +81,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
75
81
|
getAttributeNode(qualifiedName: string): Attr;
|
|
76
82
|
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
77
83
|
getBoundingClientRect(): DOMRect;
|
|
78
|
-
/**
|
|
79
|
-
* Resets the datasource to its initial state.
|
|
80
|
-
* @public
|
|
81
|
-
* @deprecated Use `deinit` instead
|
|
82
|
-
*/
|
|
83
84
|
getClientRects(): DOMRectList;
|
|
84
85
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
85
86
|
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
@@ -98,9 +99,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
98
99
|
matches(selectors: string): boolean;
|
|
99
100
|
releasePointerCapture(pointerId: number): void;
|
|
100
101
|
removeAttribute(qualifiedName: string): void;
|
|
101
|
-
/**
|
|
102
|
-
* Force the grid to redispatch the current rows
|
|
103
|
-
*/
|
|
104
102
|
removeAttributeNS(namespace: string, localName: string): void;
|
|
105
103
|
removeAttributeNode(attr: Attr): Attr;
|
|
106
104
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
@@ -160,13 +158,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
160
158
|
readonly DOCUMENT_TYPE_NODE: number;
|
|
161
159
|
readonly ELEMENT_NODE: number;
|
|
162
160
|
readonly ENTITY_NODE: number;
|
|
163
|
-
/**
|
|
164
|
-
* Initializes the datasource and loads the data for the grid.
|
|
165
|
-
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
166
|
-
*
|
|
167
|
-
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
161
|
readonly ENTITY_REFERENCE_NODE: number;
|
|
171
162
|
readonly NOTATION_NODE: number;
|
|
172
163
|
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,WAAW,EAEX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,IAAI,EACJ,UAAU,
|
|
1
|
+
{"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,WAAW,EAEX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,IAAI,EACJ,UAAU,EAWX,MAAM,+BAA+B,CAAC;AAKvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA8IpE;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAvIL;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAqC;IAC3E,IAAI,EAAG,IAAI,CAAC;IACN,UAAU,EAAG,UAAU,CAAC;IAEpC,aAAa,SAAsB;IACnC,kBAAkB,SAA2B;IAG7C,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IASf,eAAe,EAAE,MAAM,CACf;IACQ,cAAc,EAAE,OAAO,CAAS;IAC7E,OAAO,EAAE,GAAG,CAAC;IACzB,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM;IAQrD,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAKW,qBAAqB,UAAS;IAG/F,yBAAyB,UAAS;IAElC,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,6BAA6B,CAAQ;IAE7C,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,mBAAmB,CAAkC;IAC7D,OAAO,CAAC,MAAM,CAAwE;IAEtF,iBAAiB;IAuBjB,oBAAoB;IAWX,SAAS,IAAI,IAAI;IAqB1B,OAAO,CAAC,gBAAgB;IAgBxB;;;;;;OAMG;IACG,IAAI,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,EAAE,YAAY,CAAC,EAAE,WAAW,EAAE;IAwCrE;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IAoCL;;;OAGG;IACH,OAAO;IAYP;;OAEG;IACH,WAAW;IAIX;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAahC;;;;;;OAMG;YACW,gBAAgB;IAkE9B,OAAO,CAAC,cAAc;IActB,YAAY,CAAC,OAAO,EAAE,MAAM;IAW5B,OAAO,CAAC,iBAAiB;IAiBzB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IA6C9B,OAAO,CAAC,mBAAmB;YAyBb,eAAe;IAc7B,OAAO,CAAC,aAAa;IAMd,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;IAK5B,gBAAgB,CACvB,aAAa,EAAE,kBAAkB,GAChC,kBAAkB,GAAG,IAAI,GAAG,SAAS;IAI/B,qBAAqB,CAC5B,aAAa,EAAE,kBAAkB,EACjC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,kBAAkB,KAAK,IAAI,GAC3C,IAAI;IAIP,OAAO,CAAC,iBAAiB;CAO1B"}
|
package/dist/dts/grid-pro.d.ts
CHANGED
|
@@ -476,6 +476,9 @@ export declare class GridPro extends GridPro_base {
|
|
|
476
476
|
private restoreColumnState;
|
|
477
477
|
private cacheFilterConfig;
|
|
478
478
|
restoreCachedFilterConfig(): Promise<void>;
|
|
479
|
+
set rowData(rowData: any[]);
|
|
480
|
+
get rowData(): any[];
|
|
481
|
+
private _rowData;
|
|
479
482
|
/**
|
|
480
483
|
* @public
|
|
481
484
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
|
-
import { DatasourceDefaults, FieldTypeEnum, logger, } from '@genesislcap/foundation-comms';
|
|
2
|
+
import { DatasourceDefaults, DatasourceEventHandler, FieldTypeEnum, logger, ResourceType, } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
4
|
import { attr, observable } from '@microsoft/fast-element';
|
|
5
5
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
6
6
|
import { dateValueFormatter, dateTimeValueFormatter, getColumnType, getFilterByFieldType, } from '../grid-pro.definitions';
|
|
7
7
|
import { GridProRendererTypes } from '../grid-pro.types';
|
|
8
|
-
export class GenesisGridDatasourceElement extends FoundationElement {
|
|
8
|
+
export class GenesisGridDatasourceElement extends DatasourceEventHandler(FoundationElement) {
|
|
9
9
|
constructor() {
|
|
10
10
|
super(...arguments);
|
|
11
11
|
this.isSnapshot = false;
|
|
@@ -40,6 +40,9 @@ export class GenesisGridDatasourceElement extends FoundationElement {
|
|
|
40
40
|
? DatasourceDefaults.REQUEST_SERVER_ROW_ID
|
|
41
41
|
: DatasourceDefaults.DATASERVER_ROW_ID;
|
|
42
42
|
}
|
|
43
|
+
datasourceStatusChanged(prev, next) {
|
|
44
|
+
this.isRequestServer = next.type === ResourceType.REQUEST_SERVER;
|
|
45
|
+
}
|
|
43
46
|
get agGrid() {
|
|
44
47
|
return this.parentElement;
|
|
45
48
|
}
|
|
@@ -370,6 +370,11 @@ let GridProServerSideDatasource = class GridProServerSideDatasource extends Life
|
|
|
370
370
|
sortable: false,
|
|
371
371
|
}, pagination: this.pagination, paginationPageSize: this.maxRows, rowBuffer: 0, rowModelType: 'serverSide', suppressServerSideInfiniteScroll: false, suppressMultiSort: true, onFilterChanged: (params) => { }, onSortChanged: (params) => { } }, this.deferredGridOptions);
|
|
372
372
|
this.agGrid.addEventListener('onGridReady', () => __awaiter(this, void 0, void 0, function* () {
|
|
373
|
+
/**
|
|
374
|
+
* We should have all the metadata via Datasource, ie.
|
|
375
|
+
* Datasource.availableIndexes, Datasource.originalFieldDef etc.
|
|
376
|
+
* Could this not leverage that?
|
|
377
|
+
*/
|
|
373
378
|
const meta = yield this.connect
|
|
374
379
|
.getMetadata(this.resourceName)
|
|
375
380
|
.catch((e) => logger.error(e));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __awaiter, __decorate } from "tslib";
|
|
2
|
-
import { Auth, Datasource, DatasourceDefaults, MessageType,
|
|
2
|
+
import { Auth, Datasource, DatasourceDefaults, MessageType, dataServerResultFilter, normaliseCriteria, } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
4
4
|
import { DOM, attr, customElement, observable } from '@microsoft/fast-element';
|
|
5
5
|
import { BehaviorSubject, EMPTY } from 'rxjs';
|
|
@@ -122,21 +122,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
122
122
|
*/
|
|
123
123
|
init(columnDefinitions, columnStates) {
|
|
124
124
|
return __awaiter(this, void 0, void 0, function* () {
|
|
125
|
-
if (this.agGrid &&
|
|
126
|
-
this.datasource.validResourceName(this.resourceName) &&
|
|
127
|
-
this.connect.isConnected) {
|
|
128
|
-
try {
|
|
129
|
-
const meta = yield this.connect.getMetadata(this.resourceName);
|
|
130
|
-
if (!meta) {
|
|
131
|
-
// TODO: improve getMetadata implementation to return error details
|
|
132
|
-
this.handleErrors(`No metadata found for ${this.resourceName}, datasource will not work. Falling back to local columnDefs/rowData.`);
|
|
133
|
-
return;
|
|
134
|
-
}
|
|
135
|
-
this.isRequestServer = meta.TYPE === ResourceType.REQUEST_SERVER;
|
|
136
|
-
}
|
|
137
|
-
catch ({ receivedMessage: { ERROR: errors } }) {
|
|
138
|
-
this.handleErrors(errors.join(', '));
|
|
139
|
-
}
|
|
125
|
+
if (this.agGrid && this.datasource.validResourceName(this.resourceName)) {
|
|
140
126
|
const gridOptions = Object.assign(Object.assign({ getRowId: (params) => params.data[this.rowId] }, (columnDefinitions && { columnDefs: columnDefinitions })), this.deferredGridOptions);
|
|
141
127
|
this.agGrid.gridOptions = Object.assign({}, gridOptions);
|
|
142
128
|
this.agGrid.addEventListener('onGridReady', () => __awaiter(this, void 0, void 0, function* () {
|
package/dist/esm/grid-pro.js
CHANGED
|
@@ -288,6 +288,17 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
288
288
|
}
|
|
289
289
|
});
|
|
290
290
|
}
|
|
291
|
+
set rowData(rowData) {
|
|
292
|
+
if (this.gridApi) {
|
|
293
|
+
this.gridApi.setRowData(this._rowData);
|
|
294
|
+
}
|
|
295
|
+
else {
|
|
296
|
+
this._rowData = rowData;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
get rowData() {
|
|
300
|
+
return this._rowData;
|
|
301
|
+
}
|
|
291
302
|
/**
|
|
292
303
|
* @public
|
|
293
304
|
*/
|
|
@@ -323,6 +334,9 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
323
334
|
this.addGridEventListener(type);
|
|
324
335
|
});
|
|
325
336
|
}
|
|
337
|
+
if (this._rowData) {
|
|
338
|
+
this.gridApi.setRowData(this._rowData);
|
|
339
|
+
}
|
|
326
340
|
if (onGridReady) {
|
|
327
341
|
onGridReady(event);
|
|
328
342
|
}
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -9269,6 +9269,36 @@
|
|
|
9269
9269
|
"isAbstract": false,
|
|
9270
9270
|
"name": "restoreCachedFilterConfig"
|
|
9271
9271
|
},
|
|
9272
|
+
{
|
|
9273
|
+
"kind": "Property",
|
|
9274
|
+
"canonicalReference": "@genesislcap/grid-pro!GridPro#rowData:member",
|
|
9275
|
+
"docComment": "",
|
|
9276
|
+
"excerptTokens": [
|
|
9277
|
+
{
|
|
9278
|
+
"kind": "Content",
|
|
9279
|
+
"text": "set rowData(rowData: "
|
|
9280
|
+
},
|
|
9281
|
+
{
|
|
9282
|
+
"kind": "Content",
|
|
9283
|
+
"text": "any[]"
|
|
9284
|
+
},
|
|
9285
|
+
{
|
|
9286
|
+
"kind": "Content",
|
|
9287
|
+
"text": ");"
|
|
9288
|
+
}
|
|
9289
|
+
],
|
|
9290
|
+
"isReadonly": false,
|
|
9291
|
+
"isOptional": false,
|
|
9292
|
+
"releaseTag": "Public",
|
|
9293
|
+
"name": "rowData",
|
|
9294
|
+
"propertyTypeTokenRange": {
|
|
9295
|
+
"startIndex": 1,
|
|
9296
|
+
"endIndex": 2
|
|
9297
|
+
},
|
|
9298
|
+
"isStatic": false,
|
|
9299
|
+
"isProtected": false,
|
|
9300
|
+
"isAbstract": false
|
|
9301
|
+
},
|
|
9272
9302
|
{
|
|
9273
9303
|
"kind": "Property",
|
|
9274
9304
|
"canonicalReference": "@genesislcap/grid-pro!GridPro#rowHeight:member",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -13,6 +13,8 @@ import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
|
|
|
13
13
|
import { CsvExportParams } from '@ag-grid-community/core';
|
|
14
14
|
import { Datasource } from '@genesislcap/foundation-comms';
|
|
15
15
|
import { DatasourceOptions } from '@genesislcap/foundation-comms';
|
|
16
|
+
import { DatasourceStatus } from '@genesislcap/foundation-comms';
|
|
17
|
+
import { DatasourceStatusChangedEvent } from '@genesislcap/foundation-comms';
|
|
16
18
|
import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
17
19
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
18
20
|
import { FieldMetadata } from '@genesislcap/foundation-comms';
|
|
@@ -958,7 +960,7 @@ declare interface FuiCellRendererParams extends ICellRendererParams {
|
|
|
958
960
|
isDisabled?: (rowData: any) => boolean;
|
|
959
961
|
}
|
|
960
962
|
|
|
961
|
-
declare class GenesisGridDatasourceElement extends
|
|
963
|
+
declare class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_base {
|
|
962
964
|
connect: Connect;
|
|
963
965
|
deferredGridOptions: GridOptions;
|
|
964
966
|
deferredColumnStates: ColumnState[];
|
|
@@ -990,9 +992,330 @@ declare class GenesisGridDatasourceElement extends FoundationElement {
|
|
|
990
992
|
protected get hasDefaultRowId(): boolean;
|
|
991
993
|
protected get defaultRowIdByResourceType(): string;
|
|
992
994
|
protected isRequestServer: boolean;
|
|
995
|
+
datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
|
|
993
996
|
protected get agGrid(): GridPro | null;
|
|
994
997
|
}
|
|
995
998
|
|
|
999
|
+
declare const GenesisGridDatasourceElement_base: new () => {
|
|
1000
|
+
datasourceStatus: DatasourceStatus;
|
|
1001
|
+
resourceName: string;
|
|
1002
|
+
onDatasourceStatusChanged: (event: DatasourceStatusChangedEvent) => void;
|
|
1003
|
+
datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
|
|
1004
|
+
connectedCallback(): void;
|
|
1005
|
+
disconnectedCallback(): void;
|
|
1006
|
+
accessKey: string;
|
|
1007
|
+
readonly accessKeyLabel: string;
|
|
1008
|
+
autocapitalize: string;
|
|
1009
|
+
dir: string;
|
|
1010
|
+
draggable: boolean;
|
|
1011
|
+
hidden: boolean;
|
|
1012
|
+
inert: boolean;
|
|
1013
|
+
innerText: string;
|
|
1014
|
+
lang: string;
|
|
1015
|
+
readonly offsetHeight: number;
|
|
1016
|
+
readonly offsetLeft: number;
|
|
1017
|
+
readonly offsetParent: Element;
|
|
1018
|
+
readonly offsetTop: number;
|
|
1019
|
+
readonly offsetWidth: number;
|
|
1020
|
+
outerText: string;
|
|
1021
|
+
spellcheck: boolean;
|
|
1022
|
+
title: string;
|
|
1023
|
+
translate: boolean;
|
|
1024
|
+
attachInternals(): ElementInternals;
|
|
1025
|
+
click(): void;
|
|
1026
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1027
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1028
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
1029
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1030
|
+
readonly attributes: NamedNodeMap;
|
|
1031
|
+
readonly classList: DOMTokenList;
|
|
1032
|
+
className: string;
|
|
1033
|
+
readonly clientHeight: number;
|
|
1034
|
+
readonly clientLeft: number;
|
|
1035
|
+
readonly clientTop: number;
|
|
1036
|
+
readonly clientWidth: number;
|
|
1037
|
+
id: string;
|
|
1038
|
+
readonly localName: string;
|
|
1039
|
+
readonly namespaceURI: string;
|
|
1040
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
1041
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
1042
|
+
outerHTML: string;
|
|
1043
|
+
readonly ownerDocument: Document;
|
|
1044
|
+
readonly part: DOMTokenList;
|
|
1045
|
+
readonly prefix: string;
|
|
1046
|
+
readonly scrollHeight: number;
|
|
1047
|
+
scrollLeft: number;
|
|
1048
|
+
scrollTop: number;
|
|
1049
|
+
readonly scrollWidth: number;
|
|
1050
|
+
readonly shadowRoot: ShadowRoot;
|
|
1051
|
+
slot: string;
|
|
1052
|
+
readonly tagName: string;
|
|
1053
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1054
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
1055
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
1056
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
1057
|
+
getAttribute(qualifiedName: string): string;
|
|
1058
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
1059
|
+
getAttributeNames(): string[];
|
|
1060
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
1061
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
1062
|
+
getBoundingClientRect(): DOMRect;
|
|
1063
|
+
getClientRects(): DOMRectList;
|
|
1064
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1065
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
1066
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
1067
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1068
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1069
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1070
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
1071
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1072
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
1073
|
+
hasAttributes(): boolean;
|
|
1074
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1075
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
1076
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1077
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1078
|
+
matches(selectors: string): boolean;
|
|
1079
|
+
releasePointerCapture(pointerId: number): void;
|
|
1080
|
+
removeAttribute(qualifiedName: string): void;
|
|
1081
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
1082
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1083
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1084
|
+
requestPointerLock(): void;
|
|
1085
|
+
scroll(options?: ScrollToOptions): void;
|
|
1086
|
+
scroll(x: number, y: number): void;
|
|
1087
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1088
|
+
scrollBy(x: number, y: number): void;
|
|
1089
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1090
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1091
|
+
scrollTo(x: number, y: number): void;
|
|
1092
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1093
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
1094
|
+
setAttributeNode(attr: Attr): Attr;
|
|
1095
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
1096
|
+
setPointerCapture(pointerId: number): void;
|
|
1097
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1098
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1099
|
+
readonly baseURI: string;
|
|
1100
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1101
|
+
readonly firstChild: ChildNode;
|
|
1102
|
+
readonly isConnected: boolean;
|
|
1103
|
+
readonly lastChild: ChildNode;
|
|
1104
|
+
readonly nextSibling: ChildNode;
|
|
1105
|
+
readonly nodeName: string;
|
|
1106
|
+
readonly nodeType: number;
|
|
1107
|
+
nodeValue: string;
|
|
1108
|
+
readonly parentElement: HTMLElement;
|
|
1109
|
+
readonly parentNode: ParentNode;
|
|
1110
|
+
readonly previousSibling: ChildNode;
|
|
1111
|
+
textContent: string;
|
|
1112
|
+
appendChild<T extends Node>(node: T): T;
|
|
1113
|
+
cloneNode(deep?: boolean): Node;
|
|
1114
|
+
compareDocumentPosition(other: Node): number;
|
|
1115
|
+
contains(other: Node): boolean;
|
|
1116
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1117
|
+
hasChildNodes(): boolean;
|
|
1118
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node): T_1;
|
|
1119
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
1120
|
+
isEqualNode(otherNode: Node): boolean;
|
|
1121
|
+
isSameNode(otherNode: Node): boolean;
|
|
1122
|
+
lookupNamespaceURI(prefix: string): string;
|
|
1123
|
+
lookupPrefix(namespace: string): string;
|
|
1124
|
+
normalize(): void;
|
|
1125
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1126
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1127
|
+
readonly ATTRIBUTE_NODE: number;
|
|
1128
|
+
readonly CDATA_SECTION_NODE: number;
|
|
1129
|
+
readonly COMMENT_NODE: number;
|
|
1130
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
1131
|
+
readonly DOCUMENT_NODE: number;
|
|
1132
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
1133
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
1134
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
1135
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
1136
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
1137
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
1138
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
1139
|
+
readonly ELEMENT_NODE: number;
|
|
1140
|
+
readonly ENTITY_NODE: number;
|
|
1141
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
1142
|
+
readonly NOTATION_NODE: number;
|
|
1143
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
1144
|
+
readonly TEXT_NODE: number;
|
|
1145
|
+
dispatchEvent(event: Event): boolean;
|
|
1146
|
+
ariaAtomic: string;
|
|
1147
|
+
ariaAutoComplete: string;
|
|
1148
|
+
ariaBusy: string;
|
|
1149
|
+
ariaChecked: string;
|
|
1150
|
+
ariaColCount: string;
|
|
1151
|
+
ariaColIndex: string;
|
|
1152
|
+
ariaColIndexText: string;
|
|
1153
|
+
ariaColSpan: string;
|
|
1154
|
+
ariaCurrent: string;
|
|
1155
|
+
ariaDisabled: string;
|
|
1156
|
+
ariaExpanded: string;
|
|
1157
|
+
ariaHasPopup: string;
|
|
1158
|
+
ariaHidden: string;
|
|
1159
|
+
ariaInvalid: string;
|
|
1160
|
+
ariaKeyShortcuts: string;
|
|
1161
|
+
ariaLabel: string;
|
|
1162
|
+
ariaLevel: string;
|
|
1163
|
+
ariaLive: string;
|
|
1164
|
+
ariaModal: string;
|
|
1165
|
+
ariaMultiLine: string;
|
|
1166
|
+
ariaMultiSelectable: string;
|
|
1167
|
+
ariaOrientation: string;
|
|
1168
|
+
ariaPlaceholder: string;
|
|
1169
|
+
ariaPosInSet: string;
|
|
1170
|
+
ariaPressed: string;
|
|
1171
|
+
ariaReadOnly: string;
|
|
1172
|
+
ariaRequired: string;
|
|
1173
|
+
ariaRoleDescription: string;
|
|
1174
|
+
ariaRowCount: string;
|
|
1175
|
+
ariaRowIndex: string;
|
|
1176
|
+
ariaRowIndexText: string;
|
|
1177
|
+
ariaRowSpan: string;
|
|
1178
|
+
ariaSelected: string;
|
|
1179
|
+
ariaSetSize: string;
|
|
1180
|
+
ariaSort: string;
|
|
1181
|
+
ariaValueMax: string;
|
|
1182
|
+
ariaValueMin: string;
|
|
1183
|
+
ariaValueNow: string;
|
|
1184
|
+
ariaValueText: string;
|
|
1185
|
+
role: string;
|
|
1186
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
1187
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1188
|
+
after(...nodes: (string | Node)[]): void;
|
|
1189
|
+
before(...nodes: (string | Node)[]): void;
|
|
1190
|
+
remove(): void;
|
|
1191
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1192
|
+
innerHTML: string;
|
|
1193
|
+
readonly nextElementSibling: Element;
|
|
1194
|
+
readonly previousElementSibling: Element;
|
|
1195
|
+
readonly childElementCount: number;
|
|
1196
|
+
readonly children: HTMLCollection;
|
|
1197
|
+
readonly firstElementChild: Element;
|
|
1198
|
+
readonly lastElementChild: Element;
|
|
1199
|
+
append(...nodes: (string | Node)[]): void;
|
|
1200
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1201
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
1202
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
1203
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
1204
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
1205
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
1206
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1207
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1208
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
1209
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1210
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1211
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1212
|
+
readonly style: CSSStyleDeclaration;
|
|
1213
|
+
contentEditable: string;
|
|
1214
|
+
enterKeyHint: string;
|
|
1215
|
+
inputMode: string;
|
|
1216
|
+
readonly isContentEditable: boolean;
|
|
1217
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
1218
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1219
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1220
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1221
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1222
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1223
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
1224
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1225
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1226
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1227
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1228
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1229
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1230
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1231
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1232
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1233
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1234
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1235
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1236
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1237
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1238
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1239
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1240
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1241
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1242
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1243
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1244
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
1245
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1246
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
1247
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1248
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1249
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1250
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1251
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1252
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1253
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1254
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1255
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1256
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1257
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1258
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1259
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1260
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1261
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1262
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1263
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1264
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1265
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1266
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1267
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1268
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1269
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1270
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1271
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1272
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1273
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1274
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1275
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1276
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
1277
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1278
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1279
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
1280
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1281
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
1282
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1283
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1284
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1285
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1286
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1287
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1288
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1289
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
1290
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1291
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1292
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1293
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1294
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1295
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1296
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
1297
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1298
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1299
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1300
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
1301
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1302
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1303
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1304
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1305
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1306
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1307
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
1308
|
+
autofocus: boolean;
|
|
1309
|
+
readonly dataset: DOMStringMap;
|
|
1310
|
+
nonce?: string;
|
|
1311
|
+
tabIndex: number;
|
|
1312
|
+
blur(): void;
|
|
1313
|
+
focus(options?: FocusOptions): void;
|
|
1314
|
+
readonly $fastController: Controller;
|
|
1315
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
1316
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1317
|
+
};
|
|
1318
|
+
|
|
996
1319
|
/**
|
|
997
1320
|
* Helper function to get ColDef {@link https://www.ag-grid.com/javascript-data-grid/column-properties/} for Actions Menu Renderer.
|
|
998
1321
|
* Will take the parameter values for a base ColDef and merge them with the overrideDef (if specified).
|
|
@@ -1321,6 +1644,9 @@ export declare class GridPro extends GridPro_base {
|
|
|
1321
1644
|
private restoreColumnState;
|
|
1322
1645
|
private cacheFilterConfig;
|
|
1323
1646
|
restoreCachedFilterConfig(): Promise<void>;
|
|
1647
|
+
set rowData(rowData: any[]);
|
|
1648
|
+
get rowData(): any[];
|
|
1649
|
+
private _rowData;
|
|
1324
1650
|
/**
|
|
1325
1651
|
* @public
|
|
1326
1652
|
*/
|
|
@@ -2274,7 +2600,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2274
2600
|
readonly offsetParent: Element;
|
|
2275
2601
|
readonly offsetTop: number;
|
|
2276
2602
|
readonly offsetWidth: number;
|
|
2277
|
-
outerText: string;
|
|
2603
|
+
outerText: string; /**
|
|
2604
|
+
* Initializes the datasource.
|
|
2605
|
+
* @public
|
|
2606
|
+
* @param columnDefinitions - Optionally set the `gridOptions` up with column definitions
|
|
2607
|
+
* @param columnStates - Optionally set the grid up with column state
|
|
2608
|
+
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
2609
|
+
*/
|
|
2278
2610
|
spellcheck: boolean;
|
|
2279
2611
|
title: string;
|
|
2280
2612
|
translate: boolean;
|
|
@@ -2317,11 +2649,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2317
2649
|
getAttributeNode(qualifiedName: string): Attr;
|
|
2318
2650
|
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
2319
2651
|
getBoundingClientRect(): DOMRect;
|
|
2320
|
-
/**
|
|
2321
|
-
* Resets the datasource to its initial state.
|
|
2322
|
-
* @public
|
|
2323
|
-
* @deprecated Use `deinit` instead
|
|
2324
|
-
*/
|
|
2325
2652
|
getClientRects(): DOMRectList;
|
|
2326
2653
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2327
2654
|
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
@@ -2340,9 +2667,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2340
2667
|
matches(selectors: string): boolean;
|
|
2341
2668
|
releasePointerCapture(pointerId: number): void;
|
|
2342
2669
|
removeAttribute(qualifiedName: string): void;
|
|
2343
|
-
/**
|
|
2344
|
-
* Force the grid to redispatch the current rows
|
|
2345
|
-
*/
|
|
2346
2670
|
removeAttributeNS(namespace: string, localName: string): void;
|
|
2347
2671
|
removeAttributeNode(attr: Attr): Attr;
|
|
2348
2672
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
@@ -2402,13 +2726,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2402
2726
|
readonly DOCUMENT_TYPE_NODE: number;
|
|
2403
2727
|
readonly ELEMENT_NODE: number;
|
|
2404
2728
|
readonly ENTITY_NODE: number;
|
|
2405
|
-
/**
|
|
2406
|
-
* Initializes the datasource and loads the data for the grid.
|
|
2407
|
-
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
2408
|
-
*
|
|
2409
|
-
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
2410
|
-
* @internal
|
|
2411
|
-
*/
|
|
2412
2729
|
readonly ENTITY_REFERENCE_NODE: number;
|
|
2413
2730
|
readonly NOTATION_NODE: number;
|
|
2414
2731
|
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
@@ -59,6 +59,7 @@ Grid Pro is a Web Component wrapper around the AG Grid Community library.
|
|
|
59
59
|
| [onlyTemplateColDefs](./grid-pro.gridpro.onlytemplatecoldefs.md) | | boolean | |
|
|
60
60
|
| [persistColumnStateKey](./grid-pro.gridpro.persistcolumnstatekey.md) | | string | The key to use for persisting the column state in local broswer or KV storage. |
|
|
61
61
|
| [persistFilterModelKey](./grid-pro.gridpro.persistfiltermodelkey.md) | | string | The key to use for persisting the filter model in local browser or KV storage. |
|
|
62
|
+
| [rowData](./grid-pro.gridpro.rowdata.md) | | any\[\] | |
|
|
62
63
|
| [rowHeight](./grid-pro.gridpro.rowheight.md) | | number | |
|
|
63
64
|
| [statePersistence](./grid-pro.gridpro.statepersistence.md) | | [StatePersistence](./grid-pro.statepersistence.md) | |
|
|
64
65
|
| [theme](./grid-pro.gridpro.theme.md) | | string | |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [rowData](./grid-pro.gridpro.rowdata.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.rowData property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
set rowData(rowData: any[]);
|
|
11
|
+
```
|
package/docs/api-report.md
CHANGED
|
@@ -19,6 +19,8 @@ import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
|
|
|
19
19
|
import { CsvExportParams } from '@ag-grid-community/core';
|
|
20
20
|
import { Datasource } from '@genesislcap/foundation-comms';
|
|
21
21
|
import { DatasourceOptions } from '@genesislcap/foundation-comms';
|
|
22
|
+
import { DatasourceStatus } from '@genesislcap/foundation-comms';
|
|
23
|
+
import { DatasourceStatusChangedEvent } from '@genesislcap/foundation-comms';
|
|
22
24
|
import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
23
25
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
24
26
|
import { FieldMetadata } from '@genesislcap/foundation-comms';
|
|
@@ -879,6 +881,9 @@ export class GridPro extends GridPro_base {
|
|
|
879
881
|
persistFilterModelKey: string;
|
|
880
882
|
// (undocumented)
|
|
881
883
|
restoreCachedFilterConfig(): Promise<void>;
|
|
884
|
+
set rowData(rowData: any[]);
|
|
885
|
+
// (undocumented)
|
|
886
|
+
get rowData(): any[];
|
|
882
887
|
// (undocumented)
|
|
883
888
|
rowHeight: number;
|
|
884
889
|
// (undocumented)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.188.0-FUI-2012.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.
|
|
44
|
-
"@genesislcap/ts-builder": "14.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
46
|
-
"@genesislcap/vite-builder": "14.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.188.0-FUI-2012.1",
|
|
42
|
+
"@genesislcap/genx": "14.188.0-FUI-2012.1",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.188.0-FUI-2012.1",
|
|
44
|
+
"@genesislcap/ts-builder": "14.188.0-FUI-2012.1",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012.1",
|
|
46
|
+
"@genesislcap/vite-builder": "14.188.0-FUI-2012.1",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.188.0-FUI-2012.1",
|
|
48
48
|
"rimraf": "^5.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@genesislcap/foundation-comms": "14.
|
|
52
|
-
"@genesislcap/foundation-logger": "14.
|
|
53
|
-
"@genesislcap/foundation-ui": "14.
|
|
54
|
-
"@genesislcap/foundation-utils": "14.
|
|
51
|
+
"@genesislcap/foundation-comms": "14.188.0-FUI-2012.1",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.188.0-FUI-2012.1",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.188.0-FUI-2012.1",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.188.0-FUI-2012.1",
|
|
55
55
|
"@microsoft/fast-colors": "^5.3.1",
|
|
56
56
|
"@microsoft/fast-components": "^2.30.6",
|
|
57
57
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"customElements": "dist/custom-elements.json",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "c4d4a4d125fc1c38212911387907757832010c76"
|
|
81
81
|
}
|