@syncfusion/ej2-navigations 25.2.6 → 26.1.35-750253
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 +3 -2
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1311 -1106
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +960 -740
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion.d.ts +0 -3
- package/src/accordion/accordion.js +5 -5
- package/src/appbar/appbar.js +1 -1
- package/src/breadcrumb/breadcrumb-model.d.ts +7 -0
- package/src/breadcrumb/breadcrumb.d.ts +6 -0
- package/src/breadcrumb/breadcrumb.js +20 -6
- package/src/carousel/carousel.d.ts +1 -0
- package/src/carousel/carousel.js +12 -9
- package/src/common/menu-base.js +21 -13
- package/src/sidebar/sidebar-model.d.ts +5 -6
- package/src/sidebar/sidebar.d.ts +8 -6
- package/src/sidebar/sidebar.js +2 -3
- package/src/stepper/stepper-model.d.ts +7 -1
- package/src/stepper/stepper.d.ts +7 -3
- package/src/stepper/stepper.js +141 -76
- package/src/stepper-base/stepper-base-model.d.ts +1 -1
- package/src/stepper-base/stepper-base.d.ts +4 -4
- package/src/stepper-base/stepper-base.js +13 -8
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -3
- package/src/tab/tab.js +2 -2
- package/src/toolbar/toolbar-model.d.ts +1 -1
- package/src/toolbar/toolbar.js +13 -9
- package/src/treeview/treeview-model.d.ts +60 -53
- package/src/treeview/treeview.d.ts +134 -29
- package/src/treeview/treeview.js +572 -392
- package/styles/accordion/_bds-definition.scss +0 -13
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -9
- package/styles/accordion/_bootstrap-definition.scss +0 -14
- package/styles/accordion/_bootstrap4-definition.scss +0 -9
- package/styles/accordion/_bootstrap5-definition.scss +8 -22
- package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
- package/styles/accordion/_fabric-dark-definition.scss +0 -8
- package/styles/accordion/_fabric-definition.scss +0 -13
- package/styles/accordion/_fluent-definition.scss +0 -13
- package/styles/accordion/_fluent2-definition.scss +167 -0
- package/styles/accordion/_fusionnew-definition.scss +1 -15
- package/styles/accordion/_highcontrast-definition.scss +0 -13
- package/styles/accordion/_highcontrast-light-definition.scss +0 -11
- package/styles/accordion/_layout.scss +0 -2
- package/styles/accordion/_material-dark-definition.scss +0 -11
- package/styles/accordion/_material-definition.scss +0 -13
- package/styles/accordion/_material3-definition.scss +3 -17
- package/styles/accordion/_tailwind-definition.scss +0 -13
- package/styles/accordion/_theme.scss +0 -3
- package/styles/accordion/bootstrap-dark.css +11 -9
- package/styles/accordion/bootstrap.css +11 -10
- package/styles/accordion/bootstrap4.css +11 -9
- package/styles/accordion/bootstrap5-dark.css +20 -20
- package/styles/accordion/bootstrap5.css +20 -20
- package/styles/accordion/fabric-dark.css +11 -9
- package/styles/accordion/fabric.css +11 -10
- package/styles/accordion/fluent-dark.css +11 -10
- package/styles/accordion/fluent.css +11 -10
- package/styles/accordion/fluent2.css +1574 -0
- package/styles/accordion/fluent2.scss +4 -0
- package/styles/accordion/highcontrast-light.css +11 -9
- package/styles/accordion/highcontrast.css +11 -10
- package/styles/accordion/icons/_bds.scss +0 -2
- package/styles/accordion/icons/_bootstrap-dark.scss +0 -2
- package/styles/accordion/icons/_bootstrap.scss +0 -2
- package/styles/accordion/icons/_bootstrap4.scss +0 -2
- package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
- package/styles/accordion/icons/_bootstrap5.scss +0 -2
- package/styles/accordion/icons/_fabric-dark.scss +0 -2
- package/styles/accordion/icons/_fabric.scss +0 -2
- package/styles/accordion/icons/_fluent.scss +0 -2
- package/styles/accordion/icons/_fluent2.scss +15 -0
- package/styles/accordion/icons/_fusionnew.scss +0 -2
- package/styles/accordion/icons/_highcontrast-light.scss +0 -2
- package/styles/accordion/icons/_highcontrast.scss +0 -2
- package/styles/accordion/icons/_material-dark.scss +0 -2
- package/styles/accordion/icons/_material.scss +0 -2
- package/styles/accordion/icons/_material3.scss +0 -2
- package/styles/accordion/icons/_tailwind.scss +0 -2
- package/styles/accordion/material-dark.css +11 -9
- package/styles/accordion/material.css +11 -10
- package/styles/accordion/material3-dark.css +12 -12
- package/styles/accordion/material3.css +12 -12
- package/styles/accordion/tailwind-dark.css +11 -10
- package/styles/accordion/tailwind.css +11 -10
- package/styles/appbar/_bds-definition.scss +1 -3
- package/styles/appbar/_bootstrap-dark-definition.scss +0 -2
- package/styles/appbar/_bootstrap-definition.scss +0 -2
- package/styles/appbar/_bootstrap4-definition.scss +0 -2
- package/styles/appbar/_bootstrap5-definition.scss +0 -2
- package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
- package/styles/appbar/_fabric-dark-definition.scss +0 -2
- package/styles/appbar/_fabric-definition.scss +0 -2
- package/styles/appbar/_fluent-definition.scss +0 -2
- package/styles/appbar/_fluent2-definition.scss +24 -0
- package/styles/appbar/_fusionnew-definition.scss +0 -2
- package/styles/appbar/_highcontrast-definition.scss +0 -2
- package/styles/appbar/_highcontrast-light-definition.scss +0 -2
- package/styles/appbar/_layout.scss +3 -2
- package/styles/appbar/_material-dark-definition.scss +0 -2
- package/styles/appbar/_material-definition.scss +0 -2
- package/styles/appbar/_material3-definition.scss +0 -2
- package/styles/appbar/_tailwind-definition.scss +0 -2
- package/styles/appbar/_theme.scss +0 -2
- package/styles/appbar/bootstrap-dark.css +52 -23
- package/styles/appbar/bootstrap.css +52 -23
- package/styles/appbar/bootstrap4.css +52 -23
- package/styles/appbar/bootstrap5-dark.css +52 -23
- package/styles/appbar/bootstrap5.css +52 -23
- package/styles/appbar/fabric-dark.css +52 -23
- package/styles/appbar/fabric.css +52 -23
- package/styles/appbar/fluent-dark.css +52 -23
- package/styles/appbar/fluent.css +52 -23
- package/styles/appbar/fluent2.css +1332 -0
- package/styles/appbar/fluent2.scss +3 -0
- package/styles/appbar/highcontrast-light.css +52 -23
- package/styles/appbar/highcontrast.css +52 -23
- package/styles/appbar/material-dark.css +52 -23
- package/styles/appbar/material.css +52 -23
- package/styles/appbar/material3-dark.css +62 -26
- package/styles/appbar/material3.css +62 -26
- package/styles/appbar/tailwind-dark.css +52 -23
- package/styles/appbar/tailwind.css +52 -23
- package/styles/bootstrap-dark.css +1042 -643
- package/styles/bootstrap-dark.scss +47 -14
- package/styles/bootstrap.css +1050 -656
- package/styles/bootstrap.scss +47 -14
- package/styles/bootstrap4.css +1060 -673
- package/styles/bootstrap4.scss +47 -14
- package/styles/bootstrap5-dark.css +1101 -736
- package/styles/bootstrap5-dark.scss +47 -14
- package/styles/bootstrap5.css +1101 -736
- package/styles/bootstrap5.scss +47 -14
- package/styles/breadcrumb/_all.scss +0 -1
- package/styles/breadcrumb/_bds-definition.scss +1 -1
- package/styles/breadcrumb/_bootstrap5.3-definition.scss +57 -0
- package/styles/breadcrumb/_fluent-definition.scss +2 -1
- package/styles/breadcrumb/_fluent2-definition.scss +61 -0
- package/styles/breadcrumb/_layout.scss +92 -10
- package/styles/breadcrumb/_theme.scss +31 -2
- package/styles/breadcrumb/bootstrap-dark.css +37 -22
- package/styles/breadcrumb/bootstrap.css +37 -22
- package/styles/breadcrumb/bootstrap4.css +37 -22
- package/styles/breadcrumb/bootstrap5-dark.css +37 -22
- package/styles/breadcrumb/bootstrap5.css +37 -22
- package/styles/breadcrumb/fabric-dark.css +37 -22
- package/styles/breadcrumb/fabric.css +37 -22
- package/styles/breadcrumb/fluent-dark.css +39 -24
- package/styles/breadcrumb/fluent.css +39 -24
- package/styles/breadcrumb/fluent2.css +1489 -0
- package/styles/breadcrumb/fluent2.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +37 -22
- package/styles/breadcrumb/highcontrast.css +37 -22
- package/styles/breadcrumb/icons/_bds.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap4.scss +0 -2
- package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
- package/styles/breadcrumb/icons/_bootstrap5.scss +0 -2
- package/styles/breadcrumb/icons/_fabric-dark.scss +0 -2
- package/styles/breadcrumb/icons/_fabric.scss +0 -2
- package/styles/breadcrumb/icons/_fluent.scss +0 -2
- package/styles/breadcrumb/icons/_fluent2.scss +23 -0
- package/styles/breadcrumb/icons/_fusionnew.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast-light.scss +0 -2
- package/styles/breadcrumb/icons/_highcontrast.scss +0 -2
- package/styles/breadcrumb/icons/_material-dark.scss +0 -2
- package/styles/breadcrumb/icons/_material.scss +0 -2
- package/styles/breadcrumb/icons/_material3.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind-dark.scss +0 -2
- package/styles/breadcrumb/icons/_tailwind.scss +0 -2
- package/styles/breadcrumb/material-dark.css +37 -22
- package/styles/breadcrumb/material.css +37 -22
- package/styles/breadcrumb/material3-dark.css +39 -23
- package/styles/breadcrumb/material3.css +39 -23
- package/styles/breadcrumb/tailwind-dark.css +37 -22
- package/styles/breadcrumb/tailwind.css +37 -22
- package/styles/carousel/_bds-definition.scss +0 -7
- package/styles/carousel/_bootstrap-dark-definition.scss +0 -7
- package/styles/carousel/_bootstrap-definition.scss +0 -7
- package/styles/carousel/_bootstrap4-definition.scss +0 -7
- package/styles/carousel/_bootstrap5-definition.scss +0 -7
- package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
- package/styles/carousel/_fabric-dark-definition.scss +0 -7
- package/styles/carousel/_fabric-definition.scss +0 -7
- package/styles/carousel/_fluent-definition.scss +0 -7
- package/styles/carousel/_fluent2-definition.scss +21 -0
- package/styles/carousel/_fusionnew-definition.scss +0 -7
- package/styles/carousel/_highcontrast-definition.scss +0 -7
- package/styles/carousel/_highcontrast-light-definition.scss +0 -7
- package/styles/carousel/_layout.scss +0 -2
- package/styles/carousel/_material-dark-definition.scss +0 -7
- package/styles/carousel/_material-definition.scss +0 -7
- package/styles/carousel/_material3-definition.scss +0 -7
- package/styles/carousel/_tailwind-definition.scss +0 -7
- package/styles/carousel/_theme.scss +8 -2
- package/styles/carousel/bootstrap-dark.css +93 -39
- package/styles/carousel/bootstrap.css +93 -39
- package/styles/carousel/bootstrap4.css +93 -39
- package/styles/carousel/bootstrap5-dark.css +93 -39
- package/styles/carousel/bootstrap5.css +93 -39
- package/styles/carousel/fabric-dark.css +93 -39
- package/styles/carousel/fabric.css +93 -39
- package/styles/carousel/fluent-dark.css +93 -39
- package/styles/carousel/fluent.css +93 -39
- package/styles/carousel/fluent2.css +1405 -0
- package/styles/carousel/fluent2.scss +5 -0
- package/styles/carousel/highcontrast-light.css +93 -39
- package/styles/carousel/highcontrast.css +93 -39
- package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
- package/styles/carousel/icons/_fluent2.scss +30 -0
- package/styles/carousel/material-dark.css +93 -39
- package/styles/carousel/material.css +93 -39
- package/styles/carousel/material3-dark.css +98 -41
- package/styles/carousel/material3.css +98 -41
- package/styles/carousel/tailwind-dark.css +93 -39
- package/styles/carousel/tailwind.css +93 -39
- package/styles/context-menu/_bds-definition.scss +5 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/context-menu/_bootstrap5-definition.scss +0 -1
- package/styles/context-menu/_bootstrap5.3-definition.scss +51 -0
- package/styles/context-menu/_fabric-dark-definition.scss +0 -3
- package/styles/context-menu/_fluent-definition.scss +0 -1
- package/styles/context-menu/_fluent2-definition.scss +52 -0
- package/styles/context-menu/_fusionnew-definition.scss +0 -1
- package/styles/context-menu/_highcontrast-light-definition.scss +0 -3
- package/styles/context-menu/_layout-mixin.scss +24 -0
- package/styles/context-menu/_layout.scss +44 -4
- package/styles/context-menu/_material-dark-definition.scss +0 -3
- package/styles/context-menu/_material3-definition.scss +0 -1
- package/styles/context-menu/_tailwind-definition.scss +0 -1
- package/styles/context-menu/_theme-mixin.scss +13 -0
- package/styles/context-menu/_theme.scss +6 -3
- package/styles/context-menu/bootstrap-dark.css +19 -11
- package/styles/context-menu/bootstrap.css +21 -12
- package/styles/context-menu/bootstrap4.css +21 -12
- package/styles/context-menu/bootstrap5-dark.css +36 -14
- package/styles/context-menu/bootstrap5.css +36 -14
- package/styles/context-menu/fabric-dark.css +19 -11
- package/styles/context-menu/fabric.css +19 -11
- package/styles/context-menu/fluent-dark.css +36 -14
- package/styles/context-menu/fluent.css +36 -14
- package/styles/context-menu/fluent2.css +1497 -0
- package/styles/context-menu/fluent2.scss +7 -0
- package/styles/context-menu/highcontrast-light.css +19 -11
- package/styles/context-menu/highcontrast.css +19 -11
- package/styles/context-menu/icons/_bds.scss +0 -2
- package/styles/context-menu/icons/_bootstrap-dark.scss +0 -2
- package/styles/context-menu/icons/_bootstrap.scss +0 -2
- package/styles/context-menu/icons/_bootstrap4.scss +0 -2
- package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
- package/styles/context-menu/icons/_bootstrap5.scss +0 -2
- package/styles/context-menu/icons/_fabric-dark.scss +0 -2
- package/styles/context-menu/icons/_fabric.scss +0 -2
- package/styles/context-menu/icons/_fluent.scss +0 -2
- package/styles/context-menu/icons/_fluent2.scss +31 -0
- package/styles/context-menu/icons/_fusionnew.scss +0 -2
- package/styles/context-menu/icons/_highcontrast-light.scss +0 -2
- package/styles/context-menu/icons/_highcontrast.scss +0 -2
- package/styles/context-menu/icons/_material-dark.scss +0 -2
- package/styles/context-menu/icons/_material.scss +0 -2
- package/styles/context-menu/icons/_material3.scss +0 -2
- package/styles/context-menu/icons/_tailwind-dark.scss +0 -2
- package/styles/context-menu/icons/_tailwind.scss +0 -2
- package/styles/context-menu/material-dark.css +49 -15
- package/styles/context-menu/material.css +49 -15
- package/styles/context-menu/material3-dark.css +38 -15
- package/styles/context-menu/material3.css +38 -15
- package/styles/context-menu/tailwind-dark.css +36 -14
- package/styles/context-menu/tailwind.css +36 -14
- package/styles/fabric-dark.css +1040 -641
- package/styles/fabric-dark.scss +47 -14
- package/styles/fabric.css +1042 -652
- package/styles/fabric.scss +47 -14
- package/styles/fluent-dark.css +1074 -698
- package/styles/fluent-dark.scss +47 -14
- package/styles/fluent.css +1074 -698
- package/styles/fluent.scss +47 -14
- package/styles/fluent2.css +13003 -0
- package/styles/fluent2.scss +47 -0
- package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
- package/styles/h-scroll/_fluent2-definition.scss +83 -0
- package/styles/h-scroll/bootstrap-dark.css +22 -10
- package/styles/h-scroll/bootstrap.css +22 -10
- package/styles/h-scroll/bootstrap4.css +22 -10
- package/styles/h-scroll/bootstrap5-dark.css +41 -14
- package/styles/h-scroll/bootstrap5.css +41 -14
- package/styles/h-scroll/fabric-dark.css +22 -10
- package/styles/h-scroll/fabric.css +22 -10
- package/styles/h-scroll/fluent-dark.css +41 -14
- package/styles/h-scroll/fluent.css +41 -14
- package/styles/h-scroll/fluent2.css +1341 -0
- package/styles/h-scroll/fluent2.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +22 -10
- package/styles/h-scroll/highcontrast.css +22 -10
- package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
- package/styles/h-scroll/icons/_fluent2.scss +49 -0
- package/styles/h-scroll/material-dark.css +41 -14
- package/styles/h-scroll/material.css +41 -14
- package/styles/h-scroll/material3-dark.css +44 -15
- package/styles/h-scroll/material3.css +44 -15
- package/styles/h-scroll/tailwind-dark.css +41 -14
- package/styles/h-scroll/tailwind.css +41 -14
- package/styles/highcontrast-light.css +1040 -641
- package/styles/highcontrast-light.scss +47 -14
- package/styles/highcontrast.css +1056 -655
- package/styles/highcontrast.scss +47 -14
- package/styles/material-dark.css +1144 -709
- package/styles/material-dark.scss +47 -14
- package/styles/material.css +1157 -726
- package/styles/material.scss +47 -14
- package/styles/material3-dark.css +1148 -731
- package/styles/material3-dark.scss +47 -14
- package/styles/material3.css +1148 -731
- package/styles/material3.scss +47 -14
- package/styles/menu/_bds-definition.scss +0 -1
- package/styles/menu/_bootstrap-dark-definition.scss +0 -3
- package/styles/menu/_bootstrap5-definition.scss +0 -1
- package/styles/menu/_bootstrap5.3-definition.scss +66 -0
- package/styles/menu/_fabric-dark-definition.scss +0 -3
- package/styles/menu/_fluent-definition.scss +0 -1
- package/styles/menu/_fluent2-definition.scss +67 -0
- package/styles/menu/_fusionnew-definition.scss +0 -1
- package/styles/menu/_layout.scss +38 -17
- package/styles/menu/_material-dark-definition.scss +0 -3
- package/styles/menu/_material3-definition.scss +0 -1
- package/styles/menu/_tailwind-definition.scss +0 -1
- package/styles/menu/_theme.scss +46 -14
- package/styles/menu/bootstrap-dark.css +41 -39
- package/styles/menu/bootstrap.css +43 -40
- package/styles/menu/bootstrap4.css +47 -50
- package/styles/menu/bootstrap5-dark.css +58 -42
- package/styles/menu/bootstrap5.css +58 -42
- package/styles/menu/fabric-dark.css +41 -39
- package/styles/menu/fabric.css +41 -39
- package/styles/menu/fluent-dark.css +60 -47
- package/styles/menu/fluent.css +60 -47
- package/styles/menu/fluent2.css +2226 -0
- package/styles/menu/fluent2.scss +8 -0
- package/styles/menu/highcontrast-light.css +41 -39
- package/styles/menu/highcontrast.css +41 -39
- package/styles/menu/icons/_bds.scss +2 -32
- package/styles/menu/icons/_bootstrap-dark.scss +2 -31
- package/styles/menu/icons/_bootstrap.scss +2 -32
- package/styles/menu/icons/_bootstrap4.scss +2 -32
- package/styles/menu/icons/_bootstrap5.3.scss +104 -0
- package/styles/menu/icons/_bootstrap5.scss +2 -32
- package/styles/menu/icons/_fabric-dark.scss +2 -32
- package/styles/menu/icons/_fabric.scss +2 -32
- package/styles/menu/icons/_fluent.scss +2 -32
- package/styles/menu/icons/_fluent2.scss +104 -0
- package/styles/menu/icons/_fusionnew.scss +2 -32
- package/styles/menu/icons/_highcontrast-light.scss +2 -32
- package/styles/menu/icons/_highcontrast.scss +2 -32
- package/styles/menu/icons/_material-dark.scss +2 -32
- package/styles/menu/icons/_material.scss +2 -32
- package/styles/menu/icons/_material3.scss +2 -32
- package/styles/menu/icons/_tailwind-dark.scss +2 -32
- package/styles/menu/icons/_tailwind.scss +2 -32
- package/styles/menu/material-dark.css +71 -43
- package/styles/menu/material.css +71 -43
- package/styles/menu/material3-dark.css +61 -43
- package/styles/menu/material3.css +61 -43
- package/styles/menu/tailwind-dark.css +58 -42
- package/styles/menu/tailwind.css +58 -42
- package/styles/pager/_bds-definition.scss +6 -6
- package/styles/pager/_bootstrap-dark-definition.scss +2 -2
- package/styles/pager/_bootstrap-definition.scss +8 -8
- package/styles/pager/_bootstrap4-definition.scss +10 -10
- package/styles/pager/_bootstrap5-definition.scss +19 -19
- package/styles/pager/_bootstrap5.3-definition.scss +166 -0
- package/styles/pager/_fabric-dark-definition.scss +3 -5
- package/styles/pager/_fabric-definition.scss +3 -3
- package/styles/pager/_fluent-definition.scss +11 -11
- package/styles/pager/_fluent2-definition.scss +152 -0
- package/styles/pager/_fusionnew-definition.scss +19 -19
- package/styles/pager/_highcontrast-definition.scss +2 -2
- package/styles/pager/_highcontrast-light-definition.scss +2 -4
- package/styles/pager/_layout.scss +340 -339
- package/styles/pager/_material-dark-definition.scss +4 -6
- package/styles/pager/_material-definition.scss +4 -4
- package/styles/pager/_material3-definition.scss +22 -22
- package/styles/pager/_tailwind-definition.scss +17 -17
- package/styles/pager/_theme.scss +43 -26
- package/styles/pager/bootstrap-dark.css +88 -76
- package/styles/pager/bootstrap.css +90 -78
- package/styles/pager/bootstrap4.css +90 -78
- package/styles/pager/bootstrap5-dark.css +114 -111
- package/styles/pager/bootstrap5.css +114 -111
- package/styles/pager/fabric-dark.css +86 -74
- package/styles/pager/fabric.css +86 -74
- package/styles/pager/fluent-dark.css +92 -80
- package/styles/pager/fluent.css +92 -80
- package/styles/pager/fluent2.css +1862 -0
- package/styles/pager/fluent2.scss +4 -0
- package/styles/pager/highcontrast-light.css +86 -74
- package/styles/pager/highcontrast.css +86 -74
- package/styles/pager/icons/_bootstrap5.3.scss +50 -0
- package/styles/pager/icons/_fluent2.scss +50 -0
- package/styles/pager/material-dark.css +86 -74
- package/styles/pager/material.css +86 -74
- package/styles/pager/material3-dark.css +107 -106
- package/styles/pager/material3.css +107 -106
- package/styles/pager/tailwind-dark.css +139 -144
- package/styles/pager/tailwind.css +139 -144
- package/styles/sidebar/_bds-definition.scss +8 -0
- package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
- package/styles/sidebar/_fluent2-definition.scss +8 -0
- package/styles/sidebar/_material3-definition.scss +0 -3
- package/styles/sidebar/_theme.scss +114 -45
- package/styles/sidebar/bootstrap-dark.css +124 -49
- package/styles/sidebar/bootstrap.css +124 -49
- package/styles/sidebar/bootstrap4.css +124 -49
- package/styles/sidebar/bootstrap5-dark.css +122 -47
- package/styles/sidebar/bootstrap5.css +122 -47
- package/styles/sidebar/fabric-dark.css +124 -49
- package/styles/sidebar/fabric.css +124 -49
- package/styles/sidebar/fluent-dark.css +122 -47
- package/styles/sidebar/fluent.css +122 -47
- package/styles/sidebar/fluent2.css +1263 -0
- package/styles/sidebar/fluent2.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +124 -49
- package/styles/sidebar/highcontrast.css +124 -49
- package/styles/sidebar/material-dark.css +124 -49
- package/styles/sidebar/material.css +124 -49
- package/styles/sidebar/material3-dark.css +125 -49
- package/styles/sidebar/material3.css +125 -49
- package/styles/sidebar/tailwind-dark.css +122 -47
- package/styles/sidebar/tailwind.css +122 -47
- package/styles/stepper/_bds-definition.scss +0 -7
- package/styles/stepper/_bootstrap-dark-definition.scss +0 -7
- package/styles/stepper/_bootstrap-definition.scss +0 -7
- package/styles/stepper/_bootstrap4-definition.scss +0 -7
- package/styles/stepper/_bootstrap5-definition.scss +0 -7
- package/styles/stepper/_bootstrap5.3-definition.scss +73 -0
- package/styles/stepper/_fabric-dark-definition.scss +0 -7
- package/styles/stepper/_fabric-definition.scss +0 -7
- package/styles/stepper/_fluent-definition.scss +0 -7
- package/styles/stepper/_fluent2-definition.scss +72 -0
- package/styles/stepper/_fusionnew-definition.scss +0 -7
- package/styles/stepper/_highcontrast-definition.scss +0 -7
- package/styles/stepper/_highcontrast-light-definition.scss +0 -7
- package/styles/stepper/_layout.scss +90 -143
- package/styles/stepper/_material-dark-definition.scss +0 -7
- package/styles/stepper/_material-definition.scss +0 -7
- package/styles/stepper/_material3-definition.scss +0 -7
- package/styles/stepper/_tailwind-definition.scss +0 -7
- package/styles/stepper/_theme.scss +12 -20
- package/styles/stepper/bootstrap-dark.css +162 -118
- package/styles/stepper/bootstrap.css +162 -118
- package/styles/stepper/bootstrap4.css +162 -118
- package/styles/stepper/bootstrap5-dark.css +162 -118
- package/styles/stepper/bootstrap5.css +162 -118
- package/styles/stepper/fabric-dark.css +162 -118
- package/styles/stepper/fabric.css +162 -118
- package/styles/stepper/fluent-dark.css +162 -118
- package/styles/stepper/fluent.css +162 -118
- package/styles/stepper/fluent2.css +1742 -0
- package/styles/stepper/fluent2.scss +5 -0
- package/styles/stepper/highcontrast-light.css +162 -118
- package/styles/stepper/highcontrast.css +162 -118
- package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
- package/styles/stepper/icons/_fluent2.scss +5 -0
- package/styles/stepper/material-dark.css +162 -118
- package/styles/stepper/material.css +162 -118
- package/styles/stepper/material3-dark.css +167 -119
- package/styles/stepper/material3.css +167 -119
- package/styles/stepper/tailwind-dark.css +162 -118
- package/styles/stepper/tailwind.css +162 -118
- package/styles/tab/_bds-definition.scss +5 -45
- package/styles/tab/_bootstrap-dark-definition.scss +0 -26
- package/styles/tab/_bootstrap-definition.scss +0 -35
- package/styles/tab/_bootstrap4-definition.scss +9 -42
- package/styles/tab/_bootstrap5-definition.scss +0 -26
- package/styles/tab/_bootstrap5.3-definition.scss +635 -0
- package/styles/tab/_fabric-dark-definition.scss +0 -22
- package/styles/tab/_fabric-definition.scss +1 -36
- package/styles/tab/_fluent-definition.scss +0 -31
- package/styles/tab/_fluent2-definition.scss +667 -0
- package/styles/tab/_fusionnew-definition.scss +0 -26
- package/styles/tab/_highcontrast-definition.scss +0 -35
- package/styles/tab/_highcontrast-light-definition.scss +0 -24
- package/styles/tab/_icons.scss +0 -2
- package/styles/tab/_layout.scss +29 -31
- package/styles/tab/_material-dark-definition.scss +0 -28
- package/styles/tab/_material-definition.scss +0 -39
- package/styles/tab/_material3-definition.scss +3 -28
- package/styles/tab/_tailwind-definition.scss +0 -39
- package/styles/tab/_theme.scss +21 -2
- package/styles/tab/bootstrap-dark.css +171 -78
- package/styles/tab/bootstrap.css +171 -83
- package/styles/tab/bootstrap4.css +177 -87
- package/styles/tab/bootstrap5-dark.css +171 -84
- package/styles/tab/bootstrap5.css +171 -84
- package/styles/tab/fabric-dark.css +171 -78
- package/styles/tab/fabric.css +173 -85
- package/styles/tab/fluent-dark.css +171 -81
- package/styles/tab/fluent.css +171 -81
- package/styles/tab/fluent2.css +5251 -0
- package/styles/tab/fluent2.scss +5 -0
- package/styles/tab/highcontrast-light.css +171 -78
- package/styles/tab/highcontrast.css +171 -83
- package/styles/tab/icons/_bds.scss +0 -2
- package/styles/tab/icons/_bootstrap-dark.scss +0 -2
- package/styles/tab/icons/_bootstrap.scss +0 -2
- package/styles/tab/icons/_bootstrap4.scss +0 -2
- package/styles/tab/icons/_bootstrap5.3.scss +90 -0
- package/styles/tab/icons/_bootstrap5.scss +0 -2
- package/styles/tab/icons/_fabric-dark.scss +0 -2
- package/styles/tab/icons/_fabric.scss +0 -2
- package/styles/tab/icons/_fluent.scss +0 -2
- package/styles/tab/icons/_fluent2.scss +98 -0
- package/styles/tab/icons/_fusionnew.scss +0 -2
- package/styles/tab/icons/_highcontrast-light.scss +0 -2
- package/styles/tab/icons/_highcontrast.scss +0 -2
- package/styles/tab/icons/_material-dark.scss +0 -2
- package/styles/tab/icons/_material.scss +0 -2
- package/styles/tab/icons/_material3.scss +0 -2
- package/styles/tab/icons/_tailwind.scss +0 -2
- package/styles/tab/material-dark.css +232 -84
- package/styles/tab/material.css +232 -90
- package/styles/tab/material3-dark.css +174 -85
- package/styles/tab/material3.css +174 -85
- package/styles/tab/tailwind-dark.css +217 -87
- package/styles/tab/tailwind.css +217 -87
- package/styles/tailwind-dark.css +1165 -763
- package/styles/tailwind-dark.scss +47 -14
- package/styles/tailwind.css +1165 -763
- package/styles/tailwind.scss +47 -14
- package/styles/toolbar/_bds-definition.scss +0 -18
- package/styles/toolbar/_bootstrap-dark-definition.scss +0 -15
- package/styles/toolbar/_bootstrap-definition.scss +0 -3
- package/styles/toolbar/_bootstrap4-definition.scss +0 -13
- package/styles/toolbar/_bootstrap5-definition.scss +0 -22
- package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
- package/styles/toolbar/_fabric-dark-definition.scss +0 -15
- package/styles/toolbar/_fabric-definition.scss +0 -13
- package/styles/toolbar/_fluent-definition.scss +0 -13
- package/styles/toolbar/_fluent2-definition.scss +197 -0
- package/styles/toolbar/_fusionnew-definition.scss +0 -22
- package/styles/toolbar/_highcontrast-definition.scss +0 -14
- package/styles/toolbar/_highcontrast-light-definition.scss +0 -15
- package/styles/toolbar/_layout.scss +18 -32
- package/styles/toolbar/_material-dark-definition.scss +0 -16
- package/styles/toolbar/_material-definition.scss +0 -16
- package/styles/toolbar/_material3-definition.scss +0 -21
- package/styles/toolbar/_tailwind-definition.scss +0 -13
- package/styles/toolbar/_theme.scss +66 -5
- package/styles/toolbar/bootstrap-dark.css +94 -61
- package/styles/toolbar/bootstrap.css +96 -62
- package/styles/toolbar/bootstrap4.css +96 -62
- package/styles/toolbar/bootstrap5-dark.css +111 -64
- package/styles/toolbar/bootstrap5.css +111 -64
- package/styles/toolbar/fabric-dark.css +94 -61
- package/styles/toolbar/fabric.css +94 -61
- package/styles/toolbar/fluent-dark.css +111 -64
- package/styles/toolbar/fluent.css +111 -64
- package/styles/toolbar/fluent2.css +2224 -0
- package/styles/toolbar/fluent2.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +94 -61
- package/styles/toolbar/highcontrast.css +94 -61
- package/styles/toolbar/icons/_bds.scss +0 -2
- package/styles/toolbar/icons/_bootstrap-dark.scss +0 -2
- package/styles/toolbar/icons/_bootstrap.scss +0 -2
- package/styles/toolbar/icons/_bootstrap4.scss +0 -2
- package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
- package/styles/toolbar/icons/_bootstrap5.scss +0 -2
- package/styles/toolbar/icons/_fabric-dark.scss +0 -2
- package/styles/toolbar/icons/_fabric.scss +0 -2
- package/styles/toolbar/icons/_fluent.scss +0 -2
- package/styles/toolbar/icons/_fluent2.scss +14 -0
- package/styles/toolbar/icons/_fusionnew.scss +0 -2
- package/styles/toolbar/icons/_highcontrast-light.scss +0 -2
- package/styles/toolbar/icons/_highcontrast.scss +0 -2
- package/styles/toolbar/icons/_material-dark.scss +0 -2
- package/styles/toolbar/icons/_material.scss +0 -2
- package/styles/toolbar/icons/_material3.scss +0 -2
- package/styles/toolbar/icons/_tailwind.scss +0 -2
- package/styles/toolbar/material-dark.css +143 -69
- package/styles/toolbar/material.css +143 -70
- package/styles/toolbar/material3-dark.css +123 -65
- package/styles/toolbar/material3.css +123 -65
- package/styles/toolbar/tailwind-dark.css +111 -64
- package/styles/toolbar/tailwind.css +111 -64
- package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
- package/styles/treeview/_fluent2-definition.scss +126 -0
- package/styles/treeview/_layout.scss +154 -146
- package/styles/treeview/_material3-definition.scss +1 -12
- package/styles/treeview/_theme.scss +154 -168
- package/styles/treeview/bootstrap-dark.css +106 -98
- package/styles/treeview/bootstrap.css +112 -100
- package/styles/treeview/bootstrap4.css +112 -104
- package/styles/treeview/bootstrap5-dark.css +112 -103
- package/styles/treeview/bootstrap5.css +112 -103
- package/styles/treeview/fabric-dark.css +106 -98
- package/styles/treeview/fabric.css +106 -98
- package/styles/treeview/fluent-dark.css +112 -103
- package/styles/treeview/fluent.css +112 -103
- package/styles/treeview/fluent2.css +2052 -0
- package/styles/treeview/fluent2.scss +6 -0
- package/styles/treeview/highcontrast-light.css +106 -98
- package/styles/treeview/highcontrast.css +122 -103
- package/styles/treeview/icons/_bootstrap5.3.scss +43 -0
- package/styles/treeview/icons/_fluent2.scss +43 -0
- package/styles/treeview/material-dark.css +115 -99
- package/styles/treeview/material.css +129 -101
- package/styles/treeview/material3-dark.css +136 -109
- package/styles/treeview/material3.css +136 -109
- package/styles/treeview/tailwind-dark.css +113 -105
- package/styles/treeview/tailwind.css +113 -105
- package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
- package/styles/v-scroll/_fluent2-definition.scss +49 -0
- package/styles/v-scroll/bootstrap-dark.css +22 -10
- package/styles/v-scroll/bootstrap.css +22 -10
- package/styles/v-scroll/bootstrap4.css +22 -10
- package/styles/v-scroll/bootstrap5-dark.css +22 -10
- package/styles/v-scroll/bootstrap5.css +22 -10
- package/styles/v-scroll/fabric-dark.css +22 -10
- package/styles/v-scroll/fabric.css +22 -10
- package/styles/v-scroll/fluent-dark.css +22 -10
- package/styles/v-scroll/fluent.css +22 -10
- package/styles/v-scroll/fluent2.css +1248 -0
- package/styles/v-scroll/fluent2.scss +4 -0
- package/styles/v-scroll/highcontrast-light.css +22 -10
- package/styles/v-scroll/highcontrast.css +22 -10
- package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
- package/styles/v-scroll/icons/_fluent2.scss +27 -0
- package/styles/v-scroll/material-dark.css +41 -14
- package/styles/v-scroll/material.css +41 -14
- package/styles/v-scroll/material3-dark.css +25 -11
- package/styles/v-scroll/material3.css +25 -11
- package/styles/v-scroll/tailwind-dark.css +22 -10
- package/styles/v-scroll/tailwind.css +22 -10
- package/CHANGELOG.md +0 -2357
package/CHANGELOG.md
DELETED
|
@@ -1,2357 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased]
|
|
4
|
-
|
|
5
|
-
## 25.2.4 (2024-05-14)
|
|
6
|
-
|
|
7
|
-
### ContextMenu
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#I582079` - The issue with "context menu position issue occurs when using multilevel submenus" has been resolved.
|
|
12
|
-
- `#F187892` - The issue with "context menu overlapping when using a touch screen device" has been resolved.
|
|
13
|
-
|
|
14
|
-
## 25.2.3 (2024-05-08)
|
|
15
|
-
|
|
16
|
-
### ContextMenu
|
|
17
|
-
|
|
18
|
-
#### Bug Fixes
|
|
19
|
-
|
|
20
|
-
- `#I580119` - The issue with "context menu item text is too large causing it to override the next item" has been resolved.
|
|
21
|
-
|
|
22
|
-
## 25.1.42 (2024-04-30)
|
|
23
|
-
|
|
24
|
-
### Menu
|
|
25
|
-
|
|
26
|
-
#### Bug Fixes
|
|
27
|
-
|
|
28
|
-
- `#F583262` - The issue with "script error thrown in Menu component when setting target and hamburger properties" has been resolved.
|
|
29
|
-
|
|
30
|
-
### TreeView
|
|
31
|
-
|
|
32
|
-
#### Bug fixes
|
|
33
|
-
|
|
34
|
-
- `#I581340` - Fixed the console error that occurred while clicking the node after changing `isDevice` to true.
|
|
35
|
-
|
|
36
|
-
## 25.1.41 (2024-04-23)
|
|
37
|
-
|
|
38
|
-
### TreeView
|
|
39
|
-
|
|
40
|
-
#### Bug Fixes
|
|
41
|
-
|
|
42
|
-
- `#I572876` - The issue with "The checkbox state are not read by the screen reader in the TreeView component with edge browser" has been resolved.
|
|
43
|
-
|
|
44
|
-
### Carousel
|
|
45
|
-
|
|
46
|
-
#### Bug Fixes
|
|
47
|
-
|
|
48
|
-
- `#FB52446` - The issue with carousel slide changes during window resizing while the `loop` is set to false has been fixed.
|
|
49
|
-
|
|
50
|
-
## 25.1.40 (2024-04-16)
|
|
51
|
-
|
|
52
|
-
### Stepper
|
|
53
|
-
|
|
54
|
-
#### Bug Fixes
|
|
55
|
-
|
|
56
|
-
- `#I570244` - The issue with stepper component styles being overridden using CSS `important` has been resolved.
|
|
57
|
-
|
|
58
|
-
### Accordion
|
|
59
|
-
|
|
60
|
-
#### Bug Fixes
|
|
61
|
-
|
|
62
|
-
- An issue where the `expandedIndices` returns empty when the HTML sanitizer is enabled has been fixed.
|
|
63
|
-
|
|
64
|
-
## 25.1.38 (2024-04-02)
|
|
65
|
-
|
|
66
|
-
### Menu
|
|
67
|
-
|
|
68
|
-
#### Bug Fixes
|
|
69
|
-
|
|
70
|
-
- The issue with "focusing the first element by using tab key in Menu" has been resolved.
|
|
71
|
-
|
|
72
|
-
## 25.1.37 (2024-03-26)
|
|
73
|
-
|
|
74
|
-
### TreeView
|
|
75
|
-
|
|
76
|
-
#### Bug Fixes
|
|
77
|
-
|
|
78
|
-
- `#I570321` - The issue with the focus on first item in TreeView if it is disabled mode has been resolved.
|
|
79
|
-
|
|
80
|
-
### Toolbar
|
|
81
|
-
|
|
82
|
-
#### Bug Fixes
|
|
83
|
-
|
|
84
|
-
- `#I553624` - An issue with expanded toolbar items not align properly when change the mouse and touch modes has been fixed.
|
|
85
|
-
|
|
86
|
-
## 25.1.35 (2024-03-15)
|
|
87
|
-
|
|
88
|
-
### ContextMenu
|
|
89
|
-
|
|
90
|
-
#### Bug Fixes
|
|
91
|
-
|
|
92
|
-
- `#I565323` - The issue with "Context menu closed while scroll within the sub menu of context menu.
|
|
93
|
-
|
|
94
|
-
### Stepper
|
|
95
|
-
|
|
96
|
-
#### Bug fixes
|
|
97
|
-
|
|
98
|
-
- `#I564429` - The issue with stepper progress bar misalignment in firefox browser has been resolved.
|
|
99
|
-
|
|
100
|
-
### TreeView
|
|
101
|
-
|
|
102
|
-
#### Bug fixes
|
|
103
|
-
|
|
104
|
-
- `#I525899` - The issue with the React TreeView filtering operation has been resolved.
|
|
105
|
-
|
|
106
|
-
### Tab
|
|
107
|
-
|
|
108
|
-
#### Bug fixes
|
|
109
|
-
|
|
110
|
-
- `#I523384` - The issue with the active tab background color has been resolved.
|
|
111
|
-
|
|
112
|
-
## 23.2.5 (2023-11-23)
|
|
113
|
-
|
|
114
|
-
### Sidebar
|
|
115
|
-
|
|
116
|
-
#### Bug Fixes
|
|
117
|
-
|
|
118
|
-
- `#I521215` - An issue with the Sidebar animation which is not working for the initial rendering has been resolved.
|
|
119
|
-
|
|
120
|
-
## 23.2.4 (2023-11-20)
|
|
121
|
-
|
|
122
|
-
### Menu
|
|
123
|
-
|
|
124
|
-
#### Bug Fixes
|
|
125
|
-
|
|
126
|
-
- `#F519984` - The issue with "`hideItems` method not working properly in Menu" has been resolved.
|
|
127
|
-
|
|
128
|
-
## 23.1.44 (2023-11-07)
|
|
129
|
-
|
|
130
|
-
### TreeView
|
|
131
|
-
|
|
132
|
-
#### Bug fixes
|
|
133
|
-
|
|
134
|
-
- `#I511195` - An issue with the TreeView component's tooltip(title) not decoded properly like tree node text has been resolved.
|
|
135
|
-
|
|
136
|
-
## 23.1.43 (2023-10-31)
|
|
137
|
-
|
|
138
|
-
### TreeView
|
|
139
|
-
|
|
140
|
-
#### Bug fixes
|
|
141
|
-
|
|
142
|
-
- `#F184993` - An issue with the TreeView checkbox status was not updating properly after drag and drop the node has been resolved.
|
|
143
|
-
|
|
144
|
-
### Toolbar
|
|
145
|
-
|
|
146
|
-
#### Bug Fixes
|
|
147
|
-
|
|
148
|
-
- `#I514442` - An issue with tab index attribute set wrongly for Toolbar templated items has been fixed.
|
|
149
|
-
|
|
150
|
-
## 23.1.41 (2023-10-17)
|
|
151
|
-
|
|
152
|
-
### Menu
|
|
153
|
-
|
|
154
|
-
#### Bug Fixes
|
|
155
|
-
|
|
156
|
-
- `#I503763` - The issue with "sub menu closes while click on the vertical scroll of sub menu" has been resolved.
|
|
157
|
-
- The issue with "menu component in ribbon while switching to `arabic` localization" has been resolved
|
|
158
|
-
|
|
159
|
-
## 23.1.40 (2023-10-10)
|
|
160
|
-
|
|
161
|
-
### Accordion
|
|
162
|
-
|
|
163
|
-
#### Bug Fixes
|
|
164
|
-
|
|
165
|
-
- `#I506740` - An issue with the HTML element within the content of an Accordion item has been fixed.
|
|
166
|
-
|
|
167
|
-
### TreeView
|
|
168
|
-
|
|
169
|
-
#### Bug fixes
|
|
170
|
-
|
|
171
|
-
- `#I506080` - The issue with the `ensureVisible` method for self-referential data source has been resolved.
|
|
172
|
-
|
|
173
|
-
## 23.1.39 (2023-10-04)
|
|
174
|
-
|
|
175
|
-
### ContextMenu
|
|
176
|
-
|
|
177
|
-
#### Bug Fixes
|
|
178
|
-
|
|
179
|
-
- The issue with "in mobile mode, script error occurred when context menu item is destroyed" has been resolved.
|
|
180
|
-
|
|
181
|
-
## 23.1.36 (2023-09-15)
|
|
182
|
-
|
|
183
|
-
### Menu
|
|
184
|
-
|
|
185
|
-
#### Bug Fixes
|
|
186
|
-
|
|
187
|
-
- `#F496214` - The issue with "Sub Menu can’t hide while using hideItems method of menu" has been resolved.
|
|
188
|
-
|
|
189
|
-
## 23.1.36 (2023-09-15)
|
|
190
|
-
|
|
191
|
-
### TreeView
|
|
192
|
-
|
|
193
|
-
#### Bug fixes
|
|
194
|
-
|
|
195
|
-
- `#I496955` - The expanded state not maintained while check the child node has been resolved.
|
|
196
|
-
- `#I488527` - The issue with when holding the mouse left click to select the TreeView nodes has been resolved.
|
|
197
|
-
|
|
198
|
-
## 22.2.11 (2023-08-29)
|
|
199
|
-
|
|
200
|
-
### Carousel
|
|
201
|
-
|
|
202
|
-
#### Bug Fixes
|
|
203
|
-
|
|
204
|
-
- `#F46021` - The issue where the current item position within the Carousel could shift off-center upon window resizing has been fixed.
|
|
205
|
-
|
|
206
|
-
### Breadcrumb
|
|
207
|
-
|
|
208
|
-
#### Bug Fixes
|
|
209
|
-
|
|
210
|
-
- `#I474929` - The issue with "CSP template not working in breadcrumb component" has been resolved.
|
|
211
|
-
|
|
212
|
-
## 22.2.7 (2023-08-02)
|
|
213
|
-
|
|
214
|
-
### Menu
|
|
215
|
-
|
|
216
|
-
#### Bug Fixes
|
|
217
|
-
|
|
218
|
-
- `#I483185` - The issue with "Script error throws on destroying menu when its sub menus are still open" has been resolved.
|
|
219
|
-
|
|
220
|
-
## 22.2.5 (2023-07-27)
|
|
221
|
-
|
|
222
|
-
### Carousel
|
|
223
|
-
|
|
224
|
-
#### Bug Fixes
|
|
225
|
-
|
|
226
|
-
- `#I480096` - An issue with the indicators are not updated while dynamically changing the data source of the Carousel has been fixed.
|
|
227
|
-
|
|
228
|
-
### Tab
|
|
229
|
-
|
|
230
|
-
#### Bug Fixes
|
|
231
|
-
|
|
232
|
-
- `#I45423` - The issue with where the Tab control was throwing a script error when opened in Internet Explorer 11 has been resolved.
|
|
233
|
-
|
|
234
|
-
### ContextMenu
|
|
235
|
-
|
|
236
|
-
#### Bug Fixes
|
|
237
|
-
|
|
238
|
-
- `#I483247` - The issue with "Context Menu not working in IE 11" has been resolved.
|
|
239
|
-
- `#I484122` - The issue with "Context menu closed while scroll within the sub menu of context menu.
|
|
240
|
-
|
|
241
|
-
## 22.1.39 (2023-07-18)
|
|
242
|
-
|
|
243
|
-
### Menu
|
|
244
|
-
|
|
245
|
-
#### Bug Fixes
|
|
246
|
-
|
|
247
|
-
- `#F158513` - The issue with "hideItems method not working properly in angular menu component" has been resolved.
|
|
248
|
-
|
|
249
|
-
## 22.1.38 (2023-07-11)
|
|
250
|
-
|
|
251
|
-
### Toolbar
|
|
252
|
-
|
|
253
|
-
#### Bug Fixes
|
|
254
|
-
|
|
255
|
-
- `#I477200` - An issue with toolbar items flickered while hovering in bootstrap theme has been fixed.
|
|
256
|
-
|
|
257
|
-
### Toolbar
|
|
258
|
-
|
|
259
|
-
#### Bug Fixes
|
|
260
|
-
|
|
261
|
-
- `#I477752` - An issue with alignment while mobile orientation change has been fixed.
|
|
262
|
-
|
|
263
|
-
## 22.1.36 (2023-06-28)
|
|
264
|
-
|
|
265
|
-
### Tab
|
|
266
|
-
|
|
267
|
-
#### Bug Fixes
|
|
268
|
-
|
|
269
|
-
- `#I469389` - Provided `preventFocus` parameter in `selected` event to prevent focus on Tab header focus on selection.
|
|
270
|
-
|
|
271
|
-
## 22.1.34 (2023-06-21)
|
|
272
|
-
|
|
273
|
-
### Carousel
|
|
274
|
-
|
|
275
|
-
#### New Features
|
|
276
|
-
|
|
277
|
-
- `#FB36950` - Provided support to change slides using swipe or drag gestures, improving the usability and accessibility of the component on phones and tablets.
|
|
278
|
-
- Provided indicator customization options, such as `default`, `dynamic`, `progress` and `fraction`.
|
|
279
|
-
|
|
280
|
-
## 21.2.9 (2023-06-06)
|
|
281
|
-
|
|
282
|
-
### Menu
|
|
283
|
-
|
|
284
|
-
#### Bug Fixes
|
|
285
|
-
|
|
286
|
-
- `#I466216` - The issue with "hideItems and enableItems method not working properly when we placed more than one menu component in single page" has been resolved.
|
|
287
|
-
|
|
288
|
-
### Tab
|
|
289
|
-
|
|
290
|
-
#### Bug Fixes
|
|
291
|
-
|
|
292
|
-
- `#I464872` - Resolved the issue where the Home or End key interaction was not working properly if the first and last tabs were hidden or disabled.
|
|
293
|
-
|
|
294
|
-
### Toolbar
|
|
295
|
-
|
|
296
|
-
#### Bug Fixes
|
|
297
|
-
|
|
298
|
-
- `#I461446`, `#I468087` - An issue with toolbar items reorder issue when resize in extended and popup overflow mode has been fixed.
|
|
299
|
-
|
|
300
|
-
## 21.2.8 (2023-05-30)
|
|
301
|
-
|
|
302
|
-
### ContextMenu
|
|
303
|
-
|
|
304
|
-
#### Bug Fixes
|
|
305
|
-
|
|
306
|
-
- `#I829933` - The issue with "hideItems method of context menu not working properly for sub menu item" has been resolved.
|
|
307
|
-
|
|
308
|
-
### TreeView
|
|
309
|
-
|
|
310
|
-
#### Bug fixes
|
|
311
|
-
|
|
312
|
-
- `#I457872` - Resolved the issue where customized theme styles were not correctly applied for active node text of TreeView component.
|
|
313
|
-
|
|
314
|
-
## 21.2.6 (2023-05-23)
|
|
315
|
-
|
|
316
|
-
### Accordion
|
|
317
|
-
|
|
318
|
-
#### Bug Fixes
|
|
319
|
-
|
|
320
|
-
- `#I461717` - An issue with the accordion old templates is not cleared after the property change has been fixed.
|
|
321
|
-
|
|
322
|
-
## 21.2.5 (2023-05-16)
|
|
323
|
-
|
|
324
|
-
### TreeView
|
|
325
|
-
|
|
326
|
-
#### Bug fixes
|
|
327
|
-
|
|
328
|
-
- `#I459316` - Now the nodeExpanding event triggers for addNodes method based on the value of preventExpand argument.
|
|
329
|
-
- `#I450146` - Provided the horizontal scroll support for the TreeView component in mobile mode.
|
|
330
|
-
|
|
331
|
-
### Tab
|
|
332
|
-
|
|
333
|
-
#### Bug Fixes
|
|
334
|
-
|
|
335
|
-
- `#I459687` - An issue with the "Drag and drop is not working in the tab after setting `args.cancel` to true in the `dragStart` event" has been fixed.
|
|
336
|
-
|
|
337
|
-
## 21.2.4 (2023-05-09)
|
|
338
|
-
|
|
339
|
-
### ContextMenu
|
|
340
|
-
|
|
341
|
-
#### New Features
|
|
342
|
-
|
|
343
|
-
- `#I458989` - Provided the new parameter target to `beforeOpen` event argument of context menu component.
|
|
344
|
-
|
|
345
|
-
#### Bug Fixes
|
|
346
|
-
|
|
347
|
-
- `#I461864` - The issue with "Error is not handled gracefully in context menu enableItems method" has been resolved.
|
|
348
|
-
|
|
349
|
-
### Tab
|
|
350
|
-
|
|
351
|
-
#### Bug Fixes
|
|
352
|
-
|
|
353
|
-
- `#I458102` - An issue where the tab header did not update with dynamic data when the tab directives were rendered as HTML elements has been fixed.
|
|
354
|
-
- `#I457021` - The issue where the `data-id` attribute was being removed from tab items upon property change has been fixed.
|
|
355
|
-
|
|
356
|
-
## 21.2.3 (2023-05-03)
|
|
357
|
-
|
|
358
|
-
### Toolbar
|
|
359
|
-
|
|
360
|
-
#### Bug Fixes
|
|
361
|
-
|
|
362
|
-
- `#I455137` - An issue with Horizontal scroll is not destroyed in RTL mode has been fixed.
|
|
363
|
-
|
|
364
|
-
### Menu
|
|
365
|
-
|
|
366
|
-
#### Bug Fixes
|
|
367
|
-
|
|
368
|
-
- `#I455183` - The issue with "Script error thrown while using `hideMenuItems` method in menu component" has been resolved.
|
|
369
|
-
|
|
370
|
-
## 21.1.39 (2023-04-11)
|
|
371
|
-
|
|
372
|
-
### Menu
|
|
373
|
-
|
|
374
|
-
#### Bug Fixes
|
|
375
|
-
|
|
376
|
-
- `#I445794` - The issue with "Context Menu keyboard navigation is not working in scrollable page" has been resolved.
|
|
377
|
-
- `#I446612` - The issue with "Attributes are not updated properly while directly appending the menu item" has been resolved.
|
|
378
|
-
|
|
379
|
-
### Tab
|
|
380
|
-
|
|
381
|
-
#### Bug Fixes
|
|
382
|
-
|
|
383
|
-
- `#I434078` - An issue with the "icon for the Tab popup mode in mobile mode" has been fixed.
|
|
384
|
-
- `#I451561` - An issue with the "When the same selected tab is re-selected, the tab selecting event is triggered again" has been fixed.
|
|
385
|
-
|
|
386
|
-
## 21.1.38 (2023-04-04)
|
|
387
|
-
|
|
388
|
-
### Menu
|
|
389
|
-
|
|
390
|
-
#### Bug Fixes
|
|
391
|
-
|
|
392
|
-
- `#F181258` - The issue with "Input element is not editable when we placed inside the menu template" has been resolved.
|
|
393
|
-
|
|
394
|
-
## 21.1.37 (2023-03-29)
|
|
395
|
-
|
|
396
|
-
### TreeView
|
|
397
|
-
|
|
398
|
-
#### Bug fixes
|
|
399
|
-
|
|
400
|
-
- `#I449274` - Resolved the nodeSelected event not working properly issue on iPad.
|
|
401
|
-
|
|
402
|
-
## 21.1.35 (2023-03-23)
|
|
403
|
-
|
|
404
|
-
### Tab
|
|
405
|
-
|
|
406
|
-
#### Bug Fixes
|
|
407
|
-
|
|
408
|
-
- `#I441253` - An issue with the `aria-disabled` role accessibility has been fixed.
|
|
409
|
-
|
|
410
|
-
### Toolbar
|
|
411
|
-
|
|
412
|
-
#### Breaking Changes
|
|
413
|
-
|
|
414
|
-
- We improved the Toolbar alignments with a flex design, which may cause slight changes to the alignment of Toolbar items.
|
|
415
|
-
|
|
416
|
-
## 20.4.53 (2023-03-07)
|
|
417
|
-
|
|
418
|
-
### Sidebar
|
|
419
|
-
|
|
420
|
-
#### Bug Fixes
|
|
421
|
-
|
|
422
|
-
- `#F180770` - While dynamically setting value for showBackdrop property results in creating duplicate DOM elements in Sidebar is resolved.
|
|
423
|
-
|
|
424
|
-
### ContextMenu
|
|
425
|
-
|
|
426
|
-
#### Bug Fixes
|
|
427
|
-
|
|
428
|
-
- `#I439558` - The issue with "When removing all context menu items that contain icons using removeItems method, it thrown null reference error" has been resolved.
|
|
429
|
-
|
|
430
|
-
### Breadcrumb
|
|
431
|
-
|
|
432
|
-
#### Bug Fixes
|
|
433
|
-
|
|
434
|
-
- `#I437629` - Issue with "Breadcrumb overflow mode menu creates a dark point for multiple click " has been resolved.
|
|
435
|
-
|
|
436
|
-
### TreeView
|
|
437
|
-
|
|
438
|
-
#### Bug Fixes
|
|
439
|
-
|
|
440
|
-
- `#I436646`, `#I435360` - Resolved issue, while drag and drop other elements over TreeView component, then "not-allowed" cursor appears.
|
|
441
|
-
|
|
442
|
-
## 20.4.52 (2023-02-28)
|
|
443
|
-
|
|
444
|
-
## 20.4.51 (2023-02-21)
|
|
445
|
-
|
|
446
|
-
### TreeView
|
|
447
|
-
|
|
448
|
-
#### Bug Fixes
|
|
449
|
-
|
|
450
|
-
- `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
|
|
451
|
-
- `#I428002` - The accessibility related issues in the TreeView has been resolved.
|
|
452
|
-
|
|
453
|
-
## 20.4.49 (2023-02-07)
|
|
454
|
-
|
|
455
|
-
### Accordion
|
|
456
|
-
|
|
457
|
-
#### Bug Fixes
|
|
458
|
-
|
|
459
|
-
- `#I430833` - An issue with accordion active item styles override the grid pager has been fixed.
|
|
460
|
-
|
|
461
|
-
### Menu
|
|
462
|
-
|
|
463
|
-
#### Bug Fixes
|
|
464
|
-
|
|
465
|
-
- `#I425152` - The issue with "Menu item not render properly when we use ItemTemplate with custom menu items" has been resolved.
|
|
466
|
-
|
|
467
|
-
## 20.4.48 (2023-02-01)
|
|
468
|
-
|
|
469
|
-
### Tab
|
|
470
|
-
|
|
471
|
-
#### Bug Fixes
|
|
472
|
-
|
|
473
|
-
- `#I427978` - Fixed an issue with cyclic navigation using arrow keys, where focus would shift to the first element after reaching the last element, and vice versa. Also, accessibility has been enhanced using the aria-label attributes.
|
|
474
|
-
|
|
475
|
-
### Sidebar
|
|
476
|
-
|
|
477
|
-
#### Bug Fixes
|
|
478
|
-
|
|
479
|
-
- `#F179759` - Console error while using the showBackdrop property in the Sidebar component has been resolved.
|
|
480
|
-
|
|
481
|
-
### TreeView
|
|
482
|
-
|
|
483
|
-
#### Bug Fixes
|
|
484
|
-
|
|
485
|
-
- `#I428488` - Included the "action" and "nodeData" values in the dataSourceChanged event.
|
|
486
|
-
- `#I428766` - Alignment issue in TreeView node without a sub-child has been resolved.
|
|
487
|
-
|
|
488
|
-
## 20.4.44 (2023-01-18)
|
|
489
|
-
|
|
490
|
-
### ContextMenu
|
|
491
|
-
|
|
492
|
-
#### Bug Fixes
|
|
493
|
-
|
|
494
|
-
- `#I425173` - The issue with "Context menu Submenus not opening properly with multiple levels " has been resolved.
|
|
495
|
-
|
|
496
|
-
## 20.4.43 (2023-01-10)
|
|
497
|
-
|
|
498
|
-
### ContextMenu
|
|
499
|
-
|
|
500
|
-
#### Bug Fixes
|
|
501
|
-
|
|
502
|
-
- `#I424794` - The issue with "Script error thrown in context menu when navigate using the keyboard" has been resolved.
|
|
503
|
-
|
|
504
|
-
### TreeView
|
|
505
|
-
|
|
506
|
-
#### Bug Fixes
|
|
507
|
-
|
|
508
|
-
- `#I422672` - The expand icon not working properly in mobile mode issue has been fixed.
|
|
509
|
-
|
|
510
|
-
## 20.4.42 (2023-01-04)
|
|
511
|
-
|
|
512
|
-
### TreeView
|
|
513
|
-
|
|
514
|
-
#### Bug Fixes
|
|
515
|
-
|
|
516
|
-
- `#I424859` - The issue with the "TreeView isInteracted property returning false value with the NodeExpanded and NodeCollapsed event" has been fixed.
|
|
517
|
-
|
|
518
|
-
## 20.4.40 (2022-12-28)
|
|
519
|
-
|
|
520
|
-
### ContextMenu
|
|
521
|
-
|
|
522
|
-
#### Bug Fixes
|
|
523
|
-
|
|
524
|
-
- `#I425402` - Accessibility issue in context menu has been fixed.
|
|
525
|
-
|
|
526
|
-
## 20.4.38 (2022-12-21)
|
|
527
|
-
|
|
528
|
-
### Toolbar
|
|
529
|
-
|
|
530
|
-
#### New Features
|
|
531
|
-
|
|
532
|
-
- `#I348957` - Provided option to specify `tabindex` attribute to control the tab key order of the toolbar elements.
|
|
533
|
-
|
|
534
|
-
### Tab
|
|
535
|
-
|
|
536
|
-
#### New Features
|
|
537
|
-
|
|
538
|
-
- `#I348957` - Provided option to specify `tabindex` attribute to control the tab key order of tab header elements.
|
|
539
|
-
|
|
540
|
-
#### Bug Fixes
|
|
541
|
-
|
|
542
|
-
- `#I422226` - An issue with while using underscore on tab id wrong content shown has been resolved.
|
|
543
|
-
- `#F179266` - Tab height does not change dynamically when `heightAdjustMode` has set as `Fill` mode has been resolved.
|
|
544
|
-
|
|
545
|
-
### TreeView
|
|
546
|
-
|
|
547
|
-
#### Bug Fixes
|
|
548
|
-
|
|
549
|
-
- `#I415237` - The TreeView performance issue in Vue3 framework has been resolved.
|
|
550
|
-
|
|
551
|
-
## 20.3.58 (2022-11-22)
|
|
552
|
-
|
|
553
|
-
### Carousel
|
|
554
|
-
|
|
555
|
-
#### Bug Fixes
|
|
556
|
-
|
|
557
|
-
- `#I419341` - The Blank carousel item displayed on `autoplay` when a single item alone is rendered has been resolved.
|
|
558
|
-
|
|
559
|
-
### TreeView
|
|
560
|
-
|
|
561
|
-
#### Bug Fixes
|
|
562
|
-
|
|
563
|
-
- `#I415849` - The issue with "Expand animation is not working for the dynamically added node on initial expanding in TreeView" has been resolved.
|
|
564
|
-
|
|
565
|
-
## 20.3.57 (2022-11-15)
|
|
566
|
-
|
|
567
|
-
- `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
|
|
568
|
-
|
|
569
|
-
## 20.3.50 (2022-10-18)
|
|
570
|
-
|
|
571
|
-
### ContextMenu
|
|
572
|
-
|
|
573
|
-
#### Bug Fixes
|
|
574
|
-
|
|
575
|
-
- `#I413061` - The issue with "Keyboard navigation not working properly when we open context menu using open method" has been resolved.
|
|
576
|
-
|
|
577
|
-
## 20.3.49 (2022-10-11)
|
|
578
|
-
|
|
579
|
-
### Accordion
|
|
580
|
-
|
|
581
|
-
#### Bug Fixes
|
|
582
|
-
|
|
583
|
-
- `SF-397894` - An issue with incorrect aria attributes in accordion has been fixed.
|
|
584
|
-
|
|
585
|
-
## 20.3.47 (2022-10-11)
|
|
586
|
-
|
|
587
|
-
### Sidebar
|
|
588
|
-
|
|
589
|
-
#### Bug Fixes
|
|
590
|
-
|
|
591
|
-
- `#I397894` - The issue with "using tab index as `0` on the container of Sidebar component" has been resolved.
|
|
592
|
-
|
|
593
|
-
### ContextMenu
|
|
594
|
-
|
|
595
|
-
#### Bug Fixes
|
|
596
|
-
|
|
597
|
-
- `#I408315` - Script error thrown in `insertBefore` method While items not available in menu items has been fixed.
|
|
598
|
-
|
|
599
|
-
## 20.3.48 (2022-10-05)
|
|
600
|
-
|
|
601
|
-
### TreeView
|
|
602
|
-
|
|
603
|
-
#### Bug Fixes
|
|
604
|
-
|
|
605
|
-
- `#I318072` - The issue with "Checkbox is not added to dropped node, when drop target TreeView has enabled with checkboxes in the TreeView component" has been resolved.
|
|
606
|
-
|
|
607
|
-
### Accordion
|
|
608
|
-
|
|
609
|
-
#### Bug Fixes
|
|
610
|
-
|
|
611
|
-
- `#F177760` - An issue with adding/removing multiple CSS classes to tab items `cssClass` property has been fixed.
|
|
612
|
-
|
|
613
|
-
## 20.3.47 (2022-09-29)
|
|
614
|
-
|
|
615
|
-
### AppBar
|
|
616
|
-
|
|
617
|
-
The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.
|
|
618
|
-
|
|
619
|
-
- **Modes** - `Regular`, `Prominent`, and `Dense` modes that define the AppBar height.
|
|
620
|
-
- **Content arrangement** - Spacer and separator options can be used to align the content based on the UI requirement with minimal effort.
|
|
621
|
-
- **Color** - `Primary`, `Light`, `Dark`, and `Inherit` options to customize the AppBar color.
|
|
622
|
-
- **Position** - AppBars can be placed at the top or bottom of the screen. It can also be sticky.
|
|
623
|
-
|
|
624
|
-
### Carousel
|
|
625
|
-
|
|
626
|
-
#### New Features
|
|
627
|
-
|
|
628
|
-
- Provided partial visible functionality to carousel which enables the active slide with partial previous/next slide.
|
|
629
|
-
|
|
630
|
-
### Tab
|
|
631
|
-
|
|
632
|
-
#### New Features
|
|
633
|
-
|
|
634
|
-
- `#I237390` - Provided support to disable the animation while switching the tab item.
|
|
635
|
-
|
|
636
|
-
## 20.2.49 (2022-09-13)
|
|
637
|
-
|
|
638
|
-
### ContextMenu
|
|
639
|
-
|
|
640
|
-
#### Bug Fixes
|
|
641
|
-
|
|
642
|
-
- `#I400719` - Script error thrown when we provided remove item is not available in the menu items has been fixed.
|
|
643
|
-
|
|
644
|
-
## 20.2.48 (2022-09-06)
|
|
645
|
-
|
|
646
|
-
### Menu
|
|
647
|
-
|
|
648
|
-
#### Bug Fixes
|
|
649
|
-
|
|
650
|
-
- `#I396977` - The issue with "`SetItem` method not working properly for customized menu item" has been resolved.
|
|
651
|
-
|
|
652
|
-
## 20.2.46 (2022-08-30)
|
|
653
|
-
|
|
654
|
-
### Menu
|
|
655
|
-
|
|
656
|
-
#### Bug Fixes
|
|
657
|
-
|
|
658
|
-
- `#I387276` - The issue with "Enable Scrolling not working properly when we dynamically set scroll to menu bar" has been resolved.
|
|
659
|
-
|
|
660
|
-
## 20.2.44 (2022-08-16)
|
|
661
|
-
|
|
662
|
-
### TreeView
|
|
663
|
-
|
|
664
|
-
#### Bug Fixes
|
|
665
|
-
|
|
666
|
-
- `#F176651` - The issue with "Checkbox state is not maintained properly for multilevel nodes in the TreeView component" has been resolved.
|
|
667
|
-
|
|
668
|
-
## 20.2.39 (2022-07-19)
|
|
669
|
-
|
|
670
|
-
### Tab
|
|
671
|
-
|
|
672
|
-
#### Bug fixes
|
|
673
|
-
|
|
674
|
-
- `#I388161` - An issue with "Removing the selected tab item" has been fixed.
|
|
675
|
-
- `#I390262` - An issue with "Tab item dropped in wrong position" has been fixed.
|
|
676
|
-
|
|
677
|
-
## 20.2.36 (2022-06-30)
|
|
678
|
-
|
|
679
|
-
### Carousel
|
|
680
|
-
|
|
681
|
-
#### New Features
|
|
682
|
-
|
|
683
|
-
- Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.
|
|
684
|
-
|
|
685
|
-
#### Breaking Changes
|
|
686
|
-
|
|
687
|
-
- Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
|
|
688
|
-
- To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
|
|
689
|
-
|
|
690
|
-
**Previous**
|
|
691
|
-
|
|
692
|
-
```typescript
|
|
693
|
-
|
|
694
|
-
const carouselObj: Carousel = new Carousel({
|
|
695
|
-
animation: { customEffect: "parallax" }
|
|
696
|
-
});
|
|
697
|
-
|
|
698
|
-
```
|
|
699
|
-
|
|
700
|
-
**Now**
|
|
701
|
-
|
|
702
|
-
```typescript
|
|
703
|
-
|
|
704
|
-
const carouselObj: Carousel = new Carousel({
|
|
705
|
-
cssClass: 'parallax',
|
|
706
|
-
animationEffect: 'custom'
|
|
707
|
-
});
|
|
708
|
-
|
|
709
|
-
```
|
|
710
|
-
|
|
711
|
-
### TreeView
|
|
712
|
-
|
|
713
|
-
#### Bug Fixes
|
|
714
|
-
|
|
715
|
-
- `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.
|
|
716
|
-
|
|
717
|
-
## 20.1.61 (2022-06-21)
|
|
718
|
-
|
|
719
|
-
### Tab
|
|
720
|
-
|
|
721
|
-
#### Bug Fixes
|
|
722
|
-
|
|
723
|
-
- `#I384728` - An issue with "Tab `data-id` attribute does not work after the initial load" has been fixed.
|
|
724
|
-
|
|
725
|
-
## 20.1.60 (2022-06-14)
|
|
726
|
-
|
|
727
|
-
### Sidebar
|
|
728
|
-
|
|
729
|
-
#### Bug Fixes
|
|
730
|
-
|
|
731
|
-
- `#F175215` - The issue with "Sidebar showBackdrop property is not working properly while setting the target property" has been resolved.
|
|
732
|
-
|
|
733
|
-
## 20.1.58 (2022-05-31)
|
|
734
|
-
|
|
735
|
-
### Tab
|
|
736
|
-
|
|
737
|
-
#### Bug Fixes
|
|
738
|
-
|
|
739
|
-
- `#I377292` - Accessibility issues in tab has been fixed.
|
|
740
|
-
|
|
741
|
-
## 20.1.56 (2022-05-17)
|
|
742
|
-
|
|
743
|
-
### Menu
|
|
744
|
-
|
|
745
|
-
#### Bug Fixes
|
|
746
|
-
|
|
747
|
-
- `#I373045` - An issue with "Script error occurs while using keyboard navigation in menu" has been resolved.
|
|
748
|
-
|
|
749
|
-
### TreeView
|
|
750
|
-
|
|
751
|
-
#### Bug Fixes
|
|
752
|
-
|
|
753
|
-
- `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
|
|
754
|
-
|
|
755
|
-
### Tab
|
|
756
|
-
|
|
757
|
-
#### Bug Fixes
|
|
758
|
-
|
|
759
|
-
- `#F174831` - An issue with drag not works when adding multiple tab items has been fixed.
|
|
760
|
-
|
|
761
|
-
## 20.1.51 (2022-04-26)
|
|
762
|
-
|
|
763
|
-
### TreeView
|
|
764
|
-
|
|
765
|
-
#### Bug Fixes
|
|
766
|
-
|
|
767
|
-
- `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
|
|
768
|
-
|
|
769
|
-
### Tab
|
|
770
|
-
|
|
771
|
-
#### Bug Fixes
|
|
772
|
-
|
|
773
|
-
- `#F174269` - Tab throws script error while adding items with `headerTemplate` has been fixed.
|
|
774
|
-
|
|
775
|
-
## 20.1.48 (2022-04-12)
|
|
776
|
-
|
|
777
|
-
### Menu
|
|
778
|
-
|
|
779
|
-
#### Bug Fixes
|
|
780
|
-
|
|
781
|
-
- `#I371293` - Resolved the "Context menu not closed properly when the two separate context menu binded in the DOM" in menu component.
|
|
782
|
-
- `#I369007` - An issue with "Script error throws when we remove items with hamburger mode in mobile view" has been resolved.
|
|
783
|
-
|
|
784
|
-
### Toolbar
|
|
785
|
-
|
|
786
|
-
#### Bug Fixes
|
|
787
|
-
|
|
788
|
-
- `#I372768` - An issue with the toolbar scrollable buttons accessibility issue has been fixed.
|
|
789
|
-
|
|
790
|
-
## 20.1.47 (2022-04-04)
|
|
791
|
-
|
|
792
|
-
### Carousel
|
|
793
|
-
|
|
794
|
-
The Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries.
|
|
795
|
-
|
|
796
|
-
- **Rendering** - The Carousel component can be rendered based on the items collection and data binding.
|
|
797
|
-
- **Animation** - Supports animation effects for moving previous/next item of Carousel.
|
|
798
|
-
- **Template Support** - The Carousel component items and buttons can also be rendered with custom templates.
|
|
799
|
-
- **Keyboard Support** - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
|
|
800
|
-
- **Accessibility** - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
|
|
801
|
-
|
|
802
|
-
### Tab
|
|
803
|
-
|
|
804
|
-
#### Bug Fixes
|
|
805
|
-
|
|
806
|
-
- `SF-369202, #F173364` - An issue with another tab item content is rendered in newly added tab item content has been fixed.
|
|
807
|
-
|
|
808
|
-
## 19.4.55 (2022-03-08)
|
|
809
|
-
|
|
810
|
-
### Menu
|
|
811
|
-
|
|
812
|
-
#### Bug Fixes
|
|
813
|
-
|
|
814
|
-
- `#I368643` - Resolved theme related issue in menu component.
|
|
815
|
-
|
|
816
|
-
### Tab
|
|
817
|
-
|
|
818
|
-
#### Bug Fixes
|
|
819
|
-
|
|
820
|
-
- `SF-369303` - An issue with hiding tab item dynamically with `visible` property not working has been fixed.
|
|
821
|
-
|
|
822
|
-
## 19.4.53 (2022-02-22)
|
|
823
|
-
|
|
824
|
-
### Sidebar
|
|
825
|
-
|
|
826
|
-
#### Bug Fixes
|
|
827
|
-
|
|
828
|
-
- `#I363057` - The issue with "The change event is triggered twice for the first change in Sidebar component" has been resolved.
|
|
829
|
-
|
|
830
|
-
## 19.4.52 (2022-02-15)
|
|
831
|
-
|
|
832
|
-
### Toolbar
|
|
833
|
-
|
|
834
|
-
#### Bug Fixes
|
|
835
|
-
|
|
836
|
-
- `#SF-365188` - An issue with the toolbar item separator not being hidden in multi-row mode has been fixed.
|
|
837
|
-
|
|
838
|
-
## 19.4.50 (2022-02-08)
|
|
839
|
-
|
|
840
|
-
### Menu
|
|
841
|
-
|
|
842
|
-
#### Bug Fixes
|
|
843
|
-
|
|
844
|
-
- Issue with `setItem` method has been fixed.
|
|
845
|
-
|
|
846
|
-
## 19.4.47 (2022-01-25)
|
|
847
|
-
|
|
848
|
-
### Breadcrumb
|
|
849
|
-
|
|
850
|
-
#### Bug Fixes
|
|
851
|
-
|
|
852
|
-
- `#I360615` - Issue with When Breadcrumb is build, it throws style warning has been resolved.
|
|
853
|
-
|
|
854
|
-
### Tab
|
|
855
|
-
|
|
856
|
-
#### Bug Fixes
|
|
857
|
-
|
|
858
|
-
- `#SF-363121` - An issue with "script error occurred while adding a new tab item without content" has been fixed.
|
|
859
|
-
|
|
860
|
-
### Breadcrumb
|
|
861
|
-
|
|
862
|
-
#### Bug Fixes
|
|
863
|
-
|
|
864
|
-
- Issue with CSS validation has been fixed.
|
|
865
|
-
|
|
866
|
-
## 19.4.41 (2022-01-04)
|
|
867
|
-
|
|
868
|
-
### Menu
|
|
869
|
-
|
|
870
|
-
#### Bug Fixes
|
|
871
|
-
|
|
872
|
-
- Sub menu position alignment issue in menu has been resolved.
|
|
873
|
-
|
|
874
|
-
### Tab
|
|
875
|
-
|
|
876
|
-
#### Bug Fixes
|
|
877
|
-
|
|
878
|
-
- `#SF-359072` - An issue with active tab selection is not highlight when render inside the `dialog` has been fixed.
|
|
879
|
-
|
|
880
|
-
## 19.4.40 (2021-12-28)
|
|
881
|
-
|
|
882
|
-
### Context Menu
|
|
883
|
-
|
|
884
|
-
#### Bug Fixes
|
|
885
|
-
|
|
886
|
-
- `#I346314` - Issue with `stopPropagation` not works for context menu has been resolved.
|
|
887
|
-
|
|
888
|
-
## 19.4.38 (2021-12-17)
|
|
889
|
-
|
|
890
|
-
### Tab
|
|
891
|
-
|
|
892
|
-
#### New Features
|
|
893
|
-
|
|
894
|
-
- `#I302394` - Provided support to maintain the active item in either tab header area or inside the popup.
|
|
895
|
-
- `#F166169` - Provided support to identify the tab select event raised by user interaction or programmatic way.
|
|
896
|
-
|
|
897
|
-
### TreeView
|
|
898
|
-
|
|
899
|
-
#### New Features
|
|
900
|
-
|
|
901
|
-
- `#FB27518` - Provided support to wrap the TreeView node text when its text content exceeds the TreeView node width.
|
|
902
|
-
|
|
903
|
-
### Breadcrumb
|
|
904
|
-
|
|
905
|
-
#### New Features
|
|
906
|
-
|
|
907
|
-
- Provided new types of overflow mode and as follows:
|
|
908
|
-
|
|
909
|
-
1. **Menu**: Shows the number of breadcrumb items that can be accommodated within the container space, and creates a sub menu with the remaining items.
|
|
910
|
-
2. **Wrap**: Wraps the items on multiple lines when the Breadcrumb’s width exceeds the container space.
|
|
911
|
-
3. **Scroll**: Shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
|
|
912
|
-
4. **None**: Shows all the items on a single line.
|
|
913
|
-
|
|
914
|
-
- Provided `cancel` support in `beforeItemRender` event.
|
|
915
|
-
|
|
916
|
-
#### Breaking Changes
|
|
917
|
-
|
|
918
|
-
- Provided `disabled` property in Breadcrumb and Breadcrumb's Item instead of using CSS class `e-disabled`.
|
|
919
|
-
- Removed `width` property from Breadcrumb component, you can set `width` in the style attribute of CSS to breadcrumb's element or its parent element.
|
|
920
|
-
|
|
921
|
-
## 19.3.57 (2021-12-07)
|
|
922
|
-
|
|
923
|
-
### Sidebar
|
|
924
|
-
|
|
925
|
-
#### Bug Fixes
|
|
926
|
-
|
|
927
|
-
- `#I347551` - The issue with "The sidebar main content margin value changes when using Sidebar type as Over and dock support" has been fixed.
|
|
928
|
-
|
|
929
|
-
## 19.3.56 (2021-12-02)
|
|
930
|
-
|
|
931
|
-
### TreeView
|
|
932
|
-
|
|
933
|
-
#### Bug Fixes
|
|
934
|
-
|
|
935
|
-
- `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
|
|
936
|
-
|
|
937
|
-
## 19.3.54 (2021-11-17)
|
|
938
|
-
|
|
939
|
-
### Tab
|
|
940
|
-
|
|
941
|
-
#### Bug Fixes
|
|
942
|
-
|
|
943
|
-
- `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
|
|
944
|
-
- `#I296232` - The issue with "Script error occurs while updating the tab header text" has been resolved.
|
|
945
|
-
|
|
946
|
-
## 19.3.46 (2021-10-19)
|
|
947
|
-
|
|
948
|
-
### Tab
|
|
949
|
-
|
|
950
|
-
#### Bug Fixes
|
|
951
|
-
|
|
952
|
-
- `#I344626` - An issue with the tab header and content items are not updated on state change has been fixed.
|
|
953
|
-
|
|
954
|
-
## 19.3.45 (2021-10-12)
|
|
955
|
-
|
|
956
|
-
### Breadcrumb
|
|
957
|
-
|
|
958
|
-
#### Bug Fixes
|
|
959
|
-
|
|
960
|
-
- Disabled item get tab focus when item's URL is specified issue has been resolved.
|
|
961
|
-
|
|
962
|
-
## 19.3.43 (2021-09-30)
|
|
963
|
-
|
|
964
|
-
### Tab
|
|
965
|
-
|
|
966
|
-
#### Bug Fixes
|
|
967
|
-
|
|
968
|
-
- `#I341589` - An issue with the tab content not updated properly on the initial load has been fixed.
|
|
969
|
-
|
|
970
|
-
### Breadcrumb
|
|
971
|
-
|
|
972
|
-
Breadcrumb is a graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
|
|
973
|
-
|
|
974
|
-
- **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
|
|
975
|
-
- **Icons** - Icons can be specified in Breadcrumb items.
|
|
976
|
-
- **Template** - Supports template for item and separator.
|
|
977
|
-
- **Bind To Location** - Supports items to be rendered based on the URL or current location.
|
|
978
|
-
- **Accessibility** - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
|
|
979
|
-
|
|
980
|
-
### Sidebar
|
|
981
|
-
|
|
982
|
-
#### Bug Fixes
|
|
983
|
-
|
|
984
|
-
- The issue with "The Sidebar background color is not correct in high-contrast theme" has been resolved.
|
|
985
|
-
|
|
986
|
-
## 19.2.62 (2021-09-14)
|
|
987
|
-
|
|
988
|
-
### Sidebar
|
|
989
|
-
|
|
990
|
-
#### Bug Fixes
|
|
991
|
-
|
|
992
|
-
- `#I341648` - The issue with "The resize event is not unwired after destroying the Sidebar component" has been resolved.
|
|
993
|
-
|
|
994
|
-
## 19.2.59 (2021-08-31)
|
|
995
|
-
|
|
996
|
-
### Tab
|
|
997
|
-
|
|
998
|
-
#### Bug Fixes
|
|
999
|
-
|
|
1000
|
-
- `#I339402` - An issue with the tab `visible` property is not working on the initial load has been fixed.
|
|
1001
|
-
|
|
1002
|
-
## 19.2.56 (2021-08-17)
|
|
1003
|
-
|
|
1004
|
-
### Sidebar
|
|
1005
|
-
|
|
1006
|
-
#### Bug Fixes
|
|
1007
|
-
|
|
1008
|
-
- `#FB27112` - The issue with "The Sidebar flickering at initial loading" has been resolved.
|
|
1009
|
-
|
|
1010
|
-
### Tab
|
|
1011
|
-
|
|
1012
|
-
#### Bug Fixes
|
|
1013
|
-
|
|
1014
|
-
- `#F167809` - Tab content item class white space issue is fixed.
|
|
1015
|
-
|
|
1016
|
-
## 19.2.55 (2021-08-11)
|
|
1017
|
-
|
|
1018
|
-
### TreeView
|
|
1019
|
-
|
|
1020
|
-
#### Bug Fixes
|
|
1021
|
-
|
|
1022
|
-
- `#I337237` - Resolved the performance issue that occurred when removing more than 500 nodes from the TreeView using multiple selection.
|
|
1023
|
-
|
|
1024
|
-
### Tab
|
|
1025
|
-
|
|
1026
|
-
#### Bug Fixes
|
|
1027
|
-
|
|
1028
|
-
- `#I335995` - An issue with the touch event not triggering on tab content swipe has been fixed.
|
|
1029
|
-
|
|
1030
|
-
## 19.2.51 (2021-08-03)
|
|
1031
|
-
|
|
1032
|
-
### Tab
|
|
1033
|
-
|
|
1034
|
-
#### Bug Fixes
|
|
1035
|
-
|
|
1036
|
-
- `#F167176` - An issue with Tab item drag has been fixed.
|
|
1037
|
-
|
|
1038
|
-
## 19.2.48 (2021-07-20)
|
|
1039
|
-
|
|
1040
|
-
### Toolbar
|
|
1041
|
-
|
|
1042
|
-
#### Bug Fixes
|
|
1043
|
-
|
|
1044
|
-
- `#I335318` - An issue with Toolbar arrow icons when enabled RTL mode has been fixed.
|
|
1045
|
-
|
|
1046
|
-
## 19.2.46 (2021-07-06)
|
|
1047
|
-
|
|
1048
|
-
### Context Menu
|
|
1049
|
-
|
|
1050
|
-
#### Bug Fixes
|
|
1051
|
-
|
|
1052
|
-
- Role Attribute issue in context menu has been fixed.
|
|
1053
|
-
|
|
1054
|
-
## 19.1.69 (2021-06-15)
|
|
1055
|
-
|
|
1056
|
-
### Tab
|
|
1057
|
-
|
|
1058
|
-
#### Bug Fixes
|
|
1059
|
-
|
|
1060
|
-
- `#I330332` - An issue with the tab `aria-selected` attribute not properly updated has been fixed.
|
|
1061
|
-
|
|
1062
|
-
## 19.1.67 (2021-06-08)
|
|
1063
|
-
|
|
1064
|
-
### Toolbar
|
|
1065
|
-
|
|
1066
|
-
#### Bug Fixes
|
|
1067
|
-
|
|
1068
|
-
- `#F165830` - An issue with Toolbar template when state of component changed in functional based components has been fixed.
|
|
1069
|
-
|
|
1070
|
-
## 19.1.66 (2021-06-01)
|
|
1071
|
-
|
|
1072
|
-
### Menu
|
|
1073
|
-
|
|
1074
|
-
#### Bug Fixes
|
|
1075
|
-
|
|
1076
|
-
- `#I326704` - Provided an option to close the menu.
|
|
1077
|
-
- `#I316367` - The issue with Menu Scroll bar using template in angular has been resolved.
|
|
1078
|
-
- `#I328143` - The issue with Hamburger mode when changing items dynamically has been resolved.
|
|
1079
|
-
|
|
1080
|
-
### TreeView
|
|
1081
|
-
|
|
1082
|
-
#### Bug Fixes
|
|
1083
|
-
|
|
1084
|
-
- `#I328435` - Added the `!default` flag to the dark theme definition files.
|
|
1085
|
-
- `#I326667` - The issue with "The getNode method returns invalid hasChildren attribute value while disabling the loadOnDemand support" has been resolved.
|
|
1086
|
-
- `#FB24632` - Resolved the issue with "Unable to drop a node as child node while dropping it into the template node text" in the TreeView component.
|
|
1087
|
-
|
|
1088
|
-
## 19.1.63 (2021-05-13)
|
|
1089
|
-
|
|
1090
|
-
### Accordion
|
|
1091
|
-
|
|
1092
|
-
#### Bug Fixes
|
|
1093
|
-
|
|
1094
|
-
- `#I324822` - Provided the accessibility support for current state of accordion items `expanded/collapsed` when using screen reader.
|
|
1095
|
-
|
|
1096
|
-
### TreeView
|
|
1097
|
-
|
|
1098
|
-
#### Bug Fixes
|
|
1099
|
-
|
|
1100
|
-
- `#I320504` - The issue with "In IE Browser, the template TreeView throws an error when changing the data source using `useState`" has been resolved.
|
|
1101
|
-
|
|
1102
|
-
### Menu
|
|
1103
|
-
|
|
1104
|
-
#### New Features
|
|
1105
|
-
|
|
1106
|
-
- `#315809` - Delay support on hovering the menu.
|
|
1107
|
-
|
|
1108
|
-
## 19.1.59 (2021-05-04)
|
|
1109
|
-
|
|
1110
|
-
### Menu
|
|
1111
|
-
|
|
1112
|
-
#### Bug Fixes
|
|
1113
|
-
|
|
1114
|
-
- The issue with "Script error occurs while calling the refresh method in angular" has been resolved.
|
|
1115
|
-
|
|
1116
|
-
## 19.1.58 (2021-04-27)
|
|
1117
|
-
|
|
1118
|
-
### TreeView
|
|
1119
|
-
|
|
1120
|
-
#### Bug Fixes
|
|
1121
|
-
|
|
1122
|
-
- `#I320271` - The issue with "While performing drag and drop action between two TreeView components, the `dataSourceChanged` event is not triggered for the source TreeView" has been resolved.
|
|
1123
|
-
- `#F158127` - The issue with "The TreeView `getAllCheckedNodes` method returns invalid data while setting invalid IDs to the `CheckedNodes` property" has been resolved.
|
|
1124
|
-
|
|
1125
|
-
## 19.1.57 (2021-04-20)
|
|
1126
|
-
|
|
1127
|
-
### Menu
|
|
1128
|
-
|
|
1129
|
-
#### Bug Fixes
|
|
1130
|
-
|
|
1131
|
-
- `#I316367` - Menu Scroll bar not working when window resized issue fixed.
|
|
1132
|
-
|
|
1133
|
-
## 19.1.54 (2021-03-30)
|
|
1134
|
-
|
|
1135
|
-
### Accordion
|
|
1136
|
-
|
|
1137
|
-
#### Breaking Changes
|
|
1138
|
-
|
|
1139
|
-
- The following properties type was changed.
|
|
1140
|
-
|
|
1141
|
-
| Property | Previous Type | Current Type |
|
|
1142
|
-
|----------|---------------|--------------------------------|
|
|
1143
|
-
| Disabled | `anonymous` | `boolean` |
|
|
1144
|
-
| Expanded | `anonymous` | `boolean` |
|
|
1145
|
-
| Visible | `anonymous` | `boolean` |
|
|
1146
|
-
|
|
1147
|
-
## 18.4.47 (2021-03-09)
|
|
1148
|
-
|
|
1149
|
-
### TreeView
|
|
1150
|
-
|
|
1151
|
-
#### Bug Fixes
|
|
1152
|
-
|
|
1153
|
-
- `#310875` - The issue with "The `isChecked` attribute is not working when using the `sortOrder` property in TreeView" has been resolved.
|
|
1154
|
-
- `#282214` - Now the `isChecked` attribute value is updated properly in the `NodeChecked` event arguments in the TreeView component.
|
|
1155
|
-
|
|
1156
|
-
## 18.4.44 (2021-02-23)
|
|
1157
|
-
|
|
1158
|
-
### Tab
|
|
1159
|
-
|
|
1160
|
-
#### Bug Fixes
|
|
1161
|
-
|
|
1162
|
-
- `#311688` - An issue with getting console error in tab navigation has been fixed.
|
|
1163
|
-
|
|
1164
|
-
## 18.4.42 (2021-02-09)
|
|
1165
|
-
|
|
1166
|
-
### Sidebar
|
|
1167
|
-
|
|
1168
|
-
#### Bug Fixes
|
|
1169
|
-
|
|
1170
|
-
- `#309065` - The issue with "The Sidebar destroy method throws error when continuously called two times" has been resolved.
|
|
1171
|
-
|
|
1172
|
-
### Tab
|
|
1173
|
-
|
|
1174
|
-
#### Bug Fixes
|
|
1175
|
-
|
|
1176
|
-
- `#299892` - An issue with the Tab destroy method throws error has been resolved.
|
|
1177
|
-
|
|
1178
|
-
## 18.4.41 (2021-02-02)
|
|
1179
|
-
|
|
1180
|
-
### Menu
|
|
1181
|
-
|
|
1182
|
-
#### Bug Fixes
|
|
1183
|
-
|
|
1184
|
-
- `291781` - The issue with caret icon alignment is fixed.
|
|
1185
|
-
|
|
1186
|
-
## 18.4.39 (2021-01-28)
|
|
1187
|
-
|
|
1188
|
-
### Toolbar
|
|
1189
|
-
|
|
1190
|
-
#### Bug Fixes
|
|
1191
|
-
|
|
1192
|
-
- `#303821` - An issue with toolbar content is not aligned properly in IOS devices has been fixed.
|
|
1193
|
-
|
|
1194
|
-
### TreeView
|
|
1195
|
-
|
|
1196
|
-
#### Bug Fixes
|
|
1197
|
-
|
|
1198
|
-
- `#302025` - The issue with "The TreeView template node content disappears while calling the `refreshNode` method" has been resolved.
|
|
1199
|
-
- `#300093` - Now, the TreeView template node custom events will be triggered after using the `refreshNode` method.
|
|
1200
|
-
|
|
1201
|
-
## 18.4.35 (2021-01-19)
|
|
1202
|
-
|
|
1203
|
-
### TreeView
|
|
1204
|
-
|
|
1205
|
-
#### Bug Fixes
|
|
1206
|
-
|
|
1207
|
-
- `#307712` - The issue in getting the invalid `isChecked` attribute value in the `getTreeData` method for the dynamically added nodes has been resolved.
|
|
1208
|
-
|
|
1209
|
-
## 18.4.34 (2021-01-12)
|
|
1210
|
-
|
|
1211
|
-
### Accordion
|
|
1212
|
-
|
|
1213
|
-
#### Bug Fixes
|
|
1214
|
-
|
|
1215
|
-
- `#309133` - Accordion item is automatically closed when the `onChange` is raised in input element has been fixed.
|
|
1216
|
-
|
|
1217
|
-
### Tab
|
|
1218
|
-
|
|
1219
|
-
#### Bug Fixes
|
|
1220
|
-
|
|
1221
|
-
- `#301347` - An issue with `refreshActiveTab` public method has been fixed.
|
|
1222
|
-
|
|
1223
|
-
## 18.4.33 (2021-01-05)
|
|
1224
|
-
|
|
1225
|
-
### Context Menu
|
|
1226
|
-
|
|
1227
|
-
#### Bug Fixes
|
|
1228
|
-
|
|
1229
|
-
- `F160329` - The issue with template item focus in ContextMenu is fixed.
|
|
1230
|
-
|
|
1231
|
-
### TreeView
|
|
1232
|
-
|
|
1233
|
-
#### Bug Fixes
|
|
1234
|
-
|
|
1235
|
-
- `#307778` - Now, the Expanded attribute value will be updated properly in the `nodeCollapsed` event.
|
|
1236
|
-
|
|
1237
|
-
### Tab
|
|
1238
|
-
|
|
1239
|
-
#### Bug Fixes
|
|
1240
|
-
|
|
1241
|
-
- `#306302` - The original event parameter is exposed in tab selecting event.
|
|
1242
|
-
- `#306228` - An issue with closing the tab item clear the content of all the tab items has been fixed.
|
|
1243
|
-
- `F159991` - An issue with Contents of the tab content are displayed incorrectly has been fixed.
|
|
1244
|
-
|
|
1245
|
-
## 18.4.31 (2020-12-22)
|
|
1246
|
-
|
|
1247
|
-
### Menu
|
|
1248
|
-
|
|
1249
|
-
#### Bug Fixes
|
|
1250
|
-
|
|
1251
|
-
- An issue with menu closing has been fixed.
|
|
1252
|
-
|
|
1253
|
-
## 18.3.50 (2020-11-17)
|
|
1254
|
-
|
|
1255
|
-
### Tab
|
|
1256
|
-
|
|
1257
|
-
#### New Features
|
|
1258
|
-
|
|
1259
|
-
- `#298781, #159033, #301025, #299403, #301347` - Provided `refreshActiveTab` public method to refresh the active tab item.
|
|
1260
|
-
|
|
1261
|
-
## 18.3.47 (2020-11-05)
|
|
1262
|
-
|
|
1263
|
-
### TreeView
|
|
1264
|
-
|
|
1265
|
-
#### New Features
|
|
1266
|
-
|
|
1267
|
-
- `#295977` - Provided an option to identify the dragged node's dropping position which is relative to the dropped node.
|
|
1268
|
-
- `#F158142` - Now, the TreeView template node interaction is enabled.
|
|
1269
|
-
|
|
1270
|
-
## 18.3.42 (2020-10-20)
|
|
1271
|
-
|
|
1272
|
-
### TreeView
|
|
1273
|
-
|
|
1274
|
-
#### Bug Fixes
|
|
1275
|
-
|
|
1276
|
-
- `#286629` - The issue with "when quickly clicking on the different nodes then it is interpreted as double click" has been resolved.
|
|
1277
|
-
|
|
1278
|
-
## 18.3.40 (2020-10-13)
|
|
1279
|
-
|
|
1280
|
-
### Tab
|
|
1281
|
-
|
|
1282
|
-
#### Bug Fixes
|
|
1283
|
-
|
|
1284
|
-
- `#I292579` - An issue with when we set the `heightAujustMode` as Fill it makes container height too high has been resolved.
|
|
1285
|
-
|
|
1286
|
-
## 18.3.35 (2020-10-01)
|
|
1287
|
-
|
|
1288
|
-
### TreeView
|
|
1289
|
-
|
|
1290
|
-
#### Bug Fixes
|
|
1291
|
-
|
|
1292
|
-
- Standardized the spacing between two TreeView nodes in the Bootstrap4 theme.
|
|
1293
|
-
|
|
1294
|
-
## 18.2.54 (2020-08-18)
|
|
1295
|
-
|
|
1296
|
-
### TreeView
|
|
1297
|
-
|
|
1298
|
-
#### Bug Fixes
|
|
1299
|
-
|
|
1300
|
-
- `#286992` - The issue with rendering the TreeView with hierarchical data source using the offline property has been resolved
|
|
1301
|
-
|
|
1302
|
-
## 18.2.47 (2020-07-28)
|
|
1303
|
-
|
|
1304
|
-
### Tab
|
|
1305
|
-
|
|
1306
|
-
#### Bug Fixes
|
|
1307
|
-
|
|
1308
|
-
- `#279134` - An issue with cross side scripting validation has been fixed.
|
|
1309
|
-
|
|
1310
|
-
## 18.2.44 (2020-07-07)
|
|
1311
|
-
|
|
1312
|
-
### Menu
|
|
1313
|
-
|
|
1314
|
-
#### Bug Fixes
|
|
1315
|
-
|
|
1316
|
-
- An issue with menu selection has been fixed.
|
|
1317
|
-
- An issue with hamburger mode has been fixed.
|
|
1318
|
-
|
|
1319
|
-
### Context Menu
|
|
1320
|
-
|
|
1321
|
-
#### Bug Fixes
|
|
1322
|
-
|
|
1323
|
-
- An issue with sub menu after preventing first sub menu has been fixed.
|
|
1324
|
-
|
|
1325
|
-
### Accordion
|
|
1326
|
-
|
|
1327
|
-
#### Bug Fixes
|
|
1328
|
-
|
|
1329
|
-
- `#275090` - An issue with Ripple effect when destroy and rendered nested accordions has been fixed.
|
|
1330
|
-
- `#273054` - An issue with cross side scripting validation has been fixed.
|
|
1331
|
-
- `#275509` - An issue with `addItem` public method when passing multiple items has been fixed.
|
|
1332
|
-
|
|
1333
|
-
### Tab
|
|
1334
|
-
|
|
1335
|
-
#### Bug Fixes
|
|
1336
|
-
|
|
1337
|
-
- `#273054` - An issue with cross side scripting validation has been fixed.
|
|
1338
|
-
|
|
1339
|
-
### Toolbar
|
|
1340
|
-
|
|
1341
|
-
#### Bug Fixes
|
|
1342
|
-
|
|
1343
|
-
- `#275422` - An issue with toolbar scrolling is not working properly after perform window resize has been fixed.
|
|
1344
|
-
|
|
1345
|
-
### TreeView
|
|
1346
|
-
|
|
1347
|
-
#### Bug Fixes
|
|
1348
|
-
|
|
1349
|
-
- `#276986` - Now, the previous state will be restored in the TreeView when the CRUD operation is failed at the server side.
|
|
1350
|
-
|
|
1351
|
-
### Sidebar
|
|
1352
|
-
|
|
1353
|
-
#### Bug Fixes
|
|
1354
|
-
|
|
1355
|
-
- `#272991` - The issue with "Unable to use the same target for more than one Sidebar component" has been resolved.
|
|
1356
|
-
|
|
1357
|
-
## 18.1.54 (2020-05-26)
|
|
1358
|
-
|
|
1359
|
-
### Menu
|
|
1360
|
-
|
|
1361
|
-
#### Bug Fixes
|
|
1362
|
-
|
|
1363
|
-
- Provided 'getItemIndex' public method to get the index of the menu item.
|
|
1364
|
-
|
|
1365
|
-
### TreeView
|
|
1366
|
-
|
|
1367
|
-
#### Bug Fixes
|
|
1368
|
-
|
|
1369
|
-
- `#269540` -The issue with `The getAllCheckedNodes method which is not returning the proper checkedNodes values in the TreeView component` has been fixed.
|
|
1370
|
-
|
|
1371
|
-
#### New Features
|
|
1372
|
-
|
|
1373
|
-
- `#274084` - Provided an option to set the drag area in TreeView component.
|
|
1374
|
-
|
|
1375
|
-
## 18.1.45 (2020-04-21)
|
|
1376
|
-
|
|
1377
|
-
### Menu
|
|
1378
|
-
|
|
1379
|
-
#### Bug Fixes
|
|
1380
|
-
|
|
1381
|
-
- Menu selection issue has been resolved.
|
|
1382
|
-
|
|
1383
|
-
## 18.1.43 (2020-04-07)
|
|
1384
|
-
|
|
1385
|
-
### ContextMenu
|
|
1386
|
-
|
|
1387
|
-
#### Bug Fixes
|
|
1388
|
-
|
|
1389
|
-
- `F152308` - Context menu popup position misaligned while using `beforeOpen` event has been resolved.
|
|
1390
|
-
|
|
1391
|
-
### Menu
|
|
1392
|
-
|
|
1393
|
-
#### Bug Fixes
|
|
1394
|
-
|
|
1395
|
-
- Menu not working properly when collapsing the sub menu in hamburger mode has been resolved.
|
|
1396
|
-
|
|
1397
|
-
## 18.1.36-beta (2020-03-19)
|
|
1398
|
-
|
|
1399
|
-
### TreeView
|
|
1400
|
-
|
|
1401
|
-
#### New Features
|
|
1402
|
-
|
|
1403
|
-
- `#253508` - Now, the `actionFailure` event triggers when failure occurs while performing the CRUD operations in TreeView remote data.
|
|
1404
|
-
|
|
1405
|
-
- `#227878` - Provided an option to disable the TreeView component.
|
|
1406
|
-
|
|
1407
|
-
- `#255907, #F146305` - Provided an option to enable the entire TreeView node as navigable.
|
|
1408
|
-
|
|
1409
|
-
#### Breaking Changes
|
|
1410
|
-
|
|
1411
|
-
- Using the remote data and performing CRUD operation in TreeView requires the controller part to handle the CRUD operation at server-side. But, it doesn’t require controller part while using the offline remote data.
|
|
1412
|
-
|
|
1413
|
-
- `#227540` - Reverted the support for rendering TreeView data in single server request while disabling the loadOnDemand. But, this support can be achieved by specifying the offline as `true` in remote data.
|
|
1414
|
-
|
|
1415
|
-
### Tab
|
|
1416
|
-
|
|
1417
|
-
#### Bug Fixes
|
|
1418
|
-
|
|
1419
|
-
- `#266275` - An issue with tab navigation is not working after removed the first tab has been fixed.
|
|
1420
|
-
|
|
1421
|
-
### Accordion
|
|
1422
|
-
|
|
1423
|
-
#### Bug Fixes
|
|
1424
|
-
|
|
1425
|
-
- `#263853` - An issue with height is not properly set to the accordion item when perform expand or collapse has been fixed.
|
|
1426
|
-
|
|
1427
|
-
## 17.4.50 (2020-02-18)
|
|
1428
|
-
|
|
1429
|
-
### TreeView
|
|
1430
|
-
|
|
1431
|
-
#### Breaking Changes
|
|
1432
|
-
|
|
1433
|
-
- `#263334` - Standardized the right-click interaction in TreeView component. Now, the TreeView node will not be selected when you right-click it.
|
|
1434
|
-
|
|
1435
|
-
## 17.4.49 (2020-02-11)
|
|
1436
|
-
|
|
1437
|
-
### TreeView
|
|
1438
|
-
|
|
1439
|
-
#### Bug Fixes
|
|
1440
|
-
|
|
1441
|
-
- `#262276` - Resolved the performance issue occurred when check or uncheck the parent node in TreeView component.
|
|
1442
|
-
|
|
1443
|
-
### Menu
|
|
1444
|
-
|
|
1445
|
-
#### Bug Fixes
|
|
1446
|
-
|
|
1447
|
-
- An issue when setting id as number in menu Item is fixed.
|
|
1448
|
-
|
|
1449
|
-
## 17.4.46 (2020-01-30)
|
|
1450
|
-
|
|
1451
|
-
### Tab
|
|
1452
|
-
|
|
1453
|
-
#### Bug Fixes
|
|
1454
|
-
|
|
1455
|
-
- `#260479` - An issue with selected event is triggered unnecessarily after the refresh tab has been fixed.
|
|
1456
|
-
|
|
1457
|
-
## 17.4.44 (2021-01-21)
|
|
1458
|
-
|
|
1459
|
-
### Menu
|
|
1460
|
-
|
|
1461
|
-
#### Bug Fixes
|
|
1462
|
-
|
|
1463
|
-
- Issue with closing sub menu is fixed.
|
|
1464
|
-
|
|
1465
|
-
## 17.4.43 (2020-01-14)
|
|
1466
|
-
|
|
1467
|
-
### TreeView
|
|
1468
|
-
|
|
1469
|
-
#### Bug Fixes
|
|
1470
|
-
|
|
1471
|
-
- `#258993` - Now, expand and collapse is working properly after enabling the ripple effect.
|
|
1472
|
-
- `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
|
|
1473
|
-
|
|
1474
|
-
## 17.4.39 (2019-12-17)
|
|
1475
|
-
|
|
1476
|
-
### TreeView
|
|
1477
|
-
|
|
1478
|
-
#### New Features
|
|
1479
|
-
|
|
1480
|
-
- `#249238` - Provided the support for refreshing a specific node in tree view.
|
|
1481
|
-
- `#253508` - Now, the `actionFailure` event triggers while fetching data from the invalid path.
|
|
1482
|
-
- `#247333` - Support has been provided to get the disabled nodes in the tree view.
|
|
1483
|
-
|
|
1484
|
-
### Tab
|
|
1485
|
-
|
|
1486
|
-
#### Breaking Changes
|
|
1487
|
-
|
|
1488
|
-
- An issue with duplicate Tab item id while rendering more than one Tab in same page has been fixed.
|
|
1489
|
-
|
|
1490
|
-
#### Bug Fixes
|
|
1491
|
-
|
|
1492
|
-
- An issue with bootstrap CSS file generation has been fixed.
|
|
1493
|
-
|
|
1494
|
-
### Accordion
|
|
1495
|
-
|
|
1496
|
-
#### Bug Fixes
|
|
1497
|
-
|
|
1498
|
-
- An issue with bootstrap CSS file generation has been fixed.
|
|
1499
|
-
|
|
1500
|
-
### Toolbar
|
|
1501
|
-
|
|
1502
|
-
#### Bug Fixes
|
|
1503
|
-
|
|
1504
|
-
- `#248406` - An issue with destroying sub control rendered inside toolbar is fixed.
|
|
1505
|
-
|
|
1506
|
-
## 17.3.27 (2019-11-12)
|
|
1507
|
-
|
|
1508
|
-
### Tab
|
|
1509
|
-
|
|
1510
|
-
#### Bug Fixes
|
|
1511
|
-
|
|
1512
|
-
- `#253216` - An issue with destroying Tab component in IE11 has been fixed.
|
|
1513
|
-
|
|
1514
|
-
### TreeView
|
|
1515
|
-
|
|
1516
|
-
#### Bug Fixes
|
|
1517
|
-
|
|
1518
|
-
- #242926 - Now the drop indicator has been shown correctly while hovering the expand and collapse icon.
|
|
1519
|
-
|
|
1520
|
-
## 17.3.17 (2019-10-15)
|
|
1521
|
-
|
|
1522
|
-
### Tab
|
|
1523
|
-
|
|
1524
|
-
#### Bug Fixes
|
|
1525
|
-
|
|
1526
|
-
- `#250013` - An issue with nested tab rendering while `headerPlacement` is set as `Bottom` has been fixed.
|
|
1527
|
-
|
|
1528
|
-
## 17.3.16 (2019-10-09)
|
|
1529
|
-
|
|
1530
|
-
### Toolbar
|
|
1531
|
-
|
|
1532
|
-
#### Bug Fixes
|
|
1533
|
-
|
|
1534
|
-
- `#246126` - An issue with toolbar is not working properly in overflow as popup mode when we used input elements in it has been fixed.
|
|
1535
|
-
|
|
1536
|
-
## 17.3.14 (2019-10-03)
|
|
1537
|
-
|
|
1538
|
-
### Accordion
|
|
1539
|
-
|
|
1540
|
-
#### Bug Fixes
|
|
1541
|
-
|
|
1542
|
-
- #245474 - Improper rendering of other components inside the accordion content issue has been fixed.
|
|
1543
|
-
|
|
1544
|
-
- Material dark theme issue has been resolved.
|
|
1545
|
-
|
|
1546
|
-
- Accessing multiple cssClass property issue with accordion has been fixed.
|
|
1547
|
-
|
|
1548
|
-
### Tab
|
|
1549
|
-
|
|
1550
|
-
#### New Features
|
|
1551
|
-
|
|
1552
|
-
- Provided scroll step customization support for tab header.
|
|
1553
|
-
|
|
1554
|
-
### TreeView
|
|
1555
|
-
|
|
1556
|
-
#### Bug Fixes
|
|
1557
|
-
|
|
1558
|
-
- #246937 - The unchecking checkbox performance issue has been resolved.
|
|
1559
|
-
|
|
1560
|
-
## 17.3.9-beta (2019-09-20)
|
|
1561
|
-
|
|
1562
|
-
### Tab
|
|
1563
|
-
|
|
1564
|
-
#### New Features
|
|
1565
|
-
|
|
1566
|
-
- Provided template support for tab header.
|
|
1567
|
-
|
|
1568
|
-
### Accordion
|
|
1569
|
-
|
|
1570
|
-
#### New Features
|
|
1571
|
-
|
|
1572
|
-
- Provided item template support for accorion.
|
|
1573
|
-
|
|
1574
|
-
### TreeView
|
|
1575
|
-
|
|
1576
|
-
#### Bug Fixes
|
|
1577
|
-
|
|
1578
|
-
- #242926 - Now the drop indicator has been shown correctly while enabling the checkbox.
|
|
1579
|
-
|
|
1580
|
-
## 17.2.49 (2019-09-04)
|
|
1581
|
-
|
|
1582
|
-
### Menu
|
|
1583
|
-
|
|
1584
|
-
#### Bug Fixes
|
|
1585
|
-
|
|
1586
|
-
- Issue with modifying item in 'beforeOpen' event creates extra Item in Context Menu is fixed.
|
|
1587
|
-
|
|
1588
|
-
## 17.2.48-beta (2019-08-28)
|
|
1589
|
-
|
|
1590
|
-
### Toolbar
|
|
1591
|
-
|
|
1592
|
-
#### New Features
|
|
1593
|
-
|
|
1594
|
-
- `enableItems` public method will now support number type.
|
|
1595
|
-
|
|
1596
|
-
### Accordion
|
|
1597
|
-
|
|
1598
|
-
#### Breaking Changes
|
|
1599
|
-
|
|
1600
|
-
- The `expanded` event type changed from `ExpandEventArgs` to `ExpandedEventArgs`.
|
|
1601
|
-
|
|
1602
|
-
## 17.2.41 (2019-08-14)
|
|
1603
|
-
|
|
1604
|
-
### TreeView
|
|
1605
|
-
|
|
1606
|
-
#### Bug Fixes
|
|
1607
|
-
|
|
1608
|
-
- Issue with custom icon size changed while double clicking the tree node has been fixed.
|
|
1609
|
-
|
|
1610
|
-
## 17.2.40 (2019-08-06)
|
|
1611
|
-
|
|
1612
|
-
### TreeView
|
|
1613
|
-
|
|
1614
|
-
#### Bug Fixes
|
|
1615
|
-
|
|
1616
|
-
- #242925 - Issue with checked and unchecked the checkbox using keyboard interaction even disable the checkbox has been fixed.
|
|
1617
|
-
|
|
1618
|
-
## 17.2.39 (2019-07-30)
|
|
1619
|
-
|
|
1620
|
-
### TreeView
|
|
1621
|
-
|
|
1622
|
-
#### Bug Fixes
|
|
1623
|
-
|
|
1624
|
-
- #242589 - Issue with getting checked nodes value using `checkedNodes` property has been fixed.
|
|
1625
|
-
|
|
1626
|
-
## 17.2.34 (2019-07-11)
|
|
1627
|
-
|
|
1628
|
-
### Accordion
|
|
1629
|
-
|
|
1630
|
-
#### Bug Fixes
|
|
1631
|
-
|
|
1632
|
-
- #239739 - An issue with addItem public method for accordion which was rendered using HTML elements has been fixed
|
|
1633
|
-
|
|
1634
|
-
## 17.2.28-beta (2019-06-27)
|
|
1635
|
-
|
|
1636
|
-
### Menu
|
|
1637
|
-
|
|
1638
|
-
#### Bug Fixes
|
|
1639
|
-
|
|
1640
|
-
- #237136 - Issue with Parent Menu click in mobile mode.
|
|
1641
|
-
|
|
1642
|
-
- #236458 - Issue with Menu Item hovering while a page contains multiple menus.
|
|
1643
|
-
|
|
1644
|
-
### Sidebar
|
|
1645
|
-
|
|
1646
|
-
#### Breaking Changes
|
|
1647
|
-
|
|
1648
|
-
- Change event will trigger only after the expand or collapse transition of the Sidebar.
|
|
1649
|
-
|
|
1650
|
-
## 17.1.49 (2019-05-29)
|
|
1651
|
-
|
|
1652
|
-
### TreeView
|
|
1653
|
-
|
|
1654
|
-
#### Bug Fixes
|
|
1655
|
-
|
|
1656
|
-
- #234147 - Issue with getting checked nodes value using `getAllCheckedNodes` method has been fixed.
|
|
1657
|
-
|
|
1658
|
-
## 17.1.48 (2019-05-21)
|
|
1659
|
-
|
|
1660
|
-
### Sidebar
|
|
1661
|
-
|
|
1662
|
-
#### Bug Fixes
|
|
1663
|
-
|
|
1664
|
-
- #236219 - On initial rendering, right positioned sidebar opens and closes irrespective of type and isOpen properties has been fixed.
|
|
1665
|
-
|
|
1666
|
-
### Tab
|
|
1667
|
-
|
|
1668
|
-
#### Bug Fixes
|
|
1669
|
-
|
|
1670
|
-
- #235397 - The cancel parameter is exposed in tab selecting event.
|
|
1671
|
-
|
|
1672
|
-
- #235274 - Incorrect selected content had been getting in tab selected event issue has been fixed.
|
|
1673
|
-
|
|
1674
|
-
## 17.1.47 (2019-05-14)
|
|
1675
|
-
|
|
1676
|
-
### Menu
|
|
1677
|
-
|
|
1678
|
-
#### New Features
|
|
1679
|
-
|
|
1680
|
-
- #230456 - Provided hamburger menu support for adaptive view.
|
|
1681
|
-
|
|
1682
|
-
### TreeView
|
|
1683
|
-
|
|
1684
|
-
#### New Features
|
|
1685
|
-
|
|
1686
|
-
- #227540 - Provided the support for rendering treeview data in single server request while disabling the loadOnDemand
|
|
1687
|
-
|
|
1688
|
-
## 17.1.43 (2019-04-30)
|
|
1689
|
-
|
|
1690
|
-
### Toolbar
|
|
1691
|
-
|
|
1692
|
-
#### Bug Fixes
|
|
1693
|
-
|
|
1694
|
-
- #231019 - An issue with RTL mode of Toolbar scroller has not working in Firefox browser has been resolved.
|
|
1695
|
-
|
|
1696
|
-
### TreeView
|
|
1697
|
-
|
|
1698
|
-
#### Bug Fixes
|
|
1699
|
-
|
|
1700
|
-
- #234147 - Issue with maintaining checked states while giving `id` and `parentID` value as string type in data source has been fixed.
|
|
1701
|
-
|
|
1702
|
-
## 17.1.41 (2019-04-16)
|
|
1703
|
-
|
|
1704
|
-
### Accordion
|
|
1705
|
-
|
|
1706
|
-
#### Bug Fixes
|
|
1707
|
-
|
|
1708
|
-
- Content value getting changed while updating header dynamically issue has been fixed.
|
|
1709
|
-
|
|
1710
|
-
### TreeView
|
|
1711
|
-
|
|
1712
|
-
#### Bug Fixes
|
|
1713
|
-
|
|
1714
|
-
- #231497 - Now the selected node background color is removed before collapsing the parent node with out removing 'e-active' class.
|
|
1715
|
-
|
|
1716
|
-
## 17.1.40 (2019-04-09)
|
|
1717
|
-
|
|
1718
|
-
### TreeView
|
|
1719
|
-
|
|
1720
|
-
#### Bug Fixes
|
|
1721
|
-
|
|
1722
|
-
- Now the selected node background color is removed before collapsing the parent node.
|
|
1723
|
-
|
|
1724
|
-
### Tab
|
|
1725
|
-
|
|
1726
|
-
#### Bug Fixes
|
|
1727
|
-
|
|
1728
|
-
- Support to restrict add and remove functionalities of Tab has been provided.
|
|
1729
|
-
|
|
1730
|
-
## 17.1.38 (2019-03-29)
|
|
1731
|
-
|
|
1732
|
-
### Menu
|
|
1733
|
-
|
|
1734
|
-
#### Bug Fixes
|
|
1735
|
-
|
|
1736
|
-
- Support provided for dynamically updating the self referential data.
|
|
1737
|
-
|
|
1738
|
-
### Accordion
|
|
1739
|
-
|
|
1740
|
-
#### Bug Fixes
|
|
1741
|
-
|
|
1742
|
-
- An issue with the expand action of Accordion when set to single mode, with the items being rendered using content template is fixed now.
|
|
1743
|
-
|
|
1744
|
-
## 17.1.32-beta (2019-03-13)
|
|
1745
|
-
|
|
1746
|
-
### ContextMenu
|
|
1747
|
-
|
|
1748
|
-
#### Bug Fixes
|
|
1749
|
-
|
|
1750
|
-
- Submenu items styles are not proper in ContextMenu issue is fixed.
|
|
1751
|
-
|
|
1752
|
-
### Sidebar
|
|
1753
|
-
|
|
1754
|
-
#### New Features
|
|
1755
|
-
|
|
1756
|
-
- `MediaQuery` property will now support both string and `MediaQueryList` object types.
|
|
1757
|
-
|
|
1758
|
-
#### Bug Fixes
|
|
1759
|
-
|
|
1760
|
-
- Multiple event bindings issue on calling show and hide methods when `closeOnDocumentClick` property is enabled has been fixed.
|
|
1761
|
-
|
|
1762
|
-
### TreeView
|
|
1763
|
-
|
|
1764
|
-
#### New Features
|
|
1765
|
-
|
|
1766
|
-
- Provided an option for auto checking parent tree nodes based on child tree nodes checked state and vice versa.
|
|
1767
|
-
- Now it is possible to select or unselect the collapsed child nodes by selecting its parent node through checkbox selection, with Load-On-Demand mode enabled.
|
|
1768
|
-
|
|
1769
|
-
## 16.4.54 (2019-02-19)
|
|
1770
|
-
|
|
1771
|
-
### Tab
|
|
1772
|
-
|
|
1773
|
-
#### Breaking Changes
|
|
1774
|
-
|
|
1775
|
-
- The initial focus set on active tab item is removed from the component on initial load.
|
|
1776
|
-
|
|
1777
|
-
## 16.4.53 (2019-02-13)
|
|
1778
|
-
|
|
1779
|
-
### Accordion
|
|
1780
|
-
|
|
1781
|
-
#### Bug Fixes
|
|
1782
|
-
|
|
1783
|
-
- Resolved the issue with accessing Accordion item object in clicked event arguments.
|
|
1784
|
-
|
|
1785
|
-
## 16.4.52 (2019-02-05)
|
|
1786
|
-
|
|
1787
|
-
### Sidebar
|
|
1788
|
-
|
|
1789
|
-
#### Bug Fixes
|
|
1790
|
-
|
|
1791
|
-
- Tabindex support has been provided.
|
|
1792
|
-
|
|
1793
|
-
#### Breaking Changes
|
|
1794
|
-
|
|
1795
|
-
- Sidebar with type `Auto` will always expand on initial rendering, irrespective of `enableDock` and `isOpen` properties.
|
|
1796
|
-
|
|
1797
|
-
- When dynamically changing the type property of the Sidebar with invalid property value (For ex:`Pushs`), will reset the type of the Sidebar to its default type as `Auto`.
|
|
1798
|
-
|
|
1799
|
-
## 17.1.1-beta (2019-01-29)
|
|
1800
|
-
|
|
1801
|
-
### Menu
|
|
1802
|
-
|
|
1803
|
-
#### Bug Fixes
|
|
1804
|
-
|
|
1805
|
-
- Popup not opened properly when two menu rendered side by side issue fixed.
|
|
1806
|
-
|
|
1807
|
-
### TreeView
|
|
1808
|
-
|
|
1809
|
-
#### Bug Fixes
|
|
1810
|
-
|
|
1811
|
-
- The issue with, “When disabling the TreeView parent nodes, the child nodes also appear in a disabled state” has been fixed.
|
|
1812
|
-
|
|
1813
|
-
## 16.4.45 (2019-01-02)
|
|
1814
|
-
|
|
1815
|
-
### Toolbar
|
|
1816
|
-
|
|
1817
|
-
#### Bug Fixes
|
|
1818
|
-
|
|
1819
|
-
- While resizing, Toolbar items are not moving from popup to toolbar in `extended` overflow mode issue is fixed.
|
|
1820
|
-
|
|
1821
|
-
### Menu
|
|
1822
|
-
|
|
1823
|
-
#### Bug Fixes
|
|
1824
|
-
|
|
1825
|
-
- Getting custom properties from menu items in `beforeItemRender` event issue fixed.
|
|
1826
|
-
|
|
1827
|
-
### Sidebar
|
|
1828
|
-
|
|
1829
|
-
#### Bug Fixes
|
|
1830
|
-
|
|
1831
|
-
- Fixed the issue with rendering the Sidebar using `isOpen` property and type `Auto`.
|
|
1832
|
-
|
|
1833
|
-
## 16.4.44 (2018-12-24)
|
|
1834
|
-
|
|
1835
|
-
### Accordion
|
|
1836
|
-
|
|
1837
|
-
#### Bug Fixes
|
|
1838
|
-
|
|
1839
|
-
- Parent accordion collapsing issue is fixed when Tab renders within it.
|
|
1840
|
-
|
|
1841
|
-
## 16.4.40-beta (2018-12-10)
|
|
1842
|
-
|
|
1843
|
-
### Tab
|
|
1844
|
-
|
|
1845
|
-
#### New Features
|
|
1846
|
-
|
|
1847
|
-
- Tab vertical orientation support was provided.
|
|
1848
|
-
|
|
1849
|
-
### ContextMenu
|
|
1850
|
-
|
|
1851
|
-
#### Breaking Changes
|
|
1852
|
-
|
|
1853
|
-
- The `animationSettings` property type changed from `AnimationSettings` to `AnimationSettingsModel`
|
|
1854
|
-
|
|
1855
|
-
### Menu
|
|
1856
|
-
|
|
1857
|
-
#### New Features
|
|
1858
|
-
|
|
1859
|
-
- Provided scrollable option in Menu for rendering large menus and submenus in an adaptive way.
|
|
1860
|
-
|
|
1861
|
-
#### Breaking Changes
|
|
1862
|
-
|
|
1863
|
-
- Type changes done for the following property.
|
|
1864
|
-
|
|
1865
|
-
Property Name | Old Type | New Type
|
|
1866
|
-
-----|-----|-----
|
|
1867
|
-
`animationSettings` | AnimationSettings | AnimationSettingsModel
|
|
1868
|
-
`fields` | FieldSettings | FieldSettingsModel
|
|
1869
|
-
|
|
1870
|
-
### TreeView
|
|
1871
|
-
|
|
1872
|
-
#### New Features
|
|
1873
|
-
|
|
1874
|
-
- Provided an option to disable child nodes when load-on-demand support is enabled.
|
|
1875
|
-
- Provided an option to disable the load-on-demand support in TreeView control.
|
|
1876
|
-
|
|
1877
|
-
## 16.3.33 (2018-11-20)
|
|
1878
|
-
|
|
1879
|
-
### Sidebar
|
|
1880
|
-
|
|
1881
|
-
#### Bug Fixes
|
|
1882
|
-
|
|
1883
|
-
- Added the `event` and `isInteracted` event arguments in open and close events of Sidebar.
|
|
1884
|
-
|
|
1885
|
-
### TreeView
|
|
1886
|
-
|
|
1887
|
-
#### Bug Fixes
|
|
1888
|
-
|
|
1889
|
-
- In TreeView, scrolling is not working smoothly for iPad device issue is resolved
|
|
1890
|
-
|
|
1891
|
-
## 16.3.29 (2018-10-31)
|
|
1892
|
-
|
|
1893
|
-
### TreeView
|
|
1894
|
-
|
|
1895
|
-
#### New Features
|
|
1896
|
-
|
|
1897
|
-
- Provided an option to prevent the tree node from auto checking when checked state of the parent or child tree node is modified.
|
|
1898
|
-
- Provided support to use hierarchical data as remote data source of the TreeView component by using offline mode of data manager plugin.
|
|
1899
|
-
|
|
1900
|
-
## 16.3.27 (2018-10-23)
|
|
1901
|
-
|
|
1902
|
-
### Menu
|
|
1903
|
-
|
|
1904
|
-
#### Bug Fixes
|
|
1905
|
-
|
|
1906
|
-
- Destroy method issue while using multiple menu is fixed.
|
|
1907
|
-
|
|
1908
|
-
## 16.3.25 (2018-10-15)
|
|
1909
|
-
|
|
1910
|
-
### Menu
|
|
1911
|
-
|
|
1912
|
-
#### Bug Fixes
|
|
1913
|
-
|
|
1914
|
-
- Issue with sub menu positioning fixed.
|
|
1915
|
-
|
|
1916
|
-
## 16.3.23 (2018-10-03)
|
|
1917
|
-
|
|
1918
|
-
### Sidebar
|
|
1919
|
-
|
|
1920
|
-
#### New Features
|
|
1921
|
-
|
|
1922
|
-
- Two-way binding support has been provided for `isOpen` property.
|
|
1923
|
-
|
|
1924
|
-
### Tab
|
|
1925
|
-
|
|
1926
|
-
#### Bug Fixes
|
|
1927
|
-
|
|
1928
|
-
- The issue with tab selection after remove other tabs has been fixed.
|
|
1929
|
-
|
|
1930
|
-
## 16.3.21 (2018-09-22)
|
|
1931
|
-
|
|
1932
|
-
### TreeView
|
|
1933
|
-
|
|
1934
|
-
#### Bug Fixes
|
|
1935
|
-
|
|
1936
|
-
- The `nodeData` argument in `nodeSelected` event showing wrong value issue has been fixed.
|
|
1937
|
-
|
|
1938
|
-
## 16.3.17 (2018-09-12)
|
|
1939
|
-
|
|
1940
|
-
### Menu
|
|
1941
|
-
|
|
1942
|
-
Menu is a graphical user interface that serves as navigation header for your application or site. Menu can be populated from a data source such as an array of JavaScript objects that can be either structured as hierarchical or self-referential data. The following key features are available in Menu component.
|
|
1943
|
-
|
|
1944
|
-
- **Rendering** - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
|
|
1945
|
-
|
|
1946
|
-
- **Separator** - Supports menu items grouping by using the Separator.
|
|
1947
|
-
|
|
1948
|
-
- **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
|
|
1949
|
-
|
|
1950
|
-
- **Template and Multilevel Nesting** - Supports template and multilevel nesting in Menu.
|
|
1951
|
-
|
|
1952
|
-
- **Accessibility** - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.
|
|
1953
|
-
|
|
1954
|
-
### TreeView
|
|
1955
|
-
|
|
1956
|
-
#### New Features
|
|
1957
|
-
|
|
1958
|
-
- Provided an option to get updated data source of tree view after drag and drop, editing, deleting, and adding nodes in tree view.
|
|
1959
|
-
- Support to get custom data from tree view.
|
|
1960
|
-
- Support to maintain expanded nodes of tree view on page reloads.
|
|
1961
|
-
- Provided an option to get all the checked nodes if the tree node is expanded or collapsed.
|
|
1962
|
-
- Provided 'none' option in 'expandOn' property to prevent expand or collapse of tree node
|
|
1963
|
-
- Provided an option to prevent the parent node from expanding, while adding a node to the tree view control.
|
|
1964
|
-
|
|
1965
|
-
## 16.2.49 (2018-08-21)
|
|
1966
|
-
|
|
1967
|
-
### Tab
|
|
1968
|
-
|
|
1969
|
-
#### Bug Fixes
|
|
1970
|
-
|
|
1971
|
-
- The issue with updating model on enable/disable tab has fixed in `enableTab` method.
|
|
1972
|
-
|
|
1973
|
-
### TreeView
|
|
1974
|
-
|
|
1975
|
-
#### Bug Fixes
|
|
1976
|
-
|
|
1977
|
-
- Issue with drag and drop of nodes from one tree view to another empty tree view has been fixed.
|
|
1978
|
-
|
|
1979
|
-
## 16.2.48 (2018-08-14)
|
|
1980
|
-
|
|
1981
|
-
### Tab
|
|
1982
|
-
|
|
1983
|
-
#### Breaking Changes
|
|
1984
|
-
|
|
1985
|
-
- Issue with triggering select events at initial load has been resolved
|
|
1986
|
-
|
|
1987
|
-
### Toolbar
|
|
1988
|
-
|
|
1989
|
-
#### Bug Fixes
|
|
1990
|
-
|
|
1991
|
-
- Resolved the tooltip issue on display special character in toolbar items.
|
|
1992
|
-
|
|
1993
|
-
## 16.2.47 (2018-08-07)
|
|
1994
|
-
|
|
1995
|
-
### Tab
|
|
1996
|
-
|
|
1997
|
-
#### Bug Fixes
|
|
1998
|
-
|
|
1999
|
-
- The issue with updating model on removing tab has fixed in `removeTab` method.
|
|
2000
|
-
- Resolve the issue which occurs on updating item value with `hideTab` method.
|
|
2001
|
-
|
|
2002
|
-
### Sidebar
|
|
2003
|
-
|
|
2004
|
-
#### Bug Fixes
|
|
2005
|
-
|
|
2006
|
-
- Issue with Sidebar destroyed in Angular routing is fixed.
|
|
2007
|
-
|
|
2008
|
-
### TreeView
|
|
2009
|
-
|
|
2010
|
-
#### Bug Fixes
|
|
2011
|
-
|
|
2012
|
-
- Tree view checkbox not working properly in Firefox browser issue has been resolved.
|
|
2013
|
-
|
|
2014
|
-
## 16.2.46 (2018-07-30)
|
|
2015
|
-
|
|
2016
|
-
### Accordion
|
|
2017
|
-
|
|
2018
|
-
#### Bug Fixes
|
|
2019
|
-
|
|
2020
|
-
- Issue with Space and Enter key, which is not working in RTE while rendering inside the Accordion is fixed
|
|
2021
|
-
|
|
2022
|
-
### TreeView
|
|
2023
|
-
|
|
2024
|
-
#### New Features
|
|
2025
|
-
|
|
2026
|
-
- In tree view, provided an option to prevent dropping an element in the sibling position.
|
|
2027
|
-
|
|
2028
|
-
## 16.2.45 (2018-07-17)
|
|
2029
|
-
|
|
2030
|
-
### Tab
|
|
2031
|
-
|
|
2032
|
-
#### Bug Fixes
|
|
2033
|
-
|
|
2034
|
-
- Issue with content animation, when switching to other tabs before previous animation complete is fixed
|
|
2035
|
-
|
|
2036
|
-
## 16.2.44 (2018-07-10)
|
|
2037
|
-
|
|
2038
|
-
### Sidebar
|
|
2039
|
-
|
|
2040
|
-
#### Bug Fixes
|
|
2041
|
-
|
|
2042
|
-
- `target` property is not working on lower version of Firefox browser (below 48), issue has been fixed.
|
|
2043
|
-
|
|
2044
|
-
## 16.2.41 (2018-06-25)
|
|
2045
|
-
|
|
2046
|
-
### Sidebar
|
|
2047
|
-
|
|
2048
|
-
#### New Features
|
|
2049
|
-
|
|
2050
|
-
- Support for setting the open/close state of the Sidebar has been provided with `isOpen` property.
|
|
2051
|
-
|
|
2052
|
-
#### Breaking Changes
|
|
2053
|
-
|
|
2054
|
-
- Target property supports both the id and class selectors to locate the target element.
|
|
2055
|
-
- `isOpen()` method is now removed and know about the Sidebar is whether open or close state by using `isOpen` property.
|
|
2056
|
-
|
|
2057
|
-
### Tab
|
|
2058
|
-
|
|
2059
|
-
#### Bug Fixes
|
|
2060
|
-
|
|
2061
|
-
- Content initiated twice when using ng-template in Tab item has been fixed.
|
|
2062
|
-
- Solved issues on `removeItem` public method.
|
|
2063
|
-
|
|
2064
|
-
### Toolbar
|
|
2065
|
-
|
|
2066
|
-
#### New Features
|
|
2067
|
-
|
|
2068
|
-
- Provided support for `MultiRow` options on toolbar items.
|
|
2069
|
-
- Inline alignment of toolbar items support is provided.
|
|
2070
|
-
|
|
2071
|
-
## 16.1.42 (2018-05-08)
|
|
2072
|
-
|
|
2073
|
-
### Accordion
|
|
2074
|
-
|
|
2075
|
-
#### Bug Fixes
|
|
2076
|
-
|
|
2077
|
-
- Issue with space key in text area, when placed inside Accordion is fixed.
|
|
2078
|
-
|
|
2079
|
-
### Tab
|
|
2080
|
-
|
|
2081
|
-
#### Breaking Changes
|
|
2082
|
-
|
|
2083
|
-
- Breaking issue with dynamic loading tab content template ID is fixed.
|
|
2084
|
-
|
|
2085
|
-
## 16.1.40 (2018-05-08)
|
|
2086
|
-
|
|
2087
|
-
### Tab
|
|
2088
|
-
|
|
2089
|
-
#### Bug Fixes
|
|
2090
|
-
|
|
2091
|
-
- Issue with event unbinding in tab content is fixed.
|
|
2092
|
-
|
|
2093
|
-
## 16.1.38 (2018-05-02)
|
|
2094
|
-
|
|
2095
|
-
### TreeView
|
|
2096
|
-
|
|
2097
|
-
#### Bug Fixes
|
|
2098
|
-
|
|
2099
|
-
- TreeView is not rendering properly when you return entire data (including child nodes) on initial request issue is fixed.
|
|
2100
|
-
|
|
2101
|
-
### Tab
|
|
2102
|
-
|
|
2103
|
-
#### Bug Fixes
|
|
2104
|
-
|
|
2105
|
-
- Issue with loading dynamic content using template ID is fixed.
|
|
2106
|
-
|
|
2107
|
-
## 16.1.37 (2018-04-24)
|
|
2108
|
-
|
|
2109
|
-
### TreeView
|
|
2110
|
-
|
|
2111
|
-
#### Bug Fixes
|
|
2112
|
-
|
|
2113
|
-
- Issue in triggering `nodeExpanded` event while expanding all the nodes is fixed.
|
|
2114
|
-
|
|
2115
|
-
## 16.1.35 (2018-04-17)
|
|
2116
|
-
|
|
2117
|
-
### TreeView
|
|
2118
|
-
|
|
2119
|
-
#### Bug Fixes
|
|
2120
|
-
|
|
2121
|
-
- Provided option to prevent expand/collapse node while double clicking the tree node.
|
|
2122
|
-
|
|
2123
|
-
## 16.1.34 (2018-04-10)
|
|
2124
|
-
|
|
2125
|
-
### TreeView
|
|
2126
|
-
|
|
2127
|
-
#### Bug Fixes
|
|
2128
|
-
|
|
2129
|
-
- Issue in TreeView while ‘cancel' the `nodeDragDrop` event is fixed.
|
|
2130
|
-
|
|
2131
|
-
- Issue in TreeView drag and drop function, while adding ‘e-droppable’ class in the target element is fixed.
|
|
2132
|
-
|
|
2133
|
-
## 16.1.32 (2018-03-29)
|
|
2134
|
-
|
|
2135
|
-
### TreeView
|
|
2136
|
-
|
|
2137
|
-
#### Bug Fixes
|
|
2138
|
-
|
|
2139
|
-
- Prevented the checkbox interactions while the corresponding node was in disabled state.
|
|
2140
|
-
|
|
2141
|
-
## 16.1.28 (2018-03-09)
|
|
2142
|
-
|
|
2143
|
-
### Toolbar
|
|
2144
|
-
|
|
2145
|
-
#### Bug Fixes
|
|
2146
|
-
|
|
2147
|
-
- Toolbar border hidden issue with grid in IE11 browser is fixed.
|
|
2148
|
-
|
|
2149
|
-
## 16.1.24 (2018-02-22)
|
|
2150
|
-
|
|
2151
|
-
### Common
|
|
2152
|
-
|
|
2153
|
-
#### Breaking Changes
|
|
2154
|
-
|
|
2155
|
-
- Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-tab`.
|
|
2156
|
-
|
|
2157
|
-
#### New Features
|
|
2158
|
-
|
|
2159
|
-
- High contrast theme support.
|
|
2160
|
-
|
|
2161
|
-
### Sidebar
|
|
2162
|
-
|
|
2163
|
-
The Sidebar is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
|
|
2164
|
-
|
|
2165
|
-
- **Target** - The Sidebar can be initialized in any HTML element other than the body element.
|
|
2166
|
-
|
|
2167
|
-
- **Types** – Supports Push, Over, Slide and Auto to expand or collapse the Sidebar.
|
|
2168
|
-
|
|
2169
|
-
- **Position** – Allows to position the Sidebar in Left or Right direction.
|
|
2170
|
-
|
|
2171
|
-
- **Auto close** - Allows to set the sidebar in an expanded or collapsed state only in certain resolutions.
|
|
2172
|
-
|
|
2173
|
-
- **Dock** - By default, supports display of short notifications about the content on docked mode.
|
|
2174
|
-
|
|
2175
|
-
- **Backdrop** – Specifies the whether to apply overlay options to main content when the Sidebar is in open state.
|
|
2176
|
-
|
|
2177
|
-
### Tab
|
|
2178
|
-
|
|
2179
|
-
#### Breaking Changes
|
|
2180
|
-
|
|
2181
|
-
- Locale key changed from close to `closeButtonTitle`.
|
|
2182
|
-
|
|
2183
|
-
### Toolbar
|
|
2184
|
-
|
|
2185
|
-
#### Breaking Changes
|
|
2186
|
-
|
|
2187
|
-
- Pascal casing change to `align` property values (`Left`, `Center`, `Right`).
|
|
2188
|
-
|
|
2189
|
-
## 15.4.30-preview (2018-02-14)
|
|
2190
|
-
|
|
2191
|
-
### TreeView
|
|
2192
|
-
|
|
2193
|
-
#### New Features
|
|
2194
|
-
|
|
2195
|
-
- Added “getNode” method in TreeView to get the node's data based on given node element or it's ID.
|
|
2196
|
-
|
|
2197
|
-
- Added “beginEdit” method in TreeView, to initiate the editing mode of the TreeView node through code.
|
|
2198
|
-
|
|
2199
|
-
#### Breaking Changes
|
|
2200
|
-
|
|
2201
|
-
- In TreeView, “replaceText” method name has been modified as “updateNode”.
|
|
2202
|
-
|
|
2203
|
-
## 15.4.27-preview (2018-01-30)
|
|
2204
|
-
|
|
2205
|
-
### Tab
|
|
2206
|
-
|
|
2207
|
-
#### Bug Fixes
|
|
2208
|
-
|
|
2209
|
-
- Separate item change for active content issue with Tab fixed.
|
|
2210
|
-
|
|
2211
|
-
## 15.4.26-preview (2018-01-23)
|
|
2212
|
-
|
|
2213
|
-
### ContextMenu
|
|
2214
|
-
|
|
2215
|
-
#### Bug Fixes
|
|
2216
|
-
|
|
2217
|
-
- Lengthy text and caret icon wraps next line issue fixed.
|
|
2218
|
-
|
|
2219
|
-
### Accordion
|
|
2220
|
-
|
|
2221
|
-
#### Bug Fixes
|
|
2222
|
-
|
|
2223
|
-
- Accordion content class styles overriding with the other component issue fixed.
|
|
2224
|
-
|
|
2225
|
-
### Tab
|
|
2226
|
-
|
|
2227
|
-
#### Bug Fixes
|
|
2228
|
-
|
|
2229
|
-
- Issue with changing separate items property has been fixed.
|
|
2230
|
-
|
|
2231
|
-
### Toolbar
|
|
2232
|
-
|
|
2233
|
-
#### New Features
|
|
2234
|
-
|
|
2235
|
-
- Provided support to display Toolbar items in popup always.
|
|
2236
|
-
|
|
2237
|
-
## 15.4.25-preview (2018-01-09)
|
|
2238
|
-
|
|
2239
|
-
## 15.4.23-preview (2017-12-27)
|
|
2240
|
-
|
|
2241
|
-
### Common
|
|
2242
|
-
|
|
2243
|
-
#### New Features
|
|
2244
|
-
|
|
2245
|
-
- Added typing file for ES5 global scripts (dist/global/index.d.ts)
|
|
2246
|
-
|
|
2247
|
-
#### Breaking Changes
|
|
2248
|
-
|
|
2249
|
-
- Modified the module bundle file name for ES6 bundling
|
|
2250
|
-
|
|
2251
|
-
### Toolbar
|
|
2252
|
-
|
|
2253
|
-
#### Bug Fixes
|
|
2254
|
-
|
|
2255
|
-
- Issue with changing separate items property has been fixed.
|
|
2256
|
-
|
|
2257
|
-
- The Toolbar Popup and scrollable creation issue in non visible element is fixed.
|
|
2258
|
-
|
|
2259
|
-
- Dynamic Items updating with toolbar alignment is fixed.
|
|
2260
|
-
|
|
2261
|
-
- Removed unwanted space available in the Toolbar Popup mode initial time.
|
|
2262
|
-
|
|
2263
|
-
## 15.4.22-preview (2017-12-14)
|
|
2264
|
-
|
|
2265
|
-
### ContextMenu
|
|
2266
|
-
|
|
2267
|
-
#### Bug Fixes
|
|
2268
|
-
|
|
2269
|
-
- Destroy method issue in angular is fixed.
|
|
2270
|
-
|
|
2271
|
-
## 15.4.21-preview (2017-12-08)
|
|
2272
|
-
|
|
2273
|
-
### Tab
|
|
2274
|
-
|
|
2275
|
-
#### Bug Fixes
|
|
2276
|
-
|
|
2277
|
-
- Tab header overlapping issue with grid is fixed.
|
|
2278
|
-
|
|
2279
|
-
## 15.4.20-preview (2017-12-01)
|
|
2280
|
-
|
|
2281
|
-
### Common
|
|
2282
|
-
|
|
2283
|
-
#### New Features
|
|
2284
|
-
|
|
2285
|
-
- Upgraded TypeScript version to 2.6.2
|
|
2286
|
-
|
|
2287
|
-
## 15.4.17-preview (2017-11-13)
|
|
2288
|
-
|
|
2289
|
-
### Accordion
|
|
2290
|
-
|
|
2291
|
-
Accordion is a vertically collapsible content panel which is displaying panels, one or multiple at a time within the available space.
|
|
2292
|
-
|
|
2293
|
-
- **Rendering** - Supports to render based on the items collection and HTML elements.
|
|
2294
|
-
|
|
2295
|
-
- **Expand Mode** - Supports to define single or multiple expand mode for Accordion panels.
|
|
2296
|
-
|
|
2297
|
-
- **Animation** - Supports animation effects for expanding/collapsing the panels.
|
|
2298
|
-
|
|
2299
|
-
- **Accessibility** - Provided with built-in accessibility support which helps to access all the Accordion component features through the keyboard, screen readers, or other assistive technology devices.
|
|
2300
|
-
|
|
2301
|
-
### ContextMenu
|
|
2302
|
-
|
|
2303
|
-
ContextMenu is a graphical user interface that appears on the user right click/touch hold action.
|
|
2304
|
-
|
|
2305
|
-
- **Separator** - Supports menu items grouping by using the Separator.
|
|
2306
|
-
|
|
2307
|
-
- **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
|
|
2308
|
-
|
|
2309
|
-
- **Template and Multilevel Nesting** - Supports template and multilevel nesting in ContextMenu.
|
|
2310
|
-
|
|
2311
|
-
- **Accessibility** - Provided with built-in accessibility support that helps to access all the ContextMenu component features through the keyboard, screen readers, or other assistive technology devices.
|
|
2312
|
-
|
|
2313
|
-
### Tab
|
|
2314
|
-
|
|
2315
|
-
Tab is a content panel to show multiple contents in specific space one at a time.
|
|
2316
|
-
|
|
2317
|
-
- **Rendering** - Supports to render based on the items collection and HTML elements.
|
|
2318
|
-
|
|
2319
|
-
- **Adaptive** - Supports responsive rendering with scrollable Tabs and popup menu.
|
|
2320
|
-
|
|
2321
|
-
- **Animation** - Supports animation effects for moving previous/next contents of the Tab.
|
|
2322
|
-
|
|
2323
|
-
- **Customization** - Provides customization support for header with icons and orientation.
|
|
2324
|
-
|
|
2325
|
-
- **Accessibility** - Provided with built-in accessibility support which helps to access all the Tab component features through the keyboard, screen readers, or other assistive technology devices.
|
|
2326
|
-
|
|
2327
|
-
### Toolbar
|
|
2328
|
-
|
|
2329
|
-
Displays a group of command buttons arranged horizontally.
|
|
2330
|
-
|
|
2331
|
-
- **Rendering** - Supports to render based on the items collection and HTML elements.
|
|
2332
|
-
|
|
2333
|
-
- **Customization** - Supports to add buttons , separator & input components.
|
|
2334
|
-
|
|
2335
|
-
- **Adaptive** - Supports responsive rendering with scrollable Toolbar and popup menu.
|
|
2336
|
-
|
|
2337
|
-
- **Accessibility**- Provided with built-in accessibility support which helps to access all the Toolbar component features through the keyboard, screen readers, or other assistive technology devices.
|
|
2338
|
-
|
|
2339
|
-
### TreeView
|
|
2340
|
-
|
|
2341
|
-
TreeView component is used to represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more. TreeView can be populated from a data source such as an array of JavaScript objects or from DataManager. The following key features are available in TreeView component.
|
|
2342
|
-
|
|
2343
|
-
- **Data Binding** - Binds the TreeView component with an array of JavaScript objects or DataManager.
|
|
2344
|
-
|
|
2345
|
-
- **CheckBox** - Allows you to select more than one node in TreeView without affecting the UI appearance.
|
|
2346
|
-
|
|
2347
|
-
- **Drag and Drop** - Allows you to drag and drop any node in TreeView.
|
|
2348
|
-
|
|
2349
|
-
- **Multi Selection** - Allows you to select more than one node in TreeView.
|
|
2350
|
-
|
|
2351
|
-
- **Node Editing** - Allows you to change the text of a node in TreeView.
|
|
2352
|
-
|
|
2353
|
-
- **Sorting** - Allows display of the TreeView nodes in an ascending or a descending order.
|
|
2354
|
-
|
|
2355
|
-
- **Template** - Allows you to customize the nodes in TreeView.
|
|
2356
|
-
|
|
2357
|
-
- **Accessibility** - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.
|