@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,38 @@
|
|
|
1
|
+
import { CommAPIService } from '@ebuilding/base/shared.srv/commApi.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ListService {
|
|
4
|
+
commAPISrv: CommAPIService;
|
|
5
|
+
constructor(commAPISrv: CommAPIService);
|
|
6
|
+
/**
|
|
7
|
+
* 获取 表格 Header
|
|
8
|
+
* @param e
|
|
9
|
+
* @returns
|
|
10
|
+
*/
|
|
11
|
+
getHeaderData(e: any): any[];
|
|
12
|
+
/**
|
|
13
|
+
* 获取 快捷搜索
|
|
14
|
+
* @param e
|
|
15
|
+
* @returns
|
|
16
|
+
*/
|
|
17
|
+
getQuickData(e: any): any;
|
|
18
|
+
/**
|
|
19
|
+
* 获取 列表外部 按钮
|
|
20
|
+
* @param e
|
|
21
|
+
* @returns
|
|
22
|
+
*/
|
|
23
|
+
getOuterButtonData(e: any): any[];
|
|
24
|
+
/**
|
|
25
|
+
* 获取 列表内部 按钮
|
|
26
|
+
* @param e
|
|
27
|
+
* @returns
|
|
28
|
+
*/
|
|
29
|
+
getInnerButtonData(e: any): any;
|
|
30
|
+
/**
|
|
31
|
+
* 获取 列表内部 点击
|
|
32
|
+
* @param e
|
|
33
|
+
* @returns
|
|
34
|
+
*/
|
|
35
|
+
getFieldButtonData(e: any): any;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListService, never>;
|
|
37
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ListService>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class GramWindowService {
|
|
3
|
+
private platformId;
|
|
4
|
+
constructor(platformId: object);
|
|
5
|
+
get nativeWindow(): any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GramWindowService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GramWindowService>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 考勤时间取值类型
|
|
3
|
+
* @returns
|
|
4
|
+
*/
|
|
5
|
+
export declare function TakeTimeType(): {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
/**
|
|
10
|
+
* 取卡规则
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
export declare function TakeClockType(): {
|
|
14
|
+
label: string;
|
|
15
|
+
value: string;
|
|
16
|
+
}[];
|
|
17
|
+
/**
|
|
18
|
+
* 班次类型
|
|
19
|
+
* @returns
|
|
20
|
+
*/
|
|
21
|
+
export declare function ShiftType(): {
|
|
22
|
+
label: string;
|
|
23
|
+
value: string;
|
|
24
|
+
}[];
|
|
25
|
+
/**
|
|
26
|
+
* 计算方式
|
|
27
|
+
* @returns
|
|
28
|
+
*/
|
|
29
|
+
export declare function CalcType(): {
|
|
30
|
+
label: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}[];
|
|
33
|
+
/**
|
|
34
|
+
* 考勤分析类型
|
|
35
|
+
* @returns
|
|
36
|
+
*/
|
|
37
|
+
export declare function WorkHoursAnalysis(): {
|
|
38
|
+
label: string;
|
|
39
|
+
value: string;
|
|
40
|
+
}[];
|
|
41
|
+
/**
|
|
42
|
+
* 加班时段
|
|
43
|
+
* @returns
|
|
44
|
+
*/
|
|
45
|
+
export declare function OverTimeType(): {
|
|
46
|
+
label: string;
|
|
47
|
+
value: string;
|
|
48
|
+
}[];
|
|
49
|
+
/**
|
|
50
|
+
* 加班时段数字类型
|
|
51
|
+
* @returns
|
|
52
|
+
*/
|
|
53
|
+
export declare function OverTimeNum(): {
|
|
54
|
+
label: string;
|
|
55
|
+
value: string;
|
|
56
|
+
}[];
|
|
57
|
+
/**
|
|
58
|
+
* 迟到小时数
|
|
59
|
+
* @returns
|
|
60
|
+
*/
|
|
61
|
+
export declare function EarlyHoursType(): {
|
|
62
|
+
label: string;
|
|
63
|
+
value: string;
|
|
64
|
+
}[];
|
|
65
|
+
/**
|
|
66
|
+
* 日历天类型
|
|
67
|
+
* @returns
|
|
68
|
+
*/
|
|
69
|
+
export declare function CalendarDayType(): {
|
|
70
|
+
label: string;
|
|
71
|
+
value: string;
|
|
72
|
+
}[];
|
|
73
|
+
export declare function DateByType(type: any, time: any): any;
|
|
74
|
+
export declare function DateByType2(type: any, time: any): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SystemColor: string[];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SectionType
|
|
3
|
+
* @returns
|
|
4
|
+
*/
|
|
5
|
+
export declare function SectionTypeData(): {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
/**
|
|
10
|
+
* SectionItemType
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
export declare function SectionItemTypeData(): {
|
|
14
|
+
label: string;
|
|
15
|
+
value: string;
|
|
16
|
+
}[];
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 默认经纬度
|
|
3
|
+
*/
|
|
4
|
+
export declare const defaultLatlng: [number, number];
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
* @returns
|
|
8
|
+
*/
|
|
9
|
+
export declare function ChargeTypeData(): {
|
|
10
|
+
label: string;
|
|
11
|
+
value: string;
|
|
12
|
+
}[];
|
|
13
|
+
/**
|
|
14
|
+
* 视频截断策略
|
|
15
|
+
* @returns
|
|
16
|
+
*/
|
|
17
|
+
export declare function RecordOptimizeData(): {
|
|
18
|
+
label: string;
|
|
19
|
+
value: string;
|
|
20
|
+
}[];
|
|
21
|
+
/**
|
|
22
|
+
* 地图类型
|
|
23
|
+
* @returns
|
|
24
|
+
*/
|
|
25
|
+
export declare function MapTypeData(): {
|
|
26
|
+
label: string;
|
|
27
|
+
value: string;
|
|
28
|
+
}[];
|
|
29
|
+
export declare function RainfallData(): {
|
|
30
|
+
label: string;
|
|
31
|
+
value: number;
|
|
32
|
+
}[];
|
|
33
|
+
export declare function PushStreamTypeData(): {
|
|
34
|
+
label: string;
|
|
35
|
+
value: number;
|
|
36
|
+
}[];
|
|
37
|
+
export declare function TaskTypeData(): {
|
|
38
|
+
label: string;
|
|
39
|
+
value: number;
|
|
40
|
+
}[];
|
|
41
|
+
export declare function TaskPeriodTypeData(): {
|
|
42
|
+
label: string;
|
|
43
|
+
value: number;
|
|
44
|
+
}[];
|
|
45
|
+
export declare function WeekData(): {
|
|
46
|
+
label: string;
|
|
47
|
+
value: number;
|
|
48
|
+
}[];
|
|
49
|
+
export declare function LiveLensData(): {
|
|
50
|
+
label: string;
|
|
51
|
+
value: string;
|
|
52
|
+
}[];
|
|
53
|
+
export declare function LostActionData(): {
|
|
54
|
+
label: string;
|
|
55
|
+
value: number;
|
|
56
|
+
}[];
|
|
57
|
+
export declare function BreakModeData(): {
|
|
58
|
+
label: string;
|
|
59
|
+
value: number;
|
|
60
|
+
}[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare function Assigned(): any[];
|
|
2
|
+
export declare function MethodValue(): {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
}[];
|
|
6
|
+
export declare function IndicatorType(): {
|
|
7
|
+
label: string;
|
|
8
|
+
value: string;
|
|
9
|
+
}[];
|
|
10
|
+
export declare function EvalType(): {
|
|
11
|
+
label: string;
|
|
12
|
+
value: string;
|
|
13
|
+
}[];
|
|
14
|
+
export declare function showData(): {
|
|
15
|
+
label: string;
|
|
16
|
+
value: string;
|
|
17
|
+
}[];
|
|
18
|
+
export declare function WeightData(): {
|
|
19
|
+
label: string;
|
|
20
|
+
value: string;
|
|
21
|
+
}[];
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*额度发放规则
|
|
3
|
+
* @returns
|
|
4
|
+
*/
|
|
5
|
+
export declare function ProvideType(): {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
/**
|
|
10
|
+
* 额度发放日期
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
export declare function ProvideDate(): {
|
|
14
|
+
label: string;
|
|
15
|
+
value: string;
|
|
16
|
+
}[];
|
|
17
|
+
/**
|
|
18
|
+
* 入离折算类型
|
|
19
|
+
* @returns
|
|
20
|
+
*/
|
|
21
|
+
export declare function ConvertedType(): {
|
|
22
|
+
label: string;
|
|
23
|
+
value: string;
|
|
24
|
+
}[];
|
|
25
|
+
/**
|
|
26
|
+
* 年假取值方式
|
|
27
|
+
* @returns
|
|
28
|
+
*/
|
|
29
|
+
export declare function LeaveValueType(): {
|
|
30
|
+
label: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}[];
|
|
33
|
+
/**
|
|
34
|
+
* 取值精度类型
|
|
35
|
+
* @returns
|
|
36
|
+
*/
|
|
37
|
+
export declare function CalcPrecision(): {
|
|
38
|
+
label: string;
|
|
39
|
+
value: string;
|
|
40
|
+
}[];
|
|
41
|
+
/**
|
|
42
|
+
* 取值进位方式
|
|
43
|
+
* @returns
|
|
44
|
+
*/
|
|
45
|
+
export declare function CalcRound(): {
|
|
46
|
+
label: string;
|
|
47
|
+
value: string;
|
|
48
|
+
rd: number;
|
|
49
|
+
}[];
|
|
50
|
+
/**
|
|
51
|
+
* 结转值方式
|
|
52
|
+
* @returns
|
|
53
|
+
*/
|
|
54
|
+
export declare function PersistType(): {
|
|
55
|
+
label: string;
|
|
56
|
+
value: string;
|
|
57
|
+
}[];
|
|
58
|
+
/**
|
|
59
|
+
* 可用类型
|
|
60
|
+
*/
|
|
61
|
+
export declare function AvailableType(): {
|
|
62
|
+
label: string;
|
|
63
|
+
value: string;
|
|
64
|
+
types: string[];
|
|
65
|
+
}[];
|
|
66
|
+
/**
|
|
67
|
+
* 使用类型
|
|
68
|
+
*/
|
|
69
|
+
export declare function UseType(): {
|
|
70
|
+
label: string;
|
|
71
|
+
value: string;
|
|
72
|
+
}[];
|
|
73
|
+
/**
|
|
74
|
+
* 计算类型
|
|
75
|
+
*/
|
|
76
|
+
export declare function CalcType(): {
|
|
77
|
+
label: string;
|
|
78
|
+
value: string;
|
|
79
|
+
}[];
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare function initData(data: any[]): any[];
|
|
2
|
+
export declare function initModuleData(prefix: any, data: any[], item: any, firstPage: any): void;
|
|
3
|
+
export declare function initModuleMenuData(prefix: any, moduleCode: any, data: any[], item: any, firstPage: any): void;
|
|
4
|
+
export declare function setDynamicUrl(prefix: any, moduleCode: any, data: any): any;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 对齐目标类型
|
|
3
|
+
* @returns
|
|
4
|
+
*/
|
|
5
|
+
export declare function RefType(): {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
/**
|
|
10
|
+
* 跟进类型
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
export declare function FollowType(): {
|
|
14
|
+
label: string;
|
|
15
|
+
value: string;
|
|
16
|
+
}[];
|
|
17
|
+
/**
|
|
18
|
+
* 跟进频率
|
|
19
|
+
* @returns
|
|
20
|
+
*/
|
|
21
|
+
export declare function FollowRate(): {
|
|
22
|
+
label: string;
|
|
23
|
+
value: string;
|
|
24
|
+
}[];
|
|
25
|
+
/**
|
|
26
|
+
* 周
|
|
27
|
+
* @returns
|
|
28
|
+
*/
|
|
29
|
+
export declare function FollowWeek(): {
|
|
30
|
+
label: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}[];
|
|
33
|
+
/**
|
|
34
|
+
* 天
|
|
35
|
+
* @returns
|
|
36
|
+
*/
|
|
37
|
+
export declare function FollowDay(): any[];
|
|
38
|
+
/**
|
|
39
|
+
* 方案状态
|
|
40
|
+
* @returns
|
|
41
|
+
*/
|
|
42
|
+
export declare function PlanStatus(): {
|
|
43
|
+
label: string;
|
|
44
|
+
value: string;
|
|
45
|
+
}[];
|
|
46
|
+
/**
|
|
47
|
+
* Task状态
|
|
48
|
+
* @returns
|
|
49
|
+
*/
|
|
50
|
+
export declare function TaskStatus(): {
|
|
51
|
+
label: string;
|
|
52
|
+
value: string;
|
|
53
|
+
}[];
|
|
54
|
+
/**
|
|
55
|
+
* Level
|
|
56
|
+
* @returns
|
|
57
|
+
*/
|
|
58
|
+
export declare function LevelData(): {
|
|
59
|
+
label: string;
|
|
60
|
+
value: number;
|
|
61
|
+
}[];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*加班规则
|
|
3
|
+
* @returns
|
|
4
|
+
*/
|
|
5
|
+
export declare function OverTimeRuleType(): {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
/**
|
|
10
|
+
*加班规则-计算方式
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
export declare function OverTimeRuleCalc(): {
|
|
14
|
+
label: string;
|
|
15
|
+
value: string;
|
|
16
|
+
type: string;
|
|
17
|
+
}[];
|
|
18
|
+
/**
|
|
19
|
+
*加班规则-日历类型
|
|
20
|
+
* @returns
|
|
21
|
+
*/
|
|
22
|
+
export declare function OverTimeRuleCalendar(): {
|
|
23
|
+
label: string;
|
|
24
|
+
value: string;
|
|
25
|
+
}[];
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 规则执行类型
|
|
3
|
+
* @returns
|
|
4
|
+
*/
|
|
5
|
+
export declare function RuleActionType(): {
|
|
6
|
+
value: string;
|
|
7
|
+
label: string;
|
|
8
|
+
}[];
|
|
9
|
+
/**
|
|
10
|
+
* 规则使用类型
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
export declare function RuleUseType(): {
|
|
14
|
+
value: string;
|
|
15
|
+
label: string;
|
|
16
|
+
}[];
|
|
17
|
+
/**
|
|
18
|
+
* 规则第一类型
|
|
19
|
+
* @returns
|
|
20
|
+
*/
|
|
21
|
+
export declare function RuleSourceType(): {
|
|
22
|
+
value: string;
|
|
23
|
+
label: string;
|
|
24
|
+
}[];
|
|
25
|
+
/**
|
|
26
|
+
* 规则第二类型
|
|
27
|
+
* @returns
|
|
28
|
+
*/
|
|
29
|
+
export declare function RuleSecondType(): {
|
|
30
|
+
value: string;
|
|
31
|
+
label: string;
|
|
32
|
+
}[];
|
|
33
|
+
/**
|
|
34
|
+
* 提交后执行类型
|
|
35
|
+
* @returns
|
|
36
|
+
*/
|
|
37
|
+
export declare function TransferActionType(): {
|
|
38
|
+
value: string;
|
|
39
|
+
label: string;
|
|
40
|
+
}[];
|
|
41
|
+
/**
|
|
42
|
+
* 提交后填充类型
|
|
43
|
+
* @returns
|
|
44
|
+
*/
|
|
45
|
+
export declare function TransferFillType(): {
|
|
46
|
+
value: string;
|
|
47
|
+
label: string;
|
|
48
|
+
}[];
|
|
49
|
+
export declare function MonthData(): any;
|
|
50
|
+
export declare function WeekData(): {
|
|
51
|
+
label: string;
|
|
52
|
+
value: string;
|
|
53
|
+
}[];
|
|
54
|
+
export declare function DayData(): any;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*跳过规则
|
|
3
|
+
* @returns
|
|
4
|
+
*/
|
|
5
|
+
export declare function SkipRule(): {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
/**
|
|
10
|
+
* 节点审批人集合
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
export declare function AssignedData(): any[];
|
|
14
|
+
export declare function Assigned(): any[];
|
|
15
|
+
export declare function AssignedSecondEmp(): any[];
|
|
16
|
+
export declare function AssignedSecondPosition(): any[];
|
|
17
|
+
export declare function AssignedSecondOrg(): any[];
|
|
18
|
+
export declare function AssignedTable(): any[];
|
|
19
|
+
export declare function AssignedTableEmp(): any[];
|
|
20
|
+
/**
|
|
21
|
+
* 流程操作按钮
|
|
22
|
+
* @returns
|
|
23
|
+
*/
|
|
24
|
+
export declare function ActionData(): any[];
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 菜单对象初始化
|
|
3
|
+
* @param e
|
|
4
|
+
* @returns
|
|
5
|
+
*/
|
|
6
|
+
export declare function ModuleInit(e: any): any[];
|
|
7
|
+
export declare function MenuInit(e: any): any[];
|
|
8
|
+
export declare function ComparatorData(): {
|
|
9
|
+
label: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
export declare function ConditionData(): {
|
|
13
|
+
label: string;
|
|
14
|
+
value: string;
|
|
15
|
+
}[];
|
|
16
|
+
export declare function FollowUpFrequency(): {
|
|
17
|
+
label: string;
|
|
18
|
+
value: string;
|
|
19
|
+
}[];
|
|
20
|
+
export declare function WeeklyData(): {
|
|
21
|
+
label: string;
|
|
22
|
+
value: string;
|
|
23
|
+
}[];
|
|
24
|
+
export declare function MonthlyData(): any;
|
|
25
|
+
export declare function DefaultUserRole(): {
|
|
26
|
+
label: string;
|
|
27
|
+
value: string;
|
|
28
|
+
}[];
|
|
29
|
+
export declare function DefaultUserRoleAll(): any[];
|
|
30
|
+
export declare function formatDate(header: any, body: any): string;
|
|
31
|
+
export declare function formatDataType(header: any, body: any): string;
|
|
32
|
+
export declare function formatPropType(header: any, body: any): string;
|
|
33
|
+
export declare function formatApprovalStatus(header: any, body: any): string;
|
|
34
|
+
export declare function initKpiTypeData(): {
|
|
35
|
+
id: string;
|
|
36
|
+
name: string;
|
|
37
|
+
}[];
|
|
38
|
+
export declare function initKpiEvalTypeData(): {
|
|
39
|
+
id: string;
|
|
40
|
+
name: string;
|
|
41
|
+
}[];
|
|
42
|
+
export declare function formatMsgType(header: any, body: any): string;
|
|
43
|
+
export declare function formatQueryType(header: any, body: any): string;
|
|
44
|
+
export declare function ConditionList(): {
|
|
45
|
+
label: string;
|
|
46
|
+
value: string;
|
|
47
|
+
}[];
|
|
48
|
+
export declare function ConditionNumberList(): {
|
|
49
|
+
label: string;
|
|
50
|
+
value: string;
|
|
51
|
+
}[];
|
|
52
|
+
export declare function WorkFlowSkipRule(): {
|
|
53
|
+
label: string;
|
|
54
|
+
value: string;
|
|
55
|
+
}[];
|
|
56
|
+
export declare function MessageType(): {
|
|
57
|
+
label: string;
|
|
58
|
+
value: string;
|
|
59
|
+
}[];
|
|
60
|
+
export declare function WeekTransfer(e: any): any;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class Guid {
|
|
2
|
+
static validator: RegExp;
|
|
3
|
+
static EMPTY: string;
|
|
4
|
+
static isGuid(guid: any): boolean;
|
|
5
|
+
static createId(): Guid;
|
|
6
|
+
static createEmpty(): Guid;
|
|
7
|
+
static parse(guid: string): Guid;
|
|
8
|
+
static raw(): string;
|
|
9
|
+
private static gen;
|
|
10
|
+
private value;
|
|
11
|
+
private constructor();
|
|
12
|
+
equals(other: Guid): boolean;
|
|
13
|
+
isEmpty(): boolean;
|
|
14
|
+
toString(): string;
|
|
15
|
+
toJSON(): any;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class GuidNumber {
|
|
2
|
+
static validator: RegExp;
|
|
3
|
+
static EMPTY: string;
|
|
4
|
+
static isGuid(guid: any): boolean;
|
|
5
|
+
static createId(): GuidNumber;
|
|
6
|
+
static createEmpty(): GuidNumber;
|
|
7
|
+
static parse(guid: string): GuidNumber;
|
|
8
|
+
static raw(): string;
|
|
9
|
+
private static genDigits;
|
|
10
|
+
private value;
|
|
11
|
+
private constructor();
|
|
12
|
+
equals(other: GuidNumber): boolean;
|
|
13
|
+
isEmpty(): boolean;
|
|
14
|
+
toString(): string;
|
|
15
|
+
toJSON(): any;
|
|
16
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export * from './base64';
|
|
2
|
+
export * from './comm.attendance';
|
|
3
|
+
export * from './comm.ckeditor';
|
|
4
|
+
export * from './comm.colors';
|
|
5
|
+
export * from './comm.eca';
|
|
6
|
+
export * from './comm.fly';
|
|
7
|
+
export * from './comm.kpi';
|
|
8
|
+
export * as 'comm.leave' from './comm.leave';
|
|
9
|
+
export * from './comm.menu';
|
|
10
|
+
export * from './comm.okr';
|
|
11
|
+
export * from './comm.overtime';
|
|
12
|
+
export * as 'comm.setting' from './comm.setting';
|
|
13
|
+
export * from './comm.shebao';
|
|
14
|
+
export * as 'comm.workflow' from './comm.workflow';
|
|
15
|
+
export * from './common';
|
|
16
|
+
export * from './encryption';
|
|
17
|
+
export * from './guid.number';
|
|
18
|
+
export * from './guid';
|
|
19
|
+
export * from './menus';
|
|
20
|
+
export * from './operation';
|
|
21
|
+
export * as 'static' from './static';
|
|
22
|
+
export * from './tool';
|
|
23
|
+
export * from './validation';
|
|
24
|
+
export * from './workflow';
|
|
25
|
+
export * from './yuan';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getMenuChild(code: any, data: any[]): any;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 获取操作按钮文本
|
|
3
|
+
* @param button
|
|
4
|
+
* @returns
|
|
5
|
+
*/
|
|
6
|
+
export declare function getOperationText(button: string): string;
|
|
7
|
+
/**
|
|
8
|
+
* 维度设置
|
|
9
|
+
* @param button
|
|
10
|
+
* @param pageId
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
export declare function getOperationType(button: string, pageId: string): string;
|