@syncfusion/ej2-vue-dropdowns 26.1.35 → 26.1.38
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/ej2-vue-dropdowns.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/drop-down-tree/bootstrap-dark.css +1 -0
- package/styles/drop-down-tree/bootstrap.css +1 -0
- package/styles/drop-down-tree/bootstrap4.css +1 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +1 -0
- package/styles/drop-down-tree/bootstrap5.css +1 -0
- package/styles/drop-down-tree/fabric-dark.css +1 -0
- package/styles/drop-down-tree/fabric.css +1 -0
- package/styles/drop-down-tree/fluent-dark.css +1 -0
- package/styles/drop-down-tree/fluent.css +1 -0
- package/styles/drop-down-tree/fluent2.css +1 -0
- package/styles/drop-down-tree/highcontrast-light.css +1 -0
- package/styles/drop-down-tree/highcontrast.css +1 -0
- package/styles/drop-down-tree/material-dark.css +1 -0
- package/styles/drop-down-tree/material.css +1 -0
- package/styles/drop-down-tree/material3-dark.css +1 -0
- package/styles/drop-down-tree/material3.css +1 -0
- package/styles/drop-down-tree/tailwind-dark.css +1 -0
- package/styles/drop-down-tree/tailwind.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent.css +1 -0
- package/styles/fluent2.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material.css +1 -0
- package/styles/material3-dark.css +1 -0
- package/styles/material3.css +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind.css +1 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-dropdowns@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-dropdowns@26.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-uLXangcpFvtzlDixYzG0/JoqAxI8M0jFIUbjoIWOIPDqyKmnkaT8Z2+c3EMAmsMoGtzVcfPtK8+GmKOwrTHWFQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-26.1.35.tgz",
|
|
23
|
+
"_shasum": "dfb4c9a1f98f59ebc8a4e17c4743696951571cf8",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~26.1.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "26.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~26.1.37",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "26.1.38",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~26.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"ci-publish": "gulp ci-publish",
|
|
63
63
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
64
64
|
},
|
|
65
|
-
"version": "26.1.
|
|
65
|
+
"version": "26.1.38",
|
|
66
66
|
"sideEffects": false
|
|
67
67
|
}
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.css
CHANGED
|
@@ -349,6 +349,7 @@
|
|
|
349
349
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
350
350
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
351
351
|
width: 0;
|
|
352
|
+
display: none;
|
|
352
353
|
}
|
|
353
354
|
.e-ddt.e-popup {
|
|
354
355
|
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/fluent2.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -1161,6 +1161,7 @@ ejs-dropdownlist {
|
|
|
1161
1161
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
1162
1162
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
1163
1163
|
width: 0;
|
|
1164
|
+
display: none;
|
|
1164
1165
|
}
|
|
1165
1166
|
.e-ddt.e-popup {
|
|
1166
1167
|
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
|
package/styles/material3.css
CHANGED
package/styles/tailwind-dark.css
CHANGED