@syncfusion/ej2-navigations 27.2.4 → 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 +484 -297
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +503 -310
- 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 +82 -15
- 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 +18 -17
- 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 +2 -2
- 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 +17 -10
- package/styles/pager/tailwind.css +17 -10
- 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 +28 -19
- package/styles/tailwind-dark.css +47 -25
- package/styles/tailwind-lite.css +28 -19
- package/styles/tailwind.css +47 -25
- 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
package/styles/fluent.css
CHANGED
|
@@ -729,6 +729,13 @@
|
|
|
729
729
|
margin-top: 10px;
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
|
+
@media (max-width: 769px) {
|
|
733
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
734
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
735
|
+
margin-left: 0;
|
|
736
|
+
margin-top: 10px;
|
|
737
|
+
}
|
|
738
|
+
}
|
|
732
739
|
.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
|
|
733
740
|
.e-pager.e-bigger.e-rtl .e-pp.e-spacing.e-numericitem,
|
|
734
741
|
.e-pager.e-bigger.e-rtl .e-np.e-spacing.e-numericitem,
|
|
@@ -1638,7 +1645,6 @@
|
|
|
1638
1645
|
}
|
|
1639
1646
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1640
1647
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1641
|
-
color: #605e5c;
|
|
1642
1648
|
display: -webkit-box;
|
|
1643
1649
|
display: -ms-flexbox;
|
|
1644
1650
|
display: flex;
|
|
@@ -1652,6 +1658,7 @@
|
|
|
1652
1658
|
justify-content: center;
|
|
1653
1659
|
width: 100%;
|
|
1654
1660
|
font-size: 12px;
|
|
1661
|
+
color: #605e5c;
|
|
1655
1662
|
}
|
|
1656
1663
|
.e-toolbar.e-toolpop {
|
|
1657
1664
|
overflow: visible;
|
|
@@ -5635,17 +5642,6 @@
|
|
|
5635
5642
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5636
5643
|
color: #605e5c;
|
|
5637
5644
|
}
|
|
5638
|
-
@media screen and (max-width: 480px) {
|
|
5639
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5640
|
-
color: #3b3a39;
|
|
5641
|
-
}
|
|
5642
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5643
|
-
color: #3b3a39;
|
|
5644
|
-
}
|
|
5645
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5646
|
-
color: rgba(96, 94, 92, 0.87);
|
|
5647
|
-
}
|
|
5648
|
-
}
|
|
5649
5645
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5650
5646
|
background: none;
|
|
5651
5647
|
border: 0;
|
|
@@ -7024,6 +7020,13 @@
|
|
|
7024
7020
|
top: 0;
|
|
7025
7021
|
vertical-align: initial;
|
|
7026
7022
|
}
|
|
7023
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7024
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,
|
|
7025
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7026
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
7027
|
+
height: 100%;
|
|
7028
|
+
width: 100%;
|
|
7029
|
+
}
|
|
7027
7030
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
7028
7031
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
7029
7032
|
height: 48px;
|
|
@@ -8050,7 +8053,7 @@
|
|
|
8050
8053
|
line-height: 36px;
|
|
8051
8054
|
margin: 0;
|
|
8052
8055
|
min-height: 36px;
|
|
8053
|
-
padding: 0
|
|
8056
|
+
padding: 0 12px;
|
|
8054
8057
|
text-decoration: none;
|
|
8055
8058
|
vertical-align: middle;
|
|
8056
8059
|
}
|
|
@@ -8063,6 +8066,9 @@
|
|
|
8063
8066
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8064
8067
|
height: 28px;
|
|
8065
8068
|
}
|
|
8069
|
+
.e-treeview .e-navigable-text {
|
|
8070
|
+
padding: 0 12px;
|
|
8071
|
+
}
|
|
8066
8072
|
.e-treeview .e-list-icon,
|
|
8067
8073
|
.e-treeview .e-list-img {
|
|
8068
8074
|
display: inline-block;
|
|
@@ -8080,6 +8086,10 @@
|
|
|
8080
8086
|
.e-treeview .e-list-img + .e-list-text {
|
|
8081
8087
|
padding: 0 12px;
|
|
8082
8088
|
}
|
|
8089
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
8090
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
8091
|
+
padding: 0 12px;
|
|
8092
|
+
}
|
|
8083
8093
|
.e-treeview .e-icon-collapsible,
|
|
8084
8094
|
.e-treeview .e-icon-expandable {
|
|
8085
8095
|
display: inline-block;
|
|
@@ -8181,6 +8191,12 @@
|
|
|
8181
8191
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
8182
8192
|
padding: 0 0 0 12px;
|
|
8183
8193
|
}
|
|
8194
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
8195
|
+
padding: 0;
|
|
8196
|
+
}
|
|
8197
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
8198
|
+
padding: 0;
|
|
8199
|
+
}
|
|
8184
8200
|
.e-treeview .e-navigable .e-list-icon,
|
|
8185
8201
|
.e-treeview .e-navigable .e-list-img {
|
|
8186
8202
|
margin: 0 12px 0 0;
|
|
@@ -8238,6 +8254,9 @@
|
|
|
8238
8254
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
8239
8255
|
padding: 0 12px 0 0;
|
|
8240
8256
|
}
|
|
8257
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
8258
|
+
padding: 0;
|
|
8259
|
+
}
|
|
8241
8260
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
8242
8261
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
8243
8262
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8599,7 +8618,6 @@
|
|
|
8599
8618
|
.e-treeview.e-bigger .e-list-text {
|
|
8600
8619
|
line-height: 40px;
|
|
8601
8620
|
min-height: 40px;
|
|
8602
|
-
padding: 0 16px;
|
|
8603
8621
|
}
|
|
8604
8622
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8605
8623
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -10996,6 +11014,7 @@ ejs-sidebar {
|
|
|
10996
11014
|
}
|
|
10997
11015
|
.e-stepper.e-vertical {
|
|
10998
11016
|
min-height: inherit;
|
|
11017
|
+
height: inherit;
|
|
10999
11018
|
display: inline-block;
|
|
11000
11019
|
}
|
|
11001
11020
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -11019,6 +11038,7 @@ ejs-sidebar {
|
|
|
11019
11038
|
-ms-flex-direction: column;
|
|
11020
11039
|
flex-direction: column;
|
|
11021
11040
|
min-height: inherit;
|
|
11041
|
+
height: inherit;
|
|
11022
11042
|
float: left;
|
|
11023
11043
|
-webkit-box-align: start;
|
|
11024
11044
|
-ms-flex-align: start;
|
|
@@ -11136,6 +11156,7 @@ ejs-sidebar {
|
|
|
11136
11156
|
}
|
|
11137
11157
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
11138
11158
|
min-height: inherit;
|
|
11159
|
+
height: inherit;
|
|
11139
11160
|
width: 1.6px;
|
|
11140
11161
|
top: 0;
|
|
11141
11162
|
left: var(--progress-position);
|
|
@@ -11270,7 +11291,8 @@ ejs-sidebar {
|
|
|
11270
11291
|
background-color: #fff;
|
|
11271
11292
|
border-color: transparent;
|
|
11272
11293
|
}
|
|
11273
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
11294
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
11295
|
+
.e-stepper .e-step-disabled .e-step {
|
|
11274
11296
|
background: #edebe9;
|
|
11275
11297
|
color: #a19f9d;
|
|
11276
11298
|
}
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -1433,7 +1433,6 @@
|
|
|
1433
1433
|
}
|
|
1434
1434
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1435
1435
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1436
|
-
color: var(--color-sf-icon-color);
|
|
1437
1436
|
display: -webkit-box;
|
|
1438
1437
|
display: -ms-flexbox;
|
|
1439
1438
|
display: flex;
|
|
@@ -1447,6 +1446,7 @@
|
|
|
1447
1446
|
justify-content: center;
|
|
1448
1447
|
width: 100%;
|
|
1449
1448
|
font-size: 16px;
|
|
1449
|
+
color: var(--color-sf-icon-color);
|
|
1450
1450
|
}
|
|
1451
1451
|
.e-toolbar.e-toolpop {
|
|
1452
1452
|
overflow: visible;
|
|
@@ -2804,6 +2804,11 @@
|
|
|
2804
2804
|
}
|
|
2805
2805
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
2806
2806
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
2807
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):focus-visible .e-btn-icon {
|
|
2808
|
+
color: var(--color-sf-icon-color);
|
|
2809
|
+
}
|
|
2810
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
2811
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
2807
2812
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):focus-visible .e-btn-icon {
|
|
2808
2813
|
color: var(--color-sf-icon-color-hover);
|
|
2809
2814
|
}
|
|
@@ -2913,7 +2918,7 @@
|
|
|
2913
2918
|
}
|
|
2914
2919
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2915
2920
|
.e-contextmenu-container ul.e-ul {
|
|
2916
|
-
font-family: "Segoe UI", -apple-system,
|
|
2921
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
2917
2922
|
}
|
|
2918
2923
|
.e-contextmenu-wrapper ul .e-menu-item,
|
|
2919
2924
|
.e-contextmenu-container ul .e-menu-item {
|
|
@@ -3482,7 +3487,7 @@
|
|
|
3482
3487
|
}
|
|
3483
3488
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
3484
3489
|
display: inherit;
|
|
3485
|
-
font-family: "Segoe UI", -apple-system,
|
|
3490
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
3486
3491
|
font-size: 14px;
|
|
3487
3492
|
font-weight: 600;
|
|
3488
3493
|
text-transform: capitalize;
|
|
@@ -4271,7 +4276,7 @@
|
|
|
4271
4276
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
|
|
4272
4277
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
|
|
4273
4278
|
float: left;
|
|
4274
|
-
font-family: "Segoe UI", -apple-system,
|
|
4279
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
4275
4280
|
font-size: 14px;
|
|
4276
4281
|
font-weight: 600;
|
|
4277
4282
|
line-height: 35px;
|
|
@@ -4974,7 +4979,7 @@
|
|
|
4974
4979
|
}
|
|
4975
4980
|
.e-tab-clone-element .e-tab-text {
|
|
4976
4981
|
display: inherit;
|
|
4977
|
-
font-family: "Segoe UI", -apple-system,
|
|
4982
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
4978
4983
|
font-size: 14px;
|
|
4979
4984
|
font-weight: 600;
|
|
4980
4985
|
text-transform: capitalize;
|
|
@@ -5198,17 +5203,6 @@
|
|
|
5198
5203
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5199
5204
|
color: var(--color-sf-content-text-color-alt2);
|
|
5200
5205
|
}
|
|
5201
|
-
@media screen and (max-width: 480px) {
|
|
5202
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5203
|
-
color: var(--color-sf-content-text-color-alt3);
|
|
5204
|
-
}
|
|
5205
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5206
|
-
color: var(--color-sf-content-text-color-alt3);
|
|
5207
|
-
}
|
|
5208
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5209
|
-
color: rgba(var(--color-sf-icon-color), 0.87);
|
|
5210
|
-
}
|
|
5211
|
-
}
|
|
5212
5206
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5213
5207
|
background: inherit;
|
|
5214
5208
|
border: 0;
|
|
@@ -6529,6 +6523,9 @@
|
|
|
6529
6523
|
.e-treeview.e-text-wrap .e-list-icon + .e-list-img + .e-list-text {
|
|
6530
6524
|
max-width: calc(100% - 60px);
|
|
6531
6525
|
}
|
|
6526
|
+
.e-treeview .e-checkbox-wrapper .e-frame {
|
|
6527
|
+
margin-right: 0;
|
|
6528
|
+
}
|
|
6532
6529
|
.e-treeview .e-ul {
|
|
6533
6530
|
margin: 0;
|
|
6534
6531
|
padding: 0 0 0 12px;
|
|
@@ -6615,7 +6612,7 @@
|
|
|
6615
6612
|
margin: 0 0 0 4px;
|
|
6616
6613
|
}
|
|
6617
6614
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
6618
|
-
padding: 0
|
|
6615
|
+
padding: 0 12px;
|
|
6619
6616
|
}
|
|
6620
6617
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
6621
6618
|
bottom: -7px;
|
|
@@ -6650,6 +6647,9 @@
|
|
|
6650
6647
|
border-color: var(--color-sf-border-focus);
|
|
6651
6648
|
border-bottom-color: var(--color-sf-border-focus);
|
|
6652
6649
|
}
|
|
6650
|
+
.e-treeview .e-navigable-text {
|
|
6651
|
+
padding: 0 12px;
|
|
6652
|
+
}
|
|
6653
6653
|
.e-treeview .e-list-icon,
|
|
6654
6654
|
.e-treeview .e-list-img {
|
|
6655
6655
|
display: inline-block;
|
|
@@ -6667,6 +6667,10 @@
|
|
|
6667
6667
|
.e-treeview .e-list-img + .e-list-text {
|
|
6668
6668
|
padding: 0 12px;
|
|
6669
6669
|
}
|
|
6670
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
6671
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
6672
|
+
padding: 0 12px;
|
|
6673
|
+
}
|
|
6670
6674
|
.e-treeview .e-icon-collapsible,
|
|
6671
6675
|
.e-treeview .e-icon-expandable {
|
|
6672
6676
|
display: inline-block;
|
|
@@ -6763,7 +6767,7 @@
|
|
|
6763
6767
|
}
|
|
6764
6768
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
6765
6769
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
6766
|
-
margin: 0
|
|
6770
|
+
margin: 0 12px 0 0;
|
|
6767
6771
|
}
|
|
6768
6772
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
|
|
6769
6773
|
margin: 0 12px 0 0;
|
|
@@ -6771,6 +6775,12 @@
|
|
|
6771
6775
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
6772
6776
|
padding: 0 0 0 4px;
|
|
6773
6777
|
}
|
|
6778
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
6779
|
+
padding: 0;
|
|
6780
|
+
}
|
|
6781
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
6782
|
+
padding: 0;
|
|
6783
|
+
}
|
|
6774
6784
|
.e-treeview .e-navigable .e-list-icon,
|
|
6775
6785
|
.e-treeview .e-navigable .e-list-img {
|
|
6776
6786
|
margin: 0 12px 0 0;
|
|
@@ -6826,6 +6836,9 @@
|
|
|
6826
6836
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
6827
6837
|
padding: 0 4px 0 0;
|
|
6828
6838
|
}
|
|
6839
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
6840
|
+
padding: 0;
|
|
6841
|
+
}
|
|
6829
6842
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
6830
6843
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
6831
6844
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -7046,7 +7059,7 @@
|
|
|
7046
7059
|
}
|
|
7047
7060
|
.e-treeview.e-drag-item {
|
|
7048
7061
|
background-color: var(--color-sf-content-bg-color-alt3);
|
|
7049
|
-
font-family: "Segoe UI", -apple-system,
|
|
7062
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
7050
7063
|
}
|
|
7051
7064
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
7052
7065
|
.e-treeview.e-drag-item .e-icon-expandable::before {
|
|
@@ -7566,7 +7579,7 @@ ejs-sidebar {
|
|
|
7566
7579
|
.e-menu-wrapper .e-menu-header,
|
|
7567
7580
|
.e-menu-container .e-menu-header {
|
|
7568
7581
|
display: none;
|
|
7569
|
-
font-family: "Segoe UI", -apple-system,
|
|
7582
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
7570
7583
|
font-size: 16px;
|
|
7571
7584
|
font-weight: 400;
|
|
7572
7585
|
height: 40px;
|
|
@@ -9052,6 +9065,7 @@ ejs-sidebar {
|
|
|
9052
9065
|
}
|
|
9053
9066
|
.e-stepper.e-vertical {
|
|
9054
9067
|
min-height: inherit;
|
|
9068
|
+
height: inherit;
|
|
9055
9069
|
display: inline-block;
|
|
9056
9070
|
}
|
|
9057
9071
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -9075,6 +9089,7 @@ ejs-sidebar {
|
|
|
9075
9089
|
-ms-flex-direction: column;
|
|
9076
9090
|
flex-direction: column;
|
|
9077
9091
|
min-height: inherit;
|
|
9092
|
+
height: inherit;
|
|
9078
9093
|
float: left;
|
|
9079
9094
|
-webkit-box-align: start;
|
|
9080
9095
|
-ms-flex-align: start;
|
|
@@ -9192,6 +9207,7 @@ ejs-sidebar {
|
|
|
9192
9207
|
}
|
|
9193
9208
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
9194
9209
|
min-height: inherit;
|
|
9210
|
+
height: inherit;
|
|
9195
9211
|
width: 2px;
|
|
9196
9212
|
top: 0;
|
|
9197
9213
|
left: var(--progress-position);
|
|
@@ -9326,7 +9342,8 @@ ejs-sidebar {
|
|
|
9326
9342
|
background-color: var(--color-sf-content-bg-color);
|
|
9327
9343
|
border-color: transparent;
|
|
9328
9344
|
}
|
|
9329
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
9345
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
9346
|
+
.e-stepper .e-step-disabled .e-step {
|
|
9330
9347
|
background: var(--color-sf-content-bg-color-disabled);
|
|
9331
9348
|
color: var(--color-sf-secondary-text-color-disabled);
|
|
9332
9349
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -775,6 +775,13 @@
|
|
|
775
775
|
margin-top: 10px;
|
|
776
776
|
}
|
|
777
777
|
}
|
|
778
|
+
@media (max-width: 769px) {
|
|
779
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
780
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
781
|
+
margin-left: 0;
|
|
782
|
+
margin-top: 10px;
|
|
783
|
+
}
|
|
784
|
+
}
|
|
778
785
|
.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
|
|
779
786
|
.e-pager.e-bigger.e-rtl .e-pp.e-spacing.e-numericitem,
|
|
780
787
|
.e-pager.e-bigger.e-rtl .e-np.e-spacing.e-numericitem,
|
|
@@ -1707,7 +1714,6 @@
|
|
|
1707
1714
|
}
|
|
1708
1715
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1709
1716
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1710
|
-
color: var(--color-sf-icon-color);
|
|
1711
1717
|
display: -webkit-box;
|
|
1712
1718
|
display: -ms-flexbox;
|
|
1713
1719
|
display: flex;
|
|
@@ -1721,6 +1727,7 @@
|
|
|
1721
1727
|
justify-content: center;
|
|
1722
1728
|
width: 100%;
|
|
1723
1729
|
font-size: 16px;
|
|
1730
|
+
color: var(--color-sf-icon-color);
|
|
1724
1731
|
}
|
|
1725
1732
|
.e-toolbar.e-toolpop {
|
|
1726
1733
|
overflow: visible;
|
|
@@ -3437,6 +3444,11 @@
|
|
|
3437
3444
|
}
|
|
3438
3445
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
3439
3446
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
3447
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):focus-visible .e-btn-icon {
|
|
3448
|
+
color: var(--color-sf-icon-color);
|
|
3449
|
+
}
|
|
3450
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
3451
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):focus-visible .e-btn-icon,
|
|
3440
3452
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):focus-visible .e-btn-icon {
|
|
3441
3453
|
color: var(--color-sf-icon-color-hover);
|
|
3442
3454
|
}
|
|
@@ -3546,7 +3558,7 @@
|
|
|
3546
3558
|
}
|
|
3547
3559
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3548
3560
|
.e-contextmenu-container ul.e-ul {
|
|
3549
|
-
font-family: "Segoe UI", -apple-system,
|
|
3561
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
3550
3562
|
}
|
|
3551
3563
|
.e-contextmenu-wrapper ul .e-menu-item,
|
|
3552
3564
|
.e-contextmenu-container ul .e-menu-item {
|
|
@@ -4195,7 +4207,7 @@
|
|
|
4195
4207
|
}
|
|
4196
4208
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
|
|
4197
4209
|
display: inherit;
|
|
4198
|
-
font-family: "Segoe UI", -apple-system,
|
|
4210
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
4199
4211
|
font-size: 14px;
|
|
4200
4212
|
font-weight: 600;
|
|
4201
4213
|
text-transform: capitalize;
|
|
@@ -4984,7 +4996,7 @@
|
|
|
4984
4996
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
|
|
4985
4997
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
|
|
4986
4998
|
float: left;
|
|
4987
|
-
font-family: "Segoe UI", -apple-system,
|
|
4999
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
4988
5000
|
font-size: 14px;
|
|
4989
5001
|
font-weight: 600;
|
|
4990
5002
|
line-height: 35px;
|
|
@@ -5687,7 +5699,7 @@
|
|
|
5687
5699
|
}
|
|
5688
5700
|
.e-tab-clone-element .e-tab-text {
|
|
5689
5701
|
display: inherit;
|
|
5690
|
-
font-family: "Segoe UI", -apple-system,
|
|
5702
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
5691
5703
|
font-size: 14px;
|
|
5692
5704
|
font-weight: 600;
|
|
5693
5705
|
text-transform: capitalize;
|
|
@@ -5911,17 +5923,6 @@
|
|
|
5911
5923
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5912
5924
|
color: var(--color-sf-content-text-color-alt2);
|
|
5913
5925
|
}
|
|
5914
|
-
@media screen and (max-width: 480px) {
|
|
5915
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5916
|
-
color: var(--color-sf-content-text-color-alt3);
|
|
5917
|
-
}
|
|
5918
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5919
|
-
color: var(--color-sf-content-text-color-alt3);
|
|
5920
|
-
}
|
|
5921
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5922
|
-
color: rgba(var(--color-sf-icon-color), 0.87);
|
|
5923
|
-
}
|
|
5924
|
-
}
|
|
5925
5926
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5926
5927
|
background: inherit;
|
|
5927
5928
|
border: 0;
|
|
@@ -7332,6 +7333,13 @@
|
|
|
7332
7333
|
top: 0;
|
|
7333
7334
|
vertical-align: initial;
|
|
7334
7335
|
}
|
|
7336
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7337
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,
|
|
7338
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7339
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
7340
|
+
height: 100%;
|
|
7341
|
+
width: 100%;
|
|
7342
|
+
}
|
|
7335
7343
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
7336
7344
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
7337
7345
|
height: 46px;
|
|
@@ -8440,6 +8448,9 @@
|
|
|
8440
8448
|
.e-treeview.e-text-wrap .e-list-icon + .e-list-img + .e-list-text {
|
|
8441
8449
|
max-width: calc(100% - 60px);
|
|
8442
8450
|
}
|
|
8451
|
+
.e-treeview .e-checkbox-wrapper .e-frame {
|
|
8452
|
+
margin-right: 0;
|
|
8453
|
+
}
|
|
8443
8454
|
.e-treeview .e-ul {
|
|
8444
8455
|
margin: 0;
|
|
8445
8456
|
padding: 0 0 0 12px;
|
|
@@ -8526,7 +8537,7 @@
|
|
|
8526
8537
|
margin: 0 0 0 4px;
|
|
8527
8538
|
}
|
|
8528
8539
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
8529
|
-
padding: 0
|
|
8540
|
+
padding: 0 12px;
|
|
8530
8541
|
}
|
|
8531
8542
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
8532
8543
|
bottom: -7px;
|
|
@@ -8561,6 +8572,9 @@
|
|
|
8561
8572
|
border-color: var(--color-sf-border-focus);
|
|
8562
8573
|
border-bottom-color: var(--color-sf-border-focus);
|
|
8563
8574
|
}
|
|
8575
|
+
.e-treeview .e-navigable-text {
|
|
8576
|
+
padding: 0 12px;
|
|
8577
|
+
}
|
|
8564
8578
|
.e-treeview .e-list-icon,
|
|
8565
8579
|
.e-treeview .e-list-img {
|
|
8566
8580
|
display: inline-block;
|
|
@@ -8578,6 +8592,10 @@
|
|
|
8578
8592
|
.e-treeview .e-list-img + .e-list-text {
|
|
8579
8593
|
padding: 0 12px;
|
|
8580
8594
|
}
|
|
8595
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
8596
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
8597
|
+
padding: 0 12px;
|
|
8598
|
+
}
|
|
8581
8599
|
.e-treeview .e-icon-collapsible,
|
|
8582
8600
|
.e-treeview .e-icon-expandable {
|
|
8583
8601
|
display: inline-block;
|
|
@@ -8674,7 +8692,7 @@
|
|
|
8674
8692
|
}
|
|
8675
8693
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
8676
8694
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
8677
|
-
margin: 0
|
|
8695
|
+
margin: 0 12px 0 0;
|
|
8678
8696
|
}
|
|
8679
8697
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
|
|
8680
8698
|
margin: 0 12px 0 0;
|
|
@@ -8682,6 +8700,12 @@
|
|
|
8682
8700
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
8683
8701
|
padding: 0 0 0 4px;
|
|
8684
8702
|
}
|
|
8703
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
8704
|
+
padding: 0;
|
|
8705
|
+
}
|
|
8706
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
8707
|
+
padding: 0;
|
|
8708
|
+
}
|
|
8685
8709
|
.e-treeview .e-navigable .e-list-icon,
|
|
8686
8710
|
.e-treeview .e-navigable .e-list-img {
|
|
8687
8711
|
margin: 0 12px 0 0;
|
|
@@ -8737,6 +8761,9 @@
|
|
|
8737
8761
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
8738
8762
|
padding: 0 4px 0 0;
|
|
8739
8763
|
}
|
|
8764
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
8765
|
+
padding: 0;
|
|
8766
|
+
}
|
|
8740
8767
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
8741
8768
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
8742
8769
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8957,7 +8984,7 @@
|
|
|
8957
8984
|
}
|
|
8958
8985
|
.e-treeview.e-drag-item {
|
|
8959
8986
|
background-color: var(--color-sf-content-bg-color-alt3);
|
|
8960
|
-
font-family: "Segoe UI", -apple-system,
|
|
8987
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
8961
8988
|
}
|
|
8962
8989
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
8963
8990
|
.e-treeview.e-drag-item .e-icon-expandable::before {
|
|
@@ -9087,7 +9114,6 @@
|
|
|
9087
9114
|
.e-treeview.e-bigger .e-list-text {
|
|
9088
9115
|
line-height: 38px;
|
|
9089
9116
|
min-height: 38px;
|
|
9090
|
-
padding: 0 16px;
|
|
9091
9117
|
}
|
|
9092
9118
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
9093
9119
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -9696,7 +9722,7 @@ ejs-sidebar {
|
|
|
9696
9722
|
.e-menu-wrapper .e-menu-header,
|
|
9697
9723
|
.e-menu-container .e-menu-header {
|
|
9698
9724
|
display: none;
|
|
9699
|
-
font-family: "Segoe UI", -apple-system,
|
|
9725
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
9700
9726
|
font-size: 16px;
|
|
9701
9727
|
font-weight: 400;
|
|
9702
9728
|
height: 40px;
|
|
@@ -11641,6 +11667,7 @@ ejs-sidebar {
|
|
|
11641
11667
|
}
|
|
11642
11668
|
.e-stepper.e-vertical {
|
|
11643
11669
|
min-height: inherit;
|
|
11670
|
+
height: inherit;
|
|
11644
11671
|
display: inline-block;
|
|
11645
11672
|
}
|
|
11646
11673
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -11664,6 +11691,7 @@ ejs-sidebar {
|
|
|
11664
11691
|
-ms-flex-direction: column;
|
|
11665
11692
|
flex-direction: column;
|
|
11666
11693
|
min-height: inherit;
|
|
11694
|
+
height: inherit;
|
|
11667
11695
|
float: left;
|
|
11668
11696
|
-webkit-box-align: start;
|
|
11669
11697
|
-ms-flex-align: start;
|
|
@@ -11781,6 +11809,7 @@ ejs-sidebar {
|
|
|
11781
11809
|
}
|
|
11782
11810
|
.e-stepper.e-vertical .e-stepper-progressbar {
|
|
11783
11811
|
min-height: inherit;
|
|
11812
|
+
height: inherit;
|
|
11784
11813
|
width: 2px;
|
|
11785
11814
|
top: 0;
|
|
11786
11815
|
left: var(--progress-position);
|
|
@@ -11915,7 +11944,8 @@ ejs-sidebar {
|
|
|
11915
11944
|
background-color: var(--color-sf-content-bg-color);
|
|
11916
11945
|
border-color: transparent;
|
|
11917
11946
|
}
|
|
11918
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
11947
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
11948
|
+
.e-stepper .e-step-disabled .e-step {
|
|
11919
11949
|
background: var(--color-sf-content-bg-color-disabled);
|
|
11920
11950
|
color: var(--color-sf-secondary-text-color-disabled);
|
|
11921
11951
|
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */
|
|
2
|
+
$hscroll-skin: 'bootstrap5.3' !default;
|
|
3
|
+
$border-type: solid;
|
|
4
|
+
$hscroll-hover-font: $secondary-text-color-hover !default;
|
|
5
|
+
$hscroll-active-font-color: $content-text-color-alt2 !default;
|
|
6
|
+
$hscroll-default-bg: $content-bg-color-alt1 !default;
|
|
7
|
+
$hscroll-press-bg: $secondary-bg-color-pressed !default;
|
|
8
|
+
$hscroll-active-bg: $content-bg-color-alt2 !default;
|
|
9
|
+
$hscroll-border-size: 1px !default;
|
|
10
|
+
$hscroll-nav-nrml-minheight: 48px !default;
|
|
11
|
+
$hscroll-nav-bgr-minheight: 56px !default;
|
|
12
|
+
$hscroll-mob-nav-nrml-width: 40px !default;
|
|
13
|
+
$hscroll-nav-nrml-width: 30px !default;
|
|
14
|
+
$hscroll-nav-bgr-width: 48px !default;
|
|
15
|
+
$hscroll-nrml-padding: 0 $hscroll-nav-nrml-width !default;
|
|
16
|
+
$hscroll-bgr-padding: 0 $hscroll-nav-bgr-width !default;
|
|
17
|
+
$hscroll-border-type: $border-type !default;
|
|
18
|
+
$hscroll-box-shadow: none !default;
|
|
19
|
+
$hscroll-hover-bg: $secondary-bg-color-hover !default;
|
|
20
|
+
$hscroll-hover-border-color: $border-light !default;
|
|
21
|
+
$hscroll-default-icon-color: $secondary-text-color !default;
|
|
22
|
+
$hscroll-focus-border: 0 !default;
|
|
23
|
+
$hscroll-active-border: 0 !default;
|
|
24
|
+
$hscroll-hover-border: 0 !default;
|
|
25
|
+
$hscroll-active-box-shadow: none !default;
|
|
26
|
+
$hscroll-overlay-opacity: .5 !default;
|
|
27
|
+
$hscroll-overlay-bg: $secondary-bg-color-disabled !default;
|
|
28
|
+
$hscroll-overlay-start: rgba($hscroll-overlay-bg, 0) !default;
|
|
29
|
+
$hscroll-overlay-end: rgba($hscroll-overlay-bg, 1) !default;
|
|
30
|
+
$hscroll-right-bg: linear-gradient(-270deg, $hscroll-overlay-start 0%, $hscroll-overlay-end 100%) !default;
|
|
31
|
+
$hscroll-left-bg: linear-gradient(-270deg, $hscroll-overlay-end 0%, $hscroll-overlay-start 100%) !default;
|
|
32
|
+
|
|
33
|
+
$hscroll-device-arrow-box-shadow: $shadow !default;
|
|
34
|
+
$hscroll-device-arrow-rtl-box-shadow: $shadow !default;
|
|
35
|
+
$hscroll-device-arrow-bg: $content-bg-color-alt2 !default;
|
|
36
|
+
$hscroll-device-arrow-border-size: 1px !default;
|
|
37
|
+
$hscroll-device-arrow-border-color: $border-light !default;
|
|
38
|
+
$hscroll-device-arrow-color: $icon-color !default;
|
|
39
|
+
$hscroll-device-arrow-size: 18px !default;
|
|
40
|
+
$hscroll-device-arrow-icon-size: 18px !default;
|
|
41
|
+
$hscroll-device-arrow-size-bigger: 22px !default;
|
|
42
|
+
$hscroll-device-arrow-width: 48px !default;
|
|
43
|
+
|
|
44
|
+
$hscroll-default-border: $hscroll-hover-border-color !default;
|
|
45
|
+
$hscroll-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
|
|
46
|
+
$hscroll-ribble-animation-shadow-frame: 0 0 0 0 $hscroll-ribble-animation-border-frame !default;
|
|
47
|
+
$hscroll-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !default;
|
|
48
|
+
|
|
49
|
+
$hscroll-nav-hover-press-bg: $hscroll-press-bg !default;
|
|
50
|
+
$hscroll-nav-hover-icons-color: $secondary-text-color-focus !default;
|
|
51
|
+
$hscroll-nav-focus-bg-color: $secondary-bg-color-focus !default;
|
|
52
|
+
$hscroll-nav-focus-border: $hscroll-focus-border !default;
|
|
53
|
+
$hscroll-nav-active-color: $secondary-text-color-pressed !default;
|
|
54
|
+
|
|
55
|
+
@mixin hscroll-btn-animation {
|
|
56
|
+
background-color: transparent;
|
|
57
|
+
border-radius: 50%;
|
|
58
|
+
border-width: 1px;
|
|
59
|
+
box-sizing: border-box;
|
|
60
|
+
content: '';
|
|
61
|
+
height: 1px;
|
|
62
|
+
left: 50%;
|
|
63
|
+
position: absolute;
|
|
64
|
+
top: 50%;
|
|
65
|
+
visibility: hidden;
|
|
66
|
+
width: 1px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
@mixin hscroll-btn-animation-after {
|
|
70
|
+
animation: hscroll-popup-shadow .6s ease-out 0ms;
|
|
71
|
+
visibility: visible;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@keyframes hscroll-popup-shadow {
|
|
75
|
+
0% {
|
|
76
|
+
border-color: $hscroll-ribble-animation-border-frame;
|
|
77
|
+
box-shadow: $hscroll-ribble-animation-shadow-frame;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
100% {
|
|
81
|
+
box-shadow: $hscroll-ribble-animation-shadow-frame-end;
|
|
82
|
+
}
|
|
83
|
+
}
|