@syncfusion/ej2-navigations 27.2.5 → 28.1.33
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 +482 -295
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +501 -308
- 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/carousel/carousel-model.d.ts +12 -0
- package/src/carousel/carousel.d.ts +11 -0
- package/src/carousel/carousel.js +24 -3
- 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 +9234 -0
- package/styles/bds-lite.scss +47 -0
- package/styles/bds.css +11955 -0
- package/styles/bds.scss +59 -0
- package/styles/bootstrap-dark-lite.css +22 -13
- package/styles/bootstrap-dark.css +36 -14
- package/styles/bootstrap-lite.css +22 -13
- package/styles/bootstrap.css +36 -14
- package/styles/bootstrap4-lite.css +22 -13
- package/styles/bootstrap4.css +36 -14
- package/styles/bootstrap5-dark-lite.css +30 -21
- package/styles/bootstrap5-dark.css +44 -22
- package/styles/bootstrap5-lite.css +30 -21
- package/styles/bootstrap5.3-lite.css +22 -13
- package/styles/bootstrap5.3.css +36 -14
- package/styles/bootstrap5.css +44 -22
- package/styles/breadcrumb/_layout.scss +16 -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 +434 -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 +22 -13
- package/styles/fabric-dark.css +36 -14
- package/styles/fabric-lite.css +22 -13
- package/styles/fabric.css +36 -14
- package/styles/fluent-dark-lite.css +23 -14
- package/styles/fluent-dark.css +37 -15
- package/styles/fluent-lite.css +23 -14
- package/styles/fluent.css +37 -15
- package/styles/fluent2-lite.css +38 -21
- package/styles/fluent2.css +52 -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 +22 -13
- package/styles/highcontrast-light.css +36 -14
- package/styles/highcontrast-lite.css +25 -16
- package/styles/highcontrast.css +39 -17
- package/styles/material-dark-lite.css +22 -13
- package/styles/material-dark.css +36 -14
- package/styles/material-lite.css +22 -13
- package/styles/material.css +36 -14
- package/styles/material3-dark-lite.css +22 -13
- package/styles/material3-dark.css +39 -14
- package/styles/material3-lite.css +22 -13
- package/styles/material3.css +39 -14
- package/styles/menu/_bigger.scss +23 -0
- package/styles/menu/_layout.scss +32 -0
- package/styles/menu/_tailwind3-definition.scss +66 -0
- package/styles/menu/_theme.scss +36 -2
- 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 +1232 -0
- package/styles/menu/tailwind3.scss +9 -0
- package/styles/pager/_bigger.scss +39 -6
- package/styles/pager/_layout.scss +5 -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 +835 -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 +3 -0
- package/styles/stepper/_tailwind3-definition.scss +72 -0
- package/styles/stepper/_theme.scss +2 -1
- package/styles/stepper/bds.css +725 -0
- package/styles/stepper/bds.scss +6 -0
- package/styles/stepper/bootstrap-dark.css +5 -1
- package/styles/stepper/bootstrap.css +5 -1
- package/styles/stepper/bootstrap4.css +5 -1
- package/styles/stepper/bootstrap5-dark.css +5 -1
- package/styles/stepper/bootstrap5.3.css +5 -1
- package/styles/stepper/bootstrap5.css +5 -1
- package/styles/stepper/fabric-dark.css +5 -1
- package/styles/stepper/fabric.css +5 -1
- package/styles/stepper/fluent-dark.css +5 -1
- package/styles/stepper/fluent.css +5 -1
- package/styles/stepper/fluent2.css +5 -1
- package/styles/stepper/highcontrast-light.css +5 -1
- package/styles/stepper/highcontrast.css +5 -1
- package/styles/stepper/icons/_tailwind3.scss +5 -0
- package/styles/stepper/material-dark.css +5 -1
- package/styles/stepper/material.css +5 -1
- package/styles/stepper/material3-dark.css +5 -1
- package/styles/stepper/material3.css +5 -1
- package/styles/stepper/tailwind-dark.css +5 -1
- package/styles/stepper/tailwind.css +5 -1
- package/styles/stepper/tailwind3.css +725 -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 +27 -18
- package/styles/tailwind-dark.css +46 -24
- package/styles/tailwind-lite.css +27 -18
- package/styles/tailwind.css +46 -24
- package/styles/tailwind3-lite.css +9035 -0
- package/styles/tailwind3-lite.scss +47 -0
- package/styles/tailwind3.css +11691 -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
|
@@ -1399,7 +1399,6 @@
|
|
|
1399
1399
|
}
|
|
1400
1400
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1401
1401
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1402
|
-
color: var(--color-sf-icon-color);
|
|
1403
1402
|
display: -webkit-box;
|
|
1404
1403
|
display: -ms-flexbox;
|
|
1405
1404
|
display: flex;
|
|
@@ -1413,6 +1412,7 @@
|
|
|
1413
1412
|
justify-content: center;
|
|
1414
1413
|
width: 100%;
|
|
1415
1414
|
font-size: 18px;
|
|
1415
|
+
color: var(--color-sf-icon-color);
|
|
1416
1416
|
}
|
|
1417
1417
|
.e-toolbar.e-toolpop {
|
|
1418
1418
|
overflow: visible;
|
|
@@ -5006,17 +5006,6 @@
|
|
|
5006
5006
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5007
5007
|
color: var(--color-sf-icon-color);
|
|
5008
5008
|
}
|
|
5009
|
-
@media screen and (max-width: 480px) {
|
|
5010
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5011
|
-
color: var(--color-sf-content-text-color-alt2);
|
|
5012
|
-
}
|
|
5013
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5014
|
-
color: var(--color-sf-content-text-color-alt2);
|
|
5015
|
-
}
|
|
5016
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5017
|
-
color: rgba(var(--color-sf-icon-color), 0.87);
|
|
5018
|
-
}
|
|
5019
|
-
}
|
|
5020
5009
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5021
5010
|
background: transparent;
|
|
5022
5011
|
border: 1px solid var(--color-sf-border-light);
|
|
@@ -6260,6 +6249,9 @@
|
|
|
6260
6249
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6261
6250
|
height: 28px;
|
|
6262
6251
|
}
|
|
6252
|
+
.e-treeview .e-navigable-text {
|
|
6253
|
+
padding: 0 8px;
|
|
6254
|
+
}
|
|
6263
6255
|
.e-treeview .e-list-icon,
|
|
6264
6256
|
.e-treeview .e-list-img {
|
|
6265
6257
|
display: inline-block;
|
|
@@ -6277,6 +6269,10 @@
|
|
|
6277
6269
|
.e-treeview .e-list-img + .e-list-text {
|
|
6278
6270
|
padding: 0 12px;
|
|
6279
6271
|
}
|
|
6272
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
6273
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
6274
|
+
padding: 0 12px;
|
|
6275
|
+
}
|
|
6280
6276
|
.e-treeview .e-icon-collapsible,
|
|
6281
6277
|
.e-treeview .e-icon-expandable {
|
|
6282
6278
|
display: inline-block;
|
|
@@ -6381,6 +6377,12 @@
|
|
|
6381
6377
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
6382
6378
|
padding: 0 0 0 8px;
|
|
6383
6379
|
}
|
|
6380
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
6381
|
+
padding: 0;
|
|
6382
|
+
}
|
|
6383
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
6384
|
+
padding: 0;
|
|
6385
|
+
}
|
|
6384
6386
|
.e-treeview .e-navigable .e-list-icon,
|
|
6385
6387
|
.e-treeview .e-navigable .e-list-img {
|
|
6386
6388
|
margin: 0 8px 0 0;
|
|
@@ -6437,6 +6439,9 @@
|
|
|
6437
6439
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
6438
6440
|
padding: 0 12px 0 0;
|
|
6439
6441
|
}
|
|
6442
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
6443
|
+
padding: 0;
|
|
6444
|
+
}
|
|
6440
6445
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
6441
6446
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
6442
6447
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8546,6 +8551,7 @@ ejs-sidebar {
|
|
|
8546
8551
|
}
|
|
8547
8552
|
.e-stepper.e-vertical {
|
|
8548
8553
|
min-height: inherit;
|
|
8554
|
+
height: inherit;
|
|
8549
8555
|
display: inline-block;
|
|
8550
8556
|
}
|
|
8551
8557
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -8569,6 +8575,7 @@ ejs-sidebar {
|
|
|
8569
8575
|
-ms-flex-direction: column;
|
|
8570
8576
|
flex-direction: column;
|
|
8571
8577
|
min-height: inherit;
|
|
8578
|
+
height: inherit;
|
|
8572
8579
|
float: left;
|
|
8573
8580
|
-webkit-box-align: start;
|
|
8574
8581
|
-ms-flex-align: start;
|
|
@@ -8686,6 +8693,7 @@ ejs-sidebar {
|
|
|
8686
8693
|
}
|
|
8687
8694
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
8688
8695
|
min-height: inherit;
|
|
8696
|
+
height: inherit;
|
|
8689
8697
|
width: 1.6px;
|
|
8690
8698
|
top: 0;
|
|
8691
8699
|
left: var(--progress-position);
|
|
@@ -8820,7 +8828,8 @@ ejs-sidebar {
|
|
|
8820
8828
|
background-color: var(--color-sf-content-bg-color);
|
|
8821
8829
|
border-color: transparent;
|
|
8822
8830
|
}
|
|
8823
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
8831
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
8832
|
+
.e-stepper .e-step-disabled .e-step {
|
|
8824
8833
|
background: var(--color-sf-content-bg-color-alt2);
|
|
8825
8834
|
color: var(--color-sf-icon-color-disabled);
|
|
8826
8835
|
}
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -750,6 +750,13 @@
|
|
|
750
750
|
margin-top: 10px;
|
|
751
751
|
}
|
|
752
752
|
}
|
|
753
|
+
@media (max-width: 769px) {
|
|
754
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
755
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
756
|
+
margin-left: 0;
|
|
757
|
+
margin-top: 10px;
|
|
758
|
+
}
|
|
759
|
+
}
|
|
753
760
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem,
|
|
754
761
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem:hover,
|
|
755
762
|
.e-pager.e-bigger.e-rtl .e-numericitem.e-currentitem,
|
|
@@ -1667,7 +1674,6 @@
|
|
|
1667
1674
|
}
|
|
1668
1675
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1669
1676
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1670
|
-
color: var(--color-sf-icon-color);
|
|
1671
1677
|
display: -webkit-box;
|
|
1672
1678
|
display: -ms-flexbox;
|
|
1673
1679
|
display: flex;
|
|
@@ -1681,6 +1687,7 @@
|
|
|
1681
1687
|
justify-content: center;
|
|
1682
1688
|
width: 100%;
|
|
1683
1689
|
font-size: 18px;
|
|
1690
|
+
color: var(--color-sf-icon-color);
|
|
1684
1691
|
}
|
|
1685
1692
|
.e-toolbar.e-toolpop {
|
|
1686
1693
|
overflow: visible;
|
|
@@ -5693,17 +5700,6 @@
|
|
|
5693
5700
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5694
5701
|
color: var(--color-sf-icon-color);
|
|
5695
5702
|
}
|
|
5696
|
-
@media screen and (max-width: 480px) {
|
|
5697
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5698
|
-
color: var(--color-sf-content-text-color-alt2);
|
|
5699
|
-
}
|
|
5700
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5701
|
-
color: var(--color-sf-content-text-color-alt2);
|
|
5702
|
-
}
|
|
5703
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5704
|
-
color: rgba(var(--color-sf-icon-color), 0.87);
|
|
5705
|
-
}
|
|
5706
|
-
}
|
|
5707
5703
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5708
5704
|
background: transparent;
|
|
5709
5705
|
border: 1px solid var(--color-sf-border-light);
|
|
@@ -7102,6 +7098,13 @@
|
|
|
7102
7098
|
top: 0;
|
|
7103
7099
|
vertical-align: initial;
|
|
7104
7100
|
}
|
|
7101
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7102
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,
|
|
7103
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7104
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
7105
|
+
height: 100%;
|
|
7106
|
+
width: 100%;
|
|
7107
|
+
}
|
|
7105
7108
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
7106
7109
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
7107
7110
|
height: 42px;
|
|
@@ -8141,6 +8144,9 @@
|
|
|
8141
8144
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8142
8145
|
height: 28px;
|
|
8143
8146
|
}
|
|
8147
|
+
.e-treeview .e-navigable-text {
|
|
8148
|
+
padding: 0 8px;
|
|
8149
|
+
}
|
|
8144
8150
|
.e-treeview .e-list-icon,
|
|
8145
8151
|
.e-treeview .e-list-img {
|
|
8146
8152
|
display: inline-block;
|
|
@@ -8158,6 +8164,10 @@
|
|
|
8158
8164
|
.e-treeview .e-list-img + .e-list-text {
|
|
8159
8165
|
padding: 0 12px;
|
|
8160
8166
|
}
|
|
8167
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
8168
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
8169
|
+
padding: 0 12px;
|
|
8170
|
+
}
|
|
8161
8171
|
.e-treeview .e-icon-collapsible,
|
|
8162
8172
|
.e-treeview .e-icon-expandable {
|
|
8163
8173
|
display: inline-block;
|
|
@@ -8262,6 +8272,12 @@
|
|
|
8262
8272
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
8263
8273
|
padding: 0 0 0 8px;
|
|
8264
8274
|
}
|
|
8275
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
8276
|
+
padding: 0;
|
|
8277
|
+
}
|
|
8278
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
8279
|
+
padding: 0;
|
|
8280
|
+
}
|
|
8265
8281
|
.e-treeview .e-navigable .e-list-icon,
|
|
8266
8282
|
.e-treeview .e-navigable .e-list-img {
|
|
8267
8283
|
margin: 0 8px 0 0;
|
|
@@ -8318,6 +8334,9 @@
|
|
|
8318
8334
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
8319
8335
|
padding: 0 12px 0 0;
|
|
8320
8336
|
}
|
|
8337
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
8338
|
+
padding: 0;
|
|
8339
|
+
}
|
|
8321
8340
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
8322
8341
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
8323
8342
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8614,7 +8633,6 @@
|
|
|
8614
8633
|
.e-treeview.e-bigger .e-list-text {
|
|
8615
8634
|
line-height: 40px;
|
|
8616
8635
|
min-height: 40px;
|
|
8617
|
-
padding: 0 12px;
|
|
8618
8636
|
}
|
|
8619
8637
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8620
8638
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -11017,6 +11035,7 @@ ejs-sidebar {
|
|
|
11017
11035
|
}
|
|
11018
11036
|
.e-stepper.e-vertical {
|
|
11019
11037
|
min-height: inherit;
|
|
11038
|
+
height: inherit;
|
|
11020
11039
|
display: inline-block;
|
|
11021
11040
|
}
|
|
11022
11041
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -11040,6 +11059,7 @@ ejs-sidebar {
|
|
|
11040
11059
|
-ms-flex-direction: column;
|
|
11041
11060
|
flex-direction: column;
|
|
11042
11061
|
min-height: inherit;
|
|
11062
|
+
height: inherit;
|
|
11043
11063
|
float: left;
|
|
11044
11064
|
-webkit-box-align: start;
|
|
11045
11065
|
-ms-flex-align: start;
|
|
@@ -11157,6 +11177,7 @@ ejs-sidebar {
|
|
|
11157
11177
|
}
|
|
11158
11178
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
11159
11179
|
min-height: inherit;
|
|
11180
|
+
height: inherit;
|
|
11160
11181
|
width: 1.6px;
|
|
11161
11182
|
top: 0;
|
|
11162
11183
|
left: var(--progress-position);
|
|
@@ -11291,7 +11312,8 @@ ejs-sidebar {
|
|
|
11291
11312
|
background-color: var(--color-sf-content-bg-color);
|
|
11292
11313
|
border-color: transparent;
|
|
11293
11314
|
}
|
|
11294
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
11315
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
11316
|
+
.e-stepper .e-step-disabled .e-step {
|
|
11295
11317
|
background: var(--color-sf-content-bg-color-alt2);
|
|
11296
11318
|
color: var(--color-sf-icon-color-disabled);
|
|
11297
11319
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -746,6 +746,13 @@
|
|
|
746
746
|
margin-top: 10px;
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
|
+
@media (max-width: 769px) {
|
|
750
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
751
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
752
|
+
margin-left: 0;
|
|
753
|
+
margin-top: 10px;
|
|
754
|
+
}
|
|
755
|
+
}
|
|
749
756
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem,
|
|
750
757
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem:hover,
|
|
751
758
|
.e-pager.e-bigger.e-rtl .e-numericitem.e-currentitem,
|
|
@@ -1663,7 +1670,6 @@
|
|
|
1663
1670
|
}
|
|
1664
1671
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1665
1672
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1666
|
-
color: #6c757d;
|
|
1667
1673
|
display: -webkit-box;
|
|
1668
1674
|
display: -ms-flexbox;
|
|
1669
1675
|
display: flex;
|
|
@@ -1677,6 +1683,7 @@
|
|
|
1677
1683
|
justify-content: center;
|
|
1678
1684
|
width: 100%;
|
|
1679
1685
|
font-size: 18px;
|
|
1686
|
+
color: #6c757d;
|
|
1680
1687
|
}
|
|
1681
1688
|
.e-toolbar.e-toolpop {
|
|
1682
1689
|
overflow: visible;
|
|
@@ -1970,7 +1977,7 @@
|
|
|
1970
1977
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1971
1978
|
}
|
|
1972
1979
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1973
|
-
background:
|
|
1980
|
+
background: #5c636a;
|
|
1974
1981
|
border-radius: 4px;
|
|
1975
1982
|
color: #6c757d;
|
|
1976
1983
|
border-color: #6c757d;
|
|
@@ -1980,11 +1987,11 @@
|
|
|
1980
1987
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1981
1988
|
}
|
|
1982
1989
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1983
|
-
color: #
|
|
1990
|
+
color: #fff;
|
|
1984
1991
|
}
|
|
1985
1992
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1986
1993
|
color: #fff;
|
|
1987
|
-
color: #
|
|
1994
|
+
color: #fff;
|
|
1988
1995
|
}
|
|
1989
1996
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
1990
1997
|
background: #5c636a;
|
|
@@ -1995,7 +2002,7 @@
|
|
|
1995
2002
|
color: #6c757d;
|
|
1996
2003
|
}
|
|
1997
2004
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1998
|
-
color: #
|
|
2005
|
+
color: #fff;
|
|
1999
2006
|
color: #fff;
|
|
2000
2007
|
}
|
|
2001
2008
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
@@ -2018,10 +2025,10 @@
|
|
|
2018
2025
|
color: #495057;
|
|
2019
2026
|
}
|
|
2020
2027
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2021
|
-
color: #
|
|
2028
|
+
color: #fff;
|
|
2022
2029
|
}
|
|
2023
2030
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2024
|
-
color: #
|
|
2031
|
+
color: #fff;
|
|
2025
2032
|
}
|
|
2026
2033
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
2027
2034
|
border: solid #dee2e6;
|
|
@@ -2143,7 +2150,7 @@
|
|
|
2143
2150
|
border-width: 0;
|
|
2144
2151
|
}
|
|
2145
2152
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2146
|
-
background:
|
|
2153
|
+
background: #565e64;
|
|
2147
2154
|
-webkit-box-shadow: none;
|
|
2148
2155
|
box-shadow: none;
|
|
2149
2156
|
border-color: #dee2e6;
|
|
@@ -2171,7 +2178,7 @@
|
|
|
2171
2178
|
border: none;
|
|
2172
2179
|
}
|
|
2173
2180
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2174
|
-
background:
|
|
2181
|
+
background: #5c636a;
|
|
2175
2182
|
border-radius: 4px;
|
|
2176
2183
|
border-color: #6c757d;
|
|
2177
2184
|
border-style: solid;
|
|
@@ -5648,17 +5655,6 @@
|
|
|
5648
5655
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5649
5656
|
color: #6c757d;
|
|
5650
5657
|
}
|
|
5651
|
-
@media screen and (max-width: 480px) {
|
|
5652
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5653
|
-
color: #495057;
|
|
5654
|
-
}
|
|
5655
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5656
|
-
color: #495057;
|
|
5657
|
-
}
|
|
5658
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5659
|
-
color: rgba(108, 117, 125, 0.87);
|
|
5660
|
-
}
|
|
5661
|
-
}
|
|
5662
5658
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5663
5659
|
background: transparent;
|
|
5664
5660
|
border: 1px solid #dee2e6;
|
|
@@ -7037,6 +7033,13 @@
|
|
|
7037
7033
|
top: 0;
|
|
7038
7034
|
vertical-align: initial;
|
|
7039
7035
|
}
|
|
7036
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7037
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,
|
|
7038
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7039
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
7040
|
+
height: 100%;
|
|
7041
|
+
width: 100%;
|
|
7042
|
+
}
|
|
7040
7043
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
7041
7044
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
7042
7045
|
height: 42px;
|
|
@@ -8076,6 +8079,9 @@
|
|
|
8076
8079
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8077
8080
|
height: 28px;
|
|
8078
8081
|
}
|
|
8082
|
+
.e-treeview .e-navigable-text {
|
|
8083
|
+
padding: 0 8px;
|
|
8084
|
+
}
|
|
8079
8085
|
.e-treeview .e-list-icon,
|
|
8080
8086
|
.e-treeview .e-list-img {
|
|
8081
8087
|
display: inline-block;
|
|
@@ -8093,6 +8099,10 @@
|
|
|
8093
8099
|
.e-treeview .e-list-img + .e-list-text {
|
|
8094
8100
|
padding: 0 8px;
|
|
8095
8101
|
}
|
|
8102
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
8103
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
8104
|
+
padding: 0 8px;
|
|
8105
|
+
}
|
|
8096
8106
|
.e-treeview .e-icon-collapsible,
|
|
8097
8107
|
.e-treeview .e-icon-expandable {
|
|
8098
8108
|
display: inline-block;
|
|
@@ -8194,6 +8204,12 @@
|
|
|
8194
8204
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
8195
8205
|
padding: 0 0 0 12px;
|
|
8196
8206
|
}
|
|
8207
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
8208
|
+
padding: 0;
|
|
8209
|
+
}
|
|
8210
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
8211
|
+
padding: 0;
|
|
8212
|
+
}
|
|
8197
8213
|
.e-treeview .e-navigable .e-list-icon,
|
|
8198
8214
|
.e-treeview .e-navigable .e-list-img {
|
|
8199
8215
|
margin: 0 8px 0 0;
|
|
@@ -8249,6 +8265,9 @@
|
|
|
8249
8265
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
8250
8266
|
padding: 0 12px 0 0;
|
|
8251
8267
|
}
|
|
8268
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
8269
|
+
padding: 0;
|
|
8270
|
+
}
|
|
8252
8271
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
8253
8272
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
8254
8273
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8606,7 +8625,6 @@
|
|
|
8606
8625
|
.e-treeview.e-bigger .e-list-text {
|
|
8607
8626
|
line-height: 40px;
|
|
8608
8627
|
min-height: 40px;
|
|
8609
|
-
padding: 0 12px;
|
|
8610
8628
|
}
|
|
8611
8629
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8612
8630
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -11026,6 +11044,7 @@ ejs-sidebar {
|
|
|
11026
11044
|
}
|
|
11027
11045
|
.e-stepper.e-vertical {
|
|
11028
11046
|
min-height: inherit;
|
|
11047
|
+
height: inherit;
|
|
11029
11048
|
display: inline-block;
|
|
11030
11049
|
}
|
|
11031
11050
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -11049,6 +11068,7 @@ ejs-sidebar {
|
|
|
11049
11068
|
-ms-flex-direction: column;
|
|
11050
11069
|
flex-direction: column;
|
|
11051
11070
|
min-height: inherit;
|
|
11071
|
+
height: inherit;
|
|
11052
11072
|
float: left;
|
|
11053
11073
|
-webkit-box-align: start;
|
|
11054
11074
|
-ms-flex-align: start;
|
|
@@ -11166,6 +11186,7 @@ ejs-sidebar {
|
|
|
11166
11186
|
}
|
|
11167
11187
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
11168
11188
|
min-height: inherit;
|
|
11189
|
+
height: inherit;
|
|
11169
11190
|
width: 1.6px;
|
|
11170
11191
|
top: 0;
|
|
11171
11192
|
left: var(--progress-position);
|
|
@@ -11300,7 +11321,8 @@ ejs-sidebar {
|
|
|
11300
11321
|
background-color: #fff;
|
|
11301
11322
|
border-color: transparent;
|
|
11302
11323
|
}
|
|
11303
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
11324
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
11325
|
+
.e-stepper .e-step-disabled .e-step {
|
|
11304
11326
|
background: #dee2e6;
|
|
11305
11327
|
color: #adb5bd;
|
|
11306
11328
|
}
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
padding: 0;
|
|
32
32
|
padding-left: $breadcrumb-padding-left;
|
|
33
33
|
padding-right: $breadcrumb-padding-right;
|
|
34
|
+
@if $breadcrumb-skin == 'tailwind3' {
|
|
35
|
+
font-weight: $font-weight-medium;
|
|
36
|
+
}
|
|
34
37
|
}
|
|
35
38
|
|
|
36
39
|
@if $breadcrumb-skin == 'bootstrap' or $breadcrumb-skin == 'Material3' {
|
|
@@ -196,7 +199,6 @@
|
|
|
196
199
|
@if $breadcrumb-skin == 'fabric' or $breadcrumb-skin == 'highcontrast' {
|
|
197
200
|
padding-left: $breadcrumb-icon-right-padding;
|
|
198
201
|
}
|
|
199
|
-
|
|
200
202
|
&:hover {
|
|
201
203
|
text-decoration: none;
|
|
202
204
|
}
|
|
@@ -259,6 +261,9 @@
|
|
|
259
261
|
@if $breadcrumb-skin == 'fluent2' {
|
|
260
262
|
line-height: 14px;
|
|
261
263
|
}
|
|
264
|
+
@if $breadcrumb-skin == 'tailwind3' {
|
|
265
|
+
font-size: $text-xs;
|
|
266
|
+
}
|
|
262
267
|
|
|
263
268
|
+ .e-breadcrumb-separator {
|
|
264
269
|
margin-left: $breadcrumb-sibling-separator-margin-left;
|
|
@@ -428,4 +433,14 @@
|
|
|
428
433
|
background-color: $content-bg-color-pressed !important; /* stylelint-disable-line declaration-no-important */
|
|
429
434
|
}
|
|
430
435
|
}
|
|
436
|
+
@if $skin-name == 'tailwind3' {
|
|
437
|
+
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text {
|
|
438
|
+
text-decoration: none;
|
|
439
|
+
&:hover,
|
|
440
|
+
&:focus,
|
|
441
|
+
&:active {
|
|
442
|
+
text-decoration: none;
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
}
|
|
431
446
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// Size variables
|
|
2
|
+
$breadcrumb-skin: 'tailwind3' !default;
|
|
3
|
+
$breadcrumb-last-item-font-weight: $font-weight-medium !default;
|
|
4
|
+
$breadcrumb-font-size: $text-sm !default;
|
|
5
|
+
$breadcrumb-bigger-font-size: $text-base !default;
|
|
6
|
+
$breadcrumb-icon-font-size: $text-base !default;
|
|
7
|
+
$breadcrumb-icon-bigger-font-size: $text-lg !default;
|
|
8
|
+
$breadcrumb-padding: 0 !default;
|
|
9
|
+
$breadcrumb-padding-left: 0 !default;
|
|
10
|
+
$breadcrumb-padding-right: 0 !default;
|
|
11
|
+
$breadcrumb-bigger-padding: 0 !default;
|
|
12
|
+
$breadcrumb-separator-padding: 0 8px !default;
|
|
13
|
+
$breadcrumb-separator-bigger-padding: 0 8px !default;
|
|
14
|
+
$breadcrumb-icon-color: $content-text-color-alt4 !default;
|
|
15
|
+
$breadcrumb-icon-right-padding: 8px !default;
|
|
16
|
+
$breadcrumb-icon-bigger-right-padding: 8px !default;
|
|
17
|
+
$breadcrumb-collapsed-icon-padding: 4px 4px !default;
|
|
18
|
+
$breadcrumb-collapsed-icon-bigger-padding: 5px 5px !default;
|
|
19
|
+
$breadcrumb-sibling-separator-padding: 0 !default;
|
|
20
|
+
$breadcrumb-sibling-separator-margin-left: -8px !default;
|
|
21
|
+
$breadcrumb-icon-item-padding: 0 !default;
|
|
22
|
+
$breadcrumb-collapsed-icon-font-size: $text-base !default;
|
|
23
|
+
$breadcrumb-collapsed-icon-bigger-font-size: $text-lg !default;
|
|
24
|
+
$breadcrumb-item-focus-padding: 0 !default;
|
|
25
|
+
$breadcrumb-item-focus-bigger-padding: 0 !default;
|
|
26
|
+
$breadcrumb-icon-only-item-padding: 3px 5px !default;
|
|
27
|
+
$breadcrumb-icon-only-item-focus-padding: 3px 5px !default;
|
|
28
|
+
$breadcrumb-icon-only-item-next-separator-padding-left: 5px;
|
|
29
|
+
$breadcrumb-icon-only-item-bigger-padding: 2px 4px !default;
|
|
30
|
+
$breadcrumb-icon-only-item-focus-bigger-padding: 2px 4px !default;
|
|
31
|
+
$breadcrumb-scroll-mode-lineheight: 30px !default;
|
|
32
|
+
$breadcrumb-popup-item-padding: 0 12px !default;
|
|
33
|
+
$breadcrumb-popup-border-radius: 4px !default;
|
|
34
|
+
$breadcrumb-popup-item-height: 32px !default;
|
|
35
|
+
$cmenu-li-hover-outline-offset: 0 !default;
|
|
36
|
+
$breadcrumb-popup-item-bigger-height: 40px !default;
|
|
37
|
+
|
|
38
|
+
// Color variables
|
|
39
|
+
$breadcrumb-separator-color: $content-text-color-alt4 !default;
|
|
40
|
+
$breadcrumb-item-color: $content-text-color-alt3 !default;
|
|
41
|
+
$breadcrumb-item-focus-color: $breadcrumb-item-hover-color !default;
|
|
42
|
+
$breadcrumb-last-item-font-color: $content-text-color-alt3 !default;
|
|
43
|
+
$breadcrumb-collapsed-icon-hover-bgcolor: $content-bg-color-hover !default;
|
|
44
|
+
$breadcrumb-collapsed-icon-active-bgcolor: $content-bg-color-pressed !default;
|
|
45
|
+
$breadcrumb-collapsed-icon-focus-bgcolor: $content-bg-color-focus !default;
|
|
46
|
+
$breadcrumb-collapsed-icon-color: $icon-color !default;
|
|
47
|
+
$breadcrumb-collapsed-icon-hover-color: $icon-color !default;
|
|
48
|
+
$breadcrumb-disabled-item-color: $primary !default;
|
|
49
|
+
$breadcrumb-icon-interaction-color: $icon-color !default;
|
|
50
|
+
$breadcrumb-item-focus-border: 1px solid $breadcrumb-item-focus-border-color !default;
|
|
51
|
+
$breadcrumb-popup-item-color: $flyout-text-color !default;
|
|
52
|
+
$breadcrumb-popup-border: 1px solid $border-light !default;
|
|
53
|
+
$breadcrumb-popup-bgcolor: $flyout-bg-color !default;
|
|
54
|
+
$breadcrumb-popup-box-shadow: $shadow-lg !default;
|
|
55
|
+
$breadcrumb-popup-item-hover-bgcolor: $flyout-bg-color-hover !default;
|
|
56
|
+
$breadcrumb-popup-item-hover-color: $content-text-color-focus !default;
|
|
57
|
+
$breadcrumb-popup-item-hover-outline: 0 solid $border-light !default;
|
|
58
|
+
$breadcrumb-disabled-icon-color: $content-text-color-disabled !default;
|
|
59
|
+
$breadcrumb-popup-item-active-color: $flyout-bg-color-pressed !default;
|
|
60
|
+
$breadcrumb-popup-item-text-active-color: $flyout-text-color-pressed !default;
|
|
61
|
+
$breadcrumb-disabled-item-opacity: .6 !default;
|
|
@@ -38,6 +38,9 @@
|
|
|
38
38
|
@else if $skin-name != 'bootstrap5.3' {
|
|
39
39
|
color: $breadcrumb-item-active-color;
|
|
40
40
|
}
|
|
41
|
+
@else if $skin-name == 'tailwind3' {
|
|
42
|
+
color: $breadcrumb-item-hover-color;
|
|
43
|
+
}
|
|
41
44
|
}
|
|
42
45
|
}
|
|
43
46
|
|
|
@@ -87,6 +90,26 @@
|
|
|
87
90
|
}
|
|
88
91
|
}
|
|
89
92
|
|
|
93
|
+
@if $skin-name == 'tailwind3' {
|
|
94
|
+
.e-breadcrumb-text {
|
|
95
|
+
&:focus {
|
|
96
|
+
box-shadow: none;
|
|
97
|
+
}
|
|
98
|
+
&:focus-visible {
|
|
99
|
+
box-shadow: $shadow-focus-ring2;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
&.e-disabled {
|
|
103
|
+
.e-breadcrumb-text {
|
|
104
|
+
&:focus,
|
|
105
|
+
&:focus-visible {
|
|
106
|
+
box-shadow: none;
|
|
107
|
+
background: none;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
90
113
|
&[data-active-item] {
|
|
91
114
|
.e-breadcrumb-text {
|
|
92
115
|
color: $breadcrumb-last-item-font-color;
|
|
@@ -163,6 +186,11 @@
|
|
|
163
186
|
}
|
|
164
187
|
}
|
|
165
188
|
}
|
|
189
|
+
&:focus-visible {
|
|
190
|
+
@if $skin-name == 'tailwind3' {
|
|
191
|
+
box-shadow: $shadow-focus-ring2;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
166
194
|
}
|
|
167
195
|
|
|
168
196
|
&.e-disabled .e-breadcrumb-item .e-breadcrumb-text,
|
|
@@ -172,12 +200,18 @@
|
|
|
172
200
|
@if $breadcrumb-skin == 'fluent2' {
|
|
173
201
|
background-color: $content-bg-color-disabled;
|
|
174
202
|
}
|
|
203
|
+
@if $skin-name == 'tailwind3' {
|
|
204
|
+
color: $content-text-color-disabled;
|
|
205
|
+
}
|
|
175
206
|
|
|
176
207
|
.e-breadcrumb-icon {
|
|
177
208
|
color: $breadcrumb-disabled-item-color;
|
|
178
209
|
@if $breadcrumb-skin == 'bootstrap5' or $breadcrumb-skin == 'bootstrap5.3' {
|
|
179
210
|
color: $breadcrumb-disabled-icon-color;
|
|
180
211
|
}
|
|
212
|
+
@if $skin-name == 'tailwind3' {
|
|
213
|
+
color: $icon-color-disabled;
|
|
214
|
+
}
|
|
181
215
|
}
|
|
182
216
|
}
|
|
183
217
|
}
|
|
@@ -198,6 +232,15 @@
|
|
|
198
232
|
background: $breadcrumb-popup-item-active-color;
|
|
199
233
|
color: $breadcrumb-popup-item-text-active-color;
|
|
200
234
|
}
|
|
235
|
+
@if $skin-name == 'tailwind3' {
|
|
236
|
+
background: $flyout-bg-color-pressed;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
&:focus-visible {
|
|
241
|
+
@if $skin-name == 'tailwind3' {
|
|
242
|
+
box-shadow: $shadow-focus-ring2;
|
|
243
|
+
}
|
|
201
244
|
}
|
|
202
245
|
}
|
|
203
246
|
|
|
@@ -233,4 +276,21 @@
|
|
|
233
276
|
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
234
277
|
}
|
|
235
278
|
}
|
|
279
|
+
|
|
280
|
+
@if $skin-name == 'tailwind3' {
|
|
281
|
+
.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover,
|
|
282
|
+
.e-breadcrumb .e-breadcrumb-item.e-icon-item:active,
|
|
283
|
+
.e-breadcrumb .e-breadcrumb-item.e-icon-item:focus {
|
|
284
|
+
background: transparent;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text:focus .e-breadcrumb-icon,
|
|
288
|
+
.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text:hover .e-breadcrumb-icon {
|
|
289
|
+
color: $content-text-color-alt3;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text:active .e-breadcrumb-icon {
|
|
293
|
+
color: $primary;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
236
296
|
}
|