@alauda/ui 6.5.9-beta.21 → 6.5.9-beta.23

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 (347) 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/anchor/anchor.component.d.ts +2 -2
  4. package/anchor/anchor.directive.d.ts +3 -3
  5. package/autocomplete/autocomplete-placeholder.component.d.ts +1 -1
  6. package/autocomplete/autocomplete.component.d.ts +1 -1
  7. package/autocomplete/autocomplete.directive.d.ts +2 -2
  8. package/autocomplete/autocomplete.types.d.ts +1 -1
  9. package/autocomplete/helper-directives.d.ts +1 -1
  10. package/autocomplete/suggestion/suggestion.component.d.ts +1 -1
  11. package/autocomplete/suggestion-group/suggestion-group.component.d.ts +1 -1
  12. package/back-top/back-top.component.d.ts +2 -2
  13. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  14. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  15. package/button/button-group/button-group.component.d.ts +1 -1
  16. package/button/button.component.d.ts +1 -1
  17. package/button/button.types.d.ts +1 -10
  18. package/card/card.component.d.ts +1 -1
  19. package/card/helper-directives.d.ts +3 -6
  20. package/card/section.component.d.ts +1 -1
  21. package/checkbox/checkbox-group/checkbox-group.component.d.ts +1 -1
  22. package/checkbox/checkbox.component.d.ts +1 -1
  23. package/color-picker/color-picker.component.d.ts +1 -1
  24. package/date-picker/calendar/date-picker-panel/component.d.ts +1 -1
  25. package/date-picker/calendar/footer/component.d.ts +1 -1
  26. package/date-picker/calendar/header/component.d.ts +1 -1
  27. package/date-picker/calendar/panel/picker-panel.d.ts +1 -1
  28. package/date-picker/calendar/range-picker-panel/component.d.ts +1 -1
  29. package/date-picker/date-picker/date-picker.component.d.ts +1 -1
  30. package/date-picker/date-picker.type.d.ts +2 -2
  31. package/date-picker/range-picker/range-picker.component.d.ts +1 -1
  32. package/date-picker/trigger/trigger.component.d.ts +1 -1
  33. package/dialog/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  34. package/dialog/dialog-content/dialog-close.directive.d.ts +1 -1
  35. package/dialog/dialog-content/dialog-content.component.d.ts +1 -1
  36. package/dialog/dialog-content/dialog-footer.component.d.ts +1 -1
  37. package/dialog/dialog-content/dialog-header.component.d.ts +1 -1
  38. package/dialog/dialog.component.d.ts +1 -1
  39. package/dialog/dialog.types.d.ts +3 -3
  40. package/drawer/component/drawer.component.d.ts +1 -1
  41. package/drawer/component/helper-directives.d.ts +3 -3
  42. package/dropdown/dropdown-active.directive.d.ts +1 -1
  43. package/dropdown/dropdown-button/dropdown-button.component.d.ts +1 -1
  44. package/dropdown/dropdown.directive.d.ts +1 -1
  45. package/dropdown/dropdown.types.d.ts +1 -1
  46. package/dropdown/helper-directives.d.ts +1 -1
  47. package/dropdown/menu/menu-content.directive.d.ts +1 -1
  48. package/dropdown/menu/menu.component.d.ts +1 -1
  49. package/dropdown/menu-group/menu-group.component.d.ts +1 -1
  50. package/dropdown/menu-item/menu-item.component.d.ts +1 -1
  51. package/dropdown/submenu/submenu.component.d.ts +1 -1
  52. package/esm2020/accordion/accordion-item/accordion-item.component.mjs +12 -14
  53. package/esm2020/accordion/accordion.component.mjs +4 -4
  54. package/esm2020/accordion/accordion.module.mjs +5 -5
  55. package/esm2020/alauda-ui.mjs +1 -4
  56. package/esm2020/anchor/anchor.component.mjs +15 -16
  57. package/esm2020/anchor/anchor.directive.mjs +27 -27
  58. package/esm2020/anchor/anchor.module.mjs +5 -6
  59. package/esm2020/autocomplete/autocomplete-placeholder.component.mjs +3 -3
  60. package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
  61. package/esm2020/autocomplete/autocomplete.directive.mjs +27 -28
  62. package/esm2020/autocomplete/autocomplete.module.mjs +5 -5
  63. package/esm2020/autocomplete/helper-directives.mjs +3 -3
  64. package/esm2020/autocomplete/suggestion/suggestion.component.mjs +17 -17
  65. package/esm2020/autocomplete/suggestion-group/suggestion-group.component.mjs +3 -3
  66. package/esm2020/back-top/back-top.component.mjs +15 -17
  67. package/esm2020/back-top/back-top.module.mjs +5 -5
  68. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +11 -11
  69. package/esm2020/breadcrumb/breadcrumb.component.mjs +3 -3
  70. package/esm2020/breadcrumb/breadcrumb.module.mjs +5 -5
  71. package/esm2020/button/button-group/button-group.component.mjs +3 -3
  72. package/esm2020/button/button.component.mjs +21 -22
  73. package/esm2020/button/button.module.mjs +5 -5
  74. package/esm2020/button/button.types.mjs +1 -10
  75. package/esm2020/card/card.component.mjs +3 -3
  76. package/esm2020/card/card.module.mjs +5 -5
  77. package/esm2020/card/helper-directives.mjs +10 -13
  78. package/esm2020/card/section.component.mjs +3 -3
  79. package/esm2020/checkbox/checkbox-group/checkbox-group.component.mjs +3 -3
  80. package/esm2020/checkbox/checkbox.component.mjs +20 -20
  81. package/esm2020/checkbox/checkbox.module.mjs +5 -5
  82. package/esm2020/color-picker/color-picker.component.mjs +3 -3
  83. package/esm2020/color-picker/color-picker.module.mjs +5 -5
  84. package/esm2020/date-picker/calendar/constant.mjs +1 -2
  85. package/esm2020/date-picker/calendar/date-picker-panel/component.mjs +10 -10
  86. package/esm2020/date-picker/calendar/footer/component.mjs +5 -5
  87. package/esm2020/date-picker/calendar/header/component.mjs +7 -11
  88. package/esm2020/date-picker/calendar/panel/picker-panel.mjs +20 -24
  89. package/esm2020/date-picker/calendar/range-picker-panel/component.mjs +11 -13
  90. package/esm2020/date-picker/calendar/util.mjs +1 -2
  91. package/esm2020/date-picker/date-picker/date-picker.component.mjs +8 -8
  92. package/esm2020/date-picker/date-picker.module.mjs +13 -15
  93. package/esm2020/date-picker/range-picker/range-picker.component.mjs +8 -8
  94. package/esm2020/date-picker/trigger/trigger.component.mjs +18 -18
  95. package/esm2020/dialog/confirm-dialog/confirm-dialog.component.mjs +6 -6
  96. package/esm2020/dialog/dialog-animations.mjs +1 -2
  97. package/esm2020/dialog/dialog-content/dialog-close.directive.mjs +3 -3
  98. package/esm2020/dialog/dialog-content/dialog-content.component.mjs +4 -5
  99. package/esm2020/dialog/dialog-content/dialog-footer.component.mjs +3 -3
  100. package/esm2020/dialog/dialog-content/dialog-header.component.mjs +5 -5
  101. package/esm2020/dialog/dialog.component.mjs +12 -13
  102. package/esm2020/dialog/dialog.module.mjs +9 -12
  103. package/esm2020/dialog/dialog.service.mjs +4 -5
  104. package/esm2020/drawer/component/drawer.component.mjs +27 -30
  105. package/esm2020/drawer/component/helper-directives.mjs +10 -14
  106. package/esm2020/drawer/drawer.module.mjs +5 -6
  107. package/esm2020/drawer/drawer.service.mjs +3 -3
  108. package/esm2020/dropdown/dropdown-active.directive.mjs +3 -3
  109. package/esm2020/dropdown/dropdown-button/dropdown-button.component.mjs +5 -5
  110. package/esm2020/dropdown/dropdown.directive.mjs +13 -13
  111. package/esm2020/dropdown/dropdown.module.mjs +5 -5
  112. package/esm2020/dropdown/helper-directives.mjs +3 -3
  113. package/esm2020/dropdown/menu/menu-content.directive.mjs +3 -3
  114. package/esm2020/dropdown/menu/menu.component.mjs +3 -3
  115. package/esm2020/dropdown/menu-group/menu-group.component.mjs +3 -3
  116. package/esm2020/dropdown/menu-item/menu-item.component.mjs +3 -3
  117. package/esm2020/dropdown/submenu/submenu.component.mjs +7 -7
  118. package/esm2020/form/common-form.mjs +15 -22
  119. package/esm2020/form/form-item/form-item.component.mjs +9 -9
  120. package/esm2020/form/form.directive.mjs +17 -17
  121. package/esm2020/form/form.module.mjs +5 -5
  122. package/esm2020/form/helper-directives.mjs +15 -15
  123. package/esm2020/i18n/i18n.module.mjs +4 -4
  124. package/esm2020/i18n/i18n.pipe.mjs +3 -3
  125. package/esm2020/i18n/i18n.service.mjs +3 -3
  126. package/esm2020/icon/icon-register.service.mjs +4 -5
  127. package/esm2020/icon/icon.component.mjs +3 -3
  128. package/esm2020/icon/icon.module.mjs +5 -5
  129. package/esm2020/inline-alert/helper-directives.mjs +3 -3
  130. package/esm2020/inline-alert/inline-alert.component.mjs +5 -5
  131. package/esm2020/inline-alert/inline-alert.module.mjs +5 -5
  132. package/esm2020/input/autosize.directive.mjs +11 -16
  133. package/esm2020/input/helper-directives.mjs +12 -12
  134. package/esm2020/input/input-group/input-group.component.mjs +3 -3
  135. package/esm2020/input/input.component.mjs +14 -18
  136. package/esm2020/input/input.module.mjs +10 -12
  137. package/esm2020/input/number-input/number-input.component.mjs +6 -6
  138. package/esm2020/input/search/search.component.mjs +8 -8
  139. package/esm2020/input/tags-input/tags-input.component.mjs +27 -32
  140. package/esm2020/message/message-wrapper.component.mjs +3 -3
  141. package/esm2020/message/message.component.mjs +8 -8
  142. package/esm2020/message/message.config.mjs +1 -6
  143. package/esm2020/message/message.module.mjs +5 -6
  144. package/esm2020/message/message.service.mjs +3 -3
  145. package/esm2020/notification/notification-wrapper.component.mjs +3 -3
  146. package/esm2020/notification/notification.component.mjs +8 -12
  147. package/esm2020/notification/notification.module.mjs +5 -6
  148. package/esm2020/notification/notification.service.mjs +3 -3
  149. package/esm2020/paginator/paginator-intl.mjs +4 -15
  150. package/esm2020/paginator/paginator.component.mjs +24 -32
  151. package/esm2020/paginator/paginator.module.mjs +5 -5
  152. package/esm2020/radio/base-radio.mjs +11 -11
  153. package/esm2020/radio/radio-button/radio-button.component.mjs +9 -10
  154. package/esm2020/radio/radio-group/radio-group.component.mjs +4 -7
  155. package/esm2020/radio/radio.component.mjs +7 -8
  156. package/esm2020/radio/radio.module.mjs +5 -5
  157. package/esm2020/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +4 -6
  158. package/esm2020/scrolling/fixed-size-table-virtual-scroll.directive.mjs +4 -6
  159. package/esm2020/scrolling/fixed-size-virtual-scroll.directive.mjs +4 -5
  160. package/esm2020/scrolling/scrolling.module.mjs +4 -4
  161. package/esm2020/scrolling/virtual-for-of.directive.mjs +3 -3
  162. package/esm2020/scrolling/virtual-scroll-viewport.component.mjs +3 -3
  163. package/esm2020/select/base-select.mjs +5 -8
  164. package/esm2020/select/helper-directives.mjs +6 -6
  165. package/esm2020/select/multi-select/multi-select.component.mjs +28 -31
  166. package/esm2020/select/option/option.component.mjs +34 -34
  167. package/esm2020/select/option-group/option-group.component.mjs +3 -3
  168. package/esm2020/select/option-placeholder.component.mjs +3 -3
  169. package/esm2020/select/select.component.mjs +11 -12
  170. package/esm2020/select/select.module.mjs +10 -12
  171. package/esm2020/select/validators.mjs +9 -13
  172. package/esm2020/shared/click-outside.directive.mjs +8 -8
  173. package/esm2020/shared/shared.module.mjs +4 -4
  174. package/esm2020/sort/sort-errors.mjs +1 -5
  175. package/esm2020/sort/sort-header.component.mjs +4 -8
  176. package/esm2020/sort/sort.directive.mjs +4 -5
  177. package/esm2020/sort/sort.module.mjs +5 -5
  178. package/esm2020/status-bar/status-bar.component.mjs +3 -3
  179. package/esm2020/status-bar/status-bar.module.mjs +5 -5
  180. package/esm2020/steps/steps.component.mjs +6 -10
  181. package/esm2020/steps/steps.module.mjs +5 -5
  182. package/esm2020/switch/switch.component.mjs +5 -5
  183. package/esm2020/switch/switch.module.mjs +5 -5
  184. package/esm2020/table/table-cell-def.directive.mjs +4 -8
  185. package/esm2020/table/table-cell.component.mjs +9 -9
  186. package/esm2020/table/table-cell.directive.mjs +4 -6
  187. package/esm2020/table/table-column-def.directive.mjs +4 -10
  188. package/esm2020/table/table-header-cell-def.directive.mjs +4 -8
  189. package/esm2020/table/table-header-cell.directive.mjs +4 -6
  190. package/esm2020/table/table-header-row-def.directive.mjs +4 -8
  191. package/esm2020/table/table-header-row.component.mjs +4 -5
  192. package/esm2020/table/table-placeholder.directive.mjs +6 -6
  193. package/esm2020/table/table-row-def.directive.mjs +4 -9
  194. package/esm2020/table/table-row.component.mjs +4 -5
  195. package/esm2020/table/table-scroll.directive.mjs +14 -15
  196. package/esm2020/table/table.component.mjs +6 -9
  197. package/esm2020/table/table.module.mjs +5 -5
  198. package/esm2020/table-of-contents/table-of-contents.module.mjs +5 -5
  199. package/esm2020/table-of-contents/toc-container.directive.mjs +14 -14
  200. package/esm2020/table-of-contents/toc-content.directive.mjs +3 -3
  201. package/esm2020/table-of-contents/toc-link.directive.mjs +7 -7
  202. package/esm2020/tabs/tab-body.component.mjs +25 -43
  203. package/esm2020/tabs/tab-context.service.mjs +10 -13
  204. package/esm2020/tabs/tab-group.component.mjs +28 -73
  205. package/esm2020/tabs/tab-header-active-indicator.component.mjs +4 -13
  206. package/esm2020/tabs/tab-header.component.mjs +28 -131
  207. package/esm2020/tabs/tab.component.mjs +13 -27
  208. package/esm2020/tabs/tabs.module.mjs +11 -13
  209. package/esm2020/tabs/tabs.types.mjs +1 -4
  210. package/esm2020/tag/check-tag/check-tag.component.mjs +3 -3
  211. package/esm2020/tag/tag.component.mjs +6 -7
  212. package/esm2020/tag/tag.module.mjs +5 -5
  213. package/esm2020/theme/theme.module.mjs +5 -5
  214. package/esm2020/theme/theme.pipe.mjs +12 -12
  215. package/esm2020/theme/theme.service.mjs +3 -3
  216. package/esm2020/time-picker/component.mjs +12 -12
  217. package/esm2020/time-picker/panel/panel.component.mjs +27 -29
  218. package/esm2020/time-picker/time-picker.module.mjs +14 -16
  219. package/esm2020/tooltip/base-tooltip.mjs +38 -42
  220. package/esm2020/tooltip/tooltip-active.directive.mjs +3 -3
  221. package/esm2020/tooltip/tooltip-copy.directive.mjs +10 -10
  222. package/esm2020/tooltip/tooltip-intl.mjs +4 -10
  223. package/esm2020/tooltip/tooltip.component.mjs +5 -5
  224. package/esm2020/tooltip/tooltip.directive.mjs +3 -3
  225. package/esm2020/tooltip/tooltip.module.mjs +5 -6
  226. package/esm2020/tree-select/tree-node-placeholder.component.mjs +3 -3
  227. package/esm2020/tree-select/tree-select.component.mjs +29 -30
  228. package/esm2020/tree-select/tree-select.module.mjs +5 -5
  229. package/esm2020/types.mjs +1 -4
  230. package/esm2020/utils/bem.mjs +1 -2
  231. package/esm2020/utils/coercion.mjs +1 -5
  232. package/fesm2015/alauda-ui.mjs +1559 -1952
  233. package/fesm2015/alauda-ui.mjs.map +1 -1
  234. package/fesm2020/alauda-ui.mjs +1559 -1953
  235. package/fesm2020/alauda-ui.mjs.map +1 -1
  236. package/form/common-form.d.ts +1 -8
  237. package/form/form-item/form-item.component.d.ts +1 -1
  238. package/form/form.directive.d.ts +1 -1
  239. package/form/form.types.d.ts +2 -2
  240. package/form/helper-directives.d.ts +5 -5
  241. package/i18n/i18n.pipe.d.ts +1 -1
  242. package/i18n/i18n.type.d.ts +1 -1
  243. package/icon/icon.component.d.ts +1 -1
  244. package/inline-alert/helper-directives.d.ts +1 -1
  245. package/inline-alert/inline-alert.component.d.ts +1 -1
  246. package/inline-alert/inline-alert.types.d.ts +1 -1
  247. package/input/autosize.directive.d.ts +1 -4
  248. package/input/helper-directives.d.ts +4 -4
  249. package/input/input-group/input-group.component.d.ts +1 -1
  250. package/input/input.component.d.ts +1 -4
  251. package/input/number-input/number-input.component.d.ts +1 -1
  252. package/input/search/search.component.d.ts +1 -1
  253. package/input/tags-input/tags-input.component.d.ts +4 -4
  254. package/message/message-wrapper.component.d.ts +1 -1
  255. package/message/message.component.d.ts +1 -1
  256. package/message/message.config.d.ts +0 -20
  257. package/notification/notification-wrapper.component.d.ts +1 -1
  258. package/notification/notification.component.d.ts +1 -5
  259. package/notification/notification.config.d.ts +1 -1
  260. package/package.json +9 -9
  261. package/paginator/paginator-intl.d.ts +0 -9
  262. package/paginator/paginator.component.d.ts +1 -15
  263. package/radio/base-radio.d.ts +1 -1
  264. package/radio/radio-button/radio-button.component.d.ts +1 -1
  265. package/radio/radio-group/radio-group.component.d.ts +1 -4
  266. package/radio/radio.component.d.ts +1 -1
  267. package/radio/radio.types.d.ts +1 -1
  268. package/scrolling/fixed-size-table-virtual-scroll.directive.d.ts +1 -1
  269. package/scrolling/fixed-size-virtual-scroll.directive.d.ts +1 -1
  270. package/scrolling/virtual-for-of.directive.d.ts +1 -1
  271. package/scrolling/virtual-scroll-viewport.component.d.ts +1 -1
  272. package/select/base-select.d.ts +1 -4
  273. package/select/helper-directives.d.ts +2 -2
  274. package/select/multi-select/multi-select.component.d.ts +1 -1
  275. package/select/option/option.component.d.ts +1 -1
  276. package/select/option-group/option-group.component.d.ts +1 -1
  277. package/select/option-placeholder.component.d.ts +1 -1
  278. package/select/select.component.d.ts +1 -1
  279. package/select/select.types.d.ts +3 -3
  280. package/select/validators.d.ts +1 -1
  281. package/shared/click-outside.directive.d.ts +1 -1
  282. package/sort/sort-errors.d.ts +0 -4
  283. package/sort/sort-header.component.d.ts +1 -1
  284. package/sort/sort.directive.d.ts +1 -1
  285. package/sort/sort.types.d.ts +2 -2
  286. package/status-bar/status-bar.component.d.ts +1 -1
  287. package/status-bar/status-bar.types.d.ts +2 -2
  288. package/steps/steps.component.d.ts +1 -4
  289. package/steps/types.d.ts +3 -6
  290. package/switch/switch.component.d.ts +1 -1
  291. package/table/table-cell-def.directive.d.ts +1 -5
  292. package/table/table-cell.component.d.ts +2 -2
  293. package/table/table-cell.directive.d.ts +1 -2
  294. package/table/table-column-def.directive.d.ts +1 -5
  295. package/table/table-header-cell-def.directive.d.ts +1 -5
  296. package/table/table-header-cell.directive.d.ts +1 -2
  297. package/table/table-header-row-def.directive.d.ts +1 -5
  298. package/table/table-header-row.component.d.ts +1 -2
  299. package/table/table-placeholder.directive.d.ts +2 -2
  300. package/table/table-row-def.directive.d.ts +1 -6
  301. package/table/table-row.component.d.ts +1 -2
  302. package/table/table-scroll.directive.d.ts +2 -2
  303. package/table/table.component.d.ts +1 -1
  304. package/table-of-contents/toc-container.directive.d.ts +1 -1
  305. package/table-of-contents/toc-content.directive.d.ts +1 -1
  306. package/table-of-contents/toc-link.directive.d.ts +1 -1
  307. package/tabs/tab-body.component.d.ts +7 -23
  308. package/tabs/tab-context.service.d.ts +0 -3
  309. package/tabs/tab-group.component.d.ts +1 -29
  310. package/tabs/tab-header-active-indicator.component.d.ts +1 -10
  311. package/tabs/tab-header.component.d.ts +2 -85
  312. package/tabs/tab.component.d.ts +1 -19
  313. package/tabs/tabs.types.d.ts +2 -5
  314. package/tag/check-tag/check-tag.component.d.ts +1 -1
  315. package/tag/tag.component.d.ts +1 -1
  316. package/tag/tag.types.d.ts +1 -1
  317. package/theme/theme.pipe.d.ts +4 -4
  318. package/theme/theme.types.d.ts +3 -3
  319. package/time-picker/component.d.ts +1 -1
  320. package/time-picker/panel/panel.component.d.ts +1 -1
  321. package/time-picker/time-picker.type.d.ts +1 -1
  322. package/tooltip/base-tooltip.d.ts +1 -1
  323. package/tooltip/tooltip-active.directive.d.ts +1 -1
  324. package/tooltip/tooltip-copy.directive.d.ts +1 -1
  325. package/tooltip/tooltip-intl.d.ts +0 -4
  326. package/tooltip/tooltip.component.d.ts +1 -1
  327. package/tooltip/tooltip.directive.d.ts +1 -1
  328. package/tree-select/tree-node-placeholder.component.d.ts +1 -1
  329. package/tree-select/tree-select.component.d.ts +2 -2
  330. package/tree-select/tree-select.types.d.ts +1 -1
  331. package/types.d.ts +2 -5
  332. package/utils/operators.d.ts +1 -1
  333. package/.changeset/README.md +0 -8
  334. package/alauda-ui.d.ts +0 -5
  335. package/src/accordion/README.md +0 -13
  336. package/src/anchor/README.md +0 -23
  337. package/src/dropdown/README.md +0 -57
  338. package/src/form/README.md +0 -32
  339. package/src/icon/README.md +0 -28
  340. package/src/inline-alert/README.md +0 -16
  341. package/src/input/number-input/README.md +0 -16
  342. package/src/select/README.md +0 -57
  343. package/src/sort/README.md +0 -13
  344. package/src/table/README.md +0 -8
  345. package/src/table-of-contents/README.md +0 -94
  346. package/src/tag/README.md +0 -32
  347. package/src/tree-select/README.md +0 -34
@@ -2,10 +2,6 @@ import { ChangeDetectorRef, EventEmitter } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { ReplaySubject } from 'rxjs';
4
4
  import * as i0 from "@angular/core";
5
- /**
6
- * form control 内部不保持 value 属性,当不使用 ngModel 时可以通过 [(value)] 实现双向绑定;
7
- * 也可以分别传入 value 和 监听 valueChange 事件以实现阻断用户操作的功能。
8
- */
9
5
  export declare class CommonFormControl<V, M = V> implements ControlValueAccessor {
10
6
  protected cdr: ChangeDetectorRef;
11
7
  get disabled(): boolean | '';
@@ -31,9 +27,6 @@ export declare class CommonFormControl<V, M = V> implements ControlValueAccessor
31
27
  protected valueIn(value: V): M;
32
28
  protected modelOut(model: M): V;
33
29
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonFormControl<any, any>, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<CommonFormControl<any, any>, never, never, { "disabled": "disabled"; "readonly": "readonly"; "propValue": "value"; }, { "valueChange": "valueChange"; }, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CommonFormControl<any, any>, never, never, { "disabled": "disabled"; "readonly": "readonly"; "propValue": "value"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
35
31
  }
36
- /**
37
- * @deprecated use {@link CommonFormControl} instead
38
- */
39
32
  export declare const CommonForm: typeof CommonFormControl;
@@ -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": "labelWidth"; "width": "width"; "labelPosition": "labelPosition"; "emptyAddon": "emptyAddon"; "plain": "plain"; }, {}, ["itemLabel", "itemControl", "ngControls", "addons", "errors", "hints"], ["label[auiFormItemLabel]", "*", "[auiFormItemAddon]", "[auiFormItemError]", "[auiFormItemHint]"]>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormItemComponent, "aui-form-item", never, { "labelWidth": "labelWidth"; "width": "width"; "labelPosition": "labelPosition"; "emptyAddon": "emptyAddon"; "plain": "plain"; }, {}, ["itemLabel", "itemControl", "ngControls", "addons", "errors", "hints"], ["label[auiFormItemLabel]", "*", "[auiFormItemAddon]", "[auiFormItemError]", "[auiFormItemHint]"], false, 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": "auiFormLabelWidth"; "labelPosition": "auiFormLabelPosition"; "emptyAddon": "auiFormEmptyAddon"; "inline": "auiFormInline"; }, {}, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormDirective, "form[auiForm]", ["auiForm"], { "labelWidth": "auiFormLabelWidth"; "labelPosition": "auiFormLabelPosition"; "emptyAddon": "auiFormEmptyAddon"; "inline": "auiFormInline"; }, {}, never, never, false, never>;
21
21
  }
@@ -9,5 +9,5 @@ export declare const FormItemWidth: {
9
9
  readonly Medium: "medium";
10
10
  readonly Large: "large";
11
11
  };
12
- export declare type LabelPosition = ValueOf<typeof LabelPosition>;
13
- export declare type FormItemWidth = ValueOf<typeof FormItemWidth>;
12
+ export type LabelPosition = ValueOf<typeof LabelPosition>;
13
+ export type FormItemWidth = ValueOf<typeof FormItemWidth>;
@@ -1,24 +1,24 @@
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>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemLabelDirective, "label[auiFormItemLabel]", never, {}, {}, never, never, false, 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>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemHintDirective, "[auiFormItemHint]", never, {}, {}, never, never, false, 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>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemAddonDirective, "[auiFormItemAddon]", never, {}, {}, never, never, false, 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>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemErrorDirective, "[auiFormItemError]", never, {}, {}, never, never, false, never>;
17
17
  }
18
18
  export declare class FormItemControlDirective {
19
19
  get required(): boolean | '';
20
20
  set required(val: boolean | '');
21
21
  private _required;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FormItemControlDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemControlDirective, "[auiFormItemControl]", never, { "required": "required"; }, {}, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormItemControlDirective, "[auiFormItemControl]", never, { "required": "required"; }, {}, never, never, false, never>;
24
24
  }
@@ -7,5 +7,5 @@ export declare class I18nPipe implements PipeTransform {
7
7
  constructor(i18n: I18nService);
8
8
  transform(value: any, data?: StringMap): string;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<I18nPipe, never>;
10
- static ɵpipe: i0.ɵɵPipeDeclaration<I18nPipe, "auiI18n">;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<I18nPipe, "auiI18n", false>;
11
11
  }
@@ -3,5 +3,5 @@ export interface I18NInterface {
3
3
  locale: string;
4
4
  translation: Record<string, string>;
5
5
  }
6
- export declare type StringMap = Record<string, string>;
6
+ export type StringMap = Record<string, string>;
7
7
  export declare const I18NInterfaceToken: InjectionToken<I18NInterface>;
@@ -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": "icon"; "light": "light"; "dark": "dark"; "link": "link"; "margin": "margin"; "size": "size"; "color": "color"; "background": "background"; "backgroundColor": "backgroundColor"; }, {}, never, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "aui-icon", never, { "icon": "icon"; "light": "light"; "dark": "dark"; "link": "link"; "margin": "margin"; "size": "size"; "color": "color"; "background": "background"; "backgroundColor": "backgroundColor"; }, {}, never, never, false, never>;
25
25
  }
@@ -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>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InlineAlertTitleDirective, "[auiInlineAlertTitle]", ["auiInlineAlertTitle"], {}, {}, never, never, false, 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": "title"; "content": "content"; "closable": "closable"; "type": "type"; }, { "close": "close"; }, ["titleRef"], ["[auiInlineAlertTitle]", "*"]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InlineAlertComponent, "aui-inline-alert", never, { "title": "title"; "content": "content"; "closable": "closable"; "type": "type"; }, { "close": "close"; }, ["titleRef"], ["[auiInlineAlertTitle]", "*"], false, never>;
19
19
  }
@@ -7,4 +7,4 @@ export declare const InlineAlertType: {
7
7
  readonly Error: "error";
8
8
  readonly Info: "info";
9
9
  };
10
- export declare type InlineAlertType = ValueOf<typeof InlineAlertType>;
10
+ export type InlineAlertType = ValueOf<typeof InlineAlertType>;
@@ -5,9 +5,6 @@ export interface AutoSizeValue {
5
5
  minRows: number;
6
6
  maxRows?: number;
7
7
  }
8
- /**
9
- * Directive to automatically resize a textarea to fit its content.
10
- */
11
8
  export declare class AutosizeDirective implements AfterViewInit, OnDestroy {
12
9
  private readonly elRef;
13
10
  private readonly ngControl;
@@ -20,5 +17,5 @@ export declare class AutosizeDirective implements AfterViewInit, OnDestroy {
20
17
  ngAfterViewInit(): void;
21
18
  ngOnDestroy(): void;
22
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AutosizeDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeDirective, "textarea[autosize][ngModel],textarea[autosize][formControl],textarea[autosize][formControlName]", ["TextareaAutosize"], { "autoSize": "autosize"; }, {}, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeDirective, "textarea[autosize][ngModel],textarea[autosize][formControl],textarea[autosize][formControlName]", ["TextareaAutosize"], { "autoSize": "autosize"; }, {}, never, never, false, never>;
24
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>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputAddonBeforeDirective, "[auiInputAddonBefore]", never, {}, {}, never, never, false, 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>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputAddonAfterDirective, "[auiInputAddonAfter]", never, {}, {}, never, never, false, 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>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputPrefixDirective, "[auiInputPrefix]", never, {}, {}, never, never, false, 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>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InputSuffixDirective, "[auiInputSuffix]", never, {}, {}, never, never, false, never>;
17
17
  }
@@ -16,5 +16,5 @@ export declare class InputGroupComponent implements AfterContentInit {
16
16
  hasSuffix$: Observable<boolean>;
17
17
  ngAfterContentInit(): void;
18
18
  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]"]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "aui-input-group", never, {}, {}, ["inputRef", "addonBeforeRefs", "addonAfterRefs", "prefixRefs", "suffixRefs"], ["[auiInputAddonBefore]", "[auiInputPrefix]", "*", "[auiInputSuffix]", "[auiInputAddonAfter]"], false, never>;
20
20
  }
@@ -12,11 +12,8 @@ export declare class InputComponent {
12
12
  private _size;
13
13
  private _disabled;
14
14
  size$: BehaviorSubject<ComponentSize>;
15
- /**
16
- * workaround for @link https://github.com/microsoft/TypeScript/pull/42425
17
- */
18
15
  disabled$: BehaviorSubject<boolean>;
19
16
  constructor(elementRef: ElementRef<HTMLInputElement>, renderer: Renderer2);
20
17
  static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[aui-input],textarea[aui-input]", never, { "size": "size"; "disabled": "disabled"; }, {}, never, ["*"]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[aui-input],textarea[aui-input]", never, { "size": "size"; "disabled": "disabled"; }, {}, never, ["*"], false, never>;
22
19
  }
@@ -31,5 +31,5 @@ export declare class NumberInputComponent extends CommonFormControl<number> impl
31
31
  private parsePrecision;
32
32
  private getStepPrecision;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "aui-number-input", never, { "size": "size"; "min": "min"; "max": "max"; "step": "step"; "precision": "precision"; "controls": "controls"; "placeholder": "placeholder"; "controlsPosition": "controlsPosition"; "angleControls": "angleControls"; "clearable": "clearable"; }, {}, ["addonBeforeRefs", "addonAfterRefs"], ["[auiInputAddonBefore]", "[auiInputAddonAfter]"]>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputComponent, "aui-number-input", never, { "size": "size"; "min": "min"; "max": "max"; "step": "step"; "precision": "precision"; "controls": "controls"; "placeholder": "placeholder"; "controlsPosition": "controlsPosition"; "angleControls": "angleControls"; "clearable": "clearable"; }, {}, ["addonBeforeRefs", "addonAfterRefs"], ["[auiInputAddonBefore]", "[auiInputAddonAfter]"], false, never>;
35
35
  }
@@ -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": "size"; "searchButton": "searchButton"; "clearable": "clearable"; "searching": "searching"; "placeholder": "placeholder"; "disabled": "disabled"; "keyword": "keyword"; }, { "keywordChange": "keywordChange"; "search": "search"; "clear": "clear"; }, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "aui-search", never, { "size": "size"; "searchButton": "searchButton"; "clearable": "clearable"; "searching": "searching"; "placeholder": "placeholder"; "disabled": "disabled"; "keyword": "keyword"; }, { "keywordChange": "keywordChange"; "search": "search"; "clear": "clear"; }, never, never, false, never>;
28
28
  }
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, Injector, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
2
- import { AsyncValidatorFn, FormBuilder, NgControl, ValidatorFn, FormControl } from '@angular/forms';
2
+ import { AsyncValidatorFn, UntypedFormBuilder, NgControl, ValidatorFn, UntypedFormControl } from '@angular/forms';
3
3
  import { CommonFormControl } from '../../form';
4
4
  import { ComponentSize } from '../../types';
5
5
  import { Bem } from '../../utils';
@@ -32,12 +32,12 @@ export declare class TagsInputComponent extends CommonFormControl<string[]> impl
32
32
  private readonly withMaxRowCount;
33
33
  focused: boolean;
34
34
  model: string[];
35
- readonly inputControl: FormControl;
35
+ readonly inputControl: UntypedFormControl;
36
36
  controlContainer: NgControl;
37
37
  get rootClass(): string;
38
38
  get tagSize(): "medium" | "mini";
39
39
  get inputClass(): string;
40
- constructor(cdr: ChangeDetectorRef, fb: FormBuilder, renderer: Renderer2, injector: Injector);
40
+ constructor(cdr: ChangeDetectorRef, fb: UntypedFormBuilder, renderer: Renderer2, injector: Injector);
41
41
  ngOnChanges({ inputValidator, inputAsyncValidator, disabled, }: SimpleChanges): void;
42
42
  ngAfterViewInit(): void;
43
43
  onRemove(index: number): void;
@@ -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": "placeholder"; "size": "size"; "clearable": "clearable"; "allowRepeat": "allowRepeat"; "allowEmpty": "allowEmpty"; "readonlyTags": "readonlyTags"; "maxRowCount": "maxRowCount"; "customRowHeight": "customRowHeight"; "inputValidator": "inputValidator"; "inputAsyncValidator": "inputAsyncValidator"; }, {}, never, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagsInputComponent, "aui-tags-input", never, { "placeholder": "placeholder"; "size": "size"; "clearable": "clearable"; "allowRepeat": "allowRepeat"; "allowEmpty": "allowEmpty"; "readonlyTags": "readonlyTags"; "maxRowCount": "maxRowCount"; "customRowHeight": "customRowHeight"; "inputValidator": "inputValidator"; "inputAsyncValidator": "inputAsyncValidator"; }, {}, never, never, false, 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>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageWrapperComponent, "aui-message-wrapper", never, {}, {}, never, never, false, 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>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "aui-message", never, {}, {}, never, never, false, never>;
30
30
  }
@@ -5,33 +5,13 @@ export declare enum MessageType {
5
5
  Warning = "warning",
6
6
  Info = "info"
7
7
  }
8
- /**
9
- * messageOptions: contains Basic configuration
10
- * Just for some containers like Message-Container
11
- * Detailed document: http://confluence.alaudatech.com/pages/viewpage.action?pageId=23383163
12
- */
13
8
  export declare class MessageConfig {
14
- /**
15
- * the message type
16
- */
17
9
  type?: MessageType;
18
- /**
19
- * The id of this message, The same ID can only have one at the same time
20
- */
21
10
  id?: string | number;
22
- /**
23
- * automatically shut down after a few seconds, if <= 0 ,non automatic closure
24
- */
25
11
  duration?: number;
26
- /**
27
- * message content
28
- */
29
12
  content?: string;
30
13
  }
31
14
  export interface MessageGlobalConfig {
32
- /**
33
- * max instance in one time
34
- */
35
15
  maxStack: number;
36
16
  duration: number | {
37
17
  [key in MessageType]: number;
@@ -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>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationWrapperComponent, "aui-notification-wrapper", never, {}, {}, never, never, false, never>;
9
9
  }
@@ -22,13 +22,9 @@ export declare class NotificationComponent extends MessageComponent implements A
22
22
  onMouseLeave(): void;
23
23
  ngAfterViewInit(): void;
24
24
  setConfig(config: NotificationConfig): void;
25
- /**
26
- * Attach a TemplatePortal as content to this modal container.
27
- * @param portal Portal to be attached as the modal content.
28
- */
29
25
  private attachTemplatePortal;
30
26
  private attachComponentRef;
31
27
  private countDown;
32
28
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "aui-notification", never, {}, {}, never, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "aui-notification", never, {}, {}, never, never, false, never>;
34
30
  }
@@ -8,7 +8,7 @@ export interface NotificationConfig extends MessageConfig {
8
8
  context?: unknown;
9
9
  customClass?: string;
10
10
  }
11
- export declare type NotificationGlobalConfig = MessageGlobalConfig;
11
+ export type NotificationGlobalConfig = MessageGlobalConfig;
12
12
  export declare const NOTIFICATION_CONFIG: InjectionToken<MessageGlobalConfig>;
13
13
  export declare const NOTIFICATION_DEFAULT_CONFIG: {
14
14
  duration: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "6.5.9-beta.21",
3
+ "version": "6.5.9-beta.23",
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",
@@ -16,12 +16,12 @@
16
16
  "ui"
17
17
  ],
18
18
  "peerDependencies": {
19
- "@angular/animations": ">=13.0.0",
20
- "@angular/cdk": ">=13.0.0",
21
- "@angular/common": ">=13.0.0",
22
- "@angular/core": ">=13.0.0",
23
- "@angular/forms": ">=13.0.0",
24
- "@angular/platform-browser": ">=13.0.0",
19
+ "@angular/animations": ">=15.0.0",
20
+ "@angular/cdk": ">=15.0.0",
21
+ "@angular/common": ">=15.0.0",
22
+ "@angular/core": ">=15.0.0",
23
+ "@angular/forms": ">=15.0.0",
24
+ "@angular/platform-browser": ">=15.0.0",
25
25
  "dayjs": "^1.0.0",
26
26
  "rxjs": "^7.0.0"
27
27
  },
@@ -37,13 +37,13 @@
37
37
  "esm2020": "esm2020/alauda-ui.mjs",
38
38
  "fesm2020": "fesm2020/alauda-ui.mjs",
39
39
  "fesm2015": "fesm2015/alauda-ui.mjs",
40
- "typings": "alauda-ui.d.ts",
40
+ "typings": "index.d.ts",
41
41
  "exports": {
42
42
  "./package.json": {
43
43
  "default": "./package.json"
44
44
  },
45
45
  ".": {
46
- "types": "./alauda-ui.d.ts",
46
+ "types": "./index.d.ts",
47
47
  "esm2020": "./esm2020/alauda-ui.mjs",
48
48
  "es2020": "./fesm2020/alauda-ui.mjs",
49
49
  "es2015": "./fesm2015/alauda-ui.mjs",
@@ -1,17 +1,8 @@
1
1
  import { Optional } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
- /**
5
- * To modify the labels and text displayed, create a new instance of MatPaginatorIntl and
6
- * include it in a custom provider
7
- */
8
4
  export declare class PaginatorIntl {
9
- /**
10
- * Stream that emits whenever the labels here are changed. Use this to notify
11
- * components if the labels have changed after initialization.
12
- */
13
5
  readonly changes: Subject<void>;
14
- /** A label for the page size selector. */
15
6
  itemsPerPageLabel: string;
16
7
  jumperLabelPrefix: string;
17
8
  jumperLabelSuffix: string;
@@ -2,21 +2,10 @@ import { ChangeDetectorRef, EventEmitter, OnDestroy } from '@angular/core';
2
2
  import { Bem } from '../utils';
3
3
  import { PaginatorIntl } from './paginator-intl';
4
4
  import * as i0 from "@angular/core";
5
- /**
6
- * Change event object that is emitted when the user selects a
7
- * different page size or navigates to another page.
8
- * @deprecated use Output events directly instead
9
- */
10
5
  export declare class PageEvent {
11
- /** The current page index. */
12
6
  pageIndex: number;
13
- /**
14
- * Index of the page that was selected previously.
15
- */
16
7
  previousPageIndex: number;
17
- /** The current page size */
18
8
  pageSize: number;
19
- /** The current total number of items being paged */
20
9
  length: number;
21
10
  }
22
11
  export declare class PaginatorComponent implements OnDestroy {
@@ -29,9 +18,6 @@ export declare class PaginatorComponent implements OnDestroy {
29
18
  pageSize: number;
30
19
  pageSizeOptions: number[];
31
20
  total: number;
32
- /**
33
- * @deprecated use `total` instead
34
- */
35
21
  get length(): number;
36
22
  set length(val: number);
37
23
  layout: string | string[];
@@ -50,5 +36,5 @@ export declare class PaginatorComponent implements OnDestroy {
50
36
  onKeydown(event: KeyboardEvent): void;
51
37
  trackByIndex(index: number): number;
52
38
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "aui-paginator", never, { "pageIndex": "pageIndex"; "currentPage": "currentPage"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "total": "total"; "length": "length"; "layout": "layout"; "disabled": "disabled"; }, { "currentPageChange": "currentPageChange"; "pageSizeChange": "pageSizeChange"; }, never, ["*"]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "aui-paginator", never, { "pageIndex": "pageIndex"; "currentPage": "currentPage"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "total": "total"; "length": "length"; "layout": "layout"; "disabled": "disabled"; }, { "currentPageChange": "currentPageChange"; "pageSizeChange": "pageSizeChange"; }, never, ["*"], false, never>;
54
40
  }
@@ -24,5 +24,5 @@ export declare class BaseRadio implements OnInit, AfterViewInit, OnDestroy {
24
24
  onClick(): void;
25
25
  onBlur(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseRadio, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseRadio, never, never, { "disabled": "disabled"; "value": "value"; }, {}, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseRadio, never, never, { "disabled": "disabled"; "value": "value"; }, {}, never, never, false, never>;
28
28
  }
@@ -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, ["*"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "aui-radio-button", never, {}, {}, never, ["*"], false, never>;
17
17
  }
@@ -8,9 +8,6 @@ export declare class RadioGroupComponent extends CommonFormControl<any> {
8
8
  private readonly name$$;
9
9
  set size(val: RadioSize);
10
10
  direction: 'row' | 'column';
11
- /**
12
- * @deprecated use `plain` instead
13
- */
14
11
  set isPlain(val: boolean);
15
12
  set plain(val: boolean);
16
13
  set name(val: string);
@@ -20,5 +17,5 @@ export declare class RadioGroupComponent extends CommonFormControl<any> {
20
17
  onRadioChange(value: any): void;
21
18
  onRadioBlur(): void;
22
19
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "aui-radio-group", never, { "size": "size"; "direction": "direction"; "isPlain": "isPlain"; "plain": "plain"; "name": "name"; }, {}, never, ["*"]>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "aui-radio-group", never, { "size": "size"; "direction": "direction"; "isPlain": "isPlain"; "plain": "plain"; "name": "name"; }, {}, never, ["*"], false, never>;
24
21
  }
@@ -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, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "aui-radio", never, {}, {}, never, ["*"], false, never>;
13
13
  }
@@ -4,4 +4,4 @@ export declare const RadioSize: {
4
4
  readonly Small: "small";
5
5
  readonly Mini: "mini";
6
6
  };
7
- export declare type RadioSize = ValueOf<typeof RadioSize>;
7
+ export type RadioSize = ValueOf<typeof RadioSize>;
@@ -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": "rowHeight"; "headerHeight": "headerHeight"; "buffer": "buffer"; "dataSource": "dataSource"; }, {}, ["table"]>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FixedSizeTableVirtualScrollDirective<any>, "aui-virtual-scroll-viewport[fixedSize]", ["viewPort"], { "rowHeight": "rowHeight"; "headerHeight": "headerHeight"; "buffer": "buffer"; "dataSource": "dataSource"; }, {}, ["table"], never, false, 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>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FixedSizeVirtualScrollDirective, "aui-virtual-scroll-viewport[itemSize]", never, {}, {}, never, never, false, never>;
6
6
  }
@@ -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": "auiVirtualForOf"; "auiVirtualForTrackBy": "auiVirtualForTrackBy"; "auiVirtualForTemplate": "auiVirtualForTemplate"; "auiVirtualForTemplateCacheSize": "auiVirtualForTemplateCacheSize"; }, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<VirtualForOfDirective<any>, "[auiVirtualFor][auiVirtualForOf]", never, { "auiVirtualForOf": "auiVirtualForOf"; "auiVirtualForTrackBy": "auiVirtualForTrackBy"; "auiVirtualForTemplate": "auiVirtualForTemplate"; "auiVirtualForTemplateCacheSize": "auiVirtualForTemplateCacheSize"; }, {}, never, never, false, 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, ["*"]>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<VirtualScrollViewportComponent, "aui-virtual-scroll-viewport", never, {}, {}, never, ["*"], false, never>;
6
6
  }
@@ -40,9 +40,6 @@ export declare abstract class BaseSelect<T, V = T> extends CommonFormControl<V>
40
40
  contentOptions: QueryList<OptionComponent<T>>;
41
41
  isTemplateRef: (label: any) => label is import("@angular/core").TemplateRef<unknown>;
42
42
  isMulti: boolean;
43
- /**
44
- * Utility field to make sure the users always see the value as type array
45
- */
46
43
  abstract readonly values$: Observable<T[]>;
47
44
  allOptions$: Observable<Array<OptionComponent<T>>>;
48
45
  protected focusedOption: OptionComponent<T>;
@@ -81,5 +78,5 @@ export declare abstract class BaseSelect<T, V = T> extends CommonFormControl<V>
81
78
  abstract selectOption(option: OptionComponent<T>): void;
82
79
  abstract clearValue(event: Event): void;
83
80
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseSelect<any, any>, never>;
84
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseSelect<any, any>, never, never, { "size": "size"; "filterable": "filterable"; "clearable": "clearable"; "filterFn": "filterFn"; "trackFn": "trackFn"; "labelFn": "labelFn"; "allowCreate": "allowCreate"; "loading": "loading"; "placeholder": "placeholder"; "defaultFirstOption": "defaultFirstOption"; "lazy": "lazy"; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, ["optionContent", "contentOptions"]>;
81
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseSelect<any, any>, never, never, { "size": "size"; "filterable": "filterable"; "clearable": "clearable"; "filterFn": "filterFn"; "trackFn": "trackFn"; "labelFn": "labelFn"; "allowCreate": "allowCreate"; "loading": "loading"; "placeholder": "placeholder"; "defaultFirstOption": "defaultFirstOption"; "lazy": "lazy"; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, ["optionContent", "contentOptions"], never, false, never>;
85
82
  }
@@ -2,9 +2,9 @@ import { MenuContentDirective } from '../dropdown';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class OptionGroupTitleDirective {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionGroupTitleDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<OptionGroupTitleDirective, "[auiOptionGroupTitle]", ["auiOptionGroupTitle"], {}, {}, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OptionGroupTitleDirective, "[auiOptionGroupTitle]", ["auiOptionGroupTitle"], {}, {}, never, never, false, never>;
6
6
  }
7
7
  export declare class OptionContentDirective extends MenuContentDirective {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionContentDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<OptionContentDirective, "*[auiOptionContent]", ["auiOptionContent"], {}, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OptionContentDirective, "*[auiOptionContent]", ["auiOptionContent"], {}, {}, never, never, false, never>;
10
10
  }
@@ -54,5 +54,5 @@ export declare class MultiSelectComponent<T = unknown> extends BaseSelect<T, T[]
54
54
  private resetInput;
55
55
  private setInputWidth;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent<any>, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent<any>, "aui-multi-select", never, { "tagClassFn": "tagClassFn"; "maxRowCount": "maxRowCount"; "customRowHeight": "customRowHeight"; "allowSelectAll": "allowSelectAll"; }, {}, never, ["*", "aui-option-placeholder"]>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent<any>, "aui-multi-select", never, { "tagClassFn": "tagClassFn"; "maxRowCount": "maxRowCount"; "customRowHeight": "customRowHeight"; "allowSelectAll": "allowSelectAll"; }, {}, never, ["*", "aui-option-placeholder"], false, never>;
58
58
  }
@@ -41,5 +41,5 @@ export declare class OptionComponent<T> {
41
41
  focus(): void;
42
42
  blur(): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent<any>, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "aui-option", never, { "label": "label"; "labelContext": "labelContext"; "value": "value"; "disabled": "disabled"; }, {}, never, ["*"]>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "aui-option", never, { "label": "label"; "labelContext": "labelContext"; "value": "value"; "disabled": "disabled"; }, {}, never, ["*"], false, never>;
45
45
  }
@@ -7,5 +7,5 @@ export declare class OptionGroupComponent<T> implements AfterContentInit {
7
7
  hasVisibleOption$: Observable<boolean>;
8
8
  ngAfterContentInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionGroupComponent<any>, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent<any>, "aui-option-group", never, {}, {}, ["options"], ["[auiOptionGroupTitle]", "*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent<any>, "aui-option-group", never, {}, {}, ["options"], ["[auiOptionGroupTitle]", "*"], false, never>;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class OptionPlaceholderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionPlaceholderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionPlaceholderComponent, "aui-option-placeholder", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionPlaceholderComponent, "aui-option-placeholder", never, {}, {}, never, ["*"], false, never>;
5
5
  }
@@ -19,5 +19,5 @@ export declare class SelectComponent<T = unknown> extends BaseSelect<T> implemen
19
19
  selectOption(option: OptionComponent<T>): void;
20
20
  clearValue(event: Event): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent<any>, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "aui-select", never, {}, {}, never, ["*", "aui-option-placeholder"]>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "aui-select", never, {}, {}, never, ["*", "aui-option-placeholder"], false, never>;
23
23
  }