@genesislcap/grid-pro 11.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/dts/cell/cell.d.ts +14 -0
- package/dist/dts/cell/cell.d.ts.map +1 -0
- package/dist/dts/cell/cell.template.d.ts +3 -0
- package/dist/dts/cell/cell.template.d.ts.map +1 -0
- package/dist/dts/cell/index.d.ts +3 -0
- package/dist/dts/cell/index.d.ts.map +1 -0
- package/dist/dts/cell-renderers/action.renderer.d.ts +33 -0
- package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/actions-menu.renderer.d.ts +19 -0
- package/dist/dts/cell-renderers/actions-menu.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/boolean.renderer.d.ts +25 -0
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/index.d.ts +6 -0
- package/dist/dts/cell-renderers/index.d.ts.map +1 -0
- package/dist/dts/cell-renderers/select.renderer.d.ts +34 -0
- package/dist/dts/cell-renderers/select.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/text.renderer.d.ts +30 -0
- package/dist/dts/cell-renderers/text.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/utils/accessor.d.ts +2 -0
- package/dist/dts/cell-renderers/utils/accessor.d.ts.map +1 -0
- package/dist/dts/cell-renderers/utils/index.d.ts +2 -0
- package/dist/dts/cell-renderers/utils/index.d.ts.map +1 -0
- package/dist/dts/column/column.d.ts +8 -0
- package/dist/dts/column/column.d.ts.map +1 -0
- package/dist/dts/column/column.template.d.ts +3 -0
- package/dist/dts/column/column.template.d.ts.map +1 -0
- package/dist/dts/column/index.d.ts +4 -0
- package/dist/dts/column/index.d.ts.map +1 -0
- package/dist/dts/column/utils/grid-pro-columns.d.ts +4 -0
- package/dist/dts/column/utils/grid-pro-columns.d.ts.map +1 -0
- package/dist/dts/column/utils/index.d.ts +2 -0
- package/dist/dts/column/utils/index.d.ts.map +1 -0
- package/dist/dts/external/ag-grid-css.d.ts +2 -0
- package/dist/dts/external/ag-grid-css.d.ts.map +1 -0
- package/dist/dts/external/ag-head-css.d.ts +2 -0
- package/dist/dts/external/ag-head-css.d.ts.map +1 -0
- package/dist/dts/external/ag-theme-alpine-no-font-css.d.ts +2 -0
- package/dist/dts/external/ag-theme-alpine-no-font-css.d.ts.map +1 -0
- package/dist/dts/external/ag-theme-balham-no-font-css.d.ts +2 -0
- package/dist/dts/external/ag-theme-balham-no-font-css.d.ts.map +1 -0
- package/dist/dts/external/ag-theme-material-no-font-css.d.ts +2 -0
- package/dist/dts/external/ag-theme-material-no-font-css.d.ts.map +1 -0
- package/dist/dts/external/fonts.d.ts +8 -0
- package/dist/dts/external/fonts.d.ts.map +1 -0
- package/dist/dts/external/index.d.ts +9 -0
- package/dist/dts/external/index.d.ts.map +1 -0
- package/dist/dts/grid-components.d.ts +59 -0
- package/dist/dts/grid-components.d.ts.map +1 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.d.ts +390 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.d.ts.map +1 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +376 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -0
- package/dist/dts/grid-pro-genesis-datasource/index.d.ts +3 -0
- package/dist/dts/grid-pro-genesis-datasource/index.d.ts.map +1 -0
- package/dist/dts/grid-pro.d.ts +389 -0
- package/dist/dts/grid-pro.d.ts.map +1 -0
- package/dist/dts/grid-pro.definitions.d.ts +8 -0
- package/dist/dts/grid-pro.definitions.d.ts.map +1 -0
- package/dist/dts/grid-pro.styles.d.ts +3 -0
- package/dist/dts/grid-pro.styles.d.ts.map +1 -0
- package/dist/dts/grid-pro.template.d.ts +3 -0
- package/dist/dts/grid-pro.template.d.ts.map +1 -0
- package/dist/dts/grid-pro.types.d.ts +68 -0
- package/dist/dts/grid-pro.types.d.ts.map +1 -0
- package/dist/dts/index.d.ts +20 -0
- package/dist/dts/index.d.ts.map +1 -0
- package/dist/dts/index.federated.d.ts +1 -0
- package/dist/dts/index.federated.d.ts.map +1 -0
- package/dist/dts/style/colors.d.ts +4 -0
- package/dist/dts/style/colors.d.ts.map +1 -0
- package/dist/dts/style/index.d.ts +3 -0
- package/dist/dts/style/index.d.ts.map +1 -0
- package/dist/dts/style/tokens.d.ts +6 -0
- package/dist/dts/style/tokens.d.ts.map +1 -0
- package/dist/dts/utils/index.d.ts +2 -0
- package/dist/dts/utils/index.d.ts.map +1 -0
- package/dist/dts/utils/logger.d.ts +2 -0
- package/dist/dts/utils/logger.d.ts.map +1 -0
- package/dist/esm/cell/cell.js +46 -0
- package/dist/esm/cell/cell.template.js +6 -0
- package/dist/esm/cell/index.js +2 -0
- package/dist/esm/cell-renderers/action.renderer.js +85 -0
- package/dist/esm/cell-renderers/actions-menu.renderer.js +46 -0
- package/dist/esm/cell-renderers/boolean.renderer.js +42 -0
- package/dist/esm/cell-renderers/index.js +5 -0
- package/dist/esm/cell-renderers/select.renderer.js +69 -0
- package/dist/esm/cell-renderers/text.renderer.js +66 -0
- package/dist/esm/cell-renderers/utils/accessor.js +18 -0
- package/dist/esm/cell-renderers/utils/index.js +1 -0
- package/dist/esm/column/column.js +24 -0
- package/dist/esm/column/column.template.js +6 -0
- package/dist/esm/column/index.js +3 -0
- package/dist/esm/column/utils/grid-pro-columns.js +15 -0
- package/dist/esm/column/utils/index.js +1 -0
- package/dist/esm/external/ag-grid-css.js +7166 -0
- package/dist/esm/external/ag-head-css.js +19 -0
- package/dist/esm/external/ag-theme-alpine-no-font-css.js +452 -0
- package/dist/esm/external/ag-theme-balham-no-font-css.js +272 -0
- package/dist/esm/external/ag-theme-material-no-font-css.js +267 -0
- package/dist/esm/external/fonts.js +33 -0
- package/dist/esm/external/index.js +15 -0
- package/dist/esm/grid-components.js +21 -0
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.js +328 -0
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +339 -0
- package/dist/esm/grid-pro-genesis-datasource/index.js +2 -0
- package/dist/esm/grid-pro.definitions.js +43 -0
- package/dist/esm/grid-pro.js +297 -0
- package/dist/esm/grid-pro.styles.js +31 -0
- package/dist/esm/grid-pro.template.js +9 -0
- package/dist/esm/grid-pro.types.js +72 -0
- package/dist/esm/index.federated.js +1 -0
- package/dist/esm/index.js +19 -0
- package/dist/esm/style/colors.js +4 -0
- package/dist/esm/style/index.js +2 -0
- package/dist/esm/style/tokens.js +7 -0
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/logger.js +2 -0
- package/externals.js +11 -0
- package/federation.config.json +9 -0
- package/license.txt +46 -0
- package/package.json +107 -0
|
@@ -0,0 +1,389 @@
|
|
|
1
|
+
import { Grid, ColumnApi, GridApi, GridOptions, ColDef } from '@ag-grid-community/core';
|
|
2
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
|
+
import { GridComponents } from './grid-pro.types';
|
|
4
|
+
declare const GridPro_base: (new (...args: any[]) => {
|
|
5
|
+
"__#1@#_containingLayout": {
|
|
6
|
+
dragging: boolean;
|
|
7
|
+
};
|
|
8
|
+
cloneNode(deep?: boolean): Node;
|
|
9
|
+
deepClone(): Node;
|
|
10
|
+
readonly shouldRunDisconnect: boolean;
|
|
11
|
+
readonly shouldRunConnect: boolean;
|
|
12
|
+
"__#1@#_tryFindContainingLayout"(e: Element): {
|
|
13
|
+
dragging: boolean;
|
|
14
|
+
};
|
|
15
|
+
connectedCallback(): void;
|
|
16
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
17
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
18
|
+
disconnectedCallback(): void;
|
|
19
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
20
|
+
accessKey: string;
|
|
21
|
+
readonly accessKeyLabel: string;
|
|
22
|
+
autocapitalize: string;
|
|
23
|
+
dir: string;
|
|
24
|
+
draggable: boolean;
|
|
25
|
+
hidden: boolean;
|
|
26
|
+
inert: boolean;
|
|
27
|
+
innerText: string;
|
|
28
|
+
lang: string;
|
|
29
|
+
readonly offsetHeight: number;
|
|
30
|
+
readonly offsetLeft: number;
|
|
31
|
+
readonly offsetParent: Element;
|
|
32
|
+
readonly offsetTop: number;
|
|
33
|
+
readonly offsetWidth: number;
|
|
34
|
+
outerText: string;
|
|
35
|
+
spellcheck: boolean;
|
|
36
|
+
title: string;
|
|
37
|
+
translate: boolean;
|
|
38
|
+
attachInternals(): ElementInternals;
|
|
39
|
+
click(): void;
|
|
40
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
41
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
42
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
43
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
44
|
+
readonly attributes: NamedNodeMap;
|
|
45
|
+
readonly classList: DOMTokenList;
|
|
46
|
+
className: string;
|
|
47
|
+
readonly clientHeight: number;
|
|
48
|
+
readonly clientLeft: number;
|
|
49
|
+
readonly clientTop: number;
|
|
50
|
+
readonly clientWidth: number;
|
|
51
|
+
id: string;
|
|
52
|
+
readonly localName: string;
|
|
53
|
+
readonly namespaceURI: string;
|
|
54
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
55
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
56
|
+
outerHTML: string;
|
|
57
|
+
readonly ownerDocument: Document;
|
|
58
|
+
readonly part: DOMTokenList;
|
|
59
|
+
readonly prefix: string;
|
|
60
|
+
readonly scrollHeight: number;
|
|
61
|
+
scrollLeft: number;
|
|
62
|
+
scrollTop: number;
|
|
63
|
+
readonly scrollWidth: number;
|
|
64
|
+
readonly shadowRoot: ShadowRoot;
|
|
65
|
+
slot: string;
|
|
66
|
+
readonly tagName: string;
|
|
67
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
68
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
69
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
70
|
+
closest<E extends Element = Element>(selectors: string): E;
|
|
71
|
+
getAttribute(qualifiedName: string): string;
|
|
72
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
73
|
+
getAttributeNames(): string[];
|
|
74
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
75
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
76
|
+
getBoundingClientRect(): DOMRect;
|
|
77
|
+
getClientRects(): DOMRectList;
|
|
78
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
79
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
80
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
81
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
82
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
83
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
84
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
85
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
86
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
87
|
+
hasAttributes(): boolean;
|
|
88
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
89
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
90
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
91
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
92
|
+
matches(selectors: string): boolean;
|
|
93
|
+
releasePointerCapture(pointerId: number): void;
|
|
94
|
+
removeAttribute(qualifiedName: string): void;
|
|
95
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
96
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
97
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
98
|
+
requestPointerLock(): void;
|
|
99
|
+
scroll(options?: ScrollToOptions): void;
|
|
100
|
+
scroll(x: number, y: number): void;
|
|
101
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
102
|
+
scrollBy(x: number, y: number): void;
|
|
103
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
104
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
105
|
+
scrollTo(x: number, y: number): void;
|
|
106
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
107
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
108
|
+
setAttributeNode(attr: Attr): Attr;
|
|
109
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
110
|
+
setPointerCapture(pointerId: number): void;
|
|
111
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
112
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
113
|
+
readonly baseURI: string;
|
|
114
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
115
|
+
readonly firstChild: ChildNode;
|
|
116
|
+
readonly isConnected: boolean;
|
|
117
|
+
readonly lastChild: ChildNode;
|
|
118
|
+
readonly nextSibling: ChildNode;
|
|
119
|
+
readonly nodeName: string;
|
|
120
|
+
readonly nodeType: number;
|
|
121
|
+
nodeValue: string;
|
|
122
|
+
readonly parentElement: HTMLElement;
|
|
123
|
+
readonly parentNode: ParentNode;
|
|
124
|
+
readonly previousSibling: ChildNode;
|
|
125
|
+
textContent: string;
|
|
126
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
127
|
+
compareDocumentPosition(other: Node): number;
|
|
128
|
+
contains(other: Node): boolean;
|
|
129
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
130
|
+
hasChildNodes(): boolean;
|
|
131
|
+
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
132
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
133
|
+
isEqualNode(otherNode: Node): boolean;
|
|
134
|
+
isSameNode(otherNode: Node): boolean;
|
|
135
|
+
lookupNamespaceURI(prefix: string): string;
|
|
136
|
+
lookupPrefix(namespace: string): string;
|
|
137
|
+
normalize(): void;
|
|
138
|
+
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
139
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
140
|
+
readonly ATTRIBUTE_NODE: number;
|
|
141
|
+
readonly CDATA_SECTION_NODE: number;
|
|
142
|
+
readonly COMMENT_NODE: number;
|
|
143
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
144
|
+
readonly DOCUMENT_NODE: number;
|
|
145
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
146
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
147
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
148
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
149
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
150
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
151
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
152
|
+
readonly ELEMENT_NODE: number;
|
|
153
|
+
readonly ENTITY_NODE: number;
|
|
154
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
155
|
+
readonly NOTATION_NODE: number;
|
|
156
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
157
|
+
readonly TEXT_NODE: number;
|
|
158
|
+
dispatchEvent(event: Event): boolean;
|
|
159
|
+
ariaAtomic: string;
|
|
160
|
+
ariaAutoComplete: string;
|
|
161
|
+
ariaBusy: string;
|
|
162
|
+
ariaChecked: string;
|
|
163
|
+
ariaColCount: string;
|
|
164
|
+
ariaColIndex: string;
|
|
165
|
+
ariaColIndexText: string;
|
|
166
|
+
ariaColSpan: string;
|
|
167
|
+
ariaCurrent: string;
|
|
168
|
+
ariaDisabled: string;
|
|
169
|
+
ariaExpanded: string;
|
|
170
|
+
ariaHasPopup: string;
|
|
171
|
+
ariaHidden: string;
|
|
172
|
+
ariaInvalid: string;
|
|
173
|
+
ariaKeyShortcuts: string;
|
|
174
|
+
ariaLabel: string;
|
|
175
|
+
ariaLevel: string;
|
|
176
|
+
ariaLive: string;
|
|
177
|
+
ariaModal: string;
|
|
178
|
+
ariaMultiLine: string;
|
|
179
|
+
ariaMultiSelectable: string;
|
|
180
|
+
ariaOrientation: string;
|
|
181
|
+
ariaPlaceholder: string;
|
|
182
|
+
ariaPosInSet: string;
|
|
183
|
+
ariaPressed: string;
|
|
184
|
+
ariaReadOnly: string;
|
|
185
|
+
ariaRequired: string;
|
|
186
|
+
ariaRoleDescription: string;
|
|
187
|
+
ariaRowCount: string;
|
|
188
|
+
ariaRowIndex: string;
|
|
189
|
+
ariaRowIndexText: string;
|
|
190
|
+
ariaRowSpan: string;
|
|
191
|
+
ariaSelected: string;
|
|
192
|
+
ariaSetSize: string;
|
|
193
|
+
ariaSort: string;
|
|
194
|
+
ariaValueMax: string;
|
|
195
|
+
ariaValueMin: string;
|
|
196
|
+
ariaValueNow: string;
|
|
197
|
+
ariaValueText: string;
|
|
198
|
+
role: string;
|
|
199
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
200
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
201
|
+
after(...nodes: (string | Node)[]): void;
|
|
202
|
+
before(...nodes: (string | Node)[]): void;
|
|
203
|
+
remove(): void;
|
|
204
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
205
|
+
innerHTML: string;
|
|
206
|
+
readonly nextElementSibling: Element;
|
|
207
|
+
readonly previousElementSibling: Element;
|
|
208
|
+
readonly childElementCount: number;
|
|
209
|
+
readonly children: HTMLCollection;
|
|
210
|
+
readonly firstElementChild: Element;
|
|
211
|
+
readonly lastElementChild: Element;
|
|
212
|
+
append(...nodes: (string | Node)[]): void;
|
|
213
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
214
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
215
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
216
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
217
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
218
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
219
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
220
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
221
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
222
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
223
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
224
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
225
|
+
readonly style: CSSStyleDeclaration;
|
|
226
|
+
contentEditable: string;
|
|
227
|
+
enterKeyHint: string;
|
|
228
|
+
inputMode: string;
|
|
229
|
+
readonly isContentEditable: boolean;
|
|
230
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
231
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
232
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
233
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
234
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
235
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
236
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
237
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
238
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
239
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
240
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
241
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
242
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
243
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
244
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
245
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
246
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
247
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
248
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
249
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
250
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
251
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
252
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
253
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
254
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
255
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
256
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
257
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
258
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
259
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
260
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
261
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
262
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
263
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
264
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
265
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
266
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
267
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
268
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
269
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
270
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
271
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
272
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
273
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
274
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
275
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
276
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
277
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
278
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
279
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
280
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
281
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
282
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
283
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
284
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
285
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
286
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
287
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
288
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
289
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
290
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
291
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
292
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
293
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
294
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
295
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
296
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
297
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
298
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
299
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
300
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
301
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
302
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
303
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
304
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
305
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
306
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
307
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
308
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
309
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
310
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
311
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
312
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
313
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
314
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
315
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
316
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
317
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
318
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
319
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
320
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
321
|
+
autofocus: boolean;
|
|
322
|
+
readonly dataset: DOMStringMap;
|
|
323
|
+
nonce?: string;
|
|
324
|
+
tabIndex: number;
|
|
325
|
+
blur(): void;
|
|
326
|
+
focus(options?: FocusOptions): void;
|
|
327
|
+
}) & typeof FoundationElement;
|
|
328
|
+
export declare class GridPro extends GridPro_base {
|
|
329
|
+
columnApi: ColumnApi;
|
|
330
|
+
gridApi: GridApi;
|
|
331
|
+
private session;
|
|
332
|
+
autoCellRendererByType: boolean;
|
|
333
|
+
onlyTemplateColDefs: boolean;
|
|
334
|
+
enabledRowFlashing: boolean;
|
|
335
|
+
enableCellFlashing: boolean;
|
|
336
|
+
gridHasRendered: Boolean;
|
|
337
|
+
persistColumnStateKey: string;
|
|
338
|
+
gridFontFace: string;
|
|
339
|
+
columnComponentName: string;
|
|
340
|
+
eventsAndCallbacks: any;
|
|
341
|
+
headerHeight: number;
|
|
342
|
+
rowHeight: number;
|
|
343
|
+
theme: string;
|
|
344
|
+
themeChanged(oldValue: string, newValue: string): void;
|
|
345
|
+
classNames: string;
|
|
346
|
+
agGrid: Grid;
|
|
347
|
+
gridSlot: HTMLSlotElement;
|
|
348
|
+
gridComponents: {
|
|
349
|
+
[componentName: string]: any;
|
|
350
|
+
};
|
|
351
|
+
protected agAttributes: any;
|
|
352
|
+
protected agPropertiesMap: any;
|
|
353
|
+
protected agGridOptions: GridOptions;
|
|
354
|
+
protected initialised: boolean;
|
|
355
|
+
private rehydrationAttempted;
|
|
356
|
+
constructor();
|
|
357
|
+
connectedCallback(): void;
|
|
358
|
+
disconnectedCallback(): void;
|
|
359
|
+
combineAllGridComponents(gridOptionsComponents: GridComponents): GridComponents;
|
|
360
|
+
statePersistanceEnabled(): boolean;
|
|
361
|
+
private serialiseStoreTableConfig;
|
|
362
|
+
private rehydrateTableConfig;
|
|
363
|
+
set gridOptions(options: GridOptions);
|
|
364
|
+
private enableFlashingRows;
|
|
365
|
+
applyTemplateDefinitions(columnDefs?: ColDef[]): ColDef<any>[];
|
|
366
|
+
get observedAttributes(): string[];
|
|
367
|
+
agAttributeChangedCallback(attName: any, oldValue: any, newValue: any): void;
|
|
368
|
+
globalEventListener(eventType: any, event: any): void;
|
|
369
|
+
private fontFaceDestroy;
|
|
370
|
+
private insertFontFace;
|
|
371
|
+
private destroyFontFace;
|
|
372
|
+
}
|
|
373
|
+
export declare const foundationGridProShadowOptions: ShadowRootInit;
|
|
374
|
+
export declare const defaultGridProConfig: {
|
|
375
|
+
shadowOptions: any;
|
|
376
|
+
};
|
|
377
|
+
export declare const foundationGridPro: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
378
|
+
shadowOptions: any;
|
|
379
|
+
baseName: string;
|
|
380
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
381
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
382
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
383
|
+
shadowOptions: any;
|
|
384
|
+
baseName: string;
|
|
385
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
386
|
+
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
387
|
+
}, typeof GridPro>;
|
|
388
|
+
export {};
|
|
389
|
+
//# sourceMappingURL=grid-pro.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,OAAO,EACL,IAAI,EACJ,SAAS,EACT,OAAO,EAEP,WAAW,EACX,MAAM,EAIP,MAAM,yBAAyB,CAAC;AAKjC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAa/D,OAAO,EAKL,cAAc,EACf,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgB1B,qBAAa,OAAQ,SAAQ,YAAiC;IAChD,SAAS,EAAG,SAAS,CAAC;IACtB,OAAO,EAAG,OAAO,CAAC;IACrB,OAAO,CAAC,OAAO,CAAU;IAIlC,sBAAsB,EAAE,OAAO,CAAS;IACwB,mBAAmB,EAAE,OAAO,CACpF;IACmB,kBAAkB,EAAE,OAAO,CAAS;IAKD,kBAAkB,EAAE,OAAO,CAAS;IAElG,eAAe,EAAE,OAAO,CAAS;IACgB,qBAAqB,EAAE,MAAM,CAAC;IAGnE,YAAY,SAAyB;IAC3C,mBAAmB,SAAqB;IAClC,kBAAkB,EAAE,GAAG,CAAC;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAsB;IACzC,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAYnC,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,IAAI,CAAC;IACb,QAAQ,EAAE,eAAe,CAAC;IAC1B,cAAc,EAAE;QAAE,CAAC,aAAa,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAE7D,SAAS,CAAC,YAAY,MAAC;IACvB,SAAS,CAAC,eAAe,MAAC;IAC1B,SAAS,CAAC,aAAa,EAAE,WAAW,CAAC;IACrC,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC;IAE/B,OAAO,CAAC,oBAAoB,CAAS;;IAarC,iBAAiB,IAAI,IAAI;IAgBzB,oBAAoB,IAAI,IAAI;IAQ5B,wBAAwB,CAAC,qBAAqB,EAAE,cAAc,GAAG,cAAc;IAc/E,uBAAuB,IAAI,OAAO;IAOlC,OAAO,CAAC,yBAAyB;IAYjC,OAAO,CAAC,oBAAoB;IAa5B,IAAI,WAAW,CAAC,OAAO,EAAE,WAAW,EAwEnC;IAED,OAAO,CAAC,kBAAkB;IAiB1B,wBAAwB,CAAC,UAAU,GAAE,MAAM,EAAO;IAgClD,IAAI,kBAAkB,aAerB;IAED,0BAA0B,CAAC,OAAO,KAAA,EAAE,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAqBtD,mBAAmB,CAAC,SAAS,KAAA,EAAE,KAAK,KAAA;IAiBpC,OAAO,CAAC,eAAe,CAAa;IAEpC,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,eAAe;CAMxB;AAGD,eAAO,MAAM,8BAA8B,EAAE,cAA0B,CAAC;AAExE,eAAO,MAAM,oBAAoB;;CAEhC,CAAC;AASF,eAAO,MAAM,iBAAiB;;;;;;;;;;kBAM5B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ValueFormatterParams } from '@ag-grid-community/core';
|
|
2
|
+
export declare function getFilterByFieldType(type: string): any;
|
|
3
|
+
export declare function getColumnType(metadataType: string): any;
|
|
4
|
+
export declare function getFilterParamsByFieldType(type: string): any;
|
|
5
|
+
export declare function dateValueFormatter({ value }: ValueFormatterParams): any;
|
|
6
|
+
export declare function dateTimeValueFormatter({ value }: ValueFormatterParams): any;
|
|
7
|
+
export declare function formatDateExtra(epoch: number): string;
|
|
8
|
+
//# sourceMappingURL=grid-pro.definitions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-pro.definitions.d.ts","sourceRoot":"","sources":["../../src/grid-pro.definitions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAG/D,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CActD;AAED,wBAAgB,aAAa,CAAC,YAAY,EAAE,MAAM,GAAG,GAAG,CASvD;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAwC5D;AAED,wBAAgB,kBAAkB,CAAC,EAAE,KAAK,EAAE,EAAE,oBAAoB,GAAG,GAAG,CAEvE;AAED,wBAAgB,sBAAsB,CAAC,EAAE,KAAK,EAAE,EAAE,oBAAoB,GAAG,GAAG,CAE3E;AAID,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAMrD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-pro.styles.d.ts","sourceRoot":"","sources":["../../src/grid-pro.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAG7D,eAAO,MAAM,uBAAuB,EAAE,aA4BrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-pro.template.d.ts","sourceRoot":"","sources":["../../src/grid-pro.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAG5D,eAAO,MAAM,eAAe,EAAE,YAO7B,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
|
|
2
|
+
export declare enum AgGridCSSVars {
|
|
3
|
+
foregroundColor = "--ag-foreground-color",
|
|
4
|
+
dataColor = "--ag-data-color",
|
|
5
|
+
secondaryForegroundColor = "--ag-secondary-foreground-color",
|
|
6
|
+
headerForegroundColor = "--ag-header-foreground-color",
|
|
7
|
+
disabledForegroundColor = "--ag-disabled-foreground-color",
|
|
8
|
+
backgroundColor = "--ag-background-color",
|
|
9
|
+
headerBackgroundColor = "--ag-header-background-color",
|
|
10
|
+
subheaderBackgroundColor = "--ag-subheader-background-color",
|
|
11
|
+
subheaderToolbarBackgroundColor = "--ag-subheader-toolbar-background-color",
|
|
12
|
+
controlPanelBackgroundColor = "--ag-control-panel-background-color",
|
|
13
|
+
selectedRowBackgroundColor = "--ag-selected-row-background-color",
|
|
14
|
+
oddRowBackgroundColor = "--ag-odd-row-background-color",
|
|
15
|
+
rowHoverColor = "--ag-row-hover-color",
|
|
16
|
+
rangeSelectionBorderColor = "--ag-range-selection-border-color",
|
|
17
|
+
rangeSelectionBackgroundColor = "--ag-range-selection-background-color",
|
|
18
|
+
selectedTabUnderlineColor = "--ag-selected-tab-underline-color",
|
|
19
|
+
rangeSelectionChartCategoryBackgroundColor = "--ag-range-selection-chart-category-background-color",
|
|
20
|
+
rangeSelectionChartBackgroundColor = "--ag-range-selection-chart-background-color",
|
|
21
|
+
headerCellHoverBackgroundColor = "--ag-header-cell-hover-background-color",
|
|
22
|
+
headerCellMovingBackgroundColor = "--ag-header-cell-moving-background-color",
|
|
23
|
+
chipBackgroundColor = "--ag-chip-background-color",
|
|
24
|
+
borderColor = "--ag-border-color",
|
|
25
|
+
secondaryBorderColor = "--ag-secondary-border-color",
|
|
26
|
+
rowBorderColor = "--ag-row-border-color",
|
|
27
|
+
headerColumnSeparatorColor = "--ag-header-column-separator-color",
|
|
28
|
+
headerColumnResizeHandleColor = "--ag-header-column-resize-handle-color",
|
|
29
|
+
inputBorderColor = "--ag-input-border-color",
|
|
30
|
+
inputDisabledBorderColor = "--ag-input-disabled-border-color",
|
|
31
|
+
inputDisabledBackgroundColor = "--ag-input-disabled-background-color",
|
|
32
|
+
checkboxBackgroundColor = "--ag-checkbox-background-color",
|
|
33
|
+
checkboxCheckedColor = "--ag-checkbox-checked-color",
|
|
34
|
+
checkboxUncheckedColor = "--ag-checkbox-unchecked-color",
|
|
35
|
+
checkboxIndeterminateColor = "--ag-checkbox-indeterminate-color",
|
|
36
|
+
toggleButtonOffBorderColor = "--ag-toggle-button-off-border-color",
|
|
37
|
+
toggleButtonOffBackgroundColor = "--ag-toggle-button-off-background-color",
|
|
38
|
+
toggleButtonOnBorderColor = "--ag-toggle-button-on-border-color",
|
|
39
|
+
toggleButtonOnBackgroundColor = "--ag-toggle-button-on-background-color",
|
|
40
|
+
toggleButtonSwitchBackgroundColor = "--ag-toggle-button-switch-background-color",
|
|
41
|
+
toggleButtonSwitchBorderColor = "--ag-toggle-button-switch-border-color",
|
|
42
|
+
minichartSelectedChartColor = "--ag-minichart-selected-chart-color",
|
|
43
|
+
minichartSelectedPageColor = "--ag-minichart-selected-page-color",
|
|
44
|
+
modalOverlayBackgroundColor = "--ag-modal-overlay-background-color",
|
|
45
|
+
inputFocusBoxShadow = "--ag-input-focus-box-shadow",
|
|
46
|
+
inputFocusBorderColor = "--ag-input-focus-border-color"
|
|
47
|
+
}
|
|
48
|
+
export declare enum AgGridTheme {
|
|
49
|
+
alpine = "ag-theme-alpine",
|
|
50
|
+
alpineDark = "ag-theme-alpine-dark",
|
|
51
|
+
balham = "ag-theme-balham",
|
|
52
|
+
balhamDark = "ag-theme-balham-dark",
|
|
53
|
+
material = "ag-theme-material"
|
|
54
|
+
}
|
|
55
|
+
export declare const agThemeTokenMapClassname: (themeName: string) => string;
|
|
56
|
+
export declare const agThemeFontsId: (themeName: string) => string;
|
|
57
|
+
export declare const agThemeTokenMapCSS: (themeName: string, tokenMap: CSSVarTokenMap<any>) => import("@microsoft/fast-element").ElementStyles;
|
|
58
|
+
export type GridComponents = {
|
|
59
|
+
[componentName: string]: any;
|
|
60
|
+
};
|
|
61
|
+
export declare enum GridProRendererTypes {
|
|
62
|
+
action = "action",
|
|
63
|
+
actionsMenu = "actionsMenu",
|
|
64
|
+
boolean = "boolean",
|
|
65
|
+
text = "text",
|
|
66
|
+
select = "select"
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=grid-pro.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-pro.types.d.ts","sourceRoot":"","sources":["../../src/grid-pro.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAGhF,oBAAY,aAAa;IACvB,eAAe,0BAA0B;IACzC,SAAS,oBAAoB;IAC7B,wBAAwB,oCAAoC;IAC5D,qBAAqB,iCAAiC;IACtD,uBAAuB,mCAAmC;IAC1D,eAAe,0BAA0B;IACzC,qBAAqB,iCAAiC;IACtD,wBAAwB,oCAAoC;IAC5D,+BAA+B,4CAA4C;IAC3E,2BAA2B,wCAAwC;IACnE,0BAA0B,uCAAuC;IACjE,qBAAqB,kCAAkC;IACvD,aAAa,yBAAyB;IACtC,yBAAyB,sCAAsC;IAC/D,6BAA6B,0CAA0C;IACvE,yBAAyB,sCAAsC;IAC/D,0CAA0C,yDAAyD;IACnG,kCAAkC,gDAAgD;IAClF,8BAA8B,4CAA4C;IAC1E,+BAA+B,6CAA6C;IAC5E,mBAAmB,+BAA+B;IAClD,WAAW,sBAAsB;IACjC,oBAAoB,gCAAgC;IACpD,cAAc,0BAA0B;IACxC,0BAA0B,uCAAuC;IACjE,6BAA6B,2CAA2C;IACxE,gBAAgB,4BAA4B;IAC5C,wBAAwB,qCAAqC;IAC7D,4BAA4B,yCAAyC;IACrE,uBAAuB,mCAAmC;IAC1D,oBAAoB,gCAAgC;IACpD,sBAAsB,kCAAkC;IACxD,0BAA0B,sCAAsC;IAChE,0BAA0B,wCAAwC;IAClE,8BAA8B,4CAA4C;IAC1E,yBAAyB,uCAAuC;IAChE,6BAA6B,2CAA2C;IACxE,iCAAiC,+CAA+C;IAChF,6BAA6B,2CAA2C;IACxE,2BAA2B,wCAAwC;IACnE,0BAA0B,uCAAuC;IACjE,2BAA2B,wCAAwC;IACnE,mBAAmB,gCAAgC;IACnD,qBAAqB,kCAAkC;CACxD;AAED,oBAAY,WAAW;IACrB,MAAM,oBAAoB;IAC1B,UAAU,yBAAyB;IACnC,MAAM,oBAAoB;IAC1B,UAAU,yBAAyB;IACnC,QAAQ,sBAAsB;CAC/B;AAED,eAAO,MAAM,wBAAwB,cAAe,MAAM,WAA6B,CAAC;AACxF,eAAO,MAAM,cAAc,cAAe,MAAM,WAAyB,CAAC;AAE1E,eAAO,MAAM,kBAAkB,cAAe,MAAM,YAAY,eAAe,GAAG,CAAC,oDAIlF,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAAE,CAAC,aAAa,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,CAAC;AAE9D,oBAAY,oBAAoB;IAC9B,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,MAAM,WAAW;CAClB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * from './grid-pro.definitions';
|
|
2
|
+
export * from './grid-pro.styles';
|
|
3
|
+
export * from './grid-pro.template';
|
|
4
|
+
export * from './grid-pro.types';
|
|
5
|
+
export * from './grid-pro';
|
|
6
|
+
export * from './external';
|
|
7
|
+
export * from './style';
|
|
8
|
+
export * from './cell';
|
|
9
|
+
export * from './cell-renderers';
|
|
10
|
+
export * from './column';
|
|
11
|
+
export * from './grid-pro-genesis-datasource';
|
|
12
|
+
export * from './grid-components';
|
|
13
|
+
export * from './utils';
|
|
14
|
+
export * as AgcCore from '@ag-grid-community/core';
|
|
15
|
+
export { ClientSideRowModelModule as AgcCSRMModule } from '@ag-grid-community/client-side-row-model';
|
|
16
|
+
export * as AgcCsvExport from '@ag-grid-community/csv-export';
|
|
17
|
+
export * as AgeCore from '@ag-grid-enterprise/core';
|
|
18
|
+
export { ServerSideRowModelModule as AgeSSRMModule } from '@ag-grid-enterprise/server-side-row-model';
|
|
19
|
+
export * as AgeExcelExport from '@ag-grid-enterprise/excel-export';
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AAExB,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,+BAA+B,CAAC;AAE9C,cAAc,mBAAmB,CAAC;AAElC,cAAc,SAAS,CAAC;AAExB,OAAO,KAAK,OAAO,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,wBAAwB,IAAI,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACrG,OAAO,KAAK,YAAY,MAAM,+BAA+B,CAAC;AAE9D,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,wBAAwB,IAAI,aAAa,EAAE,MAAM,2CAA2C,CAAC;AACtG,OAAO,KAAK,cAAc,MAAM,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.federated.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.federated.d.ts","sourceRoot":"","sources":["../../src/index.federated.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/style/colors.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,eAAO,MAAM,gBAAgB,WAA8C,CAAC;AAC5E,eAAO,MAAM,gBAAgB,WAA8C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/style/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Swatch } from '@microsoft/fast-components';
|
|
2
|
+
export declare const agThemeMaterialCustomTokens: {
|
|
3
|
+
foregroundColor: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>;
|
|
4
|
+
backgroundColor: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -0,0 +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,eAAO,MAAM,2BAA2B;;;CAGvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,gDAA2B,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { customElement, observable } from '@microsoft/fast-element';
|
|
3
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
4
|
+
import { CellTemplate as template } from './cell.template';
|
|
5
|
+
let GridProCell = class GridProCell extends FoundationElement {
|
|
6
|
+
connectedCallback() {
|
|
7
|
+
super.connectedCallback();
|
|
8
|
+
const wrapperGridProColumn = this.parentElement;
|
|
9
|
+
if (this.renderer) {
|
|
10
|
+
wrapperGridProColumn.definition.cellRenderer = this.renderer;
|
|
11
|
+
}
|
|
12
|
+
if (this.rendererParams) {
|
|
13
|
+
wrapperGridProColumn.definition.cellRendererParams = this.rendererParams;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
init(params) {
|
|
17
|
+
this.rendererParams = params;
|
|
18
|
+
}
|
|
19
|
+
getGui() {
|
|
20
|
+
if (typeof this.renderer !== 'string') {
|
|
21
|
+
return this.renderer(this.rendererParams);
|
|
22
|
+
}
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
destroy() { }
|
|
26
|
+
refresh(params) {
|
|
27
|
+
return false;
|
|
28
|
+
}
|
|
29
|
+
slottedAgRendererChanged() { }
|
|
30
|
+
};
|
|
31
|
+
__decorate([
|
|
32
|
+
observable
|
|
33
|
+
], GridProCell.prototype, "renderer", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
observable
|
|
36
|
+
], GridProCell.prototype, "rendererParams", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
observable
|
|
39
|
+
], GridProCell.prototype, "slottedRenderer", void 0);
|
|
40
|
+
GridProCell = __decorate([
|
|
41
|
+
customElement({
|
|
42
|
+
name: 'grid-pro-cell',
|
|
43
|
+
template,
|
|
44
|
+
})
|
|
45
|
+
], GridProCell);
|
|
46
|
+
export { GridProCell };
|