@alauda/ui 7.0.4-beta.4 → 7.0.4-beta.6

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 (332) hide show
  1. package/accordion/accordion-item/accordion-item.component.d.ts +3 -3
  2. package/accordion/accordion.component.d.ts +1 -1
  3. package/accordion/accordion.module.d.ts +10 -7
  4. package/anchor/anchor.component.d.ts +2 -2
  5. package/anchor/anchor.directive.d.ts +2 -2
  6. package/anchor/anchor.module.d.ts +7 -4
  7. package/autocomplete/autocomplete-placeholder.component.d.ts +1 -1
  8. package/autocomplete/autocomplete.component.d.ts +1 -1
  9. package/autocomplete/autocomplete.directive.d.ts +2 -2
  10. package/autocomplete/autocomplete.module.d.ts +17 -10
  11. package/autocomplete/helper-directives.d.ts +1 -1
  12. package/autocomplete/suggestion/suggestion.component.d.ts +1 -1
  13. package/autocomplete/suggestion-group/suggestion-group.component.d.ts +1 -1
  14. package/back-top/back-top.component.d.ts +1 -1
  15. package/back-top/back-top.module.d.ts +5 -5
  16. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  17. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  18. package/breadcrumb/breadcrumb.module.d.ts +8 -5
  19. package/button/button-group/button-group.component.d.ts +1 -1
  20. package/button/button.component.d.ts +1 -1
  21. package/button/button.module.d.ts +5 -5
  22. package/card/card.component.d.ts +1 -1
  23. package/card/card.module.d.ts +9 -5
  24. package/card/helper-directives.d.ts +3 -3
  25. package/card/section.component.d.ts +1 -1
  26. package/checkbox/checkbox-group/checkbox-group.component.d.ts +1 -1
  27. package/checkbox/checkbox.component.d.ts +1 -1
  28. package/checkbox/checkbox.module.d.ts +8 -5
  29. package/color-picker/color-picker.component.d.ts +1 -1
  30. package/color-picker/color-picker.module.d.ts +4 -4
  31. package/date-picker/calendar/date-picker-panel/component.d.ts +2 -2
  32. package/date-picker/calendar/footer/component.d.ts +1 -1
  33. package/date-picker/calendar/header/component.d.ts +1 -1
  34. package/date-picker/calendar/panel/picker-panel.d.ts +1 -1
  35. package/date-picker/calendar/range-picker-panel/component.d.ts +1 -1
  36. package/date-picker/date-picker/date-picker.component.d.ts +1 -1
  37. package/date-picker/date-picker.module.d.ts +17 -17
  38. package/date-picker/range-picker/range-picker.component.d.ts +1 -1
  39. package/date-picker/trigger/trigger.component.d.ts +1 -1
  40. package/dialog/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  41. package/dialog/dialog-content/dialog-close.directive.d.ts +1 -1
  42. package/dialog/dialog-content/dialog-content.component.d.ts +1 -1
  43. package/dialog/dialog-content/dialog-footer.component.d.ts +1 -1
  44. package/dialog/dialog-content/dialog-header.component.d.ts +1 -1
  45. package/dialog/dialog.component.d.ts +1 -1
  46. package/dialog/dialog.module.d.ts +12 -12
  47. package/drawer/component/drawer.component.d.ts +1 -1
  48. package/drawer/component/helper-directives.d.ts +3 -3
  49. package/drawer/drawer.module.d.ts +7 -7
  50. package/dropdown/dropdown-active.directive.d.ts +1 -1
  51. package/dropdown/dropdown-button/dropdown-button.component.d.ts +1 -1
  52. package/dropdown/dropdown.directive.d.ts +1 -1
  53. package/dropdown/dropdown.module.d.ts +14 -14
  54. package/dropdown/helper-directives.d.ts +1 -1
  55. package/dropdown/menu/menu-content.directive.d.ts +1 -1
  56. package/dropdown/menu/menu.component.d.ts +1 -1
  57. package/dropdown/menu-group/menu-group.component.d.ts +1 -1
  58. package/dropdown/menu-item/menu-item.component.d.ts +1 -1
  59. package/dropdown/submenu/submenu.component.d.ts +1 -1
  60. package/esm2022/accordion/accordion-item/accordion-item.component.mjs +15 -13
  61. package/esm2022/accordion/accordion.component.mjs +5 -5
  62. package/esm2022/accordion/accordion.module.mjs +24 -9
  63. package/esm2022/anchor/anchor.component.mjs +11 -10
  64. package/esm2022/anchor/anchor.directive.mjs +12 -10
  65. package/esm2022/anchor/anchor.module.mjs +17 -8
  66. package/esm2022/autocomplete/autocomplete-placeholder.component.mjs +5 -4
  67. package/esm2022/autocomplete/autocomplete.component.mjs +6 -6
  68. package/esm2022/autocomplete/autocomplete.directive.mjs +9 -7
  69. package/esm2022/autocomplete/autocomplete.module.mjs +24 -8
  70. package/esm2022/autocomplete/helper-directives.mjs +5 -4
  71. package/esm2022/autocomplete/suggestion/suggestion.component.mjs +6 -6
  72. package/esm2022/autocomplete/suggestion-group/suggestion-group.component.mjs +6 -6
  73. package/esm2022/back-top/back-top.component.mjs +8 -8
  74. package/esm2022/back-top/back-top.module.mjs +6 -7
  75. package/esm2022/breadcrumb/breadcrumb-item.component.mjs +7 -7
  76. package/esm2022/breadcrumb/breadcrumb.component.mjs +5 -5
  77. package/esm2022/breadcrumb/breadcrumb.module.mjs +19 -7
  78. package/esm2022/button/button-group/button-group.component.mjs +5 -5
  79. package/esm2022/button/button.component.mjs +7 -7
  80. package/esm2022/button/button.module.mjs +6 -7
  81. package/esm2022/card/card.component.mjs +5 -5
  82. package/esm2022/card/card.module.mjs +16 -8
  83. package/esm2022/card/helper-directives.mjs +13 -10
  84. package/esm2022/card/section.component.mjs +5 -5
  85. package/esm2022/checkbox/checkbox-group/checkbox-group.component.mjs +5 -5
  86. package/esm2022/checkbox/checkbox.component.mjs +10 -10
  87. package/esm2022/checkbox/checkbox.module.mjs +19 -7
  88. package/esm2022/color-picker/color-picker.component.mjs +5 -5
  89. package/esm2022/color-picker/color-picker.module.mjs +6 -7
  90. package/esm2022/date-picker/calendar/date-picker-panel/component.mjs +24 -15
  91. package/esm2022/date-picker/calendar/footer/component.mjs +8 -8
  92. package/esm2022/date-picker/calendar/header/component.mjs +9 -9
  93. package/esm2022/date-picker/calendar/panel/picker-panel.mjs +8 -8
  94. package/esm2022/date-picker/calendar/range-picker-panel/component.mjs +23 -13
  95. package/esm2022/date-picker/date-picker/date-picker.component.mjs +15 -10
  96. package/esm2022/date-picker/date-picker.module.mjs +19 -16
  97. package/esm2022/date-picker/range-picker/range-picker.component.mjs +15 -10
  98. package/esm2022/date-picker/trigger/trigger.component.mjs +9 -9
  99. package/esm2022/dialog/confirm-dialog/confirm-dialog.component.mjs +15 -8
  100. package/esm2022/dialog/dialog-content/dialog-close.directive.mjs +5 -4
  101. package/esm2022/dialog/dialog-content/dialog-content.component.mjs +5 -5
  102. package/esm2022/dialog/dialog-content/dialog-footer.component.mjs +5 -5
  103. package/esm2022/dialog/dialog-content/dialog-header.component.mjs +7 -7
  104. package/esm2022/dialog/dialog.component.mjs +8 -8
  105. package/esm2022/dialog/dialog.module.mjs +13 -13
  106. package/esm2022/dialog/dialog.service.mjs +3 -3
  107. package/esm2022/drawer/component/drawer.component.mjs +18 -10
  108. package/esm2022/drawer/component/helper-directives.mjs +13 -10
  109. package/esm2022/drawer/drawer.module.mjs +7 -8
  110. package/esm2022/drawer/drawer.service.mjs +3 -3
  111. package/esm2022/dropdown/dropdown-active.directive.mjs +5 -4
  112. package/esm2022/dropdown/dropdown-button/dropdown-button.component.mjs +9 -9
  113. package/esm2022/dropdown/dropdown.directive.mjs +5 -4
  114. package/esm2022/dropdown/dropdown.module.mjs +18 -8
  115. package/esm2022/dropdown/helper-directives.mjs +5 -4
  116. package/esm2022/dropdown/menu/menu-content.directive.mjs +5 -4
  117. package/esm2022/dropdown/menu/menu.component.mjs +5 -5
  118. package/esm2022/dropdown/menu-group/menu-group.component.mjs +5 -5
  119. package/esm2022/dropdown/menu-item/menu-item.component.mjs +5 -5
  120. package/esm2022/dropdown/submenu/submenu.component.mjs +14 -9
  121. package/esm2022/form/common-form.mjs +8 -5
  122. package/esm2022/form/form-item/form-item.component.mjs +6 -6
  123. package/esm2022/form/form.directive.mjs +5 -4
  124. package/esm2022/form/form.module.mjs +18 -8
  125. package/esm2022/form/helper-directives.mjs +21 -16
  126. package/esm2022/i18n/i18n.module.mjs +6 -6
  127. package/esm2022/i18n/i18n.pipe.mjs +5 -4
  128. package/esm2022/i18n/i18n.service.mjs +3 -3
  129. package/esm2022/icon/icon-register.service.mjs +10 -20
  130. package/esm2022/icon/icon.component.mjs +7 -7
  131. package/esm2022/icon/icon.module.mjs +6 -9
  132. package/esm2022/inline-alert/helper-directives.mjs +5 -4
  133. package/esm2022/inline-alert/inline-alert.component.mjs +7 -7
  134. package/esm2022/inline-alert/inline-alert.module.mjs +19 -7
  135. package/esm2022/input/autosize.directive.mjs +5 -4
  136. package/esm2022/input/helper-directives.mjs +17 -13
  137. package/esm2022/input/input-group/input-group.component.mjs +13 -6
  138. package/esm2022/input/input.component.mjs +5 -5
  139. package/esm2022/input/input.module.mjs +14 -14
  140. package/esm2022/input/number-input/number-input.component.mjs +20 -8
  141. package/esm2022/input/search/search.component.mjs +10 -9
  142. package/esm2022/input/tags-input/tags-input.component.mjs +8 -8
  143. package/esm2022/message/message-wrapper.component.mjs +5 -5
  144. package/esm2022/message/message.component.mjs +6 -6
  145. package/esm2022/message/message.module.mjs +18 -9
  146. package/esm2022/message/message.service.mjs +8 -5
  147. package/esm2022/notification/notification-wrapper.component.mjs +5 -5
  148. package/esm2022/notification/notification.component.mjs +9 -9
  149. package/esm2022/notification/notification.module.mjs +22 -9
  150. package/esm2022/notification/notification.service.mjs +8 -5
  151. package/esm2022/paginator/paginator-intl.mjs +9 -14
  152. package/esm2022/paginator/paginator.component.mjs +20 -11
  153. package/esm2022/paginator/paginator.module.mjs +22 -9
  154. package/esm2022/radio/base-radio.mjs +3 -3
  155. package/esm2022/radio/radio-button/radio-button.component.mjs +7 -7
  156. package/esm2022/radio/radio-group/radio-group.component.mjs +5 -5
  157. package/esm2022/radio/radio.component.mjs +6 -6
  158. package/esm2022/radio/radio.module.mjs +17 -7
  159. package/esm2022/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +3 -3
  160. package/esm2022/scrolling/fixed-size-table-virtual-scroll.directive.mjs +5 -4
  161. package/esm2022/scrolling/fixed-size-virtual-scroll.directive.mjs +5 -4
  162. package/esm2022/scrolling/scrolling.module.mjs +6 -6
  163. package/esm2022/scrolling/virtual-for-of.directive.mjs +5 -4
  164. package/esm2022/scrolling/virtual-scroll-viewport.component.mjs +5 -5
  165. package/esm2022/select/base-select.mjs +8 -5
  166. package/esm2022/select/helper-directives.mjs +9 -7
  167. package/esm2022/select/multi-select/multi-select.component.mjs +22 -11
  168. package/esm2022/select/option/option.component.mjs +9 -8
  169. package/esm2022/select/option-group/option-group.component.mjs +6 -6
  170. package/esm2022/select/option-placeholder.component.mjs +5 -4
  171. package/esm2022/select/select.component.mjs +21 -12
  172. package/esm2022/select/select.module.mjs +22 -13
  173. package/esm2022/select/validators.mjs +5 -4
  174. package/esm2022/shared/click-outside.directive.mjs +5 -4
  175. package/esm2022/shared/shared.module.mjs +6 -6
  176. package/esm2022/sort/sort-header.component.mjs +5 -5
  177. package/esm2022/sort/sort.directive.mjs +5 -4
  178. package/esm2022/sort/sort.module.mjs +7 -7
  179. package/esm2022/status-bar/status-bar.component.mjs +7 -7
  180. package/esm2022/status-bar/status-bar.module.mjs +6 -7
  181. package/esm2022/steps/steps.component.mjs +14 -7
  182. package/esm2022/steps/steps.module.mjs +6 -7
  183. package/esm2022/switch/switch.component.mjs +7 -7
  184. package/esm2022/switch/switch.module.mjs +6 -7
  185. package/esm2022/table/table-cell-def.directive.mjs +5 -4
  186. package/esm2022/table/table-cell.component.mjs +15 -11
  187. package/esm2022/table/table-cell.directive.mjs +5 -4
  188. package/esm2022/table/table-column-def.directive.mjs +5 -4
  189. package/esm2022/table/table-header-cell-def.directive.mjs +5 -4
  190. package/esm2022/table/table-header-cell.directive.mjs +5 -4
  191. package/esm2022/table/table-header-row-def.directive.mjs +5 -4
  192. package/esm2022/table/table-header-row.component.mjs +7 -5
  193. package/esm2022/table/table-placeholder.directive.mjs +9 -7
  194. package/esm2022/table/table-row-def.directive.mjs +5 -4
  195. package/esm2022/table/table-row.component.mjs +7 -5
  196. package/esm2022/table/table-scroll.directive.mjs +9 -7
  197. package/esm2022/table/table.component.mjs +7 -8
  198. package/esm2022/table/table.module.mjs +36 -8
  199. package/esm2022/table-of-contents/table-of-contents.module.mjs +19 -7
  200. package/esm2022/table-of-contents/toc-container.directive.mjs +5 -4
  201. package/esm2022/table-of-contents/toc-content.directive.mjs +5 -4
  202. package/esm2022/table-of-contents/toc-link.directive.mjs +5 -4
  203. package/esm2022/tabs/tab-body.component.mjs +30 -24
  204. package/esm2022/tabs/tab-context.service.mjs +3 -3
  205. package/esm2022/tabs/tab-group.component.mjs +24 -12
  206. package/esm2022/tabs/tab-header-active-indicator.component.mjs +6 -6
  207. package/esm2022/tabs/tab-header.component.mjs +18 -10
  208. package/esm2022/tabs/tab.component.mjs +5 -5
  209. package/esm2022/tabs/tabs.module.mjs +26 -15
  210. package/esm2022/tag/check-tag/check-tag.component.mjs +5 -5
  211. package/esm2022/tag/tag.component.mjs +7 -7
  212. package/esm2022/tag/tag.module.mjs +6 -7
  213. package/esm2022/theme/theme.module.mjs +16 -7
  214. package/esm2022/theme/theme.pipe.mjs +33 -17
  215. package/esm2022/theme/theme.service.mjs +3 -3
  216. package/esm2022/time-picker/component.mjs +22 -13
  217. package/esm2022/time-picker/panel/panel.component.mjs +16 -8
  218. package/esm2022/time-picker/time-picker.module.mjs +12 -8
  219. package/esm2022/tooltip/base-tooltip.mjs +8 -5
  220. package/esm2022/tooltip/tooltip-active.directive.mjs +5 -4
  221. package/esm2022/tooltip/tooltip-copy.directive.mjs +5 -4
  222. package/esm2022/tooltip/tooltip-intl.mjs +9 -14
  223. package/esm2022/tooltip/tooltip.component.mjs +6 -6
  224. package/esm2022/tooltip/tooltip.directive.mjs +5 -4
  225. package/esm2022/tooltip/tooltip.module.mjs +12 -10
  226. package/esm2022/tree-select/tree-node-placeholder.component.mjs +5 -4
  227. package/esm2022/tree-select/tree-select.component.mjs +24 -15
  228. package/esm2022/tree-select/tree-select.module.mjs +18 -8
  229. package/fesm2022/alauda-ui.mjs +1883 -1417
  230. package/fesm2022/alauda-ui.mjs.map +1 -1
  231. package/form/common-form.d.ts +1 -1
  232. package/form/form-item/form-item.component.d.ts +1 -1
  233. package/form/form.directive.d.ts +1 -1
  234. package/form/form.module.d.ts +9 -5
  235. package/form/helper-directives.d.ts +5 -5
  236. package/i18n/i18n.module.d.ts +1 -1
  237. package/i18n/i18n.pipe.d.ts +1 -1
  238. package/icon/icon-register.service.d.ts +1 -8
  239. package/icon/icon.component.d.ts +1 -1
  240. package/icon/icon.module.d.ts +4 -4
  241. package/inline-alert/helper-directives.d.ts +1 -1
  242. package/inline-alert/inline-alert.component.d.ts +1 -1
  243. package/inline-alert/inline-alert.module.d.ts +8 -5
  244. package/input/autosize.directive.d.ts +1 -1
  245. package/input/helper-directives.d.ts +4 -4
  246. package/input/input-group/input-group.component.d.ts +3 -1
  247. package/input/input.component.d.ts +1 -1
  248. package/input/input.module.d.ts +13 -13
  249. package/input/number-input/number-input.component.d.ts +3 -1
  250. package/input/search/search.component.d.ts +1 -1
  251. package/input/tags-input/tags-input.component.d.ts +1 -1
  252. package/message/message-wrapper.component.d.ts +1 -1
  253. package/message/message.component.d.ts +1 -1
  254. package/message/message.module.d.ts +6 -6
  255. package/notification/notification-wrapper.component.d.ts +1 -1
  256. package/notification/notification.component.d.ts +1 -1
  257. package/notification/notification.module.d.ts +7 -7
  258. package/package.json +1 -1
  259. package/paginator/paginator-intl.d.ts +0 -7
  260. package/paginator/paginator.component.d.ts +1 -1
  261. package/paginator/paginator.module.d.ts +7 -7
  262. package/radio/radio-button/radio-button.component.d.ts +1 -1
  263. package/radio/radio-group/radio-group.component.d.ts +1 -1
  264. package/radio/radio.component.d.ts +1 -1
  265. package/radio/radio.module.d.ts +6 -6
  266. package/scrolling/fixed-size-table-virtual-scroll.directive.d.ts +1 -1
  267. package/scrolling/fixed-size-virtual-scroll.directive.d.ts +1 -1
  268. package/scrolling/scrolling.module.d.ts +1 -1
  269. package/scrolling/virtual-for-of.directive.d.ts +1 -1
  270. package/scrolling/virtual-scroll-viewport.component.d.ts +1 -1
  271. package/select/base-select.d.ts +1 -1
  272. package/select/helper-directives.d.ts +2 -2
  273. package/select/multi-select/multi-select.component.d.ts +1 -1
  274. package/select/option/option.component.d.ts +3 -2
  275. package/select/option-group/option-group.component.d.ts +1 -1
  276. package/select/option-placeholder.component.d.ts +1 -1
  277. package/select/select.component.d.ts +1 -1
  278. package/select/select.module.d.ts +22 -14
  279. package/select/validators.d.ts +1 -1
  280. package/shared/click-outside.directive.d.ts +1 -1
  281. package/shared/shared.module.d.ts +1 -1
  282. package/sort/sort-header.component.d.ts +1 -1
  283. package/sort/sort.directive.d.ts +1 -1
  284. package/sort/sort.module.d.ts +7 -4
  285. package/status-bar/status-bar.component.d.ts +1 -1
  286. package/status-bar/status-bar.module.d.ts +4 -4
  287. package/steps/steps.component.d.ts +1 -1
  288. package/steps/steps.module.d.ts +4 -4
  289. package/switch/switch.component.d.ts +1 -1
  290. package/switch/switch.module.d.ts +3 -3
  291. package/table/table-cell-def.directive.d.ts +1 -1
  292. package/table/table-cell.component.d.ts +2 -2
  293. package/table/table-cell.directive.d.ts +1 -1
  294. package/table/table-column-def.directive.d.ts +1 -1
  295. package/table/table-header-cell-def.directive.d.ts +1 -1
  296. package/table/table-header-cell.directive.d.ts +1 -1
  297. package/table/table-header-row-def.directive.d.ts +1 -1
  298. package/table/table-header-row.component.d.ts +1 -1
  299. package/table/table-placeholder.directive.d.ts +2 -2
  300. package/table/table-row-def.directive.d.ts +1 -1
  301. package/table/table-row.component.d.ts +1 -1
  302. package/table/table-scroll.directive.d.ts +2 -2
  303. package/table/table.component.d.ts +1 -1
  304. package/table/table.module.d.ts +31 -17
  305. package/table-of-contents/table-of-contents.module.d.ts +9 -5
  306. package/table-of-contents/toc-container.directive.d.ts +1 -1
  307. package/table-of-contents/toc-content.directive.d.ts +1 -1
  308. package/table-of-contents/toc-link.directive.d.ts +1 -1
  309. package/tabs/tab-body.component.d.ts +7 -7
  310. package/tabs/tab-group.component.d.ts +1 -1
  311. package/tabs/tab-header-active-indicator.component.d.ts +1 -1
  312. package/tabs/tab-header.component.d.ts +1 -1
  313. package/tabs/tab.component.d.ts +1 -1
  314. package/tabs/tabs.module.d.ts +18 -13
  315. package/tag/check-tag/check-tag.component.d.ts +1 -1
  316. package/tag/tag.component.d.ts +1 -1
  317. package/tag/tag.module.d.ts +5 -5
  318. package/theme/theme.module.d.ts +3 -3
  319. package/theme/theme.pipe.d.ts +4 -4
  320. package/time-picker/component.d.ts +2 -2
  321. package/time-picker/panel/panel.component.d.ts +1 -1
  322. package/time-picker/time-picker.module.d.ts +12 -12
  323. package/tooltip/base-tooltip.d.ts +1 -1
  324. package/tooltip/tooltip-active.directive.d.ts +1 -1
  325. package/tooltip/tooltip-copy.directive.d.ts +1 -1
  326. package/tooltip/tooltip-intl.d.ts +0 -7
  327. package/tooltip/tooltip.component.d.ts +1 -1
  328. package/tooltip/tooltip.directive.d.ts +1 -1
  329. package/tooltip/tooltip.module.d.ts +7 -7
  330. package/tree-select/tree-node-placeholder.component.d.ts +1 -1
  331. package/tree-select/tree-select.component.d.ts +4 -4
  332. package/tree-select/tree-select.module.d.ts +7 -7
@@ -27,5 +27,5 @@ export declare class CommonFormControl<V, M = V> implements ControlValueAccessor
27
27
  protected valueIn(value: V): M;
28
28
  protected modelOut(model: M): V;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonFormControl<any, any>, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<CommonFormControl<any, any>, never, never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "propValue": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CommonFormControl<any, any>, never, never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "propValue": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
31
31
  }
@@ -33,5 +33,5 @@ export declare class FormItemComponent implements AfterContentInit, OnDestroy {
33
33
  mapControlStatus(control: NgControl): Observable<boolean>;
34
34
  ngOnDestroy(): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<FormItemComponent, [null, { optional: true; }, { optional: true; }, { optional: true; }]>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<FormItemComponent, "aui-form-item", never, { "labelWidth": { "alias": "labelWidth"; "required": false; }; "width": { "alias": "width"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "emptyAddon": { "alias": "emptyAddon"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; }, {}, ["itemLabel", "itemControl", "ngControls", "addons", "errors", "hints"], ["label[auiFormItemLabel]", "*", "[auiFormItemAddon]", "[auiFormItemError]", "[auiFormItemHint]"], false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormItemComponent, "aui-form-item", never, { "labelWidth": { "alias": "labelWidth"; "required": false; }; "width": { "alias": "width"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "emptyAddon": { "alias": "emptyAddon"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; }, {}, ["itemLabel", "itemControl", "ngControls", "addons", "errors", "hints"], ["label[auiFormItemLabel]", "*", "[auiFormItemAddon]", "[auiFormItemError]", "[auiFormItemHint]"], true, never>;
37
37
  }
@@ -17,5 +17,5 @@ export declare class FormDirective {
17
17
  emptyAddon$: Observable<boolean>;
18
18
  constructor(controlContainer?: ControlContainer);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FormDirective, [{ optional: true; }]>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormDirective, "form[auiForm]", ["auiForm"], { "labelWidth": { "alias": "auiFormLabelWidth"; "required": false; }; "labelPosition": { "alias": "auiFormLabelPosition"; "required": false; }; "emptyAddon": { "alias": "auiFormEmptyAddon"; "required": false; }; "inline": { "alias": "auiFormInline"; "required": false; }; }, {}, never, never, false, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormDirective, "form[auiForm]", ["auiForm"], { "labelWidth": { "alias": "auiFormLabelWidth"; "required": false; }; "labelPosition": { "alias": "auiFormLabelPosition"; "required": false; }; "emptyAddon": { "alias": "auiFormEmptyAddon"; "required": false; }; "inline": { "alias": "auiFormInline"; "required": false; }; }, {}, never, never, true, never>;
21
21
  }
@@ -1,10 +1,14 @@
1
+ import { FormItemComponent } from './form-item/form-item.component';
2
+ import { FormDirective } from './form.directive';
3
+ import { FormItemAddonDirective, FormItemControlDirective, FormItemErrorDirective, FormItemHintDirective, FormItemLabelDirective } from './helper-directives';
1
4
  import * as i0 from "@angular/core";
2
- import * as i1 from "./form.directive";
3
- import * as i2 from "./form-item/form-item.component";
4
- import * as i3 from "./helper-directives";
5
- import * as i4 from "@angular/common";
5
+ import * as i1 from "@angular/common";
6
+ import * as i2 from "./form.directive";
7
+ import * as i3 from "./form-item/form-item.component";
8
+ import * as i4 from "./helper-directives";
6
9
  export declare class FormModule {
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FormModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormModule, [typeof i1.FormDirective, typeof i2.FormItemComponent, typeof i3.FormItemAddonDirective, typeof i3.FormItemErrorDirective, typeof i3.FormItemHintDirective, typeof i3.FormItemLabelDirective, typeof i3.FormItemControlDirective], [typeof i4.CommonModule], [typeof i1.FormDirective, typeof i2.FormItemComponent, typeof i3.FormItemAddonDirective, typeof i3.FormItemErrorDirective, typeof i3.FormItemHintDirective, typeof i3.FormItemLabelDirective, typeof i3.FormItemControlDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormModule, never, [typeof i1.CommonModule, typeof i2.FormDirective, typeof i3.FormItemComponent, typeof i4.FormItemAddonDirective, typeof i4.FormItemErrorDirective, typeof i4.FormItemHintDirective, typeof i4.FormItemLabelDirective, typeof i4.FormItemControlDirective], [typeof i2.FormDirective, typeof i3.FormItemComponent, typeof i4.FormItemAddonDirective, typeof i4.FormItemErrorDirective, typeof i4.FormItemHintDirective, typeof i4.FormItemLabelDirective, typeof i4.FormItemControlDirective]>;
9
12
  static ɵinj: i0.ɵɵInjectorDeclaration<FormModule>;
10
13
  }
14
+ export declare const FORM_MODULE: readonly [typeof FormDirective, typeof FormItemComponent, typeof FormItemAddonDirective, typeof FormItemErrorDirective, typeof FormItemHintDirective, typeof FormItemLabelDirective, typeof FormItemControlDirective];
@@ -1,23 +1,23 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FormItemLabelDirective {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<FormItemLabelDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemLabelDirective, "label[auiFormItemLabel]", never, {}, {}, never, never, false, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemLabelDirective, "label[auiFormItemLabel]", never, {}, {}, never, never, true, never>;
5
5
  }
6
6
  export declare class FormItemHintDirective {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FormItemHintDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemHintDirective, "[auiFormItemHint]", never, {}, {}, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemHintDirective, "[auiFormItemHint]", never, {}, {}, never, never, true, never>;
9
9
  }
10
10
  export declare class FormItemAddonDirective {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FormItemAddonDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemAddonDirective, "[auiFormItemAddon]", never, {}, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemAddonDirective, "[auiFormItemAddon]", never, {}, {}, never, never, true, never>;
13
13
  }
14
14
  export declare class FormItemErrorDirective {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FormItemErrorDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemErrorDirective, "[auiFormItemError]", never, {}, {}, never, never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemErrorDirective, "[auiFormItemError]", never, {}, {}, never, never, true, never>;
17
17
  }
18
18
  export declare class FormItemControlDirective {
19
19
  required: boolean;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FormItemControlDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemControlDirective, "[auiFormItemControl]", never, { "required": { "alias": "required"; "required": false; }; }, {}, never, never, false, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemControlDirective, "[auiFormItemControl]", never, { "required": { "alias": "required"; "required": false; }; }, {}, never, never, true, never>;
22
22
  static ngAcceptInputType_required: unknown;
23
23
  }
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./i18n.pipe";
3
3
  export declare class I18nModule {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<I18nModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<I18nModule, [typeof i1.I18nPipe], never, [typeof i1.I18nPipe]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<I18nModule, never, [typeof i1.I18nPipe], [typeof i1.I18nPipe]>;
6
6
  static ɵinj: i0.ɵɵInjectorDeclaration<I18nModule>;
7
7
  }
@@ -10,5 +10,5 @@ export declare class I18nPipe implements PipeTransform, OnDestroy {
10
10
  transform(value: any, data?: StringMap): string;
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<I18nPipe, never>;
13
- static ɵpipe: i0.ɵɵPipeDeclaration<I18nPipe, "auiI18n", false>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<I18nPipe, "auiI18n", true>;
14
14
  }
@@ -1,11 +1,10 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
- import { Optional } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class IconRegisterService {
5
4
  private readonly httpClient;
6
5
  private defaultIconPrefix;
7
6
  private readonly doc;
8
- constructor(document: any, httpClient: HttpClient);
7
+ constructor(document: Document, httpClient: HttpClient);
9
8
  getDefaultIconPrefix(): string;
10
9
  replaceDefaultIconPrefix(prefix: string): void;
11
10
  registerSvgSymbolsByUrl(url: string): void;
@@ -14,9 +13,3 @@ export declare class IconRegisterService {
14
13
  static ɵfac: i0.ɵɵFactoryDeclaration<IconRegisterService, [{ optional: true; }, { optional: true; }]>;
15
14
  static ɵprov: i0.ɵɵInjectableDeclaration<IconRegisterService>;
16
15
  }
17
- export declare function ICON_REGISTER_PROVIDER_FACTORY(parentRegister: IconRegisterService, document: Document, httpClient: HttpClient): IconRegisterService;
18
- export declare const ICON_REGISTER_SERVICE_PROVIDER: {
19
- provide: typeof IconRegisterService;
20
- deps: Optional[][];
21
- useFactory: typeof ICON_REGISTER_PROVIDER_FACTORY;
22
- };
@@ -21,5 +21,5 @@ export declare class IconComponent {
21
21
  getIconId(icon: string): string;
22
22
  getClass(id: string): string;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "aui-icon", never, { "icon": { "alias": "icon"; "required": false; }; "light": { "alias": "light"; "required": false; }; "dark": { "alias": "dark"; "required": false; }; "link": { "alias": "link"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "background": { "alias": "background"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, {}, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "aui-icon", never, { "icon": { "alias": "icon"; "required": false; }; "light": { "alias": "light"; "required": false; }; "dark": { "alias": "dark"; "required": false; }; "link": { "alias": "link"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "background": { "alias": "background"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./icon.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../theme/theme.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../theme/theme.module";
4
+ import * as i3 from "./icon.component";
5
5
  export declare class IconModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<IconModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IconModule, [typeof i1.IconComponent], [typeof i2.CommonModule, typeof i3.ThemeModule], [typeof i1.IconComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IconModule, never, [typeof i1.CommonModule, typeof i2.ThemeModule, typeof i3.IconComponent], [typeof i3.IconComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<IconModule>;
9
9
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class InlineAlertTitleDirective {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineAlertTitleDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<InlineAlertTitleDirective, "[auiInlineAlertTitle]", ["auiInlineAlertTitle"], {}, {}, never, never, false, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InlineAlertTitleDirective, "[auiInlineAlertTitle]", ["auiInlineAlertTitle"], {}, {}, never, never, true, never>;
5
5
  }
@@ -15,5 +15,5 @@ export declare class InlineAlertComponent {
15
15
  iconMap(type: InlineAlertType): "check_circle_s" | "exclamation_triangle_s" | "exclamation_circle_s" | "info_circle_s";
16
16
  closeSelf(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineAlertComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<InlineAlertComponent, "aui-inline-alert", never, { "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "close": "close"; }, ["titleRef"], ["[auiInlineAlertTitle]", "*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InlineAlertComponent, "aui-inline-alert", never, { "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "close": "close"; }, ["titleRef"], ["[auiInlineAlertTitle]", "*"], true, never>;
19
19
  }
@@ -1,10 +1,13 @@
1
+ import { InlineAlertTitleDirective } from './helper-directives';
2
+ import { InlineAlertComponent } from './inline-alert.component';
1
3
  import * as i0 from "@angular/core";
2
- import * as i1 from "./inline-alert.component";
3
- import * as i2 from "./helper-directives";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../icon/icon.module";
4
+ import * as i1 from "@angular/common";
5
+ import * as i2 from "../icon/icon.module";
6
+ import * as i3 from "./inline-alert.component";
7
+ import * as i4 from "./helper-directives";
6
8
  export declare class InlineAlertModule {
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<InlineAlertModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<InlineAlertModule, [typeof i1.InlineAlertComponent, typeof i2.InlineAlertTitleDirective], [typeof i3.CommonModule, typeof i4.IconModule], [typeof i1.InlineAlertComponent, typeof i2.InlineAlertTitleDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InlineAlertModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.InlineAlertComponent, typeof i4.InlineAlertTitleDirective], [typeof i3.InlineAlertComponent, typeof i4.InlineAlertTitleDirective]>;
9
11
  static ɵinj: i0.ɵɵInjectorDeclaration<InlineAlertModule>;
10
12
  }
13
+ export declare const INLINE_ALERT_MODULE: readonly [typeof InlineAlertComponent, typeof InlineAlertTitleDirective];
@@ -17,5 +17,5 @@ export declare class AutosizeDirective implements AfterViewInit, OnDestroy {
17
17
  ngAfterViewInit(): void;
18
18
  ngOnDestroy(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AutosizeDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeDirective, "textarea[autosize][ngModel],textarea[autosize][formControl],textarea[autosize][formControlName]", ["TextareaAutosize"], { "autoSize": { "alias": "autosize"; "required": false; }; }, {}, never, never, false, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeDirective, "textarea[autosize][ngModel],textarea[autosize][formControl],textarea[autosize][formControlName]", ["TextareaAutosize"], { "autoSize": { "alias": "autosize"; "required": false; }; }, {}, never, never, true, never>;
21
21
  }
@@ -1,17 +1,17 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class InputAddonBeforeDirective {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<InputAddonBeforeDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<InputAddonBeforeDirective, "[auiInputAddonBefore]", never, {}, {}, never, never, false, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputAddonBeforeDirective, "[auiInputAddonBefore]", never, {}, {}, never, never, true, never>;
5
5
  }
6
6
  export declare class InputAddonAfterDirective {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<InputAddonAfterDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<InputAddonAfterDirective, "[auiInputAddonAfter]", never, {}, {}, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputAddonAfterDirective, "[auiInputAddonAfter]", never, {}, {}, never, never, true, never>;
9
9
  }
10
10
  export declare class InputPrefixDirective {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<InputPrefixDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<InputPrefixDirective, "[auiInputPrefix]", never, {}, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputPrefixDirective, "[auiInputPrefix]", never, {}, {}, never, never, true, never>;
13
13
  }
14
14
  export declare class InputSuffixDirective {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<InputSuffixDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<InputSuffixDirective, "[auiInputSuffix]", never, {}, {}, never, never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputSuffixDirective, "[auiInputSuffix]", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -1,6 +1,7 @@
1
1
  import { AfterContentInit } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { Bem } from '../../utils';
4
+ import { InputAddonAfterDirective, InputAddonBeforeDirective, InputPrefixDirective, InputSuffixDirective } from '../helper-directives';
4
5
  import { InputComponent } from '../input.component';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class InputGroupComponent implements AfterContentInit {
@@ -16,5 +17,6 @@ export declare class InputGroupComponent implements AfterContentInit {
16
17
  hasSuffix$: Observable<boolean>;
17
18
  ngAfterContentInit(): void;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "aui-input-group", never, {}, {}, ["inputRef", "addonBeforeRefs", "addonAfterRefs", "prefixRefs", "suffixRefs"], ["[auiInputAddonBefore]", "[auiInputPrefix]", "*", "[auiInputSuffix]", "[auiInputAddonAfter]"], false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "aui-input-group", never, {}, {}, ["inputRef", "addonBeforeRefs", "addonAfterRefs", "prefixRefs", "suffixRefs"], ["[auiInputAddonBefore]", "[auiInputPrefix]", "*", "[auiInputSuffix]", "[auiInputAddonAfter]"], true, never>;
20
21
  }
22
+ export declare const INPUT_GROUP_MODULE: readonly [typeof InputGroupComponent, typeof InputAddonAfterDirective, typeof InputAddonBeforeDirective, typeof InputPrefixDirective, typeof InputSuffixDirective];
@@ -15,5 +15,5 @@ export declare class InputComponent {
15
15
  disabled$: BehaviorSubject<boolean>;
16
16
  constructor(elementRef: ElementRef<HTMLInputElement>, renderer: Renderer2);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[aui-input],textarea[aui-input]", never, { "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[aui-input],textarea[aui-input]", never, { "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
19
19
  }
@@ -1,18 +1,18 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./autosize.directive";
3
- import * as i2 from "./input.component";
4
- import * as i3 from "./input-group/input-group.component";
5
- import * as i4 from "./helper-directives";
6
- import * as i5 from "./search/search.component";
7
- import * as i6 from "./tags-input/tags-input.component";
8
- import * as i7 from "./number-input/number-input.component";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "@angular/forms";
11
- import * as i10 from "../icon/icon.module";
12
- import * as i11 from "../tag/tag.module";
13
- import * as i12 from "../shared/shared.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/forms";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "../tag/tag.module";
6
+ import * as i5 from "../shared/shared.module";
7
+ import * as i6 from "./autosize.directive";
8
+ import * as i7 from "./input.component";
9
+ import * as i8 from "./input-group/input-group.component";
10
+ import * as i9 from "./helper-directives";
11
+ import * as i10 from "./search/search.component";
12
+ import * as i11 from "./tags-input/tags-input.component";
13
+ import * as i12 from "./number-input/number-input.component";
14
14
  export declare class InputModule {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<InputModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<InputModule, [typeof i1.AutosizeDirective, typeof i2.InputComponent, typeof i3.InputGroupComponent, typeof i4.InputAddonBeforeDirective, typeof i4.InputAddonAfterDirective, typeof i4.InputPrefixDirective, typeof i4.InputSuffixDirective, typeof i5.SearchComponent, typeof i6.TagsInputComponent, typeof i7.NumberInputComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.IconModule, typeof i11.TagModule, typeof i12.SharedModule], [typeof i1.AutosizeDirective, typeof i2.InputComponent, typeof i3.InputGroupComponent, typeof i4.InputAddonBeforeDirective, typeof i4.InputAddonAfterDirective, typeof i4.InputPrefixDirective, typeof i4.InputSuffixDirective, typeof i5.SearchComponent, typeof i6.TagsInputComponent, typeof i7.NumberInputComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.IconModule, typeof i4.TagModule, typeof i5.SharedModule, typeof i6.AutosizeDirective, typeof i7.InputComponent, typeof i8.InputGroupComponent, typeof i9.InputAddonBeforeDirective, typeof i9.InputAddonAfterDirective, typeof i9.InputPrefixDirective, typeof i9.InputSuffixDirective, typeof i10.SearchComponent, typeof i11.TagsInputComponent, typeof i12.NumberInputComponent], [typeof i6.AutosizeDirective, typeof i7.InputComponent, typeof i8.InputGroupComponent, typeof i9.InputAddonBeforeDirective, typeof i9.InputAddonAfterDirective, typeof i9.InputPrefixDirective, typeof i9.InputSuffixDirective, typeof i10.SearchComponent, typeof i11.TagsInputComponent, typeof i12.NumberInputComponent]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<InputModule>;
18
18
  }
@@ -3,6 +3,7 @@ import { Observable } from 'rxjs';
3
3
  import { CommonFormControl } from '../../form';
4
4
  import { ComponentSize } from '../../types';
5
5
  import { Bem } from '../../utils';
6
+ import { InputAddonAfterDirective, InputAddonBeforeDirective } from '../helper-directives';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class NumberInputComponent extends CommonFormControl<number> implements AfterContentInit, AfterViewInit {
8
9
  bem: Bem;
@@ -31,7 +32,8 @@ export declare class NumberInputComponent extends CommonFormControl<number> impl
31
32
  private parsePrecision;
32
33
  private getStepPrecision;
33
34
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "aui-number-input", never, { "size": { "alias": "size"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "controlsPosition": { "alias": "controlsPosition"; "required": false; }; "angleControls": { "alias": "angleControls"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; }, {}, ["addonBeforeRefs", "addonAfterRefs"], ["[auiInputAddonBefore]", "[auiInputAddonAfter]"], false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "aui-number-input", never, { "size": { "alias": "size"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "controlsPosition": { "alias": "controlsPosition"; "required": false; }; "angleControls": { "alias": "angleControls"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; }, {}, ["addonBeforeRefs", "addonAfterRefs"], ["[auiInputAddonBefore]", "[auiInputAddonAfter]"], true, never>;
35
36
  static ngAcceptInputType_min: number | string;
36
37
  static ngAcceptInputType_max: number | string;
37
38
  }
39
+ export declare const NUMBER_INPUT_MODULE: readonly [typeof NumberInputComponent, typeof InputAddonBeforeDirective, typeof InputAddonAfterDirective];
@@ -24,5 +24,5 @@ export declare class SearchComponent {
24
24
  emitSearch(): void;
25
25
  emitClear(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "aui-search", never, { "size": { "alias": "size"; "required": false; }; "searchButton": { "alias": "searchButton"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "searching": { "alias": "searching"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "keyword": { "alias": "keyword"; "required": false; }; }, { "keywordChange": "keywordChange"; "search": "search"; "clear": "clear"; }, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "aui-search", never, { "size": { "alias": "size"; "required": false; }; "searchButton": { "alias": "searchButton"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "searching": { "alias": "searching"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "keyword": { "alias": "keyword"; "required": false; }; }, { "keywordChange": "keywordChange"; "search": "search"; "clear": "clear"; }, never, never, true, never>;
28
28
  }
@@ -53,5 +53,5 @@ export declare class TagsInputComponent extends CommonFormControl<string[]> impl
53
53
  private removeInputControlError;
54
54
  private clearInput;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<TagsInputComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<TagsInputComponent, "aui-tags-input", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "allowRepeat": { "alias": "allowRepeat"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "readonlyTags": { "alias": "readonlyTags"; "required": false; }; "maxRowCount": { "alias": "maxRowCount"; "required": false; }; "customRowHeight": { "alias": "customRowHeight"; "required": false; }; "inputValidator": { "alias": "inputValidator"; "required": false; }; "inputAsyncValidator": { "alias": "inputAsyncValidator"; "required": false; }; }, {}, never, never, false, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagsInputComponent, "aui-tags-input", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "allowRepeat": { "alias": "allowRepeat"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "readonlyTags": { "alias": "readonlyTags"; "required": false; }; "maxRowCount": { "alias": "maxRowCount"; "required": false; }; "customRowHeight": { "alias": "customRowHeight"; "required": false; }; "inputValidator": { "alias": "inputValidator"; "required": false; }; "inputAsyncValidator": { "alias": "inputAsyncValidator"; "required": false; }; }, {}, never, never, true, never>;
57
57
  }
@@ -4,5 +4,5 @@ export declare class MessageWrapperComponent {
4
4
  elementRef: ElementRef;
5
5
  constructor(elementRef: ElementRef);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageWrapperComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageWrapperComponent, "aui-message-wrapper", never, {}, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageWrapperComponent, "aui-message-wrapper", never, {}, {}, never, never, true, never>;
8
8
  }
@@ -26,5 +26,5 @@ export declare class MessageComponent implements AfterViewInit {
26
26
  close(): void;
27
27
  onAnimationEnd(event: AnimationEvent): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "aui-message", never, {}, {}, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "aui-message", never, {}, {}, never, never, true, never>;
30
30
  }
@@ -1,11 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./message-wrapper.component";
3
- import * as i2 from "./message.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/cdk/overlay";
6
- import * as i5 from "../icon/icon.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/cdk/overlay";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "./message-wrapper.component";
6
+ import * as i5 from "./message.component";
7
7
  export declare class MessageModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, [typeof i1.MessageWrapperComponent, typeof i2.MessageComponent], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.IconModule], never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, never, [typeof i1.CommonModule, typeof i2.OverlayModule, typeof i3.IconModule, typeof i4.MessageWrapperComponent, typeof i5.MessageComponent], never>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<MessageModule>;
11
11
  }
@@ -5,5 +5,5 @@ export declare class NotificationWrapperComponent extends MessageWrapperComponen
5
5
  elementRef: ElementRef;
6
6
  constructor(elementRef: ElementRef);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationWrapperComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationWrapperComponent, "aui-notification-wrapper", never, {}, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationWrapperComponent, "aui-notification-wrapper", never, {}, {}, never, never, true, never>;
9
9
  }
@@ -26,5 +26,5 @@ export declare class NotificationComponent extends MessageComponent implements A
26
26
  private attachComponentRef;
27
27
  private countDown;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "aui-notification", never, {}, {}, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "aui-notification", never, {}, {}, never, never, true, never>;
30
30
  }
@@ -1,12 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./notification-wrapper.component";
3
- import * as i2 from "./notification.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/cdk/overlay";
6
- import * as i5 from "@angular/cdk/portal";
7
- import * as i6 from "../icon/icon.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/cdk/overlay";
4
+ import * as i3 from "@angular/cdk/portal";
5
+ import * as i4 from "../icon/icon.module";
6
+ import * as i5 from "./notification-wrapper.component";
7
+ import * as i6 from "./notification.component";
8
8
  export declare class NotificationModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationModule, [typeof i1.NotificationWrapperComponent, typeof i2.NotificationComponent], [typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.PortalModule, typeof i6.IconModule], never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationModule, never, [typeof i1.CommonModule, typeof i2.OverlayModule, typeof i3.PortalModule, typeof i4.IconModule, typeof i5.NotificationWrapperComponent, typeof i6.NotificationComponent], never>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<NotificationModule>;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "7.0.4-beta.4",
3
+ "version": "7.0.4-beta.6",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
@@ -1,4 +1,3 @@
1
- import { Optional } from '@angular/core';
2
1
  import { Subject } from 'rxjs';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class PaginatorIntl {
@@ -10,9 +9,3 @@ export declare class PaginatorIntl {
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorIntl, never>;
11
10
  static ɵprov: i0.ɵɵInjectableDeclaration<PaginatorIntl>;
12
11
  }
13
- export declare function PAGINATOR_INTL_PROVIDER_FACTORY(parentIntl: PaginatorIntl): PaginatorIntl;
14
- export declare const PAGINATOR_INTL_PROVIDER: {
15
- provide: typeof PaginatorIntl;
16
- deps: Optional[][];
17
- useFactory: typeof PAGINATOR_INTL_PROVIDER_FACTORY;
18
- };
@@ -33,5 +33,5 @@ export declare class PaginatorComponent implements OnDestroy {
33
33
  onKeydown(event: KeyboardEvent): void;
34
34
  trackByIndex(index: number): number;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "aui-paginator", never, { "pageIndex": { "alias": "pageIndex"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "total": { "alias": "total"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "pageIndexChange": "pageIndexChange"; "currentPageChange": "currentPageChange"; "pageSizeChange": "pageSizeChange"; }, never, ["*"], false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "aui-paginator", never, { "pageIndex": { "alias": "pageIndex"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "total": { "alias": "total"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "pageIndexChange": "pageIndexChange"; "currentPageChange": "currentPageChange"; "pageSizeChange": "pageSizeChange"; }, never, ["*"], true, never>;
37
37
  }
@@ -1,12 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./paginator.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../button/button.module";
5
- import * as i4 from "../icon/icon.module";
6
- import * as i5 from "../select/select.module";
7
- import * as i6 from "../input/input.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../button/button.module";
4
+ import * as i3 from "../icon/icon.module";
5
+ import * as i4 from "../select/select.module";
6
+ import * as i5 from "../input/input.module";
7
+ import * as i6 from "./paginator.component";
8
8
  export declare class PaginatorModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorModule, [typeof i1.PaginatorComponent], [typeof i2.CommonModule, typeof i3.ButtonModule, typeof i4.IconModule, typeof i5.SelectModule, typeof i6.InputModule], [typeof i1.PaginatorComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorModule, never, [typeof i1.CommonModule, typeof i2.ButtonModule, typeof i3.IconModule, typeof i4.SelectModule, typeof i5.InputModule, typeof i6.PaginatorComponent], [typeof i6.PaginatorComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<PaginatorModule>;
12
12
  }
@@ -13,5 +13,5 @@ export declare class RadioButtonComponent extends BaseRadio implements OnInit {
13
13
  constructor(radioGroup: RadioGroupComponent, focusMonitor: FocusMonitor, cdr: ChangeDetectorRef);
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "aui-radio-button", never, {}, {}, never, ["*"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "aui-radio-button", never, {}, {}, never, ["*"], true, never>;
17
17
  }
@@ -16,5 +16,5 @@ export declare class RadioGroupComponent extends CommonFormControl<any> {
16
16
  onRadioChange(value: any): void;
17
17
  onRadioBlur(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "aui-radio-group", never, { "size": { "alias": "size"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "aui-radio-group", never, { "size": { "alias": "size"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "plain": { "alias": "plain"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], true, never>;
20
20
  }
@@ -9,5 +9,5 @@ export declare class RadioComponent extends BaseRadio {
9
9
  get rootClass(): string;
10
10
  constructor(radioGroup: RadioGroupComponent, focusMonitor: FocusMonitor, cdr: ChangeDetectorRef);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "aui-radio", never, {}, {}, never, ["*"], false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "aui-radio", never, {}, {}, never, ["*"], true, never>;
13
13
  }
@@ -1,11 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./radio.component";
3
- import * as i2 from "./radio-group/radio-group.component";
4
- import * as i3 from "./radio-button/radio-button.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "../icon/icon.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../icon/icon.module";
4
+ import * as i3 from "./radio.component";
5
+ import * as i4 from "./radio-group/radio-group.component";
6
+ import * as i5 from "./radio-button/radio-button.component";
7
7
  export declare class RadioModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<RadioModule, [typeof i1.RadioComponent, typeof i2.RadioGroupComponent, typeof i3.RadioButtonComponent], [typeof i4.CommonModule, typeof i5.IconModule], [typeof i1.RadioComponent, typeof i2.RadioGroupComponent, typeof i3.RadioButtonComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RadioModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.RadioComponent, typeof i4.RadioGroupComponent, typeof i5.RadioButtonComponent], [typeof i3.RadioComponent, typeof i4.RadioGroupComponent, typeof i5.RadioButtonComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<RadioModule>;
11
11
  }
@@ -20,5 +20,5 @@ export declare class FixedSizeTableVirtualScrollDirective<T = unknown> implement
20
20
  private initStickyPositions;
21
21
  private setSticky;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FixedSizeTableVirtualScrollDirective<any>, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<FixedSizeTableVirtualScrollDirective<any>, "aui-virtual-scroll-viewport[fixedSize]", ["viewPort"], { "rowHeight": { "alias": "rowHeight"; "required": false; }; "headerHeight": { "alias": "headerHeight"; "required": false; }; "buffer": { "alias": "buffer"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; }, {}, ["table"], never, false, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FixedSizeTableVirtualScrollDirective<any>, "aui-virtual-scroll-viewport[fixedSize]", ["viewPort"], { "rowHeight": { "alias": "rowHeight"; "required": false; }; "headerHeight": { "alias": "headerHeight"; "required": false; }; "buffer": { "alias": "buffer"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; }, {}, ["table"], never, true, never>;
24
24
  }
@@ -2,5 +2,5 @@ import { CdkFixedSizeVirtualScroll } from '@angular/cdk/scrolling';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class FixedSizeVirtualScrollDirective extends CdkFixedSizeVirtualScroll {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<FixedSizeVirtualScrollDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<FixedSizeVirtualScrollDirective, "aui-virtual-scroll-viewport[itemSize]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FixedSizeVirtualScrollDirective, "aui-virtual-scroll-viewport[itemSize]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -5,6 +5,6 @@ import * as i3 from "./fixed-size-virtual-scroll.directive";
5
5
  import * as i4 from "./virtual-for-of.directive";
6
6
  export declare class ScrollingModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ScrollingModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollingModule, [typeof i1.VirtualScrollViewportComponent, typeof i2.FixedSizeTableVirtualScrollDirective, typeof i3.FixedSizeVirtualScrollDirective, typeof i4.VirtualForOfDirective], never, [typeof i1.VirtualScrollViewportComponent, typeof i2.FixedSizeTableVirtualScrollDirective, typeof i3.FixedSizeVirtualScrollDirective, typeof i4.VirtualForOfDirective]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollingModule, never, [typeof i1.VirtualScrollViewportComponent, typeof i2.FixedSizeTableVirtualScrollDirective, typeof i3.FixedSizeVirtualScrollDirective, typeof i4.VirtualForOfDirective], [typeof i1.VirtualScrollViewportComponent, typeof i2.FixedSizeTableVirtualScrollDirective, typeof i3.FixedSizeVirtualScrollDirective, typeof i4.VirtualForOfDirective]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<ScrollingModule>;
10
10
  }
@@ -9,5 +9,5 @@ export declare class VirtualForOfDirective<T> extends CdkVirtualForOf<T> {
9
9
  set auiVirtualForTemplate(value: TemplateRef<CdkVirtualForOfContext<T>>);
10
10
  set auiVirtualForTemplateCacheSize(size: number);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<VirtualForOfDirective<any>, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<VirtualForOfDirective<any>, "[auiVirtualFor][auiVirtualForOf]", never, { "auiVirtualForOf": { "alias": "auiVirtualForOf"; "required": false; }; "auiVirtualForTrackBy": { "alias": "auiVirtualForTrackBy"; "required": false; }; "auiVirtualForTemplate": { "alias": "auiVirtualForTemplate"; "required": false; }; "auiVirtualForTemplateCacheSize": { "alias": "auiVirtualForTemplateCacheSize"; "required": false; }; }, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<VirtualForOfDirective<any>, "[auiVirtualFor][auiVirtualForOf]", never, { "auiVirtualForOf": { "alias": "auiVirtualForOf"; "required": false; }; "auiVirtualForTrackBy": { "alias": "auiVirtualForTrackBy"; "required": false; }; "auiVirtualForTemplate": { "alias": "auiVirtualForTemplate"; "required": false; }; "auiVirtualForTemplateCacheSize": { "alias": "auiVirtualForTemplateCacheSize"; "required": false; }; }, {}, never, never, true, never>;
13
13
  }
@@ -2,5 +2,5 @@ import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class VirtualScrollViewportComponent extends CdkVirtualScrollViewport {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<VirtualScrollViewportComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<VirtualScrollViewportComponent, "aui-virtual-scroll-viewport", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<VirtualScrollViewportComponent, "aui-virtual-scroll-viewport", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -73,7 +73,7 @@ export declare abstract class BaseSelect<T, V = T> extends CommonFormControl<V>
73
73
  abstract selectOption(option: OptionComponent<T>): void;
74
74
  abstract clearValue(event: Event): void;
75
75
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseSelect<any, any>, never>;
76
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseSelect<any, any>, never, never, { "size": { "alias": "size"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "filterFn": { "alias": "filterFn"; "required": false; }; "trackFn": { "alias": "trackFn"; "required": false; }; "labelFn": { "alias": "labelFn"; "required": false; }; "allowCreate": { "alias": "allowCreate"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "defaultFirstOption": { "alias": "defaultFirstOption"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, ["optionContent", "contentOptions"], never, false, never>;
76
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseSelect<any, any>, never, never, { "size": { "alias": "size"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "filterFn": { "alias": "filterFn"; "required": false; }; "trackFn": { "alias": "trackFn"; "required": false; }; "labelFn": { "alias": "labelFn"; "required": false; }; "allowCreate": { "alias": "allowCreate"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "defaultFirstOption": { "alias": "defaultFirstOption"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, ["optionContent", "contentOptions"], never, true, never>;
77
77
  static ngAcceptInputType_filterable: unknown;
78
78
  static ngAcceptInputType_clearable: unknown;
79
79
  static ngAcceptInputType_allowCreate: unknown;