@syncfusion/ej2-angular-querybuilder 26.2.4 → 26.2.5
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/package.json +6 -6
- package/styles/bootstrap-dark.css +1 -962
- package/styles/bootstrap.css +1 -947
- package/styles/bootstrap4.css +1 -1070
- package/styles/bootstrap5-dark.css +1 -1004
- package/styles/bootstrap5.css +1 -1004
- package/styles/fabric-dark.css +1 -916
- package/styles/fabric.css +1 -898
- package/styles/fluent-dark.css +1 -991
- package/styles/fluent.css +1 -991
- package/styles/fluent2.css +1 -2052
- package/styles/highcontrast-light.css +1 -985
- package/styles/highcontrast.css +1 -1013
- package/styles/material-dark.css +1 -929
- package/styles/material.css +1 -956
- package/styles/material3-dark.css +1 -1079
- package/styles/material3.css +1 -1191
- package/styles/query-builder/bootstrap-dark.css +1 -962
- package/styles/query-builder/bootstrap.css +1 -947
- package/styles/query-builder/bootstrap4.css +1 -1070
- package/styles/query-builder/bootstrap5-dark.css +1 -1004
- package/styles/query-builder/bootstrap5.css +1 -1004
- package/styles/query-builder/fabric-dark.css +1 -916
- package/styles/query-builder/fabric.css +1 -898
- package/styles/query-builder/fluent-dark.css +1 -991
- package/styles/query-builder/fluent.css +1 -991
- package/styles/query-builder/fluent2.css +1 -2052
- package/styles/query-builder/highcontrast-light.css +1 -985
- package/styles/query-builder/highcontrast.css +1 -1013
- package/styles/query-builder/material-dark.css +1 -929
- package/styles/query-builder/material.css +1 -956
- package/styles/query-builder/material3-dark.css +1 -1079
- package/styles/query-builder/material3.css +1 -1191
- package/styles/query-builder/tailwind-dark.css +1 -948
- package/styles/query-builder/tailwind.css +1 -948
- package/styles/tailwind-dark.css +1 -948
- package/styles/tailwind.css +1 -948
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-querybuilder@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-angular-querybuilder@26.1.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-VUf5k9bIEPm8RJmP/FUOc6mjgbjsRFMjOpBZrnufk8GmOzn/4ZO4Wt61TEyGiPay4tsylIMCmicE/kXeN/W6sQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-querybuilder",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
22
|
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-querybuilder/-/ej2-angular-querybuilder-26.1.42.tgz",
|
|
23
|
-
"_shasum": "
|
|
23
|
+
"_shasum": "c6e9810c6ab0379cdc87ff2e16d40d1fc258d115",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-querybuilder@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~26.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~26.2.
|
|
36
|
-
"@syncfusion/ej2-querybuilder": "26.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.2.5",
|
|
35
|
+
"@syncfusion/ej2-base": "~26.2.5",
|
|
36
|
+
"@syncfusion/ej2-querybuilder": "26.2.5",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"schematics": "./schematics/collection.json",
|
|
76
76
|
"sideEffects": false,
|
|
77
77
|
"typings": "syncfusion-ej2-angular-querybuilder.d.ts",
|
|
78
|
-
"version": "26.2.
|
|
78
|
+
"version": "26.2.5"
|
|
79
79
|
}
|