@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.
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/components/drawer/index.d.ts +1 -0
- package/components/drawer/src/drawer-content.directive.d.ts +9 -0
- package/components/drawer/src/drawer-options.d.ts +41 -0
- package/components/drawer/src/drawer-ref.d.ts +27 -0
- package/components/drawer/src/drawer.component.d.ts +120 -0
- package/components/drawer/src/drawer.module.d.ts +8 -0
- package/components/drawer/src/drawer.service.d.ts +22 -0
- package/components/drawer/src/public_api.d.ts +6 -0
- package/components/empty/index.d.ts +1 -0
- package/components/empty/src/default/index.d.ts +13 -0
- package/components/empty/src/index.module.d.ts +7 -0
- package/components/empty/src/public_api.d.ts +2 -0
- package/components/index.d.ts +2 -0
- package/fesm2022/components.drawer.mjs +706 -0
- package/fesm2022/components.drawer.mjs.map +1 -0
- package/fesm2022/components.empty.mjs +54 -0
- package/fesm2022/components.empty.mjs.map +1 -0
- package/fesm2022/components.mjs +750 -0
- package/fesm2022/components.mjs.map +1 -0
- package/fesm2022/config.content.mjs +4464 -0
- package/fesm2022/config.content.mjs.map +1 -0
- package/fesm2022/config.form.mjs +2190 -0
- package/fesm2022/config.form.mjs.map +1 -0
- package/fesm2022/config.header.mjs +2736 -0
- package/fesm2022/config.header.mjs.map +1 -0
- package/fesm2022/config.list.mjs +7192 -0
- package/fesm2022/config.list.mjs.map +1 -0
- package/fesm2022/config.page-dialog.mjs +639 -0
- package/fesm2022/config.page-dialog.mjs.map +1 -0
- package/fesm2022/config.page.mjs +53 -0
- package/fesm2022/config.page.mjs.map +1 -0
- package/fesm2022/ebuilding-base.mjs +11 -0
- package/fesm2022/ebuilding-base.mjs.map +1 -0
- package/fesm2022/pipe.builtin.mjs +36 -0
- package/fesm2022/pipe.builtin.mjs.map +1 -0
- package/fesm2022/pipe.category.mjs +43 -0
- package/fesm2022/pipe.category.mjs.map +1 -0
- package/fesm2022/pipe.datatype.mjs +38 -0
- package/fesm2022/pipe.datatype.mjs.map +1 -0
- package/fesm2022/pipe.date.format.mjs +46 -0
- package/fesm2022/pipe.date.format.mjs.map +1 -0
- package/fesm2022/pipe.disabled.mjs +38 -0
- package/fesm2022/pipe.disabled.mjs.map +1 -0
- package/fesm2022/pipe.email.state.mjs +36 -0
- package/fesm2022/pipe.email.state.mjs.map +1 -0
- package/fesm2022/pipe.empty.mjs +35 -0
- package/fesm2022/pipe.empty.mjs.map +1 -0
- package/fesm2022/pipe.eval.mjs +43 -0
- package/fesm2022/pipe.eval.mjs.map +1 -0
- package/fesm2022/pipe.flow.eval.mjs +36 -0
- package/fesm2022/pipe.flow.eval.mjs.map +1 -0
- package/fesm2022/pipe.flow.mjs +45 -0
- package/fesm2022/pipe.flow.mjs.map +1 -0
- package/fesm2022/pipe.flow.node.mjs +28 -0
- package/fesm2022/pipe.flow.node.mjs.map +1 -0
- package/fesm2022/pipe.flow.operation.mjs +52 -0
- package/fesm2022/pipe.flow.operation.mjs.map +1 -0
- package/fesm2022/pipe.flow.state.mjs +36 -0
- package/fesm2022/pipe.flow.state.mjs.map +1 -0
- package/fesm2022/pipe.flow.type.mjs +36 -0
- package/fesm2022/pipe.flow.type.mjs.map +1 -0
- package/fesm2022/pipe.formType.mjs +35 -0
- package/fesm2022/pipe.formType.mjs.map +1 -0
- package/fesm2022/pipe.grade.type.mjs +38 -0
- package/fesm2022/pipe.grade.type.mjs.map +1 -0
- package/fesm2022/pipe.indicator.mjs +43 -0
- package/fesm2022/pipe.indicator.mjs.map +1 -0
- package/fesm2022/pipe.item.mjs +38 -0
- package/fesm2022/pipe.item.mjs.map +1 -0
- package/fesm2022/pipe.moment.mjs +37 -0
- package/fesm2022/pipe.moment.mjs.map +1 -0
- package/fesm2022/pipe.msg.type.mjs +55 -0
- package/fesm2022/pipe.msg.type.mjs.map +1 -0
- package/fesm2022/pipe.number.mjs +34 -0
- package/fesm2022/pipe.number.mjs.map +1 -0
- package/fesm2022/pipe.objtype.mjs +37 -0
- package/fesm2022/pipe.objtype.mjs.map +1 -0
- package/fesm2022/pipe.okr.plan.mjs +46 -0
- package/fesm2022/pipe.okr.plan.mjs.map +1 -0
- package/fesm2022/pipe.okr.unit.mjs +38 -0
- package/fesm2022/pipe.okr.unit.mjs.map +1 -0
- package/fesm2022/pipe.operation.mjs +41 -0
- package/fesm2022/pipe.operation.mjs.map +1 -0
- package/fesm2022/pipe.period.emp.mjs +43 -0
- package/fesm2022/pipe.period.emp.mjs.map +1 -0
- package/fesm2022/pipe.period.state.mjs +43 -0
- package/fesm2022/pipe.period.state.mjs.map +1 -0
- package/fesm2022/pipe.plan.state.mjs +46 -0
- package/fesm2022/pipe.plan.state.mjs.map +1 -0
- package/fesm2022/pipe.range.mjs +25 -0
- package/fesm2022/pipe.range.mjs.map +1 -0
- package/fesm2022/pipe.removehtml.mjs +26 -0
- package/fesm2022/pipe.removehtml.mjs.map +1 -0
- package/fesm2022/pipe.result.mjs +56 -0
- package/fesm2022/pipe.result.mjs.map +1 -0
- package/fesm2022/pipe.safehtml.mjs +34 -0
- package/fesm2022/pipe.safehtml.mjs.map +1 -0
- package/fesm2022/pipe.state.mjs +55 -0
- package/fesm2022/pipe.state.mjs.map +1 -0
- package/fesm2022/pipe.table.type.mjs +38 -0
- package/fesm2022/pipe.table.type.mjs.map +1 -0
- package/fesm2022/pipe.task.state.mjs +43 -0
- package/fesm2022/pipe.task.state.mjs.map +1 -0
- package/fesm2022/pipe.templatetype.mjs +35 -0
- package/fesm2022/pipe.templatetype.mjs.map +1 -0
- package/fesm2022/pipe.valid.mjs +36 -0
- package/fesm2022/pipe.valid.mjs.map +1 -0
- package/fesm2022/pipe.value.method.mjs +46 -0
- package/fesm2022/pipe.value.method.mjs.map +1 -0
- package/fesm2022/pipe.write.state.mjs +45 -0
- package/fesm2022/pipe.write.state.mjs.map +1 -0
- package/fesm2022/pipe.yesNo.mjs +52 -0
- package/fesm2022/pipe.yesNo.mjs.map +1 -0
- package/fesm2022/shared.config.mjs +2190 -0
- package/fesm2022/shared.config.mjs.map +1 -0
- package/fesm2022/shared.srv.mjs +2853 -0
- package/fesm2022/shared.srv.mjs.map +1 -0
- package/fesm2022/shared.util.mjs +4676 -0
- package/fesm2022/shared.util.mjs.map +1 -0
- package/fesm2022/shared.var.mjs +597 -0
- package/fesm2022/shared.var.mjs.map +1 -0
- package/fesm2022/sharedPipe.mjs +1387 -0
- package/fesm2022/sharedPipe.mjs.map +1 -0
- package/fesm2022/srv.base-dialog.service.mjs +272 -0
- package/fesm2022/srv.base-dialog.service.mjs.map +1 -0
- package/fesm2022/srv.base-list.service.mjs +124 -0
- package/fesm2022/srv.base-list.service.mjs.map +1 -0
- package/fesm2022/srv.base-table.service.mjs +271 -0
- package/fesm2022/srv.base-table.service.mjs.map +1 -0
- package/fesm2022/srv.base-title.service.mjs +52 -0
- package/fesm2022/srv.base-title.service.mjs.map +1 -0
- package/fesm2022/srv.base-tree.service.mjs +53 -0
- package/fesm2022/srv.base-tree.service.mjs.map +1 -0
- package/fesm2022/srv.basePage.mjs +71 -0
- package/fesm2022/srv.basePage.mjs.map +1 -0
- package/fesm2022/srv.commApi.service.mjs +626 -0
- package/fesm2022/srv.commApi.service.mjs.map +1 -0
- package/fesm2022/srv.deon.util.mjs +272 -0
- package/fesm2022/srv.deon.util.mjs.map +1 -0
- package/fesm2022/srv.deon2.util.mjs +190 -0
- package/fesm2022/srv.deon2.util.mjs.map +1 -0
- package/fesm2022/srv.dialog.token.mjs +10 -0
- package/fesm2022/srv.dialog.token.mjs.map +1 -0
- package/fesm2022/srv.field-source.service.mjs +454 -0
- package/fesm2022/srv.field-source.service.mjs.map +1 -0
- package/fesm2022/srv.field.init.mjs +697 -0
- package/fesm2022/srv.field.init.mjs.map +1 -0
- package/fesm2022/srv.global.event.mjs +50 -0
- package/fesm2022/srv.global.event.mjs.map +1 -0
- package/fesm2022/srv.layout-detail.service.mjs +60 -0
- package/fesm2022/srv.layout-detail.service.mjs.map +1 -0
- package/fesm2022/srv.layout.service.mjs +65 -0
- package/fesm2022/srv.layout.service.mjs.map +1 -0
- package/fesm2022/srv.listService.mjs +319 -0
- package/fesm2022/srv.listService.mjs.map +1 -0
- package/fesm2022/srv.window.service.mjs +34 -0
- package/fesm2022/srv.window.service.mjs.map +1 -0
- package/fesm2022/util.base64.mjs +85 -0
- package/fesm2022/util.base64.mjs.map +1 -0
- package/fesm2022/util.comm.attendance.mjs +207 -0
- package/fesm2022/util.comm.attendance.mjs.map +1 -0
- package/fesm2022/util.comm.ckeditor.mjs +32 -0
- package/fesm2022/util.comm.ckeditor.mjs.map +1 -0
- package/fesm2022/util.comm.colors.mjs +21 -0
- package/fesm2022/util.comm.colors.mjs.map +1 -0
- package/fesm2022/util.comm.eca.mjs +89 -0
- package/fesm2022/util.comm.eca.mjs.map +1 -0
- package/fesm2022/util.comm.fly.mjs +210 -0
- package/fesm2022/util.comm.fly.mjs.map +1 -0
- package/fesm2022/util.comm.kpi.mjs +118 -0
- package/fesm2022/util.comm.kpi.mjs.map +1 -0
- package/fesm2022/util.comm.leave.mjs +271 -0
- package/fesm2022/util.comm.leave.mjs.map +1 -0
- package/fesm2022/util.comm.menu.mjs +132 -0
- package/fesm2022/util.comm.menu.mjs.map +1 -0
- package/fesm2022/util.comm.okr.mjs +204 -0
- package/fesm2022/util.comm.okr.mjs.map +1 -0
- package/fesm2022/util.comm.overtime.mjs +69 -0
- package/fesm2022/util.comm.overtime.mjs.map +1 -0
- package/fesm2022/util.comm.setting.mjs +211 -0
- package/fesm2022/util.comm.setting.mjs.map +1 -0
- package/fesm2022/util.comm.shebao.mjs +57 -0
- package/fesm2022/util.comm.shebao.mjs.map +1 -0
- package/fesm2022/util.comm.workflow.mjs +178 -0
- package/fesm2022/util.comm.workflow.mjs.map +1 -0
- package/fesm2022/util.common.mjs +637 -0
- package/fesm2022/util.common.mjs.map +1 -0
- package/fesm2022/util.encryption.mjs +49 -0
- package/fesm2022/util.encryption.mjs.map +1 -0
- package/fesm2022/util.guid.mjs +57 -0
- package/fesm2022/util.guid.mjs.map +1 -0
- package/fesm2022/util.guid.number.mjs +68 -0
- package/fesm2022/util.guid.number.mjs.map +1 -0
- package/fesm2022/util.menus.mjs +33 -0
- package/fesm2022/util.menus.mjs.map +1 -0
- package/fesm2022/util.operation.mjs +193 -0
- package/fesm2022/util.operation.mjs.map +1 -0
- package/fesm2022/util.static.mjs +1542 -0
- package/fesm2022/util.static.mjs.map +1 -0
- package/fesm2022/util.tool.mjs +46 -0
- package/fesm2022/util.tool.mjs.map +1 -0
- package/fesm2022/util.validation.mjs +67 -0
- package/fesm2022/util.validation.mjs.map +1 -0
- package/fesm2022/util.workflow.mjs +128 -0
- package/fesm2022/util.workflow.mjs.map +1 -0
- package/fesm2022/util.yuan.mjs +18 -0
- package/fesm2022/util.yuan.mjs.map +1 -0
- package/fesm2022/var.comm.constant.mjs +37 -0
- package/fesm2022/var.comm.constant.mjs.map +1 -0
- package/fesm2022/var.shared.constant.mjs +237 -0
- package/fesm2022/var.shared.constant.mjs.map +1 -0
- package/fesm2022/var.shared.interface.mjs +51 -0
- package/fesm2022/var.shared.interface.mjs.map +1 -0
- package/fesm2022/var.shared.variable.mjs +168 -0
- package/fesm2022/var.shared.variable.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/package.json +420 -0
- package/shared.config/form/admin/attendance.d.ts +1 -0
- package/shared.config/form/admin/personnel.d.ts +1 -0
- package/shared.config/form/admin/system.d.ts +1 -0
- package/shared.config/form/gram/kpi.d.ts +1 -0
- package/shared.config/form/index.d.ts +2 -0
- package/shared.config/form/paas/module.d.ts +1 -0
- package/shared.config/form/payroll/shebao.d.ts +1 -0
- package/shared.config/index.d.ts +1 -0
- package/shared.config/list/content/admin/system.code.d.ts +1 -0
- package/shared.config/list/content/admin/system.log.d.ts +1 -0
- package/shared.config/list/content/admin/system.role.d.ts +1 -0
- package/shared.config/list/content/admin/system.source.d.ts +1 -0
- package/shared.config/list/content/admin/system.tenant.d.ts +1 -0
- package/shared.config/list/content/admin/system.user.d.ts +1 -0
- package/shared.config/list/content/fly/admin/device.d.ts +1 -0
- package/shared.config/list/content/fly/admin/dock.d.ts +1 -0
- package/shared.config/list/content/fly/admin/healthy.d.ts +1 -0
- package/shared.config/list/content/fly/admin/system.d.ts +1 -0
- package/shared.config/list/content/fly/admin/user.d.ts +1 -0
- package/shared.config/list/content/fly/work/ai.d.ts +1 -0
- package/shared.config/list/content/fly/work/history.d.ts +1 -0
- package/shared.config/list/content/fly/work/order.d.ts +1 -0
- package/shared.config/list/content/fly/work/product.d.ts +1 -0
- package/shared.config/list/content/fly/work/task.d.ts +1 -0
- package/shared.config/list/content/index.d.ts +38 -0
- package/shared.config/list/content/paas/card.d.ts +1 -0
- package/shared.config/list/content/paas/module.d.ts +1 -0
- package/shared.config/list/content/paas/permission.d.ts +1 -0
- package/shared.config/list/content/paas/rule.d.ts +1 -0
- package/shared.config/list/content/paas/setting.d.ts +1 -0
- package/shared.config/list/content/personnel/position.d.ts +1 -0
- package/shared.config/list/content/workflow/workflow.d.ts +1 -0
- package/shared.config/list/header/admin/system.d.ts +1 -0
- package/shared.config/list/header/dialog/default.d.ts +1 -0
- package/shared.config/list/header/fly/admin/device.d.ts +1 -0
- package/shared.config/list/header/fly/admin/dock.d.ts +1 -0
- package/shared.config/list/header/fly/admin/healthy.d.ts +1 -0
- package/shared.config/list/header/fly/admin/system.d.ts +1 -0
- package/shared.config/list/header/fly/admin/user.d.ts +1 -0
- package/shared.config/list/header/fly/work/ai.d.ts +1 -0
- package/shared.config/list/header/fly/work/history.d.ts +1 -0
- package/shared.config/list/header/fly/work/order.d.ts +1 -0
- package/shared.config/list/header/fly/work/product.d.ts +1 -0
- package/shared.config/list/header/fly/work/task.d.ts +1 -0
- package/shared.config/list/header/index.d.ts +1 -0
- package/shared.config/list/header/paas.d.ts +1 -0
- package/shared.config/list/header/personnel/position.d.ts +1 -0
- package/shared.config/list/header/wk/workflow.d.ts +1 -0
- package/shared.config/list/index.d.ts +2 -0
- package/shared.config/page/README.md +3 -0
- package/shared.config/page/admin/index.d.ts +1 -0
- package/shared.config/page/admin/system.source.d.ts +1 -0
- package/shared.config/page/index.d.ts +1 -0
- package/shared.config/page-dialog/admin/index.d.ts +1 -0
- package/shared.config/page-dialog/admin/system.d.ts +1 -0
- package/shared.config/page-dialog/index.d.ts +3 -0
- package/shared.config/page-dialog/paas/index.d.ts +1 -0
- package/shared.config/page-dialog/paas/module.d.ts +1 -0
- package/shared.config/page-dialog/payroll/index.d.ts +1 -0
- package/shared.config/page-dialog/payroll/main.d.ts +1 -0
- package/shared.pipe/builtin/builtin.pipe.d.ts +8 -0
- package/shared.pipe/builtin/index.d.ts +1 -0
- package/shared.pipe/category/category.pipe.d.ts +8 -0
- package/shared.pipe/category/index.d.ts +1 -0
- package/shared.pipe/datatype/datatype.pipe.d.ts +8 -0
- package/shared.pipe/datatype/index.d.ts +1 -0
- package/shared.pipe/date.format/date.pipe.d.ts +8 -0
- package/shared.pipe/date.format/index.d.ts +1 -0
- package/shared.pipe/disabled/disabled.pipe.d.ts +8 -0
- package/shared.pipe/disabled/index.d.ts +1 -0
- package/shared.pipe/email.state/email.pipe.d.ts +8 -0
- package/shared.pipe/email.state/index.d.ts +1 -0
- package/shared.pipe/empty/empty.pipe.d.ts +8 -0
- package/shared.pipe/empty/index.d.ts +1 -0
- package/shared.pipe/eval/eval.pipe.d.ts +8 -0
- package/shared.pipe/eval/index.d.ts +1 -0
- package/shared.pipe/flow/flow.pipe.d.ts +8 -0
- package/shared.pipe/flow/index.d.ts +1 -0
- package/shared.pipe/flow.eval/flow.pipe.d.ts +8 -0
- package/shared.pipe/flow.eval/index.d.ts +1 -0
- package/shared.pipe/flow.node/flow.pipe.d.ts +8 -0
- package/shared.pipe/flow.node/index.d.ts +1 -0
- package/shared.pipe/flow.operation/flow.pipe.d.ts +8 -0
- package/shared.pipe/flow.operation/index.d.ts +1 -0
- package/shared.pipe/flow.state/flow.pipe.d.ts +8 -0
- package/shared.pipe/flow.state/index.d.ts +1 -0
- package/shared.pipe/flow.type/flow.pipe.d.ts +8 -0
- package/shared.pipe/flow.type/index.d.ts +1 -0
- package/shared.pipe/formType/form.pipe.d.ts +8 -0
- package/shared.pipe/formType/index.d.ts +1 -0
- package/shared.pipe/grade.type/grade.pipe.d.ts +8 -0
- package/shared.pipe/grade.type/index.d.ts +1 -0
- package/shared.pipe/index.d.ts +41 -0
- package/shared.pipe/index.module.d.ts +47 -0
- package/shared.pipe/indicator/index.d.ts +1 -0
- package/shared.pipe/indicator/indicator.pipe.d.ts +8 -0
- package/shared.pipe/item/index.d.ts +1 -0
- package/shared.pipe/item/item.pipe.d.ts +8 -0
- package/shared.pipe/moment/index.d.ts +1 -0
- package/shared.pipe/moment/moment.pipe.d.ts +16 -0
- package/shared.pipe/msg.type/index.d.ts +1 -0
- package/shared.pipe/msg.type/msg.pipe.d.ts +8 -0
- package/shared.pipe/number/index.d.ts +1 -0
- package/shared.pipe/number/number.pipe.d.ts +8 -0
- package/shared.pipe/objtype/index.d.ts +1 -0
- package/shared.pipe/objtype/obj.pipe.d.ts +8 -0
- package/shared.pipe/okr.plan/index.d.ts +1 -0
- package/shared.pipe/okr.plan/okr.pipe.d.ts +8 -0
- package/shared.pipe/okr.unit/index.d.ts +1 -0
- package/shared.pipe/okr.unit/okr.pipe.d.ts +8 -0
- package/shared.pipe/operation/index.d.ts +1 -0
- package/shared.pipe/operation/operation.pipe.d.ts +8 -0
- package/shared.pipe/period.emp/index.d.ts +1 -0
- package/shared.pipe/period.emp/period.pipe.d.ts +8 -0
- package/shared.pipe/period.state/index.d.ts +1 -0
- package/shared.pipe/period.state/period.pipe.d.ts +8 -0
- package/shared.pipe/plan.state/index.d.ts +1 -0
- package/shared.pipe/plan.state/plan.pipe.d.ts +8 -0
- package/shared.pipe/range/index.d.ts +1 -0
- package/shared.pipe/range/range.pipe.d.ts +8 -0
- package/shared.pipe/removehtml/index.d.ts +1 -0
- package/shared.pipe/removehtml/removehtml.pipe.d.ts +8 -0
- package/shared.pipe/result/index.d.ts +1 -0
- package/shared.pipe/result/result.pipe.d.ts +8 -0
- package/shared.pipe/safehtml/index.d.ts +1 -0
- package/shared.pipe/safehtml/safehtml.pipe.d.ts +10 -0
- package/shared.pipe/state/index.d.ts +1 -0
- package/shared.pipe/state/state.pipe.d.ts +8 -0
- package/shared.pipe/table.type/index.d.ts +1 -0
- package/shared.pipe/table.type/table.pipe.d.ts +8 -0
- package/shared.pipe/task.state/index.d.ts +1 -0
- package/shared.pipe/task.state/task.pipe.d.ts +8 -0
- package/shared.pipe/templatetype/index.d.ts +1 -0
- package/shared.pipe/templatetype/template.pipe.d.ts +8 -0
- package/shared.pipe/valid/index.d.ts +1 -0
- package/shared.pipe/valid/valid.pipe.d.ts +8 -0
- package/shared.pipe/value.method/index.d.ts +1 -0
- package/shared.pipe/value.method/value.pipe.d.ts +8 -0
- package/shared.pipe/write.state/index.d.ts +1 -0
- package/shared.pipe/write.state/write.pipe.d.ts +9 -0
- package/shared.pipe/yesNo/index.d.ts +1 -0
- package/shared.pipe/yesNo/yesNo.pipe.d.ts +8 -0
- package/shared.srv/base-dialog.service/index.d.ts +39 -0
- package/shared.srv/base-list.service/index.d.ts +49 -0
- package/shared.srv/base-table.service/index.d.ts +77 -0
- package/shared.srv/base-title.service/index.d.ts +16 -0
- package/shared.srv/base-tree.service/index.d.ts +30 -0
- package/shared.srv/basePage/index.d.ts +33 -0
- package/shared.srv/commApi.service/index.d.ts +124 -0
- package/shared.srv/deon.util/index.d.ts +25 -0
- package/shared.srv/deon2.util/index.d.ts +14 -0
- package/shared.srv/dialog.token/index.d.ts +5 -0
- package/shared.srv/field-source.service/index.d.ts +67 -0
- package/shared.srv/field.init/index.d.ts +36 -0
- package/shared.srv/global.event/index.d.ts +13 -0
- package/shared.srv/index.d.ts +16 -0
- package/shared.srv/layout-detail.service/index.d.ts +23 -0
- package/shared.srv/layout.service/index.d.ts +28 -0
- package/shared.srv/listService/index.d.ts +38 -0
- package/shared.srv/window.service/index.d.ts +8 -0
- package/shared.util/base64/index.d.ts +6 -0
- package/shared.util/comm.attendance/index.d.ts +74 -0
- package/shared.util/comm.ckeditor/index.d.ts +9 -0
- package/shared.util/comm.colors/index.d.ts +1 -0
- package/shared.util/comm.eca/index.d.ts +16 -0
- package/shared.util/comm.fly/index.d.ts +60 -0
- package/shared.util/comm.kpi/index.d.ts +21 -0
- package/shared.util/comm.leave/index.d.ts +79 -0
- package/shared.util/comm.menu/index.d.ts +4 -0
- package/shared.util/comm.okr/index.d.ts +61 -0
- package/shared.util/comm.overtime/index.d.ts +25 -0
- package/shared.util/comm.setting/index.d.ts +54 -0
- package/shared.util/comm.shebao/index.d.ts +16 -0
- package/shared.util/comm.workflow/index.d.ts +24 -0
- package/shared.util/common/index.d.ts +60 -0
- package/shared.util/encryption/index.d.ts +12 -0
- package/shared.util/guid/index.d.ts +16 -0
- package/shared.util/guid.number/index.d.ts +16 -0
- package/shared.util/index.d.ts +25 -0
- package/shared.util/menus/index.d.ts +1 -0
- package/shared.util/operation/index.d.ts +13 -0
- package/shared.util/static/index.d.ts +284 -0
- package/shared.util/tool/index.d.ts +6 -0
- package/shared.util/validation/index.d.ts +40 -0
- package/shared.util/workflow/index.d.ts +12 -0
- package/shared.util/yuan/index.d.ts +6 -0
- package/shared.var/comm.constant/index.d.ts +24 -0
- package/shared.var/index.d.ts +4 -0
- package/shared.var/shared.constant/index.d.ts +151 -0
- package/shared.var/shared.interface/index.d.ts +58 -0
- package/shared.var/shared.variable/index.d.ts +116 -0
- 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,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,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";
|