@syncfusion/ej2-navigations 27.1.53 → 27.1.56
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 +29 -12
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +29 -12
- 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.js +5 -0
- package/src/stepper/stepper.js +5 -0
- package/src/tab/tab.d.ts +1 -0
- package/src/tab/tab.js +19 -12
- package/styles/bootstrap-dark-lite.css +2 -1
- package/styles/bootstrap-dark.css +2 -1
- package/styles/bootstrap-lite.css +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4-lite.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark-lite.css +2 -1
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5-lite.css +2 -1
- package/styles/bootstrap5.3-lite.css +2 -1
- package/styles/bootstrap5.3.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark-lite.css +2 -1
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric-lite.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/fluent-dark-lite.css +2 -1
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent-lite.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/fluent2-lite.css +2 -1
- package/styles/fluent2.css +2 -1
- package/styles/highcontrast-light-lite.css +2 -1
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast-lite.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark-lite.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material-lite.css +2 -1
- package/styles/material.css +2 -1
- package/styles/material3-dark-lite.css +2 -1
- package/styles/material3-dark.css +2 -1
- package/styles/material3-lite.css +2 -1
- package/styles/material3.css +2 -1
- package/styles/stepper/_layout.scss +2 -1
- package/styles/stepper/bootstrap-dark.css +2 -1
- package/styles/stepper/bootstrap.css +2 -1
- package/styles/stepper/bootstrap4.css +2 -1
- package/styles/stepper/bootstrap5-dark.css +2 -1
- package/styles/stepper/bootstrap5.3.css +2 -1
- package/styles/stepper/bootstrap5.css +2 -1
- package/styles/stepper/fabric-dark.css +2 -1
- package/styles/stepper/fabric.css +2 -1
- package/styles/stepper/fluent-dark.css +2 -1
- package/styles/stepper/fluent.css +2 -1
- package/styles/stepper/fluent2.css +2 -1
- package/styles/stepper/highcontrast-light.css +2 -1
- package/styles/stepper/highcontrast.css +2 -1
- package/styles/stepper/material-dark.css +2 -1
- package/styles/stepper/material.css +2 -1
- package/styles/stepper/material3-dark.css +2 -1
- package/styles/stepper/material3.css +2 -1
- package/styles/stepper/tailwind-dark.css +2 -1
- package/styles/stepper/tailwind.css +2 -1
- package/styles/tailwind-dark-lite.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind-lite.css +2 -1
- package/styles/tailwind.css +2 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 27.1.
|
|
3
|
+
* version : 27.1.56
|
|
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@27.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-navigations@27.1.55",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-iZx6AbsopcQcpqLe1Jy4utWH7FkkDd6B5ViVn1BYSj42cbcd6EMVT7bcxaUw6RnEBy4Vbg7iQXEfe+OvKSzMqg==",
|
|
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-27.1.
|
|
44
|
-
"_shasum": "
|
|
43
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-27.1.55.tgz",
|
|
44
|
+
"_shasum": "02ddea6fbc65915fc2c5a3b93a211593a9530361",
|
|
45
45
|
"_spec": "@syncfusion/ej2-navigations@*",
|
|
46
46
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
|
|
47
47
|
"author": {
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"bundleDependencies": false,
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@syncfusion/ej2-base": "~27.1.
|
|
55
|
+
"@syncfusion/ej2-base": "~27.1.55",
|
|
56
56
|
"@syncfusion/ej2-buttons": "~27.1.53",
|
|
57
57
|
"@syncfusion/ej2-data": "~27.1.52",
|
|
58
|
-
"@syncfusion/ej2-inputs": "~27.1.
|
|
58
|
+
"@syncfusion/ej2-inputs": "~27.1.55",
|
|
59
59
|
"@syncfusion/ej2-lists": "~27.1.50",
|
|
60
|
-
"@syncfusion/ej2-popups": "~27.1.
|
|
60
|
+
"@syncfusion/ej2-popups": "~27.1.56"
|
|
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": "27.1.
|
|
165
|
+
"version": "27.1.56",
|
|
166
166
|
"sideEffects": false
|
|
167
167
|
}
|
|
@@ -749,6 +749,11 @@ var Breadcrumb = /** @class */ (function (_super) {
|
|
|
749
749
|
*/
|
|
750
750
|
Breadcrumb.prototype.destroy = function () {
|
|
751
751
|
var _this = this;
|
|
752
|
+
if (this.popupObj && this.popupObj.element.classList.contains('e-popup-open')) {
|
|
753
|
+
this.popupObj.destroy();
|
|
754
|
+
this.isPopupCreated = false;
|
|
755
|
+
detach(this.popupObj.element);
|
|
756
|
+
}
|
|
752
757
|
var classes = [];
|
|
753
758
|
var attributes = ['aria-label'];
|
|
754
759
|
if (this.cssClass) {
|
package/src/stepper/stepper.js
CHANGED
|
@@ -1162,6 +1162,11 @@ var Stepper = /** @class */ (function (_super) {
|
|
|
1162
1162
|
this.renderItems();
|
|
1163
1163
|
this.updateStepperStatus();
|
|
1164
1164
|
}
|
|
1165
|
+
if (property === 'label' && (this.steps[index].iconCss || this.steps[index].text) &&
|
|
1166
|
+
this.stepType.toLowerCase() === 'default') {
|
|
1167
|
+
this.refreshProgressbar();
|
|
1168
|
+
}
|
|
1169
|
+
this.updateStepInteractions();
|
|
1165
1170
|
this.checkValidStep();
|
|
1166
1171
|
}
|
|
1167
1172
|
}
|
package/src/tab/tab.d.ts
CHANGED
|
@@ -626,6 +626,7 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
|
|
|
626
626
|
* @returns {void}
|
|
627
627
|
*/
|
|
628
628
|
select(args: number | HTEle, event?: Event): void;
|
|
629
|
+
private getSelectingTabIndex;
|
|
629
630
|
private selectingContent;
|
|
630
631
|
/**
|
|
631
632
|
* Gets the item index from the Tab.
|
package/src/tab/tab.js
CHANGED
|
@@ -1909,6 +1909,9 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1909
1909
|
if (trg.classList.contains(CLS_ACTIVE)) {
|
|
1910
1910
|
index = (index > selectAll('.' + CLS_TB_ITEM + ':not(.' + CLS_TB_POPUP + ')', _this.element).length - 1) ? index - 1 : index;
|
|
1911
1911
|
_this.enableAnimation = false;
|
|
1912
|
+
_this.tbItem = selectAll('.' + CLS_TB_ITEM, _this.getTabHeader());
|
|
1913
|
+
index = _this.getSelectingTabIndex(index);
|
|
1914
|
+
index = !isNaN(index) && index >= 0 && _this.tbItem.length > index ? index : 0;
|
|
1912
1915
|
_this.selectedItem = index;
|
|
1913
1916
|
_this.select(index);
|
|
1914
1917
|
}
|
|
@@ -2057,20 +2060,24 @@ var Tab = /** @class */ (function (_super) {
|
|
|
2057
2060
|
}
|
|
2058
2061
|
this.isInteracted = false;
|
|
2059
2062
|
};
|
|
2060
|
-
Tab.prototype.
|
|
2061
|
-
if (
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
args = 0;
|
|
2071
|
-
}
|
|
2063
|
+
Tab.prototype.getSelectingTabIndex = function (args) {
|
|
2064
|
+
if (!isNOU(this.tbItem[args]) && (this.tbItem[args].classList.contains(CLS_DISABLE) ||
|
|
2065
|
+
this.tbItem[args].classList.contains(CLS_HIDDEN))) {
|
|
2066
|
+
for (var i = args + 1; i < this.items.length; i++) {
|
|
2067
|
+
if (this.items[i].disabled === false && this.items[i].visible === true) {
|
|
2068
|
+
args = i;
|
|
2069
|
+
break;
|
|
2070
|
+
}
|
|
2071
|
+
else {
|
|
2072
|
+
args = 0;
|
|
2072
2073
|
}
|
|
2073
2074
|
}
|
|
2075
|
+
}
|
|
2076
|
+
return args;
|
|
2077
|
+
};
|
|
2078
|
+
Tab.prototype.selectingContent = function (args, isInteracted) {
|
|
2079
|
+
if (typeof args === 'number') {
|
|
2080
|
+
args = this.getSelectingTabIndex(args);
|
|
2074
2081
|
if (this.tbItem.length > args && args >= 0 && !isNaN(args)) {
|
|
2075
2082
|
this.prevIndex = this.selectedItem;
|
|
2076
2083
|
this.prevItem = this.tbItem[this.prevIndex];
|
|
@@ -8185,7 +8185,8 @@ ejs-sidebar {
|
|
|
8185
8185
|
}
|
|
8186
8186
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8187
8187
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8188
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8188
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8189
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8189
8190
|
pointer-events: auto;
|
|
8190
8191
|
}
|
|
8191
8192
|
.e-stepper.e-stepper-readonly,
|
|
@@ -10639,7 +10639,8 @@ ejs-sidebar {
|
|
|
10639
10639
|
}
|
|
10640
10640
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10641
10641
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10642
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10642
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10643
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10643
10644
|
pointer-events: auto;
|
|
10644
10645
|
}
|
|
10645
10646
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8196,7 +8196,8 @@ ejs-sidebar {
|
|
|
8196
8196
|
}
|
|
8197
8197
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8198
8198
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8199
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8199
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8200
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8200
8201
|
pointer-events: auto;
|
|
8201
8202
|
}
|
|
8202
8203
|
.e-stepper.e-stepper-readonly,
|
package/styles/bootstrap.css
CHANGED
|
@@ -10650,7 +10650,8 @@ ejs-sidebar {
|
|
|
10650
10650
|
}
|
|
10651
10651
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10652
10652
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10653
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10653
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10654
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10654
10655
|
pointer-events: auto;
|
|
10655
10656
|
}
|
|
10656
10657
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8242,7 +8242,8 @@ ejs-sidebar {
|
|
|
8242
8242
|
}
|
|
8243
8243
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8244
8244
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8245
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8245
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8246
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8246
8247
|
pointer-events: auto;
|
|
8247
8248
|
}
|
|
8248
8249
|
.e-stepper.e-stepper-readonly,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -10768,7 +10768,8 @@ ejs-sidebar {
|
|
|
10768
10768
|
}
|
|
10769
10769
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10770
10770
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10771
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10771
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10772
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10772
10773
|
pointer-events: auto;
|
|
10773
10774
|
}
|
|
10774
10775
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8225,7 +8225,8 @@ ejs-sidebar {
|
|
|
8225
8225
|
}
|
|
8226
8226
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8227
8227
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8228
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8228
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8229
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8229
8230
|
pointer-events: auto;
|
|
8230
8231
|
}
|
|
8231
8232
|
.e-stepper.e-stepper-readonly,
|
|
@@ -10791,7 +10791,8 @@ ejs-sidebar {
|
|
|
10791
10791
|
}
|
|
10792
10792
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10793
10793
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10794
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10794
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10795
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10795
10796
|
pointer-events: auto;
|
|
10796
10797
|
}
|
|
10797
10798
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8225,7 +8225,8 @@ ejs-sidebar {
|
|
|
8225
8225
|
}
|
|
8226
8226
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8227
8227
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8228
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8228
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8229
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8229
8230
|
pointer-events: auto;
|
|
8230
8231
|
}
|
|
8231
8232
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8311,7 +8311,8 @@ ejs-sidebar {
|
|
|
8311
8311
|
}
|
|
8312
8312
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8313
8313
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8314
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8314
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8315
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8315
8316
|
pointer-events: auto;
|
|
8316
8317
|
}
|
|
8317
8318
|
.e-stepper.e-stepper-readonly,
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -10782,7 +10782,8 @@ ejs-sidebar {
|
|
|
10782
10782
|
}
|
|
10783
10783
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10784
10784
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10785
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10785
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10786
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10786
10787
|
pointer-events: auto;
|
|
10787
10788
|
}
|
|
10788
10789
|
.e-stepper.e-stepper-readonly,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -10791,7 +10791,8 @@ ejs-sidebar {
|
|
|
10791
10791
|
}
|
|
10792
10792
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10793
10793
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10794
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10794
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10795
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10795
10796
|
pointer-events: auto;
|
|
10796
10797
|
}
|
|
10797
10798
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8180,7 +8180,8 @@ ejs-sidebar {
|
|
|
8180
8180
|
}
|
|
8181
8181
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8182
8182
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8183
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8183
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8184
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8184
8185
|
pointer-events: auto;
|
|
8185
8186
|
}
|
|
8186
8187
|
.e-stepper.e-stepper-readonly,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -10639,7 +10639,8 @@ ejs-sidebar {
|
|
|
10639
10639
|
}
|
|
10640
10640
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10641
10641
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10642
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10642
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10643
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10643
10644
|
pointer-events: auto;
|
|
10644
10645
|
}
|
|
10645
10646
|
.e-stepper.e-stepper-readonly,
|
package/styles/fabric-lite.css
CHANGED
|
@@ -8182,7 +8182,8 @@ ejs-sidebar {
|
|
|
8182
8182
|
}
|
|
8183
8183
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8184
8184
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8185
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8185
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8186
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8186
8187
|
pointer-events: auto;
|
|
8187
8188
|
}
|
|
8188
8189
|
.e-stepper.e-stepper-readonly,
|
package/styles/fabric.css
CHANGED
|
@@ -10641,7 +10641,8 @@ ejs-sidebar {
|
|
|
10641
10641
|
}
|
|
10642
10642
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10643
10643
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10644
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10644
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10645
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10645
10646
|
pointer-events: auto;
|
|
10646
10647
|
}
|
|
10647
10648
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8226,7 +8226,8 @@ ejs-sidebar {
|
|
|
8226
8226
|
}
|
|
8227
8227
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8228
8228
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8229
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8229
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8230
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8230
8231
|
pointer-events: auto;
|
|
8231
8232
|
}
|
|
8232
8233
|
.e-stepper.e-stepper-readonly,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -10761,7 +10761,8 @@ ejs-sidebar {
|
|
|
10761
10761
|
}
|
|
10762
10762
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10763
10763
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10764
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10764
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10765
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10765
10766
|
pointer-events: auto;
|
|
10766
10767
|
}
|
|
10767
10768
|
.e-stepper.e-stepper-readonly,
|
package/styles/fluent-lite.css
CHANGED
|
@@ -8226,7 +8226,8 @@ ejs-sidebar {
|
|
|
8226
8226
|
}
|
|
8227
8227
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8228
8228
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8229
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8229
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8230
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8230
8231
|
pointer-events: auto;
|
|
8231
8232
|
}
|
|
8232
8233
|
.e-stepper.e-stepper-readonly,
|
package/styles/fluent.css
CHANGED
|
@@ -10761,7 +10761,8 @@ ejs-sidebar {
|
|
|
10761
10761
|
}
|
|
10762
10762
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10763
10763
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10764
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10764
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10765
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10765
10766
|
pointer-events: auto;
|
|
10766
10767
|
}
|
|
10767
10768
|
.e-stepper.e-stepper-readonly,
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -8818,7 +8818,8 @@ ejs-sidebar {
|
|
|
8818
8818
|
}
|
|
8819
8819
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8820
8820
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8821
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8821
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8822
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8822
8823
|
pointer-events: auto;
|
|
8823
8824
|
}
|
|
8824
8825
|
.e-stepper.e-stepper-readonly,
|
package/styles/fluent2.css
CHANGED
|
@@ -11407,7 +11407,8 @@ ejs-sidebar {
|
|
|
11407
11407
|
}
|
|
11408
11408
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
11409
11409
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
11410
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
11410
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
11411
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
11411
11412
|
pointer-events: auto;
|
|
11412
11413
|
}
|
|
11413
11414
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8181,7 +8181,8 @@ ejs-sidebar {
|
|
|
8181
8181
|
}
|
|
8182
8182
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8183
8183
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8184
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8184
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8185
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8185
8186
|
pointer-events: auto;
|
|
8186
8187
|
}
|
|
8187
8188
|
.e-stepper.e-stepper-readonly,
|
|
@@ -10640,7 +10640,8 @@ ejs-sidebar {
|
|
|
10640
10640
|
}
|
|
10641
10641
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10642
10642
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10643
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10643
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10644
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10644
10645
|
pointer-events: auto;
|
|
10645
10646
|
}
|
|
10646
10647
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8217,7 +8217,8 @@ ejs-sidebar {
|
|
|
8217
8217
|
}
|
|
8218
8218
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8219
8219
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8220
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8220
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8221
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8221
8222
|
pointer-events: auto;
|
|
8222
8223
|
}
|
|
8223
8224
|
.e-stepper.e-stepper-readonly,
|
package/styles/highcontrast.css
CHANGED
|
@@ -10676,7 +10676,8 @@ ejs-sidebar {
|
|
|
10676
10676
|
}
|
|
10677
10677
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10678
10678
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10679
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10679
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10680
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10680
10681
|
pointer-events: auto;
|
|
10681
10682
|
}
|
|
10682
10683
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8353,7 +8353,8 @@ ejs-sidebar {
|
|
|
8353
8353
|
}
|
|
8354
8354
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8355
8355
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8356
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8356
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8357
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8357
8358
|
pointer-events: auto;
|
|
8358
8359
|
}
|
|
8359
8360
|
.e-stepper.e-stepper-readonly,
|
package/styles/material-dark.css
CHANGED
|
@@ -10799,7 +10799,8 @@ ejs-sidebar {
|
|
|
10799
10799
|
}
|
|
10800
10800
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10801
10801
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10802
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10802
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10803
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10803
10804
|
pointer-events: auto;
|
|
10804
10805
|
}
|
|
10805
10806
|
.e-stepper.e-stepper-readonly,
|
package/styles/material-lite.css
CHANGED
|
@@ -8373,7 +8373,8 @@ ejs-sidebar {
|
|
|
8373
8373
|
}
|
|
8374
8374
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8375
8375
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8376
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8376
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8377
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8377
8378
|
pointer-events: auto;
|
|
8378
8379
|
}
|
|
8379
8380
|
.e-stepper.e-stepper-readonly,
|
package/styles/material.css
CHANGED
|
@@ -10815,7 +10815,8 @@ ejs-sidebar {
|
|
|
10815
10815
|
}
|
|
10816
10816
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10817
10817
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10818
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10818
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10819
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10819
10820
|
pointer-events: auto;
|
|
10820
10821
|
}
|
|
10821
10822
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8306,7 +8306,8 @@ ejs-sidebar {
|
|
|
8306
8306
|
}
|
|
8307
8307
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8308
8308
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8309
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8309
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8310
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8310
8311
|
pointer-events: auto;
|
|
8311
8312
|
}
|
|
8312
8313
|
.e-stepper.e-stepper-readonly,
|
|
@@ -10846,7 +10846,8 @@ ejs-sidebar {
|
|
|
10846
10846
|
}
|
|
10847
10847
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10848
10848
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10849
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10849
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10850
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10850
10851
|
pointer-events: auto;
|
|
10851
10852
|
}
|
|
10852
10853
|
.e-stepper.e-stepper-readonly,
|
|
@@ -8308,7 +8308,8 @@ ejs-sidebar {
|
|
|
8308
8308
|
}
|
|
8309
8309
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8310
8310
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8311
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8311
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8312
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8312
8313
|
pointer-events: auto;
|
|
8313
8314
|
}
|
|
8314
8315
|
.e-stepper.e-stepper-readonly,
|
package/styles/material3.css
CHANGED
|
@@ -10848,7 +10848,8 @@ ejs-sidebar {
|
|
|
10848
10848
|
}
|
|
10849
10849
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10850
10850
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10851
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10851
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10852
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10852
10853
|
pointer-events: auto;
|
|
10853
10854
|
}
|
|
10854
10855
|
.e-stepper.e-stepper-readonly,
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
16
16
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
17
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
17
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
18
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
18
19
|
pointer-events: auto;
|
|
19
20
|
}
|
|
20
21
|
.e-stepper.e-stepper-readonly,
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
16
16
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
17
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
17
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
18
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
18
19
|
pointer-events: auto;
|
|
19
20
|
}
|
|
20
21
|
.e-stepper.e-stepper-readonly,
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
16
16
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
17
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
17
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
18
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
18
19
|
pointer-events: auto;
|
|
19
20
|
}
|
|
20
21
|
.e-stepper.e-stepper-readonly,
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
16
16
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
17
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
17
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
18
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
18
19
|
pointer-events: auto;
|
|
19
20
|
}
|
|
20
21
|
.e-stepper.e-stepper-readonly,
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
}
|
|
19
19
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
20
20
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
21
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
21
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
22
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
22
23
|
pointer-events: auto;
|
|
23
24
|
}
|
|
24
25
|
.e-stepper.e-stepper-readonly,
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
16
16
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
17
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
17
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
18
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
18
19
|
pointer-events: auto;
|
|
19
20
|
}
|
|
20
21
|
.e-stepper.e-stepper-readonly,
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
16
16
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
17
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
17
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
18
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
18
19
|
pointer-events: auto;
|
|
19
20
|
}
|
|
20
21
|
.e-stepper.e-stepper-readonly,
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
16
16
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
17
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
17
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
18
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
18
19
|
pointer-events: auto;
|
|
19
20
|
}
|
|
20
21
|
.e-stepper.e-stepper-readonly,
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
16
16
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
17
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
17
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
18
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
18
19
|
pointer-events: auto;
|
|
19
20
|
}
|
|
20
21
|
.e-stepper.e-stepper-readonly,
|