@lm_fe/service
Advanced tools
Comparing version 0.1.70 to 0.1.74
@@ -1,40 +0,2 @@ | ||
export interface ISystemConfig { | ||
id: number; | ||
systemName: string; | ||
systemMode: 'devlopment' | 'production' | 'test'; | ||
systemTheme: string; | ||
expireTime: number; | ||
openWebsocket: boolean; | ||
websocketAddress: "ws://127.0.0.1:8087/Laputa"; | ||
auditRestriction: boolean; | ||
openIntro: boolean; | ||
fetalMonitor: string; | ||
openHighriskSign: boolean; | ||
highriskVersion: number; | ||
curveVersion: "nichd"; | ||
prenatalDiagnosis: boolean; | ||
CaseReport: boolean; | ||
FetalMonitor: boolean; | ||
InformedConsent: boolean; | ||
nurseDeskVoucher: boolean; | ||
pregnancyInitial: 'tab' | 'vertical'; | ||
isOpenDiabetes: boolean; | ||
diagnosisStyle: "tab"; | ||
diagnosisFollowUpRecord: boolean; | ||
diagnosisLaboratoryReport: boolean; | ||
diagnosisPrenatalVisit: boolean; | ||
tablePrintBtn: boolean; | ||
homeStatistics: boolean; | ||
highriskStatistics: boolean; | ||
customerService: true; | ||
highriskType: string; | ||
禁止编辑高危等级: boolean; | ||
护士端_禁止编辑高危因素_传染病: boolean; | ||
医生端_模块隐藏: string[]; | ||
doctorOpenWebsocket: boolean; | ||
VTE预防用药筛查表: string; | ||
nurseHide: string[]; | ||
medicalHide: string[]; | ||
PDF预览组件版本?: string; | ||
} | ||
import { ISystemConfig } from "@lm_fe/env"; | ||
export declare const SLocal_SystemConfig: { | ||
@@ -41,0 +3,0 @@ get<T extends keyof ISystemConfig>(key: T): ISystemConfig[T]; |
@@ -1,2 +0,1 @@ | ||
import { ISystemConfig } from "../../local"; | ||
import { IMchc_Dictionaries_Enumeration } from "./Dictionaries"; | ||
@@ -3,0 +2,0 @@ export interface IMchc_ReferralOrganization { |
{ | ||
"name": "@lm_fe/service", | ||
"version": "0.1.70", | ||
"version": "0.1.74", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "scripts": { | ||
"dependencies": { | ||
"@lm_fe/env": "^0.1.70", | ||
"@lm_fe/env": "^0.1.74", | ||
"lodash": "*" | ||
@@ -33,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "b753f72e0976bebd6dc44aed6edec54c2d33a77e" | ||
"gitHead": "f08a7bf7c4ac22c22817d5625b8a706cf8de555a" | ||
} |
Sorry, the diff of this file is too big to display
317315
8706
Updated@lm_fe/env@^0.1.74