@syncfusion/ej2-vue-navigations 20.1.47 → 20.1.48
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 +2 -25
- package/README.md +2 -17
- package/dist/ej2-vue-navigations.umd.min.js +2 -2
- package/dist/es6/ej2-vue-navigations.es2015.js +92 -373
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +109 -411
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/dist/global/ej2-vue-navigations.min.js +2 -2
- package/package.json +15 -11
- package/src/accordion/accordion.component.d.ts +1 -1
- package/src/accordion/accordion.component.js +1 -1
- package/src/index.d.ts +0 -2
- package/src/index.js +0 -2
- package/styles/accordion/bootstrap-dark.css +63 -48
- package/styles/accordion/bootstrap.css +63 -48
- package/styles/accordion/bootstrap4.css +63 -48
- package/styles/accordion/bootstrap5-dark.css +66 -51
- package/styles/accordion/bootstrap5.css +66 -51
- package/styles/accordion/fabric-dark.css +65 -50
- package/styles/accordion/fabric.css +65 -50
- package/styles/accordion/highcontrast-light.css +64 -49
- package/styles/accordion/highcontrast.css +64 -49
- package/styles/accordion/material-dark.css +64 -49
- package/styles/accordion/material.css +64 -49
- package/styles/accordion/tailwind-dark.css +67 -52
- package/styles/accordion/tailwind.css +67 -52
- package/styles/bootstrap-dark.css +69 -310
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.css +69 -310
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.css +69 -310
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.css +171 -415
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.css +171 -415
- package/styles/bootstrap5.scss +0 -1
- package/styles/breadcrumb/bootstrap-dark.css +2 -10
- package/styles/breadcrumb/bootstrap.css +2 -10
- package/styles/breadcrumb/bootstrap4.css +2 -10
- package/styles/breadcrumb/bootstrap5-dark.css +4 -12
- package/styles/breadcrumb/bootstrap5.css +4 -12
- package/styles/breadcrumb/fabric-dark.css +4 -10
- package/styles/breadcrumb/fabric.css +4 -10
- package/styles/breadcrumb/highcontrast-light.css +4 -10
- package/styles/breadcrumb/highcontrast.css +4 -10
- package/styles/breadcrumb/material-dark.css +2 -10
- package/styles/breadcrumb/material.css +2 -10
- package/styles/breadcrumb/tailwind-dark.css +4 -21
- package/styles/breadcrumb/tailwind.css +10 -27
- package/styles/context-menu/bootstrap-dark.css +0 -5
- package/styles/context-menu/bootstrap.css +0 -5
- package/styles/context-menu/bootstrap4.css +0 -5
- package/styles/context-menu/bootstrap5-dark.css +8 -16
- package/styles/context-menu/bootstrap5.css +8 -16
- package/styles/context-menu/fabric-dark.css +0 -5
- package/styles/context-menu/fabric.css +0 -5
- package/styles/context-menu/highcontrast-light.css +0 -5
- package/styles/context-menu/highcontrast.css +0 -5
- package/styles/context-menu/material-dark.css +0 -5
- package/styles/context-menu/material.css +0 -5
- package/styles/context-menu/tailwind-dark.css +4 -11
- package/styles/context-menu/tailwind.css +4 -11
- package/styles/fabric-dark.css +73 -312
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric.css +73 -312
- package/styles/fabric.scss +0 -1
- package/styles/h-scroll/bootstrap-dark.css +1 -0
- package/styles/h-scroll/bootstrap.css +1 -0
- package/styles/h-scroll/bootstrap4.css +1 -0
- package/styles/h-scroll/bootstrap5-dark.css +11 -10
- package/styles/h-scroll/bootstrap5.css +11 -10
- package/styles/h-scroll/fabric-dark.css +1 -0
- package/styles/h-scroll/fabric.css +1 -0
- package/styles/h-scroll/highcontrast-light.css +1 -0
- package/styles/h-scroll/highcontrast.css +1 -0
- package/styles/h-scroll/material-dark.css +4 -3
- package/styles/h-scroll/material.css +1 -0
- package/styles/h-scroll/tailwind-dark.css +9 -8
- package/styles/h-scroll/tailwind.css +9 -8
- package/styles/highcontrast-light.css +72 -311
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast.css +73 -312
- package/styles/highcontrast.scss +0 -1
- package/styles/material-dark.css +73 -314
- package/styles/material-dark.scss +0 -1
- package/styles/material.css +70 -311
- package/styles/material.scss +0 -1
- package/styles/menu/bootstrap-dark.css +2 -1
- package/styles/menu/bootstrap.css +2 -1
- package/styles/menu/bootstrap4.css +2 -1
- package/styles/menu/bootstrap5-dark.css +24 -23
- package/styles/menu/bootstrap5.css +24 -23
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/material-dark.css +2 -1
- package/styles/menu/material.css +2 -1
- package/styles/menu/tailwind-dark.css +18 -18
- package/styles/menu/tailwind.css +18 -18
- package/styles/sidebar/bootstrap-dark.css +0 -4
- package/styles/sidebar/bootstrap.css +0 -4
- package/styles/sidebar/bootstrap4.css +0 -4
- package/styles/sidebar/bootstrap5-dark.css +0 -4
- package/styles/sidebar/bootstrap5.css +0 -4
- package/styles/sidebar/fabric-dark.css +0 -4
- package/styles/sidebar/fabric.css +0 -4
- package/styles/sidebar/highcontrast-light.css +0 -4
- package/styles/sidebar/highcontrast.css +0 -4
- package/styles/sidebar/material-dark.css +0 -4
- package/styles/sidebar/material.css +0 -4
- package/styles/sidebar/tailwind-dark.css +0 -4
- package/styles/sidebar/tailwind.css +0 -4
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +23 -23
- package/styles/tab/bootstrap5.css +23 -23
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +2 -2
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +45 -43
- package/styles/tab/tailwind.css +45 -43
- package/styles/tailwind-dark.css +171 -422
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind.css +177 -428
- package/styles/tailwind.scss +0 -1
- package/styles/toolbar/bootstrap-dark.css +0 -4
- package/styles/toolbar/bootstrap.css +0 -4
- package/styles/toolbar/bootstrap4.css +0 -4
- package/styles/toolbar/bootstrap5-dark.css +31 -35
- package/styles/toolbar/bootstrap5.css +31 -35
- package/styles/toolbar/fabric-dark.css +0 -4
- package/styles/toolbar/fabric.css +0 -4
- package/styles/toolbar/highcontrast-light.css +0 -4
- package/styles/toolbar/highcontrast.css +0 -4
- package/styles/toolbar/material-dark.css +0 -4
- package/styles/toolbar/material.css +0 -4
- package/styles/toolbar/tailwind-dark.css +6 -10
- package/styles/toolbar/tailwind.css +6 -10
- package/styles/treeview/bootstrap5-dark.css +4 -4
- package/styles/treeview/bootstrap5.css +4 -4
- package/styles/treeview/tailwind-dark.css +14 -13
- package/styles/treeview/tailwind.css +14 -13
- package/styles/v-scroll/tailwind-dark.css +4 -4
- package/styles/v-scroll/tailwind.css +4 -4
- package/carousel.d.ts +0 -4
- package/carousel.js +0 -4
- package/src/carousel/carousel.component.d.ts +0 -43
- package/src/carousel/carousel.component.js +0 -202
- package/src/carousel/index.d.ts +0 -2
- package/src/carousel/index.js +0 -2
- package/src/carousel/items.directive.d.ts +0 -33
- package/src/carousel/items.directive.js +0 -110
- package/styles/accordion/fluent-dark.css +0 -395
- package/styles/accordion/fluent-dark.scss +0 -1
- package/styles/accordion/fluent.css +0 -395
- package/styles/accordion/fluent.scss +0 -1
- package/styles/breadcrumb/fluent-dark.css +0 -444
- package/styles/breadcrumb/fluent-dark.scss +0 -1
- package/styles/breadcrumb/fluent.css +0 -444
- package/styles/breadcrumb/fluent.scss +0 -1
- package/styles/carousel/bootstrap-dark.css +0 -236
- package/styles/carousel/bootstrap-dark.scss +0 -1
- package/styles/carousel/bootstrap.css +0 -236
- package/styles/carousel/bootstrap.scss +0 -1
- package/styles/carousel/bootstrap4.css +0 -236
- package/styles/carousel/bootstrap4.scss +0 -1
- package/styles/carousel/bootstrap5-dark.css +0 -236
- package/styles/carousel/bootstrap5-dark.scss +0 -1
- package/styles/carousel/bootstrap5.css +0 -236
- package/styles/carousel/bootstrap5.scss +0 -1
- package/styles/carousel/fabric-dark.css +0 -236
- package/styles/carousel/fabric-dark.scss +0 -1
- package/styles/carousel/fabric.css +0 -236
- package/styles/carousel/fabric.scss +0 -1
- package/styles/carousel/fluent-dark.css +0 -236
- package/styles/carousel/fluent-dark.scss +0 -1
- package/styles/carousel/fluent.css +0 -236
- package/styles/carousel/fluent.scss +0 -1
- package/styles/carousel/highcontrast-light.css +0 -236
- package/styles/carousel/highcontrast-light.scss +0 -1
- package/styles/carousel/highcontrast.css +0 -236
- package/styles/carousel/highcontrast.scss +0 -1
- package/styles/carousel/material-dark.css +0 -237
- package/styles/carousel/material-dark.scss +0 -1
- package/styles/carousel/material.css +0 -237
- package/styles/carousel/material.scss +0 -1
- package/styles/carousel/tailwind-dark.css +0 -237
- package/styles/carousel/tailwind-dark.scss +0 -1
- package/styles/carousel/tailwind.css +0 -237
- package/styles/carousel/tailwind.scss +0 -1
- package/styles/context-menu/fluent-dark.css +0 -388
- package/styles/context-menu/fluent-dark.scss +0 -1
- package/styles/context-menu/fluent.css +0 -388
- package/styles/context-menu/fluent.scss +0 -1
- package/styles/fluent-dark.css +0 -10263
- package/styles/fluent-dark.scss +0 -11
- package/styles/fluent.css +0 -10263
- package/styles/fluent.scss +0 -11
- package/styles/h-scroll/fluent-dark.css +0 -326
- package/styles/h-scroll/fluent-dark.scss +0 -1
- package/styles/h-scroll/fluent.css +0 -326
- package/styles/h-scroll/fluent.scss +0 -1
- package/styles/menu/fluent-dark.css +0 -1261
- package/styles/menu/fluent-dark.scss +0 -1
- package/styles/menu/fluent.css +0 -1261
- package/styles/menu/fluent.scss +0 -1
- package/styles/sidebar/fluent-dark.css +0 -158
- package/styles/sidebar/fluent-dark.scss +0 -1
- package/styles/sidebar/fluent.css +0 -158
- package/styles/sidebar/fluent.scss +0 -1
- package/styles/tab/fluent-dark.css +0 -4394
- package/styles/tab/fluent-dark.scss +0 -1
- package/styles/tab/fluent.css +0 -4394
- package/styles/tab/fluent.scss +0 -1
- package/styles/toolbar/fluent-dark.css +0 -1365
- package/styles/toolbar/fluent-dark.scss +0 -1
- package/styles/toolbar/fluent.css +0 -1365
- package/styles/toolbar/fluent.scss +0 -1
- package/styles/treeview/fluent-dark.css +0 -1039
- package/styles/treeview/fluent-dark.scss +0 -1
- package/styles/treeview/fluent.css +0 -1039
- package/styles/treeview/fluent.scss +0 -1
- package/styles/v-scroll/fluent-dark.css +0 -247
- package/styles/v-scroll/fluent-dark.scss +0 -1
- package/styles/v-scroll/fluent.css +0 -247
- package/styles/v-scroll/fluent.scss +0 -1
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
.e-treeview .e-checkbox-wrapper {
|
|
472
|
-
margin: 0 0 0
|
|
472
|
+
margin: 0 0 0 8px;
|
|
473
473
|
pointer-events: all;
|
|
474
474
|
position: relative;
|
|
475
475
|
}
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
654
|
-
padding: 0 0 0
|
|
654
|
+
padding: 0 0 0 8px;
|
|
655
655
|
}
|
|
656
656
|
|
|
657
657
|
.e-treeview .e-navigable .e-list-icon,
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
719
|
-
padding: 0
|
|
719
|
+
padding: 0 8px 0 0;
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
}
|
|
739
739
|
|
|
740
740
|
.e-treeview.e-rtl .e-checkbox-wrapper {
|
|
741
|
-
margin: 0
|
|
741
|
+
margin: 0 8px 0 0;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
.e-treeview .e-checkbox-wrapper {
|
|
472
|
-
margin: 0 0 0
|
|
472
|
+
margin: 0 0 0 8px;
|
|
473
473
|
pointer-events: all;
|
|
474
474
|
position: relative;
|
|
475
475
|
}
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
654
|
-
padding: 0 0 0
|
|
654
|
+
padding: 0 0 0 8px;
|
|
655
655
|
}
|
|
656
656
|
|
|
657
657
|
.e-treeview .e-navigable .e-list-icon,
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
719
|
-
padding: 0
|
|
719
|
+
padding: 0 8px 0 0;
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
}
|
|
739
739
|
|
|
740
740
|
.e-treeview.e-rtl .e-checkbox-wrapper {
|
|
741
|
-
margin: 0
|
|
741
|
+
margin: 0 8px 0 0;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
3
3
|
/*! TreeView icons */
|
|
4
4
|
.e-treeview .e-list-item div.e-icons::before {
|
|
5
|
-
content: '\
|
|
5
|
+
content: '\e707';
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-treeview .e-sibling::before {
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-treeview.e-drag-item .e-icons.e-drop-in::before {
|
|
17
|
-
content: '\
|
|
17
|
+
content: '\e783';
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-treeview.e-drag-item .e-icons.e-drop-out::before {
|
|
21
|
-
content: '\
|
|
21
|
+
content: '\e77e';
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.e-treeview.e-drag-item .e-icons.e-drop-next::before {
|
|
25
|
-
content: '\
|
|
25
|
+
content: '\e7a9';
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.e-treeview.e-drag-item .e-icons.e-no-drop::before {
|
|
29
|
-
content: '\
|
|
29
|
+
content: '\e77e';
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
@keyframes rotation {
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
193
193
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
194
|
-
margin: 0 0 0
|
|
194
|
+
margin: 0 0 0 12px;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-text,
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
|
|
304
304
|
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,
|
|
305
305
|
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper {
|
|
306
|
-
margin: 0
|
|
306
|
+
margin: 0 12px 0 0;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
.e-treeview .e-list-item.e-active {
|
|
396
|
-
font-weight:
|
|
396
|
+
font-weight: 500;
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
.e-treeview .e-list-item div.e-icons.interaction {
|
|
@@ -416,6 +416,7 @@
|
|
|
416
416
|
|
|
417
417
|
.e-treeview .e-list-item {
|
|
418
418
|
list-style: none;
|
|
419
|
+
padding: 2px 0;
|
|
419
420
|
}
|
|
420
421
|
|
|
421
422
|
.e-treeview .e-list-item .e-ul {
|
|
@@ -473,7 +474,7 @@
|
|
|
473
474
|
}
|
|
474
475
|
|
|
475
476
|
.e-treeview .e-checkbox-wrapper {
|
|
476
|
-
margin: 0 0 0
|
|
477
|
+
margin: 0 0 0 8px;
|
|
477
478
|
pointer-events: all;
|
|
478
479
|
position: relative;
|
|
479
480
|
}
|
|
@@ -509,7 +510,7 @@
|
|
|
509
510
|
|
|
510
511
|
.e-treeview .e-list-text .e-input-group {
|
|
511
512
|
height: 30px;
|
|
512
|
-
margin-
|
|
513
|
+
margin-top: 3px;
|
|
513
514
|
min-width: 150px;
|
|
514
515
|
vertical-align: bottom;
|
|
515
516
|
}
|
|
@@ -655,7 +656,7 @@
|
|
|
655
656
|
}
|
|
656
657
|
|
|
657
658
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
658
|
-
padding: 0 0 0
|
|
659
|
+
padding: 0 0 0 8px;
|
|
659
660
|
}
|
|
660
661
|
|
|
661
662
|
.e-treeview .e-navigable .e-list-icon,
|
|
@@ -717,7 +718,7 @@
|
|
|
717
718
|
}
|
|
718
719
|
|
|
719
720
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
720
|
-
padding: 0
|
|
721
|
+
padding: 0 8px 0 0;
|
|
721
722
|
}
|
|
722
723
|
|
|
723
724
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
@@ -739,7 +740,7 @@
|
|
|
739
740
|
}
|
|
740
741
|
|
|
741
742
|
.e-treeview.e-rtl .e-checkbox-wrapper {
|
|
742
|
-
margin: 0
|
|
743
|
+
margin: 0 8px 0 0;
|
|
743
744
|
}
|
|
744
745
|
|
|
745
746
|
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
3
3
|
/*! TreeView icons */
|
|
4
4
|
.e-treeview .e-list-item div.e-icons::before {
|
|
5
|
-
content: '\
|
|
5
|
+
content: '\e707';
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-treeview .e-sibling::before {
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-treeview.e-drag-item .e-icons.e-drop-in::before {
|
|
17
|
-
content: '\
|
|
17
|
+
content: '\e783';
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-treeview.e-drag-item .e-icons.e-drop-out::before {
|
|
21
|
-
content: '\
|
|
21
|
+
content: '\e77e';
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.e-treeview.e-drag-item .e-icons.e-drop-next::before {
|
|
25
|
-
content: '\
|
|
25
|
+
content: '\e7a9';
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.e-treeview.e-drag-item .e-icons.e-no-drop::before {
|
|
29
|
-
content: '\
|
|
29
|
+
content: '\e77e';
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
@keyframes rotation {
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
193
193
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
194
|
-
margin: 0 0 0
|
|
194
|
+
margin: 0 0 0 12px;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-text,
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
|
|
304
304
|
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,
|
|
305
305
|
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper {
|
|
306
|
-
margin: 0
|
|
306
|
+
margin: 0 12px 0 0;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
.e-treeview .e-list-item.e-active {
|
|
396
|
-
font-weight:
|
|
396
|
+
font-weight: 500;
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
.e-treeview .e-list-item div.e-icons.interaction {
|
|
@@ -416,6 +416,7 @@
|
|
|
416
416
|
|
|
417
417
|
.e-treeview .e-list-item {
|
|
418
418
|
list-style: none;
|
|
419
|
+
padding: 2px 0;
|
|
419
420
|
}
|
|
420
421
|
|
|
421
422
|
.e-treeview .e-list-item .e-ul {
|
|
@@ -473,7 +474,7 @@
|
|
|
473
474
|
}
|
|
474
475
|
|
|
475
476
|
.e-treeview .e-checkbox-wrapper {
|
|
476
|
-
margin: 0 0 0
|
|
477
|
+
margin: 0 0 0 8px;
|
|
477
478
|
pointer-events: all;
|
|
478
479
|
position: relative;
|
|
479
480
|
}
|
|
@@ -509,7 +510,7 @@
|
|
|
509
510
|
|
|
510
511
|
.e-treeview .e-list-text .e-input-group {
|
|
511
512
|
height: 30px;
|
|
512
|
-
margin-
|
|
513
|
+
margin-top: 3px;
|
|
513
514
|
min-width: 150px;
|
|
514
515
|
vertical-align: bottom;
|
|
515
516
|
}
|
|
@@ -655,7 +656,7 @@
|
|
|
655
656
|
}
|
|
656
657
|
|
|
657
658
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
658
|
-
padding: 0 0 0
|
|
659
|
+
padding: 0 0 0 8px;
|
|
659
660
|
}
|
|
660
661
|
|
|
661
662
|
.e-treeview .e-navigable .e-list-icon,
|
|
@@ -717,7 +718,7 @@
|
|
|
717
718
|
}
|
|
718
719
|
|
|
719
720
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
720
|
-
padding: 0
|
|
721
|
+
padding: 0 8px 0 0;
|
|
721
722
|
}
|
|
722
723
|
|
|
723
724
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
@@ -739,7 +740,7 @@
|
|
|
739
740
|
}
|
|
740
741
|
|
|
741
742
|
.e-treeview.e-rtl .e-checkbox-wrapper {
|
|
742
|
-
margin: 0
|
|
743
|
+
margin: 0 8px 0 0;
|
|
743
744
|
}
|
|
744
745
|
|
|
745
746
|
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
/*! component's theme wise override definitions and variables */
|
|
3
3
|
/*! vscroll icons */
|
|
4
4
|
.e-vscroll.e-scroll-device .e-nav-up-arrow::before {
|
|
5
|
-
content: '\
|
|
5
|
+
content: '\e7a0';
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-vscroll.e-scroll-device .e-nav-down-arrow::before {
|
|
9
|
-
content: '\
|
|
9
|
+
content: '\e7b3';
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.e-vscroll .e-nav-up-arrow::before {
|
|
13
|
-
content: '\
|
|
13
|
+
content: '\e7a0';
|
|
14
14
|
line-height: normal;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.e-vscroll .e-nav-down-arrow::before {
|
|
18
|
-
content: '\
|
|
18
|
+
content: '\e7b3';
|
|
19
19
|
line-height: normal;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
/*! component's theme wise override definitions and variables */
|
|
3
3
|
/*! vscroll icons */
|
|
4
4
|
.e-vscroll.e-scroll-device .e-nav-up-arrow::before {
|
|
5
|
-
content: '\
|
|
5
|
+
content: '\e7a0';
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-vscroll.e-scroll-device .e-nav-down-arrow::before {
|
|
9
|
-
content: '\
|
|
9
|
+
content: '\e7b3';
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.e-vscroll .e-nav-up-arrow::before {
|
|
13
|
-
content: '\
|
|
13
|
+
content: '\e7a0';
|
|
14
14
|
line-height: normal;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.e-vscroll .e-nav-down-arrow::before {
|
|
18
|
-
content: '\
|
|
18
|
+
content: '\e7b3';
|
|
19
19
|
line-height: normal;
|
|
20
20
|
}
|
|
21
21
|
|
package/carousel.d.ts
DELETED
package/carousel.js
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ComponentBase } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
export declare const properties: string[];
|
|
3
|
-
export declare const modelProps: string[];
|
|
4
|
-
export declare const testProp: any;
|
|
5
|
-
export declare const props: any;
|
|
6
|
-
export declare const watch: any;
|
|
7
|
-
export declare const emitProbs: any;
|
|
8
|
-
export declare const isExecute: any;
|
|
9
|
-
/**
|
|
10
|
-
* Represents the VueJS Carousel Component.
|
|
11
|
-
* ```html
|
|
12
|
-
* <ejs-carousel :items='carouselItems'></ejs-carousel>
|
|
13
|
-
* ```
|
|
14
|
-
*/
|
|
15
|
-
export declare class CarouselComponent extends ComponentBase {
|
|
16
|
-
ej2Instances: any;
|
|
17
|
-
propKeys: string[];
|
|
18
|
-
models: string[];
|
|
19
|
-
hasChildDirective: boolean;
|
|
20
|
-
protected hasInjectedModules: boolean;
|
|
21
|
-
tagMapper: {
|
|
22
|
-
[key: string]: Object;
|
|
23
|
-
};
|
|
24
|
-
tagNameMapper: Object;
|
|
25
|
-
isVue3: boolean;
|
|
26
|
-
templateCollection: any;
|
|
27
|
-
constructor();
|
|
28
|
-
clearTemplate(templateNames?: string[]): any;
|
|
29
|
-
setProperties(prop: any, muteOnChange: boolean): void;
|
|
30
|
-
trigger(eventName: string, eventProp: {
|
|
31
|
-
[key: string]: Object;
|
|
32
|
-
}, successHandler?: Function): void;
|
|
33
|
-
render(createElement: any): any;
|
|
34
|
-
custom(): void;
|
|
35
|
-
next(): void;
|
|
36
|
-
pause(): void;
|
|
37
|
-
play(): void;
|
|
38
|
-
prev(): void;
|
|
39
|
-
}
|
|
40
|
-
export declare const CarouselPlugin: {
|
|
41
|
-
name: string;
|
|
42
|
-
install(Vue: any): void;
|
|
43
|
-
};
|
|
@@ -1,202 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
14
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
-
};
|
|
20
|
-
import { isUndefined } from '@syncfusion/ej2-base';
|
|
21
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
22
|
-
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
|
-
import { Carousel } from '@syncfusion/ej2-navigations';
|
|
24
|
-
import { CarouselItemsDirective, CarouselItemDirective, CarouselItemsPlugin, CarouselItemPlugin } from './items.directive';
|
|
25
|
-
import { Options } from 'vue-class-component';
|
|
26
|
-
export var properties = ['isLazyUpdate', 'animation', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width', 'slideChanged', 'slideChanging'];
|
|
27
|
-
export var modelProps = ['selectedIndex'];
|
|
28
|
-
export var testProp = getProps({ props: properties });
|
|
29
|
-
export var props = testProp[0];
|
|
30
|
-
export var watch = testProp[1];
|
|
31
|
-
export var emitProbs = Object.keys(watch);
|
|
32
|
-
emitProbs.push('modelchanged');
|
|
33
|
-
for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
34
|
-
var props_1 = modelProps_1[_i];
|
|
35
|
-
emitProbs.push('update:' + props_1);
|
|
36
|
-
}
|
|
37
|
-
export var isExecute = gh ? false : true;
|
|
38
|
-
/**
|
|
39
|
-
* Represents the VueJS Carousel Component.
|
|
40
|
-
* ```html
|
|
41
|
-
* <ejs-carousel :items='carouselItems'></ejs-carousel>
|
|
42
|
-
* ```
|
|
43
|
-
*/
|
|
44
|
-
var CarouselComponent = /** @class */ (function (_super) {
|
|
45
|
-
__extends(CarouselComponent, _super);
|
|
46
|
-
function CarouselComponent() {
|
|
47
|
-
var _this = _super.call(this, arguments) || this;
|
|
48
|
-
_this.propKeys = properties;
|
|
49
|
-
_this.models = modelProps;
|
|
50
|
-
_this.hasChildDirective = true;
|
|
51
|
-
_this.hasInjectedModules = false;
|
|
52
|
-
_this.tagMapper = { "e-carousel-items": "e-carousel-item" };
|
|
53
|
-
_this.tagNameMapper = { "e-carousel-items": "e-items" };
|
|
54
|
-
_this.isVue3 = !isExecute;
|
|
55
|
-
_this.ej2Instances = new Carousel({});
|
|
56
|
-
_this.ej2Instances._trigger = _this.ej2Instances.trigger;
|
|
57
|
-
_this.ej2Instances.trigger = _this.trigger;
|
|
58
|
-
_this.bindProperties();
|
|
59
|
-
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
60
|
-
_this.ej2Instances.setProperties = _this.setProperties;
|
|
61
|
-
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
62
|
-
_this.updated = _this.updated;
|
|
63
|
-
return _this;
|
|
64
|
-
}
|
|
65
|
-
CarouselComponent.prototype.clearTemplate = function (templateNames) {
|
|
66
|
-
if (!templateNames) {
|
|
67
|
-
templateNames = Object.keys(this.templateCollection || {});
|
|
68
|
-
}
|
|
69
|
-
if (templateNames.length && this.templateCollection) {
|
|
70
|
-
for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {
|
|
71
|
-
var tempName = templateNames_1[_i];
|
|
72
|
-
var elementCollection = this.templateCollection[tempName];
|
|
73
|
-
if (elementCollection && elementCollection.length) {
|
|
74
|
-
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
75
|
-
var ele = elementCollection_1[_a];
|
|
76
|
-
var destroy = getValue('__vue__.$destroy', ele);
|
|
77
|
-
if (destroy) {
|
|
78
|
-
ele.__vue__.$destroy();
|
|
79
|
-
}
|
|
80
|
-
if (ele.innerHTML) {
|
|
81
|
-
ele.innerHTML = '';
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
delete this.templateCollection[tempName];
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
CarouselComponent.prototype.setProperties = function (prop, muteOnChange) {
|
|
90
|
-
var _this = this;
|
|
91
|
-
if (this.isVue3) {
|
|
92
|
-
this.models = !this.models ? this.ej2Instances.referModels : this.models;
|
|
93
|
-
}
|
|
94
|
-
if (this.ej2Instances && this.ej2Instances._setProperties) {
|
|
95
|
-
this.ej2Instances._setProperties(prop, muteOnChange);
|
|
96
|
-
}
|
|
97
|
-
if (prop && this.models && this.models.length) {
|
|
98
|
-
Object.keys(prop).map(function (key) {
|
|
99
|
-
_this.models.map(function (model) {
|
|
100
|
-
if ((key === model) && !(/datasource/i.test(key))) {
|
|
101
|
-
if (_this.isVue3) {
|
|
102
|
-
_this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);
|
|
103
|
-
}
|
|
104
|
-
else {
|
|
105
|
-
_this.$emit('update:' + key, prop[key]);
|
|
106
|
-
_this.$emit('modelchanged', prop[key]);
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
});
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
};
|
|
113
|
-
CarouselComponent.prototype.trigger = function (eventName, eventProp, successHandler) {
|
|
114
|
-
if (!isExecute) {
|
|
115
|
-
this.models = !this.models ? this.ej2Instances.referModels : this.models;
|
|
116
|
-
}
|
|
117
|
-
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
|
|
118
|
-
var key = this.models.toString().match(/checked|value/) || [];
|
|
119
|
-
var propKey = key[0];
|
|
120
|
-
if (eventProp && key && !isUndefined(eventProp[propKey])) {
|
|
121
|
-
if (!isExecute) {
|
|
122
|
-
this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
|
|
123
|
-
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
124
|
-
}
|
|
125
|
-
else {
|
|
126
|
-
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
127
|
-
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
128
|
-
this.$emit('modelchanged', eventProp[propKey]);
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {
|
|
134
|
-
var key = this.models.toString().match(/currentView|selectedDate/) || [];
|
|
135
|
-
var propKey = key[0];
|
|
136
|
-
if (eventProp && key && !isUndefined(eventProp[propKey])) {
|
|
137
|
-
if (!isExecute) {
|
|
138
|
-
this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
|
|
139
|
-
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
143
|
-
this.$emit('modelchanged', eventProp[propKey]);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
if ((this.ej2Instances && this.ej2Instances._trigger)) {
|
|
148
|
-
this.ej2Instances._trigger(eventName, eventProp, successHandler);
|
|
149
|
-
}
|
|
150
|
-
};
|
|
151
|
-
CarouselComponent.prototype.render = function (createElement) {
|
|
152
|
-
var h = gh || createElement;
|
|
153
|
-
var slots = null;
|
|
154
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
155
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
156
|
-
}
|
|
157
|
-
return h('div', slots);
|
|
158
|
-
};
|
|
159
|
-
CarouselComponent.prototype.custom = function () {
|
|
160
|
-
this.updated();
|
|
161
|
-
};
|
|
162
|
-
CarouselComponent.prototype.next = function () {
|
|
163
|
-
return this.ej2Instances.next();
|
|
164
|
-
};
|
|
165
|
-
CarouselComponent.prototype.pause = function () {
|
|
166
|
-
return this.ej2Instances.pause();
|
|
167
|
-
};
|
|
168
|
-
CarouselComponent.prototype.play = function () {
|
|
169
|
-
return this.ej2Instances.play();
|
|
170
|
-
};
|
|
171
|
-
CarouselComponent.prototype.prev = function () {
|
|
172
|
-
return this.ej2Instances.prev();
|
|
173
|
-
};
|
|
174
|
-
CarouselComponent = __decorate([
|
|
175
|
-
EJComponentDecorator({
|
|
176
|
-
props: properties,
|
|
177
|
-
model: {
|
|
178
|
-
event: 'modelchanged'
|
|
179
|
-
}
|
|
180
|
-
}, isExecute)
|
|
181
|
-
,Options({
|
|
182
|
-
props: props,
|
|
183
|
-
watch: watch,
|
|
184
|
-
emits: emitProbs,
|
|
185
|
-
provide: function provide() {
|
|
186
|
-
return {
|
|
187
|
-
custom: this.custom
|
|
188
|
-
};
|
|
189
|
-
}
|
|
190
|
-
})
|
|
191
|
-
], CarouselComponent);
|
|
192
|
-
return CarouselComponent;
|
|
193
|
-
}(ComponentBase));
|
|
194
|
-
export { CarouselComponent };
|
|
195
|
-
export var CarouselPlugin = {
|
|
196
|
-
name: 'ejs-carousel',
|
|
197
|
-
install: function (Vue) {
|
|
198
|
-
Vue.component(CarouselPlugin.name, CarouselComponent);
|
|
199
|
-
Vue.component(CarouselItemPlugin.name, CarouselItemDirective);
|
|
200
|
-
Vue.component(CarouselItemsPlugin.name, CarouselItemsDirective);
|
|
201
|
-
}
|
|
202
|
-
};
|
package/src/carousel/index.d.ts
DELETED
package/src/carousel/index.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export declare const isExecute: any;
|
|
2
|
-
declare let vueImport: any;
|
|
3
|
-
export declare class CarouselItemsDirective extends vueImport {
|
|
4
|
-
constructor();
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
7
|
-
getTag(): string;
|
|
8
|
-
}
|
|
9
|
-
export declare const CarouselItemsPlugin: {
|
|
10
|
-
name: string;
|
|
11
|
-
install(Vue: any): void;
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* `e-carousel-item` directive represent a item of the Vue Carousel.
|
|
15
|
-
* It must be contained in a Carousel component(`ejs-carousel`).
|
|
16
|
-
* ```html
|
|
17
|
-
* <ejs-carousel>
|
|
18
|
-
* <e-carousel-items>
|
|
19
|
-
* <e-carousel-item template='itemTemplate'></e-carousel-item>
|
|
20
|
-
* <e-carousel-item template='secondItemTemplate'></e-carousel-item>
|
|
21
|
-
* </e-carousel-items>
|
|
22
|
-
* </ejs-carousel>
|
|
23
|
-
* ```
|
|
24
|
-
*/
|
|
25
|
-
export declare class CarouselItemDirective extends vueImport {
|
|
26
|
-
render(): void;
|
|
27
|
-
getTag(): string;
|
|
28
|
-
}
|
|
29
|
-
export declare const CarouselItemPlugin: {
|
|
30
|
-
name: string;
|
|
31
|
-
install(Vue: any): void;
|
|
32
|
-
};
|
|
33
|
-
export {};
|