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