@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.
Files changed (44) hide show
  1. package/CHANGELOG.md +0 -40
  2. package/dist/ej2-vue-ribbon.umd.min.js +2 -2
  3. package/dist/ej2-vue-ribbon.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-ribbon.es2015.js +1 -1
  5. package/dist/es6/ej2-vue-ribbon.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-ribbon.es5.js +1 -1
  7. package/dist/es6/ej2-vue-ribbon.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-ribbon.min.js +2 -2
  9. package/package.json +9 -9
  10. package/src/ribbon/ribbon.component.js +1 -1
  11. package/styles/bootstrap-dark.css +1 -2071
  12. package/styles/bootstrap.css +1 -2076
  13. package/styles/bootstrap4.css +1 -2137
  14. package/styles/bootstrap5-dark.css +1 -2155
  15. package/styles/bootstrap5.css +1 -2155
  16. package/styles/fabric-dark.css +1 -2047
  17. package/styles/fabric.css +1 -2045
  18. package/styles/fluent-dark.css +1 -2131
  19. package/styles/fluent.css +1 -2131
  20. package/styles/highcontrast-light.css +1 -2054
  21. package/styles/highcontrast.css +1 -2063
  22. package/styles/material-dark.css +1 -2116
  23. package/styles/material.css +1 -2150
  24. package/styles/material3-dark.css +1 -2178
  25. package/styles/material3.css +1 -2234
  26. package/styles/ribbon/bootstrap-dark.css +1 -2071
  27. package/styles/ribbon/bootstrap.css +1 -2076
  28. package/styles/ribbon/bootstrap4.css +1 -2137
  29. package/styles/ribbon/bootstrap5-dark.css +1 -2155
  30. package/styles/ribbon/bootstrap5.css +1 -2155
  31. package/styles/ribbon/fabric-dark.css +1 -2047
  32. package/styles/ribbon/fabric.css +1 -2045
  33. package/styles/ribbon/fluent-dark.css +1 -2131
  34. package/styles/ribbon/fluent.css +1 -2131
  35. package/styles/ribbon/highcontrast-light.css +1 -2054
  36. package/styles/ribbon/highcontrast.css +1 -2063
  37. package/styles/ribbon/material-dark.css +1 -2116
  38. package/styles/ribbon/material.css +1 -2150
  39. package/styles/ribbon/material3-dark.css +1 -2178
  40. package/styles/ribbon/material3.css +1 -2234
  41. package/styles/ribbon/tailwind-dark.css +1 -2128
  42. package/styles/ribbon/tailwind.css +1 -2128
  43. package/styles/tailwind-dark.css +1 -2128
  44. 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@23.2.4",
3
+ "_id": "@syncfusion/ej2-vue-ribbon@21.27.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-lEkwTI3xHtdShNB1G1JvdXDPAsu7dpQqNzs1F7+YZG9TnALvNjXjcJ8a1k3WdV194ttXNgx2VEBKCmtxIFdcww==",
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-hotfix-new/@syncfusion/ej2-vue-ribbon/-/ej2-vue-ribbon-23.2.4.tgz",
23
- "_shasum": "a534a1ffc3cd75fd51c186fee811ee09152dfde1",
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-automation_release_23.1.1/packages/included",
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": "~23.2.4",
35
- "@syncfusion/ej2-ribbon": "23.2.5",
36
- "@syncfusion/ej2-vue-base": "~23.2.5"
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": "23.2.5",
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);