@genesislcap/grid-tabulator 14.303.0 → 14.303.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +13 -13
  2. package/docs/api-report.md +0 -621
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.303.0",
4
+ "version": "14.303.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,20 +39,20 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.303.0",
43
- "@genesislcap/genx": "14.303.0",
44
- "@genesislcap/rollup-builder": "14.303.0",
45
- "@genesislcap/ts-builder": "14.303.0",
46
- "@genesislcap/uvu-playwright-builder": "14.303.0",
47
- "@genesislcap/vite-builder": "14.303.0",
48
- "@genesislcap/webpack-builder": "14.303.0",
42
+ "@genesislcap/foundation-testing": "14.303.1",
43
+ "@genesislcap/genx": "14.303.1",
44
+ "@genesislcap/rollup-builder": "14.303.1",
45
+ "@genesislcap/ts-builder": "14.303.1",
46
+ "@genesislcap/uvu-playwright-builder": "14.303.1",
47
+ "@genesislcap/vite-builder": "14.303.1",
48
+ "@genesislcap/webpack-builder": "14.303.1",
49
49
  "@types/tabulator-tables": "6.2.6"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.303.0",
53
- "@genesislcap/foundation-logger": "14.303.0",
54
- "@genesislcap/foundation-ui": "14.303.0",
55
- "@genesislcap/foundation-utils": "14.303.0",
52
+ "@genesislcap/foundation-comms": "14.303.1",
53
+ "@genesislcap/foundation-logger": "14.303.1",
54
+ "@genesislcap/foundation-ui": "14.303.1",
55
+ "@genesislcap/foundation-utils": "14.303.1",
56
56
  "@microsoft/fast-colors": "5.3.1",
57
57
  "@microsoft/fast-components": "2.30.6",
58
58
  "@microsoft/fast-element": "1.14.0",
@@ -73,5 +73,5 @@
73
73
  "access": "public"
74
74
  },
75
75
  "customElements": "dist/custom-elements.json",
76
- "gitHead": "1495670cf431019b7a29589f6ab7b80c0ec31945"
76
+ "gitHead": "f1685d21651cfe332605360143595a9bb603b129"
77
77
  }
@@ -1,621 +0,0 @@
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 { CellComponent } from 'tabulator-tables';
9
- import { ColumnDefinition as ColumnDefinition_2 } from 'tabulator-tables';
10
- import { Connect } from '@genesislcap/foundation-comms';
11
- import type { Container } from '@microsoft/fast-foundation';
12
- import { Controller } from '@microsoft/fast-element';
13
- import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
14
- import { Datasource } from '@genesislcap/foundation-comms';
15
- import { DatasourceStatus } from '@genesislcap/foundation-comms';
16
- import { DatasourceStatusChangedEvent } from '@genesislcap/foundation-comms';
17
- import { DOMContainer } from '@genesislcap/foundation-utils';
18
- import { DownloadOptions } from 'tabulator-tables';
19
- import { ElementStyles } from '@microsoft/fast-element';
20
- import { FilterParams } from 'tabulator-tables';
21
- import type { Formatter } from 'tabulator-tables';
22
- import { FormatterParams as FormatterParams_2 } from 'tabulator-tables';
23
- import { FoundationElement } from '@microsoft/fast-foundation';
24
- import { FoundationElementRegistry } from '@microsoft/fast-foundation';
25
- import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
26
- import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
27
- import { Logger } from '@genesislcap/foundation-logger';
28
- import { Options as Options_2 } from 'tabulator-tables';
29
- import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
30
- import { RowRangeLookup } from 'tabulator-tables';
31
- import { TabulatorFull } from 'tabulator-tables';
32
- import { ViewTemplate } from '@microsoft/fast-element';
33
-
34
- // Warning: (ae-incompatible-release-tags) The symbol "actionFormatter" is marked as @public, but its signature references "ActionFormatterParams" which is marked as @alpha
35
- //
36
- // @public
37
- export function actionFormatter<T = any>(cell: any, formatterParams?: ActionFormatterParams<T>): string;
38
-
39
- // @alpha
40
- export interface ActionFormatterParams<T = any> {
41
- // (undocumented)
42
- actionButtonStyle?: string;
43
- // (undocumented)
44
- actionClick?: (rowData: T) => void;
45
- // (undocumented)
46
- actionName?: string;
47
- // (undocumented)
48
- appearance?: string;
49
- // (undocumented)
50
- contentTemplate?: string;
51
- // (undocumented)
52
- dataTestId?: ((rowData: T) => string) | string;
53
- // (undocumented)
54
- isDisabled?: (rowData: T) => boolean;
55
- // (undocumented)
56
- prefix?: string;
57
- // (undocumented)
58
- uniqueFieldName?: string;
59
- }
60
-
61
- // Warning: (ae-incompatible-release-tags) The symbol "actionsMenuFormatter" is marked as @public, but its signature references "ActionsMenuFormatterParams" which is marked as @alpha
62
- //
63
- // @public
64
- export function actionsMenuFormatter<T = any>(cell: any, formatterParams?: ActionsMenuFormatterParams<T>): string;
65
-
66
- // @alpha
67
- export interface ActionsMenuFormatterParams<T = any> {
68
- // (undocumented)
69
- actions?: Array<{
70
- name: string;
71
- callback: (rowData: T) => void;
72
- isDisabled?: (rowData: T) => boolean;
73
- }>;
74
- // (undocumented)
75
- buttonAppearance?: string;
76
- // (undocumented)
77
- dataTestId?: ((rowData: T) => string) | string;
78
- // (undocumented)
79
- isVertical?: boolean;
80
- // (undocumented)
81
- menuName?: string;
82
- // (undocumented)
83
- prefix?: string;
84
- }
85
-
86
- // Warning: (ae-incompatible-release-tags) The symbol "booleanFormatter" is marked as @public, but its signature references "BooleanFormatterParams" which is marked as @alpha
87
- //
88
- // @public
89
- export function booleanFormatter<T = any>(cell: any, formatterParams?: BooleanFormatterParams<T>): string;
90
-
91
- // @alpha
92
- export interface BooleanFormatterParams<T = any> {
93
- // (undocumented)
94
- dataTestId?: ((rowData: T) => string) | string;
95
- // (undocumented)
96
- isDisabled?: (rowData: T) => boolean;
97
- // (undocumented)
98
- prefix?: string;
99
- }
100
-
101
- export { CellComponent }
102
-
103
- // @public
104
- export type CellRendererFunc = (params: CellRendererParams) => HTMLElement | string;
105
-
106
- // @public
107
- export interface CellRendererParams {
108
- [key: string]: any;
109
- cell?: CellComponent;
110
- data?: any;
111
- formatterParams?: FormatterParams_2;
112
- value?: any;
113
- }
114
-
115
- // @alpha
116
- export type ColumnDefinition = {
117
- formatter?: Formatter | FormatterTypes;
118
- formatterParams?: FormatterParams;
119
- } & Omit<ColumnDefinition_2, 'formatter' | 'formatterParams'>;
120
-
121
- // @alpha
122
- export function convertToKebabCase(str: string): string;
123
-
124
- // @alpha
125
- export const criteriaDelimiter = ";";
126
-
127
- // @alpha
128
- export const criteriaJoin = " && ";
129
-
130
- // @public
131
- export function dateTimeValueFormatter({ value }: any): string;
132
-
133
- // @public
134
- export function dateValueFormatter({ value }: any): string;
135
-
136
- // @alpha
137
- export const DEBOUNCED_RESIZE_TIME = 400;
138
-
139
- // @public
140
- export const defaultGridTabulatorConfig: {
141
- shadowOptions: any;
142
- };
143
-
144
- // Warning: (ae-incompatible-release-tags) The symbol "editableFormatter" is marked as @public, but its signature references "EditableFormatterParams" which is marked as @alpha
145
- //
146
- // @public
147
- export function editableFormatter<T = any>(cell: any, formatterParams?: EditableFormatterParams<T>): string;
148
-
149
- // @alpha
150
- export interface EditableFormatterParams<T = any> {
151
- // (undocumented)
152
- cssClass?: string;
153
- // (undocumented)
154
- data?: T;
155
- // (undocumented)
156
- dataTestId?: ((rowData: T) => string) | string;
157
- // (undocumented)
158
- field?: string;
159
- // (undocumented)
160
- icon?: string;
161
- // (undocumented)
162
- nullText?: string;
163
- // (undocumented)
164
- prefix?: string;
165
- // (undocumented)
166
- value?: any;
167
- }
168
-
169
- // @alpha
170
- export const EDITED_COLUMN_FIELD = "__EDITED_FIELD__";
171
-
172
- // @alpha
173
- export const ERROR_COLUMN_FIELD = "__ERROR_FIELD__";
174
-
175
- // @public
176
- export function formatDateExtra(epoch: number): string;
177
-
178
- // @alpha
179
- export type FormatterParams = FormatterParams_2 | ActionFormatterParams | ActionsMenuFormatterParams | BooleanFormatterParams | EditableFormatterParams | SelectFormatterParams | TextFormatterParams;
180
-
181
- // @alpha
182
- export const formatters: {
183
- action: typeof actionFormatter;
184
- actionsMenu: typeof actionsMenuFormatter;
185
- boolean: typeof booleanFormatter;
186
- editable: typeof editableFormatter;
187
- select: typeof selectFormatter;
188
- text: typeof textFormatter;
189
- };
190
-
191
- // @alpha
192
- export enum FormatterTypes {
193
- action = "action",
194
- actionsMenu = "actionsMenu",
195
- boolean = "boolean",
196
- editable = "editable",
197
- select = "select",
198
- text = "text"
199
- }
200
-
201
- // @alpha
202
- export const foundationGridTabulator: (overrideDefinition?: OverrideFoundationElementDefinition< {
203
- shadowOptions: any;
204
- baseName: string;
205
- styles: ElementStyles;
206
- template: ViewTemplate<any, any>;
207
- }>) => FoundationElementRegistry< {
208
- shadowOptions: any;
209
- baseName: string;
210
- styles: ElementStyles;
211
- template: ViewTemplate<any, any>;
212
- }, typeof GridTabulator>;
213
-
214
- // @public
215
- export const foundationGridTabulatorComponents: {
216
- foundationDateEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
217
- baseName: string;
218
- styles: ElementStyles;
219
- template: ViewTemplate<DateEditor, any>;
220
- }>) => FoundationElementRegistry< {
221
- baseName: string;
222
- styles: ElementStyles;
223
- template: ViewTemplate<DateEditor, any>;
224
- }, DateEditor>;
225
- foundationNumberEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
226
- baseName: string;
227
- styles: ElementStyles;
228
- template: ViewTemplate<NumberEditor, any>;
229
- }>) => FoundationElementRegistry< {
230
- baseName: string;
231
- styles: ElementStyles;
232
- template: ViewTemplate<NumberEditor, any>;
233
- }, NumberEditor>;
234
- foundationSelectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
235
- baseName: string;
236
- styles: ElementStyles;
237
- template: ViewTemplate<SelectEditor, any>;
238
- }>) => FoundationElementRegistry< {
239
- baseName: string;
240
- styles: ElementStyles;
241
- template: ViewTemplate<SelectEditor, any>;
242
- }, SelectEditor>;
243
- foundationStringEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
244
- baseName: string;
245
- styles: ElementStyles;
246
- template: ViewTemplate<StringEditor, any>;
247
- }>) => FoundationElementRegistry< {
248
- baseName: string;
249
- styles: ElementStyles;
250
- template: ViewTemplate<StringEditor, any>;
251
- }, StringEditor>;
252
- foundationMultiselectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
253
- baseName: string;
254
- styles: ElementStyles;
255
- template: ViewTemplate<MultiselectEditor, any>;
256
- }>) => FoundationElementRegistry< {
257
- baseName: string;
258
- styles: ElementStyles;
259
- template: ViewTemplate<MultiselectEditor, any>;
260
- }, MultiselectEditor>;
261
- foundationGridTabulatorColumn: (overrideDefinition?: OverrideFoundationElementDefinition< {
262
- baseName: string;
263
- }>) => FoundationElementRegistry< {
264
- baseName: string;
265
- }, typeof GridTabulatorColumn>;
266
- foundationGridTabulatorCell: (overrideDefinition?: OverrideFoundationElementDefinition< {
267
- baseName: string;
268
- }>) => FoundationElementRegistry< {
269
- baseName: string;
270
- }, typeof GridTabulatorCell>;
271
- foundationGridTabulator: (overrideDefinition?: OverrideFoundationElementDefinition< {
272
- shadowOptions: any;
273
- baseName: string;
274
- styles: ElementStyles;
275
- template: ViewTemplate<any, any>;
276
- }>) => FoundationElementRegistry< {
277
- shadowOptions: any;
278
- baseName: string;
279
- styles: ElementStyles;
280
- template: ViewTemplate<any, any>;
281
- }, GridTabulator>;
282
- register(container?: Container, ...rest: any[]): void;
283
- };
284
-
285
- // @public
286
- export function getColumnType(metadataType: string): string;
287
-
288
- // @alpha
289
- export function getDataTestId<T = any>(dataTestId: ((rowData: T) => string) | string | undefined, rowData: T): string | undefined;
290
-
291
- // @public
292
- export function getFilterByFieldType(type: string): string;
293
-
294
- // @public
295
- export function getFilterParamsByFieldType(type: string): FilterParams;
296
-
297
- // @public
298
- export enum GridCSSVars {
299
- }
300
-
301
- // Warning: (ae-forgotten-export) The symbol "GridTabulator_base" needs to be exported by the entry point index.d.ts
302
- //
303
- // @alpha (undocumented)
304
- export class GridTabulator extends GridTabulator_base {
305
- // (undocumented)
306
- autoCellRendererByType: boolean;
307
- // (undocumented)
308
- classNames: string;
309
- // @public
310
- clearFilters(): void;
311
- // @public
312
- columnComponentName: string;
313
- // (undocumented)
314
- connectedCallback(): void;
315
- // (undocumented)
316
- disconnectedCallback(): void;
317
- // @public
318
- downloadDataAs(type: 'csv' | 'json' | 'html', fileName: string, params?: DownloadOptions, filter?: RowRangeLookup): void;
319
- enableCellFlashing: boolean;
320
- enableRowFlashing: boolean;
321
- // (undocumented)
322
- grid: TabulatorFull | undefined;
323
- gridAutosizingEnabled: boolean;
324
- // (undocumented)
325
- gridDiv: HTMLDivElement;
326
- // (undocumented)
327
- gridFontFace: string;
328
- // Warning: (ae-incompatible-release-tags) The symbol "gridOptions" is marked as @public, but its signature references "Options" which is marked as @alpha
329
- //
330
- // @public
331
- get gridOptions(): Options;
332
- // Warning: (ae-incompatible-release-tags) The symbol "gridOptions" is marked as @public, but its signature references "Options" which is marked as @alpha
333
- set gridOptions(options: Options);
334
- // Warning: (ae-incompatible-release-tags) The symbol "headerCaseType" is marked as @public, but its signature references "GridTabulatorCaseType" which is marked as @alpha
335
- //
336
- // @public
337
- headerCaseType: GridTabulatorCaseType;
338
- // (undocumented)
339
- onlyTemplateColDefs: boolean;
340
- // (undocumented)
341
- persistColumnStateKey: string;
342
- persistFilterModelKey: string;
343
- // @public
344
- redraw(): void;
345
- // @public
346
- refreshCells(): void;
347
- // (undocumented)
348
- restoreGridState(): void;
349
- // (undocumented)
350
- rowData: any[];
351
- // (undocumented)
352
- rowDataChanged(oldValue: any, newValue: any): void;
353
- // (undocumented)
354
- rowHeight: number;
355
- // (undocumented)
356
- saveGridState(): void;
357
- // @public
358
- setFilter(column: string, operator: string, value: string, filterParams?: FilterParams): void;
359
- showHeaderFilters: boolean;
360
- // (undocumented)
361
- get statePersistanceEnabled(): boolean;
362
- // (undocumented)
363
- theme: string;
364
- // (undocumented)
365
- themeChanged(oldValue: string, newValue: string): void;
366
- }
367
-
368
- // @alpha
369
- export type GridTabulatorCaseType = 'camelCase' | 'capitalCase' | 'constantCase' | 'dotCase' | 'headerCase' | 'noCase' | 'paramCase' | 'pascalCase' | 'pathCase' | 'sentenceCase' | 'snakeCase';
370
-
371
- // @public
372
- export class GridTabulatorCell extends FoundationElement {
373
- // (undocumented)
374
- connectedCallback(): void;
375
- // (undocumented)
376
- destroy(): void;
377
- // (undocumented)
378
- getElement(): HTMLElement;
379
- // (undocumented)
380
- init(params: CellRendererParams): void;
381
- // (undocumented)
382
- refresh(params: CellRendererParams): boolean;
383
- // (undocumented)
384
- renderer: CellRendererFunc;
385
- // (undocumented)
386
- rendererParams: CellRendererParams;
387
- // (undocumented)
388
- slottedRenderer: HTMLElement[];
389
- // (undocumented)
390
- slottedRendererChanged(): void;
391
- }
392
-
393
- // @public
394
- export enum GridTabulatorCellEditorTypes {
395
- // (undocumented)
396
- date = "date",
397
- // (undocumented)
398
- multiselect = "multiselect",
399
- // (undocumented)
400
- number = "number",
401
- // (undocumented)
402
- select = "select",
403
- // (undocumented)
404
- string = "string"
405
- }
406
-
407
- // @public
408
- export enum GridTabulatorCellRendererTypes {
409
- // (undocumented)
410
- action = "action",
411
- // (undocumented)
412
- actionsMenu = "actionsMenu",
413
- // (undocumented)
414
- boolean = "boolean",
415
- // (undocumented)
416
- editable = "editable",
417
- // (undocumented)
418
- select = "select",
419
- // (undocumented)
420
- text = "text"
421
- }
422
-
423
- // Warning: (ae-forgotten-export) The symbol "GridTabulatorClientSideDatasource_base" needs to be exported by the entry point index.d.ts
424
- //
425
- // @alpha
426
- export class GridTabulatorClientSideDatasource extends GridTabulatorClientSideDatasource_base {
427
- // (undocumented)
428
- auth: Auth;
429
- // (undocumented)
430
- connect: Connect;
431
- // (undocumented)
432
- connectedCallback(): void;
433
- // (undocumented)
434
- criteria: string;
435
- // (undocumented)
436
- criteriaChanged(oldCriteria: string, newCriteria: string): void;
437
- // (undocumented)
438
- datasource: Datasource;
439
- // (undocumented)
440
- datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
441
- // (undocumented)
442
- deepClone(): Node;
443
- deferredColumnStates: any[];
444
- // (undocumented)
445
- deferredGridOptions: Options_2;
446
- // @public
447
- destroy(): void;
448
- // (undocumented)
449
- disconnectedCallback(): void;
450
- // (undocumented)
451
- fields: string;
452
- handleErrors(errors: string | any[]): void;
453
- // @public
454
- init(): Promise<void>;
455
- // (undocumented)
456
- isSnapshot: boolean;
457
- keepColDefsOnClearRowData: boolean;
458
- // @internal
459
- loadResourceData(withFullInit?: boolean): Promise<void>;
460
- // (undocumented)
461
- maxRows: number;
462
- // (undocumented)
463
- maxView: number;
464
- // (undocumented)
465
- movingView: boolean;
466
- // (undocumented)
467
- orderBy: string;
468
- // (undocumented)
469
- pollingInterval: number;
470
- refreshRows(): void;
471
- // (undocumented)
472
- removeFilter(fieldName: string): void;
473
- // (undocumented)
474
- request: any;
475
- // (undocumented)
476
- resourceName: string;
477
- // (undocumented)
478
- resourceNameChanged(oldValue: string, newValue: string): void;
479
- // @public
480
- restart(): void;
481
- // (undocumented)
482
- restartOnReconnection: boolean;
483
- // (undocumented)
484
- reverse: boolean;
485
- rowDataMapper: Function;
486
- rowIdAttr: any;
487
- // (undocumented)
488
- setFilter(fieldName: string, newFilter: string): void;
489
- }
490
-
491
- // Warning: (ae-forgotten-export) The symbol "GridTabulatorColumn_base" needs to be exported by the entry point index.d.ts
492
- //
493
- // @public
494
- export class GridTabulatorColumn extends GridTabulatorColumn_base {
495
- // (undocumented)
496
- deepClone(): Node;
497
- // (undocumented)
498
- definition: Partial<ColumnDefinition_2>;
499
- // (undocumented)
500
- slottedCell: HTMLElement[];
501
- // (undocumented)
502
- slottedCellChanged(): void;
503
- }
504
-
505
- // @alpha
506
- export const gridTabulatorErrorNames: {
507
- datasource: string;
508
- };
509
-
510
- // @alpha
511
- export const gridTabulatorEventNames: {
512
- error: string;
513
- datasourceErrorClose: string;
514
- };
515
-
516
- // @public
517
- export const gridTabulatorShadowOptions: ShadowRootInit;
518
-
519
- // @public
520
- export const gridTabulatorStyles: ElementStyles;
521
-
522
- // @public
523
- export const gridTabulatorTemplate: ViewTemplate;
524
-
525
- // @public
526
- export enum GridTabulatorTheme {
527
- // (undocumented)
528
- default = "default-theme",
529
- // (undocumented)
530
- rapid = "rapid-theme"
531
- }
532
-
533
- // @public
534
- export const logger: Logger;
535
-
536
- // @alpha
537
- export function mergeAndDedupColDefWithColumnState(colDefs: any[], columnState: any[]): any[];
538
-
539
- // @alpha
540
- export type Options = {
541
- formatters?: Record<string, Formatter>;
542
- columns?: ColumnDefinition[];
543
- } & Omit<Options_2, 'formatters'>;
544
-
545
- // @public
546
- export interface RowDataTransaction<TData = any> {
547
- add?: TData[] | null;
548
- addIndex?: number | null;
549
- remove?: TData[] | null;
550
- update?: TData[] | null;
551
- }
552
-
553
- // Warning: (ae-incompatible-release-tags) The symbol "selectFormatter" is marked as @public, but its signature references "SelectFormatterParams" which is marked as @alpha
554
- //
555
- // @public
556
- export function selectFormatter<T = any>(cell: any, formatterParams: SelectFormatterParams<T>): string;
557
-
558
- // @alpha
559
- export interface SelectFormatterParams<T = any> {
560
- // (undocumented)
561
- dataTestId?: ((rowData: T) => string) | string;
562
- // (undocumented)
563
- nullText?: string;
564
- // (undocumented)
565
- onChange?: (value: string, rowData: T) => void;
566
- // Warning: (ae-forgotten-export) The symbol "SelectOption" needs to be exported by the entry point index.d.ts
567
- //
568
- // (undocumented)
569
- options: SelectOption<T>[];
570
- // (undocumented)
571
- prefix?: string;
572
- }
573
-
574
- // @public
575
- export const tabulatorExternalStockStyles: ElementStyles;
576
-
577
- // @public
578
- export const tabulatorThemeSimpleCSS: ElementStyles;
579
-
580
- // Warning: (ae-incompatible-release-tags) The symbol "textFormatter" is marked as @public, but its signature references "TextFormatterParams" which is marked as @alpha
581
- //
582
- // @public
583
- export function textFormatter<T = any>(cell: any, formatterParams?: TextFormatterParams<T>): string;
584
-
585
- // @alpha
586
- export interface TextFormatterParams<T = any> {
587
- // (undocumented)
588
- dataTestId?: ((rowData: T) => string) | string;
589
- // (undocumented)
590
- nullText?: string;
591
- // (undocumented)
592
- prefix?: string;
593
- // (undocumented)
594
- specialColor?: string;
595
- // (undocumented)
596
- specialFontWeight?: string;
597
- // (undocumented)
598
- specialValue?: any;
599
- }
600
-
601
- // @public
602
- export const themeFontsId: (themeName: string) => string;
603
-
604
- // @public
605
- export const themeTokenMapClassname: (themeName: string) => string;
606
-
607
- // @public
608
- export const themeTokenMapCSS: (themeName: string, tokenMap: CSSVarTokenMap<any>) => ElementStyles;
609
-
610
- // Warnings were encountered during analysis:
611
- //
612
- // src/grid-tabulator.components.ts:24:47 - (ae-forgotten-export) The symbol "DateEditor" needs to be exported by the entry point index.d.ts
613
- // src/grid-tabulator.components.ts:24:47 - (ae-forgotten-export) The symbol "NumberEditor" needs to be exported by the entry point index.d.ts
614
- // src/grid-tabulator.components.ts:24:47 - (ae-forgotten-export) The symbol "SelectEditor" needs to be exported by the entry point index.d.ts
615
- // src/grid-tabulator.components.ts:24:47 - (ae-forgotten-export) The symbol "StringEditor" needs to be exported by the entry point index.d.ts
616
- // src/grid-tabulator.components.ts:24:47 - (ae-forgotten-export) The symbol "MultiselectEditor" needs to be exported by the entry point index.d.ts
617
- // src/grid-tabulator.components.ts:24:47 - (ae-incompatible-release-tags) The symbol "foundationGridTabulator" is marked as @public, but its signature references "GridTabulator" which is marked as @alpha
618
-
619
- // (No @packageDocumentation comment for this package)
620
-
621
- ```