@syncfusion/ej2-dropdowns 19.4.56 → 20.1.51
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 -20
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +32 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +31 -5
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/common/incremental-search.d.ts +1 -0
- package/src/common/incremental-search.js +4 -0
- package/src/drop-down-base/drop-down-base.js +1 -0
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +20 -3
- package/src/multi-select/multi-select.js +1 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +4 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +4 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- package/styles/combo-box/_fluent-dark-definition.scss +1 -0
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +4 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +4 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +12 -7
- package/styles/drop-down-base/_highcontrast-definition.scss +2 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +2 -0
- package/styles/drop-down-base/_layout.scss +40 -4
- package/styles/drop-down-base/_material-dark-definition.scss +2 -0
- package/styles/drop-down-base/_material-definition.scss +2 -0
- package/styles/drop-down-base/_tailwind-definition.scss +17 -8
- package/styles/drop-down-base/_theme.scss +82 -3
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +3 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +10 -2
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-list/_fabric-definition.scss +1 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +10 -19
- package/styles/drop-down-list/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-list/_layout.scss +52 -15
- package/styles/drop-down-list/_material-dark-definition.scss +1 -1
- package/styles/drop-down-list/_material-definition.scss +1 -1
- package/styles/drop-down-list/_tailwind-definition.scss +6 -61
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +8 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +8 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +3 -4
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/_bootstrap5-definition.scss +1 -1
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +25 -30
- package/styles/drop-down-tree/_layout.scss +94 -27
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -1
- package/styles/drop-down-tree/_theme.scss +9 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +9 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +9 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +1 -1
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/icons/_tailwind.scss +2 -2
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +56 -30
- package/styles/fabric.css +56 -30
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +58 -31
- package/styles/highcontrast.css +58 -31
- package/styles/list-box/_bootstrap-dark-definition.scss +98 -102
- package/styles/list-box/_bootstrap-definition.scss +94 -98
- package/styles/list-box/_bootstrap4-definition.scss +98 -102
- package/styles/list-box/_bootstrap5-definition.scss +94 -99
- package/styles/list-box/_fabric-dark-definition.scss +98 -102
- package/styles/list-box/_fabric-definition.scss +94 -98
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +95 -100
- package/styles/list-box/_highcontrast-definition.scss +94 -98
- package/styles/list-box/_highcontrast-light-definition.scss +98 -102
- package/styles/list-box/_layout.scss +37 -37
- package/styles/list-box/_material-dark-definition.scss +98 -102
- package/styles/list-box/_material-definition.scss +94 -98
- package/styles/list-box/_tailwind-definition.scss +95 -99
- package/styles/list-box/_theme.scss +77 -85
- package/styles/list-box/bootstrap-dark.css +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +5 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +5 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +7 -7
- package/styles/list-box/icons/_tailwind.scss +7 -7
- package/styles/list-box/material-dark.css +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- package/styles/multi-select/_bootstrap5-definition.scss +8 -4
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +30 -16
- package/styles/multi-select/_layout.scss +276 -25
- package/styles/multi-select/_tailwind-definition.scss +61 -43
- package/styles/multi-select/_theme.scss +79 -15
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +9 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +32 -3
- package/styles/multi-select/icons/_tailwind.scss +3 -3
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
|
@@ -1,106 +1,105 @@
|
|
|
1
1
|
$skin-name: 'material' !default;
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
13
|
-
$
|
|
14
|
-
$
|
|
15
|
-
$listview-item-padding: 0 16px !default;
|
|
2
|
+
$listbox-font-family: $font-family !default;
|
|
3
|
+
$listbox-text-color: rgba($grey-light-font, .87) !default;
|
|
4
|
+
$listbox-text-disabled: $grey-light-font !default;
|
|
5
|
+
$listbox-icon-color: rgba($grey-light-font, .54) !default;
|
|
6
|
+
$listbox-icon-disabled: $grey-light-font !default;
|
|
7
|
+
$listbox-icon-margin-right: 16px !default;
|
|
8
|
+
$listbox-icon-line-height: 34px !default;
|
|
9
|
+
$listbox-icon-back-margin: 2px !default;
|
|
10
|
+
$listbox-rtl-icon-back-margin: -2px !default;
|
|
11
|
+
$listbox-background: $grey-white !default;
|
|
12
|
+
$listbox-line-color: $grey-black !default;
|
|
13
|
+
$listbox-item-hover-bg: $grey-200 !default;
|
|
14
|
+
$listbox-item-height: 36px !default;
|
|
16
15
|
$listbox-item-line-height: 1 !default;
|
|
17
16
|
$listbox-item-padding: 11px 16px !default;
|
|
18
|
-
$
|
|
19
|
-
$
|
|
20
|
-
$
|
|
21
|
-
$
|
|
22
|
-
$
|
|
23
|
-
$
|
|
24
|
-
$
|
|
25
|
-
$
|
|
26
|
-
$
|
|
27
|
-
$
|
|
28
|
-
$
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
32
|
-
$
|
|
33
|
-
$
|
|
34
|
-
$
|
|
17
|
+
$listbox-bigger-item-padding: 12px 16px !default;
|
|
18
|
+
$listbox-text-hover-color: rgba($grey-light-font, .87) !default;
|
|
19
|
+
$listbox-item-active-bg: $grey-100 !default;
|
|
20
|
+
$listbox-text-active-color: rgba($grey-light-font, .87) !default;
|
|
21
|
+
$listbox-header-text-color: rgba($grey-light-font, .87) !default;
|
|
22
|
+
$listbox-header-text-padding: 16px !default;
|
|
23
|
+
$listbox-header-text-disabled: $grey-light-font !default;
|
|
24
|
+
$listbox-header-bg: $grey-white !default;
|
|
25
|
+
$listbox-header-icon-color: $grey-light-font !default;
|
|
26
|
+
$listbox-header-icon-disabled: $grey-light-font !default;
|
|
27
|
+
$listbox-header-border: rgba($grey-black, .12) !default;
|
|
28
|
+
$listbox-header-font-size: 20px !default;
|
|
29
|
+
$listbox-header-height: 48px !default;
|
|
30
|
+
$listbox-header-font-weight: bold !default;
|
|
31
|
+
$listbox-header-line-height: inherit !default;
|
|
32
|
+
$listbox-header-padding-bottom: 0 !default;
|
|
33
|
+
$listbox-touch-back-icon-padding: 0 !default;
|
|
35
34
|
$checkmark-bgcolor: $accent !default;
|
|
36
35
|
$checkmark-border-color: transparent !default;
|
|
37
36
|
$checkmark-color: $accent-font !default;
|
|
38
|
-
$
|
|
39
|
-
$
|
|
40
|
-
$
|
|
41
|
-
$
|
|
42
|
-
$
|
|
43
|
-
$
|
|
44
|
-
$
|
|
45
|
-
$
|
|
46
|
-
$
|
|
47
|
-
$
|
|
48
|
-
$
|
|
49
|
-
$
|
|
50
|
-
$
|
|
51
|
-
$
|
|
52
|
-
$
|
|
53
|
-
$
|
|
54
|
-
$
|
|
55
|
-
$
|
|
56
|
-
$
|
|
57
|
-
$
|
|
58
|
-
$
|
|
59
|
-
$
|
|
60
|
-
$
|
|
61
|
-
$
|
|
62
|
-
$
|
|
37
|
+
$listbox-border-bottom: 0 !default;
|
|
38
|
+
$listbox-border-top: 0 !default;
|
|
39
|
+
$listbox-border-left: 0 !default;
|
|
40
|
+
$listbox-border-right: 0 !default;
|
|
41
|
+
$listbox-hover-border-color: transparent !default;
|
|
42
|
+
$listbox-border-bottom-color: transparent !default;
|
|
43
|
+
$listbox-border-top-color: transparent !default;
|
|
44
|
+
$listbox-border-right-color: transparent !default;
|
|
45
|
+
$listbox-border-left-color: transparent !default;
|
|
46
|
+
$listbox-group-first-border-bottom: 0 !default;
|
|
47
|
+
$listbox-group-border-top: 1px !default;
|
|
48
|
+
$listbox-group-border-bottom: 0 !default;
|
|
49
|
+
$listbox-groupheader-text-color: rgba($grey-light-font, .54) !default;
|
|
50
|
+
$listbox-groupheader-bg: $grey-50 !default;
|
|
51
|
+
$listbox-groupheader-border: $grey-black !default;
|
|
52
|
+
$listbox-groupheader-icon: $grey-light-font !default;
|
|
53
|
+
$listbox-groupheader-item-height: 36px !default;
|
|
54
|
+
$listbox-groupheader-item-line-height: 16px !default;
|
|
55
|
+
$listbox-groupheader-font-size: 15px !default;
|
|
56
|
+
$listbox-border-size: 0 !default;
|
|
57
|
+
$listbox-font-size: 15px !default;
|
|
58
|
+
$listbox-back-padding-right: 30px !default;
|
|
59
|
+
$listbox-back-icon-height: 1px !default;
|
|
60
|
+
$listbox-back-icon-font-size: auto !default;
|
|
61
|
+
$listbox-touch-item-height: 48px !default;
|
|
63
62
|
$listbox-touch-item-line-height: 1.6 !default;
|
|
64
|
-
$
|
|
65
|
-
$
|
|
66
|
-
$
|
|
67
|
-
$
|
|
68
|
-
$
|
|
69
|
-
$
|
|
70
|
-
$
|
|
71
|
-
$
|
|
72
|
-
$
|
|
73
|
-
$
|
|
74
|
-
$
|
|
75
|
-
$
|
|
63
|
+
$listbox-touch-item-font-size: 15px !default;
|
|
64
|
+
$listbox-touch-groupheader-height: 48px !default;
|
|
65
|
+
$listbox-touch-groupheader-line-height: 25px !default;
|
|
66
|
+
$listbox-touch-header-height: 64px !default;
|
|
67
|
+
$listbox-touch-header-font-weight: bold !default;
|
|
68
|
+
$listbox-touch-header-font-size: 20px !default;
|
|
69
|
+
$listbox-touch-header-line-height: 30px !default;
|
|
70
|
+
$listbox-touch-header-icon-margin-top: 2px !default;
|
|
71
|
+
$listbox-checkbox-right-margin: -2px 0 0 10px !default;
|
|
72
|
+
$listbox-checkbox-left-margin: -2px 10px 0 0 !default;
|
|
73
|
+
$listbox-rtl-checkbox-left-margin: -2px 0 0 10px !default;
|
|
74
|
+
$listbox-rtl-checkbox-right-margin: -2px 10px 0 0 !default;
|
|
76
75
|
//ListView In-built template variables
|
|
77
|
-
$
|
|
78
|
-
$
|
|
79
|
-
$
|
|
80
|
-
$
|
|
81
|
-
$
|
|
82
|
-
$
|
|
83
|
-
$
|
|
84
|
-
$
|
|
85
|
-
$
|
|
86
|
-
$
|
|
87
|
-
$
|
|
88
|
-
$
|
|
89
|
-
$
|
|
90
|
-
$
|
|
91
|
-
$
|
|
92
|
-
$
|
|
93
|
-
$
|
|
94
|
-
$
|
|
95
|
-
$
|
|
96
|
-
$
|
|
97
|
-
$
|
|
98
|
-
$
|
|
99
|
-
$
|
|
100
|
-
$
|
|
101
|
-
$
|
|
102
|
-
$
|
|
103
|
-
$
|
|
76
|
+
$listbox-template-padding: .2667em 1.0666em !default;
|
|
77
|
+
$listbox-template-avatar-padding-right: 1.0666em !default;
|
|
78
|
+
$listbox-template-avatar-padding-left: 4.8em !default;
|
|
79
|
+
$listbox-template-avatar-rightposition-padding-right: 4.8em !default;
|
|
80
|
+
$listbox-template-avatar-rightposition-padding-left: 1.0666em !default;
|
|
81
|
+
$listbox-template-avatar-size: 2.6667em !default;
|
|
82
|
+
$listbox-template-avatar-top: .2666em !default;
|
|
83
|
+
$listbox-template-avatar-left: 1.0667em !default;
|
|
84
|
+
$listbox-template-avatar-rightposition-right: 1.0667em !default;
|
|
85
|
+
$listbox-template-badge-height: 1.6666em !default;
|
|
86
|
+
$listbox-template-badge-width: 2.5em !default;
|
|
87
|
+
$listbox-template-badge-line-height: 1.8666em !default;
|
|
88
|
+
$listbox-template-badge-font-size: 12px !default;
|
|
89
|
+
$listbox-template-badge-right: 1.33em !default;
|
|
90
|
+
$listbox-template-avatar-badge-padding-right: 4.1333em !default;
|
|
91
|
+
$listbox-template-avatar-badge-padding-left: 4.8em !default;
|
|
92
|
+
$listbox-template-badgewithoutavatar-padding-right: 4.1333em !default;
|
|
93
|
+
$listbox-template-badgewithoutavatar-padding-left: 1.0666em !default;
|
|
94
|
+
$listbox-template-item-padding: .72em 0 !default;
|
|
95
|
+
$listbox-template-multiline-header-color: rgba($grey-light-font, .87) !default;
|
|
96
|
+
$listbox-template-multiline-content-color: rgba($grey-light-font, .54) !default;
|
|
97
|
+
$listbox-template-multiline-header-padding: .115em 0 !default;
|
|
98
|
+
$listbox-template-multiline-content-padding: .115em 0 !default;
|
|
99
|
+
$listbox-template-multiline-header-font-size: 15px !default;
|
|
100
|
+
$listbox-template-multiline-padding: 1.0666em !default;
|
|
101
|
+
$listbox-template-multiline-content-font-size: 13px !default;
|
|
102
|
+
$listbox-template-multiline-avatar-top: 1.0666em !default;
|
|
104
103
|
|
|
105
104
|
$listbox-border-color: $grey-300;
|
|
106
105
|
$badge-color: $accent-font !default;
|
|
@@ -112,6 +111,3 @@ $listbox-filter-height: calc(100% - 47px) !default;
|
|
|
112
111
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
113
112
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
114
113
|
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
115
|
-
|
|
116
|
-
$listbox-select-all-height: calc(100% - 36px) !default;
|
|
117
|
-
$listbox-filter-select-all-height: calc(100% - 79px) !default;
|
|
@@ -1,117 +1,113 @@
|
|
|
1
1
|
//layout variables
|
|
2
2
|
$skin-name: 'tailwind' !default;
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$
|
|
9
|
-
$listview-item-padding: 0 12px !default;
|
|
3
|
+
$listbox-font-family: $font-family !default;
|
|
4
|
+
$listbox-icon-margin-right: 16px !default;
|
|
5
|
+
$listbox-icon-line-height: 34px !default;
|
|
6
|
+
$listbox-icon-back-margin: 2px !default;
|
|
7
|
+
$listbox-rtl-icon-back-margin: -2px !default;
|
|
8
|
+
$listbox-item-height: 38px !default;
|
|
10
9
|
$listbox-item-line-height: 1 !default;
|
|
11
|
-
$listbox-item-padding: 12px
|
|
12
|
-
$
|
|
13
|
-
$
|
|
14
|
-
$
|
|
15
|
-
$
|
|
16
|
-
$
|
|
17
|
-
$
|
|
18
|
-
$
|
|
19
|
-
$
|
|
20
|
-
$
|
|
21
|
-
$
|
|
22
|
-
$
|
|
23
|
-
$
|
|
24
|
-
$
|
|
25
|
-
$
|
|
26
|
-
$
|
|
27
|
-
$
|
|
28
|
-
$
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
32
|
-
$
|
|
33
|
-
$
|
|
34
|
-
$
|
|
35
|
-
$
|
|
10
|
+
$listbox-item-padding: 12px 12px !default;
|
|
11
|
+
$listbox-bigger-item-padding: 12px 16px !default;
|
|
12
|
+
$listbox-header-text-padding: 12px !default;
|
|
13
|
+
$listbox-header-font-size: $text-xs !default;
|
|
14
|
+
$listbox-header-height: 18px !default;
|
|
15
|
+
$listbox-header-font-weight: $font-weight-medium !default;
|
|
16
|
+
$listbox-header-line-height: 18px !default;
|
|
17
|
+
$listbox-header-padding-bottom: 0 !default;
|
|
18
|
+
$listbox-touch-back-icon-padding: 0 !default;
|
|
19
|
+
$listbox-border-bottom: 0 !default;
|
|
20
|
+
$listbox-border-top: 0 !default;
|
|
21
|
+
$listbox-border-left: 0 !default;
|
|
22
|
+
$listbox-border-right: 0 !default;
|
|
23
|
+
$listbox-group-first-border-bottom: 0 !default;
|
|
24
|
+
$listbox-group-border-top: 1px !default;
|
|
25
|
+
$listbox-group-border-bottom: 0 !default;
|
|
26
|
+
$listbox-groupheader-item-height: 30px !default;
|
|
27
|
+
$listbox-groupheader-item-line-height: 7px !default;
|
|
28
|
+
$listbox-groupheader-font-size: $text-xs !default;
|
|
29
|
+
$listbox-border-size: 0 !default;
|
|
30
|
+
$listbox-font-size: $text-sm !default;
|
|
31
|
+
$listbox-back-padding-right: 8px !default;
|
|
32
|
+
$listbox-back-icon-height: 20px !default;
|
|
33
|
+
$listbox-back-icon-font-size: auto !default;
|
|
34
|
+
$listbox-touch-item-height: 48px !default;
|
|
36
35
|
$listbox-touch-item-line-height: 1.6 !default;
|
|
37
|
-
$
|
|
38
|
-
$
|
|
39
|
-
$
|
|
40
|
-
$
|
|
41
|
-
$
|
|
42
|
-
$
|
|
43
|
-
$
|
|
44
|
-
$
|
|
45
|
-
$
|
|
46
|
-
$
|
|
47
|
-
$
|
|
48
|
-
$
|
|
36
|
+
$listbox-touch-item-font-size: $text-base !default;
|
|
37
|
+
$listbox-touch-groupheader-height: 38px !default;
|
|
38
|
+
$listbox-touch-groupheader-line-height: 15px !default;
|
|
39
|
+
$listbox-touch-header-height: 22px !default;
|
|
40
|
+
$listbox-touch-header-font-weight: $font-weight-medium !default;
|
|
41
|
+
$listbox-touch-header-font-size: $text-sm !default;
|
|
42
|
+
$listbox-touch-header-line-height: 22px !default;
|
|
43
|
+
$listbox-touch-header-icon-margin-top: 2px !default;
|
|
44
|
+
$listbox-checkbox-right-margin: -2px 0 0 8px !default;
|
|
45
|
+
$listbox-checkbox-left-margin: -2px 8px 0 0 !default;
|
|
46
|
+
$listbox-rtl-checkbox-left-margin: -2px 0 0 8px !default;
|
|
47
|
+
$listbox-rtl-checkbox-right-margin: -2px 8px 0 0 !default;
|
|
49
48
|
//ListView In-built template variables
|
|
50
|
-
$
|
|
51
|
-
$
|
|
52
|
-
$
|
|
53
|
-
$
|
|
54
|
-
$
|
|
55
|
-
$
|
|
56
|
-
$
|
|
57
|
-
$
|
|
58
|
-
$
|
|
59
|
-
$
|
|
60
|
-
$
|
|
61
|
-
$
|
|
62
|
-
$
|
|
63
|
-
$
|
|
64
|
-
$
|
|
65
|
-
$
|
|
66
|
-
$
|
|
67
|
-
$
|
|
68
|
-
$
|
|
69
|
-
$
|
|
70
|
-
$
|
|
71
|
-
$
|
|
72
|
-
$
|
|
73
|
-
$
|
|
74
|
-
$
|
|
49
|
+
$listbox-template-padding: 8px 16px !default;
|
|
50
|
+
$listbox-template-avatar-padding-right: 16px !default;
|
|
51
|
+
$listbox-template-avatar-padding-left: 68px !default;
|
|
52
|
+
$listbox-template-avatar-rightposition-padding-right: 68px !default;
|
|
53
|
+
$listbox-template-avatar-rightposition-padding-left: 16px !default;
|
|
54
|
+
$listbox-template-avatar-size: 40px !default;
|
|
55
|
+
$listbox-template-avatar-top: 0 !default;
|
|
56
|
+
$listbox-template-avatar-left: 0 !default;
|
|
57
|
+
$listbox-template-avatar-rightposition-right: 0 !default;
|
|
58
|
+
$listbox-template-badge-height: 18px !default;
|
|
59
|
+
$listbox-template-badge-width: 32px !default;
|
|
60
|
+
$listbox-template-badge-line-height: 16px !default;
|
|
61
|
+
$listbox-template-badge-font-size: $text-xxs !default;
|
|
62
|
+
$listbox-template-badge-right: 12px !default;
|
|
63
|
+
$listbox-template-avatar-badge-padding-right: 10px !default;
|
|
64
|
+
$listbox-template-avatar-badge-padding-left: 68px !default;
|
|
65
|
+
$listbox-template-badgewithoutavatar-padding-right: 10px !default;
|
|
66
|
+
$listbox-template-badgewithoutavatar-padding-left: 16px !default;
|
|
67
|
+
$listbox-template-item-padding: 8px 0 !default;
|
|
68
|
+
$listbox-template-multiline-header-padding: 0 !default;
|
|
69
|
+
$listbox-template-multiline-content-padding: 2px 0 0 0 !default;
|
|
70
|
+
$listbox-template-multiline-header-font-size: $text-sm !default;
|
|
71
|
+
$listbox-template-multiline-padding: 4px !default;
|
|
72
|
+
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
73
|
+
$listbox-template-multiline-avatar-top: 0 !default;
|
|
75
74
|
$listbox-filter-height: calc(100% - 47px) !default;
|
|
76
75
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
77
76
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
78
77
|
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
79
78
|
|
|
80
|
-
$listbox-select-all-height: calc(100% - 38px) !default;
|
|
81
|
-
$listbox-filter-select-all-height: calc(100% - 76px) !default;
|
|
82
|
-
|
|
83
79
|
$listbox-border-color: $border-light;
|
|
84
80
|
$badge-color: $primary-text-color !default;
|
|
85
81
|
$badge-bgcolor: $primary !default;
|
|
86
82
|
|
|
87
83
|
$select-all-border-color: $border-light !default;
|
|
88
|
-
$
|
|
89
|
-
$
|
|
90
|
-
$
|
|
91
|
-
$
|
|
92
|
-
$
|
|
93
|
-
$
|
|
94
|
-
$
|
|
95
|
-
$
|
|
96
|
-
$
|
|
97
|
-
$
|
|
98
|
-
$
|
|
99
|
-
$
|
|
100
|
-
$
|
|
101
|
-
$
|
|
102
|
-
$
|
|
103
|
-
$
|
|
104
|
-
$
|
|
105
|
-
$
|
|
106
|
-
$
|
|
107
|
-
$
|
|
108
|
-
$
|
|
84
|
+
$listbox-text-color: $content-text-color !default;
|
|
85
|
+
$listbox-text-disabled: $content-text-color-disabled !default;
|
|
86
|
+
$listbox-icon-color: $icon-color !default;
|
|
87
|
+
$listbox-icon-disabled: $icon-color-disabled !default;
|
|
88
|
+
$listbox-item-hover-bg: $content-bg-color-alt2 !default;
|
|
89
|
+
$listbox-background: $transparent !default;
|
|
90
|
+
$listbox-line-color: $border-light !default;
|
|
91
|
+
$listbox-hover-border-color: transparent !default;
|
|
92
|
+
$listbox-border-bottom-color: transparent !default;
|
|
93
|
+
$listbox-border-top-color: transparent !default;
|
|
94
|
+
$listbox-border-right-color: transparent !default;
|
|
95
|
+
$listbox-border-left-color: transparent !default;
|
|
96
|
+
$listbox-text-hover-color: $content-text-color !default;
|
|
97
|
+
$listbox-item-active-bg: $content-bg-color-alt2 !default;
|
|
98
|
+
$listbox-text-active-color: rgba($content-text-color, .87) !default;
|
|
99
|
+
$listbox-header-text-color: $content-text-color-alt2 !default;
|
|
100
|
+
$listbox-header-text-disabled: $content-text-color-disabled !default;
|
|
101
|
+
$listbox-header-bg: $content-bg-color-alt2 !default;
|
|
102
|
+
$listbox-header-icon-color: $icon-color !default;
|
|
103
|
+
$listbox-header-icon-disabled: $icon-color-disabled !default;
|
|
104
|
+
$listbox-header-border: rgba($black, .12) !default;
|
|
109
105
|
$checkmark-bgcolor: $primary !default;
|
|
110
106
|
$checkmark-border-color: transparent !default;
|
|
111
107
|
$checkmark-color: $primary-text-color !default;
|
|
112
|
-
$
|
|
113
|
-
$
|
|
114
|
-
$
|
|
115
|
-
$
|
|
116
|
-
$
|
|
117
|
-
$
|
|
108
|
+
$listbox-groupheader-text-color: $content-text-color-alt2 !default;
|
|
109
|
+
$listbox-groupheader-bg: $content-bg-color-alt2 !default;
|
|
110
|
+
$listbox-groupheader-border: $black !default;
|
|
111
|
+
$listbox-groupheader-icon: $icon-color !default;
|
|
112
|
+
$listbox-template-multiline-header-color: $content-text-color !default;
|
|
113
|
+
$listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|