@genesislcap/grid-pro 15.6.2 → 15.7.0-ts7.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.
Files changed (69) hide show
  1. package/dist/dts/cell/cell.d.ts.map +1 -1
  2. package/dist/dts/cell-editors/date.editor.d.ts.map +1 -1
  3. package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -1
  4. package/dist/dts/cell-editors/number.editor.d.ts.map +1 -1
  5. package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
  6. package/dist/dts/cell-editors/string.editor.d.ts.map +1 -1
  7. package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -1
  8. package/dist/dts/cell-renderers/actions-menu.renderer.d.ts.map +1 -1
  9. package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
  10. package/dist/dts/cell-renderers/editable.renderer.d.ts.map +1 -1
  11. package/dist/dts/cell-renderers/icon.renderer.d.ts.map +1 -1
  12. package/dist/dts/cell-renderers/select.renderer.d.ts.map +1 -1
  13. package/dist/dts/cell-renderers/status-pill.renderer.d.ts.map +1 -1
  14. package/dist/dts/cell-renderers/text-field.renderer.d.ts.map +1 -1
  15. package/dist/dts/cell-renderers/text.renderer.d.ts +2 -2
  16. package/dist/dts/cell-renderers/text.renderer.d.ts.map +1 -1
  17. package/dist/dts/cell-renderers/utils/accessor.d.ts.map +1 -1
  18. package/dist/dts/column/column.d.ts +1 -367
  19. package/dist/dts/column/column.d.ts.map +1 -1
  20. package/dist/dts/datasource/base.datasource.d.ts +1 -361
  21. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  22. package/dist/dts/datasource/base.types.d.ts +2 -2
  23. package/dist/dts/datasource/base.types.d.ts.map +1 -1
  24. package/dist/dts/datasource/server-side.datasource.d.ts +1 -367
  25. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  26. package/dist/dts/datasource/server-side.resource-base.d.ts.map +1 -1
  27. package/dist/dts/datasource/server-side.resource-dataserver.d.ts.map +1 -1
  28. package/dist/dts/datasource/server-side.resource-reqrep.d.ts.map +1 -1
  29. package/dist/dts/grid-pro-beta.d.ts +81 -447
  30. package/dist/dts/grid-pro-beta.d.ts.map +1 -1
  31. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +20 -20
  32. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -1
  33. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts +4 -4
  34. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts.map +1 -1
  35. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +1 -367
  36. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  37. package/dist/dts/grid-pro.d.ts +1 -367
  38. package/dist/dts/grid-pro.d.ts.map +1 -1
  39. package/dist/dts/grid-pro.definitions.d.ts +4 -4
  40. package/dist/dts/grid-pro.definitions.d.ts.map +1 -1
  41. package/dist/dts/grid-pro.template.d.ts.map +1 -1
  42. package/dist/dts/grid-pro.types.d.ts.map +1 -1
  43. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +1 -367
  44. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -1
  45. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts.map +1 -1
  46. package/dist/dts/state-persistence/kv-state.d.ts.map +1 -1
  47. package/dist/dts/state-persistence/local-state.d.ts.map +1 -1
  48. package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
  49. package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
  50. package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
  51. package/dist/dts/status-bar-components/row-count.status-bar.d.ts.map +1 -1
  52. package/dist/dts/style/tokens.d.ts.map +1 -1
  53. package/dist/dts/tooltips/error-tooltip.d.ts.map +1 -1
  54. package/dist/dts/utils/error.d.ts.map +1 -1
  55. package/dist/dts/utils/string.d.ts.map +1 -1
  56. package/dist/esm/cell-renderers/action.renderer.js +2 -1
  57. package/dist/esm/cell-renderers/icon.renderer.js +3 -6
  58. package/dist/esm/datasource/server-side.datasource.js +8 -4
  59. package/dist/esm/datasource/server-side.resource-base.js +4 -3
  60. package/dist/esm/datasource/server-side.resource-dataserver.js +4 -2
  61. package/dist/esm/datasource/server-side.resource-reqrep.js +7 -5
  62. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +2 -1
  63. package/dist/esm/grid-pro.js +1 -4
  64. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +6 -9
  65. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.template.js +1 -4
  66. package/dist/esm/status-bar-components/row-count.status-bar.js +2 -1
  67. package/dist/grid-pro.api.json +398 -384
  68. package/dist/grid-pro.d.ts +185 -2724
  69. package/package.json +14 -14
@@ -7,373 +7,7 @@ import type { GridPro } from '../grid-pro';
7
7
  * @public
8
8
  */
9
9
  export declare const wasClickOutsideElement: (event: MouseEvent, target: EventTarget) => boolean;
10
- declare const MulticolumnDropdown_base: (new (...args: any[]) => {
11
- #_container: import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
12
- #_latestTokenCode: string;
13
- #_hasFirstLoaded: boolean;
14
- #_cleanupTimeout: NodeJS.Timeout;
15
- #_shouldForceLifecycle: boolean;
16
- #_blockedDisconnectSurvivedGracePeriod: boolean;
17
- cloneNode(deep?: boolean): Node;
18
- deepClone(): Node;
19
- get shouldRunDisconnect(): boolean;
20
- get shouldRunConnect(): boolean;
21
- #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
22
- #_tryFindContainingLayout(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
23
- connectedCallback(): void;
24
- readonly $fastController: import("@microsoft/fast-element").Controller;
25
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
26
- disconnectedCallback(): void;
27
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
28
- accessKey: string;
29
- readonly accessKeyLabel: string;
30
- autocapitalize: string;
31
- autocorrect: boolean;
32
- dir: string;
33
- draggable: boolean;
34
- hidden: boolean;
35
- inert: boolean;
36
- innerText: string;
37
- lang: string;
38
- readonly offsetHeight: number;
39
- readonly offsetLeft: number;
40
- readonly offsetParent: Element | null;
41
- readonly offsetTop: number;
42
- readonly offsetWidth: number;
43
- outerText: string;
44
- popover: string | null;
45
- spellcheck: boolean;
46
- title: string;
47
- translate: boolean;
48
- writingSuggestions: string;
49
- attachInternals(): ElementInternals;
50
- click(): void;
51
- hidePopover(): void;
52
- showPopover(): void;
53
- togglePopover(options?: boolean): boolean;
54
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
55
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
56
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
57
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
58
- readonly attributes: NamedNodeMap;
59
- get classList(): DOMTokenList;
60
- set classList(value: string): any;
61
- className: string;
62
- readonly clientHeight: number;
63
- readonly clientLeft: number;
64
- readonly clientTop: number;
65
- readonly clientWidth: number;
66
- readonly currentCSSZoom: number;
67
- id: string;
68
- innerHTML: string;
69
- readonly localName: string;
70
- readonly namespaceURI: string | null;
71
- onfullscreenchange: (this: Element, ev: Event) => any;
72
- onfullscreenerror: (this: Element, ev: Event) => any;
73
- outerHTML: string;
74
- readonly ownerDocument: Document;
75
- get part(): DOMTokenList;
76
- set part(value: string): any;
77
- readonly prefix: string | null;
78
- readonly scrollHeight: number;
79
- scrollLeft: number;
80
- scrollTop: number;
81
- readonly scrollWidth: number;
82
- readonly shadowRoot: ShadowRoot | null;
83
- slot: string;
84
- readonly tagName: string;
85
- attachShadow(init: ShadowRootInit): ShadowRoot;
86
- checkVisibility(options?: CheckVisibilityOptions): boolean;
87
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
88
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
89
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
90
- closest<E extends Element = Element>(selectors: string): E;
91
- computedStyleMap(): StylePropertyMapReadOnly;
92
- getAttribute(qualifiedName: string): string | null;
93
- getAttributeNS(namespace: string | null, localName: string): string | null;
94
- getAttributeNames(): string[];
95
- getAttributeNode(qualifiedName: string): Attr | null;
96
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
97
- getBoundingClientRect(): DOMRect;
98
- getClientRects(): DOMRectList;
99
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
100
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
101
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
102
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
103
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
104
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
105
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
106
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
107
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
108
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
109
- getHTML(options?: GetHTMLOptions): string;
110
- hasAttribute(qualifiedName: string): boolean;
111
- hasAttributeNS(namespace: string | null, localName: string): boolean;
112
- hasAttributes(): boolean;
113
- hasPointerCapture(pointerId: number): boolean;
114
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
115
- insertAdjacentHTML(position: InsertPosition, string: string): void;
116
- insertAdjacentText(where: InsertPosition, data: string): void;
117
- matches(selectors: string): boolean;
118
- releasePointerCapture(pointerId: number): void;
119
- removeAttribute(qualifiedName: string): void;
120
- removeAttributeNS(namespace: string | null, localName: string): void;
121
- removeAttributeNode(attr: Attr): Attr;
122
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
123
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
124
- scroll(options?: ScrollToOptions): void;
125
- scroll(x: number, y: number): void;
126
- scrollBy(options?: ScrollToOptions): void;
127
- scrollBy(x: number, y: number): void;
128
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
129
- scrollTo(options?: ScrollToOptions): void;
130
- scrollTo(x: number, y: number): void;
131
- setAttribute(qualifiedName: string, value: string): void;
132
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
133
- setAttributeNode(attr: Attr): Attr | null;
134
- setAttributeNodeNS(attr: Attr): Attr | null;
135
- setHTMLUnsafe(html: string): void;
136
- setPointerCapture(pointerId: number): void;
137
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
138
- webkitMatchesSelector(selectors: string): boolean;
139
- textContent: string;
140
- readonly baseURI: string;
141
- readonly childNodes: NodeListOf<ChildNode>;
142
- readonly firstChild: ChildNode | null;
143
- readonly isConnected: boolean;
144
- readonly lastChild: ChildNode | null;
145
- readonly nextSibling: ChildNode | null;
146
- readonly nodeName: string;
147
- readonly nodeType: number;
148
- nodeValue: string | null;
149
- readonly parentElement: HTMLElement | null;
150
- readonly parentNode: ParentNode | null;
151
- readonly previousSibling: ChildNode | null;
152
- appendChild<T_1 extends Node>(node: T_1): T_1;
153
- compareDocumentPosition(other: Node): number;
154
- contains(other: Node | null): boolean;
155
- getRootNode(options?: GetRootNodeOptions): Node;
156
- hasChildNodes(): boolean;
157
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
158
- isDefaultNamespace(namespace: string | null): boolean;
159
- isEqualNode(otherNode: Node | null): boolean;
160
- isSameNode(otherNode: Node | null): boolean;
161
- lookupNamespaceURI(prefix: string | null): string | null;
162
- lookupPrefix(namespace: string | null): string | null;
163
- normalize(): void;
164
- removeChild<T_1 extends Node>(child: T_1): T_1;
165
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
166
- readonly ELEMENT_NODE: 1;
167
- readonly ATTRIBUTE_NODE: 2;
168
- readonly TEXT_NODE: 3;
169
- readonly CDATA_SECTION_NODE: 4;
170
- readonly ENTITY_REFERENCE_NODE: 5;
171
- readonly ENTITY_NODE: 6;
172
- readonly PROCESSING_INSTRUCTION_NODE: 7;
173
- readonly COMMENT_NODE: 8;
174
- readonly DOCUMENT_NODE: 9;
175
- readonly DOCUMENT_TYPE_NODE: 10;
176
- readonly DOCUMENT_FRAGMENT_NODE: 11;
177
- readonly NOTATION_NODE: 12;
178
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
179
- readonly DOCUMENT_POSITION_PRECEDING: 2;
180
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
181
- readonly DOCUMENT_POSITION_CONTAINS: 8;
182
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
183
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
184
- dispatchEvent(event: Event): boolean;
185
- ariaActiveDescendantElement: Element | null;
186
- ariaAtomic: string | null;
187
- ariaAutoComplete: string | null;
188
- ariaBrailleLabel: string | null;
189
- ariaBrailleRoleDescription: string | null;
190
- ariaBusy: string | null;
191
- ariaChecked: string | null;
192
- ariaColCount: string | null;
193
- ariaColIndex: string | null;
194
- ariaColIndexText: string | null;
195
- ariaColSpan: string | null;
196
- ariaControlsElements: ReadonlyArray<Element> | null;
197
- ariaCurrent: string | null;
198
- ariaDescribedByElements: ReadonlyArray<Element> | null;
199
- ariaDescription: string | null;
200
- ariaDetailsElements: ReadonlyArray<Element> | null;
201
- ariaDisabled: string | null;
202
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
203
- ariaExpanded: string | null;
204
- ariaFlowToElements: ReadonlyArray<Element> | null;
205
- ariaHasPopup: string | null;
206
- ariaHidden: string | null;
207
- ariaInvalid: string | null;
208
- ariaKeyShortcuts: string | null;
209
- ariaLabel: string | null;
210
- ariaLabelledByElements: ReadonlyArray<Element> | null;
211
- ariaLevel: string | null;
212
- ariaLive: string | null;
213
- ariaModal: string | null;
214
- ariaMultiLine: string | null;
215
- ariaMultiSelectable: string | null;
216
- ariaOrientation: string | null;
217
- ariaOwnsElements: ReadonlyArray<Element> | null;
218
- ariaPlaceholder: string | null;
219
- ariaPosInSet: string | null;
220
- ariaPressed: string | null;
221
- ariaReadOnly: string | null;
222
- ariaRelevant: string | null;
223
- ariaRequired: string | null;
224
- ariaRoleDescription: string | null;
225
- ariaRowCount: string | null;
226
- ariaRowIndex: string | null;
227
- ariaRowIndexText: string | null;
228
- ariaRowSpan: string | null;
229
- ariaSelected: string | null;
230
- ariaSetSize: string | null;
231
- ariaSort: string | null;
232
- ariaValueMax: string | null;
233
- ariaValueMin: string | null;
234
- ariaValueNow: string | null;
235
- ariaValueText: string | null;
236
- role: string | null;
237
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
238
- getAnimations(options?: GetAnimationsOptions): Animation[];
239
- after(...nodes: (Node | string)[]): void;
240
- before(...nodes: (Node | string)[]): void;
241
- remove(): void;
242
- replaceWith(...nodes: (Node | string)[]): void;
243
- readonly nextElementSibling: Element | null;
244
- readonly previousElementSibling: Element | null;
245
- readonly childElementCount: number;
246
- readonly children: HTMLCollection;
247
- readonly firstElementChild: Element | null;
248
- readonly lastElementChild: Element | null;
249
- append(...nodes: (Node | string)[]): void;
250
- prepend(...nodes: (Node | string)[]): void;
251
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
252
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
253
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
254
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
255
- querySelector<E extends Element = Element>(selectors: string): E | null;
256
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
257
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
258
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
259
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
260
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
261
- replaceChildren(...nodes: (Node | string)[]): void;
262
- readonly assignedSlot: HTMLSlotElement | null;
263
- readonly attributeStyleMap: StylePropertyMap;
264
- get style(): CSSStyleDeclaration;
265
- set style(cssText: string): any;
266
- contentEditable: string;
267
- enterKeyHint: string;
268
- inputMode: string;
269
- readonly isContentEditable: boolean;
270
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
271
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
272
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
273
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
274
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
275
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
276
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
277
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
278
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
279
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
280
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
281
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
282
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
283
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
284
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
285
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
286
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
287
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
288
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
289
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
290
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
291
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
292
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
293
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
294
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
295
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
296
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
297
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
298
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
299
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
300
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
301
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
302
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
303
- onerror: OnErrorEventHandler;
304
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
305
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
306
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
307
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
308
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
309
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
310
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
311
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
312
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
313
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
314
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
315
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
316
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
317
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
318
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
319
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
320
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
321
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
322
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
323
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
324
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
325
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
326
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
327
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
328
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
329
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
330
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
331
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
332
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
333
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
334
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
335
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
336
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
337
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
338
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
339
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
340
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
341
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
342
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
343
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
344
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
345
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
346
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
347
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
348
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
349
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
350
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
351
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
352
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
353
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
354
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
355
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
356
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
357
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
358
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
359
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
360
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
361
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
362
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
363
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
364
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
365
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
366
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
367
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
368
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
369
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
370
- autofocus: boolean;
371
- readonly dataset: DOMStringMap;
372
- nonce?: string;
373
- tabIndex: number;
374
- blur(): void;
375
- focus(options?: FocusOptions): void;
376
- }) & typeof FoundationElement;
10
+ declare const MulticolumnDropdown_base: typeof FoundationElement & import("@microsoft/fast-element").Constructable<import("@genesislcap/foundation-utils").LifecycleElement>;
377
11
  /**
378
12
  * @beta
379
13
  * A dropdown component that displays its options in a multi-column AG Grid.
@@ -1 +1 @@
1
- {"version":3,"file":"multicolumn-dropdown.d.ts","sourceRoot":"","sources":["../../../src/multicolumn-dropdown/multicolumn-dropdown.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"multicolumn-dropdown.d.ts","sourceRoot":"","sources":["../../../src/multicolumn-dropdown/multicolumn-dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAmB,MAAM,yBAAyB,CAAC;AAEvE,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AASxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAU3C;;;GAGG;AACH,eAAO,MAAM,sBAAsB,UAAW,UAAU,UAAU,WAAW,YACrC,CAAC;;AA2CzC;;;;;;;;;;GAUG;AACH,qBAAa,mBAAoB,SAAQ,wBAAiC;IACxE,cAAc,EAAE,WAAW,CAAC;IAC5B,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,eAAe,CAAU;IAExB,OAAO,CAAC,UAAU,CAAU;IAErC,qGAAqG;IACrG,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,IAAI,OAAO,CAAC,KAAK,EAAE,OAAO,EAEzB;IAED,kDAAkD;IAChB,QAAQ,EAAE,OAAO,CAAC;IAEpD,qDAAqD;IACR,YAAY,EAAE,MAAM,CAAC;IAElE,yGAAyG;IAElG,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAErC;;;;;OAKG;IAEI,6BAA6B,EAAE,OAAO,CAAS;IAEtD,mDAAmD;IACV,QAAQ,EAAE,MAAM,CAAC;IAE1D,oDAAoD;IACX,QAAQ,EAAE,MAAM,CAAC;IAE1D;;;;;;OAMG;IAEH,iBAAiB,EAAE,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,UAAU,CAAC;IAE7E,qDAAqD;IACxC,aAAa,EAAE,MAAM,CAAC;IAEnC,6CAA6C;IAC1B,OAAO,EAAE,MAAM,CAAC;IAEnC,oFAAoF;IACjE,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAE/C;;;OAGG;IACgB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,mBAAmB,EAAE,IAAI,EAAE,CAAM;IAE7C,IAAI,EAAE,OAAO,CAAC;IAErB,OAAO,CAAC,MAAM,CAAS;IAEvB,IAAI,KAAK,IAAI,MAAM,CAGlB;IAED,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,EAgBtB;IAED,gCAAgC;IACb,YAAY,EAAE,MAAM,CAAC;IAExC,0CAA0C;IACvB,IAAI,EAAE,OAAO,CAAC;IAEjC,gCAAgC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEhC,yCAAyC;IACzC,IACI,YAAY,QAIf;IAED,IACI,YAAY,IAAI,OAAO,CAE1B;IAED,IACI,iBAAiB,IAAI,OAAO,CAc/B;IAEM,iBAAiB,SAoBvB;IAED;;;OAGG;IACH,OAAO,CAAC,cAAc;IAUtB;;;OAGG;IACH,OAAO,CAAC,iBAAiB;IAUzB;;OAEG;IACH,OAAO,CAAC,SAAS;IAOV,MAAM,SAEZ;YAEa,aAAa;IAsE3B,OAAO,CAAC,qBAAqB,CAA0D;IAEhF,mBAAmB,SAIzB;IAEM,cAAc,SAIpB;IAEM,wBAAwB,SAE9B;IAED,OAAO,CAAC,kBAAkB,CAIxB;IAEK,WAAW,SAiBjB;IAEM,oBAAoB,SAK1B;IAEM,oBAAoB,SAe1B;IAEM,aAAa,CAAC,KAAK,EAAE,KAAK,QAGhC;CACF;AAED;;;;;;GAMG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;8BAIxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"multicolumn-dropdown.template.d.ts","sourceRoot":"","sources":["../../../src/multicolumn-dropdown/multicolumn-dropdown.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAGlE;;;;;GAKG;AACH,eAAO,MAAM,8BAA8B,GACzC,qBAA2B,6EA8D1B,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,2BAA2B,0EAAmC,CAAC"}
1
+ {"version":3,"file":"multicolumn-dropdown.template.d.ts","sourceRoot":"","sources":["../../../src/multicolumn-dropdown/multicolumn-dropdown.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAGlE;;;;;GAKG;AACH,eAAO,MAAM,8BAA8B,qGA+DxC,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,2BAA2B,0EAAmC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"kv-state.d.ts","sourceRoot":"","sources":["../../../src/state-persistence/kv-state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;GAGG;AACH,qBAAa,yBAA0B,YAAW,gBAAgB;IACrD,SAAS,EAAE,SAAS,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC;IAEpB,cAAc,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAarE,eAAe,CAAC,qBAAqB,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IASzF,iBAAiB,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;YAIvD,8BAA8B;IAsBtC,cAAc,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAW9E,eAAe,CACnB,qBAAqB,EAAE,MAAM,EAC7B,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAClC,OAAO,CAAC,IAAI,CAAC;CAQjB"}
1
+ {"version":3,"file":"kv-state.d.ts","sourceRoot":"","sources":["../../../src/state-persistence/kv-state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;GAGG;AACH,qBAAa,yBAA0B,YAAW,gBAAgB;IACrD,SAAS,EAAE,SAAS,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC;IAEpB,cAAc,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC,CAW1E;IAEK,eAAe,CAAC,qBAAqB,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAO9F;IAEK,iBAAiB,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAEpE;YAEa,8BAA8B;IAsBtC,cAAc,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,CASnF;IAEK,eAAe,CACnB,qBAAqB,EAAE,MAAM,EAC7B,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAClC,OAAO,CAAC,IAAI,CAAC,CAOf;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"local-state.d.ts","sourceRoot":"","sources":["../../../src/state-persistence/local-state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAM5D;;;GAGG;AACH,qBAAa,4BAA6B,YAAW,gBAAgB;IAC1D,OAAO,EAAE,OAAO,CAAC;IAEpB,cAAc,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAarE,eAAe,CAAC,qBAAqB,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IASzF,iBAAiB,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAS/D,cAAc,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAa9E,eAAe,CACnB,qBAAqB,EAAE,MAAM,EAC7B,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAClC,OAAO,CAAC,IAAI,CAAC;CAQjB"}
1
+ {"version":3,"file":"local-state.d.ts","sourceRoot":"","sources":["../../../src/state-persistence/local-state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAM5D;;;GAGG;AACH,qBAAa,4BAA6B,YAAW,gBAAgB;IAC1D,OAAO,EAAE,OAAO,CAAC;IAEpB,cAAc,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC,CAW1E;IAEK,eAAe,CAAC,qBAAqB,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAO9F;IAEK,iBAAiB,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAOpE;IAEK,cAAc,CAAC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,CAWnF;IAEK,eAAe,CACnB,qBAAqB,EAAE,MAAM,EAC7B,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAClC,OAAO,CAAC,IAAI,CAAC,CAOf;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"label-value.status-bar.d.ts","sourceRoot":"","sources":["../../../src/status-bar-components/label-value.status-bar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEzE;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,GAAG,CAAC;IACX,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,qBAAa,4BAA6B,YAAW,gBAAgB;IACnE,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,aAAa,CAA4B;IAEjD,IAAI,CAAC,MAAM,EAAE,kBAAkB;IAU/B,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAK9D,OAAO,CAAC,aAAa;IAoCrB,MAAM,IAAI,WAAW;IAIrB,OAAO;CACR"}
1
+ {"version":3,"file":"label-value.status-bar.d.ts","sourceRoot":"","sources":["../../../src/status-bar-components/label-value.status-bar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEzE;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,GAAG,CAAC;IACX,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,qBAAa,4BAA6B,YAAW,gBAAgB;IACnE,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,aAAa,CAA4B;IAEjD,IAAI,CAAC,MAAM,EAAE,kBAAkB,QAQ9B;IAED,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAG7D;IAED,OAAO,CAAC,aAAa;IAoCrB,MAAM,IAAI,WAAW,CAEpB;IAED,OAAO,SAAK;CACb"}
@@ -1 +1 @@
1
- {"version":3,"file":"load-more.status-bar.d.ts","sourceRoot":"","sources":["../../../src/status-bar-components/load-more.status-bar.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEzE;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAIF;;;GAGG;AACH,qBAAa,0BAA2B,YAAW,gBAAgB;IACjE,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,cAAc,CAAc;IACpC,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,WAAW,CAAuB;IAC1C,OAAO,CAAC,MAAM,CAA0B;IACxC,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,SAAS,CAAkB;IAEnC,OAAO,CAAC,YAAY,CAA8B;IAElD,IAAI,CAAC,MAAM,EAAE,kBAAkB;IAiC/B,OAAO,CAAC,kBAAkB;IAa1B,OAAO,CAAC,oBAAoB;IAmD5B;;OAEG;IACH,OAAO,CAAC,eAAe;IAoBvB;;OAEG;IACH,OAAO,CAAC,WAAW;IA0BZ,sBAAsB;IAyBtB,YAAY,CAAC,MAAM,EAAE,uBAAuB;IAkBnD,MAAM,IAAI,WAAW;IAIrB,OAAO;CAMR"}
1
+ {"version":3,"file":"load-more.status-bar.d.ts","sourceRoot":"","sources":["../../../src/status-bar-components/load-more.status-bar.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEzE;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAIF;;;GAGG;AACH,qBAAa,0BAA2B,YAAW,gBAAgB;IACjE,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,cAAc,CAAc;IACpC,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,WAAW,CAAuB;IAC1C,OAAO,CAAC,MAAM,CAA0B;IACxC,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,SAAS,CAAkB;IAEnC,OAAO,CAAC,YAAY,CAA8B;IAElD,IAAI,CAAC,MAAM,EAAE,kBAAkB,QA+B9B;IAED,OAAO,CAAC,kBAAkB;IAa1B,OAAO,CAAC,oBAAoB;IAmD5B;;OAEG;IACH,OAAO,CAAC,eAAe;IAoBvB;;OAEG;IACH,OAAO,CAAC,WAAW;IA0BZ,sBAAsB,SAuB5B;IAEM,YAAY,CAAC,MAAM,EAAE,uBAAuB,QAgBlD;IAED,MAAM,IAAI,WAAW,CAEpB;IAED,OAAO,SAKN;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"reload.status-bar.d.ts","sourceRoot":"","sources":["../../../src/status-bar-components/reload.status-bar.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEzE;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAKF;;;GAGG;AACH,qBAAa,wBAAyB,YAAW,gBAAgB;IAC/D,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,WAAW,CAAc;IACjC,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,MAAM,CAAwB;IACtC,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,WAAW,CAAS;IAE5B,OAAO,CAAC,gBAAgB,CAA8B;IACtD,OAAO,CAAC,eAAe,CAA8B;IACrD,OAAO,CAAC,YAAY,CAA8B;IAElD,IAAI,CAAC,MAAM,EAAE,kBAAkB;IAyB/B,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,iBAAiB;IAmFzB;;OAEG;IACH,OAAO,CAAC,aAAa;IAcd,YAAY,CAAC,MAAM,EAAE,qBAAqB;IAgBjD,MAAM,IAAI,WAAW;IAIrB,OAAO;CAQR"}
1
+ {"version":3,"file":"reload.status-bar.d.ts","sourceRoot":"","sources":["../../../src/status-bar-components/reload.status-bar.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAEzE;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAKF;;;GAGG;AACH,qBAAa,wBAAyB,YAAW,gBAAgB;IAC/D,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,WAAW,CAAc;IACjC,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,MAAM,CAAwB;IACtC,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,WAAW,CAAS;IAE5B,OAAO,CAAC,gBAAgB,CAA8B;IACtD,OAAO,CAAC,eAAe,CAA8B;IACrD,OAAO,CAAC,YAAY,CAA8B;IAElD,IAAI,CAAC,MAAM,EAAE,kBAAkB,QAuB9B;IAED,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,iBAAiB;IAmFzB;;OAEG;IACH,OAAO,CAAC,aAAa;IAcd,YAAY,CAAC,MAAM,EAAE,qBAAqB,QAchD;IAED,MAAM,IAAI,WAAW,CAEpB;IAED,OAAO,SAON;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"row-count.status-bar.d.ts","sourceRoot":"","sources":["../../../src/status-bar-components/row-count.status-bar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAW,MAAM,mBAAmB,CAAC;AAElF;;;;GAIG;AACH,qBAAa,0BAA2B,YAAW,gBAAgB;IACjE,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,GAAG,CAAU;IACrB,OAAO,CAAC,eAAe,CAAc;IACrC,OAAO,CAAC,mBAAmB,CAAa;IAExC,IAAI,CAAC,MAAM,EAAE,kBAAkB;IA6B/B,OAAO,CAAC,aAAa;IAsBrB,MAAM,IAAI,WAAW;IAIrB,OAAO;CAQR"}
1
+ {"version":3,"file":"row-count.status-bar.d.ts","sourceRoot":"","sources":["../../../src/status-bar-components/row-count.status-bar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAW,MAAM,mBAAmB,CAAC;AAElF;;;;GAIG;AACH,qBAAa,0BAA2B,YAAW,gBAAgB;IACjE,OAAO,CAAC,OAAO,CAAc;IAC7B,OAAO,CAAC,GAAG,CAAU;IACrB,OAAO,CAAC,eAAe,CAAc;IACrC,OAAO,CAAC,mBAAmB,CAAa;IAExC,IAAI,CAAC,MAAM,EAAE,kBAAkB,QA2B9B;IAED,OAAO,CAAC,aAAa;IAsBrB,MAAM,IAAI,WAAW,CAEpB;IAED,OAAO,SAON;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/style/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAMpD;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;CAGvC,CAAC"}
1
+ {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/style/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAMpD;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;IACtC,eAAe;IACf,eAAe;CAChB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"error-tooltip.d.ts","sourceRoot":"","sources":["../../../src/tooltips/error-tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEvE;;;GAGG;AACH,qBAAa,YAAa,YAAW,YAAY;IAC/C,OAAO,CAAC,IAAI,CAAc;IAC1B,IAAI,CAAC,MAAM,EAAE,cAAc;IAe3B,MAAM;CAGP"}
1
+ {"version":3,"file":"error-tooltip.d.ts","sourceRoot":"","sources":["../../../src/tooltips/error-tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEvE;;;GAGG;AACH,qBAAa,YAAa,YAAW,YAAY;IAC/C,OAAO,CAAC,IAAI,CAAc;IAC1B,IAAI,CAAC,MAAM,EAAE,cAAc,QAa1B;IAED,MAAM,gBAEL;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../src/utils/error.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,GAAI,QAAQ,GAAG,KAAG,MAYjD,CAAC"}
1
+ {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../src/utils/error.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,WAAY,GAAG,KAAG,MAYjD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"string.d.ts","sourceRoot":"","sources":["../../../src/utils/string.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,GAAI,OAAO,MAAM,WACa,CAAC"}
1
+ {"version":3,"file":"string.d.ts","sourceRoot":"","sources":["../../../src/utils/string.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,UAAW,MAAM,WACa,CAAC"}
@@ -48,7 +48,8 @@ export class ActionRenderer extends FoundationElement {
48
48
  });
49
49
  }
50
50
  get dataTestId() {
51
- var _a, _b;
51
+ var _a;
52
+ var _b;
52
53
  if ((_a = this.params) === null || _a === void 0 ? void 0 : _a.dataTestId) {
53
54
  return this.params.dataTestId + ((_b = this.params.data[this.params.uniqueFieldName]) !== null && _b !== void 0 ? _b : '');
54
55
  }
@@ -65,12 +65,9 @@ export const getIconRendererTemplate = (designSystem = 'rapid') => {
65
65
  return html `
66
66
  <div
67
67
  class="icon-container ${(x) => { var _a, _b; return classNames(['with-hover', (_a = x.params) === null || _a === void 0 ? void 0 : _a.showHover], ['disabled', (_b = x.params) === null || _b === void 0 ? void 0 : _b.disabled]); }}"
68
- @click=${(x, c) => {
69
- var _a, _b, _c;
70
- return !((_a = x.params) === null || _a === void 0 ? void 0 : _a.disabled) && ((_b = x.params) === null || _b === void 0 ? void 0 : _b.clickHandler)
71
- ? (_c = x.params) === null || _c === void 0 ? void 0 : _c.clickHandler(c.event, x.params.data)
72
- : null;
73
- }}
68
+ @click=${(x, c) => { var _a, _b, _c; return !((_a = x.params) === null || _a === void 0 ? void 0 : _a.disabled) && ((_b = x.params) === null || _b === void 0 ? void 0 : _b.clickHandler)
69
+ ? (_c = x.params) === null || _c === void 0 ? void 0 : _c.clickHandler(c.event, x.params.data)
70
+ : null; }}
74
71
  >
75
72
  ${when((x) => hasIconSrc(x.params), html `
76
73
  <img
@@ -148,6 +148,9 @@ let GridProServerSideDatasource = class GridProServerSideDatasource extends Life
148
148
  });
149
149
  }
150
150
  disconnectedCallback() {
151
+ const _super = Object.create(null, {
152
+ disconnectedCallback: { get: () => super.disconnectedCallback }
153
+ });
151
154
  super.disconnectedCallback();
152
155
  const shouldRunDisconnect = this.shouldRunDisconnect;
153
156
  DOM.queueUpdate(() => __awaiter(this, void 0, void 0, function* () {
@@ -445,11 +448,12 @@ let GridProServerSideDatasource = class GridProServerSideDatasource extends Life
445
448
  */
446
449
  createReqRepStream() {
447
450
  return __awaiter(this, arguments, void 0, function* (existingParams = null) {
448
- var _a, _b, _c, _d, _e, _f, _g, _h;
449
- const currentOffset = (_b = (_a = existingParams === null || existingParams === void 0 ? void 0 : existingParams.DETAILS) === null || _a === void 0 ? void 0 : _a.OFFSET) !== null && _b !== void 0 ? _b : 0;
450
- const baseMaxRows = (_d = (_c = existingParams === null || existingParams === void 0 ? void 0 : existingParams.DETAILS) === null || _c === void 0 ? void 0 : _c.MAX_ROWS) !== null && _d !== void 0 ? _d : this.maxRows;
451
+ var _a, _b, _c, _d;
452
+ var _e, _f, _g, _h;
453
+ const currentOffset = (_e = (_a = existingParams === null || existingParams === void 0 ? void 0 : existingParams.DETAILS) === null || _a === void 0 ? void 0 : _a.OFFSET) !== null && _e !== void 0 ? _e : 0;
454
+ const baseMaxRows = (_f = (_b = existingParams === null || existingParams === void 0 ? void 0 : existingParams.DETAILS) === null || _b === void 0 ? void 0 : _b.MAX_ROWS) !== null && _f !== void 0 ? _f : this.maxRows;
451
455
  const totalRowsToFetch = baseMaxRows + currentOffset;
452
- const datasourceOptions = Object.assign(Object.assign({}, this.datasourceOptions()), { criteria: (_f = (_e = existingParams === null || existingParams === void 0 ? void 0 : existingParams.DETAILS) === null || _e === void 0 ? void 0 : _e.CRITERIA_MATCH) !== null && _f !== void 0 ? _f : this.criteria, maxRows: totalRowsToFetch, orderBy: (_h = (_g = existingParams === null || existingParams === void 0 ? void 0 : existingParams.DETAILS) === null || _g === void 0 ? void 0 : _g.ORDER_BY) !== null && _h !== void 0 ? _h : this.orderBy });
456
+ const datasourceOptions = Object.assign(Object.assign({}, this.datasourceOptions()), { criteria: (_g = (_c = existingParams === null || existingParams === void 0 ? void 0 : existingParams.DETAILS) === null || _c === void 0 ? void 0 : _c.CRITERIA_MATCH) !== null && _g !== void 0 ? _g : this.criteria, maxRows: totalRowsToFetch, orderBy: (_h = (_d = existingParams === null || existingParams === void 0 ? void 0 : existingParams.DETAILS) === null || _d === void 0 ? void 0 : _d.ORDER_BY) !== null && _h !== void 0 ? _h : this.orderBy });
453
457
  logger.debug('Creating polling datasource for all loaded rows:', {
454
458
  currentOffset,
455
459
  baseMaxRows,
@@ -268,8 +268,9 @@ export class BaseServerSideDatasource {
268
268
  }
269
269
  }
270
270
  criteriaForSetModel(k, model) {
271
- var _a, _b;
272
- const selectedValues = ((_a = model.values) !== null && _a !== void 0 ? _a : []);
271
+ var _a;
272
+ var _b;
273
+ const selectedValues = ((_b = model.values) !== null && _b !== void 0 ? _b : []);
273
274
  if (!selectedValues.length) {
274
275
  // Nothing selected means no additional criteria
275
276
  return null;
@@ -277,7 +278,7 @@ export class BaseServerSideDatasource {
277
278
  // Try to detect "all values selected" using VALID_VALUES from metadata.
278
279
  // In that case we don't want to send any criteria, as it would be equivalent
279
280
  // to no filter at all.
280
- const colMeta = (_b = this.resourceColDefs) === null || _b === void 0 ? void 0 : _b.find((o) => o.NAME === k);
281
+ const colMeta = (_a = this.resourceColDefs) === null || _a === void 0 ? void 0 : _a.find((o) => o.NAME === k);
281
282
  let allValues;
282
283
  if (colMeta === null || colMeta === void 0 ? void 0 : colMeta.VALID_VALUES) {
283
284
  try {
@@ -224,7 +224,8 @@ export class DataserverServerSideDatasource extends BaseServerSideDatasource {
224
224
  */
225
225
  setupSorting(params) {
226
226
  return __awaiter(this, void 0, void 0, function* () {
227
- var _a, _b, _c;
227
+ var _a, _b;
228
+ var _c;
228
229
  const toBeAppliedSortModel = params.request.sortModel;
229
230
  if (((_a = this.currentSortModel) === null || _a === void 0 ? void 0 : _a.length) !== toBeAppliedSortModel.length ||
230
231
  toBeAppliedSortModel.length > 0) {
@@ -294,7 +295,8 @@ export class DataserverServerSideDatasource extends BaseServerSideDatasource {
294
295
  });
295
296
  }
296
297
  handleCurrentStreamLoad(result) {
297
- var _a, _b, _c, _d, _e;
298
+ var _a, _b, _c, _d;
299
+ var _e;
298
300
  if (!result)
299
301
  return;
300
302
  // Infinite scroll accumulates a session-cumulative cache, as GSF splits batches across
@@ -13,7 +13,8 @@ const POLLING_STREAM_DEBOUNCE_MS = 300;
13
13
  */
14
14
  export class ReqRepServerSideDatasource extends BaseServerSideDatasource {
15
15
  constructor(options) {
16
- var _a, _b, _c, _d, _e;
16
+ var _a, _b, _c, _d;
17
+ var _e;
17
18
  super(options);
18
19
  // Track the total discovered row count when we reach the last page
19
20
  this.discoveredTotalRowCount = null;
@@ -22,19 +23,19 @@ export class ReqRepServerSideDatasource extends BaseServerSideDatasource {
22
23
  this.createReqRepStreamFunc = options.createReqRepStreamFunc;
23
24
  this.onPollingUpdate = options.onPollingUpdateFunc;
24
25
  this.resetPreviousPollResult = options.resetPreviousPollResultFunc;
25
- this.usePolling = (_a = options.usePolling) !== null && _a !== void 0 ? _a : false;
26
+ this.usePolling = (_e = options.usePolling) !== null && _e !== void 0 ? _e : false;
26
27
  // Initialize debounced stream creation function
27
28
  this.debouncedCreateStream = debounce((params) => this.createPollingStream(params), POLLING_STREAM_DEBOUNCE_MS);
28
29
  const effectivePagingMode = this.getEffectivePagingMode();
29
30
  // Initialize based on paging mode
30
31
  if (effectivePagingMode === 'viewBased') {
31
- if (!((_c = (_b = options.resourceParams) === null || _b === void 0 ? void 0 : _b.DETAILS) === null || _c === void 0 ? void 0 : _c.VIEW_NUMBER)) {
32
+ if (!((_b = (_a = options.resourceParams) === null || _a === void 0 ? void 0 : _a.DETAILS) === null || _b === void 0 ? void 0 : _b.VIEW_NUMBER)) {
32
33
  this.resourceParams.DETAILS.VIEW_NUMBER = this.zeroBasedViewNumber ? 0 : 1;
33
34
  }
34
35
  }
35
36
  else {
36
37
  // offsetBased
37
- if (!((_e = (_d = options.resourceParams) === null || _d === void 0 ? void 0 : _d.DETAILS) === null || _e === void 0 ? void 0 : _e.OFFSET)) {
38
+ if (!((_d = (_c = options.resourceParams) === null || _c === void 0 ? void 0 : _c.DETAILS) === null || _d === void 0 ? void 0 : _d.OFFSET)) {
38
39
  this.resourceParams.DETAILS.OFFSET = 0;
39
40
  }
40
41
  }
@@ -123,7 +124,8 @@ export class ReqRepServerSideDatasource extends BaseServerSideDatasource {
123
124
  }
124
125
  }
125
126
  applyServerSideData(params, result, isLastView) {
126
- var _a, _b;
127
+ var _a;
128
+ var _b;
127
129
  const messageType = result.MESSAGE_TYPE;
128
130
  if (messageType &&
129
131
  (messageType === MessageType.LOGOFF_ACK || messageType === MessageType.MSG_NACK)) {
@@ -613,7 +613,8 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
613
613
  * @internal
614
614
  */
615
615
  getConfiguredVisibleColumns() {
616
- var _a, _b;
616
+ var _a;
617
+ var _b;
617
618
  const columnDefs = (_b = (_a = this.deferredGridOptions) === null || _a === void 0 ? void 0 : _a.columnDefs) !== null && _b !== void 0 ? _b : [];
618
619
  return columnDefs
619
620
  .filter((colDef) => !!colDef.field && !colDef.hide)
@@ -432,10 +432,7 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
432
432
  const preSetColumnDefs = this.gridApi.getColumnDefs();
433
433
  if (!preSetColumnDefs || preSetColumnDefs.length === 0) {
434
434
  const colDefs = metadata
435
- .map((field) => {
436
- var _a;
437
- return (Object.assign(Object.assign({}, schema.find((colDef) => colDef.field === field.name)), (_a = this.gridApi) === null || _a === void 0 ? void 0 : _a.getColumnDef(field.name)));
438
- })
435
+ .map((field) => { var _a; return (Object.assign(Object.assign({}, schema.find((colDef) => colDef.field === field.name)), (_a = this.gridApi) === null || _a === void 0 ? void 0 : _a.getColumnDef(field.name))); })
439
436
  .map((colDef) => (Object.assign(Object.assign({}, colDef), { cellRenderer: this.autoCellRendererByType ? colDef.cellRenderer : undefined, cellEditor: this.autoCellRendererByType ? colDef.cellEditor : undefined })));
440
437
  const colDefsMergedWithTemplateDefs = yield this.mergeAllColumnDefsAndStates(colDefs, true);
441
438
  if (colDefsMergedWithTemplateDefs) {