@alauda/ui 6.5.10-beta.3 → 6.5.10-beta.5

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 (599) hide show
  1. package/accordion/accordion-item/accordion-item.component.d.ts +3 -3
  2. package/accordion/accordion.component.d.ts +1 -1
  3. package/anchor/anchor.component.d.ts +2 -2
  4. package/anchor/anchor.directive.d.ts +3 -3
  5. package/autocomplete/autocomplete-placeholder.component.d.ts +1 -1
  6. package/autocomplete/autocomplete.component.d.ts +1 -1
  7. package/autocomplete/autocomplete.directive.d.ts +2 -2
  8. package/autocomplete/autocomplete.types.d.ts +1 -1
  9. package/autocomplete/helper-directives.d.ts +1 -1
  10. package/autocomplete/suggestion/suggestion.component.d.ts +1 -1
  11. package/autocomplete/suggestion-group/suggestion-group.component.d.ts +1 -1
  12. package/back-top/back-top.component.d.ts +2 -2
  13. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  14. package/breadcrumb/breadcrumb.component.d.ts +1 -1
  15. package/button/button-group/button-group.component.d.ts +1 -1
  16. package/button/button.component.d.ts +1 -1
  17. package/button/button.types.d.ts +1 -10
  18. package/card/card.component.d.ts +1 -1
  19. package/card/helper-directives.d.ts +3 -6
  20. package/card/section.component.d.ts +1 -1
  21. package/checkbox/checkbox-group/checkbox-group.component.d.ts +1 -1
  22. package/checkbox/checkbox.component.d.ts +1 -1
  23. package/color-picker/color-picker.component.d.ts +1 -1
  24. package/date-picker/calendar/date-picker-panel/component.d.ts +1 -1
  25. package/date-picker/calendar/footer/component.d.ts +1 -1
  26. package/date-picker/calendar/header/component.d.ts +1 -1
  27. package/date-picker/calendar/panel/picker-panel.d.ts +1 -1
  28. package/date-picker/calendar/range-picker-panel/component.d.ts +1 -1
  29. package/date-picker/date-picker/date-picker.component.d.ts +1 -1
  30. package/date-picker/date-picker.type.d.ts +2 -2
  31. package/date-picker/range-picker/range-picker.component.d.ts +1 -1
  32. package/date-picker/trigger/trigger.component.d.ts +1 -1
  33. package/dialog/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  34. package/dialog/dialog-content/dialog-close.directive.d.ts +1 -1
  35. package/dialog/dialog-content/dialog-content.component.d.ts +1 -1
  36. package/dialog/dialog-content/dialog-footer.component.d.ts +1 -1
  37. package/dialog/dialog-content/dialog-header.component.d.ts +1 -1
  38. package/dialog/dialog.component.d.ts +1 -1
  39. package/dialog/dialog.types.d.ts +3 -3
  40. package/drawer/component/drawer.component.d.ts +1 -1
  41. package/drawer/component/helper-directives.d.ts +3 -3
  42. package/dropdown/dropdown-active.directive.d.ts +1 -1
  43. package/dropdown/dropdown-button/dropdown-button.component.d.ts +1 -1
  44. package/dropdown/dropdown.directive.d.ts +1 -1
  45. package/dropdown/dropdown.types.d.ts +1 -1
  46. package/dropdown/helper-directives.d.ts +1 -1
  47. package/dropdown/menu/menu-content.directive.d.ts +1 -1
  48. package/dropdown/menu/menu.component.d.ts +1 -1
  49. package/dropdown/menu-group/menu-group.component.d.ts +1 -1
  50. package/dropdown/menu-item/menu-item.component.d.ts +1 -1
  51. package/dropdown/submenu/submenu.component.d.ts +1 -1
  52. package/esm2022/accordion/accordion-item/accordion-item.component.mjs +73 -0
  53. package/esm2022/accordion/accordion.component.mjs +29 -0
  54. package/esm2022/accordion/accordion.module.mjs +39 -0
  55. package/esm2022/alauda-ui.mjs +2 -0
  56. package/esm2022/anchor/anchor.component.mjs +141 -0
  57. package/esm2022/anchor/anchor.directive.mjs +198 -0
  58. package/esm2022/anchor/anchor.module.mjs +35 -0
  59. package/{esm2020 → esm2022}/autocomplete/autocomplete-placeholder.component.mjs +4 -4
  60. package/esm2022/autocomplete/autocomplete.component.mjs +72 -0
  61. package/esm2022/autocomplete/autocomplete.directive.mjs +278 -0
  62. package/esm2022/autocomplete/autocomplete.module.mjs +53 -0
  63. package/{esm2020 → esm2022}/autocomplete/helper-directives.mjs +4 -4
  64. package/esm2022/autocomplete/suggestion/suggestion.component.mjs +85 -0
  65. package/esm2022/autocomplete/suggestion-group/suggestion-group.component.mjs +25 -0
  66. package/esm2022/back-top/back-top.component.mjs +68 -0
  67. package/esm2022/back-top/back-top.module.mjs +19 -0
  68. package/esm2022/breadcrumb/breadcrumb-item.component.mjs +33 -0
  69. package/esm2022/breadcrumb/breadcrumb.component.mjs +56 -0
  70. package/esm2022/breadcrumb/breadcrumb.module.mjs +20 -0
  71. package/{esm2020 → esm2022}/button/button-group/button-group.component.mjs +4 -4
  72. package/esm2022/button/button.component.mjs +124 -0
  73. package/esm2022/button/button.module.mjs +20 -0
  74. package/esm2022/button/button.types.mjs +13 -0
  75. package/esm2022/card/card.component.mjs +14 -0
  76. package/esm2022/card/card.module.mjs +40 -0
  77. package/esm2022/card/helper-directives.mjs +45 -0
  78. package/{esm2020 → esm2022}/card/section.component.mjs +4 -4
  79. package/esm2022/checkbox/checkbox-group/checkbox-group.component.mjs +60 -0
  80. package/esm2022/checkbox/checkbox.component.mjs +116 -0
  81. package/esm2022/checkbox/checkbox.module.mjs +20 -0
  82. package/esm2022/color-picker/color-picker.component.mjs +28 -0
  83. package/esm2022/color-picker/color-picker.module.mjs +19 -0
  84. package/esm2022/date-picker/calendar/constant.mjs +31 -0
  85. package/esm2022/date-picker/calendar/date-picker-panel/component.mjs +137 -0
  86. package/esm2022/date-picker/calendar/footer/component.mjs +29 -0
  87. package/esm2022/date-picker/calendar/header/component.mjs +99 -0
  88. package/esm2022/date-picker/calendar/panel/picker-panel.mjs +158 -0
  89. package/esm2022/date-picker/calendar/range-picker-panel/component.mjs +210 -0
  90. package/esm2022/date-picker/calendar/util.mjs +152 -0
  91. package/esm2022/date-picker/date-picker/date-picker.component.mjs +115 -0
  92. package/esm2022/date-picker/date-picker.module.mjs +82 -0
  93. package/esm2022/date-picker/range-picker/range-picker.component.mjs +88 -0
  94. package/esm2022/date-picker/trigger/trigger.component.mjs +76 -0
  95. package/esm2022/dialog/confirm-dialog/confirm-dialog-config.mjs +13 -0
  96. package/esm2022/dialog/confirm-dialog/confirm-dialog.component.mjs +88 -0
  97. package/{esm2020 → esm2022}/dialog/dialog-animations.mjs +1 -2
  98. package/esm2022/dialog/dialog-config.mjs +14 -0
  99. package/esm2022/dialog/dialog-content/dialog-close.directive.mjs +42 -0
  100. package/esm2022/dialog/dialog-content/dialog-content.component.mjs +19 -0
  101. package/esm2022/dialog/dialog-content/dialog-footer.component.mjs +13 -0
  102. package/esm2022/dialog/dialog-content/dialog-header.component.mjs +42 -0
  103. package/esm2022/dialog/dialog-ref.mjs +52 -0
  104. package/esm2022/dialog/dialog.component.mjs +154 -0
  105. package/esm2022/dialog/dialog.module.mjs +65 -0
  106. package/esm2022/dialog/dialog.service.mjs +124 -0
  107. package/esm2022/drawer/component/drawer.component.mjs +248 -0
  108. package/esm2022/drawer/component/helper-directives.mjs +33 -0
  109. package/esm2022/drawer/drawer.module.mjs +36 -0
  110. package/esm2022/drawer/drawer.service.mjs +47 -0
  111. package/esm2022/dropdown/dropdown-active.directive.mjs +18 -0
  112. package/esm2022/dropdown/dropdown-button/dropdown-button.component.mjs +58 -0
  113. package/esm2022/dropdown/dropdown.directive.mjs +83 -0
  114. package/esm2022/dropdown/dropdown.module.mjs +65 -0
  115. package/{esm2020 → esm2022}/dropdown/helper-directives.mjs +4 -4
  116. package/esm2022/dropdown/menu/menu-content.directive.mjs +59 -0
  117. package/esm2022/dropdown/menu/menu.component.mjs +26 -0
  118. package/{esm2020 → esm2022}/dropdown/menu-group/menu-group.component.mjs +4 -4
  119. package/esm2022/dropdown/menu-item/menu-item.component.mjs +35 -0
  120. package/esm2022/dropdown/submenu/submenu.component.mjs +38 -0
  121. package/esm2022/form/common-form.mjs +88 -0
  122. package/esm2022/form/form-item/form-item.component.mjs +121 -0
  123. package/esm2022/form/form.directive.mjs +70 -0
  124. package/esm2022/form/form.module.mjs +48 -0
  125. package/esm2022/form/helper-directives.mjs +78 -0
  126. package/{esm2020 → esm2022}/i18n/i18n.module.mjs +5 -5
  127. package/esm2022/i18n/i18n.pipe.mjs +21 -0
  128. package/esm2022/i18n/i18n.service.mjs +46 -0
  129. package/esm2022/icon/icon-register.service.mjs +75 -0
  130. package/esm2022/icon/icon.component.mjs +74 -0
  131. package/esm2022/icon/icon.module.mjs +21 -0
  132. package/{esm2020 → esm2022}/inline-alert/helper-directives.mjs +4 -4
  133. package/esm2022/inline-alert/inline-alert.component.mjs +54 -0
  134. package/esm2022/inline-alert/inline-alert.module.mjs +20 -0
  135. package/esm2022/input/autosize.directive.mjs +56 -0
  136. package/esm2022/input/helper-directives.mjs +43 -0
  137. package/esm2022/input/input-group/input-group.component.mjs +46 -0
  138. package/esm2022/input/input.component.mjs +59 -0
  139. package/esm2022/input/input.module.mjs +85 -0
  140. package/esm2022/input/number-input/number-input.component.mjs +115 -0
  141. package/esm2022/input/search/search.component.mjs +87 -0
  142. package/esm2022/input/tags-input/tags-input.component.mjs +264 -0
  143. package/esm2022/message/base-message.mjs +99 -0
  144. package/esm2022/message/message-wrapper.component.mjs +15 -0
  145. package/esm2022/message/message.component.mjs +77 -0
  146. package/esm2022/message/message.config.mjs +20 -0
  147. package/esm2022/message/message.module.mjs +22 -0
  148. package/{esm2020 → esm2022}/message/message.service.mjs +4 -4
  149. package/esm2022/notification/notification-wrapper.component.mjs +17 -0
  150. package/esm2022/notification/notification.component.mjs +106 -0
  151. package/esm2022/notification/notification.module.mjs +23 -0
  152. package/{esm2020 → esm2022}/notification/notification.service.mjs +4 -4
  153. package/esm2022/paginator/paginator-intl.mjs +24 -0
  154. package/esm2022/paginator/paginator.component.mjs +124 -0
  155. package/esm2022/paginator/paginator.module.mjs +24 -0
  156. package/esm2022/radio/base-radio.mjs +72 -0
  157. package/esm2022/radio/radio-button/radio-button.component.mjs +41 -0
  158. package/esm2022/radio/radio-group/radio-group.component.mjs +70 -0
  159. package/esm2022/radio/radio.component.mjs +23 -0
  160. package/esm2022/radio/radio.module.mjs +21 -0
  161. package/esm2022/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +80 -0
  162. package/esm2022/scrolling/fixed-size-table-virtual-scroll.directive.mjs +119 -0
  163. package/esm2022/scrolling/fixed-size-virtual-scroll.directive.mjs +27 -0
  164. package/{esm2020 → esm2022}/scrolling/scrolling.module.mjs +9 -9
  165. package/{esm2020 → esm2022}/scrolling/virtual-for-of.directive.mjs +4 -4
  166. package/esm2022/scrolling/virtual-scroll-viewport.component.mjs +26 -0
  167. package/esm2022/select/base-select.mjs +345 -0
  168. package/{esm2020 → esm2022}/select/helper-directives.mjs +7 -7
  169. package/esm2022/select/multi-select/multi-select.component.mjs +318 -0
  170. package/esm2022/select/option/option.component.mjs +119 -0
  171. package/esm2022/select/option-group/option-group.component.mjs +25 -0
  172. package/{esm2020 → esm2022}/select/option-placeholder.component.mjs +4 -4
  173. package/esm2022/select/select.component.mjs +107 -0
  174. package/esm2022/select/select.module.mjs +78 -0
  175. package/esm2022/select/validators.mjs +78 -0
  176. package/esm2022/shared/click-outside.directive.mjs +29 -0
  177. package/{esm2020 → esm2022}/shared/shared.module.mjs +5 -5
  178. package/esm2022/sort/sort-errors.mjs +13 -0
  179. package/esm2022/sort/sort-header.component.mjs +74 -0
  180. package/esm2022/sort/sort.directive.mjs +73 -0
  181. package/esm2022/sort/sort.module.mjs +19 -0
  182. package/esm2022/status-bar/status-bar.component.mjs +28 -0
  183. package/esm2022/status-bar/status-bar.module.mjs +19 -0
  184. package/esm2022/steps/steps.component.mjs +180 -0
  185. package/esm2022/steps/steps.module.mjs +19 -0
  186. package/esm2022/switch/switch.component.mjs +43 -0
  187. package/esm2022/switch/switch.module.mjs +18 -0
  188. package/esm2022/table/table-cell-def.directive.mjs +25 -0
  189. package/esm2022/table/table-cell.component.mjs +115 -0
  190. package/esm2022/table/table-cell.directive.mjs +29 -0
  191. package/esm2022/table/table-column-def.directive.mjs +31 -0
  192. package/esm2022/table/table-header-cell-def.directive.mjs +25 -0
  193. package/esm2022/table/table-header-cell.directive.mjs +25 -0
  194. package/esm2022/table/table-header-row-def.directive.mjs +33 -0
  195. package/esm2022/table/table-header-row.component.mjs +24 -0
  196. package/esm2022/table/table-placeholder.directive.mjs +33 -0
  197. package/esm2022/table/table-row-def.directive.mjs +34 -0
  198. package/esm2022/table/table-row.component.mjs +43 -0
  199. package/esm2022/table/table-scroll.directive.mjs +133 -0
  200. package/esm2022/table/table.component.mjs +79 -0
  201. package/esm2022/table/table.module.mjs +96 -0
  202. package/esm2022/table-of-contents/table-of-contents.module.mjs +20 -0
  203. package/esm2022/table-of-contents/toc-container.directive.mjs +111 -0
  204. package/esm2022/table-of-contents/toc-content.directive.mjs +39 -0
  205. package/esm2022/table-of-contents/toc-link.directive.mjs +48 -0
  206. package/esm2022/tabs/tab-body.component.mjs +151 -0
  207. package/esm2022/tabs/tab-context.service.mjs +30 -0
  208. package/esm2022/tabs/tab-group.component.mjs +256 -0
  209. package/esm2022/tabs/tab-header-active-indicator.component.mjs +46 -0
  210. package/esm2022/tabs/tab-header.component.mjs +276 -0
  211. package/esm2022/tabs/tab.component.mjs +77 -0
  212. package/esm2022/tabs/tabs.module.mjs +86 -0
  213. package/esm2022/tabs/tabs.types.mjs +10 -0
  214. package/esm2022/tag/check-tag/check-tag.component.mjs +31 -0
  215. package/esm2022/tag/tag.component.mjs +63 -0
  216. package/esm2022/tag/tag.module.mjs +20 -0
  217. package/esm2022/theme/theme.module.mjs +18 -0
  218. package/esm2022/theme/theme.pipe.mjs +64 -0
  219. package/esm2022/theme/theme.service.mjs +55 -0
  220. package/esm2022/time-picker/component.mjs +181 -0
  221. package/esm2022/time-picker/panel/panel.component.mjs +240 -0
  222. package/esm2022/time-picker/time-picker.module.mjs +56 -0
  223. package/esm2022/tooltip/base-tooltip.mjs +329 -0
  224. package/esm2022/tooltip/tooltip-active.directive.mjs +51 -0
  225. package/esm2022/tooltip/tooltip-copy.directive.mjs +87 -0
  226. package/esm2022/tooltip/tooltip-intl.mjs +21 -0
  227. package/esm2022/tooltip/tooltip.component.mjs +120 -0
  228. package/esm2022/tooltip/tooltip.directive.mjs +44 -0
  229. package/esm2022/tooltip/tooltip.module.mjs +32 -0
  230. package/{esm2020 → esm2022}/tree-select/tree-node-placeholder.component.mjs +4 -4
  231. package/esm2022/tree-select/tree-select.component.mjs +350 -0
  232. package/esm2022/tree-select/tree-select.module.mjs +34 -0
  233. package/esm2022/types.mjs +8 -0
  234. package/esm2022/utils/bem.mjs +44 -0
  235. package/esm2022/utils/coercion.mjs +13 -0
  236. package/{fesm2020 → fesm2022}/alauda-ui.mjs +2818 -2871
  237. package/fesm2022/alauda-ui.mjs.map +1 -0
  238. package/form/common-form.d.ts +1 -8
  239. package/form/form-item/form-item.component.d.ts +1 -1
  240. package/form/form.directive.d.ts +1 -1
  241. package/form/form.types.d.ts +2 -2
  242. package/form/helper-directives.d.ts +5 -5
  243. package/i18n/i18n.pipe.d.ts +1 -1
  244. package/i18n/i18n.type.d.ts +1 -1
  245. package/icon/icon.component.d.ts +1 -1
  246. package/inline-alert/helper-directives.d.ts +1 -1
  247. package/inline-alert/inline-alert.component.d.ts +1 -1
  248. package/inline-alert/inline-alert.types.d.ts +1 -1
  249. package/input/autosize.directive.d.ts +1 -4
  250. package/input/helper-directives.d.ts +4 -4
  251. package/input/input-group/input-group.component.d.ts +1 -1
  252. package/input/input.component.d.ts +1 -4
  253. package/input/number-input/number-input.component.d.ts +1 -1
  254. package/input/search/search.component.d.ts +1 -1
  255. package/input/tags-input/tags-input.component.d.ts +3 -3
  256. package/message/message-wrapper.component.d.ts +1 -1
  257. package/message/message.component.d.ts +1 -1
  258. package/message/message.config.d.ts +0 -20
  259. package/notification/notification-wrapper.component.d.ts +1 -1
  260. package/notification/notification.component.d.ts +1 -5
  261. package/notification/notification.config.d.ts +1 -1
  262. package/package.json +14 -20
  263. package/paginator/paginator-intl.d.ts +0 -9
  264. package/paginator/paginator.component.d.ts +1 -15
  265. package/radio/base-radio.d.ts +1 -1
  266. package/radio/radio-button/radio-button.component.d.ts +1 -1
  267. package/radio/radio-group/radio-group.component.d.ts +1 -4
  268. package/radio/radio.component.d.ts +1 -1
  269. package/radio/radio.types.d.ts +1 -1
  270. package/scrolling/fixed-size-table-virtual-scroll.directive.d.ts +1 -1
  271. package/scrolling/fixed-size-virtual-scroll.directive.d.ts +1 -1
  272. package/scrolling/virtual-for-of.directive.d.ts +1 -1
  273. package/scrolling/virtual-scroll-viewport.component.d.ts +1 -1
  274. package/select/base-select.d.ts +1 -4
  275. package/select/helper-directives.d.ts +2 -2
  276. package/select/multi-select/multi-select.component.d.ts +1 -1
  277. package/select/option/option.component.d.ts +1 -1
  278. package/select/option-group/option-group.component.d.ts +1 -1
  279. package/select/option-placeholder.component.d.ts +1 -1
  280. package/select/select.component.d.ts +1 -1
  281. package/select/select.types.d.ts +3 -3
  282. package/select/validators.d.ts +1 -1
  283. package/shared/click-outside.directive.d.ts +1 -1
  284. package/sort/sort-errors.d.ts +0 -4
  285. package/sort/sort-header.component.d.ts +1 -1
  286. package/sort/sort.directive.d.ts +1 -1
  287. package/sort/sort.types.d.ts +2 -2
  288. package/status-bar/status-bar.component.d.ts +1 -1
  289. package/status-bar/status-bar.types.d.ts +2 -2
  290. package/steps/steps.component.d.ts +1 -4
  291. package/steps/types.d.ts +3 -6
  292. package/switch/switch.component.d.ts +1 -1
  293. package/table/table-cell-def.directive.d.ts +1 -5
  294. package/table/table-cell.component.d.ts +2 -2
  295. package/table/table-cell.directive.d.ts +1 -2
  296. package/table/table-column-def.directive.d.ts +1 -5
  297. package/table/table-header-cell-def.directive.d.ts +1 -5
  298. package/table/table-header-cell.directive.d.ts +1 -2
  299. package/table/table-header-row-def.directive.d.ts +1 -5
  300. package/table/table-header-row.component.d.ts +1 -2
  301. package/table/table-placeholder.directive.d.ts +2 -2
  302. package/table/table-row-def.directive.d.ts +1 -6
  303. package/table/table-row.component.d.ts +1 -2
  304. package/table/table-scroll.directive.d.ts +2 -2
  305. package/table/table.component.d.ts +1 -1
  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 -23
  310. package/tabs/tab-context.service.d.ts +0 -3
  311. package/tabs/tab-group.component.d.ts +1 -29
  312. package/tabs/tab-header-active-indicator.component.d.ts +1 -10
  313. package/tabs/tab-header.component.d.ts +2 -85
  314. package/tabs/tab.component.d.ts +1 -19
  315. package/tabs/tabs.types.d.ts +2 -5
  316. package/tag/check-tag/check-tag.component.d.ts +1 -1
  317. package/tag/tag.component.d.ts +1 -1
  318. package/tag/tag.types.d.ts +1 -1
  319. package/theme/style.css +5 -1
  320. package/theme/theme.pipe.d.ts +4 -4
  321. package/theme/theme.types.d.ts +3 -3
  322. package/time-picker/component.d.ts +1 -1
  323. package/time-picker/panel/panel.component.d.ts +1 -1
  324. package/time-picker/time-picker.type.d.ts +1 -1
  325. package/tooltip/base-tooltip.d.ts +1 -1
  326. package/tooltip/tooltip-active.directive.d.ts +1 -1
  327. package/tooltip/tooltip-copy.directive.d.ts +1 -1
  328. package/tooltip/tooltip-intl.d.ts +0 -4
  329. package/tooltip/tooltip.component.d.ts +1 -1
  330. package/tooltip/tooltip.directive.d.ts +1 -1
  331. package/tree-select/tree-node-placeholder.component.d.ts +1 -1
  332. package/tree-select/tree-select.component.d.ts +2 -2
  333. package/tree-select/tree-select.types.d.ts +1 -1
  334. package/types.d.ts +2 -5
  335. package/utils/operators.d.ts +1 -1
  336. package/.changeset/README.md +0 -8
  337. package/alauda-ui.d.ts +0 -5
  338. package/esm2020/accordion/accordion-item/accordion-item.component.mjs +0 -73
  339. package/esm2020/accordion/accordion.component.mjs +0 -27
  340. package/esm2020/accordion/accordion.module.mjs +0 -39
  341. package/esm2020/alauda-ui.mjs +0 -5
  342. package/esm2020/anchor/anchor.component.mjs +0 -138
  343. package/esm2020/anchor/anchor.directive.mjs +0 -182
  344. package/esm2020/anchor/anchor.module.mjs +0 -36
  345. package/esm2020/autocomplete/autocomplete.component.mjs +0 -64
  346. package/esm2020/autocomplete/autocomplete.directive.mjs +0 -278
  347. package/esm2020/autocomplete/autocomplete.module.mjs +0 -53
  348. package/esm2020/autocomplete/suggestion/suggestion.component.mjs +0 -79
  349. package/esm2020/autocomplete/suggestion-group/suggestion-group.component.mjs +0 -23
  350. package/esm2020/back-top/back-top.component.mjs +0 -67
  351. package/esm2020/back-top/back-top.module.mjs +0 -19
  352. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +0 -32
  353. package/esm2020/breadcrumb/breadcrumb.component.mjs +0 -57
  354. package/esm2020/breadcrumb/breadcrumb.module.mjs +0 -20
  355. package/esm2020/button/button.component.mjs +0 -122
  356. package/esm2020/button/button.module.mjs +0 -20
  357. package/esm2020/button/button.types.mjs +0 -22
  358. package/esm2020/card/card.component.mjs +0 -16
  359. package/esm2020/card/card.module.mjs +0 -40
  360. package/esm2020/card/helper-directives.mjs +0 -50
  361. package/esm2020/checkbox/checkbox-group/checkbox-group.component.mjs +0 -61
  362. package/esm2020/checkbox/checkbox.component.mjs +0 -112
  363. package/esm2020/checkbox/checkbox.module.mjs +0 -20
  364. package/esm2020/color-picker/color-picker.component.mjs +0 -28
  365. package/esm2020/color-picker/color-picker.module.mjs +0 -19
  366. package/esm2020/date-picker/calendar/constant.mjs +0 -32
  367. package/esm2020/date-picker/calendar/date-picker-panel/component.mjs +0 -128
  368. package/esm2020/date-picker/calendar/footer/component.mjs +0 -29
  369. package/esm2020/date-picker/calendar/header/component.mjs +0 -103
  370. package/esm2020/date-picker/calendar/panel/picker-panel.mjs +0 -155
  371. package/esm2020/date-picker/calendar/range-picker-panel/component.mjs +0 -209
  372. package/esm2020/date-picker/calendar/util.mjs +0 -146
  373. package/esm2020/date-picker/date-picker/date-picker.component.mjs +0 -110
  374. package/esm2020/date-picker/date-picker.module.mjs +0 -84
  375. package/esm2020/date-picker/range-picker/range-picker.component.mjs +0 -86
  376. package/esm2020/date-picker/trigger/trigger.component.mjs +0 -69
  377. package/esm2020/dialog/confirm-dialog/confirm-dialog-config.mjs +0 -12
  378. package/esm2020/dialog/confirm-dialog/confirm-dialog.component.mjs +0 -85
  379. package/esm2020/dialog/dialog-config.mjs +0 -15
  380. package/esm2020/dialog/dialog-content/dialog-close.directive.mjs +0 -38
  381. package/esm2020/dialog/dialog-content/dialog-content.component.mjs +0 -20
  382. package/esm2020/dialog/dialog-content/dialog-footer.component.mjs +0 -15
  383. package/esm2020/dialog/dialog-content/dialog-header.component.mjs +0 -39
  384. package/esm2020/dialog/dialog-ref.mjs +0 -48
  385. package/esm2020/dialog/dialog.component.mjs +0 -148
  386. package/esm2020/dialog/dialog.module.mjs +0 -68
  387. package/esm2020/dialog/dialog.service.mjs +0 -121
  388. package/esm2020/drawer/component/drawer.component.mjs +0 -232
  389. package/esm2020/drawer/component/helper-directives.mjs +0 -37
  390. package/esm2020/drawer/drawer.module.mjs +0 -37
  391. package/esm2020/drawer/drawer.service.mjs +0 -44
  392. package/esm2020/dropdown/dropdown-active.directive.mjs +0 -21
  393. package/esm2020/dropdown/dropdown-button/dropdown-button.component.mjs +0 -57
  394. package/esm2020/dropdown/dropdown.directive.mjs +0 -81
  395. package/esm2020/dropdown/dropdown.module.mjs +0 -65
  396. package/esm2020/dropdown/menu/menu-content.directive.mjs +0 -51
  397. package/esm2020/dropdown/menu/menu.component.mjs +0 -26
  398. package/esm2020/dropdown/menu-item/menu-item.component.mjs +0 -37
  399. package/esm2020/dropdown/submenu/submenu.component.mjs +0 -40
  400. package/esm2020/form/common-form.mjs +0 -91
  401. package/esm2020/form/form-item/form-item.component.mjs +0 -108
  402. package/esm2020/form/form.directive.mjs +0 -69
  403. package/esm2020/form/form.module.mjs +0 -48
  404. package/esm2020/form/helper-directives.mjs +0 -80
  405. package/esm2020/i18n/i18n.pipe.mjs +0 -20
  406. package/esm2020/i18n/i18n.service.mjs +0 -43
  407. package/esm2020/icon/icon-register.service.mjs +0 -74
  408. package/esm2020/icon/icon.component.mjs +0 -65
  409. package/esm2020/icon/icon.module.mjs +0 -21
  410. package/esm2020/inline-alert/inline-alert.component.mjs +0 -53
  411. package/esm2020/inline-alert/inline-alert.module.mjs +0 -20
  412. package/esm2020/input/autosize.directive.mjs +0 -59
  413. package/esm2020/input/helper-directives.mjs +0 -43
  414. package/esm2020/input/input-group/input-group.component.mjs +0 -39
  415. package/esm2020/input/input.component.mjs +0 -61
  416. package/esm2020/input/input.module.mjs +0 -87
  417. package/esm2020/input/number-input/number-input.component.mjs +0 -112
  418. package/esm2020/input/search/search.component.mjs +0 -88
  419. package/esm2020/input/tags-input/tags-input.component.mjs +0 -260
  420. package/esm2020/message/base-message.mjs +0 -90
  421. package/esm2020/message/message-wrapper.component.mjs +0 -14
  422. package/esm2020/message/message.component.mjs +0 -70
  423. package/esm2020/message/message.config.mjs +0 -21
  424. package/esm2020/message/message.module.mjs +0 -23
  425. package/esm2020/notification/notification-wrapper.component.mjs +0 -16
  426. package/esm2020/notification/notification.component.mjs +0 -107
  427. package/esm2020/notification/notification.module.mjs +0 -24
  428. package/esm2020/paginator/paginator-intl.mjs +0 -37
  429. package/esm2020/paginator/paginator.component.mjs +0 -125
  430. package/esm2020/paginator/paginator.module.mjs +0 -24
  431. package/esm2020/radio/base-radio.mjs +0 -67
  432. package/esm2020/radio/radio-button/radio-button.component.mjs +0 -42
  433. package/esm2020/radio/radio-group/radio-group.component.mjs +0 -76
  434. package/esm2020/radio/radio.component.mjs +0 -24
  435. package/esm2020/radio/radio.module.mjs +0 -21
  436. package/esm2020/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +0 -83
  437. package/esm2020/scrolling/fixed-size-table-virtual-scroll.directive.mjs +0 -121
  438. package/esm2020/scrolling/fixed-size-virtual-scroll.directive.mjs +0 -28
  439. package/esm2020/scrolling/virtual-scroll-viewport.component.mjs +0 -26
  440. package/esm2020/select/base-select.mjs +0 -337
  441. package/esm2020/select/multi-select/multi-select.component.mjs +0 -313
  442. package/esm2020/select/option/option.component.mjs +0 -112
  443. package/esm2020/select/option-group/option-group.component.mjs +0 -23
  444. package/esm2020/select/select.component.mjs +0 -108
  445. package/esm2020/select/select.module.mjs +0 -80
  446. package/esm2020/select/validators.mjs +0 -79
  447. package/esm2020/shared/click-outside.directive.mjs +0 -28
  448. package/esm2020/sort/sort-errors.mjs +0 -17
  449. package/esm2020/sort/sort-header.component.mjs +0 -72
  450. package/esm2020/sort/sort.directive.mjs +0 -75
  451. package/esm2020/sort/sort.module.mjs +0 -19
  452. package/esm2020/status-bar/status-bar.component.mjs +0 -29
  453. package/esm2020/status-bar/status-bar.module.mjs +0 -19
  454. package/esm2020/steps/steps.component.mjs +0 -184
  455. package/esm2020/steps/steps.module.mjs +0 -19
  456. package/esm2020/switch/switch.component.mjs +0 -46
  457. package/esm2020/switch/switch.module.mjs +0 -18
  458. package/esm2020/table/table-cell-def.directive.mjs +0 -29
  459. package/esm2020/table/table-cell.component.mjs +0 -121
  460. package/esm2020/table/table-cell.directive.mjs +0 -31
  461. package/esm2020/table/table-column-def.directive.mjs +0 -37
  462. package/esm2020/table/table-header-cell-def.directive.mjs +0 -29
  463. package/esm2020/table/table-header-cell.directive.mjs +0 -27
  464. package/esm2020/table/table-header-row-def.directive.mjs +0 -39
  465. package/esm2020/table/table-header-row.component.mjs +0 -25
  466. package/esm2020/table/table-placeholder.directive.mjs +0 -30
  467. package/esm2020/table/table-row-def.directive.mjs +0 -42
  468. package/esm2020/table/table-row.component.mjs +0 -43
  469. package/esm2020/table/table-scroll.directive.mjs +0 -134
  470. package/esm2020/table/table.component.mjs +0 -79
  471. package/esm2020/table/table.module.mjs +0 -96
  472. package/esm2020/table-of-contents/table-of-contents.module.mjs +0 -20
  473. package/esm2020/table-of-contents/toc-container.directive.mjs +0 -109
  474. package/esm2020/table-of-contents/toc-content.directive.mjs +0 -35
  475. package/esm2020/table-of-contents/toc-link.directive.mjs +0 -44
  476. package/esm2020/tabs/tab-body.component.mjs +0 -165
  477. package/esm2020/tabs/tab-context.service.mjs +0 -31
  478. package/esm2020/tabs/tab-group.component.mjs +0 -291
  479. package/esm2020/tabs/tab-header-active-indicator.component.mjs +0 -53
  480. package/esm2020/tabs/tab-header.component.mjs +0 -367
  481. package/esm2020/tabs/tab.component.mjs +0 -85
  482. package/esm2020/tabs/tabs.module.mjs +0 -88
  483. package/esm2020/tabs/tabs.types.mjs +0 -13
  484. package/esm2020/tag/check-tag/check-tag.component.mjs +0 -33
  485. package/esm2020/tag/tag.component.mjs +0 -66
  486. package/esm2020/tag/tag.module.mjs +0 -20
  487. package/esm2020/theme/theme.module.mjs +0 -18
  488. package/esm2020/theme/theme.pipe.mjs +0 -69
  489. package/esm2020/theme/theme.service.mjs +0 -52
  490. package/esm2020/time-picker/component.mjs +0 -179
  491. package/esm2020/time-picker/panel/panel.component.mjs +0 -230
  492. package/esm2020/time-picker/time-picker.module.mjs +0 -58
  493. package/esm2020/tooltip/base-tooltip.mjs +0 -322
  494. package/esm2020/tooltip/tooltip-active.directive.mjs +0 -49
  495. package/esm2020/tooltip/tooltip-copy.directive.mjs +0 -82
  496. package/esm2020/tooltip/tooltip-intl.mjs +0 -29
  497. package/esm2020/tooltip/tooltip.component.mjs +0 -107
  498. package/esm2020/tooltip/tooltip.directive.mjs +0 -47
  499. package/esm2020/tooltip/tooltip.module.mjs +0 -33
  500. package/esm2020/tree-select/tree-select.component.mjs +0 -340
  501. package/esm2020/tree-select/tree-select.module.mjs +0 -34
  502. package/esm2020/types.mjs +0 -11
  503. package/esm2020/utils/bem.mjs +0 -44
  504. package/esm2020/utils/coercion.mjs +0 -17
  505. package/fesm2015/alauda-ui.mjs +0 -12051
  506. package/fesm2015/alauda-ui.mjs.map +0 -1
  507. package/fesm2020/alauda-ui.mjs.map +0 -1
  508. package/src/accordion/README.md +0 -13
  509. package/src/anchor/README.md +0 -23
  510. package/src/dropdown/README.md +0 -57
  511. package/src/form/README.md +0 -32
  512. package/src/icon/README.md +0 -28
  513. package/src/inline-alert/README.md +0 -16
  514. package/src/input/number-input/README.md +0 -16
  515. package/src/select/README.md +0 -57
  516. package/src/sort/README.md +0 -13
  517. package/src/table/README.md +0 -8
  518. package/src/table-of-contents/README.md +0 -94
  519. package/src/tag/README.md +0 -32
  520. package/src/tree-select/README.md +0 -34
  521. /package/{esm2020 → esm2022}/accordion/index.mjs +0 -0
  522. /package/{esm2020 → esm2022}/anchor/index.mjs +0 -0
  523. /package/{esm2020 → esm2022}/anchor/types.mjs +0 -0
  524. /package/{esm2020 → esm2022}/anchor/utils.mjs +0 -0
  525. /package/{esm2020 → esm2022}/autocomplete/autocomplete.types.mjs +0 -0
  526. /package/{esm2020 → esm2022}/autocomplete/index.mjs +0 -0
  527. /package/{esm2020 → esm2022}/back-top/index.mjs +0 -0
  528. /package/{esm2020 → esm2022}/breadcrumb/index.mjs +0 -0
  529. /package/{esm2020 → esm2022}/button/index.mjs +0 -0
  530. /package/{esm2020 → esm2022}/card/index.mjs +0 -0
  531. /package/{esm2020 → esm2022}/checkbox/index.mjs +0 -0
  532. /package/{esm2020 → esm2022}/color-picker/index.mjs +0 -0
  533. /package/{esm2020 → esm2022}/core/animation/animation-consts.mjs +0 -0
  534. /package/{esm2020 → esm2022}/date-picker/date-picker.type.mjs +0 -0
  535. /package/{esm2020 → esm2022}/date-picker/index.mjs +0 -0
  536. /package/{esm2020 → esm2022}/dialog/dialog.types.mjs +0 -0
  537. /package/{esm2020 → esm2022}/dialog/index.mjs +0 -0
  538. /package/{esm2020 → esm2022}/dialog/utils/errors.mjs +0 -0
  539. /package/{esm2020 → esm2022}/dialog/utils/index.mjs +0 -0
  540. /package/{esm2020 → esm2022}/drawer/component/drawer-ref.mjs +0 -0
  541. /package/{esm2020 → esm2022}/drawer/index.mjs +0 -0
  542. /package/{esm2020 → esm2022}/dropdown/dropdown.types.mjs +0 -0
  543. /package/{esm2020 → esm2022}/dropdown/index.mjs +0 -0
  544. /package/{esm2020 → esm2022}/form/form.types.mjs +0 -0
  545. /package/{esm2020 → esm2022}/form/index.mjs +0 -0
  546. /package/{esm2020 → esm2022}/i18n/i18n.type.mjs +0 -0
  547. /package/{esm2020 → esm2022}/i18n/index.mjs +0 -0
  548. /package/{esm2020 → esm2022}/i18n/language/en.mjs +0 -0
  549. /package/{esm2020 → esm2022}/i18n/language/zh.mjs +0 -0
  550. /package/{esm2020 → esm2022}/icon/icons.mjs +0 -0
  551. /package/{esm2020 → esm2022}/icon/index.mjs +0 -0
  552. /package/{esm2020 → esm2022}/icon/utils.mjs +0 -0
  553. /package/{esm2020 → esm2022}/index.mjs +0 -0
  554. /package/{esm2020 → esm2022}/inline-alert/index.mjs +0 -0
  555. /package/{esm2020 → esm2022}/inline-alert/inline-alert.types.mjs +0 -0
  556. /package/{esm2020 → esm2022}/input/index.mjs +0 -0
  557. /package/{esm2020 → esm2022}/input/tags-input/with-max-row-count.mjs +0 -0
  558. /package/{esm2020 → esm2022}/input/utils/index.mjs +0 -0
  559. /package/{esm2020 → esm2022}/message/index.mjs +0 -0
  560. /package/{esm2020 → esm2022}/message/message-animations.mjs +0 -0
  561. /package/{esm2020 → esm2022}/notification/index.mjs +0 -0
  562. /package/{esm2020 → esm2022}/notification/notification.config.mjs +0 -0
  563. /package/{esm2020 → esm2022}/paginator/index.mjs +0 -0
  564. /package/{esm2020 → esm2022}/radio/index.mjs +0 -0
  565. /package/{esm2020 → esm2022}/radio/radio.types.mjs +0 -0
  566. /package/{esm2020 → esm2022}/scrolling/index.mjs +0 -0
  567. /package/{esm2020 → esm2022}/select/index.mjs +0 -0
  568. /package/{esm2020 → esm2022}/select/select.types.mjs +0 -0
  569. /package/{esm2020 → esm2022}/sort/index.mjs +0 -0
  570. /package/{esm2020 → esm2022}/sort/sort.types.mjs +0 -0
  571. /package/{esm2020 → esm2022}/status-bar/index.mjs +0 -0
  572. /package/{esm2020 → esm2022}/status-bar/status-bar.types.mjs +0 -0
  573. /package/{esm2020 → esm2022}/steps/index.mjs +0 -0
  574. /package/{esm2020 → esm2022}/steps/types.mjs +0 -0
  575. /package/{esm2020 → esm2022}/switch/index.mjs +0 -0
  576. /package/{esm2020 → esm2022}/table/index.mjs +0 -0
  577. /package/{esm2020 → esm2022}/table-of-contents/index.mjs +0 -0
  578. /package/{esm2020 → esm2022}/tabs/index.mjs +0 -0
  579. /package/{esm2020 → esm2022}/tag/index.mjs +0 -0
  580. /package/{esm2020 → esm2022}/tag/tag.types.mjs +0 -0
  581. /package/{esm2020 → esm2022}/theme/index.mjs +0 -0
  582. /package/{esm2020 → esm2022}/theme/theme.types.mjs +0 -0
  583. /package/{esm2020 → esm2022}/theme/utils.mjs +0 -0
  584. /package/{esm2020 → esm2022}/time-picker/constant.mjs +0 -0
  585. /package/{esm2020 → esm2022}/time-picker/index.mjs +0 -0
  586. /package/{esm2020 → esm2022}/time-picker/time-picker.type.mjs +0 -0
  587. /package/{esm2020 → esm2022}/tooltip/index.mjs +0 -0
  588. /package/{esm2020 → esm2022}/tooltip/tooltip.types.mjs +0 -0
  589. /package/{esm2020 → esm2022}/tooltip/utils/index.mjs +0 -0
  590. /package/{esm2020 → esm2022}/tree-select/index.mjs +0 -0
  591. /package/{esm2020 → esm2022}/tree-select/tree-select.types.mjs +0 -0
  592. /package/{esm2020 → esm2022}/utils/animations.mjs +0 -0
  593. /package/{esm2020 → esm2022}/utils/async.mjs +0 -0
  594. /package/{esm2020 → esm2022}/utils/fn.mjs +0 -0
  595. /package/{esm2020 → esm2022}/utils/index.mjs +0 -0
  596. /package/{esm2020 → esm2022}/utils/observe-dom.mjs +0 -0
  597. /package/{esm2020 → esm2022}/utils/operators.mjs +0 -0
  598. /package/{esm2020 → esm2022}/utils/scroll-into-view.mjs +0 -0
  599. /package/{esm2020 → esm2022}/utils/watch-content-exist.mjs +0 -0
@@ -1,107 +0,0 @@
1
- import { style, transition, trigger, state, animate, } from '@angular/animations';
2
- import { ChangeDetectionStrategy, Component, ViewEncapsulation, } from '@angular/core';
3
- import { Subject, combineLatest, map, startWith, BehaviorSubject, } from 'rxjs';
4
- import { buildBem, publishRef } from '../utils';
5
- import { TooltipType } from './tooltip.types';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "@angular/common";
8
- export class TooltipComponent {
9
- constructor(elRef, cdr) {
10
- this.elRef = elRef;
11
- this.cdr = cdr;
12
- this.bem = buildBem('aui-tooltip');
13
- this.showHide = 'hide';
14
- this.disableAnimation = true;
15
- this.hover$ = new Subject();
16
- this.destroy$ = new Subject();
17
- this.animating$$ = new BehaviorSubject(false);
18
- this.hide$ = new Subject();
19
- this.beforeHide$ = new Subject();
20
- this.beforeShow$ = new Subject();
21
- }
22
- ngOnDestroy() {
23
- this.destroy$.next(null);
24
- this.destroy$.complete();
25
- }
26
- setupInputs(inputs) {
27
- Object.assign(this, inputs);
28
- this.text$ = this.inputContent$.pipe(map(val => {
29
- if (typeof val === 'string') {
30
- return val;
31
- }
32
- return '';
33
- }), publishRef());
34
- this.template$ = this.inputContent$.pipe(map(val => {
35
- if (typeof val !== 'string') {
36
- return val;
37
- }
38
- return null;
39
- }), publishRef());
40
- this.class$ = combineLatest([
41
- this.inputPosition$.pipe(startWith('top')),
42
- this.inputType$.pipe(startWith(TooltipType.Default)),
43
- this.inputClass$.pipe(startWith('')),
44
- ]).pipe(map(([inputPosition, inputType, inputClass]) => {
45
- const b = this.bem.block();
46
- const dir = inputPosition.split(' ')[0];
47
- return inputType === TooltipType.Plain
48
- ? `${b}--${dir} ${inputClass}`
49
- : `${b} ${b}--${inputType} ${b}--${dir} ${inputClass}`;
50
- }), publishRef());
51
- this.context$ = this.inputContext$.pipe(publishRef());
52
- }
53
- onAnimation(event) {
54
- const { phaseName, toState } = event;
55
- this.animating$$.next(phaseName === 'start');
56
- if (toState === 'hide' && phaseName === 'done') {
57
- this.hide$.next(true);
58
- }
59
- }
60
- show() {
61
- this.beforeShow$.next(null);
62
- this.showHide = 'show';
63
- this.cdr.markForCheck();
64
- }
65
- hide() {
66
- this.beforeHide$.next(null);
67
- this.showHide = 'hide';
68
- this.cdr.markForCheck();
69
- }
70
- }
71
- TooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TooltipComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
72
- TooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: TooltipComponent, selector: "aui-tooltip", ngImport: i0, template: "<div\n *ngIf=\"inputContent$ | async\"\n [class]=\"class$ | async\"\n (mouseenter)=\"hover$.next(true)\"\n (mouseleave)=\"hover$.next(false)\"\n [@.disabled]=\"disableAnimation\"\n [@showHide]=\"showHide\"\n (@showHide.start)=\"onAnimation($event)\"\n (@showHide.done)=\"onAnimation($event)\"\n>\n {{ text$ | async }}\n <ng-container\n *ngIf=\"template$ | async\"\n [ngTemplateOutlet]=\"template$ | async\"\n [ngTemplateOutletContext]=\"context$ | async\"\n ></ng-container>\n</div>\n", styles: [".aui-tooltip{position:relative;padding:var(--aui-spacing-xl);border-radius:var(--aui-border-radius-m);font-size:var(--aui-font-size-s);line-height:var(--aui-line-height-s);font-weight:var(--aui-font-weight-normal);max-width:400px;word-wrap:break-word}:root .aui-tooltip{box-shadow:0 2px 8px 0 rgba(var(--aui-color-origin-shadow),.2)}html[aui-theme-mode=light] .aui-tooltip{box-shadow:0 2px 8px 0 rgba(var(--aui-color-origin-shadow),.2)}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-tooltip{box-shadow:0 2px 8px 0 rgba(var(--aui-color-origin-shadow),.75)}}html[aui-theme-mode=dark] .aui-tooltip{box-shadow:0 2px 8px 0 rgba(var(--aui-color-origin-shadow),.75)}.aui-tooltip--default{padding:var(--aui-spacing-m) var(--aui-spacing-xl)}:root .aui-tooltip--default{color:rgb(var(--aui-color-n-10));background-color:rgb(var(--aui-color-n-1))}html[aui-theme-mode=light] .aui-tooltip--default{color:rgb(var(--aui-color-n-10));background-color:rgb(var(--aui-color-n-1))}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-tooltip--default{color:rgb(var(--aui-color-n-1));background-color:rgb(var(--aui-color-popper-bg))}}html[aui-theme-mode=dark] .aui-tooltip--default{color:rgb(var(--aui-color-n-1));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--primary{color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--success{color:rgb(var(--aui-color-green));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--warning{color:rgb(var(--aui-color-yellow));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--error{color:rgb(var(--aui-color-red));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--info{color:rgb(var(--aui-color-n-1));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--top,.aui-tooltip--bottom{margin:var(--aui-spacing-s) 0}.aui-tooltip--start,.aui-tooltip--end{margin:0 var(--aui-spacing-s)}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "async": i1.AsyncPipe }, animations: [
73
- trigger('showHide', [
74
- state('show', style({
75
- opacity: 1,
76
- transform: 'scale(1)',
77
- })),
78
- state('hide,void', style({
79
- opacity: 0,
80
- transform: 'scale(0)',
81
- })),
82
- transition('* => show', [animate('160ms cubic-bezier(0, 0, 0.2, 1)')]),
83
- transition('* => hide', [
84
- animate('160ms cubic-bezier(0.38, 0, 0.24, 1)'),
85
- ]),
86
- ]),
87
- ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TooltipComponent, decorators: [{
89
- type: Component,
90
- args: [{ selector: 'aui-tooltip', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, preserveWhitespaces: false, animations: [
91
- trigger('showHide', [
92
- state('show', style({
93
- opacity: 1,
94
- transform: 'scale(1)',
95
- })),
96
- state('hide,void', style({
97
- opacity: 0,
98
- transform: 'scale(0)',
99
- })),
100
- transition('* => show', [animate('160ms cubic-bezier(0, 0, 0.2, 1)')]),
101
- transition('* => hide', [
102
- animate('160ms cubic-bezier(0.38, 0, 0.24, 1)'),
103
- ]),
104
- ]),
105
- ], template: "<div\n *ngIf=\"inputContent$ | async\"\n [class]=\"class$ | async\"\n (mouseenter)=\"hover$.next(true)\"\n (mouseleave)=\"hover$.next(false)\"\n [@.disabled]=\"disableAnimation\"\n [@showHide]=\"showHide\"\n (@showHide.start)=\"onAnimation($event)\"\n (@showHide.done)=\"onAnimation($event)\"\n>\n {{ text$ | async }}\n <ng-container\n *ngIf=\"template$ | async\"\n [ngTemplateOutlet]=\"template$ | async\"\n [ngTemplateOutletContext]=\"context$ | async\"\n ></ng-container>\n</div>\n", styles: [".aui-tooltip{position:relative;padding:var(--aui-spacing-xl);border-radius:var(--aui-border-radius-m);font-size:var(--aui-font-size-s);line-height:var(--aui-line-height-s);font-weight:var(--aui-font-weight-normal);max-width:400px;word-wrap:break-word}:root .aui-tooltip{box-shadow:0 2px 8px 0 rgba(var(--aui-color-origin-shadow),.2)}html[aui-theme-mode=light] .aui-tooltip{box-shadow:0 2px 8px 0 rgba(var(--aui-color-origin-shadow),.2)}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-tooltip{box-shadow:0 2px 8px 0 rgba(var(--aui-color-origin-shadow),.75)}}html[aui-theme-mode=dark] .aui-tooltip{box-shadow:0 2px 8px 0 rgba(var(--aui-color-origin-shadow),.75)}.aui-tooltip--default{padding:var(--aui-spacing-m) var(--aui-spacing-xl)}:root .aui-tooltip--default{color:rgb(var(--aui-color-n-10));background-color:rgb(var(--aui-color-n-1))}html[aui-theme-mode=light] .aui-tooltip--default{color:rgb(var(--aui-color-n-10));background-color:rgb(var(--aui-color-n-1))}@media (prefers-color-scheme: dark){html[aui-theme-mode=system] .aui-tooltip--default{color:rgb(var(--aui-color-n-1));background-color:rgb(var(--aui-color-popper-bg))}}html[aui-theme-mode=dark] .aui-tooltip--default{color:rgb(var(--aui-color-n-1));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--primary{color:rgb(var(--aui-color-primary));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--success{color:rgb(var(--aui-color-green));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--warning{color:rgb(var(--aui-color-yellow));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--error{color:rgb(var(--aui-color-red));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--info{color:rgb(var(--aui-color-n-1));background-color:rgb(var(--aui-color-popper-bg))}.aui-tooltip--top,.aui-tooltip--bottom{margin:var(--aui-spacing-s) 0}.aui-tooltip--start,.aui-tooltip--end{margin:0 var(--aui-spacing-s)}\n"] }]
106
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; } });
107
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdG9vbHRpcC90b29sdGlwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uL3NyYy90b29sdGlwL3Rvb2x0aXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLEtBQUssRUFDTCxVQUFVLEVBQ1YsT0FBTyxFQUVQLEtBQUssRUFDTCxPQUFPLEdBQ1IsTUFBTSxxQkFBcUIsQ0FBQztBQUM3QixPQUFPLEVBQ0wsdUJBQXVCLEVBRXZCLFNBQVMsRUFJVCxpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUVMLE9BQU8sRUFDUCxhQUFhLEVBQ2IsR0FBRyxFQUNILFNBQVMsRUFDVCxlQUFlLEdBQ2hCLE1BQU0sTUFBTSxDQUFDO0FBRWQsT0FBTyxFQUFPLFFBQVEsRUFBRSxVQUFVLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFckQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7QUFnQzlDLE1BQU0sT0FBTyxnQkFBZ0I7SUF5QjNCLFlBQ1MsS0FBOEIsRUFDOUIsR0FBc0I7UUFEdEIsVUFBSyxHQUFMLEtBQUssQ0FBeUI7UUFDOUIsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUF4Qi9CLFFBQUcsR0FBUSxRQUFRLENBQUMsYUFBYSxDQUFDLENBQUM7UUFDbkMsYUFBUSxHQUFvQixNQUFNLENBQUM7UUFDbkMscUJBQWdCLEdBQUcsSUFBSSxDQUFDO1FBYXhCLFdBQU0sR0FBRyxJQUFJLE9BQU8sRUFBVyxDQUFDO1FBQ2hDLGFBQVEsR0FBRyxJQUFJLE9BQU8sRUFBRSxDQUFDO1FBQ3pCLGdCQUFXLEdBQUcsSUFBSSxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDekMsVUFBSyxHQUFHLElBQUksT0FBTyxFQUFFLENBQUM7UUFDdEIsZ0JBQVcsR0FBRyxJQUFJLE9BQU8sRUFB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a0NBQWtDLENBQUMsQ0FBQyxDQUFDOzRCQUN0RSxVQUFVLENBQUMsV0FBVyxFQUFFO2dDQUN0QixPQUFPLENBQUMsc0NBQXNDLENBQUM7NkJBQ2hELENBQUM7eUJBQ0gsQ0FBQztxQkFDSCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIHN0eWxlLFxuICB0cmFuc2l0aW9uLFxuICB0cmlnZ2VyLFxuICBBbmltYXRpb25FdmVudCxcbiAgc3RhdGUsXG4gIGFuaW1hdGUsXG59IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIE9uRGVzdHJveSxcbiAgVGVtcGxhdGVSZWYsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIE9ic2VydmFibGUsXG4gIFN1YmplY3QsXG4gIGNvbWJpbmVMYXRlc3QsXG4gIG1hcCxcbiAgc3RhcnRXaXRoLFxuICBCZWhhdmlvclN1YmplY3QsXG59IGZyb20gJ3J4anMnO1xuXG5pbXBvcnQgeyBCZW0sIGJ1aWxkQmVtLCBwdWJsaXNoUmVmIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG5pbXBvcnQgeyBUb29sdGlwVHlwZSB9IGZyb20gJy4vdG9vbHRpcC50eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2F1aS10b29sdGlwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Rvb2x0aXAuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90b29sdGlwLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBwcmVzZXJ2ZVdoaXRlc3BhY2VzOiBmYWxzZSxcbiAgYW5pbWF0aW9uczogW1xuICAgIHRyaWdnZXIoJ3Nob3dIaWRlJywgW1xuICAgICAgc3RhdGUoXG4gICAgICAgICdzaG93JyxcbiAgICAgICAgc3R5bGUoe1xuICAgICAgICAgIG9wYWNpdHk6IDEsXG4gICAgICAgICAgdHJhbnNmb3JtOiAnc2NhbGUoMSknLFxuICAgICAgICB9KSxcbiAgICAgICksXG4gICAgICBzdGF0ZShcbiAgICAgICAgJ2hpZGUsdm9pZCcsXG4gICAgICAgIHN0eWxlKHtcbiAgICAgICAgICBvcGFjaXR5OiAwLFxuICAgICAgICAgIHRyYW5zZm9ybTogJ3NjYWxlKDApJyxcbiAgICAgICAgfSksXG4gICAgICApLFxuICAgICAgdHJhbnNpdGlvbignKiA9PiBzaG93JywgW2FuaW1hdGUoJzE2MG1zIGN1YmljLWJlemllcigwLCAwLCAwLjIsIDEpJyldKSxcbiAgICAgIHRyYW5zaXRpb24oJyogPT4gaGlkZScsIFtcbiAgICAgICAgYW5pbWF0ZSgnMTYwbXMgY3ViaWMtYmV6aWVyKDAuMzgsIDAsIDAuMjQsIDEpJyksXG4gICAgICBdKSxcbiAgICBdKSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgVG9vbHRpcENvbXBvbmVudCBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gIHRleHQ6IHN0cmluZztcbiAgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG4gIGJlbTogQmVtID0gYnVpbGRCZW0oJ2F1aS10b29sdGlwJyk7XG4gIHNob3dIaWRlOiAnc2hvdycgfCAnaGlkZScgPSAnaGlkZSc7XG4gIGRpc2FibGVBbmltYXRpb24gPSB0cnVlO1xuXG4gIGlucHV0Q29udGVudCQ6IE9ic2VydmFibGU8c3RyaW5nIHwgVGVtcGxhdGVSZWY8YW55Pj47XG4gIGlucHV0VHlwZSQ6IE9ic2VydmFibGU8VG9vbHRpcFR5cGU+O1xuICBpbnB1dFBvc2l0aW9uJDogT2JzZXJ2YWJsZTxzdHJpbmc+O1xuICBpbnB1dENsYXNzJDogT2JzZXJ2YWJsZTxzdHJpbmc+O1xuICBpbnB1dENvbnRleHQkOiBPYnNlcnZhYmxlPGFueT47XG5cbiAgdGV4dCQ6IE9ic2VydmFibGU8c3RyaW5nPjtcbiAgdGVtcGxhdGUkOiBPYnNlcnZhYmxlPFRlbXBsYXRlUmVmPGFueT4+O1xuICBjbGFzcyQ6IE9ic2VydmFibGU8c3RyaW5nPjtcbiAgY29udGV4dCQ6IE9ic2VydmFibGU8YW55PjtcblxuICBob3ZlciQgPSBuZXcgU3ViamVjdDxib29sZWFuPigpO1xuICBkZXN0cm95JCA9IG5ldyBTdWJqZWN0KCk7XG4gIGFuaW1hdGluZyQkID0gbmV3IEJlaGF2aW9yU3ViamVjdChmYWxzZSk7XG4gIGhpZGUkID0gbmV3IFN1YmplY3QoKTtcbiAgYmVmb3JlSGlkZSQgPSBuZXcgU3ViamVjdCgpO1xuICBiZWZvcmVTaG93JCA9IG5ldyBTdWJqZWN0KCk7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGVsUmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PixcbiAgICBwdWJsaWMgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgKSB7fVxuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIHRoaXMuZGVzdHJveSQubmV4dChudWxsKTtcbiAgICB0aGlzLmRlc3Ryb3kkLmNvbXBsZXRlKCk7XG4gIH1cblxuICBzZXR1cElucHV0cyhpbnB1dHM6IHtcbiAgICBpbnB1dENvbnRlbnQkOiBPYnNlcnZhYmxlPHN0cmluZyB8IFRlbXBsYXRlUmVmPGFueT4+O1xuICAgIGlucHV0VHlwZSQ6IE9ic2VydmFibGU8VG9vbHRpcFR5cGU+O1xuICAgIGlucHV0UG9zaXRpb24kOiBPYnNlcnZhYmxlPHN0cmluZz47XG4gICAgaW5wdXRDbGFzcyQ6IE9ic2VydmFibGU8c3RyaW5nPjtcbiAgICBpbnB1dENvbnRleHQkOiBPYnNlcnZhYmxlPGFueT47XG4gICAgZGlzYWJsZUFuaW1hdGlvbj86IGJvb2xlYW47XG4gIH0pIHtcbiAgICBPYmplY3QuYXNzaWduKHRoaXMsIGlucHV0cyk7XG4gICAgdGhpcy50ZXh0JCA9IHRoaXMuaW5wdXRDb250ZW50JC5waXBlKFxuICAgICAgbWFwKHZhbCA9PiB7XG4gICAgICAgIGlmICh0eXBlb2YgdmFsID09PSAnc3RyaW5nJykge1xuICAgICAgICAgIHJldHVybiB2YWw7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuICcnO1xuICAgICAgfSksXG4gICAgICBwdWJsaXNoUmVmKCksXG4gICAgKTtcbiAgICB0aGlzLnRlbXBsYXRlJCA9IHRoaXMuaW5wdXRDb250ZW50JC5waXBlKFxuICAgICAgbWFwKHZhbCA9PiB7XG4gICAgICAgIGlmICh0eXBlb2YgdmFsICE9PSAnc3RyaW5nJykge1xuICAgICAgICAgIHJldHVybiB2YWw7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIG51bGw7XG4gICAgICB9KSxcbiAgICAgIHB1Ymxpc2hSZWYoKSxcbiAgICApO1xuICAgIHRoaXMuY2xhc3MkID0gY29tYmluZUxhdGVzdChbXG4gICAgICB0aGlzLmlucHV0UG9zaXRpb24kLnBpcGUoc3RhcnRXaXRoKCd0b3AnKSksXG4gICAgICB0aGlzLmlucHV0VHlwZSQucGlwZShzdGFydFdpdGgoVG9vbHRpcFR5cGUuRGVmYXVsdCkpLFxuICAgICAgdGhpcy5pbnB1dENsYXNzJC5waXBlKHN0YXJ0V2l0aCgnJykpLFxuICAgIF0pLnBpcGUoXG4gICAgICBtYXAoKFtpbnB1dFBvc2l0aW9uLCBpbnB1dFR5cGUsIGlucHV0Q2xhc3NdKSA9PiB7XG4gICAgICAgIGNvbnN0IGIgPSB0aGlzLmJlbS5ibG9jaygpO1xuICAgICAgICBjb25zdCBkaXIgPSBpbnB1dFBvc2l0aW9uLnNwbGl0KCcgJylbMF07XG4gICAgICAgIHJldHVybiBpbnB1dFR5cGUgPT09IFRvb2x0aXBUeXBlLlBsYWluXG4gICAgICAgICAgPyBgJHtifS0tJHtkaXJ9ICR7aW5wdXRDbGFzc31gXG4gICAgICAgICAgOiBgJHtifSAke2J9LS0ke2lucHV0VHlwZX0gJHtifS0tJHtkaXJ9ICR7aW5wdXRDbGFzc31gO1xuICAgICAgfSksXG4gICAgICBwdWJsaXNoUmVmKCksXG4gICAgKTtcbiAgICB0aGlzLmNvbnRleHQkID0gdGhpcy5pbnB1dENvbnRleHQkLnBpcGUocHVibGlzaFJlZigpKTtcbiAgfVxuXG4gIG9uQW5pbWF0aW9uKGV2ZW50OiBBbmltYXRpb25FdmVudCkge1xuICAgIGNvbnN0IHsgcGhhc2VOYW1lLCB0b1N0YXRlIH0gPSBldmVudDtcbiAgICB0aGlzLmFuaW1hdGluZyQkLm5leHQocGhhc2VOYW1lID09PSAnc3RhcnQnKTtcbiAgICBpZiAodG9TdGF0ZSA9PT0gJ2hpZGUnICYmIHBoYXNlTmFtZSA9PT0gJ2RvbmUnKSB7XG4gICAgICB0aGlzLmhpZGUkLm5leHQodHJ1ZSk7XG4gICAgfVxuICB9XG5cbiAgc2hvdygpIHtcbiAgICB0aGlzLmJlZm9yZVNob3ckLm5leHQobnVsbCk7XG4gICAgdGhpcy5zaG93SGlkZSA9ICdzaG93JztcbiAgICB0aGlzLmNkci5tYXJrRm9yQ2hlY2soKTtcbiAgfVxuXG4gIGhpZGUoKSB7XG4gICAgdGhpcy5iZWZvcmVIaWRlJC5uZXh0KG51bGwpO1xuICAgIHRoaXMuc2hvd0hpZGUgPSAnaGlkZSc7XG4gICAgdGhpcy5jZHIubWFya0ZvckNoZWNrKCk7XG4gIH1cbn1cbiIsIjxkaXZcbiAgKm5nSWY9XCJpbnB1dENvbnRlbnQkIHwgYXN5bmNcIlxuICBbY2xhc3NdPVwiY2xhc3MkIHwgYXN5bmNcIlxuICAobW91c2VlbnRlcik9XCJob3ZlciQubmV4dCh0cnVlKVwiXG4gIChtb3VzZWxlYXZlKT1cImhvdmVyJC5uZXh0KGZhbHNlKVwiXG4gIFtALmRpc2FibGVkXT1cImRpc2FibGVBbmltYXRpb25cIlxuICBbQHNob3dIaWRlXT1cInNob3dIaWRlXCJcbiAgKEBzaG93SGlkZS5zdGFydCk9XCJvbkFuaW1hdGlvbigkZXZlbnQpXCJcbiAgKEBzaG93SGlkZS5kb25lKT1cIm9uQW5pbWF0aW9uKCRldmVudClcIlxuPlxuICB7eyB0ZXh0JCB8IGFzeW5jIH19XG4gIDxuZy1jb250YWluZXJcbiAgICAqbmdJZj1cInRlbXBsYXRlJCB8IGFzeW5jXCJcbiAgICBbbmdUZW1wbGF0ZU91dGxldF09XCJ0ZW1wbGF0ZSQgfCBhc3luY1wiXG4gICAgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cImNvbnRleHQkIHwgYXN5bmNcIlxuICA+PC9uZy1jb250YWluZXI+XG48L2Rpdj5cbiJdfQ==
@@ -1,47 +0,0 @@
1
- import { Directive, EventEmitter, Input, Output } from '@angular/core';
2
- import { BaseTooltip } from './base-tooltip';
3
- import * as i0 from "@angular/core";
4
- export class TooltipDirective extends BaseTooltip {
5
- constructor() {
6
- super(...arguments);
7
- this.visibleChange = new EventEmitter();
8
- this.disableAnimation = false;
9
- }
10
- }
11
- TooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TooltipDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
12
- TooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: TooltipDirective, selector: "[auiTooltip]", inputs: { content: ["auiTooltip", "content"], context: ["auiTooltipContext", "context"], class: ["auiTooltipClass", "class"], type: ["auiTooltipType", "type"], position: ["auiTooltipPosition", "position"], trigger: ["auiTooltipTrigger", "trigger"], disabled: ["auiTooltipDisabled", "disabled"], hideOnClick: ["auiTooltipHideOnClick", "hideOnClick"], disableAnimation: ["auiDisableAnimation", "disableAnimation"] }, outputs: { visibleChange: "auiTooltipVisibleChange" }, providers: [
13
- {
14
- provide: BaseTooltip,
15
- useExisting: TooltipDirective,
16
- },
17
- ], exportAs: ["auiTooltip"], usesInheritance: true, ngImport: i0 });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TooltipDirective, decorators: [{
19
- type: Directive,
20
- args: [{
21
- selector: '[auiTooltip]',
22
- providers: [
23
- {
24
- provide: BaseTooltip,
25
- useExisting: TooltipDirective,
26
- },
27
- ],
28
- exportAs: 'auiTooltip',
29
- inputs: [
30
- 'content:auiTooltip',
31
- 'context:auiTooltipContext',
32
- 'class:auiTooltipClass',
33
- 'type:auiTooltipType',
34
- 'position:auiTooltipPosition',
35
- 'trigger:auiTooltipTrigger',
36
- 'disabled:auiTooltipDisabled',
37
- 'hideOnClick:auiTooltipHideOnClick',
38
- ],
39
- }]
40
- }], propDecorators: { visibleChange: [{
41
- type: Output,
42
- args: ['auiTooltipVisibleChange']
43
- }], disableAnimation: [{
44
- type: Input,
45
- args: ['auiDisableAnimation']
46
- }] } });
47
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdG9vbHRpcC90b29sdGlwLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXZFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7QUFzQjdDLE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxXQUFXO0lBcEJqRDs7UUFzQlcsa0JBQWEsR0FBRyxJQUFJLFlBQVksRUFBVyxDQUFDO1FBRzVDLHFCQUFnQixHQUFHLEtBQUssQ0FBQztLQUNuQzs7NkdBTlksZ0JBQWdCO2lHQUFoQixnQkFBZ0IsNmZBbEJoQjtRQUNUO1lBQ0UsT0FBTyxFQUFFLFdBQVc7WUFDcEIsV0FBVyxFQUFFLGdCQUFnQjtTQUM5QjtLQUNGOzJGQWFVLGdCQUFnQjtrQkFwQjVCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGNBQWM7b0JBQ3hCLFNBQVMsRUFBRTt3QkFDVDs0QkFDRSxPQUFPLEVBQUUsV0FBVzs0QkFDcEIsV0FBVyxrQkFBa0I7eUJBQzlCO3FCQUNGO29CQUNELFFBQVEsRUFBRSxZQUFZO29CQUN0QixNQUFNLEVBQUU7d0JBQ04sb0JBQW9CO3dCQUNwQiwyQkFBMkI7d0JBQzNCLHVCQUF1Qjt3QkFDdkIscUJBQXFCO3dCQUNyQiw2QkFBNkI7d0JBQzdCLDJCQUEyQjt3QkFDM0IsNkJBQTZCO3dCQUM3QixtQ0FBbUM7cUJBQ3BDO2lCQUNGOzhCQUdVLGFBQWE7c0JBRHJCLE1BQU07dUJBQUMseUJBQXlCO2dCQUl4QixnQkFBZ0I7c0JBRHhCLEtBQUs7dUJBQUMscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgQmFzZVRvb2x0aXAgfSBmcm9tICcuL2Jhc2UtdG9vbHRpcCc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1thdWlUb29sdGlwXScsXG4gIHByb3ZpZGVyczogW1xuICAgIHtcbiAgICAgIHByb3ZpZGU6IEJhc2VUb29sdGlwLFxuICAgICAgdXNlRXhpc3Rpbmc6IFRvb2x0aXBEaXJlY3RpdmUsXG4gICAgfSxcbiAgXSxcbiAgZXhwb3J0QXM6ICdhdWlUb29sdGlwJyxcbiAgaW5wdXRzOiBbXG4gICAgJ2NvbnRlbnQ6YXVpVG9vbHRpcCcsXG4gICAgJ2NvbnRleHQ6YXVpVG9vbHRpcENvbnRleHQnLFxuICAgICdjbGFzczphdWlUb29sdGlwQ2xhc3MnLFxuICAgICd0eXBlOmF1aVRvb2x0aXBUeXBlJyxcbiAgICAncG9zaXRpb246YXVpVG9vbHRpcFBvc2l0aW9uJyxcbiAgICAndHJpZ2dlcjphdWlUb29sdGlwVHJpZ2dlcicsXG4gICAgJ2Rpc2FibGVkOmF1aVRvb2x0aXBEaXNhYmxlZCcsXG4gICAgJ2hpZGVPbkNsaWNrOmF1aVRvb2x0aXBIaWRlT25DbGljaycsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFRvb2x0aXBEaXJlY3RpdmUgZXh0ZW5kcyBCYXNlVG9vbHRpcCB7XG4gIEBPdXRwdXQoJ2F1aVRvb2x0aXBWaXNpYmxlQ2hhbmdlJylcbiAgb3ZlcnJpZGUgdmlzaWJsZUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcblxuICBASW5wdXQoJ2F1aURpc2FibGVBbmltYXRpb24nKVxuICBvdmVycmlkZSBkaXNhYmxlQW5pbWF0aW9uID0gZmFsc2U7XG59XG4iXX0=
@@ -1,33 +0,0 @@
1
- import { OverlayModule } from '@angular/cdk/overlay';
2
- import { CommonModule } from '@angular/common';
3
- import { NgModule } from '@angular/core';
4
- import { TooltipActiveDirective } from './tooltip-active.directive';
5
- import { TooltipCopyDirective } from './tooltip-copy.directive';
6
- import { TOOLTIP_COPY_INTL_INTL_PROVIDER } from './tooltip-intl';
7
- import { TooltipComponent } from './tooltip.component';
8
- import { TooltipDirective } from './tooltip.directive';
9
- import * as i0 from "@angular/core";
10
- export class TooltipModule {
11
- }
12
- TooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- TooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective,
14
- TooltipComponent,
15
- TooltipActiveDirective,
16
- TooltipCopyDirective], imports: [CommonModule, OverlayModule], exports: [TooltipDirective, TooltipActiveDirective, TooltipCopyDirective] });
17
- TooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TooltipModule, providers: [TOOLTIP_COPY_INTL_INTL_PROVIDER], imports: [[CommonModule, OverlayModule]] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TooltipModule, decorators: [{
19
- type: NgModule,
20
- args: [{
21
- imports: [CommonModule, OverlayModule],
22
- declarations: [
23
- TooltipDirective,
24
- TooltipComponent,
25
- TooltipActiveDirective,
26
- TooltipCopyDirective,
27
- ],
28
- entryComponents: [TooltipComponent],
29
- exports: [TooltipDirective, TooltipActiveDirective, TooltipCopyDirective],
30
- providers: [TOOLTIP_COPY_INTL_INTL_PROVIDER],
31
- }]
32
- }] });
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdG9vbHRpcC90b29sdGlwLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDckQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDcEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDaEUsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDakUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBY3ZELE1BQU0sT0FBTyxhQUFhOzswR0FBYixhQUFhOzJHQUFiLGFBQWEsaUJBVHRCLGdCQUFnQjtRQUNoQixnQkFBZ0I7UUFDaEIsc0JBQXNCO1FBQ3RCLG9CQUFvQixhQUxaLFlBQVksRUFBRSxhQUFhLGFBUTNCLGdCQUFnQixFQUFFLHNCQUFzQixFQUFFLG9CQUFvQjsyR0FHN0QsYUFBYSxhQUZiLENBQUMsK0JBQStCLENBQUMsWUFUbkMsQ0FBQyxZQUFZLEVBQUUsYUFBYSxDQUFDOzJGQVczQixhQUFhO2tCQVp6QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxhQUFhLENBQUM7b0JBQ3RDLFlBQVksRUFBRTt3QkFDWixnQkFBZ0I7d0JBQ2hCLGdCQUFnQjt3QkFDaEIsc0JBQXNCO3dCQUN0QixvQkFBb0I7cUJBQ3JCO29CQUNELGVBQWUsRUFBRSxDQUFDLGdCQUFnQixDQUFDO29CQUNuQyxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxzQkFBc0IsRUFBRSxvQkFBb0IsQ0FBQztvQkFDekUsU0FBUyxFQUFFLENBQUMsK0JBQStCLENBQUM7aUJBQzdDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBUb29sdGlwQWN0aXZlRGlyZWN0aXZlIH0gZnJvbSAnLi90b29sdGlwLWFjdGl2ZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgVG9vbHRpcENvcHlEaXJlY3RpdmUgfSBmcm9tICcuL3Rvb2x0aXAtY29weS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgVE9PTFRJUF9DT1BZX0lOVExfSU5UTF9QUk9WSURFUiB9IGZyb20gJy4vdG9vbHRpcC1pbnRsJztcbmltcG9ydCB7IFRvb2x0aXBDb21wb25lbnQgfSBmcm9tICcuL3Rvb2x0aXAuY29tcG9uZW50JztcbmltcG9ydCB7IFRvb2x0aXBEaXJlY3RpdmUgfSBmcm9tICcuL3Rvb2x0aXAuZGlyZWN0aXZlJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgT3ZlcmxheU1vZHVsZV0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFRvb2x0aXBEaXJlY3RpdmUsXG4gICAgVG9vbHRpcENvbXBvbmVudCxcbiAgICBUb29sdGlwQWN0aXZlRGlyZWN0aXZlLFxuICAgIFRvb2x0aXBDb3B5RGlyZWN0aXZlLFxuICBdLFxuICBlbnRyeUNvbXBvbmVudHM6IFtUb29sdGlwQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW1Rvb2x0aXBEaXJlY3RpdmUsIFRvb2x0aXBBY3RpdmVEaXJlY3RpdmUsIFRvb2x0aXBDb3B5RGlyZWN0aXZlXSxcbiAgcHJvdmlkZXJzOiBbVE9PTFRJUF9DT1BZX0lOVExfSU5UTF9QUk9WSURFUl0sXG59KVxuZXhwb3J0IGNsYXNzIFRvb2x0aXBNb2R1bGUge31cbiJdfQ==