@syncfusion/ej2-vue-dropdowns 26.1.39 → 26.1.41
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 +2 -2
- package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es2015.js +1 -1
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
- package/package.json +6 -6
- package/src/multi-select/multiselect.component.d.ts +1 -1
- package/src/multi-select/multiselect.component.js +1 -1
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/drop-down-tree/bootstrap-dark.css +1 -1
- package/styles/drop-down-tree/bootstrap.css +1 -1
- package/styles/drop-down-tree/bootstrap4.css +1 -1
- package/styles/drop-down-tree/bootstrap5-dark.css +1 -1
- package/styles/drop-down-tree/bootstrap5.css +1 -1
- package/styles/drop-down-tree/fabric-dark.css +1 -1
- package/styles/drop-down-tree/fabric.css +1 -1
- package/styles/drop-down-tree/fluent-dark.css +1 -1
- package/styles/drop-down-tree/fluent.css +1 -1
- package/styles/drop-down-tree/fluent2.css +1 -1
- package/styles/drop-down-tree/highcontrast-light.css +1 -1
- package/styles/drop-down-tree/highcontrast.css +1 -1
- package/styles/drop-down-tree/material-dark.css +1 -1
- package/styles/drop-down-tree/material.css +1 -1
- package/styles/drop-down-tree/material3-dark.css +1 -1
- package/styles/drop-down-tree/material3.css +1 -1
- package/styles/drop-down-tree/tailwind-dark.css +1 -1
- package/styles/drop-down-tree/tailwind.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2.css +8 -7
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/list-box/fluent2.css +5 -5
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3.css +1 -1
- package/styles/multi-select/fluent2.css +2 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-dropdowns@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-dropdowns@26.1.40",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-yC8Jxqc593Zl2Bvhgyq536mfq2ufJkdr3E4VUe2iD+wDq2uj27Zle7/L45zGexFKt/5CTRsL9pQ0+sYCQ1N9Gg==",
|
|
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-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-26.1.40.tgz",
|
|
23
|
+
"_shasum": "d9dec6881679d28ba7944a1b3408da1e0f7f4df0",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "26.1.
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "26.1.41",
|
|
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.41",
|
|
66
66
|
"sideEffects": false
|
|
67
67
|
}
|
|
@@ -12,7 +12,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
12
12
|
*/
|
|
13
13
|
export declare let MultiSelectComponent: DefineVueComponent<MultiSelectModel>;
|
|
14
14
|
export declare type MultiSelectComponent = typeof ComponentBase & {
|
|
15
|
-
|
|
15
|
+
ej2Instance: MultiSelect;
|
|
16
16
|
isVue3: boolean;
|
|
17
17
|
isLazyUpdate: Boolean;
|
|
18
18
|
plugins: any[];
|
|
@@ -27,7 +27,7 @@ export var MultiSelectComponent = vueDefineComponent({
|
|
|
27
27
|
provide: function () { return { custom: this.custom }; },
|
|
28
28
|
data: function () {
|
|
29
29
|
return {
|
|
30
|
-
|
|
30
|
+
ej2Instance: new MultiSelect({}),
|
|
31
31
|
propKeys: properties,
|
|
32
32
|
models: modelProps,
|
|
33
33
|
hasChildDirective: false,
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -1026,7 +1026,7 @@ ejs-dropdownlist {
|
|
|
1026
1026
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
1027
1027
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
1028
1028
|
width: 0;
|
|
1029
|
-
|
|
1029
|
+
visibility: hidden;
|
|
1030
1030
|
}
|
|
1031
1031
|
.e-ddt.e-popup {
|
|
1032
1032
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
package/styles/bootstrap5.css
CHANGED
|
@@ -349,7 +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
|
-
|
|
352
|
+
visibility: hidden;
|
|
353
353
|
}
|
|
354
354
|
.e-ddt.e-popup {
|
|
355
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
|
@@ -4483,7 +4483,7 @@ ejs-dropdownlist {
|
|
|
4483
4483
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
4484
4484
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
4485
4485
|
width: 0;
|
|
4486
|
-
|
|
4486
|
+
visibility: hidden;
|
|
4487
4487
|
}
|
|
4488
4488
|
.e-ddt.e-popup {
|
|
4489
4489
|
border: 1px solid var(--color-sf-border-light);
|
|
@@ -9180,7 +9180,8 @@ ejs-multiselect {
|
|
|
9180
9180
|
}
|
|
9181
9181
|
|
|
9182
9182
|
.e-multi-select-wrapper .e-chips {
|
|
9183
|
-
background-color: var(--color-sf-
|
|
9183
|
+
background-color: var(--color-sf-chip-bg-color);
|
|
9184
|
+
border: 1px solid var(--color-sf-chip-border-color);
|
|
9184
9185
|
border-radius: 6px;
|
|
9185
9186
|
height: 22px;
|
|
9186
9187
|
}
|
|
@@ -10988,11 +10989,11 @@ ejs-listbox {
|
|
|
10988
10989
|
}
|
|
10989
10990
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
10990
10991
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
10991
|
-
height: calc(100% -
|
|
10992
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
10992
10993
|
}
|
|
10993
10994
|
|
|
10994
10995
|
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
10995
|
-
height: calc(100% -
|
|
10996
|
+
height: calc(100% - 60px) !important; /* stylelint-disable-line declaration-no-important */
|
|
10996
10997
|
}
|
|
10997
10998
|
|
|
10998
10999
|
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
@@ -11013,7 +11014,7 @@ ejs-listbox {
|
|
|
11013
11014
|
}
|
|
11014
11015
|
|
|
11015
11016
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
11016
|
-
height: calc(100% -
|
|
11017
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
11017
11018
|
}
|
|
11018
11019
|
|
|
11019
11020
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -11023,7 +11024,7 @@ ejs-listbox {
|
|
|
11023
11024
|
|
|
11024
11025
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
11025
11026
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
11026
|
-
height: calc(100% -
|
|
11027
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
11027
11028
|
}
|
|
11028
11029
|
|
|
11029
11030
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
@@ -11058,7 +11059,7 @@ ejs-listbox {
|
|
|
11058
11059
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
11059
11060
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
11060
11061
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
11061
|
-
height: calc(100% -
|
|
11062
|
+
height: calc(100% - 52px);
|
|
11062
11063
|
}
|
|
11063
11064
|
|
|
11064
11065
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
package/styles/highcontrast.css
CHANGED
|
@@ -1673,11 +1673,11 @@ ejs-listbox {
|
|
|
1673
1673
|
}
|
|
1674
1674
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
1675
1675
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
1676
|
-
height: calc(100% -
|
|
1676
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1677
1677
|
}
|
|
1678
1678
|
|
|
1679
1679
|
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
1680
|
-
height: calc(100% -
|
|
1680
|
+
height: calc(100% - 60px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
1683
|
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
@@ -1698,7 +1698,7 @@ ejs-listbox {
|
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
1700
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
1701
|
-
height: calc(100% -
|
|
1701
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
1704
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -1708,7 +1708,7 @@ ejs-listbox {
|
|
|
1708
1708
|
|
|
1709
1709
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
1710
1710
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
1711
|
-
height: calc(100% -
|
|
1711
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1712
1712
|
}
|
|
1713
1713
|
|
|
1714
1714
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
@@ -1743,7 +1743,7 @@ ejs-listbox {
|
|
|
1743
1743
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
1744
1744
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
1745
1745
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
1746
|
-
height: calc(100% -
|
|
1746
|
+
height: calc(100% - 52px);
|
|
1747
1747
|
}
|
|
1748
1748
|
|
|
1749
1749
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -1161,7 +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
|
-
|
|
1164
|
+
visibility: hidden;
|
|
1165
1165
|
}
|
|
1166
1166
|
.e-ddt.e-popup {
|
|
1167
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
|
@@ -2476,7 +2476,8 @@ ejs-multiselect {
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-multi-select-wrapper .e-chips {
|
|
2479
|
-
background-color: var(--color-sf-
|
|
2479
|
+
background-color: var(--color-sf-chip-bg-color);
|
|
2480
|
+
border: 1px solid var(--color-sf-chip-border-color);
|
|
2480
2481
|
border-radius: 6px;
|
|
2481
2482
|
height: 22px;
|
|
2482
2483
|
}
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED