@syncfusion/ej2-angular-dropdowns 33.2.15 → 34.1.29

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 (193) hide show
  1. package/CHANGELOG.md +1 -169
  2. package/package.json +4 -4
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/auto-complete/bds.scss +1 -1
  6. package/styles/auto-complete/bootstrap-dark.scss +1 -1
  7. package/styles/auto-complete/bootstrap.scss +1 -1
  8. package/styles/auto-complete/bootstrap4.scss +1 -1
  9. package/styles/auto-complete/bootstrap5-dark.scss +1 -1
  10. package/styles/auto-complete/bootstrap5.3.scss +1 -1
  11. package/styles/auto-complete/bootstrap5.scss +1 -1
  12. package/styles/auto-complete/fabric-dark.scss +1 -1
  13. package/styles/auto-complete/fabric.scss +1 -1
  14. package/styles/auto-complete/fluent-dark.scss +1 -1
  15. package/styles/auto-complete/fluent.scss +1 -1
  16. package/styles/auto-complete/fluent2.scss +1 -1
  17. package/styles/auto-complete/highcontrast-light.scss +1 -1
  18. package/styles/auto-complete/highcontrast.scss +1 -1
  19. package/styles/auto-complete/material-dark.scss +1 -1
  20. package/styles/auto-complete/material.scss +1 -1
  21. package/styles/auto-complete/material3-dark.scss +1 -1
  22. package/styles/auto-complete/material3.scss +1 -1
  23. package/styles/auto-complete/tailwind-dark.scss +1 -1
  24. package/styles/auto-complete/tailwind.scss +1 -1
  25. package/styles/auto-complete/tailwind3.scss +1 -1
  26. package/styles/bds-lite.scss +1 -1
  27. package/styles/bootstrap-dark-lite.scss +1 -1
  28. package/styles/bootstrap-lite.scss +1 -1
  29. package/styles/bootstrap4-lite.scss +1 -1
  30. package/styles/bootstrap5-dark-lite.scss +1 -1
  31. package/styles/bootstrap5-lite.scss +1 -1
  32. package/styles/bootstrap5.3-lite.scss +1 -1
  33. package/styles/combo-box/bds.scss +1 -1
  34. package/styles/combo-box/bootstrap-dark.scss +1 -1
  35. package/styles/combo-box/bootstrap.scss +1 -1
  36. package/styles/combo-box/bootstrap4.scss +1 -1
  37. package/styles/combo-box/bootstrap5-dark.scss +1 -1
  38. package/styles/combo-box/bootstrap5.3.scss +1 -1
  39. package/styles/combo-box/bootstrap5.scss +1 -1
  40. package/styles/combo-box/fabric-dark.scss +1 -1
  41. package/styles/combo-box/fabric.scss +1 -1
  42. package/styles/combo-box/fluent-dark.scss +1 -1
  43. package/styles/combo-box/fluent.scss +1 -1
  44. package/styles/combo-box/fluent2.scss +1 -1
  45. package/styles/combo-box/highcontrast-light.scss +1 -1
  46. package/styles/combo-box/highcontrast.scss +1 -1
  47. package/styles/combo-box/material-dark.scss +1 -1
  48. package/styles/combo-box/material.scss +1 -1
  49. package/styles/combo-box/material3-dark.scss +1 -1
  50. package/styles/combo-box/material3.scss +1 -1
  51. package/styles/combo-box/tailwind-dark.scss +1 -1
  52. package/styles/combo-box/tailwind.scss +1 -1
  53. package/styles/combo-box/tailwind3.scss +1 -1
  54. package/styles/drop-down-base/bds.scss +1 -1
  55. package/styles/drop-down-base/bootstrap-dark.scss +1 -1
  56. package/styles/drop-down-base/bootstrap.scss +1 -1
  57. package/styles/drop-down-base/bootstrap4.scss +1 -1
  58. package/styles/drop-down-base/bootstrap5-dark.scss +1 -1
  59. package/styles/drop-down-base/bootstrap5.3.scss +1 -1
  60. package/styles/drop-down-base/bootstrap5.scss +1 -1
  61. package/styles/drop-down-base/fabric-dark.scss +1 -1
  62. package/styles/drop-down-base/fabric.scss +1 -1
  63. package/styles/drop-down-base/fluent-dark.scss +1 -1
  64. package/styles/drop-down-base/fluent.scss +1 -1
  65. package/styles/drop-down-base/fluent2.scss +1 -1
  66. package/styles/drop-down-base/highcontrast-light.scss +1 -1
  67. package/styles/drop-down-base/highcontrast.scss +1 -1
  68. package/styles/drop-down-base/material-dark.scss +1 -1
  69. package/styles/drop-down-base/material.scss +1 -1
  70. package/styles/drop-down-base/material3-dark.scss +1 -1
  71. package/styles/drop-down-base/material3.scss +1 -1
  72. package/styles/drop-down-base/tailwind-dark.scss +1 -1
  73. package/styles/drop-down-base/tailwind.scss +1 -1
  74. package/styles/drop-down-base/tailwind3.scss +1 -1
  75. package/styles/drop-down-list/bds.scss +1 -1
  76. package/styles/drop-down-list/bootstrap-dark.scss +1 -1
  77. package/styles/drop-down-list/bootstrap.scss +1 -1
  78. package/styles/drop-down-list/bootstrap4.scss +1 -1
  79. package/styles/drop-down-list/bootstrap5-dark.scss +1 -1
  80. package/styles/drop-down-list/bootstrap5.3.scss +1 -1
  81. package/styles/drop-down-list/bootstrap5.scss +1 -1
  82. package/styles/drop-down-list/fabric-dark.scss +1 -1
  83. package/styles/drop-down-list/fabric.scss +1 -1
  84. package/styles/drop-down-list/fluent-dark.scss +1 -1
  85. package/styles/drop-down-list/fluent.scss +1 -1
  86. package/styles/drop-down-list/fluent2.scss +1 -1
  87. package/styles/drop-down-list/highcontrast-light.scss +1 -1
  88. package/styles/drop-down-list/highcontrast.scss +1 -1
  89. package/styles/drop-down-list/material-dark.scss +1 -1
  90. package/styles/drop-down-list/material.scss +1 -1
  91. package/styles/drop-down-list/material3-dark.scss +1 -1
  92. package/styles/drop-down-list/material3.scss +1 -1
  93. package/styles/drop-down-list/tailwind-dark.scss +1 -1
  94. package/styles/drop-down-list/tailwind.scss +1 -1
  95. package/styles/drop-down-list/tailwind3.scss +1 -1
  96. package/styles/drop-down-tree/bds.scss +1 -1
  97. package/styles/drop-down-tree/bootstrap-dark.scss +1 -1
  98. package/styles/drop-down-tree/bootstrap.scss +1 -1
  99. package/styles/drop-down-tree/bootstrap4.scss +1 -1
  100. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -1
  101. package/styles/drop-down-tree/bootstrap5.3.scss +1 -1
  102. package/styles/drop-down-tree/bootstrap5.scss +1 -1
  103. package/styles/drop-down-tree/fabric-dark.scss +1 -1
  104. package/styles/drop-down-tree/fabric.scss +1 -1
  105. package/styles/drop-down-tree/fluent-dark.scss +1 -1
  106. package/styles/drop-down-tree/fluent.scss +1 -1
  107. package/styles/drop-down-tree/fluent2.scss +1 -1
  108. package/styles/drop-down-tree/highcontrast-light.scss +1 -1
  109. package/styles/drop-down-tree/highcontrast.scss +1 -1
  110. package/styles/drop-down-tree/material-dark.scss +1 -1
  111. package/styles/drop-down-tree/material.scss +1 -1
  112. package/styles/drop-down-tree/material3-dark.scss +1 -1
  113. package/styles/drop-down-tree/material3.scss +1 -1
  114. package/styles/drop-down-tree/tailwind-dark.scss +1 -1
  115. package/styles/drop-down-tree/tailwind.scss +1 -1
  116. package/styles/drop-down-tree/tailwind3.scss +1 -1
  117. package/styles/fabric-dark-lite.scss +1 -1
  118. package/styles/fabric-lite.scss +1 -1
  119. package/styles/fluent-dark-lite.scss +1 -1
  120. package/styles/fluent-lite.scss +1 -1
  121. package/styles/fluent2-lite.scss +1 -1
  122. package/styles/highcontrast-light-lite.scss +1 -1
  123. package/styles/highcontrast-lite.scss +1 -1
  124. package/styles/list-box/bds.scss +1 -1
  125. package/styles/list-box/bootstrap-dark.scss +1 -1
  126. package/styles/list-box/bootstrap.scss +1 -1
  127. package/styles/list-box/bootstrap4.scss +1 -1
  128. package/styles/list-box/bootstrap5-dark.scss +1 -1
  129. package/styles/list-box/bootstrap5.3.scss +1 -1
  130. package/styles/list-box/bootstrap5.scss +1 -1
  131. package/styles/list-box/fabric-dark.scss +1 -1
  132. package/styles/list-box/fabric.scss +1 -1
  133. package/styles/list-box/fluent-dark.scss +1 -1
  134. package/styles/list-box/fluent.scss +1 -1
  135. package/styles/list-box/fluent2.scss +1 -1
  136. package/styles/list-box/highcontrast-light.scss +1 -1
  137. package/styles/list-box/highcontrast.scss +1 -1
  138. package/styles/list-box/material-dark.scss +1 -1
  139. package/styles/list-box/material.scss +1 -1
  140. package/styles/list-box/material3-dark.scss +1 -1
  141. package/styles/list-box/material3.scss +1 -1
  142. package/styles/list-box/tailwind-dark.scss +1 -1
  143. package/styles/list-box/tailwind.scss +1 -1
  144. package/styles/list-box/tailwind3.scss +1 -1
  145. package/styles/material-dark-lite.scss +1 -1
  146. package/styles/material-lite.scss +1 -1
  147. package/styles/material3-dark-lite.scss +1 -1
  148. package/styles/material3-lite.scss +1 -1
  149. package/styles/mention/bds.scss +1 -1
  150. package/styles/mention/bootstrap-dark.scss +1 -1
  151. package/styles/mention/bootstrap.scss +1 -1
  152. package/styles/mention/bootstrap4.scss +1 -1
  153. package/styles/mention/bootstrap5-dark.scss +1 -1
  154. package/styles/mention/bootstrap5.3.scss +1 -1
  155. package/styles/mention/bootstrap5.scss +1 -1
  156. package/styles/mention/fabric-dark.scss +1 -1
  157. package/styles/mention/fabric.scss +1 -1
  158. package/styles/mention/fluent-dark.scss +1 -1
  159. package/styles/mention/fluent.scss +1 -1
  160. package/styles/mention/fluent2.scss +1 -1
  161. package/styles/mention/highcontrast-light.scss +1 -1
  162. package/styles/mention/highcontrast.scss +1 -1
  163. package/styles/mention/material-dark.scss +1 -1
  164. package/styles/mention/material.scss +1 -1
  165. package/styles/mention/material3-dark.scss +1 -1
  166. package/styles/mention/material3.scss +1 -1
  167. package/styles/mention/tailwind-dark.scss +1 -1
  168. package/styles/mention/tailwind.scss +1 -1
  169. package/styles/mention/tailwind3.scss +1 -1
  170. package/styles/multi-select/bds.scss +1 -1
  171. package/styles/multi-select/bootstrap-dark.scss +1 -1
  172. package/styles/multi-select/bootstrap.scss +1 -1
  173. package/styles/multi-select/bootstrap4.scss +1 -1
  174. package/styles/multi-select/bootstrap5-dark.scss +1 -1
  175. package/styles/multi-select/bootstrap5.3.scss +1 -1
  176. package/styles/multi-select/bootstrap5.scss +1 -1
  177. package/styles/multi-select/fabric-dark.scss +1 -1
  178. package/styles/multi-select/fabric.scss +1 -1
  179. package/styles/multi-select/fluent-dark.scss +1 -1
  180. package/styles/multi-select/fluent.scss +1 -1
  181. package/styles/multi-select/fluent2.scss +1 -1
  182. package/styles/multi-select/highcontrast-light.scss +1 -1
  183. package/styles/multi-select/highcontrast.scss +1 -1
  184. package/styles/multi-select/material-dark.scss +1 -1
  185. package/styles/multi-select/material.scss +1 -1
  186. package/styles/multi-select/material3-dark.scss +1 -1
  187. package/styles/multi-select/material3.scss +1 -1
  188. package/styles/multi-select/tailwind-dark.scss +1 -1
  189. package/styles/multi-select/tailwind.scss +1 -1
  190. package/styles/multi-select/tailwind3.scss +1 -1
  191. package/styles/tailwind-dark-lite.scss +1 -1
  192. package/styles/tailwind-lite.scss +1 -1
  193. package/styles/tailwind3-lite.scss +1 -1
package/CHANGELOG.md CHANGED
@@ -2,166 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### DropdownList
6
-
7
- #### Bug Fixes
8
-
9
- - `#I845531` - Resolved accessibility issues affecting the DropdownList, including incorrect behavior with Narrator.
10
-
11
- ### ListBox
12
-
13
- #### Bug Fixes
14
-
15
- - `#I848672` - Issue with "CSP violation in ListBox component when using showSelectAll with localization functionality" has been resolved.
16
-
17
- ## 33.2.12 (2026-06-09)
18
-
19
- ### ComboBox
20
-
21
- #### Bug Fixes
22
-
23
- - `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
24
-
25
- ### DropdownList
26
-
27
- #### Bug Fixes
28
-
29
- - `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
30
-
31
- - `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
32
-
33
- - `#I841769` - Fixed an issue where `No records found` message is not announced by NVDA when using DropDownList with Reactive Forms.
34
-
35
- ### AutoComplete
36
-
37
- #### Bug Fixes
38
-
39
- - `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
40
-
41
- ## 33.2.10 (2026-06-02)
42
-
43
- ### MultiSelect
44
-
45
- #### Bug Fixes
46
-
47
- - `#I840154` - Fixed an issue where the MultiSelect displayed "N selected" instead of the selected item when initialized before layout completion.
48
-
49
- - `823331` - Resolved an issue where the MultiSelect component accepted whitespace as a custom value, leading to invalid numeric values.
50
-
51
- ### ComboBox
52
-
53
- #### Bug Fixes
54
-
55
- - `#I838922` - Fixed an issue where Change event not fired when AutoFill is enabled and item is selected via mouse has been resolved.
56
-
57
- ### Mention
58
-
59
- #### Bug Fixes
60
-
61
- - `#I839712` - Fixed an issue where mention filtering failed to update correctly when characters were deleted.
62
-
63
- ## 33.2.7 (2026-05-19)
64
-
65
- ### DropDownTree
66
-
67
- #### Bug Fixes
68
-
69
- - `F198294` - Fixed with "Tree selection loss by deferring value application until after data binding" has been resolved.
70
-
71
- - `F198294` - Fixed with "Tree selection loss by deferring value application until after data binding" has been resolved.
72
-
73
- - `#I841675` - Fixed an issue where the placeholder and selected value overlapped when using the Material 3 theme with e-filled and floatLabelType="Auto".
74
-
75
- ### MultiSelect
76
-
77
- #### Bug Fixes
78
-
79
- - `#F198311` - The issue where the MultiSelect displayed “undefined” when virtualization was enabled along with custom preselected values has been resolved.
80
-
81
- - `#I837086` - The issue with "MultiSelect default height inconsistency in BDS theme" has been resolved.
82
-
83
- ## 33.2.6 (2026-05-12)
84
-
85
- ### DropdownList
86
-
87
- #### Bug Fixes
88
-
89
- - `#I835445` - Fixed an issue where the Index property was not applied when virtualization was enabled.
90
-
91
- ### MultiSelect
92
-
93
- #### Bug Fixes
94
-
95
- - `#I828952, #I828480, #I828633` - The issue with MultiSelect, where inconsistencies occurred when enable Virtualization was used along with other APIs, has been resolved.
96
-
97
- ### ListBox
98
-
99
- #### Bug Fixes
100
-
101
- - `#I827511` - Resolved an issue where the NVDA screen reader required double Tab navigation to focus a ListBox in Angular.
102
-
103
- ### DropDownList
104
-
105
- #### Bug fixes
106
-
107
- - `#I835656` - Issue with "Font size inconsistency for float label in Material theme with e-outline CSS class" has been resolved.
108
-
109
- ## 33.2.5 (2026-05-05)
110
-
111
- ## 33.2.4 (2026-04-28)
112
-
113
- ### MultiSelect
114
-
115
- #### Bug Fixes
116
-
117
- - `#I829508` - Fixed an issue where binding 6,000+ preselected values with virtualization enabled resulted in a “Maximum call stack size exceeded” error.
118
-
119
- ### Mention
120
-
121
- #### Bug Fixes
122
-
123
- - `#I58529` - Resolved an issue where mention filtering did not trigger after existing text when `allowSpaces`: true and the data source was empty.
124
-
125
- ### DropDownTree
126
-
127
- #### Bug Fixes
128
-
129
- - `#I829239` - Resolved an issue where `Select All` was incorrectly hidden during filtering in `DropDownTree` based on filtered item count.
130
-
131
- - `#I813436` - Resolved a memory leak in the DropDownTree component by ensuring the window resize event listener is correctly detached during destroy, preventing retained instances in Angular Material Dialog scenarios.
132
-
133
- ## 33.1.49 (2026-04-14)
134
-
135
- ### MultiSelect
136
-
137
- #### Bug Fixes
138
-
139
- - `#I816920` - Resolved an issue where the MultiSelect “Select All” option selected only the first 30 items when using string arrays with virtualization enabled.
140
-
141
- ## 33.1.46 (2026-03-31)
142
-
143
- ### DropDownTree
144
-
145
- #### Bug Fixes
146
-
147
- - `#I816579` - Resolved a console error that occurred when filtering in the DropDown Tree component with node IDs containing the hash `#` symbol.
148
-
149
- ### ComboBox
150
-
151
- #### Bug Fixes
152
-
153
- - `#I815337` - Fixed an issue where Accessibility violations when using ComboBox component.
154
-
155
- ### MultiSelect
156
-
157
- #### Bug Fixes
158
-
159
- - `#I810920` - Fixed an issue related to accessibility gaps in Multiselect Component.
160
-
161
- - `#I815337` - Fixed an issue where Accessibility violations when using Multiselect component.
162
-
163
- - `#I812150` - Fixed an issue where, when dynamically selecting all records, the popup UI displayed a skeleton loader instead of the actual list items.
164
-
165
5
  ## 28.2.9 (2025-03-04)
166
6
 
167
7
  ### ComboBox
@@ -2584,15 +2424,7 @@ DropDownList component contains a list of predefined values from which a single
2584
2424
 
2585
2425
  - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2586
2426
 
2587
- - **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 33.1.44 (2026-03-16)
2588
-
2589
- ### ComboBox
2590
-
2591
- #### Bug Fixes
2592
-
2593
- - `#I811858` - Fixed an issue where the span element was removed during dynamic placeholder updates, affecting the label structure.
2594
-
2595
- ## 29.1.33 (2025-03-25)
2427
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 29.1.33 (2025-03-25)
2596
2428
 
2597
2429
  ### Mention
2598
2430
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-dropdowns",
3
- "version": "33.2.15",
3
+ "version": "34.1.29",
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": "~33.2.3",
10
- "@syncfusion/ej2-angular-base": "~33.2.10",
11
- "@syncfusion/ej2-dropdowns": "33.2.15"
9
+ "@syncfusion/ej2-base": "~34.1.29",
10
+ "@syncfusion/ej2-angular-base": "~34.1.29",
11
+ "@syncfusion/ej2-dropdowns": "34.1.29"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -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 = '^33.2.15';
4
+ exports.pkgVer = '^34.1.29';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~33.2.15';
6
+ exports.themeVer = '~34.1.29';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^33.2.15';
2
+ export const pkgVer = '^34.1.29';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~33.2.15';
4
+ export const themeVer = '~34.1.29';
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/bds' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/bds' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/bootstrap-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/bootstrap' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/bootstrap' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/bootstrap4' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/bootstrap4' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/bootstrap5.3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/bootstrap5' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/bootstrap5' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/fabric-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/fabric-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/fabric' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/fabric' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/fluent-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/fluent-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/fluent' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/fluent' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/fluent2' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/fluent2' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/highcontrast-light' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/highcontrast-light' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/highcontrast' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/highcontrast' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/material-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/material-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/material' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/material' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/material3-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/material3-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/material3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/material3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/tailwind-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/tailwind-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/tailwind' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/tailwind' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/auto-complete/tailwind3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/auto-complete/tailwind3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/bds-lite' as *;
1
+ @use '@syncfusion/ej2-dropdowns/bds-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/bootstrap-dark-lite' as *;
1
+ @use '@syncfusion/ej2-dropdowns/bootstrap-dark-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/bootstrap-lite' as *;
1
+ @use '@syncfusion/ej2-dropdowns/bootstrap-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/bootstrap4-lite' as *;
1
+ @use '@syncfusion/ej2-dropdowns/bootstrap4-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/bootstrap5-dark-lite' as *;
1
+ @use '@syncfusion/ej2-dropdowns/bootstrap5-dark-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/bootstrap5-lite' as *;
1
+ @use '@syncfusion/ej2-dropdowns/bootstrap5-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/bootstrap5.3-lite' as *;
1
+ @use '@syncfusion/ej2-dropdowns/bootstrap5.3-lite' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/bds' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/bds' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/bootstrap-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/bootstrap' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/bootstrap' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/bootstrap4' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/bootstrap4' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/bootstrap5-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/bootstrap5.3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/bootstrap5' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/bootstrap5' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/fabric-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/fabric-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/fabric' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/fabric' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/fluent-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/fluent-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/fluent' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/fluent' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/fluent2' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/fluent2' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/highcontrast-light' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/highcontrast-light' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/highcontrast' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/highcontrast' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/material-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/material-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/material' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/material' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/material3-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/material3-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/material3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/material3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/tailwind-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/tailwind-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/tailwind' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/tailwind' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/combo-box/tailwind3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/combo-box/tailwind3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/bds' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/bds' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/bootstrap-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/bootstrap' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/bootstrap' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/bootstrap4' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/bootstrap4' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/bootstrap5-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/bootstrap5.3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/bootstrap5' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/bootstrap5' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/fabric-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/fabric-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/fabric' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/fabric' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/fluent-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/fluent-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/fluent' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/fluent' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/fluent2' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/fluent2' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/highcontrast-light' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/highcontrast-light' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/highcontrast' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/highcontrast' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/material-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/material-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/material' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/material' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/material3-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/material3-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/material3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/material3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/tailwind-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/tailwind-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/tailwind' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/tailwind' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-base/tailwind3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-base/tailwind3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/bds' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/bds' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/bootstrap' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/bootstrap' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/bootstrap4' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/bootstrap4' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/bootstrap5.3' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/bootstrap5' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/bootstrap5' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/fabric-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/fabric-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/fabric' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/fabric' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/fluent-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/fluent-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/fluent' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/fluent' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/fluent2' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/fluent2' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/highcontrast-light' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/highcontrast-light' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/highcontrast' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/highcontrast' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/material-dark' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/material-dark' as *;
@@ -1 +1 @@
1
- @use 'ej2-dropdowns/styles/drop-down-list/material' as *;
1
+ @use '@syncfusion/ej2-dropdowns/styles/drop-down-list/material' as *;