cnhis-design-vue 3.2.15-beta.8 → 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/classification/src/index.vue2.js +1 -1
- 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 +300 -79
- package/es/components/iho-chat/src/Index.vue.d.ts +300 -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 +15 -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;
|
@@ -175,13 +201,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
175
201
|
menuPosition: any;
|
176
202
|
sessionId: import("vue").Ref<any>;
|
177
203
|
currentFilterKey: import("vue").Ref<string>;
|
204
|
+
datePickerRef: import("vue").Ref<any>;
|
205
|
+
inputRef: import("vue").Ref<any>;
|
178
206
|
dateRange: import("vue").Ref<any>;
|
179
207
|
keyword: import("vue").Ref<string>;
|
180
208
|
showSearch: import("vue").Ref<boolean>;
|
181
209
|
filterList: import("vue").Ref<AnyObject[]>;
|
182
210
|
handleInput: () => void;
|
183
211
|
state: {
|
184
|
-
filterable: boolean;
|
185
212
|
orgId: string | number;
|
186
213
|
currentSessionItem: AnyObject;
|
187
214
|
id: string;
|
@@ -201,6 +228,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
201
228
|
showMultipleVideo: boolean;
|
202
229
|
};
|
203
230
|
unreadTotal: import("vue").ComputedRef<number>;
|
231
|
+
filterable: import("vue").Ref<any>;
|
204
232
|
openSession: (session: string | AnyObject) => Promise<void>;
|
205
233
|
setUpdateSessionItem: (item: AnyObject) => void;
|
206
234
|
setCurrentSessionItem: (item: AnyObject) => void;
|
@@ -213,6 +241,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
213
241
|
handleContextmenu: (event: MouseEvent, id: string) => Promise<void>;
|
214
242
|
handleSelect: (key: string, session: AnyObject) => Promise<void>;
|
215
243
|
handleUpdateShow: (value: boolean) => void;
|
244
|
+
handleClickoutside: (e: Event) => void;
|
245
|
+
handleUpdateDate: (value: string[]) => void;
|
216
246
|
handleSearch: () => void;
|
217
247
|
NBadge: any;
|
218
248
|
NAvatar: any;
|
@@ -291,6 +321,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
291
321
|
type: StringConstructor;
|
292
322
|
default: string;
|
293
323
|
};
|
324
|
+
isDateDisabled: {
|
325
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
326
|
+
};
|
294
327
|
}, {
|
295
328
|
attrs: {
|
296
329
|
[x: string]: unknown;
|
@@ -323,6 +356,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
323
356
|
type: StringConstructor;
|
324
357
|
default: string;
|
325
358
|
};
|
359
|
+
isDateDisabled: {
|
360
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
361
|
+
};
|
326
362
|
}>> & {
|
327
363
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
328
364
|
}>>;
|
@@ -335,6 +371,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
335
371
|
isDateTime: import("vue").ComputedRef<boolean>;
|
336
372
|
formatRef: import("vue").ComputedRef<string>;
|
337
373
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
374
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
338
375
|
focus: () => any;
|
339
376
|
blur: () => any;
|
340
377
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -374,6 +411,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
374
411
|
type: StringConstructor;
|
375
412
|
default: string;
|
376
413
|
};
|
414
|
+
isDateDisabled: {
|
415
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
416
|
+
};
|
377
417
|
}>> & {
|
378
418
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
379
419
|
}, {
|
@@ -456,7 +496,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
456
496
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
457
497
|
ChatHeader: import("vue").DefineComponent<{}, {
|
458
498
|
state: {
|
459
|
-
filterable: boolean;
|
460
499
|
orgId: string | number;
|
461
500
|
currentSessionItem: AnyObject;
|
462
501
|
id: string;
|
@@ -526,7 +565,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
526
565
|
}>>;
|
527
566
|
emit: (event: "close", ...args: any[]) => void;
|
528
567
|
state: {
|
529
|
-
filterable: boolean;
|
530
568
|
orgId: string | number;
|
531
569
|
currentSessionItem: AnyObject;
|
532
570
|
id: string;
|
@@ -593,7 +631,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
593
631
|
[x: string]: unknown;
|
594
632
|
};
|
595
633
|
state: {
|
596
|
-
filterable: boolean;
|
597
634
|
orgId: string | number;
|
598
635
|
currentSessionItem: AnyObject;
|
599
636
|
id: string;
|
@@ -668,7 +705,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
668
705
|
}>>;
|
669
706
|
emit: (event: "close", ...args: any[]) => void;
|
670
707
|
state: {
|
671
|
-
filterable: boolean;
|
672
708
|
orgId: string | number;
|
673
709
|
currentSessionItem: AnyObject;
|
674
710
|
id: string;
|
@@ -755,6 +791,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
755
791
|
default: boolean;
|
756
792
|
};
|
757
793
|
}, {
|
794
|
+
initialOptions: AnyObject[];
|
795
|
+
tabList: {
|
796
|
+
key: string;
|
797
|
+
label: string;
|
798
|
+
}[];
|
758
799
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
759
800
|
title: {
|
760
801
|
type: StringConstructor;
|
@@ -784,7 +825,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
784
825
|
}>>;
|
785
826
|
emit: (event: "comfirm", ...args: any[]) => void;
|
786
827
|
state: {
|
787
|
-
filterable: boolean;
|
788
828
|
orgId: string | number;
|
789
829
|
currentSessionItem: AnyObject;
|
790
830
|
id: string;
|
@@ -808,27 +848,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
808
848
|
keyword: import("vue").Ref<string>;
|
809
849
|
showModal: import("vue").Ref<boolean>;
|
810
850
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
811
|
-
options: import("vue").Ref<AnyObject[]>;
|
812
851
|
groupName: import("vue").Ref<string>;
|
813
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
814
852
|
remark: import("vue").Ref<string>;
|
853
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
854
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
815
855
|
userList: import("vue").Ref<AnyObject[]>;
|
816
856
|
handleInput: () => void;
|
817
857
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
818
|
-
|
858
|
+
sessionList: import("vue").ComputedRef<{
|
819
859
|
id: any;
|
820
860
|
name: any;
|
821
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;
|
822
875
|
}[]>;
|
823
876
|
checkedIds: import("vue").ComputedRef<any[]>;
|
824
877
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
825
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;
|
826
885
|
handlePositiveClick: () => Promise<void>;
|
827
|
-
updateCheckedSourceIds: () => void;
|
828
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
829
|
-
actionType: "check" | "uncheck";
|
830
|
-
value: string | number;
|
831
|
-
}) => void;
|
832
886
|
closeTag: (id: string) => void;
|
833
887
|
NModal: any;
|
834
888
|
NButton: any;
|
@@ -840,8 +894,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
840
894
|
NCheckbox: any;
|
841
895
|
NCheckboxGroup: any;
|
842
896
|
NTooltip: any;
|
897
|
+
NBreadcrumb: any;
|
898
|
+
NBreadcrumbItem: any;
|
843
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<{}>>, {}>;
|
844
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;
|
845
905
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
846
906
|
title: {
|
847
907
|
type: StringConstructor;
|
@@ -896,7 +956,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
896
956
|
}>> & {}>>;
|
897
957
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
898
958
|
state: {
|
899
|
-
filterable: boolean;
|
900
959
|
orgId: string | number;
|
901
960
|
currentSessionItem: AnyObject;
|
902
961
|
id: string;
|
@@ -975,6 +1034,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
975
1034
|
default: boolean;
|
976
1035
|
};
|
977
1036
|
}, {
|
1037
|
+
initialOptions: AnyObject[];
|
1038
|
+
tabList: {
|
1039
|
+
key: string;
|
1040
|
+
label: string;
|
1041
|
+
}[];
|
978
1042
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
979
1043
|
title: {
|
980
1044
|
type: StringConstructor;
|
@@ -1004,7 +1068,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1004
1068
|
}>>;
|
1005
1069
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1006
1070
|
state: {
|
1007
|
-
filterable: boolean;
|
1008
1071
|
orgId: string | number;
|
1009
1072
|
currentSessionItem: AnyObject;
|
1010
1073
|
id: string;
|
@@ -1028,27 +1091,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
1028
1091
|
keyword: import("vue").Ref<string>;
|
1029
1092
|
showModal: import("vue").Ref<boolean>;
|
1030
1093
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1031
|
-
options: import("vue").Ref<AnyObject[]>;
|
1032
1094
|
groupName: import("vue").Ref<string>;
|
1033
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1034
1095
|
remark: import("vue").Ref<string>;
|
1096
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
1097
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1035
1098
|
userList: import("vue").Ref<AnyObject[]>;
|
1036
1099
|
handleInput: () => void;
|
1037
1100
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1038
|
-
|
1101
|
+
sessionList: import("vue").ComputedRef<{
|
1102
|
+
id: any;
|
1103
|
+
name: any;
|
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<{
|
1039
1114
|
id: any;
|
1040
1115
|
name: any;
|
1041
1116
|
avatar: any;
|
1117
|
+
chatType: any;
|
1042
1118
|
}[]>;
|
1043
1119
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1044
1120
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1045
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;
|
1046
1128
|
handlePositiveClick: () => Promise<void>;
|
1047
|
-
updateCheckedSourceIds: () => void;
|
1048
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1049
|
-
actionType: "check" | "uncheck";
|
1050
|
-
value: string | number;
|
1051
|
-
}) => void;
|
1052
1129
|
closeTag: (id: string) => void;
|
1053
1130
|
NModal: any;
|
1054
1131
|
NButton: any;
|
@@ -1060,8 +1137,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1060
1137
|
NCheckbox: any;
|
1061
1138
|
NCheckboxGroup: any;
|
1062
1139
|
NTooltip: any;
|
1140
|
+
NBreadcrumb: any;
|
1141
|
+
NBreadcrumbItem: any;
|
1063
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<{}>>, {}>;
|
1064
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;
|
1065
1148
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1066
1149
|
title: {
|
1067
1150
|
type: StringConstructor;
|
@@ -1122,7 +1205,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1122
1205
|
};
|
1123
1206
|
}>> & {}>>;
|
1124
1207
|
state: {
|
1125
|
-
filterable: boolean;
|
1126
1208
|
orgId: string | number;
|
1127
1209
|
currentSessionItem: AnyObject;
|
1128
1210
|
id: string;
|
@@ -1197,6 +1279,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1197
1279
|
type: StringConstructor;
|
1198
1280
|
default: string;
|
1199
1281
|
};
|
1282
|
+
isDateDisabled: {
|
1283
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1284
|
+
};
|
1200
1285
|
}, {
|
1201
1286
|
attrs: {
|
1202
1287
|
[x: string]: unknown;
|
@@ -1229,6 +1314,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1229
1314
|
type: StringConstructor;
|
1230
1315
|
default: string;
|
1231
1316
|
};
|
1317
|
+
isDateDisabled: {
|
1318
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1319
|
+
};
|
1232
1320
|
}>> & {
|
1233
1321
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1234
1322
|
}>>;
|
@@ -1241,6 +1329,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1241
1329
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1242
1330
|
formatRef: import("vue").ComputedRef<string>;
|
1243
1331
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
1332
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
1244
1333
|
focus: () => any;
|
1245
1334
|
blur: () => any;
|
1246
1335
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -1280,6 +1369,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1280
1369
|
type: StringConstructor;
|
1281
1370
|
default: string;
|
1282
1371
|
};
|
1372
|
+
isDateDisabled: {
|
1373
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1374
|
+
};
|
1283
1375
|
}>> & {
|
1284
1376
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1285
1377
|
}, {
|
@@ -1326,6 +1418,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1326
1418
|
default: boolean;
|
1327
1419
|
};
|
1328
1420
|
}, {
|
1421
|
+
initialOptions: AnyObject[];
|
1422
|
+
tabList: {
|
1423
|
+
key: string;
|
1424
|
+
label: string;
|
1425
|
+
}[];
|
1329
1426
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1330
1427
|
title: {
|
1331
1428
|
type: StringConstructor;
|
@@ -1355,7 +1452,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1355
1452
|
}>>;
|
1356
1453
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1357
1454
|
state: {
|
1358
|
-
filterable: boolean;
|
1359
1455
|
orgId: string | number;
|
1360
1456
|
currentSessionItem: AnyObject;
|
1361
1457
|
id: string;
|
@@ -1379,27 +1475,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
1379
1475
|
keyword: import("vue").Ref<string>;
|
1380
1476
|
showModal: import("vue").Ref<boolean>;
|
1381
1477
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1382
|
-
options: import("vue").Ref<AnyObject[]>;
|
1383
1478
|
groupName: import("vue").Ref<string>;
|
1384
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1385
1479
|
remark: import("vue").Ref<string>;
|
1480
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
1481
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1386
1482
|
userList: import("vue").Ref<AnyObject[]>;
|
1387
1483
|
handleInput: () => void;
|
1388
1484
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1389
|
-
|
1485
|
+
sessionList: import("vue").ComputedRef<{
|
1390
1486
|
id: any;
|
1391
1487
|
name: any;
|
1392
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;
|
1393
1502
|
}[]>;
|
1394
1503
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1395
1504
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1396
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;
|
1397
1512
|
handlePositiveClick: () => Promise<void>;
|
1398
|
-
updateCheckedSourceIds: () => void;
|
1399
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1400
|
-
actionType: "check" | "uncheck";
|
1401
|
-
value: string | number;
|
1402
|
-
}) => void;
|
1403
1513
|
closeTag: (id: string) => void;
|
1404
1514
|
NModal: any;
|
1405
1515
|
NButton: any;
|
@@ -1411,8 +1521,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1411
1521
|
NCheckbox: any;
|
1412
1522
|
NCheckboxGroup: any;
|
1413
1523
|
NTooltip: any;
|
1524
|
+
NBreadcrumb: any;
|
1525
|
+
NBreadcrumbItem: any;
|
1414
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<{}>>, {}>;
|
1415
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;
|
1416
1532
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1417
1533
|
title: {
|
1418
1534
|
type: StringConstructor;
|
@@ -1452,7 +1568,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1452
1568
|
ChatMain: import("vue").DefineComponent<{}, {
|
1453
1569
|
chatMainRef: import("vue").Ref<HTMLElement | undefined>;
|
1454
1570
|
state: {
|
1455
|
-
filterable: boolean;
|
1456
1571
|
orgId: string | number;
|
1457
1572
|
currentSessionItem: AnyObject;
|
1458
1573
|
id: string;
|
@@ -1543,7 +1658,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1543
1658
|
}>>;
|
1544
1659
|
emit: (event: "close", ...args: any[]) => void;
|
1545
1660
|
state: {
|
1546
|
-
filterable: boolean;
|
1547
1661
|
orgId: string | number;
|
1548
1662
|
currentSessionItem: AnyObject;
|
1549
1663
|
id: string;
|
@@ -1749,6 +1863,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1749
1863
|
default: boolean;
|
1750
1864
|
};
|
1751
1865
|
}, {
|
1866
|
+
initialOptions: AnyObject[];
|
1867
|
+
tabList: {
|
1868
|
+
key: string;
|
1869
|
+
label: string;
|
1870
|
+
}[];
|
1752
1871
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1753
1872
|
title: {
|
1754
1873
|
type: StringConstructor;
|
@@ -1778,7 +1897,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1778
1897
|
}>>;
|
1779
1898
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1780
1899
|
state: {
|
1781
|
-
filterable: boolean;
|
1782
1900
|
orgId: string | number;
|
1783
1901
|
currentSessionItem: AnyObject;
|
1784
1902
|
id: string;
|
@@ -1802,27 +1920,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
1802
1920
|
keyword: import("vue").Ref<string>;
|
1803
1921
|
showModal: import("vue").Ref<boolean>;
|
1804
1922
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1805
|
-
options: import("vue").Ref<AnyObject[]>;
|
1806
1923
|
groupName: import("vue").Ref<string>;
|
1807
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1808
1924
|
remark: import("vue").Ref<string>;
|
1925
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
1926
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
1809
1927
|
userList: import("vue").Ref<AnyObject[]>;
|
1810
1928
|
handleInput: () => void;
|
1811
1929
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
1812
|
-
|
1930
|
+
sessionList: import("vue").ComputedRef<{
|
1813
1931
|
id: any;
|
1814
1932
|
name: any;
|
1815
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;
|
1816
1947
|
}[]>;
|
1817
1948
|
checkedIds: import("vue").ComputedRef<any[]>;
|
1818
1949
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1819
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;
|
1820
1957
|
handlePositiveClick: () => Promise<void>;
|
1821
|
-
updateCheckedSourceIds: () => void;
|
1822
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1823
|
-
actionType: "check" | "uncheck";
|
1824
|
-
value: string | number;
|
1825
|
-
}) => void;
|
1826
1958
|
closeTag: (id: string) => void;
|
1827
1959
|
NModal: any;
|
1828
1960
|
NButton: any;
|
@@ -1834,8 +1966,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1834
1966
|
NCheckbox: any;
|
1835
1967
|
NCheckboxGroup: any;
|
1836
1968
|
NTooltip: any;
|
1969
|
+
NBreadcrumb: any;
|
1970
|
+
NBreadcrumbItem: any;
|
1837
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<{}>>, {}>;
|
1838
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;
|
1839
1977
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1840
1978
|
title: {
|
1841
1979
|
type: StringConstructor;
|
@@ -1882,7 +2020,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1882
2020
|
ChatFooter: import("vue").DefineComponent<{}, {
|
1883
2021
|
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
1884
2022
|
state: {
|
1885
|
-
filterable: boolean;
|
1886
2023
|
orgId: string | number;
|
1887
2024
|
currentSessionItem: AnyObject;
|
1888
2025
|
id: string;
|
@@ -1957,6 +2094,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1957
2094
|
default: boolean;
|
1958
2095
|
};
|
1959
2096
|
}, {
|
2097
|
+
initialOptions: AnyObject[];
|
2098
|
+
tabList: {
|
2099
|
+
key: string;
|
2100
|
+
label: string;
|
2101
|
+
}[];
|
1960
2102
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1961
2103
|
title: {
|
1962
2104
|
type: StringConstructor;
|
@@ -1986,7 +2128,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1986
2128
|
}>>;
|
1987
2129
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1988
2130
|
state: {
|
1989
|
-
filterable: boolean;
|
1990
2131
|
orgId: string | number;
|
1991
2132
|
currentSessionItem: AnyObject;
|
1992
2133
|
id: string;
|
@@ -2010,27 +2151,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
2010
2151
|
keyword: import("vue").Ref<string>;
|
2011
2152
|
showModal: import("vue").Ref<boolean>;
|
2012
2153
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
2013
|
-
options: import("vue").Ref<AnyObject[]>;
|
2014
2154
|
groupName: import("vue").Ref<string>;
|
2015
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
2016
2155
|
remark: import("vue").Ref<string>;
|
2156
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2157
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
2017
2158
|
userList: import("vue").Ref<AnyObject[]>;
|
2018
2159
|
handleInput: () => void;
|
2019
2160
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2020
|
-
|
2161
|
+
sessionList: import("vue").ComputedRef<{
|
2021
2162
|
id: any;
|
2022
2163
|
name: any;
|
2023
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;
|
2024
2178
|
}[]>;
|
2025
2179
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2026
2180
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2027
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;
|
2028
2188
|
handlePositiveClick: () => Promise<void>;
|
2029
|
-
updateCheckedSourceIds: () => void;
|
2030
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
2031
|
-
actionType: "check" | "uncheck";
|
2032
|
-
value: string | number;
|
2033
|
-
}) => void;
|
2034
2189
|
closeTag: (id: string) => void;
|
2035
2190
|
NModal: any;
|
2036
2191
|
NButton: any;
|
@@ -2042,8 +2197,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
2042
2197
|
NCheckbox: any;
|
2043
2198
|
NCheckboxGroup: any;
|
2044
2199
|
NTooltip: any;
|
2200
|
+
NBreadcrumb: any;
|
2201
|
+
NBreadcrumbItem: any;
|
2045
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<{}>>, {}>;
|
2046
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;
|
2047
2208
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2048
2209
|
title: {
|
2049
2210
|
type: StringConstructor;
|
@@ -2094,7 +2255,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2094
2255
|
keyword: import("vue").Ref<string>;
|
2095
2256
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
2096
2257
|
state: {
|
2097
|
-
filterable: boolean;
|
2098
2258
|
orgId: string | number;
|
2099
2259
|
currentSessionItem: AnyObject;
|
2100
2260
|
id: string;
|
@@ -2225,6 +2385,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2225
2385
|
default: boolean;
|
2226
2386
|
};
|
2227
2387
|
}, {
|
2388
|
+
initialOptions: AnyObject[];
|
2389
|
+
tabList: {
|
2390
|
+
key: string;
|
2391
|
+
label: string;
|
2392
|
+
}[];
|
2228
2393
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2229
2394
|
title: {
|
2230
2395
|
type: StringConstructor;
|
@@ -2254,7 +2419,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2254
2419
|
}>>;
|
2255
2420
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2256
2421
|
state: {
|
2257
|
-
filterable: boolean;
|
2258
2422
|
orgId: string | number;
|
2259
2423
|
currentSessionItem: AnyObject;
|
2260
2424
|
id: string;
|
@@ -2278,27 +2442,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
2278
2442
|
keyword: import("vue").Ref<string>;
|
2279
2443
|
showModal: import("vue").Ref<boolean>;
|
2280
2444
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
2281
|
-
options: import("vue").Ref<AnyObject[]>;
|
2282
2445
|
groupName: import("vue").Ref<string>;
|
2283
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
2284
2446
|
remark: import("vue").Ref<string>;
|
2447
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2448
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
2285
2449
|
userList: import("vue").Ref<AnyObject[]>;
|
2286
2450
|
handleInput: () => void;
|
2287
2451
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2288
|
-
|
2452
|
+
sessionList: import("vue").ComputedRef<{
|
2289
2453
|
id: any;
|
2290
2454
|
name: any;
|
2291
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;
|
2292
2469
|
}[]>;
|
2293
2470
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2294
2471
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2295
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;
|
2296
2479
|
handlePositiveClick: () => Promise<void>;
|
2297
|
-
updateCheckedSourceIds: () => void;
|
2298
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
2299
|
-
actionType: "check" | "uncheck";
|
2300
|
-
value: string | number;
|
2301
|
-
}) => void;
|
2302
2480
|
closeTag: (id: string) => void;
|
2303
2481
|
NModal: any;
|
2304
2482
|
NButton: any;
|
@@ -2310,8 +2488,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
2310
2488
|
NCheckbox: any;
|
2311
2489
|
NCheckboxGroup: any;
|
2312
2490
|
NTooltip: any;
|
2491
|
+
NBreadcrumb: any;
|
2492
|
+
NBreadcrumbItem: any;
|
2313
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<{}>>, {}>;
|
2314
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;
|
2315
2499
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2316
2500
|
title: {
|
2317
2501
|
type: StringConstructor;
|
@@ -2352,7 +2536,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2352
2536
|
receiver?: string | undefined;
|
2353
2537
|
}) => Promise<void>;
|
2354
2538
|
state: {
|
2355
|
-
filterable: boolean;
|
2356
2539
|
orgId: string | number;
|
2357
2540
|
currentSessionItem: AnyObject;
|
2358
2541
|
id: string;
|
@@ -2371,6 +2554,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2371
2554
|
currentGroupUser: AnyObject[];
|
2372
2555
|
showMultipleVideo: boolean;
|
2373
2556
|
};
|
2557
|
+
trtcProxy: import("vue").Ref<any>;
|
2374
2558
|
trtc: import("trtc-sdk-v5").default;
|
2375
2559
|
timing: import("vue").Ref<string>;
|
2376
2560
|
voiceOpen: import("vue").Ref<boolean>;
|
@@ -2434,7 +2618,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2434
2618
|
name: string;
|
2435
2619
|
}[]>;
|
2436
2620
|
state: {
|
2437
|
-
filterable: boolean;
|
2438
2621
|
orgId: string | number;
|
2439
2622
|
currentSessionItem: AnyObject;
|
2440
2623
|
id: string;
|
@@ -2459,6 +2642,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2459
2642
|
receiver?: string | undefined;
|
2460
2643
|
}) => Promise<void>;
|
2461
2644
|
trtc: import("trtc-sdk-v5").default;
|
2645
|
+
trtcProxy: import("vue").Ref<any>;
|
2462
2646
|
voiceOpen: import("vue").Ref<boolean>;
|
2463
2647
|
isAudio: import("vue").ComputedRef<boolean>;
|
2464
2648
|
isCall: import("vue").ComputedRef<boolean>;
|
@@ -2523,6 +2707,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2523
2707
|
default: boolean;
|
2524
2708
|
};
|
2525
2709
|
}, {
|
2710
|
+
initialOptions: AnyObject[];
|
2711
|
+
tabList: {
|
2712
|
+
key: string;
|
2713
|
+
label: string;
|
2714
|
+
}[];
|
2526
2715
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2527
2716
|
title: {
|
2528
2717
|
type: StringConstructor;
|
@@ -2552,7 +2741,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
2552
2741
|
}>>;
|
2553
2742
|
emit: (event: "comfirm", ...args: any[]) => void;
|
2554
2743
|
state: {
|
2555
|
-
filterable: boolean;
|
2556
2744
|
orgId: string | number;
|
2557
2745
|
currentSessionItem: AnyObject;
|
2558
2746
|
id: string;
|
@@ -2576,27 +2764,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
2576
2764
|
keyword: import("vue").Ref<string>;
|
2577
2765
|
showModal: import("vue").Ref<boolean>;
|
2578
2766
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
2579
|
-
options: import("vue").Ref<AnyObject[]>;
|
2580
2767
|
groupName: import("vue").Ref<string>;
|
2581
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
2582
2768
|
remark: import("vue").Ref<string>;
|
2769
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
2770
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
2583
2771
|
userList: import("vue").Ref<AnyObject[]>;
|
2584
2772
|
handleInput: () => void;
|
2585
2773
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
2586
|
-
|
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<{
|
2587
2787
|
id: any;
|
2588
2788
|
name: any;
|
2589
2789
|
avatar: any;
|
2790
|
+
chatType: any;
|
2590
2791
|
}[]>;
|
2591
2792
|
checkedIds: import("vue").ComputedRef<any[]>;
|
2592
2793
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
2593
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;
|
2594
2801
|
handlePositiveClick: () => Promise<void>;
|
2595
|
-
updateCheckedSourceIds: () => void;
|
2596
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
2597
|
-
actionType: "check" | "uncheck";
|
2598
|
-
value: string | number;
|
2599
|
-
}) => void;
|
2600
2802
|
closeTag: (id: string) => void;
|
2601
2803
|
NModal: any;
|
2602
2804
|
NButton: any;
|
@@ -2608,8 +2810,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
2608
2810
|
NCheckbox: any;
|
2609
2811
|
NCheckboxGroup: any;
|
2610
2812
|
NTooltip: any;
|
2813
|
+
NBreadcrumb: any;
|
2814
|
+
NBreadcrumbItem: any;
|
2611
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<{}>>, {}>;
|
2612
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;
|
2613
2821
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2614
2822
|
title: {
|
2615
2823
|
type: StringConstructor;
|
@@ -2687,6 +2895,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
2687
2895
|
type: BooleanConstructor;
|
2688
2896
|
default: boolean;
|
2689
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
|
+
};
|
2690
2911
|
}>> & {
|
2691
2912
|
"onTemplate-click"?: ((...args: any[]) => any) | undefined;
|
2692
2913
|
"onUnread-message-update"?: ((...args: any[]) => any) | undefined;
|
@@ -2694,9 +2915,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
2694
2915
|
"onSession-close"?: ((...args: any[]) => any) | undefined;
|
2695
2916
|
}, {
|
2696
2917
|
show: boolean;
|
2918
|
+
filterable: boolean;
|
2697
2919
|
showHeader: boolean;
|
2698
2920
|
baseURL: string;
|
2699
2921
|
extraParams: AnyObject;
|
2700
|
-
filterable: boolean;
|
2701
2922
|
}>;
|
2702
2923
|
export default _default;
|