@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.
Files changed (75) hide show
  1. package/dist/custom-elements.json +103 -33
  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 +13 -13
  75. package/tsdoc.json +4 -0
@@ -0,0 +1,1641 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.34.9",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ },
129
+ {
130
+ "tagName": "@tagname",
131
+ "syntaxKind": "block",
132
+ "allowMultiple": true
133
+ },
134
+ {
135
+ "tagName": "@fires",
136
+ "syntaxKind": "block",
137
+ "allowMultiple": true
138
+ }
139
+ ],
140
+ "supportForTags": {
141
+ "@alpha": true,
142
+ "@beta": true,
143
+ "@defaultValue": true,
144
+ "@decorator": true,
145
+ "@deprecated": true,
146
+ "@eventProperty": true,
147
+ "@example": true,
148
+ "@experimental": true,
149
+ "@inheritDoc": true,
150
+ "@internal": true,
151
+ "@label": true,
152
+ "@link": true,
153
+ "@override": true,
154
+ "@packageDocumentation": true,
155
+ "@param": true,
156
+ "@privateRemarks": true,
157
+ "@public": true,
158
+ "@readonly": true,
159
+ "@remarks": true,
160
+ "@returns": true,
161
+ "@sealed": true,
162
+ "@see": true,
163
+ "@throws": true,
164
+ "@typeParam": true,
165
+ "@virtual": true,
166
+ "@betaDocumentation": true,
167
+ "@internalRemarks": true,
168
+ "@preapproved": true,
169
+ "@tagname": true,
170
+ "@fires": true
171
+ },
172
+ "reportUnsupportedHtmlElements": false
173
+ }
174
+ },
175
+ "kind": "Package",
176
+ "canonicalReference": "@genesislcap/grid-tabulator!",
177
+ "docComment": "",
178
+ "name": "@genesislcap/grid-tabulator",
179
+ "preserveMemberOrder": false,
180
+ "members": [
181
+ {
182
+ "kind": "EntryPoint",
183
+ "canonicalReference": "@genesislcap/grid-tabulator!",
184
+ "name": "",
185
+ "preserveMemberOrder": false,
186
+ "members": [
187
+ {
188
+ "kind": "Variable",
189
+ "canonicalReference": "@genesislcap/grid-tabulator!actionHeightMultiplier:var",
190
+ "docComment": "/**\n * The base height multiplier for the action renderer.\n *\n * @remarks\n *\n * Results in `--action-height-multiplier`. This is a DesignToken {@link https://www.fast.design/docs/design-systems/design-tokens/#what-is-a-design-token} value. Defaults to `0.6px`. May have other values depending on the design system or can be set to a different value.\n *\n * @public\n */\n",
191
+ "excerptTokens": [
192
+ {
193
+ "kind": "Content",
194
+ "text": "actionHeightMultiplier: "
195
+ },
196
+ {
197
+ "kind": "Content",
198
+ "text": "import(\"@microsoft/fast-foundation\")."
199
+ },
200
+ {
201
+ "kind": "Reference",
202
+ "text": "CSSDesignToken",
203
+ "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
204
+ },
205
+ {
206
+ "kind": "Content",
207
+ "text": "<string>"
208
+ }
209
+ ],
210
+ "fileUrlPath": "src/cell-renderers/action.renderer.ts",
211
+ "isReadonly": true,
212
+ "releaseTag": "Public",
213
+ "name": "actionHeightMultiplier",
214
+ "variableTypeTokenRange": {
215
+ "startIndex": 1,
216
+ "endIndex": 4
217
+ }
218
+ },
219
+ {
220
+ "kind": "Class",
221
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer:class",
222
+ "docComment": "/**\n * The Tabulator Action Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-grid-tabulator-action-renderer\n *\n * @public\n */\n",
223
+ "excerptTokens": [
224
+ {
225
+ "kind": "Content",
226
+ "text": "export declare class ActionRenderer extends "
227
+ },
228
+ {
229
+ "kind": "Reference",
230
+ "text": "FoundationElement",
231
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
232
+ },
233
+ {
234
+ "kind": "Content",
235
+ "text": " "
236
+ }
237
+ ],
238
+ "fileUrlPath": "src/cell-renderers/action.renderer.ts",
239
+ "releaseTag": "Public",
240
+ "isAbstract": false,
241
+ "name": "ActionRenderer",
242
+ "preserveMemberOrder": false,
243
+ "members": [
244
+ {
245
+ "kind": "Method",
246
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer#clickHandler:member(1)",
247
+ "docComment": "",
248
+ "excerptTokens": [
249
+ {
250
+ "kind": "Content",
251
+ "text": "clickHandler(): "
252
+ },
253
+ {
254
+ "kind": "Reference",
255
+ "text": "Promise",
256
+ "canonicalReference": "!Promise:interface"
257
+ },
258
+ {
259
+ "kind": "Content",
260
+ "text": "<void>"
261
+ },
262
+ {
263
+ "kind": "Content",
264
+ "text": ";"
265
+ }
266
+ ],
267
+ "isStatic": false,
268
+ "returnTypeTokenRange": {
269
+ "startIndex": 1,
270
+ "endIndex": 3
271
+ },
272
+ "releaseTag": "Public",
273
+ "isProtected": false,
274
+ "overloadIndex": 1,
275
+ "parameters": [],
276
+ "isOptional": false,
277
+ "isAbstract": false,
278
+ "name": "clickHandler"
279
+ },
280
+ {
281
+ "kind": "Property",
282
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer#dataTestId:member",
283
+ "docComment": "",
284
+ "excerptTokens": [
285
+ {
286
+ "kind": "Content",
287
+ "text": "get dataTestId(): "
288
+ },
289
+ {
290
+ "kind": "Content",
291
+ "text": "any"
292
+ },
293
+ {
294
+ "kind": "Content",
295
+ "text": ";"
296
+ }
297
+ ],
298
+ "isReadonly": true,
299
+ "isOptional": false,
300
+ "releaseTag": "Public",
301
+ "name": "dataTestId",
302
+ "propertyTypeTokenRange": {
303
+ "startIndex": 1,
304
+ "endIndex": 2
305
+ },
306
+ "isStatic": false,
307
+ "isProtected": false,
308
+ "isAbstract": false
309
+ },
310
+ {
311
+ "kind": "Method",
312
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer#init:member(1)",
313
+ "docComment": "",
314
+ "excerptTokens": [
315
+ {
316
+ "kind": "Content",
317
+ "text": "init(params: "
318
+ },
319
+ {
320
+ "kind": "Reference",
321
+ "text": "ActionRendererParams",
322
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRendererParams:type"
323
+ },
324
+ {
325
+ "kind": "Content",
326
+ "text": "): "
327
+ },
328
+ {
329
+ "kind": "Content",
330
+ "text": "void"
331
+ },
332
+ {
333
+ "kind": "Content",
334
+ "text": ";"
335
+ }
336
+ ],
337
+ "isStatic": false,
338
+ "returnTypeTokenRange": {
339
+ "startIndex": 3,
340
+ "endIndex": 4
341
+ },
342
+ "releaseTag": "Public",
343
+ "isProtected": false,
344
+ "overloadIndex": 1,
345
+ "parameters": [
346
+ {
347
+ "parameterName": "params",
348
+ "parameterTypeTokenRange": {
349
+ "startIndex": 1,
350
+ "endIndex": 2
351
+ },
352
+ "isOptional": false
353
+ }
354
+ ],
355
+ "isOptional": false,
356
+ "isAbstract": false,
357
+ "name": "init"
358
+ },
359
+ {
360
+ "kind": "Property",
361
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer#params:member",
362
+ "docComment": "",
363
+ "excerptTokens": [
364
+ {
365
+ "kind": "Content",
366
+ "text": "params: "
367
+ },
368
+ {
369
+ "kind": "Reference",
370
+ "text": "ActionRendererParams",
371
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRendererParams:type"
372
+ },
373
+ {
374
+ "kind": "Content",
375
+ "text": ";"
376
+ }
377
+ ],
378
+ "isReadonly": false,
379
+ "isOptional": false,
380
+ "releaseTag": "Public",
381
+ "name": "params",
382
+ "propertyTypeTokenRange": {
383
+ "startIndex": 1,
384
+ "endIndex": 2
385
+ },
386
+ "isStatic": false,
387
+ "isProtected": false,
388
+ "isAbstract": false
389
+ },
390
+ {
391
+ "kind": "Property",
392
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer#pendingAction:member",
393
+ "docComment": "",
394
+ "excerptTokens": [
395
+ {
396
+ "kind": "Content",
397
+ "text": "pendingAction: "
398
+ },
399
+ {
400
+ "kind": "Content",
401
+ "text": "boolean"
402
+ },
403
+ {
404
+ "kind": "Content",
405
+ "text": ";"
406
+ }
407
+ ],
408
+ "isReadonly": false,
409
+ "isOptional": false,
410
+ "releaseTag": "Public",
411
+ "name": "pendingAction",
412
+ "propertyTypeTokenRange": {
413
+ "startIndex": 1,
414
+ "endIndex": 2
415
+ },
416
+ "isStatic": false,
417
+ "isProtected": false,
418
+ "isAbstract": false
419
+ }
420
+ ],
421
+ "extendsTokenRange": {
422
+ "startIndex": 1,
423
+ "endIndex": 2
424
+ },
425
+ "implementsTokenRanges": []
426
+ },
427
+ {
428
+ "kind": "TypeAlias",
429
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRendererParams:type",
430
+ "docComment": "/**\n * Parameters for the `grid-tabulator` action renderer.\n *\n * @remarks\n *\n * For single action button scenarios.\n *\n * @public\n */\n",
431
+ "excerptTokens": [
432
+ {
433
+ "kind": "Content",
434
+ "text": "export type ActionRendererParams = "
435
+ },
436
+ {
437
+ "kind": "Content",
438
+ "text": "{\n actionClick?: (rowData: any) => void;\n actionName?: string;\n appearance?: string;\n dataTestId?: string;\n isDisabled?: (rowData: any) => boolean;\n uniqueFieldName?: string;\n contentTemplate?: string;\n}"
439
+ },
440
+ {
441
+ "kind": "Content",
442
+ "text": ";"
443
+ }
444
+ ],
445
+ "fileUrlPath": "src/cell-renderers/action.renderer.ts",
446
+ "releaseTag": "Public",
447
+ "name": "ActionRendererParams",
448
+ "typeTokenRange": {
449
+ "startIndex": 1,
450
+ "endIndex": 2
451
+ }
452
+ },
453
+ {
454
+ "kind": "Function",
455
+ "canonicalReference": "@genesislcap/grid-tabulator!dateTimeValueFormatter:function(1)",
456
+ "docComment": "/**\n * Format a date time value to a readable string.\n *\n * @remarks\n *\n * Formats [DATETIME] UNIX Timestamps (with time) to readable strings\n *\n * @param param - The field type.\n *\n * @returns The filter params.\n *\n * @public\n */\n",
457
+ "excerptTokens": [
458
+ {
459
+ "kind": "Content",
460
+ "text": "export declare function dateTimeValueFormatter({ value }: "
461
+ },
462
+ {
463
+ "kind": "Content",
464
+ "text": "any"
465
+ },
466
+ {
467
+ "kind": "Content",
468
+ "text": "): "
469
+ },
470
+ {
471
+ "kind": "Content",
472
+ "text": "string"
473
+ },
474
+ {
475
+ "kind": "Content",
476
+ "text": ";"
477
+ }
478
+ ],
479
+ "fileUrlPath": "src/grid-tabulator.definitions.ts",
480
+ "returnTypeTokenRange": {
481
+ "startIndex": 3,
482
+ "endIndex": 4
483
+ },
484
+ "releaseTag": "Public",
485
+ "overloadIndex": 1,
486
+ "parameters": [
487
+ {
488
+ "parameterName": "{ value }",
489
+ "parameterTypeTokenRange": {
490
+ "startIndex": 1,
491
+ "endIndex": 2
492
+ },
493
+ "isOptional": false
494
+ }
495
+ ],
496
+ "name": "dateTimeValueFormatter"
497
+ },
498
+ {
499
+ "kind": "Function",
500
+ "canonicalReference": "@genesislcap/grid-tabulator!dateValueFormatter:function(1)",
501
+ "docComment": "/**\n * Format a date value.\n *\n * @remarks\n *\n * Formats [DATE] UNIX Timestamps (with time) to readable strings\n *\n * @param param - The field type.\n *\n * @returns The filter params.\n *\n * @public\n */\n",
502
+ "excerptTokens": [
503
+ {
504
+ "kind": "Content",
505
+ "text": "export declare function dateValueFormatter({ value }: "
506
+ },
507
+ {
508
+ "kind": "Content",
509
+ "text": "any"
510
+ },
511
+ {
512
+ "kind": "Content",
513
+ "text": "): "
514
+ },
515
+ {
516
+ "kind": "Content",
517
+ "text": "string"
518
+ },
519
+ {
520
+ "kind": "Content",
521
+ "text": ";"
522
+ }
523
+ ],
524
+ "fileUrlPath": "src/grid-tabulator.definitions.ts",
525
+ "returnTypeTokenRange": {
526
+ "startIndex": 3,
527
+ "endIndex": 4
528
+ },
529
+ "releaseTag": "Public",
530
+ "overloadIndex": 1,
531
+ "parameters": [
532
+ {
533
+ "parameterName": "{ value }",
534
+ "parameterTypeTokenRange": {
535
+ "startIndex": 1,
536
+ "endIndex": 2
537
+ },
538
+ "isOptional": false
539
+ }
540
+ ],
541
+ "name": "dateValueFormatter"
542
+ },
543
+ {
544
+ "kind": "Variable",
545
+ "canonicalReference": "@genesislcap/grid-tabulator!defaultGridTabulatorConfig:var",
546
+ "docComment": "/**\n * The default grid-tabulator configuration.\n *\n * @public\n */\n",
547
+ "excerptTokens": [
548
+ {
549
+ "kind": "Content",
550
+ "text": "defaultGridTabulatorConfig: "
551
+ },
552
+ {
553
+ "kind": "Content",
554
+ "text": "{\n shadowOptions: any;\n}"
555
+ }
556
+ ],
557
+ "fileUrlPath": "src/grid-tabulator.ts",
558
+ "isReadonly": true,
559
+ "releaseTag": "Public",
560
+ "name": "defaultGridTabulatorConfig",
561
+ "variableTypeTokenRange": {
562
+ "startIndex": 1,
563
+ "endIndex": 2
564
+ }
565
+ },
566
+ {
567
+ "kind": "Function",
568
+ "canonicalReference": "@genesislcap/grid-tabulator!formatDateExtra:function(1)",
569
+ "docComment": "/**\n * Format am epoch value to a readable ISO date string.\n *\n * @param epoch - The epoch number.\n *\n * @returns The formatted date value.\n *\n * @public\n */\n",
570
+ "excerptTokens": [
571
+ {
572
+ "kind": "Content",
573
+ "text": "export declare function formatDateExtra(epoch: "
574
+ },
575
+ {
576
+ "kind": "Content",
577
+ "text": "number"
578
+ },
579
+ {
580
+ "kind": "Content",
581
+ "text": "): "
582
+ },
583
+ {
584
+ "kind": "Content",
585
+ "text": "string"
586
+ },
587
+ {
588
+ "kind": "Content",
589
+ "text": ";"
590
+ }
591
+ ],
592
+ "fileUrlPath": "src/grid-tabulator.definitions.ts",
593
+ "returnTypeTokenRange": {
594
+ "startIndex": 3,
595
+ "endIndex": 4
596
+ },
597
+ "releaseTag": "Public",
598
+ "overloadIndex": 1,
599
+ "parameters": [
600
+ {
601
+ "parameterName": "epoch",
602
+ "parameterTypeTokenRange": {
603
+ "startIndex": 1,
604
+ "endIndex": 2
605
+ },
606
+ "isOptional": false
607
+ }
608
+ ],
609
+ "name": "formatDateExtra"
610
+ },
611
+ {
612
+ "kind": "Variable",
613
+ "canonicalReference": "@genesislcap/grid-tabulator!foundationGridTabulatorActionRenderer:var",
614
+ "docComment": "/**\n * A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.\n *\n * @remarks\n *\n * HTML Element: \\<foundation-grid-tabulator-action-renderer\\>\n *\n * @public\n */\n",
615
+ "excerptTokens": [
616
+ {
617
+ "kind": "Content",
618
+ "text": "foundationGridTabulatorActionRenderer: "
619
+ },
620
+ {
621
+ "kind": "Content",
622
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
623
+ },
624
+ {
625
+ "kind": "Reference",
626
+ "text": "OverrideFoundationElementDefinition",
627
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
628
+ },
629
+ {
630
+ "kind": "Content",
631
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
632
+ },
633
+ {
634
+ "kind": "Reference",
635
+ "text": "ElementStyles",
636
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
637
+ },
638
+ {
639
+ "kind": "Content",
640
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
641
+ },
642
+ {
643
+ "kind": "Reference",
644
+ "text": "ViewTemplate",
645
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
646
+ },
647
+ {
648
+ "kind": "Content",
649
+ "text": "<"
650
+ },
651
+ {
652
+ "kind": "Reference",
653
+ "text": "ActionRenderer",
654
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer:class"
655
+ },
656
+ {
657
+ "kind": "Content",
658
+ "text": ", any>;\n}>) => import(\"@microsoft/fast-foundation\")."
659
+ },
660
+ {
661
+ "kind": "Reference",
662
+ "text": "FoundationElementRegistry",
663
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
664
+ },
665
+ {
666
+ "kind": "Content",
667
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
668
+ },
669
+ {
670
+ "kind": "Reference",
671
+ "text": "ElementStyles",
672
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
673
+ },
674
+ {
675
+ "kind": "Content",
676
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
677
+ },
678
+ {
679
+ "kind": "Reference",
680
+ "text": "ViewTemplate",
681
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
682
+ },
683
+ {
684
+ "kind": "Content",
685
+ "text": "<"
686
+ },
687
+ {
688
+ "kind": "Reference",
689
+ "text": "ActionRenderer",
690
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer:class"
691
+ },
692
+ {
693
+ "kind": "Content",
694
+ "text": ", any>;\n}, typeof "
695
+ },
696
+ {
697
+ "kind": "Reference",
698
+ "text": "ActionRenderer",
699
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer:class"
700
+ },
701
+ {
702
+ "kind": "Content",
703
+ "text": ">"
704
+ }
705
+ ],
706
+ "fileUrlPath": "src/cell-renderers/action.renderer.ts",
707
+ "isReadonly": true,
708
+ "releaseTag": "Public",
709
+ "name": "foundationGridTabulatorActionRenderer",
710
+ "variableTypeTokenRange": {
711
+ "startIndex": 1,
712
+ "endIndex": 20
713
+ }
714
+ },
715
+ {
716
+ "kind": "Variable",
717
+ "canonicalReference": "@genesislcap/grid-tabulator!foundationGridTabulatorComponents:var",
718
+ "docComment": "/**\n * All `grid-tabulator` components.\n *\n * @public\n */\n",
719
+ "excerptTokens": [
720
+ {
721
+ "kind": "Content",
722
+ "text": "foundationGridTabulatorComponents: "
723
+ },
724
+ {
725
+ "kind": "Content",
726
+ "text": "{\n foundationGridTabulatorActionRenderer: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
727
+ },
728
+ {
729
+ "kind": "Reference",
730
+ "text": "OverrideFoundationElementDefinition",
731
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
732
+ },
733
+ {
734
+ "kind": "Content",
735
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
736
+ },
737
+ {
738
+ "kind": "Reference",
739
+ "text": "ElementStyles",
740
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
741
+ },
742
+ {
743
+ "kind": "Content",
744
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
745
+ },
746
+ {
747
+ "kind": "Reference",
748
+ "text": "ViewTemplate",
749
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
750
+ },
751
+ {
752
+ "kind": "Content",
753
+ "text": "<import(\"./cell-renderers\")."
754
+ },
755
+ {
756
+ "kind": "Reference",
757
+ "text": "ActionRenderer",
758
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer:class"
759
+ },
760
+ {
761
+ "kind": "Content",
762
+ "text": ", any>;\n }>) => import(\"@microsoft/fast-foundation\")."
763
+ },
764
+ {
765
+ "kind": "Reference",
766
+ "text": "FoundationElementRegistry",
767
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
768
+ },
769
+ {
770
+ "kind": "Content",
771
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
772
+ },
773
+ {
774
+ "kind": "Reference",
775
+ "text": "ElementStyles",
776
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
777
+ },
778
+ {
779
+ "kind": "Content",
780
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
781
+ },
782
+ {
783
+ "kind": "Reference",
784
+ "text": "ViewTemplate",
785
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
786
+ },
787
+ {
788
+ "kind": "Content",
789
+ "text": "<import(\"./cell-renderers\")."
790
+ },
791
+ {
792
+ "kind": "Reference",
793
+ "text": "ActionRenderer",
794
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer:class"
795
+ },
796
+ {
797
+ "kind": "Content",
798
+ "text": ", any>;\n }, typeof import(\"./cell-renderers\")."
799
+ },
800
+ {
801
+ "kind": "Reference",
802
+ "text": "ActionRenderer",
803
+ "canonicalReference": "@genesislcap/grid-tabulator!ActionRenderer:class"
804
+ },
805
+ {
806
+ "kind": "Content",
807
+ "text": ">;\n foundationGridTabulator: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
808
+ },
809
+ {
810
+ "kind": "Reference",
811
+ "text": "OverrideFoundationElementDefinition",
812
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
813
+ },
814
+ {
815
+ "kind": "Content",
816
+ "text": "<{\n shadowOptions: any;\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
817
+ },
818
+ {
819
+ "kind": "Reference",
820
+ "text": "ElementStyles",
821
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
822
+ },
823
+ {
824
+ "kind": "Content",
825
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
826
+ },
827
+ {
828
+ "kind": "Reference",
829
+ "text": "ViewTemplate",
830
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
831
+ },
832
+ {
833
+ "kind": "Content",
834
+ "text": "<any, any>;\n }>) => import(\"@microsoft/fast-foundation\")."
835
+ },
836
+ {
837
+ "kind": "Reference",
838
+ "text": "FoundationElementRegistry",
839
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
840
+ },
841
+ {
842
+ "kind": "Content",
843
+ "text": "<{\n shadowOptions: any;\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
844
+ },
845
+ {
846
+ "kind": "Reference",
847
+ "text": "ElementStyles",
848
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
849
+ },
850
+ {
851
+ "kind": "Content",
852
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
853
+ },
854
+ {
855
+ "kind": "Reference",
856
+ "text": "ViewTemplate",
857
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
858
+ },
859
+ {
860
+ "kind": "Content",
861
+ "text": "<any, any>;\n }, typeof import(\"./grid-tabulator\")."
862
+ },
863
+ {
864
+ "kind": "Reference",
865
+ "text": "GridTabulator",
866
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulator:class"
867
+ },
868
+ {
869
+ "kind": "Content",
870
+ "text": ">;\n register(container?: "
871
+ },
872
+ {
873
+ "kind": "Reference",
874
+ "text": "Container",
875
+ "canonicalReference": "@microsoft/fast-foundation!Container:interface"
876
+ },
877
+ {
878
+ "kind": "Content",
879
+ "text": ", ...rest: any[]): void;\n}"
880
+ }
881
+ ],
882
+ "fileUrlPath": "src/grid-tabulator.components.ts",
883
+ "isReadonly": true,
884
+ "releaseTag": "Public",
885
+ "name": "foundationGridTabulatorComponents",
886
+ "variableTypeTokenRange": {
887
+ "startIndex": 1,
888
+ "endIndex": 36
889
+ }
890
+ },
891
+ {
892
+ "kind": "Function",
893
+ "canonicalReference": "@genesislcap/grid-tabulator!getColumnType:function(1)",
894
+ "docComment": "/**\n * Get the column type based on the metadata type.\n *\n * @param metadataType - The metadata type.\n *\n * @returns The column type.\n *\n * @public\n */\n",
895
+ "excerptTokens": [
896
+ {
897
+ "kind": "Content",
898
+ "text": "export declare function getColumnType(metadataType: "
899
+ },
900
+ {
901
+ "kind": "Content",
902
+ "text": "string"
903
+ },
904
+ {
905
+ "kind": "Content",
906
+ "text": "): "
907
+ },
908
+ {
909
+ "kind": "Content",
910
+ "text": "string"
911
+ },
912
+ {
913
+ "kind": "Content",
914
+ "text": ";"
915
+ }
916
+ ],
917
+ "fileUrlPath": "src/grid-tabulator.definitions.ts",
918
+ "returnTypeTokenRange": {
919
+ "startIndex": 3,
920
+ "endIndex": 4
921
+ },
922
+ "releaseTag": "Public",
923
+ "overloadIndex": 1,
924
+ "parameters": [
925
+ {
926
+ "parameterName": "metadataType",
927
+ "parameterTypeTokenRange": {
928
+ "startIndex": 1,
929
+ "endIndex": 2
930
+ },
931
+ "isOptional": false
932
+ }
933
+ ],
934
+ "name": "getColumnType"
935
+ },
936
+ {
937
+ "kind": "Function",
938
+ "canonicalReference": "@genesislcap/grid-tabulator!getFilterByFieldType:function(1)",
939
+ "docComment": "/**\n * Get the filter type based on the field type.\n *\n * @param type - The field type.\n *\n * @returns The filter type.\n *\n * @public\n */\n",
940
+ "excerptTokens": [
941
+ {
942
+ "kind": "Content",
943
+ "text": "export declare function getFilterByFieldType(type: "
944
+ },
945
+ {
946
+ "kind": "Content",
947
+ "text": "string"
948
+ },
949
+ {
950
+ "kind": "Content",
951
+ "text": "): "
952
+ },
953
+ {
954
+ "kind": "Content",
955
+ "text": "string"
956
+ },
957
+ {
958
+ "kind": "Content",
959
+ "text": ";"
960
+ }
961
+ ],
962
+ "fileUrlPath": "src/grid-tabulator.definitions.ts",
963
+ "returnTypeTokenRange": {
964
+ "startIndex": 3,
965
+ "endIndex": 4
966
+ },
967
+ "releaseTag": "Public",
968
+ "overloadIndex": 1,
969
+ "parameters": [
970
+ {
971
+ "parameterName": "type",
972
+ "parameterTypeTokenRange": {
973
+ "startIndex": 1,
974
+ "endIndex": 2
975
+ },
976
+ "isOptional": false
977
+ }
978
+ ],
979
+ "name": "getFilterByFieldType"
980
+ },
981
+ {
982
+ "kind": "Function",
983
+ "canonicalReference": "@genesislcap/grid-tabulator!getFilterParamsByFieldType:function(1)",
984
+ "docComment": "/**\n * Get the filter params based on the field type.\n *\n * @param type - The field type.\n *\n * @returns The filter params.\n *\n * @public\n */\n",
985
+ "excerptTokens": [
986
+ {
987
+ "kind": "Content",
988
+ "text": "export declare function getFilterParamsByFieldType(type: "
989
+ },
990
+ {
991
+ "kind": "Content",
992
+ "text": "string"
993
+ },
994
+ {
995
+ "kind": "Content",
996
+ "text": "): "
997
+ },
998
+ {
999
+ "kind": "Reference",
1000
+ "text": "FilterParams",
1001
+ "canonicalReference": "@types/tabulator-tables!FilterParams:interface"
1002
+ },
1003
+ {
1004
+ "kind": "Content",
1005
+ "text": ";"
1006
+ }
1007
+ ],
1008
+ "fileUrlPath": "src/grid-tabulator.definitions.ts",
1009
+ "returnTypeTokenRange": {
1010
+ "startIndex": 3,
1011
+ "endIndex": 4
1012
+ },
1013
+ "releaseTag": "Public",
1014
+ "overloadIndex": 1,
1015
+ "parameters": [
1016
+ {
1017
+ "parameterName": "type",
1018
+ "parameterTypeTokenRange": {
1019
+ "startIndex": 1,
1020
+ "endIndex": 2
1021
+ },
1022
+ "isOptional": false
1023
+ }
1024
+ ],
1025
+ "name": "getFilterParamsByFieldType"
1026
+ },
1027
+ {
1028
+ "kind": "Enum",
1029
+ "canonicalReference": "@genesislcap/grid-tabulator!GridCSSVars:enum",
1030
+ "docComment": "/**\n * All official Tabulator CSS variables\n *\n * @public\n */\n",
1031
+ "excerptTokens": [
1032
+ {
1033
+ "kind": "Content",
1034
+ "text": "export declare enum GridCSSVars "
1035
+ }
1036
+ ],
1037
+ "fileUrlPath": "src/grid-tabulator.types.ts",
1038
+ "releaseTag": "Public",
1039
+ "name": "GridCSSVars",
1040
+ "preserveMemberOrder": false,
1041
+ "members": []
1042
+ },
1043
+ {
1044
+ "kind": "Enum",
1045
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulatorCellRendererTypes:enum",
1046
+ "docComment": "/**\n * The available `grid-tabulator` Renderer Types\n *\n * @public\n */\n",
1047
+ "excerptTokens": [
1048
+ {
1049
+ "kind": "Content",
1050
+ "text": "export declare enum GridTabulatorCellRendererTypes "
1051
+ }
1052
+ ],
1053
+ "fileUrlPath": "src/grid-tabulator.types.ts",
1054
+ "releaseTag": "Public",
1055
+ "name": "GridTabulatorCellRendererTypes",
1056
+ "preserveMemberOrder": false,
1057
+ "members": [
1058
+ {
1059
+ "kind": "EnumMember",
1060
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulatorCellRendererTypes.action:member",
1061
+ "docComment": "",
1062
+ "excerptTokens": [
1063
+ {
1064
+ "kind": "Content",
1065
+ "text": "action = "
1066
+ },
1067
+ {
1068
+ "kind": "Content",
1069
+ "text": "\"action\""
1070
+ }
1071
+ ],
1072
+ "initializerTokenRange": {
1073
+ "startIndex": 1,
1074
+ "endIndex": 2
1075
+ },
1076
+ "releaseTag": "Public",
1077
+ "name": "action"
1078
+ },
1079
+ {
1080
+ "kind": "EnumMember",
1081
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulatorCellRendererTypes.actionsMenu:member",
1082
+ "docComment": "",
1083
+ "excerptTokens": [
1084
+ {
1085
+ "kind": "Content",
1086
+ "text": "actionsMenu = "
1087
+ },
1088
+ {
1089
+ "kind": "Content",
1090
+ "text": "\"actionsMenu\""
1091
+ }
1092
+ ],
1093
+ "initializerTokenRange": {
1094
+ "startIndex": 1,
1095
+ "endIndex": 2
1096
+ },
1097
+ "releaseTag": "Public",
1098
+ "name": "actionsMenu"
1099
+ },
1100
+ {
1101
+ "kind": "EnumMember",
1102
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulatorCellRendererTypes.boolean:member",
1103
+ "docComment": "",
1104
+ "excerptTokens": [
1105
+ {
1106
+ "kind": "Content",
1107
+ "text": "boolean = "
1108
+ },
1109
+ {
1110
+ "kind": "Content",
1111
+ "text": "\"boolean\""
1112
+ }
1113
+ ],
1114
+ "initializerTokenRange": {
1115
+ "startIndex": 1,
1116
+ "endIndex": 2
1117
+ },
1118
+ "releaseTag": "Public",
1119
+ "name": "boolean"
1120
+ },
1121
+ {
1122
+ "kind": "EnumMember",
1123
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulatorCellRendererTypes.select:member",
1124
+ "docComment": "",
1125
+ "excerptTokens": [
1126
+ {
1127
+ "kind": "Content",
1128
+ "text": "select = "
1129
+ },
1130
+ {
1131
+ "kind": "Content",
1132
+ "text": "\"select\""
1133
+ }
1134
+ ],
1135
+ "initializerTokenRange": {
1136
+ "startIndex": 1,
1137
+ "endIndex": 2
1138
+ },
1139
+ "releaseTag": "Public",
1140
+ "name": "select"
1141
+ },
1142
+ {
1143
+ "kind": "EnumMember",
1144
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulatorCellRendererTypes.text:member",
1145
+ "docComment": "",
1146
+ "excerptTokens": [
1147
+ {
1148
+ "kind": "Content",
1149
+ "text": "text = "
1150
+ },
1151
+ {
1152
+ "kind": "Content",
1153
+ "text": "\"text\""
1154
+ }
1155
+ ],
1156
+ "initializerTokenRange": {
1157
+ "startIndex": 1,
1158
+ "endIndex": 2
1159
+ },
1160
+ "releaseTag": "Public",
1161
+ "name": "text"
1162
+ }
1163
+ ]
1164
+ },
1165
+ {
1166
+ "kind": "Variable",
1167
+ "canonicalReference": "@genesislcap/grid-tabulator!gridTabulatorShadowOptions:var",
1168
+ "docComment": "/**\n * The grid-tabulator component registration.\n *\n * @public\n */\n",
1169
+ "excerptTokens": [
1170
+ {
1171
+ "kind": "Content",
1172
+ "text": "gridTabulatorShadowOptions: "
1173
+ },
1174
+ {
1175
+ "kind": "Reference",
1176
+ "text": "ShadowRootInit",
1177
+ "canonicalReference": "!ShadowRootInit:interface"
1178
+ }
1179
+ ],
1180
+ "fileUrlPath": "src/grid-tabulator.ts",
1181
+ "isReadonly": true,
1182
+ "releaseTag": "Public",
1183
+ "name": "gridTabulatorShadowOptions",
1184
+ "variableTypeTokenRange": {
1185
+ "startIndex": 1,
1186
+ "endIndex": 2
1187
+ }
1188
+ },
1189
+ {
1190
+ "kind": "Variable",
1191
+ "canonicalReference": "@genesislcap/grid-tabulator!gridTabulatorStyles:var",
1192
+ "docComment": "/**\n * The styles for the grid-tabulator component\n *\n * @public\n */\n",
1193
+ "excerptTokens": [
1194
+ {
1195
+ "kind": "Content",
1196
+ "text": "gridTabulatorStyles: "
1197
+ },
1198
+ {
1199
+ "kind": "Reference",
1200
+ "text": "ElementStyles",
1201
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1202
+ }
1203
+ ],
1204
+ "fileUrlPath": "src/grid-tabulator.styles.ts",
1205
+ "isReadonly": true,
1206
+ "releaseTag": "Public",
1207
+ "name": "gridTabulatorStyles",
1208
+ "variableTypeTokenRange": {
1209
+ "startIndex": 1,
1210
+ "endIndex": 2
1211
+ }
1212
+ },
1213
+ {
1214
+ "kind": "Variable",
1215
+ "canonicalReference": "@genesislcap/grid-tabulator!gridTabulatorTemplate:var",
1216
+ "docComment": "/**\n * The template for the `grid-tabulator` component.\n *\n * @public\n */\n",
1217
+ "excerptTokens": [
1218
+ {
1219
+ "kind": "Content",
1220
+ "text": "gridTabulatorTemplate: "
1221
+ },
1222
+ {
1223
+ "kind": "Reference",
1224
+ "text": "ViewTemplate",
1225
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
1226
+ }
1227
+ ],
1228
+ "fileUrlPath": "src/grid-tabulator.template.ts",
1229
+ "isReadonly": true,
1230
+ "releaseTag": "Public",
1231
+ "name": "gridTabulatorTemplate",
1232
+ "variableTypeTokenRange": {
1233
+ "startIndex": 1,
1234
+ "endIndex": 2
1235
+ }
1236
+ },
1237
+ {
1238
+ "kind": "Enum",
1239
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulatorTheme:enum",
1240
+ "docComment": "/**\n * The available `grid-tabulator` themes\n *\n * @public\n */\n",
1241
+ "excerptTokens": [
1242
+ {
1243
+ "kind": "Content",
1244
+ "text": "export declare enum GridTabulatorTheme "
1245
+ }
1246
+ ],
1247
+ "fileUrlPath": "src/grid-tabulator.types.ts",
1248
+ "releaseTag": "Public",
1249
+ "name": "GridTabulatorTheme",
1250
+ "preserveMemberOrder": false,
1251
+ "members": [
1252
+ {
1253
+ "kind": "EnumMember",
1254
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulatorTheme.default:member",
1255
+ "docComment": "",
1256
+ "excerptTokens": [
1257
+ {
1258
+ "kind": "Content",
1259
+ "text": "default = "
1260
+ },
1261
+ {
1262
+ "kind": "Content",
1263
+ "text": "\"default-theme\""
1264
+ }
1265
+ ],
1266
+ "initializerTokenRange": {
1267
+ "startIndex": 1,
1268
+ "endIndex": 2
1269
+ },
1270
+ "releaseTag": "Public",
1271
+ "name": "default"
1272
+ },
1273
+ {
1274
+ "kind": "EnumMember",
1275
+ "canonicalReference": "@genesislcap/grid-tabulator!GridTabulatorTheme.rapid:member",
1276
+ "docComment": "",
1277
+ "excerptTokens": [
1278
+ {
1279
+ "kind": "Content",
1280
+ "text": "rapid = "
1281
+ },
1282
+ {
1283
+ "kind": "Content",
1284
+ "text": "\"rapid-theme\""
1285
+ }
1286
+ ],
1287
+ "initializerTokenRange": {
1288
+ "startIndex": 1,
1289
+ "endIndex": 2
1290
+ },
1291
+ "releaseTag": "Public",
1292
+ "name": "rapid"
1293
+ }
1294
+ ]
1295
+ },
1296
+ {
1297
+ "kind": "Variable",
1298
+ "canonicalReference": "@genesislcap/grid-tabulator!logger:var",
1299
+ "docComment": "/**\n * Logger for the `grid-tabulator` package\n *\n * @public\n */\n",
1300
+ "excerptTokens": [
1301
+ {
1302
+ "kind": "Content",
1303
+ "text": "logger: "
1304
+ },
1305
+ {
1306
+ "kind": "Content",
1307
+ "text": "import(\"@genesislcap/foundation-logger\")."
1308
+ },
1309
+ {
1310
+ "kind": "Reference",
1311
+ "text": "Logger",
1312
+ "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
1313
+ }
1314
+ ],
1315
+ "fileUrlPath": "src/utils/logger.ts",
1316
+ "isReadonly": true,
1317
+ "releaseTag": "Public",
1318
+ "name": "logger",
1319
+ "variableTypeTokenRange": {
1320
+ "startIndex": 1,
1321
+ "endIndex": 3
1322
+ }
1323
+ },
1324
+ {
1325
+ "kind": "Interface",
1326
+ "canonicalReference": "@genesislcap/grid-tabulator!RowDataTransaction:interface",
1327
+ "docComment": "/**\n * Transaction object to handle row data updates.\n *\n * @public\n */\n",
1328
+ "excerptTokens": [
1329
+ {
1330
+ "kind": "Content",
1331
+ "text": "export interface RowDataTransaction<TData = "
1332
+ },
1333
+ {
1334
+ "kind": "Content",
1335
+ "text": "any"
1336
+ },
1337
+ {
1338
+ "kind": "Content",
1339
+ "text": "> "
1340
+ }
1341
+ ],
1342
+ "fileUrlPath": "src/datasource/client-side.datasource.ts",
1343
+ "releaseTag": "Public",
1344
+ "typeParameters": [
1345
+ {
1346
+ "typeParameterName": "TData",
1347
+ "constraintTokenRange": {
1348
+ "startIndex": 0,
1349
+ "endIndex": 0
1350
+ },
1351
+ "defaultTypeTokenRange": {
1352
+ "startIndex": 1,
1353
+ "endIndex": 2
1354
+ }
1355
+ }
1356
+ ],
1357
+ "name": "RowDataTransaction",
1358
+ "preserveMemberOrder": false,
1359
+ "members": [
1360
+ {
1361
+ "kind": "PropertySignature",
1362
+ "canonicalReference": "@genesislcap/grid-tabulator!RowDataTransaction#add:member",
1363
+ "docComment": "/**\n * Rows to add\n */\n",
1364
+ "excerptTokens": [
1365
+ {
1366
+ "kind": "Content",
1367
+ "text": "add?: "
1368
+ },
1369
+ {
1370
+ "kind": "Content",
1371
+ "text": "TData[] | null"
1372
+ },
1373
+ {
1374
+ "kind": "Content",
1375
+ "text": ";"
1376
+ }
1377
+ ],
1378
+ "isReadonly": false,
1379
+ "isOptional": true,
1380
+ "releaseTag": "Public",
1381
+ "name": "add",
1382
+ "propertyTypeTokenRange": {
1383
+ "startIndex": 1,
1384
+ "endIndex": 2
1385
+ }
1386
+ },
1387
+ {
1388
+ "kind": "PropertySignature",
1389
+ "canonicalReference": "@genesislcap/grid-tabulator!RowDataTransaction#addIndex:member",
1390
+ "docComment": "/**\n * Index to add rows\n */\n",
1391
+ "excerptTokens": [
1392
+ {
1393
+ "kind": "Content",
1394
+ "text": "addIndex?: "
1395
+ },
1396
+ {
1397
+ "kind": "Content",
1398
+ "text": "number | null"
1399
+ },
1400
+ {
1401
+ "kind": "Content",
1402
+ "text": ";"
1403
+ }
1404
+ ],
1405
+ "isReadonly": false,
1406
+ "isOptional": true,
1407
+ "releaseTag": "Public",
1408
+ "name": "addIndex",
1409
+ "propertyTypeTokenRange": {
1410
+ "startIndex": 1,
1411
+ "endIndex": 2
1412
+ }
1413
+ },
1414
+ {
1415
+ "kind": "PropertySignature",
1416
+ "canonicalReference": "@genesislcap/grid-tabulator!RowDataTransaction#remove:member",
1417
+ "docComment": "/**\n * Rows to remove\n */\n",
1418
+ "excerptTokens": [
1419
+ {
1420
+ "kind": "Content",
1421
+ "text": "remove?: "
1422
+ },
1423
+ {
1424
+ "kind": "Content",
1425
+ "text": "TData[] | null"
1426
+ },
1427
+ {
1428
+ "kind": "Content",
1429
+ "text": ";"
1430
+ }
1431
+ ],
1432
+ "isReadonly": false,
1433
+ "isOptional": true,
1434
+ "releaseTag": "Public",
1435
+ "name": "remove",
1436
+ "propertyTypeTokenRange": {
1437
+ "startIndex": 1,
1438
+ "endIndex": 2
1439
+ }
1440
+ },
1441
+ {
1442
+ "kind": "PropertySignature",
1443
+ "canonicalReference": "@genesislcap/grid-tabulator!RowDataTransaction#update:member",
1444
+ "docComment": "/**\n * Rows to update\n */\n",
1445
+ "excerptTokens": [
1446
+ {
1447
+ "kind": "Content",
1448
+ "text": "update?: "
1449
+ },
1450
+ {
1451
+ "kind": "Content",
1452
+ "text": "TData[] | null"
1453
+ },
1454
+ {
1455
+ "kind": "Content",
1456
+ "text": ";"
1457
+ }
1458
+ ],
1459
+ "isReadonly": false,
1460
+ "isOptional": true,
1461
+ "releaseTag": "Public",
1462
+ "name": "update",
1463
+ "propertyTypeTokenRange": {
1464
+ "startIndex": 1,
1465
+ "endIndex": 2
1466
+ }
1467
+ }
1468
+ ],
1469
+ "extendsTokenRanges": []
1470
+ },
1471
+ {
1472
+ "kind": "Variable",
1473
+ "canonicalReference": "@genesislcap/grid-tabulator!tabulatorActionRendererStyles:var",
1474
+ "docComment": "/**\n * The Tabulator Action Renderer Styles.\n *\n * @public\n */\n",
1475
+ "excerptTokens": [
1476
+ {
1477
+ "kind": "Content",
1478
+ "text": "tabulatorActionRendererStyles: "
1479
+ },
1480
+ {
1481
+ "kind": "Content",
1482
+ "text": "import(\"@microsoft/fast-element\")."
1483
+ },
1484
+ {
1485
+ "kind": "Reference",
1486
+ "text": "ElementStyles",
1487
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1488
+ }
1489
+ ],
1490
+ "fileUrlPath": "src/cell-renderers/action.renderer.ts",
1491
+ "isReadonly": true,
1492
+ "releaseTag": "Public",
1493
+ "name": "tabulatorActionRendererStyles",
1494
+ "variableTypeTokenRange": {
1495
+ "startIndex": 1,
1496
+ "endIndex": 3
1497
+ }
1498
+ },
1499
+ {
1500
+ "kind": "Variable",
1501
+ "canonicalReference": "@genesislcap/grid-tabulator!tabulatorExternalStockStyles:var",
1502
+ "docComment": "/**\n * External styles for the Tabulator grid.\n *\n * @public\n */\n",
1503
+ "excerptTokens": [
1504
+ {
1505
+ "kind": "Content",
1506
+ "text": "tabulatorExternalStockStyles: "
1507
+ },
1508
+ {
1509
+ "kind": "Content",
1510
+ "text": "import(\"@microsoft/fast-element\")."
1511
+ },
1512
+ {
1513
+ "kind": "Reference",
1514
+ "text": "ElementStyles",
1515
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1516
+ }
1517
+ ],
1518
+ "fileUrlPath": "src/external/index.ts",
1519
+ "isReadonly": true,
1520
+ "releaseTag": "Public",
1521
+ "name": "tabulatorExternalStockStyles",
1522
+ "variableTypeTokenRange": {
1523
+ "startIndex": 1,
1524
+ "endIndex": 3
1525
+ }
1526
+ },
1527
+ {
1528
+ "kind": "Variable",
1529
+ "canonicalReference": "@genesislcap/grid-tabulator!tabulatorThemeSimpleCSS:var",
1530
+ "docComment": "/**\n * External styles for the Tabulator grid.\n *\n * @public\n */\n",
1531
+ "excerptTokens": [
1532
+ {
1533
+ "kind": "Content",
1534
+ "text": "tabulatorThemeSimpleCSS: "
1535
+ },
1536
+ {
1537
+ "kind": "Content",
1538
+ "text": "import(\"@microsoft/fast-element\")."
1539
+ },
1540
+ {
1541
+ "kind": "Reference",
1542
+ "text": "ElementStyles",
1543
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1544
+ }
1545
+ ],
1546
+ "fileUrlPath": "src/external/tabulator-theme-simple-css.ts",
1547
+ "isReadonly": true,
1548
+ "releaseTag": "Public",
1549
+ "name": "tabulatorThemeSimpleCSS",
1550
+ "variableTypeTokenRange": {
1551
+ "startIndex": 1,
1552
+ "endIndex": 3
1553
+ }
1554
+ },
1555
+ {
1556
+ "kind": "Variable",
1557
+ "canonicalReference": "@genesislcap/grid-tabulator!themeFontsId:var",
1558
+ "docComment": "/**\n * Get the Fonts ID for the theme's name\n *\n * @param themeName - The theme name\n *\n * @returns The theme's fonts ID\n *\n * @public\n */\n",
1559
+ "excerptTokens": [
1560
+ {
1561
+ "kind": "Content",
1562
+ "text": "themeFontsId: "
1563
+ },
1564
+ {
1565
+ "kind": "Content",
1566
+ "text": "(themeName: string) => string"
1567
+ }
1568
+ ],
1569
+ "fileUrlPath": "src/grid-tabulator.types.ts",
1570
+ "isReadonly": true,
1571
+ "releaseTag": "Public",
1572
+ "name": "themeFontsId",
1573
+ "variableTypeTokenRange": {
1574
+ "startIndex": 1,
1575
+ "endIndex": 2
1576
+ }
1577
+ },
1578
+ {
1579
+ "kind": "Variable",
1580
+ "canonicalReference": "@genesislcap/grid-tabulator!themeTokenMapClassname:var",
1581
+ "docComment": "/**\n * Get the token map class name for the `grid-tabulator` themes\n *\n * @param themeName - The theme name\n *\n * @returns The token map class name for the `grid-tabulator` themes\n *\n * @public\n */\n",
1582
+ "excerptTokens": [
1583
+ {
1584
+ "kind": "Content",
1585
+ "text": "themeTokenMapClassname: "
1586
+ },
1587
+ {
1588
+ "kind": "Content",
1589
+ "text": "(themeName: string) => string"
1590
+ }
1591
+ ],
1592
+ "fileUrlPath": "src/grid-tabulator.types.ts",
1593
+ "isReadonly": true,
1594
+ "releaseTag": "Public",
1595
+ "name": "themeTokenMapClassname",
1596
+ "variableTypeTokenRange": {
1597
+ "startIndex": 1,
1598
+ "endIndex": 2
1599
+ }
1600
+ },
1601
+ {
1602
+ "kind": "Variable",
1603
+ "canonicalReference": "@genesislcap/grid-tabulator!themeTokenMapCSS:var",
1604
+ "docComment": "/**\n * Get the CSS for the theme's token map\n *\n * @param themeName - The theme name\n *\n * @param tokenMap - The token map\n *\n * @returns The CSS for the theme's token map\n *\n * @public\n */\n",
1605
+ "excerptTokens": [
1606
+ {
1607
+ "kind": "Content",
1608
+ "text": "themeTokenMapCSS: "
1609
+ },
1610
+ {
1611
+ "kind": "Content",
1612
+ "text": "(themeName: string, tokenMap: "
1613
+ },
1614
+ {
1615
+ "kind": "Reference",
1616
+ "text": "CSSVarTokenMap",
1617
+ "canonicalReference": "@genesislcap/foundation-ui!CSSVarTokenMap:type"
1618
+ },
1619
+ {
1620
+ "kind": "Content",
1621
+ "text": "<any>) => import(\"@microsoft/fast-element\")."
1622
+ },
1623
+ {
1624
+ "kind": "Reference",
1625
+ "text": "ElementStyles",
1626
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1627
+ }
1628
+ ],
1629
+ "fileUrlPath": "src/grid-tabulator.types.ts",
1630
+ "isReadonly": true,
1631
+ "releaseTag": "Public",
1632
+ "name": "themeTokenMapCSS",
1633
+ "variableTypeTokenRange": {
1634
+ "startIndex": 1,
1635
+ "endIndex": 5
1636
+ }
1637
+ }
1638
+ ]
1639
+ }
1640
+ ]
1641
+ }