@ng-nest/ui 13.0.1 → 13.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (577) hide show
  1. package/README.md +1 -1
  2. package/alert/alert.component.d.ts +2 -1
  3. package/carousel/carousel-panel.component.d.ts +2 -3
  4. package/core/config/config.d.ts +4 -0
  5. package/core/interfaces/layout.type.d.ts +1 -1
  6. package/date-picker/date-picker.component.d.ts +1 -1
  7. package/date-picker/date-picker.property.d.ts +51 -1
  8. package/date-picker/date-range-portal.component.d.ts +7 -5
  9. package/date-picker/date-range.component.d.ts +5 -1
  10. package/date-picker/examples/en_US/default/disabled/README.md +1 -1
  11. package/date-picker/examples/en_US/default/time/README.md +6 -0
  12. package/date-picker/examples/zh_CN/default/disabled/README.md +1 -1
  13. package/date-picker/examples/zh_CN/default/time/README.md +6 -0
  14. package/date-picker/picker-date.component.d.ts +3 -0
  15. package/dialog/dialog-portal.component.d.ts +18 -0
  16. package/dialog/dialog-portal.directives.d.ts +24 -0
  17. package/dialog/dialog-ref.d.ts +9 -0
  18. package/dialog/dialog.module.d.ts +13 -11
  19. package/dialog/dialog.property.d.ts +85 -7
  20. package/dialog/dialog.service.d.ts +19 -0
  21. package/dialog/examples/en_US/default/service/README.md +6 -0
  22. package/dialog/examples/zh_CN/default/service/README.md +6 -0
  23. package/dialog/public-api.d.ts +4 -0
  24. package/drawer/drawer-container.component.d.ts +8 -0
  25. package/drawer/drawer-portal.component.d.ts +18 -0
  26. package/drawer/drawer-portal.directives.d.ts +19 -0
  27. package/drawer/drawer-ref.d.ts +9 -0
  28. package/drawer/drawer.component.d.ts +10 -3
  29. package/drawer/drawer.module.d.ts +9 -6
  30. package/drawer/drawer.property.d.ts +97 -2
  31. package/drawer/drawer.service.d.ts +19 -0
  32. package/drawer/examples/en_US/default/container/README.md +6 -0
  33. package/drawer/examples/en_US/default/service/README.md +6 -0
  34. package/drawer/examples/zh_CN/default/container/README.md +6 -0
  35. package/drawer/examples/zh_CN/default/service/README.md +6 -0
  36. package/drawer/public-api.d.ts +6 -0
  37. package/esm2020/affix/affix.component.mjs +3 -3
  38. package/esm2020/affix/affix.module.mjs +4 -4
  39. package/esm2020/affix/affix.property.mjs +3 -3
  40. package/esm2020/alert/alert.component.mjs +11 -6
  41. package/esm2020/alert/alert.module.mjs +4 -4
  42. package/esm2020/alert/alert.property.mjs +3 -3
  43. package/esm2020/anchor/anchor.component.mjs +3 -3
  44. package/esm2020/anchor/anchor.module.mjs +4 -4
  45. package/esm2020/anchor/anchor.property.mjs +3 -3
  46. package/esm2020/api/api.component.mjs +3 -3
  47. package/esm2020/api/api.module.mjs +4 -4
  48. package/esm2020/auto-complete/auto-complete-portal.component.mjs +5 -5
  49. package/esm2020/auto-complete/auto-complete.component.mjs +4 -4
  50. package/esm2020/auto-complete/auto-complete.module.mjs +6 -7
  51. package/esm2020/auto-complete/auto-complete.property.mjs +3 -3
  52. package/esm2020/avatar/avatar.component.mjs +3 -3
  53. package/esm2020/avatar/avatar.module.mjs +4 -4
  54. package/esm2020/avatar/avatar.property.mjs +3 -3
  55. package/esm2020/back-top/back-top.component.mjs +3 -3
  56. package/esm2020/back-top/back-top.module.mjs +4 -4
  57. package/esm2020/back-top/back-top.property.mjs +3 -3
  58. package/esm2020/badge/badge.component.mjs +3 -3
  59. package/esm2020/badge/badge.module.mjs +4 -4
  60. package/esm2020/badge/badge.property.mjs +3 -3
  61. package/esm2020/base-form/base-form.component.mjs +3 -3
  62. package/esm2020/base-form/base-form.module.mjs +4 -4
  63. package/esm2020/base-form/base-form.property.mjs +3 -3
  64. package/esm2020/border/border.component.mjs +3 -3
  65. package/esm2020/border/border.module.mjs +4 -4
  66. package/esm2020/button/button.component.mjs +4 -4
  67. package/esm2020/button/button.module.mjs +4 -4
  68. package/esm2020/button/button.property.mjs +6 -6
  69. package/esm2020/button/buttons.component.mjs +3 -3
  70. package/esm2020/calendar/calendar.component.mjs +3 -3
  71. package/esm2020/calendar/calendar.module.mjs +4 -4
  72. package/esm2020/calendar/calendar.property.mjs +3 -3
  73. package/esm2020/card/card.component.mjs +4 -4
  74. package/esm2020/card/card.module.mjs +4 -4
  75. package/esm2020/card/card.property.mjs +3 -3
  76. package/esm2020/carousel/carousel-panel.component.mjs +14 -13
  77. package/esm2020/carousel/carousel.component.mjs +3 -3
  78. package/esm2020/carousel/carousel.module.mjs +4 -4
  79. package/esm2020/carousel/carousel.property.mjs +6 -6
  80. package/esm2020/cascade/cascade-portal.component.mjs +5 -5
  81. package/esm2020/cascade/cascade.component.mjs +4 -4
  82. package/esm2020/cascade/cascade.module.mjs +6 -7
  83. package/esm2020/cascade/cascade.property.mjs +3 -3
  84. package/esm2020/checkbox/checkbox.component.mjs +4 -4
  85. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  86. package/esm2020/checkbox/checkbox.property.mjs +3 -3
  87. package/esm2020/collapse/collapse-panel.component.mjs +3 -3
  88. package/esm2020/collapse/collapse.component.mjs +3 -3
  89. package/esm2020/collapse/collapse.module.mjs +4 -4
  90. package/esm2020/collapse/collapse.property.mjs +6 -6
  91. package/esm2020/color/color.component.mjs +3 -3
  92. package/esm2020/color/color.module.mjs +4 -4
  93. package/esm2020/color/color.property.mjs +3 -3
  94. package/esm2020/color-picker/color-picker-portal.component.mjs +5 -5
  95. package/esm2020/color-picker/color-picker.component.mjs +4 -4
  96. package/esm2020/color-picker/color-picker.module.mjs +6 -7
  97. package/esm2020/color-picker/color-picker.property.mjs +3 -3
  98. package/esm2020/comment/comment-reply.component.mjs +3 -3
  99. package/esm2020/comment/comment.component.mjs +3 -3
  100. package/esm2020/comment/comment.module.mjs +4 -4
  101. package/esm2020/comment/comment.property.mjs +6 -6
  102. package/esm2020/container/aside.component.mjs +3 -3
  103. package/esm2020/container/container.component.mjs +3 -3
  104. package/esm2020/container/container.module.mjs +4 -4
  105. package/esm2020/container/container.property.mjs +12 -12
  106. package/esm2020/container/footer.component.mjs +4 -4
  107. package/esm2020/container/header.component.mjs +4 -4
  108. package/esm2020/container/main.component.mjs +4 -4
  109. package/esm2020/core/config/config.mjs +1 -1
  110. package/esm2020/core/config/config.service.mjs +3 -3
  111. package/esm2020/core/interfaces/layout.type.mjs +1 -1
  112. package/esm2020/core/services/http.service.mjs +3 -3
  113. package/esm2020/core/services/preloading-strategy.service.mjs +3 -3
  114. package/esm2020/core/services/storage.service.mjs +3 -3
  115. package/esm2020/core/theme/theme.service.mjs +3 -3
  116. package/esm2020/crumb/crumb.component.mjs +3 -3
  117. package/esm2020/crumb/crumb.module.mjs +4 -4
  118. package/esm2020/crumb/crumb.property.mjs +3 -3
  119. package/esm2020/date-picker/date-picker-portal.component.mjs +6 -6
  120. package/esm2020/date-picker/date-picker.component.mjs +6 -10
  121. package/esm2020/date-picker/date-picker.module.mjs +6 -7
  122. package/esm2020/date-picker/date-picker.property.mjs +86 -16
  123. package/esm2020/date-picker/date-range-portal.component.mjs +47 -28
  124. package/esm2020/date-picker/date-range.component.mjs +33 -10
  125. package/esm2020/date-picker/picker-date.component.mjs +33 -6
  126. package/esm2020/date-picker/picker-month.component.mjs +3 -3
  127. package/esm2020/date-picker/picker-year.component.mjs +3 -3
  128. package/esm2020/description/description-item.component.mjs +3 -3
  129. package/esm2020/description/description.component.mjs +3 -3
  130. package/esm2020/description/description.module.mjs +4 -4
  131. package/esm2020/description/description.property.mjs +6 -6
  132. package/esm2020/dialog/dialog-portal.component.mjs +52 -0
  133. package/esm2020/dialog/dialog-portal.directives.mjs +73 -0
  134. package/esm2020/dialog/dialog-ref.mjs +17 -0
  135. package/esm2020/dialog/dialog.component.mjs +7 -7
  136. package/esm2020/dialog/dialog.module.mjs +39 -9
  137. package/esm2020/dialog/dialog.property.mjs +21 -20
  138. package/esm2020/dialog/dialog.service.mjs +67 -0
  139. package/esm2020/dialog/public-api.mjs +5 -1
  140. package/esm2020/doc/doc.component.mjs +4 -4
  141. package/esm2020/doc/doc.module.mjs +4 -4
  142. package/esm2020/drawer/drawer-container.component.mjs +29 -0
  143. package/esm2020/drawer/drawer-portal.component.mjs +52 -0
  144. package/esm2020/drawer/drawer-portal.directives.mjs +57 -0
  145. package/esm2020/drawer/drawer-ref.mjs +17 -0
  146. package/esm2020/drawer/drawer.component.mjs +55 -19
  147. package/esm2020/drawer/drawer.module.mjs +42 -9
  148. package/esm2020/drawer/drawer.property.mjs +42 -8
  149. package/esm2020/drawer/drawer.service.mjs +65 -0
  150. package/esm2020/drawer/public-api.mjs +7 -1
  151. package/esm2020/dropdown/dropdown-portal.component.mjs +3 -3
  152. package/esm2020/dropdown/dropdown.component.mjs +3 -3
  153. package/esm2020/dropdown/dropdown.module.mjs +6 -7
  154. package/esm2020/dropdown/dropdown.property.mjs +3 -3
  155. package/esm2020/empty/empty.component.mjs +3 -3
  156. package/esm2020/empty/empty.module.mjs +4 -4
  157. package/esm2020/empty/empty.property.mjs +3 -3
  158. package/esm2020/examples/examples.component.mjs +3 -3
  159. package/esm2020/examples/examples.module.mjs +4 -4
  160. package/esm2020/find/find.component.mjs +4 -4
  161. package/esm2020/find/find.module.mjs +4 -4
  162. package/esm2020/find/find.property.mjs +3 -3
  163. package/esm2020/form/control.component.mjs +3 -3
  164. package/esm2020/form/form.component.mjs +3 -3
  165. package/esm2020/form/form.module.mjs +4 -4
  166. package/esm2020/form/form.property.mjs +6 -6
  167. package/esm2020/highlight/highlight.component.mjs +3 -3
  168. package/esm2020/highlight/highlight.module.mjs +4 -4
  169. package/esm2020/highlight/highlight.property.mjs +3 -3
  170. package/esm2020/i18n/i18n.directive.mjs +3 -3
  171. package/esm2020/i18n/i18n.module.mjs +4 -4
  172. package/esm2020/i18n/i18n.pipe.mjs +3 -3
  173. package/esm2020/i18n/i18n.service.mjs +3 -3
  174. package/esm2020/icon/icon.component.mjs +3 -3
  175. package/esm2020/icon/icon.module.mjs +4 -4
  176. package/esm2020/icon/icon.property.mjs +3 -3
  177. package/esm2020/icon/icon.service.mjs +3 -3
  178. package/esm2020/inner/inner.component.mjs +3 -3
  179. package/esm2020/inner/inner.module.mjs +4 -4
  180. package/esm2020/inner/inner.property.mjs +3 -3
  181. package/esm2020/input/input-group.component.mjs +3 -3
  182. package/esm2020/input/input.component.mjs +8 -5
  183. package/esm2020/input/input.module.mjs +4 -4
  184. package/esm2020/input/input.property.mjs +6 -6
  185. package/esm2020/input-number/input-number.component.mjs +3 -3
  186. package/esm2020/input-number/input-number.module.mjs +4 -4
  187. package/esm2020/input-number/input-number.property.mjs +3 -3
  188. package/esm2020/layout/col.component.mjs +3 -3
  189. package/esm2020/layout/layout.module.mjs +4 -4
  190. package/esm2020/layout/layout.property.mjs +6 -6
  191. package/esm2020/layout/row.component.mjs +3 -3
  192. package/esm2020/link/link.component.mjs +3 -3
  193. package/esm2020/link/link.module.mjs +4 -4
  194. package/esm2020/link/link.property.mjs +3 -3
  195. package/esm2020/list/list-option.component.mjs +3 -3
  196. package/esm2020/list/list.component.mjs +3 -3
  197. package/esm2020/list/list.module.mjs +4 -4
  198. package/esm2020/list/list.property.mjs +6 -6
  199. package/esm2020/loading/loading.component.mjs +3 -3
  200. package/esm2020/loading/loading.module.mjs +4 -4
  201. package/esm2020/loading/loading.property.mjs +3 -3
  202. package/esm2020/menu/menu-node.component.mjs +3 -3
  203. package/esm2020/menu/menu.component.mjs +5 -5
  204. package/esm2020/menu/menu.module.mjs +4 -4
  205. package/esm2020/menu/menu.property.mjs +6 -6
  206. package/esm2020/message/message-ref.mjs +12 -0
  207. package/esm2020/message/message.component.mjs +6 -6
  208. package/esm2020/message/message.module.mjs +4 -4
  209. package/esm2020/message/message.property.mjs +2 -2
  210. package/esm2020/message/message.service.mjs +39 -18
  211. package/esm2020/message/public-api.mjs +2 -1
  212. package/esm2020/message-box/message-box.component.mjs +3 -3
  213. package/esm2020/message-box/message-box.module.mjs +4 -4
  214. package/esm2020/message-box/message-box.service.mjs +3 -3
  215. package/esm2020/notification/notification.component.mjs +3 -3
  216. package/esm2020/notification/notification.module.mjs +4 -4
  217. package/esm2020/notification/notification.service.mjs +3 -3
  218. package/esm2020/outlet/outlet.directive.mjs +3 -3
  219. package/esm2020/outlet/outlet.module.mjs +4 -4
  220. package/esm2020/page-header/page-header.component.mjs +3 -3
  221. package/esm2020/page-header/page-header.module.mjs +4 -4
  222. package/esm2020/page-header/page-header.property.mjs +3 -3
  223. package/esm2020/pagination/pagination.component.mjs +4 -4
  224. package/esm2020/pagination/pagination.module.mjs +4 -4
  225. package/esm2020/pagination/pagination.property.mjs +3 -3
  226. package/esm2020/pattern/pattern.component.mjs +3 -3
  227. package/esm2020/pattern/pattern.module.mjs +4 -4
  228. package/esm2020/popconfirm/popconfirm.component.mjs +28 -7
  229. package/esm2020/popconfirm/popconfirm.module.mjs +4 -4
  230. package/esm2020/popconfirm/popconfirm.property.mjs +12 -5
  231. package/esm2020/popover/popover-portal.component.mjs +3 -3
  232. package/esm2020/popover/popover.directive.mjs +11 -5
  233. package/esm2020/popover/popover.module.mjs +6 -7
  234. package/esm2020/popover/popover.property.mjs +9 -4
  235. package/esm2020/portal/portal.module.mjs +6 -5
  236. package/esm2020/portal/portal.service.mjs +11 -12
  237. package/esm2020/progress/progress.component.mjs +179 -18
  238. package/esm2020/progress/progress.module.mjs +4 -4
  239. package/esm2020/progress/progress.property.mjs +52 -5
  240. package/esm2020/radio/radio.component.mjs +4 -4
  241. package/esm2020/radio/radio.module.mjs +4 -4
  242. package/esm2020/radio/radio.property.mjs +3 -3
  243. package/esm2020/rate/rate.component.mjs +4 -4
  244. package/esm2020/rate/rate.module.mjs +4 -4
  245. package/esm2020/rate/rate.property.mjs +3 -3
  246. package/esm2020/result/result.component.mjs +4 -4
  247. package/esm2020/result/result.module.mjs +4 -4
  248. package/esm2020/result/result.property.mjs +3 -3
  249. package/esm2020/ripple/ripple.directive.mjs +3 -3
  250. package/esm2020/ripple/ripple.module.mjs +4 -4
  251. package/esm2020/ripple/ripple.property.mjs +3 -3
  252. package/esm2020/select/select-portal.component.mjs +5 -5
  253. package/esm2020/select/select.component.mjs +4 -4
  254. package/esm2020/select/select.module.mjs +6 -7
  255. package/esm2020/select/select.property.mjs +3 -3
  256. package/esm2020/skeleton/skeleton.component.mjs +3 -3
  257. package/esm2020/skeleton/skeleton.module.mjs +4 -4
  258. package/esm2020/skeleton/skeleton.property.mjs +3 -3
  259. package/esm2020/slider/slider.component.mjs +3 -3
  260. package/esm2020/slider/slider.module.mjs +4 -4
  261. package/esm2020/slider/slider.property.mjs +3 -3
  262. package/esm2020/slider-select/slider-select.component.mjs +4 -4
  263. package/esm2020/slider-select/slider-select.module.mjs +4 -4
  264. package/esm2020/slider-select/slider-select.property.mjs +3 -3
  265. package/esm2020/statistic/countdown.component.mjs +3 -3
  266. package/esm2020/statistic/statistic.component.mjs +3 -3
  267. package/esm2020/statistic/statistic.module.mjs +4 -4
  268. package/esm2020/statistic/statistic.property.mjs +6 -6
  269. package/esm2020/steps/steps.component.mjs +18 -11
  270. package/esm2020/steps/steps.module.mjs +4 -4
  271. package/esm2020/steps/steps.property.mjs +10 -5
  272. package/esm2020/switch/switch.component.mjs +4 -4
  273. package/esm2020/switch/switch.module.mjs +4 -4
  274. package/esm2020/switch/switch.property.mjs +3 -3
  275. package/esm2020/table/drag.directive.mjs +3 -3
  276. package/esm2020/table/table-body.component.mjs +3 -3
  277. package/esm2020/table/table-foot.component.mjs +3 -3
  278. package/esm2020/table/table-head.component.mjs +3 -3
  279. package/esm2020/table/table.component.mjs +3 -3
  280. package/esm2020/table/table.module.mjs +4 -4
  281. package/esm2020/table/table.property.mjs +13 -13
  282. package/esm2020/tabs/tab-content.component.mjs +3 -3
  283. package/esm2020/tabs/tab.component.mjs +3 -3
  284. package/esm2020/tabs/tabs.component.mjs +3 -3
  285. package/esm2020/tabs/tabs.module.mjs +4 -4
  286. package/esm2020/tabs/tabs.property.mjs +6 -6
  287. package/esm2020/tag/tag.component.mjs +4 -4
  288. package/esm2020/tag/tag.module.mjs +4 -4
  289. package/esm2020/tag/tag.property.mjs +3 -3
  290. package/esm2020/text-retract/text-retract.component.mjs +3 -3
  291. package/esm2020/text-retract/text-retract.module.mjs +4 -4
  292. package/esm2020/text-retract/text-retract.property.mjs +3 -3
  293. package/esm2020/textarea/textarea.component.mjs +4 -4
  294. package/esm2020/textarea/textarea.module.mjs +4 -4
  295. package/esm2020/textarea/textarea.property.mjs +3 -3
  296. package/esm2020/theme/theme.component.mjs +3 -3
  297. package/esm2020/theme/theme.module.mjs +4 -4
  298. package/esm2020/theme/theme.property.mjs +3 -3
  299. package/esm2020/time-ago/time-ago.module.mjs +4 -4
  300. package/esm2020/time-ago/time-ago.pipe.mjs +3 -3
  301. package/esm2020/time-picker/time-picker-frame.component.mjs +11 -8
  302. package/esm2020/time-picker/time-picker-portal.component.mjs +3 -3
  303. package/esm2020/time-picker/time-picker.component.mjs +27 -14
  304. package/esm2020/time-picker/time-picker.module.mjs +6 -7
  305. package/esm2020/time-picker/time-picker.property.mjs +3 -3
  306. package/esm2020/time-range/time-range.module.mjs +4 -4
  307. package/esm2020/time-range/time-range.pipe.mjs +3 -3
  308. package/esm2020/timeline/timeline.component.mjs +3 -3
  309. package/esm2020/timeline/timeline.module.mjs +4 -4
  310. package/esm2020/timeline/timeline.property.mjs +3 -3
  311. package/esm2020/tooltip/tooltip-portal.component.mjs +3 -3
  312. package/esm2020/tooltip/tooltip.directive.mjs +3 -3
  313. package/esm2020/tooltip/tooltip.module.mjs +6 -7
  314. package/esm2020/tooltip/tooltip.property.mjs +3 -3
  315. package/esm2020/transfer/transfer.component.mjs +3 -3
  316. package/esm2020/transfer/transfer.module.mjs +4 -4
  317. package/esm2020/transfer/transfer.property.mjs +3 -3
  318. package/esm2020/tree/tree-node.component.mjs +3 -3
  319. package/esm2020/tree/tree.component.mjs +3 -3
  320. package/esm2020/tree/tree.module.mjs +4 -4
  321. package/esm2020/tree/tree.property.mjs +6 -6
  322. package/esm2020/tree-file/tree-file.component.mjs +4 -4
  323. package/esm2020/tree-file/tree-file.module.mjs +4 -4
  324. package/esm2020/tree-file/tree-file.property.mjs +3 -3
  325. package/esm2020/typography/typography.component.mjs +3 -3
  326. package/esm2020/typography/typography.module.mjs +4 -4
  327. package/esm2020/typography/typography.property.mjs +3 -3
  328. package/esm2020/upload/upload-portal.component.mjs +4 -4
  329. package/esm2020/upload/upload.component.mjs +3 -3
  330. package/esm2020/upload/upload.module.mjs +4 -4
  331. package/esm2020/upload/upload.property.mjs +3 -3
  332. package/fesm2015/ng-nest-ui-affix.mjs +10 -10
  333. package/fesm2015/ng-nest-ui-alert.mjs +18 -12
  334. package/fesm2015/ng-nest-ui-alert.mjs.map +1 -1
  335. package/fesm2015/ng-nest-ui-anchor.mjs +10 -10
  336. package/fesm2015/ng-nest-ui-api.mjs +7 -7
  337. package/fesm2015/ng-nest-ui-auto-complete.mjs +17 -17
  338. package/fesm2015/ng-nest-ui-auto-complete.mjs.map +1 -1
  339. package/fesm2015/ng-nest-ui-avatar.mjs +11 -10
  340. package/fesm2015/ng-nest-ui-back-top.mjs +10 -10
  341. package/fesm2015/ng-nest-ui-badge.mjs +11 -10
  342. package/fesm2015/ng-nest-ui-base-form.mjs +11 -10
  343. package/fesm2015/ng-nest-ui-border.mjs +8 -7
  344. package/fesm2015/ng-nest-ui-button.mjs +18 -17
  345. package/fesm2015/ng-nest-ui-calendar.mjs +11 -10
  346. package/fesm2015/ng-nest-ui-card.mjs +12 -11
  347. package/fesm2015/ng-nest-ui-carousel.mjs +27 -26
  348. package/fesm2015/ng-nest-ui-carousel.mjs.map +1 -1
  349. package/fesm2015/ng-nest-ui-cascade.mjs +17 -17
  350. package/fesm2015/ng-nest-ui-cascade.mjs.map +1 -1
  351. package/fesm2015/ng-nest-ui-checkbox.mjs +12 -11
  352. package/fesm2015/ng-nest-ui-collapse.mjs +17 -16
  353. package/fesm2015/ng-nest-ui-color-picker.mjs +17 -17
  354. package/fesm2015/ng-nest-ui-color-picker.mjs.map +1 -1
  355. package/fesm2015/ng-nest-ui-color.mjs +11 -10
  356. package/fesm2015/ng-nest-ui-comment.mjs +17 -16
  357. package/fesm2015/ng-nest-ui-container.mjs +35 -34
  358. package/fesm2015/ng-nest-ui-core.mjs +16 -15
  359. package/fesm2015/ng-nest-ui-core.mjs.map +1 -1
  360. package/fesm2015/ng-nest-ui-crumb.mjs +11 -10
  361. package/fesm2015/ng-nest-ui-date-picker.mjs +217 -82
  362. package/fesm2015/ng-nest-ui-date-picker.mjs.map +1 -1
  363. package/fesm2015/ng-nest-ui-description.mjs +17 -16
  364. package/fesm2015/ng-nest-ui-dialog.mjs +260 -35
  365. package/fesm2015/ng-nest-ui-dialog.mjs.map +1 -1
  366. package/fesm2015/ng-nest-ui-doc.mjs +8 -8
  367. package/fesm2015/ng-nest-ui-drawer.mjs +335 -31
  368. package/fesm2015/ng-nest-ui-drawer.mjs.map +1 -1
  369. package/fesm2015/ng-nest-ui-dropdown.mjs +14 -15
  370. package/fesm2015/ng-nest-ui-dropdown.mjs.map +1 -1
  371. package/fesm2015/ng-nest-ui-empty.mjs +11 -10
  372. package/fesm2015/ng-nest-ui-examples.mjs +7 -7
  373. package/fesm2015/ng-nest-ui-find.mjs +12 -11
  374. package/fesm2015/ng-nest-ui-form.mjs +17 -16
  375. package/fesm2015/ng-nest-ui-highlight.mjs +11 -10
  376. package/fesm2015/ng-nest-ui-i18n.mjs +14 -13
  377. package/fesm2015/ng-nest-ui-icon.mjs +14 -13
  378. package/fesm2015/ng-nest-ui-inner.mjs +10 -10
  379. package/fesm2015/ng-nest-ui-input-number.mjs +11 -10
  380. package/fesm2015/ng-nest-ui-input.mjs +21 -17
  381. package/fesm2015/ng-nest-ui-input.mjs.map +1 -1
  382. package/fesm2015/ng-nest-ui-layout.mjs +17 -16
  383. package/fesm2015/ng-nest-ui-link.mjs +11 -10
  384. package/fesm2015/ng-nest-ui-list.mjs +17 -16
  385. package/fesm2015/ng-nest-ui-loading.mjs +11 -10
  386. package/fesm2015/ng-nest-ui-menu.mjs +17 -17
  387. package/fesm2015/ng-nest-ui-menu.mjs.map +1 -1
  388. package/fesm2015/ng-nest-ui-message-box.mjs +10 -10
  389. package/fesm2015/ng-nest-ui-message.mjs +61 -27
  390. package/fesm2015/ng-nest-ui-message.mjs.map +1 -1
  391. package/fesm2015/ng-nest-ui-notification.mjs +10 -10
  392. package/fesm2015/ng-nest-ui-outlet.mjs +8 -7
  393. package/fesm2015/ng-nest-ui-page-header.mjs +10 -10
  394. package/fesm2015/ng-nest-ui-pagination.mjs +12 -11
  395. package/fesm2015/ng-nest-ui-pattern.mjs +7 -7
  396. package/fesm2015/ng-nest-ui-popconfirm.mjs +42 -14
  397. package/fesm2015/ng-nest-ui-popconfirm.mjs.map +1 -1
  398. package/fesm2015/ng-nest-ui-popover.mjs +26 -16
  399. package/fesm2015/ng-nest-ui-popover.mjs.map +1 -1
  400. package/fesm2015/ng-nest-ui-portal.mjs +16 -15
  401. package/fesm2015/ng-nest-ui-portal.mjs.map +1 -1
  402. package/fesm2015/ng-nest-ui-progress.mjs +235 -26
  403. package/fesm2015/ng-nest-ui-progress.mjs.map +1 -1
  404. package/fesm2015/ng-nest-ui-radio.mjs +12 -11
  405. package/fesm2015/ng-nest-ui-rate.mjs +12 -11
  406. package/fesm2015/ng-nest-ui-result.mjs +11 -11
  407. package/fesm2015/ng-nest-ui-ripple.mjs +11 -10
  408. package/fesm2015/ng-nest-ui-select.mjs +17 -17
  409. package/fesm2015/ng-nest-ui-select.mjs.map +1 -1
  410. package/fesm2015/ng-nest-ui-skeleton.mjs +10 -10
  411. package/fesm2015/ng-nest-ui-slider-select.mjs +12 -11
  412. package/fesm2015/ng-nest-ui-slider.mjs +11 -10
  413. package/fesm2015/ng-nest-ui-statistic.mjs +17 -16
  414. package/fesm2015/ng-nest-ui-steps.mjs +30 -18
  415. package/fesm2015/ng-nest-ui-steps.mjs.map +1 -1
  416. package/fesm2015/ng-nest-ui-switch.mjs +12 -11
  417. package/fesm2015/ng-nest-ui-table.mjs +32 -31
  418. package/fesm2015/ng-nest-ui-table.mjs.map +1 -1
  419. package/fesm2015/ng-nest-ui-tabs.mjs +20 -19
  420. package/fesm2015/ng-nest-ui-tag.mjs +12 -11
  421. package/fesm2015/ng-nest-ui-text-retract.mjs +11 -10
  422. package/fesm2015/ng-nest-ui-textarea.mjs +12 -11
  423. package/fesm2015/ng-nest-ui-theme.mjs +11 -10
  424. package/fesm2015/ng-nest-ui-time-ago.mjs +8 -7
  425. package/fesm2015/ng-nest-ui-time-picker.mjs +48 -32
  426. package/fesm2015/ng-nest-ui-time-picker.mjs.map +1 -1
  427. package/fesm2015/ng-nest-ui-time-range.mjs +8 -7
  428. package/fesm2015/ng-nest-ui-timeline.mjs +11 -10
  429. package/fesm2015/ng-nest-ui-tooltip.mjs +15 -15
  430. package/fesm2015/ng-nest-ui-tooltip.mjs.map +1 -1
  431. package/fesm2015/ng-nest-ui-transfer.mjs +10 -10
  432. package/fesm2015/ng-nest-ui-tree-file.mjs +12 -11
  433. package/fesm2015/ng-nest-ui-tree.mjs +17 -16
  434. package/fesm2015/ng-nest-ui-typography.mjs +11 -10
  435. package/fesm2015/ng-nest-ui-upload.mjs +14 -14
  436. package/fesm2020/ng-nest-ui-affix.mjs +10 -10
  437. package/fesm2020/ng-nest-ui-alert.mjs +18 -12
  438. package/fesm2020/ng-nest-ui-alert.mjs.map +1 -1
  439. package/fesm2020/ng-nest-ui-anchor.mjs +10 -10
  440. package/fesm2020/ng-nest-ui-api.mjs +7 -7
  441. package/fesm2020/ng-nest-ui-auto-complete.mjs +17 -17
  442. package/fesm2020/ng-nest-ui-auto-complete.mjs.map +1 -1
  443. package/fesm2020/ng-nest-ui-avatar.mjs +11 -10
  444. package/fesm2020/ng-nest-ui-back-top.mjs +10 -10
  445. package/fesm2020/ng-nest-ui-badge.mjs +11 -10
  446. package/fesm2020/ng-nest-ui-base-form.mjs +11 -10
  447. package/fesm2020/ng-nest-ui-border.mjs +8 -7
  448. package/fesm2020/ng-nest-ui-button.mjs +18 -17
  449. package/fesm2020/ng-nest-ui-calendar.mjs +11 -10
  450. package/fesm2020/ng-nest-ui-card.mjs +12 -11
  451. package/fesm2020/ng-nest-ui-carousel.mjs +27 -25
  452. package/fesm2020/ng-nest-ui-carousel.mjs.map +1 -1
  453. package/fesm2020/ng-nest-ui-cascade.mjs +17 -17
  454. package/fesm2020/ng-nest-ui-cascade.mjs.map +1 -1
  455. package/fesm2020/ng-nest-ui-checkbox.mjs +12 -11
  456. package/fesm2020/ng-nest-ui-collapse.mjs +17 -16
  457. package/fesm2020/ng-nest-ui-color-picker.mjs +17 -17
  458. package/fesm2020/ng-nest-ui-color-picker.mjs.map +1 -1
  459. package/fesm2020/ng-nest-ui-color.mjs +11 -10
  460. package/fesm2020/ng-nest-ui-comment.mjs +17 -16
  461. package/fesm2020/ng-nest-ui-container.mjs +35 -34
  462. package/fesm2020/ng-nest-ui-core.mjs +16 -15
  463. package/fesm2020/ng-nest-ui-core.mjs.map +1 -1
  464. package/fesm2020/ng-nest-ui-crumb.mjs +11 -10
  465. package/fesm2020/ng-nest-ui-date-picker.mjs +217 -82
  466. package/fesm2020/ng-nest-ui-date-picker.mjs.map +1 -1
  467. package/fesm2020/ng-nest-ui-description.mjs +17 -16
  468. package/fesm2020/ng-nest-ui-dialog.mjs +258 -35
  469. package/fesm2020/ng-nest-ui-dialog.mjs.map +1 -1
  470. package/fesm2020/ng-nest-ui-doc.mjs +8 -8
  471. package/fesm2020/ng-nest-ui-drawer.mjs +331 -31
  472. package/fesm2020/ng-nest-ui-drawer.mjs.map +1 -1
  473. package/fesm2020/ng-nest-ui-dropdown.mjs +14 -15
  474. package/fesm2020/ng-nest-ui-dropdown.mjs.map +1 -1
  475. package/fesm2020/ng-nest-ui-empty.mjs +11 -10
  476. package/fesm2020/ng-nest-ui-examples.mjs +7 -7
  477. package/fesm2020/ng-nest-ui-find.mjs +12 -11
  478. package/fesm2020/ng-nest-ui-form.mjs +17 -16
  479. package/fesm2020/ng-nest-ui-highlight.mjs +11 -10
  480. package/fesm2020/ng-nest-ui-i18n.mjs +14 -13
  481. package/fesm2020/ng-nest-ui-icon.mjs +14 -13
  482. package/fesm2020/ng-nest-ui-inner.mjs +10 -10
  483. package/fesm2020/ng-nest-ui-input-number.mjs +11 -10
  484. package/fesm2020/ng-nest-ui-input.mjs +21 -17
  485. package/fesm2020/ng-nest-ui-input.mjs.map +1 -1
  486. package/fesm2020/ng-nest-ui-layout.mjs +17 -16
  487. package/fesm2020/ng-nest-ui-link.mjs +11 -10
  488. package/fesm2020/ng-nest-ui-list.mjs +17 -16
  489. package/fesm2020/ng-nest-ui-loading.mjs +11 -10
  490. package/fesm2020/ng-nest-ui-menu.mjs +17 -17
  491. package/fesm2020/ng-nest-ui-menu.mjs.map +1 -1
  492. package/fesm2020/ng-nest-ui-message-box.mjs +10 -10
  493. package/fesm2020/ng-nest-ui-message.mjs +60 -27
  494. package/fesm2020/ng-nest-ui-message.mjs.map +1 -1
  495. package/fesm2020/ng-nest-ui-notification.mjs +10 -10
  496. package/fesm2020/ng-nest-ui-outlet.mjs +8 -7
  497. package/fesm2020/ng-nest-ui-page-header.mjs +10 -10
  498. package/fesm2020/ng-nest-ui-pagination.mjs +12 -11
  499. package/fesm2020/ng-nest-ui-pattern.mjs +7 -7
  500. package/fesm2020/ng-nest-ui-popconfirm.mjs +42 -14
  501. package/fesm2020/ng-nest-ui-popconfirm.mjs.map +1 -1
  502. package/fesm2020/ng-nest-ui-popover.mjs +26 -16
  503. package/fesm2020/ng-nest-ui-popover.mjs.map +1 -1
  504. package/fesm2020/ng-nest-ui-portal.mjs +16 -15
  505. package/fesm2020/ng-nest-ui-portal.mjs.map +1 -1
  506. package/fesm2020/ng-nest-ui-progress.mjs +234 -25
  507. package/fesm2020/ng-nest-ui-progress.mjs.map +1 -1
  508. package/fesm2020/ng-nest-ui-radio.mjs +12 -11
  509. package/fesm2020/ng-nest-ui-rate.mjs +12 -11
  510. package/fesm2020/ng-nest-ui-result.mjs +11 -11
  511. package/fesm2020/ng-nest-ui-ripple.mjs +11 -10
  512. package/fesm2020/ng-nest-ui-select.mjs +17 -17
  513. package/fesm2020/ng-nest-ui-select.mjs.map +1 -1
  514. package/fesm2020/ng-nest-ui-skeleton.mjs +10 -10
  515. package/fesm2020/ng-nest-ui-slider-select.mjs +12 -11
  516. package/fesm2020/ng-nest-ui-slider.mjs +11 -10
  517. package/fesm2020/ng-nest-ui-statistic.mjs +17 -16
  518. package/fesm2020/ng-nest-ui-steps.mjs +30 -18
  519. package/fesm2020/ng-nest-ui-steps.mjs.map +1 -1
  520. package/fesm2020/ng-nest-ui-switch.mjs +12 -11
  521. package/fesm2020/ng-nest-ui-table.mjs +32 -31
  522. package/fesm2020/ng-nest-ui-table.mjs.map +1 -1
  523. package/fesm2020/ng-nest-ui-tabs.mjs +20 -19
  524. package/fesm2020/ng-nest-ui-tag.mjs +12 -11
  525. package/fesm2020/ng-nest-ui-text-retract.mjs +11 -10
  526. package/fesm2020/ng-nest-ui-textarea.mjs +12 -11
  527. package/fesm2020/ng-nest-ui-theme.mjs +11 -10
  528. package/fesm2020/ng-nest-ui-time-ago.mjs +8 -7
  529. package/fesm2020/ng-nest-ui-time-picker.mjs +48 -32
  530. package/fesm2020/ng-nest-ui-time-picker.mjs.map +1 -1
  531. package/fesm2020/ng-nest-ui-time-range.mjs +8 -7
  532. package/fesm2020/ng-nest-ui-timeline.mjs +11 -10
  533. package/fesm2020/ng-nest-ui-tooltip.mjs +15 -15
  534. package/fesm2020/ng-nest-ui-tooltip.mjs.map +1 -1
  535. package/fesm2020/ng-nest-ui-transfer.mjs +10 -10
  536. package/fesm2020/ng-nest-ui-tree-file.mjs +12 -11
  537. package/fesm2020/ng-nest-ui-tree.mjs +17 -16
  538. package/fesm2020/ng-nest-ui-typography.mjs +11 -10
  539. package/fesm2020/ng-nest-ui-upload.mjs +14 -14
  540. package/layout/examples/en_US/default/flex/README.md +1 -1
  541. package/layout/examples/zh_CN/default/flex/README.md +1 -1
  542. package/message/examples/en_US/default/loading/README.md +6 -0
  543. package/message/examples/zh_CN/default/loading/README.md +6 -0
  544. package/message/message-ref.d.ts +8 -0
  545. package/message/message.component.d.ts +3 -3
  546. package/message/message.property.d.ts +24 -4
  547. package/message/message.service.d.ts +4 -1
  548. package/message/public-api.d.ts +1 -0
  549. package/package.json +7 -7
  550. package/popconfirm/examples/en_US/default/async-close/README.md +6 -0
  551. package/popconfirm/examples/en_US/default/condition/README.md +6 -0
  552. package/popconfirm/examples/zh_CN/default/async-close/README.md +6 -0
  553. package/popconfirm/examples/zh_CN/default/condition/README.md +6 -0
  554. package/popconfirm/popconfirm.component.d.ts +6 -2
  555. package/popconfirm/popconfirm.property.d.ts +13 -2
  556. package/popover/popover.property.d.ts +6 -1
  557. package/portal/portal.module.d.ts +1 -1
  558. package/portal/portal.service.d.ts +2 -3
  559. package/progress/examples/en_US/default/circle/README.md +6 -0
  560. package/progress/examples/en_US/default/dashboard/README.md +6 -0
  561. package/progress/examples/en_US/default/gradient/README.md +6 -0
  562. package/progress/examples/en_US/default/steps/README.md +6 -0
  563. package/progress/examples/en_US/default/subsection/README.md +6 -0
  564. package/progress/examples/zh_CN/default/circle/README.md +6 -0
  565. package/progress/examples/zh_CN/default/dashboard/README.md +6 -0
  566. package/progress/examples/zh_CN/default/gradient/README.md +6 -0
  567. package/progress/examples/zh_CN/default/steps/README.md +6 -0
  568. package/progress/examples/zh_CN/default/subsection/README.md +6 -0
  569. package/progress/progress.component.d.ts +31 -3
  570. package/progress/progress.property.d.ts +80 -5
  571. package/steps/examples/en_US/default/node-status/README.md +6 -0
  572. package/steps/examples/zh_CN/default/node-status/README.md +6 -0
  573. package/steps/steps.property.d.ts +7 -2
  574. package/style/core/index.scss +1 -0
  575. package/table/table.property.d.ts +1 -1
  576. package/time-picker/time-picker-frame.component.d.ts +1 -0
  577. package/time-picker/time-picker.component.d.ts +3 -1
@@ -31,9 +31,9 @@ export class XCommentReplyComponent extends XCommentReplyProperty {
31
31
  this.sureClick.emit(this.inputValue);
32
32
  }
33
33
  }
34
- /** @nocollapse */ /** @nocollapse */ XCommentReplyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentReplyComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XI18nService }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
35
- /** @nocollapse */ /** @nocollapse */ XCommentReplyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XCommentReplyComponent, selector: "x-comment-reply", usesInheritance: true, ngImport: i0, template: "<div #commentReply class=\"x-comment-reply\">\r\n <x-input [placeholder]=\"'comment.placeholder' | xI18n\" [maxlength]=\"maxlength\" [(ngModel)]=\"inputValue\"></x-input>\r\n <div class=\"x-comment-reply-buttons\">\r\n <x-buttons>\r\n <!-- <x-button icon=\"fto-smile\" onlyIcon></x-button>\r\n <x-button icon=\"fto-image\" onlyIcon></x-button> -->\r\n </x-buttons>\r\n <x-button type=\"primary\" (click)=\"sureOnClick()\">{{ 'comment.sure' | xI18n }}</x-button>\r\n </div>\r\n</div>\r\n", styles: [".x-comment-reply{margin:0;padding:0}.x-comment-reply-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:.625rem}.x-comment-reply-buttons .x-button-icon{padding:0}.x-comment-reply-buttons .x-button-icon>.x-button-inner>.x-icon{font-size:1.25rem}.x-comment-reply-buttons .x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.5rem}.x-comment-reply-sure{display:flex;align-items:center}\n"], components: [{ type: i3.XInputComponent, selector: "x-input" }, { type: i4.XButtonsComponent, selector: "x-buttons" }, { type: i4.XButtonComponent, selector: "x-button" }], directives: [{ type: i5.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "xI18n": i1.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentReplyComponent, decorators: [{
34
+ /** @nocollapse */ /** @nocollapse */ XCommentReplyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentReplyComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XI18nService }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
35
+ /** @nocollapse */ /** @nocollapse */ XCommentReplyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XCommentReplyComponent, selector: "x-comment-reply", usesInheritance: true, ngImport: i0, template: "<div #commentReply class=\"x-comment-reply\">\r\n <x-input [placeholder]=\"'comment.placeholder' | xI18n\" [maxlength]=\"maxlength\" [(ngModel)]=\"inputValue\"></x-input>\r\n <div class=\"x-comment-reply-buttons\">\r\n <x-buttons>\r\n <!-- <x-button icon=\"fto-smile\" onlyIcon></x-button>\r\n <x-button icon=\"fto-image\" onlyIcon></x-button> -->\r\n </x-buttons>\r\n <x-button type=\"primary\" (click)=\"sureOnClick()\">{{ 'comment.sure' | xI18n }}</x-button>\r\n </div>\r\n</div>\r\n", styles: [".x-comment-reply{margin:0;padding:0}.x-comment-reply-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:.625rem}.x-comment-reply-buttons .x-button-icon{padding:0}.x-comment-reply-buttons .x-button-icon>.x-button-inner>.x-icon{font-size:1.25rem}.x-comment-reply-buttons .x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.5rem}.x-comment-reply-sure{display:flex;align-items:center}\n"], components: [{ type: i3.XInputComponent, selector: "x-input" }, { type: i4.XButtonsComponent, selector: "x-buttons" }, { type: i4.XButtonComponent, selector: "x-button" }], directives: [{ type: i5.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "xI18n": i1.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentReplyComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{ selector: `${XCommentReplyPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #commentReply class=\"x-comment-reply\">\r\n <x-input [placeholder]=\"'comment.placeholder' | xI18n\" [maxlength]=\"maxlength\" [(ngModel)]=\"inputValue\"></x-input>\r\n <div class=\"x-comment-reply-buttons\">\r\n <x-buttons>\r\n <!-- <x-button icon=\"fto-smile\" onlyIcon></x-button>\r\n <x-button icon=\"fto-image\" onlyIcon></x-button> -->\r\n </x-buttons>\r\n <x-button type=\"primary\" (click)=\"sureOnClick()\">{{ 'comment.sure' | xI18n }}</x-button>\r\n </div>\r\n</div>\r\n", styles: [".x-comment-reply{margin:0;padding:0}.x-comment-reply-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:.625rem}.x-comment-reply-buttons .x-button-icon{padding:0}.x-comment-reply-buttons .x-button-icon>.x-button-inner>.x-icon{font-size:1.25rem}.x-comment-reply-buttons .x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.5rem}.x-comment-reply-sure{display:flex;align-items:center}\n"] }]
39
39
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.XI18nService }, { type: i2.XConfigService }]; } });
@@ -70,9 +70,9 @@ export class XCommentComponent extends XCommentProperty {
70
70
  });
71
71
  }
72
72
  }
73
- /** @nocollapse */ /** @nocollapse */ XCommentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XI18nService }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
74
- /** @nocollapse */ /** @nocollapse */ XCommentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XCommentComponent, selector: "x-comment", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div #comment class=\"x-comment\">\r\n <div class=\"x-comment-list\">\r\n <div class=\"x-comment-item\" *ngFor=\"let node of nodes; trackBy: trackByNode\">\r\n <div class=\"x-comment-avatar\">\r\n <x-avatar [src]=\"node.src\"></x-avatar>\r\n </div>\r\n <div class=\"x-comment-content\">\r\n <div class=\"x-comment-author\">\r\n <x-link>{{ node.author }}</x-link>\r\n <span class=\"x-comment-time\">{{ node.datetime | xTimeAgo }}</span>\r\n </div>\r\n <p>\r\n <x-text-retract [content]=\"node.content\"></x-text-retract>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"node.commentShow\" (click)=\"commentOnClick(node)\" onlyIcon>\r\n {{ 'comment.comments' | xI18n }} {{ node.count ? node.count : '' }}</x-button\r\n >\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(node)\" onlyIcon\r\n >{{ 'comment.giveALike' | xI18n }} {{ node.likes ? node.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply *ngIf=\"node.commentShow\" [maxlength]=\"contentMax\" (sureClick)=\"sureOnClick($event, node)\"></x-comment-reply>\r\n <ul>\r\n <li *ngFor=\"let child of node.children; trackBy: trackByNode\">\r\n <div>\r\n <p>\r\n <x-link>{{ child.author }}</x-link>\r\n <ng-container *ngIf=\"child.replyAuthor\">\r\n <span class=\"x-comment-reply\">{{ 'comment.reply' | xI18n }}</span> <x-link>{{ child.replyAuthor }}</x-link></ng-container\r\n >\uFF1A\r\n <span>\r\n <x-text-retract [content]=\"child.content\"></x-text-retract>\r\n </span>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <span class=\"x-comment-time\">{{ child.datetime | xTimeAgo }}</span>\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"child.commentShow\" (click)=\"replyOnClick(child)\" onlyIcon>{{\r\n 'comment.reply' | xI18n\r\n }}</x-button>\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(child)\" onlyIcon>\r\n {{ 'comment.giveALike' | xI18n }} {{ child.likes ? child.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply\r\n *ngIf=\"child.commentShow\"\r\n [maxlength]=\"contentMax\"\r\n (sureClick)=\"sureOnClick($event, child)\"\r\n ></x-comment-reply>\r\n </div>\r\n </li>\r\n <li class=\"x-comment-more\" *ngIf=\"hasMore(node)\">\r\n <x-link icon=\"fto-chevron-right\" type=\"primary\" (click)=\"moreOnClick(node)\" iconRight>{{ 'comment.more' | xI18n }} </x-link>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".x-comment{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box}.x-comment p{line-height:1.5;margin:.375rem 0}.x-comment-content{margin-left:1rem;flex:1}.x-comment-content>ul{margin-top:.375rem}.x-comment-content>ul>li{padding:0 .875rem;background-color:var(--x-background);transition:.3s}.x-comment-content>ul>li>div{padding:.5rem 0}.x-comment-content>ul>li>div>p>span{color:var(--x-text-300)}.x-comment-content>ul>li>div>.x-comment-action{display:flex;justify-content:space-between;align-items:center}.x-comment-content>ul>li>div>.x-comment-action>.x-comment-time{margin-left:0}.x-comment-content>ul>li:not(:last-child)>div{border-bottom:.0625rem solid var(--x-border-100)}.x-comment-content>ul>li.x-comment-more{padding:.875rem}.x-comment-content>ul>li:hover{background-color:var(--x-background-a100);border-color:transparent}.x-comment-content .x-comment-reply{margin:.875rem 0 1rem}.x-comment-author{margin:.25rem 0;display:inline-flex;align-items:center;color:var(--x-text-300)}.x-comment-author>.x-button{padding:0}.x-comment-time{margin-left:.5rem;color:var(--x-text-400);font-size:.75rem}.x-comment-action{text-align:right}.x-comment-action>.x-buttons>.x-button{padding:0}.x-comment-action>.x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.65rem}.x-comment-item{display:flex;padding:1rem 0;border-bottom:.0625rem solid var(--x-border-100)}.x-comment-item:first-child{padding-top:0}.x-comment-reply{margin:0 .75rem}\n"], components: [{ type: i3.XAvatarComponent, selector: "x-avatar" }, { type: i4.XLinkComponent, selector: "x-link" }, { type: i5.XTextRetractComponent, selector: "x-text-retract" }, { type: i6.XButtonsComponent, selector: "x-buttons" }, { type: i6.XButtonComponent, selector: "x-button" }, { type: i7.XCommentReplyComponent, selector: "x-comment-reply" }], directives: [{ type: i8.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "xTimeAgo": i9.XTimeAgoPipe, "xI18n": i1.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentComponent, decorators: [{
73
+ /** @nocollapse */ /** @nocollapse */ XCommentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XI18nService }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
74
+ /** @nocollapse */ /** @nocollapse */ XCommentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XCommentComponent, selector: "x-comment", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div #comment class=\"x-comment\">\r\n <div class=\"x-comment-list\">\r\n <div class=\"x-comment-item\" *ngFor=\"let node of nodes; trackBy: trackByNode\">\r\n <div class=\"x-comment-avatar\">\r\n <x-avatar [src]=\"node.src\"></x-avatar>\r\n </div>\r\n <div class=\"x-comment-content\">\r\n <div class=\"x-comment-author\">\r\n <x-link>{{ node.author }}</x-link>\r\n <span class=\"x-comment-time\">{{ node.datetime | xTimeAgo }}</span>\r\n </div>\r\n <p>\r\n <x-text-retract [content]=\"node.content\"></x-text-retract>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"node.commentShow\" (click)=\"commentOnClick(node)\" onlyIcon>\r\n {{ 'comment.comments' | xI18n }} {{ node.count ? node.count : '' }}</x-button\r\n >\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(node)\" onlyIcon\r\n >{{ 'comment.giveALike' | xI18n }} {{ node.likes ? node.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply *ngIf=\"node.commentShow\" [maxlength]=\"contentMax\" (sureClick)=\"sureOnClick($event, node)\"></x-comment-reply>\r\n <ul>\r\n <li *ngFor=\"let child of node.children; trackBy: trackByNode\">\r\n <div>\r\n <p>\r\n <x-link>{{ child.author }}</x-link>\r\n <ng-container *ngIf=\"child.replyAuthor\">\r\n <span class=\"x-comment-reply\">{{ 'comment.reply' | xI18n }}</span> <x-link>{{ child.replyAuthor }}</x-link></ng-container\r\n >\uFF1A\r\n <span>\r\n <x-text-retract [content]=\"child.content\"></x-text-retract>\r\n </span>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <span class=\"x-comment-time\">{{ child.datetime | xTimeAgo }}</span>\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"child.commentShow\" (click)=\"replyOnClick(child)\" onlyIcon>{{\r\n 'comment.reply' | xI18n\r\n }}</x-button>\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(child)\" onlyIcon>\r\n {{ 'comment.giveALike' | xI18n }} {{ child.likes ? child.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply\r\n *ngIf=\"child.commentShow\"\r\n [maxlength]=\"contentMax\"\r\n (sureClick)=\"sureOnClick($event, child)\"\r\n ></x-comment-reply>\r\n </div>\r\n </li>\r\n <li class=\"x-comment-more\" *ngIf=\"hasMore(node)\">\r\n <x-link icon=\"fto-chevron-right\" type=\"primary\" (click)=\"moreOnClick(node)\" iconRight>{{ 'comment.more' | xI18n }} </x-link>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".x-comment{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box}.x-comment p{line-height:1.5;margin:.375rem 0}.x-comment-content{margin-left:1rem;flex:1}.x-comment-content>ul{margin-top:.375rem}.x-comment-content>ul>li{padding:0 .875rem;background-color:var(--x-background);transition:.3s}.x-comment-content>ul>li>div{padding:.5rem 0}.x-comment-content>ul>li>div>p>span{color:var(--x-text-300)}.x-comment-content>ul>li>div>.x-comment-action{display:flex;justify-content:space-between;align-items:center}.x-comment-content>ul>li>div>.x-comment-action>.x-comment-time{margin-left:0}.x-comment-content>ul>li:not(:last-child)>div{border-bottom:.0625rem solid var(--x-border-100)}.x-comment-content>ul>li.x-comment-more{padding:.875rem}.x-comment-content>ul>li:hover{background-color:var(--x-background-a100);border-color:transparent}.x-comment-content .x-comment-reply{margin:.875rem 0 1rem}.x-comment-author{margin:.25rem 0;display:inline-flex;align-items:center;color:var(--x-text-300)}.x-comment-author>.x-button{padding:0}.x-comment-time{margin-left:.5rem;color:var(--x-text-400);font-size:.75rem}.x-comment-action{text-align:right}.x-comment-action>.x-buttons>.x-button{padding:0}.x-comment-action>.x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.65rem}.x-comment-item{display:flex;padding:1rem 0;border-bottom:.0625rem solid var(--x-border-100)}.x-comment-item:first-child{padding-top:0}.x-comment-reply{margin:0 .75rem}\n"], components: [{ type: i3.XAvatarComponent, selector: "x-avatar" }, { type: i4.XLinkComponent, selector: "x-link" }, { type: i5.XTextRetractComponent, selector: "x-text-retract" }, { type: i6.XButtonsComponent, selector: "x-buttons" }, { type: i6.XButtonComponent, selector: "x-button" }, { type: i7.XCommentReplyComponent, selector: "x-comment-reply" }], directives: [{ type: i8.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "xTimeAgo": i9.XTimeAgoPipe, "xI18n": i1.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentComponent, decorators: [{
76
76
  type: Component,
77
77
  args: [{ selector: `${XCommentPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #comment class=\"x-comment\">\r\n <div class=\"x-comment-list\">\r\n <div class=\"x-comment-item\" *ngFor=\"let node of nodes; trackBy: trackByNode\">\r\n <div class=\"x-comment-avatar\">\r\n <x-avatar [src]=\"node.src\"></x-avatar>\r\n </div>\r\n <div class=\"x-comment-content\">\r\n <div class=\"x-comment-author\">\r\n <x-link>{{ node.author }}</x-link>\r\n <span class=\"x-comment-time\">{{ node.datetime | xTimeAgo }}</span>\r\n </div>\r\n <p>\r\n <x-text-retract [content]=\"node.content\"></x-text-retract>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"node.commentShow\" (click)=\"commentOnClick(node)\" onlyIcon>\r\n {{ 'comment.comments' | xI18n }} {{ node.count ? node.count : '' }}</x-button\r\n >\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(node)\" onlyIcon\r\n >{{ 'comment.giveALike' | xI18n }} {{ node.likes ? node.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply *ngIf=\"node.commentShow\" [maxlength]=\"contentMax\" (sureClick)=\"sureOnClick($event, node)\"></x-comment-reply>\r\n <ul>\r\n <li *ngFor=\"let child of node.children; trackBy: trackByNode\">\r\n <div>\r\n <p>\r\n <x-link>{{ child.author }}</x-link>\r\n <ng-container *ngIf=\"child.replyAuthor\">\r\n <span class=\"x-comment-reply\">{{ 'comment.reply' | xI18n }}</span> <x-link>{{ child.replyAuthor }}</x-link></ng-container\r\n >\uFF1A\r\n <span>\r\n <x-text-retract [content]=\"child.content\"></x-text-retract>\r\n </span>\r\n </p>\r\n <div class=\"x-comment-action\">\r\n <span class=\"x-comment-time\">{{ child.datetime | xTimeAgo }}</span>\r\n <x-buttons>\r\n <x-button icon=\"fto-message-square\" [activated]=\"child.commentShow\" (click)=\"replyOnClick(child)\" onlyIcon>{{\r\n 'comment.reply' | xI18n\r\n }}</x-button>\r\n <x-button icon=\"fto-thumbs-up\" (click)=\"likeOnClick(child)\" onlyIcon>\r\n {{ 'comment.giveALike' | xI18n }} {{ child.likes ? child.likes : '' }}</x-button\r\n >\r\n </x-buttons>\r\n </div>\r\n <x-comment-reply\r\n *ngIf=\"child.commentShow\"\r\n [maxlength]=\"contentMax\"\r\n (sureClick)=\"sureOnClick($event, child)\"\r\n ></x-comment-reply>\r\n </div>\r\n </li>\r\n <li class=\"x-comment-more\" *ngIf=\"hasMore(node)\">\r\n <x-link icon=\"fto-chevron-right\" type=\"primary\" (click)=\"moreOnClick(node)\" iconRight>{{ 'comment.more' | xI18n }} </x-link>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".x-comment{margin:0;padding:0;font-size:var(--x-font-size);box-sizing:border-box}.x-comment p{line-height:1.5;margin:.375rem 0}.x-comment-content{margin-left:1rem;flex:1}.x-comment-content>ul{margin-top:.375rem}.x-comment-content>ul>li{padding:0 .875rem;background-color:var(--x-background);transition:.3s}.x-comment-content>ul>li>div{padding:.5rem 0}.x-comment-content>ul>li>div>p>span{color:var(--x-text-300)}.x-comment-content>ul>li>div>.x-comment-action{display:flex;justify-content:space-between;align-items:center}.x-comment-content>ul>li>div>.x-comment-action>.x-comment-time{margin-left:0}.x-comment-content>ul>li:not(:last-child)>div{border-bottom:.0625rem solid var(--x-border-100)}.x-comment-content>ul>li.x-comment-more{padding:.875rem}.x-comment-content>ul>li:hover{background-color:var(--x-background-a100);border-color:transparent}.x-comment-content .x-comment-reply{margin:.875rem 0 1rem}.x-comment-author{margin:.25rem 0;display:inline-flex;align-items:center;color:var(--x-text-300)}.x-comment-author>.x-button{padding:0}.x-comment-time{margin-left:.5rem;color:var(--x-text-400);font-size:.75rem}.x-comment-action{text-align:right}.x-comment-action>.x-buttons>.x-button{padding:0}.x-comment-action>.x-buttons:not(.x-buttons-space)>.x-button:not(:first-child){margin-left:.65rem}.x-comment-item{display:flex;padding:1rem 0;border-bottom:.0625rem solid var(--x-border-100)}.x-comment-item:first-child{padding-top:0}.x-comment-reply{margin:0 .75rem}\n"] }]
78
78
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.XI18nService }, { type: i2.XConfigService }]; } });
@@ -14,8 +14,8 @@ import { XCommentProperty, XCommentReplyProperty } from './comment.property';
14
14
  import * as i0 from "@angular/core";
15
15
  export class XCommentModule {
16
16
  }
17
- /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
- /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentModule, declarations: [XCommentComponent, XCommentReplyComponent, XCommentProperty, XCommentReplyProperty], imports: [CommonModule,
17
+ /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
+ /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentModule, declarations: [XCommentComponent, XCommentReplyComponent, XCommentProperty, XCommentReplyProperty], imports: [CommonModule,
19
19
  FormsModule,
20
20
  XI18nModule,
21
21
  XInputModule,
@@ -24,7 +24,7 @@ export class XCommentModule {
24
24
  XButtonModule,
25
25
  XTextRetractModule,
26
26
  XTimeAgoModule], exports: [XCommentComponent, XCommentReplyComponent] });
27
- /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentModule, imports: [[
27
+ /** @nocollapse */ /** @nocollapse */ XCommentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentModule, imports: [[
28
28
  CommonModule,
29
29
  FormsModule,
30
30
  XI18nModule,
@@ -35,7 +35,7 @@ export class XCommentModule {
35
35
  XTextRetractModule,
36
36
  XTimeAgoModule
37
37
  ]] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentModule, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentModule, decorators: [{
39
39
  type: NgModule,
40
40
  args: [{
41
41
  declarations: [XCommentComponent, XCommentReplyComponent, XCommentProperty, XCommentReplyProperty],
@@ -47,15 +47,15 @@ export class XCommentProperty extends XProperty {
47
47
  this.moreClick = new EventEmitter();
48
48
  }
49
49
  }
50
- /** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
51
- /** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XCommentProperty, selector: "ng-component", inputs: { data: "data", contentMax: "contentMax" }, outputs: { likeClick: "likeClick", commentClick: "commentClick", replyClick: "replyClick", sureClick: "sureClick", moreClick: "moreClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
50
+ /** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
51
+ /** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XCommentProperty, selector: "ng-component", inputs: { data: "data", contentMax: "contentMax" }, outputs: { likeClick: "likeClick", commentClick: "commentClick", replyClick: "replyClick", sureClick: "sureClick", moreClick: "moreClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
52
52
  __decorate([
53
53
  XDataConvert()
54
54
  ], XCommentProperty.prototype, "data", void 0);
55
55
  __decorate([
56
56
  XWithConfig(X_CONFIG_NAME, 512)
57
57
  ], XCommentProperty.prototype, "contentMax", void 0);
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentProperty, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentProperty, decorators: [{
59
59
  type: Component,
60
60
  args: [{ template: '' }]
61
61
  }], propDecorators: { data: [{
@@ -97,12 +97,12 @@ export class XCommentReplyProperty extends XProperty {
97
97
  this.sureClick = new EventEmitter();
98
98
  }
99
99
  }
100
- /** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentReplyProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
101
- /** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XCommentReplyProperty, selector: "ng-component", inputs: { maxlength: "maxlength" }, outputs: { sureClick: "sureClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
100
+ /** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentReplyProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
101
+ /** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XCommentReplyProperty, selector: "ng-component", inputs: { maxlength: "maxlength" }, outputs: { sureClick: "sureClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
102
102
  __decorate([
103
103
  XInputNumber()
104
104
  ], XCommentReplyProperty.prototype, "maxlength", void 0);
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCommentReplyProperty, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCommentReplyProperty, decorators: [{
106
106
  type: Component,
107
107
  args: [{ template: '' }]
108
108
  }], propDecorators: { maxlength: [{
@@ -14,9 +14,9 @@ export class XAsideComponent extends XAsideProperty {
14
14
  return this.width;
15
15
  }
16
16
  }
17
- /** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XAsideComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
18
- /** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XAsideComponent, selector: "x-aside", host: { properties: { "style.width.rem": "this.getWidth" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-aside{margin:0;padding:0;overflow:auto;flex-shrink:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XAsideComponent, decorators: [{
17
+ /** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XAsideComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
18
+ /** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XAsideComponent, selector: "x-aside", host: { properties: { "style.width.rem": "this.getWidth" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-aside{margin:0;padding:0;overflow:auto;flex-shrink:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XAsideComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{ selector: `${XAsidePrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-aside{margin:0;padding:0;overflow:auto;flex-shrink:0}\n"] }]
22
22
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.XConfigService }]; }, propDecorators: { getWidth: [{
@@ -25,9 +25,9 @@ export class XContainerComponent extends XContainerProperty {
25
25
  }
26
26
  }
27
27
  }
28
- /** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XContainerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
29
- /** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XContainerComponent, selector: "x-container", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-container{margin:0;padding:0;display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0}.x-container.x-direction-column{flex-direction:column}.x-container.x-direction-column-reverse{flex-direction:column-reverse}.x-container.x-direction-row{flex-direction:row}.x-container.x-direction-row-reverse{flex-direction:row-reverse}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XContainerComponent, decorators: [{
28
+ /** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XContainerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
29
+ /** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XContainerComponent, selector: "x-container", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-container{margin:0;padding:0;display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0}.x-container.x-direction-column{flex-direction:column}.x-container.x-direction-column-reverse{flex-direction:column-reverse}.x-container.x-direction-row{flex-direction:row}.x-container.x-direction-row-reverse{flex-direction:row-reverse}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XContainerComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ selector: `${XContainerPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-container{margin:0;padding:0;display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0}.x-container.x-direction-column{flex-direction:column}.x-container.x-direction-column-reverse{flex-direction:column-reverse}.x-container.x-direction-row{flex-direction:row}.x-container.x-direction-row-reverse{flex-direction:row-reverse}\n"] }]
33
33
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.XConfigService }]; } });
@@ -20,8 +20,8 @@ const components = [
20
20
  ];
21
21
  export class XContainerModule {
22
22
  }
23
- /** @nocollapse */ /** @nocollapse */ XContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
- /** @nocollapse */ /** @nocollapse */ XContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XContainerModule, declarations: [XContainerComponent,
23
+ /** @nocollapse */ /** @nocollapse */ XContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
+ /** @nocollapse */ /** @nocollapse */ XContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XContainerModule, declarations: [XContainerComponent,
25
25
  XHeaderComponent,
26
26
  XAsideComponent,
27
27
  XMainComponent,
@@ -38,8 +38,8 @@ export class XContainerModule {
38
38
  XHeaderProperty,
39
39
  XAsideProperty,
40
40
  XFooterProperty] });
41
- /** @nocollapse */ /** @nocollapse */ XContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XContainerModule, imports: [[CommonModule]] });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XContainerModule, decorators: [{
41
+ /** @nocollapse */ /** @nocollapse */ XContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XContainerModule, imports: [[CommonModule]] });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XContainerModule, decorators: [{
43
43
  type: NgModule,
44
44
  args: [{
45
45
  declarations: [...components],
@@ -14,12 +14,12 @@ const X_CONFIG_NAME = 'container';
14
14
  */
15
15
  export class XContainerProperty extends XProperty {
16
16
  }
17
- /** @nocollapse */ /** @nocollapse */ XContainerProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XContainerProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
- /** @nocollapse */ /** @nocollapse */ XContainerProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XContainerProperty, selector: "ng-component", inputs: { direction: "direction" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
17
+ /** @nocollapse */ /** @nocollapse */ XContainerProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XContainerProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
+ /** @nocollapse */ /** @nocollapse */ XContainerProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XContainerProperty, selector: "ng-component", inputs: { direction: "direction" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
19
19
  __decorate([
20
20
  XWithConfig(X_CONFIG_NAME)
21
21
  ], XContainerProperty.prototype, "direction", void 0);
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XContainerProperty, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XContainerProperty, decorators: [{
23
23
  type: Component,
24
24
  args: [{ template: '' }]
25
25
  }], propDecorators: { direction: [{
@@ -37,12 +37,12 @@ const X_CONFIG_NAME_HEADER = 'header';
37
37
  */
38
38
  export class XHeaderProperty extends XProperty {
39
39
  }
40
- /** @nocollapse */ /** @nocollapse */ XHeaderProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XHeaderProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
41
- /** @nocollapse */ /** @nocollapse */ XHeaderProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XHeaderProperty, selector: "ng-component", inputs: { height: "height" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
40
+ /** @nocollapse */ /** @nocollapse */ XHeaderProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XHeaderProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
41
+ /** @nocollapse */ /** @nocollapse */ XHeaderProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XHeaderProperty, selector: "ng-component", inputs: { height: "height" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
42
42
  __decorate([
43
43
  XWithConfig(X_CONFIG_NAME_HEADER, 3)
44
44
  ], XHeaderProperty.prototype, "height", void 0);
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XHeaderProperty, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XHeaderProperty, decorators: [{
46
46
  type: Component,
47
47
  args: [{ template: '' }]
48
48
  }], propDecorators: { height: [{
@@ -60,12 +60,12 @@ const X_CONFIG_NAME_ASIDE = 'aside';
60
60
  */
61
61
  export class XAsideProperty extends XProperty {
62
62
  }
63
- /** @nocollapse */ /** @nocollapse */ XAsideProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XAsideProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
64
- /** @nocollapse */ /** @nocollapse */ XAsideProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XAsideProperty, selector: "ng-component", inputs: { width: "width" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
63
+ /** @nocollapse */ /** @nocollapse */ XAsideProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XAsideProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
64
+ /** @nocollapse */ /** @nocollapse */ XAsideProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XAsideProperty, selector: "ng-component", inputs: { width: "width" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
65
65
  __decorate([
66
66
  XWithConfig(X_CONFIG_NAME_ASIDE, 12)
67
67
  ], XAsideProperty.prototype, "width", void 0);
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XAsideProperty, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XAsideProperty, decorators: [{
69
69
  type: Component,
70
70
  args: [{ template: '' }]
71
71
  }], propDecorators: { width: [{
@@ -97,12 +97,12 @@ export class XFooterProperty extends XProperty {
97
97
  this.height = 3;
98
98
  }
99
99
  }
100
- /** @nocollapse */ /** @nocollapse */ XFooterProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XFooterProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
101
- /** @nocollapse */ /** @nocollapse */ XFooterProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XFooterProperty, selector: "ng-component", inputs: { height: "height" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
100
+ /** @nocollapse */ /** @nocollapse */ XFooterProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XFooterProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
101
+ /** @nocollapse */ /** @nocollapse */ XFooterProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XFooterProperty, selector: "ng-component", inputs: { height: "height" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
102
102
  __decorate([
103
103
  XWithConfig(X_CONFIG_NAME_FOOTER, 3)
104
104
  ], XFooterProperty.prototype, "height", void 0);
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XFooterProperty, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XFooterProperty, decorators: [{
106
106
  type: Component,
107
107
  args: [{ template: '' }]
108
108
  }], propDecorators: { height: [{
@@ -25,11 +25,11 @@ export class XFooterComponent extends XFooterProperty {
25
25
  this.container.setDirection();
26
26
  }
27
27
  }
28
- /** @nocollapse */ /** @nocollapse */ XFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XFooterComponent, deps: [{ token: i1.XContainerComponent, host: true, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
29
- /** @nocollapse */ /** @nocollapse */ XFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XFooterComponent, selector: "x-footer", host: { properties: { "style.height.rem": "this.getHeight" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-footer{margin:0;flex-shrink:0;padding:0 1rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XFooterComponent, decorators: [{
28
+ /** @nocollapse */ /** @nocollapse */ XFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XFooterComponent, deps: [{ token: i1.XContainerComponent, host: true, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
29
+ /** @nocollapse */ /** @nocollapse */ XFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XFooterComponent, selector: "x-footer", host: { properties: { "style.height.rem": "this.getHeight" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-footer{margin:0;padding:0;flex-shrink:0;padding:0 1rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XFooterComponent, decorators: [{
31
31
  type: Component,
32
- args: [{ selector: `${XFooterPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-footer{margin:0;flex-shrink:0;padding:0 1rem}\n"] }]
32
+ args: [{ selector: `${XFooterPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-footer{margin:0;padding:0;flex-shrink:0;padding:0 1rem}\n"] }]
33
33
  }], ctorParameters: function () { return [{ type: i1.XContainerComponent, decorators: [{
34
34
  type: Optional
35
35
  }, {
@@ -25,11 +25,11 @@ export class XHeaderComponent extends XHeaderProperty {
25
25
  this.container.setDirection();
26
26
  }
27
27
  }
28
- /** @nocollapse */ /** @nocollapse */ XHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XHeaderComponent, deps: [{ token: i1.XContainerComponent, host: true, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
29
- /** @nocollapse */ /** @nocollapse */ XHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XHeaderComponent, selector: "x-header", host: { properties: { "style.height.rem": "this.getHeight" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-header{margin:0;flex-shrink:0;padding:0 1rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XHeaderComponent, decorators: [{
28
+ /** @nocollapse */ /** @nocollapse */ XHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XHeaderComponent, deps: [{ token: i1.XContainerComponent, host: true, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
29
+ /** @nocollapse */ /** @nocollapse */ XHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XHeaderComponent, selector: "x-header", host: { properties: { "style.height.rem": "this.getHeight" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-header{margin:0;padding:0;flex-shrink:0;padding:0 1rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XHeaderComponent, decorators: [{
31
31
  type: Component,
32
- args: [{ selector: `${XHeaderPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-header{margin:0;flex-shrink:0;padding:0 1rem}\n"] }]
32
+ args: [{ selector: `${XHeaderPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-header{margin:0;padding:0;flex-shrink:0;padding:0 1rem}\n"] }]
33
33
  }], ctorParameters: function () { return [{ type: i1.XContainerComponent, decorators: [{
34
34
  type: Optional
35
35
  }, {
@@ -10,10 +10,10 @@ export class XMainComponent {
10
10
  this.renderer.addClass(this.elementRef.nativeElement, XMainPrefix);
11
11
  }
12
12
  }
13
- /** @nocollapse */ /** @nocollapse */ XMainComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XMainComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
14
- /** @nocollapse */ /** @nocollapse */ XMainComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XMainComponent, selector: "x-main", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-main{margin:0;display:block;flex:1;flex-basis:auto;padding:1rem;overflow:auto}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XMainComponent, decorators: [{
13
+ /** @nocollapse */ /** @nocollapse */ XMainComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XMainComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
14
+ /** @nocollapse */ /** @nocollapse */ XMainComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XMainComponent, selector: "x-main", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-main{margin:0;padding:0;display:block;flex:1;flex-basis:auto;padding:1rem;overflow:auto}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XMainComponent, decorators: [{
16
16
  type: Component,
17
- args: [{ selector: `${XMainPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-main{margin:0;display:block;flex:1;flex-basis:auto;padding:1rem;overflow:auto}\n"] }]
17
+ args: [{ selector: `${XMainPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-main{margin:0;padding:0;display:block;flex:1;flex-basis:auto;padding:1rem;overflow:auto}\n"] }]
18
18
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.XConfigService }]; } });
19
19
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9jb250YWluZXIvbWFpbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSx1QkFBdUIsRUFBeUIsTUFBTSxlQUFlLENBQUM7QUFDN0csT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHNCQUFzQixDQUFDOzs7QUFVbkQsTUFBTSxPQUFPLGNBQWM7SUFDekIsWUFBb0IsUUFBbUIsRUFBVSxVQUFzQixFQUFTLGFBQTZCO1FBQXpGLGFBQVEsR0FBUixRQUFRLENBQVc7UUFBVSxlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQVMsa0JBQWEsR0FBYixhQUFhLENBQWdCO1FBQzNHLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsYUFBYSxFQUFFLFdBQVcsQ0FBQyxDQUFDO0lBQ3JFLENBQUM7O2lKQUhVLGNBQWM7cUlBQWQsY0FBYyw4Q0FMZiwyQkFBMkI7MkZBSzFCLGNBQWM7a0JBUDFCLFNBQVM7K0JBQ0UsR0FBRyxXQUFXLEVBQUUsWUFDaEIsMkJBQTJCLGlCQUV0QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFJlbmRlcmVyMiwgRWxlbWVudFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBYTWFpblByZWZpeCB9IGZyb20gJy4vY29udGFpbmVyLnByb3BlcnR5JztcclxuaW1wb3J0IHsgWENvbmZpZ1NlcnZpY2UgfSBmcm9tICdAbmctbmVzdC91aS9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBgJHtYTWFpblByZWZpeH1gLFxyXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbWFpbi5jb21wb25lbnQuc2NzcyddLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcclxufSlcclxuZXhwb3J0IGNsYXNzIFhNYWluQ29tcG9uZW50IHtcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZiwgcHVibGljIGNvbmZpZ1NlcnZpY2U6IFhDb25maWdTZXJ2aWNlKSB7XHJcbiAgICB0aGlzLnJlbmRlcmVyLmFkZENsYXNzKHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LCBYTWFpblByZWZpeCk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -1,3 +1,3 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  export const X_CONFIG = new InjectionToken('x-config');
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29yZS9jb25maWcvY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXFCQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBWS9DLE1BQU0sQ0FBQyxNQUFNLFFBQVEsR0FBRyxJQUFJLGNBQWMsQ0FBVSxVQUFVLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgWFNpemUsXHJcbiAgWEJvb2xlYW4sXHJcbiAgWFR5cGUsXHJcbiAgWEVmZmVjdCxcclxuICBYTnVtYmVyLFxyXG4gIFhQb3NpdGlvbkxlZnRSaWdodCxcclxuICBYSnVzdGlmeSxcclxuICBYU2hhcGUsXHJcbiAgWEZpdCxcclxuICBYU2hhZG93LFxyXG4gIFhUcmlnZ2VyLFxyXG4gIFhEaXNwbGF5RGlyZWN0aW9uLFxyXG4gIFhDb3JuZXIsXHJcbiAgWERpcmVjdGlvbixcclxuICBYUGxhY2UsXHJcbiAgWFBvc2l0aW9uLFxyXG4gIFhQbGFjZW1lbnQsXHJcbiAgWFBvc2l0aW9uVG9wQm90dG9tLFxyXG4gIFhTdGF0dXNcclxufSBmcm9tICcuLi9pbnRlcmZhY2VzJztcclxuaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgWFRoZW1lIH0gZnJvbSAnLi4vdGhlbWUnO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29uZmlnIHtcclxuICBjb21wb25lbnRzPzogWENvbXBvbmVudENvbmZpZztcclxuICB0aGVtZT86IFhUaGVtZTtcclxufVxyXG5cclxuZXhwb3J0IHR5cGUgWENvbmZpZ0tleSA9IGtleW9mIFhDb25maWc7XHJcblxyXG5leHBvcnQgdHlwZSBYQ29tcG9uZW50Q29uZmlnS2V5ID0ga2V5b2YgWENvbXBvbmVudENvbmZpZztcclxuXHJcbmV4cG9ydCBjb25zdCBYX0NPTkZJRyA9IG5ldyBJbmplY3Rpb25Ub2tlbjxYQ29uZmlnPigneC1jb25maWcnKTtcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvbXBvbmVudENvbmZpZyB7XHJcbiAgYWZmaXg/OiBYQWZmaXhDb25maWc7XHJcbiAgYWxlcnQ/OiBYQWxlcnRDb25maWc7XHJcbiAgYW5jaG9yPzogWEFuY2hvckNvbmZpZztcclxuICBhdmF0YXI/OiBYQXZhdGFyQ29uZmlnO1xyXG4gIGF1dG9Db21wbGV0ZT86IFhBdXRvQ29tcGxldGVDb25maWc7XHJcbiAgYmFja1RvcD86IFhCYWNrVG9wQ29uZmlnO1xyXG4gIGJhZGdlPzogWEJhZGdlQ29uZmdpZztcclxuICBidXR0b24/OiBYQnV0dG9uQ29uZmlnO1xyXG4gIGJ1dHRvbnM/OiBYQnV0dG9uc0NvbmZpZztcclxuICBjYWxlbmRhcj86IFhDYWxlbmRhckNvbmZpZztcclxuICBjYXJkPzogWENhcmRDb25maWc7XHJcbiAgY2Fyb3VzZWw/OiBYQ2Fyb3VzZWxDb25maWc7XHJcbiAgY2FzY2FkZT86IFhDYXNjYWRlQ29uZmlnO1xyXG4gIGNoZWNrYm94PzogWENoZWNrYm94Q29uZmlnO1xyXG4gIGNvbGxhcHNlPzogWENvbGxhcHNlQ29uZmlnO1xyXG4gIGNvbG9yPzogWENvbG9yQ29uZmlnO1xyXG4gIGNvbG9yUGlja2VyPzogWENvbG9yUGlja2VyQ29uZmlnO1xyXG4gIGNvbW1lbnQ/OiBYQ29tbWVudENvbmZpZztcclxuICBjb250YWluZXI/OiBYQ29udGFpbmVyQ29uZmlnO1xyXG4gIGhlYWRlcj86IFhIZWFkZXJDb25maWc7XHJcbiAgYXNpZGU/OiBYQXNpZGVDb25maWc7XHJcbiAgZm9vdGVyPzogWEZvb3RlckNvbmZpZztcclxuICBjcnVtYj86IFhDcnVtYkNvbWZpZztcclxuICBkYXRlUGlja2VyPzogWERhdGVQaWNrZXJDb25maWc7XHJcbiAgZGF0ZVJhbmdlPzogWERhdGVSYW5nZUNvbmZpZztcclxuICBkaWFsb2c/OiBYRGlhbG9nQ29uZmlnO1xyXG4gIGRyYXdlcj86IFhEcmF3ZXJDb25maWc7XHJcbiAgZHJvcGRvd24/OiBYRHJvcGRvd25Db25maWc7XHJcbiAgZGVzY3JpcHRpb24/OiBYRGVzY3JpcHRpb25Db25maWc7XHJcbiAgZW1wdHk/OiBYRW1wdHlDb25maWc7XHJcbiAgZmluZD86IFhGaW5kQ29uZmlnO1xyXG4gIGZvcm0/OiBYRm9ybUNvbmZpZztcclxuICBoaWdobGlnaHQ/OiBYSGlnaGxpZ2h0Q29uZmlnO1xyXG4gIGljb24/OiBYSWNvbkNvbmZpZztcclxuICBpbm5lcj86IFhJbm5lckNvbmZpZztcclxuICBpbnB1dD86IFhJbnB1dENvbmZpZztcclxuICBpbnB1dEdyb3VwPzogWElucHV0R3JvdXBDb25maWc7XHJcbiAgaW5wdXROdW1iZXI/OiBYSW5wdXROdW1iZXJDb25maWc7XHJcbiAgY29sPzogWENvbENvbmZpZztcclxuICByb3c/OiBYUm93Q29uZmlnO1xyXG4gIHJpcHBsZT86IFhSaXBwbGVDb25maWc7XHJcbiAgbGluaz86IFhMaW5rQ29uZmlnO1xyXG4gIGxpc3Q/OiBYTGlzdENvbmZpZztcclxuICBsb2FkaW5nPzogWExvYWRpbmdDb25maWc7XHJcbiAgbWVudT86IFhNZW51Q29uZmlnO1xyXG4gIG1lc3NhZ2U/OiBYTWVzc2FnZUNvbmZpZztcclxuICBtZXNzYWdlQm94PzogWE1lc3NhZ2VCb3hDb25maWc7XHJcbiAgbm90aWZpY2F0aW9uPzogWE5vdGlmaWNhdGlvbkNvbmZpZztcclxuICBvdXRsZXQ/OiBYT3V0bGV0Q29uZmlnO1xyXG4gIHBhZ2VIZWFkZXI/OiBYUGFnZUhlYWRlckNvbmZpZztcclxuICBwYWdpbmF0aW9uPzogWFBhZ2luYXRpb25Db25maWc7XHJcbiAgcGF0dGVybj86IFhQYXR0ZXJuQ29uZmlnO1xyXG4gIHBvcGNvbmZpcm0/OiBYUG9wY29uZmlybUNvbmZpZztcclxuICBwb3BvdmVyPzogWFBvcG92ZXJDb25maWc7XHJcbiAgcG9ydGFsPzogWFBvcnRhbENvbmZpZztcclxuICBwcm9ncmVzcz86IFhQcm9ncmVzc0NvbmZpbmc7XHJcbiAgcmFkaW8/OiBYUmFkaW9Db25maWc7XHJcbiAgcmF0ZT86IFhSYXRlQ29uZmlnO1xyXG4gIHJlc3VsdD86IFhSZXN1bHRDb25maWc7XHJcbiAgc2VsZWN0PzogWFNlbGVjdENvbmZpZztcclxuICBza2VsZXRvbj86IFhTa2VsZXRvbkNvbmZpZztcclxuICBzbGlkZXI/OiBYU2xpZGVyQ29uZmlnO1xyXG4gIHNsaWRlclNlbGVjdD86IFhTbGlkZXJTZWxlY3RDb25maWc7XHJcbiAgc3RhdGlzdGljPzogWFN0YXRpc3RpY0NvbmZpZztcclxuICBjb3VudGRvd24/OiBYQ291bnRkb3duQ29uZmlnO1xyXG4gIHN0ZXBzPzogWFN0ZXBzQ29uZmlnO1xyXG4gIHN3aXRjaD86IFhTd2l0Y2hDb25maWc7XHJcbiAgdGFibGU/OiBYVGFibGVDb25maWc7XHJcbiAgdGFicz86IFhUYWJzQ29uZmlnO1xyXG4gIHRhZz86IFhUYWdDb25maWc7XHJcbiAgdGV4dFJldHJhY3Q/OiBYVGV4dFJldHJhY3RDb25maWc7XHJcbiAgdGhlbWU/OiBYVGhlbWVDb25maWc7XHJcbiAgdGltZUFnbz86IFhUaW1lQWdvQ29uZmlnO1xyXG4gIHRpbWVQaWNrZXI/OiBYVGltZVBpY2tlckNvbmZpZztcclxuICB0aW1lUmFuZ2U/OiBYVGltZVJhbmdlQ29uZmlnO1xyXG4gIHRpbWVsaW5lPzogWFRpbWVsaW5lQ29uZmlnO1xyXG4gIHRvb2x0aXA/OiBYVG9vbHRpcENvbmZpZztcclxuICB0cmFuc2Zlcj86IFhUcmFuc2ZlckNvbmZpZztcclxuICB0cmVlPzogWFRyZWVDb25maWc7XHJcbiAgdHJlZUZpbGU/OiBYVHJlZUZpbGVDb25maWc7XHJcbiAgdGV4dGFyZWE/OiBYVGV4dGFyZWFDb25maWc7XHJcbiAgdXBsb2FkPzogWFVwbG9hZENvbmZpZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQWZmaXhDb25maWcge1xyXG4gIHRvcD86IHN0cmluZztcclxuICBsZWZ0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhBbGVydENvbmZpZyB7XHJcbiAgZWZmZWN0PzogWEVmZmVjdDtcclxuICBoaWRlQ2xvc2U/OiBYQm9vbGVhbjtcclxuICBzaG93SWNvbj86IFhCb29sZWFuO1xyXG4gIGRpc2FibGVkQW5pbWF0aW9uPzogWEJvb2xlYW47XHJcbiAgZHJhZ2dhYmxlPzogWEJvb2xlYW47XHJcbiAgZHJhZ0hhbmRsZVRpdGxlPzogWEJvb2xlYW47XHJcbiAgZHVyYXRpb24/OiBYTnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhBbmNob3JDb25maWcge1xyXG4gIGFmZml4VG9wPzogc3RyaW5nO1xyXG4gIGFmZml4V2lkdGg/OiBzdHJpbmc7XHJcbiAgbGF5b3V0PzogWFBvc2l0aW9uTGVmdFJpZ2h0O1xyXG4gIGp1c3RpZnk/OiBYSnVzdGlmeTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQXZhdGFyQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbiAgc2hhcGU/OiBYU2hhcGU7XHJcbiAgZml0PzogWEZpdDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQXV0b0NvbXBsZXRlQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUG9zaXRpb25Ub3BCb3R0b207XHJcbiAgZGVib3VuY2VUaW1lPzogbnVtYmVyO1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IGJvb2xlYW47XHJcbiAgY2FzZVNlbnNpdGl2ZT86IGJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEJhY2tUb3BDb25maWcge1xyXG4gIHJpZ2h0Pzogc3RyaW5nO1xyXG4gIGJvdHRvbT86IHN0cmluZztcclxuICB2aXNpYmlsaXR5SGVpZ2h0PzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQmFkZ2VDb25mZ2lnIHtcclxuICB0eXBlPzogWFR5cGU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEJ1dHRvbkNvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIHR5cGU/OiBYVHlwZTtcclxuICBwbGFpbj86IFhCb29sZWFuO1xyXG4gIHJvdW5kPzogWEJvb2xlYW47XHJcbiAgY2lyY2xlPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEJ1dHRvbnNDb25maWcge1xyXG4gIHNwYWNlPzogWE51bWJlcjtcclxuICBoaWRkZW5Cb3JkZXI/OiBYQm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ2FsZW5kYXJDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENhcmRDb25maWcge1xyXG4gIHNoYWRvdz86IFhTaGFkb3c7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENhcm91c2VsQ29uZmlnIHtcclxuICBoZWlnaHQ/OiBzdHJpbmc7XHJcbiAgdHJpZ2dlcj86IFhUcmlnZ2VyO1xyXG4gIGFycm93PzogWFNoYWRvdztcclxuICBkaXJlY3Rpb24/OiBYRGlzcGxheURpcmVjdGlvbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ2FzY2FkZUNvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWENvcm5lcjtcclxuICBzaXplPzogWFNpemU7XHJcbiAgYm9yZGVyZWQ/OiBib29sZWFuO1xyXG4gIG5vZGVUcmlnZ2VyPzogWFRyaWdnZXI7XHJcbiAgbm9kZUhvdmVyRGVsYXk/OiBYTnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDaGVja2JveENvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb2xsYXBzZUNvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29sb3JDb25maWcge1xyXG4gIG1lcmdlPzogc3RyaW5nO1xyXG4gIGFtb3VudHM/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvbG9yUGlja2VyQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYQ29ybmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb21tZW50Q29uZmlnIHtcclxuICBjb250ZW50TWF4PzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb250YWluZXJDb25maWcge1xyXG4gIGRpcmVjdGlvbj86IFhEaXJlY3Rpb247XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEhlYWRlckNvbmZpZyB7XHJcbiAgaGVpZ2h0PzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhBc2lkZUNvbmZpZyB7XHJcbiAgd2lkdGg/OiBudW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEZvb3RlckNvbmZpZyB7XHJcbiAgaGVpZ2h0PzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDcnVtYkNvbWZpZyB7XHJcbiAgc2VwYXJhdG9yPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEYXRlUGlja2VyQ29uZmlnIHtcclxuICBmb3JtYXQ/OiBzdHJpbmc7XHJcbiAgY2xlYXJhYmxlPzogWEJvb2xlYW47XHJcbiAgcGxhY2VtZW50PzogWENvcm5lcjtcclxuICBzaXplPzogWFNpemU7XHJcbiAgYm9yZGVyZWQ/OiBib29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEYXRlUmFuZ2VDb25maWcge1xyXG4gIGZvcm1hdD86IHN0cmluZztcclxuICBjbGVhcmFibGU/OiBYQm9vbGVhbjtcclxuICBwbGFjZW1lbnQ/OiBYQ29ybmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEaWFsb2dDb25maWcge1xyXG4gIHBsYWNlbWVudD86IFhQbGFjZTtcclxuICBvZmZzZXQ/OiBzdHJpbmc7XHJcbiAgd2lkdGg/OiBzdHJpbmc7XHJcbiAgZWZmZWN0PzogWEVmZmVjdDtcclxuICBzaG93Q2FuY2VsPzogWEJvb2xlYW47XHJcbiAgY2FuY2VsVGV4dD86IHN0cmluZztcclxuICBzaG93Q29uZmlybT86IFhCb29sZWFuO1xyXG4gIGNvbmZpcm1UZXh0Pzogc3RyaW5nO1xyXG4gIGJhY2tkcm9wQ2xvc2U/OiBYQm9vbGVhbjtcclxuICBkcmFnZ2FibGU/OiBYQm9vbGVhbjtcclxuICBoYXNCYWNrZHJvcD86IFhCb29sZWFuO1xyXG4gIGNsYXNzTmFtZT86IHN0cmluZztcclxuICBidXR0b25zQ2VudGVyPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWERyYXdlckNvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWFBvc2l0aW9uO1xyXG4gIHNpemU/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWERyb3Bkb3duQ29uZmlnIHtcclxuICB0cmlnZ2VyPzogWFRyaWdnZXI7XHJcbiAgcGxhY2VtZW50PzogWFBsYWNlbWVudDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRGVzY3JpcHRpb25Db25maWcge1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbiAgc2l6ZT86IFhTaXplO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhFbXB0eUNvbmZpZyB7XHJcbiAgY29udGVudD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRmluZENvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbiAgY29sdW1uTGFiZWw/OiBzdHJpbmc7XHJcbiAgZGlhbG9nVGl0bGU/OiBzdHJpbmc7XHJcbiAgZGlhbG9nQnV0dG9uc0NlbnRlcj86IFhCb29sZWFuO1xyXG4gIHRhYmxlSW5kZXg/OiBudW1iZXI7XHJcbiAgdGFibGVTaXplPzogbnVtYmVyO1xyXG4gIHRhYmxlTG9hZGluZz86IFhCb29sZWFuO1xyXG4gIHRhYmxlVmlydHVhbFNjcm9sbD86IGJvb2xlYW47XHJcbiAgdGFibGVSb3dIZWlnaHQ/OiBYTnVtYmVyO1xyXG4gIHRyZWVFeHBhbmRlZExldmVsPzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRm9ybUNvbmZpZyB7XHJcbiAgc3BhY2U/OiBYTnVtYmVyO1xyXG4gIGxhYmVsU3VmZml4Pzogc3RyaW5nO1xyXG4gIHdpZHRoPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhIaWdobGlnaHRDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEljb25Db25maWcge1xyXG4gIGhyZWY/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWElubmVyQ29uZmlnIHtcclxuICBwYWRkaW5nPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhJbnB1dENvbmZpZyB7XHJcbiAgY2xlYXJhYmxlPzogWEJvb2xlYW47XHJcbiAgaWNvbkxheW91dD86IFhQb3NpdGlvbkxlZnRSaWdodDtcclxuICBzaXplPzogWFNpemU7XHJcbiAgYm9yZGVyZWQ/OiBYQm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSW5wdXRHcm91cENvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbiAgY29tcGFjdD86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhJbnB1dE51bWJlckNvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvbENvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYUm93Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhSaXBwbGVDb25maWcge1xyXG4gIHR5cGU/OiBYVHlwZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYTGlua0NvbmZpZyB7XHJcbiAgdW5kZXJsaW5lPzogWEJvb2xlYW47XHJcbiAgaWNvblJpZ2h0PzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWExpc3RDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWExvYWRpbmdDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICB0ZXh0Pzogc3RyaW5nO1xyXG4gIGljb24/OiBzdHJpbmc7XHJcbiAgY29sb3I/OiBzdHJpbmc7XHJcbiAgYmFja2dyb3VuZD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYTWVudUNvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYTWVzc2FnZUNvbmZpZyB7XHJcbiAgdHlwZT86IFhTdGF0dXM7XHJcbiAgd2lkdGg/OiBzdHJpbmc7XHJcbiAgcGxhY2VtZW50PzogWFBsYWNlO1xyXG4gIGRpc3BsYXlUeXBlPzogc3RyaW5nO1xyXG4gIG9mZnNldD86IHN0cmluZyB8IHN0cmluZ1tdO1xyXG4gIGR1cmF0aW9uPzogbnVtYmVyO1xyXG4gIGhpZGVDbG9zZT86IGJvb2xlYW47XHJcbiAgc2hvd0ljb24/OiBib29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhNZXNzYWdlQm94Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhOb3RpZmljYXRpb25Db25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWE91dGxldENvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYUGFnZUhlYWRlckNvbmZpZyB7XHJcbiAgYmFja0ljb24/OiBzdHJpbmc7XHJcbiAgYmFja1RleHQ/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFBhZ2luYXRpb25Db25maWcge1xyXG4gIGluZGV4PzogWE51bWJlcjtcclxuICBzaXplPzogWE51bWJlcjtcclxuICBzcGFjZT86IFhOdW1iZXI7XHJcbiAgcGFnZUxpbmtTaXplPzogWE51bWJlcjtcclxuICBoaWRkZW5Cb3JkZXI/OiBib29sZWFuO1xyXG4gIHNob3dFbGxpcHNpcz86IGJvb2xlYW47XHJcbiAgc2hvd1RvdGFsPzogYm9vbGVhbjtcclxuICBzaG93U2l6ZT86IGJvb2xlYW47XHJcbiAgc2l6ZVdpZHRoPzogbnVtYmVyO1xyXG4gIHNpemVEYXRhPzogbnVtYmVyW107XHJcbiAgc2hvd0p1bXA/OiBib29sZWFuO1xyXG4gIGp1bXBXaWR0aD86IG51bWJlcjtcclxuICBzaW1wbGU/OiBib29sZWFuO1xyXG4gIHNpbXBsZUluZGV4V2lkdGg/OiBudW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFBhdHRlcm5Db25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFBvcGNvbmZpcm1Db25maWcge1xyXG4gIHBsYWNlbWVudD86IFhQbGFjZW1lbnQ7XHJcbiAgdHJpZ2dlcj86IFhUcmlnZ2VyO1xyXG4gIHdpZHRoPzogc3RyaW5nO1xyXG4gIGljb24/OiBzdHJpbmc7XHJcbiAgaWNvbkNvbG9yPzogc3RyaW5nO1xyXG4gIGNhbmNlbFRleHQ/OiBzdHJpbmc7XHJcbiAgY29uZmlybVRleHQ/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFBvcG92ZXJDb25maWcge1xyXG4gIHBsYWNlbWVudD86IFhQbGFjZW1lbnQ7XHJcbiAgdHJpZ2dlcj86IFhUcmlnZ2VyO1xyXG4gIHdpZHRoPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQb3J0YWxDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFByb2dyZXNzQ29uZmluZyB7XHJcbiAgaGVpZ2h0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhSYWRpb0NvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhSYXRlQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhSZXN1bHRDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFNlbGVjdENvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWFBvc2l0aW9uVG9wQm90dG9tO1xyXG4gIGNsZWFyYWJsZT86IFhCb29sZWFuO1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTa2VsZXRvbkNvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYU2xpZGVyQ29uZmlnIHtcclxuICBhbmltYXRlZD86IFhCb29sZWFuO1xyXG4gIHNpemU/OiBYU2l6ZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYU2xpZGVyU2VsZWN0Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTdGF0aXN0aWNDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvdW50ZG93bkNvbmZpZyB7XHJcbiAgZm9ybWF0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTdGVwc0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYU3dpdGNoQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUYWJsZUNvbmZpZyB7XHJcbiAgaW5kZXg/OiBudW1iZXI7XHJcbiAgc2l6ZT86IG51bWJlcjtcclxuICBsb2FkaW5nPzogWEJvb2xlYW47XHJcbiAgc2hvd0hlYWRlcj86IFhCb29sZWFuO1xyXG4gIHZpcnR1YWxTY3JvbGw/OiBib29sZWFuO1xyXG4gIHJvd0hlaWdodD86IFhOdW1iZXI7XHJcbiAgaXRlbVNpemU/OiBYTnVtYmVyO1xyXG4gIGJvcmRlcmVkPzogWE51bWJlcjtcclxuICBhbGxvd1NlbGVjdFJvdz86IFhCb29sZWFuO1xyXG4gIHJvd1NpemU/OiBYU2l6ZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGFic0NvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUYWdDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG4gIGNsb3NhYmxlPzogWEJvb2xlYW47XHJcbiAgZGFyaz86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUZXh0UmV0cmFjdENvbmZpZyB7XHJcbiAgbWF4PzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGhlbWVDb25maWcge1xyXG4gIGFtb3VudHM/OiBYTnVtYmVyW107XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRpbWVBZ29Db25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRpbWVQaWNrZXJDb25maWcge1xyXG4gIGZvcm1hdD86IHN0cmluZztcclxuICBwbGFjZW1lbnQ/OiBYQ29ybmVyO1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUaW1lUmFuZ2VDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRpbWVsaW5lQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRvb2x0aXBDb25maWcge1xyXG4gIHBsYWNlbWVudD86IFhQbGFjZW1lbnQ7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRyYW5zZmVyQ29uZmlnIHtcclxuICB0aXRsZXM/OiBzdHJpbmdbXTtcclxuICBkcmFnPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRyZWVDb25maWcge1xyXG4gIHNwYWNpbmc/OiBYTnVtYmVyO1xyXG4gIG5vZGVIZWlnaHQ/OiBYTnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUZXh0YXJlYUNvbmZpZyB7XHJcbiAgY2xlYXJhYmxlPzogWEJvb2xlYW47XHJcbiAgaWNvbkxheW91dD86IFhQb3NpdGlvbkxlZnRSaWdodDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVHJlZUZpbGVDb25maWcge1xyXG4gIG1heEhlaWdodD86IFhOdW1iZXI7XHJcbiAgc3BhY2luZz86IFhOdW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFVwbG9hZENvbmZpZyB7fVxyXG4iXX0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29yZS9jb25maWcvY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXFCQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBWS9DLE1BQU0sQ0FBQyxNQUFNLFFBQVEsR0FBRyxJQUFJLGNBQWMsQ0FBVSxVQUFVLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgWFNpemUsXHJcbiAgWEJvb2xlYW4sXHJcbiAgWFR5cGUsXHJcbiAgWEVmZmVjdCxcclxuICBYTnVtYmVyLFxyXG4gIFhQb3NpdGlvbkxlZnRSaWdodCxcclxuICBYSnVzdGlmeSxcclxuICBYU2hhcGUsXHJcbiAgWEZpdCxcclxuICBYU2hhZG93LFxyXG4gIFhUcmlnZ2VyLFxyXG4gIFhEaXNwbGF5RGlyZWN0aW9uLFxyXG4gIFhDb3JuZXIsXHJcbiAgWERpcmVjdGlvbixcclxuICBYUGxhY2UsXHJcbiAgWFBvc2l0aW9uLFxyXG4gIFhQbGFjZW1lbnQsXHJcbiAgWFBvc2l0aW9uVG9wQm90dG9tLFxyXG4gIFhTdGF0dXNcclxufSBmcm9tICcuLi9pbnRlcmZhY2VzJztcclxuaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgWFRoZW1lIH0gZnJvbSAnLi4vdGhlbWUnO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29uZmlnIHtcclxuICBjb21wb25lbnRzPzogWENvbXBvbmVudENvbmZpZztcclxuICB0aGVtZT86IFhUaGVtZTtcclxufVxyXG5cclxuZXhwb3J0IHR5cGUgWENvbmZpZ0tleSA9IGtleW9mIFhDb25maWc7XHJcblxyXG5leHBvcnQgdHlwZSBYQ29tcG9uZW50Q29uZmlnS2V5ID0ga2V5b2YgWENvbXBvbmVudENvbmZpZztcclxuXHJcbmV4cG9ydCBjb25zdCBYX0NPTkZJRyA9IG5ldyBJbmplY3Rpb25Ub2tlbjxYQ29uZmlnPigneC1jb25maWcnKTtcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvbXBvbmVudENvbmZpZyB7XHJcbiAgYWZmaXg/OiBYQWZmaXhDb25maWc7XHJcbiAgYWxlcnQ/OiBYQWxlcnRDb25maWc7XHJcbiAgYW5jaG9yPzogWEFuY2hvckNvbmZpZztcclxuICBhdmF0YXI/OiBYQXZhdGFyQ29uZmlnO1xyXG4gIGF1dG9Db21wbGV0ZT86IFhBdXRvQ29tcGxldGVDb25maWc7XHJcbiAgYmFja1RvcD86IFhCYWNrVG9wQ29uZmlnO1xyXG4gIGJhZGdlPzogWEJhZGdlQ29uZmdpZztcclxuICBidXR0b24/OiBYQnV0dG9uQ29uZmlnO1xyXG4gIGJ1dHRvbnM/OiBYQnV0dG9uc0NvbmZpZztcclxuICBjYWxlbmRhcj86IFhDYWxlbmRhckNvbmZpZztcclxuICBjYXJkPzogWENhcmRDb25maWc7XHJcbiAgY2Fyb3VzZWw/OiBYQ2Fyb3VzZWxDb25maWc7XHJcbiAgY2FzY2FkZT86IFhDYXNjYWRlQ29uZmlnO1xyXG4gIGNoZWNrYm94PzogWENoZWNrYm94Q29uZmlnO1xyXG4gIGNvbGxhcHNlPzogWENvbGxhcHNlQ29uZmlnO1xyXG4gIGNvbG9yPzogWENvbG9yQ29uZmlnO1xyXG4gIGNvbG9yUGlja2VyPzogWENvbG9yUGlja2VyQ29uZmlnO1xyXG4gIGNvbW1lbnQ/OiBYQ29tbWVudENvbmZpZztcclxuICBjb250YWluZXI/OiBYQ29udGFpbmVyQ29uZmlnO1xyXG4gIGhlYWRlcj86IFhIZWFkZXJDb25maWc7XHJcbiAgYXNpZGU/OiBYQXNpZGVDb25maWc7XHJcbiAgZm9vdGVyPzogWEZvb3RlckNvbmZpZztcclxuICBjcnVtYj86IFhDcnVtYkNvbWZpZztcclxuICBkYXRlUGlja2VyPzogWERhdGVQaWNrZXJDb25maWc7XHJcbiAgZGF0ZVJhbmdlPzogWERhdGVSYW5nZUNvbmZpZztcclxuICBkaWFsb2c/OiBYRGlhbG9nQ29uZmlnO1xyXG4gIGRyYXdlcj86IFhEcmF3ZXJDb25maWc7XHJcbiAgZHJvcGRvd24/OiBYRHJvcGRvd25Db25maWc7XHJcbiAgZGVzY3JpcHRpb24/OiBYRGVzY3JpcHRpb25Db25maWc7XHJcbiAgZW1wdHk/OiBYRW1wdHlDb25maWc7XHJcbiAgZmluZD86IFhGaW5kQ29uZmlnO1xyXG4gIGZvcm0/OiBYRm9ybUNvbmZpZztcclxuICBoaWdobGlnaHQ/OiBYSGlnaGxpZ2h0Q29uZmlnO1xyXG4gIGljb24/OiBYSWNvbkNvbmZpZztcclxuICBpbm5lcj86IFhJbm5lckNvbmZpZztcclxuICBpbnB1dD86IFhJbnB1dENvbmZpZztcclxuICBpbnB1dEdyb3VwPzogWElucHV0R3JvdXBDb25maWc7XHJcbiAgaW5wdXROdW1iZXI/OiBYSW5wdXROdW1iZXJDb25maWc7XHJcbiAgY29sPzogWENvbENvbmZpZztcclxuICByb3c/OiBYUm93Q29uZmlnO1xyXG4gIHJpcHBsZT86IFhSaXBwbGVDb25maWc7XHJcbiAgbGluaz86IFhMaW5rQ29uZmlnO1xyXG4gIGxpc3Q/OiBYTGlzdENvbmZpZztcclxuICBsb2FkaW5nPzogWExvYWRpbmdDb25maWc7XHJcbiAgbWVudT86IFhNZW51Q29uZmlnO1xyXG4gIG1lc3NhZ2U/OiBYTWVzc2FnZUNvbmZpZztcclxuICBtZXNzYWdlQm94PzogWE1lc3NhZ2VCb3hDb25maWc7XHJcbiAgbm90aWZpY2F0aW9uPzogWE5vdGlmaWNhdGlvbkNvbmZpZztcclxuICBvdXRsZXQ/OiBYT3V0bGV0Q29uZmlnO1xyXG4gIHBhZ2VIZWFkZXI/OiBYUGFnZUhlYWRlckNvbmZpZztcclxuICBwYWdpbmF0aW9uPzogWFBhZ2luYXRpb25Db25maWc7XHJcbiAgcGF0dGVybj86IFhQYXR0ZXJuQ29uZmlnO1xyXG4gIHBvcGNvbmZpcm0/OiBYUG9wY29uZmlybUNvbmZpZztcclxuICBwb3BvdmVyPzogWFBvcG92ZXJDb25maWc7XHJcbiAgcG9ydGFsPzogWFBvcnRhbENvbmZpZztcclxuICBwcm9ncmVzcz86IFhQcm9ncmVzc0NvbmZpbmc7XHJcbiAgcmFkaW8/OiBYUmFkaW9Db25maWc7XHJcbiAgcmF0ZT86IFhSYXRlQ29uZmlnO1xyXG4gIHJlc3VsdD86IFhSZXN1bHRDb25maWc7XHJcbiAgc2VsZWN0PzogWFNlbGVjdENvbmZpZztcclxuICBza2VsZXRvbj86IFhTa2VsZXRvbkNvbmZpZztcclxuICBzbGlkZXI/OiBYU2xpZGVyQ29uZmlnO1xyXG4gIHNsaWRlclNlbGVjdD86IFhTbGlkZXJTZWxlY3RDb25maWc7XHJcbiAgc3RhdGlzdGljPzogWFN0YXRpc3RpY0NvbmZpZztcclxuICBjb3VudGRvd24/OiBYQ291bnRkb3duQ29uZmlnO1xyXG4gIHN0ZXBzPzogWFN0ZXBzQ29uZmlnO1xyXG4gIHN3aXRjaD86IFhTd2l0Y2hDb25maWc7XHJcbiAgdGFibGU/OiBYVGFibGVDb25maWc7XHJcbiAgdGFicz86IFhUYWJzQ29uZmlnO1xyXG4gIHRhZz86IFhUYWdDb25maWc7XHJcbiAgdGV4dFJldHJhY3Q/OiBYVGV4dFJldHJhY3RDb25maWc7XHJcbiAgdGhlbWU/OiBYVGhlbWVDb25maWc7XHJcbiAgdGltZUFnbz86IFhUaW1lQWdvQ29uZmlnO1xyXG4gIHRpbWVQaWNrZXI/OiBYVGltZVBpY2tlckNvbmZpZztcclxuICB0aW1lUmFuZ2U/OiBYVGltZVJhbmdlQ29uZmlnO1xyXG4gIHRpbWVsaW5lPzogWFRpbWVsaW5lQ29uZmlnO1xyXG4gIHRvb2x0aXA/OiBYVG9vbHRpcENvbmZpZztcclxuICB0cmFuc2Zlcj86IFhUcmFuc2ZlckNvbmZpZztcclxuICB0cmVlPzogWFRyZWVDb25maWc7XHJcbiAgdHJlZUZpbGU/OiBYVHJlZUZpbGVDb25maWc7XHJcbiAgdGV4dGFyZWE/OiBYVGV4dGFyZWFDb25maWc7XHJcbiAgdXBsb2FkPzogWFVwbG9hZENvbmZpZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQWZmaXhDb25maWcge1xyXG4gIHRvcD86IHN0cmluZztcclxuICBsZWZ0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhBbGVydENvbmZpZyB7XHJcbiAgZWZmZWN0PzogWEVmZmVjdDtcclxuICBoaWRlQ2xvc2U/OiBYQm9vbGVhbjtcclxuICBzaG93SWNvbj86IFhCb29sZWFuO1xyXG4gIGRpc2FibGVkQW5pbWF0aW9uPzogWEJvb2xlYW47XHJcbiAgZHJhZ2dhYmxlPzogWEJvb2xlYW47XHJcbiAgZHJhZ0hhbmRsZVRpdGxlPzogWEJvb2xlYW47XHJcbiAgZHVyYXRpb24/OiBYTnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhBbmNob3JDb25maWcge1xyXG4gIGFmZml4VG9wPzogc3RyaW5nO1xyXG4gIGFmZml4V2lkdGg/OiBzdHJpbmc7XHJcbiAgbGF5b3V0PzogWFBvc2l0aW9uTGVmdFJpZ2h0O1xyXG4gIGp1c3RpZnk/OiBYSnVzdGlmeTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQXZhdGFyQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbiAgc2hhcGU/OiBYU2hhcGU7XHJcbiAgZml0PzogWEZpdDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQXV0b0NvbXBsZXRlQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUG9zaXRpb25Ub3BCb3R0b207XHJcbiAgZGVib3VuY2VUaW1lPzogbnVtYmVyO1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IGJvb2xlYW47XHJcbiAgY2FzZVNlbnNpdGl2ZT86IGJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEJhY2tUb3BDb25maWcge1xyXG4gIHJpZ2h0Pzogc3RyaW5nO1xyXG4gIGJvdHRvbT86IHN0cmluZztcclxuICB2aXNpYmlsaXR5SGVpZ2h0PzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQmFkZ2VDb25mZ2lnIHtcclxuICB0eXBlPzogWFR5cGU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEJ1dHRvbkNvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIHR5cGU/OiBYVHlwZTtcclxuICBwbGFpbj86IFhCb29sZWFuO1xyXG4gIHJvdW5kPzogWEJvb2xlYW47XHJcbiAgY2lyY2xlPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEJ1dHRvbnNDb25maWcge1xyXG4gIHNwYWNlPzogWE51bWJlcjtcclxuICBoaWRkZW5Cb3JkZXI/OiBYQm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ2FsZW5kYXJDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENhcmRDb25maWcge1xyXG4gIHNoYWRvdz86IFhTaGFkb3c7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENhcm91c2VsQ29uZmlnIHtcclxuICBoZWlnaHQ/OiBzdHJpbmc7XHJcbiAgdHJpZ2dlcj86IFhUcmlnZ2VyO1xyXG4gIGFycm93PzogWFNoYWRvdztcclxuICBkaXJlY3Rpb24/OiBYRGlzcGxheURpcmVjdGlvbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ2FzY2FkZUNvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWENvcm5lcjtcclxuICBzaXplPzogWFNpemU7XHJcbiAgYm9yZGVyZWQ/OiBib29sZWFuO1xyXG4gIG5vZGVUcmlnZ2VyPzogWFRyaWdnZXI7XHJcbiAgbm9kZUhvdmVyRGVsYXk/OiBYTnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDaGVja2JveENvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb2xsYXBzZUNvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29sb3JDb25maWcge1xyXG4gIG1lcmdlPzogc3RyaW5nO1xyXG4gIGFtb3VudHM/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvbG9yUGlja2VyQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYQ29ybmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb21tZW50Q29uZmlnIHtcclxuICBjb250ZW50TWF4PzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb250YWluZXJDb25maWcge1xyXG4gIGRpcmVjdGlvbj86IFhEaXJlY3Rpb247XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEhlYWRlckNvbmZpZyB7XHJcbiAgaGVpZ2h0PzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhBc2lkZUNvbmZpZyB7XHJcbiAgd2lkdGg/OiBudW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEZvb3RlckNvbmZpZyB7XHJcbiAgaGVpZ2h0PzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDcnVtYkNvbWZpZyB7XHJcbiAgc2VwYXJhdG9yPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEYXRlUGlja2VyQ29uZmlnIHtcclxuICBmb3JtYXQ/OiBzdHJpbmc7XHJcbiAgY2xlYXJhYmxlPzogWEJvb2xlYW47XHJcbiAgcGxhY2VtZW50PzogWENvcm5lcjtcclxuICBzaXplPzogWFNpemU7XHJcbiAgYm9yZGVyZWQ/OiBib29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEYXRlUmFuZ2VDb25maWcge1xyXG4gIGZvcm1hdD86IHN0cmluZztcclxuICBjbGVhcmFibGU/OiBYQm9vbGVhbjtcclxuICBwbGFjZW1lbnQ/OiBYQ29ybmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEaWFsb2dDb25maWcge1xyXG4gIHBsYWNlbWVudD86IFhQbGFjZTtcclxuICBvZmZzZXQ/OiBzdHJpbmc7XHJcbiAgd2lkdGg/OiBzdHJpbmc7XHJcbiAgZWZmZWN0PzogWEVmZmVjdDtcclxuICBzaG93Q2FuY2VsPzogWEJvb2xlYW47XHJcbiAgY2FuY2VsVGV4dD86IHN0cmluZztcclxuICBzaG93Q29uZmlybT86IFhCb29sZWFuO1xyXG4gIGNvbmZpcm1UZXh0Pzogc3RyaW5nO1xyXG4gIGJhY2tkcm9wQ2xvc2U/OiBYQm9vbGVhbjtcclxuICBkcmFnZ2FibGU/OiBYQm9vbGVhbjtcclxuICBoYXNCYWNrZHJvcD86IFhCb29sZWFuO1xyXG4gIGNsYXNzTmFtZT86IHN0cmluZztcclxuICBidXR0b25zQ2VudGVyPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWERyYXdlckNvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWFBvc2l0aW9uO1xyXG4gIHNpemU/OiBzdHJpbmc7XHJcbiAgYmFja2Ryb3BDbG9zZT86IFhCb29sZWFuO1xyXG4gIGhhc0JhY2tkcm9wPzogWEJvb2xlYW47XHJcbiAgY2xhc3NOYW1lPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEcm9wZG93bkNvbmZpZyB7XHJcbiAgdHJpZ2dlcj86IFhUcmlnZ2VyO1xyXG4gIHBsYWNlbWVudD86IFhQbGFjZW1lbnQ7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWERlc2NyaXB0aW9uQ29uZmlnIHtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG4gIHNpemU/OiBYU2l6ZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRW1wdHlDb25maWcge1xyXG4gIGNvbnRlbnQ/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEZpbmRDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG4gIGNvbHVtbkxhYmVsPzogc3RyaW5nO1xyXG4gIGRpYWxvZ1RpdGxlPzogc3RyaW5nO1xyXG4gIGRpYWxvZ0J1dHRvbnNDZW50ZXI/OiBYQm9vbGVhbjtcclxuICB0YWJsZUluZGV4PzogbnVtYmVyO1xyXG4gIHRhYmxlU2l6ZT86IG51bWJlcjtcclxuICB0YWJsZUxvYWRpbmc/OiBYQm9vbGVhbjtcclxuICB0YWJsZVZpcnR1YWxTY3JvbGw/OiBib29sZWFuO1xyXG4gIHRhYmxlUm93SGVpZ2h0PzogWE51bWJlcjtcclxuICB0cmVlRXhwYW5kZWRMZXZlbD86IFhOdW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEZvcm1Db25maWcge1xyXG4gIHNwYWNlPzogWE51bWJlcjtcclxuICBsYWJlbFN1ZmZpeD86IHN0cmluZztcclxuICB3aWR0aD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSGlnaGxpZ2h0Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhJY29uQ29uZmlnIHtcclxuICBocmVmPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhJbm5lckNvbmZpZyB7XHJcbiAgcGFkZGluZz86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSW5wdXRDb25maWcge1xyXG4gIGNsZWFyYWJsZT86IFhCb29sZWFuO1xyXG4gIGljb25MYXlvdXQ/OiBYUG9zaXRpb25MZWZ0UmlnaHQ7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWElucHV0R3JvdXBDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG4gIGNvbXBhY3Q/OiBYQm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSW5wdXROdW1iZXJDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb2xDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJvd0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYUmlwcGxlQ29uZmlnIHtcclxuICB0eXBlPzogWFR5cGU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWExpbmtDb25maWcge1xyXG4gIHVuZGVybGluZT86IFhCb29sZWFuO1xyXG4gIGljb25SaWdodD86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhMaXN0Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhMb2FkaW5nQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbiAgdGV4dD86IHN0cmluZztcclxuICBpY29uPzogc3RyaW5nO1xyXG4gIGNvbG9yPzogc3RyaW5nO1xyXG4gIGJhY2tncm91bmQ/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWE1lbnVDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICB0cmlnZ2VyPzogWFRyaWdnZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWE1lc3NhZ2VDb25maWcge1xyXG4gIHR5cGU/OiBYU3RhdHVzO1xyXG4gIHdpZHRoPzogc3RyaW5nO1xyXG4gIHBsYWNlbWVudD86IFhQbGFjZTtcclxuICBkaXNwbGF5VHlwZT86IHN0cmluZztcclxuICBvZmZzZXQ/OiBzdHJpbmcgfCBzdHJpbmdbXTtcclxuICBkdXJhdGlvbj86IG51bWJlcjtcclxuICBoaWRlQ2xvc2U/OiBib29sZWFuO1xyXG4gIHNob3dJY29uPzogYm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYTWVzc2FnZUJveENvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYTm90aWZpY2F0aW9uQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhPdXRsZXRDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFBhZ2VIZWFkZXJDb25maWcge1xyXG4gIGJhY2tJY29uPzogc3RyaW5nO1xyXG4gIGJhY2tUZXh0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQYWdpbmF0aW9uQ29uZmlnIHtcclxuICBpbmRleD86IFhOdW1iZXI7XHJcbiAgc2l6ZT86IFhOdW1iZXI7XHJcbiAgc3BhY2U/OiBYTnVtYmVyO1xyXG4gIHBhZ2VMaW5rU2l6ZT86IFhOdW1iZXI7XHJcbiAgaGlkZGVuQm9yZGVyPzogYm9vbGVhbjtcclxuICBzaG93RWxsaXBzaXM/OiBib29sZWFuO1xyXG4gIHNob3dUb3RhbD86IGJvb2xlYW47XHJcbiAgc2hvd1NpemU/OiBib29sZWFuO1xyXG4gIHNpemVXaWR0aD86IG51bWJlcjtcclxuICBzaXplRGF0YT86IG51bWJlcltdO1xyXG4gIHNob3dKdW1wPzogYm9vbGVhbjtcclxuICBqdW1wV2lkdGg/OiBudW1iZXI7XHJcbiAgc2ltcGxlPzogYm9vbGVhbjtcclxuICBzaW1wbGVJbmRleFdpZHRoPzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQYXR0ZXJuQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQb3Bjb25maXJtQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2VtZW50O1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICB3aWR0aD86IHN0cmluZztcclxuICBpY29uPzogc3RyaW5nO1xyXG4gIGljb25Db2xvcj86IHN0cmluZztcclxuICBjYW5jZWxUZXh0Pzogc3RyaW5nO1xyXG4gIGNvbmZpcm1UZXh0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQb3BvdmVyQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2VtZW50O1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICB3aWR0aD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYUG9ydGFsQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQcm9ncmVzc0NvbmZpbmcge1xyXG4gIGhlaWdodD86IHN0cmluZztcclxuICBzdGVwV2lkdGg/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJhZGlvQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJhdGVDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJlc3VsdENvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYU2VsZWN0Q29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUG9zaXRpb25Ub3BCb3R0b207XHJcbiAgY2xlYXJhYmxlPzogWEJvb2xlYW47XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFNrZWxldG9uQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTbGlkZXJDb25maWcge1xyXG4gIGFuaW1hdGVkPzogWEJvb2xlYW47XHJcbiAgc2l6ZT86IFhTaXplO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTbGlkZXJTZWxlY3RDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFN0YXRpc3RpY0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ291bnRkb3duQ29uZmlnIHtcclxuICBmb3JtYXQ/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFN0ZXBzQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTd2l0Y2hDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRhYmxlQ29uZmlnIHtcclxuICBpbmRleD86IG51bWJlcjtcclxuICBzaXplPzogbnVtYmVyO1xyXG4gIGxvYWRpbmc/OiBYQm9vbGVhbjtcclxuICBzaG93SGVhZGVyPzogWEJvb2xlYW47XHJcbiAgdmlydHVhbFNjcm9sbD86IGJvb2xlYW47XHJcbiAgcm93SGVpZ2h0PzogWE51bWJlcjtcclxuICBpdGVtU2l6ZT86IFhOdW1iZXI7XHJcbiAgYm9yZGVyZWQ/OiBYTnVtYmVyO1xyXG4gIGFsbG93U2VsZWN0Um93PzogWEJvb2xlYW47XHJcbiAgcm93U2l6ZT86IFhTaXplO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUYWJzQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRhZ0NvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbiAgY2xvc2FibGU/OiBYQm9vbGVhbjtcclxuICBkYXJrPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRleHRSZXRyYWN0Q29uZmlnIHtcclxuICBtYXg/OiBYTnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUaGVtZUNvbmZpZyB7XHJcbiAgYW1vdW50cz86IFhOdW1iZXJbXTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGltZUFnb0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGltZVBpY2tlckNvbmZpZyB7XHJcbiAgZm9ybWF0Pzogc3RyaW5nO1xyXG4gIHBsYWNlbWVudD86IFhDb3JuZXI7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRpbWVSYW5nZUNvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGltZWxpbmVDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVG9vbHRpcENvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWFBsYWNlbWVudDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVHJhbnNmZXJDb25maWcge1xyXG4gIHRpdGxlcz86IHN0cmluZ1tdO1xyXG4gIGRyYWc/OiBYQm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVHJlZUNvbmZpZyB7XHJcbiAgc3BhY2luZz86IFhOdW1iZXI7XHJcbiAgbm9kZUhlaWdodD86IFhOdW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRleHRhcmVhQ29uZmlnIHtcclxuICBjbGVhcmFibGU/OiBYQm9vbGVhbjtcclxuICBpY29uTGF5b3V0PzogWFBvc2l0aW9uTGVmdFJpZ2h0O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUcmVlRmlsZUNvbmZpZyB7XHJcbiAgbWF4SGVpZ2h0PzogWE51bWJlcjtcclxuICBzcGFjaW5nPzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVXBsb2FkQ29uZmlnIHt9XHJcbiJdfQ==
@@ -56,9 +56,9 @@ export class XConfigService {
56
56
  return this.themeService.getTheme(includesAll);
57
57
  }
58
58
  }
59
- /** @nocollapse */ /** @nocollapse */ XConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XConfigService, deps: [{ token: i1.XThemeService, optional: true }, { token: X_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
60
- /** @nocollapse */ /** @nocollapse */ XConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XConfigService, providedIn: 'root' });
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XConfigService, decorators: [{
59
+ /** @nocollapse */ /** @nocollapse */ XConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XConfigService, deps: [{ token: i1.XThemeService, optional: true }, { token: X_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
60
+ /** @nocollapse */ /** @nocollapse */ XConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XConfigService, providedIn: 'root' });
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XConfigService, decorators: [{
62
62
  type: Injectable,
63
63
  args: [{
64
64
  providedIn: 'root'
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5b3V0LnR5cGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9jb3JlL2ludGVyZmFjZXMvbGF5b3V0LnR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxyXG4gKiDmlrnkvY0g5bem5Y+zXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYUG9zaXRpb25MZWZ0UmlnaHQgPSAnbGVmdCcgfCAncmlnaHQnO1xyXG4vKipcclxuICog5pa55L2NIOS4iuS4i1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWFBvc2l0aW9uVG9wQm90dG9tID0gJ3RvcCcgfCAnYm90dG9tJztcclxuLyoqXHJcbiAqIOaWueS9jVxyXG4gKi9cclxuZXhwb3J0IHR5cGUgWFBvc2l0aW9uID0gWFBvc2l0aW9uVG9wQm90dG9tIHwgWFBvc2l0aW9uTGVmdFJpZ2h0O1xyXG5cclxuLyoqXHJcbiAqIOminOiJsuexu+Wei1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWFR5cGUgPSAnaW5pdGlhbCcgfCAncHJpbWFyeScgfCAnc3VjY2VzcycgfCAnaW5mbycgfCAnd2FybmluZycgfCAnZGFuZ2VyJyB8ICd0ZXh0JztcclxuXHJcbi8qKlxyXG4gKiDnirbmgIHnsbvlnotcclxuICovXHJcbmV4cG9ydCB0eXBlIFhTdGF0dXMgPSAnc3VjY2VzcycgfCAnaW5mbycgfCAnd2FybmluZycgfCAnZXJyb3InO1xyXG5cclxuLyoqXHJcbiAqIOagt+W8j+aYoOWwhOexu+Wei1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWENsYXNzTWFwID0geyBbcHJvcGVydHk6IHN0cmluZ106IGJvb2xlYW4gfTtcclxuXHJcbi8qKlxyXG4gKiDmoLflvI/kuLvpophcclxuICovXHJcbmV4cG9ydCB0eXBlIFhFZmZlY3QgPSAnbGlnaHQnIHwgJ2RhcmsnIHwgJ3doaXRlJztcclxuXHJcbi8qKlxyXG4gKiDmoLflvI/lsZ7mgKdcclxuICovXHJcbmV4cG9ydCB0eXBlIFhTdHlsZSA9IHsgW3Byb3BlcnR5OiBzdHJpbmddOiBhbnkgfTtcclxuXHJcbi8qKlxyXG4gKiDlsLrlr7hcclxuICogQHZhbHVlIFwiYmlnXCIg6LaF5aSnXHJcbiAqIEB2YWx1ZSBcImxhcmdlXCIg5aSn5Z6LXHJcbiAqIEB2YWx1ZSBcIm1lZGl1bVwiIOS4reetiVxyXG4gKiBAdmFsdWUgXCJzYW1sbFwiIOWwj+Wei1xyXG4gKiBAdmFsdWUgXCJtaW5pXCIg6L+35L2gXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYU2l6ZSA9ICdiaWcnIHwgJ2xhcmdlJyB8ICdtZWRpdW0nIHwgJ3NtYWxsJyB8ICdtaW5pJztcclxuXHJcbi8qKlxyXG4gKiBmbGV4IOW4g+WxgOS4i+eahOWtkOWFg+e0oOawtOW5s+aOkuWIl+aWueW8j1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWEp1c3RpZnkgPSAnc3RhcnQnIHwgJ2VuZCcgfCAnY2VudGVyJyB8ICdzcGFjZS1hcm91bmQnIHwgJ3NwYWNlLWJldHdlZW4nO1xyXG5cclxuLyoqXHJcbiAqIGZsZXgg5biD5bGA5LiL55qE5a2Q5YWD57Sg5rC05bmz5o6S5YiX5pa55byPXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYSnVzdGlmeUNvbnRlbnQgPSAnZmxleC1zdGFydCcgfCAnZmxleC1lbmQnIHwgJ2NlbnRlcicgfCAnc3BhY2UtYXJvdW5kJyB8ICdzcGFjZS1iZXR3ZWVuJztcclxuXHJcbi8qKlxyXG4gKiBmbGV4IOW4g+WxgOS4i+eahOWtkOWFg+e0oOWeguebtOaOkuWIl+aWueW8j1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWEFsaWduID0gJ3N0YXJ0JyB8ICdjZW50ZXInIHwgJ2VuZCc7XHJcblxyXG4vKipcclxuICogZmxleCDluIPlsYDkuIvnmoTlrZDlhYPntKDmjpLliJfmlrnlkJFcclxuICovXHJcbmV4cG9ydCB0eXBlIFhEaXJlY3Rpb24gPSAnY29sdW1uJyB8ICdjb2x1bW4tcmV2ZXJzZScgfCAncm93JyB8ICdyb3ctcmV2ZXJzZSc7XHJcblxyXG4vKipcclxuICog55u45a+55LiO6L+e5o6l5YWD57Sg55qE5L2N572uXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYUGxhY2VtZW50ID0gWFBvc2l0aW9uIHwgWENvcm5lciB8ICdsZWZ0LXN0YXJ0JyB8ICdsZWZ0LWVuZCcgfCAncmlnaHQtc3RhcnQnIHwgJ3JpZ2h0LWVuZCc7XHJcblxyXG4vKipcclxuICog5Zub5Liq6KeS6JC9XHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYQ29ybmVyID0gJ3RvcC1zdGFydCcgfCAndG9wLWVuZCcgfCAnYm90dG9tLXN0YXJ0JyB8ICdib3R0b20tZW5kJztcclxuXHJcbi8qKlxyXG4gKiDkuZ3lrqvmoLzmlrnkvY1cclxuICovXHJcbmV4cG9ydCB0eXBlIFhQbGFjZSA9IFhQb3NpdGlvbiB8IFhDb3JuZXIgfCAnY2VudGVyJztcclxuXHJcbi8qKlxyXG4gKiDlvaLnirZcclxuICovXHJcbmV4cG9ydCB0eXBlIFhTaGFwZSA9ICdjaXJjbGUnIHwgJ3NxdWFyZSc7XHJcblxyXG4vKipcclxuICog6YCC5bqU5pa55byPXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYRml0ID0gJ2ZpbGwnIHwgJ2NvbnRhaW4nIHwgJ2NvdmVyJyB8ICdub25lJyB8ICdzY2FsZS1kb3duJztcclxuXHJcbi8qKlxyXG4gKiDpmLTlvbHmmL7npLrphY3nva5cclxuICovXHJcbmV4cG9ydCB0eXBlIFhTaGFkb3cgPSAnYWx3YXlzJyB8ICdob3ZlcicgfCAnbmV2ZXInO1xyXG5cclxuLyoqXHJcbiAqIOWIh+aNouaWueW8j1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWFRyaWdnZXIgPSAnaG92ZXInIHwgJ2NsaWNrJztcclxuXHJcbi8qKlxyXG4gKiDlsZXnpLrnmoTmlrnlkJFcclxuICovXHJcbmV4cG9ydCB0eXBlIFhEaXNwbGF5RGlyZWN0aW9uID0gJ2hvcml6b250YWwnIHwgJ3ZlcnRpY2FsJztcclxuXHJcbi8qKlxyXG4gKiDmloflrZflr7npvZDmlrnlkJFcclxuICovXHJcbmV4cG9ydCB0eXBlIFhUZXh0QWxpZ24gPSAnbGVmdCcgfCAnY2VudGVyJyB8ICdyaWdodCc7XHJcbiJdfQ==
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5b3V0LnR5cGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9jb3JlL2ludGVyZmFjZXMvbGF5b3V0LnR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxyXG4gKiDmlrnkvY0g5bem5Y+zXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYUG9zaXRpb25MZWZ0UmlnaHQgPSAnbGVmdCcgfCAncmlnaHQnO1xyXG4vKipcclxuICog5pa55L2NIOS4iuS4i1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWFBvc2l0aW9uVG9wQm90dG9tID0gJ3RvcCcgfCAnYm90dG9tJztcclxuLyoqXHJcbiAqIOaWueS9jVxyXG4gKi9cclxuZXhwb3J0IHR5cGUgWFBvc2l0aW9uID0gWFBvc2l0aW9uVG9wQm90dG9tIHwgWFBvc2l0aW9uTGVmdFJpZ2h0O1xyXG5cclxuLyoqXHJcbiAqIOminOiJsuexu+Wei1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWFR5cGUgPSAnaW5pdGlhbCcgfCAncHJpbWFyeScgfCAnc3VjY2VzcycgfCAnaW5mbycgfCAnd2FybmluZycgfCAnZGFuZ2VyJyB8ICd0ZXh0JztcclxuXHJcbi8qKlxyXG4gKiDnirbmgIHnsbvlnotcclxuICovXHJcbmV4cG9ydCB0eXBlIFhTdGF0dXMgPSAnc3VjY2VzcycgfCAnaW5mbycgfCAnd2FybmluZycgfCAnZXJyb3InIHwgJ2xvYWRpbmcnO1xyXG5cclxuLyoqXHJcbiAqIOagt+W8j+aYoOWwhOexu+Wei1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWENsYXNzTWFwID0geyBbcHJvcGVydHk6IHN0cmluZ106IGJvb2xlYW4gfTtcclxuXHJcbi8qKlxyXG4gKiDmoLflvI/kuLvpophcclxuICovXHJcbmV4cG9ydCB0eXBlIFhFZmZlY3QgPSAnbGlnaHQnIHwgJ2RhcmsnIHwgJ3doaXRlJztcclxuXHJcbi8qKlxyXG4gKiDmoLflvI/lsZ7mgKdcclxuICovXHJcbmV4cG9ydCB0eXBlIFhTdHlsZSA9IHsgW3Byb3BlcnR5OiBzdHJpbmddOiBhbnkgfTtcclxuXHJcbi8qKlxyXG4gKiDlsLrlr7hcclxuICogQHZhbHVlIFwiYmlnXCIg6LaF5aSnXHJcbiAqIEB2YWx1ZSBcImxhcmdlXCIg5aSn5Z6LXHJcbiAqIEB2YWx1ZSBcIm1lZGl1bVwiIOS4reetiVxyXG4gKiBAdmFsdWUgXCJzYW1sbFwiIOWwj+Wei1xyXG4gKiBAdmFsdWUgXCJtaW5pXCIg6L+35L2gXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYU2l6ZSA9ICdiaWcnIHwgJ2xhcmdlJyB8ICdtZWRpdW0nIHwgJ3NtYWxsJyB8ICdtaW5pJztcclxuXHJcbi8qKlxyXG4gKiBmbGV4IOW4g+WxgOS4i+eahOWtkOWFg+e0oOawtOW5s+aOkuWIl+aWueW8j1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWEp1c3RpZnkgPSAnc3RhcnQnIHwgJ2VuZCcgfCAnY2VudGVyJyB8ICdzcGFjZS1hcm91bmQnIHwgJ3NwYWNlLWJldHdlZW4nO1xyXG5cclxuLyoqXHJcbiAqIGZsZXgg5biD5bGA5LiL55qE5a2Q5YWD57Sg5rC05bmz5o6S5YiX5pa55byPXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYSnVzdGlmeUNvbnRlbnQgPSAnZmxleC1zdGFydCcgfCAnZmxleC1lbmQnIHwgJ2NlbnRlcicgfCAnc3BhY2UtYXJvdW5kJyB8ICdzcGFjZS1iZXR3ZWVuJztcclxuXHJcbi8qKlxyXG4gKiBmbGV4IOW4g+WxgOS4i+eahOWtkOWFg+e0oOWeguebtOaOkuWIl+aWueW8j1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWEFsaWduID0gJ3N0YXJ0JyB8ICdjZW50ZXInIHwgJ2VuZCc7XHJcblxyXG4vKipcclxuICogZmxleCDluIPlsYDkuIvnmoTlrZDlhYPntKDmjpLliJfmlrnlkJFcclxuICovXHJcbmV4cG9ydCB0eXBlIFhEaXJlY3Rpb24gPSAnY29sdW1uJyB8ICdjb2x1bW4tcmV2ZXJzZScgfCAncm93JyB8ICdyb3ctcmV2ZXJzZSc7XHJcblxyXG4vKipcclxuICog55u45a+55LiO6L+e5o6l5YWD57Sg55qE5L2N572uXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYUGxhY2VtZW50ID0gWFBvc2l0aW9uIHwgWENvcm5lciB8ICdsZWZ0LXN0YXJ0JyB8ICdsZWZ0LWVuZCcgfCAncmlnaHQtc3RhcnQnIHwgJ3JpZ2h0LWVuZCc7XHJcblxyXG4vKipcclxuICog5Zub5Liq6KeS6JC9XHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYQ29ybmVyID0gJ3RvcC1zdGFydCcgfCAndG9wLWVuZCcgfCAnYm90dG9tLXN0YXJ0JyB8ICdib3R0b20tZW5kJztcclxuXHJcbi8qKlxyXG4gKiDkuZ3lrqvmoLzmlrnkvY1cclxuICovXHJcbmV4cG9ydCB0eXBlIFhQbGFjZSA9IFhQb3NpdGlvbiB8IFhDb3JuZXIgfCAnY2VudGVyJztcclxuXHJcbi8qKlxyXG4gKiDlvaLnirZcclxuICovXHJcbmV4cG9ydCB0eXBlIFhTaGFwZSA9ICdjaXJjbGUnIHwgJ3NxdWFyZSc7XHJcblxyXG4vKipcclxuICog6YCC5bqU5pa55byPXHJcbiAqL1xyXG5leHBvcnQgdHlwZSBYRml0ID0gJ2ZpbGwnIHwgJ2NvbnRhaW4nIHwgJ2NvdmVyJyB8ICdub25lJyB8ICdzY2FsZS1kb3duJztcclxuXHJcbi8qKlxyXG4gKiDpmLTlvbHmmL7npLrphY3nva5cclxuICovXHJcbmV4cG9ydCB0eXBlIFhTaGFkb3cgPSAnYWx3YXlzJyB8ICdob3ZlcicgfCAnbmV2ZXInO1xyXG5cclxuLyoqXHJcbiAqIOWIh+aNouaWueW8j1xyXG4gKi9cclxuZXhwb3J0IHR5cGUgWFRyaWdnZXIgPSAnaG92ZXInIHwgJ2NsaWNrJztcclxuXHJcbi8qKlxyXG4gKiDlsZXnpLrnmoTmlrnlkJFcclxuICovXHJcbmV4cG9ydCB0eXBlIFhEaXNwbGF5RGlyZWN0aW9uID0gJ2hvcml6b250YWwnIHwgJ3ZlcnRpY2FsJztcclxuXHJcbi8qKlxyXG4gKiDmloflrZflr7npvZDmlrnlkJFcclxuICovXHJcbmV4cG9ydCB0eXBlIFhUZXh0QWxpZ24gPSAnbGVmdCcgfCAnY2VudGVyJyB8ICdyaWdodCc7XHJcbiJdfQ==
@@ -78,9 +78,9 @@ export class XHttpService {
78
78
  // }
79
79
  }
80
80
  }
81
- /** @nocollapse */ /** @nocollapse */ XHttpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XHttpService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
82
- /** @nocollapse */ /** @nocollapse */ XHttpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XHttpService, providedIn: 'root' });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XHttpService, decorators: [{
81
+ /** @nocollapse */ /** @nocollapse */ XHttpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XHttpService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
82
+ /** @nocollapse */ /** @nocollapse */ XHttpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XHttpService, providedIn: 'root' });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XHttpService, decorators: [{
84
84
  type: Injectable,
85
85
  args: [{ providedIn: 'root' }]
86
86
  }], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
@@ -17,9 +17,9 @@ export class XPreloadingStrategyService {
17
17
  }
18
18
  }
19
19
  }
20
- /** @nocollapse */ /** @nocollapse */ XPreloadingStrategyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XPreloadingStrategyService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
21
- /** @nocollapse */ /** @nocollapse */ XPreloadingStrategyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XPreloadingStrategyService });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XPreloadingStrategyService, decorators: [{
20
+ /** @nocollapse */ /** @nocollapse */ XPreloadingStrategyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XPreloadingStrategyService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
21
+ /** @nocollapse */ /** @nocollapse */ XPreloadingStrategyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XPreloadingStrategyService });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XPreloadingStrategyService, decorators: [{
23
23
  type: Injectable
24
24
  }] });
25
25
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJlbG9hZGluZy1zdHJhdGVneS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29yZS9zZXJ2aWNlcy9wcmVsb2FkaW5nLXN0cmF0ZWd5LnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQyxPQUFPLEVBQWMsRUFBRSxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUV0QyxXQUFXO0FBRVgsTUFBTSxPQUFPLDBCQUEwQjtJQUR2QztRQUVFLFdBQVc7UUFDWCxxQkFBZ0IsR0FBYSxFQUFFLENBQUM7S0FVakM7SUFSQyxPQUFPLENBQUMsS0FBWSxFQUFFLElBQTJCO1FBQy9DLElBQUksS0FBSyxDQUFDLElBQUksSUFBSSxLQUFLLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxFQUFFO1lBQ3ZDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQWMsQ0FBQyxDQUFDO1lBQ2pELE9BQU8sSUFBSSxFQUFFLENBQUM7U0FDZjthQUFNO1lBQ0wsT0FBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDakI7SUFDSCxDQUFDOzs2SkFYVSwwQkFBMEI7aUtBQTFCLDBCQUEwQjsyRkFBMUIsMEJBQTBCO2tCQUR0QyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBQcmVsb2FkaW5nU3RyYXRlZ3ksIFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgb2YgfSBmcm9tICdyeGpzJztcclxuXHJcbi8vIEBkeW5hbWljXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIFhQcmVsb2FkaW5nU3RyYXRlZ3lTZXJ2aWNlIGltcGxlbWVudHMgUHJlbG9hZGluZ1N0cmF0ZWd5IHtcclxuICAvLyDpnIDopoHpooTliqDovb3nmoTmqKHlnZdcclxuICBwcmVsb2FkZWRNb2R1bGVzOiBzdHJpbmdbXSA9IFtdO1xyXG5cclxuICBwcmVsb2FkKHJvdXRlOiBSb3V0ZSwgbG9hZDogKCkgPT4gT2JzZXJ2YWJsZTxhbnk+KTogT2JzZXJ2YWJsZTxhbnk+IHtcclxuICAgIGlmIChyb3V0ZS5kYXRhICYmIHJvdXRlLmRhdGFbJ3ByZWxvYWQnXSkge1xyXG4gICAgICB0aGlzLnByZWxvYWRlZE1vZHVsZXMucHVzaChyb3V0ZS5wYXRoIGFzIHN0cmluZyk7XHJcbiAgICAgIHJldHVybiBsb2FkKCk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICByZXR1cm4gb2YobnVsbCk7XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -49,9 +49,9 @@ export class XStorageService {
49
49
  return S4() + S4() + '-' + S4() + '-' + S4() + '-' + S4() + '-' + S4() + S4() + S4();
50
50
  }
51
51
  }
52
- /** @nocollapse */ /** @nocollapse */ XStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
53
- /** @nocollapse */ /** @nocollapse */ XStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XStorageService, providedIn: 'root' });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XStorageService, decorators: [{
52
+ /** @nocollapse */ /** @nocollapse */ XStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
53
+ /** @nocollapse */ /** @nocollapse */ XStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XStorageService, providedIn: 'root' });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XStorageService, decorators: [{
55
55
  type: Injectable,
56
56
  args: [{ providedIn: 'root' }]
57
57
  }], ctorParameters: function () { return []; } });
@@ -146,9 +146,9 @@ export class XThemeService {
146
146
  this.doc.documentElement.getElementsByTagName('head')[0].appendChild(this.colorsStyleEle);
147
147
  }
148
148
  }
149
- /** @nocollapse */ /** @nocollapse */ XThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XThemeService, deps: [{ token: DOCUMENT }, { token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
150
- /** @nocollapse */ /** @nocollapse */ XThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XThemeService, providedIn: 'root' });
151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XThemeService, decorators: [{
149
+ /** @nocollapse */ /** @nocollapse */ XThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XThemeService, deps: [{ token: DOCUMENT }, { token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
150
+ /** @nocollapse */ /** @nocollapse */ XThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XThemeService, providedIn: 'root' });
151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XThemeService, decorators: [{
152
152
  type: Injectable,
153
153
  args: [{
154
154
  providedIn: 'root'
@@ -43,9 +43,9 @@ export class XCrumbComponent extends XCrumbProperty {
43
43
  });
44
44
  }
45
45
  }
46
- /** @nocollapse */ /** @nocollapse */ XCrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCrumbComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
47
- /** @nocollapse */ /** @nocollapse */ XCrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: XCrumbComponent, selector: "x-crumb", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ul #crumbs class=\"x-crumb\">\r\n <li *ngFor=\"let node of nodes; index as i; trackBy: trackByNode\">\r\n <x-link\r\n [title]=\"nodeTpl ? node.label : ''\"\r\n [icon]=\"node.icon\"\r\n [disabled]=\"node.disabled || i === nodes.length - 1\"\r\n (click)=\"action('click', node, $event)\"\r\n >\r\n <ng-container *ngIf=\"!nodeTpl\">{{ node.label }}</ng-container>\r\n <ng-container *ngTemplateOutlet=\"nodeTpl; context: { $node: node }\"></ng-container>\r\n </x-link>\r\n <span class=\"x-crumb-separator\" *ngIf=\"i !== nodes.length - 1\">\r\n <ng-container *xOutlet=\"separator\">{{ separator }}</ng-container>\r\n </span>\r\n </li>\r\n</ul>\r\n", styles: [".x-crumb{margin:0;padding:0;display:flex}.x-crumb>li{padding:0;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center}.x-crumb>li .x-link.x-link-disabled{color:var(--x-text-400);cursor:text}.x-crumb-separator{margin:0 .5rem;font-weight:600;color:var(--x-text-400)}\n"], components: [{ type: i2.XLinkComponent, selector: "x-link" }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCrumbComponent, decorators: [{
46
+ /** @nocollapse */ /** @nocollapse */ XCrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCrumbComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
47
+ /** @nocollapse */ /** @nocollapse */ XCrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: XCrumbComponent, selector: "x-crumb", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ul #crumbs class=\"x-crumb\">\r\n <li *ngFor=\"let node of nodes; index as i; trackBy: trackByNode\">\r\n <x-link\r\n [title]=\"nodeTpl ? node.label : ''\"\r\n [icon]=\"node.icon\"\r\n [disabled]=\"node.disabled || i === nodes.length - 1\"\r\n (click)=\"action('click', node, $event)\"\r\n >\r\n <ng-container *ngIf=\"!nodeTpl\">{{ node.label }}</ng-container>\r\n <ng-container *ngTemplateOutlet=\"nodeTpl; context: { $node: node }\"></ng-container>\r\n </x-link>\r\n <span class=\"x-crumb-separator\" *ngIf=\"i !== nodes.length - 1\">\r\n <ng-container *xOutlet=\"separator\">{{ separator }}</ng-container>\r\n </span>\r\n </li>\r\n</ul>\r\n", styles: [".x-crumb{margin:0;padding:0;display:flex}.x-crumb>li{padding:0;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center}.x-crumb>li .x-link.x-link-disabled{color:var(--x-text-400);cursor:text}.x-crumb-separator{margin:0 .5rem;font-weight:600;color:var(--x-text-400)}\n"], components: [{ type: i2.XLinkComponent, selector: "x-link" }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCrumbComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{ selector: `${XCrumbPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ul #crumbs class=\"x-crumb\">\r\n <li *ngFor=\"let node of nodes; index as i; trackBy: trackByNode\">\r\n <x-link\r\n [title]=\"nodeTpl ? node.label : ''\"\r\n [icon]=\"node.icon\"\r\n [disabled]=\"node.disabled || i === nodes.length - 1\"\r\n (click)=\"action('click', node, $event)\"\r\n >\r\n <ng-container *ngIf=\"!nodeTpl\">{{ node.label }}</ng-container>\r\n <ng-container *ngTemplateOutlet=\"nodeTpl; context: { $node: node }\"></ng-container>\r\n </x-link>\r\n <span class=\"x-crumb-separator\" *ngIf=\"i !== nodes.length - 1\">\r\n <ng-container *xOutlet=\"separator\">{{ separator }}</ng-container>\r\n </span>\r\n </li>\r\n</ul>\r\n", styles: [".x-crumb{margin:0;padding:0;display:flex}.x-crumb>li{padding:0;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center}.x-crumb>li .x-link.x-link-disabled{color:var(--x-text-400);cursor:text}.x-crumb-separator{margin:0 .5rem;font-weight:600;color:var(--x-text-400)}\n"] }]
51
51
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.XConfigService }]; } });
@@ -7,10 +7,10 @@ import { XCrumbProperty } from './crumb.property';
7
7
  import * as i0 from "@angular/core";
8
8
  export class XCrumbModule {
9
9
  }
10
- /** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- /** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCrumbModule, declarations: [XCrumbComponent, XCrumbProperty], imports: [CommonModule, XLinkModule, XOutletModule], exports: [XCrumbComponent] });
12
- /** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCrumbModule, imports: [[CommonModule, XLinkModule, XOutletModule]] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: XCrumbModule, decorators: [{
10
+ /** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ /** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCrumbModule, declarations: [XCrumbComponent, XCrumbProperty], imports: [CommonModule, XLinkModule, XOutletModule], exports: [XCrumbComponent] });
12
+ /** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCrumbModule, imports: [[CommonModule, XLinkModule, XOutletModule]] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: XCrumbModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  declarations: [XCrumbComponent, XCrumbProperty],