@ng-nest/ui 13.0.7 → 13.1.0

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 (691) 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/collapse/collapse.property.d.ts +31 -1
  5. package/collapse/examples/en_US/default/arrow/README.md +6 -0
  6. package/collapse/examples/en_US/default/border/README.md +6 -0
  7. package/collapse/examples/en_US/default/ghost/README.md +6 -0
  8. package/collapse/examples/en_US/default/icon/README.md +6 -0
  9. package/collapse/examples/zh_CN/default/arrow/README.md +6 -0
  10. package/collapse/examples/zh_CN/default/border/README.md +6 -0
  11. package/collapse/examples/zh_CN/default/ghost/README.md +6 -0
  12. package/collapse/examples/zh_CN/default/icon/README.md +6 -0
  13. package/core/animation/connect.d.ts +1 -0
  14. package/core/config/config.d.ts +10 -0
  15. package/dialog/dialog.component.d.ts +25 -2
  16. package/dialog/dialog.module.d.ts +2 -1
  17. package/dialog/dialog.property.d.ts +27 -9
  18. package/dialog/dialog.service.d.ts +4 -2
  19. package/dialog/examples/zh_CN/default/resizable/README.md +6 -0
  20. package/esm2020/affix/affix.component.mjs +3 -3
  21. package/esm2020/affix/affix.module.mjs +4 -4
  22. package/esm2020/affix/affix.property.mjs +3 -3
  23. package/esm2020/alert/alert.component.mjs +12 -8
  24. package/esm2020/alert/alert.module.mjs +7 -6
  25. package/esm2020/alert/alert.property.mjs +58 -4
  26. package/esm2020/anchor/anchor.component.mjs +3 -3
  27. package/esm2020/anchor/anchor.module.mjs +4 -4
  28. package/esm2020/anchor/anchor.property.mjs +3 -3
  29. package/esm2020/api/api.component.mjs +3 -3
  30. package/esm2020/api/api.module.mjs +4 -4
  31. package/esm2020/auto-complete/auto-complete-portal.component.mjs +3 -3
  32. package/esm2020/auto-complete/auto-complete.component.mjs +3 -3
  33. package/esm2020/auto-complete/auto-complete.module.mjs +4 -4
  34. package/esm2020/auto-complete/auto-complete.property.mjs +3 -3
  35. package/esm2020/avatar/avatar.component.mjs +3 -3
  36. package/esm2020/avatar/avatar.module.mjs +4 -4
  37. package/esm2020/avatar/avatar.property.mjs +3 -3
  38. package/esm2020/back-top/back-top.component.mjs +7 -5
  39. package/esm2020/back-top/back-top.module.mjs +4 -4
  40. package/esm2020/back-top/back-top.property.mjs +3 -3
  41. package/esm2020/badge/badge.component.mjs +3 -3
  42. package/esm2020/badge/badge.module.mjs +4 -4
  43. package/esm2020/badge/badge.property.mjs +3 -3
  44. package/esm2020/base-form/base-form.component.mjs +3 -3
  45. package/esm2020/base-form/base-form.module.mjs +4 -4
  46. package/esm2020/base-form/base-form.property.mjs +3 -3
  47. package/esm2020/border/border.component.mjs +3 -3
  48. package/esm2020/border/border.module.mjs +4 -4
  49. package/esm2020/button/button.component.mjs +3 -3
  50. package/esm2020/button/button.module.mjs +4 -4
  51. package/esm2020/button/button.property.mjs +6 -6
  52. package/esm2020/button/buttons.component.mjs +3 -3
  53. package/esm2020/calendar/calendar.component.mjs +3 -3
  54. package/esm2020/calendar/calendar.module.mjs +4 -4
  55. package/esm2020/calendar/calendar.property.mjs +3 -3
  56. package/esm2020/card/card.component.mjs +3 -3
  57. package/esm2020/card/card.module.mjs +4 -4
  58. package/esm2020/card/card.property.mjs +3 -3
  59. package/esm2020/carousel/carousel-panel.component.mjs +3 -3
  60. package/esm2020/carousel/carousel.component.mjs +3 -3
  61. package/esm2020/carousel/carousel.module.mjs +4 -4
  62. package/esm2020/carousel/carousel.property.mjs +6 -6
  63. package/esm2020/cascade/cascade-portal.component.mjs +3 -3
  64. package/esm2020/cascade/cascade.component.mjs +3 -3
  65. package/esm2020/cascade/cascade.module.mjs +4 -4
  66. package/esm2020/cascade/cascade.property.mjs +3 -3
  67. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  68. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  69. package/esm2020/checkbox/checkbox.property.mjs +3 -3
  70. package/esm2020/collapse/collapse-panel.component.mjs +6 -5
  71. package/esm2020/collapse/collapse.component.mjs +5 -5
  72. package/esm2020/collapse/collapse.module.mjs +4 -4
  73. package/esm2020/collapse/collapse.property.mjs +34 -8
  74. package/esm2020/color/color.component.mjs +3 -3
  75. package/esm2020/color/color.module.mjs +4 -4
  76. package/esm2020/color/color.property.mjs +3 -3
  77. package/esm2020/color-picker/color-picker-portal.component.mjs +3 -3
  78. package/esm2020/color-picker/color-picker.component.mjs +3 -3
  79. package/esm2020/color-picker/color-picker.module.mjs +4 -4
  80. package/esm2020/color-picker/color-picker.property.mjs +3 -3
  81. package/esm2020/comment/comment-reply.component.mjs +3 -3
  82. package/esm2020/comment/comment.component.mjs +3 -3
  83. package/esm2020/comment/comment.module.mjs +4 -4
  84. package/esm2020/comment/comment.property.mjs +6 -6
  85. package/esm2020/container/aside.component.mjs +3 -3
  86. package/esm2020/container/container.component.mjs +3 -3
  87. package/esm2020/container/container.module.mjs +4 -4
  88. package/esm2020/container/container.property.mjs +12 -12
  89. package/esm2020/container/footer.component.mjs +3 -3
  90. package/esm2020/container/header.component.mjs +3 -3
  91. package/esm2020/container/main.component.mjs +3 -3
  92. package/esm2020/core/animation/connect.mjs +17 -9
  93. package/esm2020/core/config/config.mjs +1 -1
  94. package/esm2020/core/config/config.service.mjs +3 -3
  95. package/esm2020/core/services/http.service.mjs +3 -3
  96. package/esm2020/core/services/preloading-strategy.service.mjs +3 -3
  97. package/esm2020/core/services/storage.service.mjs +3 -3
  98. package/esm2020/core/theme/theme.service.mjs +3 -3
  99. package/esm2020/crumb/crumb.component.mjs +3 -3
  100. package/esm2020/crumb/crumb.module.mjs +4 -4
  101. package/esm2020/crumb/crumb.property.mjs +3 -3
  102. package/esm2020/date-picker/date-picker-portal.component.mjs +3 -3
  103. package/esm2020/date-picker/date-picker.component.mjs +3 -3
  104. package/esm2020/date-picker/date-picker.module.mjs +4 -4
  105. package/esm2020/date-picker/date-picker.property.mjs +15 -15
  106. package/esm2020/date-picker/date-range-portal.component.mjs +3 -3
  107. package/esm2020/date-picker/date-range.component.mjs +3 -3
  108. package/esm2020/date-picker/picker-date.component.mjs +3 -3
  109. package/esm2020/date-picker/picker-month.component.mjs +3 -3
  110. package/esm2020/date-picker/picker-year.component.mjs +3 -3
  111. package/esm2020/description/description-item.component.mjs +3 -3
  112. package/esm2020/description/description.component.mjs +3 -3
  113. package/esm2020/description/description.module.mjs +4 -4
  114. package/esm2020/description/description.property.mjs +6 -6
  115. package/esm2020/dialog/dialog-portal.component.mjs +3 -3
  116. package/esm2020/dialog/dialog-portal.directives.mjs +12 -12
  117. package/esm2020/dialog/dialog.component.mjs +134 -15
  118. package/esm2020/dialog/dialog.module.mjs +12 -8
  119. package/esm2020/dialog/dialog.property.mjs +26 -4
  120. package/esm2020/dialog/dialog.service.mjs +18 -10
  121. package/esm2020/doc/doc.component.mjs +3 -3
  122. package/esm2020/doc/doc.module.mjs +4 -4
  123. package/esm2020/drawer/drawer-container.component.mjs +3 -3
  124. package/esm2020/drawer/drawer-portal.component.mjs +3 -3
  125. package/esm2020/drawer/drawer-portal.directives.mjs +9 -9
  126. package/esm2020/drawer/drawer.component.mjs +3 -3
  127. package/esm2020/drawer/drawer.module.mjs +4 -4
  128. package/esm2020/drawer/drawer.property.mjs +6 -6
  129. package/esm2020/drawer/drawer.service.mjs +3 -3
  130. package/esm2020/dropdown/dropdown-portal.component.mjs +3 -3
  131. package/esm2020/dropdown/dropdown.component.mjs +8 -5
  132. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  133. package/esm2020/dropdown/dropdown.property.mjs +3 -3
  134. package/esm2020/empty/empty.component.mjs +3 -3
  135. package/esm2020/empty/empty.module.mjs +4 -4
  136. package/esm2020/empty/empty.property.mjs +3 -3
  137. package/esm2020/examples/examples.component.mjs +3 -3
  138. package/esm2020/examples/examples.module.mjs +4 -4
  139. package/esm2020/find/find.component.mjs +3 -3
  140. package/esm2020/find/find.module.mjs +4 -4
  141. package/esm2020/find/find.property.mjs +3 -3
  142. package/esm2020/form/control.component.mjs +3 -3
  143. package/esm2020/form/form.component.mjs +3 -3
  144. package/esm2020/form/form.module.mjs +4 -4
  145. package/esm2020/form/form.property.mjs +6 -6
  146. package/esm2020/highlight/highlight.component.mjs +3 -3
  147. package/esm2020/highlight/highlight.module.mjs +4 -4
  148. package/esm2020/highlight/highlight.property.mjs +3 -3
  149. package/esm2020/i18n/i18n.directive.mjs +3 -3
  150. package/esm2020/i18n/i18n.module.mjs +4 -4
  151. package/esm2020/i18n/i18n.pipe.mjs +3 -3
  152. package/esm2020/i18n/i18n.service.mjs +3 -3
  153. package/esm2020/icon/icon.component.mjs +3 -3
  154. package/esm2020/icon/icon.module.mjs +4 -4
  155. package/esm2020/icon/icon.property.mjs +3 -3
  156. package/esm2020/icon/icon.service.mjs +3 -3
  157. package/esm2020/index.mjs +3 -1
  158. package/esm2020/inner/inner.component.mjs +3 -3
  159. package/esm2020/inner/inner.module.mjs +4 -4
  160. package/esm2020/inner/inner.property.mjs +3 -3
  161. package/esm2020/input/input-group.component.mjs +3 -3
  162. package/esm2020/input/input.component.mjs +14 -5
  163. package/esm2020/input/input.module.mjs +4 -4
  164. package/esm2020/input/input.property.mjs +6 -6
  165. package/esm2020/input-number/input-number.component.mjs +3 -3
  166. package/esm2020/input-number/input-number.module.mjs +4 -4
  167. package/esm2020/input-number/input-number.property.mjs +3 -3
  168. package/esm2020/layout/col.component.mjs +3 -3
  169. package/esm2020/layout/layout.module.mjs +4 -4
  170. package/esm2020/layout/layout.property.mjs +6 -6
  171. package/esm2020/layout/row.component.mjs +3 -3
  172. package/esm2020/link/link.component.mjs +3 -3
  173. package/esm2020/link/link.module.mjs +4 -4
  174. package/esm2020/link/link.property.mjs +3 -3
  175. package/esm2020/list/list-option.component.mjs +3 -3
  176. package/esm2020/list/list.component.mjs +3 -3
  177. package/esm2020/list/list.module.mjs +4 -4
  178. package/esm2020/list/list.property.mjs +6 -6
  179. package/esm2020/loading/loading.component.mjs +3 -3
  180. package/esm2020/loading/loading.module.mjs +4 -4
  181. package/esm2020/loading/loading.property.mjs +3 -3
  182. package/esm2020/menu/menu-node.component.mjs +3 -3
  183. package/esm2020/menu/menu.component.mjs +3 -3
  184. package/esm2020/menu/menu.module.mjs +4 -4
  185. package/esm2020/menu/menu.property.mjs +6 -6
  186. package/esm2020/message/message.component.mjs +3 -3
  187. package/esm2020/message/message.module.mjs +4 -4
  188. package/esm2020/message/message.service.mjs +7 -5
  189. package/esm2020/message-box/message-box.component.mjs +3 -3
  190. package/esm2020/message-box/message-box.module.mjs +4 -4
  191. package/esm2020/message-box/message-box.service.mjs +7 -5
  192. package/esm2020/notification/notification.component.mjs +3 -3
  193. package/esm2020/notification/notification.module.mjs +4 -4
  194. package/esm2020/notification/notification.service.mjs +7 -5
  195. package/esm2020/outlet/outlet.directive.mjs +3 -3
  196. package/esm2020/outlet/outlet.module.mjs +4 -4
  197. package/esm2020/page-header/page-header.component.mjs +3 -3
  198. package/esm2020/page-header/page-header.module.mjs +4 -4
  199. package/esm2020/page-header/page-header.property.mjs +3 -3
  200. package/esm2020/pagination/pagination.component.mjs +3 -3
  201. package/esm2020/pagination/pagination.module.mjs +4 -4
  202. package/esm2020/pagination/pagination.property.mjs +10 -5
  203. package/esm2020/pattern/pattern.component.mjs +3 -3
  204. package/esm2020/pattern/pattern.module.mjs +4 -4
  205. package/esm2020/popconfirm/popconfirm.component.mjs +3 -3
  206. package/esm2020/popconfirm/popconfirm.module.mjs +4 -4
  207. package/esm2020/popconfirm/popconfirm.property.mjs +3 -3
  208. package/esm2020/popover/popover-portal.component.mjs +3 -3
  209. package/esm2020/popover/popover.directive.mjs +16 -8
  210. package/esm2020/popover/popover.module.mjs +4 -4
  211. package/esm2020/popover/popover.property.mjs +18 -4
  212. package/esm2020/portal/portal.module.mjs +4 -4
  213. package/esm2020/portal/portal.property.mjs +2 -1
  214. package/esm2020/portal/portal.service.mjs +62 -8
  215. package/esm2020/progress/progress.component.mjs +4 -4
  216. package/esm2020/progress/progress.module.mjs +4 -4
  217. package/esm2020/progress/progress.property.mjs +3 -3
  218. package/esm2020/radio/radio.component.mjs +3 -3
  219. package/esm2020/radio/radio.module.mjs +4 -4
  220. package/esm2020/radio/radio.property.mjs +3 -3
  221. package/esm2020/rate/rate.component.mjs +3 -3
  222. package/esm2020/rate/rate.module.mjs +4 -4
  223. package/esm2020/rate/rate.property.mjs +3 -3
  224. package/esm2020/resizable/ng-nest-ui-resizable.mjs +5 -0
  225. package/esm2020/resizable/public-api.mjs +4 -0
  226. package/esm2020/resizable/resizable.directive.mjs +226 -0
  227. package/esm2020/resizable/resizable.module.mjs +18 -0
  228. package/esm2020/resizable/resizable.property.mjs +94 -0
  229. package/esm2020/result/result.component.mjs +3 -3
  230. package/esm2020/result/result.module.mjs +4 -4
  231. package/esm2020/result/result.property.mjs +3 -3
  232. package/esm2020/ripple/ripple.directive.mjs +3 -3
  233. package/esm2020/ripple/ripple.module.mjs +4 -4
  234. package/esm2020/ripple/ripple.property.mjs +3 -3
  235. package/esm2020/select/select-portal.component.mjs +3 -3
  236. package/esm2020/select/select.component.mjs +3 -3
  237. package/esm2020/select/select.module.mjs +4 -4
  238. package/esm2020/select/select.property.mjs +3 -3
  239. package/esm2020/skeleton/skeleton.component.mjs +3 -3
  240. package/esm2020/skeleton/skeleton.module.mjs +4 -4
  241. package/esm2020/skeleton/skeleton.property.mjs +3 -3
  242. package/esm2020/slider/slider.component.mjs +7 -5
  243. package/esm2020/slider/slider.module.mjs +4 -4
  244. package/esm2020/slider/slider.property.mjs +4 -4
  245. package/esm2020/slider-select/slider-select.component.mjs +3 -3
  246. package/esm2020/slider-select/slider-select.module.mjs +4 -4
  247. package/esm2020/slider-select/slider-select.property.mjs +3 -3
  248. package/esm2020/statistic/countdown.component.mjs +3 -3
  249. package/esm2020/statistic/statistic.component.mjs +3 -3
  250. package/esm2020/statistic/statistic.module.mjs +4 -4
  251. package/esm2020/statistic/statistic.property.mjs +6 -6
  252. package/esm2020/steps/steps.component.mjs +3 -3
  253. package/esm2020/steps/steps.module.mjs +4 -4
  254. package/esm2020/steps/steps.property.mjs +3 -3
  255. package/esm2020/switch/switch.component.mjs +3 -3
  256. package/esm2020/switch/switch.module.mjs +4 -4
  257. package/esm2020/switch/switch.property.mjs +3 -3
  258. package/esm2020/table/drag.directive.mjs +3 -3
  259. package/esm2020/table/table-body.component.mjs +6 -6
  260. package/esm2020/table/table-foot.component.mjs +3 -3
  261. package/esm2020/table/table-head.component.mjs +3 -3
  262. package/esm2020/table/table.component.mjs +11 -7
  263. package/esm2020/table/table.module.mjs +4 -4
  264. package/esm2020/table/table.property.mjs +30 -13
  265. package/esm2020/tabs/tab-content.component.mjs +3 -3
  266. package/esm2020/tabs/tab.component.mjs +3 -3
  267. package/esm2020/tabs/tabs.component.mjs +6 -6
  268. package/esm2020/tabs/tabs.module.mjs +4 -4
  269. package/esm2020/tabs/tabs.property.mjs +12 -7
  270. package/esm2020/tag/tag.component.mjs +35 -9
  271. package/esm2020/tag/tag.module.mjs +4 -4
  272. package/esm2020/tag/tag.property.mjs +20 -4
  273. package/esm2020/text-retract/text-retract.component.mjs +3 -3
  274. package/esm2020/text-retract/text-retract.module.mjs +4 -4
  275. package/esm2020/text-retract/text-retract.property.mjs +3 -3
  276. package/esm2020/textarea/textarea.component.mjs +3 -3
  277. package/esm2020/textarea/textarea.module.mjs +4 -4
  278. package/esm2020/textarea/textarea.property.mjs +3 -3
  279. package/esm2020/theme/theme.component.mjs +3 -3
  280. package/esm2020/theme/theme.module.mjs +4 -4
  281. package/esm2020/theme/theme.property.mjs +3 -3
  282. package/esm2020/time-ago/time-ago.module.mjs +4 -4
  283. package/esm2020/time-ago/time-ago.pipe.mjs +3 -3
  284. package/esm2020/time-picker/time-picker-frame.component.mjs +3 -3
  285. package/esm2020/time-picker/time-picker-portal.component.mjs +3 -3
  286. package/esm2020/time-picker/time-picker.component.mjs +3 -3
  287. package/esm2020/time-picker/time-picker.module.mjs +4 -4
  288. package/esm2020/time-picker/time-picker.property.mjs +3 -3
  289. package/esm2020/time-range/time-range.module.mjs +4 -4
  290. package/esm2020/time-range/time-range.pipe.mjs +3 -3
  291. package/esm2020/timeline/timeline.component.mjs +22 -5
  292. package/esm2020/timeline/timeline.module.mjs +4 -4
  293. package/esm2020/timeline/timeline.property.mjs +4 -4
  294. package/esm2020/tooltip/tooltip-portal.component.mjs +3 -3
  295. package/esm2020/tooltip/tooltip.directive.mjs +15 -7
  296. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  297. package/esm2020/tooltip/tooltip.property.mjs +20 -4
  298. package/esm2020/transfer/transfer.component.mjs +3 -3
  299. package/esm2020/transfer/transfer.module.mjs +4 -4
  300. package/esm2020/transfer/transfer.property.mjs +3 -3
  301. package/esm2020/tree/tree-node.component.mjs +3 -3
  302. package/esm2020/tree/tree.component.mjs +3 -3
  303. package/esm2020/tree/tree.module.mjs +4 -4
  304. package/esm2020/tree/tree.property.mjs +6 -6
  305. package/esm2020/tree-file/tree-file.component.mjs +3 -3
  306. package/esm2020/tree-file/tree-file.module.mjs +4 -4
  307. package/esm2020/tree-file/tree-file.property.mjs +3 -3
  308. package/esm2020/typography/typography.component.mjs +3 -3
  309. package/esm2020/typography/typography.module.mjs +4 -4
  310. package/esm2020/typography/typography.property.mjs +3 -3
  311. package/esm2020/upload/upload-portal.component.mjs +3 -3
  312. package/esm2020/upload/upload.component.mjs +3 -3
  313. package/esm2020/upload/upload.module.mjs +4 -4
  314. package/esm2020/upload/upload.property.mjs +3 -3
  315. package/fesm2015/ng-nest-ui-affix.mjs +10 -10
  316. package/fesm2015/ng-nest-ui-affix.mjs.map +1 -1
  317. package/fesm2015/ng-nest-ui-alert.mjs +74 -15
  318. package/fesm2015/ng-nest-ui-alert.mjs.map +1 -1
  319. package/fesm2015/ng-nest-ui-anchor.mjs +10 -10
  320. package/fesm2015/ng-nest-ui-anchor.mjs.map +1 -1
  321. package/fesm2015/ng-nest-ui-api.mjs +7 -7
  322. package/fesm2015/ng-nest-ui-api.mjs.map +1 -1
  323. package/fesm2015/ng-nest-ui-auto-complete.mjs +13 -13
  324. package/fesm2015/ng-nest-ui-auto-complete.mjs.map +1 -1
  325. package/fesm2015/ng-nest-ui-avatar.mjs +10 -10
  326. package/fesm2015/ng-nest-ui-avatar.mjs.map +1 -1
  327. package/fesm2015/ng-nest-ui-back-top.mjs +13 -11
  328. package/fesm2015/ng-nest-ui-back-top.mjs.map +1 -1
  329. package/fesm2015/ng-nest-ui-badge.mjs +10 -10
  330. package/fesm2015/ng-nest-ui-badge.mjs.map +1 -1
  331. package/fesm2015/ng-nest-ui-base-form.mjs +10 -10
  332. package/fesm2015/ng-nest-ui-base-form.mjs.map +1 -1
  333. package/fesm2015/ng-nest-ui-border.mjs +7 -7
  334. package/fesm2015/ng-nest-ui-border.mjs.map +1 -1
  335. package/fesm2015/ng-nest-ui-button.mjs +16 -16
  336. package/fesm2015/ng-nest-ui-button.mjs.map +1 -1
  337. package/fesm2015/ng-nest-ui-calendar.mjs +10 -10
  338. package/fesm2015/ng-nest-ui-calendar.mjs.map +1 -1
  339. package/fesm2015/ng-nest-ui-card.mjs +10 -10
  340. package/fesm2015/ng-nest-ui-card.mjs.map +1 -1
  341. package/fesm2015/ng-nest-ui-carousel.mjs +16 -16
  342. package/fesm2015/ng-nest-ui-carousel.mjs.map +1 -1
  343. package/fesm2015/ng-nest-ui-cascade.mjs +13 -13
  344. package/fesm2015/ng-nest-ui-cascade.mjs.map +1 -1
  345. package/fesm2015/ng-nest-ui-checkbox.mjs +10 -10
  346. package/fesm2015/ng-nest-ui-checkbox.mjs.map +1 -1
  347. package/fesm2015/ng-nest-ui-collapse.mjs +46 -19
  348. package/fesm2015/ng-nest-ui-collapse.mjs.map +1 -1
  349. package/fesm2015/ng-nest-ui-color-picker.mjs +13 -13
  350. package/fesm2015/ng-nest-ui-color-picker.mjs.map +1 -1
  351. package/fesm2015/ng-nest-ui-color.mjs +10 -10
  352. package/fesm2015/ng-nest-ui-color.mjs.map +1 -1
  353. package/fesm2015/ng-nest-ui-comment.mjs +16 -16
  354. package/fesm2015/ng-nest-ui-comment.mjs.map +1 -1
  355. package/fesm2015/ng-nest-ui-container.mjs +31 -31
  356. package/fesm2015/ng-nest-ui-container.mjs.map +1 -1
  357. package/fesm2015/ng-nest-ui-core.mjs +32 -24
  358. package/fesm2015/ng-nest-ui-core.mjs.map +1 -1
  359. package/fesm2015/ng-nest-ui-crumb.mjs +10 -10
  360. package/fesm2015/ng-nest-ui-crumb.mjs.map +1 -1
  361. package/fesm2015/ng-nest-ui-date-picker.mjs +40 -40
  362. package/fesm2015/ng-nest-ui-date-picker.mjs.map +1 -1
  363. package/fesm2015/ng-nest-ui-description.mjs +16 -16
  364. package/fesm2015/ng-nest-ui-description.mjs.map +1 -1
  365. package/fesm2015/ng-nest-ui-dialog.mjs +205 -51
  366. package/fesm2015/ng-nest-ui-dialog.mjs.map +1 -1
  367. package/fesm2015/ng-nest-ui-doc.mjs +7 -7
  368. package/fesm2015/ng-nest-ui-doc.mjs.map +1 -1
  369. package/fesm2015/ng-nest-ui-drawer.mjs +31 -31
  370. package/fesm2015/ng-nest-ui-drawer.mjs.map +1 -1
  371. package/fesm2015/ng-nest-ui-dropdown.mjs +17 -14
  372. package/fesm2015/ng-nest-ui-dropdown.mjs.map +1 -1
  373. package/fesm2015/ng-nest-ui-empty.mjs +10 -10
  374. package/fesm2015/ng-nest-ui-empty.mjs.map +1 -1
  375. package/fesm2015/ng-nest-ui-examples.mjs +7 -7
  376. package/fesm2015/ng-nest-ui-examples.mjs.map +1 -1
  377. package/fesm2015/ng-nest-ui-find.mjs +10 -10
  378. package/fesm2015/ng-nest-ui-find.mjs.map +1 -1
  379. package/fesm2015/ng-nest-ui-form.mjs +16 -16
  380. package/fesm2015/ng-nest-ui-form.mjs.map +1 -1
  381. package/fesm2015/ng-nest-ui-highlight.mjs +10 -10
  382. package/fesm2015/ng-nest-ui-highlight.mjs.map +1 -1
  383. package/fesm2015/ng-nest-ui-i18n.mjs +13 -13
  384. package/fesm2015/ng-nest-ui-i18n.mjs.map +1 -1
  385. package/fesm2015/ng-nest-ui-icon.mjs +13 -13
  386. package/fesm2015/ng-nest-ui-icon.mjs.map +1 -1
  387. package/fesm2015/ng-nest-ui-inner.mjs +10 -10
  388. package/fesm2015/ng-nest-ui-inner.mjs.map +1 -1
  389. package/fesm2015/ng-nest-ui-input-number.mjs +10 -10
  390. package/fesm2015/ng-nest-ui-input-number.mjs.map +1 -1
  391. package/fesm2015/ng-nest-ui-input.mjs +26 -17
  392. package/fesm2015/ng-nest-ui-input.mjs.map +1 -1
  393. package/fesm2015/ng-nest-ui-layout.mjs +16 -16
  394. package/fesm2015/ng-nest-ui-layout.mjs.map +1 -1
  395. package/fesm2015/ng-nest-ui-link.mjs +10 -10
  396. package/fesm2015/ng-nest-ui-link.mjs.map +1 -1
  397. package/fesm2015/ng-nest-ui-list.mjs +16 -16
  398. package/fesm2015/ng-nest-ui-list.mjs.map +1 -1
  399. package/fesm2015/ng-nest-ui-loading.mjs +10 -10
  400. package/fesm2015/ng-nest-ui-loading.mjs.map +1 -1
  401. package/fesm2015/ng-nest-ui-menu.mjs +16 -16
  402. package/fesm2015/ng-nest-ui-menu.mjs.map +1 -1
  403. package/fesm2015/ng-nest-ui-message-box.mjs +13 -11
  404. package/fesm2015/ng-nest-ui-message-box.mjs.map +1 -1
  405. package/fesm2015/ng-nest-ui-message.mjs +13 -11
  406. package/fesm2015/ng-nest-ui-message.mjs.map +1 -1
  407. package/fesm2015/ng-nest-ui-notification.mjs +13 -11
  408. package/fesm2015/ng-nest-ui-notification.mjs.map +1 -1
  409. package/fesm2015/ng-nest-ui-outlet.mjs +7 -7
  410. package/fesm2015/ng-nest-ui-outlet.mjs.map +1 -1
  411. package/fesm2015/ng-nest-ui-page-header.mjs +10 -10
  412. package/fesm2015/ng-nest-ui-page-header.mjs.map +1 -1
  413. package/fesm2015/ng-nest-ui-pagination.mjs +17 -12
  414. package/fesm2015/ng-nest-ui-pagination.mjs.map +1 -1
  415. package/fesm2015/ng-nest-ui-pattern.mjs +7 -7
  416. package/fesm2015/ng-nest-ui-pattern.mjs.map +1 -1
  417. package/fesm2015/ng-nest-ui-popconfirm.mjs +10 -10
  418. package/fesm2015/ng-nest-ui-popconfirm.mjs.map +1 -1
  419. package/fesm2015/ng-nest-ui-popover.mjs +39 -17
  420. package/fesm2015/ng-nest-ui-popover.mjs.map +1 -1
  421. package/fesm2015/ng-nest-ui-portal.mjs +67 -12
  422. package/fesm2015/ng-nest-ui-portal.mjs.map +1 -1
  423. package/fesm2015/ng-nest-ui-progress.mjs +11 -11
  424. package/fesm2015/ng-nest-ui-progress.mjs.map +1 -1
  425. package/fesm2015/ng-nest-ui-radio.mjs +10 -10
  426. package/fesm2015/ng-nest-ui-radio.mjs.map +1 -1
  427. package/fesm2015/ng-nest-ui-rate.mjs +10 -10
  428. package/fesm2015/ng-nest-ui-rate.mjs.map +1 -1
  429. package/fesm2015/ng-nest-ui-resizable.mjs +335 -0
  430. package/fesm2015/ng-nest-ui-resizable.mjs.map +1 -0
  431. package/fesm2015/ng-nest-ui-result.mjs +10 -10
  432. package/fesm2015/ng-nest-ui-result.mjs.map +1 -1
  433. package/fesm2015/ng-nest-ui-ripple.mjs +10 -10
  434. package/fesm2015/ng-nest-ui-ripple.mjs.map +1 -1
  435. package/fesm2015/ng-nest-ui-select.mjs +13 -13
  436. package/fesm2015/ng-nest-ui-select.mjs.map +1 -1
  437. package/fesm2015/ng-nest-ui-skeleton.mjs +10 -10
  438. package/fesm2015/ng-nest-ui-skeleton.mjs.map +1 -1
  439. package/fesm2015/ng-nest-ui-slider-select.mjs +10 -10
  440. package/fesm2015/ng-nest-ui-slider-select.mjs.map +1 -1
  441. package/fesm2015/ng-nest-ui-slider.mjs +13 -11
  442. package/fesm2015/ng-nest-ui-slider.mjs.map +1 -1
  443. package/fesm2015/ng-nest-ui-statistic.mjs +16 -16
  444. package/fesm2015/ng-nest-ui-statistic.mjs.map +1 -1
  445. package/fesm2015/ng-nest-ui-steps.mjs +10 -10
  446. package/fesm2015/ng-nest-ui-steps.mjs.map +1 -1
  447. package/fesm2015/ng-nest-ui-switch.mjs +10 -10
  448. package/fesm2015/ng-nest-ui-switch.mjs.map +1 -1
  449. package/fesm2015/ng-nest-ui-table.mjs +57 -36
  450. package/fesm2015/ng-nest-ui-table.mjs.map +1 -1
  451. package/fesm2015/ng-nest-ui-tabs.mjs +26 -21
  452. package/fesm2015/ng-nest-ui-tabs.mjs.map +1 -1
  453. package/fesm2015/ng-nest-ui-tag.mjs +57 -15
  454. package/fesm2015/ng-nest-ui-tag.mjs.map +1 -1
  455. package/fesm2015/ng-nest-ui-text-retract.mjs +10 -10
  456. package/fesm2015/ng-nest-ui-text-retract.mjs.map +1 -1
  457. package/fesm2015/ng-nest-ui-textarea.mjs +10 -10
  458. package/fesm2015/ng-nest-ui-textarea.mjs.map +1 -1
  459. package/fesm2015/ng-nest-ui-theme.mjs +10 -10
  460. package/fesm2015/ng-nest-ui-theme.mjs.map +1 -1
  461. package/fesm2015/ng-nest-ui-time-ago.mjs +7 -7
  462. package/fesm2015/ng-nest-ui-time-ago.mjs.map +1 -1
  463. package/fesm2015/ng-nest-ui-time-picker.mjs +16 -16
  464. package/fesm2015/ng-nest-ui-time-picker.mjs.map +1 -1
  465. package/fesm2015/ng-nest-ui-time-range.mjs +7 -7
  466. package/fesm2015/ng-nest-ui-time-range.mjs.map +1 -1
  467. package/fesm2015/ng-nest-ui-timeline.mjs +28 -11
  468. package/fesm2015/ng-nest-ui-timeline.mjs.map +1 -1
  469. package/fesm2015/ng-nest-ui-tooltip.mjs +40 -16
  470. package/fesm2015/ng-nest-ui-tooltip.mjs.map +1 -1
  471. package/fesm2015/ng-nest-ui-transfer.mjs +10 -10
  472. package/fesm2015/ng-nest-ui-transfer.mjs.map +1 -1
  473. package/fesm2015/ng-nest-ui-tree-file.mjs +10 -10
  474. package/fesm2015/ng-nest-ui-tree-file.mjs.map +1 -1
  475. package/fesm2015/ng-nest-ui-tree.mjs +16 -16
  476. package/fesm2015/ng-nest-ui-tree.mjs.map +1 -1
  477. package/fesm2015/ng-nest-ui-typography.mjs +10 -10
  478. package/fesm2015/ng-nest-ui-typography.mjs.map +1 -1
  479. package/fesm2015/ng-nest-ui-upload.mjs +13 -13
  480. package/fesm2015/ng-nest-ui-upload.mjs.map +1 -1
  481. package/fesm2015/ng-nest-ui.mjs +2 -0
  482. package/fesm2015/ng-nest-ui.mjs.map +1 -1
  483. package/fesm2020/ng-nest-ui-affix.mjs +10 -10
  484. package/fesm2020/ng-nest-ui-affix.mjs.map +1 -1
  485. package/fesm2020/ng-nest-ui-alert.mjs +74 -15
  486. package/fesm2020/ng-nest-ui-alert.mjs.map +1 -1
  487. package/fesm2020/ng-nest-ui-anchor.mjs +10 -10
  488. package/fesm2020/ng-nest-ui-anchor.mjs.map +1 -1
  489. package/fesm2020/ng-nest-ui-api.mjs +7 -7
  490. package/fesm2020/ng-nest-ui-api.mjs.map +1 -1
  491. package/fesm2020/ng-nest-ui-auto-complete.mjs +13 -13
  492. package/fesm2020/ng-nest-ui-auto-complete.mjs.map +1 -1
  493. package/fesm2020/ng-nest-ui-avatar.mjs +10 -10
  494. package/fesm2020/ng-nest-ui-avatar.mjs.map +1 -1
  495. package/fesm2020/ng-nest-ui-back-top.mjs +13 -11
  496. package/fesm2020/ng-nest-ui-back-top.mjs.map +1 -1
  497. package/fesm2020/ng-nest-ui-badge.mjs +10 -10
  498. package/fesm2020/ng-nest-ui-badge.mjs.map +1 -1
  499. package/fesm2020/ng-nest-ui-base-form.mjs +10 -10
  500. package/fesm2020/ng-nest-ui-base-form.mjs.map +1 -1
  501. package/fesm2020/ng-nest-ui-border.mjs +7 -7
  502. package/fesm2020/ng-nest-ui-border.mjs.map +1 -1
  503. package/fesm2020/ng-nest-ui-button.mjs +16 -16
  504. package/fesm2020/ng-nest-ui-button.mjs.map +1 -1
  505. package/fesm2020/ng-nest-ui-calendar.mjs +10 -10
  506. package/fesm2020/ng-nest-ui-calendar.mjs.map +1 -1
  507. package/fesm2020/ng-nest-ui-card.mjs +10 -10
  508. package/fesm2020/ng-nest-ui-card.mjs.map +1 -1
  509. package/fesm2020/ng-nest-ui-carousel.mjs +16 -16
  510. package/fesm2020/ng-nest-ui-carousel.mjs.map +1 -1
  511. package/fesm2020/ng-nest-ui-cascade.mjs +13 -13
  512. package/fesm2020/ng-nest-ui-cascade.mjs.map +1 -1
  513. package/fesm2020/ng-nest-ui-checkbox.mjs +10 -10
  514. package/fesm2020/ng-nest-ui-checkbox.mjs.map +1 -1
  515. package/fesm2020/ng-nest-ui-collapse.mjs +46 -19
  516. package/fesm2020/ng-nest-ui-collapse.mjs.map +1 -1
  517. package/fesm2020/ng-nest-ui-color-picker.mjs +13 -13
  518. package/fesm2020/ng-nest-ui-color-picker.mjs.map +1 -1
  519. package/fesm2020/ng-nest-ui-color.mjs +10 -10
  520. package/fesm2020/ng-nest-ui-color.mjs.map +1 -1
  521. package/fesm2020/ng-nest-ui-comment.mjs +16 -16
  522. package/fesm2020/ng-nest-ui-comment.mjs.map +1 -1
  523. package/fesm2020/ng-nest-ui-container.mjs +31 -31
  524. package/fesm2020/ng-nest-ui-container.mjs.map +1 -1
  525. package/fesm2020/ng-nest-ui-core.mjs +32 -24
  526. package/fesm2020/ng-nest-ui-core.mjs.map +1 -1
  527. package/fesm2020/ng-nest-ui-crumb.mjs +10 -10
  528. package/fesm2020/ng-nest-ui-crumb.mjs.map +1 -1
  529. package/fesm2020/ng-nest-ui-date-picker.mjs +40 -40
  530. package/fesm2020/ng-nest-ui-date-picker.mjs.map +1 -1
  531. package/fesm2020/ng-nest-ui-description.mjs +16 -16
  532. package/fesm2020/ng-nest-ui-description.mjs.map +1 -1
  533. package/fesm2020/ng-nest-ui-dialog.mjs +202 -51
  534. package/fesm2020/ng-nest-ui-dialog.mjs.map +1 -1
  535. package/fesm2020/ng-nest-ui-doc.mjs +7 -7
  536. package/fesm2020/ng-nest-ui-doc.mjs.map +1 -1
  537. package/fesm2020/ng-nest-ui-drawer.mjs +31 -31
  538. package/fesm2020/ng-nest-ui-drawer.mjs.map +1 -1
  539. package/fesm2020/ng-nest-ui-dropdown.mjs +17 -14
  540. package/fesm2020/ng-nest-ui-dropdown.mjs.map +1 -1
  541. package/fesm2020/ng-nest-ui-empty.mjs +10 -10
  542. package/fesm2020/ng-nest-ui-empty.mjs.map +1 -1
  543. package/fesm2020/ng-nest-ui-examples.mjs +7 -7
  544. package/fesm2020/ng-nest-ui-examples.mjs.map +1 -1
  545. package/fesm2020/ng-nest-ui-find.mjs +10 -10
  546. package/fesm2020/ng-nest-ui-find.mjs.map +1 -1
  547. package/fesm2020/ng-nest-ui-form.mjs +16 -16
  548. package/fesm2020/ng-nest-ui-form.mjs.map +1 -1
  549. package/fesm2020/ng-nest-ui-highlight.mjs +10 -10
  550. package/fesm2020/ng-nest-ui-highlight.mjs.map +1 -1
  551. package/fesm2020/ng-nest-ui-i18n.mjs +13 -13
  552. package/fesm2020/ng-nest-ui-i18n.mjs.map +1 -1
  553. package/fesm2020/ng-nest-ui-icon.mjs +13 -13
  554. package/fesm2020/ng-nest-ui-icon.mjs.map +1 -1
  555. package/fesm2020/ng-nest-ui-inner.mjs +10 -10
  556. package/fesm2020/ng-nest-ui-inner.mjs.map +1 -1
  557. package/fesm2020/ng-nest-ui-input-number.mjs +10 -10
  558. package/fesm2020/ng-nest-ui-input-number.mjs.map +1 -1
  559. package/fesm2020/ng-nest-ui-input.mjs +26 -17
  560. package/fesm2020/ng-nest-ui-input.mjs.map +1 -1
  561. package/fesm2020/ng-nest-ui-layout.mjs +16 -16
  562. package/fesm2020/ng-nest-ui-layout.mjs.map +1 -1
  563. package/fesm2020/ng-nest-ui-link.mjs +10 -10
  564. package/fesm2020/ng-nest-ui-link.mjs.map +1 -1
  565. package/fesm2020/ng-nest-ui-list.mjs +16 -16
  566. package/fesm2020/ng-nest-ui-list.mjs.map +1 -1
  567. package/fesm2020/ng-nest-ui-loading.mjs +10 -10
  568. package/fesm2020/ng-nest-ui-loading.mjs.map +1 -1
  569. package/fesm2020/ng-nest-ui-menu.mjs +16 -16
  570. package/fesm2020/ng-nest-ui-menu.mjs.map +1 -1
  571. package/fesm2020/ng-nest-ui-message-box.mjs +13 -11
  572. package/fesm2020/ng-nest-ui-message-box.mjs.map +1 -1
  573. package/fesm2020/ng-nest-ui-message.mjs +13 -11
  574. package/fesm2020/ng-nest-ui-message.mjs.map +1 -1
  575. package/fesm2020/ng-nest-ui-notification.mjs +13 -11
  576. package/fesm2020/ng-nest-ui-notification.mjs.map +1 -1
  577. package/fesm2020/ng-nest-ui-outlet.mjs +7 -7
  578. package/fesm2020/ng-nest-ui-outlet.mjs.map +1 -1
  579. package/fesm2020/ng-nest-ui-page-header.mjs +10 -10
  580. package/fesm2020/ng-nest-ui-page-header.mjs.map +1 -1
  581. package/fesm2020/ng-nest-ui-pagination.mjs +17 -12
  582. package/fesm2020/ng-nest-ui-pagination.mjs.map +1 -1
  583. package/fesm2020/ng-nest-ui-pattern.mjs +7 -7
  584. package/fesm2020/ng-nest-ui-pattern.mjs.map +1 -1
  585. package/fesm2020/ng-nest-ui-popconfirm.mjs +10 -10
  586. package/fesm2020/ng-nest-ui-popconfirm.mjs.map +1 -1
  587. package/fesm2020/ng-nest-ui-popover.mjs +39 -17
  588. package/fesm2020/ng-nest-ui-popover.mjs.map +1 -1
  589. package/fesm2020/ng-nest-ui-portal.mjs +67 -12
  590. package/fesm2020/ng-nest-ui-portal.mjs.map +1 -1
  591. package/fesm2020/ng-nest-ui-progress.mjs +11 -11
  592. package/fesm2020/ng-nest-ui-progress.mjs.map +1 -1
  593. package/fesm2020/ng-nest-ui-radio.mjs +10 -10
  594. package/fesm2020/ng-nest-ui-radio.mjs.map +1 -1
  595. package/fesm2020/ng-nest-ui-rate.mjs +10 -10
  596. package/fesm2020/ng-nest-ui-rate.mjs.map +1 -1
  597. package/fesm2020/ng-nest-ui-resizable.mjs +337 -0
  598. package/fesm2020/ng-nest-ui-resizable.mjs.map +1 -0
  599. package/fesm2020/ng-nest-ui-result.mjs +10 -10
  600. package/fesm2020/ng-nest-ui-result.mjs.map +1 -1
  601. package/fesm2020/ng-nest-ui-ripple.mjs +10 -10
  602. package/fesm2020/ng-nest-ui-ripple.mjs.map +1 -1
  603. package/fesm2020/ng-nest-ui-select.mjs +13 -13
  604. package/fesm2020/ng-nest-ui-select.mjs.map +1 -1
  605. package/fesm2020/ng-nest-ui-skeleton.mjs +10 -10
  606. package/fesm2020/ng-nest-ui-skeleton.mjs.map +1 -1
  607. package/fesm2020/ng-nest-ui-slider-select.mjs +10 -10
  608. package/fesm2020/ng-nest-ui-slider-select.mjs.map +1 -1
  609. package/fesm2020/ng-nest-ui-slider.mjs +13 -11
  610. package/fesm2020/ng-nest-ui-slider.mjs.map +1 -1
  611. package/fesm2020/ng-nest-ui-statistic.mjs +16 -16
  612. package/fesm2020/ng-nest-ui-statistic.mjs.map +1 -1
  613. package/fesm2020/ng-nest-ui-steps.mjs +10 -10
  614. package/fesm2020/ng-nest-ui-steps.mjs.map +1 -1
  615. package/fesm2020/ng-nest-ui-switch.mjs +10 -10
  616. package/fesm2020/ng-nest-ui-switch.mjs.map +1 -1
  617. package/fesm2020/ng-nest-ui-table.mjs +57 -36
  618. package/fesm2020/ng-nest-ui-table.mjs.map +1 -1
  619. package/fesm2020/ng-nest-ui-tabs.mjs +26 -21
  620. package/fesm2020/ng-nest-ui-tabs.mjs.map +1 -1
  621. package/fesm2020/ng-nest-ui-tag.mjs +57 -15
  622. package/fesm2020/ng-nest-ui-tag.mjs.map +1 -1
  623. package/fesm2020/ng-nest-ui-text-retract.mjs +10 -10
  624. package/fesm2020/ng-nest-ui-text-retract.mjs.map +1 -1
  625. package/fesm2020/ng-nest-ui-textarea.mjs +10 -10
  626. package/fesm2020/ng-nest-ui-textarea.mjs.map +1 -1
  627. package/fesm2020/ng-nest-ui-theme.mjs +10 -10
  628. package/fesm2020/ng-nest-ui-theme.mjs.map +1 -1
  629. package/fesm2020/ng-nest-ui-time-ago.mjs +7 -7
  630. package/fesm2020/ng-nest-ui-time-ago.mjs.map +1 -1
  631. package/fesm2020/ng-nest-ui-time-picker.mjs +16 -16
  632. package/fesm2020/ng-nest-ui-time-picker.mjs.map +1 -1
  633. package/fesm2020/ng-nest-ui-time-range.mjs +7 -7
  634. package/fesm2020/ng-nest-ui-time-range.mjs.map +1 -1
  635. package/fesm2020/ng-nest-ui-timeline.mjs +28 -11
  636. package/fesm2020/ng-nest-ui-timeline.mjs.map +1 -1
  637. package/fesm2020/ng-nest-ui-tooltip.mjs +40 -16
  638. package/fesm2020/ng-nest-ui-tooltip.mjs.map +1 -1
  639. package/fesm2020/ng-nest-ui-transfer.mjs +10 -10
  640. package/fesm2020/ng-nest-ui-transfer.mjs.map +1 -1
  641. package/fesm2020/ng-nest-ui-tree-file.mjs +10 -10
  642. package/fesm2020/ng-nest-ui-tree-file.mjs.map +1 -1
  643. package/fesm2020/ng-nest-ui-tree.mjs +16 -16
  644. package/fesm2020/ng-nest-ui-tree.mjs.map +1 -1
  645. package/fesm2020/ng-nest-ui-typography.mjs +10 -10
  646. package/fesm2020/ng-nest-ui-typography.mjs.map +1 -1
  647. package/fesm2020/ng-nest-ui-upload.mjs +13 -13
  648. package/fesm2020/ng-nest-ui-upload.mjs.map +1 -1
  649. package/fesm2020/ng-nest-ui.mjs +2 -0
  650. package/fesm2020/ng-nest-ui.mjs.map +1 -1
  651. package/index.d.ts +2 -0
  652. package/package.json +9 -1
  653. package/pagination/pagination.property.d.ts +5 -0
  654. package/popover/popover.directive.d.ts +1 -0
  655. package/popover/popover.property.d.ts +11 -1
  656. package/portal/portal.property.d.ts +1 -0
  657. package/portal/portal.service.d.ts +11 -3
  658. package/resizable/ng-nest-ui-resizable.d.ts +5 -0
  659. package/resizable/package.json +10 -0
  660. package/resizable/public-api.d.ts +3 -0
  661. package/resizable/resizable.directive.d.ts +57 -0
  662. package/resizable/resizable.module.d.ts +8 -0
  663. package/resizable/resizable.property.d.ts +92 -0
  664. package/slider/slider.property.d.ts +5 -0
  665. package/style/core/cdk.scss +3 -0
  666. package/style/core/index.css +185 -0
  667. package/style/core/index.css.map +1 -1
  668. package/style/core/index.scss +1 -0
  669. package/style/core/portal.scss +5 -0
  670. package/style/directives/index.scss +1 -0
  671. package/style/directives/resizable/index.scss +6 -0
  672. package/style/directives/resizable/mixin.scss +53 -0
  673. package/style/directives/resizable/param.scss +3 -0
  674. package/style/directives/ripple/mixin.scss +8 -8
  675. package/table/examples/en_US/default/rowclass/README.md +6 -0
  676. package/table/examples/zh_CN/default/rowclass/README.md +6 -0
  677. package/table/table.component.d.ts +1 -0
  678. package/table/table.property.d.ts +38 -2
  679. package/tabs/tabs.property.d.ts +16 -1
  680. package/tag/examples/en_US/default/checked/README.md +6 -0
  681. package/tag/examples/en_US/default/color/README.md +6 -0
  682. package/tag/examples/zh_CN/default/checked/README.md +6 -0
  683. package/tag/examples/zh_CN/default/color/README.md +6 -0
  684. package/tag/tag.component.d.ts +5 -0
  685. package/tag/tag.property.d.ts +23 -1
  686. package/timeline/examples/en_US/default/loading/README.md +6 -0
  687. package/timeline/examples/zh_CN/default/loading/README.md +6 -0
  688. package/timeline/timeline.component.d.ts +1 -0
  689. package/timeline/timeline.property.d.ts +16 -1
  690. package/tooltip/tooltip.directive.d.ts +1 -0
  691. package/tooltip/tooltip.property.d.ts +11 -1
@@ -38,10 +38,10 @@ export class XCollapseComponent extends XCollapseProperty {
38
38
  this.activeChange.emit(this.active);
39
39
  }
40
40
  }
41
- /** @nocollapse */ /** @nocollapse */ XCollapseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapseComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
42
- /** @nocollapse */ /** @nocollapse */ XCollapseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XCollapseComponent, selector: "x-collapse", usesInheritance: true, ngImport: i0, template: "<div #collapse class=\"x-collapse\">\r\n <ng-content></ng-content>\r\n</div>\r\n", styles: [".x-collapse{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box;border-top:var(--x-border-width) var(--x-border-style) var(--x-border);border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-collapse x-collapse-panel:last-child .x-collapse-panel-header{border-bottom-color:transparent}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapseComponent, decorators: [{
41
+ /** @nocollapse */ /** @nocollapse */ XCollapseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapseComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
42
+ /** @nocollapse */ /** @nocollapse */ XCollapseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCollapseComponent, selector: "x-collapse", usesInheritance: true, ngImport: i0, template: "<div #collapse class=\"x-collapse\" [class.x-collapse-ghost]=\"ghost\" [class.x-collapse-bordered]=\"bordered\">\r\n <ng-content></ng-content>\r\n</div>\r\n", styles: [".x-collapse{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box;border-top:var(--x-border-width) var(--x-border-style) var(--x-border);border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-collapse x-collapse-panel:last-child .x-collapse-panel-header{border-bottom-color:transparent}.x-collapse-bordered{border-left:var(--x-border-width) var(--x-border-style) var(--x-border);border-right:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-collapse-bordered x-collapse-panel .x-collapse-panel-header{padding-left:.625rem;padding-right:.625rem}.x-collapse-bordered x-collapse-panel .x-collapse-panel-body{padding-left:.625rem;padding-right:.625rem}.x-collapse-ghost{border-top:none;border-bottom:none}.x-collapse-ghost x-collapse-panel .x-collapse-panel-header{border-bottom:none}.x-collapse-ghost x-collapse-panel .x-collapse-panel-body{border-bottom:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapseComponent, decorators: [{
44
44
  type: Component,
45
- args: [{ selector: `${XCollapsePrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #collapse class=\"x-collapse\">\r\n <ng-content></ng-content>\r\n</div>\r\n", styles: [".x-collapse{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box;border-top:var(--x-border-width) var(--x-border-style) var(--x-border);border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-collapse x-collapse-panel:last-child .x-collapse-panel-header{border-bottom-color:transparent}\n"] }]
45
+ args: [{ selector: `${XCollapsePrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #collapse class=\"x-collapse\" [class.x-collapse-ghost]=\"ghost\" [class.x-collapse-bordered]=\"bordered\">\r\n <ng-content></ng-content>\r\n</div>\r\n", styles: [".x-collapse{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box;border-top:var(--x-border-width) var(--x-border-style) var(--x-border);border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-collapse x-collapse-panel:last-child .x-collapse-panel-header{border-bottom-color:transparent}.x-collapse-bordered{border-left:var(--x-border-width) var(--x-border-style) var(--x-border);border-right:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-collapse-bordered x-collapse-panel .x-collapse-panel-header{padding-left:.625rem;padding-right:.625rem}.x-collapse-bordered x-collapse-panel .x-collapse-panel-body{padding-left:.625rem;padding-right:.625rem}.x-collapse-ghost{border-top:none;border-bottom:none}.x-collapse-ghost x-collapse-panel .x-collapse-panel-header{border-bottom:none}.x-collapse-ghost x-collapse-panel .x-collapse-panel-body{border-bottom:none}\n"] }]
46
46
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.XConfigService }]; } });
47
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sbGFwc2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29sbGFwc2UvY29sbGFwc2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29sbGFwc2UvY29sbGFwc2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxpQkFBaUIsRUFBNEMsdUJBQXVCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEksT0FBTyxFQUFFLGVBQWUsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxRQUFRLEVBQWtCLE1BQU0sa0JBQWtCLENBQUM7OztBQVM1RCxNQUFNLE9BQU8sa0JBQW1CLFNBQVEsaUJBQWlCO0lBSXZELFlBQ1MsUUFBbUIsRUFDbkIsVUFBc0IsRUFDdEIsR0FBc0IsRUFDdEIsYUFBNkI7UUFFcEMsS0FBSyxFQUFFLENBQUM7UUFMRCxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQ25CLGVBQVUsR0FBVixVQUFVLENBQVk7UUFDdEIsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFDdEIsa0JBQWEsR0FBYixhQUFhLENBQWdCO1FBUHRDLFVBQUssR0FBVyxDQUFDLENBQUM7UUFDbEIsaUJBQVksR0FBZSxFQUFFLENBQUM7SUFTOUIsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUM7WUFBRSxJQUFJLENBQUMsTUFBTSxHQUFHLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO0lBQ2xFLENBQUM7SUFFRCxNQUFNLENBQUMsR0FBVyxFQUFFLEdBQUcsR0FBRyxJQUFJO1FBQzVCLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLE1BQWtCLENBQUM7UUFDdEMsTUFBTSxDQUFDLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDbkMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUU7WUFDWixJQUFJLEdBQUcsRUFBRTtnQkFDUCxJQUFJLENBQUMsTUFBTSxHQUFHLENBQUMsR0FBRyxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsQ0FBQyxDQUFDO2FBQ3JDO1NBQ0Y7YUFBTTtZQUNMLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ1IsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO2FBQzFCO1NBQ0Y7UUFDRCxJQUFJLElBQUksQ0FBQyxTQUFTLElBQUksSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLEtBQUssQ0FBQyxFQUFFO1lBQzlDLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQVcsQ0FBQyxDQUFDO1lBQzFELEtBQUssSUFBSSxLQUFLLEVBQUUsQ0FBQztZQUNqQixPQUFPO1NBQ1I7UUFDRCxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdEMsQ0FBQzs7cUpBbkNVLGtCQUFrQjt5SUFBbEIsa0JBQWtCLHlFQ1gvQixtRkFHQTsyRkRRYSxrQkFBa0I7a0JBUDlCLFNBQVM7K0JBQ0UsR0FBRyxlQUFlLEVBQUUsaUJBR2YsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBWaWV3RW5jYXBzdWxhdGlvbiwgUmVuZGVyZXIyLCBFbGVtZW50UmVmLCBDaGFuZ2VEZXRlY3RvclJlZiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgWENvbGxhcHNlUHJlZml4LCBYQ29sbGFwc2VQcm9wZXJ0eSB9IGZyb20gJy4vY29sbGFwc2UucHJvcGVydHknO1xyXG5pbXBvcnQgeyBYSXNBcnJheSwgWENvbmZpZ1NlcnZpY2UgfSBmcm9tICdAbmctbmVzdC91aS9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBgJHtYQ29sbGFwc2VQcmVmaXh9YCxcclxuICB0ZW1wbGF0ZVVybDogJy4vY29sbGFwc2UuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2NvbGxhcHNlLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgWENvbGxhcHNlQ29tcG9uZW50IGV4dGVuZHMgWENvbGxhcHNlUHJvcGVydHkgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIHN0YXJ0OiBudW1iZXIgPSAwO1xyXG4gIHBhbmVsQ2hhbmdlczogRnVuY3Rpb25bXSA9IFtdO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHB1YmxpYyByZW5kZXJlcjogUmVuZGVyZXIyLFxyXG4gICAgcHVibGljIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXHJcbiAgICBwdWJsaWMgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcclxuICAgIHB1YmxpYyBjb25maWdTZXJ2aWNlOiBYQ29uZmlnU2VydmljZVxyXG4gICkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcblxyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgaWYgKCFYSXNBcnJheSh0aGlzLmFjdGl2ZSkpIHRoaXMuYWN0aXZlID0gW051bWJlcih0aGlzLmFjdGl2ZSldO1xyXG4gIH1cclxuXHJcbiAgY2hhbmdlKG51bTogbnVtYmVyLCBhZGQgPSB0cnVlKSB7XHJcbiAgICB0aGlzLmFjdGl2ZSA9IHRoaXMuYWN0aXZlIGFzIG51bWJlcltdO1xyXG4gICAgY29uc3QgaSA9IHRoaXMuYWN0aXZlLmluZGV4T2YobnVtKTtcclxuICAgIGlmIChpID09PSAtMSkge1xyXG4gICAgICBpZiAoYWRkKSB7XHJcbiAgICAgICAgdGhpcy5hY3RpdmUgPSBbLi4udGhpcy5hY3RpdmUsIG51bV07XHJcbiAgICAgIH1cclxuICAgIH0gZWxzZSB7XHJcbiAgICAgIGlmICghYWRkKSB7XHJcbiAgICAgICAgdGhpcy5hY3RpdmUuc3BsaWNlKGksIDEpO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgICBpZiAodGhpcy5hY2NvcmRpb24gJiYgdGhpcy5hY3RpdmUubGVuZ3RoID09PSAyKSB7XHJcbiAgICAgIGNvbnN0IHBhbmVsID0gdGhpcy5wYW5lbENoYW5nZXNbdGhpcy5hY3RpdmVbMF0gYXMgbnVtYmVyXTtcclxuICAgICAgcGFuZWwgJiYgcGFuZWwoKTtcclxuICAgICAgcmV0dXJuO1xyXG4gICAgfVxyXG4gICAgdGhpcy5hY3RpdmVDaGFuZ2UuZW1pdCh0aGlzLmFjdGl2ZSk7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgI2NvbGxhcHNlIGNsYXNzPVwieC1jb2xsYXBzZVwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9kaXY+XHJcbiJdfQ==
47
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sbGFwc2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29sbGFwc2UvY29sbGFwc2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29sbGFwc2UvY29sbGFwc2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxpQkFBaUIsRUFBNEMsdUJBQXVCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEksT0FBTyxFQUFFLGVBQWUsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxRQUFRLEVBQWtCLE1BQU0sa0JBQWtCLENBQUM7OztBQVM1RCxNQUFNLE9BQU8sa0JBQW1CLFNBQVEsaUJBQWlCO0lBSXZELFlBQ1MsUUFBbUIsRUFDbkIsVUFBc0IsRUFDdEIsR0FBc0IsRUFDdEIsYUFBNkI7UUFFcEMsS0FBSyxFQUFFLENBQUM7UUFMRCxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQ25CLGVBQVUsR0FBVixVQUFVLENBQVk7UUFDdEIsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFDdEIsa0JBQWEsR0FBYixhQUFhLENBQWdCO1FBUHRDLFVBQUssR0FBVyxDQUFDLENBQUM7UUFDbEIsaUJBQVksR0FBZSxFQUFFLENBQUM7SUFTOUIsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUM7WUFBRSxJQUFJLENBQUMsTUFBTSxHQUFHLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO0lBQ2xFLENBQUM7SUFFRCxNQUFNLENBQUMsR0FBVyxFQUFFLEdBQUcsR0FBRyxJQUFJO1FBQzVCLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLE1BQWtCLENBQUM7UUFDdEMsTUFBTSxDQUFDLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDbkMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUU7WUFDWixJQUFJLEdBQUcsRUFBRTtnQkFDUCxJQUFJLENBQUMsTUFBTSxHQUFHLENBQUMsR0FBRyxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsQ0FBQyxDQUFDO2FBQ3JDO1NBQ0Y7YUFBTTtZQUNMLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ1IsSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO2FBQzFCO1NBQ0Y7UUFDRCxJQUFJLElBQUksQ0FBQyxTQUFTLElBQUksSUFBSSxDQUFDLE1BQU0sQ0FBQyxNQUFNLEtBQUssQ0FBQyxFQUFFO1lBQzlDLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQVcsQ0FBQyxDQUFDO1lBQzFELEtBQUssSUFBSSxLQUFLLEVBQUUsQ0FBQztZQUNqQixPQUFPO1NBQ1I7UUFDRCxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdEMsQ0FBQzs7cUpBbkNVLGtCQUFrQjt5SUFBbEIsa0JBQWtCLHlFQ1gvQiwrSkFHQTsyRkRRYSxrQkFBa0I7a0JBUDlCLFNBQVM7K0JBQ0UsR0FBRyxlQUFlLEVBQUUsaUJBR2YsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBWaWV3RW5jYXBzdWxhdGlvbiwgUmVuZGVyZXIyLCBFbGVtZW50UmVmLCBDaGFuZ2VEZXRlY3RvclJlZiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgWENvbGxhcHNlUHJlZml4LCBYQ29sbGFwc2VQcm9wZXJ0eSB9IGZyb20gJy4vY29sbGFwc2UucHJvcGVydHknO1xyXG5pbXBvcnQgeyBYSXNBcnJheSwgWENvbmZpZ1NlcnZpY2UgfSBmcm9tICdAbmctbmVzdC91aS9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBgJHtYQ29sbGFwc2VQcmVmaXh9YCxcclxuICB0ZW1wbGF0ZVVybDogJy4vY29sbGFwc2UuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2NvbGxhcHNlLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgWENvbGxhcHNlQ29tcG9uZW50IGV4dGVuZHMgWENvbGxhcHNlUHJvcGVydHkgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIHN0YXJ0OiBudW1iZXIgPSAwO1xyXG4gIHBhbmVsQ2hhbmdlczogRnVuY3Rpb25bXSA9IFtdO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHB1YmxpYyByZW5kZXJlcjogUmVuZGVyZXIyLFxyXG4gICAgcHVibGljIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXHJcbiAgICBwdWJsaWMgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcclxuICAgIHB1YmxpYyBjb25maWdTZXJ2aWNlOiBYQ29uZmlnU2VydmljZVxyXG4gICkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcblxyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgaWYgKCFYSXNBcnJheSh0aGlzLmFjdGl2ZSkpIHRoaXMuYWN0aXZlID0gW051bWJlcih0aGlzLmFjdGl2ZSldO1xyXG4gIH1cclxuXHJcbiAgY2hhbmdlKG51bTogbnVtYmVyLCBhZGQgPSB0cnVlKSB7XHJcbiAgICB0aGlzLmFjdGl2ZSA9IHRoaXMuYWN0aXZlIGFzIG51bWJlcltdO1xyXG4gICAgY29uc3QgaSA9IHRoaXMuYWN0aXZlLmluZGV4T2YobnVtKTtcclxuICAgIGlmIChpID09PSAtMSkge1xyXG4gICAgICBpZiAoYWRkKSB7XHJcbiAgICAgICAgdGhpcy5hY3RpdmUgPSBbLi4udGhpcy5hY3RpdmUsIG51bV07XHJcbiAgICAgIH1cclxuICAgIH0gZWxzZSB7XHJcbiAgICAgIGlmICghYWRkKSB7XHJcbiAgICAgICAgdGhpcy5hY3RpdmUuc3BsaWNlKGksIDEpO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgICBpZiAodGhpcy5hY2NvcmRpb24gJiYgdGhpcy5hY3RpdmUubGVuZ3RoID09PSAyKSB7XHJcbiAgICAgIGNvbnN0IHBhbmVsID0gdGhpcy5wYW5lbENoYW5nZXNbdGhpcy5hY3RpdmVbMF0gYXMgbnVtYmVyXTtcclxuICAgICAgcGFuZWwgJiYgcGFuZWwoKTtcclxuICAgICAgcmV0dXJuO1xyXG4gICAgfVxyXG4gICAgdGhpcy5hY3RpdmVDaGFuZ2UuZW1pdCh0aGlzLmFjdGl2ZSk7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgI2NvbGxhcHNlIGNsYXNzPVwieC1jb2xsYXBzZVwiIFtjbGFzcy54LWNvbGxhcHNlLWdob3N0XT1cImdob3N0XCIgW2NsYXNzLngtY29sbGFwc2UtYm9yZGVyZWRdPVwiYm9yZGVyZWRcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvZGl2PlxyXG4iXX0=
@@ -8,10 +8,10 @@ import { XCollapseProperty, XCollapsePanelProperty } from './collapse.property';
8
8
  import * as i0 from "@angular/core";
9
9
  export class XCollapseModule {
10
10
  }
11
- /** @nocollapse */ /** @nocollapse */ XCollapseModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- /** @nocollapse */ /** @nocollapse */ XCollapseModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapseModule, declarations: [XCollapseComponent, XCollapsePanelComponent, XCollapseProperty, XCollapsePanelProperty], imports: [CommonModule, XIconModule, XOutletModule], exports: [XCollapseComponent, XCollapsePanelComponent] });
13
- /** @nocollapse */ /** @nocollapse */ XCollapseModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapseModule, imports: [[CommonModule, XIconModule, XOutletModule]] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapseModule, decorators: [{
11
+ /** @nocollapse */ /** @nocollapse */ XCollapseModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ /** @nocollapse */ /** @nocollapse */ XCollapseModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapseModule, declarations: [XCollapseComponent, XCollapsePanelComponent, XCollapseProperty, XCollapsePanelProperty], imports: [CommonModule, XIconModule, XOutletModule], exports: [XCollapseComponent, XCollapsePanelComponent] });
13
+ /** @nocollapse */ /** @nocollapse */ XCollapseModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapseModule, imports: [[CommonModule, XIconModule, XOutletModule]] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapseModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [XCollapseComponent, XCollapsePanelComponent, XCollapseProperty, XCollapsePanelProperty],
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from "tslib";
2
- import { XProperty, XInputBoolean } from '@ng-nest/ui/core';
2
+ import { XProperty, XInputBoolean, XWithConfig } from '@ng-nest/ui/core';
3
3
  import { Input, EventEmitter, Output, Component } from '@angular/core';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
@@ -8,6 +8,7 @@ import * as i0 from "@angular/core";
8
8
  * @decorator component
9
9
  */
10
10
  export const XCollapsePrefix = 'x-collapse';
11
+ const X_CONFIG_NAME = 'collapse';
11
12
  /**
12
13
  * Collapse Property
13
14
  */
@@ -26,16 +27,41 @@ export class XCollapseProperty extends XProperty {
26
27
  this.activeChange = new EventEmitter();
27
28
  }
28
29
  }
29
- /** @nocollapse */ /** @nocollapse */ XCollapseProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapseProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
30
- /** @nocollapse */ /** @nocollapse */ XCollapseProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XCollapseProperty, selector: "ng-component", inputs: { accordion: "accordion", active: "active" }, outputs: { activeChange: "activeChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
30
+ /** @nocollapse */ /** @nocollapse */ XCollapseProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapseProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
31
+ /** @nocollapse */ /** @nocollapse */ XCollapseProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCollapseProperty, selector: "ng-component", inputs: { accordion: "accordion", icon: "icon", showIcon: "showIcon", iconPosition: "iconPosition", ghost: "ghost", bordered: "bordered", active: "active" }, outputs: { activeChange: "activeChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
31
32
  __decorate([
32
33
  XInputBoolean()
33
34
  ], XCollapseProperty.prototype, "accordion", void 0);
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapseProperty, decorators: [{
35
+ __decorate([
36
+ XInputBoolean(),
37
+ XWithConfig(X_CONFIG_NAME, true)
38
+ ], XCollapseProperty.prototype, "showIcon", void 0);
39
+ __decorate([
40
+ XWithConfig(X_CONFIG_NAME, 'right')
41
+ ], XCollapseProperty.prototype, "iconPosition", void 0);
42
+ __decorate([
43
+ XInputBoolean(),
44
+ XWithConfig(X_CONFIG_NAME, false)
45
+ ], XCollapseProperty.prototype, "ghost", void 0);
46
+ __decorate([
47
+ XInputBoolean(),
48
+ XWithConfig(X_CONFIG_NAME, false)
49
+ ], XCollapseProperty.prototype, "bordered", void 0);
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapseProperty, decorators: [{
35
51
  type: Component,
36
52
  args: [{ template: '' }]
37
53
  }], propDecorators: { accordion: [{
38
54
  type: Input
55
+ }], icon: [{
56
+ type: Input
57
+ }], showIcon: [{
58
+ type: Input
59
+ }], iconPosition: [{
60
+ type: Input
61
+ }], ghost: [{
62
+ type: Input
63
+ }], bordered: [{
64
+ type: Input
39
65
  }], active: [{
40
66
  type: Input
41
67
  }], activeChange: [{
@@ -52,12 +78,12 @@ export const XCollapsePanelPrefix = 'x-collapse-panel';
52
78
  */
53
79
  export class XCollapsePanelProperty extends XProperty {
54
80
  }
55
- /** @nocollapse */ /** @nocollapse */ XCollapsePanelProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapsePanelProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
56
- /** @nocollapse */ /** @nocollapse */ XCollapsePanelProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XCollapsePanelProperty, selector: "ng-component", inputs: { label: "label", active: "active" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
81
+ /** @nocollapse */ /** @nocollapse */ XCollapsePanelProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapsePanelProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
82
+ /** @nocollapse */ /** @nocollapse */ XCollapsePanelProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCollapsePanelProperty, selector: "ng-component", inputs: { label: "label", active: "active" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
57
83
  __decorate([
58
84
  XInputBoolean()
59
85
  ], XCollapsePanelProperty.prototype, "active", void 0);
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCollapsePanelProperty, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCollapsePanelProperty, decorators: [{
61
87
  type: Component,
62
88
  args: [{ template: '' }]
63
89
  }], propDecorators: { label: [{
@@ -65,4 +91,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
65
91
  }], active: [{
66
92
  type: Input
67
93
  }] } });
68
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sbGFwc2UucHJvcGVydHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9jb2xsYXBzZS9jb2xsYXBzZS5wcm9wZXJ0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxhQUFhLEVBQWdDLE1BQU0sa0JBQWtCLENBQUM7QUFDMUYsT0FBTyxFQUFFLEtBQUssRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFdkU7Ozs7R0FJRztBQUNILE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRyxZQUFZLENBQUM7QUFFNUM7O0dBRUc7QUFFSCxNQUFNLE9BQU8saUJBQWtCLFNBQVEsU0FBUztJQURoRDs7UUFPRTs7O1dBR0c7UUFDTSxXQUFNLEdBQXdCLEVBQUUsQ0FBQztRQUMxQzs7O1dBR0c7UUFDTyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUF1QixDQUFDO0tBQ2xFOztvSkFoQlksaUJBQWlCO3dJQUFqQixpQkFBaUIsNEtBRFAsRUFBRTtBQU1HO0lBQWhCLGFBQWEsRUFBRTtvREFBc0I7MkZBTHBDLGlCQUFpQjtrQkFEN0IsU0FBUzttQkFBQyxFQUFFLFFBQVEsRUFBRSxFQUFFLEVBQUU7OEJBTUMsU0FBUztzQkFBbEMsS0FBSztnQkFLRyxNQUFNO3NCQUFkLEtBQUs7Z0JBS0ksWUFBWTtzQkFBckIsTUFBTTs7QUFHVDs7OztHQUlHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sb0JBQW9CLEdBQUcsa0JBQWtCLENBQUM7QUFFdkQ7O0dBRUc7QUFFSCxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsU0FBUzs7eUpBQXhDLHNCQUFzQjs2SUFBdEIsc0JBQXNCLHlIQURaLEVBQUU7QUFXRztJQUFoQixhQUFhLEVBQUU7c0RBQW1COzJGQVZqQyxzQkFBc0I7a0JBRGxDLFNBQVM7bUJBQUMsRUFBRSxRQUFRLEVBQUUsRUFBRSxFQUFFOzhCQU1oQixLQUFLO3NCQUFiLEtBQUs7Z0JBS29CLE1BQU07c0JBQS9CLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBYUHJvcGVydHksIFhJbnB1dEJvb2xlYW4sIFhUZW1wbGF0ZSwgWE51bWJlciwgWEJvb2xlYW4gfSBmcm9tICdAbmctbmVzdC91aS9jb3JlJztcclxuaW1wb3J0IHsgSW5wdXQsIEV2ZW50RW1pdHRlciwgT3V0cHV0LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbi8qKlxyXG4gKiBDb2xsYXBzZVxyXG4gKiBAc2VsZWN0b3IgeC1jb2xsYXBzZVxyXG4gKiBAZGVjb3JhdG9yIGNvbXBvbmVudFxyXG4gKi9cclxuZXhwb3J0IGNvbnN0IFhDb2xsYXBzZVByZWZpeCA9ICd4LWNvbGxhcHNlJztcclxuXHJcbi8qKlxyXG4gKiBDb2xsYXBzZSBQcm9wZXJ0eVxyXG4gKi9cclxuQENvbXBvbmVudCh7IHRlbXBsYXRlOiAnJyB9KVxyXG5leHBvcnQgY2xhc3MgWENvbGxhcHNlUHJvcGVydHkgZXh0ZW5kcyBYUHJvcGVydHkge1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmmK/lkKbku6XmiYvpo47nkLTnmoTmlrnlvI/lsZXnpLrvvIzlj6rlsZXlvIDkuIDkuKrpnaLmnb9cclxuICAgKiBAZW5fVVMgV2hldGhlciB0byBkaXNwbGF5IGFzIGFuIGFjY29yZGlvbiwgb25seSBleHBhbmQgb25lIHBhbmVsXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhJbnB1dEJvb2xlYW4oKSBhY2NvcmRpb24/OiBYQm9vbGVhbjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5b2T5YmN5r+A5rS755qE6Z2i5p2/5bqP5Y+3XHJcbiAgICogQGVuX1VTIFRoZSBzZXJpYWwgbnVtYmVyIG9mIHRoZSBjdXJyZW50bHkgYWN0aXZlIHBhbmVsXHJcbiAgICovXHJcbiAgQElucHV0KCkgYWN0aXZlOiBYTnVtYmVyIHwgWE51bWJlcltdID0gW107XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOa/gOa0u+eahOmdouadv+WPkeeUn+WPmOWMlueahOS6i+S7tlxyXG4gICAqIEBlbl9VUyBUaGUgZXZlbnQgdGhhdCB0aGUgYWN0aXZhdGVkIHBhbmVsIGNoYW5nZXNcclxuICAgKi9cclxuICBAT3V0cHV0KCkgYWN0aXZlQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxYTnVtYmVyIHwgWE51bWJlcltdPigpO1xyXG59XHJcblxyXG4vKipcclxuICogQ29sbGFwc2UgUGFuZWxcclxuICogQHNlbGVjdG9yIHgtY29sbGFwc2UtcGFuZWxcclxuICogQGRlY29yYXRvciBjb21wb25lbnRcclxuICovXHJcbmV4cG9ydCBjb25zdCBYQ29sbGFwc2VQYW5lbFByZWZpeCA9ICd4LWNvbGxhcHNlLXBhbmVsJztcclxuXHJcbi8qKlxyXG4gKiBDb2xsYXBzZSBQYW5lbCBQcm9wZXJ0eVxyXG4gKi9cclxuQENvbXBvbmVudCh7IHRlbXBsYXRlOiAnJyB9KVxyXG5leHBvcnQgY2xhc3MgWENvbGxhcHNlUGFuZWxQcm9wZXJ0eSBleHRlbmRzIFhQcm9wZXJ0eSB7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOagh+mimO+8jOaUr+aMgeaooeadv+iHquWumuS5iVxyXG4gICAqIEBlbl9VUyBUaXRsZSwgc3VwcG9ydCB0ZW1wbGF0ZSBjdXN0b21pemF0aW9uXHJcbiAgICovXHJcbiAgQElucHV0KCkgbGFiZWw/OiBYVGVtcGxhdGU7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOa/gOa0u+W9k+WJjemdouadv1xyXG4gICAqIEBlbl9VUyBBY3RpdmF0ZSB0aGUgY3VycmVudCBwYW5lbFxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYSW5wdXRCb29sZWFuKCkgYWN0aXZlPzogWEJvb2xlYW47XHJcbn1cclxuIl19
94
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sbGFwc2UucHJvcGVydHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9jb2xsYXBzZS9jb2xsYXBzZS5wcm9wZXJ0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxhQUFhLEVBQWdDLFdBQVcsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3ZHLE9BQU8sRUFBRSxLQUFLLEVBQUUsWUFBWSxFQUFFLE1BQU0sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBRXZFOzs7O0dBSUc7QUFDSCxNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUcsWUFBWSxDQUFDO0FBQzVDLE1BQU0sYUFBYSxHQUFHLFVBQVUsQ0FBQztBQUVqQzs7R0FFRztBQUVILE1BQU0sT0FBTyxpQkFBa0IsU0FBUSxTQUFTO0lBRGhEOztRQWdDRTs7O1dBR0c7UUFDTSxXQUFNLEdBQXdCLEVBQUUsQ0FBQztRQUMxQzs7O1dBR0c7UUFDTyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUF1QixDQUFDO0tBQ2xFOztvSkF6Q1ksaUJBQWlCO3dJQUFqQixpQkFBaUIsb1JBRFAsRUFBRTtBQU1HO0lBQWhCLGFBQWEsRUFBRTtvREFBc0I7QUFVc0I7SUFBM0QsYUFBYSxFQUFFO0lBQUUsV0FBVyxDQUFVLGFBQWEsRUFBRSxJQUFJLENBQUM7bURBQW9CO0FBS25CO0lBQTNELFdBQVcsQ0FBd0IsYUFBYSxFQUFFLE9BQU8sQ0FBQzt1REFBc0M7QUFLcEM7SUFBNUQsYUFBYSxFQUFFO0lBQUUsV0FBVyxDQUFVLGFBQWEsRUFBRSxLQUFLLENBQUM7Z0RBQWtCO0FBS2pCO0lBQTVELGFBQWEsRUFBRTtJQUFFLFdBQVcsQ0FBVSxhQUFhLEVBQUUsS0FBSyxDQUFDO21EQUFxQjsyRkE5Qi9FLGlCQUFpQjtrQkFEN0IsU0FBUzttQkFBQyxFQUFFLFFBQVEsRUFBRSxFQUFFLEVBQUU7OEJBTUMsU0FBUztzQkFBbEMsS0FBSztnQkFLRyxJQUFJO3NCQUFaLEtBQUs7Z0JBSytELFFBQVE7c0JBQTVFLEtBQUs7Z0JBSytELFlBQVk7c0JBQWhGLEtBQUs7Z0JBS2dFLEtBQUs7c0JBQTFFLEtBQUs7Z0JBS2dFLFFBQVE7c0JBQTdFLEtBQUs7Z0JBS0csTUFBTTtzQkFBZCxLQUFLO2dCQUtJLFlBQVk7c0JBQXJCLE1BQU07O0FBU1Q7Ozs7R0FJRztBQUNILE1BQU0sQ0FBQyxNQUFNLG9CQUFvQixHQUFHLGtCQUFrQixDQUFDO0FBRXZEOztHQUVHO0FBRUgsTUFBTSxPQUFPLHNCQUF1QixTQUFRLFNBQVM7O3lKQUF4QyxzQkFBc0I7NklBQXRCLHNCQUFzQix5SEFEWixFQUFFO0FBV0c7SUFBaEIsYUFBYSxFQUFFO3NEQUFtQjsyRkFWakMsc0JBQXNCO2tCQURsQyxTQUFTO21CQUFDLEVBQUUsUUFBUSxFQUFFLEVBQUUsRUFBRTs4QkFNaEIsS0FBSztzQkFBYixLQUFLO2dCQUtvQixNQUFNO3NCQUEvQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgWFByb3BlcnR5LCBYSW5wdXRCb29sZWFuLCBYVGVtcGxhdGUsIFhOdW1iZXIsIFhCb29sZWFuLCBYV2l0aENvbmZpZyB9IGZyb20gJ0BuZy1uZXN0L3VpL2NvcmUnO1xyXG5pbXBvcnQgeyBJbnB1dCwgRXZlbnRFbWl0dGVyLCBPdXRwdXQsIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuLyoqXHJcbiAqIENvbGxhcHNlXHJcbiAqIEBzZWxlY3RvciB4LWNvbGxhcHNlXHJcbiAqIEBkZWNvcmF0b3IgY29tcG9uZW50XHJcbiAqL1xyXG5leHBvcnQgY29uc3QgWENvbGxhcHNlUHJlZml4ID0gJ3gtY29sbGFwc2UnO1xyXG5jb25zdCBYX0NPTkZJR19OQU1FID0gJ2NvbGxhcHNlJztcclxuXHJcbi8qKlxyXG4gKiBDb2xsYXBzZSBQcm9wZXJ0eVxyXG4gKi9cclxuQENvbXBvbmVudCh7IHRlbXBsYXRlOiAnJyB9KVxyXG5leHBvcnQgY2xhc3MgWENvbGxhcHNlUHJvcGVydHkgZXh0ZW5kcyBYUHJvcGVydHkge1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmmK/lkKbku6XmiYvpo47nkLTnmoTmlrnlvI/lsZXnpLrvvIzlj6rlsZXlvIDkuIDkuKrpnaLmnb9cclxuICAgKiBAZW5fVVMgV2hldGhlciB0byBkaXNwbGF5IGFzIGFuIGFjY29yZGlvbiwgb25seSBleHBhbmQgb25lIHBhbmVsXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhJbnB1dEJvb2xlYW4oKSBhY2NvcmRpb24/OiBYQm9vbGVhbjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5pi+56S655qE5Zu+5qCHXHJcbiAgICogQGVuX1VTIFRoZSBpY29uIGRpc3BsYXllZCBvbiB0aGUgcmlnaHRcclxuICAgKi9cclxuICBASW5wdXQoKSBpY29uPzogWFRlbXBsYXRlO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmmL7npLov6ZqQ6JeP5Zu+5qCHXHJcbiAgICogQGVuX1VTIFNob3cgLyBoaWRlIGljb25cclxuICAgKi9cclxuICBASW5wdXQoKSBAWElucHV0Qm9vbGVhbigpIEBYV2l0aENvbmZpZzxCb29sZWFuPihYX0NPTkZJR19OQU1FLCB0cnVlKSBzaG93SWNvbj86IEJvb2xlYW47XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOWbvuagh+S9jee9rlxyXG4gICAqIEBlbl9VUyBJY29uIHBvc2l0aW9uXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhDb2xsYXBzZUljb25Qb3NpdGlvbj4oWF9DT05GSUdfTkFNRSwgJ3JpZ2h0JykgaWNvblBvc2l0aW9uPzogWENvbGxhcHNlSWNvblBvc2l0aW9uO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDlub3ngbXpnaLmnb9cclxuICAgKiBAZW5fVVMgR2hvc3QgcGFuZWxcclxuICAgKi9cclxuICBASW5wdXQoKSBAWElucHV0Qm9vbGVhbigpIEBYV2l0aENvbmZpZzxCb29sZWFuPihYX0NPTkZJR19OQU1FLCBmYWxzZSkgZ2hvc3Q/OiBYQm9vbGVhbjtcclxuICAvKipcclxuICAgKiBAemhfQ04g6L655qGGXHJcbiAgICogQGVuX1VTIGJvcmRlclxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYSW5wdXRCb29sZWFuKCkgQFhXaXRoQ29uZmlnPEJvb2xlYW4+KFhfQ09ORklHX05BTUUsIGZhbHNlKSBib3JkZXJlZD86IFhCb29sZWFuO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDlvZPliY3mv4DmtLvnmoTpnaLmnb/luo/lj7dcclxuICAgKiBAZW5fVVMgVGhlIHNlcmlhbCBudW1iZXIgb2YgdGhlIGN1cnJlbnRseSBhY3RpdmUgcGFuZWxcclxuICAgKi9cclxuICBASW5wdXQoKSBhY3RpdmU6IFhOdW1iZXIgfCBYTnVtYmVyW10gPSBbXTtcclxuICAvKipcclxuICAgKiBAemhfQ04g5r+A5rS755qE6Z2i5p2/5Y+R55Sf5Y+Y5YyW55qE5LqL5Lu2XHJcbiAgICogQGVuX1VTIFRoZSBldmVudCB0aGF0IHRoZSBhY3RpdmF0ZWQgcGFuZWwgY2hhbmdlc1xyXG4gICAqL1xyXG4gIEBPdXRwdXQoKSBhY3RpdmVDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPFhOdW1iZXIgfCBYTnVtYmVyW10+KCk7XHJcbn1cclxuXHJcbi8qKlxyXG4gKiBAemhfQ04g5Zu+5qCH5L2N572uXHJcbiAqIEBlbl9VUyBJY29uIHBvc2l0aW9uXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYQ29sbGFwc2VJY29uUG9zaXRpb24gPSAnbGVmdCcgfCAncmlnaHQnO1xyXG5cclxuLyoqXHJcbiAqIENvbGxhcHNlIFBhbmVsXHJcbiAqIEBzZWxlY3RvciB4LWNvbGxhcHNlLXBhbmVsXHJcbiAqIEBkZWNvcmF0b3IgY29tcG9uZW50XHJcbiAqL1xyXG5leHBvcnQgY29uc3QgWENvbGxhcHNlUGFuZWxQcmVmaXggPSAneC1jb2xsYXBzZS1wYW5lbCc7XHJcblxyXG4vKipcclxuICogQ29sbGFwc2UgUGFuZWwgUHJvcGVydHlcclxuICovXHJcbkBDb21wb25lbnQoeyB0ZW1wbGF0ZTogJycgfSlcclxuZXhwb3J0IGNsYXNzIFhDb2xsYXBzZVBhbmVsUHJvcGVydHkgZXh0ZW5kcyBYUHJvcGVydHkge1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmoIfpopjvvIzmlK/mjIHmqKHmnb/oh6rlrprkuYlcclxuICAgKiBAZW5fVVMgVGl0bGUsIHN1cHBvcnQgdGVtcGxhdGUgY3VzdG9taXphdGlvblxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIGxhYmVsPzogWFRlbXBsYXRlO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmv4DmtLvlvZPliY3pnaLmnb9cclxuICAgKiBAZW5fVVMgQWN0aXZhdGUgdGhlIGN1cnJlbnQgcGFuZWxcclxuICAgKi9cclxuICBASW5wdXQoKSBAWElucHV0Qm9vbGVhbigpIGFjdGl2ZT86IFhCb29sZWFuO1xyXG59XHJcbiJdfQ==
@@ -32,9 +32,9 @@ export class XColorComponent extends XColorProperty {
32
32
  return item;
33
33
  }
34
34
  }
35
- /** @nocollapse */ /** @nocollapse */ XColorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorComponent, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
36
- /** @nocollapse */ /** @nocollapse */ XColorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XColorComponent, selector: "x-color", usesInheritance: true, ngImport: i0, template: "<div class=\"x-color-box\">\r\n <div class=\"x-color-primary\" [style.background-color]=\"hex\" [class.x-color-only]=\"colors.length === 0\">\r\n <span>{{ label }}</span>\r\n <span class=\"x-color-hex\">{{ hex }}</span>\r\n </div>\r\n <div class=\"x-color-gradual\">\r\n <div class=\"x-color-item\" *ngFor=\"let color of colors; index as i; trackBy: trackByColor\" [style.background-color]=\"color\"></div>\r\n </div>\r\n</div>\r\n", styles: [".x-color{margin:0;padding:0;display:block;color:var(--x-white)}.x-color-primary{padding:1rem;border-top-left-radius:.125rem;border-top-right-radius:.125rem}.x-color-only{border-bottom-left-radius:.125rem;border-bottom-right-radius:.125rem}.x-color-hex{margin-top:.25rem;display:block;font-size:.75rem;opacity:.7}.x-color-gradual{display:flex}.x-color-item{flex:1;height:2.5rem}.x-color-item:first-child{border-bottom-left-radius:.125rem}.x-color-item:last-child{border-bottom-right-radius:.125rem}\n"], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorComponent, decorators: [{
35
+ /** @nocollapse */ /** @nocollapse */ XColorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorComponent, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
36
+ /** @nocollapse */ /** @nocollapse */ XColorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XColorComponent, selector: "x-color", usesInheritance: true, ngImport: i0, template: "<div class=\"x-color-box\">\r\n <div class=\"x-color-primary\" [style.background-color]=\"hex\" [class.x-color-only]=\"colors.length === 0\">\r\n <span>{{ label }}</span>\r\n <span class=\"x-color-hex\">{{ hex }}</span>\r\n </div>\r\n <div class=\"x-color-gradual\">\r\n <div class=\"x-color-item\" *ngFor=\"let color of colors; index as i; trackBy: trackByColor\" [style.background-color]=\"color\"></div>\r\n </div>\r\n</div>\r\n", styles: [".x-color{margin:0;padding:0;display:block;color:var(--x-white)}.x-color-primary{padding:1rem;border-top-left-radius:.125rem;border-top-right-radius:.125rem}.x-color-only{border-bottom-left-radius:.125rem;border-bottom-right-radius:.125rem}.x-color-hex{margin-top:.25rem;display:block;font-size:.75rem;opacity:.7}.x-color-gradual{display:flex}.x-color-item{flex:1;height:2.5rem}.x-color-item:first-child{border-bottom-left-radius:.125rem}.x-color-item:last-child{border-bottom-right-radius:.125rem}\n"], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorComponent, decorators: [{
38
38
  type: Component,
39
39
  args: [{ selector: 'x-color', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"x-color-box\">\r\n <div class=\"x-color-primary\" [style.background-color]=\"hex\" [class.x-color-only]=\"colors.length === 0\">\r\n <span>{{ label }}</span>\r\n <span class=\"x-color-hex\">{{ hex }}</span>\r\n </div>\r\n <div class=\"x-color-gradual\">\r\n <div class=\"x-color-item\" *ngFor=\"let color of colors; index as i; trackBy: trackByColor\" [style.background-color]=\"color\"></div>\r\n </div>\r\n</div>\r\n", styles: [".x-color{margin:0;padding:0;display:block;color:var(--x-white)}.x-color-primary{padding:1rem;border-top-left-radius:.125rem;border-top-right-radius:.125rem}.x-color-only{border-bottom-left-radius:.125rem;border-bottom-right-radius:.125rem}.x-color-hex{margin-top:.25rem;display:block;font-size:.75rem;opacity:.7}.x-color-gradual{display:flex}.x-color-item{flex:1;height:2.5rem}.x-color-item:first-child{border-bottom-left-radius:.125rem}.x-color-item:last-child{border-bottom-right-radius:.125rem}\n"] }]
40
40
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -5,10 +5,10 @@ import { XColorProperty } from './color.property';
5
5
  import * as i0 from "@angular/core";
6
6
  export class XColorModule {
7
7
  }
8
- /** @nocollapse */ /** @nocollapse */ XColorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- /** @nocollapse */ /** @nocollapse */ XColorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorModule, declarations: [XColorComponent, XColorProperty], imports: [CommonModule], exports: [XColorComponent] });
10
- /** @nocollapse */ /** @nocollapse */ XColorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorModule, imports: [[CommonModule]] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorModule, decorators: [{
8
+ /** @nocollapse */ /** @nocollapse */ XColorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ /** @nocollapse */ /** @nocollapse */ XColorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorModule, declarations: [XColorComponent, XColorProperty], imports: [CommonModule], exports: [XColorComponent] });
10
+ /** @nocollapse */ /** @nocollapse */ XColorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorModule, imports: [[CommonModule]] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [XColorComponent, XColorProperty],
@@ -28,15 +28,15 @@ export class XColorProperty extends XProperty {
28
28
  this.hex = 'var(--x-primary)';
29
29
  }
30
30
  }
31
- /** @nocollapse */ /** @nocollapse */ XColorProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
32
- /** @nocollapse */ /** @nocollapse */ XColorProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XColorProperty, selector: "ng-component", inputs: { label: "label", hex: "hex", merge: "merge", amounts: "amounts" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
31
+ /** @nocollapse */ /** @nocollapse */ XColorProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
32
+ /** @nocollapse */ /** @nocollapse */ XColorProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XColorProperty, selector: "ng-component", inputs: { label: "label", hex: "hex", merge: "merge", amounts: "amounts" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
33
33
  __decorate([
34
34
  XWithConfig(X_CONFIG_NAME, '#ffffff')
35
35
  ], XColorProperty.prototype, "merge", void 0);
36
36
  __decorate([
37
37
  XWithConfig(X_CONFIG_NAME, XAmounts)
38
38
  ], XColorProperty.prototype, "amounts", void 0);
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorProperty, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorProperty, decorators: [{
40
40
  type: Component,
41
41
  args: [{ template: '' }]
42
42
  }], propDecorators: { label: [{
@@ -359,9 +359,9 @@ export class XColorPickerPortalComponent {
359
359
  return result;
360
360
  }
361
361
  }
362
- /** @nocollapse */ /** @nocollapse */ XColorPickerPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerPortalComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DOCUMENT }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1.DecimalPipe }, { token: i1.PercentPipe }], target: i0.ɵɵFactoryTarget.Component });
363
- /** @nocollapse */ /** @nocollapse */ XColorPickerPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XColorPickerPortalComponent, selector: "x-color-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" } }, providers: [DecimalPipe, PercentPipe], viewQueries: [{ propertyName: "panelRef", first: true, predicate: ["panelRef"], descendants: true, static: true }, { propertyName: "plateRef", first: true, predicate: ["plateRef"], descendants: true, static: true }, { propertyName: "transparentCom", first: true, predicate: ["transparentCom"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"x-color-picker-portal\" tabindex=\"-1\" (click)=\"stopPropagation($event)\">\r\n <div #panelRef class=\"x-color-picker-portal-panel\">\r\n <div #plateRef class=\"x-color-picker-portal-plate\" (click)=\"plateClick($event)\">\r\n <div class=\"x-color-picker-portal-white\"></div>\r\n <div class=\"x-color-picker-portal-black\"></div>\r\n <div\r\n #dragCom\r\n class=\"x-color-picker-portal-cursor\"\r\n [style.left.px]=\"transform.x\"\r\n [style.top.px]=\"transform.y\"\r\n cdkDrag\r\n [cdkDragBoundary]=\"panelRef\"\r\n (cdkDragStarted)=\"started()\"\r\n (cdkDragEnded)=\"ended()\"\r\n (cdkDragMoved)=\"moved($event)\"\r\n ></div>\r\n </div>\r\n </div>\r\n <div class=\"x-color-picker-portal-tool\">\r\n <div class=\"x-color-picker-portal-operations\">\r\n <!-- <x-button icon=\"fto-edit-2\" onlyIcon></x-button> -->\r\n <div class=\"x-color-picker-portal-selected\">\r\n <div [style.background-color]=\"value\"></div>\r\n </div>\r\n <div class=\"x-color-picker-portal-area\">\r\n <div class=\"x-color-picker-portal-slider\">\r\n <x-slider-select\r\n [(ngModel)]=\"hsla.h\"\r\n min=\"0\"\r\n max=\"360\"\r\n step=\"1\"\r\n (dragStartEmit)=\"started()\"\r\n (dragEndEmit)=\"ended()\"\r\n (ngModelChange)=\"hueChange()\"\r\n ></x-slider-select>\r\n </div>\r\n <div class=\"x-color-picker-portal-transparent\">\r\n <x-slider-select\r\n #transparentCom\r\n [(ngModel)]=\"hsla.a\"\r\n min=\"0\"\r\n max=\"1\"\r\n step=\"0.01\"\r\n (dragStarted)=\"started()\"\r\n (dragEnded)=\"ended()\"\r\n (ngModelChange)=\"transparentChange()\"\r\n ></x-slider-select>\r\n <div class=\"x-color-picker-portal-alpha\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"x-color-picker-portal-type\">\r\n <x-tabs animated=\"false\" justify=\"center\">\r\n <x-tab label=\"HEX\">\r\n <div class=\"x-color-picker-portal-type-content\">\r\n <x-input [(ngModel)]=\"hex\" (ngModelChange)=\"hexChange()\"></x-input>\r\n </div>\r\n </x-tab>\r\n <x-tab label=\"RGBA\">\r\n <div class=\"x-color-picker-portal-type-content\">\r\n <x-input [(ngModel)]=\"rgba.r\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"rgba.g\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"rgba.b\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"rgba.a\" [disabled]=\"true\"></x-input>\r\n </div>\r\n </x-tab>\r\n <x-tab label=\"HSLA\">\r\n <div class=\"x-color-picker-portal-type-content\">\r\n <x-input [(ngModel)]=\"hsla.h\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"hsla.sp\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"hsla.lp\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"hsla.a\" [disabled]=\"true\"></x-input>\r\n </div>\r\n </x-tab>\r\n </x-tabs>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";.x-color-picker-portal{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);width:15rem;overflow:hidden}.x-color-picker-portal:focus{outline:none}.x-color-picker-portal-panel{padding:.375rem;margin:-.375rem}.x-color-picker-portal-plate{width:100%;height:8rem;display:flex;border-radius:var(--x-border-radius);position:relative}.x-color-picker-portal-white,.x-color-picker-portal-black{position:absolute;top:0;left:0;right:0;bottom:0}.x-color-picker-portal-white{background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.x-color-picker-portal-black{background:linear-gradient(0deg,#000,transparent)}.x-color-picker-portal-cursor{position:absolute;width:.75rem;height:.75rem;display:inline-block;border-radius:50%;border:.0625rem solid var(--x-background-100)}.x-color-picker-portal-tool{padding:.4rem}.x-color-picker-portal-operations{display:flex;align-items:center;padding:.4rem 0}.x-color-picker-portal-selected{margin-left:.4rem;width:2rem;height:2rem;border-radius:2rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.x-color-picker-portal-selected>div{width:2rem;height:2rem;border-radius:2rem}.x-color-picker-portal-area{margin-left:.4rem;position:relative;flex:1}.x-color-picker-portal-area .x-slider-select>.x-slider-select-inner>.x-slider-select-rail{height:.75rem}.x-color-picker-portal-area .x-slider-select>.x-slider-select-inner>.x-slider-select-track>.x-slider-select-process{background-color:transparent}.x-color-picker-portal-area .x-slider-select>.x-slider-select-inner>.x-slider-select-drags>.x-slider-select-drag>.x-slider-select-button{border-color:var(--x-border);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-color-picker-portal-slider{position:relative;width:100%}.x-color-picker-portal-slider .x-slider-select>.x-slider-select-inner>.x-slider-select-rail{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.x-color-picker-portal-transparent{margin-top:.4rem;position:relative;width:100%}.x-color-picker-portal-transparent .x-slider-select>.x-slider-select-inner>.x-slider-select-rail{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.x-color-picker-portal-transparent .x-slider-select>.x-slider-select-inner>.x-slider-select-rail:after{content:\"\";height:100%;display:block}.x-color-picker-portal-type{height:5rem}.x-color-picker-portal-type .x-tabs .x-tabs-list{display:flex;justify-content:center}.x-color-picker-portal-type-content{padding:.8rem .4rem;display:flex}.x-color-picker-portal-type-content .x-input .x-input-row input{text-align:center}\n"], components: [{ type: i2.XSliderSelectComponent, selector: "x-slider-select" }, { type: i3.XTabsComponent, selector: "x-tabs" }, { type: i3.XTabComponent, selector: "x-tab" }, { type: i4.XInputComponent, selector: "x-input" }], directives: [{ type: i5.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], animations: [XConnectBaseAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerPortalComponent, decorators: [{
362
+ /** @nocollapse */ /** @nocollapse */ XColorPickerPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerPortalComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DOCUMENT }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1.DecimalPipe }, { token: i1.PercentPipe }], target: i0.ɵɵFactoryTarget.Component });
363
+ /** @nocollapse */ /** @nocollapse */ XColorPickerPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XColorPickerPortalComponent, selector: "x-color-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" } }, providers: [DecimalPipe, PercentPipe], viewQueries: [{ propertyName: "panelRef", first: true, predicate: ["panelRef"], descendants: true, static: true }, { propertyName: "plateRef", first: true, predicate: ["plateRef"], descendants: true, static: true }, { propertyName: "transparentCom", first: true, predicate: ["transparentCom"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"x-color-picker-portal\" tabindex=\"-1\" (click)=\"stopPropagation($event)\">\r\n <div #panelRef class=\"x-color-picker-portal-panel\">\r\n <div #plateRef class=\"x-color-picker-portal-plate\" (click)=\"plateClick($event)\">\r\n <div class=\"x-color-picker-portal-white\"></div>\r\n <div class=\"x-color-picker-portal-black\"></div>\r\n <div\r\n #dragCom\r\n class=\"x-color-picker-portal-cursor\"\r\n [style.left.px]=\"transform.x\"\r\n [style.top.px]=\"transform.y\"\r\n cdkDrag\r\n [cdkDragBoundary]=\"panelRef\"\r\n (cdkDragStarted)=\"started()\"\r\n (cdkDragEnded)=\"ended()\"\r\n (cdkDragMoved)=\"moved($event)\"\r\n ></div>\r\n </div>\r\n </div>\r\n <div class=\"x-color-picker-portal-tool\">\r\n <div class=\"x-color-picker-portal-operations\">\r\n <!-- <x-button icon=\"fto-edit-2\" onlyIcon></x-button> -->\r\n <div class=\"x-color-picker-portal-selected\">\r\n <div [style.background-color]=\"value\"></div>\r\n </div>\r\n <div class=\"x-color-picker-portal-area\">\r\n <div class=\"x-color-picker-portal-slider\">\r\n <x-slider-select\r\n [(ngModel)]=\"hsla.h\"\r\n min=\"0\"\r\n max=\"360\"\r\n step=\"1\"\r\n (dragStartEmit)=\"started()\"\r\n (dragEndEmit)=\"ended()\"\r\n (ngModelChange)=\"hueChange()\"\r\n ></x-slider-select>\r\n </div>\r\n <div class=\"x-color-picker-portal-transparent\">\r\n <x-slider-select\r\n #transparentCom\r\n [(ngModel)]=\"hsla.a\"\r\n min=\"0\"\r\n max=\"1\"\r\n step=\"0.01\"\r\n (dragStarted)=\"started()\"\r\n (dragEnded)=\"ended()\"\r\n (ngModelChange)=\"transparentChange()\"\r\n ></x-slider-select>\r\n <div class=\"x-color-picker-portal-alpha\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"x-color-picker-portal-type\">\r\n <x-tabs animated=\"false\" justify=\"center\">\r\n <x-tab label=\"HEX\">\r\n <div class=\"x-color-picker-portal-type-content\">\r\n <x-input [(ngModel)]=\"hex\" (ngModelChange)=\"hexChange()\"></x-input>\r\n </div>\r\n </x-tab>\r\n <x-tab label=\"RGBA\">\r\n <div class=\"x-color-picker-portal-type-content\">\r\n <x-input [(ngModel)]=\"rgba.r\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"rgba.g\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"rgba.b\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"rgba.a\" [disabled]=\"true\"></x-input>\r\n </div>\r\n </x-tab>\r\n <x-tab label=\"HSLA\">\r\n <div class=\"x-color-picker-portal-type-content\">\r\n <x-input [(ngModel)]=\"hsla.h\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"hsla.sp\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"hsla.lp\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"hsla.a\" [disabled]=\"true\"></x-input>\r\n </div>\r\n </x-tab>\r\n </x-tabs>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";.x-color-picker-portal{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);width:15rem;overflow:hidden}.x-color-picker-portal:focus{outline:none}.x-color-picker-portal-panel{padding:.375rem;margin:-.375rem}.x-color-picker-portal-plate{width:100%;height:8rem;display:flex;border-radius:var(--x-border-radius);position:relative}.x-color-picker-portal-white,.x-color-picker-portal-black{position:absolute;top:0;left:0;right:0;bottom:0}.x-color-picker-portal-white{background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.x-color-picker-portal-black{background:linear-gradient(0deg,#000,transparent)}.x-color-picker-portal-cursor{position:absolute;width:.75rem;height:.75rem;display:inline-block;border-radius:50%;border:.0625rem solid var(--x-background-100)}.x-color-picker-portal-tool{padding:.4rem}.x-color-picker-portal-operations{display:flex;align-items:center;padding:.4rem 0}.x-color-picker-portal-selected{margin-left:.4rem;width:2rem;height:2rem;border-radius:2rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.x-color-picker-portal-selected>div{width:2rem;height:2rem;border-radius:2rem}.x-color-picker-portal-area{margin-left:.4rem;position:relative;flex:1}.x-color-picker-portal-area .x-slider-select>.x-slider-select-inner>.x-slider-select-rail{height:.75rem}.x-color-picker-portal-area .x-slider-select>.x-slider-select-inner>.x-slider-select-track>.x-slider-select-process{background-color:transparent}.x-color-picker-portal-area .x-slider-select>.x-slider-select-inner>.x-slider-select-drags>.x-slider-select-drag>.x-slider-select-button{border-color:var(--x-border);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-color-picker-portal-slider{position:relative;width:100%}.x-color-picker-portal-slider .x-slider-select>.x-slider-select-inner>.x-slider-select-rail{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.x-color-picker-portal-transparent{margin-top:.4rem;position:relative;width:100%}.x-color-picker-portal-transparent .x-slider-select>.x-slider-select-inner>.x-slider-select-rail{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.x-color-picker-portal-transparent .x-slider-select>.x-slider-select-inner>.x-slider-select-rail:after{content:\"\";height:100%;display:block}.x-color-picker-portal-type{height:5rem}.x-color-picker-portal-type .x-tabs .x-tabs-list{display:flex;justify-content:center}.x-color-picker-portal-type-content{padding:.8rem .4rem;display:flex}.x-color-picker-portal-type-content .x-input .x-input-row input{text-align:center}\n"], components: [{ type: i2.XSliderSelectComponent, selector: "x-slider-select" }, { type: i3.XTabsComponent, selector: "x-tabs" }, { type: i3.XTabComponent, selector: "x-tab" }, { type: i4.XInputComponent, selector: "x-input" }], directives: [{ type: i5.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], animations: [XConnectBaseAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerPortalComponent, decorators: [{
365
365
  type: Component,
366
366
  args: [{ selector: `${XColorPickerPortalPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [DecimalPipe, PercentPipe], animations: [XConnectBaseAnimation], template: "<div class=\"x-color-picker-portal\" tabindex=\"-1\" (click)=\"stopPropagation($event)\">\r\n <div #panelRef class=\"x-color-picker-portal-panel\">\r\n <div #plateRef class=\"x-color-picker-portal-plate\" (click)=\"plateClick($event)\">\r\n <div class=\"x-color-picker-portal-white\"></div>\r\n <div class=\"x-color-picker-portal-black\"></div>\r\n <div\r\n #dragCom\r\n class=\"x-color-picker-portal-cursor\"\r\n [style.left.px]=\"transform.x\"\r\n [style.top.px]=\"transform.y\"\r\n cdkDrag\r\n [cdkDragBoundary]=\"panelRef\"\r\n (cdkDragStarted)=\"started()\"\r\n (cdkDragEnded)=\"ended()\"\r\n (cdkDragMoved)=\"moved($event)\"\r\n ></div>\r\n </div>\r\n </div>\r\n <div class=\"x-color-picker-portal-tool\">\r\n <div class=\"x-color-picker-portal-operations\">\r\n <!-- <x-button icon=\"fto-edit-2\" onlyIcon></x-button> -->\r\n <div class=\"x-color-picker-portal-selected\">\r\n <div [style.background-color]=\"value\"></div>\r\n </div>\r\n <div class=\"x-color-picker-portal-area\">\r\n <div class=\"x-color-picker-portal-slider\">\r\n <x-slider-select\r\n [(ngModel)]=\"hsla.h\"\r\n min=\"0\"\r\n max=\"360\"\r\n step=\"1\"\r\n (dragStartEmit)=\"started()\"\r\n (dragEndEmit)=\"ended()\"\r\n (ngModelChange)=\"hueChange()\"\r\n ></x-slider-select>\r\n </div>\r\n <div class=\"x-color-picker-portal-transparent\">\r\n <x-slider-select\r\n #transparentCom\r\n [(ngModel)]=\"hsla.a\"\r\n min=\"0\"\r\n max=\"1\"\r\n step=\"0.01\"\r\n (dragStarted)=\"started()\"\r\n (dragEnded)=\"ended()\"\r\n (ngModelChange)=\"transparentChange()\"\r\n ></x-slider-select>\r\n <div class=\"x-color-picker-portal-alpha\"></div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"x-color-picker-portal-type\">\r\n <x-tabs animated=\"false\" justify=\"center\">\r\n <x-tab label=\"HEX\">\r\n <div class=\"x-color-picker-portal-type-content\">\r\n <x-input [(ngModel)]=\"hex\" (ngModelChange)=\"hexChange()\"></x-input>\r\n </div>\r\n </x-tab>\r\n <x-tab label=\"RGBA\">\r\n <div class=\"x-color-picker-portal-type-content\">\r\n <x-input [(ngModel)]=\"rgba.r\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"rgba.g\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"rgba.b\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"rgba.a\" [disabled]=\"true\"></x-input>\r\n </div>\r\n </x-tab>\r\n <x-tab label=\"HSLA\">\r\n <div class=\"x-color-picker-portal-type-content\">\r\n <x-input [(ngModel)]=\"hsla.h\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"hsla.sp\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"hsla.lp\" [disabled]=\"true\"></x-input>\r\n <x-input [(ngModel)]=\"hsla.a\" [disabled]=\"true\"></x-input>\r\n </div>\r\n </x-tab>\r\n </x-tabs>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["@charset \"UTF-8\";.x-color-picker-portal{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);width:15rem;overflow:hidden}.x-color-picker-portal:focus{outline:none}.x-color-picker-portal-panel{padding:.375rem;margin:-.375rem}.x-color-picker-portal-plate{width:100%;height:8rem;display:flex;border-radius:var(--x-border-radius);position:relative}.x-color-picker-portal-white,.x-color-picker-portal-black{position:absolute;top:0;left:0;right:0;bottom:0}.x-color-picker-portal-white{background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.x-color-picker-portal-black{background:linear-gradient(0deg,#000,transparent)}.x-color-picker-portal-cursor{position:absolute;width:.75rem;height:.75rem;display:inline-block;border-radius:50%;border:.0625rem solid var(--x-background-100)}.x-color-picker-portal-tool{padding:.4rem}.x-color-picker-portal-operations{display:flex;align-items:center;padding:.4rem 0}.x-color-picker-portal-selected{margin-left:.4rem;width:2rem;height:2rem;border-radius:2rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.x-color-picker-portal-selected>div{width:2rem;height:2rem;border-radius:2rem}.x-color-picker-portal-area{margin-left:.4rem;position:relative;flex:1}.x-color-picker-portal-area .x-slider-select>.x-slider-select-inner>.x-slider-select-rail{height:.75rem}.x-color-picker-portal-area .x-slider-select>.x-slider-select-inner>.x-slider-select-track>.x-slider-select-process{background-color:transparent}.x-color-picker-portal-area .x-slider-select>.x-slider-select-inner>.x-slider-select-drags>.x-slider-select-drag>.x-slider-select-button{border-color:var(--x-border);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-color-picker-portal-slider{position:relative;width:100%}.x-color-picker-portal-slider .x-slider-select>.x-slider-select-inner>.x-slider-select-rail{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.x-color-picker-portal-transparent{margin-top:.4rem;position:relative;width:100%}.x-color-picker-portal-transparent .x-slider-select>.x-slider-select-inner>.x-slider-select-rail{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.x-color-picker-portal-transparent .x-slider-select>.x-slider-select-inner>.x-slider-select-rail:after{content:\"\";height:100%;display:block}.x-color-picker-portal-type{height:5rem}.x-color-picker-portal-type .x-tabs .x-tabs-list{display:flex;justify-content:center}.x-color-picker-portal-type-content{padding:.8rem .4rem;display:flex}.x-color-picker-portal-type-content .x-input .x-input-row input{text-align:center}\n"] }]
367
367
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
@@ -193,9 +193,9 @@ export class XColorPickerComponent extends XColorPickerProperty {
193
193
  this.cdr.detectChanges();
194
194
  }
195
195
  }
196
- /** @nocollapse */ /** @nocollapse */ XColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.XPortalService }, { token: i0.ViewContainerRef }, { token: i2.Overlay }], target: i0.ɵɵFactoryTarget.Component });
197
- /** @nocollapse */ /** @nocollapse */ XColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XColorPickerComponent, selector: "x-color-picker", providers: [XValueAccessor(XColorPickerComponent)], viewQueries: [{ propertyName: "colorPicker", first: true, predicate: ["colorPicker"], descendants: true, static: true }, { propertyName: "inputCom", first: true, predicate: ["inputCom"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #colorPicker class=\"x-color-picker\">\r\n <div class=\"x-color-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 [inputStyle]=\"inputStyle\"\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-color-picker{display:inline-block}.x-color-picker{margin:0;padding:0;width:100%}.x-color-picker x-input{width:100%}\n"], components: [{ type: i3.XInputComponent, selector: "x-input" }], directives: [{ type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i4.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerComponent, decorators: [{
196
+ /** @nocollapse */ /** @nocollapse */ XColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.XPortalService }, { token: i0.ViewContainerRef }, { token: i2.Overlay }], target: i0.ɵɵFactoryTarget.Component });
197
+ /** @nocollapse */ /** @nocollapse */ XColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XColorPickerComponent, selector: "x-color-picker", providers: [XValueAccessor(XColorPickerComponent)], viewQueries: [{ propertyName: "colorPicker", first: true, predicate: ["colorPicker"], descendants: true, static: true }, { propertyName: "inputCom", first: true, predicate: ["inputCom"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #colorPicker class=\"x-color-picker\">\r\n <div class=\"x-color-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 [inputStyle]=\"inputStyle\"\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-color-picker{display:inline-block}.x-color-picker{margin:0;padding:0;width:100%}.x-color-picker x-input{width:100%}\n"], components: [{ type: i3.XInputComponent, selector: "x-input" }], directives: [{ type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i4.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerComponent, decorators: [{
199
199
  type: Component,
200
200
  args: [{ selector: 'x-color-picker', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [XValueAccessor(XColorPickerComponent)], template: "<div #colorPicker class=\"x-color-picker\">\r\n <div class=\"x-color-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 [inputStyle]=\"inputStyle\"\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-color-picker{display:inline-block}.x-color-picker{margin:0;padding:0;width:100%}.x-color-picker x-input{width:100%}\n"] }]
201
201
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i1.XPortalService }, { type: i0.ViewContainerRef }, { type: i2.Overlay }]; }, propDecorators: { colorPicker: [{
@@ -13,8 +13,8 @@ import { XBaseFormModule } from '@ng-nest/ui/base-form';
13
13
  import * as i0 from "@angular/core";
14
14
  export class XColorPickerModule {
15
15
  }
16
- /** @nocollapse */ /** @nocollapse */ XColorPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- /** @nocollapse */ /** @nocollapse */ XColorPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerModule, declarations: [XColorPickerComponent, XColorPickerPortalComponent, XColorPickerProperty], imports: [CommonModule,
16
+ /** @nocollapse */ /** @nocollapse */ XColorPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
+ /** @nocollapse */ /** @nocollapse */ XColorPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerModule, declarations: [XColorPickerComponent, XColorPickerPortalComponent, XColorPickerProperty], imports: [CommonModule,
18
18
  FormsModule,
19
19
  ReactiveFormsModule,
20
20
  DragDropModule,
@@ -23,7 +23,7 @@ export class XColorPickerModule {
23
23
  XTabsModule,
24
24
  XInputModule,
25
25
  XBaseFormModule], exports: [XColorPickerComponent, XColorPickerPortalComponent] });
26
- /** @nocollapse */ /** @nocollapse */ XColorPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerModule, imports: [[
26
+ /** @nocollapse */ /** @nocollapse */ XColorPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerModule, imports: [[
27
27
  CommonModule,
28
28
  FormsModule,
29
29
  ReactiveFormsModule,
@@ -34,7 +34,7 @@ export class XColorPickerModule {
34
34
  XInputModule,
35
35
  XBaseFormModule
36
36
  ]] });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerModule, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerModule, decorators: [{
38
38
  type: NgModule,
39
39
  args: [{
40
40
  declarations: [XColorPickerComponent, XColorPickerPortalComponent, XColorPickerProperty],
@@ -15,8 +15,8 @@ const X_CONFIG_NAME = 'colorPicker';
15
15
  */
16
16
  export class XColorPickerProperty extends XControlValueAccessor {
17
17
  }
18
- /** @nocollapse */ /** @nocollapse */ XColorPickerProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
19
- /** @nocollapse */ /** @nocollapse */ XColorPickerProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XColorPickerProperty, selector: "ng-component", inputs: { placement: "placement", size: "size", bordered: "bordered" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
18
+ /** @nocollapse */ /** @nocollapse */ XColorPickerProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
19
+ /** @nocollapse */ /** @nocollapse */ XColorPickerProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XColorPickerProperty, selector: "ng-component", inputs: { placement: "placement", size: "size", bordered: "bordered" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
20
  __decorate([
21
21
  XWithConfig(X_CONFIG_NAME, 'bottom-start')
22
22
  ], XColorPickerProperty.prototype, "placement", void 0);
@@ -27,7 +27,7 @@ __decorate([
27
27
  XInputBoolean(),
28
28
  XWithConfig(X_CONFIG_NAME, true)
29
29
  ], XColorPickerProperty.prototype, "bordered", void 0);
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XColorPickerProperty, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XColorPickerProperty, decorators: [{
31
31
  type: Component,
32
32
  args: [{ template: '' }]
33
33
  }], propDecorators: { placement: [{
@@ -31,9 +31,9 @@ export class XCommentReplyComponent extends XCommentReplyProperty {
31
31
  this.sureClick.emit(this.inputValue);
32
32
  }
33
33
  }
34
- /** @nocollapse */ /** @nocollapse */ XCommentReplyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentReplyComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XI18nService }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
35
- /** @nocollapse */ /** @nocollapse */ XCommentReplyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XCommentReplyComponent, selector: "x-comment-reply", usesInheritance: true, ngImport: i0, template: "<div #commentReply class=\"x-comment-reply\">\r\n <x-input [placeholder]=\"'comment.placeholder' | xI18n\" [maxlength]=\"maxlength\" [(ngModel)]=\"inputValue\"></x-input>\r\n <div class=\"x-comment-reply-buttons\">\r\n <x-buttons>\r\n <!-- <x-button icon=\"fto-smile\" onlyIcon></x-button>\r\n <x-button icon=\"fto-image\" onlyIcon></x-button> -->\r\n </x-buttons>\r\n <x-button type=\"primary\" (click)=\"sureOnClick()\">{{ 'comment.sure' | xI18n }}</x-button>\r\n </div>\r\n</div>\r\n", styles: [".x-comment-reply{margin:0;padding:0}.x-comment-reply-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:.625rem}.x-comment-reply-buttons .x-button-icon{padding:0}.x-comment-reply-buttons .x-button-icon>.x-button-inner>.x-icon{font-size:1.25rem}.x-comment-reply-buttons .x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.5rem}.x-comment-reply-sure{display:flex;align-items:center}\n"], components: [{ type: i3.XInputComponent, selector: "x-input" }, { type: i4.XButtonsComponent, selector: "x-buttons" }, { type: i4.XButtonComponent, selector: "x-button" }], directives: [{ type: i5.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { 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"] }], pipes: { "xI18n": i1.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentReplyComponent, decorators: [{
34
+ /** @nocollapse */ /** @nocollapse */ XCommentReplyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentReplyComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XI18nService }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
35
+ /** @nocollapse */ /** @nocollapse */ XCommentReplyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCommentReplyComponent, selector: "x-comment-reply", usesInheritance: true, ngImport: i0, template: "<div #commentReply class=\"x-comment-reply\">\r\n <x-input [placeholder]=\"'comment.placeholder' | xI18n\" [maxlength]=\"maxlength\" [(ngModel)]=\"inputValue\"></x-input>\r\n <div class=\"x-comment-reply-buttons\">\r\n <x-buttons>\r\n <!-- <x-button icon=\"fto-smile\" onlyIcon></x-button>\r\n <x-button icon=\"fto-image\" onlyIcon></x-button> -->\r\n </x-buttons>\r\n <x-button type=\"primary\" (click)=\"sureOnClick()\">{{ 'comment.sure' | xI18n }}</x-button>\r\n </div>\r\n</div>\r\n", styles: [".x-comment-reply{margin:0;padding:0}.x-comment-reply-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:.625rem}.x-comment-reply-buttons .x-button-icon{padding:0}.x-comment-reply-buttons .x-button-icon>.x-button-inner>.x-icon{font-size:1.25rem}.x-comment-reply-buttons .x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.5rem}.x-comment-reply-sure{display:flex;align-items:center}\n"], components: [{ type: i3.XInputComponent, selector: "x-input" }, { type: i4.XButtonsComponent, selector: "x-buttons" }, { type: i4.XButtonComponent, selector: "x-button" }], directives: [{ type: i5.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { 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"] }], pipes: { "xI18n": i1.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentReplyComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{ selector: `${XCommentReplyPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #commentReply class=\"x-comment-reply\">\r\n <x-input [placeholder]=\"'comment.placeholder' | xI18n\" [maxlength]=\"maxlength\" [(ngModel)]=\"inputValue\"></x-input>\r\n <div class=\"x-comment-reply-buttons\">\r\n <x-buttons>\r\n <!-- <x-button icon=\"fto-smile\" onlyIcon></x-button>\r\n <x-button icon=\"fto-image\" onlyIcon></x-button> -->\r\n </x-buttons>\r\n <x-button type=\"primary\" (click)=\"sureOnClick()\">{{ 'comment.sure' | xI18n }}</x-button>\r\n </div>\r\n</div>\r\n", styles: [".x-comment-reply{margin:0;padding:0}.x-comment-reply-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:.625rem}.x-comment-reply-buttons .x-button-icon{padding:0}.x-comment-reply-buttons .x-button-icon>.x-button-inner>.x-icon{font-size:1.25rem}.x-comment-reply-buttons .x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.5rem}.x-comment-reply-sure{display:flex;align-items:center}\n"] }]
39
39
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.XI18nService }, { type: i2.XConfigService }]; } });
@@ -70,9 +70,9 @@ export class XCommentComponent extends XCommentProperty {
70
70
  });
71
71
  }
72
72
  }
73
- /** @nocollapse */ /** @nocollapse */ XCommentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XI18nService }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
74
- /** @nocollapse */ /** @nocollapse */ XCommentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XCommentComponent, selector: "x-comment", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div #comment class=\"x-comment\">\r\n <div class=\"x-comment-list\">\r\n <div class=\"x-comment-item\" *ngFor=\"let node of nodes; trackBy: trackByNode\">\r\n <div class=\"x-comment-avatar\">\r\n <x-avatar [src]=\"node.src\"></x-avatar>\r\n </div>\r\n <div class=\"x-comment-content\">\r\n <div class=\"x-comment-author\">\r\n <x-link>{{ node.author }}</x-link>\r\n <span class=\"x-comment-time\">{{ node.datetime | xTimeAgo }}</span>\r\n </div>\r\n <p>\r\n <x-text-retract [content]=\"node.content\"></x-text-retract>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"node.commentShow\" (click)=\"commentOnClick(node)\" onlyIcon>\r\n {{ 'comment.comments' | xI18n }} {{ node.count ? node.count : '' }}</x-button\r\n >\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(node)\" onlyIcon\r\n >{{ 'comment.giveALike' | xI18n }} {{ node.likes ? node.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply *ngIf=\"node.commentShow\" [maxlength]=\"contentMax\" (sureClick)=\"sureOnClick($event, node)\"></x-comment-reply>\r\n <ul>\r\n <li *ngFor=\"let child of node.children; trackBy: trackByNode\">\r\n <div>\r\n <p>\r\n <x-link>{{ child.author }}</x-link>\r\n <ng-container *ngIf=\"child.replyAuthor\">\r\n <span class=\"x-comment-reply\">{{ 'comment.reply' | xI18n }}</span> <x-link>{{ child.replyAuthor }}</x-link></ng-container\r\n >\uFF1A\r\n <span>\r\n <x-text-retract [content]=\"child.content\"></x-text-retract>\r\n </span>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <span class=\"x-comment-time\">{{ child.datetime | xTimeAgo }}</span>\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"child.commentShow\" (click)=\"replyOnClick(child)\" onlyIcon>{{\r\n 'comment.reply' | xI18n\r\n }}</x-button>\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(child)\" onlyIcon>\r\n {{ 'comment.giveALike' | xI18n }} {{ child.likes ? child.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply\r\n *ngIf=\"child.commentShow\"\r\n [maxlength]=\"contentMax\"\r\n (sureClick)=\"sureOnClick($event, child)\"\r\n ></x-comment-reply>\r\n </div>\r\n </li>\r\n <li class=\"x-comment-more\" *ngIf=\"hasMore(node)\">\r\n <x-link icon=\"fto-chevron-right\" type=\"primary\" (click)=\"moreOnClick(node)\" iconRight>{{ 'comment.more' | xI18n }} </x-link>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".x-comment{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box}.x-comment p{line-height:1.5;margin:.375rem 0}.x-comment-content{margin-left:1rem;flex:1}.x-comment-content>ul{margin-top:.375rem}.x-comment-content>ul>li{padding:0 .875rem;background-color:var(--x-background);transition:.3s}.x-comment-content>ul>li>div{padding:.5rem 0}.x-comment-content>ul>li>div>p>span{color:var(--x-text-300)}.x-comment-content>ul>li>div>.x-comment-action{display:flex;justify-content:space-between;align-items:center}.x-comment-content>ul>li>div>.x-comment-action>.x-comment-time{margin-left:0}.x-comment-content>ul>li:not(:last-child)>div{border-bottom:.0625rem solid var(--x-border-100)}.x-comment-content>ul>li.x-comment-more{padding:.875rem}.x-comment-content>ul>li:hover{background-color:var(--x-background-a100);border-color:transparent}.x-comment-content .x-comment-reply{margin:.875rem 0 1rem}.x-comment-author{margin:.25rem 0;display:inline-flex;align-items:center;color:var(--x-text-300)}.x-comment-author>.x-button{padding:0}.x-comment-time{margin-left:.5rem;color:var(--x-text-400);font-size:.75rem}.x-comment-action{text-align:right}.x-comment-action>.x-buttons>.x-button{padding:0}.x-comment-action>.x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.65rem}.x-comment-item{display:flex;padding:1rem 0;border-bottom:.0625rem solid var(--x-border-100)}.x-comment-item:first-child{padding-top:0}.x-comment-reply{margin:0 .75rem}\n"], components: [{ type: i3.XAvatarComponent, selector: "x-avatar" }, { type: i4.XLinkComponent, selector: "x-link" }, { type: i5.XTextRetractComponent, selector: "x-text-retract" }, { type: i6.XButtonsComponent, selector: "x-buttons" }, { type: i6.XButtonComponent, selector: "x-button" }, { type: i7.XCommentReplyComponent, selector: "x-comment-reply" }], directives: [{ type: i8.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "xTimeAgo": i9.XTimeAgoPipe, "xI18n": i1.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentComponent, decorators: [{
73
+ /** @nocollapse */ /** @nocollapse */ XCommentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XI18nService }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
74
+ /** @nocollapse */ /** @nocollapse */ XCommentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCommentComponent, selector: "x-comment", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div #comment class=\"x-comment\">\r\n <div class=\"x-comment-list\">\r\n <div class=\"x-comment-item\" *ngFor=\"let node of nodes; trackBy: trackByNode\">\r\n <div class=\"x-comment-avatar\">\r\n <x-avatar [src]=\"node.src\"></x-avatar>\r\n </div>\r\n <div class=\"x-comment-content\">\r\n <div class=\"x-comment-author\">\r\n <x-link>{{ node.author }}</x-link>\r\n <span class=\"x-comment-time\">{{ node.datetime | xTimeAgo }}</span>\r\n </div>\r\n <p>\r\n <x-text-retract [content]=\"node.content\"></x-text-retract>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"node.commentShow\" (click)=\"commentOnClick(node)\" onlyIcon>\r\n {{ 'comment.comments' | xI18n }} {{ node.count ? node.count : '' }}</x-button\r\n >\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(node)\" onlyIcon\r\n >{{ 'comment.giveALike' | xI18n }} {{ node.likes ? node.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply *ngIf=\"node.commentShow\" [maxlength]=\"contentMax\" (sureClick)=\"sureOnClick($event, node)\"></x-comment-reply>\r\n <ul>\r\n <li *ngFor=\"let child of node.children; trackBy: trackByNode\">\r\n <div>\r\n <p>\r\n <x-link>{{ child.author }}</x-link>\r\n <ng-container *ngIf=\"child.replyAuthor\">\r\n <span class=\"x-comment-reply\">{{ 'comment.reply' | xI18n }}</span> <x-link>{{ child.replyAuthor }}</x-link></ng-container\r\n >\uFF1A\r\n <span>\r\n <x-text-retract [content]=\"child.content\"></x-text-retract>\r\n </span>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <span class=\"x-comment-time\">{{ child.datetime | xTimeAgo }}</span>\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"child.commentShow\" (click)=\"replyOnClick(child)\" onlyIcon>{{\r\n 'comment.reply' | xI18n\r\n }}</x-button>\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(child)\" onlyIcon>\r\n {{ 'comment.giveALike' | xI18n }} {{ child.likes ? child.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply\r\n *ngIf=\"child.commentShow\"\r\n [maxlength]=\"contentMax\"\r\n (sureClick)=\"sureOnClick($event, child)\"\r\n ></x-comment-reply>\r\n </div>\r\n </li>\r\n <li class=\"x-comment-more\" *ngIf=\"hasMore(node)\">\r\n <x-link icon=\"fto-chevron-right\" type=\"primary\" (click)=\"moreOnClick(node)\" iconRight>{{ 'comment.more' | xI18n }} </x-link>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".x-comment{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box}.x-comment p{line-height:1.5;margin:.375rem 0}.x-comment-content{margin-left:1rem;flex:1}.x-comment-content>ul{margin-top:.375rem}.x-comment-content>ul>li{padding:0 .875rem;background-color:var(--x-background);transition:.3s}.x-comment-content>ul>li>div{padding:.5rem 0}.x-comment-content>ul>li>div>p>span{color:var(--x-text-300)}.x-comment-content>ul>li>div>.x-comment-action{display:flex;justify-content:space-between;align-items:center}.x-comment-content>ul>li>div>.x-comment-action>.x-comment-time{margin-left:0}.x-comment-content>ul>li:not(:last-child)>div{border-bottom:.0625rem solid var(--x-border-100)}.x-comment-content>ul>li.x-comment-more{padding:.875rem}.x-comment-content>ul>li:hover{background-color:var(--x-background-a100);border-color:transparent}.x-comment-content .x-comment-reply{margin:.875rem 0 1rem}.x-comment-author{margin:.25rem 0;display:inline-flex;align-items:center;color:var(--x-text-300)}.x-comment-author>.x-button{padding:0}.x-comment-time{margin-left:.5rem;color:var(--x-text-400);font-size:.75rem}.x-comment-action{text-align:right}.x-comment-action>.x-buttons>.x-button{padding:0}.x-comment-action>.x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.65rem}.x-comment-item{display:flex;padding:1rem 0;border-bottom:.0625rem solid var(--x-border-100)}.x-comment-item:first-child{padding-top:0}.x-comment-reply{margin:0 .75rem}\n"], components: [{ type: i3.XAvatarComponent, selector: "x-avatar" }, { type: i4.XLinkComponent, selector: "x-link" }, { type: i5.XTextRetractComponent, selector: "x-text-retract" }, { type: i6.XButtonsComponent, selector: "x-buttons" }, { type: i6.XButtonComponent, selector: "x-button" }, { type: i7.XCommentReplyComponent, selector: "x-comment-reply" }], directives: [{ type: i8.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "xTimeAgo": i9.XTimeAgoPipe, "xI18n": i1.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentComponent, decorators: [{
76
76
  type: Component,
77
77
  args: [{ selector: `${XCommentPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #comment class=\"x-comment\">\r\n <div class=\"x-comment-list\">\r\n <div class=\"x-comment-item\" *ngFor=\"let node of nodes; trackBy: trackByNode\">\r\n <div class=\"x-comment-avatar\">\r\n <x-avatar [src]=\"node.src\"></x-avatar>\r\n </div>\r\n <div class=\"x-comment-content\">\r\n <div class=\"x-comment-author\">\r\n <x-link>{{ node.author }}</x-link>\r\n <span class=\"x-comment-time\">{{ node.datetime | xTimeAgo }}</span>\r\n </div>\r\n <p>\r\n <x-text-retract [content]=\"node.content\"></x-text-retract>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"node.commentShow\" (click)=\"commentOnClick(node)\" onlyIcon>\r\n {{ 'comment.comments' | xI18n }} {{ node.count ? node.count : '' }}</x-button\r\n >\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(node)\" onlyIcon\r\n >{{ 'comment.giveALike' | xI18n }} {{ node.likes ? node.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply *ngIf=\"node.commentShow\" [maxlength]=\"contentMax\" (sureClick)=\"sureOnClick($event, node)\"></x-comment-reply>\r\n <ul>\r\n <li *ngFor=\"let child of node.children; trackBy: trackByNode\">\r\n <div>\r\n <p>\r\n <x-link>{{ child.author }}</x-link>\r\n <ng-container *ngIf=\"child.replyAuthor\">\r\n <span class=\"x-comment-reply\">{{ 'comment.reply' | xI18n }}</span> <x-link>{{ child.replyAuthor }}</x-link></ng-container\r\n >\uFF1A\r\n <span>\r\n <x-text-retract [content]=\"child.content\"></x-text-retract>\r\n </span>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <span class=\"x-comment-time\">{{ child.datetime | xTimeAgo }}</span>\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"child.commentShow\" (click)=\"replyOnClick(child)\" onlyIcon>{{\r\n 'comment.reply' | xI18n\r\n }}</x-button>\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(child)\" onlyIcon>\r\n {{ 'comment.giveALike' | xI18n }} {{ child.likes ? child.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply\r\n *ngIf=\"child.commentShow\"\r\n [maxlength]=\"contentMax\"\r\n (sureClick)=\"sureOnClick($event, child)\"\r\n ></x-comment-reply>\r\n </div>\r\n </li>\r\n <li class=\"x-comment-more\" *ngIf=\"hasMore(node)\">\r\n <x-link icon=\"fto-chevron-right\" type=\"primary\" (click)=\"moreOnClick(node)\" iconRight>{{ 'comment.more' | xI18n }} </x-link>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".x-comment{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box}.x-comment p{line-height:1.5;margin:.375rem 0}.x-comment-content{margin-left:1rem;flex:1}.x-comment-content>ul{margin-top:.375rem}.x-comment-content>ul>li{padding:0 .875rem;background-color:var(--x-background);transition:.3s}.x-comment-content>ul>li>div{padding:.5rem 0}.x-comment-content>ul>li>div>p>span{color:var(--x-text-300)}.x-comment-content>ul>li>div>.x-comment-action{display:flex;justify-content:space-between;align-items:center}.x-comment-content>ul>li>div>.x-comment-action>.x-comment-time{margin-left:0}.x-comment-content>ul>li:not(:last-child)>div{border-bottom:.0625rem solid var(--x-border-100)}.x-comment-content>ul>li.x-comment-more{padding:.875rem}.x-comment-content>ul>li:hover{background-color:var(--x-background-a100);border-color:transparent}.x-comment-content .x-comment-reply{margin:.875rem 0 1rem}.x-comment-author{margin:.25rem 0;display:inline-flex;align-items:center;color:var(--x-text-300)}.x-comment-author>.x-button{padding:0}.x-comment-time{margin-left:.5rem;color:var(--x-text-400);font-size:.75rem}.x-comment-action{text-align:right}.x-comment-action>.x-buttons>.x-button{padding:0}.x-comment-action>.x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.65rem}.x-comment-item{display:flex;padding:1rem 0;border-bottom:.0625rem solid var(--x-border-100)}.x-comment-item:first-child{padding-top:0}.x-comment-reply{margin:0 .75rem}\n"] }]
78
78
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.XI18nService }, { type: i2.XConfigService }]; } });
@@ -14,8 +14,8 @@ import { XCommentProperty, XCommentReplyProperty } from './comment.property';
14
14
  import * as i0 from "@angular/core";
15
15
  export class XCommentModule {
16
16
  }
17
- /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
- /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentModule, declarations: [XCommentComponent, XCommentReplyComponent, XCommentProperty, XCommentReplyProperty], imports: [CommonModule,
17
+ /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
+ /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentModule, declarations: [XCommentComponent, XCommentReplyComponent, XCommentProperty, XCommentReplyProperty], imports: [CommonModule,
19
19
  FormsModule,
20
20
  XI18nModule,
21
21
  XInputModule,
@@ -24,7 +24,7 @@ export class XCommentModule {
24
24
  XButtonModule,
25
25
  XTextRetractModule,
26
26
  XTimeAgoModule], exports: [XCommentComponent, XCommentReplyComponent] });
27
- /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentModule, imports: [[
27
+ /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentModule, imports: [[
28
28
  CommonModule,
29
29
  FormsModule,
30
30
  XI18nModule,
@@ -35,7 +35,7 @@ export class XCommentModule {
35
35
  XTextRetractModule,
36
36
  XTimeAgoModule
37
37
  ]] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentModule, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentModule, decorators: [{
39
39
  type: NgModule,
40
40
  args: [{
41
41
  declarations: [XCommentComponent, XCommentReplyComponent, XCommentProperty, XCommentReplyProperty],
@@ -47,15 +47,15 @@ export class XCommentProperty extends XProperty {
47
47
  this.moreClick = new EventEmitter();
48
48
  }
49
49
  }
50
- /** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
51
- /** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XCommentProperty, selector: "ng-component", inputs: { data: "data", contentMax: "contentMax" }, outputs: { likeClick: "likeClick", commentClick: "commentClick", replyClick: "replyClick", sureClick: "sureClick", moreClick: "moreClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
50
+ /** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
51
+ /** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCommentProperty, selector: "ng-component", inputs: { data: "data", contentMax: "contentMax" }, outputs: { likeClick: "likeClick", commentClick: "commentClick", replyClick: "replyClick", sureClick: "sureClick", moreClick: "moreClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
52
52
  __decorate([
53
53
  XDataConvert()
54
54
  ], XCommentProperty.prototype, "data", void 0);
55
55
  __decorate([
56
56
  XWithConfig(X_CONFIG_NAME, 512)
57
57
  ], XCommentProperty.prototype, "contentMax", void 0);
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentProperty, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentProperty, decorators: [{
59
59
  type: Component,
60
60
  args: [{ template: '' }]
61
61
  }], propDecorators: { data: [{
@@ -97,12 +97,12 @@ export class XCommentReplyProperty extends XProperty {
97
97
  this.sureClick = new EventEmitter();
98
98
  }
99
99
  }
100
- /** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentReplyProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
101
- /** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XCommentReplyProperty, selector: "ng-component", inputs: { maxlength: "maxlength" }, outputs: { sureClick: "sureClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
100
+ /** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentReplyProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
101
+ /** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCommentReplyProperty, selector: "ng-component", inputs: { maxlength: "maxlength" }, outputs: { sureClick: "sureClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
102
102
  __decorate([
103
103
  XInputNumber()
104
104
  ], XCommentReplyProperty.prototype, "maxlength", void 0);
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XCommentReplyProperty, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentReplyProperty, decorators: [{
106
106
  type: Component,
107
107
  args: [{ template: '' }]
108
108
  }], propDecorators: { maxlength: [{
@@ -14,9 +14,9 @@ export class XAsideComponent extends XAsideProperty {
14
14
  return this.width;
15
15
  }
16
16
  }
17
- /** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XAsideComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
18
- /** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XAsideComponent, selector: "x-aside", host: { properties: { "style.width.rem": "this.getWidth" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-aside{margin:0;padding:0;overflow:auto;flex-shrink:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XAsideComponent, decorators: [{
17
+ /** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XAsideComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
18
+ /** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XAsideComponent, selector: "x-aside", host: { properties: { "style.width.rem": "this.getWidth" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-aside{margin:0;padding:0;overflow:auto;flex-shrink:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XAsideComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{ selector: `${XAsidePrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-aside{margin:0;padding:0;overflow:auto;flex-shrink:0}\n"] }]
22
22
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.XConfigService }]; }, propDecorators: { getWidth: [{
@@ -25,9 +25,9 @@ export class XContainerComponent extends XContainerProperty {
25
25
  }
26
26
  }
27
27
  }
28
- /** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XContainerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
29
- /** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XContainerComponent, selector: "x-container", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-container{margin:0;padding:0;display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0}.x-container.x-direction-column{flex-direction:column}.x-container.x-direction-column-reverse{flex-direction:column-reverse}.x-container.x-direction-row{flex-direction:row}.x-container.x-direction-row-reverse{flex-direction:row-reverse}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XContainerComponent, decorators: [{
28
+ /** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
29
+ /** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XContainerComponent, selector: "x-container", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-container{margin:0;padding:0;display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0}.x-container.x-direction-column{flex-direction:column}.x-container.x-direction-column-reverse{flex-direction:column-reverse}.x-container.x-direction-row{flex-direction:row}.x-container.x-direction-row-reverse{flex-direction:row-reverse}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ selector: `${XContainerPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-container{margin:0;padding:0;display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0}.x-container.x-direction-column{flex-direction:column}.x-container.x-direction-column-reverse{flex-direction:column-reverse}.x-container.x-direction-row{flex-direction:row}.x-container.x-direction-row-reverse{flex-direction:row-reverse}\n"] }]
33
33
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.XConfigService }]; } });