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

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 (349) hide show
  1. package/.changeset/README.md +8 -0
  2. package/accordion/accordion-item/accordion-item.component.d.ts +3 -3
  3. package/accordion/accordion.component.d.ts +1 -1
  4. package/alauda-ui.d.ts +5 -0
  5. package/anchor/anchor.component.d.ts +2 -2
  6. package/anchor/anchor.directive.d.ts +3 -3
  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.types.d.ts +1 -1
  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 +2 -2
  15. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  16. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  17. package/button/button-group/button-group.component.d.ts +1 -1
  18. package/button/button.component.d.ts +1 -1
  19. package/button/button.types.d.ts +10 -1
  20. package/card/card.component.d.ts +1 -1
  21. package/card/helper-directives.d.ts +6 -3
  22. package/card/section.component.d.ts +1 -1
  23. package/checkbox/checkbox-group/checkbox-group.component.d.ts +1 -1
  24. package/checkbox/checkbox.component.d.ts +1 -1
  25. package/color-picker/color-picker.component.d.ts +1 -1
  26. package/date-picker/calendar/date-picker-panel/component.d.ts +1 -1
  27. package/date-picker/calendar/footer/component.d.ts +1 -1
  28. package/date-picker/calendar/header/component.d.ts +1 -1
  29. package/date-picker/calendar/panel/picker-panel.d.ts +1 -1
  30. package/date-picker/calendar/range-picker-panel/component.d.ts +1 -1
  31. package/date-picker/date-picker/date-picker.component.d.ts +1 -1
  32. package/date-picker/date-picker.type.d.ts +2 -2
  33. package/date-picker/range-picker/range-picker.component.d.ts +1 -1
  34. package/date-picker/trigger/trigger.component.d.ts +1 -1
  35. package/dialog/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  36. package/dialog/dialog-content/dialog-close.directive.d.ts +1 -1
  37. package/dialog/dialog-content/dialog-content.component.d.ts +1 -1
  38. package/dialog/dialog-content/dialog-footer.component.d.ts +1 -1
  39. package/dialog/dialog-content/dialog-header.component.d.ts +1 -1
  40. package/dialog/dialog.component.d.ts +1 -7
  41. package/dialog/dialog.service.d.ts +0 -2
  42. package/dialog/dialog.types.d.ts +3 -3
  43. package/drawer/component/drawer.component.d.ts +1 -1
  44. package/drawer/component/helper-directives.d.ts +3 -3
  45. package/dropdown/dropdown-active.directive.d.ts +1 -1
  46. package/dropdown/dropdown-button/dropdown-button.component.d.ts +1 -1
  47. package/dropdown/dropdown.directive.d.ts +1 -1
  48. package/dropdown/dropdown.types.d.ts +1 -1
  49. package/dropdown/helper-directives.d.ts +1 -1
  50. package/dropdown/menu/menu-content.directive.d.ts +1 -1
  51. package/dropdown/menu/menu.component.d.ts +1 -1
  52. package/dropdown/menu-group/menu-group.component.d.ts +1 -1
  53. package/dropdown/menu-item/menu-item.component.d.ts +1 -1
  54. package/dropdown/submenu/submenu.component.d.ts +1 -1
  55. package/esm2020/accordion/accordion-item/accordion-item.component.mjs +14 -12
  56. package/esm2020/accordion/accordion.component.mjs +4 -4
  57. package/esm2020/accordion/accordion.module.mjs +5 -5
  58. package/esm2020/alauda-ui.mjs +4 -1
  59. package/esm2020/anchor/anchor.component.mjs +16 -15
  60. package/esm2020/anchor/anchor.directive.mjs +27 -27
  61. package/esm2020/anchor/anchor.module.mjs +6 -5
  62. package/esm2020/autocomplete/autocomplete-placeholder.component.mjs +3 -3
  63. package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
  64. package/esm2020/autocomplete/autocomplete.directive.mjs +28 -27
  65. package/esm2020/autocomplete/autocomplete.module.mjs +5 -5
  66. package/esm2020/autocomplete/helper-directives.mjs +3 -3
  67. package/esm2020/autocomplete/suggestion/suggestion.component.mjs +17 -17
  68. package/esm2020/autocomplete/suggestion-group/suggestion-group.component.mjs +3 -3
  69. package/esm2020/back-top/back-top.component.mjs +17 -15
  70. package/esm2020/back-top/back-top.module.mjs +5 -5
  71. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +11 -11
  72. package/esm2020/breadcrumb/breadcrumb.component.mjs +3 -3
  73. package/esm2020/breadcrumb/breadcrumb.module.mjs +5 -5
  74. package/esm2020/button/button-group/button-group.component.mjs +3 -3
  75. package/esm2020/button/button.component.mjs +22 -21
  76. package/esm2020/button/button.module.mjs +5 -5
  77. package/esm2020/button/button.types.mjs +10 -1
  78. package/esm2020/card/card.component.mjs +4 -4
  79. package/esm2020/card/card.module.mjs +5 -5
  80. package/esm2020/card/helper-directives.mjs +13 -11
  81. package/esm2020/card/section.component.mjs +3 -3
  82. package/esm2020/checkbox/checkbox-group/checkbox-group.component.mjs +3 -3
  83. package/esm2020/checkbox/checkbox.component.mjs +20 -20
  84. package/esm2020/checkbox/checkbox.module.mjs +5 -5
  85. package/esm2020/color-picker/color-picker.component.mjs +3 -3
  86. package/esm2020/color-picker/color-picker.module.mjs +5 -5
  87. package/esm2020/date-picker/calendar/constant.mjs +2 -1
  88. package/esm2020/date-picker/calendar/date-picker-panel/component.mjs +10 -10
  89. package/esm2020/date-picker/calendar/footer/component.mjs +5 -5
  90. package/esm2020/date-picker/calendar/header/component.mjs +11 -7
  91. package/esm2020/date-picker/calendar/panel/picker-panel.mjs +24 -20
  92. package/esm2020/date-picker/calendar/range-picker-panel/component.mjs +13 -11
  93. package/esm2020/date-picker/calendar/util.mjs +2 -1
  94. package/esm2020/date-picker/date-picker/date-picker.component.mjs +8 -8
  95. package/esm2020/date-picker/date-picker.module.mjs +15 -13
  96. package/esm2020/date-picker/range-picker/range-picker.component.mjs +8 -8
  97. package/esm2020/date-picker/trigger/trigger.component.mjs +18 -18
  98. package/esm2020/dialog/confirm-dialog/confirm-dialog.component.mjs +6 -6
  99. package/esm2020/dialog/dialog-animations.mjs +2 -1
  100. package/esm2020/dialog/dialog-content/dialog-close.directive.mjs +3 -3
  101. package/esm2020/dialog/dialog-content/dialog-content.component.mjs +5 -4
  102. package/esm2020/dialog/dialog-content/dialog-footer.component.mjs +3 -3
  103. package/esm2020/dialog/dialog-content/dialog-header.component.mjs +5 -5
  104. package/esm2020/dialog/dialog.component.mjs +13 -20
  105. package/esm2020/dialog/dialog.module.mjs +12 -9
  106. package/esm2020/dialog/dialog.service.mjs +6 -19
  107. package/esm2020/drawer/component/drawer.component.mjs +30 -27
  108. package/esm2020/drawer/component/helper-directives.mjs +14 -10
  109. package/esm2020/drawer/drawer.module.mjs +6 -5
  110. package/esm2020/drawer/drawer.service.mjs +3 -3
  111. package/esm2020/dropdown/dropdown-active.directive.mjs +3 -3
  112. package/esm2020/dropdown/dropdown-button/dropdown-button.component.mjs +5 -5
  113. package/esm2020/dropdown/dropdown.directive.mjs +13 -13
  114. package/esm2020/dropdown/dropdown.module.mjs +5 -5
  115. package/esm2020/dropdown/helper-directives.mjs +3 -3
  116. package/esm2020/dropdown/menu/menu-content.directive.mjs +3 -3
  117. package/esm2020/dropdown/menu/menu.component.mjs +3 -3
  118. package/esm2020/dropdown/menu-group/menu-group.component.mjs +3 -3
  119. package/esm2020/dropdown/menu-item/menu-item.component.mjs +3 -3
  120. package/esm2020/dropdown/submenu/submenu.component.mjs +7 -7
  121. package/esm2020/form/common-form.mjs +22 -15
  122. package/esm2020/form/form-item/form-item.component.mjs +9 -9
  123. package/esm2020/form/form.directive.mjs +17 -17
  124. package/esm2020/form/form.module.mjs +5 -5
  125. package/esm2020/form/helper-directives.mjs +15 -15
  126. package/esm2020/i18n/i18n.module.mjs +4 -4
  127. package/esm2020/i18n/i18n.pipe.mjs +3 -3
  128. package/esm2020/i18n/i18n.service.mjs +3 -3
  129. package/esm2020/icon/icon-register.service.mjs +5 -4
  130. package/esm2020/icon/icon.component.mjs +3 -3
  131. package/esm2020/icon/icon.module.mjs +5 -5
  132. package/esm2020/inline-alert/helper-directives.mjs +3 -3
  133. package/esm2020/inline-alert/inline-alert.component.mjs +5 -5
  134. package/esm2020/inline-alert/inline-alert.module.mjs +5 -5
  135. package/esm2020/input/autosize.directive.mjs +16 -11
  136. package/esm2020/input/helper-directives.mjs +12 -12
  137. package/esm2020/input/input-group/input-group.component.mjs +3 -3
  138. package/esm2020/input/input.component.mjs +18 -14
  139. package/esm2020/input/input.module.mjs +12 -10
  140. package/esm2020/input/number-input/number-input.component.mjs +6 -6
  141. package/esm2020/input/search/search.component.mjs +8 -8
  142. package/esm2020/input/tags-input/tags-input.component.mjs +32 -27
  143. package/esm2020/message/message-wrapper.component.mjs +3 -3
  144. package/esm2020/message/message.component.mjs +8 -8
  145. package/esm2020/message/message.config.mjs +6 -1
  146. package/esm2020/message/message.module.mjs +6 -5
  147. package/esm2020/message/message.service.mjs +3 -3
  148. package/esm2020/notification/notification-wrapper.component.mjs +3 -3
  149. package/esm2020/notification/notification.component.mjs +12 -8
  150. package/esm2020/notification/notification.module.mjs +6 -5
  151. package/esm2020/notification/notification.service.mjs +3 -3
  152. package/esm2020/paginator/paginator-intl.mjs +15 -4
  153. package/esm2020/paginator/paginator.component.mjs +32 -24
  154. package/esm2020/paginator/paginator.module.mjs +5 -5
  155. package/esm2020/radio/base-radio.mjs +11 -11
  156. package/esm2020/radio/radio-button/radio-button.component.mjs +10 -9
  157. package/esm2020/radio/radio-group/radio-group.component.mjs +7 -4
  158. package/esm2020/radio/radio.component.mjs +8 -7
  159. package/esm2020/radio/radio.module.mjs +5 -5
  160. package/esm2020/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +6 -4
  161. package/esm2020/scrolling/fixed-size-table-virtual-scroll.directive.mjs +6 -4
  162. package/esm2020/scrolling/fixed-size-virtual-scroll.directive.mjs +5 -4
  163. package/esm2020/scrolling/scrolling.module.mjs +4 -4
  164. package/esm2020/scrolling/virtual-for-of.directive.mjs +3 -3
  165. package/esm2020/scrolling/virtual-scroll-viewport.component.mjs +3 -3
  166. package/esm2020/select/base-select.mjs +8 -5
  167. package/esm2020/select/helper-directives.mjs +6 -6
  168. package/esm2020/select/multi-select/multi-select.component.mjs +31 -28
  169. package/esm2020/select/option/option.component.mjs +34 -34
  170. package/esm2020/select/option-group/option-group.component.mjs +3 -3
  171. package/esm2020/select/option-placeholder.component.mjs +3 -3
  172. package/esm2020/select/select.component.mjs +12 -11
  173. package/esm2020/select/select.module.mjs +12 -10
  174. package/esm2020/select/validators.mjs +13 -9
  175. package/esm2020/shared/click-outside.directive.mjs +8 -8
  176. package/esm2020/shared/shared.module.mjs +4 -4
  177. package/esm2020/sort/sort-errors.mjs +5 -1
  178. package/esm2020/sort/sort-header.component.mjs +8 -4
  179. package/esm2020/sort/sort.directive.mjs +5 -4
  180. package/esm2020/sort/sort.module.mjs +5 -5
  181. package/esm2020/status-bar/status-bar.component.mjs +3 -3
  182. package/esm2020/status-bar/status-bar.module.mjs +5 -5
  183. package/esm2020/steps/steps.component.mjs +10 -6
  184. package/esm2020/steps/steps.module.mjs +5 -5
  185. package/esm2020/switch/switch.component.mjs +5 -5
  186. package/esm2020/switch/switch.module.mjs +5 -5
  187. package/esm2020/table/table-cell-def.directive.mjs +8 -4
  188. package/esm2020/table/table-cell.component.mjs +9 -9
  189. package/esm2020/table/table-cell.directive.mjs +6 -4
  190. package/esm2020/table/table-column-def.directive.mjs +10 -4
  191. package/esm2020/table/table-header-cell-def.directive.mjs +8 -4
  192. package/esm2020/table/table-header-cell.directive.mjs +6 -4
  193. package/esm2020/table/table-header-row-def.directive.mjs +8 -4
  194. package/esm2020/table/table-header-row.component.mjs +5 -4
  195. package/esm2020/table/table-placeholder.directive.mjs +6 -6
  196. package/esm2020/table/table-row-def.directive.mjs +9 -4
  197. package/esm2020/table/table-row.component.mjs +5 -4
  198. package/esm2020/table/table-scroll.directive.mjs +15 -14
  199. package/esm2020/table/table.component.mjs +9 -6
  200. package/esm2020/table/table.module.mjs +5 -5
  201. package/esm2020/table-of-contents/table-of-contents.module.mjs +5 -5
  202. package/esm2020/table-of-contents/toc-container.directive.mjs +14 -14
  203. package/esm2020/table-of-contents/toc-content.directive.mjs +3 -3
  204. package/esm2020/table-of-contents/toc-link.directive.mjs +7 -7
  205. package/esm2020/tabs/tab-body.component.mjs +43 -25
  206. package/esm2020/tabs/tab-context.service.mjs +13 -10
  207. package/esm2020/tabs/tab-group.component.mjs +73 -28
  208. package/esm2020/tabs/tab-header-active-indicator.component.mjs +13 -4
  209. package/esm2020/tabs/tab-header.component.mjs +132 -29
  210. package/esm2020/tabs/tab.component.mjs +27 -13
  211. package/esm2020/tabs/tabs.module.mjs +13 -11
  212. package/esm2020/tabs/tabs.types.mjs +4 -1
  213. package/esm2020/tag/check-tag/check-tag.component.mjs +3 -3
  214. package/esm2020/tag/tag.component.mjs +7 -6
  215. package/esm2020/tag/tag.module.mjs +5 -5
  216. package/esm2020/theme/theme.module.mjs +5 -5
  217. package/esm2020/theme/theme.pipe.mjs +12 -12
  218. package/esm2020/theme/theme.service.mjs +3 -3
  219. package/esm2020/time-picker/component.mjs +12 -12
  220. package/esm2020/time-picker/panel/panel.component.mjs +29 -27
  221. package/esm2020/time-picker/time-picker.module.mjs +16 -14
  222. package/esm2020/tooltip/base-tooltip.mjs +42 -38
  223. package/esm2020/tooltip/tooltip-active.directive.mjs +3 -3
  224. package/esm2020/tooltip/tooltip-copy.directive.mjs +10 -10
  225. package/esm2020/tooltip/tooltip-intl.mjs +10 -4
  226. package/esm2020/tooltip/tooltip.component.mjs +5 -5
  227. package/esm2020/tooltip/tooltip.directive.mjs +3 -3
  228. package/esm2020/tooltip/tooltip.module.mjs +6 -5
  229. package/esm2020/tree-select/tree-node-placeholder.component.mjs +3 -3
  230. package/esm2020/tree-select/tree-select.component.mjs +30 -29
  231. package/esm2020/tree-select/tree-select.module.mjs +5 -5
  232. package/esm2020/types.mjs +4 -1
  233. package/esm2020/utils/bem.mjs +2 -1
  234. package/esm2020/utils/coercion.mjs +5 -1
  235. package/fesm2015/alauda-ui.mjs +1959 -1589
  236. package/fesm2015/alauda-ui.mjs.map +1 -1
  237. package/fesm2020/alauda-ui.mjs +2193 -1822
  238. package/fesm2020/alauda-ui.mjs.map +1 -1
  239. package/form/common-form.d.ts +8 -1
  240. package/form/form-item/form-item.component.d.ts +1 -1
  241. package/form/form.directive.d.ts +1 -1
  242. package/form/form.types.d.ts +2 -2
  243. package/form/helper-directives.d.ts +5 -5
  244. package/i18n/i18n.pipe.d.ts +1 -1
  245. package/i18n/i18n.type.d.ts +1 -1
  246. package/icon/icon.component.d.ts +1 -1
  247. package/inline-alert/helper-directives.d.ts +1 -1
  248. package/inline-alert/inline-alert.component.d.ts +1 -1
  249. package/inline-alert/inline-alert.types.d.ts +1 -1
  250. package/input/autosize.directive.d.ts +4 -1
  251. package/input/helper-directives.d.ts +4 -4
  252. package/input/input-group/input-group.component.d.ts +1 -1
  253. package/input/input.component.d.ts +4 -1
  254. package/input/number-input/number-input.component.d.ts +1 -1
  255. package/input/search/search.component.d.ts +1 -1
  256. package/input/tags-input/tags-input.component.d.ts +4 -4
  257. package/message/message-wrapper.component.d.ts +1 -1
  258. package/message/message.component.d.ts +1 -1
  259. package/message/message.config.d.ts +20 -0
  260. package/notification/notification-wrapper.component.d.ts +1 -1
  261. package/notification/notification.component.d.ts +5 -1
  262. package/notification/notification.config.d.ts +1 -1
  263. package/package.json +9 -9
  264. package/paginator/paginator-intl.d.ts +9 -0
  265. package/paginator/paginator.component.d.ts +15 -1
  266. package/radio/base-radio.d.ts +1 -1
  267. package/radio/radio-button/radio-button.component.d.ts +1 -1
  268. package/radio/radio-group/radio-group.component.d.ts +4 -1
  269. package/radio/radio.component.d.ts +1 -1
  270. package/radio/radio.types.d.ts +1 -1
  271. package/scrolling/fixed-size-table-virtual-scroll.directive.d.ts +1 -1
  272. package/scrolling/fixed-size-virtual-scroll.directive.d.ts +1 -1
  273. package/scrolling/virtual-for-of.directive.d.ts +1 -1
  274. package/scrolling/virtual-scroll-viewport.component.d.ts +1 -1
  275. package/select/base-select.d.ts +4 -1
  276. package/select/helper-directives.d.ts +2 -2
  277. package/select/multi-select/multi-select.component.d.ts +1 -1
  278. package/select/option/option.component.d.ts +1 -1
  279. package/select/option-group/option-group.component.d.ts +1 -1
  280. package/select/option-placeholder.component.d.ts +1 -1
  281. package/select/select.component.d.ts +1 -1
  282. package/select/select.types.d.ts +3 -3
  283. package/select/validators.d.ts +1 -1
  284. package/shared/click-outside.directive.d.ts +1 -1
  285. package/sort/sort-errors.d.ts +4 -0
  286. package/sort/sort-header.component.d.ts +1 -1
  287. package/sort/sort.directive.d.ts +1 -1
  288. package/sort/sort.types.d.ts +2 -2
  289. package/src/accordion/README.md +13 -0
  290. package/src/anchor/README.md +23 -0
  291. package/src/dropdown/README.md +57 -0
  292. package/src/form/README.md +32 -0
  293. package/src/icon/README.md +28 -0
  294. package/src/inline-alert/README.md +16 -0
  295. package/src/input/number-input/README.md +16 -0
  296. package/src/select/README.md +57 -0
  297. package/src/sort/README.md +13 -0
  298. package/src/table/README.md +8 -0
  299. package/src/table-of-contents/README.md +94 -0
  300. package/src/tag/README.md +32 -0
  301. package/src/tree-select/README.md +34 -0
  302. package/status-bar/status-bar.component.d.ts +1 -1
  303. package/status-bar/status-bar.types.d.ts +2 -2
  304. package/steps/steps.component.d.ts +4 -1
  305. package/steps/types.d.ts +6 -3
  306. package/switch/switch.component.d.ts +1 -1
  307. package/table/table-cell-def.directive.d.ts +5 -1
  308. package/table/table-cell.component.d.ts +2 -2
  309. package/table/table-cell.directive.d.ts +2 -1
  310. package/table/table-column-def.directive.d.ts +5 -1
  311. package/table/table-header-cell-def.directive.d.ts +5 -1
  312. package/table/table-header-cell.directive.d.ts +2 -1
  313. package/table/table-header-row-def.directive.d.ts +5 -1
  314. package/table/table-header-row.component.d.ts +2 -1
  315. package/table/table-placeholder.directive.d.ts +2 -2
  316. package/table/table-row-def.directive.d.ts +6 -1
  317. package/table/table-row.component.d.ts +2 -1
  318. package/table/table-scroll.directive.d.ts +2 -2
  319. package/table/table.component.d.ts +1 -1
  320. package/table-of-contents/toc-container.directive.d.ts +1 -1
  321. package/table-of-contents/toc-content.directive.d.ts +1 -1
  322. package/table-of-contents/toc-link.directive.d.ts +1 -1
  323. package/tabs/tab-body.component.d.ts +23 -7
  324. package/tabs/tab-context.service.d.ts +3 -0
  325. package/tabs/tab-group.component.d.ts +29 -1
  326. package/tabs/tab-header-active-indicator.component.d.ts +10 -1
  327. package/tabs/tab-header.component.d.ts +85 -2
  328. package/tabs/tab.component.d.ts +19 -1
  329. package/tabs/tabs.types.d.ts +5 -2
  330. package/tag/check-tag/check-tag.component.d.ts +1 -1
  331. package/tag/tag.component.d.ts +1 -1
  332. package/tag/tag.types.d.ts +1 -1
  333. package/theme/_var.scss +1 -1
  334. package/theme/theme.pipe.d.ts +4 -4
  335. package/theme/theme.types.d.ts +3 -3
  336. package/time-picker/component.d.ts +1 -1
  337. package/time-picker/panel/panel.component.d.ts +1 -1
  338. package/time-picker/time-picker.type.d.ts +1 -1
  339. package/tooltip/base-tooltip.d.ts +1 -1
  340. package/tooltip/tooltip-active.directive.d.ts +1 -1
  341. package/tooltip/tooltip-copy.directive.d.ts +1 -1
  342. package/tooltip/tooltip-intl.d.ts +4 -0
  343. package/tooltip/tooltip.component.d.ts +1 -1
  344. package/tooltip/tooltip.directive.d.ts +1 -1
  345. package/tree-select/tree-node-placeholder.component.d.ts +1 -1
  346. package/tree-select/tree-select.component.d.ts +2 -2
  347. package/tree-select/tree-select.types.d.ts +1 -1
  348. package/types.d.ts +5 -2
  349. package/utils/operators.d.ts +1 -1
@@ -52,5 +52,5 @@ export declare class TimePickerPanelComponent extends CommonFormControl<Dayjs> i
52
52
  selectNow(): void;
53
53
  trackBy(_index: number, content: number): number;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerPanelComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerPanelComponent, "aui-time-picker-panel", never, { "format": "format"; "hourStep": "hourStep"; "minuteStep": "minuteStep"; "secondStep": "secondStep"; "footerTemplate": "footerTemplate"; "disableHours": "disableHours"; "disableMinutes": "disableMinutes"; "disableSeconds": "disableSeconds"; }, { "confirm": "confirm"; }, never, never, false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerPanelComponent, "aui-time-picker-panel", never, { "format": "format"; "hourStep": "hourStep"; "minuteStep": "minuteStep"; "secondStep": "secondStep"; "footerTemplate": "footerTemplate"; "disableHours": "disableHours"; "disableMinutes": "disableMinutes"; "disableSeconds": "disableSeconds"; }, { "confirm": "confirm"; }, never, never>;
56
56
  }
@@ -9,5 +9,5 @@ export interface TimePickerModel {
9
9
  minute?: number;
10
10
  second?: number;
11
11
  }
12
- export type TimePickerDataLike = ConfigType | TimePickerModel;
12
+ export declare type TimePickerDataLike = ConfigType | TimePickerModel;
13
13
  export declare function isTimePickerModel(item: any): item is TimePickerModel;
@@ -81,5 +81,5 @@ export declare class BaseTooltip<T = any> implements TooltipInterface, AfterView
81
81
  protected onFocus(): void;
82
82
  protected onBlur(): void;
83
83
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseTooltip<any>, never>;
84
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTooltip<any>, never, never, {}, {}, never, never, false, never>;
84
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTooltip<any>, never, never, {}, {}, never>;
85
85
  }
@@ -12,5 +12,5 @@ export declare class TooltipActiveDirective implements OnDestroy {
12
12
  private addClass;
13
13
  private removeClass;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipActiveDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipActiveDirective, "[auiTooltipActive]", never, { "customClass": "auiTooltipActive"; }, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipActiveDirective, "[auiTooltipActive]", never, { "customClass": "auiTooltipActive"; }, {}, never>;
16
16
  }
@@ -23,5 +23,5 @@ export declare class TooltipCopyDirective extends BaseTooltip implements OnInit
23
23
  ngOnInit(): void;
24
24
  onSourceClick(): Promise<void>;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipCopyDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipCopyDirective, "[auiTooltipCopy]", never, { "position": "auiTooltipPosition"; "disabled": "auiTooltipDisabled"; "disableAnimation": "auiDisableAnimation"; "auiTooltipCopy": "auiTooltipCopy"; "auiTooltipCopyTip": "auiTooltipCopyTip"; "auiTooltipCopySuccessTip": "auiTooltipCopySuccessTip"; "auiTooltipCopyFailTip": "auiTooltipCopyFailTip"; }, {}, never, never, false, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipCopyDirective, "[auiTooltipCopy]", never, { "position": "auiTooltipPosition"; "disabled": "auiTooltipDisabled"; "disableAnimation": "auiDisableAnimation"; "auiTooltipCopy": "auiTooltipCopy"; "auiTooltipCopyTip": "auiTooltipCopyTip"; "auiTooltipCopySuccessTip": "auiTooltipCopySuccessTip"; "auiTooltipCopyFailTip": "auiTooltipCopyFailTip"; }, {}, never>;
27
27
  }
@@ -1,5 +1,8 @@
1
1
  import { Optional } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
+ /**
4
+ * Texts to render on the code editor.
5
+ */
3
6
  export declare class TooltipCopyIntl {
4
7
  copyTip: string;
5
8
  copySuccessTip: string;
@@ -8,6 +11,7 @@ export declare class TooltipCopyIntl {
8
11
  static ɵprov: i0.ɵɵInjectableDeclaration<TooltipCopyIntl>;
9
12
  }
10
13
  export declare function TOOLTIP_COPY_INTL_PROVIDER_FACTORY(parentIntl: TooltipCopyIntl): TooltipCopyIntl;
14
+ /** @docs-private */
11
15
  export declare const TOOLTIP_COPY_INTL_INTL_PROVIDER: {
12
16
  provide: typeof TooltipCopyIntl;
13
17
  deps: Optional[][];
@@ -41,5 +41,5 @@ export declare class TooltipComponent implements OnDestroy {
41
41
  show(): void;
42
42
  hide(): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "aui-tooltip", never, {}, {}, never, never, false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "aui-tooltip", never, {}, {}, never, never>;
45
45
  }
@@ -5,5 +5,5 @@ export declare class TooltipDirective extends BaseTooltip {
5
5
  visibleChange: EventEmitter<boolean>;
6
6
  disableAnimation: boolean;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[auiTooltip]", ["auiTooltip"], { "content": "auiTooltip"; "context": "auiTooltipContext"; "class": "auiTooltipClass"; "type": "auiTooltipType"; "position": "auiTooltipPosition"; "trigger": "auiTooltipTrigger"; "disabled": "auiTooltipDisabled"; "hideOnClick": "auiTooltipHideOnClick"; "disableAnimation": "auiDisableAnimation"; }, { "visibleChange": "auiTooltipVisibleChange"; }, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[auiTooltip]", ["auiTooltip"], { "content": "auiTooltip"; "context": "auiTooltipContext"; "class": "auiTooltipClass"; "type": "auiTooltipType"; "position": "auiTooltipPosition"; "trigger": "auiTooltipTrigger"; "disabled": "auiTooltipDisabled"; "hideOnClick": "auiTooltipHideOnClick"; "disableAnimation": "auiDisableAnimation"; }, { "visibleChange": "auiTooltipVisibleChange"; }, never>;
9
9
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TreeNodePlaceholderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeNodePlaceholderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodePlaceholderComponent, "aui-tree-node-placeholder", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodePlaceholderComponent, "aui-tree-node-placeholder", never, {}, {}, never, ["*"]>;
5
5
  }
@@ -63,7 +63,7 @@ export declare class TreeSelectComponent<T = unknown> extends CommonFormControl<
63
63
  private _filterFn;
64
64
  private _trackFn;
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeSelectComponent<any>, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeSelectComponent<any>, "aui-tree-select", never, { "nodesData": "nodesData"; "loading": "loading"; "placeholder": "placeholder"; "filterable": "filterable"; "clearable": "clearable"; "leafOnly": "leafOnly"; "filterFn": "filterFn"; "trackFn": "trackFn"; "labelFn": "labelFn"; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, never, ["aui-tree-node-placeholder"], false, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeSelectComponent<any>, "aui-tree-select", never, { "nodesData": "nodesData"; "loading": "loading"; "placeholder": "placeholder"; "filterable": "filterable"; "clearable": "clearable"; "leafOnly": "leafOnly"; "filterFn": "filterFn"; "trackFn": "trackFn"; "labelFn": "labelFn"; }, { "filterChange": "filterChange"; "show": "show"; "hide": "hide"; }, never, ["aui-tree-node-placeholder"]>;
67
67
  }
68
68
  export declare class TreeNodeComponent<T> implements AfterViewInit, OnDestroy {
69
69
  private readonly cdr;
@@ -94,5 +94,5 @@ export declare class TreeNodeComponent<T> implements AfterViewInit, OnDestroy {
94
94
  trackByLabel(_: number, data: TreeNode<T>): string;
95
95
  scrollToNode(node: TreeNodeComponent<T>): void;
96
96
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeNodeComponent<any>, never>;
97
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodeComponent<any>, "aui-tree-node", never, { "nodeData": "nodeData"; "leafOnly": "leafOnly"; }, {}, never, never, false, never>;
97
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodeComponent<any>, "aui-tree-node", never, { "nodeData": "nodeData"; "leafOnly": "leafOnly"; }, {}, never, never>;
98
98
  }
@@ -1,4 +1,4 @@
1
- export type NodeFilterFn<T> = (filter: string, node: TreeNode<T>) => boolean;
1
+ export declare type NodeFilterFn<T> = (filter: string, node: TreeNode<T>) => boolean;
2
2
  export interface TreeNode<T = unknown> {
3
3
  label: string;
4
4
  value: T;
package/types.d.ts CHANGED
@@ -1,9 +1,12 @@
1
- export type ValueOf<T> = T[keyof T];
1
+ export declare type ValueOf<T> = T[keyof T];
2
2
  export declare const ComponentSize: {
3
3
  readonly Large: "large";
4
4
  readonly Medium: "medium";
5
5
  readonly Small: "small";
6
6
  readonly Mini: "mini";
7
+ /**
8
+ * represents default internally, @link https://github.com/angular/vscode-ng-language-service/issues/1147
9
+ */
7
10
  readonly Empty: "";
8
11
  };
9
- export type ComponentSize = ValueOf<typeof ComponentSize>;
12
+ export declare type ComponentSize = ValueOf<typeof ComponentSize>;
@@ -1,5 +1,5 @@
1
1
  import { TimestampProvider } from 'rxjs';
2
- export type PublishRefConfig<T> = number | (import('rxjs/internal/operators/share').ShareConfig<T> & {
2
+ export declare type PublishRefConfig<T> = number | (import('rxjs/internal/operators/share').ShareConfig<T> & {
3
3
  bufferSize?: number;
4
4
  windowTime?: number;
5
5
  timestampProvider?: TimestampProvider;