@ebuilding/base 2.0.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 (411) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/components/drawer/index.d.ts +1 -0
  4. package/components/drawer/src/drawer-content.directive.d.ts +9 -0
  5. package/components/drawer/src/drawer-options.d.ts +41 -0
  6. package/components/drawer/src/drawer-ref.d.ts +27 -0
  7. package/components/drawer/src/drawer.component.d.ts +120 -0
  8. package/components/drawer/src/drawer.module.d.ts +8 -0
  9. package/components/drawer/src/drawer.service.d.ts +22 -0
  10. package/components/drawer/src/public_api.d.ts +6 -0
  11. package/components/empty/index.d.ts +1 -0
  12. package/components/empty/src/default/index.d.ts +13 -0
  13. package/components/empty/src/index.module.d.ts +7 -0
  14. package/components/empty/src/public_api.d.ts +2 -0
  15. package/components/index.d.ts +2 -0
  16. package/fesm2022/components.drawer.mjs +706 -0
  17. package/fesm2022/components.drawer.mjs.map +1 -0
  18. package/fesm2022/components.empty.mjs +54 -0
  19. package/fesm2022/components.empty.mjs.map +1 -0
  20. package/fesm2022/components.mjs +750 -0
  21. package/fesm2022/components.mjs.map +1 -0
  22. package/fesm2022/config.content.mjs +4464 -0
  23. package/fesm2022/config.content.mjs.map +1 -0
  24. package/fesm2022/config.form.mjs +2190 -0
  25. package/fesm2022/config.form.mjs.map +1 -0
  26. package/fesm2022/config.header.mjs +2736 -0
  27. package/fesm2022/config.header.mjs.map +1 -0
  28. package/fesm2022/config.list.mjs +7192 -0
  29. package/fesm2022/config.list.mjs.map +1 -0
  30. package/fesm2022/config.page-dialog.mjs +639 -0
  31. package/fesm2022/config.page-dialog.mjs.map +1 -0
  32. package/fesm2022/config.page.mjs +53 -0
  33. package/fesm2022/config.page.mjs.map +1 -0
  34. package/fesm2022/ebuilding-base.mjs +11 -0
  35. package/fesm2022/ebuilding-base.mjs.map +1 -0
  36. package/fesm2022/pipe.builtin.mjs +36 -0
  37. package/fesm2022/pipe.builtin.mjs.map +1 -0
  38. package/fesm2022/pipe.category.mjs +43 -0
  39. package/fesm2022/pipe.category.mjs.map +1 -0
  40. package/fesm2022/pipe.datatype.mjs +38 -0
  41. package/fesm2022/pipe.datatype.mjs.map +1 -0
  42. package/fesm2022/pipe.date.format.mjs +46 -0
  43. package/fesm2022/pipe.date.format.mjs.map +1 -0
  44. package/fesm2022/pipe.disabled.mjs +38 -0
  45. package/fesm2022/pipe.disabled.mjs.map +1 -0
  46. package/fesm2022/pipe.email.state.mjs +36 -0
  47. package/fesm2022/pipe.email.state.mjs.map +1 -0
  48. package/fesm2022/pipe.empty.mjs +35 -0
  49. package/fesm2022/pipe.empty.mjs.map +1 -0
  50. package/fesm2022/pipe.eval.mjs +43 -0
  51. package/fesm2022/pipe.eval.mjs.map +1 -0
  52. package/fesm2022/pipe.flow.eval.mjs +36 -0
  53. package/fesm2022/pipe.flow.eval.mjs.map +1 -0
  54. package/fesm2022/pipe.flow.mjs +45 -0
  55. package/fesm2022/pipe.flow.mjs.map +1 -0
  56. package/fesm2022/pipe.flow.node.mjs +28 -0
  57. package/fesm2022/pipe.flow.node.mjs.map +1 -0
  58. package/fesm2022/pipe.flow.operation.mjs +52 -0
  59. package/fesm2022/pipe.flow.operation.mjs.map +1 -0
  60. package/fesm2022/pipe.flow.state.mjs +36 -0
  61. package/fesm2022/pipe.flow.state.mjs.map +1 -0
  62. package/fesm2022/pipe.flow.type.mjs +36 -0
  63. package/fesm2022/pipe.flow.type.mjs.map +1 -0
  64. package/fesm2022/pipe.formType.mjs +35 -0
  65. package/fesm2022/pipe.formType.mjs.map +1 -0
  66. package/fesm2022/pipe.grade.type.mjs +38 -0
  67. package/fesm2022/pipe.grade.type.mjs.map +1 -0
  68. package/fesm2022/pipe.indicator.mjs +43 -0
  69. package/fesm2022/pipe.indicator.mjs.map +1 -0
  70. package/fesm2022/pipe.item.mjs +38 -0
  71. package/fesm2022/pipe.item.mjs.map +1 -0
  72. package/fesm2022/pipe.moment.mjs +37 -0
  73. package/fesm2022/pipe.moment.mjs.map +1 -0
  74. package/fesm2022/pipe.msg.type.mjs +55 -0
  75. package/fesm2022/pipe.msg.type.mjs.map +1 -0
  76. package/fesm2022/pipe.number.mjs +34 -0
  77. package/fesm2022/pipe.number.mjs.map +1 -0
  78. package/fesm2022/pipe.objtype.mjs +37 -0
  79. package/fesm2022/pipe.objtype.mjs.map +1 -0
  80. package/fesm2022/pipe.okr.plan.mjs +46 -0
  81. package/fesm2022/pipe.okr.plan.mjs.map +1 -0
  82. package/fesm2022/pipe.okr.unit.mjs +38 -0
  83. package/fesm2022/pipe.okr.unit.mjs.map +1 -0
  84. package/fesm2022/pipe.operation.mjs +41 -0
  85. package/fesm2022/pipe.operation.mjs.map +1 -0
  86. package/fesm2022/pipe.period.emp.mjs +43 -0
  87. package/fesm2022/pipe.period.emp.mjs.map +1 -0
  88. package/fesm2022/pipe.period.state.mjs +43 -0
  89. package/fesm2022/pipe.period.state.mjs.map +1 -0
  90. package/fesm2022/pipe.plan.state.mjs +46 -0
  91. package/fesm2022/pipe.plan.state.mjs.map +1 -0
  92. package/fesm2022/pipe.range.mjs +25 -0
  93. package/fesm2022/pipe.range.mjs.map +1 -0
  94. package/fesm2022/pipe.removehtml.mjs +26 -0
  95. package/fesm2022/pipe.removehtml.mjs.map +1 -0
  96. package/fesm2022/pipe.result.mjs +56 -0
  97. package/fesm2022/pipe.result.mjs.map +1 -0
  98. package/fesm2022/pipe.safehtml.mjs +34 -0
  99. package/fesm2022/pipe.safehtml.mjs.map +1 -0
  100. package/fesm2022/pipe.state.mjs +55 -0
  101. package/fesm2022/pipe.state.mjs.map +1 -0
  102. package/fesm2022/pipe.table.type.mjs +38 -0
  103. package/fesm2022/pipe.table.type.mjs.map +1 -0
  104. package/fesm2022/pipe.task.state.mjs +43 -0
  105. package/fesm2022/pipe.task.state.mjs.map +1 -0
  106. package/fesm2022/pipe.templatetype.mjs +35 -0
  107. package/fesm2022/pipe.templatetype.mjs.map +1 -0
  108. package/fesm2022/pipe.valid.mjs +36 -0
  109. package/fesm2022/pipe.valid.mjs.map +1 -0
  110. package/fesm2022/pipe.value.method.mjs +46 -0
  111. package/fesm2022/pipe.value.method.mjs.map +1 -0
  112. package/fesm2022/pipe.write.state.mjs +45 -0
  113. package/fesm2022/pipe.write.state.mjs.map +1 -0
  114. package/fesm2022/pipe.yesNo.mjs +52 -0
  115. package/fesm2022/pipe.yesNo.mjs.map +1 -0
  116. package/fesm2022/shared.config.mjs +2190 -0
  117. package/fesm2022/shared.config.mjs.map +1 -0
  118. package/fesm2022/shared.srv.mjs +2853 -0
  119. package/fesm2022/shared.srv.mjs.map +1 -0
  120. package/fesm2022/shared.util.mjs +4676 -0
  121. package/fesm2022/shared.util.mjs.map +1 -0
  122. package/fesm2022/shared.var.mjs +597 -0
  123. package/fesm2022/shared.var.mjs.map +1 -0
  124. package/fesm2022/sharedPipe.mjs +1387 -0
  125. package/fesm2022/sharedPipe.mjs.map +1 -0
  126. package/fesm2022/srv.base-dialog.service.mjs +272 -0
  127. package/fesm2022/srv.base-dialog.service.mjs.map +1 -0
  128. package/fesm2022/srv.base-list.service.mjs +124 -0
  129. package/fesm2022/srv.base-list.service.mjs.map +1 -0
  130. package/fesm2022/srv.base-table.service.mjs +271 -0
  131. package/fesm2022/srv.base-table.service.mjs.map +1 -0
  132. package/fesm2022/srv.base-title.service.mjs +52 -0
  133. package/fesm2022/srv.base-title.service.mjs.map +1 -0
  134. package/fesm2022/srv.base-tree.service.mjs +53 -0
  135. package/fesm2022/srv.base-tree.service.mjs.map +1 -0
  136. package/fesm2022/srv.basePage.mjs +71 -0
  137. package/fesm2022/srv.basePage.mjs.map +1 -0
  138. package/fesm2022/srv.commApi.service.mjs +626 -0
  139. package/fesm2022/srv.commApi.service.mjs.map +1 -0
  140. package/fesm2022/srv.deon.util.mjs +272 -0
  141. package/fesm2022/srv.deon.util.mjs.map +1 -0
  142. package/fesm2022/srv.deon2.util.mjs +190 -0
  143. package/fesm2022/srv.deon2.util.mjs.map +1 -0
  144. package/fesm2022/srv.dialog.token.mjs +10 -0
  145. package/fesm2022/srv.dialog.token.mjs.map +1 -0
  146. package/fesm2022/srv.field-source.service.mjs +454 -0
  147. package/fesm2022/srv.field-source.service.mjs.map +1 -0
  148. package/fesm2022/srv.field.init.mjs +697 -0
  149. package/fesm2022/srv.field.init.mjs.map +1 -0
  150. package/fesm2022/srv.global.event.mjs +50 -0
  151. package/fesm2022/srv.global.event.mjs.map +1 -0
  152. package/fesm2022/srv.layout-detail.service.mjs +60 -0
  153. package/fesm2022/srv.layout-detail.service.mjs.map +1 -0
  154. package/fesm2022/srv.layout.service.mjs +65 -0
  155. package/fesm2022/srv.layout.service.mjs.map +1 -0
  156. package/fesm2022/srv.listService.mjs +319 -0
  157. package/fesm2022/srv.listService.mjs.map +1 -0
  158. package/fesm2022/srv.window.service.mjs +34 -0
  159. package/fesm2022/srv.window.service.mjs.map +1 -0
  160. package/fesm2022/util.base64.mjs +85 -0
  161. package/fesm2022/util.base64.mjs.map +1 -0
  162. package/fesm2022/util.comm.attendance.mjs +207 -0
  163. package/fesm2022/util.comm.attendance.mjs.map +1 -0
  164. package/fesm2022/util.comm.ckeditor.mjs +32 -0
  165. package/fesm2022/util.comm.ckeditor.mjs.map +1 -0
  166. package/fesm2022/util.comm.colors.mjs +21 -0
  167. package/fesm2022/util.comm.colors.mjs.map +1 -0
  168. package/fesm2022/util.comm.eca.mjs +89 -0
  169. package/fesm2022/util.comm.eca.mjs.map +1 -0
  170. package/fesm2022/util.comm.fly.mjs +210 -0
  171. package/fesm2022/util.comm.fly.mjs.map +1 -0
  172. package/fesm2022/util.comm.kpi.mjs +118 -0
  173. package/fesm2022/util.comm.kpi.mjs.map +1 -0
  174. package/fesm2022/util.comm.leave.mjs +271 -0
  175. package/fesm2022/util.comm.leave.mjs.map +1 -0
  176. package/fesm2022/util.comm.menu.mjs +132 -0
  177. package/fesm2022/util.comm.menu.mjs.map +1 -0
  178. package/fesm2022/util.comm.okr.mjs +204 -0
  179. package/fesm2022/util.comm.okr.mjs.map +1 -0
  180. package/fesm2022/util.comm.overtime.mjs +69 -0
  181. package/fesm2022/util.comm.overtime.mjs.map +1 -0
  182. package/fesm2022/util.comm.setting.mjs +211 -0
  183. package/fesm2022/util.comm.setting.mjs.map +1 -0
  184. package/fesm2022/util.comm.shebao.mjs +57 -0
  185. package/fesm2022/util.comm.shebao.mjs.map +1 -0
  186. package/fesm2022/util.comm.workflow.mjs +178 -0
  187. package/fesm2022/util.comm.workflow.mjs.map +1 -0
  188. package/fesm2022/util.common.mjs +637 -0
  189. package/fesm2022/util.common.mjs.map +1 -0
  190. package/fesm2022/util.encryption.mjs +49 -0
  191. package/fesm2022/util.encryption.mjs.map +1 -0
  192. package/fesm2022/util.guid.mjs +57 -0
  193. package/fesm2022/util.guid.mjs.map +1 -0
  194. package/fesm2022/util.guid.number.mjs +68 -0
  195. package/fesm2022/util.guid.number.mjs.map +1 -0
  196. package/fesm2022/util.menus.mjs +33 -0
  197. package/fesm2022/util.menus.mjs.map +1 -0
  198. package/fesm2022/util.operation.mjs +193 -0
  199. package/fesm2022/util.operation.mjs.map +1 -0
  200. package/fesm2022/util.static.mjs +1542 -0
  201. package/fesm2022/util.static.mjs.map +1 -0
  202. package/fesm2022/util.tool.mjs +46 -0
  203. package/fesm2022/util.tool.mjs.map +1 -0
  204. package/fesm2022/util.validation.mjs +67 -0
  205. package/fesm2022/util.validation.mjs.map +1 -0
  206. package/fesm2022/util.workflow.mjs +128 -0
  207. package/fesm2022/util.workflow.mjs.map +1 -0
  208. package/fesm2022/util.yuan.mjs +18 -0
  209. package/fesm2022/util.yuan.mjs.map +1 -0
  210. package/fesm2022/var.comm.constant.mjs +37 -0
  211. package/fesm2022/var.comm.constant.mjs.map +1 -0
  212. package/fesm2022/var.shared.constant.mjs +237 -0
  213. package/fesm2022/var.shared.constant.mjs.map +1 -0
  214. package/fesm2022/var.shared.interface.mjs +51 -0
  215. package/fesm2022/var.shared.interface.mjs.map +1 -0
  216. package/fesm2022/var.shared.variable.mjs +168 -0
  217. package/fesm2022/var.shared.variable.mjs.map +1 -0
  218. package/index.d.ts +6 -0
  219. package/package.json +420 -0
  220. package/shared.config/form/admin/attendance.d.ts +1 -0
  221. package/shared.config/form/admin/personnel.d.ts +1 -0
  222. package/shared.config/form/admin/system.d.ts +1 -0
  223. package/shared.config/form/gram/kpi.d.ts +1 -0
  224. package/shared.config/form/index.d.ts +2 -0
  225. package/shared.config/form/paas/module.d.ts +1 -0
  226. package/shared.config/form/payroll/shebao.d.ts +1 -0
  227. package/shared.config/index.d.ts +1 -0
  228. package/shared.config/list/content/admin/system.code.d.ts +1 -0
  229. package/shared.config/list/content/admin/system.log.d.ts +1 -0
  230. package/shared.config/list/content/admin/system.role.d.ts +1 -0
  231. package/shared.config/list/content/admin/system.source.d.ts +1 -0
  232. package/shared.config/list/content/admin/system.tenant.d.ts +1 -0
  233. package/shared.config/list/content/admin/system.user.d.ts +1 -0
  234. package/shared.config/list/content/fly/admin/device.d.ts +1 -0
  235. package/shared.config/list/content/fly/admin/dock.d.ts +1 -0
  236. package/shared.config/list/content/fly/admin/healthy.d.ts +1 -0
  237. package/shared.config/list/content/fly/admin/system.d.ts +1 -0
  238. package/shared.config/list/content/fly/admin/user.d.ts +1 -0
  239. package/shared.config/list/content/fly/work/ai.d.ts +1 -0
  240. package/shared.config/list/content/fly/work/history.d.ts +1 -0
  241. package/shared.config/list/content/fly/work/order.d.ts +1 -0
  242. package/shared.config/list/content/fly/work/product.d.ts +1 -0
  243. package/shared.config/list/content/fly/work/task.d.ts +1 -0
  244. package/shared.config/list/content/index.d.ts +38 -0
  245. package/shared.config/list/content/paas/card.d.ts +1 -0
  246. package/shared.config/list/content/paas/module.d.ts +1 -0
  247. package/shared.config/list/content/paas/permission.d.ts +1 -0
  248. package/shared.config/list/content/paas/rule.d.ts +1 -0
  249. package/shared.config/list/content/paas/setting.d.ts +1 -0
  250. package/shared.config/list/content/personnel/position.d.ts +1 -0
  251. package/shared.config/list/content/workflow/workflow.d.ts +1 -0
  252. package/shared.config/list/header/admin/system.d.ts +1 -0
  253. package/shared.config/list/header/dialog/default.d.ts +1 -0
  254. package/shared.config/list/header/fly/admin/device.d.ts +1 -0
  255. package/shared.config/list/header/fly/admin/dock.d.ts +1 -0
  256. package/shared.config/list/header/fly/admin/healthy.d.ts +1 -0
  257. package/shared.config/list/header/fly/admin/system.d.ts +1 -0
  258. package/shared.config/list/header/fly/admin/user.d.ts +1 -0
  259. package/shared.config/list/header/fly/work/ai.d.ts +1 -0
  260. package/shared.config/list/header/fly/work/history.d.ts +1 -0
  261. package/shared.config/list/header/fly/work/order.d.ts +1 -0
  262. package/shared.config/list/header/fly/work/product.d.ts +1 -0
  263. package/shared.config/list/header/fly/work/task.d.ts +1 -0
  264. package/shared.config/list/header/index.d.ts +1 -0
  265. package/shared.config/list/header/paas.d.ts +1 -0
  266. package/shared.config/list/header/personnel/position.d.ts +1 -0
  267. package/shared.config/list/header/wk/workflow.d.ts +1 -0
  268. package/shared.config/list/index.d.ts +2 -0
  269. package/shared.config/page/README.md +3 -0
  270. package/shared.config/page/admin/index.d.ts +1 -0
  271. package/shared.config/page/admin/system.source.d.ts +1 -0
  272. package/shared.config/page/index.d.ts +1 -0
  273. package/shared.config/page-dialog/admin/index.d.ts +1 -0
  274. package/shared.config/page-dialog/admin/system.d.ts +1 -0
  275. package/shared.config/page-dialog/index.d.ts +3 -0
  276. package/shared.config/page-dialog/paas/index.d.ts +1 -0
  277. package/shared.config/page-dialog/paas/module.d.ts +1 -0
  278. package/shared.config/page-dialog/payroll/index.d.ts +1 -0
  279. package/shared.config/page-dialog/payroll/main.d.ts +1 -0
  280. package/shared.pipe/builtin/builtin.pipe.d.ts +8 -0
  281. package/shared.pipe/builtin/index.d.ts +1 -0
  282. package/shared.pipe/category/category.pipe.d.ts +8 -0
  283. package/shared.pipe/category/index.d.ts +1 -0
  284. package/shared.pipe/datatype/datatype.pipe.d.ts +8 -0
  285. package/shared.pipe/datatype/index.d.ts +1 -0
  286. package/shared.pipe/date.format/date.pipe.d.ts +8 -0
  287. package/shared.pipe/date.format/index.d.ts +1 -0
  288. package/shared.pipe/disabled/disabled.pipe.d.ts +8 -0
  289. package/shared.pipe/disabled/index.d.ts +1 -0
  290. package/shared.pipe/email.state/email.pipe.d.ts +8 -0
  291. package/shared.pipe/email.state/index.d.ts +1 -0
  292. package/shared.pipe/empty/empty.pipe.d.ts +8 -0
  293. package/shared.pipe/empty/index.d.ts +1 -0
  294. package/shared.pipe/eval/eval.pipe.d.ts +8 -0
  295. package/shared.pipe/eval/index.d.ts +1 -0
  296. package/shared.pipe/flow/flow.pipe.d.ts +8 -0
  297. package/shared.pipe/flow/index.d.ts +1 -0
  298. package/shared.pipe/flow.eval/flow.pipe.d.ts +8 -0
  299. package/shared.pipe/flow.eval/index.d.ts +1 -0
  300. package/shared.pipe/flow.node/flow.pipe.d.ts +8 -0
  301. package/shared.pipe/flow.node/index.d.ts +1 -0
  302. package/shared.pipe/flow.operation/flow.pipe.d.ts +8 -0
  303. package/shared.pipe/flow.operation/index.d.ts +1 -0
  304. package/shared.pipe/flow.state/flow.pipe.d.ts +8 -0
  305. package/shared.pipe/flow.state/index.d.ts +1 -0
  306. package/shared.pipe/flow.type/flow.pipe.d.ts +8 -0
  307. package/shared.pipe/flow.type/index.d.ts +1 -0
  308. package/shared.pipe/formType/form.pipe.d.ts +8 -0
  309. package/shared.pipe/formType/index.d.ts +1 -0
  310. package/shared.pipe/grade.type/grade.pipe.d.ts +8 -0
  311. package/shared.pipe/grade.type/index.d.ts +1 -0
  312. package/shared.pipe/index.d.ts +41 -0
  313. package/shared.pipe/index.module.d.ts +47 -0
  314. package/shared.pipe/indicator/index.d.ts +1 -0
  315. package/shared.pipe/indicator/indicator.pipe.d.ts +8 -0
  316. package/shared.pipe/item/index.d.ts +1 -0
  317. package/shared.pipe/item/item.pipe.d.ts +8 -0
  318. package/shared.pipe/moment/index.d.ts +1 -0
  319. package/shared.pipe/moment/moment.pipe.d.ts +16 -0
  320. package/shared.pipe/msg.type/index.d.ts +1 -0
  321. package/shared.pipe/msg.type/msg.pipe.d.ts +8 -0
  322. package/shared.pipe/number/index.d.ts +1 -0
  323. package/shared.pipe/number/number.pipe.d.ts +8 -0
  324. package/shared.pipe/objtype/index.d.ts +1 -0
  325. package/shared.pipe/objtype/obj.pipe.d.ts +8 -0
  326. package/shared.pipe/okr.plan/index.d.ts +1 -0
  327. package/shared.pipe/okr.plan/okr.pipe.d.ts +8 -0
  328. package/shared.pipe/okr.unit/index.d.ts +1 -0
  329. package/shared.pipe/okr.unit/okr.pipe.d.ts +8 -0
  330. package/shared.pipe/operation/index.d.ts +1 -0
  331. package/shared.pipe/operation/operation.pipe.d.ts +8 -0
  332. package/shared.pipe/period.emp/index.d.ts +1 -0
  333. package/shared.pipe/period.emp/period.pipe.d.ts +8 -0
  334. package/shared.pipe/period.state/index.d.ts +1 -0
  335. package/shared.pipe/period.state/period.pipe.d.ts +8 -0
  336. package/shared.pipe/plan.state/index.d.ts +1 -0
  337. package/shared.pipe/plan.state/plan.pipe.d.ts +8 -0
  338. package/shared.pipe/range/index.d.ts +1 -0
  339. package/shared.pipe/range/range.pipe.d.ts +8 -0
  340. package/shared.pipe/removehtml/index.d.ts +1 -0
  341. package/shared.pipe/removehtml/removehtml.pipe.d.ts +8 -0
  342. package/shared.pipe/result/index.d.ts +1 -0
  343. package/shared.pipe/result/result.pipe.d.ts +8 -0
  344. package/shared.pipe/safehtml/index.d.ts +1 -0
  345. package/shared.pipe/safehtml/safehtml.pipe.d.ts +10 -0
  346. package/shared.pipe/state/index.d.ts +1 -0
  347. package/shared.pipe/state/state.pipe.d.ts +8 -0
  348. package/shared.pipe/table.type/index.d.ts +1 -0
  349. package/shared.pipe/table.type/table.pipe.d.ts +8 -0
  350. package/shared.pipe/task.state/index.d.ts +1 -0
  351. package/shared.pipe/task.state/task.pipe.d.ts +8 -0
  352. package/shared.pipe/templatetype/index.d.ts +1 -0
  353. package/shared.pipe/templatetype/template.pipe.d.ts +8 -0
  354. package/shared.pipe/valid/index.d.ts +1 -0
  355. package/shared.pipe/valid/valid.pipe.d.ts +8 -0
  356. package/shared.pipe/value.method/index.d.ts +1 -0
  357. package/shared.pipe/value.method/value.pipe.d.ts +8 -0
  358. package/shared.pipe/write.state/index.d.ts +1 -0
  359. package/shared.pipe/write.state/write.pipe.d.ts +9 -0
  360. package/shared.pipe/yesNo/index.d.ts +1 -0
  361. package/shared.pipe/yesNo/yesNo.pipe.d.ts +8 -0
  362. package/shared.srv/base-dialog.service/index.d.ts +39 -0
  363. package/shared.srv/base-list.service/index.d.ts +49 -0
  364. package/shared.srv/base-table.service/index.d.ts +77 -0
  365. package/shared.srv/base-title.service/index.d.ts +16 -0
  366. package/shared.srv/base-tree.service/index.d.ts +30 -0
  367. package/shared.srv/basePage/index.d.ts +33 -0
  368. package/shared.srv/commApi.service/index.d.ts +124 -0
  369. package/shared.srv/deon.util/index.d.ts +25 -0
  370. package/shared.srv/deon2.util/index.d.ts +14 -0
  371. package/shared.srv/dialog.token/index.d.ts +5 -0
  372. package/shared.srv/field-source.service/index.d.ts +67 -0
  373. package/shared.srv/field.init/index.d.ts +36 -0
  374. package/shared.srv/global.event/index.d.ts +13 -0
  375. package/shared.srv/index.d.ts +16 -0
  376. package/shared.srv/layout-detail.service/index.d.ts +23 -0
  377. package/shared.srv/layout.service/index.d.ts +28 -0
  378. package/shared.srv/listService/index.d.ts +38 -0
  379. package/shared.srv/window.service/index.d.ts +8 -0
  380. package/shared.util/base64/index.d.ts +6 -0
  381. package/shared.util/comm.attendance/index.d.ts +74 -0
  382. package/shared.util/comm.ckeditor/index.d.ts +9 -0
  383. package/shared.util/comm.colors/index.d.ts +1 -0
  384. package/shared.util/comm.eca/index.d.ts +16 -0
  385. package/shared.util/comm.fly/index.d.ts +60 -0
  386. package/shared.util/comm.kpi/index.d.ts +21 -0
  387. package/shared.util/comm.leave/index.d.ts +79 -0
  388. package/shared.util/comm.menu/index.d.ts +4 -0
  389. package/shared.util/comm.okr/index.d.ts +61 -0
  390. package/shared.util/comm.overtime/index.d.ts +25 -0
  391. package/shared.util/comm.setting/index.d.ts +54 -0
  392. package/shared.util/comm.shebao/index.d.ts +16 -0
  393. package/shared.util/comm.workflow/index.d.ts +24 -0
  394. package/shared.util/common/index.d.ts +60 -0
  395. package/shared.util/encryption/index.d.ts +12 -0
  396. package/shared.util/guid/index.d.ts +16 -0
  397. package/shared.util/guid.number/index.d.ts +16 -0
  398. package/shared.util/index.d.ts +25 -0
  399. package/shared.util/menus/index.d.ts +1 -0
  400. package/shared.util/operation/index.d.ts +13 -0
  401. package/shared.util/static/index.d.ts +284 -0
  402. package/shared.util/tool/index.d.ts +6 -0
  403. package/shared.util/validation/index.d.ts +40 -0
  404. package/shared.util/workflow/index.d.ts +12 -0
  405. package/shared.util/yuan/index.d.ts +6 -0
  406. package/shared.var/comm.constant/index.d.ts +24 -0
  407. package/shared.var/index.d.ts +4 -0
  408. package/shared.var/shared.constant/index.d.ts +151 -0
  409. package/shared.var/shared.interface/index.d.ts +58 -0
  410. package/shared.var/shared.variable/index.d.ts +116 -0
  411. package/style/variable.less +238 -0
@@ -0,0 +1,750 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Directive, InjectionToken, EventEmitter, inject, Type, Injector, TemplateRef, booleanAttribute, ContentChild, ViewChild, Output, Input, ChangeDetectionStrategy, Component, Injectable, NgModule } from '@angular/core';
3
+ import { ESCAPE } from '@angular/cdk/keycodes';
4
+ import * as i2 from '@angular/cdk/overlay';
5
+ import { OverlayConfig, CdkScrollable } from '@angular/cdk/overlay';
6
+ import * as i7 from '@angular/cdk/portal';
7
+ import { ComponentPortal, TemplatePortal, PortalModule, CdkPortalOutlet } from '@angular/cdk/portal';
8
+ import * as i1$1 from '@angular/common';
9
+ import { DOCUMENT, NgTemplateOutlet, CommonModule } from '@angular/common';
10
+ import { Subject } from 'rxjs';
11
+ import { takeUntil } from 'rxjs/operators';
12
+ import { drawerMaskMotion } from 'ng-zorro-antd/core/animation';
13
+ import { NzNoAnimationDirective } from 'ng-zorro-antd/core/no-animation';
14
+ import * as i5 from 'ng-zorro-antd/core/outlet';
15
+ import { NzOutletModule } from 'ng-zorro-antd/core/outlet';
16
+ import { overlayZIndexSetter } from 'ng-zorro-antd/core/overlay';
17
+ import { isTemplateRef, toCssPixel } from 'ng-zorro-antd/core/util';
18
+ import * as i6 from 'ng-zorro-antd/icon';
19
+ import { NzIconModule } from 'ng-zorro-antd/icon';
20
+ import * as i1 from 'ng-zorro-antd/core/config';
21
+ import * as i3 from '@angular/cdk/a11y';
22
+ import * as i4 from '@angular/cdk/bidi';
23
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
24
+
25
+ class NzDrawerContentDirective {
26
+ templateRef;
27
+ constructor(templateRef) {
28
+ this.templateRef = templateRef;
29
+ }
30
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
31
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: NzDrawerContentDirective, isStandalone: true, selector: "[nzDrawerContent]", exportAs: ["nzDrawerContent"], ngImport: i0 });
32
+ }
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerContentDirective, decorators: [{
34
+ type: Directive,
35
+ args: [{
36
+ selector: '[nzDrawerContent]',
37
+ exportAs: 'nzDrawerContent'
38
+ }]
39
+ }], ctorParameters: () => [{ type: i0.TemplateRef }] });
40
+
41
+ const DRAWER_DEFAULT_SIZE = 378;
42
+ const DRAWER_LARGE_SIZE = 736;
43
+ const NZ_DRAWER_DATA = new InjectionToken('NZ_DRAWER_DATA');
44
+
45
+ class NzDrawerRef {
46
+ }
47
+
48
+ const DRAWER_ANIMATE_DURATION = 300;
49
+ const NZ_CONFIG_MODULE_NAME = 'drawer';
50
+ class NzDrawerComponent extends NzDrawerRef {
51
+ cdr;
52
+ nzConfigService;
53
+ renderer;
54
+ overlay;
55
+ injector;
56
+ changeDetectorRef;
57
+ focusTrapFactory;
58
+ viewContainerRef;
59
+ overlayKeyboardDispatcher;
60
+ directionality;
61
+ _nzModuleName = NZ_CONFIG_MODULE_NAME;
62
+ nzContent;
63
+ nzCloseIcon = 'close';
64
+ nzClosable = true;
65
+ //@WithConfig()
66
+ nzMaskClosable = true;
67
+ //@WithConfig()
68
+ nzMask = true;
69
+ //@WithConfig()
70
+ nzCloseOnNavigation = true;
71
+ nzNoAnimation = false;
72
+ nzKeyboard = true;
73
+ nzTitle;
74
+ nzExtra;
75
+ nzFooter;
76
+ nzPlacement = 'right';
77
+ nzSize = 'default';
78
+ nzMaskStyle = {};
79
+ nzBodyStyle = {};
80
+ nzWrapClassName;
81
+ nzWidth;
82
+ nzHeight;
83
+ nzZIndex = 1000;
84
+ nzOffsetX = 0;
85
+ nzOffsetY = 0;
86
+ componentInstance = null;
87
+ componentRef = null;
88
+ set nzVisible(value) {
89
+ this.isOpen = value;
90
+ }
91
+ get nzVisible() {
92
+ return this.isOpen;
93
+ }
94
+ nzOnViewInit = new EventEmitter();
95
+ nzOnClose = new EventEmitter();
96
+ nzVisibleChange = new EventEmitter();
97
+ drawerTemplate;
98
+ bodyPortalOutlet;
99
+ contentFromContentChild;
100
+ destroy$ = new Subject();
101
+ previouslyFocusedElement;
102
+ placementChanging = false;
103
+ placementChangeTimeoutId;
104
+ nzContentParams; // only service
105
+ nzData;
106
+ overlayRef;
107
+ portal;
108
+ focusTrap;
109
+ isOpen = false;
110
+ inAnimation = false;
111
+ templateContext = {
112
+ $implicit: undefined,
113
+ drawerRef: this
114
+ };
115
+ isTemplateRef = isTemplateRef;
116
+ get offsetTransform() {
117
+ if (!this.isOpen || this.nzOffsetX + this.nzOffsetY === 0) {
118
+ return null;
119
+ }
120
+ switch (this.nzPlacement) {
121
+ case 'left':
122
+ return `translateX(${this.nzOffsetX}px)`;
123
+ case 'right':
124
+ return `translateX(-${this.nzOffsetX}px)`;
125
+ case 'top':
126
+ return `translateY(${this.nzOffsetY}px)`;
127
+ case 'bottom':
128
+ return `translateY(-${this.nzOffsetY}px)`;
129
+ }
130
+ }
131
+ get transform() {
132
+ if (this.isOpen) {
133
+ return null;
134
+ }
135
+ switch (this.nzPlacement) {
136
+ case 'left':
137
+ return `translateX(-100%)`;
138
+ case 'right':
139
+ return `translateX(100%)`;
140
+ case 'top':
141
+ return `translateY(-100%)`;
142
+ case 'bottom':
143
+ return `translateY(100%)`;
144
+ }
145
+ }
146
+ get width() {
147
+ if (this.isLeftOrRight) {
148
+ const defaultWidth = this.nzSize === 'large' ? DRAWER_LARGE_SIZE : DRAWER_DEFAULT_SIZE;
149
+ return this.nzWidth === undefined ? toCssPixel(defaultWidth) : toCssPixel(this.nzWidth);
150
+ }
151
+ return null;
152
+ }
153
+ get height() {
154
+ if (!this.isLeftOrRight) {
155
+ const defaultHeight = this.nzSize === 'large' ? DRAWER_LARGE_SIZE : DRAWER_DEFAULT_SIZE;
156
+ return this.nzHeight === undefined ? toCssPixel(defaultHeight) : toCssPixel(this.nzHeight);
157
+ }
158
+ return null;
159
+ }
160
+ get isLeftOrRight() {
161
+ return this.nzPlacement === 'left' || this.nzPlacement === 'right';
162
+ }
163
+ nzAfterOpen = new Subject();
164
+ nzAfterClose = new Subject();
165
+ get afterOpen() {
166
+ return this.nzAfterOpen.asObservable();
167
+ }
168
+ get afterClose() {
169
+ return this.nzAfterClose.asObservable();
170
+ }
171
+ get isNzContentTemplateRef() {
172
+ return isTemplateRef(this.nzContent);
173
+ }
174
+ // from service config
175
+ //@WithConfig()
176
+ nzDirection = undefined;
177
+ dir = 'ltr';
178
+ document = inject(DOCUMENT);
179
+ constructor(cdr, nzConfigService, renderer, overlay, injector, changeDetectorRef, focusTrapFactory, viewContainerRef, overlayKeyboardDispatcher, directionality) {
180
+ super();
181
+ this.cdr = cdr;
182
+ this.nzConfigService = nzConfigService;
183
+ this.renderer = renderer;
184
+ this.overlay = overlay;
185
+ this.injector = injector;
186
+ this.changeDetectorRef = changeDetectorRef;
187
+ this.focusTrapFactory = focusTrapFactory;
188
+ this.viewContainerRef = viewContainerRef;
189
+ this.overlayKeyboardDispatcher = overlayKeyboardDispatcher;
190
+ this.directionality = directionality;
191
+ }
192
+ ngOnInit() {
193
+ this.directionality.change?.pipe(takeUntil(this.destroy$)).subscribe((direction) => {
194
+ this.dir = direction;
195
+ this.cdr.detectChanges();
196
+ });
197
+ this.dir = this.nzDirection || this.directionality.value;
198
+ this.attachOverlay();
199
+ this.updateOverlayStyle();
200
+ this.updateBodyOverflow();
201
+ this.templateContext = { $implicit: this.nzData || this.nzContentParams, drawerRef: this };
202
+ this.changeDetectorRef.detectChanges();
203
+ }
204
+ ngAfterViewInit() {
205
+ this.attachBodyContent();
206
+ // The `setTimeout` triggers change detection. There's no sense to schedule the DOM timer if anyone is
207
+ // listening to the `nzOnViewInit` event inside the template, for instance `<nz-drawer (nzOnViewInit)="...">`.
208
+ if (this.nzOnViewInit.observers.length) {
209
+ setTimeout(() => {
210
+ this.nzOnViewInit.emit();
211
+ });
212
+ }
213
+ }
214
+ ngOnChanges(changes) {
215
+ const { nzPlacement, nzVisible } = changes;
216
+ if (nzVisible) {
217
+ const value = changes["nzVisible"].currentValue;
218
+ if (value) {
219
+ this.open();
220
+ }
221
+ else {
222
+ this.close();
223
+ }
224
+ }
225
+ if (nzPlacement && !nzPlacement.isFirstChange()) {
226
+ this.triggerPlacementChangeCycleOnce();
227
+ }
228
+ }
229
+ ngOnDestroy() {
230
+ this.destroy$.next();
231
+ this.destroy$.complete();
232
+ clearTimeout(this.placementChangeTimeoutId);
233
+ this.disposeOverlay();
234
+ }
235
+ getAnimationDuration() {
236
+ return this.nzNoAnimation ? 0 : DRAWER_ANIMATE_DURATION;
237
+ }
238
+ // Disable the transition animation temporarily when the placement changing
239
+ triggerPlacementChangeCycleOnce() {
240
+ if (!this.nzNoAnimation) {
241
+ this.placementChanging = true;
242
+ this.changeDetectorRef.markForCheck();
243
+ clearTimeout(this.placementChangeTimeoutId);
244
+ this.placementChangeTimeoutId = setTimeout(() => {
245
+ this.placementChanging = false;
246
+ this.changeDetectorRef.markForCheck();
247
+ }, this.getAnimationDuration());
248
+ }
249
+ }
250
+ close(result) {
251
+ this.isOpen = false;
252
+ this.inAnimation = true;
253
+ this.nzVisibleChange.emit(false);
254
+ this.updateOverlayStyle();
255
+ this.overlayKeyboardDispatcher.remove(this.overlayRef);
256
+ this.changeDetectorRef.detectChanges();
257
+ setTimeout(() => {
258
+ this.updateBodyOverflow();
259
+ this.restoreFocus();
260
+ this.inAnimation = false;
261
+ this.nzAfterClose.next(result);
262
+ this.nzAfterClose.complete();
263
+ this.componentInstance = null;
264
+ this.componentRef = null;
265
+ }, this.getAnimationDuration());
266
+ }
267
+ open() {
268
+ this.attachOverlay();
269
+ this.isOpen = true;
270
+ this.inAnimation = true;
271
+ this.nzVisibleChange.emit(true);
272
+ this.overlayKeyboardDispatcher.add(this.overlayRef);
273
+ this.updateOverlayStyle();
274
+ this.updateBodyOverflow();
275
+ this.savePreviouslyFocusedElement();
276
+ this.trapFocus();
277
+ this.changeDetectorRef.detectChanges();
278
+ setTimeout(() => {
279
+ this.inAnimation = false;
280
+ this.changeDetectorRef.detectChanges();
281
+ this.nzAfterOpen.next();
282
+ }, this.getAnimationDuration());
283
+ }
284
+ getContentComponent() {
285
+ return this.componentInstance;
286
+ }
287
+ getContentComponentRef() {
288
+ return this.componentRef;
289
+ }
290
+ closeClick() {
291
+ this.nzOnClose.emit();
292
+ }
293
+ maskClick() {
294
+ if (this.nzMaskClosable && this.nzMask) {
295
+ this.nzOnClose.emit();
296
+ }
297
+ }
298
+ attachBodyContent() {
299
+ this.bodyPortalOutlet.dispose();
300
+ if (this.nzContent instanceof Type) {
301
+ const childInjector = Injector.create({
302
+ parent: this.injector,
303
+ providers: [
304
+ { provide: NzDrawerRef, useValue: this },
305
+ { provide: NZ_DRAWER_DATA, useValue: this.nzData }
306
+ ]
307
+ });
308
+ const componentPortal = new ComponentPortal(this.nzContent, null, childInjector);
309
+ this.componentRef = this.bodyPortalOutlet.attachComponentPortal(componentPortal);
310
+ this.componentInstance = this.componentRef.instance;
311
+ /**TODO
312
+ * When nzContentParam will be remove in the next major version, we have to remove the following line
313
+ * **/
314
+ Object.assign(this.componentRef.instance, this.nzData || this.nzContentParams);
315
+ this.componentRef.changeDetectorRef.detectChanges();
316
+ }
317
+ }
318
+ attachOverlay() {
319
+ if (!this.overlayRef) {
320
+ this.portal = new TemplatePortal(this.drawerTemplate, this.viewContainerRef);
321
+ this.overlayRef = this.overlay.create(this.getOverlayConfig());
322
+ overlayZIndexSetter(this.overlayRef, this.nzZIndex);
323
+ }
324
+ if (this.overlayRef && !this.overlayRef.hasAttached()) {
325
+ this.overlayRef.attach(this.portal);
326
+ this.overlayRef.keydownEvents()
327
+ .pipe(takeUntil(this.destroy$))
328
+ .subscribe((event) => {
329
+ if (event.keyCode === ESCAPE && this.isOpen && this.nzKeyboard) {
330
+ this.nzOnClose.emit();
331
+ }
332
+ });
333
+ this.overlayRef
334
+ .detachments()
335
+ .pipe(takeUntil(this.destroy$))
336
+ .subscribe(() => {
337
+ this.close();
338
+ this.disposeOverlay();
339
+ });
340
+ }
341
+ }
342
+ disposeOverlay() {
343
+ this.overlayRef?.dispose();
344
+ this.overlayRef = null;
345
+ }
346
+ getOverlayConfig() {
347
+ return new OverlayConfig({
348
+ disposeOnNavigation: this.nzCloseOnNavigation,
349
+ positionStrategy: this.overlay.position().global(),
350
+ scrollStrategy: this.overlay.scrollStrategies.block()
351
+ });
352
+ }
353
+ updateOverlayStyle() {
354
+ if (this.overlayRef && this.overlayRef.overlayElement) {
355
+ this.renderer.setStyle(this.overlayRef.overlayElement, 'pointer-events', this.isOpen ? 'auto' : 'none');
356
+ }
357
+ }
358
+ updateBodyOverflow() {
359
+ if (this.overlayRef) {
360
+ if (this.isOpen) {
361
+ this.overlayRef.getConfig().scrollStrategy.enable();
362
+ }
363
+ else {
364
+ this.overlayRef.getConfig().scrollStrategy.disable();
365
+ }
366
+ }
367
+ }
368
+ savePreviouslyFocusedElement() {
369
+ if (this.document && !this.previouslyFocusedElement) {
370
+ this.previouslyFocusedElement = this.document.activeElement;
371
+ // We need the extra check, because IE's svg element has no blur method.
372
+ if (this.previouslyFocusedElement && typeof this.previouslyFocusedElement.blur === 'function') {
373
+ this.previouslyFocusedElement.blur();
374
+ }
375
+ }
376
+ }
377
+ trapFocus() {
378
+ if (!this.focusTrap && this.overlayRef && this.overlayRef.overlayElement) {
379
+ this.focusTrap = this.focusTrapFactory.create(this.overlayRef.overlayElement);
380
+ this.focusTrap.focusInitialElement();
381
+ }
382
+ }
383
+ restoreFocus() {
384
+ // We need the extra check, because IE can set the `activeElement` to null in some cases.
385
+ if (this.previouslyFocusedElement && typeof this.previouslyFocusedElement.focus === 'function') {
386
+ this.previouslyFocusedElement.focus();
387
+ this.previouslyFocusedElement = undefined;
388
+ }
389
+ if (this.focusTrap) {
390
+ this.focusTrap.destroy();
391
+ }
392
+ }
393
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.NzConfigService }, { token: i0.Renderer2 }, { token: i2.Overlay }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }, { token: i3.FocusTrapFactory }, { token: i0.ViewContainerRef }, { token: i2.OverlayKeyboardDispatcher }, { token: i4.Directionality }], target: i0.ɵɵFactoryTarget.Component });
394
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: NzDrawerComponent, isStandalone: true, selector: "nz-drawer", inputs: { nzContent: "nzContent", nzCloseIcon: "nzCloseIcon", nzClosable: ["nzClosable", "nzClosable", booleanAttribute], nzMaskClosable: ["nzMaskClosable", "nzMaskClosable", booleanAttribute], nzMask: ["nzMask", "nzMask", booleanAttribute], nzCloseOnNavigation: ["nzCloseOnNavigation", "nzCloseOnNavigation", booleanAttribute], nzNoAnimation: ["nzNoAnimation", "nzNoAnimation", booleanAttribute], nzKeyboard: ["nzKeyboard", "nzKeyboard", booleanAttribute], nzTitle: "nzTitle", nzExtra: "nzExtra", nzFooter: "nzFooter", nzPlacement: "nzPlacement", nzSize: "nzSize", nzMaskStyle: "nzMaskStyle", nzBodyStyle: "nzBodyStyle", nzWrapClassName: "nzWrapClassName", nzWidth: "nzWidth", nzHeight: "nzHeight", nzZIndex: "nzZIndex", nzOffsetX: "nzOffsetX", nzOffsetY: "nzOffsetY", nzVisible: ["nzVisible", "nzVisible", booleanAttribute] }, outputs: { nzOnViewInit: "nzOnViewInit", nzOnClose: "nzOnClose", nzVisibleChange: "nzVisibleChange" }, queries: [{ propertyName: "contentFromContentChild", first: true, predicate: NzDrawerContentDirective, descendants: true, read: TemplateRef, static: true }], viewQueries: [{ propertyName: "drawerTemplate", first: true, predicate: ["drawerTemplate"], descendants: true, static: true }, { propertyName: "bodyPortalOutlet", first: true, predicate: CdkPortalOutlet, descendants: true }], exportAs: ["nzDrawer"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
395
+ <ng-template #drawerTemplate>
396
+ <div
397
+ class="ant-drawer"
398
+ [nzNoAnimation]="nzNoAnimation"
399
+ [class.ant-drawer-rtl]="dir === 'rtl'"
400
+ [class.ant-drawer-open]="isOpen"
401
+ [class.no-mask]="!nzMask"
402
+ [class.ant-drawer-top]="nzPlacement === 'top'"
403
+ [class.ant-drawer-bottom]="nzPlacement === 'bottom'"
404
+ [class.ant-drawer-right]="nzPlacement === 'right'"
405
+ [class.ant-drawer-left]="nzPlacement === 'left'"
406
+ [style.transform]="offsetTransform"
407
+ [style.transition]="placementChanging ? 'none' : null"
408
+ [style.zIndex]="nzZIndex"
409
+ >
410
+ @if (nzMask && isOpen) {
411
+ <div @drawerMaskMotion class="ant-drawer-mask" (click)="maskClick()" [style]="nzMaskStyle"></div>
412
+ }
413
+ <div
414
+ class="ant-drawer-content-wrapper {{ nzWrapClassName }}"
415
+ [style.width]="width"
416
+ [style.height]="height"
417
+ [style.transform]="transform"
418
+ [style.transition]="placementChanging ? 'none' : null"
419
+ >
420
+ <div class="ant-drawer-content">
421
+ <div class="ant-drawer-wrapper-body" [style.height]="isLeftOrRight ? '100%' : null">
422
+ @if (nzTitle || nzClosable) {
423
+ <div class="ant-drawer-header" [class.ant-drawer-header-close-only]="!nzTitle">
424
+ <div class="ant-drawer-header-title">
425
+ @if (nzClosable) {
426
+ <button (click)="closeClick()" aria-label="Close" class="ant-drawer-close">
427
+ <ng-container *nzStringTemplateOutlet="nzCloseIcon; let closeIcon">
428
+ <nz-icon [nzType]="closeIcon" />
429
+ </ng-container>
430
+ </button>
431
+ }
432
+
433
+ @if (nzTitle) {
434
+ <div class="ant-drawer-title">
435
+ <ng-container *nzStringTemplateOutlet="nzTitle">{{ nzTitle }}</ng-container>
436
+ </div>
437
+ }
438
+ </div>
439
+ @if (nzExtra) {
440
+ <div class="ant-drawer-extra">
441
+ <ng-container *nzStringTemplateOutlet="nzExtra">{{ nzExtra }}</ng-container>
442
+ </div>
443
+ }
444
+ </div>
445
+ }
446
+ <div class="ant-drawer-body" [style]="nzBodyStyle" cdkScrollable>
447
+ <ng-template cdkPortalOutlet />
448
+ @if (nzContent) {
449
+ @if (isTemplateRef(nzContent)) {
450
+ <ng-container *ngTemplateOutlet="nzContent; context: templateContext" />
451
+ }
452
+ } @else {
453
+ @if (contentFromContentChild && (isOpen || inAnimation)) {
454
+ <ng-template [ngTemplateOutlet]="contentFromContentChild" />
455
+ }
456
+ }
457
+ </div>
458
+ @if (nzFooter) {
459
+ <div class="ant-drawer-footer">
460
+ <ng-container *nzStringTemplateOutlet="nzFooter">{{ nzFooter }}</ng-container>
461
+ </div>
462
+ }
463
+ </div>
464
+ </div>
465
+ </div>
466
+ </div>
467
+ </ng-template>
468
+ `, isInline: true, dependencies: [{ kind: "directive", type: NzNoAnimationDirective, selector: "[nzNoAnimation]", inputs: ["nzNoAnimation"], exportAs: ["nzNoAnimation"] }, { kind: "ngmodule", type: NzOutletModule }, { kind: "directive", type: i5.NzStringTemplateOutletDirective, selector: "[nzStringTemplateOutlet]", inputs: ["nzStringTemplateOutletContext", "nzStringTemplateOutlet"], exportAs: ["nzStringTemplateOutlet"] }, { kind: "ngmodule", type: NzIconModule }, { kind: "directive", type: i6.NzIconDirective, selector: "nz-icon,[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }, { kind: "ngmodule", type: PortalModule }, { kind: "directive", type: i7.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }], animations: [drawerMaskMotion], changeDetection: i0.ChangeDetectionStrategy.Default });
469
+ }
470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerComponent, decorators: [{
471
+ type: Component,
472
+ args: [{
473
+ selector: 'nz-drawer',
474
+ exportAs: 'nzDrawer',
475
+ template: `
476
+ <ng-template #drawerTemplate>
477
+ <div
478
+ class="ant-drawer"
479
+ [nzNoAnimation]="nzNoAnimation"
480
+ [class.ant-drawer-rtl]="dir === 'rtl'"
481
+ [class.ant-drawer-open]="isOpen"
482
+ [class.no-mask]="!nzMask"
483
+ [class.ant-drawer-top]="nzPlacement === 'top'"
484
+ [class.ant-drawer-bottom]="nzPlacement === 'bottom'"
485
+ [class.ant-drawer-right]="nzPlacement === 'right'"
486
+ [class.ant-drawer-left]="nzPlacement === 'left'"
487
+ [style.transform]="offsetTransform"
488
+ [style.transition]="placementChanging ? 'none' : null"
489
+ [style.zIndex]="nzZIndex"
490
+ >
491
+ @if (nzMask && isOpen) {
492
+ <div @drawerMaskMotion class="ant-drawer-mask" (click)="maskClick()" [style]="nzMaskStyle"></div>
493
+ }
494
+ <div
495
+ class="ant-drawer-content-wrapper {{ nzWrapClassName }}"
496
+ [style.width]="width"
497
+ [style.height]="height"
498
+ [style.transform]="transform"
499
+ [style.transition]="placementChanging ? 'none' : null"
500
+ >
501
+ <div class="ant-drawer-content">
502
+ <div class="ant-drawer-wrapper-body" [style.height]="isLeftOrRight ? '100%' : null">
503
+ @if (nzTitle || nzClosable) {
504
+ <div class="ant-drawer-header" [class.ant-drawer-header-close-only]="!nzTitle">
505
+ <div class="ant-drawer-header-title">
506
+ @if (nzClosable) {
507
+ <button (click)="closeClick()" aria-label="Close" class="ant-drawer-close">
508
+ <ng-container *nzStringTemplateOutlet="nzCloseIcon; let closeIcon">
509
+ <nz-icon [nzType]="closeIcon" />
510
+ </ng-container>
511
+ </button>
512
+ }
513
+
514
+ @if (nzTitle) {
515
+ <div class="ant-drawer-title">
516
+ <ng-container *nzStringTemplateOutlet="nzTitle">{{ nzTitle }}</ng-container>
517
+ </div>
518
+ }
519
+ </div>
520
+ @if (nzExtra) {
521
+ <div class="ant-drawer-extra">
522
+ <ng-container *nzStringTemplateOutlet="nzExtra">{{ nzExtra }}</ng-container>
523
+ </div>
524
+ }
525
+ </div>
526
+ }
527
+ <div class="ant-drawer-body" [style]="nzBodyStyle" cdkScrollable>
528
+ <ng-template cdkPortalOutlet />
529
+ @if (nzContent) {
530
+ @if (isTemplateRef(nzContent)) {
531
+ <ng-container *ngTemplateOutlet="nzContent; context: templateContext" />
532
+ }
533
+ } @else {
534
+ @if (contentFromContentChild && (isOpen || inAnimation)) {
535
+ <ng-template [ngTemplateOutlet]="contentFromContentChild" />
536
+ }
537
+ }
538
+ </div>
539
+ @if (nzFooter) {
540
+ <div class="ant-drawer-footer">
541
+ <ng-container *nzStringTemplateOutlet="nzFooter">{{ nzFooter }}</ng-container>
542
+ </div>
543
+ }
544
+ </div>
545
+ </div>
546
+ </div>
547
+ </div>
548
+ </ng-template>
549
+ `,
550
+ preserveWhitespaces: false,
551
+ changeDetection: ChangeDetectionStrategy.Default,
552
+ animations: [drawerMaskMotion],
553
+ imports: [NzNoAnimationDirective, NzOutletModule, NzIconModule, PortalModule, NgTemplateOutlet, CdkScrollable]
554
+ }]
555
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.NzConfigService }, { type: i0.Renderer2 }, { type: i2.Overlay }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }, { type: i3.FocusTrapFactory }, { type: i0.ViewContainerRef }, { type: i2.OverlayKeyboardDispatcher }, { type: i4.Directionality }], propDecorators: { nzContent: [{
556
+ type: Input
557
+ }], nzCloseIcon: [{
558
+ type: Input
559
+ }], nzClosable: [{
560
+ type: Input,
561
+ args: [{ transform: booleanAttribute }]
562
+ }],
563
+ //@WithConfig()
564
+ nzMaskClosable: [{
565
+ type: Input,
566
+ args: [{ transform: booleanAttribute }]
567
+ }],
568
+ //@WithConfig()
569
+ nzMask: [{
570
+ type: Input,
571
+ args: [{ transform: booleanAttribute }]
572
+ }],
573
+ //@WithConfig()
574
+ nzCloseOnNavigation: [{
575
+ type: Input,
576
+ args: [{ transform: booleanAttribute }]
577
+ }], nzNoAnimation: [{
578
+ type: Input,
579
+ args: [{ transform: booleanAttribute }]
580
+ }], nzKeyboard: [{
581
+ type: Input,
582
+ args: [{ transform: booleanAttribute }]
583
+ }], nzTitle: [{
584
+ type: Input
585
+ }], nzExtra: [{
586
+ type: Input
587
+ }], nzFooter: [{
588
+ type: Input
589
+ }], nzPlacement: [{
590
+ type: Input
591
+ }], nzSize: [{
592
+ type: Input
593
+ }], nzMaskStyle: [{
594
+ type: Input
595
+ }], nzBodyStyle: [{
596
+ type: Input
597
+ }], nzWrapClassName: [{
598
+ type: Input
599
+ }], nzWidth: [{
600
+ type: Input
601
+ }], nzHeight: [{
602
+ type: Input
603
+ }], nzZIndex: [{
604
+ type: Input
605
+ }], nzOffsetX: [{
606
+ type: Input
607
+ }], nzOffsetY: [{
608
+ type: Input
609
+ }], nzVisible: [{
610
+ type: Input,
611
+ args: [{ transform: booleanAttribute }]
612
+ }], nzOnViewInit: [{
613
+ type: Output
614
+ }], nzOnClose: [{
615
+ type: Output
616
+ }], nzVisibleChange: [{
617
+ type: Output
618
+ }], drawerTemplate: [{
619
+ type: ViewChild,
620
+ args: ['drawerTemplate', { static: true }]
621
+ }], bodyPortalOutlet: [{
622
+ type: ViewChild,
623
+ args: [CdkPortalOutlet, { static: false }]
624
+ }], contentFromContentChild: [{
625
+ type: ContentChild,
626
+ args: [NzDrawerContentDirective, { static: true, read: TemplateRef }]
627
+ }] } });
628
+
629
+ class DrawerBuilderForService {
630
+ overlay;
631
+ options;
632
+ drawerRef;
633
+ overlayRef;
634
+ unsubscribe$ = new Subject();
635
+ constructor(overlay, options) {
636
+ this.overlay = overlay;
637
+ this.options = options;
638
+ /** pick {@link NzDrawerOptions.nzOnCancel} and omit this option */
639
+ const { nzOnCancel, ...componentOption } = this.options;
640
+ this.overlayRef = this.overlay.create();
641
+ this.drawerRef = this.overlayRef.attach(new ComponentPortal(NzDrawerComponent)).instance;
642
+ this.updateOptions(componentOption);
643
+ // Prevent repeatedly open drawer when tap focus element.
644
+ this.drawerRef.savePreviouslyFocusedElement();
645
+ this.drawerRef.nzOnViewInit.pipe(takeUntil(this.unsubscribe$)).subscribe(() => {
646
+ this.drawerRef.open();
647
+ });
648
+ this.drawerRef.nzOnClose.subscribe(() => {
649
+ if (nzOnCancel) {
650
+ nzOnCancel().then(canClose => {
651
+ if (canClose !== false) {
652
+ this.drawerRef.close();
653
+ }
654
+ });
655
+ }
656
+ else {
657
+ this.drawerRef.close();
658
+ }
659
+ });
660
+ this.drawerRef.afterClose.pipe(takeUntil(this.unsubscribe$)).subscribe(() => {
661
+ this.overlayRef.dispose();
662
+ this.drawerRef = null;
663
+ this.unsubscribe$.next();
664
+ this.unsubscribe$.complete();
665
+ });
666
+ }
667
+ getInstance() {
668
+ return this.drawerRef;
669
+ }
670
+ updateOptions(options) {
671
+ Object.assign(this.drawerRef, options);
672
+ }
673
+ }
674
+ class NzDrawerService {
675
+ overlay;
676
+ constructor(overlay) {
677
+ this.overlay = overlay;
678
+ }
679
+ create(options) {
680
+ return new DrawerBuilderForService(this.overlay, options).getInstance();
681
+ }
682
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerService, deps: [{ token: i2.Overlay }], target: i0.ɵɵFactoryTarget.Injectable });
683
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerService });
684
+ }
685
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerService, decorators: [{
686
+ type: Injectable
687
+ }], ctorParameters: () => [{ type: i2.Overlay }] });
688
+
689
+ class NzDrawerModule {
690
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
691
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerModule, imports: [NzDrawerComponent, NzDrawerContentDirective], exports: [NzDrawerComponent, NzDrawerContentDirective] });
692
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerModule, providers: [NzDrawerService], imports: [NzDrawerComponent] });
693
+ }
694
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: NzDrawerModule, decorators: [{
695
+ type: NgModule,
696
+ args: [{
697
+ imports: [NzDrawerComponent, NzDrawerContentDirective],
698
+ providers: [NzDrawerService],
699
+ exports: [NzDrawerComponent, NzDrawerContentDirective]
700
+ }]
701
+ }] });
702
+
703
+ class BaseEmptyComponent {
704
+ desc;
705
+ state = 'empty';
706
+ emptyClick = new EventEmitter();
707
+ ngOnInit() { }
708
+ ngAfterViewInit() { }
709
+ constructor() { }
710
+ empty() {
711
+ this.emptyClick.emit();
712
+ }
713
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: BaseEmptyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
714
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: BaseEmptyComponent, isStandalone: true, selector: "gram-empty", inputs: { desc: "desc", state: "state" }, outputs: { emptyClick: "emptyClick" }, ngImport: i0, template: "<ng-container [ngSwitch]=\"state\">\n <ng-container *ngSwitchCase=\"'empty'\">\n <div class=\"image\"><img src=\"assets/images/default/empty2.png\" /></div>\n <div class=\"desc\">\n <ng-container *ngIf=\"desc!!;else tmpDefault\">\n <span>{{desc}}</span>\n </ng-container>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'role'\">\n <div class=\"image\"><img src=\"assets/images/default/empty4.png\" /></div>\n <div class=\"desc\"><span>{{desc==null?'\u60A8\u6682\u65E0\u8BE5\u529F\u80FD\u7684\u8BBF\u95EE\u6743\u9650':desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'period'\">\n <div class=\"image\"><img src=\"assets/images/default/empty3.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'write'\">\n <div class=\"image\"><img src=\"assets/images/default/empty6.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'running'\">\n <div class=\"image\"><img src=\"assets/images/default/empty7.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'add'\">\n <a (click)=\"empty()\">\n <div class=\"image\"><img src=\"assets/images/default/empty8.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </a>\n </ng-container>\n <ng-container *ngSwitchCase=\"'empty9'\">\n <div class=\"image\"><img src=\"assets/images/default/empty9.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'kpi'\">\n <a (click)=\"empty()\">\n <div class=\"image\"><img src=\"assets/images/default/empty10.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </a>\n </ng-container>\n <ng-container *ngSwitchCase=\"'interView'\">\n <a (click)=\"empty()\">\n <div class=\"image\"><img src=\"assets/images/default/empty11.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </a>\n </ng-container>\n <ng-container *ngSwitchCase=\"'add-empty'\">\n <a (click)=\"empty()\">\n <div class=\"image\"><img src=\"assets/images/default/empty2.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </a>\n </ng-container>\n</ng-container>\n<ng-template #tmpDefault>\n <span>\u6682\u65E0\u6570\u636E~</span>\n</ng-template>", styles: [":host ::ng-deep{display:inline-block;width:180px;margin:auto;text-align:center}:host ::ng-deep .image{width:150px;display:flex;margin:auto}:host ::ng-deep img{width:100%;margin:auto;text-align:center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: ReactiveFormsModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
715
+ }
716
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: BaseEmptyComponent, decorators: [{
717
+ type: Component,
718
+ args: [{ selector: 'gram-empty', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [
719
+ CommonModule,
720
+ FormsModule,
721
+ ReactiveFormsModule
722
+ ], template: "<ng-container [ngSwitch]=\"state\">\n <ng-container *ngSwitchCase=\"'empty'\">\n <div class=\"image\"><img src=\"assets/images/default/empty2.png\" /></div>\n <div class=\"desc\">\n <ng-container *ngIf=\"desc!!;else tmpDefault\">\n <span>{{desc}}</span>\n </ng-container>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'role'\">\n <div class=\"image\"><img src=\"assets/images/default/empty4.png\" /></div>\n <div class=\"desc\"><span>{{desc==null?'\u60A8\u6682\u65E0\u8BE5\u529F\u80FD\u7684\u8BBF\u95EE\u6743\u9650':desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'period'\">\n <div class=\"image\"><img src=\"assets/images/default/empty3.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'write'\">\n <div class=\"image\"><img src=\"assets/images/default/empty6.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'running'\">\n <div class=\"image\"><img src=\"assets/images/default/empty7.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'add'\">\n <a (click)=\"empty()\">\n <div class=\"image\"><img src=\"assets/images/default/empty8.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </a>\n </ng-container>\n <ng-container *ngSwitchCase=\"'empty9'\">\n <div class=\"image\"><img src=\"assets/images/default/empty9.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'kpi'\">\n <a (click)=\"empty()\">\n <div class=\"image\"><img src=\"assets/images/default/empty10.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </a>\n </ng-container>\n <ng-container *ngSwitchCase=\"'interView'\">\n <a (click)=\"empty()\">\n <div class=\"image\"><img src=\"assets/images/default/empty11.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </a>\n </ng-container>\n <ng-container *ngSwitchCase=\"'add-empty'\">\n <a (click)=\"empty()\">\n <div class=\"image\"><img src=\"assets/images/default/empty2.png\" /></div>\n <div class=\"desc\"><span>{{desc}}</span></div>\n </a>\n </ng-container>\n</ng-container>\n<ng-template #tmpDefault>\n <span>\u6682\u65E0\u6570\u636E~</span>\n</ng-template>", styles: [":host ::ng-deep{display:inline-block;width:180px;margin:auto;text-align:center}:host ::ng-deep .image{width:150px;display:flex;margin:auto}:host ::ng-deep img{width:100%;margin:auto;text-align:center}\n"] }]
723
+ }], ctorParameters: () => [], propDecorators: { desc: [{
724
+ type: Input
725
+ }], state: [{
726
+ type: Input
727
+ }], emptyClick: [{
728
+ type: Output
729
+ }] } });
730
+
731
+ const components = [BaseEmptyComponent];
732
+ class GramDeonEmptyModule {
733
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GramDeonEmptyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
734
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: GramDeonEmptyModule, imports: [BaseEmptyComponent], exports: [BaseEmptyComponent] });
735
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GramDeonEmptyModule, imports: [components] });
736
+ }
737
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GramDeonEmptyModule, decorators: [{
738
+ type: NgModule,
739
+ args: [{
740
+ imports: [...components],
741
+ exports: [...components],
742
+ }]
743
+ }] });
744
+
745
+ /**
746
+ * Generated bundle index. Do not edit.
747
+ */
748
+
749
+ export { BaseEmptyComponent, DRAWER_ANIMATE_DURATION, DRAWER_DEFAULT_SIZE, DRAWER_LARGE_SIZE, DrawerBuilderForService, GramDeonEmptyModule, NZ_DRAWER_DATA, NzDrawerComponent, NzDrawerContentDirective, NzDrawerModule, NzDrawerRef, NzDrawerService };
750
+ //# sourceMappingURL=components.mjs.map