@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.
- package/dist/ej2-ribbon.umd.min.js +2 -2
- package/dist/ej2-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-ribbon.es2015.js +18 -26
- package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-ribbon.es5.js +18 -92
- package/dist/es6/ej2-ribbon.es5.js.map +1 -1
- package/dist/global/ej2-ribbon.min.js +2 -2
- package/dist/global/ej2-ribbon.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +14 -13
- package/src/ribbon/items/ribbon-button.js +3 -15
- package/src/ribbon/items/ribbon-checkbox.js +3 -16
- package/src/ribbon/items/ribbon-colorpicker.js +3 -15
- package/src/ribbon/items/ribbon-combobox.js +3 -16
- package/src/ribbon/items/ribbon-dropdown.js +3 -15
- package/src/ribbon/items/ribbon-splitbutton.js +3 -15
- package/styles/bootstrap-dark-lite.css +2136 -0
- package/styles/bootstrap-dark-lite.scss +18 -0
- package/styles/bootstrap-dark.css +1174 -1244
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap-lite.css +2138 -0
- package/styles/bootstrap-lite.scss +18 -0
- package/styles/bootstrap.css +1179 -1249
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4-lite.css +2180 -0
- package/styles/bootstrap4-lite.scss +18 -0
- package/styles/bootstrap4.css +1181 -1273
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +2211 -0
- package/styles/bootstrap5-dark-lite.scss +18 -0
- package/styles/bootstrap5-dark.css +1175 -1263
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5-lite.css +2211 -0
- package/styles/bootstrap5-lite.scss +18 -0
- package/styles/bootstrap5.3-lite.css +2215 -0
- package/styles/bootstrap5.3-lite.scss +18 -0
- package/styles/bootstrap5.3.css +2841 -0
- package/styles/bootstrap5.3.scss +19 -0
- package/styles/bootstrap5.css +1173 -1261
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark-lite.css +2112 -0
- package/styles/fabric-dark-lite.scss +18 -0
- package/styles/fabric-dark.css +1176 -1245
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric-lite.css +2113 -0
- package/styles/fabric-lite.scss +18 -0
- package/styles/fabric.css +1176 -1238
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark-lite.css +2203 -0
- package/styles/fluent-dark-lite.scss +18 -0
- package/styles/fluent-dark.css +1179 -1254
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent-lite.css +2203 -0
- package/styles/fluent-lite.scss +18 -0
- package/styles/fluent.css +1177 -1252
- package/styles/fluent.scss +1 -0
- package/styles/fluent2-lite.css +2301 -0
- package/styles/fluent2-lite.scss +18 -0
- package/styles/fluent2.css +1264 -1250
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light-lite.css +2129 -0
- package/styles/highcontrast-light-lite.scss +17 -0
- package/styles/highcontrast-light.css +1163 -1222
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast-lite.css +2134 -0
- package/styles/highcontrast-lite.scss +18 -0
- package/styles/highcontrast.css +1162 -1221
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark-lite.css +2272 -0
- package/styles/material-dark-lite.scss +18 -0
- package/styles/material-dark.css +1176 -1229
- package/styles/material-dark.scss +1 -0
- package/styles/material-lite.css +2278 -0
- package/styles/material-lite.scss +18 -0
- package/styles/material.css +1176 -1250
- package/styles/material.scss +1 -0
- package/styles/material3-dark-lite.css +2214 -0
- package/styles/material3-dark-lite.scss +18 -0
- package/styles/material3-dark.css +1199 -1278
- package/styles/material3-dark.scss +1 -0
- package/styles/material3-lite.css +2216 -0
- package/styles/material3-lite.scss +18 -0
- package/styles/material3.css +1199 -1278
- package/styles/material3.scss +1 -0
- package/styles/ribbon/_bds-definition.scss +2 -0
- package/styles/ribbon/_bigger.scss +530 -0
- package/styles/ribbon/_bootstrap-dark-definition.scss +2 -0
- package/styles/ribbon/_bootstrap-definition.scss +2 -0
- package/styles/ribbon/_bootstrap4-definition.scss +2 -0
- package/styles/ribbon/_bootstrap5-definition.scss +2 -0
- package/styles/ribbon/_bootstrap5.3-definition.scss +130 -129
- package/styles/ribbon/_fabric-dark-definition.scss +2 -0
- package/styles/ribbon/_fabric-definition.scss +2 -0
- package/styles/ribbon/_fluent-definition.scss +2 -0
- package/styles/ribbon/_fluent2-definition.scss +11 -9
- package/styles/ribbon/_fusionnew-definition.scss +2 -0
- package/styles/ribbon/_highcontrast-definition.scss +2 -0
- package/styles/ribbon/_highcontrast-light-definition.scss +2 -0
- package/styles/ribbon/_layout.scss +75 -493
- package/styles/ribbon/_material-dark-definition.scss +2 -0
- package/styles/ribbon/_material-definition.scss +2 -0
- package/styles/ribbon/_material3-definition.scss +2 -0
- package/styles/ribbon/_tailwind-definition.scss +2 -0
- package/styles/ribbon/_theme.scss +15 -22
- package/styles/ribbon/bootstrap-dark.css +1174 -1244
- package/styles/ribbon/bootstrap-dark.scss +1 -0
- package/styles/ribbon/bootstrap.css +1179 -1249
- package/styles/ribbon/bootstrap.scss +1 -0
- package/styles/ribbon/bootstrap4.css +1181 -1273
- package/styles/ribbon/bootstrap4.scss +1 -0
- package/styles/ribbon/bootstrap5-dark.css +1175 -1263
- package/styles/ribbon/bootstrap5-dark.scss +1 -0
- package/styles/ribbon/bootstrap5.3.css +2841 -0
- package/styles/ribbon/bootstrap5.3.scss +19 -0
- package/styles/ribbon/bootstrap5.css +1173 -1261
- package/styles/ribbon/bootstrap5.scss +1 -0
- package/styles/ribbon/fabric-dark.css +1176 -1245
- package/styles/ribbon/fabric-dark.scss +1 -0
- package/styles/ribbon/fabric.css +1176 -1238
- package/styles/ribbon/fabric.scss +1 -0
- package/styles/ribbon/fluent-dark.css +1179 -1254
- package/styles/ribbon/fluent-dark.scss +1 -0
- package/styles/ribbon/fluent.css +1177 -1252
- package/styles/ribbon/fluent.scss +1 -0
- package/styles/ribbon/fluent2.css +1264 -1250
- package/styles/ribbon/fluent2.scss +1 -0
- package/styles/ribbon/highcontrast-light.css +1163 -1222
- package/styles/ribbon/highcontrast-light.scss +1 -0
- package/styles/ribbon/highcontrast.css +1162 -1221
- package/styles/ribbon/highcontrast.scss +1 -0
- package/styles/ribbon/material-dark.css +1176 -1229
- package/styles/ribbon/material-dark.scss +1 -0
- package/styles/ribbon/material.css +1176 -1250
- package/styles/ribbon/material.scss +1 -0
- package/styles/ribbon/material3-dark.css +1199 -1278
- package/styles/ribbon/material3-dark.scss +1 -0
- package/styles/ribbon/material3.css +1199 -1278
- package/styles/ribbon/material3.scss +1 -0
- package/styles/ribbon/tailwind-dark.css +1177 -1249
- package/styles/ribbon/tailwind-dark.scss +1 -0
- package/styles/ribbon/tailwind.css +1179 -1251
- package/styles/ribbon/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +2234 -0
- package/styles/tailwind-dark-lite.scss +18 -0
- package/styles/tailwind-dark.css +1177 -1249
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind-lite.css +2234 -0
- package/styles/tailwind-lite.scss +18 -0
- package/styles/tailwind.css +1179 -1251
- package/styles/tailwind.scss +1 -0
- package/hotfix/26.1.35_Vol2.txt +0 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-ribbon@21.29.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
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-
|
|
27
|
-
"_shasum": "
|
|
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-
|
|
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": "~
|
|
39
|
-
"@syncfusion/ej2-buttons": "~
|
|
40
|
-
"@syncfusion/ej2-dropdowns": "~
|
|
41
|
-
"@syncfusion/ej2-lists": "~
|
|
42
|
-
"@syncfusion/ej2-navigations": "~
|
|
43
|
-
"@syncfusion/ej2-popups": "~
|
|
44
|
-
"@syncfusion/ej2-splitbuttons": "~
|
|
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": "
|
|
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
|
-
|
|
59
|
-
|
|
60
|
-
delete htmlAttr.id;
|
|
47
|
+
if (btnSettings.htmlAttributes.id) {
|
|
48
|
+
delete btnSettings.htmlAttributes.id;
|
|
61
49
|
}
|
|
62
|
-
setCustomAttributes(buttonEle,
|
|
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
|
-
|
|
46
|
-
|
|
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:
|
|
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
|
-
|
|
83
|
-
|
|
84
|
-
delete htmlAttr.id;
|
|
71
|
+
if (colorPickerSettings.htmlAttributes.id) {
|
|
72
|
+
delete colorPickerSettings.htmlAttributes.id;
|
|
85
73
|
}
|
|
86
|
-
setCustomAttributes(inputEle,
|
|
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
|
-
|
|
46
|
-
|
|
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:
|
|
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
|
-
|
|
78
|
-
|
|
79
|
-
delete htmlAttr.id;
|
|
66
|
+
if (dropDownSettings.htmlAttributes.id) {
|
|
67
|
+
delete dropDownSettings.htmlAttributes.id;
|
|
80
68
|
}
|
|
81
|
-
setCustomAttributes(buttonEle,
|
|
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
|
-
|
|
86
|
-
|
|
87
|
-
delete htmlAttr.id;
|
|
74
|
+
if (splitButtonSettings.htmlAttributes.id) {
|
|
75
|
+
delete splitButtonSettings.htmlAttributes.id;
|
|
88
76
|
}
|
|
89
|
-
setCustomAttributes(buttonEle,
|
|
77
|
+
setCustomAttributes(buttonEle, splitButtonSettings.htmlAttributes);
|
|
90
78
|
}
|
|
91
79
|
var dropdownEle = buttonEle.parentElement.querySelector('.e-dropdown-btn');
|
|
92
80
|
dropdownEle.onkeydown = function (e) {
|