cnhis-design-vue 3.1.42-beta.0 → 3.1.42-release.0
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/annotation-edit/style/index.css +1 -1
- package/es/components/big-table/index.d.ts +3 -4
- package/es/components/big-table/src/BigTable.vue.d.ts +3 -4
- package/es/components/big-table/src/BigTable.vue2.js +1 -1
- package/es/components/big-table/style/index.css +1 -1
- package/es/components/button-print/index.d.ts +6 -7
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +6 -7
- 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/button-print/src/utils/print.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/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
- package/es/components/field-set/index.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/form-config/index.d.ts +37 -46
- package/es/components/form-config/src/FormConfig.vue.d.ts +37 -46
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +16 -16
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -19
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -9
- package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -33
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +16 -16
- package/es/components/form-render/src/FormRender.vue.d.ts +16 -16
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +16 -16
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/components/renderer/complex.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +2 -4
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +0 -3
- package/es/components/iho-table/src/IhoTable.vue.d.ts +0 -3
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +4 -4
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +7 -20
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -18
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +0 -1
- package/es/components/iho-table/src/utils/index.d.ts +0 -1
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -8
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +156 -3799
- package/es/components/info-header/src/InfoHeader.vue.d.ts +156 -3800
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +1 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +139 -2669
- package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +0 -745
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
- package/es/components/info-header/src/types/index.d.ts +3 -17
- package/es/components/info-header/style/index.css +1 -1
- package/es/components/keyboard/index.d.ts +2 -4
- package/es/components/keyboard/src/Keyboard.vue.d.ts +2 -4
- package/es/components/keyboard/src/Keyboard.vue.js +1 -1
- package/es/components/keyboard/style/index.css +1 -1
- package/es/components/recommend-search/index.d.ts +2 -2
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +2 -2
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +116 -69
- package/es/components/search-cascader/index.d.ts +2 -2
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +2 -2
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
- package/es/components/select-label/index.d.ts +169 -70
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +53 -1
- package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +116 -70
- package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.js +1 -1
- package/es/components/select-label/style/index.css +1 -1
- package/es/components/select-person/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +17 -17
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +17 -17
- package/es/components/steps-wheel/index.d.ts +0 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +0 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/table-filter/index.d.ts +2385 -0
- package/es/components/table-filter/index.js +1 -1
- package/es/components/{base-search/src/index.vue.d.ts → table-filter/src/base-search-com/BaseSearch.vue.d.ts} +91 -26
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -0
- package/es/components/{classification/src/index.vue.d.ts → table-filter/src/classification/Classification-com.vue.d.ts} +291 -57
- package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +0 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +42 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/enums.d.ts +8 -0
- package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +1 -2
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/{classification → table-filter}/src/components/search-filter/index.vue.d.ts +93 -10
- package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
- package/es/components/{classification → table-filter}/src/components/set-classification/index.vue.d.ts +130 -5
- package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
- package/es/components/{classification → table-filter}/src/components/table-modal/index.vue.d.ts +42 -0
- package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
- package/es/components/table-filter/src/const/index.d.ts +5 -0
- package/es/components/table-filter/src/const/index.js +1 -0
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +1 -4
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +54 -1
- package/es/components/table-filter/src/hooks/useMixins.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +8 -0
- package/es/components/table-filter/src/hooks/useTableSearchCon.js +1 -0
- package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +12 -0
- package/es/components/table-filter/src/hooks/useWordBookutils.js +1 -0
- package/es/components/{quick-search/src/index.vue.d.ts → table-filter/src/quick-search/QuickSearch.vue.d.ts} +120 -31
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -0
- package/es/components/table-filter/src/tool/generateDefOptions.js +1 -1
- package/es/components/table-filter/src/tool/time-domain.d.ts +39 -0
- package/es/components/table-filter/src/tool/time-domain.js +1 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +37 -1
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/tool/utils.d.ts +4 -0
- package/es/components/table-filter/src/tool/utils.js +1 -0
- package/es/components/table-filter/src/types/enums.d.ts +0 -1
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +169 -13
- package/es/components/table-filter/style/index.css +1 -0
- package/es/shared/utils/index.d.ts +0 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
- package/es/components/base-search/index.d.ts +0 -293
- package/es/components/base-search/index.js +0 -1
- package/es/components/base-search/src/index.vue.js +0 -1
- package/es/components/base-search/style/iconfont.ttf +0 -0
- package/es/components/base-search/style/index.css +0 -1
- package/es/components/button-print/src/api.d.ts +0 -3
- package/es/components/button-print/src/api.js +0 -1
- package/es/components/classification/index.d.ts +0 -995
- package/es/components/classification/index.js +0 -1
- package/es/components/classification/src/components/search-filter/index.vue.js +0 -1
- package/es/components/classification/src/components/set-classification/index.vue.js +0 -1
- package/es/components/classification/src/components/table-modal/index.vue.js +0 -1
- package/es/components/classification/src/const/index.d.ts +0 -2
- package/es/components/classification/src/const/index.js +0 -1
- package/es/components/classification/src/index.vue.js +0 -1
- package/es/components/classification/style/iconfont.ttf +0 -0
- package/es/components/classification/style/index.css +0 -1
- package/es/components/config-provider/index.d.ts +0 -14
- package/es/components/config-provider/index.js +0 -1
- package/es/components/config-provider/src/ConfigProvider.d.ts +0 -14
- package/es/components/config-provider/src/ConfigProvider.js +0 -1
- package/es/components/config-provider/src/interface.d.ts +0 -19
- package/es/components/config-provider/src/interface.js +0 -1
- package/es/components/config-provider/src/utils/index.d.ts +0 -2
- package/es/components/config-provider/src/utils/index.js +0 -1
- package/es/components/date-picker/index.d.ts +0 -20
- package/es/components/date-picker/index.js +0 -1
- package/es/components/date-picker/src/DatePicker.vue.d.ts +0 -20
- package/es/components/date-picker/src/DatePicker.vue.js +0 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +0 -1842
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.js +0 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +0 -1972
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.js +0 -1
- package/es/components/info-header/src/constants/index.d.ts +0 -4
- package/es/components/info-header/src/constants/index.js +0 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +0 -4
- package/es/components/info-header/src/hooks/useThemeOverrides.js +0 -1
- package/es/components/keyboard/src/constants/index.d.ts +0 -2
- package/es/components/keyboard/src/constants/index.js +0 -1
- package/es/components/quick-search/index.d.ts +0 -713
- package/es/components/quick-search/index.js +0 -1
- package/es/components/quick-search/src/index.vue.js +0 -1
- package/es/components/quick-search/style/index.css +0 -1
- package/es/components/select-label/style/iconfont.ttf +0 -0
- package/es/components/steps-wheel/src/constants/index.d.ts +0 -2
- package/es/components/steps-wheel/src/constants/index.js +0 -1
- package/es/components/time-picker/index.d.ts +0 -18
- package/es/components/time-picker/index.js +0 -1
- package/es/components/time-picker/src/TimePicker.vue.d.ts +0 -18
- package/es/components/time-picker/src/TimePicker.vue.js +0 -1
- package/es/shared/mixins/index.d.ts +0 -1
- package/es/shared/mixins/index.js +0 -1
- package/es/shared/mixins/useTheme.d.ts +0 -3
- package/es/shared/mixins/useTheme.js +0 -1
- /package/es/components/{classification → table-filter}/src/directive/flexibleResize.d.ts +0 -0
- /package/es/components/{classification → table-filter}/src/directive/flexibleResize.js +0 -0
- /package/es/components/{base-search → table-filter}/src/directive/resize.d.ts +0 -0
- /package/es/components/{base-search → table-filter}/src/directive/resize.js +0 -0
- /package/es/components/table-filter/src/tool/{baseOptions.d.ts → options.d.ts} +0 -0
- /package/es/components/table-filter/src/tool/{baseOptions.js → options.js} +0 -0
- /package/es/components/{base-search → table-filter}/src/tool/resizeSensor.d.ts +0 -0
- /package/es/components/{base-search → table-filter}/src/tool/resizeSensor.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,computed as t,
|
|
1
|
+
import{defineComponent as e,computed as t,openBlock as a,createElementBlock as n,renderSlot as i,createVNode as r,unref as o,withCtx as s,mergeProps as f,createElementVNode as l,toDisplayString as p,createCommentVNode as d,Fragment as c,renderList as u,createBlock as v,resolveDynamicComponent as _,createTextVNode as I}from"vue";import{isArray as g,isString as m}from"lodash-es";import{NPopover as h,NImage as w,NTag as x,NEllipsis as y}from"naive-ui";import k from"../../../../../_virtual/plugin-vue_export-helper.js";const b={class:"c-info-header__patient"},H={class:"c-info-header__patientHeader"},L={key:0,class:"c-info-header__patientHeader--name"},P={key:1,class:"c-info-header__patientHeader--sex"},$={key:2,class:"c-info-header__patientHeader--age"};var j=k(e({__name:"index",props:{patientInfo:{default:()=>({})}},setup(e){const k=e,j=t((()=>k.patientInfo&&g(k.patientInfo.tagList)?k.patientInfo.tagList.filter((e=>e.render||m(e.content)&&e.content)):[]));function z({type:e="warning"}){return{color:{warning:"#fcc200",info:"rgba(45, 122, 255, 0.1)"}[e],textColor:{warning:"#fff",info:"#2563F4"}[e]}}return(t,g)=>(a(),n("section",b,[i(t.$slots,"avatarModule",{},(()=>[i(t.$slots,"avatar",{},(()=>[r(o(h),null,{trigger:s((()=>[r(o(w),f({style:{"border-radius":"50%"},width:40,height:40,"preview-disabled":"",src:e.patientInfo.avatar},e.patientInfo.avatarProps),null,16,["src"])])),default:s((()=>[r(o(w),f({width:200,"preview-disabled":"",src:e.patientInfo.avatarPreview||e.patientInfo.avatar},e.patientInfo.avatarPreviewProps),null,16,["src"])])),_:1})])),l("section",null,[l("header",H,[e.patientInfo.name?(a(),n("div",L,p(e.patientInfo.name),1)):d("v-if",!0),e.patientInfo.sex?(a(),n("div",P,"/ "+p(e.patientInfo.sex),1)):d("v-if",!0),null!=e.patientInfo.age?(a(),n("div",$," / "+p(e.patientInfo.age)+p(e.patientInfo.ageUnit||"岁"),1)):d("v-if",!0),i(t.$slots,"tags",{tagList:o(j)},(()=>[(a(!0),n(c,null,u(e.patientInfo.tagList||[],(e=>(a(),v(o(x),f({key:e.content,size:"medium",bordered:!1,color:z(e)},e),{default:s((()=>[e.render?(a(),v(_(e.render),{key:0})):(a(),v(o(y),{key:1,style:{"max-width":"96px"}},{default:s((()=>[I(p(e.content),1)])),_:2},1024))])),_:2},1040,["color"])))),128))]))]),i(t.$slots,"avatarInfo")])]))]))}}),[["__file","index.vue"]]);export{j as default};
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { FieldItem, FormRenderExpose } from '../../../../../es/components/form-render';
|
|
1
|
+
import { FieldItem } from '../../../../../es/components/form-render';
|
|
3
2
|
export declare namespace InfoHeaderTypes {
|
|
4
3
|
type InfoItem = Partial<{
|
|
5
|
-
slot: string | ((
|
|
6
|
-
width: unknown;
|
|
7
|
-
item: InfoItem;
|
|
8
|
-
}) => any) | Component;
|
|
4
|
+
slot: string | (() => any);
|
|
9
5
|
tip: string;
|
|
10
|
-
|
|
11
|
-
formField: Partial<FieldItem>;
|
|
12
|
-
edit: boolean;
|
|
6
|
+
formField: FieldItem;
|
|
13
7
|
[K: string]: any;
|
|
14
8
|
}>;
|
|
15
9
|
type PatientTag = Partial<{
|
|
@@ -27,17 +21,9 @@ export declare namespace InfoHeaderTypes {
|
|
|
27
21
|
avatarProps: string;
|
|
28
22
|
avatarPreviewProps: string;
|
|
29
23
|
name: string;
|
|
30
|
-
nameProps: Partial<FieldItem>;
|
|
31
24
|
sex: string;
|
|
32
|
-
sexProps: Partial<FieldItem>;
|
|
33
25
|
age: string;
|
|
34
|
-
ageProps: Partial<FieldItem>;
|
|
35
26
|
ageUnit: string;
|
|
36
|
-
ageUnitProps: Partial<FieldItem>;
|
|
37
27
|
tagList: PatientTag[];
|
|
38
28
|
}>;
|
|
39
29
|
}
|
|
40
|
-
export declare type InfoHeaderExpose = {
|
|
41
|
-
update(): void;
|
|
42
|
-
$formRender: FormRenderExpose | undefined;
|
|
43
|
-
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.c-info-header{align-items:center;background:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,69%,.46);display:flex;gap:18px;
|
|
1
|
+
.c-info-header{align-items:center;background:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,69%,.46);display:flex;gap:18px;justify-content:space-between;padding:8px 16px}@font-face{font-family:iconfont;src:url(iconfont.ttf) format("truetype")}.c-info-header .iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family: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__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{align-items:center;display:flex;gap:6px}.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) + 16)*1px);margin:-8px 0;max-height:calc((var(--row-height)*var(--row-num) + 16)*1px)}.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);padding-bottom:0!important;vertical-align:middle!important}.c-info-header__info .n-descriptions-table-content__label{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 .iconfont{color:#000;display:inline-block;font-size:20px;transition:all .2s ease-in-out}.c-info-header.is-compact [compact-hidden]{display:none!important}.c-info-header.is-compact .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(0deg)}.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}
|
|
@@ -37,7 +37,6 @@ declare const Keyboard: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
37
37
|
ENGLISHOTHERKEY: string[];
|
|
38
38
|
ENGLISHKEYS: string[];
|
|
39
39
|
ENGLISHKEYS_: string[];
|
|
40
|
-
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
41
40
|
toSelectInputContent: import("vue").Ref<number>;
|
|
42
41
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
43
42
|
mode: {
|
|
@@ -87,13 +86,12 @@ declare const Keyboard: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
87
86
|
drag: boolean;
|
|
88
87
|
onChange: (value: number) => void;
|
|
89
88
|
}>;
|
|
90
|
-
style: import("vue").ComputedRef<string>;
|
|
91
89
|
englishKeys: import("vue").Ref<string[]>;
|
|
92
90
|
popoverRef: import("vue").Ref<null>;
|
|
93
91
|
englishKeyboardRef: import("vue").Ref<HTMLElement | null>;
|
|
94
92
|
keyboardDragRef: import("vue").Ref<HTMLElement | null>;
|
|
95
93
|
currentValue: import("vue").Ref<any>;
|
|
96
|
-
|
|
94
|
+
style: import("vue").ComputedRef<string> | undefined;
|
|
97
95
|
init: () => import("vue").ComputedRef<string> | undefined;
|
|
98
96
|
keydown: (key: string | number) => void;
|
|
99
97
|
onChange: (value: number) => void;
|
|
@@ -332,8 +330,8 @@ declare const Keyboard: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
332
330
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
333
331
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
334
332
|
}, {
|
|
335
|
-
drag: boolean;
|
|
336
333
|
mode: "number" | "day" | "dose" | "english";
|
|
334
|
+
drag: boolean;
|
|
337
335
|
positionInitialValue: import("@vueuse/core").Position;
|
|
338
336
|
panel: boolean;
|
|
339
337
|
moveOffset: import("@vueuse/core").Position;
|
|
@@ -38,7 +38,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
ENGLISHOTHERKEY: string[];
|
|
39
39
|
ENGLISHKEYS: string[];
|
|
40
40
|
ENGLISHKEYS_: string[];
|
|
41
|
-
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
42
41
|
toSelectInputContent: import("vue").Ref<number>;
|
|
43
42
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
44
43
|
mode: {
|
|
@@ -88,13 +87,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
87
|
drag: boolean;
|
|
89
88
|
onChange: (value: number) => void;
|
|
90
89
|
}>;
|
|
91
|
-
style: import("vue").ComputedRef<string>;
|
|
92
90
|
englishKeys: import("vue").Ref<string[]>;
|
|
93
91
|
popoverRef: import("vue").Ref<null>;
|
|
94
92
|
englishKeyboardRef: import("vue").Ref<HTMLElement | null>;
|
|
95
93
|
keyboardDragRef: import("vue").Ref<HTMLElement | null>;
|
|
96
94
|
currentValue: import("vue").Ref<any>;
|
|
97
|
-
|
|
95
|
+
style: import("vue").ComputedRef<string> | undefined;
|
|
98
96
|
init: () => import("vue").ComputedRef<string> | undefined;
|
|
99
97
|
keydown: (key: string | number) => void;
|
|
100
98
|
onChange: (value: number) => void;
|
|
@@ -333,8 +331,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
333
331
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
334
332
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
335
333
|
}, {
|
|
336
|
-
drag: boolean;
|
|
337
334
|
mode: "number" | "day" | "dose" | "english";
|
|
335
|
+
drag: boolean;
|
|
338
336
|
positionInitialValue: Position;
|
|
339
337
|
panel: boolean;
|
|
340
338
|
moveOffset: Position;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,ref as l,provide as t,computed as
|
|
1
|
+
import{defineComponent as e,ref as l,provide as t,computed as n,unref as o,openBlock as a,createBlock as u,withCtx as i,createVNode as r,normalizeProps as s,mergeProps as d,createElementBlock as f,normalizeClass as c,normalizeStyle as p,createElementVNode as v,Fragment as m,renderList as y,createCommentVNode as g,createTextVNode as k,toDisplayString as h}from"vue";import{NPopover as w,NInputNumber as V,NSpace as b,NIcon as _}from"naive-ui";import{Close as x,GitCompareOutline as O,ArrowUndoSharp as C}from"@vicons/ionicons5";import S from"./components/NumberPanel.vue.js";import{useDraggable as I}from"@vueuse/core";import j from"../../../_virtual/plugin-vue_export-helper.js";const D=v("span",null,"键盘",-1),K={class:"keys"},N=["onClick"];var R=j(e({__name:"Keyboard",props:{mode:{type:String,default:"english"},drag:{type:Boolean,default:!1},positionInitialValue:{type:Object,default:()=>({x:0,y:0})},defaultValue:{type:Number},value:{type:Number},panel:{type:Boolean,default:!0},moveOffset:{type:Object,default:()=>({x:0,y:0})}},emits:["change","keydown"],setup(e,{expose:j,emit:R}){const U=e,B="QWERTYUIOPASDFGHJKLZXCVBNM.",E=["Switch"," ","Undo","Enter"],F=B.split("").concat(E),M=B.split(".")[0].split("").sort().concat(["."],E);let P=l(Date.now());t("toSelectInputContent",P);const Q=n((()=>"english"===U.mode)),A=n((()=>({mode:U.mode,defaultValue:U.defaultValue,value:U.value,positionInitialValue:U.positionInitialValue,moveOffset:U.moveOffset,drag:U.drag,onChange:Y}))),G=l(F.slice()),H=l(null),J=l(null),L=l(null),T=l(),W=function(){U.defaultValue&&(T.value=U.defaultValue);if(Q.value&&U.drag){const{x:e,y:l,style:t}=I(J,{initialValue:U.positionInitialValue,preventDefault:!0,handle:L,onMove:(e,l)=>{var t,n,o,a;e.x+=null!=(n=null==(t=U.moveOffset)?void 0:t.x)?n:0,e.y+=null!=(a=null==(o=U.moveOffset)?void 0:o.y)?a:0}});return t}}();function X(e){"Switch"!==e?R("keydown",e):G.value="Q"===G.value[0]?M.slice():F.slice()}function Y(e){var l,t;null==(t=null==(l=H.value)?void 0:l.setShow)||t.call(l,!1),T.value=e,R("change",e)}return j({select:function(){P.value=Date.now()}}),(l,t)=>o(Q)||e.panel?!o(Q)&&e.panel?(a(),u(S,s(d({key:1},o(A))),null,16)):(a(),f("div",{key:2,class:c(["c-keyboard-english",{isFixed:e.drag}]),ref_key:"englishKeyboardRef",ref:J,style:p(o(W))},[r(o(b),{"wrap-item":!1,align:"center",justify:"space-between",ref_key:"keyboardDragRef",ref:L,style:p({cursor:e.drag?"move":"default"})},{default:i((()=>[D,r(o(_),{onClick:t[1]||(t[1]=e=>X("close")),component:o(x)},null,8,["component"])])),_:1},8,["style"]),v("div",K,[(a(!0),f(m,null,y(G.value,((e,l)=>(a(),f("span",{key:e,class:c(["key"+l]),onClick:l=>X(e)},["Switch"===e?(a(),u(o(_),{key:0,component:o(O)},null,8,["component"])):g("v-if",!0),"Undo"===e?(a(),u(o(_),{key:1,component:o(C)},null,8,["component"])):g("v-if",!0),k(" "+h(E.includes(e)&&"Enter"!==e?""===e?"空格":"":e),1)],10,N)))),128))])],6)):(a(),u(o(w),{key:0,ref_key:"popoverRef",ref:H,trigger:"click","show-arrow":!1,placement:"bottom-start",style:{padding:"0"},"display-directive":"show"},{trigger:i((()=>[r(o(V),{value:T.value,"onUpdate:value":t[0]||(t[0]=e=>T.value=e),"show-button":!1},null,8,["value"])])),default:i((()=>[r(S,{mode:e.mode,defaultValue:e.defaultValue,onChange:Y},null,8,["mode","defaultValue"])])),_:1},512))}}),[["__file","Keyboard.vue"]]);export{R as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.c-keyboard span,.c-keyboard-english .keys span{cursor:pointer}.c-keyboard{background:#fff;display:flex;height:160px}.c-keyboard.isFixed{position:fixed;z-index:1}.c-keyboard .btn{align-items:center;background:linear-gradient(180deg,#fff,#f2f2f2);border-radius:2px;box-shadow:0 2px 2px #00000036;box-sizing:border-box;display:inline-flex;font-size:14px;justify-content:center;text-align:center}.c-keyboard .btn:hover{background
|
|
1
|
+
.c-keyboard span,.c-keyboard-english .keys span{cursor:pointer}.c-keyboard{background:#fff;display:flex;height:160px}.c-keyboard.isFixed{position:fixed;z-index:1}.c-keyboard .btn{align-items:center;background:linear-gradient(180deg,#fff,#f2f2f2);border-radius:2px;box-shadow:0 2px 2px #00000036;box-sizing:border-box;display:inline-flex;font-size:14px;justify-content:center;text-align:center}.c-keyboard .btn:hover{background:#2474ff33;border:1px solid #2474ff}.c-keyboard .btn:active{background:#2474ff;color:#fff}.c-keyboard .btn:hover{box-shadow:none}.c-keyboard .n-space{gap:unset!important}.c-keyboard .margin-offset{margin:-4px 0 0 -4px}.c-keyboard .left{box-sizing:border-box;padding:6px;width:128px}.c-keyboard .left.isDose{width:158px}.c-keyboard .left .n-input{height:28px;width:100%}.c-keyboard .left .n-input .n-input__input-el{height:28px}.c-keyboard .left .keys{display:flex;margin-top:5px}.c-keyboard .left .keys span{align-items:center;background-color:#e8e8e8;border-radius:2px;box-sizing:border-box;display:inline-flex;font-size:14px;height:26px;justify-content:center;margin:4px 0 0 4px;text-align:center;width:26px}.c-keyboard .left .keys span:hover{background:#2474ff33;border:1px solid #2474ff}.c-keyboard .left .keys span:active{background:#2474ff;color:#fff}.c-keyboard .left .keys span.opt{height:56px}.c-keyboard .left .keys span.is-0{width:56px}.c-keyboard .right-days,.c-keyboard .right-dose{border-left:1px solid #d5d5d5}.c-keyboard .right-days{padding:0 12px}.c-keyboard .right-days .btn{height:26px;margin-top:8px;width:56px}.c-keyboard .right-days .btn:first-child{margin-top:0}.c-keyboard .right-dose{padding:5px 12px 5px 5px}.c-keyboard .right-dose .btn{height:32px;width:100px}.c-keyboard .right-dose .btns{display:flex;flex-flow:column nowrap;height:100%;margin-right:8px;overflow-y:scroll;padding-right:6px}.c-keyboard .right-dose .btns .btn{height:20px;margin-top:4px;width:40px}.c-keyboard .right-dose .btns::-webkit-scrollbar{height:1px;width:2px}.c-keyboard .right-dose .btns::-webkit-scrollbar-track{background:#d8d8d8;border-radius:2px;box-shadow:inset 0 0 5px #fff}.c-keyboard .right-dose .btns::-webkit-scrollbar-thumb{background:#535353;border-radius:2px;box-shadow:inset 0 0 5px #fff}.c-keyboard .right-dose .inputs{align-items:center;display:flex;margin-bottom:8px}.c-keyboard .right-dose .inputs .n-input{height:32px;width:46px}.c-keyboard .right-dose .inputs .n-input .n-input__input-el{height:32px}.c-keyboard .right-dose .inputs .inputs-right{margin-left:8px}.c-keyboard .n-input .n-input-wrapper{padding-right:5px}.c-keyboard .n-input .n-input-wrapper .n-input__suffix{line-height:0}.c-keyboard .n-input .n-input-wrapper .n-input__suffix .n-space .n-icon{cursor:pointer}.c-keyboard-english{background:#fff;box-sizing:border-box;padding:10px 6px;width:308px}.c-keyboard-english.isFixed{position:fixed;z-index:1}.c-keyboard-english .n-space span{font-size:12px}.c-keyboard-english .n-space .n-icon{cursor:pointer}.c-keyboard-english .keys{display:flex;flex-flow:row wrap;margin:1px 0 0 -4px}.c-keyboard-english .keys span{align-items:center;background-color:#e8e8e8;border-radius:2px;box-sizing:border-box;display:inline-flex;font-size:14px;height:26px;justify-content:center;margin:4px 0 0 4px;text-align:center;width:26px}.c-keyboard-english .keys span:hover{background:#2474ff33;border:1px solid #2474ff}.c-keyboard-english .keys span:active{background:#2474ff;color:#fff}.c-keyboard-english .keys span.key10,.c-keyboard-english .keys span.key27{margin-left:16px}.c-keyboard-english .keys span.key26{margin-right:25px}.c-keyboard-english .keys span.key19{margin-left:31px}.c-keyboard-english .keys span.key28{width:146px}.c-keyboard-english .keys span.key30{width:56px}
|
|
@@ -736,9 +736,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
736
736
|
}, {
|
|
737
737
|
options: import("../../../es/shared/types").AnyObject[];
|
|
738
738
|
placeholder: string;
|
|
739
|
-
valueKey: string;
|
|
740
739
|
editPlaceholder: string;
|
|
741
740
|
labelKey: string;
|
|
741
|
+
valueKey: string;
|
|
742
742
|
commonList: import("./src/types").RecommendItem[];
|
|
743
743
|
recentList: import("./src/types").RecommendItem[];
|
|
744
744
|
}>;
|
|
@@ -804,10 +804,10 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
804
804
|
}, {
|
|
805
805
|
options: import("../../../es/shared/types").AnyObject[];
|
|
806
806
|
mode: "input" | "select";
|
|
807
|
-
valueKey: string;
|
|
808
807
|
clearable: boolean;
|
|
809
808
|
editPlaceholder: string;
|
|
810
809
|
labelKey: string;
|
|
810
|
+
valueKey: string;
|
|
811
811
|
commonList: import("./src/types").RecommendItem[];
|
|
812
812
|
recentList: import("./src/types").RecommendItem[];
|
|
813
813
|
recommendDeletable: boolean;
|
|
@@ -738,9 +738,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
738
738
|
}, {
|
|
739
739
|
options: AnyObject[];
|
|
740
740
|
placeholder: string;
|
|
741
|
-
valueKey: string;
|
|
742
741
|
editPlaceholder: string;
|
|
743
742
|
labelKey: string;
|
|
743
|
+
valueKey: string;
|
|
744
744
|
commonList: RecommendItem[];
|
|
745
745
|
recentList: RecommendItem[];
|
|
746
746
|
}>;
|
|
@@ -806,10 +806,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
806
806
|
}, {
|
|
807
807
|
options: AnyObject[];
|
|
808
808
|
mode: "input" | "select";
|
|
809
|
-
valueKey: string;
|
|
810
809
|
clearable: boolean;
|
|
811
810
|
editPlaceholder: string;
|
|
812
811
|
labelKey: string;
|
|
812
|
+
valueKey: string;
|
|
813
813
|
commonList: RecommendItem[];
|
|
814
814
|
recentList: RecommendItem[];
|
|
815
815
|
recommendDeletable: boolean;
|
|
@@ -291,9 +291,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
291
291
|
}, {
|
|
292
292
|
options: AnyObject[];
|
|
293
293
|
placeholder: string;
|
|
294
|
-
valueKey: string;
|
|
295
294
|
editPlaceholder: string;
|
|
296
295
|
labelKey: string;
|
|
296
|
+
valueKey: string;
|
|
297
297
|
commonList: RecommendItem[];
|
|
298
298
|
recentList: RecommendItem[];
|
|
299
299
|
}>;
|
|
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
onOnClose?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
70
70
|
}, {
|
|
71
|
-
visible: boolean;
|
|
72
71
|
closable: boolean;
|
|
72
|
+
visible: boolean;
|
|
73
73
|
modalWidth: string;
|
|
74
74
|
modalHeight: string;
|
|
75
75
|
title: string | Function;
|
|
@@ -498,107 +498,83 @@ export declare const componentMap: {
|
|
|
498
498
|
}>>;
|
|
499
499
|
LABEL: import("vue").ShallowRef<import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
500
500
|
selectedList: {
|
|
501
|
-
type:
|
|
501
|
+
type: ArrayConstructor;
|
|
502
|
+
required: false;
|
|
502
503
|
default: () => never[];
|
|
503
504
|
};
|
|
504
505
|
item: {
|
|
505
|
-
type:
|
|
506
|
+
type: null;
|
|
507
|
+
required: false;
|
|
506
508
|
default: () => {};
|
|
507
509
|
};
|
|
508
510
|
isDetail: {
|
|
509
511
|
type: BooleanConstructor;
|
|
512
|
+
required: false;
|
|
510
513
|
default: boolean;
|
|
511
514
|
};
|
|
512
515
|
isLock: {
|
|
513
516
|
type: BooleanConstructor;
|
|
517
|
+
required: false;
|
|
514
518
|
default: boolean;
|
|
515
519
|
};
|
|
516
520
|
sourceType: {
|
|
517
521
|
type: StringConstructor;
|
|
522
|
+
required: false;
|
|
518
523
|
default: string;
|
|
519
524
|
};
|
|
520
|
-
explicit: {
|
|
521
|
-
type: BooleanConstructor;
|
|
522
|
-
default: boolean;
|
|
523
|
-
};
|
|
524
525
|
getLabelList: {
|
|
525
526
|
type: FunctionConstructor;
|
|
527
|
+
required: false;
|
|
526
528
|
default: () => Promise<{
|
|
527
529
|
rows: never[];
|
|
528
530
|
}>;
|
|
529
531
|
};
|
|
532
|
+
explicit: {
|
|
533
|
+
type: BooleanConstructor;
|
|
534
|
+
required: false;
|
|
535
|
+
default: boolean;
|
|
536
|
+
};
|
|
537
|
+
explicitHeiht: {
|
|
538
|
+
type: StringConstructor;
|
|
539
|
+
required: false;
|
|
540
|
+
default: string;
|
|
541
|
+
};
|
|
530
542
|
queryCommonlabels: {
|
|
531
543
|
type: FunctionConstructor;
|
|
544
|
+
required: false;
|
|
532
545
|
default: () => Promise<{
|
|
533
546
|
data: {};
|
|
534
547
|
}>;
|
|
535
548
|
};
|
|
536
549
|
deleteLabel: {
|
|
537
550
|
type: FunctionConstructor;
|
|
551
|
+
required: false;
|
|
538
552
|
default: () => Promise<{
|
|
539
553
|
status: boolean;
|
|
540
554
|
}>;
|
|
541
555
|
};
|
|
542
556
|
saveLabelItem: {
|
|
543
557
|
type: FunctionConstructor;
|
|
558
|
+
required: false;
|
|
544
559
|
default: () => Promise<{
|
|
545
560
|
status: boolean;
|
|
546
561
|
}>;
|
|
547
562
|
};
|
|
548
563
|
}, {
|
|
549
|
-
props:
|
|
550
|
-
selectedList:
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
type: BooleanConstructor;
|
|
564
|
-
default: boolean;
|
|
565
|
-
};
|
|
566
|
-
sourceType: {
|
|
567
|
-
type: StringConstructor;
|
|
568
|
-
default: string;
|
|
569
|
-
};
|
|
570
|
-
explicit: {
|
|
571
|
-
type: BooleanConstructor;
|
|
572
|
-
default: boolean;
|
|
573
|
-
};
|
|
574
|
-
getLabelList: {
|
|
575
|
-
type: FunctionConstructor;
|
|
576
|
-
default: () => Promise<{
|
|
577
|
-
rows: never[];
|
|
578
|
-
}>;
|
|
579
|
-
};
|
|
580
|
-
queryCommonlabels: {
|
|
581
|
-
type: FunctionConstructor;
|
|
582
|
-
default: () => Promise<{
|
|
583
|
-
data: {};
|
|
584
|
-
}>;
|
|
585
|
-
};
|
|
586
|
-
deleteLabel: {
|
|
587
|
-
type: FunctionConstructor;
|
|
588
|
-
default: () => Promise<{
|
|
589
|
-
status: boolean;
|
|
590
|
-
}>;
|
|
591
|
-
};
|
|
592
|
-
saveLabelItem: {
|
|
593
|
-
type: FunctionConstructor;
|
|
594
|
-
default: () => Promise<{
|
|
595
|
-
status: boolean;
|
|
596
|
-
}>;
|
|
597
|
-
};
|
|
598
|
-
}>> & {
|
|
599
|
-
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
600
|
-
}>>;
|
|
601
|
-
emit: (event: "onChange", ...args: any[]) => void;
|
|
564
|
+
props: {
|
|
565
|
+
selectedList: any[];
|
|
566
|
+
item: any;
|
|
567
|
+
isDetail: boolean;
|
|
568
|
+
isLock: boolean;
|
|
569
|
+
sourceType: string;
|
|
570
|
+
getLabelList: Function;
|
|
571
|
+
explicit: boolean;
|
|
572
|
+
explicitHeiht: string;
|
|
573
|
+
queryCommonlabels: Function;
|
|
574
|
+
deleteLabel: Function;
|
|
575
|
+
saveLabelItem: Function;
|
|
576
|
+
};
|
|
577
|
+
emit: (event: "onChange" | "scaleChange" | "vodFileList", ...args: any[]) => void;
|
|
602
578
|
labelFormContentRef: any;
|
|
603
579
|
state: {
|
|
604
580
|
labelVisible: boolean;
|
|
@@ -615,6 +591,7 @@ export declare const componentMap: {
|
|
|
615
591
|
};
|
|
616
592
|
updateCommonChecked: (value: boolean, item: any) => void;
|
|
617
593
|
item_is_edit: import("vue").ComputedRef<any>;
|
|
594
|
+
titleRender: () => JSX.Element;
|
|
618
595
|
hadleCommonlabels: (commonLabelList: any[], selectList: any[]) => void;
|
|
619
596
|
getCommonlabelsList: (type: any) => Promise<void>;
|
|
620
597
|
closeTag: (d: {
|
|
@@ -751,6 +728,58 @@ export declare const componentMap: {
|
|
|
751
728
|
anchorGetContainer: () => any;
|
|
752
729
|
handleResetOptions: () => void;
|
|
753
730
|
hanldeSetLabelItem: (id: string | number, status: boolean) => void;
|
|
731
|
+
NTabs: any;
|
|
732
|
+
NTabPane: import("vue").DefineComponent<{
|
|
733
|
+
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
734
|
+
[key: string]: any;
|
|
735
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
736
|
+
readonly name: {
|
|
737
|
+
readonly type: import("vue").PropType<string | number>;
|
|
738
|
+
readonly required: true;
|
|
739
|
+
};
|
|
740
|
+
readonly disabled: BooleanConstructor;
|
|
741
|
+
readonly displayDirective: {
|
|
742
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
743
|
+
readonly default: "if";
|
|
744
|
+
};
|
|
745
|
+
readonly closable: {
|
|
746
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
747
|
+
readonly default: undefined;
|
|
748
|
+
};
|
|
749
|
+
readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
|
|
750
|
+
readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
751
|
+
[key: string]: any;
|
|
752
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
753
|
+
}, {
|
|
754
|
+
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
755
|
+
class: import("vue").Ref<string | undefined>;
|
|
756
|
+
mergedClsPrefix: import("vue").Ref<string>;
|
|
757
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
758
|
+
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
759
|
+
[key: string]: any;
|
|
760
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
761
|
+
readonly name: {
|
|
762
|
+
readonly type: import("vue").PropType<string | number>;
|
|
763
|
+
readonly required: true;
|
|
764
|
+
};
|
|
765
|
+
readonly disabled: BooleanConstructor;
|
|
766
|
+
readonly displayDirective: {
|
|
767
|
+
readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
|
|
768
|
+
readonly default: "if";
|
|
769
|
+
};
|
|
770
|
+
readonly closable: {
|
|
771
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
772
|
+
readonly default: undefined;
|
|
773
|
+
};
|
|
774
|
+
readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
|
|
775
|
+
readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
776
|
+
[key: string]: any;
|
|
777
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
778
|
+
}>>, {
|
|
779
|
+
readonly disabled: boolean;
|
|
780
|
+
readonly closable: boolean | undefined;
|
|
781
|
+
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
782
|
+
}>;
|
|
754
783
|
NAnchor: any;
|
|
755
784
|
NAnchorLink: import("vue").DefineComponent<{
|
|
756
785
|
readonly title: StringConstructor;
|
|
@@ -949,71 +978,89 @@ export declare const componentMap: {
|
|
|
949
978
|
item: any;
|
|
950
979
|
isLock: boolean;
|
|
951
980
|
sourceType: string;
|
|
952
|
-
explicit: boolean;
|
|
953
981
|
getLabelList: Function;
|
|
982
|
+
explicit: boolean;
|
|
954
983
|
deleteLabel: Function;
|
|
955
984
|
saveLabelItem: Function;
|
|
956
985
|
}>;
|
|
957
986
|
handleLabelColor: typeof import("../../../../shared/utils/vexutils").handleLabelColor;
|
|
958
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onChange"[], "onChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
987
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onChange" | "scaleChange" | "vodFileList")[], "onChange" | "scaleChange" | "vodFileList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
959
988
|
selectedList: {
|
|
960
|
-
type:
|
|
989
|
+
type: ArrayConstructor;
|
|
990
|
+
required: false;
|
|
961
991
|
default: () => never[];
|
|
962
992
|
};
|
|
963
993
|
item: {
|
|
964
|
-
type:
|
|
994
|
+
type: null;
|
|
995
|
+
required: false;
|
|
965
996
|
default: () => {};
|
|
966
997
|
};
|
|
967
998
|
isDetail: {
|
|
968
999
|
type: BooleanConstructor;
|
|
1000
|
+
required: false;
|
|
969
1001
|
default: boolean;
|
|
970
1002
|
};
|
|
971
1003
|
isLock: {
|
|
972
1004
|
type: BooleanConstructor;
|
|
1005
|
+
required: false;
|
|
973
1006
|
default: boolean;
|
|
974
1007
|
};
|
|
975
1008
|
sourceType: {
|
|
976
1009
|
type: StringConstructor;
|
|
1010
|
+
required: false;
|
|
977
1011
|
default: string;
|
|
978
1012
|
};
|
|
979
|
-
explicit: {
|
|
980
|
-
type: BooleanConstructor;
|
|
981
|
-
default: boolean;
|
|
982
|
-
};
|
|
983
1013
|
getLabelList: {
|
|
984
1014
|
type: FunctionConstructor;
|
|
1015
|
+
required: false;
|
|
985
1016
|
default: () => Promise<{
|
|
986
1017
|
rows: never[];
|
|
987
1018
|
}>;
|
|
988
1019
|
};
|
|
1020
|
+
explicit: {
|
|
1021
|
+
type: BooleanConstructor;
|
|
1022
|
+
required: false;
|
|
1023
|
+
default: boolean;
|
|
1024
|
+
};
|
|
1025
|
+
explicitHeiht: {
|
|
1026
|
+
type: StringConstructor;
|
|
1027
|
+
required: false;
|
|
1028
|
+
default: string;
|
|
1029
|
+
};
|
|
989
1030
|
queryCommonlabels: {
|
|
990
1031
|
type: FunctionConstructor;
|
|
1032
|
+
required: false;
|
|
991
1033
|
default: () => Promise<{
|
|
992
1034
|
data: {};
|
|
993
1035
|
}>;
|
|
994
1036
|
};
|
|
995
1037
|
deleteLabel: {
|
|
996
1038
|
type: FunctionConstructor;
|
|
1039
|
+
required: false;
|
|
997
1040
|
default: () => Promise<{
|
|
998
1041
|
status: boolean;
|
|
999
1042
|
}>;
|
|
1000
1043
|
};
|
|
1001
1044
|
saveLabelItem: {
|
|
1002
1045
|
type: FunctionConstructor;
|
|
1046
|
+
required: false;
|
|
1003
1047
|
default: () => Promise<{
|
|
1004
1048
|
status: boolean;
|
|
1005
1049
|
}>;
|
|
1006
1050
|
};
|
|
1007
1051
|
}>> & {
|
|
1008
1052
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
1053
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
1054
|
+
onVodFileList?: ((...args: any[]) => any) | undefined;
|
|
1009
1055
|
}, {
|
|
1010
|
-
selectedList:
|
|
1056
|
+
selectedList: unknown[];
|
|
1011
1057
|
item: any;
|
|
1012
1058
|
isDetail: boolean;
|
|
1013
1059
|
isLock: boolean;
|
|
1014
1060
|
sourceType: string;
|
|
1015
|
-
explicit: boolean;
|
|
1016
1061
|
getLabelList: Function;
|
|
1062
|
+
explicit: boolean;
|
|
1063
|
+
explicitHeiht: string;
|
|
1017
1064
|
queryCommonlabels: Function;
|
|
1018
1065
|
deleteLabel: Function;
|
|
1019
1066
|
saveLabelItem: Function;
|
|
@@ -165,9 +165,9 @@ declare const SearchCascader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
165
165
|
onNodeClick?: ((...args: any[]) => any) | undefined;
|
|
166
166
|
}, {
|
|
167
167
|
options: import("../../../es/shared/types").AnyObject[];
|
|
168
|
-
valueKey: string;
|
|
169
168
|
childKey: string;
|
|
170
169
|
labelKey: string;
|
|
170
|
+
valueKey: string;
|
|
171
171
|
}>;
|
|
172
172
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:show" | "update:value" | "focus")[], "focus" | "update:show" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
173
173
|
value: {
|
|
@@ -223,11 +223,11 @@ declare const SearchCascader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
223
223
|
show: boolean;
|
|
224
224
|
options: import("../../../es/shared/types").AnyObject[];
|
|
225
225
|
placeholder: string;
|
|
226
|
-
valueKey: string;
|
|
227
226
|
clearable: boolean;
|
|
228
227
|
childKey: string;
|
|
229
228
|
editPlaceholder: string;
|
|
230
229
|
labelKey: string;
|
|
230
|
+
valueKey: string;
|
|
231
231
|
checkAbleLevel: number | "last";
|
|
232
232
|
}>>;
|
|
233
233
|
export default SearchCascader;
|
|
@@ -167,9 +167,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
167
|
onNodeClick?: ((...args: any[]) => any) | undefined;
|
|
168
168
|
}, {
|
|
169
169
|
options: AnyObject[];
|
|
170
|
-
valueKey: string;
|
|
171
170
|
childKey: string;
|
|
172
171
|
labelKey: string;
|
|
172
|
+
valueKey: string;
|
|
173
173
|
}>;
|
|
174
174
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:show" | "update:value" | "focus")[], "focus" | "update:show" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
175
175
|
value: {
|
|
@@ -225,11 +225,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
225
225
|
show: boolean;
|
|
226
226
|
options: AnyObject[];
|
|
227
227
|
placeholder: string;
|
|
228
|
-
valueKey: string;
|
|
229
228
|
clearable: boolean;
|
|
230
229
|
childKey: string;
|
|
231
230
|
editPlaceholder: string;
|
|
232
231
|
labelKey: string;
|
|
232
|
+
valueKey: string;
|
|
233
233
|
checkAbleLevel: number | "last";
|
|
234
234
|
}>;
|
|
235
235
|
export default _default;
|