@syncfusion/ej2-vue-splitbuttons 20.2.38 → 20.2.43
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/CHANGELOG.md +6 -0
- package/dist/ej2-vue-splitbuttons.umd.min.js +2 -20
- package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es2015.js +5 -5
- package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es5.js +5 -5
- package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
- package/package.json +8 -8
- package/src/drop-down-button/dropdownbutton.component.js +2 -2
- package/src/progress-button/progressbutton.component.js +1 -1
- package/src/split-button/splitbutton.component.js +2 -2
- package/styles/bootstrap-dark.css +5 -5
- package/styles/bootstrap4.css +1 -1
- package/styles/highcontrast.css +2 -2
- package/styles/progress-button/bootstrap-dark.css +5 -5
- package/styles/progress-button/bootstrap4.css +1 -1
- package/styles/progress-button/highcontrast.css +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-splitbuttons@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-splitbuttons@20.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-mO87z/i2TO3zzFqg773Rke1aFC60pv5wumeeF81r9uikS1rmUNAz9fa6Nqnr92rbKc1y1Sk2O7P5N9yWNx0B+g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-splitbuttons",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-splitbuttons/-/ej2-vue-splitbuttons-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-splitbuttons/-/ej2-vue-splitbuttons-20.2.38.tgz",
|
|
23
|
+
"_shasum": "8ba4ee01f95856e8b52927441f59db63551ac241",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-splitbuttons@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-splitbuttons": "20.2.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.43",
|
|
35
|
+
"@syncfusion/ej2-splitbuttons": "20.2.43",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.43"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Vue",
|
|
@@ -83,6 +83,6 @@
|
|
|
83
83
|
"type": "git",
|
|
84
84
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
85
85
|
},
|
|
86
|
-
"version": "20.2.
|
|
86
|
+
"version": "20.2.43",
|
|
87
87
|
"sideEffects": false
|
|
88
88
|
}
|
|
@@ -22,13 +22,13 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
22
22
|
import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
|
|
23
23
|
import { DropDownButtonItemsDirective, DropDownButtonItemDirective, DropDownButtonItemsPlugin, DropDownButtonItemPlugin } from './items.directive';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['isLazyUpdate', 'plugins', 'content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'close', 'created', 'open', 'select'];
|
|
25
|
+
export var properties = ['isLazyUpdate', 'plugins', 'closeActionEvents', 'content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'close', 'created', 'open', 'select'];
|
|
26
26
|
export var modelProps = [];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
29
29
|
export var watch = testProp[1];
|
|
30
30
|
export var emitProbs = Object.keys(watch);
|
|
31
|
-
emitProbs.push('modelchanged');
|
|
31
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
32
32
|
for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
33
33
|
var props_1 = modelProps_1[_i];
|
|
34
34
|
emitProbs.push('update:' + props_1);
|
|
@@ -27,7 +27,7 @@ export var testProp = getProps({ props: properties });
|
|
|
27
27
|
export var props = testProp[0];
|
|
28
28
|
export var watch = testProp[1];
|
|
29
29
|
export var emitProbs = Object.keys(watch);
|
|
30
|
-
emitProbs.push('modelchanged');
|
|
30
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
31
31
|
for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
32
32
|
var props_1 = modelProps_1[_i];
|
|
33
33
|
emitProbs.push('update:' + props_1);
|
|
@@ -22,13 +22,13 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
|
22
22
|
import { SplitButton } from '@syncfusion/ej2-splitbuttons';
|
|
23
23
|
import { SplitButtonItemsDirective, SplitButtonItemDirective, SplitButtonItemsPlugin, SplitButtonItemPlugin } from './items.directive';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var properties = ['isLazyUpdate', 'plugins', 'content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'click', 'close', 'created', 'open', 'select'];
|
|
25
|
+
export var properties = ['isLazyUpdate', 'plugins', 'closeActionEvents', 'content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'click', 'close', 'created', 'open', 'select'];
|
|
26
26
|
export var modelProps = [];
|
|
27
27
|
export var testProp = getProps({ props: properties });
|
|
28
28
|
export var props = testProp[0];
|
|
29
29
|
export var watch = testProp[1];
|
|
30
30
|
export var emitProbs = Object.keys(watch);
|
|
31
|
-
emitProbs.push('modelchanged');
|
|
31
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
32
32
|
for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
33
33
|
var props_1 = modelProps_1[_i];
|
|
34
34
|
emitProbs.push('update:' + props_1);
|
|
@@ -1771,19 +1771,19 @@
|
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
1773
|
*.e-flat.e-primary .e-progress {
|
|
1774
|
-
background-color: rgba(255,
|
|
1774
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1775
1775
|
}
|
|
1776
1776
|
*.e-flat.e-success .e-progress {
|
|
1777
|
-
background-color: rgba(
|
|
1777
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1778
1778
|
}
|
|
1779
1779
|
*.e-flat.e-info .e-progress {
|
|
1780
|
-
background-color: rgba(
|
|
1780
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1781
1781
|
}
|
|
1782
1782
|
*.e-flat.e-warning .e-progress {
|
|
1783
|
-
background-color: rgba(
|
|
1783
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1784
1784
|
}
|
|
1785
1785
|
*.e-flat.e-danger .e-progress {
|
|
1786
|
-
background-color: rgba(
|
|
1786
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1787
1787
|
}
|
|
1788
1788
|
|
|
1789
1789
|
*.e-outline:not(:focus).e-primary .e-progress {
|
package/styles/bootstrap4.css
CHANGED
package/styles/highcontrast.css
CHANGED
|
@@ -1814,11 +1814,11 @@
|
|
|
1814
1814
|
*.e-success .e-progress,
|
|
1815
1815
|
*.e-danger .e-progress,
|
|
1816
1816
|
*.e-info .e-progress {
|
|
1817
|
-
background-color: rgba(
|
|
1817
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
1820
|
*.e-warning .e-progress {
|
|
1821
|
-
background-color: rgba(
|
|
1821
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1822
1822
|
}
|
|
1823
1823
|
|
|
1824
1824
|
*.e-flat.e-primary .e-progress {
|
|
@@ -496,19 +496,19 @@
|
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
*.e-flat.e-primary .e-progress {
|
|
499
|
-
background-color: rgba(255,
|
|
499
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
500
500
|
}
|
|
501
501
|
*.e-flat.e-success .e-progress {
|
|
502
|
-
background-color: rgba(
|
|
502
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
503
503
|
}
|
|
504
504
|
*.e-flat.e-info .e-progress {
|
|
505
|
-
background-color: rgba(
|
|
505
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
506
506
|
}
|
|
507
507
|
*.e-flat.e-warning .e-progress {
|
|
508
|
-
background-color: rgba(
|
|
508
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
509
509
|
}
|
|
510
510
|
*.e-flat.e-danger .e-progress {
|
|
511
|
-
background-color: rgba(
|
|
511
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -488,11 +488,11 @@
|
|
|
488
488
|
*.e-success .e-progress,
|
|
489
489
|
*.e-danger .e-progress,
|
|
490
490
|
*.e-info .e-progress {
|
|
491
|
-
background-color: rgba(
|
|
491
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
492
492
|
}
|
|
493
493
|
|
|
494
494
|
*.e-warning .e-progress {
|
|
495
|
-
background-color: rgba(
|
|
495
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
*.e-flat.e-primary .e-progress {
|