@syncfusion/ej2-navigations 20.1.47 → 20.1.51-10460
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 -243
- package/CHANGELOG.md +1601 -1570
- package/README.md +194 -194
- package/dist/ej2-navigations.min.js +1 -0
- 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 +92 -80
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +251 -239
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +1 -10
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/dist/ts/accordion/accordion.ts +1545 -0
- package/dist/ts/breadcrumb/breadcrumb.ts +873 -0
- package/dist/ts/carousel/carousel.ts +1181 -0
- package/dist/ts/common/h-scroll.ts +477 -0
- package/dist/ts/common/menu-base.ts +2357 -0
- package/dist/ts/common/menu-scroll.ts +105 -0
- package/dist/ts/common/v-scroll.ts +454 -0
- package/{src/context-menu/context-menu.d.ts → dist/ts/context-menu/context-menu.ts} +134 -88
- package/dist/ts/menu/menu.ts +302 -0
- package/dist/ts/sidebar/sidebar.ts +874 -0
- package/dist/ts/tab/tab.ts +2637 -0
- package/dist/ts/toolbar/toolbar.ts +2378 -0
- package/dist/ts/treeview/treeview.ts +5768 -0
- package/helpers/e2e/accordionHelper.js +70 -53
- package/helpers/e2e/contextmenuHelper.js +52 -35
- package/helpers/e2e/index.js +14 -12
- package/helpers/e2e/menuHelper.js +52 -35
- package/helpers/e2e/sidebarHelper.js +109 -92
- package/helpers/e2e/tabHelper.js +73 -56
- package/helpers/e2e/toolbarHelper.js +73 -56
- package/helpers/e2e/treeview.js +79 -61
- package/license +10 -10
- package/package.json +164 -164
- package/src/accordion/accordion-model.d.ts +190 -190
- package/src/accordion/accordion.js +19 -19
- package/src/breadcrumb/breadcrumb-model.d.ts +105 -105
- package/src/breadcrumb/breadcrumb.js +19 -19
- package/src/carousel/carousel-model.d.ts +148 -148
- package/src/carousel/carousel.js +19 -19
- package/src/common/h-scroll-model.d.ts +6 -6
- package/src/common/h-scroll.js +23 -21
- package/src/common/menu-base-model.d.ts +206 -206
- package/src/common/menu-base.js +31 -25
- 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 +18 -18
- package/src/context-menu/context-menu.js +19 -19
- package/src/menu/menu-model.d.ts +43 -43
- package/src/menu/menu.js +19 -19
- package/src/sidebar/sidebar-model.d.ts +191 -191
- package/src/sidebar/sidebar.js +19 -19
- package/src/tab/tab-model.d.ts +291 -291
- package/src/tab/tab.js +21 -21
- package/src/toolbar/toolbar-model.d.ts +195 -195
- package/src/toolbar/toolbar.js +23 -19
- package/src/treeview/treeview-model.d.ts +411 -411
- package/src/treeview/treeview.js +20 -20
- package/styles/accordion/_bds-definition.scss +167 -0
- package/styles/accordion/_bigger.scss +121 -0
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
- package/styles/accordion/_fluent2-definition.scss +167 -0
- package/styles/accordion/_fusionnew-definition.scss +168 -0
- package/styles/accordion/_material3-dark-definition.scss +1 -0
- package/styles/accordion/_material3-definition.scss +168 -0
- package/styles/accordion/fluent2.scss +4 -0
- package/styles/accordion/icons/_bds.scss +15 -0
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
- package/styles/accordion/icons/_fluent2.scss +15 -0
- package/styles/accordion/icons/_fusionnew.scss +15 -0
- package/styles/accordion/icons/_material3-dark.scss +1 -0
- package/styles/accordion/icons/_material3.scss +15 -0
- package/styles/accordion/material3-dark.scss +4 -0
- package/styles/accordion/material3.scss +4 -0
- package/styles/appbar/_all.scss +2 -0
- package/styles/appbar/_bds-definition.scss +25 -0
- package/styles/appbar/_bigger.scss +15 -0
- package/styles/appbar/_bootstrap-dark-definition.scss +6 -0
- package/styles/appbar/_bootstrap-definition.scss +6 -0
- package/styles/appbar/_bootstrap4-definition.scss +6 -0
- package/styles/appbar/_bootstrap5-definition.scss +6 -0
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
- package/styles/appbar/_fabric-dark-definition.scss +6 -0
- package/styles/appbar/_fabric-definition.scss +6 -0
- package/styles/appbar/_fluent-definition.scss +6 -0
- package/styles/appbar/_fluent2-definition.scss +24 -0
- package/styles/appbar/_fusionnew-definition.scss +6 -0
- package/styles/appbar/_highcontrast-definition.scss +6 -0
- package/styles/appbar/_highcontrast-light-definition.scss +6 -0
- package/styles/appbar/_layout.scss +76 -0
- package/styles/appbar/_material-dark-definition.scss +6 -0
- package/styles/appbar/_material-definition.scss +6 -0
- package/styles/appbar/_material3-definition.scss +6 -0
- package/styles/appbar/_tailwind-definition.scss +6 -0
- package/styles/appbar/_theme.scss +216 -0
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/breadcrumb/_bds-definition.scss +60 -0
- package/styles/breadcrumb/_bigger.scss +160 -0
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +61 -0
- package/styles/breadcrumb/_fluent2-definition.scss +61 -0
- package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
- package/styles/breadcrumb/_layout.scss +1 -1
- package/styles/breadcrumb/_material3-dark-definition.scss +1 -0
- package/styles/breadcrumb/_material3-definition.scss +60 -0
- package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -60
- package/styles/breadcrumb/_tailwind-definition.scss +3 -3
- package/styles/breadcrumb/bootstrap-dark.css +1 -1
- package/styles/breadcrumb/bootstrap.css +1 -1
- package/styles/breadcrumb/bootstrap4.css +1 -1
- package/styles/breadcrumb/bootstrap5-dark.css +1 -1
- package/styles/breadcrumb/bootstrap5.css +1 -1
- package/styles/breadcrumb/fabric-dark.css +1 -1
- package/styles/breadcrumb/fabric.css +1 -1
- package/styles/breadcrumb/fluent-dark.css +1 -1
- package/styles/breadcrumb/fluent.css +1 -1
- package/styles/breadcrumb/fluent2.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +1 -1
- package/styles/breadcrumb/highcontrast.css +1 -1
- package/styles/breadcrumb/icons/_bds.scss +23 -0
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
- package/styles/breadcrumb/icons/_fluent2.scss +23 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +23 -0
- package/styles/breadcrumb/icons/_material3-dark.scss +1 -0
- package/styles/breadcrumb/icons/_material3.scss +12 -0
- package/styles/breadcrumb/material-dark.css +1 -1
- package/styles/breadcrumb/material.css +1 -1
- package/styles/breadcrumb/material3-dark.scss +4 -0
- package/styles/breadcrumb/material3.scss +4 -0
- package/styles/breadcrumb/tailwind-dark.css +8 -8
- package/styles/breadcrumb/tailwind.css +8 -8
- package/styles/carousel/_bds-definition.scss +20 -0
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
- package/styles/carousel/_fluent2-definition.scss +23 -0
- package/styles/carousel/_fusionnew-definition.scss +20 -0
- package/styles/carousel/_material3-dark-definition.scss +1 -0
- package/styles/carousel/_material3-definition.scss +21 -0
- package/styles/carousel/fluent2.scss +4 -0
- package/styles/carousel/icons/_bds.scss +30 -0
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
- package/styles/carousel/icons/_fluent2.scss +30 -0
- package/styles/carousel/icons/_fusionnew.scss +30 -0
- package/styles/carousel/icons/_material3-dark.scss +1 -0
- package/styles/carousel/icons/_material3.scss +30 -0
- package/styles/carousel/material3-dark.scss +4 -0
- package/styles/carousel/material3.scss +4 -0
- package/styles/context-menu/_bds-definition.scss +68 -0
- package/styles/context-menu/_bigger.scss +96 -0
- package/styles/context-menu/_bootstrap5.3-definition.scss +52 -0
- package/styles/context-menu/_fluent2-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +51 -0
- package/styles/context-menu/_material3-dark-definition.scss +1 -0
- package/styles/context-menu/_material3-definition.scss +51 -0
- package/styles/context-menu/fluent2.scss +4 -0
- package/styles/context-menu/icons/_bds.scss +31 -0
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
- package/styles/context-menu/icons/_fluent2.scss +31 -0
- package/styles/context-menu/icons/_fusionnew.scss +31 -0
- package/styles/context-menu/icons/_material3-dark.scss +1 -0
- package/styles/context-menu/icons/_material3.scss +31 -0
- package/styles/context-menu/material3-dark.scss +4 -0
- package/styles/context-menu/material3.scss +4 -0
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2.scss +34 -0
- package/styles/h-scroll/_bds-definition.scss +83 -0
- package/styles/h-scroll/_bigger.scss +39 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
- package/styles/h-scroll/_fluent2-definition.scss +83 -0
- package/styles/h-scroll/_fusionnew-definition.scss +83 -0
- package/styles/h-scroll/_material3-dark-definition.scss +1 -0
- package/styles/h-scroll/_material3-definition.scss +83 -0
- package/styles/h-scroll/fluent2.scss +4 -0
- package/styles/h-scroll/icons/_bds.scss +49 -0
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
- package/styles/h-scroll/icons/_fluent2.scss +49 -0
- package/styles/h-scroll/icons/_fusionnew.scss +49 -0
- package/styles/h-scroll/icons/_material3-dark.scss +1 -0
- package/styles/h-scroll/icons/_material3.scss +49 -0
- package/styles/h-scroll/material3-dark.scss +4 -0
- package/styles/h-scroll/material3.scss +4 -0
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark.scss +34 -0
- package/styles/material3.scss +34 -0
- package/styles/menu/_bds-definition.scss +65 -0
- package/styles/menu/_bigger.scss +355 -0
- package/styles/menu/_bootstrap5.3-definition.scss +66 -0
- package/styles/menu/_fluent2-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +66 -0
- package/styles/menu/_material3-dark-definition.scss +1 -0
- package/styles/menu/_material3-definition.scss +66 -0
- package/styles/menu/fluent2.scss +7 -0
- package/styles/menu/icons/_bds.scss +104 -0
- package/styles/menu/icons/_bootstrap5.3.scss +104 -0
- package/styles/menu/icons/_fluent2.scss +104 -0
- package/styles/menu/icons/_fusionnew.scss +104 -0
- package/styles/menu/icons/_material3-dark.scss +1 -0
- package/styles/menu/icons/_material3.scss +104 -0
- package/styles/menu/material3-dark.scss +7 -0
- package/styles/menu/material3.scss +7 -0
- package/styles/pager/_all.scss +2 -0
- package/styles/pager/_bds-definition.scss +152 -0
- package/styles/pager/_bigger.scss +311 -0
- package/styles/pager/_bootstrap-dark-definition.scss +151 -0
- package/styles/pager/_bootstrap-definition.scss +151 -0
- package/styles/pager/_bootstrap4-definition.scss +151 -0
- package/styles/pager/_bootstrap5-definition.scss +166 -0
- package/styles/pager/_bootstrap5.3-definition.scss +166 -0
- package/styles/pager/_fabric-dark-definition.scss +149 -0
- package/styles/pager/_fabric-definition.scss +149 -0
- package/styles/pager/_fluent-definition.scss +153 -0
- package/styles/pager/_fluent2-definition.scss +152 -0
- package/styles/pager/_fusionnew-definition.scss +166 -0
- package/styles/pager/_highcontrast-definition.scss +149 -0
- package/styles/pager/_highcontrast-light-definition.scss +149 -0
- package/styles/pager/_layout.scss +742 -0
- package/styles/pager/_material-dark-definition.scss +150 -0
- package/styles/pager/_material-definition.scss +150 -0
- package/styles/pager/_material3-definition.scss +166 -0
- package/styles/pager/_tailwind-definition.scss +152 -0
- package/styles/pager/_theme.scss +189 -0
- package/styles/pager/icons/_bds.scss +50 -0
- package/styles/pager/icons/_bootstrap-dark.scss +50 -0
- package/styles/pager/icons/_bootstrap.scss +50 -0
- package/styles/pager/icons/_bootstrap4.scss +50 -0
- package/styles/pager/icons/_bootstrap5.3.scss +50 -0
- package/styles/pager/icons/_bootstrap5.scss +50 -0
- package/styles/pager/icons/_fabric-dark.scss +50 -0
- package/styles/pager/icons/_fabric.scss +50 -0
- package/styles/pager/icons/_fluent.scss +50 -0
- package/styles/pager/icons/_fluent2.scss +50 -0
- package/styles/pager/icons/_fusionnew.scss +50 -0
- package/styles/pager/icons/_highcontrast-light.scss +50 -0
- package/styles/pager/icons/_highcontrast.scss +46 -0
- package/styles/pager/icons/_material-dark.scss +50 -0
- package/styles/pager/icons/_material.scss +46 -0
- package/styles/pager/icons/_material3.scss +50 -0
- package/styles/pager/icons/_tailwind.scss +50 -0
- package/styles/sidebar/_bds-definition.scss +53 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
- package/styles/sidebar/_fluent2-definition.scss +8 -0
- package/styles/sidebar/_fusionnew-definition.scss +6 -0
- package/styles/sidebar/_material3-dark-definition.scss +1 -0
- package/styles/sidebar/_material3-definition.scss +4 -0
- package/styles/sidebar/fluent2.scss +3 -0
- package/styles/sidebar/material3-dark.scss +3 -0
- package/styles/sidebar/material3.scss +3 -0
- package/styles/stepper/_all.scss +2 -0
- package/styles/stepper/_bds-definition.scss +72 -0
- package/styles/stepper/_bigger.scss +53 -0
- package/styles/stepper/_bootstrap-dark-definition.scss +72 -0
- package/styles/stepper/_bootstrap-definition.scss +72 -0
- package/styles/stepper/_bootstrap4-definition.scss +72 -0
- package/styles/stepper/_bootstrap5-definition.scss +73 -0
- package/styles/stepper/_bootstrap5.3-definition.scss +72 -0
- package/styles/stepper/_fabric-dark-definition.scss +72 -0
- package/styles/stepper/_fabric-definition.scss +72 -0
- package/styles/stepper/_fluent-definition.scss +72 -0
- package/styles/stepper/_fluent2-definition.scss +72 -0
- package/styles/stepper/_fusionnew-definition.scss +72 -0
- package/styles/stepper/_highcontrast-definition.scss +72 -0
- package/styles/stepper/_highcontrast-light-definition.scss +72 -0
- package/styles/stepper/_layout.scss +431 -0
- package/styles/stepper/_material-dark-definition.scss +72 -0
- package/styles/stepper/_material-definition.scss +72 -0
- package/styles/stepper/_material3-definition.scss +72 -0
- package/styles/stepper/_tailwind-definition.scss +72 -0
- package/styles/stepper/_theme.scss +195 -0
- package/styles/stepper/icons/_bds.scss +5 -0
- package/styles/stepper/icons/_bootstrap-dark.scss +5 -0
- package/styles/stepper/icons/_bootstrap.scss +5 -0
- package/styles/stepper/icons/_bootstrap4.scss +5 -0
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
- package/styles/stepper/icons/_bootstrap5.scss +5 -0
- package/styles/stepper/icons/_fabric-dark.scss +5 -0
- package/styles/stepper/icons/_fabric.scss +5 -0
- package/styles/stepper/icons/_fluent.scss +5 -0
- package/styles/stepper/icons/_fluent2.scss +5 -0
- package/styles/stepper/icons/_fusionnew.scss +5 -0
- package/styles/stepper/icons/_highcontrast-light.scss +5 -0
- package/styles/stepper/icons/_highcontrast.scss +5 -0
- package/styles/stepper/icons/_material-dark.scss +5 -0
- package/styles/stepper/icons/_material.scss +5 -0
- package/styles/stepper/icons/_material3.scss +5 -0
- package/styles/stepper/icons/_tailwind.scss +5 -0
- package/styles/tab/_bds-definition.scss +661 -0
- package/styles/tab/_bigger.scss +1270 -0
- package/styles/tab/_bootstrap5.3-definition.scss +636 -0
- package/styles/tab/_fluent2-definition.scss +667 -0
- package/styles/tab/_fusionnew-definition.scss +634 -0
- package/styles/tab/_material3-dark-definition.scss +1 -0
- package/styles/tab/_material3-definition.scss +636 -0
- package/styles/tab/fluent2.scss +5 -0
- package/styles/tab/icons/_bds.scss +90 -0
- package/styles/tab/icons/_bootstrap5.3.scss +90 -0
- package/styles/tab/icons/_fluent2.scss +98 -0
- package/styles/tab/icons/_fusionnew.scss +90 -0
- package/styles/tab/icons/_material3-dark.scss +1 -0
- package/styles/tab/icons/_material3.scss +90 -0
- package/styles/tab/material3-dark.scss +5 -0
- package/styles/tab/material3.scss +5 -0
- package/styles/tailwind-dark.css +8 -8
- package/styles/tailwind.css +8 -8
- package/styles/toolbar/_bds-definition.scss +197 -0
- package/styles/toolbar/_bigger.scss +309 -0
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
- package/styles/toolbar/_fluent2-definition.scss +198 -0
- package/styles/toolbar/_fusionnew-definition.scss +198 -0
- package/styles/toolbar/_material3-dark-definition.scss +1 -0
- package/styles/toolbar/_material3-definition.scss +199 -0
- package/styles/toolbar/fluent2.scss +6 -0
- package/styles/toolbar/icons/_bds.scss +14 -0
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
- package/styles/toolbar/icons/_fluent2.scss +14 -0
- package/styles/toolbar/icons/_fusionnew.scss +14 -0
- package/styles/toolbar/icons/_material3-dark.scss +1 -0
- package/styles/toolbar/icons/_material3.scss +14 -0
- package/styles/toolbar/material3-dark.scss +6 -0
- package/styles/toolbar/material3.scss +6 -0
- package/styles/treeview/_bds-definition.scss +132 -0
- package/styles/treeview/_bigger.scss +393 -0
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
- package/styles/treeview/_fluent2-definition.scss +128 -0
- package/styles/treeview/_fusionnew-definition.scss +120 -0
- package/styles/treeview/_material3-dark-definition.scss +1 -0
- package/styles/treeview/_material3-definition.scss +110 -0
- package/styles/treeview/fluent2.scss +4 -0
- package/styles/treeview/icons/_bds.scss +44 -0
- package/styles/treeview/icons/_bootstrap5.3.scss +44 -0
- package/styles/treeview/icons/_fluent2.scss +44 -0
- package/styles/treeview/icons/_fusionnew.scss +44 -0
- package/styles/treeview/icons/_material3-dark.scss +1 -0
- package/styles/treeview/icons/_material3.scss +44 -0
- package/styles/treeview/material3-dark.scss +4 -0
- package/styles/treeview/material3.scss +4 -0
- package/styles/v-scroll/_bds-definition.scss +49 -0
- package/styles/v-scroll/_bigger.scss +28 -0
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
- package/styles/v-scroll/_fluent2-definition.scss +49 -0
- package/styles/v-scroll/_fusionnew-definition.scss +49 -0
- package/styles/v-scroll/_material3-dark-definition.scss +1 -0
- package/styles/v-scroll/_material3-definition.scss +49 -0
- package/styles/v-scroll/fluent2.scss +4 -0
- package/styles/v-scroll/icons/_bds.scss +27 -0
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
- package/styles/v-scroll/icons/_fluent2.scss +27 -0
- package/styles/v-scroll/icons/_fusionnew.scss +27 -0
- package/styles/v-scroll/icons/_material3-dark.scss +1 -0
- package/styles/v-scroll/icons/_material3.scss +27 -0
- package/styles/v-scroll/material3-dark.scss +4 -0
- package/styles/v-scroll/material3.scss +4 -0
- package/tslint.json +111 -111
- package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
- package/accordion.d.ts +0 -4
- package/accordion.js +0 -4
- package/breadcrumb.d.ts +0 -4
- package/breadcrumb.js +0 -4
- package/carousel.d.ts +0 -4
- package/carousel.js +0 -4
- package/common.d.ts +0 -4
- package/common.js +0 -4
- package/context-menu.d.ts +0 -4
- package/context-menu.js +0 -4
- package/helpers/e2e/accordionHelper.d.ts +0 -56
- package/helpers/e2e/contextmenuHelper.d.ts +0 -37
- package/helpers/e2e/index.d.ts +0 -7
- package/helpers/e2e/menuHelper.d.ts +0 -37
- package/helpers/e2e/sidebarHelper.d.ts +0 -94
- package/helpers/e2e/tabHelper.d.ts +0 -60
- package/helpers/e2e/toolbarHelper.d.ts +0 -60
- package/helpers/e2e/treeview.d.ts +0 -50
- package/index.d.ts +0 -4
- package/index.js +0 -4
- package/menu.d.ts +0 -4
- package/menu.js +0 -4
- package/sidebar.d.ts +0 -4
- package/sidebar.js +0 -4
- package/src/accordion/accordion.d.ts +0 -440
- package/src/accordion/index.d.ts +0 -5
- package/src/breadcrumb/breadcrumb.d.ts +0 -255
- package/src/breadcrumb/index.d.ts +0 -5
- package/src/carousel/carousel.d.ts +0 -338
- package/src/carousel/index.d.ts +0 -3
- package/src/common/h-scroll.d.ts +0 -105
- package/src/common/index.d.ts +0 -9
- package/src/common/menu-base.d.ts +0 -526
- package/src/common/menu-scroll.d.ts +0 -29
- package/src/common/v-scroll.d.ts +0 -106
- package/src/context-menu/index.d.ts +0 -5
- package/src/index.d.ts +0 -13
- package/src/menu/index.d.ts +0 -5
- package/src/menu/menu.d.ts +0 -121
- package/src/sidebar/index.d.ts +0 -5
- package/src/sidebar/sidebar.d.ts +0 -321
- package/src/tab/index.d.ts +0 -5
- package/src/tab/tab.d.ts +0 -650
- package/src/toolbar/index.d.ts +0 -5
- package/src/toolbar/toolbar.d.ts +0 -470
- package/src/treeview/index.d.ts +0 -5
- package/src/treeview/treeview.d.ts +0 -1256
- package/tab.d.ts +0 -4
- package/tab.js +0 -4
- package/toolbar.d.ts +0 -4
- package/toolbar.js +0 -4
- package/treeview.d.ts +0 -4
- package/treeview.js +0 -4
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
@import 'ej2-base/styles/definition/material3-dark.scss';
|
|
2
|
+
@import '../h-scroll/material3-dark-definition.scss';
|
|
3
|
+
@import '../v-scroll/material3-dark-definition.scss';
|
|
4
|
+
@import 'material3-dark-definition.scss';
|
|
5
|
+
@import 'icons/material3-dark.scss';
|
|
6
|
+
@import 'all.scss';
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
/*! TreeView's theme wise override definitions and variables */
|
|
2
|
+
/* stylelint-disable */
|
|
3
|
+
$treeview-font-size: $text-sm !default;
|
|
4
|
+
$treeview-icon-font-size: $text-xl !default;
|
|
5
|
+
$treeview-image-font-size: $text-xl !default;
|
|
6
|
+
$treeview-big-font-size: $text-base !default;
|
|
7
|
+
$treeview-big-icon-font-size: $text-2xl !default;
|
|
8
|
+
$treeview-item-height: 40px !default;
|
|
9
|
+
$treeview-text-height: 38px !default;
|
|
10
|
+
$treeview-input-height: 30px !default;
|
|
11
|
+
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
12
|
+
$treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
|
|
13
|
+
$treeview-child-ul-padding: 0 0 0 20px !default;
|
|
14
|
+
$treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
|
|
15
|
+
$treeview-text-wrap-padding: 0 0 0 20px !default;
|
|
16
|
+
$treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
|
|
17
|
+
$treeview-icon-size: 20px !default;
|
|
18
|
+
$treeview-icon-margin: 0 0 0 -20px !default;
|
|
19
|
+
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
20
|
+
$treeview-icon-padding: 0px !default;
|
|
21
|
+
$treeview-text-padding: 0 8px !default;
|
|
22
|
+
$treeview-text-margin: 0 !default;
|
|
23
|
+
$treeview-image-size: 20px !default;
|
|
24
|
+
$treeview-image-margin: 0 0 0 8px !default;
|
|
25
|
+
$treeview-navigable-icon-image-margin: 0 8px 0 0 !default;
|
|
26
|
+
$treeview-navigable-icon-image-margin-reverse: 0 0 0 8px !default;
|
|
27
|
+
$treeview-navigable-check-margin-bigger: 0 0 0 12px !default;
|
|
28
|
+
$treeview-navigable-icon-image-anchor-margin-bigger: 0 12px 0 8px !default;
|
|
29
|
+
$treeview-navigable-icon-image-anchor-margin-reverse-bigger: 0 6px 0 10px !default;
|
|
30
|
+
$treeview-navigable-icon-image-anchor-margin: 0 10px 0 2px !default;
|
|
31
|
+
$treeview-navigable-icon-image-anchor-margin-reverse: 0 2px 0 10px !default;
|
|
32
|
+
$treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
|
|
33
|
+
$treeview-rtl-image-margin: 0 8px 0 0 !default;
|
|
34
|
+
$treeview-image-text-padding: 0 8px !default;
|
|
35
|
+
$treeview-icon-image-margin: 0 0 0 8px !default;
|
|
36
|
+
$treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
|
|
37
|
+
$treeview-check-margin: 0 0 0 6px !default;
|
|
38
|
+
$treeview-rtl-check-margin: 0 6px 0 0 !default;
|
|
39
|
+
$treeview-check-text-padding: 0 8px !default;
|
|
40
|
+
$treeview-check-image-margin: 0 0 0 8px !default;
|
|
41
|
+
$treeview-rtl-check-image-margin: 0 8px 0 0 !default;
|
|
42
|
+
$treeview-drop-count-border-size: 1px !default;
|
|
43
|
+
$treeview-drop-count-font-size: $text-xs !default;
|
|
44
|
+
$treeview-active-font-weight: 600 !default;
|
|
45
|
+
$treeview-edit-wrap-width: calc(100% - 2px) !default;
|
|
46
|
+
$treeview-check-wrap-width: calc(100% - 23px) !default;
|
|
47
|
+
$treeview-check-icon-wrap-width: calc(100% - 56px) !default;
|
|
48
|
+
$treeview-check-icon-img-wrap-width: calc(100% - 84px) !default;
|
|
49
|
+
$treeview-icon-wrap-width: calc(100% - 32px) !default;
|
|
50
|
+
$treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
51
|
+
|
|
52
|
+
$treeview-big-item-height: 48px !default;
|
|
53
|
+
$treeview-big-text-height: 46px !default;
|
|
54
|
+
$treeview-big-input-height: 40px !default;
|
|
55
|
+
$treeview-big-text-padding: 0 12px !default;
|
|
56
|
+
$treeview-big-input-padding: 0 9px !default;
|
|
57
|
+
$treeview-big-icon-padding: 0px !default;
|
|
58
|
+
$treeview-big-image-margin: 0 0 0 12px !default;
|
|
59
|
+
$treeview-big-rtl-image-margin: 0 12px 0 0 !default;
|
|
60
|
+
$treeview-big-icon-image-margin: 0 0 0 12px !default;
|
|
61
|
+
$treeview-big-rtl-icon-image-margin: 0 12px 0 0 !default;
|
|
62
|
+
$treeview-big-check-margin: 0 0 0 8px !default;
|
|
63
|
+
$treeview-big-rtl-check-margin: 0 8px 0 0 !default;
|
|
64
|
+
$treeview-big-check-image-margin: 0 0 0 12px !default;
|
|
65
|
+
$treeview-big-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
66
|
+
$treeview-big-root-ul-padding: 0 0 0 16px !default;
|
|
67
|
+
$treeview-big-rtl-root-ul-padding: 0 16px 0 0 !default;
|
|
68
|
+
$treeview-big-child-ul-padding: 0 0 0 24px !default;
|
|
69
|
+
$treeview-big-rtl-child-ul-padding: 0 24px 0 0 !default;
|
|
70
|
+
$treeview-big-image-text-padding: 0 12px !default;
|
|
71
|
+
$treeview-big-icon-margin: 0 0 0 -24px !default;
|
|
72
|
+
$treeview-big-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
73
|
+
$treeview-big-text-wrap-padding: 0 0 0 24px !default;
|
|
74
|
+
$treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
|
|
75
|
+
$treeview-big-drag-icon-font-size: $text-2xl !default;
|
|
76
|
+
$treeview-big-drag-item-text-padding-left: 12px !default;
|
|
77
|
+
$treeview-big-drag-icon-margin: -6px 0px 5px -9px !default;
|
|
78
|
+
$treeview-big-drag-before-icon-padding: 6px !default;
|
|
79
|
+
$treeview-big-check-text-padding: 0 12px !default;
|
|
80
|
+
$treeview-big-check-wrap-width: calc(100% - 29px) !default;
|
|
81
|
+
$treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
82
|
+
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
83
|
+
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
84
|
+
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
85
|
+
|
|
86
|
+
$treeview-font-family: $font-family !default;
|
|
87
|
+
$treeview-drag-icon-font-size: $text-xl !default;
|
|
88
|
+
$treeview-drag-icon-padding: 6px !default;
|
|
89
|
+
$treeview-drag-icon-margin: 0 8px 10px -20px;
|
|
90
|
+
$treeview-drag-icon-padding-right: 4px !default;
|
|
91
|
+
$treeview-rtl-drag-margin: 10px -13px -1px 0;
|
|
92
|
+
|
|
93
|
+
$ripple-size: -7px !default;
|
|
94
|
+
$ripple-height: 32px !default;
|
|
95
|
+
$ripple-width: 32px !default;
|
|
96
|
+
|
|
97
|
+
//color variables
|
|
98
|
+
$treeview-icon-color: $icon-color !default;
|
|
99
|
+
$treeview-text-color: $content-text-color !default;
|
|
100
|
+
$treeview-item-border-color: $transparent !default;
|
|
101
|
+
$treeview-item-active-bg: $content-bg-color-selected !default;
|
|
102
|
+
$treeview-icon-active-color: $content-text-color-selected !default;
|
|
103
|
+
$treeview-text-active-color: $content-text-color-selected !default;
|
|
104
|
+
$treeview-item-active-border-color: $content-bg-color-selected !default;
|
|
105
|
+
$treeview-item-hover-bg: $content-bg-color-hover !default;
|
|
106
|
+
$treeview-icon-hover-color: $icon-color-hover !default;
|
|
107
|
+
$treeview-text-hover-color: $content-text-color-hover !default;
|
|
108
|
+
$treeview-item-hover-border-color: $content-bg-color-hover !default;
|
|
109
|
+
$treeview-item-active-hover-bg: $content-bg-color-hover !default;
|
|
110
|
+
$treeview-icon-active-hover-color: $content-text-color-selected !default;
|
|
111
|
+
$treeview-text-active-hover-color: $content-text-color-selected !default;
|
|
112
|
+
$treeview-item-active-hover-border-color: $treeview-item-hover-border-color !default;
|
|
113
|
+
$treeview-text-disable-color: $content-text-color-disabled !default;
|
|
114
|
+
$treeview-icon-disable-color: $icon-color-disabled !default;
|
|
115
|
+
$treeview-drag-line-bg: $primary !default;
|
|
116
|
+
$treeview-drag-line-color: $primary !default;
|
|
117
|
+
$treeview-popup-bg-color: $content-bg-color-hover !default;
|
|
118
|
+
$treeview-popup-border-color: $content-bg-color-hover !default;
|
|
119
|
+
$treeview-drop-count-bg: $primary !default;
|
|
120
|
+
$treeview-drop-count-border: $primary-text-color !default;
|
|
121
|
+
$treeview-drop-count-color: $primary-text-color !default;
|
|
122
|
+
$treeview-drag-item-bg: $content-bg-color-alt3 !default;
|
|
123
|
+
$treeview-drag-item-color: $content-text-color-alt1 !default;
|
|
124
|
+
$treeview-drag-icon-color: $treeview-icon-color !default;
|
|
125
|
+
|
|
126
|
+
$treeview-item-active-hover-bg:$content-bg-color-hover !default;
|
|
127
|
+
|
|
128
|
+
@mixin active-hover-theme {
|
|
129
|
+
@if $skin-name =='tailwind' {
|
|
130
|
+
background-color: $treeview-item-active-hover-bg !important;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
@mixin big-icon-style($size) {
|
|
2
|
+
height: $size;
|
|
3
|
+
width: $size;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
@include export-module('treeview-bigger') {
|
|
7
|
+
.e-bigger .e-treeview,
|
|
8
|
+
.e-treeview.e-bigger {
|
|
9
|
+
|
|
10
|
+
@if $skin-name == 'bootstrap4' {
|
|
11
|
+
.e-ul,
|
|
12
|
+
.e-list-item .e-ul {
|
|
13
|
+
padding-left: 16px;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2' {
|
|
18
|
+
.e-ul {
|
|
19
|
+
padding: $treeview-big-root-ul-padding;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-list-item {
|
|
23
|
+
.e-ul {
|
|
24
|
+
padding: $treeview-big-child-ul-padding;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-text-content {
|
|
28
|
+
padding: $treeview-big-text-wrap-padding;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-list-icon,
|
|
32
|
+
.e-list-img {
|
|
33
|
+
@if $skin-name == 'fluent2' {
|
|
34
|
+
@include big-icon-style($treeview-big-img-size);
|
|
35
|
+
}
|
|
36
|
+
@else {
|
|
37
|
+
@include big-icon-style($treeview-big-icon-font-size);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-small.e-css.e-checkbox-wrapper {
|
|
42
|
+
& .e-frame {
|
|
43
|
+
height: 20px;
|
|
44
|
+
line-height: 17px;
|
|
45
|
+
width: 20px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
& .e-check,
|
|
49
|
+
& .e-stop {
|
|
50
|
+
font-size: 12px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
& .e-stop {
|
|
54
|
+
line-height: 17px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-checkbox-wrapper + .e-list-text {
|
|
59
|
+
padding: $treeview-big-check-text-padding;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.e-icon-collapsible,
|
|
64
|
+
.e-icon-expandable {
|
|
65
|
+
@include big-icon-style($treeview-big-icon-font-size);
|
|
66
|
+
margin: $treeview-big-icon-margin;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&.e-drag-item {
|
|
70
|
+
|
|
71
|
+
@if $skin-name == 'FluentUI' {
|
|
72
|
+
.e-icon-expandable,
|
|
73
|
+
.e-icon-collapsible {
|
|
74
|
+
padding-left: 24px;
|
|
75
|
+
padding-top: 10px;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.e-drop-count {
|
|
80
|
+
padding: 3px 5px 4px;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.e-navigable {
|
|
86
|
+
|
|
87
|
+
.e-list-text {
|
|
88
|
+
@if ($skin-name != 'Material3') {
|
|
89
|
+
padding: 0;
|
|
90
|
+
}
|
|
91
|
+
width: 100%;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.e-checkbox-wrapper {
|
|
95
|
+
+ .e-list-text {
|
|
96
|
+
padding: 0;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
+ .e-list-url .e-anchor-wrap {
|
|
100
|
+
@if $skin-name == 'bootstrap4' {
|
|
101
|
+
padding: $treeview-check-image-margin;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.e-list-icon,
|
|
105
|
+
.e-list-img {
|
|
106
|
+
margin: $treeview-navigable-icon-image-anchor-margin-bigger;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-anchor-wrap {
|
|
112
|
+
@if $skin-name == 'bootstrap4' {
|
|
113
|
+
padding: $treeview-navigable-check-margin-bigger;
|
|
114
|
+
}
|
|
115
|
+
@else {
|
|
116
|
+
padding: $treeview-icon-image-margin;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-list-icon,
|
|
121
|
+
.e-list-img,
|
|
122
|
+
.e-list-icon + .e-list-img {
|
|
123
|
+
|
|
124
|
+
@if $skin-name == 'bootstrap4' {
|
|
125
|
+
margin: $treeview-rtl-check-image-margin;
|
|
126
|
+
}
|
|
127
|
+
@else {
|
|
128
|
+
margin: $treeview-rtl-icon-image-margin;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.e-fullrow {
|
|
134
|
+
height: $treeview-big-item-height;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
&.e-text-wrap {
|
|
138
|
+
.e-checkbox-wrapper {
|
|
139
|
+
& + .e-list-text {
|
|
140
|
+
max-width: $treeview-big-check-wrap-width;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
& + .e-list-icon,
|
|
144
|
+
& + .e-list-img {
|
|
145
|
+
& + .e-list-text {
|
|
146
|
+
max-width: $treeview-big-check-icon-wrap-width;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
& + .e-list-icon + .e-list-img {
|
|
151
|
+
& + .e-list-text {
|
|
152
|
+
max-width: $treeview-big-check-icon-img-wrap-width;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.e-list-icon,
|
|
158
|
+
.e-list-img {
|
|
159
|
+
& + .e-list-text {
|
|
160
|
+
max-width: $treeview-big-icon-wrap-width;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-list-icon + .e-list-img {
|
|
165
|
+
& + .e-list-text {
|
|
166
|
+
max-width: $treeview-big-icon-img-wrap-width;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.e-list-text {
|
|
172
|
+
line-height: $treeview-big-text-height;
|
|
173
|
+
@if $skin-name != 'bootstrap4' {
|
|
174
|
+
min-height: $treeview-big-text-height;
|
|
175
|
+
}
|
|
176
|
+
@else if $skin-name == 'bootstrap4' {
|
|
177
|
+
min-height: 38px;
|
|
178
|
+
}
|
|
179
|
+
padding: $treeview-big-text-padding;
|
|
180
|
+
|
|
181
|
+
.e-input-group {
|
|
182
|
+
height: $treeview-big-input-height;
|
|
183
|
+
|
|
184
|
+
@if $skin-name != 'material' {
|
|
185
|
+
.e-input {
|
|
186
|
+
height: 36px;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.e-checkbox-wrapper {
|
|
193
|
+
margin: $treeview-big-check-margin;
|
|
194
|
+
@if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind') {
|
|
195
|
+
& + .e-list-text {
|
|
196
|
+
padding: $treeview-big-check-text-padding;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
& + .e-list-icon,
|
|
201
|
+
& + .e-list-img {
|
|
202
|
+
margin: $treeview-big-check-image-margin;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.e-list-icon,
|
|
207
|
+
.e-list-img {
|
|
208
|
+
margin: $treeview-big-image-margin;
|
|
209
|
+
@if $skin-name == 'bootstrap4' {
|
|
210
|
+
font-size: $treeview-big-image-font-size;
|
|
211
|
+
}
|
|
212
|
+
@if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
|
|
213
|
+
& + .e-list-text {
|
|
214
|
+
padding: $treeview-big-image-text-padding;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
& + .e-list-icon,
|
|
219
|
+
& + .e-list-img {
|
|
220
|
+
margin: $treeview-big-icon-image-margin;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.e-icon-collapsible,
|
|
225
|
+
.e-icon-expandable {
|
|
226
|
+
@if $skin-name == 'bootstrap4' {
|
|
227
|
+
height: $treeview-big-icon-size;
|
|
228
|
+
margin: $treeview-big-icon-margin;
|
|
229
|
+
width: $treeview-big-icon-size;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
&::before {
|
|
233
|
+
padding: $treeview-big-icon-padding;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
&.e-drag-item {
|
|
238
|
+
|
|
239
|
+
@if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
|
240
|
+
|
|
241
|
+
.e-text-content {
|
|
242
|
+
padding-left: $treeview-big-drag-item-text-padding-left;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.e-icon-collapsible,
|
|
246
|
+
.e-icon-expandable {
|
|
247
|
+
font-size: $treeview-big-drag-icon-font-size;
|
|
248
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
|
|
249
|
+
margin: $treeview-big-drag-icon-margin;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
&::before {
|
|
253
|
+
@if ($skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
|
|
254
|
+
padding: $treeview-big-drag-before-icon-padding;
|
|
255
|
+
}
|
|
256
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
|
257
|
+
font-size: $treeview-big-drag-icon-font-size;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
@if $skin-name == 'bootstrap4' {
|
|
263
|
+
.e-drop-count {
|
|
264
|
+
border: $treeview-big-drop-count-border-size solid;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
&.e-rtl {
|
|
271
|
+
|
|
272
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2' {
|
|
273
|
+
.e-ul {
|
|
274
|
+
padding: $treeview-big-rtl-root-ul-padding;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.e-list-item {
|
|
278
|
+
.e-ul {
|
|
279
|
+
padding: $treeview-big-rtl-child-ul-padding;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.e-text-content {
|
|
283
|
+
padding: $treeview-big-rtl-text-wrap-padding;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'bootstrap4' {
|
|
289
|
+
.e-icon-collapsible,
|
|
290
|
+
.e-icon-expandable {
|
|
291
|
+
margin: $treeview-big-rtl-icon-margin;
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
&.e-drag-item {
|
|
296
|
+
|
|
297
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
|
298
|
+
|
|
299
|
+
.e-text-content {
|
|
300
|
+
padding-left: 0;
|
|
301
|
+
padding-right: $treeview-big-drag-item-text-padding-left;
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.e-navigable {
|
|
307
|
+
|
|
308
|
+
.e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
|
|
309
|
+
|
|
310
|
+
@if $skin-name == 'bootstrap4' {
|
|
311
|
+
padding: $treeview-navigable-rtl-margin-reverse;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.e-list-icon,
|
|
315
|
+
.e-list-img {
|
|
316
|
+
margin: $treeview-navigable-icon-image-anchor-margin-reverse-bigger;
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.e-anchor-wrap {
|
|
321
|
+
@if $skin-name == 'bootstrap4' {
|
|
322
|
+
padding: $treeview-navigable-check-margin-bigger-reverse;
|
|
323
|
+
}
|
|
324
|
+
@else {
|
|
325
|
+
padding: $treeview-rtl-icon-image-margin;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.e-list-icon,
|
|
330
|
+
.e-list-img,
|
|
331
|
+
.e-list-icon + .e-list-img {
|
|
332
|
+
@if $skin-name == 'bootstrap4' {
|
|
333
|
+
margin: $treeview-check-image-margin;
|
|
334
|
+
}
|
|
335
|
+
@else {
|
|
336
|
+
margin: $treeview-icon-image-margin;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.e-checkbox-wrapper {
|
|
342
|
+
margin: $treeview-big-rtl-check-margin;
|
|
343
|
+
|
|
344
|
+
& + .e-list-icon,
|
|
345
|
+
& + .e-list-img {
|
|
346
|
+
margin: $treeview-big-rtl-check-image-margin;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.e-list-icon,
|
|
351
|
+
.e-list-img {
|
|
352
|
+
margin: $treeview-big-rtl-image-margin;
|
|
353
|
+
|
|
354
|
+
& + .e-list-icon,
|
|
355
|
+
& + .e-list-img {
|
|
356
|
+
margin: $treeview-big-rtl-icon-image-margin;
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.e-bigger .e-treeview,
|
|
363
|
+
.e-treeview.e-bigger {
|
|
364
|
+
.e-list-text {
|
|
365
|
+
font-size: $treeview-big-font-size;
|
|
366
|
+
@if $skin-name == 'bootstrap4' {
|
|
367
|
+
color: $treeview-big-text-color;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.e-icon-collapsible,
|
|
372
|
+
.e-icon-expandable {
|
|
373
|
+
&::before {
|
|
374
|
+
font-size: $treeview-big-icon-font-size;
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
&.e-drag-item {
|
|
379
|
+
.e-icon-collapsible,
|
|
380
|
+
.e-icon-expandable {
|
|
381
|
+
@if $skin-name == 'bootstrap4' {
|
|
382
|
+
padding: $treeview-big-drag-icon-padding;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.e-list-text {
|
|
387
|
+
@if $skin-name == 'bootstrap4' {
|
|
388
|
+
padding: $treeview-big-drag-text-padding;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
2
|
+
/* stylelint-disable */
|
|
3
|
+
$treeview-font-size: $text-sm !default;
|
|
4
|
+
$treeview-icon-font-size: $text-xl !default;
|
|
5
|
+
$treeview-image-font-size: $text-xl !default;
|
|
6
|
+
$treeview-item-height: 36px !default;
|
|
7
|
+
$treeview-text-height: 34px !default;
|
|
8
|
+
$treeview-input-height: 30px !default;
|
|
9
|
+
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
10
|
+
$treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
|
|
11
|
+
$treeview-child-ul-padding: 0 0 0 20px !default;
|
|
12
|
+
$treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
|
|
13
|
+
$treeview-text-wrap-padding: 0 0 0 20px !default;
|
|
14
|
+
$treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
|
|
15
|
+
$treeview-icon-size: 20px !default;
|
|
16
|
+
$treeview-icon-margin: 0 4px 0 -25px !default;
|
|
17
|
+
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
18
|
+
$treeview-icon-padding: 0px !default;
|
|
19
|
+
$treeview-text-padding: 0 8px !default;
|
|
20
|
+
$treeview-text-margin: 0 !default;
|
|
21
|
+
$treeview-image-size: 18px !default;
|
|
22
|
+
$treeview-image-margin: 0 0 0 8px !default;
|
|
23
|
+
$treeview-navigable-icon-image-anchor-margin-bigger: 0 12px 0 8px !default;
|
|
24
|
+
$treeview-navigable-icon-image-anchor-margin-reverse-bigger: 0 6px 0 10px !default;
|
|
25
|
+
$treeview-navigable-icon-image-anchor-margin: 0 8px 0 0 !default;
|
|
26
|
+
$treeview-navigable-icon-image-anchor-margin-reverse: 0 0 0 8px !default;
|
|
27
|
+
$treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
|
|
28
|
+
$treeview-rtl-image-margin: 0 8px 0 0 !default;
|
|
29
|
+
$treeview-image-text-padding: 0 12px !default;
|
|
30
|
+
$treeview-icon-image-margin: 0 0 0 8px !default;
|
|
31
|
+
$treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
|
|
32
|
+
$treeview-check-margin: 0 0 0 8px !default;
|
|
33
|
+
$treeview-rtl-check-margin: 0 12px 0 0 !default;
|
|
34
|
+
$treeview-check-text-padding: 0 8px !default;
|
|
35
|
+
$treeview-check-image-margin: 0 0 0 8px !default;
|
|
36
|
+
$treeview-rtl-check-image-margin: 0 8px 0 0 !default;
|
|
37
|
+
$treeview-drop-count-border-size: 1px !default;
|
|
38
|
+
$treeview-drop-count-font-size: $text-xs !default;
|
|
39
|
+
$treeview-edit-wrap-width: calc(100% - 2px) !default;
|
|
40
|
+
$treeview-check-wrap-width: calc(100% - 21px) !default;
|
|
41
|
+
$treeview-check-icon-wrap-width: calc(100% - 54px) !default;
|
|
42
|
+
$treeview-check-icon-img-wrap-width: calc(100% - 82px) !default;
|
|
43
|
+
$treeview-icon-wrap-width: calc(100% - 32px) !default;
|
|
44
|
+
$treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
45
|
+
|
|
46
|
+
$treeview-big-font-size: $text-base !default;
|
|
47
|
+
$treeview-big-icon-font-size: $text-2xl !default;
|
|
48
|
+
$treeview-big-item-height: 42px !default;
|
|
49
|
+
$treeview-big-text-height: 40px !default;
|
|
50
|
+
$treeview-big-input-height: 40px !default;
|
|
51
|
+
$treeview-big-text-padding: 0 12px !default;
|
|
52
|
+
$treeview-big-input-padding: 0 9px !default;
|
|
53
|
+
$treeview-big-icon-padding: 0px !default;
|
|
54
|
+
$treeview-big-image-margin: 0 0 0 12px !default;
|
|
55
|
+
$treeview-big-rtl-image-margin: 0 12px 0 0 !default;
|
|
56
|
+
$treeview-big-icon-image-margin: 0 0 0 12px !default;
|
|
57
|
+
$treeview-big-rtl-icon-image-margin: 0 12px 0 0 !default;
|
|
58
|
+
$treeview-big-check-margin: 0 0 0 12px !default;
|
|
59
|
+
$treeview-big-rtl-check-margin: 0 12px 0 0 !default;
|
|
60
|
+
$treeview-big-check-image-margin: 0 0 0 12px !default;
|
|
61
|
+
$treeview-big-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
62
|
+
$treeview-big-root-ul-padding: 0 0 0 16px !default;
|
|
63
|
+
$treeview-big-rtl-root-ul-padding: 0 16px 0 0 !default;
|
|
64
|
+
$treeview-big-child-ul-padding: 0 0 0 20px !default;
|
|
65
|
+
$treeview-big-rtl-child-ul-padding: 0 20px 0 0 !default;
|
|
66
|
+
$treeview-big-image-text-padding: 0 12px !default;
|
|
67
|
+
$treeview-big-icon-margin: 0 0 0 -24px !default;
|
|
68
|
+
$treeview-big-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
69
|
+
$treeview-big-text-wrap-padding: 0 0 0 24px !default;
|
|
70
|
+
$treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
|
|
71
|
+
$treeview-big-drag-icon-font-size: $text-2xl !default;
|
|
72
|
+
$treeview-big-drag-item-text-padding-left: 24px !default;
|
|
73
|
+
$treeview-big-drag-before-icon-padding: 6px !default;
|
|
74
|
+
$treeview-big-check-text-padding: 0 12px !default;
|
|
75
|
+
$treeview-big-check-wrap-width: calc(100% - 29px) !default;
|
|
76
|
+
$treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
77
|
+
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
78
|
+
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
79
|
+
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
80
|
+
|
|
81
|
+
$treeview-font-family: $font-family !default;
|
|
82
|
+
$treeview-drag-icon-font-size: $text-sm !default;
|
|
83
|
+
$treeview-drag-icon-padding: 4px 8px 10px 12px !default;
|
|
84
|
+
|
|
85
|
+
//treeview ripple effect variables
|
|
86
|
+
$ripple-size: -7px !default;
|
|
87
|
+
$ripple-height: 32px !default;
|
|
88
|
+
$ripple-width: 32px !default;
|
|
89
|
+
|
|
90
|
+
//color variables
|
|
91
|
+
$treeview-icon-color: $icon-color !default;
|
|
92
|
+
$treeview-text-color: $content-text-color !default;
|
|
93
|
+
$treeview-item-border-color: $transparent !default;
|
|
94
|
+
$treeview-item-active-bg: $content-bg-color-selected !default;
|
|
95
|
+
$treeview-icon-active-color: $content-text-color-selected !default;
|
|
96
|
+
$treeview-text-active-color: $content-text-color-selected !default;
|
|
97
|
+
$treeview-item-active-border-color: $content-bg-color-selected !default;
|
|
98
|
+
$treeview-item-hover-bg: $content-bg-color-hover !default;
|
|
99
|
+
$treeview-icon-hover-color: $icon-color-hover !default;
|
|
100
|
+
$treeview-text-hover-color: $content-text-color-hover !default;
|
|
101
|
+
$treeview-item-hover-border-color: $content-bg-color-hover !default;
|
|
102
|
+
$treeview-icon-active-hover-color: $content-text-color-selected !default;
|
|
103
|
+
$treeview-text-active-hover-color: $content-text-color-selected !default;
|
|
104
|
+
$treeview-item-active-hover-border-color: $content-bg-color-selected !default;
|
|
105
|
+
$treeview-text-disable-color: $content-text-color-disabled !default;
|
|
106
|
+
$treeview-icon-disable-color: $icon-color-disabled !default;
|
|
107
|
+
$treeview-drag-line-bg: $primary !default;
|
|
108
|
+
$treeview-drag-line-color: $primary !default;
|
|
109
|
+
$treeview-popup-bg-color: $content-bg-color-hover !default;
|
|
110
|
+
$treeview-popup-border-color: $content-bg-color-hover !default;
|
|
111
|
+
$treeview-drop-count-bg: $primary !default;
|
|
112
|
+
$treeview-drop-count-border: $primary-text-color !default;
|
|
113
|
+
$treeview-drop-count-color: $primary-text-color !default;
|
|
114
|
+
$treeview-drag-item-bg: $content-bg-color-alt4 !default;
|
|
115
|
+
$treeview-drag-item-color: $content-text-color-alt1 !default;
|
|
116
|
+
$treeview-drag-icon-color: $content-text-color-alt1 !default;
|
|
117
|
+
$treeview-item-active-check-bg: $primary-text-color !default;
|
|
118
|
+
$treeview-item-active-check-border-color: $primary-text-color !default;
|
|
119
|
+
$treeview-item-active-check-color: $primary !default;
|