@syncfusion/ej2-vue-ribbon 23.2.5 → 24.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/CHANGELOG.md +0 -40
- 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 +1 -1
- package/dist/es6/ej2-vue-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-ribbon.es5.js +1 -1
- package/dist/es6/ej2-vue-ribbon.es5.js.map +1 -1
- package/dist/global/ej2-vue-ribbon.min.js +2 -2
- package/package.json +9 -9
- package/src/ribbon/ribbon.component.js +1 -1
- package/styles/bootstrap-dark.css +1 -2071
- package/styles/bootstrap.css +1 -2076
- package/styles/bootstrap4.css +1 -2137
- package/styles/bootstrap5-dark.css +1 -2155
- package/styles/bootstrap5.css +1 -2155
- package/styles/fabric-dark.css +1 -2047
- package/styles/fabric.css +1 -2045
- package/styles/fluent-dark.css +1 -2131
- package/styles/fluent.css +1 -2131
- package/styles/highcontrast-light.css +1 -2054
- package/styles/highcontrast.css +1 -2063
- package/styles/material-dark.css +1 -2116
- package/styles/material.css +1 -2150
- package/styles/material3-dark.css +1 -2178
- package/styles/material3.css +1 -2234
- package/styles/ribbon/bootstrap-dark.css +1 -2071
- package/styles/ribbon/bootstrap.css +1 -2076
- package/styles/ribbon/bootstrap4.css +1 -2137
- package/styles/ribbon/bootstrap5-dark.css +1 -2155
- package/styles/ribbon/bootstrap5.css +1 -2155
- package/styles/ribbon/fabric-dark.css +1 -2047
- package/styles/ribbon/fabric.css +1 -2045
- package/styles/ribbon/fluent-dark.css +1 -2131
- package/styles/ribbon/fluent.css +1 -2131
- package/styles/ribbon/highcontrast-light.css +1 -2054
- package/styles/ribbon/highcontrast.css +1 -2063
- package/styles/ribbon/material-dark.css +1 -2116
- package/styles/ribbon/material.css +1 -2150
- package/styles/ribbon/material3-dark.css +1 -2178
- package/styles/ribbon/material3.css +1 -2234
- package/styles/ribbon/tailwind-dark.css +1 -2128
- package/styles/ribbon/tailwind.css +1 -2128
- package/styles/tailwind-dark.css +1 -2128
- package/styles/tailwind.css +1 -2128
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-ribbon@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-ribbon@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-ribbon@21.27.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-afLM0hpbP0uMbW/qo6DHRhPJn1zL1PqxZIOfDuj3kEiIrRqeneGMRuECbZ9nIezYDb4DJOh/AHCXeuV2kq/Flg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-ribbon",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-ribbon/-/ej2-vue-ribbon-21.27.0.tgz",
|
|
23
|
+
"_shasum": "51c83aa3b5df9b197803994ddd6d84fa918c2171",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-ribbon@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-ribbon": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~24.1.41",
|
|
35
|
+
"@syncfusion/ej2-ribbon": "24.1.41",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~24.1.41"
|
|
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": "
|
|
61
|
+
"version": "24.1.41",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
@@ -5,7 +5,7 @@ import { RibbonItemsDirective, RibbonItemDirective, RibbonItemsPlugin, RibbonIte
|
|
|
5
5
|
import { RibbonCollectionsDirective, RibbonCollectionDirective, RibbonCollectionsPlugin, RibbonCollectionPlugin } from './collections.directive';
|
|
6
6
|
import { RibbonGroupsDirective, RibbonGroupDirective, RibbonGroupsPlugin, RibbonGroupPlugin } from './groups.directive';
|
|
7
7
|
import { RibbonTabsDirective, RibbonTabDirective, RibbonTabsPlugin, RibbonTabPlugin } from './tabs.directive';
|
|
8
|
-
export var properties = ['isLazyUpdate', 'plugins', 'activeLayout', 'backStageMenu', 'cssClass', 'enablePersistence', 'enableRtl', 'fileMenu', 'helpPaneTemplate', 'hideLayoutSwitcher', 'isMinimized', 'launcherIconCss', 'locale', 'selectedTab', 'tabAnimation', 'tabs', 'width', 'created', 'launcherIconClick', 'ribbonCollapsing', 'ribbonExpanding', 'tabSelected', 'tabSelecting'];
|
|
8
|
+
export var properties = ['isLazyUpdate', 'plugins', 'activeLayout', 'backStageMenu', 'cssClass', 'enablePersistence', 'enableRtl', 'fileMenu', 'helpPaneTemplate', 'hideLayoutSwitcher', 'isMinimized', 'launcherIconCss', 'locale', 'selectedTab', 'tabAnimation', 'tabs', 'width', 'created', 'launcherIconClick', 'overflowPopupClose', 'overflowPopupOpen', 'ribbonCollapsing', 'ribbonExpanding', 'tabSelected', 'tabSelecting'];
|
|
9
9
|
export var modelProps = [];
|
|
10
10
|
export var testProp = getProps({ props: properties });
|
|
11
11
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|