@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,284 @@
1
+ export declare function FieldType(): {
2
+ label: string;
3
+ value: string;
4
+ }[];
5
+ /**
6
+ * 表类型
7
+ * @returns
8
+ */
9
+ export declare function TableType(): {
10
+ label: string;
11
+ value: string;
12
+ }[];
13
+ export declare function RefType(): {
14
+ label: string;
15
+ value: string;
16
+ }[];
17
+ /**
18
+ * 弹框类型
19
+ * @returns
20
+ */
21
+ export declare function DialogType(): {
22
+ label: string;
23
+ value: string;
24
+ }[];
25
+ /**
26
+ * 弹框类型表单
27
+ * @returns
28
+ */
29
+ export declare function DialogContent(): {
30
+ label: string;
31
+ value: string;
32
+ }[];
33
+ export declare function ResponseTypeData(): {
34
+ label: string;
35
+ value: string;
36
+ }[];
37
+ /**
38
+ * 按钮系统类型
39
+ * @returns
40
+ */
41
+ export declare function ButtonSystem(): {
42
+ label: string;
43
+ value: string;
44
+ }[];
45
+ export declare function AssemblyType(): {
46
+ label: string;
47
+ value: string;
48
+ }[];
49
+ /**
50
+ * Tab类型
51
+ * @returns
52
+ */
53
+ export declare function TabType(): {
54
+ label: string;
55
+ value: string;
56
+ }[];
57
+ /**
58
+ * 下一步按钮
59
+ * @returns
60
+ */
61
+ export declare function NextStepButton(): {
62
+ label: string;
63
+ value: string;
64
+ }[];
65
+ export declare function BracketType(): {
66
+ label: string;
67
+ value: string;
68
+ }[];
69
+ export declare function CompareType(): ({
70
+ label: string;
71
+ value: string;
72
+ types: string[];
73
+ } | {
74
+ label: string;
75
+ value: string;
76
+ types?: undefined;
77
+ })[];
78
+ export declare function CompareFieldType(): {
79
+ label: string;
80
+ value: string;
81
+ }[];
82
+ export declare function CompareConditions(): {
83
+ label: string;
84
+ value: string;
85
+ }[];
86
+ export declare function PermissionOrg(): {
87
+ label: string;
88
+ value: string;
89
+ }[];
90
+ /**
91
+ * 全局变量
92
+ */
93
+ export declare function GlobalVariable(): {
94
+ label: string;
95
+ value: string;
96
+ }[];
97
+ /**
98
+ * 全局变量-来源
99
+ * @returns
100
+ */
101
+ export declare function GlobalFromToPage(): {
102
+ label: string;
103
+ value: string;
104
+ }[];
105
+ /**
106
+ * 全局变量用途-列表、Tree
107
+ * @returns
108
+ */
109
+ export declare function GlobalUseToPage(): {
110
+ label: string;
111
+ value: string;
112
+ }[];
113
+ /**
114
+ * 全局变量用途-表单
115
+ * @returns
116
+ */
117
+ export declare function GlobalUserToForm(): {
118
+ label: string;
119
+ value: string;
120
+ }[];
121
+ export declare function GlobalProcess(): {
122
+ label: string;
123
+ value: string;
124
+ }[];
125
+ /**
126
+ * 参数传递类型
127
+ * @returns
128
+ */
129
+ export declare function GlobalResponseArg(): {
130
+ label: string;
131
+ value: string;
132
+ }[];
133
+ export declare function TextConvert(): any[];
134
+ /**
135
+ * model转换Style
136
+ * @param model
137
+ * @returns
138
+ */
139
+ export declare function ModelConvertStyles(model: any): void;
140
+ /**
141
+ * model转换Style
142
+ * @param model
143
+ * @returns
144
+ */
145
+ export declare function StylesConvertModel(model: any): void;
146
+ /**
147
+ * 全局特殊类型
148
+ * @returns
149
+ */
150
+ export declare function SpecialField(): {
151
+ label: string;
152
+ value: string;
153
+ }[];
154
+ export declare function FieldTypeToDeon(type: any): any;
155
+ export declare function DataFieldType(): {
156
+ label: string;
157
+ value: string;
158
+ }[];
159
+ /**
160
+ * 日期格式化所需
161
+ * @returns
162
+ */
163
+ export declare function DateFormat(): {
164
+ label: string;
165
+ value: string;
166
+ }[];
167
+ export declare function ProcessNode(): {
168
+ label: string;
169
+ value: string;
170
+ }[];
171
+ export declare function AttributeItem(): {
172
+ label: string;
173
+ value: string;
174
+ }[];
175
+ export declare function FollowUpFrequency(): {
176
+ label: string;
177
+ value: string;
178
+ }[];
179
+ export declare function WeeklyData(): {
180
+ label: string;
181
+ value: string;
182
+ }[];
183
+ export declare function MonthlyData(): any;
184
+ export declare function ComparatorData(): {
185
+ label: string;
186
+ value: string;
187
+ }[];
188
+ export declare function StageCycle(): {
189
+ label: string;
190
+ value: string;
191
+ }[];
192
+ export declare function DisplayMode(): {
193
+ label: string;
194
+ value: string;
195
+ }[];
196
+ export declare function FilterType(): {
197
+ label: string;
198
+ value: string;
199
+ }[];
200
+ export declare function ResultRating(): {
201
+ label: string;
202
+ value: string;
203
+ }[];
204
+ export declare function RemainderRule(): {
205
+ label: string;
206
+ value: string;
207
+ }[];
208
+ export declare function VsibleRange(): {
209
+ label: string;
210
+ value: string;
211
+ }[];
212
+ export declare function WeightModel(): {
213
+ label: string;
214
+ value: string;
215
+ }[];
216
+ export declare function KPIWriteUserRole(): {
217
+ label: string;
218
+ value: string;
219
+ }[];
220
+ export declare function KPIAssessObject(): {
221
+ label: string;
222
+ value: string;
223
+ }[];
224
+ export declare function PlanState(): {
225
+ label: string;
226
+ value: string;
227
+ }[];
228
+ export declare function IndicatorType(): {
229
+ label: string;
230
+ value: string;
231
+ }[];
232
+ export declare function EvalType(): {
233
+ label: string;
234
+ value: string;
235
+ }[];
236
+ export declare function EvalTypeSimple(): {
237
+ label: string;
238
+ value: string;
239
+ }[];
240
+ export declare function DataTypeToFieldType(e: string): string;
241
+ export declare function formatPropType(): {
242
+ label: string;
243
+ value: string;
244
+ }[];
245
+ export declare function DisabledType(): {
246
+ label: string;
247
+ value: boolean;
248
+ }[];
249
+ export declare function ValidType(): {
250
+ label: string;
251
+ value: boolean;
252
+ }[];
253
+ export declare function FormType(): {
254
+ label: string;
255
+ value: string;
256
+ }[];
257
+ export declare function TemplateType(): {
258
+ label: string;
259
+ value: string;
260
+ }[];
261
+ export declare function StateType(): {
262
+ label: string;
263
+ value: string;
264
+ }[];
265
+ export declare function ObjectiveType(): {
266
+ label: string;
267
+ value: string;
268
+ }[];
269
+ export declare function UnitData(): {
270
+ label: string;
271
+ value: string;
272
+ }[];
273
+ export declare function UnitTextByValue(value: any): any;
274
+ export declare function GetPeriodData(type: string): any[];
275
+ export declare function EmailState(): {
276
+ label: string;
277
+ value: string;
278
+ }[];
279
+ /**
280
+ * 转换
281
+ * @param item
282
+ * @returns
283
+ */
284
+ export declare function CompareTypeTransfer(item: any): any;
@@ -0,0 +1,6 @@
1
+ export declare function toLowerCase(e: string): string;
2
+ export declare function toUpperCase(e: string): string;
3
+ export declare function getRandom(): string;
4
+ export declare function hexToRgba(bgColor: string, opacity?: number): string;
5
+ export declare function getGramAppType(url: any): "FLY" | "DEFAULT";
6
+ export declare const isFirefox: boolean;
@@ -0,0 +1,40 @@
1
+ export declare let validationConfig: any[];
2
+ /***
3
+ * 读取属性
4
+ */
5
+ export declare function getFieldPro(field: any, key: string): any;
6
+ /**
7
+ * 必填项判断
8
+ * @param err
9
+ * @param field
10
+ * @returns
11
+ */
12
+ export declare function requiredMessages(err: any, field: any): string;
13
+ /**
14
+ * 最小值判断
15
+ * @param err
16
+ * @param field
17
+ * @returns
18
+ */
19
+ export declare function minMessages(err: any, field: any): string;
20
+ /**
21
+ * 最大值判断
22
+ * @param err
23
+ * @param field
24
+ * @returns
25
+ */
26
+ export declare function maxMessages(err: any, field: any): string;
27
+ /**
28
+ * 最小长度判断
29
+ * @param err
30
+ * @param field
31
+ * @returns
32
+ */
33
+ export declare function minLengthMessages(err: any, field: any): string;
34
+ /**
35
+ * 最大长度判断
36
+ * @param err
37
+ * @param field
38
+ * @returns
39
+ */
40
+ export declare function maxLengthMessages(err: any, field: any): string;
@@ -0,0 +1,12 @@
1
+ export declare function WorkFlowState(): {
2
+ label: string;
3
+ value: string;
4
+ }[];
5
+ export declare function EvalState(): {
6
+ label: string;
7
+ value: string;
8
+ }[];
9
+ export declare function WorkFlowType(): {
10
+ label: string;
11
+ value: string;
12
+ }[];
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 转化成RMB元字符串
3
+ *
4
+ * @param digits 当数字类型时,允许指定小数点后数字的个数,默认2位小数
5
+ */
6
+ export declare function yuan(value: number | string, digits?: number): string;
@@ -0,0 +1,24 @@
1
+ /**
2
+ * 角色
3
+ */
4
+ export declare const Role_SelectId = "1744934134229159937";
5
+ /**
6
+ * 人员
7
+ */
8
+ export declare const Emp_PageId = "1663889434215026689";
9
+ /**
10
+ * 消息模版
11
+ */
12
+ export declare const Template_PageId = "1830439242818568194";
13
+ /**
14
+ * 流程
15
+ */
16
+ export declare const Workflow_PageId = "1830440073248817154";
17
+ /**
18
+ * OKR
19
+ */
20
+ export declare const OKR_PageId = "1830500038328107009";
21
+ /**
22
+ * KPI
23
+ */
24
+ export declare const KPI_Team_Role_SelectId = "1699320537004535809";
@@ -0,0 +1,4 @@
1
+ export * as 'comm.constant' from './comm.constant';
2
+ export * as 'shared.constant' from './shared.constant';
3
+ export * as 'shared.interface' from './shared.interface';
4
+ export * as 'shared.variable' from './shared.variable';
@@ -0,0 +1,151 @@
1
+ export declare const DATEFORMAT = "YYYY\u5E74MM\u6708DD\u65E5";
2
+ export declare const Format_DateTime = "YYYY\u5E74MM\u6708DD\u65E5 HH:mm:ss";
3
+ export declare const Format_Date = "YYYY\u5E74MM\u6708DD\u65E5";
4
+ export declare const Format_Year = "YYYY\u5E74";
5
+ export declare const Format_Month = "MM\u6708";
6
+ export declare const Format_HHMM = "HH:mm";
7
+ export declare const Format_HHMMSS = "HH:mm:ss";
8
+ export declare const Format_Date_YYYY = "YYYY\u5E74";
9
+ export declare const Format_Date_MM = "MM\u6708";
10
+ export declare const Format_Date_YYYYMM = "YYYY\u5E74MM\u6708";
11
+ export declare const Format_Date_YYYYMMDD = "YYYY\u5E74MM\u6708DD\u65E5";
12
+ export declare const Format_Date_YYYYMMDDHH = "YYYY\u5E74MM\u6708DD\u65E5 HH";
13
+ export declare const Format_Date_YYYYMMDDHHMM = "YYYY\u5E74MM\u6708DD\u65E5 HH:mm";
14
+ export declare const Format_Date_YYYYMMDDHHMMSS = "YYYY\u5E74MM\u6708DD\u65E5 HH:mm:ss";
15
+ export declare const Format_Date_HHMM = "HH:mm";
16
+ export declare const Format_Date_HHMMSS = "HH:mm:ss";
17
+ export declare const Date_Min = "1900-02-02";
18
+ export declare const Page_Size = 20;
19
+ export declare const PAGE_SIZE = 20;
20
+ export declare const THEMECOLOR = "#248af9";
21
+ export declare const NOROLE = "\u60A8\u6682\u65E0\u8BE5\u529F\u80FD\u7684\u8BBF\u95EE\u6743\u9650";
22
+ export declare const KPI_PERIOD_NO_START = "\u7EE9\u6548\u65B9\u6848\u9636\u6BB5\u5468\u671F\u6CA1\u6709\u542F\u52A8";
23
+ export declare const Gram_App_Module = "EB_APP_MODULE";
24
+ export declare const Gram_App_Type = "EB_APP_TYPE";
25
+ export declare const Fly_Config_Postion = "PC_CONFIG_POSTION";
26
+ export declare const Gram_Platform = "EB_PLATFORM";
27
+ export declare const ArgType: {
28
+ /**
29
+ * 接收
30
+ */
31
+ arg1: string;
32
+ /**
33
+ * 抛出
34
+ */
35
+ arg2: string;
36
+ };
37
+ /**
38
+ * SourceTable
39
+ */
40
+ export declare const SourceTable: {
41
+ PAGE: string;
42
+ CARD: string;
43
+ TREE: string;
44
+ FORM: string;
45
+ SELECT: string;
46
+ COMPARE_A: string;
47
+ COMPARE_B: string;
48
+ COMPARE_C: string;
49
+ };
50
+ export interface SourceTableConfig {
51
+ type?: any;
52
+ getAPI?: string;
53
+ saveAPI?: string;
54
+ sourceId: any;
55
+ sourceType: string;
56
+ }
57
+ /**
58
+ * 参数SourceType
59
+ */
60
+ export declare const SourceArg: {
61
+ PAGE: string;
62
+ CARD: string;
63
+ TREE: string;
64
+ FORM: string;
65
+ SELECT: string;
66
+ COMPARE_A: string;
67
+ COMPARE_B: string;
68
+ COMPARE_C: string;
69
+ };
70
+ export interface SourceArgConfig {
71
+ type?: any;
72
+ getAPI?: string;
73
+ saveAPI?: string;
74
+ sourceId: any;
75
+ sourceType: string;
76
+ sourceTable?: SourceTableConfig;
77
+ }
78
+ /**
79
+ * 默认组织分组 - 行政组织ID
80
+ */
81
+ export declare const TenantId = "1614816053941620737";
82
+ /**
83
+ * 在职员工多页签ID
84
+ */
85
+ export declare const EmployeeTabId = "1630560585012264962";
86
+ /**
87
+ * 预入职员工多页签ID
88
+ */
89
+ export declare const EmployeePreTabId = "1630801897296830465";
90
+ /**
91
+ * 有效权限页面
92
+ */
93
+ export declare const PageRole: {
94
+ id: string;
95
+ name: string;
96
+ };
97
+ /**
98
+ * 有效在职人员页面
99
+ */
100
+ export declare const PageEmployee: {
101
+ id: string;
102
+ name: string;
103
+ };
104
+ export declare const Module: {
105
+ personnel: string;
106
+ attendance: string;
107
+ leave: string;
108
+ };
109
+ export declare const ModuleAPI: {
110
+ system: string;
111
+ admin: string;
112
+ user: string;
113
+ rule: string;
114
+ paas: string;
115
+ personnel: string;
116
+ attendance: string;
117
+ payroll: string;
118
+ report: string;
119
+ workflow: string;
120
+ gram: string;
121
+ air: string;
122
+ map: string;
123
+ airserviceSso: string;
124
+ airserviceUser: string;
125
+ airserviceCommon: string;
126
+ airserviceAirspace: string;
127
+ airserviceDevice: string;
128
+ airserviceDeviceData: string;
129
+ airserviceAi: string;
130
+ airserviceDj: string;
131
+ airserviceStatistics: string;
132
+ airserviceSewmap: string;
133
+ airserviceModeling: string;
134
+ };
135
+ /**
136
+ * 权限集合
137
+ */
138
+ export declare const ROLES: any;
139
+ /**
140
+ * 页面编码集合
141
+ */
142
+ export declare const PAGES: any;
143
+ export declare const GLOBALVAR: any;
144
+ export declare const globalKey: any;
145
+ /**
146
+ * 系统默认Key集合
147
+ */
148
+ /**
149
+ * 在职人员-弹框页面ID
150
+ */
151
+ export declare const Default_Emp_PageId = "1663889434215026689";
@@ -0,0 +1,58 @@
1
+ /**
2
+ * SourceTable
3
+ */
4
+ export declare const SourceTable: {
5
+ PAGE: string;
6
+ CARD: string;
7
+ TREE: string;
8
+ FORM: string;
9
+ SELECT: string;
10
+ TEMPLATE: string;
11
+ REMINDER: string;
12
+ PAYROLL_CALC_RULE: string;
13
+ REPORT_CHART: string;
14
+ COMPARE: string;
15
+ COMPARE_A: string;
16
+ COMPARE_B: string;
17
+ COMPARE_C: string;
18
+ COMPARE_D: string;
19
+ };
20
+ export interface SourceTableConfig {
21
+ type?: any;
22
+ getAPI?: string;
23
+ saveAPI?: string;
24
+ sourceId: any;
25
+ sourceType: string;
26
+ }
27
+ /**
28
+ * 参数SourceType
29
+ */
30
+ export declare const SourceArg: {
31
+ PAGE: string;
32
+ CARD: string;
33
+ TREE: string;
34
+ FORM: string;
35
+ SELECT: string;
36
+ COMPARE: string;
37
+ COMPARE_A: string;
38
+ COMPARE_B: string;
39
+ COMPARE_C: string;
40
+ COMPARE_D: string;
41
+ };
42
+ export interface SourceArgConfig {
43
+ sourceId: any;
44
+ sourceType: string;
45
+ secondType?: string;
46
+ argType?: string;
47
+ sourceTable: SourceTableConfig;
48
+ }
49
+ export declare const ArgType: {
50
+ /**
51
+ * 接收
52
+ */
53
+ arg1: string;
54
+ /**
55
+ * 抛出
56
+ */
57
+ arg2: string;
58
+ };
@@ -0,0 +1,116 @@
1
+ /**
2
+ * App应用
3
+ */
4
+ export declare const AppName = "EBuilding";
5
+ export declare const AppNameDesc = "EBuilding";
6
+ /**
7
+ * EID-ID
8
+ */
9
+ export declare const AppSetId = "APPEID";
10
+ /**
11
+ * EID-名称
12
+ */
13
+ export declare const AppSetName = "APPENAME";
14
+ /**
15
+ * EID-数据集合
16
+ */
17
+ export declare const AppSetData = "APPEDATA";
18
+ /**
19
+ * 企业ID
20
+ */
21
+ export declare const AppCustomerId = "APPCUSTOMERID";
22
+ /**
23
+ * 第三方企业ID
24
+ */
25
+ export declare const ThirdCropId = "THIRDCROPID";
26
+ /**
27
+ * 系统内置业务表单-弹框列表
28
+ */
29
+ export declare const Sys_Form_Dialog = "1873299941916336130";
30
+ /**
31
+ * 人员
32
+ */
33
+ export declare const CORE_Emp_Dialog = "1663889434215026689";
34
+ /**
35
+ * 工作流-选择列表ID
36
+ */
37
+ export declare const Workflow_PageId = "1830440073248817154";
38
+ /**
39
+ * 报表
40
+ */
41
+ export declare const Report_Chart_Dialog = "1831956557343158273";
42
+ /**
43
+ * 系统
44
+ */
45
+ export declare const Sys_Report_Page_Select = "1909099562013790210";
46
+ export declare const Sys_Dynamic_Page_Select = "1909099652644311041";
47
+ /**
48
+ * KPI
49
+ */
50
+ export declare const KPI_Scale_Select = "1870479760173252610";
51
+ export declare const KPI_Item_Dialog = "1867028426791026690";
52
+ export declare const KPI_Dimension_PageId = "1865049723168272386";
53
+ export declare const KPI_Dimension_Dialog = "1869756397674237954";
54
+ export declare const KPI_Indicator_PageId = "1864871761999474689";
55
+ export declare const KPI_Indicator_Dialog = "1871161542853931010";
56
+ export declare const KPI_Assess_Dialog = "1876186813189566465";
57
+ export declare const KPI_Rule_PageId = "1830075518429618177";
58
+ export declare const KPI_Plan_PageId = "1699329916474912770";
59
+ export declare const KPI_Plan_User = "1872189962303971330";
60
+ export declare const KPI_Emp_Dialog = "1883708604141219842";
61
+ export declare const KPI_Urge_Info = "1906360684315312129";
62
+ /**
63
+ * OKR
64
+ */
65
+ export declare const OKR_KeyResult_My = "1870839924168470530";
66
+ export declare const OKR_Task_My = "1870839986353221634";
67
+ export declare const OKR_Task_FORM = "1825870099469488130";
68
+ export declare const OKR_Plan_PageId = "1699094437930377218";
69
+ export declare const OKR_Follow_PageId = "1827176220415152130";
70
+ export declare const OKR_Adjust_PageId = "1828104004998217730";
71
+ export declare const OKR_Task_ViewPageId = "1827160195271413762";
72
+ export declare const OKR_Result_ViewPageId = "1827167355346800642";
73
+ export declare const OKR_StrDX_Dialog = "1765590199023153153";
74
+ export declare const OKR_StrDL_Dialog = "1825786334189637633";
75
+ export declare const OKR_TeamDL_Dialog = "1825789546053423106";
76
+ export declare const OKR_TeamDX_Dialog = "1825717560161783809";
77
+ export declare const OKR_TeamDL_ALL_Dialog = "1939655247705014273";
78
+ export declare const OKR_TeamDX_ALL_Dialog = "1939655483479425025";
79
+ export declare const OKR_TeamDL_SJ_Dialog = "1939658382645264386";
80
+ export declare const OKR_TeamDX_SJ_Dialog = "1939658501159518209";
81
+ export declare const OKR_Map_Objective_SelectId = "1762352912252514305";
82
+ /**
83
+ * 角色
84
+ */
85
+ export declare const Role_SelectId = "1744934134229159937";
86
+ /**
87
+ * 人员
88
+ */
89
+ export declare const Emp_PageId = "1663889434215026689";
90
+ /**
91
+ * 消息模版
92
+ */
93
+ export declare const Template_PageId = "1830439242818568194";
94
+ /**
95
+ * OKR
96
+ */
97
+ export declare const OKR_PageId = "1830500038328107009";
98
+ /**
99
+ * KPI
100
+ */
101
+ export declare const KPI_Team_Role_SelectId = "1699320537004535809";
102
+ /**
103
+ * ECA
104
+ */
105
+ export declare const ECA_Scale_SelectId = "1965611177537052673";
106
+ /**
107
+ * 飞控
108
+ */
109
+ export declare const FLY_Flight_PageId = "1960311323953713154";
110
+ export declare const FLY_Task_PageId = "1968487768910954498";
111
+ export declare const FLY_Docker_PageId = "1964541477503823873";
112
+ export declare const FLY_Drone_PageId = "1964905280817770498";
113
+ export declare const FLY_Rc_PageId = "1964905326900588545";
114
+ export declare const FLY_Megaphone_PageId = "1964905381514620929";
115
+ export declare const FLY_Camera_PageId = "1964905455908990978";
116
+ export declare const FLY_Gas_PageId = "1964905503573061634";