cnhis-design-vue 3.2.9-beta.2 → 3.2.9-beta.23
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/ai-chat/src/components/ChatMain.js +1 -1
- package/es/components/ai-chat/src/types/index.d.ts +8 -7
- package/es/components/base-search/index.d.ts +2 -0
- package/es/components/base-search/src/index.vue.d.ts +2 -0
- 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/index.d.ts +7 -45
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +7 -45
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +6 -35
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +1 -5
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +5 -4
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/expand-field/index.d.ts +1 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +1 -1
- package/es/components/expand-field/src/index.vue.d.ts +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/field-set/src/FieldColor.vue.d.ts +29 -6
- package/es/components/field-set/src/FieldFilter.vue.d.ts +29 -6
- package/es/components/field-set/src/FieldSet.vue.d.ts +68 -28
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +28 -1
- package/es/components/field-set/src/components/table-row.vue2.js +1 -1
- package/es/components/field-set/src/types/index.d.ts +3 -3
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +2 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/iho-chat/index.d.ts +270 -2
- package/es/components/iho-chat/src/Index.vue.d.ts +270 -2
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/api/index.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +5 -0
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +121 -1
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +6 -0
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +131 -2
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +122 -0
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +6 -1
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +5 -0
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.js +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -1
- package/es/components/iho-chat/src/hooks/useSession.js +1 -1
- package/es/components/iho-chat/src/hooks/useState.d.ts +5 -0
- package/es/components/iho-chat/src/hooks/useState.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +1 -0
- package/es/components/iho-chat/src/utils/chatSock.js +1 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.d.ts +2 -0
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.js +1 -0
- package/es/components/iho-table/src/types/index.d.ts +3 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/quick-search/index.d.ts +3 -0
- package/es/components/quick-search/src/index.vue.d.ts +3 -0
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +1 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +2 -0
- package/es/shared/assets/img/ai__avatar.png.js +1 -1
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/index.d.ts +1 -0
- package/es/shared/utils/index.js +1 -1
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
@@ -69,6 +69,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
69
69
|
updateSessionItem: import("../../shared/types").AnyObject;
|
70
70
|
isUpdateSession: boolean;
|
71
71
|
currentReferenceMsg: import("../../shared/types").AnyObject | null;
|
72
|
+
currentReEditMsg: import("../../shared/types").AnyObject | null;
|
72
73
|
showVideo: boolean;
|
73
74
|
currentAVMsg: import("../../shared/types").AnyObject;
|
74
75
|
currentGroupUser: import("../../shared/types").AnyObject[];
|
@@ -240,7 +241,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
240
241
|
submitFormData: (o: import("../../shared/types").AnyObject) => Promise<void>;
|
241
242
|
handleGroupName: () => Promise<void>;
|
242
243
|
handleAvatar: (options: import("./src/types").FileOptions) => Promise<void>;
|
243
|
-
|
244
|
+
closeChatSet: () => void;
|
244
245
|
NDrawer: any;
|
245
246
|
NDrawerContent: any;
|
246
247
|
NAvatar: any;
|
@@ -342,6 +343,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
342
343
|
};
|
343
344
|
defaultValue: {
|
344
345
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
346
|
+
default: () => never[];
|
345
347
|
};
|
346
348
|
}, {
|
347
349
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -362,6 +364,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
362
364
|
};
|
363
365
|
defaultValue: {
|
364
366
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
367
|
+
default: () => never[];
|
365
368
|
};
|
366
369
|
}>> & {
|
367
370
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
@@ -376,6 +379,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
376
379
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
377
380
|
groupName: import("vue").Ref<string>;
|
378
381
|
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
382
|
+
remark: import("vue").Ref<string>;
|
379
383
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
380
384
|
handleInput: () => void;
|
381
385
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -424,10 +428,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
424
428
|
};
|
425
429
|
defaultValue: {
|
426
430
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
431
|
+
default: () => never[];
|
427
432
|
};
|
428
433
|
}>> & {
|
429
434
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
430
435
|
}, {
|
436
|
+
defaultValue: import("../../shared/types").AnyObject[];
|
431
437
|
mode: string;
|
432
438
|
title: string;
|
433
439
|
disabledIds: string[];
|
@@ -453,6 +459,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
453
459
|
};
|
454
460
|
}>> & {}>>;
|
455
461
|
state: import("./src/types").IState;
|
462
|
+
relayMessage: (param: {
|
463
|
+
checkedIds: string[];
|
464
|
+
remark: string;
|
465
|
+
content: import("../../shared/types").AnyObject;
|
466
|
+
}) => Promise<void>;
|
456
467
|
imageList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
457
468
|
fileList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
458
469
|
imageRef: import("vue").Ref<any>;
|
@@ -467,7 +478,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
467
478
|
handleSearch: () => Promise<void>;
|
468
479
|
formatImageList: (data: import("../../shared/types").AnyObject[]) => {
|
469
480
|
label: string;
|
470
|
-
list:
|
481
|
+
list: any;
|
471
482
|
}[];
|
472
483
|
resetAndSearch: () => void;
|
473
484
|
title: import("vue").ComputedRef<"聊天图片" | "聊天文件">;
|
@@ -480,8 +491,122 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
480
491
|
NIcon: any;
|
481
492
|
NTooltip: any;
|
482
493
|
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
494
|
+
OpenOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
483
495
|
DownloadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
484
496
|
downloadFile: typeof import("./src/utils").downloadFile;
|
497
|
+
ChatAdd: import("vue").DefineComponent<{
|
498
|
+
title: {
|
499
|
+
type: StringConstructor;
|
500
|
+
default: string;
|
501
|
+
};
|
502
|
+
mode: {
|
503
|
+
type: StringConstructor;
|
504
|
+
default: string;
|
505
|
+
};
|
506
|
+
options: {
|
507
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
508
|
+
};
|
509
|
+
disabledIds: {
|
510
|
+
type: import("vue").PropType<string[]>;
|
511
|
+
default: () => never[];
|
512
|
+
};
|
513
|
+
defaultValue: {
|
514
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
515
|
+
default: () => never[];
|
516
|
+
};
|
517
|
+
}, {
|
518
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
519
|
+
title: {
|
520
|
+
type: StringConstructor;
|
521
|
+
default: string;
|
522
|
+
};
|
523
|
+
mode: {
|
524
|
+
type: StringConstructor;
|
525
|
+
default: string;
|
526
|
+
};
|
527
|
+
options: {
|
528
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
529
|
+
};
|
530
|
+
disabledIds: {
|
531
|
+
type: import("vue").PropType<string[]>;
|
532
|
+
default: () => never[];
|
533
|
+
};
|
534
|
+
defaultValue: {
|
535
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
536
|
+
default: () => never[];
|
537
|
+
};
|
538
|
+
}>> & {
|
539
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
540
|
+
}>>;
|
541
|
+
emit: (event: "comfirm", ...args: any[]) => void;
|
542
|
+
state: import("./src/types").IState;
|
543
|
+
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
544
|
+
listRef: import("vue").Ref<any>;
|
545
|
+
keyword: import("vue").Ref<string>;
|
546
|
+
showModal: import("vue").Ref<boolean>;
|
547
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
548
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
549
|
+
groupName: import("vue").Ref<string>;
|
550
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
551
|
+
remark: import("vue").Ref<string>;
|
552
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
553
|
+
handleInput: () => void;
|
554
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
555
|
+
defaultOptions: import("vue").ComputedRef<{
|
556
|
+
id: any;
|
557
|
+
name: any;
|
558
|
+
avatar: any;
|
559
|
+
}[]>;
|
560
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
561
|
+
btnDisabled: import("vue").ComputedRef<boolean>;
|
562
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
563
|
+
handlePositiveClick: () => Promise<void>;
|
564
|
+
updateCheckedSourceIds: () => void;
|
565
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
566
|
+
actionType: "check" | "uncheck";
|
567
|
+
value: string | number;
|
568
|
+
}) => void;
|
569
|
+
closeTag: (id: string) => void;
|
570
|
+
NModal: any;
|
571
|
+
NButton: any;
|
572
|
+
NSpace: any;
|
573
|
+
NAvatar: any;
|
574
|
+
NIcon: any;
|
575
|
+
NTag: any;
|
576
|
+
NInput: any;
|
577
|
+
NCheckbox: any;
|
578
|
+
NCheckboxGroup: any;
|
579
|
+
NTooltip: any;
|
580
|
+
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
581
|
+
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
582
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
583
|
+
title: {
|
584
|
+
type: StringConstructor;
|
585
|
+
default: string;
|
586
|
+
};
|
587
|
+
mode: {
|
588
|
+
type: StringConstructor;
|
589
|
+
default: string;
|
590
|
+
};
|
591
|
+
options: {
|
592
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
593
|
+
};
|
594
|
+
disabledIds: {
|
595
|
+
type: import("vue").PropType<string[]>;
|
596
|
+
default: () => never[];
|
597
|
+
};
|
598
|
+
defaultValue: {
|
599
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
600
|
+
default: () => never[];
|
601
|
+
};
|
602
|
+
}>> & {
|
603
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
604
|
+
}, {
|
605
|
+
defaultValue: import("../../shared/types").AnyObject[];
|
606
|
+
mode: string;
|
607
|
+
title: string;
|
608
|
+
disabledIds: string[];
|
609
|
+
}>;
|
485
610
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
486
611
|
type: {
|
487
612
|
type: StringConstructor;
|
@@ -658,6 +783,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
658
783
|
};
|
659
784
|
defaultValue: {
|
660
785
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
786
|
+
default: () => never[];
|
661
787
|
};
|
662
788
|
}, {
|
663
789
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -678,6 +804,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
678
804
|
};
|
679
805
|
defaultValue: {
|
680
806
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
807
|
+
default: () => never[];
|
681
808
|
};
|
682
809
|
}>> & {
|
683
810
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
@@ -692,6 +819,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
692
819
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
693
820
|
groupName: import("vue").Ref<string>;
|
694
821
|
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
822
|
+
remark: import("vue").Ref<string>;
|
695
823
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
696
824
|
handleInput: () => void;
|
697
825
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -740,10 +868,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
740
868
|
};
|
741
869
|
defaultValue: {
|
742
870
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
871
|
+
default: () => never[];
|
743
872
|
};
|
744
873
|
}>> & {
|
745
874
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
746
875
|
}, {
|
876
|
+
defaultValue: import("../../shared/types").AnyObject[];
|
747
877
|
mode: string;
|
748
878
|
title: string;
|
749
879
|
disabledIds: string[];
|
@@ -754,12 +884,18 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
754
884
|
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
755
885
|
state: import("./src/types").IState;
|
756
886
|
setMsgList: (list?: import("../../shared/types").AnyObject[]) => void;
|
887
|
+
relayMessage: (param: {
|
888
|
+
checkedIds: string[];
|
889
|
+
remark: string;
|
890
|
+
content: import("../../shared/types").AnyObject;
|
891
|
+
}) => Promise<void>;
|
757
892
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
758
893
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
759
894
|
contextmenuRef: import("vue").Ref<any>;
|
760
895
|
showMenu: import("vue").Ref<boolean>;
|
761
896
|
menuPosition: any;
|
762
897
|
menuMsgId: import("vue").Ref<any>;
|
898
|
+
relayTriggerRef: import("vue").Ref<any>;
|
763
899
|
pageInfo: {
|
764
900
|
page: number;
|
765
901
|
hasMore: boolean;
|
@@ -776,6 +912,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
776
912
|
handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
|
777
913
|
setMenuPosition: (event: MouseEvent) => Promise<void>;
|
778
914
|
showMessage: (item: import("../../shared/types").AnyObject) => boolean;
|
915
|
+
showReEdit: (item: import("../../shared/types").AnyObject) => boolean;
|
779
916
|
showReferenceMsg: (item: import("../../shared/types").AnyObject) => any;
|
780
917
|
showBlendMsg: (item: import("../../shared/types").AnyObject) => any;
|
781
918
|
showTemplateMsg: (item: import("../../shared/types").AnyObject, type: "template" | "system") => boolean | undefined;
|
@@ -785,6 +922,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
785
922
|
resetInfo: () => void;
|
786
923
|
setReferenceMsg: (msgItem: import("../../shared/types").AnyObject) => void;
|
787
924
|
handleSelect: (key: string, msgItem: import("../../shared/types").AnyObject) => void;
|
925
|
+
handleRelay: (checkedIds: string[], remark: string) => void;
|
926
|
+
reEdit: (item: import("../../shared/types").AnyObject) => void;
|
788
927
|
NAvatar: any;
|
789
928
|
NImageGroup: any;
|
790
929
|
NImage: any;
|
@@ -969,6 +1108,119 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
969
1108
|
}, {
|
970
1109
|
show: boolean;
|
971
1110
|
}>;
|
1111
|
+
ChatAdd: import("vue").DefineComponent<{
|
1112
|
+
title: {
|
1113
|
+
type: StringConstructor;
|
1114
|
+
default: string;
|
1115
|
+
};
|
1116
|
+
mode: {
|
1117
|
+
type: StringConstructor;
|
1118
|
+
default: string;
|
1119
|
+
};
|
1120
|
+
options: {
|
1121
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1122
|
+
};
|
1123
|
+
disabledIds: {
|
1124
|
+
type: import("vue").PropType<string[]>;
|
1125
|
+
default: () => never[];
|
1126
|
+
};
|
1127
|
+
defaultValue: {
|
1128
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1129
|
+
default: () => never[];
|
1130
|
+
};
|
1131
|
+
}, {
|
1132
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1133
|
+
title: {
|
1134
|
+
type: StringConstructor;
|
1135
|
+
default: string;
|
1136
|
+
};
|
1137
|
+
mode: {
|
1138
|
+
type: StringConstructor;
|
1139
|
+
default: string;
|
1140
|
+
};
|
1141
|
+
options: {
|
1142
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1143
|
+
};
|
1144
|
+
disabledIds: {
|
1145
|
+
type: import("vue").PropType<string[]>;
|
1146
|
+
default: () => never[];
|
1147
|
+
};
|
1148
|
+
defaultValue: {
|
1149
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1150
|
+
default: () => never[];
|
1151
|
+
};
|
1152
|
+
}>> & {
|
1153
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
1154
|
+
}>>;
|
1155
|
+
emit: (event: "comfirm", ...args: any[]) => void;
|
1156
|
+
state: import("./src/types").IState;
|
1157
|
+
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
1158
|
+
listRef: import("vue").Ref<any>;
|
1159
|
+
keyword: import("vue").Ref<string>;
|
1160
|
+
showModal: import("vue").Ref<boolean>;
|
1161
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1162
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1163
|
+
groupName: import("vue").Ref<string>;
|
1164
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1165
|
+
remark: import("vue").Ref<string>;
|
1166
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1167
|
+
handleInput: () => void;
|
1168
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
1169
|
+
defaultOptions: import("vue").ComputedRef<{
|
1170
|
+
id: any;
|
1171
|
+
name: any;
|
1172
|
+
avatar: any;
|
1173
|
+
}[]>;
|
1174
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
1175
|
+
btnDisabled: import("vue").ComputedRef<boolean>;
|
1176
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
1177
|
+
handlePositiveClick: () => Promise<void>;
|
1178
|
+
updateCheckedSourceIds: () => void;
|
1179
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1180
|
+
actionType: "check" | "uncheck";
|
1181
|
+
value: string | number;
|
1182
|
+
}) => void;
|
1183
|
+
closeTag: (id: string) => void;
|
1184
|
+
NModal: any;
|
1185
|
+
NButton: any;
|
1186
|
+
NSpace: any;
|
1187
|
+
NAvatar: any;
|
1188
|
+
NIcon: any;
|
1189
|
+
NTag: any;
|
1190
|
+
NInput: any;
|
1191
|
+
NCheckbox: any;
|
1192
|
+
NCheckboxGroup: any;
|
1193
|
+
NTooltip: any;
|
1194
|
+
SearchOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1195
|
+
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1196
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1197
|
+
title: {
|
1198
|
+
type: StringConstructor;
|
1199
|
+
default: string;
|
1200
|
+
};
|
1201
|
+
mode: {
|
1202
|
+
type: StringConstructor;
|
1203
|
+
default: string;
|
1204
|
+
};
|
1205
|
+
options: {
|
1206
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1207
|
+
};
|
1208
|
+
disabledIds: {
|
1209
|
+
type: import("vue").PropType<string[]>;
|
1210
|
+
default: () => never[];
|
1211
|
+
};
|
1212
|
+
defaultValue: {
|
1213
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1214
|
+
default: () => never[];
|
1215
|
+
};
|
1216
|
+
}>> & {
|
1217
|
+
onComfirm?: ((...args: any[]) => any) | undefined;
|
1218
|
+
}, {
|
1219
|
+
defaultValue: import("../../shared/types").AnyObject[];
|
1220
|
+
mode: string;
|
1221
|
+
title: string;
|
1222
|
+
disabledIds: string[];
|
1223
|
+
}>;
|
972
1224
|
simplifyMessage: typeof import("./src/utils").simplifyMessage;
|
973
1225
|
isAudioOrVideoMessage: typeof import("./src/utils").isAudioOrVideoMessage;
|
974
1226
|
getAVTime: typeof import("./src/utils").getAVTime;
|
@@ -1005,6 +1257,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1005
1257
|
fileChange: (options: import("./src/types").FileOptions, chatMessageType: import("./src/constants").MESSAGE_TYPE) => Promise<void>;
|
1006
1258
|
handleMsgSend: () => Promise<void>;
|
1007
1259
|
doSendMessage: (contentInfo: import("../../shared/types").AnyObject) => Promise<void>;
|
1260
|
+
clearInput: () => void;
|
1008
1261
|
NButton: any;
|
1009
1262
|
NPopover: any;
|
1010
1263
|
NTooltip: any;
|
@@ -1029,6 +1282,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1029
1282
|
};
|
1030
1283
|
defaultValue: {
|
1031
1284
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1285
|
+
default: () => never[];
|
1032
1286
|
};
|
1033
1287
|
}, {
|
1034
1288
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -1049,6 +1303,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1049
1303
|
};
|
1050
1304
|
defaultValue: {
|
1051
1305
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1306
|
+
default: () => never[];
|
1052
1307
|
};
|
1053
1308
|
}>> & {
|
1054
1309
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
@@ -1063,6 +1318,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1063
1318
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1064
1319
|
groupName: import("vue").Ref<string>;
|
1065
1320
|
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1321
|
+
remark: import("vue").Ref<string>;
|
1066
1322
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1067
1323
|
handleInput: () => void;
|
1068
1324
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -1111,10 +1367,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1111
1367
|
};
|
1112
1368
|
defaultValue: {
|
1113
1369
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1370
|
+
default: () => never[];
|
1114
1371
|
};
|
1115
1372
|
}>> & {
|
1116
1373
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1117
1374
|
}, {
|
1375
|
+
defaultValue: import("../../shared/types").AnyObject[];
|
1118
1376
|
mode: string;
|
1119
1377
|
title: string;
|
1120
1378
|
disabledIds: string[];
|
@@ -1221,6 +1479,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1221
1479
|
};
|
1222
1480
|
defaultValue: {
|
1223
1481
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1482
|
+
default: () => never[];
|
1224
1483
|
};
|
1225
1484
|
}, {
|
1226
1485
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -1241,6 +1500,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1241
1500
|
};
|
1242
1501
|
defaultValue: {
|
1243
1502
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1503
|
+
default: () => never[];
|
1244
1504
|
};
|
1245
1505
|
}>> & {
|
1246
1506
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
@@ -1255,6 +1515,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1255
1515
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1256
1516
|
groupName: import("vue").Ref<string>;
|
1257
1517
|
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1518
|
+
remark: import("vue").Ref<string>;
|
1258
1519
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1259
1520
|
handleInput: () => void;
|
1260
1521
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -1303,10 +1564,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1303
1564
|
};
|
1304
1565
|
defaultValue: {
|
1305
1566
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1567
|
+
default: () => never[];
|
1306
1568
|
};
|
1307
1569
|
}>> & {
|
1308
1570
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1309
1571
|
}, {
|
1572
|
+
defaultValue: import("../../shared/types").AnyObject[];
|
1310
1573
|
mode: string;
|
1311
1574
|
title: string;
|
1312
1575
|
disabledIds: string[];
|
@@ -1444,6 +1707,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1444
1707
|
};
|
1445
1708
|
defaultValue: {
|
1446
1709
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1710
|
+
default: () => never[];
|
1447
1711
|
};
|
1448
1712
|
}, {
|
1449
1713
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -1464,6 +1728,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1464
1728
|
};
|
1465
1729
|
defaultValue: {
|
1466
1730
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1731
|
+
default: () => never[];
|
1467
1732
|
};
|
1468
1733
|
}>> & {
|
1469
1734
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
@@ -1478,6 +1743,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1478
1743
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1479
1744
|
groupName: import("vue").Ref<string>;
|
1480
1745
|
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1746
|
+
remark: import("vue").Ref<string>;
|
1481
1747
|
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1482
1748
|
handleInput: () => void;
|
1483
1749
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
@@ -1526,10 +1792,12 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1526
1792
|
};
|
1527
1793
|
defaultValue: {
|
1528
1794
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1795
|
+
default: () => never[];
|
1529
1796
|
};
|
1530
1797
|
}>> & {
|
1531
1798
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1532
1799
|
}, {
|
1800
|
+
defaultValue: import("../../shared/types").AnyObject[];
|
1533
1801
|
mode: string;
|
1534
1802
|
title: string;
|
1535
1803
|
disabledIds: string[];
|