cnhis-design-vue 3.1.41-release.4 → 3.1.41-release.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
- package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
- package/es/components/field-set/index.d.ts +8 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -0
- 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 +6761 -45
- package/es/components/form-config/src/FormConfig.vue.d.ts +6902 -185
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +2 -2
- package/es/components/form-config/src/components/FormConfigCreator.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +4 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3414 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +2 -2
- package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +3 -3
- package/es/components/form-config/src/components/renderer/CloseButton.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +10 -10
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -6
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -3
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +4 -2
- package/es/components/form-config/src/hooks/useDataNormalize.js +1 -1
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
- package/es/components/form-config/src/types/index.d.ts +9 -2
- package/es/components/form-config/src/utils/index.d.ts +4 -1
- package/es/components/form-config/src/utils/index.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +2 -2
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/components/form-render/src/FormRender.vue.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +22 -21
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +0 -12
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
- package/es/components/form-render/src/hooks/useFormField.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
- package/es/components/form-render/src/types/index.d.ts +5 -3
- package/es/components/form-render/src/utils/dom.d.ts +2 -1
- package/es/components/form-render/src/utils/dom.js +1 -1
- package/es/components/iho-table/index.d.ts +5 -5
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +5 -5
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +85 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/{timeRendererPlugin.d.ts → timeRendererPlugin/index.d.ts} +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -0
- 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/colorRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +20 -11
- 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.js +1 -1
- package/es/components/info-header/index.d.ts +289 -155
- package/es/components/info-header/src/InfoHeader.vue.d.ts +293 -160
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/info-header/src/components/index.d.ts +3 -0
- package/es/components/info-header/src/components/index.js +1 -0
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +266 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +38 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -0
- package/es/components/info-header/src/types/index.d.ts +29 -0
- package/es/components/recommend-search/index.d.ts +10 -10
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
- package/es/components/scale-view/index.d.ts +1 -2
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -2
- package/es/components/scale-view/src/ScaleView.vue.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 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/components/scale-view/src/utils/judge-types.js +1 -1
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +3 -2
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
- package/es/components/table-filter/index.d.ts +902 -7615
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +44 -3313
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
- package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +461 -2810
- package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -7
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
- package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
- package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +843 -0
- package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
- package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
- package/es/components/table-filter/src/hooks/export.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useMixins.js +1 -1
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +51 -1190
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +4 -14
- package/es/components/table-filter/style/index.css +1 -1
- package/es/env.d.ts +24 -24
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/components/no-data/NoData.vue.d.ts +5 -0
- package/es/shared/components/no-data/NoData.vue.js +1 -1
- package/es/shared/utils/index.d.ts +16 -0
- package/es/shared/utils/index.js +1 -1
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +64 -64
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
- package/es/components/info-header/src/HiddenContent.vue.js +0 -1
- package/es/components/info-header/src/InfoEllipsis.vue.js +0 -1
- package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -90
- package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
- package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1469
- package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
- package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
- package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
- package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
- package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
- package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
- package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
- package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
- package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
- package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
- package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
- package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
- package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
- package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
- package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
- package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
- package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
- package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
- package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
- package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +0 -1651
- package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
- package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
- package/es/components/table-filter/src/const/dataOptions.d.ts +0 -36
- package/es/components/table-filter/src/const/dataOptions.js +0 -1
- package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
- package/es/components/table-filter/src/directive/preventReClick.js +0 -1
- package/es/components/info-header/src/{HiddenContent.vue.d.ts → components/infoDescription/HiddenContent.vue.d.ts} +2 -2
- package/es/components/info-header/src/{InfoEllipsis.vue.d.ts → components/infoDescription/InfoEllipsis.vue.d.ts} +1 -1
- /package/es/components/{iho-table/src/plugins/filterPlugin/types.js → info-header/src/types/index.js} +0 -0
- /package/es/components/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +0 -0
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
import { AnyObject, Func } from '../../../../../../es/shared/types';
|
|
2
|
+
import { CSSProperties } from 'vue';
|
|
3
|
+
import { InfoHeaderTypes } from '../../../../../../es/components/info-header/src/types';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
compact: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
required: false;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
infoList: {
|
|
11
|
+
type: ArrayConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
default: () => never[];
|
|
14
|
+
};
|
|
15
|
+
labelField: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
valueField: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: false;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
minColumnWidth: {
|
|
26
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
27
|
+
required: false;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
rowHeight: {
|
|
31
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
32
|
+
required: false;
|
|
33
|
+
default: number;
|
|
34
|
+
};
|
|
35
|
+
rootSlot: {
|
|
36
|
+
type: ObjectConstructor;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
}, {
|
|
40
|
+
props: {
|
|
41
|
+
compact: boolean;
|
|
42
|
+
infoList: InfoHeaderTypes.InfoItem[];
|
|
43
|
+
labelField: string;
|
|
44
|
+
valueField: string;
|
|
45
|
+
minColumnWidth: string | number;
|
|
46
|
+
rowHeight: string | number;
|
|
47
|
+
rootSlot: Record<string, Func>;
|
|
48
|
+
};
|
|
49
|
+
getDescriptionItemStyle: ({ bold, contentStyle }?: AnyObject) => CSSProperties;
|
|
50
|
+
getEllipsisStyle: (index: number, { bold, contentStyle }?: AnyObject) => CSSProperties;
|
|
51
|
+
needHidden: (item: AnyObject) => boolean;
|
|
52
|
+
columnNum: import("vue").Ref<number>;
|
|
53
|
+
infoRef: import("vue").Ref<HTMLElement | undefined>;
|
|
54
|
+
maxColumnWidth: import("vue").Ref<number>;
|
|
55
|
+
descriptionWidthList: import("vue").Ref<{
|
|
56
|
+
toString: (radix?: number | undefined) => string;
|
|
57
|
+
toFixed: (fractionDigits?: number | undefined) => string;
|
|
58
|
+
toExponential: (fractionDigits?: number | undefined) => string;
|
|
59
|
+
toPrecision: (precision?: number | undefined) => string;
|
|
60
|
+
valueOf: () => number;
|
|
61
|
+
toLocaleString: {
|
|
62
|
+
(locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
|
|
63
|
+
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
|
|
64
|
+
};
|
|
65
|
+
}[]>;
|
|
66
|
+
updateColumn: () => Promise<void>;
|
|
67
|
+
timer: any;
|
|
68
|
+
stopInterval: () => void;
|
|
69
|
+
startInterval: () => void;
|
|
70
|
+
NDescriptions: any;
|
|
71
|
+
NDescriptionsItem: import("vue").DefineComponent<{
|
|
72
|
+
readonly label: StringConstructor;
|
|
73
|
+
readonly span: {
|
|
74
|
+
readonly type: NumberConstructor;
|
|
75
|
+
readonly default: 1;
|
|
76
|
+
};
|
|
77
|
+
readonly labelStyle: import("vue").PropType<string | CSSProperties>;
|
|
78
|
+
readonly contentStyle: import("vue").PropType<string | CSSProperties>;
|
|
79
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
80
|
+
readonly label: StringConstructor;
|
|
81
|
+
readonly span: {
|
|
82
|
+
readonly type: NumberConstructor;
|
|
83
|
+
readonly default: 1;
|
|
84
|
+
};
|
|
85
|
+
readonly labelStyle: import("vue").PropType<string | CSSProperties>;
|
|
86
|
+
readonly contentStyle: import("vue").PropType<string | CSSProperties>;
|
|
87
|
+
}>>, {
|
|
88
|
+
readonly span: number;
|
|
89
|
+
}>;
|
|
90
|
+
NScrollbar: any;
|
|
91
|
+
SlotRender: import("vue").DefineComponent<{
|
|
92
|
+
renderer: {
|
|
93
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
|
|
94
|
+
required: true;
|
|
95
|
+
};
|
|
96
|
+
rootSlots: {
|
|
97
|
+
type: import("vue").PropType<Record<string, Func<any[], any>>>;
|
|
98
|
+
};
|
|
99
|
+
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
100
|
+
renderer: {
|
|
101
|
+
type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
|
|
102
|
+
required: true;
|
|
103
|
+
};
|
|
104
|
+
rootSlots: {
|
|
105
|
+
type: import("vue").PropType<Record<string, Func<any[], any>>>;
|
|
106
|
+
};
|
|
107
|
+
}>>, {}>;
|
|
108
|
+
InfoEllipsis: import("vue").DefineComponent<{
|
|
109
|
+
content: {
|
|
110
|
+
type: StringConstructor;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
tip: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
};
|
|
116
|
+
contentStyle: {
|
|
117
|
+
type: import("vue").PropType<CSSProperties>;
|
|
118
|
+
default: () => {};
|
|
119
|
+
};
|
|
120
|
+
}, {
|
|
121
|
+
NEllipsis: any;
|
|
122
|
+
NTooltip: any;
|
|
123
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
124
|
+
content: {
|
|
125
|
+
type: StringConstructor;
|
|
126
|
+
default: string;
|
|
127
|
+
};
|
|
128
|
+
tip: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
};
|
|
131
|
+
contentStyle: {
|
|
132
|
+
type: import("vue").PropType<CSSProperties>;
|
|
133
|
+
default: () => {};
|
|
134
|
+
};
|
|
135
|
+
}>>, {
|
|
136
|
+
contentStyle: CSSProperties;
|
|
137
|
+
content: string;
|
|
138
|
+
}>;
|
|
139
|
+
HiddenContent: import("vue").DefineComponent<{
|
|
140
|
+
content: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
tip: StringConstructor;
|
|
145
|
+
width: {
|
|
146
|
+
type: NumberConstructor;
|
|
147
|
+
};
|
|
148
|
+
contentStyle: {
|
|
149
|
+
type: import("vue").PropType<CSSProperties>;
|
|
150
|
+
default: () => {};
|
|
151
|
+
};
|
|
152
|
+
}, {
|
|
153
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
154
|
+
content: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
158
|
+
tip: StringConstructor;
|
|
159
|
+
width: {
|
|
160
|
+
type: NumberConstructor;
|
|
161
|
+
};
|
|
162
|
+
contentStyle: {
|
|
163
|
+
type: import("vue").PropType<CSSProperties>;
|
|
164
|
+
default: () => {};
|
|
165
|
+
};
|
|
166
|
+
}>> & {}>>;
|
|
167
|
+
hidden: import("vue").Ref<boolean>;
|
|
168
|
+
toggleHidden: () => void;
|
|
169
|
+
wrapperStyle: import("vue").ComputedRef<{
|
|
170
|
+
maxWidth: string;
|
|
171
|
+
width: string;
|
|
172
|
+
}>;
|
|
173
|
+
parsedContentStyle: import("vue").ComputedRef<{}>;
|
|
174
|
+
displayContent: import("vue").ComputedRef<string>;
|
|
175
|
+
InfoEllipsis: import("vue").DefineComponent<{
|
|
176
|
+
content: {
|
|
177
|
+
type: StringConstructor;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
tip: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
};
|
|
183
|
+
contentStyle: {
|
|
184
|
+
type: import("vue").PropType<CSSProperties>;
|
|
185
|
+
default: () => {};
|
|
186
|
+
};
|
|
187
|
+
}, {
|
|
188
|
+
NEllipsis: any;
|
|
189
|
+
NTooltip: any;
|
|
190
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
191
|
+
content: {
|
|
192
|
+
type: StringConstructor;
|
|
193
|
+
default: string;
|
|
194
|
+
};
|
|
195
|
+
tip: {
|
|
196
|
+
type: StringConstructor;
|
|
197
|
+
};
|
|
198
|
+
contentStyle: {
|
|
199
|
+
type: import("vue").PropType<CSSProperties>;
|
|
200
|
+
default: () => {};
|
|
201
|
+
};
|
|
202
|
+
}>>, {
|
|
203
|
+
contentStyle: CSSProperties;
|
|
204
|
+
content: string;
|
|
205
|
+
}>;
|
|
206
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
207
|
+
content: {
|
|
208
|
+
type: StringConstructor;
|
|
209
|
+
default: string;
|
|
210
|
+
};
|
|
211
|
+
tip: StringConstructor;
|
|
212
|
+
width: {
|
|
213
|
+
type: NumberConstructor;
|
|
214
|
+
};
|
|
215
|
+
contentStyle: {
|
|
216
|
+
type: import("vue").PropType<CSSProperties>;
|
|
217
|
+
default: () => {};
|
|
218
|
+
};
|
|
219
|
+
}>>, {
|
|
220
|
+
contentStyle: CSSProperties;
|
|
221
|
+
content: string;
|
|
222
|
+
}>;
|
|
223
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
224
|
+
compact: {
|
|
225
|
+
type: BooleanConstructor;
|
|
226
|
+
required: false;
|
|
227
|
+
default: boolean;
|
|
228
|
+
};
|
|
229
|
+
infoList: {
|
|
230
|
+
type: ArrayConstructor;
|
|
231
|
+
required: false;
|
|
232
|
+
default: () => never[];
|
|
233
|
+
};
|
|
234
|
+
labelField: {
|
|
235
|
+
type: StringConstructor;
|
|
236
|
+
required: false;
|
|
237
|
+
default: string;
|
|
238
|
+
};
|
|
239
|
+
valueField: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
required: false;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
244
|
+
minColumnWidth: {
|
|
245
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
246
|
+
required: false;
|
|
247
|
+
default: number;
|
|
248
|
+
};
|
|
249
|
+
rowHeight: {
|
|
250
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
251
|
+
required: false;
|
|
252
|
+
default: number;
|
|
253
|
+
};
|
|
254
|
+
rootSlot: {
|
|
255
|
+
type: ObjectConstructor;
|
|
256
|
+
required: true;
|
|
257
|
+
};
|
|
258
|
+
}>>, {
|
|
259
|
+
compact: boolean;
|
|
260
|
+
infoList: unknown[];
|
|
261
|
+
labelField: string;
|
|
262
|
+
valueField: string;
|
|
263
|
+
minColumnWidth: string | number;
|
|
264
|
+
rowHeight: string | number;
|
|
265
|
+
}>;
|
|
266
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineComponent as e,ref as t,nextTick as l,onMounted as n,watch as o,onBeforeUnmount as i,onDeactivated as r,onActivated as a,openBlock as u,createElementBlock as s,normalizeStyle as d,createVNode as c,unref as f,withCtx as p,createCommentVNode as m,renderSlot as h,Fragment as v,renderList as y,createBlock as _,createElementVNode as w}from"vue";import{useThrottleFn as b,useEventListener as g}from"@vueuse/core";import{NScrollbar as x,NDescriptions as W,NDescriptionsItem as F}from"naive-ui";import S from"../../../../../shared/components/SlotRender/SlotRender.js";import k from"./InfoEllipsis.vue.js";import C from"./HiddenContent.vue.js";import j from"../../../../../_virtual/plugin-vue_export-helper.js";const H=w("section",{style:{height:"10px"}},null,-1),I=w("section",{style:{height:"12px"}},null,-1);var L=j(e({__name:"index",props:{compact:{type:Boolean,default:!0},infoList:{default:()=>[]},labelField:{default:"label"},valueField:{default:"value"},minColumnWidth:{default:180},rowHeight:{default:32},rootSlot:null},setup(e,{expose:w}){const j=e;function L({bold:e=!0,contentStyle:t={}}={}){return{fontWeight:e?700:500,...t}}function R(e,{bold:t=!0,contentStyle:l={}}={}){const n=B.value[e]+"px";return{width:n,maxWidth:n,fontWeight:t?700:500,...l}}function A(e){return["电话","身份证"].some((t=>{var l,n;return null==(n=null==(l=e[j.labelField])?void 0:l.includes)?void 0:n.call(l,t)}))}const M=t(3),q=t(),z=t(0),B=t([]),E=b((async function(){await l();const e=q.value;if(!e)return;const{clientWidth:t}=e;M.value=Math.floor(t/+j.minColumnWidth),z.value=Math.floor(t/M.value),await l();const n=e.querySelectorAll(".n-descriptions-table-content__label");n&&(B.value=Array.from(n).map((e=>z.value-e.clientWidth-8)))}),200,!0,!1);let $;function D(){clearInterval($)}function G(){D(),$=setInterval(E,700)}return n(E),o([()=>j.minColumnWidth,()=>j.infoList],E,{flush:"post",deep:!0}),g(window,"resize",E),i(D),r(D),a(G),n(G),w({updateColumn:E}),(t,l)=>(u(),s("section",{class:"c-info-header__info",ref_key:"infoRef",ref:q,style:d({"--row-height":e.rowHeight,"--column-width":z.value})},[c(f(x),{class:"c-info-header__infoWrapper",style:d({"--row-num":e.compact?1:2})},{default:p((()=>[m(" 描述信息区插槽 "),h(t.$slots,"info",{},(()=>[H,c(f(W),{"label-align":"right",style:{width:"100%"},"label-placement":"left",separator:":",column:M.value},{default:p((()=>[(u(!0),s(v,null,y(e.infoList,((t,l)=>(u(),_(f(F),{key:t[e.labelField],label:t[e.labelField]},{default:p((()=>[t.slot?(u(),_(f(S),{key:0,renderer:t.slot,"root-slots":e.rootSlot,item:t,style:d(L(t)),width:B.value[l]},null,8,["renderer","root-slots","item","style","width"])):A(t)?(u(),_(C,{key:1,content:t[e.valueField],tip:t.tip,"content-style":L(t),width:B.value[l]},null,8,["content","tip","content-style","width"])):(u(),_(k,{key:2,"content-style":R(l,t),content:t[e.valueField],tip:t.tip},null,8,["content-style","content","tip"]))])),_:2},1032,["label"])))),128))])),_:1},8,["column"]),I]))])),_:3},8,["style"])],4))}}),[["__file","index.vue"]]);export{L as default};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { InfoHeaderTypes } from '../../../../../../es/components/info-header/src/types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
patientInfo: {
|
|
4
|
+
type: null;
|
|
5
|
+
required: true;
|
|
6
|
+
default: () => {};
|
|
7
|
+
};
|
|
8
|
+
}, {
|
|
9
|
+
props: {
|
|
10
|
+
patientInfo: InfoHeaderTypes.PatientInfo;
|
|
11
|
+
};
|
|
12
|
+
tagListExcludeEmpty: import("vue").ComputedRef<Partial<{
|
|
13
|
+
type?: "warning" | "info" | undefined;
|
|
14
|
+
content: string;
|
|
15
|
+
render?: any;
|
|
16
|
+
color?: {
|
|
17
|
+
color?: string | undefined;
|
|
18
|
+
textColor?: string | undefined;
|
|
19
|
+
} | undefined;
|
|
20
|
+
}>[]>;
|
|
21
|
+
getTagColor: ({ type }: InfoHeaderTypes.PatientTag) => {
|
|
22
|
+
color: string;
|
|
23
|
+
textColor: string;
|
|
24
|
+
};
|
|
25
|
+
NImage: any;
|
|
26
|
+
NEllipsis: any;
|
|
27
|
+
NTag: any;
|
|
28
|
+
NPopover: any;
|
|
29
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
patientInfo: {
|
|
31
|
+
type: null;
|
|
32
|
+
required: true;
|
|
33
|
+
default: () => {};
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
patientInfo: any;
|
|
37
|
+
}>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
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};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { FieldItem } from '../../../../../es/components/form-render';
|
|
2
|
+
export declare namespace InfoHeaderTypes {
|
|
3
|
+
type InfoItem = Partial<{
|
|
4
|
+
slot: string | (() => any);
|
|
5
|
+
tip: string;
|
|
6
|
+
formField: FieldItem;
|
|
7
|
+
[K: string]: any;
|
|
8
|
+
}>;
|
|
9
|
+
type PatientTag = Partial<{
|
|
10
|
+
type?: 'warning' | 'info';
|
|
11
|
+
content: string;
|
|
12
|
+
render?: any;
|
|
13
|
+
color?: {
|
|
14
|
+
color?: string;
|
|
15
|
+
textColor?: string;
|
|
16
|
+
};
|
|
17
|
+
}>;
|
|
18
|
+
type PatientInfo = Partial<{
|
|
19
|
+
avatar: string;
|
|
20
|
+
avatarPreview: string;
|
|
21
|
+
avatarProps: string;
|
|
22
|
+
avatarPreviewProps: string;
|
|
23
|
+
name: string;
|
|
24
|
+
sex: string;
|
|
25
|
+
age: string;
|
|
26
|
+
ageUnit: string;
|
|
27
|
+
tagList: PatientTag[];
|
|
28
|
+
}>;
|
|
29
|
+
}
|
|
@@ -100,9 +100,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
100
100
|
};
|
|
101
101
|
}>> & {
|
|
102
102
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
103
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
104
103
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
105
104
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
105
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
107
107
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -169,9 +169,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
169
169
|
};
|
|
170
170
|
}>> & {
|
|
171
171
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
172
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
173
172
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
174
173
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
174
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
175
175
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
176
176
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
177
177
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -330,9 +330,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
330
330
|
default: boolean;
|
|
331
331
|
};
|
|
332
332
|
}>> & {
|
|
333
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
334
333
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
335
334
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
335
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
336
336
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
337
337
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
338
338
|
}>>;
|
|
@@ -388,9 +388,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
388
388
|
default: boolean;
|
|
389
389
|
};
|
|
390
390
|
}>> & {
|
|
391
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
392
391
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
393
392
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
393
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
394
394
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
395
395
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
396
396
|
}, {
|
|
@@ -432,9 +432,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
432
432
|
};
|
|
433
433
|
}>> & {
|
|
434
434
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
435
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
436
435
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
437
436
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
437
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
438
438
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
439
439
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
440
440
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -513,9 +513,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
513
513
|
};
|
|
514
514
|
}>> & {
|
|
515
515
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
516
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
517
516
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
518
517
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
518
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
519
519
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
520
520
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
521
521
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -620,9 +620,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
620
620
|
default: boolean;
|
|
621
621
|
};
|
|
622
622
|
}>> & {
|
|
623
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
624
623
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
625
624
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
625
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
626
626
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
627
627
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
628
628
|
}>>;
|
|
@@ -678,9 +678,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
678
678
|
default: boolean;
|
|
679
679
|
};
|
|
680
680
|
}>> & {
|
|
681
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
682
681
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
683
682
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
683
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
684
684
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
685
685
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
686
686
|
}, {
|
|
@@ -727,9 +727,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
727
727
|
};
|
|
728
728
|
}>> & {
|
|
729
729
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
730
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
731
730
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
732
731
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
732
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
733
733
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
734
734
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
735
735
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -795,9 +795,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
795
795
|
};
|
|
796
796
|
}>> & {
|
|
797
797
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
798
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
799
798
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
800
799
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
800
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
801
801
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
802
802
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
803
803
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -102,9 +102,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
102
|
};
|
|
103
103
|
}>> & {
|
|
104
104
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
105
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
106
105
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
107
106
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -171,9 +171,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
171
|
};
|
|
172
172
|
}>> & {
|
|
173
173
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
174
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
175
174
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
176
175
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
176
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
177
177
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
178
178
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
179
179
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -332,9 +332,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
332
332
|
default: boolean;
|
|
333
333
|
};
|
|
334
334
|
}>> & {
|
|
335
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
336
335
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
337
336
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
337
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
338
338
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
339
339
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
340
340
|
}>>;
|
|
@@ -390,9 +390,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
390
390
|
default: boolean;
|
|
391
391
|
};
|
|
392
392
|
}>> & {
|
|
393
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
394
393
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
395
394
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
395
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
396
396
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
397
397
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
398
398
|
}, {
|
|
@@ -434,9 +434,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
434
434
|
};
|
|
435
435
|
}>> & {
|
|
436
436
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
437
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
438
437
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
439
438
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
439
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
440
440
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
441
441
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
442
442
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -515,9 +515,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
515
515
|
};
|
|
516
516
|
}>> & {
|
|
517
517
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
518
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
519
518
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
520
519
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
520
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
521
521
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
522
522
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
523
523
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -622,9 +622,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
622
622
|
default: boolean;
|
|
623
623
|
};
|
|
624
624
|
}>> & {
|
|
625
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
626
625
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
627
626
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
627
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
628
628
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
629
629
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
630
630
|
}>>;
|
|
@@ -680,9 +680,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
680
680
|
default: boolean;
|
|
681
681
|
};
|
|
682
682
|
}>> & {
|
|
683
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
684
683
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
685
684
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
685
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
686
686
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
687
687
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
688
688
|
}, {
|
|
@@ -729,9 +729,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
729
729
|
};
|
|
730
730
|
}>> & {
|
|
731
731
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
732
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
733
732
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
734
733
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
734
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
735
735
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
736
736
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
737
737
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -797,9 +797,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
797
797
|
};
|
|
798
798
|
}>> & {
|
|
799
799
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
800
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
801
800
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
802
801
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
802
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
803
803
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
804
804
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
805
805
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -68,9 +68,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
default: boolean;
|
|
69
69
|
};
|
|
70
70
|
}>> & {
|
|
71
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
72
71
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
73
72
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
}>>;
|
|
@@ -126,9 +126,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
126
126
|
default: boolean;
|
|
127
127
|
};
|
|
128
128
|
}>> & {
|
|
129
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
130
129
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
131
130
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
131
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
132
132
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
134
134
|
}, {
|
|
@@ -61,9 +61,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
63
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
64
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
65
64
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
66
65
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
@@ -222,9 +222,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
222
|
default: boolean;
|
|
223
223
|
};
|
|
224
224
|
}>> & {
|
|
225
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
226
225
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
227
226
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
227
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
228
228
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
229
229
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
230
230
|
}>>;
|
|
@@ -280,9 +280,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
280
280
|
default: boolean;
|
|
281
281
|
};
|
|
282
282
|
}>> & {
|
|
283
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
284
283
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
285
284
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
285
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
286
286
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
287
287
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
288
288
|
}, {
|
|
@@ -324,9 +324,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
324
324
|
};
|
|
325
325
|
}>> & {
|
|
326
326
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
327
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
328
327
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
329
328
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
329
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
330
330
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
331
331
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
332
332
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|