@ng-nest/ui 13.0.8 → 13.1.1

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 (701) hide show
  1. package/alert/alert.component.d.ts +2 -0
  2. package/alert/alert.module.d.ts +2 -1
  3. package/alert/alert.property.d.ts +80 -1
  4. package/badge/badge.component.d.ts +4 -0
  5. package/badge/badge.property.d.ts +6 -1
  6. package/badge/examples/en_US/default/offset/README.md +6 -0
  7. package/badge/examples/zh_CN/default/offset/README.md +6 -0
  8. package/collapse/collapse.property.d.ts +31 -1
  9. package/collapse/examples/en_US/default/arrow/README.md +6 -0
  10. package/collapse/examples/en_US/default/border/README.md +6 -0
  11. package/collapse/examples/en_US/default/ghost/README.md +6 -0
  12. package/collapse/examples/en_US/default/icon/README.md +6 -0
  13. package/collapse/examples/zh_CN/default/arrow/README.md +6 -0
  14. package/collapse/examples/zh_CN/default/border/README.md +6 -0
  15. package/collapse/examples/zh_CN/default/ghost/README.md +6 -0
  16. package/collapse/examples/zh_CN/default/icon/README.md +6 -0
  17. package/core/animation/badge.d.ts +2 -0
  18. package/core/animation/connect.d.ts +1 -0
  19. package/core/animation/public-api.d.ts +1 -0
  20. package/core/config/config.d.ts +11 -0
  21. package/dialog/dialog.component.d.ts +27 -2
  22. package/dialog/dialog.module.d.ts +2 -1
  23. package/dialog/dialog.property.d.ts +27 -9
  24. package/dialog/dialog.service.d.ts +4 -2
  25. package/dialog/examples/zh_CN/default/resizable/README.md +6 -0
  26. package/esm2020/affix/affix.component.mjs +3 -3
  27. package/esm2020/affix/affix.module.mjs +4 -4
  28. package/esm2020/affix/affix.property.mjs +3 -3
  29. package/esm2020/alert/alert.component.mjs +12 -8
  30. package/esm2020/alert/alert.module.mjs +7 -6
  31. package/esm2020/alert/alert.property.mjs +58 -4
  32. package/esm2020/anchor/anchor.component.mjs +3 -3
  33. package/esm2020/anchor/anchor.module.mjs +4 -4
  34. package/esm2020/anchor/anchor.property.mjs +3 -3
  35. package/esm2020/api/api.component.mjs +3 -3
  36. package/esm2020/api/api.module.mjs +4 -4
  37. package/esm2020/auto-complete/auto-complete-portal.component.mjs +3 -3
  38. package/esm2020/auto-complete/auto-complete.component.mjs +3 -3
  39. package/esm2020/auto-complete/auto-complete.module.mjs +4 -4
  40. package/esm2020/auto-complete/auto-complete.property.mjs +3 -3
  41. package/esm2020/avatar/avatar.component.mjs +3 -3
  42. package/esm2020/avatar/avatar.module.mjs +4 -4
  43. package/esm2020/avatar/avatar.property.mjs +3 -3
  44. package/esm2020/back-top/back-top.component.mjs +7 -5
  45. package/esm2020/back-top/back-top.module.mjs +4 -4
  46. package/esm2020/back-top/back-top.property.mjs +3 -3
  47. package/esm2020/badge/badge.component.mjs +21 -6
  48. package/esm2020/badge/badge.module.mjs +4 -4
  49. package/esm2020/badge/badge.property.mjs +11 -4
  50. package/esm2020/base-form/base-form.component.mjs +3 -3
  51. package/esm2020/base-form/base-form.module.mjs +4 -4
  52. package/esm2020/base-form/base-form.property.mjs +3 -3
  53. package/esm2020/border/border.component.mjs +3 -3
  54. package/esm2020/border/border.module.mjs +4 -4
  55. package/esm2020/button/button.component.mjs +3 -3
  56. package/esm2020/button/button.module.mjs +4 -4
  57. package/esm2020/button/button.property.mjs +6 -6
  58. package/esm2020/button/buttons.component.mjs +3 -3
  59. package/esm2020/calendar/calendar.component.mjs +3 -3
  60. package/esm2020/calendar/calendar.module.mjs +4 -4
  61. package/esm2020/calendar/calendar.property.mjs +3 -3
  62. package/esm2020/card/card.component.mjs +3 -3
  63. package/esm2020/card/card.module.mjs +4 -4
  64. package/esm2020/card/card.property.mjs +3 -3
  65. package/esm2020/carousel/carousel-panel.component.mjs +3 -3
  66. package/esm2020/carousel/carousel.component.mjs +4 -4
  67. package/esm2020/carousel/carousel.module.mjs +4 -4
  68. package/esm2020/carousel/carousel.property.mjs +6 -6
  69. package/esm2020/cascade/cascade-portal.component.mjs +3 -3
  70. package/esm2020/cascade/cascade.component.mjs +3 -3
  71. package/esm2020/cascade/cascade.module.mjs +4 -4
  72. package/esm2020/cascade/cascade.property.mjs +3 -3
  73. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  74. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  75. package/esm2020/checkbox/checkbox.property.mjs +3 -3
  76. package/esm2020/collapse/collapse-panel.component.mjs +6 -5
  77. package/esm2020/collapse/collapse.component.mjs +5 -5
  78. package/esm2020/collapse/collapse.module.mjs +4 -4
  79. package/esm2020/collapse/collapse.property.mjs +34 -8
  80. package/esm2020/color/color.component.mjs +3 -3
  81. package/esm2020/color/color.module.mjs +4 -4
  82. package/esm2020/color/color.property.mjs +3 -3
  83. package/esm2020/color-picker/color-picker-portal.component.mjs +3 -3
  84. package/esm2020/color-picker/color-picker.component.mjs +3 -3
  85. package/esm2020/color-picker/color-picker.module.mjs +4 -4
  86. package/esm2020/color-picker/color-picker.property.mjs +3 -3
  87. package/esm2020/comment/comment-reply.component.mjs +3 -3
  88. package/esm2020/comment/comment.component.mjs +3 -3
  89. package/esm2020/comment/comment.module.mjs +4 -4
  90. package/esm2020/comment/comment.property.mjs +6 -6
  91. package/esm2020/container/aside.component.mjs +3 -3
  92. package/esm2020/container/container.component.mjs +3 -3
  93. package/esm2020/container/container.module.mjs +4 -4
  94. package/esm2020/container/container.property.mjs +12 -12
  95. package/esm2020/container/footer.component.mjs +3 -3
  96. package/esm2020/container/header.component.mjs +3 -3
  97. package/esm2020/container/main.component.mjs +3 -3
  98. package/esm2020/core/animation/badge.mjs +23 -0
  99. package/esm2020/core/animation/connect.mjs +17 -9
  100. package/esm2020/core/animation/public-api.mjs +2 -1
  101. package/esm2020/core/config/config.mjs +1 -1
  102. package/esm2020/core/config/config.service.mjs +3 -3
  103. package/esm2020/core/services/http.service.mjs +3 -3
  104. package/esm2020/core/services/preloading-strategy.service.mjs +3 -3
  105. package/esm2020/core/services/storage.service.mjs +3 -3
  106. package/esm2020/core/theme/theme.service.mjs +3 -3
  107. package/esm2020/crumb/crumb.component.mjs +3 -3
  108. package/esm2020/crumb/crumb.module.mjs +4 -4
  109. package/esm2020/crumb/crumb.property.mjs +3 -3
  110. package/esm2020/date-picker/date-picker-portal.component.mjs +3 -3
  111. package/esm2020/date-picker/date-picker.component.mjs +3 -3
  112. package/esm2020/date-picker/date-picker.module.mjs +4 -4
  113. package/esm2020/date-picker/date-picker.property.mjs +15 -15
  114. package/esm2020/date-picker/date-range-portal.component.mjs +3 -3
  115. package/esm2020/date-picker/date-range.component.mjs +3 -3
  116. package/esm2020/date-picker/picker-date.component.mjs +3 -3
  117. package/esm2020/date-picker/picker-month.component.mjs +3 -3
  118. package/esm2020/date-picker/picker-year.component.mjs +3 -3
  119. package/esm2020/description/description-item.component.mjs +3 -3
  120. package/esm2020/description/description.component.mjs +3 -3
  121. package/esm2020/description/description.module.mjs +4 -4
  122. package/esm2020/description/description.property.mjs +6 -6
  123. package/esm2020/dialog/dialog-portal.component.mjs +3 -3
  124. package/esm2020/dialog/dialog-portal.directives.mjs +12 -12
  125. package/esm2020/dialog/dialog.component.mjs +141 -15
  126. package/esm2020/dialog/dialog.module.mjs +12 -8
  127. package/esm2020/dialog/dialog.property.mjs +26 -4
  128. package/esm2020/dialog/dialog.service.mjs +18 -10
  129. package/esm2020/doc/doc.component.mjs +3 -3
  130. package/esm2020/doc/doc.module.mjs +4 -4
  131. package/esm2020/drawer/drawer-container.component.mjs +3 -3
  132. package/esm2020/drawer/drawer-portal.component.mjs +3 -3
  133. package/esm2020/drawer/drawer-portal.directives.mjs +9 -9
  134. package/esm2020/drawer/drawer.component.mjs +3 -3
  135. package/esm2020/drawer/drawer.module.mjs +4 -4
  136. package/esm2020/drawer/drawer.property.mjs +6 -6
  137. package/esm2020/drawer/drawer.service.mjs +3 -3
  138. package/esm2020/dropdown/dropdown-portal.component.mjs +3 -3
  139. package/esm2020/dropdown/dropdown.component.mjs +8 -5
  140. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  141. package/esm2020/dropdown/dropdown.property.mjs +3 -3
  142. package/esm2020/empty/empty.component.mjs +3 -3
  143. package/esm2020/empty/empty.module.mjs +4 -4
  144. package/esm2020/empty/empty.property.mjs +3 -3
  145. package/esm2020/examples/examples.component.mjs +3 -3
  146. package/esm2020/examples/examples.module.mjs +4 -4
  147. package/esm2020/find/find.component.mjs +3 -3
  148. package/esm2020/find/find.module.mjs +4 -4
  149. package/esm2020/find/find.property.mjs +3 -3
  150. package/esm2020/form/control.component.mjs +3 -3
  151. package/esm2020/form/form.component.mjs +3 -3
  152. package/esm2020/form/form.module.mjs +4 -4
  153. package/esm2020/form/form.property.mjs +6 -6
  154. package/esm2020/highlight/highlight.component.mjs +3 -3
  155. package/esm2020/highlight/highlight.module.mjs +4 -4
  156. package/esm2020/highlight/highlight.property.mjs +3 -3
  157. package/esm2020/i18n/i18n.directive.mjs +3 -3
  158. package/esm2020/i18n/i18n.module.mjs +4 -4
  159. package/esm2020/i18n/i18n.pipe.mjs +3 -3
  160. package/esm2020/i18n/i18n.service.mjs +3 -3
  161. package/esm2020/icon/icon.component.mjs +3 -3
  162. package/esm2020/icon/icon.module.mjs +4 -4
  163. package/esm2020/icon/icon.property.mjs +3 -3
  164. package/esm2020/icon/icon.service.mjs +3 -3
  165. package/esm2020/index.mjs +3 -1
  166. package/esm2020/inner/inner.component.mjs +3 -3
  167. package/esm2020/inner/inner.module.mjs +4 -4
  168. package/esm2020/inner/inner.property.mjs +3 -3
  169. package/esm2020/input/input-group.component.mjs +3 -3
  170. package/esm2020/input/input.component.mjs +14 -5
  171. package/esm2020/input/input.module.mjs +4 -4
  172. package/esm2020/input/input.property.mjs +6 -6
  173. package/esm2020/input-number/input-number.component.mjs +3 -3
  174. package/esm2020/input-number/input-number.module.mjs +4 -4
  175. package/esm2020/input-number/input-number.property.mjs +3 -3
  176. package/esm2020/layout/col.component.mjs +3 -3
  177. package/esm2020/layout/layout.module.mjs +4 -4
  178. package/esm2020/layout/layout.property.mjs +6 -6
  179. package/esm2020/layout/row.component.mjs +3 -3
  180. package/esm2020/link/link.component.mjs +3 -3
  181. package/esm2020/link/link.module.mjs +4 -4
  182. package/esm2020/link/link.property.mjs +3 -3
  183. package/esm2020/list/list-option.component.mjs +3 -3
  184. package/esm2020/list/list.component.mjs +8 -7
  185. package/esm2020/list/list.module.mjs +12 -8
  186. package/esm2020/list/list.property.mjs +11 -7
  187. package/esm2020/loading/loading.component.mjs +3 -3
  188. package/esm2020/loading/loading.module.mjs +4 -4
  189. package/esm2020/loading/loading.property.mjs +3 -3
  190. package/esm2020/menu/menu-node.component.mjs +3 -3
  191. package/esm2020/menu/menu.component.mjs +3 -3
  192. package/esm2020/menu/menu.module.mjs +4 -4
  193. package/esm2020/menu/menu.property.mjs +6 -6
  194. package/esm2020/message/message.component.mjs +3 -3
  195. package/esm2020/message/message.module.mjs +4 -4
  196. package/esm2020/message/message.service.mjs +7 -5
  197. package/esm2020/message-box/message-box.component.mjs +3 -3
  198. package/esm2020/message-box/message-box.module.mjs +4 -4
  199. package/esm2020/message-box/message-box.service.mjs +7 -5
  200. package/esm2020/notification/notification.component.mjs +3 -3
  201. package/esm2020/notification/notification.module.mjs +4 -4
  202. package/esm2020/notification/notification.service.mjs +7 -5
  203. package/esm2020/outlet/outlet.directive.mjs +3 -3
  204. package/esm2020/outlet/outlet.module.mjs +4 -4
  205. package/esm2020/page-header/page-header.component.mjs +3 -3
  206. package/esm2020/page-header/page-header.module.mjs +4 -4
  207. package/esm2020/page-header/page-header.property.mjs +3 -3
  208. package/esm2020/pagination/pagination.component.mjs +3 -3
  209. package/esm2020/pagination/pagination.module.mjs +4 -4
  210. package/esm2020/pagination/pagination.property.mjs +10 -5
  211. package/esm2020/pattern/pattern.component.mjs +3 -3
  212. package/esm2020/pattern/pattern.module.mjs +4 -4
  213. package/esm2020/popconfirm/popconfirm.component.mjs +3 -3
  214. package/esm2020/popconfirm/popconfirm.module.mjs +4 -4
  215. package/esm2020/popconfirm/popconfirm.property.mjs +3 -3
  216. package/esm2020/popover/popover-portal.component.mjs +3 -3
  217. package/esm2020/popover/popover.directive.mjs +16 -8
  218. package/esm2020/popover/popover.module.mjs +4 -4
  219. package/esm2020/popover/popover.property.mjs +18 -4
  220. package/esm2020/portal/portal.module.mjs +4 -4
  221. package/esm2020/portal/portal.property.mjs +2 -1
  222. package/esm2020/portal/portal.service.mjs +62 -8
  223. package/esm2020/progress/progress.component.mjs +4 -4
  224. package/esm2020/progress/progress.module.mjs +4 -4
  225. package/esm2020/progress/progress.property.mjs +3 -3
  226. package/esm2020/radio/radio.component.mjs +3 -3
  227. package/esm2020/radio/radio.module.mjs +4 -4
  228. package/esm2020/radio/radio.property.mjs +3 -3
  229. package/esm2020/rate/rate.component.mjs +3 -3
  230. package/esm2020/rate/rate.module.mjs +4 -4
  231. package/esm2020/rate/rate.property.mjs +3 -3
  232. package/esm2020/resizable/ng-nest-ui-resizable.mjs +5 -0
  233. package/esm2020/resizable/public-api.mjs +4 -0
  234. package/esm2020/resizable/resizable.directive.mjs +226 -0
  235. package/esm2020/resizable/resizable.module.mjs +18 -0
  236. package/esm2020/resizable/resizable.property.mjs +94 -0
  237. package/esm2020/result/result.component.mjs +3 -3
  238. package/esm2020/result/result.module.mjs +4 -4
  239. package/esm2020/result/result.property.mjs +3 -3
  240. package/esm2020/ripple/ripple.directive.mjs +3 -3
  241. package/esm2020/ripple/ripple.module.mjs +4 -4
  242. package/esm2020/ripple/ripple.property.mjs +3 -3
  243. package/esm2020/select/select-portal.component.mjs +6 -5
  244. package/esm2020/select/select.component.mjs +5 -4
  245. package/esm2020/select/select.module.mjs +4 -4
  246. package/esm2020/select/select.property.mjs +9 -4
  247. package/esm2020/skeleton/skeleton.component.mjs +3 -3
  248. package/esm2020/skeleton/skeleton.module.mjs +4 -4
  249. package/esm2020/skeleton/skeleton.property.mjs +3 -3
  250. package/esm2020/slider/slider.component.mjs +7 -5
  251. package/esm2020/slider/slider.module.mjs +4 -4
  252. package/esm2020/slider/slider.property.mjs +4 -4
  253. package/esm2020/slider-select/slider-select.component.mjs +16 -10
  254. package/esm2020/slider-select/slider-select.module.mjs +4 -4
  255. package/esm2020/slider-select/slider-select.property.mjs +15 -5
  256. package/esm2020/statistic/countdown.component.mjs +3 -3
  257. package/esm2020/statistic/statistic.component.mjs +3 -3
  258. package/esm2020/statistic/statistic.module.mjs +4 -4
  259. package/esm2020/statistic/statistic.property.mjs +6 -6
  260. package/esm2020/steps/steps.component.mjs +3 -3
  261. package/esm2020/steps/steps.module.mjs +4 -4
  262. package/esm2020/steps/steps.property.mjs +3 -3
  263. package/esm2020/switch/switch.component.mjs +3 -3
  264. package/esm2020/switch/switch.module.mjs +4 -4
  265. package/esm2020/switch/switch.property.mjs +3 -3
  266. package/esm2020/table/drag.directive.mjs +3 -3
  267. package/esm2020/table/table-body.component.mjs +3 -3
  268. package/esm2020/table/table-foot.component.mjs +3 -3
  269. package/esm2020/table/table-head.component.mjs +3 -3
  270. package/esm2020/table/table.component.mjs +11 -7
  271. package/esm2020/table/table.module.mjs +4 -4
  272. package/esm2020/table/table.property.mjs +26 -13
  273. package/esm2020/tabs/tab-content.component.mjs +3 -3
  274. package/esm2020/tabs/tab.component.mjs +3 -3
  275. package/esm2020/tabs/tabs.component.mjs +6 -6
  276. package/esm2020/tabs/tabs.module.mjs +4 -4
  277. package/esm2020/tabs/tabs.property.mjs +12 -7
  278. package/esm2020/tag/tag.component.mjs +35 -9
  279. package/esm2020/tag/tag.module.mjs +4 -4
  280. package/esm2020/tag/tag.property.mjs +20 -4
  281. package/esm2020/text-retract/text-retract.component.mjs +3 -3
  282. package/esm2020/text-retract/text-retract.module.mjs +4 -4
  283. package/esm2020/text-retract/text-retract.property.mjs +3 -3
  284. package/esm2020/textarea/textarea.component.mjs +3 -3
  285. package/esm2020/textarea/textarea.module.mjs +4 -4
  286. package/esm2020/textarea/textarea.property.mjs +3 -3
  287. package/esm2020/theme/theme.component.mjs +3 -3
  288. package/esm2020/theme/theme.module.mjs +4 -4
  289. package/esm2020/theme/theme.property.mjs +3 -3
  290. package/esm2020/time-ago/time-ago.module.mjs +4 -4
  291. package/esm2020/time-ago/time-ago.pipe.mjs +3 -3
  292. package/esm2020/time-picker/time-picker-frame.component.mjs +3 -3
  293. package/esm2020/time-picker/time-picker-portal.component.mjs +3 -3
  294. package/esm2020/time-picker/time-picker.component.mjs +3 -3
  295. package/esm2020/time-picker/time-picker.module.mjs +4 -4
  296. package/esm2020/time-picker/time-picker.property.mjs +3 -3
  297. package/esm2020/time-range/time-range.module.mjs +4 -4
  298. package/esm2020/time-range/time-range.pipe.mjs +3 -3
  299. package/esm2020/timeline/timeline.component.mjs +22 -5
  300. package/esm2020/timeline/timeline.module.mjs +4 -4
  301. package/esm2020/timeline/timeline.property.mjs +4 -4
  302. package/esm2020/tooltip/tooltip-portal.component.mjs +3 -3
  303. package/esm2020/tooltip/tooltip.directive.mjs +6 -6
  304. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  305. package/esm2020/tooltip/tooltip.property.mjs +14 -4
  306. package/esm2020/transfer/transfer.component.mjs +3 -3
  307. package/esm2020/transfer/transfer.module.mjs +4 -4
  308. package/esm2020/transfer/transfer.property.mjs +3 -3
  309. package/esm2020/tree/tree-node.component.mjs +3 -3
  310. package/esm2020/tree/tree.component.mjs +3 -3
  311. package/esm2020/tree/tree.module.mjs +4 -4
  312. package/esm2020/tree/tree.property.mjs +6 -6
  313. package/esm2020/tree-file/tree-file.component.mjs +3 -3
  314. package/esm2020/tree-file/tree-file.module.mjs +4 -4
  315. package/esm2020/tree-file/tree-file.property.mjs +3 -3
  316. package/esm2020/typography/typography.component.mjs +3 -3
  317. package/esm2020/typography/typography.module.mjs +4 -4
  318. package/esm2020/typography/typography.property.mjs +3 -3
  319. package/esm2020/upload/upload-portal.component.mjs +3 -3
  320. package/esm2020/upload/upload.component.mjs +11 -6
  321. package/esm2020/upload/upload.module.mjs +4 -4
  322. package/esm2020/upload/upload.property.mjs +3 -3
  323. package/fesm2015/ng-nest-ui-affix.mjs +10 -10
  324. package/fesm2015/ng-nest-ui-affix.mjs.map +1 -1
  325. package/fesm2015/ng-nest-ui-alert.mjs +74 -15
  326. package/fesm2015/ng-nest-ui-alert.mjs.map +1 -1
  327. package/fesm2015/ng-nest-ui-anchor.mjs +10 -10
  328. package/fesm2015/ng-nest-ui-anchor.mjs.map +1 -1
  329. package/fesm2015/ng-nest-ui-api.mjs +7 -7
  330. package/fesm2015/ng-nest-ui-api.mjs.map +1 -1
  331. package/fesm2015/ng-nest-ui-auto-complete.mjs +13 -13
  332. package/fesm2015/ng-nest-ui-auto-complete.mjs.map +1 -1
  333. package/fesm2015/ng-nest-ui-avatar.mjs +10 -10
  334. package/fesm2015/ng-nest-ui-avatar.mjs.map +1 -1
  335. package/fesm2015/ng-nest-ui-back-top.mjs +13 -11
  336. package/fesm2015/ng-nest-ui-back-top.mjs.map +1 -1
  337. package/fesm2015/ng-nest-ui-badge.mjs +34 -12
  338. package/fesm2015/ng-nest-ui-badge.mjs.map +1 -1
  339. package/fesm2015/ng-nest-ui-base-form.mjs +10 -10
  340. package/fesm2015/ng-nest-ui-base-form.mjs.map +1 -1
  341. package/fesm2015/ng-nest-ui-border.mjs +7 -7
  342. package/fesm2015/ng-nest-ui-border.mjs.map +1 -1
  343. package/fesm2015/ng-nest-ui-button.mjs +16 -16
  344. package/fesm2015/ng-nest-ui-button.mjs.map +1 -1
  345. package/fesm2015/ng-nest-ui-calendar.mjs +10 -10
  346. package/fesm2015/ng-nest-ui-calendar.mjs.map +1 -1
  347. package/fesm2015/ng-nest-ui-card.mjs +10 -10
  348. package/fesm2015/ng-nest-ui-card.mjs.map +1 -1
  349. package/fesm2015/ng-nest-ui-carousel.mjs +17 -17
  350. package/fesm2015/ng-nest-ui-carousel.mjs.map +1 -1
  351. package/fesm2015/ng-nest-ui-cascade.mjs +13 -13
  352. package/fesm2015/ng-nest-ui-cascade.mjs.map +1 -1
  353. package/fesm2015/ng-nest-ui-checkbox.mjs +10 -10
  354. package/fesm2015/ng-nest-ui-checkbox.mjs.map +1 -1
  355. package/fesm2015/ng-nest-ui-collapse.mjs +46 -19
  356. package/fesm2015/ng-nest-ui-collapse.mjs.map +1 -1
  357. package/fesm2015/ng-nest-ui-color-picker.mjs +13 -13
  358. package/fesm2015/ng-nest-ui-color-picker.mjs.map +1 -1
  359. package/fesm2015/ng-nest-ui-color.mjs +10 -10
  360. package/fesm2015/ng-nest-ui-color.mjs.map +1 -1
  361. package/fesm2015/ng-nest-ui-comment.mjs +16 -16
  362. package/fesm2015/ng-nest-ui-comment.mjs.map +1 -1
  363. package/fesm2015/ng-nest-ui-container.mjs +31 -31
  364. package/fesm2015/ng-nest-ui-container.mjs.map +1 -1
  365. package/fesm2015/ng-nest-ui-core.mjs +53 -24
  366. package/fesm2015/ng-nest-ui-core.mjs.map +1 -1
  367. package/fesm2015/ng-nest-ui-crumb.mjs +10 -10
  368. package/fesm2015/ng-nest-ui-crumb.mjs.map +1 -1
  369. package/fesm2015/ng-nest-ui-date-picker.mjs +40 -40
  370. package/fesm2015/ng-nest-ui-date-picker.mjs.map +1 -1
  371. package/fesm2015/ng-nest-ui-description.mjs +16 -16
  372. package/fesm2015/ng-nest-ui-description.mjs.map +1 -1
  373. package/fesm2015/ng-nest-ui-dialog.mjs +212 -51
  374. package/fesm2015/ng-nest-ui-dialog.mjs.map +1 -1
  375. package/fesm2015/ng-nest-ui-doc.mjs +7 -7
  376. package/fesm2015/ng-nest-ui-doc.mjs.map +1 -1
  377. package/fesm2015/ng-nest-ui-drawer.mjs +31 -31
  378. package/fesm2015/ng-nest-ui-drawer.mjs.map +1 -1
  379. package/fesm2015/ng-nest-ui-dropdown.mjs +17 -14
  380. package/fesm2015/ng-nest-ui-dropdown.mjs.map +1 -1
  381. package/fesm2015/ng-nest-ui-empty.mjs +10 -10
  382. package/fesm2015/ng-nest-ui-empty.mjs.map +1 -1
  383. package/fesm2015/ng-nest-ui-examples.mjs +7 -7
  384. package/fesm2015/ng-nest-ui-examples.mjs.map +1 -1
  385. package/fesm2015/ng-nest-ui-find.mjs +10 -10
  386. package/fesm2015/ng-nest-ui-find.mjs.map +1 -1
  387. package/fesm2015/ng-nest-ui-form.mjs +16 -16
  388. package/fesm2015/ng-nest-ui-form.mjs.map +1 -1
  389. package/fesm2015/ng-nest-ui-highlight.mjs +10 -10
  390. package/fesm2015/ng-nest-ui-highlight.mjs.map +1 -1
  391. package/fesm2015/ng-nest-ui-i18n.mjs +13 -13
  392. package/fesm2015/ng-nest-ui-i18n.mjs.map +1 -1
  393. package/fesm2015/ng-nest-ui-icon.mjs +13 -13
  394. package/fesm2015/ng-nest-ui-icon.mjs.map +1 -1
  395. package/fesm2015/ng-nest-ui-inner.mjs +10 -10
  396. package/fesm2015/ng-nest-ui-inner.mjs.map +1 -1
  397. package/fesm2015/ng-nest-ui-input-number.mjs +10 -10
  398. package/fesm2015/ng-nest-ui-input-number.mjs.map +1 -1
  399. package/fesm2015/ng-nest-ui-input.mjs +26 -17
  400. package/fesm2015/ng-nest-ui-input.mjs.map +1 -1
  401. package/fesm2015/ng-nest-ui-layout.mjs +16 -16
  402. package/fesm2015/ng-nest-ui-layout.mjs.map +1 -1
  403. package/fesm2015/ng-nest-ui-link.mjs +10 -10
  404. package/fesm2015/ng-nest-ui-link.mjs.map +1 -1
  405. package/fesm2015/ng-nest-ui-list.mjs +30 -21
  406. package/fesm2015/ng-nest-ui-list.mjs.map +1 -1
  407. package/fesm2015/ng-nest-ui-loading.mjs +10 -10
  408. package/fesm2015/ng-nest-ui-loading.mjs.map +1 -1
  409. package/fesm2015/ng-nest-ui-menu.mjs +16 -16
  410. package/fesm2015/ng-nest-ui-menu.mjs.map +1 -1
  411. package/fesm2015/ng-nest-ui-message-box.mjs +13 -11
  412. package/fesm2015/ng-nest-ui-message-box.mjs.map +1 -1
  413. package/fesm2015/ng-nest-ui-message.mjs +13 -11
  414. package/fesm2015/ng-nest-ui-message.mjs.map +1 -1
  415. package/fesm2015/ng-nest-ui-notification.mjs +13 -11
  416. package/fesm2015/ng-nest-ui-notification.mjs.map +1 -1
  417. package/fesm2015/ng-nest-ui-outlet.mjs +7 -7
  418. package/fesm2015/ng-nest-ui-outlet.mjs.map +1 -1
  419. package/fesm2015/ng-nest-ui-page-header.mjs +10 -10
  420. package/fesm2015/ng-nest-ui-page-header.mjs.map +1 -1
  421. package/fesm2015/ng-nest-ui-pagination.mjs +17 -12
  422. package/fesm2015/ng-nest-ui-pagination.mjs.map +1 -1
  423. package/fesm2015/ng-nest-ui-pattern.mjs +7 -7
  424. package/fesm2015/ng-nest-ui-pattern.mjs.map +1 -1
  425. package/fesm2015/ng-nest-ui-popconfirm.mjs +10 -10
  426. package/fesm2015/ng-nest-ui-popconfirm.mjs.map +1 -1
  427. package/fesm2015/ng-nest-ui-popover.mjs +39 -17
  428. package/fesm2015/ng-nest-ui-popover.mjs.map +1 -1
  429. package/fesm2015/ng-nest-ui-portal.mjs +67 -12
  430. package/fesm2015/ng-nest-ui-portal.mjs.map +1 -1
  431. package/fesm2015/ng-nest-ui-progress.mjs +11 -11
  432. package/fesm2015/ng-nest-ui-progress.mjs.map +1 -1
  433. package/fesm2015/ng-nest-ui-radio.mjs +10 -10
  434. package/fesm2015/ng-nest-ui-radio.mjs.map +1 -1
  435. package/fesm2015/ng-nest-ui-rate.mjs +10 -10
  436. package/fesm2015/ng-nest-ui-rate.mjs.map +1 -1
  437. package/fesm2015/ng-nest-ui-resizable.mjs +335 -0
  438. package/fesm2015/ng-nest-ui-resizable.mjs.map +1 -0
  439. package/fesm2015/ng-nest-ui-result.mjs +10 -10
  440. package/fesm2015/ng-nest-ui-result.mjs.map +1 -1
  441. package/fesm2015/ng-nest-ui-ripple.mjs +10 -10
  442. package/fesm2015/ng-nest-ui-ripple.mjs.map +1 -1
  443. package/fesm2015/ng-nest-ui-select.mjs +21 -14
  444. package/fesm2015/ng-nest-ui-select.mjs.map +1 -1
  445. package/fesm2015/ng-nest-ui-skeleton.mjs +10 -10
  446. package/fesm2015/ng-nest-ui-skeleton.mjs.map +1 -1
  447. package/fesm2015/ng-nest-ui-slider-select.mjs +33 -17
  448. package/fesm2015/ng-nest-ui-slider-select.mjs.map +1 -1
  449. package/fesm2015/ng-nest-ui-slider.mjs +13 -11
  450. package/fesm2015/ng-nest-ui-slider.mjs.map +1 -1
  451. package/fesm2015/ng-nest-ui-statistic.mjs +16 -16
  452. package/fesm2015/ng-nest-ui-statistic.mjs.map +1 -1
  453. package/fesm2015/ng-nest-ui-steps.mjs +10 -10
  454. package/fesm2015/ng-nest-ui-steps.mjs.map +1 -1
  455. package/fesm2015/ng-nest-ui-switch.mjs +10 -10
  456. package/fesm2015/ng-nest-ui-switch.mjs.map +1 -1
  457. package/fesm2015/ng-nest-ui-table.mjs +51 -34
  458. package/fesm2015/ng-nest-ui-table.mjs.map +1 -1
  459. package/fesm2015/ng-nest-ui-tabs.mjs +26 -21
  460. package/fesm2015/ng-nest-ui-tabs.mjs.map +1 -1
  461. package/fesm2015/ng-nest-ui-tag.mjs +57 -15
  462. package/fesm2015/ng-nest-ui-tag.mjs.map +1 -1
  463. package/fesm2015/ng-nest-ui-text-retract.mjs +10 -10
  464. package/fesm2015/ng-nest-ui-text-retract.mjs.map +1 -1
  465. package/fesm2015/ng-nest-ui-textarea.mjs +10 -10
  466. package/fesm2015/ng-nest-ui-textarea.mjs.map +1 -1
  467. package/fesm2015/ng-nest-ui-theme.mjs +10 -10
  468. package/fesm2015/ng-nest-ui-theme.mjs.map +1 -1
  469. package/fesm2015/ng-nest-ui-time-ago.mjs +7 -7
  470. package/fesm2015/ng-nest-ui-time-ago.mjs.map +1 -1
  471. package/fesm2015/ng-nest-ui-time-picker.mjs +16 -16
  472. package/fesm2015/ng-nest-ui-time-picker.mjs.map +1 -1
  473. package/fesm2015/ng-nest-ui-time-range.mjs +7 -7
  474. package/fesm2015/ng-nest-ui-time-range.mjs.map +1 -1
  475. package/fesm2015/ng-nest-ui-timeline.mjs +28 -11
  476. package/fesm2015/ng-nest-ui-timeline.mjs.map +1 -1
  477. package/fesm2015/ng-nest-ui-tooltip.mjs +25 -15
  478. package/fesm2015/ng-nest-ui-tooltip.mjs.map +1 -1
  479. package/fesm2015/ng-nest-ui-transfer.mjs +10 -10
  480. package/fesm2015/ng-nest-ui-transfer.mjs.map +1 -1
  481. package/fesm2015/ng-nest-ui-tree-file.mjs +10 -10
  482. package/fesm2015/ng-nest-ui-tree-file.mjs.map +1 -1
  483. package/fesm2015/ng-nest-ui-tree.mjs +16 -16
  484. package/fesm2015/ng-nest-ui-tree.mjs.map +1 -1
  485. package/fesm2015/ng-nest-ui-typography.mjs +10 -10
  486. package/fesm2015/ng-nest-ui-typography.mjs.map +1 -1
  487. package/fesm2015/ng-nest-ui-upload.mjs +20 -15
  488. package/fesm2015/ng-nest-ui-upload.mjs.map +1 -1
  489. package/fesm2015/ng-nest-ui.mjs +2 -0
  490. package/fesm2015/ng-nest-ui.mjs.map +1 -1
  491. package/fesm2020/ng-nest-ui-affix.mjs +10 -10
  492. package/fesm2020/ng-nest-ui-affix.mjs.map +1 -1
  493. package/fesm2020/ng-nest-ui-alert.mjs +74 -15
  494. package/fesm2020/ng-nest-ui-alert.mjs.map +1 -1
  495. package/fesm2020/ng-nest-ui-anchor.mjs +10 -10
  496. package/fesm2020/ng-nest-ui-anchor.mjs.map +1 -1
  497. package/fesm2020/ng-nest-ui-api.mjs +7 -7
  498. package/fesm2020/ng-nest-ui-api.mjs.map +1 -1
  499. package/fesm2020/ng-nest-ui-auto-complete.mjs +13 -13
  500. package/fesm2020/ng-nest-ui-auto-complete.mjs.map +1 -1
  501. package/fesm2020/ng-nest-ui-avatar.mjs +10 -10
  502. package/fesm2020/ng-nest-ui-avatar.mjs.map +1 -1
  503. package/fesm2020/ng-nest-ui-back-top.mjs +13 -11
  504. package/fesm2020/ng-nest-ui-back-top.mjs.map +1 -1
  505. package/fesm2020/ng-nest-ui-badge.mjs +34 -12
  506. package/fesm2020/ng-nest-ui-badge.mjs.map +1 -1
  507. package/fesm2020/ng-nest-ui-base-form.mjs +10 -10
  508. package/fesm2020/ng-nest-ui-base-form.mjs.map +1 -1
  509. package/fesm2020/ng-nest-ui-border.mjs +7 -7
  510. package/fesm2020/ng-nest-ui-border.mjs.map +1 -1
  511. package/fesm2020/ng-nest-ui-button.mjs +16 -16
  512. package/fesm2020/ng-nest-ui-button.mjs.map +1 -1
  513. package/fesm2020/ng-nest-ui-calendar.mjs +10 -10
  514. package/fesm2020/ng-nest-ui-calendar.mjs.map +1 -1
  515. package/fesm2020/ng-nest-ui-card.mjs +10 -10
  516. package/fesm2020/ng-nest-ui-card.mjs.map +1 -1
  517. package/fesm2020/ng-nest-ui-carousel.mjs +17 -17
  518. package/fesm2020/ng-nest-ui-carousel.mjs.map +1 -1
  519. package/fesm2020/ng-nest-ui-cascade.mjs +13 -13
  520. package/fesm2020/ng-nest-ui-cascade.mjs.map +1 -1
  521. package/fesm2020/ng-nest-ui-checkbox.mjs +10 -10
  522. package/fesm2020/ng-nest-ui-checkbox.mjs.map +1 -1
  523. package/fesm2020/ng-nest-ui-collapse.mjs +46 -19
  524. package/fesm2020/ng-nest-ui-collapse.mjs.map +1 -1
  525. package/fesm2020/ng-nest-ui-color-picker.mjs +13 -13
  526. package/fesm2020/ng-nest-ui-color-picker.mjs.map +1 -1
  527. package/fesm2020/ng-nest-ui-color.mjs +10 -10
  528. package/fesm2020/ng-nest-ui-color.mjs.map +1 -1
  529. package/fesm2020/ng-nest-ui-comment.mjs +16 -16
  530. package/fesm2020/ng-nest-ui-comment.mjs.map +1 -1
  531. package/fesm2020/ng-nest-ui-container.mjs +31 -31
  532. package/fesm2020/ng-nest-ui-container.mjs.map +1 -1
  533. package/fesm2020/ng-nest-ui-core.mjs +53 -24
  534. package/fesm2020/ng-nest-ui-core.mjs.map +1 -1
  535. package/fesm2020/ng-nest-ui-crumb.mjs +10 -10
  536. package/fesm2020/ng-nest-ui-crumb.mjs.map +1 -1
  537. package/fesm2020/ng-nest-ui-date-picker.mjs +40 -40
  538. package/fesm2020/ng-nest-ui-date-picker.mjs.map +1 -1
  539. package/fesm2020/ng-nest-ui-description.mjs +16 -16
  540. package/fesm2020/ng-nest-ui-description.mjs.map +1 -1
  541. package/fesm2020/ng-nest-ui-dialog.mjs +209 -51
  542. package/fesm2020/ng-nest-ui-dialog.mjs.map +1 -1
  543. package/fesm2020/ng-nest-ui-doc.mjs +7 -7
  544. package/fesm2020/ng-nest-ui-doc.mjs.map +1 -1
  545. package/fesm2020/ng-nest-ui-drawer.mjs +31 -31
  546. package/fesm2020/ng-nest-ui-drawer.mjs.map +1 -1
  547. package/fesm2020/ng-nest-ui-dropdown.mjs +17 -14
  548. package/fesm2020/ng-nest-ui-dropdown.mjs.map +1 -1
  549. package/fesm2020/ng-nest-ui-empty.mjs +10 -10
  550. package/fesm2020/ng-nest-ui-empty.mjs.map +1 -1
  551. package/fesm2020/ng-nest-ui-examples.mjs +7 -7
  552. package/fesm2020/ng-nest-ui-examples.mjs.map +1 -1
  553. package/fesm2020/ng-nest-ui-find.mjs +10 -10
  554. package/fesm2020/ng-nest-ui-find.mjs.map +1 -1
  555. package/fesm2020/ng-nest-ui-form.mjs +16 -16
  556. package/fesm2020/ng-nest-ui-form.mjs.map +1 -1
  557. package/fesm2020/ng-nest-ui-highlight.mjs +10 -10
  558. package/fesm2020/ng-nest-ui-highlight.mjs.map +1 -1
  559. package/fesm2020/ng-nest-ui-i18n.mjs +13 -13
  560. package/fesm2020/ng-nest-ui-i18n.mjs.map +1 -1
  561. package/fesm2020/ng-nest-ui-icon.mjs +13 -13
  562. package/fesm2020/ng-nest-ui-icon.mjs.map +1 -1
  563. package/fesm2020/ng-nest-ui-inner.mjs +10 -10
  564. package/fesm2020/ng-nest-ui-inner.mjs.map +1 -1
  565. package/fesm2020/ng-nest-ui-input-number.mjs +10 -10
  566. package/fesm2020/ng-nest-ui-input-number.mjs.map +1 -1
  567. package/fesm2020/ng-nest-ui-input.mjs +26 -17
  568. package/fesm2020/ng-nest-ui-input.mjs.map +1 -1
  569. package/fesm2020/ng-nest-ui-layout.mjs +16 -16
  570. package/fesm2020/ng-nest-ui-layout.mjs.map +1 -1
  571. package/fesm2020/ng-nest-ui-link.mjs +10 -10
  572. package/fesm2020/ng-nest-ui-link.mjs.map +1 -1
  573. package/fesm2020/ng-nest-ui-list.mjs +30 -21
  574. package/fesm2020/ng-nest-ui-list.mjs.map +1 -1
  575. package/fesm2020/ng-nest-ui-loading.mjs +10 -10
  576. package/fesm2020/ng-nest-ui-loading.mjs.map +1 -1
  577. package/fesm2020/ng-nest-ui-menu.mjs +16 -16
  578. package/fesm2020/ng-nest-ui-menu.mjs.map +1 -1
  579. package/fesm2020/ng-nest-ui-message-box.mjs +13 -11
  580. package/fesm2020/ng-nest-ui-message-box.mjs.map +1 -1
  581. package/fesm2020/ng-nest-ui-message.mjs +13 -11
  582. package/fesm2020/ng-nest-ui-message.mjs.map +1 -1
  583. package/fesm2020/ng-nest-ui-notification.mjs +13 -11
  584. package/fesm2020/ng-nest-ui-notification.mjs.map +1 -1
  585. package/fesm2020/ng-nest-ui-outlet.mjs +7 -7
  586. package/fesm2020/ng-nest-ui-outlet.mjs.map +1 -1
  587. package/fesm2020/ng-nest-ui-page-header.mjs +10 -10
  588. package/fesm2020/ng-nest-ui-page-header.mjs.map +1 -1
  589. package/fesm2020/ng-nest-ui-pagination.mjs +17 -12
  590. package/fesm2020/ng-nest-ui-pagination.mjs.map +1 -1
  591. package/fesm2020/ng-nest-ui-pattern.mjs +7 -7
  592. package/fesm2020/ng-nest-ui-pattern.mjs.map +1 -1
  593. package/fesm2020/ng-nest-ui-popconfirm.mjs +10 -10
  594. package/fesm2020/ng-nest-ui-popconfirm.mjs.map +1 -1
  595. package/fesm2020/ng-nest-ui-popover.mjs +39 -17
  596. package/fesm2020/ng-nest-ui-popover.mjs.map +1 -1
  597. package/fesm2020/ng-nest-ui-portal.mjs +67 -12
  598. package/fesm2020/ng-nest-ui-portal.mjs.map +1 -1
  599. package/fesm2020/ng-nest-ui-progress.mjs +11 -11
  600. package/fesm2020/ng-nest-ui-progress.mjs.map +1 -1
  601. package/fesm2020/ng-nest-ui-radio.mjs +10 -10
  602. package/fesm2020/ng-nest-ui-radio.mjs.map +1 -1
  603. package/fesm2020/ng-nest-ui-rate.mjs +10 -10
  604. package/fesm2020/ng-nest-ui-rate.mjs.map +1 -1
  605. package/fesm2020/ng-nest-ui-resizable.mjs +337 -0
  606. package/fesm2020/ng-nest-ui-resizable.mjs.map +1 -0
  607. package/fesm2020/ng-nest-ui-result.mjs +10 -10
  608. package/fesm2020/ng-nest-ui-result.mjs.map +1 -1
  609. package/fesm2020/ng-nest-ui-ripple.mjs +10 -10
  610. package/fesm2020/ng-nest-ui-ripple.mjs.map +1 -1
  611. package/fesm2020/ng-nest-ui-select.mjs +21 -14
  612. package/fesm2020/ng-nest-ui-select.mjs.map +1 -1
  613. package/fesm2020/ng-nest-ui-skeleton.mjs +10 -10
  614. package/fesm2020/ng-nest-ui-skeleton.mjs.map +1 -1
  615. package/fesm2020/ng-nest-ui-slider-select.mjs +33 -17
  616. package/fesm2020/ng-nest-ui-slider-select.mjs.map +1 -1
  617. package/fesm2020/ng-nest-ui-slider.mjs +13 -11
  618. package/fesm2020/ng-nest-ui-slider.mjs.map +1 -1
  619. package/fesm2020/ng-nest-ui-statistic.mjs +16 -16
  620. package/fesm2020/ng-nest-ui-statistic.mjs.map +1 -1
  621. package/fesm2020/ng-nest-ui-steps.mjs +10 -10
  622. package/fesm2020/ng-nest-ui-steps.mjs.map +1 -1
  623. package/fesm2020/ng-nest-ui-switch.mjs +10 -10
  624. package/fesm2020/ng-nest-ui-switch.mjs.map +1 -1
  625. package/fesm2020/ng-nest-ui-table.mjs +51 -34
  626. package/fesm2020/ng-nest-ui-table.mjs.map +1 -1
  627. package/fesm2020/ng-nest-ui-tabs.mjs +26 -21
  628. package/fesm2020/ng-nest-ui-tabs.mjs.map +1 -1
  629. package/fesm2020/ng-nest-ui-tag.mjs +57 -15
  630. package/fesm2020/ng-nest-ui-tag.mjs.map +1 -1
  631. package/fesm2020/ng-nest-ui-text-retract.mjs +10 -10
  632. package/fesm2020/ng-nest-ui-text-retract.mjs.map +1 -1
  633. package/fesm2020/ng-nest-ui-textarea.mjs +10 -10
  634. package/fesm2020/ng-nest-ui-textarea.mjs.map +1 -1
  635. package/fesm2020/ng-nest-ui-theme.mjs +10 -10
  636. package/fesm2020/ng-nest-ui-theme.mjs.map +1 -1
  637. package/fesm2020/ng-nest-ui-time-ago.mjs +7 -7
  638. package/fesm2020/ng-nest-ui-time-ago.mjs.map +1 -1
  639. package/fesm2020/ng-nest-ui-time-picker.mjs +16 -16
  640. package/fesm2020/ng-nest-ui-time-picker.mjs.map +1 -1
  641. package/fesm2020/ng-nest-ui-time-range.mjs +7 -7
  642. package/fesm2020/ng-nest-ui-time-range.mjs.map +1 -1
  643. package/fesm2020/ng-nest-ui-timeline.mjs +28 -11
  644. package/fesm2020/ng-nest-ui-timeline.mjs.map +1 -1
  645. package/fesm2020/ng-nest-ui-tooltip.mjs +25 -15
  646. package/fesm2020/ng-nest-ui-tooltip.mjs.map +1 -1
  647. package/fesm2020/ng-nest-ui-transfer.mjs +10 -10
  648. package/fesm2020/ng-nest-ui-transfer.mjs.map +1 -1
  649. package/fesm2020/ng-nest-ui-tree-file.mjs +10 -10
  650. package/fesm2020/ng-nest-ui-tree-file.mjs.map +1 -1
  651. package/fesm2020/ng-nest-ui-tree.mjs +16 -16
  652. package/fesm2020/ng-nest-ui-tree.mjs.map +1 -1
  653. package/fesm2020/ng-nest-ui-typography.mjs +10 -10
  654. package/fesm2020/ng-nest-ui-typography.mjs.map +1 -1
  655. package/fesm2020/ng-nest-ui-upload.mjs +20 -15
  656. package/fesm2020/ng-nest-ui-upload.mjs.map +1 -1
  657. package/fesm2020/ng-nest-ui.mjs +2 -0
  658. package/fesm2020/ng-nest-ui.mjs.map +1 -1
  659. package/index.d.ts +2 -0
  660. package/list/list.module.d.ts +2 -1
  661. package/list/list.property.d.ts +12 -2
  662. package/package.json +9 -1
  663. package/pagination/pagination.property.d.ts +5 -0
  664. package/popover/popover.directive.d.ts +1 -0
  665. package/popover/popover.property.d.ts +11 -1
  666. package/portal/portal.property.d.ts +1 -0
  667. package/portal/portal.service.d.ts +11 -3
  668. package/resizable/ng-nest-ui-resizable.d.ts +5 -0
  669. package/resizable/package.json +10 -0
  670. package/resizable/public-api.d.ts +3 -0
  671. package/resizable/resizable.directive.d.ts +57 -0
  672. package/resizable/resizable.module.d.ts +8 -0
  673. package/resizable/resizable.property.d.ts +92 -0
  674. package/select/select-portal.component.d.ts +1 -0
  675. package/select/select.property.d.ts +6 -1
  676. package/slider/slider.property.d.ts +5 -0
  677. package/slider-select/slider-select.property.d.ts +7 -2
  678. package/style/core/cdk.scss +3 -0
  679. package/style/core/index.css +185 -0
  680. package/style/core/index.css.map +1 -1
  681. package/style/core/index.scss +1 -0
  682. package/style/core/portal.scss +5 -0
  683. package/style/directives/index.scss +1 -0
  684. package/style/directives/resizable/index.scss +6 -0
  685. package/style/directives/resizable/mixin.scss +53 -0
  686. package/style/directives/resizable/param.scss +3 -0
  687. package/style/directives/ripple/mixin.scss +8 -8
  688. package/table/table.component.d.ts +1 -0
  689. package/table/table.property.d.ts +16 -1
  690. package/tabs/tabs.property.d.ts +16 -1
  691. package/tag/examples/en_US/default/checked/README.md +6 -0
  692. package/tag/examples/en_US/default/color/README.md +6 -0
  693. package/tag/examples/zh_CN/default/checked/README.md +6 -0
  694. package/tag/examples/zh_CN/default/color/README.md +6 -0
  695. package/tag/tag.component.d.ts +5 -0
  696. package/tag/tag.property.d.ts +23 -1
  697. package/timeline/examples/en_US/default/loading/README.md +6 -0
  698. package/timeline/examples/zh_CN/default/loading/README.md +6 -0
  699. package/timeline/timeline.component.d.ts +1 -0
  700. package/timeline/timeline.property.d.ts +16 -1
  701. package/tooltip/tooltip.property.d.ts +6 -1
@@ -43,8 +43,8 @@ export class XTextareaProperty extends XControlValueAccessor {
43
43
  this.clearEmit = new EventEmitter();
44
44
  }
45
45
  }
46
- /** @nocollapse */ /** @nocollapse */ XTextareaProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTextareaProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
47
- /** @nocollapse */ /** @nocollapse */ XTextareaProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XTextareaProperty, selector: "ng-component", inputs: { clearable: "clearable", icon: "icon", iconLayout: "iconLayout", iconSpin: "iconSpin", maxlength: "maxlength", height: "height" }, outputs: { clearEmit: "clearEmit" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
46
+ /** @nocollapse */ /** @nocollapse */ XTextareaProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTextareaProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
47
+ /** @nocollapse */ /** @nocollapse */ XTextareaProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XTextareaProperty, selector: "ng-component", inputs: { clearable: "clearable", icon: "icon", iconLayout: "iconLayout", iconSpin: "iconSpin", maxlength: "maxlength", height: "height" }, outputs: { clearEmit: "clearEmit" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
48
48
  __decorate([
49
49
  XWithConfig(X_CONFIG_NAME, false),
50
50
  XInputBoolean()
@@ -58,7 +58,7 @@ __decorate([
58
58
  __decorate([
59
59
  XInputNumber()
60
60
  ], XTextareaProperty.prototype, "maxlength", void 0);
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTextareaProperty, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTextareaProperty, decorators: [{
62
62
  type: Component,
63
63
  args: [{ template: '' }]
64
64
  }], propDecorators: { clearable: [{
@@ -154,9 +154,9 @@ export class XThemeComponent extends XThemeProperty {
154
154
  this.darkChange.emit(this.dark);
155
155
  }
156
156
  }
157
- /** @nocollapse */ /** @nocollapse */ XThemeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XThemeComponent, deps: [{ token: i1.XConfigService }, { token: i2.XI18nService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
158
- /** @nocollapse */ /** @nocollapse */ XThemeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XThemeComponent, selector: "x-theme", providers: [XValueAccessor(XThemeComponent)], usesInheritance: true, ngImport: i0, template: "<div class=\"x-theme\">\r\n <x-row>\r\n <x-col [style.width.rem]=\"8\" *ngIf=\"showDark\">\r\n <x-switch direction=\"row\" [label]=\"locale?.darkMode\" [(ngModel)]=\"dark\" (ngModelChange)=\"darkChanges()\"></x-switch>\r\n </x-col>\r\n <x-col [style.width.rem]=\"8\">\r\n <x-button (click)=\"default()\">{{ locale?.initDefault }}</x-button>\r\n </x-col>\r\n </x-row>\r\n <x-form [formGroup]=\"formGroup\" [controls]=\"controls\" [width]=\"width\" span=\"2\" space=\"1\"></x-form>\r\n</div>\r\n", styles: [".x-theme{margin:0;padding:0;display:inline-block}.x-theme x-color-picker:not(:first-child){margin-left:.125rem}.x-theme-darken,.x-theme-default,.x-theme-gradual{display:flex}.x-theme-default x-color-picker{width:9.25rem}\n"], components: [{ type: i3.XRowComponent, selector: "x-row" }, { type: i3.XColComponent, selector: "x-col" }, { type: i4.XSwitchComponent, selector: "x-switch" }, { type: i5.XButtonComponent, selector: "x-button" }, { type: i6.XFormComponent, selector: "x-form" }], directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i8.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i8.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i8.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XThemeComponent, decorators: [{
157
+ /** @nocollapse */ /** @nocollapse */ XThemeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeComponent, deps: [{ token: i1.XConfigService }, { token: i2.XI18nService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
158
+ /** @nocollapse */ /** @nocollapse */ XThemeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XThemeComponent, selector: "x-theme", providers: [XValueAccessor(XThemeComponent)], usesInheritance: true, ngImport: i0, template: "<div class=\"x-theme\">\r\n <x-row>\r\n <x-col [style.width.rem]=\"8\" *ngIf=\"showDark\">\r\n <x-switch direction=\"row\" [label]=\"locale?.darkMode\" [(ngModel)]=\"dark\" (ngModelChange)=\"darkChanges()\"></x-switch>\r\n </x-col>\r\n <x-col [style.width.rem]=\"8\">\r\n <x-button (click)=\"default()\">{{ locale?.initDefault }}</x-button>\r\n </x-col>\r\n </x-row>\r\n <x-form [formGroup]=\"formGroup\" [controls]=\"controls\" [width]=\"width\" span=\"2\" space=\"1\"></x-form>\r\n</div>\r\n", styles: [".x-theme{margin:0;padding:0;display:inline-block}.x-theme x-color-picker:not(:first-child){margin-left:.125rem}.x-theme-darken,.x-theme-default,.x-theme-gradual{display:flex}.x-theme-default x-color-picker{width:9.25rem}\n"], components: [{ type: i3.XRowComponent, selector: "x-row" }, { type: i3.XColComponent, selector: "x-col" }, { type: i4.XSwitchComponent, selector: "x-switch" }, { type: i5.XButtonComponent, selector: "x-button" }, { type: i6.XFormComponent, selector: "x-form" }], directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i8.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i8.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i8.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeComponent, decorators: [{
160
160
  type: Component,
161
161
  args: [{ selector: 'x-theme', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [XValueAccessor(XThemeComponent)], template: "<div class=\"x-theme\">\r\n <x-row>\r\n <x-col [style.width.rem]=\"8\" *ngIf=\"showDark\">\r\n <x-switch direction=\"row\" [label]=\"locale?.darkMode\" [(ngModel)]=\"dark\" (ngModelChange)=\"darkChanges()\"></x-switch>\r\n </x-col>\r\n <x-col [style.width.rem]=\"8\">\r\n <x-button (click)=\"default()\">{{ locale?.initDefault }}</x-button>\r\n </x-col>\r\n </x-row>\r\n <x-form [formGroup]=\"formGroup\" [controls]=\"controls\" [width]=\"width\" span=\"2\" space=\"1\"></x-form>\r\n</div>\r\n", styles: [".x-theme{margin:0;padding:0;display:inline-block}.x-theme x-color-picker:not(:first-child){margin-left:.125rem}.x-theme-darken,.x-theme-default,.x-theme-gradual{display:flex}.x-theme-default x-color-picker{width:9.25rem}\n"] }]
162
162
  }], ctorParameters: function () { return [{ type: i1.XConfigService }, { type: i2.XI18nService }, { type: i0.ChangeDetectorRef }]; } });
@@ -12,8 +12,8 @@ import { XBaseFormModule } from '@ng-nest/ui/base-form';
12
12
  import * as i0 from "@angular/core";
13
13
  export class XThemeModule {
14
14
  }
15
- /** @nocollapse */ /** @nocollapse */ XThemeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
- /** @nocollapse */ /** @nocollapse */ XThemeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XThemeModule, declarations: [XThemeComponent, XThemeProperty], imports: [CommonModule,
15
+ /** @nocollapse */ /** @nocollapse */ XThemeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
+ /** @nocollapse */ /** @nocollapse */ XThemeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeModule, declarations: [XThemeComponent, XThemeProperty], imports: [CommonModule,
17
17
  FormsModule,
18
18
  ReactiveFormsModule,
19
19
  XSwitchModule,
@@ -22,7 +22,7 @@ export class XThemeModule {
22
22
  XFormModule,
23
23
  XI18nModule,
24
24
  XBaseFormModule], exports: [XThemeComponent] });
25
- /** @nocollapse */ /** @nocollapse */ XThemeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XThemeModule, imports: [[
25
+ /** @nocollapse */ /** @nocollapse */ XThemeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeModule, imports: [[
26
26
  CommonModule,
27
27
  FormsModule,
28
28
  ReactiveFormsModule,
@@ -33,7 +33,7 @@ export class XThemeModule {
33
33
  XI18nModule,
34
34
  XBaseFormModule
35
35
  ]] });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XThemeModule, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeModule, decorators: [{
37
37
  type: NgModule,
38
38
  args: [{
39
39
  declarations: [XThemeComponent, XThemeProperty],
@@ -39,8 +39,8 @@ export class XThemeProperty extends XControlValueAccessor {
39
39
  this.darkChange = new EventEmitter();
40
40
  }
41
41
  }
42
- /** @nocollapse */ /** @nocollapse */ XThemeProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XThemeProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
43
- /** @nocollapse */ /** @nocollapse */ XThemeProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XThemeProperty, selector: "ng-component", inputs: { prefix: "prefix", amounts: "amounts", showDark: "showDark", showDetail: "showDetail", dark: "dark" }, outputs: { defaultClick: "defaultClick", darkChange: "darkChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
42
+ /** @nocollapse */ /** @nocollapse */ XThemeProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
43
+ /** @nocollapse */ /** @nocollapse */ XThemeProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XThemeProperty, selector: "ng-component", inputs: { prefix: "prefix", amounts: "amounts", showDark: "showDark", showDetail: "showDetail", dark: "dark" }, outputs: { defaultClick: "defaultClick", darkChange: "darkChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
44
44
  __decorate([
45
45
  XWithConfig(X_CONFIG_NAME, XThemeAmounts)
46
46
  ], XThemeProperty.prototype, "amounts", void 0);
@@ -53,7 +53,7 @@ __decorate([
53
53
  __decorate([
54
54
  XInputBoolean()
55
55
  ], XThemeProperty.prototype, "dark", void 0);
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XThemeProperty, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeProperty, decorators: [{
57
57
  type: Component,
58
58
  args: [{ template: '' }]
59
59
  }], propDecorators: { prefix: [{
@@ -4,10 +4,10 @@ import { XTimeAgoPipe } from './time-ago.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class XTimeAgoModule {
6
6
  }
7
- /** @nocollapse */ /** @nocollapse */ XTimeAgoModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeAgoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ /** @nocollapse */ XTimeAgoModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeAgoModule, declarations: [XTimeAgoPipe], exports: [XTimeAgoPipe] });
9
- /** @nocollapse */ /** @nocollapse */ XTimeAgoModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeAgoModule, providers: [DatePipe] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeAgoModule, decorators: [{
7
+ /** @nocollapse */ /** @nocollapse */ XTimeAgoModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeAgoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ /** @nocollapse */ XTimeAgoModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeAgoModule, declarations: [XTimeAgoPipe], exports: [XTimeAgoPipe] });
9
+ /** @nocollapse */ /** @nocollapse */ XTimeAgoModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeAgoModule, providers: [DatePipe] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeAgoModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [XTimeAgoPipe],
@@ -60,9 +60,9 @@ export class XTimeAgoPipe {
60
60
  return result;
61
61
  }
62
62
  }
63
- /** @nocollapse */ /** @nocollapse */ XTimeAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeAgoPipe, deps: [{ token: i1.DatePipe }, { token: i2.XI18nService }], target: i0.ɵɵFactoryTarget.Pipe });
64
- /** @nocollapse */ /** @nocollapse */ XTimeAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeAgoPipe, name: "xTimeAgo", pure: false });
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeAgoPipe, decorators: [{
63
+ /** @nocollapse */ /** @nocollapse */ XTimeAgoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeAgoPipe, deps: [{ token: i1.DatePipe }, { token: i2.XI18nService }], target: i0.ɵɵFactoryTarget.Pipe });
64
+ /** @nocollapse */ /** @nocollapse */ XTimeAgoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeAgoPipe, name: "xTimeAgo", pure: false });
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeAgoPipe, decorators: [{
66
66
  type: Pipe,
67
67
  args: [{ name: `${XTimeAgoPrefix}`, pure: false }]
68
68
  }], ctorParameters: function () { return [{ type: i1.DatePipe }, { type: i2.XI18nService }]; } });
@@ -116,9 +116,9 @@ export class XTimePickerFrameComponent {
116
116
  });
117
117
  }
118
118
  }
119
- /** @nocollapse */ /** @nocollapse */ XTimePickerFrameComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerFrameComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
120
- /** @nocollapse */ /** @nocollapse */ XTimePickerFrameComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XTimePickerFrameComponent, selector: "x-time-picker-frame", inputs: { type: "type", value: "value" }, outputs: { nodeEmit: "nodeEmit" }, viewQueries: [{ propertyName: "hourRef", first: true, predicate: ["hourRef"], descendants: true }, { propertyName: "minuteRef", first: true, predicate: ["minuteRef"], descendants: true }, { propertyName: "secondRef", first: true, predicate: ["secondRef"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"x-time-picker-frame\">\r\n <div class=\"x-time-picker-frame-hour\" #hourRef>\r\n <x-list [data]=\"hourDate\" [(ngModel)]=\"hour\" (nodeClick)=\"hourClick($event)\"></x-list>\r\n </div>\r\n <div class=\"x-time-picker-frame-minute\" #minuteRef [hidden]=\"type === 'hour'\">\r\n <x-list [data]=\"minuteDate\" [(ngModel)]=\"minute\" (nodeClick)=\"minuteClick($event)\"></x-list>\r\n </div>\r\n <div class=\"x-time-picker-frame-second\" #secondRef [hidden]=\"type !== 'time'\">\r\n <x-list [data]=\"secondDate\" [(ngModel)]=\"second\" (nodeClick)=\"secondClick($event)\"></x-list>\r\n </div>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";.x-time-picker-frame{margin:0;padding:0;margin:.0625rem 0;font-size:var(--x-font-size);color:var(--x-text);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color);background-color:var(--x-background);font-size:var(--x-font-size-small);display:block;height:100%}.x-time-picker-frame>div:not(:first-child){border-left:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-time-picker-frame-hour,.x-time-picker-frame-minute,.x-time-picker-frame-second{position:relative;float:left;overflow:hidden;width:3.625rem;max-height:15rem;padding-bottom:13.125rem}.x-time-picker-frame-hour:hover,.x-time-picker-frame-minute:hover,.x-time-picker-frame-second:hover{overflow-y:auto}.x-time-picker-frame-hour>x-list>.x-list,.x-time-picker-frame-minute>x-list>.x-list,.x-time-picker-frame-second>x-list>.x-list{width:3.625rem}.x-time-picker-frame-hour>x-list>.x-list>x-list-option,.x-time-picker-frame-minute>x-list>.x-list>x-list-option,.x-time-picker-frame-second>x-list>.x-list>x-list-option{min-width:3.625rem}.x-time-picker-frame-hour>x-list>.x-list>x-list-option>.x-list-option,.x-time-picker-frame-minute>x-list>.x-list>x-list-option>.x-list-option,.x-time-picker-frame-second>x-list>.x-list>x-list-option>.x-list-option{padding-left:.6rem}.x-time-picker-frame-hour>x-list>.x-list>x-list-option>.x-list-option:not(:first-child),.x-time-picker-frame-minute>x-list>.x-list>x-list-option>.x-list-option:not(:first-child),.x-time-picker-frame-second>x-list>.x-list>x-list-option>.x-list-option:not(:first-child){margin-top:0}\n"], components: [{ type: i1.XListComponent, selector: "x-list" }], directives: [{ type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
121
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerFrameComponent, decorators: [{
119
+ /** @nocollapse */ /** @nocollapse */ XTimePickerFrameComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerFrameComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
120
+ /** @nocollapse */ /** @nocollapse */ XTimePickerFrameComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XTimePickerFrameComponent, selector: "x-time-picker-frame", inputs: { type: "type", value: "value" }, outputs: { nodeEmit: "nodeEmit" }, viewQueries: [{ propertyName: "hourRef", first: true, predicate: ["hourRef"], descendants: true }, { propertyName: "minuteRef", first: true, predicate: ["minuteRef"], descendants: true }, { propertyName: "secondRef", first: true, predicate: ["secondRef"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"x-time-picker-frame\">\r\n <div class=\"x-time-picker-frame-hour\" #hourRef>\r\n <x-list [data]=\"hourDate\" [(ngModel)]=\"hour\" (nodeClick)=\"hourClick($event)\"></x-list>\r\n </div>\r\n <div class=\"x-time-picker-frame-minute\" #minuteRef [hidden]=\"type === 'hour'\">\r\n <x-list [data]=\"minuteDate\" [(ngModel)]=\"minute\" (nodeClick)=\"minuteClick($event)\"></x-list>\r\n </div>\r\n <div class=\"x-time-picker-frame-second\" #secondRef [hidden]=\"type !== 'time'\">\r\n <x-list [data]=\"secondDate\" [(ngModel)]=\"second\" (nodeClick)=\"secondClick($event)\"></x-list>\r\n </div>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";.x-time-picker-frame{margin:0;padding:0;margin:.0625rem 0;font-size:var(--x-font-size);color:var(--x-text);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color);background-color:var(--x-background);font-size:var(--x-font-size-small);display:block;height:100%}.x-time-picker-frame>div:not(:first-child){border-left:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-time-picker-frame-hour,.x-time-picker-frame-minute,.x-time-picker-frame-second{position:relative;float:left;overflow:hidden;width:3.625rem;max-height:15rem;padding-bottom:13.125rem}.x-time-picker-frame-hour:hover,.x-time-picker-frame-minute:hover,.x-time-picker-frame-second:hover{overflow-y:auto}.x-time-picker-frame-hour>x-list>.x-list,.x-time-picker-frame-minute>x-list>.x-list,.x-time-picker-frame-second>x-list>.x-list{width:3.625rem}.x-time-picker-frame-hour>x-list>.x-list>x-list-option,.x-time-picker-frame-minute>x-list>.x-list>x-list-option,.x-time-picker-frame-second>x-list>.x-list>x-list-option{min-width:3.625rem}.x-time-picker-frame-hour>x-list>.x-list>x-list-option>.x-list-option,.x-time-picker-frame-minute>x-list>.x-list>x-list-option>.x-list-option,.x-time-picker-frame-second>x-list>.x-list>x-list-option>.x-list-option{padding-left:.6rem}.x-time-picker-frame-hour>x-list>.x-list>x-list-option>.x-list-option:not(:first-child),.x-time-picker-frame-minute>x-list>.x-list>x-list-option>.x-list-option:not(:first-child),.x-time-picker-frame-second>x-list>.x-list>x-list-option>.x-list-option:not(:first-child){margin-top:0}\n"], components: [{ type: i1.XListComponent, selector: "x-list" }], directives: [{ type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
121
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerFrameComponent, decorators: [{
122
122
  type: Component,
123
123
  args: [{ selector: `${XTimePickerFramePrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"x-time-picker-frame\">\r\n <div class=\"x-time-picker-frame-hour\" #hourRef>\r\n <x-list [data]=\"hourDate\" [(ngModel)]=\"hour\" (nodeClick)=\"hourClick($event)\"></x-list>\r\n </div>\r\n <div class=\"x-time-picker-frame-minute\" #minuteRef [hidden]=\"type === 'hour'\">\r\n <x-list [data]=\"minuteDate\" [(ngModel)]=\"minute\" (nodeClick)=\"minuteClick($event)\"></x-list>\r\n </div>\r\n <div class=\"x-time-picker-frame-second\" #secondRef [hidden]=\"type !== 'time'\">\r\n <x-list [data]=\"secondDate\" [(ngModel)]=\"second\" (nodeClick)=\"secondClick($event)\"></x-list>\r\n </div>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";.x-time-picker-frame{margin:0;padding:0;margin:.0625rem 0;font-size:var(--x-font-size);color:var(--x-text);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color);background-color:var(--x-background);font-size:var(--x-font-size-small);display:block;height:100%}.x-time-picker-frame>div:not(:first-child){border-left:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-time-picker-frame-hour,.x-time-picker-frame-minute,.x-time-picker-frame-second{position:relative;float:left;overflow:hidden;width:3.625rem;max-height:15rem;padding-bottom:13.125rem}.x-time-picker-frame-hour:hover,.x-time-picker-frame-minute:hover,.x-time-picker-frame-second:hover{overflow-y:auto}.x-time-picker-frame-hour>x-list>.x-list,.x-time-picker-frame-minute>x-list>.x-list,.x-time-picker-frame-second>x-list>.x-list{width:3.625rem}.x-time-picker-frame-hour>x-list>.x-list>x-list-option,.x-time-picker-frame-minute>x-list>.x-list>x-list-option,.x-time-picker-frame-second>x-list>.x-list>x-list-option{min-width:3.625rem}.x-time-picker-frame-hour>x-list>.x-list>x-list-option>.x-list-option,.x-time-picker-frame-minute>x-list>.x-list>x-list-option>.x-list-option,.x-time-picker-frame-second>x-list>.x-list>x-list-option>.x-list-option{padding-left:.6rem}.x-time-picker-frame-hour>x-list>.x-list>x-list-option>.x-list-option:not(:first-child),.x-time-picker-frame-minute>x-list>.x-list>x-list-option>.x-list-option:not(:first-child),.x-time-picker-frame-second>x-list>.x-list>x-list-option>.x-list-option:not(:first-child){margin-top:0}\n"] }]
124
124
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { type: [{
@@ -36,9 +36,9 @@ export class XTimePickerPortalComponent {
36
36
  event.stopPropagation();
37
37
  }
38
38
  }
39
- /** @nocollapse */ /** @nocollapse */ XTimePickerPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerPortalComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
40
- /** @nocollapse */ /** @nocollapse */ XTimePickerPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XTimePickerPortalComponent, selector: "x-time-picker-portal", host: { listeners: { "@x-connect-base-animation.done": "done($event)", "@x-connect-base-animation.start": "start($event)" }, properties: { "@x-connect-base-animation": "this.placement" } }, ngImport: i0, template: "<div class=\"x-time-picker-portal\" (click)=\"inputCom.inputFocus(); stopPropagation($event)\">\r\n <x-time-picker-frame [type]=\"type\" [value]=\"value\" (nodeEmit)=\"nodeEmit($event)\"></x-time-picker-frame>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";.x-time-picker-portal{display:block;height:100%}\n"], components: [{ type: i1.XTimePickerFrameComponent, selector: "x-time-picker-frame", inputs: ["type", "value"], outputs: ["nodeEmit"] }], animations: [XConnectBaseAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerPortalComponent, decorators: [{
39
+ /** @nocollapse */ /** @nocollapse */ XTimePickerPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerPortalComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
40
+ /** @nocollapse */ /** @nocollapse */ XTimePickerPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XTimePickerPortalComponent, selector: "x-time-picker-portal", host: { listeners: { "@x-connect-base-animation.done": "done($event)", "@x-connect-base-animation.start": "start($event)" }, properties: { "@x-connect-base-animation": "this.placement" } }, ngImport: i0, template: "<div class=\"x-time-picker-portal\" (click)=\"inputCom.inputFocus(); stopPropagation($event)\">\r\n <x-time-picker-frame [type]=\"type\" [value]=\"value\" (nodeEmit)=\"nodeEmit($event)\"></x-time-picker-frame>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";.x-time-picker-portal{display:block;height:100%}\n"], components: [{ type: i1.XTimePickerFrameComponent, selector: "x-time-picker-frame", inputs: ["type", "value"], outputs: ["nodeEmit"] }], animations: [XConnectBaseAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerPortalComponent, decorators: [{
42
42
  type: Component,
43
43
  args: [{ selector: `${XTimePickerPortalPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [XConnectBaseAnimation], template: "<div class=\"x-time-picker-portal\" (click)=\"inputCom.inputFocus(); stopPropagation($event)\">\r\n <x-time-picker-frame [type]=\"type\" [value]=\"value\" (nodeEmit)=\"nodeEmit($event)\"></x-time-picker-frame>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";.x-time-picker-portal{display:block;height:100%}\n"] }]
44
44
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { placement: [{
@@ -212,9 +212,9 @@ export class XTimePickerComponent extends XTimePickerProperty {
212
212
  this.cdr.detectChanges();
213
213
  }
214
214
  }
215
- /** @nocollapse */ /** @nocollapse */ XTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XPortalService }, { token: i0.ViewContainerRef }, { token: i2.DatePipe }, { token: i3.Overlay }], target: i0.ɵɵFactoryTarget.Component });
216
- /** @nocollapse */ /** @nocollapse */ XTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XTimePickerComponent, selector: "x-time-picker", providers: [XValueAccessor(XTimePickerComponent), DatePipe], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datePicker"], descendants: true, static: true }, { propertyName: "inputCom", first: true, predicate: ["inputCom"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #datePicker class=\"x-time-picker\">\r\n <div class=\"x-time-picker-row\">\r\n <x-input\r\n #inputCom\r\n type=\"text\"\r\n [label]=\"label\"\r\n [labelWidth]=\"labelWidth\"\r\n [labelAlign]=\"labelAlign\"\r\n [justify]=\"justify\"\r\n [align]=\"align\"\r\n [direction]=\"direction\"\r\n [disabled]=\"disabled\"\r\n [required]=\"required\"\r\n [icon]=\"icon\"\r\n [placeholder]=\"placeholder\"\r\n [readonly]=\"readonly\"\r\n [clearable]=\"clearable\"\r\n [(ngModel)]=\"displayValue\"\r\n [valueTpl]=\"valueTpl\"\r\n [valueTplContext]=\"valueTplContext\"\r\n [size]=\"size\"\r\n [bordered]=\"bordered\"\r\n [before]=\"before\"\r\n [after]=\"after\"\r\n [pattern]=\"pattern\"\r\n [message]=\"message\"\r\n [pointer]=\"true\"\r\n [(active)]=\"active\"\r\n (clearEmit)=\"clearEmit()\"\r\n (xClick)=\"showPortal()\"\r\n (xMouseenter)=\"menter()\"\r\n (xMouseleave)=\"mleave()\"\r\n ></x-input>\r\n </div>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";x-time-picker{display:inline-block}.x-time-picker{margin:0;padding:0;width:100%}.x-time-picker x-input{width:100%}\n"], components: [{ type: i4.XInputComponent, selector: "x-input" }], directives: [{ type: i5.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i5.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerComponent, decorators: [{
215
+ /** @nocollapse */ /** @nocollapse */ XTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XPortalService }, { token: i0.ViewContainerRef }, { token: i2.DatePipe }, { token: i3.Overlay }], target: i0.ɵɵFactoryTarget.Component });
216
+ /** @nocollapse */ /** @nocollapse */ XTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XTimePickerComponent, selector: "x-time-picker", providers: [XValueAccessor(XTimePickerComponent), DatePipe], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datePicker"], descendants: true, static: true }, { propertyName: "inputCom", first: true, predicate: ["inputCom"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #datePicker class=\"x-time-picker\">\r\n <div class=\"x-time-picker-row\">\r\n <x-input\r\n #inputCom\r\n type=\"text\"\r\n [label]=\"label\"\r\n [labelWidth]=\"labelWidth\"\r\n [labelAlign]=\"labelAlign\"\r\n [justify]=\"justify\"\r\n [align]=\"align\"\r\n [direction]=\"direction\"\r\n [disabled]=\"disabled\"\r\n [required]=\"required\"\r\n [icon]=\"icon\"\r\n [placeholder]=\"placeholder\"\r\n [readonly]=\"readonly\"\r\n [clearable]=\"clearable\"\r\n [(ngModel)]=\"displayValue\"\r\n [valueTpl]=\"valueTpl\"\r\n [valueTplContext]=\"valueTplContext\"\r\n [size]=\"size\"\r\n [bordered]=\"bordered\"\r\n [before]=\"before\"\r\n [after]=\"after\"\r\n [pattern]=\"pattern\"\r\n [message]=\"message\"\r\n [pointer]=\"true\"\r\n [(active)]=\"active\"\r\n (clearEmit)=\"clearEmit()\"\r\n (xClick)=\"showPortal()\"\r\n (xMouseenter)=\"menter()\"\r\n (xMouseleave)=\"mleave()\"\r\n ></x-input>\r\n </div>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";x-time-picker{display:inline-block}.x-time-picker{margin:0;padding:0;width:100%}.x-time-picker x-input{width:100%}\n"], components: [{ type: i4.XInputComponent, selector: "x-input" }], directives: [{ type: i5.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i5.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerComponent, decorators: [{
218
218
  type: Component,
219
219
  args: [{ selector: `${XTimePickerPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [XValueAccessor(XTimePickerComponent), DatePipe], template: "<div #datePicker class=\"x-time-picker\">\r\n <div class=\"x-time-picker-row\">\r\n <x-input\r\n #inputCom\r\n type=\"text\"\r\n [label]=\"label\"\r\n [labelWidth]=\"labelWidth\"\r\n [labelAlign]=\"labelAlign\"\r\n [justify]=\"justify\"\r\n [align]=\"align\"\r\n [direction]=\"direction\"\r\n [disabled]=\"disabled\"\r\n [required]=\"required\"\r\n [icon]=\"icon\"\r\n [placeholder]=\"placeholder\"\r\n [readonly]=\"readonly\"\r\n [clearable]=\"clearable\"\r\n [(ngModel)]=\"displayValue\"\r\n [valueTpl]=\"valueTpl\"\r\n [valueTplContext]=\"valueTplContext\"\r\n [size]=\"size\"\r\n [bordered]=\"bordered\"\r\n [before]=\"before\"\r\n [after]=\"after\"\r\n [pattern]=\"pattern\"\r\n [message]=\"message\"\r\n [pointer]=\"true\"\r\n [(active)]=\"active\"\r\n (clearEmit)=\"clearEmit()\"\r\n (xClick)=\"showPortal()\"\r\n (xMouseenter)=\"menter()\"\r\n (xMouseleave)=\"mleave()\"\r\n ></x-input>\r\n </div>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";x-time-picker{display:inline-block}.x-time-picker{margin:0;padding:0;width:100%}.x-time-picker x-input{width:100%}\n"] }]
220
220
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.XPortalService }, { type: i0.ViewContainerRef }, { type: i2.DatePipe }, { type: i3.Overlay }]; }, propDecorators: { datePicker: [{
@@ -14,8 +14,8 @@ import { XTimePickerFrameComponent } from './time-picker-frame.component';
14
14
  import * as i0 from "@angular/core";
15
15
  export class XTimePickerModule {
16
16
  }
17
- /** @nocollapse */ /** @nocollapse */ XTimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
- /** @nocollapse */ /** @nocollapse */ XTimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerModule, declarations: [XTimePickerComponent, XTimePickerPortalComponent, XTimePickerFrameComponent, XTimePickerProperty], imports: [CommonModule,
17
+ /** @nocollapse */ /** @nocollapse */ XTimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
+ /** @nocollapse */ /** @nocollapse */ XTimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerModule, declarations: [XTimePickerComponent, XTimePickerPortalComponent, XTimePickerFrameComponent, XTimePickerProperty], imports: [CommonModule,
19
19
  FormsModule,
20
20
  ReactiveFormsModule,
21
21
  XPortalModule,
@@ -24,7 +24,7 @@ export class XTimePickerModule {
24
24
  XButtonModule,
25
25
  XIconModule,
26
26
  XBaseFormModule], exports: [XTimePickerComponent, XTimePickerPortalComponent, XTimePickerFrameComponent] });
27
- /** @nocollapse */ /** @nocollapse */ XTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerModule, imports: [[
27
+ /** @nocollapse */ /** @nocollapse */ XTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerModule, imports: [[
28
28
  CommonModule,
29
29
  FormsModule,
30
30
  ReactiveFormsModule,
@@ -35,7 +35,7 @@ export class XTimePickerModule {
35
35
  XIconModule,
36
36
  XBaseFormModule
37
37
  ]] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerModule, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerModule, decorators: [{
39
39
  type: NgModule,
40
40
  args: [{
41
41
  declarations: [XTimePickerComponent, XTimePickerPortalComponent, XTimePickerFrameComponent, XTimePickerProperty],
@@ -28,8 +28,8 @@ export class XTimePickerProperty extends XControlValueAccessor {
28
28
  this.nodeEmit = new EventEmitter();
29
29
  }
30
30
  }
31
- /** @nocollapse */ /** @nocollapse */ XTimePickerProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
32
- /** @nocollapse */ /** @nocollapse */ XTimePickerProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XTimePickerProperty, selector: "ng-component", inputs: { type: "type", format: "format", placement: "placement", size: "size", bordered: "bordered" }, outputs: { nodeEmit: "nodeEmit" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
31
+ /** @nocollapse */ /** @nocollapse */ XTimePickerProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
32
+ /** @nocollapse */ /** @nocollapse */ XTimePickerProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XTimePickerProperty, selector: "ng-component", inputs: { type: "type", format: "format", placement: "placement", size: "size", bordered: "bordered" }, outputs: { nodeEmit: "nodeEmit" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
33
33
  __decorate([
34
34
  XWithConfig(X_CONFIG_NAME, 'HH:mm:ss')
35
35
  ], XTimePickerProperty.prototype, "format", void 0);
@@ -43,7 +43,7 @@ __decorate([
43
43
  XInputBoolean(),
44
44
  XWithConfig(X_CONFIG_NAME, true)
45
45
  ], XTimePickerProperty.prototype, "bordered", void 0);
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimePickerProperty, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimePickerProperty, decorators: [{
47
47
  type: Component,
48
48
  args: [{ template: '' }]
49
49
  }], propDecorators: { type: [{
@@ -3,10 +3,10 @@ import { XTimeRangePipe } from './time-range.pipe';
3
3
  import * as i0 from "@angular/core";
4
4
  export class XTimeRangeModule {
5
5
  }
6
- /** @nocollapse */ /** @nocollapse */ XTimeRangeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- /** @nocollapse */ /** @nocollapse */ XTimeRangeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeRangeModule, declarations: [XTimeRangePipe], exports: [XTimeRangePipe] });
8
- /** @nocollapse */ /** @nocollapse */ XTimeRangeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeRangeModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeRangeModule, decorators: [{
6
+ /** @nocollapse */ /** @nocollapse */ XTimeRangeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ /** @nocollapse */ /** @nocollapse */ XTimeRangeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeRangeModule, declarations: [XTimeRangePipe], exports: [XTimeRangePipe] });
8
+ /** @nocollapse */ /** @nocollapse */ XTimeRangeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeRangeModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeRangeModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [XTimeRangePipe],
@@ -35,9 +35,9 @@ export class XTimeRangePipe {
35
35
  return Array(length).fill(element).join('');
36
36
  }
37
37
  }
38
- /** @nocollapse */ /** @nocollapse */ XTimeRangePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
39
- /** @nocollapse */ /** @nocollapse */ XTimeRangePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeRangePipe, name: "xTimeRange" });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimeRangePipe, decorators: [{
38
+ /** @nocollapse */ /** @nocollapse */ XTimeRangePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeRangePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
39
+ /** @nocollapse */ /** @nocollapse */ XTimeRangePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeRangePipe, name: "xTimeRange" });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimeRangePipe, decorators: [{
41
41
  type: Pipe,
42
42
  args: [{ name: `${XTimeRangePrefix}` }]
43
43
  }] });
@@ -33,15 +33,32 @@ export class XTimelineComponent extends XTimelineProperty {
33
33
  }
34
34
  setData() {
35
35
  XSetData(this.data, this._unSubject).subscribe((x) => {
36
+ this.setDashed(x);
36
37
  this.nodes = x;
37
38
  this.cdr.detectChanges();
38
39
  });
39
40
  }
41
+ setDashed(nodes) {
42
+ const len = nodes.length;
43
+ if (len <= 1)
44
+ return;
45
+ for (let i = 0; i < nodes.length; i++) {
46
+ let node = nodes[i];
47
+ if (!node.loading)
48
+ continue;
49
+ if (i === 0) {
50
+ node.dashed = true;
51
+ }
52
+ else if (i > 0) {
53
+ nodes[i - 1].dashed = true;
54
+ }
55
+ }
56
+ }
40
57
  }
41
- /** @nocollapse */ /** @nocollapse */ XTimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimelineComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
42
- /** @nocollapse */ /** @nocollapse */ XTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XTimelineComponent, selector: "x-timeline", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div #timeline class=\"x-timeline\" [ngClass]=\"classMap\">\r\n <ul>\r\n <li *ngFor=\"let node of nodes; trackBy: trackByNode\">\r\n <div class=\"x-timeline-tail\"></div>\r\n <div\r\n class=\"x-timeline-icon {{ node.type ? 'x-timeline-' + node.type : '' }} {{\r\n node.size ? 'x-timeline-' + node.size : ''\r\n }}\"\r\n [style.background-color]=\"node.color\"\r\n >\r\n <x-icon *ngIf=\"node.icon\" [type]=\"node.icon\"></x-icon>\r\n </div>\r\n <div class=\"x-timeline-wrapper\">\r\n <ng-container *xOutlet=\"wrapper; context: { $node: node }\">\r\n <div class=\"x-timeline-label\">\r\n <x-link *ngIf=\"node.label\">{{ node.label }}</x-link>\r\n <span class=\"x-timeline-time\">{{ node.time | xTimeAgo }}</span>\r\n </div>\r\n <div class=\"x-timeline-content\">{{ node.content }}</div>\r\n </ng-container>\r\n </div>\r\n </li>\r\n </ul>\r\n</div>\r\n", styles: [".x-timeline{margin:0;padding:0;display:block}.x-timeline>ul{padding-left:.625rem}.x-timeline>ul>li{padding-bottom:1rem;position:relative}.x-timeline>ul>li:last-child .x-timeline-tail{border-left-color:transparent}.x-timeline-tail{position:absolute;height:100%;border-left:.125rem solid var(--x-border)}.x-timeline-icon{position:absolute;background-color:var(--x-border);border-radius:50%;display:flex;justify-content:center;align-items:center;color:var(--x-white);width:1.375rem;height:1.375rem;border:.0625rem solid var(--x-background-100);left:-.625rem}.x-timeline-wrapper{position:relative;padding-left:1.625rem}.x-timeline-label{display:flex;align-items:center;margin-bottom:.125rem}.x-timeline-label>x-link{margin-right:.325rem}.x-timeline-content{color:var(--x-text-300)}.x-timeline-time{font-size:.75rem;color:var(--x-text-400)}.x-timeline-primary{background-color:var(--x-primary)}.x-timeline-success{background-color:var(--x-success)}.x-timeline-warning{background-color:var(--x-warning)}.x-timeline-danger{background-color:var(--x-danger)}.x-timeline-info{background-color:var(--x-info)}.x-timeline-big{width:2.175rem;height:2.175rem;left:-1.025rem;font-size:1.55rem}.x-timeline-large{width:1.875rem;height:1.875rem;left:-.875rem;font-size:1.25rem}.x-timeline-medium{width:1.675rem;height:1.675rem;left:-.775rem;font-size:1.05rem}.x-timeline-small{width:1.5rem;height:1.5rem;left:-.6875rem;font-size:.875rem}.x-timeline-mini{width:1.375rem;height:1.375rem;left:-.625rem;font-size:.75rem}\n"], components: [{ type: i2.XIconComponent, selector: "x-icon" }, { type: i3.XLinkComponent, selector: "x-link" }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }], pipes: { "xTimeAgo": i6.XTimeAgoPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimelineComponent, decorators: [{
58
+ /** @nocollapse */ /** @nocollapse */ XTimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimelineComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
59
+ /** @nocollapse */ /** @nocollapse */ XTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XTimelineComponent, selector: "x-timeline", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div #timeline class=\"x-timeline\" [ngClass]=\"classMap\">\r\n <ul>\r\n <li *ngFor=\"let node of nodes; trackBy: trackByNode\" [class.x-timeline-loading]=\"node.loading\">\r\n <div class=\"x-timeline-tail\" [class.x-timeline-tail-dashed]=\"node.dashed\"></div>\r\n <div\r\n class=\"x-timeline-icon {{ node.type ? 'x-timeline-' + node.type : '' }} {{ node.size ? 'x-timeline-' + node.size : '' }}\"\r\n [style.background-color]=\"node.color\"\r\n >\r\n <x-icon *ngIf=\"node.icon && !node.loading\" [type]=\"node.icon\"></x-icon>\r\n <x-icon *ngIf=\"node.loading\" type=\"fto-loader\" [spin]=\"true\"></x-icon>\r\n </div>\r\n <div class=\"x-timeline-wrapper\">\r\n <ng-container *xOutlet=\"wrapper; context: { $node: node }\">\r\n <div class=\"x-timeline-label\">\r\n <x-link *ngIf=\"node.label\">{{ node.label }}</x-link>\r\n <span class=\"x-timeline-time\">{{ node.time | xTimeAgo }}</span>\r\n </div>\r\n <div class=\"x-timeline-content\">{{ node.content }}</div>\r\n </ng-container>\r\n </div>\r\n </li>\r\n </ul>\r\n</div>\r\n", styles: [".x-timeline{margin:0;padding:0;display:block}.x-timeline>ul{padding-left:.625rem}.x-timeline>ul>li{padding-bottom:1rem;position:relative}.x-timeline>ul>li:last-child .x-timeline-tail{border-left-color:transparent}.x-timeline>ul>li:first-child .x-timeline-tail{top:1.25rem}.x-timeline-tail{position:absolute;height:100%;border-left:.125rem solid var(--x-border)}.x-timeline-tail-dashed{border-left-style:dashed}.x-timeline-icon{position:absolute;background-color:var(--x-border);border-radius:50%;display:flex;justify-content:center;align-items:center;color:var(--x-white);width:1.375rem;height:1.375rem;border:.0625rem solid var(--x-background-100);left:-.625rem}.x-timeline-wrapper{position:relative;padding-left:1.625rem}.x-timeline-label{display:flex;align-items:center;margin-bottom:.125rem}.x-timeline-label>x-link{margin-right:.325rem}.x-timeline-content{color:var(--x-text-300)}.x-timeline-time{font-size:.75rem;color:var(--x-text-400)}.x-timeline-loading .x-timeline-icon{color:var(--x-text-400);font-size:1.25rem;background-color:transparent!important}.x-timeline-primary{background-color:var(--x-primary)}.x-timeline-success{background-color:var(--x-success)}.x-timeline-warning{background-color:var(--x-warning)}.x-timeline-danger{background-color:var(--x-danger)}.x-timeline-info{background-color:var(--x-info)}.x-timeline-big{width:2.175rem;height:2.175rem;left:-1.025rem;font-size:1.55rem}.x-timeline-large{width:1.875rem;height:1.875rem;left:-.875rem;font-size:1.25rem}.x-timeline-medium{width:1.675rem;height:1.675rem;left:-.775rem;font-size:1.05rem}.x-timeline-small{width:1.5rem;height:1.5rem;left:-.6875rem;font-size:.875rem}.x-timeline-mini{width:1.375rem;height:1.375rem;left:-.625rem;font-size:.75rem}\n"], components: [{ type: i2.XIconComponent, selector: "x-icon" }, { type: i3.XLinkComponent, selector: "x-link" }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }], pipes: { "xTimeAgo": i6.XTimeAgoPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimelineComponent, decorators: [{
44
61
  type: Component,
45
- args: [{ selector: `${XTimelinePrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #timeline class=\"x-timeline\" [ngClass]=\"classMap\">\r\n <ul>\r\n <li *ngFor=\"let node of nodes; trackBy: trackByNode\">\r\n <div class=\"x-timeline-tail\"></div>\r\n <div\r\n class=\"x-timeline-icon {{ node.type ? 'x-timeline-' + node.type : '' }} {{\r\n node.size ? 'x-timeline-' + node.size : ''\r\n }}\"\r\n [style.background-color]=\"node.color\"\r\n >\r\n <x-icon *ngIf=\"node.icon\" [type]=\"node.icon\"></x-icon>\r\n </div>\r\n <div class=\"x-timeline-wrapper\">\r\n <ng-container *xOutlet=\"wrapper; context: { $node: node }\">\r\n <div class=\"x-timeline-label\">\r\n <x-link *ngIf=\"node.label\">{{ node.label }}</x-link>\r\n <span class=\"x-timeline-time\">{{ node.time | xTimeAgo }}</span>\r\n </div>\r\n <div class=\"x-timeline-content\">{{ node.content }}</div>\r\n </ng-container>\r\n </div>\r\n </li>\r\n </ul>\r\n</div>\r\n", styles: [".x-timeline{margin:0;padding:0;display:block}.x-timeline>ul{padding-left:.625rem}.x-timeline>ul>li{padding-bottom:1rem;position:relative}.x-timeline>ul>li:last-child .x-timeline-tail{border-left-color:transparent}.x-timeline-tail{position:absolute;height:100%;border-left:.125rem solid var(--x-border)}.x-timeline-icon{position:absolute;background-color:var(--x-border);border-radius:50%;display:flex;justify-content:center;align-items:center;color:var(--x-white);width:1.375rem;height:1.375rem;border:.0625rem solid var(--x-background-100);left:-.625rem}.x-timeline-wrapper{position:relative;padding-left:1.625rem}.x-timeline-label{display:flex;align-items:center;margin-bottom:.125rem}.x-timeline-label>x-link{margin-right:.325rem}.x-timeline-content{color:var(--x-text-300)}.x-timeline-time{font-size:.75rem;color:var(--x-text-400)}.x-timeline-primary{background-color:var(--x-primary)}.x-timeline-success{background-color:var(--x-success)}.x-timeline-warning{background-color:var(--x-warning)}.x-timeline-danger{background-color:var(--x-danger)}.x-timeline-info{background-color:var(--x-info)}.x-timeline-big{width:2.175rem;height:2.175rem;left:-1.025rem;font-size:1.55rem}.x-timeline-large{width:1.875rem;height:1.875rem;left:-.875rem;font-size:1.25rem}.x-timeline-medium{width:1.675rem;height:1.675rem;left:-.775rem;font-size:1.05rem}.x-timeline-small{width:1.5rem;height:1.5rem;left:-.6875rem;font-size:.875rem}.x-timeline-mini{width:1.375rem;height:1.375rem;left:-.625rem;font-size:.75rem}\n"] }]
62
+ args: [{ selector: `${XTimelinePrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #timeline class=\"x-timeline\" [ngClass]=\"classMap\">\r\n <ul>\r\n <li *ngFor=\"let node of nodes; trackBy: trackByNode\" [class.x-timeline-loading]=\"node.loading\">\r\n <div class=\"x-timeline-tail\" [class.x-timeline-tail-dashed]=\"node.dashed\"></div>\r\n <div\r\n class=\"x-timeline-icon {{ node.type ? 'x-timeline-' + node.type : '' }} {{ node.size ? 'x-timeline-' + node.size : '' }}\"\r\n [style.background-color]=\"node.color\"\r\n >\r\n <x-icon *ngIf=\"node.icon && !node.loading\" [type]=\"node.icon\"></x-icon>\r\n <x-icon *ngIf=\"node.loading\" type=\"fto-loader\" [spin]=\"true\"></x-icon>\r\n </div>\r\n <div class=\"x-timeline-wrapper\">\r\n <ng-container *xOutlet=\"wrapper; context: { $node: node }\">\r\n <div class=\"x-timeline-label\">\r\n <x-link *ngIf=\"node.label\">{{ node.label }}</x-link>\r\n <span class=\"x-timeline-time\">{{ node.time | xTimeAgo }}</span>\r\n </div>\r\n <div class=\"x-timeline-content\">{{ node.content }}</div>\r\n </ng-container>\r\n </div>\r\n </li>\r\n </ul>\r\n</div>\r\n", styles: [".x-timeline{margin:0;padding:0;display:block}.x-timeline>ul{padding-left:.625rem}.x-timeline>ul>li{padding-bottom:1rem;position:relative}.x-timeline>ul>li:last-child .x-timeline-tail{border-left-color:transparent}.x-timeline>ul>li:first-child .x-timeline-tail{top:1.25rem}.x-timeline-tail{position:absolute;height:100%;border-left:.125rem solid var(--x-border)}.x-timeline-tail-dashed{border-left-style:dashed}.x-timeline-icon{position:absolute;background-color:var(--x-border);border-radius:50%;display:flex;justify-content:center;align-items:center;color:var(--x-white);width:1.375rem;height:1.375rem;border:.0625rem solid var(--x-background-100);left:-.625rem}.x-timeline-wrapper{position:relative;padding-left:1.625rem}.x-timeline-label{display:flex;align-items:center;margin-bottom:.125rem}.x-timeline-label>x-link{margin-right:.325rem}.x-timeline-content{color:var(--x-text-300)}.x-timeline-time{font-size:.75rem;color:var(--x-text-400)}.x-timeline-loading .x-timeline-icon{color:var(--x-text-400);font-size:1.25rem;background-color:transparent!important}.x-timeline-primary{background-color:var(--x-primary)}.x-timeline-success{background-color:var(--x-success)}.x-timeline-warning{background-color:var(--x-warning)}.x-timeline-danger{background-color:var(--x-danger)}.x-timeline-info{background-color:var(--x-info)}.x-timeline-big{width:2.175rem;height:2.175rem;left:-1.025rem;font-size:1.55rem}.x-timeline-large{width:1.875rem;height:1.875rem;left:-.875rem;font-size:1.25rem}.x-timeline-medium{width:1.675rem;height:1.675rem;left:-.775rem;font-size:1.05rem}.x-timeline-small{width:1.5rem;height:1.5rem;left:-.6875rem;font-size:.875rem}.x-timeline-mini{width:1.375rem;height:1.375rem;left:-.625rem;font-size:.75rem}\n"] }]
46
63
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.XConfigService }]; } });
47
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZWxpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvdGltZWxpbmUvdGltZWxpbmUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvdGltZWxpbmUvdGltZWxpbmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFFVCxpQkFBaUIsRUFJakIsdUJBQXVCLEVBR3hCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxlQUFlLEVBQWlCLGlCQUFpQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDeEYsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQWtCLE1BQU0sa0JBQWtCLENBQUM7QUFDdkUsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQzs7Ozs7Ozs7QUFTL0IsTUFBTSxPQUFPLGtCQUFtQixTQUFRLGlCQUFpQjtJQUd2RCxZQUNTLFFBQW1CLEVBQ25CLFVBQXNCLEVBQ3RCLEdBQXNCLEVBQ3RCLGFBQTZCO1FBRXBDLEtBQUssRUFBRSxDQUFDO1FBTEQsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUNuQixlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQ3RCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBQ3RCLGtCQUFhLEdBQWIsYUFBYSxDQUFnQjtRQU50QyxVQUFLLEdBQW9CLEVBQUUsQ0FBQztRQUNwQixlQUFVLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztJQVF6QyxDQUFDO0lBRUQsUUFBUSxLQUFJLENBQUM7SUFFYixXQUFXLENBQUMsT0FBc0I7UUFDaEMsTUFBTSxFQUFFLElBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQztRQUN6QixTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQ3BDLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUN2QixJQUFJLENBQUMsVUFBVSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxXQUFXLENBQUMsTUFBYyxFQUFFLElBQW1CO1FBQzdDLE9BQU8sSUFBSSxDQUFDLEVBQUUsQ0FBQztJQUNqQixDQUFDO0lBRU8sT0FBTztRQUNiLFFBQVEsQ0FBZ0IsSUFBSSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7WUFDbEUsSUFBSSxDQUFDLEtBQUssR0FBRyxDQUFDLENBQUM7WUFDZixJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQzNCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7cUpBakNVLGtCQUFrQjt5SUFBbEIsa0JBQWtCLDhGQ3RCL0IsNjlCQXdCQTsyRkRGYSxrQkFBa0I7a0JBUDlCLFNBQVM7K0JBQ0UsR0FBRyxlQUFlLEVBQUUsaUJBR2YsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgQ29tcG9uZW50LFxyXG4gIE9uSW5pdCxcclxuICBWaWV3RW5jYXBzdWxhdGlvbixcclxuICBSZW5kZXJlcjIsXHJcbiAgRWxlbWVudFJlZixcclxuICBDaGFuZ2VEZXRlY3RvclJlZixcclxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcclxuICBTaW1wbGVDaGFuZ2VzLFxyXG4gIE9uQ2hhbmdlc1xyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBYVGltZWxpbmVQcmVmaXgsIFhUaW1lbGluZU5vZGUsIFhUaW1lbGluZVByb3BlcnR5IH0gZnJvbSAnLi90aW1lbGluZS5wcm9wZXJ0eSc7XHJcbmltcG9ydCB7IFhJc0NoYW5nZSwgWFNldERhdGEsIFhDb25maWdTZXJ2aWNlIH0gZnJvbSAnQG5nLW5lc3QvdWkvY29yZSc7XHJcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBgJHtYVGltZWxpbmVQcmVmaXh9YCxcclxuICB0ZW1wbGF0ZVVybDogJy4vdGltZWxpbmUuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3RpbWVsaW5lLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgWFRpbWVsaW5lQ29tcG9uZW50IGV4dGVuZHMgWFRpbWVsaW5lUHJvcGVydHkgaW1wbGVtZW50cyBPbkluaXQsIE9uQ2hhbmdlcyB7XHJcbiAgbm9kZXM6IFhUaW1lbGluZU5vZGVbXSA9IFtdO1xyXG4gIHByaXZhdGUgX3VuU3ViamVjdCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwdWJsaWMgcmVuZGVyZXI6IFJlbmRlcmVyMixcclxuICAgIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmLFxyXG4gICAgcHVibGljIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcbiAgICBwdWJsaWMgY29uZmlnU2VydmljZTogWENvbmZpZ1NlcnZpY2VcclxuICApIHtcclxuICAgIHN1cGVyKCk7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpIHt9XHJcblxyXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcclxuICAgIGNvbnN0IHsgZGF0YSB9ID0gY2hhbmdlcztcclxuICAgIFhJc0NoYW5nZShkYXRhKSAmJiB0aGlzLnNldERhdGEoKTtcclxuICB9XHJcblxyXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xyXG4gICAgdGhpcy5fdW5TdWJqZWN0Lm5leHQoKTtcclxuICAgIHRoaXMuX3VuU3ViamVjdC51bnN1YnNjcmliZSgpO1xyXG4gIH1cclxuXHJcbiAgdHJhY2tCeU5vZGUoX2luZGV4OiBudW1iZXIsIGl0ZW06IFhUaW1lbGluZU5vZGUpIHtcclxuICAgIHJldHVybiBpdGVtLmlkO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBzZXREYXRhKCkge1xyXG4gICAgWFNldERhdGE8WFRpbWVsaW5lTm9kZT4odGhpcy5kYXRhLCB0aGlzLl91blN1YmplY3QpLnN1YnNjcmliZSgoeCkgPT4ge1xyXG4gICAgICB0aGlzLm5vZGVzID0geDtcclxuICAgICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xyXG4gICAgfSk7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgI3RpbWVsaW5lIGNsYXNzPVwieC10aW1lbGluZVwiIFtuZ0NsYXNzXT1cImNsYXNzTWFwXCI+XHJcbiAgPHVsPlxyXG4gICAgPGxpICpuZ0Zvcj1cImxldCBub2RlIG9mIG5vZGVzOyB0cmFja0J5OiB0cmFja0J5Tm9kZVwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwieC10aW1lbGluZS10YWlsXCI+PC9kaXY+XHJcbiAgICAgIDxkaXZcclxuICAgICAgICBjbGFzcz1cIngtdGltZWxpbmUtaWNvbiB7eyBub2RlLnR5cGUgPyAneC10aW1lbGluZS0nICsgbm9kZS50eXBlIDogJycgfX0ge3tcclxuICAgICAgICAgIG5vZGUuc2l6ZSA/ICd4LXRpbWVsaW5lLScgKyBub2RlLnNpemUgOiAnJ1xyXG4gICAgICAgIH19XCJcclxuICAgICAgICBbc3R5bGUuYmFja2dyb3VuZC1jb2xvcl09XCJub2RlLmNvbG9yXCJcclxuICAgICAgPlxyXG4gICAgICAgIDx4LWljb24gKm5nSWY9XCJub2RlLmljb25cIiBbdHlwZV09XCJub2RlLmljb25cIj48L3gtaWNvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJ4LXRpbWVsaW5lLXdyYXBwZXJcIj5cclxuICAgICAgICA8bmctY29udGFpbmVyICp4T3V0bGV0PVwid3JhcHBlcjsgY29udGV4dDogeyAkbm9kZTogbm9kZSB9XCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwieC10aW1lbGluZS1sYWJlbFwiPlxyXG4gICAgICAgICAgICA8eC1saW5rICpuZ0lmPVwibm9kZS5sYWJlbFwiPnt7IG5vZGUubGFiZWwgfX08L3gtbGluaz5cclxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ4LXRpbWVsaW5lLXRpbWVcIj57eyBub2RlLnRpbWUgfCB4VGltZUFnbyB9fTwvc3Bhbj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cIngtdGltZWxpbmUtY29udGVudFwiPnt7IG5vZGUuY29udGVudCB9fTwvZGl2PlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvbGk+XHJcbiAgPC91bD5cclxuPC9kaXY+XHJcbiJdfQ==
64
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZWxpbmUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvdGltZWxpbmUvdGltZWxpbmUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvdGltZWxpbmUvdGltZWxpbmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFFVCxpQkFBaUIsRUFJakIsdUJBQXVCLEVBR3hCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxlQUFlLEVBQWlCLGlCQUFpQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDeEYsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQWtCLE1BQU0sa0JBQWtCLENBQUM7QUFDdkUsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQzs7Ozs7Ozs7QUFTL0IsTUFBTSxPQUFPLGtCQUFtQixTQUFRLGlCQUFpQjtJQUd2RCxZQUNTLFFBQW1CLEVBQ25CLFVBQXNCLEVBQ3RCLEdBQXNCLEVBQ3RCLGFBQTZCO1FBRXBDLEtBQUssRUFBRSxDQUFDO1FBTEQsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUNuQixlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQ3RCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBQ3RCLGtCQUFhLEdBQWIsYUFBYSxDQUFnQjtRQU50QyxVQUFLLEdBQW9CLEVBQUUsQ0FBQztRQUNwQixlQUFVLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztJQVF6QyxDQUFDO0lBRUQsUUFBUSxLQUFJLENBQUM7SUFFYixXQUFXLENBQUMsT0FBc0I7UUFDaEMsTUFBTSxFQUFFLElBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQztRQUN6QixTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQ3BDLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUN2QixJQUFJLENBQUMsVUFBVSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxXQUFXLENBQUMsTUFBYyxFQUFFLElBQW1CO1FBQzdDLE9BQU8sSUFBSSxDQUFDLEVBQUUsQ0FBQztJQUNqQixDQUFDO0lBRU8sT0FBTztRQUNiLFFBQVEsQ0FBZ0IsSUFBSSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUU7WUFDbEUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUNsQixJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQztZQUNmLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxFQUFFLENBQUM7UUFDM0IsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRU8sU0FBUyxDQUFDLEtBQXNCO1FBQ3RDLE1BQU0sR0FBRyxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUM7UUFDekIsSUFBSSxHQUFHLElBQUksQ0FBQztZQUFFLE9BQU87UUFDckIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQyxFQUFFLEVBQUU7WUFDckMsSUFBSSxJQUFJLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ3BCLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTztnQkFBRSxTQUFTO1lBQzVCLElBQUksQ0FBQyxLQUFLLENBQUMsRUFBRTtnQkFDWCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQzthQUNwQjtpQkFBTSxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUU7Z0JBQ2hCLEtBQUssQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQzthQUM1QjtTQUNGO0lBQ0gsQ0FBQzs7cUpBaERVLGtCQUFrQjt5SUFBbEIsa0JBQWtCLDhGQ3RCL0IseW9DQXVCQTsyRkREYSxrQkFBa0I7a0JBUDlCLFNBQVM7K0JBQ0UsR0FBRyxlQUFlLEVBQUUsaUJBR2YsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgQ29tcG9uZW50LFxyXG4gIE9uSW5pdCxcclxuICBWaWV3RW5jYXBzdWxhdGlvbixcclxuICBSZW5kZXJlcjIsXHJcbiAgRWxlbWVudFJlZixcclxuICBDaGFuZ2VEZXRlY3RvclJlZixcclxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcclxuICBTaW1wbGVDaGFuZ2VzLFxyXG4gIE9uQ2hhbmdlc1xyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBYVGltZWxpbmVQcmVmaXgsIFhUaW1lbGluZU5vZGUsIFhUaW1lbGluZVByb3BlcnR5IH0gZnJvbSAnLi90aW1lbGluZS5wcm9wZXJ0eSc7XHJcbmltcG9ydCB7IFhJc0NoYW5nZSwgWFNldERhdGEsIFhDb25maWdTZXJ2aWNlIH0gZnJvbSAnQG5nLW5lc3QvdWkvY29yZSc7XHJcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBgJHtYVGltZWxpbmVQcmVmaXh9YCxcclxuICB0ZW1wbGF0ZVVybDogJy4vdGltZWxpbmUuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3RpbWVsaW5lLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgWFRpbWVsaW5lQ29tcG9uZW50IGV4dGVuZHMgWFRpbWVsaW5lUHJvcGVydHkgaW1wbGVtZW50cyBPbkluaXQsIE9uQ2hhbmdlcyB7XHJcbiAgbm9kZXM6IFhUaW1lbGluZU5vZGVbXSA9IFtdO1xyXG4gIHByaXZhdGUgX3VuU3ViamVjdCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwdWJsaWMgcmVuZGVyZXI6IFJlbmRlcmVyMixcclxuICAgIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmLFxyXG4gICAgcHVibGljIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcbiAgICBwdWJsaWMgY29uZmlnU2VydmljZTogWENvbmZpZ1NlcnZpY2VcclxuICApIHtcclxuICAgIHN1cGVyKCk7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpIHt9XHJcblxyXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcclxuICAgIGNvbnN0IHsgZGF0YSB9ID0gY2hhbmdlcztcclxuICAgIFhJc0NoYW5nZShkYXRhKSAmJiB0aGlzLnNldERhdGEoKTtcclxuICB9XHJcblxyXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xyXG4gICAgdGhpcy5fdW5TdWJqZWN0Lm5leHQoKTtcclxuICAgIHRoaXMuX3VuU3ViamVjdC51bnN1YnNjcmliZSgpO1xyXG4gIH1cclxuXHJcbiAgdHJhY2tCeU5vZGUoX2luZGV4OiBudW1iZXIsIGl0ZW06IFhUaW1lbGluZU5vZGUpIHtcclxuICAgIHJldHVybiBpdGVtLmlkO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBzZXREYXRhKCkge1xyXG4gICAgWFNldERhdGE8WFRpbWVsaW5lTm9kZT4odGhpcy5kYXRhLCB0aGlzLl91blN1YmplY3QpLnN1YnNjcmliZSgoeCkgPT4ge1xyXG4gICAgICB0aGlzLnNldERhc2hlZCh4KTtcclxuICAgICAgdGhpcy5ub2RlcyA9IHg7XHJcbiAgICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBzZXREYXNoZWQobm9kZXM6IFhUaW1lbGluZU5vZGVbXSkge1xyXG4gICAgY29uc3QgbGVuID0gbm9kZXMubGVuZ3RoO1xyXG4gICAgaWYgKGxlbiA8PSAxKSByZXR1cm47XHJcbiAgICBmb3IgKGxldCBpID0gMDsgaSA8IG5vZGVzLmxlbmd0aDsgaSsrKSB7XHJcbiAgICAgIGxldCBub2RlID0gbm9kZXNbaV07XHJcbiAgICAgIGlmICghbm9kZS5sb2FkaW5nKSBjb250aW51ZTtcclxuICAgICAgaWYgKGkgPT09IDApIHtcclxuICAgICAgICBub2RlLmRhc2hlZCA9IHRydWU7XHJcbiAgICAgIH0gZWxzZSBpZiAoaSA+IDApIHtcclxuICAgICAgICBub2Rlc1tpIC0gMV0uZGFzaGVkID0gdHJ1ZTtcclxuICAgICAgfVxyXG4gICAgfVxyXG4gIH1cclxufVxyXG4iLCI8ZGl2ICN0aW1lbGluZSBjbGFzcz1cIngtdGltZWxpbmVcIiBbbmdDbGFzc109XCJjbGFzc01hcFwiPlxyXG4gIDx1bD5cclxuICAgIDxsaSAqbmdGb3I9XCJsZXQgbm9kZSBvZiBub2RlczsgdHJhY2tCeTogdHJhY2tCeU5vZGVcIiBbY2xhc3MueC10aW1lbGluZS1sb2FkaW5nXT1cIm5vZGUubG9hZGluZ1wiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwieC10aW1lbGluZS10YWlsXCIgW2NsYXNzLngtdGltZWxpbmUtdGFpbC1kYXNoZWRdPVwibm9kZS5kYXNoZWRcIj48L2Rpdj5cclxuICAgICAgPGRpdlxyXG4gICAgICAgIGNsYXNzPVwieC10aW1lbGluZS1pY29uIHt7IG5vZGUudHlwZSA/ICd4LXRpbWVsaW5lLScgKyBub2RlLnR5cGUgOiAnJyB9fSB7eyBub2RlLnNpemUgPyAneC10aW1lbGluZS0nICsgbm9kZS5zaXplIDogJycgfX1cIlxyXG4gICAgICAgIFtzdHlsZS5iYWNrZ3JvdW5kLWNvbG9yXT1cIm5vZGUuY29sb3JcIlxyXG4gICAgICA+XHJcbiAgICAgICAgPHgtaWNvbiAqbmdJZj1cIm5vZGUuaWNvbiAmJiAhbm9kZS5sb2FkaW5nXCIgW3R5cGVdPVwibm9kZS5pY29uXCI+PC94LWljb24+XHJcbiAgICAgICAgPHgtaWNvbiAqbmdJZj1cIm5vZGUubG9hZGluZ1wiIHR5cGU9XCJmdG8tbG9hZGVyXCIgW3NwaW5dPVwidHJ1ZVwiPjwveC1pY29uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cIngtdGltZWxpbmUtd3JhcHBlclwiPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKnhPdXRsZXQ9XCJ3cmFwcGVyOyBjb250ZXh0OiB7ICRub2RlOiBub2RlIH1cIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ4LXRpbWVsaW5lLWxhYmVsXCI+XHJcbiAgICAgICAgICAgIDx4LWxpbmsgKm5nSWY9XCJub2RlLmxhYmVsXCI+e3sgbm9kZS5sYWJlbCB9fTwveC1saW5rPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cIngtdGltZWxpbmUtdGltZVwiPnt7IG5vZGUudGltZSB8IHhUaW1lQWdvIH19PC9zcGFuPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwieC10aW1lbGluZS1jb250ZW50XCI+e3sgbm9kZS5jb250ZW50IH19PC9kaXY+XHJcbiAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9saT5cclxuICA8L3VsPlxyXG48L2Rpdj5cclxuIl19
@@ -9,10 +9,10 @@ import { XTimelineProperty } from './timeline.property';
9
9
  import * as i0 from "@angular/core";
10
10
  export class XTimelineModule {
11
11
  }
12
- /** @nocollapse */ /** @nocollapse */ XTimelineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- /** @nocollapse */ /** @nocollapse */ XTimelineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimelineModule, declarations: [XTimelineComponent, XTimelineProperty], imports: [CommonModule, XIconModule, XTimeAgoModule, XLinkModule, XOutletModule], exports: [XTimelineComponent] });
14
- /** @nocollapse */ /** @nocollapse */ XTimelineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimelineModule, imports: [[CommonModule, XIconModule, XTimeAgoModule, XLinkModule, XOutletModule]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimelineModule, decorators: [{
12
+ /** @nocollapse */ /** @nocollapse */ XTimelineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ /** @nocollapse */ /** @nocollapse */ XTimelineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimelineModule, declarations: [XTimelineComponent, XTimelineProperty], imports: [CommonModule, XIconModule, XTimeAgoModule, XLinkModule, XOutletModule], exports: [XTimelineComponent] });
14
+ /** @nocollapse */ /** @nocollapse */ XTimelineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimelineModule, imports: [[CommonModule, XIconModule, XTimeAgoModule, XLinkModule, XOutletModule]] });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimelineModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [XTimelineComponent, XTimelineProperty],
@@ -22,15 +22,15 @@ export class XTimelineProperty extends XProperty {
22
22
  this.data = [];
23
23
  }
24
24
  }
25
- /** @nocollapse */ /** @nocollapse */ XTimelineProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimelineProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
26
- /** @nocollapse */ /** @nocollapse */ XTimelineProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XTimelineProperty, selector: "ng-component", inputs: { data: "data", type: "type", size: "size", wrapper: "wrapper" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
25
+ /** @nocollapse */ /** @nocollapse */ XTimelineProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimelineProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
26
+ /** @nocollapse */ /** @nocollapse */ XTimelineProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XTimelineProperty, selector: "ng-component", inputs: { data: "data", type: "type", size: "size", wrapper: "wrapper" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
27
27
  __decorate([
28
28
  XDataConvert()
29
29
  ], XTimelineProperty.prototype, "data", void 0);
30
30
  __decorate([
31
31
  XWithConfig(X_CONFIG_NAME, 'medium')
32
32
  ], XTimelineProperty.prototype, "size", void 0);
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTimelineProperty, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTimelineProperty, decorators: [{
34
34
  type: Component,
35
35
  args: [{ template: '' }]
36
36
  }], propDecorators: { data: [{
@@ -42,4 +42,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
42
42
  }], wrapper: [{
43
43
  type: Input
44
44
  }] } });
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZWxpbmUucHJvcGVydHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS90aW1lbGluZS90aW1lbGluZS5wcm9wZXJ0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFrQyxTQUFTLEVBQXFCLFlBQVksRUFBRSxXQUFXLEVBQVMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsSSxPQUFPLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFakQ7Ozs7R0FJRztBQUNILE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRyxZQUFZLENBQUM7QUFDNUMsTUFBTSxhQUFhLEdBQUcsVUFBVSxDQUFDO0FBRWpDOztHQUVHO0FBRUgsTUFBTSxPQUFPLGlCQUFrQixTQUFRLFNBQVM7SUFEaEQ7O1FBRUU7OztXQUdHO1FBQ3NCLFNBQUksR0FBeUIsRUFBRSxDQUFDO0tBZ0IxRDs7b0pBckJZLGlCQUFpQjt3SUFBakIsaUJBQWlCLHFKQURQLEVBQUU7QUFNRTtJQUFmLFlBQVksRUFBRTsrQ0FBaUM7QUFVSDtJQUE1QyxXQUFXLENBQVEsYUFBYSxFQUFFLFFBQVEsQ0FBQzsrQ0FBYzsyRkFmeEQsaUJBQWlCO2tCQUQ3QixTQUFTO21CQUFDLEVBQUUsUUFBUSxFQUFFLEVBQUUsRUFBRTs4QkFNQSxJQUFJO3NCQUE1QixLQUFLO2dCQUtHLElBQUk7c0JBQVosS0FBSztnQkFLZ0QsSUFBSTtzQkFBekQsS0FBSztnQkFLRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBYVHlwZSwgWFNpemUsIFhEYXRhLCBYVGVtcGxhdGUsIFhQcm9wZXJ0eSwgWElkZW50aXR5UHJvcGVydHksIFhEYXRhQ29udmVydCwgWFdpdGhDb25maWcsIFhEYXRlIH0gZnJvbSAnQG5nLW5lc3QvdWkvY29yZSc7XHJcbmltcG9ydCB7IElucHV0LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbi8qKlxyXG4gKiBUaW1lbGluZVxyXG4gKiBAc2VsZWN0b3IgeC10aW1lbGluZVxyXG4gKiBAZGVjb3JhdG9yIGNvbXBvbmVudFxyXG4gKi9cclxuZXhwb3J0IGNvbnN0IFhUaW1lbGluZVByZWZpeCA9ICd4LXRpbWVsaW5lJztcclxuY29uc3QgWF9DT05GSUdfTkFNRSA9ICd0aW1lbGluZSc7XHJcblxyXG4vKipcclxuICogVGltZWxpbmUgUHJvcGVydHlcclxuICovXHJcbkBDb21wb25lbnQoeyB0ZW1wbGF0ZTogJycgfSlcclxuZXhwb3J0IGNsYXNzIFhUaW1lbGluZVByb3BlcnR5IGV4dGVuZHMgWFByb3BlcnR5IHtcclxuICAvKipcclxuICAgKiBAemhfQ04g5pWw5o2uXHJcbiAgICogQGVuX1VTIERhdGVcclxuICAgKi9cclxuICBASW5wdXQoKSBAWERhdGFDb252ZXJ0KCkgZGF0YTogWERhdGE8WFRpbWVsaW5lTm9kZT4gPSBbXTtcclxuICAvKipcclxuICAgKiBAemhfQ04g57G75Z6LXHJcbiAgICogQGVuX1VTIFR5cGVcclxuICAgKi9cclxuICBASW5wdXQoKSB0eXBlPzogWFR5cGU7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOWwuuWvuFxyXG4gICAqIEBlbl9VUyBTaXplXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhTaXplPihYX0NPTkZJR19OQU1FLCAnbWVkaXVtJykgc2l6ZT86IFhTaXplO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDlhoXlrrnmqKHmnb9cclxuICAgKiBAZW5fVVMgQ29udGVudCB0ZW1wbGF0ZVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIHdyYXBwZXI/OiBYVGVtcGxhdGU7XHJcbn1cclxuXHJcbi8qKlxyXG4gKiBAemhfQ04gVGltZWxpbmUg5pWw5o2u5a+56LGhXHJcbiAqIEBlbl9VUyBUaW1lbGluZSDmlbDmja7lr7nosaFcclxuICovXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRpbWVsaW5lTm9kZSBleHRlbmRzIFhJZGVudGl0eVByb3BlcnR5IHtcclxuICAvKipcclxuICAgKiBAemhfQ04g5pe26Ze0XHJcbiAgICogQGVuX1VTIFRpbWVcclxuICAgKi9cclxuICB0aW1lPzogWERhdGU7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOWGheWuuVxyXG4gICAqIEBlbl9VUyBDb250ZW50XHJcbiAgICovXHJcbiAgY29udGVudD86IHN0cmluZztcclxuICAvKipcclxuICAgKiBAemhfQ04g5bC65a+4XHJcbiAgICogQGVuX1VTIFNpemVcclxuICAgKi9cclxuICBzaXplPzogWFNpemU7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOexu+Wei1xyXG4gICAqIEBlbl9VUyBUeXBlXHJcbiAgICovXHJcbiAgdHlwZT86IFhUeXBlO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDlm77moIdcclxuICAgKiBAZW5fVVMgSWNvblxyXG4gICAqL1xyXG4gIGljb24/OiBzdHJpbmc7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOminOiJslxyXG4gICAqIEBlbl9VUyBDb2xvclxyXG4gICAqL1xyXG4gIGNvbG9yPzogc3RyaW5nO1xyXG59XHJcbiJdfQ==
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZWxpbmUucHJvcGVydHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS90aW1lbGluZS90aW1lbGluZS5wcm9wZXJ0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFrQyxTQUFTLEVBQXFCLFlBQVksRUFBRSxXQUFXLEVBQVMsTUFBTSxrQkFBa0IsQ0FBQztBQUNsSSxPQUFPLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFakQ7Ozs7R0FJRztBQUNILE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRyxZQUFZLENBQUM7QUFDNUMsTUFBTSxhQUFhLEdBQUcsVUFBVSxDQUFDO0FBRWpDOztHQUVHO0FBRUgsTUFBTSxPQUFPLGlCQUFrQixTQUFRLFNBQVM7SUFEaEQ7O1FBRUU7OztXQUdHO1FBQ3NCLFNBQUksR0FBeUIsRUFBRSxDQUFDO0tBZ0IxRDs7b0pBckJZLGlCQUFpQjt3SUFBakIsaUJBQWlCLHFKQURQLEVBQUU7QUFNRTtJQUFmLFlBQVksRUFBRTsrQ0FBaUM7QUFVSDtJQUE1QyxXQUFXLENBQVEsYUFBYSxFQUFFLFFBQVEsQ0FBQzsrQ0FBYzsyRkFmeEQsaUJBQWlCO2tCQUQ3QixTQUFTO21CQUFDLEVBQUUsUUFBUSxFQUFFLEVBQUUsRUFBRTs4QkFNQSxJQUFJO3NCQUE1QixLQUFLO2dCQUtHLElBQUk7c0JBQVosS0FBSztnQkFLZ0QsSUFBSTtzQkFBekQsS0FBSztnQkFLRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBYVHlwZSwgWFNpemUsIFhEYXRhLCBYVGVtcGxhdGUsIFhQcm9wZXJ0eSwgWElkZW50aXR5UHJvcGVydHksIFhEYXRhQ29udmVydCwgWFdpdGhDb25maWcsIFhEYXRlIH0gZnJvbSAnQG5nLW5lc3QvdWkvY29yZSc7XHJcbmltcG9ydCB7IElucHV0LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbi8qKlxyXG4gKiBUaW1lbGluZVxyXG4gKiBAc2VsZWN0b3IgeC10aW1lbGluZVxyXG4gKiBAZGVjb3JhdG9yIGNvbXBvbmVudFxyXG4gKi9cclxuZXhwb3J0IGNvbnN0IFhUaW1lbGluZVByZWZpeCA9ICd4LXRpbWVsaW5lJztcclxuY29uc3QgWF9DT05GSUdfTkFNRSA9ICd0aW1lbGluZSc7XHJcblxyXG4vKipcclxuICogVGltZWxpbmUgUHJvcGVydHlcclxuICovXHJcbkBDb21wb25lbnQoeyB0ZW1wbGF0ZTogJycgfSlcclxuZXhwb3J0IGNsYXNzIFhUaW1lbGluZVByb3BlcnR5IGV4dGVuZHMgWFByb3BlcnR5IHtcclxuICAvKipcclxuICAgKiBAemhfQ04g5pWw5o2uXHJcbiAgICogQGVuX1VTIERhdGVcclxuICAgKi9cclxuICBASW5wdXQoKSBAWERhdGFDb252ZXJ0KCkgZGF0YTogWERhdGE8WFRpbWVsaW5lTm9kZT4gPSBbXTtcclxuICAvKipcclxuICAgKiBAemhfQ04g57G75Z6LXHJcbiAgICogQGVuX1VTIFR5cGVcclxuICAgKi9cclxuICBASW5wdXQoKSB0eXBlPzogWFR5cGU7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOWwuuWvuFxyXG4gICAqIEBlbl9VUyBTaXplXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhTaXplPihYX0NPTkZJR19OQU1FLCAnbWVkaXVtJykgc2l6ZT86IFhTaXplO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDlhoXlrrnmqKHmnb9cclxuICAgKiBAZW5fVVMgQ29udGVudCB0ZW1wbGF0ZVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIHdyYXBwZXI/OiBYVGVtcGxhdGU7XHJcbn1cclxuXHJcbi8qKlxyXG4gKiBAemhfQ04gVGltZWxpbmUg5pWw5o2u5a+56LGhXHJcbiAqIEBlbl9VUyBUaW1lbGluZSBub2RlIGRhdGFcclxuICovXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRpbWVsaW5lTm9kZSBleHRlbmRzIFhJZGVudGl0eVByb3BlcnR5IHtcclxuICAvKipcclxuICAgKiBAemhfQ04g5pe26Ze0XHJcbiAgICogQGVuX1VTIFRpbWVcclxuICAgKi9cclxuICB0aW1lPzogWERhdGU7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOWGheWuuVxyXG4gICAqIEBlbl9VUyBDb250ZW50XHJcbiAgICovXHJcbiAgY29udGVudD86IHN0cmluZztcclxuICAvKipcclxuICAgKiBAemhfQ04g5bC65a+4XHJcbiAgICogQGVuX1VTIFNpemVcclxuICAgKi9cclxuICBzaXplPzogWFNpemU7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOexu+Wei1xyXG4gICAqIEBlbl9VUyBUeXBlXHJcbiAgICovXHJcbiAgdHlwZT86IFhUeXBlO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDlm77moIdcclxuICAgKiBAZW5fVVMgSWNvblxyXG4gICAqL1xyXG4gIGljb24/OiBzdHJpbmc7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOminOiJslxyXG4gICAqIEBlbl9VUyBDb2xvclxyXG4gICAqL1xyXG4gIGNvbG9yPzogc3RyaW5nO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDliqDovb3kuK1cclxuICAgKiBAZW5fVVMgTG9hZGluZ1xyXG4gICAqL1xyXG4gIGxvYWRpbmc/OiBib29sZWFuO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDov57mjqXnur/mmL7npLromZrnur/vvIzpkojlr7nkuIvkuIDkuKroioLngrnvvIzkuIvkuIDkuKroioLngrnkuLogbG9hZGluZyDnirbmgIHkuZ/kvJrmmL7npLromZrnur9cclxuICAgKiBAZW5fVVMgVGhlIGNvbm5lY3RpbmcgbGluZSBkaXNwbGF5cyBhIGRvdHRlZCBsaW5lLiBGb3IgdGhlIG5leHQgbm9kZSwgdGhlIGRvdHRlZCBsaW5lIHdpbGwgYWxzbyBiZSBkaXNwbGF5ZWQgd2hlbiB0aGUgbmV4dCBub2RlIGlzIGluIGxvYWRpbmcgc3RhdHVzXHJcbiAgICovXHJcbiAgZGFzaGVkPzogYm9vbGVhbjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5YW25a6D6Ieq5a6a5LmJ5bGe5oCnXHJcbiAgICogQGVuX1VTIE90aGVyIHByb3BlcnR5XHJcbiAgICovXHJcbiAgW3Byb3BlcnR5OiBzdHJpbmddOiBhbnk7XHJcbn1cclxuIl19
@@ -78,9 +78,9 @@ export class XTooltipPortalComponent {
78
78
  return this.placement.indexOf(arrow) >= 0;
79
79
  }
80
80
  }
81
- /** @nocollapse */ /** @nocollapse */ XTooltipPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTooltipPortalComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
82
- /** @nocollapse */ /** @nocollapse */ XTooltipPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XTooltipPortalComponent, selector: "x-tooltip-portal", host: { listeners: { "mouseenter": "mouseenter()", "mouseleave": "mouseleave()" }, properties: { "@x-fade-animation": "this.animation" } }, viewQueries: [{ propertyName: "tooltipPortal", first: true, predicate: ["tooltipPortal"], descendants: true, static: true }, { propertyName: "tooltipArrow", first: true, predicate: ["tooltipArrow"], descendants: true }, { propertyName: "tooltipArrowAfter", first: true, predicate: ["tooltipArrowAfter"], descendants: true }], ngImport: i0, template: "<div #tooltipPortal class=\"x-tooltip-portal\" [ngClass]=\"classMap\">\r\n <div class=\"x-tooltip-portal-inner\" [style.backgroundColor]=\"backgroundColor\" [style.color]=\"color\" [innerHTML]=\"content\"></div>\r\n <div #tooltipArrow class=\"x-tooltip-portal-arrow\">\r\n <div #tooltipArrowAfter class=\"x-tooltip-portal-arrow-after\"></div>\r\n </div>\r\n</div>\r\n", styles: [".x-tooltip-portal{margin:0;padding:0;display:inline-flex;position:relative;justify-content:center;align-items:center}.x-tooltip-portal>.x-tooltip-portal-inner{font-size:var(--x-font-size);background-color:var(--x-text);color:var(--x-text-700);padding:.325rem .5rem;max-width:10rem;border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-tooltip-portal .x-tooltip-portal-arrow,.x-tooltip-portal .x-tooltip-portal-arrow-after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.x-tooltip-portal .x-tooltip-portal-arrow{border-width:.375rem;filter:drop-shadow(0 .125rem .75rem rgba(0,0,0,.03))}.x-tooltip-portal .x-tooltip-portal-arrow-after{border-width:.375rem}.x-tooltip-portal-top,.x-tooltip-portal-top-start,.x-tooltip-portal-top-end{padding-bottom:.525rem}.x-tooltip-portal-top>.x-tooltip-portal-arrow,.x-tooltip-portal-top-start>.x-tooltip-portal-arrow,.x-tooltip-portal-top-end>.x-tooltip-portal-arrow{bottom:.2rem;border-bottom-width:0;border-top-color:var(--x-text)}.x-tooltip-portal-top .x-tooltip-portal-arrow-after,.x-tooltip-portal-top-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-top-end .x-tooltip-portal-arrow-after{bottom:.1rem;margin-left:-.375rem;border-bottom-width:0;border-top-color:var(--x-text)}.x-tooltip-portal-left,.x-tooltip-portal-left-start,.x-tooltip-portal-left-end{padding-right:.525rem}.x-tooltip-portal-left>.x-tooltip-portal-arrow,.x-tooltip-portal-left-start>.x-tooltip-portal-arrow,.x-tooltip-portal-left-end>.x-tooltip-portal-arrow{right:.2rem;border-right-width:0;border-left-color:var(--x-text)}.x-tooltip-portal-left .x-tooltip-portal-arrow-after,.x-tooltip-portal-left-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-left-end .x-tooltip-portal-arrow-after{right:.1rem;margin-top:-.375rem;border-right-width:0;border-left-color:var(--x-text)}.x-tooltip-portal-right,.x-tooltip-portal-right-start,.x-tooltip-portal-right-end{padding-left:.525rem}.x-tooltip-portal-right>.x-tooltip-portal-arrow,.x-tooltip-portal-right-start>.x-tooltip-portal-arrow,.x-tooltip-portal-right-end>.x-tooltip-portal-arrow{left:.2rem;border-left-width:0;border-right-color:var(--x-text)}.x-tooltip-portal-right .x-tooltip-portal-arrow-after,.x-tooltip-portal-right-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-right-end .x-tooltip-portal-arrow-after{left:.1rem;margin-top:-.375rem;border-left-width:0;border-right-color:var(--x-text)}.x-tooltip-portal-bottom,.x-tooltip-portal-bottom-start,.x-tooltip-portal-bottom-end{padding-top:.525rem}.x-tooltip-portal-bottom .x-tooltip-portal-arrow,.x-tooltip-portal-bottom-start .x-tooltip-portal-arrow,.x-tooltip-portal-bottom-end .x-tooltip-portal-arrow{top:.2rem;border-top-width:0;border-bottom-color:var(--x-text)}.x-tooltip-portal-bottom .x-tooltip-portal-arrow-after,.x-tooltip-portal-bottom-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-bottom-end .x-tooltip-portal-arrow-after{top:.1rem;margin-left:-.375rem;border-top-width:0;border-bottom-color:var(--x-text)}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], animations: [XFadeAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XTooltipPortalComponent, decorators: [{
81
+ /** @nocollapse */ /** @nocollapse */ XTooltipPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTooltipPortalComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
82
+ /** @nocollapse */ /** @nocollapse */ XTooltipPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XTooltipPortalComponent, selector: "x-tooltip-portal", host: { listeners: { "mouseenter": "mouseenter()", "mouseleave": "mouseleave()" }, properties: { "@x-fade-animation": "this.animation" } }, viewQueries: [{ propertyName: "tooltipPortal", first: true, predicate: ["tooltipPortal"], descendants: true, static: true }, { propertyName: "tooltipArrow", first: true, predicate: ["tooltipArrow"], descendants: true }, { propertyName: "tooltipArrowAfter", first: true, predicate: ["tooltipArrowAfter"], descendants: true }], ngImport: i0, template: "<div #tooltipPortal class=\"x-tooltip-portal\" [ngClass]=\"classMap\">\r\n <div class=\"x-tooltip-portal-inner\" [style.backgroundColor]=\"backgroundColor\" [style.color]=\"color\" [innerHTML]=\"content\"></div>\r\n <div #tooltipArrow class=\"x-tooltip-portal-arrow\">\r\n <div #tooltipArrowAfter class=\"x-tooltip-portal-arrow-after\"></div>\r\n </div>\r\n</div>\r\n", styles: [".x-tooltip-portal{margin:0;padding:0;display:inline-flex;position:relative;justify-content:center;align-items:center}.x-tooltip-portal>.x-tooltip-portal-inner{font-size:var(--x-font-size);background-color:var(--x-text);color:var(--x-text-700);padding:.325rem .5rem;max-width:10rem;border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-tooltip-portal .x-tooltip-portal-arrow,.x-tooltip-portal .x-tooltip-portal-arrow-after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.x-tooltip-portal .x-tooltip-portal-arrow{border-width:.375rem;filter:drop-shadow(0 .125rem .75rem rgba(0,0,0,.03))}.x-tooltip-portal .x-tooltip-portal-arrow-after{border-width:.375rem}.x-tooltip-portal-top,.x-tooltip-portal-top-start,.x-tooltip-portal-top-end{padding-bottom:.525rem}.x-tooltip-portal-top>.x-tooltip-portal-arrow,.x-tooltip-portal-top-start>.x-tooltip-portal-arrow,.x-tooltip-portal-top-end>.x-tooltip-portal-arrow{bottom:.2rem;border-bottom-width:0;border-top-color:var(--x-text)}.x-tooltip-portal-top .x-tooltip-portal-arrow-after,.x-tooltip-portal-top-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-top-end .x-tooltip-portal-arrow-after{bottom:.1rem;margin-left:-.375rem;border-bottom-width:0;border-top-color:var(--x-text)}.x-tooltip-portal-left,.x-tooltip-portal-left-start,.x-tooltip-portal-left-end{padding-right:.525rem}.x-tooltip-portal-left>.x-tooltip-portal-arrow,.x-tooltip-portal-left-start>.x-tooltip-portal-arrow,.x-tooltip-portal-left-end>.x-tooltip-portal-arrow{right:.2rem;border-right-width:0;border-left-color:var(--x-text)}.x-tooltip-portal-left .x-tooltip-portal-arrow-after,.x-tooltip-portal-left-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-left-end .x-tooltip-portal-arrow-after{right:.1rem;margin-top:-.375rem;border-right-width:0;border-left-color:var(--x-text)}.x-tooltip-portal-right,.x-tooltip-portal-right-start,.x-tooltip-portal-right-end{padding-left:.525rem}.x-tooltip-portal-right>.x-tooltip-portal-arrow,.x-tooltip-portal-right-start>.x-tooltip-portal-arrow,.x-tooltip-portal-right-end>.x-tooltip-portal-arrow{left:.2rem;border-left-width:0;border-right-color:var(--x-text)}.x-tooltip-portal-right .x-tooltip-portal-arrow-after,.x-tooltip-portal-right-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-right-end .x-tooltip-portal-arrow-after{left:.1rem;margin-top:-.375rem;border-left-width:0;border-right-color:var(--x-text)}.x-tooltip-portal-bottom,.x-tooltip-portal-bottom-start,.x-tooltip-portal-bottom-end{padding-top:.525rem}.x-tooltip-portal-bottom .x-tooltip-portal-arrow,.x-tooltip-portal-bottom-start .x-tooltip-portal-arrow,.x-tooltip-portal-bottom-end .x-tooltip-portal-arrow{top:.2rem;border-top-width:0;border-bottom-color:var(--x-text)}.x-tooltip-portal-bottom .x-tooltip-portal-arrow-after,.x-tooltip-portal-bottom-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-bottom-end .x-tooltip-portal-arrow-after{top:.1rem;margin-left:-.375rem;border-top-width:0;border-bottom-color:var(--x-text)}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], animations: [XFadeAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XTooltipPortalComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{ selector: `${XTooltipPortalPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [XFadeAnimation], template: "<div #tooltipPortal class=\"x-tooltip-portal\" [ngClass]=\"classMap\">\r\n <div class=\"x-tooltip-portal-inner\" [style.backgroundColor]=\"backgroundColor\" [style.color]=\"color\" [innerHTML]=\"content\"></div>\r\n <div #tooltipArrow class=\"x-tooltip-portal-arrow\">\r\n <div #tooltipArrowAfter class=\"x-tooltip-portal-arrow-after\"></div>\r\n </div>\r\n</div>\r\n", styles: [".x-tooltip-portal{margin:0;padding:0;display:inline-flex;position:relative;justify-content:center;align-items:center}.x-tooltip-portal>.x-tooltip-portal-inner{font-size:var(--x-font-size);background-color:var(--x-text);color:var(--x-text-700);padding:.325rem .5rem;max-width:10rem;border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-tooltip-portal .x-tooltip-portal-arrow,.x-tooltip-portal .x-tooltip-portal-arrow-after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.x-tooltip-portal .x-tooltip-portal-arrow{border-width:.375rem;filter:drop-shadow(0 .125rem .75rem rgba(0,0,0,.03))}.x-tooltip-portal .x-tooltip-portal-arrow-after{border-width:.375rem}.x-tooltip-portal-top,.x-tooltip-portal-top-start,.x-tooltip-portal-top-end{padding-bottom:.525rem}.x-tooltip-portal-top>.x-tooltip-portal-arrow,.x-tooltip-portal-top-start>.x-tooltip-portal-arrow,.x-tooltip-portal-top-end>.x-tooltip-portal-arrow{bottom:.2rem;border-bottom-width:0;border-top-color:var(--x-text)}.x-tooltip-portal-top .x-tooltip-portal-arrow-after,.x-tooltip-portal-top-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-top-end .x-tooltip-portal-arrow-after{bottom:.1rem;margin-left:-.375rem;border-bottom-width:0;border-top-color:var(--x-text)}.x-tooltip-portal-left,.x-tooltip-portal-left-start,.x-tooltip-portal-left-end{padding-right:.525rem}.x-tooltip-portal-left>.x-tooltip-portal-arrow,.x-tooltip-portal-left-start>.x-tooltip-portal-arrow,.x-tooltip-portal-left-end>.x-tooltip-portal-arrow{right:.2rem;border-right-width:0;border-left-color:var(--x-text)}.x-tooltip-portal-left .x-tooltip-portal-arrow-after,.x-tooltip-portal-left-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-left-end .x-tooltip-portal-arrow-after{right:.1rem;margin-top:-.375rem;border-right-width:0;border-left-color:var(--x-text)}.x-tooltip-portal-right,.x-tooltip-portal-right-start,.x-tooltip-portal-right-end{padding-left:.525rem}.x-tooltip-portal-right>.x-tooltip-portal-arrow,.x-tooltip-portal-right-start>.x-tooltip-portal-arrow,.x-tooltip-portal-right-end>.x-tooltip-portal-arrow{left:.2rem;border-left-width:0;border-right-color:var(--x-text)}.x-tooltip-portal-right .x-tooltip-portal-arrow-after,.x-tooltip-portal-right-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-right-end .x-tooltip-portal-arrow-after{left:.1rem;margin-top:-.375rem;border-left-width:0;border-right-color:var(--x-text)}.x-tooltip-portal-bottom,.x-tooltip-portal-bottom-start,.x-tooltip-portal-bottom-end{padding-top:.525rem}.x-tooltip-portal-bottom .x-tooltip-portal-arrow,.x-tooltip-portal-bottom-start .x-tooltip-portal-arrow,.x-tooltip-portal-bottom-end .x-tooltip-portal-arrow{top:.2rem;border-top-width:0;border-bottom-color:var(--x-text)}.x-tooltip-portal-bottom .x-tooltip-portal-arrow-after,.x-tooltip-portal-bottom-start .x-tooltip-portal-arrow-after,.x-tooltip-portal-bottom-end .x-tooltip-portal-arrow-after{top:.1rem;margin-left:-.375rem;border-top-width:0;border-bottom-color:var(--x-text)}\n"] }]
86
86
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { mouseenter: [{