@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.
- package/dist/dts/cell/cell.d.ts.map +1 -1
- package/dist/dts/cell-editors/date.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/number.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/string.editor.d.ts.map +1 -1
- package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/actions-menu.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/editable.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/icon.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/select.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/status-pill.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/text-field.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/text.renderer.d.ts +2 -2
- package/dist/dts/cell-renderers/text.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/utils/accessor.d.ts.map +1 -1
- package/dist/dts/column/column.d.ts +1 -367
- package/dist/dts/column/column.d.ts.map +1 -1
- package/dist/dts/datasource/base.datasource.d.ts +1 -361
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/base.types.d.ts +2 -2
- package/dist/dts/datasource/base.types.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +1 -367
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-base.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-dataserver.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-reqrep.d.ts.map +1 -1
- package/dist/dts/grid-pro-beta.d.ts +81 -447
- package/dist/dts/grid-pro-beta.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +20 -20
- package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts +4 -4
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +1 -367
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +1 -367
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.definitions.d.ts +4 -4
- package/dist/dts/grid-pro.definitions.d.ts.map +1 -1
- package/dist/dts/grid-pro.template.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +1 -367
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -1
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts.map +1 -1
- package/dist/dts/state-persistence/kv-state.d.ts.map +1 -1
- package/dist/dts/state-persistence/local-state.d.ts.map +1 -1
- package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
- package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
- package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
- package/dist/dts/status-bar-components/row-count.status-bar.d.ts.map +1 -1
- package/dist/dts/style/tokens.d.ts.map +1 -1
- package/dist/dts/tooltips/error-tooltip.d.ts.map +1 -1
- package/dist/dts/utils/error.d.ts.map +1 -1
- package/dist/dts/utils/string.d.ts.map +1 -1
- package/dist/esm/cell-renderers/action.renderer.js +2 -1
- package/dist/esm/cell-renderers/icon.renderer.js +3 -6
- package/dist/esm/datasource/server-side.datasource.js +8 -4
- package/dist/esm/datasource/server-side.resource-base.js +4 -3
- package/dist/esm/datasource/server-side.resource-dataserver.js +4 -2
- package/dist/esm/datasource/server-side.resource-reqrep.js +7 -5
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +2 -1
- package/dist/esm/grid-pro.js +1 -4
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +6 -9
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.template.js +1 -4
- package/dist/esm/status-bar-components/row-count.status-bar.js +2 -1
- package/dist/grid-pro.api.json +398 -384
- package/dist/grid-pro.d.ts +185 -2724
- package/package.json +14 -14
|
@@ -5,373 +5,7 @@ import { GridProBaseDatasource } from './datasource/base.datasource';
|
|
|
5
5
|
import type { GridComponents, GridProCaseType, GridProErrorEvent, GridProErrorItem, GridProEventsAndCallbacks } from './grid-pro.types';
|
|
6
6
|
import { GridOptionsConfig, GridProStatusBarConfig, GridProStatusBarLabelConfig } from './grid-pro.types';
|
|
7
7
|
import { StatePersistence } from './state-persistence';
|
|
8
|
-
declare const GridProBeta_base:
|
|
9
|
-
#_container: import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
10
|
-
#_latestTokenCode: string;
|
|
11
|
-
#_hasFirstLoaded: boolean;
|
|
12
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
13
|
-
#_shouldForceLifecycle: boolean;
|
|
14
|
-
#_blockedDisconnectSurvivedGracePeriod: boolean;
|
|
15
|
-
cloneNode(deep?: boolean): Node;
|
|
16
|
-
deepClone(): Node;
|
|
17
|
-
get shouldRunDisconnect(): boolean;
|
|
18
|
-
get shouldRunConnect(): boolean;
|
|
19
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
20
|
-
#_tryFindContainingLayout(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
21
|
-
connectedCallback(): void;
|
|
22
|
-
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
23
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
24
|
-
disconnectedCallback(): void;
|
|
25
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
26
|
-
accessKey: string;
|
|
27
|
-
readonly accessKeyLabel: string;
|
|
28
|
-
autocapitalize: string;
|
|
29
|
-
autocorrect: boolean;
|
|
30
|
-
dir: string;
|
|
31
|
-
draggable: boolean;
|
|
32
|
-
hidden: boolean;
|
|
33
|
-
inert: boolean;
|
|
34
|
-
innerText: string;
|
|
35
|
-
lang: string;
|
|
36
|
-
readonly offsetHeight: number;
|
|
37
|
-
readonly offsetLeft: number;
|
|
38
|
-
readonly offsetParent: Element | null;
|
|
39
|
-
readonly offsetTop: number;
|
|
40
|
-
readonly offsetWidth: number;
|
|
41
|
-
outerText: string;
|
|
42
|
-
popover: string | null;
|
|
43
|
-
spellcheck: boolean;
|
|
44
|
-
title: string;
|
|
45
|
-
translate: boolean;
|
|
46
|
-
writingSuggestions: string;
|
|
47
|
-
attachInternals(): ElementInternals;
|
|
48
|
-
click(): void;
|
|
49
|
-
hidePopover(): void;
|
|
50
|
-
showPopover(): void;
|
|
51
|
-
togglePopover(options?: boolean): boolean;
|
|
52
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
53
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
54
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
55
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
56
|
-
readonly attributes: NamedNodeMap;
|
|
57
|
-
get classList(): DOMTokenList;
|
|
58
|
-
set classList(value: string): any;
|
|
59
|
-
className: string;
|
|
60
|
-
readonly clientHeight: number;
|
|
61
|
-
readonly clientLeft: number;
|
|
62
|
-
readonly clientTop: number;
|
|
63
|
-
readonly clientWidth: number;
|
|
64
|
-
readonly currentCSSZoom: number;
|
|
65
|
-
id: string;
|
|
66
|
-
innerHTML: string;
|
|
67
|
-
readonly localName: string;
|
|
68
|
-
readonly namespaceURI: string | null;
|
|
69
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
70
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
71
|
-
outerHTML: string;
|
|
72
|
-
readonly ownerDocument: Document;
|
|
73
|
-
get part(): DOMTokenList;
|
|
74
|
-
set part(value: string): any;
|
|
75
|
-
readonly prefix: string | null;
|
|
76
|
-
readonly scrollHeight: number;
|
|
77
|
-
scrollLeft: number;
|
|
78
|
-
scrollTop: number;
|
|
79
|
-
readonly scrollWidth: number;
|
|
80
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
81
|
-
slot: string;
|
|
82
|
-
readonly tagName: string;
|
|
83
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
84
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
85
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
86
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
87
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
88
|
-
closest<E extends Element = Element>(selectors: string): E;
|
|
89
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
90
|
-
getAttribute(qualifiedName: string): string | null;
|
|
91
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
92
|
-
getAttributeNames(): string[];
|
|
93
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
94
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
95
|
-
getBoundingClientRect(): DOMRect;
|
|
96
|
-
getClientRects(): DOMRectList;
|
|
97
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
98
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
99
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
100
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
101
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
102
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
103
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
104
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
105
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
106
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
107
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
108
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
109
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
110
|
-
hasAttributes(): boolean;
|
|
111
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
112
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
113
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
114
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
115
|
-
matches(selectors: string): boolean;
|
|
116
|
-
releasePointerCapture(pointerId: number): void;
|
|
117
|
-
removeAttribute(qualifiedName: string): void;
|
|
118
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
119
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
120
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
121
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
122
|
-
scroll(options?: ScrollToOptions): void;
|
|
123
|
-
scroll(x: number, y: number): void;
|
|
124
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
125
|
-
scrollBy(x: number, y: number): void;
|
|
126
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
127
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
128
|
-
scrollTo(x: number, y: number): void;
|
|
129
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
130
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
131
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
132
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
133
|
-
setHTMLUnsafe(html: string): void;
|
|
134
|
-
setPointerCapture(pointerId: number): void;
|
|
135
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
136
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
137
|
-
textContent: string;
|
|
138
|
-
readonly baseURI: string;
|
|
139
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
140
|
-
readonly firstChild: ChildNode | null;
|
|
141
|
-
readonly isConnected: boolean;
|
|
142
|
-
readonly lastChild: ChildNode | null;
|
|
143
|
-
readonly nextSibling: ChildNode | null;
|
|
144
|
-
readonly nodeName: string;
|
|
145
|
-
readonly nodeType: number;
|
|
146
|
-
nodeValue: string | null;
|
|
147
|
-
readonly parentElement: HTMLElement | null;
|
|
148
|
-
readonly parentNode: ParentNode | null;
|
|
149
|
-
readonly previousSibling: ChildNode | null;
|
|
150
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
151
|
-
compareDocumentPosition(other: Node): number;
|
|
152
|
-
contains(other: Node | null): boolean;
|
|
153
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
154
|
-
hasChildNodes(): boolean;
|
|
155
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
156
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
157
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
158
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
159
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
160
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
161
|
-
normalize(): void;
|
|
162
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
163
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
164
|
-
readonly ELEMENT_NODE: 1;
|
|
165
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
166
|
-
readonly TEXT_NODE: 3;
|
|
167
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
168
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
169
|
-
readonly ENTITY_NODE: 6;
|
|
170
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
171
|
-
readonly COMMENT_NODE: 8;
|
|
172
|
-
readonly DOCUMENT_NODE: 9;
|
|
173
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
174
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
175
|
-
readonly NOTATION_NODE: 12;
|
|
176
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
177
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
178
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
179
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
180
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
181
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
182
|
-
dispatchEvent(event: Event): boolean;
|
|
183
|
-
ariaActiveDescendantElement: Element | null;
|
|
184
|
-
ariaAtomic: string | null;
|
|
185
|
-
ariaAutoComplete: string | null;
|
|
186
|
-
ariaBrailleLabel: string | null;
|
|
187
|
-
ariaBrailleRoleDescription: string | null;
|
|
188
|
-
ariaBusy: string | null;
|
|
189
|
-
ariaChecked: string | null;
|
|
190
|
-
ariaColCount: string | null;
|
|
191
|
-
ariaColIndex: string | null;
|
|
192
|
-
ariaColIndexText: string | null;
|
|
193
|
-
ariaColSpan: string | null;
|
|
194
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
195
|
-
ariaCurrent: string | null;
|
|
196
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
197
|
-
ariaDescription: string | null;
|
|
198
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
199
|
-
ariaDisabled: string | null;
|
|
200
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
201
|
-
ariaExpanded: string | null;
|
|
202
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
203
|
-
ariaHasPopup: string | null;
|
|
204
|
-
ariaHidden: string | null;
|
|
205
|
-
ariaInvalid: string | null;
|
|
206
|
-
ariaKeyShortcuts: string | null;
|
|
207
|
-
ariaLabel: string | null;
|
|
208
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
209
|
-
ariaLevel: string | null;
|
|
210
|
-
ariaLive: string | null;
|
|
211
|
-
ariaModal: string | null;
|
|
212
|
-
ariaMultiLine: string | null;
|
|
213
|
-
ariaMultiSelectable: string | null;
|
|
214
|
-
ariaOrientation: string | null;
|
|
215
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
216
|
-
ariaPlaceholder: string | null;
|
|
217
|
-
ariaPosInSet: string | null;
|
|
218
|
-
ariaPressed: string | null;
|
|
219
|
-
ariaReadOnly: string | null;
|
|
220
|
-
ariaRelevant: string | null;
|
|
221
|
-
ariaRequired: string | null;
|
|
222
|
-
ariaRoleDescription: string | null;
|
|
223
|
-
ariaRowCount: string | null;
|
|
224
|
-
ariaRowIndex: string | null;
|
|
225
|
-
ariaRowIndexText: string | null;
|
|
226
|
-
ariaRowSpan: string | null;
|
|
227
|
-
ariaSelected: string | null;
|
|
228
|
-
ariaSetSize: string | null;
|
|
229
|
-
ariaSort: string | null;
|
|
230
|
-
ariaValueMax: string | null;
|
|
231
|
-
ariaValueMin: string | null;
|
|
232
|
-
ariaValueNow: string | null;
|
|
233
|
-
ariaValueText: string | null;
|
|
234
|
-
role: string | null;
|
|
235
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
236
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
237
|
-
after(...nodes: (Node | string)[]): void;
|
|
238
|
-
before(...nodes: (Node | string)[]): void;
|
|
239
|
-
remove(): void;
|
|
240
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
241
|
-
readonly nextElementSibling: Element | null;
|
|
242
|
-
readonly previousElementSibling: Element | null;
|
|
243
|
-
readonly childElementCount: number;
|
|
244
|
-
readonly children: HTMLCollection;
|
|
245
|
-
readonly firstElementChild: Element | null;
|
|
246
|
-
readonly lastElementChild: Element | null;
|
|
247
|
-
append(...nodes: (Node | string)[]): void;
|
|
248
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
249
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
250
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
251
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
252
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
253
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
254
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
255
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
256
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
257
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
258
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
259
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
260
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
261
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
262
|
-
get style(): CSSStyleDeclaration;
|
|
263
|
-
set style(cssText: string): any;
|
|
264
|
-
contentEditable: string;
|
|
265
|
-
enterKeyHint: string;
|
|
266
|
-
inputMode: string;
|
|
267
|
-
readonly isContentEditable: boolean;
|
|
268
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
269
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
270
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
271
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
272
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
273
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
274
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
275
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
276
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
277
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
278
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
281
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
282
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
283
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
286
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
287
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
288
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
290
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
291
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
292
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
293
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
294
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
295
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
296
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
297
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
298
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
299
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
301
|
-
onerror: OnErrorEventHandler;
|
|
302
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
303
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
304
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
305
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
308
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
309
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
310
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
311
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
312
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
315
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
316
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
317
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
318
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
319
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
320
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
321
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
322
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
323
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
324
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
325
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
326
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
327
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
328
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
329
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
330
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
331
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
332
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
333
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
335
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
336
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
339
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
342
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
345
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
347
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
348
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
349
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
350
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
353
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
354
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
355
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
356
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
357
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
358
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
359
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
360
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
361
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
362
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
366
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
367
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
368
|
-
autofocus: boolean;
|
|
369
|
-
readonly dataset: DOMStringMap;
|
|
370
|
-
nonce?: string;
|
|
371
|
-
tabIndex: number;
|
|
372
|
-
blur(): void;
|
|
373
|
-
focus(options?: FocusOptions): void;
|
|
374
|
-
}) & typeof FoundationElement;
|
|
8
|
+
declare const GridProBeta_base: typeof FoundationElement & import("@microsoft/fast-element").Constructable<import("@genesislcap/foundation-utils").LifecycleElement>;
|
|
375
9
|
/**
|
|
376
10
|
* The Grid Pro element (AG Grid v35 compatible).
|
|
377
11
|
* @remarks Grid Pro is a Web Component wrapper around the AG Grid Community library.
|
|
@@ -719,83 +353,129 @@ export declare class GridProBeta extends GridProBeta_base {
|
|
|
719
353
|
* @returns The merged column definitions.
|
|
720
354
|
*/
|
|
721
355
|
mergeAllColumnDefsAndStates(columnDefs: ColDef[], deferredColumnDefsOrState?: boolean): Promise<(import("@ag-grid-community/core").ColDef<any> | import("@ag-grid-community/core").ColGroupDef<any>)[] | (ColDef<any, any> | {
|
|
356
|
+
filterFramework?: any;
|
|
357
|
+
floatingFilterComponentFramework?: any;
|
|
358
|
+
tooltipComponentFramework?: any;
|
|
359
|
+
cellEditorFramework?: any;
|
|
360
|
+
headerComponentFramework?: any;
|
|
361
|
+
columnsMenuParams?: import("@ag-grid-community/core").ColumnsMenuParams;
|
|
362
|
+
suppressMenu?: boolean;
|
|
363
|
+
cellRendererFramework?: any;
|
|
364
|
+
suppressCellFlash?: boolean;
|
|
365
|
+
spanHeaderHeight?: boolean;
|
|
366
|
+
filter?: any;
|
|
367
|
+
filterParams?: any;
|
|
368
|
+
floatingFilterComponent?: any;
|
|
369
|
+
floatingFilterComponentParams?: any;
|
|
370
|
+
headerName?: string;
|
|
371
|
+
headerValueGetter?: string | import("@ag-grid-community/core").HeaderValueGetterFunc<any> | import("ag-grid-community").HeaderValueGetterFunc<any, any, any>;
|
|
372
|
+
headerTooltip?: string;
|
|
373
|
+
headerTooltipValueGetter?: import("ag-grid-community").HeaderTooltipValueGetterFunc<any, any, any>;
|
|
374
|
+
headerStyle?: import("ag-grid-community").HeaderStyle | import("ag-grid-community").HeaderStyleFunc<any, any, any>;
|
|
375
|
+
headerClass?: string | string[] | ((params: import("@ag-grid-community/core").HeaderClassParams<any>) => string | string[] | undefined) | ((params: import("ag-grid-community").HeaderClassParams<any, any, any>) => string | string[] | undefined);
|
|
376
|
+
suppressHeaderKeyboardEvent?: import("ag-grid-community").SuppressHeaderKeyboardEventFunc<any, any, any> | ((params: import("@ag-grid-community/core").SuppressHeaderKeyboardEventParams<any>) => boolean);
|
|
377
|
+
columnGroupShow?: import("ag-grid-community").ColumnGroupShowType;
|
|
378
|
+
toolPanelClass?: string | string[] | ((params: import("@ag-grid-community/core").ToolPanelClassParams<any>) => string | string[] | undefined) | ((params: import("ag-grid-community").ToolPanelClassParams<any, any, any>) => string | string[] | undefined);
|
|
379
|
+
suppressColumnsToolPanel?: boolean;
|
|
380
|
+
suppressFiltersToolPanel?: boolean;
|
|
381
|
+
tooltipComponent?: any;
|
|
382
|
+
tooltipComponentParams?: any;
|
|
383
|
+
pivotKeys?: string[];
|
|
384
|
+
cellAriaRole?: string;
|
|
385
|
+
context?: any;
|
|
386
|
+
wrapHeaderText?: boolean;
|
|
387
|
+
autoHeaderHeight?: boolean;
|
|
388
|
+
suppressHeaderContextMenu?: boolean;
|
|
722
389
|
colId?: string;
|
|
723
390
|
field?: string;
|
|
724
391
|
type?: string | string[];
|
|
392
|
+
cellDataType?: boolean | string;
|
|
393
|
+
allowFormula?: boolean;
|
|
394
|
+
calculatedExpression?: string;
|
|
725
395
|
valueGetter?: string | import("@ag-grid-community/core").ValueGetterFunc<any> | import("ag-grid-community").ValueGetterFunc<any, any, any>;
|
|
726
396
|
valueFormatter?: string | import("@ag-grid-community/core").ValueFormatterFunc<any> | import("ag-grid-community").ValueFormatterFunc<any, any, any>;
|
|
727
397
|
refData?: import("ag-grid-community").RefData;
|
|
728
|
-
keyCreator?:
|
|
729
|
-
equals?: (
|
|
398
|
+
keyCreator?: import("ag-grid-community").KeyCreatorFunc<any, any, any> | ((params: import("@ag-grid-community/core").KeyCreatorParams<any, any>) => string);
|
|
399
|
+
equals?: import("ag-grid-community").EqualsFunc<any>;
|
|
730
400
|
tooltipField?: string;
|
|
731
|
-
tooltipValueGetter?:
|
|
401
|
+
tooltipValueGetter?: import("ag-grid-community").TooltipValueGetterFunc<any, any, any> | ((params: import("@ag-grid-community/core").ITooltipParams<any, any, any>) => string | any);
|
|
402
|
+
tooltipComponentSelector?: import("ag-grid-community").CellEditorSelectorFunc | import("ag-grid-community").CellRendererSelectorFunc;
|
|
732
403
|
checkboxSelection?: boolean | import("@ag-grid-community/core").CheckboxSelectionCallback<any> | import("ag-grid-community").CheckboxSelectionCallback<any, any, any>;
|
|
733
404
|
showDisabledCheckboxes?: boolean;
|
|
734
405
|
icons?: {
|
|
735
406
|
[key: string]: string | Function;
|
|
736
407
|
};
|
|
737
408
|
suppressNavigable?: boolean | import("@ag-grid-community/core").SuppressNavigableCallback<any> | import("ag-grid-community").SuppressNavigableCallback<any, any, any>;
|
|
738
|
-
|
|
409
|
+
suppressNoteActions?: boolean | import("ag-grid-community").SuppressNoteActionsCallback<any, any, any>;
|
|
410
|
+
suppressKeyboardEvent?: import("ag-grid-community").SuppressKeyboardEventFunc<any, any, any> | ((params: import("@ag-grid-community/core").SuppressKeyboardEventParams<any>) => boolean);
|
|
739
411
|
suppressPaste?: boolean | import("@ag-grid-community/core").SuppressPasteCallback<any> | import("ag-grid-community").SuppressPasteCallback<any, any, any>;
|
|
740
412
|
suppressFillHandle?: boolean;
|
|
741
413
|
hide?: boolean | null;
|
|
742
414
|
initialHide?: boolean;
|
|
743
415
|
lockVisible?: boolean;
|
|
744
|
-
lockPosition?: boolean |
|
|
416
|
+
lockPosition?: boolean | 'left' | 'right';
|
|
745
417
|
suppressMovable?: boolean;
|
|
418
|
+
useValueFormatterForExport?: boolean;
|
|
746
419
|
editable?: boolean | import("@ag-grid-community/core").EditableCallback<any> | import("ag-grid-community").EditableCallback<any, any, any>;
|
|
420
|
+
groupRowEditable?: boolean | import("ag-grid-community").GroupRowEditableCallback<any, any>;
|
|
421
|
+
groupRowValueSetter?: boolean | import("ag-grid-community").GroupRowValueSetterFunc<any, any> | import("ag-grid-community").GroupRowValueSetterOptions<any, any, any>;
|
|
747
422
|
valueSetter?: string | import("@ag-grid-community/core").ValueSetterFunc<any> | import("ag-grid-community").ValueSetterFunc<any, any, any>;
|
|
748
423
|
valueParser?: string | import("@ag-grid-community/core").ValueParserFunc<any, any> | import("ag-grid-community").ValueParserFunc<any, any, any>;
|
|
749
424
|
cellEditor?: any;
|
|
750
|
-
cellEditorFramework?: any;
|
|
751
425
|
cellEditorParams?: any;
|
|
752
426
|
cellEditorSelector?: import("@ag-grid-community/core").CellEditorSelectorFunc<any> | import("ag-grid-community").CellEditorSelectorFunc<any, any, any>;
|
|
753
427
|
singleClickEdit?: boolean;
|
|
754
428
|
cellEditorPopup?: boolean;
|
|
755
|
-
cellEditorPopupPosition?:
|
|
429
|
+
cellEditorPopupPosition?: 'over' | 'under';
|
|
430
|
+
useValueParserForImport?: boolean;
|
|
756
431
|
onCellValueChanged?: ((event: import("@ag-grid-community/core").NewValueParams<any>) => void) | ((event: import("ag-grid-community").NewValueParams<any, any, any>) => void);
|
|
757
432
|
onCellClicked?: ((event: import("@ag-grid-community/core").CellClickedEvent<any, any>) => void) | ((event: import("ag-grid-community").CellClickedEvent<any, any, any>) => void);
|
|
758
433
|
onCellDoubleClicked?: ((event: import("@ag-grid-community/core").CellDoubleClickedEvent<any, any>) => void) | ((event: import("ag-grid-community").CellDoubleClickedEvent<any, any, any>) => void);
|
|
759
434
|
onCellContextMenu?: ((event: import("@ag-grid-community/core").CellContextMenuEvent<any, any>) => void) | ((event: import("ag-grid-community").CellContextMenuEvent<any, any, any>) => void);
|
|
760
|
-
getQuickFilterText?:
|
|
435
|
+
getQuickFilterText?: import("ag-grid-community").GetQuickFilterText<any, any, any> | ((params: import("@ag-grid-community/core").GetQuickFilterTextParams<any, any>) => string);
|
|
761
436
|
filterValueGetter?: string | import("@ag-grid-community/core").ValueGetterFunc<any> | import("ag-grid-community").ValueGetterFunc<any, any, any>;
|
|
762
437
|
floatingFilter?: boolean;
|
|
763
|
-
|
|
764
|
-
|
|
438
|
+
suppressFloatingFilterButton?: boolean;
|
|
439
|
+
dateComponent?: any;
|
|
440
|
+
dateComponentParams?: any;
|
|
441
|
+
getFindText?: import("ag-grid-community").GetFindTextFunc<any, any, any>;
|
|
765
442
|
headerComponent?: any;
|
|
766
|
-
headerComponentFramework?: any;
|
|
767
443
|
headerComponentParams?: any;
|
|
768
444
|
menuTabs?: import("@ag-grid-community/core").ColumnMenuTab[];
|
|
769
|
-
|
|
770
|
-
|
|
445
|
+
columnChooserParams?: import("ag-grid-community").ColumnChooserParams;
|
|
446
|
+
suppressHeaderMenuButton?: boolean;
|
|
447
|
+
suppressHeaderFilterButton?: boolean;
|
|
448
|
+
mainMenuItems?: (import("ag-grid-community").MenuItemDef<any, any> | import("ag-grid-community").DefaultMenuItem)[] | import("ag-grid-community").GetMainMenuItems<any>;
|
|
449
|
+
contextMenuItems?: (import("ag-grid-community").MenuItemDef<any, any> | import("ag-grid-community").DefaultMenuItem)[] | import("ag-grid-community").GetContextMenuItems<any>;
|
|
771
450
|
headerCheckboxSelection?: boolean | import("@ag-grid-community/core").HeaderCheckboxSelectionCallback<any> | import("ag-grid-community").HeaderCheckboxSelectionCallback<any, any, any>;
|
|
772
451
|
headerCheckboxSelectionFilteredOnly?: boolean;
|
|
773
452
|
headerCheckboxSelectionCurrentPageOnly?: boolean;
|
|
774
|
-
chartDataType?:
|
|
775
|
-
pinned?: boolean |
|
|
776
|
-
initialPinned?: boolean |
|
|
453
|
+
chartDataType?: 'category' | 'series' | 'time' | 'excluded';
|
|
454
|
+
pinned?: boolean | 'left' | 'right' | null;
|
|
455
|
+
initialPinned?: boolean | 'left' | 'right';
|
|
777
456
|
lockPinned?: boolean;
|
|
778
457
|
pivot?: boolean | null;
|
|
779
458
|
initialPivot?: boolean;
|
|
780
459
|
pivotIndex?: number | null;
|
|
781
460
|
initialPivotIndex?: number;
|
|
782
|
-
pivotComparator?: (
|
|
461
|
+
pivotComparator?: import("ag-grid-community").PivotComparatorFunc;
|
|
783
462
|
enablePivot?: boolean;
|
|
784
463
|
cellStyle?: import("@ag-grid-community/core").CellStyle | import("@ag-grid-community/core").CellStyleFunc<any> | import("ag-grid-community").CellStyleFunc<any, any, any>;
|
|
785
464
|
cellClass?: string | string[] | import("@ag-grid-community/core").CellClassFunc<any> | import("ag-grid-community").CellClassFunc<any, any, any>;
|
|
786
465
|
cellClassRules?: import("@ag-grid-community/core").CellClassRules<any> | import("ag-grid-community").CellClassRules<any, any, any>;
|
|
787
466
|
cellRenderer?: any;
|
|
788
|
-
cellRendererFramework?: any;
|
|
789
467
|
cellRendererParams?: any;
|
|
790
468
|
cellRendererSelector?: import("@ag-grid-community/core").CellRendererSelectorFunc<any> | import("ag-grid-community").CellRendererSelectorFunc<any, any, any>;
|
|
469
|
+
loadingCellRenderer?: any;
|
|
470
|
+
loadingCellRendererParams?: any;
|
|
471
|
+
loadingCellRendererSelector?: import("ag-grid-community").ILoadingCellRendererSelectorFunc<any, any, any>;
|
|
791
472
|
autoHeight?: boolean;
|
|
792
473
|
wrapText?: boolean;
|
|
793
474
|
enableCellChangeFlash?: boolean;
|
|
794
|
-
suppressCellFlash?: boolean;
|
|
795
475
|
rowDrag?: boolean | import("@ag-grid-community/core").RowDragCallback<any> | import("ag-grid-community").RowDragCallback<any, any, any>;
|
|
796
476
|
rowDragText?: import("ag-grid-community").RowDragTextFunc | ((params: import("@ag-grid-community/core").IRowDragItem, dragItemCount: number) => string);
|
|
797
477
|
dndSource?: boolean | import("@ag-grid-community/core").DndSourceCallback<any> | import("ag-grid-community").DndSourceCallback<any, any, any>;
|
|
798
|
-
dndSourceOnRowDrag?:
|
|
478
|
+
dndSourceOnRowDrag?: import("ag-grid-community").DndSourceOnRowDragFunc<any, any> | ((params: import("@ag-grid-community/core").DndSourceOnRowDragParams<any>) => void);
|
|
799
479
|
rowGroup?: boolean | null;
|
|
800
480
|
initialRowGroup?: boolean;
|
|
801
481
|
rowGroupIndex?: number | null;
|
|
@@ -804,19 +484,28 @@ export declare class GridProBeta extends GridProBeta_base {
|
|
|
804
484
|
enableValue?: boolean;
|
|
805
485
|
aggFunc?: string | import("@ag-grid-community/core").IAggFunc<any, any> | import("ag-grid-community").IAggFunc<any, any, any>;
|
|
806
486
|
initialAggFunc?: string | import("@ag-grid-community/core").IAggFunc<any, any> | import("ag-grid-community").IAggFunc<any, any, any>;
|
|
487
|
+
valueIndex?: number;
|
|
488
|
+
initialValueIndex?: number;
|
|
807
489
|
defaultAggFunc?: string;
|
|
808
490
|
allowedAggFuncs?: string[];
|
|
491
|
+
showValuesAs?: import("ag-grid-community").ShowValuesAsType | import("ag-grid-community").ShowValuesAs | null;
|
|
492
|
+
initialShowValuesAs?: import("ag-grid-community").ShowValuesAsType | import("ag-grid-community").ShowValuesAs;
|
|
493
|
+
showValuesAsDef?: import("ag-grid-community").ShowValuesAsDef<any, any>;
|
|
494
|
+
enableShowValuesAs?: boolean;
|
|
495
|
+
rowGroupingHierarchy?: (string | ColDef<any, any>)[];
|
|
496
|
+
groupHierarchy?: (string | ColDef<any, any>)[];
|
|
809
497
|
showRowGroup?: string | boolean;
|
|
810
498
|
sortable?: boolean;
|
|
811
|
-
sort?: "
|
|
812
|
-
initialSort?: "
|
|
499
|
+
sort?: import("ag-grid-community").SortDirection | import("ag-grid-community").SortDef;
|
|
500
|
+
initialSort?: import("ag-grid-community").SortDirection | import("ag-grid-community").SortDef;
|
|
813
501
|
sortIndex?: number | null;
|
|
814
502
|
initialSortIndex?: number;
|
|
815
503
|
sortingOrder?: (import("ag-grid-community").SortDirection | import("ag-grid-community").SortDef)[];
|
|
816
|
-
comparator?:
|
|
504
|
+
comparator?: Partial<Record<import("ag-grid-community").SortType, import("ag-grid-community").SortComparatorFn<any, any>>> | import("ag-grid-community").SortComparatorFn<any, any> | ((valueA: any, valueB: any, nodeA: import("@ag-grid-community/core").IRowNode<any>, nodeB: import("@ag-grid-community/core").IRowNode<any>, isDescending: boolean) => number);
|
|
817
505
|
unSortIcon?: boolean;
|
|
818
|
-
colSpan?:
|
|
819
|
-
rowSpan?:
|
|
506
|
+
colSpan?: import("ag-grid-community").ColSpanFunc<any, any, any> | ((params: import("@ag-grid-community/core").ColSpanParams<any>) => number);
|
|
507
|
+
rowSpan?: import("ag-grid-community").RowSpanFunc<any, any, any> | ((params: import("@ag-grid-community/core").RowSpanParams<any>) => number);
|
|
508
|
+
spanRows?: boolean | import("ag-grid-community").SpanRowsFunc<any, any, any>;
|
|
820
509
|
width?: number;
|
|
821
510
|
initialWidth?: number;
|
|
822
511
|
minWidth?: number;
|
|
@@ -828,62 +517,7 @@ export declare class GridProBeta extends GridProBeta_base {
|
|
|
828
517
|
suppressAutoSize?: boolean;
|
|
829
518
|
pivotValueColumn?: import("@ag-grid-community/core").Column | import("ag-grid-community").Column<any>;
|
|
830
519
|
pivotTotalColumnIds?: string[];
|
|
831
|
-
spanHeaderHeight?: boolean;
|
|
832
|
-
headerName?: string;
|
|
833
|
-
headerValueGetter?: string | import("@ag-grid-community/core").HeaderValueGetterFunc<any> | import("ag-grid-community").HeaderValueGetterFunc<any, any, any>;
|
|
834
|
-
headerTooltip?: string;
|
|
835
|
-
headerClass?: string | string[] | ((params: import("@ag-grid-community/core").HeaderClassParams<any>) => string | string[] | undefined) | ((params: import("ag-grid-community").HeaderClassParams<any, any, any>) => string | string[] | undefined);
|
|
836
|
-
suppressHeaderKeyboardEvent?: ((params: import("@ag-grid-community/core").SuppressHeaderKeyboardEventParams<any>) => boolean) | import("ag-grid-community").SuppressHeaderKeyboardEventFunc<any, any, any>;
|
|
837
|
-
columnGroupShow?: "open" | "closed";
|
|
838
|
-
toolPanelClass?: string | string[] | ((params: import("@ag-grid-community/core").ToolPanelClassParams<any>) => string | string[] | undefined) | ((params: import("ag-grid-community").ToolPanelClassParams<any, any, any>) => string | string[] | undefined);
|
|
839
|
-
suppressColumnsToolPanel?: boolean;
|
|
840
|
-
suppressFiltersToolPanel?: boolean;
|
|
841
|
-
tooltipComponent?: any;
|
|
842
|
-
tooltipComponentFramework?: any;
|
|
843
|
-
tooltipComponentParams?: any;
|
|
844
|
-
pivotKeys?: string[];
|
|
845
|
-
filter?: any;
|
|
846
|
-
filterFramework?: any;
|
|
847
|
-
filterParams?: any;
|
|
848
|
-
floatingFilterComponent?: any;
|
|
849
|
-
floatingFilterComponentFramework?: any;
|
|
850
|
-
floatingFilterComponentParams?: any;
|
|
851
|
-
cellDataType?: boolean | string;
|
|
852
|
-
allowFormula?: boolean;
|
|
853
|
-
calculatedExpression?: string;
|
|
854
|
-
tooltipComponentSelector?: import("ag-grid-community").CellEditorSelectorFunc | import("ag-grid-community").CellRendererSelectorFunc;
|
|
855
|
-
suppressNoteActions?: boolean | import("ag-grid-community").SuppressNoteActionsCallback<any, any, any>;
|
|
856
|
-
useValueFormatterForExport?: boolean;
|
|
857
|
-
groupRowEditable?: boolean | import("ag-grid-community").GroupRowEditableCallback<any, any>;
|
|
858
|
-
groupRowValueSetter?: boolean | import("ag-grid-community").GroupRowValueSetterFunc<any, any> | import("ag-grid-community").GroupRowValueSetterOptions<any, any, any>;
|
|
859
|
-
useValueParserForImport?: boolean;
|
|
860
|
-
suppressFloatingFilterButton?: boolean;
|
|
861
|
-
dateComponent?: any;
|
|
862
|
-
dateComponentParams?: any;
|
|
863
|
-
getFindText?: import("ag-grid-community").GetFindTextFunc<any, any, any>;
|
|
864
|
-
columnChooserParams?: import("ag-grid-community").ColumnChooserParams;
|
|
865
|
-
suppressHeaderMenuButton?: boolean;
|
|
866
|
-
suppressHeaderFilterButton?: boolean;
|
|
867
|
-
mainMenuItems?: (import("ag-grid-community").MenuItemDef<any, any> | import("ag-grid-community").DefaultMenuItem)[] | import("ag-grid-community").GetMainMenuItems<any>;
|
|
868
|
-
contextMenuItems?: (import("ag-grid-community").MenuItemDef<any, any> | import("ag-grid-community").DefaultMenuItem)[] | import("ag-grid-community").GetContextMenuItems<any>;
|
|
869
|
-
loadingCellRenderer?: any;
|
|
870
|
-
loadingCellRendererParams?: any;
|
|
871
|
-
loadingCellRendererSelector?: import("ag-grid-community").ILoadingCellRendererSelectorFunc<any, any, any>;
|
|
872
|
-
valueIndex?: number;
|
|
873
|
-
initialValueIndex?: number;
|
|
874
|
-
showValuesAs?: import("ag-grid-community").ShowValuesAsType | import("ag-grid-community").ShowValuesAs | null;
|
|
875
|
-
initialShowValuesAs?: import("ag-grid-community").ShowValuesAsType | import("ag-grid-community").ShowValuesAs;
|
|
876
|
-
showValuesAsDef?: import("ag-grid-community").ShowValuesAsDef<any, any>;
|
|
877
|
-
enableShowValuesAs?: boolean;
|
|
878
|
-
rowGroupingHierarchy?: (string | ColDef<any, any>)[];
|
|
879
|
-
groupHierarchy?: (string | ColDef<any, any>)[];
|
|
880
|
-
spanRows?: boolean | import("ag-grid-community").SpanRowsFunc<any, any, any>;
|
|
881
520
|
suppressSpanHeaderHeight?: boolean;
|
|
882
|
-
headerTooltipValueGetter?: import("ag-grid-community").HeaderTooltipValueGetterFunc<any, any, any>;
|
|
883
|
-
headerStyle?: import("ag-grid-community").HeaderStyle | import("ag-grid-community").HeaderStyleFunc<any, any, any>;
|
|
884
|
-
cellAriaRole?: string;
|
|
885
|
-
context?: any;
|
|
886
|
-
suppressHeaderContextMenu?: boolean;
|
|
887
521
|
})[]>;
|
|
888
522
|
private panelExists;
|
|
889
523
|
private addRowCountPanel;
|