@genesislcap/grid-pro 14.187.1 → 14.188.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +112 -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/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/grid-pro.d.ts +331 -17
- package/docs/api-report.md +2 -0
- package/package.json +13 -13
|
@@ -5883,6 +5883,24 @@
|
|
|
5883
5883
|
"privacy": "protected",
|
|
5884
5884
|
"default": "false"
|
|
5885
5885
|
},
|
|
5886
|
+
{
|
|
5887
|
+
"kind": "method",
|
|
5888
|
+
"name": "datasourceStatusChanged",
|
|
5889
|
+
"parameters": [
|
|
5890
|
+
{
|
|
5891
|
+
"name": "prev",
|
|
5892
|
+
"type": {
|
|
5893
|
+
"text": "DatasourceStatus"
|
|
5894
|
+
}
|
|
5895
|
+
},
|
|
5896
|
+
{
|
|
5897
|
+
"name": "next",
|
|
5898
|
+
"type": {
|
|
5899
|
+
"text": "DatasourceStatus"
|
|
5900
|
+
}
|
|
5901
|
+
}
|
|
5902
|
+
]
|
|
5903
|
+
},
|
|
5886
5904
|
{
|
|
5887
5905
|
"kind": "field",
|
|
5888
5906
|
"name": "agGrid",
|
|
@@ -6076,6 +6094,12 @@
|
|
|
6076
6094
|
"fieldName": "rowIdAttr"
|
|
6077
6095
|
}
|
|
6078
6096
|
],
|
|
6097
|
+
"mixins": [
|
|
6098
|
+
{
|
|
6099
|
+
"name": "DatasourceEventHandler",
|
|
6100
|
+
"package": "@genesislcap/foundation-comms"
|
|
6101
|
+
}
|
|
6102
|
+
],
|
|
6079
6103
|
"superclass": {
|
|
6080
6104
|
"name": "FoundationElement",
|
|
6081
6105
|
"package": "@microsoft/fast-foundation"
|
|
@@ -6492,6 +6516,28 @@
|
|
|
6492
6516
|
"module": "src/datasource/base.datasource.ts"
|
|
6493
6517
|
}
|
|
6494
6518
|
},
|
|
6519
|
+
{
|
|
6520
|
+
"kind": "method",
|
|
6521
|
+
"name": "datasourceStatusChanged",
|
|
6522
|
+
"parameters": [
|
|
6523
|
+
{
|
|
6524
|
+
"name": "prev",
|
|
6525
|
+
"type": {
|
|
6526
|
+
"text": "DatasourceStatus"
|
|
6527
|
+
}
|
|
6528
|
+
},
|
|
6529
|
+
{
|
|
6530
|
+
"name": "next",
|
|
6531
|
+
"type": {
|
|
6532
|
+
"text": "DatasourceStatus"
|
|
6533
|
+
}
|
|
6534
|
+
}
|
|
6535
|
+
],
|
|
6536
|
+
"inheritedFrom": {
|
|
6537
|
+
"name": "GenesisGridDatasourceElement",
|
|
6538
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6539
|
+
}
|
|
6540
|
+
},
|
|
6495
6541
|
{
|
|
6496
6542
|
"kind": "field",
|
|
6497
6543
|
"name": "agGrid",
|
|
@@ -7875,6 +7921,28 @@
|
|
|
7875
7921
|
"module": "src/datasource/base.datasource.ts"
|
|
7876
7922
|
}
|
|
7877
7923
|
},
|
|
7924
|
+
{
|
|
7925
|
+
"kind": "method",
|
|
7926
|
+
"name": "datasourceStatusChanged",
|
|
7927
|
+
"parameters": [
|
|
7928
|
+
{
|
|
7929
|
+
"name": "prev",
|
|
7930
|
+
"type": {
|
|
7931
|
+
"text": "DatasourceStatus"
|
|
7932
|
+
}
|
|
7933
|
+
},
|
|
7934
|
+
{
|
|
7935
|
+
"name": "next",
|
|
7936
|
+
"type": {
|
|
7937
|
+
"text": "DatasourceStatus"
|
|
7938
|
+
}
|
|
7939
|
+
}
|
|
7940
|
+
],
|
|
7941
|
+
"inheritedFrom": {
|
|
7942
|
+
"name": "GenesisGridDatasourceElement",
|
|
7943
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7944
|
+
}
|
|
7945
|
+
},
|
|
7878
7946
|
{
|
|
7879
7947
|
"kind": "field",
|
|
7880
7948
|
"name": "agGrid",
|
|
@@ -9286,6 +9354,28 @@
|
|
|
9286
9354
|
"module": "src/datasource/base.datasource.ts"
|
|
9287
9355
|
}
|
|
9288
9356
|
},
|
|
9357
|
+
{
|
|
9358
|
+
"kind": "method",
|
|
9359
|
+
"name": "datasourceStatusChanged",
|
|
9360
|
+
"parameters": [
|
|
9361
|
+
{
|
|
9362
|
+
"name": "prev",
|
|
9363
|
+
"type": {
|
|
9364
|
+
"text": "DatasourceStatus"
|
|
9365
|
+
}
|
|
9366
|
+
},
|
|
9367
|
+
{
|
|
9368
|
+
"name": "next",
|
|
9369
|
+
"type": {
|
|
9370
|
+
"text": "DatasourceStatus"
|
|
9371
|
+
}
|
|
9372
|
+
}
|
|
9373
|
+
],
|
|
9374
|
+
"inheritedFrom": {
|
|
9375
|
+
"name": "GenesisGridDatasourceElement",
|
|
9376
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9377
|
+
}
|
|
9378
|
+
},
|
|
9289
9379
|
{
|
|
9290
9380
|
"kind": "field",
|
|
9291
9381
|
"name": "agGrid",
|
|
@@ -10819,6 +10909,28 @@
|
|
|
10819
10909
|
"module": "src/datasource/base.datasource.ts"
|
|
10820
10910
|
}
|
|
10821
10911
|
},
|
|
10912
|
+
{
|
|
10913
|
+
"kind": "method",
|
|
10914
|
+
"name": "datasourceStatusChanged",
|
|
10915
|
+
"parameters": [
|
|
10916
|
+
{
|
|
10917
|
+
"name": "prev",
|
|
10918
|
+
"type": {
|
|
10919
|
+
"text": "DatasourceStatus"
|
|
10920
|
+
}
|
|
10921
|
+
},
|
|
10922
|
+
{
|
|
10923
|
+
"name": "next",
|
|
10924
|
+
"type": {
|
|
10925
|
+
"text": "DatasourceStatus"
|
|
10926
|
+
}
|
|
10927
|
+
}
|
|
10928
|
+
],
|
|
10929
|
+
"inheritedFrom": {
|
|
10930
|
+
"name": "GenesisGridDatasourceElement",
|
|
10931
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10932
|
+
}
|
|
10933
|
+
},
|
|
10822
10934
|
{
|
|
10823
10935
|
"kind": "field",
|
|
10824
10936
|
"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":"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
|
|
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"}
|
|
@@ -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/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).
|
|
@@ -2274,7 +2597,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2274
2597
|
readonly offsetParent: Element;
|
|
2275
2598
|
readonly offsetTop: number;
|
|
2276
2599
|
readonly offsetWidth: number;
|
|
2277
|
-
outerText: string;
|
|
2600
|
+
outerText: string; /**
|
|
2601
|
+
* Initializes the datasource.
|
|
2602
|
+
* @public
|
|
2603
|
+
* @param columnDefinitions - Optionally set the `gridOptions` up with column definitions
|
|
2604
|
+
* @param columnStates - Optionally set the grid up with column state
|
|
2605
|
+
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
2606
|
+
*/
|
|
2278
2607
|
spellcheck: boolean;
|
|
2279
2608
|
title: string;
|
|
2280
2609
|
translate: boolean;
|
|
@@ -2317,11 +2646,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2317
2646
|
getAttributeNode(qualifiedName: string): Attr;
|
|
2318
2647
|
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
2319
2648
|
getBoundingClientRect(): DOMRect;
|
|
2320
|
-
/**
|
|
2321
|
-
* Resets the datasource to its initial state.
|
|
2322
|
-
* @public
|
|
2323
|
-
* @deprecated Use `deinit` instead
|
|
2324
|
-
*/
|
|
2325
2649
|
getClientRects(): DOMRectList;
|
|
2326
2650
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2327
2651
|
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
@@ -2340,9 +2664,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2340
2664
|
matches(selectors: string): boolean;
|
|
2341
2665
|
releasePointerCapture(pointerId: number): void;
|
|
2342
2666
|
removeAttribute(qualifiedName: string): void;
|
|
2343
|
-
/**
|
|
2344
|
-
* Force the grid to redispatch the current rows
|
|
2345
|
-
*/
|
|
2346
2667
|
removeAttributeNS(namespace: string, localName: string): void;
|
|
2347
2668
|
removeAttributeNode(attr: Attr): Attr;
|
|
2348
2669
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
@@ -2402,13 +2723,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2402
2723
|
readonly DOCUMENT_TYPE_NODE: number;
|
|
2403
2724
|
readonly ELEMENT_NODE: number;
|
|
2404
2725
|
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
2726
|
readonly ENTITY_REFERENCE_NODE: number;
|
|
2413
2727
|
readonly NOTATION_NODE: number;
|
|
2414
2728
|
readonly PROCESSING_INSTRUCTION_NODE: number;
|
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';
|
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",
|
|
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",
|
|
42
|
+
"@genesislcap/genx": "14.188.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.188.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.188.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.188.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.188.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.188.0",
|
|
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",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.188.0",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.188.0",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.188.0",
|
|
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": "c262f43925f3066a3d5515753ef3dd14b6945199"
|
|
81
81
|
}
|