@genesislcap/expression-builder 14.250.0 → 14.251.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 +35 -35
- package/package.json +2 -2
|
@@ -136,41 +136,6 @@
|
|
|
136
136
|
}
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
|
-
{
|
|
140
|
-
"kind": "javascript-module",
|
|
141
|
-
"path": "src/types/index.ts",
|
|
142
|
-
"declarations": [],
|
|
143
|
-
"exports": [
|
|
144
|
-
{
|
|
145
|
-
"kind": "js",
|
|
146
|
-
"name": "*",
|
|
147
|
-
"declaration": {
|
|
148
|
-
"name": "*",
|
|
149
|
-
"package": "./public.types"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"kind": "js",
|
|
154
|
-
"name": "*",
|
|
155
|
-
"declaration": {
|
|
156
|
-
"name": "*",
|
|
157
|
-
"package": "./private.types"
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
]
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"kind": "javascript-module",
|
|
164
|
-
"path": "src/types/private.types.ts",
|
|
165
|
-
"declarations": [],
|
|
166
|
-
"exports": []
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"kind": "javascript-module",
|
|
170
|
-
"path": "src/types/public.types.ts",
|
|
171
|
-
"declarations": [],
|
|
172
|
-
"exports": []
|
|
173
|
-
},
|
|
174
139
|
{
|
|
175
140
|
"kind": "javascript-module",
|
|
176
141
|
"path": "src/utils/data-model.ts",
|
|
@@ -943,6 +908,41 @@
|
|
|
943
908
|
}
|
|
944
909
|
]
|
|
945
910
|
},
|
|
911
|
+
{
|
|
912
|
+
"kind": "javascript-module",
|
|
913
|
+
"path": "src/types/index.ts",
|
|
914
|
+
"declarations": [],
|
|
915
|
+
"exports": [
|
|
916
|
+
{
|
|
917
|
+
"kind": "js",
|
|
918
|
+
"name": "*",
|
|
919
|
+
"declaration": {
|
|
920
|
+
"name": "*",
|
|
921
|
+
"package": "./public.types"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"kind": "js",
|
|
926
|
+
"name": "*",
|
|
927
|
+
"declaration": {
|
|
928
|
+
"name": "*",
|
|
929
|
+
"package": "./private.types"
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
]
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"kind": "javascript-module",
|
|
936
|
+
"path": "src/types/private.types.ts",
|
|
937
|
+
"declarations": [],
|
|
938
|
+
"exports": []
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"kind": "javascript-module",
|
|
942
|
+
"path": "src/types/public.types.ts",
|
|
943
|
+
"declarations": [],
|
|
944
|
+
"exports": []
|
|
945
|
+
},
|
|
946
946
|
{
|
|
947
947
|
"kind": "javascript-module",
|
|
948
948
|
"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.251.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/expression-builder.d.ts",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "2ab61e47fbc752e88ecb2d83d794c590a8093829"
|
|
66
66
|
}
|