@genesislcap/expression-builder 14.264.4 → 14.265.0-14.265.0-axes.1
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 +35 -35
- package/package.json +2 -2
|
@@ -155,6 +155,41 @@
|
|
|
155
155
|
}
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
|
+
{
|
|
159
|
+
"kind": "javascript-module",
|
|
160
|
+
"path": "src/types/index.ts",
|
|
161
|
+
"declarations": [],
|
|
162
|
+
"exports": [
|
|
163
|
+
{
|
|
164
|
+
"kind": "js",
|
|
165
|
+
"name": "*",
|
|
166
|
+
"declaration": {
|
|
167
|
+
"name": "*",
|
|
168
|
+
"package": "./public.types"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"kind": "js",
|
|
173
|
+
"name": "*",
|
|
174
|
+
"declaration": {
|
|
175
|
+
"name": "*",
|
|
176
|
+
"package": "./private.types"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"kind": "javascript-module",
|
|
183
|
+
"path": "src/types/private.types.ts",
|
|
184
|
+
"declarations": [],
|
|
185
|
+
"exports": []
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"kind": "javascript-module",
|
|
189
|
+
"path": "src/types/public.types.ts",
|
|
190
|
+
"declarations": [],
|
|
191
|
+
"exports": []
|
|
192
|
+
},
|
|
158
193
|
{
|
|
159
194
|
"kind": "javascript-module",
|
|
160
195
|
"path": "src/main/events.ts",
|
|
@@ -953,41 +988,6 @@
|
|
|
953
988
|
}
|
|
954
989
|
]
|
|
955
990
|
},
|
|
956
|
-
{
|
|
957
|
-
"kind": "javascript-module",
|
|
958
|
-
"path": "src/types/index.ts",
|
|
959
|
-
"declarations": [],
|
|
960
|
-
"exports": [
|
|
961
|
-
{
|
|
962
|
-
"kind": "js",
|
|
963
|
-
"name": "*",
|
|
964
|
-
"declaration": {
|
|
965
|
-
"name": "*",
|
|
966
|
-
"package": "./public.types"
|
|
967
|
-
}
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"kind": "js",
|
|
971
|
-
"name": "*",
|
|
972
|
-
"declaration": {
|
|
973
|
-
"name": "*",
|
|
974
|
-
"package": "./private.types"
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
]
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"kind": "javascript-module",
|
|
981
|
-
"path": "src/types/private.types.ts",
|
|
982
|
-
"declarations": [],
|
|
983
|
-
"exports": []
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"kind": "javascript-module",
|
|
987
|
-
"path": "src/types/public.types.ts",
|
|
988
|
-
"declarations": [],
|
|
989
|
-
"exports": []
|
|
990
|
-
},
|
|
991
991
|
{
|
|
992
992
|
"kind": "javascript-module",
|
|
993
993
|
"path": "src/main/expression-group/expression-group.styles.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/expression-builder",
|
|
3
3
|
"description": "Genesis Foundation Expression Builder",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.265.0-14.265.0-axes.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/expression-builder.d.ts",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
61
|
"customElements": "dist/custom-elements.json",
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "a4b261b976fcb1f301e5ef72bcccba5b48cb17fb"
|
|
63
63
|
}
|