@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
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
border: 1px solid #22d3ee;
|
|
106
106
|
}
|
|
107
107
|
.e-pager .e-numericitem.e-currentitem, .e-pager .e-numericitem.e-currentitem:hover {
|
|
108
|
-
padding: 3.5px 11px
|
|
108
|
+
padding: 3.5px 11px 6.2px 10px;
|
|
109
109
|
}
|
|
110
110
|
.e-pager div.e-pagermsgdiv {
|
|
111
111
|
padding-right: 6px;
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
.e-pager .e-pagercontainer .e-lastpagedisabled.e-focused {
|
|
171
171
|
border: 0;
|
|
172
172
|
border-right-style: none;
|
|
173
|
-
padding: 8.
|
|
173
|
+
padding: 8.5px 7px 9.5px;
|
|
174
174
|
}
|
|
175
175
|
.e-pager .e-pagercontainer .e-nextpage.e-focused,
|
|
176
176
|
.e-pager .e-pagercontainer .e-firstpage.e-focused {
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
.e-pager .e-np.e-focused,
|
|
255
255
|
.e-pager .e-pp.e-focused {
|
|
256
256
|
line-height: 18px;
|
|
257
|
-
padding: 4.5px
|
|
257
|
+
padding: 4.5px 9.2px 7px;
|
|
258
258
|
}
|
|
259
259
|
.e-pager.e-adaptive {
|
|
260
260
|
display: -webkit-box;
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
padding: 4.5px 8.7px 5px;
|
|
481
481
|
}
|
|
482
482
|
.e-pager.e-rtl .e-np.e-focused, .e-pager.e-rtl .e-pp.e-focused {
|
|
483
|
-
padding: 4.5px
|
|
483
|
+
padding: 4.5px 9.2px 7px;
|
|
484
484
|
}
|
|
485
485
|
.e-pager.e-rtl.e-adaptive.e-rtl div.e-parentmsgbar {
|
|
486
486
|
margin: 0 5px;
|
|
@@ -1435,7 +1435,6 @@
|
|
|
1435
1435
|
}
|
|
1436
1436
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1437
1437
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1438
|
-
color: #d1d5db;
|
|
1439
1438
|
display: -webkit-box;
|
|
1440
1439
|
display: -ms-flexbox;
|
|
1441
1440
|
display: flex;
|
|
@@ -1449,6 +1448,7 @@
|
|
|
1449
1448
|
justify-content: center;
|
|
1450
1449
|
width: 100%;
|
|
1451
1450
|
font-size: 18px;
|
|
1451
|
+
color: #d1d5db;
|
|
1452
1452
|
}
|
|
1453
1453
|
.e-toolbar.e-toolpop {
|
|
1454
1454
|
overflow: visible;
|
|
@@ -2168,7 +2168,7 @@
|
|
|
2168
2168
|
|
|
2169
2169
|
.e-accordion {
|
|
2170
2170
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2171
|
-
background: #
|
|
2171
|
+
background: #1b2430;
|
|
2172
2172
|
border: 1px solid #4b5563;
|
|
2173
2173
|
border-radius: 0;
|
|
2174
2174
|
}
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
color: #6b7280;
|
|
2239
2239
|
}
|
|
2240
2240
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2241
|
-
background: #
|
|
2241
|
+
background: #1b2430;
|
|
2242
2242
|
opacity: 0.5;
|
|
2243
2243
|
}
|
|
2244
2244
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
@@ -3352,7 +3352,7 @@
|
|
|
3352
3352
|
@media screen and (max-width: 480px) {
|
|
3353
3353
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3354
3354
|
height: 48px;
|
|
3355
|
-
padding:
|
|
3355
|
+
padding: 0 15px;
|
|
3356
3356
|
}
|
|
3357
3357
|
}
|
|
3358
3358
|
.e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
@@ -4839,7 +4839,7 @@
|
|
|
4839
4839
|
@media screen and (max-width: 480px) {
|
|
4840
4840
|
.e-tab-clone-element .e-tab-wrap {
|
|
4841
4841
|
height: 48px;
|
|
4842
|
-
padding:
|
|
4842
|
+
padding: 0 15px;
|
|
4843
4843
|
}
|
|
4844
4844
|
}
|
|
4845
4845
|
.e-tab-clone-element .e-text-wrap {
|
|
@@ -5084,17 +5084,6 @@
|
|
|
5084
5084
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5085
5085
|
color: #9ca3af;
|
|
5086
5086
|
}
|
|
5087
|
-
@media screen and (max-width: 480px) {
|
|
5088
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5089
|
-
color: #9ca3af;
|
|
5090
|
-
}
|
|
5091
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5092
|
-
color: #9ca3af;
|
|
5093
|
-
}
|
|
5094
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5095
|
-
color: rgba(209, 213, 219, 0.87);
|
|
5096
|
-
}
|
|
5097
|
-
}
|
|
5098
5087
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5099
5088
|
background: inherit;
|
|
5100
5089
|
border: 0;
|
|
@@ -6321,6 +6310,9 @@
|
|
|
6321
6310
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6322
6311
|
height: 28px;
|
|
6323
6312
|
}
|
|
6313
|
+
.e-treeview .e-navigable-text {
|
|
6314
|
+
padding: 0 8px;
|
|
6315
|
+
}
|
|
6324
6316
|
.e-treeview .e-list-icon,
|
|
6325
6317
|
.e-treeview .e-list-img {
|
|
6326
6318
|
display: inline-block;
|
|
@@ -6338,6 +6330,10 @@
|
|
|
6338
6330
|
.e-treeview .e-list-img + .e-list-text {
|
|
6339
6331
|
padding: 0 8px;
|
|
6340
6332
|
}
|
|
6333
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
6334
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
6335
|
+
padding: 0 8px;
|
|
6336
|
+
}
|
|
6341
6337
|
.e-treeview .e-icon-collapsible,
|
|
6342
6338
|
.e-treeview .e-icon-expandable {
|
|
6343
6339
|
display: inline-block;
|
|
@@ -6431,7 +6427,7 @@
|
|
|
6431
6427
|
}
|
|
6432
6428
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
6433
6429
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
6434
|
-
margin: 0
|
|
6430
|
+
margin: 0 8px 0 0;
|
|
6435
6431
|
}
|
|
6436
6432
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
|
|
6437
6433
|
margin: 0 8px 0 0;
|
|
@@ -6439,6 +6435,12 @@
|
|
|
6439
6435
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
6440
6436
|
padding: 0 0 0 6px;
|
|
6441
6437
|
}
|
|
6438
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
6439
|
+
padding: 0;
|
|
6440
|
+
}
|
|
6441
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
6442
|
+
padding: 0;
|
|
6443
|
+
}
|
|
6442
6444
|
.e-treeview .e-navigable .e-list-icon,
|
|
6443
6445
|
.e-treeview .e-navigable .e-list-img {
|
|
6444
6446
|
margin: 0 8px 0 0;
|
|
@@ -6491,6 +6493,9 @@
|
|
|
6491
6493
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
6492
6494
|
padding: 0 6px 0 0;
|
|
6493
6495
|
}
|
|
6496
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
6497
|
+
padding: 0;
|
|
6498
|
+
}
|
|
6494
6499
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
6495
6500
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
6496
6501
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8577,6 +8582,7 @@ ejs-sidebar {
|
|
|
8577
8582
|
}
|
|
8578
8583
|
.e-stepper.e-vertical {
|
|
8579
8584
|
min-height: inherit;
|
|
8585
|
+
height: inherit;
|
|
8580
8586
|
display: inline-block;
|
|
8581
8587
|
}
|
|
8582
8588
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -8600,6 +8606,7 @@ ejs-sidebar {
|
|
|
8600
8606
|
-ms-flex-direction: column;
|
|
8601
8607
|
flex-direction: column;
|
|
8602
8608
|
min-height: inherit;
|
|
8609
|
+
height: inherit;
|
|
8603
8610
|
float: left;
|
|
8604
8611
|
-webkit-box-align: start;
|
|
8605
8612
|
-ms-flex-align: start;
|
|
@@ -8851,7 +8858,8 @@ ejs-sidebar {
|
|
|
8851
8858
|
background-color: #1f2937;
|
|
8852
8859
|
border-color: transparent;
|
|
8853
8860
|
}
|
|
8854
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
8861
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
8862
|
+
.e-stepper .e-step-disabled .e-step {
|
|
8855
8863
|
background: #4b5563;
|
|
8856
8864
|
color: #6b7280;
|
|
8857
8865
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
border: 1px solid #22d3ee;
|
|
106
106
|
}
|
|
107
107
|
.e-pager .e-numericitem.e-currentitem, .e-pager .e-numericitem.e-currentitem:hover {
|
|
108
|
-
padding: 3.5px 11px
|
|
108
|
+
padding: 3.5px 11px 6.2px 10px;
|
|
109
109
|
}
|
|
110
110
|
.e-pager div.e-pagermsgdiv {
|
|
111
111
|
padding-right: 6px;
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
.e-pager .e-pagercontainer .e-lastpagedisabled.e-focused {
|
|
171
171
|
border: 0;
|
|
172
172
|
border-right-style: none;
|
|
173
|
-
padding: 8.
|
|
173
|
+
padding: 8.5px 7px 9.5px;
|
|
174
174
|
}
|
|
175
175
|
.e-pager .e-pagercontainer .e-nextpage.e-focused,
|
|
176
176
|
.e-pager .e-pagercontainer .e-firstpage.e-focused {
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
.e-pager .e-np.e-focused,
|
|
255
255
|
.e-pager .e-pp.e-focused {
|
|
256
256
|
line-height: 18px;
|
|
257
|
-
padding: 4.5px
|
|
257
|
+
padding: 4.5px 9.2px 7px;
|
|
258
258
|
}
|
|
259
259
|
.e-pager.e-adaptive {
|
|
260
260
|
display: -webkit-box;
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
padding: 4.5px 8.7px 5px;
|
|
481
481
|
}
|
|
482
482
|
.e-pager.e-rtl .e-np.e-focused, .e-pager.e-rtl .e-pp.e-focused {
|
|
483
|
-
padding: 4.5px
|
|
483
|
+
padding: 4.5px 9.2px 7px;
|
|
484
484
|
}
|
|
485
485
|
.e-pager.e-rtl.e-adaptive.e-rtl div.e-parentmsgbar {
|
|
486
486
|
margin: 0 5px;
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
.e-bigger .e-pager .e-pp.e-spacing.e-focused,
|
|
746
746
|
.e-pager.e-bigger .e-np.e-spacing.e-focused,
|
|
747
747
|
.e-pager.e-bigger .e-pp.e-spacing.e-focused {
|
|
748
|
-
padding:
|
|
748
|
+
padding: 7px 11.8px 6.5px;
|
|
749
749
|
}
|
|
750
750
|
.e-bigger .e-pager .e-spacing,
|
|
751
751
|
.e-bigger .e-pager .e-numericitem:hover,
|
|
@@ -785,11 +785,11 @@
|
|
|
785
785
|
.e-bigger .e-pager.e-rtl .e-pagercontainer .e-lastpage.e-focused,
|
|
786
786
|
.e-pager.e-bigger.e-rtl .e-pagercontainer .e-firstpage.e-focused,
|
|
787
787
|
.e-pager.e-bigger.e-rtl .e-pagercontainer .e-lastpage.e-focused {
|
|
788
|
-
padding: 10px 10px
|
|
788
|
+
padding: 10px 10px 9.5px;
|
|
789
789
|
}
|
|
790
790
|
.e-bigger .e-pager.e-rtl .e-pagercontainer .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default.e-focused,
|
|
791
791
|
.e-pager.e-bigger.e-rtl .e-pagercontainer .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default.e-focused {
|
|
792
|
-
padding: 10px 11px
|
|
792
|
+
padding: 10px 11px 9.5px;
|
|
793
793
|
}
|
|
794
794
|
.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
|
|
795
795
|
.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,
|
|
@@ -810,6 +810,13 @@
|
|
|
810
810
|
margin-top: 10px;
|
|
811
811
|
}
|
|
812
812
|
}
|
|
813
|
+
@media (max-width: 769px) {
|
|
814
|
+
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
815
|
+
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
816
|
+
margin-left: 0;
|
|
817
|
+
margin-top: 10px;
|
|
818
|
+
}
|
|
819
|
+
}
|
|
813
820
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem,
|
|
814
821
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem:hover,
|
|
815
822
|
.e-pager.e-bigger.e-rtl .e-numericitem.e-currentitem,
|
|
@@ -869,11 +876,11 @@
|
|
|
869
876
|
.e-pager.e-bigger .e-pagercontainer .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default.e-focused,
|
|
870
877
|
.e-pager.e-bigger .e-pagercontainer .e-prevpage.e-focused,
|
|
871
878
|
.e-pager.e-bigger .e-pagercontainer .e-firstpage.e-focused {
|
|
872
|
-
padding: 10px 11px
|
|
879
|
+
padding: 10px 11px 9.5px 10px;
|
|
873
880
|
}
|
|
874
881
|
.e-bigger .e-pager .e-pagercontainer .e-lastpage.e-focused,
|
|
875
882
|
.e-pager.e-bigger .e-pagercontainer .e-lastpage.e-focused {
|
|
876
|
-
padding: 10px 10px
|
|
883
|
+
padding: 10px 10px 9.5px;
|
|
877
884
|
}
|
|
878
885
|
.e-bigger .e-pager .e-pp,
|
|
879
886
|
.e-bigger .e-pager .e-np,
|
|
@@ -1745,7 +1752,6 @@
|
|
|
1745
1752
|
}
|
|
1746
1753
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1747
1754
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1748
|
-
color: #d1d5db;
|
|
1749
1755
|
display: -webkit-box;
|
|
1750
1756
|
display: -ms-flexbox;
|
|
1751
1757
|
display: flex;
|
|
@@ -1759,6 +1765,7 @@
|
|
|
1759
1765
|
justify-content: center;
|
|
1760
1766
|
width: 100%;
|
|
1761
1767
|
font-size: 18px;
|
|
1768
|
+
color: #d1d5db;
|
|
1762
1769
|
}
|
|
1763
1770
|
.e-toolbar.e-toolpop {
|
|
1764
1771
|
overflow: visible;
|
|
@@ -2740,7 +2747,7 @@
|
|
|
2740
2747
|
|
|
2741
2748
|
.e-accordion {
|
|
2742
2749
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2743
|
-
background: #
|
|
2750
|
+
background: #1b2430;
|
|
2744
2751
|
border: 1px solid #4b5563;
|
|
2745
2752
|
border-radius: 0;
|
|
2746
2753
|
}
|
|
@@ -2810,7 +2817,7 @@
|
|
|
2810
2817
|
color: #6b7280;
|
|
2811
2818
|
}
|
|
2812
2819
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
2813
|
-
background: #
|
|
2820
|
+
background: #1b2430;
|
|
2814
2821
|
opacity: 0.5;
|
|
2815
2822
|
}
|
|
2816
2823
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
@@ -4081,7 +4088,7 @@
|
|
|
4081
4088
|
@media screen and (max-width: 480px) {
|
|
4082
4089
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
4083
4090
|
height: 48px;
|
|
4084
|
-
padding:
|
|
4091
|
+
padding: 0 15px;
|
|
4085
4092
|
}
|
|
4086
4093
|
}
|
|
4087
4094
|
.e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
@@ -5568,7 +5575,7 @@
|
|
|
5568
5575
|
@media screen and (max-width: 480px) {
|
|
5569
5576
|
.e-tab-clone-element .e-tab-wrap {
|
|
5570
5577
|
height: 48px;
|
|
5571
|
-
padding:
|
|
5578
|
+
padding: 0 15px;
|
|
5572
5579
|
}
|
|
5573
5580
|
}
|
|
5574
5581
|
.e-tab-clone-element .e-text-wrap {
|
|
@@ -5813,17 +5820,6 @@
|
|
|
5813
5820
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5814
5821
|
color: #9ca3af;
|
|
5815
5822
|
}
|
|
5816
|
-
@media screen and (max-width: 480px) {
|
|
5817
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5818
|
-
color: #9ca3af;
|
|
5819
|
-
}
|
|
5820
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5821
|
-
color: #9ca3af;
|
|
5822
|
-
}
|
|
5823
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5824
|
-
color: rgba(209, 213, 219, 0.87);
|
|
5825
|
-
}
|
|
5826
|
-
}
|
|
5827
5823
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5828
5824
|
background: inherit;
|
|
5829
5825
|
border: 0;
|
|
@@ -6921,7 +6917,7 @@
|
|
|
6921
6917
|
@media screen and (max-width: 480px) {
|
|
6922
6918
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
|
|
6923
6919
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
6924
|
-
padding:
|
|
6920
|
+
padding: 0 15px;
|
|
6925
6921
|
}
|
|
6926
6922
|
}
|
|
6927
6923
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,
|
|
@@ -7202,6 +7198,13 @@
|
|
|
7202
7198
|
top: 0;
|
|
7203
7199
|
vertical-align: initial;
|
|
7204
7200
|
}
|
|
7201
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7202
|
+
.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,
|
|
7203
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
|
|
7204
|
+
.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
|
|
7205
|
+
height: 100%;
|
|
7206
|
+
width: 100%;
|
|
7207
|
+
}
|
|
7205
7208
|
.e-bigger .e-tab .e-tab-header .e-hor-nav,
|
|
7206
7209
|
.e-tab.e-bigger .e-tab-header .e-hor-nav {
|
|
7207
7210
|
height: 48px;
|
|
@@ -7949,7 +7952,7 @@
|
|
|
7949
7952
|
}
|
|
7950
7953
|
@media screen and (max-width: 480px) {
|
|
7951
7954
|
.e-bigger .e-tab-clone-element .e-tab-wrap {
|
|
7952
|
-
padding:
|
|
7955
|
+
padding: 0 15px;
|
|
7953
7956
|
}
|
|
7954
7957
|
}
|
|
7955
7958
|
.e-bigger .e-tab-clone-element .e-text-wrap {
|
|
@@ -8244,6 +8247,9 @@
|
|
|
8244
8247
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8245
8248
|
height: 28px;
|
|
8246
8249
|
}
|
|
8250
|
+
.e-treeview .e-navigable-text {
|
|
8251
|
+
padding: 0 8px;
|
|
8252
|
+
}
|
|
8247
8253
|
.e-treeview .e-list-icon,
|
|
8248
8254
|
.e-treeview .e-list-img {
|
|
8249
8255
|
display: inline-block;
|
|
@@ -8261,6 +8267,10 @@
|
|
|
8261
8267
|
.e-treeview .e-list-img + .e-list-text {
|
|
8262
8268
|
padding: 0 8px;
|
|
8263
8269
|
}
|
|
8270
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
8271
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
8272
|
+
padding: 0 8px;
|
|
8273
|
+
}
|
|
8264
8274
|
.e-treeview .e-icon-collapsible,
|
|
8265
8275
|
.e-treeview .e-icon-expandable {
|
|
8266
8276
|
display: inline-block;
|
|
@@ -8354,7 +8364,7 @@
|
|
|
8354
8364
|
}
|
|
8355
8365
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
8356
8366
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
8357
|
-
margin: 0
|
|
8367
|
+
margin: 0 8px 0 0;
|
|
8358
8368
|
}
|
|
8359
8369
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
|
|
8360
8370
|
margin: 0 8px 0 0;
|
|
@@ -8362,6 +8372,12 @@
|
|
|
8362
8372
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
8363
8373
|
padding: 0 0 0 6px;
|
|
8364
8374
|
}
|
|
8375
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
8376
|
+
padding: 0;
|
|
8377
|
+
}
|
|
8378
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
8379
|
+
padding: 0;
|
|
8380
|
+
}
|
|
8365
8381
|
.e-treeview .e-navigable .e-list-icon,
|
|
8366
8382
|
.e-treeview .e-navigable .e-list-img {
|
|
8367
8383
|
margin: 0 8px 0 0;
|
|
@@ -8414,6 +8430,9 @@
|
|
|
8414
8430
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
8415
8431
|
padding: 0 6px 0 0;
|
|
8416
8432
|
}
|
|
8433
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
8434
|
+
padding: 0;
|
|
8435
|
+
}
|
|
8417
8436
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
8418
8437
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
8419
8438
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8762,7 +8781,6 @@
|
|
|
8762
8781
|
.e-treeview.e-bigger .e-list-text {
|
|
8763
8782
|
line-height: 46px;
|
|
8764
8783
|
min-height: 46px;
|
|
8765
|
-
padding: 0 12px;
|
|
8766
8784
|
}
|
|
8767
8785
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8768
8786
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -11187,6 +11205,7 @@ ejs-sidebar {
|
|
|
11187
11205
|
}
|
|
11188
11206
|
.e-stepper.e-vertical {
|
|
11189
11207
|
min-height: inherit;
|
|
11208
|
+
height: inherit;
|
|
11190
11209
|
display: inline-block;
|
|
11191
11210
|
}
|
|
11192
11211
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -11210,6 +11229,7 @@ ejs-sidebar {
|
|
|
11210
11229
|
-ms-flex-direction: column;
|
|
11211
11230
|
flex-direction: column;
|
|
11212
11231
|
min-height: inherit;
|
|
11232
|
+
height: inherit;
|
|
11213
11233
|
float: left;
|
|
11214
11234
|
-webkit-box-align: start;
|
|
11215
11235
|
-ms-flex-align: start;
|
|
@@ -11461,7 +11481,8 @@ ejs-sidebar {
|
|
|
11461
11481
|
background-color: #1f2937;
|
|
11462
11482
|
border-color: transparent;
|
|
11463
11483
|
}
|
|
11464
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
11484
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
11485
|
+
.e-stepper .e-step-disabled .e-step {
|
|
11465
11486
|
background: #4b5563;
|
|
11466
11487
|
color: #6b7280;
|
|
11467
11488
|
}
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
border: 1px solid #4f46e5;
|
|
106
106
|
}
|
|
107
107
|
.e-pager .e-numericitem.e-currentitem, .e-pager .e-numericitem.e-currentitem:hover {
|
|
108
|
-
padding: 3.5px 11px
|
|
108
|
+
padding: 3.5px 11px 6.2px 10px;
|
|
109
109
|
}
|
|
110
110
|
.e-pager div.e-pagermsgdiv {
|
|
111
111
|
padding-right: 6px;
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
.e-pager .e-pagercontainer .e-lastpagedisabled.e-focused {
|
|
171
171
|
border: 0;
|
|
172
172
|
border-right-style: none;
|
|
173
|
-
padding: 8.
|
|
173
|
+
padding: 8.5px 7px 9.5px;
|
|
174
174
|
}
|
|
175
175
|
.e-pager .e-pagercontainer .e-nextpage.e-focused,
|
|
176
176
|
.e-pager .e-pagercontainer .e-firstpage.e-focused {
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
.e-pager .e-np.e-focused,
|
|
255
255
|
.e-pager .e-pp.e-focused {
|
|
256
256
|
line-height: 18px;
|
|
257
|
-
padding: 4.5px
|
|
257
|
+
padding: 4.5px 9.2px 7px;
|
|
258
258
|
}
|
|
259
259
|
.e-pager.e-adaptive {
|
|
260
260
|
display: -webkit-box;
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
padding: 4.5px 8.7px 5px;
|
|
481
481
|
}
|
|
482
482
|
.e-pager.e-rtl .e-np.e-focused, .e-pager.e-rtl .e-pp.e-focused {
|
|
483
|
-
padding: 4.5px
|
|
483
|
+
padding: 4.5px 9.2px 7px;
|
|
484
484
|
}
|
|
485
485
|
.e-pager.e-rtl.e-adaptive.e-rtl div.e-parentmsgbar {
|
|
486
486
|
margin: 0 5px;
|
|
@@ -1435,7 +1435,6 @@
|
|
|
1435
1435
|
}
|
|
1436
1436
|
.e-toolbar .e-popup-down-icon.e-icons,
|
|
1437
1437
|
.e-toolbar .e-popup-up-icon.e-icons {
|
|
1438
|
-
color: #6b7280;
|
|
1439
1438
|
display: -webkit-box;
|
|
1440
1439
|
display: -ms-flexbox;
|
|
1441
1440
|
display: flex;
|
|
@@ -1449,6 +1448,7 @@
|
|
|
1449
1448
|
justify-content: center;
|
|
1450
1449
|
width: 100%;
|
|
1451
1450
|
font-size: 18px;
|
|
1451
|
+
color: #6b7280;
|
|
1452
1452
|
}
|
|
1453
1453
|
.e-toolbar.e-toolpop {
|
|
1454
1454
|
overflow: visible;
|
|
@@ -3352,7 +3352,7 @@
|
|
|
3352
3352
|
@media screen and (max-width: 480px) {
|
|
3353
3353
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
3354
3354
|
height: 48px;
|
|
3355
|
-
padding:
|
|
3355
|
+
padding: 0 15px;
|
|
3356
3356
|
}
|
|
3357
3357
|
}
|
|
3358
3358
|
.e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
@@ -4839,7 +4839,7 @@
|
|
|
4839
4839
|
@media screen and (max-width: 480px) {
|
|
4840
4840
|
.e-tab-clone-element .e-tab-wrap {
|
|
4841
4841
|
height: 48px;
|
|
4842
|
-
padding:
|
|
4842
|
+
padding: 0 15px;
|
|
4843
4843
|
}
|
|
4844
4844
|
}
|
|
4845
4845
|
.e-tab-clone-element .e-text-wrap {
|
|
@@ -5084,17 +5084,6 @@
|
|
|
5084
5084
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5085
5085
|
color: #6b7280;
|
|
5086
5086
|
}
|
|
5087
|
-
@media screen and (max-width: 480px) {
|
|
5088
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5089
|
-
color: #6b7280;
|
|
5090
|
-
}
|
|
5091
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
5092
|
-
color: #6b7280;
|
|
5093
|
-
}
|
|
5094
|
-
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
5095
|
-
color: rgba(107, 114, 128, 0.87);
|
|
5096
|
-
}
|
|
5097
|
-
}
|
|
5098
5087
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
5099
5088
|
background: inherit;
|
|
5100
5089
|
border: 0;
|
|
@@ -6321,6 +6310,9 @@
|
|
|
6321
6310
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6322
6311
|
height: 28px;
|
|
6323
6312
|
}
|
|
6313
|
+
.e-treeview .e-navigable-text {
|
|
6314
|
+
padding: 0 8px;
|
|
6315
|
+
}
|
|
6324
6316
|
.e-treeview .e-list-icon,
|
|
6325
6317
|
.e-treeview .e-list-img {
|
|
6326
6318
|
display: inline-block;
|
|
@@ -6338,6 +6330,10 @@
|
|
|
6338
6330
|
.e-treeview .e-list-img + .e-list-text {
|
|
6339
6331
|
padding: 0 8px;
|
|
6340
6332
|
}
|
|
6333
|
+
.e-treeview .e-list-icon + .e-navigable-text,
|
|
6334
|
+
.e-treeview .e-list-img + .e-navigable-text {
|
|
6335
|
+
padding: 0 8px;
|
|
6336
|
+
}
|
|
6341
6337
|
.e-treeview .e-icon-collapsible,
|
|
6342
6338
|
.e-treeview .e-icon-expandable {
|
|
6343
6339
|
display: inline-block;
|
|
@@ -6431,7 +6427,7 @@
|
|
|
6431
6427
|
}
|
|
6432
6428
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
6433
6429
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
6434
|
-
margin: 0
|
|
6430
|
+
margin: 0 8px 0 0;
|
|
6435
6431
|
}
|
|
6436
6432
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
|
|
6437
6433
|
margin: 0 8px 0 0;
|
|
@@ -6439,6 +6435,12 @@
|
|
|
6439
6435
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
6440
6436
|
padding: 0 0 0 6px;
|
|
6441
6437
|
}
|
|
6438
|
+
.e-treeview .e-navigable .e-nav-wrapper {
|
|
6439
|
+
padding: 0;
|
|
6440
|
+
}
|
|
6441
|
+
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text .e-nav-wrapper:not(:has(.e-list-icon)) {
|
|
6442
|
+
padding: 0;
|
|
6443
|
+
}
|
|
6442
6444
|
.e-treeview .e-navigable .e-list-icon,
|
|
6443
6445
|
.e-treeview .e-navigable .e-list-img {
|
|
6444
6446
|
margin: 0 8px 0 0;
|
|
@@ -6491,6 +6493,9 @@
|
|
|
6491
6493
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
6492
6494
|
padding: 0 6px 0 0;
|
|
6493
6495
|
}
|
|
6496
|
+
.e-treeview.e-rtl .e-navigable .e-nav-wrapper {
|
|
6497
|
+
padding: 0;
|
|
6498
|
+
}
|
|
6494
6499
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
6495
6500
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
6496
6501
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
@@ -8577,6 +8582,7 @@ ejs-sidebar {
|
|
|
8577
8582
|
}
|
|
8578
8583
|
.e-stepper.e-vertical {
|
|
8579
8584
|
min-height: inherit;
|
|
8585
|
+
height: inherit;
|
|
8580
8586
|
display: inline-block;
|
|
8581
8587
|
}
|
|
8582
8588
|
.e-stepper.e-vertical .e-step-label.e-step-label-only,
|
|
@@ -8600,6 +8606,7 @@ ejs-sidebar {
|
|
|
8600
8606
|
-ms-flex-direction: column;
|
|
8601
8607
|
flex-direction: column;
|
|
8602
8608
|
min-height: inherit;
|
|
8609
|
+
height: inherit;
|
|
8603
8610
|
float: left;
|
|
8604
8611
|
-webkit-box-align: start;
|
|
8605
8612
|
-ms-flex-align: start;
|
|
@@ -8851,7 +8858,8 @@ ejs-sidebar {
|
|
|
8851
8858
|
background-color: #fff;
|
|
8852
8859
|
border-color: transparent;
|
|
8853
8860
|
}
|
|
8854
|
-
.e-stepper .e-step-disabled .e-indicator
|
|
8861
|
+
.e-stepper .e-step-disabled .e-indicator,
|
|
8862
|
+
.e-stepper .e-step-disabled .e-step {
|
|
8855
8863
|
background: #e5e7eb;
|
|
8856
8864
|
color: #9ca3af;
|
|
8857
8865
|
}
|