cnhis-design-vue 3.2.7-release.1 → 3.2.7-release.2
Sign up to get free protection for your applications and to get access to all the features.
- 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/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/classification/index.d.ts +60 -5
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +60 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +60 -5
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +60 -5
- package/es/components/date-picker/index.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +26 -0
- package/es/components/field-set/src/components/condition.vue.d.ts +13 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +26 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +1 -1
- package/es/components/form-render/src/utils/business.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +1 -1
- package/es/components/form-render/src/utils/schema.js +1 -1
- package/es/components/iho-chat/index.d.ts +171 -85
- package/es/components/iho-chat/src/Index.vue.d.ts +171 -85
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +34 -13
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +38 -13
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +48 -14
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +9 -19
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +13 -0
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +3 -10
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +47 -22
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +11 -0
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -0
- package/es/components/iho-chat/src/types/index.d.ts +0 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +20 -2
- package/es/components/index.css +1 -1
- 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/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +47 -5
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +37 -19
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +47 -5
- 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 +47 -5
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +33 -18
- 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 +13 -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 +69 -4
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +69 -4
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +1 -0
- package/es/components/time-picker/index.d.ts +20 -2
- package/es/components/time-picker/src/TimePicker.vue.d.ts +21 -2
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/env.d.ts +25 -25
- 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/business.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
@@ -71,7 +71,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
71
71
|
currentReferenceMsg: import("../../shared/types").AnyObject | null;
|
72
72
|
showVideo: boolean;
|
73
73
|
currentAVMsg: import("../../shared/types").AnyObject;
|
74
|
-
userList: import("../../shared/types").AnyObject[];
|
75
74
|
currentGroupUser: import("../../shared/types").AnyObject[];
|
76
75
|
showMultipleVideo: boolean;
|
77
76
|
};
|
@@ -84,7 +83,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
84
83
|
setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
|
85
84
|
groupSessionList: import("../../shared/types").AnyObject[];
|
86
85
|
init: () => Promise<void>;
|
87
|
-
handleUserSearch: () => Promise<void>;
|
88
86
|
initWebSocket: () => void;
|
89
87
|
subscribeSessionList: () => void;
|
90
88
|
handleDefaultSession: () => void;
|
@@ -147,7 +145,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
147
145
|
defaultValue?: undefined;
|
148
146
|
} | {
|
149
147
|
mode: string;
|
150
|
-
defaultValue:
|
148
|
+
defaultValue: import("../../shared/types").AnyObject[];
|
151
149
|
disabledIds?: undefined;
|
152
150
|
}>;
|
153
151
|
handleOpenChatFile: (type: string) => void;
|
@@ -429,6 +427,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
429
427
|
allowedInvalidValue: {
|
430
428
|
type: StringConstructor;
|
431
429
|
};
|
430
|
+
to: {
|
431
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
432
|
+
default: string;
|
433
|
+
};
|
432
434
|
}, {
|
433
435
|
attrs: {
|
434
436
|
[x: string]: unknown;
|
@@ -449,6 +451,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
449
451
|
allowedInvalidValue: {
|
450
452
|
type: StringConstructor;
|
451
453
|
};
|
454
|
+
to: {
|
455
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
456
|
+
default: string;
|
457
|
+
};
|
452
458
|
}>> & {
|
453
459
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
454
460
|
}>>;
|
@@ -485,10 +491,15 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
485
491
|
allowedInvalidValue: {
|
486
492
|
type: StringConstructor;
|
487
493
|
};
|
494
|
+
to: {
|
495
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
496
|
+
default: string;
|
497
|
+
};
|
488
498
|
}>> & {
|
489
499
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
490
500
|
}, {
|
491
501
|
updateUnchangedValue: boolean;
|
502
|
+
to: string | false | HTMLElement;
|
492
503
|
}>>;
|
493
504
|
formatTime: typeof import("./src/utils").formatTime;
|
494
505
|
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
@@ -517,9 +528,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
517
528
|
};
|
518
529
|
disabledIds: {
|
519
530
|
type: import("vue").PropType<string[]>;
|
531
|
+
default: () => never[];
|
520
532
|
};
|
521
533
|
defaultValue: {
|
522
|
-
type: import("vue").PropType<
|
534
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
523
535
|
};
|
524
536
|
}, {
|
525
537
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -536,34 +548,52 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
536
548
|
};
|
537
549
|
disabledIds: {
|
538
550
|
type: import("vue").PropType<string[]>;
|
551
|
+
default: () => never[];
|
539
552
|
};
|
540
553
|
defaultValue: {
|
541
|
-
type: import("vue").PropType<
|
554
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
542
555
|
};
|
543
556
|
}>> & {
|
544
557
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
545
558
|
}>>;
|
546
559
|
emit: (event: "comfirm", ...args: any[]) => void;
|
547
560
|
state: import("./src/types").IState;
|
561
|
+
listRef: import("vue").Ref<any>;
|
562
|
+
keyword: import("vue").Ref<any>;
|
548
563
|
showModal: import("vue").Ref<boolean>;
|
549
|
-
|
564
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
550
565
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
551
566
|
groupName: import("vue").Ref<string>;
|
567
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
568
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
569
|
+
handleInput: () => void;
|
570
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
571
|
+
defaultOptions: import("vue").ComputedRef<{
|
572
|
+
id: any;
|
573
|
+
name: any;
|
574
|
+
avatar: any;
|
575
|
+
}[]>;
|
576
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
552
577
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
578
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
553
579
|
handlePositiveClick: () => Promise<void>;
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
}) => JSX.Element | null;
|
580
|
+
updateCheckedSourceIds: () => void;
|
581
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
582
|
+
actionType: "check" | "uncheck";
|
583
|
+
value: string | number;
|
584
|
+
}) => void;
|
585
|
+
closeTag: (id: string) => void;
|
586
|
+
renderTargetList: () => JSX.Element[] | null;
|
562
587
|
NModal: any;
|
563
588
|
NButton: any;
|
564
|
-
|
589
|
+
NSpace: any;
|
590
|
+
NAvatar: any;
|
565
591
|
NIcon: any;
|
592
|
+
NTag: any;
|
566
593
|
NInput: any;
|
594
|
+
NCheckbox: any;
|
595
|
+
NCheckboxGroup: any;
|
596
|
+
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<{}>>, {}>;
|
567
597
|
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<{}>>, {}>;
|
568
598
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
569
599
|
title: {
|
@@ -579,15 +609,17 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
579
609
|
};
|
580
610
|
disabledIds: {
|
581
611
|
type: import("vue").PropType<string[]>;
|
612
|
+
default: () => never[];
|
582
613
|
};
|
583
614
|
defaultValue: {
|
584
|
-
type: import("vue").PropType<
|
615
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
585
616
|
};
|
586
617
|
}>> & {
|
587
618
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
588
619
|
}, {
|
589
620
|
mode: string;
|
590
621
|
title: string;
|
622
|
+
disabledIds: string[];
|
591
623
|
}>;
|
592
624
|
PersonAddOutline: 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<{}>>, {}>;
|
593
625
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
@@ -599,7 +631,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
599
631
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
600
632
|
contextmenuRef: import("vue").Ref<any>;
|
601
633
|
showMenu: import("vue").Ref<boolean>;
|
602
|
-
|
634
|
+
menuPosition: any;
|
635
|
+
menuMsgId: import("vue").Ref<any>;
|
603
636
|
pageInfo: {
|
604
637
|
page: number;
|
605
638
|
hasMore: boolean;
|
@@ -609,19 +642,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
609
642
|
'--c-tip-top': string;
|
610
643
|
'--c-tip-gap': string;
|
611
644
|
}>;
|
612
|
-
chatMainBounding: import("vue").ComputedRef<{
|
613
|
-
height: import("vue").Ref<number>;
|
614
|
-
bottom: import("vue").Ref<number>;
|
615
|
-
left: import("vue").Ref<number>;
|
616
|
-
right: import("vue").Ref<number>;
|
617
|
-
top: import("vue").Ref<number>;
|
618
|
-
width: import("vue").Ref<number>;
|
619
|
-
x: import("vue").Ref<number>;
|
620
|
-
y: import("vue").Ref<number>;
|
621
|
-
update: () => void;
|
622
|
-
}>;
|
623
645
|
getHistoryRecord: () => Promise<void>;
|
624
|
-
handleContextmenu: (event: MouseEvent) => Promise<void>;
|
646
|
+
handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
|
647
|
+
setMenuPosition: (event: MouseEvent) => Promise<void>;
|
625
648
|
showMessage: (item: import("../../shared/types").AnyObject) => boolean;
|
626
649
|
showTemplateMsg: (item: import("../../shared/types").AnyObject, type: "template" | "system") => boolean | undefined;
|
627
650
|
isTemplate3: (content: import("../../shared/types").AnyObject) => boolean;
|
@@ -795,10 +818,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
795
818
|
position: {
|
796
819
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
797
820
|
};
|
798
|
-
|
799
|
-
type:
|
821
|
+
msgId: {
|
822
|
+
type: StringConstructor;
|
800
823
|
};
|
801
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
824
|
+
}, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
802
825
|
show: {
|
803
826
|
type: BooleanConstructor;
|
804
827
|
default: boolean;
|
@@ -806,8 +829,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
806
829
|
position: {
|
807
830
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
808
831
|
};
|
809
|
-
|
810
|
-
type:
|
832
|
+
msgId: {
|
833
|
+
type: StringConstructor;
|
811
834
|
};
|
812
835
|
}>> & {
|
813
836
|
onSelect?: ((...args: any[]) => any) | undefined;
|
@@ -821,7 +844,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
821
844
|
getAVTime: typeof import("./src/utils").getAVTime;
|
822
845
|
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
823
846
|
ChatbubbleEllipsesOutline: 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<{}>>, {}>;
|
824
|
-
EllipsisHorizontal: 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<{}>>, {}>;
|
825
847
|
CallOutline: 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<{}>>, {}>;
|
826
848
|
VideocamOutline: 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<{}>>, {}>;
|
827
849
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
@@ -836,6 +858,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
836
858
|
}) => Promise<void>;
|
837
859
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
838
860
|
showEmoji: import("vue").Ref<boolean>;
|
861
|
+
chatAddProps: import("vue").ComputedRef<{
|
862
|
+
options: import("../../shared/types").AnyObject[];
|
863
|
+
defaultValue: import("../../shared/types").AnyObject[];
|
864
|
+
}>;
|
839
865
|
handleCall: (chatMessageType: string, checkedIds?: never[]) => void;
|
840
866
|
handleKeyDown: (event: KeyboardEvent) => void;
|
841
867
|
isWrap: (event: KeyboardEvent) => boolean;
|
@@ -867,9 +893,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
867
893
|
};
|
868
894
|
disabledIds: {
|
869
895
|
type: import("vue").PropType<string[]>;
|
896
|
+
default: () => never[];
|
870
897
|
};
|
871
898
|
defaultValue: {
|
872
|
-
type: import("vue").PropType<
|
899
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
873
900
|
};
|
874
901
|
}, {
|
875
902
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -886,34 +913,52 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
886
913
|
};
|
887
914
|
disabledIds: {
|
888
915
|
type: import("vue").PropType<string[]>;
|
916
|
+
default: () => never[];
|
889
917
|
};
|
890
918
|
defaultValue: {
|
891
|
-
type: import("vue").PropType<
|
919
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
892
920
|
};
|
893
921
|
}>> & {
|
894
922
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
895
923
|
}>>;
|
896
924
|
emit: (event: "comfirm", ...args: any[]) => void;
|
897
925
|
state: import("./src/types").IState;
|
926
|
+
listRef: import("vue").Ref<any>;
|
927
|
+
keyword: import("vue").Ref<any>;
|
898
928
|
showModal: import("vue").Ref<boolean>;
|
899
|
-
|
929
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
900
930
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
901
931
|
groupName: import("vue").Ref<string>;
|
932
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
933
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
934
|
+
handleInput: () => void;
|
935
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
936
|
+
defaultOptions: import("vue").ComputedRef<{
|
937
|
+
id: any;
|
938
|
+
name: any;
|
939
|
+
avatar: any;
|
940
|
+
}[]>;
|
941
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
902
942
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
943
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
903
944
|
handlePositiveClick: () => Promise<void>;
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
}) => JSX.Element | null;
|
945
|
+
updateCheckedSourceIds: () => void;
|
946
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
947
|
+
actionType: "check" | "uncheck";
|
948
|
+
value: string | number;
|
949
|
+
}) => void;
|
950
|
+
closeTag: (id: string) => void;
|
951
|
+
renderTargetList: () => JSX.Element[] | null;
|
912
952
|
NModal: any;
|
913
953
|
NButton: any;
|
914
|
-
|
954
|
+
NSpace: any;
|
955
|
+
NAvatar: any;
|
915
956
|
NIcon: any;
|
957
|
+
NTag: any;
|
916
958
|
NInput: any;
|
959
|
+
NCheckbox: any;
|
960
|
+
NCheckboxGroup: any;
|
961
|
+
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<{}>>, {}>;
|
917
962
|
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<{}>>, {}>;
|
918
963
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
919
964
|
title: {
|
@@ -929,15 +974,17 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
929
974
|
};
|
930
975
|
disabledIds: {
|
931
976
|
type: import("vue").PropType<string[]>;
|
977
|
+
default: () => never[];
|
932
978
|
};
|
933
979
|
defaultValue: {
|
934
|
-
type: import("vue").PropType<
|
980
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
935
981
|
};
|
936
982
|
}>> & {
|
937
983
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
938
984
|
}, {
|
939
985
|
mode: string;
|
940
986
|
title: string;
|
987
|
+
disabledIds: string[];
|
941
988
|
}>;
|
942
989
|
emojis: {
|
943
990
|
default: string[][];
|
@@ -955,16 +1002,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
955
1002
|
inputRef: import("vue").Ref<any>;
|
956
1003
|
showSearch: import("vue").Ref<boolean>;
|
957
1004
|
keyword: import("vue").Ref<any>;
|
958
|
-
userList: import("vue").Ref<any>;
|
959
1005
|
state: import("./src/types").IState;
|
960
1006
|
openSession: (item: import("../../shared/types").AnyObject) => Promise<void>;
|
961
|
-
|
962
|
-
page: number;
|
963
|
-
hasMore: boolean;
|
964
|
-
};
|
1007
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
965
1008
|
handleInput: () => void;
|
966
|
-
handleSearch: () => Promise<void>;
|
967
|
-
resetAndSearch: () => void;
|
968
1009
|
addSession: (userId: string) => Promise<void>;
|
969
1010
|
NPopover: any;
|
970
1011
|
NButton: any;
|
@@ -987,9 +1028,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
987
1028
|
};
|
988
1029
|
disabledIds: {
|
989
1030
|
type: import("vue").PropType<string[]>;
|
1031
|
+
default: () => never[];
|
990
1032
|
};
|
991
1033
|
defaultValue: {
|
992
|
-
type: import("vue").PropType<
|
1034
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
993
1035
|
};
|
994
1036
|
}, {
|
995
1037
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -1006,34 +1048,52 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1006
1048
|
};
|
1007
1049
|
disabledIds: {
|
1008
1050
|
type: import("vue").PropType<string[]>;
|
1051
|
+
default: () => never[];
|
1009
1052
|
};
|
1010
1053
|
defaultValue: {
|
1011
|
-
type: import("vue").PropType<
|
1054
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1012
1055
|
};
|
1013
1056
|
}>> & {
|
1014
1057
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1015
1058
|
}>>;
|
1016
1059
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1017
1060
|
state: import("./src/types").IState;
|
1061
|
+
listRef: import("vue").Ref<any>;
|
1062
|
+
keyword: import("vue").Ref<any>;
|
1018
1063
|
showModal: import("vue").Ref<boolean>;
|
1019
|
-
|
1064
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1020
1065
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1021
1066
|
groupName: import("vue").Ref<string>;
|
1067
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1068
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1069
|
+
handleInput: () => void;
|
1070
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
1071
|
+
defaultOptions: import("vue").ComputedRef<{
|
1072
|
+
id: any;
|
1073
|
+
name: any;
|
1074
|
+
avatar: any;
|
1075
|
+
}[]>;
|
1076
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
1022
1077
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1078
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
1023
1079
|
handlePositiveClick: () => Promise<void>;
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
}) => JSX.Element | null;
|
1080
|
+
updateCheckedSourceIds: () => void;
|
1081
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1082
|
+
actionType: "check" | "uncheck";
|
1083
|
+
value: string | number;
|
1084
|
+
}) => void;
|
1085
|
+
closeTag: (id: string) => void;
|
1086
|
+
renderTargetList: () => JSX.Element[] | null;
|
1032
1087
|
NModal: any;
|
1033
1088
|
NButton: any;
|
1034
|
-
|
1089
|
+
NSpace: any;
|
1090
|
+
NAvatar: any;
|
1035
1091
|
NIcon: any;
|
1092
|
+
NTag: any;
|
1036
1093
|
NInput: any;
|
1094
|
+
NCheckbox: any;
|
1095
|
+
NCheckboxGroup: any;
|
1096
|
+
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<{}>>, {}>;
|
1037
1097
|
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<{}>>, {}>;
|
1038
1098
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1039
1099
|
title: {
|
@@ -1049,15 +1109,17 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1049
1109
|
};
|
1050
1110
|
disabledIds: {
|
1051
1111
|
type: import("vue").PropType<string[]>;
|
1112
|
+
default: () => never[];
|
1052
1113
|
};
|
1053
1114
|
defaultValue: {
|
1054
|
-
type: import("vue").PropType<
|
1115
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1055
1116
|
};
|
1056
1117
|
}>> & {
|
1057
1118
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1058
1119
|
}, {
|
1059
1120
|
mode: string;
|
1060
1121
|
title: string;
|
1122
|
+
disabledIds: string[];
|
1061
1123
|
}>;
|
1062
1124
|
Video: import("vue").DefineComponent<{}, {
|
1063
1125
|
sendMessage: (message: {
|
@@ -1112,7 +1174,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1112
1174
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1113
1175
|
MultipleVideo: import("vue").DefineComponent<{}, {
|
1114
1176
|
selfVideoRef: import("vue").Ref<any>;
|
1115
|
-
remoteUsers: import("vue").Ref<
|
1177
|
+
remoteUsers: import("vue").Ref<{
|
1178
|
+
id: string;
|
1179
|
+
name: string;
|
1180
|
+
}[]>;
|
1116
1181
|
state: import("./src/types").IState;
|
1117
1182
|
sendMessage: (message: {
|
1118
1183
|
chatType?: string | undefined;
|
@@ -1140,11 +1205,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1140
1205
|
installEventHandlers: () => void;
|
1141
1206
|
uninstallEventHandlers: () => void;
|
1142
1207
|
handleRemoteVideoAvailable: (event: any) => Promise<void>;
|
1143
|
-
handleRemoteAudioAvailable: (event: any) => void
|
1144
|
-
handleRemoteUserEnter: (event: any) => void
|
1208
|
+
handleRemoteAudioAvailable: (event: any) => Promise<void>;
|
1209
|
+
handleRemoteUserEnter: (event: any) => Promise<void>;
|
1210
|
+
getUserName: (userId: string) => Promise<any>;
|
1145
1211
|
handleRemoteUserExit: (event: any) => void;
|
1146
1212
|
handleError: (error: any) => void;
|
1147
|
-
getName: (id: string) => any;
|
1148
1213
|
NButton: any;
|
1149
1214
|
NIcon: any;
|
1150
1215
|
ChatAdd: import("vue").DefineComponent<{
|
@@ -1161,9 +1226,10 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1161
1226
|
};
|
1162
1227
|
disabledIds: {
|
1163
1228
|
type: import("vue").PropType<string[]>;
|
1229
|
+
default: () => never[];
|
1164
1230
|
};
|
1165
1231
|
defaultValue: {
|
1166
|
-
type: import("vue").PropType<
|
1232
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1167
1233
|
};
|
1168
1234
|
}, {
|
1169
1235
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -1180,34 +1246,52 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1180
1246
|
};
|
1181
1247
|
disabledIds: {
|
1182
1248
|
type: import("vue").PropType<string[]>;
|
1249
|
+
default: () => never[];
|
1183
1250
|
};
|
1184
1251
|
defaultValue: {
|
1185
|
-
type: import("vue").PropType<
|
1252
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1186
1253
|
};
|
1187
1254
|
}>> & {
|
1188
1255
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1189
1256
|
}>>;
|
1190
1257
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1191
1258
|
state: import("./src/types").IState;
|
1259
|
+
listRef: import("vue").Ref<any>;
|
1260
|
+
keyword: import("vue").Ref<any>;
|
1192
1261
|
showModal: import("vue").Ref<boolean>;
|
1193
|
-
|
1262
|
+
checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1194
1263
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1195
1264
|
groupName: import("vue").Ref<string>;
|
1265
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1266
|
+
userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1267
|
+
handleInput: () => void;
|
1268
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
1269
|
+
defaultOptions: import("vue").ComputedRef<{
|
1270
|
+
id: any;
|
1271
|
+
name: any;
|
1272
|
+
avatar: any;
|
1273
|
+
}[]>;
|
1274
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
1196
1275
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1276
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
1197
1277
|
handlePositiveClick: () => Promise<void>;
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
}) => JSX.Element | null;
|
1278
|
+
updateCheckedSourceIds: () => void;
|
1279
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1280
|
+
actionType: "check" | "uncheck";
|
1281
|
+
value: string | number;
|
1282
|
+
}) => void;
|
1283
|
+
closeTag: (id: string) => void;
|
1284
|
+
renderTargetList: () => JSX.Element[] | null;
|
1206
1285
|
NModal: any;
|
1207
1286
|
NButton: any;
|
1208
|
-
|
1287
|
+
NSpace: any;
|
1288
|
+
NAvatar: any;
|
1209
1289
|
NIcon: any;
|
1290
|
+
NTag: any;
|
1210
1291
|
NInput: any;
|
1292
|
+
NCheckbox: any;
|
1293
|
+
NCheckboxGroup: any;
|
1294
|
+
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<{}>>, {}>;
|
1211
1295
|
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<{}>>, {}>;
|
1212
1296
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1213
1297
|
title: {
|
@@ -1223,15 +1307,17 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1223
1307
|
};
|
1224
1308
|
disabledIds: {
|
1225
1309
|
type: import("vue").PropType<string[]>;
|
1310
|
+
default: () => never[];
|
1226
1311
|
};
|
1227
1312
|
defaultValue: {
|
1228
|
-
type: import("vue").PropType<
|
1313
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1229
1314
|
};
|
1230
1315
|
}>> & {
|
1231
1316
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1232
1317
|
}, {
|
1233
1318
|
mode: string;
|
1234
1319
|
title: string;
|
1320
|
+
disabledIds: string[];
|
1235
1321
|
}>;
|
1236
1322
|
Call: 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<{}>>, {}>;
|
1237
1323
|
Videocam: 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<{}>>, {}>;
|