@syncfusion/ej2-navigations 27.2.4 → 28.1.33-686179
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/.eslintrc.json +243 -260
- package/README.md +301 -301
- package/dist/ej2-navigations.umd.min.js +1 -10
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +573 -386
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +819 -626
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/license +10 -10
- package/package.json +167 -167
- package/src/accordion/accordion-model.d.ts +199 -199
- package/src/accordion/accordion.js +19 -19
- package/src/appbar/appbar-model.d.ts +51 -51
- package/src/appbar/appbar.js +19 -19
- package/src/breadcrumb/breadcrumb-model.d.ts +114 -114
- package/src/breadcrumb/breadcrumb.js +19 -19
- package/src/carousel/carousel-model.d.ts +206 -194
- package/src/carousel/carousel.d.ts +11 -0
- package/src/carousel/carousel.js +43 -22
- package/src/common/h-scroll-model.d.ts +6 -6
- package/src/common/h-scroll.js +19 -19
- package/src/common/menu-base-model.d.ts +236 -229
- package/src/common/menu-base.d.ts +7 -0
- package/src/common/menu-base.js +99 -38
- package/src/common/v-scroll-model.d.ts +6 -6
- package/src/common/v-scroll.js +19 -19
- package/src/context-menu/context-menu-model.d.ts +33 -18
- package/src/context-menu/context-menu.d.ts +13 -0
- package/src/context-menu/context-menu.js +29 -19
- package/src/menu/menu-model.d.ts +45 -45
- package/src/menu/menu.js +23 -19
- package/src/sidebar/sidebar-model.d.ts +189 -189
- package/src/sidebar/sidebar.js +19 -19
- package/src/stepper/stepper.d.ts +9 -0
- package/src/stepper/stepper.js +281 -256
- package/src/stepper-base/stepper-base.js +34 -30
- package/src/tab/tab-model.d.ts +306 -293
- package/src/tab/tab.d.ts +26 -2
- package/src/tab/tab.js +99 -32
- package/src/toolbar/toolbar-model.d.ts +209 -215
- package/src/toolbar/toolbar.d.ts +0 -6
- package/src/toolbar/toolbar.js +19 -19
- package/src/treeview/treeview-model.d.ts +520 -520
- package/src/treeview/treeview.d.ts +2 -10
- package/src/treeview/treeview.js +37 -36
- package/styles/accordion/_all.scss +2 -2
- package/styles/accordion/_bds-definition.scss +167 -167
- package/styles/accordion/_bigger.scss +121 -121
- package/styles/accordion/_bootstrap-dark-definition.scss +169 -167
- package/styles/accordion/_bootstrap-definition.scss +167 -167
- package/styles/accordion/_bootstrap4-definition.scss +177 -175
- package/styles/accordion/_bootstrap5-definition.scss +168 -168
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -168
- package/styles/accordion/_fabric-dark-definition.scss +171 -171
- package/styles/accordion/_fabric-definition.scss +171 -171
- package/styles/accordion/_fluent-definition.scss +168 -168
- package/styles/accordion/_fluent2-definition.scss +167 -167
- package/styles/accordion/_fusionnew-definition.scss +168 -168
- package/styles/accordion/_highcontrast-definition.scss +193 -193
- package/styles/accordion/_highcontrast-light-definition.scss +193 -193
- package/styles/accordion/_layout.scss +236 -236
- package/styles/accordion/_material-dark-definition.scss +171 -171
- package/styles/accordion/_material-definition.scss +165 -165
- package/styles/accordion/_material3-definition.scss +168 -168
- package/styles/accordion/_tailwind-definition.scss +167 -167
- package/styles/accordion/_tailwind3-definition.scss +168 -0
- package/styles/accordion/_theme.scss +418 -418
- package/styles/accordion/bds.css +544 -0
- package/styles/accordion/bds.scss +5 -0
- package/styles/accordion/icons/_bds.scss +15 -15
- package/styles/accordion/icons/_bootstrap-dark.scss +15 -15
- package/styles/accordion/icons/_bootstrap.scss +15 -15
- package/styles/accordion/icons/_bootstrap4.scss +15 -15
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -15
- package/styles/accordion/icons/_bootstrap5.scss +15 -15
- package/styles/accordion/icons/_fabric-dark.scss +15 -15
- package/styles/accordion/icons/_fabric.scss +15 -15
- package/styles/accordion/icons/_fluent.scss +15 -15
- package/styles/accordion/icons/_fluent2.scss +15 -15
- package/styles/accordion/icons/_fusionnew.scss +15 -15
- package/styles/accordion/icons/_highcontrast-light.scss +15 -15
- package/styles/accordion/icons/_highcontrast.scss +15 -15
- package/styles/accordion/icons/_material-dark.scss +15 -15
- package/styles/accordion/icons/_material.scss +15 -15
- package/styles/accordion/icons/_material3.scss +15 -15
- package/styles/accordion/icons/_tailwind.scss +15 -15
- package/styles/accordion/icons/_tailwind3.scss +15 -0
- package/styles/accordion/material3-dark.scss +1 -1
- package/styles/accordion/material3.scss +1 -1
- package/styles/accordion/tailwind-dark.css +2 -2
- package/styles/accordion/tailwind3.css +552 -0
- package/styles/accordion/tailwind3.scss +5 -0
- package/styles/appbar/_all.scss +2 -2
- package/styles/appbar/_bds-definition.scss +24 -24
- package/styles/appbar/_bigger.scss +15 -15
- package/styles/appbar/_bootstrap-dark-definition.scss +6 -6
- package/styles/appbar/_bootstrap-definition.scss +6 -6
- package/styles/appbar/_bootstrap4-definition.scss +6 -6
- package/styles/appbar/_bootstrap5-definition.scss +6 -6
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -6
- package/styles/appbar/_fabric-dark-definition.scss +6 -6
- package/styles/appbar/_fabric-definition.scss +6 -6
- package/styles/appbar/_fluent-definition.scss +6 -6
- package/styles/appbar/_fluent2-definition.scss +23 -23
- package/styles/appbar/_fusionnew-definition.scss +6 -6
- package/styles/appbar/_highcontrast-definition.scss +6 -6
- package/styles/appbar/_highcontrast-light-definition.scss +6 -6
- package/styles/appbar/_layout.scss +76 -76
- package/styles/appbar/_material-dark-definition.scss +6 -6
- package/styles/appbar/_material-definition.scss +6 -6
- package/styles/appbar/_material3-definition.scss +6 -6
- package/styles/appbar/_tailwind-definition.scss +6 -6
- package/styles/appbar/_tailwind3-definition.scss +6 -0
- package/styles/appbar/_theme.scss +216 -216
- package/styles/appbar/bds.css +302 -0
- package/styles/appbar/bds.scss +4 -0
- package/styles/appbar/material3-dark.scss +1 -1
- package/styles/appbar/material3.scss +1 -1
- package/styles/appbar/tailwind3.css +285 -0
- package/styles/appbar/tailwind3.scss +4 -0
- package/styles/bds-lite.css +9233 -0
- package/styles/bds-lite.scss +47 -0
- package/styles/bds.css +11954 -0
- package/styles/bds.scss +59 -0
- package/styles/bootstrap-dark-lite.css +21 -13
- package/styles/bootstrap-dark.css +35 -14
- package/styles/bootstrap-lite.css +21 -13
- package/styles/bootstrap.css +35 -14
- package/styles/bootstrap4-lite.css +23 -15
- package/styles/bootstrap4.css +37 -16
- package/styles/bootstrap5-dark-lite.css +42 -34
- package/styles/bootstrap5-dark.css +56 -35
- package/styles/bootstrap5-lite.css +29 -21
- package/styles/bootstrap5.3-lite.css +29 -13
- package/styles/bootstrap5.3.css +43 -14
- package/styles/bootstrap5.css +43 -22
- package/styles/breadcrumb/_all.scss +2 -2
- package/styles/breadcrumb/_bds-definition.scss +60 -60
- package/styles/breadcrumb/_bigger.scss +168 -160
- package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -54
- package/styles/breadcrumb/_bootstrap-definition.scss +54 -54
- package/styles/breadcrumb/_bootstrap4-definition.scss +56 -54
- package/styles/breadcrumb/_bootstrap5-definition.scss +65 -63
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +61 -61
- package/styles/breadcrumb/_fabric-dark-definition.scss +59 -59
- package/styles/breadcrumb/_fabric-definition.scss +59 -59
- package/styles/breadcrumb/_fluent-definition.scss +63 -63
- package/styles/breadcrumb/_fluent2-definition.scss +61 -61
- package/styles/breadcrumb/_fusionnew-definition.scss +65 -59
- package/styles/breadcrumb/_highcontrast-definition.scss +61 -61
- package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -61
- package/styles/breadcrumb/_layout.scss +451 -431
- package/styles/breadcrumb/_material-dark-definition.scss +50 -50
- package/styles/breadcrumb/_material-definition.scss +50 -50
- package/styles/breadcrumb/_material3-definition.scss +60 -60
- package/styles/breadcrumb/_tailwind-definition.scss +60 -60
- package/styles/breadcrumb/_tailwind3-definition.scss +61 -0
- package/styles/breadcrumb/_theme.scss +296 -236
- package/styles/breadcrumb/bds.css +418 -0
- package/styles/breadcrumb/bds.scss +5 -0
- package/styles/breadcrumb/bootstrap4.css +2 -2
- package/styles/breadcrumb/fabric-dark.css +3 -3
- package/styles/breadcrumb/icons/_bds.scss +23 -23
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +12 -12
- package/styles/breadcrumb/icons/_bootstrap.scss +12 -12
- package/styles/breadcrumb/icons/_bootstrap4.scss +12 -12
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -23
- package/styles/breadcrumb/icons/_bootstrap5.scss +23 -23
- package/styles/breadcrumb/icons/_fabric-dark.scss +12 -12
- package/styles/breadcrumb/icons/_fabric.scss +12 -12
- package/styles/breadcrumb/icons/_fluent.scss +23 -23
- package/styles/breadcrumb/icons/_fluent2.scss +23 -23
- package/styles/breadcrumb/icons/_fusionnew.scss +23 -23
- package/styles/breadcrumb/icons/_highcontrast-light.scss +12 -12
- package/styles/breadcrumb/icons/_highcontrast.scss +12 -12
- package/styles/breadcrumb/icons/_material-dark.scss +23 -23
- package/styles/breadcrumb/icons/_material.scss +23 -23
- package/styles/breadcrumb/icons/_material3.scss +12 -12
- package/styles/breadcrumb/icons/_tailwind-dark.scss +23 -23
- package/styles/breadcrumb/icons/_tailwind.scss +23 -23
- package/styles/breadcrumb/icons/_tailwind3.scss +23 -0
- package/styles/breadcrumb/material3-dark.scss +1 -1
- package/styles/breadcrumb/material3.scss +1 -1
- package/styles/breadcrumb/tailwind3.css +441 -0
- package/styles/breadcrumb/tailwind3.scss +5 -0
- package/styles/carousel/_all.scss +2 -2
- package/styles/carousel/_bds-definition.scss +20 -20
- package/styles/carousel/_bootstrap-dark-definition.scss +20 -20
- package/styles/carousel/_bootstrap-definition.scss +20 -20
- package/styles/carousel/_bootstrap4-definition.scss +20 -20
- package/styles/carousel/_bootstrap5-definition.scss +20 -20
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -20
- package/styles/carousel/_fabric-dark-definition.scss +20 -20
- package/styles/carousel/_fabric-definition.scss +20 -20
- package/styles/carousel/_fluent-definition.scss +20 -20
- package/styles/carousel/_fluent2-definition.scss +23 -23
- package/styles/carousel/_fusionnew-definition.scss +20 -20
- package/styles/carousel/_highcontrast-definition.scss +20 -20
- package/styles/carousel/_highcontrast-light-definition.scss +20 -20
- package/styles/carousel/_layout.scss +257 -257
- package/styles/carousel/_material-dark-definition.scss +20 -20
- package/styles/carousel/_material-definition.scss +20 -20
- package/styles/carousel/_material3-definition.scss +21 -21
- package/styles/carousel/_tailwind-definition.scss +20 -20
- package/styles/carousel/_tailwind3-definition.scss +24 -0
- package/styles/carousel/_theme.scss +108 -102
- 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/_bds.scss +30 -30
- package/styles/carousel/icons/_bootstrap-dark.scss +30 -30
- package/styles/carousel/icons/_bootstrap.scss +30 -30
- package/styles/carousel/icons/_bootstrap4.scss +30 -30
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -30
- package/styles/carousel/icons/_bootstrap5.scss +30 -30
- package/styles/carousel/icons/_fabric-dark.scss +30 -30
- package/styles/carousel/icons/_fabric.scss +30 -30
- package/styles/carousel/icons/_fluent.scss +30 -30
- package/styles/carousel/icons/_fluent2.scss +30 -30
- package/styles/carousel/icons/_fusionnew.scss +30 -30
- package/styles/carousel/icons/_highcontrast-light.scss +30 -30
- package/styles/carousel/icons/_highcontrast.scss +30 -30
- package/styles/carousel/icons/_material-dark.scss +30 -30
- package/styles/carousel/icons/_material.scss +30 -30
- package/styles/carousel/icons/_material3.scss +30 -30
- package/styles/carousel/icons/_tailwind.scss +30 -30
- package/styles/carousel/icons/_tailwind3.scss +30 -0
- package/styles/carousel/material3-dark.scss +1 -1
- package/styles/carousel/material3.scss +1 -1
- package/styles/carousel/tailwind3.css +396 -0
- package/styles/carousel/tailwind3.scss +5 -0
- package/styles/context-menu/_all.scss +2 -2
- package/styles/context-menu/_bds-definition.scss +67 -67
- package/styles/context-menu/_bigger.scss +111 -96
- package/styles/context-menu/_bootstrap-dark-definition.scss +50 -50
- package/styles/context-menu/_bootstrap-definition.scss +50 -50
- package/styles/context-menu/_bootstrap4-definition.scss +52 -50
- package/styles/context-menu/_bootstrap5-definition.scss +52 -52
- package/styles/context-menu/_bootstrap5.3-definition.scss +52 -52
- package/styles/context-menu/_fabric-dark-definition.scss +50 -50
- package/styles/context-menu/_fabric-definition.scss +50 -50
- package/styles/context-menu/_fluent-definition.scss +51 -51
- package/styles/context-menu/_fluent2-definition.scss +52 -52
- package/styles/context-menu/_fusionnew-definition.scss +52 -51
- package/styles/context-menu/_highcontrast-definition.scss +50 -50
- package/styles/context-menu/_highcontrast-light-definition.scss +50 -50
- package/styles/context-menu/_layout-mixin.scss +140 -140
- package/styles/context-menu/_layout.scss +174 -150
- package/styles/context-menu/_material-dark-definition.scss +50 -50
- package/styles/context-menu/_material-definition.scss +50 -50
- package/styles/context-menu/_material3-definition.scss +51 -51
- package/styles/context-menu/_tailwind-definition.scss +52 -52
- package/styles/context-menu/_tailwind3-definition.scss +55 -0
- package/styles/context-menu/_theme-mixin.scss +91 -91
- package/styles/context-menu/_theme.scss +69 -69
- 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/_bds.scss +31 -31
- package/styles/context-menu/icons/_bootstrap-dark.scss +31 -31
- package/styles/context-menu/icons/_bootstrap.scss +31 -31
- package/styles/context-menu/icons/_bootstrap4.scss +31 -31
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -31
- package/styles/context-menu/icons/_bootstrap5.scss +31 -31
- package/styles/context-menu/icons/_fabric-dark.scss +31 -31
- package/styles/context-menu/icons/_fabric.scss +31 -31
- package/styles/context-menu/icons/_fluent.scss +31 -31
- package/styles/context-menu/icons/_fluent2.scss +31 -31
- package/styles/context-menu/icons/_fusionnew.scss +31 -31
- package/styles/context-menu/icons/_highcontrast-light.scss +31 -31
- package/styles/context-menu/icons/_highcontrast.scss +31 -31
- package/styles/context-menu/icons/_material-dark.scss +31 -31
- package/styles/context-menu/icons/_material.scss +31 -31
- package/styles/context-menu/icons/_material3.scss +31 -31
- package/styles/context-menu/icons/_tailwind-dark.scss +31 -31
- package/styles/context-menu/icons/_tailwind.scss +31 -31
- package/styles/context-menu/icons/_tailwind3.scss +31 -0
- package/styles/context-menu/material3-dark.scss +1 -1
- package/styles/context-menu/material3.scss +1 -1
- package/styles/context-menu/tailwind3.css +449 -0
- package/styles/context-menu/tailwind3.scss +8 -0
- package/styles/fabric-dark-lite.css +25 -17
- package/styles/fabric-dark.css +39 -18
- package/styles/fabric-lite.css +21 -13
- package/styles/fabric.css +35 -14
- package/styles/fluent-dark-lite.css +23 -17
- package/styles/fluent-dark.css +37 -18
- package/styles/fluent-lite.css +23 -17
- package/styles/fluent.css +37 -18
- package/styles/fluent2-lite.css +52 -24
- package/styles/fluent2.css +66 -25
- package/styles/h-scroll/_all.scss +2 -2
- package/styles/h-scroll/_bds-definition.scss +83 -83
- package/styles/h-scroll/_bigger.scss +39 -39
- package/styles/h-scroll/_bootstrap-dark-definition.scss +57 -57
- package/styles/h-scroll/_bootstrap-definition.scss +56 -56
- package/styles/h-scroll/_bootstrap4-definition.scss +58 -56
- package/styles/h-scroll/_bootstrap5-definition.scss +83 -83
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -83
- package/styles/h-scroll/_fabric-dark-definition.scss +58 -58
- package/styles/h-scroll/_fabric-definition.scss +55 -55
- package/styles/h-scroll/_fluent-definition.scss +83 -83
- package/styles/h-scroll/_fluent2-definition.scss +83 -83
- package/styles/h-scroll/_fusionnew-definition.scss +83 -83
- package/styles/h-scroll/_highcontrast-definition.scss +56 -56
- package/styles/h-scroll/_highcontrast-light-definition.scss +59 -59
- package/styles/h-scroll/_layout.scss +160 -160
- package/styles/h-scroll/_material-dark-definition.scss +85 -85
- package/styles/h-scroll/_material-definition.scss +82 -82
- package/styles/h-scroll/_material3-definition.scss +83 -83
- package/styles/h-scroll/_tailwind-definition.scss +83 -83
- package/styles/h-scroll/_tailwind3-definition.scss +83 -0
- package/styles/h-scroll/_theme.scss +146 -146
- package/styles/h-scroll/bds.css +311 -0
- package/styles/h-scroll/bds.scss +5 -0
- package/styles/h-scroll/icons/_bds.scss +49 -49
- package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -49
- package/styles/h-scroll/icons/_bootstrap.scss +49 -49
- package/styles/h-scroll/icons/_bootstrap4.scss +49 -49
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -49
- package/styles/h-scroll/icons/_bootstrap5.scss +49 -49
- package/styles/h-scroll/icons/_fabric-dark.scss +49 -49
- package/styles/h-scroll/icons/_fabric.scss +49 -49
- package/styles/h-scroll/icons/_fluent.scss +49 -49
- package/styles/h-scroll/icons/_fluent2.scss +49 -49
- package/styles/h-scroll/icons/_fusionnew.scss +49 -49
- package/styles/h-scroll/icons/_highcontrast-light.scss +49 -49
- package/styles/h-scroll/icons/_highcontrast.scss +49 -49
- package/styles/h-scroll/icons/_material-dark.scss +49 -49
- package/styles/h-scroll/icons/_material.scss +49 -49
- package/styles/h-scroll/icons/_material3.scss +49 -49
- package/styles/h-scroll/icons/_tailwind.scss +49 -49
- package/styles/h-scroll/icons/_tailwind3.scss +49 -0
- package/styles/h-scroll/material3-dark.scss +1 -1
- package/styles/h-scroll/material3.scss +1 -1
- package/styles/h-scroll/tailwind3.css +311 -0
- package/styles/h-scroll/tailwind3.scss +5 -0
- package/styles/highcontrast-light-lite.css +21 -13
- package/styles/highcontrast-light.css +35 -14
- package/styles/highcontrast-lite.css +24 -16
- package/styles/highcontrast.css +38 -17
- package/styles/material-dark-lite.css +21 -13
- package/styles/material-dark.css +35 -14
- package/styles/material-lite.css +21 -13
- package/styles/material.css +35 -14
- package/styles/material3-dark-lite.css +21 -13
- package/styles/material3-dark.css +45 -15
- package/styles/material3-dark.scss +1 -1
- package/styles/material3-lite.css +21 -13
- package/styles/material3.css +45 -15
- package/styles/material3.scss +1 -1
- package/styles/menu/_all.scss +2 -2
- package/styles/menu/_bds-definition.scss +65 -65
- package/styles/menu/_bigger.scss +381 -355
- package/styles/menu/_bootstrap-dark-definition.scss +61 -61
- package/styles/menu/_bootstrap-definition.scss +65 -65
- package/styles/menu/_bootstrap4-definition.scss +66 -64
- package/styles/menu/_bootstrap5-definition.scss +66 -66
- package/styles/menu/_bootstrap5.3-definition.scss +66 -66
- package/styles/menu/_fabric-dark-definition.scss +61 -61
- package/styles/menu/_fabric-definition.scss +64 -64
- package/styles/menu/_fluent-definition.scss +66 -66
- package/styles/menu/_fluent2-definition.scss +67 -67
- package/styles/menu/_fusionnew-definition.scss +66 -66
- package/styles/menu/_highcontrast-definition.scss +65 -65
- package/styles/menu/_highcontrast-light-definition.scss +61 -61
- package/styles/menu/_layout.scss +501 -466
- package/styles/menu/_material-dark-definition.scss +61 -61
- package/styles/menu/_material-definition.scss +64 -64
- package/styles/menu/_material3-definition.scss +66 -66
- package/styles/menu/_tailwind-definition.scss +65 -65
- package/styles/menu/_tailwind3-definition.scss +66 -0
- package/styles/menu/_theme.scss +428 -386
- package/styles/menu/bds.css +1155 -0
- package/styles/menu/bds.scss +9 -0
- package/styles/menu/bootstrap5-dark.css +2 -2
- package/styles/menu/fluent2.css +13 -4
- package/styles/menu/icons/_bds.scss +104 -104
- package/styles/menu/icons/_bootstrap-dark.scss +105 -105
- package/styles/menu/icons/_bootstrap.scss +104 -104
- package/styles/menu/icons/_bootstrap4.scss +104 -104
- package/styles/menu/icons/_bootstrap5.3.scss +104 -104
- package/styles/menu/icons/_bootstrap5.scss +104 -104
- package/styles/menu/icons/_fabric-dark.scss +104 -104
- package/styles/menu/icons/_fabric.scss +104 -104
- package/styles/menu/icons/_fluent.scss +104 -104
- package/styles/menu/icons/_fluent2.scss +104 -104
- package/styles/menu/icons/_fusionnew.scss +104 -104
- package/styles/menu/icons/_highcontrast-light.scss +104 -104
- package/styles/menu/icons/_highcontrast.scss +104 -104
- package/styles/menu/icons/_material-dark.scss +104 -104
- package/styles/menu/icons/_material.scss +104 -104
- package/styles/menu/icons/_material3.scss +104 -104
- package/styles/menu/icons/_tailwind-dark.scss +104 -104
- package/styles/menu/icons/_tailwind.scss +104 -104
- package/styles/menu/icons/_tailwind3.scss +104 -0
- package/styles/menu/material3-dark.scss +1 -1
- package/styles/menu/material3.scss +1 -1
- package/styles/menu/tailwind3.css +1238 -0
- package/styles/menu/tailwind3.scss +9 -0
- package/styles/pager/_all.scss +2 -2
- package/styles/pager/_bds-definition.scss +152 -152
- package/styles/pager/_bigger.scss +365 -304
- package/styles/pager/_bootstrap-dark-definition.scss +152 -151
- package/styles/pager/_bootstrap-definition.scss +151 -151
- package/styles/pager/_bootstrap4-definition.scss +152 -151
- package/styles/pager/_bootstrap5-definition.scss +166 -166
- package/styles/pager/_bootstrap5.3-definition.scss +166 -166
- package/styles/pager/_fabric-dark-definition.scss +149 -149
- package/styles/pager/_fabric-definition.scss +149 -149
- package/styles/pager/_fluent-definition.scss +153 -153
- package/styles/pager/_fluent2-definition.scss +152 -152
- package/styles/pager/_fusionnew-definition.scss +166 -166
- package/styles/pager/_highcontrast-definition.scss +149 -149
- package/styles/pager/_highcontrast-light-definition.scss +149 -149
- package/styles/pager/_layout.scss +768 -742
- package/styles/pager/_material-dark-definition.scss +150 -150
- package/styles/pager/_material-definition.scss +150 -150
- package/styles/pager/_material3-definition.scss +166 -166
- package/styles/pager/_tailwind-definition.scss +152 -152
- package/styles/pager/_tailwind3-definition.scss +166 -0
- package/styles/pager/_theme.scss +189 -189
- 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 +10 -0
- package/styles/pager/highcontrast-light.css +7 -0
- package/styles/pager/highcontrast.css +7 -0
- package/styles/pager/icons/_bds.scss +50 -50
- package/styles/pager/icons/_bootstrap-dark.scss +50 -50
- package/styles/pager/icons/_bootstrap.scss +50 -50
- package/styles/pager/icons/_bootstrap4.scss +50 -50
- package/styles/pager/icons/_bootstrap5.3.scss +50 -50
- package/styles/pager/icons/_bootstrap5.scss +50 -50
- package/styles/pager/icons/_fabric-dark.scss +50 -50
- package/styles/pager/icons/_fabric.scss +50 -50
- package/styles/pager/icons/_fluent.scss +50 -50
- package/styles/pager/icons/_fluent2.scss +50 -50
- package/styles/pager/icons/_fusionnew.scss +50 -50
- package/styles/pager/icons/_highcontrast-light.scss +50 -50
- package/styles/pager/icons/_highcontrast.scss +46 -46
- package/styles/pager/icons/_material-dark.scss +50 -50
- package/styles/pager/icons/_material.scss +46 -46
- package/styles/pager/icons/_material3.scss +50 -50
- package/styles/pager/icons/_tailwind.scss +50 -50
- 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 +15 -1
- package/styles/pager/material3-dark.scss +1 -1
- package/styles/pager/material3.css +15 -1
- package/styles/pager/material3.scss +1 -1
- package/styles/pager/tailwind-dark.css +17 -10
- package/styles/pager/tailwind.css +17 -10
- package/styles/pager/tailwind3.css +875 -0
- package/styles/pager/tailwind3.scss +5 -0
- package/styles/sidebar/_all.scss +3 -3
- package/styles/sidebar/_bds-definition.scss +53 -53
- package/styles/sidebar/_bootstrap-dark-definition.scss +4 -4
- package/styles/sidebar/_bootstrap-definition.scss +4 -4
- package/styles/sidebar/_bootstrap4-definition.scss +4 -4
- package/styles/sidebar/_bootstrap5-definition.scss +6 -6
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -6
- package/styles/sidebar/_fabric-dark-definition.scss +4 -4
- package/styles/sidebar/_fabric-definition.scss +4 -4
- package/styles/sidebar/_fluent-definition.scss +6 -6
- package/styles/sidebar/_fluent2-definition.scss +8 -8
- package/styles/sidebar/_fusionnew-definition.scss +6 -6
- package/styles/sidebar/_highcontrast-definition.scss +4 -4
- package/styles/sidebar/_highcontrast-light-definition.scss +4 -4
- package/styles/sidebar/_icons.scss +1 -1
- package/styles/sidebar/_layout.scss +1 -1
- package/styles/sidebar/_material-dark-definition.scss +4 -4
- package/styles/sidebar/_material-definition.scss +6 -6
- package/styles/sidebar/_material3-definition.scss +4 -4
- package/styles/sidebar/_tailwind-definition.scss +6 -6
- package/styles/sidebar/_tailwind3-definition.scss +6 -0
- package/styles/sidebar/_theme.scss +251 -251
- package/styles/sidebar/bds.css +263 -0
- package/styles/sidebar/bds.scss +3 -0
- package/styles/sidebar/bootstrap5-dark.css +1 -1
- package/styles/sidebar/material3-dark.scss +1 -1
- package/styles/sidebar/material3.scss +1 -1
- package/styles/sidebar/tailwind3.css +227 -0
- package/styles/sidebar/tailwind3.scss +3 -0
- package/styles/stepper/_bds-definition.scss +72 -72
- package/styles/stepper/_bigger.scss +53 -53
- package/styles/stepper/_bootstrap4-definition.scss +4 -2
- package/styles/stepper/_bootstrap5.3-definition.scss +72 -72
- package/styles/stepper/_fluent2-definition.scss +72 -72
- package/styles/stepper/_layout.scss +2 -0
- package/styles/stepper/_material-dark-definition.scss +4 -2
- package/styles/stepper/_material-definition.scss +7 -5
- package/styles/stepper/_tailwind3-definition.scss +72 -0
- package/styles/stepper/_theme.scss +2 -1
- package/styles/stepper/bds.css +724 -0
- package/styles/stepper/bds.scss +6 -0
- package/styles/stepper/bootstrap-dark.css +4 -1
- package/styles/stepper/bootstrap.css +4 -1
- package/styles/stepper/bootstrap4.css +4 -1
- package/styles/stepper/bootstrap5-dark.css +4 -1
- package/styles/stepper/bootstrap5.3.css +4 -1
- package/styles/stepper/bootstrap5.css +4 -1
- package/styles/stepper/fabric-dark.css +4 -1
- package/styles/stepper/fabric.css +4 -1
- package/styles/stepper/fluent-dark.css +4 -1
- package/styles/stepper/fluent.css +4 -1
- package/styles/stepper/fluent2.css +4 -1
- package/styles/stepper/highcontrast-light.css +4 -1
- package/styles/stepper/highcontrast.css +4 -1
- package/styles/stepper/icons/_bds.scss +5 -5
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -5
- package/styles/stepper/icons/_fluent2.scss +5 -5
- package/styles/stepper/icons/_tailwind3.scss +5 -0
- package/styles/stepper/material-dark.css +4 -1
- package/styles/stepper/material.css +4 -1
- package/styles/stepper/material3-dark.css +4 -1
- package/styles/stepper/material3-dark.scss +1 -1
- package/styles/stepper/material3.css +4 -1
- package/styles/stepper/material3.scss +1 -1
- package/styles/stepper/tailwind-dark.css +4 -1
- package/styles/stepper/tailwind.css +4 -1
- package/styles/stepper/tailwind3.css +724 -0
- package/styles/stepper/tailwind3.scss +6 -0
- package/styles/tab/_all.scss +2 -2
- package/styles/tab/_bds-definition.scss +661 -661
- package/styles/tab/_bigger.scss +1276 -1260
- package/styles/tab/_bootstrap-dark-definition.scss +630 -630
- package/styles/tab/_bootstrap-definition.scss +629 -631
- package/styles/tab/_bootstrap4-definition.scss +637 -637
- package/styles/tab/_bootstrap5-definition.scss +635 -635
- package/styles/tab/_bootstrap5.3-definition.scss +636 -636
- package/styles/tab/_fabric-dark-definition.scss +641 -643
- package/styles/tab/_fabric-definition.scss +643 -645
- package/styles/tab/_fluent-definition.scss +637 -637
- package/styles/tab/_fluent2-definition.scss +664 -666
- package/styles/tab/_fusionnew-definition.scss +632 -634
- package/styles/tab/_highcontrast-definition.scss +667 -669
- package/styles/tab/_highcontrast-light-definition.scss +666 -668
- package/styles/tab/_icons.scss +34 -34
- package/styles/tab/_layout.scss +2187 -2187
- package/styles/tab/_material-dark-definition.scss +646 -648
- package/styles/tab/_material-definition.scss +645 -647
- package/styles/tab/_material3-definition.scss +634 -636
- package/styles/tab/_tailwind-definition.scss +648 -650
- package/styles/tab/_tailwind3-definition.scss +634 -0
- package/styles/tab/_theme.scss +1580 -1592
- 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/_bds.scss +90 -90
- package/styles/tab/icons/_bootstrap-dark.scss +98 -98
- package/styles/tab/icons/_bootstrap.scss +98 -98
- package/styles/tab/icons/_bootstrap4.scss +101 -101
- package/styles/tab/icons/_bootstrap5.3.scss +90 -90
- package/styles/tab/icons/_bootstrap5.scss +90 -90
- package/styles/tab/icons/_fabric-dark.scss +98 -98
- package/styles/tab/icons/_fabric.scss +98 -98
- package/styles/tab/icons/_fluent.scss +98 -98
- package/styles/tab/icons/_fluent2.scss +98 -98
- package/styles/tab/icons/_fusionnew.scss +90 -90
- package/styles/tab/icons/_highcontrast-light.scss +90 -90
- package/styles/tab/icons/_highcontrast.scss +101 -101
- package/styles/tab/icons/_material-dark.scss +90 -90
- package/styles/tab/icons/_material.scss +90 -90
- package/styles/tab/icons/_material3.scss +90 -90
- package/styles/tab/icons/_tailwind.scss +90 -90
- 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-dark.scss +1 -1
- package/styles/tab/material3.css +9 -11
- package/styles/tab/material3.scss +1 -1
- package/styles/tab/tailwind-dark.css +11 -15
- package/styles/tab/tailwind.css +11 -15
- package/styles/tab/tailwind3.css +4125 -0
- package/styles/tab/tailwind3.scss +6 -0
- package/styles/tailwind-dark-lite.css +31 -23
- package/styles/tailwind-dark.css +52 -31
- package/styles/tailwind-lite.css +29 -21
- package/styles/tailwind.css +50 -29
- package/styles/tailwind3-lite.css +9055 -0
- package/styles/tailwind3-lite.scss +47 -0
- package/styles/tailwind3.css +11743 -0
- package/styles/tailwind3.scss +59 -0
- package/styles/toolbar/_all.scss +2 -2
- package/styles/toolbar/_bds-definition.scss +197 -197
- package/styles/toolbar/_bigger.scss +323 -309
- package/styles/toolbar/_bootstrap-dark-definition.scss +193 -193
- package/styles/toolbar/_bootstrap-definition.scss +203 -203
- package/styles/toolbar/_bootstrap4-definition.scss +200 -198
- package/styles/toolbar/_bootstrap5-definition.scss +198 -198
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -198
- package/styles/toolbar/_fabric-dark-definition.scss +207 -207
- package/styles/toolbar/_fabric-definition.scss +195 -195
- package/styles/toolbar/_fluent-definition.scss +197 -197
- package/styles/toolbar/_fluent2-definition.scss +198 -198
- package/styles/toolbar/_fusionnew-definition.scss +198 -198
- package/styles/toolbar/_highcontrast-definition.scss +204 -204
- package/styles/toolbar/_highcontrast-light-definition.scss +218 -218
- package/styles/toolbar/_layout.scss +748 -742
- package/styles/toolbar/_material-dark-definition.scss +233 -231
- package/styles/toolbar/_material-definition.scss +221 -219
- package/styles/toolbar/_material3-definition.scss +199 -199
- package/styles/toolbar/_tailwind-definition.scss +197 -197
- package/styles/toolbar/_tailwind3-definition.scss +199 -0
- package/styles/toolbar/_theme.scss +449 -436
- 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 +19 -19
- package/styles/toolbar/bootstrap5.3.css +9 -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/_bds.scss +14 -14
- package/styles/toolbar/icons/_bootstrap-dark.scss +14 -14
- package/styles/toolbar/icons/_bootstrap.scss +14 -14
- package/styles/toolbar/icons/_bootstrap4.scss +14 -14
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -14
- package/styles/toolbar/icons/_bootstrap5.scss +14 -14
- package/styles/toolbar/icons/_fabric-dark.scss +14 -14
- package/styles/toolbar/icons/_fabric.scss +14 -14
- package/styles/toolbar/icons/_fluent.scss +14 -14
- package/styles/toolbar/icons/_fluent2.scss +14 -14
- package/styles/toolbar/icons/_fusionnew.scss +14 -14
- package/styles/toolbar/icons/_highcontrast-light.scss +14 -14
- package/styles/toolbar/icons/_highcontrast.scss +14 -14
- package/styles/toolbar/icons/_material-dark.scss +14 -14
- package/styles/toolbar/icons/_material.scss +14 -14
- package/styles/toolbar/icons/_material3.scss +14 -14
- package/styles/toolbar/icons/_tailwind.scss +14 -14
- 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-dark.scss +1 -1
- package/styles/toolbar/material3.css +1 -1
- package/styles/toolbar/material3.scss +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/_all.scss +2 -2
- package/styles/treeview/_bds-definition.scss +131 -131
- package/styles/treeview/_bigger.scss +406 -393
- package/styles/treeview/_bootstrap-dark-definition.scss +118 -118
- package/styles/treeview/_bootstrap-definition.scss +113 -113
- package/styles/treeview/_bootstrap4-definition.scss +143 -141
- package/styles/treeview/_bootstrap5-definition.scss +122 -120
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -119
- package/styles/treeview/_fabric-dark-definition.scss +116 -116
- package/styles/treeview/_fabric-definition.scss +112 -112
- package/styles/treeview/_fluent-definition.scss +122 -120
- package/styles/treeview/_fluent2-definition.scss +128 -128
- package/styles/treeview/_fusionnew-definition.scss +120 -120
- package/styles/treeview/_highcontrast-definition.scss +118 -118
- package/styles/treeview/_highcontrast-light-definition.scss +123 -123
- package/styles/treeview/_layout.scss +761 -724
- package/styles/treeview/_material-dark-definition.scss +114 -114
- package/styles/treeview/_material-definition.scss +112 -112
- package/styles/treeview/_material3-definition.scss +110 -110
- package/styles/treeview/_tailwind-definition.scss +126 -124
- package/styles/treeview/_tailwind3-definition.scss +126 -0
- package/styles/treeview/_theme.scss +352 -350
- 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 +18 -5
- package/styles/treeview/fluent.css +18 -5
- 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/_bds.scss +44 -44
- package/styles/treeview/icons/_bootstrap-dark.scss +40 -40
- package/styles/treeview/icons/_bootstrap.scss +40 -40
- package/styles/treeview/icons/_bootstrap4.scss +40 -40
- package/styles/treeview/icons/_bootstrap5.3.scss +44 -44
- package/styles/treeview/icons/_bootstrap5.scss +44 -44
- package/styles/treeview/icons/_fabric-dark.scss +44 -44
- package/styles/treeview/icons/_fabric.scss +44 -44
- package/styles/treeview/icons/_fluent.scss +44 -44
- package/styles/treeview/icons/_fluent2.scss +44 -44
- package/styles/treeview/icons/_fusionnew.scss +44 -44
- package/styles/treeview/icons/_highcontrast-light.scss +44 -44
- package/styles/treeview/icons/_highcontrast.scss +44 -44
- package/styles/treeview/icons/_material-dark.scss +44 -44
- package/styles/treeview/icons/_material.scss +44 -44
- package/styles/treeview/icons/_material3.scss +44 -44
- package/styles/treeview/icons/_tailwind-dark.scss +44 -44
- package/styles/treeview/icons/_tailwind.scss +44 -44
- 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-dark.scss +1 -1
- package/styles/treeview/material3.css +16 -1
- package/styles/treeview/material3.scss +1 -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/_all.scss +2 -2
- package/styles/v-scroll/_bds-definition.scss +49 -49
- package/styles/v-scroll/_bigger.scss +28 -28
- package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -51
- package/styles/v-scroll/_bootstrap-definition.scss +49 -49
- package/styles/v-scroll/_bootstrap4-definition.scss +49 -49
- package/styles/v-scroll/_bootstrap5-definition.scss +49 -49
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -49
- package/styles/v-scroll/_fabric-dark-definition.scss +52 -52
- package/styles/v-scroll/_fabric-definition.scss +50 -50
- package/styles/v-scroll/_fluent-definition.scss +49 -49
- package/styles/v-scroll/_fluent2-definition.scss +49 -49
- package/styles/v-scroll/_fusionnew-definition.scss +49 -49
- package/styles/v-scroll/_highcontrast-definition.scss +50 -50
- package/styles/v-scroll/_highcontrast-light-definition.scss +52 -52
- package/styles/v-scroll/_layout.scss +135 -135
- package/styles/v-scroll/_material-dark-definition.scss +79 -79
- package/styles/v-scroll/_material-definition.scss +77 -77
- package/styles/v-scroll/_material3-definition.scss +49 -49
- package/styles/v-scroll/_tailwind-definition.scss +49 -49
- package/styles/v-scroll/_tailwind3-definition.scss +49 -0
- package/styles/v-scroll/_theme.scss +114 -114
- package/styles/v-scroll/bds.css +218 -0
- package/styles/v-scroll/bds.scss +5 -0
- package/styles/v-scroll/fabric-dark.css +1 -1
- package/styles/v-scroll/icons/_bds.scss +27 -27
- package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -27
- package/styles/v-scroll/icons/_bootstrap.scss +27 -27
- package/styles/v-scroll/icons/_bootstrap4.scss +27 -27
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -27
- package/styles/v-scroll/icons/_bootstrap5.scss +27 -27
- package/styles/v-scroll/icons/_fabric-dark.scss +27 -27
- package/styles/v-scroll/icons/_fabric.scss +27 -27
- package/styles/v-scroll/icons/_fluent.scss +27 -27
- package/styles/v-scroll/icons/_fluent2.scss +27 -27
- package/styles/v-scroll/icons/_fusionnew.scss +27 -27
- package/styles/v-scroll/icons/_highcontrast-light.scss +27 -27
- package/styles/v-scroll/icons/_highcontrast.scss +27 -27
- package/styles/v-scroll/icons/_material-dark.scss +27 -27
- package/styles/v-scroll/icons/_material.scss +27 -27
- package/styles/v-scroll/icons/_material3.scss +27 -27
- package/styles/v-scroll/icons/_tailwind.scss +27 -27
- package/styles/v-scroll/icons/_tailwind3.scss +27 -0
- package/styles/v-scroll/material3-dark.scss +1 -1
- package/styles/v-scroll/material3.scss +1 -1
- package/styles/v-scroll/tailwind3.css +218 -0
- package/styles/v-scroll/tailwind3.scss +5 -0
- package/tslint.json +111 -111
- package/dist/ej2-navigations.min.js +0 -10
- package/dist/global/ej2-navigations.min.js +0 -11
- package/dist/global/ej2-navigations.min.js.map +0 -1
- package/dist/global/index.d.ts +0 -14
- package/helpers/e2e/accordionHelper.d.ts +0 -56
- package/helpers/e2e/accordionHelper.js +0 -71
- package/helpers/e2e/contextmenuHelper.d.ts +0 -37
- package/helpers/e2e/contextmenuHelper.js +0 -53
- package/helpers/e2e/index.d.ts +0 -7
- package/helpers/e2e/index.js +0 -14
- package/helpers/e2e/menuHelper.d.ts +0 -37
- package/helpers/e2e/menuHelper.js +0 -53
- package/helpers/e2e/sidebarHelper.d.ts +0 -94
- package/helpers/e2e/sidebarHelper.js +0 -110
- package/helpers/e2e/tabHelper.d.ts +0 -60
- package/helpers/e2e/tabHelper.js +0 -74
- package/helpers/e2e/toolbarHelper.d.ts +0 -60
- package/helpers/e2e/toolbarHelper.js +0 -74
- package/helpers/e2e/treeview.d.ts +0 -50
- package/helpers/e2e/treeview.js +0 -80
package/styles/tab/_theme.scss
CHANGED
|
@@ -1,1592 +1,1580 @@
|
|
|
1
|
-
@include export-module('tab-theme') {
|
|
2
|
-
.e-tab {
|
|
3
|
-
background: $tab-bg-color;
|
|
4
|
-
border: $tab-border;
|
|
5
|
-
|
|
6
|
-
.e-tab-header {
|
|
7
|
-
background: inherit;
|
|
8
|
-
border: 0;
|
|
9
|
-
border-radius: 0;
|
|
10
|
-
box-shadow: none;
|
|
11
|
-
font-weight: $tab-header-font-weight;
|
|
12
|
-
border-bottom: $tab-header-border-bottom;
|
|
13
|
-
|
|
14
|
-
&::before {
|
|
15
|
-
border-color: $tab-header-before-border-color;
|
|
16
|
-
border-style: solid;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&:not(.e-vertical) {
|
|
20
|
-
&::before {
|
|
21
|
-
border-width: $tab-header-before-border-width;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&:not(.e-vertical) {
|
|
26
|
-
|
|
27
|
-
.e-toolbar-item.e-active {
|
|
28
|
-
border-bottom: $tab-item-active-border-bottom;
|
|
29
|
-
margin-bottom: 0;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.e-toolbar-items {
|
|
34
|
-
background: inherit;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-indicator {
|
|
38
|
-
background: $tab-border-color;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.e-toolbar-item {
|
|
42
|
-
background: inherit;
|
|
43
|
-
border: $tab-item-border;
|
|
44
|
-
|
|
45
|
-
&:hover {
|
|
46
|
-
background: $tab-item-hover-bg;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
&.e-active {
|
|
50
|
-
@if ($skin-name == 'Bootstrap5') {
|
|
51
|
-
background: $tab-item-active-bg;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&.e-active:hover {
|
|
56
|
-
background: $tab-item-active-hover-bg;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.e-ripple-element {
|
|
60
|
-
background: $tab-ripple-bg-color;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.e-tab-wrap {
|
|
64
|
-
border-radius: $tab-active-item-border-radius;
|
|
65
|
-
color: $tab-text-color;
|
|
66
|
-
border: $tab-item-wrap-border;
|
|
67
|
-
|
|
68
|
-
.e-tab-icon {
|
|
69
|
-
color: $tab-wrap-comb-icon-color;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
color: $tab-
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
.e-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
color: $tab-
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
.e-popup-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
&:
|
|
378
|
-
|
|
379
|
-
background: $tab-pop-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
background:
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
color: $tab-nav-focus-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
border
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
.e-tab-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
&.e-
|
|
841
|
-
border-bottom: 0;
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
}
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
.e-tab-
|
|
1027
|
-
color: $tab-
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
.e-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
.e-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
.e-
|
|
1121
|
-
.e-tab-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
.e-tab-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
.e-tab-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
.e-
|
|
1285
|
-
border-color: $tab-background-
|
|
1286
|
-
border-
|
|
1287
|
-
border-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
color:
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
.e-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
.e-tab-wrap {
|
|
1583
|
-
border-radius: $tab-active-item-border-radius;
|
|
1584
|
-
color: $tab-clone-text-color;
|
|
1585
|
-
border: $tab-clone-item-wrap-border;
|
|
1586
|
-
|
|
1587
|
-
.e-tab-icon {
|
|
1588
|
-
color: $tab-clone-text-color;
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
}
|
|
1592
|
-
}
|
|
1
|
+
@include export-module('tab-theme') {
|
|
2
|
+
.e-tab {
|
|
3
|
+
background: $tab-bg-color;
|
|
4
|
+
border: $tab-border;
|
|
5
|
+
|
|
6
|
+
.e-tab-header {
|
|
7
|
+
background: inherit;
|
|
8
|
+
border: 0;
|
|
9
|
+
border-radius: 0;
|
|
10
|
+
box-shadow: none;
|
|
11
|
+
font-weight: $tab-header-font-weight;
|
|
12
|
+
border-bottom: $tab-header-border-bottom;
|
|
13
|
+
|
|
14
|
+
&::before {
|
|
15
|
+
border-color: $tab-header-before-border-color;
|
|
16
|
+
border-style: solid;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&:not(.e-vertical) {
|
|
20
|
+
&::before {
|
|
21
|
+
border-width: $tab-header-before-border-width;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&:not(.e-vertical) {
|
|
26
|
+
|
|
27
|
+
.e-toolbar-item.e-active {
|
|
28
|
+
border-bottom: $tab-item-active-border-bottom;
|
|
29
|
+
margin-bottom: 0;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-toolbar-items {
|
|
34
|
+
background: inherit;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.e-indicator {
|
|
38
|
+
background: $tab-border-color;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-toolbar-item {
|
|
42
|
+
background: inherit;
|
|
43
|
+
border: $tab-item-border;
|
|
44
|
+
|
|
45
|
+
&:hover {
|
|
46
|
+
background: $tab-item-hover-bg;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&.e-active {
|
|
50
|
+
@if ($skin-name == 'Bootstrap5') {
|
|
51
|
+
background: $tab-item-active-bg;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&.e-active:hover {
|
|
56
|
+
background: $tab-item-active-hover-bg;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.e-ripple-element {
|
|
60
|
+
background: $tab-ripple-bg-color;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.e-tab-wrap {
|
|
64
|
+
border-radius: $tab-active-item-border-radius;
|
|
65
|
+
color: $tab-text-color;
|
|
66
|
+
border: $tab-item-wrap-border;
|
|
67
|
+
|
|
68
|
+
.e-tab-icon {
|
|
69
|
+
color: $tab-wrap-comb-icon-color;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&:hover {
|
|
73
|
+
background: $tab-item-hover-bg-color;
|
|
74
|
+
border: $tab-item-wrap-hover-border;
|
|
75
|
+
border-radius: $tab-item-wrap-hover-border-radius;
|
|
76
|
+
|
|
77
|
+
@media screen and (max-width: 480px) {
|
|
78
|
+
background: $tab-mob-item-hover-bg-color;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.e-tab-text,
|
|
82
|
+
.e-tab-icon {
|
|
83
|
+
color: $tab-hover-text-color;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
&.e-active {
|
|
89
|
+
border: $tab-active-item-border;
|
|
90
|
+
border-radius: $tab-top-active-item-border-radius;
|
|
91
|
+
|
|
92
|
+
.e-tab-wrap {
|
|
93
|
+
border: $tab-item-active-tabwrap-border;
|
|
94
|
+
&:hover {
|
|
95
|
+
|
|
96
|
+
.e-tab-text,
|
|
97
|
+
.e-tab-icon {
|
|
98
|
+
color: $tab-active-text-color;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-text-wrap {
|
|
104
|
+
position: $tab-active-wrap-position;
|
|
105
|
+
|
|
106
|
+
&::before {
|
|
107
|
+
border: $tab-active-wrap-before-border;
|
|
108
|
+
content: $tab-active-wrap-before-content;
|
|
109
|
+
display: $tab-active-wrap-before-display;
|
|
110
|
+
position: $tab-active-wrap-before-position;
|
|
111
|
+
width: $tab-active-wrap-before-width;
|
|
112
|
+
@if ($skin-name == 'Material3') {
|
|
113
|
+
border-radius: 3px 3px 0 0;
|
|
114
|
+
bottom: $tab-active-wrap-before-top;
|
|
115
|
+
}
|
|
116
|
+
@else {
|
|
117
|
+
top: $tab-active-wrap-before-top;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.e-tab-text,
|
|
123
|
+
.e-tab-icon {
|
|
124
|
+
color: $tab-active-text-color;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&.e-ileft,
|
|
128
|
+
&.e-iright {
|
|
129
|
+
|
|
130
|
+
.e-tab-icon {
|
|
131
|
+
color: $tab-comb-icon-color;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.e-tab-text {
|
|
135
|
+
color: $tab-comb-text-color;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-close-icon {
|
|
140
|
+
color: $tab-active-close-icon-color;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-close-icon {
|
|
145
|
+
color: $tab-close-icon-color;
|
|
146
|
+
|
|
147
|
+
&:hover {
|
|
148
|
+
color: $tab-close-icon-hover-color;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
&:active {
|
|
152
|
+
color: $tab-close-icon-active-color;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
156
|
+
&:focus {
|
|
157
|
+
color: $tab-close-icon-focus-color;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
&.e-disable.e-overlay {
|
|
163
|
+
background: inherit;
|
|
164
|
+
opacity: 1;
|
|
165
|
+
@if $skin-name =='bootstrap5.3' {
|
|
166
|
+
opacity: .65;
|
|
167
|
+
}
|
|
168
|
+
pointer-events: none;
|
|
169
|
+
|
|
170
|
+
.e-tab-text,
|
|
171
|
+
.e-tab-icon {
|
|
172
|
+
color: $tab-disable-text-color;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
&.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
|
|
178
|
+
border: $tab-active-item-hide-border;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.e-toolbar-pop {
|
|
182
|
+
background: $tab-pop-bg-color;
|
|
183
|
+
border: $tab-pop-border;
|
|
184
|
+
border-radius: $tab-pop-border-radius;
|
|
185
|
+
box-shadow: $tab-pop-box-shadow;
|
|
186
|
+
overflow-y: auto;
|
|
187
|
+
|
|
188
|
+
&[e-animate = 'true'] {
|
|
189
|
+
overflow-y: hidden;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@media screen and (max-width: 480px) {
|
|
193
|
+
box-shadow: $tab-pop-box-shadow;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.e-toolbar-item {
|
|
197
|
+
|
|
198
|
+
.e-tab-wrap {
|
|
199
|
+
|
|
200
|
+
.e-tab-text,
|
|
201
|
+
.e-tab-icon {
|
|
202
|
+
color: $tab-pop-text-color;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
&:hover {
|
|
206
|
+
background: $tab-hover-bg-color;
|
|
207
|
+
border: $tab-pop-wrap-hover-border;
|
|
208
|
+
border-radius: $tab-pop-wrap-hover-border-radius;
|
|
209
|
+
|
|
210
|
+
.e-tab-text,
|
|
211
|
+
.e-tab-icon,
|
|
212
|
+
.e-close-icon {
|
|
213
|
+
color: $tab-pop-wrap-hover-close-color;
|
|
214
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
215
|
+
color: $tab-alt-active-style-hover-text-color;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
&:active {
|
|
221
|
+
background: $tab-active-bg-color;
|
|
222
|
+
border-color: $tab-pop-wrap-active-border-color;
|
|
223
|
+
|
|
224
|
+
.e-tab-text,
|
|
225
|
+
.e-tab-icon {
|
|
226
|
+
color: $tab-pop-wrap-active-icon-font;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
&.e-active .e-tab-wrap {
|
|
232
|
+
|
|
233
|
+
.e-tab-text,
|
|
234
|
+
.e-tab-icon {
|
|
235
|
+
color: $tab-active-text-color;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
&.e-disable.e-overlay {
|
|
240
|
+
.e-tab-text,
|
|
241
|
+
.e-tab-icon {
|
|
242
|
+
color: $tab-disable-text-color;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.e-scroll-nav,
|
|
249
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav {
|
|
250
|
+
background: $tab-scroll-nav-bg;
|
|
251
|
+
border: 0;
|
|
252
|
+
|
|
253
|
+
.e-nav-arrow {
|
|
254
|
+
color: $tab-scroll-nav-arrow-font;
|
|
255
|
+
border: $tab-item-active-wrap-border;
|
|
256
|
+
|
|
257
|
+
&:hover {
|
|
258
|
+
background: $tab-hover-nav-bg-color;
|
|
259
|
+
color: $tab-hover-nav-icon-color;
|
|
260
|
+
border: $tab-scroll-arrow-hover-border;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
&:active {
|
|
264
|
+
box-shadow: none;
|
|
265
|
+
border: $tab-scroll-arrow-active-border;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
&:focus {
|
|
270
|
+
background: $tab-scroll-nav-bg;
|
|
271
|
+
|
|
272
|
+
.e-nav-arrow {
|
|
273
|
+
background: $tab-nav-focus-bg-color;
|
|
274
|
+
color: $tab-nav-focus-icon-color;
|
|
275
|
+
border: $tab-scroll-focus-arrow-border;
|
|
276
|
+
|
|
277
|
+
&:hover {
|
|
278
|
+
background: $tab-hover-nav-bg-color;
|
|
279
|
+
color: $tab-hover-nav-icon-color;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
&:active {
|
|
283
|
+
background: $tab-scroll-focus-arrow-active-bg;
|
|
284
|
+
border-color: $tab-scroll-focus-arrow-active-border-color;
|
|
285
|
+
color: $tab-scroll-focus-arrow-active-color;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
&:active {
|
|
291
|
+
box-shadow: none;
|
|
292
|
+
background: $tab-scroll-nav-bg;
|
|
293
|
+
border: $tab-scroll-active-border;
|
|
294
|
+
@if $skin-name == 'bootstrap5.3' or $skin-name == 'fluent2' {
|
|
295
|
+
background: $tab-vertical-scroll-hover-active-bg;
|
|
296
|
+
.e-nav-arrow {
|
|
297
|
+
color: $tab-pop-focus-icon-active-color;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
&.e-overlay {
|
|
303
|
+
|
|
304
|
+
.e-nav-arrow {
|
|
305
|
+
color: $tab-scroll-overlay-arrow-color;
|
|
306
|
+
|
|
307
|
+
&:hover {
|
|
308
|
+
color: $tab-scroll-overlay-arrow-hover-color;
|
|
309
|
+
background: $tab-scroll-overlay-arrow-hover-bg;
|
|
310
|
+
border-color: $tab-scroll-overlay-arrow-hover-border-color;
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.e-hor-nav,
|
|
317
|
+
.e-hor-nav:not(.e-expended-nav) {
|
|
318
|
+
background: transparent;
|
|
319
|
+
border: 0;
|
|
320
|
+
|
|
321
|
+
.e-popup-up-icon,
|
|
322
|
+
.e-popup-down-icon {
|
|
323
|
+
color: $tab-pop-icon-color;
|
|
324
|
+
border: $tab-pop-icon-border;
|
|
325
|
+
|
|
326
|
+
&:hover {
|
|
327
|
+
background: $tab-pop-icon-hover-bg-color;
|
|
328
|
+
border: $tab-pop-up-icon-hover-border;
|
|
329
|
+
border-radius: $tab-active-item-border-radius;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.e-popup-down-icon {
|
|
334
|
+
|
|
335
|
+
&:hover {
|
|
336
|
+
color: $tab-hover-nav-icon-color;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
&:focus {
|
|
341
|
+
background: $tab-pop-focus-bg;
|
|
342
|
+
.e-popup-up-icon,
|
|
343
|
+
.e-popup-down-icon {
|
|
344
|
+
background: $tab-nav-focus-bg-color;
|
|
345
|
+
border: $tab-pop-up-icon-focus-border;
|
|
346
|
+
border-radius: $tab-active-item-border-radius;
|
|
347
|
+
color: $tab-nav-focus-icon-color;
|
|
348
|
+
|
|
349
|
+
&:hover {
|
|
350
|
+
background: $tab-pop-icon-hover-bg-color;
|
|
351
|
+
border: $tab-pop-up-down-icon-hover-border;
|
|
352
|
+
border-radius: $tab-active-item-border-radius;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
&:active {
|
|
356
|
+
background: $tab-pop-focus-icon-active-bg;
|
|
357
|
+
color: $tab-pop-focus-icon-active-color;
|
|
358
|
+
border: $tab-pop-up-icon-active-border;
|
|
359
|
+
border-radius: $tab-active-item-border-radius;
|
|
360
|
+
box-shadow: $tab-pop-border-box-shadow;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
&:hover {
|
|
366
|
+
border: 0;
|
|
367
|
+
background: $tab-pop-hover-bg;
|
|
368
|
+
|
|
369
|
+
&:active {
|
|
370
|
+
background: transparent;
|
|
371
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
372
|
+
background: $tab-pop-focus-bg;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
&:active {
|
|
378
|
+
box-shadow: none;
|
|
379
|
+
background: $tab-pop-focus-bg;
|
|
380
|
+
@if $skin-name == 'bootstrap5.3' or $skin-name == 'fluent2' {
|
|
381
|
+
.e-popup-down-icon,
|
|
382
|
+
.e-popup-up-icon {
|
|
383
|
+
color: $tab-pop-focus-icon-active-color;
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
&.e-nav-active {
|
|
389
|
+
background: $tab-pop-nav-active-bg;
|
|
390
|
+
border: $tab-pop-nav-active-border;
|
|
391
|
+
box-shadow: none;
|
|
392
|
+
border-radius: $tab-pop-nav-active-border-radius;
|
|
393
|
+
|
|
394
|
+
.e-icons {
|
|
395
|
+
color: $tab-pop-active-icons-color;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
&:focus {
|
|
399
|
+
border: $tab-pop-nav-active-border;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
&.e-horizontal-bottom {
|
|
405
|
+
border-color: $tab-bottom-border-color;
|
|
406
|
+
border-style: solid;
|
|
407
|
+
border-width: $tab-bottom-border-width;
|
|
408
|
+
|
|
409
|
+
&[style *= 'overflow: hidden'] {
|
|
410
|
+
border-color: $tab-bottom-border-color;
|
|
411
|
+
border-style: solid;
|
|
412
|
+
border-width: $tab-bottom-border-width;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
&[style *= 'overflow: hidden'] .e-toolbar-items {
|
|
416
|
+
border-color: $tab-bottom-hidden-items-border-color;
|
|
417
|
+
border-style: solid;
|
|
418
|
+
border-width: $tab-bottom-hidden-items-border-width;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.e-toolbar-item {
|
|
422
|
+
|
|
423
|
+
.e-tab-wrap:hover {
|
|
424
|
+
border-radius: $tab-bottom-active-item-border-radius;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
&.e-active {
|
|
428
|
+
border-color: $tab-bottom-active-border-color;
|
|
429
|
+
border-style: solid;
|
|
430
|
+
border-width: $tab-bottom-active-border-width;
|
|
431
|
+
margin-top: $tab-bottom-active-margin-top;
|
|
432
|
+
border-radius: $tab-bottom-active-item-border-radius;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
&.e-vertical {
|
|
438
|
+
border-bottom: 0;
|
|
439
|
+
|
|
440
|
+
&::before {
|
|
441
|
+
border-width: $tab-vertical-before-border-width;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-toolbar-item {
|
|
445
|
+
|
|
446
|
+
&.e-active {
|
|
447
|
+
border-bottom: $tab-hdr-border;
|
|
448
|
+
border-top: $tab-hdr-border;
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
&.e-vertical-left {
|
|
453
|
+
|
|
454
|
+
.e-toolbar-item {
|
|
455
|
+
|
|
456
|
+
.e-tab-wrap:hover {
|
|
457
|
+
border-radius: $tab-left-active-item-border-radius;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
&.e-active {
|
|
461
|
+
border-radius: $tab-left-active-item-border-radius;
|
|
462
|
+
border-right: $tab-item-active-border-bottom;
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
&.e-vertical-right {
|
|
468
|
+
|
|
469
|
+
.e-toolbar-item {
|
|
470
|
+
|
|
471
|
+
.e-tab-wrap:hover {
|
|
472
|
+
border-radius: $tab-right-active-item-border-radius;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
&.e-active {
|
|
476
|
+
border-left: $tab-item-active-border-bottom;
|
|
477
|
+
border-radius: $tab-right-active-item-border-radius;
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-toolbar-pop {
|
|
483
|
+
box-shadow: $tab-v-popup-box-shadow;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.e-scroll-nav {
|
|
487
|
+
background: inherit;
|
|
488
|
+
border: $tab-vscroll-nav-border;
|
|
489
|
+
|
|
490
|
+
&.e-scroll-up-nav {
|
|
491
|
+
border-bottom-color: $tab-vscroll-nav-border-color;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
&.e-scroll-down-nav {
|
|
495
|
+
border-top-color: $tab-vscroll-nav-border-color;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.e-nav-arrow {
|
|
499
|
+
border: 0;
|
|
500
|
+
|
|
501
|
+
&:hover {
|
|
502
|
+
background: none;
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
&:hover {
|
|
507
|
+
background: $tab-v-nav-hover-bg-color;
|
|
508
|
+
border-color: $tab-vertical-scroll-hover-border-color;
|
|
509
|
+
|
|
510
|
+
&:active:focus {
|
|
511
|
+
background: $tab-vertical-scroll-hover-active-bg;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.e-nav-arrow {
|
|
515
|
+
color: $tab-hover-nav-icon-color;
|
|
516
|
+
|
|
517
|
+
&:hover {
|
|
518
|
+
background: none;
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
&:focus {
|
|
524
|
+
background: $tab-v-nav-focus-bg-color;
|
|
525
|
+
|
|
526
|
+
&:hover:active {
|
|
527
|
+
|
|
528
|
+
.e-nav-arrow {
|
|
529
|
+
color: $tab-vertical-focus-active-arrow-color;
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.e-nav-arrow {
|
|
534
|
+
background: none;
|
|
535
|
+
|
|
536
|
+
&:hover {
|
|
537
|
+
background: none;
|
|
538
|
+
border: 0;
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
&:active {
|
|
544
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
545
|
+
background: $tab-vertical-scroll-hover-active-bg;
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.e-hor-nav {
|
|
551
|
+
|
|
552
|
+
.e-popup-up-icon,
|
|
553
|
+
.e-popup-down-icon {
|
|
554
|
+
border: 0;
|
|
555
|
+
|
|
556
|
+
&:hover {
|
|
557
|
+
background: inherit;
|
|
558
|
+
border: 0;
|
|
559
|
+
color: $tab-vertical-pop-icon-hover-color;
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
&:focus {
|
|
564
|
+
|
|
565
|
+
.e-popup-up-icon,
|
|
566
|
+
.e-popup-down-icon {
|
|
567
|
+
background: inherit;
|
|
568
|
+
border: 0;
|
|
569
|
+
|
|
570
|
+
&:hover,
|
|
571
|
+
&:active,
|
|
572
|
+
&:active:hover {
|
|
573
|
+
background: inherit;
|
|
574
|
+
border: 0;
|
|
575
|
+
box-shadow: none;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
&:active {
|
|
579
|
+
color: $tab-vertical-pop-icon-active-color;
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
&:hover {
|
|
585
|
+
|
|
586
|
+
.e-popup-up-icon,
|
|
587
|
+
.e-popup-down-icon {
|
|
588
|
+
border: 0;
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
&.e-focused > .e-tab-header {
|
|
596
|
+
|
|
597
|
+
.e-toolbar-item {
|
|
598
|
+
@if ($skin-name == 'Material3') {
|
|
599
|
+
&.e-active .e-tab-wrap:focus {
|
|
600
|
+
background: $tab-active-focus-bg-color;
|
|
601
|
+
|
|
602
|
+
.e-tab-icon,
|
|
603
|
+
.e-tab-text {
|
|
604
|
+
color: $tab-active-text-color;
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.e-tab-wrap:focus {
|
|
610
|
+
@if ($skin-name == 'fluent2') {
|
|
611
|
+
box-shadow: $tab-focus-box-shadow;
|
|
612
|
+
}
|
|
613
|
+
background: $tab-focus-bg-color;
|
|
614
|
+
border: $tab-focused-wrap-focus-border;
|
|
615
|
+
|
|
616
|
+
.e-tab-icon,
|
|
617
|
+
.e-tab-text {
|
|
618
|
+
color: $tab-focus-text-color;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.e-tab-icon {
|
|
622
|
+
color: $tab-focused-wrap-focus-icon-color;
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.e-scroll-nav {
|
|
628
|
+
|
|
629
|
+
&:focus {
|
|
630
|
+
|
|
631
|
+
.e-nav-arrow {
|
|
632
|
+
color: $tab-nav-focus-icon-color;
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.e-hor-nav {
|
|
638
|
+
|
|
639
|
+
&:focus {
|
|
640
|
+
|
|
641
|
+
.e-popup-up-icon,
|
|
642
|
+
.e-popup-down-icon {
|
|
643
|
+
color: $tab-nav-focus-icon-color;
|
|
644
|
+
background: $tab-scroll-focused-nav-focus-icon-bg;
|
|
645
|
+
border: $tab-scroll-focused-nav-focus-icon-border;
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
&.e-vertical {
|
|
651
|
+
|
|
652
|
+
.e-scroll-nav {
|
|
653
|
+
|
|
654
|
+
&:focus {
|
|
655
|
+
border-color: $tab-vertical-focused-nav-focus-border-color;
|
|
656
|
+
|
|
657
|
+
.e-nav-arrow {
|
|
658
|
+
border: 0;
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.e-hor-nav {
|
|
664
|
+
|
|
665
|
+
.e-popup-up-icon,
|
|
666
|
+
.e-popup-down-icon {
|
|
667
|
+
border: 0;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
&:focus {
|
|
671
|
+
outline: $tab-v-pop-focus-outline;
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
&.e-disable {
|
|
678
|
+
pointer-events: none;
|
|
679
|
+
|
|
680
|
+
.e-tab-header {
|
|
681
|
+
|
|
682
|
+
.e-indicator {
|
|
683
|
+
background: $tab-disable-border-color;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.e-toolbar-item {
|
|
687
|
+
|
|
688
|
+
.e-tab-wrap {
|
|
689
|
+
color: $tab-disable-text-color;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
&.e-active {
|
|
693
|
+
|
|
694
|
+
.e-tab-text,
|
|
695
|
+
.e-tab-icon {
|
|
696
|
+
color: $tab-disable-active-text-color;
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.e-content {
|
|
703
|
+
opacity: $tab-disable-cnt-opacity;
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
&.e-fill {
|
|
708
|
+
|
|
709
|
+
.e-tab-header {
|
|
710
|
+
border-bottom: $tab-fill-hdr-border;
|
|
711
|
+
|
|
712
|
+
.e-toolbar-items.e-hscroll {
|
|
713
|
+
border: 0;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
.e-toolbar-item {
|
|
717
|
+
border: 0;
|
|
718
|
+
|
|
719
|
+
.e-ripple-element {
|
|
720
|
+
background: $tab-fill-ripple-bg-color;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.e-tab-wrap {
|
|
724
|
+
color: $tab-text-color;
|
|
725
|
+
|
|
726
|
+
&:hover {
|
|
727
|
+
@if ($skin-name == 'fluent2') {
|
|
728
|
+
background: $tab-fill-wrap-hover-bg;
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
&:hover .e-tab-text,
|
|
733
|
+
&:hover .e-tab-icon {
|
|
734
|
+
color: $tab-hover-text-color;
|
|
735
|
+
@if ($skin-name == 'fluent2') {
|
|
736
|
+
color: $tab-fill-wrap-hover-icon-color;
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
&:hover .e-tab-icon {
|
|
741
|
+
color: $tab-fill-wrap-hover-icon-color;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
@if ($skin-name == 'fluent2') {
|
|
745
|
+
&:hover .e-close-icon {
|
|
746
|
+
color: $tab-fill-wrap-hover-icon-color;
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.e-text-wrap {
|
|
752
|
+
margin-top: 0;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
&.e-active {
|
|
756
|
+
border: 0;
|
|
757
|
+
|
|
758
|
+
&.e-disable.e-overlay {
|
|
759
|
+
|
|
760
|
+
.e-tab-text,
|
|
761
|
+
.e-tab-icon {
|
|
762
|
+
color: $tab-fill-background-disable-text-color;
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.e-tab-wrap {
|
|
767
|
+
background: $tab-fill-active-bg-color;
|
|
768
|
+
border-radius: $tab-active-item-border-radius;
|
|
769
|
+
border-color: $tab-fill-active-tabwrap-border-color;
|
|
770
|
+
|
|
771
|
+
&:hover .e-tab-text,
|
|
772
|
+
&:hover .e-tab-icon {
|
|
773
|
+
color: $tab-alt-active-text-color;
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.e-text-wrap {
|
|
778
|
+
margin-top: 0;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.e-text-wrap::before {
|
|
782
|
+
border: $tab-fill-active-text-before-border;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.e-tab-text,
|
|
786
|
+
.e-tab-icon {
|
|
787
|
+
color: $tab-alt-active-text-color;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.e-close-icon {
|
|
791
|
+
color: $tab-alt-active-close-icon-color;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
.e-close-icon:hover {
|
|
795
|
+
color: $tab-fill-active-close-hover-color;
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.e-toolbar-pop {
|
|
801
|
+
|
|
802
|
+
.e-toolbar-item:active:hover {
|
|
803
|
+
.e-tab-text,
|
|
804
|
+
.e-tab-icon {
|
|
805
|
+
color: $tab-fill-pop-active-icon-color;
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.e-tab-wrap {
|
|
810
|
+
&:hover {
|
|
811
|
+
background: $tab-fill-pop-wrap-hover-bg;
|
|
812
|
+
|
|
813
|
+
.e-tab-text {
|
|
814
|
+
color: $tab-fill-pop-wrap-hover-text-color;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
.e-tab-icon {
|
|
818
|
+
color: $tab-fill-pop-wrap-hover-icon-color;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.e-close-icon {
|
|
822
|
+
color: $tab-fill-pop-wrap-hover-close-color;
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
&.e-horizontal-bottom {
|
|
829
|
+
border-bottom: 0;
|
|
830
|
+
border-top: $tab-fill-hdr-border;
|
|
831
|
+
|
|
832
|
+
.e-toolbar-item {
|
|
833
|
+
|
|
834
|
+
&.e-active .e-text-wrap {
|
|
835
|
+
margin-top: 0;
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
&.e-vertical {
|
|
841
|
+
border-bottom: 0;
|
|
842
|
+
|
|
843
|
+
&.e-vertical-left {
|
|
844
|
+
border-right: $tab-fill-hdr-border;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
&.e-vertical-right {
|
|
848
|
+
border-left: $tab-fill-hdr-border;
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
&.e-corner {
|
|
854
|
+
|
|
855
|
+
.e-tab-header {
|
|
856
|
+
|
|
857
|
+
.e-toolbar-item {
|
|
858
|
+
|
|
859
|
+
&.e-active .e-tab-wrap {
|
|
860
|
+
border-radius: $tab-fill-active-wrap-corner;
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
&.e-horizontal-bottom {
|
|
865
|
+
|
|
866
|
+
.e-toolbar-item.e-active .e-tab-wrap {
|
|
867
|
+
border-radius: $tab-fill-even-active-wrap-corner;
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
&.e-disable {
|
|
874
|
+
|
|
875
|
+
.e-tab-header {
|
|
876
|
+
border-bottom: $tab-fill-disable-hdr-border;
|
|
877
|
+
|
|
878
|
+
.e-toolbar-item {
|
|
879
|
+
|
|
880
|
+
.e-tab-wrap {
|
|
881
|
+
color: $tab-disable-text-color;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
&.e-active {
|
|
885
|
+
opacity: $tab-alt-disable-active-item-opacity;
|
|
886
|
+
|
|
887
|
+
.e-tab-wrap,
|
|
888
|
+
.e-tab-wrap:focus {
|
|
889
|
+
background: $tab-fill-disable-active-bg-color;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
.e-tab-wrap .e-tab-text,
|
|
893
|
+
.e-tab-wrap .e-tab-icon,
|
|
894
|
+
.e-tab-wrap:focus .e-tab-text,
|
|
895
|
+
.e-tab-wrap:focus .e-tab-icon {
|
|
896
|
+
color: $tab-alt-disable-active-text-color;
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
&.e-horizontal-bottom {
|
|
902
|
+
border-bottom: 0;
|
|
903
|
+
border-top: $tab-fill-disable-hdr-border;
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
&.e-focused .e-tab-header {
|
|
909
|
+
|
|
910
|
+
.e-toolbar-item {
|
|
911
|
+
|
|
912
|
+
.e-tab-wrap:focus .e-tab-icon,
|
|
913
|
+
.e-tab-wrap:focus .e-tab-text,
|
|
914
|
+
.e-tab-wrap:focus .e-close-icon {
|
|
915
|
+
color: $tab-hover-text-color;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
&.e-active .e-tab-wrap:focus {
|
|
919
|
+
background: $tab-fill-focus-bg-color;
|
|
920
|
+
border-color: $tab-fill-focused-active-tabwrap-focus-border-color;
|
|
921
|
+
|
|
922
|
+
.e-tab-text {
|
|
923
|
+
color: $tab-fill-focused-active-wrap-focus-text-color;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
.e-close-icon {
|
|
927
|
+
color: $tab-fill-focused-active-wrap-focus-close-color;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.e-tab-text,
|
|
931
|
+
.e-tab-icon {
|
|
932
|
+
color: $tab-alt-active-style-hover-icon-color;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
&.e-background {
|
|
940
|
+
|
|
941
|
+
.e-tab-header {
|
|
942
|
+
background: $tab-alt-hdr-bg-color;
|
|
943
|
+
border: 0;
|
|
944
|
+
|
|
945
|
+
.e-toolbar-items {
|
|
946
|
+
background: $tab-alt-item-bg-color;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
.e-toolbar-items.e-hscroll {
|
|
950
|
+
border: 0;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.e-indicator {
|
|
954
|
+
background: $tab-alt-border-color;
|
|
955
|
+
bottom: $tab-background-indicator-bottom;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
.e-toolbar-item {
|
|
959
|
+
border: 0;
|
|
960
|
+
|
|
961
|
+
.e-ripple-element {
|
|
962
|
+
background: $tab-alt-ripple-bg-color;
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
.e-tab-wrap {
|
|
966
|
+
background: $tab-alt-item-bg-color;
|
|
967
|
+
border-color: $tab-background-wrap-border-color;
|
|
968
|
+
|
|
969
|
+
.e-tab-icon,
|
|
970
|
+
.e-close-icon {
|
|
971
|
+
color: $tab-alt-text-color;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.e-tab-text {
|
|
975
|
+
color: $tab-background-text-color;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.e-close-icon:hover {
|
|
979
|
+
color: $tab-background-close-hover-color;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
&:hover {
|
|
983
|
+
background: $tab-bg-item-wrap-hover-bg-color;
|
|
984
|
+
background-color: $tab-background-wrap-hover-bg-color;
|
|
985
|
+
border-color: $tab-background-wrap-hover-border-color;
|
|
986
|
+
|
|
987
|
+
.e-tab-text {
|
|
988
|
+
color: $tab-background-wrap-hover-text-color;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.e-tab-icon {
|
|
992
|
+
color: $tab-background-wrap-hover-icon-color;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.e-close-icon {
|
|
996
|
+
color: $tab-background-wrap-hover-close-color;
|
|
997
|
+
|
|
998
|
+
&:hover,
|
|
999
|
+
&:active {
|
|
1000
|
+
color: $tab-background-close-hover-active-color;
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
&.e-active {
|
|
1007
|
+
border: 0;
|
|
1008
|
+
margin: 0;
|
|
1009
|
+
background: $tab-background-active-bg;
|
|
1010
|
+
|
|
1011
|
+
&.e-disable.e-overlay {
|
|
1012
|
+
|
|
1013
|
+
.e-tab-text,
|
|
1014
|
+
.e-tab-icon {
|
|
1015
|
+
color: $tab-fill-background-disable-text-color;
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.e-tab-wrap {
|
|
1020
|
+
background: $tab-background-active-wrap-bg;
|
|
1021
|
+
border-color: $tab-background-active-wrap-border-color;
|
|
1022
|
+
border-radius: $tab-background-active-wrap-border-radius;
|
|
1023
|
+
border-style: solid;
|
|
1024
|
+
border-width: $tab-background-active-wrap-border-width;
|
|
1025
|
+
|
|
1026
|
+
.e-tab-text {
|
|
1027
|
+
color: $tab-background-active-text-color;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
.e-tab-icon {
|
|
1031
|
+
color: $tab-background-active-icon-color;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
.e-close-icon {
|
|
1035
|
+
color: $tab-background-active-close-color;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
&:hover {
|
|
1039
|
+
background: $tab-background-active-hover-bg;
|
|
1040
|
+
border-color: $tab-background-active-hover-border-color;
|
|
1041
|
+
.e-tab-text {
|
|
1042
|
+
color: $tab-background-active-hover-text-color;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.e-tab-icon {
|
|
1046
|
+
color: $tab-background-active-hover-icon-color;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.e-close-icon {
|
|
1050
|
+
color: $tab-background-active-hover-close-color;
|
|
1051
|
+
|
|
1052
|
+
&:hover {
|
|
1053
|
+
color: $tab-background-active-close-hover-color;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
&:active {
|
|
1057
|
+
color: $tab-background-activeitem-close-active-color;
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
&:focus {
|
|
1062
|
+
background: $tab-background-active-wrap-focus-bg;
|
|
1063
|
+
|
|
1064
|
+
.e-tab-icon,
|
|
1065
|
+
.e-tab-text {
|
|
1066
|
+
color: $tab-background-active-wrap-focus-text-color;
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
&:focus {
|
|
1072
|
+
background: $tab-alt-active-focus-bg-color;
|
|
1073
|
+
|
|
1074
|
+
.e-tab-text,
|
|
1075
|
+
.e-tab-icon {
|
|
1076
|
+
color: $tab-background-active-wrap-focus-icon;
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
&:focus:hover {
|
|
1081
|
+
|
|
1082
|
+
.e-tab-text {
|
|
1083
|
+
color: $tab-background-active-wrap-focushover-text-color;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.e-close-icon {
|
|
1087
|
+
color: $tab-background-active-wrap-focushover-close-color;
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
.e-text-wrap::before {
|
|
1093
|
+
border: $tab-nrml-bottom-wrap-before-top;
|
|
1094
|
+
@if ($skin-name == 'Material3') {
|
|
1095
|
+
border-radius: 3px 3px 0 0;
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.e-tab-text,
|
|
1100
|
+
.e-tab-icon {
|
|
1101
|
+
color: $tab-background-active-text-icon-color;
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
.e-close-icon {
|
|
1105
|
+
color: $tab-background-active-close-icon-color;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.e-close-icon:hover,
|
|
1109
|
+
.e-tab-text:hover {
|
|
1110
|
+
color: $tab-background-active-close-text-hover-color;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
&.e-itop .e-tab-wrap,
|
|
1114
|
+
&.e-ibottom .e-tab-wrap {
|
|
1115
|
+
background: $tab-alt-tb-active-bg-color;
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
&.e-disable {
|
|
1120
|
+
.e-tab-text,
|
|
1121
|
+
.e-tab-icon,
|
|
1122
|
+
.e-close-icon {
|
|
1123
|
+
color: $tab-alt-disable-text-color;
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
.e-toolbar-pop {
|
|
1129
|
+
|
|
1130
|
+
.e-toolbar-item {
|
|
1131
|
+
background: $tab-alt-item-bg-color;
|
|
1132
|
+
|
|
1133
|
+
.e-tab-wrap {
|
|
1134
|
+
|
|
1135
|
+
.e-tab-text,
|
|
1136
|
+
.e-tab-icon,
|
|
1137
|
+
.e-close-icon {
|
|
1138
|
+
color: $tab-background-pop-text-color;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
&:hover {
|
|
1142
|
+
background: $tab-background-pop-wrap-hover-bg;
|
|
1143
|
+
|
|
1144
|
+
.e-tab-text,
|
|
1145
|
+
.e-tab-icon,
|
|
1146
|
+
.e-close-icon {
|
|
1147
|
+
color: $tab-background-pop-wrap-hover-text-color;
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
&:active {
|
|
1152
|
+
.e-tab-text {
|
|
1153
|
+
color: $tab-background-pop-wrap-active-text-color;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.e-tab-icon {
|
|
1157
|
+
color: $tab-background-pop-wrap-active-icon-color;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.e-close-icon {
|
|
1161
|
+
color: $tab-background-pop-wrap-active-close-color;
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
1169
|
+
.e-scroll-nav {
|
|
1170
|
+
background: $tab-background-scroll-bg;
|
|
1171
|
+
|
|
1172
|
+
.e-nav-arrow {
|
|
1173
|
+
color: $tab-alt-nav-icon-color;
|
|
1174
|
+
border: $tab-background-scroll-arrow-border;
|
|
1175
|
+
|
|
1176
|
+
&:hover {
|
|
1177
|
+
background: $tab-background-scroll-arrow-hover-bg;
|
|
1178
|
+
color: $tab-bg-hover-nav-icon-color;
|
|
1179
|
+
border-color: $tab-background-scroll-arrow-hover-border-color;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
&:active {
|
|
1183
|
+
background: $tab-background-scroll-arrow-active-bg;
|
|
1184
|
+
color: $tab-background-scroll-arrow-active-color;
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
&:focus {
|
|
1189
|
+
|
|
1190
|
+
.e-nav-arrow {
|
|
1191
|
+
color: $tab-bg-hover-nav-icon-color;
|
|
1192
|
+
border: $tab-background-scroll-focus-arrow-border;
|
|
1193
|
+
background: $tab-background-scroll-focus-arrow-bg;
|
|
1194
|
+
|
|
1195
|
+
&:hover {
|
|
1196
|
+
background: $tab-bg-hover-nav-bg-color;
|
|
1197
|
+
color: $tab-bg-hover-nav-icon-color;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
&:active {
|
|
1201
|
+
background: $tab-background-nav-focus-active-bg;
|
|
1202
|
+
border-color: $tab-background-nav-focus-active-border-color;
|
|
1203
|
+
color: $tab-background-nav-focus-active-color;
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
&:active::after {
|
|
1209
|
+
@include hscroll-alt-btn-animation-after;
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
.e-hor-nav:not(.e-expended-nav),
|
|
1214
|
+
.e-hor-nav {
|
|
1215
|
+
background: $tab-background-hor-nav-bg;
|
|
1216
|
+
|
|
1217
|
+
.e-popup-up-icon,
|
|
1218
|
+
.e-popup-down-icon {
|
|
1219
|
+
color: $tab-background-pop-icon-color;
|
|
1220
|
+
border: $tab-background-pop-icon-border;
|
|
1221
|
+
|
|
1222
|
+
&:hover {
|
|
1223
|
+
background: $tab-background-pop-icon-hover-bg;
|
|
1224
|
+
border-color: $tab-background-pop-icon-hover-border-color;
|
|
1225
|
+
color: $tab-bg-hover-nav-icon-color;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
&:active {
|
|
1229
|
+
&:hover {
|
|
1230
|
+
background: $tab-background-pop-active-hover-bg;
|
|
1231
|
+
color: $tab-background-pop-active-hover-color;
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
&:focus {
|
|
1237
|
+
|
|
1238
|
+
.e-popup-up-icon,
|
|
1239
|
+
.e-popup-down-icon {
|
|
1240
|
+
color: $tab-bg-hover-nav-icon-color;
|
|
1241
|
+
background: $tab-background-focus-pop-bg;
|
|
1242
|
+
border: $tab-background-focus-pop-border;
|
|
1243
|
+
|
|
1244
|
+
&:hover {
|
|
1245
|
+
background: $tab-background-focus-pop-hover-bg;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
&:active {
|
|
1249
|
+
background: $tab-background-popicon-focus-active-bg;
|
|
1250
|
+
border-color: $tab-background-popicon-focus-active-border-color;
|
|
1251
|
+
color: $tab-background-popicon-focus-active-color;
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
&:active::after {
|
|
1257
|
+
@include tbar-alt-btn-animation-after;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
&.e-nav-active {
|
|
1261
|
+
.e-popup-up-icon {
|
|
1262
|
+
color: $tab-bg-hover-nav-icon-color;
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
&.e-horizontal-bottom {
|
|
1268
|
+
.e-toolbar-item.e-active {
|
|
1269
|
+
border: 0;
|
|
1270
|
+
margin: 0;
|
|
1271
|
+
|
|
1272
|
+
.e-tab-wrap {
|
|
1273
|
+
border-color: $tab-background-bottom-active-wrap-border-color;
|
|
1274
|
+
border-radius: $tab-background-bottom-active-wrap-border-radius;
|
|
1275
|
+
border-style: solid;
|
|
1276
|
+
border-width: $tab-background-bottom-active-wrap-border-width;
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
&.e-vertical {
|
|
1282
|
+
|
|
1283
|
+
&.e-vertical-left {
|
|
1284
|
+
.e-toolbar-item.e-active {
|
|
1285
|
+
border-color: $tab-background-vertical-left-active-border-color;
|
|
1286
|
+
border-style: solid;
|
|
1287
|
+
border-width: $tab-background-vertical-left-active-border-width;
|
|
1288
|
+
margin: 0;
|
|
1289
|
+
@if ($skin-name == 'fluent2') {
|
|
1290
|
+
&::before {
|
|
1291
|
+
background-color: $tab-background-text-color;
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
.e-tab-wrap {
|
|
1296
|
+
border-color: $tab-background-bottom-active-wrap-border-color;
|
|
1297
|
+
border-radius: $tab-background-vertical-left-active-wrap-border-radius;
|
|
1298
|
+
border-style: solid;
|
|
1299
|
+
border-width: $tab-background-vertical-left-active-wrap-border-width;
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
&.e-vertical-right {
|
|
1305
|
+
.e-toolbar-item.e-active {
|
|
1306
|
+
border-color: $tab-background-vertical-left-active-border-color;
|
|
1307
|
+
border-style: solid;
|
|
1308
|
+
border-width: $tab-background-vertical-right-active-border-width;
|
|
1309
|
+
margin: 0;
|
|
1310
|
+
|
|
1311
|
+
@if ($skin-name == 'fluent2') {
|
|
1312
|
+
&::before {
|
|
1313
|
+
background-color: $tab-background-text-color;
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
.e-tab-wrap {
|
|
1318
|
+
border-color: $tab-background-bottom-active-wrap-border-color;
|
|
1319
|
+
border-radius: $tab-background-vertical-right-active-wrap-border-radius;
|
|
1320
|
+
border-style: solid;
|
|
1321
|
+
border-width: $tab-background-vertical-right-active-wrap-border-width;
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.e-scroll-nav {
|
|
1327
|
+
|
|
1328
|
+
.e-nav-arrow {
|
|
1329
|
+
border: 0;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
&:focus {
|
|
1333
|
+
|
|
1334
|
+
.e-nav-arrow {
|
|
1335
|
+
border: 0;
|
|
1336
|
+
|
|
1337
|
+
&:hover {
|
|
1338
|
+
background: none;
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
&:hover {
|
|
1344
|
+
|
|
1345
|
+
.e-nav-arrow {
|
|
1346
|
+
color: $tab-bg-hover-nav-icon-color;
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.e-hor-nav {
|
|
1352
|
+
|
|
1353
|
+
&:focus {
|
|
1354
|
+
|
|
1355
|
+
.e-popup-up-icon,
|
|
1356
|
+
.e-popup-down-icon {
|
|
1357
|
+
background: inherit;
|
|
1358
|
+
border-color: transparent;
|
|
1359
|
+
|
|
1360
|
+
&:hover {
|
|
1361
|
+
background: inherit;
|
|
1362
|
+
border-color: transparent;
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.e-popup-up-icon,
|
|
1368
|
+
.e-popup-down-icon {
|
|
1369
|
+
|
|
1370
|
+
&:hover {
|
|
1371
|
+
background: inherit;
|
|
1372
|
+
border-color: transparent;
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
&.e-disable .e-tab-header {
|
|
1380
|
+
|
|
1381
|
+
.e-indicator {
|
|
1382
|
+
background: $tab-alt-disable-border-color;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
.e-toolbar-item {
|
|
1386
|
+
|
|
1387
|
+
.e-tab-wrap {
|
|
1388
|
+
color: $tab-alt-disable-text-color;
|
|
1389
|
+
|
|
1390
|
+
.e-tab-text,
|
|
1391
|
+
.e-tab-icon {
|
|
1392
|
+
color: $tab-alt-disable-text-color;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
&:focus {
|
|
1396
|
+
|
|
1397
|
+
.e-tab-text,
|
|
1398
|
+
.e-tab-icon {
|
|
1399
|
+
color: $tab-alt-disable-text-color;
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
&.e-active {
|
|
1405
|
+
opacity: $tab-alt-disable-active-item-opacity;
|
|
1406
|
+
|
|
1407
|
+
.e-tab-wrap,
|
|
1408
|
+
.e-tab-wrap:focus {
|
|
1409
|
+
background: $tab-alt-disable-active-bg-color;
|
|
1410
|
+
color: $tab-alt-disable-active-text-color;
|
|
1411
|
+
|
|
1412
|
+
.e-tab-text,
|
|
1413
|
+
.e-tab-icon {
|
|
1414
|
+
color: $tab-alt-disable-active-text-color;
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
&.e-accent .e-tab-header {
|
|
1422
|
+
|
|
1423
|
+
.e-indicator {
|
|
1424
|
+
background: $tab-background-accent-indicator-bg;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
&.e-disable {
|
|
1428
|
+
|
|
1429
|
+
.e-indicator {
|
|
1430
|
+
background: $tab-disable-border-color;
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
&.e-focused .e-tab-header {
|
|
1436
|
+
|
|
1437
|
+
.e-toolbar-item {
|
|
1438
|
+
|
|
1439
|
+
.e-tab-wrap:focus {
|
|
1440
|
+
@if ($skin-name == 'fluent2') {
|
|
1441
|
+
box-shadow: $tab-focus-box-shadow;
|
|
1442
|
+
}
|
|
1443
|
+
background: $tab-background-focused-wrap-focus-bg;
|
|
1444
|
+
border-color: $tab-background-focused-wrap-focus-border-color;
|
|
1445
|
+
|
|
1446
|
+
.e-tab-icon,
|
|
1447
|
+
.e-tab-text,
|
|
1448
|
+
.e-close-icon {
|
|
1449
|
+
color: $tab-background-focused-wrap-focus-close-color;
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
&.e-active {
|
|
1454
|
+
|
|
1455
|
+
.e-tab-wrap:focus {
|
|
1456
|
+
background: $tab-background-focused-active-wrap-focus-bg;
|
|
1457
|
+
border-color: $tab-background-focused-active-wrap-focus-border-color;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
.e-tab-wrap:focus .e-tab-text,
|
|
1461
|
+
.e-tab-wrap:focus .e-tab-icon {
|
|
1462
|
+
color: $tab-background-focused-active-wrap-icon-color;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
.e-tab-wrap:hover {
|
|
1466
|
+
background: $tab-background-focused-active-wrap-hover-bg;
|
|
1467
|
+
border: $tab-background-focused-active-wrap-hover-border;
|
|
1468
|
+
border-radius: $tab-background-focused-active-wrap-hover-border-radius;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
.e-tab-wrap:focus {
|
|
1472
|
+
.e-tab-text {
|
|
1473
|
+
color: $tab-background-focused-active-wrap-focus-text-color;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.e-tab-icon {
|
|
1477
|
+
color: $tab-background-focused-active-wrap-focus-icon-color;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.e-close-icon {
|
|
1481
|
+
color: $tab-background-focused-active-wrap-focus-close-color;
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
.e-tab-wrap:hover {
|
|
1486
|
+
.e-tab-text {
|
|
1487
|
+
color: $tab-background-focused-active-wrap-hover-text-color;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.e-tab-icon {
|
|
1491
|
+
color: $tab-background-focused-active-wrap-hover-icon-color;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.e-close-icon {
|
|
1495
|
+
color: $tab-background-focused-active-wrap-hover-close-color;
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.e-tab-wrap:focus:hover {
|
|
1500
|
+
.e-tab-text {
|
|
1501
|
+
color: $tab-background-focused-active-focus-hover-text-color;
|
|
1502
|
+
}
|
|
1503
|
+
.e-close-icon {
|
|
1504
|
+
color: $tab-background-focused-active-focus-hover-close-color;
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
&.e-itop .e-tab-wrap,
|
|
1509
|
+
&.e-ibottom .e-tab-wrap {
|
|
1510
|
+
background: $tab-alt-tb-active-bg-color;
|
|
1511
|
+
|
|
1512
|
+
&:focus {
|
|
1513
|
+
background: $tab-key-alt-active-focus-bg-color;
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
.e-scroll-nav {
|
|
1520
|
+
|
|
1521
|
+
&:focus {
|
|
1522
|
+
|
|
1523
|
+
.e-nav-arrow {
|
|
1524
|
+
color: $tab-bg-nav-focus-icon-color;
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
.e-hor-nav {
|
|
1530
|
+
|
|
1531
|
+
&:focus {
|
|
1532
|
+
|
|
1533
|
+
.e-popup-up-icon,
|
|
1534
|
+
.e-popup-down-icon {
|
|
1535
|
+
color: $tab-bg-nav-focus-icon-color;
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
&.e-rtl {
|
|
1543
|
+
|
|
1544
|
+
.e-tab-header {
|
|
1545
|
+
|
|
1546
|
+
.e-hscroll.e-rtl {
|
|
1547
|
+
|
|
1548
|
+
.e-scroll-nav {
|
|
1549
|
+
border: 0;
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
.e-content {
|
|
1556
|
+
background: inherit;
|
|
1557
|
+
|
|
1558
|
+
.e-item {
|
|
1559
|
+
background: inherit;
|
|
1560
|
+
color: $tab-content-font-color;
|
|
1561
|
+
font-size: $tab-content-font-size;
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
.e-tab-clone-element {
|
|
1567
|
+
background: $tab-clone-item-bg-color;
|
|
1568
|
+
color: $tab-clone-text-color;
|
|
1569
|
+
|
|
1570
|
+
.e-tab-wrap {
|
|
1571
|
+
border-radius: $tab-active-item-border-radius;
|
|
1572
|
+
color: $tab-clone-text-color;
|
|
1573
|
+
border: $tab-clone-item-wrap-border;
|
|
1574
|
+
|
|
1575
|
+
.e-tab-icon {
|
|
1576
|
+
color: $tab-clone-text-color;
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
}
|