@genesislcap/grid-tabulator 14.128.0 → 14.130.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.
- package/dist/custom-elements.json +249 -249
- package/package.json +8 -8
|
@@ -955,6 +955,255 @@
|
|
|
955
955
|
}
|
|
956
956
|
]
|
|
957
957
|
},
|
|
958
|
+
{
|
|
959
|
+
"kind": "javascript-module",
|
|
960
|
+
"path": "src/cell/index.ts",
|
|
961
|
+
"declarations": [],
|
|
962
|
+
"exports": []
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"kind": "javascript-module",
|
|
966
|
+
"path": "src/column/index.ts",
|
|
967
|
+
"declarations": [],
|
|
968
|
+
"exports": []
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "javascript-module",
|
|
972
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
973
|
+
"declarations": [
|
|
974
|
+
{
|
|
975
|
+
"kind": "class",
|
|
976
|
+
"description": "The Tabulator Action Renderer element.",
|
|
977
|
+
"name": "ActionRenderer",
|
|
978
|
+
"members": [
|
|
979
|
+
{
|
|
980
|
+
"kind": "field",
|
|
981
|
+
"name": "params",
|
|
982
|
+
"type": {
|
|
983
|
+
"text": "ActionRendererParams"
|
|
984
|
+
},
|
|
985
|
+
"privacy": "public"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"kind": "field",
|
|
989
|
+
"name": "pendingAction",
|
|
990
|
+
"type": {
|
|
991
|
+
"text": "boolean"
|
|
992
|
+
},
|
|
993
|
+
"privacy": "public"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"kind": "method",
|
|
997
|
+
"name": "init",
|
|
998
|
+
"privacy": "public",
|
|
999
|
+
"parameters": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "params",
|
|
1002
|
+
"type": {
|
|
1003
|
+
"text": "ActionRendererParams"
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"kind": "method",
|
|
1010
|
+
"name": "clickHandler",
|
|
1011
|
+
"privacy": "public"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "field",
|
|
1015
|
+
"name": "dataTestId",
|
|
1016
|
+
"readonly": true
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"kind": "field",
|
|
1020
|
+
"name": "_presentation",
|
|
1021
|
+
"type": {
|
|
1022
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1023
|
+
},
|
|
1024
|
+
"privacy": "private",
|
|
1025
|
+
"default": "void 0",
|
|
1026
|
+
"inheritedFrom": {
|
|
1027
|
+
"name": "FoundationElement",
|
|
1028
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "field",
|
|
1033
|
+
"name": "$presentation",
|
|
1034
|
+
"type": {
|
|
1035
|
+
"text": "ComponentPresentation | null"
|
|
1036
|
+
},
|
|
1037
|
+
"privacy": "public",
|
|
1038
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1039
|
+
"inheritedFrom": {
|
|
1040
|
+
"name": "FoundationElement",
|
|
1041
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"kind": "field",
|
|
1046
|
+
"name": "template",
|
|
1047
|
+
"type": {
|
|
1048
|
+
"text": "ElementViewTemplate | void | null"
|
|
1049
|
+
},
|
|
1050
|
+
"privacy": "public",
|
|
1051
|
+
"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.",
|
|
1052
|
+
"inheritedFrom": {
|
|
1053
|
+
"name": "FoundationElement",
|
|
1054
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"kind": "method",
|
|
1059
|
+
"name": "templateChanged",
|
|
1060
|
+
"privacy": "protected",
|
|
1061
|
+
"return": {
|
|
1062
|
+
"type": {
|
|
1063
|
+
"text": "void"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"inheritedFrom": {
|
|
1067
|
+
"name": "FoundationElement",
|
|
1068
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "field",
|
|
1073
|
+
"name": "styles",
|
|
1074
|
+
"type": {
|
|
1075
|
+
"text": "ElementStyles | void | null"
|
|
1076
|
+
},
|
|
1077
|
+
"privacy": "public",
|
|
1078
|
+
"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.",
|
|
1079
|
+
"inheritedFrom": {
|
|
1080
|
+
"name": "FoundationElement",
|
|
1081
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "method",
|
|
1086
|
+
"name": "stylesChanged",
|
|
1087
|
+
"privacy": "protected",
|
|
1088
|
+
"return": {
|
|
1089
|
+
"type": {
|
|
1090
|
+
"text": "void"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"inheritedFrom": {
|
|
1094
|
+
"name": "FoundationElement",
|
|
1095
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"kind": "method",
|
|
1100
|
+
"name": "compose",
|
|
1101
|
+
"privacy": "public",
|
|
1102
|
+
"static": true,
|
|
1103
|
+
"return": {
|
|
1104
|
+
"type": {
|
|
1105
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"parameters": [
|
|
1109
|
+
{
|
|
1110
|
+
"name": "this",
|
|
1111
|
+
"type": {
|
|
1112
|
+
"text": "K"
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "elementDefinition",
|
|
1117
|
+
"type": {
|
|
1118
|
+
"text": "T"
|
|
1119
|
+
},
|
|
1120
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1121
|
+
}
|
|
1122
|
+
],
|
|
1123
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1124
|
+
"inheritedFrom": {
|
|
1125
|
+
"name": "FoundationElement",
|
|
1126
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
],
|
|
1130
|
+
"superclass": {
|
|
1131
|
+
"name": "FoundationElement",
|
|
1132
|
+
"package": "@microsoft/fast-foundation"
|
|
1133
|
+
},
|
|
1134
|
+
"tagName": "%%prefix%%-grid-tabulator-action-renderer",
|
|
1135
|
+
"customElement": true
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"kind": "variable",
|
|
1139
|
+
"name": "actionHeightMultiplier",
|
|
1140
|
+
"description": "The base height multiplier for the action renderer.",
|
|
1141
|
+
"privacy": "public"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"kind": "variable",
|
|
1145
|
+
"name": "tabulatorActionRendererStyles",
|
|
1146
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
1147
|
+
"description": "The Tabulator Action Renderer Styles.",
|
|
1148
|
+
"privacy": "public"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"kind": "variable",
|
|
1152
|
+
"name": "foundationGridTabulatorActionRenderer",
|
|
1153
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
1154
|
+
"privacy": "public"
|
|
1155
|
+
}
|
|
1156
|
+
],
|
|
1157
|
+
"exports": [
|
|
1158
|
+
{
|
|
1159
|
+
"kind": "js",
|
|
1160
|
+
"name": "ActionRenderer",
|
|
1161
|
+
"declaration": {
|
|
1162
|
+
"name": "ActionRenderer",
|
|
1163
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"kind": "js",
|
|
1168
|
+
"name": "actionHeightMultiplier",
|
|
1169
|
+
"declaration": {
|
|
1170
|
+
"name": "actionHeightMultiplier",
|
|
1171
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
1172
|
+
}
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"kind": "js",
|
|
1176
|
+
"name": "tabulatorActionRendererStyles",
|
|
1177
|
+
"declaration": {
|
|
1178
|
+
"name": "tabulatorActionRendererStyles",
|
|
1179
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"kind": "js",
|
|
1184
|
+
"name": "foundationGridTabulatorActionRenderer",
|
|
1185
|
+
"declaration": {
|
|
1186
|
+
"name": "foundationGridTabulatorActionRenderer",
|
|
1187
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
]
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"kind": "javascript-module",
|
|
1194
|
+
"path": "src/cell-renderers/index.ts",
|
|
1195
|
+
"declarations": [],
|
|
1196
|
+
"exports": [
|
|
1197
|
+
{
|
|
1198
|
+
"kind": "js",
|
|
1199
|
+
"name": "*",
|
|
1200
|
+
"declaration": {
|
|
1201
|
+
"name": "*",
|
|
1202
|
+
"package": "./action.renderer"
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
]
|
|
1206
|
+
},
|
|
958
1207
|
{
|
|
959
1208
|
"kind": "javascript-module",
|
|
960
1209
|
"path": "src/datasource/client-side.datasource.ts",
|
|
@@ -1760,255 +2009,6 @@
|
|
|
1760
2009
|
}
|
|
1761
2010
|
]
|
|
1762
2011
|
},
|
|
1763
|
-
{
|
|
1764
|
-
"kind": "javascript-module",
|
|
1765
|
-
"path": "src/column/index.ts",
|
|
1766
|
-
"declarations": [],
|
|
1767
|
-
"exports": []
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "javascript-module",
|
|
1771
|
-
"path": "src/cell/index.ts",
|
|
1772
|
-
"declarations": [],
|
|
1773
|
-
"exports": []
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"kind": "javascript-module",
|
|
1777
|
-
"path": "src/cell-renderers/action.renderer.ts",
|
|
1778
|
-
"declarations": [
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "class",
|
|
1781
|
-
"description": "The Tabulator Action Renderer element.",
|
|
1782
|
-
"name": "ActionRenderer",
|
|
1783
|
-
"members": [
|
|
1784
|
-
{
|
|
1785
|
-
"kind": "field",
|
|
1786
|
-
"name": "params",
|
|
1787
|
-
"type": {
|
|
1788
|
-
"text": "ActionRendererParams"
|
|
1789
|
-
},
|
|
1790
|
-
"privacy": "public"
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "field",
|
|
1794
|
-
"name": "pendingAction",
|
|
1795
|
-
"type": {
|
|
1796
|
-
"text": "boolean"
|
|
1797
|
-
},
|
|
1798
|
-
"privacy": "public"
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"kind": "method",
|
|
1802
|
-
"name": "init",
|
|
1803
|
-
"privacy": "public",
|
|
1804
|
-
"parameters": [
|
|
1805
|
-
{
|
|
1806
|
-
"name": "params",
|
|
1807
|
-
"type": {
|
|
1808
|
-
"text": "ActionRendererParams"
|
|
1809
|
-
}
|
|
1810
|
-
}
|
|
1811
|
-
]
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"kind": "method",
|
|
1815
|
-
"name": "clickHandler",
|
|
1816
|
-
"privacy": "public"
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"kind": "field",
|
|
1820
|
-
"name": "dataTestId",
|
|
1821
|
-
"readonly": true
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"kind": "field",
|
|
1825
|
-
"name": "_presentation",
|
|
1826
|
-
"type": {
|
|
1827
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1828
|
-
},
|
|
1829
|
-
"privacy": "private",
|
|
1830
|
-
"default": "void 0",
|
|
1831
|
-
"inheritedFrom": {
|
|
1832
|
-
"name": "FoundationElement",
|
|
1833
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1834
|
-
}
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"kind": "field",
|
|
1838
|
-
"name": "$presentation",
|
|
1839
|
-
"type": {
|
|
1840
|
-
"text": "ComponentPresentation | null"
|
|
1841
|
-
},
|
|
1842
|
-
"privacy": "public",
|
|
1843
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1844
|
-
"inheritedFrom": {
|
|
1845
|
-
"name": "FoundationElement",
|
|
1846
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
"kind": "field",
|
|
1851
|
-
"name": "template",
|
|
1852
|
-
"type": {
|
|
1853
|
-
"text": "ElementViewTemplate | void | null"
|
|
1854
|
-
},
|
|
1855
|
-
"privacy": "public",
|
|
1856
|
-
"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.",
|
|
1857
|
-
"inheritedFrom": {
|
|
1858
|
-
"name": "FoundationElement",
|
|
1859
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
|
-
{
|
|
1863
|
-
"kind": "method",
|
|
1864
|
-
"name": "templateChanged",
|
|
1865
|
-
"privacy": "protected",
|
|
1866
|
-
"return": {
|
|
1867
|
-
"type": {
|
|
1868
|
-
"text": "void"
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
|
-
"inheritedFrom": {
|
|
1872
|
-
"name": "FoundationElement",
|
|
1873
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
"kind": "field",
|
|
1878
|
-
"name": "styles",
|
|
1879
|
-
"type": {
|
|
1880
|
-
"text": "ElementStyles | void | null"
|
|
1881
|
-
},
|
|
1882
|
-
"privacy": "public",
|
|
1883
|
-
"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.",
|
|
1884
|
-
"inheritedFrom": {
|
|
1885
|
-
"name": "FoundationElement",
|
|
1886
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"kind": "method",
|
|
1891
|
-
"name": "stylesChanged",
|
|
1892
|
-
"privacy": "protected",
|
|
1893
|
-
"return": {
|
|
1894
|
-
"type": {
|
|
1895
|
-
"text": "void"
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
"inheritedFrom": {
|
|
1899
|
-
"name": "FoundationElement",
|
|
1900
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"kind": "method",
|
|
1905
|
-
"name": "compose",
|
|
1906
|
-
"privacy": "public",
|
|
1907
|
-
"static": true,
|
|
1908
|
-
"return": {
|
|
1909
|
-
"type": {
|
|
1910
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1911
|
-
}
|
|
1912
|
-
},
|
|
1913
|
-
"parameters": [
|
|
1914
|
-
{
|
|
1915
|
-
"name": "this",
|
|
1916
|
-
"type": {
|
|
1917
|
-
"text": "K"
|
|
1918
|
-
}
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"name": "elementDefinition",
|
|
1922
|
-
"type": {
|
|
1923
|
-
"text": "T"
|
|
1924
|
-
},
|
|
1925
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1926
|
-
}
|
|
1927
|
-
],
|
|
1928
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1929
|
-
"inheritedFrom": {
|
|
1930
|
-
"name": "FoundationElement",
|
|
1931
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1932
|
-
}
|
|
1933
|
-
}
|
|
1934
|
-
],
|
|
1935
|
-
"superclass": {
|
|
1936
|
-
"name": "FoundationElement",
|
|
1937
|
-
"package": "@microsoft/fast-foundation"
|
|
1938
|
-
},
|
|
1939
|
-
"tagName": "%%prefix%%-grid-tabulator-action-renderer",
|
|
1940
|
-
"customElement": true
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"kind": "variable",
|
|
1944
|
-
"name": "actionHeightMultiplier",
|
|
1945
|
-
"description": "The base height multiplier for the action renderer.",
|
|
1946
|
-
"privacy": "public"
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "variable",
|
|
1950
|
-
"name": "tabulatorActionRendererStyles",
|
|
1951
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
1952
|
-
"description": "The Tabulator Action Renderer Styles.",
|
|
1953
|
-
"privacy": "public"
|
|
1954
|
-
},
|
|
1955
|
-
{
|
|
1956
|
-
"kind": "variable",
|
|
1957
|
-
"name": "foundationGridTabulatorActionRenderer",
|
|
1958
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
1959
|
-
"privacy": "public"
|
|
1960
|
-
}
|
|
1961
|
-
],
|
|
1962
|
-
"exports": [
|
|
1963
|
-
{
|
|
1964
|
-
"kind": "js",
|
|
1965
|
-
"name": "ActionRenderer",
|
|
1966
|
-
"declaration": {
|
|
1967
|
-
"name": "ActionRenderer",
|
|
1968
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1969
|
-
}
|
|
1970
|
-
},
|
|
1971
|
-
{
|
|
1972
|
-
"kind": "js",
|
|
1973
|
-
"name": "actionHeightMultiplier",
|
|
1974
|
-
"declaration": {
|
|
1975
|
-
"name": "actionHeightMultiplier",
|
|
1976
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
"kind": "js",
|
|
1981
|
-
"name": "tabulatorActionRendererStyles",
|
|
1982
|
-
"declaration": {
|
|
1983
|
-
"name": "tabulatorActionRendererStyles",
|
|
1984
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1985
|
-
}
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"kind": "js",
|
|
1989
|
-
"name": "foundationGridTabulatorActionRenderer",
|
|
1990
|
-
"declaration": {
|
|
1991
|
-
"name": "foundationGridTabulatorActionRenderer",
|
|
1992
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1993
|
-
}
|
|
1994
|
-
}
|
|
1995
|
-
]
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"kind": "javascript-module",
|
|
1999
|
-
"path": "src/cell-renderers/index.ts",
|
|
2000
|
-
"declarations": [],
|
|
2001
|
-
"exports": [
|
|
2002
|
-
{
|
|
2003
|
-
"kind": "js",
|
|
2004
|
-
"name": "*",
|
|
2005
|
-
"declaration": {
|
|
2006
|
-
"name": "*",
|
|
2007
|
-
"package": "./action.renderer"
|
|
2008
|
-
}
|
|
2009
|
-
}
|
|
2010
|
-
]
|
|
2011
|
-
},
|
|
2012
2012
|
{
|
|
2013
2013
|
"kind": "javascript-module",
|
|
2014
2014
|
"path": "src/external/fonts.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Grid Tabulator",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.130.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"test:debug": "genx test --debug"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@genesislcap/foundation-testing": "14.
|
|
35
|
-
"@genesislcap/genx": "14.
|
|
34
|
+
"@genesislcap/foundation-testing": "14.130.0",
|
|
35
|
+
"@genesislcap/genx": "14.130.0",
|
|
36
36
|
"@types/tabulator-tables": "^5.5.2",
|
|
37
37
|
"rimraf": "^3.0.2"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-comms": "14.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
-
"@genesislcap/foundation-ui": "14.
|
|
43
|
-
"@genesislcap/foundation-utils": "14.
|
|
40
|
+
"@genesislcap/foundation-comms": "14.130.0",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.130.0",
|
|
42
|
+
"@genesislcap/foundation-ui": "14.130.0",
|
|
43
|
+
"@genesislcap/foundation-utils": "14.130.0",
|
|
44
44
|
"@microsoft/fast-colors": "^5.3.1",
|
|
45
45
|
"@microsoft/fast-components": "^2.30.6",
|
|
46
46
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"customElements": "dist/custom-elements.json",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "71ae81e8e14cdc1564c23459c56db3b53b1f1109"
|
|
65
65
|
}
|