@ng-nest/ui 13.0.9 → 13.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (666) hide show
  1. package/alert/alert.component.d.ts +2 -0
  2. package/alert/alert.module.d.ts +2 -1
  3. package/alert/alert.property.d.ts +80 -1
  4. package/collapse/collapse.property.d.ts +16 -1
  5. package/collapse/examples/en_US/default/arrow/README.md +6 -0
  6. package/collapse/examples/en_US/default/border/README.md +6 -0
  7. package/collapse/examples/zh_CN/default/arrow/README.md +6 -0
  8. package/collapse/examples/zh_CN/default/border/README.md +6 -0
  9. package/core/config/config.d.ts +8 -0
  10. package/dialog/dialog.component.d.ts +25 -2
  11. package/dialog/dialog.module.d.ts +2 -1
  12. package/dialog/dialog.property.d.ts +27 -9
  13. package/dialog/dialog.service.d.ts +4 -2
  14. package/dialog/examples/zh_CN/default/resizable/README.md +6 -0
  15. package/esm2020/affix/affix.component.mjs +3 -3
  16. package/esm2020/affix/affix.module.mjs +4 -4
  17. package/esm2020/affix/affix.property.mjs +3 -3
  18. package/esm2020/alert/alert.component.mjs +12 -8
  19. package/esm2020/alert/alert.module.mjs +7 -6
  20. package/esm2020/alert/alert.property.mjs +58 -4
  21. package/esm2020/anchor/anchor.component.mjs +3 -3
  22. package/esm2020/anchor/anchor.module.mjs +4 -4
  23. package/esm2020/anchor/anchor.property.mjs +3 -3
  24. package/esm2020/api/api.component.mjs +3 -3
  25. package/esm2020/api/api.module.mjs +4 -4
  26. package/esm2020/auto-complete/auto-complete-portal.component.mjs +3 -3
  27. package/esm2020/auto-complete/auto-complete.component.mjs +3 -3
  28. package/esm2020/auto-complete/auto-complete.module.mjs +4 -4
  29. package/esm2020/auto-complete/auto-complete.property.mjs +3 -3
  30. package/esm2020/avatar/avatar.component.mjs +3 -3
  31. package/esm2020/avatar/avatar.module.mjs +4 -4
  32. package/esm2020/avatar/avatar.property.mjs +3 -3
  33. package/esm2020/back-top/back-top.component.mjs +7 -5
  34. package/esm2020/back-top/back-top.module.mjs +4 -4
  35. package/esm2020/back-top/back-top.property.mjs +3 -3
  36. package/esm2020/badge/badge.component.mjs +3 -3
  37. package/esm2020/badge/badge.module.mjs +4 -4
  38. package/esm2020/badge/badge.property.mjs +3 -3
  39. package/esm2020/base-form/base-form.component.mjs +3 -3
  40. package/esm2020/base-form/base-form.module.mjs +4 -4
  41. package/esm2020/base-form/base-form.property.mjs +3 -3
  42. package/esm2020/border/border.component.mjs +3 -3
  43. package/esm2020/border/border.module.mjs +4 -4
  44. package/esm2020/button/button.component.mjs +3 -3
  45. package/esm2020/button/button.module.mjs +4 -4
  46. package/esm2020/button/button.property.mjs +6 -6
  47. package/esm2020/button/buttons.component.mjs +3 -3
  48. package/esm2020/calendar/calendar.component.mjs +3 -3
  49. package/esm2020/calendar/calendar.module.mjs +4 -4
  50. package/esm2020/calendar/calendar.property.mjs +3 -3
  51. package/esm2020/card/card.component.mjs +3 -3
  52. package/esm2020/card/card.module.mjs +4 -4
  53. package/esm2020/card/card.property.mjs +3 -3
  54. package/esm2020/carousel/carousel-panel.component.mjs +3 -3
  55. package/esm2020/carousel/carousel.component.mjs +3 -3
  56. package/esm2020/carousel/carousel.module.mjs +4 -4
  57. package/esm2020/carousel/carousel.property.mjs +6 -6
  58. package/esm2020/cascade/cascade-portal.component.mjs +3 -3
  59. package/esm2020/cascade/cascade.component.mjs +3 -3
  60. package/esm2020/cascade/cascade.module.mjs +4 -4
  61. package/esm2020/cascade/cascade.property.mjs +3 -3
  62. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  63. package/esm2020/checkbox/checkbox.module.mjs +4 -4
  64. package/esm2020/checkbox/checkbox.property.mjs +3 -3
  65. package/esm2020/collapse/collapse-panel.component.mjs +5 -5
  66. package/esm2020/collapse/collapse.component.mjs +5 -5
  67. package/esm2020/collapse/collapse.module.mjs +4 -4
  68. package/esm2020/collapse/collapse.property.mjs +18 -7
  69. package/esm2020/color/color.component.mjs +3 -3
  70. package/esm2020/color/color.module.mjs +4 -4
  71. package/esm2020/color/color.property.mjs +3 -3
  72. package/esm2020/color-picker/color-picker-portal.component.mjs +3 -3
  73. package/esm2020/color-picker/color-picker.component.mjs +3 -3
  74. package/esm2020/color-picker/color-picker.module.mjs +4 -4
  75. package/esm2020/color-picker/color-picker.property.mjs +3 -3
  76. package/esm2020/comment/comment-reply.component.mjs +3 -3
  77. package/esm2020/comment/comment.component.mjs +3 -3
  78. package/esm2020/comment/comment.module.mjs +4 -4
  79. package/esm2020/comment/comment.property.mjs +6 -6
  80. package/esm2020/container/aside.component.mjs +3 -3
  81. package/esm2020/container/container.component.mjs +3 -3
  82. package/esm2020/container/container.module.mjs +4 -4
  83. package/esm2020/container/container.property.mjs +12 -12
  84. package/esm2020/container/footer.component.mjs +3 -3
  85. package/esm2020/container/header.component.mjs +3 -3
  86. package/esm2020/container/main.component.mjs +3 -3
  87. package/esm2020/core/config/config.mjs +1 -1
  88. package/esm2020/core/config/config.service.mjs +3 -3
  89. package/esm2020/core/services/http.service.mjs +3 -3
  90. package/esm2020/core/services/preloading-strategy.service.mjs +3 -3
  91. package/esm2020/core/services/storage.service.mjs +3 -3
  92. package/esm2020/core/theme/theme.service.mjs +3 -3
  93. package/esm2020/crumb/crumb.component.mjs +3 -3
  94. package/esm2020/crumb/crumb.module.mjs +4 -4
  95. package/esm2020/crumb/crumb.property.mjs +3 -3
  96. package/esm2020/date-picker/date-picker-portal.component.mjs +3 -3
  97. package/esm2020/date-picker/date-picker.component.mjs +3 -3
  98. package/esm2020/date-picker/date-picker.module.mjs +4 -4
  99. package/esm2020/date-picker/date-picker.property.mjs +15 -15
  100. package/esm2020/date-picker/date-range-portal.component.mjs +3 -3
  101. package/esm2020/date-picker/date-range.component.mjs +3 -3
  102. package/esm2020/date-picker/picker-date.component.mjs +3 -3
  103. package/esm2020/date-picker/picker-month.component.mjs +3 -3
  104. package/esm2020/date-picker/picker-year.component.mjs +3 -3
  105. package/esm2020/description/description-item.component.mjs +3 -3
  106. package/esm2020/description/description.component.mjs +3 -3
  107. package/esm2020/description/description.module.mjs +4 -4
  108. package/esm2020/description/description.property.mjs +6 -6
  109. package/esm2020/dialog/dialog-portal.component.mjs +3 -3
  110. package/esm2020/dialog/dialog-portal.directives.mjs +12 -12
  111. package/esm2020/dialog/dialog.component.mjs +134 -15
  112. package/esm2020/dialog/dialog.module.mjs +12 -8
  113. package/esm2020/dialog/dialog.property.mjs +26 -4
  114. package/esm2020/dialog/dialog.service.mjs +18 -10
  115. package/esm2020/doc/doc.component.mjs +3 -3
  116. package/esm2020/doc/doc.module.mjs +4 -4
  117. package/esm2020/drawer/drawer-container.component.mjs +3 -3
  118. package/esm2020/drawer/drawer-portal.component.mjs +3 -3
  119. package/esm2020/drawer/drawer-portal.directives.mjs +9 -9
  120. package/esm2020/drawer/drawer.component.mjs +3 -3
  121. package/esm2020/drawer/drawer.module.mjs +4 -4
  122. package/esm2020/drawer/drawer.property.mjs +6 -6
  123. package/esm2020/drawer/drawer.service.mjs +3 -3
  124. package/esm2020/dropdown/dropdown-portal.component.mjs +3 -3
  125. package/esm2020/dropdown/dropdown.component.mjs +3 -3
  126. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  127. package/esm2020/dropdown/dropdown.property.mjs +3 -3
  128. package/esm2020/empty/empty.component.mjs +3 -3
  129. package/esm2020/empty/empty.module.mjs +4 -4
  130. package/esm2020/empty/empty.property.mjs +3 -3
  131. package/esm2020/examples/examples.component.mjs +3 -3
  132. package/esm2020/examples/examples.module.mjs +4 -4
  133. package/esm2020/find/find.component.mjs +3 -3
  134. package/esm2020/find/find.module.mjs +4 -4
  135. package/esm2020/find/find.property.mjs +3 -3
  136. package/esm2020/form/control.component.mjs +3 -3
  137. package/esm2020/form/form.component.mjs +3 -3
  138. package/esm2020/form/form.module.mjs +4 -4
  139. package/esm2020/form/form.property.mjs +6 -6
  140. package/esm2020/highlight/highlight.component.mjs +3 -3
  141. package/esm2020/highlight/highlight.module.mjs +4 -4
  142. package/esm2020/highlight/highlight.property.mjs +3 -3
  143. package/esm2020/i18n/i18n.directive.mjs +3 -3
  144. package/esm2020/i18n/i18n.module.mjs +4 -4
  145. package/esm2020/i18n/i18n.pipe.mjs +3 -3
  146. package/esm2020/i18n/i18n.service.mjs +3 -3
  147. package/esm2020/icon/icon.component.mjs +3 -3
  148. package/esm2020/icon/icon.module.mjs +4 -4
  149. package/esm2020/icon/icon.property.mjs +3 -3
  150. package/esm2020/icon/icon.service.mjs +3 -3
  151. package/esm2020/index.mjs +3 -1
  152. package/esm2020/inner/inner.component.mjs +3 -3
  153. package/esm2020/inner/inner.module.mjs +4 -4
  154. package/esm2020/inner/inner.property.mjs +3 -3
  155. package/esm2020/input/input-group.component.mjs +3 -3
  156. package/esm2020/input/input.component.mjs +14 -5
  157. package/esm2020/input/input.module.mjs +4 -4
  158. package/esm2020/input/input.property.mjs +6 -6
  159. package/esm2020/input-number/input-number.component.mjs +3 -3
  160. package/esm2020/input-number/input-number.module.mjs +4 -4
  161. package/esm2020/input-number/input-number.property.mjs +3 -3
  162. package/esm2020/layout/col.component.mjs +3 -3
  163. package/esm2020/layout/layout.module.mjs +4 -4
  164. package/esm2020/layout/layout.property.mjs +6 -6
  165. package/esm2020/layout/row.component.mjs +3 -3
  166. package/esm2020/link/link.component.mjs +3 -3
  167. package/esm2020/link/link.module.mjs +4 -4
  168. package/esm2020/link/link.property.mjs +3 -3
  169. package/esm2020/list/list-option.component.mjs +3 -3
  170. package/esm2020/list/list.component.mjs +3 -3
  171. package/esm2020/list/list.module.mjs +4 -4
  172. package/esm2020/list/list.property.mjs +6 -6
  173. package/esm2020/loading/loading.component.mjs +3 -3
  174. package/esm2020/loading/loading.module.mjs +4 -4
  175. package/esm2020/loading/loading.property.mjs +3 -3
  176. package/esm2020/menu/menu-node.component.mjs +3 -3
  177. package/esm2020/menu/menu.component.mjs +3 -3
  178. package/esm2020/menu/menu.module.mjs +4 -4
  179. package/esm2020/menu/menu.property.mjs +6 -6
  180. package/esm2020/message/message.component.mjs +3 -3
  181. package/esm2020/message/message.module.mjs +4 -4
  182. package/esm2020/message/message.service.mjs +7 -5
  183. package/esm2020/message-box/message-box.component.mjs +3 -3
  184. package/esm2020/message-box/message-box.module.mjs +4 -4
  185. package/esm2020/message-box/message-box.service.mjs +7 -5
  186. package/esm2020/notification/notification.component.mjs +3 -3
  187. package/esm2020/notification/notification.module.mjs +4 -4
  188. package/esm2020/notification/notification.service.mjs +7 -5
  189. package/esm2020/outlet/outlet.directive.mjs +3 -3
  190. package/esm2020/outlet/outlet.module.mjs +4 -4
  191. package/esm2020/page-header/page-header.component.mjs +3 -3
  192. package/esm2020/page-header/page-header.module.mjs +4 -4
  193. package/esm2020/page-header/page-header.property.mjs +3 -3
  194. package/esm2020/pagination/pagination.component.mjs +3 -3
  195. package/esm2020/pagination/pagination.module.mjs +4 -4
  196. package/esm2020/pagination/pagination.property.mjs +10 -5
  197. package/esm2020/pattern/pattern.component.mjs +3 -3
  198. package/esm2020/pattern/pattern.module.mjs +4 -4
  199. package/esm2020/popconfirm/popconfirm.component.mjs +3 -3
  200. package/esm2020/popconfirm/popconfirm.module.mjs +4 -4
  201. package/esm2020/popconfirm/popconfirm.property.mjs +3 -3
  202. package/esm2020/popover/popover-portal.component.mjs +3 -3
  203. package/esm2020/popover/popover.directive.mjs +3 -3
  204. package/esm2020/popover/popover.module.mjs +4 -4
  205. package/esm2020/popover/popover.property.mjs +3 -3
  206. package/esm2020/portal/portal.module.mjs +4 -4
  207. package/esm2020/portal/portal.property.mjs +2 -1
  208. package/esm2020/portal/portal.service.mjs +62 -8
  209. package/esm2020/progress/progress.component.mjs +4 -4
  210. package/esm2020/progress/progress.module.mjs +4 -4
  211. package/esm2020/progress/progress.property.mjs +3 -3
  212. package/esm2020/radio/radio.component.mjs +3 -3
  213. package/esm2020/radio/radio.module.mjs +4 -4
  214. package/esm2020/radio/radio.property.mjs +3 -3
  215. package/esm2020/rate/rate.component.mjs +3 -3
  216. package/esm2020/rate/rate.module.mjs +4 -4
  217. package/esm2020/rate/rate.property.mjs +3 -3
  218. package/esm2020/resizable/ng-nest-ui-resizable.mjs +5 -0
  219. package/esm2020/resizable/public-api.mjs +4 -0
  220. package/esm2020/resizable/resizable.directive.mjs +226 -0
  221. package/esm2020/resizable/resizable.module.mjs +18 -0
  222. package/esm2020/resizable/resizable.property.mjs +94 -0
  223. package/esm2020/result/result.component.mjs +3 -3
  224. package/esm2020/result/result.module.mjs +4 -4
  225. package/esm2020/result/result.property.mjs +3 -3
  226. package/esm2020/ripple/ripple.directive.mjs +3 -3
  227. package/esm2020/ripple/ripple.module.mjs +4 -4
  228. package/esm2020/ripple/ripple.property.mjs +3 -3
  229. package/esm2020/select/select-portal.component.mjs +3 -3
  230. package/esm2020/select/select.component.mjs +3 -3
  231. package/esm2020/select/select.module.mjs +4 -4
  232. package/esm2020/select/select.property.mjs +3 -3
  233. package/esm2020/skeleton/skeleton.component.mjs +3 -3
  234. package/esm2020/skeleton/skeleton.module.mjs +4 -4
  235. package/esm2020/skeleton/skeleton.property.mjs +3 -3
  236. package/esm2020/slider/slider.component.mjs +3 -3
  237. package/esm2020/slider/slider.module.mjs +4 -4
  238. package/esm2020/slider/slider.property.mjs +3 -3
  239. package/esm2020/slider-select/slider-select.component.mjs +3 -3
  240. package/esm2020/slider-select/slider-select.module.mjs +4 -4
  241. package/esm2020/slider-select/slider-select.property.mjs +3 -3
  242. package/esm2020/statistic/countdown.component.mjs +3 -3
  243. package/esm2020/statistic/statistic.component.mjs +3 -3
  244. package/esm2020/statistic/statistic.module.mjs +4 -4
  245. package/esm2020/statistic/statistic.property.mjs +6 -6
  246. package/esm2020/steps/steps.component.mjs +3 -3
  247. package/esm2020/steps/steps.module.mjs +4 -4
  248. package/esm2020/steps/steps.property.mjs +3 -3
  249. package/esm2020/switch/switch.component.mjs +3 -3
  250. package/esm2020/switch/switch.module.mjs +4 -4
  251. package/esm2020/switch/switch.property.mjs +3 -3
  252. package/esm2020/table/drag.directive.mjs +3 -3
  253. package/esm2020/table/table-body.component.mjs +3 -3
  254. package/esm2020/table/table-foot.component.mjs +3 -3
  255. package/esm2020/table/table-head.component.mjs +3 -3
  256. package/esm2020/table/table.component.mjs +7 -7
  257. package/esm2020/table/table.module.mjs +4 -4
  258. package/esm2020/table/table.property.mjs +19 -13
  259. package/esm2020/tabs/tab-content.component.mjs +3 -3
  260. package/esm2020/tabs/tab.component.mjs +3 -3
  261. package/esm2020/tabs/tabs.component.mjs +3 -3
  262. package/esm2020/tabs/tabs.module.mjs +4 -4
  263. package/esm2020/tabs/tabs.property.mjs +6 -6
  264. package/esm2020/tag/tag.component.mjs +3 -3
  265. package/esm2020/tag/tag.module.mjs +4 -4
  266. package/esm2020/tag/tag.property.mjs +3 -3
  267. package/esm2020/text-retract/text-retract.component.mjs +3 -3
  268. package/esm2020/text-retract/text-retract.module.mjs +4 -4
  269. package/esm2020/text-retract/text-retract.property.mjs +3 -3
  270. package/esm2020/textarea/textarea.component.mjs +3 -3
  271. package/esm2020/textarea/textarea.module.mjs +4 -4
  272. package/esm2020/textarea/textarea.property.mjs +3 -3
  273. package/esm2020/theme/theme.component.mjs +3 -3
  274. package/esm2020/theme/theme.module.mjs +4 -4
  275. package/esm2020/theme/theme.property.mjs +3 -3
  276. package/esm2020/time-ago/time-ago.module.mjs +4 -4
  277. package/esm2020/time-ago/time-ago.pipe.mjs +3 -3
  278. package/esm2020/time-picker/time-picker-frame.component.mjs +3 -3
  279. package/esm2020/time-picker/time-picker-portal.component.mjs +3 -3
  280. package/esm2020/time-picker/time-picker.component.mjs +3 -3
  281. package/esm2020/time-picker/time-picker.module.mjs +4 -4
  282. package/esm2020/time-picker/time-picker.property.mjs +3 -3
  283. package/esm2020/time-range/time-range.module.mjs +4 -4
  284. package/esm2020/time-range/time-range.pipe.mjs +3 -3
  285. package/esm2020/timeline/timeline.component.mjs +3 -3
  286. package/esm2020/timeline/timeline.module.mjs +4 -4
  287. package/esm2020/timeline/timeline.property.mjs +3 -3
  288. package/esm2020/tooltip/tooltip-portal.component.mjs +3 -3
  289. package/esm2020/tooltip/tooltip.directive.mjs +3 -3
  290. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  291. package/esm2020/tooltip/tooltip.property.mjs +3 -3
  292. package/esm2020/transfer/transfer.component.mjs +3 -3
  293. package/esm2020/transfer/transfer.module.mjs +4 -4
  294. package/esm2020/transfer/transfer.property.mjs +3 -3
  295. package/esm2020/tree/tree-node.component.mjs +3 -3
  296. package/esm2020/tree/tree.component.mjs +3 -3
  297. package/esm2020/tree/tree.module.mjs +4 -4
  298. package/esm2020/tree/tree.property.mjs +6 -6
  299. package/esm2020/tree-file/tree-file.component.mjs +3 -3
  300. package/esm2020/tree-file/tree-file.module.mjs +4 -4
  301. package/esm2020/tree-file/tree-file.property.mjs +3 -3
  302. package/esm2020/typography/typography.component.mjs +3 -3
  303. package/esm2020/typography/typography.module.mjs +4 -4
  304. package/esm2020/typography/typography.property.mjs +3 -3
  305. package/esm2020/upload/upload-portal.component.mjs +3 -3
  306. package/esm2020/upload/upload.component.mjs +3 -3
  307. package/esm2020/upload/upload.module.mjs +4 -4
  308. package/esm2020/upload/upload.property.mjs +3 -3
  309. package/fesm2015/ng-nest-ui-affix.mjs +10 -10
  310. package/fesm2015/ng-nest-ui-affix.mjs.map +1 -1
  311. package/fesm2015/ng-nest-ui-alert.mjs +74 -15
  312. package/fesm2015/ng-nest-ui-alert.mjs.map +1 -1
  313. package/fesm2015/ng-nest-ui-anchor.mjs +10 -10
  314. package/fesm2015/ng-nest-ui-anchor.mjs.map +1 -1
  315. package/fesm2015/ng-nest-ui-api.mjs +7 -7
  316. package/fesm2015/ng-nest-ui-api.mjs.map +1 -1
  317. package/fesm2015/ng-nest-ui-auto-complete.mjs +13 -13
  318. package/fesm2015/ng-nest-ui-auto-complete.mjs.map +1 -1
  319. package/fesm2015/ng-nest-ui-avatar.mjs +10 -10
  320. package/fesm2015/ng-nest-ui-avatar.mjs.map +1 -1
  321. package/fesm2015/ng-nest-ui-back-top.mjs +13 -11
  322. package/fesm2015/ng-nest-ui-back-top.mjs.map +1 -1
  323. package/fesm2015/ng-nest-ui-badge.mjs +10 -10
  324. package/fesm2015/ng-nest-ui-badge.mjs.map +1 -1
  325. package/fesm2015/ng-nest-ui-base-form.mjs +10 -10
  326. package/fesm2015/ng-nest-ui-base-form.mjs.map +1 -1
  327. package/fesm2015/ng-nest-ui-border.mjs +7 -7
  328. package/fesm2015/ng-nest-ui-border.mjs.map +1 -1
  329. package/fesm2015/ng-nest-ui-button.mjs +16 -16
  330. package/fesm2015/ng-nest-ui-button.mjs.map +1 -1
  331. package/fesm2015/ng-nest-ui-calendar.mjs +10 -10
  332. package/fesm2015/ng-nest-ui-calendar.mjs.map +1 -1
  333. package/fesm2015/ng-nest-ui-card.mjs +10 -10
  334. package/fesm2015/ng-nest-ui-card.mjs.map +1 -1
  335. package/fesm2015/ng-nest-ui-carousel.mjs +16 -16
  336. package/fesm2015/ng-nest-ui-carousel.mjs.map +1 -1
  337. package/fesm2015/ng-nest-ui-cascade.mjs +13 -13
  338. package/fesm2015/ng-nest-ui-cascade.mjs.map +1 -1
  339. package/fesm2015/ng-nest-ui-checkbox.mjs +10 -10
  340. package/fesm2015/ng-nest-ui-checkbox.mjs.map +1 -1
  341. package/fesm2015/ng-nest-ui-collapse.mjs +29 -18
  342. package/fesm2015/ng-nest-ui-collapse.mjs.map +1 -1
  343. package/fesm2015/ng-nest-ui-color-picker.mjs +13 -13
  344. package/fesm2015/ng-nest-ui-color-picker.mjs.map +1 -1
  345. package/fesm2015/ng-nest-ui-color.mjs +10 -10
  346. package/fesm2015/ng-nest-ui-color.mjs.map +1 -1
  347. package/fesm2015/ng-nest-ui-comment.mjs +16 -16
  348. package/fesm2015/ng-nest-ui-comment.mjs.map +1 -1
  349. package/fesm2015/ng-nest-ui-container.mjs +31 -31
  350. package/fesm2015/ng-nest-ui-container.mjs.map +1 -1
  351. package/fesm2015/ng-nest-ui-core.mjs +15 -15
  352. package/fesm2015/ng-nest-ui-core.mjs.map +1 -1
  353. package/fesm2015/ng-nest-ui-crumb.mjs +10 -10
  354. package/fesm2015/ng-nest-ui-crumb.mjs.map +1 -1
  355. package/fesm2015/ng-nest-ui-date-picker.mjs +40 -40
  356. package/fesm2015/ng-nest-ui-date-picker.mjs.map +1 -1
  357. package/fesm2015/ng-nest-ui-description.mjs +16 -16
  358. package/fesm2015/ng-nest-ui-description.mjs.map +1 -1
  359. package/fesm2015/ng-nest-ui-dialog.mjs +205 -51
  360. package/fesm2015/ng-nest-ui-dialog.mjs.map +1 -1
  361. package/fesm2015/ng-nest-ui-doc.mjs +7 -7
  362. package/fesm2015/ng-nest-ui-doc.mjs.map +1 -1
  363. package/fesm2015/ng-nest-ui-drawer.mjs +31 -31
  364. package/fesm2015/ng-nest-ui-drawer.mjs.map +1 -1
  365. package/fesm2015/ng-nest-ui-dropdown.mjs +13 -13
  366. package/fesm2015/ng-nest-ui-dropdown.mjs.map +1 -1
  367. package/fesm2015/ng-nest-ui-empty.mjs +10 -10
  368. package/fesm2015/ng-nest-ui-empty.mjs.map +1 -1
  369. package/fesm2015/ng-nest-ui-examples.mjs +7 -7
  370. package/fesm2015/ng-nest-ui-examples.mjs.map +1 -1
  371. package/fesm2015/ng-nest-ui-find.mjs +10 -10
  372. package/fesm2015/ng-nest-ui-find.mjs.map +1 -1
  373. package/fesm2015/ng-nest-ui-form.mjs +16 -16
  374. package/fesm2015/ng-nest-ui-form.mjs.map +1 -1
  375. package/fesm2015/ng-nest-ui-highlight.mjs +10 -10
  376. package/fesm2015/ng-nest-ui-highlight.mjs.map +1 -1
  377. package/fesm2015/ng-nest-ui-i18n.mjs +13 -13
  378. package/fesm2015/ng-nest-ui-i18n.mjs.map +1 -1
  379. package/fesm2015/ng-nest-ui-icon.mjs +13 -13
  380. package/fesm2015/ng-nest-ui-icon.mjs.map +1 -1
  381. package/fesm2015/ng-nest-ui-inner.mjs +10 -10
  382. package/fesm2015/ng-nest-ui-inner.mjs.map +1 -1
  383. package/fesm2015/ng-nest-ui-input-number.mjs +10 -10
  384. package/fesm2015/ng-nest-ui-input-number.mjs.map +1 -1
  385. package/fesm2015/ng-nest-ui-input.mjs +26 -17
  386. package/fesm2015/ng-nest-ui-input.mjs.map +1 -1
  387. package/fesm2015/ng-nest-ui-layout.mjs +16 -16
  388. package/fesm2015/ng-nest-ui-layout.mjs.map +1 -1
  389. package/fesm2015/ng-nest-ui-link.mjs +10 -10
  390. package/fesm2015/ng-nest-ui-link.mjs.map +1 -1
  391. package/fesm2015/ng-nest-ui-list.mjs +16 -16
  392. package/fesm2015/ng-nest-ui-list.mjs.map +1 -1
  393. package/fesm2015/ng-nest-ui-loading.mjs +10 -10
  394. package/fesm2015/ng-nest-ui-loading.mjs.map +1 -1
  395. package/fesm2015/ng-nest-ui-menu.mjs +16 -16
  396. package/fesm2015/ng-nest-ui-menu.mjs.map +1 -1
  397. package/fesm2015/ng-nest-ui-message-box.mjs +13 -11
  398. package/fesm2015/ng-nest-ui-message-box.mjs.map +1 -1
  399. package/fesm2015/ng-nest-ui-message.mjs +13 -11
  400. package/fesm2015/ng-nest-ui-message.mjs.map +1 -1
  401. package/fesm2015/ng-nest-ui-notification.mjs +13 -11
  402. package/fesm2015/ng-nest-ui-notification.mjs.map +1 -1
  403. package/fesm2015/ng-nest-ui-outlet.mjs +7 -7
  404. package/fesm2015/ng-nest-ui-outlet.mjs.map +1 -1
  405. package/fesm2015/ng-nest-ui-page-header.mjs +10 -10
  406. package/fesm2015/ng-nest-ui-page-header.mjs.map +1 -1
  407. package/fesm2015/ng-nest-ui-pagination.mjs +17 -12
  408. package/fesm2015/ng-nest-ui-pagination.mjs.map +1 -1
  409. package/fesm2015/ng-nest-ui-pattern.mjs +7 -7
  410. package/fesm2015/ng-nest-ui-pattern.mjs.map +1 -1
  411. package/fesm2015/ng-nest-ui-popconfirm.mjs +10 -10
  412. package/fesm2015/ng-nest-ui-popconfirm.mjs.map +1 -1
  413. package/fesm2015/ng-nest-ui-popover.mjs +13 -13
  414. package/fesm2015/ng-nest-ui-popover.mjs.map +1 -1
  415. package/fesm2015/ng-nest-ui-portal.mjs +67 -12
  416. package/fesm2015/ng-nest-ui-portal.mjs.map +1 -1
  417. package/fesm2015/ng-nest-ui-progress.mjs +11 -11
  418. package/fesm2015/ng-nest-ui-progress.mjs.map +1 -1
  419. package/fesm2015/ng-nest-ui-radio.mjs +10 -10
  420. package/fesm2015/ng-nest-ui-radio.mjs.map +1 -1
  421. package/fesm2015/ng-nest-ui-rate.mjs +10 -10
  422. package/fesm2015/ng-nest-ui-rate.mjs.map +1 -1
  423. package/fesm2015/ng-nest-ui-resizable.mjs +335 -0
  424. package/fesm2015/ng-nest-ui-resizable.mjs.map +1 -0
  425. package/fesm2015/ng-nest-ui-result.mjs +10 -10
  426. package/fesm2015/ng-nest-ui-result.mjs.map +1 -1
  427. package/fesm2015/ng-nest-ui-ripple.mjs +10 -10
  428. package/fesm2015/ng-nest-ui-ripple.mjs.map +1 -1
  429. package/fesm2015/ng-nest-ui-select.mjs +13 -13
  430. package/fesm2015/ng-nest-ui-select.mjs.map +1 -1
  431. package/fesm2015/ng-nest-ui-skeleton.mjs +10 -10
  432. package/fesm2015/ng-nest-ui-skeleton.mjs.map +1 -1
  433. package/fesm2015/ng-nest-ui-slider-select.mjs +10 -10
  434. package/fesm2015/ng-nest-ui-slider-select.mjs.map +1 -1
  435. package/fesm2015/ng-nest-ui-slider.mjs +10 -10
  436. package/fesm2015/ng-nest-ui-slider.mjs.map +1 -1
  437. package/fesm2015/ng-nest-ui-statistic.mjs +16 -16
  438. package/fesm2015/ng-nest-ui-statistic.mjs.map +1 -1
  439. package/fesm2015/ng-nest-ui-steps.mjs +10 -10
  440. package/fesm2015/ng-nest-ui-steps.mjs.map +1 -1
  441. package/fesm2015/ng-nest-ui-switch.mjs +10 -10
  442. package/fesm2015/ng-nest-ui-switch.mjs.map +1 -1
  443. package/fesm2015/ng-nest-ui-table.mjs +40 -34
  444. package/fesm2015/ng-nest-ui-table.mjs.map +1 -1
  445. package/fesm2015/ng-nest-ui-tabs.mjs +19 -19
  446. package/fesm2015/ng-nest-ui-tabs.mjs.map +1 -1
  447. package/fesm2015/ng-nest-ui-tag.mjs +10 -10
  448. package/fesm2015/ng-nest-ui-tag.mjs.map +1 -1
  449. package/fesm2015/ng-nest-ui-text-retract.mjs +10 -10
  450. package/fesm2015/ng-nest-ui-text-retract.mjs.map +1 -1
  451. package/fesm2015/ng-nest-ui-textarea.mjs +10 -10
  452. package/fesm2015/ng-nest-ui-textarea.mjs.map +1 -1
  453. package/fesm2015/ng-nest-ui-theme.mjs +10 -10
  454. package/fesm2015/ng-nest-ui-theme.mjs.map +1 -1
  455. package/fesm2015/ng-nest-ui-time-ago.mjs +7 -7
  456. package/fesm2015/ng-nest-ui-time-ago.mjs.map +1 -1
  457. package/fesm2015/ng-nest-ui-time-picker.mjs +16 -16
  458. package/fesm2015/ng-nest-ui-time-picker.mjs.map +1 -1
  459. package/fesm2015/ng-nest-ui-time-range.mjs +7 -7
  460. package/fesm2015/ng-nest-ui-time-range.mjs.map +1 -1
  461. package/fesm2015/ng-nest-ui-timeline.mjs +10 -10
  462. package/fesm2015/ng-nest-ui-timeline.mjs.map +1 -1
  463. package/fesm2015/ng-nest-ui-tooltip.mjs +13 -13
  464. package/fesm2015/ng-nest-ui-tooltip.mjs.map +1 -1
  465. package/fesm2015/ng-nest-ui-transfer.mjs +10 -10
  466. package/fesm2015/ng-nest-ui-transfer.mjs.map +1 -1
  467. package/fesm2015/ng-nest-ui-tree-file.mjs +10 -10
  468. package/fesm2015/ng-nest-ui-tree-file.mjs.map +1 -1
  469. package/fesm2015/ng-nest-ui-tree.mjs +16 -16
  470. package/fesm2015/ng-nest-ui-tree.mjs.map +1 -1
  471. package/fesm2015/ng-nest-ui-typography.mjs +10 -10
  472. package/fesm2015/ng-nest-ui-typography.mjs.map +1 -1
  473. package/fesm2015/ng-nest-ui-upload.mjs +13 -13
  474. package/fesm2015/ng-nest-ui-upload.mjs.map +1 -1
  475. package/fesm2015/ng-nest-ui.mjs +2 -0
  476. package/fesm2015/ng-nest-ui.mjs.map +1 -1
  477. package/fesm2020/ng-nest-ui-affix.mjs +10 -10
  478. package/fesm2020/ng-nest-ui-affix.mjs.map +1 -1
  479. package/fesm2020/ng-nest-ui-alert.mjs +74 -15
  480. package/fesm2020/ng-nest-ui-alert.mjs.map +1 -1
  481. package/fesm2020/ng-nest-ui-anchor.mjs +10 -10
  482. package/fesm2020/ng-nest-ui-anchor.mjs.map +1 -1
  483. package/fesm2020/ng-nest-ui-api.mjs +7 -7
  484. package/fesm2020/ng-nest-ui-api.mjs.map +1 -1
  485. package/fesm2020/ng-nest-ui-auto-complete.mjs +13 -13
  486. package/fesm2020/ng-nest-ui-auto-complete.mjs.map +1 -1
  487. package/fesm2020/ng-nest-ui-avatar.mjs +10 -10
  488. package/fesm2020/ng-nest-ui-avatar.mjs.map +1 -1
  489. package/fesm2020/ng-nest-ui-back-top.mjs +13 -11
  490. package/fesm2020/ng-nest-ui-back-top.mjs.map +1 -1
  491. package/fesm2020/ng-nest-ui-badge.mjs +10 -10
  492. package/fesm2020/ng-nest-ui-badge.mjs.map +1 -1
  493. package/fesm2020/ng-nest-ui-base-form.mjs +10 -10
  494. package/fesm2020/ng-nest-ui-base-form.mjs.map +1 -1
  495. package/fesm2020/ng-nest-ui-border.mjs +7 -7
  496. package/fesm2020/ng-nest-ui-border.mjs.map +1 -1
  497. package/fesm2020/ng-nest-ui-button.mjs +16 -16
  498. package/fesm2020/ng-nest-ui-button.mjs.map +1 -1
  499. package/fesm2020/ng-nest-ui-calendar.mjs +10 -10
  500. package/fesm2020/ng-nest-ui-calendar.mjs.map +1 -1
  501. package/fesm2020/ng-nest-ui-card.mjs +10 -10
  502. package/fesm2020/ng-nest-ui-card.mjs.map +1 -1
  503. package/fesm2020/ng-nest-ui-carousel.mjs +16 -16
  504. package/fesm2020/ng-nest-ui-carousel.mjs.map +1 -1
  505. package/fesm2020/ng-nest-ui-cascade.mjs +13 -13
  506. package/fesm2020/ng-nest-ui-cascade.mjs.map +1 -1
  507. package/fesm2020/ng-nest-ui-checkbox.mjs +10 -10
  508. package/fesm2020/ng-nest-ui-checkbox.mjs.map +1 -1
  509. package/fesm2020/ng-nest-ui-collapse.mjs +29 -18
  510. package/fesm2020/ng-nest-ui-collapse.mjs.map +1 -1
  511. package/fesm2020/ng-nest-ui-color-picker.mjs +13 -13
  512. package/fesm2020/ng-nest-ui-color-picker.mjs.map +1 -1
  513. package/fesm2020/ng-nest-ui-color.mjs +10 -10
  514. package/fesm2020/ng-nest-ui-color.mjs.map +1 -1
  515. package/fesm2020/ng-nest-ui-comment.mjs +16 -16
  516. package/fesm2020/ng-nest-ui-comment.mjs.map +1 -1
  517. package/fesm2020/ng-nest-ui-container.mjs +31 -31
  518. package/fesm2020/ng-nest-ui-container.mjs.map +1 -1
  519. package/fesm2020/ng-nest-ui-core.mjs +15 -15
  520. package/fesm2020/ng-nest-ui-core.mjs.map +1 -1
  521. package/fesm2020/ng-nest-ui-crumb.mjs +10 -10
  522. package/fesm2020/ng-nest-ui-crumb.mjs.map +1 -1
  523. package/fesm2020/ng-nest-ui-date-picker.mjs +40 -40
  524. package/fesm2020/ng-nest-ui-date-picker.mjs.map +1 -1
  525. package/fesm2020/ng-nest-ui-description.mjs +16 -16
  526. package/fesm2020/ng-nest-ui-description.mjs.map +1 -1
  527. package/fesm2020/ng-nest-ui-dialog.mjs +202 -51
  528. package/fesm2020/ng-nest-ui-dialog.mjs.map +1 -1
  529. package/fesm2020/ng-nest-ui-doc.mjs +7 -7
  530. package/fesm2020/ng-nest-ui-doc.mjs.map +1 -1
  531. package/fesm2020/ng-nest-ui-drawer.mjs +31 -31
  532. package/fesm2020/ng-nest-ui-drawer.mjs.map +1 -1
  533. package/fesm2020/ng-nest-ui-dropdown.mjs +13 -13
  534. package/fesm2020/ng-nest-ui-dropdown.mjs.map +1 -1
  535. package/fesm2020/ng-nest-ui-empty.mjs +10 -10
  536. package/fesm2020/ng-nest-ui-empty.mjs.map +1 -1
  537. package/fesm2020/ng-nest-ui-examples.mjs +7 -7
  538. package/fesm2020/ng-nest-ui-examples.mjs.map +1 -1
  539. package/fesm2020/ng-nest-ui-find.mjs +10 -10
  540. package/fesm2020/ng-nest-ui-find.mjs.map +1 -1
  541. package/fesm2020/ng-nest-ui-form.mjs +16 -16
  542. package/fesm2020/ng-nest-ui-form.mjs.map +1 -1
  543. package/fesm2020/ng-nest-ui-highlight.mjs +10 -10
  544. package/fesm2020/ng-nest-ui-highlight.mjs.map +1 -1
  545. package/fesm2020/ng-nest-ui-i18n.mjs +13 -13
  546. package/fesm2020/ng-nest-ui-i18n.mjs.map +1 -1
  547. package/fesm2020/ng-nest-ui-icon.mjs +13 -13
  548. package/fesm2020/ng-nest-ui-icon.mjs.map +1 -1
  549. package/fesm2020/ng-nest-ui-inner.mjs +10 -10
  550. package/fesm2020/ng-nest-ui-inner.mjs.map +1 -1
  551. package/fesm2020/ng-nest-ui-input-number.mjs +10 -10
  552. package/fesm2020/ng-nest-ui-input-number.mjs.map +1 -1
  553. package/fesm2020/ng-nest-ui-input.mjs +26 -17
  554. package/fesm2020/ng-nest-ui-input.mjs.map +1 -1
  555. package/fesm2020/ng-nest-ui-layout.mjs +16 -16
  556. package/fesm2020/ng-nest-ui-layout.mjs.map +1 -1
  557. package/fesm2020/ng-nest-ui-link.mjs +10 -10
  558. package/fesm2020/ng-nest-ui-link.mjs.map +1 -1
  559. package/fesm2020/ng-nest-ui-list.mjs +16 -16
  560. package/fesm2020/ng-nest-ui-list.mjs.map +1 -1
  561. package/fesm2020/ng-nest-ui-loading.mjs +10 -10
  562. package/fesm2020/ng-nest-ui-loading.mjs.map +1 -1
  563. package/fesm2020/ng-nest-ui-menu.mjs +16 -16
  564. package/fesm2020/ng-nest-ui-menu.mjs.map +1 -1
  565. package/fesm2020/ng-nest-ui-message-box.mjs +13 -11
  566. package/fesm2020/ng-nest-ui-message-box.mjs.map +1 -1
  567. package/fesm2020/ng-nest-ui-message.mjs +13 -11
  568. package/fesm2020/ng-nest-ui-message.mjs.map +1 -1
  569. package/fesm2020/ng-nest-ui-notification.mjs +13 -11
  570. package/fesm2020/ng-nest-ui-notification.mjs.map +1 -1
  571. package/fesm2020/ng-nest-ui-outlet.mjs +7 -7
  572. package/fesm2020/ng-nest-ui-outlet.mjs.map +1 -1
  573. package/fesm2020/ng-nest-ui-page-header.mjs +10 -10
  574. package/fesm2020/ng-nest-ui-page-header.mjs.map +1 -1
  575. package/fesm2020/ng-nest-ui-pagination.mjs +17 -12
  576. package/fesm2020/ng-nest-ui-pagination.mjs.map +1 -1
  577. package/fesm2020/ng-nest-ui-pattern.mjs +7 -7
  578. package/fesm2020/ng-nest-ui-pattern.mjs.map +1 -1
  579. package/fesm2020/ng-nest-ui-popconfirm.mjs +10 -10
  580. package/fesm2020/ng-nest-ui-popconfirm.mjs.map +1 -1
  581. package/fesm2020/ng-nest-ui-popover.mjs +13 -13
  582. package/fesm2020/ng-nest-ui-popover.mjs.map +1 -1
  583. package/fesm2020/ng-nest-ui-portal.mjs +67 -12
  584. package/fesm2020/ng-nest-ui-portal.mjs.map +1 -1
  585. package/fesm2020/ng-nest-ui-progress.mjs +11 -11
  586. package/fesm2020/ng-nest-ui-progress.mjs.map +1 -1
  587. package/fesm2020/ng-nest-ui-radio.mjs +10 -10
  588. package/fesm2020/ng-nest-ui-radio.mjs.map +1 -1
  589. package/fesm2020/ng-nest-ui-rate.mjs +10 -10
  590. package/fesm2020/ng-nest-ui-rate.mjs.map +1 -1
  591. package/fesm2020/ng-nest-ui-resizable.mjs +337 -0
  592. package/fesm2020/ng-nest-ui-resizable.mjs.map +1 -0
  593. package/fesm2020/ng-nest-ui-result.mjs +10 -10
  594. package/fesm2020/ng-nest-ui-result.mjs.map +1 -1
  595. package/fesm2020/ng-nest-ui-ripple.mjs +10 -10
  596. package/fesm2020/ng-nest-ui-ripple.mjs.map +1 -1
  597. package/fesm2020/ng-nest-ui-select.mjs +13 -13
  598. package/fesm2020/ng-nest-ui-select.mjs.map +1 -1
  599. package/fesm2020/ng-nest-ui-skeleton.mjs +10 -10
  600. package/fesm2020/ng-nest-ui-skeleton.mjs.map +1 -1
  601. package/fesm2020/ng-nest-ui-slider-select.mjs +10 -10
  602. package/fesm2020/ng-nest-ui-slider-select.mjs.map +1 -1
  603. package/fesm2020/ng-nest-ui-slider.mjs +10 -10
  604. package/fesm2020/ng-nest-ui-slider.mjs.map +1 -1
  605. package/fesm2020/ng-nest-ui-statistic.mjs +16 -16
  606. package/fesm2020/ng-nest-ui-statistic.mjs.map +1 -1
  607. package/fesm2020/ng-nest-ui-steps.mjs +10 -10
  608. package/fesm2020/ng-nest-ui-steps.mjs.map +1 -1
  609. package/fesm2020/ng-nest-ui-switch.mjs +10 -10
  610. package/fesm2020/ng-nest-ui-switch.mjs.map +1 -1
  611. package/fesm2020/ng-nest-ui-table.mjs +40 -34
  612. package/fesm2020/ng-nest-ui-table.mjs.map +1 -1
  613. package/fesm2020/ng-nest-ui-tabs.mjs +19 -19
  614. package/fesm2020/ng-nest-ui-tabs.mjs.map +1 -1
  615. package/fesm2020/ng-nest-ui-tag.mjs +10 -10
  616. package/fesm2020/ng-nest-ui-tag.mjs.map +1 -1
  617. package/fesm2020/ng-nest-ui-text-retract.mjs +10 -10
  618. package/fesm2020/ng-nest-ui-text-retract.mjs.map +1 -1
  619. package/fesm2020/ng-nest-ui-textarea.mjs +10 -10
  620. package/fesm2020/ng-nest-ui-textarea.mjs.map +1 -1
  621. package/fesm2020/ng-nest-ui-theme.mjs +10 -10
  622. package/fesm2020/ng-nest-ui-theme.mjs.map +1 -1
  623. package/fesm2020/ng-nest-ui-time-ago.mjs +7 -7
  624. package/fesm2020/ng-nest-ui-time-ago.mjs.map +1 -1
  625. package/fesm2020/ng-nest-ui-time-picker.mjs +16 -16
  626. package/fesm2020/ng-nest-ui-time-picker.mjs.map +1 -1
  627. package/fesm2020/ng-nest-ui-time-range.mjs +7 -7
  628. package/fesm2020/ng-nest-ui-time-range.mjs.map +1 -1
  629. package/fesm2020/ng-nest-ui-timeline.mjs +10 -10
  630. package/fesm2020/ng-nest-ui-timeline.mjs.map +1 -1
  631. package/fesm2020/ng-nest-ui-tooltip.mjs +13 -13
  632. package/fesm2020/ng-nest-ui-tooltip.mjs.map +1 -1
  633. package/fesm2020/ng-nest-ui-transfer.mjs +10 -10
  634. package/fesm2020/ng-nest-ui-transfer.mjs.map +1 -1
  635. package/fesm2020/ng-nest-ui-tree-file.mjs +10 -10
  636. package/fesm2020/ng-nest-ui-tree-file.mjs.map +1 -1
  637. package/fesm2020/ng-nest-ui-tree.mjs +16 -16
  638. package/fesm2020/ng-nest-ui-tree.mjs.map +1 -1
  639. package/fesm2020/ng-nest-ui-typography.mjs +10 -10
  640. package/fesm2020/ng-nest-ui-typography.mjs.map +1 -1
  641. package/fesm2020/ng-nest-ui-upload.mjs +13 -13
  642. package/fesm2020/ng-nest-ui-upload.mjs.map +1 -1
  643. package/fesm2020/ng-nest-ui.mjs +2 -0
  644. package/fesm2020/ng-nest-ui.mjs.map +1 -1
  645. package/index.d.ts +2 -0
  646. package/package.json +9 -1
  647. package/pagination/pagination.property.d.ts +5 -0
  648. package/portal/portal.property.d.ts +1 -0
  649. package/portal/portal.service.d.ts +11 -3
  650. package/resizable/ng-nest-ui-resizable.d.ts +5 -0
  651. package/resizable/package.json +10 -0
  652. package/resizable/public-api.d.ts +3 -0
  653. package/resizable/resizable.directive.d.ts +57 -0
  654. package/resizable/resizable.module.d.ts +8 -0
  655. package/resizable/resizable.property.d.ts +92 -0
  656. package/style/core/cdk.scss +3 -0
  657. package/style/core/index.css +185 -0
  658. package/style/core/index.css.map +1 -1
  659. package/style/core/index.scss +1 -0
  660. package/style/core/portal.scss +5 -0
  661. package/style/directives/index.scss +1 -0
  662. package/style/directives/resizable/index.scss +6 -0
  663. package/style/directives/resizable/mixin.scss +53 -0
  664. package/style/directives/resizable/param.scss +3 -0
  665. package/style/directives/ripple/mixin.scss +8 -8
  666. package/table/table.property.d.ts +6 -1
@@ -123,9 +123,9 @@ export class XPaginationComponent extends XPaginationProperty {
123
123
  return item;
124
124
  }
125
125
  }
126
- /** @nocollapse */ /** @nocollapse */ XPaginationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPaginationComponent, deps: [{ token: i1.XConfigService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i2.XI18nService }], target: i0.ɵɵFactoryTarget.Component });
127
- /** @nocollapse */ /** @nocollapse */ XPaginationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XPaginationComponent, selector: "x-pagination", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<x-buttons *ngIf=\"!simple; else simpleTpl\" [space]=\"space\" [hiddenBorder]=\"hiddenBorder\">\r\n <x-button\r\n *ngIf=\"showEllipsis\"\r\n [icon]=\"'fto-chevrons-left'\"\r\n [title]=\"'pagination.first' | xI18n\"\r\n [disabled]=\"disabled || firstActivated\"\r\n (click)=\"jump(1)\"\r\n ></x-button>\r\n <ng-container *xOutlet=\"previousTpl\"></ng-container>\r\n <x-button\r\n *ngFor=\"let item of indexes; trackBy: trackByItem\"\r\n [disabled]=\"disabled\"\r\n [activated]=\"getActivated(item)\"\r\n (click)=\"jump(item)\"\r\n >{{ item }}</x-button\r\n >\r\n <ng-container *xOutlet=\"nextTpl\"></ng-container>\r\n <x-button\r\n *ngIf=\"showEllipsis && !simple\"\r\n [icon]=\"'fto-chevrons-right'\"\r\n [title]=\"'pagination.last' | xI18n\"\r\n [disabled]=\"disabled || lastActivated\"\r\n (click)=\"jump(lastIndex)\"\r\n ></x-button>\r\n</x-buttons>\r\n<ng-template #simpleTpl>\r\n <div class=\"x-pagination-simple\">\r\n <x-input\r\n [bordered]=\"!hiddenBorder\"\r\n [before]=\"previousTpl\"\r\n [after]=\"nextTpl\"\r\n [style.width.px]=\"simpleIndexWidth\"\r\n [(ngModel)]=\"index\"\r\n (xKeydown)=\"onSimpleKeydown($event)\"\r\n ></x-input>\r\n <span>/</span>\r\n <span>{{ lastIndex }}</span>\r\n </div>\r\n</ng-template>\r\n<x-select\r\n *ngIf=\"showSize\"\r\n [style.width.px]=\"sizeWidth\"\r\n class=\"x-pagination-size\"\r\n [data]=\"sizeData\"\r\n clearable=\"false\"\r\n [disabled]=\"disabled\"\r\n [bordered]=\"!hiddenBorder\"\r\n [nodeTpl]=\"nodeTpl\"\r\n [(ngModel)]=\"size\"\r\n (ngModelChange)=\"sizeChanged()\"\r\n></x-select>\r\n<div *ngIf=\"showJump && !simple\" class=\"x-pagination-jump\">\r\n <span>{{ 'pagination.jump' | xI18n }}</span>\r\n <x-input [bordered]=\"!hiddenBorder\" [style.width.px]=\"jumpWidth\" [(ngModel)]=\"jumpPage\" (xKeydown)=\"onKeydown($event)\"></x-input>\r\n</div>\r\n<x-button *ngIf=\"showTotal\" [disabled]=\"disabled\" class=\"x-pagination-total\" [type]=\"hiddenBorder === true ? 'text' : 'initial'\"\r\n ><ng-container *xOutlet=\"totalTpl; context: { $total: total }\"\r\n >{{ 'pagination.total' | xI18n }} {{ total }} {{ 'pagination.item' | xI18n }}</ng-container\r\n ></x-button\r\n>\r\n\r\n<ng-template #previousTpl>\r\n <x-button\r\n [icon]=\"'fto-chevron-left'\"\r\n [title]=\"'pagination.previous' | xI18n\"\r\n [disabled]=\"disabled || leftDisabled\"\r\n (click)=\"jump(-1, true)\"\r\n ></x-button>\r\n</ng-template>\r\n\r\n<ng-template #nextTpl>\r\n <x-button\r\n [icon]=\"'fto-chevron-right'\"\r\n [title]=\"'pagination.next' | xI18n\"\r\n [disabled]=\"disabled || rightDisabled\"\r\n (click)=\"jump(1, true)\"\r\n ></x-button>\r\n</ng-template>\r\n\r\n<ng-template #nodeTpl let-node=\"$node\">\r\n <ng-container *ngIf=\"node\"> {{ node?.label }} {{ 'pagination.sizePage' | xI18n }} </ng-container>\r\n</ng-template>\r\n", styles: [".x-pagination{margin:0;padding:0;display:inline-flex}.x-pagination>.x-buttons.x-buttons-hiddenBorder>x-button>.x-button{min-width:1.75rem}.x-pagination>.x-buttons.x-buttons-hiddenBorder>x-button>.x-button-activated{background-color:#0000000d}.x-pagination-size,.x-pagination-total{margin-left:.5rem}.x-pagination-jump{margin-left:.5rem;display:inline-flex;align-items:center}.x-pagination-jump x-input{margin-left:.5rem}.x-pagination-simple{margin:0 .5rem;display:inline-flex;align-items:center}.x-pagination-simple>x-input input{text-align:center}.x-pagination-simple>span{margin-left:.5rem}\n"], components: [{ type: i3.XButtonsComponent, selector: "x-buttons" }, { type: i3.XButtonComponent, selector: "x-button" }, { type: i4.XInputComponent, selector: "x-input" }, { type: i5.XSelectComponent, selector: "x-select" }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i8.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "xI18n": i2.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPaginationComponent, decorators: [{
126
+ /** @nocollapse */ /** @nocollapse */ XPaginationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPaginationComponent, deps: [{ token: i1.XConfigService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i2.XI18nService }], target: i0.ɵɵFactoryTarget.Component });
127
+ /** @nocollapse */ /** @nocollapse */ XPaginationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XPaginationComponent, selector: "x-pagination", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<x-buttons *ngIf=\"!simple; else simpleTpl\" [space]=\"space\" [hiddenBorder]=\"hiddenBorder\">\r\n <x-button\r\n *ngIf=\"showEllipsis\"\r\n [icon]=\"'fto-chevrons-left'\"\r\n [title]=\"'pagination.first' | xI18n\"\r\n [disabled]=\"disabled || firstActivated\"\r\n (click)=\"jump(1)\"\r\n ></x-button>\r\n <ng-container *xOutlet=\"previousTpl\"></ng-container>\r\n <x-button\r\n *ngFor=\"let item of indexes; trackBy: trackByItem\"\r\n [disabled]=\"disabled\"\r\n [activated]=\"getActivated(item)\"\r\n (click)=\"jump(item)\"\r\n >{{ item }}</x-button\r\n >\r\n <ng-container *xOutlet=\"nextTpl\"></ng-container>\r\n <x-button\r\n *ngIf=\"showEllipsis && !simple\"\r\n [icon]=\"'fto-chevrons-right'\"\r\n [title]=\"'pagination.last' | xI18n\"\r\n [disabled]=\"disabled || lastActivated\"\r\n (click)=\"jump(lastIndex)\"\r\n ></x-button>\r\n</x-buttons>\r\n<ng-template #simpleTpl>\r\n <div class=\"x-pagination-simple\">\r\n <x-input\r\n [bordered]=\"!hiddenBorder\"\r\n [before]=\"previousTpl\"\r\n [after]=\"nextTpl\"\r\n [style.width.px]=\"simpleIndexWidth\"\r\n [(ngModel)]=\"index\"\r\n (xKeydown)=\"onSimpleKeydown($event)\"\r\n ></x-input>\r\n <span>/</span>\r\n <span>{{ lastIndex }}</span>\r\n </div>\r\n</ng-template>\r\n<x-select\r\n *ngIf=\"showSize\"\r\n [style.width.px]=\"sizeWidth\"\r\n class=\"x-pagination-size\"\r\n [data]=\"sizeData\"\r\n clearable=\"false\"\r\n [disabled]=\"disabled\"\r\n [bordered]=\"!hiddenBorder\"\r\n [nodeTpl]=\"nodeTpl\"\r\n [(ngModel)]=\"size\"\r\n (ngModelChange)=\"sizeChanged()\"\r\n></x-select>\r\n<div *ngIf=\"showJump && !simple\" class=\"x-pagination-jump\">\r\n <span>{{ 'pagination.jump' | xI18n }}</span>\r\n <x-input [bordered]=\"!hiddenBorder\" [style.width.px]=\"jumpWidth\" [(ngModel)]=\"jumpPage\" (xKeydown)=\"onKeydown($event)\"></x-input>\r\n</div>\r\n<x-button *ngIf=\"showTotal\" [disabled]=\"disabled\" class=\"x-pagination-total\" [type]=\"hiddenBorder === true ? 'text' : 'initial'\"\r\n ><ng-container *xOutlet=\"totalTpl; context: { $total: total }\"\r\n >{{ 'pagination.total' | xI18n }} {{ total }} {{ 'pagination.item' | xI18n }}</ng-container\r\n ></x-button\r\n>\r\n\r\n<ng-template #previousTpl>\r\n <x-button\r\n [icon]=\"'fto-chevron-left'\"\r\n [title]=\"'pagination.previous' | xI18n\"\r\n [disabled]=\"disabled || leftDisabled\"\r\n (click)=\"jump(-1, true)\"\r\n ></x-button>\r\n</ng-template>\r\n\r\n<ng-template #nextTpl>\r\n <x-button\r\n [icon]=\"'fto-chevron-right'\"\r\n [title]=\"'pagination.next' | xI18n\"\r\n [disabled]=\"disabled || rightDisabled\"\r\n (click)=\"jump(1, true)\"\r\n ></x-button>\r\n</ng-template>\r\n\r\n<ng-template #nodeTpl let-node=\"$node\">\r\n <ng-container *ngIf=\"node\"> {{ node?.label }} {{ 'pagination.sizePage' | xI18n }} </ng-container>\r\n</ng-template>\r\n", styles: [".x-pagination{margin:0;padding:0;display:inline-flex}.x-pagination>.x-buttons.x-buttons-hiddenBorder>x-button>.x-button{min-width:1.75rem}.x-pagination>.x-buttons.x-buttons-hiddenBorder>x-button>.x-button-activated{background-color:#0000000d}.x-pagination-size,.x-pagination-total{margin-left:.5rem}.x-pagination-jump{margin-left:.5rem;display:inline-flex;align-items:center}.x-pagination-jump x-input{margin-left:.5rem}.x-pagination-simple{margin:0 .5rem;display:inline-flex;align-items:center}.x-pagination-simple>x-input input{text-align:center}.x-pagination-simple>span{margin-left:.5rem}\n"], components: [{ type: i3.XButtonsComponent, selector: "x-buttons" }, { type: i3.XButtonComponent, selector: "x-button" }, { type: i4.XInputComponent, selector: "x-input" }, { type: i5.XSelectComponent, selector: "x-select" }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i8.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "xI18n": i2.XI18nPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPaginationComponent, decorators: [{
129
129
  type: Component,
130
130
  args: [{ selector: `${XPaginationPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<x-buttons *ngIf=\"!simple; else simpleTpl\" [space]=\"space\" [hiddenBorder]=\"hiddenBorder\">\r\n <x-button\r\n *ngIf=\"showEllipsis\"\r\n [icon]=\"'fto-chevrons-left'\"\r\n [title]=\"'pagination.first' | xI18n\"\r\n [disabled]=\"disabled || firstActivated\"\r\n (click)=\"jump(1)\"\r\n ></x-button>\r\n <ng-container *xOutlet=\"previousTpl\"></ng-container>\r\n <x-button\r\n *ngFor=\"let item of indexes; trackBy: trackByItem\"\r\n [disabled]=\"disabled\"\r\n [activated]=\"getActivated(item)\"\r\n (click)=\"jump(item)\"\r\n >{{ item }}</x-button\r\n >\r\n <ng-container *xOutlet=\"nextTpl\"></ng-container>\r\n <x-button\r\n *ngIf=\"showEllipsis && !simple\"\r\n [icon]=\"'fto-chevrons-right'\"\r\n [title]=\"'pagination.last' | xI18n\"\r\n [disabled]=\"disabled || lastActivated\"\r\n (click)=\"jump(lastIndex)\"\r\n ></x-button>\r\n</x-buttons>\r\n<ng-template #simpleTpl>\r\n <div class=\"x-pagination-simple\">\r\n <x-input\r\n [bordered]=\"!hiddenBorder\"\r\n [before]=\"previousTpl\"\r\n [after]=\"nextTpl\"\r\n [style.width.px]=\"simpleIndexWidth\"\r\n [(ngModel)]=\"index\"\r\n (xKeydown)=\"onSimpleKeydown($event)\"\r\n ></x-input>\r\n <span>/</span>\r\n <span>{{ lastIndex }}</span>\r\n </div>\r\n</ng-template>\r\n<x-select\r\n *ngIf=\"showSize\"\r\n [style.width.px]=\"sizeWidth\"\r\n class=\"x-pagination-size\"\r\n [data]=\"sizeData\"\r\n clearable=\"false\"\r\n [disabled]=\"disabled\"\r\n [bordered]=\"!hiddenBorder\"\r\n [nodeTpl]=\"nodeTpl\"\r\n [(ngModel)]=\"size\"\r\n (ngModelChange)=\"sizeChanged()\"\r\n></x-select>\r\n<div *ngIf=\"showJump && !simple\" class=\"x-pagination-jump\">\r\n <span>{{ 'pagination.jump' | xI18n }}</span>\r\n <x-input [bordered]=\"!hiddenBorder\" [style.width.px]=\"jumpWidth\" [(ngModel)]=\"jumpPage\" (xKeydown)=\"onKeydown($event)\"></x-input>\r\n</div>\r\n<x-button *ngIf=\"showTotal\" [disabled]=\"disabled\" class=\"x-pagination-total\" [type]=\"hiddenBorder === true ? 'text' : 'initial'\"\r\n ><ng-container *xOutlet=\"totalTpl; context: { $total: total }\"\r\n >{{ 'pagination.total' | xI18n }} {{ total }} {{ 'pagination.item' | xI18n }}</ng-container\r\n ></x-button\r\n>\r\n\r\n<ng-template #previousTpl>\r\n <x-button\r\n [icon]=\"'fto-chevron-left'\"\r\n [title]=\"'pagination.previous' | xI18n\"\r\n [disabled]=\"disabled || leftDisabled\"\r\n (click)=\"jump(-1, true)\"\r\n ></x-button>\r\n</ng-template>\r\n\r\n<ng-template #nextTpl>\r\n <x-button\r\n [icon]=\"'fto-chevron-right'\"\r\n [title]=\"'pagination.next' | xI18n\"\r\n [disabled]=\"disabled || rightDisabled\"\r\n (click)=\"jump(1, true)\"\r\n ></x-button>\r\n</ng-template>\r\n\r\n<ng-template #nodeTpl let-node=\"$node\">\r\n <ng-container *ngIf=\"node\"> {{ node?.label }} {{ 'pagination.sizePage' | xI18n }} </ng-container>\r\n</ng-template>\r\n", styles: [".x-pagination{margin:0;padding:0;display:inline-flex}.x-pagination>.x-buttons.x-buttons-hiddenBorder>x-button>.x-button{min-width:1.75rem}.x-pagination>.x-buttons.x-buttons-hiddenBorder>x-button>.x-button-activated{background-color:#0000000d}.x-pagination-size,.x-pagination-total{margin-left:.5rem}.x-pagination-jump{margin-left:.5rem;display:inline-flex;align-items:center}.x-pagination-jump x-input{margin-left:.5rem}.x-pagination-simple{margin:0 .5rem;display:inline-flex;align-items:center}.x-pagination-simple>x-input input{text-align:center}.x-pagination-simple>span{margin-left:.5rem}\n"] }]
131
131
  }], ctorParameters: function () { return [{ type: i1.XConfigService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i2.XI18nService }]; } });
@@ -11,10 +11,10 @@ import { XOutletModule } from '@ng-nest/ui/outlet';
11
11
  import * as i0 from "@angular/core";
12
12
  export class XPaginationModule {
13
13
  }
14
- /** @nocollapse */ /** @nocollapse */ XPaginationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- /** @nocollapse */ /** @nocollapse */ XPaginationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPaginationModule, declarations: [XPaginationComponent, XPaginationProperty], imports: [CommonModule, FormsModule, XButtonModule, XI18nModule, XSelectModule, XInputModule, XOutletModule], exports: [XPaginationComponent] });
16
- /** @nocollapse */ /** @nocollapse */ XPaginationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPaginationModule, imports: [[CommonModule, FormsModule, XButtonModule, XI18nModule, XSelectModule, XInputModule, XOutletModule]] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPaginationModule, decorators: [{
14
+ /** @nocollapse */ /** @nocollapse */ XPaginationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ /** @nocollapse */ /** @nocollapse */ XPaginationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPaginationModule, declarations: [XPaginationComponent, XPaginationProperty], imports: [CommonModule, FormsModule, XButtonModule, XI18nModule, XSelectModule, XInputModule, XOutletModule], exports: [XPaginationComponent] });
16
+ /** @nocollapse */ /** @nocollapse */ XPaginationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPaginationModule, imports: [[CommonModule, FormsModule, XButtonModule, XI18nModule, XSelectModule, XInputModule, XOutletModule]] });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPaginationModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  declarations: [XPaginationComponent, XPaginationProperty],
@@ -9,6 +9,11 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export const XPaginationPrefix = 'x-pagination';
11
11
  const X_CONFIG_NAME = 'pagination';
12
+ /**
13
+ * @zh_CN 分页选择条数
14
+ * @en_US Sub-selection
15
+ */
16
+ export const XPaginationSizeData = [10, 20, 50, 100];
12
17
  /**
13
18
  * Pagination Property
14
19
  */
@@ -42,8 +47,8 @@ export class XPaginationProperty extends XProperty {
42
47
  this.sizeChange = new EventEmitter();
43
48
  }
44
49
  }
45
- /** @nocollapse */ /** @nocollapse */ XPaginationProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPaginationProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
46
- /** @nocollapse */ /** @nocollapse */ XPaginationProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XPaginationProperty, selector: "ng-component", inputs: { index: "index", size: "size", total: "total", query: "query", pageLinkSize: "pageLinkSize", showEllipsis: "showEllipsis", showTotal: "showTotal", space: "space", hiddenBorder: "hiddenBorder", showSize: "showSize", sizeWidth: "sizeWidth", sizeData: "sizeData", disabled: "disabled", showJump: "showJump", jumpWidth: "jumpWidth", totalTpl: "totalTpl", simple: "simple", simpleIndexWidth: "simpleIndexWidth" }, outputs: { queryChange: "queryChange", indexChange: "indexChange", sizeChange: "sizeChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
50
+ /** @nocollapse */ /** @nocollapse */ XPaginationProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPaginationProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
51
+ /** @nocollapse */ /** @nocollapse */ XPaginationProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XPaginationProperty, selector: "ng-component", inputs: { index: "index", size: "size", total: "total", query: "query", pageLinkSize: "pageLinkSize", showEllipsis: "showEllipsis", showTotal: "showTotal", space: "space", hiddenBorder: "hiddenBorder", showSize: "showSize", sizeWidth: "sizeWidth", sizeData: "sizeData", disabled: "disabled", showJump: "showJump", jumpWidth: "jumpWidth", totalTpl: "totalTpl", simple: "simple", simpleIndexWidth: "simpleIndexWidth" }, outputs: { queryChange: "queryChange", indexChange: "indexChange", sizeChange: "sizeChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
47
52
  __decorate([
48
53
  XWithConfig(X_CONFIG_NAME, 1),
49
54
  XInputNumber()
@@ -84,7 +89,7 @@ __decorate([
84
89
  XInputNumber()
85
90
  ], XPaginationProperty.prototype, "sizeWidth", void 0);
86
91
  __decorate([
87
- XWithConfig(X_CONFIG_NAME, [10, 20, 50, 100])
92
+ XWithConfig(X_CONFIG_NAME, XPaginationSizeData)
88
93
  ], XPaginationProperty.prototype, "sizeData", void 0);
89
94
  __decorate([
90
95
  XInputBoolean()
@@ -105,7 +110,7 @@ __decorate([
105
110
  XWithConfig(X_CONFIG_NAME, 130),
106
111
  XInputNumber()
107
112
  ], XPaginationProperty.prototype, "simpleIndexWidth", void 0);
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPaginationProperty, decorators: [{
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPaginationProperty, decorators: [{
109
114
  type: Component,
110
115
  args: [{ template: '' }]
111
116
  }], propDecorators: { index: [{
@@ -151,4 +156,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
151
156
  }], sizeChange: [{
152
157
  type: Output
153
158
  }] } });
154
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGlvbi5wcm9wZXJ0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYi9uZy1uZXN0L3VpL3BhZ2luYXRpb24vcGFnaW5hdGlvbi5wcm9wZXJ0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQW1CLFdBQVcsRUFBWSxhQUFhLEVBQW9CLE1BQU0sa0JBQWtCLENBQUM7QUFDcEksT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFHdkU7Ozs7R0FJRztBQUNILE1BQU0sQ0FBQyxNQUFNLGlCQUFpQixHQUFHLGNBQWMsQ0FBQztBQUNoRCxNQUFNLGFBQWEsR0FBRyxZQUFZLENBQUM7QUFFbkM7O0dBRUc7QUFFSCxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsU0FBUztJQURsRDs7UUFZRTs7O1dBR0c7UUFDc0IsVUFBSyxHQUFZLENBQUMsQ0FBQztRQUM1Qzs7O1dBR0c7UUFDTSxVQUFLLEdBQVcsRUFBRSxDQUFDO1FBdUU1Qjs7O1dBR0c7UUFDTyxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7UUFDbkQ7OztXQUdHO1FBQ08sZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBQ25EOzs7V0FHRztRQUNPLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0tBQ25EOztzSkExR1ksbUJBQW1COzBJQUFuQixtQkFBbUIsNGtCQURULEVBQUU7QUFNMEM7SUFBdkQsV0FBVyxDQUFVLGFBQWEsRUFBRSxDQUFDLENBQUM7SUFBRSxZQUFZLEVBQUU7a0RBQWlCO0FBS2Y7SUFBeEQsV0FBVyxDQUFVLGFBQWEsRUFBRSxFQUFFLENBQUM7SUFBRSxZQUFZLEVBQUU7aURBQWdCO0FBS3hEO0lBQWYsWUFBWSxFQUFFO2tEQUFvQjtBQVVxQjtJQUF2RCxXQUFXLENBQVUsYUFBYSxFQUFFLENBQUMsQ0FBQztJQUFFLFlBQVksRUFBRTt5REFBd0I7QUFLbEI7SUFBNUQsV0FBVyxDQUFXLGFBQWEsRUFBRSxJQUFJLENBQUM7SUFBRSxhQUFhLEVBQUU7eURBQXlCO0FBS3hCO0lBQTVELFdBQVcsQ0FBVyxhQUFhLEVBQUUsSUFBSSxDQUFDO0lBQUUsYUFBYSxFQUFFO3NEQUFzQjtBQUsxQjtJQUF2RCxXQUFXLENBQVUsYUFBYSxFQUFFLENBQUMsQ0FBQztJQUFFLFlBQVksRUFBRTtrREFBaUI7QUFLVjtJQUE3RCxXQUFXLENBQVcsYUFBYSxFQUFFLEtBQUssQ0FBQztJQUFFLGFBQWEsRUFBRTt5REFBeUI7QUFLeEI7SUFBN0QsV0FBVyxDQUFXLGFBQWEsRUFBRSxLQUFLLENBQUM7SUFBRSxhQUFhLEVBQUU7cURBQXFCO0FBS3hCO0lBQXpELFdBQVcsQ0FBVSxhQUFhLEVBQUUsR0FBRyxDQUFDO0lBQUUsWUFBWSxFQUFFO3NEQUFxQjtBQUtYO0lBQWxFLFdBQVcsQ0FBcUIsYUFBYSxFQUFFLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsR0FBRyxDQUFDLENBQUM7cURBQStCO0FBS2hGO0lBQWhCLGFBQWEsRUFBRTtxREFBcUI7QUFLeUI7SUFBN0QsV0FBVyxDQUFXLGFBQWEsRUFBRSxLQUFLLENBQUM7SUFBRSxhQUFhLEVBQUU7cURBQXFCO0FBS3pCO0lBQXhELFdBQVcsQ0FBVSxhQUFhLEVBQUUsRUFBRSxDQUFDO0lBQUUsWUFBWSxFQUFFO3NEQUFxQjtBQVVmO0lBQTdELFdBQVcsQ0FBVyxhQUFhLEVBQUUsS0FBSyxDQUFDO0lBQUUsYUFBYSxFQUFFO21EQUFtQjtBQUt0QjtJQUF6RCxXQUFXLENBQVUsYUFBYSxFQUFFLEdBQUcsQ0FBQztJQUFFLFlBQVksRUFBRTs2REFBNEI7MkZBMUZuRixtQkFBbUI7a0JBRC9CLFNBQVM7bUJBQUMsRUFBRSxRQUFRLEVBQUUsRUFBRSxFQUFFOzhCQU13QyxLQUFLO3NCQUFyRSxLQUFLO2dCQUs0RCxJQUFJO3NCQUFyRSxLQUFLO2dCQUttQixLQUFLO3NCQUE3QixLQUFLO2dCQUtHLEtBQUs7c0JBQWIsS0FBSztnQkFLMkQsWUFBWTtzQkFBNUUsS0FBSztnQkFLZ0UsWUFBWTtzQkFBakYsS0FBSztnQkFLZ0UsU0FBUztzQkFBOUUsS0FBSztnQkFLMkQsS0FBSztzQkFBckUsS0FBSztnQkFLaUUsWUFBWTtzQkFBbEYsS0FBSztnQkFLaUUsUUFBUTtzQkFBOUUsS0FBSztnQkFLNkQsU0FBUztzQkFBM0UsS0FBSztnQkFLc0UsUUFBUTtzQkFBbkYsS0FBSztnQkFLb0IsUUFBUTtzQkFBakMsS0FBSztnQkFLaUUsUUFBUTtzQkFBOUUsS0FBSztnQkFLNEQsU0FBUztzQkFBMUUsS0FBSztnQkFLRyxRQUFRO3NCQUFoQixLQUFLO2dCQUtpRSxNQUFNO3NCQUE1RSxLQUFLO2dCQUs2RCxnQkFBZ0I7c0JBQWxGLEtBQUs7Z0JBS0ksV0FBVztzQkFBcEIsTUFBTTtnQkFLRyxXQUFXO3NCQUFwQixNQUFNO2dCQUtHLFVBQVU7c0JBQW5CLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBYUHJvcGVydHksIFhJbnB1dE51bWJlciwgWE51bWJlciwgWFF1ZXJ5LCBYV2l0aENvbmZpZywgWEJvb2xlYW4sIFhJbnB1dEJvb2xlYW4sIFhEYXRhLCBYVGVtcGxhdGUgfSBmcm9tICdAbmctbmVzdC91aS9jb3JlJztcclxuaW1wb3J0IHsgSW5wdXQsIE91dHB1dCwgRXZlbnRFbWl0dGVyLCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgWFNlbGVjdE5vZGUgfSBmcm9tICdAbmctbmVzdC91aS9zZWxlY3QnO1xyXG5cclxuLyoqXHJcbiAqIFBhZ2luYXRpb25cclxuICogQHNlbGVjdG9yIHgtcGFnaW5hdGlvblxyXG4gKiBAZGVjb3JhdG9yIGNvbXBvbmVudFxyXG4gKi9cclxuZXhwb3J0IGNvbnN0IFhQYWdpbmF0aW9uUHJlZml4ID0gJ3gtcGFnaW5hdGlvbic7XHJcbmNvbnN0IFhfQ09ORklHX05BTUUgPSAncGFnaW5hdGlvbic7XHJcblxyXG4vKipcclxuICogUGFnaW5hdGlvbiBQcm9wZXJ0eVxyXG4gKi9cclxuQENvbXBvbmVudCh7IHRlbXBsYXRlOiAnJyB9KVxyXG5leHBvcnQgY2xhc3MgWFBhZ2luYXRpb25Qcm9wZXJ0eSBleHRlbmRzIFhQcm9wZXJ0eSB7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOW9k+WJjemhteeggVxyXG4gICAqIEBlbl9VUyBDdXJyZW50IHBhZ2UgbnVtYmVyXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhOdW1iZXI+KFhfQ09ORklHX05BTUUsIDEpIEBYSW5wdXROdW1iZXIoKSBpbmRleCE6IFhOdW1iZXI7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOavj+mhteaYvuekuuadoeaVsFxyXG4gICAqIEBlbl9VUyBOdW1iZXIgb2YgaXRlbXMgZGlzcGxheWVkIHBlciBwYWdlXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhOdW1iZXI+KFhfQ09ORklHX05BTUUsIDEwKSBAWElucHV0TnVtYmVyKCkgc2l6ZSE6IFhOdW1iZXI7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOaAu+aVsFxyXG4gICAqIEBlbl9VUyBUb3RhbFxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYSW5wdXROdW1iZXIoKSB0b3RhbDogWE51bWJlciA9IDA7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOafpeivouadoeS7tlxyXG4gICAqIEBlbl9VUyBRdWVyeSBjb25kaXRpb25zXHJcbiAgICovXHJcbiAgQElucHV0KCkgcXVlcnk6IFhRdWVyeSA9IHt9O1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmnIDlpJrmmL7npLrnmoTliIbpobXmlbDph49cclxuICAgKiBAZW5fVVMgVGhlIGxhcmdlc3QgbnVtYmVyIG9mIHBhZ2VzIGRpc3BsYXlcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WE51bWJlcj4oWF9DT05GSUdfTkFNRSwgNSkgQFhJbnB1dE51bWJlcigpIHBhZ2VMaW5rU2l6ZSE6IFhOdW1iZXI7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOaYvuekuummluWwvumhtei3s+i9rFxyXG4gICAqIEBlbl9VUyBEaXNwbGF5IHRoZSBmaXJzdCBhbmQgbGFzdCBwYWdlXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhCb29sZWFuPihYX0NPTkZJR19OQU1FLCB0cnVlKSBAWElucHV0Qm9vbGVhbigpIHNob3dFbGxpcHNpcyE6IFhCb29sZWFuO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmmL7npLrmgLvmnaHmlbBcclxuICAgKiBAZW5fVVMgRGlzcGxheSB0aGUgdG90YWxcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WEJvb2xlYW4+KFhfQ09ORklHX05BTUUsIHRydWUpIEBYSW5wdXRCb29sZWFuKCkgc2hvd1RvdGFsITogWEJvb2xlYW47XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOaMiemSrumXtOi3ne+8jOWNleS9jSByZW0g77yI5oyJIDFyZW0gPSAxNnB4IOavlOS+i+adpeiuoeeul++8iVxyXG4gICAqIEBlbl9VUyBCdXR0b24gc3BhY2luZywgdW5pdCByZW0gKGNhbGN1bGF0ZWQgYWNjb3JkaW5nIHRvIHRoZSByYXRpbyBvZiAxcmVtID0gMTZweClcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WE51bWJlcj4oWF9DT05GSUdfTkFNRSwgMCkgQFhJbnB1dE51bWJlcigpIHNwYWNlITogWE51bWJlcjtcclxuICAvKipcclxuICAgKiBAemhfQ04g6ZqQ6JeP6L655qGGXHJcbiAgICogQGVuX1VTIEhpZGUgYm9yZGVyXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhCb29sZWFuPihYX0NPTkZJR19OQU1FLCBmYWxzZSkgQFhJbnB1dEJvb2xlYW4oKSBoaWRkZW5Cb3JkZXIhOiBYQm9vbGVhbjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5pi+56S65YiG6aG15p2h5pWwXHJcbiAgICogQGVuX1VTIFNob3cgc2l6ZVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYV2l0aENvbmZpZzxYQm9vbGVhbj4oWF9DT05GSUdfTkFNRSwgZmFsc2UpIEBYSW5wdXRCb29sZWFuKCkgc2hvd1NpemUhOiBYQm9vbGVhbjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5YiG6aG15p2h5pWw55qE5a695bqmXHJcbiAgICogQGVuX1VTIHNpemUgd2l0aFxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYV2l0aENvbmZpZzxYTnVtYmVyPihYX0NPTkZJR19OQU1FLCAxMDApIEBYSW5wdXROdW1iZXIoKSBzaXplV2lkdGghOiBYTnVtYmVyO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDliIbpobXmnaHmlbDnmoTlrr3luqZcclxuICAgKiBAZW5fVVMgc2l6ZSB3aXRoXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhEYXRhPFhTZWxlY3ROb2RlPj4oWF9DT05GSUdfTkFNRSwgWzEwLCAyMCwgNTAsIDEwMF0pIHNpemVEYXRhITogWERhdGE8WFNlbGVjdE5vZGU+O1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDnpoHnlKjmlbTkuKrliIbpobVcclxuICAgKiBAZW5fVVMgZGlzYWJsZWRcclxuICAgKi9cclxuICBASW5wdXQoKSBAWElucHV0Qm9vbGVhbigpIGRpc2FibGVkITogWEJvb2xlYW47XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOaYvuekuui3s+i9rOi+k+WFpeahhlxyXG4gICAqIEBlbl9VUyBTaG93IHNpemVcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WEJvb2xlYW4+KFhfQ09ORklHX05BTUUsIGZhbHNlKSBAWElucHV0Qm9vbGVhbigpIHNob3dKdW1wITogWEJvb2xlYW47XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOi3s+i9rOmhteeahOWuveW6plxyXG4gICAqIEBlbl9VUyBzaXplIHdpdGhcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WE51bWJlcj4oWF9DT05GSUdfTkFNRSwgNTApIEBYSW5wdXROdW1iZXIoKSBqdW1wV2lkdGghOiBYTnVtYmVyO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmgLvmlbDoh6rlrprkuYnmqKHmnb9cclxuICAgKiBAZW5fVVMgVG90YWwgdGVtcGxhdGVcclxuICAgKi9cclxuICBASW5wdXQoKSB0b3RhbFRwbD86IFhUZW1wbGF0ZTtcclxuICAvKipcclxuICAgKiBAemhfQ04g566A5Y2V5YiG6aG1XHJcbiAgICogQGVuX1VTIFNpbXBsZVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYV2l0aENvbmZpZzxYQm9vbGVhbj4oWF9DT05GSUdfTkFNRSwgZmFsc2UpIEBYSW5wdXRCb29sZWFuKCkgc2ltcGxlITogWEJvb2xlYW47XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOeugOWNleWIhumhtei+k+WFpeahhuWuveW6plxyXG4gICAqIEBlbl9VUyBTaW1wbGUgaW5kZXggd2l0aFxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYV2l0aENvbmZpZzxYTnVtYmVyPihYX0NPTkZJR19OQU1FLCAxMzApIEBYSW5wdXROdW1iZXIoKSBzaW1wbGVJbmRleFdpZHRoITogWE51bWJlcjtcclxuICAvKipcclxuICAgKiBAemhfQ04g6aG156CB5Y+Y5YyW55qE5LqL5Lu2XHJcbiAgICogQGVuX1VTIFBhZ2UgbnVtYmVyIGNoYW5nZSBldmVudFxyXG4gICAqL1xyXG4gIEBPdXRwdXQoKSBxdWVyeUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8WFF1ZXJ5PigpO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDpobXnoIHlj5jljJbnmoTkuovku7ZcclxuICAgKiBAZW5fVVMgUGFnZSBudW1iZXIgY2hhbmdlIGV2ZW50XHJcbiAgICovXHJcbiAgQE91dHB1dCgpIGluZGV4Q2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOavj+mhteaYvuekuuadoeaVsOWPmOWMlueahOS6i+S7tlxyXG4gICAqIEBlbl9VUyBTaG93IHRoZSBudW1iZXIgb2YgZXZlbnRzIG9uIGVhY2ggcGFnZVxyXG4gICAqL1xyXG4gIEBPdXRwdXQoKSBzaXplQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XHJcbn1cclxuXHJcbi8qKlxyXG4gKiBQYWdpbmF0aW9uT3B0aW9uXHJcbiAqL1xyXG5leHBvcnQgaW50ZXJmYWNlIFhQYWdpbmF0aW9uT3B0aW9uIHtcclxuICAvKipcclxuICAgKiBAemhfQ04g5b2T5YmN6aG156CBXHJcbiAgICogQGVuX1VTIEN1cnJlbnQgcGFnZSBudW1iZXJcclxuICAgKi9cclxuICBpbmRleD86IFhOdW1iZXI7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOavj+mhteaYvuekuuadoeaVsFxyXG4gICAqIEBlbl9VUyBOdW1iZXIgb2YgaXRlbXMgZGlzcGxheWVkIHBlciBwYWdlXHJcbiAgICovXHJcbiAgc2l6ZT86IFhOdW1iZXI7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOaAu+aVsFxyXG4gICAqIEBlbl9VUyB0b3RhbFxyXG4gICAqL1xyXG4gIHRvdGFsPzogWE51bWJlcjtcclxufVxyXG4iXX0=
159
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGlvbi5wcm9wZXJ0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYi9uZy1uZXN0L3VpL3BhZ2luYXRpb24vcGFnaW5hdGlvbi5wcm9wZXJ0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQW1CLFdBQVcsRUFBWSxhQUFhLEVBQW9CLE1BQU0sa0JBQWtCLENBQUM7QUFDcEksT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFHdkU7Ozs7R0FJRztBQUNILE1BQU0sQ0FBQyxNQUFNLGlCQUFpQixHQUFHLGNBQWMsQ0FBQztBQUNoRCxNQUFNLGFBQWEsR0FBRyxZQUFZLENBQUM7QUFFbkM7OztHQUdHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sbUJBQW1CLEdBQUcsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxHQUFHLENBQUMsQ0FBQztBQUVyRDs7R0FFRztBQUVILE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxTQUFTO0lBRGxEOztRQVlFOzs7V0FHRztRQUNzQixVQUFLLEdBQVksQ0FBQyxDQUFDO1FBQzVDOzs7V0FHRztRQUNNLFVBQUssR0FBVyxFQUFFLENBQUM7UUF1RTVCOzs7V0FHRztRQUNPLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUNuRDs7O1dBR0c7UUFDTyxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7UUFDbkQ7OztXQUdHO1FBQ08sZUFBVSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7S0FDbkQ7O3NKQTFHWSxtQkFBbUI7MElBQW5CLG1CQUFtQiw0a0JBRFQsRUFBRTtBQU0wQztJQUF2RCxXQUFXLENBQVUsYUFBYSxFQUFFLENBQUMsQ0FBQztJQUFFLFlBQVksRUFBRTtrREFBaUI7QUFLZjtJQUF4RCxXQUFXLENBQVUsYUFBYSxFQUFFLEVBQUUsQ0FBQztJQUFFLFlBQVksRUFBRTtpREFBZ0I7QUFLeEQ7SUFBZixZQUFZLEVBQUU7a0RBQW9CO0FBVXFCO0lBQXZELFdBQVcsQ0FBVSxhQUFhLEVBQUUsQ0FBQyxDQUFDO0lBQUUsWUFBWSxFQUFFO3lEQUF3QjtBQUtsQjtJQUE1RCxXQUFXLENBQVcsYUFBYSxFQUFFLElBQUksQ0FBQztJQUFFLGFBQWEsRUFBRTt5REFBeUI7QUFLeEI7SUFBNUQsV0FBVyxDQUFXLGFBQWEsRUFBRSxJQUFJLENBQUM7SUFBRSxhQUFhLEVBQUU7c0RBQXNCO0FBSzFCO0lBQXZELFdBQVcsQ0FBVSxhQUFhLEVBQUUsQ0FBQyxDQUFDO0lBQUUsWUFBWSxFQUFFO2tEQUFpQjtBQUtWO0lBQTdELFdBQVcsQ0FBVyxhQUFhLEVBQUUsS0FBSyxDQUFDO0lBQUUsYUFBYSxFQUFFO3lEQUF5QjtBQUt4QjtJQUE3RCxXQUFXLENBQVcsYUFBYSxFQUFFLEtBQUssQ0FBQztJQUFFLGFBQWEsRUFBRTtxREFBcUI7QUFLeEI7SUFBekQsV0FBVyxDQUFVLGFBQWEsRUFBRSxHQUFHLENBQUM7SUFBRSxZQUFZLEVBQUU7c0RBQXFCO0FBS1Q7SUFBcEUsV0FBVyxDQUFxQixhQUFhLEVBQUUsbUJBQW1CLENBQUM7cURBQStCO0FBS2xGO0lBQWhCLGFBQWEsRUFBRTtxREFBcUI7QUFLeUI7SUFBN0QsV0FBVyxDQUFXLGFBQWEsRUFBRSxLQUFLLENBQUM7SUFBRSxhQUFhLEVBQUU7cURBQXFCO0FBS3pCO0lBQXhELFdBQVcsQ0FBVSxhQUFhLEVBQUUsRUFBRSxDQUFDO0lBQUUsWUFBWSxFQUFFO3NEQUFxQjtBQVVmO0lBQTdELFdBQVcsQ0FBVyxhQUFhLEVBQUUsS0FBSyxDQUFDO0lBQUUsYUFBYSxFQUFFO21EQUFtQjtBQUt0QjtJQUF6RCxXQUFXLENBQVUsYUFBYSxFQUFFLEdBQUcsQ0FBQztJQUFFLFlBQVksRUFBRTs2REFBNEI7MkZBMUZuRixtQkFBbUI7a0JBRC9CLFNBQVM7bUJBQUMsRUFBRSxRQUFRLEVBQUUsRUFBRSxFQUFFOzhCQU13QyxLQUFLO3NCQUFyRSxLQUFLO2dCQUs0RCxJQUFJO3NCQUFyRSxLQUFLO2dCQUttQixLQUFLO3NCQUE3QixLQUFLO2dCQUtHLEtBQUs7c0JBQWIsS0FBSztnQkFLMkQsWUFBWTtzQkFBNUUsS0FBSztnQkFLZ0UsWUFBWTtzQkFBakYsS0FBSztnQkFLZ0UsU0FBUztzQkFBOUUsS0FBSztnQkFLMkQsS0FBSztzQkFBckUsS0FBSztnQkFLaUUsWUFBWTtzQkFBbEYsS0FBSztnQkFLaUUsUUFBUTtzQkFBOUUsS0FBSztnQkFLNkQsU0FBUztzQkFBM0UsS0FBSztnQkFLd0UsUUFBUTtzQkFBckYsS0FBSztnQkFLb0IsUUFBUTtzQkFBakMsS0FBSztnQkFLaUUsUUFBUTtzQkFBOUUsS0FBSztnQkFLNEQsU0FBUztzQkFBMUUsS0FBSztnQkFLRyxRQUFRO3NCQUFoQixLQUFLO2dCQUtpRSxNQUFNO3NCQUE1RSxLQUFLO2dCQUs2RCxnQkFBZ0I7c0JBQWxGLEtBQUs7Z0JBS0ksV0FBVztzQkFBcEIsTUFBTTtnQkFLRyxXQUFXO3NCQUFwQixNQUFNO2dCQUtHLFVBQVU7c0JBQW5CLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBYUHJvcGVydHksIFhJbnB1dE51bWJlciwgWE51bWJlciwgWFF1ZXJ5LCBYV2l0aENvbmZpZywgWEJvb2xlYW4sIFhJbnB1dEJvb2xlYW4sIFhEYXRhLCBYVGVtcGxhdGUgfSBmcm9tICdAbmctbmVzdC91aS9jb3JlJztcclxuaW1wb3J0IHsgSW5wdXQsIE91dHB1dCwgRXZlbnRFbWl0dGVyLCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgWFNlbGVjdE5vZGUgfSBmcm9tICdAbmctbmVzdC91aS9zZWxlY3QnO1xyXG5cclxuLyoqXHJcbiAqIFBhZ2luYXRpb25cclxuICogQHNlbGVjdG9yIHgtcGFnaW5hdGlvblxyXG4gKiBAZGVjb3JhdG9yIGNvbXBvbmVudFxyXG4gKi9cclxuZXhwb3J0IGNvbnN0IFhQYWdpbmF0aW9uUHJlZml4ID0gJ3gtcGFnaW5hdGlvbic7XHJcbmNvbnN0IFhfQ09ORklHX05BTUUgPSAncGFnaW5hdGlvbic7XHJcblxyXG4vKipcclxuICogQHpoX0NOIOWIhumhtemAieaLqeadoeaVsFxyXG4gKiBAZW5fVVMgU3ViLXNlbGVjdGlvblxyXG4gKi9cclxuZXhwb3J0IGNvbnN0IFhQYWdpbmF0aW9uU2l6ZURhdGEgPSBbMTAsIDIwLCA1MCwgMTAwXTtcclxuXHJcbi8qKlxyXG4gKiBQYWdpbmF0aW9uIFByb3BlcnR5XHJcbiAqL1xyXG5AQ29tcG9uZW50KHsgdGVtcGxhdGU6ICcnIH0pXHJcbmV4cG9ydCBjbGFzcyBYUGFnaW5hdGlvblByb3BlcnR5IGV4dGVuZHMgWFByb3BlcnR5IHtcclxuICAvKipcclxuICAgKiBAemhfQ04g5b2T5YmN6aG156CBXHJcbiAgICogQGVuX1VTIEN1cnJlbnQgcGFnZSBudW1iZXJcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WE51bWJlcj4oWF9DT05GSUdfTkFNRSwgMSkgQFhJbnB1dE51bWJlcigpIGluZGV4ITogWE51bWJlcjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5q+P6aG15pi+56S65p2h5pWwXHJcbiAgICogQGVuX1VTIE51bWJlciBvZiBpdGVtcyBkaXNwbGF5ZWQgcGVyIHBhZ2VcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WE51bWJlcj4oWF9DT05GSUdfTkFNRSwgMTApIEBYSW5wdXROdW1iZXIoKSBzaXplITogWE51bWJlcjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5oC75pWwXHJcbiAgICogQGVuX1VTIFRvdGFsXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhJbnB1dE51bWJlcigpIHRvdGFsOiBYTnVtYmVyID0gMDtcclxuICAvKipcclxuICAgKiBAemhfQ04g5p+l6K+i5p2h5Lu2XHJcbiAgICogQGVuX1VTIFF1ZXJ5IGNvbmRpdGlvbnNcclxuICAgKi9cclxuICBASW5wdXQoKSBxdWVyeTogWFF1ZXJ5ID0ge307XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOacgOWkmuaYvuekuueahOWIhumhteaVsOmHj1xyXG4gICAqIEBlbl9VUyBUaGUgbGFyZ2VzdCBudW1iZXIgb2YgcGFnZXMgZGlzcGxheVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYV2l0aENvbmZpZzxYTnVtYmVyPihYX0NPTkZJR19OQU1FLCA1KSBAWElucHV0TnVtYmVyKCkgcGFnZUxpbmtTaXplITogWE51bWJlcjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5pi+56S66aaW5bC+6aG16Lez6L2sXHJcbiAgICogQGVuX1VTIERpc3BsYXkgdGhlIGZpcnN0IGFuZCBsYXN0IHBhZ2VcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WEJvb2xlYW4+KFhfQ09ORklHX05BTUUsIHRydWUpIEBYSW5wdXRCb29sZWFuKCkgc2hvd0VsbGlwc2lzITogWEJvb2xlYW47XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOaYvuekuuaAu+adoeaVsFxyXG4gICAqIEBlbl9VUyBEaXNwbGF5IHRoZSB0b3RhbFxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYV2l0aENvbmZpZzxYQm9vbGVhbj4oWF9DT05GSUdfTkFNRSwgdHJ1ZSkgQFhJbnB1dEJvb2xlYW4oKSBzaG93VG90YWwhOiBYQm9vbGVhbjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5oyJ6ZKu6Ze06Led77yM5Y2V5L2NIHJlbSDvvIjmjIkgMXJlbSA9IDE2cHgg5q+U5L6L5p2l6K6h566X77yJXHJcbiAgICogQGVuX1VTIEJ1dHRvbiBzcGFjaW5nLCB1bml0IHJlbSAoY2FsY3VsYXRlZCBhY2NvcmRpbmcgdG8gdGhlIHJhdGlvIG9mIDFyZW0gPSAxNnB4KVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIEBYV2l0aENvbmZpZzxYTnVtYmVyPihYX0NPTkZJR19OQU1FLCAwKSBAWElucHV0TnVtYmVyKCkgc3BhY2UhOiBYTnVtYmVyO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDpmpDol4/ovrnmoYZcclxuICAgKiBAZW5fVVMgSGlkZSBib3JkZXJcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WEJvb2xlYW4+KFhfQ09ORklHX05BTUUsIGZhbHNlKSBAWElucHV0Qm9vbGVhbigpIGhpZGRlbkJvcmRlciE6IFhCb29sZWFuO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmmL7npLrliIbpobXmnaHmlbBcclxuICAgKiBAZW5fVVMgU2hvdyBzaXplXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhCb29sZWFuPihYX0NPTkZJR19OQU1FLCBmYWxzZSkgQFhJbnB1dEJvb2xlYW4oKSBzaG93U2l6ZSE6IFhCb29sZWFuO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDliIbpobXmnaHmlbDnmoTlrr3luqZcclxuICAgKiBAZW5fVVMgc2l6ZSB3aXRoXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhOdW1iZXI+KFhfQ09ORklHX05BTUUsIDEwMCkgQFhJbnB1dE51bWJlcigpIHNpemVXaWR0aCE6IFhOdW1iZXI7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOWIhumhteadoeaVsOeahOWuveW6plxyXG4gICAqIEBlbl9VUyBzaXplIHdpdGhcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WERhdGE8WFNlbGVjdE5vZGU+PihYX0NPTkZJR19OQU1FLCBYUGFnaW5hdGlvblNpemVEYXRhKSBzaXplRGF0YSE6IFhEYXRhPFhTZWxlY3ROb2RlPjtcclxuICAvKipcclxuICAgKiBAemhfQ04g56aB55So5pW05Liq5YiG6aG1XHJcbiAgICogQGVuX1VTIGRpc2FibGVkXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhJbnB1dEJvb2xlYW4oKSBkaXNhYmxlZCE6IFhCb29sZWFuO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmmL7npLrot7PovazovpPlhaXmoYZcclxuICAgKiBAZW5fVVMgU2hvdyBzaXplXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhCb29sZWFuPihYX0NPTkZJR19OQU1FLCBmYWxzZSkgQFhJbnB1dEJvb2xlYW4oKSBzaG93SnVtcCE6IFhCb29sZWFuO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDot7PovazpobXnmoTlrr3luqZcclxuICAgKiBAZW5fVVMgc2l6ZSB3aXRoXHJcbiAgICovXHJcbiAgQElucHV0KCkgQFhXaXRoQ29uZmlnPFhOdW1iZXI+KFhfQ09ORklHX05BTUUsIDUwKSBAWElucHV0TnVtYmVyKCkganVtcFdpZHRoITogWE51bWJlcjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5oC75pWw6Ieq5a6a5LmJ5qih5p2/XHJcbiAgICogQGVuX1VTIFRvdGFsIHRlbXBsYXRlXHJcbiAgICovXHJcbiAgQElucHV0KCkgdG90YWxUcGw/OiBYVGVtcGxhdGU7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOeugOWNleWIhumhtVxyXG4gICAqIEBlbl9VUyBTaW1wbGVcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WEJvb2xlYW4+KFhfQ09ORklHX05BTUUsIGZhbHNlKSBAWElucHV0Qm9vbGVhbigpIHNpbXBsZSE6IFhCb29sZWFuO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDnroDljZXliIbpobXovpPlhaXmoYblrr3luqZcclxuICAgKiBAZW5fVVMgU2ltcGxlIGluZGV4IHdpdGhcclxuICAgKi9cclxuICBASW5wdXQoKSBAWFdpdGhDb25maWc8WE51bWJlcj4oWF9DT05GSUdfTkFNRSwgMTMwKSBAWElucHV0TnVtYmVyKCkgc2ltcGxlSW5kZXhXaWR0aCE6IFhOdW1iZXI7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOmhteeggeWPmOWMlueahOS6i+S7tlxyXG4gICAqIEBlbl9VUyBQYWdlIG51bWJlciBjaGFuZ2UgZXZlbnRcclxuICAgKi9cclxuICBAT3V0cHV0KCkgcXVlcnlDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPFhRdWVyeT4oKTtcclxuICAvKipcclxuICAgKiBAemhfQ04g6aG156CB5Y+Y5YyW55qE5LqL5Lu2XHJcbiAgICogQGVuX1VTIFBhZ2UgbnVtYmVyIGNoYW5nZSBldmVudFxyXG4gICAqL1xyXG4gIEBPdXRwdXQoKSBpbmRleENoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmr4/pobXmmL7npLrmnaHmlbDlj5jljJbnmoTkuovku7ZcclxuICAgKiBAZW5fVVMgU2hvdyB0aGUgbnVtYmVyIG9mIGV2ZW50cyBvbiBlYWNoIHBhZ2VcclxuICAgKi9cclxuICBAT3V0cHV0KCkgc2l6ZUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xyXG59XHJcblxyXG4vKipcclxuICogUGFnaW5hdGlvbk9wdGlvblxyXG4gKi9cclxuZXhwb3J0IGludGVyZmFjZSBYUGFnaW5hdGlvbk9wdGlvbiB7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOW9k+WJjemhteeggVxyXG4gICAqIEBlbl9VUyBDdXJyZW50IHBhZ2UgbnVtYmVyXHJcbiAgICovXHJcbiAgaW5kZXg/OiBYTnVtYmVyO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmr4/pobXmmL7npLrmnaHmlbBcclxuICAgKiBAZW5fVVMgTnVtYmVyIG9mIGl0ZW1zIGRpc3BsYXllZCBwZXIgcGFnZVxyXG4gICAqL1xyXG4gIHNpemU/OiBYTnVtYmVyO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDmgLvmlbBcclxuICAgKiBAZW5fVVMgdG90YWxcclxuICAgKi9cclxuICB0b3RhbD86IFhOdW1iZXI7XHJcbn1cclxuIl19
@@ -8,9 +8,9 @@ export class XPatternComponent {
8
8
  this.renderer.addClass(this.elementRef.nativeElement, PatternPrefix);
9
9
  }
10
10
  }
11
- /** @nocollapse */ /** @nocollapse */ XPatternComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPatternComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
12
- /** @nocollapse */ /** @nocollapse */ XPatternComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XPatternComponent, selector: "x-pattern", ngImport: i0, template: "<ng-content></ng-content>\r\n", styles: [".x-pattern{margin:0;padding:0;display:block}.x-pattern>table>tr>td:nth-child(1){color:navy;width:25%}.x-pattern>table>tr>td:nth-child(3){color:#d14}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPatternComponent, decorators: [{
11
+ /** @nocollapse */ /** @nocollapse */ XPatternComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPatternComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
12
+ /** @nocollapse */ /** @nocollapse */ XPatternComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XPatternComponent, selector: "x-pattern", ngImport: i0, template: "<ng-content></ng-content>\r\n", styles: [".x-pattern{margin:0;padding:0;display:block}.x-pattern>table>tr>td:nth-child(1){color:navy;width:25%}.x-pattern>table>tr>td:nth-child(3){color:#d14}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPatternComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'x-pattern', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\r\n", styles: [".x-pattern{margin:0;padding:0;display:block}.x-pattern>table>tr>td:nth-child(1){color:navy;width:25%}.x-pattern>table>tr>td:nth-child(3){color:#d14}\n"] }]
16
16
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; } });
@@ -4,10 +4,10 @@ import { XPatternComponent } from './pattern.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class XPatternModule {
6
6
  }
7
- /** @nocollapse */ /** @nocollapse */ XPatternModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPatternModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ /** @nocollapse */ XPatternModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPatternModule, declarations: [XPatternComponent], imports: [CommonModule], exports: [XPatternComponent] });
9
- /** @nocollapse */ /** @nocollapse */ XPatternModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPatternModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPatternModule, decorators: [{
7
+ /** @nocollapse */ /** @nocollapse */ XPatternModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPatternModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ /** @nocollapse */ XPatternModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPatternModule, declarations: [XPatternComponent], imports: [CommonModule], exports: [XPatternComponent] });
9
+ /** @nocollapse */ /** @nocollapse */ XPatternModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPatternModule, imports: [[CommonModule]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPatternModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [XPatternComponent],
@@ -65,9 +65,9 @@ export class XPopconfirmComponent extends XPopconfirmProperty {
65
65
  this.condition && this.onConfirm();
66
66
  }
67
67
  }
68
- /** @nocollapse */ /** @nocollapse */ XPopconfirmComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopconfirmComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XConfigService }, { token: i2.XI18nService }], target: i0.ɵɵFactoryTarget.Component });
69
- /** @nocollapse */ /** @nocollapse */ XPopconfirmComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XPopconfirmComponent, selector: "x-popconfirm", usesInheritance: true, ngImport: i0, template: "<div\r\n #popconfirm\r\n class=\"x-popconfirm\"\r\n x-popover\r\n [title]=\"titleTpl\"\r\n [content]=\"content\"\r\n [footer]=\"footerTpl\"\r\n [placement]=\"placement\"\r\n [trigger]=\"trigger\"\r\n [width]=\"width\"\r\n [condition]=\"condition\"\r\n [(visible)]=\"visible\"\r\n (click)=\"onClick()\"\r\n>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n<ng-template #titleTpl>\r\n <div class=\"x-popconfirm-title\">\r\n <ng-container *xOutlet=\"title\">\r\n <x-icon *ngIf=\"icon\" [style.color]=\"iconColor\" [type]=\"icon\"></x-icon>\r\n <span>{{ title }}</span>\r\n </ng-container>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #footerTpl>\r\n <div class=\"x-popconfirm-buttons\">\r\n <x-button (click)=\"onCancel()\">{{ getCancelText }}</x-button>\r\n <x-button type=\"primary\" (click)=\"onConfirm()\" [loading]=\"loading\">{{ getConfirmText }}</x-button>\r\n </div>\r\n</ng-template>\r\n", styles: [".x-popconfirm{margin:0;padding:0;display:inline-block}.x-popconfirm-buttons{display:flex;justify-content:flex-end}.x-popconfirm-buttons>x-button:not(:first-child){margin-left:.5rem}.x-popconfirm-title{display:flex;align-items:center}.x-popconfirm-title>.x-icon{margin-right:.325rem;font-size:1rem}\n"], components: [{ type: i3.XIconComponent, selector: "x-icon" }, { type: i4.XButtonComponent, selector: "x-button" }], directives: [{ type: i5.XPopoverDirective, selector: "[x-popover], x-popover" }, { type: i6.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopconfirmComponent, decorators: [{
68
+ /** @nocollapse */ /** @nocollapse */ XPopconfirmComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopconfirmComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.XConfigService }, { token: i2.XI18nService }], target: i0.ɵɵFactoryTarget.Component });
69
+ /** @nocollapse */ /** @nocollapse */ XPopconfirmComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XPopconfirmComponent, selector: "x-popconfirm", usesInheritance: true, ngImport: i0, template: "<div\r\n #popconfirm\r\n class=\"x-popconfirm\"\r\n x-popover\r\n [title]=\"titleTpl\"\r\n [content]=\"content\"\r\n [footer]=\"footerTpl\"\r\n [placement]=\"placement\"\r\n [trigger]=\"trigger\"\r\n [width]=\"width\"\r\n [condition]=\"condition\"\r\n [(visible)]=\"visible\"\r\n (click)=\"onClick()\"\r\n>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n<ng-template #titleTpl>\r\n <div class=\"x-popconfirm-title\">\r\n <ng-container *xOutlet=\"title\">\r\n <x-icon *ngIf=\"icon\" [style.color]=\"iconColor\" [type]=\"icon\"></x-icon>\r\n <span>{{ title }}</span>\r\n </ng-container>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #footerTpl>\r\n <div class=\"x-popconfirm-buttons\">\r\n <x-button (click)=\"onCancel()\">{{ getCancelText }}</x-button>\r\n <x-button type=\"primary\" (click)=\"onConfirm()\" [loading]=\"loading\">{{ getConfirmText }}</x-button>\r\n </div>\r\n</ng-template>\r\n", styles: [".x-popconfirm{margin:0;padding:0;display:inline-block}.x-popconfirm-buttons{display:flex;justify-content:flex-end}.x-popconfirm-buttons>x-button:not(:first-child){margin-left:.5rem}.x-popconfirm-title{display:flex;align-items:center}.x-popconfirm-title>.x-icon{margin-right:.325rem;font-size:1rem}\n"], components: [{ type: i3.XIconComponent, selector: "x-icon" }, { type: i4.XButtonComponent, selector: "x-button" }], directives: [{ type: i5.XPopoverDirective, selector: "[x-popover], x-popover" }, { type: i6.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopconfirmComponent, decorators: [{
71
71
  type: Component,
72
72
  args: [{ selector: `${XPopconfirmPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\r\n #popconfirm\r\n class=\"x-popconfirm\"\r\n x-popover\r\n [title]=\"titleTpl\"\r\n [content]=\"content\"\r\n [footer]=\"footerTpl\"\r\n [placement]=\"placement\"\r\n [trigger]=\"trigger\"\r\n [width]=\"width\"\r\n [condition]=\"condition\"\r\n [(visible)]=\"visible\"\r\n (click)=\"onClick()\"\r\n>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n<ng-template #titleTpl>\r\n <div class=\"x-popconfirm-title\">\r\n <ng-container *xOutlet=\"title\">\r\n <x-icon *ngIf=\"icon\" [style.color]=\"iconColor\" [type]=\"icon\"></x-icon>\r\n <span>{{ title }}</span>\r\n </ng-container>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #footerTpl>\r\n <div class=\"x-popconfirm-buttons\">\r\n <x-button (click)=\"onCancel()\">{{ getCancelText }}</x-button>\r\n <x-button type=\"primary\" (click)=\"onConfirm()\" [loading]=\"loading\">{{ getConfirmText }}</x-button>\r\n </div>\r\n</ng-template>\r\n", styles: [".x-popconfirm{margin:0;padding:0;display:inline-block}.x-popconfirm-buttons{display:flex;justify-content:flex-end}.x-popconfirm-buttons>x-button:not(:first-child){margin-left:.5rem}.x-popconfirm-title{display:flex;align-items:center}.x-popconfirm-title>.x-icon{margin-right:.325rem;font-size:1rem}\n"] }]
73
73
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.XConfigService }, { type: i2.XI18nService }]; } });
@@ -9,10 +9,10 @@ import { XPopconfirmProperty } from './popconfirm.property';
9
9
  import * as i0 from "@angular/core";
10
10
  export class XPopconfirmModule {
11
11
  }
12
- /** @nocollapse */ /** @nocollapse */ XPopconfirmModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopconfirmModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- /** @nocollapse */ /** @nocollapse */ XPopconfirmModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopconfirmModule, declarations: [XPopconfirmComponent, XPopconfirmProperty], imports: [CommonModule, XPopoverModule, XButtonModule, XIconModule, XOutletModule], exports: [XPopconfirmComponent] });
14
- /** @nocollapse */ /** @nocollapse */ XPopconfirmModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopconfirmModule, imports: [[CommonModule, XPopoverModule, XButtonModule, XIconModule, XOutletModule]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopconfirmModule, decorators: [{
12
+ /** @nocollapse */ /** @nocollapse */ XPopconfirmModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopconfirmModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ /** @nocollapse */ /** @nocollapse */ XPopconfirmModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopconfirmModule, declarations: [XPopconfirmComponent, XPopconfirmProperty], imports: [CommonModule, XPopoverModule, XButtonModule, XIconModule, XOutletModule], exports: [XPopconfirmComponent] });
14
+ /** @nocollapse */ /** @nocollapse */ XPopconfirmModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopconfirmModule, imports: [[CommonModule, XPopoverModule, XButtonModule, XIconModule, XOutletModule]] });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopconfirmModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [XPopconfirmComponent, XPopconfirmProperty],
@@ -27,8 +27,8 @@ export class XPopconfirmProperty extends XProperty {
27
27
  this.confirm = new EventEmitter();
28
28
  }
29
29
  }
30
- /** @nocollapse */ /** @nocollapse */ XPopconfirmProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopconfirmProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
31
- /** @nocollapse */ /** @nocollapse */ XPopconfirmProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XPopconfirmProperty, selector: "ng-component", inputs: { title: "title", content: "content", placement: "placement", trigger: "trigger", width: "width", icon: "icon", iconColor: "iconColor", cancelText: "cancelText", confirmText: "confirmText", confirmAsync: "confirmAsync", condition: "condition" }, outputs: { cancel: "cancel", confirm: "confirm" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
30
+ /** @nocollapse */ /** @nocollapse */ XPopconfirmProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopconfirmProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
31
+ /** @nocollapse */ /** @nocollapse */ XPopconfirmProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XPopconfirmProperty, selector: "ng-component", inputs: { title: "title", content: "content", placement: "placement", trigger: "trigger", width: "width", icon: "icon", iconColor: "iconColor", cancelText: "cancelText", confirmText: "confirmText", confirmAsync: "confirmAsync", condition: "condition" }, outputs: { cancel: "cancel", confirm: "confirm" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
32
32
  __decorate([
33
33
  XWithConfig(X_CONFIG_NAME, 'bottom')
34
34
  ], XPopconfirmProperty.prototype, "placement", void 0);
@@ -53,7 +53,7 @@ __decorate([
53
53
  __decorate([
54
54
  XInputBoolean()
55
55
  ], XPopconfirmProperty.prototype, "condition", void 0);
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopconfirmProperty, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopconfirmProperty, decorators: [{
57
57
  type: Component,
58
58
  args: [{ template: '' }]
59
59
  }], propDecorators: { title: [{
@@ -79,9 +79,9 @@ export class XPopoverPortalComponent {
79
79
  return this.placement.indexOf(arrow) >= 0;
80
80
  }
81
81
  }
82
- /** @nocollapse */ /** @nocollapse */ XPopoverPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverPortalComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
83
- /** @nocollapse */ /** @nocollapse */ XPopoverPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: XPopoverPortalComponent, selector: "x-popover-portal", host: { listeners: { "mouseenter": "mouseenter()", "mouseleave": "mouseleave()" }, properties: { "@x-fade-animation": "this.animation" } }, viewQueries: [{ propertyName: "popoverPortal", first: true, predicate: ["popoverPortal"], descendants: true, static: true }, { propertyName: "popoverArrow", first: true, predicate: ["popoverArrow"], descendants: true, static: true }], ngImport: i0, template: "<div #popoverPortal class=\"x-popover-portal\" [ngClass]=\"classMap\" (click)=\"stopPropagation($event)\">\r\n <div class=\"x-popover-portal-inner\" [style.width]=\"width\">\r\n <div *ngIf=\"title\" class=\"x-popover-portal-title\">\r\n <ng-container *xOutlet=\"title\">\r\n {{ title }}\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"content\" class=\"x-popover-portal-content\">\r\n <ng-container *xOutlet=\"content\">\r\n {{ content }}\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"footer\" class=\"x-popover-portal-footer\">\r\n <ng-container *xOutlet=\"footer\">\r\n {{ footer }}\r\n </ng-container>\r\n </div>\r\n </div>\r\n <div #popoverArrow class=\"x-popover-portal-arrow\"></div>\r\n</div>\r\n", styles: ["x-popover{display:inline-block}.x-popover-portal{margin:0;padding:0;display:inline-flex;position:relative;justify-content:center;align-items:center}.x-popover-portal>.x-popover-portal-inner{font-size:var(--x-font-size);background-color:var(--x-background);color:var(--x-text);padding:var(--x-font-size);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-popover-portal .x-popover-portal-title{margin-bottom:calc(var(--x-font-size) - .5rem);font-weight:600;display:flex;align-items:center}.x-popover-portal .x-popover-portal-footer{margin-top:calc(var(--x-font-size) - .5rem)}.x-popover-portal .x-popover-portal-arrow,.x-popover-portal .x-popover-portal-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.x-popover-portal .x-popover-portal-arrow{border-width:.375rem;filter:drop-shadow(0 .125rem .75rem rgba(0,0,0,.03))}.x-popover-portal .x-popover-portal-arrow:after{content:\" \";border-width:.375rem}.x-popover-portal-top,.x-popover-portal-top-start,.x-popover-portal-top-end{padding-bottom:.525rem}.x-popover-portal-top>.x-popover-portal-arrow,.x-popover-portal-top-start>.x-popover-portal-arrow,.x-popover-portal-top-end>.x-popover-portal-arrow{bottom:.2rem;border-bottom-width:0;border-top-color:var(--x-border)}.x-popover-portal-top .x-popover-portal-arrow:after,.x-popover-portal-top-start .x-popover-portal-arrow:after,.x-popover-portal-top-end .x-popover-portal-arrow:after{bottom:.1rem;margin-left:-.375rem;border-bottom-width:0;border-top-color:var(--x-background)}.x-popover-portal-left,.x-popover-portal-left-start,.x-popover-portal-left-end{padding-right:.525rem}.x-popover-portal-left>.x-popover-portal-arrow,.x-popover-portal-left-start>.x-popover-portal-arrow,.x-popover-portal-left-end>.x-popover-portal-arrow{right:.2rem;border-right-width:0;border-left-color:var(--x-border)}.x-popover-portal-left .x-popover-portal-arrow:after,.x-popover-portal-left-start .x-popover-portal-arrow:after,.x-popover-portal-left-end .x-popover-portal-arrow:after{right:.1rem;margin-top:-.375rem;border-right-width:0;border-left-color:var(--x-background)}.x-popover-portal-right,.x-popover-portal-right-start,.x-popover-portal-right-end{padding-left:.525rem}.x-popover-portal-right>.x-popover-portal-arrow,.x-popover-portal-right-start>.x-popover-portal-arrow,.x-popover-portal-right-end>.x-popover-portal-arrow{left:.2rem;border-left-width:0;border-right-color:var(--x-border)}.x-popover-portal-right .x-popover-portal-arrow:after,.x-popover-portal-right-start .x-popover-portal-arrow:after,.x-popover-portal-right-end .x-popover-portal-arrow:after{left:.1rem;margin-top:-.375rem;border-left-width:0;border-right-color:var(--x-background)}.x-popover-portal-bottom,.x-popover-portal-bottom-start,.x-popover-portal-bottom-end{padding-top:.525rem}.x-popover-portal-bottom .x-popover-portal-arrow,.x-popover-portal-bottom-start .x-popover-portal-arrow,.x-popover-portal-bottom-end .x-popover-portal-arrow{top:.2rem;border-top-width:0;border-bottom-color:var(--x-border)}.x-popover-portal-bottom .x-popover-portal-arrow:after,.x-popover-portal-bottom-start .x-popover-portal-arrow:after,.x-popover-portal-bottom-end .x-popover-portal-arrow:after{top:.1rem;margin-left:-.375rem;border-top-width:0;border-bottom-color:var(--x-background)}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }], animations: [XFadeAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverPortalComponent, decorators: [{
82
+ /** @nocollapse */ /** @nocollapse */ XPopoverPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverPortalComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
83
+ /** @nocollapse */ /** @nocollapse */ XPopoverPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XPopoverPortalComponent, selector: "x-popover-portal", host: { listeners: { "mouseenter": "mouseenter()", "mouseleave": "mouseleave()" }, properties: { "@x-fade-animation": "this.animation" } }, viewQueries: [{ propertyName: "popoverPortal", first: true, predicate: ["popoverPortal"], descendants: true, static: true }, { propertyName: "popoverArrow", first: true, predicate: ["popoverArrow"], descendants: true, static: true }], ngImport: i0, template: "<div #popoverPortal class=\"x-popover-portal\" [ngClass]=\"classMap\" (click)=\"stopPropagation($event)\">\r\n <div class=\"x-popover-portal-inner\" [style.width]=\"width\">\r\n <div *ngIf=\"title\" class=\"x-popover-portal-title\">\r\n <ng-container *xOutlet=\"title\">\r\n {{ title }}\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"content\" class=\"x-popover-portal-content\">\r\n <ng-container *xOutlet=\"content\">\r\n {{ content }}\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"footer\" class=\"x-popover-portal-footer\">\r\n <ng-container *xOutlet=\"footer\">\r\n {{ footer }}\r\n </ng-container>\r\n </div>\r\n </div>\r\n <div #popoverArrow class=\"x-popover-portal-arrow\"></div>\r\n</div>\r\n", styles: ["x-popover{display:inline-block}.x-popover-portal{margin:0;padding:0;display:inline-flex;position:relative;justify-content:center;align-items:center}.x-popover-portal>.x-popover-portal-inner{font-size:var(--x-font-size);background-color:var(--x-background);color:var(--x-text);padding:var(--x-font-size);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-popover-portal .x-popover-portal-title{margin-bottom:calc(var(--x-font-size) - .5rem);font-weight:600;display:flex;align-items:center}.x-popover-portal .x-popover-portal-footer{margin-top:calc(var(--x-font-size) - .5rem)}.x-popover-portal .x-popover-portal-arrow,.x-popover-portal .x-popover-portal-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.x-popover-portal .x-popover-portal-arrow{border-width:.375rem;filter:drop-shadow(0 .125rem .75rem rgba(0,0,0,.03))}.x-popover-portal .x-popover-portal-arrow:after{content:\" \";border-width:.375rem}.x-popover-portal-top,.x-popover-portal-top-start,.x-popover-portal-top-end{padding-bottom:.525rem}.x-popover-portal-top>.x-popover-portal-arrow,.x-popover-portal-top-start>.x-popover-portal-arrow,.x-popover-portal-top-end>.x-popover-portal-arrow{bottom:.2rem;border-bottom-width:0;border-top-color:var(--x-border)}.x-popover-portal-top .x-popover-portal-arrow:after,.x-popover-portal-top-start .x-popover-portal-arrow:after,.x-popover-portal-top-end .x-popover-portal-arrow:after{bottom:.1rem;margin-left:-.375rem;border-bottom-width:0;border-top-color:var(--x-background)}.x-popover-portal-left,.x-popover-portal-left-start,.x-popover-portal-left-end{padding-right:.525rem}.x-popover-portal-left>.x-popover-portal-arrow,.x-popover-portal-left-start>.x-popover-portal-arrow,.x-popover-portal-left-end>.x-popover-portal-arrow{right:.2rem;border-right-width:0;border-left-color:var(--x-border)}.x-popover-portal-left .x-popover-portal-arrow:after,.x-popover-portal-left-start .x-popover-portal-arrow:after,.x-popover-portal-left-end .x-popover-portal-arrow:after{right:.1rem;margin-top:-.375rem;border-right-width:0;border-left-color:var(--x-background)}.x-popover-portal-right,.x-popover-portal-right-start,.x-popover-portal-right-end{padding-left:.525rem}.x-popover-portal-right>.x-popover-portal-arrow,.x-popover-portal-right-start>.x-popover-portal-arrow,.x-popover-portal-right-end>.x-popover-portal-arrow{left:.2rem;border-left-width:0;border-right-color:var(--x-border)}.x-popover-portal-right .x-popover-portal-arrow:after,.x-popover-portal-right-start .x-popover-portal-arrow:after,.x-popover-portal-right-end .x-popover-portal-arrow:after{left:.1rem;margin-top:-.375rem;border-left-width:0;border-right-color:var(--x-background)}.x-popover-portal-bottom,.x-popover-portal-bottom-start,.x-popover-portal-bottom-end{padding-top:.525rem}.x-popover-portal-bottom .x-popover-portal-arrow,.x-popover-portal-bottom-start .x-popover-portal-arrow,.x-popover-portal-bottom-end .x-popover-portal-arrow{top:.2rem;border-top-width:0;border-bottom-color:var(--x-border)}.x-popover-portal-bottom .x-popover-portal-arrow:after,.x-popover-portal-bottom-start .x-popover-portal-arrow:after,.x-popover-portal-bottom-end .x-popover-portal-arrow:after{top:.1rem;margin-left:-.375rem;border-top-width:0;border-bottom-color:var(--x-background)}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }], animations: [XFadeAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverPortalComponent, decorators: [{
85
85
  type: Component,
86
86
  args: [{ selector: `${XPopoverPortalPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [XFadeAnimation], template: "<div #popoverPortal class=\"x-popover-portal\" [ngClass]=\"classMap\" (click)=\"stopPropagation($event)\">\r\n <div class=\"x-popover-portal-inner\" [style.width]=\"width\">\r\n <div *ngIf=\"title\" class=\"x-popover-portal-title\">\r\n <ng-container *xOutlet=\"title\">\r\n {{ title }}\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"content\" class=\"x-popover-portal-content\">\r\n <ng-container *xOutlet=\"content\">\r\n {{ content }}\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"footer\" class=\"x-popover-portal-footer\">\r\n <ng-container *xOutlet=\"footer\">\r\n {{ footer }}\r\n </ng-container>\r\n </div>\r\n </div>\r\n <div #popoverArrow class=\"x-popover-portal-arrow\"></div>\r\n</div>\r\n", styles: ["x-popover{display:inline-block}.x-popover-portal{margin:0;padding:0;display:inline-flex;position:relative;justify-content:center;align-items:center}.x-popover-portal>.x-popover-portal-inner{font-size:var(--x-font-size);background-color:var(--x-background);color:var(--x-text);padding:var(--x-font-size);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color)}.x-popover-portal .x-popover-portal-title{margin-bottom:calc(var(--x-font-size) - .5rem);font-weight:600;display:flex;align-items:center}.x-popover-portal .x-popover-portal-footer{margin-top:calc(var(--x-font-size) - .5rem)}.x-popover-portal .x-popover-portal-arrow,.x-popover-portal .x-popover-portal-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.x-popover-portal .x-popover-portal-arrow{border-width:.375rem;filter:drop-shadow(0 .125rem .75rem rgba(0,0,0,.03))}.x-popover-portal .x-popover-portal-arrow:after{content:\" \";border-width:.375rem}.x-popover-portal-top,.x-popover-portal-top-start,.x-popover-portal-top-end{padding-bottom:.525rem}.x-popover-portal-top>.x-popover-portal-arrow,.x-popover-portal-top-start>.x-popover-portal-arrow,.x-popover-portal-top-end>.x-popover-portal-arrow{bottom:.2rem;border-bottom-width:0;border-top-color:var(--x-border)}.x-popover-portal-top .x-popover-portal-arrow:after,.x-popover-portal-top-start .x-popover-portal-arrow:after,.x-popover-portal-top-end .x-popover-portal-arrow:after{bottom:.1rem;margin-left:-.375rem;border-bottom-width:0;border-top-color:var(--x-background)}.x-popover-portal-left,.x-popover-portal-left-start,.x-popover-portal-left-end{padding-right:.525rem}.x-popover-portal-left>.x-popover-portal-arrow,.x-popover-portal-left-start>.x-popover-portal-arrow,.x-popover-portal-left-end>.x-popover-portal-arrow{right:.2rem;border-right-width:0;border-left-color:var(--x-border)}.x-popover-portal-left .x-popover-portal-arrow:after,.x-popover-portal-left-start .x-popover-portal-arrow:after,.x-popover-portal-left-end .x-popover-portal-arrow:after{right:.1rem;margin-top:-.375rem;border-right-width:0;border-left-color:var(--x-background)}.x-popover-portal-right,.x-popover-portal-right-start,.x-popover-portal-right-end{padding-left:.525rem}.x-popover-portal-right>.x-popover-portal-arrow,.x-popover-portal-right-start>.x-popover-portal-arrow,.x-popover-portal-right-end>.x-popover-portal-arrow{left:.2rem;border-left-width:0;border-right-color:var(--x-border)}.x-popover-portal-right .x-popover-portal-arrow:after,.x-popover-portal-right-start .x-popover-portal-arrow:after,.x-popover-portal-right-end .x-popover-portal-arrow:after{left:.1rem;margin-top:-.375rem;border-left-width:0;border-right-color:var(--x-background)}.x-popover-portal-bottom,.x-popover-portal-bottom-start,.x-popover-portal-bottom-end{padding-top:.525rem}.x-popover-portal-bottom .x-popover-portal-arrow,.x-popover-portal-bottom-start .x-popover-portal-arrow,.x-popover-portal-bottom-end .x-popover-portal-arrow{top:.2rem;border-top-width:0;border-bottom-color:var(--x-border)}.x-popover-portal-bottom .x-popover-portal-arrow:after,.x-popover-portal-bottom-start .x-popover-portal-arrow:after,.x-popover-portal-bottom-end .x-popover-portal-arrow:after{top:.1rem;margin-left:-.375rem;border-top-width:0;border-bottom-color:var(--x-background)}\n"] }]
87
87
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { mouseenter: [{
@@ -158,9 +158,9 @@ export class XPopoverDirective extends XPopoverProperty {
158
158
  this.portal.overlayRef?.updatePosition();
159
159
  }
160
160
  }
161
- /** @nocollapse */ /** @nocollapse */ XPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.XPortalService }, { token: i0.ViewContainerRef }, { token: i2.Overlay }, { token: i3.XConfigService }], target: i0.ɵɵFactoryTarget.Directive });
162
- /** @nocollapse */ /** @nocollapse */ XPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: XPopoverDirective, selector: "[x-popover], x-popover", host: { listeners: { "click": "click()", "mouseenter": "mouseenter()", "mouseleave": "mouseleave()" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverDirective, decorators: [{
161
+ /** @nocollapse */ /** @nocollapse */ XPopoverDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverDirective, deps: [{ token: i0.ElementRef }, { token: i1.XPortalService }, { token: i0.ViewContainerRef }, { token: i2.Overlay }, { token: i3.XConfigService }], target: i0.ɵɵFactoryTarget.Directive });
162
+ /** @nocollapse */ /** @nocollapse */ XPopoverDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: XPopoverDirective, selector: "[x-popover], x-popover", host: { listeners: { "click": "click()", "mouseenter": "mouseenter()", "mouseleave": "mouseleave()" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverDirective, decorators: [{
164
164
  type: Directive,
165
165
  args: [{ selector: `[${XPopoverPrefix}], ${XPopoverPrefix}` }]
166
166
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.XPortalService }, { type: i0.ViewContainerRef }, { type: i2.Overlay }, { type: i3.XConfigService }]; }, propDecorators: { click: [{
@@ -8,10 +8,10 @@ import { XPopoverProperty } from './popover.property';
8
8
  import * as i0 from "@angular/core";
9
9
  export class XPopoverModule {
10
10
  }
11
- /** @nocollapse */ /** @nocollapse */ XPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- /** @nocollapse */ /** @nocollapse */ XPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverModule, declarations: [XPopoverDirective, XPopoverPortalComponent, XPopoverProperty], imports: [CommonModule, XPortalModule, XOutletModule], exports: [XPopoverDirective, XPopoverPortalComponent] });
13
- /** @nocollapse */ /** @nocollapse */ XPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverModule, imports: [[CommonModule, XPortalModule, XOutletModule]] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverModule, decorators: [{
11
+ /** @nocollapse */ /** @nocollapse */ XPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ /** @nocollapse */ /** @nocollapse */ XPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverModule, declarations: [XPopoverDirective, XPopoverPortalComponent, XPopoverProperty], imports: [CommonModule, XPortalModule, XOutletModule], exports: [XPopoverDirective, XPopoverPortalComponent] });
13
+ /** @nocollapse */ /** @nocollapse */ XPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverModule, imports: [[CommonModule, XPortalModule, XOutletModule]] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [XPopoverDirective, XPopoverPortalComponent, XPopoverProperty],
@@ -32,8 +32,8 @@ export class XPopoverProperty extends XProperty {
32
32
  this.visibleChange = new EventEmitter();
33
33
  }
34
34
  }
35
- /** @nocollapse */ /** @nocollapse */ XPopoverProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverProperty, deps: null, target: i0.ɵɵFactoryTarget.Directive });
36
- /** @nocollapse */ /** @nocollapse */ XPopoverProperty.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: XPopoverProperty, selector: "[x-popover], x-popover", inputs: { title: "title", content: "content", footer: "footer", placement: "placement", trigger: "trigger", width: "width", visible: "visible", condition: "condition", mouseEnterDelay: "mouseEnterDelay", mouseLeaveDelay: "mouseLeaveDelay" }, outputs: { visibleChange: "visibleChange" }, usesInheritance: true, ngImport: i0 });
35
+ /** @nocollapse */ /** @nocollapse */ XPopoverProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverProperty, deps: null, target: i0.ɵɵFactoryTarget.Directive });
36
+ /** @nocollapse */ /** @nocollapse */ XPopoverProperty.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: XPopoverProperty, selector: "[x-popover], x-popover", inputs: { title: "title", content: "content", footer: "footer", placement: "placement", trigger: "trigger", width: "width", visible: "visible", condition: "condition", mouseEnterDelay: "mouseEnterDelay", mouseLeaveDelay: "mouseLeaveDelay" }, outputs: { visibleChange: "visibleChange" }, usesInheritance: true, ngImport: i0 });
37
37
  __decorate([
38
38
  XWithConfig(X_CONFIG_NAME, 'bottom')
39
39
  ], XPopoverProperty.prototype, "placement", void 0);
@@ -49,7 +49,7 @@ __decorate([
49
49
  __decorate([
50
50
  XInputBoolean()
51
51
  ], XPopoverProperty.prototype, "condition", void 0);
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPopoverProperty, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPopoverProperty, decorators: [{
53
53
  type: Directive,
54
54
  args: [{ selector: `[${XPopoverPrefix}], ${XPopoverPrefix}` }]
55
55
  }], propDecorators: { title: [{
@@ -5,10 +5,10 @@ import { XPortalService } from './portal.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export class XPortalModule {
7
7
  }
8
- /** @nocollapse */ /** @nocollapse */ XPortalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPortalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- /** @nocollapse */ /** @nocollapse */ XPortalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPortalModule, imports: [OverlayModule, PortalModule], exports: [OverlayModule, PortalModule] });
10
- /** @nocollapse */ /** @nocollapse */ XPortalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPortalModule, providers: [XPortalService], imports: [[OverlayModule, PortalModule], OverlayModule, PortalModule] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: XPortalModule, decorators: [{
8
+ /** @nocollapse */ /** @nocollapse */ XPortalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPortalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ /** @nocollapse */ /** @nocollapse */ XPortalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPortalModule, imports: [OverlayModule, PortalModule], exports: [OverlayModule, PortalModule] });
10
+ /** @nocollapse */ /** @nocollapse */ XPortalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPortalModule, providers: [XPortalService], imports: [[OverlayModule, PortalModule], OverlayModule, PortalModule] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPortalModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  imports: [OverlayModule, PortalModule],
@@ -5,6 +5,7 @@ import { XInvertKeyValues } from '@ng-nest/ui/core';
5
5
  * @decorator component
6
6
  */
7
7
  export const PortalPrefix = 'x-portal';
8
+ export const PortalResizablePrefix = 'x-portal-resizable';
8
9
  export const XPortalPlacement = {
9
10
  bottom: { originX: 'center', originY: 'bottom', overlayX: 'center', overlayY: 'top' },
10
11
  left: { originX: 'start', originY: 'center', overlayX: 'end', overlayY: 'center' },
@@ -20,4 +21,4 @@ export const XPortalPlacement = {
20
21
  'top-start': { originX: 'start', originY: 'top', overlayX: 'start', overlayY: 'bottom' }
21
22
  };
22
23
  export const XPortalConnectedPosition = XInvertKeyValues(XPortalPlacement);
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9ydGFsLnByb3BlcnR5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvcG9ydGFsL3BvcnRhbC5wcm9wZXJ0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUVwRDs7OztHQUlHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sWUFBWSxHQUFHLFVBQVUsQ0FBQztBQUV2QyxNQUFNLENBQUMsTUFBTSxnQkFBZ0IsR0FBOEM7SUFDekUsTUFBTSxFQUFFLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRTtJQUNyRixJQUFJLEVBQUUsRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFO0lBQ2xGLEtBQUssRUFBRSxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUU7SUFDbkYsR0FBRyxFQUFFLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRTtJQUNsRixZQUFZLEVBQUUsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsS0FBSyxFQUFFO0lBQ3JGLGNBQWMsRUFBRSxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUU7SUFDM0YsVUFBVSxFQUFFLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRTtJQUN4RixZQUFZLEVBQUUsRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsS0FBSyxFQUFFO0lBQ3BGLFdBQVcsRUFBRSxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUU7SUFDekYsYUFBYSxFQUFFLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRTtJQUNyRixTQUFTLEVBQUUsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFO0lBQ2xGLFdBQVcsRUFBRSxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUU7Q0FDekYsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLHdCQUF3QixHQUFtQyxnQkFBZ0IsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVGVtcGxhdGVSZWYsIFZpZXdDb250YWluZXJSZWYsIENvbXBvbmVudEZhY3RvcnlSZXNvbHZlciwgQ29tcG9uZW50UmVmLCBFbWJlZGRlZFZpZXdSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tcG9uZW50VHlwZSwgVGVtcGxhdGVQb3J0YWwsIENvbXBvbmVudFBvcnRhbCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xyXG5pbXBvcnQgeyBPdmVybGF5UmVmLCBPdmVybGF5Q29uZmlnLCBDb25uZWN0ZWRQb3NpdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgWEludmVydEtleVZhbHVlcyB9IGZyb20gJ0BuZy1uZXN0L3VpL2NvcmUnO1xyXG5cclxuLyoqXHJcbiAqIFBvcnRhbFxyXG4gKiBAc2VsZWN0b3IgeC1wb3J0YWxcclxuICogQGRlY29yYXRvciBjb21wb25lbnRcclxuICovXHJcbmV4cG9ydCBjb25zdCBQb3J0YWxQcmVmaXggPSAneC1wb3J0YWwnO1xyXG5cclxuZXhwb3J0IGNvbnN0IFhQb3J0YWxQbGFjZW1lbnQ6IHsgW3Byb3B0ZXJ5OiBzdHJpbmddOiBDb25uZWN0ZWRQb3NpdGlvbiB9ID0ge1xyXG4gIGJvdHRvbTogeyBvcmlnaW5YOiAnY2VudGVyJywgb3JpZ2luWTogJ2JvdHRvbScsIG92ZXJsYXlYOiAnY2VudGVyJywgb3ZlcmxheVk6ICd0b3AnIH0sXHJcbiAgbGVmdDogeyBvcmlnaW5YOiAnc3RhcnQnLCBvcmlnaW5ZOiAnY2VudGVyJywgb3ZlcmxheVg6ICdlbmQnLCBvdmVybGF5WTogJ2NlbnRlcicgfSxcclxuICByaWdodDogeyBvcmlnaW5YOiAnZW5kJywgb3JpZ2luWTogJ2NlbnRlcicsIG92ZXJsYXlYOiAnc3RhcnQnLCBvdmVybGF5WTogJ2NlbnRlcicgfSxcclxuICB0b3A6IHsgb3JpZ2luWDogJ2NlbnRlcicsIG9yaWdpblk6ICd0b3AnLCBvdmVybGF5WDogJ2NlbnRlcicsIG92ZXJsYXlZOiAnYm90dG9tJyB9LFxyXG4gICdib3R0b20tZW5kJzogeyBvcmlnaW5YOiAnZW5kJywgb3JpZ2luWTogJ2JvdHRvbScsIG92ZXJsYXlYOiAnZW5kJywgb3ZlcmxheVk6ICd0b3AnIH0sXHJcbiAgJ2JvdHRvbS1zdGFydCc6IHsgb3JpZ2luWDogJ3N0YXJ0Jywgb3JpZ2luWTogJ2JvdHRvbScsIG92ZXJsYXlYOiAnc3RhcnQnLCBvdmVybGF5WTogJ3RvcCcgfSxcclxuICAnbGVmdC1lbmQnOiB7IG9yaWdpblg6ICdzdGFydCcsIG9yaWdpblk6ICdib3R0b20nLCBvdmVybGF5WDogJ2VuZCcsIG92ZXJsYXlZOiAnYm90dG9tJyB9LFxyXG4gICdsZWZ0LXN0YXJ0JzogeyBvcmlnaW5YOiAnc3RhcnQnLCBvcmlnaW5ZOiAndG9wJywgb3ZlcmxheVg6ICdlbmQnLCBvdmVybGF5WTogJ3RvcCcgfSxcclxuICAncmlnaHQtZW5kJzogeyBvcmlnaW5YOiAnZW5kJywgb3JpZ2luWTogJ2JvdHRvbScsIG92ZXJsYXlYOiAnc3RhcnQnLCBvdmVybGF5WTogJ2JvdHRvbScgfSxcclxuICAncmlnaHQtc3RhcnQnOiB7IG9yaWdpblg6ICdlbmQnLCBvcmlnaW5ZOiAndG9wJywgb3ZlcmxheVg6ICdzdGFydCcsIG92ZXJsYXlZOiAndG9wJyB9LFxyXG4gICd0b3AtZW5kJzogeyBvcmlnaW5YOiAnZW5kJywgb3JpZ2luWTogJ3RvcCcsIG92ZXJsYXlYOiAnZW5kJywgb3ZlcmxheVk6ICdib3R0b20nIH0sXHJcbiAgJ3RvcC1zdGFydCc6IHsgb3JpZ2luWDogJ3N0YXJ0Jywgb3JpZ2luWTogJ3RvcCcsIG92ZXJsYXlYOiAnc3RhcnQnLCBvdmVybGF5WTogJ2JvdHRvbScgfVxyXG59O1xyXG5cclxuZXhwb3J0IGNvbnN0IFhQb3J0YWxDb25uZWN0ZWRQb3NpdGlvbjogTWFwPENvbm5lY3RlZFBvc2l0aW9uLCBzdHJpbmc+ID0gWEludmVydEtleVZhbHVlcyhYUG9ydGFsUGxhY2VtZW50KTtcclxuXHJcbi8qKlxyXG4gKiBQb3J0YWwgUHJvcGVydHlcclxuICovXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFBvcnRhbFByb3BlcnR5IHtcclxuICAvKipcclxuICAgKiBAemhfQ04g5YaF5a6577yM5qih5p2/L+e7hOS7tlxyXG4gICAqIEBlbl9VUyBDb250ZW50LCB0ZW1wbGF0ZS9jb21wb25lbnRcclxuICAgKi9cclxuICBjb250ZW50PzogVGVtcGxhdGVSZWY8YW55PiB8IENvbXBvbmVudFR5cGU8YW55PjtcclxuICAvKipcclxuICAgKiBAemhfQ04g6KeG5Zu+5a655ZmoXHJcbiAgICogQGVuX1VTIFZpZXcgY29udGFpbmVyXHJcbiAgICovXHJcbiAgdmlld0NvbnRhaW5lclJlZj86IFZpZXdDb250YWluZXJSZWY7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOS4iuS4i+aWh1xyXG4gICAqIEBlbl9VUyBDb250ZXh0XHJcbiAgICovXHJcbiAgY29udGV4dD86IGFueTtcclxuICAvKipcclxuICAgKiBAemhfQ04g5rOo5YWl5ZmoXHJcbiAgICogQGVuX1VTIEluamVjdG9yXHJcbiAgICovXHJcbiAgaW5qZWN0b3I/OiBhbnk7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOe7hOS7tuino+aekOWZqFxyXG4gICAqIEBlbl9VUyBDb21wb25lbnQgcGFyc2VyXHJcbiAgICovXHJcbiAgY29tcG9uZW50RmFjdG9yeVJlc29sdmVyPzogQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyO1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDopobnm5bop4blm77lsYLphY3nva5cclxuICAgKiBAZW5fVVMgT3ZlcmxheSB2aWV3IGxheWVyIGNvbmZpZ3VyYXRpb25cclxuICAgKi9cclxuICBvdmVybGF5Q29uZmlnPzogT3ZlcmxheUNvbmZpZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYUG9ydGFsT3ZlcmxheVJlZjxUPiB7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIGNkayDliJvlu7rnmoTopobnm5bop4blm77lsYJcclxuICAgKiBAZW5fVVMgT3ZlcmxheSB2aWV3IGxheWVyIGNyZWF0ZWQgYnkgY2RrXHJcbiAgICovXHJcbiAgb3ZlcmxheVJlZj86IE92ZXJsYXlSZWY7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIGNkayDmqKHmnb/op4blm75cclxuICAgKiBAZW5fVVMgQ2RrIHRlbXBsYXRlIHZpZXdcclxuICAgKi9cclxuICB0ZW1wbGF0ZVBvcnRhbD86IFRlbXBsYXRlUG9ydGFsPGFueT47XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIGNkayDnu4Tku7bop4blm75cclxuICAgKiBAZW5fVVMgQ2RrIGNvbXBvbmVudCB2aWV3XHJcbiAgICovXHJcbiAgY29tcG9uZW50UG9ydGFsPzogQ29tcG9uZW50UG9ydGFsPFQ+O1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDnu4Tku7bop4blm75cclxuICAgKiBAZW5fVVMgQ29tcG9uZW50IHZpZXdcclxuICAgKi9cclxuICBjb21wb25lbnRSZWY/OiBDb21wb25lbnRSZWY8VD47XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOaooeadv+inhuWbvlxyXG4gICAqIEBlbl9VUyBUZW1wbGF0ZSB2aWV3XHJcbiAgICovXHJcbiAgZW1iZWRkZWRWaWV3UmVmPzogRW1iZWRkZWRWaWV3UmVmPGFueT47XHJcbn1cclxuIl19
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9ydGFsLnByb3BlcnR5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvcG9ydGFsL3BvcnRhbC5wcm9wZXJ0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUVwRDs7OztHQUlHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sWUFBWSxHQUFHLFVBQVUsQ0FBQztBQUN2QyxNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBRyxvQkFBb0IsQ0FBQztBQUUxRCxNQUFNLENBQUMsTUFBTSxnQkFBZ0IsR0FBOEM7SUFDekUsTUFBTSxFQUFFLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRTtJQUNyRixJQUFJLEVBQUUsRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFO0lBQ2xGLEtBQUssRUFBRSxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUU7SUFDbkYsR0FBRyxFQUFFLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRTtJQUNsRixZQUFZLEVBQUUsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsS0FBSyxFQUFFO0lBQ3JGLGNBQWMsRUFBRSxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUU7SUFDM0YsVUFBVSxFQUFFLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRTtJQUN4RixZQUFZLEVBQUUsRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsS0FBSyxFQUFFO0lBQ3BGLFdBQVcsRUFBRSxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUU7SUFDekYsYUFBYSxFQUFFLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRTtJQUNyRixTQUFTLEVBQUUsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFO0lBQ2xGLFdBQVcsRUFBRSxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxRQUFRLEVBQUU7Q0FDekYsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLHdCQUF3QixHQUFtQyxnQkFBZ0IsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVGVtcGxhdGVSZWYsIFZpZXdDb250YWluZXJSZWYsIENvbXBvbmVudEZhY3RvcnlSZXNvbHZlciwgQ29tcG9uZW50UmVmLCBFbWJlZGRlZFZpZXdSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tcG9uZW50VHlwZSwgVGVtcGxhdGVQb3J0YWwsIENvbXBvbmVudFBvcnRhbCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xyXG5pbXBvcnQgeyBPdmVybGF5UmVmLCBPdmVybGF5Q29uZmlnLCBDb25uZWN0ZWRQb3NpdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgWEludmVydEtleVZhbHVlcyB9IGZyb20gJ0BuZy1uZXN0L3VpL2NvcmUnO1xyXG5cclxuLyoqXHJcbiAqIFBvcnRhbFxyXG4gKiBAc2VsZWN0b3IgeC1wb3J0YWxcclxuICogQGRlY29yYXRvciBjb21wb25lbnRcclxuICovXHJcbmV4cG9ydCBjb25zdCBQb3J0YWxQcmVmaXggPSAneC1wb3J0YWwnO1xyXG5leHBvcnQgY29uc3QgUG9ydGFsUmVzaXphYmxlUHJlZml4ID0gJ3gtcG9ydGFsLXJlc2l6YWJsZSc7XHJcblxyXG5leHBvcnQgY29uc3QgWFBvcnRhbFBsYWNlbWVudDogeyBbcHJvcHRlcnk6IHN0cmluZ106IENvbm5lY3RlZFBvc2l0aW9uIH0gPSB7XHJcbiAgYm90dG9tOiB7IG9yaWdpblg6ICdjZW50ZXInLCBvcmlnaW5ZOiAnYm90dG9tJywgb3ZlcmxheVg6ICdjZW50ZXInLCBvdmVybGF5WTogJ3RvcCcgfSxcclxuICBsZWZ0OiB7IG9yaWdpblg6ICdzdGFydCcsIG9yaWdpblk6ICdjZW50ZXInLCBvdmVybGF5WDogJ2VuZCcsIG92ZXJsYXlZOiAnY2VudGVyJyB9LFxyXG4gIHJpZ2h0OiB7IG9yaWdpblg6ICdlbmQnLCBvcmlnaW5ZOiAnY2VudGVyJywgb3ZlcmxheVg6ICdzdGFydCcsIG92ZXJsYXlZOiAnY2VudGVyJyB9LFxyXG4gIHRvcDogeyBvcmlnaW5YOiAnY2VudGVyJywgb3JpZ2luWTogJ3RvcCcsIG92ZXJsYXlYOiAnY2VudGVyJywgb3ZlcmxheVk6ICdib3R0b20nIH0sXHJcbiAgJ2JvdHRvbS1lbmQnOiB7IG9yaWdpblg6ICdlbmQnLCBvcmlnaW5ZOiAnYm90dG9tJywgb3ZlcmxheVg6ICdlbmQnLCBvdmVybGF5WTogJ3RvcCcgfSxcclxuICAnYm90dG9tLXN0YXJ0JzogeyBvcmlnaW5YOiAnc3RhcnQnLCBvcmlnaW5ZOiAnYm90dG9tJywgb3ZlcmxheVg6ICdzdGFydCcsIG92ZXJsYXlZOiAndG9wJyB9LFxyXG4gICdsZWZ0LWVuZCc6IHsgb3JpZ2luWDogJ3N0YXJ0Jywgb3JpZ2luWTogJ2JvdHRvbScsIG92ZXJsYXlYOiAnZW5kJywgb3ZlcmxheVk6ICdib3R0b20nIH0sXHJcbiAgJ2xlZnQtc3RhcnQnOiB7IG9yaWdpblg6ICdzdGFydCcsIG9yaWdpblk6ICd0b3AnLCBvdmVybGF5WDogJ2VuZCcsIG92ZXJsYXlZOiAndG9wJyB9LFxyXG4gICdyaWdodC1lbmQnOiB7IG9yaWdpblg6ICdlbmQnLCBvcmlnaW5ZOiAnYm90dG9tJywgb3ZlcmxheVg6ICdzdGFydCcsIG92ZXJsYXlZOiAnYm90dG9tJyB9LFxyXG4gICdyaWdodC1zdGFydCc6IHsgb3JpZ2luWDogJ2VuZCcsIG9yaWdpblk6ICd0b3AnLCBvdmVybGF5WDogJ3N0YXJ0Jywgb3ZlcmxheVk6ICd0b3AnIH0sXHJcbiAgJ3RvcC1lbmQnOiB7IG9yaWdpblg6ICdlbmQnLCBvcmlnaW5ZOiAndG9wJywgb3ZlcmxheVg6ICdlbmQnLCBvdmVybGF5WTogJ2JvdHRvbScgfSxcclxuICAndG9wLXN0YXJ0JzogeyBvcmlnaW5YOiAnc3RhcnQnLCBvcmlnaW5ZOiAndG9wJywgb3ZlcmxheVg6ICdzdGFydCcsIG92ZXJsYXlZOiAnYm90dG9tJyB9XHJcbn07XHJcblxyXG5leHBvcnQgY29uc3QgWFBvcnRhbENvbm5lY3RlZFBvc2l0aW9uOiBNYXA8Q29ubmVjdGVkUG9zaXRpb24sIHN0cmluZz4gPSBYSW52ZXJ0S2V5VmFsdWVzKFhQb3J0YWxQbGFjZW1lbnQpO1xyXG5cclxuLyoqXHJcbiAqIFBvcnRhbCBQcm9wZXJ0eVxyXG4gKi9cclxuZXhwb3J0IGludGVyZmFjZSBYUG9ydGFsUHJvcGVydHkge1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDlhoXlrrnvvIzmqKHmnb8v57uE5Lu2XHJcbiAgICogQGVuX1VTIENvbnRlbnQsIHRlbXBsYXRlL2NvbXBvbmVudFxyXG4gICAqL1xyXG4gIGNvbnRlbnQ/OiBUZW1wbGF0ZVJlZjxhbnk+IHwgQ29tcG9uZW50VHlwZTxhbnk+O1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDop4blm77lrrnlmahcclxuICAgKiBAZW5fVVMgVmlldyBjb250YWluZXJcclxuICAgKi9cclxuICB2aWV3Q29udGFpbmVyUmVmPzogVmlld0NvbnRhaW5lclJlZjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5LiK5LiL5paHXHJcbiAgICogQGVuX1VTIENvbnRleHRcclxuICAgKi9cclxuICBjb250ZXh0PzogYW55O1xyXG4gIC8qKlxyXG4gICAqIEB6aF9DTiDms6jlhaXlmahcclxuICAgKiBAZW5fVVMgSW5qZWN0b3JcclxuICAgKi9cclxuICBpbmplY3Rvcj86IGFueTtcclxuICAvKipcclxuICAgKiBAemhfQ04g57uE5Lu26Kej5p6Q5ZmoXHJcbiAgICogQGVuX1VTIENvbXBvbmVudCBwYXJzZXJcclxuICAgKi9cclxuICBjb21wb25lbnRGYWN0b3J5UmVzb2x2ZXI/OiBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXI7XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOimhuebluinhuWbvuWxgumFjee9rlxyXG4gICAqIEBlbl9VUyBPdmVybGF5IHZpZXcgbGF5ZXIgY29uZmlndXJhdGlvblxyXG4gICAqL1xyXG4gIG92ZXJsYXlDb25maWc/OiBPdmVybGF5Q29uZmlnO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQb3J0YWxPdmVybGF5UmVmPFQ+IHtcclxuICAvKipcclxuICAgKiBAemhfQ04gY2RrIOWIm+W7uueahOimhuebluinhuWbvuWxglxyXG4gICAqIEBlbl9VUyBPdmVybGF5IHZpZXcgbGF5ZXIgY3JlYXRlZCBieSBjZGtcclxuICAgKi9cclxuICBvdmVybGF5UmVmPzogT3ZlcmxheVJlZjtcclxuICAvKipcclxuICAgKiBAemhfQ04gY2RrIOaooeadv+inhuWbvlxyXG4gICAqIEBlbl9VUyBDZGsgdGVtcGxhdGUgdmlld1xyXG4gICAqL1xyXG4gIHRlbXBsYXRlUG9ydGFsPzogVGVtcGxhdGVQb3J0YWw8YW55PjtcclxuICAvKipcclxuICAgKiBAemhfQ04gY2RrIOe7hOS7tuinhuWbvlxyXG4gICAqIEBlbl9VUyBDZGsgY29tcG9uZW50IHZpZXdcclxuICAgKi9cclxuICBjb21wb25lbnRQb3J0YWw/OiBDb21wb25lbnRQb3J0YWw8VD47XHJcbiAgLyoqXHJcbiAgICogQHpoX0NOIOe7hOS7tuinhuWbvlxyXG4gICAqIEBlbl9VUyBDb21wb25lbnQgdmlld1xyXG4gICAqL1xyXG4gIGNvbXBvbmVudFJlZj86IENvbXBvbmVudFJlZjxUPjtcclxuICAvKipcclxuICAgKiBAemhfQ04g5qih5p2/6KeG5Zu+XHJcbiAgICogQGVuX1VTIFRlbXBsYXRlIHZpZXdcclxuICAgKi9cclxuICBlbWJlZGRlZFZpZXdSZWY/OiBFbWJlZGRlZFZpZXdSZWY8YW55PjtcclxufVxyXG4iXX0=