@ng-nest/ui 17.0.1 → 17.0.2

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 (659) hide show
  1. package/affix/affix.component.d.ts +1 -2
  2. package/affix/affix.module.d.ts +1 -3
  3. package/alert/alert.component.d.ts +4 -5
  4. package/alert/alert.module.d.ts +1 -8
  5. package/anchor/anchor-inner.component.d.ts +1 -1
  6. package/anchor/anchor.component.d.ts +6 -7
  7. package/anchor/anchor.module.d.ts +2 -6
  8. package/api/api.component.d.ts +4 -4
  9. package/api/api.module.d.ts +1 -2
  10. package/auto-complete/auto-complete-portal.component.d.ts +3 -5
  11. package/auto-complete/auto-complete.component.d.ts +12 -13
  12. package/auto-complete/auto-complete.module.d.ts +1 -9
  13. package/avatar/avatar-group.component.d.ts +1 -2
  14. package/avatar/avatar.component.d.ts +6 -7
  15. package/avatar/avatar.module.d.ts +2 -6
  16. package/back-top/back-top.component.d.ts +7 -12
  17. package/back-top/back-top.module.d.ts +1 -5
  18. package/badge/badge.component.d.ts +3 -8
  19. package/badge/badge.module.d.ts +1 -3
  20. package/base-form/base-form.component.d.ts +1 -1
  21. package/base-form/base-form.module.d.ts +1 -2
  22. package/border/border.component.d.ts +4 -4
  23. package/border/border.module.d.ts +1 -1
  24. package/button/button.component.d.ts +8 -10
  25. package/button/button.module.d.ts +1 -5
  26. package/button/buttons.component.d.ts +4 -5
  27. package/calendar/calendar.component.d.ts +9 -13
  28. package/calendar/calendar.module.d.ts +1 -10
  29. package/card/card.component.d.ts +2 -6
  30. package/card/card.module.d.ts +1 -5
  31. package/carousel/carousel-panel.component.d.ts +10 -13
  32. package/carousel/carousel.component.d.ts +4 -7
  33. package/carousel/carousel.module.d.ts +1 -5
  34. package/cascade/cascade-portal.component.d.ts +4 -5
  35. package/cascade/cascade.component.d.ts +14 -13
  36. package/cascade/cascade.module.d.ts +1 -9
  37. package/checkbox/checkbox.component.d.ts +6 -8
  38. package/checkbox/checkbox.module.d.ts +1 -8
  39. package/collapse/collapse-panel.component.d.ts +5 -8
  40. package/collapse/collapse.component.d.ts +3 -7
  41. package/collapse/collapse.module.d.ts +1 -5
  42. package/color/color.component.d.ts +4 -5
  43. package/color/color.module.d.ts +1 -3
  44. package/color-picker/color-picker-portal.component.d.ts +7 -11
  45. package/color-picker/color-picker.component.d.ts +11 -12
  46. package/color-picker/color-picker.module.d.ts +1 -11
  47. package/comment/comment-reply.component.d.ts +4 -9
  48. package/comment/comment.component.d.ts +5 -9
  49. package/comment/comment.module.d.ts +1 -11
  50. package/container/aside.component.d.ts +5 -5
  51. package/container/container.component.d.ts +2 -3
  52. package/container/container.module.d.ts +1 -3
  53. package/container/footer.component.d.ts +5 -7
  54. package/container/header.component.d.ts +5 -7
  55. package/container/main.component.d.ts +4 -4
  56. package/crumb/crumb.component.d.ts +4 -5
  57. package/crumb/crumb.module.d.ts +1 -5
  58. package/date-picker/date-picker-portal.component.d.ts +5 -9
  59. package/date-picker/date-picker.component.d.ts +14 -16
  60. package/date-picker/date-picker.module.d.ts +2 -21
  61. package/date-picker/date-quarter.pipe.d.ts +1 -1
  62. package/date-picker/date-range-portal.component.d.ts +1 -1
  63. package/date-picker/date-range.component.d.ts +17 -19
  64. package/date-picker/picker-date.component.d.ts +8 -11
  65. package/date-picker/picker-month.component.d.ts +8 -11
  66. package/date-picker/picker-quarter.component.d.ts +9 -14
  67. package/date-picker/picker-year.component.d.ts +5 -8
  68. package/description/description-item.component.d.ts +1 -2
  69. package/description/description.component.d.ts +4 -5
  70. package/description/description.module.d.ts +2 -5
  71. package/dialog/dialog-container.component.d.ts +1 -2
  72. package/dialog/dialog-portal.component.d.ts +1 -1
  73. package/dialog/dialog-portal.directives.d.ts +13 -17
  74. package/dialog/dialog.component.d.ts +15 -17
  75. package/dialog/dialog.module.d.ts +1 -14
  76. package/dialog/dialog.service.d.ts +8 -10
  77. package/doc/doc.component.d.ts +6 -6
  78. package/doc/doc.module.d.ts +1 -2
  79. package/drag/drag.directive.d.ts +5 -6
  80. package/drag/drag.module.d.ts +1 -2
  81. package/drawer/drawer-container.component.d.ts +1 -2
  82. package/drawer/drawer-portal.component.d.ts +1 -2
  83. package/drawer/drawer-portal.directives.d.ts +5 -6
  84. package/drawer/drawer.component.d.ts +10 -15
  85. package/drawer/drawer.module.d.ts +2 -8
  86. package/drawer/drawer.service.d.ts +5 -7
  87. package/dropdown/dropdown-portal.component.d.ts +1 -1
  88. package/dropdown/dropdown.component.d.ts +10 -13
  89. package/dropdown/dropdown.module.d.ts +1 -7
  90. package/empty/empty.component.d.ts +4 -7
  91. package/empty/empty.module.d.ts +1 -6
  92. package/esm2022/affix/affix.component.mjs +10 -10
  93. package/esm2022/affix/affix.module.mjs +4 -7
  94. package/esm2022/alert/alert.component.mjs +26 -18
  95. package/esm2022/alert/alert.module.mjs +4 -12
  96. package/esm2022/alert/alert.property.mjs +1 -1
  97. package/esm2022/anchor/anchor-inner.component.mjs +3 -2
  98. package/esm2022/anchor/anchor.component.mjs +21 -21
  99. package/esm2022/anchor/anchor.module.mjs +4 -9
  100. package/esm2022/anchor/anchor.property.mjs +1 -1
  101. package/esm2022/api/api.component.mjs +13 -11
  102. package/esm2022/api/api.module.mjs +4 -6
  103. package/esm2022/auto-complete/auto-complete-portal.component.mjs +14 -15
  104. package/esm2022/auto-complete/auto-complete.component.mjs +43 -30
  105. package/esm2022/auto-complete/auto-complete.module.mjs +5 -14
  106. package/esm2022/avatar/avatar-group.component.mjs +6 -6
  107. package/esm2022/avatar/avatar.component.mjs +17 -18
  108. package/esm2022/avatar/avatar.module.mjs +4 -9
  109. package/esm2022/avatar/avatar.property.mjs +1 -1
  110. package/esm2022/back-top/back-top.component.mjs +25 -29
  111. package/esm2022/back-top/back-top.module.mjs +4 -9
  112. package/esm2022/badge/badge.component.mjs +18 -22
  113. package/esm2022/badge/badge.module.mjs +4 -7
  114. package/esm2022/base-form/base-form.component.mjs +9 -4
  115. package/esm2022/base-form/base-form.module.mjs +4 -5
  116. package/esm2022/base-form/base-form.property.mjs +1 -1
  117. package/esm2022/border/border.component.mjs +13 -11
  118. package/esm2022/border/border.module.mjs +3 -3
  119. package/esm2022/button/button.component.mjs +19 -23
  120. package/esm2022/button/button.module.mjs +4 -9
  121. package/esm2022/button/button.property.mjs +1 -1
  122. package/esm2022/button/buttons.component.mjs +15 -14
  123. package/esm2022/calendar/calendar.component.mjs +35 -25
  124. package/esm2022/calendar/calendar.module.mjs +4 -14
  125. package/esm2022/card/card.component.mjs +14 -16
  126. package/esm2022/card/card.module.mjs +4 -9
  127. package/esm2022/carousel/carousel-panel.component.mjs +37 -33
  128. package/esm2022/carousel/carousel.component.mjs +19 -22
  129. package/esm2022/carousel/carousel.module.mjs +5 -10
  130. package/esm2022/carousel/carousel.property.mjs +1 -1
  131. package/esm2022/cascade/cascade-portal.component.mjs +19 -17
  132. package/esm2022/cascade/cascade.component.mjs +37 -30
  133. package/esm2022/cascade/cascade.module.mjs +5 -14
  134. package/esm2022/checkbox/checkbox.component.mjs +31 -23
  135. package/esm2022/checkbox/checkbox.module.mjs +4 -12
  136. package/esm2022/collapse/collapse-panel.component.mjs +19 -20
  137. package/esm2022/collapse/collapse.component.mjs +11 -14
  138. package/esm2022/collapse/collapse.module.mjs +4 -9
  139. package/esm2022/color/color.component.mjs +15 -16
  140. package/esm2022/color/color.module.mjs +4 -7
  141. package/esm2022/color-picker/color-picker-portal.component.mjs +53 -35
  142. package/esm2022/color-picker/color-picker.component.mjs +36 -35
  143. package/esm2022/color-picker/color-picker.module.mjs +5 -42
  144. package/esm2022/comment/comment-reply.component.mjs +18 -18
  145. package/esm2022/comment/comment.component.mjs +32 -24
  146. package/esm2022/comment/comment.module.mjs +4 -41
  147. package/esm2022/comment/comment.property.mjs +1 -1
  148. package/esm2022/container/aside.component.mjs +15 -12
  149. package/esm2022/container/container.component.mjs +14 -13
  150. package/esm2022/container/container.module.mjs +5 -35
  151. package/esm2022/container/footer.component.mjs +17 -20
  152. package/esm2022/container/header.component.mjs +17 -20
  153. package/esm2022/container/main.component.mjs +14 -11
  154. package/esm2022/core/config/config.service.mjs +8 -3
  155. package/esm2022/core/services/preloading-strategy.service.mjs +4 -3
  156. package/esm2022/crumb/crumb.component.mjs +15 -15
  157. package/esm2022/crumb/crumb.module.mjs +4 -9
  158. package/esm2022/date-picker/date-picker-portal.component.mjs +36 -27
  159. package/esm2022/date-picker/date-picker.component.mjs +51 -46
  160. package/esm2022/date-picker/date-picker.module.mjs +5 -106
  161. package/esm2022/date-picker/date-quarter.pipe.mjs +3 -3
  162. package/esm2022/date-picker/date-range-portal.component.mjs +22 -11
  163. package/esm2022/date-picker/date-range.component.mjs +53 -51
  164. package/esm2022/date-picker/picker-date.component.mjs +44 -38
  165. package/esm2022/date-picker/picker-month.component.mjs +30 -28
  166. package/esm2022/date-picker/picker-quarter.component.mjs +30 -30
  167. package/esm2022/date-picker/picker-year.component.mjs +25 -23
  168. package/esm2022/description/description-item.component.mjs +7 -9
  169. package/esm2022/description/description.component.mjs +13 -13
  170. package/esm2022/description/description.module.mjs +4 -8
  171. package/esm2022/dialog/dialog-container.component.mjs +8 -7
  172. package/esm2022/dialog/dialog-portal.component.mjs +27 -11
  173. package/esm2022/dialog/dialog-portal.directives.mjs +39 -39
  174. package/esm2022/dialog/dialog-ref.mjs +1 -1
  175. package/esm2022/dialog/dialog.component.mjs +40 -47
  176. package/esm2022/dialog/dialog.module.mjs +11 -69
  177. package/esm2022/dialog/dialog.service.mjs +15 -16
  178. package/esm2022/doc/doc.component.mjs +12 -9
  179. package/esm2022/doc/doc.module.mjs +4 -6
  180. package/esm2022/drag/drag.directive.mjs +10 -10
  181. package/esm2022/drag/drag.module.mjs +4 -6
  182. package/esm2022/drawer/drawer-container.component.mjs +8 -7
  183. package/esm2022/drawer/drawer-portal.component.mjs +12 -11
  184. package/esm2022/drawer/drawer-portal.directives.mjs +17 -16
  185. package/esm2022/drawer/drawer.component.mjs +23 -32
  186. package/esm2022/drawer/drawer.module.mjs +9 -25
  187. package/esm2022/drawer/drawer.service.mjs +14 -14
  188. package/esm2022/dropdown/dropdown-portal.component.mjs +7 -5
  189. package/esm2022/dropdown/dropdown.component.mjs +31 -24
  190. package/esm2022/dropdown/dropdown.module.mjs +5 -12
  191. package/esm2022/empty/empty.component.mjs +21 -17
  192. package/esm2022/empty/empty.module.mjs +4 -10
  193. package/esm2022/examples/examples.component.mjs +12 -9
  194. package/esm2022/examples/examples.module.mjs +4 -6
  195. package/esm2022/find/find.component.mjs +48 -29
  196. package/esm2022/find/find.module.mjs +4 -52
  197. package/esm2022/form/control.component.mjs +69 -39
  198. package/esm2022/form/form.component.mjs +27 -18
  199. package/esm2022/form/form.module.mjs +4 -69
  200. package/esm2022/highlight/highlight.component.mjs +26 -23
  201. package/esm2022/highlight/highlight.module.mjs +4 -8
  202. package/esm2022/i18n/i18n.directive.mjs +13 -10
  203. package/esm2022/i18n/i18n.module.mjs +3 -3
  204. package/esm2022/i18n/i18n.pipe.mjs +4 -3
  205. package/esm2022/i18n/i18n.service.mjs +7 -11
  206. package/esm2022/icon/icon.component.mjs +20 -21
  207. package/esm2022/icon/icon.module.mjs +4 -9
  208. package/esm2022/icon/icon.property.mjs +1 -1
  209. package/esm2022/icon/icon.service.mjs +35 -34
  210. package/esm2022/image/image-group.component.mjs +4 -3
  211. package/esm2022/image/image-preview.component.mjs +26 -31
  212. package/esm2022/image/image.component.mjs +30 -29
  213. package/esm2022/image/image.module.mjs +4 -13
  214. package/esm2022/inner/inner.component.mjs +14 -13
  215. package/esm2022/inner/inner.module.mjs +4 -7
  216. package/esm2022/input/input-group.component.mjs +12 -13
  217. package/esm2022/input/input.component.mjs +33 -34
  218. package/esm2022/input/input.module.mjs +4 -11
  219. package/esm2022/input-number/input-number.component.mjs +23 -26
  220. package/esm2022/input-number/input-number.module.mjs +4 -11
  221. package/esm2022/keyword/keyword.directive.mjs +13 -13
  222. package/esm2022/keyword/keyword.module.mjs +4 -7
  223. package/esm2022/keyword/keyword.property.mjs +3 -3
  224. package/esm2022/layout/col.component.mjs +14 -18
  225. package/esm2022/layout/layout.module.mjs +4 -7
  226. package/esm2022/layout/layout.property.mjs +1 -1
  227. package/esm2022/layout/row.component.mjs +12 -12
  228. package/esm2022/link/link.component.mjs +17 -18
  229. package/esm2022/link/link.module.mjs +4 -10
  230. package/esm2022/list/list-drop-group.directive.mjs +3 -2
  231. package/esm2022/list/list-option.component.mjs +16 -16
  232. package/esm2022/list/list.component.mjs +38 -32
  233. package/esm2022/list/list.module.mjs +4 -52
  234. package/esm2022/loading/loading.component.mjs +19 -21
  235. package/esm2022/loading/loading.module.mjs +4 -10
  236. package/esm2022/menu/menu-node.component.mjs +17 -17
  237. package/esm2022/menu/menu.component.mjs +21 -23
  238. package/esm2022/menu/menu.module.mjs +4 -11
  239. package/esm2022/message/message.component.mjs +10 -11
  240. package/esm2022/message/message.module.mjs +5 -12
  241. package/esm2022/message/message.service.mjs +12 -12
  242. package/esm2022/message-box/message-box.component.mjs +20 -8
  243. package/esm2022/message-box/message-box.module.mjs +5 -47
  244. package/esm2022/message-box/message-box.service.mjs +12 -11
  245. package/esm2022/notification/notification.component.mjs +10 -11
  246. package/esm2022/notification/notification.module.mjs +5 -12
  247. package/esm2022/notification/notification.service.mjs +14 -10
  248. package/esm2022/outlet/outlet.directive.mjs +9 -9
  249. package/esm2022/outlet/outlet.module.mjs +4 -6
  250. package/esm2022/page-header/page-header.component.mjs +19 -18
  251. package/esm2022/page-header/page-header.module.mjs +4 -8
  252. package/esm2022/pagination/pagination.component.mjs +39 -29
  253. package/esm2022/pagination/pagination.module.mjs +4 -13
  254. package/esm2022/pattern/pattern.component.mjs +12 -9
  255. package/esm2022/pattern/pattern.module.mjs +4 -6
  256. package/esm2022/popconfirm/popconfirm.component.mjs +24 -25
  257. package/esm2022/popconfirm/popconfirm.module.mjs +4 -11
  258. package/esm2022/popover/popover-portal.component.mjs +15 -14
  259. package/esm2022/popover/popover.directive.mjs +16 -18
  260. package/esm2022/popover/popover.module.mjs +5 -11
  261. package/esm2022/portal/portal.module.mjs +6 -9
  262. package/esm2022/portal/portal.service.mjs +12 -11
  263. package/esm2022/progress/progress.component.mjs +16 -18
  264. package/esm2022/progress/progress.module.mjs +4 -9
  265. package/esm2022/radio/radio.component.mjs +21 -21
  266. package/esm2022/radio/radio.module.mjs +4 -12
  267. package/esm2022/rate/rate.component.mjs +22 -21
  268. package/esm2022/rate/rate.module.mjs +4 -11
  269. package/esm2022/resizable/resizable.directive.mjs +56 -45
  270. package/esm2022/resizable/resizable.module.mjs +5 -7
  271. package/esm2022/resizable/resizable.property.mjs +3 -3
  272. package/esm2022/result/result.component.mjs +15 -18
  273. package/esm2022/result/result.module.mjs +4 -9
  274. package/esm2022/ripple/ripple.directive.mjs +11 -10
  275. package/esm2022/ripple/ripple.module.mjs +5 -8
  276. package/esm2022/select/select-portal.component.mjs +6 -4
  277. package/esm2022/select/select.component.mjs +52 -50
  278. package/esm2022/select/select.module.mjs +5 -46
  279. package/esm2022/skeleton/skeleton.component.mjs +14 -16
  280. package/esm2022/skeleton/skeleton.module.mjs +4 -8
  281. package/esm2022/slider/slider.component.mjs +38 -35
  282. package/esm2022/slider/slider.module.mjs +5 -11
  283. package/esm2022/slider-select/slider-select.component.mjs +45 -37
  284. package/esm2022/slider-select/slider-select.module.mjs +4 -36
  285. package/esm2022/statistic/countdown.component.mjs +14 -15
  286. package/esm2022/statistic/statistic.component.mjs +13 -13
  287. package/esm2022/statistic/statistic.module.mjs +4 -9
  288. package/esm2022/steps/steps.component.mjs +17 -18
  289. package/esm2022/steps/steps.module.mjs +4 -9
  290. package/esm2022/switch/switch.component.mjs +18 -17
  291. package/esm2022/switch/switch.module.mjs +4 -11
  292. package/esm2022/table/table-body.component.mjs +19 -9
  293. package/esm2022/table/table-foot.component.mjs +12 -15
  294. package/esm2022/table/table-head.component.mjs +33 -27
  295. package/esm2022/table/table.component.mjs +20 -10
  296. package/esm2022/table/table.module.mjs +4 -69
  297. package/esm2022/tabs/tab-content.component.mjs +12 -9
  298. package/esm2022/tabs/tab-link.directive.mjs +7 -5
  299. package/esm2022/tabs/tab.component.mjs +11 -10
  300. package/esm2022/tabs/tabs.component.mjs +28 -26
  301. package/esm2022/tabs/tabs.module.mjs +5 -26
  302. package/esm2022/tag/tag.component.mjs +16 -19
  303. package/esm2022/tag/tag.module.mjs +4 -9
  304. package/esm2022/text-retract/text-retract.component.mjs +17 -18
  305. package/esm2022/text-retract/text-retract.module.mjs +4 -10
  306. package/esm2022/textarea/textarea.component.mjs +24 -24
  307. package/esm2022/textarea/textarea.module.mjs +4 -10
  308. package/esm2022/theme/theme.component.mjs +44 -30
  309. package/esm2022/theme/theme.module.mjs +4 -40
  310. package/esm2022/time-ago/time-ago.module.mjs +4 -6
  311. package/esm2022/time-ago/time-ago.pipe.mjs +20 -20
  312. package/esm2022/time-picker/time-picker-frame.component.mjs +31 -29
  313. package/esm2022/time-picker/time-picker-portal.component.mjs +19 -19
  314. package/esm2022/time-picker/time-picker.component.mjs +39 -40
  315. package/esm2022/time-picker/time-picker.module.mjs +5 -46
  316. package/esm2022/time-range/time-range.module.mjs +4 -4
  317. package/esm2022/time-range/time-range.pipe.mjs +3 -3
  318. package/esm2022/timeline/timeline.component.mjs +17 -19
  319. package/esm2022/timeline/timeline.module.mjs +4 -11
  320. package/esm2022/tooltip/tooltip-portal.component.mjs +15 -14
  321. package/esm2022/tooltip/tooltip.directive.mjs +15 -18
  322. package/esm2022/tooltip/tooltip.module.mjs +5 -11
  323. package/esm2022/transfer/transfer.component.mjs +68 -54
  324. package/esm2022/transfer/transfer.module.mjs +4 -57
  325. package/esm2022/tree/tree-node.component.mjs +36 -29
  326. package/esm2022/tree/tree.component.mjs +10 -12
  327. package/esm2022/tree/tree.module.mjs +4 -41
  328. package/esm2022/tree/tree.service.mjs +4 -3
  329. package/esm2022/tree-file/tree-file.component.mjs +34 -30
  330. package/esm2022/tree-file/tree-file.module.mjs +4 -13
  331. package/esm2022/tree-select/tree-select-portal.component.mjs +25 -25
  332. package/esm2022/tree-select/tree-select.component.mjs +53 -51
  333. package/esm2022/tree-select/tree-select.module.mjs +6 -54
  334. package/esm2022/typography/typography.component.mjs +11 -11
  335. package/esm2022/typography/typography.module.mjs +4 -7
  336. package/esm2022/upload/upload-portal.component.mjs +11 -12
  337. package/esm2022/upload/upload.component.mjs +42 -39
  338. package/esm2022/upload/upload.module.mjs +4 -53
  339. package/examples/examples.component.d.ts +6 -6
  340. package/examples/examples.module.d.ts +1 -2
  341. package/fesm2022/ng-nest-ui-affix.mjs +12 -15
  342. package/fesm2022/ng-nest-ui-affix.mjs.map +1 -1
  343. package/fesm2022/ng-nest-ui-alert.mjs +26 -25
  344. package/fesm2022/ng-nest-ui-alert.mjs.map +1 -1
  345. package/fesm2022/ng-nest-ui-anchor.mjs +24 -26
  346. package/fesm2022/ng-nest-ui-anchor.mjs.map +1 -1
  347. package/fesm2022/ng-nest-ui-api.mjs +15 -15
  348. package/fesm2022/ng-nest-ui-api.mjs.map +1 -1
  349. package/fesm2022/ng-nest-ui-auto-complete.mjs +58 -50
  350. package/fesm2022/ng-nest-ui-auto-complete.mjs.map +1 -1
  351. package/fesm2022/ng-nest-ui-avatar.mjs +23 -27
  352. package/fesm2022/ng-nest-ui-avatar.mjs.map +1 -1
  353. package/fesm2022/ng-nest-ui-back-top.mjs +26 -33
  354. package/fesm2022/ng-nest-ui-back-top.mjs.map +1 -1
  355. package/fesm2022/ng-nest-ui-badge.mjs +20 -26
  356. package/fesm2022/ng-nest-ui-badge.mjs.map +1 -1
  357. package/fesm2022/ng-nest-ui-base-form.mjs +11 -6
  358. package/fesm2022/ng-nest-ui-base-form.mjs.map +1 -1
  359. package/fesm2022/ng-nest-ui-border.mjs +14 -12
  360. package/fesm2022/ng-nest-ui-border.mjs.map +1 -1
  361. package/fesm2022/ng-nest-ui-button.mjs +30 -38
  362. package/fesm2022/ng-nest-ui-button.mjs.map +1 -1
  363. package/fesm2022/ng-nest-ui-calendar.mjs +35 -33
  364. package/fesm2022/ng-nest-ui-calendar.mjs.map +1 -1
  365. package/fesm2022/ng-nest-ui-card.mjs +15 -21
  366. package/fesm2022/ng-nest-ui-card.mjs.map +1 -1
  367. package/fesm2022/ng-nest-ui-carousel.mjs +52 -54
  368. package/fesm2022/ng-nest-ui-carousel.mjs.map +1 -1
  369. package/fesm2022/ng-nest-ui-cascade.mjs +54 -51
  370. package/fesm2022/ng-nest-ui-cascade.mjs.map +1 -1
  371. package/fesm2022/ng-nest-ui-checkbox.mjs +32 -30
  372. package/fesm2022/ng-nest-ui-checkbox.mjs.map +1 -1
  373. package/fesm2022/ng-nest-ui-collapse.mjs +27 -36
  374. package/fesm2022/ng-nest-ui-collapse.mjs.map +1 -1
  375. package/fesm2022/ng-nest-ui-color-picker.mjs +84 -98
  376. package/fesm2022/ng-nest-ui-color-picker.mjs.map +1 -1
  377. package/fesm2022/ng-nest-ui-color.mjs +16 -18
  378. package/fesm2022/ng-nest-ui-color.mjs.map +1 -1
  379. package/fesm2022/ng-nest-ui-comment.mjs +43 -72
  380. package/fesm2022/ng-nest-ui-comment.mjs.map +1 -1
  381. package/fesm2022/ng-nest-ui-container.mjs +61 -94
  382. package/fesm2022/ng-nest-ui-container.mjs.map +1 -1
  383. package/fesm2022/ng-nest-ui-core.mjs +10 -4
  384. package/fesm2022/ng-nest-ui-core.mjs.map +1 -1
  385. package/fesm2022/ng-nest-ui-crumb.mjs +16 -20
  386. package/fesm2022/ng-nest-ui-crumb.mjs.map +1 -1
  387. package/fesm2022/ng-nest-ui-date-picker.mjs +247 -293
  388. package/fesm2022/ng-nest-ui-date-picker.mjs.map +1 -1
  389. package/fesm2022/ng-nest-ui-description.mjs +19 -25
  390. package/fesm2022/ng-nest-ui-description.mjs.map +1 -1
  391. package/fesm2022/ng-nest-ui-dialog.mjs +180 -223
  392. package/fesm2022/ng-nest-ui-dialog.mjs.map +1 -1
  393. package/fesm2022/ng-nest-ui-doc.mjs +13 -12
  394. package/fesm2022/ng-nest-ui-doc.mjs.map +1 -1
  395. package/fesm2022/ng-nest-ui-drag.mjs +13 -14
  396. package/fesm2022/ng-nest-ui-drag.mjs.map +1 -1
  397. package/fesm2022/ng-nest-ui-drawer.mjs +114 -133
  398. package/fesm2022/ng-nest-ui-drawer.mjs.map +1 -1
  399. package/fesm2022/ng-nest-ui-dropdown.mjs +39 -33
  400. package/fesm2022/ng-nest-ui-dropdown.mjs.map +1 -1
  401. package/fesm2022/ng-nest-ui-empty.mjs +21 -24
  402. package/fesm2022/ng-nest-ui-empty.mjs.map +1 -1
  403. package/fesm2022/ng-nest-ui-examples.mjs +13 -12
  404. package/fesm2022/ng-nest-ui-examples.mjs.map +1 -1
  405. package/fesm2022/ng-nest-ui-find.mjs +49 -76
  406. package/fesm2022/ng-nest-ui-find.mjs.map +1 -1
  407. package/fesm2022/ng-nest-ui-form.mjs +88 -112
  408. package/fesm2022/ng-nest-ui-form.mjs.map +1 -1
  409. package/fesm2022/ng-nest-ui-highlight.mjs +28 -27
  410. package/fesm2022/ng-nest-ui-highlight.mjs.map +1 -1
  411. package/fesm2022/ng-nest-ui-i18n.mjs +21 -21
  412. package/fesm2022/ng-nest-ui-i18n.mjs.map +1 -1
  413. package/fesm2022/ng-nest-ui-icon.mjs +55 -57
  414. package/fesm2022/ng-nest-ui-icon.mjs.map +1 -1
  415. package/fesm2022/ng-nest-ui-image.mjs +50 -61
  416. package/fesm2022/ng-nest-ui-image.mjs.map +1 -1
  417. package/fesm2022/ng-nest-ui-inner.mjs +15 -17
  418. package/fesm2022/ng-nest-ui-inner.mjs.map +1 -1
  419. package/fesm2022/ng-nest-ui-input-number.mjs +25 -31
  420. package/fesm2022/ng-nest-ui-input-number.mjs.map +1 -1
  421. package/fesm2022/ng-nest-ui-input.mjs +41 -49
  422. package/fesm2022/ng-nest-ui-input.mjs.map +1 -1
  423. package/fesm2022/ng-nest-ui-keyword.mjs +17 -19
  424. package/fesm2022/ng-nest-ui-keyword.mjs.map +1 -1
  425. package/fesm2022/ng-nest-ui-layout.mjs +25 -31
  426. package/fesm2022/ng-nest-ui-layout.mjs.map +1 -1
  427. package/fesm2022/ng-nest-ui-link.mjs +18 -24
  428. package/fesm2022/ng-nest-ui-link.mjs.map +1 -1
  429. package/fesm2022/ng-nest-ui-list.mjs +51 -86
  430. package/fesm2022/ng-nest-ui-list.mjs.map +1 -1
  431. package/fesm2022/ng-nest-ui-loading.mjs +20 -27
  432. package/fesm2022/ng-nest-ui-loading.mjs.map +1 -1
  433. package/fesm2022/ng-nest-ui-menu.mjs +33 -41
  434. package/fesm2022/ng-nest-ui-menu.mjs.map +1 -1
  435. package/fesm2022/ng-nest-ui-message-box.mjs +33 -58
  436. package/fesm2022/ng-nest-ui-message-box.mjs.map +1 -1
  437. package/fesm2022/ng-nest-ui-message.mjs +22 -28
  438. package/fesm2022/ng-nest-ui-message.mjs.map +1 -1
  439. package/fesm2022/ng-nest-ui-notification.mjs +24 -26
  440. package/fesm2022/ng-nest-ui-notification.mjs.map +1 -1
  441. package/fesm2022/ng-nest-ui-outlet.mjs +11 -13
  442. package/fesm2022/ng-nest-ui-outlet.mjs.map +1 -1
  443. package/fesm2022/ng-nest-ui-page-header.mjs +20 -23
  444. package/fesm2022/ng-nest-ui-page-header.mjs.map +1 -1
  445. package/fesm2022/ng-nest-ui-pagination.mjs +39 -37
  446. package/fesm2022/ng-nest-ui-pagination.mjs.map +1 -1
  447. package/fesm2022/ng-nest-ui-pattern.mjs +13 -12
  448. package/fesm2022/ng-nest-ui-pattern.mjs.map +1 -1
  449. package/fesm2022/ng-nest-ui-popconfirm.mjs +25 -33
  450. package/fesm2022/ng-nest-ui-popconfirm.mjs.map +1 -1
  451. package/fesm2022/ng-nest-ui-popover.mjs +31 -35
  452. package/fesm2022/ng-nest-ui-popover.mjs.map +1 -1
  453. package/fesm2022/ng-nest-ui-portal.mjs +25 -25
  454. package/fesm2022/ng-nest-ui-portal.mjs.map +1 -1
  455. package/fesm2022/ng-nest-ui-progress.mjs +16 -22
  456. package/fesm2022/ng-nest-ui-progress.mjs.map +1 -1
  457. package/fesm2022/ng-nest-ui-radio.mjs +22 -28
  458. package/fesm2022/ng-nest-ui-radio.mjs.map +1 -1
  459. package/fesm2022/ng-nest-ui-rate.mjs +23 -27
  460. package/fesm2022/ng-nest-ui-rate.mjs.map +1 -1
  461. package/fesm2022/ng-nest-ui-resizable.mjs +62 -52
  462. package/fesm2022/ng-nest-ui-resizable.mjs.map +1 -1
  463. package/fesm2022/ng-nest-ui-result.mjs +16 -23
  464. package/fesm2022/ng-nest-ui-result.mjs.map +1 -1
  465. package/fesm2022/ng-nest-ui-ripple.mjs +14 -15
  466. package/fesm2022/ng-nest-ui-ripple.mjs.map +1 -1
  467. package/fesm2022/ng-nest-ui-select.mjs +59 -92
  468. package/fesm2022/ng-nest-ui-select.mjs.map +1 -1
  469. package/fesm2022/ng-nest-ui-skeleton.mjs +15 -20
  470. package/fesm2022/ng-nest-ui-skeleton.mjs.map +1 -1
  471. package/fesm2022/ng-nest-ui-slider-select.mjs +46 -66
  472. package/fesm2022/ng-nest-ui-slider-select.mjs.map +1 -1
  473. package/fesm2022/ng-nest-ui-slider.mjs +40 -42
  474. package/fesm2022/ng-nest-ui-slider.mjs.map +1 -1
  475. package/fesm2022/ng-nest-ui-statistic.mjs +25 -30
  476. package/fesm2022/ng-nest-ui-statistic.mjs.map +1 -1
  477. package/fesm2022/ng-nest-ui-steps.mjs +18 -23
  478. package/fesm2022/ng-nest-ui-steps.mjs.map +1 -1
  479. package/fesm2022/ng-nest-ui-switch.mjs +19 -23
  480. package/fesm2022/ng-nest-ui-switch.mjs.map +1 -1
  481. package/fesm2022/ng-nest-ui-table.mjs +86 -128
  482. package/fesm2022/ng-nest-ui-table.mjs.map +1 -1
  483. package/fesm2022/ng-nest-ui-tabs.mjs +52 -63
  484. package/fesm2022/ng-nest-ui-tabs.mjs.map +1 -1
  485. package/fesm2022/ng-nest-ui-tag.mjs +17 -24
  486. package/fesm2022/ng-nest-ui-tag.mjs.map +1 -1
  487. package/fesm2022/ng-nest-ui-text-retract.mjs +17 -23
  488. package/fesm2022/ng-nest-ui-text-retract.mjs.map +1 -1
  489. package/fesm2022/ng-nest-ui-textarea.mjs +25 -29
  490. package/fesm2022/ng-nest-ui-textarea.mjs.map +1 -1
  491. package/fesm2022/ng-nest-ui-theme.mjs +45 -64
  492. package/fesm2022/ng-nest-ui-theme.mjs.map +1 -1
  493. package/fesm2022/ng-nest-ui-time-ago.mjs +21 -23
  494. package/fesm2022/ng-nest-ui-time-ago.mjs.map +1 -1
  495. package/fesm2022/ng-nest-ui-time-picker.mjs +82 -119
  496. package/fesm2022/ng-nest-ui-time-picker.mjs.map +1 -1
  497. package/fesm2022/ng-nest-ui-time-range.mjs +5 -5
  498. package/fesm2022/ng-nest-ui-time-range.mjs.map +1 -1
  499. package/fesm2022/ng-nest-ui-timeline.mjs +18 -26
  500. package/fesm2022/ng-nest-ui-timeline.mjs.map +1 -1
  501. package/fesm2022/ng-nest-ui-tooltip.mjs +30 -35
  502. package/fesm2022/ng-nest-ui-tooltip.mjs.map +1 -1
  503. package/fesm2022/ng-nest-ui-transfer.mjs +68 -104
  504. package/fesm2022/ng-nest-ui-transfer.mjs.map +1 -1
  505. package/fesm2022/ng-nest-ui-tree-file.mjs +35 -39
  506. package/fesm2022/ng-nest-ui-tree-file.mjs.map +1 -1
  507. package/fesm2022/ng-nest-ui-tree-select.mjs +77 -119
  508. package/fesm2022/ng-nest-ui-tree-select.mjs.map +1 -1
  509. package/fesm2022/ng-nest-ui-tree.mjs +48 -76
  510. package/fesm2022/ng-nest-ui-tree.mjs.map +1 -1
  511. package/fesm2022/ng-nest-ui-typography.mjs +13 -15
  512. package/fesm2022/ng-nest-ui-typography.mjs.map +1 -1
  513. package/fesm2022/ng-nest-ui-upload.mjs +51 -95
  514. package/fesm2022/ng-nest-ui-upload.mjs.map +1 -1
  515. package/find/find.component.d.ts +6 -7
  516. package/find/find.module.d.ts +1 -13
  517. package/form/control.component.d.ts +6 -7
  518. package/form/form.component.d.ts +4 -6
  519. package/form/form.module.d.ts +1 -24
  520. package/highlight/highlight.component.d.ts +12 -10
  521. package/highlight/highlight.module.d.ts +1 -4
  522. package/i18n/i18n.directive.d.ts +6 -7
  523. package/i18n/i18n.module.d.ts +1 -1
  524. package/i18n/i18n.pipe.d.ts +1 -1
  525. package/i18n/i18n.service.d.ts +3 -2
  526. package/icon/icon.component.d.ts +7 -9
  527. package/icon/icon.module.d.ts +1 -3
  528. package/icon/icon.property.d.ts +1 -1
  529. package/icon/icon.service.d.ts +6 -7
  530. package/image/image-group.component.d.ts +1 -1
  531. package/image/image-preview.component.d.ts +5 -10
  532. package/image/image.component.d.ts +9 -14
  533. package/image/image.module.d.ts +3 -11
  534. package/inner/inner.component.d.ts +2 -3
  535. package/inner/inner.module.d.ts +1 -3
  536. package/input/input-group.component.d.ts +3 -6
  537. package/input/input.component.d.ts +8 -10
  538. package/input/input.module.d.ts +2 -8
  539. package/input-number/input-number.component.d.ts +5 -6
  540. package/input-number/input-number.module.d.ts +1 -7
  541. package/keyword/keyword.directive.d.ts +3 -4
  542. package/keyword/keyword.module.d.ts +1 -3
  543. package/keyword/keyword.property.d.ts +1 -1
  544. package/layout/col.component.d.ts +5 -7
  545. package/layout/layout.module.d.ts +1 -3
  546. package/layout/row.component.d.ts +3 -4
  547. package/link/link.component.d.ts +5 -7
  548. package/link/link.module.d.ts +1 -6
  549. package/list/list-drop-group.directive.d.ts +1 -1
  550. package/list/list-option.component.d.ts +6 -7
  551. package/list/list.component.d.ts +9 -12
  552. package/list/list.module.d.ts +1 -13
  553. package/loading/loading.component.d.ts +7 -10
  554. package/loading/loading.module.d.ts +1 -6
  555. package/menu/menu-node.component.d.ts +6 -7
  556. package/menu/menu.component.d.ts +4 -7
  557. package/menu/menu.module.d.ts +1 -7
  558. package/message/message.component.d.ts +3 -6
  559. package/message/message.module.d.ts +1 -5
  560. package/message/message.service.d.ts +4 -5
  561. package/message-box/message-box.component.d.ts +1 -1
  562. package/message-box/message-box.module.d.ts +1 -11
  563. package/message-box/message-box.service.d.ts +2 -5
  564. package/notification/notification.component.d.ts +3 -6
  565. package/notification/notification.module.d.ts +1 -5
  566. package/notification/notification.service.d.ts +1 -3
  567. package/outlet/outlet.directive.d.ts +4 -5
  568. package/outlet/outlet.module.d.ts +1 -2
  569. package/package.json +64 -64
  570. package/page-header/page-header.component.d.ts +5 -7
  571. package/page-header/page-header.module.d.ts +1 -4
  572. package/pagination/pagination.component.d.ts +8 -10
  573. package/pagination/pagination.module.d.ts +1 -9
  574. package/pattern/pattern.component.d.ts +4 -4
  575. package/pattern/pattern.module.d.ts +1 -2
  576. package/popconfirm/popconfirm.component.d.ts +6 -9
  577. package/popconfirm/popconfirm.module.d.ts +1 -7
  578. package/popover/popover-portal.component.d.ts +4 -5
  579. package/popover/popover.directive.d.ts +9 -10
  580. package/popover/popover.module.d.ts +1 -6
  581. package/portal/portal.module.d.ts +1 -3
  582. package/portal/portal.service.d.ts +3 -4
  583. package/progress/progress.component.d.ts +3 -7
  584. package/progress/progress.module.d.ts +1 -5
  585. package/radio/radio.component.d.ts +6 -8
  586. package/radio/radio.module.d.ts +1 -8
  587. package/rate/rate.component.d.ts +6 -8
  588. package/rate/rate.module.d.ts +1 -7
  589. package/resizable/resizable.directive.d.ts +5 -7
  590. package/resizable/resizable.module.d.ts +1 -2
  591. package/resizable/resizable.property.d.ts +1 -1
  592. package/result/result.component.d.ts +3 -7
  593. package/result/result.module.d.ts +1 -5
  594. package/ripple/ripple.directive.d.ts +4 -5
  595. package/ripple/ripple.module.d.ts +1 -3
  596. package/select/select-portal.component.d.ts +1 -1
  597. package/select/select.component.d.ts +14 -15
  598. package/select/select.module.d.ts +1 -12
  599. package/skeleton/skeleton.component.d.ts +3 -6
  600. package/skeleton/skeleton.module.d.ts +1 -4
  601. package/slider/slider.component.d.ts +5 -7
  602. package/slider/slider.module.d.ts +1 -7
  603. package/slider-select/slider-select.component.d.ts +6 -7
  604. package/slider-select/slider-select.module.d.ts +1 -9
  605. package/statistic/countdown.component.d.ts +6 -7
  606. package/statistic/statistic.component.d.ts +2 -3
  607. package/statistic/statistic.module.d.ts +1 -5
  608. package/steps/steps.component.d.ts +4 -7
  609. package/steps/steps.module.d.ts +1 -5
  610. package/style/core/index.css +1 -1
  611. package/style/params/colors.scss +1 -1
  612. package/switch/switch.component.d.ts +6 -7
  613. package/switch/switch.module.d.ts +1 -7
  614. package/table/table-body.component.d.ts +1 -1
  615. package/table/table-foot.component.d.ts +3 -6
  616. package/table/table-head.component.d.ts +5 -7
  617. package/table/table.component.d.ts +1 -1
  618. package/table/table.module.d.ts +4 -17
  619. package/tabs/tab-content.component.d.ts +6 -6
  620. package/tabs/tab-link.directive.d.ts +2 -2
  621. package/tabs/tab.component.d.ts +2 -3
  622. package/tabs/tabs.component.d.ts +8 -9
  623. package/tabs/tabs.module.d.ts +3 -9
  624. package/tag/tag.component.d.ts +4 -8
  625. package/tag/tag.module.d.ts +1 -5
  626. package/text-retract/text-retract.component.d.ts +6 -10
  627. package/text-retract/text-retract.module.d.ts +1 -6
  628. package/textarea/textarea.component.d.ts +5 -7
  629. package/textarea/textarea.module.d.ts +1 -6
  630. package/theme/theme.component.d.ts +8 -9
  631. package/theme/theme.module.d.ts +1 -10
  632. package/time-ago/time-ago.module.d.ts +1 -1
  633. package/time-ago/time-ago.pipe.d.ts +6 -9
  634. package/time-picker/time-picker-frame.component.d.ts +5 -6
  635. package/time-picker/time-picker-portal.component.d.ts +5 -7
  636. package/time-picker/time-picker.component.d.ts +14 -16
  637. package/time-picker/time-picker.module.d.ts +2 -13
  638. package/time-range/time-range.module.d.ts +1 -1
  639. package/time-range/time-range.pipe.d.ts +1 -1
  640. package/timeline/timeline.component.d.ts +5 -8
  641. package/timeline/timeline.module.d.ts +1 -7
  642. package/tooltip/tooltip-portal.component.d.ts +4 -5
  643. package/tooltip/tooltip.directive.d.ts +8 -9
  644. package/tooltip/tooltip.module.d.ts +1 -6
  645. package/transfer/transfer.component.d.ts +6 -9
  646. package/transfer/transfer.module.d.ts +1 -15
  647. package/tree/tree-node.component.d.ts +6 -10
  648. package/tree/tree.component.d.ts +1 -1
  649. package/tree/tree.module.d.ts +1 -11
  650. package/tree-file/tree-file.component.d.ts +5 -10
  651. package/tree-file/tree-file.module.d.ts +1 -9
  652. package/tree-select/tree-select-portal.component.d.ts +5 -7
  653. package/tree-select/tree-select.component.d.ts +14 -15
  654. package/tree-select/tree-select.module.d.ts +1 -14
  655. package/typography/typography.component.d.ts +3 -4
  656. package/typography/typography.module.d.ts +1 -3
  657. package/upload/upload-portal.component.d.ts +5 -7
  658. package/upload/upload.component.d.ts +12 -15
  659. package/upload/upload.module.d.ts +1 -14
@@ -1,11 +1,11 @@
1
- import { Renderer2, ElementRef } from '@angular/core';
1
+ import { OnInit } from '@angular/core';
2
2
  import { XConfigService } from '@ng-nest/ui/core';
3
3
  import * as i0 from "@angular/core";
4
- export declare class XMainComponent {
4
+ export declare class XMainComponent implements OnInit {
5
5
  private renderer;
6
6
  private elementRef;
7
7
  configService: XConfigService;
8
- constructor(renderer: Renderer2, elementRef: ElementRef<HTMLElement>, configService: XConfigService);
8
+ ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<XMainComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<XMainComponent, "x-main", never, {}, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<XMainComponent, "x-main", never, {}, {}, never, ["*"], true, never>;
11
11
  }
@@ -1,18 +1,17 @@
1
- import { OnChanges, SimpleChanges, ChangeDetectorRef, OnDestroy } from '@angular/core';
1
+ import { OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
2
2
  import { XCrumbNode, XCrumbProperty } from './crumb.property';
3
3
  import { XConfigService } from '@ng-nest/ui/core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class XCrumbComponent extends XCrumbProperty implements OnChanges, OnDestroy {
6
- private cdr;
7
- configService: XConfigService;
8
6
  nodes: XCrumbNode[];
9
7
  private _unSubject;
10
- constructor(cdr: ChangeDetectorRef, configService: XConfigService);
8
+ private cdr;
9
+ configService: XConfigService;
11
10
  ngOnChanges(changes: SimpleChanges): void;
12
11
  ngOnDestroy(): void;
13
12
  action(type: string, option: XCrumbNode, event: Event): void;
14
13
  trackByNode(_index: number, item: XCrumbNode): any;
15
14
  private setData;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<XCrumbComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<XCrumbComponent, "x-crumb", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<XCrumbComponent, "x-crumb", never, {}, {}, never, never, true, never>;
18
17
  }
@@ -1,11 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./crumb.component";
3
- import * as i2 from "./crumb.property";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@ng-nest/ui/link";
6
- import * as i5 from "@ng-nest/ui/outlet";
7
3
  export declare class XCrumbModule {
8
4
  static ɵfac: i0.ɵɵFactoryDeclaration<XCrumbModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<XCrumbModule, [typeof i1.XCrumbComponent, typeof i2.XCrumbProperty], [typeof i3.CommonModule, typeof i4.XLinkModule, typeof i5.XOutletModule], [typeof i1.XCrumbComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<XCrumbModule, never, [typeof i1.XCrumbComponent], [typeof i1.XCrumbComponent]>;
10
6
  static ɵinj: i0.ɵɵInjectorDeclaration<XCrumbModule>;
11
7
  }
@@ -1,17 +1,12 @@
1
- import { ChangeDetectorRef, OnInit, OnDestroy, AfterViewInit } from '@angular/core';
1
+ import { OnInit, OnDestroy, AfterViewInit } from '@angular/core';
2
2
  import { XDatePickerDisabledDate, XDatePickerDisabledTime, XDatePickerPreset, XDatePickerType } from './date-picker.property';
3
3
  import { XPositionTopBottom, XTemplate } from '@ng-nest/ui/core';
4
4
  import { Subject } from 'rxjs';
5
- import { DatePipe, LowerCasePipe } from '@angular/common';
6
- import { XI18nService, XI18nDatePicker } from '@ng-nest/ui/i18n';
5
+ import { XI18nDatePicker } from '@ng-nest/ui/i18n';
7
6
  import { XInputComponent } from '@ng-nest/ui/input';
8
7
  import { XTimePickerFrameComponent } from '@ng-nest/ui/time-picker';
9
8
  import * as i0 from "@angular/core";
10
9
  export declare class XDatePickerPortalComponent implements OnInit, OnDestroy, AfterViewInit {
11
- datePipe: DatePipe;
12
- lowerCasePipe: LowerCasePipe;
13
- cdr: ChangeDetectorRef;
14
- i18n: XI18nService;
15
10
  placement: XPositionTopBottom;
16
11
  done(event: {
17
12
  toState: any;
@@ -39,7 +34,8 @@ export declare class XDatePickerPortalComponent implements OnInit, OnDestroy, Af
39
34
  private _unSubject;
40
35
  get isDatePicker(): boolean;
41
36
  get sureDisabled(): boolean;
42
- constructor(datePipe: DatePipe, lowerCasePipe: LowerCasePipe, cdr: ChangeDetectorRef, i18n: XI18nService);
37
+ private cdr;
38
+ private i18n;
43
39
  ngOnInit(): void;
44
40
  ngAfterViewInit(): void;
45
41
  ngOnDestroy(): void;
@@ -58,5 +54,5 @@ export declare class XDatePickerPortalComponent implements OnInit, OnDestroy, Af
58
54
  selectTime(time: Date): void;
59
55
  setModelTime(date: Date, time: Date): Date;
60
56
  static ɵfac: i0.ɵɵFactoryDeclaration<XDatePickerPortalComponent, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<XDatePickerPortalComponent, "x-date-picker-portal", never, {}, {}, never, never, false, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<XDatePickerPortalComponent, "x-date-picker-portal", never, {}, {}, never, never, true, never>;
62
58
  }
@@ -1,24 +1,14 @@
1
1
  import { XDatePickerPortalComponent } from './date-picker-portal.component';
2
- import { XPortalService, XPortalOverlayRef } from '@ng-nest/ui/portal';
2
+ import { XPortalOverlayRef } from '@ng-nest/ui/portal';
3
3
  import { Subject } from 'rxjs';
4
- import { OnInit, ChangeDetectorRef, Renderer2, ElementRef, OnChanges, ViewContainerRef, SimpleChanges } from '@angular/core';
4
+ import { OnInit, ChangeDetectorRef, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
5
5
  import { XDatePickerProperty, XDatePickerModelType } from './date-picker.property';
6
6
  import { XConfigService } from '@ng-nest/ui/core';
7
7
  import { XInputComponent } from '@ng-nest/ui/input';
8
- import { DatePipe } from '@angular/common';
9
- import { Overlay, OverlayConfig } from '@angular/cdk/overlay';
10
- import { XI18nDatePicker, XI18nService } from '@ng-nest/ui/i18n';
8
+ import { OverlayConfig } from '@angular/cdk/overlay';
9
+ import { XI18nDatePicker } from '@ng-nest/ui/i18n';
11
10
  import * as i0 from "@angular/core";
12
11
  export declare class XDatePickerComponent extends XDatePickerProperty implements OnInit, OnChanges {
13
- renderer: Renderer2;
14
- configService: XConfigService;
15
- cdr: ChangeDetectorRef;
16
- private portalService;
17
- private viewContainerRef;
18
- private datePipe;
19
- private i18n;
20
- private elementRef;
21
- private overlay;
22
12
  datePicker: ElementRef<HTMLElement>;
23
13
  inputCom: XInputComponent;
24
14
  modelType: XDatePickerModelType;
@@ -43,7 +33,15 @@ export declare class XDatePickerComponent extends XDatePickerProperty implements
43
33
  private _unSubject;
44
34
  document: Document;
45
35
  get getPlaceholder(): string | string[] | undefined;
46
- constructor(renderer: Renderer2, configService: XConfigService, cdr: ChangeDetectorRef, portalService: XPortalService, viewContainerRef: ViewContainerRef, datePipe: DatePipe, i18n: XI18nService, elementRef: ElementRef, overlay: Overlay);
36
+ private renderer;
37
+ configService: XConfigService;
38
+ cdr: ChangeDetectorRef;
39
+ private portalService;
40
+ private viewContainerRef;
41
+ private datePipe;
42
+ private i18n;
43
+ private elementRef;
44
+ private overlay;
47
45
  ngOnInit(): void;
48
46
  ngAfterViewInit(): void;
49
47
  ngOnChanges(changes: SimpleChanges): void;
@@ -70,5 +68,5 @@ export declare class XDatePickerComponent extends XDatePickerProperty implements
70
68
  setClassMap(): void;
71
69
  formControlChanges(): void;
72
70
  static ɵfac: i0.ɵɵFactoryDeclaration<XDatePickerComponent, never>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<XDatePickerComponent, "x-date-picker", never, {}, {}, never, never, false, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<XDatePickerComponent, "x-date-picker", never, {}, {}, never, never, true, never>;
74
72
  }
@@ -1,27 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./date-picker.component";
3
- import * as i2 from "./date-picker-portal.component";
4
- import * as i3 from "./picker-date.component";
5
- import * as i4 from "./picker-month.component";
6
- import * as i5 from "./picker-quarter.component";
7
- import * as i6 from "./picker-year.component";
8
- import * as i7 from "./date-picker.property";
9
- import * as i8 from "./date-range.component";
10
- import * as i9 from "./date-range-portal.component";
11
- import * as i10 from "./date-quarter.pipe";
12
- import * as i11 from "@angular/common";
13
- import * as i12 from "@angular/forms";
14
- import * as i13 from "@ng-nest/ui/portal";
15
- import * as i14 from "@ng-nest/ui/time-picker";
16
- import * as i15 from "@ng-nest/ui/input";
17
- import * as i16 from "@ng-nest/ui/link";
18
- import * as i17 from "@ng-nest/ui/button";
19
- import * as i18 from "@ng-nest/ui/icon";
20
- import * as i19 from "@ng-nest/ui/i18n";
21
- import * as i20 from "@ng-nest/ui/base-form";
22
- import * as i21 from "@ng-nest/ui/outlet";
3
+ import * as i2 from "./date-range.component";
23
4
  export declare class XDatePickerModule {
24
5
  static ɵfac: i0.ɵɵFactoryDeclaration<XDatePickerModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<XDatePickerModule, [typeof i1.XDatePickerComponent, typeof i2.XDatePickerPortalComponent, typeof i3.XPickerDateComponent, typeof i4.XPickerMonthComponent, typeof i5.XPickerQuarterComponent, typeof i6.XPickerYearComponent, typeof i7.XDatePickerProperty, typeof i7.XPickerDateProperty, typeof i7.XPickerMonthProperty, typeof i7.XPickerQuarterProperty, typeof i7.XPickerYearProperty, typeof i8.XDateRangeComponent, typeof i9.XDateRangePortalComponent, typeof i7.XDateRangeProperty, typeof i10.XDateQuarterPipe], [typeof i11.CommonModule, typeof i12.FormsModule, typeof i12.ReactiveFormsModule, typeof i13.XPortalModule, typeof i14.XTimePickerModule, typeof i15.XInputModule, typeof i16.XLinkModule, typeof i17.XButtonModule, typeof i18.XIconModule, typeof i19.XI18nModule, typeof i20.XBaseFormModule, typeof i21.XOutletModule], [typeof i1.XDatePickerComponent, typeof i8.XDateRangeComponent, typeof i2.XDatePickerPortalComponent, typeof i3.XPickerDateComponent, typeof i4.XPickerMonthComponent, typeof i5.XPickerQuarterComponent, typeof i6.XPickerYearComponent, typeof i10.XDateQuarterPipe]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<XDatePickerModule, never, [typeof i1.XDatePickerComponent, typeof i2.XDateRangeComponent], [typeof i1.XDatePickerComponent, typeof i2.XDateRangeComponent]>;
26
7
  static ɵinj: i0.ɵɵInjectorDeclaration<XDatePickerModule>;
27
8
  }
@@ -5,5 +5,5 @@ export declare class XDateQuarterPipe implements PipeTransform {
5
5
  constructor();
6
6
  transform(input?: XDate, includeYear?: boolean): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<XDateQuarterPipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<XDateQuarterPipe, "xDateQuarter", false>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<XDateQuarterPipe, "xDateQuarter", true>;
9
9
  }
@@ -79,5 +79,5 @@ export declare class XDateRangePortalComponent implements OnInit, OnDestroy, Aft
79
79
  onPreset(type: 'week' | 'month' | 'year', num?: number): void;
80
80
  onPresetFunc(item: XDateRangePreset): void;
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<XDateRangePortalComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<XDateRangePortalComponent, "x-date-range-portal", never, {}, {}, never, never, false, never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<XDateRangePortalComponent, "x-date-range-portal", never, {}, {}, never, never, true, never>;
83
83
  }
@@ -1,24 +1,14 @@
1
- import { XPortalService, XPortalOverlayRef } from '@ng-nest/ui/portal';
1
+ import { XPortalOverlayRef } from '@ng-nest/ui/portal';
2
2
  import { Subject } from 'rxjs';
3
- import { OnInit, ChangeDetectorRef, Renderer2, ElementRef, OnChanges, ViewContainerRef, SimpleChanges } from '@angular/core';
3
+ import { OnInit, ChangeDetectorRef, ElementRef, OnChanges, SimpleChanges, OnDestroy, AfterViewInit } from '@angular/core';
4
4
  import { XDatePickerModelType, XDateRangeProperty } from './date-picker.property';
5
5
  import { XConfigService } from '@ng-nest/ui/core';
6
6
  import { XInputComponent, XInputGroupComponent } from '@ng-nest/ui/input';
7
- import { DatePipe } from '@angular/common';
8
- import { Overlay, OverlayConfig } from '@angular/cdk/overlay';
7
+ import { OverlayConfig } from '@angular/cdk/overlay';
9
8
  import { XDateRangePortalComponent } from './date-range-portal.component';
10
- import { XI18nDatePicker, XI18nService } from '@ng-nest/ui/i18n';
9
+ import { XI18nDatePicker } from '@ng-nest/ui/i18n';
11
10
  import * as i0 from "@angular/core";
12
- export declare class XDateRangeComponent extends XDateRangeProperty implements OnInit, OnChanges {
13
- renderer: Renderer2;
14
- elementRef: ElementRef;
15
- configService: XConfigService;
16
- cdr: ChangeDetectorRef;
17
- private portalService;
18
- private viewContainerRef;
19
- private datePipe;
20
- private overlay;
21
- private i18n;
11
+ export declare class XDateRangeComponent extends XDateRangeProperty implements OnInit, OnChanges, AfterViewInit, OnDestroy {
22
12
  dateRange: ElementRef<HTMLElement>;
23
13
  inputGroup: XInputGroupComponent;
24
14
  inputStartCom: XInputComponent;
@@ -52,8 +42,16 @@ export declare class XDateRangeComponent extends XDateRangeProperty implements O
52
42
  flexClass: string[];
53
43
  locale: XI18nDatePicker;
54
44
  private _unSubject;
55
- document: Document;
56
- constructor(renderer: Renderer2, elementRef: ElementRef, configService: XConfigService, cdr: ChangeDetectorRef, portalService: XPortalService, viewContainerRef: ViewContainerRef, datePipe: DatePipe, overlay: Overlay, i18n: XI18nService);
45
+ private document;
46
+ private renderer;
47
+ private elementRef;
48
+ cdr: ChangeDetectorRef;
49
+ private portalService;
50
+ private viewContainerRef;
51
+ private datePipe;
52
+ private overlay;
53
+ private i18n;
54
+ configService: XConfigService;
57
55
  ngOnInit(): void;
58
56
  ngAfterViewInit(): void;
59
57
  ngOnChanges(changes: SimpleChanges): void;
@@ -68,7 +66,7 @@ export declare class XDateRangeComponent extends XDateRangeProperty implements O
68
66
  clearEmit(): void;
69
67
  onIconClick(event: Event): void;
70
68
  modelChange(): void;
71
- getValue(): Date[] | (number | null)[] | (string | null)[];
69
+ getValue(): (number | null)[] | Date[] | (string | null)[];
72
70
  getNumberValue(): any;
73
71
  portalAttached(): boolean | undefined;
74
72
  closePortal(): boolean;
@@ -88,5 +86,5 @@ export declare class XDateRangeComponent extends XDateRangeProperty implements O
88
86
  setClassMap(): void;
89
87
  formControlChanges(): void;
90
88
  static ɵfac: i0.ɵɵFactoryDeclaration<XDateRangeComponent, never>;
91
- static ɵcmp: i0.ɵɵComponentDeclaration<XDateRangeComponent, "x-date-range", never, {}, {}, never, never, false, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<XDateRangeComponent, "x-date-range", never, {}, {}, never, never, true, never>;
92
90
  }
@@ -1,16 +1,9 @@
1
- import { ChangeDetectorRef, Renderer2, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { XConfigService } from '@ng-nest/ui/core';
3
3
  import { XDateCell, XDatePickerType, XPickerDateProperty } from './date-picker.property';
4
- import { XI18nDatePicker, XI18nService } from '@ng-nest/ui/i18n';
5
- import { DatePipe, LowerCasePipe } from '@angular/common';
4
+ import { XI18nDatePicker } from '@ng-nest/ui/i18n';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class XPickerDateComponent extends XPickerDateProperty implements OnChanges {
8
- renderer: Renderer2;
9
- datePipe: DatePipe;
10
- lowerCasePipe: LowerCasePipe;
11
- cdr: ChangeDetectorRef;
12
- configService: XConfigService;
13
- i18n: XI18nService;
14
7
  titles: string[];
15
8
  now: Date;
16
9
  dates: XDateCell[];
@@ -24,7 +17,11 @@ export declare class XPickerDateComponent extends XPickerDateProperty implements
24
17
  get isWeekRange(): import("@ng-nest/ui/core").XBoolean | undefined;
25
18
  get isNotWeekRange(): import("@ng-nest/ui/core").XBoolean | undefined;
26
19
  isDisabled(date: Date): boolean;
27
- constructor(renderer: Renderer2, datePipe: DatePipe, lowerCasePipe: LowerCasePipe, cdr: ChangeDetectorRef, configService: XConfigService, i18n: XI18nService);
20
+ private cdr;
21
+ private datePipe;
22
+ private lowerCasePipe;
23
+ private i18n;
24
+ configService: XConfigService;
28
25
  ngOnInit(): void;
29
26
  ngOnChanges(simples: SimpleChanges): void;
30
27
  ngOnDestroy(): void;
@@ -51,5 +48,5 @@ export declare class XPickerDateComponent extends XPickerDateProperty implements
51
48
  typeOnChange(type: XDatePickerType): void;
52
49
  trackByNode(_index: number, item: string | Date | XDateCell): string | Date | XDateCell;
53
50
  static ɵfac: i0.ɵɵFactoryDeclaration<XPickerDateComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<XPickerDateComponent, "x-picker-date", never, {}, {}, never, never, false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<XPickerDateComponent, "x-picker-date", never, {}, {}, never, never, true, never>;
55
52
  }
@@ -1,16 +1,9 @@
1
- import { ChangeDetectorRef, Renderer2, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { XConfigService } from '@ng-nest/ui/core';
3
3
  import { XDateCell, XDatePickerType, XPickerMonthProperty } from './date-picker.property';
4
- import { DatePipe, LowerCasePipe } from '@angular/common';
5
- import { XI18nDatePicker, XI18nService } from '@ng-nest/ui/i18n';
4
+ import { XI18nDatePicker } from '@ng-nest/ui/i18n';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class XPickerMonthComponent extends XPickerMonthProperty implements OnChanges {
8
- renderer: Renderer2;
9
- datePipe: DatePipe;
10
- lowerCasePipe: LowerCasePipe;
11
- cdr: ChangeDetectorRef;
12
- configService: XConfigService;
13
- i18n: XI18nService;
14
7
  now: Date;
15
8
  dates: XDateCell[];
16
9
  chunkDates: XDateCell[][];
@@ -19,7 +12,11 @@ export declare class XPickerMonthComponent extends XPickerMonthProperty implemen
19
12
  get rangeStart(): number | "" | null;
20
13
  get rangeEnd(): number | "" | null;
21
14
  isDisabled(date: Date): boolean;
22
- constructor(renderer: Renderer2, datePipe: DatePipe, lowerCasePipe: LowerCasePipe, cdr: ChangeDetectorRef, configService: XConfigService, i18n: XI18nService);
15
+ private cdr;
16
+ private datePipe;
17
+ private lowerCasePipe;
18
+ private i18n;
19
+ configService: XConfigService;
23
20
  ngOnInit(): void;
24
21
  ngOnChanges(simples: SimpleChanges): void;
25
22
  init(): void;
@@ -39,5 +36,5 @@ export declare class XPickerMonthComponent extends XPickerMonthProperty implemen
39
36
  typeOnChange(type: XDatePickerType): void;
40
37
  trackByMonth(_index: number, item: string | Date | XDateCell): string | Date | XDateCell;
41
38
  static ɵfac: i0.ɵɵFactoryDeclaration<XPickerMonthComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<XPickerMonthComponent, "x-picker-month", never, {}, {}, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<XPickerMonthComponent, "x-picker-month", never, {}, {}, never, never, true, never>;
43
40
  }
@@ -1,18 +1,9 @@
1
- import { ChangeDetectorRef, Renderer2, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { OnChanges, SimpleChanges, OnInit } from '@angular/core';
2
2
  import { XConfigService } from '@ng-nest/ui/core';
3
3
  import { XDateCell, XDatePickerType, XPickerQuarterProperty } from './date-picker.property';
4
- import { DatePipe, LowerCasePipe } from '@angular/common';
5
- import { XI18nDatePicker, XI18nService } from '@ng-nest/ui/i18n';
6
- import { XDateQuarterPipe } from './date-quarter.pipe';
4
+ import { XI18nDatePicker } from '@ng-nest/ui/i18n';
7
5
  import * as i0 from "@angular/core";
8
- export declare class XPickerQuarterComponent extends XPickerQuarterProperty implements OnChanges {
9
- renderer: Renderer2;
10
- datePipe: DatePipe;
11
- lowerCasePipe: LowerCasePipe;
12
- dateQuarterPipe: XDateQuarterPipe;
13
- cdr: ChangeDetectorRef;
14
- configService: XConfigService;
15
- i18n: XI18nService;
6
+ export declare class XPickerQuarterComponent extends XPickerQuarterProperty implements OnInit, OnChanges {
16
7
  now: Date;
17
8
  dates: XDateCell[];
18
9
  chunkDates: XDateCell[][];
@@ -21,7 +12,11 @@ export declare class XPickerQuarterComponent extends XPickerQuarterProperty impl
21
12
  get rangeStart(): number | "" | null;
22
13
  get rangeEnd(): number | "" | null;
23
14
  isDisabled(date: Date): boolean;
24
- constructor(renderer: Renderer2, datePipe: DatePipe, lowerCasePipe: LowerCasePipe, dateQuarterPipe: XDateQuarterPipe, cdr: ChangeDetectorRef, configService: XConfigService, i18n: XI18nService);
15
+ private cdr;
16
+ private datePipe;
17
+ private dateQuarterPipe;
18
+ private i18n;
19
+ configService: XConfigService;
25
20
  ngOnInit(): void;
26
21
  ngOnChanges(simples: SimpleChanges): void;
27
22
  init(): void;
@@ -41,5 +36,5 @@ export declare class XPickerQuarterComponent extends XPickerQuarterProperty impl
41
36
  typeOnChange(type: XDatePickerType): void;
42
37
  trackByQuarter(_index: number, item: string | Date | XDateCell): string | Date | XDateCell;
43
38
  static ɵfac: i0.ɵɵFactoryDeclaration<XPickerQuarterComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<XPickerQuarterComponent, "x-picker-quarter", never, {}, {}, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<XPickerQuarterComponent, "x-picker-quarter", never, {}, {}, never, never, true, never>;
45
40
  }
@@ -1,13 +1,8 @@
1
- import { ChangeDetectorRef, Renderer2, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { XConfigService } from '@ng-nest/ui/core';
3
3
  import { XDateCell, XPickerYearProperty } from './date-picker.property';
4
- import { DatePipe } from '@angular/common';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class XPickerYearComponent extends XPickerYearProperty implements OnChanges {
7
- renderer: Renderer2;
8
- cdr: ChangeDetectorRef;
9
- datePipe: DatePipe;
10
- configService: XConfigService;
11
6
  now: Date;
12
7
  dates: XDateCell[];
13
8
  chunkDates: XDateCell[][];
@@ -16,7 +11,9 @@ export declare class XPickerYearComponent extends XPickerYearProperty implements
16
11
  get rangeStart(): number | "" | null;
17
12
  get rangeEnd(): number | "" | null;
18
13
  isDisabled(date: Date): boolean;
19
- constructor(renderer: Renderer2, cdr: ChangeDetectorRef, datePipe: DatePipe, configService: XConfigService);
14
+ private cdr;
15
+ private datePipe;
16
+ configService: XConfigService;
20
17
  ngOnChanges(simples: SimpleChanges): void;
21
18
  init(): void;
22
19
  isStartYear(date: Date): boolean | undefined;
@@ -34,5 +31,5 @@ export declare class XPickerYearComponent extends XPickerYearProperty implements
34
31
  nextYears(num: number): void;
35
32
  trackByYear(_index: number, item: string | Date | XDateCell): string | Date | XDateCell;
36
33
  static ɵfac: i0.ɵɵFactoryDeclaration<XPickerYearComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<XPickerYearComponent, "x-picker-year", never, {}, {}, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<XPickerYearComponent, "x-picker-year", never, {}, {}, never, never, true, never>;
38
35
  }
@@ -3,7 +3,6 @@ import { XDescriptionItemProperty } from './description.property';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class XDescriptionItemComponent extends XDescriptionItemProperty {
5
5
  content: TemplateRef<void>;
6
- constructor();
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<XDescriptionItemComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<XDescriptionItemComponent, "x-description-item", never, {}, {}, never, ["*"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<XDescriptionItemComponent, "x-description-item", never, {}, {}, never, ["*"], true, never>;
9
8
  }
@@ -1,12 +1,11 @@
1
- import { QueryList, SimpleChanges } from '@angular/core';
1
+ import { QueryList, SimpleChanges, OnInit, AfterViewInit, OnChanges } from '@angular/core';
2
2
  import { XDescriptionProperty } from './description.property';
3
3
  import { XConfigService } from '@ng-nest/ui/core';
4
4
  import { XDescriptionItemComponent } from './description-item.component';
5
5
  import * as i0 from "@angular/core";
6
- export declare class XDescriptionComponent extends XDescriptionProperty {
7
- configService: XConfigService;
6
+ export declare class XDescriptionComponent extends XDescriptionProperty implements OnInit, AfterViewInit, OnChanges {
8
7
  items: QueryList<XDescriptionItemComponent>;
9
- constructor(configService: XConfigService);
8
+ configService: XConfigService;
10
9
  ngOnInit(): void;
11
10
  ngOnChanges(changes: SimpleChanges): void;
12
11
  ngAfterViewInit(): void;
@@ -16,5 +15,5 @@ export declare class XDescriptionComponent extends XDescriptionProperty {
16
15
  };
17
16
  setMerge(): void;
18
17
  static ɵfac: i0.ɵɵFactoryDeclaration<XDescriptionComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<XDescriptionComponent, "x-description", never, {}, {}, ["items"], never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<XDescriptionComponent, "x-description", never, {}, {}, ["items"], never, true, never>;
20
19
  }
@@ -1,11 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./description.component";
3
- import * as i2 from "./description.property";
4
- import * as i3 from "./description-item.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@ng-nest/ui/outlet";
3
+ import * as i2 from "./description-item.component";
7
4
  export declare class XDescriptionModule {
8
5
  static ɵfac: i0.ɵɵFactoryDeclaration<XDescriptionModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<XDescriptionModule, [typeof i1.XDescriptionComponent, typeof i2.XDescriptionProperty, typeof i3.XDescriptionItemComponent, typeof i2.XDescriptionItemProperty], [typeof i4.CommonModule, typeof i5.XOutletModule], [typeof i1.XDescriptionComponent, typeof i3.XDescriptionItemComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<XDescriptionModule, never, [typeof i1.XDescriptionComponent, typeof i2.XDescriptionItemComponent], [typeof i1.XDescriptionComponent, typeof i2.XDescriptionItemComponent]>;
10
7
  static ɵinj: i0.ɵɵInjectorDeclaration<XDescriptionModule>;
11
8
  }
@@ -2,7 +2,6 @@ import { XDialogContainerProperty } from './dialog.property';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class XDialogContainerComponent extends XDialogContainerProperty {
4
4
  _has: boolean;
5
- constructor();
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<XDialogContainerComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<XDialogContainerComponent, "x-dialog-container", never, {}, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<XDialogContainerComponent, "x-dialog-container", never, {}, {}, never, ["*"], true, never>;
8
7
  }
@@ -42,5 +42,5 @@ export declare class XDialogPortalComponent extends BasePortalOutlet {
42
42
  resizing(event: XResizableEvent): void;
43
43
  onDragEnded(event: CdkDragEnd): void;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<XDialogPortalComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<XDialogPortalComponent, "x-dialog-portal", never, {}, {}, ["handles"], never, false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<XDialogPortalComponent, "x-dialog-portal", never, {}, {}, ["handles"], never, true, never>;
46
46
  }
@@ -1,41 +1,37 @@
1
- import { ElementRef } from '@angular/core';
2
1
  import { XDialogRef } from './dialog-ref';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class XDialogCloseDirective {
5
- dialogRef: XDialogRef<any>;
6
4
  onCloseClick(): void;
7
- constructor(dialogRef: XDialogRef<any>);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<XDialogCloseDirective, [{ optional: true; }]>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogCloseDirective, "[x-dialog-close]", never, {}, {}, never, never, false, never>;
5
+ dialogRef: XDialogRef<any> | null;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<XDialogCloseDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogCloseDirective, "[x-dialog-close]", never, {}, {}, never, never, true, never>;
10
8
  }
11
9
  export declare class XDialogTitleDirective {
12
10
  _has: boolean;
13
11
  static ɵfac: i0.ɵɵFactoryDeclaration<XDialogTitleDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogTitleDirective, "[x-dialog-title]", never, {}, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogTitleDirective, "[x-dialog-title]", never, {}, {}, never, never, true, never>;
15
13
  }
16
14
  export declare class XDialogContentDirective {
17
15
  _has: boolean;
18
16
  static ɵfac: i0.ɵɵFactoryDeclaration<XDialogContentDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogContentDirective, "[x-dialog-content], x-dialog-content", never, {}, {}, never, never, false, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogContentDirective, "[x-dialog-content], x-dialog-content", never, {}, {}, never, never, true, never>;
20
18
  }
21
19
  export declare class XDialogActionsDirective {
22
20
  _has: boolean;
23
21
  static ɵfac: i0.ɵɵFactoryDeclaration<XDialogActionsDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogActionsDirective, "[x-dialog-actions], x-dialog-actions", never, {}, {}, never, never, false, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogActionsDirective, "[x-dialog-actions], x-dialog-actions", never, {}, {}, never, never, true, never>;
25
23
  }
26
24
  export declare class XDialogDragHandleDirective {
27
- dialogRef: XDialogRef<any>;
28
- private elementRef;
29
25
  get getDraggable(): boolean | undefined;
30
- constructor(dialogRef: XDialogRef<any>, elementRef: ElementRef);
26
+ dialogRef: XDialogRef<any> | null;
27
+ private elementRef;
31
28
  ngOnInit(): void;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<XDialogDragHandleDirective, [{ optional: true; }, null]>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogDragHandleDirective, "[x-dialog-drag-handle], x-dialog-drag-handle", never, {}, {}, never, never, false, never>;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<XDialogDragHandleDirective, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogDragHandleDirective, "[x-dialog-drag-handle], x-dialog-drag-handle", never, {}, {}, never, never, true, never>;
34
31
  }
35
32
  export declare class XDialogFullscreenDirective {
36
- dialogRef: XDialogRef<any>;
37
33
  onFullscreenClick(): void;
38
- constructor(dialogRef: XDialogRef<any>);
39
- static ɵfac: i0.ɵɵFactoryDeclaration<XDialogFullscreenDirective, [{ optional: true; }]>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogFullscreenDirective, "[x-dialog-fullscreen], x-dialog-fullscreen", never, {}, {}, never, never, false, never>;
34
+ dialogRef: XDialogRef<any> | null;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<XDialogFullscreenDirective, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<XDialogFullscreenDirective, "[x-dialog-fullscreen], x-dialog-fullscreen", never, {}, {}, never, never, true, never>;
41
37
  }
@@ -1,24 +1,14 @@
1
- import { Renderer2, ElementRef, ChangeDetectorRef, OnChanges, SimpleChanges, TemplateRef, ViewContainerRef, OnDestroy } from '@angular/core';
1
+ import { OnChanges, SimpleChanges, TemplateRef, OnDestroy, OnInit, AfterViewInit } from '@angular/core';
2
2
  import { XConfigService } from '@ng-nest/ui/core';
3
3
  import { XDialogOverlayRef, XDialogProperty, XDialogAction } from './dialog.property';
4
- import { XPortalService } from '@ng-nest/ui/portal';
5
4
  import { Subscription } from 'rxjs';
6
- import { BlockScrollStrategy, Overlay } from '@angular/cdk/overlay';
7
- import { XI18nDialog, XI18nService } from '@ng-nest/ui/i18n';
5
+ import { BlockScrollStrategy } from '@angular/cdk/overlay';
6
+ import { XI18nDialog } from '@ng-nest/ui/i18n';
8
7
  import { CdkDragEnd } from '@angular/cdk/drag-drop';
9
8
  import { XResizableEvent } from '@ng-nest/ui/resizable';
10
9
  import { XDialogContainerComponent } from './dialog-container.component';
11
10
  import * as i0 from "@angular/core";
12
- export declare class XDialogComponent extends XDialogProperty implements OnChanges, OnDestroy {
13
- renderer: Renderer2;
14
- elementRef: ElementRef<HTMLElement>;
15
- cdr: ChangeDetectorRef;
16
- viewContainerRef: ViewContainerRef;
17
- protalService: XPortalService;
18
- overlay: Overlay;
19
- i18n: XI18nService;
20
- configService: XConfigService;
21
- container?: XDialogContainerComponent | undefined;
11
+ export declare class XDialogComponent extends XDialogProperty implements OnInit, AfterViewInit, OnChanges, OnDestroy {
22
12
  get getVisible(): boolean;
23
13
  dialogTpl: TemplateRef<void>;
24
14
  dialogRef: XDialogOverlayRef;
@@ -46,7 +36,15 @@ export declare class XDialogComponent extends XDialogProperty implements OnChang
46
36
  get getCancelText(): string | undefined;
47
37
  get getConfirmText(): string | undefined;
48
38
  get getStyle(): {};
49
- constructor(renderer: Renderer2, elementRef: ElementRef<HTMLElement>, cdr: ChangeDetectorRef, viewContainerRef: ViewContainerRef, protalService: XPortalService, overlay: Overlay, i18n: XI18nService, configService: XConfigService, container?: XDialogContainerComponent | undefined);
39
+ private renderer;
40
+ private elementRef;
41
+ private cdr;
42
+ private viewContainerRef;
43
+ private protalService;
44
+ private overlay;
45
+ private i18n;
46
+ container: XDialogContainerComponent | null;
47
+ configService: XConfigService;
50
48
  ngOnInit(): void;
51
49
  ngOnChanges(changes: SimpleChanges): void;
52
50
  ngOnDestroy(): void;
@@ -66,6 +64,6 @@ export declare class XDialogComponent extends XDialogProperty implements OnChang
66
64
  toState: string;
67
65
  }): void;
68
66
  onResizing(event: XResizableEvent): void;
69
- static ɵfac: i0.ɵɵFactoryDeclaration<XDialogComponent, [null, null, null, null, null, null, null, null, { optional: true; }]>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<XDialogComponent, "x-dialog", never, {}, {}, never, ["*"], false, never>;
67
+ static ɵfac: i0.ɵɵFactoryDeclaration<XDialogComponent, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<XDialogComponent, "x-dialog", never, {}, {}, never, ["*"], true, never>;
71
69
  }
@@ -2,21 +2,8 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./dialog.component";
3
3
  import * as i2 from "./dialog-container.component";
4
4
  import * as i3 from "./dialog-portal.directives";
5
- import * as i4 from "./dialog-portal.component";
6
- import * as i5 from "./dialog.property";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "@angular/forms";
9
- import * as i8 from "@angular/cdk/drag-drop";
10
- import * as i9 from "@ng-nest/ui/input";
11
- import * as i10 from "@ng-nest/ui/button";
12
- import * as i11 from "@ng-nest/ui/icon";
13
- import * as i12 from "@ng-nest/ui/portal";
14
- import * as i13 from "@ng-nest/ui/alert";
15
- import * as i14 from "@ng-nest/ui/outlet";
16
- import * as i15 from "@ng-nest/ui/resizable";
17
- import * as i16 from "@ng-nest/ui/i18n";
18
5
  export declare class XDialogModule {
19
6
  static ɵfac: i0.ɵɵFactoryDeclaration<XDialogModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<XDialogModule, [typeof i1.XDialogComponent, typeof i2.XDialogContainerComponent, typeof i3.XDialogCloseDirective, typeof i3.XDialogTitleDirective, typeof i3.XDialogContentDirective, typeof i3.XDialogActionsDirective, typeof i3.XDialogDragHandleDirective, typeof i3.XDialogFullscreenDirective, typeof i4.XDialogPortalComponent, typeof i5.XDialogProperty, typeof i5.XDialogContainerProperty], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.DragDropModule, typeof i9.XInputModule, typeof i10.XButtonModule, typeof i11.XIconModule, typeof i12.XPortalModule, typeof i13.XAlertModule, typeof i14.XOutletModule, typeof i15.XResizableModule, typeof i16.XI18nModule], [typeof i1.XDialogComponent, typeof i2.XDialogContainerComponent, typeof i3.XDialogCloseDirective, typeof i3.XDialogTitleDirective, typeof i3.XDialogContentDirective, typeof i3.XDialogActionsDirective, typeof i3.XDialogDragHandleDirective, typeof i3.XDialogFullscreenDirective, typeof i4.XDialogPortalComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<XDialogModule, never, [typeof i1.XDialogComponent, typeof i2.XDialogContainerComponent, typeof i3.XDialogCloseDirective, typeof i3.XDialogTitleDirective, typeof i3.XDialogContentDirective, typeof i3.XDialogActionsDirective, typeof i3.XDialogDragHandleDirective, typeof i3.XDialogFullscreenDirective], [typeof i1.XDialogComponent, typeof i2.XDialogContainerComponent, typeof i3.XDialogCloseDirective, typeof i3.XDialogTitleDirective, typeof i3.XDialogContentDirective, typeof i3.XDialogActionsDirective, typeof i3.XDialogDragHandleDirective, typeof i3.XDialogFullscreenDirective]>;
21
8
  static ɵinj: i0.ɵɵInjectorDeclaration<XDialogModule>;
22
9
  }