@syncfusion/ej2-navigations 27.2.5 → 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 +571 -384
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +817 -624
- 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 +98 -31
- 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 +36 -35
- 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 +16 -9
- package/styles/pager/tailwind.css +16 -9
- package/styles/pager/tailwind3.css +875 -0
- package/styles/pager/tailwind3.scss +5 -0
- package/styles/sidebar/_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 +30 -22
- package/styles/tailwind-dark.css +51 -30
- package/styles/tailwind-lite.css +28 -20
- package/styles/tailwind.css +49 -28
- 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
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
@include export-module('hscroll-material3-icons') {
|
|
2
|
-
|
|
3
|
-
/*! hscroll icons */
|
|
4
|
-
#{&}.e-hscroll {
|
|
5
|
-
|
|
6
|
-
&.e-rtl {
|
|
7
|
-
|
|
8
|
-
&.e-scroll-device {
|
|
9
|
-
|
|
10
|
-
.e-nav-right-arrow::before {
|
|
11
|
-
content: '\e765';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-left-arrow::before {
|
|
15
|
-
content: '\e748';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-nav-left-arrow::before {
|
|
20
|
-
content: '\e748';
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-nav-right-arrow::before {
|
|
24
|
-
content: '\e765';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&.e-scroll-device {
|
|
29
|
-
|
|
30
|
-
.e-nav-right-arrow::before {
|
|
31
|
-
content: '\e748';
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.e-nav-left-arrow::before {
|
|
35
|
-
content: '\e765';
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.e-nav-left-arrow::before {
|
|
40
|
-
content: '\e765';
|
|
41
|
-
line-height: normal;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-nav-right-arrow::before {
|
|
45
|
-
content: '\e748';
|
|
46
|
-
line-height: normal;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
@include export-module('hscroll-material3-icons') {
|
|
2
|
+
|
|
3
|
+
/*! hscroll icons */
|
|
4
|
+
#{&}.e-hscroll {
|
|
5
|
+
|
|
6
|
+
&.e-rtl {
|
|
7
|
+
|
|
8
|
+
&.e-scroll-device {
|
|
9
|
+
|
|
10
|
+
.e-nav-right-arrow::before {
|
|
11
|
+
content: '\e765';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-nav-left-arrow::before {
|
|
15
|
+
content: '\e748';
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-nav-left-arrow::before {
|
|
20
|
+
content: '\e748';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-nav-right-arrow::before {
|
|
24
|
+
content: '\e765';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.e-scroll-device {
|
|
29
|
+
|
|
30
|
+
.e-nav-right-arrow::before {
|
|
31
|
+
content: '\e748';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-nav-left-arrow::before {
|
|
35
|
+
content: '\e765';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-nav-left-arrow::before {
|
|
40
|
+
content: '\e765';
|
|
41
|
+
line-height: normal;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-nav-right-arrow::before {
|
|
45
|
+
content: '\e748';
|
|
46
|
+
line-height: normal;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
@include export-module('hscroll-tailwind-icons') {
|
|
2
|
-
|
|
3
|
-
/*! hscroll icons */
|
|
4
|
-
#{&}.e-hscroll {
|
|
5
|
-
|
|
6
|
-
&.e-rtl {
|
|
7
|
-
|
|
8
|
-
&.e-scroll-device {
|
|
9
|
-
|
|
10
|
-
.e-nav-right-arrow::before {
|
|
11
|
-
content: '\e765';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-left-arrow::before {
|
|
15
|
-
content: '\e748';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-nav-left-arrow::before {
|
|
20
|
-
content: '\e748';
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-nav-right-arrow::before {
|
|
24
|
-
content: '\e765';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&.e-scroll-device {
|
|
29
|
-
|
|
30
|
-
.e-nav-right-arrow::before {
|
|
31
|
-
content: '\e748';
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.e-nav-left-arrow::before {
|
|
35
|
-
content: '\e765';
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.e-nav-left-arrow::before {
|
|
40
|
-
content: '\e765';
|
|
41
|
-
line-height: normal;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-nav-right-arrow::before {
|
|
45
|
-
content: '\e748';
|
|
46
|
-
line-height: normal;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
@include export-module('hscroll-tailwind-icons') {
|
|
2
|
+
|
|
3
|
+
/*! hscroll icons */
|
|
4
|
+
#{&}.e-hscroll {
|
|
5
|
+
|
|
6
|
+
&.e-rtl {
|
|
7
|
+
|
|
8
|
+
&.e-scroll-device {
|
|
9
|
+
|
|
10
|
+
.e-nav-right-arrow::before {
|
|
11
|
+
content: '\e765';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-nav-left-arrow::before {
|
|
15
|
+
content: '\e748';
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-nav-left-arrow::before {
|
|
20
|
+
content: '\e748';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-nav-right-arrow::before {
|
|
24
|
+
content: '\e765';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.e-scroll-device {
|
|
29
|
+
|
|
30
|
+
.e-nav-right-arrow::before {
|
|
31
|
+
content: '\e748';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-nav-left-arrow::before {
|
|
35
|
+
content: '\e765';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-nav-left-arrow::before {
|
|
40
|
+
content: '\e765';
|
|
41
|
+
line-height: normal;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-nav-right-arrow::before {
|
|
45
|
+
content: '\e748';
|
|
46
|
+
line-height: normal;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@include export-module('hscroll-tailwind3-icons') {
|
|
2
|
+
|
|
3
|
+
/*! hscroll icons */
|
|
4
|
+
#{&}.e-hscroll {
|
|
5
|
+
|
|
6
|
+
&.e-rtl {
|
|
7
|
+
|
|
8
|
+
&.e-scroll-device {
|
|
9
|
+
|
|
10
|
+
.e-nav-right-arrow::before {
|
|
11
|
+
content: '\e765';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-nav-left-arrow::before {
|
|
15
|
+
content: '\e748';
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-nav-left-arrow::before {
|
|
20
|
+
content: '\e748';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-nav-right-arrow::before {
|
|
24
|
+
content: '\e765';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.e-scroll-device {
|
|
29
|
+
|
|
30
|
+
.e-nav-right-arrow::before {
|
|
31
|
+
content: '\e748';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-nav-left-arrow::before {
|
|
35
|
+
content: '\e765';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-nav-left-arrow::before {
|
|
40
|
+
content: '\e765';
|
|
41
|
+
line-height: normal;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-nav-right-arrow::before {
|
|
45
|
+
content: '\e748';
|
|
46
|
+
line-height: normal;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/*! component's theme wise override definitions and variables */
|
|
6
|
+
@-webkit-keyframes hscroll-popup-shadow {
|
|
7
|
+
0% {
|
|
8
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
9
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
10
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
11
|
+
}
|
|
12
|
+
100% {
|
|
13
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
14
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
@keyframes hscroll-popup-shadow {
|
|
18
|
+
0% {
|
|
19
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
20
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
21
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
22
|
+
}
|
|
23
|
+
100% {
|
|
24
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
25
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
/*! hscroll icons */
|
|
29
|
+
.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before {
|
|
30
|
+
content: "\e765";
|
|
31
|
+
}
|
|
32
|
+
.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before {
|
|
33
|
+
content: "\e748";
|
|
34
|
+
}
|
|
35
|
+
.e-hscroll.e-rtl .e-nav-left-arrow::before {
|
|
36
|
+
content: "\e748";
|
|
37
|
+
}
|
|
38
|
+
.e-hscroll.e-rtl .e-nav-right-arrow::before {
|
|
39
|
+
content: "\e765";
|
|
40
|
+
}
|
|
41
|
+
.e-hscroll.e-scroll-device .e-nav-right-arrow::before {
|
|
42
|
+
content: "\e748";
|
|
43
|
+
}
|
|
44
|
+
.e-hscroll.e-scroll-device .e-nav-left-arrow::before {
|
|
45
|
+
content: "\e765";
|
|
46
|
+
}
|
|
47
|
+
.e-hscroll .e-nav-left-arrow::before {
|
|
48
|
+
content: "\e765";
|
|
49
|
+
line-height: normal;
|
|
50
|
+
}
|
|
51
|
+
.e-hscroll .e-nav-right-arrow::before {
|
|
52
|
+
content: "\e748";
|
|
53
|
+
line-height: normal;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/*! h-scroll layout */
|
|
57
|
+
.e-hscroll {
|
|
58
|
+
display: block;
|
|
59
|
+
position: relative;
|
|
60
|
+
width: inherit;
|
|
61
|
+
}
|
|
62
|
+
.e-hscroll.e-rtl.e-scroll-device {
|
|
63
|
+
padding-left: 40px;
|
|
64
|
+
padding-right: initial;
|
|
65
|
+
}
|
|
66
|
+
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav {
|
|
67
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
68
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
69
|
+
}
|
|
70
|
+
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
|
|
71
|
+
left: 48px;
|
|
72
|
+
right: auto;
|
|
73
|
+
-webkit-transform: skewX(-16deg) translateX(-6px);
|
|
74
|
+
transform: skewX(-16deg) translateX(-6px);
|
|
75
|
+
}
|
|
76
|
+
.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
|
|
77
|
+
left: auto;
|
|
78
|
+
right: 0;
|
|
79
|
+
}
|
|
80
|
+
.e-hscroll:not(.e-scroll-device) {
|
|
81
|
+
padding: 0 30px;
|
|
82
|
+
}
|
|
83
|
+
.e-hscroll.e-scroll-device {
|
|
84
|
+
padding-right: 40px;
|
|
85
|
+
}
|
|
86
|
+
.e-hscroll.e-scroll-device .e-scroll-nav {
|
|
87
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
88
|
+
transform: skewX(-16deg) translateX(6px);
|
|
89
|
+
width: 48px;
|
|
90
|
+
}
|
|
91
|
+
.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
|
|
92
|
+
font-size: 18px;
|
|
93
|
+
-webkit-transform: skewX(16deg);
|
|
94
|
+
transform: skewX(16deg);
|
|
95
|
+
}
|
|
96
|
+
.e-hscroll.e-scroll-device .e-scroll-overlay {
|
|
97
|
+
opacity: 0.5;
|
|
98
|
+
pointer-events: none;
|
|
99
|
+
position: absolute;
|
|
100
|
+
top: 0;
|
|
101
|
+
z-index: 100;
|
|
102
|
+
}
|
|
103
|
+
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
|
|
104
|
+
left: auto;
|
|
105
|
+
right: 48px;
|
|
106
|
+
-webkit-transform: skewX(-16deg) translateX(6px);
|
|
107
|
+
transform: skewX(-16deg) translateX(6px);
|
|
108
|
+
}
|
|
109
|
+
.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
|
|
110
|
+
left: 0;
|
|
111
|
+
right: auto;
|
|
112
|
+
}
|
|
113
|
+
.e-hscroll.e-overlay .e-hscroll-content > * {
|
|
114
|
+
pointer-events: none;
|
|
115
|
+
}
|
|
116
|
+
.e-hscroll > * {
|
|
117
|
+
height: inherit;
|
|
118
|
+
line-height: normal;
|
|
119
|
+
}
|
|
120
|
+
.e-hscroll .e-hscroll-content {
|
|
121
|
+
display: inline-block;
|
|
122
|
+
height: inherit;
|
|
123
|
+
position: relative;
|
|
124
|
+
}
|
|
125
|
+
.e-hscroll .e-hscroll-content > * {
|
|
126
|
+
pointer-events: auto;
|
|
127
|
+
}
|
|
128
|
+
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
|
|
129
|
+
left: 0;
|
|
130
|
+
right: auto;
|
|
131
|
+
}
|
|
132
|
+
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
|
|
133
|
+
left: auto;
|
|
134
|
+
right: 0;
|
|
135
|
+
}
|
|
136
|
+
.e-hscroll .e-scroll-nav {
|
|
137
|
+
-webkit-box-align: center;
|
|
138
|
+
-ms-flex-align: center;
|
|
139
|
+
align-items: center;
|
|
140
|
+
bottom: 0;
|
|
141
|
+
cursor: pointer;
|
|
142
|
+
display: -webkit-box;
|
|
143
|
+
display: -ms-flexbox;
|
|
144
|
+
display: flex;
|
|
145
|
+
min-height: 48px;
|
|
146
|
+
overflow: hidden;
|
|
147
|
+
position: absolute;
|
|
148
|
+
top: 0;
|
|
149
|
+
width: 30px;
|
|
150
|
+
}
|
|
151
|
+
.e-hscroll .e-scroll-nav.e-scroll-left-nav {
|
|
152
|
+
left: 0;
|
|
153
|
+
}
|
|
154
|
+
.e-hscroll .e-scroll-nav.e-scroll-right-nav {
|
|
155
|
+
right: 0;
|
|
156
|
+
}
|
|
157
|
+
.e-hscroll .e-scroll-nav.e-ie-align {
|
|
158
|
+
display: table;
|
|
159
|
+
}
|
|
160
|
+
.e-hscroll .e-nav-arrow {
|
|
161
|
+
position: relative;
|
|
162
|
+
}
|
|
163
|
+
.e-hscroll .e-nav-arrow.e-icons {
|
|
164
|
+
display: table-cell;
|
|
165
|
+
text-align: center;
|
|
166
|
+
vertical-align: middle;
|
|
167
|
+
width: 100%;
|
|
168
|
+
font-size: 18px;
|
|
169
|
+
}
|
|
170
|
+
.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
|
|
171
|
+
pointer-events: none;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/*! h-scroll theme */
|
|
175
|
+
.e-hscroll .e-scroll-nav .e-icons {
|
|
176
|
+
color: var(--color-sf-secondary-text-color);
|
|
177
|
+
}
|
|
178
|
+
.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
179
|
+
border-color: var(--color-sf-border-light);
|
|
180
|
+
-webkit-box-shadow: 0 1px 2px -1px rgba(var(--color-sf-black), 0.1), 0 1px 3px 0 rgba(var(--color-sf-black), 0.1);
|
|
181
|
+
box-shadow: 0 1px 2px -1px rgba(var(--color-sf-black), 0.1), 0 1px 3px 0 rgba(var(--color-sf-black), 0.1);
|
|
182
|
+
}
|
|
183
|
+
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
184
|
+
background-color: var(--color-sf-content-bg-color-alt2);
|
|
185
|
+
border-color: var(--color-sf-border-light);
|
|
186
|
+
border-width: 1px;
|
|
187
|
+
-webkit-box-shadow: 0 1px 2px -1px rgba(var(--color-sf-black), 0.1), 0 1px 3px 0 rgba(var(--color-sf-black), 0.1);
|
|
188
|
+
box-shadow: 0 1px 2px -1px rgba(var(--color-sf-black), 0.1), 0 1px 3px 0 rgba(var(--color-sf-black), 0.1);
|
|
189
|
+
}
|
|
190
|
+
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
|
|
191
|
+
color: var(--color-sf-icon-color);
|
|
192
|
+
}
|
|
193
|
+
.e-hscroll .e-scroll-overlay {
|
|
194
|
+
background-color: transparent;
|
|
195
|
+
background-repeat: repeat-x;
|
|
196
|
+
}
|
|
197
|
+
.e-hscroll .e-scroll-overlay.e-scroll-left-overlay {
|
|
198
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--color-sf-secondary-bg-color-disabled), 1)), to(rgba(var(--color-sf-secondary-bg-color-disabled), 0)));
|
|
199
|
+
background-image: linear-gradient(-270deg, rgba(var(--color-sf-secondary-bg-color-disabled), 1) 0%, rgba(var(--color-sf-secondary-bg-color-disabled), 0) 100%);
|
|
200
|
+
}
|
|
201
|
+
.e-hscroll .e-scroll-overlay.e-scroll-right-overlay {
|
|
202
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--color-sf-secondary-bg-color-disabled), 0)), to(rgba(var(--color-sf-secondary-bg-color-disabled), 1)));
|
|
203
|
+
background-image: linear-gradient(-270deg, rgba(var(--color-sf-secondary-bg-color-disabled), 0) 0%, rgba(var(--color-sf-secondary-bg-color-disabled), 1) 100%);
|
|
204
|
+
}
|
|
205
|
+
.e-hscroll.e-rtl .e-scroll-nav {
|
|
206
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
207
|
+
}
|
|
208
|
+
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
|
|
209
|
+
border-left: 1px solid var(--color-sf-border-light);
|
|
210
|
+
border-right: 0;
|
|
211
|
+
}
|
|
212
|
+
.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
|
|
213
|
+
border-left: 0;
|
|
214
|
+
border-right: 1px solid var(--color-sf-border-light);
|
|
215
|
+
}
|
|
216
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover {
|
|
217
|
+
background: var(--color-sf-secondary-bg-color-hover);
|
|
218
|
+
border: 0;
|
|
219
|
+
color: var(--color-sf-secondary-text-color-hover);
|
|
220
|
+
}
|
|
221
|
+
.e-hscroll.e-rtl .e-scroll-nav:hover:active {
|
|
222
|
+
background: var(--color-sf-secondary-bg-color-pressed);
|
|
223
|
+
}
|
|
224
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
|
|
225
|
+
background: var(--color-sf-secondary-bg-color-hover);
|
|
226
|
+
color: var(--color-sf-secondary-text-color-hover);
|
|
227
|
+
}
|
|
228
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons {
|
|
229
|
+
color: var(--color-sf-secondary-text-color-focus);
|
|
230
|
+
}
|
|
231
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
|
|
232
|
+
background: var(--color-sf-secondary-bg-color-focus);
|
|
233
|
+
border: 0;
|
|
234
|
+
color: var(--color-sf-secondary-text-color-hover);
|
|
235
|
+
}
|
|
236
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons {
|
|
237
|
+
color: var(--color-sf-secondary-text-color-focus);
|
|
238
|
+
}
|
|
239
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
240
|
+
background: var(--color-sf-secondary-bg-color-pressed);
|
|
241
|
+
border: 0;
|
|
242
|
+
-webkit-box-shadow: none;
|
|
243
|
+
box-shadow: none;
|
|
244
|
+
color: var(--color-sf-content-text-color-alt2);
|
|
245
|
+
}
|
|
246
|
+
.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons {
|
|
247
|
+
color: var(--color-sf-secondary-text-color-pressed);
|
|
248
|
+
}
|
|
249
|
+
.e-hscroll .e-scroll-nav {
|
|
250
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
251
|
+
}
|
|
252
|
+
.e-hscroll .e-scroll-nav.e-scroll-left-nav {
|
|
253
|
+
border-right: 1px solid var(--color-sf-border-light);
|
|
254
|
+
}
|
|
255
|
+
.e-hscroll .e-scroll-nav.e-scroll-right-nav {
|
|
256
|
+
border-left: 1px solid var(--color-sf-border-light);
|
|
257
|
+
}
|
|
258
|
+
.e-hscroll .e-scroll-nav::after {
|
|
259
|
+
background-color: transparent;
|
|
260
|
+
border-radius: 50%;
|
|
261
|
+
border-width: 1px;
|
|
262
|
+
-webkit-box-sizing: border-box;
|
|
263
|
+
box-sizing: border-box;
|
|
264
|
+
content: "";
|
|
265
|
+
height: 1px;
|
|
266
|
+
left: 50%;
|
|
267
|
+
position: absolute;
|
|
268
|
+
top: 50%;
|
|
269
|
+
visibility: hidden;
|
|
270
|
+
width: 1px;
|
|
271
|
+
}
|
|
272
|
+
.e-hscroll .e-scroll-nav:active::after {
|
|
273
|
+
-webkit-animation: hscroll-popup-shadow 0.6s ease-out 0ms;
|
|
274
|
+
animation: hscroll-popup-shadow 0.6s ease-out 0ms;
|
|
275
|
+
visibility: visible;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.e-bigger .e-hscroll,
|
|
279
|
+
.e-hscroll.e-bigger {
|
|
280
|
+
min-height: 56px;
|
|
281
|
+
}
|
|
282
|
+
.e-bigger .e-hscroll:not(.e-scroll-device),
|
|
283
|
+
.e-hscroll.e-bigger:not(.e-scroll-device) {
|
|
284
|
+
padding: 0 48px;
|
|
285
|
+
}
|
|
286
|
+
.e-bigger .e-hscroll.e-scroll-device,
|
|
287
|
+
.e-hscroll.e-bigger.e-scroll-device {
|
|
288
|
+
padding-right: 48px;
|
|
289
|
+
}
|
|
290
|
+
.e-bigger .e-hscroll.e-rtl.e-scroll-device,
|
|
291
|
+
.e-hscroll.e-bigger.e-rtl.e-scroll-device {
|
|
292
|
+
padding-left: 48px;
|
|
293
|
+
padding-right: initial;
|
|
294
|
+
}
|
|
295
|
+
.e-bigger .e-hscroll .e-nav-arrow.e-icons,
|
|
296
|
+
.e-hscroll.e-bigger .e-nav-arrow.e-icons {
|
|
297
|
+
font-size: 22px;
|
|
298
|
+
}
|
|
299
|
+
.e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay,
|
|
300
|
+
.e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay {
|
|
301
|
+
left: 48px;
|
|
302
|
+
}
|
|
303
|
+
.e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay,
|
|
304
|
+
.e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay {
|
|
305
|
+
right: 48px;
|
|
306
|
+
}
|
|
307
|
+
.e-bigger .e-hscroll .e-scroll-nav,
|
|
308
|
+
.e-hscroll.e-bigger .e-scroll-nav {
|
|
309
|
+
min-height: 56px;
|
|
310
|
+
width: 48px;
|
|
311
|
+
}
|
|
@@ -1342,7 +1342,6 @@
|
|
|
1342
1342
|
}
|
|
1343
1343
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1344
1344
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1345
|
-
color: #000;
|
|
1346
1345
|
display: -webkit-box;
|
|
1347
1346
|
display: -ms-flexbox;
|
|
1348
1347
|
display: flex;
|
|
@@ -1356,6 +1355,7 @@
|
|
|
1356
1355
|
justify-content: center;
|
|
1357
1356
|
width: 100%;
|
|
1358
1357
|
font-size: 12px;
|
|
1358
|
+
color: #000;
|
|
1359
1359
|
}
|
|
1360
1360
|
.e-toolbar.e-toolpop {
|
|
1361
1361
|
overflow: visible;
|
|
@@ -4929,17 +4929,6 @@
|
|
|
4929
4929
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
4930
4930
|
color: #000;
|
|
4931
4931
|
}
|
|
4932
|
-
@media screen and (max-width: 480px) {
|
|
4933
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4934
|
-
color: #000;
|
|
4935
|
-
}
|
|
4936
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
4937
|
-
color: #000;
|
|
4938
|
-
}
|
|
4939
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4940
|
-
color: #000;
|
|
4941
|
-
}
|
|
4942
|
-
}
|
|
4943
4932
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4944
4933
|
background: inherit;
|
|
4945
4934
|
border: 2px solid #fff;
|
|
@@ -6162,6 +6151,9 @@
|
|
|
6162
6151
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6163
6152
|
height: 28px;
|
|
6164
6153
|
}
|
|
6154
|
+
.e-treeview .e-navigable-text {
|
|
6155
|
+
padding: 0 5px;
|
|
6156
|
+
}
|
|
6165
6157
|
.e-treeview .e-list-icon,
|
|
6166
6158
|
.e-treeview .e-list-img {
|
|
6167
6159
|
display: inline-block;
|
|
@@ -6179,6 +6171,10 @@
|
|
|
6179
6171
|
.e-treeview .e-list-img + .e-list-text {
|
|
6180
6172
|
padding: 0 10px;
|
|
6181
6173
|
}
|
|
6174
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
6175
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
6176
|
+
padding: 0 10px;
|
|
6177
|
+
}
|
|
6182
6178
|
.e-treeview .e-icon-collapsible,
|
|
6183
6179
|
.e-treeview .e-icon-expandable {
|
|
6184
6180
|
display: inline-block;
|
|
@@ -6283,6 +6279,12 @@
|
|
|
6283
6279
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
6284
6280
|
padding: 0 0 0 5px;
|
|
6285
6281
|
}
|
|
6282
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
6283
|
+
padding: 0;
|
|
6284
|
+
}
|
|
6285
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
6286
|
+
padding: 0;
|
|
6287
|
+
}
|
|
6286
6288
|
.e-treeview .e-navigable .e-list-icon,
|
|
6287
6289
|
.e-treeview .e-navigable .e-list-img {
|
|
6288
6290
|
margin: 0 10px 0 0;
|
|
@@ -6330,6 +6332,9 @@
|
|
|
6330
6332
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
6331
6333
|
padding: 0 5px 0 0;
|
|
6332
6334
|
}
|
|
6335
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
6336
|
+
padding: 0;
|
|
6337
|
+
}
|
|
6333
6338
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
6334
6339
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
6335
6340
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8416,6 +8421,7 @@ ejs-sidebar {
|
|
|
8416
8421
|
}
|
|
8417
8422
|
.e-stepper.e-vertical {
|
|
8418
8423
|
min-height: inherit;
|
|
8424
|
+
height: inherit;
|
|
8419
8425
|
display: inline-block;
|
|
8420
8426
|
}
|
|
8421
8427
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -8439,6 +8445,7 @@ ejs-sidebar {
|
|
|
8439
8445
|
-ms-flex-direction: column;
|
|
8440
8446
|
flex-direction: column;
|
|
8441
8447
|
min-height: inherit;
|
|
8448
|
+
height: inherit;
|
|
8442
8449
|
float: left;
|
|
8443
8450
|
-webkit-box-align: start;
|
|
8444
8451
|
-ms-flex-align: start;
|
|
@@ -8690,7 +8697,8 @@ ejs-sidebar {
|
|
|
8690
8697
|
background-color: #fff;
|
|
8691
8698
|
border-color: transparent;
|
|
8692
8699
|
}
|
|
8693
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
8700
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
8701
|
+
.e-stepper .e-step-disabled .e-step {
|
|
8694
8702
|
background: #757575;
|
|
8695
8703
|
color: #fff;
|
|
8696
8704
|
}
|