@syncfusion/ej2-navigations 28.2.6 → 28.2.11
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/README.md +1 -1
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +38 -5
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +38 -5
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +10 -10
- package/src/common/menu-base.js +38 -5
- package/styles/bootstrap4-lite.css +4 -4
- package/styles/bootstrap4.css +4 -4
- package/styles/bootstrap5-dark-lite.css +10 -10
- package/styles/bootstrap5-dark.css +10 -10
- package/styles/bootstrap5-lite.css +10 -10
- package/styles/bootstrap5.3-lite.css +12 -12
- package/styles/bootstrap5.3.css +12 -12
- package/styles/bootstrap5.css +10 -10
- package/styles/fluent2-lite.css +7 -26
- package/styles/fluent2.css +7 -26
- package/styles/material3-dark-lite.css +10 -10
- package/styles/material3-dark.css +10 -10
- package/styles/material3-lite.css +10 -10
- package/styles/material3.css +10 -10
- package/styles/tab/_bootstrap4-definition.scss +2 -2
- package/styles/tab/_bootstrap5-definition.scss +3 -3
- package/styles/tab/_bootstrap5.3-definition.scss +3 -3
- package/styles/tab/_material3-definition.scss +3 -3
- package/styles/tab/_tailwind3-definition.scss +3 -3
- package/styles/tab/bootstrap4.css +4 -4
- package/styles/tab/bootstrap5-dark.css +10 -10
- package/styles/tab/bootstrap5.3.css +10 -10
- package/styles/tab/bootstrap5.css +10 -10
- package/styles/tab/material3-dark.css +10 -10
- package/styles/tab/material3.css +10 -10
- package/styles/tab/tailwind3.css +10 -10
- package/styles/tailwind3-lite.css +17 -36
- package/styles/tailwind3.css +17 -36
- package/styles/toolbar/_theme.scss +25 -64
- package/styles/toolbar/bootstrap5.3.css +2 -2
- package/styles/toolbar/fluent2.css +7 -26
- package/styles/toolbar/tailwind3.css +7 -26
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 28.2.
|
|
3
|
+
* version : 28.2.11
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-navigations@28.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-navigations@28.2.6",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-RkklaJQrfLD0e9aBmW82O/liusJ+PJ8eH2x16z6ZsMTxb/8Xq5vDxTAE8ZuLyzvLcpGvIZGWHIbnMRRDWt29mQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"/@syncfusion/ej2-spreadsheet",
|
|
41
41
|
"/@syncfusion/ej2-vue-navigations"
|
|
42
42
|
],
|
|
43
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-28.2.
|
|
44
|
-
"_shasum": "
|
|
43
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-28.2.6.tgz",
|
|
44
|
+
"_shasum": "be83cbffff5fdeaa3cf8c7e4841d3b898314aca3",
|
|
45
45
|
"_spec": "@syncfusion/ej2-navigations@*",
|
|
46
46
|
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
|
|
47
47
|
"author": {
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"bundleDependencies": false,
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@syncfusion/ej2-base": "~28.2.
|
|
56
|
-
"@syncfusion/ej2-buttons": "~28.2.
|
|
57
|
-
"@syncfusion/ej2-data": "~28.2.
|
|
58
|
-
"@syncfusion/ej2-inputs": "~28.2.
|
|
55
|
+
"@syncfusion/ej2-base": "~28.2.9",
|
|
56
|
+
"@syncfusion/ej2-buttons": "~28.2.7",
|
|
57
|
+
"@syncfusion/ej2-data": "~28.2.11",
|
|
58
|
+
"@syncfusion/ej2-inputs": "~28.2.11",
|
|
59
59
|
"@syncfusion/ej2-lists": "~28.2.3",
|
|
60
|
-
"@syncfusion/ej2-popups": "~28.2.
|
|
60
|
+
"@syncfusion/ej2-popups": "~28.2.9"
|
|
61
61
|
},
|
|
62
62
|
"deprecated": false,
|
|
63
63
|
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
|
|
@@ -162,6 +162,6 @@
|
|
|
162
162
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
163
163
|
},
|
|
164
164
|
"typings": "index.d.ts",
|
|
165
|
-
"version": "28.2.
|
|
165
|
+
"version": "28.2.11",
|
|
166
166
|
"sideEffects": false
|
|
167
167
|
}
|
package/src/common/menu-base.js
CHANGED
|
@@ -861,6 +861,8 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
861
861
|
this.popupWrapper = this.createElement('div', {
|
|
862
862
|
className: 'e-' + this.getModuleName() + '-wrapper ' + POPUP, id: li.id + '-ej2menu-' + elemId + '-popup'
|
|
863
863
|
});
|
|
864
|
+
this.popupWrapper.setAttribute('role', 'navigation');
|
|
865
|
+
this.popupWrapper.setAttribute('aria-label', item.text + '-menu-popup');
|
|
864
866
|
if (this.hamburgerMode) {
|
|
865
867
|
top = li.offsetHeight;
|
|
866
868
|
li.appendChild(this.popupWrapper);
|
|
@@ -1339,6 +1341,9 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1339
1341
|
if (!args.curData.htmlAttributes.role) {
|
|
1340
1342
|
args.item.setAttribute('role', 'separator');
|
|
1341
1343
|
}
|
|
1344
|
+
if (!args.curData.htmlAttributes.ariaLabel) {
|
|
1345
|
+
args.item.setAttribute('aria-label', 'separator');
|
|
1346
|
+
}
|
|
1342
1347
|
}
|
|
1343
1348
|
if (showIcon && !args.curData[args.fields.iconCss]
|
|
1344
1349
|
&& !args.curData[_this.getField('separator', level)]) {
|
|
@@ -1933,7 +1938,13 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1933
1938
|
item.splice(idx, 1);
|
|
1934
1939
|
var uls = this.getWrapper().children;
|
|
1935
1940
|
if (navIdx.length < uls.length) {
|
|
1936
|
-
|
|
1941
|
+
if (this.enableScrolling && !uls[navIdx.length].classList.contains('e-menu-parent')) {
|
|
1942
|
+
var ul = uls[navIdx.length].querySelector('.e-menu-parent');
|
|
1943
|
+
detach(ul.children[idx]);
|
|
1944
|
+
}
|
|
1945
|
+
else {
|
|
1946
|
+
detach(uls[navIdx.length].children[idx]);
|
|
1947
|
+
}
|
|
1937
1948
|
}
|
|
1938
1949
|
};
|
|
1939
1950
|
/**
|
|
@@ -2238,7 +2249,13 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
2238
2249
|
ul.children[idx + 1].classList.add(disabled);
|
|
2239
2250
|
}
|
|
2240
2251
|
else {
|
|
2241
|
-
ul.
|
|
2252
|
+
if (this.enableScrolling && !ul.classList.contains('e-menu-parent')) {
|
|
2253
|
+
var mainUl = ul.querySelector('.e-menu-parent');
|
|
2254
|
+
mainUl.children[idx].classList.add(disabled);
|
|
2255
|
+
}
|
|
2256
|
+
else {
|
|
2257
|
+
ul.children[idx].classList.add(disabled);
|
|
2258
|
+
}
|
|
2242
2259
|
}
|
|
2243
2260
|
}
|
|
2244
2261
|
}
|
|
@@ -2276,6 +2293,9 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
2276
2293
|
ul = this.getUlByNavIdx(navIdx.length);
|
|
2277
2294
|
item = this.getItems(navIdx);
|
|
2278
2295
|
if (ul) {
|
|
2296
|
+
if (this.enableScrolling && !ul.classList.contains('e-menu-parent')) {
|
|
2297
|
+
ul = ul.querySelector('.e-menu-parent');
|
|
2298
|
+
}
|
|
2279
2299
|
var validUl = isUniqueId ? ul.children[index].id : item[index].text.toString();
|
|
2280
2300
|
if (ishide && validUl === items[i]) {
|
|
2281
2301
|
ul.children[index].classList.add(HIDE);
|
|
@@ -2335,6 +2355,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
2335
2355
|
var navIdx;
|
|
2336
2356
|
var iitems;
|
|
2337
2357
|
var menuitem;
|
|
2358
|
+
var parentUl;
|
|
2338
2359
|
for (var i = 0; i < items.length; i++) {
|
|
2339
2360
|
navIdx = this.getIndex(text, isUniqueId);
|
|
2340
2361
|
idx = navIdx.pop();
|
|
@@ -2347,11 +2368,23 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
2347
2368
|
if (!isNullOrUndefined(idx) && navIdx.length < uls.length) {
|
|
2348
2369
|
idx = isAfter ? idx + 1 : idx;
|
|
2349
2370
|
li = this.createItems(iitems).children[idx];
|
|
2350
|
-
var ul = this.isMenu ? select('.e-menu-parent', uls[navIdx.length]) : uls[navIdx.length];
|
|
2371
|
+
var ul = parentUl = this.isMenu ? select('.e-menu-parent', uls[navIdx.length]) : uls[navIdx.length];
|
|
2372
|
+
if (this.enableScrolling && !ul.classList.contains('e-menu-parent')) {
|
|
2373
|
+
ul = ul.querySelector('.e-menu-parent');
|
|
2374
|
+
}
|
|
2351
2375
|
ul.insertBefore(li, ul.children[idx]);
|
|
2352
2376
|
if (i === items.length - 1 && !this.isMenu && ul.style.display === 'block') {
|
|
2353
|
-
|
|
2354
|
-
|
|
2377
|
+
if (this.enableScrolling) {
|
|
2378
|
+
this.setPosition(null, ul, parseFloat(parentUl.style.top), parseFloat(parentUl.style.left));
|
|
2379
|
+
var scrollElem = closest(ul, '.e-vscroll');
|
|
2380
|
+
if (scrollElem) {
|
|
2381
|
+
scrollElem.style.display = 'block';
|
|
2382
|
+
}
|
|
2383
|
+
}
|
|
2384
|
+
else {
|
|
2385
|
+
this.setPosition(null, ul, parseFloat(ul.style.top), parseFloat(ul.style.left));
|
|
2386
|
+
ul.style.display = 'block';
|
|
2387
|
+
}
|
|
2355
2388
|
}
|
|
2356
2389
|
}
|
|
2357
2390
|
}
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
height: 20px;
|
|
3327
3327
|
min-width: 20px;
|
|
3328
3328
|
width: 20px;
|
|
3329
|
-
line-height:
|
|
3329
|
+
line-height: 1;
|
|
3330
3330
|
}
|
|
3331
3331
|
@media screen and (max-width: 480px) {
|
|
3332
3332
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -3336,7 +3336,7 @@
|
|
|
3336
3336
|
}
|
|
3337
3337
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3338
3338
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
3339
|
-
font-size:
|
|
3339
|
+
font-size: 16px;
|
|
3340
3340
|
}
|
|
3341
3341
|
@media screen and (max-width: 480px) {
|
|
3342
3342
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -4748,7 +4748,7 @@
|
|
|
4748
4748
|
height: 20px;
|
|
4749
4749
|
min-width: 20px;
|
|
4750
4750
|
width: 20px;
|
|
4751
|
-
line-height:
|
|
4751
|
+
line-height: 1;
|
|
4752
4752
|
}
|
|
4753
4753
|
@media screen and (max-width: 480px) {
|
|
4754
4754
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -4758,7 +4758,7 @@
|
|
|
4758
4758
|
}
|
|
4759
4759
|
.e-tab-clone-element .e-tab-icon,
|
|
4760
4760
|
.e-tab-clone-element .e-tab-icon::before {
|
|
4761
|
-
font-size:
|
|
4761
|
+
font-size: 16px;
|
|
4762
4762
|
}
|
|
4763
4763
|
@media screen and (max-width: 480px) {
|
|
4764
4764
|
.e-tab-clone-element .e-tab-icon,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -4007,7 +4007,7 @@
|
|
|
4007
4007
|
height: 20px;
|
|
4008
4008
|
min-width: 20px;
|
|
4009
4009
|
width: 20px;
|
|
4010
|
-
line-height:
|
|
4010
|
+
line-height: 1;
|
|
4011
4011
|
}
|
|
4012
4012
|
@media screen and (max-width: 480px) {
|
|
4013
4013
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4017,7 +4017,7 @@
|
|
|
4017
4017
|
}
|
|
4018
4018
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4019
4019
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4020
|
-
font-size:
|
|
4020
|
+
font-size: 16px;
|
|
4021
4021
|
}
|
|
4022
4022
|
@media screen and (max-width: 480px) {
|
|
4023
4023
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -5429,7 +5429,7 @@
|
|
|
5429
5429
|
height: 20px;
|
|
5430
5430
|
min-width: 20px;
|
|
5431
5431
|
width: 20px;
|
|
5432
|
-
line-height:
|
|
5432
|
+
line-height: 1;
|
|
5433
5433
|
}
|
|
5434
5434
|
@media screen and (max-width: 480px) {
|
|
5435
5435
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5439,7 +5439,7 @@
|
|
|
5439
5439
|
}
|
|
5440
5440
|
.e-tab-clone-element .e-tab-icon,
|
|
5441
5441
|
.e-tab-clone-element .e-tab-icon::before {
|
|
5442
|
-
font-size:
|
|
5442
|
+
font-size: 16px;
|
|
5443
5443
|
}
|
|
5444
5444
|
@media screen and (max-width: 480px) {
|
|
5445
5445
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -3347,10 +3347,10 @@
|
|
|
3347
3347
|
display: -webkit-inline-box;
|
|
3348
3348
|
display: -ms-inline-flexbox;
|
|
3349
3349
|
display: inline-flex;
|
|
3350
|
-
height:
|
|
3351
|
-
min-width:
|
|
3352
|
-
width:
|
|
3353
|
-
line-height:
|
|
3350
|
+
height: 20px;
|
|
3351
|
+
min-width: 20px;
|
|
3352
|
+
width: 20px;
|
|
3353
|
+
line-height: 1;
|
|
3354
3354
|
}
|
|
3355
3355
|
@media screen and (max-width: 480px) {
|
|
3356
3356
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -3360,7 +3360,7 @@
|
|
|
3360
3360
|
}
|
|
3361
3361
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3362
3362
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
3363
|
-
font-size:
|
|
3363
|
+
font-size: 16px;
|
|
3364
3364
|
}
|
|
3365
3365
|
@media screen and (max-width: 480px) {
|
|
3366
3366
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -4769,10 +4769,10 @@
|
|
|
4769
4769
|
display: -webkit-inline-box;
|
|
4770
4770
|
display: -ms-inline-flexbox;
|
|
4771
4771
|
display: inline-flex;
|
|
4772
|
-
height:
|
|
4773
|
-
min-width:
|
|
4774
|
-
width:
|
|
4775
|
-
line-height:
|
|
4772
|
+
height: 20px;
|
|
4773
|
+
min-width: 20px;
|
|
4774
|
+
width: 20px;
|
|
4775
|
+
line-height: 1;
|
|
4776
4776
|
}
|
|
4777
4777
|
@media screen and (max-width: 480px) {
|
|
4778
4778
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -4782,7 +4782,7 @@
|
|
|
4782
4782
|
}
|
|
4783
4783
|
.e-tab-clone-element .e-tab-icon,
|
|
4784
4784
|
.e-tab-clone-element .e-tab-icon::before {
|
|
4785
|
-
font-size:
|
|
4785
|
+
font-size: 16px;
|
|
4786
4786
|
}
|
|
4787
4787
|
@media screen and (max-width: 480px) {
|
|
4788
4788
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -4041,10 +4041,10 @@
|
|
|
4041
4041
|
display: -webkit-inline-box;
|
|
4042
4042
|
display: -ms-inline-flexbox;
|
|
4043
4043
|
display: inline-flex;
|
|
4044
|
-
height:
|
|
4045
|
-
min-width:
|
|
4046
|
-
width:
|
|
4047
|
-
line-height:
|
|
4044
|
+
height: 20px;
|
|
4045
|
+
min-width: 20px;
|
|
4046
|
+
width: 20px;
|
|
4047
|
+
line-height: 1;
|
|
4048
4048
|
}
|
|
4049
4049
|
@media screen and (max-width: 480px) {
|
|
4050
4050
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4054,7 +4054,7 @@
|
|
|
4054
4054
|
}
|
|
4055
4055
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4056
4056
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4057
|
-
font-size:
|
|
4057
|
+
font-size: 16px;
|
|
4058
4058
|
}
|
|
4059
4059
|
@media screen and (max-width: 480px) {
|
|
4060
4060
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -5463,10 +5463,10 @@
|
|
|
5463
5463
|
display: -webkit-inline-box;
|
|
5464
5464
|
display: -ms-inline-flexbox;
|
|
5465
5465
|
display: inline-flex;
|
|
5466
|
-
height:
|
|
5467
|
-
min-width:
|
|
5468
|
-
width:
|
|
5469
|
-
line-height:
|
|
5466
|
+
height: 20px;
|
|
5467
|
+
min-width: 20px;
|
|
5468
|
+
width: 20px;
|
|
5469
|
+
line-height: 1;
|
|
5470
5470
|
}
|
|
5471
5471
|
@media screen and (max-width: 480px) {
|
|
5472
5472
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5476,7 +5476,7 @@
|
|
|
5476
5476
|
}
|
|
5477
5477
|
.e-tab-clone-element .e-tab-icon,
|
|
5478
5478
|
.e-tab-clone-element .e-tab-icon::before {
|
|
5479
|
-
font-size:
|
|
5479
|
+
font-size: 16px;
|
|
5480
5480
|
}
|
|
5481
5481
|
@media screen and (max-width: 480px) {
|
|
5482
5482
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -3347,10 +3347,10 @@
|
|
|
3347
3347
|
display: -webkit-inline-box;
|
|
3348
3348
|
display: -ms-inline-flexbox;
|
|
3349
3349
|
display: inline-flex;
|
|
3350
|
-
height:
|
|
3351
|
-
min-width:
|
|
3352
|
-
width:
|
|
3353
|
-
line-height:
|
|
3350
|
+
height: 20px;
|
|
3351
|
+
min-width: 20px;
|
|
3352
|
+
width: 20px;
|
|
3353
|
+
line-height: 1;
|
|
3354
3354
|
}
|
|
3355
3355
|
@media screen and (max-width: 480px) {
|
|
3356
3356
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -3360,7 +3360,7 @@
|
|
|
3360
3360
|
}
|
|
3361
3361
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3362
3362
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
3363
|
-
font-size:
|
|
3363
|
+
font-size: 16px;
|
|
3364
3364
|
}
|
|
3365
3365
|
@media screen and (max-width: 480px) {
|
|
3366
3366
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -4769,10 +4769,10 @@
|
|
|
4769
4769
|
display: -webkit-inline-box;
|
|
4770
4770
|
display: -ms-inline-flexbox;
|
|
4771
4771
|
display: inline-flex;
|
|
4772
|
-
height:
|
|
4773
|
-
min-width:
|
|
4774
|
-
width:
|
|
4775
|
-
line-height:
|
|
4772
|
+
height: 20px;
|
|
4773
|
+
min-width: 20px;
|
|
4774
|
+
width: 20px;
|
|
4775
|
+
line-height: 1;
|
|
4776
4776
|
}
|
|
4777
4777
|
@media screen and (max-width: 480px) {
|
|
4778
4778
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -4782,7 +4782,7 @@
|
|
|
4782
4782
|
}
|
|
4783
4783
|
.e-tab-clone-element .e-tab-icon,
|
|
4784
4784
|
.e-tab-clone-element .e-tab-icon::before {
|
|
4785
|
-
font-size:
|
|
4785
|
+
font-size: 16px;
|
|
4786
4786
|
}
|
|
4787
4787
|
@media screen and (max-width: 480px) {
|
|
4788
4788
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -1895,8 +1895,8 @@
|
|
|
1895
1895
|
border-color: var(--color-sf-icon-color);
|
|
1896
1896
|
border-style: solid;
|
|
1897
1897
|
border-width: 0;
|
|
1898
|
-
-webkit-box-shadow:
|
|
1899
|
-
box-shadow:
|
|
1898
|
+
-webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
|
|
1899
|
+
box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
|
|
1900
1900
|
}
|
|
1901
1901
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text,
|
|
1902
1902
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons.e-btn-icon {
|
|
@@ -3400,10 +3400,10 @@
|
|
|
3400
3400
|
display: -webkit-inline-box;
|
|
3401
3401
|
display: -ms-inline-flexbox;
|
|
3402
3402
|
display: inline-flex;
|
|
3403
|
-
height:
|
|
3404
|
-
min-width:
|
|
3405
|
-
width:
|
|
3406
|
-
line-height:
|
|
3403
|
+
height: 20px;
|
|
3404
|
+
min-width: 20px;
|
|
3405
|
+
width: 20px;
|
|
3406
|
+
line-height: 1;
|
|
3407
3407
|
}
|
|
3408
3408
|
@media screen and (max-width: 480px) {
|
|
3409
3409
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -3413,7 +3413,7 @@
|
|
|
3413
3413
|
}
|
|
3414
3414
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3415
3415
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
3416
|
-
font-size:
|
|
3416
|
+
font-size: 16px;
|
|
3417
3417
|
}
|
|
3418
3418
|
@media screen and (max-width: 480px) {
|
|
3419
3419
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -4822,10 +4822,10 @@
|
|
|
4822
4822
|
display: -webkit-inline-box;
|
|
4823
4823
|
display: -ms-inline-flexbox;
|
|
4824
4824
|
display: inline-flex;
|
|
4825
|
-
height:
|
|
4826
|
-
min-width:
|
|
4827
|
-
width:
|
|
4828
|
-
line-height:
|
|
4825
|
+
height: 20px;
|
|
4826
|
+
min-width: 20px;
|
|
4827
|
+
width: 20px;
|
|
4828
|
+
line-height: 1;
|
|
4829
4829
|
}
|
|
4830
4830
|
@media screen and (max-width: 480px) {
|
|
4831
4831
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -4835,7 +4835,7 @@
|
|
|
4835
4835
|
}
|
|
4836
4836
|
.e-tab-clone-element .e-tab-icon,
|
|
4837
4837
|
.e-tab-clone-element .e-tab-icon::before {
|
|
4838
|
-
font-size:
|
|
4838
|
+
font-size: 16px;
|
|
4839
4839
|
}
|
|
4840
4840
|
@media screen and (max-width: 480px) {
|
|
4841
4841
|
.e-tab-clone-element .e-tab-icon,
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -2170,8 +2170,8 @@
|
|
|
2170
2170
|
border-color: var(--color-sf-icon-color);
|
|
2171
2171
|
border-style: solid;
|
|
2172
2172
|
border-width: 0;
|
|
2173
|
-
-webkit-box-shadow:
|
|
2174
|
-
box-shadow:
|
|
2173
|
+
-webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
|
|
2174
|
+
box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
|
|
2175
2175
|
}
|
|
2176
2176
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text,
|
|
2177
2177
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons.e-btn-icon {
|
|
@@ -4094,10 +4094,10 @@
|
|
|
4094
4094
|
display: -webkit-inline-box;
|
|
4095
4095
|
display: -ms-inline-flexbox;
|
|
4096
4096
|
display: inline-flex;
|
|
4097
|
-
height:
|
|
4098
|
-
min-width:
|
|
4099
|
-
width:
|
|
4100
|
-
line-height:
|
|
4097
|
+
height: 20px;
|
|
4098
|
+
min-width: 20px;
|
|
4099
|
+
width: 20px;
|
|
4100
|
+
line-height: 1;
|
|
4101
4101
|
}
|
|
4102
4102
|
@media screen and (max-width: 480px) {
|
|
4103
4103
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4107,7 +4107,7 @@
|
|
|
4107
4107
|
}
|
|
4108
4108
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4109
4109
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4110
|
-
font-size:
|
|
4110
|
+
font-size: 16px;
|
|
4111
4111
|
}
|
|
4112
4112
|
@media screen and (max-width: 480px) {
|
|
4113
4113
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -5516,10 +5516,10 @@
|
|
|
5516
5516
|
display: -webkit-inline-box;
|
|
5517
5517
|
display: -ms-inline-flexbox;
|
|
5518
5518
|
display: inline-flex;
|
|
5519
|
-
height:
|
|
5520
|
-
min-width:
|
|
5521
|
-
width:
|
|
5522
|
-
line-height:
|
|
5519
|
+
height: 20px;
|
|
5520
|
+
min-width: 20px;
|
|
5521
|
+
width: 20px;
|
|
5522
|
+
line-height: 1;
|
|
5523
5523
|
}
|
|
5524
5524
|
@media screen and (max-width: 480px) {
|
|
5525
5525
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5529,7 +5529,7 @@
|
|
|
5529
5529
|
}
|
|
5530
5530
|
.e-tab-clone-element .e-tab-icon,
|
|
5531
5531
|
.e-tab-clone-element .e-tab-icon::before {
|
|
5532
|
-
font-size:
|
|
5532
|
+
font-size: 16px;
|
|
5533
5533
|
}
|
|
5534
5534
|
@media screen and (max-width: 480px) {
|
|
5535
5535
|
.e-tab-clone-element .e-tab-icon,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -4041,10 +4041,10 @@
|
|
|
4041
4041
|
display: -webkit-inline-box;
|
|
4042
4042
|
display: -ms-inline-flexbox;
|
|
4043
4043
|
display: inline-flex;
|
|
4044
|
-
height:
|
|
4045
|
-
min-width:
|
|
4046
|
-
width:
|
|
4047
|
-
line-height:
|
|
4044
|
+
height: 20px;
|
|
4045
|
+
min-width: 20px;
|
|
4046
|
+
width: 20px;
|
|
4047
|
+
line-height: 1;
|
|
4048
4048
|
}
|
|
4049
4049
|
@media screen and (max-width: 480px) {
|
|
4050
4050
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4054,7 +4054,7 @@
|
|
|
4054
4054
|
}
|
|
4055
4055
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4056
4056
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4057
|
-
font-size:
|
|
4057
|
+
font-size: 16px;
|
|
4058
4058
|
}
|
|
4059
4059
|
@media screen and (max-width: 480px) {
|
|
4060
4060
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -5463,10 +5463,10 @@
|
|
|
5463
5463
|
display: -webkit-inline-box;
|
|
5464
5464
|
display: -ms-inline-flexbox;
|
|
5465
5465
|
display: inline-flex;
|
|
5466
|
-
height:
|
|
5467
|
-
min-width:
|
|
5468
|
-
width:
|
|
5469
|
-
line-height:
|
|
5466
|
+
height: 20px;
|
|
5467
|
+
min-width: 20px;
|
|
5468
|
+
width: 20px;
|
|
5469
|
+
line-height: 1;
|
|
5470
5470
|
}
|
|
5471
5471
|
@media screen and (max-width: 480px) {
|
|
5472
5472
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5476,7 +5476,7 @@
|
|
|
5476
5476
|
}
|
|
5477
5477
|
.e-tab-clone-element .e-tab-icon,
|
|
5478
5478
|
.e-tab-clone-element .e-tab-icon::before {
|
|
5479
|
-
font-size:
|
|
5479
|
+
font-size: 16px;
|
|
5480
5480
|
}
|
|
5481
5481
|
@media screen and (max-width: 480px) {
|
|
5482
5482
|
.e-tab-clone-element .e-tab-icon,
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -1749,24 +1749,15 @@
|
|
|
1749
1749
|
border-color: var(--color-sf-icon-color);
|
|
1750
1750
|
border-style: solid;
|
|
1751
1751
|
border-width: 0;
|
|
1752
|
-
-webkit-box-shadow:
|
|
1753
|
-
box-shadow:
|
|
1752
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1753
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1754
1754
|
}
|
|
1755
1755
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1756
1756
|
color: var(--color-sf-toolbar-icon-color);
|
|
1757
|
+
color: var(--color-sf-icon-color);
|
|
1757
1758
|
}
|
|
1758
1759
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1759
1760
|
color: var(--color-sf-toolbar-icon-color);
|
|
1760
|
-
}
|
|
1761
|
-
.e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible {
|
|
1762
|
-
background: var(--color-sf-content-bg-color-alt1);
|
|
1763
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1764
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1765
|
-
}
|
|
1766
|
-
.e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible .e-icons {
|
|
1767
|
-
color: var(--color-sf-icon-color);
|
|
1768
|
-
}
|
|
1769
|
-
.e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible .e-tbar-btn-text {
|
|
1770
1761
|
color: var(--color-sf-content-text-color);
|
|
1771
1762
|
}
|
|
1772
1763
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
@@ -1937,18 +1928,13 @@
|
|
|
1937
1928
|
border-color: var(--color-sf-icon-color);
|
|
1938
1929
|
border-style: solid;
|
|
1939
1930
|
border-width: 0;
|
|
1940
|
-
-webkit-box-shadow: none;
|
|
1941
|
-
box-shadow: none;
|
|
1942
|
-
}
|
|
1943
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus-visible {
|
|
1944
|
-
background: var(--color-sf-flyout-bg-color-focus);
|
|
1945
1931
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1946
1932
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1947
1933
|
}
|
|
1948
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus
|
|
1934
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1949
1935
|
color: var(--color-sf-icon-color-hover);
|
|
1950
1936
|
}
|
|
1951
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus
|
|
1937
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1952
1938
|
color: var(--color-sf-flyout-text-color-focus);
|
|
1953
1939
|
}
|
|
1954
1940
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
@@ -1969,18 +1955,13 @@
|
|
|
1969
1955
|
border-color: var(--color-sf-icon-color);
|
|
1970
1956
|
border-style: solid;
|
|
1971
1957
|
border-width: 0;
|
|
1972
|
-
-webkit-box-shadow: none;
|
|
1973
|
-
box-shadow: none;
|
|
1974
|
-
}
|
|
1975
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus-visible {
|
|
1976
|
-
background: var(--color-sf-content-bg-color-alt1);
|
|
1977
1958
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1978
1959
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1979
1960
|
}
|
|
1980
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus
|
|
1961
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1981
1962
|
color: var(--color-sf-icon-color);
|
|
1982
1963
|
}
|
|
1983
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus
|
|
1964
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1984
1965
|
color: var(--color-sf-content-text-color);
|
|
1985
1966
|
}
|
|
1986
1967
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
package/styles/fluent2.css
CHANGED
|
@@ -2030,24 +2030,15 @@
|
|
|
2030
2030
|
border-color: var(--color-sf-icon-color);
|
|
2031
2031
|
border-style: solid;
|
|
2032
2032
|
border-width: 0;
|
|
2033
|
-
-webkit-box-shadow:
|
|
2034
|
-
box-shadow:
|
|
2033
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
2034
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
2035
2035
|
}
|
|
2036
2036
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2037
2037
|
color: var(--color-sf-toolbar-icon-color);
|
|
2038
|
+
color: var(--color-sf-icon-color);
|
|
2038
2039
|
}
|
|
2039
2040
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2040
2041
|
color: var(--color-sf-toolbar-icon-color);
|
|
2041
|
-
}
|
|
2042
|
-
.e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible {
|
|
2043
|
-
background: var(--color-sf-content-bg-color-alt1);
|
|
2044
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
2045
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
2046
|
-
}
|
|
2047
|
-
.e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible .e-icons {
|
|
2048
|
-
color: var(--color-sf-icon-color);
|
|
2049
|
-
}
|
|
2050
|
-
.e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible .e-tbar-btn-text {
|
|
2051
2042
|
color: var(--color-sf-content-text-color);
|
|
2052
2043
|
}
|
|
2053
2044
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
@@ -2218,18 +2209,13 @@
|
|
|
2218
2209
|
border-color: var(--color-sf-icon-color);
|
|
2219
2210
|
border-style: solid;
|
|
2220
2211
|
border-width: 0;
|
|
2221
|
-
-webkit-box-shadow: none;
|
|
2222
|
-
box-shadow: none;
|
|
2223
|
-
}
|
|
2224
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus-visible {
|
|
2225
|
-
background: var(--color-sf-flyout-bg-color-focus);
|
|
2226
2212
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
2227
2213
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
2228
2214
|
}
|
|
2229
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus
|
|
2215
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2230
2216
|
color: var(--color-sf-icon-color-hover);
|
|
2231
2217
|
}
|
|
2232
|
-
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus
|
|
2218
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2233
2219
|
color: var(--color-sf-flyout-text-color-focus);
|
|
2234
2220
|
}
|
|
2235
2221
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
|
|
@@ -2250,18 +2236,13 @@
|
|
|
2250
2236
|
border-color: var(--color-sf-icon-color);
|
|
2251
2237
|
border-style: solid;
|
|
2252
2238
|
border-width: 0;
|
|
2253
|
-
-webkit-box-shadow: none;
|
|
2254
|
-
box-shadow: none;
|
|
2255
|
-
}
|
|
2256
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus-visible {
|
|
2257
|
-
background: var(--color-sf-content-bg-color-alt1);
|
|
2258
2239
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
2259
2240
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
2260
2241
|
}
|
|
2261
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus
|
|
2242
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2262
2243
|
color: var(--color-sf-icon-color);
|
|
2263
2244
|
}
|
|
2264
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus
|
|
2245
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2265
2246
|
color: var(--color-sf-content-text-color);
|
|
2266
2247
|
}
|
|
2267
2248
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|