cnhis-design-vue 3.1.48-beta.0 → 3.1.48-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/style/index.css +1 -1
  3. package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +24 -3
  4. package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
  5. package/es/components/card-reader-sdk/src/types/index.d.ts +21 -15
  6. package/es/components/classification/index.d.ts +3 -0
  7. package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -0
  8. package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -0
  9. package/es/components/classification/src/index.vue.d.ts +3 -0
  10. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  11. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  13. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +2 -1
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  18. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  20. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  21. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  22. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  23. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  24. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  25. package/es/components/form-render/index.js +1 -1
  26. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  27. package/es/components/form-render/src/components/renderer/combination.js +1 -1
  28. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  29. package/es/components/form-render/src/components/renderer/date.js +1 -1
  30. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  31. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  32. package/es/components/form-render/src/components/renderer/select.js +1 -1
  33. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  34. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  35. package/es/components/form-render/src/hooks/useAnchor.js +1 -1
  36. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  37. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
  38. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  39. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  40. package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
  41. package/es/components/form-render/src/utils/index.d.ts +0 -1
  42. package/es/components/form-render/src/utils/index.js +1 -1
  43. package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.d.ts +1 -0
  44. package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -0
  45. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  46. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  47. package/es/components/iho-table/src/plugins/index.js +1 -1
  48. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  49. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +9 -0
  50. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  51. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  52. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  53. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  54. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
  55. package/es/components/iho-table/src/types/index.d.ts +2 -1
  56. package/es/components/iho-table/src/utils/index.d.ts +1 -0
  57. package/es/components/iho-table/src/utils/index.js +1 -1
  58. package/es/components/iho-table/style/index.css +1 -1
  59. package/es/components/index.css +1 -1
  60. package/es/components/index.js +1 -1
  61. package/es/components/info-header/index.d.ts +13 -0
  62. package/es/components/info-header/src/InfoHeader.vue.d.ts +13 -0
  63. package/es/components/info-header/src/InfoHeader.vue2.js +1 -1
  64. package/es/components/info-header/src/components/patientInfo/index.vue2.js +1 -1
  65. package/es/components/info-header/style/index.css +1 -1
  66. package/es/components/quick-search/style/index.css +1 -1
  67. package/es/components/scale-view/index.d.ts +68 -18
  68. package/es/components/scale-view/src/ScaleView.vue.d.ts +68 -18
  69. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  70. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +53 -0
  71. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +1 -1
  72. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1
  73. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  74. package/es/components/scale-view/src/components/formitem/r-datetime.js +1 -1
  75. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  76. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +5 -0
  77. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  78. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -1
  79. package/es/components/scale-view/src/hooks/scaleview-methods.d.ts +8 -0
  80. package/es/components/scale-view/src/hooks/scaleview-methods.js +1 -0
  81. package/es/components/scale-view/src/hooks/scaleview-props.d.ts +102 -0
  82. package/es/components/scale-view/src/hooks/scaleview-props.js +1 -0
  83. package/es/components/scale-view/src/hooks/scaleview-state.d.ts +1 -0
  84. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -1
  85. package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +4 -0
  86. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  87. package/es/components/scale-view/src/utils/judge-types.d.ts +8 -0
  88. package/es/components/scale-view/src/utils/judge-types.js +1 -1
  89. package/es/components/scale-view/style/index.css +1 -1
  90. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  91. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  92. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
  93. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +3 -0
  94. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  95. package/es/env.d.ts +25 -25
  96. package/es/shared/assets/img/failure.png.js +1 -1
  97. package/es/shared/assets/img/no-permission.png.js +1 -1
  98. package/es/shared/assets/img/nodata.png.js +1 -1
  99. package/es/shared/assets/img/notfound.png.js +1 -1
  100. package/es/shared/assets/img/qr.png.js +1 -1
  101. package/es/shared/assets/img/success.png.js +1 -1
  102. package/es/shared/assets/img/video.png.js +1 -1
  103. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  104. package/es/shared/assets/img/xb_big.png.js +1 -1
  105. package/es/shared/assets/img/xb_small.png.js +1 -1
  106. package/es/shared/hooks/useDateTime.js +1 -1
  107. package/es/shared/package.json.js +1 -1
  108. package/es/shared/types/index.d.ts +1 -0
  109. package/es/shared/utils/business.js +1 -1
  110. package/es/shared/utils/index.d.ts +1 -0
  111. package/es/shared/utils/index.js +1 -1
  112. package/package.json +2 -2
  113. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  114. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  115. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  116. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  117. package/es/components/iho-table/src/plugins/fieldConnectionPlugin/index.d.ts +0 -1
  118. package/es/components/iho-table/src/plugins/fieldConnectionPlugin/index.js +0 -1
  119. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  120. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  121. package/es/shared/utils/tapable/index.d.ts +0 -139
  122. package/es/shared/utils/tapableLess.d.ts +0 -28
  123. package/es/shared/utils/tapableLess.js +0 -1
@@ -1 +1 @@
1
- import e from"./grid/index.js";export{default as CGrid}from"./grid/index.js";import r from"./big-table/index.js";export{default as CBigTable}from"./big-table/index.js";import o from"./field-set/index.js";export{default as CFieldSet}from"./field-set/index.js";import t from"./button-print/index.js";export{default as CButtonPrint}from"./button-print/index.js";import s from"./select-person/index.js";export{default as CSelectPerson}from"./select-person/index.js";import i,{CLabelFormContent as a}from"./select-label/index.js";export{CLabelFormContent,default as CSelectLabel}from"./select-label/index.js";import d from"./iho-select-label/index.js";export{CIhoLabelFormContent,default as CIhoSelectLabel}from"./iho-select-label/index.js";import n from"./map/index.js";export{default as CMap}from"./map/index.js";import m from"./vod-chunk-upload/index.js";export{default as CVodChunkUpload}from"./vod-chunk-upload/index.js";import{CScaleView as f,CRadio as l,CCheckbox as p,CSelect as c,CDatetime as u}from"./scale-view/index.js";export{CCheckbox,CDatetime,CRadio,CScaleView,CSelect}from"./scale-view/index.js";import x from"./info-header/index.js";export{default as CInfoHeader}from"./info-header/index.js";import C from"./time-line/index.js";export{default as CTimeLine}from"./time-line/index.js";import j from"./base-search/index.js";export{default as CBaseSearch}from"./base-search/index.js";import h from"./quick-search/index.js";export{default as CQuickSearch}from"./quick-search/index.js";import b from"./classification/index.js";export{default as CClassification}from"./classification/index.js";import k from"./bpmn-workflow/index.js";export{default as CBpmnWorkflow}from"./bpmn-workflow/index.js";import g from"./steps-wheel/index.js";export{default as CStepsWheel}from"./steps-wheel/index.js";import S from"./editor/index.js";export{default as CEditor}from"./editor/index.js";import F from"./form-render/index.js";export{default as CFormRender}from"./form-render/index.js";import P from"./fabric-chart/index.js";export{default as CFabricChart}from"./fabric-chart/index.js";import y from"./shortcut-provider/index.js";export{default as CShortcutProvider}from"./shortcut-provider/index.js";import v from"./shortcut-setter/index.js";export{default as CShortcutSetter}from"./shortcut-setter/index.js";import I from"./form-config/index.js";export{default as CFormConfig}from"./form-config/index.js";import B from"./iho-table/index.js";export{default as CIhoTable,useIhoTablePresetPlugins}from"./iho-table/index.js";import A from"./keyboard/index.js";export{default as CKeyboard}from"./keyboard/index.js";import D from"./search-cascader/index.js";export{default as CSearchCascader}from"./search-cascader/index.js";import L from"./recommend-search/index.js";export{default as CRecommendSearch}from"./recommend-search/index.js";import T from"./date-picker/index.js";export{default as CDatePicker}from"./date-picker/index.js";import w from"./time-picker/index.js";export{default as CTimePicker}from"./time-picker/index.js";import R from"./config-provider/index.js";export{default as CConfigProvider}from"./config-provider/index.js";import K from"./picture-clipper/index.js";export{default as CPictureClipper}from"./picture-clipper/index.js";import V from"./table-export-field/index.js";export{default as CTableExportField}from"./table-export-field/index.js";import E from"./multi-chat/index.js";export{default as CMultiChat}from"./multi-chat/index.js";export{default as CInsuranceSDK}from"./card-reader-sdk/src/insuranceSDK.js";export{default as CCardReaderSDK}from"./card-reader-sdk/src/cardReaderSDK.js";export{useGuide}from"./guide/src/useGuide.js";export{useFieldListAdaptor}from"./form-render/src/hooks/useFieldListAdaptor.js";export{useFormRequest}from"./form-render/src/hooks/useFormRequest.js";export{useCommonLog}from"./form-render/src/hooks/useCommonLog.js";export{useFormField}from"./form-render/src/hooks/useFormField.js";export{useFormAsyncQueue}from"./form-render/src/hooks/useFormAsyncQueue.js";export{useFieldVisitor}from"./form-render/src/hooks/useFieldVisitor.js";export{useFieldNormalize}from"./form-render/src/hooks/useFieldNormalize.js";export{useFormValidator,validateMessageLocale}from"./form-render/src/hooks/useFormValidator.js";export{BusinessCollector,useBusinessBinding}from"./form-render/src/hooks/useBusinessBinding.js";export{ContextCollector,useChangeContext}from"./form-render/src/hooks/useChangeContext.js";export{FormItemDepsCollector,useFormItemDeps}from"./form-render/src/hooks/useFormItemDeps.js";export{useAnchor}from"./form-render/src/hooks/useAnchor.js";export{useFormContext}from"./form-render/src/hooks/useFormContext.js";export{useCommonInjection,useSelectOptionProps}from"./form-render/src/hooks/useCommonInjection.js";export{searchContentMatcher,useAutographOptions,useRecommendOptions,useUrlConfigOptions}from"./form-render/src/hooks/useFormRenderOptions.js";export{businessDateParser,isIdCard,isMobile,parseAge2Birthday,parseAgeFromContext,parseBirthday,parseIdCard,transformDateFormat}from"./form-render/src/utils/business.js";export{findNextWidget,queryDecoratorByAddress,queryDecoratorByFieldKey,queryInput}from"./form-render/src/utils/dom.js";export{assignClearBindVisited,assignUpdateValue,assignValueBindKey,createLinebarId,createObjSchema,createVisitedSetter,dotEscape,fieldKeyEscape,getParentLinebar,traverseDependKey,traverseSchema}from"./form-render/src/utils/schema.js";export{combineExtendKey,createInputSlot,createSlot,createUrlConfigParams,formRenderLog,injectOrProvide,isNestedFieldType,isNestedType,keywordMatcher,mergeDeepProperties,parseNumberFromMaybeString,presetRequestHandler,splitExtendKey,validateMessageParser}from"./form-render/src/utils/index.js";export*from"@formily/core";export{GlobalShortcutProvider,ShortcutManager,useShortcuts}from"./shortcut-provider/src/hooks/useShortcuts.js";export{useShortcutSignature}from"./shortcut-provider/src/hooks/useShortcutSignature.js";export{defineTablePlugin,useTablePlugin}from"./iho-table/src/hooks/useTablePlugin.js";export{useColumnConfigAdaptor}from"./iho-table/src/hooks/useColumnConfigAdaptor.js";export{AbstractConfigHooks,AbstractDataHooks,AbstractDomInsertHooks,AbstractEventHooks,AbstractExposeHooks,AbstractFieldHooks,AbstractSetupHooks}from"./iho-table/src/types/pluginType.js";export{Print}from"./button-print/src/utils/print.js";export{getFileUrl,isIReport,useBrowserPrint}from"./button-print/src/utils/browserPrint.js";const M={CGrid:e,CBigTable:r,CFieldSet:o,CButtonPrint:t,CSelectPerson:s,CSelectLabel:i,CLabelFormContent:a,CIhoSelectLabel:d,CScaleView:f,CMap:n,CVodChunkUpload:m,CRadio:l,CCheckbox:p,CSelect:c,CDatetime:u,CInfoHeader:x,CTimeLine:C,CBaseSearch:j,CQuickSearch:h,CClassification:b,CBpmnWorkflow:k,CStepsWheel:g,CEditor:S,CFormRender:F,CFabricChart:P,CShortcutProvider:y,CShortcutSetter:v,CFormConfig:I,CIhoTable:B,CKeyboard:A,CSearchCascader:D,CRecommendSearch:L,CDatePicker:T,CTimePicker:w,CConfigProvider:R,CPictureClipper:K,CTableExportField:V,CMultiChat:E};var H={install:function(e){Object.values(M).forEach((r=>{r.install(e)}))},...M};export{H as default};
1
+ import e from"./grid/index.js";export{default as CGrid}from"./grid/index.js";import r from"./big-table/index.js";export{default as CBigTable}from"./big-table/index.js";import o from"./field-set/index.js";export{default as CFieldSet}from"./field-set/index.js";import t from"./button-print/index.js";export{default as CButtonPrint}from"./button-print/index.js";import s from"./select-person/index.js";export{default as CSelectPerson}from"./select-person/index.js";import i,{CLabelFormContent as a}from"./select-label/index.js";export{CLabelFormContent,default as CSelectLabel}from"./select-label/index.js";import d from"./iho-select-label/index.js";export{CIhoLabelFormContent,default as CIhoSelectLabel}from"./iho-select-label/index.js";import n from"./map/index.js";export{default as CMap}from"./map/index.js";import m from"./vod-chunk-upload/index.js";export{default as CVodChunkUpload}from"./vod-chunk-upload/index.js";import{CScaleView as f,CRadio as l,CCheckbox as p,CSelect as c,CDatetime as u}from"./scale-view/index.js";export{CCheckbox,CDatetime,CRadio,CScaleView,CSelect}from"./scale-view/index.js";import x from"./info-header/index.js";export{default as CInfoHeader}from"./info-header/index.js";import C from"./time-line/index.js";export{default as CTimeLine}from"./time-line/index.js";import j from"./base-search/index.js";export{default as CBaseSearch}from"./base-search/index.js";import h from"./quick-search/index.js";export{default as CQuickSearch}from"./quick-search/index.js";import b from"./classification/index.js";export{default as CClassification}from"./classification/index.js";import k from"./bpmn-workflow/index.js";export{default as CBpmnWorkflow}from"./bpmn-workflow/index.js";import g from"./steps-wheel/index.js";export{default as CStepsWheel}from"./steps-wheel/index.js";import S from"./editor/index.js";export{default as CEditor}from"./editor/index.js";import F from"./form-render/index.js";export{default as CFormRender}from"./form-render/index.js";import P from"./fabric-chart/index.js";export{default as CFabricChart}from"./fabric-chart/index.js";import y from"./shortcut-provider/index.js";export{default as CShortcutProvider}from"./shortcut-provider/index.js";import v from"./shortcut-setter/index.js";export{default as CShortcutSetter}from"./shortcut-setter/index.js";import I from"./form-config/index.js";export{default as CFormConfig}from"./form-config/index.js";import B from"./iho-table/index.js";export{default as CIhoTable,useIhoTablePresetPlugins}from"./iho-table/index.js";import A from"./keyboard/index.js";export{default as CKeyboard}from"./keyboard/index.js";import D from"./search-cascader/index.js";export{default as CSearchCascader}from"./search-cascader/index.js";import L from"./recommend-search/index.js";export{default as CRecommendSearch}from"./recommend-search/index.js";import T from"./date-picker/index.js";export{default as CDatePicker}from"./date-picker/index.js";import R from"./time-picker/index.js";export{default as CTimePicker}from"./time-picker/index.js";import w from"./config-provider/index.js";export{default as CConfigProvider}from"./config-provider/index.js";import K from"./picture-clipper/index.js";export{default as CPictureClipper}from"./picture-clipper/index.js";import V from"./table-export-field/index.js";export{default as CTableExportField}from"./table-export-field/index.js";import E from"./multi-chat/index.js";export{default as CMultiChat}from"./multi-chat/index.js";export{default as CInsuranceSDK}from"./card-reader-sdk/src/insuranceSDK.js";export{default as CCardReaderSDK}from"./card-reader-sdk/src/cardReaderSDK.js";export{useGuide}from"./guide/src/useGuide.js";export{useFieldListAdaptor}from"./form-render/src/hooks/useFieldListAdaptor.js";export{useFormRequest}from"./form-render/src/hooks/useFormRequest.js";export{useCommonLog}from"./form-render/src/hooks/useCommonLog.js";export{useFormField}from"./form-render/src/hooks/useFormField.js";export{useFormAsyncQueue}from"./form-render/src/hooks/useFormAsyncQueue.js";export{useFieldVisitor}from"./form-render/src/hooks/useFieldVisitor.js";export{useFieldNormalize}from"./form-render/src/hooks/useFieldNormalize.js";export{useFormValidator,validateMessageLocale}from"./form-render/src/hooks/useFormValidator.js";export{BusinessCollector,useBusinessBinding}from"./form-render/src/hooks/useBusinessBinding.js";export{ContextCollector,useChangeContext}from"./form-render/src/hooks/useChangeContext.js";export{FormItemDepsCollector,useFormItemDeps}from"./form-render/src/hooks/useFormItemDeps.js";export{useAnchor}from"./form-render/src/hooks/useAnchor.js";export{useFormContext}from"./form-render/src/hooks/useFormContext.js";export{useCommonInjection,useSelectOptionProps}from"./form-render/src/hooks/useCommonInjection.js";export{searchContentMatcher,useAutographOptions,useRecommendOptions,useUrlConfigOptions}from"./form-render/src/hooks/useFormRenderOptions.js";export{businessDateParser,isIdCard,isMobile,parseAge2Birthday,parseAgeFromContext,parseBirthday,parseIdCard,transformDateFormat}from"./form-render/src/utils/business.js";export{findNextWidget,queryDecoratorByAddress,queryDecoratorByFieldKey,queryInput}from"./form-render/src/utils/dom.js";export{assignClearBindVisited,assignUpdateValue,assignValueBindKey,createLinebarId,createObjSchema,createVisitedSetter,dotEscape,fieldKeyEscape,getParentLinebar,traverseDependKey,traverseSchema}from"./form-render/src/utils/schema.js";export{combineExtendKey,createInputSlot,createSlot,createUrlConfigParams,formRenderLog,injectOrProvide,isNestedFieldType,isNestedType,mergeDeepProperties,parseNumberFromMaybeString,presetRequestHandler,splitExtendKey,validateMessageParser}from"./form-render/src/utils/index.js";export*from"@formily/core";export{GlobalShortcutProvider,ShortcutManager,useShortcuts}from"./shortcut-provider/src/hooks/useShortcuts.js";export{useShortcutSignature}from"./shortcut-provider/src/hooks/useShortcutSignature.js";export{defineTablePlugin,useTablePlugin}from"./iho-table/src/hooks/useTablePlugin.js";export{useColumnConfigAdaptor}from"./iho-table/src/hooks/useColumnConfigAdaptor.js";export{AbstractConfigHooks,AbstractDataHooks,AbstractDomInsertHooks,AbstractEventHooks,AbstractExposeHooks,AbstractFieldHooks,AbstractSetupHooks}from"./iho-table/src/types/pluginType.js";export{Print}from"./button-print/src/utils/print.js";export{getFileUrl,isIReport,useBrowserPrint}from"./button-print/src/utils/browserPrint.js";const H={CGrid:e,CBigTable:r,CFieldSet:o,CButtonPrint:t,CSelectPerson:s,CSelectLabel:i,CLabelFormContent:a,CIhoSelectLabel:d,CScaleView:f,CMap:n,CVodChunkUpload:m,CRadio:l,CCheckbox:p,CSelect:c,CDatetime:u,CInfoHeader:x,CTimeLine:C,CBaseSearch:j,CQuickSearch:h,CClassification:b,CBpmnWorkflow:k,CStepsWheel:g,CEditor:S,CFormRender:F,CFabricChart:P,CShortcutProvider:y,CShortcutSetter:v,CFormConfig:I,CIhoTable:B,CKeyboard:A,CSearchCascader:D,CRecommendSearch:L,CDatePicker:T,CTimePicker:R,CConfigProvider:w,CPictureClipper:K,CTableExportField:V,CMultiChat:E};var M={install:function(e){Object.values(H).forEach((r=>{r.install(e)}))},...H};export{M as default};
@@ -1,5 +1,9 @@
1
1
  import { SFCWithInstall } from '../../../es/shared/types';
2
2
  declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3
+ anime: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
3
7
  compact: {
4
8
  type: BooleanConstructor;
5
9
  required: true;
@@ -155,6 +159,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
155
159
  };
156
160
  }, {
157
161
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
162
+ anime: {
163
+ type: BooleanConstructor;
164
+ default: boolean;
165
+ };
158
166
  compact: {
159
167
  type: BooleanConstructor;
160
168
  required: true;
@@ -4144,6 +4152,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4144
4152
  patientInfo: any;
4145
4153
  }>;
4146
4154
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "openPatientInfo" | "fieldSet" | "update:compact")[], "formChange" | "openPatientInfo" | "fieldSet" | "update:compact", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4155
+ anime: {
4156
+ type: BooleanConstructor;
4157
+ default: boolean;
4158
+ };
4147
4159
  compact: {
4148
4160
  type: BooleanConstructor;
4149
4161
  required: true;
@@ -4303,6 +4315,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4303
4315
  onFieldSet?: ((...args: any[]) => any) | undefined;
4304
4316
  "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
4305
4317
  }, {
4318
+ anime: boolean;
4306
4319
  patientInfo: Partial<{
4307
4320
  avatar: string;
4308
4321
  avatarPreview: string;
@@ -2,6 +2,10 @@ import { AnyObject, Func } from '../../../../es/shared/types';
2
2
  import { PropType, VNode } from 'vue';
3
3
  import { FormRenderExpose } from '../../../../es/components/form-render';
4
4
  declare const _default: import("vue").DefineComponent<{
5
+ anime: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
5
9
  compact: {
6
10
  type: BooleanConstructor;
7
11
  required: true;
@@ -155,6 +159,10 @@ declare const _default: import("vue").DefineComponent<{
155
159
  };
156
160
  }, {
157
161
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
162
+ anime: {
163
+ type: BooleanConstructor;
164
+ default: boolean;
165
+ };
158
166
  compact: {
159
167
  type: BooleanConstructor;
160
168
  required: true;
@@ -4138,6 +4146,10 @@ declare const _default: import("vue").DefineComponent<{
4138
4146
  patientInfo: any;
4139
4147
  }>;
4140
4148
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "openPatientInfo" | "fieldSet" | "update:compact")[], "formChange" | "openPatientInfo" | "fieldSet" | "update:compact", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4149
+ anime: {
4150
+ type: BooleanConstructor;
4151
+ default: boolean;
4152
+ };
4141
4153
  compact: {
4142
4154
  type: BooleanConstructor;
4143
4155
  required: true;
@@ -4295,6 +4307,7 @@ declare const _default: import("vue").DefineComponent<{
4295
4307
  onFieldSet?: ((...args: any[]) => any) | undefined;
4296
4308
  "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
4297
4309
  }, {
4310
+ anime: boolean;
4298
4311
  patientInfo: Partial<{
4299
4312
  avatar: string;
4300
4313
  avatarPreview: string;
@@ -1 +1 @@
1
- import{defineComponent as e,provide as t,ref as n,computed as o,openBlock as a,createElementBlock as i,createCommentVNode as s,renderSlot as r,createElementVNode as c,normalizeClass as f,normalizeStyle as p,unref as l,createVNode as d,withCtx as u,mergeProps as m,Fragment as h,renderList as g,createBlock as v,resolveDynamicComponent as y,h as b,nextTick as _}from"vue";import{isString as I}from"lodash-es";import $ from"./components/infoDescription/index.vue.js";import x from"./components/patientInfo/index.vue.js";import{InjectionInfoHeaderEmit as S,InjectionInfoHeaderFormRef as j}from"./constants/index.js";const z={class:"c-info-header"},w={class:"c-info-header__operation"},k={key:0,class:"c-info-header__divider"},C={class:"c-info-header__setting"},H=["onClick"];var P=e({__name:"InfoHeader",props:{compact:{type:Boolean,required:!0},patientInfo:{type:Object,default:()=>({})},patientEditable:{type:Boolean},separator:{type:String,default:":"},infoList:{type:Array,default:()=>[]},labelField:{type:String,default:"label"},valueField:{type:String,default:"value"},minColumnWidth:{type:[String,Number],default:180},rowHeight:{type:[String,Number],default:38},settingIcons:{type:Array,default:()=>["patientInfo","fieldSet","compact"]},formProps:{type:Object}},emits:["openPatientInfo","fieldSet","update:compact","formChange"],setup(e,{expose:P,emit:A}){const B=e;t(S,A);const D=n();function E(){var e;return null==(e=D.value)?void 0:e.updateColumn()}const F=o((()=>({"--row-height":B.rowHeight,"--row-num":B.compact?1:2,"--padding-tb":B.compact?9:4}))),N={patientInfo:{event:function(){A("openPatientInfo")},render:()=>[b("i",{class:"info-header--iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaobianji"})]},fieldSet:{event:function(){A("fieldSet")},render:()=>[b("i",{class:"info-header--iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi"})]},compact:{event:async function(){A("update:compact",!B.compact),await _(),await E()},render:()=>[b("i",{class:"info-header--iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia"})]}},O=o((()=>B.settingIcons.map((e=>(I(e)?N[e]:e)||{})))),R=n();return t(j,R),P({update:E,$formRender:R}),(t,n)=>(a(),i("header",z,[s(" 顶部插槽 "),r(t.$slots,"header"),c("div",{class:f(["c-info-header__content",{"is-compact":e.compact}]),style:p(l(F))},[c("section",w,[s(" 操作区插槽 "),r(t.$slots,"operation")]),t.$slots.operation?(a(),i("div",k)):s("v-if",!0),s(" 患者信息区插槽,需要自己实现整个患者信息区时使用 "),r(t.$slots,"patientModule",{},(()=>[d(l(x),{"patient-info":e.patientInfo,"patient-editable":e.patientEditable},{avatarInfo:u((()=>[s(" 头像区补充内容插槽 (会插入头像下方) "),r(t.$slots,"avatarInfo")])),avatar:u((()=>[s(" 头像插槽 "),r(t.$slots,"avatar")])),tags:u((()=>[s(" 标签插槽 "),r(t.$slots,"tags")])),_:3},8,["patient-info","patient-editable"])])),d(l($),m({ref_key:"infoDescriptionRef",ref:D,"root-slot":t.$slots},t.$props),{info:u((()=>[s(" 信息描述区插槽 "),r(t.$slots,"info")])),_:3},16,["root-slot"]),c("section",C,[s(" 设置区插槽 "),r(t.$slots,"setting",{},(()=>[(a(!0),i(h,null,g(l(O),(e=>(a(),i("div",{key:e,class:"c-info-header__settingIcon",onClick:e.event},[(a(),v(y(e.render)))],8,H)))),128))]))])],6),s(" 底部插槽 "),r(t.$slots,"footer")]))}});export{P as default};
1
+ import{defineComponent as e,provide as t,ref as n,computed as o,openBlock as a,createElementBlock as i,normalizeClass as s,createCommentVNode as r,renderSlot as c,createElementVNode as l,normalizeStyle as f,unref as p,createVNode as d,withCtx as m,mergeProps as u,Fragment as h,renderList as g,createBlock as v,resolveDynamicComponent as y,h as b,nextTick as _}from"vue";import{isString as I}from"lodash-es";import $ from"./components/infoDescription/index.vue.js";import x from"./components/patientInfo/index.vue.js";import{InjectionInfoHeaderEmit as S,InjectionInfoHeaderFormRef as j}from"./constants/index.js";const z={class:"c-info-header__operation"},w={key:0,class:"c-info-header__divider"},k={class:"c-info-header__setting"},C=["onClick"];var B=e({__name:"InfoHeader",props:{anime:{type:Boolean,default:!0},compact:{type:Boolean,required:!0},patientInfo:{type:Object,default:()=>({})},patientEditable:{type:Boolean},separator:{type:String,default:":"},infoList:{type:Array,default:()=>[]},labelField:{type:String,default:"label"},valueField:{type:String,default:"value"},minColumnWidth:{type:[String,Number],default:180},rowHeight:{type:[String,Number],default:24},settingIcons:{type:Array,default:()=>["patientInfo","fieldSet","compact"]},formProps:{type:Object}},emits:["openPatientInfo","fieldSet","update:compact","formChange"],setup(e,{expose:B,emit:H}){const P=e;t(S,H);const A=n();function D(){var e;return null==(e=A.value)?void 0:e.updateColumn()}const E=o((()=>({"--row-height":P.rowHeight,"--row-num":P.compact?1:2,"--padding-tb":P.compact?6:4}))),F={patientInfo:{event:function(){H("openPatientInfo")},render:()=>[b("i",{class:"info-header--iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaobianji"})]},fieldSet:{event:function(){H("fieldSet")},render:()=>[b("i",{class:"info-header--iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi"})]},compact:{event:async function(){H("update:compact",!P.compact),await _(),await D()},render:()=>[b("i",{class:"info-header--iconfont info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia"})]}},N=o((()=>P.settingIcons.map((e=>(I(e)?F[e]:e)||{})))),O=n();return t(j,O),B({update:D,$formRender:O}),(t,n)=>(a(),i("header",{class:s(["c-info-header",{"anime--disabled":!e.anime}])},[r(" 顶部插槽 "),c(t.$slots,"header"),l("div",{class:s(["c-info-header__content",{"is-compact":e.compact}]),style:f(p(E))},[l("section",z,[r(" 操作区插槽 "),c(t.$slots,"operation")]),t.$slots.operation?(a(),i("div",w)):r("v-if",!0),r(" 患者信息区插槽,需要自己实现整个患者信息区时使用 "),c(t.$slots,"patientModule",{},(()=>[d(p(x),{"patient-info":e.patientInfo,"patient-editable":e.patientEditable},{avatarInfo:m((()=>[r(" 头像区补充内容插槽 (会插入头像下方) "),c(t.$slots,"avatarInfo")])),avatar:m((()=>[r(" 头像插槽 "),c(t.$slots,"avatar")])),tags:m((()=>[r(" 标签插槽 "),c(t.$slots,"tags")])),_:3},8,["patient-info","patient-editable"])])),d(p($),u({ref_key:"infoDescriptionRef",ref:A,"root-slot":t.$slots},t.$props),{info:m((()=>[r(" 信息描述区插槽 "),c(t.$slots,"info")])),_:3},16,["root-slot"]),l("section",k,[r(" 设置区插槽 "),c(t.$slots,"setting",{},(()=>[(a(!0),i(h,null,g(p(N),(e=>(a(),i("div",{key:e,class:"c-info-header__settingIcon",onClick:e.event},[(a(),v(y(e.render)))],8,C)))),128))]))])],6),r(" 底部插槽 "),c(t.$slots,"footer")],2))}});export{B as default};
@@ -1 +1 @@
1
- import{defineComponent as e,computed as t,ref as a,watch as n,nextTick as i,openBlock as l,createElementBlock as o,renderSlot as r,createVNode as s,unref as p,withCtx as f,mergeProps as d,createElementVNode as u,normalizeClass as c,createBlock as v,resolveDynamicComponent as m,createCommentVNode as _,createTextVNode as g,Fragment as x,renderList as y,toDisplayString as I,h}from"vue";import{isArray as w,isString as b,isNumber as k,isFunction as P,isObject as E,pick as U}from"lodash-es";import{NPopover as C,NImage as L,NDivider as H,NSpace as z,NButton as T,NTag as j,NEllipsis as F}from"naive-ui";import N from"../../../../form-render/index.js";const R={class:"c-info-header__patient"},$={class:"c-info-header__patientHeader"},B={key:0,class:"c-info-header__patientHeader--name"},S={key:1,class:"c-info-header__patientHeader--sex"},V={key:2,class:"c-info-header__patientHeader--age"};var D=e({__name:"index",props:{patientInfo:{default:()=>({})},patientEditable:{type:Boolean}},setup(e){const D=e,M=t((()=>D.patientInfo&&w(D.patientInfo.tagList)?D.patientInfo.tagList.filter((e=>e.render||b(e.content)&&e.content)):[])),O={warning:"#fcc200",info:"rgba(45, 122, 255, 0.1)"},W={warning:"#fff",info:"#2563F4"};function q({type:e="warning"}){return{color:O[e],textColor:W[e]}}function A(e){return()=>b(e)||k(e)?e:P(e)?e():E(e)?h(e):null}const G=a(!1),J=t((()=>D.patientEditable?[{val_key:"name",is_null:"0",is_empty:"0",alias:"姓名",html_type:"INPUT",...D.patientInfo.nameProps},{val_key:"sex",alias:"性别",html_type:"SELECT",is_null:"0",option:[{text:"未知",value:"未知"},{text:"男",value:"男"},{text:"女",value:"女"}],...D.patientInfo.sexProps},{val_key:"age",alias:"年龄",html_type:"INPUT_NUMBER",is_null:"0",is_empty:"0",decoratorProps:{style:{flex:2}},...D.patientInfo.ageProps,suffixConfig:{alias:"年龄单位",is_null:"0",val_key:"ageUnit",html_type:"SELECT",decoratorProps:{style:{flex:1}},option:[{value:"天",text:"天"},{value:"月",text:"月"},{value:"岁",text:"岁"},{value:"小时",text:"小时"},{value:"分",text:"分"},{value:"周",text:"周"}],...D.patientInfo.ageUnitProps}}]:[])),K=a();async function Q(){K.value&&(await K.value.validate(),Object.assign(D.patientInfo,U(K.value.getFormValues(),["name","sex","age","ageUnit"])),G.value=!1)}return n(G,(async e=>{await i(),e&&K.value&&K.value.setFormValues(D.patientInfo||{})})),(t,a)=>(l(),o("section",R,[r(t.$slots,"avatar",{},(()=>[s(p(C),null,{trigger:f((()=>[s(p(L),d({style:{"border-radius":"50%"},width:40,height:40,"preview-disabled":"",src:e.patientInfo.avatar},e.patientInfo.avatarProps),null,16,["src"])])),default:f((()=>[s(p(L),d({width:200,"preview-disabled":"",src:e.patientInfo.avatarPreview||e.patientInfo.avatar},e.patientInfo.avatarPreviewProps),null,16,["src"])])),_:1})])),u("section",null,[u("header",$,[s(p(C),{disabled:!e.patientEditable,trigger:"manual",placement:"bottom",show:G.value},{trigger:f((()=>{var t;return[u("section",{class:c(["c-info-header__patientHeaderWrapper",{"in-edit":G.value}]),onDblclick:a[0]||(a[0]=t=>e.patientEditable&&(G.value=!0))},[e.patientInfo.name?(l(),o("div",B,[(l(),v(m(A(e.patientInfo.name))))])):_("v-if",!0),e.patientInfo.sex?(l(),o("div",S,[g(" / "),(l(),v(m(A(e.patientInfo.sex))))])):_("v-if",!0),null!=e.patientInfo.age?(l(),o("div",V,[g(" / "),(l(),v(m(A(e.patientInfo.age)))),(l(),v(m(A(null!=(t=e.patientInfo.ageUnit)?t:"岁"))))])):_("v-if",!0)],34)]})),default:f((()=>[s(p(N),{column:"6",size:"small","label-placement":"left",style:{width:"200px",margin:"4px 0 -8px 0"},"field-list":p(J),ref_key:"formRenderRef",ref:K},null,8,["field-list"]),s(p(H),{style:{margin:"8px -14px",width:"calc(100% + 28px)"}}),s(p(z),{justify:"end"},{default:f((()=>[s(p(T),{size:"small",onClick:a[1]||(a[1]=e=>G.value=!1)},{default:f((()=>[g("取消")])),_:1}),s(p(T),{size:"small",type:"info",onClick:Q},{default:f((()=>[g("确认")])),_:1})])),_:1})])),_:1},8,["disabled","show"]),r(t.$slots,"tags",{tagList:p(M)},(()=>[(l(!0),o(x,null,y(e.patientInfo.tagList||[],(e=>(l(),v(p(j),d({key:e.content,size:"medium",bordered:!1,color:q(e)},e),{default:f((()=>[e.render?(l(),v(m(e.render),{key:0})):(l(),v(p(F),{key:1,style:{"max-width":"96px"}},{default:f((()=>[g(I(e.content),1)])),_:2},1024))])),_:2},1040,["color"])))),128))]))]),r(t.$slots,"avatarInfo")])]))}});export{D as default};
1
+ import{defineComponent as e,computed as t,ref as a,watch as n,nextTick as i,openBlock as l,createElementBlock as o,renderSlot as r,createVNode as s,unref as p,withCtx as f,mergeProps as d,createElementVNode as u,normalizeClass as c,createBlock as v,resolveDynamicComponent as m,createCommentVNode as _,createTextVNode as g,Fragment as x,renderList as y,toDisplayString as I,h}from"vue";import{isArray as w,isString as b,isNumber as k,isFunction as P,isObject as E,pick as U}from"lodash-es";import{NPopover as C,NImage as L,NDivider as H,NSpace as z,NButton as T,NTag as j,NEllipsis as F}from"naive-ui";import N from"../../../../form-render/index.js";const R={class:"c-info-header__patient"},$={class:"c-info-header__patientHeader"},B={key:0,class:"c-info-header__patientHeader--name"},S={key:1,class:"c-info-header__patientHeader--sex"},V={key:2,class:"c-info-header__patientHeader--age"};var D=e({__name:"index",props:{patientInfo:{default:()=>({})},patientEditable:{type:Boolean}},setup(e){const D=e,M=t((()=>D.patientInfo&&w(D.patientInfo.tagList)?D.patientInfo.tagList.filter((e=>e.render||b(e.content)&&e.content)):[])),O={warning:"#fcc200",info:"rgba(45, 122, 255, 0.1)"},W={warning:"#fff",info:"#2563F4"};function q({type:e="warning"}){return{color:O[e],textColor:W[e]}}function A(e){return()=>b(e)||k(e)?e:P(e)?e():E(e)?h(e):null}const G=a(!1),J=t((()=>D.patientEditable?[{val_key:"name",is_null:"0",is_empty:"0",alias:"姓名",html_type:"INPUT",...D.patientInfo.nameProps},{val_key:"sex",alias:"性别",html_type:"SELECT",is_null:"0",option:[{text:"未知",value:"未知"},{text:"男",value:"男"},{text:"女",value:"女"}],...D.patientInfo.sexProps},{val_key:"age",alias:"年龄",html_type:"INPUT_NUMBER",is_null:"0",is_empty:"0",decoratorProps:{style:{flex:2}},...D.patientInfo.ageProps,suffixConfig:{alias:"年龄单位",is_null:"0",val_key:"ageUnit",html_type:"SELECT",decoratorProps:{style:{flex:1}},option:[{value:"天",text:"天"},{value:"月",text:"月"},{value:"岁",text:"岁"},{value:"小时",text:"小时"},{value:"分",text:"分"},{value:"周",text:"周"}],...D.patientInfo.ageUnitProps}}]:[])),K=a();async function Q(){K.value&&(await K.value.validate(),Object.assign(D.patientInfo,U(K.value.getFormValues(),["name","sex","age","ageUnit"])),G.value=!1)}return n(G,(async e=>{await i(),e&&K.value&&K.value.setFormValues(D.patientInfo||{})})),(t,a)=>(l(),o("section",R,[r(t.$slots,"avatar",{},(()=>[s(p(C),null,{trigger:f((()=>[s(p(L),d({style:{"border-radius":"50%"},width:36,height:36,"preview-disabled":"",src:e.patientInfo.avatar},e.patientInfo.avatarProps),null,16,["src"])])),default:f((()=>[s(p(L),d({width:200,"preview-disabled":"",src:e.patientInfo.avatarPreview||e.patientInfo.avatar},e.patientInfo.avatarPreviewProps),null,16,["src"])])),_:1})])),u("section",null,[u("header",$,[s(p(C),{disabled:!e.patientEditable,trigger:"manual",placement:"bottom",show:G.value},{trigger:f((()=>{var t;return[u("section",{class:c(["c-info-header__patientHeaderWrapper",{"in-edit":G.value}]),onDblclick:a[0]||(a[0]=t=>e.patientEditable&&(G.value=!0))},[e.patientInfo.name?(l(),o("div",B,[(l(),v(m(A(e.patientInfo.name))))])):_("v-if",!0),e.patientInfo.sex?(l(),o("div",S,[g(" / "),(l(),v(m(A(e.patientInfo.sex))))])):_("v-if",!0),null!=e.patientInfo.age?(l(),o("div",V,[g(" / "),(l(),v(m(A(e.patientInfo.age)))),(l(),v(m(A(null!=(t=e.patientInfo.ageUnit)?t:"岁"))))])):_("v-if",!0)],34)]})),default:f((()=>[s(p(N),{column:"6",size:"small","label-placement":"left",style:{width:"200px",margin:"4px 0 -8px 0"},"field-list":p(J),ref_key:"formRenderRef",ref:K},null,8,["field-list"]),s(p(H),{style:{margin:"8px -14px",width:"calc(100% + 28px)"}}),s(p(z),{justify:"end"},{default:f((()=>[s(p(T),{size:"small",onClick:a[1]||(a[1]=e=>G.value=!1)},{default:f((()=>[g("取消")])),_:1}),s(p(T),{size:"small",type:"info",onClick:Q},{default:f((()=>[g("确认")])),_:1})])),_:1})])),_:1},8,["disabled","show"]),r(t.$slots,"tags",{tagList:p(M)},(()=>[(l(!0),o(x,null,y(e.patientInfo.tagList||[],(e=>(l(),v(p(j),d({key:e.content,size:"medium",bordered:!1,color:q(e)},e),{default:f((()=>[e.render?(l(),v(m(e.render),{key:0})):(l(),v(p(F),{key:1,style:{"max-width":"96px"}},{default:f((()=>[g(I(e.content),1)])),_:2},1024))])),_:2},1040,["color"])))),128))]))]),r(t.$slots,"avatarInfo")])]))}});export{D as default};
@@ -1 +1 @@
1
- .c-info-header{background:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,69%,.46);padding:0 16px}@font-face{font-family:info-header-iconfont;src:url(info-header-font.ttf) format("truetype")}.c-info-header .info-header--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:info-header-iconfont!important;font-size:16px;font-style:normal}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia:before{content:"\c1003"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantoushang:before{content:"\c1004"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi:before{content:"\c1005"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaobianji:before{content:"\c1006"}.c-info-header .info-header--icon-guanbi-yanjing:before{content:"\c1001"}.c-info-header .info-header--icon-faxian-yanjing:before{content:"\c1002"}.c-info-header__content{align-items:center;display:flex;gap:18px;height:calc((var(--row-height)*var(--row-num) + var(--padding-tb)*2)*1px);justify-content:space-between;padding:calc(var(--padding-tb)*1px) 0;transition:height .2s linear,padding .2s linear}.c-info-header__content [compact-hidden]{max-height:160px;transition:max-height .2s ease-in-out,opacity .2s linear}.c-info-header__content.is-compact [compact-hidden]{max-height:0!important;opacity:0!important}.c-info-header__content.is-compact .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(0deg)}.c-info-header__divider{align-self:stretch;background:#d5d5d566;width:1px}.c-info-header__patient{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;margin-right:34px}.c-info-header__patientHeader,.c-info-header__patientHeaderWrapper{align-items:center;display:flex;gap:6px}.c-info-header__patientHeaderWrapper{border-bottom:1px solid transparent}.c-info-header__patientHeaderWrapper.in-edit{border-bottom:1px solid rgba(0,0,0,.6)}.c-info-header__patientHeader--name{font-size:20px;font-weight:700;margin-right:6px}.c-info-header__patientHeader .n-tag{border-radius:2px;height:20px}.c-info-header__patientHeader .n-tag .n-tag__content{font-size:12px}.c-info-header__info{display:flex;flex:1;flex-wrap:wrap;font-size:14px;justify-content:flex-start;width:100%}.c-info-header__infoWrapper{box-sizing:border-box;height:calc((var(--row-height)*var(--row-num))*1px);max-height:calc((var(--row-height)*var(--row-num))*1px);transition:height .2s linear,max-height .2s linear}.c-info-header__info td{text-align:left}.c-info-header__info .n-descriptions-table-content{height:calc(var(--row-height)*1px);max-width:calc(var(--column-width)*1px);overflow-y:hidden;padding:0!important;vertical-align:middle!important}.c-info-header__info .n-descriptions-table-content__label{color:rgba(0,0,0,.6);display:inline-block}.c-info-header__setting{align-self:flex-start;display:flex;gap:8px}.c-info-header__settingIcon{align-items:center;cursor:pointer;display:inline-flex}.c-info-header__setting .info-header--iconfont{color:#000;display:inline-block;font-size:20px;transition:all .2s linear}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(180deg)}.c-info-header__hidden{align-items:center;display:inline-flex;font-size:14px;gap:8px;vertical-align:middle}.c-info-header__hidden--icon{color:inherit!important;cursor:pointer;font-size:14px;text-decoration:none!important}.c-info-header__formRender .n-form-item-blank>.n-input .n-input-wrapper{border-bottom:1px solid var(--n-text-color)}.c-info-header__formRender .n-base-selection,.c-info-header__formRender .n-base-selection-label,.c-info-header__formRender .n-date-picker,.c-info-header__formRender .n-input,.c-info-header__formRender .n-input-wrapper{max-height:18px;min-height:18px;vertical-align:top}.c-info-header__formRender .n-base-selection input,.c-info-header__formRender .n-base-selection-label input,.c-info-header__formRender .n-date-picker input,.c-info-header__formRender .n-input input,.c-info-header__formRender .n-input-wrapper input{max-height:18px;min-height:18px}.c-info-header__formRender .n-select{line-height:1}
1
+ .c-info-header{background:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,69%,.46);display:block!important;padding:0 16px!important}@font-face{font-family:info-header-iconfont;src:url(info-header-font.ttf) format("truetype")}.c-info-header .info-header--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:info-header-iconfont!important;font-size:16px;font-style:normal}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia:before{content:"\c1003"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantoushang:before{content:"\c1004"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi:before{content:"\c1005"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaobianji:before{content:"\c1006"}.c-info-header .info-header--icon-guanbi-yanjing:before{content:"\c1001"}.c-info-header .info-header--icon-faxian-yanjing:before{content:"\c1002"}.c-info-header.anime--disabled{transition:none!important}.c-info-header__content{align-items:center;display:flex;gap:18px;height:calc((var(--row-height)*var(--row-num) + var(--padding-tb)*2)*1px);justify-content:space-between;padding:calc(var(--padding-tb)*1px) 0;transition:height .2s linear,padding .2s linear}.c-info-header__content [compact-hidden]{max-height:160px;transition:max-height .2s ease-in-out,opacity .2s linear}.c-info-header__content.is-compact [compact-hidden]{max-height:0!important;opacity:0!important}.c-info-header__content.is-compact .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(0deg)}.c-info-header__divider{align-self:stretch;background:#d5d5d566;width:1px}.c-info-header__patient{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;margin-right:34px}.c-info-header__patientHeader,.c-info-header__patientHeaderWrapper{align-items:center;display:flex;gap:6px}.c-info-header__patientHeaderWrapper{border-bottom:1px solid transparent}.c-info-header__patientHeaderWrapper.in-edit{border-bottom:1px solid rgba(0,0,0,.6)}.c-info-header__patientHeader--name{font-size:20px;font-weight:700;margin-right:6px}.c-info-header__patientHeader .n-tag{border-radius:2px;height:20px}.c-info-header__patientHeader .n-tag .n-tag__content{font-size:12px}.c-info-header__info{display:flex;flex:1;flex-wrap:wrap;font-size:14px;justify-content:flex-start;width:100%}.c-info-header__infoWrapper{box-sizing:border-box;height:calc((var(--row-height)*var(--row-num))*1px);max-height:calc((var(--row-height)*var(--row-num))*1px);transition:height .2s linear,max-height .2s linear}.c-info-header__info td{text-align:left}.c-info-header__info .n-descriptions-table-content{height:calc(var(--row-height)*1px);max-width:calc(var(--column-width)*1px);overflow-y:hidden;padding:0!important;vertical-align:middle!important}.c-info-header__info .n-descriptions-table-content__label{color:rgba(0,0,0,.6);display:inline-block}.c-info-header__setting{align-self:flex-start;display:flex;gap:8px}.c-info-header__settingIcon{align-items:center;cursor:pointer;display:inline-flex}.c-info-header__setting .info-header--iconfont{color:#000;display:inline-block;font-size:20px;transition:all .2s linear}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(180deg)}.c-info-header__hidden{align-items:center;display:inline-flex;font-size:14px;gap:8px;vertical-align:middle}.c-info-header__hidden--icon{color:inherit!important;cursor:pointer;font-size:14px;text-decoration:none!important}.c-info-header__formRender .n-form-item-blank>.n-input .n-input-wrapper{border-bottom:1px solid var(--n-text-color)}.c-info-header__formRender .n-base-selection,.c-info-header__formRender .n-base-selection-label,.c-info-header__formRender .n-date-picker,.c-info-header__formRender .n-input,.c-info-header__formRender .n-input-wrapper{max-height:18px;min-height:18px;vertical-align:top}.c-info-header__formRender .n-base-selection input,.c-info-header__formRender .n-base-selection-label input,.c-info-header__formRender .n-date-picker input,.c-info-header__formRender .n-input input,.c-info-header__formRender .n-input-wrapper input{max-height:18px;min-height:18px}.c-info-header__formRender .n-select{line-height:1}.anime--disabled .c-info-header,.anime--disabled .c-info-header__content,.anime--disabled .c-info-header__content [compact-hidden],.anime--disabled .c-info-header__infoWrapper{transition:none!important}
@@ -1 +1 @@
1
- .classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter{cursor:pointer;font-size:18px}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter:last-child{margin-left:16px}.classification-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.classification-modal-block .n-card__content{overflow-y:auto}.classification-modal-block .n-card__content .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-title .list-title-item{font-weight:700;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content{padding:0}.classification-modal-block .n-card__content .table-modal-list .list-content li{display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item{align-items:center;display:flex;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item .n-icon{cursor:pointer;margin-right:8px}.classification-modal-block .n-card__content .table-modal-list .list-content li.checked,.classification-modal-block .n-card__content .table-modal-list .list-content li.checked .text{background-color:#f2f2f2}.classification-modal-block .n-card__content .table-modal-list .list-content li .text{background-color:#fff;display:inline-block;padding:0 10px;position:relative}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line{position:relative;text-align:center;width:75%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line:before{border:1px solid #e8e8e8;content:"";left:0;margin-top:20px;position:absolute;width:100%}.classification-modal-block .n-card__content .table-modal-list .list-title-item{margin-left:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item{border-bottom:1px solid #e1dfdf;margin-left:-1px;margin-top:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch{height:16px;min-width:28px;width:28px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch:after{height:12px;width:12px}.classification-modal-block .n-card__content .table-modal-list .list-content-radio,.classification-modal-block .n-card__content .table-modal-list .list-content-switch{text-align:center}.classification-modal-block .n-card__content .table-modal-list .anticon+.anticon{margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .item-name{display:flex;height:32px;line-height:32px;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .item-name .label{text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .item-name .addAction{align-items:center;cursor:pointer;display:flex}.classification-modal-block .n-card__content .class-filter-content .item-name .blue{color:#2d7aff;margin-right:8px}.classification-modal-block .n-card__content .class-filter-content .n-form-item-label{width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content{align-items:center;display:flex;flex-wrap:wrap;line-height:32px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .label{display:inline-block;height:32px;line-height:32px;margin-bottom:10px;text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn-dashed{border-color:#a6a6a6;color:#a6a6a6}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag{margin-bottom:10px;margin-right:10px;position:relative}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .anticon-close{color:#2d7aff;cursor:pointer;line-height:36px;position:absolute;right:5px;top:2px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content{align-items:center;background-color:rgba(45,122,255,.1);border:1px solid #2d7aff;border-radius:3px;box-sizing:border-box;color:#2d7aff;cursor:pointer;display:flex;justify-content:center;opacity:1;padding:0 10px;width:100px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .ant-input-disabled,.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .s-content{background-color:#2d7aff;color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .anticon-close{color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn{margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list{border-top:1px solid #e6e6e6;margin-bottom:6px;margin-top:16px;padding-top:12px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li{align-items:center;display:flex;list-style:none;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .index-span{display:inline-block;width:30px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item{margin-right:10px;width:120px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item.n-date-picker{width:auto}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper{display:flex}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper .form-item{margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .delete-item-icon{color:red;cursor:pointer;font-size:18px;margin-left:8px}.classification-modal-block .n-card__footer{padding-top:10px}.classification-modal-block .n-card__footer .flex_between{display:flex;justify-content:space-between}.classification-modal-block .n-card__footer .flex_right{display:flex;justify-content:right}.classification-modal-block .n-card__footer .n-button{margin-left:8px}.render-widget-input-number-group{align-items:center;display:flex}.render-widget-input-number-group .divider{text-align:center;width:24px}.render-widget-date-range{align-items:center;display:flex;flex-wrap:nowrap;width:100%}.render-widget-date-range .radio-date-group{border:1px solid #d9d9d9;display:flex}.render-widget-date-range .radio-date-group .radio-date-item{border-left:1px solid #d9d9d9;cursor:pointer;height:30px;line-height:30px;padding:0 8px}.render-widget-date-range .radio-date-group .radio-date-item:first-child{border:none}.render-widget-date-range .radio-date-group .radio-date-item.radio-date-item-active{background:#3e65cf;border-color:#3e65cf;color:#fff}.render-widget-date-range .select-date-left{margin-left:16px}.render-widget-date-range .select-date-right{margin-right:16px}.render-widget-date-range .date-detail-range{display:flex;flex-wrap:nowrap}.render-widget-date-range .date-detail-range .divider{text-align:center;width:10px}.label-attr-filter-container .edit-f-label{font-size:14px;line-height:32px;padding-left:0}.label-attr-filter-container .edit-f-content.label-select-height{flex:none;height:74px;overflow:hidden}.label-attr-filter-container .edit-f-content .label-f-content{display:flex;flex-wrap:wrap}.label-attr-filter-container .edit-f-content .label-f-content .n-tag{border:1px solid #e0e0e6;height:32px;margin:0 8px 8px 0;max-width:108px;text-align:center}.label-attr-filter-container .edit-f-content .label-f-content .n-tag .n-tag__content{align-items:center;display:inline-flex}.label-attr-filter-container .edit-f-content .label-f-content .n-tag .n-tag__content span{display:inline-block;height:100%;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.label-attr-filter-container .label-f-unfold-btn{margin:8px 0}.label-attr-filter-container .label-f-unfold-btn .operate-btn{align-items:center;cursor:pointer;display:flex}.label-attr-filter-container .label-f-unfold-btn .operate-btn .n-icon{margin-left:6px}.select-dynamic-popover .n-base-select-menu__empty{justify-content:left;padding:0}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options{background:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:left}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .n-empty{padding:12px 32px}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .mixins-options-active{background:#f1f1f1}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-header{display:flex}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-header .name{align-items:center;display:flex;flex:1;font-weight:700;height:34px;padding:0 12px}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content{list-style:none;margin:0;max-height:250px;outline:none;overflow:auto;padding-left:0}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li{color:rgba(0,0,0,.65);cursor:pointer;display:flex;font-size:14px;line-height:22px;text-overflow:ellipsis;transition:background .3s ease;white-space:nowrap}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li.actived{color:#5585f5}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li:hover{background:#f1f1f1}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li .content{flex:1;overflow:hidden;padding:5px 12px;text-overflow:ellipsis;white-space:nowrap}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination{width:100%}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination .n-button-group{display:flex}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination .n-button-group .n-button{flex:1}.quick-search-block .quick-item{margin-bottom:10px;min-width:32px;width:20%}.quick-search-block .quick-item .quick-row{display:flex}.quick-search-block .quick-item .quick-row .quick-item-title{box-sizing:border-box;flex-basis:134px;line-height:32px;min-width:130px;overflow:hidden;padding-left:4px;padding-right:4px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.quick-search-block .quick-item .quick-row .quick-item-col{align-items:center;display:flex;padding:0 4px;width:calc(100% - 134px)}.quick-search-block .quick-item .quick-row .quick-item-title-default{width:25%}.quick-search-block .quick-item .quick-row .quick-item-col-default{width:75%}.quick-search-block.quick-search-table .quick-item{display:inline-block}.quick-search-block.quick-search-table .quick-item.quick-block{display:block;width:100%}
1
+ .classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter{cursor:pointer;font-size:18px}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter:last-child{margin-left:16px}.classification-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.classification-modal-block .n-card__content{overflow-y:auto}.classification-modal-block .n-card__content .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-title .list-title-item{font-weight:700;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content{padding:0}.classification-modal-block .n-card__content .table-modal-list .list-content li{display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item{align-items:center;display:flex;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item .n-icon{cursor:pointer;margin-right:8px}.classification-modal-block .n-card__content .table-modal-list .list-content li.checked,.classification-modal-block .n-card__content .table-modal-list .list-content li.checked .text{background-color:#f2f2f2}.classification-modal-block .n-card__content .table-modal-list .list-content li .text{background-color:#fff;display:inline-block;padding:0 10px;position:relative}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line{position:relative;text-align:center;width:75%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line:before{border:1px solid #e8e8e8;content:"";left:0;margin-top:20px;position:absolute;width:100%}.classification-modal-block .n-card__content .table-modal-list .list-title-item{margin-left:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item{border-bottom:1px solid #e1dfdf;margin-left:-1px;margin-top:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch{height:16px;min-width:28px;width:28px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch:after{height:12px;width:12px}.classification-modal-block .n-card__content .table-modal-list .list-content-radio,.classification-modal-block .n-card__content .table-modal-list .list-content-switch{text-align:center}.classification-modal-block .n-card__content .table-modal-list .anticon+.anticon{margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .item-name{display:flex;height:32px;line-height:32px;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .item-name .label{text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .item-name .addAction{align-items:center;cursor:pointer;display:flex}.classification-modal-block .n-card__content .class-filter-content .item-name .blue{color:#2d7aff;margin-right:8px}.classification-modal-block .n-card__content .class-filter-content .n-form-item-label{width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content{align-items:center;display:flex;flex-wrap:wrap;line-height:32px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .label{display:inline-block;height:32px;line-height:32px;margin-bottom:10px;text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn-dashed{border-color:#a6a6a6;color:#a6a6a6}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag{margin-bottom:10px;margin-right:10px;position:relative}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .anticon-close{color:#2d7aff;cursor:pointer;line-height:36px;position:absolute;right:5px;top:2px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content{align-items:center;background-color:rgba(45,122,255,.1);border:1px solid #2d7aff;border-radius:3px;box-sizing:border-box;color:#2d7aff;cursor:pointer;display:flex;justify-content:center;opacity:1;padding:0 10px;width:100px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .ant-input-disabled,.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .s-content{background-color:#2d7aff;color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .anticon-close{color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn{margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list{border-top:1px solid #e6e6e6;margin-bottom:6px;margin-top:16px;padding-top:12px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li{align-items:center;display:flex;list-style:none;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .index-span{display:inline-block;width:30px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item{margin-right:10px;width:120px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item.n-date-picker{width:auto}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper{display:flex}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper .form-item{margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .delete-item-icon{color:red;cursor:pointer;font-size:18px;margin-left:8px}.classification-modal-block .n-card__footer{padding-top:10px}.classification-modal-block .n-card__footer .flex_between{display:flex;justify-content:space-between}.classification-modal-block .n-card__footer .flex_right{display:flex;justify-content:right}.classification-modal-block .n-card__footer .n-button{margin-left:8px}.render-widget-input-number-group{align-items:center;display:flex}.render-widget-input-number-group .divider{text-align:center;width:24px}.render-widget-date-range{align-items:center;display:flex;flex-wrap:nowrap;width:100%}.render-widget-date-range .radio-date-group{border:1px solid #d9d9d9;display:flex}.render-widget-date-range .radio-date-group .radio-date-item{border-left:1px solid #d9d9d9;cursor:pointer;height:30px;line-height:30px;padding:0 8px}.render-widget-date-range .radio-date-group .radio-date-item:first-child{border:none}.render-widget-date-range .radio-date-group .radio-date-item.radio-date-item-active{background:#3e65cf;border-color:#3e65cf;color:#fff}.render-widget-date-range .select-date-left{margin-left:16px}.render-widget-date-range .select-date-right{margin-right:16px}.render-widget-date-range .date-detail-range{display:flex;flex-wrap:nowrap}.render-widget-date-range .date-detail-range .divider{text-align:center;width:10px}.label-attr-filter-container .edit-f-label{font-size:14px;line-height:32px;padding-left:0}.label-attr-filter-container .edit-f-content.label-select-height{flex:none;height:74px;overflow:hidden}.label-attr-filter-container .edit-f-content .label-f-content{display:flex;flex-wrap:wrap}.label-attr-filter-container .edit-f-content .label-f-content .n-tag{border:1px solid #e0e0e6;height:32px;margin:0 8px 8px 0;max-width:108px;text-align:center}.label-attr-filter-container .edit-f-content .label-f-content .n-tag .n-tag__content{align-items:center;display:inline-flex}.label-attr-filter-container .edit-f-content .label-f-content .n-tag .n-tag__content span{display:inline-block;height:100%;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.label-attr-filter-container .label-f-unfold-btn{margin:8px 0}.label-attr-filter-container .label-f-unfold-btn .operate-btn{align-items:center;cursor:pointer;display:flex}.label-attr-filter-container .label-f-unfold-btn .operate-btn .n-icon{margin-left:6px}.select-dynamic-popover .n-base-select-menu__empty{justify-content:left;padding:0}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options{background:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:left}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .n-empty{padding:12px 32px}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .mixins-options-active{background:#f1f1f1}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-header{display:flex}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-header .name{align-items:center;display:flex;flex:1;font-weight:700;height:34px;padding:0 12px}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content{list-style:none;margin:0;max-height:250px;outline:none;overflow:auto;padding-left:0}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li{color:rgba(0,0,0,.65);cursor:pointer;display:flex;font-size:14px;line-height:22px;text-overflow:ellipsis;transition:background .3s ease;white-space:nowrap}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li.actived{color:#5585f5}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li:hover{background:#f1f1f1}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-content li .content{flex:1;overflow:hidden;padding:5px 12px;text-overflow:ellipsis;white-space:nowrap}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination{width:100%}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination .n-button-group{display:flex}.select-dynamic-popover .n-base-select-menu__empty .select-dynamic-options .dynamic-pagination .n-button-group .n-button{flex:1}.classify-fieldkey-popover{width:200px}.quick-search-block .quick-item{margin-bottom:10px;min-width:32px;width:20%}.quick-search-block .quick-item .quick-row{display:flex}.quick-search-block .quick-item .quick-row .quick-item-title{box-sizing:border-box;flex-basis:134px;line-height:32px;min-width:130px;overflow:hidden;padding-left:4px;padding-right:4px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.quick-search-block .quick-item .quick-row .quick-item-col{align-items:center;display:flex;padding:0 4px;width:calc(100% - 134px)}.quick-search-block .quick-item .quick-row .quick-item-title-default{width:25%}.quick-search-block .quick-item .quick-row .quick-item-col-default{width:75%}.quick-search-block.quick-search-table .quick-item{display:inline-block}.quick-search-block.quick-search-table .quick-item.quick-block{display:block;width:100%}
@@ -132,6 +132,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
132
132
  hasFrontAddress: boolean;
133
133
  choiceComObj: {};
134
134
  evatipMap: {};
135
+ evaResultObj: {};
135
136
  };
136
137
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
137
138
  guageData: {
@@ -242,8 +243,6 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
242
243
  }>>;
243
244
  state: any;
244
245
  emit: (event: "onCloseSetting" | "submitNoRequest" | "onSubmit" | "startWriteScale", ...args: any[]) => void;
245
- dialog: import("naive-ui").DialogApi;
246
- message: import("naive-ui").MessageApi;
247
246
  countdownDom: any;
248
247
  formRef: import("vue").Ref<{
249
248
  validate: import("naive-ui/es/form/src/interface").FormValidate;
@@ -281,6 +280,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
281
280
  evaluateResultSetting: any;
282
281
  isFinished: any;
283
282
  maxScore: any;
283
+ skipCover: any;
284
284
  }>;
285
285
  evaluateCountdownProps: import("vue").ComputedRef<{
286
286
  formArray: any;
@@ -290,34 +290,31 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
290
290
  isFinished: any;
291
291
  currentTime: any;
292
292
  showEvaluateCountdown: any;
293
+ isEvaluetaResSituation: any;
294
+ evaResultObj: any;
293
295
  }>;
294
- skipCover: import("vue").ComputedRef<any>;
295
- scaleEdit: import("vue").ComputedRef<boolean>;
296
+ isEvaluetaResSituation: import("vue").ComputedRef<any>;
297
+ disableEdit: import("vue").ComputedRef<any>;
296
298
  initForm: (data: any) => void;
297
299
  submitMethod: () => {
298
300
  params: any;
299
301
  hasCallbackItem: any;
300
302
  isCallback: boolean;
301
303
  };
304
+ onSubmitData: () => void;
305
+ onSubmitForm: () => Promise<unknown>;
306
+ handleScoreJson: () => {};
302
307
  nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
303
308
  handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
304
- handleQuery: () => void;
305
- init: (configData: any) => void;
306
- writeGuage: (showCountdown: boolean) => void;
307
- closeEvaluateCountdown: () => void;
308
- showEvaTipModal: (item: any) => Promise<void>;
309
- evatipConfirm: (str: any) => void;
310
309
  scaleChange: (val: any, item: any, config?: any) => void;
311
310
  labelChange: (labelList: any, item: any) => void;
312
311
  vodFileList: (list: any, item: any) => void;
313
- handleGetLabelSubmit: (labelSelectedList: any[]) => {
314
- labelStr: string;
315
- labels: any[];
316
- };
317
- onSubmitData: () => void;
312
+ writeGuage: (showCountdown: boolean) => void;
313
+ closeEvaluateCountdown: () => void;
314
+ showEvaTipModal: (item: any) => Promise<void>;
315
+ handleQuery: () => void;
316
+ init: (configData: any) => void;
318
317
  onSubmitDataDebounce: (this: unknown, ...args: any[]) => any;
319
- confirmSubmit: (message: any) => void;
320
- onSubmitForm: () => Promise<unknown>;
321
318
  cancel: () => void;
322
319
  getScaleData: () => any;
323
320
  isCollection: (e: string) => boolean;
@@ -393,10 +390,27 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
393
390
  type: BooleanConstructor;
394
391
  default: boolean;
395
392
  };
393
+ isEvaluetaResSituation: {
394
+ type: BooleanConstructor;
395
+ default: boolean;
396
+ };
397
+ evaResultObj: {
398
+ type: ObjectConstructor;
399
+ default: () => {};
400
+ };
401
+ skipCover: {
402
+ type: BooleanConstructor;
403
+ default: boolean;
404
+ };
396
405
  }, {
397
406
  state: {
398
407
  source: string;
399
408
  setAnswered: number;
409
+ unfold: boolean;
410
+ answeredScore: number;
411
+ totalScore: number;
412
+ answeredRes: string;
413
+ answeredColor: string;
400
414
  };
401
415
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
402
416
  formArray: {
@@ -422,9 +436,25 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
422
436
  type: BooleanConstructor;
423
437
  default: boolean;
424
438
  };
439
+ isEvaluetaResSituation: {
440
+ type: BooleanConstructor;
441
+ default: boolean;
442
+ };
443
+ evaResultObj: {
444
+ type: ObjectConstructor;
445
+ default: () => {};
446
+ };
447
+ skipCover: {
448
+ type: BooleanConstructor;
449
+ default: boolean;
450
+ };
425
451
  }>> & {
426
452
  onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
427
453
  }>>;
454
+ calcShowEvaluateCountdown: import("vue").ComputedRef<boolean>;
455
+ toggleIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
456
+ hasEva: import("vue").ComputedRef<unknown>;
457
+ showResSituationDetail: import("vue").ComputedRef<boolean>;
428
458
  emit: (event: "closeEvaluateCountdown", ...args: any[]) => void;
429
459
  evaluateState: {
430
460
  totalLen: number;
@@ -439,13 +469,18 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
439
469
  getTotalLen: () => void;
440
470
  countdown: (startTime: any) => void;
441
471
  clearTimer: () => void;
472
+ handleTotalScore: () => number | undefined;
473
+ resetAnsweredRes: () => void;
474
+ answeredResCalc: (val: any) => void;
442
475
  init: () => void;
443
476
  checkType: (val: any) => string;
477
+ toggleFold: () => void;
444
478
  diffAnswered: (form: any) => void;
445
479
  getCountdownObj: () => {
446
480
  setAnswered: number;
447
481
  totalLen: number;
448
482
  };
483
+ NIcon: any;
449
484
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeEvaluateCountdown"[], "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
450
485
  formArray: {
451
486
  type: ArrayConstructor;
@@ -470,15 +505,30 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
470
505
  type: BooleanConstructor;
471
506
  default: boolean;
472
507
  };
508
+ isEvaluetaResSituation: {
509
+ type: BooleanConstructor;
510
+ default: boolean;
511
+ };
512
+ evaResultObj: {
513
+ type: ObjectConstructor;
514
+ default: () => {};
515
+ };
516
+ skipCover: {
517
+ type: BooleanConstructor;
518
+ default: boolean;
519
+ };
473
520
  }>> & {
474
521
  onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
475
522
  }, {
523
+ skipCover: boolean;
524
+ isEvaluetaResSituation: boolean;
476
525
  formArray: unknown[];
477
526
  evaluateResultConfig: Record<string, any>;
478
527
  evaluateResultSetting: Record<string, any>;
479
528
  form: Record<string, any>;
480
529
  currentTime: number;
481
530
  showEvaluateCountdown: boolean;
531
+ evaResultObj: Record<string, any>;
482
532
  }>;
483
533
  EvaluatePage: import("vue").DefineComponent<{
484
534
  formArray: {
@@ -558,7 +608,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
558
608
  handleEvaluateParams: () => void;
559
609
  writeGuage: () => void;
560
610
  NButton: any;
561
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "closeEvaluateCountdown" | "writeGuage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
611
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "writeGuage" | "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
562
612
  formArray: {
563
613
  type: ArrayConstructor;
564
614
  default: () => never[];
@@ -130,6 +130,7 @@ declare const _default: import("vue").DefineComponent<{
130
130
  hasFrontAddress: boolean;
131
131
  choiceComObj: {};
132
132
  evatipMap: {};
133
+ evaResultObj: {};
133
134
  };
134
135
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
135
136
  guageData: {
@@ -240,8 +241,6 @@ declare const _default: import("vue").DefineComponent<{
240
241
  }>>;
241
242
  state: any;
242
243
  emit: (event: "onCloseSetting" | "submitNoRequest" | "onSubmit" | "startWriteScale", ...args: any[]) => void;
243
- dialog: import("naive-ui").DialogApi;
244
- message: import("naive-ui").MessageApi;
245
244
  countdownDom: any;
246
245
  formRef: import("vue").Ref<{
247
246
  validate: import("naive-ui/es/form/src/interface").FormValidate;
@@ -279,6 +278,7 @@ declare const _default: import("vue").DefineComponent<{
279
278
  evaluateResultSetting: any;
280
279
  isFinished: any;
281
280
  maxScore: any;
281
+ skipCover: any;
282
282
  }>;
283
283
  evaluateCountdownProps: import("vue").ComputedRef<{
284
284
  formArray: any;
@@ -288,34 +288,31 @@ declare const _default: import("vue").DefineComponent<{
288
288
  isFinished: any;
289
289
  currentTime: any;
290
290
  showEvaluateCountdown: any;
291
+ isEvaluetaResSituation: any;
292
+ evaResultObj: any;
291
293
  }>;
292
- skipCover: import("vue").ComputedRef<any>;
293
- scaleEdit: import("vue").ComputedRef<boolean>;
294
+ isEvaluetaResSituation: import("vue").ComputedRef<any>;
295
+ disableEdit: import("vue").ComputedRef<any>;
294
296
  initForm: (data: any) => void;
295
297
  submitMethod: () => {
296
298
  params: any;
297
299
  hasCallbackItem: any;
298
300
  isCallback: boolean;
299
301
  };
302
+ onSubmitData: () => void;
303
+ onSubmitForm: () => Promise<unknown>;
304
+ handleScoreJson: () => {};
300
305
  nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
301
306
  handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
302
- handleQuery: () => void;
303
- init: (configData: any) => void;
304
- writeGuage: (showCountdown: boolean) => void;
305
- closeEvaluateCountdown: () => void;
306
- showEvaTipModal: (item: any) => Promise<void>;
307
- evatipConfirm: (str: any) => void;
308
307
  scaleChange: (val: any, item: any, config?: any) => void;
309
308
  labelChange: (labelList: any, item: any) => void;
310
309
  vodFileList: (list: any, item: any) => void;
311
- handleGetLabelSubmit: (labelSelectedList: any[]) => {
312
- labelStr: string;
313
- labels: any[];
314
- };
315
- onSubmitData: () => void;
310
+ writeGuage: (showCountdown: boolean) => void;
311
+ closeEvaluateCountdown: () => void;
312
+ showEvaTipModal: (item: any) => Promise<void>;
313
+ handleQuery: () => void;
314
+ init: (configData: any) => void;
316
315
  onSubmitDataDebounce: (this: unknown, ...args: any[]) => any;
317
- confirmSubmit: (message: any) => void;
318
- onSubmitForm: () => Promise<unknown>;
319
316
  cancel: () => void;
320
317
  getScaleData: () => any;
321
318
  isCollection: (e: string) => boolean;
@@ -391,10 +388,27 @@ declare const _default: import("vue").DefineComponent<{
391
388
  type: BooleanConstructor;
392
389
  default: boolean;
393
390
  };
391
+ isEvaluetaResSituation: {
392
+ type: BooleanConstructor;
393
+ default: boolean;
394
+ };
395
+ evaResultObj: {
396
+ type: ObjectConstructor;
397
+ default: () => {};
398
+ };
399
+ skipCover: {
400
+ type: BooleanConstructor;
401
+ default: boolean;
402
+ };
394
403
  }, {
395
404
  state: {
396
405
  source: string;
397
406
  setAnswered: number;
407
+ unfold: boolean;
408
+ answeredScore: number;
409
+ totalScore: number;
410
+ answeredRes: string;
411
+ answeredColor: string;
398
412
  };
399
413
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
400
414
  formArray: {
@@ -420,9 +434,25 @@ declare const _default: import("vue").DefineComponent<{
420
434
  type: BooleanConstructor;
421
435
  default: boolean;
422
436
  };
437
+ isEvaluetaResSituation: {
438
+ type: BooleanConstructor;
439
+ default: boolean;
440
+ };
441
+ evaResultObj: {
442
+ type: ObjectConstructor;
443
+ default: () => {};
444
+ };
445
+ skipCover: {
446
+ type: BooleanConstructor;
447
+ default: boolean;
448
+ };
423
449
  }>> & {
424
450
  onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
425
451
  }>>;
452
+ calcShowEvaluateCountdown: import("vue").ComputedRef<boolean>;
453
+ toggleIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
454
+ hasEva: import("vue").ComputedRef<unknown>;
455
+ showResSituationDetail: import("vue").ComputedRef<boolean>;
426
456
  emit: (event: "closeEvaluateCountdown", ...args: any[]) => void;
427
457
  evaluateState: {
428
458
  totalLen: number;
@@ -437,13 +467,18 @@ declare const _default: import("vue").DefineComponent<{
437
467
  getTotalLen: () => void;
438
468
  countdown: (startTime: any) => void;
439
469
  clearTimer: () => void;
470
+ handleTotalScore: () => number | undefined;
471
+ resetAnsweredRes: () => void;
472
+ answeredResCalc: (val: any) => void;
440
473
  init: () => void;
441
474
  checkType: (val: any) => string;
475
+ toggleFold: () => void;
442
476
  diffAnswered: (form: any) => void;
443
477
  getCountdownObj: () => {
444
478
  setAnswered: number;
445
479
  totalLen: number;
446
480
  };
481
+ NIcon: any;
447
482
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeEvaluateCountdown"[], "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
448
483
  formArray: {
449
484
  type: ArrayConstructor;
@@ -468,15 +503,30 @@ declare const _default: import("vue").DefineComponent<{
468
503
  type: BooleanConstructor;
469
504
  default: boolean;
470
505
  };
506
+ isEvaluetaResSituation: {
507
+ type: BooleanConstructor;
508
+ default: boolean;
509
+ };
510
+ evaResultObj: {
511
+ type: ObjectConstructor;
512
+ default: () => {};
513
+ };
514
+ skipCover: {
515
+ type: BooleanConstructor;
516
+ default: boolean;
517
+ };
471
518
  }>> & {
472
519
  onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
473
520
  }, {
521
+ skipCover: boolean;
522
+ isEvaluetaResSituation: boolean;
474
523
  formArray: unknown[];
475
524
  evaluateResultConfig: Record<string, any>;
476
525
  evaluateResultSetting: Record<string, any>;
477
526
  form: Record<string, any>;
478
527
  currentTime: number;
479
528
  showEvaluateCountdown: boolean;
529
+ evaResultObj: Record<string, any>;
480
530
  }>;
481
531
  EvaluatePage: import("vue").DefineComponent<{
482
532
  formArray: {
@@ -556,7 +606,7 @@ declare const _default: import("vue").DefineComponent<{
556
606
  handleEvaluateParams: () => void;
557
607
  writeGuage: () => void;
558
608
  NButton: any;
559
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "closeEvaluateCountdown" | "writeGuage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
609
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "writeGuage" | "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
560
610
  formArray: {
561
611
  type: ArrayConstructor;
562
612
  default: () => never[];