@genesislcap/grid-tabulator 14.214.2 → 14.214.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist/custom-elements.json +109 -39
  2. package/dist/dts/cell-renderers/action.renderer.d.ts +1 -1
  3. package/dist/dts/datasource/client-side.datasource.d.ts +17 -8
  4. package/dist/dts/datasource/client-side.datasource.d.ts.map +1 -1
  5. package/dist/dts/external/index.d.ts +4 -0
  6. package/dist/dts/external/index.d.ts.map +1 -1
  7. package/dist/dts/external/tabulator-theme-simple-css.d.ts +4 -0
  8. package/dist/dts/external/tabulator-theme-simple-css.d.ts.map +1 -1
  9. package/dist/dts/grid-tabulator.components.d.ts +4 -0
  10. package/dist/dts/grid-tabulator.components.d.ts.map +1 -1
  11. package/dist/dts/grid-tabulator.d.ts +29 -1
  12. package/dist/dts/grid-tabulator.d.ts.map +1 -1
  13. package/dist/dts/grid-tabulator.definitions.d.ts +44 -5
  14. package/dist/dts/grid-tabulator.definitions.d.ts.map +1 -1
  15. package/dist/dts/grid-tabulator.styles.d.ts +4 -0
  16. package/dist/dts/grid-tabulator.styles.d.ts.map +1 -1
  17. package/dist/dts/grid-tabulator.template.d.ts +4 -0
  18. package/dist/dts/grid-tabulator.template.d.ts.map +1 -1
  19. package/dist/dts/grid-tabulator.types.d.ts +24 -1
  20. package/dist/dts/grid-tabulator.types.d.ts.map +1 -1
  21. package/dist/dts/tsdoc-metadata.json +11 -0
  22. package/dist/dts/utils/logger.d.ts +4 -0
  23. package/dist/dts/utils/logger.d.ts.map +1 -1
  24. package/dist/esm/external/index.js +4 -0
  25. package/dist/esm/external/tabulator-theme-simple-css.js +4 -0
  26. package/dist/esm/grid-tabulator.components.js +4 -0
  27. package/dist/esm/grid-tabulator.definitions.js +38 -0
  28. package/dist/esm/grid-tabulator.js +26 -2
  29. package/dist/esm/grid-tabulator.styles.js +4 -0
  30. package/dist/esm/grid-tabulator.template.js +4 -0
  31. package/dist/esm/grid-tabulator.types.js +24 -1
  32. package/dist/esm/utils/logger.js +4 -0
  33. package/dist/grid-tabulator.api.json +1641 -0
  34. package/dist/grid-tabulator.d.ts +1492 -0
  35. package/docs/.gitattributes +2 -0
  36. package/docs/api/grid-tabulator.actionheightmultiplier.md +18 -0
  37. package/docs/api/grid-tabulator.actionrenderer.clickhandler.md +15 -0
  38. package/docs/api/grid-tabulator.actionrenderer.datatestid.md +11 -0
  39. package/docs/api/grid-tabulator.actionrenderer.init.md +22 -0
  40. package/docs/api/grid-tabulator.actionrenderer.md +30 -0
  41. package/docs/api/grid-tabulator.actionrenderer.params.md +11 -0
  42. package/docs/api/grid-tabulator.actionrenderer.pendingaction.md +11 -0
  43. package/docs/api/grid-tabulator.actionrendererparams.md +26 -0
  44. package/docs/api/grid-tabulator.datetimevalueformatter.md +30 -0
  45. package/docs/api/grid-tabulator.datevalueformatter.md +30 -0
  46. package/docs/api/grid-tabulator.defaultgridtabulatorconfig.md +15 -0
  47. package/docs/api/grid-tabulator.formatdateextra.md +26 -0
  48. package/docs/api/grid-tabulator.foundationgridtabulatoractionrenderer.md +26 -0
  49. package/docs/api/grid-tabulator.foundationgridtabulatorcomponents.md +35 -0
  50. package/docs/api/grid-tabulator.getcolumntype.md +26 -0
  51. package/docs/api/grid-tabulator.getfilterbyfieldtype.md +26 -0
  52. package/docs/api/grid-tabulator.getfilterparamsbyfieldtype.md +26 -0
  53. package/docs/api/grid-tabulator.gridcssvars.md +13 -0
  54. package/docs/api/grid-tabulator.gridtabulatorcellrenderertypes.md +24 -0
  55. package/docs/api/grid-tabulator.gridtabulatorshadowoptions.md +13 -0
  56. package/docs/api/grid-tabulator.gridtabulatorstyles.md +13 -0
  57. package/docs/api/grid-tabulator.gridtabulatortemplate.md +13 -0
  58. package/docs/api/grid-tabulator.gridtabulatortheme.md +21 -0
  59. package/docs/api/grid-tabulator.logger.md +13 -0
  60. package/docs/api/grid-tabulator.md +62 -0
  61. package/docs/api/grid-tabulator.rowdatatransaction.add.md +13 -0
  62. package/docs/api/grid-tabulator.rowdatatransaction.addindex.md +13 -0
  63. package/docs/api/grid-tabulator.rowdatatransaction.md +23 -0
  64. package/docs/api/grid-tabulator.rowdatatransaction.remove.md +13 -0
  65. package/docs/api/grid-tabulator.rowdatatransaction.update.md +13 -0
  66. package/docs/api/grid-tabulator.tabulatoractionrendererstyles.md +13 -0
  67. package/docs/api/grid-tabulator.tabulatorexternalstockstyles.md +13 -0
  68. package/docs/api/grid-tabulator.tabulatorthemesimplecss.md +13 -0
  69. package/docs/api/grid-tabulator.themefontsid.md +13 -0
  70. package/docs/api/grid-tabulator.themetokenmapclassname.md +13 -0
  71. package/docs/api/grid-tabulator.themetokenmapcss.md +13 -0
  72. package/docs/api/index.md +12 -0
  73. package/docs/api-report.md +313 -0
  74. package/package.json +15 -15
  75. package/tsdoc.json +4 -0
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-tabulator](./grid-tabulator.md) &gt; [RowDataTransaction](./grid-tabulator.rowdatatransaction.md) &gt; [update](./grid-tabulator.rowdatatransaction.update.md)
4
+
5
+ ## RowDataTransaction.update property
6
+
7
+ Rows to update
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ update?: TData[] | null;
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-tabulator](./grid-tabulator.md) &gt; [tabulatorActionRendererStyles](./grid-tabulator.tabulatoractionrendererstyles.md)
4
+
5
+ ## tabulatorActionRendererStyles variable
6
+
7
+ The Tabulator Action Renderer Styles.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ tabulatorActionRendererStyles: import("@microsoft/fast-element").ElementStyles
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-tabulator](./grid-tabulator.md) &gt; [tabulatorExternalStockStyles](./grid-tabulator.tabulatorexternalstockstyles.md)
4
+
5
+ ## tabulatorExternalStockStyles variable
6
+
7
+ External styles for the Tabulator grid.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ tabulatorExternalStockStyles: import("@microsoft/fast-element").ElementStyles
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-tabulator](./grid-tabulator.md) &gt; [tabulatorThemeSimpleCSS](./grid-tabulator.tabulatorthemesimplecss.md)
4
+
5
+ ## tabulatorThemeSimpleCSS variable
6
+
7
+ External styles for the Tabulator grid.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ tabulatorThemeSimpleCSS: import("@microsoft/fast-element").ElementStyles
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-tabulator](./grid-tabulator.md) &gt; [themeFontsId](./grid-tabulator.themefontsid.md)
4
+
5
+ ## themeFontsId variable
6
+
7
+ Get the Fonts ID for the theme's name
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ themeFontsId: (themeName: string) => string
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-tabulator](./grid-tabulator.md) &gt; [themeTokenMapClassname](./grid-tabulator.themetokenmapclassname.md)
4
+
5
+ ## themeTokenMapClassname variable
6
+
7
+ Get the token map class name for the `grid-tabulator` themes
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ themeTokenMapClassname: (themeName: string) => string
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-tabulator](./grid-tabulator.md) &gt; [themeTokenMapCSS](./grid-tabulator.themetokenmapcss.md)
4
+
5
+ ## themeTokenMapCSS variable
6
+
7
+ Get the CSS for the theme's token map
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ themeTokenMapCSS: (themeName: string, tokenMap: CSSVarTokenMap<any>) => import("@microsoft/fast-element").ElementStyles
13
+ ```
@@ -0,0 +1,12 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md)
4
+
5
+ ## API Reference
6
+
7
+ ## Packages
8
+
9
+ | Package | Description |
10
+ | --- | --- |
11
+ | [@genesislcap/grid-tabulator](./grid-tabulator.md) | |
12
+
@@ -0,0 +1,313 @@
1
+ ## API Report File for "@genesislcap/grid-tabulator"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { Auth } from '@genesislcap/foundation-comms';
8
+ import { Connect } from '@genesislcap/foundation-comms';
9
+ import type { Container } from '@microsoft/fast-foundation';
10
+ import { Controller } from '@microsoft/fast-element';
11
+ import { CSSDesignToken } from '@microsoft/fast-foundation';
12
+ import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
13
+ import { Datasource } from '@genesislcap/foundation-comms';
14
+ import { DatasourceStatus } from '@genesislcap/foundation-comms';
15
+ import { DatasourceStatusChangedEvent } from '@genesislcap/foundation-comms';
16
+ import { DOMContainer } from '@genesislcap/foundation-utils';
17
+ import { DownloadOptions } from 'tabulator-tables';
18
+ import { ElementStyles } from '@microsoft/fast-element';
19
+ import { FilterParams } from 'tabulator-tables';
20
+ import { FoundationElement } from '@microsoft/fast-foundation';
21
+ import { FoundationElementRegistry } from '@microsoft/fast-foundation';
22
+ import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
23
+ import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
24
+ import { Logger } from '@genesislcap/foundation-logger';
25
+ import { Options } from 'tabulator-tables';
26
+ import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
27
+ import { RowRangeLookup } from 'tabulator-tables';
28
+ import { TabulatorFull } from 'tabulator-tables';
29
+ import { ViewTemplate } from '@microsoft/fast-element';
30
+
31
+ // @public
32
+ export const actionHeightMultiplier: CSSDesignToken<string>;
33
+
34
+ // @public
35
+ export class ActionRenderer extends FoundationElement {
36
+ // (undocumented)
37
+ clickHandler(): Promise<void>;
38
+ // (undocumented)
39
+ get dataTestId(): any;
40
+ // (undocumented)
41
+ init(params: ActionRendererParams): void;
42
+ // (undocumented)
43
+ params: ActionRendererParams;
44
+ // (undocumented)
45
+ pendingAction: boolean;
46
+ }
47
+
48
+ // @public
49
+ export type ActionRendererParams = {
50
+ actionClick?: (rowData: any) => void;
51
+ actionName?: string;
52
+ appearance?: string;
53
+ dataTestId?: string;
54
+ isDisabled?: (rowData: any) => boolean;
55
+ uniqueFieldName?: string;
56
+ contentTemplate?: string;
57
+ };
58
+
59
+ // @public
60
+ export function dateTimeValueFormatter({ value }: any): string;
61
+
62
+ // @public
63
+ export function dateValueFormatter({ value }: any): string;
64
+
65
+ // @public
66
+ export const defaultGridTabulatorConfig: {
67
+ shadowOptions: any;
68
+ };
69
+
70
+ // @public
71
+ export function formatDateExtra(epoch: number): string;
72
+
73
+ // @alpha
74
+ export const foundationGridTabulator: (overrideDefinition?: OverrideFoundationElementDefinition< {
75
+ shadowOptions: any;
76
+ baseName: string;
77
+ styles: ElementStyles;
78
+ template: ViewTemplate<any, any>;
79
+ }>) => FoundationElementRegistry< {
80
+ shadowOptions: any;
81
+ baseName: string;
82
+ styles: ElementStyles;
83
+ template: ViewTemplate<any, any>;
84
+ }, typeof GridTabulator>;
85
+
86
+ // @public
87
+ export const foundationGridTabulatorActionRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
88
+ baseName: string;
89
+ styles: ElementStyles;
90
+ template: ViewTemplate<ActionRenderer, any>;
91
+ }>) => FoundationElementRegistry< {
92
+ baseName: string;
93
+ styles: ElementStyles;
94
+ template: ViewTemplate<ActionRenderer, any>;
95
+ }, typeof ActionRenderer>;
96
+
97
+ // @public
98
+ export const foundationGridTabulatorComponents: {
99
+ foundationGridTabulatorActionRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
100
+ baseName: string;
101
+ styles: ElementStyles;
102
+ template: ViewTemplate<ActionRenderer, any>;
103
+ }>) => FoundationElementRegistry< {
104
+ baseName: string;
105
+ styles: ElementStyles;
106
+ template: ViewTemplate<ActionRenderer, any>;
107
+ }, ActionRenderer>;
108
+ foundationGridTabulator: (overrideDefinition?: OverrideFoundationElementDefinition< {
109
+ shadowOptions: any;
110
+ baseName: string;
111
+ styles: ElementStyles;
112
+ template: ViewTemplate<any, any>;
113
+ }>) => FoundationElementRegistry< {
114
+ shadowOptions: any;
115
+ baseName: string;
116
+ styles: ElementStyles;
117
+ template: ViewTemplate<any, any>;
118
+ }, GridTabulator>;
119
+ register(container?: Container, ...rest: any[]): void;
120
+ };
121
+
122
+ // @public
123
+ export function getColumnType(metadataType: string): string;
124
+
125
+ // @public
126
+ export function getFilterByFieldType(type: string): string;
127
+
128
+ // @public
129
+ export function getFilterParamsByFieldType(type: string): FilterParams;
130
+
131
+ // @public
132
+ export enum GridCSSVars {
133
+ }
134
+
135
+ // Warning: (ae-forgotten-export) The symbol "GridTabulator_base" needs to be exported by the entry point index.d.ts
136
+ //
137
+ // @alpha (undocumented)
138
+ export class GridTabulator extends GridTabulator_base {
139
+ // (undocumented)
140
+ autoCellRendererByType: boolean;
141
+ // (undocumented)
142
+ classNames: string;
143
+ // (undocumented)
144
+ connectedCallback(): void;
145
+ // (undocumented)
146
+ disconnectedCallback(): void;
147
+ // @public
148
+ downloadDataAs(type: 'csv' | 'json' | 'html', fileName: string, params?: DownloadOptions, filter?: RowRangeLookup): void;
149
+ // (undocumented)
150
+ grid: TabulatorFull | undefined;
151
+ // (undocumented)
152
+ gridDiv: HTMLDivElement;
153
+ // (undocumented)
154
+ gridFontFace: string;
155
+ // @public
156
+ get gridOptions(): Options;
157
+ set gridOptions(options: Options);
158
+ // (undocumented)
159
+ onlyTemplateColDefs: boolean;
160
+ // (undocumented)
161
+ persistColumnStateKey: string;
162
+ // (undocumented)
163
+ restoreGridState(): void;
164
+ // (undocumented)
165
+ rowData: any[];
166
+ // (undocumented)
167
+ rowDataChanged(oldValue: any, newValue: any): void;
168
+ // (undocumented)
169
+ rowHeight: number;
170
+ // (undocumented)
171
+ saveGridState(): void;
172
+ // @public
173
+ setFilter(column: string, operator: string, value: string, filterParams?: FilterParams): void;
174
+ // (undocumented)
175
+ get statePersistanceEnabled(): boolean;
176
+ // (undocumented)
177
+ theme: string;
178
+ // (undocumented)
179
+ themeChanged(oldValue: string, newValue: string): void;
180
+ }
181
+
182
+ // @public
183
+ export enum GridTabulatorCellRendererTypes {
184
+ // (undocumented)
185
+ action = "action",
186
+ // (undocumented)
187
+ actionsMenu = "actionsMenu",
188
+ // (undocumented)
189
+ boolean = "boolean",
190
+ // (undocumented)
191
+ select = "select",
192
+ // (undocumented)
193
+ text = "text"
194
+ }
195
+
196
+ // Warning: (ae-forgotten-export) The symbol "GridTabulatorClientSideDatasource_base" needs to be exported by the entry point index.d.ts
197
+ //
198
+ // @alpha
199
+ export class GridTabulatorClientSideDatasource extends GridTabulatorClientSideDatasource_base {
200
+ // (undocumented)
201
+ auth: Auth;
202
+ // (undocumented)
203
+ connect: Connect;
204
+ // (undocumented)
205
+ connectedCallback(): void;
206
+ // (undocumented)
207
+ criteria: string;
208
+ // (undocumented)
209
+ criteriaChanged(oldCriteria: string, newCriteria: string): void;
210
+ // (undocumented)
211
+ datasource: Datasource;
212
+ // (undocumented)
213
+ datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
214
+ // (undocumented)
215
+ deepClone(): Node;
216
+ // (undocumented)
217
+ deferredGridOptions: Options;
218
+ // @public
219
+ destroy(): void;
220
+ // (undocumented)
221
+ disconnectedCallback(): void;
222
+ // (undocumented)
223
+ fields: string;
224
+ // @public
225
+ init(): Promise<void>;
226
+ // (undocumented)
227
+ isSnapshot: boolean;
228
+ // @internal
229
+ loadResourceData(withFullInit?: boolean): Promise<void>;
230
+ // (undocumented)
231
+ maxRows: number;
232
+ // (undocumented)
233
+ maxView: number;
234
+ // (undocumented)
235
+ movingView: boolean;
236
+ // (undocumented)
237
+ orderBy: string;
238
+ // (undocumented)
239
+ pollingInterval: number;
240
+ refreshRows(): void;
241
+ // (undocumented)
242
+ removeFilter(fieldName: string): void;
243
+ // (undocumented)
244
+ request: any;
245
+ // (undocumented)
246
+ resourceName: string;
247
+ // (undocumented)
248
+ resourceNameChanged(oldValue: string, newValue: string): void;
249
+ // @public
250
+ restart(): void;
251
+ // (undocumented)
252
+ restartOnReconnection: boolean;
253
+ // (undocumented)
254
+ reverse: boolean;
255
+ rowDataMapper: Function;
256
+ rowIdAttr: any;
257
+ // (undocumented)
258
+ setFilter(fieldName: string, newFilter: string): void;
259
+ }
260
+
261
+ // @public
262
+ export const gridTabulatorShadowOptions: ShadowRootInit;
263
+
264
+ // @public
265
+ export const gridTabulatorStyles: ElementStyles;
266
+
267
+ // @public
268
+ export const gridTabulatorTemplate: ViewTemplate;
269
+
270
+ // @public
271
+ export enum GridTabulatorTheme {
272
+ // (undocumented)
273
+ default = "default-theme",
274
+ // (undocumented)
275
+ rapid = "rapid-theme"
276
+ }
277
+
278
+ // @public
279
+ export const logger: Logger;
280
+
281
+ // @public
282
+ export interface RowDataTransaction<TData = any> {
283
+ add?: TData[] | null;
284
+ addIndex?: number | null;
285
+ remove?: TData[] | null;
286
+ update?: TData[] | null;
287
+ }
288
+
289
+ // @public
290
+ export const tabulatorActionRendererStyles: ElementStyles;
291
+
292
+ // @public
293
+ export const tabulatorExternalStockStyles: ElementStyles;
294
+
295
+ // @public
296
+ export const tabulatorThemeSimpleCSS: ElementStyles;
297
+
298
+ // @public
299
+ export const themeFontsId: (themeName: string) => string;
300
+
301
+ // @public
302
+ export const themeTokenMapClassname: (themeName: string) => string;
303
+
304
+ // @public
305
+ export const themeTokenMapCSS: (themeName: string, tokenMap: CSSVarTokenMap<any>) => ElementStyles;
306
+
307
+ // Warnings were encountered during analysis:
308
+ //
309
+ // src/grid-tabulator.components.ts:15:47 - (ae-incompatible-release-tags) The symbol "foundationGridTabulator" is marked as @public, but its signature references "GridTabulator" which is marked as @alpha
310
+
311
+ // (No @packageDocumentation comment for this package)
312
+
313
+ ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-tabulator",
3
3
  "description": "Genesis Foundation Grid Tabulator",
4
- "version": "14.214.2",
4
+ "version": "14.214.4",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,21 +39,21 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.214.2",
43
- "@genesislcap/genx": "14.214.2",
44
- "@genesislcap/rollup-builder": "14.214.2",
45
- "@genesislcap/ts-builder": "14.214.2",
46
- "@genesislcap/uvu-playwright-builder": "14.214.2",
47
- "@genesislcap/vite-builder": "14.214.2",
48
- "@genesislcap/webpack-builder": "14.214.2",
49
- "@types/tabulator-tables": "^6.2.0",
42
+ "@genesislcap/foundation-testing": "14.214.4",
43
+ "@genesislcap/genx": "14.214.4",
44
+ "@genesislcap/rollup-builder": "14.214.4",
45
+ "@genesislcap/ts-builder": "14.214.4",
46
+ "@genesislcap/uvu-playwright-builder": "14.214.4",
47
+ "@genesislcap/vite-builder": "14.214.4",
48
+ "@genesislcap/webpack-builder": "14.214.4",
49
+ "@types/tabulator-tables": "6.2.3",
50
50
  "rimraf": "^5.0.0"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-comms": "14.214.2",
54
- "@genesislcap/foundation-logger": "14.214.2",
55
- "@genesislcap/foundation-ui": "14.214.2",
56
- "@genesislcap/foundation-utils": "14.214.2",
53
+ "@genesislcap/foundation-comms": "14.214.4",
54
+ "@genesislcap/foundation-logger": "14.214.4",
55
+ "@genesislcap/foundation-ui": "14.214.4",
56
+ "@genesislcap/foundation-utils": "14.214.4",
57
57
  "@microsoft/fast-colors": "^5.3.1",
58
58
  "@microsoft/fast-components": "^2.30.6",
59
59
  "@microsoft/fast-element": "^1.12.0",
@@ -63,7 +63,7 @@
63
63
  "tslib": "^2.3.1"
64
64
  },
65
65
  "peerDependencies": {
66
- "tabulator-tables": "6.2.1"
66
+ "tabulator-tables": "6.3.0"
67
67
  },
68
68
  "repository": {
69
69
  "type": "git",
@@ -74,5 +74,5 @@
74
74
  "access": "public"
75
75
  },
76
76
  "customElements": "dist/custom-elements.json",
77
- "gitHead": "181b76ca557a8a88be4cff765645d618c37debf3"
77
+ "gitHead": "bf09c1923937329fe6e048704860737f1b92e088"
78
78
  }
package/tsdoc.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3
+ "extends": ["../../../../../tsdoc.json"]
4
+ }