@genesislcap/foundation-entity-management 14.225.3 → 14.225.4-alpha-9342136.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 +49 -49
- package/dist/dts/entities/entities.d.ts +80 -51
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/list/list.d.ts +46 -29
- package/dist/dts/list/list.d.ts.map +1 -1
- package/dist/dts/users/users.d.ts +46 -32
- package/dist/dts/users/users.d.ts.map +1 -1
- package/dist/dts/utils/search-bar-utils.d.ts +2 -2
- package/dist/dts/utils/search-bar-utils.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +2 -2
- package/dist/esm/list/list.js +1 -1
- package/dist/esm/users/users.js +1 -1
- package/dist/foundation-entity-management.api.json +85 -21
- package/dist/foundation-entity-management.d.ts +127 -84
- package/dist/tsdoc-metadata.json +1 -1
- package/docs/api/foundation-entity-management.buttoncellrenderer.md +14 -1
- package/docs/api/foundation-entity-management.geterrorformat.md +12 -1
- package/docs/api/foundation-entity-management.md +7 -2
- package/docs/{api-report.md → api-report.md.api.md} +2 -0
- package/package.json +22 -22
|
@@ -913,55 +913,6 @@
|
|
|
913
913
|
}
|
|
914
914
|
]
|
|
915
915
|
},
|
|
916
|
-
{
|
|
917
|
-
"kind": "javascript-module",
|
|
918
|
-
"path": "src/layouts/default.ts",
|
|
919
|
-
"declarations": [
|
|
920
|
-
{
|
|
921
|
-
"kind": "variable",
|
|
922
|
-
"name": "loginLayout",
|
|
923
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"kind": "variable",
|
|
927
|
-
"name": "defaultLayout",
|
|
928
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
929
|
-
}
|
|
930
|
-
],
|
|
931
|
-
"exports": [
|
|
932
|
-
{
|
|
933
|
-
"kind": "js",
|
|
934
|
-
"name": "loginLayout",
|
|
935
|
-
"declaration": {
|
|
936
|
-
"name": "loginLayout",
|
|
937
|
-
"module": "src/layouts/default.ts"
|
|
938
|
-
}
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"kind": "js",
|
|
942
|
-
"name": "defaultLayout",
|
|
943
|
-
"declaration": {
|
|
944
|
-
"name": "defaultLayout",
|
|
945
|
-
"module": "src/layouts/default.ts"
|
|
946
|
-
}
|
|
947
|
-
}
|
|
948
|
-
]
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"kind": "javascript-module",
|
|
952
|
-
"path": "src/layouts/index.ts",
|
|
953
|
-
"declarations": [],
|
|
954
|
-
"exports": [
|
|
955
|
-
{
|
|
956
|
-
"kind": "js",
|
|
957
|
-
"name": "*",
|
|
958
|
-
"declaration": {
|
|
959
|
-
"name": "*",
|
|
960
|
-
"package": "./default"
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
]
|
|
964
|
-
},
|
|
965
916
|
{
|
|
966
917
|
"kind": "javascript-module",
|
|
967
918
|
"path": "src/list/index.ts",
|
|
@@ -1563,6 +1514,55 @@
|
|
|
1563
1514
|
}
|
|
1564
1515
|
]
|
|
1565
1516
|
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "javascript-module",
|
|
1519
|
+
"path": "src/layouts/default.ts",
|
|
1520
|
+
"declarations": [
|
|
1521
|
+
{
|
|
1522
|
+
"kind": "variable",
|
|
1523
|
+
"name": "loginLayout",
|
|
1524
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "variable",
|
|
1528
|
+
"name": "defaultLayout",
|
|
1529
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
1530
|
+
}
|
|
1531
|
+
],
|
|
1532
|
+
"exports": [
|
|
1533
|
+
{
|
|
1534
|
+
"kind": "js",
|
|
1535
|
+
"name": "loginLayout",
|
|
1536
|
+
"declaration": {
|
|
1537
|
+
"name": "loginLayout",
|
|
1538
|
+
"module": "src/layouts/default.ts"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"kind": "js",
|
|
1543
|
+
"name": "defaultLayout",
|
|
1544
|
+
"declaration": {
|
|
1545
|
+
"name": "defaultLayout",
|
|
1546
|
+
"module": "src/layouts/default.ts"
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
]
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "javascript-module",
|
|
1553
|
+
"path": "src/layouts/index.ts",
|
|
1554
|
+
"declarations": [],
|
|
1555
|
+
"exports": [
|
|
1556
|
+
{
|
|
1557
|
+
"kind": "js",
|
|
1558
|
+
"name": "*",
|
|
1559
|
+
"declaration": {
|
|
1560
|
+
"name": "*",
|
|
1561
|
+
"package": "./default"
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
]
|
|
1565
|
+
},
|
|
1566
1566
|
{
|
|
1567
1567
|
"kind": "javascript-module",
|
|
1568
1568
|
"path": "src/main/index.ts",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { ColDef, GridOptions, SelectionChangedEvent } from '@ag-grid-community/core';
|
|
2
3
|
import { Connect, DatasourceOptions, MessageError } from '@genesislcap/foundation-comms';
|
|
3
4
|
import type { UiSchema } from '@genesislcap/foundation-forms';
|
|
@@ -59,15 +60,20 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
59
60
|
readonly offsetParent: Element;
|
|
60
61
|
readonly offsetTop: number;
|
|
61
62
|
readonly offsetWidth: number;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
* Name of the event handler on the Genesis server which handles creating an entity
|
|
63
|
+
/**
|
|
64
|
+
* Title of the grid
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
|
+
outerText: string;
|
|
68
|
+
popover: string;
|
|
69
|
+
spellcheck: boolean;
|
|
67
70
|
title: string;
|
|
68
71
|
translate: boolean;
|
|
69
72
|
attachInternals(): ElementInternals;
|
|
70
73
|
click(): void;
|
|
74
|
+
hidePopover(): void;
|
|
75
|
+
showPopover(): void;
|
|
76
|
+
togglePopover(force?: boolean): boolean;
|
|
71
77
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
72
78
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
73
79
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -88,20 +94,24 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
88
94
|
readonly ownerDocument: Document;
|
|
89
95
|
readonly part: DOMTokenList;
|
|
90
96
|
readonly prefix: string;
|
|
91
|
-
readonly scrollHeight: number;
|
|
97
|
+
readonly scrollHeight: number; /**
|
|
98
|
+
* If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.
|
|
99
|
+
* By default `grid-pro-client-side-datasource` will be used.
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
92
102
|
scrollLeft: number;
|
|
93
103
|
scrollTop: number;
|
|
94
104
|
readonly scrollWidth: number;
|
|
95
|
-
readonly shadowRoot: ShadowRoot;
|
|
96
|
-
* If true, will enable row flashing for all rows for `add` transactions
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
105
|
+
readonly shadowRoot: ShadowRoot;
|
|
99
106
|
slot: string;
|
|
100
107
|
readonly tagName: string;
|
|
101
108
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
109
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
102
110
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
103
111
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
112
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
104
113
|
closest<E extends Element = Element>(selectors: string): E;
|
|
114
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
105
115
|
getAttribute(qualifiedName: string): string;
|
|
106
116
|
getAttributeNS(namespace: string, localName: string): string;
|
|
107
117
|
getAttributeNames(): string[];
|
|
@@ -110,11 +120,14 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
110
120
|
getBoundingClientRect(): DOMRect;
|
|
111
121
|
getClientRects(): DOMRectList;
|
|
112
122
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
113
|
-
getElementsByTagName<
|
|
114
|
-
getElementsByTagName<
|
|
123
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
124
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
125
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
126
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
115
127
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
116
128
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
117
129
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
130
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
118
131
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
119
132
|
hasAttribute(qualifiedName: string): boolean;
|
|
120
133
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -142,7 +155,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
142
155
|
setAttributeNode(attr: Attr): Attr;
|
|
143
156
|
setAttributeNodeNS(attr: Attr): Attr;
|
|
144
157
|
setPointerCapture(pointerId: number): void;
|
|
145
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
158
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean; /**
|
|
159
|
+
* Hides edit button
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
146
162
|
webkitMatchesSelector(selectors: string): boolean;
|
|
147
163
|
readonly baseURI: string;
|
|
148
164
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
@@ -153,18 +169,22 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
153
169
|
readonly nodeName: string;
|
|
154
170
|
readonly nodeType: number;
|
|
155
171
|
nodeValue: string;
|
|
156
|
-
readonly parentElement: HTMLElement;
|
|
172
|
+
readonly parentElement: HTMLElement; /**
|
|
173
|
+
* The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
|
|
174
|
+
* @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
157
177
|
readonly parentNode: ParentNode;
|
|
158
178
|
readonly previousSibling: ChildNode;
|
|
159
179
|
textContent: string;
|
|
160
180
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
181
|
compareDocumentPosition(other: Node): number;
|
|
165
182
|
contains(other: Node): boolean;
|
|
166
183
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
167
|
-
hasChildNodes(): boolean;
|
|
184
|
+
hasChildNodes(): boolean; /**
|
|
185
|
+
* Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid
|
|
186
|
+
* * @public
|
|
187
|
+
*/
|
|
168
188
|
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
169
189
|
isDefaultNamespace(namespace: string): boolean;
|
|
170
190
|
isEqualNode(otherNode: Node): boolean;
|
|
@@ -174,43 +194,50 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
174
194
|
normalize(): void;
|
|
175
195
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
176
196
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
177
|
-
readonly
|
|
178
|
-
readonly
|
|
179
|
-
readonly
|
|
180
|
-
|
|
181
|
-
readonly DOCUMENT_NODE: number;
|
|
182
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
183
|
-
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
184
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
185
|
-
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
186
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
187
|
-
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
188
|
-
readonly DOCUMENT_TYPE_NODE: number;
|
|
189
|
-
readonly ELEMENT_NODE: number;
|
|
190
|
-
readonly ENTITY_NODE: number;
|
|
191
|
-
readonly ENTITY_REFERENCE_NODE: number;
|
|
192
|
-
readonly NOTATION_NODE: number;
|
|
193
|
-
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
194
|
-
readonly TEXT_NODE: number;
|
|
195
|
-
dispatchEvent(event: Event): boolean; /**
|
|
196
|
-
* Determines where the buttons will appear
|
|
197
|
+
readonly ELEMENT_NODE: 1;
|
|
198
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
199
|
+
readonly TEXT_NODE: 3; /**
|
|
200
|
+
* Determines the style of the buttons
|
|
197
201
|
* @public
|
|
198
202
|
*/
|
|
203
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
204
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
205
|
+
readonly ENTITY_NODE: 6;
|
|
206
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
207
|
+
readonly COMMENT_NODE: 8;
|
|
208
|
+
readonly DOCUMENT_NODE: 9;
|
|
209
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
210
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
211
|
+
readonly NOTATION_NODE: 12;
|
|
212
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1; /**
|
|
213
|
+
* The helper function to determine the title of the modal form or button based on the action or type
|
|
214
|
+
* @param actionOrType - The crud action or modal form type
|
|
215
|
+
* @internal
|
|
216
|
+
*/
|
|
217
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
218
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
219
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
220
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
221
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
222
|
+
dispatchEvent(event: Event): boolean;
|
|
199
223
|
ariaAtomic: string;
|
|
200
224
|
ariaAutoComplete: string;
|
|
201
225
|
ariaBusy: string;
|
|
202
226
|
ariaChecked: string;
|
|
203
227
|
ariaColCount: string;
|
|
204
228
|
ariaColIndex: string;
|
|
205
|
-
ariaColIndexText: string;
|
|
206
229
|
ariaColSpan: string;
|
|
207
230
|
ariaCurrent: string;
|
|
231
|
+
ariaDescription: string;
|
|
208
232
|
ariaDisabled: string;
|
|
209
233
|
ariaExpanded: string;
|
|
210
234
|
ariaHasPopup: string;
|
|
211
235
|
ariaHidden: string;
|
|
212
236
|
ariaInvalid: string;
|
|
213
|
-
ariaKeyShortcuts: string;
|
|
237
|
+
ariaKeyShortcuts: string; /**
|
|
238
|
+
* Determines whether the button edit should be hidden in the column
|
|
239
|
+
* @internal
|
|
240
|
+
*/
|
|
214
241
|
ariaLabel: string;
|
|
215
242
|
ariaLevel: string;
|
|
216
243
|
ariaLive: string;
|
|
@@ -226,7 +253,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
226
253
|
ariaRoleDescription: string;
|
|
227
254
|
ariaRowCount: string;
|
|
228
255
|
ariaRowIndex: string;
|
|
229
|
-
ariaRowIndexText: string;
|
|
230
256
|
ariaRowSpan: string;
|
|
231
257
|
ariaSelected: string;
|
|
232
258
|
ariaSetSize: string;
|
|
@@ -251,17 +277,19 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
251
277
|
readonly lastElementChild: Element;
|
|
252
278
|
append(...nodes: (string | Node)[]): void;
|
|
253
279
|
prepend(...nodes: (string | Node)[]): void;
|
|
254
|
-
querySelector<
|
|
255
|
-
querySelector<
|
|
280
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
|
|
281
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
|
|
282
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
283
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
256
284
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
257
|
-
querySelectorAll<
|
|
258
|
-
querySelectorAll<
|
|
285
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
286
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
287
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
288
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
259
289
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
260
290
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
261
291
|
readonly assignedSlot: HTMLSlotElement;
|
|
262
|
-
|
|
263
|
-
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
264
|
-
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
292
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
265
293
|
readonly style: CSSStyleDeclaration;
|
|
266
294
|
contentEditable: string;
|
|
267
295
|
enterKeyHint: string;
|
|
@@ -274,6 +302,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
274
302
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
275
303
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
276
304
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
305
|
+
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
277
306
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
278
307
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
279
308
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -282,7 +311,9 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
282
311
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
283
312
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
284
313
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
314
|
+
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
285
315
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
316
|
+
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
286
317
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
287
318
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
288
319
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -315,16 +346,13 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
315
346
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
316
347
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
317
348
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
349
|
+
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
318
350
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
319
351
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
320
352
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
321
353
|
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
322
354
|
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
323
|
-
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
324
|
-
* Show the entity create form
|
|
325
|
-
* Sets the initial value on the form to be defaultEntityValues if present.
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
355
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
328
356
|
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
329
357
|
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
330
358
|
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
@@ -335,6 +363,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
335
363
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
336
364
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
337
365
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
366
|
+
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
338
367
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
339
368
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
340
369
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,EACL,OAAO,EACP,iBAAiB,EAEjB,YAAY,EAEb,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAa,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,KAAK,EAAe,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE7E,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7E,OAAO,EAIL,WAAW,EAGZ,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAMzF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,iBAAiB,EAAE,cAAc,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
|
package/dist/dts/list/list.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import type { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
2
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
3
4
|
import { GridProGenesisDatasource, ZeroGridPro } from '@genesislcap/foundation-zero-grid-pro';
|
|
@@ -37,11 +38,15 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
37
38
|
readonly offsetTop: number;
|
|
38
39
|
readonly offsetWidth: number;
|
|
39
40
|
outerText: string;
|
|
41
|
+
popover: string;
|
|
40
42
|
spellcheck: boolean;
|
|
41
43
|
title: string;
|
|
42
44
|
translate: boolean;
|
|
43
45
|
attachInternals(): ElementInternals;
|
|
44
46
|
click(): void;
|
|
47
|
+
hidePopover(): void;
|
|
48
|
+
showPopover(): void;
|
|
49
|
+
togglePopover(force?: boolean): boolean;
|
|
45
50
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
46
51
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
47
52
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -70,9 +75,12 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
70
75
|
slot: string;
|
|
71
76
|
readonly tagName: string;
|
|
72
77
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
78
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
73
79
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
74
80
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
81
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
75
82
|
closest<E extends Element = Element>(selectors: string): E;
|
|
83
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
76
84
|
getAttribute(qualifiedName: string): string;
|
|
77
85
|
getAttributeNS(namespace: string, localName: string): string;
|
|
78
86
|
getAttributeNames(): string[];
|
|
@@ -81,11 +89,14 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
81
89
|
getBoundingClientRect(): DOMRect;
|
|
82
90
|
getClientRects(): DOMRectList;
|
|
83
91
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
84
|
-
getElementsByTagName<
|
|
85
|
-
getElementsByTagName<
|
|
92
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
93
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
94
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
95
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
86
96
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
87
97
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
88
98
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
99
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
89
100
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
90
101
|
hasAttribute(qualifiedName: string): boolean;
|
|
91
102
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -142,24 +153,24 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
142
153
|
normalize(): void;
|
|
143
154
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
144
155
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly
|
|
156
|
+
readonly ELEMENT_NODE: 1;
|
|
157
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
158
|
+
readonly TEXT_NODE: 3;
|
|
159
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
160
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
161
|
+
readonly ENTITY_NODE: 6;
|
|
162
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
163
|
+
readonly COMMENT_NODE: 8;
|
|
164
|
+
readonly DOCUMENT_NODE: 9;
|
|
165
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
166
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
167
|
+
readonly NOTATION_NODE: 12;
|
|
168
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
169
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
170
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
171
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
172
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
173
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
163
174
|
dispatchEvent(event: Event): boolean;
|
|
164
175
|
ariaAtomic: string;
|
|
165
176
|
ariaAutoComplete: string;
|
|
@@ -167,9 +178,9 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
167
178
|
ariaChecked: string;
|
|
168
179
|
ariaColCount: string;
|
|
169
180
|
ariaColIndex: string;
|
|
170
|
-
ariaColIndexText: string;
|
|
171
181
|
ariaColSpan: string;
|
|
172
182
|
ariaCurrent: string;
|
|
183
|
+
ariaDescription: string;
|
|
173
184
|
ariaDisabled: string;
|
|
174
185
|
ariaExpanded: string;
|
|
175
186
|
ariaHasPopup: string;
|
|
@@ -191,7 +202,6 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
191
202
|
ariaRoleDescription: string;
|
|
192
203
|
ariaRowCount: string;
|
|
193
204
|
ariaRowIndex: string;
|
|
194
|
-
ariaRowIndexText: string;
|
|
195
205
|
ariaRowSpan: string;
|
|
196
206
|
ariaSelected: string;
|
|
197
207
|
ariaSetSize: string;
|
|
@@ -216,17 +226,19 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
216
226
|
readonly lastElementChild: Element;
|
|
217
227
|
append(...nodes: (string | Node)[]): void;
|
|
218
228
|
prepend(...nodes: (string | Node)[]): void;
|
|
219
|
-
querySelector<
|
|
220
|
-
querySelector<
|
|
229
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
|
|
230
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
|
|
231
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
232
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
221
233
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
222
|
-
querySelectorAll<
|
|
223
|
-
querySelectorAll<
|
|
234
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
235
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
236
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
237
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
224
238
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
225
239
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
226
240
|
readonly assignedSlot: HTMLSlotElement;
|
|
227
|
-
|
|
228
|
-
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
229
|
-
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
241
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
230
242
|
readonly style: CSSStyleDeclaration;
|
|
231
243
|
contentEditable: string;
|
|
232
244
|
enterKeyHint: string;
|
|
@@ -239,6 +251,7 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
239
251
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
240
252
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
241
253
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
254
|
+
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
242
255
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
243
256
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
244
257
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -247,7 +260,9 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
247
260
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
248
261
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
249
262
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
263
|
+
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
250
264
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
265
|
+
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
251
266
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
252
267
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
253
268
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -280,6 +295,7 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
280
295
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
281
296
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
282
297
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
298
|
+
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
283
299
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
284
300
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
285
301
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -296,6 +312,7 @@ declare const List_base: (new (...args: any[]) => {
|
|
|
296
312
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
297
313
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
298
314
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
315
|
+
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
299
316
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
300
317
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
301
318
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAyB,MAAM,yBAAyB,CAAC;AAE1F,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAA2C,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAIL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAyB,MAAM,yBAAyB,CAAC;AAE1F,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAEL,wBAAwB,EACxB,WAAW,EACZ,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAA2C,MAAM,uBAAuB,CAAC;AAChG,OAAO,EAIL,WAAW,EAIZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKpE,qBAKa,IAAK,SAAQ,SAA2B;IACnD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IAE/D,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IACjD,YAAY,EAAE,MAAM,CAAC;IACA,eAAe,EAAE,OAAO,CAAC;IACjC,QAAQ,UAAS;IACd,WAAW,UAAS;IACpB,WAAW,UAAQ;IACX,kBAAkB,UAAS;IAC5B,iBAAiB,UAAS;IACpC,QAAQ,UAAS;IACf,UAAU,UAAS;IAChC,cAAc,EAAE,cAAc,CAAY;IACzC,cAAc,EAAE,eAAe,CAAC;IAClE,IAAI,EAAG,WAAW,CAAC;IACnB,UAAU,EAAG,wBAAwB,CAAC;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,mBAAmB,QAAM;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,OAAO,EAAG,OAAO,CAAC;IAErC,IAAI,sBAAsB,IAAI,OAAO,CAEpC;IAED,iBAAiB;YAgEH,oBAAoB;IA+C5B,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAa3C,IACI,QAAQ,WAEX;IAED,IACI,MAAM,WAET;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,OAAO,WAEV;IAED,IACI,UAAU,YAEb;IAED,IACI,OAAO,WAEV;IAED,IACI,eAAe,WAElB;IAED,IACI,OAAO,QAEV;IAED,IACI,OAAO,YAEV;IAED,gBAAgB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAItC,mBAAmB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAIzC,oBAAoB,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI;IAI1C,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,IAAI,CAEV;IAEI,MAAM,CAAC,CAAC,KAAA;CAGf"}
|