cnhis-design-vue 3.2.15-beta.9 → 3.2.15-release.5
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/ai-chat/index.d.ts +9 -0
- package/es/components/ai-chat/src/Index.vue.d.ts +9 -0
- package/es/components/ai-chat/src/Index.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/ai-chat/style/index.css +1 -1
- package/es/components/branch-notice/index.d.ts +32 -3
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +9 -3
- package/es/components/branch-notice/src/BranchNotice.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
- package/es/components/classification/index.d.ts +30 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +30 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +30 -0
- package/es/components/classification/src/index.vue.d.ts +30 -0
- package/es/components/date-picker/index.d.ts +10 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +10 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/expand-field/index.d.ts +1 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +1 -1
- package/es/components/expand-field/src/components/PersonModal.vue.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/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -2
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +21 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +3 -2
- package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +10 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +20 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +10 -0
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/table-row.vue2.js +1 -1
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-config/index.d.ts +1021 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +1021 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1019 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-config/src/constants/index.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +6 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/iho-chat/index.d.ts +296 -79
- package/es/components/iho-chat/src/Index.vue.d.ts +296 -79
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +109 -33
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +33 -11
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +10 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +0 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +33 -11
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +34 -10
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +0 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +11 -1
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/hooks/useData.d.ts +4 -2
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +13 -2
- package/es/components/iho-chat/style/iconfont.ttf +0 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +10 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +10 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/select-person/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +20 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +20 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +40 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +40 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +4 -0
- package/package.json +2 -2
@@ -36,6 +36,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
36
36
|
type: BooleanConstructor;
|
37
37
|
default: boolean;
|
38
38
|
};
|
39
|
+
trtcProxy: {
|
40
|
+
type: PropType<string | Partial<{
|
41
|
+
websocketProxy: string;
|
42
|
+
loggerProxy: string;
|
43
|
+
turnServer: {
|
44
|
+
url: string;
|
45
|
+
username?: string | undefined;
|
46
|
+
credential?: string | undefined;
|
47
|
+
credentialType?: string | undefined;
|
48
|
+
}[];
|
49
|
+
iceTransportPolicy: "all" | "relay";
|
50
|
+
}>>;
|
51
|
+
};
|
39
52
|
}, {
|
40
53
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
41
54
|
token: {
|
@@ -73,6 +86,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
73
86
|
type: BooleanConstructor;
|
74
87
|
default: boolean;
|
75
88
|
};
|
89
|
+
trtcProxy: {
|
90
|
+
type: PropType<string | Partial<{
|
91
|
+
websocketProxy: string;
|
92
|
+
loggerProxy: string;
|
93
|
+
turnServer: {
|
94
|
+
url: string;
|
95
|
+
username?: string | undefined;
|
96
|
+
credential?: string | undefined;
|
97
|
+
credentialType?: string | undefined;
|
98
|
+
}[];
|
99
|
+
iceTransportPolicy: "all" | "relay";
|
100
|
+
}>>;
|
101
|
+
};
|
76
102
|
}>> & {
|
77
103
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
78
104
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
@@ -82,10 +108,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
82
108
|
emit: (event: "template-click" | "unread-message-update" | "session-change" | "session-close", ...args: any[]) => void;
|
83
109
|
loading: import("vue").Ref<boolean>;
|
84
110
|
data: {
|
111
|
+
filterable: import("vue").Ref<any>;
|
112
|
+
trtcProxy: import("vue").Ref<any>;
|
85
113
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
86
114
|
stompClient: import("vue").Ref<import("./utils/chatSock").ChatSock | undefined>;
|
87
115
|
state: {
|
88
|
-
filterable: boolean;
|
89
116
|
orgId: string | number;
|
90
117
|
currentSessionItem: AnyObject;
|
91
118
|
id: string;
|
@@ -129,7 +156,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
129
156
|
};
|
130
157
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
131
158
|
state: {
|
132
|
-
filterable: boolean;
|
133
159
|
orgId: string | number;
|
134
160
|
currentSessionItem: AnyObject;
|
135
161
|
id: string;
|
@@ -183,7 +209,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
183
209
|
filterList: import("vue").Ref<AnyObject[]>;
|
184
210
|
handleInput: () => void;
|
185
211
|
state: {
|
186
|
-
filterable: boolean;
|
187
212
|
orgId: string | number;
|
188
213
|
currentSessionItem: AnyObject;
|
189
214
|
id: string;
|
@@ -203,6 +228,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
203
228
|
showMultipleVideo: boolean;
|
204
229
|
};
|
205
230
|
unreadTotal: import("vue").ComputedRef<number>;
|
231
|
+
filterable: import("vue").Ref<any>;
|
206
232
|
openSession: (session: string | AnyObject) => Promise<void>;
|
207
233
|
setUpdateSessionItem: (item: AnyObject) => void;
|
208
234
|
setCurrentSessionItem: (item: AnyObject) => void;
|
@@ -295,6 +321,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
295
321
|
type: StringConstructor;
|
296
322
|
default: string;
|
297
323
|
};
|
324
|
+
isDateDisabled: {
|
325
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
326
|
+
};
|
298
327
|
}, {
|
299
328
|
attrs: {
|
300
329
|
[x: string]: unknown;
|
@@ -327,6 +356,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
327
356
|
type: StringConstructor;
|
328
357
|
default: string;
|
329
358
|
};
|
359
|
+
isDateDisabled: {
|
360
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
361
|
+
};
|
330
362
|
}>> & {
|
331
363
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
332
364
|
}>>;
|
@@ -339,6 +371,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
339
371
|
isDateTime: import("vue").ComputedRef<boolean>;
|
340
372
|
formatRef: import("vue").ComputedRef<string>;
|
341
373
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
374
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
342
375
|
focus: () => any;
|
343
376
|
blur: () => any;
|
344
377
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -378,6 +411,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
378
411
|
type: StringConstructor;
|
379
412
|
default: string;
|
380
413
|
};
|
414
|
+
isDateDisabled: {
|
415
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
416
|
+
};
|
381
417
|
}>> & {
|
382
418
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
383
419
|
}, {
|
@@ -460,7 +496,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
460
496
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
461
497
|
ChatHeader: import("vue").DefineComponent<{}, {
|
462
498
|
state: {
|
463
|
-
filterable: boolean;
|
464
499
|
orgId: string | number;
|
465
500
|
currentSessionItem: AnyObject;
|
466
501
|
id: string;
|
@@ -530,7 +565,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
530
565
|
}>>;
|
531
566
|
emit: (event: "close", ...args: any[]) => void;
|
532
567
|
state: {
|
533
|
-
filterable: boolean;
|
534
568
|
orgId: string | number;
|
535
569
|
currentSessionItem: AnyObject;
|
536
570
|
id: string;
|
@@ -597,7 +631,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
597
631
|
[x: string]: unknown;
|
598
632
|
};
|
599
633
|
state: {
|
600
|
-
filterable: boolean;
|
601
634
|
orgId: string | number;
|
602
635
|
currentSessionItem: AnyObject;
|
603
636
|
id: string;
|
@@ -672,7 +705,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
672
705
|
}>>;
|
673
706
|
emit: (event: "close", ...args: any[]) => void;
|
674
707
|
state: {
|
675
|
-
filterable: boolean;
|
676
708
|
orgId: string | number;
|
677
709
|
currentSessionItem: AnyObject;
|
678
710
|
id: string;
|
@@ -759,6 +791,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
759
791
|
default: boolean;
|
760
792
|
};
|
761
793
|
}, {
|
794
|
+
initialOptions: AnyObject[];
|
795
|
+
tabList: {
|
796
|
+
key: string;
|
797
|
+
label: string;
|
798
|
+
}[];
|
762
799
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
763
800
|
title: {
|
764
801
|
type: StringConstructor;
|
@@ -788,7 +825,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
788
825
|
}>>;
|
789
826
|
emit: (event: "comfirm", ...args: any[]) => void;
|
790
827
|
state: {
|
791
|
-
filterable: boolean;
|
792
828
|
orgId: string | number;
|
793
829
|
currentSessionItem: AnyObject;
|
794
830
|
id: string;
|
@@ -812,27 +848,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
812
848
|
keyword: import("vue").Ref<string>;
|
813
849
|
showModal: import("vue").Ref<boolean>;
|
814
850
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
815
|
-
options: import("vue").Ref<AnyObject[]>;
|
816
851
|
groupName: import("vue").Ref<string>;
|
817
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
818
852
|
remark: import("vue").Ref<string>;
|
853
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
854
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
819
855
|
userList: import("vue").Ref<AnyObject[]>;
|
820
856
|
handleInput: () => void;
|
821
857
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
822
|
-
|
858
|
+
sessionList: import("vue").ComputedRef<{
|
823
859
|
id: any;
|
824
860
|
name: any;
|
825
861
|
avatar: any;
|
862
|
+
chatType: any;
|
863
|
+
}[]>;
|
864
|
+
friends: import("vue").ComputedRef<{
|
865
|
+
id: any;
|
866
|
+
name: any;
|
867
|
+
avatar: any;
|
868
|
+
chatType: any;
|
869
|
+
}[]>;
|
870
|
+
groups: import("vue").ComputedRef<{
|
871
|
+
id: any;
|
872
|
+
name: any;
|
873
|
+
avatar: any;
|
874
|
+
chatType: any;
|
826
875
|
}[]>;
|
827
876
|
checkedIds: import("vue").ComputedRef<any[]>;
|
828
877
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
829
878
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
879
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
880
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
881
|
+
getDisabled: (id: string | number) => boolean;
|
882
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
883
|
+
toggleTab: (item: AnyObject) => void;
|
884
|
+
handleTabBack: () => void;
|
830
885
|
handlePositiveClick: () => Promise<void>;
|
831
|
-
updateCheckedSourceIds: () => void;
|
832
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
833
|
-
actionType: "check" | "uncheck";
|
834
|
-
value: string | number;
|
835
|
-
}) => void;
|
836
886
|
closeTag: (id: string) => void;
|
837
887
|
NModal: any;
|
838
888
|
NButton: any;
|
@@ -844,8 +894,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
844
894
|
NCheckbox: any;
|
845
895
|
NCheckboxGroup: any;
|
846
896
|
NTooltip: any;
|
897
|
+
NBreadcrumb: any;
|
898
|
+
NBreadcrumbItem: any;
|
847
899
|
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<{}>>, {}>;
|
848
900
|
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<{}>>, {}>;
|
901
|
+
PersonOutline: 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<{}>>, {}>;
|
902
|
+
PeopleOutline: 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<{}>>, {}>;
|
903
|
+
ChevronBackOutline: 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<{}>>, {}>;
|
904
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
849
905
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
850
906
|
title: {
|
851
907
|
type: StringConstructor;
|
@@ -900,7 +956,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
900
956
|
}>> & {}>>;
|
901
957
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
902
958
|
state: {
|
903
|
-
filterable: boolean;
|
904
959
|
orgId: string | number;
|
905
960
|
currentSessionItem: AnyObject;
|
906
961
|
id: string;
|
@@ -979,6 +1034,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
979
1034
|
default: boolean;
|
980
1035
|
};
|
981
1036
|
}, {
|
1037
|
+
initialOptions: AnyObject[];
|
1038
|
+
tabList: {
|
1039
|
+
key: string;
|
1040
|
+
label: string;
|
1041
|
+
}[];
|
982
1042
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
983
1043
|
title: {
|
984
1044
|
type: StringConstructor;
|
@@ -1008,7 +1068,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1008
1068
|
}>>;
|
1009
1069
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1010
1070
|
state: {
|
1011
|
-
filterable: boolean;
|
1012
1071
|
orgId: string | number;
|
1013
1072
|
currentSessionItem: AnyObject;
|
1014
1073
|
id: string;
|
@@ -1032,27 +1091,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
1032
1091
|
keyword: import("vue").Ref<string>;
|
1033
1092
|
showModal: import("vue").Ref<boolean>;
|
1034
1093
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1035
|
-
options: import("vue").Ref<AnyObject[]>;
|
1036
1094
|
groupName: import("vue").Ref<string>;
|
1037
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1038
1095
|
remark: import("vue").Ref<string>;
|
1096
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
1097
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1039
1098
|
userList: import("vue").Ref<AnyObject[]>;
|
1040
1099
|
handleInput: () => void;
|
1041
1100
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1042
|
-
|
1101
|
+
sessionList: import("vue").ComputedRef<{
|
1043
1102
|
id: any;
|
1044
1103
|
name: any;
|
1045
1104
|
avatar: any;
|
1105
|
+
chatType: any;
|
1106
|
+
}[]>;
|
1107
|
+
friends: import("vue").ComputedRef<{
|
1108
|
+
id: any;
|
1109
|
+
name: any;
|
1110
|
+
avatar: any;
|
1111
|
+
chatType: any;
|
1112
|
+
}[]>;
|
1113
|
+
groups: import("vue").ComputedRef<{
|
1114
|
+
id: any;
|
1115
|
+
name: any;
|
1116
|
+
avatar: any;
|
1117
|
+
chatType: any;
|
1046
1118
|
}[]>;
|
1047
1119
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1048
1120
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1049
1121
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1122
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1123
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
1124
|
+
getDisabled: (id: string | number) => boolean;
|
1125
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1126
|
+
toggleTab: (item: AnyObject) => void;
|
1127
|
+
handleTabBack: () => void;
|
1050
1128
|
handlePositiveClick: () => Promise<void>;
|
1051
|
-
updateCheckedSourceIds: () => void;
|
1052
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1053
|
-
actionType: "check" | "uncheck";
|
1054
|
-
value: string | number;
|
1055
|
-
}) => void;
|
1056
1129
|
closeTag: (id: string) => void;
|
1057
1130
|
NModal: any;
|
1058
1131
|
NButton: any;
|
@@ -1064,8 +1137,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1064
1137
|
NCheckbox: any;
|
1065
1138
|
NCheckboxGroup: any;
|
1066
1139
|
NTooltip: any;
|
1140
|
+
NBreadcrumb: any;
|
1141
|
+
NBreadcrumbItem: any;
|
1067
1142
|
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<{}>>, {}>;
|
1068
1143
|
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<{}>>, {}>;
|
1144
|
+
PersonOutline: 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<{}>>, {}>;
|
1145
|
+
PeopleOutline: 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<{}>>, {}>;
|
1146
|
+
ChevronBackOutline: 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<{}>>, {}>;
|
1147
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1069
1148
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1070
1149
|
title: {
|
1071
1150
|
type: StringConstructor;
|
@@ -1126,7 +1205,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1126
1205
|
};
|
1127
1206
|
}>> & {}>>;
|
1128
1207
|
state: {
|
1129
|
-
filterable: boolean;
|
1130
1208
|
orgId: string | number;
|
1131
1209
|
currentSessionItem: AnyObject;
|
1132
1210
|
id: string;
|
@@ -1201,6 +1279,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1201
1279
|
type: StringConstructor;
|
1202
1280
|
default: string;
|
1203
1281
|
};
|
1282
|
+
isDateDisabled: {
|
1283
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1284
|
+
};
|
1204
1285
|
}, {
|
1205
1286
|
attrs: {
|
1206
1287
|
[x: string]: unknown;
|
@@ -1233,6 +1314,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1233
1314
|
type: StringConstructor;
|
1234
1315
|
default: string;
|
1235
1316
|
};
|
1317
|
+
isDateDisabled: {
|
1318
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1319
|
+
};
|
1236
1320
|
}>> & {
|
1237
1321
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1238
1322
|
}>>;
|
@@ -1245,6 +1329,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1245
1329
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1246
1330
|
formatRef: import("vue").ComputedRef<string>;
|
1247
1331
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
1332
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
1248
1333
|
focus: () => any;
|
1249
1334
|
blur: () => any;
|
1250
1335
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -1284,6 +1369,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1284
1369
|
type: StringConstructor;
|
1285
1370
|
default: string;
|
1286
1371
|
};
|
1372
|
+
isDateDisabled: {
|
1373
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1374
|
+
};
|
1287
1375
|
}>> & {
|
1288
1376
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1289
1377
|
}, {
|
@@ -1330,6 +1418,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1330
1418
|
default: boolean;
|
1331
1419
|
};
|
1332
1420
|
}, {
|
1421
|
+
initialOptions: AnyObject[];
|
1422
|
+
tabList: {
|
1423
|
+
key: string;
|
1424
|
+
label: string;
|
1425
|
+
}[];
|
1333
1426
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1334
1427
|
title: {
|
1335
1428
|
type: StringConstructor;
|
@@ -1359,7 +1452,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1359
1452
|
}>>;
|
1360
1453
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1361
1454
|
state: {
|
1362
|
-
filterable: boolean;
|
1363
1455
|
orgId: string | number;
|
1364
1456
|
currentSessionItem: AnyObject;
|
1365
1457
|
id: string;
|
@@ -1383,27 +1475,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
1383
1475
|
keyword: import("vue").Ref<string>;
|
1384
1476
|
showModal: import("vue").Ref<boolean>;
|
1385
1477
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1386
|
-
options: import("vue").Ref<AnyObject[]>;
|
1387
1478
|
groupName: import("vue").Ref<string>;
|
1388
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1389
1479
|
remark: import("vue").Ref<string>;
|
1480
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
1481
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1390
1482
|
userList: import("vue").Ref<AnyObject[]>;
|
1391
1483
|
handleInput: () => void;
|
1392
1484
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1393
|
-
|
1485
|
+
sessionList: import("vue").ComputedRef<{
|
1394
1486
|
id: any;
|
1395
1487
|
name: any;
|
1396
1488
|
avatar: any;
|
1489
|
+
chatType: any;
|
1490
|
+
}[]>;
|
1491
|
+
friends: import("vue").ComputedRef<{
|
1492
|
+
id: any;
|
1493
|
+
name: any;
|
1494
|
+
avatar: any;
|
1495
|
+
chatType: any;
|
1496
|
+
}[]>;
|
1497
|
+
groups: import("vue").ComputedRef<{
|
1498
|
+
id: any;
|
1499
|
+
name: any;
|
1500
|
+
avatar: any;
|
1501
|
+
chatType: any;
|
1397
1502
|
}[]>;
|
1398
1503
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1399
1504
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1400
1505
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1506
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1507
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
1508
|
+
getDisabled: (id: string | number) => boolean;
|
1509
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1510
|
+
toggleTab: (item: AnyObject) => void;
|
1511
|
+
handleTabBack: () => void;
|
1401
1512
|
handlePositiveClick: () => Promise<void>;
|
1402
|
-
updateCheckedSourceIds: () => void;
|
1403
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1404
|
-
actionType: "check" | "uncheck";
|
1405
|
-
value: string | number;
|
1406
|
-
}) => void;
|
1407
1513
|
closeTag: (id: string) => void;
|
1408
1514
|
NModal: any;
|
1409
1515
|
NButton: any;
|
@@ -1415,8 +1521,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1415
1521
|
NCheckbox: any;
|
1416
1522
|
NCheckboxGroup: any;
|
1417
1523
|
NTooltip: any;
|
1524
|
+
NBreadcrumb: any;
|
1525
|
+
NBreadcrumbItem: any;
|
1418
1526
|
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<{}>>, {}>;
|
1419
1527
|
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<{}>>, {}>;
|
1528
|
+
PersonOutline: 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<{}>>, {}>;
|
1529
|
+
PeopleOutline: 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<{}>>, {}>;
|
1530
|
+
ChevronBackOutline: 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<{}>>, {}>;
|
1531
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1420
1532
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1421
1533
|
title: {
|
1422
1534
|
type: StringConstructor;
|
@@ -1456,7 +1568,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1456
1568
|
ChatMain: import("vue").DefineComponent<{}, {
|
1457
1569
|
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
1458
1570
|
state: {
|
1459
|
-
filterable: boolean;
|
1460
1571
|
orgId: string | number;
|
1461
1572
|
currentSessionItem: AnyObject;
|
1462
1573
|
id: string;
|
@@ -1547,7 +1658,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1547
1658
|
}>>;
|
1548
1659
|
emit: (event: "close", ...args: any[]) => void;
|
1549
1660
|
state: {
|
1550
|
-
filterable: boolean;
|
1551
1661
|
orgId: string | number;
|
1552
1662
|
currentSessionItem: AnyObject;
|
1553
1663
|
id: string;
|
@@ -1753,6 +1863,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1753
1863
|
default: boolean;
|
1754
1864
|
};
|
1755
1865
|
}, {
|
1866
|
+
initialOptions: AnyObject[];
|
1867
|
+
tabList: {
|
1868
|
+
key: string;
|
1869
|
+
label: string;
|
1870
|
+
}[];
|
1756
1871
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1757
1872
|
title: {
|
1758
1873
|
type: StringConstructor;
|
@@ -1782,7 +1897,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1782
1897
|
}>>;
|
1783
1898
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1784
1899
|
state: {
|
1785
|
-
filterable: boolean;
|
1786
1900
|
orgId: string | number;
|
1787
1901
|
currentSessionItem: AnyObject;
|
1788
1902
|
id: string;
|
@@ -1806,27 +1920,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
1806
1920
|
keyword: import("vue").Ref<string>;
|
1807
1921
|
showModal: import("vue").Ref<boolean>;
|
1808
1922
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1809
|
-
options: import("vue").Ref<AnyObject[]>;
|
1810
1923
|
groupName: import("vue").Ref<string>;
|
1811
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1812
1924
|
remark: import("vue").Ref<string>;
|
1925
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
1926
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1813
1927
|
userList: import("vue").Ref<AnyObject[]>;
|
1814
1928
|
handleInput: () => void;
|
1815
1929
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1816
|
-
|
1930
|
+
sessionList: import("vue").ComputedRef<{
|
1817
1931
|
id: any;
|
1818
1932
|
name: any;
|
1819
1933
|
avatar: any;
|
1934
|
+
chatType: any;
|
1935
|
+
}[]>;
|
1936
|
+
friends: import("vue").ComputedRef<{
|
1937
|
+
id: any;
|
1938
|
+
name: any;
|
1939
|
+
avatar: any;
|
1940
|
+
chatType: any;
|
1941
|
+
}[]>;
|
1942
|
+
groups: import("vue").ComputedRef<{
|
1943
|
+
id: any;
|
1944
|
+
name: any;
|
1945
|
+
avatar: any;
|
1946
|
+
chatType: any;
|
1820
1947
|
}[]>;
|
1821
1948
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1822
1949
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1823
1950
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1951
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1952
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
1953
|
+
getDisabled: (id: string | number) => boolean;
|
1954
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1955
|
+
toggleTab: (item: AnyObject) => void;
|
1956
|
+
handleTabBack: () => void;
|
1824
1957
|
handlePositiveClick: () => Promise<void>;
|
1825
|
-
updateCheckedSourceIds: () => void;
|
1826
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1827
|
-
actionType: "check" | "uncheck";
|
1828
|
-
value: string | number;
|
1829
|
-
}) => void;
|
1830
1958
|
closeTag: (id: string) => void;
|
1831
1959
|
NModal: any;
|
1832
1960
|
NButton: any;
|
@@ -1838,8 +1966,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1838
1966
|
NCheckbox: any;
|
1839
1967
|
NCheckboxGroup: any;
|
1840
1968
|
NTooltip: any;
|
1969
|
+
NBreadcrumb: any;
|
1970
|
+
NBreadcrumbItem: any;
|
1841
1971
|
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<{}>>, {}>;
|
1842
1972
|
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<{}>>, {}>;
|
1973
|
+
PersonOutline: 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<{}>>, {}>;
|
1974
|
+
PeopleOutline: 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<{}>>, {}>;
|
1975
|
+
ChevronBackOutline: 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<{}>>, {}>;
|
1976
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
1843
1977
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1844
1978
|
title: {
|
1845
1979
|
type: StringConstructor;
|
@@ -1886,7 +2020,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1886
2020
|
ChatFooter: import("vue").DefineComponent<{}, {
|
1887
2021
|
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
1888
2022
|
state: {
|
1889
|
-
filterable: boolean;
|
1890
2023
|
orgId: string | number;
|
1891
2024
|
currentSessionItem: AnyObject;
|
1892
2025
|
id: string;
|
@@ -1961,6 +2094,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1961
2094
|
default: boolean;
|
1962
2095
|
};
|
1963
2096
|
}, {
|
2097
|
+
initialOptions: AnyObject[];
|
2098
|
+
tabList: {
|
2099
|
+
key: string;
|
2100
|
+
label: string;
|
2101
|
+
}[];
|
1964
2102
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1965
2103
|
title: {
|
1966
2104
|
type: StringConstructor;
|
@@ -1990,7 +2128,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1990
2128
|
}>>;
|
1991
2129
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1992
2130
|
state: {
|
1993
|
-
filterable: boolean;
|
1994
2131
|
orgId: string | number;
|
1995
2132
|
currentSessionItem: AnyObject;
|
1996
2133
|
id: string;
|
@@ -2014,27 +2151,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
2014
2151
|
keyword: import("vue").Ref<string>;
|
2015
2152
|
showModal: import("vue").Ref<boolean>;
|
2016
2153
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
2017
|
-
options: import("vue").Ref<AnyObject[]>;
|
2018
2154
|
groupName: import("vue").Ref<string>;
|
2019
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
2020
2155
|
remark: import("vue").Ref<string>;
|
2156
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2157
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
2021
2158
|
userList: import("vue").Ref<AnyObject[]>;
|
2022
2159
|
handleInput: () => void;
|
2023
2160
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2024
|
-
|
2161
|
+
sessionList: import("vue").ComputedRef<{
|
2025
2162
|
id: any;
|
2026
2163
|
name: any;
|
2027
2164
|
avatar: any;
|
2165
|
+
chatType: any;
|
2166
|
+
}[]>;
|
2167
|
+
friends: import("vue").ComputedRef<{
|
2168
|
+
id: any;
|
2169
|
+
name: any;
|
2170
|
+
avatar: any;
|
2171
|
+
chatType: any;
|
2172
|
+
}[]>;
|
2173
|
+
groups: import("vue").ComputedRef<{
|
2174
|
+
id: any;
|
2175
|
+
name: any;
|
2176
|
+
avatar: any;
|
2177
|
+
chatType: any;
|
2028
2178
|
}[]>;
|
2029
2179
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2030
2180
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2031
2181
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2182
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2183
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
2184
|
+
getDisabled: (id: string | number) => boolean;
|
2185
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2186
|
+
toggleTab: (item: AnyObject) => void;
|
2187
|
+
handleTabBack: () => void;
|
2032
2188
|
handlePositiveClick: () => Promise<void>;
|
2033
|
-
updateCheckedSourceIds: () => void;
|
2034
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
2035
|
-
actionType: "check" | "uncheck";
|
2036
|
-
value: string | number;
|
2037
|
-
}) => void;
|
2038
2189
|
closeTag: (id: string) => void;
|
2039
2190
|
NModal: any;
|
2040
2191
|
NButton: any;
|
@@ -2046,8 +2197,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
2046
2197
|
NCheckbox: any;
|
2047
2198
|
NCheckboxGroup: any;
|
2048
2199
|
NTooltip: any;
|
2200
|
+
NBreadcrumb: any;
|
2201
|
+
NBreadcrumbItem: any;
|
2049
2202
|
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<{}>>, {}>;
|
2050
2203
|
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<{}>>, {}>;
|
2204
|
+
PersonOutline: 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<{}>>, {}>;
|
2205
|
+
PeopleOutline: 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<{}>>, {}>;
|
2206
|
+
ChevronBackOutline: 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<{}>>, {}>;
|
2207
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2051
2208
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2052
2209
|
title: {
|
2053
2210
|
type: StringConstructor;
|
@@ -2098,7 +2255,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2098
2255
|
keyword: import("vue").Ref<string>;
|
2099
2256
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
2100
2257
|
state: {
|
2101
|
-
filterable: boolean;
|
2102
2258
|
orgId: string | number;
|
2103
2259
|
currentSessionItem: AnyObject;
|
2104
2260
|
id: string;
|
@@ -2229,6 +2385,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2229
2385
|
default: boolean;
|
2230
2386
|
};
|
2231
2387
|
}, {
|
2388
|
+
initialOptions: AnyObject[];
|
2389
|
+
tabList: {
|
2390
|
+
key: string;
|
2391
|
+
label: string;
|
2392
|
+
}[];
|
2232
2393
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2233
2394
|
title: {
|
2234
2395
|
type: StringConstructor;
|
@@ -2258,7 +2419,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2258
2419
|
}>>;
|
2259
2420
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2260
2421
|
state: {
|
2261
|
-
filterable: boolean;
|
2262
2422
|
orgId: string | number;
|
2263
2423
|
currentSessionItem: AnyObject;
|
2264
2424
|
id: string;
|
@@ -2282,27 +2442,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
2282
2442
|
keyword: import("vue").Ref<string>;
|
2283
2443
|
showModal: import("vue").Ref<boolean>;
|
2284
2444
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
2285
|
-
options: import("vue").Ref<AnyObject[]>;
|
2286
2445
|
groupName: import("vue").Ref<string>;
|
2287
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
2288
2446
|
remark: import("vue").Ref<string>;
|
2447
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2448
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
2289
2449
|
userList: import("vue").Ref<AnyObject[]>;
|
2290
2450
|
handleInput: () => void;
|
2291
2451
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2292
|
-
|
2452
|
+
sessionList: import("vue").ComputedRef<{
|
2293
2453
|
id: any;
|
2294
2454
|
name: any;
|
2295
2455
|
avatar: any;
|
2456
|
+
chatType: any;
|
2457
|
+
}[]>;
|
2458
|
+
friends: import("vue").ComputedRef<{
|
2459
|
+
id: any;
|
2460
|
+
name: any;
|
2461
|
+
avatar: any;
|
2462
|
+
chatType: any;
|
2463
|
+
}[]>;
|
2464
|
+
groups: import("vue").ComputedRef<{
|
2465
|
+
id: any;
|
2466
|
+
name: any;
|
2467
|
+
avatar: any;
|
2468
|
+
chatType: any;
|
2296
2469
|
}[]>;
|
2297
2470
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2298
2471
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2299
2472
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2473
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2474
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
2475
|
+
getDisabled: (id: string | number) => boolean;
|
2476
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2477
|
+
toggleTab: (item: AnyObject) => void;
|
2478
|
+
handleTabBack: () => void;
|
2300
2479
|
handlePositiveClick: () => Promise<void>;
|
2301
|
-
updateCheckedSourceIds: () => void;
|
2302
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
2303
|
-
actionType: "check" | "uncheck";
|
2304
|
-
value: string | number;
|
2305
|
-
}) => void;
|
2306
2480
|
closeTag: (id: string) => void;
|
2307
2481
|
NModal: any;
|
2308
2482
|
NButton: any;
|
@@ -2314,8 +2488,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
2314
2488
|
NCheckbox: any;
|
2315
2489
|
NCheckboxGroup: any;
|
2316
2490
|
NTooltip: any;
|
2491
|
+
NBreadcrumb: any;
|
2492
|
+
NBreadcrumbItem: any;
|
2317
2493
|
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<{}>>, {}>;
|
2318
2494
|
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<{}>>, {}>;
|
2495
|
+
PersonOutline: 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<{}>>, {}>;
|
2496
|
+
PeopleOutline: 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<{}>>, {}>;
|
2497
|
+
ChevronBackOutline: 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<{}>>, {}>;
|
2498
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2319
2499
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2320
2500
|
title: {
|
2321
2501
|
type: StringConstructor;
|
@@ -2356,7 +2536,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2356
2536
|
receiver?: string | undefined;
|
2357
2537
|
}) => Promise<void>;
|
2358
2538
|
state: {
|
2359
|
-
filterable: boolean;
|
2360
2539
|
orgId: string | number;
|
2361
2540
|
currentSessionItem: AnyObject;
|
2362
2541
|
id: string;
|
@@ -2375,6 +2554,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2375
2554
|
currentGroupUser: AnyObject[];
|
2376
2555
|
showMultipleVideo: boolean;
|
2377
2556
|
};
|
2557
|
+
trtcProxy: import("vue").Ref<any>;
|
2378
2558
|
trtc: import("trtc-sdk-v5").default;
|
2379
2559
|
timing: import("vue").Ref<string>;
|
2380
2560
|
voiceOpen: import("vue").Ref<boolean>;
|
@@ -2438,7 +2618,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2438
2618
|
name: string;
|
2439
2619
|
}[]>;
|
2440
2620
|
state: {
|
2441
|
-
filterable: boolean;
|
2442
2621
|
orgId: string | number;
|
2443
2622
|
currentSessionItem: AnyObject;
|
2444
2623
|
id: string;
|
@@ -2463,6 +2642,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2463
2642
|
receiver?: string | undefined;
|
2464
2643
|
}) => Promise<void>;
|
2465
2644
|
trtc: import("trtc-sdk-v5").default;
|
2645
|
+
trtcProxy: import("vue").Ref<any>;
|
2466
2646
|
voiceOpen: import("vue").Ref<boolean>;
|
2467
2647
|
isAudio: import("vue").ComputedRef<boolean>;
|
2468
2648
|
isCall: import("vue").ComputedRef<boolean>;
|
@@ -2527,6 +2707,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2527
2707
|
default: boolean;
|
2528
2708
|
};
|
2529
2709
|
}, {
|
2710
|
+
initialOptions: AnyObject[];
|
2711
|
+
tabList: {
|
2712
|
+
key: string;
|
2713
|
+
label: string;
|
2714
|
+
}[];
|
2530
2715
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2531
2716
|
title: {
|
2532
2717
|
type: StringConstructor;
|
@@ -2556,7 +2741,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2556
2741
|
}>>;
|
2557
2742
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2558
2743
|
state: {
|
2559
|
-
filterable: boolean;
|
2560
2744
|
orgId: string | number;
|
2561
2745
|
currentSessionItem: AnyObject;
|
2562
2746
|
id: string;
|
@@ -2580,27 +2764,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
2580
2764
|
keyword: import("vue").Ref<string>;
|
2581
2765
|
showModal: import("vue").Ref<boolean>;
|
2582
2766
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
2583
|
-
options: import("vue").Ref<AnyObject[]>;
|
2584
2767
|
groupName: import("vue").Ref<string>;
|
2585
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
2586
2768
|
remark: import("vue").Ref<string>;
|
2769
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2770
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
2587
2771
|
userList: import("vue").Ref<AnyObject[]>;
|
2588
2772
|
handleInput: () => void;
|
2589
2773
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2590
|
-
|
2774
|
+
sessionList: import("vue").ComputedRef<{
|
2775
|
+
id: any;
|
2776
|
+
name: any;
|
2777
|
+
avatar: any;
|
2778
|
+
chatType: any;
|
2779
|
+
}[]>;
|
2780
|
+
friends: import("vue").ComputedRef<{
|
2781
|
+
id: any;
|
2782
|
+
name: any;
|
2783
|
+
avatar: any;
|
2784
|
+
chatType: any;
|
2785
|
+
}[]>;
|
2786
|
+
groups: import("vue").ComputedRef<{
|
2591
2787
|
id: any;
|
2592
2788
|
name: any;
|
2593
2789
|
avatar: any;
|
2790
|
+
chatType: any;
|
2594
2791
|
}[]>;
|
2595
2792
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2596
2793
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2597
2794
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
2795
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
2796
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
2797
|
+
getDisabled: (id: string | number) => boolean;
|
2798
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
2799
|
+
toggleTab: (item: AnyObject) => void;
|
2800
|
+
handleTabBack: () => void;
|
2598
2801
|
handlePositiveClick: () => Promise<void>;
|
2599
|
-
updateCheckedSourceIds: () => void;
|
2600
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
2601
|
-
actionType: "check" | "uncheck";
|
2602
|
-
value: string | number;
|
2603
|
-
}) => void;
|
2604
2802
|
closeTag: (id: string) => void;
|
2605
2803
|
NModal: any;
|
2606
2804
|
NButton: any;
|
@@ -2612,8 +2810,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
2612
2810
|
NCheckbox: any;
|
2613
2811
|
NCheckboxGroup: any;
|
2614
2812
|
NTooltip: any;
|
2813
|
+
NBreadcrumb: any;
|
2814
|
+
NBreadcrumbItem: any;
|
2615
2815
|
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<{}>>, {}>;
|
2616
2816
|
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<{}>>, {}>;
|
2817
|
+
PersonOutline: 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<{}>>, {}>;
|
2818
|
+
PeopleOutline: 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<{}>>, {}>;
|
2819
|
+
ChevronBackOutline: 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<{}>>, {}>;
|
2820
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
2617
2821
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2618
2822
|
title: {
|
2619
2823
|
type: StringConstructor;
|
@@ -2691,6 +2895,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
2691
2895
|
type: BooleanConstructor;
|
2692
2896
|
default: boolean;
|
2693
2897
|
};
|
2898
|
+
trtcProxy: {
|
2899
|
+
type: PropType<string | Partial<{
|
2900
|
+
websocketProxy: string;
|
2901
|
+
loggerProxy: string;
|
2902
|
+
turnServer: {
|
2903
|
+
url: string;
|
2904
|
+
username?: string | undefined;
|
2905
|
+
credential?: string | undefined;
|
2906
|
+
credentialType?: string | undefined;
|
2907
|
+
}[];
|
2908
|
+
iceTransportPolicy: "all" | "relay";
|
2909
|
+
}>>;
|
2910
|
+
};
|
2694
2911
|
}>> & {
|
2695
2912
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
2696
2913
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
@@ -2698,9 +2915,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
2698
2915
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
2699
2916
|
}, {
|
2700
2917
|
show: boolean;
|
2918
|
+
filterable: boolean;
|
2701
2919
|
showHeader: boolean;
|
2702
2920
|
baseURL: string;
|
2703
2921
|
extraParams: AnyObject;
|
2704
|
-
filterable: boolean;
|
2705
2922
|
}>;
|
2706
2923
|
export default _default;
|