@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/bootstrap4.css
CHANGED
|
@@ -727,6 +727,13 @@
|
|
|
727
727
|
margin-top: 10px;
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
|
+
@media (max-width: 769px) {
|
|
731
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
732
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
733
|
+
margin-left: 0;
|
|
734
|
+
margin-top: 10px;
|
|
735
|
+
}
|
|
736
|
+
}
|
|
730
737
|
.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
|
|
731
738
|
.e-pager.e-bigger.e-rtl .e-pp.e-spacing.e-numericitem,
|
|
732
739
|
.e-pager.e-bigger.e-rtl .e-np.e-spacing.e-numericitem,
|
|
@@ -1600,7 +1607,6 @@
|
|
|
1600
1607
|
}
|
|
1601
1608
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1602
1609
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1603
|
-
color: #495057;
|
|
1604
1610
|
display: -webkit-box;
|
|
1605
1611
|
display: -ms-flexbox;
|
|
1606
1612
|
display: flex;
|
|
@@ -1614,6 +1620,7 @@
|
|
|
1614
1620
|
justify-content: center;
|
|
1615
1621
|
width: 100%;
|
|
1616
1622
|
font-size: 12px;
|
|
1623
|
+
color: #495057;
|
|
1617
1624
|
}
|
|
1618
1625
|
.e-toolbar.e-toolpop {
|
|
1619
1626
|
overflow: visible;
|
|
@@ -5611,17 +5618,6 @@
|
|
|
5611
5618
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5612
5619
|
color: #007bff;
|
|
5613
5620
|
}
|
|
5614
|
-
@media screen and (max-width: 480px) {
|
|
5615
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5616
|
-
color: #37b;
|
|
5617
|
-
}
|
|
5618
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5619
|
-
color: #37b;
|
|
5620
|
-
}
|
|
5621
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5622
|
-
color: #777;
|
|
5623
|
-
}
|
|
5624
|
-
}
|
|
5625
5621
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5626
5622
|
background: transparent;
|
|
5627
5623
|
border: 1px solid #e9ecef;
|
|
@@ -7000,6 +6996,13 @@
|
|
|
7000
6996
|
top: 0;
|
|
7001
6997
|
vertical-align: initial;
|
|
7002
6998
|
}
|
|
6999
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7000
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,
|
|
7001
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7002
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
7003
|
+
height: 100%;
|
|
7004
|
+
width: 100%;
|
|
7005
|
+
}
|
|
7003
7006
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
7004
7007
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
7005
7008
|
height: 42px;
|
|
@@ -8038,6 +8041,9 @@
|
|
|
8038
8041
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8039
8042
|
height: 28px;
|
|
8040
8043
|
}
|
|
8044
|
+
.e-treeview .e-navigable-text {
|
|
8045
|
+
padding: 0 8px 0 6px;
|
|
8046
|
+
}
|
|
8041
8047
|
.e-treeview .e-list-icon,
|
|
8042
8048
|
.e-treeview .e-list-img {
|
|
8043
8049
|
display: inline-block;
|
|
@@ -8055,6 +8061,10 @@
|
|
|
8055
8061
|
.e-treeview .e-list-img + .e-list-text {
|
|
8056
8062
|
padding: 0 8px;
|
|
8057
8063
|
}
|
|
8064
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
8065
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
8066
|
+
padding: 0 8px;
|
|
8067
|
+
}
|
|
8058
8068
|
.e-treeview .e-icon-collapsible,
|
|
8059
8069
|
.e-treeview .e-icon-expandable {
|
|
8060
8070
|
display: inline-block;
|
|
@@ -8159,6 +8169,12 @@
|
|
|
8159
8169
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
8160
8170
|
padding: 0 0 0 5px;
|
|
8161
8171
|
}
|
|
8172
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
8173
|
+
padding: 0;
|
|
8174
|
+
}
|
|
8175
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
8176
|
+
padding: 0;
|
|
8177
|
+
}
|
|
8162
8178
|
.e-treeview .e-navigable .e-list-icon,
|
|
8163
8179
|
.e-treeview .e-navigable .e-list-img {
|
|
8164
8180
|
margin: 0 8px 0 0;
|
|
@@ -8211,6 +8227,9 @@
|
|
|
8211
8227
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
8212
8228
|
padding: 0 5px 0 0;
|
|
8213
8229
|
}
|
|
8230
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
8231
|
+
padding: 0;
|
|
8232
|
+
}
|
|
8214
8233
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
8215
8234
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
8216
8235
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8533,7 +8552,6 @@
|
|
|
8533
8552
|
.e-treeview.e-bigger .e-list-text {
|
|
8534
8553
|
line-height: 36px;
|
|
8535
8554
|
min-height: 38px;
|
|
8536
|
-
padding: 0 12px 0 8px;
|
|
8537
8555
|
}
|
|
8538
8556
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8539
8557
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -10374,11 +10392,11 @@ ejs-sidebar {
|
|
|
10374
10392
|
color: #6c757d;
|
|
10375
10393
|
}
|
|
10376
10394
|
.e-breadcrumb-popup .e-breadcrumb-text:hover {
|
|
10377
|
-
background: #
|
|
10395
|
+
background: #fefefe;
|
|
10378
10396
|
color: #212529;
|
|
10379
10397
|
}
|
|
10380
10398
|
.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text:focus {
|
|
10381
|
-
background: #
|
|
10399
|
+
background: #fefefe;
|
|
10382
10400
|
color: #212529;
|
|
10383
10401
|
}
|
|
10384
10402
|
|
|
@@ -11003,6 +11021,7 @@ ejs-sidebar {
|
|
|
11003
11021
|
}
|
|
11004
11022
|
.e-stepper.e-vertical {
|
|
11005
11023
|
min-height: inherit;
|
|
11024
|
+
height: inherit;
|
|
11006
11025
|
display: inline-block;
|
|
11007
11026
|
}
|
|
11008
11027
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -11026,6 +11045,7 @@ ejs-sidebar {
|
|
|
11026
11045
|
-ms-flex-direction: column;
|
|
11027
11046
|
flex-direction: column;
|
|
11028
11047
|
min-height: inherit;
|
|
11048
|
+
height: inherit;
|
|
11029
11049
|
float: left;
|
|
11030
11050
|
-webkit-box-align: start;
|
|
11031
11051
|
-ms-flex-align: start;
|
|
@@ -11277,7 +11297,8 @@ ejs-sidebar {
|
|
|
11277
11297
|
background-color: #fff;
|
|
11278
11298
|
border-color: transparent;
|
|
11279
11299
|
}
|
|
11280
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
11300
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
11301
|
+
.e-stepper .e-step-disabled .e-step {
|
|
11281
11302
|
background: #dee2e6;
|
|
11282
11303
|
color: #f8f9fa;
|
|
11283
11304
|
}
|
|
@@ -1395,7 +1395,6 @@
|
|
|
1395
1395
|
}
|
|
1396
1396
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1397
1397
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1398
|
-
color: #adb5bd;
|
|
1399
1398
|
display: -webkit-box;
|
|
1400
1399
|
display: -ms-flexbox;
|
|
1401
1400
|
display: flex;
|
|
@@ -1409,6 +1408,7 @@
|
|
|
1409
1408
|
justify-content: center;
|
|
1410
1409
|
width: 100%;
|
|
1411
1410
|
font-size: 18px;
|
|
1411
|
+
color: #adb5bd;
|
|
1412
1412
|
}
|
|
1413
1413
|
.e-toolbar.e-toolpop {
|
|
1414
1414
|
overflow: visible;
|
|
@@ -1668,16 +1668,16 @@
|
|
|
1668
1668
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1669
1669
|
.e-toolbar {
|
|
1670
1670
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1671
|
-
background: #
|
|
1671
|
+
background: #1a1d21;
|
|
1672
1672
|
border: 0 solid #444c54;
|
|
1673
1673
|
-webkit-box-shadow: none;
|
|
1674
1674
|
box-shadow: none;
|
|
1675
1675
|
}
|
|
1676
1676
|
.e-toolbar .e-toolbar-items {
|
|
1677
|
-
background: #
|
|
1677
|
+
background: #1a1d21;
|
|
1678
1678
|
}
|
|
1679
1679
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1680
|
-
background: #
|
|
1680
|
+
background: #1a1d21;
|
|
1681
1681
|
-webkit-box-shadow: none;
|
|
1682
1682
|
box-shadow: none;
|
|
1683
1683
|
color: #fff;
|
|
@@ -1702,7 +1702,7 @@
|
|
|
1702
1702
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1703
1703
|
}
|
|
1704
1704
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1705
|
-
background:
|
|
1705
|
+
background: #5c636a;
|
|
1706
1706
|
border-radius: 4px;
|
|
1707
1707
|
color: #adb5bd;
|
|
1708
1708
|
border-color: #adb5bd;
|
|
@@ -1712,11 +1712,11 @@
|
|
|
1712
1712
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1713
1713
|
}
|
|
1714
1714
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1715
|
-
color: #
|
|
1715
|
+
color: #fff;
|
|
1716
1716
|
}
|
|
1717
1717
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1718
1718
|
color: #fff;
|
|
1719
|
-
color: #
|
|
1719
|
+
color: #fff;
|
|
1720
1720
|
}
|
|
1721
1721
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
1722
1722
|
background: #5c636a;
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
color: #adb5bd;
|
|
1728
1728
|
}
|
|
1729
1729
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1730
|
-
color: #
|
|
1730
|
+
color: #fff;
|
|
1731
1731
|
color: #fff;
|
|
1732
1732
|
}
|
|
1733
1733
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
@@ -1750,17 +1750,17 @@
|
|
|
1750
1750
|
color: #ced4da;
|
|
1751
1751
|
}
|
|
1752
1752
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
1753
|
-
color: #
|
|
1753
|
+
color: #fff;
|
|
1754
1754
|
}
|
|
1755
1755
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
1756
|
-
color: #
|
|
1756
|
+
color: #fff;
|
|
1757
1757
|
}
|
|
1758
1758
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1759
1759
|
border: solid #444c54;
|
|
1760
1760
|
border-width: 0 1px 0 0;
|
|
1761
1761
|
}
|
|
1762
1762
|
.e-toolbar .e-toolbar-item.e-overlay {
|
|
1763
|
-
background: #
|
|
1763
|
+
background: #1a1d21;
|
|
1764
1764
|
opacity: 0.5;
|
|
1765
1765
|
color: #ced4da;
|
|
1766
1766
|
}
|
|
@@ -1782,7 +1782,7 @@
|
|
|
1782
1782
|
border-width: 0 0 1px 0;
|
|
1783
1783
|
}
|
|
1784
1784
|
.e-toolbar .e-hor-nav {
|
|
1785
|
-
background: #
|
|
1785
|
+
background: #1a1d21;
|
|
1786
1786
|
border: solid #444c54;
|
|
1787
1787
|
border-width: 0 0 0 0;
|
|
1788
1788
|
}
|
|
@@ -1797,7 +1797,7 @@
|
|
|
1797
1797
|
-webkit-box-shadow: none;
|
|
1798
1798
|
box-shadow: none;
|
|
1799
1799
|
color: #ced4da;
|
|
1800
|
-
background: #
|
|
1800
|
+
background: #1a1d21;
|
|
1801
1801
|
}
|
|
1802
1802
|
.e-toolbar .e-hor-nav:active .e-icons {
|
|
1803
1803
|
color: #adb5bd;
|
|
@@ -1875,7 +1875,7 @@
|
|
|
1875
1875
|
border-width: 0;
|
|
1876
1876
|
}
|
|
1877
1877
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
1878
|
-
background:
|
|
1878
|
+
background: #565e64;
|
|
1879
1879
|
-webkit-box-shadow: none;
|
|
1880
1880
|
box-shadow: none;
|
|
1881
1881
|
border-color: #444c54;
|
|
@@ -1897,13 +1897,13 @@
|
|
|
1897
1897
|
background: transparent;
|
|
1898
1898
|
}
|
|
1899
1899
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
1900
|
-
background: #
|
|
1900
|
+
background: #1a1d21;
|
|
1901
1901
|
-webkit-box-shadow: none;
|
|
1902
1902
|
box-shadow: none;
|
|
1903
1903
|
border: none;
|
|
1904
1904
|
}
|
|
1905
1905
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
1906
|
-
background:
|
|
1906
|
+
background: #5c636a;
|
|
1907
1907
|
border-radius: 4px;
|
|
1908
1908
|
border-color: #adb5bd;
|
|
1909
1909
|
border-style: solid;
|
|
@@ -1932,13 +1932,13 @@
|
|
|
1932
1932
|
border-width: 0 1px 0 0;
|
|
1933
1933
|
}
|
|
1934
1934
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
1935
|
-
background: #
|
|
1935
|
+
background: #1a1d21;
|
|
1936
1936
|
}
|
|
1937
1937
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1938
|
-
background: #
|
|
1938
|
+
background: #1a1d21;
|
|
1939
1939
|
}
|
|
1940
1940
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
1941
|
-
background: #
|
|
1941
|
+
background: #1a1d21;
|
|
1942
1942
|
border: solid #444c54;
|
|
1943
1943
|
border-width: 0 0 0 0;
|
|
1944
1944
|
}
|
|
@@ -4961,17 +4961,6 @@
|
|
|
4961
4961
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
4962
4962
|
color: #adb5bd;
|
|
4963
4963
|
}
|
|
4964
|
-
@media screen and (max-width: 480px) {
|
|
4965
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4966
|
-
color: #ced4da;
|
|
4967
|
-
}
|
|
4968
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
4969
|
-
color: #ced4da;
|
|
4970
|
-
}
|
|
4971
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
4972
|
-
color: rgba(173, 181, 189, 0.87);
|
|
4973
|
-
}
|
|
4974
|
-
}
|
|
4975
4964
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
4976
4965
|
background: transparent;
|
|
4977
4966
|
border: 1px solid #444c54;
|
|
@@ -6195,6 +6184,9 @@
|
|
|
6195
6184
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6196
6185
|
height: 28px;
|
|
6197
6186
|
}
|
|
6187
|
+
.e-treeview .e-navigable-text {
|
|
6188
|
+
padding: 0 8px;
|
|
6189
|
+
}
|
|
6198
6190
|
.e-treeview .e-list-icon,
|
|
6199
6191
|
.e-treeview .e-list-img {
|
|
6200
6192
|
display: inline-block;
|
|
@@ -6212,6 +6204,10 @@
|
|
|
6212
6204
|
.e-treeview .e-list-img + .e-list-text {
|
|
6213
6205
|
padding: 0 8px;
|
|
6214
6206
|
}
|
|
6207
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
6208
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
6209
|
+
padding: 0 8px;
|
|
6210
|
+
}
|
|
6215
6211
|
.e-treeview .e-icon-collapsible,
|
|
6216
6212
|
.e-treeview .e-icon-expandable {
|
|
6217
6213
|
display: inline-block;
|
|
@@ -6313,6 +6309,12 @@
|
|
|
6313
6309
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
6314
6310
|
padding: 0 0 0 12px;
|
|
6315
6311
|
}
|
|
6312
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
6313
|
+
padding: 0;
|
|
6314
|
+
}
|
|
6315
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
6316
|
+
padding: 0;
|
|
6317
|
+
}
|
|
6316
6318
|
.e-treeview .e-navigable .e-list-icon,
|
|
6317
6319
|
.e-treeview .e-navigable .e-list-img {
|
|
6318
6320
|
margin: 0 8px 0 0;
|
|
@@ -6368,6 +6370,9 @@
|
|
|
6368
6370
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
6369
6371
|
padding: 0 12px 0 0;
|
|
6370
6372
|
}
|
|
6373
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
6374
|
+
padding: 0;
|
|
6375
|
+
}
|
|
6371
6376
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
6372
6377
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
6373
6378
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -6630,7 +6635,7 @@ ejs-sidebar {
|
|
|
6630
6635
|
.e-sidebar {
|
|
6631
6636
|
/* stylelint-disable property-no-vendor-prefix */
|
|
6632
6637
|
-webkit-tap-highlight-color: transparent;
|
|
6633
|
-
background: #
|
|
6638
|
+
background: #1a1d21;
|
|
6634
6639
|
height: 100%;
|
|
6635
6640
|
overflow: auto;
|
|
6636
6641
|
position: fixed;
|
|
@@ -7428,7 +7433,7 @@ ejs-sidebar {
|
|
|
7428
7433
|
|
|
7429
7434
|
.e-menu-wrapper,
|
|
7430
7435
|
.e-menu-container {
|
|
7431
|
-
background: #
|
|
7436
|
+
background: #1a1d21;
|
|
7432
7437
|
}
|
|
7433
7438
|
.e-menu-wrapper .e-menu,
|
|
7434
7439
|
.e-menu-container .e-menu {
|
|
@@ -7536,7 +7541,7 @@ ejs-sidebar {
|
|
|
7536
7541
|
}
|
|
7537
7542
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
7538
7543
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
|
7539
|
-
background: #
|
|
7544
|
+
background: #1a1d21;
|
|
7540
7545
|
}
|
|
7541
7546
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons,
|
|
7542
7547
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons {
|
|
@@ -8460,6 +8465,7 @@ ejs-sidebar {
|
|
|
8460
8465
|
}
|
|
8461
8466
|
.e-stepper.e-vertical {
|
|
8462
8467
|
min-height: inherit;
|
|
8468
|
+
height: inherit;
|
|
8463
8469
|
display: inline-block;
|
|
8464
8470
|
}
|
|
8465
8471
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -8483,6 +8489,7 @@ ejs-sidebar {
|
|
|
8483
8489
|
-ms-flex-direction: column;
|
|
8484
8490
|
flex-direction: column;
|
|
8485
8491
|
min-height: inherit;
|
|
8492
|
+
height: inherit;
|
|
8486
8493
|
float: left;
|
|
8487
8494
|
-webkit-box-align: start;
|
|
8488
8495
|
-ms-flex-align: start;
|
|
@@ -8734,7 +8741,8 @@ ejs-sidebar {
|
|
|
8734
8741
|
background-color: #212529;
|
|
8735
8742
|
border-color: transparent;
|
|
8736
8743
|
}
|
|
8737
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
8744
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
8745
|
+
.e-stepper .e-step-disabled .e-step {
|
|
8738
8746
|
background: #495057;
|
|
8739
8747
|
color: #6c757d;
|
|
8740
8748
|
}
|
|
@@ -746,6 +746,13 @@
|
|
|
746
746
|
margin-top: 10px;
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
|
+
@media (max-width: 769px) {
|
|
750
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
751
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
752
|
+
margin-left: 0;
|
|
753
|
+
margin-top: 10px;
|
|
754
|
+
}
|
|
755
|
+
}
|
|
749
756
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem,
|
|
750
757
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem:hover,
|
|
751
758
|
.e-pager.e-bigger.e-rtl .e-numericitem.e-currentitem,
|
|
@@ -1663,7 +1670,6 @@
|
|
|
1663
1670
|
}
|
|
1664
1671
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1665
1672
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1666
|
-
color: #adb5bd;
|
|
1667
1673
|
display: -webkit-box;
|
|
1668
1674
|
display: -ms-flexbox;
|
|
1669
1675
|
display: flex;
|
|
@@ -1677,6 +1683,7 @@
|
|
|
1677
1683
|
justify-content: center;
|
|
1678
1684
|
width: 100%;
|
|
1679
1685
|
font-size: 18px;
|
|
1686
|
+
color: #adb5bd;
|
|
1680
1687
|
}
|
|
1681
1688
|
.e-toolbar.e-toolpop {
|
|
1682
1689
|
overflow: visible;
|
|
@@ -1936,16 +1943,16 @@
|
|
|
1936
1943
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1937
1944
|
.e-toolbar {
|
|
1938
1945
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1939
|
-
background: #
|
|
1946
|
+
background: #1a1d21;
|
|
1940
1947
|
border: 0 solid #444c54;
|
|
1941
1948
|
-webkit-box-shadow: none;
|
|
1942
1949
|
box-shadow: none;
|
|
1943
1950
|
}
|
|
1944
1951
|
.e-toolbar .e-toolbar-items {
|
|
1945
|
-
background: #
|
|
1952
|
+
background: #1a1d21;
|
|
1946
1953
|
}
|
|
1947
1954
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1948
|
-
background: #
|
|
1955
|
+
background: #1a1d21;
|
|
1949
1956
|
-webkit-box-shadow: none;
|
|
1950
1957
|
box-shadow: none;
|
|
1951
1958
|
color: #fff;
|
|
@@ -1970,7 +1977,7 @@
|
|
|
1970
1977
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1971
1978
|
}
|
|
1972
1979
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1973
|
-
background:
|
|
1980
|
+
background: #5c636a;
|
|
1974
1981
|
border-radius: 4px;
|
|
1975
1982
|
color: #adb5bd;
|
|
1976
1983
|
border-color: #adb5bd;
|
|
@@ -1980,11 +1987,11 @@
|
|
|
1980
1987
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
1981
1988
|
}
|
|
1982
1989
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
1983
|
-
color: #
|
|
1990
|
+
color: #fff;
|
|
1984
1991
|
}
|
|
1985
1992
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
1986
1993
|
color: #fff;
|
|
1987
|
-
color: #
|
|
1994
|
+
color: #fff;
|
|
1988
1995
|
}
|
|
1989
1996
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
1990
1997
|
background: #5c636a;
|
|
@@ -1995,7 +2002,7 @@
|
|
|
1995
2002
|
color: #adb5bd;
|
|
1996
2003
|
}
|
|
1997
2004
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
1998
|
-
color: #
|
|
2005
|
+
color: #fff;
|
|
1999
2006
|
color: #fff;
|
|
2000
2007
|
}
|
|
2001
2008
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
@@ -2018,17 +2025,17 @@
|
|
|
2018
2025
|
color: #ced4da;
|
|
2019
2026
|
}
|
|
2020
2027
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2021
|
-
color: #
|
|
2028
|
+
color: #fff;
|
|
2022
2029
|
}
|
|
2023
2030
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text {
|
|
2024
|
-
color: #
|
|
2031
|
+
color: #fff;
|
|
2025
2032
|
}
|
|
2026
2033
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
2027
2034
|
border: solid #444c54;
|
|
2028
2035
|
border-width: 0 1px 0 0;
|
|
2029
2036
|
}
|
|
2030
2037
|
.e-toolbar .e-toolbar-item.e-overlay {
|
|
2031
|
-
background: #
|
|
2038
|
+
background: #1a1d21;
|
|
2032
2039
|
opacity: 0.5;
|
|
2033
2040
|
color: #ced4da;
|
|
2034
2041
|
}
|
|
@@ -2050,7 +2057,7 @@
|
|
|
2050
2057
|
border-width: 0 0 1px 0;
|
|
2051
2058
|
}
|
|
2052
2059
|
.e-toolbar .e-hor-nav {
|
|
2053
|
-
background: #
|
|
2060
|
+
background: #1a1d21;
|
|
2054
2061
|
border: solid #444c54;
|
|
2055
2062
|
border-width: 0 0 0 0;
|
|
2056
2063
|
}
|
|
@@ -2065,7 +2072,7 @@
|
|
|
2065
2072
|
-webkit-box-shadow: none;
|
|
2066
2073
|
box-shadow: none;
|
|
2067
2074
|
color: #ced4da;
|
|
2068
|
-
background: #
|
|
2075
|
+
background: #1a1d21;
|
|
2069
2076
|
}
|
|
2070
2077
|
.e-toolbar .e-hor-nav:active .e-icons {
|
|
2071
2078
|
color: #adb5bd;
|
|
@@ -2143,7 +2150,7 @@
|
|
|
2143
2150
|
border-width: 0;
|
|
2144
2151
|
}
|
|
2145
2152
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
2146
|
-
background:
|
|
2153
|
+
background: #565e64;
|
|
2147
2154
|
-webkit-box-shadow: none;
|
|
2148
2155
|
box-shadow: none;
|
|
2149
2156
|
border-color: #444c54;
|
|
@@ -2165,13 +2172,13 @@
|
|
|
2165
2172
|
background: transparent;
|
|
2166
2173
|
}
|
|
2167
2174
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
2168
|
-
background: #
|
|
2175
|
+
background: #1a1d21;
|
|
2169
2176
|
-webkit-box-shadow: none;
|
|
2170
2177
|
box-shadow: none;
|
|
2171
2178
|
border: none;
|
|
2172
2179
|
}
|
|
2173
2180
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
2174
|
-
background:
|
|
2181
|
+
background: #5c636a;
|
|
2175
2182
|
border-radius: 4px;
|
|
2176
2183
|
border-color: #adb5bd;
|
|
2177
2184
|
border-style: solid;
|
|
@@ -2200,13 +2207,13 @@
|
|
|
2200
2207
|
border-width: 0 1px 0 0;
|
|
2201
2208
|
}
|
|
2202
2209
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
2203
|
-
background: #
|
|
2210
|
+
background: #1a1d21;
|
|
2204
2211
|
}
|
|
2205
2212
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
2206
|
-
background: #
|
|
2213
|
+
background: #1a1d21;
|
|
2207
2214
|
}
|
|
2208
2215
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
2209
|
-
background: #
|
|
2216
|
+
background: #1a1d21;
|
|
2210
2217
|
border: solid #444c54;
|
|
2211
2218
|
border-width: 0 0 0 0;
|
|
2212
2219
|
}
|
|
@@ -5648,17 +5655,6 @@
|
|
|
5648
5655
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5649
5656
|
color: #adb5bd;
|
|
5650
5657
|
}
|
|
5651
|
-
@media screen and (max-width: 480px) {
|
|
5652
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5653
|
-
color: #ced4da;
|
|
5654
|
-
}
|
|
5655
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5656
|
-
color: #ced4da;
|
|
5657
|
-
}
|
|
5658
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5659
|
-
color: rgba(173, 181, 189, 0.87);
|
|
5660
|
-
}
|
|
5661
|
-
}
|
|
5662
5658
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5663
5659
|
background: transparent;
|
|
5664
5660
|
border: 1px solid #444c54;
|
|
@@ -7037,6 +7033,13 @@
|
|
|
7037
7033
|
top: 0;
|
|
7038
7034
|
vertical-align: initial;
|
|
7039
7035
|
}
|
|
7036
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7037
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,
|
|
7038
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7039
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
7040
|
+
height: 100%;
|
|
7041
|
+
width: 100%;
|
|
7042
|
+
}
|
|
7040
7043
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
7041
7044
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
7042
7045
|
height: 42px;
|
|
@@ -8076,6 +8079,9 @@
|
|
|
8076
8079
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8077
8080
|
height: 28px;
|
|
8078
8081
|
}
|
|
8082
|
+
.e-treeview .e-navigable-text {
|
|
8083
|
+
padding: 0 8px;
|
|
8084
|
+
}
|
|
8079
8085
|
.e-treeview .e-list-icon,
|
|
8080
8086
|
.e-treeview .e-list-img {
|
|
8081
8087
|
display: inline-block;
|
|
@@ -8093,6 +8099,10 @@
|
|
|
8093
8099
|
.e-treeview .e-list-img + .e-list-text {
|
|
8094
8100
|
padding: 0 8px;
|
|
8095
8101
|
}
|
|
8102
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
8103
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
8104
|
+
padding: 0 8px;
|
|
8105
|
+
}
|
|
8096
8106
|
.e-treeview .e-icon-collapsible,
|
|
8097
8107
|
.e-treeview .e-icon-expandable {
|
|
8098
8108
|
display: inline-block;
|
|
@@ -8194,6 +8204,12 @@
|
|
|
8194
8204
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
8195
8205
|
padding: 0 0 0 12px;
|
|
8196
8206
|
}
|
|
8207
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
8208
|
+
padding: 0;
|
|
8209
|
+
}
|
|
8210
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
8211
|
+
padding: 0;
|
|
8212
|
+
}
|
|
8197
8213
|
.e-treeview .e-navigable .e-list-icon,
|
|
8198
8214
|
.e-treeview .e-navigable .e-list-img {
|
|
8199
8215
|
margin: 0 8px 0 0;
|
|
@@ -8249,6 +8265,9 @@
|
|
|
8249
8265
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
8250
8266
|
padding: 0 12px 0 0;
|
|
8251
8267
|
}
|
|
8268
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
8269
|
+
padding: 0;
|
|
8270
|
+
}
|
|
8252
8271
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
8253
8272
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
8254
8273
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8606,7 +8625,6 @@
|
|
|
8606
8625
|
.e-treeview.e-bigger .e-list-text {
|
|
8607
8626
|
line-height: 40px;
|
|
8608
8627
|
min-height: 40px;
|
|
8609
|
-
padding: 0 12px;
|
|
8610
8628
|
}
|
|
8611
8629
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8612
8630
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -8757,7 +8775,7 @@ ejs-sidebar {
|
|
|
8757
8775
|
.e-sidebar {
|
|
8758
8776
|
/* stylelint-disable property-no-vendor-prefix */
|
|
8759
8777
|
-webkit-tap-highlight-color: transparent;
|
|
8760
|
-
background: #
|
|
8778
|
+
background: #1a1d21;
|
|
8761
8779
|
height: 100%;
|
|
8762
8780
|
overflow: auto;
|
|
8763
8781
|
position: fixed;
|
|
@@ -9555,7 +9573,7 @@ ejs-sidebar {
|
|
|
9555
9573
|
|
|
9556
9574
|
.e-menu-wrapper,
|
|
9557
9575
|
.e-menu-container {
|
|
9558
|
-
background: #
|
|
9576
|
+
background: #1a1d21;
|
|
9559
9577
|
}
|
|
9560
9578
|
.e-menu-wrapper .e-menu,
|
|
9561
9579
|
.e-menu-container .e-menu {
|
|
@@ -9663,7 +9681,7 @@ ejs-sidebar {
|
|
|
9663
9681
|
}
|
|
9664
9682
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
|
|
9665
9683
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
|
|
9666
|
-
background: #
|
|
9684
|
+
background: #1a1d21;
|
|
9667
9685
|
}
|
|
9668
9686
|
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons,
|
|
9669
9687
|
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons {
|
|
@@ -11026,6 +11044,7 @@ ejs-sidebar {
|
|
|
11026
11044
|
}
|
|
11027
11045
|
.e-stepper.e-vertical {
|
|
11028
11046
|
min-height: inherit;
|
|
11047
|
+
height: inherit;
|
|
11029
11048
|
display: inline-block;
|
|
11030
11049
|
}
|
|
11031
11050
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -11049,6 +11068,7 @@ ejs-sidebar {
|
|
|
11049
11068
|
-ms-flex-direction: column;
|
|
11050
11069
|
flex-direction: column;
|
|
11051
11070
|
min-height: inherit;
|
|
11071
|
+
height: inherit;
|
|
11052
11072
|
float: left;
|
|
11053
11073
|
-webkit-box-align: start;
|
|
11054
11074
|
-ms-flex-align: start;
|
|
@@ -11300,7 +11320,8 @@ ejs-sidebar {
|
|
|
11300
11320
|
background-color: #212529;
|
|
11301
11321
|
border-color: transparent;
|
|
11302
11322
|
}
|
|
11303
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
11323
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
11324
|
+
.e-stepper .e-step-disabled .e-step {
|
|
11304
11325
|
background: #495057;
|
|
11305
11326
|
color: #6c757d;
|
|
11306
11327
|
}
|