cnhis-design-vue 3.1.42-release.3 → 3.1.42-release.5
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/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/big-table/src/BigTable.vue2.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/components/big-table/src/hooks/useEvent.js +1 -1
- package/es/components/big-table/src/hooks/useFormat.js +1 -1
- package/es/components/big-table/src/hooks/useNestTable.js +1 -1
- package/es/components/big-table/src/hooks/useTableParse.js +1 -1
- package/es/components/big-table/src/utils.d.ts +11 -1
- package/es/components/big-table/src/utils.js +1 -1
- package/es/components/button-print/index.d.ts +32 -7
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +32 -8
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +4 -4
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -4
- package/es/components/classification/index.d.ts +1 -1
- package/es/components/classification/src/index.vue.d.ts +2 -2
- package/es/components/classification/style/index.css +1 -1
- package/es/components/date-picker/src/DatePicker.vue.js +1 -1
- package/es/components/fabric-chart/index.d.ts +2 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useCenter.js +1 -1
- package/es/components/field-set/index.d.ts +26 -81
- package/es/components/field-set/src/FieldSet.vue.d.ts +28 -32
- package/es/components/field-set/src/FieldSet.vue.js +1 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +45 -14
- package/es/components/form-config/src/FormConfig.vue.d.ts +45 -14
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +15 -2
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +24 -8
- package/es/components/form-render/index.d.ts +15 -2
- package/es/components/form-render/src/FormRender.vue.d.ts +15 -2
- package/es/components/form-render/src/FormRender.vue.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +15 -2
- package/es/components/form-render/src/components/renderer/date.d.ts +4 -0
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +36 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +32 -5
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
- package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +13 -8
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +6 -4
- package/es/components/form-render/src/types/index.d.ts +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +17 -3
- package/es/components/iho-table/src/IhoTable.vue.d.ts +17 -3
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +3 -2
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +19 -19
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +60 -237
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -4
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +4 -16
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +25 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowDragPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +22 -5
- package/es/components/iho-table/src/types/pluginType.d.ts +11 -29
- package/es/components/iho-table/src/utils/index.d.ts +5 -3
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/iconfont.ttf +0 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -0
- package/es/components/info-header/index.d.ts +31 -4
- package/es/components/info-header/src/InfoHeader.vue.d.ts +31 -4
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +15 -2
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +16 -2
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
- package/es/components/info-header/style/index.css +1 -1
- package/es/components/keyboard/src/Keyboard.vue.js +1 -1
- package/es/components/map/index.d.ts +2 -14
- package/es/components/map/src/Map.vue.d.ts +1 -14
- package/es/components/map/src/types/index.d.ts +19 -0
- package/es/components/map/src/types/index.js +1 -0
- package/es/components/recommend-search/index.d.ts +13 -128
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +15 -130
- package/es/components/recommend-search/src/RecommendSearch.vue.js +1 -1
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +84 -0
- package/es/components/recommend-search/src/components/BaseSearch.js +1 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -63
- package/es/components/recommend-search/src/components/RecommendInput.vue.js +1 -1
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +1 -3
- package/es/components/recommend-search/src/components/RecommendMenu.vue.js +1 -1
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -62
- package/es/components/recommend-search/src/components/RecommendSelect.vue.js +1 -1
- package/es/components/recommend-search/src/constant/index.d.ts +3 -0
- package/es/components/recommend-search/src/constant/index.js +1 -1
- package/es/components/scale-view/index.d.ts +13 -158
- package/es/components/scale-view/index.js +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +12 -158
- package/es/components/scale-view/src/ScaleView.vue.js +1 -1
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +1 -43
- package/es/components/scale-view/src/components/AnswerParse.vue.js +1 -1
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -42
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-datetime.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-sign.js +1 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +7 -7
- package/es/components/scale-view/src/components/formitem/standard-modal.js +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-init.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +5 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +73 -3
- package/es/components/scale-view/src/hooks/use-evaluate.js +1 -1
- package/es/components/scale-view/src/hooks/use-event.js +1 -1
- package/es/components/scale-view/src/types/index.d.ts +7 -0
- package/es/components/scale-view/src/types/index.js +1 -0
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/scale-view/style/scale-view-iconfont.ttf +0 -0
- package/es/components/search-cascader/index.d.ts +12 -1
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +12 -1
- package/es/components/search-cascader/src/SearchCascader.vue.js +1 -1
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +8 -1
- package/es/components/search-cascader/src/components/SearchMenu.js +1 -1
- package/es/components/search-cascader/src/constants/index.d.ts +1 -0
- package/es/components/search-cascader/src/constants/index.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
- package/es/components/select-label/style/index.css +1 -1
- package/es/components/select-person/index.d.ts +15 -7
- package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +18 -4
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -4
- package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +9 -0
- package/es/components/time-picker/src/TimePicker.vue.js +1 -1
- package/es/components/vod-chunk-upload/index.d.ts +73 -3
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +73 -3
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.js +1 -1
- package/es/env.d.ts +1 -0
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/utils/anime.d.ts +1 -1
- package/es/shared/utils/anime.js +1 -1
- package/es/shared/utils/index.d.ts +3 -14
- package/es/shared/utils/index.js +1 -1
- package/es/shared/utils/vexutils.d.ts +2 -2
- package/es/shared/utils/vexutils.js +1 -1
- package/es/shared/utils/vexutilsExpand.d.ts +254 -0
- package/es/shared/utils/vexutilsExpand.js +1 -0
- package/package.json +2 -2
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +0 -143
- package/es/components/recommend-search/src/components/BaseSearch.vue.js +0 -1
- /package/es/components/base-search/style/{iconfont.ttf → base-search-iconfont.ttf} +0 -0
- /package/es/components/classification/style/{iconfont.ttf → classification-iconfont.ttf} +0 -0
- /package/es/components/info-header/style/{iconfont.ttf → info-header-font.ttf} +0 -0
- /package/es/components/select-label/style/{iconfont.ttf → select-label-iconfont.ttf} +0 -0
|
@@ -25,9 +25,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
clickTag: (type: RecommendType, value: RecommendItem) => void;
|
|
26
26
|
clickCommonTag: (value: RecommendItem) => void;
|
|
27
27
|
clickRecentTag: (value: RecommendItem) => void;
|
|
28
|
-
deleteTag: (
|
|
29
|
-
deleteCommonTag: () => void;
|
|
30
|
-
deleteRecentTag: () => void;
|
|
28
|
+
deleteTag: () => void;
|
|
31
29
|
TrashOutline: 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<{}>>, {}>;
|
|
32
30
|
NTag: any;
|
|
33
31
|
NIcon: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,openBlock as n,createElementBlock as o,createElementVNode as t,createTextVNode as m,createBlock as i,unref as l,createCommentVNode as c,Fragment as s,renderList as r,withCtx as a,toDisplayString as u}from"vue";import{TrashOutline as d}from"@vicons/ionicons5";import{NIcon as p,NTag as
|
|
1
|
+
import{defineComponent as e,openBlock as n,createElementBlock as o,createElementVNode as t,createTextVNode as m,createBlock as i,unref as l,createCommentVNode as c,Fragment as s,renderList as r,withCtx as a,toDisplayString as u}from"vue";import{TrashOutline as d}from"@vicons/ionicons5";import{NIcon as p,NTag as _}from"naive-ui";import{RecommendType as f}from"../constant/index.js";import v from"../../../../_virtual/plugin-vue_export-helper.js";const y={class:"recommend-search__menuRecommend"},h={key:0,class:"recommend-search__commonRecommend"},k={class:"recommend-search__menuRecommendList"},L={key:1,class:"recommend-search__recentRecommend"},R=t("header",null,"常用搜索",-1),C={class:"recommend-search__menuRecommendList"};var g=v(e({__name:"RecommendMenu",props:{getDisplayValue:{type:Function,default:e=>e.itemObj},commonList:{default:()=>[]},recentList:{default:()=>[]},deletable:{type:Boolean}},emits:["delete","choose"],setup(e,{emit:v}){function g(e,n){v("choose",{type:e,value:n})}function b(){v("delete")}return(v,j)=>(n(),o("section",y,[e.recentList.length?(n(),o("section",h,[t("header",null,[m(" 最近搜索 "),e.deletable?(n(),i(l(p),{key:0,component:l(d),onClick:b},null,8,["component"])):c("v-if",!0)]),t("div",k,[(n(!0),o(s,null,r(e.recentList,(o=>(n(),i(l(_),{size:"small",onClick:e=>{return n=o,void g(f.RECENTLY,n);var n},type:"primary",key:o.itemObj},{default:a((()=>[m(u(e.getDisplayValue(o)),1)])),_:2},1032,["onClick"])))),128))])])):c("v-if",!0),e.commonList.length?(n(),o("section",L,[R,t("div",C,[(n(!0),o(s,null,r(e.commonList,(o=>(n(),i(l(_),{size:"small",onClick:e=>{return n=o,void g(f.COMMONLY,n);var n},type:"primary",key:o.itemObj},{default:a((()=>[m(u(e.getDisplayValue(o)),1)])),_:2},1032,["onClick"])))),128))])])):c("v-if",!0)]))}}),[["__file","RecommendMenu.vue"]]);export{g as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject } from '../../../../../es/shared/types';
|
|
1
|
+
import { AnyObject, Nullable } from '../../../../../es/shared/types';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
import { BaseSearchExpose, RecommendItem } from '../../../../../es/components/recommend-search/src/types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
83
|
commonOptions: import("vue").ComputedRef<any[]>;
|
|
84
84
|
recentOptions: import("vue").ComputedRef<any[]>;
|
|
85
85
|
optionWithoutRecommend: import("vue").ComputedRef<AnyObject[]>;
|
|
86
|
-
getDisplayValue: (item: string | number) => string;
|
|
86
|
+
getDisplayValue: (item: Nullable<string | number>) => string;
|
|
87
87
|
baseSearchRef: import("vue").Ref<BaseSearchExpose | undefined>;
|
|
88
88
|
valueRef: import("vue").Ref<string | number | null | undefined> | import("vue").WritableComputedRef<string | number | null | undefined>;
|
|
89
89
|
parsedOptions: import("vue").ComputedRef<any[]>;
|
|
@@ -140,66 +140,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
140
|
type: BooleanConstructor;
|
|
141
141
|
default: boolean;
|
|
142
142
|
};
|
|
143
|
-
}, {
|
|
144
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
145
|
-
displayValue: {
|
|
146
|
-
type: StringConstructor;
|
|
147
|
-
};
|
|
148
|
-
valueFormatter: {
|
|
149
|
-
type: PropType<(value: string | number | any[] | undefined) => string>;
|
|
150
|
-
};
|
|
151
|
-
show: {
|
|
152
|
-
type: BooleanConstructor;
|
|
153
|
-
};
|
|
154
|
-
loading: {
|
|
155
|
-
type: BooleanConstructor;
|
|
156
|
-
};
|
|
157
|
-
placeholder: {
|
|
158
|
-
type: StringConstructor;
|
|
159
|
-
default: string;
|
|
160
|
-
};
|
|
161
|
-
clearable: {
|
|
162
|
-
type: BooleanConstructor;
|
|
163
|
-
default: boolean;
|
|
164
|
-
};
|
|
165
|
-
inputProps: {
|
|
166
|
-
type: ObjectConstructor;
|
|
167
|
-
default: () => {};
|
|
168
|
-
};
|
|
169
|
-
popProps: {
|
|
170
|
-
type: ObjectConstructor;
|
|
171
|
-
default: () => {};
|
|
172
|
-
};
|
|
173
|
-
clearPatternOnOpenMenu: {
|
|
174
|
-
type: BooleanConstructor;
|
|
175
|
-
default: boolean;
|
|
176
|
-
};
|
|
177
|
-
}>> & {
|
|
178
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
179
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
180
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
181
|
-
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
182
|
-
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
183
|
-
}>>;
|
|
184
|
-
uuid: string;
|
|
185
|
-
emits: (event: "clear" | "update:show" | "search" | "openMenu" | "closeMenu", ...args: any[]) => void;
|
|
186
|
-
search: (content?: any) => void;
|
|
187
|
-
popoverRef: import("vue").Ref<{
|
|
188
|
-
syncPosition: import("../../../../../es/shared/types").Func<any[], any>;
|
|
189
|
-
} | undefined>;
|
|
190
|
-
_show: import("vue").Ref<boolean>;
|
|
191
|
-
show: import("vue").WritableComputedRef<boolean>;
|
|
192
|
-
inputRef: import("vue").Ref<HTMLElement | undefined>;
|
|
193
|
-
patternContent: import("vue").Ref<string>;
|
|
194
|
-
displayValueRef: import("vue").WritableComputedRef<string | undefined>;
|
|
195
|
-
openMenuAtInput: (evt: PointerEvent) => void;
|
|
196
|
-
openMenu: () => void;
|
|
197
|
-
closeMenu: () => void;
|
|
198
|
-
onClear: () => void;
|
|
199
|
-
NInput: any;
|
|
200
|
-
NPopover: any;
|
|
201
|
-
NSpin: any;
|
|
202
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "update:show" | "search" | "openMenu" | "closeMenu")[], "search" | "closeMenu" | "clear" | "update:show" | "openMenu", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
143
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "update:show" | "keydown" | "search" | "openMenu" | "closeMenu")[], "search" | "closeMenu" | "clear" | "update:show" | "keydown" | "openMenu", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
203
144
|
displayValue: {
|
|
204
145
|
type: StringConstructor;
|
|
205
146
|
};
|
|
@@ -233,6 +174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
233
174
|
default: boolean;
|
|
234
175
|
};
|
|
235
176
|
}>> & {
|
|
177
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
236
178
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
237
179
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
238
180
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,ref as t,computed as a,openBlock as l,createElementBlock as o,createVNode as n,
|
|
1
|
+
import{defineComponent as e,ref as t,computed as a,openBlock as l,createElementBlock as o,createVNode as n,unref as r,mergeProps as u,isRef as i,withCtx as c,createElementVNode as s,normalizeProps as p,guardReactiveProps as v,Fragment as m,renderList as d,normalizeClass as y,toDisplayString as f,createBlock as h,createCommentVNode as _,renderSlot as K}from"vue";import{jsonParse as S}from"../../../../shared/utils/index.js";import{Checkmark as g}from"@vicons/ionicons5";import{useVModel as b,useVirtualList as k}from"@vueuse/core";import{isObject as M}from"lodash-es";import j from"./BaseSearch.js";import{NIcon as x}from"naive-ui";import C from"../../../../_virtual/plugin-vue_export-helper.js";const w={class:"recommend-search"},L=["onClick"],P=["title"],A=s("section",{class:"recommend-search__empty"},"暂无数据",-1);var O=C(e({__name:"RecommendSelect",props:{value:{type:[String,Number]},labelKey:{type:String,default:"label"},valueKey:{type:String,default:"value"},placeholder:{type:String,default:"请选择"},editPlaceholder:{type:String,default:"请输入关键字进行搜索"},options:{type:Array,default:()=>[]},commonList:{type:Array,default:()=>[]},recentList:{type:Array,default:()=>[]}},emits:["update:value","search","delete","choose","clear","openMenu","closeMenu"],setup(e,{emit:C}){const O=e,R=t(!1),U=a((()=>R.value?O.editPlaceholder:O.placeholder)),$=t();function B(e){return S(e.itemObj)}const H=a((()=>O.commonList.map(B))),N=a((()=>O.recentList.map(B))),T=a((()=>O.options.filter((e=>{return H.value.every(t)&&N.value.every(t);function t(t){return t[O.valueKey]!==e[O.valueKey]}}))));function q(e){let t="";return[...E.value,$.value].find((a=>{if(M(a)&&a[O.valueKey]===e)return t=a[O.labelKey],!0})),t}const z=t(),D=b(O,"value",C),E=a((()=>[...H.value,...N.value,...T.value]));function F(e=""){C("search",e)}function G(){F(),C("openMenu")}function I(){C("closeMenu")}function J(){D.value=null,C("clear")}function Q(e){var t,a;M(e)&&(D.value=e[O.valueKey],null==(t=z.value)||t.closeMenu(),$.value=e,a=e[O.valueKey],C("choose",{value:a,option:{...$.value}}))}const{list:V,wrapperProps:W,containerProps:X}=k(E,{itemHeight:32,overscan:5});return(t,a)=>(l(),o("section",w,[n(r(j),u({ref_key:"baseSearchRef",ref:z,value:r(D),"onUpdate:value":a[0]||(a[0]=e=>i(D)?D.value=e:null),show:R.value,"onUpdate:show":a[1]||(a[1]=e=>R.value=e),"display-value":q(r(D)),placeholder:r(U),onOpenMenu:G,onCloseMenu:I,onSearch:F,onClear:J},t.$attrs),{menu:c((()=>[r(E).length?(l(),o("section",u({key:0,class:"recommend-search__optionContainer",style:{height:"256px"}},r(X)),[s("section",p(v(r(W))),[(l(!0),o(m,null,d(r(V),(t=>(l(),o("div",{onClick:e=>Q(t.data),key:t.data[e.valueKey],class:y(["recommend-search__option",{"is-active":t.data[e.valueKey]===r(D)}])},[s("div",{class:"recommend-search__optionText",title:t.data.itemObj},f(t.data[e.labelKey]),9,P),t.data[e.valueKey]===r(D)?(l(),h(r(x),{key:0,component:r(g)},null,8,["component"])):_("v-if",!0)],10,L)))),128))],16)],16)):K(t.$slots,"empty",{key:1},(()=>[A]))])),_:3},16,["value","show","display-value","placeholder"])]))}}),[["__file","RecommendSelect.vue"]]);export{O as default};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import { InjectionKey, Ref } from 'vue';
|
|
1
2
|
export declare enum RecommendType {
|
|
2
3
|
COMMONLY = "COMMONLY",
|
|
3
4
|
RECENTLY = "RECENTLY"
|
|
4
5
|
}
|
|
6
|
+
export declare const InjectionRecommendSearchRootSlots: InjectionKey<Record<string, any>>;
|
|
7
|
+
export declare const InjectionRecommendSearchRef: InjectionKey<Ref>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var o=(o=>(o.COMMONLY="COMMONLY",o.RECENTLY="RECENTLY",o))(o||{});const e=Symbol("InjectionRecommendSearchRootSlots"),c=Symbol("InjectionRecommendSearchRef");export{c as InjectionRecommendSearchRef,e as InjectionRecommendSearchRootSlots,o as RecommendType};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SFCWithInstall } from '../../../es/shared/types';
|
|
2
|
+
export * from './src/types';
|
|
2
3
|
declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
4
|
guageData: {
|
|
4
5
|
type: ObjectConstructor;
|
|
@@ -89,15 +90,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
89
90
|
};
|
|
90
91
|
getChunkUploadConfig: {
|
|
91
92
|
type: FunctionConstructor;
|
|
92
|
-
default: () => Promise<{
|
|
93
|
-
checkFileMd5Exist: string;
|
|
94
|
-
fileChannel: string;
|
|
95
|
-
md5: string;
|
|
96
|
-
objectName: string;
|
|
97
|
-
partFileMerge: string;
|
|
98
|
-
partFileUpload: string;
|
|
99
|
-
token: string;
|
|
100
|
-
}>;
|
|
93
|
+
default: () => Promise<{}>;
|
|
101
94
|
};
|
|
102
95
|
}, {
|
|
103
96
|
ScaleViewState: {
|
|
@@ -221,15 +214,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
221
214
|
};
|
|
222
215
|
getChunkUploadConfig: {
|
|
223
216
|
type: FunctionConstructor;
|
|
224
|
-
default: () => Promise<{
|
|
225
|
-
checkFileMd5Exist: string;
|
|
226
|
-
fileChannel: string;
|
|
227
|
-
md5: string;
|
|
228
|
-
objectName: string;
|
|
229
|
-
partFileMerge: string;
|
|
230
|
-
partFileUpload: string;
|
|
231
|
-
token: string;
|
|
232
|
-
}>;
|
|
217
|
+
default: () => Promise<{}>;
|
|
233
218
|
};
|
|
234
219
|
}>> & {
|
|
235
220
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
|
@@ -260,7 +245,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
260
245
|
width: string;
|
|
261
246
|
height: string;
|
|
262
247
|
transform: string;
|
|
263
|
-
} |
|
|
248
|
+
} | undefined>;
|
|
264
249
|
handlePageClass: import("vue").ComputedRef<boolean>;
|
|
265
250
|
isShowItem: import("vue").ComputedRef<(item: any) => any>;
|
|
266
251
|
handleShowQuestionNumber: import("vue").ComputedRef<(item: any) => any>;
|
|
@@ -291,7 +276,11 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
291
276
|
skipCover: import("vue").ComputedRef<any>;
|
|
292
277
|
scaleEdit: import("vue").ComputedRef<boolean>;
|
|
293
278
|
initForm: (data: any) => void;
|
|
294
|
-
submitMethod: () =>
|
|
279
|
+
submitMethod: () => {
|
|
280
|
+
params: any;
|
|
281
|
+
hasCallbackItem: any;
|
|
282
|
+
isCallback: boolean;
|
|
283
|
+
};
|
|
295
284
|
nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
|
|
296
285
|
handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
|
|
297
286
|
handleQuery: () => void;
|
|
@@ -307,9 +296,9 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
307
296
|
labelStr: string;
|
|
308
297
|
labels: any[];
|
|
309
298
|
};
|
|
310
|
-
|
|
299
|
+
onSubmitData: () => void;
|
|
311
300
|
confirmSubmit: (message: any) => void;
|
|
312
|
-
onSubmitForm: () =>
|
|
301
|
+
onSubmitForm: () => Promise<unknown>;
|
|
313
302
|
cancel: () => void;
|
|
314
303
|
getScaleData: () => any;
|
|
315
304
|
isCollection: (e: string) => boolean;
|
|
@@ -361,48 +350,6 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
361
350
|
noDataImg: string;
|
|
362
351
|
showImg: boolean;
|
|
363
352
|
}>;
|
|
364
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
365
|
-
iconClass: {
|
|
366
|
-
type: StringConstructor;
|
|
367
|
-
required: true;
|
|
368
|
-
default: string;
|
|
369
|
-
};
|
|
370
|
-
title: {
|
|
371
|
-
type: StringConstructor;
|
|
372
|
-
required: false;
|
|
373
|
-
default: string;
|
|
374
|
-
};
|
|
375
|
-
className: {
|
|
376
|
-
type: StringConstructor;
|
|
377
|
-
required: false;
|
|
378
|
-
};
|
|
379
|
-
}, {
|
|
380
|
-
props: {
|
|
381
|
-
iconClass: string;
|
|
382
|
-
title: string;
|
|
383
|
-
className?: string | undefined;
|
|
384
|
-
};
|
|
385
|
-
iconName: import("vue").ComputedRef<string>;
|
|
386
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
387
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
388
|
-
iconClass: {
|
|
389
|
-
type: StringConstructor;
|
|
390
|
-
required: true;
|
|
391
|
-
default: string;
|
|
392
|
-
};
|
|
393
|
-
title: {
|
|
394
|
-
type: StringConstructor;
|
|
395
|
-
required: false;
|
|
396
|
-
default: string;
|
|
397
|
-
};
|
|
398
|
-
className: {
|
|
399
|
-
type: StringConstructor;
|
|
400
|
-
required: false;
|
|
401
|
-
};
|
|
402
|
-
}>>, {
|
|
403
|
-
title: string;
|
|
404
|
-
iconClass: string;
|
|
405
|
-
}>;
|
|
406
353
|
EvaluateCountdown: import("vue").DefineComponent<{
|
|
407
354
|
formArray: {
|
|
408
355
|
type: ArrayConstructor;
|
|
@@ -480,48 +427,6 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
480
427
|
setAnswered: number;
|
|
481
428
|
totalLen: number;
|
|
482
429
|
};
|
|
483
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
484
|
-
iconClass: {
|
|
485
|
-
type: StringConstructor;
|
|
486
|
-
required: true;
|
|
487
|
-
default: string;
|
|
488
|
-
};
|
|
489
|
-
title: {
|
|
490
|
-
type: StringConstructor;
|
|
491
|
-
required: false;
|
|
492
|
-
default: string;
|
|
493
|
-
};
|
|
494
|
-
className: {
|
|
495
|
-
type: StringConstructor;
|
|
496
|
-
required: false;
|
|
497
|
-
};
|
|
498
|
-
}, {
|
|
499
|
-
props: {
|
|
500
|
-
iconClass: string;
|
|
501
|
-
title: string;
|
|
502
|
-
className?: string | undefined;
|
|
503
|
-
};
|
|
504
|
-
iconName: import("vue").ComputedRef<string>;
|
|
505
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
506
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
507
|
-
iconClass: {
|
|
508
|
-
type: StringConstructor;
|
|
509
|
-
required: true;
|
|
510
|
-
default: string;
|
|
511
|
-
};
|
|
512
|
-
title: {
|
|
513
|
-
type: StringConstructor;
|
|
514
|
-
required: false;
|
|
515
|
-
default: string;
|
|
516
|
-
};
|
|
517
|
-
className: {
|
|
518
|
-
type: StringConstructor;
|
|
519
|
-
required: false;
|
|
520
|
-
};
|
|
521
|
-
}>>, {
|
|
522
|
-
title: string;
|
|
523
|
-
iconClass: string;
|
|
524
|
-
}>;
|
|
525
430
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeEvaluateCountdown"[], "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
526
431
|
formArray: {
|
|
527
432
|
type: ArrayConstructor;
|
|
@@ -679,53 +584,11 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
679
584
|
}>> & {}>>;
|
|
680
585
|
questionScore: import("vue").ComputedRef<any>;
|
|
681
586
|
answerSuccess: import("vue").ComputedRef<boolean>;
|
|
682
|
-
answerIcon: import("vue").ComputedRef<"
|
|
587
|
+
answerIcon: import("vue").ComputedRef<"icon-scale-view-dui" | "icon-scale-view-cuo">;
|
|
683
588
|
answerResText: import("vue").ComputedRef<"部分正确" | "回答正确" | "回答错误">;
|
|
684
589
|
scoreText: import("vue").ComputedRef<"部分" | "本题">;
|
|
685
590
|
correctAnswer: import("vue").ComputedRef<any>;
|
|
686
591
|
answerKeyText: import("vue").ComputedRef<any>;
|
|
687
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
688
|
-
iconClass: {
|
|
689
|
-
type: StringConstructor;
|
|
690
|
-
required: true;
|
|
691
|
-
default: string;
|
|
692
|
-
};
|
|
693
|
-
title: {
|
|
694
|
-
type: StringConstructor;
|
|
695
|
-
required: false;
|
|
696
|
-
default: string;
|
|
697
|
-
};
|
|
698
|
-
className: {
|
|
699
|
-
type: StringConstructor;
|
|
700
|
-
required: false;
|
|
701
|
-
};
|
|
702
|
-
}, {
|
|
703
|
-
props: {
|
|
704
|
-
iconClass: string;
|
|
705
|
-
title: string;
|
|
706
|
-
className?: string | undefined;
|
|
707
|
-
};
|
|
708
|
-
iconName: import("vue").ComputedRef<string>;
|
|
709
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
710
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
711
|
-
iconClass: {
|
|
712
|
-
type: StringConstructor;
|
|
713
|
-
required: true;
|
|
714
|
-
default: string;
|
|
715
|
-
};
|
|
716
|
-
title: {
|
|
717
|
-
type: StringConstructor;
|
|
718
|
-
required: false;
|
|
719
|
-
default: string;
|
|
720
|
-
};
|
|
721
|
-
className: {
|
|
722
|
-
type: StringConstructor;
|
|
723
|
-
required: false;
|
|
724
|
-
};
|
|
725
|
-
}>>, {
|
|
726
|
-
title: string;
|
|
727
|
-
iconClass: string;
|
|
728
|
-
}>;
|
|
729
592
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
730
593
|
item: {
|
|
731
594
|
type: ObjectConstructor;
|
|
@@ -1143,15 +1006,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1143
1006
|
};
|
|
1144
1007
|
getChunkUploadConfig: {
|
|
1145
1008
|
type: FunctionConstructor;
|
|
1146
|
-
default: () => Promise<{
|
|
1147
|
-
checkFileMd5Exist: string;
|
|
1148
|
-
fileChannel: string;
|
|
1149
|
-
md5: string;
|
|
1150
|
-
objectName: string;
|
|
1151
|
-
partFileMerge: string;
|
|
1152
|
-
partFileUpload: string;
|
|
1153
|
-
token: string;
|
|
1154
|
-
}>;
|
|
1009
|
+
default: () => Promise<{}>;
|
|
1155
1010
|
};
|
|
1156
1011
|
}>> & {
|
|
1157
1012
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{COMPONENT_NAMESPACE as o}from"../../shared/global/variable.js";import{safeComponentRegister as
|
|
1
|
+
import{COMPONENT_NAMESPACE as o}from"../../shared/global/variable.js";import{safeComponentRegister as r}from"../../shared/utils/index.js";import{loadViewer as t}from"../../shared/utils/loadViewer.js";import i from"./src/ScaleView.vue.js";import e from"./src/components/formitem/r-radio.js";import m from"./src/components/formitem/r-checkbox.js";import s from"./src/components/formitem/r-select.js";import n from"./src/components/formitem/r-datetime.js";const c=i,l=e,a=m,f=s,p=n;c.install=function(i){t(i),r(i,c,o+"ScaleView")},l.install=function(i){t(i),r(i,l,o+"Radio")},a.install=function(i){t(i),r(i,a,o+"Checkbox")},f.install=function(t){r(t,f,o+"Select")},p.install=function(t){r(t,p,o+"Datetime")};export{a as CCheckbox,p as CDatetime,l as CRadio,c as CScaleView,f as CSelect};
|
|
@@ -88,15 +88,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
};
|
|
89
89
|
getChunkUploadConfig: {
|
|
90
90
|
type: FunctionConstructor;
|
|
91
|
-
default: () => Promise<{
|
|
92
|
-
checkFileMd5Exist: string;
|
|
93
|
-
fileChannel: string;
|
|
94
|
-
md5: string;
|
|
95
|
-
objectName: string;
|
|
96
|
-
partFileMerge: string;
|
|
97
|
-
partFileUpload: string;
|
|
98
|
-
token: string;
|
|
99
|
-
}>;
|
|
91
|
+
default: () => Promise<{}>;
|
|
100
92
|
};
|
|
101
93
|
}, {
|
|
102
94
|
ScaleViewState: {
|
|
@@ -220,15 +212,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
212
|
};
|
|
221
213
|
getChunkUploadConfig: {
|
|
222
214
|
type: FunctionConstructor;
|
|
223
|
-
default: () => Promise<{
|
|
224
|
-
checkFileMd5Exist: string;
|
|
225
|
-
fileChannel: string;
|
|
226
|
-
md5: string;
|
|
227
|
-
objectName: string;
|
|
228
|
-
partFileMerge: string;
|
|
229
|
-
partFileUpload: string;
|
|
230
|
-
token: string;
|
|
231
|
-
}>;
|
|
215
|
+
default: () => Promise<{}>;
|
|
232
216
|
};
|
|
233
217
|
}>> & {
|
|
234
218
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
|
@@ -259,7 +243,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
259
243
|
width: string;
|
|
260
244
|
height: string;
|
|
261
245
|
transform: string;
|
|
262
|
-
} |
|
|
246
|
+
} | undefined>;
|
|
263
247
|
handlePageClass: import("vue").ComputedRef<boolean>;
|
|
264
248
|
isShowItem: import("vue").ComputedRef<(item: any) => any>;
|
|
265
249
|
handleShowQuestionNumber: import("vue").ComputedRef<(item: any) => any>;
|
|
@@ -290,7 +274,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
290
274
|
skipCover: import("vue").ComputedRef<any>;
|
|
291
275
|
scaleEdit: import("vue").ComputedRef<boolean>;
|
|
292
276
|
initForm: (data: any) => void;
|
|
293
|
-
submitMethod: () =>
|
|
277
|
+
submitMethod: () => {
|
|
278
|
+
params: any;
|
|
279
|
+
hasCallbackItem: any;
|
|
280
|
+
isCallback: boolean;
|
|
281
|
+
};
|
|
294
282
|
nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
|
|
295
283
|
handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
|
|
296
284
|
handleQuery: () => void;
|
|
@@ -306,9 +294,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
306
294
|
labelStr: string;
|
|
307
295
|
labels: any[];
|
|
308
296
|
};
|
|
309
|
-
|
|
297
|
+
onSubmitData: () => void;
|
|
310
298
|
confirmSubmit: (message: any) => void;
|
|
311
|
-
onSubmitForm: () =>
|
|
299
|
+
onSubmitForm: () => Promise<unknown>;
|
|
312
300
|
cancel: () => void;
|
|
313
301
|
getScaleData: () => any;
|
|
314
302
|
isCollection: (e: string) => boolean;
|
|
@@ -360,48 +348,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
360
348
|
noDataImg: string;
|
|
361
349
|
showImg: boolean;
|
|
362
350
|
}>;
|
|
363
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
364
|
-
iconClass: {
|
|
365
|
-
type: StringConstructor;
|
|
366
|
-
required: true;
|
|
367
|
-
default: string;
|
|
368
|
-
};
|
|
369
|
-
title: {
|
|
370
|
-
type: StringConstructor;
|
|
371
|
-
required: false;
|
|
372
|
-
default: string;
|
|
373
|
-
};
|
|
374
|
-
className: {
|
|
375
|
-
type: StringConstructor;
|
|
376
|
-
required: false;
|
|
377
|
-
};
|
|
378
|
-
}, {
|
|
379
|
-
props: {
|
|
380
|
-
iconClass: string;
|
|
381
|
-
title: string;
|
|
382
|
-
className?: string | undefined;
|
|
383
|
-
};
|
|
384
|
-
iconName: import("vue").ComputedRef<string>;
|
|
385
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
386
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
387
|
-
iconClass: {
|
|
388
|
-
type: StringConstructor;
|
|
389
|
-
required: true;
|
|
390
|
-
default: string;
|
|
391
|
-
};
|
|
392
|
-
title: {
|
|
393
|
-
type: StringConstructor;
|
|
394
|
-
required: false;
|
|
395
|
-
default: string;
|
|
396
|
-
};
|
|
397
|
-
className: {
|
|
398
|
-
type: StringConstructor;
|
|
399
|
-
required: false;
|
|
400
|
-
};
|
|
401
|
-
}>>, {
|
|
402
|
-
title: string;
|
|
403
|
-
iconClass: string;
|
|
404
|
-
}>;
|
|
405
351
|
EvaluateCountdown: import("vue").DefineComponent<{
|
|
406
352
|
formArray: {
|
|
407
353
|
type: ArrayConstructor;
|
|
@@ -479,48 +425,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
479
425
|
setAnswered: number;
|
|
480
426
|
totalLen: number;
|
|
481
427
|
};
|
|
482
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
483
|
-
iconClass: {
|
|
484
|
-
type: StringConstructor;
|
|
485
|
-
required: true;
|
|
486
|
-
default: string;
|
|
487
|
-
};
|
|
488
|
-
title: {
|
|
489
|
-
type: StringConstructor;
|
|
490
|
-
required: false;
|
|
491
|
-
default: string;
|
|
492
|
-
};
|
|
493
|
-
className: {
|
|
494
|
-
type: StringConstructor;
|
|
495
|
-
required: false;
|
|
496
|
-
};
|
|
497
|
-
}, {
|
|
498
|
-
props: {
|
|
499
|
-
iconClass: string;
|
|
500
|
-
title: string;
|
|
501
|
-
className?: string | undefined;
|
|
502
|
-
};
|
|
503
|
-
iconName: import("vue").ComputedRef<string>;
|
|
504
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
505
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
506
|
-
iconClass: {
|
|
507
|
-
type: StringConstructor;
|
|
508
|
-
required: true;
|
|
509
|
-
default: string;
|
|
510
|
-
};
|
|
511
|
-
title: {
|
|
512
|
-
type: StringConstructor;
|
|
513
|
-
required: false;
|
|
514
|
-
default: string;
|
|
515
|
-
};
|
|
516
|
-
className: {
|
|
517
|
-
type: StringConstructor;
|
|
518
|
-
required: false;
|
|
519
|
-
};
|
|
520
|
-
}>>, {
|
|
521
|
-
title: string;
|
|
522
|
-
iconClass: string;
|
|
523
|
-
}>;
|
|
524
428
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeEvaluateCountdown"[], "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
525
429
|
formArray: {
|
|
526
430
|
type: ArrayConstructor;
|
|
@@ -678,53 +582,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
678
582
|
}>> & {}>>;
|
|
679
583
|
questionScore: import("vue").ComputedRef<any>;
|
|
680
584
|
answerSuccess: import("vue").ComputedRef<boolean>;
|
|
681
|
-
answerIcon: import("vue").ComputedRef<"
|
|
585
|
+
answerIcon: import("vue").ComputedRef<"icon-scale-view-dui" | "icon-scale-view-cuo">;
|
|
682
586
|
answerResText: import("vue").ComputedRef<"部分正确" | "回答正确" | "回答错误">;
|
|
683
587
|
scoreText: import("vue").ComputedRef<"部分" | "本题">;
|
|
684
588
|
correctAnswer: import("vue").ComputedRef<any>;
|
|
685
589
|
answerKeyText: import("vue").ComputedRef<any>;
|
|
686
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
687
|
-
iconClass: {
|
|
688
|
-
type: StringConstructor;
|
|
689
|
-
required: true;
|
|
690
|
-
default: string;
|
|
691
|
-
};
|
|
692
|
-
title: {
|
|
693
|
-
type: StringConstructor;
|
|
694
|
-
required: false;
|
|
695
|
-
default: string;
|
|
696
|
-
};
|
|
697
|
-
className: {
|
|
698
|
-
type: StringConstructor;
|
|
699
|
-
required: false;
|
|
700
|
-
};
|
|
701
|
-
}, {
|
|
702
|
-
props: {
|
|
703
|
-
iconClass: string;
|
|
704
|
-
title: string;
|
|
705
|
-
className?: string | undefined;
|
|
706
|
-
};
|
|
707
|
-
iconName: import("vue").ComputedRef<string>;
|
|
708
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
709
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
710
|
-
iconClass: {
|
|
711
|
-
type: StringConstructor;
|
|
712
|
-
required: true;
|
|
713
|
-
default: string;
|
|
714
|
-
};
|
|
715
|
-
title: {
|
|
716
|
-
type: StringConstructor;
|
|
717
|
-
required: false;
|
|
718
|
-
default: string;
|
|
719
|
-
};
|
|
720
|
-
className: {
|
|
721
|
-
type: StringConstructor;
|
|
722
|
-
required: false;
|
|
723
|
-
};
|
|
724
|
-
}>>, {
|
|
725
|
-
title: string;
|
|
726
|
-
iconClass: string;
|
|
727
|
-
}>;
|
|
728
590
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
729
591
|
item: {
|
|
730
592
|
type: ObjectConstructor;
|
|
@@ -1142,15 +1004,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1142
1004
|
};
|
|
1143
1005
|
getChunkUploadConfig: {
|
|
1144
1006
|
type: FunctionConstructor;
|
|
1145
|
-
default: () => Promise<{
|
|
1146
|
-
checkFileMd5Exist: string;
|
|
1147
|
-
fileChannel: string;
|
|
1148
|
-
md5: string;
|
|
1149
|
-
objectName: string;
|
|
1150
|
-
partFileMerge: string;
|
|
1151
|
-
partFileUpload: string;
|
|
1152
|
-
token: string;
|
|
1153
|
-
}>;
|
|
1007
|
+
default: () => Promise<{}>;
|
|
1154
1008
|
};
|
|
1155
1009
|
}>> & {
|
|
1156
1010
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|