@genesislcap/grid-tabulator 14.461.2-GENC-1346.1 → 14.461.3-alpha-5a8ece015.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.
@@ -1417,6 +1417,244 @@
1417
1417
  "declarations": [],
1418
1418
  "exports": []
1419
1419
  },
1420
+ {
1421
+ "kind": "javascript-module",
1422
+ "path": "src/cell/cell.ts",
1423
+ "declarations": [
1424
+ {
1425
+ "kind": "class",
1426
+ "description": "The GridTabulator Cell element.",
1427
+ "name": "GridTabulatorCell",
1428
+ "members": [
1429
+ {
1430
+ "kind": "field",
1431
+ "name": "renderer",
1432
+ "type": {
1433
+ "text": "CellRendererFunc"
1434
+ },
1435
+ "privacy": "public"
1436
+ },
1437
+ {
1438
+ "kind": "field",
1439
+ "name": "rendererParams",
1440
+ "type": {
1441
+ "text": "CellRendererParams"
1442
+ },
1443
+ "privacy": "public"
1444
+ },
1445
+ {
1446
+ "kind": "field",
1447
+ "name": "slottedRenderer",
1448
+ "type": {
1449
+ "text": "HTMLElement[]"
1450
+ },
1451
+ "privacy": "public"
1452
+ },
1453
+ {
1454
+ "kind": "method",
1455
+ "name": "init",
1456
+ "privacy": "public",
1457
+ "parameters": [
1458
+ {
1459
+ "name": "params",
1460
+ "type": {
1461
+ "text": "CellRendererParams"
1462
+ }
1463
+ }
1464
+ ]
1465
+ },
1466
+ {
1467
+ "kind": "method",
1468
+ "name": "getElement",
1469
+ "privacy": "public",
1470
+ "return": {
1471
+ "type": {
1472
+ "text": "HTMLElement"
1473
+ }
1474
+ }
1475
+ },
1476
+ {
1477
+ "kind": "method",
1478
+ "name": "destroy",
1479
+ "privacy": "public"
1480
+ },
1481
+ {
1482
+ "kind": "method",
1483
+ "name": "refresh",
1484
+ "privacy": "public",
1485
+ "return": {
1486
+ "type": {
1487
+ "text": "boolean"
1488
+ }
1489
+ },
1490
+ "parameters": [
1491
+ {
1492
+ "name": "params",
1493
+ "type": {
1494
+ "text": "CellRendererParams"
1495
+ }
1496
+ }
1497
+ ]
1498
+ },
1499
+ {
1500
+ "kind": "method",
1501
+ "name": "slottedRendererChanged",
1502
+ "privacy": "public"
1503
+ },
1504
+ {
1505
+ "kind": "field",
1506
+ "name": "_presentation",
1507
+ "type": {
1508
+ "text": "ComponentPresentation | null | undefined"
1509
+ },
1510
+ "privacy": "private",
1511
+ "default": "void 0",
1512
+ "inheritedFrom": {
1513
+ "name": "FoundationElement",
1514
+ "module": "src/foundation-element/foundation-element.ts"
1515
+ }
1516
+ },
1517
+ {
1518
+ "kind": "field",
1519
+ "name": "$presentation",
1520
+ "type": {
1521
+ "text": "ComponentPresentation | null"
1522
+ },
1523
+ "privacy": "public",
1524
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1525
+ "inheritedFrom": {
1526
+ "name": "FoundationElement",
1527
+ "module": "src/foundation-element/foundation-element.ts"
1528
+ }
1529
+ },
1530
+ {
1531
+ "kind": "field",
1532
+ "name": "template",
1533
+ "type": {
1534
+ "text": "ElementViewTemplate | void | null"
1535
+ },
1536
+ "privacy": "public",
1537
+ "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.",
1538
+ "inheritedFrom": {
1539
+ "name": "FoundationElement",
1540
+ "module": "src/foundation-element/foundation-element.ts"
1541
+ }
1542
+ },
1543
+ {
1544
+ "kind": "method",
1545
+ "name": "templateChanged",
1546
+ "privacy": "protected",
1547
+ "return": {
1548
+ "type": {
1549
+ "text": "void"
1550
+ }
1551
+ },
1552
+ "inheritedFrom": {
1553
+ "name": "FoundationElement",
1554
+ "module": "src/foundation-element/foundation-element.ts"
1555
+ }
1556
+ },
1557
+ {
1558
+ "kind": "field",
1559
+ "name": "styles",
1560
+ "type": {
1561
+ "text": "ElementStyles | void | null"
1562
+ },
1563
+ "privacy": "public",
1564
+ "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.",
1565
+ "inheritedFrom": {
1566
+ "name": "FoundationElement",
1567
+ "module": "src/foundation-element/foundation-element.ts"
1568
+ }
1569
+ },
1570
+ {
1571
+ "kind": "method",
1572
+ "name": "stylesChanged",
1573
+ "privacy": "protected",
1574
+ "return": {
1575
+ "type": {
1576
+ "text": "void"
1577
+ }
1578
+ },
1579
+ "inheritedFrom": {
1580
+ "name": "FoundationElement",
1581
+ "module": "src/foundation-element/foundation-element.ts"
1582
+ }
1583
+ },
1584
+ {
1585
+ "kind": "method",
1586
+ "name": "compose",
1587
+ "privacy": "public",
1588
+ "static": true,
1589
+ "return": {
1590
+ "type": {
1591
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1592
+ }
1593
+ },
1594
+ "parameters": [
1595
+ {
1596
+ "name": "this",
1597
+ "type": {
1598
+ "text": "K"
1599
+ }
1600
+ },
1601
+ {
1602
+ "name": "elementDefinition",
1603
+ "type": {
1604
+ "text": "T"
1605
+ },
1606
+ "description": "The definition of the element to create the registry\nfunction for."
1607
+ }
1608
+ ],
1609
+ "description": "Defines an element registry function with a set of element definition defaults.",
1610
+ "inheritedFrom": {
1611
+ "name": "FoundationElement",
1612
+ "module": "src/foundation-element/foundation-element.ts"
1613
+ }
1614
+ }
1615
+ ],
1616
+ "superclass": {
1617
+ "name": "FoundationElement",
1618
+ "package": "@microsoft/fast-foundation"
1619
+ },
1620
+ "tagName": "grid-tabulator-cell",
1621
+ "customElement": true
1622
+ }
1623
+ ],
1624
+ "exports": [
1625
+ {
1626
+ "kind": "js",
1627
+ "name": "GridTabulatorCell",
1628
+ "declaration": {
1629
+ "name": "GridTabulatorCell",
1630
+ "module": "src/cell/cell.ts"
1631
+ }
1632
+ },
1633
+ {
1634
+ "kind": "custom-element-definition",
1635
+ "name": "grid-tabulator-cell",
1636
+ "declaration": {
1637
+ "name": "GridTabulatorCell",
1638
+ "module": "src/cell/cell.ts"
1639
+ }
1640
+ }
1641
+ ]
1642
+ },
1643
+ {
1644
+ "kind": "javascript-module",
1645
+ "path": "src/cell/index.ts",
1646
+ "declarations": [],
1647
+ "exports": [
1648
+ {
1649
+ "kind": "js",
1650
+ "name": "*",
1651
+ "declaration": {
1652
+ "name": "*",
1653
+ "package": "./cell"
1654
+ }
1655
+ }
1656
+ ]
1657
+ },
1420
1658
  {
1421
1659
  "kind": "javascript-module",
1422
1660
  "path": "src/cell-editors/date.editor.ts",
@@ -2706,322 +2944,285 @@
2706
2944
  },
2707
2945
  {
2708
2946
  "kind": "javascript-module",
2709
- "path": "src/cell-formatters/action.formatter.ts",
2947
+ "path": "src/column/column.ts",
2710
2948
  "declarations": [
2711
2949
  {
2712
- "kind": "function",
2713
- "name": "actionFormatter",
2714
- "return": {
2715
- "type": {
2716
- "text": ""
2717
- }
2718
- },
2719
- "parameters": [
2950
+ "kind": "class",
2951
+ "description": "The GridTabulator Column element.",
2952
+ "name": "GridTabulatorColumn",
2953
+ "members": [
2720
2954
  {
2721
- "name": "cell",
2955
+ "kind": "field",
2956
+ "name": "slottedCell",
2722
2957
  "type": {
2723
- "text": "any"
2958
+ "text": "HTMLElement[]"
2724
2959
  },
2725
- "description": "The cell component provided by Tabulator"
2960
+ "privacy": "public"
2726
2961
  },
2727
2962
  {
2728
- "name": "formatterParams",
2729
- "default": "{}",
2963
+ "kind": "field",
2964
+ "name": "definition",
2730
2965
  "type": {
2731
- "text": "ActionFormatterParams<T>"
2966
+ "text": "Partial<ColumnDefinition>"
2732
2967
  },
2733
- "description": "Action formatter parameters"
2734
- }
2735
- ],
2736
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2737
- "privacy": "public"
2738
- }
2739
- ],
2740
- "exports": [
2741
- {
2742
- "kind": "js",
2743
- "name": "actionFormatter",
2744
- "declaration": {
2745
- "name": "actionFormatter",
2746
- "module": "src/cell-formatters/action.formatter.ts"
2747
- }
2748
- }
2749
- ]
2750
- },
2751
- {
2752
- "kind": "javascript-module",
2753
- "path": "src/cell-formatters/actions-menu.formatter.ts",
2754
- "declarations": [
2755
- {
2756
- "kind": "function",
2757
- "name": "actionsMenuFormatter",
2758
- "return": {
2759
- "type": {
2760
- "text": ""
2761
- }
2762
- },
2763
- "parameters": [
2968
+ "default": "{}"
2969
+ },
2764
2970
  {
2765
- "name": "cell",
2766
- "type": {
2767
- "text": "any"
2971
+ "kind": "method",
2972
+ "name": "slottedCellChanged",
2973
+ "privacy": "public"
2974
+ },
2975
+ {
2976
+ "kind": "method",
2977
+ "name": "deepClone",
2978
+ "return": {
2979
+ "type": {
2980
+ "text": "Node"
2981
+ }
2768
2982
  },
2769
- "description": "The cell component provided by Tabulator"
2983
+ "inheritedFrom": {
2984
+ "name": "LifecycleMixin",
2985
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2986
+ }
2770
2987
  },
2771
2988
  {
2772
- "name": "formatterParams",
2773
- "default": "{}",
2774
- "type": {
2775
- "text": "ActionsMenuFormatterParams<T>"
2989
+ "kind": "method",
2990
+ "name": "cloneNode",
2991
+ "return": {
2992
+ "type": {
2993
+ "text": "Node"
2994
+ }
2776
2995
  },
2777
- "description": "Actions menu formatter parameters"
2778
- }
2779
- ],
2780
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
2781
- "privacy": "public"
2782
- }
2783
- ],
2784
- "exports": [
2785
- {
2786
- "kind": "js",
2787
- "name": "actionsMenuFormatter",
2788
- "declaration": {
2789
- "name": "actionsMenuFormatter",
2790
- "module": "src/cell-formatters/actions-menu.formatter.ts"
2791
- }
2792
- }
2793
- ]
2794
- },
2795
- {
2796
- "kind": "javascript-module",
2797
- "path": "src/cell-formatters/boolean.formatter.ts",
2798
- "declarations": [
2799
- {
2800
- "kind": "function",
2801
- "name": "booleanFormatter",
2802
- "return": {
2803
- "type": {
2804
- "text": ""
2805
- }
2806
- },
2807
- "parameters": [
2996
+ "parameters": [
2997
+ {
2998
+ "name": "deep",
2999
+ "optional": true,
3000
+ "type": {
3001
+ "text": "boolean"
3002
+ }
3003
+ }
3004
+ ],
3005
+ "inheritedFrom": {
3006
+ "name": "LifecycleMixin",
3007
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3008
+ }
3009
+ },
2808
3010
  {
2809
- "name": "cell",
2810
- "type": {
2811
- "text": "any"
3011
+ "kind": "field",
3012
+ "name": "shouldRunDisconnect",
3013
+ "return": {
3014
+ "type": {
3015
+ "text": ""
3016
+ }
2812
3017
  },
2813
- "description": "The cell component provided by Tabulator"
3018
+ "readonly": true,
3019
+ "inheritedFrom": {
3020
+ "name": "LifecycleMixin",
3021
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3022
+ }
2814
3023
  },
2815
3024
  {
2816
- "name": "formatterParams",
2817
- "default": "{}",
3025
+ "kind": "field",
3026
+ "name": "shouldRunConnect",
3027
+ "return": {
3028
+ "type": {
3029
+ "text": ""
3030
+ }
3031
+ },
3032
+ "readonly": true,
3033
+ "inheritedFrom": {
3034
+ "name": "LifecycleMixin",
3035
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3036
+ }
3037
+ },
3038
+ {
3039
+ "kind": "method",
3040
+ "name": "#_blockLifecycleDueToTokenChange",
3041
+ "return": {
3042
+ "type": {
3043
+ "text": "boolean"
3044
+ }
3045
+ },
3046
+ "parameters": [
3047
+ {
3048
+ "name": "lifecycleType",
3049
+ "type": {
3050
+ "text": "Lifecycletype"
3051
+ }
3052
+ }
3053
+ ],
3054
+ "inheritedFrom": {
3055
+ "name": "LifecycleMixin",
3056
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3057
+ }
3058
+ },
3059
+ {
3060
+ "kind": "field",
3061
+ "name": "_presentation",
2818
3062
  "type": {
2819
- "text": "BooleanFormatterParams<T>"
3063
+ "text": "ComponentPresentation | null | undefined"
2820
3064
  },
2821
- "description": "Boolean formatter parameters"
2822
- }
2823
- ],
2824
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
2825
- "privacy": "public"
2826
- }
2827
- ],
2828
- "exports": [
2829
- {
2830
- "kind": "js",
2831
- "name": "booleanFormatter",
2832
- "declaration": {
2833
- "name": "booleanFormatter",
2834
- "module": "src/cell-formatters/boolean.formatter.ts"
2835
- }
2836
- }
2837
- ]
2838
- },
2839
- {
2840
- "kind": "javascript-module",
2841
- "path": "src/cell-formatters/constants.ts",
2842
- "declarations": [],
2843
- "exports": []
2844
- },
2845
- {
2846
- "kind": "javascript-module",
2847
- "path": "src/cell-formatters/editable.formatter.ts",
2848
- "declarations": [
2849
- {
2850
- "kind": "function",
2851
- "name": "editableFormatter",
2852
- "return": {
2853
- "type": {
2854
- "text": ""
2855
- }
2856
- },
2857
- "parameters": [
3065
+ "privacy": "private",
3066
+ "default": "void 0",
3067
+ "inheritedFrom": {
3068
+ "name": "FoundationElement",
3069
+ "module": "src/foundation-element/foundation-element.ts"
3070
+ }
3071
+ },
2858
3072
  {
2859
- "name": "cell",
3073
+ "kind": "field",
3074
+ "name": "$presentation",
2860
3075
  "type": {
2861
- "text": "any"
3076
+ "text": "ComponentPresentation | null"
2862
3077
  },
2863
- "description": "The cell component provided by Tabulator"
3078
+ "privacy": "public",
3079
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3080
+ "inheritedFrom": {
3081
+ "name": "FoundationElement",
3082
+ "module": "src/foundation-element/foundation-element.ts"
3083
+ }
2864
3084
  },
2865
3085
  {
2866
- "name": "formatterParams",
2867
- "default": "{}",
3086
+ "kind": "field",
3087
+ "name": "template",
2868
3088
  "type": {
2869
- "text": "EditableFormatterParams<T>"
3089
+ "text": "ElementViewTemplate | void | null"
2870
3090
  },
2871
- "description": "Editable formatter parameters"
2872
- }
2873
- ],
2874
- "description": "Formatter that displays an editable cell with validation state",
2875
- "privacy": "public"
2876
- }
2877
- ],
2878
- "exports": [
2879
- {
2880
- "kind": "js",
2881
- "name": "editableFormatter",
2882
- "declaration": {
2883
- "name": "editableFormatter",
2884
- "module": "src/cell-formatters/editable.formatter.ts"
2885
- }
2886
- }
2887
- ]
2888
- },
2889
- {
2890
- "kind": "javascript-module",
2891
- "path": "src/cell-formatters/index.ts",
2892
- "declarations": [
2893
- {
2894
- "kind": "variable",
2895
- "name": "formatters",
2896
- "type": {
2897
- "text": "object"
3091
+ "privacy": "public",
3092
+ "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.",
3093
+ "inheritedFrom": {
3094
+ "name": "FoundationElement",
3095
+ "module": "src/foundation-element/foundation-element.ts"
3096
+ }
3097
+ },
3098
+ {
3099
+ "kind": "method",
3100
+ "name": "templateChanged",
3101
+ "privacy": "protected",
3102
+ "return": {
3103
+ "type": {
3104
+ "text": "void"
3105
+ }
3106
+ },
3107
+ "inheritedFrom": {
3108
+ "name": "FoundationElement",
3109
+ "module": "src/foundation-element/foundation-element.ts"
3110
+ }
3111
+ },
3112
+ {
3113
+ "kind": "field",
3114
+ "name": "styles",
3115
+ "type": {
3116
+ "text": "ElementStyles | void | null"
3117
+ },
3118
+ "privacy": "public",
3119
+ "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.",
3120
+ "inheritedFrom": {
3121
+ "name": "FoundationElement",
3122
+ "module": "src/foundation-element/foundation-element.ts"
3123
+ }
3124
+ },
3125
+ {
3126
+ "kind": "method",
3127
+ "name": "stylesChanged",
3128
+ "privacy": "protected",
3129
+ "return": {
3130
+ "type": {
3131
+ "text": "void"
3132
+ }
3133
+ },
3134
+ "inheritedFrom": {
3135
+ "name": "FoundationElement",
3136
+ "module": "src/foundation-element/foundation-element.ts"
3137
+ }
3138
+ },
3139
+ {
3140
+ "kind": "method",
3141
+ "name": "compose",
3142
+ "privacy": "public",
3143
+ "static": true,
3144
+ "return": {
3145
+ "type": {
3146
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3147
+ }
3148
+ },
3149
+ "parameters": [
3150
+ {
3151
+ "name": "this",
3152
+ "type": {
3153
+ "text": "K"
3154
+ }
3155
+ },
3156
+ {
3157
+ "name": "elementDefinition",
3158
+ "type": {
3159
+ "text": "T"
3160
+ },
3161
+ "description": "The definition of the element to create the registry\nfunction for."
3162
+ }
3163
+ ],
3164
+ "description": "Defines an element registry function with a set of element definition defaults.",
3165
+ "inheritedFrom": {
3166
+ "name": "FoundationElement",
3167
+ "module": "src/foundation-element/foundation-element.ts"
3168
+ }
3169
+ }
3170
+ ],
3171
+ "mixins": [
3172
+ {
3173
+ "name": "LifecycleMixin",
3174
+ "package": "@genesislcap/foundation-utils"
3175
+ }
3176
+ ],
3177
+ "superclass": {
3178
+ "name": "FoundationElement",
3179
+ "package": "@microsoft/fast-foundation"
2898
3180
  },
2899
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
2900
- "description": "Zero formatters for Tabulator grid"
3181
+ "tagName": "grid-tabulator-column",
3182
+ "customElement": true
2901
3183
  }
2902
3184
  ],
2903
3185
  "exports": [
2904
3186
  {
2905
3187
  "kind": "js",
2906
- "name": "*",
2907
- "declaration": {
2908
- "name": "*",
2909
- "package": "./constants"
2910
- }
2911
- },
2912
- {
2913
- "kind": "js",
2914
- "name": "ActionFormatterParams",
2915
- "declaration": {
2916
- "name": "ActionFormatterParams",
2917
- "module": "src/cell-formatters/index.ts"
2918
- }
2919
- },
2920
- {
2921
- "kind": "js",
2922
- "name": "actionFormatter",
2923
- "declaration": {
2924
- "name": "actionFormatter",
2925
- "module": "src/cell-formatters/index.ts"
2926
- }
2927
- },
2928
- {
2929
- "kind": "js",
2930
- "name": "ActionsMenuFormatterParams",
2931
- "declaration": {
2932
- "name": "ActionsMenuFormatterParams",
2933
- "module": "src/cell-formatters/index.ts"
2934
- }
2935
- },
2936
- {
2937
- "kind": "js",
2938
- "name": "actionsMenuFormatter",
2939
- "declaration": {
2940
- "name": "actionsMenuFormatter",
2941
- "module": "src/cell-formatters/index.ts"
2942
- }
2943
- },
2944
- {
2945
- "kind": "js",
2946
- "name": "BooleanFormatterParams",
2947
- "declaration": {
2948
- "name": "BooleanFormatterParams",
2949
- "module": "src/cell-formatters/index.ts"
2950
- }
2951
- },
2952
- {
2953
- "kind": "js",
2954
- "name": "booleanFormatter",
2955
- "declaration": {
2956
- "name": "booleanFormatter",
2957
- "module": "src/cell-formatters/index.ts"
2958
- }
2959
- },
2960
- {
2961
- "kind": "js",
2962
- "name": "EditableFormatterParams",
2963
- "declaration": {
2964
- "name": "EditableFormatterParams",
2965
- "module": "src/cell-formatters/index.ts"
2966
- }
2967
- },
2968
- {
2969
- "kind": "js",
2970
- "name": "editableFormatter",
2971
- "declaration": {
2972
- "name": "editableFormatter",
2973
- "module": "src/cell-formatters/index.ts"
2974
- }
2975
- },
2976
- {
2977
- "kind": "js",
2978
- "name": "SelectFormatterParams",
2979
- "declaration": {
2980
- "name": "SelectFormatterParams",
2981
- "module": "src/cell-formatters/index.ts"
2982
- }
2983
- },
2984
- {
2985
- "kind": "js",
2986
- "name": "selectFormatter",
2987
- "declaration": {
2988
- "name": "selectFormatter",
2989
- "module": "src/cell-formatters/index.ts"
2990
- }
2991
- },
2992
- {
2993
- "kind": "js",
2994
- "name": "TextFormatterParams",
3188
+ "name": "GridTabulatorColumn",
2995
3189
  "declaration": {
2996
- "name": "TextFormatterParams",
2997
- "module": "src/cell-formatters/index.ts"
3190
+ "name": "GridTabulatorColumn",
3191
+ "module": "src/column/column.ts"
2998
3192
  }
2999
3193
  },
3000
3194
  {
3001
- "kind": "js",
3002
- "name": "textFormatter",
3195
+ "kind": "custom-element-definition",
3196
+ "name": "grid-tabulator-column",
3003
3197
  "declaration": {
3004
- "name": "textFormatter",
3005
- "module": "src/cell-formatters/index.ts"
3198
+ "name": "GridTabulatorColumn",
3199
+ "module": "src/column/column.ts"
3006
3200
  }
3007
- },
3201
+ }
3202
+ ]
3203
+ },
3204
+ {
3205
+ "kind": "javascript-module",
3206
+ "path": "src/column/index.ts",
3207
+ "declarations": [],
3208
+ "exports": [
3008
3209
  {
3009
3210
  "kind": "js",
3010
- "name": "formatters",
3211
+ "name": "*",
3011
3212
  "declaration": {
3012
- "name": "formatters",
3013
- "module": "src/cell-formatters/index.ts"
3213
+ "name": "*",
3214
+ "package": "./column"
3014
3215
  }
3015
3216
  }
3016
3217
  ]
3017
3218
  },
3018
3219
  {
3019
3220
  "kind": "javascript-module",
3020
- "path": "src/cell-formatters/select.formatter.ts",
3221
+ "path": "src/cell-formatters/action.formatter.ts",
3021
3222
  "declarations": [
3022
3223
  {
3023
3224
  "kind": "function",
3024
- "name": "selectFormatter",
3225
+ "name": "actionFormatter",
3025
3226
  "return": {
3026
3227
  "type": {
3027
3228
  "text": ""
@@ -3037,34 +3238,35 @@
3037
3238
  },
3038
3239
  {
3039
3240
  "name": "formatterParams",
3241
+ "default": "{}",
3040
3242
  "type": {
3041
- "text": "SelectFormatterParams<T>"
3243
+ "text": "ActionFormatterParams<T>"
3042
3244
  },
3043
- "description": "Select formatter parameters"
3245
+ "description": "Action formatter parameters"
3044
3246
  }
3045
3247
  ],
3046
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3248
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
3047
3249
  "privacy": "public"
3048
3250
  }
3049
3251
  ],
3050
3252
  "exports": [
3051
3253
  {
3052
3254
  "kind": "js",
3053
- "name": "selectFormatter",
3255
+ "name": "actionFormatter",
3054
3256
  "declaration": {
3055
- "name": "selectFormatter",
3056
- "module": "src/cell-formatters/select.formatter.ts"
3257
+ "name": "actionFormatter",
3258
+ "module": "src/cell-formatters/action.formatter.ts"
3057
3259
  }
3058
3260
  }
3059
3261
  ]
3060
3262
  },
3061
3263
  {
3062
3264
  "kind": "javascript-module",
3063
- "path": "src/cell-formatters/text.formatter.ts",
3265
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
3064
3266
  "declarations": [
3065
3267
  {
3066
3268
  "kind": "function",
3067
- "name": "textFormatter",
3269
+ "name": "actionsMenuFormatter",
3068
3270
  "return": {
3069
3271
  "type": {
3070
3272
  "text": ""
@@ -3082,296 +3284,332 @@
3082
3284
  "name": "formatterParams",
3083
3285
  "default": "{}",
3084
3286
  "type": {
3085
- "text": "TextFormatterParams<T>"
3287
+ "text": "ActionsMenuFormatterParams<T>"
3086
3288
  },
3087
- "description": "Text formatter parameters"
3289
+ "description": "Actions menu formatter parameters"
3088
3290
  }
3089
3291
  ],
3090
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3292
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3091
3293
  "privacy": "public"
3092
3294
  }
3093
3295
  ],
3094
3296
  "exports": [
3095
3297
  {
3096
3298
  "kind": "js",
3097
- "name": "textFormatter",
3299
+ "name": "actionsMenuFormatter",
3098
3300
  "declaration": {
3099
- "name": "textFormatter",
3100
- "module": "src/cell-formatters/text.formatter.ts"
3301
+ "name": "actionsMenuFormatter",
3302
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
3101
3303
  }
3102
3304
  }
3103
3305
  ]
3104
3306
  },
3105
3307
  {
3106
3308
  "kind": "javascript-module",
3107
- "path": "src/column/column.ts",
3309
+ "path": "src/cell-formatters/boolean.formatter.ts",
3108
3310
  "declarations": [
3109
3311
  {
3110
- "kind": "class",
3111
- "description": "The GridTabulator Column element.",
3112
- "name": "GridTabulatorColumn",
3113
- "members": [
3114
- {
3115
- "kind": "field",
3116
- "name": "slottedCell",
3117
- "type": {
3118
- "text": "HTMLElement[]"
3119
- },
3120
- "privacy": "public"
3121
- },
3312
+ "kind": "function",
3313
+ "name": "booleanFormatter",
3314
+ "return": {
3315
+ "type": {
3316
+ "text": ""
3317
+ }
3318
+ },
3319
+ "parameters": [
3122
3320
  {
3123
- "kind": "field",
3124
- "name": "definition",
3321
+ "name": "cell",
3125
3322
  "type": {
3126
- "text": "Partial<ColumnDefinition>"
3127
- },
3128
- "default": "{}"
3129
- },
3130
- {
3131
- "kind": "method",
3132
- "name": "slottedCellChanged",
3133
- "privacy": "public"
3134
- },
3135
- {
3136
- "kind": "method",
3137
- "name": "deepClone",
3138
- "return": {
3139
- "type": {
3140
- "text": "Node"
3141
- }
3142
- },
3143
- "inheritedFrom": {
3144
- "name": "LifecycleMixin",
3145
- "module": "src/mixins/lifecycle/lifecycle.ts"
3146
- }
3147
- },
3148
- {
3149
- "kind": "method",
3150
- "name": "cloneNode",
3151
- "return": {
3152
- "type": {
3153
- "text": "Node"
3154
- }
3155
- },
3156
- "parameters": [
3157
- {
3158
- "name": "deep",
3159
- "optional": true,
3160
- "type": {
3161
- "text": "boolean"
3162
- }
3163
- }
3164
- ],
3165
- "inheritedFrom": {
3166
- "name": "LifecycleMixin",
3167
- "module": "src/mixins/lifecycle/lifecycle.ts"
3168
- }
3169
- },
3170
- {
3171
- "kind": "field",
3172
- "name": "shouldRunDisconnect",
3173
- "return": {
3174
- "type": {
3175
- "text": ""
3176
- }
3177
- },
3178
- "readonly": true,
3179
- "inheritedFrom": {
3180
- "name": "LifecycleMixin",
3181
- "module": "src/mixins/lifecycle/lifecycle.ts"
3182
- }
3183
- },
3184
- {
3185
- "kind": "field",
3186
- "name": "shouldRunConnect",
3187
- "return": {
3188
- "type": {
3189
- "text": ""
3190
- }
3191
- },
3192
- "readonly": true,
3193
- "inheritedFrom": {
3194
- "name": "LifecycleMixin",
3195
- "module": "src/mixins/lifecycle/lifecycle.ts"
3196
- }
3197
- },
3198
- {
3199
- "kind": "method",
3200
- "name": "#_blockLifecycleDueToTokenChange",
3201
- "return": {
3202
- "type": {
3203
- "text": "boolean"
3204
- }
3323
+ "text": "any"
3205
3324
  },
3206
- "parameters": [
3207
- {
3208
- "name": "lifecycleType",
3209
- "type": {
3210
- "text": "Lifecycletype"
3211
- }
3212
- }
3213
- ],
3214
- "inheritedFrom": {
3215
- "name": "LifecycleMixin",
3216
- "module": "src/mixins/lifecycle/lifecycle.ts"
3217
- }
3325
+ "description": "The cell component provided by Tabulator"
3218
3326
  },
3219
3327
  {
3220
- "kind": "field",
3221
- "name": "_presentation",
3328
+ "name": "formatterParams",
3329
+ "default": "{}",
3222
3330
  "type": {
3223
- "text": "ComponentPresentation | null | undefined"
3331
+ "text": "BooleanFormatterParams<T>"
3224
3332
  },
3225
- "privacy": "private",
3226
- "default": "void 0",
3227
- "inheritedFrom": {
3228
- "name": "FoundationElement",
3229
- "module": "src/foundation-element/foundation-element.ts"
3230
- }
3231
- },
3333
+ "description": "Boolean formatter parameters"
3334
+ }
3335
+ ],
3336
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3337
+ "privacy": "public"
3338
+ }
3339
+ ],
3340
+ "exports": [
3341
+ {
3342
+ "kind": "js",
3343
+ "name": "booleanFormatter",
3344
+ "declaration": {
3345
+ "name": "booleanFormatter",
3346
+ "module": "src/cell-formatters/boolean.formatter.ts"
3347
+ }
3348
+ }
3349
+ ]
3350
+ },
3351
+ {
3352
+ "kind": "javascript-module",
3353
+ "path": "src/cell-formatters/constants.ts",
3354
+ "declarations": [],
3355
+ "exports": []
3356
+ },
3357
+ {
3358
+ "kind": "javascript-module",
3359
+ "path": "src/cell-formatters/editable.formatter.ts",
3360
+ "declarations": [
3361
+ {
3362
+ "kind": "function",
3363
+ "name": "editableFormatter",
3364
+ "return": {
3365
+ "type": {
3366
+ "text": ""
3367
+ }
3368
+ },
3369
+ "parameters": [
3232
3370
  {
3233
- "kind": "field",
3234
- "name": "$presentation",
3371
+ "name": "cell",
3235
3372
  "type": {
3236
- "text": "ComponentPresentation | null"
3373
+ "text": "any"
3237
3374
  },
3238
- "privacy": "public",
3239
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3240
- "inheritedFrom": {
3241
- "name": "FoundationElement",
3242
- "module": "src/foundation-element/foundation-element.ts"
3243
- }
3375
+ "description": "The cell component provided by Tabulator"
3244
3376
  },
3245
3377
  {
3246
- "kind": "field",
3247
- "name": "template",
3378
+ "name": "formatterParams",
3379
+ "default": "{}",
3248
3380
  "type": {
3249
- "text": "ElementViewTemplate | void | null"
3250
- },
3251
- "privacy": "public",
3252
- "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.",
3253
- "inheritedFrom": {
3254
- "name": "FoundationElement",
3255
- "module": "src/foundation-element/foundation-element.ts"
3256
- }
3257
- },
3258
- {
3259
- "kind": "method",
3260
- "name": "templateChanged",
3261
- "privacy": "protected",
3262
- "return": {
3263
- "type": {
3264
- "text": "void"
3265
- }
3381
+ "text": "EditableFormatterParams<T>"
3266
3382
  },
3267
- "inheritedFrom": {
3268
- "name": "FoundationElement",
3269
- "module": "src/foundation-element/foundation-element.ts"
3270
- }
3271
- },
3383
+ "description": "Editable formatter parameters"
3384
+ }
3385
+ ],
3386
+ "description": "Formatter that displays an editable cell with validation state",
3387
+ "privacy": "public"
3388
+ }
3389
+ ],
3390
+ "exports": [
3391
+ {
3392
+ "kind": "js",
3393
+ "name": "editableFormatter",
3394
+ "declaration": {
3395
+ "name": "editableFormatter",
3396
+ "module": "src/cell-formatters/editable.formatter.ts"
3397
+ }
3398
+ }
3399
+ ]
3400
+ },
3401
+ {
3402
+ "kind": "javascript-module",
3403
+ "path": "src/cell-formatters/index.ts",
3404
+ "declarations": [
3405
+ {
3406
+ "kind": "variable",
3407
+ "name": "formatters",
3408
+ "type": {
3409
+ "text": "object"
3410
+ },
3411
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3412
+ "description": "Zero formatters for Tabulator grid"
3413
+ }
3414
+ ],
3415
+ "exports": [
3416
+ {
3417
+ "kind": "js",
3418
+ "name": "*",
3419
+ "declaration": {
3420
+ "name": "*",
3421
+ "package": "./constants"
3422
+ }
3423
+ },
3424
+ {
3425
+ "kind": "js",
3426
+ "name": "ActionFormatterParams",
3427
+ "declaration": {
3428
+ "name": "ActionFormatterParams",
3429
+ "module": "src/cell-formatters/index.ts"
3430
+ }
3431
+ },
3432
+ {
3433
+ "kind": "js",
3434
+ "name": "actionFormatter",
3435
+ "declaration": {
3436
+ "name": "actionFormatter",
3437
+ "module": "src/cell-formatters/index.ts"
3438
+ }
3439
+ },
3440
+ {
3441
+ "kind": "js",
3442
+ "name": "ActionsMenuFormatterParams",
3443
+ "declaration": {
3444
+ "name": "ActionsMenuFormatterParams",
3445
+ "module": "src/cell-formatters/index.ts"
3446
+ }
3447
+ },
3448
+ {
3449
+ "kind": "js",
3450
+ "name": "actionsMenuFormatter",
3451
+ "declaration": {
3452
+ "name": "actionsMenuFormatter",
3453
+ "module": "src/cell-formatters/index.ts"
3454
+ }
3455
+ },
3456
+ {
3457
+ "kind": "js",
3458
+ "name": "BooleanFormatterParams",
3459
+ "declaration": {
3460
+ "name": "BooleanFormatterParams",
3461
+ "module": "src/cell-formatters/index.ts"
3462
+ }
3463
+ },
3464
+ {
3465
+ "kind": "js",
3466
+ "name": "booleanFormatter",
3467
+ "declaration": {
3468
+ "name": "booleanFormatter",
3469
+ "module": "src/cell-formatters/index.ts"
3470
+ }
3471
+ },
3472
+ {
3473
+ "kind": "js",
3474
+ "name": "EditableFormatterParams",
3475
+ "declaration": {
3476
+ "name": "EditableFormatterParams",
3477
+ "module": "src/cell-formatters/index.ts"
3478
+ }
3479
+ },
3480
+ {
3481
+ "kind": "js",
3482
+ "name": "editableFormatter",
3483
+ "declaration": {
3484
+ "name": "editableFormatter",
3485
+ "module": "src/cell-formatters/index.ts"
3486
+ }
3487
+ },
3488
+ {
3489
+ "kind": "js",
3490
+ "name": "SelectFormatterParams",
3491
+ "declaration": {
3492
+ "name": "SelectFormatterParams",
3493
+ "module": "src/cell-formatters/index.ts"
3494
+ }
3495
+ },
3496
+ {
3497
+ "kind": "js",
3498
+ "name": "selectFormatter",
3499
+ "declaration": {
3500
+ "name": "selectFormatter",
3501
+ "module": "src/cell-formatters/index.ts"
3502
+ }
3503
+ },
3504
+ {
3505
+ "kind": "js",
3506
+ "name": "TextFormatterParams",
3507
+ "declaration": {
3508
+ "name": "TextFormatterParams",
3509
+ "module": "src/cell-formatters/index.ts"
3510
+ }
3511
+ },
3512
+ {
3513
+ "kind": "js",
3514
+ "name": "textFormatter",
3515
+ "declaration": {
3516
+ "name": "textFormatter",
3517
+ "module": "src/cell-formatters/index.ts"
3518
+ }
3519
+ },
3520
+ {
3521
+ "kind": "js",
3522
+ "name": "formatters",
3523
+ "declaration": {
3524
+ "name": "formatters",
3525
+ "module": "src/cell-formatters/index.ts"
3526
+ }
3527
+ }
3528
+ ]
3529
+ },
3530
+ {
3531
+ "kind": "javascript-module",
3532
+ "path": "src/cell-formatters/select.formatter.ts",
3533
+ "declarations": [
3534
+ {
3535
+ "kind": "function",
3536
+ "name": "selectFormatter",
3537
+ "return": {
3538
+ "type": {
3539
+ "text": ""
3540
+ }
3541
+ },
3542
+ "parameters": [
3272
3543
  {
3273
- "kind": "field",
3274
- "name": "styles",
3544
+ "name": "cell",
3275
3545
  "type": {
3276
- "text": "ElementStyles | void | null"
3277
- },
3278
- "privacy": "public",
3279
- "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.",
3280
- "inheritedFrom": {
3281
- "name": "FoundationElement",
3282
- "module": "src/foundation-element/foundation-element.ts"
3283
- }
3284
- },
3285
- {
3286
- "kind": "method",
3287
- "name": "stylesChanged",
3288
- "privacy": "protected",
3289
- "return": {
3290
- "type": {
3291
- "text": "void"
3292
- }
3546
+ "text": "any"
3293
3547
  },
3294
- "inheritedFrom": {
3295
- "name": "FoundationElement",
3296
- "module": "src/foundation-element/foundation-element.ts"
3297
- }
3548
+ "description": "The cell component provided by Tabulator"
3298
3549
  },
3299
3550
  {
3300
- "kind": "method",
3301
- "name": "compose",
3302
- "privacy": "public",
3303
- "static": true,
3304
- "return": {
3305
- "type": {
3306
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3307
- }
3551
+ "name": "formatterParams",
3552
+ "type": {
3553
+ "text": "SelectFormatterParams<T>"
3308
3554
  },
3309
- "parameters": [
3310
- {
3311
- "name": "this",
3312
- "type": {
3313
- "text": "K"
3314
- }
3315
- },
3316
- {
3317
- "name": "elementDefinition",
3318
- "type": {
3319
- "text": "T"
3320
- },
3321
- "description": "The definition of the element to create the registry\nfunction for."
3322
- }
3323
- ],
3324
- "description": "Defines an element registry function with a set of element definition defaults.",
3325
- "inheritedFrom": {
3326
- "name": "FoundationElement",
3327
- "module": "src/foundation-element/foundation-element.ts"
3328
- }
3329
- }
3330
- ],
3331
- "mixins": [
3332
- {
3333
- "name": "LifecycleMixin",
3334
- "package": "@genesislcap/foundation-utils"
3555
+ "description": "Select formatter parameters"
3335
3556
  }
3336
3557
  ],
3337
- "superclass": {
3338
- "name": "FoundationElement",
3339
- "package": "@microsoft/fast-foundation"
3340
- },
3341
- "tagName": "grid-tabulator-column",
3342
- "customElement": true
3558
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3559
+ "privacy": "public"
3343
3560
  }
3344
3561
  ],
3345
3562
  "exports": [
3346
3563
  {
3347
3564
  "kind": "js",
3348
- "name": "GridTabulatorColumn",
3565
+ "name": "selectFormatter",
3349
3566
  "declaration": {
3350
- "name": "GridTabulatorColumn",
3351
- "module": "src/column/column.ts"
3567
+ "name": "selectFormatter",
3568
+ "module": "src/cell-formatters/select.formatter.ts"
3352
3569
  }
3353
- },
3570
+ }
3571
+ ]
3572
+ },
3573
+ {
3574
+ "kind": "javascript-module",
3575
+ "path": "src/cell-formatters/text.formatter.ts",
3576
+ "declarations": [
3354
3577
  {
3355
- "kind": "custom-element-definition",
3356
- "name": "grid-tabulator-column",
3357
- "declaration": {
3358
- "name": "GridTabulatorColumn",
3359
- "module": "src/column/column.ts"
3360
- }
3578
+ "kind": "function",
3579
+ "name": "textFormatter",
3580
+ "return": {
3581
+ "type": {
3582
+ "text": ""
3583
+ }
3584
+ },
3585
+ "parameters": [
3586
+ {
3587
+ "name": "cell",
3588
+ "type": {
3589
+ "text": "any"
3590
+ },
3591
+ "description": "The cell component provided by Tabulator"
3592
+ },
3593
+ {
3594
+ "name": "formatterParams",
3595
+ "default": "{}",
3596
+ "type": {
3597
+ "text": "TextFormatterParams<T>"
3598
+ },
3599
+ "description": "Text formatter parameters"
3600
+ }
3601
+ ],
3602
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3603
+ "privacy": "public"
3361
3604
  }
3362
- ]
3363
- },
3364
- {
3365
- "kind": "javascript-module",
3366
- "path": "src/column/index.ts",
3367
- "declarations": [],
3605
+ ],
3368
3606
  "exports": [
3369
3607
  {
3370
3608
  "kind": "js",
3371
- "name": "*",
3609
+ "name": "textFormatter",
3372
3610
  "declaration": {
3373
- "name": "*",
3374
- "package": "./column"
3611
+ "name": "textFormatter",
3612
+ "module": "src/cell-formatters/text.formatter.ts"
3375
3613
  }
3376
3614
  }
3377
3615
  ]
@@ -4427,244 +4665,6 @@
4427
4665
  }
4428
4666
  ]
4429
4667
  },
4430
- {
4431
- "kind": "javascript-module",
4432
- "path": "src/cell/cell.ts",
4433
- "declarations": [
4434
- {
4435
- "kind": "class",
4436
- "description": "The GridTabulator Cell element.",
4437
- "name": "GridTabulatorCell",
4438
- "members": [
4439
- {
4440
- "kind": "field",
4441
- "name": "renderer",
4442
- "type": {
4443
- "text": "CellRendererFunc"
4444
- },
4445
- "privacy": "public"
4446
- },
4447
- {
4448
- "kind": "field",
4449
- "name": "rendererParams",
4450
- "type": {
4451
- "text": "CellRendererParams"
4452
- },
4453
- "privacy": "public"
4454
- },
4455
- {
4456
- "kind": "field",
4457
- "name": "slottedRenderer",
4458
- "type": {
4459
- "text": "HTMLElement[]"
4460
- },
4461
- "privacy": "public"
4462
- },
4463
- {
4464
- "kind": "method",
4465
- "name": "init",
4466
- "privacy": "public",
4467
- "parameters": [
4468
- {
4469
- "name": "params",
4470
- "type": {
4471
- "text": "CellRendererParams"
4472
- }
4473
- }
4474
- ]
4475
- },
4476
- {
4477
- "kind": "method",
4478
- "name": "getElement",
4479
- "privacy": "public",
4480
- "return": {
4481
- "type": {
4482
- "text": "HTMLElement"
4483
- }
4484
- }
4485
- },
4486
- {
4487
- "kind": "method",
4488
- "name": "destroy",
4489
- "privacy": "public"
4490
- },
4491
- {
4492
- "kind": "method",
4493
- "name": "refresh",
4494
- "privacy": "public",
4495
- "return": {
4496
- "type": {
4497
- "text": "boolean"
4498
- }
4499
- },
4500
- "parameters": [
4501
- {
4502
- "name": "params",
4503
- "type": {
4504
- "text": "CellRendererParams"
4505
- }
4506
- }
4507
- ]
4508
- },
4509
- {
4510
- "kind": "method",
4511
- "name": "slottedRendererChanged",
4512
- "privacy": "public"
4513
- },
4514
- {
4515
- "kind": "field",
4516
- "name": "_presentation",
4517
- "type": {
4518
- "text": "ComponentPresentation | null | undefined"
4519
- },
4520
- "privacy": "private",
4521
- "default": "void 0",
4522
- "inheritedFrom": {
4523
- "name": "FoundationElement",
4524
- "module": "src/foundation-element/foundation-element.ts"
4525
- }
4526
- },
4527
- {
4528
- "kind": "field",
4529
- "name": "$presentation",
4530
- "type": {
4531
- "text": "ComponentPresentation | null"
4532
- },
4533
- "privacy": "public",
4534
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4535
- "inheritedFrom": {
4536
- "name": "FoundationElement",
4537
- "module": "src/foundation-element/foundation-element.ts"
4538
- }
4539
- },
4540
- {
4541
- "kind": "field",
4542
- "name": "template",
4543
- "type": {
4544
- "text": "ElementViewTemplate | void | null"
4545
- },
4546
- "privacy": "public",
4547
- "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.",
4548
- "inheritedFrom": {
4549
- "name": "FoundationElement",
4550
- "module": "src/foundation-element/foundation-element.ts"
4551
- }
4552
- },
4553
- {
4554
- "kind": "method",
4555
- "name": "templateChanged",
4556
- "privacy": "protected",
4557
- "return": {
4558
- "type": {
4559
- "text": "void"
4560
- }
4561
- },
4562
- "inheritedFrom": {
4563
- "name": "FoundationElement",
4564
- "module": "src/foundation-element/foundation-element.ts"
4565
- }
4566
- },
4567
- {
4568
- "kind": "field",
4569
- "name": "styles",
4570
- "type": {
4571
- "text": "ElementStyles | void | null"
4572
- },
4573
- "privacy": "public",
4574
- "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.",
4575
- "inheritedFrom": {
4576
- "name": "FoundationElement",
4577
- "module": "src/foundation-element/foundation-element.ts"
4578
- }
4579
- },
4580
- {
4581
- "kind": "method",
4582
- "name": "stylesChanged",
4583
- "privacy": "protected",
4584
- "return": {
4585
- "type": {
4586
- "text": "void"
4587
- }
4588
- },
4589
- "inheritedFrom": {
4590
- "name": "FoundationElement",
4591
- "module": "src/foundation-element/foundation-element.ts"
4592
- }
4593
- },
4594
- {
4595
- "kind": "method",
4596
- "name": "compose",
4597
- "privacy": "public",
4598
- "static": true,
4599
- "return": {
4600
- "type": {
4601
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4602
- }
4603
- },
4604
- "parameters": [
4605
- {
4606
- "name": "this",
4607
- "type": {
4608
- "text": "K"
4609
- }
4610
- },
4611
- {
4612
- "name": "elementDefinition",
4613
- "type": {
4614
- "text": "T"
4615
- },
4616
- "description": "The definition of the element to create the registry\nfunction for."
4617
- }
4618
- ],
4619
- "description": "Defines an element registry function with a set of element definition defaults.",
4620
- "inheritedFrom": {
4621
- "name": "FoundationElement",
4622
- "module": "src/foundation-element/foundation-element.ts"
4623
- }
4624
- }
4625
- ],
4626
- "superclass": {
4627
- "name": "FoundationElement",
4628
- "package": "@microsoft/fast-foundation"
4629
- },
4630
- "tagName": "grid-tabulator-cell",
4631
- "customElement": true
4632
- }
4633
- ],
4634
- "exports": [
4635
- {
4636
- "kind": "js",
4637
- "name": "GridTabulatorCell",
4638
- "declaration": {
4639
- "name": "GridTabulatorCell",
4640
- "module": "src/cell/cell.ts"
4641
- }
4642
- },
4643
- {
4644
- "kind": "custom-element-definition",
4645
- "name": "grid-tabulator-cell",
4646
- "declaration": {
4647
- "name": "GridTabulatorCell",
4648
- "module": "src/cell/cell.ts"
4649
- }
4650
- }
4651
- ]
4652
- },
4653
- {
4654
- "kind": "javascript-module",
4655
- "path": "src/cell/index.ts",
4656
- "declarations": [],
4657
- "exports": [
4658
- {
4659
- "kind": "js",
4660
- "name": "*",
4661
- "declaration": {
4662
- "name": "*",
4663
- "package": "./cell"
4664
- }
4665
- }
4666
- ]
4667
- },
4668
4668
  {
4669
4669
  "kind": "javascript-module",
4670
4670
  "path": "src/style/colors.ts",