@genesislcap/grid-pro 14.167.0 → 14.167.1-genc-279.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 +142 -0
- package/dist/dts/column/column.d.ts +328 -1
- package/dist/dts/column/column.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +1 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/esm/column/column.js +17 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +17 -0
- package/dist/grid-pro.api.json +34 -2
- package/dist/grid-pro.d.ts +329 -1
- package/docs/api/grid-pro.gridprocolumn.deepclone.md +15 -0
- package/docs/api/grid-pro.gridprocolumn.md +3 -2
- package/docs/api-report.md +5 -1
- package/package.json +13 -13
|
@@ -5323,6 +5323,90 @@
|
|
|
5323
5323
|
"name": "slottedAgCellChanged",
|
|
5324
5324
|
"privacy": "public"
|
|
5325
5325
|
},
|
|
5326
|
+
{
|
|
5327
|
+
"kind": "method",
|
|
5328
|
+
"name": "deepClone",
|
|
5329
|
+
"return": {
|
|
5330
|
+
"type": {
|
|
5331
|
+
"text": "Node"
|
|
5332
|
+
}
|
|
5333
|
+
},
|
|
5334
|
+
"inheritedFrom": {
|
|
5335
|
+
"name": "LifecycleMixin",
|
|
5336
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5337
|
+
}
|
|
5338
|
+
},
|
|
5339
|
+
{
|
|
5340
|
+
"kind": "method",
|
|
5341
|
+
"name": "cloneNode",
|
|
5342
|
+
"return": {
|
|
5343
|
+
"type": {
|
|
5344
|
+
"text": "Node"
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
5347
|
+
"parameters": [
|
|
5348
|
+
{
|
|
5349
|
+
"name": "deep",
|
|
5350
|
+
"optional": true,
|
|
5351
|
+
"type": {
|
|
5352
|
+
"text": "boolean"
|
|
5353
|
+
}
|
|
5354
|
+
}
|
|
5355
|
+
],
|
|
5356
|
+
"inheritedFrom": {
|
|
5357
|
+
"name": "LifecycleMixin",
|
|
5358
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5359
|
+
}
|
|
5360
|
+
},
|
|
5361
|
+
{
|
|
5362
|
+
"kind": "field",
|
|
5363
|
+
"name": "shouldRunDisconnect",
|
|
5364
|
+
"return": {
|
|
5365
|
+
"type": {
|
|
5366
|
+
"text": ""
|
|
5367
|
+
}
|
|
5368
|
+
},
|
|
5369
|
+
"readonly": true,
|
|
5370
|
+
"inheritedFrom": {
|
|
5371
|
+
"name": "LifecycleMixin",
|
|
5372
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5373
|
+
}
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"kind": "field",
|
|
5377
|
+
"name": "shouldRunConnect",
|
|
5378
|
+
"return": {
|
|
5379
|
+
"type": {
|
|
5380
|
+
"text": ""
|
|
5381
|
+
}
|
|
5382
|
+
},
|
|
5383
|
+
"readonly": true,
|
|
5384
|
+
"inheritedFrom": {
|
|
5385
|
+
"name": "LifecycleMixin",
|
|
5386
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5387
|
+
}
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "method",
|
|
5391
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5392
|
+
"return": {
|
|
5393
|
+
"type": {
|
|
5394
|
+
"text": "boolean"
|
|
5395
|
+
}
|
|
5396
|
+
},
|
|
5397
|
+
"parameters": [
|
|
5398
|
+
{
|
|
5399
|
+
"name": "lifecycleType",
|
|
5400
|
+
"type": {
|
|
5401
|
+
"text": "Lifecycletype"
|
|
5402
|
+
}
|
|
5403
|
+
}
|
|
5404
|
+
],
|
|
5405
|
+
"inheritedFrom": {
|
|
5406
|
+
"name": "LifecycleMixin",
|
|
5407
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5408
|
+
}
|
|
5409
|
+
},
|
|
5326
5410
|
{
|
|
5327
5411
|
"kind": "field",
|
|
5328
5412
|
"name": "_presentation",
|
|
@@ -5435,6 +5519,12 @@
|
|
|
5435
5519
|
}
|
|
5436
5520
|
}
|
|
5437
5521
|
],
|
|
5522
|
+
"mixins": [
|
|
5523
|
+
{
|
|
5524
|
+
"name": "LifecycleMixin",
|
|
5525
|
+
"package": "@genesislcap/foundation-utils"
|
|
5526
|
+
}
|
|
5527
|
+
],
|
|
5438
5528
|
"superclass": {
|
|
5439
5529
|
"name": "FoundationElement",
|
|
5440
5530
|
"package": "@microsoft/fast-foundation"
|
|
@@ -6867,6 +6957,34 @@
|
|
|
6867
6957
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6868
6958
|
}
|
|
6869
6959
|
},
|
|
6960
|
+
{
|
|
6961
|
+
"kind": "method",
|
|
6962
|
+
"name": "colDefsDeepClone",
|
|
6963
|
+
"privacy": "private",
|
|
6964
|
+
"return": {
|
|
6965
|
+
"type": {
|
|
6966
|
+
"text": "ColDef[]"
|
|
6967
|
+
}
|
|
6968
|
+
},
|
|
6969
|
+
"parameters": [
|
|
6970
|
+
{
|
|
6971
|
+
"name": "key",
|
|
6972
|
+
"type": {
|
|
6973
|
+
"text": "string"
|
|
6974
|
+
}
|
|
6975
|
+
},
|
|
6976
|
+
{
|
|
6977
|
+
"name": "copy",
|
|
6978
|
+
"type": {
|
|
6979
|
+
"text": "any"
|
|
6980
|
+
}
|
|
6981
|
+
}
|
|
6982
|
+
],
|
|
6983
|
+
"inheritedFrom": {
|
|
6984
|
+
"name": "GridProGenesisDatasource",
|
|
6985
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6986
|
+
}
|
|
6987
|
+
},
|
|
6870
6988
|
{
|
|
6871
6989
|
"kind": "method",
|
|
6872
6990
|
"name": "init",
|
|
@@ -9703,6 +9821,30 @@
|
|
|
9703
9821
|
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
9704
9822
|
}
|
|
9705
9823
|
},
|
|
9824
|
+
{
|
|
9825
|
+
"kind": "method",
|
|
9826
|
+
"name": "colDefsDeepClone",
|
|
9827
|
+
"privacy": "private",
|
|
9828
|
+
"return": {
|
|
9829
|
+
"type": {
|
|
9830
|
+
"text": "ColDef[]"
|
|
9831
|
+
}
|
|
9832
|
+
},
|
|
9833
|
+
"parameters": [
|
|
9834
|
+
{
|
|
9835
|
+
"name": "key",
|
|
9836
|
+
"type": {
|
|
9837
|
+
"text": "string"
|
|
9838
|
+
}
|
|
9839
|
+
},
|
|
9840
|
+
{
|
|
9841
|
+
"name": "copy",
|
|
9842
|
+
"type": {
|
|
9843
|
+
"text": "any"
|
|
9844
|
+
}
|
|
9845
|
+
}
|
|
9846
|
+
]
|
|
9847
|
+
},
|
|
9706
9848
|
{
|
|
9707
9849
|
"kind": "method",
|
|
9708
9850
|
"name": "init",
|
|
@@ -1,13 +1,340 @@
|
|
|
1
1
|
import { ColDef } from '@ag-grid-community/core';
|
|
2
2
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
|
+
declare const GridProColumn_base: (new (...args: any[]) => {
|
|
4
|
+
"__#1@#_container": import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
5
|
+
"__#1@#_latestTokenCode": string;
|
|
6
|
+
"__#1@#_hasFirstLoaded": boolean;
|
|
7
|
+
"__#1@#_cleanupTimeout": NodeJS.Timeout;
|
|
8
|
+
"__#1@#_shouldForceLifecycle": boolean;
|
|
9
|
+
cloneNode(deep?: boolean): Node;
|
|
10
|
+
deepClone(): Node;
|
|
11
|
+
readonly shouldRunDisconnect: boolean;
|
|
12
|
+
readonly shouldRunConnect: boolean;
|
|
13
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
14
|
+
"__#1@#_tryFindContainingLayout"(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
15
|
+
connectedCallback(): void;
|
|
16
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
17
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
18
|
+
disconnectedCallback(): void;
|
|
19
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
20
|
+
accessKey: string;
|
|
21
|
+
readonly accessKeyLabel: string;
|
|
22
|
+
autocapitalize: string;
|
|
23
|
+
dir: string;
|
|
24
|
+
draggable: boolean;
|
|
25
|
+
hidden: boolean;
|
|
26
|
+
inert: boolean;
|
|
27
|
+
innerText: string;
|
|
28
|
+
lang: string;
|
|
29
|
+
readonly offsetHeight: number;
|
|
30
|
+
readonly offsetLeft: number;
|
|
31
|
+
readonly offsetParent: Element;
|
|
32
|
+
readonly offsetTop: number;
|
|
33
|
+
readonly offsetWidth: number;
|
|
34
|
+
outerText: string;
|
|
35
|
+
spellcheck: boolean;
|
|
36
|
+
title: string;
|
|
37
|
+
translate: boolean;
|
|
38
|
+
attachInternals(): ElementInternals;
|
|
39
|
+
click(): void;
|
|
40
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
41
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
42
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
43
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
44
|
+
readonly attributes: NamedNodeMap;
|
|
45
|
+
readonly classList: DOMTokenList;
|
|
46
|
+
className: string;
|
|
47
|
+
readonly clientHeight: number;
|
|
48
|
+
readonly clientLeft: number;
|
|
49
|
+
readonly clientTop: number;
|
|
50
|
+
readonly clientWidth: number;
|
|
51
|
+
id: string;
|
|
52
|
+
readonly localName: string;
|
|
53
|
+
readonly namespaceURI: string;
|
|
54
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
55
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
56
|
+
outerHTML: string;
|
|
57
|
+
readonly ownerDocument: Document;
|
|
58
|
+
readonly part: DOMTokenList;
|
|
59
|
+
readonly prefix: string;
|
|
60
|
+
readonly scrollHeight: number;
|
|
61
|
+
scrollLeft: number;
|
|
62
|
+
scrollTop: number;
|
|
63
|
+
readonly scrollWidth: number;
|
|
64
|
+
readonly shadowRoot: ShadowRoot;
|
|
65
|
+
slot: string;
|
|
66
|
+
readonly tagName: string;
|
|
67
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
68
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
69
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
70
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
71
|
+
getAttribute(qualifiedName: string): string;
|
|
72
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
73
|
+
getAttributeNames(): string[];
|
|
74
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
75
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
76
|
+
getBoundingClientRect(): DOMRect;
|
|
77
|
+
getClientRects(): DOMRectList;
|
|
78
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
79
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
80
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
81
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
82
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
83
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
84
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
85
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
86
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
87
|
+
hasAttributes(): boolean;
|
|
88
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
89
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
90
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
91
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
92
|
+
matches(selectors: string): boolean;
|
|
93
|
+
releasePointerCapture(pointerId: number): void;
|
|
94
|
+
removeAttribute(qualifiedName: string): void;
|
|
95
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
96
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
97
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
98
|
+
requestPointerLock(): void;
|
|
99
|
+
scroll(options?: ScrollToOptions): void;
|
|
100
|
+
scroll(x: number, y: number): void;
|
|
101
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
102
|
+
scrollBy(x: number, y: number): void;
|
|
103
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
104
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
105
|
+
scrollTo(x: number, y: number): void;
|
|
106
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
107
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
108
|
+
setAttributeNode(attr: Attr): Attr;
|
|
109
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
110
|
+
setPointerCapture(pointerId: number): void;
|
|
111
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
112
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
113
|
+
readonly baseURI: string;
|
|
114
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
115
|
+
readonly firstChild: ChildNode;
|
|
116
|
+
readonly isConnected: boolean;
|
|
117
|
+
readonly lastChild: ChildNode;
|
|
118
|
+
readonly nextSibling: ChildNode;
|
|
119
|
+
readonly nodeName: string;
|
|
120
|
+
readonly nodeType: number;
|
|
121
|
+
nodeValue: string;
|
|
122
|
+
readonly parentElement: HTMLElement;
|
|
123
|
+
readonly parentNode: ParentNode;
|
|
124
|
+
readonly previousSibling: ChildNode;
|
|
125
|
+
textContent: string;
|
|
126
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
127
|
+
compareDocumentPosition(other: Node): number;
|
|
128
|
+
contains(other: Node): boolean;
|
|
129
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
130
|
+
hasChildNodes(): boolean;
|
|
131
|
+
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
132
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
133
|
+
isEqualNode(otherNode: Node): boolean;
|
|
134
|
+
isSameNode(otherNode: Node): boolean;
|
|
135
|
+
lookupNamespaceURI(prefix: string): string;
|
|
136
|
+
lookupPrefix(namespace: string): string;
|
|
137
|
+
normalize(): void;
|
|
138
|
+
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
139
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
140
|
+
readonly ATTRIBUTE_NODE: number;
|
|
141
|
+
readonly CDATA_SECTION_NODE: number;
|
|
142
|
+
readonly COMMENT_NODE: number;
|
|
143
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
144
|
+
readonly DOCUMENT_NODE: number;
|
|
145
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
146
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
147
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
148
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
149
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
150
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
151
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
152
|
+
readonly ELEMENT_NODE: number;
|
|
153
|
+
readonly ENTITY_NODE: number;
|
|
154
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
155
|
+
readonly NOTATION_NODE: number;
|
|
156
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
157
|
+
readonly TEXT_NODE: number;
|
|
158
|
+
dispatchEvent(event: Event): boolean;
|
|
159
|
+
ariaAtomic: string;
|
|
160
|
+
ariaAutoComplete: string;
|
|
161
|
+
ariaBusy: string;
|
|
162
|
+
ariaChecked: string;
|
|
163
|
+
ariaColCount: string;
|
|
164
|
+
ariaColIndex: string;
|
|
165
|
+
ariaColIndexText: string;
|
|
166
|
+
ariaColSpan: string;
|
|
167
|
+
ariaCurrent: string;
|
|
168
|
+
ariaDisabled: string;
|
|
169
|
+
ariaExpanded: string;
|
|
170
|
+
ariaHasPopup: string;
|
|
171
|
+
ariaHidden: string;
|
|
172
|
+
ariaInvalid: string;
|
|
173
|
+
ariaKeyShortcuts: string;
|
|
174
|
+
ariaLabel: string;
|
|
175
|
+
ariaLevel: string;
|
|
176
|
+
ariaLive: string;
|
|
177
|
+
ariaModal: string;
|
|
178
|
+
ariaMultiLine: string;
|
|
179
|
+
ariaMultiSelectable: string;
|
|
180
|
+
ariaOrientation: string;
|
|
181
|
+
ariaPlaceholder: string;
|
|
182
|
+
ariaPosInSet: string;
|
|
183
|
+
ariaPressed: string;
|
|
184
|
+
ariaReadOnly: string;
|
|
185
|
+
ariaRequired: string;
|
|
186
|
+
ariaRoleDescription: string;
|
|
187
|
+
ariaRowCount: string;
|
|
188
|
+
ariaRowIndex: string;
|
|
189
|
+
ariaRowIndexText: string;
|
|
190
|
+
ariaRowSpan: string;
|
|
191
|
+
ariaSelected: string;
|
|
192
|
+
ariaSetSize: string;
|
|
193
|
+
ariaSort: string;
|
|
194
|
+
ariaValueMax: string;
|
|
195
|
+
ariaValueMin: string;
|
|
196
|
+
ariaValueNow: string;
|
|
197
|
+
ariaValueText: string;
|
|
198
|
+
role: string;
|
|
199
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
200
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
201
|
+
after(...nodes: (string | Node)[]): void;
|
|
202
|
+
before(...nodes: (string | Node)[]): void;
|
|
203
|
+
remove(): void;
|
|
204
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
205
|
+
innerHTML: string;
|
|
206
|
+
readonly nextElementSibling: Element;
|
|
207
|
+
readonly previousElementSibling: Element;
|
|
208
|
+
readonly childElementCount: number;
|
|
209
|
+
readonly children: HTMLCollection;
|
|
210
|
+
readonly firstElementChild: Element;
|
|
211
|
+
readonly lastElementChild: Element;
|
|
212
|
+
append(...nodes: (string | Node)[]): void;
|
|
213
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
214
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
215
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
216
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
217
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
218
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
219
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
220
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
221
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
222
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
223
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
224
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
225
|
+
readonly style: CSSStyleDeclaration;
|
|
226
|
+
contentEditable: string;
|
|
227
|
+
enterKeyHint: string;
|
|
228
|
+
inputMode: string;
|
|
229
|
+
readonly isContentEditable: boolean;
|
|
230
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
231
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
232
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
233
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
234
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
235
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
236
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
237
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
238
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
239
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
240
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
241
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
242
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
243
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
244
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
245
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
246
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
247
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
248
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
249
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
250
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
251
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
252
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
253
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
254
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
255
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
256
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
257
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
258
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
259
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
260
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
261
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
262
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
263
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
264
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
265
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
266
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
267
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
268
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
269
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
270
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
271
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
272
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
273
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
274
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
275
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
276
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
277
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
278
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
279
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
280
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
281
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
282
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
283
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
284
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
285
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
286
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
287
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
288
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
289
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
290
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
291
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
292
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
293
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
294
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
295
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
296
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
297
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
298
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
299
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
300
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
301
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
302
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
303
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
304
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
305
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
306
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
307
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
308
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
309
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
310
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
311
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
312
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
313
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
314
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
315
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
316
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
317
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
318
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
319
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
320
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
321
|
+
autofocus: boolean;
|
|
322
|
+
readonly dataset: DOMStringMap;
|
|
323
|
+
nonce?: string;
|
|
324
|
+
tabIndex: number;
|
|
325
|
+
blur(): void;
|
|
326
|
+
focus(options?: FocusOptions): void;
|
|
327
|
+
}) & typeof FoundationElement;
|
|
3
328
|
/**
|
|
4
329
|
* The Grid Pro Column element.
|
|
5
330
|
* @remarks Used insde the Grid Pro element, to specify the column definitions (ColDef) for a given column.
|
|
6
331
|
* @public
|
|
7
332
|
*/
|
|
8
|
-
export declare class GridProColumn extends
|
|
333
|
+
export declare class GridProColumn extends GridProColumn_base {
|
|
9
334
|
slottedAgCell: HTMLElement[];
|
|
10
335
|
definition: ColDef;
|
|
11
336
|
slottedAgCellChanged(): void;
|
|
337
|
+
deepClone(): Node;
|
|
12
338
|
}
|
|
339
|
+
export {};
|
|
13
340
|
//# sourceMappingURL=column.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"column.d.ts","sourceRoot":"","sources":["../../../src/column/column.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"column.d.ts","sourceRoot":"","sources":["../../../src/column/column.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAGjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG/D;;;;GAIG;AACH,qBAIa,aAAc,SAAQ,kBAAiC;IAC/C,aAAa,EAAE,WAAW,EAAE,CAAC;IACpC,UAAU,EAAE,MAAM,CAAM;IAE7B,oBAAoB;IAElB,SAAS,IAAI,IAAI;CAgB3B"}
|
|
@@ -353,6 +353,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
353
353
|
connectedCallback(): void;
|
|
354
354
|
disconnectedCallback(): void;
|
|
355
355
|
deepClone(): Node;
|
|
356
|
+
private colDefsDeepClone;
|
|
356
357
|
/**
|
|
357
358
|
* Initializes the datasource.
|
|
358
359
|
* @public
|
|
@@ -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,EAYX,MAAM,+BAA+B,CAAC;AAKvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWtE;;;;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;IAEzB,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;;;;;;OAMG;IACG,IAAI,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,EAAE,YAAY,CAAC,EAAE,WAAW,EAAE;IAyDrE;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA8BL;;;OAGG;IACH,OAAO;IAYP;;OAEG;IACH,WAAW;IAIX;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAUlB;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAYhC;;;;;;OAMG;YACW,gBAAgB;IA0D9B,OAAO,CAAC,cAAc;IActB,YAAY,CAAC,MAAM,KAAA;IAOnB,OAAO,CAAC,iBAAiB;IAiBzB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IA2C9B,OAAO,CAAC,mBAAmB;YAsBb,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;CAGR"}
|
|
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,EAYX,MAAM,+BAA+B,CAAC;AAKvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWtE;;;;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;IAEzB,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;IAyDrE;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA8BL;;;OAGG;IACH,OAAO;IAYP;;OAEG;IACH,WAAW;IAIX;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAUlB;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAYhC;;;;;;OAMG;YACW,gBAAgB;IA0D9B,OAAO,CAAC,cAAc;IActB,YAAY,CAAC,MAAM,KAAA;IAOnB,OAAO,CAAC,iBAAiB;IAiBzB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IA2C9B,OAAO,CAAC,mBAAmB;YAsBb,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;CAGR"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
|
+
import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
2
3
|
import { customElement, observable } from '@microsoft/fast-element';
|
|
3
4
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
4
5
|
import { ColumnTemplate as template } from './column.template';
|
|
@@ -7,12 +8,27 @@ import { ColumnTemplate as template } from './column.template';
|
|
|
7
8
|
* @remarks Used insde the Grid Pro element, to specify the column definitions (ColDef) for a given column.
|
|
8
9
|
* @public
|
|
9
10
|
*/
|
|
10
|
-
let GridProColumn = class GridProColumn extends FoundationElement {
|
|
11
|
+
let GridProColumn = class GridProColumn extends LifecycleMixin(FoundationElement) {
|
|
11
12
|
constructor() {
|
|
12
13
|
super(...arguments);
|
|
13
14
|
this.definition = {};
|
|
14
15
|
}
|
|
15
16
|
slottedAgCellChanged() { }
|
|
17
|
+
deepClone() {
|
|
18
|
+
const copy = super.deepClone();
|
|
19
|
+
copy.definition = {};
|
|
20
|
+
if (this.definition) {
|
|
21
|
+
Object.keys(this.definition).forEach((key) => {
|
|
22
|
+
if (typeof this.definition[key] === 'function') {
|
|
23
|
+
copy.definition[key] = this.definition[key].bind(copy);
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
copy.definition[key] = structuredClone(this.definition[key]);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
return copy;
|
|
31
|
+
}
|
|
16
32
|
};
|
|
17
33
|
__decorate([
|
|
18
34
|
observable
|
|
@@ -79,6 +79,9 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
79
79
|
if (typeof this.deferredGridOptions[key] === 'function') {
|
|
80
80
|
copy.deferredGridOptions[key] = this.deferredGridOptions[key].bind(copy);
|
|
81
81
|
}
|
|
82
|
+
else if (key === 'columnDefs' && this.deferredGridOptions[key].length) {
|
|
83
|
+
copy.deferredGridOptions[key] = this.colDefsDeepClone(key, copy);
|
|
84
|
+
}
|
|
82
85
|
else {
|
|
83
86
|
copy.deferredGridOptions[key] = structuredClone(this.deferredGridOptions[key]);
|
|
84
87
|
}
|
|
@@ -88,6 +91,20 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
88
91
|
copy.request = structuredClone(this.request);
|
|
89
92
|
return copy;
|
|
90
93
|
}
|
|
94
|
+
colDefsDeepClone(key, copy) {
|
|
95
|
+
return this.deferredGridOptions[key].map((columnDefinition) => {
|
|
96
|
+
const definitionCopy = {};
|
|
97
|
+
Object.keys(columnDefinition).forEach((fieldKey) => {
|
|
98
|
+
if (typeof columnDefinition[fieldKey] === 'function') {
|
|
99
|
+
definitionCopy[fieldKey] = columnDefinition[fieldKey].bind(copy);
|
|
100
|
+
}
|
|
101
|
+
else {
|
|
102
|
+
definitionCopy[fieldKey] = structuredClone(columnDefinition[fieldKey]);
|
|
103
|
+
}
|
|
104
|
+
});
|
|
105
|
+
return definitionCopy;
|
|
106
|
+
});
|
|
107
|
+
}
|
|
91
108
|
// Genesis Specific
|
|
92
109
|
/**
|
|
93
110
|
* Initializes the datasource.
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -9885,8 +9885,8 @@
|
|
|
9885
9885
|
},
|
|
9886
9886
|
{
|
|
9887
9887
|
"kind": "Reference",
|
|
9888
|
-
"text": "
|
|
9889
|
-
"canonicalReference": "@
|
|
9888
|
+
"text": "GridProColumn_base",
|
|
9889
|
+
"canonicalReference": "@genesislcap/grid-pro!~GridProColumn_base"
|
|
9890
9890
|
},
|
|
9891
9891
|
{
|
|
9892
9892
|
"kind": "Content",
|
|
@@ -9899,6 +9899,38 @@
|
|
|
9899
9899
|
"name": "GridProColumn",
|
|
9900
9900
|
"preserveMemberOrder": false,
|
|
9901
9901
|
"members": [
|
|
9902
|
+
{
|
|
9903
|
+
"kind": "Method",
|
|
9904
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProColumn#deepClone:member(1)",
|
|
9905
|
+
"docComment": "",
|
|
9906
|
+
"excerptTokens": [
|
|
9907
|
+
{
|
|
9908
|
+
"kind": "Content",
|
|
9909
|
+
"text": "deepClone(): "
|
|
9910
|
+
},
|
|
9911
|
+
{
|
|
9912
|
+
"kind": "Reference",
|
|
9913
|
+
"text": "Node",
|
|
9914
|
+
"canonicalReference": "!Node:interface"
|
|
9915
|
+
},
|
|
9916
|
+
{
|
|
9917
|
+
"kind": "Content",
|
|
9918
|
+
"text": ";"
|
|
9919
|
+
}
|
|
9920
|
+
],
|
|
9921
|
+
"isStatic": false,
|
|
9922
|
+
"returnTypeTokenRange": {
|
|
9923
|
+
"startIndex": 1,
|
|
9924
|
+
"endIndex": 2
|
|
9925
|
+
},
|
|
9926
|
+
"releaseTag": "Public",
|
|
9927
|
+
"isProtected": false,
|
|
9928
|
+
"overloadIndex": 1,
|
|
9929
|
+
"parameters": [],
|
|
9930
|
+
"isOptional": false,
|
|
9931
|
+
"isAbstract": false,
|
|
9932
|
+
"name": "deepClone"
|
|
9933
|
+
},
|
|
9902
9934
|
{
|
|
9903
9935
|
"kind": "Property",
|
|
9904
9936
|
"canonicalReference": "@genesislcap/grid-pro!GridProColumn#definition:member",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1734,12 +1734,339 @@ export declare class GridProClientSideDatasource extends GridProGenesisDatasourc
|
|
|
1734
1734
|
* @remarks Used insde the Grid Pro element, to specify the column definitions (ColDef) for a given column.
|
|
1735
1735
|
* @public
|
|
1736
1736
|
*/
|
|
1737
|
-
export declare class GridProColumn extends
|
|
1737
|
+
export declare class GridProColumn extends GridProColumn_base {
|
|
1738
1738
|
slottedAgCell: HTMLElement[];
|
|
1739
1739
|
definition: ColDef;
|
|
1740
1740
|
slottedAgCellChanged(): void;
|
|
1741
|
+
deepClone(): Node;
|
|
1741
1742
|
}
|
|
1742
1743
|
|
|
1744
|
+
declare const GridProColumn_base: (new (...args: any[]) => {
|
|
1745
|
+
"__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
1746
|
+
"__#1@#_latestTokenCode": string;
|
|
1747
|
+
"__#1@#_hasFirstLoaded": boolean;
|
|
1748
|
+
"__#1@#_cleanupTimeout": NodeJS.Timeout;
|
|
1749
|
+
"__#1@#_shouldForceLifecycle": boolean;
|
|
1750
|
+
cloneNode(deep?: boolean): Node;
|
|
1751
|
+
deepClone(): Node;
|
|
1752
|
+
readonly shouldRunDisconnect: boolean;
|
|
1753
|
+
readonly shouldRunConnect: boolean;
|
|
1754
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
1755
|
+
"__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
1756
|
+
connectedCallback(): void;
|
|
1757
|
+
readonly $fastController: Controller;
|
|
1758
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
1759
|
+
disconnectedCallback(): void;
|
|
1760
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1761
|
+
accessKey: string;
|
|
1762
|
+
readonly accessKeyLabel: string;
|
|
1763
|
+
autocapitalize: string;
|
|
1764
|
+
dir: string;
|
|
1765
|
+
draggable: boolean;
|
|
1766
|
+
hidden: boolean;
|
|
1767
|
+
inert: boolean;
|
|
1768
|
+
innerText: string;
|
|
1769
|
+
lang: string;
|
|
1770
|
+
readonly offsetHeight: number;
|
|
1771
|
+
readonly offsetLeft: number;
|
|
1772
|
+
readonly offsetParent: Element;
|
|
1773
|
+
readonly offsetTop: number;
|
|
1774
|
+
readonly offsetWidth: number;
|
|
1775
|
+
outerText: string;
|
|
1776
|
+
spellcheck: boolean;
|
|
1777
|
+
title: string;
|
|
1778
|
+
translate: boolean;
|
|
1779
|
+
attachInternals(): ElementInternals;
|
|
1780
|
+
click(): void;
|
|
1781
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1782
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1783
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
1784
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1785
|
+
readonly attributes: NamedNodeMap;
|
|
1786
|
+
readonly classList: DOMTokenList;
|
|
1787
|
+
className: string;
|
|
1788
|
+
readonly clientHeight: number;
|
|
1789
|
+
readonly clientLeft: number;
|
|
1790
|
+
readonly clientTop: number;
|
|
1791
|
+
readonly clientWidth: number;
|
|
1792
|
+
id: string;
|
|
1793
|
+
readonly localName: string;
|
|
1794
|
+
readonly namespaceURI: string;
|
|
1795
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
1796
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
1797
|
+
outerHTML: string;
|
|
1798
|
+
readonly ownerDocument: Document;
|
|
1799
|
+
readonly part: DOMTokenList;
|
|
1800
|
+
readonly prefix: string;
|
|
1801
|
+
readonly scrollHeight: number;
|
|
1802
|
+
scrollLeft: number;
|
|
1803
|
+
scrollTop: number;
|
|
1804
|
+
readonly scrollWidth: number;
|
|
1805
|
+
readonly shadowRoot: ShadowRoot;
|
|
1806
|
+
slot: string;
|
|
1807
|
+
readonly tagName: string;
|
|
1808
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1809
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
1810
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
1811
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
1812
|
+
getAttribute(qualifiedName: string): string;
|
|
1813
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
1814
|
+
getAttributeNames(): string[];
|
|
1815
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
1816
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
1817
|
+
getBoundingClientRect(): DOMRect;
|
|
1818
|
+
getClientRects(): DOMRectList;
|
|
1819
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1820
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
1821
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
1822
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1823
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1824
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1825
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
1826
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1827
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
1828
|
+
hasAttributes(): boolean;
|
|
1829
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1830
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
1831
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1832
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1833
|
+
matches(selectors: string): boolean;
|
|
1834
|
+
releasePointerCapture(pointerId: number): void;
|
|
1835
|
+
removeAttribute(qualifiedName: string): void;
|
|
1836
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
1837
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1838
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1839
|
+
requestPointerLock(): void;
|
|
1840
|
+
scroll(options?: ScrollToOptions): void;
|
|
1841
|
+
scroll(x: number, y: number): void;
|
|
1842
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1843
|
+
scrollBy(x: number, y: number): void;
|
|
1844
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1845
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1846
|
+
scrollTo(x: number, y: number): void;
|
|
1847
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1848
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
1849
|
+
setAttributeNode(attr: Attr): Attr;
|
|
1850
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
1851
|
+
setPointerCapture(pointerId: number): void;
|
|
1852
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1853
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1854
|
+
readonly baseURI: string;
|
|
1855
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1856
|
+
readonly firstChild: ChildNode;
|
|
1857
|
+
readonly isConnected: boolean;
|
|
1858
|
+
readonly lastChild: ChildNode;
|
|
1859
|
+
readonly nextSibling: ChildNode;
|
|
1860
|
+
readonly nodeName: string;
|
|
1861
|
+
readonly nodeType: number;
|
|
1862
|
+
nodeValue: string;
|
|
1863
|
+
readonly parentElement: HTMLElement;
|
|
1864
|
+
readonly parentNode: ParentNode;
|
|
1865
|
+
readonly previousSibling: ChildNode;
|
|
1866
|
+
textContent: string;
|
|
1867
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
1868
|
+
compareDocumentPosition(other: Node): number;
|
|
1869
|
+
contains(other: Node): boolean;
|
|
1870
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1871
|
+
hasChildNodes(): boolean;
|
|
1872
|
+
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
1873
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
1874
|
+
isEqualNode(otherNode: Node): boolean;
|
|
1875
|
+
isSameNode(otherNode: Node): boolean;
|
|
1876
|
+
lookupNamespaceURI(prefix: string): string;
|
|
1877
|
+
lookupPrefix(namespace: string): string;
|
|
1878
|
+
normalize(): void;
|
|
1879
|
+
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
1880
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
1881
|
+
readonly ATTRIBUTE_NODE: number;
|
|
1882
|
+
readonly CDATA_SECTION_NODE: number;
|
|
1883
|
+
readonly COMMENT_NODE: number;
|
|
1884
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
1885
|
+
readonly DOCUMENT_NODE: number;
|
|
1886
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
1887
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
1888
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
1889
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
1890
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
1891
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
1892
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
1893
|
+
readonly ELEMENT_NODE: number;
|
|
1894
|
+
readonly ENTITY_NODE: number;
|
|
1895
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
1896
|
+
readonly NOTATION_NODE: number;
|
|
1897
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
1898
|
+
readonly TEXT_NODE: number;
|
|
1899
|
+
dispatchEvent(event: Event): boolean;
|
|
1900
|
+
ariaAtomic: string;
|
|
1901
|
+
ariaAutoComplete: string;
|
|
1902
|
+
ariaBusy: string;
|
|
1903
|
+
ariaChecked: string;
|
|
1904
|
+
ariaColCount: string;
|
|
1905
|
+
ariaColIndex: string;
|
|
1906
|
+
ariaColIndexText: string;
|
|
1907
|
+
ariaColSpan: string;
|
|
1908
|
+
ariaCurrent: string;
|
|
1909
|
+
ariaDisabled: string;
|
|
1910
|
+
ariaExpanded: string;
|
|
1911
|
+
ariaHasPopup: string;
|
|
1912
|
+
ariaHidden: string;
|
|
1913
|
+
ariaInvalid: string;
|
|
1914
|
+
ariaKeyShortcuts: string;
|
|
1915
|
+
ariaLabel: string;
|
|
1916
|
+
ariaLevel: string;
|
|
1917
|
+
ariaLive: string;
|
|
1918
|
+
ariaModal: string;
|
|
1919
|
+
ariaMultiLine: string;
|
|
1920
|
+
ariaMultiSelectable: string;
|
|
1921
|
+
ariaOrientation: string;
|
|
1922
|
+
ariaPlaceholder: string;
|
|
1923
|
+
ariaPosInSet: string;
|
|
1924
|
+
ariaPressed: string;
|
|
1925
|
+
ariaReadOnly: string;
|
|
1926
|
+
ariaRequired: string;
|
|
1927
|
+
ariaRoleDescription: string;
|
|
1928
|
+
ariaRowCount: string;
|
|
1929
|
+
ariaRowIndex: string;
|
|
1930
|
+
ariaRowIndexText: string;
|
|
1931
|
+
ariaRowSpan: string;
|
|
1932
|
+
ariaSelected: string;
|
|
1933
|
+
ariaSetSize: string;
|
|
1934
|
+
ariaSort: string;
|
|
1935
|
+
ariaValueMax: string;
|
|
1936
|
+
ariaValueMin: string;
|
|
1937
|
+
ariaValueNow: string;
|
|
1938
|
+
ariaValueText: string;
|
|
1939
|
+
role: string;
|
|
1940
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
1941
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1942
|
+
after(...nodes: (string | Node)[]): void;
|
|
1943
|
+
before(...nodes: (string | Node)[]): void;
|
|
1944
|
+
remove(): void;
|
|
1945
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1946
|
+
innerHTML: string;
|
|
1947
|
+
readonly nextElementSibling: Element;
|
|
1948
|
+
readonly previousElementSibling: Element;
|
|
1949
|
+
readonly childElementCount: number;
|
|
1950
|
+
readonly children: HTMLCollection;
|
|
1951
|
+
readonly firstElementChild: Element;
|
|
1952
|
+
readonly lastElementChild: Element;
|
|
1953
|
+
append(...nodes: (string | Node)[]): void;
|
|
1954
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1955
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
1956
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
1957
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
1958
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
1959
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
1960
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1961
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1962
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
1963
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1964
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1965
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
1966
|
+
readonly style: CSSStyleDeclaration;
|
|
1967
|
+
contentEditable: string;
|
|
1968
|
+
enterKeyHint: string;
|
|
1969
|
+
inputMode: string;
|
|
1970
|
+
readonly isContentEditable: boolean;
|
|
1971
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
1972
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1973
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1974
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1975
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
1976
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1977
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
1978
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
1979
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1980
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1981
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1982
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1983
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1984
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1985
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1986
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1987
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1988
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1989
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1990
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1991
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1992
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1993
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1994
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
1995
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1996
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1997
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1998
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
1999
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
2000
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
2001
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2002
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2003
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2004
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
2005
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
2006
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
2007
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2008
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2009
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2010
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2011
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2012
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2013
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2014
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2015
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2016
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2017
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2018
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
2019
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2020
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2021
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2022
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2023
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2024
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2025
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2026
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2027
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2028
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2029
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
2030
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
2031
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2032
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2033
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
2034
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2035
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
2036
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2037
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2038
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2039
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2040
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2041
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2042
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2043
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
2044
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2045
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2046
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2047
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
2048
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
2049
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
2050
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
2051
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
2052
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
2053
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
2054
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
2055
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2056
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2057
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2058
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2059
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2060
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
2061
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
2062
|
+
autofocus: boolean;
|
|
2063
|
+
readonly dataset: DOMStringMap;
|
|
2064
|
+
nonce?: string;
|
|
2065
|
+
tabIndex: number;
|
|
2066
|
+
blur(): void;
|
|
2067
|
+
focus(options?: FocusOptions): void;
|
|
2068
|
+
}) & typeof FoundationElement;
|
|
2069
|
+
|
|
1743
2070
|
/**
|
|
1744
2071
|
* A directive that renders a set of grid-pro-column elements from a given input binding
|
|
1745
2072
|
*
|
|
@@ -1776,6 +2103,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
1776
2103
|
connectedCallback(): void;
|
|
1777
2104
|
disconnectedCallback(): void;
|
|
1778
2105
|
deepClone(): Node;
|
|
2106
|
+
private colDefsDeepClone;
|
|
1779
2107
|
/**
|
|
1780
2108
|
* Initializes the datasource.
|
|
1781
2109
|
* @public
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProColumn](./grid-pro.gridprocolumn.md) > [deepClone](./grid-pro.gridprocolumn.deepclone.md)
|
|
4
|
+
|
|
5
|
+
## GridProColumn.deepClone() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
deepClone(): Node;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
Node
|
|
15
|
+
|
|
@@ -9,9 +9,9 @@ The Grid Pro Column element.
|
|
|
9
9
|
**Signature:**
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export declare class GridProColumn extends
|
|
12
|
+
export declare class GridProColumn extends GridProColumn_base
|
|
13
13
|
```
|
|
14
|
-
**Extends:**
|
|
14
|
+
**Extends:** GridProColumn\_base
|
|
15
15
|
|
|
16
16
|
## Remarks
|
|
17
17
|
|
|
@@ -28,5 +28,6 @@ Used insde the Grid Pro element, to specify the column definitions (ColDef) for
|
|
|
28
28
|
|
|
29
29
|
| Method | Modifiers | Description |
|
|
30
30
|
| --- | --- | --- |
|
|
31
|
+
| [deepClone()](./grid-pro.gridprocolumn.deepclone.md) | | |
|
|
31
32
|
| [slottedAgCellChanged()](./grid-pro.gridprocolumn.slottedagcellchanged.md) | | |
|
|
32
33
|
|
package/docs/api-report.md
CHANGED
|
@@ -928,8 +928,12 @@ export class GridProCell extends FoundationElement implements ICellRendererComp
|
|
|
928
928
|
export class GridProClientSideDatasource extends GridProGenesisDatasource {
|
|
929
929
|
}
|
|
930
930
|
|
|
931
|
+
// Warning: (ae-forgotten-export) The symbol "GridProColumn_base" needs to be exported by the entry point index.d.ts
|
|
932
|
+
//
|
|
931
933
|
// @public
|
|
932
|
-
export class GridProColumn extends
|
|
934
|
+
export class GridProColumn extends GridProColumn_base {
|
|
935
|
+
// (undocumented)
|
|
936
|
+
deepClone(): Node;
|
|
933
937
|
// (undocumented)
|
|
934
938
|
definition: ColDef;
|
|
935
939
|
// (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.167.
|
|
4
|
+
"version": "14.167.1-genc-279.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"test:debug": "genx test --debug"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@genesislcap/foundation-testing": "14.167.
|
|
34
|
-
"@genesislcap/genx": "14.167.
|
|
35
|
-
"@genesislcap/rollup-builder": "14.167.
|
|
36
|
-
"@genesislcap/ts-builder": "14.167.
|
|
37
|
-
"@genesislcap/uvu-playwright-builder": "14.167.
|
|
38
|
-
"@genesislcap/vite-builder": "14.167.
|
|
39
|
-
"@genesislcap/webpack-builder": "14.167.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.167.1-genc-279.1",
|
|
34
|
+
"@genesislcap/genx": "14.167.1-genc-279.1",
|
|
35
|
+
"@genesislcap/rollup-builder": "14.167.1-genc-279.1",
|
|
36
|
+
"@genesislcap/ts-builder": "14.167.1-genc-279.1",
|
|
37
|
+
"@genesislcap/uvu-playwright-builder": "14.167.1-genc-279.1",
|
|
38
|
+
"@genesislcap/vite-builder": "14.167.1-genc-279.1",
|
|
39
|
+
"@genesislcap/webpack-builder": "14.167.1-genc-279.1",
|
|
40
40
|
"rimraf": "^3.0.2"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@genesislcap/foundation-comms": "14.167.
|
|
44
|
-
"@genesislcap/foundation-logger": "14.167.
|
|
45
|
-
"@genesislcap/foundation-ui": "14.167.
|
|
46
|
-
"@genesislcap/foundation-utils": "14.167.
|
|
43
|
+
"@genesislcap/foundation-comms": "14.167.1-genc-279.1",
|
|
44
|
+
"@genesislcap/foundation-logger": "14.167.1-genc-279.1",
|
|
45
|
+
"@genesislcap/foundation-ui": "14.167.1-genc-279.1",
|
|
46
|
+
"@genesislcap/foundation-utils": "14.167.1-genc-279.1",
|
|
47
47
|
"@microsoft/fast-colors": "^5.3.1",
|
|
48
48
|
"@microsoft/fast-components": "^2.30.6",
|
|
49
49
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"customElements": "dist/custom-elements.json",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "fd011cb6a7e2fbc5f0de02472d56f7a445e8aeff"
|
|
73
73
|
}
|