cnhis-design-vue 3.2.7-beta.2 → 3.2.7-beta.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/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/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/constants/index.d.ts +3 -1
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +8 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -6
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +0 -2
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +8 -3
- 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/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +8 -3
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +11 -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/index.d.ts +6 -3
- package/es/components/form-config/src/FormConfig.vue.d.ts +6 -3
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +6 -3
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +3 -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 +236 -74
- package/es/components/iho-chat/src/Index.vue.d.ts +236 -74
- 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 +39 -14
- 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 +24 -4
- 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/ChatRecord.vue2.js +1 -1
- 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 +15 -2
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +61 -24
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +14 -2
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/hooks/useScrollLoading.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useScrollLoading.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/hooks/useState.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -0
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +0 -1
- package/es/components/iho-chat/src/utils/index.js +1 -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/shortcut-setter/index.d.ts +2 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -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-line/index.d.ts +4 -4
- package/es/components/time-line/src/TimeLine.vue.d.ts +1 -1
- package/es/components/time-line/src/TimeLine.vue2.js +1 -1
- 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/shared/package.json.js +1 -1
- package/es/shared/utils/business.js +1 -1
- package/package.json +2 -2
@@ -21,6 +21,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
21
21
|
type: StringConstructor;
|
22
22
|
default: string;
|
23
23
|
};
|
24
|
+
chatBox: {
|
25
|
+
type: BooleanConstructor;
|
26
|
+
default: boolean;
|
27
|
+
};
|
28
|
+
defaultSessionKey: {
|
29
|
+
type: StringConstructor;
|
30
|
+
};
|
24
31
|
}, {
|
25
32
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
26
33
|
token: {
|
@@ -39,6 +46,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
39
46
|
type: StringConstructor;
|
40
47
|
default: string;
|
41
48
|
};
|
49
|
+
chatBox: {
|
50
|
+
type: BooleanConstructor;
|
51
|
+
default: boolean;
|
52
|
+
};
|
53
|
+
defaultSessionKey: {
|
54
|
+
type: StringConstructor;
|
55
|
+
};
|
42
56
|
}>> & {
|
43
57
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
44
58
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
@@ -62,7 +76,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
62
76
|
currentReferenceMsg: AnyObject | null;
|
63
77
|
showVideo: boolean;
|
64
78
|
currentAVMsg: AnyObject;
|
65
|
-
userList: AnyObject[];
|
66
79
|
currentGroupUser: AnyObject[];
|
67
80
|
showMultipleVideo: boolean;
|
68
81
|
};
|
@@ -75,9 +88,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
75
88
|
setCurrentSessionItem: (item: AnyObject) => void;
|
76
89
|
groupSessionList: AnyObject[];
|
77
90
|
init: () => Promise<void>;
|
78
|
-
handleUserSearch: () => Promise<void>;
|
79
91
|
initWebSocket: () => void;
|
80
92
|
subscribeSessionList: () => void;
|
93
|
+
handleDefaultSession: () => void;
|
81
94
|
subscribeGroupMessage: () => void;
|
82
95
|
subscribeMessage: () => void;
|
83
96
|
handleMessage: (messageVo: AnyObject, chatType: string) => Promise<void>;
|
@@ -137,7 +150,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
137
150
|
defaultValue?: undefined;
|
138
151
|
} | {
|
139
152
|
mode: string;
|
140
|
-
defaultValue:
|
153
|
+
defaultValue: AnyObject[];
|
141
154
|
disabledIds?: undefined;
|
142
155
|
}>;
|
143
156
|
handleOpenChatFile: (type: string) => void;
|
@@ -419,6 +432,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
419
432
|
allowedInvalidValue: {
|
420
433
|
type: StringConstructor;
|
421
434
|
};
|
435
|
+
to: {
|
436
|
+
type: PropType<string | false | HTMLElement>;
|
437
|
+
default: string;
|
438
|
+
};
|
422
439
|
}, {
|
423
440
|
attrs: {
|
424
441
|
[x: string]: unknown;
|
@@ -439,6 +456,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
439
456
|
allowedInvalidValue: {
|
440
457
|
type: StringConstructor;
|
441
458
|
};
|
459
|
+
to: {
|
460
|
+
type: PropType<string | false | HTMLElement>;
|
461
|
+
default: string;
|
462
|
+
};
|
442
463
|
}>> & {
|
443
464
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
444
465
|
}>>;
|
@@ -475,10 +496,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
475
496
|
allowedInvalidValue: {
|
476
497
|
type: StringConstructor;
|
477
498
|
};
|
499
|
+
to: {
|
500
|
+
type: PropType<string | false | HTMLElement>;
|
501
|
+
default: string;
|
502
|
+
};
|
478
503
|
}>> & {
|
479
504
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
480
505
|
}, {
|
481
506
|
updateUnchangedValue: boolean;
|
507
|
+
to: string | false | HTMLElement;
|
482
508
|
}>>;
|
483
509
|
formatTime: typeof import("./utils").formatTime;
|
484
510
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
@@ -507,9 +533,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
507
533
|
};
|
508
534
|
disabledIds: {
|
509
535
|
type: PropType<string[]>;
|
536
|
+
default: () => never[];
|
510
537
|
};
|
511
538
|
defaultValue: {
|
512
|
-
type: PropType<
|
539
|
+
type: PropType<AnyObject[]>;
|
513
540
|
};
|
514
541
|
}, {
|
515
542
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -526,34 +553,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
526
553
|
};
|
527
554
|
disabledIds: {
|
528
555
|
type: PropType<string[]>;
|
556
|
+
default: () => never[];
|
529
557
|
};
|
530
558
|
defaultValue: {
|
531
|
-
type: PropType<
|
559
|
+
type: PropType<AnyObject[]>;
|
532
560
|
};
|
533
561
|
}>> & {
|
534
562
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
535
563
|
}>>;
|
536
564
|
emit: (event: "comfirm", ...args: any[]) => void;
|
537
565
|
state: IState;
|
566
|
+
listRef: import("vue").Ref<any>;
|
567
|
+
keyword: import("vue").Ref<any>;
|
538
568
|
showModal: import("vue").Ref<boolean>;
|
539
|
-
|
569
|
+
checkedOptions: import("vue").Ref<AnyObject[]>;
|
540
570
|
options: import("vue").Ref<AnyObject[]>;
|
541
571
|
groupName: import("vue").Ref<string>;
|
572
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
573
|
+
userList: import("vue").Ref<AnyObject[]>;
|
574
|
+
handleInput: () => void;
|
575
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
576
|
+
defaultOptions: import("vue").ComputedRef<{
|
577
|
+
id: any;
|
578
|
+
name: any;
|
579
|
+
avatar: any;
|
580
|
+
}[]>;
|
581
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
542
582
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
583
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
543
584
|
handlePositiveClick: () => Promise<void>;
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
}) => JSX.Element | null;
|
585
|
+
updateCheckedSourceIds: () => void;
|
586
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
587
|
+
actionType: "check" | "uncheck";
|
588
|
+
value: string | number;
|
589
|
+
}) => void;
|
590
|
+
closeTag: (id: string) => void;
|
591
|
+
renderTargetList: () => JSX.Element[] | null;
|
552
592
|
NModal: any;
|
553
593
|
NButton: any;
|
554
|
-
|
594
|
+
NSpace: any;
|
595
|
+
NAvatar: any;
|
555
596
|
NIcon: any;
|
597
|
+
NTag: any;
|
556
598
|
NInput: any;
|
599
|
+
NCheckbox: any;
|
600
|
+
NCheckboxGroup: any;
|
601
|
+
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<{}>>, {}>;
|
557
602
|
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<{}>>, {}>;
|
558
603
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
559
604
|
title: {
|
@@ -569,15 +614,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
569
614
|
};
|
570
615
|
disabledIds: {
|
571
616
|
type: PropType<string[]>;
|
617
|
+
default: () => never[];
|
572
618
|
};
|
573
619
|
defaultValue: {
|
574
|
-
type: PropType<
|
620
|
+
type: PropType<AnyObject[]>;
|
575
621
|
};
|
576
622
|
}>> & {
|
577
623
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
578
624
|
}, {
|
579
625
|
mode: string;
|
580
626
|
title: string;
|
627
|
+
disabledIds: string[];
|
581
628
|
}>;
|
582
629
|
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<{}>>, {}>;
|
583
630
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
@@ -587,7 +634,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
587
634
|
setMsgList: (list?: AnyObject[]) => void;
|
588
635
|
setCurrentSessionItem: (item: AnyObject) => void;
|
589
636
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
637
|
+
contextmenuRef: import("vue").Ref<any>;
|
590
638
|
showMenu: import("vue").Ref<boolean>;
|
639
|
+
menuPosition: any;
|
640
|
+
menuMsgId: import("vue").Ref<any>;
|
591
641
|
pageInfo: {
|
592
642
|
page: number;
|
593
643
|
hasMore: boolean;
|
@@ -598,6 +648,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
598
648
|
'--c-tip-gap': string;
|
599
649
|
}>;
|
600
650
|
getHistoryRecord: () => Promise<void>;
|
651
|
+
handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
|
652
|
+
setMenuPosition: (event: MouseEvent) => Promise<void>;
|
601
653
|
showMessage: (item: AnyObject) => boolean;
|
602
654
|
showTemplateMsg: (item: AnyObject, type: "template" | "system") => boolean | undefined;
|
603
655
|
isTemplate3: (content: AnyObject) => boolean;
|
@@ -605,12 +657,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
605
657
|
setScrollToButtom: () => Promise<void>;
|
606
658
|
resetInfo: () => void;
|
607
659
|
setReferenceMsg: (msgItem: AnyObject) => void;
|
660
|
+
handleSelect: (key: string, msgItem: AnyObject) => void;
|
608
661
|
NAvatar: any;
|
609
662
|
NImageGroup: any;
|
610
663
|
NImage: any;
|
611
664
|
NIcon: any;
|
612
665
|
NButtonGroup: any;
|
613
666
|
NButton: any;
|
667
|
+
NFlex: any;
|
614
668
|
PersonProfile: import("vue").DefineComponent<{
|
615
669
|
userId: {
|
616
670
|
type: StringConstructor;
|
@@ -768,18 +822,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
768
822
|
type: BooleanConstructor;
|
769
823
|
default: boolean;
|
770
824
|
};
|
771
|
-
|
825
|
+
position: {
|
826
|
+
type: PropType<import("vue").CSSProperties>;
|
827
|
+
};
|
828
|
+
msgId: {
|
829
|
+
type: StringConstructor;
|
830
|
+
};
|
831
|
+
}, () => 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<{
|
772
832
|
show: {
|
773
833
|
type: BooleanConstructor;
|
774
834
|
default: boolean;
|
775
835
|
};
|
836
|
+
position: {
|
837
|
+
type: PropType<import("vue").CSSProperties>;
|
838
|
+
};
|
839
|
+
msgId: {
|
840
|
+
type: StringConstructor;
|
841
|
+
};
|
776
842
|
}>> & {
|
777
|
-
|
843
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
778
844
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
779
845
|
}, {
|
780
846
|
show: boolean;
|
781
847
|
}>;
|
782
|
-
downloadFile: typeof import("./utils").downloadFile;
|
783
848
|
simplifyMessage: typeof import("./utils").simplifyMessage;
|
784
849
|
isAudioOrVideoMessage: typeof isAudioOrVideoMessage;
|
785
850
|
getAVTime: typeof import("./utils").getAVTime;
|
@@ -788,10 +853,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
788
853
|
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<{}>>, {}>;
|
789
854
|
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<{}>>, {}>;
|
790
855
|
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<{}>>, {}>;
|
856
|
+
DocumentSharp: 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<{}>>, {}>;
|
791
857
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
792
858
|
ChatFooter: import("vue").DefineComponent<{}, {
|
793
859
|
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
794
|
-
content: import("vue").Ref<string>;
|
795
860
|
state: IState;
|
796
861
|
sendMessage: (message: {
|
797
862
|
chatType?: string | undefined;
|
@@ -800,6 +865,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
800
865
|
}) => Promise<void>;
|
801
866
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
802
867
|
showEmoji: import("vue").Ref<boolean>;
|
868
|
+
content: import("vue").Ref<string>;
|
869
|
+
chatAddProps: import("vue").ComputedRef<{
|
870
|
+
options: AnyObject[];
|
871
|
+
defaultValue: AnyObject[];
|
872
|
+
}>;
|
803
873
|
handleCall: (chatMessageType: string, checkedIds?: never[]) => void;
|
804
874
|
handleKeyDown: (event: KeyboardEvent) => void;
|
805
875
|
isWrap: (event: KeyboardEvent) => boolean;
|
@@ -831,9 +901,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
831
901
|
};
|
832
902
|
disabledIds: {
|
833
903
|
type: PropType<string[]>;
|
904
|
+
default: () => never[];
|
834
905
|
};
|
835
906
|
defaultValue: {
|
836
|
-
type: PropType<
|
907
|
+
type: PropType<AnyObject[]>;
|
837
908
|
};
|
838
909
|
}, {
|
839
910
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -850,34 +921,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
850
921
|
};
|
851
922
|
disabledIds: {
|
852
923
|
type: PropType<string[]>;
|
924
|
+
default: () => never[];
|
853
925
|
};
|
854
926
|
defaultValue: {
|
855
|
-
type: PropType<
|
927
|
+
type: PropType<AnyObject[]>;
|
856
928
|
};
|
857
929
|
}>> & {
|
858
930
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
859
931
|
}>>;
|
860
932
|
emit: (event: "comfirm", ...args: any[]) => void;
|
861
933
|
state: IState;
|
934
|
+
listRef: import("vue").Ref<any>;
|
935
|
+
keyword: import("vue").Ref<any>;
|
862
936
|
showModal: import("vue").Ref<boolean>;
|
863
|
-
|
937
|
+
checkedOptions: import("vue").Ref<AnyObject[]>;
|
864
938
|
options: import("vue").Ref<AnyObject[]>;
|
865
939
|
groupName: import("vue").Ref<string>;
|
940
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
941
|
+
userList: import("vue").Ref<AnyObject[]>;
|
942
|
+
handleInput: () => void;
|
943
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
944
|
+
defaultOptions: import("vue").ComputedRef<{
|
945
|
+
id: any;
|
946
|
+
name: any;
|
947
|
+
avatar: any;
|
948
|
+
}[]>;
|
949
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
866
950
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
951
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
867
952
|
handlePositiveClick: () => Promise<void>;
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
}) => JSX.Element | null;
|
953
|
+
updateCheckedSourceIds: () => void;
|
954
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
955
|
+
actionType: "check" | "uncheck";
|
956
|
+
value: string | number;
|
957
|
+
}) => void;
|
958
|
+
closeTag: (id: string) => void;
|
959
|
+
renderTargetList: () => JSX.Element[] | null;
|
876
960
|
NModal: any;
|
877
961
|
NButton: any;
|
878
|
-
|
962
|
+
NSpace: any;
|
963
|
+
NAvatar: any;
|
879
964
|
NIcon: any;
|
965
|
+
NTag: any;
|
880
966
|
NInput: any;
|
967
|
+
NCheckbox: any;
|
968
|
+
NCheckboxGroup: any;
|
969
|
+
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<{}>>, {}>;
|
881
970
|
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<{}>>, {}>;
|
882
971
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
883
972
|
title: {
|
@@ -893,15 +982,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
893
982
|
};
|
894
983
|
disabledIds: {
|
895
984
|
type: PropType<string[]>;
|
985
|
+
default: () => never[];
|
896
986
|
};
|
897
987
|
defaultValue: {
|
898
|
-
type: PropType<
|
988
|
+
type: PropType<AnyObject[]>;
|
899
989
|
};
|
900
990
|
}>> & {
|
901
991
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
902
992
|
}, {
|
903
993
|
mode: string;
|
904
994
|
title: string;
|
995
|
+
disabledIds: string[];
|
905
996
|
}>;
|
906
997
|
emojis: {
|
907
998
|
default: string[][];
|
@@ -919,16 +1010,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
919
1010
|
inputRef: import("vue").Ref<any>;
|
920
1011
|
showSearch: import("vue").Ref<boolean>;
|
921
1012
|
keyword: import("vue").Ref<any>;
|
922
|
-
userList: import("vue").Ref<any>;
|
923
1013
|
state: IState;
|
924
1014
|
openSession: (item: AnyObject) => Promise<void>;
|
925
|
-
|
926
|
-
page: number;
|
927
|
-
hasMore: boolean;
|
928
|
-
};
|
1015
|
+
userList: import("vue").Ref<AnyObject[]>;
|
929
1016
|
handleInput: () => void;
|
930
|
-
handleSearch: () => Promise<void>;
|
931
|
-
resetAndSearch: () => void;
|
932
1017
|
addSession: (userId: string) => Promise<void>;
|
933
1018
|
NPopover: any;
|
934
1019
|
NButton: any;
|
@@ -951,9 +1036,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
951
1036
|
};
|
952
1037
|
disabledIds: {
|
953
1038
|
type: PropType<string[]>;
|
1039
|
+
default: () => never[];
|
954
1040
|
};
|
955
1041
|
defaultValue: {
|
956
|
-
type: PropType<
|
1042
|
+
type: PropType<AnyObject[]>;
|
957
1043
|
};
|
958
1044
|
}, {
|
959
1045
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -970,34 +1056,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
970
1056
|
};
|
971
1057
|
disabledIds: {
|
972
1058
|
type: PropType<string[]>;
|
1059
|
+
default: () => never[];
|
973
1060
|
};
|
974
1061
|
defaultValue: {
|
975
|
-
type: PropType<
|
1062
|
+
type: PropType<AnyObject[]>;
|
976
1063
|
};
|
977
1064
|
}>> & {
|
978
1065
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
979
1066
|
}>>;
|
980
1067
|
emit: (event: "comfirm", ...args: any[]) => void;
|
981
1068
|
state: IState;
|
1069
|
+
listRef: import("vue").Ref<any>;
|
1070
|
+
keyword: import("vue").Ref<any>;
|
982
1071
|
showModal: import("vue").Ref<boolean>;
|
983
|
-
|
1072
|
+
checkedOptions: import("vue").Ref<AnyObject[]>;
|
984
1073
|
options: import("vue").Ref<AnyObject[]>;
|
985
1074
|
groupName: import("vue").Ref<string>;
|
1075
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1076
|
+
userList: import("vue").Ref<AnyObject[]>;
|
1077
|
+
handleInput: () => void;
|
1078
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
1079
|
+
defaultOptions: import("vue").ComputedRef<{
|
1080
|
+
id: any;
|
1081
|
+
name: any;
|
1082
|
+
avatar: any;
|
1083
|
+
}[]>;
|
1084
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
986
1085
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1086
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
987
1087
|
handlePositiveClick: () => Promise<void>;
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
}) => JSX.Element | null;
|
1088
|
+
updateCheckedSourceIds: () => void;
|
1089
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1090
|
+
actionType: "check" | "uncheck";
|
1091
|
+
value: string | number;
|
1092
|
+
}) => void;
|
1093
|
+
closeTag: (id: string) => void;
|
1094
|
+
renderTargetList: () => JSX.Element[] | null;
|
996
1095
|
NModal: any;
|
997
1096
|
NButton: any;
|
998
|
-
|
1097
|
+
NSpace: any;
|
1098
|
+
NAvatar: any;
|
999
1099
|
NIcon: any;
|
1100
|
+
NTag: any;
|
1000
1101
|
NInput: any;
|
1102
|
+
NCheckbox: any;
|
1103
|
+
NCheckboxGroup: any;
|
1104
|
+
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<{}>>, {}>;
|
1001
1105
|
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<{}>>, {}>;
|
1002
1106
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1003
1107
|
title: {
|
@@ -1013,15 +1117,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1013
1117
|
};
|
1014
1118
|
disabledIds: {
|
1015
1119
|
type: PropType<string[]>;
|
1120
|
+
default: () => never[];
|
1016
1121
|
};
|
1017
1122
|
defaultValue: {
|
1018
|
-
type: PropType<
|
1123
|
+
type: PropType<AnyObject[]>;
|
1019
1124
|
};
|
1020
1125
|
}>> & {
|
1021
1126
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1022
1127
|
}, {
|
1023
1128
|
mode: string;
|
1024
1129
|
title: string;
|
1130
|
+
disabledIds: string[];
|
1025
1131
|
}>;
|
1026
1132
|
Video: import("vue").DefineComponent<{}, {
|
1027
1133
|
sendMessage: (message: {
|
@@ -1043,6 +1149,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
1043
1149
|
timer: any;
|
1044
1150
|
seconds: number;
|
1045
1151
|
};
|
1152
|
+
installEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
1153
|
+
handleError: import("../../../shared/types").AnyFn;
|
1154
|
+
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
1155
|
+
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
1156
|
+
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
1157
|
+
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
1158
|
+
}) => void;
|
1159
|
+
uninstallEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
1160
|
+
handleError: import("../../../shared/types").AnyFn;
|
1161
|
+
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
1162
|
+
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
1163
|
+
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
1164
|
+
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
1165
|
+
}) => void;
|
1046
1166
|
videoRef: import("vue").Ref<any>;
|
1047
1167
|
selfVideoRef: import("vue").Ref<any>;
|
1048
1168
|
isConnect: import("vue").Ref<boolean>;
|
@@ -1059,8 +1179,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1059
1179
|
handleEnter: () => Promise<void>;
|
1060
1180
|
handleFinish: () => void;
|
1061
1181
|
handleExit: () => Promise<void>;
|
1062
|
-
installEventHandlers: () => void;
|
1063
|
-
uninstallEventHandlers: () => void;
|
1064
1182
|
handleRemoteVideoAvailable: (event: any) => Promise<void>;
|
1065
1183
|
handleRemoteAudioAvailable: (event: any) => void;
|
1066
1184
|
handleRemoteUserEnter: () => void;
|
@@ -1076,7 +1194,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1076
1194
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1077
1195
|
MultipleVideo: import("vue").DefineComponent<{}, {
|
1078
1196
|
selfVideoRef: import("vue").Ref<any>;
|
1079
|
-
remoteUsers: import("vue").Ref<
|
1197
|
+
remoteUsers: import("vue").Ref<{
|
1198
|
+
id: string;
|
1199
|
+
name: string;
|
1200
|
+
}[]>;
|
1080
1201
|
state: IState;
|
1081
1202
|
sendMessage: (message: {
|
1082
1203
|
chatType?: string | undefined;
|
@@ -1094,6 +1215,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
1094
1215
|
timing: import("vue").Ref<string>;
|
1095
1216
|
toggleVideo: () => Promise<void>;
|
1096
1217
|
videocamOpen: import("vue").Ref<boolean>;
|
1218
|
+
installEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
1219
|
+
handleError: import("../../../shared/types").AnyFn;
|
1220
|
+
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
1221
|
+
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
1222
|
+
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
1223
|
+
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
1224
|
+
}) => void;
|
1225
|
+
uninstallEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
1226
|
+
handleError: import("../../../shared/types").AnyFn;
|
1227
|
+
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
1228
|
+
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
1229
|
+
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
1230
|
+
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
1231
|
+
}) => void;
|
1097
1232
|
isConnect: import("vue").Ref<boolean>;
|
1098
1233
|
callUser: import("vue").ComputedRef<any>;
|
1099
1234
|
title: import("vue").ComputedRef<string>;
|
@@ -1101,14 +1236,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1101
1236
|
handleCall: () => void;
|
1102
1237
|
handleEnter: () => Promise<void>;
|
1103
1238
|
handleExit: () => Promise<void>;
|
1104
|
-
installEventHandlers: () => void;
|
1105
|
-
uninstallEventHandlers: () => void;
|
1106
1239
|
handleRemoteVideoAvailable: (event: any) => Promise<void>;
|
1107
|
-
handleRemoteAudioAvailable: (event: any) => void
|
1108
|
-
handleRemoteUserEnter: (event: any) => void
|
1240
|
+
handleRemoteAudioAvailable: (event: any) => Promise<void>;
|
1241
|
+
handleRemoteUserEnter: (event: any) => Promise<void>;
|
1242
|
+
getUserName: (userId: string) => Promise<any>;
|
1109
1243
|
handleRemoteUserExit: (event: any) => void;
|
1110
1244
|
handleError: (error: any) => void;
|
1111
|
-
getName: (id: string) => any;
|
1112
1245
|
NButton: any;
|
1113
1246
|
NIcon: any;
|
1114
1247
|
ChatAdd: import("vue").DefineComponent<{
|
@@ -1125,9 +1258,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1125
1258
|
};
|
1126
1259
|
disabledIds: {
|
1127
1260
|
type: PropType<string[]>;
|
1261
|
+
default: () => never[];
|
1128
1262
|
};
|
1129
1263
|
defaultValue: {
|
1130
|
-
type: PropType<
|
1264
|
+
type: PropType<AnyObject[]>;
|
1131
1265
|
};
|
1132
1266
|
}, {
|
1133
1267
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -1144,34 +1278,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
1144
1278
|
};
|
1145
1279
|
disabledIds: {
|
1146
1280
|
type: PropType<string[]>;
|
1281
|
+
default: () => never[];
|
1147
1282
|
};
|
1148
1283
|
defaultValue: {
|
1149
|
-
type: PropType<
|
1284
|
+
type: PropType<AnyObject[]>;
|
1150
1285
|
};
|
1151
1286
|
}>> & {
|
1152
1287
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1153
1288
|
}>>;
|
1154
1289
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1155
1290
|
state: IState;
|
1291
|
+
listRef: import("vue").Ref<any>;
|
1292
|
+
keyword: import("vue").Ref<any>;
|
1156
1293
|
showModal: import("vue").Ref<boolean>;
|
1157
|
-
|
1294
|
+
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1158
1295
|
options: import("vue").Ref<AnyObject[]>;
|
1159
1296
|
groupName: import("vue").Ref<string>;
|
1297
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1298
|
+
userList: import("vue").Ref<AnyObject[]>;
|
1299
|
+
handleInput: () => void;
|
1300
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
1301
|
+
defaultOptions: import("vue").ComputedRef<{
|
1302
|
+
id: any;
|
1303
|
+
name: any;
|
1304
|
+
avatar: any;
|
1305
|
+
}[]>;
|
1306
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
1160
1307
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1308
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
1161
1309
|
handlePositiveClick: () => Promise<void>;
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
}) => JSX.Element | null;
|
1310
|
+
updateCheckedSourceIds: () => void;
|
1311
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1312
|
+
actionType: "check" | "uncheck";
|
1313
|
+
value: string | number;
|
1314
|
+
}) => void;
|
1315
|
+
closeTag: (id: string) => void;
|
1316
|
+
renderTargetList: () => JSX.Element[] | null;
|
1170
1317
|
NModal: any;
|
1171
1318
|
NButton: any;
|
1172
|
-
|
1319
|
+
NSpace: any;
|
1320
|
+
NAvatar: any;
|
1173
1321
|
NIcon: any;
|
1322
|
+
NTag: any;
|
1174
1323
|
NInput: any;
|
1324
|
+
NCheckbox: any;
|
1325
|
+
NCheckboxGroup: any;
|
1326
|
+
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<{}>>, {}>;
|
1175
1327
|
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<{}>>, {}>;
|
1176
1328
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1177
1329
|
title: {
|
@@ -1187,15 +1339,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1187
1339
|
};
|
1188
1340
|
disabledIds: {
|
1189
1341
|
type: PropType<string[]>;
|
1342
|
+
default: () => never[];
|
1190
1343
|
};
|
1191
1344
|
defaultValue: {
|
1192
|
-
type: PropType<
|
1345
|
+
type: PropType<AnyObject[]>;
|
1193
1346
|
};
|
1194
1347
|
}>> & {
|
1195
1348
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1196
1349
|
}, {
|
1197
1350
|
mode: string;
|
1198
1351
|
title: string;
|
1352
|
+
disabledIds: string[];
|
1199
1353
|
}>;
|
1200
1354
|
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<{}>>, {}>;
|
1201
1355
|
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<{}>>, {}>;
|
@@ -1222,10 +1376,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1222
1376
|
type: StringConstructor;
|
1223
1377
|
default: string;
|
1224
1378
|
};
|
1379
|
+
chatBox: {
|
1380
|
+
type: BooleanConstructor;
|
1381
|
+
default: boolean;
|
1382
|
+
};
|
1383
|
+
defaultSessionKey: {
|
1384
|
+
type: StringConstructor;
|
1385
|
+
};
|
1225
1386
|
}>> & {
|
1226
1387
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
1227
1388
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
1228
1389
|
}, {
|
1229
1390
|
baseURL: string;
|
1391
|
+
chatBox: boolean;
|
1230
1392
|
}>;
|
1231
1393
|
export default _default;
|