@syncfusion/ej2-navigations 27.2.5 → 28.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/ej2-navigations.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +535 -341
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +555 -355
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +3 -3
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +12 -12
- package/src/accordion/accordion.d.ts +7 -0
- package/src/accordion/accordion.js +52 -45
- package/src/carousel/carousel-model.d.ts +12 -0
- package/src/carousel/carousel.d.ts +11 -0
- package/src/carousel/carousel.js +25 -4
- package/src/common/menu-base-model.d.ts +7 -0
- package/src/common/menu-base.d.ts +7 -0
- package/src/common/menu-base.js +80 -19
- package/src/context-menu/context-menu-model.d.ts +15 -0
- package/src/context-menu/context-menu.d.ts +13 -0
- package/src/context-menu/context-menu.js +10 -0
- package/src/menu/menu.js +4 -0
- package/src/stepper/stepper.d.ts +9 -0
- package/src/stepper/stepper.js +262 -237
- package/src/stepper-base/stepper-base.js +15 -11
- package/src/tab/tab-model.d.ts +15 -2
- package/src/tab/tab.d.ts +26 -2
- package/src/tab/tab.js +81 -14
- package/src/toolbar/toolbar-model.d.ts +0 -6
- package/src/toolbar/toolbar.d.ts +0 -6
- package/src/treeview/treeview.d.ts +1 -9
- package/src/treeview/treeview.js +17 -16
- package/styles/accordion/_tailwind3-definition.scss +168 -0
- package/styles/accordion/_theme.scss +2 -2
- package/styles/accordion/bds.css +544 -0
- package/styles/accordion/bds.scss +5 -0
- package/styles/accordion/icons/_tailwind3.scss +15 -0
- package/styles/accordion/tailwind3.css +552 -0
- package/styles/accordion/tailwind3.scss +5 -0
- package/styles/appbar/_layout.scss +1 -1
- package/styles/appbar/_tailwind3-definition.scss +6 -0
- package/styles/appbar/bds.css +302 -0
- package/styles/appbar/bds.scss +4 -0
- package/styles/appbar/tailwind3.css +285 -0
- package/styles/appbar/tailwind3.scss +4 -0
- package/styles/bds-lite.css +9233 -0
- package/styles/bds-lite.scss +47 -0
- package/styles/bds.css +11954 -0
- package/styles/bds.scss +59 -0
- package/styles/bootstrap-dark-lite.css +21 -13
- package/styles/bootstrap-dark.css +35 -14
- package/styles/bootstrap-lite.css +21 -13
- package/styles/bootstrap.css +35 -14
- package/styles/bootstrap4-lite.css +21 -13
- package/styles/bootstrap4.css +35 -14
- package/styles/bootstrap5-dark-lite.css +29 -21
- package/styles/bootstrap5-dark.css +43 -22
- package/styles/bootstrap5-lite.css +29 -21
- package/styles/bootstrap5.3-lite.css +21 -13
- package/styles/bootstrap5.3.css +35 -14
- package/styles/bootstrap5.css +43 -22
- package/styles/breadcrumb/_bigger.scss +6 -0
- package/styles/breadcrumb/_layout.scss +19 -1
- package/styles/breadcrumb/_tailwind3-definition.scss +61 -0
- package/styles/breadcrumb/_theme.scss +60 -0
- package/styles/breadcrumb/bds.css +418 -0
- package/styles/breadcrumb/bds.scss +5 -0
- package/styles/breadcrumb/icons/_tailwind3.scss +23 -0
- package/styles/breadcrumb/tailwind3.css +441 -0
- package/styles/breadcrumb/tailwind3.scss +5 -0
- package/styles/carousel/_tailwind3-definition.scss +24 -0
- package/styles/carousel/_theme.scss +9 -3
- package/styles/carousel/bds.css +426 -0
- package/styles/carousel/bds.scss +5 -0
- package/styles/carousel/fluent2.css +5 -0
- package/styles/carousel/icons/_tailwind3.scss +30 -0
- package/styles/carousel/tailwind3.css +396 -0
- package/styles/carousel/tailwind3.scss +5 -0
- package/styles/context-menu/_bigger.scss +15 -0
- package/styles/context-menu/_layout.scss +24 -0
- package/styles/context-menu/_tailwind3-definition.scss +55 -0
- package/styles/context-menu/bds.css +421 -0
- package/styles/context-menu/bds.scss +8 -0
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/icons/_tailwind3.scss +31 -0
- package/styles/context-menu/tailwind3.css +449 -0
- package/styles/context-menu/tailwind3.scss +8 -0
- package/styles/fabric-dark-lite.css +21 -13
- package/styles/fabric-dark.css +35 -14
- package/styles/fabric-lite.css +21 -13
- package/styles/fabric.css +35 -14
- package/styles/fluent-dark-lite.css +22 -14
- package/styles/fluent-dark.css +36 -15
- package/styles/fluent-lite.css +22 -14
- package/styles/fluent.css +36 -15
- package/styles/fluent2-lite.css +37 -21
- package/styles/fluent2.css +51 -22
- package/styles/h-scroll/_tailwind3-definition.scss +83 -0
- package/styles/h-scroll/bds.css +311 -0
- package/styles/h-scroll/bds.scss +5 -0
- package/styles/h-scroll/icons/_tailwind3.scss +49 -0
- package/styles/h-scroll/tailwind3.css +311 -0
- package/styles/h-scroll/tailwind3.scss +5 -0
- package/styles/highcontrast-light-lite.css +21 -13
- package/styles/highcontrast-light.css +35 -14
- package/styles/highcontrast-lite.css +24 -16
- package/styles/highcontrast.css +38 -17
- package/styles/material-dark-lite.css +21 -13
- package/styles/material-dark.css +35 -14
- package/styles/material-lite.css +21 -13
- package/styles/material.css +35 -14
- package/styles/material3-dark-lite.css +21 -13
- package/styles/material3-dark.css +38 -14
- package/styles/material3-lite.css +21 -13
- package/styles/material3.css +38 -14
- package/styles/menu/_bigger.scss +26 -0
- package/styles/menu/_layout.scss +35 -0
- package/styles/menu/_tailwind3-definition.scss +66 -0
- package/styles/menu/_theme.scss +33 -1
- package/styles/menu/bds.css +1155 -0
- package/styles/menu/bds.scss +9 -0
- package/styles/menu/fluent2.css +1 -1
- package/styles/menu/icons/_tailwind3.scss +104 -0
- package/styles/menu/tailwind3.css +1238 -0
- package/styles/menu/tailwind3.scss +9 -0
- package/styles/pager/_bigger.scss +65 -6
- package/styles/pager/_layout.scss +22 -2
- package/styles/pager/_tailwind-definition.scss +1 -1
- package/styles/pager/_tailwind3-definition.scss +166 -0
- package/styles/pager/bds.css +915 -0
- package/styles/pager/bds.scss +5 -0
- package/styles/pager/bootstrap-dark.css +7 -0
- package/styles/pager/bootstrap.css +7 -0
- package/styles/pager/bootstrap4.css +7 -0
- package/styles/pager/bootstrap5-dark.css +7 -0
- package/styles/pager/bootstrap5.3.css +7 -0
- package/styles/pager/bootstrap5.css +7 -0
- package/styles/pager/fabric-dark.css +7 -0
- package/styles/pager/fabric.css +7 -0
- package/styles/pager/fluent-dark.css +7 -0
- package/styles/pager/fluent.css +7 -0
- package/styles/pager/fluent2.css +7 -0
- package/styles/pager/highcontrast-light.css +7 -0
- package/styles/pager/highcontrast.css +7 -0
- package/styles/pager/icons/_tailwind3.scss +50 -0
- package/styles/pager/material-dark.css +7 -0
- package/styles/pager/material.css +7 -0
- package/styles/pager/material3-dark.css +8 -0
- package/styles/pager/material3.css +8 -0
- package/styles/pager/tailwind-dark.css +16 -9
- package/styles/pager/tailwind.css +16 -9
- package/styles/pager/tailwind3.css +875 -0
- package/styles/pager/tailwind3.scss +5 -0
- package/styles/sidebar/_tailwind3-definition.scss +6 -0
- package/styles/sidebar/_theme.scss +1 -1
- package/styles/sidebar/bds.css +263 -0
- package/styles/sidebar/bds.scss +3 -0
- package/styles/sidebar/tailwind3.css +227 -0
- package/styles/sidebar/tailwind3.scss +3 -0
- package/styles/stepper/_layout.scss +2 -0
- package/styles/stepper/_tailwind3-definition.scss +72 -0
- package/styles/stepper/_theme.scss +2 -1
- package/styles/stepper/bds.css +724 -0
- package/styles/stepper/bds.scss +6 -0
- package/styles/stepper/bootstrap-dark.css +4 -1
- package/styles/stepper/bootstrap.css +4 -1
- package/styles/stepper/bootstrap4.css +4 -1
- package/styles/stepper/bootstrap5-dark.css +4 -1
- package/styles/stepper/bootstrap5.3.css +4 -1
- package/styles/stepper/bootstrap5.css +4 -1
- package/styles/stepper/fabric-dark.css +4 -1
- package/styles/stepper/fabric.css +4 -1
- package/styles/stepper/fluent-dark.css +4 -1
- package/styles/stepper/fluent.css +4 -1
- package/styles/stepper/fluent2.css +4 -1
- package/styles/stepper/highcontrast-light.css +4 -1
- package/styles/stepper/highcontrast.css +4 -1
- package/styles/stepper/icons/_tailwind3.scss +5 -0
- package/styles/stepper/material-dark.css +4 -1
- package/styles/stepper/material.css +4 -1
- package/styles/stepper/material3-dark.css +4 -1
- package/styles/stepper/material3.css +4 -1
- package/styles/stepper/tailwind-dark.css +4 -1
- package/styles/stepper/tailwind.css +4 -1
- package/styles/stepper/tailwind3.css +724 -0
- package/styles/stepper/tailwind3.scss +6 -0
- package/styles/tab/_bigger.scss +16 -0
- package/styles/tab/_bootstrap-dark-definition.scss +0 -2
- package/styles/tab/_bootstrap-definition.scss +0 -2
- package/styles/tab/_bootstrap4-definition.scss +0 -2
- package/styles/tab/_bootstrap5-definition.scss +0 -2
- package/styles/tab/_bootstrap5.3-definition.scss +0 -2
- package/styles/tab/_fabric-dark-definition.scss +0 -2
- package/styles/tab/_fabric-definition.scss +0 -2
- package/styles/tab/_fluent-definition.scss +0 -2
- package/styles/tab/_fluent2-definition.scss +0 -2
- package/styles/tab/_fusionnew-definition.scss +0 -2
- package/styles/tab/_highcontrast-definition.scss +0 -2
- package/styles/tab/_highcontrast-light-definition.scss +0 -2
- package/styles/tab/_material-dark-definition.scss +0 -2
- package/styles/tab/_material-definition.scss +0 -2
- package/styles/tab/_material3-definition.scss +0 -2
- package/styles/tab/_tailwind-definition.scss +0 -2
- package/styles/tab/_tailwind3-definition.scss +634 -0
- package/styles/tab/_theme.scss +0 -12
- package/styles/tab/bds.css +4190 -0
- package/styles/tab/bds.scss +6 -0
- package/styles/tab/bootstrap-dark.css +7 -11
- package/styles/tab/bootstrap.css +7 -11
- package/styles/tab/bootstrap4.css +7 -11
- package/styles/tab/bootstrap5-dark.css +7 -11
- package/styles/tab/bootstrap5.3.css +7 -11
- package/styles/tab/bootstrap5.css +7 -11
- package/styles/tab/fabric-dark.css +7 -11
- package/styles/tab/fabric.css +7 -11
- package/styles/tab/fluent-dark.css +7 -11
- package/styles/tab/fluent.css +7 -11
- package/styles/tab/fluent2.css +10 -14
- package/styles/tab/highcontrast-light.css +7 -11
- package/styles/tab/highcontrast.css +7 -11
- package/styles/tab/icons/_tailwind3.scss +90 -0
- package/styles/tab/material-dark.css +7 -11
- package/styles/tab/material.css +7 -11
- package/styles/tab/material3-dark.css +9 -11
- package/styles/tab/material3.css +9 -11
- package/styles/tab/tailwind-dark.css +7 -11
- package/styles/tab/tailwind.css +7 -11
- package/styles/tab/tailwind3.css +4125 -0
- package/styles/tab/tailwind3.scss +6 -0
- package/styles/tailwind-dark-lite.css +26 -18
- package/styles/tailwind-dark.css +45 -24
- package/styles/tailwind-lite.css +26 -18
- package/styles/tailwind.css +45 -24
- package/styles/tailwind3-lite.css +9055 -0
- package/styles/tailwind3-lite.scss +47 -0
- package/styles/tailwind3.css +11743 -0
- package/styles/tailwind3.scss +59 -0
- package/styles/toolbar/_bigger.scss +14 -0
- package/styles/toolbar/_bootstrap5-definition.scss +6 -6
- package/styles/toolbar/_layout.scss +7 -1
- package/styles/toolbar/_tailwind3-definition.scss +199 -0
- package/styles/toolbar/_theme.scss +6 -6
- package/styles/toolbar/bds.css +1219 -0
- package/styles/toolbar/bds.scss +9 -0
- package/styles/toolbar/bootstrap-dark.css +1 -1
- package/styles/toolbar/bootstrap.css +1 -1
- package/styles/toolbar/bootstrap4.css +1 -1
- package/styles/toolbar/bootstrap5-dark.css +9 -9
- package/styles/toolbar/bootstrap5.3.css +1 -1
- package/styles/toolbar/bootstrap5.css +9 -9
- package/styles/toolbar/fabric-dark.css +1 -1
- package/styles/toolbar/fabric.css +1 -1
- package/styles/toolbar/fluent-dark.css +1 -1
- package/styles/toolbar/fluent.css +1 -1
- package/styles/toolbar/fluent2.css +1 -1
- package/styles/toolbar/highcontrast-light.css +1 -1
- package/styles/toolbar/highcontrast.css +1 -1
- package/styles/toolbar/icons/_tailwind3.scss +14 -0
- package/styles/toolbar/material-dark.css +1 -1
- package/styles/toolbar/material.css +1 -1
- package/styles/toolbar/material3-dark.css +1 -1
- package/styles/toolbar/material3.css +1 -1
- package/styles/toolbar/tailwind-dark.css +1 -1
- package/styles/toolbar/tailwind.css +1 -1
- package/styles/toolbar/tailwind3.css +1211 -0
- package/styles/toolbar/tailwind3.scss +9 -0
- package/styles/treeview/_bigger.scss +16 -3
- package/styles/treeview/_fluent-definition.scss +1 -1
- package/styles/treeview/_fluent2-definition.scss +2 -2
- package/styles/treeview/_highcontrast-definition.scss +3 -3
- package/styles/treeview/_layout.scss +42 -5
- package/styles/treeview/_tailwind-definition.scss +1 -1
- package/styles/treeview/_tailwind3-definition.scss +126 -0
- package/styles/treeview/_theme.scss +1 -1
- package/styles/treeview/bds.css +1031 -0
- package/styles/treeview/bds.scss +7 -0
- package/styles/treeview/bootstrap-dark.css +16 -1
- package/styles/treeview/bootstrap.css +16 -1
- package/styles/treeview/bootstrap4.css +16 -1
- package/styles/treeview/bootstrap5-dark.css +16 -1
- package/styles/treeview/bootstrap5.3.css +16 -1
- package/styles/treeview/bootstrap5.css +16 -1
- package/styles/treeview/fabric-dark.css +16 -1
- package/styles/treeview/fabric.css +16 -1
- package/styles/treeview/fluent-dark.css +17 -2
- package/styles/treeview/fluent.css +17 -2
- package/styles/treeview/fluent2.css +22 -4
- package/styles/treeview/highcontrast-light.css +16 -1
- package/styles/treeview/highcontrast.css +19 -4
- package/styles/treeview/icons/_tailwind3.scss +44 -0
- package/styles/treeview/material-dark.css +16 -1
- package/styles/treeview/material.css +16 -1
- package/styles/treeview/material3-dark.css +16 -1
- package/styles/treeview/material3.css +16 -1
- package/styles/treeview/tailwind-dark.css +17 -2
- package/styles/treeview/tailwind.css +17 -2
- package/styles/treeview/tailwind3.css +806 -0
- package/styles/treeview/tailwind3.scss +7 -0
- package/styles/v-scroll/_tailwind3-definition.scss +49 -0
- package/styles/v-scroll/bds.css +218 -0
- package/styles/v-scroll/bds.scss +5 -0
- package/styles/v-scroll/icons/_tailwind3.scss +27 -0
- package/styles/v-scroll/tailwind3.css +218 -0
- package/styles/v-scroll/tailwind3.scss +5 -0
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #1a1a1a;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #484848;
|
|
528
531
|
color: #484848;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #fff;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #eee;
|
|
528
531
|
color: #777;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #fff;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #dee2e6;
|
|
528
531
|
color: #f8f9fa;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #212529;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #495057;
|
|
528
531
|
color: #6c757d;
|
|
529
532
|
}
|
|
@@ -253,6 +253,7 @@
|
|
|
253
253
|
}
|
|
254
254
|
.e-stepper.e-vertical {
|
|
255
255
|
min-height: inherit;
|
|
256
|
+
height: inherit;
|
|
256
257
|
display: inline-block;
|
|
257
258
|
}
|
|
258
259
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -276,6 +277,7 @@
|
|
|
276
277
|
-ms-flex-direction: column;
|
|
277
278
|
flex-direction: column;
|
|
278
279
|
min-height: inherit;
|
|
280
|
+
height: inherit;
|
|
279
281
|
float: left;
|
|
280
282
|
-webkit-box-align: start;
|
|
281
283
|
-ms-flex-align: start;
|
|
@@ -527,7 +529,8 @@
|
|
|
527
529
|
background-color: var(--color-sf-content-bg-color);
|
|
528
530
|
border-color: transparent;
|
|
529
531
|
}
|
|
530
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
532
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
533
|
+
.e-stepper .e-step-disabled .e-step {
|
|
531
534
|
background: var(--color-sf-content-bg-color-alt2);
|
|
532
535
|
color: var(--color-sf-icon-color-disabled);
|
|
533
536
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #fff;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #dee2e6;
|
|
528
531
|
color: #adb5bd;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #201f1f;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #414040;
|
|
528
531
|
color: #9a9a9a;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #fff;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #eaeaea;
|
|
528
531
|
color: #a6a6a6;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #1b1a19;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #292827;
|
|
528
531
|
color: #484644;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #fff;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #edebe9;
|
|
528
531
|
color: #a19f9d;
|
|
529
532
|
}
|
|
@@ -255,6 +255,7 @@
|
|
|
255
255
|
}
|
|
256
256
|
.e-stepper.e-vertical {
|
|
257
257
|
min-height: inherit;
|
|
258
|
+
height: inherit;
|
|
258
259
|
display: inline-block;
|
|
259
260
|
}
|
|
260
261
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -278,6 +279,7 @@
|
|
|
278
279
|
-ms-flex-direction: column;
|
|
279
280
|
flex-direction: column;
|
|
280
281
|
min-height: inherit;
|
|
282
|
+
height: inherit;
|
|
281
283
|
float: left;
|
|
282
284
|
-webkit-box-align: start;
|
|
283
285
|
-ms-flex-align: start;
|
|
@@ -529,7 +531,8 @@
|
|
|
529
531
|
background-color: var(--color-sf-content-bg-color);
|
|
530
532
|
border-color: transparent;
|
|
531
533
|
}
|
|
532
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
534
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
535
|
+
.e-stepper .e-step-disabled .e-step {
|
|
533
536
|
background: var(--color-sf-content-bg-color-disabled);
|
|
534
537
|
color: var(--color-sf-secondary-text-color-disabled);
|
|
535
538
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #fff;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #757575;
|
|
528
531
|
color: #fff;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #000;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #757575;
|
|
528
531
|
color: #000;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #383838;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #424242;
|
|
528
531
|
color: #9e9e9e;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #fff;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #e0e0e0;
|
|
528
531
|
color: #757575;
|
|
529
532
|
}
|
|
@@ -251,6 +251,7 @@
|
|
|
251
251
|
}
|
|
252
252
|
.e-stepper.e-vertical {
|
|
253
253
|
min-height: inherit;
|
|
254
|
+
height: inherit;
|
|
254
255
|
display: inline-block;
|
|
255
256
|
}
|
|
256
257
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -274,6 +275,7 @@
|
|
|
274
275
|
-ms-flex-direction: column;
|
|
275
276
|
flex-direction: column;
|
|
276
277
|
min-height: inherit;
|
|
278
|
+
height: inherit;
|
|
277
279
|
float: left;
|
|
278
280
|
-webkit-box-align: start;
|
|
279
281
|
-ms-flex-align: start;
|
|
@@ -526,7 +528,8 @@
|
|
|
526
528
|
background-color: rgba(var(--color-sf-surface));
|
|
527
529
|
border-color: transparent;
|
|
528
530
|
}
|
|
529
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
531
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
532
|
+
.e-stepper .e-step-disabled .e-step {
|
|
530
533
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
531
534
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
532
535
|
color: rgba(var(--color-sf-on-surface), 0.38);
|
|
@@ -253,6 +253,7 @@
|
|
|
253
253
|
}
|
|
254
254
|
.e-stepper.e-vertical {
|
|
255
255
|
min-height: inherit;
|
|
256
|
+
height: inherit;
|
|
256
257
|
display: inline-block;
|
|
257
258
|
}
|
|
258
259
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -276,6 +277,7 @@
|
|
|
276
277
|
-ms-flex-direction: column;
|
|
277
278
|
flex-direction: column;
|
|
278
279
|
min-height: inherit;
|
|
280
|
+
height: inherit;
|
|
279
281
|
float: left;
|
|
280
282
|
-webkit-box-align: start;
|
|
281
283
|
-ms-flex-align: start;
|
|
@@ -528,7 +530,8 @@
|
|
|
528
530
|
background-color: rgba(var(--color-sf-surface));
|
|
529
531
|
border-color: transparent;
|
|
530
532
|
}
|
|
531
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
533
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
534
|
+
.e-stepper .e-step-disabled .e-step {
|
|
532
535
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
533
536
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
534
537
|
color: rgba(var(--color-sf-on-surface), 0.38);
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #1f2937;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #4b5563;
|
|
528
531
|
color: #6b7280;
|
|
529
532
|
}
|
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
}
|
|
250
250
|
.e-stepper.e-vertical {
|
|
251
251
|
min-height: inherit;
|
|
252
|
+
height: inherit;
|
|
252
253
|
display: inline-block;
|
|
253
254
|
}
|
|
254
255
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -272,6 +273,7 @@
|
|
|
272
273
|
-ms-flex-direction: column;
|
|
273
274
|
flex-direction: column;
|
|
274
275
|
min-height: inherit;
|
|
276
|
+
height: inherit;
|
|
275
277
|
float: left;
|
|
276
278
|
-webkit-box-align: start;
|
|
277
279
|
-ms-flex-align: start;
|
|
@@ -523,7 +525,8 @@
|
|
|
523
525
|
background-color: #fff;
|
|
524
526
|
border-color: transparent;
|
|
525
527
|
}
|
|
526
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
528
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
529
|
+
.e-stepper .e-step-disabled .e-step {
|
|
527
530
|
background: #e5e7eb;
|
|
528
531
|
color: #9ca3af;
|
|
529
532
|
}
|