@syncfusion/ej2-angular-dropdowns 31.2.18 → 32.1.19

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.
Files changed (215) hide show
  1. package/CHANGELOG.md +0 -142
  2. package/package.json +4 -4
  3. package/schematics/utils/lib-details.d.ts +2 -2
  4. package/schematics/utils/lib-details.js +2 -2
  5. package/schematics/utils/lib-details.ts +2 -2
  6. package/styles/auto-complete/bds.scss +1 -1
  7. package/styles/auto-complete/bootstrap-dark.scss +1 -1
  8. package/styles/auto-complete/bootstrap.scss +1 -1
  9. package/styles/auto-complete/bootstrap4.scss +1 -1
  10. package/styles/auto-complete/bootstrap5-dark.scss +1 -1
  11. package/styles/auto-complete/bootstrap5.3.scss +1 -1
  12. package/styles/auto-complete/bootstrap5.scss +1 -1
  13. package/styles/auto-complete/fabric-dark.scss +1 -1
  14. package/styles/auto-complete/fabric.scss +1 -1
  15. package/styles/auto-complete/fluent-dark.scss +1 -1
  16. package/styles/auto-complete/fluent.scss +1 -1
  17. package/styles/auto-complete/fluent2.scss +1 -1
  18. package/styles/auto-complete/highcontrast-light.scss +1 -1
  19. package/styles/auto-complete/highcontrast.scss +1 -1
  20. package/styles/auto-complete/material-dark.scss +1 -1
  21. package/styles/auto-complete/material.scss +1 -1
  22. package/styles/auto-complete/material3-dark.scss +1 -2
  23. package/styles/auto-complete/material3.scss +1 -2
  24. package/styles/auto-complete/tailwind-dark.scss +1 -1
  25. package/styles/auto-complete/tailwind.scss +1 -1
  26. package/styles/auto-complete/tailwind3.scss +1 -1
  27. package/styles/bds-lite.scss +1 -1
  28. package/styles/bds.scss +8 -8
  29. package/styles/bootstrap-dark-lite.scss +1 -1
  30. package/styles/bootstrap-dark.scss +8 -8
  31. package/styles/bootstrap-lite.scss +1 -1
  32. package/styles/bootstrap.scss +8 -8
  33. package/styles/bootstrap4-lite.scss +1 -1
  34. package/styles/bootstrap4.scss +8 -8
  35. package/styles/bootstrap5-dark-lite.scss +1 -1
  36. package/styles/bootstrap5-dark.scss +8 -8
  37. package/styles/bootstrap5-lite.scss +1 -1
  38. package/styles/bootstrap5.3-lite.scss +1 -1
  39. package/styles/bootstrap5.3.scss +8 -8
  40. package/styles/bootstrap5.scss +8 -8
  41. package/styles/combo-box/bds.scss +1 -1
  42. package/styles/combo-box/bootstrap-dark.scss +1 -1
  43. package/styles/combo-box/bootstrap.scss +1 -1
  44. package/styles/combo-box/bootstrap4.scss +1 -1
  45. package/styles/combo-box/bootstrap5-dark.scss +1 -1
  46. package/styles/combo-box/bootstrap5.3.scss +1 -1
  47. package/styles/combo-box/bootstrap5.scss +1 -1
  48. package/styles/combo-box/fabric-dark.scss +1 -1
  49. package/styles/combo-box/fabric.scss +1 -1
  50. package/styles/combo-box/fluent-dark.scss +1 -1
  51. package/styles/combo-box/fluent.scss +1 -1
  52. package/styles/combo-box/fluent2.scss +1 -1
  53. package/styles/combo-box/highcontrast-light.scss +1 -1
  54. package/styles/combo-box/highcontrast.scss +1 -1
  55. package/styles/combo-box/material-dark.scss +1 -1
  56. package/styles/combo-box/material.scss +1 -1
  57. package/styles/combo-box/material3-dark.scss +1 -2
  58. package/styles/combo-box/material3.scss +1 -2
  59. package/styles/combo-box/tailwind-dark.scss +1 -1
  60. package/styles/combo-box/tailwind.scss +1 -1
  61. package/styles/combo-box/tailwind3.scss +1 -1
  62. package/styles/drop-down-base/bds.scss +1 -1
  63. package/styles/drop-down-base/bootstrap-dark.scss +1 -1
  64. package/styles/drop-down-base/bootstrap.scss +1 -1
  65. package/styles/drop-down-base/bootstrap4.scss +1 -1
  66. package/styles/drop-down-base/bootstrap5-dark.scss +1 -1
  67. package/styles/drop-down-base/bootstrap5.3.scss +1 -1
  68. package/styles/drop-down-base/bootstrap5.scss +1 -1
  69. package/styles/drop-down-base/fabric-dark.scss +1 -1
  70. package/styles/drop-down-base/fabric.scss +1 -1
  71. package/styles/drop-down-base/fluent-dark.scss +1 -1
  72. package/styles/drop-down-base/fluent.scss +1 -1
  73. package/styles/drop-down-base/fluent2.scss +1 -1
  74. package/styles/drop-down-base/highcontrast-light.scss +1 -1
  75. package/styles/drop-down-base/highcontrast.scss +1 -1
  76. package/styles/drop-down-base/material-dark.scss +1 -1
  77. package/styles/drop-down-base/material.scss +1 -1
  78. package/styles/drop-down-base/material3-dark.scss +1 -2
  79. package/styles/drop-down-base/material3.scss +1 -2
  80. package/styles/drop-down-base/tailwind-dark.scss +1 -1
  81. package/styles/drop-down-base/tailwind.scss +1 -1
  82. package/styles/drop-down-base/tailwind3.scss +1 -1
  83. package/styles/drop-down-list/bds.scss +1 -1
  84. package/styles/drop-down-list/bootstrap-dark.scss +1 -1
  85. package/styles/drop-down-list/bootstrap.scss +1 -1
  86. package/styles/drop-down-list/bootstrap4.scss +1 -1
  87. package/styles/drop-down-list/bootstrap5-dark.scss +1 -1
  88. package/styles/drop-down-list/bootstrap5.3.scss +1 -1
  89. package/styles/drop-down-list/bootstrap5.scss +1 -1
  90. package/styles/drop-down-list/fabric-dark.scss +1 -1
  91. package/styles/drop-down-list/fabric.scss +1 -1
  92. package/styles/drop-down-list/fluent-dark.scss +1 -1
  93. package/styles/drop-down-list/fluent.scss +1 -1
  94. package/styles/drop-down-list/fluent2.scss +1 -1
  95. package/styles/drop-down-list/highcontrast-light.scss +1 -1
  96. package/styles/drop-down-list/highcontrast.scss +1 -1
  97. package/styles/drop-down-list/material-dark.scss +1 -1
  98. package/styles/drop-down-list/material.scss +1 -1
  99. package/styles/drop-down-list/material3-dark.scss +1 -2
  100. package/styles/drop-down-list/material3.scss +1 -2
  101. package/styles/drop-down-list/tailwind-dark.scss +1 -1
  102. package/styles/drop-down-list/tailwind.scss +1 -1
  103. package/styles/drop-down-list/tailwind3.scss +1 -1
  104. package/styles/drop-down-tree/bds.scss +1 -1
  105. package/styles/drop-down-tree/bootstrap-dark.scss +1 -1
  106. package/styles/drop-down-tree/bootstrap.scss +1 -1
  107. package/styles/drop-down-tree/bootstrap4.scss +1 -1
  108. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -1
  109. package/styles/drop-down-tree/bootstrap5.3.scss +1 -1
  110. package/styles/drop-down-tree/bootstrap5.scss +1 -1
  111. package/styles/drop-down-tree/fabric-dark.scss +1 -1
  112. package/styles/drop-down-tree/fabric.scss +1 -1
  113. package/styles/drop-down-tree/fluent-dark.scss +1 -1
  114. package/styles/drop-down-tree/fluent.scss +1 -1
  115. package/styles/drop-down-tree/fluent2.scss +1 -1
  116. package/styles/drop-down-tree/highcontrast-light.scss +1 -1
  117. package/styles/drop-down-tree/highcontrast.scss +1 -1
  118. package/styles/drop-down-tree/material-dark.scss +1 -1
  119. package/styles/drop-down-tree/material.scss +1 -1
  120. package/styles/drop-down-tree/material3-dark.scss +1 -2
  121. package/styles/drop-down-tree/material3.scss +1 -2
  122. package/styles/drop-down-tree/tailwind-dark.scss +1 -1
  123. package/styles/drop-down-tree/tailwind.scss +1 -1
  124. package/styles/drop-down-tree/tailwind3.scss +1 -1
  125. package/styles/fabric-dark-lite.scss +1 -1
  126. package/styles/fabric-dark.scss +8 -8
  127. package/styles/fabric-lite.scss +1 -1
  128. package/styles/fabric.scss +8 -8
  129. package/styles/fluent-dark-lite.scss +1 -1
  130. package/styles/fluent-dark.scss +8 -8
  131. package/styles/fluent-lite.scss +1 -1
  132. package/styles/fluent.scss +8 -8
  133. package/styles/fluent2-lite.scss +1 -1
  134. package/styles/fluent2.scss +8 -8
  135. package/styles/highcontrast-light-lite.scss +1 -1
  136. package/styles/highcontrast-light.scss +8 -8
  137. package/styles/highcontrast-lite.scss +1 -1
  138. package/styles/highcontrast.scss +8 -8
  139. package/styles/list-box/bds.scss +1 -1
  140. package/styles/list-box/bootstrap-dark.scss +1 -1
  141. package/styles/list-box/bootstrap.scss +1 -1
  142. package/styles/list-box/bootstrap4.scss +1 -1
  143. package/styles/list-box/bootstrap5-dark.scss +1 -1
  144. package/styles/list-box/bootstrap5.3.scss +1 -1
  145. package/styles/list-box/bootstrap5.scss +1 -1
  146. package/styles/list-box/fabric-dark.scss +1 -1
  147. package/styles/list-box/fabric.scss +1 -1
  148. package/styles/list-box/fluent-dark.scss +1 -1
  149. package/styles/list-box/fluent.scss +1 -1
  150. package/styles/list-box/fluent2.scss +1 -1
  151. package/styles/list-box/highcontrast-light.scss +1 -1
  152. package/styles/list-box/highcontrast.scss +1 -1
  153. package/styles/list-box/material-dark.scss +1 -1
  154. package/styles/list-box/material.scss +1 -1
  155. package/styles/list-box/material3-dark.scss +1 -2
  156. package/styles/list-box/material3.scss +1 -2
  157. package/styles/list-box/tailwind-dark.scss +1 -1
  158. package/styles/list-box/tailwind.scss +1 -1
  159. package/styles/list-box/tailwind3.scss +1 -1
  160. package/styles/material-dark-lite.scss +1 -1
  161. package/styles/material-dark.scss +8 -8
  162. package/styles/material-lite.scss +1 -1
  163. package/styles/material.scss +8 -8
  164. package/styles/material3-dark-lite.scss +1 -1
  165. package/styles/material3-dark.scss +8 -9
  166. package/styles/material3-lite.scss +1 -1
  167. package/styles/material3.scss +8 -9
  168. package/styles/mention/bds.scss +1 -1
  169. package/styles/mention/bootstrap-dark.scss +1 -1
  170. package/styles/mention/bootstrap.scss +1 -1
  171. package/styles/mention/bootstrap4.scss +1 -1
  172. package/styles/mention/bootstrap5-dark.scss +1 -1
  173. package/styles/mention/bootstrap5.3.scss +1 -1
  174. package/styles/mention/bootstrap5.scss +1 -1
  175. package/styles/mention/fabric-dark.scss +1 -1
  176. package/styles/mention/fabric.scss +1 -1
  177. package/styles/mention/fluent-dark.scss +1 -1
  178. package/styles/mention/fluent.scss +1 -1
  179. package/styles/mention/fluent2.scss +1 -1
  180. package/styles/mention/highcontrast-light.scss +1 -1
  181. package/styles/mention/highcontrast.scss +1 -1
  182. package/styles/mention/material-dark.scss +1 -1
  183. package/styles/mention/material.scss +1 -1
  184. package/styles/mention/material3-dark.scss +1 -2
  185. package/styles/mention/material3.scss +1 -2
  186. package/styles/mention/tailwind-dark.scss +1 -1
  187. package/styles/mention/tailwind.scss +1 -1
  188. package/styles/mention/tailwind3.scss +1 -1
  189. package/styles/multi-select/bds.scss +1 -1
  190. package/styles/multi-select/bootstrap-dark.scss +1 -1
  191. package/styles/multi-select/bootstrap.scss +1 -1
  192. package/styles/multi-select/bootstrap4.scss +1 -1
  193. package/styles/multi-select/bootstrap5-dark.scss +1 -1
  194. package/styles/multi-select/bootstrap5.3.scss +1 -1
  195. package/styles/multi-select/bootstrap5.scss +1 -1
  196. package/styles/multi-select/fabric-dark.scss +1 -1
  197. package/styles/multi-select/fabric.scss +1 -1
  198. package/styles/multi-select/fluent-dark.scss +1 -1
  199. package/styles/multi-select/fluent.scss +1 -1
  200. package/styles/multi-select/fluent2.scss +1 -1
  201. package/styles/multi-select/highcontrast-light.scss +1 -1
  202. package/styles/multi-select/highcontrast.scss +1 -1
  203. package/styles/multi-select/material-dark.scss +1 -1
  204. package/styles/multi-select/material.scss +1 -1
  205. package/styles/multi-select/material3-dark.scss +1 -2
  206. package/styles/multi-select/material3.scss +1 -2
  207. package/styles/multi-select/tailwind-dark.scss +1 -1
  208. package/styles/multi-select/tailwind.scss +1 -1
  209. package/styles/multi-select/tailwind3.scss +1 -1
  210. package/styles/tailwind-dark-lite.scss +1 -1
  211. package/styles/tailwind-dark.scss +8 -8
  212. package/styles/tailwind-lite.scss +1 -1
  213. package/styles/tailwind.scss +8 -8
  214. package/styles/tailwind3-lite.scss +1 -1
  215. package/styles/tailwind3.scss +8 -8
package/CHANGELOG.md CHANGED
@@ -2,148 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Mention
6
-
7
- #### Bug Fixes
8
-
9
- - `#I757895` - Resolved an issue where mentioned text was not removed when pressing the backspace key for the first time.
10
-
11
- ### DropdownList
12
-
13
- #### Bug Fixes
14
-
15
- - `#I785912` - Resolved an issue where the preselected item was not displayed in the popup list when grouping and filtering were applied.
16
-
17
- ### ListBox
18
-
19
- #### Bug Fixes
20
-
21
- - `#I782515` - Fixed an issue where a console error occurred while `drag-and-drop` the filtered value in the listbox.
22
-
23
- ## 31.2.16 (2025-12-02)
24
-
25
- ### MultiSelect
26
-
27
- #### Bug Fixes
28
-
29
- - `#I784260` - Resolved an issue where the dropdown refreshed unexpectedly when the dataset size was below the virtualization threshold.
30
-
31
- - `#I342517` - Resolved the issue with When clicking on a grouped category in the list, it incorrectly selects all groups.
32
-
33
- - `#I342517` - Resolved the issue with When clicking on a grouped category in the list, it incorrectly selects all groups.
34
-
35
- ### ComboBox
36
-
37
- #### Bug Fixes
38
-
39
- - `#I788340` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
40
-
41
- ## 31.2.15 (2025-11-25)
42
-
43
- ### DropdownList
44
-
45
- #### Bug Fixes
46
-
47
- - `#I48889` - Fixed an issue where the dropdown popup was not visible in mobile view when opened inside a scrollable dialog.
48
-
49
- ## 31.2.5 (2025-11-04)
50
-
51
- ### DropDownTree
52
-
53
- #### Bug Fixes
54
-
55
- - `#I775292` - The issue with SelectAll checkbox in the dropdown popup caused the popup to close without applying any selections has been resolved.
56
-
57
- ## 31.2.4 (2025-10-28)
58
-
59
- ### DropdownList
60
-
61
- #### Bug Fixes
62
-
63
- - `#I771070` - Fixed an issue where the Clear button was not in a disabled state when the `e-static-clear` class was used with the enabled property set to False.
64
-
65
- - `#I771080` - Fixed an issue where the float label text was overlapping with the icon of the dropdown list component when long text was used.
66
-
67
- ### Mention
68
-
69
- #### Bug Fixes
70
-
71
- - `#I776199` - Fixed an issue with the Mention Component where pressing the backspace key on the last mention chip would incorrectly display a popup, delete multiple mentions, and hinder the creation of a new line when the enter key was pressed.
72
-
73
- ## 31.2.3 (2025-10-22)
74
-
75
- ### DropDownTree
76
-
77
- #### Bug Fixes
78
-
79
- - `#I762066` - The issue with the Dropdown Tree Component with filtering and `treeSettings.autoCheck` supports has been resolved.
80
-
81
- ## 31.2.2 (2025-10-15)
82
-
83
- ### DropdownList
84
-
85
- #### Bug Fixes
86
-
87
- - `#I771719` - Resolved an issue where a console error occurred when users searched and quickly pressed the tab key.
88
-
89
- - `#I771989` - Fixed an issue where the dropdown displayed escaped HTML entities instead of the intended readable tag names.
90
-
91
- ## 31.1.23 (2025-10-07)
92
-
93
- ### MultiSelect
94
-
95
- #### Bug Fixes
96
-
97
- - `#I760104` - Resolved an issue where the footer element would move outside the popup when resizing the MultiSelect popup.
98
-
99
- ### DropdownList
100
-
101
- #### Bug Fixes
102
-
103
- - `#I760104` - Resolved an issue where the footer element would move outside the popup when resizing the DropdownList popup.
104
-
105
- - `#I764838` - Resolved an issue where an empty popup would appear when rendering the select tag within the Details tag.
106
-
107
- ## 31.1.22 (2025-10-01)
108
-
109
- ### DropDownTree
110
-
111
- #### Bug Fixes
112
-
113
- - `#I764613` - The issue with the child nodes are receiving an undefined value in the input when `loadOnDemand` and `allowMultiSelection` are enabled for the remote data in the Dropdown Tree Component has been resolved.
114
-
115
- ### DropdownList
116
-
117
- #### Bug Fixes
118
-
119
- - `#I770970` - Resolved the null exception possibilities while Float element processing.
120
-
121
- ### ComboBox
122
-
123
- #### Bug Fixes
124
-
125
- - `#I757717` - The issue where an uppercase value was selected when typing a lowercase value in the combo box has been resolved.
126
-
127
- ## 31.1.20 (2025-09-10)
128
-
129
- ### Mention
130
-
131
- #### Bug Fixes
132
-
133
- - `#I762396` - Resolved the script error that occurred when copying and pasting bullet list content from Outlook into the `RichTextEditor`.
134
-
135
- ### ComboBox
136
-
137
- #### Bug Fixes
138
-
139
- - `#I762995` - Fixed an issue where the combobox did not update its value when the `ignoreAccent` property was set to true.
140
-
141
- ### MultiSelect
142
-
143
- #### Bug Fixes
144
-
145
- - `I761815` - Resolved an issue where MultiSelect items remained enabled when the maximum selection length was set to zero.
146
-
147
5
  ## 28.2.9 (2025-03-04)
148
6
 
149
7
  ### ComboBox
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-dropdowns",
3
- "version": "31.2.18",
3
+ "version": "32.1.19",
4
4
  "description": "Essential JS 2 DropDown Components for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~31.2.18",
10
- "@syncfusion/ej2-angular-base": "~31.2.12",
11
- "@syncfusion/ej2-dropdowns": "31.2.18"
9
+ "@syncfusion/ej2-base": "~32.1.19",
10
+ "@syncfusion/ej2-angular-base": "~32.1.19",
11
+ "@syncfusion/ej2-dropdowns": "32.1.19"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^31.1.20";
2
+ export declare const pkgVer = "^18.67.0";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
- export declare const themeVer = "~31.1.20";
4
+ export declare const themeVer = "~18.67.0";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^31.2.18';
4
+ exports.pkgVer = '^32.1.19';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~31.2.18';
6
+ exports.themeVer = '~32.1.19';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^31.2.18';
2
+ export const pkgVer = '^32.1.19';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~31.2.18';
4
+ export const themeVer = '~32.1.19';
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/bds.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/bootstrap.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/bootstrap4.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/bootstrap5.3.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/bootstrap5.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/fabric-dark.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/fabric.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/fluent-dark.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/fluent.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/fluent2.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/highcontrast-light.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/highcontrast.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/material-dark.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/material-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/material.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/material' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-dropdowns/styles/auto-complete/material3-dark.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/material3-dark' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-dropdowns/styles/auto-complete/material3.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/tailwind-dark.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/tailwind.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/auto-complete/tailwind3.scss';
1
+ @use 'ej2-dropdowns/styles/auto-complete/tailwind3' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/bds-lite.scss';
1
+ @use 'ej2-dropdowns/bds-lite' as *;
package/styles/bds.scss CHANGED
@@ -1,8 +1,8 @@
1
- @import 'drop-down-base/bds.scss';
2
- @import 'drop-down-list/bds.scss';
3
- @import 'drop-down-tree/bds.scss';
4
- @import 'combo-box/bds.scss';
5
- @import 'auto-complete/bds.scss';
6
- @import 'multi-select/bds.scss';
7
- @import 'list-box/bds.scss';
8
- @import 'mention/bds.scss';
1
+ @use 'drop-down-base/bds' as *;
2
+ @use 'drop-down-list/bds' as *;
3
+ @use 'drop-down-tree/bds' as *;
4
+ @use 'combo-box/bds' as *;
5
+ @use 'auto-complete/bds' as *;
6
+ @use 'multi-select/bds' as *;
7
+ @use 'list-box/bds' as *;
8
+ @use 'mention/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/bootstrap-dark-lite.scss';
1
+ @use 'ej2-dropdowns/bootstrap-dark-lite' as *;
@@ -1,8 +1,8 @@
1
- @import 'drop-down-base/bootstrap-dark.scss';
2
- @import 'drop-down-list/bootstrap-dark.scss';
3
- @import 'drop-down-tree/bootstrap-dark.scss';
4
- @import 'combo-box/bootstrap-dark.scss';
5
- @import 'auto-complete/bootstrap-dark.scss';
6
- @import 'multi-select/bootstrap-dark.scss';
7
- @import 'list-box/bootstrap-dark.scss';
8
- @import 'mention/bootstrap-dark.scss';
1
+ @use 'drop-down-base/bootstrap-dark' as *;
2
+ @use 'drop-down-list/bootstrap-dark' as *;
3
+ @use 'drop-down-tree/bootstrap-dark' as *;
4
+ @use 'combo-box/bootstrap-dark' as *;
5
+ @use 'auto-complete/bootstrap-dark' as *;
6
+ @use 'multi-select/bootstrap-dark' as *;
7
+ @use 'list-box/bootstrap-dark' as *;
8
+ @use 'mention/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/bootstrap-lite.scss';
1
+ @use 'ej2-dropdowns/bootstrap-lite' as *;
@@ -1,8 +1,8 @@
1
- @import 'drop-down-base/bootstrap.scss';
2
- @import 'drop-down-list/bootstrap.scss';
3
- @import 'drop-down-tree/bootstrap.scss';
4
- @import 'combo-box/bootstrap.scss';
5
- @import 'auto-complete/bootstrap.scss';
6
- @import 'multi-select/bootstrap.scss';
7
- @import 'list-box/bootstrap.scss';
8
- @import 'mention/bootstrap.scss';
1
+ @use 'drop-down-base/bootstrap' as *;
2
+ @use 'drop-down-list/bootstrap' as *;
3
+ @use 'drop-down-tree/bootstrap' as *;
4
+ @use 'combo-box/bootstrap' as *;
5
+ @use 'auto-complete/bootstrap' as *;
6
+ @use 'multi-select/bootstrap' as *;
7
+ @use 'list-box/bootstrap' as *;
8
+ @use 'mention/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/bootstrap4-lite.scss';
1
+ @use 'ej2-dropdowns/bootstrap4-lite' as *;
@@ -1,8 +1,8 @@
1
- @import 'drop-down-base/bootstrap4.scss';
2
- @import 'drop-down-list/bootstrap4.scss';
3
- @import 'drop-down-tree/bootstrap4.scss';
4
- @import 'combo-box/bootstrap4.scss';
5
- @import 'auto-complete/bootstrap4.scss';
6
- @import 'multi-select/bootstrap4.scss';
7
- @import 'list-box/bootstrap4.scss';
8
- @import 'mention/bootstrap4.scss';
1
+ @use 'drop-down-base/bootstrap4' as *;
2
+ @use 'drop-down-list/bootstrap4' as *;
3
+ @use 'drop-down-tree/bootstrap4' as *;
4
+ @use 'combo-box/bootstrap4' as *;
5
+ @use 'auto-complete/bootstrap4' as *;
6
+ @use 'multi-select/bootstrap4' as *;
7
+ @use 'list-box/bootstrap4' as *;
8
+ @use 'mention/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/bootstrap5-dark-lite.scss';
1
+ @use 'ej2-dropdowns/bootstrap5-dark-lite' as *;
@@ -1,8 +1,8 @@
1
- @import 'drop-down-base/bootstrap5-dark.scss';
2
- @import 'drop-down-list/bootstrap5-dark.scss';
3
- @import 'drop-down-tree/bootstrap5-dark.scss';
4
- @import 'combo-box/bootstrap5-dark.scss';
5
- @import 'auto-complete/bootstrap5-dark.scss';
6
- @import 'multi-select/bootstrap5-dark.scss';
7
- @import 'list-box/bootstrap5-dark.scss';
8
- @import 'mention/bootstrap5-dark.scss';
1
+ @use 'drop-down-base/bootstrap5-dark' as *;
2
+ @use 'drop-down-list/bootstrap5-dark' as *;
3
+ @use 'drop-down-tree/bootstrap5-dark' as *;
4
+ @use 'combo-box/bootstrap5-dark' as *;
5
+ @use 'auto-complete/bootstrap5-dark' as *;
6
+ @use 'multi-select/bootstrap5-dark' as *;
7
+ @use 'list-box/bootstrap5-dark' as *;
8
+ @use 'mention/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/bootstrap5-lite.scss';
1
+ @use 'ej2-dropdowns/bootstrap5-lite' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/bootstrap5.3-lite.scss';
1
+ @use 'ej2-dropdowns/bootstrap5.3-lite' as *;
@@ -1,8 +1,8 @@
1
- @import 'drop-down-base/bootstrap5.3.scss';
2
- @import 'drop-down-list/bootstrap5.3.scss';
3
- @import 'drop-down-tree/bootstrap5.3.scss';
4
- @import 'combo-box/bootstrap5.3.scss';
5
- @import 'auto-complete/bootstrap5.3.scss';
6
- @import 'multi-select/bootstrap5.3.scss';
7
- @import 'list-box/bootstrap5.3.scss';
8
- @import 'mention/bootstrap5.3.scss';
1
+ @use 'drop-down-base/bootstrap5.3' as *;
2
+ @use 'drop-down-list/bootstrap5.3' as *;
3
+ @use 'drop-down-tree/bootstrap5.3' as *;
4
+ @use 'combo-box/bootstrap5.3' as *;
5
+ @use 'auto-complete/bootstrap5.3' as *;
6
+ @use 'multi-select/bootstrap5.3' as *;
7
+ @use 'list-box/bootstrap5.3' as *;
8
+ @use 'mention/bootstrap5.3' as *;
@@ -1,8 +1,8 @@
1
- @import 'drop-down-base/bootstrap5.scss';
2
- @import 'drop-down-list/bootstrap5.scss';
3
- @import 'drop-down-tree/bootstrap5.scss';
4
- @import 'combo-box/bootstrap5.scss';
5
- @import 'auto-complete/bootstrap5.scss';
6
- @import 'multi-select/bootstrap5.scss';
7
- @import 'list-box/bootstrap5.scss';
8
- @import 'mention/bootstrap5.scss';
1
+ @use 'drop-down-base/bootstrap5' as *;
2
+ @use 'drop-down-list/bootstrap5' as *;
3
+ @use 'drop-down-tree/bootstrap5' as *;
4
+ @use 'combo-box/bootstrap5' as *;
5
+ @use 'auto-complete/bootstrap5' as *;
6
+ @use 'multi-select/bootstrap5' as *;
7
+ @use 'list-box/bootstrap5' as *;
8
+ @use 'mention/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/bds.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/bootstrap-dark.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/bootstrap.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/bootstrap4.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/bootstrap5-dark.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/bootstrap5.3.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/bootstrap5.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/fabric-dark.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/fabric.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/fluent-dark.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/fluent.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/fluent2.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/highcontrast-light.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/highcontrast.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/material-dark.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/material-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/material.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/material' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-dropdowns/styles/combo-box/material3-dark.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/material3-dark' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-dropdowns/styles/combo-box/material3.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/tailwind-dark.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/tailwind.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/combo-box/tailwind3.scss';
1
+ @use 'ej2-dropdowns/styles/combo-box/tailwind3' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/bds.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/bootstrap-dark.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/bootstrap.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/bootstrap4.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/bootstrap5-dark.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/bootstrap5.3.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/bootstrap5.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/fabric-dark.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/fabric.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/fluent-dark.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/fluent.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/fluent2.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-dropdowns/styles/drop-down-base/highcontrast-light.scss';
1
+ @use 'ej2-dropdowns/styles/drop-down-base/highcontrast-light' as *;