@ng-nest/ui 13.0.3 → 13.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (565) hide show
  1. package/alert/alert.component.d.ts +2 -1
  2. package/core/config/config.d.ts +11 -1
  3. package/core/interfaces/layout.type.d.ts +1 -1
  4. package/dialog/dialog-portal.component.d.ts +18 -0
  5. package/dialog/dialog-portal.directives.d.ts +24 -0
  6. package/dialog/dialog-ref.d.ts +9 -0
  7. package/dialog/dialog.module.d.ts +13 -11
  8. package/dialog/dialog.property.d.ts +85 -7
  9. package/dialog/dialog.service.d.ts +19 -0
  10. package/dialog/examples/en_US/default/service/README.md +6 -0
  11. package/dialog/examples/zh_CN/default/service/README.md +6 -0
  12. package/dialog/public-api.d.ts +4 -0
  13. package/drawer/drawer-container.component.d.ts +8 -0
  14. package/drawer/drawer-portal.component.d.ts +18 -0
  15. package/drawer/drawer-portal.directives.d.ts +19 -0
  16. package/drawer/drawer-ref.d.ts +9 -0
  17. package/drawer/drawer.component.d.ts +10 -3
  18. package/drawer/drawer.module.d.ts +9 -6
  19. package/drawer/drawer.property.d.ts +97 -2
  20. package/drawer/drawer.service.d.ts +19 -0
  21. package/drawer/examples/en_US/default/container/README.md +6 -0
  22. package/drawer/examples/en_US/default/service/README.md +6 -0
  23. package/drawer/examples/zh_CN/default/container/README.md +6 -0
  24. package/drawer/examples/zh_CN/default/service/README.md +6 -0
  25. package/drawer/public-api.d.ts +6 -0
  26. package/esm2020/affix/affix.component.mjs +3 -3
  27. package/esm2020/affix/affix.module.mjs +4 -4
  28. package/esm2020/affix/affix.property.mjs +3 -3
  29. package/esm2020/alert/alert.component.mjs +11 -6
  30. package/esm2020/alert/alert.module.mjs +4 -4
  31. package/esm2020/alert/alert.property.mjs +3 -3
  32. package/esm2020/anchor/anchor.component.mjs +3 -3
  33. package/esm2020/anchor/anchor.module.mjs +4 -4
  34. package/esm2020/anchor/anchor.property.mjs +3 -3
  35. package/esm2020/api/api.component.mjs +3 -3
  36. package/esm2020/api/api.module.mjs +4 -4
  37. package/esm2020/auto-complete/auto-complete-portal.component.mjs +3 -3
  38. package/esm2020/auto-complete/auto-complete.component.mjs +3 -3
  39. package/esm2020/auto-complete/auto-complete.module.mjs +6 -7
  40. package/esm2020/auto-complete/auto-complete.property.mjs +3 -3
  41. package/esm2020/avatar/avatar.component.mjs +3 -3
  42. package/esm2020/avatar/avatar.module.mjs +4 -4
  43. package/esm2020/avatar/avatar.property.mjs +3 -3
  44. package/esm2020/back-top/back-top.component.mjs +3 -3
  45. package/esm2020/back-top/back-top.module.mjs +4 -4
  46. package/esm2020/back-top/back-top.property.mjs +3 -3
  47. package/esm2020/badge/badge.component.mjs +3 -3
  48. package/esm2020/badge/badge.module.mjs +4 -4
  49. package/esm2020/badge/badge.property.mjs +3 -3
  50. package/esm2020/base-form/base-form.component.mjs +3 -3
  51. package/esm2020/base-form/base-form.module.mjs +4 -4
  52. package/esm2020/base-form/base-form.property.mjs +3 -3
  53. package/esm2020/border/border.component.mjs +3 -3
  54. package/esm2020/border/border.module.mjs +4 -4
  55. package/esm2020/button/button.component.mjs +4 -4
  56. package/esm2020/button/button.module.mjs +4 -4
  57. package/esm2020/button/button.property.mjs +6 -6
  58. package/esm2020/button/buttons.component.mjs +3 -3
  59. package/esm2020/calendar/calendar.component.mjs +3 -3
  60. package/esm2020/calendar/calendar.module.mjs +4 -4
  61. package/esm2020/calendar/calendar.property.mjs +3 -3
  62. package/esm2020/card/card.component.mjs +4 -4
  63. package/esm2020/card/card.module.mjs +4 -4
  64. package/esm2020/card/card.property.mjs +3 -3
  65. package/esm2020/carousel/carousel-panel.component.mjs +3 -3
  66. package/esm2020/carousel/carousel.component.mjs +3 -3
  67. package/esm2020/carousel/carousel.module.mjs +4 -4
  68. package/esm2020/carousel/carousel.property.mjs +6 -6
  69. package/esm2020/cascade/cascade-portal.component.mjs +3 -3
  70. package/esm2020/cascade/cascade.component.mjs +3 -3
  71. package/esm2020/cascade/cascade.module.mjs +6 -7
  72. package/esm2020/cascade/cascade.property.mjs +3 -3
  73. package/esm2020/checkbox/checkbox.component.mjs +4 -4
  74. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  75. package/esm2020/checkbox/checkbox.property.mjs +3 -3
  76. package/esm2020/collapse/collapse-panel.component.mjs +3 -3
  77. package/esm2020/collapse/collapse.component.mjs +3 -3
  78. package/esm2020/collapse/collapse.module.mjs +4 -4
  79. package/esm2020/collapse/collapse.property.mjs +6 -6
  80. package/esm2020/color/color.component.mjs +3 -3
  81. package/esm2020/color/color.module.mjs +4 -4
  82. package/esm2020/color/color.property.mjs +3 -3
  83. package/esm2020/color-picker/color-picker-portal.component.mjs +3 -3
  84. package/esm2020/color-picker/color-picker.component.mjs +3 -3
  85. package/esm2020/color-picker/color-picker.module.mjs +6 -7
  86. package/esm2020/color-picker/color-picker.property.mjs +3 -3
  87. package/esm2020/comment/comment-reply.component.mjs +3 -3
  88. package/esm2020/comment/comment.component.mjs +3 -3
  89. package/esm2020/comment/comment.module.mjs +4 -4
  90. package/esm2020/comment/comment.property.mjs +6 -6
  91. package/esm2020/container/aside.component.mjs +3 -3
  92. package/esm2020/container/container.component.mjs +3 -3
  93. package/esm2020/container/container.module.mjs +4 -4
  94. package/esm2020/container/container.property.mjs +12 -12
  95. package/esm2020/container/footer.component.mjs +4 -4
  96. package/esm2020/container/header.component.mjs +4 -4
  97. package/esm2020/container/main.component.mjs +4 -4
  98. package/esm2020/core/config/config.mjs +1 -1
  99. package/esm2020/core/config/config.service.mjs +3 -3
  100. package/esm2020/core/interfaces/layout.type.mjs +1 -1
  101. package/esm2020/core/services/http.service.mjs +3 -3
  102. package/esm2020/core/services/preloading-strategy.service.mjs +3 -3
  103. package/esm2020/core/services/storage.service.mjs +3 -3
  104. package/esm2020/core/theme/theme.service.mjs +3 -3
  105. package/esm2020/crumb/crumb.component.mjs +3 -3
  106. package/esm2020/crumb/crumb.module.mjs +4 -4
  107. package/esm2020/crumb/crumb.property.mjs +3 -3
  108. package/esm2020/date-picker/date-picker-portal.component.mjs +3 -3
  109. package/esm2020/date-picker/date-picker.component.mjs +3 -3
  110. package/esm2020/date-picker/date-picker.module.mjs +6 -7
  111. package/esm2020/date-picker/date-picker.property.mjs +15 -15
  112. package/esm2020/date-picker/date-range-portal.component.mjs +5 -5
  113. package/esm2020/date-picker/date-range.component.mjs +3 -3
  114. package/esm2020/date-picker/picker-date.component.mjs +3 -3
  115. package/esm2020/date-picker/picker-month.component.mjs +3 -3
  116. package/esm2020/date-picker/picker-year.component.mjs +3 -3
  117. package/esm2020/description/description-item.component.mjs +3 -3
  118. package/esm2020/description/description.component.mjs +3 -3
  119. package/esm2020/description/description.module.mjs +4 -4
  120. package/esm2020/description/description.property.mjs +6 -6
  121. package/esm2020/dialog/dialog-portal.component.mjs +52 -0
  122. package/esm2020/dialog/dialog-portal.directives.mjs +73 -0
  123. package/esm2020/dialog/dialog-ref.mjs +17 -0
  124. package/esm2020/dialog/dialog.component.mjs +7 -7
  125. package/esm2020/dialog/dialog.module.mjs +39 -9
  126. package/esm2020/dialog/dialog.property.mjs +21 -20
  127. package/esm2020/dialog/dialog.service.mjs +67 -0
  128. package/esm2020/dialog/public-api.mjs +5 -1
  129. package/esm2020/doc/doc.component.mjs +4 -4
  130. package/esm2020/doc/doc.module.mjs +4 -4
  131. package/esm2020/drawer/drawer-container.component.mjs +29 -0
  132. package/esm2020/drawer/drawer-portal.component.mjs +52 -0
  133. package/esm2020/drawer/drawer-portal.directives.mjs +57 -0
  134. package/esm2020/drawer/drawer-ref.mjs +17 -0
  135. package/esm2020/drawer/drawer.component.mjs +55 -19
  136. package/esm2020/drawer/drawer.module.mjs +42 -9
  137. package/esm2020/drawer/drawer.property.mjs +42 -8
  138. package/esm2020/drawer/drawer.service.mjs +65 -0
  139. package/esm2020/drawer/public-api.mjs +7 -1
  140. package/esm2020/dropdown/dropdown-portal.component.mjs +3 -3
  141. package/esm2020/dropdown/dropdown.component.mjs +3 -3
  142. package/esm2020/dropdown/dropdown.module.mjs +6 -7
  143. package/esm2020/dropdown/dropdown.property.mjs +3 -3
  144. package/esm2020/empty/empty.component.mjs +3 -3
  145. package/esm2020/empty/empty.module.mjs +4 -4
  146. package/esm2020/empty/empty.property.mjs +3 -3
  147. package/esm2020/examples/examples.component.mjs +3 -3
  148. package/esm2020/examples/examples.module.mjs +4 -4
  149. package/esm2020/find/find.component.mjs +15 -6
  150. package/esm2020/find/find.module.mjs +4 -4
  151. package/esm2020/find/find.property.mjs +20 -4
  152. package/esm2020/form/control.component.mjs +3 -3
  153. package/esm2020/form/form.component.mjs +3 -3
  154. package/esm2020/form/form.module.mjs +4 -4
  155. package/esm2020/form/form.property.mjs +6 -6
  156. package/esm2020/highlight/highlight.component.mjs +3 -3
  157. package/esm2020/highlight/highlight.module.mjs +4 -4
  158. package/esm2020/highlight/highlight.property.mjs +3 -3
  159. package/esm2020/i18n/i18n.directive.mjs +3 -3
  160. package/esm2020/i18n/i18n.module.mjs +4 -4
  161. package/esm2020/i18n/i18n.pipe.mjs +3 -3
  162. package/esm2020/i18n/i18n.service.mjs +3 -3
  163. package/esm2020/icon/icon.component.mjs +3 -3
  164. package/esm2020/icon/icon.module.mjs +4 -4
  165. package/esm2020/icon/icon.property.mjs +3 -3
  166. package/esm2020/icon/icon.service.mjs +3 -3
  167. package/esm2020/inner/inner.component.mjs +3 -3
  168. package/esm2020/inner/inner.module.mjs +4 -4
  169. package/esm2020/inner/inner.property.mjs +3 -3
  170. package/esm2020/input/input-group.component.mjs +3 -3
  171. package/esm2020/input/input.component.mjs +6 -5
  172. package/esm2020/input/input.module.mjs +4 -4
  173. package/esm2020/input/input.property.mjs +6 -6
  174. package/esm2020/input-number/input-number.component.mjs +3 -3
  175. package/esm2020/input-number/input-number.module.mjs +4 -4
  176. package/esm2020/input-number/input-number.property.mjs +3 -3
  177. package/esm2020/layout/col.component.mjs +3 -3
  178. package/esm2020/layout/layout.module.mjs +4 -4
  179. package/esm2020/layout/layout.property.mjs +6 -6
  180. package/esm2020/layout/row.component.mjs +3 -3
  181. package/esm2020/link/link.component.mjs +3 -3
  182. package/esm2020/link/link.module.mjs +4 -4
  183. package/esm2020/link/link.property.mjs +3 -3
  184. package/esm2020/list/list-option.component.mjs +3 -3
  185. package/esm2020/list/list.component.mjs +3 -3
  186. package/esm2020/list/list.module.mjs +4 -4
  187. package/esm2020/list/list.property.mjs +6 -6
  188. package/esm2020/loading/loading.component.mjs +3 -3
  189. package/esm2020/loading/loading.module.mjs +4 -4
  190. package/esm2020/loading/loading.property.mjs +3 -3
  191. package/esm2020/menu/menu-node.component.mjs +3 -3
  192. package/esm2020/menu/menu.component.mjs +5 -5
  193. package/esm2020/menu/menu.module.mjs +4 -4
  194. package/esm2020/menu/menu.property.mjs +12 -7
  195. package/esm2020/message/message-ref.mjs +12 -0
  196. package/esm2020/message/message.component.mjs +6 -6
  197. package/esm2020/message/message.module.mjs +4 -4
  198. package/esm2020/message/message.property.mjs +2 -2
  199. package/esm2020/message/message.service.mjs +39 -18
  200. package/esm2020/message/public-api.mjs +2 -1
  201. package/esm2020/message-box/message-box.component.mjs +3 -3
  202. package/esm2020/message-box/message-box.module.mjs +4 -4
  203. package/esm2020/message-box/message-box.service.mjs +3 -3
  204. package/esm2020/notification/notification.component.mjs +3 -3
  205. package/esm2020/notification/notification.module.mjs +4 -4
  206. package/esm2020/notification/notification.service.mjs +3 -3
  207. package/esm2020/outlet/outlet.directive.mjs +3 -3
  208. package/esm2020/outlet/outlet.module.mjs +4 -4
  209. package/esm2020/page-header/page-header.component.mjs +3 -3
  210. package/esm2020/page-header/page-header.module.mjs +4 -4
  211. package/esm2020/page-header/page-header.property.mjs +3 -3
  212. package/esm2020/pagination/pagination.component.mjs +4 -4
  213. package/esm2020/pagination/pagination.module.mjs +4 -4
  214. package/esm2020/pagination/pagination.property.mjs +3 -3
  215. package/esm2020/pattern/pattern.component.mjs +3 -3
  216. package/esm2020/pattern/pattern.module.mjs +4 -4
  217. package/esm2020/popconfirm/popconfirm.component.mjs +28 -7
  218. package/esm2020/popconfirm/popconfirm.module.mjs +4 -4
  219. package/esm2020/popconfirm/popconfirm.property.mjs +12 -5
  220. package/esm2020/popover/popover-portal.component.mjs +3 -3
  221. package/esm2020/popover/popover.directive.mjs +11 -5
  222. package/esm2020/popover/popover.module.mjs +6 -7
  223. package/esm2020/popover/popover.property.mjs +9 -4
  224. package/esm2020/portal/portal.module.mjs +6 -5
  225. package/esm2020/portal/portal.service.mjs +11 -12
  226. package/esm2020/progress/progress.component.mjs +179 -18
  227. package/esm2020/progress/progress.module.mjs +4 -4
  228. package/esm2020/progress/progress.property.mjs +52 -5
  229. package/esm2020/radio/radio.component.mjs +4 -4
  230. package/esm2020/radio/radio.module.mjs +4 -4
  231. package/esm2020/radio/radio.property.mjs +3 -3
  232. package/esm2020/rate/rate.component.mjs +4 -4
  233. package/esm2020/rate/rate.module.mjs +4 -4
  234. package/esm2020/rate/rate.property.mjs +3 -3
  235. package/esm2020/result/result.component.mjs +4 -4
  236. package/esm2020/result/result.module.mjs +4 -4
  237. package/esm2020/result/result.property.mjs +3 -3
  238. package/esm2020/ripple/ripple.directive.mjs +3 -3
  239. package/esm2020/ripple/ripple.module.mjs +4 -4
  240. package/esm2020/ripple/ripple.property.mjs +3 -3
  241. package/esm2020/select/select-portal.component.mjs +3 -3
  242. package/esm2020/select/select.component.mjs +3 -3
  243. package/esm2020/select/select.module.mjs +6 -7
  244. package/esm2020/select/select.property.mjs +3 -3
  245. package/esm2020/skeleton/skeleton.component.mjs +3 -3
  246. package/esm2020/skeleton/skeleton.module.mjs +4 -4
  247. package/esm2020/skeleton/skeleton.property.mjs +3 -3
  248. package/esm2020/slider/slider.component.mjs +3 -3
  249. package/esm2020/slider/slider.module.mjs +4 -4
  250. package/esm2020/slider/slider.property.mjs +3 -3
  251. package/esm2020/slider-select/slider-select.component.mjs +4 -4
  252. package/esm2020/slider-select/slider-select.module.mjs +4 -4
  253. package/esm2020/slider-select/slider-select.property.mjs +3 -3
  254. package/esm2020/statistic/countdown.component.mjs +3 -3
  255. package/esm2020/statistic/statistic.component.mjs +3 -3
  256. package/esm2020/statistic/statistic.module.mjs +4 -4
  257. package/esm2020/statistic/statistic.property.mjs +6 -6
  258. package/esm2020/steps/steps.component.mjs +18 -11
  259. package/esm2020/steps/steps.module.mjs +4 -4
  260. package/esm2020/steps/steps.property.mjs +10 -5
  261. package/esm2020/switch/switch.component.mjs +4 -4
  262. package/esm2020/switch/switch.module.mjs +4 -4
  263. package/esm2020/switch/switch.property.mjs +3 -3
  264. package/esm2020/table/drag.directive.mjs +3 -3
  265. package/esm2020/table/table-body.component.mjs +3 -3
  266. package/esm2020/table/table-foot.component.mjs +3 -3
  267. package/esm2020/table/table-head.component.mjs +3 -3
  268. package/esm2020/table/table.component.mjs +3 -3
  269. package/esm2020/table/table.module.mjs +4 -4
  270. package/esm2020/table/table.property.mjs +12 -12
  271. package/esm2020/tabs/tab-content.component.mjs +3 -3
  272. package/esm2020/tabs/tab.component.mjs +3 -3
  273. package/esm2020/tabs/tabs.component.mjs +3 -3
  274. package/esm2020/tabs/tabs.module.mjs +4 -4
  275. package/esm2020/tabs/tabs.property.mjs +6 -6
  276. package/esm2020/tag/tag.component.mjs +4 -4
  277. package/esm2020/tag/tag.module.mjs +4 -4
  278. package/esm2020/tag/tag.property.mjs +3 -3
  279. package/esm2020/text-retract/text-retract.component.mjs +3 -3
  280. package/esm2020/text-retract/text-retract.module.mjs +4 -4
  281. package/esm2020/text-retract/text-retract.property.mjs +3 -3
  282. package/esm2020/textarea/textarea.component.mjs +4 -4
  283. package/esm2020/textarea/textarea.module.mjs +4 -4
  284. package/esm2020/textarea/textarea.property.mjs +3 -3
  285. package/esm2020/theme/theme.component.mjs +3 -3
  286. package/esm2020/theme/theme.module.mjs +4 -4
  287. package/esm2020/theme/theme.property.mjs +3 -3
  288. package/esm2020/time-ago/time-ago.module.mjs +4 -4
  289. package/esm2020/time-ago/time-ago.pipe.mjs +3 -3
  290. package/esm2020/time-picker/time-picker-frame.component.mjs +4 -4
  291. package/esm2020/time-picker/time-picker-portal.component.mjs +3 -3
  292. package/esm2020/time-picker/time-picker.component.mjs +3 -3
  293. package/esm2020/time-picker/time-picker.module.mjs +6 -7
  294. package/esm2020/time-picker/time-picker.property.mjs +3 -3
  295. package/esm2020/time-range/time-range.module.mjs +4 -4
  296. package/esm2020/time-range/time-range.pipe.mjs +3 -3
  297. package/esm2020/timeline/timeline.component.mjs +3 -3
  298. package/esm2020/timeline/timeline.module.mjs +4 -4
  299. package/esm2020/timeline/timeline.property.mjs +3 -3
  300. package/esm2020/tooltip/tooltip-portal.component.mjs +3 -3
  301. package/esm2020/tooltip/tooltip.directive.mjs +3 -3
  302. package/esm2020/tooltip/tooltip.module.mjs +6 -7
  303. package/esm2020/tooltip/tooltip.property.mjs +3 -3
  304. package/esm2020/transfer/transfer.component.mjs +3 -3
  305. package/esm2020/transfer/transfer.module.mjs +4 -4
  306. package/esm2020/transfer/transfer.property.mjs +3 -3
  307. package/esm2020/tree/tree-node.component.mjs +5 -5
  308. package/esm2020/tree/tree.component.mjs +3 -3
  309. package/esm2020/tree/tree.module.mjs +4 -4
  310. package/esm2020/tree/tree.property.mjs +13 -7
  311. package/esm2020/tree-file/tree-file.component.mjs +4 -4
  312. package/esm2020/tree-file/tree-file.module.mjs +4 -4
  313. package/esm2020/tree-file/tree-file.property.mjs +3 -3
  314. package/esm2020/typography/typography.component.mjs +3 -3
  315. package/esm2020/typography/typography.module.mjs +4 -4
  316. package/esm2020/typography/typography.property.mjs +3 -3
  317. package/esm2020/upload/upload-portal.component.mjs +4 -4
  318. package/esm2020/upload/upload.component.mjs +3 -3
  319. package/esm2020/upload/upload.module.mjs +4 -4
  320. package/esm2020/upload/upload.property.mjs +3 -3
  321. package/fesm2015/ng-nest-ui-affix.mjs +10 -10
  322. package/fesm2015/ng-nest-ui-alert.mjs +17 -12
  323. package/fesm2015/ng-nest-ui-alert.mjs.map +1 -1
  324. package/fesm2015/ng-nest-ui-anchor.mjs +10 -10
  325. package/fesm2015/ng-nest-ui-api.mjs +7 -7
  326. package/fesm2015/ng-nest-ui-auto-complete.mjs +14 -15
  327. package/fesm2015/ng-nest-ui-auto-complete.mjs.map +1 -1
  328. package/fesm2015/ng-nest-ui-avatar.mjs +10 -10
  329. package/fesm2015/ng-nest-ui-back-top.mjs +10 -10
  330. package/fesm2015/ng-nest-ui-badge.mjs +10 -10
  331. package/fesm2015/ng-nest-ui-base-form.mjs +10 -10
  332. package/fesm2015/ng-nest-ui-border.mjs +7 -7
  333. package/fesm2015/ng-nest-ui-button.mjs +17 -17
  334. package/fesm2015/ng-nest-ui-calendar.mjs +10 -10
  335. package/fesm2015/ng-nest-ui-card.mjs +11 -11
  336. package/fesm2015/ng-nest-ui-carousel.mjs +16 -16
  337. package/fesm2015/ng-nest-ui-cascade.mjs +14 -15
  338. package/fesm2015/ng-nest-ui-cascade.mjs.map +1 -1
  339. package/fesm2015/ng-nest-ui-checkbox.mjs +11 -11
  340. package/fesm2015/ng-nest-ui-collapse.mjs +16 -16
  341. package/fesm2015/ng-nest-ui-color-picker.mjs +14 -15
  342. package/fesm2015/ng-nest-ui-color-picker.mjs.map +1 -1
  343. package/fesm2015/ng-nest-ui-color.mjs +10 -10
  344. package/fesm2015/ng-nest-ui-comment.mjs +16 -16
  345. package/fesm2015/ng-nest-ui-container.mjs +34 -34
  346. package/fesm2015/ng-nest-ui-core.mjs +15 -15
  347. package/fesm2015/ng-nest-ui-core.mjs.map +1 -1
  348. package/fesm2015/ng-nest-ui-crumb.mjs +10 -10
  349. package/fesm2015/ng-nest-ui-date-picker.mjs +42 -43
  350. package/fesm2015/ng-nest-ui-date-picker.mjs.map +1 -1
  351. package/fesm2015/ng-nest-ui-description.mjs +16 -16
  352. package/fesm2015/ng-nest-ui-dialog.mjs +259 -35
  353. package/fesm2015/ng-nest-ui-dialog.mjs.map +1 -1
  354. package/fesm2015/ng-nest-ui-doc.mjs +8 -8
  355. package/fesm2015/ng-nest-ui-drawer.mjs +334 -31
  356. package/fesm2015/ng-nest-ui-drawer.mjs.map +1 -1
  357. package/fesm2015/ng-nest-ui-dropdown.mjs +14 -15
  358. package/fesm2015/ng-nest-ui-dropdown.mjs.map +1 -1
  359. package/fesm2015/ng-nest-ui-empty.mjs +10 -10
  360. package/fesm2015/ng-nest-ui-examples.mjs +7 -7
  361. package/fesm2015/ng-nest-ui-find.mjs +37 -12
  362. package/fesm2015/ng-nest-ui-find.mjs.map +1 -1
  363. package/fesm2015/ng-nest-ui-form.mjs +16 -16
  364. package/fesm2015/ng-nest-ui-highlight.mjs +10 -10
  365. package/fesm2015/ng-nest-ui-i18n.mjs +13 -13
  366. package/fesm2015/ng-nest-ui-icon.mjs +13 -13
  367. package/fesm2015/ng-nest-ui-inner.mjs +10 -10
  368. package/fesm2015/ng-nest-ui-input-number.mjs +10 -10
  369. package/fesm2015/ng-nest-ui-input.mjs +18 -17
  370. package/fesm2015/ng-nest-ui-input.mjs.map +1 -1
  371. package/fesm2015/ng-nest-ui-layout.mjs +16 -16
  372. package/fesm2015/ng-nest-ui-link.mjs +10 -10
  373. package/fesm2015/ng-nest-ui-list.mjs +16 -16
  374. package/fesm2015/ng-nest-ui-loading.mjs +10 -10
  375. package/fesm2015/ng-nest-ui-menu.mjs +22 -17
  376. package/fesm2015/ng-nest-ui-menu.mjs.map +1 -1
  377. package/fesm2015/ng-nest-ui-message-box.mjs +10 -10
  378. package/fesm2015/ng-nest-ui-message.mjs +60 -27
  379. package/fesm2015/ng-nest-ui-message.mjs.map +1 -1
  380. package/fesm2015/ng-nest-ui-notification.mjs +10 -10
  381. package/fesm2015/ng-nest-ui-outlet.mjs +7 -7
  382. package/fesm2015/ng-nest-ui-page-header.mjs +10 -10
  383. package/fesm2015/ng-nest-ui-pagination.mjs +11 -11
  384. package/fesm2015/ng-nest-ui-pattern.mjs +7 -7
  385. package/fesm2015/ng-nest-ui-popconfirm.mjs +42 -14
  386. package/fesm2015/ng-nest-ui-popconfirm.mjs.map +1 -1
  387. package/fesm2015/ng-nest-ui-popover.mjs +26 -16
  388. package/fesm2015/ng-nest-ui-popover.mjs.map +1 -1
  389. package/fesm2015/ng-nest-ui-portal.mjs +15 -15
  390. package/fesm2015/ng-nest-ui-portal.mjs.map +1 -1
  391. package/fesm2015/ng-nest-ui-progress.mjs +234 -26
  392. package/fesm2015/ng-nest-ui-progress.mjs.map +1 -1
  393. package/fesm2015/ng-nest-ui-radio.mjs +11 -11
  394. package/fesm2015/ng-nest-ui-rate.mjs +11 -11
  395. package/fesm2015/ng-nest-ui-result.mjs +11 -11
  396. package/fesm2015/ng-nest-ui-ripple.mjs +10 -10
  397. package/fesm2015/ng-nest-ui-select.mjs +14 -15
  398. package/fesm2015/ng-nest-ui-select.mjs.map +1 -1
  399. package/fesm2015/ng-nest-ui-skeleton.mjs +10 -10
  400. package/fesm2015/ng-nest-ui-slider-select.mjs +11 -11
  401. package/fesm2015/ng-nest-ui-slider.mjs +10 -10
  402. package/fesm2015/ng-nest-ui-statistic.mjs +16 -16
  403. package/fesm2015/ng-nest-ui-steps.mjs +30 -18
  404. package/fesm2015/ng-nest-ui-steps.mjs.map +1 -1
  405. package/fesm2015/ng-nest-ui-switch.mjs +11 -11
  406. package/fesm2015/ng-nest-ui-table.mjs +31 -31
  407. package/fesm2015/ng-nest-ui-tabs.mjs +19 -19
  408. package/fesm2015/ng-nest-ui-tag.mjs +11 -11
  409. package/fesm2015/ng-nest-ui-text-retract.mjs +10 -10
  410. package/fesm2015/ng-nest-ui-textarea.mjs +11 -11
  411. package/fesm2015/ng-nest-ui-theme.mjs +10 -10
  412. package/fesm2015/ng-nest-ui-time-ago.mjs +7 -7
  413. package/fesm2015/ng-nest-ui-time-picker.mjs +18 -19
  414. package/fesm2015/ng-nest-ui-time-picker.mjs.map +1 -1
  415. package/fesm2015/ng-nest-ui-time-range.mjs +7 -7
  416. package/fesm2015/ng-nest-ui-timeline.mjs +10 -10
  417. package/fesm2015/ng-nest-ui-tooltip.mjs +14 -15
  418. package/fesm2015/ng-nest-ui-tooltip.mjs.map +1 -1
  419. package/fesm2015/ng-nest-ui-transfer.mjs +10 -10
  420. package/fesm2015/ng-nest-ui-tree-file.mjs +11 -11
  421. package/fesm2015/ng-nest-ui-tree.mjs +23 -17
  422. package/fesm2015/ng-nest-ui-tree.mjs.map +1 -1
  423. package/fesm2015/ng-nest-ui-typography.mjs +10 -10
  424. package/fesm2015/ng-nest-ui-upload.mjs +14 -14
  425. package/fesm2020/ng-nest-ui-affix.mjs +10 -10
  426. package/fesm2020/ng-nest-ui-alert.mjs +17 -12
  427. package/fesm2020/ng-nest-ui-alert.mjs.map +1 -1
  428. package/fesm2020/ng-nest-ui-anchor.mjs +10 -10
  429. package/fesm2020/ng-nest-ui-api.mjs +7 -7
  430. package/fesm2020/ng-nest-ui-auto-complete.mjs +14 -15
  431. package/fesm2020/ng-nest-ui-auto-complete.mjs.map +1 -1
  432. package/fesm2020/ng-nest-ui-avatar.mjs +10 -10
  433. package/fesm2020/ng-nest-ui-back-top.mjs +10 -10
  434. package/fesm2020/ng-nest-ui-badge.mjs +10 -10
  435. package/fesm2020/ng-nest-ui-base-form.mjs +10 -10
  436. package/fesm2020/ng-nest-ui-border.mjs +7 -7
  437. package/fesm2020/ng-nest-ui-button.mjs +17 -17
  438. package/fesm2020/ng-nest-ui-calendar.mjs +10 -10
  439. package/fesm2020/ng-nest-ui-card.mjs +11 -11
  440. package/fesm2020/ng-nest-ui-carousel.mjs +16 -16
  441. package/fesm2020/ng-nest-ui-cascade.mjs +14 -15
  442. package/fesm2020/ng-nest-ui-cascade.mjs.map +1 -1
  443. package/fesm2020/ng-nest-ui-checkbox.mjs +11 -11
  444. package/fesm2020/ng-nest-ui-collapse.mjs +16 -16
  445. package/fesm2020/ng-nest-ui-color-picker.mjs +14 -15
  446. package/fesm2020/ng-nest-ui-color-picker.mjs.map +1 -1
  447. package/fesm2020/ng-nest-ui-color.mjs +10 -10
  448. package/fesm2020/ng-nest-ui-comment.mjs +16 -16
  449. package/fesm2020/ng-nest-ui-container.mjs +34 -34
  450. package/fesm2020/ng-nest-ui-core.mjs +15 -15
  451. package/fesm2020/ng-nest-ui-core.mjs.map +1 -1
  452. package/fesm2020/ng-nest-ui-crumb.mjs +10 -10
  453. package/fesm2020/ng-nest-ui-date-picker.mjs +42 -43
  454. package/fesm2020/ng-nest-ui-date-picker.mjs.map +1 -1
  455. package/fesm2020/ng-nest-ui-description.mjs +16 -16
  456. package/fesm2020/ng-nest-ui-dialog.mjs +257 -35
  457. package/fesm2020/ng-nest-ui-dialog.mjs.map +1 -1
  458. package/fesm2020/ng-nest-ui-doc.mjs +8 -8
  459. package/fesm2020/ng-nest-ui-drawer.mjs +330 -31
  460. package/fesm2020/ng-nest-ui-drawer.mjs.map +1 -1
  461. package/fesm2020/ng-nest-ui-dropdown.mjs +14 -15
  462. package/fesm2020/ng-nest-ui-dropdown.mjs.map +1 -1
  463. package/fesm2020/ng-nest-ui-empty.mjs +10 -10
  464. package/fesm2020/ng-nest-ui-examples.mjs +7 -7
  465. package/fesm2020/ng-nest-ui-find.mjs +37 -12
  466. package/fesm2020/ng-nest-ui-find.mjs.map +1 -1
  467. package/fesm2020/ng-nest-ui-form.mjs +16 -16
  468. package/fesm2020/ng-nest-ui-highlight.mjs +10 -10
  469. package/fesm2020/ng-nest-ui-i18n.mjs +13 -13
  470. package/fesm2020/ng-nest-ui-icon.mjs +13 -13
  471. package/fesm2020/ng-nest-ui-inner.mjs +10 -10
  472. package/fesm2020/ng-nest-ui-input-number.mjs +10 -10
  473. package/fesm2020/ng-nest-ui-input.mjs +18 -17
  474. package/fesm2020/ng-nest-ui-input.mjs.map +1 -1
  475. package/fesm2020/ng-nest-ui-layout.mjs +16 -16
  476. package/fesm2020/ng-nest-ui-link.mjs +10 -10
  477. package/fesm2020/ng-nest-ui-list.mjs +16 -16
  478. package/fesm2020/ng-nest-ui-loading.mjs +10 -10
  479. package/fesm2020/ng-nest-ui-menu.mjs +22 -17
  480. package/fesm2020/ng-nest-ui-menu.mjs.map +1 -1
  481. package/fesm2020/ng-nest-ui-message-box.mjs +10 -10
  482. package/fesm2020/ng-nest-ui-message.mjs +59 -27
  483. package/fesm2020/ng-nest-ui-message.mjs.map +1 -1
  484. package/fesm2020/ng-nest-ui-notification.mjs +10 -10
  485. package/fesm2020/ng-nest-ui-outlet.mjs +7 -7
  486. package/fesm2020/ng-nest-ui-page-header.mjs +10 -10
  487. package/fesm2020/ng-nest-ui-pagination.mjs +11 -11
  488. package/fesm2020/ng-nest-ui-pattern.mjs +7 -7
  489. package/fesm2020/ng-nest-ui-popconfirm.mjs +42 -14
  490. package/fesm2020/ng-nest-ui-popconfirm.mjs.map +1 -1
  491. package/fesm2020/ng-nest-ui-popover.mjs +26 -16
  492. package/fesm2020/ng-nest-ui-popover.mjs.map +1 -1
  493. package/fesm2020/ng-nest-ui-portal.mjs +15 -15
  494. package/fesm2020/ng-nest-ui-portal.mjs.map +1 -1
  495. package/fesm2020/ng-nest-ui-progress.mjs +233 -25
  496. package/fesm2020/ng-nest-ui-progress.mjs.map +1 -1
  497. package/fesm2020/ng-nest-ui-radio.mjs +11 -11
  498. package/fesm2020/ng-nest-ui-rate.mjs +11 -11
  499. package/fesm2020/ng-nest-ui-result.mjs +11 -11
  500. package/fesm2020/ng-nest-ui-ripple.mjs +10 -10
  501. package/fesm2020/ng-nest-ui-select.mjs +14 -15
  502. package/fesm2020/ng-nest-ui-select.mjs.map +1 -1
  503. package/fesm2020/ng-nest-ui-skeleton.mjs +10 -10
  504. package/fesm2020/ng-nest-ui-slider-select.mjs +11 -11
  505. package/fesm2020/ng-nest-ui-slider.mjs +10 -10
  506. package/fesm2020/ng-nest-ui-statistic.mjs +16 -16
  507. package/fesm2020/ng-nest-ui-steps.mjs +30 -18
  508. package/fesm2020/ng-nest-ui-steps.mjs.map +1 -1
  509. package/fesm2020/ng-nest-ui-switch.mjs +11 -11
  510. package/fesm2020/ng-nest-ui-table.mjs +31 -31
  511. package/fesm2020/ng-nest-ui-tabs.mjs +19 -19
  512. package/fesm2020/ng-nest-ui-tag.mjs +11 -11
  513. package/fesm2020/ng-nest-ui-text-retract.mjs +10 -10
  514. package/fesm2020/ng-nest-ui-textarea.mjs +11 -11
  515. package/fesm2020/ng-nest-ui-theme.mjs +10 -10
  516. package/fesm2020/ng-nest-ui-time-ago.mjs +7 -7
  517. package/fesm2020/ng-nest-ui-time-picker.mjs +18 -19
  518. package/fesm2020/ng-nest-ui-time-picker.mjs.map +1 -1
  519. package/fesm2020/ng-nest-ui-time-range.mjs +7 -7
  520. package/fesm2020/ng-nest-ui-timeline.mjs +10 -10
  521. package/fesm2020/ng-nest-ui-tooltip.mjs +14 -15
  522. package/fesm2020/ng-nest-ui-tooltip.mjs.map +1 -1
  523. package/fesm2020/ng-nest-ui-transfer.mjs +10 -10
  524. package/fesm2020/ng-nest-ui-tree-file.mjs +11 -11
  525. package/fesm2020/ng-nest-ui-tree.mjs +23 -17
  526. package/fesm2020/ng-nest-ui-tree.mjs.map +1 -1
  527. package/fesm2020/ng-nest-ui-typography.mjs +10 -10
  528. package/fesm2020/ng-nest-ui-upload.mjs +14 -14
  529. package/find/find.property.d.ts +31 -1
  530. package/layout/examples/en_US/default/flex/README.md +1 -1
  531. package/layout/examples/zh_CN/default/flex/README.md +1 -1
  532. package/menu/menu.property.d.ts +8 -3
  533. package/message/examples/en_US/default/loading/README.md +6 -0
  534. package/message/examples/zh_CN/default/loading/README.md +6 -0
  535. package/message/message-ref.d.ts +8 -0
  536. package/message/message.component.d.ts +3 -3
  537. package/message/message.property.d.ts +24 -4
  538. package/message/message.service.d.ts +4 -1
  539. package/message/public-api.d.ts +1 -0
  540. package/package.json +7 -7
  541. package/popconfirm/examples/en_US/default/async-close/README.md +6 -0
  542. package/popconfirm/examples/en_US/default/condition/README.md +6 -0
  543. package/popconfirm/examples/zh_CN/default/async-close/README.md +6 -0
  544. package/popconfirm/examples/zh_CN/default/condition/README.md +6 -0
  545. package/popconfirm/popconfirm.component.d.ts +6 -2
  546. package/popconfirm/popconfirm.property.d.ts +13 -2
  547. package/popover/popover.property.d.ts +6 -1
  548. package/portal/portal.module.d.ts +1 -1
  549. package/portal/portal.service.d.ts +2 -3
  550. package/progress/examples/en_US/default/circle/README.md +6 -0
  551. package/progress/examples/en_US/default/dashboard/README.md +6 -0
  552. package/progress/examples/en_US/default/gradient/README.md +6 -0
  553. package/progress/examples/en_US/default/steps/README.md +6 -0
  554. package/progress/examples/en_US/default/subsection/README.md +6 -0
  555. package/progress/examples/zh_CN/default/circle/README.md +6 -0
  556. package/progress/examples/zh_CN/default/dashboard/README.md +6 -0
  557. package/progress/examples/zh_CN/default/gradient/README.md +6 -0
  558. package/progress/examples/zh_CN/default/steps/README.md +6 -0
  559. package/progress/examples/zh_CN/default/subsection/README.md +6 -0
  560. package/progress/progress.component.d.ts +31 -3
  561. package/progress/progress.property.d.ts +80 -5
  562. package/steps/examples/en_US/default/node-status/README.md +6 -0
  563. package/steps/examples/zh_CN/default/node-status/README.md +6 -0
  564. package/steps/steps.property.d.ts +7 -2
  565. package/tree/tree.property.d.ts +6 -1
@@ -8,10 +8,10 @@ export class XDocComponent {
8
8
  this.renderer.addClass(this.elementRef.nativeElement, XDocPrefix);
9
9
  }
10
10
  }
11
- /** @nocollapse */ /** @nocollapse */ XDocComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDocComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
12
- /** @nocollapse */ /** @nocollapse */ XDocComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: XDocComponent, selector: "x-doc", ngImport: i0, template: "<ng-content></ng-content>\r\n", styles: [".x-doc{margin:0;padding:0 1.5rem;display:block;font-size:.875rem}.x-doc>x-anchor>.x-anchor{justify-content:center}.x-doc>x-anchor>.x-anchor>.x-anchor-content{width:calc(100% - 15rem);max-width:55rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content h1{font-size:1.5rem;font-weight:500;margin:2.25rem 0 1rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content h2{font-size:1.375rem;font-weight:500;margin:2rem 0 1rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h3{font-size:1.125rem;font-weight:500;margin:1.5rem 0 1rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h4{font-size:1rem;font-weight:500;margin:1.125rem 0 .875rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h5{font-size:.875rem;font-weight:500;margin:1rem 0 .625rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content>p{font-weight:400;margin:.875rem 0 0}.x-doc>x-anchor>.x-anchor>.x-anchor-content>ul{margin:.875rem 0}.x-doc>x-anchor>.x-anchor>.x-anchor-content>ul>li{list-style-type:circle;margin-left:1.25rem;line-height:1.75rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote{margin:0;position:relative;padding:.5rem .5rem .5rem .875rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote>p{margin:0}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-border)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>blockquote{margin-top:.875rem;background-color:var(--x-background);border-radius:var(--x-border-radius);border:var(--x-border-width) var(--x-border-style) var(--x-border-200);color:var(--x-text-400)}.x-doc>x-anchor>.x-anchor>.x-anchor-content li>code,.x-doc>x-anchor>.x-anchor>.x-anchor-content p>code{background-color:var(--x-primary-900);border:var(--x-border-width) solid var(--x-primary-800);padding:0 .25rem;border-radius:var(--x-border-radius)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>p>x-tree-file{font-family:Segoe WPC,Segoe UI,Microsoft YaHei,sans-serif}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre{display:flex;overflow:auto;width:100%}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-bash{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-text-300);color:var(--x-background-100);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-text-300);text-shadow:none}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-bash:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-text-300)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-primary{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-primary-900);color:var(--x-primary);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-primary-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-primary:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-primary)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-success{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-success-900);color:var(--x-success);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-success-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-success:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-success)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-danger{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-danger-900);color:var(--x-danger);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-danger-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-danger:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-danger)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-warning{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-warning-900);color:var(--x-warning);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-warning-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-warning:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-warning)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-info{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-info-900);color:var(--x-info);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-info-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-info:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-info)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table{width:100%;background:var(--x-background);border-collapse:collapse;border:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr>th,.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr>td{border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border);text-align:left;padding:.5rem 1rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr:last-child>th,.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr:last-child>td{border-width:0px}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr th{white-space:nowrap;color:var(--x-text)}.x-doc>x-anchor>.x-anchor>.x-anchor-affix{padding-left:1.5rem}.x-doc>x-anchor>.x-anchor>.x-anchor-affix .x-link>span{width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDocComponent, decorators: [{
11
+ /** @nocollapse */ /** @nocollapse */ XDocComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDocComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
12
+ /** @nocollapse */ /** @nocollapse */ XDocComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XDocComponent, selector: "x-doc", ngImport: i0, template: "<ng-content></ng-content>\r\n", styles: [".x-doc{margin:0;padding:0;padding:0 1.5rem;display:block;font-size:.875rem}.x-doc>x-anchor>.x-anchor{justify-content:center}.x-doc>x-anchor>.x-anchor>.x-anchor-content{width:calc(100% - 15rem);max-width:55rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content h1{font-size:1.5rem;font-weight:500;margin:2.25rem 0 1rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content h2{font-size:1.375rem;font-weight:500;margin:2rem 0 1rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h3{font-size:1.125rem;font-weight:500;margin:1.5rem 0 1rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h4{font-size:1rem;font-weight:500;margin:1.125rem 0 .875rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h5{font-size:.875rem;font-weight:500;margin:1rem 0 .625rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content>p{font-weight:400;margin:.875rem 0 0}.x-doc>x-anchor>.x-anchor>.x-anchor-content>ul{margin:.875rem 0}.x-doc>x-anchor>.x-anchor>.x-anchor-content>ul>li{list-style-type:circle;margin-left:1.25rem;line-height:1.75rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote{margin:0;position:relative;padding:.5rem .5rem .5rem .875rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote>p{margin:0}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-border)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>blockquote{margin-top:.875rem;background-color:var(--x-background);border-radius:var(--x-border-radius);border:var(--x-border-width) var(--x-border-style) var(--x-border-200);color:var(--x-text-400)}.x-doc>x-anchor>.x-anchor>.x-anchor-content li>code,.x-doc>x-anchor>.x-anchor>.x-anchor-content p>code{background-color:var(--x-primary-900);border:var(--x-border-width) solid var(--x-primary-800);padding:0 .25rem;border-radius:var(--x-border-radius)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>p>x-tree-file{font-family:Segoe WPC,Segoe UI,Microsoft YaHei,sans-serif}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre{display:flex;overflow:auto;width:100%}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-bash{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-text-300);color:var(--x-background-100);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-text-300);text-shadow:none}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-bash:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-text-300)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-primary{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-primary-900);color:var(--x-primary);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-primary-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-primary:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-primary)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-success{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-success-900);color:var(--x-success);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-success-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-success:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-success)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-danger{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-danger-900);color:var(--x-danger);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-danger-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-danger:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-danger)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-warning{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-warning-900);color:var(--x-warning);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-warning-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-warning:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-warning)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-info{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-info-900);color:var(--x-info);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-info-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-info:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-info)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table{width:100%;background:var(--x-background);border-collapse:collapse;border:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr>th,.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr>td{border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border);text-align:left;padding:.5rem 1rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr:last-child>th,.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr:last-child>td{border-width:0px}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr th{white-space:nowrap;color:var(--x-text)}.x-doc>x-anchor>.x-anchor>.x-anchor-affix{padding-left:1.5rem}.x-doc>x-anchor>.x-anchor>.x-anchor-affix .x-link>span{width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDocComponent, decorators: [{
14
14
  type: Component,
15
- args: [{ selector: 'x-doc', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\r\n", styles: [".x-doc{margin:0;padding:0 1.5rem;display:block;font-size:.875rem}.x-doc>x-anchor>.x-anchor{justify-content:center}.x-doc>x-anchor>.x-anchor>.x-anchor-content{width:calc(100% - 15rem);max-width:55rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content h1{font-size:1.5rem;font-weight:500;margin:2.25rem 0 1rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content h2{font-size:1.375rem;font-weight:500;margin:2rem 0 1rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h3{font-size:1.125rem;font-weight:500;margin:1.5rem 0 1rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h4{font-size:1rem;font-weight:500;margin:1.125rem 0 .875rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h5{font-size:.875rem;font-weight:500;margin:1rem 0 .625rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content>p{font-weight:400;margin:.875rem 0 0}.x-doc>x-anchor>.x-anchor>.x-anchor-content>ul{margin:.875rem 0}.x-doc>x-anchor>.x-anchor>.x-anchor-content>ul>li{list-style-type:circle;margin-left:1.25rem;line-height:1.75rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote{margin:0;position:relative;padding:.5rem .5rem .5rem .875rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote>p{margin:0}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-border)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>blockquote{margin-top:.875rem;background-color:var(--x-background);border-radius:var(--x-border-radius);border:var(--x-border-width) var(--x-border-style) var(--x-border-200);color:var(--x-text-400)}.x-doc>x-anchor>.x-anchor>.x-anchor-content li>code,.x-doc>x-anchor>.x-anchor>.x-anchor-content p>code{background-color:var(--x-primary-900);border:var(--x-border-width) solid var(--x-primary-800);padding:0 .25rem;border-radius:var(--x-border-radius)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>p>x-tree-file{font-family:Segoe WPC,Segoe UI,Microsoft YaHei,sans-serif}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre{display:flex;overflow:auto;width:100%}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-bash{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-text-300);color:var(--x-background-100);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-text-300);text-shadow:none}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-bash:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-text-300)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-primary{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-primary-900);color:var(--x-primary);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-primary-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-primary:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-primary)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-success{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-success-900);color:var(--x-success);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-success-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-success:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-success)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-danger{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-danger-900);color:var(--x-danger);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-danger-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-danger:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-danger)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-warning{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-warning-900);color:var(--x-warning);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-warning-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-warning:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-warning)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-info{flex:1;position:relative;border-radius:var(--x-border-radius);background-color:var(--x-info-900);color:var(--x-info);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-info-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-info:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-info)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table{width:100%;background:var(--x-background);border-collapse:collapse;border:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr>th,.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr>td{border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border);text-align:left;padding:.5rem 1rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr:last-child>th,.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr:last-child>td{border-width:0px}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr th{white-space:nowrap;color:var(--x-text)}.x-doc>x-anchor>.x-anchor>.x-anchor-affix{padding-left:1.5rem}.x-doc>x-anchor>.x-anchor>.x-anchor-affix .x-link>span{width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"] }]
15
+ args: [{ selector: 'x-doc', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\r\n", styles: [".x-doc{margin:0;padding:0;padding:0 1.5rem;display:block;font-size:.875rem}.x-doc>x-anchor>.x-anchor{justify-content:center}.x-doc>x-anchor>.x-anchor>.x-anchor-content{width:calc(100% - 15rem);max-width:55rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content h1{font-size:1.5rem;font-weight:500;margin:2.25rem 0 1rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content h2{font-size:1.375rem;font-weight:500;margin:2rem 0 1rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h3{font-size:1.125rem;font-weight:500;margin:1.5rem 0 1rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h4{font-size:1rem;font-weight:500;margin:1.125rem 0 .875rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content h5{font-size:.875rem;font-weight:500;margin:1rem 0 .625rem;clear:both}.x-doc>x-anchor>.x-anchor>.x-anchor-content>p{font-weight:400;margin:.875rem 0 0}.x-doc>x-anchor>.x-anchor>.x-anchor-content>ul{margin:.875rem 0}.x-doc>x-anchor>.x-anchor>.x-anchor-content>ul>li{list-style-type:circle;margin-left:1.25rem;line-height:1.75rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote{margin:0;position:relative;padding:.5rem .5rem .5rem .875rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote>p{margin:0}.x-doc>x-anchor>.x-anchor>.x-anchor-content blockquote:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-border)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>blockquote{margin-top:.875rem;background-color:var(--x-background);border-radius:var(--x-border-radius);border:var(--x-border-width) var(--x-border-style) var(--x-border-200);color:var(--x-text-400)}.x-doc>x-anchor>.x-anchor>.x-anchor-content li>code,.x-doc>x-anchor>.x-anchor>.x-anchor-content p>code{background-color:var(--x-primary-900);border:var(--x-border-width) solid var(--x-primary-800);padding:0 .25rem;border-radius:var(--x-border-radius)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>p>x-tree-file{font-family:Segoe WPC,Segoe UI,Microsoft YaHei,sans-serif}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre{display:flex;overflow:auto;width:100%}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-bash{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-text-300);color:var(--x-background-100);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-text-300);text-shadow:none}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-bash:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-text-300)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-primary{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-primary-900);color:var(--x-primary);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-primary-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-primary:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-primary)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-success{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-success-900);color:var(--x-success);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-success-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-success:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-success)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-danger{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-danger-900);color:var(--x-danger);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-danger-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-danger:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-danger)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-warning{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-warning-900);color:var(--x-warning);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-warning-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-warning:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-warning)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-info{flex:1;position:relative;border-radius:var(--x-border-radius);padding:.875rem 1rem;background-color:var(--x-info-900);color:var(--x-info);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-color:var(--x-info-800);text-shadow:none;padding:.5rem .5rem .5rem .875rem;white-space:normal;font-family:var(--x-font-family)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>pre code.language-info:before{content:\" \";position:absolute;top:calc(var(--x-border-width) * -1);left:calc(var(--x-border-width) * -1);height:calc(100% + (var(--x-border-width) * 2));width:.25rem;border-top-left-radius:var(--x-border-radius);border-bottom-left-radius:var(--x-border-radius);background-color:var(--x-info)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table{width:100%;background:var(--x-background);border-collapse:collapse;border:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr>th,.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr>td{border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border);text-align:left;padding:.5rem 1rem}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr:last-child>th,.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr:last-child>td{border-width:0px}.x-doc>x-anchor>.x-anchor>.x-anchor-content>table tr th{white-space:nowrap;color:var(--x-text)}.x-doc>x-anchor>.x-anchor>.x-anchor-affix{padding-left:1.5rem}.x-doc>x-anchor>.x-anchor>.x-anchor-affix .x-link>span{width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"] }]
16
16
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; } });
17
17
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYi9uZy1uZXN0L3VpL2RvYy9kb2MuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvZG9jL2RvYy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLHVCQUF1QixFQUF5QixNQUFNLGVBQWUsQ0FBQztBQUM3RyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7O0FBUzVDLE1BQU0sT0FBTyxhQUFhO0lBQ3hCLFlBQW9CLFFBQW1CLEVBQVUsVUFBc0I7UUFBbkQsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUFVLGVBQVUsR0FBVixVQUFVLENBQVk7UUFDckUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUsVUFBVSxDQUFDLENBQUM7SUFDcEUsQ0FBQzs7Z0pBSFUsYUFBYTtvSUFBYixhQUFhLDZDQ1YxQiwrQkFDQTsyRkRTYSxhQUFhO2tCQVB6QixTQUFTOytCQUNFLE9BQU8saUJBR0YsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24sIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBSZW5kZXJlcjIsIEVsZW1lbnRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgWERvY1ByZWZpeCB9IGZyb20gJy4vZG9jLnByb3BlcnR5JztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAneC1kb2MnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9kb2MuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3N0eWxlL2luZGV4LnNjc3MnXSxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBYRG9jQ29tcG9uZW50IHtcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZikge1xyXG4gICAgdGhpcy5yZW5kZXJlci5hZGRDbGFzcyh0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudCwgWERvY1ByZWZpeCk7XHJcbiAgfVxyXG59XHJcbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuIl19
@@ -4,10 +4,10 @@ import { XDocComponent } from './doc.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class XDocModule {
6
6
  }
7
- /** @nocollapse */ /** @nocollapse */ XDocModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDocModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ /** @nocollapse */ XDocModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDocModule, declarations: [XDocComponent], imports: [CommonModule], exports: [XDocComponent] });
9
- /** @nocollapse */ /** @nocollapse */ XDocModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDocModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDocModule, decorators: [{
7
+ /** @nocollapse */ /** @nocollapse */ XDocModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDocModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ /** @nocollapse */ XDocModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDocModule, declarations: [XDocComponent], imports: [CommonModule], exports: [XDocComponent] });
9
+ /** @nocollapse */ /** @nocollapse */ XDocModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDocModule, imports: [[CommonModule]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDocModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [XDocComponent],
@@ -0,0 +1,29 @@
1
+ import { ChangeDetectionStrategy, Component, HostBinding, ViewEncapsulation } from '@angular/core';
2
+ import { XDrawerContainerProperty, X_DRAWER_CONTAINER } from './drawer.property';
3
+ import * as i0 from "@angular/core";
4
+ export class XDrawerContainerComponent extends XDrawerContainerProperty {
5
+ constructor() {
6
+ super();
7
+ this._has = true;
8
+ }
9
+ }
10
+ /** @nocollapse */ /** @nocollapse */ XDrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ /** @nocollapse */ /** @nocollapse */ XDrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XDrawerContainerComponent, selector: "x-drawer-container", host: { properties: { "class.x-drawer-container": "this._has" } }, providers: [
12
+ {
13
+ provide: X_DRAWER_CONTAINER,
14
+ useExisting: XDrawerContainerComponent
15
+ }
16
+ ], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\r\n", styles: [".x-drawer-container{margin:0;padding:0;position:relative;z-index:1;box-sizing:border-box;display:block;overflow:hidden}.x-drawer-container .x-drawer{position:absolute;display:block;outline:0;z-index:2;transition:transform .2s ease-in,visibility .2s ease-in;visibility:hidden}.x-drawer-container .x-drawer-left{transform:translate(-100%);left:0;top:0}.x-drawer-container .x-drawer-right{transform:translate(100%);right:0;top:0}.x-drawer-container .x-drawer-top{transform:translateY(-100%);top:0;left:0}.x-drawer-container .x-drawer-bottom{transform:translateY(100%);bottom:0;left:0}.x-drawer-container .x-drawer-visible{transform:translate(0);visibility:inherit}.x-drawer-container .x-drawer-visible .x-drawer-backdrop{opacity:1;z-index:1}.x-drawer-container .x-drawer-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;pointer-events:auto;background:rgba(0,0,0,.32);transition:opacity .4s cubic-bezier(.25,.8,.25,1),z-index 0 ease-in .4s;opacity:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerContainerComponent, decorators: [{
18
+ type: Component,
19
+ args: [{ selector: 'x-drawer-container', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
20
+ {
21
+ provide: X_DRAWER_CONTAINER,
22
+ useExisting: XDrawerContainerComponent
23
+ }
24
+ ], template: "<ng-content></ng-content>\r\n", styles: [".x-drawer-container{margin:0;padding:0;position:relative;z-index:1;box-sizing:border-box;display:block;overflow:hidden}.x-drawer-container .x-drawer{position:absolute;display:block;outline:0;z-index:2;transition:transform .2s ease-in,visibility .2s ease-in;visibility:hidden}.x-drawer-container .x-drawer-left{transform:translate(-100%);left:0;top:0}.x-drawer-container .x-drawer-right{transform:translate(100%);right:0;top:0}.x-drawer-container .x-drawer-top{transform:translateY(-100%);top:0;left:0}.x-drawer-container .x-drawer-bottom{transform:translateY(100%);bottom:0;left:0}.x-drawer-container .x-drawer-visible{transform:translate(0);visibility:inherit}.x-drawer-container .x-drawer-visible .x-drawer-backdrop{opacity:1;z-index:1}.x-drawer-container .x-drawer-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;pointer-events:auto;background:rgba(0,0,0,.32);transition:opacity .4s cubic-bezier(.25,.8,.25,1),z-index 0 ease-in .4s;opacity:0}\n"] }]
25
+ }], ctorParameters: function () { return []; }, propDecorators: { _has: [{
26
+ type: HostBinding,
27
+ args: ['class.x-drawer-container']
28
+ }] } });
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9kcmF3ZXIvZHJhd2VyLWNvbnRhaW5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9kcmF3ZXIvZHJhd2VyLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFlakYsTUFBTSxPQUFPLHlCQUEwQixTQUFRLHdCQUF3QjtJQUVyRTtRQUNFLEtBQUssRUFBRSxDQUFDO1FBRitCLFNBQUksR0FBRyxJQUFJLENBQUM7SUFHckQsQ0FBQzs7NEpBSlUseUJBQXlCO2dKQUF6Qix5QkFBeUIsZ0hBUHpCO1FBQ1Q7WUFDRSxPQUFPLEVBQUUsa0JBQWtCO1lBQzNCLFdBQVcsRUFBRSx5QkFBeUI7U0FDdkM7S0FDRixpRENkSCwrQkFDQTsyRkRlYSx5QkFBeUI7a0JBYnJDLFNBQVM7K0JBQ0Usb0JBQW9CLGlCQUdmLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sYUFDcEM7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLGtCQUFrQjs0QkFDM0IsV0FBVywyQkFBMkI7eUJBQ3ZDO3FCQUNGOzBFQUd3QyxJQUFJO3NCQUE1QyxXQUFXO3VCQUFDLDBCQUEwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBYRHJhd2VyQ29udGFpbmVyUHJvcGVydHksIFhfRFJBV0VSX0NPTlRBSU5FUiB9IGZyb20gJy4vZHJhd2VyLnByb3BlcnR5JztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAneC1kcmF3ZXItY29udGFpbmVyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vZHJhd2VyLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vZHJhd2VyLWNvbnRhaW5lci5jb21wb25lbnQuc2NzcyddLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbiAgcHJvdmlkZXJzOiBbXHJcbiAgICB7XHJcbiAgICAgIHByb3ZpZGU6IFhfRFJBV0VSX0NPTlRBSU5FUixcclxuICAgICAgdXNlRXhpc3Rpbmc6IFhEcmF3ZXJDb250YWluZXJDb21wb25lbnRcclxuICAgIH1cclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBYRHJhd2VyQ29udGFpbmVyQ29tcG9uZW50IGV4dGVuZHMgWERyYXdlckNvbnRhaW5lclByb3BlcnR5IHtcclxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLngtZHJhd2VyLWNvbnRhaW5lcicpIF9oYXMgPSB0cnVlO1xyXG4gIGNvbnN0cnVjdG9yKCkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcbn1cclxuIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG4iXX0=
@@ -0,0 +1,52 @@
1
+ import { BasePortalOutlet, CdkPortalOutlet } from '@angular/cdk/portal';
2
+ import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, HostListener, ViewChild, ViewEncapsulation } from '@angular/core';
3
+ import { XSlideAnimation } from '@ng-nest/ui/core';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/cdk/portal";
6
+ export class XDrawerPortalComponent extends BasePortalOutlet {
7
+ constructor() {
8
+ super();
9
+ this._has = true;
10
+ this.animationChanged = new EventEmitter();
11
+ }
12
+ done({ toState, totalTime }) {
13
+ this.animationChanged.next({ action: 'done', state: toState, totalTime });
14
+ }
15
+ start({ toState, totalTime }) {
16
+ this.animationChanged.next({ action: 'start', state: toState, totalTime });
17
+ }
18
+ attachComponentPortal(portal) {
19
+ if (this.portalOutlet.hasAttached()) {
20
+ throw Error('drawer portal has attached');
21
+ }
22
+ return this.portalOutlet.attachComponentPortal(portal);
23
+ }
24
+ attachTemplatePortal(portal) {
25
+ if (this.portalOutlet.hasAttached()) {
26
+ throw Error('drawer portal has attached');
27
+ }
28
+ return this.portalOutlet.attachTemplatePortal(portal);
29
+ }
30
+ }
31
+ /** @nocollapse */ /** @nocollapse */ XDrawerPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerPortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
32
+ /** @nocollapse */ /** @nocollapse */ XDrawerPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XDrawerPortalComponent, selector: "x-drawer-portal", host: { listeners: { "@x-slide-animation.done": "done($event)", "@x-slide-animation.start": "start($event)" }, properties: { "class.x-drawer-portal": "this._has", "@x-slide-animation": "this.placement" } }, viewQueries: [{ propertyName: "portalOutlet", first: true, predicate: CdkPortalOutlet, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-template cdkPortalOutlet></ng-template>\r\n", styles: [".x-drawer-portal{margin:0;padding:0;height:100%;width:100%;background-color:var(--x-background);position:relative;box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color);overflow:auto;padding:1rem}.x-drawer-portal-title{display:block;margin:0 0 .5rem;font-weight:600;color:var(--x-text-300);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-drawer-portal-content{display:block;margin:0 -1rem;padding:0 1rem;overflow:auto}\n"], directives: [{ type: i1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], animations: [XSlideAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerPortalComponent, decorators: [{
34
+ type: Component,
35
+ args: [{ selector: 'x-drawer-portal', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [XSlideAnimation], template: "<ng-template cdkPortalOutlet></ng-template>\r\n", styles: [".x-drawer-portal{margin:0;padding:0;height:100%;width:100%;background-color:var(--x-background);position:relative;box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color);overflow:auto;padding:1rem}.x-drawer-portal-title{display:block;margin:0 0 .5rem;font-weight:600;color:var(--x-text-300);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-drawer-portal-content{display:block;margin:0 -1rem;padding:0 1rem;overflow:auto}\n"] }]
36
+ }], ctorParameters: function () { return []; }, propDecorators: { _has: [{
37
+ type: HostBinding,
38
+ args: ['class.x-drawer-portal']
39
+ }], placement: [{
40
+ type: HostBinding,
41
+ args: ['@x-slide-animation']
42
+ }], done: [{
43
+ type: HostListener,
44
+ args: ['@x-slide-animation.done', ['$event']]
45
+ }], start: [{
46
+ type: HostListener,
47
+ args: ['@x-slide-animation.start', ['$event']]
48
+ }], portalOutlet: [{
49
+ type: ViewChild,
50
+ args: [CdkPortalOutlet, { static: true }]
51
+ }] } });
52
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLXBvcnRhbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9kcmF3ZXIvZHJhd2VyLXBvcnRhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9kcmF3ZXIvZHJhd2VyLXBvcnRhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsZUFBZSxFQUFtQyxNQUFNLHFCQUFxQixDQUFDO0FBQ3pHLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUdULFlBQVksRUFDWixXQUFXLEVBQ1gsWUFBWSxFQUNaLFNBQVMsRUFDVCxpQkFBaUIsRUFDbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7QUFZbkQsTUFBTSxPQUFPLHNCQUF1QixTQUFRLGdCQUFnQjtJQWExRDtRQUNFLEtBQUssRUFBRSxDQUFDO1FBYjRCLFNBQUksR0FBRyxJQUFJLENBQUM7UUFVbEQscUJBQWdCLEdBQUcsSUFBSSxZQUFZLEVBQXlCLENBQUM7SUFJN0QsQ0FBQztJQVpvRCxJQUFJLENBQUMsRUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFrQjtRQUM5RixJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsT0FBZ0MsRUFBRSxTQUFTLEVBQUUsQ0FBQyxDQUFDO0lBQ3JHLENBQUM7SUFDcUQsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLFNBQVMsRUFBa0I7UUFDaEcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxFQUFFLE1BQU0sRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE9BQWdDLEVBQUUsU0FBUyxFQUFFLENBQUMsQ0FBQztJQUN0RyxDQUFDO0lBU0QscUJBQXFCLENBQUksTUFBMEI7UUFDakQsSUFBSSxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsRUFBRSxFQUFFO1lBQ25DLE1BQU0sS0FBSyxDQUFDLDRCQUE0QixDQUFDLENBQUM7U0FDM0M7UUFDRCxPQUFPLElBQUksQ0FBQyxZQUFZLENBQUMscUJBQXFCLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDekQsQ0FBQztJQUNELG9CQUFvQixDQUFJLE1BQXlCO1FBQy9DLElBQUksSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLEVBQUUsRUFBRTtZQUNuQyxNQUFNLEtBQUssQ0FBQyw0QkFBNEIsQ0FBQyxDQUFDO1NBQzNDO1FBQ0QsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDLG9CQUFvQixDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQ3hELENBQUM7O3lKQTVCVSxzQkFBc0I7NklBQXRCLHNCQUFzQixvVEFTdEIsZUFBZSxxRkNqQzVCLGlEQUNBLG1uQkRxQmMsQ0FBQyxlQUFlLENBQUM7MkZBRWxCLHNCQUFzQjtrQkFSbEMsU0FBUzsrQkFDRSxpQkFBaUIsaUJBR1osaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxDQUFDLGVBQWUsQ0FBQzswRUFHUyxJQUFJO3NCQUF6QyxXQUFXO3VCQUFDLHVCQUF1QjtnQkFDTSxTQUFTO3NCQUFsRCxXQUFXO3VCQUFDLG9CQUFvQjtnQkFDb0IsSUFBSTtzQkFBeEQsWUFBWTt1QkFBQyx5QkFBeUIsRUFBRSxDQUFDLFFBQVEsQ0FBQztnQkFHRyxLQUFLO3NCQUExRCxZQUFZO3VCQUFDLDBCQUEwQixFQUFFLENBQUMsUUFBUSxDQUFDO2dCQUdOLFlBQVk7c0JBQXpELFNBQVM7dUJBQUMsZUFBZSxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhc2VQb3J0YWxPdXRsZXQsIENka1BvcnRhbE91dGxldCwgQ29tcG9uZW50UG9ydGFsLCBUZW1wbGF0ZVBvcnRhbCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xyXG5pbXBvcnQge1xyXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxyXG4gIENvbXBvbmVudCxcclxuICBDb21wb25lbnRSZWYsXHJcbiAgRW1iZWRkZWRWaWV3UmVmLFxyXG4gIEV2ZW50RW1pdHRlcixcclxuICBIb3N0QmluZGluZyxcclxuICBIb3N0TGlzdGVuZXIsXHJcbiAgVmlld0NoaWxkLFxyXG4gIFZpZXdFbmNhcHN1bGF0aW9uXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFhTbGlkZUFuaW1hdGlvbiB9IGZyb20gJ0BuZy1uZXN0L3VpL2NvcmUnO1xyXG5pbXBvcnQgeyBYRHJhd2VyQW5pbWF0aW9uRXZlbnQsIFhEcmF3ZXJBbmltYXRpb25TdGF0ZSB9IGZyb20gJy4vZHJhd2VyLnByb3BlcnR5JztcclxuaW1wb3J0IHsgQW5pbWF0aW9uRXZlbnQgfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAneC1kcmF3ZXItcG9ydGFsJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vZHJhd2VyLXBvcnRhbC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vZHJhd2VyLXBvcnRhbC5jb21wb25lbnQuc2NzcyddLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbiAgYW5pbWF0aW9uczogW1hTbGlkZUFuaW1hdGlvbl1cclxufSlcclxuZXhwb3J0IGNsYXNzIFhEcmF3ZXJQb3J0YWxDb21wb25lbnQgZXh0ZW5kcyBCYXNlUG9ydGFsT3V0bGV0IHtcclxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLngtZHJhd2VyLXBvcnRhbCcpIF9oYXMgPSB0cnVlO1xyXG4gIEBIb3N0QmluZGluZygnQHgtc2xpZGUtYW5pbWF0aW9uJykgcHVibGljIHBsYWNlbWVudD86IFhEcmF3ZXJBbmltYXRpb25TdGF0ZTtcclxuICBASG9zdExpc3RlbmVyKCdAeC1zbGlkZS1hbmltYXRpb24uZG9uZScsIFsnJGV2ZW50J10pIGRvbmUoeyB0b1N0YXRlLCB0b3RhbFRpbWUgfTogQW5pbWF0aW9uRXZlbnQpIHtcclxuICAgIHRoaXMuYW5pbWF0aW9uQ2hhbmdlZC5uZXh0KHsgYWN0aW9uOiAnZG9uZScsIHN0YXRlOiB0b1N0YXRlIGFzIFhEcmF3ZXJBbmltYXRpb25TdGF0ZSwgdG90YWxUaW1lIH0pO1xyXG4gIH1cclxuICBASG9zdExpc3RlbmVyKCdAeC1zbGlkZS1hbmltYXRpb24uc3RhcnQnLCBbJyRldmVudCddKSBzdGFydCh7IHRvU3RhdGUsIHRvdGFsVGltZSB9OiBBbmltYXRpb25FdmVudCkge1xyXG4gICAgdGhpcy5hbmltYXRpb25DaGFuZ2VkLm5leHQoeyBhY3Rpb246ICdzdGFydCcsIHN0YXRlOiB0b1N0YXRlIGFzIFhEcmF3ZXJBbmltYXRpb25TdGF0ZSwgdG90YWxUaW1lIH0pO1xyXG4gIH1cclxuICBAVmlld0NoaWxkKENka1BvcnRhbE91dGxldCwgeyBzdGF0aWM6IHRydWUgfSkgcG9ydGFsT3V0bGV0ITogQ2RrUG9ydGFsT3V0bGV0O1xyXG5cclxuICBhbmltYXRpb25DaGFuZ2VkID0gbmV3IEV2ZW50RW1pdHRlcjxYRHJhd2VyQW5pbWF0aW9uRXZlbnQ+KCk7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcblxyXG4gIGF0dGFjaENvbXBvbmVudFBvcnRhbDxUPihwb3J0YWw6IENvbXBvbmVudFBvcnRhbDxUPik6IENvbXBvbmVudFJlZjxUPiB7XHJcbiAgICBpZiAodGhpcy5wb3J0YWxPdXRsZXQuaGFzQXR0YWNoZWQoKSkge1xyXG4gICAgICB0aHJvdyBFcnJvcignZHJhd2VyIHBvcnRhbCBoYXMgYXR0YWNoZWQnKTtcclxuICAgIH1cclxuICAgIHJldHVybiB0aGlzLnBvcnRhbE91dGxldC5hdHRhY2hDb21wb25lbnRQb3J0YWwocG9ydGFsKTtcclxuICB9XHJcbiAgYXR0YWNoVGVtcGxhdGVQb3J0YWw8Qz4ocG9ydGFsOiBUZW1wbGF0ZVBvcnRhbDxDPik6IEVtYmVkZGVkVmlld1JlZjxDPiB7XHJcbiAgICBpZiAodGhpcy5wb3J0YWxPdXRsZXQuaGFzQXR0YWNoZWQoKSkge1xyXG4gICAgICB0aHJvdyBFcnJvcignZHJhd2VyIHBvcnRhbCBoYXMgYXR0YWNoZWQnKTtcclxuICAgIH1cclxuICAgIHJldHVybiB0aGlzLnBvcnRhbE91dGxldC5hdHRhY2hUZW1wbGF0ZVBvcnRhbChwb3J0YWwpO1xyXG4gIH1cclxufVxyXG4iLCI8bmctdGVtcGxhdGUgY2RrUG9ydGFsT3V0bGV0PjwvbmctdGVtcGxhdGU+XHJcbiJdfQ==
@@ -0,0 +1,57 @@
1
+ import { Directive, HostBinding, HostListener, Optional } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./drawer-ref";
4
+ export class XDrawerCloseDirective {
5
+ constructor(drawerRef) {
6
+ this.drawerRef = drawerRef;
7
+ }
8
+ onCloseClick() {
9
+ this.drawerRef && this.drawerRef.close();
10
+ }
11
+ }
12
+ /** @nocollapse */ /** @nocollapse */ XDrawerCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerCloseDirective, deps: [{ token: i1.XDrawerRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
13
+ /** @nocollapse */ /** @nocollapse */ XDrawerCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: XDrawerCloseDirective, selector: "[x-drawer-close]", host: { listeners: { "click": "onCloseClick($event)" } }, ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerCloseDirective, decorators: [{
15
+ type: Directive,
16
+ args: [{
17
+ selector: `[x-drawer-close]`
18
+ }]
19
+ }], ctorParameters: function () { return [{ type: i1.XDrawerRef, decorators: [{
20
+ type: Optional
21
+ }] }]; }, propDecorators: { onCloseClick: [{
22
+ type: HostListener,
23
+ args: ['click', ['$event']]
24
+ }] } });
25
+ export class XDrawerTitleDirective {
26
+ constructor() {
27
+ this._has = true;
28
+ }
29
+ }
30
+ /** @nocollapse */ /** @nocollapse */ XDrawerTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
31
+ /** @nocollapse */ /** @nocollapse */ XDrawerTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: XDrawerTitleDirective, selector: "[x-drawer-title]", host: { properties: { "class.x-drawer-portal-title": "this._has" } }, ngImport: i0 });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerTitleDirective, decorators: [{
33
+ type: Directive,
34
+ args: [{
35
+ selector: `[x-drawer-title]`
36
+ }]
37
+ }], propDecorators: { _has: [{
38
+ type: HostBinding,
39
+ args: ['class.x-drawer-portal-title']
40
+ }] } });
41
+ export class XDrawerContentDirective {
42
+ constructor() {
43
+ this._has = true;
44
+ }
45
+ }
46
+ /** @nocollapse */ /** @nocollapse */ XDrawerContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
47
+ /** @nocollapse */ /** @nocollapse */ XDrawerContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: XDrawerContentDirective, selector: "[x-drawer-content], x-drawer-content", host: { properties: { "class.x-drawer-portal-content": "this._has" } }, ngImport: i0 });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerContentDirective, decorators: [{
49
+ type: Directive,
50
+ args: [{
51
+ selector: `[x-drawer-content], x-drawer-content`
52
+ }]
53
+ }], propDecorators: { _has: [{
54
+ type: HostBinding,
55
+ args: ['class.x-drawer-portal-content']
56
+ }] } });
57
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLXBvcnRhbC5kaXJlY3RpdmVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvZHJhd2VyL2RyYXdlci1wb3J0YWwuZGlyZWN0aXZlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxZQUFZLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFNL0UsTUFBTSxPQUFPLHFCQUFxQjtJQUloQyxZQUErQixTQUEwQjtRQUExQixjQUFTLEdBQVQsU0FBUyxDQUFpQjtJQUFHLENBQUM7SUFIMUIsWUFBWTtRQUM3QyxJQUFJLENBQUMsU0FBUyxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDM0MsQ0FBQzs7d0pBSFUscUJBQXFCOzRJQUFyQixxQkFBcUI7MkZBQXJCLHFCQUFxQjtrQkFIakMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsa0JBQWtCO2lCQUM3Qjs7MEJBS2MsUUFBUTs0Q0FIYyxZQUFZO3NCQUE5QyxZQUFZO3VCQUFDLE9BQU8sRUFBRSxDQUFDLFFBQVEsQ0FBQzs7QUFTbkMsTUFBTSxPQUFPLHFCQUFxQjtJQUhsQztRQUk4QyxTQUFJLEdBQUcsSUFBSSxDQUFDO0tBQ3pEOzt3SkFGWSxxQkFBcUI7NElBQXJCLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQUhqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxrQkFBa0I7aUJBQzdCOzhCQUU2QyxJQUFJO3NCQUEvQyxXQUFXO3VCQUFDLDZCQUE2Qjs7QUFNNUMsTUFBTSxPQUFPLHVCQUF1QjtJQUhwQztRQUlnRCxTQUFJLEdBQUcsSUFBSSxDQUFDO0tBQzNEOzswSkFGWSx1QkFBdUI7OElBQXZCLHVCQUF1QjsyRkFBdkIsdUJBQXVCO2tCQUhuQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxzQ0FBc0M7aUJBQ2pEOzhCQUUrQyxJQUFJO3NCQUFqRCxXQUFXO3VCQUFDLCtCQUErQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcsIEhvc3RMaXN0ZW5lciwgT3B0aW9uYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgWERyYXdlclJlZiB9IGZyb20gJy4vZHJhd2VyLXJlZic7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICBzZWxlY3RvcjogYFt4LWRyYXdlci1jbG9zZV1gXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBYRHJhd2VyQ2xvc2VEaXJlY3RpdmUge1xyXG4gIEBIb3N0TGlzdGVuZXIoJ2NsaWNrJywgWyckZXZlbnQnXSkgb25DbG9zZUNsaWNrKCkge1xyXG4gICAgdGhpcy5kcmF3ZXJSZWYgJiYgdGhpcy5kcmF3ZXJSZWYuY2xvc2UoKTtcclxuICB9XHJcbiAgY29uc3RydWN0b3IoQE9wdGlvbmFsKCkgcHVibGljIGRyYXdlclJlZjogWERyYXdlclJlZjxhbnk+KSB7fVxyXG59XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICBzZWxlY3RvcjogYFt4LWRyYXdlci10aXRsZV1gXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBYRHJhd2VyVGl0bGVEaXJlY3RpdmUge1xyXG4gIEBIb3N0QmluZGluZygnY2xhc3MueC1kcmF3ZXItcG9ydGFsLXRpdGxlJykgX2hhcyA9IHRydWU7XHJcbn1cclxuXHJcbkBEaXJlY3RpdmUoe1xyXG4gIHNlbGVjdG9yOiBgW3gtZHJhd2VyLWNvbnRlbnRdLCB4LWRyYXdlci1jb250ZW50YFxyXG59KVxyXG5leHBvcnQgY2xhc3MgWERyYXdlckNvbnRlbnREaXJlY3RpdmUge1xyXG4gIEBIb3N0QmluZGluZygnY2xhc3MueC1kcmF3ZXItcG9ydGFsLWNvbnRlbnQnKSBfaGFzID0gdHJ1ZTtcclxufVxyXG4iXX0=
@@ -0,0 +1,17 @@
1
+ import { filter, take } from 'rxjs';
2
+ // TODO: add more function
3
+ export class XDrawerRef {
4
+ constructor(overlayRef, containerInstance) {
5
+ this.overlayRef = overlayRef;
6
+ this.containerInstance = containerInstance;
7
+ }
8
+ close() {
9
+ this.containerInstance.animationChanged
10
+ .pipe(filter((event) => event.state === 'void' && event.action === 'done'), take(1))
11
+ .subscribe(() => {
12
+ this.overlayRef.detach();
13
+ });
14
+ this.containerInstance.placement = 'void';
15
+ }
16
+ }
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLXJlZi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYi9uZy1uZXN0L3VpL2RyYXdlci9kcmF3ZXItcmVmLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBR3BDLDBCQUEwQjtBQUMxQixNQUFNLE9BQU8sVUFBVTtJQUVyQixZQUFtQixVQUFzQixFQUFTLGlCQUF5QztRQUF4RSxlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQVMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUF3QjtJQUFHLENBQUM7SUFDL0YsS0FBSztRQUNILElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxnQkFBZ0I7YUFDcEMsSUFBSSxDQUNILE1BQU0sQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsS0FBSyxDQUFDLEtBQUssS0FBSyxNQUFNLElBQUksS0FBSyxDQUFDLE1BQU0sS0FBSyxNQUFNLENBQUMsRUFDcEUsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUNSO2FBQ0EsU0FBUyxDQUFDLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyxVQUFVLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDM0IsQ0FBQyxDQUFDLENBQUM7UUFDTCxJQUFJLENBQUMsaUJBQWlCLENBQUMsU0FBUyxHQUFHLE1BQU0sQ0FBQztJQUM1QyxDQUFDO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBPdmVybGF5UmVmIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xyXG5pbXBvcnQgeyBmaWx0ZXIsIHRha2UgfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgWERyYXdlclBvcnRhbENvbXBvbmVudCB9IGZyb20gJy4vZHJhd2VyLXBvcnRhbC5jb21wb25lbnQnO1xyXG5cclxuLy8gVE9ETzogYWRkIG1vcmUgZnVuY3Rpb25cclxuZXhwb3J0IGNsYXNzIFhEcmF3ZXJSZWY8Qz4ge1xyXG4gIGNvbXBvbmVudEluc3RhbmNlITogQztcclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgb3ZlcmxheVJlZjogT3ZlcmxheVJlZiwgcHVibGljIGNvbnRhaW5lckluc3RhbmNlOiBYRHJhd2VyUG9ydGFsQ29tcG9uZW50KSB7fVxyXG4gIGNsb3NlKCkge1xyXG4gICAgdGhpcy5jb250YWluZXJJbnN0YW5jZS5hbmltYXRpb25DaGFuZ2VkXHJcbiAgICAgIC5waXBlKFxyXG4gICAgICAgIGZpbHRlcigoZXZlbnQpID0+IGV2ZW50LnN0YXRlID09PSAndm9pZCcgJiYgZXZlbnQuYWN0aW9uID09PSAnZG9uZScpLFxyXG4gICAgICAgIHRha2UoMSlcclxuICAgICAgKVxyXG4gICAgICAuc3Vic2NyaWJlKCgpID0+IHtcclxuICAgICAgICB0aGlzLm92ZXJsYXlSZWYuZGV0YWNoKCk7XHJcbiAgICAgIH0pO1xyXG4gICAgdGhpcy5jb250YWluZXJJbnN0YW5jZS5wbGFjZW1lbnQgPSAndm9pZCc7XHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -1,6 +1,6 @@
1
- import { Component, ViewEncapsulation, ChangeDetectionStrategy, ViewChild } from '@angular/core';
2
- import { XDrawerPrefix, XDrawerProperty } from './drawer.property';
3
- import { XIsChange, XIsEmpty, XSlideAnimation } from '@ng-nest/ui/core';
1
+ import { Component, ViewEncapsulation, ChangeDetectionStrategy, ViewChild, Optional, Inject, HostBinding } from '@angular/core';
2
+ import { XDrawerPrefix, XDrawerProperty, X_DRAWER_CONTAINER } from './drawer.property';
3
+ import { XIsChange, XIsEmpty, XSlideAnimation, XClearClass } from '@ng-nest/ui/core';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/cdk/overlay";
6
6
  import * as i2 from "@ng-nest/ui/portal";
@@ -8,8 +8,9 @@ import * as i3 from "@ng-nest/ui/core";
8
8
  import * as i4 from "@ng-nest/ui/button";
9
9
  import * as i5 from "@angular/common";
10
10
  import * as i6 from "@ng-nest/ui/outlet";
11
+ import * as i7 from "./drawer-container.component";
11
12
  export class XDrawerComponent extends XDrawerProperty {
12
- constructor(renderer, elementRef, cdr, overlay, portalService, viewContainerRef, configService) {
13
+ constructor(renderer, elementRef, cdr, overlay, portalService, viewContainerRef, configService, container) {
13
14
  super();
14
15
  this.renderer = renderer;
15
16
  this.elementRef = elementRef;
@@ -18,14 +19,25 @@ export class XDrawerComponent extends XDrawerProperty {
18
19
  this.portalService = portalService;
19
20
  this.viewContainerRef = viewContainerRef;
20
21
  this.configService = configService;
22
+ this.container = container;
21
23
  this.back$ = null;
24
+ this.width = '100%';
25
+ this.height = '100%';
26
+ }
27
+ get getVisible() {
28
+ return this.visible;
22
29
  }
23
30
  ngOnInit() {
24
31
  this.setClassMap();
32
+ this.setSize();
25
33
  }
26
34
  ngOnChanges(simples) {
27
- const { visible } = simples;
35
+ const { visible, placement } = simples;
28
36
  XIsChange(visible) && this.setVisible();
37
+ if (XIsChange(placement)) {
38
+ this.setClassMap();
39
+ this.setSize();
40
+ }
29
41
  }
30
42
  ngOnDestroy() {
31
43
  this.unsubscribe();
@@ -34,11 +46,22 @@ export class XDrawerComponent extends XDrawerProperty {
34
46
  this.back$?.unsubscribe();
35
47
  }
36
48
  setClassMap() {
49
+ XClearClass(this.classMap);
37
50
  this.classMap = {
38
51
  [`${XDrawerPrefix}-${this.placement}`]: !XIsEmpty(this.placement),
39
52
  [`${XDrawerPrefix}-no-title`]: XIsEmpty(this.title)
40
53
  };
41
54
  }
55
+ setSize() {
56
+ if (this.container)
57
+ [this.width, this.height] = this.getSize();
58
+ }
59
+ getSize() {
60
+ return [
61
+ this.placement === 'left' || this.placement === 'right' ? this.size : '100%',
62
+ this.placement === 'top' || this.placement === 'bottom' ? this.size : '100%'
63
+ ];
64
+ }
42
65
  setVisible() {
43
66
  if (this.visible) {
44
67
  this.createPortal();
@@ -48,14 +71,15 @@ export class XDrawerComponent extends XDrawerProperty {
48
71
  }
49
72
  }
50
73
  createPortal() {
51
- const width = this.placement === 'left' || this.placement === 'right' ? this.size : '100%';
52
- const height = this.placement === 'top' || this.placement === 'bottom' ? this.size : '100%';
74
+ if (this.container)
75
+ return;
76
+ const [width, height] = this.getSize();
53
77
  this.portal = this.portalService.attach({
54
78
  content: this.drawerTpl,
55
79
  viewContainerRef: this.viewContainerRef,
56
80
  overlayConfig: {
57
81
  hasBackdrop: true,
58
- scrollStrategy: this.overlay.scrollStrategies.reposition(),
82
+ scrollStrategy: this.overlay.scrollStrategies.block(),
59
83
  positionStrategy: this.portalService.setPosition(this.placement, width, height)
60
84
  }
61
85
  });
@@ -66,23 +90,35 @@ export class XDrawerComponent extends XDrawerProperty {
66
90
  return this.portal?.overlayRef?.hasAttached();
67
91
  }
68
92
  closePortal() {
69
- if (this.portalAttached()) {
70
- this.portal?.overlayRef?.detach();
71
- this.unsubscribe();
93
+ if (this.container) {
72
94
  this.visibleChange.emit(this.visible);
73
95
  this.close.emit();
74
- return true;
75
96
  }
76
- return false;
97
+ else {
98
+ if (this.portalAttached()) {
99
+ this.portal?.overlayRef?.detach();
100
+ this.unsubscribe();
101
+ this.visibleChange.emit(this.visible);
102
+ this.close.emit();
103
+ }
104
+ }
77
105
  }
78
106
  }
79
- /** @nocollapse */ /** @nocollapse */ XDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDrawerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i2.XPortalService }, { token: i0.ViewContainerRef }, { token: i3.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
80
- /** @nocollapse */ /** @nocollapse */ XDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: XDrawerComponent, selector: "x-drawer", viewQueries: [{ propertyName: "drawerTpl", first: true, predicate: ["drawerTpl"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ng-template #drawerTpl>\r\n <div class=\"x-drawer\" [ngClass]=\"classMap\" [@x-slide-animation]=\"placement\">\r\n <div class=\"x-drawer-header\" *ngIf=\"title\">\r\n <div class=\"x-drawer-title\">\r\n <ng-container *xOutlet=\"title\">{{ title }}</ng-container>\r\n </div>\r\n <x-button class=\"x-drawer-close\" icon=\"fto-x\" (click)=\"closePortal()\" onlyIcon closable></x-button>\r\n </div>\r\n <div class=\"x-drawer-content\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</ng-template>\r\n", styles: [".x-drawer{margin:0;padding:0;height:100%;width:100%;background-color:var(--x-background);position:relative;box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-drawer-header{padding:.5rem 1rem}.x-drawer-title{font-weight:600;color:var(--x-text-300);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-drawer-close{position:absolute;top:.425rem;right:.25rem}.x-drawer-title{padding:0}.x-drawer-content{padding:0 1rem .5rem;height:calc(100% - 2.5rem);overflow:auto}.x-drawer-no-title .x-drawer-content{padding:.5rem 1rem}\n"], components: [{ type: i4.XButtonComponent, selector: "x-button" }], directives: [{ type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }], animations: [XSlideAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDrawerComponent, decorators: [{
107
+ /** @nocollapse */ /** @nocollapse */ XDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i2.XPortalService }, { token: i0.ViewContainerRef }, { token: i3.XConfigService }, { token: X_DRAWER_CONTAINER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
108
+ /** @nocollapse */ /** @nocollapse */ XDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XDrawerComponent, selector: "x-drawer", host: { properties: { "class.x-drawer-visible": "this.getVisible" } }, viewQueries: [{ propertyName: "drawerTpl", first: true, predicate: ["drawerTpl"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ng-template #drawerTpl>\r\n <div class=\"x-drawer-backdrop\" *ngIf=\"container\" (click)=\"closePortal()\"></div>\r\n <div\r\n class=\"x-drawer\"\r\n [ngClass]=\"classMap\"\r\n [style.width]=\"width\"\r\n [style.height]=\"height\"\r\n [class.x-drawer-visible]=\"visible\"\r\n [@x-slide-animation]=\"placement\"\r\n >\r\n <div class=\"x-drawer-header\" *ngIf=\"title\">\r\n <div class=\"x-drawer-title\">\r\n <ng-container *xOutlet=\"title\">{{ title }}</ng-container>\r\n </div>\r\n <x-button class=\"x-drawer-close\" icon=\"fto-x\" (click)=\"closePortal()\" onlyIcon closable></x-button>\r\n </div>\r\n <div class=\"x-drawer-content\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</ng-template>\r\n<ng-container *ngIf=\"container\">\r\n <ng-container *ngTemplateOutlet=\"drawerTpl\"></ng-container>\r\n</ng-container>\r\n", styles: [".x-drawer{margin:0;padding:0;background-color:var(--x-background);position:relative;box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-drawer-header{padding:1rem 1rem .5rem}.x-drawer-title{font-weight:600;color:var(--x-text-300);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-drawer-close{position:absolute;top:.425rem;right:.425rem}.x-drawer-title{padding:0}.x-drawer-content{padding:0 1rem 1rem;height:calc(100% - 3rem);overflow:auto}.x-drawer-no-title .x-drawer-content{padding:.5rem 1rem}\n"], components: [{ type: i4.XButtonComponent, selector: "x-button" }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }, { type: i5.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [XSlideAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerComponent, decorators: [{
82
110
  type: Component,
83
- args: [{ selector: `${XDrawerPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [XSlideAnimation], template: "<ng-template #drawerTpl>\r\n <div class=\"x-drawer\" [ngClass]=\"classMap\" [@x-slide-animation]=\"placement\">\r\n <div class=\"x-drawer-header\" *ngIf=\"title\">\r\n <div class=\"x-drawer-title\">\r\n <ng-container *xOutlet=\"title\">{{ title }}</ng-container>\r\n </div>\r\n <x-button class=\"x-drawer-close\" icon=\"fto-x\" (click)=\"closePortal()\" onlyIcon closable></x-button>\r\n </div>\r\n <div class=\"x-drawer-content\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</ng-template>\r\n", styles: [".x-drawer{margin:0;padding:0;height:100%;width:100%;background-color:var(--x-background);position:relative;box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-drawer-header{padding:.5rem 1rem}.x-drawer-title{font-weight:600;color:var(--x-text-300);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-drawer-close{position:absolute;top:.425rem;right:.25rem}.x-drawer-title{padding:0}.x-drawer-content{padding:0 1rem .5rem;height:calc(100% - 2.5rem);overflow:auto}.x-drawer-no-title .x-drawer-content{padding:.5rem 1rem}\n"] }]
84
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i2.XPortalService }, { type: i0.ViewContainerRef }, { type: i3.XConfigService }]; }, propDecorators: { drawerTpl: [{
111
+ args: [{ selector: `${XDrawerPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [XSlideAnimation], template: "<ng-template #drawerTpl>\r\n <div class=\"x-drawer-backdrop\" *ngIf=\"container\" (click)=\"closePortal()\"></div>\r\n <div\r\n class=\"x-drawer\"\r\n [ngClass]=\"classMap\"\r\n [style.width]=\"width\"\r\n [style.height]=\"height\"\r\n [class.x-drawer-visible]=\"visible\"\r\n [@x-slide-animation]=\"placement\"\r\n >\r\n <div class=\"x-drawer-header\" *ngIf=\"title\">\r\n <div class=\"x-drawer-title\">\r\n <ng-container *xOutlet=\"title\">{{ title }}</ng-container>\r\n </div>\r\n <x-button class=\"x-drawer-close\" icon=\"fto-x\" (click)=\"closePortal()\" onlyIcon closable></x-button>\r\n </div>\r\n <div class=\"x-drawer-content\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n</ng-template>\r\n<ng-container *ngIf=\"container\">\r\n <ng-container *ngTemplateOutlet=\"drawerTpl\"></ng-container>\r\n</ng-container>\r\n", styles: [".x-drawer{margin:0;padding:0;background-color:var(--x-background);position:relative;box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-drawer-header{padding:1rem 1rem .5rem}.x-drawer-title{font-weight:600;color:var(--x-text-300);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-drawer-close{position:absolute;top:.425rem;right:.425rem}.x-drawer-title{padding:0}.x-drawer-content{padding:0 1rem 1rem;height:calc(100% - 3rem);overflow:auto}.x-drawer-no-title .x-drawer-content{padding:.5rem 1rem}\n"] }]
112
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i2.XPortalService }, { type: i0.ViewContainerRef }, { type: i3.XConfigService }, { type: i7.XDrawerContainerComponent, decorators: [{
113
+ type: Optional
114
+ }, {
115
+ type: Inject,
116
+ args: [X_DRAWER_CONTAINER]
117
+ }] }]; }, propDecorators: { getVisible: [{
118
+ type: HostBinding,
119
+ args: ['class.x-drawer-visible']
120
+ }], drawerTpl: [{
85
121
  type: ViewChild,
86
122
  args: ['drawerTpl', { static: true }]
87
123
  }] } });
88
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYi9uZy1uZXN0L3VpL2RyYXdlci9kcmF3ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvZHJhd2VyL2RyYXdlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUVULGlCQUFpQixFQUlqQix1QkFBdUIsRUFDdkIsU0FBUyxFQUtWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbkUsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsZUFBZSxFQUFrQixNQUFNLGtCQUFrQixDQUFDOzs7Ozs7OztBQWF4RixNQUFNLE9BQU8sZ0JBQWlCLFNBQVEsZUFBZTtJQUtuRCxZQUNTLFFBQW1CLEVBQ25CLFVBQXNCLEVBQ3RCLEdBQXNCLEVBQ3RCLE9BQWdCLEVBQ2hCLGFBQTZCLEVBQzdCLGdCQUFrQyxFQUNsQyxhQUE2QjtRQUVwQyxLQUFLLEVBQUUsQ0FBQztRQVJELGFBQVEsR0FBUixRQUFRLENBQVc7UUFDbkIsZUFBVSxHQUFWLFVBQVUsQ0FBWTtRQUN0QixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQUN0QixZQUFPLEdBQVAsT0FBTyxDQUFTO1FBQ2hCLGtCQUFhLEdBQWIsYUFBYSxDQUFnQjtRQUM3QixxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWtCO1FBQ2xDLGtCQUFhLEdBQWIsYUFBYSxDQUFnQjtRQVR0QyxVQUFLLEdBQXdCLElBQUksQ0FBQztJQVlsQyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsV0FBVyxDQUFDLE9BQXNCO1FBQ2hDLE1BQU0sRUFBRSxPQUFPLEVBQUUsR0FBRyxPQUFPLENBQUM7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LENBQUMsTUFBTSxjQUNuQyxDQUFDLGVBQWUsQ0FBQzt3UUFHYSxTQUFTO3NCQUFsRCxTQUFTO3VCQUFDLFdBQVcsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIENvbXBvbmVudCxcclxuICBPbkluaXQsXHJcbiAgVmlld0VuY2Fwc3VsYXRpb24sXHJcbiAgUmVuZGVyZXIyLFxyXG4gIEVsZW1lbnRSZWYsXHJcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXHJcbiAgVmlld0NoaWxkLFxyXG4gIFNpbXBsZUNoYW5nZXMsXHJcbiAgT25DaGFuZ2VzLFxyXG4gIFRlbXBsYXRlUmVmLFxyXG4gIFZpZXdDb250YWluZXJSZWZcclxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgWERyYXdlclByZWZpeCwgWERyYXdlclByb3BlcnR5IH0gZnJvbSAnLi9kcmF3ZXIucHJvcGVydHknO1xyXG5pbXBvcnQgeyBYSXNDaGFuZ2UsIFhJc0VtcHR5LCBYU2xpZGVBbmltYXRpb24sIFhDb25maWdTZXJ2aWNlIH0gZnJvbSAnQG5nLW5lc3QvdWkvY29yZSc7XHJcbmltcG9ydCB7IFhQb3J0YWxTZXJ2aWNlLCBYUG9ydGFsT3ZlcmxheVJlZiB9IGZyb20gJ0BuZy1uZXN0L3VpL3BvcnRhbCc7XHJcbmltcG9ydCB7IFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyBPdmVybGF5IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IGAke1hEcmF3ZXJQcmVmaXh9YCxcclxuICB0ZW1wbGF0ZVVybDogJy4vZHJhd2VyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9kcmF3ZXIuY29tcG9uZW50LnNjc3MnXSxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gIGFuaW1hdGlvbnM6IFtYU2xpZGVBbmltYXRpb25dXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBYRHJhd2VyQ29tcG9uZW50IGV4dGVuZHMgWERyYXdlclByb3BlcnR5IGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMge1xyXG4gIEBWaWV3Q2hpbGQoJ2RyYXdlclRwbCcsIHsgc3RhdGljOiB0cnVlIH0pIGRyYXdlclRwbCE6IFRlbXBsYXRlUmVmPHZvaWQ+O1xyXG4gIHBvcnRhbCE6IFhQb3J0YWxPdmVybGF5UmVmPGFueT47XHJcbiAgYmFjayQ6IFN1YnNjcmlwdGlvbiB8IG51bGwgPSBudWxsO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHB1YmxpYyByZW5kZXJlcjogUmVuZGVyZXIyLFxyXG4gICAgcHVibGljIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXHJcbiAgICBwdWJsaWMgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcclxuICAgIHB1YmxpYyBvdmVybGF5OiBPdmVybGF5LFxyXG4gICAgcHVibGljIHBvcnRhbFNlcnZpY2U6IFhQb3J0YWxTZXJ2aWNlLFxyXG4gICAgcHVibGljIHZpZXdDb250YWluZXJSZWY6IFZpZXdDb250YWluZXJSZWYsXHJcbiAgICBwdWJsaWMgY29uZmlnU2VydmljZTogWENvbmZpZ1NlcnZpY2VcclxuICApIHtcclxuICAgIHN1cGVyKCk7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpIHtcclxuICAgIHRoaXMuc2V0Q2xhc3NNYXAoKTtcclxuICB9XHJcblxyXG4gIG5nT25DaGFuZ2VzKHNpbXBsZXM6IFNpbXBsZUNoYW5nZXMpIHtcclxuICAgIGNvbnN0IHsgdmlzaWJsZSB9ID0gc2ltcGxlcztcclxuICAgIFhJc0NoYW5nZSh2aXNpYmxlKSAmJiB0aGlzLnNldFZpc2libGUoKTtcclxuICB9XHJcblxyXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xyXG4gICAgdGhpcy51bnN1YnNjcmliZSgpO1xyXG4gIH1cclxuXHJcbiAgdW5zdWJzY3JpYmUoKSB7XHJcbiAgICB0aGlzLmJhY2skPy51bnN1YnNjcmliZSgpO1xyXG4gIH1cclxuXHJcbiAgc2V0Q2xhc3NNYXAoKSB7XHJcbiAgICB0aGlzLmNsYXNzTWFwID0ge1xyXG4gICAgICBbYCR7WERyYXdlclByZWZpeH0tJHt0aGlzLnBsYWNlbWVudH1gXTogIVhJc0VtcHR5KHRoaXMucGxhY2VtZW50KSxcclxuICAgICAgW2Ake1hEcmF3ZXJQcmVmaXh9LW5vLXRpdGxlYF06IFhJc0VtcHR5KHRoaXMudGl0bGUpXHJcbiAgICB9O1xyXG4gIH1cclxuXHJcbiAgc2V0VmlzaWJsZSgpIHtcclxuICAgIGlmICh0aGlzLnZpc2libGUpIHtcclxuICAgICAgdGhpcy5jcmVhdGVQb3J0YWwoKTtcclxuICAgIH0gZWxzZSB7XHJcbiAgICAgIHRoaXMuY2xvc2VQb3J0YWwoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGNyZWF0ZVBvcnRhbCgpIHtcclxuICAgIGNvbnN0IHdpZHRoID0gdGhpcy5wbGFjZW1lbnQgPT09ICdsZWZ0JyB8fCB0aGlzLnBsYWNlbWVudCA9PT0gJ3JpZ2h0JyA/IHRoaXMuc2l6ZSA6ICcxMDAlJztcclxuICAgIGNvbnN0IGhlaWdodCA9IHRoaXMucGxhY2VtZW50ID09PSAndG9wJyB8fCB0aGlzLnBsYWNlbWVudCA9PT0gJ2JvdHRvbScgPyB0aGlzLnNpemUgOiAnMTAwJSc7XHJcbiAgICB0aGlzLnBvcnRhbCA9IHRoaXMucG9ydGFsU2VydmljZS5hdHRhY2goe1xyXG4gICAgICBjb250ZW50OiB0aGlzLmRyYXdlclRwbCxcclxuICAgICAgdmlld0NvbnRhaW5lclJlZjogdGhpcy52aWV3Q29udGFpbmVyUmVmLFxyXG4gICAgICBvdmVybGF5Q29uZmlnOiB7XHJcbiAgICAgICAgaGFzQmFja2Ryb3A6IHRydWUsXHJcbiAgICAgICAgc2Nyb2xsU3RyYXRlZ3k6IHRoaXMub3ZlcmxheS5zY3JvbGxTdHJhdGVnaWVzLnJlcG9zaXRpb24oKSxcclxuICAgICAgICBwb3NpdGlvblN0cmF0ZWd5OiB0aGlzLnBvcnRhbFNlcnZpY2Uuc2V0UG9zaXRpb24odGhpcy5wbGFjZW1lbnQsIHdpZHRoLCBoZWlnaHQpXHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gICAgaWYgKHRoaXMucG9ydGFsLm92ZXJsYXlSZWYpIHRoaXMuYmFjayQgPSB0aGlzLnBvcnRhbC5vdmVybGF5UmVmLmJhY2tkcm9wQ2xpY2soKS5zdWJzY3JpYmUoKCkgPT4gdGhpcy5jbG9zZVBvcnRhbCgpKTtcclxuICB9XHJcblxyXG4gIHBvcnRhbEF0dGFjaGVkKCkge1xyXG4gICAgcmV0dXJuIHRoaXMucG9ydGFsPy5vdmVybGF5UmVmPy5oYXNBdHRhY2hlZCgpO1xyXG4gIH1cclxuXHJcbiAgY2xvc2VQb3J0YWwoKSB7XHJcbiAgICBpZiAodGhpcy5wb3J0YWxBdHRhY2hlZCgpKSB7XHJcbiAgICAgIHRoaXMucG9ydGFsPy5vdmVybGF5UmVmPy5kZXRhY2goKTtcclxuICAgICAgdGhpcy51bnN1YnNjcmliZSgpO1xyXG4gICAgICB0aGlzLnZpc2libGVDaGFuZ2UuZW1pdCh0aGlzLnZpc2libGUgYXMgYm9vbGVhbik7XHJcbiAgICAgIHRoaXMuY2xvc2UuZW1pdCgpO1xyXG4gICAgICByZXR1cm4gdHJ1ZTtcclxuICAgIH1cclxuICAgIHJldHVybiBmYWxzZTtcclxuICB9XHJcbn1cclxuIiwiPG5nLXRlbXBsYXRlICNkcmF3ZXJUcGw+XHJcbiAgPGRpdiBjbGFzcz1cIngtZHJhd2VyXCIgW25nQ2xhc3NdPVwiY2xhc3NNYXBcIiBbQHgtc2xpZGUtYW5pbWF0aW9uXT1cInBsYWNlbWVudFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cIngtZHJhd2VyLWhlYWRlclwiICpuZ0lmPVwidGl0bGVcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cIngtZHJhd2VyLXRpdGxlXCI+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciAqeE91dGxldD1cInRpdGxlXCI+e3sgdGl0bGUgfX08L25nLWNvbnRhaW5lcj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDx4LWJ1dHRvbiBjbGFzcz1cIngtZHJhd2VyLWNsb3NlXCIgaWNvbj1cImZ0by14XCIgKGNsaWNrKT1cImNsb3NlUG9ydGFsKClcIiBvbmx5SWNvbiBjbG9zYWJsZT48L3gtYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwieC1kcmF3ZXItY29udGVudFwiPlxyXG4gICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9uZy10ZW1wbGF0ZT5cclxuIl19
124
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYi9uZy1uZXN0L3VpL2RyYXdlci9kcmF3ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvZHJhd2VyL2RyYXdlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUVULGlCQUFpQixFQUlqQix1QkFBdUIsRUFDdkIsU0FBUyxFQUtULFFBQVEsRUFDUixNQUFNLEVBQ04sV0FBVyxFQUNaLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDdkYsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsZUFBZSxFQUFrQixXQUFXLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7Ozs7Ozs7O0FBY3JHLE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxlQUFlO0lBVW5ELFlBQ1MsUUFBbUIsRUFDbkIsVUFBc0IsRUFDdEIsR0FBc0IsRUFDdEIsT0FBZ0IsRUFDaEIsYUFBNkIsRUFDN0IsZ0JBQWtDLEVBQ2xDLGFBQTZCLEVBQ1csU0FBcUM7UUFFcEYsS0FBSyxFQUFFLENBQUM7UUFURCxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQ25CLGVBQVUsR0FBVixVQUFVLENBQVk7UUFDdEIsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFDdEIsWUFBTyxHQUFQLE9BQU8sQ0FBUztRQUNoQixrQkFBYSxHQUFiLGFBQWEsQ0FBZ0I7UUFDN0IscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQUNsQyxrQkFBYSxHQUFiLGFBQWEsQ0FBZ0I7UUFDVyxjQUFTLEdBQVQsU0FBUyxDQUE0QjtRQVp0RixVQUFLLEdBQXdCLElBQUksQ0FBQztRQUNsQyxVQUFLLEdBQUcsTUFBTSxDQUFDO1FBQ2YsV0FB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RUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIENvbXBvbmVudCxcclxuICBPbkluaXQsXHJcbiAgVmlld0VuY2Fwc3VsYXRpb24sXHJcbiAgUmVuZGVyZXIyLFxyXG4gIEVsZW1lbnRSZWYsXHJcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXHJcbiAgVmlld0NoaWxkLFxyXG4gIFNpbXBsZUNoYW5nZXMsXHJcbiAgT25DaGFuZ2VzLFxyXG4gIFRlbXBsYXRlUmVmLFxyXG4gIFZpZXdDb250YWluZXJSZWYsXHJcbiAgT3B0aW9uYWwsXHJcbiAgSW5qZWN0LFxyXG4gIEhvc3RCaW5kaW5nXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFhEcmF3ZXJQcmVmaXgsIFhEcmF3ZXJQcm9wZXJ0eSwgWF9EUkFXRVJfQ09OVEFJTkVSIH0gZnJvbSAnLi9kcmF3ZXIucHJvcGVydHknO1xyXG5pbXBvcnQgeyBYSXNDaGFuZ2UsIFhJc0VtcHR5LCBYU2xpZGVBbmltYXRpb24sIFhDb25maWdTZXJ2aWNlLCBYQ2xlYXJDbGFzcyB9IGZyb20gJ0BuZy1uZXN0L3VpL2NvcmUnO1xyXG5pbXBvcnQgeyBYUG9ydGFsU2VydmljZSwgWFBvcnRhbE92ZXJsYXlSZWYgfSBmcm9tICdAbmctbmVzdC91aS9wb3J0YWwnO1xyXG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgT3ZlcmxheSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgWERyYXdlckNvbnRhaW5lckNvbXBvbmVudCB9IGZyb20gJy4vZHJhd2VyLWNvbnRhaW5lci5jb21wb25lbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IGAke1hEcmF3ZXJQcmVmaXh9YCxcclxuICB0ZW1wbGF0ZVVybDogJy4vZHJhd2VyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9kcmF3ZXIuY29tcG9uZW50LnNjc3MnXSxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gIGFuaW1hdGlvbnM6IFtYU2xpZGVBbmltYXRpb25dXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBYRHJhd2VyQ29tcG9uZW50IGV4dGVuZHMgWERyYXdlclByb3BlcnR5IGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMge1xyXG4gIEBIb3N0QmluZGluZygnY2xhc3MueC1kcmF3ZXItdmlzaWJsZScpIGdldCBnZXRWaXNpYmxlKCkge1xyXG4gICAgcmV0dXJuIHRoaXMudmlzaWJsZTtcclxuICB9XHJcbiAgQFZpZXdDaGlsZCgnZHJhd2VyVHBsJywgeyBzdGF0aWM6IHRydWUgfSkgZHJhd2VyVHBsITogVGVtcGxhdGVSZWY8dm9pZD47XHJcbiAgcG9ydGFsITogWFBvcnRhbE92ZXJsYXlSZWY8YW55PjtcclxuICBiYWNrJDogU3Vic2NyaXB0aW9uIHwgbnVsbCA9IG51bGw7XHJcbiAgd2lkdGggPSAnMTAwJSc7XHJcbiAgaGVpZ2h0ID0gJzEwMCUnO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHB1YmxpYyByZW5kZXJlcjogUmVuZGVyZXIyLFxyXG4gICAgcHVibGljIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXHJcbiAgICBwdWJsaWMgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcclxuICAgIHB1YmxpYyBvdmVybGF5OiBPdmVybGF5LFxyXG4gICAgcHVibGljIHBvcnRhbFNlcnZpY2U6IFhQb3J0YWxTZXJ2aWNlLFxyXG4gICAgcHVibGljIHZpZXdDb250YWluZXJSZWY6IFZpZXdDb250YWluZXJSZWYsXHJcbiAgICBwdWJsaWMgY29uZmlnU2VydmljZTogWENvbmZpZ1NlcnZpY2UsXHJcbiAgICBAT3B0aW9uYWwoKSBASW5qZWN0KFhfRFJBV0VSX0NPTlRBSU5FUikgcHVibGljIGNvbnRhaW5lcj86IFhEcmF3ZXJDb250YWluZXJDb21wb25lbnRcclxuICApIHtcclxuICAgIHN1cGVyKCk7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpIHtcclxuICAgIHRoaXMuc2V0Q2xhc3NNYXAoKTtcclxuICAgIHRoaXMuc2V0U2l6ZSgpO1xyXG4gIH1cclxuXHJcbiAgbmdPbkNoYW5nZXMoc2ltcGxlczogU2ltcGxlQ2hhbmdlcykge1xyXG4gICAgY29uc3QgeyB2aXNpYmxlLCBwbGFjZW1lbnQgfSA9IHNpbXBsZXM7XHJcbiAgICBYSXNDaGFuZ2UodmlzaWJsZSkgJiYgdGhpcy5zZXRWaXNpYmxlKCk7XHJcbiAgICBpZiAoWElzQ2hhbmdlKHBsYWNlbWVudCkpIHtcclxuICAgICAgdGhpcy5zZXRDbGFzc01hcCgpO1xyXG4gICAgICB0aGlzLnNldFNpemUoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xyXG4gICAgdGhpcy51bnN1YnNjcmliZSgpO1xyXG4gIH1cclxuXHJcbiAgdW5zdWJzY3JpYmUoKSB7XHJcbiAgICB0aGlzLmJhY2skPy51bnN1YnNjcmliZSgpO1xyXG4gIH1cclxuXHJcbiAgc2V0Q2xhc3NNYXAoKSB7XHJcbiAgICBYQ2xlYXJDbGFzcyh0aGlzLmNsYXNzTWFwKTtcclxuICAgIHRoaXMuY2xhc3NNYXAgPSB7XHJcbiAgICAgIFtgJHtYRHJhd2VyUHJlZml4fS0ke3RoaXMucGxhY2VtZW50fWBdOiAhWElzRW1wdHkodGhpcy5wbGFjZW1lbnQpLFxyXG4gICAgICBbYCR7WERyYXdlclByZWZpeH0tbm8tdGl0bGVgXTogWElzRW1wdHkodGhpcy50aXRsZSlcclxuICAgIH07XHJcbiAgfVxyXG5cclxuICBzZXRTaXplKCkge1xyXG4gICAgaWYgKHRoaXMuY29udGFpbmVyKSBbdGhpcy53aWR0aCwgdGhpcy5oZWlnaHRdID0gdGhpcy5nZXRTaXplKCk7XHJcbiAgfVxyXG5cclxuICBnZXRTaXplKCk6IHN0cmluZ1tdIHtcclxuICAgIHJldHVybiBbXHJcbiAgICAgIHRoaXMucGxhY2VtZW50ID09PSAnbGVmdCcgfHwgdGhpcy5wbGFjZW1lbnQgPT09ICdyaWdodCcgPyB0aGlzLnNpemUhIDogJzEwMCUnLFxyXG4gICAgICB0aGlzLnBsYWNlbWVudCA9PT0gJ3RvcCcgfHwgdGhpcy5wbGFjZW1lbnQgPT09ICdib3R0b20nID8gdGhpcy5zaXplISA6ICcxMDAlJ1xyXG4gICAgXTtcclxuICB9XHJcblxyXG4gIHNldFZpc2libGUoKSB7XHJcbiAgICBpZiAodGhpcy52aXNpYmxlKSB7XHJcbiAgICAgIHRoaXMuY3JlYXRlUG9ydGFsKCk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLmNsb3NlUG9ydGFsKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBjcmVhdGVQb3J0YWwoKSB7XHJcbiAgICBpZiAodGhpcy5jb250YWluZXIpIHJldHVybjtcclxuICAgIGNvbnN0IFt3aWR0aCwgaGVpZ2h0XSA9IHRoaXMuZ2V0U2l6ZSgpO1xyXG4gICAgdGhpcy5wb3J0YWwgPSB0aGlzLnBvcnRhbFNlcnZpY2UuYXR0YWNoKHtcclxuICAgICAgY29udGVudDogdGhpcy5kcmF3ZXJUcGwsXHJcbiAgICAgIHZpZXdDb250YWluZXJSZWY6IHRoaXMudmlld0NvbnRhaW5lclJlZixcclxuICAgICAgb3ZlcmxheUNvbmZpZzoge1xyXG4gICAgICAgIGhhc0JhY2tkcm9wOiB0cnVlLFxyXG4gICAgICAgIHNjcm9sbFN0cmF0ZWd5OiB0aGlzLm92ZXJsYXkuc2Nyb2xsU3RyYXRlZ2llcy5ibG9jaygpLFxyXG4gICAgICAgIHBvc2l0aW9uU3RyYXRlZ3k6IHRoaXMucG9ydGFsU2VydmljZS5zZXRQb3NpdGlvbih0aGlzLnBsYWNlbWVudCwgd2lkdGgsIGhlaWdodClcclxuICAgICAgfVxyXG4gICAgfSk7XHJcbiAgICBpZiAodGhpcy5wb3J0YWwub3ZlcmxheVJlZikgdGhpcy5iYWNrJCA9IHRoaXMucG9ydGFsLm92ZXJsYXlSZWYuYmFja2Ryb3BDbGljaygpLnN1YnNjcmliZSgoKSA9PiB0aGlzLmNsb3NlUG9ydGFsKCkpO1xyXG4gIH1cclxuXHJcbiAgcG9ydGFsQXR0YWNoZWQoKSB7XHJcbiAgICByZXR1cm4gdGhpcy5wb3J0YWw/Lm92ZXJsYXlSZWY/Lmhhc0F0dGFjaGVkKCk7XHJcbiAgfVxyXG5cclxuICBjbG9zZVBvcnRhbCgpIHtcclxuICAgIGlmICh0aGlzLmNvbnRhaW5lcikge1xyXG4gICAgICB0aGlzLnZpc2libGVDaGFuZ2UuZW1pdCh0aGlzLnZpc2libGUgYXMgYm9vbGVhbik7XHJcbiAgICAgIHRoaXMuY2xvc2UuZW1pdCgpO1xyXG4gICAgfSBlbHNlIHtcclxuICAgICAgaWYgKHRoaXMucG9ydGFsQXR0YWNoZWQoKSkge1xyXG4gICAgICAgIHRoaXMucG9ydGFsPy5vdmVybGF5UmVmPy5kZXRhY2goKTtcclxuICAgICAgICB0aGlzLnVuc3Vic2NyaWJlKCk7XHJcbiAgICAgICAgdGhpcy52aXNpYmxlQ2hhbmdlLmVtaXQodGhpcy52aXNpYmxlIGFzIGJvb2xlYW4pO1xyXG4gICAgICAgIHRoaXMuY2xvc2UuZW1pdCgpO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiIsIjxuZy10ZW1wbGF0ZSAjZHJhd2VyVHBsPlxyXG4gIDxkaXYgY2xhc3M9XCJ4LWRyYXdlci1iYWNrZHJvcFwiICpuZ0lmPVwiY29udGFpbmVyXCIgKGNsaWNrKT1cImNsb3NlUG9ydGFsKClcIj48L2Rpdj5cclxuICA8ZGl2XHJcbiAgICBjbGFzcz1cIngtZHJhd2VyXCJcclxuICAgIFtuZ0NsYXNzXT1cImNsYXNzTWFwXCJcclxuICAgIFtzdHlsZS53aWR0aF09XCJ3aWR0aFwiXHJcbiAgICBbc3R5bGUuaGVpZ2h0XT1cImhlaWdodFwiXHJcbiAgICBbY2xhc3MueC1kcmF3ZXItdmlzaWJsZV09XCJ2aXNpYmxlXCJcclxuICAgIFtAeC1zbGlkZS1hbmltYXRpb25dPVwicGxhY2VtZW50XCJcclxuICA+XHJcbiAgICA8ZGl2IGNsYXNzPVwieC1kcmF3ZXItaGVhZGVyXCIgKm5nSWY9XCJ0aXRsZVwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwieC1kcmF3ZXItdGl0bGVcIj5cclxuICAgICAgICA8bmctY29udGFpbmVyICp4T3V0bGV0PVwidGl0bGVcIj57eyB0aXRsZSB9fTwvbmctY29udGFpbmVyPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPHgtYnV0dG9uIGNsYXNzPVwieC1kcmF3ZXItY2xvc2VcIiBpY29uPVwiZnRvLXhcIiAoY2xpY2spPVwiY2xvc2VQb3J0YWwoKVwiIG9ubHlJY29uIGNsb3NhYmxlPjwveC1idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJ4LWRyYXdlci1jb250ZW50XCI+XHJcbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L25nLXRlbXBsYXRlPlxyXG48bmctY29udGFpbmVyICpuZ0lmPVwiY29udGFpbmVyXCI+XHJcbiAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImRyYXdlclRwbFwiPjwvbmctY29udGFpbmVyPlxyXG48L25nLWNvbnRhaW5lcj5cclxuIl19
@@ -4,19 +4,52 @@ import { XDrawerComponent } from './drawer.component';
4
4
  import { XOutletModule } from '@ng-nest/ui/outlet';
5
5
  import { XButtonModule } from '@ng-nest/ui/button';
6
6
  import { XPortalModule } from '@ng-nest/ui/portal';
7
- import { XDrawerProperty } from './drawer.property';
7
+ import { XDrawerContainerProperty, XDrawerProperty } from './drawer.property';
8
+ import { XDrawerService } from './drawer.service';
9
+ import { XDrawerPortalComponent } from './drawer-portal.component';
10
+ import { XDrawerCloseDirective, XDrawerContentDirective, XDrawerTitleDirective } from './drawer-portal.directives';
11
+ import { XDrawerContainerComponent } from './drawer-container.component';
8
12
  import * as i0 from "@angular/core";
9
13
  export class XDrawerModule {
10
14
  }
11
- /** @nocollapse */ /** @nocollapse */ XDrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- /** @nocollapse */ /** @nocollapse */ XDrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDrawerModule, declarations: [XDrawerComponent, XDrawerProperty], imports: [CommonModule, XOutletModule, XButtonModule, XPortalModule], exports: [XDrawerComponent] });
13
- /** @nocollapse */ /** @nocollapse */ XDrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDrawerModule, imports: [[CommonModule, XOutletModule, XButtonModule, XPortalModule]] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: XDrawerModule, decorators: [{
15
+ /** @nocollapse */ /** @nocollapse */ XDrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
+ /** @nocollapse */ /** @nocollapse */ XDrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerModule, declarations: [XDrawerComponent,
17
+ XDrawerCloseDirective,
18
+ XDrawerTitleDirective,
19
+ XDrawerContentDirective,
20
+ XDrawerPortalComponent,
21
+ XDrawerContainerComponent,
22
+ XDrawerProperty,
23
+ XDrawerContainerProperty], imports: [CommonModule, XOutletModule, XButtonModule, XPortalModule], exports: [XDrawerComponent,
24
+ XDrawerCloseDirective,
25
+ XDrawerTitleDirective,
26
+ XDrawerContentDirective,
27
+ XDrawerPortalComponent,
28
+ XDrawerContainerComponent] });
29
+ /** @nocollapse */ /** @nocollapse */ XDrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerModule, providers: [XDrawerService], imports: [[CommonModule, XOutletModule, XButtonModule, XPortalModule]] });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XDrawerModule, decorators: [{
15
31
  type: NgModule,
16
32
  args: [{
17
- declarations: [XDrawerComponent, XDrawerProperty],
18
- exports: [XDrawerComponent],
19
- imports: [CommonModule, XOutletModule, XButtonModule, XPortalModule]
33
+ declarations: [
34
+ XDrawerComponent,
35
+ XDrawerCloseDirective,
36
+ XDrawerTitleDirective,
37
+ XDrawerContentDirective,
38
+ XDrawerPortalComponent,
39
+ XDrawerContainerComponent,
40
+ XDrawerProperty,
41
+ XDrawerContainerProperty
42
+ ],
43
+ exports: [
44
+ XDrawerComponent,
45
+ XDrawerCloseDirective,
46
+ XDrawerTitleDirective,
47
+ XDrawerContentDirective,
48
+ XDrawerPortalComponent,
49
+ XDrawerContainerComponent
50
+ ],
51
+ imports: [CommonModule, XOutletModule, XButtonModule, XPortalModule],
52
+ providers: [XDrawerService]
20
53
  }]
21
54
  }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYi9uZy1uZXN0L3VpL2RyYXdlci9kcmF3ZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFPcEQsTUFBTSxPQUFPLGFBQWE7O2dKQUFiLGFBQWE7aUpBQWIsYUFBYSxpQkFKVCxnQkFBZ0IsRUFBRSxlQUFlLGFBRXRDLFlBQVksRUFBRSxhQUFhLEVBQUUsYUFBYSxFQUFFLGFBQWEsYUFEekQsZ0JBQWdCO2lKQUdmLGFBQWEsWUFGZixDQUFDLFlBQVksRUFBRSxhQUFhLEVBQUUsYUFBYSxFQUFFLGFBQWEsQ0FBQzsyRkFFekQsYUFBYTtrQkFMekIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxlQUFlLENBQUM7b0JBQ2pELE9BQU8sRUFBRSxDQUFDLGdCQUFnQixDQUFDO29CQUMzQixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxhQUFhLENBQUM7aUJBQ3JFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgWERyYXdlckNvbXBvbmVudCB9IGZyb20gJy4vZHJhd2VyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFhPdXRsZXRNb2R1bGUgfSBmcm9tICdAbmctbmVzdC91aS9vdXRsZXQnO1xyXG5pbXBvcnQgeyBYQnV0dG9uTW9kdWxlIH0gZnJvbSAnQG5nLW5lc3QvdWkvYnV0dG9uJztcclxuaW1wb3J0IHsgWFBvcnRhbE1vZHVsZSB9IGZyb20gJ0BuZy1uZXN0L3VpL3BvcnRhbCc7XHJcbmltcG9ydCB7IFhEcmF3ZXJQcm9wZXJ0eSB9IGZyb20gJy4vZHJhd2VyLnByb3BlcnR5JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbWERyYXdlckNvbXBvbmVudCwgWERyYXdlclByb3BlcnR5XSxcclxuICBleHBvcnRzOiBbWERyYXdlckNvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgWE91dGxldE1vZHVsZSwgWEJ1dHRvbk1vZHVsZSwgWFBvcnRhbE1vZHVsZV1cclxufSlcclxuZXhwb3J0IGNsYXNzIFhEcmF3ZXJNb2R1bGUge31cclxuIl19
55
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYi9uZy1uZXN0L3VpL2RyYXdlci9kcmF3ZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ25ELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxlQUFlLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUM5RSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDbEQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDbkUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLHVCQUF1QixFQUFFLHFCQUFxQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDbkgsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBd0J6RSxNQUFNLE9BQU8sYUFBYTs7Z0pBQWIsYUFBYTtpSkFBYixhQUFhLGlCQXBCdEIsZ0JBQWdCO1FBQ2hCLHFCQUFxQjtRQUNyQixxQkFBcUI7UUFDckIsdUJBQXVCO1FBQ3ZCLHNCQUFzQjtRQUN0Qix5QkFBeUI7UUFDekIsZUFBZTtRQUNmLHdCQUF3QixhQVVoQixZQUFZLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxhQUFhLGFBUGpFLGdCQUFnQjtRQUNoQixxQkFBcUI7UUFDckIscUJBQXFCO1FBQ3JCLHVCQUF1QjtRQUN2QixzQkFBc0I7UUFDdEIseUJBQXlCO2lKQUtoQixhQUFhLGFBRmIsQ0FBQyxjQUFjLENBQUMsWUFEbEIsQ0FBQyxZQUFZLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxhQUFhLENBQUM7MkZBR3pELGFBQWE7a0JBdEJ6QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixnQkFBZ0I7d0JBQ2hCLHFCQUFxQjt3QkFDckIscUJBQXFCO3dCQUNyQix1QkFBdUI7d0JBQ3ZCLHNCQUFzQjt3QkFDdEIseUJBQXlCO3dCQUN6QixlQUFlO3dCQUNmLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGdCQUFnQjt3QkFDaEIscUJBQXFCO3dCQUNyQixxQkFBcUI7d0JBQ3JCLHVCQUF1Qjt3QkFDdkIsc0JBQXNCO3dCQUN0Qix5QkFBeUI7cUJBQzFCO29CQUNELE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxhQUFhLEVBQUUsYUFBYSxFQUFFLGFBQWEsQ0FBQztvQkFDcEUsU0FBUyxFQUFFLENBQUMsY0FBYyxDQUFDO2lCQUM1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IFhEcmF3ZXJDb21wb25lbnQgfSBmcm9tICcuL2RyYXdlci5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBYT3V0bGV0TW9kdWxlIH0gZnJvbSAnQG5nLW5lc3QvdWkvb3V0bGV0JztcclxuaW1wb3J0IHsgWEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BuZy1uZXN0L3VpL2J1dHRvbic7XHJcbmltcG9ydCB7IFhQb3J0YWxNb2R1bGUgfSBmcm9tICdAbmctbmVzdC91aS9wb3J0YWwnO1xyXG5pbXBvcnQgeyBYRHJhd2VyQ29udGFpbmVyUHJvcGVydHksIFhEcmF3ZXJQcm9wZXJ0eSB9IGZyb20gJy4vZHJhd2VyLnByb3BlcnR5JztcclxuaW1wb3J0IHsgWERyYXdlclNlcnZpY2UgfSBmcm9tICcuL2RyYXdlci5zZXJ2aWNlJztcclxuaW1wb3J0IHsgWERyYXdlclBvcnRhbENvbXBvbmVudCB9IGZyb20gJy4vZHJhd2VyLXBvcnRhbC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBYRHJhd2VyQ2xvc2VEaXJlY3RpdmUsIFhEcmF3ZXJDb250ZW50RGlyZWN0aXZlLCBYRHJhd2VyVGl0bGVEaXJlY3RpdmUgfSBmcm9tICcuL2RyYXdlci1wb3J0YWwuZGlyZWN0aXZlcyc7XHJcbmltcG9ydCB7IFhEcmF3ZXJDb250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL2RyYXdlci1jb250YWluZXIuY29tcG9uZW50JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBYRHJhd2VyQ29tcG9uZW50LFxyXG4gICAgWERyYXdlckNsb3NlRGlyZWN0aXZlLFxyXG4gICAgWERyYXdlclRpdGxlRGlyZWN0aXZlLFxyXG4gICAgWERyYXdlckNvbnRlbnREaXJlY3RpdmUsXHJcbiAgICBYRHJhd2VyUG9ydGFsQ29tcG9uZW50LFxyXG4gICAgWERyYXdlckNvbnRhaW5lckNvbXBvbmVudCxcclxuICAgIFhEcmF3ZXJQcm9wZXJ0eSxcclxuICAgIFhEcmF3ZXJDb250YWluZXJQcm9wZXJ0eVxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgWERyYXdlckNvbXBvbmVudCxcclxuICAgIFhEcmF3ZXJDbG9zZURpcmVjdGl2ZSxcclxuICAgIFhEcmF3ZXJUaXRsZURpcmVjdGl2ZSxcclxuICAgIFhEcmF3ZXJDb250ZW50RGlyZWN0aXZlLFxyXG4gICAgWERyYXdlclBvcnRhbENvbXBvbmVudCxcclxuICAgIFhEcmF3ZXJDb250YWluZXJDb21wb25lbnRcclxuICBdLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFhPdXRsZXRNb2R1bGUsIFhCdXR0b25Nb2R1bGUsIFhQb3J0YWxNb2R1bGVdLFxyXG4gIHByb3ZpZGVyczogW1hEcmF3ZXJTZXJ2aWNlXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgWERyYXdlck1vZHVsZSB7fVxyXG4iXX0=