@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
@@ -12,367 +12,7 @@ export declare const criteriaDelimiter = ";";
12
12
  * @public
13
13
  */
14
14
  export declare const criteriaJoin = " && ";
15
- declare const GenesisGridDatasourceElement_base: new () => {
16
- datasourceStatus: DatasourceStatus;
17
- resourceName: string;
18
- data?: unknown;
19
- onDatasourceStatusChanged: (event: import("@genesislcap/foundation-comms").DatasourceStatusChangedEvent) => void;
20
- datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
21
- connectedCallback(): void;
22
- disconnectedCallback(): void;
23
- accessKey: string;
24
- readonly accessKeyLabel: string;
25
- autocapitalize: string;
26
- autocorrect: boolean;
27
- dir: string;
28
- draggable: boolean;
29
- hidden: boolean;
30
- inert: boolean;
31
- innerText: string;
32
- lang: string;
33
- readonly offsetHeight: number;
34
- readonly offsetLeft: number;
35
- readonly offsetParent: Element | null;
36
- readonly offsetTop: number;
37
- readonly offsetWidth: number;
38
- outerText: string;
39
- popover: string | null;
40
- spellcheck: boolean;
41
- title: string;
42
- translate: boolean;
43
- writingSuggestions: string;
44
- attachInternals(): ElementInternals;
45
- click(): void;
46
- hidePopover(): void;
47
- showPopover(): void;
48
- togglePopover(options?: boolean): boolean;
49
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
50
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
51
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
52
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
53
- readonly attributes: NamedNodeMap;
54
- get classList(): DOMTokenList;
55
- set classList(value: string): any;
56
- className: string;
57
- readonly clientHeight: number;
58
- readonly clientLeft: number;
59
- readonly clientTop: number;
60
- readonly clientWidth: number;
61
- readonly currentCSSZoom: number;
62
- id: string;
63
- innerHTML: string;
64
- readonly localName: string;
65
- readonly namespaceURI: string | null;
66
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
67
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
68
- outerHTML: string;
69
- readonly ownerDocument: Document;
70
- get part(): DOMTokenList;
71
- set part(value: string): any;
72
- readonly prefix: string | null;
73
- readonly scrollHeight: number;
74
- scrollLeft: number;
75
- scrollTop: number;
76
- readonly scrollWidth: number;
77
- readonly shadowRoot: ShadowRoot | null;
78
- slot: string;
79
- readonly tagName: string;
80
- attachShadow(init: ShadowRootInit): ShadowRoot;
81
- checkVisibility(options?: CheckVisibilityOptions): boolean;
82
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
83
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
84
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
85
- closest<E extends Element = Element>(selectors: string): E | null;
86
- computedStyleMap(): StylePropertyMapReadOnly;
87
- getAttribute(qualifiedName: string): string | null;
88
- getAttributeNS(namespace: string | null, localName: string): string | null;
89
- getAttributeNames(): string[];
90
- getAttributeNode(qualifiedName: string): Attr | null;
91
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
92
- getBoundingClientRect(): DOMRect;
93
- getClientRects(): DOMRectList;
94
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
95
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
96
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
97
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
98
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
99
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
100
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
101
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
102
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
103
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
104
- getHTML(options?: GetHTMLOptions): string;
105
- hasAttribute(qualifiedName: string): boolean;
106
- hasAttributeNS(namespace: string | null, localName: string): boolean;
107
- hasAttributes(): boolean;
108
- hasPointerCapture(pointerId: number): boolean;
109
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
110
- insertAdjacentHTML(position: InsertPosition, string: string): void;
111
- insertAdjacentText(where: InsertPosition, data: string): void;
112
- matches(selectors: string): boolean;
113
- releasePointerCapture(pointerId: number): void;
114
- removeAttribute(qualifiedName: string): void;
115
- removeAttributeNS(namespace: string | null, localName: string): void;
116
- removeAttributeNode(attr: Attr): Attr;
117
- requestFullscreen(options?: FullscreenOptions): Promise<void>;
118
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
119
- scroll(options?: ScrollToOptions): void;
120
- scroll(x: number, y: number): void;
121
- scrollBy(options?: ScrollToOptions): void;
122
- scrollBy(x: number, y: number): void;
123
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
124
- scrollTo(options?: ScrollToOptions): void;
125
- scrollTo(x: number, y: number): void;
126
- setAttribute(qualifiedName: string, value: string): void;
127
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
128
- setAttributeNode(attr: Attr): Attr | null;
129
- setAttributeNodeNS(attr: Attr): Attr | null;
130
- setHTMLUnsafe(html: string): void;
131
- setPointerCapture(pointerId: number): void;
132
- toggleAttribute(qualifiedName: string, force?: boolean): boolean;
133
- webkitMatchesSelector(selectors: string): boolean;
134
- textContent: string;
135
- readonly baseURI: string;
136
- readonly childNodes: NodeListOf<ChildNode>;
137
- readonly firstChild: ChildNode | null;
138
- readonly isConnected: boolean;
139
- readonly lastChild: ChildNode | null;
140
- readonly nextSibling: ChildNode | null;
141
- readonly nodeName: string;
142
- readonly nodeType: number;
143
- nodeValue: string | null;
144
- readonly parentElement: HTMLElement | null;
145
- readonly parentNode: ParentNode | null;
146
- readonly previousSibling: ChildNode | null;
147
- appendChild<T extends Node>(node: T): T;
148
- cloneNode(subtree?: boolean): Node;
149
- compareDocumentPosition(other: Node): number;
150
- contains(other: Node | null): boolean;
151
- getRootNode(options?: GetRootNodeOptions): Node;
152
- hasChildNodes(): boolean;
153
- insertBefore<T extends Node>(node: T, child: Node | null): T;
154
- isDefaultNamespace(namespace: string | null): boolean;
155
- isEqualNode(otherNode: Node | null): boolean;
156
- isSameNode(otherNode: Node | null): boolean;
157
- lookupNamespaceURI(prefix: string | null): string | null;
158
- lookupPrefix(namespace: string | null): string | null;
159
- normalize(): void;
160
- removeChild<T extends Node>(child: T): T;
161
- replaceChild<T extends Node>(node: Node, child: T): T;
162
- readonly ELEMENT_NODE: 1;
163
- readonly ATTRIBUTE_NODE: 2;
164
- readonly TEXT_NODE: 3;
165
- readonly CDATA_SECTION_NODE: 4;
166
- readonly ENTITY_REFERENCE_NODE: 5;
167
- readonly ENTITY_NODE: 6;
168
- readonly PROCESSING_INSTRUCTION_NODE: 7;
169
- readonly COMMENT_NODE: 8;
170
- readonly DOCUMENT_NODE: 9;
171
- readonly DOCUMENT_TYPE_NODE: 10;
172
- readonly DOCUMENT_FRAGMENT_NODE: 11;
173
- readonly NOTATION_NODE: 12;
174
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
175
- readonly DOCUMENT_POSITION_PRECEDING: 2;
176
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
177
- readonly DOCUMENT_POSITION_CONTAINS: 8;
178
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
179
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
180
- dispatchEvent(event: Event): boolean;
181
- ariaActiveDescendantElement: Element | null;
182
- ariaAtomic: string | null;
183
- ariaAutoComplete: string | null;
184
- ariaBrailleLabel: string | null;
185
- ariaBrailleRoleDescription: string | null;
186
- ariaBusy: string | null;
187
- ariaChecked: string | null;
188
- ariaColCount: string | null;
189
- ariaColIndex: string | null;
190
- ariaColIndexText: string | null;
191
- ariaColSpan: string | null;
192
- ariaControlsElements: ReadonlyArray<Element> | null;
193
- ariaCurrent: string | null;
194
- ariaDescribedByElements: ReadonlyArray<Element> | null;
195
- ariaDescription: string | null;
196
- ariaDetailsElements: ReadonlyArray<Element> | null;
197
- ariaDisabled: string | null;
198
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
199
- ariaExpanded: string | null;
200
- ariaFlowToElements: ReadonlyArray<Element> | null;
201
- ariaHasPopup: string | null;
202
- ariaHidden: string | null;
203
- ariaInvalid: string | null;
204
- ariaKeyShortcuts: string | null;
205
- ariaLabel: string | null;
206
- ariaLabelledByElements: ReadonlyArray<Element> | null;
207
- ariaLevel: string | null;
208
- ariaLive: string | null;
209
- ariaModal: string | null;
210
- ariaMultiLine: string | null;
211
- ariaMultiSelectable: string | null;
212
- ariaOrientation: string | null;
213
- ariaOwnsElements: ReadonlyArray<Element> | null;
214
- ariaPlaceholder: string | null;
215
- ariaPosInSet: string | null;
216
- ariaPressed: string | null;
217
- ariaReadOnly: string | null;
218
- ariaRelevant: string | null;
219
- ariaRequired: string | null;
220
- ariaRoleDescription: string | null;
221
- ariaRowCount: string | null;
222
- ariaRowIndex: string | null;
223
- ariaRowIndexText: string | null;
224
- ariaRowSpan: string | null;
225
- ariaSelected: string | null;
226
- ariaSetSize: string | null;
227
- ariaSort: string | null;
228
- ariaValueMax: string | null;
229
- ariaValueMin: string | null;
230
- ariaValueNow: string | null;
231
- ariaValueText: string | null;
232
- role: string | null;
233
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
234
- getAnimations(options?: GetAnimationsOptions): Animation[];
235
- after(...nodes: (Node | string)[]): void;
236
- before(...nodes: (Node | string)[]): void;
237
- remove(): void;
238
- replaceWith(...nodes: (Node | string)[]): void;
239
- readonly nextElementSibling: Element | null;
240
- readonly previousElementSibling: Element | null;
241
- readonly childElementCount: number;
242
- readonly children: HTMLCollection;
243
- readonly firstElementChild: Element | null;
244
- readonly lastElementChild: Element | null;
245
- append(...nodes: (Node | string)[]): void;
246
- prepend(...nodes: (Node | string)[]): void;
247
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
248
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
249
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
250
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
251
- querySelector<E extends Element = Element>(selectors: string): E | null;
252
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
253
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
254
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
255
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
256
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
257
- replaceChildren(...nodes: (Node | string)[]): void;
258
- readonly assignedSlot: HTMLSlotElement | null;
259
- readonly attributeStyleMap: StylePropertyMap;
260
- get style(): CSSStyleDeclaration;
261
- set style(cssText: string): any;
262
- contentEditable: string;
263
- enterKeyHint: string;
264
- inputMode: string;
265
- readonly isContentEditable: boolean;
266
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
267
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
268
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
269
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
270
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
271
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
272
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
273
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
274
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
275
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
276
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
277
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
278
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
279
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
280
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
281
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
282
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
283
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
284
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
285
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
286
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
287
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
288
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
289
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
290
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
291
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
292
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
293
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
294
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
295
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
296
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
297
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
298
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
299
- onerror: OnErrorEventHandler;
300
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
301
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
302
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
303
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
304
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
306
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
307
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
308
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
309
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
310
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
311
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
312
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
313
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
314
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
315
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
316
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
317
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
318
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
319
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
320
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
321
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
322
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
323
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
324
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
325
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
326
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
327
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
328
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
329
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
330
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
331
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
332
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
333
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
334
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
335
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
336
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
337
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
338
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
339
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
340
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
341
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
342
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
343
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
344
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
345
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
346
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
347
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
348
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
349
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
350
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
351
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
352
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
353
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
354
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
355
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
356
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
357
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
358
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
359
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
360
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
361
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
362
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
363
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
364
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
365
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
366
- autofocus: boolean;
367
- readonly dataset: DOMStringMap;
368
- nonce?: string;
369
- tabIndex: number;
370
- blur(): void;
371
- focus(options?: FocusOptions): void;
372
- readonly $fastController: import("@microsoft/fast-element").Controller;
373
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
374
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
375
- };
15
+ declare const GenesisGridDatasourceElement_base: new () => HTMLElement & import("@microsoft/fast-element").FASTElement & import("@genesislcap/foundation-comms").DatasourceEventHandlerElement;
376
16
  /**
377
17
  * The base datasource element for the grid-pro element.
378
18
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"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"}
@@ -50,8 +50,8 @@ export type ServerSideDatasourceOptions = {
50
50
  * @public
51
51
  */
52
52
  export declare const baseDatasourceEventNames: {
53
- readonly error: "base-datasource-error";
54
- readonly connected: "base-datasource-connected";
53
+ readonly error: 'base-datasource-error';
54
+ readonly connected: 'base-datasource-connected';
55
55
  };
56
56
  /**
57
57
  * Base datasource error event detail.
@@ -1 +1 @@
1
- {"version":3,"file":"base.types.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,wBAAwB,EACxB,cAAc,EACd,mBAAmB,EACnB,gBAAgB,EAChB,aAAa,EACb,UAAU,EACX,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,0BAA0B,CAAC,EAAE,CAC3B,cAAc,CAAC,EAAE,GAAG,KACjB,OAAO,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,CAAC,CAAC;IACzD,uBAAuB,CAAC,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,KAAK,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjF;;;OAGG;IACH,sBAAsB,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,OAAO,CAAC;QACjD,MAAM,EAAE,gBAAgB,CAAC,mBAAmB,CAAC,CAAC;QAC9C,UAAU,EAAE,UAAU,CAAC;KACxB,CAAC,CAAC;IACH;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAC;IAC5D;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;IACzC,sBAAsB,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxD,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,8DAA8D;IAC9D,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;IACnC,qEAAqE;IACrE,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,gBAAgB,GAAG,aAAa,CAAC;IAClD,eAAe,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IACxC,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IAEnC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IACpC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;CAG3B,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EACA,YAAY,GACZ,qBAAqB,GACrB,eAAe,GACf,UAAU,GACV,QAAQ,GACR,UAAU,GACV,SAAS,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,WAAW,CAAC,8BAA8B,CAAC,CAAC"}
1
+ {"version":3,"file":"base.types.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,wBAAwB,EACxB,cAAc,EACd,mBAAmB,EACnB,gBAAgB,EAChB,aAAa,EACb,UAAU,EACX,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,0BAA0B,CAAC,EAAE,CAC3B,cAAc,CAAC,EAAE,GAAG,KACjB,OAAO,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,CAAC,CAAC;IACzD,uBAAuB,CAAC,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,KAAK,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACjF;;;OAGG;IACH,sBAAsB,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,OAAO,CAAC;QACjD,MAAM,EAAE,gBAAgB,CAAC,mBAAmB,CAAC,CAAC;QAC9C,UAAU,EAAE,UAAU,CAAC;KACxB,CAAC,CAAC;IACH;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAC;IAC5D;;;OAGG;IACH,2BAA2B,CAAC,EAAE,MAAM,IAAI,CAAC;IACzC,sBAAsB,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxD,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,8DAA8D;IAC9D,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;IACnC,qEAAqE;IACrE,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,gBAAgB,GAAG,aAAa,CAAC;IAClD,eAAe,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IACxC,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IAEnC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IACpC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB;aACnC,KAAK,EAAE,uBAAuB;aAC9B,SAAS,EAAE,2BAA2B;CAC9B,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EACA,YAAY,GACZ,qBAAqB,GACrB,eAAe,GACf,UAAU,GACV,QAAQ,GACR,UAAU,GACV,SAAS,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,WAAW,CAAC,8BAA8B,CAAC,CAAC"}