@syncfusion/ej2-navigations 24.2.8 → 25.1.35-579988
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/CHANGELOG.md +4 -43
- 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 +145 -127
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +145 -127
- 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-model.d.ts +3 -2
- package/src/accordion/accordion.d.ts +3 -2
- package/src/accordion/accordion.js +7 -7
- package/src/breadcrumb/breadcrumb.js +2 -1
- package/src/common/menu-base-model.d.ts +3 -2
- package/src/common/menu-base.d.ts +3 -2
- package/src/common/menu-base.js +101 -101
- package/src/menu/menu-model.d.ts +3 -2
- package/src/menu/menu.d.ts +3 -2
- package/src/menu/menu.js +1 -1
- package/src/stepper/stepper.js +1 -2
- package/src/tab/tab-model.d.ts +7 -21
- package/src/tab/tab.d.ts +7 -21
- package/src/tab/tab.js +5 -5
- package/src/toolbar/toolbar.js +25 -7
- package/src/treeview/treeview-model.d.ts +4 -7
- package/src/treeview/treeview.d.ts +3 -3
- package/src/treeview/treeview.js +5 -5
- package/styles/accordion/_bds-definition.scss +180 -0
- package/styles/accordion/_material-definition.scss +1 -1
- package/styles/accordion/icons/_bds.scss +17 -0
- package/styles/accordion/material.css +1 -1
- package/styles/appbar/_bds-definition.scss +27 -0
- package/styles/bootstrap-dark.css +12 -4
- package/styles/bootstrap.css +12 -4
- package/styles/bootstrap4.css +12 -4
- package/styles/bootstrap5-dark.css +12 -4
- package/styles/bootstrap5.css +12 -4
- package/styles/breadcrumb/_bds-definition.scss +60 -0
- package/styles/breadcrumb/icons/_bds.scss +25 -0
- package/styles/carousel/_bds-definition.scss +27 -0
- package/styles/carousel/_layout.scss +5 -0
- package/styles/carousel/bootstrap-dark.css +6 -0
- package/styles/carousel/bootstrap.css +6 -0
- package/styles/carousel/bootstrap4.css +6 -0
- package/styles/carousel/bootstrap5-dark.css +6 -0
- package/styles/carousel/bootstrap5.css +6 -0
- package/styles/carousel/fabric-dark.css +6 -0
- package/styles/carousel/fabric.css +6 -0
- package/styles/carousel/fluent-dark.css +6 -0
- package/styles/carousel/fluent.css +6 -0
- package/styles/carousel/highcontrast-light.css +6 -0
- package/styles/carousel/highcontrast.css +6 -0
- package/styles/carousel/icons/_bds.scss +30 -0
- package/styles/carousel/material-dark.css +6 -0
- package/styles/carousel/material.css +6 -0
- package/styles/carousel/material3-dark.css +6 -0
- package/styles/carousel/material3.css +6 -0
- package/styles/carousel/tailwind-dark.css +6 -0
- package/styles/carousel/tailwind.css +6 -0
- package/styles/context-menu/_bds-definition.scss +65 -0
- package/styles/context-menu/icons/_bds.scss +33 -0
- package/styles/fabric-dark.css +12 -4
- package/styles/fabric.css +12 -4
- package/styles/fluent-dark.css +12 -4
- package/styles/fluent.css +12 -4
- package/styles/h-scroll/_bds-definition.scss +83 -0
- package/styles/h-scroll/icons/_bds.scss +49 -0
- package/styles/highcontrast-light.css +12 -4
- package/styles/highcontrast.css +12 -4
- package/styles/material-dark.css +12 -4
- package/styles/material.css +13 -5
- package/styles/material3-dark.css +12 -4
- package/styles/material3.css +12 -4
- package/styles/menu/_bds-definition.scss +66 -0
- package/styles/menu/icons/_bds.scss +134 -0
- package/styles/pager/_bds-definition.scss +152 -0
- package/styles/pager/icons/_bds.scss +50 -0
- package/styles/sidebar/_bds-definition.scss +45 -0
- package/styles/stepper/_bds-definition.scss +79 -0
- package/styles/stepper/_layout.scss +1 -0
- package/styles/stepper/bootstrap-dark.css +3 -0
- package/styles/stepper/bootstrap.css +3 -0
- package/styles/stepper/bootstrap4.css +3 -0
- package/styles/stepper/bootstrap5-dark.css +3 -0
- package/styles/stepper/bootstrap5.css +3 -0
- package/styles/stepper/fabric-dark.css +3 -0
- package/styles/stepper/fabric.css +3 -0
- package/styles/stepper/fluent-dark.css +3 -0
- package/styles/stepper/fluent.css +3 -0
- package/styles/stepper/highcontrast-light.css +3 -0
- package/styles/stepper/highcontrast.css +3 -0
- package/styles/stepper/icons/_bds.scss +5 -0
- package/styles/stepper/material-dark.css +3 -0
- package/styles/stepper/material.css +3 -0
- package/styles/stepper/material3-dark.css +3 -0
- package/styles/stepper/material3.css +3 -0
- package/styles/stepper/tailwind-dark.css +3 -0
- package/styles/stepper/tailwind.css +3 -0
- package/styles/tab/_bds-definition.scss +701 -0
- package/styles/tab/icons/_bds.scss +92 -0
- package/styles/tailwind-dark.css +14 -6
- package/styles/tailwind.css +12 -4
- package/styles/toolbar/_bds-definition.scss +215 -0
- package/styles/toolbar/_layout.scss +6 -7
- package/styles/toolbar/bootstrap-dark.css +3 -4
- package/styles/toolbar/bootstrap.css +3 -4
- package/styles/toolbar/bootstrap4.css +3 -4
- package/styles/toolbar/bootstrap5-dark.css +3 -4
- package/styles/toolbar/bootstrap5.css +3 -4
- package/styles/toolbar/fabric-dark.css +3 -4
- package/styles/toolbar/fabric.css +3 -4
- package/styles/toolbar/fluent-dark.css +3 -4
- package/styles/toolbar/fluent.css +3 -4
- package/styles/toolbar/highcontrast-light.css +3 -4
- package/styles/toolbar/highcontrast.css +3 -4
- package/styles/toolbar/icons/_bds.scss +16 -0
- package/styles/toolbar/material-dark.css +3 -4
- package/styles/toolbar/material.css +3 -4
- package/styles/toolbar/material3-dark.css +3 -4
- package/styles/toolbar/material3.css +3 -4
- package/styles/toolbar/tailwind-dark.css +3 -4
- package/styles/toolbar/tailwind.css +3 -4
- package/styles/treeview/_bds-definition.scss +132 -0
- package/styles/treeview/_tailwind-definition.scss +1 -1
- package/styles/treeview/_theme.scss +1 -1
- package/styles/treeview/icons/_bds.scss +43 -0
- package/styles/treeview/tailwind-dark.css +2 -2
- package/styles/v-scroll/_bds-definition.scss +49 -0
- package/styles/v-scroll/icons/_bds.scss +27 -0
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
113
113
|
padding: 4px 6px;
|
|
114
114
|
}
|
|
115
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
116
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
115
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
116
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
117
117
|
min-width: 49px;
|
|
118
118
|
padding: 0;
|
|
119
119
|
}
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
font-size: 14px;
|
|
471
471
|
padding: 4px;
|
|
472
472
|
}
|
|
473
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
473
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
474
474
|
height: inherit;
|
|
475
475
|
min-width: 28px;
|
|
476
476
|
padding: 0;
|
|
@@ -804,7 +804,6 @@
|
|
|
804
804
|
}
|
|
805
805
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
806
806
|
margin-left: 0;
|
|
807
|
-
margin-right: 8px;
|
|
808
807
|
}
|
|
809
808
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
810
809
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
113
113
|
padding: 4px 6px;
|
|
114
114
|
}
|
|
115
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
116
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
115
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
116
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
117
117
|
min-width: 49px;
|
|
118
118
|
padding: 0;
|
|
119
119
|
}
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
font-size: 14px;
|
|
471
471
|
padding: 4px;
|
|
472
472
|
}
|
|
473
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
473
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
474
474
|
height: inherit;
|
|
475
475
|
min-width: 28px;
|
|
476
476
|
padding: 0;
|
|
@@ -804,7 +804,6 @@
|
|
|
804
804
|
}
|
|
805
805
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
806
806
|
margin-left: 0;
|
|
807
|
-
margin-right: 8px;
|
|
808
807
|
}
|
|
809
808
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
810
809
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
102
102
|
padding: 0 12px 0 0;
|
|
103
103
|
}
|
|
104
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
105
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
104
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
105
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
106
106
|
min-width: 49px;
|
|
107
107
|
padding: 0 1.5px;
|
|
108
108
|
}
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
font-size: 14px;
|
|
460
460
|
padding: 0 12px 0 8px;
|
|
461
461
|
}
|
|
462
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
462
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
463
463
|
height: inherit;
|
|
464
464
|
min-width: 34px;
|
|
465
465
|
padding: 0 1px;
|
|
@@ -793,7 +793,6 @@
|
|
|
793
793
|
}
|
|
794
794
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
795
795
|
margin-left: 0;
|
|
796
|
-
margin-right: 3px;
|
|
797
796
|
}
|
|
798
797
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
799
798
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
103
103
|
padding: 0 12px 0 0;
|
|
104
104
|
}
|
|
105
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
106
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
105
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
106
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
107
107
|
min-width: 49px;
|
|
108
108
|
padding: 0 1.5px;
|
|
109
109
|
}
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
font-size: 14px;
|
|
461
461
|
padding: 0 12px 0 8px;
|
|
462
462
|
}
|
|
463
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
463
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
464
464
|
height: inherit;
|
|
465
465
|
min-width: 34px;
|
|
466
466
|
padding: 0 1px;
|
|
@@ -794,7 +794,6 @@
|
|
|
794
794
|
}
|
|
795
795
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
796
796
|
margin-left: 0;
|
|
797
|
-
margin-right: 3px;
|
|
798
797
|
}
|
|
799
798
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
800
799
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@include export-module('toolbar-bds-icons') {
|
|
2
|
+
|
|
3
|
+
/*! toolbar icons */
|
|
4
|
+
#{&}.e-toolbar {
|
|
5
|
+
|
|
6
|
+
.e-popup-down-icon::before {
|
|
7
|
+
content: '\e729';
|
|
8
|
+
line-height: normal;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-popup-up-icon::before {
|
|
12
|
+
content: '\e776';
|
|
13
|
+
line-height: normal;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
129
129
|
padding: 0;
|
|
130
130
|
}
|
|
131
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
132
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
131
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
132
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
133
133
|
min-width: 48px;
|
|
134
134
|
padding: 5px;
|
|
135
135
|
}
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
font-size: 14px;
|
|
487
487
|
padding: 0 2px 0 2px;
|
|
488
488
|
}
|
|
489
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
489
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
490
490
|
height: inherit;
|
|
491
491
|
min-width: 34px;
|
|
492
492
|
padding: 3.5px;
|
|
@@ -820,7 +820,6 @@
|
|
|
820
820
|
}
|
|
821
821
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
822
822
|
margin-left: 0;
|
|
823
|
-
margin-right: 3px;
|
|
824
823
|
}
|
|
825
824
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
826
825
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
132
132
|
padding: 0;
|
|
133
133
|
}
|
|
134
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
135
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
134
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
135
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
136
136
|
min-width: 48px;
|
|
137
137
|
padding: 5px;
|
|
138
138
|
}
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
font-size: 14px;
|
|
490
490
|
padding: 0 2px 0 2px;
|
|
491
491
|
}
|
|
492
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
492
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
493
493
|
height: inherit;
|
|
494
494
|
min-width: 34px;
|
|
495
495
|
padding: 3.5px;
|
|
@@ -823,7 +823,6 @@
|
|
|
823
823
|
}
|
|
824
824
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
825
825
|
margin-left: 0;
|
|
826
|
-
margin-right: 3px;
|
|
827
826
|
}
|
|
828
827
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
829
828
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -168,8 +168,8 @@
|
|
|
168
168
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
169
169
|
padding: 4px;
|
|
170
170
|
}
|
|
171
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
172
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
171
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
172
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
173
173
|
min-width: 40px;
|
|
174
174
|
padding: 8px 4px 8px 4px;
|
|
175
175
|
}
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
font-size: 14px;
|
|
527
527
|
padding: 4px;
|
|
528
528
|
}
|
|
529
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
529
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
530
530
|
height: inherit;
|
|
531
531
|
min-width: 32px;
|
|
532
532
|
padding: 8px 4px 8px 4px;
|
|
@@ -860,7 +860,6 @@
|
|
|
860
860
|
}
|
|
861
861
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
862
862
|
margin-left: 0;
|
|
863
|
-
margin-right: 8px;
|
|
864
863
|
}
|
|
865
864
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
866
865
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -224,8 +224,8 @@
|
|
|
224
224
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
225
225
|
padding: 4px;
|
|
226
226
|
}
|
|
227
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
228
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
227
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
228
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
229
229
|
min-width: 40px;
|
|
230
230
|
padding: 8px 4px 8px 4px;
|
|
231
231
|
}
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 14px;
|
|
583
583
|
padding: 4px;
|
|
584
584
|
}
|
|
585
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
585
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
586
586
|
height: inherit;
|
|
587
587
|
min-width: 32px;
|
|
588
588
|
padding: 8px 4px 8px 4px;
|
|
@@ -916,7 +916,6 @@
|
|
|
916
916
|
}
|
|
917
917
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
918
918
|
margin-left: 0;
|
|
919
|
-
margin-right: 8px;
|
|
920
919
|
}
|
|
921
920
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
922
921
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
113
113
|
padding: 4px 6px;
|
|
114
114
|
}
|
|
115
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
116
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
115
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
116
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
117
117
|
min-width: 49px;
|
|
118
118
|
padding: 5px 6px;
|
|
119
119
|
}
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
font-size: 14px;
|
|
471
471
|
padding: 4px;
|
|
472
472
|
}
|
|
473
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
473
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
474
474
|
height: inherit;
|
|
475
475
|
min-width: 28px;
|
|
476
476
|
padding: 4px;
|
|
@@ -804,7 +804,6 @@
|
|
|
804
804
|
}
|
|
805
805
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
806
806
|
margin-left: 0;
|
|
807
|
-
margin-right: 8px;
|
|
808
807
|
}
|
|
809
808
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
810
809
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
113
113
|
padding: 4px 6px;
|
|
114
114
|
}
|
|
115
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
116
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
115
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
116
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
117
117
|
min-width: 49px;
|
|
118
118
|
padding: 5px 6px;
|
|
119
119
|
}
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
font-size: 14px;
|
|
471
471
|
padding: 4px;
|
|
472
472
|
}
|
|
473
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
473
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
474
474
|
height: inherit;
|
|
475
475
|
min-width: 28px;
|
|
476
476
|
padding: 4px;
|
|
@@ -804,7 +804,6 @@
|
|
|
804
804
|
}
|
|
805
805
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
806
806
|
margin-left: 0;
|
|
807
|
-
margin-right: 8px;
|
|
808
807
|
}
|
|
809
808
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
810
809
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
/*! TreeView's theme wise override definitions and variables */
|
|
2
|
+
/* stylelint-disable */
|
|
3
|
+
$treeview-font-size: $text-sm !default;
|
|
4
|
+
$treeview-icon-font-size: $text-xl !default;
|
|
5
|
+
$treeview-image-font-size: $text-xl !default;
|
|
6
|
+
$treeview-big-font-size: $text-base !default;
|
|
7
|
+
$treeview-big-icon-font-size: $text-2xl !default;
|
|
8
|
+
$treeview-item-height: 40px !default;
|
|
9
|
+
$treeview-text-height: 38px !default;
|
|
10
|
+
$treeview-input-height: 30px !default;
|
|
11
|
+
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
12
|
+
$treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
|
|
13
|
+
$treeview-child-ul-padding: 0 0 0 20px !default;
|
|
14
|
+
$treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
|
|
15
|
+
$treeview-text-wrap-padding: 0 0 0 20px !default;
|
|
16
|
+
$treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
|
|
17
|
+
$treeview-icon-size: 20px !default;
|
|
18
|
+
$treeview-icon-margin: 0 0 0 -20px !default;
|
|
19
|
+
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
20
|
+
$treeview-icon-padding: 0px !default;
|
|
21
|
+
$treeview-text-padding: 0 8px !default;
|
|
22
|
+
$treeview-text-margin: 0 !default;
|
|
23
|
+
$treeview-image-size: 20px !default;
|
|
24
|
+
$treeview-image-margin: 0 0 0 8px !default;
|
|
25
|
+
$treeview-navigable-icon-image-margin: 0 8px 0 0 !default;
|
|
26
|
+
$treeview-navigable-icon-image-margin-reverse: 0 0 0 8px !default;
|
|
27
|
+
$treeview-navigable-check-margin-bigger: 0 0 0 12px !default;
|
|
28
|
+
$treeview-navigable-icon-image-anchor-margin-bigger: 0 12px 0 8px !default;
|
|
29
|
+
$treeview-navigable-icon-image-anchor-margin-reverse-bigger: 0 6px 0 10px !default;
|
|
30
|
+
$treeview-navigable-icon-image-anchor-margin: 0 10px 0 2px !default;
|
|
31
|
+
$treeview-navigable-icon-image-anchor-margin-reverse: 0 2px 0 10px !default;
|
|
32
|
+
$treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
|
|
33
|
+
$treeview-rtl-image-margin: 0 8px 0 0 !default;
|
|
34
|
+
$treeview-image-text-padding: 0 8px !default;
|
|
35
|
+
$treeview-icon-image-margin: 0 0 0 8px !default;
|
|
36
|
+
$treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
|
|
37
|
+
$treeview-check-margin: 0 0 0 6px !default;
|
|
38
|
+
$treeview-rtl-check-margin: 0 6px 0 0 !default;
|
|
39
|
+
$treeview-check-text-padding: 0 8px !default;
|
|
40
|
+
$treeview-check-image-margin: 0 0 0 8px !default;
|
|
41
|
+
$treeview-rtl-check-image-margin: 0 8px 0 0 !default;
|
|
42
|
+
$treeview-drop-count-border-size: 1px !default;
|
|
43
|
+
$treeview-drop-count-font-size: $text-xs !default;
|
|
44
|
+
$treeview-active-font-weight: 600 !default;
|
|
45
|
+
$treeview-edit-wrap-width: calc(100% - 2px) !default;
|
|
46
|
+
$treeview-check-wrap-width: calc(100% - 23px) !default;
|
|
47
|
+
$treeview-check-icon-wrap-width: calc(100% - 56px) !default;
|
|
48
|
+
$treeview-check-icon-img-wrap-width: calc(100% - 84px) !default;
|
|
49
|
+
$treeview-icon-wrap-width: calc(100% - 32px) !default;
|
|
50
|
+
$treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
51
|
+
|
|
52
|
+
$treeview-big-item-height: 48px !default;
|
|
53
|
+
$treeview-big-text-height: 46px !default;
|
|
54
|
+
$treeview-big-input-height: 40px !default;
|
|
55
|
+
$treeview-big-text-padding: 0 12px !default;
|
|
56
|
+
$treeview-big-input-padding: 0 9px !default;
|
|
57
|
+
$treeview-big-icon-padding: 0px !default;
|
|
58
|
+
$treeview-big-image-margin: 0 0 0 12px !default;
|
|
59
|
+
$treeview-big-rtl-image-margin: 0 12px 0 0 !default;
|
|
60
|
+
$treeview-big-icon-image-margin: 0 0 0 12px !default;
|
|
61
|
+
$treeview-big-rtl-icon-image-margin: 0 12px 0 0 !default;
|
|
62
|
+
$treeview-big-check-margin: 0 0 0 8px !default;
|
|
63
|
+
$treeview-big-rtl-check-margin: 0 8px 0 0 !default;
|
|
64
|
+
$treeview-big-check-image-margin: 0 0 0 12px !default;
|
|
65
|
+
$treeview-big-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
66
|
+
$treeview-big-root-ul-padding: 0 0 0 16px !default;
|
|
67
|
+
$treeview-big-rtl-root-ul-padding: 0 16px 0 0 !default;
|
|
68
|
+
$treeview-big-child-ul-padding: 0 0 0 24px !default;
|
|
69
|
+
$treeview-big-rtl-child-ul-padding: 0 24px 0 0 !default;
|
|
70
|
+
$treeview-big-image-text-padding: 0 12px !default;
|
|
71
|
+
$treeview-big-icon-margin: 0 0 0 -24px !default;
|
|
72
|
+
$treeview-big-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
73
|
+
$treeview-big-text-wrap-padding: 0 0 0 24px !default;
|
|
74
|
+
$treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
|
|
75
|
+
$treeview-big-drag-icon-font-size: $text-2xl !default;
|
|
76
|
+
$treeview-big-drag-item-text-padding-left: 12px !default;
|
|
77
|
+
$treeview-big-drag-icon-margin: -6px 0px 5px -9px !default;
|
|
78
|
+
$treeview-big-drag-before-icon-padding: 6px !default;
|
|
79
|
+
$treeview-big-check-text-padding: 0 12px !default;
|
|
80
|
+
$treeview-big-check-wrap-width: calc(100% - 29px) !default;
|
|
81
|
+
$treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
82
|
+
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
83
|
+
$treeview-big-icon-wrap-width: calc(100% - 35px) !default;
|
|
84
|
+
$treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
|
|
85
|
+
|
|
86
|
+
$treeview-font-family: $font-family !default;
|
|
87
|
+
$treeview-drag-icon-font-size: $text-xl !default;
|
|
88
|
+
$treeview-drag-icon-padding: 6px !default;
|
|
89
|
+
$treeview-drag-icon-margin: 0 8px 10px -20px;
|
|
90
|
+
$treeview-drag-icon-padding-right: 4px !default;
|
|
91
|
+
$treeview-rtl-drag-margin: 10px -13px -1px 0;
|
|
92
|
+
|
|
93
|
+
$ripple-size: -7px !default;
|
|
94
|
+
$ripple-height: 32px !default;
|
|
95
|
+
$ripple-width: 32px !default;
|
|
96
|
+
|
|
97
|
+
//color variables
|
|
98
|
+
$treeview-icon-color: $icon-color !default;
|
|
99
|
+
$treeview-text-color: $content-text-color !default;
|
|
100
|
+
$treeview-item-border-color: $transparent !default;
|
|
101
|
+
$treeview-item-active-bg: $content-bg-color-selected !default;
|
|
102
|
+
$treeview-icon-active-color: $content-text-color-selected !default;
|
|
103
|
+
$treeview-text-active-color: $content-text-color-selected !default;
|
|
104
|
+
$treeview-item-active-border-color: $content-bg-color-selected !default;
|
|
105
|
+
$treeview-item-hover-bg: $content-bg-color-hover !default;
|
|
106
|
+
$treeview-icon-hover-color: $icon-color-hover !default;
|
|
107
|
+
$treeview-text-hover-color: $content-text-color-hover !default;
|
|
108
|
+
$treeview-item-hover-border-color: $content-bg-color-hover !default;
|
|
109
|
+
$treeview-item-active-hover-bg: $content-bg-color-hover !default;
|
|
110
|
+
$treeview-icon-active-hover-color: $content-text-color-selected !default;
|
|
111
|
+
$treeview-text-active-hover-color: $content-text-color-selected !default;
|
|
112
|
+
$treeview-item-active-hover-border-color: $treeview-item-hover-border-color !default;
|
|
113
|
+
$treeview-text-disable-color: $content-text-color-disabled !default;
|
|
114
|
+
$treeview-icon-disable-color: $icon-color-disabled !default;
|
|
115
|
+
$treeview-drag-line-bg: $primary !default;
|
|
116
|
+
$treeview-drag-line-color: $primary !default;
|
|
117
|
+
$treeview-popup-bg-color: $content-bg-color-hover !default;
|
|
118
|
+
$treeview-popup-border-color: $content-bg-color-hover !default;
|
|
119
|
+
$treeview-drop-count-bg: $primary !default;
|
|
120
|
+
$treeview-drop-count-border: $primary-text-color !default;
|
|
121
|
+
$treeview-drop-count-color: $primary-text-color !default;
|
|
122
|
+
$treeview-drag-item-bg: $content-bg-color-alt3 !default;
|
|
123
|
+
$treeview-drag-item-color: $content-text-color-alt1 !default;
|
|
124
|
+
$treeview-drag-icon-color: $treeview-icon-color !default;
|
|
125
|
+
|
|
126
|
+
$treeview-item-active-hover-bg:$content-bg-color-hover !default;
|
|
127
|
+
|
|
128
|
+
@mixin active-hover-theme {
|
|
129
|
+
@if $skin-name =='tailwind' {
|
|
130
|
+
background-color: $treeview-item-active-hover-bg !important;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
@@ -106,7 +106,7 @@ $treeview-item-hover-bg: $content-bg-color-hover !default;
|
|
|
106
106
|
$treeview-icon-hover-color: $icon-color-hover !default;
|
|
107
107
|
$treeview-text-hover-color: $content-text-color-hover !default;
|
|
108
108
|
$treeview-item-hover-border-color: $content-bg-color-hover !default;
|
|
109
|
-
$treeview-item-active-hover-bg: $content-bg-color-hover !default;
|
|
109
|
+
$treeview-item-active-hover-bg: darken($content-bg-color-hover, 10%) !default;
|
|
110
110
|
$treeview-icon-active-hover-color: $treeview-icon-hover-color !default;
|
|
111
111
|
$treeview-text-active-hover-color: $treeview-text-hover-color !default;
|
|
112
112
|
$treeview-item-active-hover-border-color: $treeview-item-hover-border-color !default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
@include export-module('treeview-bds-icons') {
|
|
2
|
+
|
|
3
|
+
/*! TreeView icons */
|
|
4
|
+
.e-treeview {
|
|
5
|
+
|
|
6
|
+
.e-list-item {
|
|
7
|
+
|
|
8
|
+
div.e-icons::before {
|
|
9
|
+
content: '\e75c';
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-sibling::before {
|
|
14
|
+
content: '';
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.e-popup {
|
|
18
|
+
|
|
19
|
+
.e-icons::before {
|
|
20
|
+
content: '\e76a';
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.e-drag-item {
|
|
25
|
+
|
|
26
|
+
.e-icons.e-drop-in::before {
|
|
27
|
+
content: '\e768';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-icons.e-drop-out::before {
|
|
31
|
+
content: '\e839';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-icons.e-drop-next::before {
|
|
35
|
+
content: '\e736';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-icons.e-no-drop::before {
|
|
39
|
+
content: '\e839';
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
}
|
|
776
776
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
777
777
|
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
778
|
-
background-color: #
|
|
778
|
+
background-color: #353c46;
|
|
779
779
|
border-color: #4b5563;
|
|
780
780
|
}
|
|
781
781
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
}
|
|
823
823
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
824
824
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
825
|
-
background-color: #
|
|
825
|
+
background-color: #353c46;
|
|
826
826
|
border-color: #4b5563;
|
|
827
827
|
}
|
|
828
828
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */
|
|
2
|
+
$vscroll-skin: $skin-name !default;
|
|
3
|
+
$vscroll-nav-nrml-height: 38px !default;
|
|
4
|
+
$vscroll-hover-font: $content-text-color-alt2 !default;
|
|
5
|
+
$vscroll-active-font-color: $content-text-color-alt2 !default;
|
|
6
|
+
$vscroll-border-size: 1px !default;
|
|
7
|
+
$vscroll-border-type: solid !default;
|
|
8
|
+
|
|
9
|
+
$vscroll-default-bg: $content-bg-color-alt2 !default;
|
|
10
|
+
$vscroll-nav-nrml-minheight: 38px !default;
|
|
11
|
+
$vscroll-nav-bgr-minheight: 48px !default;
|
|
12
|
+
$vscroll-nav-nrml-width: 28px !default;
|
|
13
|
+
$vscroll-nav-bgr-width: 48px !default;
|
|
14
|
+
$vscroll-nrml-padding: 0 $vscroll-nav-nrml-width !default;
|
|
15
|
+
$vscroll-bgr-padding: $vscroll-nav-bgr-width 0 !default;
|
|
16
|
+
$vscroll-box-shadow: none !default;
|
|
17
|
+
$vscroll-overlay-opacity: .5 !default;
|
|
18
|
+
$vscroll-overlay-bg: $content-bg-color-alt2 !default;
|
|
19
|
+
$vscroll-overlay-start: rgba($vscroll-overlay-bg, 0) !default;
|
|
20
|
+
$vscroll-overlay-end: rgba($vscroll-overlay-bg, 1) !default;
|
|
21
|
+
$vscroll-right-bg: linear-gradient(-270deg, $vscroll-overlay-start 0%, $vscroll-overlay-end 100%) !default;
|
|
22
|
+
$vscroll-left-bg: linear-gradient(-270deg, $vscroll-overlay-end 0%, $vscroll-overlay-start 100%) !default;
|
|
23
|
+
|
|
24
|
+
$vscroll-device-arrow-box-shadow: $shadow !default;
|
|
25
|
+
$vscroll-device-arrow-rtl-box-shadow: $shadow !default;
|
|
26
|
+
$vscroll-device-arrow-bg: $content-bg-color-alt2 !default;
|
|
27
|
+
$vscroll-device-arrow-border-size: 1px !default;
|
|
28
|
+
$vscroll-device-arrow-border-color: $icon-color !default;
|
|
29
|
+
$vscroll-device-arrow-color: $icon-color !default;
|
|
30
|
+
$vscroll-device-arrow-size: 14px !default;
|
|
31
|
+
$vscroll-device-arrow-width: 48px !default;
|
|
32
|
+
|
|
33
|
+
$vscroll-default-icon-color: $icon-color !default;
|
|
34
|
+
$vscroll-hover-bg: $content-bg-color-alt3 !default;
|
|
35
|
+
$vscroll-press-bg: $content-bg-color-alt3 !default;
|
|
36
|
+
$vscroll-default-border: $icon-color !default;
|
|
37
|
+
$vscroll-focus-border: 0 !default;
|
|
38
|
+
$vscroll-active-border: 0 !default;
|
|
39
|
+
$vscroll-hover-border: 0 !default;
|
|
40
|
+
$vscroll-hover-border-color: transparent !default;
|
|
41
|
+
$vscroll-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
42
|
+
|
|
43
|
+
@mixin vscroll-btn-animation {
|
|
44
|
+
content: '';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@mixin vscroll-btn-animation-after {
|
|
48
|
+
content: '';
|
|
49
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@include export-module('vscroll-bds-icons') {
|
|
2
|
+
|
|
3
|
+
/*! vscroll icons */
|
|
4
|
+
#{&}.e-vscroll {
|
|
5
|
+
|
|
6
|
+
&.e-scroll-device {
|
|
7
|
+
|
|
8
|
+
.e-nav-up-arrow::before {
|
|
9
|
+
content: '\e7dd';
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-nav-down-arrow::before {
|
|
13
|
+
content: '\e734';
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.e-nav-up-arrow::before {
|
|
18
|
+
content: '\e776';
|
|
19
|
+
line-height: normal;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-nav-down-arrow::before {
|
|
23
|
+
content: '\e729';
|
|
24
|
+
line-height: normal;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|