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.
Files changed (105) 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/classification/src/index.vue2.js +1 -1
  17. package/es/components/date-picker/index.d.ts +10 -0
  18. package/es/components/date-picker/src/DatePicker.vue.d.ts +10 -0
  19. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  20. package/es/components/expand-field/index.d.ts +1 -1
  21. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +1 -1
  22. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +1 -1
  23. package/es/components/expand-field/src/components/form.vue.d.ts +1 -1
  24. package/es/components/expand-field/src/index.vue.d.ts +1 -1
  25. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  26. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -0
  27. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  28. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  29. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -2
  30. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  31. package/es/components/field-set/src/FieldColor.vue.d.ts +21 -1
  32. package/es/components/field-set/src/FieldFilter.vue.d.ts +3 -2
  33. package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
  34. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  35. package/es/components/field-set/src/components/condition.vue.d.ts +10 -0
  36. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +20 -0
  37. package/es/components/field-set/src/components/edit-filter.vue.d.ts +10 -0
  38. package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
  39. package/es/components/field-set/src/components/table-row.vue2.js +1 -1
  40. package/es/components/field-set/src/utils/index.js +1 -1
  41. package/es/components/form-config/index.d.ts +1021 -1
  42. package/es/components/form-config/src/FormConfig.vue.d.ts +1021 -1
  43. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
  44. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
  45. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1019 -0
  46. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
  47. package/es/components/form-config/src/constants/index.js +1 -1
  48. package/es/components/form-config/style/index.css +1 -1
  49. package/es/components/form-render/src/components/renderer/select.d.ts +6 -0
  50. package/es/components/form-render/src/components/renderer/select.js +1 -1
  51. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  52. package/es/components/iho-chat/index.d.ts +300 -79
  53. package/es/components/iho-chat/src/Index.vue.d.ts +300 -79
  54. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  55. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -9
  56. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
  57. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +33 -10
  58. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +33 -10
  59. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +109 -33
  60. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +33 -11
  61. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +10 -1
  62. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +0 -1
  63. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +33 -11
  64. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +34 -10
  65. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
  66. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +0 -1
  67. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +15 -1
  68. package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
  69. package/es/components/iho-chat/src/components/Video.vue.d.ts +1 -1
  70. package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
  71. package/es/components/iho-chat/src/hooks/useData.d.ts +4 -2
  72. package/es/components/iho-chat/src/hooks/useData.js +1 -1
  73. package/es/components/iho-chat/src/hooks/useVideo.d.ts +1 -1
  74. package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
  75. package/es/components/iho-chat/src/types/index.d.ts +13 -2
  76. package/es/components/iho-chat/style/iconfont.ttf +0 -0
  77. package/es/components/iho-chat/style/index.css +1 -1
  78. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +10 -0
  79. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  80. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +10 -0
  81. package/es/components/iho-table/style/index.css +1 -1
  82. package/es/components/index.css +1 -1
  83. package/es/components/select-person/index.d.ts +1 -1
  84. package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
  85. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  86. package/es/components/select-person/src/index.vue.d.ts +1 -1
  87. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +10 -0
  88. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +10 -0
  89. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +10 -0
  90. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +10 -0
  91. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +20 -0
  92. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +10 -0
  93. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +10 -0
  94. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +20 -0
  95. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -0
  96. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +10 -0
  97. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +10 -0
  98. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +10 -0
  99. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +10 -0
  100. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  101. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +40 -0
  102. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +40 -0
  103. package/es/shared/package.json.js +1 -1
  104. package/es/shared/types/business.d.ts +4 -0
  105. 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;
@@ -174,13 +200,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
174
200
  menuPosition: any;
175
201
  sessionId: import("vue").Ref<any>;
176
202
  currentFilterKey: import("vue").Ref<string>;
203
+ datePickerRef: import("vue").Ref<any>;
204
+ inputRef: import("vue").Ref<any>;
177
205
  dateRange: import("vue").Ref<any>;
178
206
  keyword: import("vue").Ref<string>;
179
207
  showSearch: import("vue").Ref<boolean>;
180
208
  filterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
181
209
  handleInput: () => void;
182
210
  state: {
183
- filterable: boolean;
184
211
  orgId: string | number;
185
212
  currentSessionItem: import("../../shared/types").AnyObject;
186
213
  id: string;
@@ -200,6 +227,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
200
227
  showMultipleVideo: boolean;
201
228
  };
202
229
  unreadTotal: import("vue").ComputedRef<number>;
230
+ filterable: import("vue").Ref<any>;
203
231
  openSession: (session: string | import("../../shared/types").AnyObject) => Promise<void>;
204
232
  setUpdateSessionItem: (item: import("../../shared/types").AnyObject) => void;
205
233
  setCurrentSessionItem: (item: import("../../shared/types").AnyObject) => void;
@@ -212,6 +240,8 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
212
240
  handleContextmenu: (event: MouseEvent, id: string) => Promise<void>;
213
241
  handleSelect: (key: string, session: import("../../shared/types").AnyObject) => Promise<void>;
214
242
  handleUpdateShow: (value: boolean) => void;
243
+ handleClickoutside: (e: Event) => void;
244
+ handleUpdateDate: (value: string[]) => void;
215
245
  handleSearch: () => void;
216
246
  NBadge: any;
217
247
  NAvatar: any;
@@ -290,6 +320,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
290
320
  type: StringConstructor;
291
321
  default: string;
292
322
  };
323
+ isDateDisabled: {
324
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
325
+ };
293
326
  }, {
294
327
  attrs: {
295
328
  [x: string]: unknown;
@@ -322,6 +355,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
322
355
  type: StringConstructor;
323
356
  default: string;
324
357
  };
358
+ isDateDisabled: {
359
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
360
+ };
325
361
  }>> & {
326
362
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
327
363
  }>>;
@@ -334,6 +370,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
334
370
  isDateTime: import("vue").ComputedRef<boolean>;
335
371
  formatRef: import("vue").ComputedRef<string>;
336
372
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
373
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
337
374
  focus: () => any;
338
375
  blur: () => any;
339
376
  handleConfirm: (target: HTMLInputElement) => void;
@@ -373,6 +410,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
373
410
  type: StringConstructor;
374
411
  default: string;
375
412
  };
413
+ isDateDisabled: {
414
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
415
+ };
376
416
  }>> & {
377
417
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
378
418
  }, {
@@ -455,7 +495,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
455
495
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
456
496
  ChatHeader: import("vue").DefineComponent<{}, {
457
497
  state: {
458
- filterable: boolean;
459
498
  orgId: string | number;
460
499
  currentSessionItem: import("../../shared/types").AnyObject;
461
500
  id: string;
@@ -525,7 +564,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
525
564
  }>>;
526
565
  emit: (event: "close", ...args: any[]) => void;
527
566
  state: {
528
- filterable: boolean;
529
567
  orgId: string | number;
530
568
  currentSessionItem: import("../../shared/types").AnyObject;
531
569
  id: string;
@@ -592,7 +630,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
592
630
  [x: string]: unknown;
593
631
  };
594
632
  state: {
595
- filterable: boolean;
596
633
  orgId: string | number;
597
634
  currentSessionItem: import("../../shared/types").AnyObject;
598
635
  id: string;
@@ -667,7 +704,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
667
704
  }>>;
668
705
  emit: (event: "close", ...args: any[]) => void;
669
706
  state: {
670
- filterable: boolean;
671
707
  orgId: string | number;
672
708
  currentSessionItem: import("../../shared/types").AnyObject;
673
709
  id: string;
@@ -754,6 +790,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
754
790
  default: boolean;
755
791
  };
756
792
  }, {
793
+ initialOptions: import("../../shared/types").AnyObject[];
794
+ tabList: {
795
+ key: string;
796
+ label: string;
797
+ }[];
757
798
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
758
799
  title: {
759
800
  type: StringConstructor;
@@ -783,7 +824,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
783
824
  }>>;
784
825
  emit: (event: "comfirm", ...args: any[]) => void;
785
826
  state: {
786
- filterable: boolean;
787
827
  orgId: string | number;
788
828
  currentSessionItem: import("../../shared/types").AnyObject;
789
829
  id: string;
@@ -807,27 +847,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
807
847
  keyword: import("vue").Ref<string>;
808
848
  showModal: import("vue").Ref<boolean>;
809
849
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
810
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
811
850
  groupName: import("vue").Ref<string>;
812
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
813
851
  remark: import("vue").Ref<string>;
852
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
853
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
814
854
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
815
855
  handleInput: () => void;
816
856
  _disabledIds: import("vue").ComputedRef<any[]>;
817
- defaultOptions: import("vue").ComputedRef<{
857
+ sessionList: import("vue").ComputedRef<{
818
858
  id: any;
819
859
  name: any;
820
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;
821
874
  }[]>;
822
875
  checkedIds: import("vue").ComputedRef<any[]>;
823
876
  btnDisabled: import("vue").ComputedRef<boolean>;
824
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;
825
884
  handlePositiveClick: () => Promise<void>;
826
- updateCheckedSourceIds: () => void;
827
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
828
- actionType: "check" | "uncheck";
829
- value: string | number;
830
- }) => void;
831
885
  closeTag: (id: string) => void;
832
886
  NModal: any;
833
887
  NButton: any;
@@ -839,8 +893,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
839
893
  NCheckbox: any;
840
894
  NCheckboxGroup: any;
841
895
  NTooltip: any;
896
+ NBreadcrumb: any;
897
+ NBreadcrumbItem: any;
842
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<{}>>, {}>;
843
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;
844
904
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
845
905
  title: {
846
906
  type: StringConstructor;
@@ -895,7 +955,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
895
955
  }>> & {}>>;
896
956
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
897
957
  state: {
898
- filterable: boolean;
899
958
  orgId: string | number;
900
959
  currentSessionItem: import("../../shared/types").AnyObject;
901
960
  id: string;
@@ -974,6 +1033,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
974
1033
  default: boolean;
975
1034
  };
976
1035
  }, {
1036
+ initialOptions: import("../../shared/types").AnyObject[];
1037
+ tabList: {
1038
+ key: string;
1039
+ label: string;
1040
+ }[];
977
1041
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
978
1042
  title: {
979
1043
  type: StringConstructor;
@@ -1003,7 +1067,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1003
1067
  }>>;
1004
1068
  emit: (event: "comfirm", ...args: any[]) => void;
1005
1069
  state: {
1006
- filterable: boolean;
1007
1070
  orgId: string | number;
1008
1071
  currentSessionItem: import("../../shared/types").AnyObject;
1009
1072
  id: string;
@@ -1027,27 +1090,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1027
1090
  keyword: import("vue").Ref<string>;
1028
1091
  showModal: import("vue").Ref<boolean>;
1029
1092
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1030
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1031
1093
  groupName: import("vue").Ref<string>;
1032
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
1033
1094
  remark: import("vue").Ref<string>;
1095
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1096
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1034
1097
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1035
1098
  handleInput: () => void;
1036
1099
  _disabledIds: import("vue").ComputedRef<any[]>;
1037
- defaultOptions: import("vue").ComputedRef<{
1100
+ sessionList: import("vue").ComputedRef<{
1101
+ id: any;
1102
+ name: any;
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<{
1038
1113
  id: any;
1039
1114
  name: any;
1040
1115
  avatar: any;
1116
+ chatType: any;
1041
1117
  }[]>;
1042
1118
  checkedIds: import("vue").ComputedRef<any[]>;
1043
1119
  btnDisabled: import("vue").ComputedRef<boolean>;
1044
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;
1045
1127
  handlePositiveClick: () => Promise<void>;
1046
- updateCheckedSourceIds: () => void;
1047
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
1048
- actionType: "check" | "uncheck";
1049
- value: string | number;
1050
- }) => void;
1051
1128
  closeTag: (id: string) => void;
1052
1129
  NModal: any;
1053
1130
  NButton: any;
@@ -1059,8 +1136,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1059
1136
  NCheckbox: any;
1060
1137
  NCheckboxGroup: any;
1061
1138
  NTooltip: any;
1139
+ NBreadcrumb: any;
1140
+ NBreadcrumbItem: any;
1062
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<{}>>, {}>;
1063
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;
1064
1147
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1065
1148
  title: {
1066
1149
  type: StringConstructor;
@@ -1121,7 +1204,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1121
1204
  };
1122
1205
  }>> & {}>>;
1123
1206
  state: {
1124
- filterable: boolean;
1125
1207
  orgId: string | number;
1126
1208
  currentSessionItem: import("../../shared/types").AnyObject;
1127
1209
  id: string;
@@ -1196,6 +1278,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1196
1278
  type: StringConstructor;
1197
1279
  default: string;
1198
1280
  };
1281
+ isDateDisabled: {
1282
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1283
+ };
1199
1284
  }, {
1200
1285
  attrs: {
1201
1286
  [x: string]: unknown;
@@ -1228,6 +1313,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1228
1313
  type: StringConstructor;
1229
1314
  default: string;
1230
1315
  };
1316
+ isDateDisabled: {
1317
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1318
+ };
1231
1319
  }>> & {
1232
1320
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1233
1321
  }>>;
@@ -1240,6 +1328,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1240
1328
  isDateTime: import("vue").ComputedRef<boolean>;
1241
1329
  formatRef: import("vue").ComputedRef<string>;
1242
1330
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1331
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1243
1332
  focus: () => any;
1244
1333
  blur: () => any;
1245
1334
  handleConfirm: (target: HTMLInputElement) => void;
@@ -1279,6 +1368,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1279
1368
  type: StringConstructor;
1280
1369
  default: string;
1281
1370
  };
1371
+ isDateDisabled: {
1372
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1373
+ };
1282
1374
  }>> & {
1283
1375
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1284
1376
  }, {
@@ -1325,6 +1417,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1325
1417
  default: boolean;
1326
1418
  };
1327
1419
  }, {
1420
+ initialOptions: import("../../shared/types").AnyObject[];
1421
+ tabList: {
1422
+ key: string;
1423
+ label: string;
1424
+ }[];
1328
1425
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1329
1426
  title: {
1330
1427
  type: StringConstructor;
@@ -1354,7 +1451,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1354
1451
  }>>;
1355
1452
  emit: (event: "comfirm", ...args: any[]) => void;
1356
1453
  state: {
1357
- filterable: boolean;
1358
1454
  orgId: string | number;
1359
1455
  currentSessionItem: import("../../shared/types").AnyObject;
1360
1456
  id: string;
@@ -1378,27 +1474,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1378
1474
  keyword: import("vue").Ref<string>;
1379
1475
  showModal: import("vue").Ref<boolean>;
1380
1476
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1381
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1382
1477
  groupName: import("vue").Ref<string>;
1383
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
1384
1478
  remark: import("vue").Ref<string>;
1479
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1480
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1385
1481
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1386
1482
  handleInput: () => void;
1387
1483
  _disabledIds: import("vue").ComputedRef<any[]>;
1388
- defaultOptions: import("vue").ComputedRef<{
1484
+ sessionList: import("vue").ComputedRef<{
1389
1485
  id: any;
1390
1486
  name: any;
1391
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;
1392
1501
  }[]>;
1393
1502
  checkedIds: import("vue").ComputedRef<any[]>;
1394
1503
  btnDisabled: import("vue").ComputedRef<boolean>;
1395
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;
1396
1511
  handlePositiveClick: () => Promise<void>;
1397
- updateCheckedSourceIds: () => void;
1398
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
1399
- actionType: "check" | "uncheck";
1400
- value: string | number;
1401
- }) => void;
1402
1512
  closeTag: (id: string) => void;
1403
1513
  NModal: any;
1404
1514
  NButton: any;
@@ -1410,8 +1520,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1410
1520
  NCheckbox: any;
1411
1521
  NCheckboxGroup: any;
1412
1522
  NTooltip: any;
1523
+ NBreadcrumb: any;
1524
+ NBreadcrumbItem: any;
1413
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<{}>>, {}>;
1414
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;
1415
1531
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1416
1532
  title: {
1417
1533
  type: StringConstructor;
@@ -1451,7 +1567,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1451
1567
  ChatMain: import("vue").DefineComponent<{}, {
1452
1568
  chatMainRef: import("vue").Ref<HTMLElement | undefined>;
1453
1569
  state: {
1454
- filterable: boolean;
1455
1570
  orgId: string | number;
1456
1571
  currentSessionItem: import("../../shared/types").AnyObject;
1457
1572
  id: string;
@@ -1542,7 +1657,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1542
1657
  }>>;
1543
1658
  emit: (event: "close", ...args: any[]) => void;
1544
1659
  state: {
1545
- filterable: boolean;
1546
1660
  orgId: string | number;
1547
1661
  currentSessionItem: import("../../shared/types").AnyObject;
1548
1662
  id: string;
@@ -1748,6 +1862,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1748
1862
  default: boolean;
1749
1863
  };
1750
1864
  }, {
1865
+ initialOptions: import("../../shared/types").AnyObject[];
1866
+ tabList: {
1867
+ key: string;
1868
+ label: string;
1869
+ }[];
1751
1870
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1752
1871
  title: {
1753
1872
  type: StringConstructor;
@@ -1777,7 +1896,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1777
1896
  }>>;
1778
1897
  emit: (event: "comfirm", ...args: any[]) => void;
1779
1898
  state: {
1780
- filterable: boolean;
1781
1899
  orgId: string | number;
1782
1900
  currentSessionItem: import("../../shared/types").AnyObject;
1783
1901
  id: string;
@@ -1801,27 +1919,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1801
1919
  keyword: import("vue").Ref<string>;
1802
1920
  showModal: import("vue").Ref<boolean>;
1803
1921
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1804
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1805
1922
  groupName: import("vue").Ref<string>;
1806
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
1807
1923
  remark: import("vue").Ref<string>;
1924
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1925
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1808
1926
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1809
1927
  handleInput: () => void;
1810
1928
  _disabledIds: import("vue").ComputedRef<any[]>;
1811
- defaultOptions: import("vue").ComputedRef<{
1929
+ sessionList: import("vue").ComputedRef<{
1812
1930
  id: any;
1813
1931
  name: any;
1814
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;
1815
1946
  }[]>;
1816
1947
  checkedIds: import("vue").ComputedRef<any[]>;
1817
1948
  btnDisabled: import("vue").ComputedRef<boolean>;
1818
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;
1819
1956
  handlePositiveClick: () => Promise<void>;
1820
- updateCheckedSourceIds: () => void;
1821
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
1822
- actionType: "check" | "uncheck";
1823
- value: string | number;
1824
- }) => void;
1825
1957
  closeTag: (id: string) => void;
1826
1958
  NModal: any;
1827
1959
  NButton: any;
@@ -1833,8 +1965,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1833
1965
  NCheckbox: any;
1834
1966
  NCheckboxGroup: any;
1835
1967
  NTooltip: any;
1968
+ NBreadcrumb: any;
1969
+ NBreadcrumbItem: any;
1836
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<{}>>, {}>;
1837
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;
1838
1976
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1839
1977
  title: {
1840
1978
  type: StringConstructor;
@@ -1881,7 +2019,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1881
2019
  ChatFooter: import("vue").DefineComponent<{}, {
1882
2020
  inputRef: import("vue").Ref<HTMLDivElement | undefined>;
1883
2021
  state: {
1884
- filterable: boolean;
1885
2022
  orgId: string | number;
1886
2023
  currentSessionItem: import("../../shared/types").AnyObject;
1887
2024
  id: string;
@@ -1956,6 +2093,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1956
2093
  default: boolean;
1957
2094
  };
1958
2095
  }, {
2096
+ initialOptions: import("../../shared/types").AnyObject[];
2097
+ tabList: {
2098
+ key: string;
2099
+ label: string;
2100
+ }[];
1959
2101
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1960
2102
  title: {
1961
2103
  type: StringConstructor;
@@ -1985,7 +2127,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
1985
2127
  }>>;
1986
2128
  emit: (event: "comfirm", ...args: any[]) => void;
1987
2129
  state: {
1988
- filterable: boolean;
1989
2130
  orgId: string | number;
1990
2131
  currentSessionItem: import("../../shared/types").AnyObject;
1991
2132
  id: string;
@@ -2009,27 +2150,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2009
2150
  keyword: import("vue").Ref<string>;
2010
2151
  showModal: import("vue").Ref<boolean>;
2011
2152
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2012
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2013
2153
  groupName: import("vue").Ref<string>;
2014
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
2015
2154
  remark: import("vue").Ref<string>;
2155
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2156
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2016
2157
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2017
2158
  handleInput: () => void;
2018
2159
  _disabledIds: import("vue").ComputedRef<any[]>;
2019
- defaultOptions: import("vue").ComputedRef<{
2160
+ sessionList: import("vue").ComputedRef<{
2020
2161
  id: any;
2021
2162
  name: any;
2022
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;
2023
2177
  }[]>;
2024
2178
  checkedIds: import("vue").ComputedRef<any[]>;
2025
2179
  btnDisabled: import("vue").ComputedRef<boolean>;
2026
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;
2027
2187
  handlePositiveClick: () => Promise<void>;
2028
- updateCheckedSourceIds: () => void;
2029
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
2030
- actionType: "check" | "uncheck";
2031
- value: string | number;
2032
- }) => void;
2033
2188
  closeTag: (id: string) => void;
2034
2189
  NModal: any;
2035
2190
  NButton: any;
@@ -2041,8 +2196,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2041
2196
  NCheckbox: any;
2042
2197
  NCheckboxGroup: any;
2043
2198
  NTooltip: any;
2199
+ NBreadcrumb: any;
2200
+ NBreadcrumbItem: any;
2044
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<{}>>, {}>;
2045
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;
2046
2207
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2047
2208
  title: {
2048
2209
  type: StringConstructor;
@@ -2093,7 +2254,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2093
2254
  keyword: import("vue").Ref<string>;
2094
2255
  cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
2095
2256
  state: {
2096
- filterable: boolean;
2097
2257
  orgId: string | number;
2098
2258
  currentSessionItem: import("../../shared/types").AnyObject;
2099
2259
  id: string;
@@ -2224,6 +2384,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2224
2384
  default: boolean;
2225
2385
  };
2226
2386
  }, {
2387
+ initialOptions: import("../../shared/types").AnyObject[];
2388
+ tabList: {
2389
+ key: string;
2390
+ label: string;
2391
+ }[];
2227
2392
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2228
2393
  title: {
2229
2394
  type: StringConstructor;
@@ -2253,7 +2418,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2253
2418
  }>>;
2254
2419
  emit: (event: "comfirm", ...args: any[]) => void;
2255
2420
  state: {
2256
- filterable: boolean;
2257
2421
  orgId: string | number;
2258
2422
  currentSessionItem: import("../../shared/types").AnyObject;
2259
2423
  id: string;
@@ -2277,27 +2441,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2277
2441
  keyword: import("vue").Ref<string>;
2278
2442
  showModal: import("vue").Ref<boolean>;
2279
2443
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2280
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2281
2444
  groupName: import("vue").Ref<string>;
2282
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
2283
2445
  remark: import("vue").Ref<string>;
2446
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2447
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2284
2448
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2285
2449
  handleInput: () => void;
2286
2450
  _disabledIds: import("vue").ComputedRef<any[]>;
2287
- defaultOptions: import("vue").ComputedRef<{
2451
+ sessionList: import("vue").ComputedRef<{
2288
2452
  id: any;
2289
2453
  name: any;
2290
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;
2291
2468
  }[]>;
2292
2469
  checkedIds: import("vue").ComputedRef<any[]>;
2293
2470
  btnDisabled: import("vue").ComputedRef<boolean>;
2294
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;
2295
2478
  handlePositiveClick: () => Promise<void>;
2296
- updateCheckedSourceIds: () => void;
2297
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
2298
- actionType: "check" | "uncheck";
2299
- value: string | number;
2300
- }) => void;
2301
2479
  closeTag: (id: string) => void;
2302
2480
  NModal: any;
2303
2481
  NButton: any;
@@ -2309,8 +2487,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2309
2487
  NCheckbox: any;
2310
2488
  NCheckboxGroup: any;
2311
2489
  NTooltip: any;
2490
+ NBreadcrumb: any;
2491
+ NBreadcrumbItem: any;
2312
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<{}>>, {}>;
2313
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;
2314
2498
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2315
2499
  title: {
2316
2500
  type: StringConstructor;
@@ -2351,7 +2535,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2351
2535
  receiver?: string | undefined;
2352
2536
  }) => Promise<void>;
2353
2537
  state: {
2354
- filterable: boolean;
2355
2538
  orgId: string | number;
2356
2539
  currentSessionItem: import("../../shared/types").AnyObject;
2357
2540
  id: string;
@@ -2370,6 +2553,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2370
2553
  currentGroupUser: import("../../shared/types").AnyObject[];
2371
2554
  showMultipleVideo: boolean;
2372
2555
  };
2556
+ trtcProxy: import("vue").Ref<any>;
2373
2557
  trtc: import("trtc-sdk-v5").default;
2374
2558
  timing: import("vue").Ref<string>;
2375
2559
  voiceOpen: import("vue").Ref<boolean>;
@@ -2433,7 +2617,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2433
2617
  name: string;
2434
2618
  }[]>;
2435
2619
  state: {
2436
- filterable: boolean;
2437
2620
  orgId: string | number;
2438
2621
  currentSessionItem: import("../../shared/types").AnyObject;
2439
2622
  id: string;
@@ -2458,6 +2641,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2458
2641
  receiver?: string | undefined;
2459
2642
  }) => Promise<void>;
2460
2643
  trtc: import("trtc-sdk-v5").default;
2644
+ trtcProxy: import("vue").Ref<any>;
2461
2645
  voiceOpen: import("vue").Ref<boolean>;
2462
2646
  isAudio: import("vue").ComputedRef<boolean>;
2463
2647
  isCall: import("vue").ComputedRef<boolean>;
@@ -2522,6 +2706,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2522
2706
  default: boolean;
2523
2707
  };
2524
2708
  }, {
2709
+ initialOptions: import("../../shared/types").AnyObject[];
2710
+ tabList: {
2711
+ key: string;
2712
+ label: string;
2713
+ }[];
2525
2714
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2526
2715
  title: {
2527
2716
  type: StringConstructor;
@@ -2551,7 +2740,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2551
2740
  }>>;
2552
2741
  emit: (event: "comfirm", ...args: any[]) => void;
2553
2742
  state: {
2554
- filterable: boolean;
2555
2743
  orgId: string | number;
2556
2744
  currentSessionItem: import("../../shared/types").AnyObject;
2557
2745
  id: string;
@@ -2575,27 +2763,41 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2575
2763
  keyword: import("vue").Ref<string>;
2576
2764
  showModal: import("vue").Ref<boolean>;
2577
2765
  checkedOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2578
- options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2579
2766
  groupName: import("vue").Ref<string>;
2580
- checkedSourceIds: import("vue").Ref<(string | number)[]>;
2581
2767
  remark: import("vue").Ref<string>;
2768
+ currentTab: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2769
+ breadcrumbList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2582
2770
  userList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
2583
2771
  handleInput: () => void;
2584
2772
  _disabledIds: import("vue").ComputedRef<any[]>;
2585
- 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<{
2586
2786
  id: any;
2587
2787
  name: any;
2588
2788
  avatar: any;
2789
+ chatType: any;
2589
2790
  }[]>;
2590
2791
  checkedIds: import("vue").ComputedRef<any[]>;
2591
2792
  btnDisabled: import("vue").ComputedRef<boolean>;
2592
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;
2593
2800
  handlePositiveClick: () => Promise<void>;
2594
- updateCheckedSourceIds: () => void;
2595
- handleSourceIdsUpdate: (value: (string | number)[], meta: {
2596
- actionType: "check" | "uncheck";
2597
- value: string | number;
2598
- }) => void;
2599
2801
  closeTag: (id: string) => void;
2600
2802
  NModal: any;
2601
2803
  NButton: any;
@@ -2607,8 +2809,14 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2607
2809
  NCheckbox: any;
2608
2810
  NCheckboxGroup: any;
2609
2811
  NTooltip: any;
2812
+ NBreadcrumb: any;
2813
+ NBreadcrumbItem: any;
2610
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<{}>>, {}>;
2611
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;
2612
2820
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2613
2821
  title: {
2614
2822
  type: StringConstructor;
@@ -2686,6 +2894,19 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2686
2894
  type: BooleanConstructor;
2687
2895
  default: boolean;
2688
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
+ };
2689
2910
  }>> & {
2690
2911
  "onTemplate-click"?: ((...args: any[]) => any) | undefined;
2691
2912
  "onUnread-message-update"?: ((...args: any[]) => any) | undefined;
@@ -2693,9 +2914,9 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
2693
2914
  "onSession-close"?: ((...args: any[]) => any) | undefined;
2694
2915
  }, {
2695
2916
  show: boolean;
2917
+ filterable: boolean;
2696
2918
  showHeader: boolean;
2697
2919
  baseURL: string;
2698
2920
  extraParams: import("../../shared/types").AnyObject;
2699
- filterable: boolean;
2700
2921
  }>>;
2701
2922
  export default IhoChat;