@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 @@
1
+ export * from './value.pipe';
@@ -0,0 +1,8 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ValueMethodPipe implements PipeTransform {
4
+ constructor();
5
+ transform(d: any, args?: any[]): string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValueMethodPipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<ValueMethodPipe, "valueMethod", true>;
8
+ }
@@ -0,0 +1 @@
1
+ export * from './write.pipe';
@@ -0,0 +1,9 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class WriteStatePipe implements PipeTransform {
4
+ constructor();
5
+ list: any[];
6
+ transform(d: string, args?: any[]): string;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<WriteStatePipe, never>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<WriteStatePipe, "writeState", true>;
9
+ }
@@ -0,0 +1 @@
1
+ export * from './yesNo.pipe';
@@ -0,0 +1,8 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class YesNoPipe implements PipeTransform {
4
+ constructor();
5
+ transform(d: any, display?: any): string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<YesNoPipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<YesNoPipe, "yesNo", true>;
8
+ }
@@ -0,0 +1,39 @@
1
+ import { NzModalService } from 'ng-zorro-antd/modal';
2
+ import { NzDrawerService, NzDrawerPlacement } from '@ebuilding/base/components/drawer';
3
+ import * as i0 from "@angular/core";
4
+ type ModalSizeType = 'small' | 'small2' | 'medium' | 'large' | 'custom' | 'upload' | 'full' | null;
5
+ export interface ModalOptions {
6
+ nzContent: any;
7
+ nzFooter?: any;
8
+ nzModel?: '';
9
+ nzMask?: boolean;
10
+ size?: ModalSizeType;
11
+ nzTitle?: string;
12
+ primaryLabel?: string;
13
+ vertical?: boolean;
14
+ hideBtn?: boolean;
15
+ showResetBtn?: boolean;
16
+ width?: number;
17
+ height?: number;
18
+ nzClosable?: boolean;
19
+ style?: any;
20
+ innerWidth?: boolean;
21
+ placement?: NzDrawerPlacement;
22
+ }
23
+ export declare class GramBaseDialogService {
24
+ modalService: NzModalService;
25
+ drawerService: NzDrawerService;
26
+ private drawerRefs;
27
+ constructor(modalService: NzModalService, drawerService: NzDrawerService);
28
+ switchSize(size: any): {
29
+ width: number;
30
+ height: number;
31
+ };
32
+ CreateModelDialog(modalOptions: ModalOptions, params: any, callback: any): void;
33
+ CreateModelDialogSelect(modalOptions: ModalOptions, params: any, callback: any): void;
34
+ CreateDrawerDialog(modalOptions: ModalOptions, params: any, callback: any): void;
35
+ closeAllDrawers(): void;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<GramBaseDialogService, never>;
37
+ static ɵprov: i0.ɵɵInjectableDeclaration<GramBaseDialogService>;
38
+ }
39
+ export {};
@@ -0,0 +1,49 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare abstract class GramBaseListService {
4
+ pageService: any;
5
+ constructor(pageService: any);
6
+ id: string;
7
+ loading: boolean;
8
+ selectData: any[];
9
+ listHeader: any[];
10
+ listBody: any[];
11
+ listTotal: number;
12
+ operationClick: EventEmitter<any>;
13
+ rowChange: EventEmitter<any>;
14
+ selectChange: EventEmitter<any>;
15
+ queryChange: EventEmitter<any>;
16
+ buttonClick: EventEmitter<any>;
17
+ componentClick: EventEmitter<any>;
18
+ sortChange: EventEmitter<any>;
19
+ reloadChange: EventEmitter<any>;
20
+ /**
21
+ * 行排序事件
22
+ * @param e
23
+ */
24
+ rowDataChange(e: any): void;
25
+ /**
26
+ * 选中事件
27
+ * @param e
28
+ */
29
+ selectDataChange(e: any): void;
30
+ /**
31
+ * 分页、模糊搜索事件
32
+ * @param e
33
+ */
34
+ queryParamsChange(e: any): void;
35
+ sortOrderChange(e: any): void;
36
+ /**
37
+ * 列操作事件
38
+ * @param e
39
+ */
40
+ buttonEvent(type: any, e: any): void;
41
+ /**
42
+ * 组件行事件
43
+ * @param e
44
+ */
45
+ componentEvent(e: any): void;
46
+ operationType(button: any): string;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<GramBaseListService, never>;
48
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GramBaseListService, never, never, { "id": { "alias": "id"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "selectData": { "alias": "selectData"; "required": false; }; "listHeader": { "alias": "listHeader"; "required": false; }; "listBody": { "alias": "listBody"; "required": false; }; "listTotal": { "alias": "listTotal"; "required": false; }; }, { "operationClick": "operationClick"; "rowChange": "rowChange"; "selectChange": "selectChange"; "queryChange": "queryChange"; "buttonClick": "buttonClick"; "componentClick": "componentClick"; "sortChange": "sortChange"; "reloadChange": "reloadChange"; }, never, never, true, never>;
49
+ }
@@ -0,0 +1,77 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { NzModalService } from 'ng-zorro-antd/modal';
3
+ import { NzMessageService } from 'ng-zorro-antd/message';
4
+ import { _HttpClient } from '@delon/theme';
5
+ import * as i0 from "@angular/core";
6
+ export declare abstract class GramBaseTableService {
7
+ http: _HttpClient;
8
+ elementRef: ElementRef;
9
+ modal: NzModalService;
10
+ msg: NzMessageService;
11
+ /**
12
+ * 加载
13
+ */
14
+ loading: boolean;
15
+ dataId: any;
16
+ dataInfo: any;
17
+ type: any;
18
+ keyWord: string;
19
+ pageIndex: number;
20
+ pageSize: number;
21
+ listTotal: number;
22
+ listBody: any[];
23
+ listHeader: any[];
24
+ orderData: any[];
25
+ parameter: any;
26
+ listUrl: any;
27
+ listWidth: any[];
28
+ tableWidth: any;
29
+ tdAutoWidth: number;
30
+ heightMinus: number;
31
+ WorkFlowState: any[];
32
+ sortDirections: any[];
33
+ basicTable: ElementRef;
34
+ constructor(http: _HttpClient, elementRef: ElementRef, modal: NzModalService, msg: NzMessageService);
35
+ /**
36
+ * 模糊搜索
37
+ */
38
+ pageQueryClick(): void;
39
+ typeChange(e: any): void;
40
+ sortOrderClick(e: any, type: any): void;
41
+ /**
42
+ * 列表 - 翻页事件
43
+ * @param e
44
+ */
45
+ listPageIndexChange(e: any): void;
46
+ /**
47
+ * 列表 - 页条数发生变化事件
48
+ * @param e
49
+ */
50
+ listPageSizeChange(e: any): void;
51
+ /**
52
+ * 列表 - 排序
53
+ * @param e
54
+ */
55
+ listSortChange(e: any): void;
56
+ /**
57
+ * 查询参数
58
+ * @returns
59
+ */
60
+ getQueryParameter(): any;
61
+ /**
62
+ * 查询数据
63
+ * @param caller
64
+ * @param callback
65
+ */
66
+ getPageDataList(caller?: any, callback?: any): void;
67
+ getPageDataBefore(): void;
68
+ getPageDataAfter(): void;
69
+ getWorkflowStatus(type: any): any;
70
+ deonTableContentHG: any;
71
+ resize(): void;
72
+ resizeTable(): void;
73
+ calcAutoWidth(): void;
74
+ checkTableScroll(): void;
75
+ static ɵfac: i0.ɵɵFactoryDeclaration<GramBaseTableService, never>;
76
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GramBaseTableService, never, never, {}, {}, never, never, true, never>;
77
+ }
@@ -0,0 +1,16 @@
1
+ import { Router } from '@angular/router';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import * as i0 from "@angular/core";
4
+ export declare class GramBaseTitleService {
5
+ router: Router;
6
+ http: _HttpClient;
7
+ loading: boolean;
8
+ objectInfo: any;
9
+ formName: string;
10
+ formCode: string;
11
+ showName: string;
12
+ constructor(router: Router, http: _HttpClient);
13
+ getObjectInfoByKey(para: any, showKey: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<GramBaseTitleService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<GramBaseTitleService>;
16
+ }
@@ -0,0 +1,30 @@
1
+ import { _HttpClient } from '@delon/theme';
2
+ export interface ItreeConfig {
3
+ listCode?: string;
4
+ listAPI?: string;
5
+ addAPI?: string;
6
+ modifyAPI?: string;
7
+ saveAPI?: string;
8
+ deleteAPI?: string;
9
+ primaryKey?: string;
10
+ primaryName?: string;
11
+ showTag?: boolean;
12
+ selectType?: string;
13
+ expandAll?: boolean;
14
+ [additionalProperties: string]: any;
15
+ }
16
+ export declare class GramBaseTreeService {
17
+ http: _HttpClient | any;
18
+ loading: boolean;
19
+ showCheckbox: boolean;
20
+ queryParams: any;
21
+ listBody: any[];
22
+ pageConfig: any;
23
+ constructor(http: _HttpClient | any);
24
+ getPageData(): void;
25
+ rowChange(e: any): void;
26
+ selectChange(e: any): void;
27
+ operationClick(e: any): void;
28
+ buttonClick(e: any): void;
29
+ getPageDataList(caller?: any, callback?: any): void;
30
+ }
@@ -0,0 +1,33 @@
1
+ import { ActivatedRoute } from '@angular/router';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import { CommAPIService } from '@ebuilding/base/shared.srv/commApi.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare abstract class BasePageService {
6
+ http: _HttpClient;
7
+ activatedRoute: ActivatedRoute;
8
+ commAPISrv: CommAPIService;
9
+ moduleCode: String;
10
+ /**
11
+ * 加载
12
+ */
13
+ loading: boolean;
14
+ /**
15
+ * 布局ID
16
+ */
17
+ layoutId: any;
18
+ /**
19
+ * 布局对象
20
+ */
21
+ layoutData: any;
22
+ constructor(http: _HttpClient, activatedRoute: ActivatedRoute, commAPISrv: CommAPIService, moduleCode: String);
23
+ /**
24
+ * 加载数据
25
+ */
26
+ getPageData(): void;
27
+ /**
28
+ * 页面加载数据结束
29
+ */
30
+ loadDataAfter(): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<BasePageService, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BasePageService, never, never, {}, {}, never, never, true, never>;
33
+ }
@@ -0,0 +1,124 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class CommAPIService {
3
+ getLayoutAddress(module: any, pageId: any): any;
4
+ getLayoutDetailAddress(module: any, pageId: any): any;
5
+ getPageAddress(module: any, pageId: any): any;
6
+ getPageTree(module: any): any;
7
+ getPageTreeList(module: any): any;
8
+ /**
9
+ * 列表单个撤销API 地址
10
+ * @param module
11
+ * @returns
12
+ */
13
+ getPageCancel(module: any): any;
14
+ /**
15
+ * 列表单个删除API 地址
16
+ * @param module
17
+ * @returns
18
+ */
19
+ getPageDelete(module: any): any;
20
+ /**
21
+ * 列表批量删除API 地址
22
+ * @param module
23
+ * @returns
24
+ */
25
+ getPageDeletes(module: any): any;
26
+ /**
27
+ * 禁用、启用API 地址
28
+ * @param module
29
+ * @returns
30
+ */
31
+ getPageDisable(module: any): any;
32
+ /**
33
+ * 批量禁用、启用API 地址
34
+ * @param module
35
+ * @returns
36
+ */
37
+ getPageDisables(module: any): any;
38
+ /**
39
+ * 列表历史API 地址
40
+ * @param module
41
+ * @returns
42
+ */
43
+ getPageHistory(module: any): any;
44
+ /**
45
+ * 列表拷贝API 地址
46
+ * @param module
47
+ * @returns
48
+ */
49
+ getPageCopy(module: any): any;
50
+ /**
51
+ * 获取表单设计API 地址
52
+ * @param module
53
+ * @param formId
54
+ * @returns
55
+ */
56
+ getFormDesign(module: any, formId: any): any;
57
+ /**
58
+ * 获取表单角色API 地址
59
+ * @param module
60
+ * @returns
61
+ */
62
+ getFormRole(module: any): any;
63
+ /**
64
+ * 获取表单下拉框API 地址
65
+ * @param module
66
+ * @param formId
67
+ * @returns
68
+ */
69
+ getFormDropDown(module: any, formId: any): any;
70
+ /**
71
+ * 获取表单新增API 地址
72
+ * @param module
73
+ * @returns
74
+ */
75
+ getFormAdd(module: any): any;
76
+ /**
77
+ * 获取表单修改API 地址
78
+ * @param module
79
+ * @returns
80
+ */
81
+ getFormUpdate(module: any): any;
82
+ getFormSave(module: any, isMultiple: boolean): any;
83
+ getFormSaveChildren(module: any): any;
84
+ /**
85
+ * 获取表单数据API 地址
86
+ * @param module
87
+ * @returns
88
+ */
89
+ getFormModel(module: any): any;
90
+ /**
91
+ * 获取表单数据API 地址
92
+ * @param module
93
+ * @returns
94
+ */
95
+ getFormModelChildren(module: any): any;
96
+ /**
97
+ * 获取表单数据API 地址
98
+ * @param module
99
+ * @returns
100
+ */
101
+ getFormModelByForm(module: any): any;
102
+ /**
103
+ * 获取表单more数据API 地址
104
+ * @param module
105
+ * @returns
106
+ */
107
+ getFormDefaultModel(module: any): any;
108
+ getPageAPI(module: any, listAPIAddress?: any): any;
109
+ /**
110
+ * 弹框-列表 Header
111
+ * @param pageId
112
+ * @param module
113
+ * @returns
114
+ */
115
+ dialogPageHeader(pageId: any, module?: any): any;
116
+ /**
117
+ * 弹框 - 列表 Body
118
+ * @param module
119
+ * @returns
120
+ */
121
+ dialogPageBody(module?: any): any;
122
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommAPIService, never>;
123
+ static ɵprov: i0.ɵɵInjectableDeclaration<CommAPIService>;
124
+ }
@@ -0,0 +1,25 @@
1
+ import { FormlyFieldConfig } from '@kre-form/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DeonFormUtilService {
4
+ getFieldKeysData(json: any): any;
5
+ private getFieldKeysDataChild;
6
+ initConfig(fields: FormlyFieldConfig[], roles: any, options: any, models: any, rules: any, fieldParameter: any, caller?: any, callback?: any): void;
7
+ /**
8
+ * 初始化携带的隐藏JSON 条件
9
+ * @param field
10
+ */
11
+ initHidJson(field: FormlyFieldConfig): void;
12
+ /**
13
+ * 初始化Template
14
+ * @param field
15
+ */
16
+ initTemplate(field: FormlyFieldConfig): void;
17
+ initParameter(field: FormlyFieldConfig, fieldParameter: any): void;
18
+ depthFieldProperty(field: FormlyFieldConfig, roles: any, options: any, model: any, rules: any, arrKey: any, fieldParameter: any, caller?: any, callback?: any): void;
19
+ setFiledModel(field: any, model: any): void;
20
+ checkFieldDefaultValue(field: FormlyFieldConfig): boolean;
21
+ setFiledEvent(field: any, caller: any, callback: any): void;
22
+ setCallBackFun(caller: any, callback: any, e: any, field: any): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<DeonFormUtilService, never>;
24
+ static ɵprov: i0.ɵɵInjectableDeclaration<DeonFormUtilService>;
25
+ }
@@ -0,0 +1,14 @@
1
+ import { FormlyFieldConfig } from '@kre-form/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DeonFormResetService {
4
+ resetConfig(fields: FormlyFieldConfig[], models: any, datas: any): void;
5
+ resetOverTime(fields: FormlyFieldConfig[], models: any, datas: any, key: any, index: number): void;
6
+ private initOverTime;
7
+ /**
8
+ * 初始化Template
9
+ * @param field
10
+ */
11
+ private initTemplate;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<DeonFormResetService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<DeonFormResetService>;
14
+ }
@@ -0,0 +1,5 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ export interface IPreDialogHandler {
3
+ openDialog(data: any): void;
4
+ }
5
+ export declare const PRE_DIALOG_HANDLER: InjectionToken<IPreDialogHandler>;
@@ -0,0 +1,67 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class FieldSourceService {
3
+ /**
4
+ * 获取默认字段
5
+ * @param type
6
+ * @returns
7
+ */
8
+ fieldSourceType(source: any, layout?: any): any;
9
+ /**
10
+ * 单行文本
11
+ * @param field
12
+ * @returns
13
+ */
14
+ private text;
15
+ private color;
16
+ private icon;
17
+ /**
18
+ * 多行文本
19
+ * @param field
20
+ * @returns
21
+ */
22
+ private textArea;
23
+ /**
24
+ * 整数、小数 类型
25
+ * @param field
26
+ * @param precision
27
+ * @returns
28
+ */
29
+ private number;
30
+ /**
31
+ * 日期型
32
+ * @param field
33
+ * @returns
34
+ */
35
+ private datetime;
36
+ /**
37
+ * 布尔值
38
+ * @param field
39
+ * @returns
40
+ */
41
+ private fieldBoolean;
42
+ /**
43
+ * 选择
44
+ * @param field
45
+ * @returns
46
+ */
47
+ private select;
48
+ /**
49
+ * 子表单
50
+ * @param field
51
+ * @returns
52
+ */
53
+ private repeat;
54
+ private tree;
55
+ private lookup;
56
+ private lookupMany;
57
+ /**
58
+ * 附件 类型
59
+ * @param field
60
+ * @param precision
61
+ * @returns
62
+ */
63
+ private upload;
64
+ private indicator;
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<FieldSourceService, never>;
66
+ static ɵprov: i0.ɵɵInjectableDeclaration<FieldSourceService>;
67
+ }
@@ -0,0 +1,36 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DeonDesignFieldInitService {
3
+ itemDataConvert(list: any[]): any[];
4
+ itemListConvertField(sources: any[], special?: boolean, indicator?: boolean): any[];
5
+ okrItemListConvertField(sources: any[]): any[];
6
+ kpiItemListConvertField(sources: any[], className?: boolean): any[];
7
+ /**
8
+ * 跟进类型创建字段对象
9
+ * @param sourceField
10
+ */
11
+ getFiledInfoFunction(sourceField: any): any;
12
+ deleteFieldProperty(list: any[]): void;
13
+ deleteFieldActive(list: any[]): void;
14
+ private datetimeString;
15
+ private text;
16
+ private textArea;
17
+ private number;
18
+ private passWord;
19
+ private textI18N;
20
+ private radio;
21
+ private radioGroup;
22
+ private checkbox;
23
+ private checkboxGroup;
24
+ private select;
25
+ private datetime;
26
+ private image;
27
+ private line;
28
+ private html;
29
+ private repeat;
30
+ private panel;
31
+ private label;
32
+ private richtext;
33
+ private lookup;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<DeonDesignFieldInitService, never>;
35
+ static ɵprov: i0.ɵɵInjectableDeclaration<DeonDesignFieldInitService>;
36
+ }
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class GramGlobalService {
3
+ private data;
4
+ private dataStream$;
5
+ private subscriptions;
6
+ constructor();
7
+ notifyDataChanged(event: any, value: any): void;
8
+ removeSubscribe(event: string): void;
9
+ subscribe(event: string, callback: (en: any) => void): void;
10
+ _onEvent(data: any): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<GramGlobalService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<GramGlobalService>;
13
+ }
@@ -0,0 +1,16 @@
1
+ export * from "./base-dialog.service";
2
+ export * from "./base-list.service";
3
+ export * from "./base-table.service";
4
+ export * from "./base-title.service";
5
+ export * from "./base-tree.service";
6
+ export * from "./basePage";
7
+ export * from "./deon.util";
8
+ export * from "./deon2.util";
9
+ export * from "./dialog.token";
10
+ export * from "./field.init";
11
+ export * from "./global.event";
12
+ export * from "./layout-detail.service";
13
+ export * from "./layout.service";
14
+ export * from "./listService";
15
+ export * from "./window.service";
16
+ export * from "./field-source.service";
@@ -0,0 +1,23 @@
1
+ import { ActivatedRoute } from '@angular/router';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import { CommAPIService } from '@ebuilding/base/shared.srv/commApi.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare abstract class LayoutDetailPageService {
6
+ http: _HttpClient;
7
+ activatedRoute: ActivatedRoute;
8
+ commAPISrv: CommAPIService;
9
+ loading: boolean;
10
+ moduleCode: any;
11
+ layoutDetailId: any;
12
+ layoutDetailData: any;
13
+ pageConfig: any;
14
+ constructor(http: _HttpClient, activatedRoute: ActivatedRoute, commAPISrv: CommAPIService);
15
+ ngOnDestroy(): void;
16
+ initPageData(): void;
17
+ /**
18
+ * 获取布局数据
19
+ */
20
+ getLayoutDetailData(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDetailPageService, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LayoutDetailPageService, never, never, {}, {}, never, never, true, never>;
23
+ }
@@ -0,0 +1,28 @@
1
+ import { ActivatedRoute } from '@angular/router';
2
+ import { _HttpClient } from '@delon/theme';
3
+ import { CommAPIService } from '@ebuilding/base/shared.srv/commApi.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare abstract class LayoutPageService {
6
+ http: _HttpClient;
7
+ activatedRoute: ActivatedRoute;
8
+ commAPISrv: CommAPIService;
9
+ loading: boolean;
10
+ moduleCode: any;
11
+ /**
12
+ * 布局ID
13
+ */
14
+ layoutId: any;
15
+ /**
16
+ * 布局数据
17
+ */
18
+ layoutData: any;
19
+ constructor(http: _HttpClient, activatedRoute: ActivatedRoute, commAPISrv: CommAPIService);
20
+ ngOnDestroy(): void;
21
+ initPageData(): void;
22
+ /**
23
+ * 获取布局数据
24
+ */
25
+ getLayoutData(): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutPageService, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LayoutPageService, never, never, {}, {}, never, never, true, never>;
28
+ }