@syncfusion/ej2-navigations 30.2.7 → 31.1.17
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/dist/ej2-navigations.min.js +1 -1
- package/dist/ej2-navigations.umd.min.js +1 -1
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +1 -1
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/dist/ts/accordion/accordion-model.d.ts +285 -0
- package/dist/ts/accordion/accordion.d.ts +458 -0
- package/dist/ts/accordion/accordion.ts +1580 -0
- package/dist/ts/accordion/index.d.ts +5 -0
- package/dist/ts/accordion/index.ts +5 -0
- package/dist/ts/appbar/appbar-model.d.ts +76 -0
- package/dist/ts/appbar/appbar.d.ts +115 -0
- package/dist/ts/appbar/appbar.ts +281 -0
- package/dist/ts/appbar/index.d.ts +3 -0
- package/dist/ts/appbar/index.ts +3 -0
- package/dist/ts/breadcrumb/breadcrumb-model.d.ts +170 -0
- package/dist/ts/breadcrumb/breadcrumb.d.ts +297 -0
- package/dist/ts/breadcrumb/breadcrumb.ts +959 -0
- package/dist/ts/breadcrumb/index.d.ts +5 -0
- package/dist/ts/breadcrumb/index.ts +5 -0
- package/dist/ts/carousel/carousel-model.d.ts +282 -0
- package/dist/ts/carousel/carousel.d.ts +439 -0
- package/dist/ts/carousel/carousel.ts +1633 -0
- package/dist/ts/carousel/index.d.ts +3 -0
- package/dist/ts/carousel/index.ts +3 -0
- package/dist/ts/common/h-scroll-model.d.ts +16 -0
- package/dist/ts/common/h-scroll.d.ts +105 -0
- package/dist/ts/common/h-scroll.ts +481 -0
- package/dist/ts/common/index.d.ts +9 -0
- package/dist/ts/common/index.ts +10 -0
- package/dist/ts/common/menu-base-model.d.ts +308 -0
- package/dist/ts/common/menu-base.d.ts +558 -0
- package/dist/ts/common/menu-base.ts +2736 -0
- package/dist/ts/common/menu-scroll.d.ts +29 -0
- package/dist/ts/common/menu-scroll.ts +105 -0
- package/dist/ts/common/v-scroll-model.d.ts +16 -0
- package/dist/ts/common/v-scroll.d.ts +106 -0
- package/dist/ts/common/v-scroll.ts +454 -0
- package/dist/ts/context-menu/context-menu-model.d.ts +47 -0
- package/dist/ts/context-menu/context-menu.d.ts +102 -0
- package/dist/ts/context-menu/context-menu.ts +165 -0
- package/dist/ts/context-menu/index.d.ts +5 -0
- package/dist/ts/context-menu/index.ts +5 -0
- package/dist/ts/index.d.ts +16 -0
- package/dist/ts/index.ts +16 -0
- package/dist/ts/menu/index.d.ts +5 -0
- package/dist/ts/menu/index.ts +5 -0
- package/dist/ts/menu/menu-model.d.ts +70 -0
- package/dist/ts/menu/menu.d.ts +127 -0
- package/dist/ts/menu/menu.ts +313 -0
- package/dist/ts/sidebar/index.d.ts +5 -0
- package/dist/ts/sidebar/index.ts +5 -0
- package/dist/ts/sidebar/sidebar-model.d.ts +200 -0
- package/dist/ts/sidebar/sidebar.d.ts +336 -0
- package/dist/ts/sidebar/sidebar.ts +907 -0
- package/dist/ts/stepper/index.d.ts +3 -0
- package/dist/ts/stepper/index.ts +3 -0
- package/dist/ts/stepper/stepper-model.d.ts +159 -0
- package/dist/ts/stepper/stepper.d.ts +381 -0
- package/dist/ts/stepper/stepper.ts +1350 -0
- package/dist/ts/stepper-base/index.d.ts +5 -0
- package/dist/ts/stepper-base/index.ts +6 -0
- package/dist/ts/stepper-base/stepper-base-model.d.ts +124 -0
- package/dist/ts/stepper-base/stepper-base.d.ts +187 -0
- package/dist/ts/stepper-base/stepper-base.ts +290 -0
- package/dist/ts/tab/index.d.ts +5 -0
- package/dist/ts/tab/index.ts +5 -0
- package/dist/ts/tab/tab-model.d.ts +408 -0
- package/dist/ts/tab/tab.d.ts +715 -0
- package/dist/ts/tab/tab.ts +2842 -0
- package/dist/ts/toolbar/index.d.ts +5 -0
- package/dist/ts/toolbar/index.ts +5 -0
- package/dist/ts/toolbar/toolbar-model.d.ts +294 -0
- package/dist/ts/toolbar/toolbar.d.ts +541 -0
- package/dist/ts/toolbar/toolbar.ts +2646 -0
- package/dist/ts/treeview/index.d.ts +5 -0
- package/dist/ts/treeview/index.ts +5 -0
- package/dist/ts/treeview/treeview-model.d.ts +637 -0
- package/dist/ts/treeview/treeview.d.ts +1518 -0
- package/dist/ts/treeview/treeview.ts +6780 -0
- package/package.json +70 -17
- package/src/context-menu/context-menu-model.d.ts +1 -1
- package/src/context-menu/context-menu.js +1 -1
- package/styles/accordion/_bootstrap-dark-definition.scss +1 -1
- package/styles/accordion/_bootstrap-definition.scss +1 -1
- package/styles/accordion/bootstrap-dark.css +1 -1
- package/styles/accordion/bootstrap.css +1 -1
- package/styles/bds-lite.css +1 -1
- package/styles/bds.css +1 -1
- package/styles/bootstrap-dark-lite.css +2 -2
- package/styles/bootstrap-dark.css +2 -2
- package/styles/bootstrap-lite.css +2 -2
- package/styles/bootstrap.css +2 -2
- package/styles/bootstrap4-lite.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark-lite.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5-lite.css +1 -1
- package/styles/bootstrap5.3-lite.css +1 -1
- package/styles/bootstrap5.3.css +9 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark-lite.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric-lite.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark-lite.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent-lite.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2-lite.css +4 -1
- package/styles/fluent2.css +4 -1
- package/styles/h-scroll/_layout.scss +1 -1
- package/styles/h-scroll/bds.css +1 -1
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.3.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/fluent-dark.css +1 -1
- package/styles/h-scroll/fluent.css +1 -1
- package/styles/h-scroll/fluent2.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/material3-dark.css +1 -1
- package/styles/h-scroll/material3.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/h-scroll/tailwind3.css +1 -1
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast-lite.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark-lite.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material-lite.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark-lite.css +1 -1
- package/styles/material3-dark.css +1 -7
- package/styles/material3-lite.css +1 -1
- package/styles/material3.css +1 -7
- package/styles/tailwind-dark-lite.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind-lite.css +1 -1
- package/styles/tailwind.css +1 -1
- package/styles/tailwind3-lite.css +1 -1
- package/styles/tailwind3.css +1 -1
- package/styles/toolbar/_layout.scss +1 -1
- package/styles/treeview/_bigger.scss +2 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -0
- package/styles/treeview/_layout.scss +3 -0
- package/styles/treeview/bootstrap5.3.css +8 -0
- package/styles/treeview/fluent2.css +3 -0
- package/styles/treeview/material3-dark.css +0 -6
- package/styles/treeview/material3.css +0 -6
package/package.json
CHANGED
|
@@ -1,21 +1,70 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
2
|
+
"_from": "@syncfusion/ej2-navigations@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-navigations@22.43.0",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-hIsVz6PwAltc6dPX5lGialsxGYlqFLNnosIi+NFwgfmXNtyKfcf8ubgfdCYoLOwkgqnmhBDnWoz6X7JGp2GiHA==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-navigations",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-navigations@*",
|
|
12
|
+
"name": "@syncfusion/ej2-navigations",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-navigations",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/",
|
|
21
|
+
"/@syncfusion/ej2",
|
|
22
|
+
"/@syncfusion/ej2-angular-navigations",
|
|
23
|
+
"/@syncfusion/ej2-charts",
|
|
24
|
+
"/@syncfusion/ej2-diagrams",
|
|
25
|
+
"/@syncfusion/ej2-documenteditor",
|
|
26
|
+
"/@syncfusion/ej2-dropdowns",
|
|
27
|
+
"/@syncfusion/ej2-filemanager",
|
|
28
|
+
"/@syncfusion/ej2-gantt",
|
|
29
|
+
"/@syncfusion/ej2-grid-chart",
|
|
30
|
+
"/@syncfusion/ej2-grids",
|
|
31
|
+
"/@syncfusion/ej2-image-editor",
|
|
32
|
+
"/@syncfusion/ej2-inplace-editor",
|
|
33
|
+
"/@syncfusion/ej2-interactive-chat",
|
|
34
|
+
"/@syncfusion/ej2-kanban",
|
|
35
|
+
"/@syncfusion/ej2-pdfviewer",
|
|
36
|
+
"/@syncfusion/ej2-pivotview",
|
|
37
|
+
"/@syncfusion/ej2-react-navigations",
|
|
38
|
+
"/@syncfusion/ej2-ribbon",
|
|
39
|
+
"/@syncfusion/ej2-richtexteditor",
|
|
40
|
+
"/@syncfusion/ej2-schedule",
|
|
41
|
+
"/@syncfusion/ej2-spreadsheet",
|
|
42
|
+
"/@syncfusion/ej2-vue-navigations"
|
|
43
|
+
],
|
|
44
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-navigations/-/ej2-navigations-22.43.0.tgz",
|
|
45
|
+
"_shasum": "8f387fde7c3b1cbd50727b705cbb4e8e19aa2f2a",
|
|
46
|
+
"_spec": "@syncfusion/ej2-navigations@*",
|
|
47
|
+
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
48
|
+
"author": {
|
|
49
|
+
"name": "Syncfusion Inc."
|
|
50
|
+
},
|
|
51
|
+
"bugs": {
|
|
52
|
+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
|
|
53
|
+
},
|
|
54
|
+
"bundleDependencies": false,
|
|
10
55
|
"dependencies": {
|
|
11
|
-
"@syncfusion/ej2-base": "~
|
|
12
|
-
"@syncfusion/ej2-buttons": "~
|
|
13
|
-
"@syncfusion/ej2-data": "~
|
|
14
|
-
"@syncfusion/ej2-inputs": "~
|
|
15
|
-
"@syncfusion/ej2-lists": "~
|
|
16
|
-
"@syncfusion/ej2-popups": "~
|
|
56
|
+
"@syncfusion/ej2-base": "~31.1.17",
|
|
57
|
+
"@syncfusion/ej2-buttons": "~31.1.17",
|
|
58
|
+
"@syncfusion/ej2-data": "~31.1.17",
|
|
59
|
+
"@syncfusion/ej2-inputs": "~31.1.17",
|
|
60
|
+
"@syncfusion/ej2-lists": "~31.1.17",
|
|
61
|
+
"@syncfusion/ej2-popups": "~31.1.17"
|
|
17
62
|
},
|
|
63
|
+
"deprecated": false,
|
|
64
|
+
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
|
|
18
65
|
"devDependencies": {},
|
|
66
|
+
"es2015": "./dist/es6/ej2-navigations.es5.js",
|
|
67
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
|
|
19
68
|
"keywords": [
|
|
20
69
|
"ej2",
|
|
21
70
|
"syncfusion",
|
|
@@ -105,11 +154,15 @@
|
|
|
105
154
|
"trace page location",
|
|
106
155
|
"list of breadcrumb links"
|
|
107
156
|
],
|
|
157
|
+
"license": "SEE LICENSE IN license",
|
|
158
|
+
"main": "./dist/ej2-navigations.umd.min.js",
|
|
159
|
+
"module": "./index.js",
|
|
160
|
+
"name": "@syncfusion/ej2-navigations",
|
|
108
161
|
"repository": {
|
|
109
162
|
"type": "git",
|
|
110
|
-
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
163
|
+
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
111
164
|
},
|
|
112
165
|
"typings": "index.d.ts",
|
|
113
|
-
"
|
|
114
|
-
"
|
|
166
|
+
"version": "31.1.17",
|
|
167
|
+
"sideEffects": false
|
|
115
168
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { attributes, getUniqueID, Collection, NotifyPropertyChanges, INotifyPropertyChanged, Property, isNullOrUndefined, addClass
|
|
1
|
+
import { attributes, getUniqueID, Collection, NotifyPropertyChanges, INotifyPropertyChanged, Property, removeClass, isNullOrUndefined, addClass } from '@syncfusion/ej2-base';import { getZindexPartial } from '@syncfusion/ej2-popups';import { MenuBase, MenuItem } from '../common/menu-base';import { MenuItemModel } from './../common/menu-base-model';
|
|
2
2
|
import {MenuBaseModel} from "../common/menu-base-model";
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -19,7 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
/* eslint-disable @typescript-eslint/triple-slash-reference */
|
|
21
21
|
/// <reference path='../common/menu-base-model.d.ts'/>
|
|
22
|
-
import { attributes, getUniqueID, Collection, NotifyPropertyChanges, Property, isNullOrUndefined, addClass
|
|
22
|
+
import { attributes, getUniqueID, Collection, NotifyPropertyChanges, Property, removeClass, isNullOrUndefined, addClass } from '@syncfusion/ej2-base';
|
|
23
23
|
import { getZindexPartial } from '@syncfusion/ej2-popups';
|
|
24
24
|
import { MenuBase, MenuItem } from '../common/menu-base';
|
|
25
25
|
var CONTEXTMENUTEMPLATE = 'e-contextmenu-template';
|
|
@@ -32,7 +32,7 @@ $acrdn-item-nested-panel-item-select-margin: 2px !default;
|
|
|
32
32
|
$acrdn-item-overflow: hidden !default;
|
|
33
33
|
$acrdn-item-hover-focus-hdr-con-text-decoration: underline !default;
|
|
34
34
|
$acrdn-item-hdr-border-radius: 4px !default;
|
|
35
|
-
$acrdn-item-tgl-icon-display:
|
|
35
|
+
$acrdn-item-tgl-icon-display: table !default;
|
|
36
36
|
$acrdn-item-arrow-icon-font-size: 12px !default;
|
|
37
37
|
$acrdn-opacity: .5 !default;
|
|
38
38
|
$acrdn-nrml-header-padding: 0 30px 0 15px !default;
|
|
@@ -36,7 +36,7 @@ $acrdn-item-nested-panel-item-select-margin: 2px !default;
|
|
|
36
36
|
$acrdn-item-overflow: hidden !default;
|
|
37
37
|
$acrdn-item-hover-focus-hdr-con-text-decoration: underline !default;
|
|
38
38
|
$acrdn-item-hdr-border-radius: 4px !default;
|
|
39
|
-
$acrdn-item-tgl-icon-display:
|
|
39
|
+
$acrdn-item-tgl-icon-display: table !default;
|
|
40
40
|
$acrdn-item-arrow-icon-font-size: 12px !default;
|
|
41
41
|
$acrdn-opacity: .5 !default;
|
|
42
42
|
$acrdn-nrml-header-padding: 0 30px 0 15px !default;
|
package/styles/bds-lite.css
CHANGED
package/styles/bds.css
CHANGED
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
.e-hscroll {
|
|
637
637
|
display: block;
|
|
638
638
|
position: relative;
|
|
639
|
-
width:
|
|
639
|
+
width: 100%;
|
|
640
640
|
}
|
|
641
641
|
.e-hscroll.e-rtl.e-scroll-device {
|
|
642
642
|
padding-left: 50px;
|
|
@@ -2003,7 +2003,7 @@
|
|
|
2003
2003
|
line-height: 39px;
|
|
2004
2004
|
}
|
|
2005
2005
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2006
|
-
display:
|
|
2006
|
+
display: table;
|
|
2007
2007
|
font-size: 12px;
|
|
2008
2008
|
height: 40px;
|
|
2009
2009
|
min-height: 40px;
|
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
.e-hscroll {
|
|
844
844
|
display: block;
|
|
845
845
|
position: relative;
|
|
846
|
-
width:
|
|
846
|
+
width: 100%;
|
|
847
847
|
}
|
|
848
848
|
.e-hscroll.e-rtl.e-scroll-device {
|
|
849
849
|
padding-left: 50px;
|
|
@@ -2528,7 +2528,7 @@
|
|
|
2528
2528
|
line-height: 39px;
|
|
2529
2529
|
}
|
|
2530
2530
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2531
|
-
display:
|
|
2531
|
+
display: table;
|
|
2532
2532
|
font-size: 12px;
|
|
2533
2533
|
height: 40px;
|
|
2534
2534
|
min-height: 40px;
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
.e-hscroll {
|
|
638
638
|
display: block;
|
|
639
639
|
position: relative;
|
|
640
|
-
width:
|
|
640
|
+
width: 100%;
|
|
641
641
|
}
|
|
642
642
|
.e-hscroll.e-rtl.e-scroll-device {
|
|
643
643
|
padding-left: 50px;
|
|
@@ -2005,7 +2005,7 @@
|
|
|
2005
2005
|
line-height: 39px;
|
|
2006
2006
|
}
|
|
2007
2007
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2008
|
-
display:
|
|
2008
|
+
display: table;
|
|
2009
2009
|
font-size: 12px;
|
|
2010
2010
|
height: 40px;
|
|
2011
2011
|
min-height: 40px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
.e-hscroll {
|
|
845
845
|
display: block;
|
|
846
846
|
position: relative;
|
|
847
|
-
width:
|
|
847
|
+
width: 100%;
|
|
848
848
|
}
|
|
849
849
|
.e-hscroll.e-rtl.e-scroll-device {
|
|
850
850
|
padding-left: 50px;
|
|
@@ -2530,7 +2530,7 @@
|
|
|
2530
2530
|
line-height: 39px;
|
|
2531
2531
|
}
|
|
2532
2532
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
2533
|
-
display:
|
|
2533
|
+
display: table;
|
|
2534
2534
|
font-size: 12px;
|
|
2535
2535
|
height: 40px;
|
|
2536
2536
|
min-height: 40px;
|
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.3.css
CHANGED
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
.e-hscroll {
|
|
891
891
|
display: block;
|
|
892
892
|
position: relative;
|
|
893
|
-
width:
|
|
893
|
+
width: 100%;
|
|
894
894
|
}
|
|
895
895
|
.e-hscroll.e-rtl.e-scroll-device {
|
|
896
896
|
padding-left: 40px;
|
|
@@ -8712,6 +8712,14 @@
|
|
|
8712
8712
|
.e-treeview.e-bigger .e-list-img + .e-list-img {
|
|
8713
8713
|
margin: 0 0 0 12px;
|
|
8714
8714
|
}
|
|
8715
|
+
.e-bigger .e-treeview .e-icon-collapsible,
|
|
8716
|
+
.e-bigger .e-treeview .e-icon-expandable,
|
|
8717
|
+
.e-treeview.e-bigger .e-icon-collapsible,
|
|
8718
|
+
.e-treeview.e-bigger .e-icon-expandable {
|
|
8719
|
+
height: 24px;
|
|
8720
|
+
margin: 0 0 0 -24px;
|
|
8721
|
+
width: 24px;
|
|
8722
|
+
}
|
|
8715
8723
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
8716
8724
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
8717
8725
|
.e-treeview.e-bigger .e-icon-collapsible::before,
|
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric-lite.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent-lite.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/fluent2-lite.css
CHANGED
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
.e-hscroll {
|
|
705
705
|
display: block;
|
|
706
706
|
position: relative;
|
|
707
|
-
width:
|
|
707
|
+
width: 100%;
|
|
708
708
|
}
|
|
709
709
|
.e-hscroll.e-rtl.e-scroll-device {
|
|
710
710
|
padding-left: 40px;
|
|
@@ -6555,6 +6555,9 @@
|
|
|
6555
6555
|
.e-treeview .e-checkbox-wrapper .e-frame {
|
|
6556
6556
|
margin-right: 0;
|
|
6557
6557
|
}
|
|
6558
|
+
.e-treeview .e-list-item:last-child:not(.e-level-1) {
|
|
6559
|
+
padding-bottom: 0;
|
|
6560
|
+
}
|
|
6558
6561
|
.e-treeview .e-ul {
|
|
6559
6562
|
margin: 0;
|
|
6560
6563
|
padding: 0 0 0 12px;
|
package/styles/fluent2.css
CHANGED
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
.e-hscroll {
|
|
930
930
|
display: block;
|
|
931
931
|
position: relative;
|
|
932
|
-
width:
|
|
932
|
+
width: 100%;
|
|
933
933
|
}
|
|
934
934
|
.e-hscroll.e-rtl.e-scroll-device {
|
|
935
935
|
padding-left: 40px;
|
|
@@ -8480,6 +8480,9 @@
|
|
|
8480
8480
|
.e-treeview .e-checkbox-wrapper .e-frame {
|
|
8481
8481
|
margin-right: 0;
|
|
8482
8482
|
}
|
|
8483
|
+
.e-treeview .e-list-item:last-child:not(.e-level-1) {
|
|
8484
|
+
padding-bottom: 0;
|
|
8485
|
+
}
|
|
8483
8486
|
.e-treeview .e-ul {
|
|
8484
8487
|
margin: 0;
|
|
8485
8488
|
padding: 0 0 0 12px;
|
package/styles/h-scroll/bds.css
CHANGED