@syncfusion/ej2-vue-ribbon 21.1.35 → 21.2.3
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 +3 -2
- package/dist/ej2-vue-ribbon.umd.min.js +1 -1
- package/dist/global/ej2-vue-ribbon.min.js +2 -2
- package/package.json +10 -9
- package/styles/bootstrap-dark.css +47 -12
- package/styles/bootstrap.css +47 -12
- package/styles/bootstrap4.css +47 -12
- package/styles/bootstrap5-dark.css +47 -12
- package/styles/bootstrap5.css +47 -12
- package/styles/fabric-dark.css +47 -12
- package/styles/fabric.css +47 -12
- package/styles/fluent-dark.css +47 -12
- package/styles/fluent.css +47 -12
- package/styles/highcontrast-light.css +47 -12
- package/styles/highcontrast.css +47 -12
- package/styles/material-dark.css +47 -12
- package/styles/material.css +47 -12
- package/styles/ribbon/bootstrap-dark.css +47 -12
- package/styles/ribbon/bootstrap.css +47 -12
- package/styles/ribbon/bootstrap4.css +47 -12
- package/styles/ribbon/bootstrap5-dark.css +47 -12
- package/styles/ribbon/bootstrap5.css +47 -12
- package/styles/ribbon/fabric-dark.css +47 -12
- package/styles/ribbon/fabric.css +47 -12
- package/styles/ribbon/fluent-dark.css +47 -12
- package/styles/ribbon/fluent.css +47 -12
- package/styles/ribbon/highcontrast-light.css +47 -12
- package/styles/ribbon/highcontrast.css +47 -12
- package/styles/ribbon/material-dark.css +47 -12
- package/styles/ribbon/material.css +47 -12
- package/styles/ribbon/tailwind-dark.css +47 -12
- package/styles/ribbon/tailwind.css +47 -12
- package/styles/tailwind-dark.css +47 -12
- package/styles/tailwind.css +47 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 21.1.35 (2023-03-23)
|
|
6
|
+
|
|
5
7
|
### Ribbon
|
|
6
8
|
|
|
7
9
|
The Ribbon provides a structured and easy-to-use user interface for users to access different features and functions through series of tabs, improving user experience and efficiency.
|
|
8
10
|
|
|
9
11
|
|
|
10
|
-
|
|
12
|
+
**Key features**
|
|
11
13
|
|
|
12
|
-
#### Key features
|
|
13
14
|
|
|
14
15
|
- **Built-in items** - Several built-in support items, such as buttons, checkboxes, drop-down buttons, split buttons, combo boxes, and color pickers that can be customized and used to execute specific actions.
|
|
15
16
|
- **Modes** - Offers the classic mode that organizes items and groups in a traditional form, and simplified mode that organizes items and groups into a single row for improved usability and reduced clutter.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-ribbon.umd.min.js
|
|
3
|
-
* version : 21.
|
|
3
|
+
* version : 21.2.3
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|