@syncfusion/ej2-ribbon 26.2.8 → 27.1.48

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 (151) hide show
  1. package/dist/ej2-ribbon.umd.min.js +2 -2
  2. package/dist/ej2-ribbon.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-ribbon.es2015.js +18 -26
  4. package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
  5. package/dist/es6/ej2-ribbon.es5.js +18 -92
  6. package/dist/es6/ej2-ribbon.es5.js.map +1 -1
  7. package/dist/global/ej2-ribbon.min.js +2 -2
  8. package/dist/global/ej2-ribbon.min.js.map +1 -1
  9. package/dist/global/index.d.ts +1 -1
  10. package/package.json +14 -13
  11. package/src/ribbon/items/ribbon-button.js +3 -15
  12. package/src/ribbon/items/ribbon-checkbox.js +3 -16
  13. package/src/ribbon/items/ribbon-colorpicker.js +3 -15
  14. package/src/ribbon/items/ribbon-combobox.js +3 -16
  15. package/src/ribbon/items/ribbon-dropdown.js +3 -15
  16. package/src/ribbon/items/ribbon-splitbutton.js +3 -15
  17. package/styles/bootstrap-dark-lite.css +2136 -0
  18. package/styles/bootstrap-dark-lite.scss +18 -0
  19. package/styles/bootstrap-dark.css +1174 -1244
  20. package/styles/bootstrap-dark.scss +1 -0
  21. package/styles/bootstrap-lite.css +2138 -0
  22. package/styles/bootstrap-lite.scss +18 -0
  23. package/styles/bootstrap.css +1179 -1249
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4-lite.css +2180 -0
  26. package/styles/bootstrap4-lite.scss +18 -0
  27. package/styles/bootstrap4.css +1181 -1273
  28. package/styles/bootstrap4.scss +1 -0
  29. package/styles/bootstrap5-dark-lite.css +2211 -0
  30. package/styles/bootstrap5-dark-lite.scss +18 -0
  31. package/styles/bootstrap5-dark.css +1175 -1263
  32. package/styles/bootstrap5-dark.scss +1 -0
  33. package/styles/bootstrap5-lite.css +2211 -0
  34. package/styles/bootstrap5-lite.scss +18 -0
  35. package/styles/bootstrap5.3-lite.css +2215 -0
  36. package/styles/bootstrap5.3-lite.scss +18 -0
  37. package/styles/bootstrap5.3.css +2841 -0
  38. package/styles/bootstrap5.3.scss +19 -0
  39. package/styles/bootstrap5.css +1173 -1261
  40. package/styles/bootstrap5.scss +1 -0
  41. package/styles/fabric-dark-lite.css +2112 -0
  42. package/styles/fabric-dark-lite.scss +18 -0
  43. package/styles/fabric-dark.css +1176 -1245
  44. package/styles/fabric-dark.scss +1 -0
  45. package/styles/fabric-lite.css +2113 -0
  46. package/styles/fabric-lite.scss +18 -0
  47. package/styles/fabric.css +1176 -1238
  48. package/styles/fabric.scss +1 -0
  49. package/styles/fluent-dark-lite.css +2203 -0
  50. package/styles/fluent-dark-lite.scss +18 -0
  51. package/styles/fluent-dark.css +1179 -1254
  52. package/styles/fluent-dark.scss +1 -0
  53. package/styles/fluent-lite.css +2203 -0
  54. package/styles/fluent-lite.scss +18 -0
  55. package/styles/fluent.css +1177 -1252
  56. package/styles/fluent.scss +1 -0
  57. package/styles/fluent2-lite.css +2301 -0
  58. package/styles/fluent2-lite.scss +18 -0
  59. package/styles/fluent2.css +1264 -1250
  60. package/styles/fluent2.scss +1 -0
  61. package/styles/highcontrast-light-lite.css +2129 -0
  62. package/styles/highcontrast-light-lite.scss +17 -0
  63. package/styles/highcontrast-light.css +1163 -1222
  64. package/styles/highcontrast-light.scss +1 -0
  65. package/styles/highcontrast-lite.css +2134 -0
  66. package/styles/highcontrast-lite.scss +18 -0
  67. package/styles/highcontrast.css +1162 -1221
  68. package/styles/highcontrast.scss +1 -0
  69. package/styles/material-dark-lite.css +2272 -0
  70. package/styles/material-dark-lite.scss +18 -0
  71. package/styles/material-dark.css +1176 -1229
  72. package/styles/material-dark.scss +1 -0
  73. package/styles/material-lite.css +2278 -0
  74. package/styles/material-lite.scss +18 -0
  75. package/styles/material.css +1176 -1250
  76. package/styles/material.scss +1 -0
  77. package/styles/material3-dark-lite.css +2214 -0
  78. package/styles/material3-dark-lite.scss +18 -0
  79. package/styles/material3-dark.css +1199 -1278
  80. package/styles/material3-dark.scss +1 -0
  81. package/styles/material3-lite.css +2216 -0
  82. package/styles/material3-lite.scss +18 -0
  83. package/styles/material3.css +1199 -1278
  84. package/styles/material3.scss +1 -0
  85. package/styles/ribbon/_bds-definition.scss +2 -0
  86. package/styles/ribbon/_bigger.scss +530 -0
  87. package/styles/ribbon/_bootstrap-dark-definition.scss +2 -0
  88. package/styles/ribbon/_bootstrap-definition.scss +2 -0
  89. package/styles/ribbon/_bootstrap4-definition.scss +2 -0
  90. package/styles/ribbon/_bootstrap5-definition.scss +2 -0
  91. package/styles/ribbon/_bootstrap5.3-definition.scss +130 -129
  92. package/styles/ribbon/_fabric-dark-definition.scss +2 -0
  93. package/styles/ribbon/_fabric-definition.scss +2 -0
  94. package/styles/ribbon/_fluent-definition.scss +2 -0
  95. package/styles/ribbon/_fluent2-definition.scss +11 -9
  96. package/styles/ribbon/_fusionnew-definition.scss +2 -0
  97. package/styles/ribbon/_highcontrast-definition.scss +2 -0
  98. package/styles/ribbon/_highcontrast-light-definition.scss +2 -0
  99. package/styles/ribbon/_layout.scss +75 -493
  100. package/styles/ribbon/_material-dark-definition.scss +2 -0
  101. package/styles/ribbon/_material-definition.scss +2 -0
  102. package/styles/ribbon/_material3-definition.scss +2 -0
  103. package/styles/ribbon/_tailwind-definition.scss +2 -0
  104. package/styles/ribbon/_theme.scss +15 -22
  105. package/styles/ribbon/bootstrap-dark.css +1174 -1244
  106. package/styles/ribbon/bootstrap-dark.scss +1 -0
  107. package/styles/ribbon/bootstrap.css +1179 -1249
  108. package/styles/ribbon/bootstrap.scss +1 -0
  109. package/styles/ribbon/bootstrap4.css +1181 -1273
  110. package/styles/ribbon/bootstrap4.scss +1 -0
  111. package/styles/ribbon/bootstrap5-dark.css +1175 -1263
  112. package/styles/ribbon/bootstrap5-dark.scss +1 -0
  113. package/styles/ribbon/bootstrap5.3.css +2841 -0
  114. package/styles/ribbon/bootstrap5.3.scss +19 -0
  115. package/styles/ribbon/bootstrap5.css +1173 -1261
  116. package/styles/ribbon/bootstrap5.scss +1 -0
  117. package/styles/ribbon/fabric-dark.css +1176 -1245
  118. package/styles/ribbon/fabric-dark.scss +1 -0
  119. package/styles/ribbon/fabric.css +1176 -1238
  120. package/styles/ribbon/fabric.scss +1 -0
  121. package/styles/ribbon/fluent-dark.css +1179 -1254
  122. package/styles/ribbon/fluent-dark.scss +1 -0
  123. package/styles/ribbon/fluent.css +1177 -1252
  124. package/styles/ribbon/fluent.scss +1 -0
  125. package/styles/ribbon/fluent2.css +1264 -1250
  126. package/styles/ribbon/fluent2.scss +1 -0
  127. package/styles/ribbon/highcontrast-light.css +1163 -1222
  128. package/styles/ribbon/highcontrast-light.scss +1 -0
  129. package/styles/ribbon/highcontrast.css +1162 -1221
  130. package/styles/ribbon/highcontrast.scss +1 -0
  131. package/styles/ribbon/material-dark.css +1176 -1229
  132. package/styles/ribbon/material-dark.scss +1 -0
  133. package/styles/ribbon/material.css +1176 -1250
  134. package/styles/ribbon/material.scss +1 -0
  135. package/styles/ribbon/material3-dark.css +1199 -1278
  136. package/styles/ribbon/material3-dark.scss +1 -0
  137. package/styles/ribbon/material3.css +1199 -1278
  138. package/styles/ribbon/material3.scss +1 -0
  139. package/styles/ribbon/tailwind-dark.css +1177 -1249
  140. package/styles/ribbon/tailwind-dark.scss +1 -0
  141. package/styles/ribbon/tailwind.css +1179 -1251
  142. package/styles/ribbon/tailwind.scss +1 -0
  143. package/styles/tailwind-dark-lite.css +2234 -0
  144. package/styles/tailwind-dark-lite.scss +18 -0
  145. package/styles/tailwind-dark.css +1177 -1249
  146. package/styles/tailwind-dark.scss +1 -0
  147. package/styles/tailwind-lite.css +2234 -0
  148. package/styles/tailwind-lite.scss +18 -0
  149. package/styles/tailwind.css +1179 -1251
  150. package/styles/tailwind.scss +1 -0
  151. package/hotfix/26.1.35_Vol2.txt +0 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 26.2.8
3
+ * version : 27.1.48
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-ribbon@*",
3
- "_id": "@syncfusion/ej2-ribbon@26.2.7",
3
+ "_id": "@syncfusion/ej2-ribbon@21.29.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-rRstG6eGJd4KxrvWP4nmK7SBgppFiFD9cRYNRgy6d8T5tOqA1WBcPRzGnLrbySUXtFDMZ1MzRyoKGOVa6YOWAw==",
5
+ "_integrity": "sha512-v5yrMbs67Wpw2hoW6X+tYkeFus5vZmhpk6BnQF0i9yWp5HQ6yKNsL0rD0zaLpavR1oRd8MWvmHsPeUeUfCAI2A==",
6
6
  "_location": "/@syncfusion/ej2-ribbon",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,10 +23,10 @@
23
23
  "/@syncfusion/ej2-react-ribbon",
24
24
  "/@syncfusion/ej2-vue-ribbon"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-ribbon/-/ej2-ribbon-26.2.7.tgz",
27
- "_shasum": "40c86fa55b26dcd3f42c17cb46d811a994a348dd",
26
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-ribbon/-/ej2-ribbon-21.29.0.tgz",
27
+ "_shasum": "ea29ed3a15af14331e827916eb7f854d207adba2",
28
28
  "_spec": "@syncfusion/ej2-ribbon@*",
29
- "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
29
+ "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
30
30
  "author": {
31
31
  "name": "Syncfusion Inc."
32
32
  },
@@ -35,13 +35,14 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~26.2.5",
39
- "@syncfusion/ej2-buttons": "~26.2.8",
40
- "@syncfusion/ej2-dropdowns": "~26.2.8",
41
- "@syncfusion/ej2-lists": "~26.2.5",
42
- "@syncfusion/ej2-navigations": "~26.2.8",
43
- "@syncfusion/ej2-popups": "~26.2.8",
44
- "@syncfusion/ej2-splitbuttons": "~26.2.5"
38
+ "@syncfusion/ej2-base": "~27.1.48",
39
+ "@syncfusion/ej2-buttons": "~27.1.48",
40
+ "@syncfusion/ej2-dropdowns": "~27.1.48",
41
+ "@syncfusion/ej2-lists": "~27.1.48",
42
+ "@syncfusion/ej2-navigations": "~27.1.48",
43
+ "@syncfusion/ej2-popups": "~27.1.48",
44
+ "@syncfusion/ej2-splitbuttons": "~27.1.48",
45
+ "markdown-spellcheck": "^1.3.1"
45
46
  },
46
47
  "deprecated": false,
47
48
  "description": "Essential JS 2 Component",
@@ -62,6 +63,6 @@
62
63
  "url": "git+https://github.com/syncfusion/ej2-ribbon-component.git"
63
64
  },
64
65
  "typings": "index.d.ts",
65
- "version": "26.2.8",
66
+ "version": "27.1.48",
66
67
  "sideEffects": false
67
68
  }
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { getComponent, merge } from '@syncfusion/ej2-base';
13
2
  import { Button } from '@syncfusion/ej2-buttons';
14
3
  import { getItem, getItemElement, RibbonItemSize, setCustomAttributes } from '../base/index';
@@ -55,11 +44,10 @@ var RibbonButton = /** @class */ (function () {
55
44
  created: btnSettings.created
56
45
  }, buttonEle);
57
46
  if (btnSettings.htmlAttributes) {
58
- var htmlAttr = __assign({}, btnSettings.htmlAttributes);
59
- if (htmlAttr.id) {
60
- delete htmlAttr.id;
47
+ if (btnSettings.htmlAttributes.id) {
48
+ delete btnSettings.htmlAttributes.id;
61
49
  }
62
- setCustomAttributes(buttonEle, htmlAttr);
50
+ setCustomAttributes(buttonEle, btnSettings.htmlAttributes);
63
51
  }
64
52
  buttonEle.onclick = function (e) {
65
53
  if (btnSettings.clicked) {
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { getComponent, merge } from '@syncfusion/ej2-base';
13
2
  import { CheckBox } from '@syncfusion/ej2-buttons';
14
3
  import { getItem, getItemElement, RIBBON_CONTROL, SPACE, RIBBON_POPUP_CONTROL } from '../base/index';
@@ -40,11 +29,9 @@ var RibbonCheckBox = /** @class */ (function () {
40
29
  });
41
30
  itemEle.appendChild(inputEle);
42
31
  var checkBoxSettings = item.checkBoxSettings;
43
- var htmlAttr = {};
44
32
  if (checkBoxSettings.htmlAttributes) {
45
- htmlAttr = __assign({}, checkBoxSettings.htmlAttributes);
46
- if (htmlAttr.id) {
47
- delete htmlAttr.id;
33
+ if (checkBoxSettings.htmlAttributes.id) {
34
+ delete checkBoxSettings.htmlAttributes.id;
48
35
  }
49
36
  }
50
37
  new CheckBox({
@@ -57,7 +44,7 @@ var RibbonCheckBox = /** @class */ (function () {
57
44
  labelPosition: checkBoxSettings.labelPosition,
58
45
  disabled: item.disabled,
59
46
  created: checkBoxSettings.created,
60
- htmlAttributes: htmlAttr,
47
+ htmlAttributes: checkBoxSettings.htmlAttributes,
61
48
  change: function (e) {
62
49
  if (checkBoxSettings.change) {
63
50
  checkBoxSettings.change.call(_this, e);
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { EventHandler, getComponent, merge } from '@syncfusion/ej2-base';
13
2
  import { ColorPicker } from '@syncfusion/ej2-inputs';
14
3
  import { getItem, getItemElement, setCustomAttributes } from '../base/index';
@@ -79,11 +68,10 @@ var RibbonColorPicker = /** @class */ (function () {
79
68
  select: colorPickerSettings.select
80
69
  }, inputEle);
81
70
  if (colorPickerSettings.htmlAttributes) {
82
- var htmlAttr = __assign({}, colorPickerSettings.htmlAttributes);
83
- if (htmlAttr.id) {
84
- delete htmlAttr.id;
71
+ if (colorPickerSettings.htmlAttributes.id) {
72
+ delete colorPickerSettings.htmlAttributes.id;
85
73
  }
86
- setCustomAttributes(inputEle, htmlAttr);
74
+ setCustomAttributes(inputEle, colorPickerSettings.htmlAttributes);
87
75
  }
88
76
  var wrapper = colorPicker.element.parentElement;
89
77
  EventHandler.add(wrapper, 'mouseenter', this.toggleWrapperHover.bind(this, wrapper, true), this);
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { getComponent, merge } from '@syncfusion/ej2-base';
13
2
  import { ComboBox } from '@syncfusion/ej2-dropdowns';
14
3
  import { getItem, getItemElement, RIBBON_CONTROL, SPACE, RIBBON_POPUP_CONTROL } from '../base/index';
@@ -40,11 +29,9 @@ var RibbonComboBox = /** @class */ (function () {
40
29
  });
41
30
  itemEle.appendChild(inputEle);
42
31
  var comboBoxSettings = item.comboBoxSettings;
43
- var htmlAttr = {};
44
32
  if (comboBoxSettings.htmlAttributes) {
45
- htmlAttr = __assign({}, comboBoxSettings.htmlAttributes);
46
- if (htmlAttr.id) {
47
- delete htmlAttr.id;
33
+ if (comboBoxSettings.htmlAttributes.id) {
34
+ delete comboBoxSettings.htmlAttributes.id;
48
35
  }
49
36
  }
50
37
  new ComboBox({
@@ -78,7 +65,7 @@ var RibbonComboBox = /** @class */ (function () {
78
65
  width: comboBoxSettings.width,
79
66
  beforeOpen: comboBoxSettings.beforeOpen,
80
67
  open: comboBoxSettings.open,
81
- htmlAttributes: htmlAttr,
68
+ htmlAttributes: comboBoxSettings.htmlAttributes,
82
69
  close: function (e) {
83
70
  if (comboBoxSettings.close) {
84
71
  comboBoxSettings.close.call(_this, e);
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { closest, getComponent, isNullOrUndefined, merge, remove } from '@syncfusion/ej2-base';
13
2
  import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
14
3
  import { Tooltip } from '@syncfusion/ej2-popups';
@@ -74,11 +63,10 @@ var RibbonDropDown = /** @class */ (function () {
74
63
  select: dropDownSettings.select
75
64
  }).appendTo(buttonEle);
76
65
  if (dropDownSettings.htmlAttributes) {
77
- var htmlAttr = __assign({}, dropDownSettings.htmlAttributes);
78
- if (htmlAttr.id) {
79
- delete htmlAttr.id;
66
+ if (dropDownSettings.htmlAttributes.id) {
67
+ delete dropDownSettings.htmlAttributes.id;
80
68
  }
81
- setCustomAttributes(buttonEle, htmlAttr);
69
+ setCustomAttributes(buttonEle, dropDownSettings.htmlAttributes);
82
70
  }
83
71
  };
84
72
  /**
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { EventHandler, getComponent, merge } from '@syncfusion/ej2-base';
13
2
  import { SplitButton } from '@syncfusion/ej2-splitbuttons';
14
3
  import { getItem, getItemElement, RibbonItemSize, setCustomAttributes } from '../base/index';
@@ -82,11 +71,10 @@ var RibbonSplitButton = /** @class */ (function () {
82
71
  }
83
72
  }, buttonEle);
84
73
  if (splitButtonSettings.htmlAttributes) {
85
- var htmlAttr = __assign({}, splitButtonSettings.htmlAttributes);
86
- if (htmlAttr.id) {
87
- delete htmlAttr.id;
74
+ if (splitButtonSettings.htmlAttributes.id) {
75
+ delete splitButtonSettings.htmlAttributes.id;
88
76
  }
89
- setCustomAttributes(buttonEle, htmlAttr);
77
+ setCustomAttributes(buttonEle, splitButtonSettings.htmlAttributes);
90
78
  }
91
79
  var dropdownEle = buttonEle.parentElement.querySelector('.e-dropdown-btn');
92
80
  dropdownEle.onkeydown = function (e) {