@genesislcap/grid-tabulator 14.217.2 → 14.217.4
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 +237 -237
- package/package.json +14 -14
|
@@ -1044,243 +1044,6 @@
|
|
|
1044
1044
|
"declarations": [],
|
|
1045
1045
|
"exports": []
|
|
1046
1046
|
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "javascript-module",
|
|
1049
|
-
"path": "src/cell-renderers/action.renderer.ts",
|
|
1050
|
-
"declarations": [
|
|
1051
|
-
{
|
|
1052
|
-
"kind": "class",
|
|
1053
|
-
"description": "The Tabulator Action Renderer element.",
|
|
1054
|
-
"name": "ActionRenderer",
|
|
1055
|
-
"members": [
|
|
1056
|
-
{
|
|
1057
|
-
"kind": "field",
|
|
1058
|
-
"name": "params",
|
|
1059
|
-
"type": {
|
|
1060
|
-
"text": "ActionRendererParams"
|
|
1061
|
-
},
|
|
1062
|
-
"privacy": "public"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "field",
|
|
1066
|
-
"name": "pendingAction",
|
|
1067
|
-
"type": {
|
|
1068
|
-
"text": "boolean"
|
|
1069
|
-
},
|
|
1070
|
-
"privacy": "public"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"kind": "method",
|
|
1074
|
-
"name": "init",
|
|
1075
|
-
"privacy": "public",
|
|
1076
|
-
"parameters": [
|
|
1077
|
-
{
|
|
1078
|
-
"name": "params",
|
|
1079
|
-
"type": {
|
|
1080
|
-
"text": "ActionRendererParams"
|
|
1081
|
-
}
|
|
1082
|
-
}
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"kind": "method",
|
|
1087
|
-
"name": "clickHandler",
|
|
1088
|
-
"privacy": "public"
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"kind": "field",
|
|
1092
|
-
"name": "dataTestId",
|
|
1093
|
-
"readonly": true
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"kind": "field",
|
|
1097
|
-
"name": "_presentation",
|
|
1098
|
-
"type": {
|
|
1099
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1100
|
-
},
|
|
1101
|
-
"privacy": "private",
|
|
1102
|
-
"default": "void 0",
|
|
1103
|
-
"inheritedFrom": {
|
|
1104
|
-
"name": "FoundationElement",
|
|
1105
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1106
|
-
}
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"kind": "field",
|
|
1110
|
-
"name": "$presentation",
|
|
1111
|
-
"type": {
|
|
1112
|
-
"text": "ComponentPresentation | null"
|
|
1113
|
-
},
|
|
1114
|
-
"privacy": "public",
|
|
1115
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1116
|
-
"inheritedFrom": {
|
|
1117
|
-
"name": "FoundationElement",
|
|
1118
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1119
|
-
}
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"kind": "field",
|
|
1123
|
-
"name": "template",
|
|
1124
|
-
"type": {
|
|
1125
|
-
"text": "ElementViewTemplate | void | null"
|
|
1126
|
-
},
|
|
1127
|
-
"privacy": "public",
|
|
1128
|
-
"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.",
|
|
1129
|
-
"inheritedFrom": {
|
|
1130
|
-
"name": "FoundationElement",
|
|
1131
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1132
|
-
}
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"kind": "method",
|
|
1136
|
-
"name": "templateChanged",
|
|
1137
|
-
"privacy": "protected",
|
|
1138
|
-
"return": {
|
|
1139
|
-
"type": {
|
|
1140
|
-
"text": "void"
|
|
1141
|
-
}
|
|
1142
|
-
},
|
|
1143
|
-
"inheritedFrom": {
|
|
1144
|
-
"name": "FoundationElement",
|
|
1145
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1146
|
-
}
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"kind": "field",
|
|
1150
|
-
"name": "styles",
|
|
1151
|
-
"type": {
|
|
1152
|
-
"text": "ElementStyles | void | null"
|
|
1153
|
-
},
|
|
1154
|
-
"privacy": "public",
|
|
1155
|
-
"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.",
|
|
1156
|
-
"inheritedFrom": {
|
|
1157
|
-
"name": "FoundationElement",
|
|
1158
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1159
|
-
}
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"kind": "method",
|
|
1163
|
-
"name": "stylesChanged",
|
|
1164
|
-
"privacy": "protected",
|
|
1165
|
-
"return": {
|
|
1166
|
-
"type": {
|
|
1167
|
-
"text": "void"
|
|
1168
|
-
}
|
|
1169
|
-
},
|
|
1170
|
-
"inheritedFrom": {
|
|
1171
|
-
"name": "FoundationElement",
|
|
1172
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1173
|
-
}
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"kind": "method",
|
|
1177
|
-
"name": "compose",
|
|
1178
|
-
"privacy": "public",
|
|
1179
|
-
"static": true,
|
|
1180
|
-
"return": {
|
|
1181
|
-
"type": {
|
|
1182
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
"parameters": [
|
|
1186
|
-
{
|
|
1187
|
-
"name": "this",
|
|
1188
|
-
"type": {
|
|
1189
|
-
"text": "K"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"name": "elementDefinition",
|
|
1194
|
-
"type": {
|
|
1195
|
-
"text": "T"
|
|
1196
|
-
},
|
|
1197
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1198
|
-
}
|
|
1199
|
-
],
|
|
1200
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1201
|
-
"inheritedFrom": {
|
|
1202
|
-
"name": "FoundationElement",
|
|
1203
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1204
|
-
}
|
|
1205
|
-
}
|
|
1206
|
-
],
|
|
1207
|
-
"superclass": {
|
|
1208
|
-
"name": "FoundationElement",
|
|
1209
|
-
"package": "@microsoft/fast-foundation"
|
|
1210
|
-
},
|
|
1211
|
-
"tagName": "%%prefix%%-grid-tabulator-action-renderer",
|
|
1212
|
-
"customElement": true
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
"kind": "variable",
|
|
1216
|
-
"name": "actionHeightMultiplier",
|
|
1217
|
-
"description": "The base height multiplier for the action renderer.",
|
|
1218
|
-
"privacy": "public"
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"kind": "variable",
|
|
1222
|
-
"name": "tabulatorActionRendererStyles",
|
|
1223
|
-
"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`",
|
|
1224
|
-
"description": "The Tabulator Action Renderer Styles.",
|
|
1225
|
-
"privacy": "public"
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"kind": "variable",
|
|
1229
|
-
"name": "foundationGridTabulatorActionRenderer",
|
|
1230
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
1231
|
-
"privacy": "public"
|
|
1232
|
-
}
|
|
1233
|
-
],
|
|
1234
|
-
"exports": [
|
|
1235
|
-
{
|
|
1236
|
-
"kind": "js",
|
|
1237
|
-
"name": "ActionRenderer",
|
|
1238
|
-
"declaration": {
|
|
1239
|
-
"name": "ActionRenderer",
|
|
1240
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1241
|
-
}
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"kind": "js",
|
|
1245
|
-
"name": "actionHeightMultiplier",
|
|
1246
|
-
"declaration": {
|
|
1247
|
-
"name": "actionHeightMultiplier",
|
|
1248
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1249
|
-
}
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"kind": "js",
|
|
1253
|
-
"name": "tabulatorActionRendererStyles",
|
|
1254
|
-
"declaration": {
|
|
1255
|
-
"name": "tabulatorActionRendererStyles",
|
|
1256
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1257
|
-
}
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"kind": "js",
|
|
1261
|
-
"name": "foundationGridTabulatorActionRenderer",
|
|
1262
|
-
"declaration": {
|
|
1263
|
-
"name": "foundationGridTabulatorActionRenderer",
|
|
1264
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
]
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"kind": "javascript-module",
|
|
1271
|
-
"path": "src/cell-renderers/index.ts",
|
|
1272
|
-
"declarations": [],
|
|
1273
|
-
"exports": [
|
|
1274
|
-
{
|
|
1275
|
-
"kind": "js",
|
|
1276
|
-
"name": "*",
|
|
1277
|
-
"declaration": {
|
|
1278
|
-
"name": "*",
|
|
1279
|
-
"package": "./action.renderer"
|
|
1280
|
-
}
|
|
1281
|
-
}
|
|
1282
|
-
]
|
|
1283
|
-
},
|
|
1284
1047
|
{
|
|
1285
1048
|
"kind": "javascript-module",
|
|
1286
1049
|
"path": "src/column/index.ts",
|
|
@@ -2107,6 +1870,243 @@
|
|
|
2107
1870
|
}
|
|
2108
1871
|
]
|
|
2109
1872
|
},
|
|
1873
|
+
{
|
|
1874
|
+
"kind": "javascript-module",
|
|
1875
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
1876
|
+
"declarations": [
|
|
1877
|
+
{
|
|
1878
|
+
"kind": "class",
|
|
1879
|
+
"description": "The Tabulator Action Renderer element.",
|
|
1880
|
+
"name": "ActionRenderer",
|
|
1881
|
+
"members": [
|
|
1882
|
+
{
|
|
1883
|
+
"kind": "field",
|
|
1884
|
+
"name": "params",
|
|
1885
|
+
"type": {
|
|
1886
|
+
"text": "ActionRendererParams"
|
|
1887
|
+
},
|
|
1888
|
+
"privacy": "public"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"kind": "field",
|
|
1892
|
+
"name": "pendingAction",
|
|
1893
|
+
"type": {
|
|
1894
|
+
"text": "boolean"
|
|
1895
|
+
},
|
|
1896
|
+
"privacy": "public"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"kind": "method",
|
|
1900
|
+
"name": "init",
|
|
1901
|
+
"privacy": "public",
|
|
1902
|
+
"parameters": [
|
|
1903
|
+
{
|
|
1904
|
+
"name": "params",
|
|
1905
|
+
"type": {
|
|
1906
|
+
"text": "ActionRendererParams"
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
]
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"kind": "method",
|
|
1913
|
+
"name": "clickHandler",
|
|
1914
|
+
"privacy": "public"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "field",
|
|
1918
|
+
"name": "dataTestId",
|
|
1919
|
+
"readonly": true
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "field",
|
|
1923
|
+
"name": "_presentation",
|
|
1924
|
+
"type": {
|
|
1925
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1926
|
+
},
|
|
1927
|
+
"privacy": "private",
|
|
1928
|
+
"default": "void 0",
|
|
1929
|
+
"inheritedFrom": {
|
|
1930
|
+
"name": "FoundationElement",
|
|
1931
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"kind": "field",
|
|
1936
|
+
"name": "$presentation",
|
|
1937
|
+
"type": {
|
|
1938
|
+
"text": "ComponentPresentation | null"
|
|
1939
|
+
},
|
|
1940
|
+
"privacy": "public",
|
|
1941
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1942
|
+
"inheritedFrom": {
|
|
1943
|
+
"name": "FoundationElement",
|
|
1944
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "field",
|
|
1949
|
+
"name": "template",
|
|
1950
|
+
"type": {
|
|
1951
|
+
"text": "ElementViewTemplate | void | null"
|
|
1952
|
+
},
|
|
1953
|
+
"privacy": "public",
|
|
1954
|
+
"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.",
|
|
1955
|
+
"inheritedFrom": {
|
|
1956
|
+
"name": "FoundationElement",
|
|
1957
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"kind": "method",
|
|
1962
|
+
"name": "templateChanged",
|
|
1963
|
+
"privacy": "protected",
|
|
1964
|
+
"return": {
|
|
1965
|
+
"type": {
|
|
1966
|
+
"text": "void"
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
"inheritedFrom": {
|
|
1970
|
+
"name": "FoundationElement",
|
|
1971
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "field",
|
|
1976
|
+
"name": "styles",
|
|
1977
|
+
"type": {
|
|
1978
|
+
"text": "ElementStyles | void | null"
|
|
1979
|
+
},
|
|
1980
|
+
"privacy": "public",
|
|
1981
|
+
"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.",
|
|
1982
|
+
"inheritedFrom": {
|
|
1983
|
+
"name": "FoundationElement",
|
|
1984
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"kind": "method",
|
|
1989
|
+
"name": "stylesChanged",
|
|
1990
|
+
"privacy": "protected",
|
|
1991
|
+
"return": {
|
|
1992
|
+
"type": {
|
|
1993
|
+
"text": "void"
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1996
|
+
"inheritedFrom": {
|
|
1997
|
+
"name": "FoundationElement",
|
|
1998
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1999
|
+
}
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"kind": "method",
|
|
2003
|
+
"name": "compose",
|
|
2004
|
+
"privacy": "public",
|
|
2005
|
+
"static": true,
|
|
2006
|
+
"return": {
|
|
2007
|
+
"type": {
|
|
2008
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
2011
|
+
"parameters": [
|
|
2012
|
+
{
|
|
2013
|
+
"name": "this",
|
|
2014
|
+
"type": {
|
|
2015
|
+
"text": "K"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "elementDefinition",
|
|
2020
|
+
"type": {
|
|
2021
|
+
"text": "T"
|
|
2022
|
+
},
|
|
2023
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2024
|
+
}
|
|
2025
|
+
],
|
|
2026
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2027
|
+
"inheritedFrom": {
|
|
2028
|
+
"name": "FoundationElement",
|
|
2029
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
2032
|
+
],
|
|
2033
|
+
"superclass": {
|
|
2034
|
+
"name": "FoundationElement",
|
|
2035
|
+
"package": "@microsoft/fast-foundation"
|
|
2036
|
+
},
|
|
2037
|
+
"tagName": "%%prefix%%-grid-tabulator-action-renderer",
|
|
2038
|
+
"customElement": true
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "variable",
|
|
2042
|
+
"name": "actionHeightMultiplier",
|
|
2043
|
+
"description": "The base height multiplier for the action renderer.",
|
|
2044
|
+
"privacy": "public"
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "variable",
|
|
2048
|
+
"name": "tabulatorActionRendererStyles",
|
|
2049
|
+
"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`",
|
|
2050
|
+
"description": "The Tabulator Action Renderer Styles.",
|
|
2051
|
+
"privacy": "public"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "variable",
|
|
2055
|
+
"name": "foundationGridTabulatorActionRenderer",
|
|
2056
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
2057
|
+
"privacy": "public"
|
|
2058
|
+
}
|
|
2059
|
+
],
|
|
2060
|
+
"exports": [
|
|
2061
|
+
{
|
|
2062
|
+
"kind": "js",
|
|
2063
|
+
"name": "ActionRenderer",
|
|
2064
|
+
"declaration": {
|
|
2065
|
+
"name": "ActionRenderer",
|
|
2066
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "js",
|
|
2071
|
+
"name": "actionHeightMultiplier",
|
|
2072
|
+
"declaration": {
|
|
2073
|
+
"name": "actionHeightMultiplier",
|
|
2074
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "js",
|
|
2079
|
+
"name": "tabulatorActionRendererStyles",
|
|
2080
|
+
"declaration": {
|
|
2081
|
+
"name": "tabulatorActionRendererStyles",
|
|
2082
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"kind": "js",
|
|
2087
|
+
"name": "foundationGridTabulatorActionRenderer",
|
|
2088
|
+
"declaration": {
|
|
2089
|
+
"name": "foundationGridTabulatorActionRenderer",
|
|
2090
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
2091
|
+
}
|
|
2092
|
+
}
|
|
2093
|
+
]
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"kind": "javascript-module",
|
|
2097
|
+
"path": "src/cell-renderers/index.ts",
|
|
2098
|
+
"declarations": [],
|
|
2099
|
+
"exports": [
|
|
2100
|
+
{
|
|
2101
|
+
"kind": "js",
|
|
2102
|
+
"name": "*",
|
|
2103
|
+
"declaration": {
|
|
2104
|
+
"name": "*",
|
|
2105
|
+
"package": "./action.renderer"
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
]
|
|
2109
|
+
},
|
|
2110
2110
|
{
|
|
2111
2111
|
"kind": "javascript-module",
|
|
2112
2112
|
"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.217.
|
|
4
|
+
"version": "14.217.4",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -39,25 +39,25 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@genesislcap/foundation-testing": "14.217.
|
|
43
|
-
"@genesislcap/genx": "14.217.
|
|
44
|
-
"@genesislcap/rollup-builder": "14.217.
|
|
45
|
-
"@genesislcap/ts-builder": "14.217.
|
|
46
|
-
"@genesislcap/uvu-playwright-builder": "14.217.
|
|
47
|
-
"@genesislcap/vite-builder": "14.217.
|
|
48
|
-
"@genesislcap/webpack-builder": "14.217.
|
|
42
|
+
"@genesislcap/foundation-testing": "14.217.4",
|
|
43
|
+
"@genesislcap/genx": "14.217.4",
|
|
44
|
+
"@genesislcap/rollup-builder": "14.217.4",
|
|
45
|
+
"@genesislcap/ts-builder": "14.217.4",
|
|
46
|
+
"@genesislcap/uvu-playwright-builder": "14.217.4",
|
|
47
|
+
"@genesislcap/vite-builder": "14.217.4",
|
|
48
|
+
"@genesislcap/webpack-builder": "14.217.4",
|
|
49
49
|
"@types/tabulator-tables": "6.2.3",
|
|
50
50
|
"rimraf": "^5.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@genesislcap/foundation-comms": "14.217.
|
|
54
|
-
"@genesislcap/foundation-logger": "14.217.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.217.
|
|
56
|
-
"@genesislcap/foundation-utils": "14.217.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.217.4",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.217.4",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.217.4",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.217.4",
|
|
57
57
|
"@microsoft/fast-colors": "^5.3.1",
|
|
58
58
|
"@microsoft/fast-components": "^2.30.6",
|
|
59
59
|
"@microsoft/fast-element": "^1.12.0",
|
|
60
|
-
"@microsoft/fast-foundation": "
|
|
60
|
+
"@microsoft/fast-foundation": "2.49.6",
|
|
61
61
|
"@microsoft/fast-web-utilities": "^5.4.1",
|
|
62
62
|
"rxjs": "^7.5.4",
|
|
63
63
|
"tslib": "^2.3.1"
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"customElements": "dist/custom-elements.json",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "d7e7d4b855806613641fe36056b06efebc70a5a3"
|
|
78
78
|
}
|