@syncfusion/ej2-angular-dropdowns 20.2.50-ngcc → 20.3.47-ngcc
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/@syncfusion/ej2-angular-dropdowns.es5.js +166 -3
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +155 -3
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +10 -127
- package/dist/ej2-angular-dropdowns.umd.js +169 -1
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
- package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
- package/ej2-angular-dropdowns.d.ts +1 -0
- package/ej2-angular-dropdowns.metadata.json +1 -1
- package/package.json +8 -8
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +3 -0
- package/src/mention/mention-all.module.d.ts +5 -0
- package/src/mention/mention.component.d.ts +54 -0
- package/src/mention/mention.module.d.ts +5 -0
- package/styles/auto-complete/bootstrap-dark.css +3 -1
- package/styles/auto-complete/bootstrap.css +3 -1
- package/styles/auto-complete/bootstrap4.css +3 -1
- package/styles/auto-complete/bootstrap5-dark.css +3 -1
- package/styles/auto-complete/bootstrap5.css +3 -1
- package/styles/auto-complete/fabric-dark.css +3 -1
- package/styles/auto-complete/fabric.css +3 -1
- package/styles/auto-complete/fluent-dark.css +3 -1
- package/styles/auto-complete/fluent.css +3 -1
- package/styles/auto-complete/highcontrast-light.css +3 -1
- package/styles/auto-complete/highcontrast.css +3 -1
- package/styles/auto-complete/material-dark.css +3 -1
- package/styles/auto-complete/material.css +3 -1
- package/styles/auto-complete/tailwind-dark.css +3 -1
- package/styles/auto-complete/tailwind.css +3 -1
- package/styles/bootstrap-dark.css +94 -42
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +94 -42
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +95 -42
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +101 -44
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +101 -44
- package/styles/bootstrap5.scss +1 -0
- package/styles/combo-box/bootstrap-dark.css +3 -1
- package/styles/combo-box/bootstrap.css +3 -1
- package/styles/combo-box/bootstrap4.css +3 -1
- package/styles/combo-box/bootstrap5-dark.css +3 -1
- package/styles/combo-box/bootstrap5.css +3 -1
- package/styles/combo-box/fabric-dark.css +3 -1
- package/styles/combo-box/fabric.css +3 -1
- package/styles/combo-box/fluent-dark.css +3 -1
- package/styles/combo-box/fluent.css +3 -1
- package/styles/combo-box/highcontrast-light.css +3 -1
- package/styles/combo-box/highcontrast.css +3 -1
- package/styles/combo-box/material-dark.css +3 -1
- package/styles/combo-box/material.css +3 -1
- package/styles/combo-box/tailwind-dark.css +3 -1
- package/styles/combo-box/tailwind.css +3 -1
- package/styles/drop-down-base/bootstrap-dark.css +42 -1
- package/styles/drop-down-base/bootstrap.css +42 -1
- package/styles/drop-down-base/bootstrap4.css +42 -1
- package/styles/drop-down-base/bootstrap5-dark.css +42 -1
- package/styles/drop-down-base/bootstrap5.css +42 -1
- package/styles/drop-down-base/fabric-dark.css +42 -1
- package/styles/drop-down-base/fabric.css +42 -1
- package/styles/drop-down-base/fluent-dark.css +42 -1
- package/styles/drop-down-base/fluent.css +42 -1
- package/styles/drop-down-base/highcontrast-light.css +42 -1
- package/styles/drop-down-base/highcontrast.css +42 -1
- package/styles/drop-down-base/material-dark.css +42 -1
- package/styles/drop-down-base/material.css +42 -1
- package/styles/drop-down-base/tailwind-dark.css +42 -1
- package/styles/drop-down-base/tailwind.css +42 -1
- package/styles/drop-down-list/bootstrap-dark.css +5 -0
- package/styles/drop-down-list/bootstrap.css +5 -0
- package/styles/drop-down-list/bootstrap4.css +5 -0
- package/styles/drop-down-list/bootstrap5-dark.css +6 -0
- package/styles/drop-down-list/bootstrap5.css +6 -0
- package/styles/drop-down-list/fabric-dark.css +5 -0
- package/styles/drop-down-list/fabric.css +5 -0
- package/styles/drop-down-list/fluent-dark.css +6 -0
- package/styles/drop-down-list/fluent.css +6 -0
- package/styles/drop-down-list/highcontrast-light.css +5 -0
- package/styles/drop-down-list/highcontrast.css +5 -0
- package/styles/drop-down-list/material-dark.css +5 -0
- package/styles/drop-down-list/material.css +5 -0
- package/styles/drop-down-list/tailwind-dark.css +6 -0
- package/styles/drop-down-list/tailwind.css +6 -0
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +5 -0
- package/styles/drop-down-tree/bootstrap5.css +5 -0
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/fluent-dark.css +5 -0
- package/styles/drop-down-tree/fluent.css +5 -0
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/material-dark.css +4 -0
- package/styles/drop-down-tree/material.css +4 -0
- package/styles/drop-down-tree/tailwind-dark.css +5 -0
- package/styles/drop-down-tree/tailwind.css +5 -0
- package/styles/fabric-dark.css +94 -42
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +94 -42
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +101 -44
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +101 -44
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +97 -42
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +97 -42
- package/styles/highcontrast.scss +1 -0
- package/styles/list-box/bootstrap-dark.css +12 -33
- package/styles/list-box/bootstrap.css +14 -35
- package/styles/list-box/bootstrap4.css +14 -35
- package/styles/list-box/bootstrap5-dark.css +15 -36
- package/styles/list-box/bootstrap5.css +15 -36
- package/styles/list-box/fabric-dark.css +12 -33
- package/styles/list-box/fabric.css +14 -35
- package/styles/list-box/fluent-dark.css +15 -36
- package/styles/list-box/fluent.css +15 -36
- package/styles/list-box/highcontrast-light.css +12 -33
- package/styles/list-box/highcontrast.css +14 -35
- package/styles/list-box/material-dark.css +12 -33
- package/styles/list-box/material.css +14 -35
- package/styles/list-box/tailwind-dark.css +15 -36
- package/styles/list-box/tailwind.css +15 -36
- package/styles/material-dark.css +94 -42
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +94 -42
- package/styles/material.scss +1 -0
- package/styles/mention/bootstrap-dark.css +29 -0
- package/styles/mention/bootstrap-dark.scss +1 -0
- package/styles/mention/bootstrap.css +29 -0
- package/styles/mention/bootstrap.scss +1 -0
- package/styles/mention/bootstrap4.css +47 -0
- package/styles/mention/bootstrap4.scss +1 -0
- package/styles/mention/bootstrap5-dark.css +58 -0
- package/styles/mention/bootstrap5-dark.scss +1 -0
- package/styles/mention/bootstrap5.css +58 -0
- package/styles/mention/bootstrap5.scss +1 -0
- package/styles/mention/fabric-dark.css +29 -0
- package/styles/mention/fabric-dark.scss +1 -0
- package/styles/mention/fabric.css +29 -0
- package/styles/mention/fabric.scss +1 -0
- package/styles/mention/fluent-dark.css +58 -0
- package/styles/mention/fluent-dark.scss +1 -0
- package/styles/mention/fluent.css +58 -0
- package/styles/mention/fluent.scss +1 -0
- package/styles/mention/highcontrast-light.css +43 -0
- package/styles/mention/highcontrast-light.scss +1 -0
- package/styles/mention/highcontrast.css +43 -0
- package/styles/mention/highcontrast.scss +1 -0
- package/styles/mention/material-dark.css +29 -0
- package/styles/mention/material-dark.scss +1 -0
- package/styles/mention/material.css +29 -0
- package/styles/mention/material.scss +1 -0
- package/styles/mention/tailwind-dark.css +68 -0
- package/styles/mention/tailwind-dark.scss +1 -0
- package/styles/mention/tailwind.css +68 -0
- package/styles/mention/tailwind.scss +1 -0
- package/styles/multi-select/bootstrap-dark.css +10 -6
- package/styles/multi-select/bootstrap.css +10 -6
- package/styles/multi-select/bootstrap4.css +10 -6
- package/styles/multi-select/bootstrap5-dark.css +11 -6
- package/styles/multi-select/bootstrap5.css +11 -6
- package/styles/multi-select/fabric-dark.css +10 -6
- package/styles/multi-select/fabric.css +10 -6
- package/styles/multi-select/fluent-dark.css +11 -6
- package/styles/multi-select/fluent.css +11 -6
- package/styles/multi-select/highcontrast-light.css +13 -6
- package/styles/multi-select/highcontrast.css +13 -6
- package/styles/multi-select/material-dark.css +10 -6
- package/styles/multi-select/material.css +10 -6
- package/styles/multi-select/tailwind-dark.css +11 -6
- package/styles/multi-select/tailwind.css +11 -6
- package/styles/tailwind-dark.css +102 -44
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +102 -44
- package/styles/tailwind.scss +1 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
@keyframes material-spinner-rotate {
|
|
3
|
+
0% {
|
|
4
|
+
transform: rotate(0);
|
|
5
|
+
}
|
|
6
|
+
100% {
|
|
7
|
+
transform: rotate(360deg);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
@keyframes fabric-spinner-rotate {
|
|
11
|
+
0% {
|
|
12
|
+
transform: rotate(0);
|
|
13
|
+
}
|
|
14
|
+
100% {
|
|
15
|
+
transform: rotate(360deg);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
19
|
+
padding: 0 10px 0 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
23
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
24
|
+
padding: 0 12px 0 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
28
|
+
padding: 0 8px 0 0;
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/bootstrap.scss';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
@keyframes material-spinner-rotate {
|
|
3
|
+
0% {
|
|
4
|
+
transform: rotate(0);
|
|
5
|
+
}
|
|
6
|
+
100% {
|
|
7
|
+
transform: rotate(360deg);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
@keyframes fabric-spinner-rotate {
|
|
11
|
+
0% {
|
|
12
|
+
transform: rotate(0);
|
|
13
|
+
}
|
|
14
|
+
100% {
|
|
15
|
+
transform: rotate(360deg);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
19
|
+
padding: 0 8px 0 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-bigger .e-content.e-dropdownbase {
|
|
23
|
+
padding: 8px 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-content.e-dropdownbase {
|
|
27
|
+
padding: 6px 0;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
31
|
+
font-size: 16px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
35
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
36
|
+
padding: 0 12px 0 0;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
40
|
+
padding: 0 8px 0 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-input-group.e-ddl .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
44
|
+
.e-ddl.e-popup .e-filter-parent .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
45
|
+
.e-ddl.e-popup .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
46
|
+
stroke-width: 1px;
|
|
47
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/bootstrap4.scss';
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
@keyframes material-spinner-rotate {
|
|
4
|
+
0% {
|
|
5
|
+
transform: rotate(0);
|
|
6
|
+
}
|
|
7
|
+
100% {
|
|
8
|
+
transform: rotate(360deg);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes fabric-spinner-rotate {
|
|
12
|
+
0% {
|
|
13
|
+
transform: rotate(0);
|
|
14
|
+
}
|
|
15
|
+
100% {
|
|
16
|
+
transform: rotate(360deg);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.e-dropdownbase .e-list-group-item,
|
|
20
|
+
.e-fixed-head {
|
|
21
|
+
font-size: 12px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
25
|
+
.e-small .e-fixed-head,
|
|
26
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
27
|
+
.e-small.e-fixed-head {
|
|
28
|
+
font-size: 10px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
32
|
+
.e-bigger .e-fixed-head,
|
|
33
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
34
|
+
.e-bigger.e-fixed-head {
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
39
|
+
.e-bigger.e-small .e-fixed-head,
|
|
40
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
41
|
+
.e-bigger.e-small.e-fixed-head {
|
|
42
|
+
font-size: 12px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
46
|
+
padding: 0 8px 0 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
50
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
51
|
+
padding: 0 12px 0 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
55
|
+
padding: 0 6px 0 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/bootstrap5-dark.scss';
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
@keyframes material-spinner-rotate {
|
|
4
|
+
0% {
|
|
5
|
+
transform: rotate(0);
|
|
6
|
+
}
|
|
7
|
+
100% {
|
|
8
|
+
transform: rotate(360deg);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes fabric-spinner-rotate {
|
|
12
|
+
0% {
|
|
13
|
+
transform: rotate(0);
|
|
14
|
+
}
|
|
15
|
+
100% {
|
|
16
|
+
transform: rotate(360deg);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.e-dropdownbase .e-list-group-item,
|
|
20
|
+
.e-fixed-head {
|
|
21
|
+
font-size: 12px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
25
|
+
.e-small .e-fixed-head,
|
|
26
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
27
|
+
.e-small.e-fixed-head {
|
|
28
|
+
font-size: 10px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
32
|
+
.e-bigger .e-fixed-head,
|
|
33
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
34
|
+
.e-bigger.e-fixed-head {
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
39
|
+
.e-bigger.e-small .e-fixed-head,
|
|
40
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
41
|
+
.e-bigger.e-small.e-fixed-head {
|
|
42
|
+
font-size: 12px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
46
|
+
padding: 0 8px 0 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
50
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
51
|
+
padding: 0 12px 0 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
55
|
+
padding: 0 6px 0 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/bootstrap5.scss';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
@keyframes material-spinner-rotate {
|
|
3
|
+
0% {
|
|
4
|
+
transform: rotate(0);
|
|
5
|
+
}
|
|
6
|
+
100% {
|
|
7
|
+
transform: rotate(360deg);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
@keyframes fabric-spinner-rotate {
|
|
11
|
+
0% {
|
|
12
|
+
transform: rotate(0);
|
|
13
|
+
}
|
|
14
|
+
100% {
|
|
15
|
+
transform: rotate(360deg);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
19
|
+
padding: 0 10px 0 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
23
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
24
|
+
padding: 0 12px 0 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
28
|
+
padding: 0 8px 0 0;
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/fabric-dark.scss';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
@keyframes material-spinner-rotate {
|
|
3
|
+
0% {
|
|
4
|
+
transform: rotate(0);
|
|
5
|
+
}
|
|
6
|
+
100% {
|
|
7
|
+
transform: rotate(360deg);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
@keyframes fabric-spinner-rotate {
|
|
11
|
+
0% {
|
|
12
|
+
transform: rotate(0);
|
|
13
|
+
}
|
|
14
|
+
100% {
|
|
15
|
+
transform: rotate(360deg);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
19
|
+
padding: 0 10px 0 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
23
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
24
|
+
padding: 0 12px 0 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
28
|
+
padding: 0 8px 0 0;
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/fabric.scss';
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
@keyframes material-spinner-rotate {
|
|
4
|
+
0% {
|
|
5
|
+
transform: rotate(0);
|
|
6
|
+
}
|
|
7
|
+
100% {
|
|
8
|
+
transform: rotate(360deg);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes fabric-spinner-rotate {
|
|
12
|
+
0% {
|
|
13
|
+
transform: rotate(0);
|
|
14
|
+
}
|
|
15
|
+
100% {
|
|
16
|
+
transform: rotate(360deg);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.e-dropdownbase .e-list-group-item,
|
|
20
|
+
.e-fixed-head {
|
|
21
|
+
font-size: 12px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
25
|
+
.e-small .e-fixed-head,
|
|
26
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
27
|
+
.e-small.e-fixed-head {
|
|
28
|
+
font-size: 10px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
32
|
+
.e-bigger .e-fixed-head,
|
|
33
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
34
|
+
.e-bigger.e-fixed-head {
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
39
|
+
.e-bigger.e-small .e-fixed-head,
|
|
40
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
41
|
+
.e-bigger.e-small.e-fixed-head {
|
|
42
|
+
font-size: 12px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
46
|
+
padding: 0 8px 0 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
50
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
51
|
+
padding: 0 12px 0 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
55
|
+
padding: 0 8px 0 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/fluent-dark.scss';
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
@keyframes material-spinner-rotate {
|
|
4
|
+
0% {
|
|
5
|
+
transform: rotate(0);
|
|
6
|
+
}
|
|
7
|
+
100% {
|
|
8
|
+
transform: rotate(360deg);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes fabric-spinner-rotate {
|
|
12
|
+
0% {
|
|
13
|
+
transform: rotate(0);
|
|
14
|
+
}
|
|
15
|
+
100% {
|
|
16
|
+
transform: rotate(360deg);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.e-dropdownbase .e-list-group-item,
|
|
20
|
+
.e-fixed-head {
|
|
21
|
+
font-size: 12px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
25
|
+
.e-small .e-fixed-head,
|
|
26
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
27
|
+
.e-small.e-fixed-head {
|
|
28
|
+
font-size: 10px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
32
|
+
.e-bigger .e-fixed-head,
|
|
33
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
34
|
+
.e-bigger.e-fixed-head {
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
39
|
+
.e-bigger.e-small .e-fixed-head,
|
|
40
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
41
|
+
.e-bigger.e-small.e-fixed-head {
|
|
42
|
+
font-size: 12px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
46
|
+
padding: 0 8px 0 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
50
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
51
|
+
padding: 0 12px 0 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
55
|
+
padding: 0 8px 0 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/fluent.scss';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
@keyframes material-spinner-rotate {
|
|
3
|
+
0% {
|
|
4
|
+
transform: rotate(0);
|
|
5
|
+
}
|
|
6
|
+
100% {
|
|
7
|
+
transform: rotate(360deg);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
@keyframes fabric-spinner-rotate {
|
|
11
|
+
0% {
|
|
12
|
+
transform: rotate(0);
|
|
13
|
+
}
|
|
14
|
+
100% {
|
|
15
|
+
transform: rotate(360deg);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
19
|
+
padding: 0 10px 0 0;
|
|
20
|
+
}
|
|
21
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
22
|
+
padding: 0 12px 0 0;
|
|
23
|
+
}
|
|
24
|
+
.e-dropdownbase .e-list-item:not(.e-active).e-hover {
|
|
25
|
+
border: 2px solid #000;
|
|
26
|
+
}
|
|
27
|
+
.e-dropdownbase .e-list-item:not(.e-active):not(.e-hover):not(.e-item-focus) {
|
|
28
|
+
border: 2px solid #fff;
|
|
29
|
+
}
|
|
30
|
+
.e-dropdownbase .e-list-item.e-active {
|
|
31
|
+
border: 2px solid #400074;
|
|
32
|
+
}
|
|
33
|
+
.e-dropdownbase .e-list-item.e-item-focus {
|
|
34
|
+
border: 2px solid #ecf;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
38
|
+
padding: 0 8px 0 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
42
|
+
padding: 0 12px 0 0;
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/highcontrast-light.scss';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
@keyframes material-spinner-rotate {
|
|
3
|
+
0% {
|
|
4
|
+
transform: rotate(0);
|
|
5
|
+
}
|
|
6
|
+
100% {
|
|
7
|
+
transform: rotate(360deg);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
@keyframes fabric-spinner-rotate {
|
|
11
|
+
0% {
|
|
12
|
+
transform: rotate(0);
|
|
13
|
+
}
|
|
14
|
+
100% {
|
|
15
|
+
transform: rotate(360deg);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
19
|
+
padding: 0 10px 0 0;
|
|
20
|
+
}
|
|
21
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
22
|
+
padding: 0 12px 0 0;
|
|
23
|
+
}
|
|
24
|
+
.e-dropdownbase .e-list-item:not(.e-active).e-hover {
|
|
25
|
+
border: 2px solid #fff;
|
|
26
|
+
}
|
|
27
|
+
.e-dropdownbase .e-list-item:not(.e-active):not(.e-hover):not(.e-item-focus) {
|
|
28
|
+
border: 2px solid #000;
|
|
29
|
+
}
|
|
30
|
+
.e-dropdownbase .e-list-item.e-active {
|
|
31
|
+
border: 2px solid #ffd939;
|
|
32
|
+
}
|
|
33
|
+
.e-dropdownbase .e-list-item.e-item-focus {
|
|
34
|
+
border: 2px solid #685708;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
38
|
+
padding: 0 8px 0 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
42
|
+
padding: 0 12px 0 0;
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/highcontrast.scss';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
@keyframes material-spinner-rotate {
|
|
4
|
+
0% {
|
|
5
|
+
transform: rotate(0deg);
|
|
6
|
+
}
|
|
7
|
+
100% {
|
|
8
|
+
transform: rotate(360deg);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes fabric-spinner-rotate {
|
|
12
|
+
0% {
|
|
13
|
+
transform: rotate(0deg);
|
|
14
|
+
}
|
|
15
|
+
100% {
|
|
16
|
+
transform: rotate(360deg);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
20
|
+
padding: 0 16px 0 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
24
|
+
padding: 0 12px 0 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
28
|
+
padding: 0 16px 0 0;
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/material-dark.scss';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
@keyframes material-spinner-rotate {
|
|
4
|
+
0% {
|
|
5
|
+
transform: rotate(0deg);
|
|
6
|
+
}
|
|
7
|
+
100% {
|
|
8
|
+
transform: rotate(360deg);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes fabric-spinner-rotate {
|
|
12
|
+
0% {
|
|
13
|
+
transform: rotate(0deg);
|
|
14
|
+
}
|
|
15
|
+
100% {
|
|
16
|
+
transform: rotate(360deg);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
20
|
+
padding: 0 16px 0 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
24
|
+
padding: 0 12px 0 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
28
|
+
padding: 0 16px 0 0;
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/material.scss';
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4
|
+
@keyframes material-spinner-rotate {
|
|
5
|
+
0% {
|
|
6
|
+
transform: rotate(0);
|
|
7
|
+
}
|
|
8
|
+
100% {
|
|
9
|
+
transform: rotate(360deg);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
@keyframes fabric-spinner-rotate {
|
|
13
|
+
0% {
|
|
14
|
+
transform: rotate(0);
|
|
15
|
+
}
|
|
16
|
+
100% {
|
|
17
|
+
transform: rotate(360deg);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.e-dropdownbase .e-list-item.e-active,
|
|
21
|
+
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
22
|
+
font-weight: 500;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-dropdownbase .e-list-group-item,
|
|
26
|
+
.e-fixed-head {
|
|
27
|
+
font-size: 12px;
|
|
28
|
+
text-transform: uppercase;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
32
|
+
.e-small .e-fixed-head,
|
|
33
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
34
|
+
.e-small.e-fixed-head {
|
|
35
|
+
font-size: 10px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
39
|
+
.e-bigger .e-fixed-head,
|
|
40
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
41
|
+
.e-bigger.e-fixed-head {
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
46
|
+
.e-bigger.e-small .e-fixed-head,
|
|
47
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
48
|
+
.e-bigger.e-small.e-fixed-head {
|
|
49
|
+
font-size: 12px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
53
|
+
padding: 0 8px 0 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
57
|
+
padding: 0 12px 0 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
61
|
+
padding: 0 8px 0 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
65
|
+
padding: 0 4px 0 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/mention/tailwind-dark.scss';
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4
|
+
@keyframes material-spinner-rotate {
|
|
5
|
+
0% {
|
|
6
|
+
transform: rotate(0);
|
|
7
|
+
}
|
|
8
|
+
100% {
|
|
9
|
+
transform: rotate(360deg);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
@keyframes fabric-spinner-rotate {
|
|
13
|
+
0% {
|
|
14
|
+
transform: rotate(0);
|
|
15
|
+
}
|
|
16
|
+
100% {
|
|
17
|
+
transform: rotate(360deg);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.e-dropdownbase .e-list-item.e-active,
|
|
21
|
+
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
22
|
+
font-weight: 500;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-dropdownbase .e-list-group-item,
|
|
26
|
+
.e-fixed-head {
|
|
27
|
+
font-size: 12px;
|
|
28
|
+
text-transform: uppercase;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
32
|
+
.e-small .e-fixed-head,
|
|
33
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
34
|
+
.e-small.e-fixed-head {
|
|
35
|
+
font-size: 10px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
39
|
+
.e-bigger .e-fixed-head,
|
|
40
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
41
|
+
.e-bigger.e-fixed-head {
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
46
|
+
.e-bigger.e-small .e-fixed-head,
|
|
47
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
48
|
+
.e-bigger.e-small.e-fixed-head {
|
|
49
|
+
font-size: 12px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
53
|
+
padding: 0 8px 0 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
57
|
+
padding: 0 12px 0 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
61
|
+
padding: 0 8px 0 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
65
|
+
padding: 0 4px 0 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* stylelint-disable-line no-empty-source */
|