@syncfusion/ej2-navigations 24.1.41 → 24.1.46
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/CHANGELOG.md +20 -0
- 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 +101 -14
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +110 -23
- 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 +21 -0
- package/src/stepper/stepper.js +26 -12
- package/src/treeview/treeview.d.ts +1 -0
- package/src/treeview/treeview.js +63 -11
- package/styles/bootstrap-dark.css +5 -3
- package/styles/bootstrap.css +5 -3
- package/styles/bootstrap4.css +5 -3
- package/styles/bootstrap5-dark.css +11 -9
- package/styles/bootstrap5.css +11 -9
- package/styles/fabric-dark.css +5 -3
- package/styles/fabric.css +5 -3
- package/styles/fluent-dark.css +9 -7
- package/styles/fluent.css +9 -7
- package/styles/highcontrast-light.css +5 -3
- package/styles/highcontrast.css +5 -3
- package/styles/material-dark.css +5 -3
- package/styles/material.css +5 -3
- package/styles/material3-dark.css +5 -3
- package/styles/material3.css +5 -3
- package/styles/stepper/_bootstrap-dark-definition.scss +1 -0
- package/styles/stepper/_bootstrap-definition.scss +1 -0
- package/styles/stepper/_bootstrap4-definition.scss +1 -0
- package/styles/stepper/_bootstrap5-definition.scss +1 -0
- package/styles/stepper/_fabric-dark-definition.scss +1 -0
- package/styles/stepper/_fabric-definition.scss +1 -0
- package/styles/stepper/_fluent-definition.scss +1 -0
- package/styles/stepper/_fusionnew-definition.scss +1 -0
- package/styles/stepper/_highcontrast-definition.scss +1 -0
- package/styles/stepper/_highcontrast-light-definition.scss +1 -0
- package/styles/stepper/_material-dark-definition.scss +1 -0
- package/styles/stepper/_material-definition.scss +1 -0
- package/styles/stepper/_material3-definition.scss +1 -0
- package/styles/stepper/_tailwind-definition.scss +1 -0
- package/styles/stepper/_theme.scss +9 -3
- package/styles/stepper/bootstrap-dark.css +5 -3
- package/styles/stepper/bootstrap.css +5 -3
- package/styles/stepper/bootstrap4.css +5 -3
- package/styles/stepper/bootstrap5-dark.css +5 -3
- package/styles/stepper/bootstrap5.css +5 -3
- package/styles/stepper/fabric-dark.css +5 -3
- package/styles/stepper/fabric.css +5 -3
- package/styles/stepper/fluent-dark.css +5 -3
- package/styles/stepper/fluent.css +5 -3
- package/styles/stepper/highcontrast-light.css +5 -3
- package/styles/stepper/highcontrast.css +5 -3
- package/styles/stepper/material-dark.css +5 -3
- package/styles/stepper/material.css +5 -3
- package/styles/stepper/material3-dark.css +5 -3
- package/styles/stepper/material3.css +5 -3
- package/styles/stepper/tailwind-dark.css +5 -3
- package/styles/stepper/tailwind.css +5 -3
- package/styles/tailwind-dark.css +9 -7
- package/styles/tailwind.css +9 -7
- package/styles/toolbar/_bootstrap5-definition.scss +3 -3
- package/styles/toolbar/_fluent-definition.scss +2 -2
- package/styles/toolbar/_tailwind-definition.scss +2 -2
- package/styles/toolbar/bootstrap5-dark.css +6 -6
- package/styles/toolbar/bootstrap5.css +6 -6
- package/styles/toolbar/fluent-dark.css +4 -4
- package/styles/toolbar/fluent.css +4 -4
- package/styles/toolbar/tailwind-dark.css +4 -4
- package/styles/toolbar/tailwind.css +4 -4
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.46
|
|
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@24.1.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-kXAQii6XynPPhUCd3d6S/IhpzlLkW+VgSX7dF+ZtrX7PCmA/Qw9kGIoOmFycz6pyLek7aTdRsQF9AwwK/a62fQ==",
|
|
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.syncfusion.com/repository/ej2-
|
|
43
|
-
"_shasum": "
|
|
42
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-24.1.41.tgz",
|
|
43
|
+
"_shasum": "b96f68d3d0f7381c0f660fb09a55add4f2068e81",
|
|
44
44
|
"_spec": "@syncfusion/ej2-navigations@*",
|
|
45
45
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
46
46
|
"author": {
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"bundleDependencies": false,
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@syncfusion/ej2-base": "~24.1.
|
|
55
|
-
"@syncfusion/ej2-buttons": "~24.1.
|
|
54
|
+
"@syncfusion/ej2-base": "~24.1.46",
|
|
55
|
+
"@syncfusion/ej2-buttons": "~24.1.46",
|
|
56
56
|
"@syncfusion/ej2-data": "~24.1.41",
|
|
57
|
-
"@syncfusion/ej2-inputs": "~24.1.
|
|
58
|
-
"@syncfusion/ej2-lists": "~24.1.
|
|
59
|
-
"@syncfusion/ej2-popups": "~24.1.
|
|
57
|
+
"@syncfusion/ej2-inputs": "~24.1.45",
|
|
58
|
+
"@syncfusion/ej2-lists": "~24.1.46",
|
|
59
|
+
"@syncfusion/ej2-popups": "~24.1.46"
|
|
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": "24.1.
|
|
164
|
+
"version": "24.1.46",
|
|
165
165
|
"sideEffects": false
|
|
166
166
|
}
|
package/src/common/menu-base.js
CHANGED
|
@@ -523,7 +523,25 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
523
523
|
fli.classList.add(SELECTED);
|
|
524
524
|
eventArgs = { element: fli, item: item, event: e };
|
|
525
525
|
this.trigger('select', eventArgs);
|
|
526
|
+
var aEle = fli.querySelector('.e-menu-url');
|
|
527
|
+
if (item.url && aEle) {
|
|
528
|
+
switch (aEle.getAttribute('target')) {
|
|
529
|
+
case '_blank':
|
|
530
|
+
window.open(item.url, '_blank');
|
|
531
|
+
break;
|
|
532
|
+
case '_parent':
|
|
533
|
+
window.parent.location.href = item.url;
|
|
534
|
+
break;
|
|
535
|
+
default:
|
|
536
|
+
window.location.href = item.url;
|
|
537
|
+
}
|
|
538
|
+
}
|
|
526
539
|
this.closeMenu(null, e);
|
|
540
|
+
var sli = this.getLIByClass(this.getUlByNavIdx(), SELECTED);
|
|
541
|
+
if (sli) {
|
|
542
|
+
sli.classList.add(FOCUSED);
|
|
543
|
+
sli.focus();
|
|
544
|
+
}
|
|
527
545
|
}
|
|
528
546
|
}
|
|
529
547
|
}
|
|
@@ -621,6 +639,9 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
621
639
|
closeArgs = { element: ul_1, parentItem: item_1, items: items_1 };
|
|
622
640
|
_this.trigger('onClose', closeArgs);
|
|
623
641
|
_this.navIdx.pop();
|
|
642
|
+
if (_this.navIdx.length === 0) {
|
|
643
|
+
_this.showSubMenu = false;
|
|
644
|
+
}
|
|
624
645
|
if (!_this.isMenu) {
|
|
625
646
|
EventHandler.remove(ul_1, 'keydown', _this.keyHandler);
|
|
626
647
|
if (_this.keyType === 'right') {
|
package/src/stepper/stepper.js
CHANGED
|
@@ -155,6 +155,7 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
155
155
|
home: 'home',
|
|
156
156
|
end: 'end',
|
|
157
157
|
tab: 'tab',
|
|
158
|
+
shiftTab: 'shift+tab',
|
|
158
159
|
escape: 'escape'
|
|
159
160
|
};
|
|
160
161
|
this.tooltipOpen = false;
|
|
@@ -752,7 +753,7 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
752
753
|
var itemElement = this.stepperItemElements[parseInt(i.toString(), 10)];
|
|
753
754
|
var item = this.steps[parseInt(i.toString(), 10)];
|
|
754
755
|
itemElement.classList.remove(SELECTED, INPROGRESS, COMPLETED, NOTSTARTED);
|
|
755
|
-
if (i === this.activeStep
|
|
756
|
+
if (i === this.activeStep) {
|
|
756
757
|
itemElement.classList.add(SELECTED);
|
|
757
758
|
}
|
|
758
759
|
if (this.activeStep >= 0 && this.progressbar) {
|
|
@@ -814,7 +815,7 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
814
815
|
}
|
|
815
816
|
var prevOnChange_1 = this.isProtectedOnChange;
|
|
816
817
|
this.isProtectedOnChange = true;
|
|
817
|
-
if (isUpdated
|
|
818
|
+
if (isUpdated !== false) {
|
|
818
819
|
if (i < this.activeStep || (this.steps.length - 1 === this.activeStep && item.status.toLowerCase() === "completed")) {
|
|
819
820
|
item.status = StepStatus.Completed;
|
|
820
821
|
}
|
|
@@ -924,17 +925,12 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
924
925
|
switch (e.action) {
|
|
925
926
|
case 'uparrow':
|
|
926
927
|
case 'downarrow':
|
|
927
|
-
if (this.element.classList.contains(VERTICALSTEP)) {
|
|
928
|
-
this.handleNavigation(e.action === 'uparrow' ? false : true, e);
|
|
929
|
-
}
|
|
930
|
-
break;
|
|
931
928
|
case 'leftarrow':
|
|
932
929
|
case 'rightarrow':
|
|
933
|
-
if (this.element.classList.contains(HORIZSTEP)) {
|
|
934
|
-
this.handleNavigation(this.enableRtl ? e.action === 'leftarrow' : e.action === 'rightarrow', e);
|
|
935
|
-
}
|
|
936
|
-
break;
|
|
937
930
|
case 'tab':
|
|
931
|
+
case 'shiftTab':
|
|
932
|
+
this.handleNavigation(this.enableRtl && this.element.classList.contains(HORIZSTEP) ? (e.action === 'leftarrow' || e.action === 'shiftTab' || e.action === 'uparrow') : (e.action === 'rightarrow' || e.action === 'tab' || e.action === 'downarrow'), e);
|
|
933
|
+
break;
|
|
938
934
|
case 'space':
|
|
939
935
|
case 'enter':
|
|
940
936
|
case 'escape':
|
|
@@ -955,11 +951,22 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
955
951
|
}
|
|
956
952
|
var stepItems = Array.prototype.slice.call(this.stepperItemList.children);
|
|
957
953
|
var index = stepItems.indexOf(focusedEle);
|
|
958
|
-
if (e.action === 'tab' || e.action === '
|
|
954
|
+
if (e.action === 'tab' || e.action === 'shiftTab' || e.action === 'downarrow' || e.action === 'uparrow' || e.action === 'space' || e.action === 'home' || e.action === 'end') {
|
|
955
|
+
if ((e.action === 'tab' && index === stepItems.length - 1) || (e.action === 'shiftTab' && index === 0)) {
|
|
956
|
+
if (focusedEle.classList.contains(FOCUS)) {
|
|
957
|
+
this.updateStepFocus();
|
|
958
|
+
return;
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
else {
|
|
962
|
+
e.preventDefault();
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
if (e.action === 'escape') {
|
|
959
966
|
stepItems[parseInt(index.toString(), 10)].classList.remove(FOCUS);
|
|
960
967
|
this.element.classList.remove('e-steps-focus');
|
|
961
968
|
}
|
|
962
|
-
if (!(e.action === 'space' || e.action === 'enter'
|
|
969
|
+
if (!(e.action === 'space' || e.action === 'enter')) {
|
|
963
970
|
var prevIndex = index;
|
|
964
971
|
index = isNextStep ? index + 1 : index - 1;
|
|
965
972
|
while ((index >= 0 && index < stepItems.length) && stepItems[parseInt(index.toString(), 10)].classList.contains(DISABLED)) {
|
|
@@ -982,14 +989,21 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
982
989
|
}
|
|
983
990
|
}
|
|
984
991
|
else if ((e.action === 'space' || e.action === 'enter')) {
|
|
992
|
+
var isupdateFocus = false;
|
|
985
993
|
if (this.linear) {
|
|
986
994
|
var linearModeValue = this.activeStep - index;
|
|
987
995
|
if (Math.abs(linearModeValue) === 1) {
|
|
988
996
|
this.navigateToStep(index, null, null, true);
|
|
997
|
+
isupdateFocus = true;
|
|
989
998
|
}
|
|
990
999
|
}
|
|
991
1000
|
else {
|
|
992
1001
|
this.navigateToStep(index, null, null, true);
|
|
1002
|
+
isupdateFocus = true;
|
|
1003
|
+
}
|
|
1004
|
+
if (isupdateFocus) {
|
|
1005
|
+
this.updateStepFocus();
|
|
1006
|
+
this.stepperItemElements[index].focus();
|
|
993
1007
|
}
|
|
994
1008
|
}
|
|
995
1009
|
};
|
|
@@ -996,6 +996,7 @@ export declare class TreeView extends Component<HTMLElement> implements INotifyP
|
|
|
996
996
|
private getQuery;
|
|
997
997
|
private getType;
|
|
998
998
|
private setRootData;
|
|
999
|
+
private isChildObject;
|
|
999
1000
|
private renderItems;
|
|
1000
1001
|
/**
|
|
1001
1002
|
* Update the checkedNodes from datasource at initial rendering
|
package/src/treeview/treeview.js
CHANGED
|
@@ -512,6 +512,14 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
512
512
|
this.rootData = this.treeData;
|
|
513
513
|
}
|
|
514
514
|
};
|
|
515
|
+
TreeView.prototype.isChildObject = function () {
|
|
516
|
+
if (typeof this.fields.child === 'object') {
|
|
517
|
+
return true;
|
|
518
|
+
}
|
|
519
|
+
else {
|
|
520
|
+
return false;
|
|
521
|
+
}
|
|
522
|
+
};
|
|
515
523
|
TreeView.prototype.renderItems = function (isSorted) {
|
|
516
524
|
/* eslint-disable */
|
|
517
525
|
this.listBaseOption.ariaAttributes.level = 1;
|
|
@@ -831,6 +839,9 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
831
839
|
if ((typeof mapper.child === 'string') && !isNOU(getValue(mapper.child, ds[i]))) {
|
|
832
840
|
return 2;
|
|
833
841
|
}
|
|
842
|
+
if (this.isChildObject()) {
|
|
843
|
+
return 2;
|
|
844
|
+
}
|
|
834
845
|
if (!isNOU(getValue(mapper.parentID, ds[i])) || !isNOU(getValue(mapper.hasChildren, ds[i]))) {
|
|
835
846
|
return 1;
|
|
836
847
|
}
|
|
@@ -1778,7 +1789,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1778
1789
|
}
|
|
1779
1790
|
}
|
|
1780
1791
|
else {
|
|
1781
|
-
childItems = this.getChildNodes(this.treeData, parentLi.getAttribute('data-uid'));
|
|
1792
|
+
childItems = this.getChildNodes(this.treeData, parentLi.getAttribute('data-uid'), false, parseFloat(parentLi.getAttribute('aria-level')) + 1);
|
|
1782
1793
|
this.currentLoadData = this.getSortedData(childItems);
|
|
1783
1794
|
if (isNOU(childItems) || childItems.length === 0) {
|
|
1784
1795
|
detach(eicon);
|
|
@@ -1881,7 +1892,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1881
1892
|
TreeView.prototype.getChildMapper = function (mapper) {
|
|
1882
1893
|
return (typeof mapper.child === 'string' || isNOU(mapper.child)) ? mapper : mapper.child;
|
|
1883
1894
|
};
|
|
1884
|
-
TreeView.prototype.getChildNodes = function (obj, parentId, isRoot) {
|
|
1895
|
+
TreeView.prototype.getChildNodes = function (obj, parentId, isRoot, level) {
|
|
1885
1896
|
var _this = this;
|
|
1886
1897
|
if (isRoot === void 0) { isRoot = false; }
|
|
1887
1898
|
var childNodes;
|
|
@@ -1913,6 +1924,39 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1913
1924
|
}
|
|
1914
1925
|
}
|
|
1915
1926
|
}
|
|
1927
|
+
else if (this.isChildObject()) {
|
|
1928
|
+
var tempField = !isNOU(level) ? this.fields : this.fields.child;
|
|
1929
|
+
var i = 1;
|
|
1930
|
+
while (i < level) {
|
|
1931
|
+
if (!isNOU(tempField.child)) {
|
|
1932
|
+
tempField = tempField.child;
|
|
1933
|
+
}
|
|
1934
|
+
else {
|
|
1935
|
+
break;
|
|
1936
|
+
}
|
|
1937
|
+
i++;
|
|
1938
|
+
}
|
|
1939
|
+
this.updateListProp(tempField);
|
|
1940
|
+
var index = obj.findIndex(function (data) { return getValue(_this.fields.id, data) && getValue(_this.fields.id, data).toString() === parentId; });
|
|
1941
|
+
if (index !== -1) {
|
|
1942
|
+
return getValue('child', obj[index]);
|
|
1943
|
+
}
|
|
1944
|
+
if (index === -1) {
|
|
1945
|
+
for (var i_1 = 0, objlen = obj.length; i_1 < objlen; i_1++) {
|
|
1946
|
+
var tempArray = getValue('child', obj[i_1]);
|
|
1947
|
+
var childIndex = !isNOU(tempArray) ? tempArray.findIndex(function (data) { return getValue(_this.fields.child.id, data) && getValue(_this.fields.child.id, data).toString() === parentId; }) : -1;
|
|
1948
|
+
if (childIndex !== -1) {
|
|
1949
|
+
return getValue('child', tempArray[childIndex]);
|
|
1950
|
+
}
|
|
1951
|
+
else if (!isNOU(tempArray)) {
|
|
1952
|
+
childNodes = this.getChildNodes(tempArray, parentId, false, level);
|
|
1953
|
+
if (childNodes !== undefined) {
|
|
1954
|
+
break;
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1916
1960
|
}
|
|
1917
1961
|
return childNodes;
|
|
1918
1962
|
};
|
|
@@ -2952,6 +2996,14 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
2952
2996
|
break;
|
|
2953
2997
|
}
|
|
2954
2998
|
}
|
|
2999
|
+
else if (this.isChildObject()) {
|
|
3000
|
+
var children = 'child';
|
|
3001
|
+
var childData = getValue(children, obj[i]);
|
|
3002
|
+
newList = this.getChildNodeObject(childData, this.getChildMapper(mapper), id);
|
|
3003
|
+
if (newList !== undefined) {
|
|
3004
|
+
break;
|
|
3005
|
+
}
|
|
3006
|
+
}
|
|
2955
3007
|
}
|
|
2956
3008
|
return newList;
|
|
2957
3009
|
};
|
|
@@ -3175,9 +3227,9 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
3175
3227
|
var nodeData = [];
|
|
3176
3228
|
var liArray = [];
|
|
3177
3229
|
dragInstance = e.dragData.draggable;
|
|
3178
|
-
for (var
|
|
3179
|
-
if (dragInstance.ej2_instances[
|
|
3180
|
-
dragObj = dragInstance.ej2_instances[
|
|
3230
|
+
for (var i_2 = 0; i_2 < dragInstance.ej2_instances.length; i_2++) {
|
|
3231
|
+
if (dragInstance.ej2_instances[i_2] instanceof TreeView_1) {
|
|
3232
|
+
dragObj = dragInstance.ej2_instances[i_2];
|
|
3181
3233
|
break;
|
|
3182
3234
|
}
|
|
3183
3235
|
}
|
|
@@ -3201,19 +3253,19 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
3201
3253
|
var sNodes = selectAll('.' + ACTIVE, dragObj.element);
|
|
3202
3254
|
liArray = sNodes;
|
|
3203
3255
|
if (e.target.offsetHeight <= 33 && offsetY > e.target.offsetHeight - 10 && offsetY > 6) {
|
|
3204
|
-
for (var
|
|
3205
|
-
if (dropLi.isSameNode(sNodes[
|
|
3256
|
+
for (var i_3 = sNodes.length - 1; i_3 >= 0; i_3--) {
|
|
3257
|
+
if (dropLi.isSameNode(sNodes[i_3]) || this.isDescendant(sNodes[i_3], dropLi)) {
|
|
3206
3258
|
continue;
|
|
3207
3259
|
}
|
|
3208
|
-
this.appendNode(dropTarget, sNodes[
|
|
3260
|
+
this.appendNode(dropTarget, sNodes[i_3], dropLi, e, dragObj, offsetY);
|
|
3209
3261
|
}
|
|
3210
3262
|
}
|
|
3211
3263
|
else {
|
|
3212
|
-
for (var
|
|
3213
|
-
if (dropLi.isSameNode(sNodes[
|
|
3264
|
+
for (var i_4 = 0; i_4 < sNodes.length; i_4++) {
|
|
3265
|
+
if (dropLi.isSameNode(sNodes[i_4]) || this.isDescendant(sNodes[i_4], dropLi)) {
|
|
3214
3266
|
continue;
|
|
3215
3267
|
}
|
|
3216
|
-
this.appendNode(dropTarget, sNodes[
|
|
3268
|
+
this.appendNode(dropTarget, sNodes[i_4], dropLi, e, dragObj, offsetY);
|
|
3217
3269
|
}
|
|
3218
3270
|
}
|
|
3219
3271
|
}
|
|
@@ -10793,12 +10793,14 @@ ejs-sidebar {
|
|
|
10793
10793
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10794
10794
|
background-color: #0070f0;
|
|
10795
10795
|
}
|
|
10796
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10796
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10797
|
+
box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 4px #0070f0, 0 0 0 8px #1a1a1a;
|
|
10798
|
+
}
|
|
10797
10799
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10798
10800
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10799
10801
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10800
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10801
|
-
box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 4px #
|
|
10802
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10803
|
+
box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 4px #fff, 0 0 0 8px #1a1a1a !important; /* stylelint-disable-line declaration-no-important */
|
|
10802
10804
|
}
|
|
10803
10805
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10804
10806
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/bootstrap.css
CHANGED
|
@@ -10809,12 +10809,14 @@ ejs-sidebar {
|
|
|
10809
10809
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10810
10810
|
background-color: #317ab9;
|
|
10811
10811
|
}
|
|
10812
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10812
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10813
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #317ab9, 0 0 0 8px #fff;
|
|
10814
|
+
}
|
|
10813
10815
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10814
10816
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10815
10817
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10816
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10817
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10818
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10819
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
10818
10820
|
}
|
|
10819
10821
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10820
10822
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -10934,12 +10934,14 @@ ejs-sidebar {
|
|
|
10934
10934
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10935
10935
|
background-color: #007bff;
|
|
10936
10936
|
}
|
|
10937
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10937
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10938
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007bff, 0 0 0 8px #fff;
|
|
10939
|
+
}
|
|
10938
10940
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10939
10941
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10940
10942
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10941
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10942
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10943
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10944
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #495057, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
10943
10945
|
}
|
|
10944
10946
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10945
10947
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
|
@@ -2143,16 +2143,16 @@
|
|
|
2143
2143
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
2144
2144
|
}
|
|
2145
2145
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2146
|
-
background:
|
|
2146
|
+
background: none;
|
|
2147
2147
|
border-radius: 4px;
|
|
2148
2148
|
color: #adb5bd;
|
|
2149
2149
|
border-color: #adb5bd;
|
|
2150
2150
|
border-style: solid;
|
|
2151
2151
|
border-width: 0;
|
|
2152
|
-
box-shadow:
|
|
2152
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
2153
2153
|
}
|
|
2154
2154
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2155
|
-
color: #
|
|
2155
|
+
color: #adb5bd;
|
|
2156
2156
|
}
|
|
2157
2157
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2158
2158
|
color: #fff;
|
|
@@ -2166,7 +2166,7 @@
|
|
|
2166
2166
|
color: #adb5bd;
|
|
2167
2167
|
}
|
|
2168
2168
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2169
|
-
color: #
|
|
2169
|
+
color: #adb5bd;
|
|
2170
2170
|
}
|
|
2171
2171
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2172
2172
|
color: #fff;
|
|
@@ -2333,12 +2333,12 @@
|
|
|
2333
2333
|
border: none;
|
|
2334
2334
|
}
|
|
2335
2335
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2336
|
-
background:
|
|
2336
|
+
background: none;
|
|
2337
2337
|
border-radius: 4px;
|
|
2338
2338
|
border-color: #adb5bd;
|
|
2339
2339
|
border-style: solid;
|
|
2340
2340
|
border-width: 0;
|
|
2341
|
-
box-shadow:
|
|
2341
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
2342
2342
|
}
|
|
2343
2343
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2344
2344
|
background: #5c636a;
|
|
@@ -10972,12 +10972,14 @@ ejs-sidebar {
|
|
|
10972
10972
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10973
10973
|
background-color: #0d6efd;
|
|
10974
10974
|
}
|
|
10975
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10975
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10976
|
+
box-shadow: 0 0 0 2px #212529, 0 0 0 4px #0d6efd, 0 0 0 8px #212529;
|
|
10977
|
+
}
|
|
10976
10978
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10977
10979
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10978
10980
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10979
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10980
|
-
box-shadow: 0 0 0 2px #212529, 0 0 0 4px #
|
|
10981
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10982
|
+
box-shadow: 0 0 0 2px #212529, 0 0 0 4px #fff, 0 0 0 8px #212529 !important; /* stylelint-disable-line declaration-no-important */
|
|
10981
10983
|
}
|
|
10982
10984
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10983
10985
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2143,16 +2143,16 @@
|
|
|
2143
2143
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
2144
2144
|
}
|
|
2145
2145
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2146
|
-
background:
|
|
2146
|
+
background: none;
|
|
2147
2147
|
border-radius: 4px;
|
|
2148
2148
|
color: #6c757d;
|
|
2149
2149
|
border-color: #6c757d;
|
|
2150
2150
|
border-style: solid;
|
|
2151
2151
|
border-width: 0;
|
|
2152
|
-
box-shadow:
|
|
2152
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
2153
2153
|
}
|
|
2154
2154
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2155
|
-
color: #
|
|
2155
|
+
color: #6c757d;
|
|
2156
2156
|
}
|
|
2157
2157
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2158
2158
|
color: #fff;
|
|
@@ -2166,7 +2166,7 @@
|
|
|
2166
2166
|
color: #6c757d;
|
|
2167
2167
|
}
|
|
2168
2168
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2169
|
-
color: #
|
|
2169
|
+
color: #6c757d;
|
|
2170
2170
|
}
|
|
2171
2171
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2172
2172
|
color: #fff;
|
|
@@ -2333,12 +2333,12 @@
|
|
|
2333
2333
|
border: none;
|
|
2334
2334
|
}
|
|
2335
2335
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2336
|
-
background:
|
|
2336
|
+
background: none;
|
|
2337
2337
|
border-radius: 4px;
|
|
2338
2338
|
border-color: #6c757d;
|
|
2339
2339
|
border-style: solid;
|
|
2340
2340
|
border-width: 0;
|
|
2341
|
-
box-shadow:
|
|
2341
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
2342
2342
|
}
|
|
2343
2343
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2344
2344
|
background: #5c636a;
|
|
@@ -10972,12 +10972,14 @@ ejs-sidebar {
|
|
|
10972
10972
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10973
10973
|
background-color: #0d6efd;
|
|
10974
10974
|
}
|
|
10975
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10975
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10976
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0d6efd, 0 0 0 8px #fff;
|
|
10977
|
+
}
|
|
10976
10978
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10977
10979
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10978
10980
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10979
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10980
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10981
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10982
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #212529, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
10981
10983
|
}
|
|
10982
10984
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10983
10985
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -10793,12 +10793,14 @@ ejs-sidebar {
|
|
|
10793
10793
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10794
10794
|
background-color: #0074cc;
|
|
10795
10795
|
}
|
|
10796
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10796
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10797
|
+
box-shadow: 0 0 0 2px #201f1f, 0 0 0 4px #0074cc, 0 0 0 8px #201f1f;
|
|
10798
|
+
}
|
|
10797
10799
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10798
10800
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10799
10801
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10800
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10801
|
-
box-shadow: 0 0 0 2px #201f1f, 0 0 0 4px #
|
|
10802
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10803
|
+
box-shadow: 0 0 0 2px #201f1f, 0 0 0 4px #fff, 0 0 0 8px #201f1f !important; /* stylelint-disable-line declaration-no-important */
|
|
10802
10804
|
}
|
|
10803
10805
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10804
10806
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/fabric.css
CHANGED
|
@@ -10804,12 +10804,14 @@ ejs-sidebar {
|
|
|
10804
10804
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10805
10805
|
background-color: #0078d6;
|
|
10806
10806
|
}
|
|
10807
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10807
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10808
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0078d6, 0 0 0 8px #fff;
|
|
10809
|
+
}
|
|
10808
10810
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10809
10811
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10810
10812
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10811
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10812
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10813
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10814
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
10813
10815
|
}
|
|
10814
10816
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10815
10817
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2109,13 +2109,13 @@
|
|
|
2109
2109
|
box-shadow: none;
|
|
2110
2110
|
}
|
|
2111
2111
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
2112
|
-
background:
|
|
2112
|
+
background: none;
|
|
2113
2113
|
border-radius: 0;
|
|
2114
2114
|
color: #f3f2f1;
|
|
2115
2115
|
border-color: #a19f9d;
|
|
2116
2116
|
border-style: solid;
|
|
2117
2117
|
border-width: 0;
|
|
2118
|
-
box-shadow:
|
|
2118
|
+
box-shadow: inset 0 0 0 1px;
|
|
2119
2119
|
}
|
|
2120
2120
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2121
2121
|
color: #a19f9d;
|
|
@@ -2299,12 +2299,12 @@
|
|
|
2299
2299
|
border: none;
|
|
2300
2300
|
}
|
|
2301
2301
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2302
|
-
background:
|
|
2302
|
+
background: none;
|
|
2303
2303
|
border-radius: 0;
|
|
2304
2304
|
border-color: #a19f9d;
|
|
2305
2305
|
border-style: solid;
|
|
2306
2306
|
border-width: 0;
|
|
2307
|
-
box-shadow:
|
|
2307
|
+
box-shadow: inset 0 0 0 1px;
|
|
2308
2308
|
}
|
|
2309
2309
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
2310
2310
|
background: #292827;
|
|
@@ -10937,12 +10937,14 @@ ejs-sidebar {
|
|
|
10937
10937
|
.e-stepper .e-stepper-progressbar > .e-progressbar-value {
|
|
10938
10938
|
background-color: #0078d4;
|
|
10939
10939
|
}
|
|
10940
|
-
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step
|
|
10940
|
+
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
|
|
10941
|
+
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0078d4, 0 0 0 8px #1b1a19;
|
|
10942
|
+
}
|
|
10941
10943
|
.e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
|
|
10942
10944
|
.e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
|
|
10943
10945
|
.e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
|
|
10944
|
-
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
|
|
10945
|
-
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #
|
|
10946
|
+
.e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
|
|
10947
|
+
box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #f3f2f1, 0 0 0 8px #1b1a19 !important; /* stylelint-disable-line declaration-no-important */
|
|
10946
10948
|
}
|
|
10947
10949
|
.e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
|
|
10948
10950
|
.e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
|