@syncfusion/ej2-vue-ribbon 26.2.7 → 26.2.10
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-ribbon.umd.min.js +2 -2
- package/dist/ej2-vue-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-ribbon.es2015.js +2 -8
- package/dist/es6/ej2-vue-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-ribbon.es5.js +2 -8
- package/dist/es6/ej2-vue-ribbon.es5.js.map +1 -1
- package/package.json +8 -8
- package/src/ribbon/ribbon.component.js +2 -8
- package/styles/bootstrap-dark.css +1 -2749
- package/styles/bootstrap.css +1 -2751
- package/styles/bootstrap4.css +1 -2815
- package/styles/bootstrap5-dark.css +1 -2842
- package/styles/bootstrap5.css +1 -2842
- package/styles/fabric-dark.css +1 -2724
- package/styles/fabric.css +1 -2718
- package/styles/fluent-dark.css +1 -2821
- package/styles/fluent.css +1 -2821
- package/styles/fluent2.css +1 -3894
- package/styles/highcontrast-light.css +1 -2731
- package/styles/highcontrast.css +1 -2736
- package/styles/material-dark.css +1 -2868
- package/styles/material.css +1 -2895
- package/styles/material3-dark.css +1 -2944
- package/styles/material3.css +1 -3056
- package/styles/ribbon/bootstrap-dark.css +1 -2749
- package/styles/ribbon/bootstrap.css +1 -2751
- package/styles/ribbon/bootstrap4.css +1 -2815
- package/styles/ribbon/bootstrap5-dark.css +1 -2842
- package/styles/ribbon/bootstrap5.css +1 -2842
- package/styles/ribbon/fabric-dark.css +1 -2724
- package/styles/ribbon/fabric.css +1 -2718
- package/styles/ribbon/fluent-dark.css +1 -2821
- package/styles/ribbon/fluent.css +1 -2821
- package/styles/ribbon/fluent2.css +1 -3894
- package/styles/ribbon/highcontrast-light.css +1 -2731
- package/styles/ribbon/highcontrast.css +1 -2736
- package/styles/ribbon/material-dark.css +1 -2868
- package/styles/ribbon/material.css +1 -2895
- package/styles/ribbon/material3-dark.css +1 -2944
- package/styles/ribbon/material3.css +1 -3056
- package/styles/ribbon/tailwind-dark.css +1 -2849
- package/styles/ribbon/tailwind.css +1 -2849
- package/styles/tailwind-dark.css +1 -2849
- package/styles/tailwind.css +1 -2849
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-ribbon@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-ribbon@26.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-ribbon@26.2.7",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-foP9ifnUK+fR07oR1AATe4zIeKzQMTEgaTAp1k9gypazx9sR340ZyXzHg9IlBD7tG13Y6Ypk1CMkkItpjZetQg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-ribbon",
|
|
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-ribbon/-/ej2-vue-ribbon-26.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-ribbon/-/ej2-vue-ribbon-26.2.7.tgz",
|
|
23
|
+
"_shasum": "47549fcdcb68c433dd2c4f343e2507abc78f0b26",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-ribbon@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~26.2.
|
|
35
|
-
"@syncfusion/ej2-ribbon": "26.2.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~26.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~26.2.10",
|
|
35
|
+
"@syncfusion/ej2-ribbon": "26.2.10",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~26.2.10"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Component for Vue",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"ci-publish": "gulp ci-publish",
|
|
59
59
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
60
|
},
|
|
61
|
-
"version": "26.2.
|
|
61
|
+
"version": "26.2.10",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { Ribbon } from '@syncfusion/ej2-ribbon';
|
|
4
4
|
import { RibbonItemsDirective, RibbonItemDirective, RibbonItemsPlugin, RibbonItemPlugin } from './items.directive';
|
|
5
5
|
import { RibbonCollectionsDirective, RibbonCollectionDirective, RibbonCollectionsPlugin, RibbonCollectionPlugin } from './collections.directive';
|
|
@@ -68,13 +68,7 @@ export var RibbonComponent = vueDefineComponent({
|
|
|
68
68
|
if (elementCollection && elementCollection.length) {
|
|
69
69
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
70
70
|
var ele = elementCollection_1[_a];
|
|
71
|
-
|
|
72
|
-
if (destroy) {
|
|
73
|
-
ele.__vue__.$destroy();
|
|
74
|
-
}
|
|
75
|
-
if (ele.innerHTML) {
|
|
76
|
-
ele.innerHTML = '';
|
|
77
|
-
}
|
|
71
|
+
this.destroyPortals(ele);
|
|
78
72
|
}
|
|
79
73
|
delete this.templateCollection[tempName];
|
|
80
74
|
}
|