cnhis-design-vue 3.1.55-release.2 → 3.1.56-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/annotation-edit/index.d.ts +18 -0
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +18 -0
- package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/annotation-edit/src/type.d.ts +4 -0
- package/es/components/audio-sdk/src/audioSDK.d.ts +20 -6
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +14 -0
- package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -1
- package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +5 -2
- package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -1
- package/es/components/audio-sdk/style/index.css +1 -1
- package/es/components/base-search/index.d.ts +14 -0
- package/es/components/base-search/src/index.vue.d.ts +14 -0
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/button-print/src/utils/print.d.ts +3 -0
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +26 -4
- package/es/components/classification/index.d.ts +39 -23
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +14 -0
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +20 -22
- package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +6 -20
- package/es/components/classification/src/components/table-modal/index.vue2.js +1 -1
- package/es/components/classification/src/index.vue.d.ts +62 -45
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- package/es/components/fabric-chart/index.d.ts +4 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +4 -2
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
- package/es/components/form-config/index.d.ts +82 -14
- package/es/components/form-config/src/FormConfig.vue.d.ts +82 -14
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +26 -4
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +41 -7
- package/es/components/form-render/index.d.ts +26 -4
- package/es/components/form-render/src/FormRender.vue.d.ts +27 -4
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +26 -4
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +1 -0
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +10 -2
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +3 -1
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +1 -1
- package/es/components/iho-table/src/plugins/headerPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +77 -13
- package/es/components/info-header/src/InfoHeader.vue.d.ts +77 -13
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +5 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +5 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +31 -5
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +26 -4
- package/es/components/recommend-search/index.d.ts +8 -8
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +8 -8
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +3 -3
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
- package/es/components/shortcut-setter/index.d.ts +26 -4
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +26 -4
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +14 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +14 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +14 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +14 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +15 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +14 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +15 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +15 -0
- package/es/components/table-filter/src/types/index.d.ts +3 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/business.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
|
@@ -138,7 +138,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
138
138
|
}>;
|
|
139
139
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
140
140
|
scope: import("../../shared/types").AnyObject;
|
|
141
|
-
annotation: import("
|
|
141
|
+
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
142
|
+
annotationShortcuts: (string | {
|
|
143
|
+
label: string;
|
|
144
|
+
value: string;
|
|
145
|
+
})[] | undefined;
|
|
142
146
|
consumer: boolean;
|
|
143
147
|
uuid: string;
|
|
144
148
|
lifeCycle: Partial<{
|
|
@@ -303,7 +307,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
303
307
|
}>;
|
|
304
308
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
305
309
|
scope: import("../../shared/types").AnyObject;
|
|
306
|
-
annotation: import("
|
|
310
|
+
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
311
|
+
annotationShortcuts: (string | {
|
|
312
|
+
label: string;
|
|
313
|
+
value: string;
|
|
314
|
+
})[] | undefined;
|
|
307
315
|
consumer: boolean;
|
|
308
316
|
uuid: string;
|
|
309
317
|
lifeCycle: Partial<{
|
|
@@ -475,7 +483,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
475
483
|
}>;
|
|
476
484
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
477
485
|
scope: import("../../shared/types").AnyObject;
|
|
478
|
-
annotation: import("
|
|
486
|
+
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
487
|
+
annotationShortcuts: (string | {
|
|
488
|
+
label: string;
|
|
489
|
+
value: string;
|
|
490
|
+
})[] | undefined;
|
|
479
491
|
consumer: boolean;
|
|
480
492
|
uuid: string;
|
|
481
493
|
lifeCycle: Partial<{
|
|
@@ -720,7 +732,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
720
732
|
}>;
|
|
721
733
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
722
734
|
scope: import("../../shared/types").AnyObject;
|
|
723
|
-
annotation: import("
|
|
735
|
+
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
736
|
+
annotationShortcuts: (string | {
|
|
737
|
+
label: string;
|
|
738
|
+
value: string;
|
|
739
|
+
})[] | undefined;
|
|
724
740
|
consumer: boolean;
|
|
725
741
|
uuid: string;
|
|
726
742
|
lifeCycle: Partial<{
|
|
@@ -2690,7 +2706,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2690
2706
|
default: () => {};
|
|
2691
2707
|
};
|
|
2692
2708
|
annotation: {
|
|
2693
|
-
type: import("vue").PropType<import("
|
|
2709
|
+
type: import("vue").PropType<Record<string, import("../annotation-edit/src/type").AnnotationItem>>;
|
|
2710
|
+
};
|
|
2711
|
+
annotationShortcuts: {
|
|
2712
|
+
type: import("vue").PropType<(string | {
|
|
2713
|
+
label: string;
|
|
2714
|
+
value: string;
|
|
2715
|
+
})[] | undefined>;
|
|
2694
2716
|
};
|
|
2695
2717
|
consumer: {
|
|
2696
2718
|
type: BooleanConstructor;
|
|
@@ -2846,7 +2868,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2846
2868
|
default: () => {};
|
|
2847
2869
|
};
|
|
2848
2870
|
annotation: {
|
|
2849
|
-
type: import("vue").PropType<import("
|
|
2871
|
+
type: import("vue").PropType<Record<string, import("../annotation-edit/src/type").AnnotationItem>>;
|
|
2872
|
+
};
|
|
2873
|
+
annotationShortcuts: {
|
|
2874
|
+
type: import("vue").PropType<(string | {
|
|
2875
|
+
label: string;
|
|
2876
|
+
value: string;
|
|
2877
|
+
})[] | undefined>;
|
|
2850
2878
|
};
|
|
2851
2879
|
consumer: {
|
|
2852
2880
|
type: BooleanConstructor;
|
|
@@ -3040,7 +3068,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3040
3068
|
}>;
|
|
3041
3069
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3042
3070
|
scope: import("../../shared/types").AnyObject;
|
|
3043
|
-
annotation: import("
|
|
3071
|
+
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
3072
|
+
annotationShortcuts: (string | {
|
|
3073
|
+
label: string;
|
|
3074
|
+
value: string;
|
|
3075
|
+
})[] | undefined;
|
|
3044
3076
|
consumer: boolean;
|
|
3045
3077
|
uuid: string;
|
|
3046
3078
|
lifeCycle: Partial<{
|
|
@@ -3338,7 +3370,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3338
3370
|
default: () => {};
|
|
3339
3371
|
};
|
|
3340
3372
|
annotation: {
|
|
3341
|
-
type: import("vue").PropType<import("
|
|
3373
|
+
type: import("vue").PropType<Record<string, import("../annotation-edit/src/type").AnnotationItem>>;
|
|
3374
|
+
};
|
|
3375
|
+
annotationShortcuts: {
|
|
3376
|
+
type: import("vue").PropType<(string | {
|
|
3377
|
+
label: string;
|
|
3378
|
+
value: string;
|
|
3379
|
+
})[] | undefined>;
|
|
3342
3380
|
};
|
|
3343
3381
|
consumer: {
|
|
3344
3382
|
type: BooleanConstructor;
|
|
@@ -3636,7 +3674,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3636
3674
|
default: () => {};
|
|
3637
3675
|
};
|
|
3638
3676
|
annotation: {
|
|
3639
|
-
type: import("vue").PropType<import("
|
|
3677
|
+
type: import("vue").PropType<Record<string, import("../annotation-edit/src/type").AnnotationItem>>;
|
|
3678
|
+
};
|
|
3679
|
+
annotationShortcuts: {
|
|
3680
|
+
type: import("vue").PropType<(string | {
|
|
3681
|
+
label: string;
|
|
3682
|
+
value: string;
|
|
3683
|
+
})[] | undefined>;
|
|
3640
3684
|
};
|
|
3641
3685
|
consumer: {
|
|
3642
3686
|
type: BooleanConstructor;
|
|
@@ -3792,7 +3836,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3792
3836
|
default: () => {};
|
|
3793
3837
|
};
|
|
3794
3838
|
annotation: {
|
|
3795
|
-
type: import("vue").PropType<import("
|
|
3839
|
+
type: import("vue").PropType<Record<string, import("../annotation-edit/src/type").AnnotationItem>>;
|
|
3840
|
+
};
|
|
3841
|
+
annotationShortcuts: {
|
|
3842
|
+
type: import("vue").PropType<(string | {
|
|
3843
|
+
label: string;
|
|
3844
|
+
value: string;
|
|
3845
|
+
})[] | undefined>;
|
|
3796
3846
|
};
|
|
3797
3847
|
consumer: {
|
|
3798
3848
|
type: BooleanConstructor;
|
|
@@ -3986,7 +4036,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3986
4036
|
}>;
|
|
3987
4037
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3988
4038
|
scope: import("../../shared/types").AnyObject;
|
|
3989
|
-
annotation: import("
|
|
4039
|
+
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
4040
|
+
annotationShortcuts: (string | {
|
|
4041
|
+
label: string;
|
|
4042
|
+
value: string;
|
|
4043
|
+
})[] | undefined;
|
|
3990
4044
|
consumer: boolean;
|
|
3991
4045
|
uuid: string;
|
|
3992
4046
|
lifeCycle: Partial<{
|
|
@@ -4284,7 +4338,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4284
4338
|
default: () => {};
|
|
4285
4339
|
};
|
|
4286
4340
|
annotation: {
|
|
4287
|
-
type: import("vue").PropType<import("
|
|
4341
|
+
type: import("vue").PropType<Record<string, import("../annotation-edit/src/type").AnnotationItem>>;
|
|
4342
|
+
};
|
|
4343
|
+
annotationShortcuts: {
|
|
4344
|
+
type: import("vue").PropType<(string | {
|
|
4345
|
+
label: string;
|
|
4346
|
+
value: string;
|
|
4347
|
+
})[] | undefined>;
|
|
4288
4348
|
};
|
|
4289
4349
|
consumer: {
|
|
4290
4350
|
type: BooleanConstructor;
|
|
@@ -4515,7 +4575,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4515
4575
|
}>;
|
|
4516
4576
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
4517
4577
|
scope: import("../../shared/types").AnyObject;
|
|
4518
|
-
annotation: import("
|
|
4578
|
+
annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
|
|
4579
|
+
annotationShortcuts: (string | {
|
|
4580
|
+
label: string;
|
|
4581
|
+
value: string;
|
|
4582
|
+
})[] | undefined;
|
|
4519
4583
|
consumer: boolean;
|
|
4520
4584
|
uuid: string;
|
|
4521
4585
|
lifeCycle: Partial<{
|
|
@@ -139,7 +139,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
139
139
|
}>;
|
|
140
140
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
141
141
|
scope: AnyObject;
|
|
142
|
-
annotation:
|
|
142
|
+
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
|
143
|
+
annotationShortcuts: (string | {
|
|
144
|
+
label: string;
|
|
145
|
+
value: string;
|
|
146
|
+
})[] | undefined;
|
|
143
147
|
consumer: boolean;
|
|
144
148
|
uuid: string;
|
|
145
149
|
lifeCycle: Partial<{
|
|
@@ -302,7 +306,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
302
306
|
}>;
|
|
303
307
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
304
308
|
scope: AnyObject;
|
|
305
|
-
annotation:
|
|
309
|
+
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
|
310
|
+
annotationShortcuts: (string | {
|
|
311
|
+
label: string;
|
|
312
|
+
value: string;
|
|
313
|
+
})[] | undefined;
|
|
306
314
|
consumer: boolean;
|
|
307
315
|
uuid: string;
|
|
308
316
|
lifeCycle: Partial<{
|
|
@@ -470,7 +478,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
470
478
|
}>;
|
|
471
479
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
472
480
|
scope: AnyObject;
|
|
473
|
-
annotation:
|
|
481
|
+
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
|
482
|
+
annotationShortcuts: (string | {
|
|
483
|
+
label: string;
|
|
484
|
+
value: string;
|
|
485
|
+
})[] | undefined;
|
|
474
486
|
consumer: boolean;
|
|
475
487
|
uuid: string;
|
|
476
488
|
lifeCycle: Partial<{
|
|
@@ -715,7 +727,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
715
727
|
}>;
|
|
716
728
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
717
729
|
scope: AnyObject;
|
|
718
|
-
annotation:
|
|
730
|
+
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
|
731
|
+
annotationShortcuts: (string | {
|
|
732
|
+
label: string;
|
|
733
|
+
value: string;
|
|
734
|
+
})[] | undefined;
|
|
719
735
|
consumer: boolean;
|
|
720
736
|
uuid: string;
|
|
721
737
|
lifeCycle: Partial<{
|
|
@@ -2685,7 +2701,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2685
2701
|
default: () => {};
|
|
2686
2702
|
};
|
|
2687
2703
|
annotation: {
|
|
2688
|
-
type: PropType<
|
|
2704
|
+
type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
|
|
2705
|
+
};
|
|
2706
|
+
annotationShortcuts: {
|
|
2707
|
+
type: PropType<(string | {
|
|
2708
|
+
label: string;
|
|
2709
|
+
value: string;
|
|
2710
|
+
})[] | undefined>;
|
|
2689
2711
|
};
|
|
2690
2712
|
consumer: {
|
|
2691
2713
|
type: BooleanConstructor;
|
|
@@ -2841,7 +2863,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2841
2863
|
default: () => {};
|
|
2842
2864
|
};
|
|
2843
2865
|
annotation: {
|
|
2844
|
-
type: PropType<
|
|
2866
|
+
type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
|
|
2867
|
+
};
|
|
2868
|
+
annotationShortcuts: {
|
|
2869
|
+
type: PropType<(string | {
|
|
2870
|
+
label: string;
|
|
2871
|
+
value: string;
|
|
2872
|
+
})[] | undefined>;
|
|
2845
2873
|
};
|
|
2846
2874
|
consumer: {
|
|
2847
2875
|
type: BooleanConstructor;
|
|
@@ -3035,7 +3063,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3035
3063
|
}>;
|
|
3036
3064
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3037
3065
|
scope: AnyObject;
|
|
3038
|
-
annotation:
|
|
3066
|
+
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
|
3067
|
+
annotationShortcuts: (string | {
|
|
3068
|
+
label: string;
|
|
3069
|
+
value: string;
|
|
3070
|
+
})[] | undefined;
|
|
3039
3071
|
consumer: boolean;
|
|
3040
3072
|
uuid: string;
|
|
3041
3073
|
lifeCycle: Partial<{
|
|
@@ -3333,7 +3365,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3333
3365
|
default: () => {};
|
|
3334
3366
|
};
|
|
3335
3367
|
annotation: {
|
|
3336
|
-
type: PropType<
|
|
3368
|
+
type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
|
|
3369
|
+
};
|
|
3370
|
+
annotationShortcuts: {
|
|
3371
|
+
type: PropType<(string | {
|
|
3372
|
+
label: string;
|
|
3373
|
+
value: string;
|
|
3374
|
+
})[] | undefined>;
|
|
3337
3375
|
};
|
|
3338
3376
|
consumer: {
|
|
3339
3377
|
type: BooleanConstructor;
|
|
@@ -3631,7 +3669,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3631
3669
|
default: () => {};
|
|
3632
3670
|
};
|
|
3633
3671
|
annotation: {
|
|
3634
|
-
type: PropType<
|
|
3672
|
+
type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
|
|
3673
|
+
};
|
|
3674
|
+
annotationShortcuts: {
|
|
3675
|
+
type: PropType<(string | {
|
|
3676
|
+
label: string;
|
|
3677
|
+
value: string;
|
|
3678
|
+
})[] | undefined>;
|
|
3635
3679
|
};
|
|
3636
3680
|
consumer: {
|
|
3637
3681
|
type: BooleanConstructor;
|
|
@@ -3787,7 +3831,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3787
3831
|
default: () => {};
|
|
3788
3832
|
};
|
|
3789
3833
|
annotation: {
|
|
3790
|
-
type: PropType<
|
|
3834
|
+
type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
|
|
3835
|
+
};
|
|
3836
|
+
annotationShortcuts: {
|
|
3837
|
+
type: PropType<(string | {
|
|
3838
|
+
label: string;
|
|
3839
|
+
value: string;
|
|
3840
|
+
})[] | undefined>;
|
|
3791
3841
|
};
|
|
3792
3842
|
consumer: {
|
|
3793
3843
|
type: BooleanConstructor;
|
|
@@ -3981,7 +4031,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3981
4031
|
}>;
|
|
3982
4032
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
3983
4033
|
scope: AnyObject;
|
|
3984
|
-
annotation:
|
|
4034
|
+
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
|
4035
|
+
annotationShortcuts: (string | {
|
|
4036
|
+
label: string;
|
|
4037
|
+
value: string;
|
|
4038
|
+
})[] | undefined;
|
|
3985
4039
|
consumer: boolean;
|
|
3986
4040
|
uuid: string;
|
|
3987
4041
|
lifeCycle: Partial<{
|
|
@@ -4279,7 +4333,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4279
4333
|
default: () => {};
|
|
4280
4334
|
};
|
|
4281
4335
|
annotation: {
|
|
4282
|
-
type: PropType<
|
|
4336
|
+
type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
|
|
4337
|
+
};
|
|
4338
|
+
annotationShortcuts: {
|
|
4339
|
+
type: PropType<(string | {
|
|
4340
|
+
label: string;
|
|
4341
|
+
value: string;
|
|
4342
|
+
})[] | undefined>;
|
|
4283
4343
|
};
|
|
4284
4344
|
consumer: {
|
|
4285
4345
|
type: BooleanConstructor;
|
|
@@ -4508,7 +4568,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4508
4568
|
}>;
|
|
4509
4569
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
4510
4570
|
scope: AnyObject;
|
|
4511
|
-
annotation:
|
|
4571
|
+
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
|
4572
|
+
annotationShortcuts: (string | {
|
|
4573
|
+
label: string;
|
|
4574
|
+
value: string;
|
|
4575
|
+
})[] | undefined;
|
|
4512
4576
|
consumer: boolean;
|
|
4513
4577
|
uuid: string;
|
|
4514
4578
|
lifeCycle: Partial<{
|
|
@@ -105,7 +105,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
105
105
|
}>;
|
|
106
106
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
107
107
|
scope: import("../../../..").AnyObject;
|
|
108
|
-
annotation: import("
|
|
108
|
+
annotation: Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>;
|
|
109
|
+
annotationShortcuts: (string | {
|
|
110
|
+
label: string;
|
|
111
|
+
value: string;
|
|
112
|
+
})[] | undefined;
|
|
109
113
|
consumer: boolean;
|
|
110
114
|
uuid: string;
|
|
111
115
|
lifeCycle: Partial<{
|
|
@@ -193,7 +193,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
193
193
|
}>;
|
|
194
194
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
195
195
|
scope: import("../../../../../shared/types").AnyObject;
|
|
196
|
-
annotation: import("
|
|
196
|
+
annotation: Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>;
|
|
197
|
+
annotationShortcuts: (string | {
|
|
198
|
+
label: string;
|
|
199
|
+
value: string;
|
|
200
|
+
})[] | undefined;
|
|
197
201
|
consumer: boolean;
|
|
198
202
|
uuid: string;
|
|
199
203
|
lifeCycle: Partial<{
|
|
@@ -260,7 +260,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
260
260
|
}>;
|
|
261
261
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
262
262
|
scope: import("../../../../../shared/types").AnyObject;
|
|
263
|
-
annotation: import("
|
|
263
|
+
annotation: Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>;
|
|
264
|
+
annotationShortcuts: (string | {
|
|
265
|
+
label: string;
|
|
266
|
+
value: string;
|
|
267
|
+
})[] | undefined;
|
|
264
268
|
consumer: boolean;
|
|
265
269
|
uuid: string;
|
|
266
270
|
lifeCycle: Partial<{
|
|
@@ -2230,7 +2234,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2230
2234
|
default: () => {};
|
|
2231
2235
|
};
|
|
2232
2236
|
annotation: {
|
|
2233
|
-
type: import("vue").PropType<import("
|
|
2237
|
+
type: import("vue").PropType<Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>>;
|
|
2238
|
+
};
|
|
2239
|
+
annotationShortcuts: {
|
|
2240
|
+
type: import("vue").PropType<(string | {
|
|
2241
|
+
label: string;
|
|
2242
|
+
value: string;
|
|
2243
|
+
})[] | undefined>;
|
|
2234
2244
|
};
|
|
2235
2245
|
consumer: {
|
|
2236
2246
|
type: BooleanConstructor;
|
|
@@ -2386,7 +2396,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2386
2396
|
default: () => {};
|
|
2387
2397
|
};
|
|
2388
2398
|
annotation: {
|
|
2389
|
-
type: import("vue").PropType<import("
|
|
2399
|
+
type: import("vue").PropType<Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>>;
|
|
2400
|
+
};
|
|
2401
|
+
annotationShortcuts: {
|
|
2402
|
+
type: import("vue").PropType<(string | {
|
|
2403
|
+
label: string;
|
|
2404
|
+
value: string;
|
|
2405
|
+
})[] | undefined>;
|
|
2390
2406
|
};
|
|
2391
2407
|
consumer: {
|
|
2392
2408
|
type: BooleanConstructor;
|
|
@@ -2580,7 +2596,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2580
2596
|
}>;
|
|
2581
2597
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
2582
2598
|
scope: import("../../../../../shared/types").AnyObject;
|
|
2583
|
-
annotation: import("
|
|
2599
|
+
annotation: Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>;
|
|
2600
|
+
annotationShortcuts: (string | {
|
|
2601
|
+
label: string;
|
|
2602
|
+
value: string;
|
|
2603
|
+
})[] | undefined;
|
|
2584
2604
|
consumer: boolean;
|
|
2585
2605
|
uuid: string;
|
|
2586
2606
|
lifeCycle: Partial<{
|
|
@@ -2878,7 +2898,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2878
2898
|
default: () => {};
|
|
2879
2899
|
};
|
|
2880
2900
|
annotation: {
|
|
2881
|
-
type: import("vue").PropType<import("
|
|
2901
|
+
type: import("vue").PropType<Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>>;
|
|
2902
|
+
};
|
|
2903
|
+
annotationShortcuts: {
|
|
2904
|
+
type: import("vue").PropType<(string | {
|
|
2905
|
+
label: string;
|
|
2906
|
+
value: string;
|
|
2907
|
+
})[] | undefined>;
|
|
2882
2908
|
};
|
|
2883
2909
|
consumer: {
|
|
2884
2910
|
type: BooleanConstructor;
|
|
@@ -152,7 +152,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
152
152
|
default: () => {};
|
|
153
153
|
};
|
|
154
154
|
annotation: {
|
|
155
|
-
type: import("vue").PropType<import("
|
|
155
|
+
type: import("vue").PropType<Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>>;
|
|
156
|
+
};
|
|
157
|
+
annotationShortcuts: {
|
|
158
|
+
type: import("vue").PropType<(string | {
|
|
159
|
+
label: string;
|
|
160
|
+
value: string;
|
|
161
|
+
})[] | undefined>;
|
|
156
162
|
};
|
|
157
163
|
consumer: {
|
|
158
164
|
type: BooleanConstructor;
|
|
@@ -308,7 +314,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
308
314
|
default: () => {};
|
|
309
315
|
};
|
|
310
316
|
annotation: {
|
|
311
|
-
type: import("vue").PropType<import("
|
|
317
|
+
type: import("vue").PropType<Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>>;
|
|
318
|
+
};
|
|
319
|
+
annotationShortcuts: {
|
|
320
|
+
type: import("vue").PropType<(string | {
|
|
321
|
+
label: string;
|
|
322
|
+
value: string;
|
|
323
|
+
})[] | undefined>;
|
|
312
324
|
};
|
|
313
325
|
consumer: {
|
|
314
326
|
type: BooleanConstructor;
|
|
@@ -502,7 +514,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
502
514
|
}>;
|
|
503
515
|
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
504
516
|
scope: import("../../../..").AnyObject;
|
|
505
|
-
annotation: import("
|
|
517
|
+
annotation: Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>;
|
|
518
|
+
annotationShortcuts: (string | {
|
|
519
|
+
label: string;
|
|
520
|
+
value: string;
|
|
521
|
+
})[] | undefined;
|
|
506
522
|
consumer: boolean;
|
|
507
523
|
uuid: string;
|
|
508
524
|
lifeCycle: Partial<{
|
|
@@ -800,7 +816,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
800
816
|
default: () => {};
|
|
801
817
|
};
|
|
802
818
|
annotation: {
|
|
803
|
-
type: import("vue").PropType<import("
|
|
819
|
+
type: import("vue").PropType<Record<string, import("../../../../annotation-edit/src/type").AnnotationItem>>;
|
|
820
|
+
};
|
|
821
|
+
annotationShortcuts: {
|
|
822
|
+
type: import("vue").PropType<(string | {
|
|
823
|
+
label: string;
|
|
824
|
+
value: string;
|
|
825
|
+
})[] | undefined>;
|
|
804
826
|
};
|
|
805
827
|
consumer: {
|
|
806
828
|
type: BooleanConstructor;
|
|
@@ -107,7 +107,7 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
107
107
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
}>>;
|
|
110
|
-
emits: (event: "delete" | "clear" | "
|
|
110
|
+
emits: (event: "delete" | "clear" | "search" | "update:value" | "choose" | "openMenu" | "closeMenu", ...args: any[]) => void;
|
|
111
111
|
valueRef: import("vue").Ref<string | number | null | undefined> | import("vue").WritableComputedRef<string | number | null | undefined>;
|
|
112
112
|
componentMap: {
|
|
113
113
|
input: import("vue").DefineComponent<{
|
|
@@ -176,7 +176,7 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
176
176
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
177
177
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
178
178
|
}>>;
|
|
179
|
-
emits: (event: "delete" | "clear" | "
|
|
179
|
+
emits: (event: "delete" | "clear" | "search" | "update:value" | "choose" | "openMenu" | "closeMenu", ...args: any[]) => void;
|
|
180
180
|
baseSearchRef: import("vue").Ref<import("./src/types").BaseSearchExpose | undefined>;
|
|
181
181
|
setPattern: (value?: string) => void;
|
|
182
182
|
valueRef: import("vue").Ref<string | undefined> | import("vue").WritableComputedRef<string | undefined>;
|
|
@@ -293,7 +293,7 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
293
293
|
type: BooleanConstructor;
|
|
294
294
|
default: boolean;
|
|
295
295
|
};
|
|
296
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
296
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "search" | "update:show" | "keydown" | "openMenu" | "closeMenu")[], "search" | "closeMenu" | "keydown" | "clear" | "update:show" | "openMenu", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
297
297
|
displayValue: {
|
|
298
298
|
type: StringConstructor;
|
|
299
299
|
};
|
|
@@ -342,7 +342,7 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
342
342
|
popProps: Record<string, any>;
|
|
343
343
|
clearPatternOnOpenMenu: boolean;
|
|
344
344
|
}>;
|
|
345
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "clear" | "
|
|
345
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "clear" | "search" | "update:value" | "choose" | "openMenu" | "closeMenu")[], "search" | "closeMenu" | "delete" | "clear" | "update:value" | "choose" | "openMenu", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
346
346
|
value: {
|
|
347
347
|
type: StringConstructor;
|
|
348
348
|
};
|
|
@@ -460,7 +460,7 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
460
460
|
onOpenMenu?: ((...args: any[]) => any) | undefined;
|
|
461
461
|
onCloseMenu?: ((...args: any[]) => any) | undefined;
|
|
462
462
|
}>>;
|
|
463
|
-
emits: (event: "delete" | "clear" | "
|
|
463
|
+
emits: (event: "delete" | "clear" | "search" | "update:value" | "choose" | "openMenu" | "closeMenu", ...args: any[]) => void;
|
|
464
464
|
showRef: import("vue").Ref<boolean>;
|
|
465
465
|
displayPlaceholder: import("vue").ComputedRef<string>;
|
|
466
466
|
currentOption: import("vue").Ref<import("../../shared/types").AnyObject | undefined>;
|
|
@@ -525,7 +525,7 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
525
525
|
type: BooleanConstructor;
|
|
526
526
|
default: boolean;
|
|
527
527
|
};
|
|
528
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "
|
|
528
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "search" | "update:show" | "keydown" | "openMenu" | "closeMenu")[], "search" | "closeMenu" | "keydown" | "clear" | "update:show" | "openMenu", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
529
529
|
displayValue: {
|
|
530
530
|
type: StringConstructor;
|
|
531
531
|
};
|
|
@@ -575,7 +575,7 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
575
575
|
clearPatternOnOpenMenu: boolean;
|
|
576
576
|
}>;
|
|
577
577
|
NIcon: any;
|
|
578
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "clear" | "
|
|
578
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "clear" | "search" | "update:value" | "choose" | "openMenu" | "closeMenu")[], "search" | "closeMenu" | "delete" | "clear" | "update:value" | "choose" | "openMenu", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
579
579
|
value: {
|
|
580
580
|
type: import("vue").PropType<string | number | null>;
|
|
581
581
|
};
|
|
@@ -629,7 +629,7 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
629
629
|
inputRef: import("vue").Ref<any>;
|
|
630
630
|
exposeMethods: Record<any, any>;
|
|
631
631
|
instance: import("vue").ComponentInternalInstance | null;
|
|
632
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "clear" | "
|
|
632
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "clear" | "search" | "update:value" | "choose" | "openMenu" | "closeMenu")[], "search" | "closeMenu" | "delete" | "clear" | "update:value" | "choose" | "openMenu", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
633
633
|
mode: {
|
|
634
634
|
type: import("vue").PropType<"select" | "input">;
|
|
635
635
|
default: string;
|