cnhis-design-vue 3.3.3-beta.3 → 3.3.3-beta.31
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/es/components/audio-sdk/index.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue2.js +47 -12
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue2.js +17 -3
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +4 -0
- package/es/components/base-search/index.d.ts +3 -0
- package/es/components/base-search/src/index.vue.d.ts +3 -0
- package/es/components/big-table/src/components/NoData.vue2.js +8 -1
- package/es/components/big-table/src/hooks/useTableParse.js +8 -1
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +3 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +13 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/classification/index.d.ts +56 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +56 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +56 -6
- package/es/components/classification/src/index.vue.d.ts +56 -6
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -1
- package/es/components/expand-field/index.d.ts +792 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue2.js +8 -1
- package/es/components/expand-field/src/index.vue.d.ts +792 -1
- package/es/components/field-editor/index.d.ts +13 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +13 -0
- package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
- package/es/components/field-editor/src/fields.d.ts +1 -0
- package/es/components/field-editor/src/fields.js +6 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +2 -0
- package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +34 -0
- package/es/components/field-set/src/FieldSet.vue2.js +118 -69
- package/es/components/field-set/src/Index.vue2.js +8 -3
- package/es/components/field-set/src/TableStyle.vue2.js +2 -2
- package/es/components/field-set/src/constants/index.d.ts +1 -1
- package/es/components/field-set/src/types/index.d.ts +1 -0
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +39 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +39 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +9 -2
- package/es/components/form-render/index.d.ts +13 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +13 -0
- package/es/components/form-render/src/FormRender.vue2.js +4 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +13 -0
- package/es/components/form-render/src/components/renderer/formItem.js +8 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +12 -3
- package/es/components/form-render/src/hooks/useBusinessBinding.js +7 -7
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
- package/es/components/form-render/src/utils/business.d.ts +3 -1
- package/es/components/form-render/src/utils/business.js +7 -1
- package/es/components/iho-chat/index.d.ts +25 -5
- package/es/components/iho-chat/src/Index.vue.d.ts +25 -5
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -15
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +5 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +53 -14
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +3 -2
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +3 -3
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +7 -15
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +3 -3
- package/es/components/iho-chat/src/components/ContextMenu.js +3 -11
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +3 -3
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +16 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +112 -53
- package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
- package/es/components/iho-chat/src/hooks/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +25 -0
- package/es/components/iho-chat/src/hooks/useDraggable.js +160 -0
- package/es/components/iho-chat/src/utils/index.d.ts +2 -3
- package/es/components/iho-chat/src/utils/index.js +20 -39
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +8 -1
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -2
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +26 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +26 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +13 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +13 -0
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
- package/es/components/quick-search/index.d.ts +2 -0
- package/es/components/quick-search/src/index.vue.d.ts +2 -0
- package/es/components/scale-view/index.d.ts +53 -3
- package/es/components/scale-view/src/ScaleView.vue.d.ts +56 -5
- package/es/components/scale-view/src/ScaleView.vue2.js +79 -4
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +3 -0
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +26 -2
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +3 -0
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -6
- package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
- package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
- package/es/components/scale-view/src/components/ScaleScore.js +45 -3
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +16 -2
- package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
- package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
- package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +18 -3
- package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
- package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +8 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +8 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +2 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
- package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
- package/es/components/scale-view/src/hooks/use-noData.js +33 -5
- package/es/components/scale-view/src/utils/judge-types.d.ts +2 -1
- package/es/components/scale-view/src/utils/judge-types.js +10 -10
- package/es/components/scale-view/src/utils/watch-form-change.d.ts +13 -0
- package/es/components/scale-view/src/utils/watch-form-change.js +71 -0
- package/es/components/select-person/index.d.ts +792 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +434 -341
- package/es/components/select-person/src/SelectPerson.vue2.js +521 -675
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
- package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
- package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +19 -0
- package/es/components/select-person/src/components/GroupItem.vue.js +6 -0
- package/es/components/select-person/src/components/GroupItem.vue2.js +37 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +214 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +145 -0
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
- package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
- package/es/components/select-person/src/components/TagItem.vue.js +6 -0
- package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
- package/es/components/select-person/src/index.vue.d.ts +793 -1
- package/es/components/select-person/src/index.vue2.js +21 -4
- package/es/components/select-person/src/types/index.d.ts +35 -0
- package/es/components/select-person/src/types/index.js +1 -0
- package/es/components/select-person/src/utils/index.d.ts +3 -0
- package/es/components/select-person/src/utils/index.js +29 -8
- package/es/components/select-person/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +13 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +54 -6
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +26 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -2
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +37 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +18 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +44 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +36 -4
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +2 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +55 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +6 -3
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +25 -6
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +20 -3
- package/es/components/table-filter/src/hooks/useRenderWidget.js +4 -0
- package/es/components/table-filter/src/tool/date.d.ts +3 -0
- package/es/components/table-filter/src/tool/date.js +139 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
- package/es/components/table-filter/src/tool/transformData.js +11 -8
- package/es/components/table-filter/src/types/enums.d.ts +1 -0
- package/es/components/table-filter/src/types/enums.js +2 -1
- package/es/components/table-filter/src/types/index.d.ts +12 -0
- package/es/components/vod-chunk-upload/index.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +3 -3
@@ -1197,6 +1197,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
1197
1197
|
businessFormatter: {
|
1198
1198
|
type: import("vue").PropType<import("..").FormBusinessFormatter>;
|
1199
1199
|
};
|
1200
|
+
nominalAge: {
|
1201
|
+
type: BooleanConstructor;
|
1202
|
+
default: boolean;
|
1203
|
+
};
|
1200
1204
|
schema: {
|
1201
1205
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
1202
1206
|
[key: symbol]: any;
|
@@ -1401,6 +1405,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
1401
1405
|
businessFormatter: {
|
1402
1406
|
type: import("vue").PropType<import("..").FormBusinessFormatter>;
|
1403
1407
|
};
|
1408
|
+
nominalAge: {
|
1409
|
+
type: BooleanConstructor;
|
1410
|
+
default: boolean;
|
1411
|
+
};
|
1404
1412
|
schema: {
|
1405
1413
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
1406
1414
|
[key: symbol]: any;
|
@@ -1966,6 +1974,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
1966
1974
|
businessFormatter: {
|
1967
1975
|
type: import("vue").PropType<import("..").FormBusinessFormatter>;
|
1968
1976
|
};
|
1977
|
+
nominalAge: {
|
1978
|
+
type: BooleanConstructor;
|
1979
|
+
default: boolean;
|
1980
|
+
};
|
1969
1981
|
schema: {
|
1970
1982
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
1971
1983
|
[key: symbol]: any;
|
@@ -2172,6 +2184,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
2172
2184
|
feedbackType: "default" | "tooltip";
|
2173
2185
|
fixMemoLeak: boolean;
|
2174
2186
|
lazyRender: boolean;
|
2187
|
+
nominalAge: boolean;
|
2175
2188
|
operationalFormInit: boolean;
|
2176
2189
|
incrementalRender: boolean;
|
2177
2190
|
}>;
|
@@ -2331,6 +2344,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
2331
2344
|
businessFormatter: {
|
2332
2345
|
type: import("vue").PropType<import("..").FormBusinessFormatter>;
|
2333
2346
|
};
|
2347
|
+
nominalAge: {
|
2348
|
+
type: BooleanConstructor;
|
2349
|
+
default: boolean;
|
2350
|
+
};
|
2334
2351
|
schema: {
|
2335
2352
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
2336
2353
|
[key: symbol]: any;
|
@@ -2535,6 +2552,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
2535
2552
|
businessFormatter: {
|
2536
2553
|
type: import("vue").PropType<import("..").FormBusinessFormatter>;
|
2537
2554
|
};
|
2555
|
+
nominalAge: {
|
2556
|
+
type: BooleanConstructor;
|
2557
|
+
default: boolean;
|
2558
|
+
};
|
2538
2559
|
schema: {
|
2539
2560
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
2540
2561
|
[key: symbol]: any;
|
@@ -3100,6 +3121,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
3100
3121
|
businessFormatter: {
|
3101
3122
|
type: import("vue").PropType<import("..").FormBusinessFormatter>;
|
3102
3123
|
};
|
3124
|
+
nominalAge: {
|
3125
|
+
type: BooleanConstructor;
|
3126
|
+
default: boolean;
|
3127
|
+
};
|
3103
3128
|
schema: {
|
3104
3129
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
3105
3130
|
[key: symbol]: any;
|
@@ -3306,6 +3331,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
3306
3331
|
feedbackType: "default" | "tooltip";
|
3307
3332
|
fixMemoLeak: boolean;
|
3308
3333
|
lazyRender: boolean;
|
3334
|
+
nominalAge: boolean;
|
3309
3335
|
operationalFormInit: boolean;
|
3310
3336
|
incrementalRender: boolean;
|
3311
3337
|
}>;
|
@@ -1191,6 +1191,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1191
1191
|
businessFormatter: {
|
1192
1192
|
type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
|
1193
1193
|
};
|
1194
|
+
nominalAge: {
|
1195
|
+
type: BooleanConstructor;
|
1196
|
+
default: boolean;
|
1197
|
+
};
|
1194
1198
|
schema: {
|
1195
1199
|
type: PropType<import("@formily/json-schema").Stringify<{
|
1196
1200
|
[key: symbol]: any;
|
@@ -1395,6 +1399,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1395
1399
|
businessFormatter: {
|
1396
1400
|
type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
|
1397
1401
|
};
|
1402
|
+
nominalAge: {
|
1403
|
+
type: BooleanConstructor;
|
1404
|
+
default: boolean;
|
1405
|
+
};
|
1398
1406
|
schema: {
|
1399
1407
|
type: PropType<import("@formily/json-schema").Stringify<{
|
1400
1408
|
[key: symbol]: any;
|
@@ -1960,6 +1968,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1960
1968
|
businessFormatter: {
|
1961
1969
|
type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
|
1962
1970
|
};
|
1971
|
+
nominalAge: {
|
1972
|
+
type: BooleanConstructor;
|
1973
|
+
default: boolean;
|
1974
|
+
};
|
1963
1975
|
schema: {
|
1964
1976
|
type: PropType<import("@formily/json-schema").Stringify<{
|
1965
1977
|
[key: symbol]: any;
|
@@ -2166,6 +2178,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2166
2178
|
feedbackType: "default" | "tooltip";
|
2167
2179
|
fixMemoLeak: boolean;
|
2168
2180
|
lazyRender: boolean;
|
2181
|
+
nominalAge: boolean;
|
2169
2182
|
operationalFormInit: boolean;
|
2170
2183
|
incrementalRender: boolean;
|
2171
2184
|
}>;
|
@@ -2325,6 +2338,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2325
2338
|
businessFormatter: {
|
2326
2339
|
type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
|
2327
2340
|
};
|
2341
|
+
nominalAge: {
|
2342
|
+
type: BooleanConstructor;
|
2343
|
+
default: boolean;
|
2344
|
+
};
|
2328
2345
|
schema: {
|
2329
2346
|
type: PropType<import("@formily/json-schema").Stringify<{
|
2330
2347
|
[key: symbol]: any;
|
@@ -2529,6 +2546,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2529
2546
|
businessFormatter: {
|
2530
2547
|
type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
|
2531
2548
|
};
|
2549
|
+
nominalAge: {
|
2550
|
+
type: BooleanConstructor;
|
2551
|
+
default: boolean;
|
2552
|
+
};
|
2532
2553
|
schema: {
|
2533
2554
|
type: PropType<import("@formily/json-schema").Stringify<{
|
2534
2555
|
[key: symbol]: any;
|
@@ -3094,6 +3115,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
3094
3115
|
businessFormatter: {
|
3095
3116
|
type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
|
3096
3117
|
};
|
3118
|
+
nominalAge: {
|
3119
|
+
type: BooleanConstructor;
|
3120
|
+
default: boolean;
|
3121
|
+
};
|
3097
3122
|
schema: {
|
3098
3123
|
type: PropType<import("@formily/json-schema").Stringify<{
|
3099
3124
|
[key: symbol]: any;
|
@@ -3300,6 +3325,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3300
3325
|
feedbackType: "default" | "tooltip";
|
3301
3326
|
fixMemoLeak: boolean;
|
3302
3327
|
lazyRender: boolean;
|
3328
|
+
nominalAge: boolean;
|
3303
3329
|
operationalFormInit: boolean;
|
3304
3330
|
incrementalRender: boolean;
|
3305
3331
|
}>;
|
@@ -677,6 +677,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
677
677
|
businessFormatter: {
|
678
678
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
679
679
|
};
|
680
|
+
nominalAge: {
|
681
|
+
type: BooleanConstructor;
|
682
|
+
default: boolean;
|
683
|
+
};
|
680
684
|
schema: {
|
681
685
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
682
686
|
[key: symbol]: any;
|
@@ -881,6 +885,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
881
885
|
businessFormatter: {
|
882
886
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
883
887
|
};
|
888
|
+
nominalAge: {
|
889
|
+
type: BooleanConstructor;
|
890
|
+
default: boolean;
|
891
|
+
};
|
884
892
|
schema: {
|
885
893
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
886
894
|
[key: symbol]: any;
|
@@ -1446,6 +1454,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1446
1454
|
businessFormatter: {
|
1447
1455
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
1448
1456
|
};
|
1457
|
+
nominalAge: {
|
1458
|
+
type: BooleanConstructor;
|
1459
|
+
default: boolean;
|
1460
|
+
};
|
1449
1461
|
schema: {
|
1450
1462
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
1451
1463
|
[key: symbol]: any;
|
@@ -1652,6 +1664,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1652
1664
|
feedbackType: "default" | "tooltip";
|
1653
1665
|
fixMemoLeak: boolean;
|
1654
1666
|
lazyRender: boolean;
|
1667
|
+
nominalAge: boolean;
|
1655
1668
|
operationalFormInit: boolean;
|
1656
1669
|
incrementalRender: boolean;
|
1657
1670
|
}>;
|
@@ -84,6 +84,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
84
84
|
businessFormatter: {
|
85
85
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
86
86
|
};
|
87
|
+
nominalAge: {
|
88
|
+
type: BooleanConstructor;
|
89
|
+
default: boolean;
|
90
|
+
};
|
87
91
|
schema: {
|
88
92
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
89
93
|
[key: symbol]: any;
|
@@ -288,6 +292,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
288
292
|
businessFormatter: {
|
289
293
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
290
294
|
};
|
295
|
+
nominalAge: {
|
296
|
+
type: BooleanConstructor;
|
297
|
+
default: boolean;
|
298
|
+
};
|
291
299
|
schema: {
|
292
300
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
293
301
|
[key: symbol]: any;
|
@@ -853,6 +861,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
853
861
|
businessFormatter: {
|
854
862
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
855
863
|
};
|
864
|
+
nominalAge: {
|
865
|
+
type: BooleanConstructor;
|
866
|
+
default: boolean;
|
867
|
+
};
|
856
868
|
schema: {
|
857
869
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
858
870
|
[key: symbol]: any;
|
@@ -1059,6 +1071,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1059
1071
|
feedbackType: "default" | "tooltip";
|
1060
1072
|
fixMemoLeak: boolean;
|
1061
1073
|
lazyRender: boolean;
|
1074
|
+
nominalAge: boolean;
|
1062
1075
|
operationalFormInit: boolean;
|
1063
1076
|
incrementalRender: boolean;
|
1064
1077
|
}>;
|
@@ -217,8 +217,22 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
217
217
|
}
|
218
218
|
}()
|
219
219
|
}, {
|
220
|
-
value:
|
221
|
-
|
220
|
+
value: function() {
|
221
|
+
var _a, _b, _c;
|
222
|
+
try {
|
223
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.611")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.611")) || "\u5206";
|
224
|
+
} catch (e) {
|
225
|
+
return "\u5206";
|
226
|
+
}
|
227
|
+
}(),
|
228
|
+
text: function() {
|
229
|
+
var _a, _b, _c;
|
230
|
+
try {
|
231
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.611")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.611")) || "\u5206";
|
232
|
+
} catch (e) {
|
233
|
+
return "\u5206";
|
234
|
+
}
|
235
|
+
}()
|
222
236
|
}, {
|
223
237
|
value: function() {
|
224
238
|
var _a, _b, _c;
|
@@ -54,6 +54,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
54
54
|
defaultValue: any;
|
55
55
|
defValueUnit: any;
|
56
56
|
optionSetting: string | undefined;
|
57
|
+
dateShortcuts: any[] | undefined;
|
57
58
|
multiple: boolean;
|
58
59
|
manualMapping: boolean | null | undefined;
|
59
60
|
showWholeOption: boolean | undefined;
|
@@ -77,6 +78,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
77
78
|
accurateSearch: any;
|
78
79
|
extendKey: string;
|
79
80
|
extendType: string;
|
81
|
+
dateShortcuts: any[];
|
80
82
|
}[];
|
81
83
|
getCacheDef: (item: import("..").ISearchType, cacheList: string[]) => string | string[];
|
82
84
|
transformParams: (paramsList: any[]) => any;
|
@@ -56,6 +56,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
56
56
|
defaultValue: any;
|
57
57
|
defValueUnit: any;
|
58
58
|
optionSetting: string | undefined;
|
59
|
+
dateShortcuts: any[] | undefined;
|
59
60
|
multiple: boolean;
|
60
61
|
manualMapping: boolean | null | undefined;
|
61
62
|
showWholeOption: boolean | undefined;
|
@@ -79,6 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
79
80
|
accurateSearch: any;
|
80
81
|
extendKey: string;
|
81
82
|
extendType: string;
|
83
|
+
dateShortcuts: any[];
|
82
84
|
}[];
|
83
85
|
getCacheDef: (item: ISearchType, cacheList: string[]) => string | string[];
|
84
86
|
transformParams: (paramsList: any[]) => any;
|
@@ -121,7 +121,16 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
121
121
|
type: ObjectConstructor;
|
122
122
|
default: () => {};
|
123
123
|
};
|
124
|
+
closeConfirm: {
|
125
|
+
type: BooleanConstructor;
|
126
|
+
default: boolean;
|
127
|
+
};
|
128
|
+
closeConfirmText: {
|
129
|
+
type: StringConstructor;
|
130
|
+
default: string;
|
131
|
+
};
|
124
132
|
}, {
|
133
|
+
dialog: import("naive-ui").DialogApi;
|
125
134
|
ScaleViewState: {
|
126
135
|
other: string;
|
127
136
|
form: {};
|
@@ -276,6 +285,14 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
276
285
|
type: ObjectConstructor;
|
277
286
|
default: () => {};
|
278
287
|
};
|
288
|
+
closeConfirm: {
|
289
|
+
type: BooleanConstructor;
|
290
|
+
default: boolean;
|
291
|
+
};
|
292
|
+
closeConfirmText: {
|
293
|
+
type: StringConstructor;
|
294
|
+
default: string;
|
295
|
+
};
|
279
296
|
}>> & {
|
280
297
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
281
298
|
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
@@ -283,6 +300,15 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
283
300
|
onStartWriteScale?: ((...args: any[]) => any) | undefined;
|
284
301
|
}>>;
|
285
302
|
state: any;
|
303
|
+
formChecker: {
|
304
|
+
setInitialSnapshot: (formData: Record<string, any>) => void;
|
305
|
+
checkFormChange: (newFormData?: Record<string, any> | null) => boolean;
|
306
|
+
getInitialSnapshot: () => Record<string, any> | null;
|
307
|
+
getFormDiff: (newFormData?: Record<string, any> | null) => Record<string, {
|
308
|
+
old: any;
|
309
|
+
new: any;
|
310
|
+
}> | null;
|
311
|
+
};
|
286
312
|
emit: (event: "onCloseSetting" | "submitNoRequest" | "onSubmit" | "startWriteScale", ...args: any[]) => void;
|
287
313
|
scaleViewDom: any;
|
288
314
|
countdownDom: any;
|
@@ -352,7 +378,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
352
378
|
};
|
353
379
|
onSubmitData: () => void;
|
354
380
|
onSubmitForm: () => Promise<unknown>;
|
355
|
-
handleScoreJson: () =>
|
381
|
+
handleScoreJson: () => import("../../shared/types").AnyObject;
|
356
382
|
nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
|
357
383
|
handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
|
358
384
|
scaleChange: (val: any, item: any, config?: any) => void;
|
@@ -364,8 +390,11 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
364
390
|
handleQuery: () => void;
|
365
391
|
init: (configData: any) => Promise<void>;
|
366
392
|
onSubmitDataDebounce: (this: unknown, ...args: any[]) => any;
|
367
|
-
|
393
|
+
getFormChanged: () => boolean;
|
394
|
+
beforeCloseFn: () => Promise<unknown>;
|
395
|
+
cancel: () => Promise<void>;
|
368
396
|
getScaleData: () => any;
|
397
|
+
batchInjectFormNew: (data: import("../../shared/types").AnyObject, skipValid?: boolean) => Promise<void>;
|
369
398
|
isCollection: (e: string) => boolean;
|
370
399
|
NoData: import("vue").DefineComponent<{
|
371
400
|
noDataTip: {
|
@@ -458,6 +487,9 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
458
487
|
vDrag: {
|
459
488
|
beforeMount(el: any, binding: any): void;
|
460
489
|
};
|
490
|
+
str1: string;
|
491
|
+
str2: string;
|
492
|
+
str3: string;
|
461
493
|
state: {
|
462
494
|
source: string;
|
463
495
|
setAnswered: number;
|
@@ -623,6 +655,9 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
623
655
|
default: number;
|
624
656
|
};
|
625
657
|
}, {
|
658
|
+
str1: string;
|
659
|
+
str2: string;
|
660
|
+
str3: string;
|
626
661
|
state: {
|
627
662
|
source: string;
|
628
663
|
timer: null;
|
@@ -716,6 +751,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
716
751
|
default: () => {};
|
717
752
|
};
|
718
753
|
}, {
|
754
|
+
str1: string;
|
755
|
+
str2: string;
|
756
|
+
str3: string;
|
757
|
+
str4: string;
|
719
758
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
720
759
|
item: {
|
721
760
|
type: ObjectConstructor;
|
@@ -729,6 +768,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
729
768
|
scoreText: import("vue").ComputedRef<"" | "部分">;
|
730
769
|
correctAnswer: import("vue").ComputedRef<any>;
|
731
770
|
answerKeyText: import("vue").ComputedRef<any>;
|
771
|
+
answerStr: import("vue").ComputedRef<string>;
|
732
772
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
733
773
|
item: {
|
734
774
|
type: ObjectConstructor;
|
@@ -756,8 +796,8 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
756
796
|
default: number;
|
757
797
|
};
|
758
798
|
}>> & {}, {
|
759
|
-
maxScore: number;
|
760
799
|
config: Record<string, any>;
|
800
|
+
maxScore: number;
|
761
801
|
}>;
|
762
802
|
DescribeContent: import("vue").DefineComponent<{
|
763
803
|
content: {
|
@@ -903,6 +943,14 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
903
943
|
type: ObjectConstructor;
|
904
944
|
default: () => {};
|
905
945
|
};
|
946
|
+
closeConfirm: {
|
947
|
+
type: BooleanConstructor;
|
948
|
+
default: boolean;
|
949
|
+
};
|
950
|
+
closeConfirmText: {
|
951
|
+
type: StringConstructor;
|
952
|
+
default: string;
|
953
|
+
};
|
906
954
|
}>> & {
|
907
955
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
908
956
|
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
@@ -936,6 +984,8 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
936
984
|
isGeneratePrintPdf: boolean;
|
937
985
|
combinationParmas: Record<string, any>;
|
938
986
|
allQuery: Record<string, any>;
|
987
|
+
closeConfirm: boolean;
|
988
|
+
closeConfirmText: string;
|
939
989
|
}>>;
|
940
990
|
declare const CRadio: SFCWithInstall<import("vue").DefineComponent<{
|
941
991
|
form: {
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { AnyObject } from '../../../shared/types';
|
1
2
|
declare const _default: import("vue").DefineComponent<{
|
2
3
|
guageData: {
|
3
4
|
type: ObjectConstructor;
|
@@ -119,7 +120,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
119
120
|
type: ObjectConstructor;
|
120
121
|
default: () => {};
|
121
122
|
};
|
123
|
+
closeConfirm: {
|
124
|
+
type: BooleanConstructor;
|
125
|
+
default: boolean;
|
126
|
+
};
|
127
|
+
closeConfirmText: {
|
128
|
+
type: StringConstructor;
|
129
|
+
default: string;
|
130
|
+
};
|
122
131
|
}, {
|
132
|
+
dialog: import("naive-ui").DialogApi;
|
123
133
|
ScaleViewState: {
|
124
134
|
other: string;
|
125
135
|
form: {};
|
@@ -274,6 +284,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
274
284
|
type: ObjectConstructor;
|
275
285
|
default: () => {};
|
276
286
|
};
|
287
|
+
closeConfirm: {
|
288
|
+
type: BooleanConstructor;
|
289
|
+
default: boolean;
|
290
|
+
};
|
291
|
+
closeConfirmText: {
|
292
|
+
type: StringConstructor;
|
293
|
+
default: string;
|
294
|
+
};
|
277
295
|
}>> & {
|
278
296
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
279
297
|
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
@@ -281,6 +299,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
281
299
|
onStartWriteScale?: ((...args: any[]) => any) | undefined;
|
282
300
|
}>>;
|
283
301
|
state: any;
|
302
|
+
formChecker: {
|
303
|
+
setInitialSnapshot: (formData: Record<string, any>) => void;
|
304
|
+
checkFormChange: (newFormData?: Record<string, any> | null) => boolean;
|
305
|
+
getInitialSnapshot: () => Record<string, any> | null;
|
306
|
+
getFormDiff: (newFormData?: Record<string, any> | null) => Record<string, {
|
307
|
+
old: any;
|
308
|
+
new: any;
|
309
|
+
}> | null;
|
310
|
+
};
|
284
311
|
emit: (event: "onCloseSetting" | "submitNoRequest" | "onSubmit" | "startWriteScale", ...args: any[]) => void;
|
285
312
|
scaleViewDom: any;
|
286
313
|
countdownDom: any;
|
@@ -341,8 +368,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
341
368
|
desStart: import("vue").ComputedRef<boolean>;
|
342
369
|
desEnd: import("vue").ComputedRef<boolean>;
|
343
370
|
desContent: import("vue").ComputedRef<any>;
|
344
|
-
initForm: (data:
|
345
|
-
batchInjectForm: (data:
|
371
|
+
initForm: (data: AnyObject) => Promise<void> | undefined;
|
372
|
+
batchInjectForm: (data: AnyObject, skipValid?: boolean) => Promise<boolean>;
|
346
373
|
submitMethod: () => {
|
347
374
|
params: any;
|
348
375
|
hasCallbackItem: any;
|
@@ -350,7 +377,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
350
377
|
};
|
351
378
|
onSubmitData: () => void;
|
352
379
|
onSubmitForm: () => Promise<unknown>;
|
353
|
-
handleScoreJson: () =>
|
380
|
+
handleScoreJson: () => AnyObject;
|
354
381
|
nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
|
355
382
|
handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
|
356
383
|
scaleChange: (val: any, item: any, config?: any) => void;
|
@@ -362,8 +389,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
362
389
|
handleQuery: () => void;
|
363
390
|
init: (configData: any) => Promise<void>;
|
364
391
|
onSubmitDataDebounce: (this: unknown, ...args: any[]) => any;
|
365
|
-
|
392
|
+
getFormChanged: () => boolean;
|
393
|
+
beforeCloseFn: () => Promise<unknown>;
|
394
|
+
cancel: () => Promise<void>;
|
366
395
|
getScaleData: () => any;
|
396
|
+
batchInjectFormNew: (data: AnyObject, skipValid?: boolean) => Promise<void>;
|
367
397
|
isCollection: (e: string) => boolean;
|
368
398
|
NoData: import("vue").DefineComponent<{
|
369
399
|
noDataTip: {
|
@@ -456,6 +486,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
456
486
|
vDrag: {
|
457
487
|
beforeMount(el: any, binding: any): void;
|
458
488
|
};
|
489
|
+
str1: string;
|
490
|
+
str2: string;
|
491
|
+
str3: string;
|
459
492
|
state: {
|
460
493
|
source: string;
|
461
494
|
setAnswered: number;
|
@@ -621,6 +654,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
621
654
|
default: number;
|
622
655
|
};
|
623
656
|
}, {
|
657
|
+
str1: string;
|
658
|
+
str2: string;
|
659
|
+
str3: string;
|
624
660
|
state: {
|
625
661
|
source: string;
|
626
662
|
timer: null;
|
@@ -714,6 +750,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
714
750
|
default: () => {};
|
715
751
|
};
|
716
752
|
}, {
|
753
|
+
str1: string;
|
754
|
+
str2: string;
|
755
|
+
str3: string;
|
756
|
+
str4: string;
|
717
757
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
718
758
|
item: {
|
719
759
|
type: ObjectConstructor;
|
@@ -727,6 +767,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
727
767
|
scoreText: import("vue").ComputedRef<"" | "部分">;
|
728
768
|
correctAnswer: import("vue").ComputedRef<any>;
|
729
769
|
answerKeyText: import("vue").ComputedRef<any>;
|
770
|
+
answerStr: import("vue").ComputedRef<string>;
|
730
771
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
731
772
|
item: {
|
732
773
|
type: ObjectConstructor;
|
@@ -754,8 +795,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
754
795
|
default: number;
|
755
796
|
};
|
756
797
|
}>> & {}, {
|
757
|
-
maxScore: number;
|
758
798
|
config: Record<string, any>;
|
799
|
+
maxScore: number;
|
759
800
|
}>;
|
760
801
|
DescribeContent: import("vue").DefineComponent<{
|
761
802
|
content: {
|
@@ -901,6 +942,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
901
942
|
type: ObjectConstructor;
|
902
943
|
default: () => {};
|
903
944
|
};
|
945
|
+
closeConfirm: {
|
946
|
+
type: BooleanConstructor;
|
947
|
+
default: boolean;
|
948
|
+
};
|
949
|
+
closeConfirmText: {
|
950
|
+
type: StringConstructor;
|
951
|
+
default: string;
|
952
|
+
};
|
904
953
|
}>> & {
|
905
954
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
906
955
|
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
@@ -934,5 +983,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
934
983
|
isGeneratePrintPdf: boolean;
|
935
984
|
combinationParmas: Record<string, any>;
|
936
985
|
allQuery: Record<string, any>;
|
986
|
+
closeConfirm: boolean;
|
987
|
+
closeConfirmText: string;
|
937
988
|
}>;
|
938
989
|
export default _default;
|