@genesislcap/grid-tabulator 14.214.2 → 14.214.3
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/custom-elements.json +103 -33
- package/dist/dts/cell-renderers/action.renderer.d.ts +1 -1
- package/dist/dts/datasource/client-side.datasource.d.ts +17 -8
- package/dist/dts/datasource/client-side.datasource.d.ts.map +1 -1
- package/dist/dts/external/index.d.ts +4 -0
- package/dist/dts/external/index.d.ts.map +1 -1
- package/dist/dts/external/tabulator-theme-simple-css.d.ts +4 -0
- package/dist/dts/external/tabulator-theme-simple-css.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.components.d.ts +4 -0
- package/dist/dts/grid-tabulator.components.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.d.ts +29 -1
- package/dist/dts/grid-tabulator.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.definitions.d.ts +44 -5
- package/dist/dts/grid-tabulator.definitions.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.styles.d.ts +4 -0
- package/dist/dts/grid-tabulator.styles.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.template.d.ts +4 -0
- package/dist/dts/grid-tabulator.template.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.types.d.ts +24 -1
- package/dist/dts/grid-tabulator.types.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +11 -0
- package/dist/dts/utils/logger.d.ts +4 -0
- package/dist/dts/utils/logger.d.ts.map +1 -1
- package/dist/esm/external/index.js +4 -0
- package/dist/esm/external/tabulator-theme-simple-css.js +4 -0
- package/dist/esm/grid-tabulator.components.js +4 -0
- package/dist/esm/grid-tabulator.definitions.js +38 -0
- package/dist/esm/grid-tabulator.js +26 -2
- package/dist/esm/grid-tabulator.styles.js +4 -0
- package/dist/esm/grid-tabulator.template.js +4 -0
- package/dist/esm/grid-tabulator.types.js +24 -1
- package/dist/esm/utils/logger.js +4 -0
- package/dist/grid-tabulator.api.json +1641 -0
- package/dist/grid-tabulator.d.ts +1492 -0
- package/docs/.gitattributes +2 -0
- package/docs/api/grid-tabulator.actionheightmultiplier.md +18 -0
- package/docs/api/grid-tabulator.actionrenderer.clickhandler.md +15 -0
- package/docs/api/grid-tabulator.actionrenderer.datatestid.md +11 -0
- package/docs/api/grid-tabulator.actionrenderer.init.md +22 -0
- package/docs/api/grid-tabulator.actionrenderer.md +30 -0
- package/docs/api/grid-tabulator.actionrenderer.params.md +11 -0
- package/docs/api/grid-tabulator.actionrenderer.pendingaction.md +11 -0
- package/docs/api/grid-tabulator.actionrendererparams.md +26 -0
- package/docs/api/grid-tabulator.datetimevalueformatter.md +30 -0
- package/docs/api/grid-tabulator.datevalueformatter.md +30 -0
- package/docs/api/grid-tabulator.defaultgridtabulatorconfig.md +15 -0
- package/docs/api/grid-tabulator.formatdateextra.md +26 -0
- package/docs/api/grid-tabulator.foundationgridtabulatoractionrenderer.md +26 -0
- package/docs/api/grid-tabulator.foundationgridtabulatorcomponents.md +35 -0
- package/docs/api/grid-tabulator.getcolumntype.md +26 -0
- package/docs/api/grid-tabulator.getfilterbyfieldtype.md +26 -0
- package/docs/api/grid-tabulator.getfilterparamsbyfieldtype.md +26 -0
- package/docs/api/grid-tabulator.gridcssvars.md +13 -0
- package/docs/api/grid-tabulator.gridtabulatorcellrenderertypes.md +24 -0
- package/docs/api/grid-tabulator.gridtabulatorshadowoptions.md +13 -0
- package/docs/api/grid-tabulator.gridtabulatorstyles.md +13 -0
- package/docs/api/grid-tabulator.gridtabulatortemplate.md +13 -0
- package/docs/api/grid-tabulator.gridtabulatortheme.md +21 -0
- package/docs/api/grid-tabulator.logger.md +13 -0
- package/docs/api/grid-tabulator.md +62 -0
- package/docs/api/grid-tabulator.rowdatatransaction.add.md +13 -0
- package/docs/api/grid-tabulator.rowdatatransaction.addindex.md +13 -0
- package/docs/api/grid-tabulator.rowdatatransaction.md +23 -0
- package/docs/api/grid-tabulator.rowdatatransaction.remove.md +13 -0
- package/docs/api/grid-tabulator.rowdatatransaction.update.md +13 -0
- package/docs/api/grid-tabulator.tabulatoractionrendererstyles.md +13 -0
- package/docs/api/grid-tabulator.tabulatorexternalstockstyles.md +13 -0
- package/docs/api/grid-tabulator.tabulatorthemesimplecss.md +13 -0
- package/docs/api/grid-tabulator.themefontsid.md +13 -0
- package/docs/api/grid-tabulator.themetokenmapclassname.md +13 -0
- package/docs/api/grid-tabulator.themetokenmapcss.md +13 -0
- package/docs/api/index.md +12 -0
- package/docs/api-report.md +313 -0
- package/package.json +13 -13
- 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) > [@genesislcap/grid-tabulator](./grid-tabulator.md) > [RowDataTransaction](./grid-tabulator.rowdatatransaction.md) > [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) > [@genesislcap/grid-tabulator](./grid-tabulator.md) > [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) > [@genesislcap/grid-tabulator](./grid-tabulator.md) > [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) > [@genesislcap/grid-tabulator](./grid-tabulator.md) > [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) > [@genesislcap/grid-tabulator](./grid-tabulator.md) > [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) > [@genesislcap/grid-tabulator](./grid-tabulator.md) > [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) > [@genesislcap/grid-tabulator](./grid-tabulator.md) > [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,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.
|
|
4
|
+
"version": "14.214.3",
|
|
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.
|
|
43
|
-
"@genesislcap/genx": "14.214.
|
|
44
|
-
"@genesislcap/rollup-builder": "14.214.
|
|
45
|
-
"@genesislcap/ts-builder": "14.214.
|
|
46
|
-
"@genesislcap/uvu-playwright-builder": "14.214.
|
|
47
|
-
"@genesislcap/vite-builder": "14.214.
|
|
48
|
-
"@genesislcap/webpack-builder": "14.214.
|
|
42
|
+
"@genesislcap/foundation-testing": "14.214.3",
|
|
43
|
+
"@genesislcap/genx": "14.214.3",
|
|
44
|
+
"@genesislcap/rollup-builder": "14.214.3",
|
|
45
|
+
"@genesislcap/ts-builder": "14.214.3",
|
|
46
|
+
"@genesislcap/uvu-playwright-builder": "14.214.3",
|
|
47
|
+
"@genesislcap/vite-builder": "14.214.3",
|
|
48
|
+
"@genesislcap/webpack-builder": "14.214.3",
|
|
49
49
|
"@types/tabulator-tables": "^6.2.0",
|
|
50
50
|
"rimraf": "^5.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@genesislcap/foundation-comms": "14.214.
|
|
54
|
-
"@genesislcap/foundation-logger": "14.214.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.214.
|
|
56
|
-
"@genesislcap/foundation-utils": "14.214.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.214.3",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.214.3",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.214.3",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.214.3",
|
|
57
57
|
"@microsoft/fast-colors": "^5.3.1",
|
|
58
58
|
"@microsoft/fast-components": "^2.30.6",
|
|
59
59
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"customElements": "dist/custom-elements.json",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "0fa68769a2f17b633fa1a558cdfbd0fe10ecaf64"
|
|
78
78
|
}
|
package/tsdoc.json
ADDED