cnhis-design-vue 3.2.15-beta.9 → 3.2.16-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/ai-chat/index.d.ts +9 -0
- package/es/components/ai-chat/src/Index.vue.d.ts +9 -0
- package/es/components/ai-chat/src/Index.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/ai-chat/style/index.css +1 -1
- package/es/components/branch-notice/index.d.ts +32 -3
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +9 -3
- package/es/components/branch-notice/src/BranchNotice.vue2.js +1 -1
- package/es/components/branch-notice/src/canstants.js +1 -1
- package/es/components/button-print/index.d.ts +6 -13
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +6 -13
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +6 -13
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +10 -0
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
- package/es/components/classification/index.d.ts +30 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +30 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +30 -0
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +30 -0
- package/es/components/date-picker/index.d.ts +10 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +10 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/expand-field/index.d.ts +27 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +27 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +27 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +27 -1
- package/es/components/expand-field/src/index.vue.d.ts +27 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -2
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +20 -0
- package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +10 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +20 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +10 -0
- package/es/components/field-set/src/components/table-row.vue2.js +1 -1
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-config/index.d.ts +1051 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +1051 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +10 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +10 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1029 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-config/src/constants/index.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +10 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +10 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +10 -0
- package/es/components/form-render/src/components/renderer/input.d.ts +9 -1
- package/es/components/form-render/src/components/renderer/input.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +6 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
- package/es/components/iho-chat/index.d.ts +477 -102
- package/es/components/iho-chat/src/Index.vue.d.ts +477 -102
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +133 -45
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +183 -18
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +10 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +0 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +45 -17
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +137 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.js +1 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +1 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +40 -13
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -7
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +11 -1
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.js +1 -1
- package/es/components/iho-chat/src/hooks/useData.d.ts +4 -2
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +3 -3
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +13 -2
- package/es/components/iho-chat/src/utils/asyncQueue.d.ts +10 -0
- package/es/components/iho-chat/src/utils/asyncQueue.js +1 -0
- package/es/components/iho-chat/style/iconfont.ttf +0 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +10 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +10 -0
- package/es/components/iho-table/src/types/index.d.ts +14 -0
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +20 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +20 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +10 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +10 -0
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-person/index.d.ts +27 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +15 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/index.vue.d.ts +27 -1
- package/es/components/select-person/src/index.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +10 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +10 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +20 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +20 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +10 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +40 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +40 -0
- package/es/env.d.ts +25 -25
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +4 -0
- package/package.json +2 -2
@@ -1,7 +1,6 @@
|
|
1
1
|
import { AnyObject } from '../../../../shared/types';
|
2
2
|
declare const _default: import("vue").DefineComponent<{}, {
|
3
3
|
state: {
|
4
|
-
filterable: boolean;
|
5
4
|
orgId: string | number;
|
6
5
|
currentSessionItem: AnyObject;
|
7
6
|
id: string;
|
@@ -49,29 +48,32 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
49
48
|
NPopconfirm: any;
|
50
49
|
PersonProfile: import("vue").DefineComponent<{
|
51
50
|
userId: {
|
52
|
-
type: StringConstructor;
|
53
|
-
required: true;
|
51
|
+
type: (NumberConstructor | StringConstructor)[];
|
54
52
|
};
|
55
53
|
disabled: {
|
56
54
|
type: BooleanConstructor;
|
57
55
|
default: boolean;
|
58
56
|
};
|
57
|
+
userInfo: {
|
58
|
+
type: import("vue").PropType<AnyObject>;
|
59
|
+
};
|
59
60
|
}, {
|
60
61
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
61
62
|
userId: {
|
62
|
-
type: StringConstructor;
|
63
|
-
required: true;
|
63
|
+
type: (NumberConstructor | StringConstructor)[];
|
64
64
|
};
|
65
65
|
disabled: {
|
66
66
|
type: BooleanConstructor;
|
67
67
|
default: boolean;
|
68
68
|
};
|
69
|
+
userInfo: {
|
70
|
+
type: import("vue").PropType<AnyObject>;
|
71
|
+
};
|
69
72
|
}>> & {
|
70
73
|
onClose?: ((...args: any[]) => any) | undefined;
|
71
74
|
}>>;
|
72
75
|
emit: (event: "close", ...args: any[]) => void;
|
73
76
|
state: {
|
74
|
-
filterable: boolean;
|
75
77
|
orgId: string | number;
|
76
78
|
currentSessionItem: AnyObject;
|
77
79
|
id: string;
|
@@ -121,13 +123,15 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
121
123
|
EyeOffOutline: 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<{}>>, {}>;
|
122
124
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
123
125
|
userId: {
|
124
|
-
type: StringConstructor;
|
125
|
-
required: true;
|
126
|
+
type: (NumberConstructor | StringConstructor)[];
|
126
127
|
};
|
127
128
|
disabled: {
|
128
129
|
type: BooleanConstructor;
|
129
130
|
default: boolean;
|
130
131
|
};
|
132
|
+
userInfo: {
|
133
|
+
type: import("vue").PropType<AnyObject>;
|
134
|
+
};
|
131
135
|
}>> & {
|
132
136
|
onClose?: ((...args: any[]) => any) | undefined;
|
133
137
|
}, {
|
@@ -138,7 +142,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
138
142
|
[x: string]: unknown;
|
139
143
|
};
|
140
144
|
state: {
|
141
|
-
filterable: boolean;
|
142
145
|
orgId: string | number;
|
143
146
|
currentSessionItem: AnyObject;
|
144
147
|
id: string;
|
@@ -191,29 +194,32 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
191
194
|
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<{}>>, {}>;
|
192
195
|
PersonProfile: import("vue").DefineComponent<{
|
193
196
|
userId: {
|
194
|
-
type: StringConstructor;
|
195
|
-
required: true;
|
197
|
+
type: (NumberConstructor | StringConstructor)[];
|
196
198
|
};
|
197
199
|
disabled: {
|
198
200
|
type: BooleanConstructor;
|
199
201
|
default: boolean;
|
200
202
|
};
|
203
|
+
userInfo: {
|
204
|
+
type: import("vue").PropType<AnyObject>;
|
205
|
+
};
|
201
206
|
}, {
|
202
207
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
203
208
|
userId: {
|
204
|
-
type: StringConstructor;
|
205
|
-
required: true;
|
209
|
+
type: (NumberConstructor | StringConstructor)[];
|
206
210
|
};
|
207
211
|
disabled: {
|
208
212
|
type: BooleanConstructor;
|
209
213
|
default: boolean;
|
210
214
|
};
|
215
|
+
userInfo: {
|
216
|
+
type: import("vue").PropType<AnyObject>;
|
217
|
+
};
|
211
218
|
}>> & {
|
212
219
|
onClose?: ((...args: any[]) => any) | undefined;
|
213
220
|
}>>;
|
214
221
|
emit: (event: "close", ...args: any[]) => void;
|
215
222
|
state: {
|
216
|
-
filterable: boolean;
|
217
223
|
orgId: string | number;
|
218
224
|
currentSessionItem: AnyObject;
|
219
225
|
id: string;
|
@@ -263,13 +269,15 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
263
269
|
EyeOffOutline: 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<{}>>, {}>;
|
264
270
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
265
271
|
userId: {
|
266
|
-
type: StringConstructor;
|
267
|
-
required: true;
|
272
|
+
type: (NumberConstructor | StringConstructor)[];
|
268
273
|
};
|
269
274
|
disabled: {
|
270
275
|
type: BooleanConstructor;
|
271
276
|
default: boolean;
|
272
277
|
};
|
278
|
+
userInfo: {
|
279
|
+
type: import("vue").PropType<AnyObject>;
|
280
|
+
};
|
273
281
|
}>> & {
|
274
282
|
onClose?: ((...args: any[]) => any) | undefined;
|
275
283
|
}, {
|
@@ -300,6 +308,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
300
308
|
default: boolean;
|
301
309
|
};
|
302
310
|
}, {
|
311
|
+
initialOptions: AnyObject[];
|
312
|
+
tabList: {
|
313
|
+
key: string;
|
314
|
+
label: string;
|
315
|
+
}[];
|
303
316
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
304
317
|
title: {
|
305
318
|
type: StringConstructor;
|
@@ -329,7 +342,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
329
342
|
}>>;
|
330
343
|
emit: (event: "comfirm", ...args: any[]) => void;
|
331
344
|
state: {
|
332
|
-
filterable: boolean;
|
333
345
|
orgId: string | number;
|
334
346
|
currentSessionItem: AnyObject;
|
335
347
|
id: string;
|
@@ -353,27 +365,41 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
353
365
|
keyword: import("vue").Ref<string>;
|
354
366
|
showModal: import("vue").Ref<boolean>;
|
355
367
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
356
|
-
options: import("vue").Ref<AnyObject[]>;
|
357
368
|
groupName: import("vue").Ref<string>;
|
358
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
359
369
|
remark: import("vue").Ref<string>;
|
370
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
371
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
360
372
|
userList: import("vue").Ref<AnyObject[]>;
|
361
373
|
handleInput: () => void;
|
362
374
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
363
|
-
|
375
|
+
sessionList: import("vue").ComputedRef<{
|
376
|
+
id: any;
|
377
|
+
name: any;
|
378
|
+
avatar: any;
|
379
|
+
chatType: any;
|
380
|
+
}[]>;
|
381
|
+
friends: import("vue").ComputedRef<{
|
364
382
|
id: any;
|
365
383
|
name: any;
|
366
384
|
avatar: any;
|
385
|
+
chatType: any;
|
386
|
+
}[]>;
|
387
|
+
groups: import("vue").ComputedRef<{
|
388
|
+
id: any;
|
389
|
+
name: any;
|
390
|
+
avatar: any;
|
391
|
+
chatType: any;
|
367
392
|
}[]>;
|
368
393
|
checkedIds: import("vue").ComputedRef<any[]>;
|
369
394
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
370
395
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
396
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
397
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
398
|
+
getDisabled: (id: string | number) => boolean;
|
399
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
400
|
+
toggleTab: (item: AnyObject) => void;
|
401
|
+
handleTabBack: () => void;
|
371
402
|
handlePositiveClick: () => Promise<void>;
|
372
|
-
updateCheckedSourceIds: () => void;
|
373
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
374
|
-
actionType: "check" | "uncheck";
|
375
|
-
value: string | number;
|
376
|
-
}) => void;
|
377
403
|
closeTag: (id: string) => void;
|
378
404
|
NModal: any;
|
379
405
|
NButton: any;
|
@@ -385,8 +411,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
385
411
|
NCheckbox: any;
|
386
412
|
NCheckboxGroup: any;
|
387
413
|
NTooltip: any;
|
414
|
+
NBreadcrumb: any;
|
415
|
+
NBreadcrumbItem: any;
|
388
416
|
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<{}>>, {}>;
|
389
417
|
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<{}>>, {}>;
|
418
|
+
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<{}>>, {}>;
|
419
|
+
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<{}>>, {}>;
|
420
|
+
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<{}>>, {}>;
|
421
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
390
422
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
391
423
|
title: {
|
392
424
|
type: StringConstructor;
|
@@ -441,7 +473,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
441
473
|
}>> & {}>>;
|
442
474
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
443
475
|
state: {
|
444
|
-
filterable: boolean;
|
445
476
|
orgId: string | number;
|
446
477
|
currentSessionItem: AnyObject;
|
447
478
|
id: string;
|
@@ -520,6 +551,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
520
551
|
default: boolean;
|
521
552
|
};
|
522
553
|
}, {
|
554
|
+
initialOptions: AnyObject[];
|
555
|
+
tabList: {
|
556
|
+
key: string;
|
557
|
+
label: string;
|
558
|
+
}[];
|
523
559
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
524
560
|
title: {
|
525
561
|
type: StringConstructor;
|
@@ -549,7 +585,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
549
585
|
}>>;
|
550
586
|
emit: (event: "comfirm", ...args: any[]) => void;
|
551
587
|
state: {
|
552
|
-
filterable: boolean;
|
553
588
|
orgId: string | number;
|
554
589
|
currentSessionItem: AnyObject;
|
555
590
|
id: string;
|
@@ -573,27 +608,41 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
573
608
|
keyword: import("vue").Ref<string>;
|
574
609
|
showModal: import("vue").Ref<boolean>;
|
575
610
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
576
|
-
options: import("vue").Ref<AnyObject[]>;
|
577
611
|
groupName: import("vue").Ref<string>;
|
578
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
579
612
|
remark: import("vue").Ref<string>;
|
613
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
614
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
580
615
|
userList: import("vue").Ref<AnyObject[]>;
|
581
616
|
handleInput: () => void;
|
582
617
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
583
|
-
|
618
|
+
sessionList: import("vue").ComputedRef<{
|
619
|
+
id: any;
|
620
|
+
name: any;
|
621
|
+
avatar: any;
|
622
|
+
chatType: any;
|
623
|
+
}[]>;
|
624
|
+
friends: import("vue").ComputedRef<{
|
625
|
+
id: any;
|
626
|
+
name: any;
|
627
|
+
avatar: any;
|
628
|
+
chatType: any;
|
629
|
+
}[]>;
|
630
|
+
groups: import("vue").ComputedRef<{
|
584
631
|
id: any;
|
585
632
|
name: any;
|
586
633
|
avatar: any;
|
634
|
+
chatType: any;
|
587
635
|
}[]>;
|
588
636
|
checkedIds: import("vue").ComputedRef<any[]>;
|
589
637
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
590
638
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
639
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
640
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
641
|
+
getDisabled: (id: string | number) => boolean;
|
642
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
643
|
+
toggleTab: (item: AnyObject) => void;
|
644
|
+
handleTabBack: () => void;
|
591
645
|
handlePositiveClick: () => Promise<void>;
|
592
|
-
updateCheckedSourceIds: () => void;
|
593
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
594
|
-
actionType: "check" | "uncheck";
|
595
|
-
value: string | number;
|
596
|
-
}) => void;
|
597
646
|
closeTag: (id: string) => void;
|
598
647
|
NModal: any;
|
599
648
|
NButton: any;
|
@@ -605,8 +654,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
605
654
|
NCheckbox: any;
|
606
655
|
NCheckboxGroup: any;
|
607
656
|
NTooltip: any;
|
657
|
+
NBreadcrumb: any;
|
658
|
+
NBreadcrumbItem: any;
|
608
659
|
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<{}>>, {}>;
|
609
660
|
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<{}>>, {}>;
|
661
|
+
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<{}>>, {}>;
|
662
|
+
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<{}>>, {}>;
|
663
|
+
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<{}>>, {}>;
|
664
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
610
665
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
611
666
|
title: {
|
612
667
|
type: StringConstructor;
|
@@ -667,7 +722,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
667
722
|
};
|
668
723
|
}>> & {}>>;
|
669
724
|
state: {
|
670
|
-
filterable: boolean;
|
671
725
|
orgId: string | number;
|
672
726
|
currentSessionItem: AnyObject;
|
673
727
|
id: string;
|
@@ -742,6 +796,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
742
796
|
type: StringConstructor;
|
743
797
|
default: string;
|
744
798
|
};
|
799
|
+
isDateDisabled: {
|
800
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
801
|
+
};
|
745
802
|
}, {
|
746
803
|
attrs: {
|
747
804
|
[x: string]: unknown;
|
@@ -774,6 +831,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
774
831
|
type: StringConstructor;
|
775
832
|
default: string;
|
776
833
|
};
|
834
|
+
isDateDisabled: {
|
835
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
836
|
+
};
|
777
837
|
}>> & {
|
778
838
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
779
839
|
}>>;
|
@@ -786,6 +846,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
786
846
|
isDateTime: import("vue").ComputedRef<boolean>;
|
787
847
|
formatRef: import("vue").ComputedRef<string>;
|
788
848
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
849
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
789
850
|
focus: () => any;
|
790
851
|
blur: () => any;
|
791
852
|
handleConfirm: (target: HTMLInputElement) => void;
|
@@ -825,6 +886,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
825
886
|
type: StringConstructor;
|
826
887
|
default: string;
|
827
888
|
};
|
889
|
+
isDateDisabled: {
|
890
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
891
|
+
};
|
828
892
|
}>> & {
|
829
893
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
830
894
|
}, {
|
@@ -871,6 +935,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
871
935
|
default: boolean;
|
872
936
|
};
|
873
937
|
}, {
|
938
|
+
initialOptions: AnyObject[];
|
939
|
+
tabList: {
|
940
|
+
key: string;
|
941
|
+
label: string;
|
942
|
+
}[];
|
874
943
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
875
944
|
title: {
|
876
945
|
type: StringConstructor;
|
@@ -900,7 +969,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
900
969
|
}>>;
|
901
970
|
emit: (event: "comfirm", ...args: any[]) => void;
|
902
971
|
state: {
|
903
|
-
filterable: boolean;
|
904
972
|
orgId: string | number;
|
905
973
|
currentSessionItem: AnyObject;
|
906
974
|
id: string;
|
@@ -924,27 +992,41 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
924
992
|
keyword: import("vue").Ref<string>;
|
925
993
|
showModal: import("vue").Ref<boolean>;
|
926
994
|
checkedOptions: import("vue").Ref<AnyObject[]>;
|
927
|
-
options: import("vue").Ref<AnyObject[]>;
|
928
995
|
groupName: import("vue").Ref<string>;
|
929
|
-
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
930
996
|
remark: import("vue").Ref<string>;
|
997
|
+
currentTab: import("vue").Ref<AnyObject[]>;
|
998
|
+
breadcrumbList: import("vue").Ref<AnyObject[]>;
|
931
999
|
userList: import("vue").Ref<AnyObject[]>;
|
932
1000
|
handleInput: () => void;
|
933
1001
|
_disabledIds: import("vue").ComputedRef<any[]>;
|
934
|
-
|
1002
|
+
sessionList: import("vue").ComputedRef<{
|
1003
|
+
id: any;
|
1004
|
+
name: any;
|
1005
|
+
avatar: any;
|
1006
|
+
chatType: any;
|
1007
|
+
}[]>;
|
1008
|
+
friends: import("vue").ComputedRef<{
|
1009
|
+
id: any;
|
1010
|
+
name: any;
|
1011
|
+
avatar: any;
|
1012
|
+
chatType: any;
|
1013
|
+
}[]>;
|
1014
|
+
groups: import("vue").ComputedRef<{
|
935
1015
|
id: any;
|
936
1016
|
name: any;
|
937
1017
|
avatar: any;
|
1018
|
+
chatType: any;
|
938
1019
|
}[]>;
|
939
1020
|
checkedIds: import("vue").ComputedRef<any[]>;
|
940
1021
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
941
1022
|
allChecked: import("vue").WritableComputedRef<boolean>;
|
1023
|
+
checkedSourceIds: import("vue").WritableComputedRef<any[]>;
|
1024
|
+
currentTabKey: import("vue").ComputedRef<any>;
|
1025
|
+
getDisabled: (id: string | number) => boolean;
|
1026
|
+
handleClickCheckbox: (option: AnyObject) => Promise<void>;
|
1027
|
+
toggleTab: (item: AnyObject) => void;
|
1028
|
+
handleTabBack: () => void;
|
942
1029
|
handlePositiveClick: () => Promise<void>;
|
943
|
-
updateCheckedSourceIds: () => void;
|
944
|
-
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
945
|
-
actionType: "check" | "uncheck";
|
946
|
-
value: string | number;
|
947
|
-
}) => void;
|
948
1030
|
closeTag: (id: string) => void;
|
949
1031
|
NModal: any;
|
950
1032
|
NButton: any;
|
@@ -956,8 +1038,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
956
1038
|
NCheckbox: any;
|
957
1039
|
NCheckboxGroup: any;
|
958
1040
|
NTooltip: any;
|
1041
|
+
NBreadcrumb: any;
|
1042
|
+
NBreadcrumbItem: any;
|
959
1043
|
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<{}>>, {}>;
|
960
1044
|
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<{}>>, {}>;
|
1045
|
+
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<{}>>, {}>;
|
1046
|
+
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<{}>>, {}>;
|
1047
|
+
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<{}>>, {}>;
|
1048
|
+
last: <T>(array: import("lodash").List<T> | null | undefined) => T | undefined;
|
961
1049
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
962
1050
|
title: {
|
963
1051
|
type: StringConstructor;
|