@genesislcap/grid-tabulator 14.320.2-alpha-e69dcb3.0 → 14.321.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1415 -1415
  2. package/package.json +13 -13
@@ -1411,244 +1411,6 @@
1411
1411
  "declarations": [],
1412
1412
  "exports": []
1413
1413
  },
1414
- {
1415
- "kind": "javascript-module",
1416
- "path": "src/cell/cell.ts",
1417
- "declarations": [
1418
- {
1419
- "kind": "class",
1420
- "description": "The GridTabulator Cell element.",
1421
- "name": "GridTabulatorCell",
1422
- "members": [
1423
- {
1424
- "kind": "field",
1425
- "name": "renderer",
1426
- "type": {
1427
- "text": "CellRendererFunc"
1428
- },
1429
- "privacy": "public"
1430
- },
1431
- {
1432
- "kind": "field",
1433
- "name": "rendererParams",
1434
- "type": {
1435
- "text": "CellRendererParams"
1436
- },
1437
- "privacy": "public"
1438
- },
1439
- {
1440
- "kind": "field",
1441
- "name": "slottedRenderer",
1442
- "type": {
1443
- "text": "HTMLElement[]"
1444
- },
1445
- "privacy": "public"
1446
- },
1447
- {
1448
- "kind": "method",
1449
- "name": "init",
1450
- "privacy": "public",
1451
- "parameters": [
1452
- {
1453
- "name": "params",
1454
- "type": {
1455
- "text": "CellRendererParams"
1456
- }
1457
- }
1458
- ]
1459
- },
1460
- {
1461
- "kind": "method",
1462
- "name": "getElement",
1463
- "privacy": "public",
1464
- "return": {
1465
- "type": {
1466
- "text": "HTMLElement"
1467
- }
1468
- }
1469
- },
1470
- {
1471
- "kind": "method",
1472
- "name": "destroy",
1473
- "privacy": "public"
1474
- },
1475
- {
1476
- "kind": "method",
1477
- "name": "refresh",
1478
- "privacy": "public",
1479
- "return": {
1480
- "type": {
1481
- "text": "boolean"
1482
- }
1483
- },
1484
- "parameters": [
1485
- {
1486
- "name": "params",
1487
- "type": {
1488
- "text": "CellRendererParams"
1489
- }
1490
- }
1491
- ]
1492
- },
1493
- {
1494
- "kind": "method",
1495
- "name": "slottedRendererChanged",
1496
- "privacy": "public"
1497
- },
1498
- {
1499
- "kind": "field",
1500
- "name": "_presentation",
1501
- "type": {
1502
- "text": "ComponentPresentation | null | undefined"
1503
- },
1504
- "privacy": "private",
1505
- "default": "void 0",
1506
- "inheritedFrom": {
1507
- "name": "FoundationElement",
1508
- "module": "src/foundation-element/foundation-element.ts"
1509
- }
1510
- },
1511
- {
1512
- "kind": "field",
1513
- "name": "$presentation",
1514
- "type": {
1515
- "text": "ComponentPresentation | null"
1516
- },
1517
- "privacy": "public",
1518
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1519
- "inheritedFrom": {
1520
- "name": "FoundationElement",
1521
- "module": "src/foundation-element/foundation-element.ts"
1522
- }
1523
- },
1524
- {
1525
- "kind": "field",
1526
- "name": "template",
1527
- "type": {
1528
- "text": "ElementViewTemplate | void | null"
1529
- },
1530
- "privacy": "public",
1531
- "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.",
1532
- "inheritedFrom": {
1533
- "name": "FoundationElement",
1534
- "module": "src/foundation-element/foundation-element.ts"
1535
- }
1536
- },
1537
- {
1538
- "kind": "method",
1539
- "name": "templateChanged",
1540
- "privacy": "protected",
1541
- "return": {
1542
- "type": {
1543
- "text": "void"
1544
- }
1545
- },
1546
- "inheritedFrom": {
1547
- "name": "FoundationElement",
1548
- "module": "src/foundation-element/foundation-element.ts"
1549
- }
1550
- },
1551
- {
1552
- "kind": "field",
1553
- "name": "styles",
1554
- "type": {
1555
- "text": "ElementStyles | void | null"
1556
- },
1557
- "privacy": "public",
1558
- "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.",
1559
- "inheritedFrom": {
1560
- "name": "FoundationElement",
1561
- "module": "src/foundation-element/foundation-element.ts"
1562
- }
1563
- },
1564
- {
1565
- "kind": "method",
1566
- "name": "stylesChanged",
1567
- "privacy": "protected",
1568
- "return": {
1569
- "type": {
1570
- "text": "void"
1571
- }
1572
- },
1573
- "inheritedFrom": {
1574
- "name": "FoundationElement",
1575
- "module": "src/foundation-element/foundation-element.ts"
1576
- }
1577
- },
1578
- {
1579
- "kind": "method",
1580
- "name": "compose",
1581
- "privacy": "public",
1582
- "static": true,
1583
- "return": {
1584
- "type": {
1585
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1586
- }
1587
- },
1588
- "parameters": [
1589
- {
1590
- "name": "this",
1591
- "type": {
1592
- "text": "K"
1593
- }
1594
- },
1595
- {
1596
- "name": "elementDefinition",
1597
- "type": {
1598
- "text": "T"
1599
- },
1600
- "description": "The definition of the element to create the registry\nfunction for."
1601
- }
1602
- ],
1603
- "description": "Defines an element registry function with a set of element definition defaults.",
1604
- "inheritedFrom": {
1605
- "name": "FoundationElement",
1606
- "module": "src/foundation-element/foundation-element.ts"
1607
- }
1608
- }
1609
- ],
1610
- "superclass": {
1611
- "name": "FoundationElement",
1612
- "package": "@microsoft/fast-foundation"
1613
- },
1614
- "tagName": "grid-tabulator-cell",
1615
- "customElement": true
1616
- }
1617
- ],
1618
- "exports": [
1619
- {
1620
- "kind": "js",
1621
- "name": "GridTabulatorCell",
1622
- "declaration": {
1623
- "name": "GridTabulatorCell",
1624
- "module": "src/cell/cell.ts"
1625
- }
1626
- },
1627
- {
1628
- "kind": "custom-element-definition",
1629
- "name": "grid-tabulator-cell",
1630
- "declaration": {
1631
- "name": "GridTabulatorCell",
1632
- "module": "src/cell/cell.ts"
1633
- }
1634
- }
1635
- ]
1636
- },
1637
- {
1638
- "kind": "javascript-module",
1639
- "path": "src/cell/index.ts",
1640
- "declarations": [],
1641
- "exports": [
1642
- {
1643
- "kind": "js",
1644
- "name": "*",
1645
- "declaration": {
1646
- "name": "*",
1647
- "package": "./cell"
1648
- }
1649
- }
1650
- ]
1651
- },
1652
1414
  {
1653
1415
  "kind": "javascript-module",
1654
1416
  "path": "src/cell-editors/date.editor.ts",
@@ -2938,1302 +2700,1380 @@
2938
2700
  },
2939
2701
  {
2940
2702
  "kind": "javascript-module",
2941
- "path": "src/cell-formatters/action.formatter.ts",
2703
+ "path": "src/column/column.ts",
2942
2704
  "declarations": [
2943
2705
  {
2944
- "kind": "function",
2945
- "name": "actionFormatter",
2946
- "return": {
2947
- "type": {
2948
- "text": ""
2949
- }
2950
- },
2951
- "parameters": [
2706
+ "kind": "class",
2707
+ "description": "The GridTabulator Column element.",
2708
+ "name": "GridTabulatorColumn",
2709
+ "members": [
2952
2710
  {
2953
- "name": "cell",
2711
+ "kind": "field",
2712
+ "name": "slottedCell",
2954
2713
  "type": {
2955
- "text": "any"
2714
+ "text": "HTMLElement[]"
2956
2715
  },
2957
- "description": "The cell component provided by Tabulator"
2716
+ "privacy": "public"
2958
2717
  },
2959
2718
  {
2960
- "name": "formatterParams",
2961
- "default": "{}",
2719
+ "kind": "field",
2720
+ "name": "definition",
2962
2721
  "type": {
2963
- "text": "ActionFormatterParams<T>"
2722
+ "text": "Partial<ColumnDefinition>"
2964
2723
  },
2965
- "description": "Action formatter parameters"
2966
- }
2967
- ],
2968
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2969
- "privacy": "public"
2970
- }
2971
- ],
2972
- "exports": [
2973
- {
2974
- "kind": "js",
2975
- "name": "actionFormatter",
2976
- "declaration": {
2977
- "name": "actionFormatter",
2978
- "module": "src/cell-formatters/action.formatter.ts"
2979
- }
2980
- }
2981
- ]
2982
- },
2983
- {
2984
- "kind": "javascript-module",
2985
- "path": "src/cell-formatters/actions-menu.formatter.ts",
2986
- "declarations": [
2987
- {
2988
- "kind": "function",
2989
- "name": "actionsMenuFormatter",
2990
- "return": {
2991
- "type": {
2992
- "text": ""
2993
- }
2994
- },
2995
- "parameters": [
2724
+ "default": "{}"
2725
+ },
2996
2726
  {
2997
- "name": "cell",
2998
- "type": {
2999
- "text": "any"
2727
+ "kind": "method",
2728
+ "name": "slottedCellChanged",
2729
+ "privacy": "public"
2730
+ },
2731
+ {
2732
+ "kind": "method",
2733
+ "name": "deepClone",
2734
+ "return": {
2735
+ "type": {
2736
+ "text": "Node"
2737
+ }
3000
2738
  },
3001
- "description": "The cell component provided by Tabulator"
2739
+ "inheritedFrom": {
2740
+ "name": "LifecycleMixin",
2741
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2742
+ }
3002
2743
  },
3003
2744
  {
3004
- "name": "formatterParams",
3005
- "default": "{}",
3006
- "type": {
3007
- "text": "ActionsMenuFormatterParams<T>"
2745
+ "kind": "method",
2746
+ "name": "cloneNode",
2747
+ "return": {
2748
+ "type": {
2749
+ "text": "Node"
2750
+ }
3008
2751
  },
3009
- "description": "Actions menu formatter parameters"
3010
- }
3011
- ],
3012
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3013
- "privacy": "public"
3014
- }
3015
- ],
3016
- "exports": [
3017
- {
3018
- "kind": "js",
3019
- "name": "actionsMenuFormatter",
3020
- "declaration": {
3021
- "name": "actionsMenuFormatter",
3022
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3023
- }
3024
- }
3025
- ]
3026
- },
3027
- {
3028
- "kind": "javascript-module",
3029
- "path": "src/cell-formatters/boolean.formatter.ts",
3030
- "declarations": [
3031
- {
3032
- "kind": "function",
3033
- "name": "booleanFormatter",
3034
- "return": {
3035
- "type": {
3036
- "text": ""
3037
- }
3038
- },
3039
- "parameters": [
2752
+ "parameters": [
2753
+ {
2754
+ "name": "deep",
2755
+ "optional": true,
2756
+ "type": {
2757
+ "text": "boolean"
2758
+ }
2759
+ }
2760
+ ],
2761
+ "inheritedFrom": {
2762
+ "name": "LifecycleMixin",
2763
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2764
+ }
2765
+ },
3040
2766
  {
3041
- "name": "cell",
3042
- "type": {
3043
- "text": "any"
2767
+ "kind": "field",
2768
+ "name": "shouldRunDisconnect",
2769
+ "return": {
2770
+ "type": {
2771
+ "text": ""
2772
+ }
3044
2773
  },
3045
- "description": "The cell component provided by Tabulator"
2774
+ "readonly": true,
2775
+ "inheritedFrom": {
2776
+ "name": "LifecycleMixin",
2777
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2778
+ }
3046
2779
  },
3047
2780
  {
3048
- "name": "formatterParams",
3049
- "default": "{}",
2781
+ "kind": "field",
2782
+ "name": "shouldRunConnect",
2783
+ "return": {
2784
+ "type": {
2785
+ "text": ""
2786
+ }
2787
+ },
2788
+ "readonly": true,
2789
+ "inheritedFrom": {
2790
+ "name": "LifecycleMixin",
2791
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2792
+ }
2793
+ },
2794
+ {
2795
+ "kind": "method",
2796
+ "name": "#_blockLifecycleDueToTokenChange",
2797
+ "return": {
2798
+ "type": {
2799
+ "text": "boolean"
2800
+ }
2801
+ },
2802
+ "parameters": [
2803
+ {
2804
+ "name": "lifecycleType",
2805
+ "type": {
2806
+ "text": "Lifecycletype"
2807
+ }
2808
+ }
2809
+ ],
2810
+ "inheritedFrom": {
2811
+ "name": "LifecycleMixin",
2812
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2813
+ }
2814
+ },
2815
+ {
2816
+ "kind": "field",
2817
+ "name": "_presentation",
3050
2818
  "type": {
3051
- "text": "BooleanFormatterParams<T>"
2819
+ "text": "ComponentPresentation | null | undefined"
3052
2820
  },
3053
- "description": "Boolean formatter parameters"
3054
- }
3055
- ],
3056
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3057
- "privacy": "public"
3058
- }
3059
- ],
3060
- "exports": [
3061
- {
3062
- "kind": "js",
3063
- "name": "booleanFormatter",
3064
- "declaration": {
3065
- "name": "booleanFormatter",
3066
- "module": "src/cell-formatters/boolean.formatter.ts"
3067
- }
3068
- }
3069
- ]
3070
- },
3071
- {
3072
- "kind": "javascript-module",
3073
- "path": "src/cell-formatters/constants.ts",
3074
- "declarations": [],
3075
- "exports": []
3076
- },
3077
- {
3078
- "kind": "javascript-module",
3079
- "path": "src/cell-formatters/editable.formatter.ts",
3080
- "declarations": [
3081
- {
3082
- "kind": "function",
3083
- "name": "editableFormatter",
3084
- "return": {
3085
- "type": {
3086
- "text": ""
3087
- }
3088
- },
3089
- "parameters": [
2821
+ "privacy": "private",
2822
+ "default": "void 0",
2823
+ "inheritedFrom": {
2824
+ "name": "FoundationElement",
2825
+ "module": "src/foundation-element/foundation-element.ts"
2826
+ }
2827
+ },
3090
2828
  {
3091
- "name": "cell",
2829
+ "kind": "field",
2830
+ "name": "$presentation",
3092
2831
  "type": {
3093
- "text": "any"
2832
+ "text": "ComponentPresentation | null"
3094
2833
  },
3095
- "description": "The cell component provided by Tabulator"
2834
+ "privacy": "public",
2835
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2836
+ "inheritedFrom": {
2837
+ "name": "FoundationElement",
2838
+ "module": "src/foundation-element/foundation-element.ts"
2839
+ }
3096
2840
  },
3097
2841
  {
3098
- "name": "formatterParams",
3099
- "default": "{}",
2842
+ "kind": "field",
2843
+ "name": "template",
3100
2844
  "type": {
3101
- "text": "EditableFormatterParams<T>"
2845
+ "text": "ElementViewTemplate | void | null"
3102
2846
  },
3103
- "description": "Editable formatter parameters"
3104
- }
3105
- ],
3106
- "description": "Formatter that displays an editable cell with validation state",
3107
- "privacy": "public"
3108
- }
3109
- ],
3110
- "exports": [
3111
- {
3112
- "kind": "js",
3113
- "name": "editableFormatter",
3114
- "declaration": {
3115
- "name": "editableFormatter",
3116
- "module": "src/cell-formatters/editable.formatter.ts"
3117
- }
3118
- }
3119
- ]
3120
- },
3121
- {
3122
- "kind": "javascript-module",
3123
- "path": "src/cell-formatters/index.ts",
3124
- "declarations": [
3125
- {
3126
- "kind": "variable",
3127
- "name": "formatters",
3128
- "type": {
3129
- "text": "object"
3130
- },
3131
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3132
- "description": "Zero formatters for Tabulator grid"
3133
- }
3134
- ],
3135
- "exports": [
3136
- {
3137
- "kind": "js",
3138
- "name": "*",
3139
- "declaration": {
3140
- "name": "*",
3141
- "package": "./constants"
3142
- }
3143
- },
3144
- {
3145
- "kind": "js",
3146
- "name": "ActionFormatterParams",
3147
- "declaration": {
3148
- "name": "ActionFormatterParams",
3149
- "module": "src/cell-formatters/index.ts"
3150
- }
3151
- },
3152
- {
3153
- "kind": "js",
3154
- "name": "actionFormatter",
3155
- "declaration": {
3156
- "name": "actionFormatter",
3157
- "module": "src/cell-formatters/index.ts"
3158
- }
3159
- },
3160
- {
3161
- "kind": "js",
3162
- "name": "ActionsMenuFormatterParams",
3163
- "declaration": {
3164
- "name": "ActionsMenuFormatterParams",
3165
- "module": "src/cell-formatters/index.ts"
3166
- }
3167
- },
3168
- {
3169
- "kind": "js",
3170
- "name": "actionsMenuFormatter",
3171
- "declaration": {
3172
- "name": "actionsMenuFormatter",
3173
- "module": "src/cell-formatters/index.ts"
3174
- }
3175
- },
3176
- {
3177
- "kind": "js",
3178
- "name": "BooleanFormatterParams",
3179
- "declaration": {
3180
- "name": "BooleanFormatterParams",
3181
- "module": "src/cell-formatters/index.ts"
3182
- }
3183
- },
3184
- {
3185
- "kind": "js",
3186
- "name": "booleanFormatter",
3187
- "declaration": {
3188
- "name": "booleanFormatter",
3189
- "module": "src/cell-formatters/index.ts"
3190
- }
3191
- },
3192
- {
3193
- "kind": "js",
3194
- "name": "EditableFormatterParams",
3195
- "declaration": {
3196
- "name": "EditableFormatterParams",
3197
- "module": "src/cell-formatters/index.ts"
3198
- }
3199
- },
3200
- {
3201
- "kind": "js",
3202
- "name": "editableFormatter",
3203
- "declaration": {
3204
- "name": "editableFormatter",
3205
- "module": "src/cell-formatters/index.ts"
3206
- }
3207
- },
3208
- {
3209
- "kind": "js",
3210
- "name": "SelectFormatterParams",
3211
- "declaration": {
3212
- "name": "SelectFormatterParams",
3213
- "module": "src/cell-formatters/index.ts"
3214
- }
3215
- },
3216
- {
3217
- "kind": "js",
3218
- "name": "selectFormatter",
3219
- "declaration": {
3220
- "name": "selectFormatter",
3221
- "module": "src/cell-formatters/index.ts"
3222
- }
3223
- },
3224
- {
3225
- "kind": "js",
3226
- "name": "TextFormatterParams",
3227
- "declaration": {
3228
- "name": "TextFormatterParams",
3229
- "module": "src/cell-formatters/index.ts"
3230
- }
3231
- },
3232
- {
3233
- "kind": "js",
3234
- "name": "textFormatter",
3235
- "declaration": {
3236
- "name": "textFormatter",
3237
- "module": "src/cell-formatters/index.ts"
3238
- }
3239
- },
3240
- {
3241
- "kind": "js",
3242
- "name": "formatters",
3243
- "declaration": {
3244
- "name": "formatters",
3245
- "module": "src/cell-formatters/index.ts"
3246
- }
3247
- }
3248
- ]
3249
- },
3250
- {
3251
- "kind": "javascript-module",
3252
- "path": "src/cell-formatters/select.formatter.ts",
3253
- "declarations": [
3254
- {
3255
- "kind": "function",
3256
- "name": "selectFormatter",
3257
- "return": {
3258
- "type": {
3259
- "text": ""
3260
- }
3261
- },
3262
- "parameters": [
2847
+ "privacy": "public",
2848
+ "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.",
2849
+ "inheritedFrom": {
2850
+ "name": "FoundationElement",
2851
+ "module": "src/foundation-element/foundation-element.ts"
2852
+ }
2853
+ },
3263
2854
  {
3264
- "name": "cell",
3265
- "type": {
3266
- "text": "any"
2855
+ "kind": "method",
2856
+ "name": "templateChanged",
2857
+ "privacy": "protected",
2858
+ "return": {
2859
+ "type": {
2860
+ "text": "void"
2861
+ }
3267
2862
  },
3268
- "description": "The cell component provided by Tabulator"
2863
+ "inheritedFrom": {
2864
+ "name": "FoundationElement",
2865
+ "module": "src/foundation-element/foundation-element.ts"
2866
+ }
3269
2867
  },
3270
2868
  {
3271
- "name": "formatterParams",
2869
+ "kind": "field",
2870
+ "name": "styles",
3272
2871
  "type": {
3273
- "text": "SelectFormatterParams<T>"
2872
+ "text": "ElementStyles | void | null"
3274
2873
  },
3275
- "description": "Select formatter parameters"
3276
- }
3277
- ],
3278
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3279
- "privacy": "public"
3280
- }
3281
- ],
3282
- "exports": [
3283
- {
3284
- "kind": "js",
3285
- "name": "selectFormatter",
3286
- "declaration": {
3287
- "name": "selectFormatter",
3288
- "module": "src/cell-formatters/select.formatter.ts"
3289
- }
3290
- }
3291
- ]
3292
- },
3293
- {
3294
- "kind": "javascript-module",
3295
- "path": "src/cell-formatters/text.formatter.ts",
3296
- "declarations": [
3297
- {
3298
- "kind": "function",
3299
- "name": "textFormatter",
3300
- "return": {
3301
- "type": {
3302
- "text": ""
3303
- }
3304
- },
3305
- "parameters": [
2874
+ "privacy": "public",
2875
+ "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.",
2876
+ "inheritedFrom": {
2877
+ "name": "FoundationElement",
2878
+ "module": "src/foundation-element/foundation-element.ts"
2879
+ }
2880
+ },
3306
2881
  {
3307
- "name": "cell",
3308
- "type": {
3309
- "text": "any"
2882
+ "kind": "method",
2883
+ "name": "stylesChanged",
2884
+ "privacy": "protected",
2885
+ "return": {
2886
+ "type": {
2887
+ "text": "void"
2888
+ }
3310
2889
  },
3311
- "description": "The cell component provided by Tabulator"
2890
+ "inheritedFrom": {
2891
+ "name": "FoundationElement",
2892
+ "module": "src/foundation-element/foundation-element.ts"
2893
+ }
3312
2894
  },
3313
2895
  {
3314
- "name": "formatterParams",
3315
- "default": "{}",
3316
- "type": {
3317
- "text": "TextFormatterParams<T>"
2896
+ "kind": "method",
2897
+ "name": "compose",
2898
+ "privacy": "public",
2899
+ "static": true,
2900
+ "return": {
2901
+ "type": {
2902
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2903
+ }
3318
2904
  },
3319
- "description": "Text formatter parameters"
2905
+ "parameters": [
2906
+ {
2907
+ "name": "this",
2908
+ "type": {
2909
+ "text": "K"
2910
+ }
2911
+ },
2912
+ {
2913
+ "name": "elementDefinition",
2914
+ "type": {
2915
+ "text": "T"
2916
+ },
2917
+ "description": "The definition of the element to create the registry\nfunction for."
2918
+ }
2919
+ ],
2920
+ "description": "Defines an element registry function with a set of element definition defaults.",
2921
+ "inheritedFrom": {
2922
+ "name": "FoundationElement",
2923
+ "module": "src/foundation-element/foundation-element.ts"
2924
+ }
3320
2925
  }
3321
2926
  ],
3322
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3323
- "privacy": "public"
2927
+ "mixins": [
2928
+ {
2929
+ "name": "LifecycleMixin",
2930
+ "package": "@genesislcap/foundation-utils"
2931
+ }
2932
+ ],
2933
+ "superclass": {
2934
+ "name": "FoundationElement",
2935
+ "package": "@microsoft/fast-foundation"
2936
+ },
2937
+ "tagName": "grid-tabulator-column",
2938
+ "customElement": true
2939
+ }
2940
+ ],
2941
+ "exports": [
2942
+ {
2943
+ "kind": "js",
2944
+ "name": "GridTabulatorColumn",
2945
+ "declaration": {
2946
+ "name": "GridTabulatorColumn",
2947
+ "module": "src/column/column.ts"
2948
+ }
2949
+ },
2950
+ {
2951
+ "kind": "custom-element-definition",
2952
+ "name": "grid-tabulator-column",
2953
+ "declaration": {
2954
+ "name": "GridTabulatorColumn",
2955
+ "module": "src/column/column.ts"
2956
+ }
3324
2957
  }
3325
- ],
2958
+ ]
2959
+ },
2960
+ {
2961
+ "kind": "javascript-module",
2962
+ "path": "src/column/index.ts",
2963
+ "declarations": [],
3326
2964
  "exports": [
3327
2965
  {
3328
2966
  "kind": "js",
3329
- "name": "textFormatter",
2967
+ "name": "*",
3330
2968
  "declaration": {
3331
- "name": "textFormatter",
3332
- "module": "src/cell-formatters/text.formatter.ts"
2969
+ "name": "*",
2970
+ "package": "./column"
3333
2971
  }
3334
2972
  }
3335
2973
  ]
3336
2974
  },
3337
2975
  {
3338
2976
  "kind": "javascript-module",
3339
- "path": "src/column/column.ts",
2977
+ "path": "src/datasource/client-side.datasource.ts",
3340
2978
  "declarations": [
2979
+ {
2980
+ "kind": "variable",
2981
+ "name": "criteriaDelimiter",
2982
+ "type": {
2983
+ "text": "string"
2984
+ },
2985
+ "default": "';'",
2986
+ "description": "Delimiter for criteria in the datasource"
2987
+ },
2988
+ {
2989
+ "kind": "variable",
2990
+ "name": "criteriaJoin",
2991
+ "type": {
2992
+ "text": "string"
2993
+ },
2994
+ "default": "' && '",
2995
+ "description": "Join operator for criteria in the datasource"
2996
+ },
3341
2997
  {
3342
2998
  "kind": "class",
3343
- "description": "The GridTabulator Column element.",
3344
- "name": "GridTabulatorColumn",
2999
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3000
+ "name": "GridTabulatorClientSideDatasource",
3345
3001
  "members": [
3346
3002
  {
3347
3003
  "kind": "field",
3348
- "name": "slottedCell",
3004
+ "name": "auth",
3349
3005
  "type": {
3350
- "text": "HTMLElement[]"
3351
- },
3352
- "privacy": "public"
3006
+ "text": "Auth"
3007
+ }
3353
3008
  },
3354
3009
  {
3355
3010
  "kind": "field",
3356
- "name": "definition",
3011
+ "name": "connect",
3357
3012
  "type": {
3358
- "text": "Partial<ColumnDefinition>"
3013
+ "text": "Connect"
3014
+ }
3015
+ },
3016
+ {
3017
+ "kind": "field",
3018
+ "name": "datasource",
3019
+ "type": {
3020
+ "text": "Datasource"
3021
+ }
3022
+ },
3023
+ {
3024
+ "kind": "field",
3025
+ "name": "deferredGridOptions",
3026
+ "type": {
3027
+ "text": "Options"
3028
+ }
3029
+ },
3030
+ {
3031
+ "kind": "field",
3032
+ "name": "deferredColumnStates",
3033
+ "type": {
3034
+ "text": "any[]"
3359
3035
  },
3360
- "default": "{}"
3036
+ "default": "[]",
3037
+ "description": "Allows storing column layouts between datasource initializations"
3361
3038
  },
3362
3039
  {
3363
- "kind": "method",
3364
- "name": "slottedCellChanged",
3365
- "privacy": "public"
3040
+ "kind": "field",
3041
+ "name": "criteria",
3042
+ "type": {
3043
+ "text": "string"
3044
+ }
3366
3045
  },
3367
3046
  {
3368
3047
  "kind": "method",
3369
- "name": "deepClone",
3370
- "return": {
3371
- "type": {
3372
- "text": "Node"
3048
+ "name": "criteriaChanged",
3049
+ "parameters": [
3050
+ {
3051
+ "name": "oldCriteria",
3052
+ "type": {
3053
+ "text": "string"
3054
+ }
3055
+ },
3056
+ {
3057
+ "name": "newCriteria",
3058
+ "type": {
3059
+ "text": "string"
3060
+ }
3373
3061
  }
3062
+ ]
3063
+ },
3064
+ {
3065
+ "kind": "field",
3066
+ "name": "fields",
3067
+ "type": {
3068
+ "text": "string"
3069
+ }
3070
+ },
3071
+ {
3072
+ "kind": "field",
3073
+ "name": "isSnapshot",
3074
+ "type": {
3075
+ "text": "boolean"
3374
3076
  },
3375
- "inheritedFrom": {
3376
- "name": "LifecycleMixin",
3377
- "module": "src/mixins/lifecycle/lifecycle.ts"
3077
+ "default": "false"
3078
+ },
3079
+ {
3080
+ "kind": "field",
3081
+ "name": "maxRows",
3082
+ "type": {
3083
+ "text": "number"
3378
3084
  }
3379
3085
  },
3380
3086
  {
3381
- "kind": "method",
3382
- "name": "cloneNode",
3383
- "return": {
3384
- "type": {
3385
- "text": "Node"
3386
- }
3087
+ "kind": "field",
3088
+ "name": "maxView",
3089
+ "type": {
3090
+ "text": "number"
3091
+ }
3092
+ },
3093
+ {
3094
+ "kind": "field",
3095
+ "name": "pollingInterval",
3096
+ "type": {
3097
+ "text": "number"
3098
+ }
3099
+ },
3100
+ {
3101
+ "kind": "field",
3102
+ "name": "movingView",
3103
+ "type": {
3104
+ "text": "boolean"
3387
3105
  },
3106
+ "default": "false"
3107
+ },
3108
+ {
3109
+ "kind": "field",
3110
+ "name": "orderBy",
3111
+ "type": {
3112
+ "text": "string"
3113
+ }
3114
+ },
3115
+ {
3116
+ "kind": "field",
3117
+ "name": "request",
3118
+ "type": {
3119
+ "text": "any"
3120
+ }
3121
+ },
3122
+ {
3123
+ "kind": "field",
3124
+ "name": "resourceName",
3125
+ "type": {
3126
+ "text": "string"
3127
+ }
3128
+ },
3129
+ {
3130
+ "kind": "method",
3131
+ "name": "resourceNameChanged",
3388
3132
  "parameters": [
3389
3133
  {
3390
- "name": "deep",
3391
- "optional": true,
3134
+ "name": "oldValue",
3392
3135
  "type": {
3393
- "text": "boolean"
3136
+ "text": "string"
3137
+ }
3138
+ },
3139
+ {
3140
+ "name": "newValue",
3141
+ "type": {
3142
+ "text": "string"
3394
3143
  }
3395
3144
  }
3396
- ],
3397
- "inheritedFrom": {
3398
- "name": "LifecycleMixin",
3399
- "module": "src/mixins/lifecycle/lifecycle.ts"
3400
- }
3145
+ ]
3401
3146
  },
3402
3147
  {
3403
3148
  "kind": "field",
3404
- "name": "shouldRunDisconnect",
3405
- "return": {
3406
- "type": {
3407
- "text": ""
3408
- }
3149
+ "name": "reverse",
3150
+ "type": {
3151
+ "text": "boolean"
3152
+ },
3153
+ "default": "false"
3154
+ },
3155
+ {
3156
+ "kind": "field",
3157
+ "name": "rowIdAttr",
3158
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3159
+ },
3160
+ {
3161
+ "kind": "field",
3162
+ "name": "restartOnReconnection",
3163
+ "type": {
3164
+ "text": "boolean"
3165
+ },
3166
+ "default": "true"
3167
+ },
3168
+ {
3169
+ "kind": "field",
3170
+ "name": "keepColDefsOnClearRowData",
3171
+ "type": {
3172
+ "text": "boolean"
3173
+ },
3174
+ "default": "false",
3175
+ "description": "Whether to keep column definitions when clearing row data"
3176
+ },
3177
+ {
3178
+ "kind": "field",
3179
+ "name": "rowDataMapper",
3180
+ "type": {
3181
+ "text": "Function"
3182
+ },
3183
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
3184
+ },
3185
+ {
3186
+ "kind": "field",
3187
+ "name": "dataSub",
3188
+ "type": {
3189
+ "text": "Subscription"
3190
+ },
3191
+ "privacy": "private"
3192
+ },
3193
+ {
3194
+ "kind": "field",
3195
+ "name": "updateSub",
3196
+ "type": {
3197
+ "text": "Subscription"
3198
+ },
3199
+ "privacy": "private"
3200
+ },
3201
+ {
3202
+ "kind": "field",
3203
+ "name": "connectionSub",
3204
+ "type": {
3205
+ "text": "Subscription"
3409
3206
  },
3410
- "readonly": true,
3411
- "inheritedFrom": {
3412
- "name": "LifecycleMixin",
3413
- "module": "src/mixins/lifecycle/lifecycle.ts"
3414
- }
3207
+ "privacy": "private"
3415
3208
  },
3416
3209
  {
3417
3210
  "kind": "field",
3418
- "name": "shouldRunConnect",
3419
- "return": {
3420
- "type": {
3421
- "text": ""
3422
- }
3211
+ "name": "isRequestServer",
3212
+ "type": {
3213
+ "text": "boolean"
3423
3214
  },
3424
- "readonly": true,
3425
- "inheritedFrom": {
3426
- "name": "LifecycleMixin",
3427
- "module": "src/mixins/lifecycle/lifecycle.ts"
3428
- }
3215
+ "privacy": "private",
3216
+ "default": "false"
3429
3217
  },
3430
3218
  {
3431
- "kind": "method",
3432
- "name": "#_blockLifecycleDueToTokenChange",
3433
- "return": {
3434
- "type": {
3435
- "text": "boolean"
3436
- }
3219
+ "kind": "field",
3220
+ "name": "requiresFullRowDataAndColDefs",
3221
+ "type": {
3222
+ "text": "boolean"
3437
3223
  },
3438
- "parameters": [
3439
- {
3440
- "name": "lifecycleType",
3441
- "type": {
3442
- "text": "Lifecycletype"
3443
- }
3444
- }
3445
- ],
3446
- "inheritedFrom": {
3447
- "name": "LifecycleMixin",
3448
- "module": "src/mixins/lifecycle/lifecycle.ts"
3449
- }
3224
+ "privacy": "private",
3225
+ "default": "true"
3450
3226
  },
3451
3227
  {
3452
3228
  "kind": "field",
3453
- "name": "_presentation",
3229
+ "name": "dataSubWasLoggedOff",
3454
3230
  "type": {
3455
- "text": "ComponentPresentation | null | undefined"
3231
+ "text": "boolean"
3456
3232
  },
3457
3233
  "privacy": "private",
3458
- "default": "void 0",
3459
- "inheritedFrom": {
3460
- "name": "FoundationElement",
3461
- "module": "src/foundation-element/foundation-element.ts"
3462
- }
3234
+ "default": "false"
3463
3235
  },
3464
3236
  {
3465
3237
  "kind": "field",
3466
- "name": "$presentation",
3238
+ "name": "rows",
3467
3239
  "type": {
3468
- "text": "ComponentPresentation | null"
3240
+ "text": "Map<string, any>"
3469
3241
  },
3470
- "privacy": "public",
3471
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3472
- "inheritedFrom": {
3473
- "name": "FoundationElement",
3474
- "module": "src/foundation-element/foundation-element.ts"
3475
- }
3242
+ "privacy": "private",
3243
+ "default": "new Map()"
3476
3244
  },
3477
3245
  {
3478
3246
  "kind": "field",
3479
- "name": "template",
3247
+ "name": "gridTransaction",
3480
3248
  "type": {
3481
- "text": "ElementViewTemplate | void | null"
3249
+ "text": "RowDataTransaction"
3482
3250
  },
3483
- "privacy": "public",
3484
- "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.",
3485
- "inheritedFrom": {
3486
- "name": "FoundationElement",
3487
- "module": "src/foundation-element/foundation-element.ts"
3488
- }
3251
+ "privacy": "private"
3489
3252
  },
3490
3253
  {
3491
- "kind": "method",
3492
- "name": "templateChanged",
3493
- "privacy": "protected",
3494
- "return": {
3495
- "type": {
3496
- "text": "void"
3497
- }
3254
+ "kind": "field",
3255
+ "name": "sourceRef",
3256
+ "type": {
3257
+ "text": "string"
3498
3258
  },
3499
- "inheritedFrom": {
3500
- "name": "FoundationElement",
3501
- "module": "src/foundation-element/foundation-element.ts"
3502
- }
3259
+ "privacy": "private"
3503
3260
  },
3504
3261
  {
3505
3262
  "kind": "field",
3506
- "name": "styles",
3263
+ "name": "criteriaFromFilters",
3507
3264
  "type": {
3508
- "text": "ElementStyles | void | null"
3265
+ "text": "Map<string, string>"
3509
3266
  },
3510
- "privacy": "public",
3511
- "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.",
3512
- "inheritedFrom": {
3513
- "name": "FoundationElement",
3514
- "module": "src/foundation-element/foundation-element.ts"
3515
- }
3267
+ "privacy": "private",
3268
+ "default": "new Map()"
3516
3269
  },
3517
3270
  {
3518
- "kind": "method",
3519
- "name": "stylesChanged",
3520
- "privacy": "protected",
3521
- "return": {
3522
- "type": {
3523
- "text": "void"
3524
- }
3271
+ "kind": "field",
3272
+ "name": "update",
3273
+ "type": {
3274
+ "text": "BehaviorSubject<Map<string, string>>"
3525
3275
  },
3526
- "inheritedFrom": {
3527
- "name": "FoundationElement",
3528
- "module": "src/foundation-element/foundation-element.ts"
3529
- }
3276
+ "privacy": "private",
3277
+ "default": "new BehaviorSubject(new Map())"
3530
3278
  },
3531
3279
  {
3532
3280
  "kind": "method",
3533
- "name": "compose",
3534
- "privacy": "public",
3535
- "static": true,
3281
+ "name": "deepClone",
3536
3282
  "return": {
3537
3283
  "type": {
3538
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3284
+ "text": "Node"
3539
3285
  }
3540
3286
  },
3541
- "parameters": [
3542
- {
3543
- "name": "this",
3544
- "type": {
3545
- "text": "K"
3546
- }
3547
- },
3548
- {
3549
- "name": "elementDefinition",
3550
- "type": {
3551
- "text": "T"
3552
- },
3553
- "description": "The definition of the element to create the registry\nfunction for."
3554
- }
3555
- ],
3556
- "description": "Defines an element registry function with a set of element definition defaults.",
3557
3287
  "inheritedFrom": {
3558
- "name": "FoundationElement",
3559
- "module": "src/foundation-element/foundation-element.ts"
3560
- }
3561
- }
3562
- ],
3563
- "mixins": [
3564
- {
3565
- "name": "LifecycleMixin",
3566
- "package": "@genesislcap/foundation-utils"
3567
- }
3568
- ],
3569
- "superclass": {
3570
- "name": "FoundationElement",
3571
- "package": "@microsoft/fast-foundation"
3572
- },
3573
- "tagName": "grid-tabulator-column",
3574
- "customElement": true
3575
- }
3576
- ],
3577
- "exports": [
3578
- {
3579
- "kind": "js",
3580
- "name": "GridTabulatorColumn",
3581
- "declaration": {
3582
- "name": "GridTabulatorColumn",
3583
- "module": "src/column/column.ts"
3584
- }
3585
- },
3586
- {
3587
- "kind": "custom-element-definition",
3588
- "name": "grid-tabulator-column",
3589
- "declaration": {
3590
- "name": "GridTabulatorColumn",
3591
- "module": "src/column/column.ts"
3592
- }
3593
- }
3594
- ]
3595
- },
3596
- {
3597
- "kind": "javascript-module",
3598
- "path": "src/column/index.ts",
3599
- "declarations": [],
3600
- "exports": [
3601
- {
3602
- "kind": "js",
3603
- "name": "*",
3604
- "declaration": {
3605
- "name": "*",
3606
- "package": "./column"
3607
- }
3608
- }
3609
- ]
3610
- },
3611
- {
3612
- "kind": "javascript-module",
3613
- "path": "src/datasource/client-side.datasource.ts",
3614
- "declarations": [
3615
- {
3616
- "kind": "variable",
3617
- "name": "criteriaDelimiter",
3618
- "type": {
3619
- "text": "string"
3620
- },
3621
- "default": "';'",
3622
- "description": "Delimiter for criteria in the datasource"
3623
- },
3624
- {
3625
- "kind": "variable",
3626
- "name": "criteriaJoin",
3627
- "type": {
3628
- "text": "string"
3629
- },
3630
- "default": "' && '",
3631
- "description": "Join operator for criteria in the datasource"
3632
- },
3633
- {
3634
- "kind": "class",
3635
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3636
- "name": "GridTabulatorClientSideDatasource",
3637
- "members": [
3638
- {
3639
- "kind": "field",
3640
- "name": "auth",
3641
- "type": {
3642
- "text": "Auth"
3288
+ "name": "LifecycleMixin",
3289
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3643
3290
  }
3644
3291
  },
3645
3292
  {
3646
3293
  "kind": "field",
3647
- "name": "connect",
3294
+ "name": "gridTabulator",
3648
3295
  "type": {
3649
- "text": "Connect"
3650
- }
3296
+ "text": "GridTabulator | null"
3297
+ },
3298
+ "privacy": "private",
3299
+ "readonly": true
3651
3300
  },
3652
3301
  {
3653
- "kind": "field",
3654
- "name": "datasource",
3655
- "type": {
3656
- "text": "Datasource"
3657
- }
3302
+ "kind": "method",
3303
+ "name": "init",
3304
+ "description": "Initializes the datasource.",
3305
+ "privacy": "public"
3658
3306
  },
3659
3307
  {
3660
- "kind": "field",
3661
- "name": "deferredGridOptions",
3662
- "type": {
3663
- "text": "Options"
3664
- }
3308
+ "kind": "method",
3309
+ "name": "destroy",
3310
+ "description": "Destroys the datasource, resetting it to its initial state.",
3311
+ "privacy": "public"
3665
3312
  },
3666
3313
  {
3667
- "kind": "field",
3668
- "name": "deferredColumnStates",
3669
- "type": {
3670
- "text": "any[]"
3671
- },
3672
- "default": "[]",
3673
- "description": "Allows storing column layouts between datasource initializations"
3314
+ "kind": "method",
3315
+ "name": "restart",
3316
+ "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
3317
+ "privacy": "public"
3674
3318
  },
3675
3319
  {
3676
- "kind": "field",
3677
- "name": "criteria",
3678
- "type": {
3679
- "text": "string"
3680
- }
3320
+ "kind": "method",
3321
+ "name": "refreshRows",
3322
+ "description": "Force the grid to redispatch the current rows"
3681
3323
  },
3682
3324
  {
3683
3325
  "kind": "method",
3684
- "name": "criteriaChanged",
3326
+ "name": "handleErrors",
3685
3327
  "parameters": [
3686
3328
  {
3687
- "name": "oldCriteria",
3329
+ "name": "errors",
3688
3330
  "type": {
3689
- "text": "string"
3331
+ "text": "string | any[]"
3690
3332
  }
3691
- },
3333
+ }
3334
+ ],
3335
+ "description": "Handles errors by emitting an error event"
3336
+ },
3337
+ {
3338
+ "kind": "method",
3339
+ "name": "getColumnDefs",
3340
+ "privacy": "private",
3341
+ "parameters": [
3692
3342
  {
3693
- "name": "newCriteria",
3343
+ "name": "fieldsMetadata",
3694
3344
  "type": {
3695
- "text": "string"
3696
- }
3345
+ "text": "FieldMetadata[]"
3346
+ },
3347
+ "description": "The field metadata to generate column definitions from"
3348
+ }
3349
+ ],
3350
+ "description": "Generate column definitions from the field metadata"
3351
+ },
3352
+ {
3353
+ "kind": "method",
3354
+ "name": "handleSnapshot",
3355
+ "privacy": "private",
3356
+ "parameters": [
3357
+ {
3358
+ "name": "result"
3697
3359
  }
3698
3360
  ]
3699
3361
  },
3700
3362
  {
3701
- "kind": "field",
3702
- "name": "fields",
3703
- "type": {
3704
- "text": "string"
3363
+ "kind": "method",
3364
+ "name": "datasourceOptions",
3365
+ "privacy": "private",
3366
+ "return": {
3367
+ "type": {
3368
+ "text": "DatasourceOptions"
3369
+ }
3705
3370
  }
3706
3371
  },
3707
3372
  {
3708
- "kind": "field",
3709
- "name": "isSnapshot",
3710
- "type": {
3711
- "text": "boolean"
3712
- },
3713
- "default": "false"
3373
+ "kind": "method",
3374
+ "name": "handleStreamResult",
3375
+ "privacy": "private",
3376
+ "parameters": [
3377
+ {
3378
+ "name": "result",
3379
+ "type": {
3380
+ "text": "FilteredDataServerResult | RequestServerResult"
3381
+ }
3382
+ }
3383
+ ]
3714
3384
  },
3715
3385
  {
3716
- "kind": "field",
3717
- "name": "maxRows",
3718
- "type": {
3719
- "text": "number"
3720
- }
3386
+ "kind": "method",
3387
+ "name": "applyRequestServerData",
3388
+ "privacy": "private",
3389
+ "parameters": [
3390
+ {
3391
+ "name": "requestServerResult",
3392
+ "type": {
3393
+ "text": "RequestServerResult"
3394
+ }
3395
+ }
3396
+ ]
3721
3397
  },
3722
3398
  {
3723
- "kind": "field",
3724
- "name": "maxView",
3725
- "type": {
3726
- "text": "number"
3727
- }
3399
+ "kind": "method",
3400
+ "name": "applyDataserverData",
3401
+ "privacy": "private",
3402
+ "parameters": [
3403
+ {
3404
+ "name": "dataServerResult",
3405
+ "type": {
3406
+ "text": "FilteredDataServerResult"
3407
+ }
3408
+ }
3409
+ ]
3728
3410
  },
3729
3411
  {
3730
- "kind": "field",
3731
- "name": "pollingInterval",
3732
- "type": {
3733
- "text": "number"
3734
- }
3412
+ "kind": "method",
3413
+ "name": "applyTransaction",
3414
+ "privacy": "private"
3735
3415
  },
3736
3416
  {
3737
- "kind": "field",
3738
- "name": "movingView",
3739
- "type": {
3740
- "text": "boolean"
3741
- },
3742
- "default": "false"
3417
+ "kind": "method",
3418
+ "name": "mapTransaction",
3419
+ "privacy": "private",
3420
+ "parameters": [
3421
+ {
3422
+ "name": "transaction",
3423
+ "type": {
3424
+ "text": "RowDataTransaction"
3425
+ }
3426
+ }
3427
+ ]
3743
3428
  },
3744
3429
  {
3745
- "kind": "field",
3746
- "name": "orderBy",
3747
- "type": {
3748
- "text": "string"
3749
- }
3430
+ "kind": "method",
3431
+ "name": "handleStreamInserts",
3432
+ "privacy": "private",
3433
+ "parameters": [
3434
+ {
3435
+ "name": "insertedRows",
3436
+ "type": {
3437
+ "text": "any[]"
3438
+ }
3439
+ }
3440
+ ]
3750
3441
  },
3751
3442
  {
3752
- "kind": "field",
3753
- "name": "request",
3754
- "type": {
3755
- "text": "any"
3756
- }
3443
+ "kind": "method",
3444
+ "name": "handleStreamDeletes",
3445
+ "privacy": "private",
3446
+ "parameters": [
3447
+ {
3448
+ "name": "deletedRows",
3449
+ "type": {
3450
+ "text": "any[]"
3451
+ }
3452
+ }
3453
+ ]
3757
3454
  },
3758
3455
  {
3759
- "kind": "field",
3760
- "name": "resourceName",
3761
- "type": {
3762
- "text": "string"
3763
- }
3456
+ "kind": "method",
3457
+ "name": "handleStreamUpdates",
3458
+ "privacy": "private",
3459
+ "parameters": [
3460
+ {
3461
+ "name": "updatedRows",
3462
+ "type": {
3463
+ "text": "any[]"
3464
+ }
3465
+ }
3466
+ ]
3764
3467
  },
3765
3468
  {
3766
3469
  "kind": "method",
3767
- "name": "resourceNameChanged",
3470
+ "name": "handleSizeChanged",
3471
+ "privacy": "private",
3768
3472
  "parameters": [
3769
3473
  {
3770
- "name": "oldValue",
3474
+ "name": "oldSize",
3771
3475
  "type": {
3772
- "text": "string"
3476
+ "text": "number"
3773
3477
  }
3774
3478
  },
3775
3479
  {
3776
- "name": "newValue",
3480
+ "name": "newSize",
3777
3481
  "type": {
3778
- "text": "string"
3482
+ "text": "number"
3779
3483
  }
3780
3484
  }
3781
- ]
3782
- },
3783
- {
3784
- "kind": "field",
3785
- "name": "reverse",
3786
- "type": {
3787
- "text": "boolean"
3788
- },
3789
- "default": "false"
3790
- },
3791
- {
3792
- "kind": "field",
3793
- "name": "rowIdAttr",
3794
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3485
+ ],
3486
+ "description": "Emit event when the number of rows changes"
3795
3487
  },
3796
3488
  {
3797
- "kind": "field",
3798
- "name": "restartOnReconnection",
3799
- "type": {
3800
- "text": "boolean"
3801
- },
3802
- "default": "true"
3489
+ "kind": "method",
3490
+ "name": "buildCriteria",
3491
+ "privacy": "private",
3492
+ "return": {
3493
+ "type": {
3494
+ "text": "string"
3495
+ }
3496
+ }
3803
3497
  },
3804
3498
  {
3805
- "kind": "field",
3806
- "name": "keepColDefsOnClearRowData",
3807
- "type": {
3808
- "text": "boolean"
3809
- },
3810
- "default": "false",
3811
- "description": "Whether to keep column definitions when clearing row data"
3499
+ "kind": "method",
3500
+ "name": "setFilter",
3501
+ "privacy": "public",
3502
+ "parameters": [
3503
+ {
3504
+ "name": "fieldName",
3505
+ "type": {
3506
+ "text": "string"
3507
+ }
3508
+ },
3509
+ {
3510
+ "name": "newFilter",
3511
+ "type": {
3512
+ "text": "string"
3513
+ }
3514
+ }
3515
+ ]
3812
3516
  },
3813
3517
  {
3814
- "kind": "field",
3815
- "name": "rowDataMapper",
3816
- "type": {
3817
- "text": "Function"
3818
- },
3819
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
3518
+ "kind": "method",
3519
+ "name": "removeFilter",
3520
+ "privacy": "public",
3521
+ "parameters": [
3522
+ {
3523
+ "name": "fieldName",
3524
+ "type": {
3525
+ "text": "string"
3526
+ }
3527
+ }
3528
+ ]
3820
3529
  },
3821
3530
  {
3822
- "kind": "field",
3823
- "name": "dataSub",
3824
- "type": {
3825
- "text": "Subscription"
3826
- },
3827
- "privacy": "private"
3531
+ "kind": "method",
3532
+ "name": "datasourceStatusChanged",
3533
+ "parameters": [
3534
+ {
3535
+ "name": "prev",
3536
+ "type": {
3537
+ "text": "DatasourceStatus"
3538
+ }
3539
+ },
3540
+ {
3541
+ "name": "next",
3542
+ "type": {
3543
+ "text": "DatasourceStatus"
3544
+ }
3545
+ }
3546
+ ]
3828
3547
  },
3829
3548
  {
3830
- "kind": "field",
3831
- "name": "updateSub",
3832
- "type": {
3833
- "text": "Subscription"
3549
+ "kind": "method",
3550
+ "name": "cloneNode",
3551
+ "return": {
3552
+ "type": {
3553
+ "text": "Node"
3554
+ }
3834
3555
  },
3835
- "privacy": "private"
3556
+ "parameters": [
3557
+ {
3558
+ "name": "deep",
3559
+ "optional": true,
3560
+ "type": {
3561
+ "text": "boolean"
3562
+ }
3563
+ }
3564
+ ],
3565
+ "inheritedFrom": {
3566
+ "name": "LifecycleMixin",
3567
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3568
+ }
3836
3569
  },
3837
3570
  {
3838
3571
  "kind": "field",
3839
- "name": "connectionSub",
3840
- "type": {
3841
- "text": "Subscription"
3572
+ "name": "shouldRunDisconnect",
3573
+ "return": {
3574
+ "type": {
3575
+ "text": ""
3576
+ }
3842
3577
  },
3843
- "privacy": "private"
3578
+ "readonly": true,
3579
+ "inheritedFrom": {
3580
+ "name": "LifecycleMixin",
3581
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3582
+ }
3844
3583
  },
3845
3584
  {
3846
3585
  "kind": "field",
3847
- "name": "isRequestServer",
3848
- "type": {
3849
- "text": "boolean"
3586
+ "name": "shouldRunConnect",
3587
+ "return": {
3588
+ "type": {
3589
+ "text": ""
3590
+ }
3850
3591
  },
3851
- "privacy": "private",
3852
- "default": "false"
3592
+ "readonly": true,
3593
+ "inheritedFrom": {
3594
+ "name": "LifecycleMixin",
3595
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3596
+ }
3853
3597
  },
3854
3598
  {
3855
- "kind": "field",
3856
- "name": "requiresFullRowDataAndColDefs",
3857
- "type": {
3858
- "text": "boolean"
3599
+ "kind": "method",
3600
+ "name": "#_blockLifecycleDueToTokenChange",
3601
+ "return": {
3602
+ "type": {
3603
+ "text": "boolean"
3604
+ }
3859
3605
  },
3860
- "privacy": "private",
3861
- "default": "true"
3606
+ "parameters": [
3607
+ {
3608
+ "name": "lifecycleType",
3609
+ "type": {
3610
+ "text": "Lifecycletype"
3611
+ }
3612
+ }
3613
+ ],
3614
+ "inheritedFrom": {
3615
+ "name": "LifecycleMixin",
3616
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3617
+ }
3862
3618
  },
3863
3619
  {
3864
3620
  "kind": "field",
3865
- "name": "dataSubWasLoggedOff",
3621
+ "name": "_presentation",
3866
3622
  "type": {
3867
- "text": "boolean"
3623
+ "text": "ComponentPresentation | null | undefined"
3868
3624
  },
3869
3625
  "privacy": "private",
3870
- "default": "false"
3626
+ "default": "void 0",
3627
+ "inheritedFrom": {
3628
+ "name": "FoundationElement",
3629
+ "module": "src/foundation-element/foundation-element.ts"
3630
+ }
3871
3631
  },
3872
3632
  {
3873
3633
  "kind": "field",
3874
- "name": "rows",
3634
+ "name": "$presentation",
3875
3635
  "type": {
3876
- "text": "Map<string, any>"
3636
+ "text": "ComponentPresentation | null"
3877
3637
  },
3878
- "privacy": "private",
3879
- "default": "new Map()"
3638
+ "privacy": "public",
3639
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3640
+ "inheritedFrom": {
3641
+ "name": "FoundationElement",
3642
+ "module": "src/foundation-element/foundation-element.ts"
3643
+ }
3880
3644
  },
3881
3645
  {
3882
3646
  "kind": "field",
3883
- "name": "gridTransaction",
3647
+ "name": "template",
3884
3648
  "type": {
3885
- "text": "RowDataTransaction"
3649
+ "text": "ElementViewTemplate | void | null"
3886
3650
  },
3887
- "privacy": "private"
3651
+ "privacy": "public",
3652
+ "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.",
3653
+ "inheritedFrom": {
3654
+ "name": "FoundationElement",
3655
+ "module": "src/foundation-element/foundation-element.ts"
3656
+ }
3888
3657
  },
3889
3658
  {
3890
- "kind": "field",
3891
- "name": "sourceRef",
3892
- "type": {
3893
- "text": "string"
3659
+ "kind": "method",
3660
+ "name": "templateChanged",
3661
+ "privacy": "protected",
3662
+ "return": {
3663
+ "type": {
3664
+ "text": "void"
3665
+ }
3894
3666
  },
3895
- "privacy": "private"
3667
+ "inheritedFrom": {
3668
+ "name": "FoundationElement",
3669
+ "module": "src/foundation-element/foundation-element.ts"
3670
+ }
3896
3671
  },
3897
3672
  {
3898
3673
  "kind": "field",
3899
- "name": "criteriaFromFilters",
3674
+ "name": "styles",
3900
3675
  "type": {
3901
- "text": "Map<string, string>"
3676
+ "text": "ElementStyles | void | null"
3902
3677
  },
3903
- "privacy": "private",
3904
- "default": "new Map()"
3678
+ "privacy": "public",
3679
+ "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.",
3680
+ "inheritedFrom": {
3681
+ "name": "FoundationElement",
3682
+ "module": "src/foundation-element/foundation-element.ts"
3683
+ }
3905
3684
  },
3906
3685
  {
3907
- "kind": "field",
3908
- "name": "update",
3909
- "type": {
3910
- "text": "BehaviorSubject<Map<string, string>>"
3686
+ "kind": "method",
3687
+ "name": "stylesChanged",
3688
+ "privacy": "protected",
3689
+ "return": {
3690
+ "type": {
3691
+ "text": "void"
3692
+ }
3911
3693
  },
3912
- "privacy": "private",
3913
- "default": "new BehaviorSubject(new Map())"
3694
+ "inheritedFrom": {
3695
+ "name": "FoundationElement",
3696
+ "module": "src/foundation-element/foundation-element.ts"
3697
+ }
3914
3698
  },
3915
3699
  {
3916
3700
  "kind": "method",
3917
- "name": "deepClone",
3701
+ "name": "compose",
3702
+ "privacy": "public",
3703
+ "static": true,
3918
3704
  "return": {
3919
3705
  "type": {
3920
- "text": "Node"
3706
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3921
3707
  }
3922
3708
  },
3709
+ "parameters": [
3710
+ {
3711
+ "name": "this",
3712
+ "type": {
3713
+ "text": "K"
3714
+ }
3715
+ },
3716
+ {
3717
+ "name": "elementDefinition",
3718
+ "type": {
3719
+ "text": "T"
3720
+ },
3721
+ "description": "The definition of the element to create the registry\nfunction for."
3722
+ }
3723
+ ],
3724
+ "description": "Defines an element registry function with a set of element definition defaults.",
3923
3725
  "inheritedFrom": {
3924
- "name": "LifecycleMixin",
3925
- "module": "src/mixins/lifecycle/lifecycle.ts"
3726
+ "name": "FoundationElement",
3727
+ "module": "src/foundation-element/foundation-element.ts"
3926
3728
  }
3927
- },
3729
+ }
3730
+ ],
3731
+ "attributes": [
3928
3732
  {
3929
- "kind": "field",
3930
- "name": "gridTabulator",
3733
+ "name": "criteria",
3931
3734
  "type": {
3932
- "text": "GridTabulator | null"
3735
+ "text": "string"
3933
3736
  },
3934
- "privacy": "private",
3935
- "readonly": true
3936
- },
3937
- {
3938
- "kind": "method",
3939
- "name": "init",
3940
- "description": "Initializes the datasource.",
3941
- "privacy": "public"
3942
- },
3943
- {
3944
- "kind": "method",
3945
- "name": "destroy",
3946
- "description": "Destroys the datasource, resetting it to its initial state.",
3947
- "privacy": "public"
3737
+ "fieldName": "criteria"
3948
3738
  },
3949
3739
  {
3950
- "kind": "method",
3951
- "name": "restart",
3952
- "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
3953
- "privacy": "public"
3740
+ "name": "fields",
3741
+ "type": {
3742
+ "text": "string"
3743
+ },
3744
+ "fieldName": "fields"
3954
3745
  },
3955
3746
  {
3956
- "kind": "method",
3957
- "name": "refreshRows",
3958
- "description": "Force the grid to redispatch the current rows"
3747
+ "name": "is-snapshot",
3748
+ "type": {
3749
+ "text": "boolean"
3750
+ },
3751
+ "default": "false",
3752
+ "fieldName": "isSnapshot"
3959
3753
  },
3960
3754
  {
3961
- "kind": "method",
3962
- "name": "handleErrors",
3963
- "parameters": [
3964
- {
3965
- "name": "errors",
3966
- "type": {
3967
- "text": "string | any[]"
3968
- }
3969
- }
3970
- ],
3971
- "description": "Handles errors by emitting an error event"
3755
+ "name": "max-rows",
3756
+ "type": {
3757
+ "text": "number"
3758
+ },
3759
+ "fieldName": "maxRows"
3972
3760
  },
3973
3761
  {
3974
- "kind": "method",
3975
- "name": "getColumnDefs",
3976
- "privacy": "private",
3977
- "parameters": [
3978
- {
3979
- "name": "fieldsMetadata",
3980
- "type": {
3981
- "text": "FieldMetadata[]"
3982
- },
3983
- "description": "The field metadata to generate column definitions from"
3984
- }
3985
- ],
3986
- "description": "Generate column definitions from the field metadata"
3762
+ "name": "max-view",
3763
+ "type": {
3764
+ "text": "number"
3765
+ },
3766
+ "fieldName": "maxView"
3987
3767
  },
3988
3768
  {
3989
- "kind": "method",
3990
- "name": "handleSnapshot",
3991
- "privacy": "private",
3992
- "parameters": [
3993
- {
3994
- "name": "result"
3995
- }
3996
- ]
3769
+ "name": "polling-interval",
3770
+ "type": {
3771
+ "text": "number"
3772
+ },
3773
+ "fieldName": "pollingInterval"
3997
3774
  },
3998
3775
  {
3999
- "kind": "method",
4000
- "name": "datasourceOptions",
4001
- "privacy": "private",
4002
- "return": {
4003
- "type": {
4004
- "text": "DatasourceOptions"
4005
- }
4006
- }
3776
+ "name": "moving-view",
3777
+ "type": {
3778
+ "text": "boolean"
3779
+ },
3780
+ "default": "false",
3781
+ "fieldName": "movingView"
4007
3782
  },
4008
3783
  {
4009
- "kind": "method",
4010
- "name": "handleStreamResult",
4011
- "privacy": "private",
4012
- "parameters": [
4013
- {
4014
- "name": "result",
4015
- "type": {
4016
- "text": "FilteredDataServerResult | RequestServerResult"
4017
- }
4018
- }
4019
- ]
3784
+ "name": "order-by",
3785
+ "type": {
3786
+ "text": "string"
3787
+ },
3788
+ "fieldName": "orderBy"
4020
3789
  },
4021
3790
  {
4022
- "kind": "method",
4023
- "name": "applyRequestServerData",
4024
- "privacy": "private",
4025
- "parameters": [
4026
- {
4027
- "name": "requestServerResult",
4028
- "type": {
4029
- "text": "RequestServerResult"
4030
- }
4031
- }
4032
- ]
3791
+ "name": "resource-name",
3792
+ "type": {
3793
+ "text": "string"
3794
+ },
3795
+ "fieldName": "resourceName"
4033
3796
  },
4034
3797
  {
4035
- "kind": "method",
4036
- "name": "applyDataserverData",
4037
- "privacy": "private",
4038
- "parameters": [
4039
- {
4040
- "name": "dataServerResult",
4041
- "type": {
4042
- "text": "FilteredDataServerResult"
4043
- }
4044
- }
4045
- ]
3798
+ "type": {
3799
+ "text": "boolean"
3800
+ },
3801
+ "default": "false",
3802
+ "fieldName": "reverse"
4046
3803
  },
4047
3804
  {
4048
- "kind": "method",
4049
- "name": "applyTransaction",
4050
- "privacy": "private"
3805
+ "name": "row-id",
3806
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
3807
+ "fieldName": "rowIdAttr"
4051
3808
  },
4052
3809
  {
4053
- "kind": "method",
4054
- "name": "mapTransaction",
4055
- "privacy": "private",
4056
- "parameters": [
4057
- {
4058
- "name": "transaction",
4059
- "type": {
4060
- "text": "RowDataTransaction"
4061
- }
4062
- }
4063
- ]
3810
+ "name": "restart-on-reconnection",
3811
+ "type": {
3812
+ "text": "boolean"
3813
+ },
3814
+ "default": "true",
3815
+ "fieldName": "restartOnReconnection"
4064
3816
  },
4065
3817
  {
4066
- "kind": "method",
4067
- "name": "handleStreamInserts",
4068
- "privacy": "private",
4069
- "parameters": [
4070
- {
4071
- "name": "insertedRows",
4072
- "type": {
4073
- "text": "any[]"
4074
- }
4075
- }
4076
- ]
4077
- },
3818
+ "name": "keep-col-defs-on-clear-row-data",
3819
+ "type": {
3820
+ "text": "boolean"
3821
+ },
3822
+ "default": "false",
3823
+ "description": "Whether to keep column definitions when clearing row data",
3824
+ "fieldName": "keepColDefsOnClearRowData"
3825
+ }
3826
+ ],
3827
+ "mixins": [
4078
3828
  {
4079
- "kind": "method",
4080
- "name": "handleStreamDeletes",
4081
- "privacy": "private",
4082
- "parameters": [
4083
- {
4084
- "name": "deletedRows",
4085
- "type": {
4086
- "text": "any[]"
4087
- }
4088
- }
4089
- ]
3829
+ "name": "LifecycleMixin",
3830
+ "package": "@genesislcap/foundation-utils"
4090
3831
  },
4091
3832
  {
4092
- "kind": "method",
4093
- "name": "handleStreamUpdates",
4094
- "privacy": "private",
4095
- "parameters": [
4096
- {
4097
- "name": "updatedRows",
4098
- "type": {
4099
- "text": "any[]"
4100
- }
4101
- }
4102
- ]
3833
+ "name": "DatasourceEventHandler",
3834
+ "package": "@genesislcap/foundation-comms"
3835
+ }
3836
+ ],
3837
+ "superclass": {
3838
+ "name": "FoundationElement",
3839
+ "package": "@microsoft/fast-foundation"
3840
+ },
3841
+ "tagName": "grid-tabulator-client-side-datasource",
3842
+ "customElement": true
3843
+ }
3844
+ ],
3845
+ "exports": [
3846
+ {
3847
+ "kind": "js",
3848
+ "name": "criteriaDelimiter",
3849
+ "declaration": {
3850
+ "name": "criteriaDelimiter",
3851
+ "module": "src/datasource/client-side.datasource.ts"
3852
+ }
3853
+ },
3854
+ {
3855
+ "kind": "js",
3856
+ "name": "criteriaJoin",
3857
+ "declaration": {
3858
+ "name": "criteriaJoin",
3859
+ "module": "src/datasource/client-side.datasource.ts"
3860
+ }
3861
+ },
3862
+ {
3863
+ "kind": "js",
3864
+ "name": "GridTabulatorClientSideDatasource",
3865
+ "declaration": {
3866
+ "name": "GridTabulatorClientSideDatasource",
3867
+ "module": "src/datasource/client-side.datasource.ts"
3868
+ }
3869
+ },
3870
+ {
3871
+ "kind": "custom-element-definition",
3872
+ "name": "grid-tabulator-client-side-datasource",
3873
+ "declaration": {
3874
+ "name": "GridTabulatorClientSideDatasource",
3875
+ "module": "src/datasource/client-side.datasource.ts"
3876
+ }
3877
+ }
3878
+ ]
3879
+ },
3880
+ {
3881
+ "kind": "javascript-module",
3882
+ "path": "src/datasource/index.ts",
3883
+ "declarations": [],
3884
+ "exports": [
3885
+ {
3886
+ "kind": "js",
3887
+ "name": "*",
3888
+ "declaration": {
3889
+ "name": "*",
3890
+ "package": "./client-side.datasource"
3891
+ }
3892
+ }
3893
+ ]
3894
+ },
3895
+ {
3896
+ "kind": "javascript-module",
3897
+ "path": "src/external/fonts.ts",
3898
+ "declarations": [
3899
+ {
3900
+ "kind": "variable",
3901
+ "name": "tabulatorDefaultFontFace",
3902
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
3903
+ },
3904
+ {
3905
+ "kind": "variable",
3906
+ "name": "tabulatorRapidFontFace",
3907
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
3908
+ },
3909
+ {
3910
+ "kind": "variable",
3911
+ "name": "gridThemeFontFaceMap",
3912
+ "type": {
3913
+ "text": "GridThemeFontFaceMap"
3914
+ },
3915
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
3916
+ },
3917
+ {
3918
+ "kind": "variable",
3919
+ "name": "defaultGridTabulatorFontFace",
3920
+ "default": "tabulatorDefaultFontFace"
3921
+ }
3922
+ ],
3923
+ "exports": [
3924
+ {
3925
+ "kind": "js",
3926
+ "name": "tabulatorDefaultFontFace",
3927
+ "declaration": {
3928
+ "name": "tabulatorDefaultFontFace",
3929
+ "module": "src/external/fonts.ts"
3930
+ }
3931
+ },
3932
+ {
3933
+ "kind": "js",
3934
+ "name": "tabulatorRapidFontFace",
3935
+ "declaration": {
3936
+ "name": "tabulatorRapidFontFace",
3937
+ "module": "src/external/fonts.ts"
3938
+ }
3939
+ },
3940
+ {
3941
+ "kind": "js",
3942
+ "name": "gridThemeFontFaceMap",
3943
+ "declaration": {
3944
+ "name": "gridThemeFontFaceMap",
3945
+ "module": "src/external/fonts.ts"
3946
+ }
3947
+ },
3948
+ {
3949
+ "kind": "js",
3950
+ "name": "defaultGridTabulatorFontFace",
3951
+ "declaration": {
3952
+ "name": "defaultGridTabulatorFontFace",
3953
+ "module": "src/external/fonts.ts"
3954
+ }
3955
+ }
3956
+ ]
3957
+ },
3958
+ {
3959
+ "kind": "javascript-module",
3960
+ "path": "src/external/index.ts",
3961
+ "declarations": [
3962
+ {
3963
+ "kind": "variable",
3964
+ "name": "tabulatorExternalStockStyles",
3965
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
3966
+ "description": "External styles for the Tabulator grid.",
3967
+ "privacy": "public"
3968
+ }
3969
+ ],
3970
+ "exports": [
3971
+ {
3972
+ "kind": "js",
3973
+ "name": "tabulatorExternalStockStyles",
3974
+ "declaration": {
3975
+ "name": "tabulatorExternalStockStyles",
3976
+ "module": "src/external/index.ts"
3977
+ }
3978
+ },
3979
+ {
3980
+ "kind": "js",
3981
+ "name": "tabulatorThemeSimpleCSS",
3982
+ "declaration": {
3983
+ "name": "tabulatorThemeSimpleCSS",
3984
+ "module": "src/external/index.ts"
3985
+ }
3986
+ }
3987
+ ]
3988
+ },
3989
+ {
3990
+ "kind": "javascript-module",
3991
+ "path": "src/external/tabulator-theme-simple-css.ts",
3992
+ "declarations": [
3993
+ {
3994
+ "kind": "variable",
3995
+ "name": "tabulatorThemeSimpleCSS",
3996
+ "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 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;\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-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\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-flex;\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`",
3997
+ "description": "External styles for the Tabulator grid.",
3998
+ "privacy": "public"
3999
+ }
4000
+ ],
4001
+ "exports": [
4002
+ {
4003
+ "kind": "js",
4004
+ "name": "tabulatorThemeSimpleCSS",
4005
+ "declaration": {
4006
+ "name": "tabulatorThemeSimpleCSS",
4007
+ "module": "src/external/tabulator-theme-simple-css.ts"
4008
+ }
4009
+ }
4010
+ ]
4011
+ },
4012
+ {
4013
+ "kind": "javascript-module",
4014
+ "path": "src/cell/cell.ts",
4015
+ "declarations": [
4016
+ {
4017
+ "kind": "class",
4018
+ "description": "The GridTabulator Cell element.",
4019
+ "name": "GridTabulatorCell",
4020
+ "members": [
4021
+ {
4022
+ "kind": "field",
4023
+ "name": "renderer",
4024
+ "type": {
4025
+ "text": "CellRendererFunc"
4026
+ },
4027
+ "privacy": "public"
4103
4028
  },
4104
4029
  {
4105
- "kind": "method",
4106
- "name": "handleSizeChanged",
4107
- "privacy": "private",
4108
- "parameters": [
4109
- {
4110
- "name": "oldSize",
4111
- "type": {
4112
- "text": "number"
4113
- }
4114
- },
4115
- {
4116
- "name": "newSize",
4117
- "type": {
4118
- "text": "number"
4119
- }
4120
- }
4121
- ],
4122
- "description": "Emit event when the number of rows changes"
4030
+ "kind": "field",
4031
+ "name": "rendererParams",
4032
+ "type": {
4033
+ "text": "CellRendererParams"
4034
+ },
4035
+ "privacy": "public"
4123
4036
  },
4124
4037
  {
4125
- "kind": "method",
4126
- "name": "buildCriteria",
4127
- "privacy": "private",
4128
- "return": {
4129
- "type": {
4130
- "text": "string"
4131
- }
4132
- }
4038
+ "kind": "field",
4039
+ "name": "slottedRenderer",
4040
+ "type": {
4041
+ "text": "HTMLElement[]"
4042
+ },
4043
+ "privacy": "public"
4133
4044
  },
4134
4045
  {
4135
4046
  "kind": "method",
4136
- "name": "setFilter",
4047
+ "name": "init",
4137
4048
  "privacy": "public",
4138
4049
  "parameters": [
4139
4050
  {
4140
- "name": "fieldName",
4141
- "type": {
4142
- "text": "string"
4143
- }
4144
- },
4145
- {
4146
- "name": "newFilter",
4051
+ "name": "params",
4147
4052
  "type": {
4148
- "text": "string"
4053
+ "text": "CellRendererParams"
4149
4054
  }
4150
4055
  }
4151
4056
  ]
4152
4057
  },
4153
4058
  {
4154
4059
  "kind": "method",
4155
- "name": "removeFilter",
4060
+ "name": "getElement",
4156
4061
  "privacy": "public",
4157
- "parameters": [
4158
- {
4159
- "name": "fieldName",
4160
- "type": {
4161
- "text": "string"
4162
- }
4163
- }
4164
- ]
4165
- },
4166
- {
4167
- "kind": "method",
4168
- "name": "datasourceStatusChanged",
4169
- "parameters": [
4170
- {
4171
- "name": "prev",
4172
- "type": {
4173
- "text": "DatasourceStatus"
4174
- }
4175
- },
4176
- {
4177
- "name": "next",
4178
- "type": {
4179
- "text": "DatasourceStatus"
4180
- }
4181
- }
4182
- ]
4183
- },
4184
- {
4185
- "kind": "method",
4186
- "name": "cloneNode",
4187
- "return": {
4188
- "type": {
4189
- "text": "Node"
4190
- }
4191
- },
4192
- "parameters": [
4193
- {
4194
- "name": "deep",
4195
- "optional": true,
4196
- "type": {
4197
- "text": "boolean"
4198
- }
4199
- }
4200
- ],
4201
- "inheritedFrom": {
4202
- "name": "LifecycleMixin",
4203
- "module": "src/mixins/lifecycle/lifecycle.ts"
4204
- }
4205
- },
4206
- {
4207
- "kind": "field",
4208
- "name": "shouldRunDisconnect",
4209
4062
  "return": {
4210
4063
  "type": {
4211
- "text": ""
4064
+ "text": "HTMLElement"
4212
4065
  }
4213
- },
4214
- "readonly": true,
4215
- "inheritedFrom": {
4216
- "name": "LifecycleMixin",
4217
- "module": "src/mixins/lifecycle/lifecycle.ts"
4218
4066
  }
4219
4067
  },
4220
4068
  {
4221
- "kind": "field",
4222
- "name": "shouldRunConnect",
4223
- "return": {
4224
- "type": {
4225
- "text": ""
4226
- }
4227
- },
4228
- "readonly": true,
4229
- "inheritedFrom": {
4230
- "name": "LifecycleMixin",
4231
- "module": "src/mixins/lifecycle/lifecycle.ts"
4232
- }
4069
+ "kind": "method",
4070
+ "name": "destroy",
4071
+ "privacy": "public"
4233
4072
  },
4234
4073
  {
4235
4074
  "kind": "method",
4236
- "name": "#_blockLifecycleDueToTokenChange",
4075
+ "name": "refresh",
4076
+ "privacy": "public",
4237
4077
  "return": {
4238
4078
  "type": {
4239
4079
  "text": "boolean"
@@ -4241,16 +4081,17 @@
4241
4081
  },
4242
4082
  "parameters": [
4243
4083
  {
4244
- "name": "lifecycleType",
4084
+ "name": "params",
4245
4085
  "type": {
4246
- "text": "Lifecycletype"
4086
+ "text": "CellRendererParams"
4247
4087
  }
4248
4088
  }
4249
- ],
4250
- "inheritedFrom": {
4251
- "name": "LifecycleMixin",
4252
- "module": "src/mixins/lifecycle/lifecycle.ts"
4253
- }
4089
+ ]
4090
+ },
4091
+ {
4092
+ "kind": "method",
4093
+ "name": "slottedRendererChanged",
4094
+ "privacy": "public"
4254
4095
  },
4255
4096
  {
4256
4097
  "kind": "field",
@@ -4364,283 +4205,442 @@
4364
4205
  }
4365
4206
  }
4366
4207
  ],
4367
- "attributes": [
4368
- {
4369
- "name": "criteria",
4370
- "type": {
4371
- "text": "string"
4372
- },
4373
- "fieldName": "criteria"
4374
- },
4375
- {
4376
- "name": "fields",
4377
- "type": {
4378
- "text": "string"
4379
- },
4380
- "fieldName": "fields"
4381
- },
4382
- {
4383
- "name": "is-snapshot",
4384
- "type": {
4385
- "text": "boolean"
4386
- },
4387
- "default": "false",
4388
- "fieldName": "isSnapshot"
4389
- },
4390
- {
4391
- "name": "max-rows",
4392
- "type": {
4393
- "text": "number"
4394
- },
4395
- "fieldName": "maxRows"
4396
- },
4397
- {
4398
- "name": "max-view",
4399
- "type": {
4400
- "text": "number"
4401
- },
4402
- "fieldName": "maxView"
4403
- },
4404
- {
4405
- "name": "polling-interval",
4406
- "type": {
4407
- "text": "number"
4408
- },
4409
- "fieldName": "pollingInterval"
4410
- },
4208
+ "superclass": {
4209
+ "name": "FoundationElement",
4210
+ "package": "@microsoft/fast-foundation"
4211
+ },
4212
+ "tagName": "grid-tabulator-cell",
4213
+ "customElement": true
4214
+ }
4215
+ ],
4216
+ "exports": [
4217
+ {
4218
+ "kind": "js",
4219
+ "name": "GridTabulatorCell",
4220
+ "declaration": {
4221
+ "name": "GridTabulatorCell",
4222
+ "module": "src/cell/cell.ts"
4223
+ }
4224
+ },
4225
+ {
4226
+ "kind": "custom-element-definition",
4227
+ "name": "grid-tabulator-cell",
4228
+ "declaration": {
4229
+ "name": "GridTabulatorCell",
4230
+ "module": "src/cell/cell.ts"
4231
+ }
4232
+ }
4233
+ ]
4234
+ },
4235
+ {
4236
+ "kind": "javascript-module",
4237
+ "path": "src/cell/index.ts",
4238
+ "declarations": [],
4239
+ "exports": [
4240
+ {
4241
+ "kind": "js",
4242
+ "name": "*",
4243
+ "declaration": {
4244
+ "name": "*",
4245
+ "package": "./cell"
4246
+ }
4247
+ }
4248
+ ]
4249
+ },
4250
+ {
4251
+ "kind": "javascript-module",
4252
+ "path": "src/cell-formatters/action.formatter.ts",
4253
+ "declarations": [
4254
+ {
4255
+ "kind": "function",
4256
+ "name": "actionFormatter",
4257
+ "return": {
4258
+ "type": {
4259
+ "text": ""
4260
+ }
4261
+ },
4262
+ "parameters": [
4411
4263
  {
4412
- "name": "moving-view",
4264
+ "name": "cell",
4413
4265
  "type": {
4414
- "text": "boolean"
4266
+ "text": "any"
4415
4267
  },
4416
- "default": "false",
4417
- "fieldName": "movingView"
4268
+ "description": "The cell component provided by Tabulator"
4418
4269
  },
4419
4270
  {
4420
- "name": "order-by",
4271
+ "name": "formatterParams",
4272
+ "default": "{}",
4421
4273
  "type": {
4422
- "text": "string"
4274
+ "text": "ActionFormatterParams<T>"
4423
4275
  },
4424
- "fieldName": "orderBy"
4425
- },
4276
+ "description": "Action formatter parameters"
4277
+ }
4278
+ ],
4279
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4280
+ "privacy": "public"
4281
+ }
4282
+ ],
4283
+ "exports": [
4284
+ {
4285
+ "kind": "js",
4286
+ "name": "actionFormatter",
4287
+ "declaration": {
4288
+ "name": "actionFormatter",
4289
+ "module": "src/cell-formatters/action.formatter.ts"
4290
+ }
4291
+ }
4292
+ ]
4293
+ },
4294
+ {
4295
+ "kind": "javascript-module",
4296
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
4297
+ "declarations": [
4298
+ {
4299
+ "kind": "function",
4300
+ "name": "actionsMenuFormatter",
4301
+ "return": {
4302
+ "type": {
4303
+ "text": ""
4304
+ }
4305
+ },
4306
+ "parameters": [
4426
4307
  {
4427
- "name": "resource-name",
4308
+ "name": "cell",
4428
4309
  "type": {
4429
- "text": "string"
4310
+ "text": "any"
4430
4311
  },
4431
- "fieldName": "resourceName"
4312
+ "description": "The cell component provided by Tabulator"
4432
4313
  },
4433
4314
  {
4315
+ "name": "formatterParams",
4316
+ "default": "{}",
4434
4317
  "type": {
4435
- "text": "boolean"
4318
+ "text": "ActionsMenuFormatterParams<T>"
4436
4319
  },
4437
- "default": "false",
4438
- "fieldName": "reverse"
4439
- },
4440
- {
4441
- "name": "row-id",
4442
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4443
- "fieldName": "rowIdAttr"
4444
- },
4320
+ "description": "Actions menu formatter parameters"
4321
+ }
4322
+ ],
4323
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4324
+ "privacy": "public"
4325
+ }
4326
+ ],
4327
+ "exports": [
4328
+ {
4329
+ "kind": "js",
4330
+ "name": "actionsMenuFormatter",
4331
+ "declaration": {
4332
+ "name": "actionsMenuFormatter",
4333
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
4334
+ }
4335
+ }
4336
+ ]
4337
+ },
4338
+ {
4339
+ "kind": "javascript-module",
4340
+ "path": "src/cell-formatters/boolean.formatter.ts",
4341
+ "declarations": [
4342
+ {
4343
+ "kind": "function",
4344
+ "name": "booleanFormatter",
4345
+ "return": {
4346
+ "type": {
4347
+ "text": ""
4348
+ }
4349
+ },
4350
+ "parameters": [
4445
4351
  {
4446
- "name": "restart-on-reconnection",
4352
+ "name": "cell",
4447
4353
  "type": {
4448
- "text": "boolean"
4354
+ "text": "any"
4449
4355
  },
4450
- "default": "true",
4451
- "fieldName": "restartOnReconnection"
4356
+ "description": "The cell component provided by Tabulator"
4452
4357
  },
4453
4358
  {
4454
- "name": "keep-col-defs-on-clear-row-data",
4359
+ "name": "formatterParams",
4360
+ "default": "{}",
4455
4361
  "type": {
4456
- "text": "boolean"
4362
+ "text": "BooleanFormatterParams<T>"
4457
4363
  },
4458
- "default": "false",
4459
- "description": "Whether to keep column definitions when clearing row data",
4460
- "fieldName": "keepColDefsOnClearRowData"
4364
+ "description": "Boolean formatter parameters"
4365
+ }
4366
+ ],
4367
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
4368
+ "privacy": "public"
4369
+ }
4370
+ ],
4371
+ "exports": [
4372
+ {
4373
+ "kind": "js",
4374
+ "name": "booleanFormatter",
4375
+ "declaration": {
4376
+ "name": "booleanFormatter",
4377
+ "module": "src/cell-formatters/boolean.formatter.ts"
4378
+ }
4379
+ }
4380
+ ]
4381
+ },
4382
+ {
4383
+ "kind": "javascript-module",
4384
+ "path": "src/cell-formatters/constants.ts",
4385
+ "declarations": [],
4386
+ "exports": []
4387
+ },
4388
+ {
4389
+ "kind": "javascript-module",
4390
+ "path": "src/cell-formatters/editable.formatter.ts",
4391
+ "declarations": [
4392
+ {
4393
+ "kind": "function",
4394
+ "name": "editableFormatter",
4395
+ "return": {
4396
+ "type": {
4397
+ "text": ""
4461
4398
  }
4462
- ],
4463
- "mixins": [
4399
+ },
4400
+ "parameters": [
4464
4401
  {
4465
- "name": "LifecycleMixin",
4466
- "package": "@genesislcap/foundation-utils"
4402
+ "name": "cell",
4403
+ "type": {
4404
+ "text": "any"
4405
+ },
4406
+ "description": "The cell component provided by Tabulator"
4467
4407
  },
4468
4408
  {
4469
- "name": "DatasourceEventHandler",
4470
- "package": "@genesislcap/foundation-comms"
4409
+ "name": "formatterParams",
4410
+ "default": "{}",
4411
+ "type": {
4412
+ "text": "EditableFormatterParams<T>"
4413
+ },
4414
+ "description": "Editable formatter parameters"
4471
4415
  }
4472
4416
  ],
4473
- "superclass": {
4474
- "name": "FoundationElement",
4475
- "package": "@microsoft/fast-foundation"
4417
+ "description": "Formatter that displays an editable cell with validation state",
4418
+ "privacy": "public"
4419
+ }
4420
+ ],
4421
+ "exports": [
4422
+ {
4423
+ "kind": "js",
4424
+ "name": "editableFormatter",
4425
+ "declaration": {
4426
+ "name": "editableFormatter",
4427
+ "module": "src/cell-formatters/editable.formatter.ts"
4428
+ }
4429
+ }
4430
+ ]
4431
+ },
4432
+ {
4433
+ "kind": "javascript-module",
4434
+ "path": "src/cell-formatters/index.ts",
4435
+ "declarations": [
4436
+ {
4437
+ "kind": "variable",
4438
+ "name": "formatters",
4439
+ "type": {
4440
+ "text": "object"
4476
4441
  },
4477
- "tagName": "grid-tabulator-client-side-datasource",
4478
- "customElement": true
4442
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
4443
+ "description": "Zero formatters for Tabulator grid"
4479
4444
  }
4480
4445
  ],
4481
4446
  "exports": [
4482
4447
  {
4483
4448
  "kind": "js",
4484
- "name": "criteriaDelimiter",
4449
+ "name": "*",
4485
4450
  "declaration": {
4486
- "name": "criteriaDelimiter",
4487
- "module": "src/datasource/client-side.datasource.ts"
4451
+ "name": "*",
4452
+ "package": "./constants"
4488
4453
  }
4489
4454
  },
4490
4455
  {
4491
4456
  "kind": "js",
4492
- "name": "criteriaJoin",
4457
+ "name": "ActionFormatterParams",
4493
4458
  "declaration": {
4494
- "name": "criteriaJoin",
4495
- "module": "src/datasource/client-side.datasource.ts"
4459
+ "name": "ActionFormatterParams",
4460
+ "module": "src/cell-formatters/index.ts"
4496
4461
  }
4497
4462
  },
4498
4463
  {
4499
4464
  "kind": "js",
4500
- "name": "GridTabulatorClientSideDatasource",
4465
+ "name": "actionFormatter",
4501
4466
  "declaration": {
4502
- "name": "GridTabulatorClientSideDatasource",
4503
- "module": "src/datasource/client-side.datasource.ts"
4467
+ "name": "actionFormatter",
4468
+ "module": "src/cell-formatters/index.ts"
4504
4469
  }
4505
4470
  },
4506
4471
  {
4507
- "kind": "custom-element-definition",
4508
- "name": "grid-tabulator-client-side-datasource",
4472
+ "kind": "js",
4473
+ "name": "ActionsMenuFormatterParams",
4509
4474
  "declaration": {
4510
- "name": "GridTabulatorClientSideDatasource",
4511
- "module": "src/datasource/client-side.datasource.ts"
4475
+ "name": "ActionsMenuFormatterParams",
4476
+ "module": "src/cell-formatters/index.ts"
4512
4477
  }
4513
- }
4514
- ]
4515
- },
4516
- {
4517
- "kind": "javascript-module",
4518
- "path": "src/datasource/index.ts",
4519
- "declarations": [],
4520
- "exports": [
4478
+ },
4521
4479
  {
4522
4480
  "kind": "js",
4523
- "name": "*",
4481
+ "name": "actionsMenuFormatter",
4524
4482
  "declaration": {
4525
- "name": "*",
4526
- "package": "./client-side.datasource"
4483
+ "name": "actionsMenuFormatter",
4484
+ "module": "src/cell-formatters/index.ts"
4527
4485
  }
4528
- }
4529
- ]
4530
- },
4531
- {
4532
- "kind": "javascript-module",
4533
- "path": "src/external/fonts.ts",
4534
- "declarations": [
4486
+ },
4535
4487
  {
4536
- "kind": "variable",
4537
- "name": "tabulatorDefaultFontFace",
4538
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4488
+ "kind": "js",
4489
+ "name": "BooleanFormatterParams",
4490
+ "declaration": {
4491
+ "name": "BooleanFormatterParams",
4492
+ "module": "src/cell-formatters/index.ts"
4493
+ }
4539
4494
  },
4540
4495
  {
4541
- "kind": "variable",
4542
- "name": "tabulatorRapidFontFace",
4543
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4496
+ "kind": "js",
4497
+ "name": "booleanFormatter",
4498
+ "declaration": {
4499
+ "name": "booleanFormatter",
4500
+ "module": "src/cell-formatters/index.ts"
4501
+ }
4544
4502
  },
4545
4503
  {
4546
- "kind": "variable",
4547
- "name": "gridThemeFontFaceMap",
4548
- "type": {
4549
- "text": "GridThemeFontFaceMap"
4550
- },
4551
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4504
+ "kind": "js",
4505
+ "name": "EditableFormatterParams",
4506
+ "declaration": {
4507
+ "name": "EditableFormatterParams",
4508
+ "module": "src/cell-formatters/index.ts"
4509
+ }
4552
4510
  },
4553
4511
  {
4554
- "kind": "variable",
4555
- "name": "defaultGridTabulatorFontFace",
4556
- "default": "tabulatorDefaultFontFace"
4557
- }
4558
- ],
4559
- "exports": [
4512
+ "kind": "js",
4513
+ "name": "editableFormatter",
4514
+ "declaration": {
4515
+ "name": "editableFormatter",
4516
+ "module": "src/cell-formatters/index.ts"
4517
+ }
4518
+ },
4560
4519
  {
4561
4520
  "kind": "js",
4562
- "name": "tabulatorDefaultFontFace",
4521
+ "name": "SelectFormatterParams",
4563
4522
  "declaration": {
4564
- "name": "tabulatorDefaultFontFace",
4565
- "module": "src/external/fonts.ts"
4523
+ "name": "SelectFormatterParams",
4524
+ "module": "src/cell-formatters/index.ts"
4566
4525
  }
4567
4526
  },
4568
4527
  {
4569
4528
  "kind": "js",
4570
- "name": "tabulatorRapidFontFace",
4529
+ "name": "selectFormatter",
4571
4530
  "declaration": {
4572
- "name": "tabulatorRapidFontFace",
4573
- "module": "src/external/fonts.ts"
4531
+ "name": "selectFormatter",
4532
+ "module": "src/cell-formatters/index.ts"
4574
4533
  }
4575
4534
  },
4576
4535
  {
4577
4536
  "kind": "js",
4578
- "name": "gridThemeFontFaceMap",
4537
+ "name": "TextFormatterParams",
4579
4538
  "declaration": {
4580
- "name": "gridThemeFontFaceMap",
4581
- "module": "src/external/fonts.ts"
4539
+ "name": "TextFormatterParams",
4540
+ "module": "src/cell-formatters/index.ts"
4582
4541
  }
4583
4542
  },
4584
4543
  {
4585
4544
  "kind": "js",
4586
- "name": "defaultGridTabulatorFontFace",
4545
+ "name": "textFormatter",
4587
4546
  "declaration": {
4588
- "name": "defaultGridTabulatorFontFace",
4589
- "module": "src/external/fonts.ts"
4547
+ "name": "textFormatter",
4548
+ "module": "src/cell-formatters/index.ts"
4549
+ }
4550
+ },
4551
+ {
4552
+ "kind": "js",
4553
+ "name": "formatters",
4554
+ "declaration": {
4555
+ "name": "formatters",
4556
+ "module": "src/cell-formatters/index.ts"
4590
4557
  }
4591
4558
  }
4592
4559
  ]
4593
4560
  },
4594
4561
  {
4595
4562
  "kind": "javascript-module",
4596
- "path": "src/external/index.ts",
4563
+ "path": "src/cell-formatters/select.formatter.ts",
4597
4564
  "declarations": [
4598
4565
  {
4599
- "kind": "variable",
4600
- "name": "tabulatorExternalStockStyles",
4601
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4602
- "description": "External styles for the Tabulator grid.",
4566
+ "kind": "function",
4567
+ "name": "selectFormatter",
4568
+ "return": {
4569
+ "type": {
4570
+ "text": ""
4571
+ }
4572
+ },
4573
+ "parameters": [
4574
+ {
4575
+ "name": "cell",
4576
+ "type": {
4577
+ "text": "any"
4578
+ },
4579
+ "description": "The cell component provided by Tabulator"
4580
+ },
4581
+ {
4582
+ "name": "formatterParams",
4583
+ "type": {
4584
+ "text": "SelectFormatterParams<T>"
4585
+ },
4586
+ "description": "Select formatter parameters"
4587
+ }
4588
+ ],
4589
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
4603
4590
  "privacy": "public"
4604
4591
  }
4605
4592
  ],
4606
4593
  "exports": [
4607
4594
  {
4608
4595
  "kind": "js",
4609
- "name": "tabulatorExternalStockStyles",
4610
- "declaration": {
4611
- "name": "tabulatorExternalStockStyles",
4612
- "module": "src/external/index.ts"
4613
- }
4614
- },
4615
- {
4616
- "kind": "js",
4617
- "name": "tabulatorThemeSimpleCSS",
4596
+ "name": "selectFormatter",
4618
4597
  "declaration": {
4619
- "name": "tabulatorThemeSimpleCSS",
4620
- "module": "src/external/index.ts"
4598
+ "name": "selectFormatter",
4599
+ "module": "src/cell-formatters/select.formatter.ts"
4621
4600
  }
4622
4601
  }
4623
4602
  ]
4624
4603
  },
4625
4604
  {
4626
4605
  "kind": "javascript-module",
4627
- "path": "src/external/tabulator-theme-simple-css.ts",
4606
+ "path": "src/cell-formatters/text.formatter.ts",
4628
4607
  "declarations": [
4629
4608
  {
4630
- "kind": "variable",
4631
- "name": "tabulatorThemeSimpleCSS",
4632
- "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 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;\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-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\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-flex;\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`",
4633
- "description": "External styles for the Tabulator grid.",
4609
+ "kind": "function",
4610
+ "name": "textFormatter",
4611
+ "return": {
4612
+ "type": {
4613
+ "text": ""
4614
+ }
4615
+ },
4616
+ "parameters": [
4617
+ {
4618
+ "name": "cell",
4619
+ "type": {
4620
+ "text": "any"
4621
+ },
4622
+ "description": "The cell component provided by Tabulator"
4623
+ },
4624
+ {
4625
+ "name": "formatterParams",
4626
+ "default": "{}",
4627
+ "type": {
4628
+ "text": "TextFormatterParams<T>"
4629
+ },
4630
+ "description": "Text formatter parameters"
4631
+ }
4632
+ ],
4633
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
4634
4634
  "privacy": "public"
4635
4635
  }
4636
4636
  ],
4637
4637
  "exports": [
4638
4638
  {
4639
4639
  "kind": "js",
4640
- "name": "tabulatorThemeSimpleCSS",
4640
+ "name": "textFormatter",
4641
4641
  "declaration": {
4642
- "name": "tabulatorThemeSimpleCSS",
4643
- "module": "src/external/tabulator-theme-simple-css.ts"
4642
+ "name": "textFormatter",
4643
+ "module": "src/cell-formatters/text.formatter.ts"
4644
4644
  }
4645
4645
  }
4646
4646
  ]