@syncfusion/ej2-angular-ribbon 25.2.5-ngcc → 26.1.35-ngcc

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 (53) hide show
  1. package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -1
  2. package/@syncfusion/ej2-angular-ribbon.js.map +1 -1
  3. package/dist/ej2-angular-ribbon.umd.js +126 -47
  4. package/dist/ej2-angular-ribbon.umd.min.js +2 -2
  5. package/dist/ej2-angular-ribbon.umd.min.js.map +1 -1
  6. package/package.json +9 -9
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +2723 -1
  9. package/styles/bootstrap.css +2725 -1
  10. package/styles/bootstrap4.css +2789 -1
  11. package/styles/bootstrap5-dark.css +2816 -1
  12. package/styles/bootstrap5.css +2816 -1
  13. package/styles/fabric-dark.css +2698 -1
  14. package/styles/fabric.css +2692 -1
  15. package/styles/fluent-dark.css +2795 -1
  16. package/styles/fluent.css +2795 -1
  17. package/styles/fluent2.css +3868 -0
  18. package/styles/fluent2.scss +1 -0
  19. package/styles/highcontrast-light.css +2705 -1
  20. package/styles/highcontrast.css +2710 -1
  21. package/styles/material-dark.css +2842 -1
  22. package/styles/material.css +2869 -1
  23. package/styles/material3-dark.css +2918 -1
  24. package/styles/material3.css +3030 -1
  25. package/styles/ribbon/bootstrap-dark.css +2723 -1
  26. package/styles/ribbon/bootstrap.css +2725 -1
  27. package/styles/ribbon/bootstrap4.css +2789 -1
  28. package/styles/ribbon/bootstrap5-dark.css +2816 -1
  29. package/styles/ribbon/bootstrap5.css +2816 -1
  30. package/styles/ribbon/fabric-dark.css +2698 -1
  31. package/styles/ribbon/fabric.css +2692 -1
  32. package/styles/ribbon/fluent-dark.css +2795 -1
  33. package/styles/ribbon/fluent.css +2795 -1
  34. package/styles/ribbon/fluent2.css +3868 -0
  35. package/styles/ribbon/fluent2.scss +1 -0
  36. package/styles/ribbon/highcontrast-light.css +2705 -1
  37. package/styles/ribbon/highcontrast.css +2710 -1
  38. package/styles/ribbon/material-dark.css +2842 -1
  39. package/styles/ribbon/material.css +2869 -1
  40. package/styles/ribbon/material3-dark.css +2918 -1
  41. package/styles/ribbon/material3.css +3030 -1
  42. package/styles/ribbon/tailwind-dark.css +2823 -1
  43. package/styles/ribbon/tailwind.css +2823 -1
  44. package/styles/tailwind-dark.css +2823 -1
  45. package/styles/tailwind.css +2823 -1
  46. package/CHANGELOG.md +0 -109
  47. package/postinstall/tagchange.js +0 -18
  48. package/schematics/ng-add/index.d.ts +0 -3
  49. package/schematics/ng-add/index.js +0 -9
  50. package/schematics/ng-add/schema.d.ts +0 -13
  51. package/schematics/ng-add/schema.js +0 -2
  52. package/schematics/utils/lib-details.d.ts +0 -4
  53. package/schematics/utils/lib-details.js +0 -6
package/CHANGELOG.md DELETED
@@ -1,109 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### Ribbon
6
-
7
- #### Bug Fixes
8
-
9
- - `#I585010` - Now setting the ribbon ID dynamically using `htmlAttributes` breaks the UI with ribbon mode switching has been resolved.
10
-
11
- ## 25.1.41 (2024-04-23)
12
-
13
- ### Ribbon
14
-
15
- #### Bug Fixes
16
-
17
- - `#F575011` - Now the script issue raised while interacting a non-active Ribbon items using `updateItem` method has been resolved.
18
-
19
- ## 25.1.35 (2024-03-15)
20
-
21
- ### Ribbon
22
-
23
- #### Features
24
-
25
- - **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon control. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/gallery.html).
26
- - **Contextual tabs** - The Ribbon control now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/contextual-tab.html).
27
- - **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/keytip.html).
28
-
29
- - **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon component. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/gallery).
30
- - **Contextual tabs** - The Ribbon component now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/contextual).
31
- - **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/keytip).
32
-
33
- ## 24.1.41 (2023-12-18)
34
-
35
- ### Ribbon
36
-
37
- #### Features
38
-
39
- - Enhanced the popups UI with added label/header support for items displayed in overflow popups. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/resize).
40
-
41
- #### Bug Fixes
42
-
43
- - `#F185735` - Issue with 'selected' property not updating properly when selecting an item from Ribbon GroupButton has been resolved.
44
-
45
- ## 23.2.7 (2023-12-05)
46
-
47
- ### Ribbon
48
-
49
- #### Features
50
-
51
- `#I512188` - Provided overflow popup open/close event support for the Ribbon overflow popup.
52
-
53
-
54
- ## 23.2.5 (2023-11-23)
55
-
56
- ### Ribbon
57
-
58
- #### Bug Fixes
59
-
60
- `#I516350` - Now the issue with overflow popup button when the items showing inside are in hidden state has been resolved.
61
-
62
-
63
- ## 23.1.44 (2023-11-07)
64
-
65
- ### Ribbon
66
-
67
- #### Bug Fixes
68
-
69
- `#I509963` - Now the issue with hide/disable method not working properly with the tab items that are not loaded in initial rendering has been resolved.
70
-
71
-
72
- `#I510661` - Now the script issue raised with the createPopupOnClick property enabled in the dropdown item overflow popup has been resolved.
73
-
74
-
75
- ## 23.1.43 (2023-10-31)
76
-
77
- ### Ribbon
78
-
79
- #### Features
80
-
81
- `#I510343` - Provided custom HTML attributes support for the Ribbon items
82
-
83
-
84
- ## 23.1.38 (2023-09-26)
85
-
86
- ### Ribbon
87
-
88
- #### Bug Fixes
89
-
90
- `#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
91
-
92
-
93
- ## 21.1.35 (2023-03-23)
94
-
95
- ### Ribbon
96
-
97
- 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.
98
-
99
-
100
- **Key features**
101
-
102
-
103
- - **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.
104
- - **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.
105
- - **Tooltip** - Provide additional information when a user hovers over a ribbon item, improving user experience and increasing the usability of the application.
106
- - **File menu** - A built-in menu that to add file related actions easily.
107
- - **Templates** - Customize ribbon items and the help pane content using templates.
108
-
109
-
@@ -1,18 +0,0 @@
1
- var fs = require("fs");
2
- var glob = require("glob");
3
-
4
- var selectors = ['ejs-ribbon'];
5
-
6
- if (process.env.tagName !== undefined) {
7
- var newTagPrefix = process.env.tagName.trim();
8
- var files = glob.sync("./@syncfusion/*");
9
- for (var i = 0; i < files.length; i++) {
10
- var sourceFile = fs.readFileSync(files[i], "utf8");
11
- for (var j = 0; j < selectors.length; j++) {
12
- selectors[j] = selectors[j].replace('[','').replace(']','');
13
- var tagRegex = new RegExp(selectors[j], "g");
14
- sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
- }
16
- fs.writeFileSync(files[i], sourceFile, "utf8");
17
- }
18
- }
@@ -1,3 +0,0 @@
1
- import { OptionsSchema } from './schema';
2
- import { Rule } from '@angular-devkit/schematics';
3
- export default function (options: OptionsSchema): Rule;
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const lib_details_1 = require("./../utils/lib-details");
4
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
- function default_1(options) {
6
- const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
- return schematics_1.install(options, libOptions);
8
- }
9
- exports.default = default_1;
@@ -1,13 +0,0 @@
1
- export interface OptionsSchema {
2
- skipPackageJson: boolean;
3
- modules: string;
4
- modulePath: string;
5
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
- project?: string;
7
- }
8
- export interface LibOptionsSchema {
9
- pkgName: string;
10
- pkgVer: string;
11
- moduleName: string;
12
- themeVer: string;
13
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export declare const pkgName = "@syncfusion/ej2-angular-ribbon";
2
- export declare const pkgVer = "^25.2.3";
3
- export declare const moduleName = "RibbonModule";
4
- export declare const themeVer = "~25.2.3";
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.pkgName = '@syncfusion/ej2-angular-ribbon';
4
- exports.pkgVer = '^25.2.5';
5
- exports.moduleName = 'RibbonModule';
6
- exports.themeVer = '~25.2.5';