@genesislcap/grid-tabulator 14.101.2

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 (70) hide show
  1. package/README.md +8 -0
  2. package/custom-elements-manifest.config.js +14 -0
  3. package/dist/custom-elements.json +1956 -0
  4. package/dist/dts/cell/index.d.ts +2 -0
  5. package/dist/dts/cell/index.d.ts.map +1 -0
  6. package/dist/dts/cell-renderers/index.d.ts +2 -0
  7. package/dist/dts/cell-renderers/index.d.ts.map +1 -0
  8. package/dist/dts/column/index.d.ts +2 -0
  9. package/dist/dts/column/index.d.ts.map +1 -0
  10. package/dist/dts/datasource/client-side.datasource.d.ts +472 -0
  11. package/dist/dts/datasource/client-side.datasource.d.ts.map +1 -0
  12. package/dist/dts/datasource/index.d.ts +2 -0
  13. package/dist/dts/datasource/index.d.ts.map +1 -0
  14. package/dist/dts/external/fonts.d.ts +7 -0
  15. package/dist/dts/external/fonts.d.ts.map +1 -0
  16. package/dist/dts/external/index.d.ts +4 -0
  17. package/dist/dts/external/index.d.ts.map +1 -0
  18. package/dist/dts/external/tabulator-theme-simple-css.d.ts +2 -0
  19. package/dist/dts/external/tabulator-theme-simple-css.d.ts.map +1 -0
  20. package/dist/dts/grid-tabulator.components.d.ts +16 -0
  21. package/dist/dts/grid-tabulator.components.d.ts.map +1 -0
  22. package/dist/dts/grid-tabulator.d.ts +397 -0
  23. package/dist/dts/grid-tabulator.d.ts.map +1 -0
  24. package/dist/dts/grid-tabulator.definitions.d.ts +7 -0
  25. package/dist/dts/grid-tabulator.definitions.d.ts.map +1 -0
  26. package/dist/dts/grid-tabulator.styles.d.ts +3 -0
  27. package/dist/dts/grid-tabulator.styles.d.ts.map +1 -0
  28. package/dist/dts/grid-tabulator.template.d.ts +3 -0
  29. package/dist/dts/grid-tabulator.template.d.ts.map +1 -0
  30. package/dist/dts/grid-tabulator.types.d.ts +26 -0
  31. package/dist/dts/grid-tabulator.types.d.ts.map +1 -0
  32. package/dist/dts/index.d.ts +14 -0
  33. package/dist/dts/index.d.ts.map +1 -0
  34. package/dist/dts/index.federated.d.ts +1 -0
  35. package/dist/dts/index.federated.d.ts.map +1 -0
  36. package/dist/dts/style/colors.d.ts +2 -0
  37. package/dist/dts/style/colors.d.ts.map +1 -0
  38. package/dist/dts/style/index.d.ts +3 -0
  39. package/dist/dts/style/index.d.ts.map +1 -0
  40. package/dist/dts/style/tokens.d.ts +2 -0
  41. package/dist/dts/style/tokens.d.ts.map +1 -0
  42. package/dist/dts/utils/index.d.ts +2 -0
  43. package/dist/dts/utils/index.d.ts.map +1 -0
  44. package/dist/dts/utils/logger.d.ts +2 -0
  45. package/dist/dts/utils/logger.d.ts.map +1 -0
  46. package/dist/esm/cell/index.js +1 -0
  47. package/dist/esm/cell-renderers/index.js +1 -0
  48. package/dist/esm/column/index.js +1 -0
  49. package/dist/esm/datasource/client-side.datasource.js +526 -0
  50. package/dist/esm/datasource/index.js +1 -0
  51. package/dist/esm/external/fonts.js +16 -0
  52. package/dist/esm/external/index.js +6 -0
  53. package/dist/esm/external/tabulator-theme-simple-css.js +1379 -0
  54. package/dist/esm/grid-tabulator.components.js +29 -0
  55. package/dist/esm/grid-tabulator.definitions.js +77 -0
  56. package/dist/esm/grid-tabulator.js +192 -0
  57. package/dist/esm/grid-tabulator.styles.js +14 -0
  58. package/dist/esm/grid-tabulator.template.js +6 -0
  59. package/dist/esm/grid-tabulator.types.js +77 -0
  60. package/dist/esm/index.federated.js +1 -0
  61. package/dist/esm/index.js +13 -0
  62. package/dist/esm/style/colors.js +3 -0
  63. package/dist/esm/style/index.js +2 -0
  64. package/dist/esm/style/tokens.js +4 -0
  65. package/dist/esm/utils/index.js +1 -0
  66. package/dist/esm/utils/logger.js +2 -0
  67. package/externals.js +5 -0
  68. package/genx.config.ts +14 -0
  69. package/license.txt +46 -0
  70. package/package.json +63 -0
@@ -0,0 +1,1956 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/grid-tabulator.components.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "variable",
11
+ "name": "foundationGridTabulatorComponents",
12
+ "type": {
13
+ "text": "object"
14
+ },
15
+ "default": "{\n // foundationGridProActionRenderer,\n // foundationGridProActionsMenuRenderer,\n // foundationAgBooleanRenderer,\n // foundationAgTextRenderer,\n // foundationAgSelectRenderer,\n foundationGridTabulator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}"
16
+ }
17
+ ],
18
+ "exports": [
19
+ {
20
+ "kind": "js",
21
+ "name": "foundationGridTabulatorComponents",
22
+ "declaration": {
23
+ "name": "foundationGridTabulatorComponents",
24
+ "module": "src/grid-tabulator.components.ts"
25
+ }
26
+ }
27
+ ]
28
+ },
29
+ {
30
+ "kind": "javascript-module",
31
+ "path": "src/grid-tabulator.definitions.ts",
32
+ "declarations": [
33
+ {
34
+ "kind": "function",
35
+ "name": "getFilterByFieldType",
36
+ "return": {
37
+ "type": {
38
+ "text": "any"
39
+ }
40
+ },
41
+ "parameters": [
42
+ {
43
+ "name": "type",
44
+ "type": {
45
+ "text": "string"
46
+ }
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "kind": "function",
52
+ "name": "getColumnType",
53
+ "return": {
54
+ "type": {
55
+ "text": "any"
56
+ }
57
+ },
58
+ "parameters": [
59
+ {
60
+ "name": "metadataType",
61
+ "type": {
62
+ "text": "string"
63
+ }
64
+ }
65
+ ]
66
+ },
67
+ {
68
+ "kind": "function",
69
+ "name": "getFilterParamsByFieldType",
70
+ "return": {
71
+ "type": {
72
+ "text": "any"
73
+ }
74
+ },
75
+ "parameters": [
76
+ {
77
+ "name": "type",
78
+ "type": {
79
+ "text": "string"
80
+ }
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "kind": "function",
86
+ "name": "dateValueFormatter",
87
+ "return": {
88
+ "type": {
89
+ "text": "any"
90
+ }
91
+ },
92
+ "parameters": [
93
+ {
94
+ "name": "{ value }",
95
+ "type": {
96
+ "text": "any"
97
+ }
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "kind": "function",
103
+ "name": "dateTimeValueFormatter",
104
+ "return": {
105
+ "type": {
106
+ "text": "any"
107
+ }
108
+ },
109
+ "parameters": [
110
+ {
111
+ "name": "{ value }",
112
+ "type": {
113
+ "text": "any"
114
+ }
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "kind": "function",
120
+ "name": "formatDateExtra",
121
+ "return": {
122
+ "type": {
123
+ "text": "string"
124
+ }
125
+ },
126
+ "parameters": [
127
+ {
128
+ "name": "epoch",
129
+ "type": {
130
+ "text": "number"
131
+ }
132
+ }
133
+ ]
134
+ }
135
+ ],
136
+ "exports": [
137
+ {
138
+ "kind": "js",
139
+ "name": "getFilterByFieldType",
140
+ "declaration": {
141
+ "name": "getFilterByFieldType",
142
+ "module": "src/grid-tabulator.definitions.ts"
143
+ }
144
+ },
145
+ {
146
+ "kind": "js",
147
+ "name": "getColumnType",
148
+ "declaration": {
149
+ "name": "getColumnType",
150
+ "module": "src/grid-tabulator.definitions.ts"
151
+ }
152
+ },
153
+ {
154
+ "kind": "js",
155
+ "name": "getFilterParamsByFieldType",
156
+ "declaration": {
157
+ "name": "getFilterParamsByFieldType",
158
+ "module": "src/grid-tabulator.definitions.ts"
159
+ }
160
+ },
161
+ {
162
+ "kind": "js",
163
+ "name": "dateValueFormatter",
164
+ "declaration": {
165
+ "name": "dateValueFormatter",
166
+ "module": "src/grid-tabulator.definitions.ts"
167
+ }
168
+ },
169
+ {
170
+ "kind": "js",
171
+ "name": "dateTimeValueFormatter",
172
+ "declaration": {
173
+ "name": "dateTimeValueFormatter",
174
+ "module": "src/grid-tabulator.definitions.ts"
175
+ }
176
+ },
177
+ {
178
+ "kind": "js",
179
+ "name": "formatDateExtra",
180
+ "declaration": {
181
+ "name": "formatDateExtra",
182
+ "module": "src/grid-tabulator.definitions.ts"
183
+ }
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "kind": "javascript-module",
189
+ "path": "src/grid-tabulator.styles.ts",
190
+ "declarations": [
191
+ {
192
+ "kind": "variable",
193
+ "name": "gridTabulatorStyles",
194
+ "type": {
195
+ "text": "ElementStyles"
196
+ },
197
+ "default": "css`\n ${tabulatorExternalStockStyles}\n\n :host {\n width: 100%;\n height: 100%;\n }\n\n #grid {\n height: 100%;\n }\n`"
198
+ }
199
+ ],
200
+ "exports": [
201
+ {
202
+ "kind": "js",
203
+ "name": "gridTabulatorStyles",
204
+ "declaration": {
205
+ "name": "gridTabulatorStyles",
206
+ "module": "src/grid-tabulator.styles.ts"
207
+ }
208
+ }
209
+ ]
210
+ },
211
+ {
212
+ "kind": "javascript-module",
213
+ "path": "src/grid-tabulator.template.ts",
214
+ "declarations": [
215
+ {
216
+ "kind": "variable",
217
+ "name": "gridTabulatorTemplate",
218
+ "type": {
219
+ "text": "ViewTemplate"
220
+ },
221
+ "default": "html<GridTabulator>`\n <template>\n <div ${ref('gridDiv')} id=\"grid\"></div>\n </template>\n`"
222
+ }
223
+ ],
224
+ "exports": [
225
+ {
226
+ "kind": "js",
227
+ "name": "gridTabulatorTemplate",
228
+ "declaration": {
229
+ "name": "gridTabulatorTemplate",
230
+ "module": "src/grid-tabulator.template.ts"
231
+ }
232
+ }
233
+ ]
234
+ },
235
+ {
236
+ "kind": "javascript-module",
237
+ "path": "src/grid-tabulator.ts",
238
+ "declarations": [
239
+ {
240
+ "kind": "class",
241
+ "description": "",
242
+ "name": "GridTabulator",
243
+ "members": [
244
+ {
245
+ "kind": "field",
246
+ "name": "grid",
247
+ "type": {
248
+ "text": "Tabulator | undefined"
249
+ }
250
+ },
251
+ {
252
+ "kind": "field",
253
+ "name": "gridDiv",
254
+ "type": {
255
+ "text": "HTMLDivElement"
256
+ }
257
+ },
258
+ {
259
+ "kind": "field",
260
+ "name": "gridFontFace",
261
+ "default": "defaultGridTabulatorFontFace"
262
+ },
263
+ {
264
+ "kind": "field",
265
+ "name": "classNames",
266
+ "type": {
267
+ "text": "string"
268
+ }
269
+ },
270
+ {
271
+ "kind": "field",
272
+ "name": "autoCellRendererByType",
273
+ "type": {
274
+ "text": "boolean"
275
+ },
276
+ "default": "false"
277
+ },
278
+ {
279
+ "kind": "field",
280
+ "name": "onlyTemplateColDefs",
281
+ "type": {
282
+ "text": "boolean"
283
+ },
284
+ "default": "false"
285
+ },
286
+ {
287
+ "kind": "field",
288
+ "name": "persistColumnStateKey",
289
+ "type": {
290
+ "text": "string"
291
+ }
292
+ },
293
+ {
294
+ "kind": "field",
295
+ "name": "rowHeight",
296
+ "type": {
297
+ "text": "number"
298
+ },
299
+ "default": "32"
300
+ },
301
+ {
302
+ "kind": "field",
303
+ "name": "theme",
304
+ "type": {
305
+ "text": "string"
306
+ },
307
+ "default": "'modern'"
308
+ },
309
+ {
310
+ "kind": "method",
311
+ "name": "themeChanged",
312
+ "parameters": [
313
+ {
314
+ "name": "oldValue",
315
+ "type": {
316
+ "text": "string"
317
+ }
318
+ },
319
+ {
320
+ "name": "newValue",
321
+ "type": {
322
+ "text": "string"
323
+ }
324
+ }
325
+ ]
326
+ },
327
+ {
328
+ "kind": "field",
329
+ "name": "rehydrationAttempted",
330
+ "type": {
331
+ "text": "boolean"
332
+ },
333
+ "privacy": "private",
334
+ "default": "false"
335
+ },
336
+ {
337
+ "kind": "field",
338
+ "name": "gridOptions"
339
+ },
340
+ {
341
+ "kind": "field",
342
+ "name": "statePersistanceEnabled",
343
+ "type": {
344
+ "text": "boolean"
345
+ },
346
+ "readonly": true
347
+ },
348
+ {
349
+ "kind": "method",
350
+ "name": "saveGridState"
351
+ },
352
+ {
353
+ "kind": "method",
354
+ "name": "restoreGridState"
355
+ },
356
+ {
357
+ "kind": "method",
358
+ "name": "setFilter",
359
+ "parameters": [
360
+ {
361
+ "name": "column",
362
+ "type": {
363
+ "text": "string"
364
+ },
365
+ "description": "column name"
366
+ },
367
+ {
368
+ "name": "operator",
369
+ "type": {
370
+ "text": "string"
371
+ },
372
+ "description": "filter operator"
373
+ },
374
+ {
375
+ "name": "value",
376
+ "type": {
377
+ "text": "string"
378
+ },
379
+ "description": "filter value"
380
+ },
381
+ {
382
+ "name": "filterParams",
383
+ "optional": true,
384
+ "type": {
385
+ "text": "FilterParams"
386
+ },
387
+ "description": "optional filter params"
388
+ }
389
+ ],
390
+ "description": "Set the Grid client-side filters.",
391
+ "privacy": "public"
392
+ },
393
+ {
394
+ "kind": "method",
395
+ "name": "downloadDataAs",
396
+ "parameters": [
397
+ {
398
+ "name": "type",
399
+ "type": {
400
+ "text": "'csv' | 'json' | 'html'"
401
+ },
402
+ "description": "csv | json | html"
403
+ },
404
+ {
405
+ "name": "fileName",
406
+ "type": {
407
+ "text": "string"
408
+ },
409
+ "description": "name of the file to download"
410
+ },
411
+ {
412
+ "name": "params",
413
+ "optional": true,
414
+ "type": {
415
+ "text": "DownloadOptions"
416
+ },
417
+ "description": "optional download params"
418
+ },
419
+ {
420
+ "name": "filter",
421
+ "optional": true,
422
+ "type": {
423
+ "text": "RowRangeLookup"
424
+ },
425
+ "description": "optional row range lookup filter"
426
+ }
427
+ ],
428
+ "description": "Download the Grid data as a file of the specified type.",
429
+ "privacy": "public"
430
+ },
431
+ {
432
+ "kind": "field",
433
+ "name": "fontFaceDestroy",
434
+ "type": {
435
+ "text": "() => void"
436
+ },
437
+ "privacy": "private"
438
+ },
439
+ {
440
+ "kind": "method",
441
+ "name": "insertFontFace",
442
+ "privacy": "private",
443
+ "parameters": [
444
+ {
445
+ "name": "newValue",
446
+ "type": {
447
+ "text": "GridTabulatorTheme | string"
448
+ }
449
+ }
450
+ ]
451
+ },
452
+ {
453
+ "kind": "method",
454
+ "name": "destroyFontFace",
455
+ "privacy": "private"
456
+ },
457
+ {
458
+ "kind": "method",
459
+ "name": "cloneNode",
460
+ "return": {
461
+ "type": {
462
+ "text": "Node"
463
+ }
464
+ },
465
+ "parameters": [
466
+ {
467
+ "name": "deep",
468
+ "optional": true,
469
+ "type": {
470
+ "text": "boolean"
471
+ }
472
+ }
473
+ ],
474
+ "inheritedFrom": {
475
+ "name": "LifecycleMixin",
476
+ "module": "src/mixins/lifecycle/lifecycle.ts"
477
+ }
478
+ },
479
+ {
480
+ "kind": "method",
481
+ "name": "deepClone",
482
+ "return": {
483
+ "type": {
484
+ "text": "Node"
485
+ }
486
+ },
487
+ "inheritedFrom": {
488
+ "name": "LifecycleMixin",
489
+ "module": "src/mixins/lifecycle/lifecycle.ts"
490
+ }
491
+ },
492
+ {
493
+ "kind": "field",
494
+ "name": "shouldRunDisconnect",
495
+ "return": {
496
+ "type": {
497
+ "text": ""
498
+ }
499
+ },
500
+ "readonly": true,
501
+ "inheritedFrom": {
502
+ "name": "LifecycleMixin",
503
+ "module": "src/mixins/lifecycle/lifecycle.ts"
504
+ }
505
+ },
506
+ {
507
+ "kind": "field",
508
+ "name": "shouldRunConnect",
509
+ "return": {
510
+ "type": {
511
+ "text": ""
512
+ }
513
+ },
514
+ "readonly": true,
515
+ "inheritedFrom": {
516
+ "name": "LifecycleMixin",
517
+ "module": "src/mixins/lifecycle/lifecycle.ts"
518
+ }
519
+ },
520
+ {
521
+ "kind": "method",
522
+ "name": "#_blockLifecycleDueToTokenChange",
523
+ "return": {
524
+ "type": {
525
+ "text": "boolean"
526
+ }
527
+ },
528
+ "parameters": [
529
+ {
530
+ "name": "lifecycleType",
531
+ "type": {
532
+ "text": "Lifecycletype"
533
+ }
534
+ }
535
+ ],
536
+ "inheritedFrom": {
537
+ "name": "LifecycleMixin",
538
+ "module": "src/mixins/lifecycle/lifecycle.ts"
539
+ }
540
+ },
541
+ {
542
+ "kind": "field",
543
+ "name": "_presentation",
544
+ "type": {
545
+ "text": "ComponentPresentation | null | undefined"
546
+ },
547
+ "privacy": "private",
548
+ "default": "void 0",
549
+ "inheritedFrom": {
550
+ "name": "FoundationElement",
551
+ "module": "src/foundation-element/foundation-element.ts"
552
+ }
553
+ },
554
+ {
555
+ "kind": "field",
556
+ "name": "$presentation",
557
+ "type": {
558
+ "text": "ComponentPresentation | null"
559
+ },
560
+ "privacy": "public",
561
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
562
+ "inheritedFrom": {
563
+ "name": "FoundationElement",
564
+ "module": "src/foundation-element/foundation-element.ts"
565
+ }
566
+ },
567
+ {
568
+ "kind": "field",
569
+ "name": "template",
570
+ "type": {
571
+ "text": "ElementViewTemplate | void | null"
572
+ },
573
+ "privacy": "public",
574
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
575
+ "inheritedFrom": {
576
+ "name": "FoundationElement",
577
+ "module": "src/foundation-element/foundation-element.ts"
578
+ }
579
+ },
580
+ {
581
+ "kind": "method",
582
+ "name": "templateChanged",
583
+ "privacy": "protected",
584
+ "return": {
585
+ "type": {
586
+ "text": "void"
587
+ }
588
+ },
589
+ "inheritedFrom": {
590
+ "name": "FoundationElement",
591
+ "module": "src/foundation-element/foundation-element.ts"
592
+ }
593
+ },
594
+ {
595
+ "kind": "field",
596
+ "name": "styles",
597
+ "type": {
598
+ "text": "ElementStyles | void | null"
599
+ },
600
+ "privacy": "public",
601
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
602
+ "inheritedFrom": {
603
+ "name": "FoundationElement",
604
+ "module": "src/foundation-element/foundation-element.ts"
605
+ }
606
+ },
607
+ {
608
+ "kind": "method",
609
+ "name": "stylesChanged",
610
+ "privacy": "protected",
611
+ "return": {
612
+ "type": {
613
+ "text": "void"
614
+ }
615
+ },
616
+ "inheritedFrom": {
617
+ "name": "FoundationElement",
618
+ "module": "src/foundation-element/foundation-element.ts"
619
+ }
620
+ },
621
+ {
622
+ "kind": "method",
623
+ "name": "compose",
624
+ "privacy": "public",
625
+ "static": true,
626
+ "return": {
627
+ "type": {
628
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
629
+ }
630
+ },
631
+ "parameters": [
632
+ {
633
+ "name": "this",
634
+ "type": {
635
+ "text": "K"
636
+ }
637
+ },
638
+ {
639
+ "name": "elementDefinition",
640
+ "type": {
641
+ "text": "T"
642
+ },
643
+ "description": "The definition of the element to create the registry\nfunction for."
644
+ }
645
+ ],
646
+ "description": "Defines an element registry function with a set of element definition defaults.",
647
+ "inheritedFrom": {
648
+ "name": "FoundationElement",
649
+ "module": "src/foundation-element/foundation-element.ts"
650
+ }
651
+ }
652
+ ],
653
+ "attributes": [
654
+ {
655
+ "name": "auto-cell-renderer-by-type",
656
+ "type": {
657
+ "text": "boolean"
658
+ },
659
+ "default": "false",
660
+ "fieldName": "autoCellRendererByType"
661
+ },
662
+ {
663
+ "name": "only-template-col-defs",
664
+ "type": {
665
+ "text": "boolean"
666
+ },
667
+ "default": "false",
668
+ "fieldName": "onlyTemplateColDefs"
669
+ },
670
+ {
671
+ "name": "persist-column-state-key",
672
+ "type": {
673
+ "text": "string"
674
+ },
675
+ "fieldName": "persistColumnStateKey"
676
+ },
677
+ {
678
+ "name": "rowHeight",
679
+ "type": {
680
+ "text": "number"
681
+ },
682
+ "default": "defaultRowHeight",
683
+ "resolveInitializer": {
684
+ "module": "src/grid-tabulator.ts"
685
+ },
686
+ "fieldName": "rowHeight"
687
+ },
688
+ {
689
+ "name": "theme",
690
+ "type": {
691
+ "text": "string"
692
+ },
693
+ "default": "'modern'",
694
+ "fieldName": "theme"
695
+ }
696
+ ],
697
+ "mixins": [
698
+ {
699
+ "name": "LifecycleMixin",
700
+ "package": "@genesislcap/foundation-utils"
701
+ }
702
+ ],
703
+ "superclass": {
704
+ "name": "FoundationElement",
705
+ "package": "@microsoft/fast-foundation"
706
+ },
707
+ "tagName": "%%prefix%%-grid-tabulator",
708
+ "customElement": true
709
+ },
710
+ {
711
+ "kind": "variable",
712
+ "name": "gridTabulatorShadowOptions",
713
+ "type": {
714
+ "text": "ShadowRootInit"
715
+ },
716
+ "default": "undefined"
717
+ },
718
+ {
719
+ "kind": "variable",
720
+ "name": "defaultGridTabulatorConfig",
721
+ "type": {
722
+ "text": "object"
723
+ },
724
+ "default": "{\n shadowOptions: undefined,\n}"
725
+ },
726
+ {
727
+ "kind": "variable",
728
+ "name": "foundationGridTabulator",
729
+ "description": "The Foundation GridTabulator"
730
+ }
731
+ ],
732
+ "exports": [
733
+ {
734
+ "kind": "js",
735
+ "name": "GridTabulator",
736
+ "declaration": {
737
+ "name": "GridTabulator",
738
+ "module": "src/grid-tabulator.ts"
739
+ }
740
+ },
741
+ {
742
+ "kind": "js",
743
+ "name": "gridTabulatorShadowOptions",
744
+ "declaration": {
745
+ "name": "gridTabulatorShadowOptions",
746
+ "module": "src/grid-tabulator.ts"
747
+ }
748
+ },
749
+ {
750
+ "kind": "js",
751
+ "name": "defaultGridTabulatorConfig",
752
+ "declaration": {
753
+ "name": "defaultGridTabulatorConfig",
754
+ "module": "src/grid-tabulator.ts"
755
+ }
756
+ },
757
+ {
758
+ "kind": "js",
759
+ "name": "foundationGridTabulator",
760
+ "declaration": {
761
+ "name": "foundationGridTabulator",
762
+ "module": "src/grid-tabulator.ts"
763
+ }
764
+ }
765
+ ]
766
+ },
767
+ {
768
+ "kind": "javascript-module",
769
+ "path": "src/grid-tabulator.types.ts",
770
+ "declarations": [
771
+ {
772
+ "kind": "function",
773
+ "name": "themeTokenMapClassname",
774
+ "parameters": [
775
+ {
776
+ "name": "themeName",
777
+ "type": {
778
+ "text": "string"
779
+ }
780
+ }
781
+ ]
782
+ },
783
+ {
784
+ "kind": "function",
785
+ "name": "themeFontsId",
786
+ "parameters": [
787
+ {
788
+ "name": "themeName",
789
+ "type": {
790
+ "text": "string"
791
+ }
792
+ }
793
+ ]
794
+ },
795
+ {
796
+ "kind": "function",
797
+ "name": "themeTokenMapCSS",
798
+ "parameters": [
799
+ {
800
+ "name": "themeName",
801
+ "type": {
802
+ "text": "string"
803
+ }
804
+ },
805
+ {
806
+ "name": "tokenMap",
807
+ "type": {
808
+ "text": "CSSVarTokenMap<any>"
809
+ }
810
+ }
811
+ ]
812
+ }
813
+ ],
814
+ "exports": [
815
+ {
816
+ "kind": "js",
817
+ "name": "themeTokenMapClassname",
818
+ "declaration": {
819
+ "name": "themeTokenMapClassname",
820
+ "module": "src/grid-tabulator.types.ts"
821
+ }
822
+ },
823
+ {
824
+ "kind": "js",
825
+ "name": "themeFontsId",
826
+ "declaration": {
827
+ "name": "themeFontsId",
828
+ "module": "src/grid-tabulator.types.ts"
829
+ }
830
+ },
831
+ {
832
+ "kind": "js",
833
+ "name": "themeTokenMapCSS",
834
+ "declaration": {
835
+ "name": "themeTokenMapCSS",
836
+ "module": "src/grid-tabulator.types.ts"
837
+ }
838
+ }
839
+ ]
840
+ },
841
+ {
842
+ "kind": "javascript-module",
843
+ "path": "src/index.federated.ts",
844
+ "declarations": [],
845
+ "exports": []
846
+ },
847
+ {
848
+ "kind": "javascript-module",
849
+ "path": "src/index.ts",
850
+ "declarations": [],
851
+ "exports": [
852
+ {
853
+ "kind": "js",
854
+ "name": "*",
855
+ "declaration": {
856
+ "name": "*",
857
+ "package": "./grid-tabulator.definitions"
858
+ }
859
+ },
860
+ {
861
+ "kind": "js",
862
+ "name": "*",
863
+ "declaration": {
864
+ "name": "*",
865
+ "package": "./grid-tabulator.styles"
866
+ }
867
+ },
868
+ {
869
+ "kind": "js",
870
+ "name": "*",
871
+ "declaration": {
872
+ "name": "*",
873
+ "package": "./grid-tabulator.template"
874
+ }
875
+ },
876
+ {
877
+ "kind": "js",
878
+ "name": "*",
879
+ "declaration": {
880
+ "name": "*",
881
+ "package": "./grid-tabulator.types"
882
+ }
883
+ },
884
+ {
885
+ "kind": "js",
886
+ "name": "*",
887
+ "declaration": {
888
+ "name": "*",
889
+ "package": "./grid-tabulator"
890
+ }
891
+ },
892
+ {
893
+ "kind": "js",
894
+ "name": "*",
895
+ "declaration": {
896
+ "name": "*",
897
+ "package": "./external"
898
+ }
899
+ },
900
+ {
901
+ "kind": "js",
902
+ "name": "*",
903
+ "declaration": {
904
+ "name": "*",
905
+ "package": "./style"
906
+ }
907
+ },
908
+ {
909
+ "kind": "js",
910
+ "name": "*",
911
+ "declaration": {
912
+ "name": "*",
913
+ "package": "./cell"
914
+ }
915
+ },
916
+ {
917
+ "kind": "js",
918
+ "name": "*",
919
+ "declaration": {
920
+ "name": "*",
921
+ "package": "./cell-renderers"
922
+ }
923
+ },
924
+ {
925
+ "kind": "js",
926
+ "name": "*",
927
+ "declaration": {
928
+ "name": "*",
929
+ "package": "./column"
930
+ }
931
+ },
932
+ {
933
+ "kind": "js",
934
+ "name": "*",
935
+ "declaration": {
936
+ "name": "*",
937
+ "package": "./datasource"
938
+ }
939
+ },
940
+ {
941
+ "kind": "js",
942
+ "name": "*",
943
+ "declaration": {
944
+ "name": "*",
945
+ "package": "./grid-tabulator.components"
946
+ }
947
+ },
948
+ {
949
+ "kind": "js",
950
+ "name": "*",
951
+ "declaration": {
952
+ "name": "*",
953
+ "package": "./utils"
954
+ }
955
+ }
956
+ ]
957
+ },
958
+ {
959
+ "kind": "javascript-module",
960
+ "path": "src/cell/index.ts",
961
+ "declarations": [],
962
+ "exports": []
963
+ },
964
+ {
965
+ "kind": "javascript-module",
966
+ "path": "src/column/index.ts",
967
+ "declarations": [],
968
+ "exports": []
969
+ },
970
+ {
971
+ "kind": "javascript-module",
972
+ "path": "src/datasource/client-side.datasource.ts",
973
+ "declarations": [
974
+ {
975
+ "kind": "class",
976
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
977
+ "name": "GridTabulatorClientSideDatasource",
978
+ "members": [
979
+ {
980
+ "kind": "field",
981
+ "name": "auth",
982
+ "type": {
983
+ "text": "Auth"
984
+ }
985
+ },
986
+ {
987
+ "kind": "field",
988
+ "name": "connect",
989
+ "type": {
990
+ "text": "Connect"
991
+ }
992
+ },
993
+ {
994
+ "kind": "field",
995
+ "name": "datasource",
996
+ "type": {
997
+ "text": "Datasource"
998
+ }
999
+ },
1000
+ {
1001
+ "kind": "field",
1002
+ "name": "deferredGridOptions",
1003
+ "type": {
1004
+ "text": "Options"
1005
+ }
1006
+ },
1007
+ {
1008
+ "kind": "field",
1009
+ "name": "criteria",
1010
+ "type": {
1011
+ "text": "string"
1012
+ }
1013
+ },
1014
+ {
1015
+ "kind": "method",
1016
+ "name": "criteriaChanged",
1017
+ "parameters": [
1018
+ {
1019
+ "name": "oldCriteria",
1020
+ "type": {
1021
+ "text": "string"
1022
+ }
1023
+ },
1024
+ {
1025
+ "name": "newCriteria",
1026
+ "type": {
1027
+ "text": "string"
1028
+ }
1029
+ }
1030
+ ]
1031
+ },
1032
+ {
1033
+ "kind": "field",
1034
+ "name": "fields",
1035
+ "type": {
1036
+ "text": "string"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "field",
1041
+ "name": "isSnapshot",
1042
+ "type": {
1043
+ "text": "boolean"
1044
+ },
1045
+ "default": "false"
1046
+ },
1047
+ {
1048
+ "kind": "field",
1049
+ "name": "maxRows",
1050
+ "type": {
1051
+ "text": "number"
1052
+ }
1053
+ },
1054
+ {
1055
+ "kind": "field",
1056
+ "name": "maxView",
1057
+ "type": {
1058
+ "text": "number"
1059
+ }
1060
+ },
1061
+ {
1062
+ "kind": "field",
1063
+ "name": "pollingInterval",
1064
+ "type": {
1065
+ "text": "number"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "field",
1070
+ "name": "movingView",
1071
+ "type": {
1072
+ "text": "boolean"
1073
+ },
1074
+ "default": "false"
1075
+ },
1076
+ {
1077
+ "kind": "field",
1078
+ "name": "orderBy",
1079
+ "type": {
1080
+ "text": "string"
1081
+ }
1082
+ },
1083
+ {
1084
+ "kind": "field",
1085
+ "name": "request",
1086
+ "type": {
1087
+ "text": "any"
1088
+ }
1089
+ },
1090
+ {
1091
+ "kind": "field",
1092
+ "name": "resourceName",
1093
+ "type": {
1094
+ "text": "string"
1095
+ }
1096
+ },
1097
+ {
1098
+ "kind": "method",
1099
+ "name": "resourceNameChanged",
1100
+ "parameters": [
1101
+ {
1102
+ "name": "oldValue",
1103
+ "type": {
1104
+ "text": "string"
1105
+ }
1106
+ },
1107
+ {
1108
+ "name": "newValue",
1109
+ "type": {
1110
+ "text": "string"
1111
+ }
1112
+ }
1113
+ ]
1114
+ },
1115
+ {
1116
+ "kind": "field",
1117
+ "name": "reverse",
1118
+ "type": {
1119
+ "text": "boolean"
1120
+ },
1121
+ "default": "false"
1122
+ },
1123
+ {
1124
+ "kind": "field",
1125
+ "name": "rowIdAttr",
1126
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
1127
+ },
1128
+ {
1129
+ "kind": "field",
1130
+ "name": "restartOnReconnection",
1131
+ "type": {
1132
+ "text": "boolean"
1133
+ },
1134
+ "default": "false"
1135
+ },
1136
+ {
1137
+ "kind": "field",
1138
+ "name": "rowDataMapper",
1139
+ "type": {
1140
+ "text": "Function"
1141
+ },
1142
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
1143
+ },
1144
+ {
1145
+ "kind": "field",
1146
+ "name": "dataSub",
1147
+ "type": {
1148
+ "text": "Subscription"
1149
+ },
1150
+ "privacy": "private"
1151
+ },
1152
+ {
1153
+ "kind": "field",
1154
+ "name": "updateSub",
1155
+ "type": {
1156
+ "text": "Subscription"
1157
+ },
1158
+ "privacy": "private"
1159
+ },
1160
+ {
1161
+ "kind": "field",
1162
+ "name": "connectionSub",
1163
+ "type": {
1164
+ "text": "Subscription"
1165
+ },
1166
+ "privacy": "private"
1167
+ },
1168
+ {
1169
+ "kind": "field",
1170
+ "name": "isRequestServer",
1171
+ "type": {
1172
+ "text": "boolean"
1173
+ },
1174
+ "privacy": "private",
1175
+ "default": "false"
1176
+ },
1177
+ {
1178
+ "kind": "field",
1179
+ "name": "requiresFullRowDataAndColDefs",
1180
+ "type": {
1181
+ "text": "boolean"
1182
+ },
1183
+ "privacy": "private",
1184
+ "default": "true"
1185
+ },
1186
+ {
1187
+ "kind": "field",
1188
+ "name": "dataSubWasLoggedOff",
1189
+ "type": {
1190
+ "text": "boolean"
1191
+ },
1192
+ "privacy": "private",
1193
+ "default": "false"
1194
+ },
1195
+ {
1196
+ "kind": "field",
1197
+ "name": "rows",
1198
+ "type": {
1199
+ "text": "Map<string, any>"
1200
+ },
1201
+ "privacy": "private",
1202
+ "default": "new Map()"
1203
+ },
1204
+ {
1205
+ "kind": "field",
1206
+ "name": "gridTransaction",
1207
+ "type": {
1208
+ "text": "RowDataTransaction"
1209
+ },
1210
+ "privacy": "private"
1211
+ },
1212
+ {
1213
+ "kind": "field",
1214
+ "name": "sourceRef",
1215
+ "type": {
1216
+ "text": "string"
1217
+ },
1218
+ "privacy": "private"
1219
+ },
1220
+ {
1221
+ "kind": "field",
1222
+ "name": "criteriaFromFilters",
1223
+ "type": {
1224
+ "text": "Map<string, string>"
1225
+ },
1226
+ "privacy": "private",
1227
+ "default": "new Map()"
1228
+ },
1229
+ {
1230
+ "kind": "field",
1231
+ "name": "update",
1232
+ "type": {
1233
+ "text": "BehaviorSubject<Map<string, string>>"
1234
+ },
1235
+ "privacy": "private",
1236
+ "default": "new BehaviorSubject(new Map())"
1237
+ },
1238
+ {
1239
+ "kind": "method",
1240
+ "name": "deepClone",
1241
+ "return": {
1242
+ "type": {
1243
+ "text": "Node"
1244
+ }
1245
+ },
1246
+ "inheritedFrom": {
1247
+ "name": "LifecycleMixin",
1248
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1249
+ }
1250
+ },
1251
+ {
1252
+ "kind": "field",
1253
+ "name": "gridTabulator",
1254
+ "type": {
1255
+ "text": "GridTabulator | null"
1256
+ },
1257
+ "privacy": "private",
1258
+ "readonly": true
1259
+ },
1260
+ {
1261
+ "kind": "method",
1262
+ "name": "init",
1263
+ "description": "Initializes the datasource.",
1264
+ "privacy": "public"
1265
+ },
1266
+ {
1267
+ "kind": "method",
1268
+ "name": "deinit",
1269
+ "description": "Deinitialises the datasource, resetting it to its initial state.",
1270
+ "privacy": "public"
1271
+ },
1272
+ {
1273
+ "kind": "method",
1274
+ "name": "reset",
1275
+ "description": "Resets the datasource to its initial state.",
1276
+ "privacy": "public",
1277
+ "deprecated": "Use `deinit` instead"
1278
+ },
1279
+ {
1280
+ "kind": "method",
1281
+ "name": "restart",
1282
+ "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
1283
+ "privacy": "public"
1284
+ },
1285
+ {
1286
+ "kind": "method",
1287
+ "name": "refreshRows",
1288
+ "description": "Force the grid to redispatch the current rows"
1289
+ },
1290
+ {
1291
+ "kind": "method",
1292
+ "name": "handleSnapshot",
1293
+ "privacy": "private",
1294
+ "parameters": [
1295
+ {
1296
+ "name": "result"
1297
+ }
1298
+ ]
1299
+ },
1300
+ {
1301
+ "kind": "method",
1302
+ "name": "datasourceOptions",
1303
+ "privacy": "private",
1304
+ "return": {
1305
+ "type": {
1306
+ "text": "DatasourceOptions"
1307
+ }
1308
+ }
1309
+ },
1310
+ {
1311
+ "kind": "method",
1312
+ "name": "handleStreamResult",
1313
+ "privacy": "private",
1314
+ "parameters": [
1315
+ {
1316
+ "name": "result",
1317
+ "type": {
1318
+ "text": "FilteredDataServerResult | RequestServerResult"
1319
+ }
1320
+ }
1321
+ ]
1322
+ },
1323
+ {
1324
+ "kind": "method",
1325
+ "name": "applyRequestServerData",
1326
+ "privacy": "private",
1327
+ "parameters": [
1328
+ {
1329
+ "name": "requestServerResult",
1330
+ "type": {
1331
+ "text": "RequestServerResult"
1332
+ }
1333
+ }
1334
+ ]
1335
+ },
1336
+ {
1337
+ "kind": "method",
1338
+ "name": "applyDataserverData",
1339
+ "privacy": "private",
1340
+ "parameters": [
1341
+ {
1342
+ "name": "dataServerResult",
1343
+ "type": {
1344
+ "text": "FilteredDataServerResult"
1345
+ }
1346
+ }
1347
+ ]
1348
+ },
1349
+ {
1350
+ "kind": "method",
1351
+ "name": "applyTransaction",
1352
+ "privacy": "private"
1353
+ },
1354
+ {
1355
+ "kind": "method",
1356
+ "name": "mapTransaction",
1357
+ "privacy": "private",
1358
+ "parameters": [
1359
+ {
1360
+ "name": "transaction",
1361
+ "type": {
1362
+ "text": "RowDataTransaction"
1363
+ }
1364
+ }
1365
+ ]
1366
+ },
1367
+ {
1368
+ "kind": "method",
1369
+ "name": "handleStreamInserts",
1370
+ "privacy": "private",
1371
+ "parameters": [
1372
+ {
1373
+ "name": "insertedRows",
1374
+ "type": {
1375
+ "text": "any[]"
1376
+ }
1377
+ }
1378
+ ]
1379
+ },
1380
+ {
1381
+ "kind": "method",
1382
+ "name": "handleStreamDeletes",
1383
+ "privacy": "private",
1384
+ "parameters": [
1385
+ {
1386
+ "name": "deletedRows",
1387
+ "type": {
1388
+ "text": "any[]"
1389
+ }
1390
+ }
1391
+ ]
1392
+ },
1393
+ {
1394
+ "kind": "method",
1395
+ "name": "handleStreamUpdates",
1396
+ "privacy": "private",
1397
+ "parameters": [
1398
+ {
1399
+ "name": "updatedRows",
1400
+ "type": {
1401
+ "text": "any[]"
1402
+ }
1403
+ }
1404
+ ]
1405
+ },
1406
+ {
1407
+ "kind": "method",
1408
+ "name": "buildCriteria",
1409
+ "privacy": "private",
1410
+ "return": {
1411
+ "type": {
1412
+ "text": "string"
1413
+ }
1414
+ }
1415
+ },
1416
+ {
1417
+ "kind": "method",
1418
+ "name": "setFilter",
1419
+ "privacy": "public",
1420
+ "parameters": [
1421
+ {
1422
+ "name": "fieldName",
1423
+ "type": {
1424
+ "text": "string"
1425
+ }
1426
+ },
1427
+ {
1428
+ "name": "newFilter",
1429
+ "type": {
1430
+ "text": "string"
1431
+ }
1432
+ }
1433
+ ]
1434
+ },
1435
+ {
1436
+ "kind": "method",
1437
+ "name": "removeFilter",
1438
+ "privacy": "public",
1439
+ "parameters": [
1440
+ {
1441
+ "name": "fieldName",
1442
+ "type": {
1443
+ "text": "string"
1444
+ }
1445
+ }
1446
+ ]
1447
+ },
1448
+ {
1449
+ "kind": "method",
1450
+ "name": "cloneNode",
1451
+ "return": {
1452
+ "type": {
1453
+ "text": "Node"
1454
+ }
1455
+ },
1456
+ "parameters": [
1457
+ {
1458
+ "name": "deep",
1459
+ "optional": true,
1460
+ "type": {
1461
+ "text": "boolean"
1462
+ }
1463
+ }
1464
+ ],
1465
+ "inheritedFrom": {
1466
+ "name": "LifecycleMixin",
1467
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1468
+ }
1469
+ },
1470
+ {
1471
+ "kind": "field",
1472
+ "name": "shouldRunDisconnect",
1473
+ "return": {
1474
+ "type": {
1475
+ "text": ""
1476
+ }
1477
+ },
1478
+ "readonly": true,
1479
+ "inheritedFrom": {
1480
+ "name": "LifecycleMixin",
1481
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1482
+ }
1483
+ },
1484
+ {
1485
+ "kind": "field",
1486
+ "name": "shouldRunConnect",
1487
+ "return": {
1488
+ "type": {
1489
+ "text": ""
1490
+ }
1491
+ },
1492
+ "readonly": true,
1493
+ "inheritedFrom": {
1494
+ "name": "LifecycleMixin",
1495
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1496
+ }
1497
+ },
1498
+ {
1499
+ "kind": "method",
1500
+ "name": "#_blockLifecycleDueToTokenChange",
1501
+ "return": {
1502
+ "type": {
1503
+ "text": "boolean"
1504
+ }
1505
+ },
1506
+ "parameters": [
1507
+ {
1508
+ "name": "lifecycleType",
1509
+ "type": {
1510
+ "text": "Lifecycletype"
1511
+ }
1512
+ }
1513
+ ],
1514
+ "inheritedFrom": {
1515
+ "name": "LifecycleMixin",
1516
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1517
+ }
1518
+ },
1519
+ {
1520
+ "kind": "field",
1521
+ "name": "_presentation",
1522
+ "type": {
1523
+ "text": "ComponentPresentation | null | undefined"
1524
+ },
1525
+ "privacy": "private",
1526
+ "default": "void 0",
1527
+ "inheritedFrom": {
1528
+ "name": "FoundationElement",
1529
+ "module": "src/foundation-element/foundation-element.ts"
1530
+ }
1531
+ },
1532
+ {
1533
+ "kind": "field",
1534
+ "name": "$presentation",
1535
+ "type": {
1536
+ "text": "ComponentPresentation | null"
1537
+ },
1538
+ "privacy": "public",
1539
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1540
+ "inheritedFrom": {
1541
+ "name": "FoundationElement",
1542
+ "module": "src/foundation-element/foundation-element.ts"
1543
+ }
1544
+ },
1545
+ {
1546
+ "kind": "field",
1547
+ "name": "template",
1548
+ "type": {
1549
+ "text": "ElementViewTemplate | void | null"
1550
+ },
1551
+ "privacy": "public",
1552
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1553
+ "inheritedFrom": {
1554
+ "name": "FoundationElement",
1555
+ "module": "src/foundation-element/foundation-element.ts"
1556
+ }
1557
+ },
1558
+ {
1559
+ "kind": "method",
1560
+ "name": "templateChanged",
1561
+ "privacy": "protected",
1562
+ "return": {
1563
+ "type": {
1564
+ "text": "void"
1565
+ }
1566
+ },
1567
+ "inheritedFrom": {
1568
+ "name": "FoundationElement",
1569
+ "module": "src/foundation-element/foundation-element.ts"
1570
+ }
1571
+ },
1572
+ {
1573
+ "kind": "field",
1574
+ "name": "styles",
1575
+ "type": {
1576
+ "text": "ElementStyles | void | null"
1577
+ },
1578
+ "privacy": "public",
1579
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1580
+ "inheritedFrom": {
1581
+ "name": "FoundationElement",
1582
+ "module": "src/foundation-element/foundation-element.ts"
1583
+ }
1584
+ },
1585
+ {
1586
+ "kind": "method",
1587
+ "name": "stylesChanged",
1588
+ "privacy": "protected",
1589
+ "return": {
1590
+ "type": {
1591
+ "text": "void"
1592
+ }
1593
+ },
1594
+ "inheritedFrom": {
1595
+ "name": "FoundationElement",
1596
+ "module": "src/foundation-element/foundation-element.ts"
1597
+ }
1598
+ },
1599
+ {
1600
+ "kind": "method",
1601
+ "name": "compose",
1602
+ "privacy": "public",
1603
+ "static": true,
1604
+ "return": {
1605
+ "type": {
1606
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1607
+ }
1608
+ },
1609
+ "parameters": [
1610
+ {
1611
+ "name": "this",
1612
+ "type": {
1613
+ "text": "K"
1614
+ }
1615
+ },
1616
+ {
1617
+ "name": "elementDefinition",
1618
+ "type": {
1619
+ "text": "T"
1620
+ },
1621
+ "description": "The definition of the element to create the registry\nfunction for."
1622
+ }
1623
+ ],
1624
+ "description": "Defines an element registry function with a set of element definition defaults.",
1625
+ "inheritedFrom": {
1626
+ "name": "FoundationElement",
1627
+ "module": "src/foundation-element/foundation-element.ts"
1628
+ }
1629
+ }
1630
+ ],
1631
+ "attributes": [
1632
+ {
1633
+ "name": "criteria",
1634
+ "type": {
1635
+ "text": "string"
1636
+ },
1637
+ "fieldName": "criteria"
1638
+ },
1639
+ {
1640
+ "name": "fields",
1641
+ "type": {
1642
+ "text": "string"
1643
+ },
1644
+ "fieldName": "fields"
1645
+ },
1646
+ {
1647
+ "name": "is-snapshot",
1648
+ "type": {
1649
+ "text": "boolean"
1650
+ },
1651
+ "default": "false",
1652
+ "fieldName": "isSnapshot"
1653
+ },
1654
+ {
1655
+ "name": "max-rows",
1656
+ "type": {
1657
+ "text": "number"
1658
+ },
1659
+ "fieldName": "maxRows"
1660
+ },
1661
+ {
1662
+ "name": "max-view",
1663
+ "type": {
1664
+ "text": "number"
1665
+ },
1666
+ "fieldName": "maxView"
1667
+ },
1668
+ {
1669
+ "name": "polling-interval",
1670
+ "type": {
1671
+ "text": "number"
1672
+ },
1673
+ "fieldName": "pollingInterval"
1674
+ },
1675
+ {
1676
+ "name": "moving-view",
1677
+ "type": {
1678
+ "text": "boolean"
1679
+ },
1680
+ "default": "false",
1681
+ "fieldName": "movingView"
1682
+ },
1683
+ {
1684
+ "name": "order-by",
1685
+ "type": {
1686
+ "text": "string"
1687
+ },
1688
+ "fieldName": "orderBy"
1689
+ },
1690
+ {
1691
+ "name": "resource-name",
1692
+ "type": {
1693
+ "text": "string"
1694
+ },
1695
+ "fieldName": "resourceName"
1696
+ },
1697
+ {
1698
+ "type": {
1699
+ "text": "boolean"
1700
+ },
1701
+ "default": "false",
1702
+ "fieldName": "reverse"
1703
+ },
1704
+ {
1705
+ "name": "row-id",
1706
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
1707
+ "fieldName": "rowIdAttr"
1708
+ },
1709
+ {
1710
+ "name": "restart-on-reconnection",
1711
+ "type": {
1712
+ "text": "boolean"
1713
+ },
1714
+ "default": "false",
1715
+ "fieldName": "restartOnReconnection"
1716
+ }
1717
+ ],
1718
+ "mixins": [
1719
+ {
1720
+ "name": "LifecycleMixin",
1721
+ "package": "@genesislcap/foundation-utils"
1722
+ }
1723
+ ],
1724
+ "superclass": {
1725
+ "name": "FoundationElement",
1726
+ "package": "@microsoft/fast-foundation"
1727
+ },
1728
+ "tagName": "grid-tabulator-client-side-datasource",
1729
+ "customElement": true
1730
+ }
1731
+ ],
1732
+ "exports": [
1733
+ {
1734
+ "kind": "js",
1735
+ "name": "GridTabulatorClientSideDatasource",
1736
+ "declaration": {
1737
+ "name": "GridTabulatorClientSideDatasource",
1738
+ "module": "src/datasource/client-side.datasource.ts"
1739
+ }
1740
+ },
1741
+ {
1742
+ "kind": "custom-element-definition",
1743
+ "name": "grid-tabulator-client-side-datasource",
1744
+ "declaration": {
1745
+ "name": "GridTabulatorClientSideDatasource",
1746
+ "module": "src/datasource/client-side.datasource.ts"
1747
+ }
1748
+ }
1749
+ ]
1750
+ },
1751
+ {
1752
+ "kind": "javascript-module",
1753
+ "path": "src/datasource/index.ts",
1754
+ "declarations": [],
1755
+ "exports": [
1756
+ {
1757
+ "kind": "js",
1758
+ "name": "*",
1759
+ "declaration": {
1760
+ "name": "*",
1761
+ "package": "./client-side.datasource"
1762
+ }
1763
+ }
1764
+ ]
1765
+ },
1766
+ {
1767
+ "kind": "javascript-module",
1768
+ "path": "src/cell-renderers/index.ts",
1769
+ "declarations": [],
1770
+ "exports": []
1771
+ },
1772
+ {
1773
+ "kind": "javascript-module",
1774
+ "path": "src/external/fonts.ts",
1775
+ "declarations": [
1776
+ {
1777
+ "kind": "variable",
1778
+ "name": "tabulatorDefaultFontFace",
1779
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
1780
+ },
1781
+ {
1782
+ "kind": "variable",
1783
+ "name": "tabulatorRapidFontFace",
1784
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
1785
+ },
1786
+ {
1787
+ "kind": "variable",
1788
+ "name": "gridThemeFontFaceMap",
1789
+ "type": {
1790
+ "text": "GridThemeFontFaceMap"
1791
+ },
1792
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
1793
+ },
1794
+ {
1795
+ "kind": "variable",
1796
+ "name": "defaultGridTabulatorFontFace",
1797
+ "default": "tabulatorDefaultFontFace"
1798
+ }
1799
+ ],
1800
+ "exports": [
1801
+ {
1802
+ "kind": "js",
1803
+ "name": "tabulatorDefaultFontFace",
1804
+ "declaration": {
1805
+ "name": "tabulatorDefaultFontFace",
1806
+ "module": "src/external/fonts.ts"
1807
+ }
1808
+ },
1809
+ {
1810
+ "kind": "js",
1811
+ "name": "tabulatorRapidFontFace",
1812
+ "declaration": {
1813
+ "name": "tabulatorRapidFontFace",
1814
+ "module": "src/external/fonts.ts"
1815
+ }
1816
+ },
1817
+ {
1818
+ "kind": "js",
1819
+ "name": "gridThemeFontFaceMap",
1820
+ "declaration": {
1821
+ "name": "gridThemeFontFaceMap",
1822
+ "module": "src/external/fonts.ts"
1823
+ }
1824
+ },
1825
+ {
1826
+ "kind": "js",
1827
+ "name": "defaultGridTabulatorFontFace",
1828
+ "declaration": {
1829
+ "name": "defaultGridTabulatorFontFace",
1830
+ "module": "src/external/fonts.ts"
1831
+ }
1832
+ }
1833
+ ]
1834
+ },
1835
+ {
1836
+ "kind": "javascript-module",
1837
+ "path": "src/external/index.ts",
1838
+ "declarations": [
1839
+ {
1840
+ "kind": "variable",
1841
+ "name": "tabulatorExternalStockStyles",
1842
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`"
1843
+ }
1844
+ ],
1845
+ "exports": [
1846
+ {
1847
+ "kind": "js",
1848
+ "name": "tabulatorExternalStockStyles",
1849
+ "declaration": {
1850
+ "name": "tabulatorExternalStockStyles",
1851
+ "module": "src/external/index.ts"
1852
+ }
1853
+ },
1854
+ {
1855
+ "kind": "js",
1856
+ "name": "tabulatorThemeSimpleCSS",
1857
+ "declaration": {
1858
+ "name": "tabulatorThemeSimpleCSS",
1859
+ "module": "src/external/index.ts"
1860
+ }
1861
+ }
1862
+ ]
1863
+ },
1864
+ {
1865
+ "kind": "javascript-module",
1866
+ "path": "src/external/tabulator-theme-simple-css.ts",
1867
+ "declarations": [
1868
+ {
1869
+ "kind": "variable",
1870
+ "name": "tabulatorThemeSimpleCSS",
1871
+ "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n background-color: #fff;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2 !important;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n padding: 4px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-block;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`"
1872
+ }
1873
+ ],
1874
+ "exports": [
1875
+ {
1876
+ "kind": "js",
1877
+ "name": "tabulatorThemeSimpleCSS",
1878
+ "declaration": {
1879
+ "name": "tabulatorThemeSimpleCSS",
1880
+ "module": "src/external/tabulator-theme-simple-css.ts"
1881
+ }
1882
+ }
1883
+ ]
1884
+ },
1885
+ {
1886
+ "kind": "javascript-module",
1887
+ "path": "src/style/colors.ts",
1888
+ "declarations": [],
1889
+ "exports": []
1890
+ },
1891
+ {
1892
+ "kind": "javascript-module",
1893
+ "path": "src/style/index.ts",
1894
+ "declarations": [],
1895
+ "exports": [
1896
+ {
1897
+ "kind": "js",
1898
+ "name": "*",
1899
+ "declaration": {
1900
+ "name": "*",
1901
+ "package": "./colors"
1902
+ }
1903
+ },
1904
+ {
1905
+ "kind": "js",
1906
+ "name": "*",
1907
+ "declaration": {
1908
+ "name": "*",
1909
+ "package": "./tokens"
1910
+ }
1911
+ }
1912
+ ]
1913
+ },
1914
+ {
1915
+ "kind": "javascript-module",
1916
+ "path": "src/style/tokens.ts",
1917
+ "declarations": [],
1918
+ "exports": []
1919
+ },
1920
+ {
1921
+ "kind": "javascript-module",
1922
+ "path": "src/utils/index.ts",
1923
+ "declarations": [],
1924
+ "exports": [
1925
+ {
1926
+ "kind": "js",
1927
+ "name": "*",
1928
+ "declaration": {
1929
+ "name": "*",
1930
+ "package": "./logger"
1931
+ }
1932
+ }
1933
+ ]
1934
+ },
1935
+ {
1936
+ "kind": "javascript-module",
1937
+ "path": "src/utils/logger.ts",
1938
+ "declarations": [
1939
+ {
1940
+ "kind": "variable",
1941
+ "name": "logger"
1942
+ }
1943
+ ],
1944
+ "exports": [
1945
+ {
1946
+ "kind": "js",
1947
+ "name": "logger",
1948
+ "declaration": {
1949
+ "name": "logger",
1950
+ "module": "src/utils/logger.ts"
1951
+ }
1952
+ }
1953
+ ]
1954
+ }
1955
+ ]
1956
+ }