@genesislcap/grid-tabulator 14.185.0 → 14.186.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 +237 -237
- package/package.json +13 -13
|
@@ -961,243 +961,6 @@
|
|
|
961
961
|
"declarations": [],
|
|
962
962
|
"exports": []
|
|
963
963
|
},
|
|
964
|
-
{
|
|
965
|
-
"kind": "javascript-module",
|
|
966
|
-
"path": "src/cell-renderers/action.renderer.ts",
|
|
967
|
-
"declarations": [
|
|
968
|
-
{
|
|
969
|
-
"kind": "class",
|
|
970
|
-
"description": "The Tabulator Action Renderer element.",
|
|
971
|
-
"name": "ActionRenderer",
|
|
972
|
-
"members": [
|
|
973
|
-
{
|
|
974
|
-
"kind": "field",
|
|
975
|
-
"name": "params",
|
|
976
|
-
"type": {
|
|
977
|
-
"text": "ActionRendererParams"
|
|
978
|
-
},
|
|
979
|
-
"privacy": "public"
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"kind": "field",
|
|
983
|
-
"name": "pendingAction",
|
|
984
|
-
"type": {
|
|
985
|
-
"text": "boolean"
|
|
986
|
-
},
|
|
987
|
-
"privacy": "public"
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"kind": "method",
|
|
991
|
-
"name": "init",
|
|
992
|
-
"privacy": "public",
|
|
993
|
-
"parameters": [
|
|
994
|
-
{
|
|
995
|
-
"name": "params",
|
|
996
|
-
"type": {
|
|
997
|
-
"text": "ActionRendererParams"
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
|
-
]
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"kind": "method",
|
|
1004
|
-
"name": "clickHandler",
|
|
1005
|
-
"privacy": "public"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"kind": "field",
|
|
1009
|
-
"name": "dataTestId",
|
|
1010
|
-
"readonly": true
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"kind": "field",
|
|
1014
|
-
"name": "_presentation",
|
|
1015
|
-
"type": {
|
|
1016
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1017
|
-
},
|
|
1018
|
-
"privacy": "private",
|
|
1019
|
-
"default": "void 0",
|
|
1020
|
-
"inheritedFrom": {
|
|
1021
|
-
"name": "FoundationElement",
|
|
1022
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"kind": "field",
|
|
1027
|
-
"name": "$presentation",
|
|
1028
|
-
"type": {
|
|
1029
|
-
"text": "ComponentPresentation | null"
|
|
1030
|
-
},
|
|
1031
|
-
"privacy": "public",
|
|
1032
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1033
|
-
"inheritedFrom": {
|
|
1034
|
-
"name": "FoundationElement",
|
|
1035
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"kind": "field",
|
|
1040
|
-
"name": "template",
|
|
1041
|
-
"type": {
|
|
1042
|
-
"text": "ElementViewTemplate | void | null"
|
|
1043
|
-
},
|
|
1044
|
-
"privacy": "public",
|
|
1045
|
-
"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.",
|
|
1046
|
-
"inheritedFrom": {
|
|
1047
|
-
"name": "FoundationElement",
|
|
1048
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"kind": "method",
|
|
1053
|
-
"name": "templateChanged",
|
|
1054
|
-
"privacy": "protected",
|
|
1055
|
-
"return": {
|
|
1056
|
-
"type": {
|
|
1057
|
-
"text": "void"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
"inheritedFrom": {
|
|
1061
|
-
"name": "FoundationElement",
|
|
1062
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1063
|
-
}
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "field",
|
|
1067
|
-
"name": "styles",
|
|
1068
|
-
"type": {
|
|
1069
|
-
"text": "ElementStyles | void | null"
|
|
1070
|
-
},
|
|
1071
|
-
"privacy": "public",
|
|
1072
|
-
"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.",
|
|
1073
|
-
"inheritedFrom": {
|
|
1074
|
-
"name": "FoundationElement",
|
|
1075
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"kind": "method",
|
|
1080
|
-
"name": "stylesChanged",
|
|
1081
|
-
"privacy": "protected",
|
|
1082
|
-
"return": {
|
|
1083
|
-
"type": {
|
|
1084
|
-
"text": "void"
|
|
1085
|
-
}
|
|
1086
|
-
},
|
|
1087
|
-
"inheritedFrom": {
|
|
1088
|
-
"name": "FoundationElement",
|
|
1089
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1090
|
-
}
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"kind": "method",
|
|
1094
|
-
"name": "compose",
|
|
1095
|
-
"privacy": "public",
|
|
1096
|
-
"static": true,
|
|
1097
|
-
"return": {
|
|
1098
|
-
"type": {
|
|
1099
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1100
|
-
}
|
|
1101
|
-
},
|
|
1102
|
-
"parameters": [
|
|
1103
|
-
{
|
|
1104
|
-
"name": "this",
|
|
1105
|
-
"type": {
|
|
1106
|
-
"text": "K"
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"name": "elementDefinition",
|
|
1111
|
-
"type": {
|
|
1112
|
-
"text": "T"
|
|
1113
|
-
},
|
|
1114
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1115
|
-
}
|
|
1116
|
-
],
|
|
1117
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1118
|
-
"inheritedFrom": {
|
|
1119
|
-
"name": "FoundationElement",
|
|
1120
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1121
|
-
}
|
|
1122
|
-
}
|
|
1123
|
-
],
|
|
1124
|
-
"superclass": {
|
|
1125
|
-
"name": "FoundationElement",
|
|
1126
|
-
"package": "@microsoft/fast-foundation"
|
|
1127
|
-
},
|
|
1128
|
-
"tagName": "%%prefix%%-grid-tabulator-action-renderer",
|
|
1129
|
-
"customElement": true
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"kind": "variable",
|
|
1133
|
-
"name": "actionHeightMultiplier",
|
|
1134
|
-
"description": "The base height multiplier for the action renderer.",
|
|
1135
|
-
"privacy": "public"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"kind": "variable",
|
|
1139
|
-
"name": "tabulatorActionRendererStyles",
|
|
1140
|
-
"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`",
|
|
1141
|
-
"description": "The Tabulator Action Renderer Styles.",
|
|
1142
|
-
"privacy": "public"
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"kind": "variable",
|
|
1146
|
-
"name": "foundationGridTabulatorActionRenderer",
|
|
1147
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
1148
|
-
"privacy": "public"
|
|
1149
|
-
}
|
|
1150
|
-
],
|
|
1151
|
-
"exports": [
|
|
1152
|
-
{
|
|
1153
|
-
"kind": "js",
|
|
1154
|
-
"name": "ActionRenderer",
|
|
1155
|
-
"declaration": {
|
|
1156
|
-
"name": "ActionRenderer",
|
|
1157
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"kind": "js",
|
|
1162
|
-
"name": "actionHeightMultiplier",
|
|
1163
|
-
"declaration": {
|
|
1164
|
-
"name": "actionHeightMultiplier",
|
|
1165
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"kind": "js",
|
|
1170
|
-
"name": "tabulatorActionRendererStyles",
|
|
1171
|
-
"declaration": {
|
|
1172
|
-
"name": "tabulatorActionRendererStyles",
|
|
1173
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1174
|
-
}
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"kind": "js",
|
|
1178
|
-
"name": "foundationGridTabulatorActionRenderer",
|
|
1179
|
-
"declaration": {
|
|
1180
|
-
"name": "foundationGridTabulatorActionRenderer",
|
|
1181
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
]
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"kind": "javascript-module",
|
|
1188
|
-
"path": "src/cell-renderers/index.ts",
|
|
1189
|
-
"declarations": [],
|
|
1190
|
-
"exports": [
|
|
1191
|
-
{
|
|
1192
|
-
"kind": "js",
|
|
1193
|
-
"name": "*",
|
|
1194
|
-
"declaration": {
|
|
1195
|
-
"name": "*",
|
|
1196
|
-
"package": "./action.renderer"
|
|
1197
|
-
}
|
|
1198
|
-
}
|
|
1199
|
-
]
|
|
1200
|
-
},
|
|
1201
964
|
{
|
|
1202
965
|
"kind": "javascript-module",
|
|
1203
966
|
"path": "src/column/index.ts",
|
|
@@ -2009,6 +1772,243 @@
|
|
|
2009
1772
|
}
|
|
2010
1773
|
]
|
|
2011
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.186.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@genesislcap/foundation-testing": "14.
|
|
43
|
-
"@genesislcap/genx": "14.
|
|
44
|
-
"@genesislcap/rollup-builder": "14.
|
|
45
|
-
"@genesislcap/ts-builder": "14.
|
|
46
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
47
|
-
"@genesislcap/vite-builder": "14.
|
|
48
|
-
"@genesislcap/webpack-builder": "14.
|
|
42
|
+
"@genesislcap/foundation-testing": "14.186.0",
|
|
43
|
+
"@genesislcap/genx": "14.186.0",
|
|
44
|
+
"@genesislcap/rollup-builder": "14.186.0",
|
|
45
|
+
"@genesislcap/ts-builder": "14.186.0",
|
|
46
|
+
"@genesislcap/uvu-playwright-builder": "14.186.0",
|
|
47
|
+
"@genesislcap/vite-builder": "14.186.0",
|
|
48
|
+
"@genesislcap/webpack-builder": "14.186.0",
|
|
49
49
|
"@types/tabulator-tables": "^6.2.0",
|
|
50
50
|
"rimraf": "^5.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@genesislcap/foundation-comms": "14.
|
|
54
|
-
"@genesislcap/foundation-logger": "14.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.
|
|
56
|
-
"@genesislcap/foundation-utils": "14.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.186.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.186.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.186.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.186.0",
|
|
57
57
|
"@microsoft/fast-colors": "^5.3.1",
|
|
58
58
|
"@microsoft/fast-components": "^2.30.6",
|
|
59
59
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"customElements": "dist/custom-elements.json",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "1ebc5549ab49ef3a3e6c08c8aab0886dbebb3400"
|
|
78
78
|
}
|