@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
|
@@ -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,
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
}
|
|
21
21
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
22
22
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
23
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
23
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
24
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
24
25
|
pointer-events: auto;
|
|
25
26
|
}
|
|
26
27
|
.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,
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
}
|
|
17
17
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
18
18
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
19
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
19
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
20
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
20
21
|
pointer-events: auto;
|
|
21
22
|
}
|
|
22
23
|
.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,
|
|
@@ -8342,7 +8342,8 @@ ejs-sidebar {
|
|
|
8342
8342
|
}
|
|
8343
8343
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8344
8344
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8345
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8345
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8346
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8346
8347
|
pointer-events: auto;
|
|
8347
8348
|
}
|
|
8348
8349
|
.e-stepper.e-stepper-readonly,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -10952,7 +10952,8 @@ ejs-sidebar {
|
|
|
10952
10952
|
}
|
|
10953
10953
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10954
10954
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10955
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10955
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10956
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10956
10957
|
pointer-events: auto;
|
|
10957
10958
|
}
|
|
10958
10959
|
.e-stepper.e-stepper-readonly,
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -8342,7 +8342,8 @@ ejs-sidebar {
|
|
|
8342
8342
|
}
|
|
8343
8343
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
8344
8344
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
8345
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
8345
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
8346
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
8346
8347
|
pointer-events: auto;
|
|
8347
8348
|
}
|
|
8348
8349
|
.e-stepper.e-stepper-readonly,
|
package/styles/tailwind.css
CHANGED
|
@@ -10952,7 +10952,8 @@ ejs-sidebar {
|
|
|
10952
10952
|
}
|
|
10953
10953
|
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10954
10954
|
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10955
|
-
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled)
|
|
10955
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled),
|
|
10956
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
|
|
10956
10957
|
pointer-events: auto;
|
|
10957
10958
|
}
|
|
10958
10959
|
.e-stepper.e-stepper-readonly,
|