@syncfusion/ej2-navigations 26.1.35 → 26.1.39
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-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 +32 -7
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +33 -7
- 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 +8 -8
- package/src/breadcrumb/breadcrumb.d.ts +4 -0
- package/src/breadcrumb/breadcrumb.js +6 -1
- package/src/stepper/stepper.d.ts +1 -0
- package/src/stepper/stepper.js +22 -2
- package/src/treeview/treeview.js +5 -4
- package/styles/accordion/_fluent2-definition.scss +1 -1
- package/styles/accordion/_theme.scss +26 -2
- package/styles/accordion/bootstrap-dark.css +3 -3
- package/styles/accordion/bootstrap.css +3 -3
- package/styles/accordion/bootstrap4.css +3 -3
- package/styles/accordion/bootstrap5-dark.css +3 -3
- package/styles/accordion/bootstrap5.css +3 -3
- package/styles/accordion/fabric-dark.css +3 -3
- package/styles/accordion/fabric.css +3 -3
- package/styles/accordion/fluent-dark.css +3 -3
- package/styles/accordion/fluent.css +3 -3
- package/styles/accordion/fluent2.css +17 -9
- package/styles/accordion/highcontrast-light.css +3 -3
- package/styles/accordion/highcontrast.css +3 -3
- package/styles/accordion/material-dark.css +3 -3
- package/styles/accordion/material.css +3 -3
- package/styles/accordion/material3-dark.css +3 -3
- package/styles/accordion/material3.css +3 -3
- package/styles/accordion/tailwind-dark.css +3 -3
- package/styles/accordion/tailwind.css +3 -3
- package/styles/appbar/fluent2.css +5 -5
- package/styles/bootstrap-dark.css +11 -3
- package/styles/bootstrap.css +11 -3
- package/styles/bootstrap4.css +11 -3
- package/styles/bootstrap5-dark.css +11 -3
- package/styles/bootstrap5.css +11 -3
- package/styles/breadcrumb/fluent2.css +5 -5
- package/styles/carousel/fluent2.css +5 -5
- package/styles/context-menu/fluent2.css +5 -5
- package/styles/fabric-dark.css +11 -3
- package/styles/fabric.css +11 -3
- package/styles/fluent-dark.css +11 -3
- package/styles/fluent.css +11 -3
- package/styles/fluent2.css +37 -15
- package/styles/h-scroll/fluent2.css +5 -5
- package/styles/highcontrast-light.css +11 -3
- package/styles/highcontrast.css +11 -3
- package/styles/material-dark.css +11 -3
- package/styles/material.css +11 -3
- package/styles/material3-dark.css +11 -3
- package/styles/material3.css +11 -3
- package/styles/menu/fluent2.css +5 -5
- package/styles/pager/fluent2.css +5 -5
- package/styles/sidebar/fluent2.css +5 -5
- package/styles/stepper/_layout.scss +10 -0
- package/styles/stepper/bootstrap-dark.css +8 -0
- package/styles/stepper/bootstrap.css +8 -0
- package/styles/stepper/bootstrap4.css +8 -0
- package/styles/stepper/bootstrap5-dark.css +8 -0
- package/styles/stepper/bootstrap5.css +8 -0
- package/styles/stepper/fabric-dark.css +8 -0
- package/styles/stepper/fabric.css +8 -0
- package/styles/stepper/fluent-dark.css +8 -0
- package/styles/stepper/fluent.css +8 -0
- package/styles/stepper/fluent2.css +13 -5
- package/styles/stepper/highcontrast-light.css +8 -0
- package/styles/stepper/highcontrast.css +8 -0
- package/styles/stepper/material-dark.css +8 -0
- package/styles/stepper/material.css +8 -0
- package/styles/stepper/material3-dark.css +8 -0
- package/styles/stepper/material3.css +8 -0
- package/styles/stepper/tailwind-dark.css +8 -0
- package/styles/stepper/tailwind.css +8 -0
- package/styles/tab/fluent2.css +5 -5
- package/styles/tailwind-dark.css +11 -3
- package/styles/tailwind.css +11 -3
- package/styles/toolbar/fluent2.css +5 -5
- package/styles/treeview/_fluent2-definition.scss +7 -7
- package/styles/treeview/_layout.scss +1 -1
- package/styles/treeview/fluent2.css +17 -11
- package/styles/v-scroll/fluent2.css +5 -5
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.39
|
|
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-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-navigations@
|
|
3
|
+
"_id": "@syncfusion/ej2-navigations@26.1.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-FkGUMW4JtCpN0UumB+XnLHMmEgBMTWK006RpqhtMnc4BHrZtvwEYbGn0OJcyKcNG/OeoVA2m0x5DkQO8Nk/ofw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"/@syncfusion/ej2-spreadsheet",
|
|
40
40
|
"/@syncfusion/ej2-vue-navigations"
|
|
41
41
|
],
|
|
42
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
43
|
-
"_shasum": "
|
|
42
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-26.1.38.tgz",
|
|
43
|
+
"_shasum": "2932f699db17f0cbff75e916dbbea215013b3ebe",
|
|
44
44
|
"_spec": "@syncfusion/ej2-navigations@*",
|
|
45
45
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
46
46
|
"author": {
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"bundleDependencies": false,
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@syncfusion/ej2-base": "~26.1.
|
|
54
|
+
"@syncfusion/ej2-base": "~26.1.37",
|
|
55
55
|
"@syncfusion/ej2-buttons": "~26.1.35",
|
|
56
56
|
"@syncfusion/ej2-data": "~26.1.35",
|
|
57
|
-
"@syncfusion/ej2-inputs": "~26.1.
|
|
57
|
+
"@syncfusion/ej2-inputs": "~26.1.39",
|
|
58
58
|
"@syncfusion/ej2-lists": "~26.1.35",
|
|
59
|
-
"@syncfusion/ej2-popups": "~26.1.
|
|
59
|
+
"@syncfusion/ej2-popups": "~26.1.38"
|
|
60
60
|
},
|
|
61
61
|
"deprecated": false,
|
|
62
62
|
"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",
|
|
@@ -161,6 +161,6 @@
|
|
|
161
161
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
162
162
|
},
|
|
163
163
|
"typings": "index.d.ts",
|
|
164
|
-
"version": "26.1.
|
|
164
|
+
"version": "26.1.39",
|
|
165
165
|
"sideEffects": false
|
|
166
166
|
}
|
|
@@ -79,6 +79,10 @@ export interface BreadcrumbClickEventArgs extends BaseEventArgs {
|
|
|
79
79
|
* Specifies the item click event.
|
|
80
80
|
*/
|
|
81
81
|
event: Event;
|
|
82
|
+
/**
|
|
83
|
+
* Cancels the Breadcrumb item after click action.
|
|
84
|
+
*/
|
|
85
|
+
cancel: boolean;
|
|
82
86
|
}
|
|
83
87
|
/**
|
|
84
88
|
* Interface for before item render event.
|
|
@@ -566,7 +566,12 @@ var Breadcrumb = /** @class */ (function (_super) {
|
|
|
566
566
|
}
|
|
567
567
|
this.endIndex = idx;
|
|
568
568
|
}
|
|
569
|
-
|
|
569
|
+
var itemClickArgs = { element: li,
|
|
570
|
+
item: this.items[idx], event: e, cancel: false };
|
|
571
|
+
this.trigger('itemClick', itemClickArgs);
|
|
572
|
+
if (itemClickArgs.cancel) {
|
|
573
|
+
return;
|
|
574
|
+
}
|
|
570
575
|
if (this.items[idx]) {
|
|
571
576
|
this.activeItem = this.items[idx].url || this.items[idx].text;
|
|
572
577
|
}
|
package/src/stepper/stepper.d.ts
CHANGED
|
@@ -321,6 +321,7 @@ export declare class Stepper extends StepperBase implements INotifyPropertyChang
|
|
|
321
321
|
private getTemplateFunction;
|
|
322
322
|
private navigateToStep;
|
|
323
323
|
private navigationHandler;
|
|
324
|
+
private updateStepInteractions;
|
|
324
325
|
private removeItemElements;
|
|
325
326
|
nextStep(): void;
|
|
326
327
|
previousStep(): void;
|
package/src/stepper/stepper.js
CHANGED
|
@@ -52,6 +52,9 @@ var LABELINDICATOR = 'e-step-type-label';
|
|
|
52
52
|
var INDICATORICON = 'e-step-indicator';
|
|
53
53
|
var STEPPERTOOLTIP = 'e-stepper-tooltip';
|
|
54
54
|
var STEPPERIPROGRESSTIP = 'e-step-inprogress-tip';
|
|
55
|
+
var LINEARSTEP = 'e-linear';
|
|
56
|
+
var PREVSTEP = 'e-previous';
|
|
57
|
+
var NEXTSTEP = 'e-next';
|
|
55
58
|
/**
|
|
56
59
|
* Defines the step progress animation of the Stepper.
|
|
57
60
|
*/
|
|
@@ -903,6 +906,17 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
903
906
|
}
|
|
904
907
|
}
|
|
905
908
|
}
|
|
909
|
+
this.updateStepInteractions();
|
|
910
|
+
};
|
|
911
|
+
Stepper.prototype.updateStepInteractions = function () {
|
|
912
|
+
var _this = this;
|
|
913
|
+
this.element.classList.toggle(LINEARSTEP, this.linear);
|
|
914
|
+
this.stepperItemElements.forEach(function (step, index) {
|
|
915
|
+
var isPreviousStep = (index === _this.activeStep - 1);
|
|
916
|
+
var isNextStep = (index === _this.activeStep + 1);
|
|
917
|
+
step.classList.toggle(PREVSTEP, isPreviousStep);
|
|
918
|
+
step.classList.toggle(NEXTSTEP, isNextStep);
|
|
919
|
+
});
|
|
906
920
|
};
|
|
907
921
|
Stepper.prototype.removeItemElements = function () {
|
|
908
922
|
for (var i = 0; i < this.stepperItemElements.length; i++) {
|
|
@@ -921,14 +935,17 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
921
935
|
}
|
|
922
936
|
};
|
|
923
937
|
Stepper.prototype.reset = function () {
|
|
924
|
-
if (this.activeStep
|
|
938
|
+
if (this.activeStep === 0) {
|
|
939
|
+
this.updateStepInteractions();
|
|
940
|
+
}
|
|
941
|
+
else {
|
|
925
942
|
var isDisabled = this.stepperItemElements[0].classList.contains(DISABLED) ? true : false;
|
|
926
943
|
this.navigateToStep(isDisabled ? -1 : 0, null, null, false);
|
|
927
944
|
}
|
|
928
945
|
};
|
|
929
946
|
Stepper.prototype.updateElementClassArray = function () {
|
|
930
947
|
var classArray = [RTL, READONLY, 'e-steps-focus', LABELAFTER, LABELBEFORE, 'e-label-top',
|
|
931
|
-
'e-label-bottom', 'e-label-start', 'e-label-end', STEPINDICATOR, LABELINDICATOR, VERTICALSTEP, HORIZSTEP];
|
|
948
|
+
'e-label-bottom', 'e-label-start', 'e-label-end', STEPINDICATOR, LABELINDICATOR, VERTICALSTEP, HORIZSTEP, LINEARSTEP];
|
|
932
949
|
removeClass([this.element], classArray);
|
|
933
950
|
};
|
|
934
951
|
Stepper.prototype.destroy = function () {
|
|
@@ -1180,6 +1197,9 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
1180
1197
|
case 'animation':
|
|
1181
1198
|
this.updateAnimation();
|
|
1182
1199
|
break;
|
|
1200
|
+
case 'linear':
|
|
1201
|
+
this.updateStepInteractions();
|
|
1202
|
+
break;
|
|
1183
1203
|
}
|
|
1184
1204
|
}
|
|
1185
1205
|
};
|
package/src/treeview/treeview.js
CHANGED
|
@@ -856,7 +856,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
856
856
|
return 2;
|
|
857
857
|
}
|
|
858
858
|
for (var i = 0, len = ds.length; i < len; i++) {
|
|
859
|
-
if ((typeof mapper.child === 'string') && !isNOU(getValue(mapper.child, ds[parseInt(i.toString(), 10)]))) {
|
|
859
|
+
if ((typeof mapper.child === 'string') && (!isNOU(getValue(mapper.child, ds[parseInt(i.toString(), 10)])) || (Object.prototype.hasOwnProperty.call(ds[parseInt(i.toString(), 10)], mapper.child)))) {
|
|
860
860
|
return 2;
|
|
861
861
|
}
|
|
862
862
|
if (this.isChildObject()) {
|
|
@@ -1483,6 +1483,9 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1483
1483
|
_this.afterFinalized();
|
|
1484
1484
|
}
|
|
1485
1485
|
});
|
|
1486
|
+
if (this.index > 0) {
|
|
1487
|
+
this.index = 0;
|
|
1488
|
+
}
|
|
1486
1489
|
};
|
|
1487
1490
|
TreeView.prototype.expandCallback = function (eUid, callback) {
|
|
1488
1491
|
var eNode = select('[data-uid="' + eUid + '"]', this.element);
|
|
@@ -1491,9 +1494,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1491
1494
|
if (!isNOU(icon)) {
|
|
1492
1495
|
this.expandAction(eNode, icon, null, false, callback);
|
|
1493
1496
|
}
|
|
1494
|
-
|
|
1495
|
-
callback();
|
|
1496
|
-
}
|
|
1497
|
+
callback();
|
|
1497
1498
|
}
|
|
1498
1499
|
else {
|
|
1499
1500
|
callback();
|
|
@@ -127,7 +127,7 @@ $acrdn-item-header-hover-border-color: initial !default;
|
|
|
127
127
|
$acrdn-item-header-active-border: 0 !default;
|
|
128
128
|
$acrdn-item-header-active-border-color: initial !default;
|
|
129
129
|
$acrdn-item-header-focus-border: 0 !default;
|
|
130
|
-
$acrdn-item-header-focus-box-shadow: $
|
|
130
|
+
$acrdn-item-header-focus-box-shadow: $keyboard-focus !default;
|
|
131
131
|
$acrdn-item-header-focus-bg: $acrdn-bg-color !default;
|
|
132
132
|
$acrdn-item-header-focus-active-color: $content-text-color !default;
|
|
133
133
|
$acrdn-item-select-exp-hdr-hover-color: $content-text-color !default;
|
|
@@ -217,9 +217,15 @@
|
|
|
217
217
|
|
|
218
218
|
&:focus {
|
|
219
219
|
border: $acrdn-item-header-focus-border;
|
|
220
|
-
box-shadow: $acrdn-item-header-focus-box-shadow;
|
|
221
220
|
background: $acrdn-item-header-focus-bg;
|
|
222
221
|
|
|
222
|
+
@if ($skin-name == 'fluent2') {
|
|
223
|
+
box-shadow: none;
|
|
224
|
+
}
|
|
225
|
+
@else {
|
|
226
|
+
box-shadow: $acrdn-item-header-focus-box-shadow;
|
|
227
|
+
}
|
|
228
|
+
|
|
223
229
|
&:active {
|
|
224
230
|
|
|
225
231
|
.e-icons,
|
|
@@ -229,6 +235,12 @@
|
|
|
229
235
|
}
|
|
230
236
|
}
|
|
231
237
|
}
|
|
238
|
+
|
|
239
|
+
@if ($skin-name == 'fluent2') {
|
|
240
|
+
&:focus-visible {
|
|
241
|
+
box-shadow: $acrdn-item-header-focus-box-shadow;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
232
244
|
}
|
|
233
245
|
|
|
234
246
|
&.e-select {
|
|
@@ -335,9 +347,21 @@
|
|
|
335
347
|
}
|
|
336
348
|
|
|
337
349
|
&:focus {
|
|
338
|
-
box-shadow: $acrdn-item-header-focus-box-shadow;
|
|
339
350
|
position: relative;
|
|
340
351
|
z-index: 2;
|
|
352
|
+
|
|
353
|
+
@if ($skin-name == 'fluent2') {
|
|
354
|
+
box-shadow: none;
|
|
355
|
+
}
|
|
356
|
+
@else {
|
|
357
|
+
box-shadow: $acrdn-item-header-focus-box-shadow;
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
@if ($skin-name == 'fluent2') {
|
|
362
|
+
&:focus-visible {
|
|
363
|
+
box-shadow: $acrdn-item-header-focus-box-shadow;
|
|
364
|
+
}
|
|
341
365
|
}
|
|
342
366
|
}
|
|
343
367
|
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: transparent;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: transparent;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #3e98ff;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #505050;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: transparent;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: transparent;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #333;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #ddd;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #f8f9fa;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f8f9fa;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #007bff;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: none;
|
|
421
422
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
422
423
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
423
|
-
background: none;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #6ea8fe;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
501
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
503
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #444c54;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: none;
|
|
421
422
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
422
423
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
423
|
-
background: none;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #0c63e4;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
501
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
503
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #dee2e6;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #414040;
|
|
421
|
+
background: #414040;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #414040;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #dadada;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #414040;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #f4f4f4;
|
|
421
|
+
background: #f4f4f4;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f4f4f4;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #333;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #eaeaea;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #f3f2f1;
|
|
421
|
+
background: #252423;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #252423;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #a19f9d;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #292827;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 1px solid #201f1e;
|
|
421
|
+
background: #f3f2f1;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #f3f2f1;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #605e5c;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #edebe9;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -1452,15 +1452,19 @@
|
|
|
1452
1452
|
}
|
|
1453
1453
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
1454
1454
|
border: 0;
|
|
1455
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1456
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1457
1455
|
background: transparent;
|
|
1456
|
+
-webkit-box-shadow: none;
|
|
1457
|
+
box-shadow: none;
|
|
1458
1458
|
}
|
|
1459
1459
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
1460
1460
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
1461
1461
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
1462
1462
|
color: var(--color-sf-content-text-color);
|
|
1463
1463
|
}
|
|
1464
|
+
.e-accordion .e-acrdn-item .e-acrdn-header:focus-visible {
|
|
1465
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1466
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1467
|
+
}
|
|
1464
1468
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
1465
1469
|
color: var(--color-sf-content-text-color);
|
|
1466
1470
|
}
|
|
@@ -1531,10 +1535,14 @@
|
|
|
1531
1535
|
color: var(--color-sf-icon-color);
|
|
1532
1536
|
}
|
|
1533
1537
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
1534
|
-
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1535
|
-
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1536
1538
|
position: relative;
|
|
1537
1539
|
z-index: 2;
|
|
1540
|
+
-webkit-box-shadow: none;
|
|
1541
|
+
box-shadow: none;
|
|
1542
|
+
}
|
|
1543
|
+
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus-visible {
|
|
1544
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1545
|
+
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
1538
1546
|
}
|
|
1539
1547
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
1540
1548
|
border-color: transparent;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 2px dashed #000;
|
|
421
|
+
background: inherit;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: inherit;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #000;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #757575;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 2px dashed #fff;
|
|
421
|
+
background: inherit;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: inherit;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: #fff;
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: #969696;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: rgba(255, 255, 255, 0.05);
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: rgba(255, 255, 255, 0.05);
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: rgba(255, 255, 255, 0.7);
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: transparent transparent #616161;
|
|
@@ -418,9 +418,9 @@
|
|
|
418
418
|
}
|
|
419
419
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
420
420
|
border: 0;
|
|
421
|
+
background: #eee;
|
|
421
422
|
-webkit-box-shadow: none;
|
|
422
423
|
box-shadow: none;
|
|
423
|
-
background: #eee;
|
|
424
424
|
}
|
|
425
425
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
426
426
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -497,10 +497,10 @@
|
|
|
497
497
|
color: rgba(0, 0, 0, 0.54);
|
|
498
498
|
}
|
|
499
499
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
500
|
-
-webkit-box-shadow: none;
|
|
501
|
-
box-shadow: none;
|
|
502
500
|
position: relative;
|
|
503
501
|
z-index: 2;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
504
504
|
}
|
|
505
505
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
506
506
|
border-color: transparent transparent rgba(0, 0, 0, 0.12);
|
|
@@ -476,9 +476,9 @@
|
|
|
476
476
|
}
|
|
477
477
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
478
478
|
border: 0;
|
|
479
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
479
480
|
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
480
481
|
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
481
|
-
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
482
482
|
}
|
|
483
483
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
484
484
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -555,10 +555,10 @@
|
|
|
555
555
|
color: rgba(var(--color-sf-primary));
|
|
556
556
|
}
|
|
557
557
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
558
|
-
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
559
|
-
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
560
558
|
position: relative;
|
|
561
559
|
z-index: 2;
|
|
560
|
+
-webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
561
|
+
box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
562
562
|
}
|
|
563
563
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
564
564
|
border-color: rgba(var(--color-sf-outline-variant));
|