ng-primitives 0.2.0 → 0.3.0

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 (289) hide show
  1. package/a11y/index.d.ts +1 -1
  2. package/a11y/visually-hidden/visually-hidden.token.d.ts +1 -1
  3. package/accordion/accordion/accordion.directive.d.ts +1 -1
  4. package/accordion/accordion/accordion.token.d.ts +1 -1
  5. package/accordion/accordion-content/accordion-content.token.d.ts +1 -1
  6. package/accordion/accordion-item/accordion-item.directive.d.ts +1 -1
  7. package/accordion/accordion-item/accordion-item.token.d.ts +1 -1
  8. package/accordion/accordion-trigger/accordion-trigger.token.d.ts +1 -1
  9. package/accordion/config/accordion.config.d.ts +1 -1
  10. package/accordion/index.d.ts +1 -1
  11. package/autofill/autofill/autofill.token.d.ts +1 -1
  12. package/autofill/index.d.ts +1 -1
  13. package/avatar/avatar/avatar.token.d.ts +1 -1
  14. package/avatar/avatar-fallback/avatar-fallback.directive.d.ts +1 -1
  15. package/avatar/avatar-image/avatar-image.directive.d.ts +1 -1
  16. package/avatar/config/avatar.config.d.ts +1 -1
  17. package/avatar/index.d.ts +1 -1
  18. package/button/button/button.directive.d.ts +1 -1
  19. package/button/button/button.token.d.ts +1 -1
  20. package/button/index.d.ts +1 -1
  21. package/checkbox/checkbox/checkbox.directive.d.ts +1 -1
  22. package/checkbox/checkbox/checkbox.token.d.ts +1 -1
  23. package/checkbox/index.d.ts +1 -1
  24. package/esm2022/a11y/index.mjs +2 -2
  25. package/esm2022/a11y/visually-hidden/visually-hidden.directive.mjs +2 -2
  26. package/esm2022/a11y/visually-hidden/visually-hidden.token.mjs +2 -2
  27. package/esm2022/accordion/accordion/accordion.directive.mjs +1 -1
  28. package/esm2022/accordion/accordion/accordion.token.mjs +2 -2
  29. package/esm2022/accordion/accordion-content/accordion-content.directive.mjs +2 -2
  30. package/esm2022/accordion/accordion-content/accordion-content.token.mjs +2 -2
  31. package/esm2022/accordion/accordion-item/accordion-item.directive.mjs +1 -1
  32. package/esm2022/accordion/accordion-item/accordion-item.token.mjs +2 -2
  33. package/esm2022/accordion/accordion-trigger/accordion-trigger.directive.mjs +2 -2
  34. package/esm2022/accordion/accordion-trigger/accordion-trigger.token.mjs +2 -2
  35. package/esm2022/accordion/config/accordion.config.mjs +2 -2
  36. package/esm2022/accordion/index.mjs +2 -2
  37. package/esm2022/autofill/autofill/autofill.directive.mjs +2 -2
  38. package/esm2022/autofill/autofill/autofill.token.mjs +2 -2
  39. package/esm2022/autofill/index.mjs +2 -2
  40. package/esm2022/avatar/avatar/avatar.directive.mjs +2 -2
  41. package/esm2022/avatar/avatar/avatar.token.mjs +2 -2
  42. package/esm2022/avatar/avatar-fallback/avatar-fallback.directive.mjs +1 -1
  43. package/esm2022/avatar/avatar-image/avatar-image.directive.mjs +2 -2
  44. package/esm2022/avatar/config/avatar.config.mjs +2 -2
  45. package/esm2022/avatar/index.mjs +2 -2
  46. package/esm2022/button/button/button.directive.mjs +1 -1
  47. package/esm2022/button/button/button.token.mjs +2 -2
  48. package/esm2022/button/index.mjs +2 -2
  49. package/esm2022/checkbox/checkbox/checkbox.directive.mjs +1 -1
  50. package/esm2022/checkbox/checkbox/checkbox.token.mjs +2 -2
  51. package/esm2022/checkbox/index.mjs +2 -2
  52. package/esm2022/file-upload/file-upload/file-upload.directive.mjs +2 -2
  53. package/esm2022/file-upload/file-upload/file-upload.token.mjs +2 -2
  54. package/esm2022/file-upload/index.mjs +2 -2
  55. package/esm2022/focus-trap/focus-trap/focus-trap.directive.mjs +2 -2
  56. package/esm2022/focus-trap/focus-trap/focus-trap.token.mjs +2 -2
  57. package/esm2022/focus-trap/index.mjs +2 -2
  58. package/esm2022/form-field/description/description.directive.mjs +2 -2
  59. package/esm2022/form-field/description/description.token.mjs +2 -2
  60. package/esm2022/form-field/error/error.directive.mjs +2 -2
  61. package/esm2022/form-field/error/error.token.mjs +2 -2
  62. package/esm2022/form-field/form-control/form-control.directive.mjs +2 -2
  63. package/esm2022/form-field/form-control/form-control.token.mjs +2 -2
  64. package/esm2022/form-field/form-field/form-field.directive.mjs +2 -2
  65. package/esm2022/form-field/form-field/form-field.token.mjs +2 -2
  66. package/esm2022/form-field/index.mjs +2 -2
  67. package/esm2022/form-field/label/label.directive.mjs +2 -2
  68. package/esm2022/form-field/label/label.token.mjs +2 -2
  69. package/esm2022/index.mjs +2 -2
  70. package/esm2022/input/index.mjs +2 -2
  71. package/esm2022/input/input/input.directive.mjs +1 -1
  72. package/esm2022/input/input/input.token.mjs +2 -2
  73. package/esm2022/interactions/focus/focus.directive.mjs +1 -1
  74. package/esm2022/interactions/focus/focus.token.mjs +2 -2
  75. package/esm2022/interactions/focus-visible/focus-visible.directive.mjs +2 -2
  76. package/esm2022/interactions/focus-visible/focus-visible.token.mjs +2 -2
  77. package/esm2022/interactions/hover/hover.directive.mjs +1 -1
  78. package/esm2022/interactions/hover/hover.token.mjs +2 -2
  79. package/esm2022/interactions/index.mjs +2 -2
  80. package/esm2022/interactions/move/move.directive.mjs +1 -1
  81. package/esm2022/interactions/move/move.token.mjs +2 -2
  82. package/esm2022/interactions/press/press.directive.mjs +1 -1
  83. package/esm2022/interactions/press/press.token.mjs +2 -2
  84. package/esm2022/internal/disabled/disabled.mjs +2 -2
  85. package/esm2022/internal/index.mjs +2 -2
  86. package/esm2022/internal/orientation/orientation.mjs +2 -2
  87. package/esm2022/internal/style-injector/style-injector.mjs +2 -2
  88. package/esm2022/progress/index.mjs +2 -2
  89. package/esm2022/progress/progress/progress.directive.mjs +1 -1
  90. package/esm2022/progress/progress/progress.token.mjs +2 -2
  91. package/esm2022/progress/progress-indicator/progress-indicator.directive.mjs +2 -2
  92. package/esm2022/radio/index.mjs +2 -2
  93. package/esm2022/radio/radio-group/radio-group.directive.mjs +1 -1
  94. package/esm2022/radio/radio-group/radio-group.token.mjs +2 -2
  95. package/esm2022/radio/radio-indicator/radio-indicator.directive.mjs +2 -2
  96. package/esm2022/radio/radio-item/radio-item.directive.mjs +1 -1
  97. package/esm2022/radio/radio-item/radio-item.token.mjs +2 -2
  98. package/esm2022/resize/index.mjs +2 -2
  99. package/esm2022/resize/resize/resize.directive.mjs +2 -2
  100. package/esm2022/resize/utils/resize.mjs +2 -2
  101. package/esm2022/roving-focus/index.mjs +2 -2
  102. package/esm2022/roving-focus/roving-focus-group/roving-focus-group.directive.mjs +1 -1
  103. package/esm2022/roving-focus/roving-focus-group/roving-focus-group.token.mjs +2 -2
  104. package/esm2022/roving-focus/roving-focus-item/roving-focus-item.directive.mjs +2 -2
  105. package/esm2022/roving-focus/roving-focus-item/roving-focus-item.token.mjs +2 -2
  106. package/esm2022/search/index.mjs +4 -2
  107. package/esm2022/search/search-field/search-field.directive.mjs +2 -2
  108. package/esm2022/search/search-field/search-field.token.mjs +2 -2
  109. package/esm2022/search/search-field-clear/search-field-clear.directive.mjs +44 -0
  110. package/esm2022/search/search-field-clear/search-field-clear.token.mjs +16 -0
  111. package/esm2022/select/index.mjs +2 -2
  112. package/esm2022/select/select/select.directive.mjs +1 -1
  113. package/esm2022/select/select/select.token.mjs +2 -2
  114. package/esm2022/slider/index.mjs +2 -2
  115. package/esm2022/slider/slider/slider.directive.mjs +1 -1
  116. package/esm2022/slider/slider/slider.token.mjs +2 -2
  117. package/esm2022/slider/slider-range/slider-range.directive.mjs +2 -2
  118. package/esm2022/slider/slider-range/slider-range.token.mjs +2 -2
  119. package/esm2022/slider/slider-thumb/slider-thumb.directive.mjs +2 -2
  120. package/esm2022/slider/slider-thumb/slider-thumb.token.mjs +2 -2
  121. package/esm2022/slider/slider-track/slider-track.directive.mjs +2 -2
  122. package/esm2022/slider/slider-track/slider-track.token.mjs +2 -2
  123. package/esm2022/switch/index.mjs +2 -2
  124. package/esm2022/switch/switch/switch.directive.mjs +1 -1
  125. package/esm2022/switch/switch/switch.token.mjs +2 -2
  126. package/esm2022/switch/switch-thumb/switch-thumb.directive.mjs +2 -2
  127. package/esm2022/tabs/config/tabs.config.mjs +2 -2
  128. package/esm2022/tabs/index.mjs +2 -2
  129. package/esm2022/tabs/tab-button/tab-button.directive.mjs +1 -1
  130. package/esm2022/tabs/tab-list/tab-list.directive.mjs +2 -2
  131. package/esm2022/tabs/tab-panel/tab-panel.directive.mjs +2 -2
  132. package/esm2022/tabs/tab-panel/tab-panel.token.mjs +2 -2
  133. package/esm2022/tabs/tabset/tabset.directive.mjs +1 -1
  134. package/esm2022/tabs/tabset/tabset.token.mjs +2 -2
  135. package/esm2022/textarea/index.mjs +2 -2
  136. package/esm2022/textarea/textarea/textarea.directive.mjs +1 -1
  137. package/esm2022/textarea/textarea/textarea.token.mjs +2 -2
  138. package/esm2022/toggle/index.mjs +2 -2
  139. package/esm2022/toggle/toggle/toggle.directive.mjs +1 -1
  140. package/esm2022/tooltip/config/tooltip.config.mjs +2 -2
  141. package/esm2022/tooltip/index.mjs +2 -2
  142. package/esm2022/tooltip/tooltip/tooltip.directive.mjs +2 -2
  143. package/esm2022/tooltip/tooltip/tooltip.token.mjs +2 -2
  144. package/esm2022/tooltip/tooltip-trigger/tooltip-trigger.directive.mjs +1 -1
  145. package/esm2022/tooltip/tooltip-trigger/tooltip-trigger.token.mjs +2 -2
  146. package/esm2022/utils/helpers/disposables.mjs +2 -2
  147. package/esm2022/utils/helpers/focus-manager.mjs +1 -1
  148. package/esm2022/utils/helpers/unique-id.mjs +2 -2
  149. package/esm2022/utils/index.mjs +2 -2
  150. package/esm2022/utils/signals/async.mjs +2 -2
  151. package/esm2022/utils/ui/dimensions.mjs +2 -2
  152. package/fesm2022/ng-primitives-a11y.mjs +3 -3
  153. package/fesm2022/ng-primitives-a11y.mjs.map +1 -1
  154. package/fesm2022/ng-primitives-accordion.mjs +8 -8
  155. package/fesm2022/ng-primitives-accordion.mjs.map +1 -1
  156. package/fesm2022/ng-primitives-autofill.mjs +3 -3
  157. package/fesm2022/ng-primitives-autofill.mjs.map +1 -1
  158. package/fesm2022/ng-primitives-avatar.mjs +5 -5
  159. package/fesm2022/ng-primitives-avatar.mjs.map +1 -1
  160. package/fesm2022/ng-primitives-button.mjs +2 -2
  161. package/fesm2022/ng-primitives-button.mjs.map +1 -1
  162. package/fesm2022/ng-primitives-checkbox.mjs +2 -2
  163. package/fesm2022/ng-primitives-checkbox.mjs.map +1 -1
  164. package/fesm2022/ng-primitives-file-upload.mjs +3 -3
  165. package/fesm2022/ng-primitives-file-upload.mjs.map +1 -1
  166. package/fesm2022/ng-primitives-focus-trap.mjs +3 -3
  167. package/fesm2022/ng-primitives-focus-trap.mjs.map +1 -1
  168. package/fesm2022/ng-primitives-form-field.mjs +11 -11
  169. package/fesm2022/ng-primitives-form-field.mjs.map +1 -1
  170. package/fesm2022/ng-primitives-input.mjs +2 -2
  171. package/fesm2022/ng-primitives-input.mjs.map +1 -1
  172. package/fesm2022/ng-primitives-interactions.mjs +7 -7
  173. package/fesm2022/ng-primitives-interactions.mjs.map +1 -1
  174. package/fesm2022/ng-primitives-internal.mjs +4 -4
  175. package/fesm2022/ng-primitives-internal.mjs.map +1 -1
  176. package/fesm2022/ng-primitives-progress.mjs +3 -3
  177. package/fesm2022/ng-primitives-progress.mjs.map +1 -1
  178. package/fesm2022/ng-primitives-radio.mjs +4 -4
  179. package/fesm2022/ng-primitives-radio.mjs.map +1 -1
  180. package/fesm2022/ng-primitives-resize.mjs +3 -3
  181. package/fesm2022/ng-primitives-resize.mjs.map +1 -1
  182. package/fesm2022/ng-primitives-roving-focus.mjs +4 -4
  183. package/fesm2022/ng-primitives-roving-focus.mjs.map +1 -1
  184. package/fesm2022/ng-primitives-search.mjs +60 -5
  185. package/fesm2022/ng-primitives-search.mjs.map +1 -1
  186. package/fesm2022/ng-primitives-select.mjs +2 -2
  187. package/fesm2022/ng-primitives-select.mjs.map +1 -1
  188. package/fesm2022/ng-primitives-slider.mjs +8 -8
  189. package/fesm2022/ng-primitives-slider.mjs.map +1 -1
  190. package/fesm2022/ng-primitives-switch.mjs +3 -3
  191. package/fesm2022/ng-primitives-switch.mjs.map +1 -1
  192. package/fesm2022/ng-primitives-tabs.mjs +6 -6
  193. package/fesm2022/ng-primitives-tabs.mjs.map +1 -1
  194. package/fesm2022/ng-primitives-textarea.mjs +2 -2
  195. package/fesm2022/ng-primitives-textarea.mjs.map +1 -1
  196. package/fesm2022/ng-primitives-toggle.mjs +1 -1
  197. package/fesm2022/ng-primitives-toggle.mjs.map +1 -1
  198. package/fesm2022/ng-primitives-tooltip.mjs +5 -5
  199. package/fesm2022/ng-primitives-tooltip.mjs.map +1 -1
  200. package/fesm2022/ng-primitives-utils.mjs +5 -5
  201. package/fesm2022/ng-primitives-utils.mjs.map +1 -1
  202. package/fesm2022/ng-primitives.mjs +1 -1
  203. package/fesm2022/ng-primitives.mjs.map +1 -1
  204. package/file-upload/file-upload/file-upload.directive.d.ts +1 -1
  205. package/file-upload/file-upload/file-upload.token.d.ts +1 -1
  206. package/file-upload/index.d.ts +1 -1
  207. package/focus-trap/focus-trap/focus-trap.token.d.ts +1 -1
  208. package/focus-trap/index.d.ts +1 -1
  209. package/form-field/description/description.token.d.ts +1 -1
  210. package/form-field/error/error.directive.d.ts +1 -1
  211. package/form-field/error/error.token.d.ts +1 -1
  212. package/form-field/form-control/form-control.token.d.ts +1 -1
  213. package/form-field/form-field/form-field.directive.d.ts +1 -1
  214. package/form-field/form-field/form-field.token.d.ts +1 -1
  215. package/form-field/index.d.ts +1 -1
  216. package/form-field/label/label.token.d.ts +1 -1
  217. package/index.d.ts +1 -1
  218. package/input/index.d.ts +1 -1
  219. package/input/input/input.directive.d.ts +1 -1
  220. package/input/input/input.token.d.ts +1 -1
  221. package/interactions/focus/focus.directive.d.ts +1 -1
  222. package/interactions/focus/focus.token.d.ts +1 -1
  223. package/interactions/focus-visible/focus-visible.token.d.ts +1 -1
  224. package/interactions/hover/hover.directive.d.ts +1 -1
  225. package/interactions/hover/hover.token.d.ts +1 -1
  226. package/interactions/index.d.ts +1 -1
  227. package/interactions/move/move.directive.d.ts +1 -1
  228. package/interactions/move/move.token.d.ts +1 -1
  229. package/interactions/press/press.directive.d.ts +1 -1
  230. package/interactions/press/press.token.d.ts +1 -1
  231. package/internal/disabled/disabled.d.ts +1 -1
  232. package/internal/index.d.ts +1 -1
  233. package/internal/orientation/orientation.d.ts +1 -1
  234. package/package.json +19 -19
  235. package/progress/index.d.ts +1 -1
  236. package/progress/progress/progress.directive.d.ts +1 -1
  237. package/progress/progress/progress.token.d.ts +1 -1
  238. package/radio/index.d.ts +1 -1
  239. package/radio/radio-group/radio-group.directive.d.ts +1 -1
  240. package/radio/radio-group/radio-group.token.d.ts +1 -1
  241. package/radio/radio-item/radio-item.directive.d.ts +1 -1
  242. package/radio/radio-item/radio-item.token.d.ts +1 -1
  243. package/resize/index.d.ts +1 -1
  244. package/resize/resize/resize.directive.d.ts +1 -1
  245. package/resize/utils/resize.d.ts +1 -1
  246. package/roving-focus/index.d.ts +1 -1
  247. package/roving-focus/roving-focus-group/roving-focus-group.directive.d.ts +1 -1
  248. package/roving-focus/roving-focus-group/roving-focus-group.token.d.ts +1 -1
  249. package/roving-focus/roving-focus-item/roving-focus-item.directive.d.ts +1 -1
  250. package/roving-focus/roving-focus-item/roving-focus-item.token.d.ts +1 -1
  251. package/search/index.d.ts +3 -1
  252. package/search/search-field/search-field.directive.d.ts +2 -2
  253. package/search/search-field/search-field.token.d.ts +1 -1
  254. package/search/search-field-clear/search-field-clear.directive.d.ts +13 -0
  255. package/search/search-field-clear/search-field-clear.token.d.ts +14 -0
  256. package/select/index.d.ts +1 -1
  257. package/select/select/select.directive.d.ts +1 -1
  258. package/select/select/select.token.d.ts +1 -1
  259. package/slider/index.d.ts +1 -1
  260. package/slider/slider/slider.directive.d.ts +1 -1
  261. package/slider/slider/slider.token.d.ts +1 -1
  262. package/slider/slider-range/slider-range.token.d.ts +1 -1
  263. package/slider/slider-thumb/slider-thumb.token.d.ts +1 -1
  264. package/slider/slider-track/slider-track.directive.d.ts +1 -1
  265. package/slider/slider-track/slider-track.token.d.ts +1 -1
  266. package/switch/index.d.ts +1 -1
  267. package/switch/switch/switch.directive.d.ts +1 -1
  268. package/switch/switch/switch.token.d.ts +1 -1
  269. package/tabs/config/tabs.config.d.ts +1 -1
  270. package/tabs/index.d.ts +1 -1
  271. package/tabs/tab-button/tab-button.directive.d.ts +1 -1
  272. package/tabs/tab-panel/tab-panel.token.d.ts +1 -1
  273. package/tabs/tabset/tabset.directive.d.ts +1 -1
  274. package/tabs/tabset/tabset.token.d.ts +1 -1
  275. package/textarea/index.d.ts +1 -1
  276. package/textarea/textarea/textarea.directive.d.ts +1 -1
  277. package/textarea/textarea/textarea.token.d.ts +1 -1
  278. package/toggle/index.d.ts +1 -1
  279. package/toggle/toggle/toggle.directive.d.ts +1 -1
  280. package/tooltip/config/tooltip.config.d.ts +1 -1
  281. package/tooltip/index.d.ts +1 -1
  282. package/tooltip/tooltip/tooltip.directive.d.ts +1 -1
  283. package/tooltip/tooltip/tooltip.token.d.ts +1 -1
  284. package/tooltip/tooltip-trigger/tooltip-trigger.directive.d.ts +1 -1
  285. package/tooltip/tooltip-trigger/tooltip-trigger.token.d.ts +1 -1
  286. package/utils/helpers/focus-manager.d.ts +1 -1
  287. package/utils/helpers/unique-id.d.ts +1 -1
  288. package/utils/index.d.ts +1 -1
  289. package/utils/signals/async.d.ts +1 -1
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
package/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  declare const _default: null;
package/input/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export { NgpInput } from './input/input.directive';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { BooleanInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { BooleanInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import type { BooleanInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export { NgpHover } from './hover/hover.directive';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { BooleanInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { BooleanInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken, Signal } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export * from './disabled/disabled';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken, Signal } from '@angular/core';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ng-primitives",
3
3
  "license": "Apache-2.0",
4
- "version": "0.2.0",
4
+ "version": "0.3.0",
5
5
  "peerDependencies": {
6
6
  "@angular/core": ">=18.0.0",
7
7
  "@angular/cdk": ">=18.0.0",
@@ -41,12 +41,24 @@
41
41
  "esm": "./esm2022/accordion/ng-primitives-accordion.mjs",
42
42
  "default": "./fesm2022/ng-primitives-accordion.mjs"
43
43
  },
44
+ "./autofill": {
45
+ "types": "./autofill/index.d.ts",
46
+ "esm2022": "./esm2022/autofill/ng-primitives-autofill.mjs",
47
+ "esm": "./esm2022/autofill/ng-primitives-autofill.mjs",
48
+ "default": "./fesm2022/ng-primitives-autofill.mjs"
49
+ },
44
50
  "./button": {
45
51
  "types": "./button/index.d.ts",
46
52
  "esm2022": "./esm2022/button/ng-primitives-button.mjs",
47
53
  "esm": "./esm2022/button/ng-primitives-button.mjs",
48
54
  "default": "./fesm2022/ng-primitives-button.mjs"
49
55
  },
56
+ "./avatar": {
57
+ "types": "./avatar/index.d.ts",
58
+ "esm2022": "./esm2022/avatar/ng-primitives-avatar.mjs",
59
+ "esm": "./esm2022/avatar/ng-primitives-avatar.mjs",
60
+ "default": "./fesm2022/ng-primitives-avatar.mjs"
61
+ },
50
62
  "./checkbox": {
51
63
  "types": "./checkbox/index.d.ts",
52
64
  "esm2022": "./esm2022/checkbox/ng-primitives-checkbox.mjs",
@@ -59,18 +71,6 @@
59
71
  "esm": "./esm2022/file-upload/ng-primitives-file-upload.mjs",
60
72
  "default": "./fesm2022/ng-primitives-file-upload.mjs"
61
73
  },
62
- "./avatar": {
63
- "types": "./avatar/index.d.ts",
64
- "esm2022": "./esm2022/avatar/ng-primitives-avatar.mjs",
65
- "esm": "./esm2022/avatar/ng-primitives-avatar.mjs",
66
- "default": "./fesm2022/ng-primitives-avatar.mjs"
67
- },
68
- "./autofill": {
69
- "types": "./autofill/index.d.ts",
70
- "esm2022": "./esm2022/autofill/ng-primitives-autofill.mjs",
71
- "esm": "./esm2022/autofill/ng-primitives-autofill.mjs",
72
- "default": "./fesm2022/ng-primitives-autofill.mjs"
73
- },
74
74
  "./focus-trap": {
75
75
  "types": "./focus-trap/index.d.ts",
76
76
  "esm2022": "./esm2022/focus-trap/ng-primitives-focus-trap.mjs",
@@ -95,6 +95,12 @@
95
95
  "esm": "./esm2022/interactions/ng-primitives-interactions.mjs",
96
96
  "default": "./fesm2022/ng-primitives-interactions.mjs"
97
97
  },
98
+ "./internal": {
99
+ "types": "./internal/index.d.ts",
100
+ "esm2022": "./esm2022/internal/ng-primitives-internal.mjs",
101
+ "esm": "./esm2022/internal/ng-primitives-internal.mjs",
102
+ "default": "./fesm2022/ng-primitives-internal.mjs"
103
+ },
98
104
  "./progress": {
99
105
  "types": "./progress/index.d.ts",
100
106
  "esm2022": "./esm2022/progress/ng-primitives-progress.mjs",
@@ -107,12 +113,6 @@
107
113
  "esm": "./esm2022/radio/ng-primitives-radio.mjs",
108
114
  "default": "./fesm2022/ng-primitives-radio.mjs"
109
115
  },
110
- "./internal": {
111
- "types": "./internal/index.d.ts",
112
- "esm2022": "./esm2022/internal/ng-primitives-internal.mjs",
113
- "esm": "./esm2022/internal/ng-primitives-internal.mjs",
114
- "default": "./fesm2022/ng-primitives-internal.mjs"
115
- },
116
116
  "./resize": {
117
117
  "types": "./resize/index.d.ts",
118
118
  "esm2022": "./esm2022/resize/ng-primitives-resize.mjs",
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export { NgpProgressIndicator } from './progress-indicator/progress-indicator.directive';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { NumberInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
package/radio/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export { NgpRadioGroup } from './radio-group/radio-group.directive';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { BooleanInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { BooleanInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
package/resize/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export { NgpResize } from './resize/resize.directive';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { OnInit } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { Observable } from 'rxjs';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export { NgpRovingFocusGroup } from './roving-focus-group/roving-focus-group.directive';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { FocusOrigin } from '@angular/cdk/a11y';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { FocusOrigin } from '@angular/cdk/a11y';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
package/search/index.d.ts CHANGED
@@ -2,8 +2,10 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
+ export { NgpSearchFieldClear } from './search-field-clear/search-field-clear.directive';
9
+ export { NgpSearchFieldClearToken } from './search-field-clear/search-field-clear.token';
8
10
  export { NgpSearchField } from './search-field/search-field.directive';
9
11
  export { NgpSearchFieldToken } from './search-field/search-field.token';
@@ -8,8 +8,8 @@ export declare class NgpSearchField {
8
8
  /**
9
9
  * Whether the input field is empty.
10
10
  */
11
- protected readonly empty: import("@angular/core").Signal<boolean>;
12
- protected clear(): void;
11
+ readonly empty: import("@angular/core").Signal<boolean>;
12
+ clear(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<NgpSearchField, never>;
14
14
  static ɵdir: i0.ɵɵDirectiveDeclaration<NgpSearchField, "[ngpSearchField]", ["ngpSearchField"], {}, {}, ["input"], never, true, [{ directive: typeof i1.NgpFormField; inputs: {}; outputs: {}; }]>;
15
15
  }
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class NgpSearchFieldClear {
3
+ /**
4
+ * Access the Search Field instance.
5
+ */
6
+ protected readonly searchField: import("ng-primitives/search").NgpSearchField;
7
+ /**
8
+ * Clear the input field.
9
+ */
10
+ protected click(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgpSearchFieldClear, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgpSearchFieldClear, "[ngpSearchFieldClear]", ["ngpSearchFieldClear"], {}, {}, never, never, true, never>;
13
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Copyright © 2024 Angular Primitives.
3
+ * https://github.com/ng-primitives/ng-primitives
4
+ *
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
+ * LICENSE file in the root directory of this source tree.
7
+ */
8
+ import { InjectionToken } from '@angular/core';
9
+ import type { NgpSearchFieldClear } from './search-field-clear.directive';
10
+ export declare const NgpSearchFieldClearToken: InjectionToken<NgpSearchFieldClear>;
11
+ /**
12
+ * Inject the SearchFieldClear directive instance
13
+ */
14
+ export declare function injectSearchFieldClear(): NgpSearchFieldClear;
package/select/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export { NgpSelect } from './select/select.directive';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { BooleanInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
package/slider/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export { NgpSliderRange } from './slider-range/slider-range.directive';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { ElementRef } from '@angular/core';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';
package/switch/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  export { NgpSwitchThumb } from './switch-thumb/switch-thumb.directive';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { BooleanInput } from '@angular/cdk/coercion';
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2024 Angular Primitives.
3
3
  * https://github.com/ng-primitives/ng-primitives
4
4
  *
5
- * This source code is licensed under the CC BY-ND 4.0 license found in the
5
+ * This source code is licensed under the Apache 2.0 license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  import { InjectionToken } from '@angular/core';