@lm_fe/components_m 0.1.201
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/README.md +31 -0
- package/dist/BaseEditPanel/BaseEditPanelFC.d.ts +17 -0
- package/dist/BaseEditPanel/BaseEditPanelForm.d.ts +59 -0
- package/dist/BaseEditPanel/BaseEditPanelFormFC.d.ts +31 -0
- package/dist/BaseEditPanel/PanelWithChild.d.ts +22 -0
- package/dist/BaseEditPanel/PanelWithChildFC.d.ts +30 -0
- package/dist/BaseEditPanel/index.d.ts +40 -0
- package/dist/BaseFormComponent/DisplayFC.d.ts +1 -0
- package/dist/BaseList/index.d.ts +67 -0
- package/dist/BaseList/methods/index.d.ts +4 -0
- package/dist/BaseListOld/__test__/index.test.d.ts +1 -0
- package/dist/BaseListOld/index.d.ts +125 -0
- package/dist/BaseListOld/methods/index.d.ts +5 -0
- package/dist/BaseModalForm/BaseModal.d.ts +20 -0
- package/dist/BaseModalForm/DynamicForm.d.ts +36 -0
- package/dist/BaseModalForm/ExtendsForm.d.ts +10 -0
- package/dist/BaseModalForm/FixedSearch.d.ts +4 -0
- package/dist/BaseModalForm/PatientList/components/Query.d.ts +27 -0
- package/dist/BaseModalForm/PatientList/components/Table.d.ts +6 -0
- package/dist/BaseModalForm/PatientList/config/form.d.ts +19 -0
- package/dist/BaseModalForm/PatientList/config/table.d.ts +6 -0
- package/dist/BaseModalForm/PatientList/index.d.ts +43 -0
- package/dist/BaseModalForm/index.d.ts +41 -0
- package/dist/BaseQuery/RenderInputItemComponent.d.ts +2 -0
- package/dist/BaseQuery/index.d.ts +43 -0
- package/dist/BaseTable/Resizeable.d.ts +3 -0
- package/dist/BaseTable/Resizeable_Inner.d.ts +3 -0
- package/dist/BaseTable/index.d.ts +25 -0
- package/dist/BaseTableOld/Resizeable.d.ts +2 -0
- package/dist/BaseTableOld/index.d.ts +59 -0
- package/dist/BusinessComponents/Appgar/config.d.ts +20 -0
- package/dist/BusinessComponents/Appgar/index.d.ts +2 -0
- package/dist/BusinessComponents/BirthCertificateChildren/index.d.ts +23 -0
- package/dist/BusinessComponents/BloodAndThalassemia/constant.d.ts +35 -0
- package/dist/BusinessComponents/BloodAndThalassemia/index.d.ts +3 -0
- package/dist/BusinessComponents/BloodAndThalassemia/index2.d.ts +4 -0
- package/dist/BusinessComponents/BloodPressure/index.d.ts +1 -0
- package/dist/BusinessComponents/BregmaGroup/MultiplicationInput.d.ts +6 -0
- package/dist/BusinessComponents/BregmaGroup/index.d.ts +6 -0
- package/dist/BusinessComponents/CaesareanChildren/index.d.ts +23 -0
- package/dist/BusinessComponents/CalculateScoreTable/BaseTable.d.ts +5 -0
- package/dist/BusinessComponents/CalculateScoreTable/index.d.ts +26 -0
- package/dist/BusinessComponents/Diagnosis/index.d.ts +18 -0
- package/dist/BusinessComponents/DiagnosisList/Modal.d.ts +4 -0
- package/dist/BusinessComponents/DiagnosisList/index.d.ts +2 -0
- package/dist/BusinessComponents/DiagnosisListInduced/Modal.d.ts +4 -0
- package/dist/BusinessComponents/DiagnosisListInduced/index.d.ts +1 -0
- package/dist/BusinessComponents/DiagnosisListv2/TemplateTree/index.d.ts +51 -0
- package/dist/BusinessComponents/DiagnosisListv2/index.d.ts +15 -0
- package/dist/BusinessComponents/DiagnosisListv2/template/index.d.ts +16 -0
- package/dist/BusinessComponents/FamilyTumorHistory/index.d.ts +23 -0
- package/dist/BusinessComponents/FetalNTCheck/index.d.ts +2 -0
- package/dist/BusinessComponents/FetalUltrasound/index.d.ts +7 -0
- package/dist/BusinessComponents/FoetalAppendage/FoetalAppendageFormSection.d.ts +14 -0
- package/dist/BusinessComponents/FoetalAppendage/config.d.ts +2 -0
- package/dist/BusinessComponents/FoetalAppendage/index.d.ts +20 -0
- package/dist/BusinessComponents/GynaecologyOperationTemplateTextarea/EditModal.d.ts +2 -0
- package/dist/BusinessComponents/GynaecologyOperationTemplateTextarea/TemplateModal.d.ts +39 -0
- package/dist/BusinessComponents/GynaecologyOperationTemplateTextarea/components/TemplateSelect.d.ts +2 -0
- package/dist/BusinessComponents/GynaecologyOperationTemplateTextarea/index.d.ts +23 -0
- package/dist/BusinessComponents/GynaecologyOperationTemplateTextarea/methods/index.d.ts +12 -0
- package/dist/BusinessComponents/GynaecologyOperationTemplateTextarea/utils.d.ts +41 -0
- package/dist/BusinessComponents/GynaecologyTemplateTextarea/EditModal.d.ts +2 -0
- package/dist/BusinessComponents/GynaecologyTemplateTextarea/TemplateModal.d.ts +38 -0
- package/dist/BusinessComponents/GynaecologyTemplateTextarea/components/TemplateSelect.d.ts +2 -0
- package/dist/BusinessComponents/GynaecologyTemplateTextarea/index.d.ts +23 -0
- package/dist/BusinessComponents/GynaecologyTemplateTextarea/methods/index.d.ts +12 -0
- package/dist/BusinessComponents/GynaecologyTemplateTextarea/utils.d.ts +41 -0
- package/dist/BusinessComponents/HighriskGrade/index.d.ts +6 -0
- package/dist/BusinessComponents/HighriskSign/index.d.ts +10 -0
- package/dist/BusinessComponents/InducedFetus/components/Form.d.ts +5 -0
- package/dist/BusinessComponents/InducedFetus/components/index.d.ts +12 -0
- package/dist/BusinessComponents/InducedFetus/config/adapter.d.ts +3 -0
- package/dist/BusinessComponents/InducedFetus/index.d.ts +19 -0
- package/dist/BusinessComponents/InspectionResultTextarea/Modal.d.ts +2 -0
- package/dist/BusinessComponents/InspectionResultTextarea/index.d.ts +15 -0
- package/dist/BusinessComponents/InspectionResultTextarea/utils.d.ts +26 -0
- package/dist/BusinessComponents/KnowledgeBase/index.d.ts +2 -0
- package/dist/BusinessComponents/LaborProcess/index.d.ts +29 -0
- package/dist/BusinessComponents/MiddleUltsounds/index.d.ts +2 -0
- package/dist/BusinessComponents/MiddleUltsoundsSingle/index.d.ts +2 -0
- package/dist/BusinessComponents/NoenateRecord/NoenateRecordFormSection.d.ts +14 -0
- package/dist/BusinessComponents/NoenateRecord/config.d.ts +2 -0
- package/dist/BusinessComponents/NoenateRecord/index.d.ts +16 -0
- package/dist/BusinessComponents/NurseChildren/index.d.ts +23 -0
- package/dist/BusinessComponents/NurseChildren2/index.d.ts +24 -0
- package/dist/BusinessComponents/NursingFetus/components/Form.d.ts +6 -0
- package/dist/BusinessComponents/NursingFetus/components/index.d.ts +12 -0
- package/dist/BusinessComponents/NursingFetus/config/adapter.d.ts +2 -0
- package/dist/BusinessComponents/NursingFetus/index.d.ts +19 -0
- package/dist/BusinessComponents/NursingFetusv2/components/Form.d.ts +6 -0
- package/dist/BusinessComponents/NursingFetusv2/components/index.d.ts +12 -0
- package/dist/BusinessComponents/NursingFetusv2/config/adapter.d.ts +2 -0
- package/dist/BusinessComponents/NursingFetusv2/index.d.ts +30 -0
- package/dist/BusinessComponents/NursingFetusv3/components/Form.d.ts +6 -0
- package/dist/BusinessComponents/NursingFetusv3/components/index.d.ts +12 -0
- package/dist/BusinessComponents/NursingFetusv3/config/adapter.d.ts +2 -0
- package/dist/BusinessComponents/NursingFetusv3/index.d.ts +26 -0
- package/dist/BusinessComponents/NursingFetusv4/components/Form.d.ts +6 -0
- package/dist/BusinessComponents/NursingFetusv4/components/index.d.ts +12 -0
- package/dist/BusinessComponents/NursingFetusv4/config/adapter.d.ts +2 -0
- package/dist/BusinessComponents/OxytocinTable/index.d.ts +2 -0
- package/dist/BusinessComponents/PostpartumFetal/index.d.ts +2 -0
- package/dist/BusinessComponents/PregnancyHistory/PregnancyHistoryFormSection.d.ts +21 -0
- package/dist/BusinessComponents/PregnancyHistory/config/index-table.d.ts +209 -0
- package/dist/BusinessComponents/PregnancyHistory/index-form.d.ts +30 -0
- package/dist/BusinessComponents/PregnancyHistory/index-table.d.ts +31 -0
- package/dist/BusinessComponents/PregnancyHistory/index.d.ts +3 -0
- package/dist/BusinessComponents/PregnancyHistoryV2/components/FormMode/index.d.ts +4 -0
- package/dist/BusinessComponents/PregnancyHistoryV2/components/TableMode/index.d.ts +3 -0
- package/dist/BusinessComponents/PregnancyHistoryV2/index.d.ts +3 -0
- package/dist/BusinessComponents/PressureInput/index-v2.d.ts +3 -0
- package/dist/BusinessComponents/PressureInput/index.d.ts +24 -0
- package/dist/BusinessComponents/ProcedureCystocentesis/config/table.d.ts +126 -0
- package/dist/BusinessComponents/ProcedureCystocentesis/index.d.ts +33 -0
- package/dist/BusinessComponents/ProcedureIntrauterine/config/table.d.ts +196 -0
- package/dist/BusinessComponents/ProcedureIntrauterine/index.d.ts +36 -0
- package/dist/BusinessComponents/RecordState/form_config.d.ts +2 -0
- package/dist/BusinessComponents/RecordState/index copy.d.ts +14 -0
- package/dist/BusinessComponents/RecordState/index.d.ts +10 -0
- package/dist/BusinessComponents/ReferralRegister/index.d.ts +13 -0
- package/dist/BusinessComponents/ReferralToRegister/EditableCell.d.ts +16 -0
- package/dist/BusinessComponents/ReferralToRegister/columns.d.ts +56 -0
- package/dist/BusinessComponents/ReferralToRegister/index.d.ts +10 -0
- package/dist/BusinessComponents/ReferralToRegisterv2/EditableCell.d.ts +16 -0
- package/dist/BusinessComponents/ReferralToRegisterv2/columns.d.ts +56 -0
- package/dist/BusinessComponents/ReferralToRegisterv2/index.d.ts +10 -0
- package/dist/BusinessComponents/ResultTextarea/Modal.d.ts +2 -0
- package/dist/BusinessComponents/ResultTextarea/index.d.ts +13 -0
- package/dist/BusinessComponents/ResultTextarea/utils.d.ts +26 -0
- package/dist/BusinessComponents/ShiftPatients/index.d.ts +35 -0
- package/dist/BusinessComponents/SingleCheckBox/index.d.ts +11 -0
- package/dist/BusinessComponents/SurgicalInspectionReport/index.d.ts +47 -0
- package/dist/BusinessComponents/SurgicalInspectionReport/mock.d.ts +104 -0
- package/dist/BusinessComponents/TemplateTexDeathclassification1/deathclassification.d.ts +14 -0
- package/dist/BusinessComponents/TemplateTexDeathclassification1/index.d.ts +29 -0
- package/dist/BusinessComponents/TemplateTexDeathclassification2/index.d.ts +29 -0
- package/dist/BusinessComponents/TemplateTextarea/EditModal.d.ts +1 -0
- package/dist/BusinessComponents/TemplateTextarea/TemplateModal.d.ts +37 -0
- package/dist/BusinessComponents/TemplateTextarea/common.d.ts +29 -0
- package/dist/BusinessComponents/TemplateTextarea/components/TemplateSelect.d.ts +2 -0
- package/dist/BusinessComponents/TemplateTextarea/index.d.ts +23 -0
- package/dist/BusinessComponents/TemplateTextarea/methods/index.d.ts +12 -0
- package/dist/BusinessComponents/TemplateTextareav2/EditModal.d.ts +2 -0
- package/dist/BusinessComponents/TemplateTextareav2/TemplateModal.d.ts +37 -0
- package/dist/BusinessComponents/TemplateTextareav2/common.d.ts +29 -0
- package/dist/BusinessComponents/TemplateTextareav2/components/TemplateSelect.d.ts +1 -0
- package/dist/BusinessComponents/TemplateTextareav2/index.d.ts +22 -0
- package/dist/BusinessComponents/TemplateTextareav2/methods/index.d.ts +8 -0
- package/dist/BusinessComponents/TemplateTextareav3/Modal.d.ts +9 -0
- package/dist/BusinessComponents/TemplateTextareav3/index.d.ts +31 -0
- package/dist/BusinessComponents/TemplateTextrootcauseDeath/Diagnosisdeath.d.ts +12 -0
- package/dist/BusinessComponents/TemplateTextrootcauseDeath/index.d.ts +25 -0
- package/dist/BusinessComponents/TimePickerAutoaccept/index.d.ts +4 -0
- package/dist/BusinessComponents/TreatmentProgram/TreatmentProgramBasic/components/Form.d.ts +5 -0
- package/dist/BusinessComponents/TreatmentProgram/TreatmentProgramBasic/components/index.d.ts +13 -0
- package/dist/BusinessComponents/TreatmentProgram/TreatmentProgramBasic/config/adapter.d.ts +3 -0
- package/dist/BusinessComponents/TreatmentProgram/TreatmentProgramBasic/index.d.ts +20 -0
- package/dist/BusinessComponents/TreatmentProgram/TreatmentProgramTable/components/ModalForm.d.ts +14 -0
- package/dist/BusinessComponents/TreatmentProgram/TreatmentProgramTable/components/Table.d.ts +2 -0
- package/dist/BusinessComponents/TreatmentProgram/TreatmentProgramTable/config/table.d.ts +22 -0
- package/dist/BusinessComponents/TreatmentProgram/TreatmentProgramTable/index.d.ts +51 -0
- package/dist/BusinessComponents/TreatmentProgram/utils/index.d.ts +2 -0
- package/dist/BusinessComponents/UltrosoundResultTextarea/Modal.d.ts +1 -0
- package/dist/BusinessComponents/UltrosoundResultTextarea/index.d.ts +15 -0
- package/dist/BusinessComponents/UltrosoundResultTextarea/utils.d.ts +26 -0
- package/dist/ConfigComponents/BloodSugarNursingTable/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/BloodSugarNursingTable/EditInTable/EditInTableNoForm.d.ts +51 -0
- package/dist/ConfigComponents/BloodSugarNursingTable/EditInTable/index.d.ts +50 -0
- package/dist/ConfigComponents/BloodSugarNursingTable/index.d.ts +2 -0
- package/dist/ConfigComponents/BloodSugarNursingTable/table.d.ts +73 -0
- package/dist/ConfigComponents/CheckboxGroup/index.d.ts +6 -0
- package/dist/ConfigComponents/CheckboxWithInput/index.d.ts +9 -0
- package/dist/ConfigComponents/CheckboxWithInputv2/index.d.ts +3 -0
- package/dist/ConfigComponents/CheckboxWithSingleInput/index.d.ts +9 -0
- package/dist/ConfigComponents/CustomEditInTable/config/index.d.ts +1 -0
- package/dist/ConfigComponents/CustomEditInTable/config/neonateEnter.d.ts +1 -0
- package/dist/ConfigComponents/CustomEditInTable/config/tocolysisNursing.d.ts +1 -0
- package/dist/ConfigComponents/CustomEditInTable/index.d.ts +2 -0
- package/dist/ConfigComponents/DictionarySelect/index.d.ts +8 -0
- package/dist/ConfigComponents/DictionarySelectInTable/index.d.ts +8 -0
- package/dist/ConfigComponents/InputWithLabel/index.d.ts +15 -0
- package/dist/ConfigComponents/InputWithRangTip/index.d.ts +3 -0
- package/dist/ConfigComponents/InputWithRange/index.d.ts +2 -0
- package/dist/ConfigComponents/MultipleInputWithLabel/index.d.ts +8 -0
- package/dist/ConfigComponents/NeonatalCareRecordTable/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/NeonatalCareRecordTable/EditInTable/EditInTableNoForm.d.ts +51 -0
- package/dist/ConfigComponents/NeonatalCareRecordTable/EditInTable/index.d.ts +49 -0
- package/dist/ConfigComponents/NeonatalCareRecordTable/index copy.d.ts +2 -0
- package/dist/ConfigComponents/NeonatalCareRecordTable/table/default.d.ts +88 -0
- package/dist/ConfigComponents/NeonatalCareRecordTable/table/gysy.d.ts +295 -0
- package/dist/ConfigComponents/NeonatalCareRecordTable/table/indx.d.ts +382 -0
- package/dist/ConfigComponents/NeonatalScaleExamination/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/NeonatalScaleExamination/EditInTable/EditInTableNoForm.d.ts +6 -0
- package/dist/ConfigComponents/NeonatalScaleExamination/EditInTable/index.d.ts +8 -0
- package/dist/ConfigComponents/NeonatalScaleExamination/index copy.d.ts +2 -0
- package/dist/ConfigComponents/NeonatalScaleExamination/table.d.ts +619 -0
- package/dist/ConfigComponents/NormalCheckboxWithInput/index.d.ts +9 -0
- package/dist/ConfigComponents/NormalNursingTable/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/NormalNursingTable/EditInTable/EditInTableNoForm.d.ts +51 -0
- package/dist/ConfigComponents/NormalNursingTable/EditInTable/index.d.ts +50 -0
- package/dist/ConfigComponents/NormalNursingTable/index.d.ts +2 -0
- package/dist/ConfigComponents/NormalNursingTable/table.d.ts +261 -0
- package/dist/ConfigComponents/NormalSelectWithInput/index.d.ts +3 -0
- package/dist/ConfigComponents/ObserMagnesiumsulphateTable/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/ObserMagnesiumsulphateTable/EditInTable/EditInTableNoForm.d.ts +6 -0
- package/dist/ConfigComponents/ObserMagnesiumsulphateTable/EditInTable/index.d.ts +8 -0
- package/dist/ConfigComponents/ObserMagnesiumsulphateTable/index.d.ts +2 -0
- package/dist/ConfigComponents/ObserMagnesiumsulphateTable/table.d.ts +74 -0
- package/dist/ConfigComponents/ObserMagnesiumsulphateTable2/config/index.d.ts +7 -0
- package/dist/ConfigComponents/ObserMagnesiumsulphateTable2/config/magnesiumNursing.d.ts +1 -0
- package/dist/ConfigComponents/ObserMagnesiumsulphateTable2/index copy.d.ts +2 -0
- package/dist/ConfigComponents/OxytocinNursingTable/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/OxytocinNursingTable/EditInTable/EditInTableNoForm.d.ts +51 -0
- package/dist/ConfigComponents/OxytocinNursingTable/EditInTable/index.d.ts +49 -0
- package/dist/ConfigComponents/OxytocinNursingTable/index.d.ts +2 -0
- package/dist/ConfigComponents/OxytocinNursingTable/table/default.d.ts +255 -0
- package/dist/ConfigComponents/OxytocinNursingTable/table/gysy.d.ts +234 -0
- package/dist/ConfigComponents/OxytocinNursingTable/table/index.d.ts +3 -0
- package/dist/ConfigComponents/PastDeliveryNursingTable/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/PastDeliveryNursingTable/EditInTable/EditInTableNoForm.d.ts +51 -0
- package/dist/ConfigComponents/PastDeliveryNursingTable/EditInTable/index.d.ts +50 -0
- package/dist/ConfigComponents/PastDeliveryNursingTable/index.d.ts +2 -0
- package/dist/ConfigComponents/PastDeliveryNursingTable/table.d.ts +181 -0
- package/dist/ConfigComponents/PostUrinaryretentionTable2/config/index.d.ts +7 -0
- package/dist/ConfigComponents/PostUrinaryretentionTable2/config/urinaryRetentionNursing.d.ts +1 -0
- package/dist/ConfigComponents/PostUrinaryretentionTable2/index copy.d.ts +2 -0
- package/dist/ConfigComponents/PostpartumCarerecordTable2/config/index.d.ts +7 -0
- package/dist/ConfigComponents/PostpartumCarerecordTable2/config/postnatalCareRecord.d.ts +1 -0
- package/dist/ConfigComponents/PostpartumCarerecordTable2/index copy.d.ts +2 -0
- package/dist/ConfigComponents/PreDeliverNursingTable/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/PreDeliverNursingTable/EditInTable/EditInTableNoForm.d.ts +51 -0
- package/dist/ConfigComponents/PreDeliverNursingTable/EditInTable/index.d.ts +49 -0
- package/dist/ConfigComponents/PreDeliverNursingTable/index.d.ts +2 -0
- package/dist/ConfigComponents/PreDeliverNursingTable/table/default.d.ts +569 -0
- package/dist/ConfigComponents/PreDeliverNursingTable/table/gysy.d.ts +1 -0
- package/dist/ConfigComponents/PreDeliverNursingTable/table/index.d.ts +2 -0
- package/dist/ConfigComponents/ProcedureRecords/index.d.ts +11 -0
- package/dist/ConfigComponents/PureCheckbox/index.d.ts +6 -0
- package/dist/ConfigComponents/RevertEditInTable/index.d.ts +1 -0
- package/dist/ConfigComponents/SpecialNursingTable/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/SpecialNursingTable/EditInTable/EditInTableNoForm.d.ts +51 -0
- package/dist/ConfigComponents/SpecialNursingTable/EditInTable/index.d.ts +50 -0
- package/dist/ConfigComponents/SpecialNursingTable/index.d.ts +2 -0
- package/dist/ConfigComponents/SpecialNursingTable/table.d.ts +176 -0
- package/dist/ConfigComponents/TemperatureNursingTable/EditInTable/BaseTable.d.ts +5 -0
- package/dist/ConfigComponents/TemperatureNursingTable/EditInTable/EditInTableNoForm.d.ts +51 -0
- package/dist/ConfigComponents/TemperatureNursingTable/EditInTable/index.d.ts +49 -0
- package/dist/ConfigComponents/TemperatureNursingTable/index.d.ts +2 -0
- package/dist/ConfigComponents/TemperatureNursingTable/table.d.ts +64 -0
- package/dist/ConfigComponents/VaginaStrumentsRecordForm/Inner.d.ts +2 -0
- package/dist/ConfigComponents/VaginaStrumentsRecordForm/index.d.ts +2 -0
- package/dist/DataSelect/index.d.ts +21 -0
- package/dist/DataSelectWithAutoInput/index.d.ts +13 -0
- package/dist/FB_components/DoctorEnd_ImageReport_Report/Inner.d.ts +4 -0
- package/dist/FB_components/DoctorEnd_ImageReport_Report/index.d.ts +3 -0
- package/dist/FB_components/DoctorEnd_ImageReport_Report/types.d.ts +3 -0
- package/dist/FB_components/DoctorEnd_SurveyReport_Report/Inner.d.ts +4 -0
- package/dist/FB_components/DoctorEnd_SurveyReport_Report/index.d.ts +3 -0
- package/dist/FB_components/DoctorEnd_SurveyReport_Report/types.d.ts +4 -0
- package/dist/FB_components/index.d.ts +2 -0
- package/dist/FU_components/ArrayInput/components.d.ts +6 -0
- package/dist/FU_components/ArrayInput/index.d.ts +4 -0
- package/dist/FU_components/ArrayInput/types.d.ts +82 -0
- package/dist/FU_components/ArrayInput/utils.d.ts +3 -0
- package/dist/FU_components/ArrayPanel/Display.d.ts +13 -0
- package/dist/FU_components/ArrayPanel/Inner.d.ts +13 -0
- package/dist/FU_components/CalcBmi/index.d.ts +4 -0
- package/dist/FU_components/CheckboxWithValue/index.d.ts +9 -0
- package/dist/FU_components/CommonFormTabs/CommonFormTabs.d.ts +5 -0
- package/dist/FU_components/CommonFormTabs/DisplayFC.d.ts +3 -0
- package/dist/FU_components/CommonFormTabs/Inner.d.ts +4 -0
- package/dist/FU_components/CommonFormTabs/index.d.ts +8 -0
- package/dist/FU_components/CommonFormTabs/types.d.ts +18 -0
- package/dist/FU_components/DateRange/index.d.ts +7 -0
- package/dist/FU_components/DateTimeInput/Inner.d.ts +6 -0
- package/dist/FU_components/DateTimeInput/index copy.d.ts +5 -0
- package/dist/FU_components/DateTimeInput/index.d.ts +5 -0
- package/dist/FU_components/FormList/index.d.ts +10 -0
- package/dist/FU_components/FormSection/FormSection.d.ts +5 -0
- package/dist/FU_components/FormSection/FormSectionForm.d.ts +13 -0
- package/dist/FU_components/FormSection/Inner.d.ts +4 -0
- package/dist/FU_components/FormSection/RenderFormSectionComponent.d.ts +19 -0
- package/dist/FU_components/FormSection/helper.d.ts +20 -0
- package/dist/FU_components/FormSection/index.d.ts +1 -0
- package/dist/FU_components/FormSection/types.d.ts +33 -0
- package/dist/FU_components/FormSection/use_chrono.d.ts +13 -0
- package/dist/FU_components/FormSection/utils.d.ts +81 -0
- package/dist/FU_components/HbvdnaInput/index.d.ts +10 -0
- package/dist/FU_components/HighriskButton/index.d.ts +16 -0
- package/dist/FU_components/HighriskGradeColorSpan/index.d.ts +4 -0
- package/dist/FU_components/HourMinuteInput/index.d.ts +5 -0
- package/dist/FU_components/IdNOButton/index copy.d.ts +6 -0
- package/dist/FU_components/IdNOButton/index.d.ts +12 -0
- package/dist/FU_components/LoadFlag/Inner.d.ts +2 -0
- package/dist/FU_components/LoadFlag/index.d.ts +2 -0
- package/dist/FU_components/LoadingPlaceholder/index.d.ts +5 -0
- package/dist/FU_components/MchcDriverStatus/Inner.d.ts +5 -0
- package/dist/FU_components/MchcDriverStatus/index.d.ts +1 -0
- package/dist/FU_components/MyAutoComplete/MyAutoCompleteInner.d.ts +3 -0
- package/dist/FU_components/MyAutoComplete/index.d.ts +4 -0
- package/dist/FU_components/MyAutoComplete/types.d.ts +21 -0
- package/dist/FU_components/MyAutoComplete/useConfig.d.ts +11 -0
- package/dist/FU_components/MyBaseList/_MyBaseList.d.ts +9 -0
- package/dist/FU_components/MyBaseList/__test__/index.test.d.ts +1 -0
- package/dist/FU_components/MyBaseList/index.d.ts +2 -0
- package/dist/FU_components/MyBaseList/methods/index.d.ts +1 -0
- package/dist/FU_components/MyBaseList/types.d.ts +129 -0
- package/dist/FU_components/MyBaseTable/Resizeable.d.ts +1 -0
- package/dist/FU_components/MyBaseTable/index.d.ts +9 -0
- package/dist/FU_components/MyBaseTable/strategies.d.ts +13 -0
- package/dist/FU_components/MyButton/index.d.ts +5 -0
- package/dist/FU_components/MyEditTable/index.d.ts +20 -0
- package/dist/FU_components/MyReferralOrganizationSelect/index.d.ts +17 -0
- package/dist/FU_components/MySearchSelect/index.d.ts +10 -0
- package/dist/FU_components/MySelect/Display.d.ts +3 -0
- package/dist/FU_components/MySelect/Inner.d.ts +4 -0
- package/dist/FU_components/MySelect/components.d.ts +4 -0
- package/dist/FU_components/MySelect/index.d.ts +8 -0
- package/dist/FU_components/MySelect/types.d.ts +27 -0
- package/dist/FU_components/MySelect/utils.d.ts +13 -0
- package/dist/FU_components/OkButton/index.d.ts +8 -0
- package/dist/FU_components/PressureInput/index.d.ts +7 -0
- package/dist/FU_components/SimpleForm/components/TabForm/index.d.ts +14 -0
- package/dist/FU_components/SimpleForm/components/extra/Custom.d.ts +5 -0
- package/dist/FU_components/SimpleForm/components/extra/SimpleSelect.d.ts +6 -0
- package/dist/FU_components/SimpleForm/index.d.ts +45 -0
- package/dist/FU_components/SimpleForm/types/help.d.ts +3 -0
- package/dist/FU_components/SimpleForm/types/lmTypes.d.ts +85 -0
- package/dist/FU_components/SimpleForm/types/metaTypes.d.ts +28 -0
- package/dist/FU_components/TakeInVolumn/DisplayFC.d.ts +7 -0
- package/dist/FU_components/TakeInVolumn/Inner.d.ts +7 -0
- package/dist/FU_components/TakeOutVolumn/DisplayFC.d.ts +7 -0
- package/dist/FU_components/TakeOutVolumn/Inner.d.ts +7 -0
- package/dist/FU_components/TemplateTextarea/index.d.ts +14 -0
- package/dist/FU_components/ToggleForm/Inner.d.ts +3 -0
- package/dist/FU_components/ToggleForm/index.d.ts +3 -0
- package/dist/FU_components/ToggleForm/types.d.ts +14 -0
- package/dist/FU_components/index.d.ts +25 -0
- package/dist/FU_components/others/RolesPicker/index.d.ts +12 -0
- package/dist/FU_components/types.d.ts +12 -0
- package/dist/GeneralComponents/AsyncAutoComplete/index.d.ts +13 -0
- package/dist/GeneralComponents/Button/index.d.ts +9 -0
- package/dist/GeneralComponents/ButtonModal/index.d.ts +10 -0
- package/dist/GeneralComponents/CaseTemplete/Inner.d.ts +21 -0
- package/dist/GeneralComponents/CaseTemplete/config.d.ts +20 -0
- package/dist/GeneralComponents/CaseTemplete/index.d.ts +2 -0
- package/dist/GeneralComponents/CheckAndCancelButton/index.d.ts +3 -0
- package/dist/GeneralComponents/CheckboxGroupObject/index.d.ts +15 -0
- package/dist/GeneralComponents/CheckboxGroupObjectCustom/Inner.d.ts +13 -0
- package/dist/GeneralComponents/CheckboxGroupObjectCustom/index.d.ts +2 -0
- package/dist/GeneralComponents/CheckboxWithInput/Inner.d.ts +21 -0
- package/dist/GeneralComponents/CheckboxWithInput/index.d.ts +2 -0
- package/dist/GeneralComponents/CheckboxWithInput_gold/Display.d.ts +6 -0
- package/dist/GeneralComponents/CheckboxWithInput_gold/Inner.d.ts +5 -0
- package/dist/GeneralComponents/CheckboxWithInput_gold/components.d.ts +56 -0
- package/dist/GeneralComponents/CheckboxWithInput_gold/index.d.ts +5 -0
- package/dist/GeneralComponents/CheckboxWithInput_gold/types.d.ts +52 -0
- package/dist/GeneralComponents/CheckboxWithInput_gold/utils.d.ts +11 -0
- package/dist/GeneralComponents/CustomEditor/index.d.ts +26 -0
- package/dist/GeneralComponents/CustomFormField/index.d.ts +12 -0
- package/dist/GeneralComponents/CustomIcon/index.d.ts +8 -0
- package/dist/GeneralComponents/CustomJSONEditor/index.d.ts +28 -0
- package/dist/GeneralComponents/CustomSpin/index.d.ts +4 -0
- package/dist/GeneralComponents/CustomTreeSelect/index.d.ts +5 -0
- package/dist/GeneralComponents/DataTimePick/index.d.ts +12 -0
- package/dist/GeneralComponents/DatePicker/Display.d.ts +3 -0
- package/dist/GeneralComponents/DatePicker/Inner.d.ts +5 -0
- package/dist/GeneralComponents/DatePicker/index.d.ts +9 -0
- package/dist/GeneralComponents/DatePickerWithSwitch/index.d.ts +3 -0
- package/dist/GeneralComponents/DictionarySelect/Display.d.ts +13 -0
- package/dist/GeneralComponents/DictionarySelect/index.d.ts +4 -0
- package/dist/GeneralComponents/EditInTable/BaseTable.d.ts +5 -0
- package/dist/GeneralComponents/EditInTable/EditInTableNoForm.d.ts +51 -0
- package/dist/GeneralComponents/EditInTable/EditInTable_Inner copy 2.d.ts +24 -0
- package/dist/GeneralComponents/EditInTable/EditInTable_Inner copy.d.ts +24 -0
- package/dist/GeneralComponents/EditInTable/EditInTable_Inner.d.ts +3 -0
- package/dist/GeneralComponents/EditInTable/components.d.ts +28 -0
- package/dist/GeneralComponents/EditInTable/index.d.ts +5 -0
- package/dist/GeneralComponents/EditInTable/utils.d.ts +37 -0
- package/dist/GeneralComponents/Editor/Inner.d.ts +14 -0
- package/dist/GeneralComponents/Editor/index.d.ts +3 -0
- package/dist/GeneralComponents/Editor/types.d.ts +7 -0
- package/dist/GeneralComponents/FormSectionInput/index.d.ts +3 -0
- package/dist/GeneralComponents/IconSelect/index.d.ts +5 -0
- package/dist/GeneralComponents/ImageEditor/Inner.d.ts +12 -0
- package/dist/GeneralComponents/ImageEditor/index.d.ts +3 -0
- package/dist/GeneralComponents/ImageUploadPreview/Inner.d.ts +7 -0
- package/dist/GeneralComponents/ImageUploadPreview/index.d.ts +6 -0
- package/dist/GeneralComponents/ImageUploadPreviewIntranet/Inner.d.ts +10 -0
- package/dist/GeneralComponents/InputNumber/index.d.ts +17 -0
- package/dist/GeneralComponents/InputWithLabel/Inner.d.ts +3 -0
- package/dist/GeneralComponents/InputWithLabel/index.d.ts +4 -0
- package/dist/GeneralComponents/InputWithLabel/types.d.ts +15 -0
- package/dist/GeneralComponents/InputWithRangTip/index.d.ts +2 -0
- package/dist/GeneralComponents/InputWithRange/index.d.ts +12 -0
- package/dist/GeneralComponents/MobileEditor/Inner.d.ts +12 -0
- package/dist/GeneralComponents/MobileEditor/index.d.ts +2 -0
- package/dist/GeneralComponents/MultipleInputGroup/index.d.ts +8 -0
- package/dist/GeneralComponents/MultipleInputWithLabel/index.d.ts +17 -0
- package/dist/GeneralComponents/NormalDictionarySelect/index.d.ts +3 -0
- package/dist/GeneralComponents/RadioGroup/index.d.ts +2 -0
- package/dist/GeneralComponents/RadioWithInput/index.d.ts +18 -0
- package/dist/GeneralComponents/RangeInputNumber/index.d.ts +10 -0
- package/dist/GeneralComponents/RangePicker/index.d.ts +2 -0
- package/dist/GeneralComponents/Select/AsyncHOC.d.ts +28 -0
- package/dist/GeneralComponents/Select/InputSelector.d.ts +29 -0
- package/dist/GeneralComponents/Select/MultiSelector.d.ts +7 -0
- package/dist/GeneralComponents/Select/SingleSelector.d.ts +2 -0
- package/dist/GeneralComponents/Select/index.d.ts +56 -0
- package/dist/GeneralComponents/SelectTable/index.d.ts +44 -0
- package/dist/GeneralComponents/SelectWithInput/index.d.ts +15 -0
- package/dist/GeneralComponents/SoDiaoEditor/config.d.ts +44 -0
- package/dist/GeneralComponents/SoDiaoEditor/index.d.ts +11 -0
- package/dist/GeneralComponents/TimePicker/index.d.ts +2 -0
- package/dist/GeneralComponents/UploadFile/index.d.ts +2 -0
- package/dist/GeneralComponents/UploadFileUrlEdit/index.d.ts +2 -0
- package/dist/GeneralComponents/UploadImg/index.d.ts +26 -0
- package/dist/GeneralComponents/border-title/border-title.d.ts +5 -0
- package/dist/GeneralComponents/datapick_with_check/datapick_with_check.d.ts +6 -0
- package/dist/GeneralComponents/tinymce-editor/tinymce-edit.d.ts +6 -0
- package/dist/MyForm/_MyForm.d.ts +11 -0
- package/dist/MyForm/components/Base/CheckboxWithExtra.d.ts +16 -0
- package/dist/MyForm/components/Base/ExtraEditors.d.ts +13 -0
- package/dist/MyForm/components/MyAutoComplete/index.d.ts +4 -0
- package/dist/MyForm/components/MyButton/index.d.ts +9 -0
- package/dist/MyForm/components/MyCascader/index.d.ts +14 -0
- package/dist/MyForm/components/MyCheckbox/CheckboxInputNeedFillWidth.d.ts +22 -0
- package/dist/MyForm/components/MyCheckbox/CustomCheckbox.d.ts +31 -0
- package/dist/MyForm/components/MyCheckbox/GroupCheckbox.d.ts +19 -0
- package/dist/MyForm/components/MyCheckbox/MultipleCheckbox.d.ts +36 -0
- package/dist/MyForm/components/MyCheckbox/index.d.ts +10 -0
- package/dist/MyForm/components/MyCheckbox/type.d.ts +33 -0
- package/dist/MyForm/components/MyCustom/ArrayCustom.d.ts +33 -0
- package/dist/MyForm/components/MyCustom/ArrayCustomTab.d.ts +22 -0
- package/dist/MyForm/components/MyCustom/Inner.d.ts +22 -0
- package/dist/MyForm/components/MyCustom/index.d.ts +3 -0
- package/dist/MyForm/components/MyDateTime/index.d.ts +10 -0
- package/dist/MyForm/components/MyInput/index.d.ts +41 -0
- package/dist/MyForm/components/MyInputWithRed/index.d.ts +42 -0
- package/dist/MyForm/components/MySelect/CustomSelect.d.ts +9 -0
- package/dist/MyForm/components/MySelect/DefaultSelect.d.ts +30 -0
- package/dist/MyForm/components/MySelect/MultipleSelect.d.ts +25 -0
- package/dist/MyForm/components/MySelect/index.d.ts +8 -0
- package/dist/MyForm/components/MyTable/TableEditableCell.d.ts +25 -0
- package/dist/MyForm/components/MyTable/components/Table.d.ts +2 -0
- package/dist/MyForm/components/MyTable/index.d.ts +18 -0
- package/dist/MyForm/components/MyTable/index2.d.ts +17 -0
- package/dist/MyForm/components/MyTable/index3.d.ts +25 -0
- package/dist/MyForm/components/MyTreeSelect/Inner.d.ts +29 -0
- package/dist/MyForm/components/MyTreeSelect/index.d.ts +2 -0
- package/dist/MyForm/components/SimpleObject/index.d.ts +15 -0
- package/dist/MyForm/components/SingleCheckbox/index.d.ts +2 -0
- package/dist/MyForm/components/business/Address/AddressCascader.d.ts +13 -0
- package/dist/MyForm/components/business/BloodAndThalassemia/index.d.ts +2 -0
- package/dist/MyForm/components/business/BloodAndThalassemia/index2.d.ts +2 -0
- package/dist/MyForm/components/business/BloodFlows/index.d.ts +4 -0
- package/dist/MyForm/components/business/BloodPressure/index.d.ts +14 -0
- package/dist/MyForm/components/business/DoubleInput/index.d.ts +14 -0
- package/dist/MyForm/components/business/FilterDateInput/index.d.ts +15 -0
- package/dist/MyForm/components/business/FundalHeightInput/index.d.ts +5 -0
- package/dist/MyForm/components/business/HemogramExam/index.d.ts +4 -0
- package/dist/MyForm/components/business/NormalButton/index.d.ts +9 -0
- package/dist/MyForm/components/business/PdProcedure/Cystocentesis.d.ts +3 -0
- package/dist/MyForm/components/business/PdProcedure/Cystocentesis_Inner.d.ts +25 -0
- package/dist/MyForm/components/business/PdProcedure/Inner.d.ts +17 -0
- package/dist/MyForm/components/business/PdProcedure/IntrauterineBloodTransfusion.d.ts +3 -0
- package/dist/MyForm/components/business/PdProcedure/IntrauterineBloodTransfusion_Inner.d.ts +25 -0
- package/dist/MyForm/components/business/PdProcedure/config/common-table-item.d.ts +302 -0
- package/dist/MyForm/components/business/PdProcedure/config/options.d.ts +63 -0
- package/dist/MyForm/components/business/PdProcedure/config/table.d.ts +271 -0
- package/dist/MyForm/components/business/PdProcedure/index.d.ts +3 -0
- package/dist/MyForm/components/business/PregnancyHistory/MyForm_Business_PregnancyHistory.d.ts +32 -0
- package/dist/MyForm/components/business/PregnancyHistory/config.d.ts +228 -0
- package/dist/MyForm/components/business/PregnancyHistory/index.d.ts +2 -0
- package/dist/MyForm/components/business/PrenatalDignosisPrenancyHisotries/index.d.ts +42 -0
- package/dist/MyForm/components/business/TemplateTextarea/EditModal.d.ts +2 -0
- package/dist/MyForm/components/business/TemplateTextarea/TextareaWithTemplate.d.ts +39 -0
- package/dist/MyForm/components/business/TemplateTextarea/common.d.ts +22 -0
- package/dist/MyForm/components/business/TemplateTextarea/components/TemplateSelect.d.ts +2 -0
- package/dist/MyForm/components/business/TemplateTextarea/methods/index.d.ts +16 -0
- package/dist/MyForm/components/business/TextareaWithBtn/index.d.ts +16 -0
- package/dist/MyForm/components/business/TextareaWithTemplate/Inner.d.ts +25 -0
- package/dist/MyForm/components/business/TextareaWithTemplate/index.d.ts +3 -0
- package/dist/MyForm/components/business/TextareaWithTemplate/types.d.ts +9 -0
- package/dist/MyForm/components/business/prenatalReturnTable/Inner.d.ts +29 -0
- package/dist/MyForm/components/business/prenatalReturnTable/index.d.ts +2 -0
- package/dist/MyForm/components/index.d.ts +2 -0
- package/dist/MyForm/formItem.d.ts +32 -0
- package/dist/MyForm/form_new.d.ts +3 -0
- package/dist/MyForm/index.d.ts +7 -0
- package/dist/MyForm/interface.d.ts +115 -0
- package/dist/MyForm/utils/__test__/index.test22.d.ts +1 -0
- package/dist/MyForm/utils/func.d.ts +25 -0
- package/dist/MyForm/utils/index.d.ts +9 -0
- package/dist/MyForm/utils/render.d.ts +1 -0
- package/dist/MyForm/utils/valid.d.ts +10 -0
- package/dist/MyLazyComponent/index.d.ts +1 -0
- package/dist/PDFPreview/Base64ModalframeView.d.ts +11 -0
- package/dist/PDFPreview/IframeView.d.ts +8 -0
- package/dist/PDFPreview/ModalIframeView.d.ts +11 -0
- package/dist/PDFPreview/ModalView.d.ts +8 -0
- package/dist/PDFPreview/View.d.ts +7 -0
- package/dist/PDFPreview/index.d.ts +13 -0
- package/dist/a_chunks/.root.js +294 -0
- package/dist/a_chunks/.root.js.map +1 -0
- package/dist/a_chunks/.root10.js +339 -0
- package/dist/a_chunks/.root10.js.map +1 -0
- package/dist/a_chunks/.root100.js +400 -0
- package/dist/a_chunks/.root100.js.map +1 -0
- package/dist/a_chunks/.root101.js +1011 -0
- package/dist/a_chunks/.root101.js.map +1 -0
- package/dist/a_chunks/.root102.js +279 -0
- package/dist/a_chunks/.root102.js.map +1 -0
- package/dist/a_chunks/.root103.js +130 -0
- package/dist/a_chunks/.root103.js.map +1 -0
- package/dist/a_chunks/.root104.js +298 -0
- package/dist/a_chunks/.root104.js.map +1 -0
- package/dist/a_chunks/.root105.js +503 -0
- package/dist/a_chunks/.root105.js.map +1 -0
- package/dist/a_chunks/.root106.js +107 -0
- package/dist/a_chunks/.root106.js.map +1 -0
- package/dist/a_chunks/.root107.js +214 -0
- package/dist/a_chunks/.root107.js.map +1 -0
- package/dist/a_chunks/.root108.js +189 -0
- package/dist/a_chunks/.root108.js.map +1 -0
- package/dist/a_chunks/.root109.js +916 -0
- package/dist/a_chunks/.root109.js.map +1 -0
- package/dist/a_chunks/.root11.js +95 -0
- package/dist/a_chunks/.root11.js.map +1 -0
- package/dist/a_chunks/.root110.js +965 -0
- package/dist/a_chunks/.root110.js.map +1 -0
- package/dist/a_chunks/.root111.js +172 -0
- package/dist/a_chunks/.root111.js.map +1 -0
- package/dist/a_chunks/.root112.js +429 -0
- package/dist/a_chunks/.root112.js.map +1 -0
- package/dist/a_chunks/.root113.js +266 -0
- package/dist/a_chunks/.root113.js.map +1 -0
- package/dist/a_chunks/.root114.js +172 -0
- package/dist/a_chunks/.root114.js.map +1 -0
- package/dist/a_chunks/.root115.js +346 -0
- package/dist/a_chunks/.root115.js.map +1 -0
- package/dist/a_chunks/.root116.js +151 -0
- package/dist/a_chunks/.root116.js.map +1 -0
- package/dist/a_chunks/.root117.js +127 -0
- package/dist/a_chunks/.root117.js.map +1 -0
- package/dist/a_chunks/.root118.js +525 -0
- package/dist/a_chunks/.root118.js.map +1 -0
- package/dist/a_chunks/.root119.js +583 -0
- package/dist/a_chunks/.root119.js.map +1 -0
- package/dist/a_chunks/.root12.js +130 -0
- package/dist/a_chunks/.root12.js.map +1 -0
- package/dist/a_chunks/.root120.js +285 -0
- package/dist/a_chunks/.root120.js.map +1 -0
- package/dist/a_chunks/.root121.js +545 -0
- package/dist/a_chunks/.root121.js.map +1 -0
- package/dist/a_chunks/.root122.js +667 -0
- package/dist/a_chunks/.root122.js.map +1 -0
- package/dist/a_chunks/.root123.js +673 -0
- package/dist/a_chunks/.root123.js.map +1 -0
- package/dist/a_chunks/.root124.js +276 -0
- package/dist/a_chunks/.root124.js.map +1 -0
- package/dist/a_chunks/.root125.js +200 -0
- package/dist/a_chunks/.root125.js.map +1 -0
- package/dist/a_chunks/.root126.js +86 -0
- package/dist/a_chunks/.root126.js.map +1 -0
- package/dist/a_chunks/.root127.js +798 -0
- package/dist/a_chunks/.root127.js.map +1 -0
- package/dist/a_chunks/.root128.js +264 -0
- package/dist/a_chunks/.root128.js.map +1 -0
- package/dist/a_chunks/.root129.js +1127 -0
- package/dist/a_chunks/.root129.js.map +1 -0
- package/dist/a_chunks/.root13.js +135 -0
- package/dist/a_chunks/.root13.js.map +1 -0
- package/dist/a_chunks/.root130.js +542 -0
- package/dist/a_chunks/.root130.js.map +1 -0
- package/dist/a_chunks/.root131.js +242 -0
- package/dist/a_chunks/.root131.js.map +1 -0
- package/dist/a_chunks/.root132.js +144 -0
- package/dist/a_chunks/.root132.js.map +1 -0
- package/dist/a_chunks/.root133.js +185 -0
- package/dist/a_chunks/.root133.js.map +1 -0
- package/dist/a_chunks/.root134.js +413 -0
- package/dist/a_chunks/.root134.js.map +1 -0
- package/dist/a_chunks/.root135.js +1143 -0
- package/dist/a_chunks/.root135.js.map +1 -0
- package/dist/a_chunks/.root136.js +507 -0
- package/dist/a_chunks/.root136.js.map +1 -0
- package/dist/a_chunks/.root137.js +570 -0
- package/dist/a_chunks/.root137.js.map +1 -0
- package/dist/a_chunks/.root138.js +197 -0
- package/dist/a_chunks/.root138.js.map +1 -0
- package/dist/a_chunks/.root139.js +903 -0
- package/dist/a_chunks/.root139.js.map +1 -0
- package/dist/a_chunks/.root14.js +348 -0
- package/dist/a_chunks/.root14.js.map +1 -0
- package/dist/a_chunks/.root140.js +267 -0
- package/dist/a_chunks/.root140.js.map +1 -0
- package/dist/a_chunks/.root141.js +179 -0
- package/dist/a_chunks/.root141.js.map +1 -0
- package/dist/a_chunks/.root142.js +114 -0
- package/dist/a_chunks/.root142.js.map +1 -0
- package/dist/a_chunks/.root143.js +133 -0
- package/dist/a_chunks/.root143.js.map +1 -0
- package/dist/a_chunks/.root144.js +351 -0
- package/dist/a_chunks/.root144.js.map +1 -0
- package/dist/a_chunks/.root145.js +99 -0
- package/dist/a_chunks/.root145.js.map +1 -0
- package/dist/a_chunks/.root146.js +136 -0
- package/dist/a_chunks/.root146.js.map +1 -0
- package/dist/a_chunks/.root147.js +445 -0
- package/dist/a_chunks/.root147.js.map +1 -0
- package/dist/a_chunks/.root148.js +618 -0
- package/dist/a_chunks/.root148.js.map +1 -0
- package/dist/a_chunks/.root149.js +329 -0
- package/dist/a_chunks/.root149.js.map +1 -0
- package/dist/a_chunks/.root15.js +275 -0
- package/dist/a_chunks/.root15.js.map +1 -0
- package/dist/a_chunks/.root150.js +381 -0
- package/dist/a_chunks/.root150.js.map +1 -0
- package/dist/a_chunks/.root151.js +299 -0
- package/dist/a_chunks/.root151.js.map +1 -0
- package/dist/a_chunks/.root152.js +105 -0
- package/dist/a_chunks/.root152.js.map +1 -0
- package/dist/a_chunks/.root153.js +117 -0
- package/dist/a_chunks/.root153.js.map +1 -0
- package/dist/a_chunks/.root154.js +101 -0
- package/dist/a_chunks/.root154.js.map +1 -0
- package/dist/a_chunks/.root155.js +279 -0
- package/dist/a_chunks/.root155.js.map +1 -0
- package/dist/a_chunks/.root156.js +91 -0
- package/dist/a_chunks/.root156.js.map +1 -0
- package/dist/a_chunks/.root157.js +154 -0
- package/dist/a_chunks/.root157.js.map +1 -0
- package/dist/a_chunks/.root158.js +213 -0
- package/dist/a_chunks/.root158.js.map +1 -0
- package/dist/a_chunks/.root159.js +122 -0
- package/dist/a_chunks/.root159.js.map +1 -0
- package/dist/a_chunks/.root16.js +247 -0
- package/dist/a_chunks/.root16.js.map +1 -0
- package/dist/a_chunks/.root160.js +123 -0
- package/dist/a_chunks/.root160.js.map +1 -0
- package/dist/a_chunks/.root161.js +45 -0
- package/dist/a_chunks/.root161.js.map +1 -0
- package/dist/a_chunks/.root162.js +46 -0
- package/dist/a_chunks/.root162.js.map +1 -0
- package/dist/a_chunks/.root163.js +77 -0
- package/dist/a_chunks/.root163.js.map +1 -0
- package/dist/a_chunks/.root164.js +206 -0
- package/dist/a_chunks/.root164.js.map +1 -0
- package/dist/a_chunks/.root165.js +108 -0
- package/dist/a_chunks/.root165.js.map +1 -0
- package/dist/a_chunks/.root166.js +108 -0
- package/dist/a_chunks/.root166.js.map +1 -0
- package/dist/a_chunks/.root167.js +2074 -0
- package/dist/a_chunks/.root167.js.map +1 -0
- package/dist/a_chunks/.root168.js +112 -0
- package/dist/a_chunks/.root168.js.map +1 -0
- package/dist/a_chunks/.root169.js +147 -0
- package/dist/a_chunks/.root169.js.map +1 -0
- package/dist/a_chunks/.root17.js +138 -0
- package/dist/a_chunks/.root17.js.map +1 -0
- package/dist/a_chunks/.root170.js +114 -0
- package/dist/a_chunks/.root170.js.map +1 -0
- package/dist/a_chunks/.root171.js +59 -0
- package/dist/a_chunks/.root171.js.map +1 -0
- package/dist/a_chunks/.root172.js +69 -0
- package/dist/a_chunks/.root172.js.map +1 -0
- package/dist/a_chunks/.root173.js +146 -0
- package/dist/a_chunks/.root173.js.map +1 -0
- package/dist/a_chunks/.root174.js +112 -0
- package/dist/a_chunks/.root174.js.map +1 -0
- package/dist/a_chunks/.root175.js +113 -0
- package/dist/a_chunks/.root175.js.map +1 -0
- package/dist/a_chunks/.root176.js +109 -0
- package/dist/a_chunks/.root176.js.map +1 -0
- package/dist/a_chunks/.root177.js +129 -0
- package/dist/a_chunks/.root177.js.map +1 -0
- package/dist/a_chunks/.root178.js +182 -0
- package/dist/a_chunks/.root178.js.map +1 -0
- package/dist/a_chunks/.root179.js +253 -0
- package/dist/a_chunks/.root179.js.map +1 -0
- package/dist/a_chunks/.root18.js +152 -0
- package/dist/a_chunks/.root18.js.map +1 -0
- package/dist/a_chunks/.root180.js +458 -0
- package/dist/a_chunks/.root180.js.map +1 -0
- package/dist/a_chunks/.root181.js +1511 -0
- package/dist/a_chunks/.root181.js.map +1 -0
- package/dist/a_chunks/.root182.js +91 -0
- package/dist/a_chunks/.root182.js.map +1 -0
- package/dist/a_chunks/.root183.js +115 -0
- package/dist/a_chunks/.root183.js.map +1 -0
- package/dist/a_chunks/.root184.js +1202 -0
- package/dist/a_chunks/.root184.js.map +1 -0
- package/dist/a_chunks/.root185.js +83 -0
- package/dist/a_chunks/.root185.js.map +1 -0
- package/dist/a_chunks/.root186.js +267 -0
- package/dist/a_chunks/.root186.js.map +1 -0
- package/dist/a_chunks/.root187.js +18 -0
- package/dist/a_chunks/.root187.js.map +1 -0
- package/dist/a_chunks/.root19.js +121 -0
- package/dist/a_chunks/.root19.js.map +1 -0
- package/dist/a_chunks/.root2.js +980 -0
- package/dist/a_chunks/.root2.js.map +1 -0
- package/dist/a_chunks/.root20.js +169 -0
- package/dist/a_chunks/.root20.js.map +1 -0
- package/dist/a_chunks/.root21.js +260 -0
- package/dist/a_chunks/.root21.js.map +1 -0
- package/dist/a_chunks/.root22.js +324 -0
- package/dist/a_chunks/.root22.js.map +1 -0
- package/dist/a_chunks/.root23.js +22 -0
- package/dist/a_chunks/.root23.js.map +1 -0
- package/dist/a_chunks/.root24.js +90 -0
- package/dist/a_chunks/.root24.js.map +1 -0
- package/dist/a_chunks/.root25.js +207 -0
- package/dist/a_chunks/.root25.js.map +1 -0
- package/dist/a_chunks/.root26.js +265 -0
- package/dist/a_chunks/.root26.js.map +1 -0
- package/dist/a_chunks/.root27.js +151 -0
- package/dist/a_chunks/.root27.js.map +1 -0
- package/dist/a_chunks/.root28.js +394 -0
- package/dist/a_chunks/.root28.js.map +1 -0
- package/dist/a_chunks/.root29.js +555 -0
- package/dist/a_chunks/.root29.js.map +1 -0
- package/dist/a_chunks/.root3.js +284 -0
- package/dist/a_chunks/.root3.js.map +1 -0
- package/dist/a_chunks/.root30.js +2227 -0
- package/dist/a_chunks/.root30.js.map +1 -0
- package/dist/a_chunks/.root31.js +286 -0
- package/dist/a_chunks/.root31.js.map +1 -0
- package/dist/a_chunks/.root32.js +83 -0
- package/dist/a_chunks/.root32.js.map +1 -0
- package/dist/a_chunks/.root33.js +84 -0
- package/dist/a_chunks/.root33.js.map +1 -0
- package/dist/a_chunks/.root34.js +239 -0
- package/dist/a_chunks/.root34.js.map +1 -0
- package/dist/a_chunks/.root35.js +288 -0
- package/dist/a_chunks/.root35.js.map +1 -0
- package/dist/a_chunks/.root36.js +177 -0
- package/dist/a_chunks/.root36.js.map +1 -0
- package/dist/a_chunks/.root37.js +147 -0
- package/dist/a_chunks/.root37.js.map +1 -0
- package/dist/a_chunks/.root38.js +102 -0
- package/dist/a_chunks/.root38.js.map +1 -0
- package/dist/a_chunks/.root39.js +49 -0
- package/dist/a_chunks/.root39.js.map +1 -0
- package/dist/a_chunks/.root4.js +1107 -0
- package/dist/a_chunks/.root4.js.map +1 -0
- package/dist/a_chunks/.root40.js +273 -0
- package/dist/a_chunks/.root40.js.map +1 -0
- package/dist/a_chunks/.root41.js +22 -0
- package/dist/a_chunks/.root41.js.map +1 -0
- package/dist/a_chunks/.root42.js +214 -0
- package/dist/a_chunks/.root42.js.map +1 -0
- package/dist/a_chunks/.root43.js +151 -0
- package/dist/a_chunks/.root43.js.map +1 -0
- package/dist/a_chunks/.root44.js +53 -0
- package/dist/a_chunks/.root44.js.map +1 -0
- package/dist/a_chunks/.root45.js +21 -0
- package/dist/a_chunks/.root45.js.map +1 -0
- package/dist/a_chunks/.root46.js +51 -0
- package/dist/a_chunks/.root46.js.map +1 -0
- package/dist/a_chunks/.root47.js +280 -0
- package/dist/a_chunks/.root47.js.map +1 -0
- package/dist/a_chunks/.root48.js +192 -0
- package/dist/a_chunks/.root48.js.map +1 -0
- package/dist/a_chunks/.root49.js +82 -0
- package/dist/a_chunks/.root49.js.map +1 -0
- package/dist/a_chunks/.root5.js +359 -0
- package/dist/a_chunks/.root5.js.map +1 -0
- package/dist/a_chunks/.root50.js +220 -0
- package/dist/a_chunks/.root50.js.map +1 -0
- package/dist/a_chunks/.root51.js +338 -0
- package/dist/a_chunks/.root51.js.map +1 -0
- package/dist/a_chunks/.root52.js +129 -0
- package/dist/a_chunks/.root52.js.map +1 -0
- package/dist/a_chunks/.root53.js +299 -0
- package/dist/a_chunks/.root53.js.map +1 -0
- package/dist/a_chunks/.root54.js +23 -0
- package/dist/a_chunks/.root54.js.map +1 -0
- package/dist/a_chunks/.root55.js +665 -0
- package/dist/a_chunks/.root55.js.map +1 -0
- package/dist/a_chunks/.root56.js +3357 -0
- package/dist/a_chunks/.root56.js.map +1 -0
- package/dist/a_chunks/.root57.js +567 -0
- package/dist/a_chunks/.root57.js.map +1 -0
- package/dist/a_chunks/.root58.js +198 -0
- package/dist/a_chunks/.root58.js.map +1 -0
- package/dist/a_chunks/.root59.js +165 -0
- package/dist/a_chunks/.root59.js.map +1 -0
- package/dist/a_chunks/.root6.js +206 -0
- package/dist/a_chunks/.root6.js.map +1 -0
- package/dist/a_chunks/.root60.js +904 -0
- package/dist/a_chunks/.root60.js.map +1 -0
- package/dist/a_chunks/.root61.js +103 -0
- package/dist/a_chunks/.root61.js.map +1 -0
- package/dist/a_chunks/.root62.js +226 -0
- package/dist/a_chunks/.root62.js.map +1 -0
- package/dist/a_chunks/.root63.js +322 -0
- package/dist/a_chunks/.root63.js.map +1 -0
- package/dist/a_chunks/.root64.js +492 -0
- package/dist/a_chunks/.root64.js.map +1 -0
- package/dist/a_chunks/.root65.js +485 -0
- package/dist/a_chunks/.root65.js.map +1 -0
- package/dist/a_chunks/.root66.js +1056 -0
- package/dist/a_chunks/.root66.js.map +1 -0
- package/dist/a_chunks/.root67.js +299 -0
- package/dist/a_chunks/.root67.js.map +1 -0
- package/dist/a_chunks/.root68.js +206 -0
- package/dist/a_chunks/.root68.js.map +1 -0
- package/dist/a_chunks/.root69.js +1086 -0
- package/dist/a_chunks/.root69.js.map +1 -0
- package/dist/a_chunks/.root7.js +748 -0
- package/dist/a_chunks/.root7.js.map +1 -0
- package/dist/a_chunks/.root70.js +857 -0
- package/dist/a_chunks/.root70.js.map +1 -0
- package/dist/a_chunks/.root71.js +386 -0
- package/dist/a_chunks/.root71.js.map +1 -0
- package/dist/a_chunks/.root72.js +237 -0
- package/dist/a_chunks/.root72.js.map +1 -0
- package/dist/a_chunks/.root73.js +154 -0
- package/dist/a_chunks/.root73.js.map +1 -0
- package/dist/a_chunks/.root74.js +348 -0
- package/dist/a_chunks/.root74.js.map +1 -0
- package/dist/a_chunks/.root75.js +578 -0
- package/dist/a_chunks/.root75.js.map +1 -0
- package/dist/a_chunks/.root76.js +540 -0
- package/dist/a_chunks/.root76.js.map +1 -0
- package/dist/a_chunks/.root77.js +336 -0
- package/dist/a_chunks/.root77.js.map +1 -0
- package/dist/a_chunks/.root78.js +329 -0
- package/dist/a_chunks/.root78.js.map +1 -0
- package/dist/a_chunks/.root79.js +2311 -0
- package/dist/a_chunks/.root79.js.map +1 -0
- package/dist/a_chunks/.root8.js +172 -0
- package/dist/a_chunks/.root8.js.map +1 -0
- package/dist/a_chunks/.root80.js +169 -0
- package/dist/a_chunks/.root80.js.map +1 -0
- package/dist/a_chunks/.root81.js +607 -0
- package/dist/a_chunks/.root81.js.map +1 -0
- package/dist/a_chunks/.root82.js +287 -0
- package/dist/a_chunks/.root82.js.map +1 -0
- package/dist/a_chunks/.root83.js +247 -0
- package/dist/a_chunks/.root83.js.map +1 -0
- package/dist/a_chunks/.root84.js +247 -0
- package/dist/a_chunks/.root84.js.map +1 -0
- package/dist/a_chunks/.root85.js +481 -0
- package/dist/a_chunks/.root85.js.map +1 -0
- package/dist/a_chunks/.root86.js +351 -0
- package/dist/a_chunks/.root86.js.map +1 -0
- package/dist/a_chunks/.root87.js +94 -0
- package/dist/a_chunks/.root87.js.map +1 -0
- package/dist/a_chunks/.root88.js +101 -0
- package/dist/a_chunks/.root88.js.map +1 -0
- package/dist/a_chunks/.root89.js +248 -0
- package/dist/a_chunks/.root89.js.map +1 -0
- package/dist/a_chunks/.root9.js +687 -0
- package/dist/a_chunks/.root9.js.map +1 -0
- package/dist/a_chunks/.root90.js +356 -0
- package/dist/a_chunks/.root90.js.map +1 -0
- package/dist/a_chunks/.root91.js +143 -0
- package/dist/a_chunks/.root91.js.map +1 -0
- package/dist/a_chunks/.root92.js +143 -0
- package/dist/a_chunks/.root92.js.map +1 -0
- package/dist/a_chunks/.root93.js +462 -0
- package/dist/a_chunks/.root93.js.map +1 -0
- package/dist/a_chunks/.root94.js +365 -0
- package/dist/a_chunks/.root94.js.map +1 -0
- package/dist/a_chunks/.root95.js +223 -0
- package/dist/a_chunks/.root95.js.map +1 -0
- package/dist/a_chunks/.root96.js +358 -0
- package/dist/a_chunks/.root96.js.map +1 -0
- package/dist/a_chunks/.root97.js +521 -0
- package/dist/a_chunks/.root97.js.map +1 -0
- package/dist/a_chunks/.root98.js +374 -0
- package/dist/a_chunks/.root98.js.map +1 -0
- package/dist/a_chunks/.root99.js +390 -0
- package/dist/a_chunks/.root99.js.map +1 -0
- package/dist/a_chunks/Inner.js +662 -0
- package/dist/a_chunks/Inner.js.map +1 -0
- package/dist/a_chunks/TableEditableCell.js +148 -0
- package/dist/a_chunks/TableEditableCell.js.map +1 -0
- package/dist/a_chunks/TemplateModal.js +733 -0
- package/dist/a_chunks/TemplateModal.js.map +1 -0
- package/dist/a_chunks/_commonjsHelpers.js +22 -0
- package/dist/a_chunks/_commonjsHelpers.js.map +1 -0
- package/dist/a_chunks/common-table-item.js +771 -0
- package/dist/a_chunks/common-table-item.js.map +1 -0
- package/dist/a_chunks/data.js +570 -0
- package/dist/a_chunks/data.js.map +1 -0
- package/dist/a_chunks/deathclassification.js +172 -0
- package/dist/a_chunks/deathclassification.js.map +1 -0
- package/dist/a_chunks/func.js +277 -0
- package/dist/a_chunks/func.js.map +1 -0
- package/dist/a_chunks/index.js +10465 -0
- package/dist/a_chunks/index.js.map +1 -0
- package/dist/a_chunks/index2.js +6 -0
- package/dist/a_chunks/index2.js.map +1 -0
- package/dist/a_chunks/index3.js +479 -0
- package/dist/a_chunks/index3.js.map +1 -0
- package/dist/a_chunks/index4.js +119 -0
- package/dist/a_chunks/index4.js.map +1 -0
- package/dist/a_chunks/requestMethods.js +56 -0
- package/dist/a_chunks/requestMethods.js.map +1 -0
- package/dist/common_field_item/index.d.ts +5 -0
- package/dist/common_field_item/meta.d.ts +41 -0
- package/dist/curve/components/BmiCanvas/index.d.ts +29 -0
- package/dist/curve/components/FetusCanvas/config.d.ts +3 -0
- package/dist/curve/components/FetusCanvas/index.d.ts +26 -0
- package/dist/curve/components/FetusCanvas/requestMethods.d.ts +9 -0
- package/dist/curve/components/FetusCanvasNICHD/config.d.ts +3 -0
- package/dist/curve/components/FetusCanvasNICHD/data.d.ts +84 -0
- package/dist/curve/components/FetusCanvasNICHD/index.d.ts +28 -0
- package/dist/curve/components/Pregnogram/index.d.ts +19 -0
- package/dist/curve/components/api.d.ts +23 -0
- package/dist/curve/components-new/BmiCanvas/index.d.ts +22 -0
- package/dist/curve/components-new/FetusCanvas/config.d.ts +3 -0
- package/dist/curve/components-new/FetusCanvas/index.d.ts +19 -0
- package/dist/curve/components-new/FetusCanvas/requestMethods.d.ts +9 -0
- package/dist/curve/components-new/FetusCanvasNICHD/config.d.ts +3 -0
- package/dist/curve/components-new/FetusCanvasNICHD/data.d.ts +84 -0
- package/dist/curve/components-new/FetusCanvasNICHD/index.d.ts +21 -0
- package/dist/curve/components-new/Pregnogram/index.d.ts +13 -0
- package/dist/curve/data.d.ts +120 -0
- package/dist/curve/func.d.ts +9 -0
- package/dist/curve/index.d.ts +5 -0
- package/dist/curve/intro-steps.d.ts +7 -0
- package/dist/doctor-end/ChiefComplaintTemplate/index.d.ts +21 -0
- package/dist/doctor-end/CockpitModal/CockpitModal.d.ts +9 -0
- package/dist/doctor-end/CockpitModal/components/chart-booking/chart-booking.d.ts +8 -0
- package/dist/doctor-end/CockpitModal/components/chart-efficiency/chart-efficiency.d.ts +8 -0
- package/dist/doctor-end/CockpitModal/components/chart-highrisk/chart-highrisk.d.ts +8 -0
- package/dist/doctor-end/CockpitModal/components/chart-type/chart-type-inner.d.ts +8 -0
- package/dist/doctor-end/CockpitModal/components/chart-type/chart-type.d.ts +2 -0
- package/dist/doctor-end/CockpitModal/components/chart-type/chart.d.ts +28 -0
- package/dist/doctor-end/CockpitModal/components/index.d.ts +5 -0
- package/dist/doctor-end/CockpitModal/components/time-header/time-header.d.ts +15 -0
- package/dist/doctor-end/CockpitModal/methods/assist-methods.d.ts +3 -0
- package/dist/doctor-end/CockpitModal/methods/request-methods.d.ts +8 -0
- package/dist/doctor-end/DiabetesAppointment/index.d.ts +16 -0
- package/dist/doctor-end/DiagReminder/index.d.ts +13 -0
- package/dist/doctor-end/DiagReminder_copy/index.d.ts +3 -0
- package/dist/doctor-end/GestationalWeekProjectTree/index.d.ts +7 -0
- package/dist/doctor-end/HighRiskModal/HighRiskModal.d.ts +12 -0
- package/dist/doctor-end/HighriskFactor/index.d.ts +51 -0
- package/dist/doctor-end/HighriskGradeSelect/index.d.ts +13 -0
- package/dist/doctor-end/HighriskSign/index.d.ts +21 -0
- package/dist/doctor-end/Loading/index.d.ts +5 -0
- package/dist/doctor-end/Preeclampsia/Inner.d.ts +15 -0
- package/dist/doctor-end/Preeclampsia/index.d.ts +5 -0
- package/dist/doctor-end/PreventPreeclampsia/index.d.ts +2 -0
- package/dist/doctor-end/ResultImport/index.d.ts +19 -0
- package/dist/doctor-end/ScarredUterus/index.d.ts +15 -0
- package/dist/doctor-end/SyphilisManagement/index.d.ts +15 -0
- package/dist/doctor-end/TemplateTree/index.d.ts +55 -0
- package/dist/doctor-end/Thrombus/index.d.ts +22 -0
- package/dist/doctor-end/TreatmentTemplate/index.d.ts +21 -0
- package/dist/doctor-end/common.d.ts +1 -0
- package/dist/doctor-end/high-risk-warn/add-diagnoses/add-diagnoses.d.ts +11 -0
- package/dist/doctor-end/high-risk-warn/high-risk-warn.d.ts +15 -0
- package/dist/doctor-end/high-risk-warn/util.d.ts +12 -0
- package/dist/doctor-end/index.d.ts +5 -0
- package/dist/doctor-end/message-multiterm-modal/message-multiterm-modal.d.ts +11 -0
- package/dist/global-high-risk/config.d.ts +35 -0
- package/dist/global-high-risk/global-high-risk.d.ts +6 -0
- package/dist/global-high-risk/move-point.d.ts +21 -0
- package/dist/global-high-risk/request.d.ts +9 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/obis-doctor-ws/index.d.ts +1 -0
- package/dist/index.d.ts +58 -0
- package/dist/index.js +83 -0
- package/dist/index.js.map +1 -0
- package/dist/layout/components/ClearCache.d.ts +3 -0
- package/dist/layout/components/MenuSearch/Inner.d.ts +7 -0
- package/dist/layout/components/MenuSearch/index.d.ts +1 -0
- package/dist/layout/components/PregnancyToolbar.d.ts +7 -0
- package/dist/layout/components/ResetPasswordModal.d.ts +19 -0
- package/dist/layout/components/RouterTabs.d.ts +33 -0
- package/dist/layout/components/TabButton/Inner.d.ts +11 -0
- package/dist/layout/components/TabButton/index.d.ts +8 -0
- package/dist/layout/components/build-info-modal/build-info-modal.d.ts +6 -0
- package/dist/layout/components/reset-config.d.ts +62 -0
- package/dist/layout/header.d.ts +28 -0
- package/dist/layout/index.d.ts +1 -0
- package/dist/modals/entries/StupidTemplateModal2/components/TemplateSelect.d.ts +2 -0
- package/dist/modals/entries/StupidTemplateModal2/index.d.ts +22 -0
- package/dist/modals/entries/StupidTemplateModal2/methods/index.d.ts +16 -0
- package/dist/modals/entries/modal_form/index.d.ts +27 -0
- package/dist/modals/entries/print_modal/index.d.ts +3 -0
- package/dist/modals/entries/template_modal3/EditModal.d.ts +1 -0
- package/dist/modals/entries/template_modal3/common.d.ts +4 -0
- package/dist/modals/entries/template_modal3/components/TemplateSelect.d.ts +1 -0
- package/dist/modals/entries/template_modal3/index copy 2.d.ts +19 -0
- package/dist/modals/entries/template_modal3/index copy.d.ts +22 -0
- package/dist/modals/entries/template_modal3/index.d.ts +18 -0
- package/dist/modals/entries/template_modal3/methods/index.d.ts +15 -0
- package/dist/modals/entries/template_modal3/types.d.ts +28 -0
- package/dist/modals/entries/test/index.d.ts +6 -0
- package/dist/modals/entries/text_search/index.d.ts +8 -0
- package/dist/modals/entries//344/271/231/350/202/235/347/256/241/347/220/206/index.d.ts +7 -0
- package/dist/modals/entries//345/255/220/347/227/253/345/211/215/346/234/237/351/243/216/351/231/251/350/257/204/344/274/260/350/241/250/index.d.ts +9 -0
- package/dist/modals/entries//346/242/205/346/257/222/347/256/241/347/220/206/index.d.ts +7 -0
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/2015RCOG/351/231/215/344/275/216/345/246/212/345/250/240/345/217/212/344/272/247/350/244/245/346/234/237/351/235/231/350/204/211/350/241/200/346/240/223/346/240/223/345/241/236/347/232/204/351/243/216/351/231/251_/345/271/277/344/270/211/ThrombusGysy.d.ts +9 -0
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/2015RCOG/351/231/215/344/275/216/345/246/212/345/250/240/345/217/212/344/272/247/350/244/245/346/234/237/351/235/231/350/204/211/350/241/200/346/240/223/346/240/223/345/241/236/347/232/204/351/243/216/351/231/251_/345/271/277/344/270/211/components.d.ts +7 -0
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/2015RCOG/351/231/215/344/275/216/345/246/212/345/250/240/345/217/212/344/272/247/350/244/245/346/234/237/351/235/231/350/204/211/350/241/200/346/240/223/346/240/223/345/241/236/347/232/204/351/243/216/351/231/251_/345/271/277/344/270/211/config.d.ts +28 -0
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/2015RCOG/351/231/215/344/275/216/345/246/212/345/250/240/345/217/212/344/272/247/350/244/245/346/234/237/351/235/231/350/204/211/350/241/200/346/240/223/346/240/223/345/241/236/347/232/204/351/243/216/351/231/251_/345/271/277/344/270/211/utils.d.ts +9 -0
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/Default/ThrombusDefault.d.ts +7 -0
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/index.d.ts +3 -0
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/types.d.ts +5 -0
- package/dist/modals/entries//347/230/242/347/227/225/345/255/220/345/256/253/351/230/264/351/201/223/350/257/225/344/272/247/350/241/250/index.d.ts +6 -0
- package/dist/modals/entries//350/257/212/346/226/255/345/216/206/345/217/262/index.d.ts +8 -0
- package/dist/modals/entries//351/242/204/350/255/246/346/217/220/351/206/222_/351/253/230/345/215/261/345/277/253/350/256/257/add-diagnoses/add-diagnoses.d.ts +12 -0
- package/dist/modals/entries//351/242/204/350/255/246/346/217/220/351/206/222_/351/253/230/345/215/261/345/277/253/350/256/257/index.d.ts +20 -0
- package/dist/modals/entries//351/242/204/350/255/246/346/217/220/351/206/222_/351/253/230/345/215/261/345/277/253/350/256/257/util.d.ts +66 -0
- package/dist/modals/entries//351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206/HighriskSign.d.ts +13 -0
- package/dist/modals/entries//351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206/HighriskTimeline.d.ts +9 -0
- package/dist/modals/entries//351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206/index copy.d.ts" +12 -0
- package/dist/modals/entries//351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206/index.d.ts +13 -0
- package/dist/modals/index.d.ts +25 -0
- package/dist/modals/meta.d.ts +18 -0
- package/dist/newly-component/hepatitis-new-baby/components/Form.d.ts +13 -0
- package/dist/newly-component/hepatitis-new-baby/hepatitis-new-baby.d.ts +19 -0
- package/dist/newly-component/hepatitis-new-baby/index.d.ts +6 -0
- package/dist/newly-component/move-point/move-point.d.ts +21 -0
- package/dist/options/index.d.ts +2 -0
- package/dist/others/TemplateTree/Inner.d.ts +29 -0
- package/dist/others/TemplateTree/index.d.ts +3 -0
- package/dist/others/TemplateTree/types.d.ts +25 -0
- package/dist/others/baby-form/components/Form.d.ts +4 -0
- package/dist/others/baby-form/config/adapter.d.ts +5 -0
- package/dist/others/baby-form/frompanel.d.ts +16 -0
- package/dist/selects/AgeSelect/index.d.ts +5 -0
- package/dist/selects/ApgarScoreInput/index.d.ts +3 -0
- package/dist/selects/ApiPermissionSelect/index.d.ts +21 -0
- package/dist/selects/AutoCompleteWithRed/index.d.ts +4 -0
- package/dist/selects/CascaderAddress/AddressInput.d.ts +2 -0
- package/dist/selects/CascaderAddress/AddressInputInner.d.ts +19 -0
- package/dist/selects/CascaderAddress/index.d.ts +2 -0
- package/dist/selects/CountrySelect/index.d.ts +7 -0
- package/dist/selects/CronSelect/index.d.ts +10 -0
- package/dist/selects/DataSelectWithOptionsOrInput/Inner.d.ts +2 -0
- package/dist/selects/DataSelectWithOptionsOrInput/index.d.ts +2 -0
- package/dist/selects/DeviceStatusSelect/index.d.ts +7 -0
- package/dist/selects/DiagnosisAutoComplete/index.d.ts +11 -0
- package/dist/selects/NativePlace/NativePlace.d.ts +2 -0
- package/dist/selects/NativePlace/NativePlaceInner.d.ts +8 -0
- package/dist/selects/NativePlace/config.d.ts +7 -0
- package/dist/selects/NormalSelect/index.d.ts +11 -0
- package/dist/selects/OrderTypeSelect/index.d.ts +7 -0
- package/dist/selects/ParentPermissionSelect/index.d.ts +3 -0
- package/dist/selects/PatientAutoComplete/Inner.d.ts +14 -0
- package/dist/selects/PatientAutoComplete/index.d.ts +3 -0
- package/dist/selects/PermissionSelect/index.d.ts +14 -0
- package/dist/selects/PermissionTypeSelect/index.d.ts +11 -0
- package/dist/selects/RadioWithInput/index.d.ts +8 -0
- package/dist/selects/RadioWithInputNumber/index.d.ts +8 -0
- package/dist/selects/ReferralOrganizationSelect/index.d.ts +11 -0
- package/dist/selects/SelectTagWithOptions/index.d.ts +3 -0
- package/dist/selects/SelectWithNo/index.d.ts +2 -0
- package/dist/selects/SelectWithNoneOption/index.d.ts +8 -0
- package/dist/selects/SelectWithOptions/index.d.ts +8 -0
- package/dist/selects/SelectWithOptionsFromApi/index.d.ts +3 -0
- package/dist/selects/SelectWithOptionsOrInput/index.d.ts +2 -0
- package/dist/selects/ServiceTypeSelect/index.d.ts +7 -0
- package/dist/selects/ServiceTypeStatus/index.d.ts +7 -0
- package/dist/selects/SurgicalBeforeNurseSelect/index.d.ts +11 -0
- package/dist/selects/SurgicalBeforeOperatorSelect/index.d.ts +11 -0
- package/dist/selects/TreeSelect/index.d.ts +15 -0
- package/dist/selects/TriggerTypeSelect/index.d.ts +7 -0
- package/dist/special-components/cure-state/cure-state.d.ts +6 -0
- package/dist/special-components/syphilis-tested/syphilis-tested.d.ts +5 -0
- package/dist/utils/EventEmitter.d.ts +1 -0
- package/dist/utils/InterceptComponent.d.ts +17 -0
- package/dist/utils/adapter.d.ts +97 -0
- package/dist/utils/constants/index.d.ts +30 -0
- package/dist/utils/defaultMethod.d.ts +82 -0
- package/dist/utils/dictionary.d.ts +13 -0
- package/dist/utils/dictionaryTranslator.d.ts +6 -0
- package/dist/utils/form.d.ts +1 -0
- package/dist/utils/format.d.ts +16 -0
- package/dist/utils/getInputStyle.d.ts +1 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/levelOptions.d.ts +61 -0
- package/dist/utils/observePatientData.d.ts +7 -0
- package/dist/utils/preload_components.d.ts +2 -0
- package/dist/utils/select_options.d.ts +1 -0
- package/dist/utils/useMarshal.d.ts +5 -0
- package/dist/utils/utils.d.ts +33 -0
- package/package.json +53 -0
|
@@ -0,0 +1,1202 @@
|
|
|
1
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
2
|
+
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
|
3
|
+
var _excluded = ["config", "value", "onChange", "fetalCount"];
|
|
4
|
+
import { ay as APP_CONFIG, ah as MyPressure, aB as GeneralComponents_EditInTable_Inner, _ as _extends } from './index.js';
|
|
5
|
+
import 'antd/es/form/style';
|
|
6
|
+
import _Form from 'antd/es/form';
|
|
7
|
+
import 'antd/es/input-number/style';
|
|
8
|
+
import _InputNumber from 'antd/es/input-number';
|
|
9
|
+
import 'antd/es/button/style';
|
|
10
|
+
import _Button from 'antd/es/button';
|
|
11
|
+
import _isNil from 'lodash/isNil';
|
|
12
|
+
import _isEmpty from 'lodash/isEmpty';
|
|
13
|
+
import React$1 from 'react';
|
|
14
|
+
import { mchcEnv, MODAL_TEMPLATE_TYPES } from '@lm_fe/env';
|
|
15
|
+
import { formatDateTimeNoSecond } from '@lm_fe/utils';
|
|
16
|
+
import 'lodash/isFunction';
|
|
17
|
+
import '@ant-design/icons';
|
|
18
|
+
import 'antd/es/space/style';
|
|
19
|
+
import 'antd/es/space';
|
|
20
|
+
import 'antd/es/input/style';
|
|
21
|
+
import 'antd/es/input';
|
|
22
|
+
import 'lodash/set';
|
|
23
|
+
import 'lodash/map';
|
|
24
|
+
import 'lodash/indexOf';
|
|
25
|
+
import 'lodash/get';
|
|
26
|
+
import 'lodash/compact';
|
|
27
|
+
import '@lm_fe/components';
|
|
28
|
+
import 'classnames';
|
|
29
|
+
import 'dayjs';
|
|
30
|
+
import 'antd/es/checkbox/style';
|
|
31
|
+
import 'antd/es/checkbox';
|
|
32
|
+
import 'lodash/isString';
|
|
33
|
+
import 'lodash/isNumber';
|
|
34
|
+
import 'lodash/isBoolean';
|
|
35
|
+
import 'antd/es/divider/style';
|
|
36
|
+
import 'antd/es/divider';
|
|
37
|
+
import 'antd/es/switch/style';
|
|
38
|
+
import 'antd/es/switch';
|
|
39
|
+
import 'lodash/join';
|
|
40
|
+
import 'lodash/isEqual';
|
|
41
|
+
import 'lodash/isArray';
|
|
42
|
+
import 'lodash/identity';
|
|
43
|
+
import 'lodash/cloneDeep';
|
|
44
|
+
import '@lm_fe/service';
|
|
45
|
+
import 'lodash/isObject';
|
|
46
|
+
import 'lodash/keys';
|
|
47
|
+
import 'lodash/keyBy';
|
|
48
|
+
import 'antd/es/tooltip/style';
|
|
49
|
+
import 'antd/es/tooltip';
|
|
50
|
+
import 'antd/es/spin/style';
|
|
51
|
+
import 'antd/es/spin';
|
|
52
|
+
import 'antd/es/message/style';
|
|
53
|
+
import 'antd/es/message';
|
|
54
|
+
import 'lodash/has';
|
|
55
|
+
import 'antd/es/modal/style';
|
|
56
|
+
import 'antd/es/modal';
|
|
57
|
+
import 'lodash/size';
|
|
58
|
+
import 'lodash/includes';
|
|
59
|
+
import 'lodash/forEach';
|
|
60
|
+
import 'lodash/filter';
|
|
61
|
+
import 'react-to-print';
|
|
62
|
+
import 'antd/es/row/style';
|
|
63
|
+
import 'antd/es/row';
|
|
64
|
+
import 'antd/es/col/style';
|
|
65
|
+
import 'antd/es/col';
|
|
66
|
+
import 'lodash/concat';
|
|
67
|
+
import 'lodash/reduce';
|
|
68
|
+
import 'lodash/debounce';
|
|
69
|
+
import 'lodash/pickBy';
|
|
70
|
+
import 'antd/es/auto-complete/style';
|
|
71
|
+
import 'antd/es/auto-complete';
|
|
72
|
+
import 'lodash/nth';
|
|
73
|
+
import 'lodash/assign';
|
|
74
|
+
import 'antd/es/popover/style';
|
|
75
|
+
import 'antd/es/popover';
|
|
76
|
+
import 'antd/es/menu/style';
|
|
77
|
+
import 'antd/es/menu';
|
|
78
|
+
import 'store';
|
|
79
|
+
import 'antd/es/popconfirm/style';
|
|
80
|
+
import 'antd/es/popconfirm';
|
|
81
|
+
import 'antd/es/radio/style';
|
|
82
|
+
import 'antd/es/radio';
|
|
83
|
+
import 'lodash/last';
|
|
84
|
+
import 'lodash/toUpper';
|
|
85
|
+
[{
|
|
86
|
+
title: '日期',
|
|
87
|
+
dataIndex: 'recordTime',
|
|
88
|
+
width: APP_CONFIG.CELL_WIDTH_MIDDLE,
|
|
89
|
+
editable: true,
|
|
90
|
+
align: 'center',
|
|
91
|
+
inputType: 'DateTimeInput',
|
|
92
|
+
inputProps: {
|
|
93
|
+
showTime: true,
|
|
94
|
+
format: formatDateTimeNoSecond.format
|
|
95
|
+
},
|
|
96
|
+
render: formatDateTimeNoSecond,
|
|
97
|
+
sortType: 'date',
|
|
98
|
+
filterType: 'date',
|
|
99
|
+
showSorter: true,
|
|
100
|
+
defaultSortOrder: 'descend',
|
|
101
|
+
fixed: 'left'
|
|
102
|
+
}, {
|
|
103
|
+
title: '体温(℃)',
|
|
104
|
+
dataIndex: 'temperature',
|
|
105
|
+
editable: true,
|
|
106
|
+
align: 'center',
|
|
107
|
+
inputType: 'InputNumber',
|
|
108
|
+
inputProps: {
|
|
109
|
+
type: 'number',
|
|
110
|
+
min: 0,
|
|
111
|
+
minValue: 36.5,
|
|
112
|
+
maxValue: 37.3
|
|
113
|
+
},
|
|
114
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
115
|
+
render: function render(value) {
|
|
116
|
+
return value && (value > 37.3 || value < 36.5 ? /*#__PURE__*/React.createElement("div", {
|
|
117
|
+
style: {
|
|
118
|
+
color: 'red'
|
|
119
|
+
}
|
|
120
|
+
}, value) : "".concat(value));
|
|
121
|
+
}
|
|
122
|
+
}, {
|
|
123
|
+
title: '脉搏(次/分)',
|
|
124
|
+
dataIndex: 'pulse',
|
|
125
|
+
editable: true,
|
|
126
|
+
align: 'center',
|
|
127
|
+
inputType: 'InputNumber',
|
|
128
|
+
inputProps: {
|
|
129
|
+
type: 'number',
|
|
130
|
+
min: 0,
|
|
131
|
+
minValue: 60,
|
|
132
|
+
maxValue: 100
|
|
133
|
+
},
|
|
134
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
135
|
+
render: function render(value) {
|
|
136
|
+
return value && (value > 100 ? /*#__PURE__*/React.createElement("div", {
|
|
137
|
+
style: {
|
|
138
|
+
color: 'red'
|
|
139
|
+
}
|
|
140
|
+
}, value) : value < 60 ? /*#__PURE__*/React.createElement("div", {
|
|
141
|
+
style: {
|
|
142
|
+
color: 'red'
|
|
143
|
+
}
|
|
144
|
+
}, value) : "".concat(value));
|
|
145
|
+
}
|
|
146
|
+
}, {
|
|
147
|
+
title: '呼吸(次/分)',
|
|
148
|
+
dataIndex: 'breath',
|
|
149
|
+
editable: true,
|
|
150
|
+
align: 'center',
|
|
151
|
+
inputType: 'input_number',
|
|
152
|
+
inputProps: {
|
|
153
|
+
type: 'number',
|
|
154
|
+
min: 0,
|
|
155
|
+
minValue: 12,
|
|
156
|
+
maxValue: 20
|
|
157
|
+
},
|
|
158
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
159
|
+
render: function render(value) {
|
|
160
|
+
return value && (value > 20 ? /*#__PURE__*/React.createElement("div", {
|
|
161
|
+
style: {
|
|
162
|
+
color: 'red'
|
|
163
|
+
}
|
|
164
|
+
}, value) : value < 12 ? /*#__PURE__*/React.createElement("div", {
|
|
165
|
+
style: {
|
|
166
|
+
color: 'red'
|
|
167
|
+
}
|
|
168
|
+
}, value) : "".concat(value));
|
|
169
|
+
}
|
|
170
|
+
}, mchcEnv.is('广三') ? {
|
|
171
|
+
title: '血压(mmHg)',
|
|
172
|
+
align: 'center',
|
|
173
|
+
dataIndex: 'bp',
|
|
174
|
+
editable: true,
|
|
175
|
+
inputType: 'MyPressure',
|
|
176
|
+
inputProps: {
|
|
177
|
+
isPop: false
|
|
178
|
+
},
|
|
179
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
180
|
+
render: function render(value) {
|
|
181
|
+
return MyPressure.DisplayFC ? /*#__PURE__*/React.createElement(MyPressure.DisplayFC, {
|
|
182
|
+
value: value
|
|
183
|
+
}) : null;
|
|
184
|
+
}
|
|
185
|
+
} : {
|
|
186
|
+
title: '血压',
|
|
187
|
+
align: 'center',
|
|
188
|
+
children: [{
|
|
189
|
+
title: '收缩压(mmHg)',
|
|
190
|
+
dataIndex: 'systolic',
|
|
191
|
+
editable: true,
|
|
192
|
+
align: 'center',
|
|
193
|
+
inputType: 'InputNumber',
|
|
194
|
+
inputProps: {
|
|
195
|
+
type: 'number',
|
|
196
|
+
min: 0,
|
|
197
|
+
minValue: 90,
|
|
198
|
+
maxValue: 130
|
|
199
|
+
},
|
|
200
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
201
|
+
render: function render(value) {
|
|
202
|
+
return value && (value > 130 ? /*#__PURE__*/React.createElement("div", {
|
|
203
|
+
style: {
|
|
204
|
+
color: 'red'
|
|
205
|
+
}
|
|
206
|
+
}, value) : value < 90 ? /*#__PURE__*/React.createElement("div", {
|
|
207
|
+
style: {
|
|
208
|
+
color: 'red'
|
|
209
|
+
}
|
|
210
|
+
}, value) : "".concat(value));
|
|
211
|
+
}
|
|
212
|
+
}, {
|
|
213
|
+
title: '舒张压(mmHg)',
|
|
214
|
+
dataIndex: 'diastolic',
|
|
215
|
+
editable: true,
|
|
216
|
+
align: 'center',
|
|
217
|
+
inputType: 'InputNumber',
|
|
218
|
+
inputProps: {
|
|
219
|
+
type: 'number',
|
|
220
|
+
min: 0,
|
|
221
|
+
minValue: 60,
|
|
222
|
+
maxValue: 90
|
|
223
|
+
},
|
|
224
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
225
|
+
render: function render(value) {
|
|
226
|
+
return value && (value > 90 ? /*#__PURE__*/React.createElement("div", {
|
|
227
|
+
style: {
|
|
228
|
+
color: 'red'
|
|
229
|
+
}
|
|
230
|
+
}, value) : value < 60 ? /*#__PURE__*/React.createElement("div", {
|
|
231
|
+
style: {
|
|
232
|
+
color: 'red'
|
|
233
|
+
}
|
|
234
|
+
}, value) : "".concat(value));
|
|
235
|
+
}
|
|
236
|
+
}]
|
|
237
|
+
}, {
|
|
238
|
+
title: '胎位',
|
|
239
|
+
dataIndex: 'fetalPosition',
|
|
240
|
+
editable: true,
|
|
241
|
+
align: 'center',
|
|
242
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
243
|
+
inputType: 'select_with_options_or_input',
|
|
244
|
+
inputProps: {
|
|
245
|
+
options: [{
|
|
246
|
+
label: 'LOA',
|
|
247
|
+
value: 'LOA'
|
|
248
|
+
}, {
|
|
249
|
+
label: 'LOT',
|
|
250
|
+
value: 'LOT'
|
|
251
|
+
}, {
|
|
252
|
+
label: 'ROA',
|
|
253
|
+
value: 'ROA'
|
|
254
|
+
}, {
|
|
255
|
+
label: 'ROT',
|
|
256
|
+
value: 'ROT'
|
|
257
|
+
}]
|
|
258
|
+
}
|
|
259
|
+
}, {
|
|
260
|
+
title: '胎心1(次/分)',
|
|
261
|
+
dataIndex: 'fetalhart',
|
|
262
|
+
editable: true,
|
|
263
|
+
align: 'center',
|
|
264
|
+
inputType: 'input_number',
|
|
265
|
+
inputProps: {
|
|
266
|
+
min: 0
|
|
267
|
+
},
|
|
268
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
269
|
+
}, {
|
|
270
|
+
title: '胎心2(次/分)',
|
|
271
|
+
dataIndex: 'fetalhart2',
|
|
272
|
+
editable: true,
|
|
273
|
+
align: 'center',
|
|
274
|
+
inputType: 'input_number',
|
|
275
|
+
inputProps: {
|
|
276
|
+
min: 0
|
|
277
|
+
},
|
|
278
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
279
|
+
}, {
|
|
280
|
+
title: '胎心3(次/分)',
|
|
281
|
+
dataIndex: 'fetalhart3',
|
|
282
|
+
editable: true,
|
|
283
|
+
align: 'center',
|
|
284
|
+
inputType: 'input_number',
|
|
285
|
+
inputProps: {
|
|
286
|
+
min: 0
|
|
287
|
+
},
|
|
288
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
289
|
+
}, {
|
|
290
|
+
title: '宫缩',
|
|
291
|
+
align: 'center',
|
|
292
|
+
children: [{
|
|
293
|
+
title: '持续(s)',
|
|
294
|
+
dataIndex: 'ucPeriod',
|
|
295
|
+
editable: true,
|
|
296
|
+
align: 'center',
|
|
297
|
+
inputType: 'input_number',
|
|
298
|
+
inputProps: {
|
|
299
|
+
min: 0
|
|
300
|
+
},
|
|
301
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
302
|
+
}, {
|
|
303
|
+
title: '间歇(min)',
|
|
304
|
+
dataIndex: 'ucGap',
|
|
305
|
+
editable: true,
|
|
306
|
+
align: 'center',
|
|
307
|
+
inputType: 'input_number',
|
|
308
|
+
inputProps: {
|
|
309
|
+
min: 0
|
|
310
|
+
},
|
|
311
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
312
|
+
}]
|
|
313
|
+
}, {
|
|
314
|
+
title: '宫颈扩张(cm)',
|
|
315
|
+
dataIndex: 'dilatation',
|
|
316
|
+
editable: true,
|
|
317
|
+
align: 'center',
|
|
318
|
+
inputType: 'input_number',
|
|
319
|
+
inputProps: {
|
|
320
|
+
min: 0
|
|
321
|
+
},
|
|
322
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
323
|
+
}, {
|
|
324
|
+
title: '先露高低',
|
|
325
|
+
dataIndex: 'presentation',
|
|
326
|
+
editable: true,
|
|
327
|
+
align: 'center',
|
|
328
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
329
|
+
inputType: 'MyAutoComplete',
|
|
330
|
+
inputProps: {
|
|
331
|
+
options: ['-5', '-4', '-3', '-2', '-1', '0', '+1', '+2', '+3', '+4', '+5']
|
|
332
|
+
}
|
|
333
|
+
}, {
|
|
334
|
+
title: '羊水性状',
|
|
335
|
+
dataIndex: 'amnioticFluid',
|
|
336
|
+
editable: true,
|
|
337
|
+
align: 'center',
|
|
338
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
339
|
+
inputType: 'select_with_options_or_input',
|
|
340
|
+
inputProps: {
|
|
341
|
+
options: [{
|
|
342
|
+
label: '',
|
|
343
|
+
value: ''
|
|
344
|
+
}, {
|
|
345
|
+
label: '清',
|
|
346
|
+
value: '清'
|
|
347
|
+
}, {
|
|
348
|
+
label: 'Ⅰ°浑浊',
|
|
349
|
+
value: 'Ⅰ°浑浊'
|
|
350
|
+
}, {
|
|
351
|
+
label: 'Ⅱ°浑浊',
|
|
352
|
+
value: 'Ⅱ°浑浊'
|
|
353
|
+
}, {
|
|
354
|
+
label: 'Ⅲ°浑浊',
|
|
355
|
+
value: 'Ⅲ°浑浊'
|
|
356
|
+
}, {
|
|
357
|
+
label: '血性',
|
|
358
|
+
value: '血性'
|
|
359
|
+
}, {
|
|
360
|
+
label: '其他',
|
|
361
|
+
value: '其他'
|
|
362
|
+
}, {
|
|
363
|
+
label: '未见',
|
|
364
|
+
value: '未见'
|
|
365
|
+
}]
|
|
366
|
+
}
|
|
367
|
+
}, {
|
|
368
|
+
title: '入量',
|
|
369
|
+
align: 'center',
|
|
370
|
+
children: [{
|
|
371
|
+
title: '内容(入量)',
|
|
372
|
+
inputType: 'MyAutoComplete',
|
|
373
|
+
inputProps: {
|
|
374
|
+
optionKey: '入量s'
|
|
375
|
+
},
|
|
376
|
+
dataIndex: 'takeinType',
|
|
377
|
+
editable: true,
|
|
378
|
+
align: 'center',
|
|
379
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
380
|
+
}, {
|
|
381
|
+
title: 'ml(入量)',
|
|
382
|
+
dataIndex: 'takeinVolume',
|
|
383
|
+
editable: true,
|
|
384
|
+
align: 'center',
|
|
385
|
+
inputType: 'input_number',
|
|
386
|
+
inputProps: {
|
|
387
|
+
min: 0
|
|
388
|
+
},
|
|
389
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
390
|
+
}]
|
|
391
|
+
}, {
|
|
392
|
+
title: '出量',
|
|
393
|
+
dataIndex: 'outcoming',
|
|
394
|
+
editable: true,
|
|
395
|
+
inputType: 'TakeOutVolumn',
|
|
396
|
+
inputProps: {},
|
|
397
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
398
|
+
// children: [
|
|
399
|
+
// {
|
|
400
|
+
// title: '内容(出量)',
|
|
401
|
+
// inputType: 'MyAutoComplete',
|
|
402
|
+
// inputProps: { optionKey: '出量s' },
|
|
403
|
+
// dataIndex: 'outputType',
|
|
404
|
+
// editable: true,
|
|
405
|
+
// align: 'center',
|
|
406
|
+
// width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
407
|
+
// },
|
|
408
|
+
// {
|
|
409
|
+
// title: 'ml(出量)',
|
|
410
|
+
// dataIndex: 'outputVolume',
|
|
411
|
+
// editable: true,
|
|
412
|
+
// align: 'center',
|
|
413
|
+
// inputType: 'input_number',
|
|
414
|
+
// inputProps: { min: 0 },
|
|
415
|
+
// width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
416
|
+
// },
|
|
417
|
+
// ],
|
|
418
|
+
}, {
|
|
419
|
+
title: '特殊护理记录',
|
|
420
|
+
dataIndex: 'specialNote',
|
|
421
|
+
editable: true,
|
|
422
|
+
align: 'center',
|
|
423
|
+
inputType: 'TextArea',
|
|
424
|
+
inputProps: {
|
|
425
|
+
type: MODAL_TEMPLATE_TYPES.产前产后,
|
|
426
|
+
isPop: true,
|
|
427
|
+
rows: 10
|
|
428
|
+
},
|
|
429
|
+
width: APP_CONFIG.CELL_WIDTH_MIDDLE
|
|
430
|
+
}, {
|
|
431
|
+
title: '签名',
|
|
432
|
+
dataIndex: 'recorder',
|
|
433
|
+
inputType: 'TextArea',
|
|
434
|
+
inputProps: {
|
|
435
|
+
type: MODAL_TEMPLATE_TYPES.科室个人,
|
|
436
|
+
isPop: true,
|
|
437
|
+
rows: 10
|
|
438
|
+
},
|
|
439
|
+
editable: true,
|
|
440
|
+
align: 'center',
|
|
441
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
442
|
+
}];
|
|
443
|
+
function getTableColumn_default(fetal) {
|
|
444
|
+
return [{
|
|
445
|
+
title: '日期',
|
|
446
|
+
dataIndex: 'recordTime',
|
|
447
|
+
width: APP_CONFIG.CELL_WIDTH_MIDDLE,
|
|
448
|
+
editable: true,
|
|
449
|
+
align: 'center',
|
|
450
|
+
inputType: 'DateTimeInput',
|
|
451
|
+
inputProps: {
|
|
452
|
+
showTime: true,
|
|
453
|
+
format: formatDateTimeNoSecond.format
|
|
454
|
+
},
|
|
455
|
+
render: formatDateTimeNoSecond,
|
|
456
|
+
sortType: 'date',
|
|
457
|
+
filterType: 'date',
|
|
458
|
+
showSorter: true,
|
|
459
|
+
defaultSortOrder: 'descend',
|
|
460
|
+
fixed: 'left'
|
|
461
|
+
}, {
|
|
462
|
+
title: '体温(℃)',
|
|
463
|
+
dataIndex: 'temperature',
|
|
464
|
+
editable: true,
|
|
465
|
+
align: 'center',
|
|
466
|
+
inputType: 'InputNumber',
|
|
467
|
+
inputProps: {
|
|
468
|
+
type: 'number',
|
|
469
|
+
min: 0,
|
|
470
|
+
minValue: 36.5,
|
|
471
|
+
maxValue: 37.3
|
|
472
|
+
},
|
|
473
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
474
|
+
render: function render(value) {
|
|
475
|
+
return value && (value > 37.3 || value < 36.5 ? /*#__PURE__*/React.createElement("div", {
|
|
476
|
+
style: {
|
|
477
|
+
color: 'red'
|
|
478
|
+
}
|
|
479
|
+
}, value) : "".concat(value));
|
|
480
|
+
}
|
|
481
|
+
}, {
|
|
482
|
+
title: '脉搏(次/分)',
|
|
483
|
+
dataIndex: 'pulse',
|
|
484
|
+
editable: true,
|
|
485
|
+
align: 'center',
|
|
486
|
+
inputType: 'InputNumber',
|
|
487
|
+
inputProps: {
|
|
488
|
+
type: 'number',
|
|
489
|
+
min: 0,
|
|
490
|
+
minValue: 60,
|
|
491
|
+
maxValue: 100
|
|
492
|
+
},
|
|
493
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
494
|
+
render: function render(value) {
|
|
495
|
+
return value && (value > 100 ? /*#__PURE__*/React.createElement("div", {
|
|
496
|
+
style: {
|
|
497
|
+
color: 'red'
|
|
498
|
+
}
|
|
499
|
+
}, value) : value < 60 ? /*#__PURE__*/React.createElement("div", {
|
|
500
|
+
style: {
|
|
501
|
+
color: 'red'
|
|
502
|
+
}
|
|
503
|
+
}, value) : "".concat(value));
|
|
504
|
+
}
|
|
505
|
+
}, {
|
|
506
|
+
title: '呼吸(次/分)',
|
|
507
|
+
dataIndex: 'breath',
|
|
508
|
+
editable: true,
|
|
509
|
+
align: 'center',
|
|
510
|
+
inputType: 'input_number',
|
|
511
|
+
inputProps: {
|
|
512
|
+
type: 'number',
|
|
513
|
+
min: 0,
|
|
514
|
+
minValue: 12,
|
|
515
|
+
maxValue: 20
|
|
516
|
+
},
|
|
517
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
518
|
+
render: function render(value) {
|
|
519
|
+
return value && (value > 20 ? /*#__PURE__*/React.createElement("div", {
|
|
520
|
+
style: {
|
|
521
|
+
color: 'red'
|
|
522
|
+
}
|
|
523
|
+
}, value) : value < 12 ? /*#__PURE__*/React.createElement("div", {
|
|
524
|
+
style: {
|
|
525
|
+
color: 'red'
|
|
526
|
+
}
|
|
527
|
+
}, value) : "".concat(value));
|
|
528
|
+
}
|
|
529
|
+
}, mchcEnv.is('广三') ? {
|
|
530
|
+
title: '血压(mmHg)',
|
|
531
|
+
align: 'center',
|
|
532
|
+
dataIndex: 'bp',
|
|
533
|
+
editable: true,
|
|
534
|
+
inputType: 'MyPressure',
|
|
535
|
+
inputProps: {
|
|
536
|
+
isPop: false
|
|
537
|
+
},
|
|
538
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
539
|
+
render: function render(value) {
|
|
540
|
+
return MyPressure.DisplayFC ? /*#__PURE__*/React.createElement(MyPressure.DisplayFC, {
|
|
541
|
+
value: value
|
|
542
|
+
}) : null;
|
|
543
|
+
}
|
|
544
|
+
} : {
|
|
545
|
+
title: '血压',
|
|
546
|
+
align: 'center',
|
|
547
|
+
children: [{
|
|
548
|
+
title: '收缩压(mmHg)',
|
|
549
|
+
dataIndex: 'systolic',
|
|
550
|
+
editable: true,
|
|
551
|
+
align: 'center',
|
|
552
|
+
inputType: 'InputNumber',
|
|
553
|
+
inputProps: {
|
|
554
|
+
type: 'number',
|
|
555
|
+
min: 0,
|
|
556
|
+
minValue: 90,
|
|
557
|
+
maxValue: 130
|
|
558
|
+
},
|
|
559
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
560
|
+
render: function render(value) {
|
|
561
|
+
return value && (value > 130 ? /*#__PURE__*/React.createElement("div", {
|
|
562
|
+
style: {
|
|
563
|
+
color: 'red'
|
|
564
|
+
}
|
|
565
|
+
}, value) : value < 90 ? /*#__PURE__*/React.createElement("div", {
|
|
566
|
+
style: {
|
|
567
|
+
color: 'red'
|
|
568
|
+
}
|
|
569
|
+
}, value) : "".concat(value));
|
|
570
|
+
}
|
|
571
|
+
}, {
|
|
572
|
+
title: '舒张压(mmHg)',
|
|
573
|
+
dataIndex: 'diastolic',
|
|
574
|
+
editable: true,
|
|
575
|
+
align: 'center',
|
|
576
|
+
inputType: 'InputNumber',
|
|
577
|
+
inputProps: {
|
|
578
|
+
type: 'number',
|
|
579
|
+
min: 0,
|
|
580
|
+
minValue: 60,
|
|
581
|
+
maxValue: 90
|
|
582
|
+
},
|
|
583
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
584
|
+
render: function render(value) {
|
|
585
|
+
return value && (value > 90 ? /*#__PURE__*/React.createElement("div", {
|
|
586
|
+
style: {
|
|
587
|
+
color: 'red'
|
|
588
|
+
}
|
|
589
|
+
}, value) : value < 60 ? /*#__PURE__*/React.createElement("div", {
|
|
590
|
+
style: {
|
|
591
|
+
color: 'red'
|
|
592
|
+
}
|
|
593
|
+
}, value) : "".concat(value));
|
|
594
|
+
}
|
|
595
|
+
}]
|
|
596
|
+
}, {
|
|
597
|
+
title: '胎位',
|
|
598
|
+
dataIndex: 'fetalPosition',
|
|
599
|
+
editable: true,
|
|
600
|
+
align: 'center',
|
|
601
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
602
|
+
inputType: 'select_with_options_or_input',
|
|
603
|
+
inputProps: {
|
|
604
|
+
options: [{
|
|
605
|
+
label: 'LOA',
|
|
606
|
+
value: 'LOA'
|
|
607
|
+
}, {
|
|
608
|
+
label: 'LOT',
|
|
609
|
+
value: 'LOT'
|
|
610
|
+
}, {
|
|
611
|
+
label: 'ROA',
|
|
612
|
+
value: 'ROA'
|
|
613
|
+
}, {
|
|
614
|
+
label: 'ROT',
|
|
615
|
+
value: 'ROT'
|
|
616
|
+
}]
|
|
617
|
+
}
|
|
618
|
+
}, {
|
|
619
|
+
title: '胎心1(次/分)',
|
|
620
|
+
dataIndex: 'fetalhart',
|
|
621
|
+
editable: true,
|
|
622
|
+
align: 'center',
|
|
623
|
+
inputType: 'input_number',
|
|
624
|
+
inputProps: {
|
|
625
|
+
min: 0
|
|
626
|
+
},
|
|
627
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
628
|
+
}, fetal > 1 && {
|
|
629
|
+
title: '胎心2(次/分)',
|
|
630
|
+
dataIndex: 'fetalhart2',
|
|
631
|
+
editable: true,
|
|
632
|
+
align: 'center',
|
|
633
|
+
inputType: 'input_number',
|
|
634
|
+
inputProps: {
|
|
635
|
+
min: 0
|
|
636
|
+
},
|
|
637
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
638
|
+
}, fetal > 2 && {
|
|
639
|
+
title: '胎心3(次/分)',
|
|
640
|
+
dataIndex: 'fetalhart3',
|
|
641
|
+
editable: true,
|
|
642
|
+
align: 'center',
|
|
643
|
+
inputType: 'input_number',
|
|
644
|
+
inputProps: {
|
|
645
|
+
min: 0
|
|
646
|
+
},
|
|
647
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
648
|
+
}, {
|
|
649
|
+
title: '宫缩',
|
|
650
|
+
align: 'center',
|
|
651
|
+
children: [{
|
|
652
|
+
title: '持续(s)',
|
|
653
|
+
dataIndex: 'ucPeriod',
|
|
654
|
+
editable: true,
|
|
655
|
+
align: 'center',
|
|
656
|
+
inputType: 'input_number',
|
|
657
|
+
inputProps: {
|
|
658
|
+
min: 0
|
|
659
|
+
},
|
|
660
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
661
|
+
}, {
|
|
662
|
+
title: '间歇(min)',
|
|
663
|
+
dataIndex: 'ucGap',
|
|
664
|
+
editable: true,
|
|
665
|
+
align: 'center',
|
|
666
|
+
inputType: 'input_number',
|
|
667
|
+
inputProps: {
|
|
668
|
+
min: 0
|
|
669
|
+
},
|
|
670
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
671
|
+
}]
|
|
672
|
+
}, {
|
|
673
|
+
title: '宫颈扩张(cm)',
|
|
674
|
+
dataIndex: 'dilatation',
|
|
675
|
+
editable: true,
|
|
676
|
+
align: 'center',
|
|
677
|
+
inputType: 'input_number',
|
|
678
|
+
inputProps: {
|
|
679
|
+
min: 0
|
|
680
|
+
},
|
|
681
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
682
|
+
}, {
|
|
683
|
+
title: '先露高低',
|
|
684
|
+
dataIndex: 'presentation',
|
|
685
|
+
editable: true,
|
|
686
|
+
align: 'center',
|
|
687
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
688
|
+
inputType: 'MyAutoComplete',
|
|
689
|
+
inputProps: {
|
|
690
|
+
options: ['-5', '-4', '-3', '-2', '-1', '0', '+1', '+2', '+3', '+4', '+5']
|
|
691
|
+
}
|
|
692
|
+
}, {
|
|
693
|
+
title: '羊水性状',
|
|
694
|
+
dataIndex: 'amnioticFluid',
|
|
695
|
+
editable: true,
|
|
696
|
+
align: 'center',
|
|
697
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
698
|
+
inputType: 'select_with_options_or_input',
|
|
699
|
+
inputProps: {
|
|
700
|
+
options: [{
|
|
701
|
+
label: '',
|
|
702
|
+
value: ''
|
|
703
|
+
}, {
|
|
704
|
+
label: '清',
|
|
705
|
+
value: '清'
|
|
706
|
+
}, {
|
|
707
|
+
label: 'Ⅰ°浑浊',
|
|
708
|
+
value: 'Ⅰ°浑浊'
|
|
709
|
+
}, {
|
|
710
|
+
label: 'Ⅱ°浑浊',
|
|
711
|
+
value: 'Ⅱ°浑浊'
|
|
712
|
+
}, {
|
|
713
|
+
label: 'Ⅲ°浑浊',
|
|
714
|
+
value: 'Ⅲ°浑浊'
|
|
715
|
+
}, {
|
|
716
|
+
label: '血性',
|
|
717
|
+
value: '血性'
|
|
718
|
+
}, {
|
|
719
|
+
label: '其他',
|
|
720
|
+
value: '其他'
|
|
721
|
+
}, {
|
|
722
|
+
label: '未见',
|
|
723
|
+
value: '未见'
|
|
724
|
+
}]
|
|
725
|
+
}
|
|
726
|
+
}, {
|
|
727
|
+
title: '入量',
|
|
728
|
+
align: 'center',
|
|
729
|
+
children: [{
|
|
730
|
+
title: '内容(入量)',
|
|
731
|
+
inputType: 'MyAutoComplete',
|
|
732
|
+
inputProps: {
|
|
733
|
+
optionKey: '入量s'
|
|
734
|
+
},
|
|
735
|
+
dataIndex: 'takeinType',
|
|
736
|
+
editable: true,
|
|
737
|
+
align: 'center',
|
|
738
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
739
|
+
}, {
|
|
740
|
+
title: 'ml(入量)',
|
|
741
|
+
dataIndex: 'takeinVolume',
|
|
742
|
+
editable: true,
|
|
743
|
+
align: 'center',
|
|
744
|
+
inputType: 'input_number',
|
|
745
|
+
inputProps: {
|
|
746
|
+
min: 0
|
|
747
|
+
},
|
|
748
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
749
|
+
}]
|
|
750
|
+
}, {
|
|
751
|
+
title: '出量',
|
|
752
|
+
align: 'center',
|
|
753
|
+
children: [{
|
|
754
|
+
title: '内容(出量)',
|
|
755
|
+
inputType: 'MyAutoComplete',
|
|
756
|
+
inputProps: {
|
|
757
|
+
optionKey: '出量s'
|
|
758
|
+
},
|
|
759
|
+
dataIndex: 'outputType',
|
|
760
|
+
editable: true,
|
|
761
|
+
align: 'center',
|
|
762
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
763
|
+
}, {
|
|
764
|
+
title: 'ml(出量)',
|
|
765
|
+
dataIndex: 'outputVolume',
|
|
766
|
+
editable: true,
|
|
767
|
+
align: 'center',
|
|
768
|
+
inputType: 'input_number',
|
|
769
|
+
inputProps: {
|
|
770
|
+
min: 0
|
|
771
|
+
},
|
|
772
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
773
|
+
}]
|
|
774
|
+
}, {
|
|
775
|
+
title: '特殊护理记录',
|
|
776
|
+
dataIndex: 'specialNote',
|
|
777
|
+
editable: true,
|
|
778
|
+
align: 'center',
|
|
779
|
+
inputType: 'TextArea',
|
|
780
|
+
inputProps: {
|
|
781
|
+
type: MODAL_TEMPLATE_TYPES.产前产后,
|
|
782
|
+
isPop: true,
|
|
783
|
+
rows: 10
|
|
784
|
+
},
|
|
785
|
+
width: APP_CONFIG.CELL_WIDTH_MIDDLE
|
|
786
|
+
}, {
|
|
787
|
+
title: '签名',
|
|
788
|
+
dataIndex: 'recorder',
|
|
789
|
+
inputType: 'TextArea',
|
|
790
|
+
inputProps: {
|
|
791
|
+
type: MODAL_TEMPLATE_TYPES.科室个人,
|
|
792
|
+
isPop: true,
|
|
793
|
+
rows: 10
|
|
794
|
+
},
|
|
795
|
+
editable: true,
|
|
796
|
+
align: 'center',
|
|
797
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
798
|
+
}].filter(function (_) {
|
|
799
|
+
return _;
|
|
800
|
+
});
|
|
801
|
+
}
|
|
802
|
+
function getTableColumn_gysy(fetal) {
|
|
803
|
+
fetal = fetal !== null && fetal !== void 0 ? fetal : 1;
|
|
804
|
+
return [{
|
|
805
|
+
title: '日期',
|
|
806
|
+
dataIndex: 'recordTime',
|
|
807
|
+
width: APP_CONFIG.CELL_WIDTH_MIDDLE,
|
|
808
|
+
editable: true,
|
|
809
|
+
align: 'center',
|
|
810
|
+
inputType: 'DateTimeInput',
|
|
811
|
+
inputProps: {
|
|
812
|
+
showTime: true,
|
|
813
|
+
format: formatDateTimeNoSecond.format
|
|
814
|
+
},
|
|
815
|
+
render: formatDateTimeNoSecond,
|
|
816
|
+
// sortType: 'date',
|
|
817
|
+
filterType: 'date',
|
|
818
|
+
// showSorter: true,
|
|
819
|
+
defaultSortOrder: 'descend',
|
|
820
|
+
fixed: 'left'
|
|
821
|
+
}, {
|
|
822
|
+
title: '体温(℃)',
|
|
823
|
+
dataIndex: 'temperature',
|
|
824
|
+
editable: true,
|
|
825
|
+
align: 'center',
|
|
826
|
+
inputType: 'InputNumber',
|
|
827
|
+
inputProps: {
|
|
828
|
+
type: 'number',
|
|
829
|
+
min: 0,
|
|
830
|
+
minValue: 36.5,
|
|
831
|
+
maxValue: 37.3
|
|
832
|
+
},
|
|
833
|
+
width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
834
|
+
render: function render(value) {
|
|
835
|
+
return value && (value > 37.3 || value < 36.5 ? /*#__PURE__*/React.createElement("div", {
|
|
836
|
+
style: {
|
|
837
|
+
color: 'red'
|
|
838
|
+
}
|
|
839
|
+
}, value) : "".concat(value));
|
|
840
|
+
}
|
|
841
|
+
}, {
|
|
842
|
+
title: '心率(次/分)',
|
|
843
|
+
dataIndex: 'heartrate',
|
|
844
|
+
editable: true,
|
|
845
|
+
align: 'center',
|
|
846
|
+
inputType: 'InputNumber',
|
|
847
|
+
inputProps: {
|
|
848
|
+
type: 'number',
|
|
849
|
+
min: 0,
|
|
850
|
+
minValue: 60,
|
|
851
|
+
maxValue: 100
|
|
852
|
+
},
|
|
853
|
+
width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
854
|
+
render: function render(value) {
|
|
855
|
+
return value && (value > 100 || value < 60 ? /*#__PURE__*/React.createElement("div", {
|
|
856
|
+
style: {
|
|
857
|
+
color: 'red'
|
|
858
|
+
}
|
|
859
|
+
}, value) : "".concat(value));
|
|
860
|
+
}
|
|
861
|
+
}, {
|
|
862
|
+
title: '脉搏(次/分)',
|
|
863
|
+
dataIndex: 'pulse',
|
|
864
|
+
editable: true,
|
|
865
|
+
align: 'center',
|
|
866
|
+
inputType: 'InputNumber',
|
|
867
|
+
inputProps: {
|
|
868
|
+
type: 'number',
|
|
869
|
+
min: 0,
|
|
870
|
+
minValue: 60,
|
|
871
|
+
maxValue: 100
|
|
872
|
+
},
|
|
873
|
+
width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
874
|
+
render: function render(value) {
|
|
875
|
+
return value && (value > 100 ? /*#__PURE__*/React.createElement("div", {
|
|
876
|
+
style: {
|
|
877
|
+
color: 'red'
|
|
878
|
+
}
|
|
879
|
+
}, value) : value < 60 ? /*#__PURE__*/React.createElement("div", {
|
|
880
|
+
style: {
|
|
881
|
+
color: 'red'
|
|
882
|
+
}
|
|
883
|
+
}, value) : "".concat(value));
|
|
884
|
+
}
|
|
885
|
+
}, {
|
|
886
|
+
title: '呼吸(次/分)',
|
|
887
|
+
dataIndex: 'breath',
|
|
888
|
+
editable: true,
|
|
889
|
+
align: 'center',
|
|
890
|
+
inputType: 'InputNumber',
|
|
891
|
+
inputProps: {
|
|
892
|
+
type: 'number',
|
|
893
|
+
min: 0,
|
|
894
|
+
minValue: 12,
|
|
895
|
+
maxValue: 20
|
|
896
|
+
},
|
|
897
|
+
width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
898
|
+
render: function render(value) {
|
|
899
|
+
return value && (value > 20 ? /*#__PURE__*/React.createElement("div", {
|
|
900
|
+
style: {
|
|
901
|
+
color: 'red'
|
|
902
|
+
}
|
|
903
|
+
}, value) : value < 12 ? /*#__PURE__*/React.createElement("div", {
|
|
904
|
+
style: {
|
|
905
|
+
color: 'red'
|
|
906
|
+
}
|
|
907
|
+
}, value) : "".concat(value));
|
|
908
|
+
}
|
|
909
|
+
}, {
|
|
910
|
+
title: '血压(mmHg)',
|
|
911
|
+
align: 'center',
|
|
912
|
+
dataIndex: 'bp',
|
|
913
|
+
editable: true,
|
|
914
|
+
inputType: 'MyPressure',
|
|
915
|
+
inputProps: {
|
|
916
|
+
isPop: false
|
|
917
|
+
},
|
|
918
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
919
|
+
render: function render(value) {
|
|
920
|
+
return MyPressure.DisplayFC ? /*#__PURE__*/React.createElement(MyPressure.DisplayFC, {
|
|
921
|
+
value: value
|
|
922
|
+
}) : null;
|
|
923
|
+
}
|
|
924
|
+
}, {
|
|
925
|
+
title: '血氧饱和度(%)',
|
|
926
|
+
dataIndex: 'os',
|
|
927
|
+
editable: true,
|
|
928
|
+
align: 'center',
|
|
929
|
+
inputType: 'InputNumber',
|
|
930
|
+
inputProps: {
|
|
931
|
+
type: 'number',
|
|
932
|
+
min: 0,
|
|
933
|
+
minValue: 95,
|
|
934
|
+
maxValue: 100
|
|
935
|
+
},
|
|
936
|
+
width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
937
|
+
render: function render(value) {
|
|
938
|
+
return value && (value > 100 || value < 95 ? /*#__PURE__*/React.createElement("div", {
|
|
939
|
+
style: {
|
|
940
|
+
color: 'red'
|
|
941
|
+
}
|
|
942
|
+
}, value) : "".concat(value));
|
|
943
|
+
}
|
|
944
|
+
}, {
|
|
945
|
+
title: '意识',
|
|
946
|
+
dataIndex: 'ys',
|
|
947
|
+
editable: true,
|
|
948
|
+
align: 'center',
|
|
949
|
+
width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
950
|
+
inputType: 'MyAutoComplete',
|
|
951
|
+
inputProps: {
|
|
952
|
+
optionKey: '意识s'
|
|
953
|
+
}
|
|
954
|
+
}].concat(_toConsumableArray(Array(fetal).fill(0).reduce(function (sum, f, fIdx) {
|
|
955
|
+
var diffLabel = fIdx > 0 ? "".concat(fIdx + 1) : '';
|
|
956
|
+
return [].concat(_toConsumableArray(sum), [{
|
|
957
|
+
title: "\u80CE\u5FC3".concat(fIdx + 1, "(\u6B21/\u5206)"),
|
|
958
|
+
align: 'center',
|
|
959
|
+
children: [{
|
|
960
|
+
title: "\u90E8\u4F4D(\u80CE\u5FC3".concat(fIdx + 1, ")"),
|
|
961
|
+
dataIndex: "fetalhartPostion".concat(diffLabel),
|
|
962
|
+
editable: true,
|
|
963
|
+
align: 'center',
|
|
964
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL,
|
|
965
|
+
inputType: 'MyAutoComplete',
|
|
966
|
+
inputProps: {
|
|
967
|
+
options: [
|
|
968
|
+
// { label: 'Ⅱ°浑浊', value: 'Ⅱ°浑浊' },
|
|
969
|
+
// { label: 'Ⅱ°浑浊22', value: 'Ⅱ°浑浊22' },
|
|
970
|
+
]
|
|
971
|
+
}
|
|
972
|
+
}, {
|
|
973
|
+
title: "\u6B21\u6570(\u80CE\u5FC3".concat(fIdx + 1, ")"),
|
|
974
|
+
dataIndex: "fetalhartCount".concat(diffLabel),
|
|
975
|
+
editable: true,
|
|
976
|
+
align: 'center',
|
|
977
|
+
inputType: 'MyAutoComplete',
|
|
978
|
+
inputProps: {
|
|
979
|
+
options: [
|
|
980
|
+
// { label: 'Ⅱ°浑浊', value: 'Ⅱ°浑浊' },
|
|
981
|
+
// { label: 'Ⅱ°浑浊22', value: 'Ⅱ°浑浊22' },
|
|
982
|
+
]
|
|
983
|
+
},
|
|
984
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
985
|
+
}]
|
|
986
|
+
}, {
|
|
987
|
+
title: "\u80CE\u52A8".concat(fIdx + 1, "(\u6B21/\u65F6)"),
|
|
988
|
+
dataIndex: "fetalmovement".concat(diffLabel),
|
|
989
|
+
editable: true,
|
|
990
|
+
align: 'center',
|
|
991
|
+
inputType: 'MyAutoComplete',
|
|
992
|
+
inputProps: {
|
|
993
|
+
min: 0
|
|
994
|
+
},
|
|
995
|
+
width: APP_CONFIG.CELL_WIDTH_TINY
|
|
996
|
+
}]);
|
|
997
|
+
}, [])), [{
|
|
998
|
+
title: '宫缩(s/min)',
|
|
999
|
+
align: 'center',
|
|
1000
|
+
inputType: 'input',
|
|
1001
|
+
dataIndex: 'uc',
|
|
1002
|
+
editable: true,
|
|
1003
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
1004
|
+
}, {
|
|
1005
|
+
title: '宫颈扩张(cm)',
|
|
1006
|
+
dataIndex: 'dilatation',
|
|
1007
|
+
editable: true,
|
|
1008
|
+
align: 'center',
|
|
1009
|
+
inputType: 'input_number',
|
|
1010
|
+
inputProps: {
|
|
1011
|
+
min: 0
|
|
1012
|
+
},
|
|
1013
|
+
width: APP_CONFIG.CELL_WIDTH_TINY
|
|
1014
|
+
}, {
|
|
1015
|
+
title: '先露高低',
|
|
1016
|
+
dataIndex: 'presentation',
|
|
1017
|
+
editable: true,
|
|
1018
|
+
align: 'center',
|
|
1019
|
+
width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
1020
|
+
inputType: 'MyAutoComplete',
|
|
1021
|
+
inputProps: {
|
|
1022
|
+
options: ['-5', '-4', '-3', '-2', '-1', '0', '+1', '+2', '+3', '+4', '+5']
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
// {
|
|
1026
|
+
// title: '羊水性状',
|
|
1027
|
+
// dataIndex: 'amnioticFluid',
|
|
1028
|
+
// editable: true,
|
|
1029
|
+
// align: 'center',
|
|
1030
|
+
// width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
1031
|
+
// inputType: 'select_with_options_or_input',
|
|
1032
|
+
// inputProps: {
|
|
1033
|
+
// options: [
|
|
1034
|
+
// { label: '', value: '' },
|
|
1035
|
+
// { label: '清', value: '清' },
|
|
1036
|
+
// { label: 'Ⅰ°浑浊', value: 'Ⅰ°浑浊' },
|
|
1037
|
+
// { label: 'Ⅱ°浑浊', value: 'Ⅱ°浑浊' },
|
|
1038
|
+
// { label: 'Ⅲ°浑浊', value: 'Ⅲ°浑浊' },
|
|
1039
|
+
// { label: '血性', value: '血性' },
|
|
1040
|
+
// { label: '其他', value: '其他' },
|
|
1041
|
+
// { label: '未见', value: '未见' },
|
|
1042
|
+
// ],
|
|
1043
|
+
// },
|
|
1044
|
+
// },
|
|
1045
|
+
{
|
|
1046
|
+
title: '入量',
|
|
1047
|
+
dataIndex: 'incoming',
|
|
1048
|
+
editable: true,
|
|
1049
|
+
inputType: 'TakeInVolumn',
|
|
1050
|
+
inputProps: {
|
|
1051
|
+
isPop: true
|
|
1052
|
+
},
|
|
1053
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
1054
|
+
// children: [
|
|
1055
|
+
// {
|
|
1056
|
+
// title: '内容(入量)',
|
|
1057
|
+
// dataIndex: 'takeinType',
|
|
1058
|
+
// editable: true,
|
|
1059
|
+
// align: 'center',
|
|
1060
|
+
// width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
1061
|
+
// inputType: 'MyAutoComplete',
|
|
1062
|
+
// inputProps: { optionKey: '入量s' },
|
|
1063
|
+
// },
|
|
1064
|
+
// {
|
|
1065
|
+
// title: 'ml(入量)',
|
|
1066
|
+
// dataIndex: 'takeinVolume',
|
|
1067
|
+
// editable: true,
|
|
1068
|
+
// align: 'center',
|
|
1069
|
+
// inputType: 'input_number',
|
|
1070
|
+
// inputProps: { min: 0 },
|
|
1071
|
+
// width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
1072
|
+
// },
|
|
1073
|
+
// ],
|
|
1074
|
+
}, {
|
|
1075
|
+
title: '出量',
|
|
1076
|
+
dataIndex: 'outcoming',
|
|
1077
|
+
editable: true,
|
|
1078
|
+
inputType: 'TakeOutVolumn',
|
|
1079
|
+
inputProps: {
|
|
1080
|
+
isPop: true
|
|
1081
|
+
},
|
|
1082
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
1083
|
+
// children: [
|
|
1084
|
+
// {
|
|
1085
|
+
// title: '内容(出量)',
|
|
1086
|
+
// inputType: 'MyAutoComplete',
|
|
1087
|
+
// inputProps: { optionKey: '出量s' },
|
|
1088
|
+
// dataIndex: 'outputType',
|
|
1089
|
+
// editable: true,
|
|
1090
|
+
// align: 'center',
|
|
1091
|
+
// width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
1092
|
+
// },
|
|
1093
|
+
// {
|
|
1094
|
+
// title: 'ml(出量)',
|
|
1095
|
+
// dataIndex: 'outputVolume',
|
|
1096
|
+
// editable: true,
|
|
1097
|
+
// align: 'center',
|
|
1098
|
+
// inputType: 'input_number',
|
|
1099
|
+
// inputProps: { min: 0 },
|
|
1100
|
+
// width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
1101
|
+
// },
|
|
1102
|
+
// {
|
|
1103
|
+
// title: '颜色(出量)',
|
|
1104
|
+
// dataIndex: 'outputColor',
|
|
1105
|
+
// editable: true,
|
|
1106
|
+
// align: 'center',
|
|
1107
|
+
// width: APP_CONFIG.CELL_WIDTH_TINY,
|
|
1108
|
+
// inputType: 'MyAutoComplete',
|
|
1109
|
+
// inputProps: {
|
|
1110
|
+
// options: ['暗红色', '鲜红色', '酱油色', '无']
|
|
1111
|
+
// }
|
|
1112
|
+
// },
|
|
1113
|
+
// ],
|
|
1114
|
+
}, {
|
|
1115
|
+
title: '特殊护理记录',
|
|
1116
|
+
dataIndex: 'specialNote',
|
|
1117
|
+
inputType: 'TextArea',
|
|
1118
|
+
editable: true,
|
|
1119
|
+
inputProps: {
|
|
1120
|
+
type: MODAL_TEMPLATE_TYPES.产前产后,
|
|
1121
|
+
isPop: true,
|
|
1122
|
+
rows: 10
|
|
1123
|
+
},
|
|
1124
|
+
align: 'center',
|
|
1125
|
+
width: APP_CONFIG.CELL_WIDTH_MIDDLE
|
|
1126
|
+
}, {
|
|
1127
|
+
title: '签名',
|
|
1128
|
+
dataIndex: 'recorder',
|
|
1129
|
+
inputType: 'TextArea',
|
|
1130
|
+
inputProps: {
|
|
1131
|
+
type: MODAL_TEMPLATE_TYPES.科室个人,
|
|
1132
|
+
isPop: true,
|
|
1133
|
+
rows: 10
|
|
1134
|
+
},
|
|
1135
|
+
editable: true,
|
|
1136
|
+
align: 'center',
|
|
1137
|
+
width: APP_CONFIG.CELL_WIDTH_SMALL
|
|
1138
|
+
}]).filter(function (_) {
|
|
1139
|
+
return _;
|
|
1140
|
+
});
|
|
1141
|
+
}
|
|
1142
|
+
var getTableColumn = mchcEnv.is('广三') ? getTableColumn_gysy : getTableColumn_default;
|
|
1143
|
+
function CustomEditInTable(props) {
|
|
1144
|
+
var _ref, _sessionStorage$getIt;
|
|
1145
|
+
var config = props.config,
|
|
1146
|
+
value = props.value,
|
|
1147
|
+
onChange = props.onChange,
|
|
1148
|
+
fetalCount = props.fetalCount,
|
|
1149
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
1150
|
+
var _fetalCount = (_ref = (_sessionStorage$getIt = sessionStorage.getItem('fetalCount')) !== null && _sessionStorage$getIt !== void 0 ? _sessionStorage$getIt : fetalCount) !== null && _ref !== void 0 ? _ref : 1;
|
|
1151
|
+
var tableColumns = getTableColumn(Number(_fetalCount));
|
|
1152
|
+
return /*#__PURE__*/React$1.createElement(GeneralComponents_EditInTable_Inner, _extends({
|
|
1153
|
+
tableColumns: tableColumns
|
|
1154
|
+
}, rest, {
|
|
1155
|
+
onChange: onChange,
|
|
1156
|
+
value: value,
|
|
1157
|
+
RenderOtherActions: function RenderOtherActions(_ref2) {
|
|
1158
|
+
var selectedRowKeys = _ref2.selectedRowKeys,
|
|
1159
|
+
isEditing = _ref2.isEditing,
|
|
1160
|
+
handleDelete = _ref2.handleDelete,
|
|
1161
|
+
handleEdit = _ref2.handleEdit,
|
|
1162
|
+
handleSave = _ref2.handleSave,
|
|
1163
|
+
handleCancel = _ref2.handleCancel,
|
|
1164
|
+
disabled = _ref2.disabled;
|
|
1165
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, isEditing ? /*#__PURE__*/React$1.createElement(_Button, {
|
|
1166
|
+
style: {
|
|
1167
|
+
margin: '0 16px'
|
|
1168
|
+
},
|
|
1169
|
+
onClick: handleSave
|
|
1170
|
+
}, "\u786E\u5B9A") : /*#__PURE__*/React$1.createElement(_Button, {
|
|
1171
|
+
disabled: disabled,
|
|
1172
|
+
style: {
|
|
1173
|
+
margin: '0 16px'
|
|
1174
|
+
},
|
|
1175
|
+
onClick: handleEdit
|
|
1176
|
+
}, "\u7F16\u8F91"), isEditing ? /*#__PURE__*/React$1.createElement(_Button, {
|
|
1177
|
+
onClick: handleCancel
|
|
1178
|
+
}, "\u53D6\u6D88") : /*#__PURE__*/React$1.createElement(_Button, {
|
|
1179
|
+
type: "primary",
|
|
1180
|
+
danger: true,
|
|
1181
|
+
onClick: handleDelete,
|
|
1182
|
+
disabled: disabled || _isNil(selectedRowKeys) || _isEmpty(selectedRowKeys)
|
|
1183
|
+
}, "\u5220\u9664"), /*#__PURE__*/React$1.createElement("div", {
|
|
1184
|
+
className: "normal-nursing__table-actions",
|
|
1185
|
+
style: {
|
|
1186
|
+
position: 'absolute',
|
|
1187
|
+
top: 4,
|
|
1188
|
+
left: '50%',
|
|
1189
|
+
transform: 'translateX(-50%)'
|
|
1190
|
+
}
|
|
1191
|
+
}, /*#__PURE__*/React$1.createElement(_Form.Item, {
|
|
1192
|
+
label: "\u80CE\u6570",
|
|
1193
|
+
name: "fetalCount",
|
|
1194
|
+
initialValue: Number(sessionStorage.getItem('fetalCount'))
|
|
1195
|
+
}, /*#__PURE__*/React$1.createElement(_InputNumber, {
|
|
1196
|
+
disabled: true
|
|
1197
|
+
}))));
|
|
1198
|
+
}
|
|
1199
|
+
}));
|
|
1200
|
+
}
|
|
1201
|
+
export { CustomEditInTable as default };
|
|
1202
|
+
//# sourceMappingURL=.root184.js.map
|