@alauda/ui 7.0.4-beta.5 → 7.0.4-beta.7

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 +10 -10
  64. package/esm2022/anchor/anchor.directive.mjs +12 -10
  65. package/esm2022/anchor/anchor.module.mjs +15 -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 +11 -8
  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 +9 -5
  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 +1863 -1397
  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
@@ -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, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OptionGroupTitleDirective, "[auiOptionGroupTitle]", ["auiOptionGroupTitle"], {}, {}, never, never, true, 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, never, false, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OptionContentDirective, "*[auiOptionContent]", ["auiOptionContent"], {}, {}, never, never, true, never>;
10
10
  }
@@ -52,6 +52,6 @@ export declare class MultiSelectComponent<T = unknown> extends BaseSelect<T, T[]
52
52
  private resetInput;
53
53
  private setInputWidth;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent<any>, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent<any>, "aui-multi-select", never, { "tagClassFn": { "alias": "tagClassFn"; "required": false; }; "maxRowCount": { "alias": "maxRowCount"; "required": false; }; "customRowHeight": { "alias": "customRowHeight"; "required": false; }; "allowSelectAll": { "alias": "allowSelectAll"; "required": false; }; }, {}, never, ["*", "aui-option-placeholder"], false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent<any>, "aui-multi-select", never, { "tagClassFn": { "alias": "tagClassFn"; "required": false; }; "maxRowCount": { "alias": "maxRowCount"; "required": false; }; "customRowHeight": { "alias": "customRowHeight"; "required": false; }; "allowSelectAll": { "alias": "allowSelectAll"; "required": false; }; }, {}, never, ["*", "aui-option-placeholder"], true, never>;
56
56
  static ngAcceptInputType_allowSelectAll: unknown;
57
57
  }
@@ -2,6 +2,7 @@ import { ChangeDetectorRef, ElementRef, TemplateRef } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { ComponentSize } from '../../types';
4
4
  import { Bem } from '../../utils';
5
+ import { BaseSelect } from '../base-select';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class OptionComponent<T> {
7
8
  private readonly cdr;
@@ -36,10 +37,10 @@ export declare class OptionComponent<T> {
36
37
  selected$: Observable<boolean>;
37
38
  size$: Observable<ComponentSize>;
38
39
  visible$: Observable<boolean>;
39
- constructor(cdr: ChangeDetectorRef, select: any);
40
+ constructor(cdr: ChangeDetectorRef, select: BaseSelect<T>);
40
41
  onClick(): void;
41
42
  focus(): void;
42
43
  blur(): void;
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent<any>, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "aui-option", never, { "label": { "alias": "label"; "required": false; }; "labelContext": { "alias": "labelContext"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "aui-option", never, { "label": { "alias": "label"; "required": false; }; "labelContext": { "alias": "labelContext"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
45
46
  }
@@ -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]", "*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent<any>, "aui-option-group", never, {}, {}, ["options"], ["[auiOptionGroupTitle]", "*"], true, 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, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionPlaceholderComponent, "aui-option-placeholder", never, {}, {}, never, ["*"], true, 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"], false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "aui-select", never, {}, {}, never, ["*", "aui-option-placeholder"], true, never>;
23
23
  }
@@ -1,19 +1,27 @@
1
+ import { OptionContentDirective, OptionGroupTitleDirective } from './helper-directives';
2
+ import { MultiSelectComponent } from './multi-select/multi-select.component';
3
+ import { OptionComponent } from './option/option.component';
4
+ import { OptionGroupComponent } from './option-group/option-group.component';
5
+ import { OptionPlaceholderComponent } from './option-placeholder.component';
6
+ import { SelectComponent } from './select.component';
7
+ import { IncludesDirective } from './validators';
1
8
  import * as i0 from "@angular/core";
2
- import * as i1 from "./select.component";
3
- import * as i2 from "./option/option.component";
4
- import * as i3 from "./option-group/option-group.component";
5
- import * as i4 from "./option-placeholder.component";
6
- import * as i5 from "./multi-select/multi-select.component";
7
- import * as i6 from "./validators";
8
- import * as i7 from "./helper-directives";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "../input/input.module";
11
- import * as i10 from "../i18n/i18n.module";
12
- import * as i11 from "../icon/icon.module";
13
- import * as i12 from "../tooltip/tooltip.module";
14
- import * as i13 from "../tag/tag.module";
9
+ import * as i1 from "@angular/common";
10
+ import * as i2 from "../input/input.module";
11
+ import * as i3 from "../i18n/i18n.module";
12
+ import * as i4 from "../icon/icon.module";
13
+ import * as i5 from "../tooltip/tooltip.module";
14
+ import * as i6 from "../tag/tag.module";
15
+ import * as i7 from "./select.component";
16
+ import * as i8 from "./option/option.component";
17
+ import * as i9 from "./option-group/option-group.component";
18
+ import * as i10 from "./option-placeholder.component";
19
+ import * as i11 from "./multi-select/multi-select.component";
20
+ import * as i12 from "./validators";
21
+ import * as i13 from "./helper-directives";
15
22
  export declare class SelectModule {
16
23
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, [typeof i1.SelectComponent, typeof i2.OptionComponent, typeof i3.OptionGroupComponent, typeof i4.OptionPlaceholderComponent, typeof i5.MultiSelectComponent, typeof i6.IncludesDirective, typeof i7.OptionGroupTitleDirective, typeof i7.OptionContentDirective], [typeof i8.CommonModule, typeof i9.InputModule, typeof i10.I18nModule, typeof i11.IconModule, typeof i12.TooltipModule, typeof i13.TagModule], [typeof i1.SelectComponent, typeof i2.OptionComponent, typeof i3.OptionGroupComponent, typeof i4.OptionPlaceholderComponent, typeof i5.MultiSelectComponent, typeof i6.IncludesDirective, typeof i7.OptionGroupTitleDirective, typeof i7.OptionContentDirective]>;
24
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, never, [typeof i1.CommonModule, typeof i2.InputModule, typeof i3.I18nModule, typeof i4.IconModule, typeof i5.TooltipModule, typeof i6.TagModule, typeof i7.SelectComponent, typeof i8.OptionComponent, typeof i9.OptionGroupComponent, typeof i10.OptionPlaceholderComponent, typeof i11.MultiSelectComponent, typeof i12.IncludesDirective, typeof i13.OptionGroupTitleDirective, typeof i13.OptionContentDirective], [typeof i7.SelectComponent, typeof i8.OptionComponent, typeof i9.OptionGroupComponent, typeof i10.OptionPlaceholderComponent, typeof i11.MultiSelectComponent, typeof i12.IncludesDirective, typeof i13.OptionGroupTitleDirective, typeof i13.OptionContentDirective]>;
18
25
  static ɵinj: i0.ɵɵInjectorDeclaration<SelectModule>;
19
26
  }
27
+ export declare const SELECT_MODULE: readonly [typeof SelectComponent, typeof OptionComponent, typeof OptionGroupComponent, typeof OptionPlaceholderComponent, typeof MultiSelectComponent, typeof IncludesDirective, typeof OptionGroupTitleDirective, typeof OptionContentDirective];
@@ -18,5 +18,5 @@ export declare class IncludesDirective<T> implements Validator, AfterContentInit
18
18
  registerOnValidatorChange(fn: () => void): void;
19
19
  validate(control: AbstractControl): ValidationErrors;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<IncludesDirective<any>, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<IncludesDirective<any>, "aui-select[ngModel][includes],aui-select[formControl][includes],aui-select[formControlName][includes]", never, { "includes": { "alias": "includes"; "required": false; }; "trackFn": { "alias": "trackFn"; "required": false; }; }, {}, never, never, false, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IncludesDirective<any>, "aui-select[ngModel][includes],aui-select[formControl][includes],aui-select[formControlName][includes]", never, { "includes": { "alias": "includes"; "required": false; }; "trackFn": { "alias": "trackFn"; "required": false; }; }, {}, never, never, true, never>;
22
22
  }
@@ -6,5 +6,5 @@ export declare class ClickOutsideDirective {
6
6
  onBodyClick(event: Event): void;
7
7
  constructor(el: ElementRef<HTMLElement>);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[auiClickOutside]", ["auiClickOutside"], {}, { "auiClickOutside": "auiClickOutside"; }, never, never, false, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[auiClickOutside]", ["auiClickOutside"], {}, { "auiClickOutside": "auiClickOutside"; }, never, never, true, never>;
10
10
  }
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./click-outside.directive";
3
3
  export declare class SharedModule {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.ClickOutsideDirective], never, [typeof i1.ClickOutsideDirective]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.ClickOutsideDirective], [typeof i1.ClickOutsideDirective]>;
6
6
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
7
7
  }
@@ -20,5 +20,5 @@ export declare class SortHeaderComponent implements Sortable, OnInit, OnDestroy
20
20
  _isSorted(): boolean;
21
21
  _updateArrowDirection(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SortHeaderComponent, [null, { optional: true; }, { optional: true; }]>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<SortHeaderComponent, "[aui-sort-header]", never, { "id": { "alias": "aui-sort-header"; "required": false; }; "start": { "alias": "start"; "required": false; }; }, {}, never, ["*"], false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<SortHeaderComponent, "[aui-sort-header]", never, { "id": { "alias": "aui-sort-header"; "required": false; }; "start": { "alias": "start"; "required": false; }; }, {}, never, ["*"], true, never>;
24
24
  }
@@ -17,5 +17,5 @@ export declare class SortDirective implements OnChanges, OnDestroy {
17
17
  ngOnChanges(): void;
18
18
  ngOnDestroy(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SortDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<SortDirective, "[auiSort]", ["auiSort"], { "active": { "alias": "active"; "required": false; }; "start": { "alias": "start"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "sortChange": "sortChange"; }, never, never, false, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SortDirective, "[auiSort]", ["auiSort"], { "active": { "alias": "active"; "required": false; }; "start": { "alias": "start"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "sortChange": "sortChange"; }, never, never, true, never>;
21
21
  }
@@ -1,9 +1,12 @@
1
+ import { SortHeaderComponent } from './sort-header.component';
2
+ import { SortDirective } from './sort.directive';
1
3
  import * as i0 from "@angular/core";
2
- import * as i1 from "./sort.directive";
3
- import * as i2 from "./sort-header.component";
4
- import * as i3 from "@angular/common";
4
+ import * as i1 from "@angular/common";
5
+ import * as i2 from "./sort.directive";
6
+ import * as i3 from "./sort-header.component";
5
7
  export declare class SortModule {
6
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SortModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<SortModule, [typeof i1.SortDirective, typeof i2.SortHeaderComponent], [typeof i3.CommonModule], [typeof i1.SortDirective, typeof i2.SortHeaderComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SortModule, never, [typeof i1.CommonModule, typeof i2.SortDirective, typeof i3.SortHeaderComponent], [typeof i2.SortDirective, typeof i3.SortHeaderComponent]>;
8
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SortModule>;
9
11
  }
12
+ export declare const SORT_MODULE: readonly [typeof SortDirective, typeof SortHeaderComponent];
@@ -9,5 +9,5 @@ export declare class StatusBarComponent {
9
9
  template: TemplateRef<any>;
10
10
  statusClick: EventEmitter<Status>;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<StatusBarComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<StatusBarComponent, "aui-status-bar", never, { "status": { "alias": "status"; "required": false; }; "size": { "alias": "size"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, { "statusClick": "statusClick"; }, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<StatusBarComponent, "aui-status-bar", never, { "status": { "alias": "status"; "required": false; }; "size": { "alias": "size"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, { "statusClick": "statusClick"; }, never, never, true, never>;
13
13
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./status-bar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../tooltip/tooltip.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../tooltip/tooltip.module";
4
+ import * as i3 from "./status-bar.component";
5
5
  export declare class StatusBarModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<StatusBarModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<StatusBarModule, [typeof i1.StatusBarComponent], [typeof i2.CommonModule, typeof i3.TooltipModule], [typeof i1.StatusBarComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StatusBarModule, never, [typeof i1.CommonModule, typeof i2.TooltipModule, typeof i3.StatusBarComponent], [typeof i3.StatusBarComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<StatusBarModule>;
9
9
  }
@@ -31,5 +31,5 @@ export declare class StepsComponent implements OnInit, OnDestroy {
31
31
  isLastActive(i: number, steps: StepItem[]): boolean;
32
32
  ngOnDestroy(): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<StepsComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<StepsComponent, "aui-steps", ["auiSteps"], { "steps": { "alias": "steps"; "required": false; }; "currentIndex": { "alias": "currentIndex"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "type": { "alias": "type"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; }, { "currentIndexChange": "currentIndexChange"; "selectedIndexChange": "selectedIndexChange"; }, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepsComponent, "aui-steps", ["auiSteps"], { "steps": { "alias": "steps"; "required": false; }; "currentIndex": { "alias": "currentIndex"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "type": { "alias": "type"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; }, { "currentIndexChange": "currentIndexChange"; "selectedIndexChange": "selectedIndexChange"; }, never, never, true, never>;
35
35
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./steps.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../icon/icon.module";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "../icon/icon.module";
4
+ import * as i3 from "./steps.component";
5
5
  export declare class StepsModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<StepsModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<StepsModule, [typeof i1.StepsComponent], [typeof i2.CommonModule, typeof i3.IconModule], [typeof i1.StepsComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StepsModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.StepsComponent], [typeof i3.StepsComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<StepsModule>;
9
9
  }
@@ -7,5 +7,5 @@ export declare class SwitchComponent extends CommonFormControl<boolean> {
7
7
  onSwitch(): void;
8
8
  onBlur(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "aui-switch", never, { "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "aui-switch", never, { "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./switch.component";
3
- import * as i2 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./switch.component";
4
4
  export declare class SwitchModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent], [typeof i2.CommonModule], [typeof i1.SwitchComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, never, [typeof i1.CommonModule, typeof i2.SwitchComponent], [typeof i2.SwitchComponent]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<SwitchModule>;
8
8
  }
@@ -2,5 +2,5 @@ import { CdkCellDef } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TableCellDefDirective extends CdkCellDef {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDefDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDefDirective, "[auiTableCellDef]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDefDirective, "[auiTableCellDef]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -7,12 +7,12 @@ export declare class TableExpandButtonCellComponent extends CdkCell {
7
7
  expandChange: EventEmitter<any>;
8
8
  get expanded(): string;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TableExpandButtonCellComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<TableExpandButtonCellComponent, "aui-table-cell[auiExpandButton]", never, { "expand": { "alias": "expand"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "expandChange": "expandChange"; }, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableExpandButtonCellComponent, "aui-table-cell[auiExpandButton]", never, { "expand": { "alias": "expand"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "expandChange": "expandChange"; }, never, never, true, never>;
11
11
  }
12
12
  export declare class TableExpandPanelCellComponent extends CdkCell {
13
13
  expand: boolean;
14
14
  background: boolean;
15
15
  get expanded(): string;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TableExpandPanelCellComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<TableExpandPanelCellComponent, "aui-table-cell[auiExpandPanel]", never, { "expand": { "alias": "expand"; "required": false; }; "background": { "alias": "background"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableExpandPanelCellComponent, "aui-table-cell[auiExpandPanel]", never, { "expand": { "alias": "expand"; "required": false; }; "background": { "alias": "background"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
@@ -5,5 +5,5 @@ export declare class TableCellDirective extends CdkCell {
5
5
  direction: 'row' | 'column';
6
6
  constructor(columnDef: CdkColumnDef, elementRef: ElementRef<HTMLElement>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "aui-table-cell", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "aui-table-cell", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class TableColumnDefDirective extends CdkColumnDef {
4
4
  set auiTableColumnDef(value: string);
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnDefDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnDefDirective, "[auiTableColumnDef]", never, { "sticky": { "alias": "sticky"; "required": false; }; "auiTableColumnDef": { "alias": "auiTableColumnDef"; "required": false; }; }, {}, never, never, false, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnDefDirective, "[auiTableColumnDef]", never, { "sticky": { "alias": "sticky"; "required": false; }; "auiTableColumnDef": { "alias": "auiTableColumnDef"; "required": false; }; }, {}, never, never, true, never>;
7
7
  }
@@ -2,5 +2,5 @@ import { CdkHeaderCellDef } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TableHeaderCellDefDirective extends CdkHeaderCellDef {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCellDefDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDefDirective, "[auiTableHeaderCellDef]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDefDirective, "[auiTableHeaderCellDef]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  export declare class TableHeaderCellDirective extends CdkHeaderCell {
5
5
  constructor(columnDef: CdkColumnDef, elementRef: ElementRef<HTMLElement>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCellDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDirective, "aui-table-header-cell", never, {}, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDirective, "aui-table-header-cell", never, {}, {}, never, never, true, never>;
8
8
  }
@@ -4,5 +4,5 @@ export declare class TableHeaderRowDefDirective extends CdkHeaderRowDef {
4
4
  columns: Iterable<string>;
5
5
  sticky: boolean;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderRowDefDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderRowDefDirective, "[auiTableHeaderRowDef]", never, { "columns": { "alias": "auiTableHeaderRowDef"; "required": false; }; "sticky": { "alias": "auiTableHeaderRowDefSticky"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderRowDefDirective, "[auiTableHeaderRowDef]", never, { "columns": { "alias": "auiTableHeaderRowDef"; "required": false; }; "sticky": { "alias": "auiTableHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
8
8
  }
@@ -2,5 +2,5 @@ import { CdkHeaderRow } from '@angular/cdk/table';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TableHeaderRowComponent extends CdkHeaderRow {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderRowComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderRowComponent, "aui-table-header-row", ["auiTableHeaderRow"], {}, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderRowComponent, "aui-table-header-row", ["auiTableHeaderRow"], {}, {}, never, never, true, never>;
6
6
  }
@@ -5,12 +5,12 @@ export declare class TablePlaceholderDefDirective {
5
5
  templateRef: TemplateRef<any>;
6
6
  constructor(templateRef: TemplateRef<any>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TablePlaceholderDefDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TablePlaceholderDefDirective, "ng-template[auiTablePlaceholderDef]", never, {}, {}, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TablePlaceholderDefDirective, "ng-template[auiTablePlaceholderDef]", never, {}, {}, never, never, true, never>;
9
9
  }
10
10
  export declare class TablePlaceholderOutletDirective implements RowOutlet {
11
11
  viewContainer: ViewContainerRef;
12
12
  elementRef: ElementRef;
13
13
  constructor(viewContainer: ViewContainerRef, elementRef: ElementRef);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TablePlaceholderOutletDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<TablePlaceholderOutletDirective, "[auiTablePlaceholderOutlet]", never, {}, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TablePlaceholderOutletDirective, "[auiTablePlaceholderOutlet]", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -4,5 +4,5 @@ export declare class TableRowDefDirective<T> extends CdkRowDef<T> {
4
4
  columns: Iterable<string>;
5
5
  set auiTableRowDefWhen(v: (index: number, rowData: T) => boolean);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRowDefDirective<any>, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableRowDefDirective<any>, "[auiTableRowDef]", never, { "columns": { "alias": "auiTableRowDefColumns"; "required": false; }; "auiTableRowDefWhen": { "alias": "auiTableRowDefWhen"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableRowDefDirective<any>, "[auiTableRowDef]", never, { "columns": { "alias": "auiTableRowDefColumns"; "required": false; }; "auiTableRowDefWhen": { "alias": "auiTableRowDefWhen"; "required": false; }; }, {}, never, never, true, never>;
8
8
  }
@@ -8,5 +8,5 @@ export declare class TableRowComponent extends CdkRow implements AfterContentIni
8
8
  constructor(elRef: ElementRef<HTMLElement>);
9
9
  ngAfterContentInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRowComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "aui-table-row", ["auiTableRow"], { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "aui-table-row", ["auiTableRow"], { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
12
12
  }
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  export declare class TableScrollWrapperDirective {
8
8
  auiTableScrollWrapper: string;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TableScrollWrapperDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableScrollWrapperDirective, "[auiTableScrollWrapper]", never, { "auiTableScrollWrapper": { "alias": "auiTableScrollWrapper"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableScrollWrapperDirective, "[auiTableScrollWrapper]", never, { "auiTableScrollWrapper": { "alias": "auiTableScrollWrapper"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
12
12
  export declare class TableScrollableDirective extends CdkScrollable implements AfterViewInit, OnInit, OnDestroy {
13
13
  private readonly el;
@@ -29,5 +29,5 @@ export declare class TableScrollableDirective extends CdkScrollable implements A
29
29
  mutateHorizontalScroll(): void;
30
30
  placeClassList(classList: DOMTokenList, condition: boolean, className: string): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<TableScrollableDirective, [null, null, null, { host: true; }, { optional: true; }]>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableScrollableDirective, "[auiTableScrollable]", never, { "scrollable": { "alias": "auiTableScrollable"; "required": false; }; }, {}, never, never, false, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableScrollableDirective, "[auiTableScrollable]", never, { "scrollable": { "alias": "auiTableScrollable"; "required": false; }; }, {}, never, never, true, never>;
33
33
  }
@@ -13,5 +13,5 @@ export declare class TableComponent<T> extends CdkTable<T> implements AfterConte
13
13
  private _clearPlaceholder;
14
14
  ngOnDestroy(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent<any>, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "aui-table", ["auiTable"], { "enableScrollWrapper": { "alias": "enableScrollWrapper"; "required": false; }; }, {}, ["_placeholderDef"], ["caption", "colgroup, col"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "aui-table", ["auiTable"], { "enableScrollWrapper": { "alias": "enableScrollWrapper"; "required": false; }; }, {}, ["_placeholderDef"], ["caption", "colgroup, col"], true, never>;
17
17
  }
@@ -1,22 +1,36 @@
1
+ import { TableCellDefDirective } from './table-cell-def.directive';
2
+ import { TableExpandButtonCellComponent, TableExpandPanelCellComponent } from './table-cell.component';
3
+ import { TableCellDirective } from './table-cell.directive';
4
+ import { TableColumnDefDirective } from './table-column-def.directive';
5
+ import { TableHeaderCellDefDirective } from './table-header-cell-def.directive';
6
+ import { TableHeaderCellDirective } from './table-header-cell.directive';
7
+ import { TableHeaderRowDefDirective } from './table-header-row-def.directive';
8
+ import { TableHeaderRowComponent } from './table-header-row.component';
9
+ import { TablePlaceholderDefDirective, TablePlaceholderOutletDirective } from './table-placeholder.directive';
10
+ import { TableRowDefDirective } from './table-row-def.directive';
11
+ import { TableRowComponent } from './table-row.component';
12
+ import { TableScrollableDirective, TableScrollWrapperDirective } from './table-scroll.directive';
13
+ import { TableComponent } from './table.component';
1
14
  import * as i0 from "@angular/core";
2
- import * as i1 from "./table.component";
3
- import * as i2 from "./table-row.component";
4
- import * as i3 from "./table-header-row.component";
5
- import * as i4 from "./table-cell.component";
6
- import * as i5 from "./table-cell.directive";
7
- import * as i6 from "./table-cell-def.directive";
8
- import * as i7 from "./table-header-cell.directive";
9
- import * as i8 from "./table-row-def.directive";
10
- import * as i9 from "./table-header-row-def.directive";
11
- import * as i10 from "./table-header-cell-def.directive";
12
- import * as i11 from "./table-column-def.directive";
13
- import * as i12 from "./table-scroll.directive";
14
- import * as i13 from "./table-placeholder.directive";
15
- import * as i14 from "@angular/common";
16
- import * as i15 from "../icon/icon.module";
17
- import * as i16 from "@angular/cdk/table";
15
+ import * as i1 from "@angular/common";
16
+ import * as i2 from "../icon/icon.module";
17
+ import * as i3 from "@angular/cdk/table";
18
+ import * as i4 from "./table.component";
19
+ import * as i5 from "./table-row.component";
20
+ import * as i6 from "./table-header-row.component";
21
+ import * as i7 from "./table-cell.component";
22
+ import * as i8 from "./table-cell.directive";
23
+ import * as i9 from "./table-cell-def.directive";
24
+ import * as i10 from "./table-header-cell.directive";
25
+ import * as i11 from "./table-row-def.directive";
26
+ import * as i12 from "./table-header-row-def.directive";
27
+ import * as i13 from "./table-header-cell-def.directive";
28
+ import * as i14 from "./table-column-def.directive";
29
+ import * as i15 from "./table-scroll.directive";
30
+ import * as i16 from "./table-placeholder.directive";
18
31
  export declare class TableModule {
19
32
  static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent, typeof i2.TableRowComponent, typeof i3.TableHeaderRowComponent, typeof i4.TableExpandButtonCellComponent, typeof i4.TableExpandPanelCellComponent, typeof i5.TableCellDirective, typeof i6.TableCellDefDirective, typeof i7.TableHeaderCellDirective, typeof i8.TableRowDefDirective, typeof i9.TableHeaderRowDefDirective, typeof i10.TableHeaderCellDefDirective, typeof i11.TableColumnDefDirective, typeof i12.TableScrollableDirective, typeof i13.TablePlaceholderOutletDirective, typeof i13.TablePlaceholderDefDirective, typeof i12.TableScrollWrapperDirective], [typeof i14.CommonModule, typeof i15.IconModule, typeof i16.CdkTableModule], [typeof i1.TableComponent, typeof i2.TableRowComponent, typeof i3.TableHeaderRowComponent, typeof i4.TableExpandButtonCellComponent, typeof i4.TableExpandPanelCellComponent, typeof i5.TableCellDirective, typeof i6.TableCellDefDirective, typeof i7.TableHeaderCellDirective, typeof i8.TableRowDefDirective, typeof i9.TableHeaderRowDefDirective, typeof i10.TableHeaderCellDefDirective, typeof i11.TableColumnDefDirective, typeof i12.TableScrollableDirective, typeof i13.TablePlaceholderOutletDirective, typeof i13.TablePlaceholderDefDirective, typeof i12.TableScrollWrapperDirective]>;
33
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.CdkTableModule, typeof i4.TableComponent, typeof i5.TableRowComponent, typeof i6.TableHeaderRowComponent, typeof i7.TableExpandButtonCellComponent, typeof i7.TableExpandPanelCellComponent, typeof i8.TableCellDirective, typeof i9.TableCellDefDirective, typeof i10.TableHeaderCellDirective, typeof i11.TableRowDefDirective, typeof i12.TableHeaderRowDefDirective, typeof i13.TableHeaderCellDefDirective, typeof i14.TableColumnDefDirective, typeof i15.TableScrollableDirective, typeof i16.TablePlaceholderOutletDirective, typeof i16.TablePlaceholderDefDirective, typeof i15.TableScrollWrapperDirective], [typeof i4.TableComponent, typeof i5.TableRowComponent, typeof i6.TableHeaderRowComponent, typeof i7.TableExpandButtonCellComponent, typeof i7.TableExpandPanelCellComponent, typeof i8.TableCellDirective, typeof i9.TableCellDefDirective, typeof i10.TableHeaderCellDirective, typeof i11.TableRowDefDirective, typeof i12.TableHeaderRowDefDirective, typeof i13.TableHeaderCellDefDirective, typeof i14.TableColumnDefDirective, typeof i15.TableScrollableDirective, typeof i16.TablePlaceholderOutletDirective, typeof i16.TablePlaceholderDefDirective, typeof i15.TableScrollWrapperDirective]>;
21
34
  static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
22
35
  }
36
+ export declare const TABLE_MODULE: readonly [typeof TableComponent, typeof TableRowComponent, typeof TableHeaderRowComponent, typeof TableExpandButtonCellComponent, typeof TableExpandPanelCellComponent, typeof TableCellDirective, typeof TableCellDefDirective, typeof TableHeaderCellDirective, typeof TableRowDefDirective, typeof TableHeaderRowDefDirective, typeof TableHeaderCellDefDirective, typeof TableColumnDefDirective, typeof TableScrollableDirective, typeof TablePlaceholderOutletDirective, typeof TablePlaceholderDefDirective, typeof TableScrollWrapperDirective];
@@ -1,10 +1,14 @@
1
+ import { TocContainerDirective } from './toc-container.directive';
2
+ import { TocContentDirective } from './toc-content.directive';
3
+ import { TocLinkDirective } from './toc-link.directive';
1
4
  import * as i0 from "@angular/core";
2
- import * as i1 from "./toc-content.directive";
3
- import * as i2 from "./toc-container.directive";
4
- import * as i3 from "./toc-link.directive";
5
- import * as i4 from "@angular/common";
5
+ import * as i1 from "@angular/common";
6
+ import * as i2 from "./toc-content.directive";
7
+ import * as i3 from "./toc-container.directive";
8
+ import * as i4 from "./toc-link.directive";
6
9
  export declare class TableOfContentsModule {
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TableOfContentsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<TableOfContentsModule, [typeof i1.TocContentDirective, typeof i2.TocContainerDirective, typeof i3.TocLinkDirective], [typeof i4.CommonModule], [typeof i1.TocContentDirective, typeof i2.TocContainerDirective, typeof i3.TocLinkDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableOfContentsModule, never, [typeof i1.CommonModule, typeof i2.TocContentDirective, typeof i3.TocContainerDirective, typeof i4.TocLinkDirective], [typeof i2.TocContentDirective, typeof i3.TocContainerDirective, typeof i4.TocLinkDirective]>;
9
12
  static ɵinj: i0.ɵɵInjectorDeclaration<TableOfContentsModule>;
10
13
  }
14
+ export declare const TABLE_OF_CONTENTS_MODULE: readonly [typeof TocContentDirective, typeof TocContainerDirective, typeof TocLinkDirective];
@@ -24,5 +24,5 @@ export declare class TocContainerDirective implements AfterContentInit, OnDestro
24
24
  registerContent(tocContent: TocContentDirective): void;
25
25
  deregisterContent(tocContent: TocContentDirective): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<TocContainerDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<TocContainerDirective, "[auiTocContainer]", ["auiTocContainer"], {}, { "activedChange": "activedChange"; }, never, never, false, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TocContainerDirective, "[auiTocContainer]", ["auiTocContainer"], {}, { "activedChange": "activedChange"; }, never, never, true, never>;
28
28
  }
@@ -10,5 +10,5 @@ export declare class TocContentDirective implements OnInit, OnDestroy {
10
10
  ngOnInit(): void;
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TocContentDirective, [null, { optional: true; }]>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<TocContentDirective, "[auiTocContent]", never, { "auiTocContent": { "alias": "auiTocContent"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TocContentDirective, "[auiTocContent]", never, { "auiTocContent": { "alias": "auiTocContent"; "required": false; }; }, {}, never, never, true, never>;
14
14
  }
@@ -12,5 +12,5 @@ export declare class TocLinkDirective implements OnInit, OnDestroy {
12
12
  ngOnInit(): void;
13
13
  ngOnDestroy(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TocLinkDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<TocLinkDirective, "[auiTocLink]", never, { "for": { "alias": "for"; "required": false; }; "auiTocLink": { "alias": "auiTocLink"; "required": false; }; }, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TocLinkDirective, "[auiTocLink]", never, { "for": { "alias": "for"; "required": false; }; "auiTocLink": { "alias": "auiTocLink"; "required": false; }; }, {}, never, never, true, never>;
16
16
  }
@@ -10,23 +10,23 @@ export declare class TabBodyComponent implements OnDestroy {
10
10
  set content(content: TemplatePortal);
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TabBodyComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TabBodyComponent, "aui-tab-body", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabBodyComponent, "aui-tab-body", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, true, never>;
14
14
  }
15
15
  export declare class TabLabelDirective extends CdkPortal {
16
16
  constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<TabLabelDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabLabelDirective, "[auiTabLabel]", never, {}, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabLabelDirective, "[auiTabLabel]", never, {}, {}, never, never, true, never>;
19
19
  }
20
20
  export declare class TabContentDirective {
21
21
  template: TemplateRef<any>;
22
22
  constructor(template: TemplateRef<any>);
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentDirective, "[auiTabContent]", never, {}, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentDirective, "[auiTabContent]", never, {}, {}, never, never, true, never>;
25
25
  }
26
26
  export declare class TabHeaderAddonDirective extends CdkPortal {
27
27
  constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef);
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<TabHeaderAddonDirective, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabHeaderAddonDirective, "[auiTabHeaderAddon]", never, {}, {}, never, never, false, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabHeaderAddonDirective, "[auiTabHeaderAddon]", never, {}, {}, never, never, true, never>;
30
30
  }
31
31
  export declare class TabLabelWrapperDirective {
32
32
  elementRef: ElementRef<HTMLElement>;
@@ -36,13 +36,13 @@ export declare class TabLabelWrapperDirective {
36
36
  focus(): void;
37
37
  constructor(elementRef: ElementRef<HTMLElement>);
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<TabLabelWrapperDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabLabelWrapperDirective, "[auiTabLabelWrapper]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabLabelWrapperDirective, "[auiTabLabelWrapper]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
40
40
  static ngAcceptInputType_disabled: unknown;
41
41
  }
42
42
  export declare class TabTitleDirective extends CdkPortal {
43
43
  constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef);
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<TabTitleDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabTitleDirective, "[auiTabTitle]", never, {}, {}, never, never, false, never>;
45
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabTitleDirective, "[auiTabTitle]", never, {}, {}, never, never, true, never>;
46
46
  }
47
47
  export declare class TabBodyPortalDirective extends CdkPortalOutlet implements OnInit, OnDestroy {
48
48
  private readonly _host;
@@ -51,5 +51,5 @@ export declare class TabBodyPortalDirective extends CdkPortalOutlet implements O
51
51
  ngOnInit(): void;
52
52
  ngOnDestroy(): void;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<TabBodyPortalDirective, never>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabBodyPortalDirective, "[auiTabBodyHost]", never, {}, {}, never, never, false, never>;
54
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabBodyPortalDirective, "[auiTabBodyHost]", never, {}, {}, never, never, true, never>;
55
55
  }
@@ -60,5 +60,5 @@ export declare class TabGroupComponent implements OnChanges, AfterContentChecked
60
60
  private _subscribeToTabLabels;
61
61
  _getTabIndex(tab: TabComponent, idx: number): number | null;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<TabGroupComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<TabGroupComponent, "aui-tab-group", ["auiTabGroup"], { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "tab": { "alias": "tab"; "required": false; }; "type": { "alias": "type"; "required": false; }; "title": { "alias": "title"; "required": false; }; "size": { "alias": "size"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "tabChange": "tabChange"; "selectedTabChange": "selectedTabChange"; "focusChange": "focusChange"; }, ["_headerAddon", "_tabTitle", "_tabs"], never, false, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabGroupComponent, "aui-tab-group", ["auiTabGroup"], { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "tab": { "alias": "tab"; "required": false; }; "type": { "alias": "type"; "required": false; }; "title": { "alias": "title"; "required": false; }; "size": { "alias": "size"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "tabChange": "tabChange"; "selectedTabChange": "selectedTabChange"; "focusChange": "focusChange"; }, ["_headerAddon", "_tabTitle", "_tabs"], never, true, never>;
64
64
  }
@@ -12,5 +12,5 @@ export declare class TabHeaderActiveIndicatorComponent {
12
12
  private _setStyles;
13
13
  private _getElementPosition;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TabHeaderActiveIndicatorComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TabHeaderActiveIndicatorComponent, "aui-tab-header-active-indicator", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabHeaderActiveIndicatorComponent, "aui-tab-header-active-indicator", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
16
16
  }