@genesislcap/grid-tabulator 14.327.0 → 14.327.1-FUI-2395.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +629 -629
  2. package/package.json +14 -14
@@ -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,411 +2700,251 @@
2938
2700
  },
2939
2701
  {
2940
2702
  "kind": "javascript-module",
2941
- "path": "src/cell-formatters/action.formatter.ts",
2703
+ "path": "src/cell/cell.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 Cell element.",
2708
+ "name": "GridTabulatorCell",
2709
+ "members": [
2952
2710
  {
2953
- "name": "cell",
2711
+ "kind": "field",
2712
+ "name": "renderer",
2954
2713
  "type": {
2955
- "text": "any"
2714
+ "text": "CellRendererFunc"
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": "rendererParams",
2962
2721
  "type": {
2963
- "text": "ActionFormatterParams<T>"
2722
+ "text": "CellRendererParams"
2964
2723
  },
2965
- "description": "Action formatter parameters"
2724
+ "privacy": "public"
2725
+ },
2726
+ {
2727
+ "kind": "field",
2728
+ "name": "slottedRenderer",
2729
+ "type": {
2730
+ "text": "HTMLElement[]"
2731
+ },
2732
+ "privacy": "public"
2733
+ },
2734
+ {
2735
+ "kind": "method",
2736
+ "name": "init",
2737
+ "privacy": "public",
2738
+ "parameters": [
2739
+ {
2740
+ "name": "params",
2741
+ "type": {
2742
+ "text": "CellRendererParams"
2743
+ }
2744
+ }
2745
+ ]
2746
+ },
2747
+ {
2748
+ "kind": "method",
2749
+ "name": "getElement",
2750
+ "privacy": "public",
2751
+ "return": {
2752
+ "type": {
2753
+ "text": "HTMLElement"
2754
+ }
2755
+ }
2756
+ },
2757
+ {
2758
+ "kind": "method",
2759
+ "name": "destroy",
2760
+ "privacy": "public"
2761
+ },
2762
+ {
2763
+ "kind": "method",
2764
+ "name": "refresh",
2765
+ "privacy": "public",
2766
+ "return": {
2767
+ "type": {
2768
+ "text": "boolean"
2769
+ }
2770
+ },
2771
+ "parameters": [
2772
+ {
2773
+ "name": "params",
2774
+ "type": {
2775
+ "text": "CellRendererParams"
2776
+ }
2777
+ }
2778
+ ]
2779
+ },
2780
+ {
2781
+ "kind": "method",
2782
+ "name": "slottedRendererChanged",
2783
+ "privacy": "public"
2784
+ },
2785
+ {
2786
+ "kind": "field",
2787
+ "name": "_presentation",
2788
+ "type": {
2789
+ "text": "ComponentPresentation | null | undefined"
2790
+ },
2791
+ "privacy": "private",
2792
+ "default": "void 0",
2793
+ "inheritedFrom": {
2794
+ "name": "FoundationElement",
2795
+ "module": "src/foundation-element/foundation-element.ts"
2796
+ }
2797
+ },
2798
+ {
2799
+ "kind": "field",
2800
+ "name": "$presentation",
2801
+ "type": {
2802
+ "text": "ComponentPresentation | null"
2803
+ },
2804
+ "privacy": "public",
2805
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2806
+ "inheritedFrom": {
2807
+ "name": "FoundationElement",
2808
+ "module": "src/foundation-element/foundation-element.ts"
2809
+ }
2810
+ },
2811
+ {
2812
+ "kind": "field",
2813
+ "name": "template",
2814
+ "type": {
2815
+ "text": "ElementViewTemplate | void | null"
2816
+ },
2817
+ "privacy": "public",
2818
+ "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.",
2819
+ "inheritedFrom": {
2820
+ "name": "FoundationElement",
2821
+ "module": "src/foundation-element/foundation-element.ts"
2822
+ }
2823
+ },
2824
+ {
2825
+ "kind": "method",
2826
+ "name": "templateChanged",
2827
+ "privacy": "protected",
2828
+ "return": {
2829
+ "type": {
2830
+ "text": "void"
2831
+ }
2832
+ },
2833
+ "inheritedFrom": {
2834
+ "name": "FoundationElement",
2835
+ "module": "src/foundation-element/foundation-element.ts"
2836
+ }
2837
+ },
2838
+ {
2839
+ "kind": "field",
2840
+ "name": "styles",
2841
+ "type": {
2842
+ "text": "ElementStyles | void | null"
2843
+ },
2844
+ "privacy": "public",
2845
+ "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.",
2846
+ "inheritedFrom": {
2847
+ "name": "FoundationElement",
2848
+ "module": "src/foundation-element/foundation-element.ts"
2849
+ }
2850
+ },
2851
+ {
2852
+ "kind": "method",
2853
+ "name": "stylesChanged",
2854
+ "privacy": "protected",
2855
+ "return": {
2856
+ "type": {
2857
+ "text": "void"
2858
+ }
2859
+ },
2860
+ "inheritedFrom": {
2861
+ "name": "FoundationElement",
2862
+ "module": "src/foundation-element/foundation-element.ts"
2863
+ }
2864
+ },
2865
+ {
2866
+ "kind": "method",
2867
+ "name": "compose",
2868
+ "privacy": "public",
2869
+ "static": true,
2870
+ "return": {
2871
+ "type": {
2872
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2873
+ }
2874
+ },
2875
+ "parameters": [
2876
+ {
2877
+ "name": "this",
2878
+ "type": {
2879
+ "text": "K"
2880
+ }
2881
+ },
2882
+ {
2883
+ "name": "elementDefinition",
2884
+ "type": {
2885
+ "text": "T"
2886
+ },
2887
+ "description": "The definition of the element to create the registry\nfunction for."
2888
+ }
2889
+ ],
2890
+ "description": "Defines an element registry function with a set of element definition defaults.",
2891
+ "inheritedFrom": {
2892
+ "name": "FoundationElement",
2893
+ "module": "src/foundation-element/foundation-element.ts"
2894
+ }
2966
2895
  }
2967
2896
  ],
2968
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2969
- "privacy": "public"
2897
+ "superclass": {
2898
+ "name": "FoundationElement",
2899
+ "package": "@microsoft/fast-foundation"
2900
+ },
2901
+ "tagName": "grid-tabulator-cell",
2902
+ "customElement": true
2970
2903
  }
2971
2904
  ],
2972
2905
  "exports": [
2973
2906
  {
2974
2907
  "kind": "js",
2975
- "name": "actionFormatter",
2908
+ "name": "GridTabulatorCell",
2976
2909
  "declaration": {
2977
- "name": "actionFormatter",
2978
- "module": "src/cell-formatters/action.formatter.ts"
2910
+ "name": "GridTabulatorCell",
2911
+ "module": "src/cell/cell.ts"
2912
+ }
2913
+ },
2914
+ {
2915
+ "kind": "custom-element-definition",
2916
+ "name": "grid-tabulator-cell",
2917
+ "declaration": {
2918
+ "name": "GridTabulatorCell",
2919
+ "module": "src/cell/cell.ts"
2979
2920
  }
2980
2921
  }
2981
2922
  ]
2982
2923
  },
2983
2924
  {
2984
2925
  "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": [
2996
- {
2997
- "name": "cell",
2998
- "type": {
2999
- "text": "any"
3000
- },
3001
- "description": "The cell component provided by Tabulator"
3002
- },
3003
- {
3004
- "name": "formatterParams",
3005
- "default": "{}",
3006
- "type": {
3007
- "text": "ActionsMenuFormatterParams<T>"
3008
- },
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
- ],
2926
+ "path": "src/cell/index.ts",
2927
+ "declarations": [],
3016
2928
  "exports": [
3017
2929
  {
3018
2930
  "kind": "js",
3019
- "name": "actionsMenuFormatter",
2931
+ "name": "*",
3020
2932
  "declaration": {
3021
- "name": "actionsMenuFormatter",
3022
- "module": "src/cell-formatters/actions-menu.formatter.ts"
2933
+ "name": "*",
2934
+ "package": "./cell"
3023
2935
  }
3024
2936
  }
3025
2937
  ]
3026
2938
  },
3027
2939
  {
3028
2940
  "kind": "javascript-module",
3029
- "path": "src/cell-formatters/boolean.formatter.ts",
2941
+ "path": "src/column/column.ts",
3030
2942
  "declarations": [
3031
2943
  {
3032
- "kind": "function",
3033
- "name": "booleanFormatter",
3034
- "return": {
3035
- "type": {
3036
- "text": ""
3037
- }
3038
- },
3039
- "parameters": [
3040
- {
3041
- "name": "cell",
3042
- "type": {
3043
- "text": "any"
3044
- },
3045
- "description": "The cell component provided by Tabulator"
3046
- },
3047
- {
3048
- "name": "formatterParams",
3049
- "default": "{}",
3050
- "type": {
3051
- "text": "BooleanFormatterParams<T>"
3052
- },
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": [
3090
- {
3091
- "name": "cell",
3092
- "type": {
3093
- "text": "any"
3094
- },
3095
- "description": "The cell component provided by Tabulator"
3096
- },
3097
- {
3098
- "name": "formatterParams",
3099
- "default": "{}",
3100
- "type": {
3101
- "text": "EditableFormatterParams<T>"
3102
- },
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": [
3263
- {
3264
- "name": "cell",
3265
- "type": {
3266
- "text": "any"
3267
- },
3268
- "description": "The cell component provided by Tabulator"
3269
- },
3270
- {
3271
- "name": "formatterParams",
3272
- "type": {
3273
- "text": "SelectFormatterParams<T>"
3274
- },
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": [
3306
- {
3307
- "name": "cell",
3308
- "type": {
3309
- "text": "any"
3310
- },
3311
- "description": "The cell component provided by Tabulator"
3312
- },
3313
- {
3314
- "name": "formatterParams",
3315
- "default": "{}",
3316
- "type": {
3317
- "text": "TextFormatterParams<T>"
3318
- },
3319
- "description": "Text formatter parameters"
3320
- }
3321
- ],
3322
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3323
- "privacy": "public"
3324
- }
3325
- ],
3326
- "exports": [
3327
- {
3328
- "kind": "js",
3329
- "name": "textFormatter",
3330
- "declaration": {
3331
- "name": "textFormatter",
3332
- "module": "src/cell-formatters/text.formatter.ts"
3333
- }
3334
- }
3335
- ]
3336
- },
3337
- {
3338
- "kind": "javascript-module",
3339
- "path": "src/column/column.ts",
3340
- "declarations": [
3341
- {
3342
- "kind": "class",
3343
- "description": "The GridTabulator Column element.",
3344
- "name": "GridTabulatorColumn",
3345
- "members": [
2944
+ "kind": "class",
2945
+ "description": "The GridTabulator Column element.",
2946
+ "name": "GridTabulatorColumn",
2947
+ "members": [
3346
2948
  {
3347
2949
  "kind": "field",
3348
2950
  "name": "slottedCell",
@@ -3559,51 +3161,449 @@
3559
3161
  "module": "src/foundation-element/foundation-element.ts"
3560
3162
  }
3561
3163
  }
3562
- ],
3563
- "mixins": [
3164
+ ],
3165
+ "mixins": [
3166
+ {
3167
+ "name": "LifecycleMixin",
3168
+ "package": "@genesislcap/foundation-utils"
3169
+ }
3170
+ ],
3171
+ "superclass": {
3172
+ "name": "FoundationElement",
3173
+ "package": "@microsoft/fast-foundation"
3174
+ },
3175
+ "tagName": "grid-tabulator-column",
3176
+ "customElement": true
3177
+ }
3178
+ ],
3179
+ "exports": [
3180
+ {
3181
+ "kind": "js",
3182
+ "name": "GridTabulatorColumn",
3183
+ "declaration": {
3184
+ "name": "GridTabulatorColumn",
3185
+ "module": "src/column/column.ts"
3186
+ }
3187
+ },
3188
+ {
3189
+ "kind": "custom-element-definition",
3190
+ "name": "grid-tabulator-column",
3191
+ "declaration": {
3192
+ "name": "GridTabulatorColumn",
3193
+ "module": "src/column/column.ts"
3194
+ }
3195
+ }
3196
+ ]
3197
+ },
3198
+ {
3199
+ "kind": "javascript-module",
3200
+ "path": "src/column/index.ts",
3201
+ "declarations": [],
3202
+ "exports": [
3203
+ {
3204
+ "kind": "js",
3205
+ "name": "*",
3206
+ "declaration": {
3207
+ "name": "*",
3208
+ "package": "./column"
3209
+ }
3210
+ }
3211
+ ]
3212
+ },
3213
+ {
3214
+ "kind": "javascript-module",
3215
+ "path": "src/cell-formatters/action.formatter.ts",
3216
+ "declarations": [
3217
+ {
3218
+ "kind": "function",
3219
+ "name": "actionFormatter",
3220
+ "return": {
3221
+ "type": {
3222
+ "text": ""
3223
+ }
3224
+ },
3225
+ "parameters": [
3226
+ {
3227
+ "name": "cell",
3228
+ "type": {
3229
+ "text": "any"
3230
+ },
3231
+ "description": "The cell component provided by Tabulator"
3232
+ },
3233
+ {
3234
+ "name": "formatterParams",
3235
+ "default": "{}",
3236
+ "type": {
3237
+ "text": "ActionFormatterParams<T>"
3238
+ },
3239
+ "description": "Action formatter parameters"
3240
+ }
3241
+ ],
3242
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
3243
+ "privacy": "public"
3244
+ }
3245
+ ],
3246
+ "exports": [
3247
+ {
3248
+ "kind": "js",
3249
+ "name": "actionFormatter",
3250
+ "declaration": {
3251
+ "name": "actionFormatter",
3252
+ "module": "src/cell-formatters/action.formatter.ts"
3253
+ }
3254
+ }
3255
+ ]
3256
+ },
3257
+ {
3258
+ "kind": "javascript-module",
3259
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
3260
+ "declarations": [
3261
+ {
3262
+ "kind": "function",
3263
+ "name": "actionsMenuFormatter",
3264
+ "return": {
3265
+ "type": {
3266
+ "text": ""
3267
+ }
3268
+ },
3269
+ "parameters": [
3270
+ {
3271
+ "name": "cell",
3272
+ "type": {
3273
+ "text": "any"
3274
+ },
3275
+ "description": "The cell component provided by Tabulator"
3276
+ },
3277
+ {
3278
+ "name": "formatterParams",
3279
+ "default": "{}",
3280
+ "type": {
3281
+ "text": "ActionsMenuFormatterParams<T>"
3282
+ },
3283
+ "description": "Actions menu formatter parameters"
3284
+ }
3285
+ ],
3286
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3287
+ "privacy": "public"
3288
+ }
3289
+ ],
3290
+ "exports": [
3291
+ {
3292
+ "kind": "js",
3293
+ "name": "actionsMenuFormatter",
3294
+ "declaration": {
3295
+ "name": "actionsMenuFormatter",
3296
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
3297
+ }
3298
+ }
3299
+ ]
3300
+ },
3301
+ {
3302
+ "kind": "javascript-module",
3303
+ "path": "src/cell-formatters/boolean.formatter.ts",
3304
+ "declarations": [
3305
+ {
3306
+ "kind": "function",
3307
+ "name": "booleanFormatter",
3308
+ "return": {
3309
+ "type": {
3310
+ "text": ""
3311
+ }
3312
+ },
3313
+ "parameters": [
3314
+ {
3315
+ "name": "cell",
3316
+ "type": {
3317
+ "text": "any"
3318
+ },
3319
+ "description": "The cell component provided by Tabulator"
3320
+ },
3321
+ {
3322
+ "name": "formatterParams",
3323
+ "default": "{}",
3324
+ "type": {
3325
+ "text": "BooleanFormatterParams<T>"
3326
+ },
3327
+ "description": "Boolean formatter parameters"
3328
+ }
3329
+ ],
3330
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3331
+ "privacy": "public"
3332
+ }
3333
+ ],
3334
+ "exports": [
3335
+ {
3336
+ "kind": "js",
3337
+ "name": "booleanFormatter",
3338
+ "declaration": {
3339
+ "name": "booleanFormatter",
3340
+ "module": "src/cell-formatters/boolean.formatter.ts"
3341
+ }
3342
+ }
3343
+ ]
3344
+ },
3345
+ {
3346
+ "kind": "javascript-module",
3347
+ "path": "src/cell-formatters/constants.ts",
3348
+ "declarations": [],
3349
+ "exports": []
3350
+ },
3351
+ {
3352
+ "kind": "javascript-module",
3353
+ "path": "src/cell-formatters/editable.formatter.ts",
3354
+ "declarations": [
3355
+ {
3356
+ "kind": "function",
3357
+ "name": "editableFormatter",
3358
+ "return": {
3359
+ "type": {
3360
+ "text": ""
3361
+ }
3362
+ },
3363
+ "parameters": [
3564
3364
  {
3565
- "name": "LifecycleMixin",
3566
- "package": "@genesislcap/foundation-utils"
3365
+ "name": "cell",
3366
+ "type": {
3367
+ "text": "any"
3368
+ },
3369
+ "description": "The cell component provided by Tabulator"
3370
+ },
3371
+ {
3372
+ "name": "formatterParams",
3373
+ "default": "{}",
3374
+ "type": {
3375
+ "text": "EditableFormatterParams<T>"
3376
+ },
3377
+ "description": "Editable formatter parameters"
3567
3378
  }
3568
3379
  ],
3569
- "superclass": {
3570
- "name": "FoundationElement",
3571
- "package": "@microsoft/fast-foundation"
3380
+ "description": "Formatter that displays an editable cell with validation state",
3381
+ "privacy": "public"
3382
+ }
3383
+ ],
3384
+ "exports": [
3385
+ {
3386
+ "kind": "js",
3387
+ "name": "editableFormatter",
3388
+ "declaration": {
3389
+ "name": "editableFormatter",
3390
+ "module": "src/cell-formatters/editable.formatter.ts"
3391
+ }
3392
+ }
3393
+ ]
3394
+ },
3395
+ {
3396
+ "kind": "javascript-module",
3397
+ "path": "src/cell-formatters/index.ts",
3398
+ "declarations": [
3399
+ {
3400
+ "kind": "variable",
3401
+ "name": "formatters",
3402
+ "type": {
3403
+ "text": "object"
3572
3404
  },
3573
- "tagName": "grid-tabulator-column",
3574
- "customElement": true
3405
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3406
+ "description": "Zero formatters for Tabulator grid"
3575
3407
  }
3576
3408
  ],
3577
3409
  "exports": [
3578
3410
  {
3579
3411
  "kind": "js",
3580
- "name": "GridTabulatorColumn",
3412
+ "name": "*",
3581
3413
  "declaration": {
3582
- "name": "GridTabulatorColumn",
3583
- "module": "src/column/column.ts"
3414
+ "name": "*",
3415
+ "package": "./constants"
3584
3416
  }
3585
3417
  },
3586
3418
  {
3587
- "kind": "custom-element-definition",
3588
- "name": "grid-tabulator-column",
3419
+ "kind": "js",
3420
+ "name": "ActionFormatterParams",
3589
3421
  "declaration": {
3590
- "name": "GridTabulatorColumn",
3591
- "module": "src/column/column.ts"
3422
+ "name": "ActionFormatterParams",
3423
+ "module": "src/cell-formatters/index.ts"
3424
+ }
3425
+ },
3426
+ {
3427
+ "kind": "js",
3428
+ "name": "actionFormatter",
3429
+ "declaration": {
3430
+ "name": "actionFormatter",
3431
+ "module": "src/cell-formatters/index.ts"
3432
+ }
3433
+ },
3434
+ {
3435
+ "kind": "js",
3436
+ "name": "ActionsMenuFormatterParams",
3437
+ "declaration": {
3438
+ "name": "ActionsMenuFormatterParams",
3439
+ "module": "src/cell-formatters/index.ts"
3440
+ }
3441
+ },
3442
+ {
3443
+ "kind": "js",
3444
+ "name": "actionsMenuFormatter",
3445
+ "declaration": {
3446
+ "name": "actionsMenuFormatter",
3447
+ "module": "src/cell-formatters/index.ts"
3448
+ }
3449
+ },
3450
+ {
3451
+ "kind": "js",
3452
+ "name": "BooleanFormatterParams",
3453
+ "declaration": {
3454
+ "name": "BooleanFormatterParams",
3455
+ "module": "src/cell-formatters/index.ts"
3456
+ }
3457
+ },
3458
+ {
3459
+ "kind": "js",
3460
+ "name": "booleanFormatter",
3461
+ "declaration": {
3462
+ "name": "booleanFormatter",
3463
+ "module": "src/cell-formatters/index.ts"
3464
+ }
3465
+ },
3466
+ {
3467
+ "kind": "js",
3468
+ "name": "EditableFormatterParams",
3469
+ "declaration": {
3470
+ "name": "EditableFormatterParams",
3471
+ "module": "src/cell-formatters/index.ts"
3472
+ }
3473
+ },
3474
+ {
3475
+ "kind": "js",
3476
+ "name": "editableFormatter",
3477
+ "declaration": {
3478
+ "name": "editableFormatter",
3479
+ "module": "src/cell-formatters/index.ts"
3480
+ }
3481
+ },
3482
+ {
3483
+ "kind": "js",
3484
+ "name": "SelectFormatterParams",
3485
+ "declaration": {
3486
+ "name": "SelectFormatterParams",
3487
+ "module": "src/cell-formatters/index.ts"
3488
+ }
3489
+ },
3490
+ {
3491
+ "kind": "js",
3492
+ "name": "selectFormatter",
3493
+ "declaration": {
3494
+ "name": "selectFormatter",
3495
+ "module": "src/cell-formatters/index.ts"
3496
+ }
3497
+ },
3498
+ {
3499
+ "kind": "js",
3500
+ "name": "TextFormatterParams",
3501
+ "declaration": {
3502
+ "name": "TextFormatterParams",
3503
+ "module": "src/cell-formatters/index.ts"
3504
+ }
3505
+ },
3506
+ {
3507
+ "kind": "js",
3508
+ "name": "textFormatter",
3509
+ "declaration": {
3510
+ "name": "textFormatter",
3511
+ "module": "src/cell-formatters/index.ts"
3512
+ }
3513
+ },
3514
+ {
3515
+ "kind": "js",
3516
+ "name": "formatters",
3517
+ "declaration": {
3518
+ "name": "formatters",
3519
+ "module": "src/cell-formatters/index.ts"
3592
3520
  }
3593
3521
  }
3594
3522
  ]
3595
3523
  },
3596
3524
  {
3597
3525
  "kind": "javascript-module",
3598
- "path": "src/column/index.ts",
3599
- "declarations": [],
3526
+ "path": "src/cell-formatters/select.formatter.ts",
3527
+ "declarations": [
3528
+ {
3529
+ "kind": "function",
3530
+ "name": "selectFormatter",
3531
+ "return": {
3532
+ "type": {
3533
+ "text": ""
3534
+ }
3535
+ },
3536
+ "parameters": [
3537
+ {
3538
+ "name": "cell",
3539
+ "type": {
3540
+ "text": "any"
3541
+ },
3542
+ "description": "The cell component provided by Tabulator"
3543
+ },
3544
+ {
3545
+ "name": "formatterParams",
3546
+ "type": {
3547
+ "text": "SelectFormatterParams<T>"
3548
+ },
3549
+ "description": "Select formatter parameters"
3550
+ }
3551
+ ],
3552
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3553
+ "privacy": "public"
3554
+ }
3555
+ ],
3600
3556
  "exports": [
3601
3557
  {
3602
3558
  "kind": "js",
3603
- "name": "*",
3559
+ "name": "selectFormatter",
3604
3560
  "declaration": {
3605
- "name": "*",
3606
- "package": "./column"
3561
+ "name": "selectFormatter",
3562
+ "module": "src/cell-formatters/select.formatter.ts"
3563
+ }
3564
+ }
3565
+ ]
3566
+ },
3567
+ {
3568
+ "kind": "javascript-module",
3569
+ "path": "src/cell-formatters/text.formatter.ts",
3570
+ "declarations": [
3571
+ {
3572
+ "kind": "function",
3573
+ "name": "textFormatter",
3574
+ "return": {
3575
+ "type": {
3576
+ "text": ""
3577
+ }
3578
+ },
3579
+ "parameters": [
3580
+ {
3581
+ "name": "cell",
3582
+ "type": {
3583
+ "text": "any"
3584
+ },
3585
+ "description": "The cell component provided by Tabulator"
3586
+ },
3587
+ {
3588
+ "name": "formatterParams",
3589
+ "default": "{}",
3590
+ "type": {
3591
+ "text": "TextFormatterParams<T>"
3592
+ },
3593
+ "description": "Text formatter parameters"
3594
+ }
3595
+ ],
3596
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3597
+ "privacy": "public"
3598
+ }
3599
+ ],
3600
+ "exports": [
3601
+ {
3602
+ "kind": "js",
3603
+ "name": "textFormatter",
3604
+ "declaration": {
3605
+ "name": "textFormatter",
3606
+ "module": "src/cell-formatters/text.formatter.ts"
3607
3607
  }
3608
3608
  }
3609
3609
  ]
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-tabulator",
3
3
  "description": "Genesis Foundation Grid Tabulator",
4
- "version": "14.327.0",
4
+ "version": "14.327.1-FUI-2395.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
8
8
  "types": "dist/dts/index.d.ts",
9
9
  "engines": {
10
- "node": ">=20.0.0"
10
+ "node": ">=22.0.0"
11
11
  },
12
12
  "config": {
13
13
  "PORT": 4030
@@ -39,20 +39,20 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.327.0",
43
- "@genesislcap/genx": "14.327.0",
44
- "@genesislcap/rollup-builder": "14.327.0",
45
- "@genesislcap/ts-builder": "14.327.0",
46
- "@genesislcap/uvu-playwright-builder": "14.327.0",
47
- "@genesislcap/vite-builder": "14.327.0",
48
- "@genesislcap/webpack-builder": "14.327.0",
42
+ "@genesislcap/foundation-testing": "14.327.1-FUI-2395.2",
43
+ "@genesislcap/genx": "14.327.1-FUI-2395.2",
44
+ "@genesislcap/rollup-builder": "14.327.1-FUI-2395.2",
45
+ "@genesislcap/ts-builder": "14.327.1-FUI-2395.2",
46
+ "@genesislcap/uvu-playwright-builder": "14.327.1-FUI-2395.2",
47
+ "@genesislcap/vite-builder": "14.327.1-FUI-2395.2",
48
+ "@genesislcap/webpack-builder": "14.327.1-FUI-2395.2",
49
49
  "@types/tabulator-tables": "6.2.6"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.327.0",
53
- "@genesislcap/foundation-logger": "14.327.0",
54
- "@genesislcap/foundation-ui": "14.327.0",
55
- "@genesislcap/foundation-utils": "14.327.0",
52
+ "@genesislcap/foundation-comms": "14.327.1-FUI-2395.2",
53
+ "@genesislcap/foundation-logger": "14.327.1-FUI-2395.2",
54
+ "@genesislcap/foundation-ui": "14.327.1-FUI-2395.2",
55
+ "@genesislcap/foundation-utils": "14.327.1-FUI-2395.2",
56
56
  "@microsoft/fast-colors": "5.3.1",
57
57
  "@microsoft/fast-components": "2.30.6",
58
58
  "@microsoft/fast-element": "1.14.0",
@@ -73,5 +73,5 @@
73
73
  "access": "public"
74
74
  },
75
75
  "customElements": "dist/custom-elements.json",
76
- "gitHead": "b56a8d346f8f3b0596656e2ec9e30d5c1ffe448f"
76
+ "gitHead": "2fd2b05814afb7dd677bc761737dc56c91030ec6"
77
77
  }