cnhis-design-vue 3.2.7-release.1 → 3.2.7-release.3
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/README.md +87 -87
- package/es/components/base-search/index.d.ts +2 -0
- package/es/components/base-search/src/index.vue.d.ts +2 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/button-print/index.d.ts +27 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +27 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +9 -0
- 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 +27 -0
- package/es/components/classification/index.d.ts +60 -5
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +60 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +60 -5
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +60 -5
- package/es/components/date-picker/index.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +26 -0
- package/es/components/field-set/src/components/condition.vue.d.ts +13 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +26 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +13 -0
- package/es/components/form-config/index.d.ts +37 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +37 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +14 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +20 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-render/index.d.ts +14 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +14 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +14 -0
- package/es/components/form-render/src/components/renderer/formItem.d.ts +9 -0
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +2 -1
- package/es/components/form-render/src/utils/business.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +1 -1
- package/es/components/form-render/src/utils/schema.js +1 -1
- package/es/components/iho-chat/index.d.ts +269 -94
- package/es/components/iho-chat/src/Index.vue.d.ts +269 -94
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +35 -13
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +41 -14
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +50 -14
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +13 -20
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +13 -0
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +60 -11
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +62 -24
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +3 -3
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +14 -2
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +11 -0
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -0
- package/es/components/iho-chat/src/hooks/useSession.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSession.js +1 -1
- package/es/components/iho-chat/src/hooks/useState.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -0
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +0 -1
- package/es/components/iho-chat/src/utils/index.js +1 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +13 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -0
- package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/headerPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.js +1 -0
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -0
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +20 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -0
- package/es/components/iho-table/src/utils/index.d.ts +0 -1
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +34 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +34 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +1 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +16 -0
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +14 -0
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/scale-view/index.d.ts +23 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +23 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +21 -1
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-select.js +1 -1
- package/es/components/scale-view/src/directive/drag-move.d.ts +3 -0
- package/es/components/scale-view/src/directive/drag-move.js +1 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +15 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +15 -0
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +47 -5
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +37 -19
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +47 -5
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +47 -5
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +33 -18
- 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/SelectDynamicOption/index.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +69 -4
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +69 -4
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +3 -0
- package/es/components/time-line/index.d.ts +4 -4
- package/es/components/time-line/src/TimeLine.vue.d.ts +1 -1
- package/es/components/time-line/src/TimeLine.vue2.js +1 -1
- package/es/components/time-picker/index.d.ts +20 -2
- package/es/components/time-picker/src/TimePicker.vue.d.ts +21 -2
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
- package/es/components/iho-table/src/plugins/headerPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/headerPlugin.js +0 -1
@@ -76,7 +76,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
76
76
|
currentReferenceMsg: AnyObject | null;
|
77
77
|
showVideo: boolean;
|
78
78
|
currentAVMsg: AnyObject;
|
79
|
-
userList: AnyObject[];
|
80
79
|
currentGroupUser: AnyObject[];
|
81
80
|
showMultipleVideo: boolean;
|
82
81
|
};
|
@@ -89,7 +88,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
89
88
|
setCurrentSessionItem: (item: AnyObject) => void;
|
90
89
|
groupSessionList: AnyObject[];
|
91
90
|
init: () => Promise<void>;
|
92
|
-
handleUserSearch: () => Promise<void>;
|
93
91
|
initWebSocket: () => void;
|
94
92
|
subscribeSessionList: () => void;
|
95
93
|
handleDefaultSession: () => void;
|
@@ -110,6 +108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
110
108
|
all: string;
|
111
109
|
unread: string;
|
112
110
|
};
|
111
|
+
unreadSessionKeys: string[];
|
113
112
|
flexWidth: import("vue").Ref<number>;
|
114
113
|
listBoxRef: import("vue").Ref<HTMLElement | undefined>;
|
115
114
|
loading: import("vue").Ref<boolean>;
|
@@ -121,11 +120,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
121
120
|
state: IState;
|
122
121
|
emit: (event: string, ...args: any[]) => void;
|
123
122
|
openSession: (item: AnyObject) => Promise<void>;
|
124
|
-
|
125
|
-
setSessionList: (list: AnyObject[]) => void;
|
123
|
+
updateSessionList: (sessionItem: AnyObject) => void;
|
126
124
|
currentWidth: import("vue").ComputedRef<number>;
|
127
125
|
sessionList: import("vue").ComputedRef<AnyObject[]>;
|
128
|
-
|
126
|
+
unreadTotal: import("vue").ComputedRef<number>;
|
129
127
|
changeWidth: ({ distance }: AnyObject) => void;
|
130
128
|
handleFilter: (key: string) => void;
|
131
129
|
showSession: (item: AnyObject, currentKey?: string) => boolean | undefined;
|
@@ -152,13 +150,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
152
150
|
defaultValue?: undefined;
|
153
151
|
} | {
|
154
152
|
mode: string;
|
155
|
-
defaultValue:
|
153
|
+
defaultValue: AnyObject[];
|
156
154
|
disabledIds?: undefined;
|
157
155
|
}>;
|
158
156
|
handleOpenChatFile: (type: string) => void;
|
159
157
|
NAvatar: any;
|
160
158
|
NIcon: any;
|
161
159
|
NButton: any;
|
160
|
+
NTooltip: any;
|
162
161
|
PersonProfile: import("vue").DefineComponent<{
|
163
162
|
userId: {
|
164
163
|
type: StringConstructor;
|
@@ -434,6 +433,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
434
433
|
allowedInvalidValue: {
|
435
434
|
type: StringConstructor;
|
436
435
|
};
|
436
|
+
to: {
|
437
|
+
type: PropType<string | false | HTMLElement>;
|
438
|
+
default: string;
|
439
|
+
};
|
437
440
|
}, {
|
438
441
|
attrs: {
|
439
442
|
[x: string]: unknown;
|
@@ -454,6 +457,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
454
457
|
allowedInvalidValue: {
|
455
458
|
type: StringConstructor;
|
456
459
|
};
|
460
|
+
to: {
|
461
|
+
type: PropType<string | false | HTMLElement>;
|
462
|
+
default: string;
|
463
|
+
};
|
457
464
|
}>> & {
|
458
465
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
459
466
|
}>>;
|
@@ -490,10 +497,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
490
497
|
allowedInvalidValue: {
|
491
498
|
type: StringConstructor;
|
492
499
|
};
|
500
|
+
to: {
|
501
|
+
type: PropType<string | false | HTMLElement>;
|
502
|
+
default: string;
|
503
|
+
};
|
493
504
|
}>> & {
|
494
505
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
495
506
|
}, {
|
496
507
|
updateUnchangedValue: boolean;
|
508
|
+
to: string | false | HTMLElement;
|
497
509
|
}>>;
|
498
510
|
formatTime: typeof import("./utils").formatTime;
|
499
511
|
MESSAGE_TYPE: typeof import("./constants").MESSAGE_TYPE;
|
@@ -522,9 +534,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
522
534
|
};
|
523
535
|
disabledIds: {
|
524
536
|
type: PropType<string[]>;
|
537
|
+
default: () => never[];
|
525
538
|
};
|
526
539
|
defaultValue: {
|
527
|
-
type: PropType<
|
540
|
+
type: PropType<AnyObject[]>;
|
528
541
|
};
|
529
542
|
}, {
|
530
543
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -541,34 +554,53 @@ declare const _default: import("vue").DefineComponent<{
|
|
541
554
|
};
|
542
555
|
disabledIds: {
|
543
556
|
type: PropType<string[]>;
|
557
|
+
default: () => never[];
|
544
558
|
};
|
545
559
|
defaultValue: {
|
546
|
-
type: PropType<
|
560
|
+
type: PropType<AnyObject[]>;
|
547
561
|
};
|
548
562
|
}>> & {
|
549
563
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
550
564
|
}>>;
|
551
565
|
emit: (event: "comfirm", ...args: any[]) => void;
|
552
566
|
state: IState;
|
567
|
+
listRef: import("vue").Ref<any>;
|
568
|
+
keyword: import("vue").Ref<any>;
|
553
569
|
showModal: import("vue").Ref<boolean>;
|
554
|
-
|
570
|
+
checkedOptions: import("vue").Ref<AnyObject[]>;
|
555
571
|
options: import("vue").Ref<AnyObject[]>;
|
556
572
|
groupName: import("vue").Ref<string>;
|
573
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
574
|
+
userList: import("vue").Ref<AnyObject[]>;
|
575
|
+
handleInput: () => void;
|
576
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
577
|
+
defaultOptions: import("vue").ComputedRef<{
|
578
|
+
id: any;
|
579
|
+
name: any;
|
580
|
+
avatar: any;
|
581
|
+
}[]>;
|
582
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
557
583
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
584
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
558
585
|
handlePositiveClick: () => Promise<void>;
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
}) => JSX.Element | null;
|
586
|
+
updateCheckedSourceIds: () => void;
|
587
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
588
|
+
actionType: "check" | "uncheck";
|
589
|
+
value: string | number;
|
590
|
+
}) => void;
|
591
|
+
closeTag: (id: string) => void;
|
592
|
+
renderTargetList: () => JSX.Element[] | null;
|
567
593
|
NModal: any;
|
568
594
|
NButton: any;
|
569
|
-
|
595
|
+
NSpace: any;
|
596
|
+
NAvatar: any;
|
570
597
|
NIcon: any;
|
598
|
+
NTag: any;
|
571
599
|
NInput: any;
|
600
|
+
NCheckbox: any;
|
601
|
+
NCheckboxGroup: any;
|
602
|
+
NTooltip: any;
|
603
|
+
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<{}>>, {}>;
|
572
604
|
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<{}>>, {}>;
|
573
605
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
574
606
|
title: {
|
@@ -584,15 +616,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
584
616
|
};
|
585
617
|
disabledIds: {
|
586
618
|
type: PropType<string[]>;
|
619
|
+
default: () => never[];
|
587
620
|
};
|
588
621
|
defaultValue: {
|
589
|
-
type: PropType<
|
622
|
+
type: PropType<AnyObject[]>;
|
590
623
|
};
|
591
624
|
}>> & {
|
592
625
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
593
626
|
}, {
|
594
627
|
mode: string;
|
595
628
|
title: string;
|
629
|
+
disabledIds: string[];
|
596
630
|
}>;
|
597
631
|
PersonAddOutline: 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<{}>>, {}>;
|
598
632
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
@@ -604,7 +638,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
604
638
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
605
639
|
contextmenuRef: import("vue").Ref<any>;
|
606
640
|
showMenu: import("vue").Ref<boolean>;
|
607
|
-
|
641
|
+
menuPosition: any;
|
642
|
+
menuMsgId: import("vue").Ref<any>;
|
608
643
|
pageInfo: {
|
609
644
|
page: number;
|
610
645
|
hasMore: boolean;
|
@@ -614,19 +649,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
614
649
|
'--c-tip-top': string;
|
615
650
|
'--c-tip-gap': string;
|
616
651
|
}>;
|
617
|
-
chatMainBounding: import("vue").ComputedRef<{
|
618
|
-
height: import("vue").Ref<number>;
|
619
|
-
bottom: import("vue").Ref<number>;
|
620
|
-
left: import("vue").Ref<number>;
|
621
|
-
right: import("vue").Ref<number>;
|
622
|
-
top: import("vue").Ref<number>;
|
623
|
-
width: import("vue").Ref<number>;
|
624
|
-
x: import("vue").Ref<number>;
|
625
|
-
y: import("vue").Ref<number>;
|
626
|
-
update: () => void;
|
627
|
-
}>;
|
628
652
|
getHistoryRecord: () => Promise<void>;
|
629
|
-
handleContextmenu: (event: MouseEvent) => Promise<void>;
|
653
|
+
handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
|
654
|
+
setMenuPosition: (event: MouseEvent) => Promise<void>;
|
630
655
|
showMessage: (item: AnyObject) => boolean;
|
631
656
|
showTemplateMsg: (item: AnyObject, type: "template" | "system") => boolean | undefined;
|
632
657
|
isTemplate3: (content: AnyObject) => boolean;
|
@@ -634,12 +659,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
634
659
|
setScrollToButtom: () => Promise<void>;
|
635
660
|
resetInfo: () => void;
|
636
661
|
setReferenceMsg: (msgItem: AnyObject) => void;
|
662
|
+
handleSelect: (key: string, msgItem: AnyObject) => void;
|
637
663
|
NAvatar: any;
|
638
664
|
NImageGroup: any;
|
639
665
|
NImage: any;
|
640
666
|
NIcon: any;
|
641
667
|
NButtonGroup: any;
|
642
668
|
NButton: any;
|
669
|
+
NSpace: any;
|
643
670
|
PersonProfile: import("vue").DefineComponent<{
|
644
671
|
userId: {
|
645
672
|
type: StringConstructor;
|
@@ -800,10 +827,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
800
827
|
position: {
|
801
828
|
type: PropType<import("vue").CSSProperties>;
|
802
829
|
};
|
803
|
-
|
804
|
-
type:
|
830
|
+
msgId: {
|
831
|
+
type: StringConstructor;
|
805
832
|
};
|
806
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
833
|
+
}, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:show")[], "select" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
807
834
|
show: {
|
808
835
|
type: BooleanConstructor;
|
809
836
|
default: boolean;
|
@@ -811,8 +838,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
811
838
|
position: {
|
812
839
|
type: PropType<import("vue").CSSProperties>;
|
813
840
|
};
|
814
|
-
|
815
|
-
type:
|
841
|
+
msgId: {
|
842
|
+
type: StringConstructor;
|
816
843
|
};
|
817
844
|
}>> & {
|
818
845
|
onSelect?: ((...args: any[]) => any) | undefined;
|
@@ -820,7 +847,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
820
847
|
}, {
|
821
848
|
show: boolean;
|
822
849
|
}>;
|
823
|
-
downloadFile: typeof import("./utils").downloadFile;
|
824
850
|
simplifyMessage: typeof import("./utils").simplifyMessage;
|
825
851
|
isAudioOrVideoMessage: typeof isAudioOrVideoMessage;
|
826
852
|
getAVTime: typeof import("./utils").getAVTime;
|
@@ -829,10 +855,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
829
855
|
EllipsisHorizontal: 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<{}>>, {}>;
|
830
856
|
CallOutline: 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<{}>>, {}>;
|
831
857
|
VideocamOutline: 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<{}>>, {}>;
|
858
|
+
DocumentSharp: 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<{}>>, {}>;
|
832
859
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
833
860
|
ChatFooter: import("vue").DefineComponent<{}, {
|
834
861
|
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
835
|
-
content: import("vue").Ref<string>;
|
836
862
|
state: IState;
|
837
863
|
sendMessage: (message: {
|
838
864
|
chatType?: string | undefined;
|
@@ -841,6 +867,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
841
867
|
}) => Promise<void>;
|
842
868
|
isGroupChat: import("vue").ComputedRef<boolean>;
|
843
869
|
showEmoji: import("vue").Ref<boolean>;
|
870
|
+
content: import("vue").Ref<string>;
|
871
|
+
chatAddProps: import("vue").ComputedRef<{
|
872
|
+
options: AnyObject[];
|
873
|
+
defaultValue: AnyObject[];
|
874
|
+
}>;
|
875
|
+
btnDisabled: import("vue").ComputedRef<boolean>;
|
844
876
|
handleCall: (chatMessageType: string, checkedIds?: never[]) => void;
|
845
877
|
handleKeyDown: (event: KeyboardEvent) => void;
|
846
878
|
isWrap: (event: KeyboardEvent) => boolean;
|
@@ -872,9 +904,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
872
904
|
};
|
873
905
|
disabledIds: {
|
874
906
|
type: PropType<string[]>;
|
907
|
+
default: () => never[];
|
875
908
|
};
|
876
909
|
defaultValue: {
|
877
|
-
type: PropType<
|
910
|
+
type: PropType<AnyObject[]>;
|
878
911
|
};
|
879
912
|
}, {
|
880
913
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -891,34 +924,53 @@ declare const _default: import("vue").DefineComponent<{
|
|
891
924
|
};
|
892
925
|
disabledIds: {
|
893
926
|
type: PropType<string[]>;
|
927
|
+
default: () => never[];
|
894
928
|
};
|
895
929
|
defaultValue: {
|
896
|
-
type: PropType<
|
930
|
+
type: PropType<AnyObject[]>;
|
897
931
|
};
|
898
932
|
}>> & {
|
899
933
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
900
934
|
}>>;
|
901
935
|
emit: (event: "comfirm", ...args: any[]) => void;
|
902
936
|
state: IState;
|
937
|
+
listRef: import("vue").Ref<any>;
|
938
|
+
keyword: import("vue").Ref<any>;
|
903
939
|
showModal: import("vue").Ref<boolean>;
|
904
|
-
|
940
|
+
checkedOptions: import("vue").Ref<AnyObject[]>;
|
905
941
|
options: import("vue").Ref<AnyObject[]>;
|
906
942
|
groupName: import("vue").Ref<string>;
|
943
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
944
|
+
userList: import("vue").Ref<AnyObject[]>;
|
945
|
+
handleInput: () => void;
|
946
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
947
|
+
defaultOptions: import("vue").ComputedRef<{
|
948
|
+
id: any;
|
949
|
+
name: any;
|
950
|
+
avatar: any;
|
951
|
+
}[]>;
|
952
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
907
953
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
954
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
908
955
|
handlePositiveClick: () => Promise<void>;
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
}) => JSX.Element | null;
|
956
|
+
updateCheckedSourceIds: () => void;
|
957
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
958
|
+
actionType: "check" | "uncheck";
|
959
|
+
value: string | number;
|
960
|
+
}) => void;
|
961
|
+
closeTag: (id: string) => void;
|
962
|
+
renderTargetList: () => JSX.Element[] | null;
|
917
963
|
NModal: any;
|
918
964
|
NButton: any;
|
919
|
-
|
965
|
+
NSpace: any;
|
966
|
+
NAvatar: any;
|
920
967
|
NIcon: any;
|
968
|
+
NTag: any;
|
921
969
|
NInput: any;
|
970
|
+
NCheckbox: any;
|
971
|
+
NCheckboxGroup: any;
|
972
|
+
NTooltip: any;
|
973
|
+
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<{}>>, {}>;
|
922
974
|
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<{}>>, {}>;
|
923
975
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
924
976
|
title: {
|
@@ -934,15 +986,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
934
986
|
};
|
935
987
|
disabledIds: {
|
936
988
|
type: PropType<string[]>;
|
989
|
+
default: () => never[];
|
937
990
|
};
|
938
991
|
defaultValue: {
|
939
|
-
type: PropType<
|
992
|
+
type: PropType<AnyObject[]>;
|
940
993
|
};
|
941
994
|
}>> & {
|
942
995
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
943
996
|
}, {
|
944
997
|
mode: string;
|
945
998
|
title: string;
|
999
|
+
disabledIds: string[];
|
946
1000
|
}>;
|
947
1001
|
emojis: {
|
948
1002
|
default: string[][];
|
@@ -959,17 +1013,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
959
1013
|
listRef: import("vue").Ref<any>;
|
960
1014
|
inputRef: import("vue").Ref<any>;
|
961
1015
|
showSearch: import("vue").Ref<boolean>;
|
962
|
-
keyword: import("vue").Ref<
|
963
|
-
userList: import("vue").Ref<any>;
|
1016
|
+
keyword: import("vue").Ref<string>;
|
964
1017
|
state: IState;
|
965
1018
|
openSession: (item: AnyObject) => Promise<void>;
|
966
|
-
|
967
|
-
page: number;
|
968
|
-
hasMore: boolean;
|
969
|
-
};
|
1019
|
+
userList: import("vue").Ref<AnyObject[]>;
|
970
1020
|
handleInput: () => void;
|
971
|
-
|
972
|
-
resetAndSearch: () => void;
|
1021
|
+
showNoData: import("vue").ComputedRef<boolean>;
|
973
1022
|
addSession: (userId: string) => Promise<void>;
|
974
1023
|
NPopover: any;
|
975
1024
|
NButton: any;
|
@@ -977,6 +1026,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
977
1026
|
NInput: any;
|
978
1027
|
NIcon: any;
|
979
1028
|
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<{}>>, {}>;
|
1029
|
+
DefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1030
|
+
type: {
|
1031
|
+
type: StringConstructor;
|
1032
|
+
default: string;
|
1033
|
+
};
|
1034
|
+
config: {
|
1035
|
+
type: PropType<AnyObject>;
|
1036
|
+
default: () => {
|
1037
|
+
title: string;
|
1038
|
+
content: string;
|
1039
|
+
};
|
1040
|
+
};
|
1041
|
+
}, {
|
1042
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1043
|
+
type: {
|
1044
|
+
type: StringConstructor;
|
1045
|
+
default: string;
|
1046
|
+
};
|
1047
|
+
config: {
|
1048
|
+
type: PropType<AnyObject>;
|
1049
|
+
default: () => {
|
1050
|
+
title: string;
|
1051
|
+
content: string;
|
1052
|
+
};
|
1053
|
+
};
|
1054
|
+
}>> & {
|
1055
|
+
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1056
|
+
}>>;
|
1057
|
+
emit: (event: "reloadPage", ...args: any[]) => void;
|
1058
|
+
configResult: import("vue").ComputedRef<{
|
1059
|
+
title: string;
|
1060
|
+
content: string;
|
1061
|
+
img: string;
|
1062
|
+
}>;
|
1063
|
+
reloadPage: () => void;
|
1064
|
+
NIcon: any;
|
1065
|
+
Refresh: 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<{}>>, {}>;
|
1066
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1067
|
+
type: {
|
1068
|
+
type: StringConstructor;
|
1069
|
+
default: string;
|
1070
|
+
};
|
1071
|
+
config: {
|
1072
|
+
type: PropType<AnyObject>;
|
1073
|
+
default: () => {
|
1074
|
+
title: string;
|
1075
|
+
content: string;
|
1076
|
+
};
|
1077
|
+
};
|
1078
|
+
}>> & {
|
1079
|
+
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1080
|
+
}, {
|
1081
|
+
type: string;
|
1082
|
+
config: AnyObject;
|
1083
|
+
}>>;
|
980
1084
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
981
1085
|
ChatAdd: import("vue").DefineComponent<{
|
982
1086
|
title: {
|
@@ -992,9 +1096,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
992
1096
|
};
|
993
1097
|
disabledIds: {
|
994
1098
|
type: PropType<string[]>;
|
1099
|
+
default: () => never[];
|
995
1100
|
};
|
996
1101
|
defaultValue: {
|
997
|
-
type: PropType<
|
1102
|
+
type: PropType<AnyObject[]>;
|
998
1103
|
};
|
999
1104
|
}, {
|
1000
1105
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -1011,34 +1116,53 @@ declare const _default: import("vue").DefineComponent<{
|
|
1011
1116
|
};
|
1012
1117
|
disabledIds: {
|
1013
1118
|
type: PropType<string[]>;
|
1119
|
+
default: () => never[];
|
1014
1120
|
};
|
1015
1121
|
defaultValue: {
|
1016
|
-
type: PropType<
|
1122
|
+
type: PropType<AnyObject[]>;
|
1017
1123
|
};
|
1018
1124
|
}>> & {
|
1019
1125
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1020
1126
|
}>>;
|
1021
1127
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1022
1128
|
state: IState;
|
1129
|
+
listRef: import("vue").Ref<any>;
|
1130
|
+
keyword: import("vue").Ref<any>;
|
1023
1131
|
showModal: import("vue").Ref<boolean>;
|
1024
|
-
|
1132
|
+
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1025
1133
|
options: import("vue").Ref<AnyObject[]>;
|
1026
1134
|
groupName: import("vue").Ref<string>;
|
1135
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1136
|
+
userList: import("vue").Ref<AnyObject[]>;
|
1137
|
+
handleInput: () => void;
|
1138
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
1139
|
+
defaultOptions: import("vue").ComputedRef<{
|
1140
|
+
id: any;
|
1141
|
+
name: any;
|
1142
|
+
avatar: any;
|
1143
|
+
}[]>;
|
1144
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
1027
1145
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1146
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
1028
1147
|
handlePositiveClick: () => Promise<void>;
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
}) => JSX.Element | null;
|
1148
|
+
updateCheckedSourceIds: () => void;
|
1149
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1150
|
+
actionType: "check" | "uncheck";
|
1151
|
+
value: string | number;
|
1152
|
+
}) => void;
|
1153
|
+
closeTag: (id: string) => void;
|
1154
|
+
renderTargetList: () => JSX.Element[] | null;
|
1037
1155
|
NModal: any;
|
1038
1156
|
NButton: any;
|
1039
|
-
|
1157
|
+
NSpace: any;
|
1158
|
+
NAvatar: any;
|
1040
1159
|
NIcon: any;
|
1160
|
+
NTag: any;
|
1041
1161
|
NInput: any;
|
1162
|
+
NCheckbox: any;
|
1163
|
+
NCheckboxGroup: any;
|
1164
|
+
NTooltip: any;
|
1165
|
+
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<{}>>, {}>;
|
1042
1166
|
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<{}>>, {}>;
|
1043
1167
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1044
1168
|
title: {
|
@@ -1054,15 +1178,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1054
1178
|
};
|
1055
1179
|
disabledIds: {
|
1056
1180
|
type: PropType<string[]>;
|
1181
|
+
default: () => never[];
|
1057
1182
|
};
|
1058
1183
|
defaultValue: {
|
1059
|
-
type: PropType<
|
1184
|
+
type: PropType<AnyObject[]>;
|
1060
1185
|
};
|
1061
1186
|
}>> & {
|
1062
1187
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1063
1188
|
}, {
|
1064
1189
|
mode: string;
|
1065
1190
|
title: string;
|
1191
|
+
disabledIds: string[];
|
1066
1192
|
}>;
|
1067
1193
|
Video: import("vue").DefineComponent<{}, {
|
1068
1194
|
sendMessage: (message: {
|
@@ -1084,6 +1210,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
1084
1210
|
timer: any;
|
1085
1211
|
seconds: number;
|
1086
1212
|
};
|
1213
|
+
installEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
1214
|
+
handleError: import("../../../shared/types").AnyFn;
|
1215
|
+
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
1216
|
+
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
1217
|
+
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
1218
|
+
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
1219
|
+
}) => void;
|
1220
|
+
uninstallEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
1221
|
+
handleError: import("../../../shared/types").AnyFn;
|
1222
|
+
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
1223
|
+
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
1224
|
+
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
1225
|
+
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
1226
|
+
}) => void;
|
1087
1227
|
videoRef: import("vue").Ref<any>;
|
1088
1228
|
selfVideoRef: import("vue").Ref<any>;
|
1089
1229
|
isConnect: import("vue").Ref<boolean>;
|
@@ -1100,8 +1240,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1100
1240
|
handleEnter: () => Promise<void>;
|
1101
1241
|
handleFinish: () => void;
|
1102
1242
|
handleExit: () => Promise<void>;
|
1103
|
-
installEventHandlers: () => void;
|
1104
|
-
uninstallEventHandlers: () => void;
|
1105
1243
|
handleRemoteVideoAvailable: (event: any) => Promise<void>;
|
1106
1244
|
handleRemoteAudioAvailable: (event: any) => void;
|
1107
1245
|
handleRemoteUserEnter: () => void;
|
@@ -1117,7 +1255,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1117
1255
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1118
1256
|
MultipleVideo: import("vue").DefineComponent<{}, {
|
1119
1257
|
selfVideoRef: import("vue").Ref<any>;
|
1120
|
-
remoteUsers: import("vue").Ref<
|
1258
|
+
remoteUsers: import("vue").Ref<{
|
1259
|
+
id: string;
|
1260
|
+
name: string;
|
1261
|
+
}[]>;
|
1121
1262
|
state: IState;
|
1122
1263
|
sendMessage: (message: {
|
1123
1264
|
chatType?: string | undefined;
|
@@ -1135,6 +1276,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
1135
1276
|
timing: import("vue").Ref<string>;
|
1136
1277
|
toggleVideo: () => Promise<void>;
|
1137
1278
|
videocamOpen: import("vue").Ref<boolean>;
|
1279
|
+
installEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
1280
|
+
handleError: import("../../../shared/types").AnyFn;
|
1281
|
+
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
1282
|
+
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
1283
|
+
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
1284
|
+
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
1285
|
+
}) => void;
|
1286
|
+
uninstallEventHandlers: ({ handleError, handleRemoteUserEnter, handleRemoteAudioAvailable, handleRemoteUserExit, handleRemoteVideoAvailable }: {
|
1287
|
+
handleError: import("../../../shared/types").AnyFn;
|
1288
|
+
handleRemoteUserEnter: import("../../../shared/types").AnyFn;
|
1289
|
+
handleRemoteAudioAvailable: import("../../../shared/types").AnyFn;
|
1290
|
+
handleRemoteUserExit: import("../../../shared/types").AnyFn;
|
1291
|
+
handleRemoteVideoAvailable: import("../../../shared/types").AnyFn;
|
1292
|
+
}) => void;
|
1138
1293
|
isConnect: import("vue").Ref<boolean>;
|
1139
1294
|
callUser: import("vue").ComputedRef<any>;
|
1140
1295
|
title: import("vue").ComputedRef<string>;
|
@@ -1142,14 +1297,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1142
1297
|
handleCall: () => void;
|
1143
1298
|
handleEnter: () => Promise<void>;
|
1144
1299
|
handleExit: () => Promise<void>;
|
1145
|
-
installEventHandlers: () => void;
|
1146
|
-
uninstallEventHandlers: () => void;
|
1147
1300
|
handleRemoteVideoAvailable: (event: any) => Promise<void>;
|
1148
|
-
handleRemoteAudioAvailable: (event: any) => void
|
1149
|
-
handleRemoteUserEnter: (event: any) => void
|
1301
|
+
handleRemoteAudioAvailable: (event: any) => Promise<void>;
|
1302
|
+
handleRemoteUserEnter: (event: any) => Promise<void>;
|
1303
|
+
getUserName: (userId: string) => Promise<any>;
|
1150
1304
|
handleRemoteUserExit: (event: any) => void;
|
1151
1305
|
handleError: (error: any) => void;
|
1152
|
-
getName: (id: string) => any;
|
1153
1306
|
NButton: any;
|
1154
1307
|
NIcon: any;
|
1155
1308
|
ChatAdd: import("vue").DefineComponent<{
|
@@ -1166,9 +1319,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1166
1319
|
};
|
1167
1320
|
disabledIds: {
|
1168
1321
|
type: PropType<string[]>;
|
1322
|
+
default: () => never[];
|
1169
1323
|
};
|
1170
1324
|
defaultValue: {
|
1171
|
-
type: PropType<
|
1325
|
+
type: PropType<AnyObject[]>;
|
1172
1326
|
};
|
1173
1327
|
}, {
|
1174
1328
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -1185,34 +1339,53 @@ declare const _default: import("vue").DefineComponent<{
|
|
1185
1339
|
};
|
1186
1340
|
disabledIds: {
|
1187
1341
|
type: PropType<string[]>;
|
1342
|
+
default: () => never[];
|
1188
1343
|
};
|
1189
1344
|
defaultValue: {
|
1190
|
-
type: PropType<
|
1345
|
+
type: PropType<AnyObject[]>;
|
1191
1346
|
};
|
1192
1347
|
}>> & {
|
1193
1348
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1194
1349
|
}>>;
|
1195
1350
|
emit: (event: "comfirm", ...args: any[]) => void;
|
1196
1351
|
state: IState;
|
1352
|
+
listRef: import("vue").Ref<any>;
|
1353
|
+
keyword: import("vue").Ref<any>;
|
1197
1354
|
showModal: import("vue").Ref<boolean>;
|
1198
|
-
|
1355
|
+
checkedOptions: import("vue").Ref<AnyObject[]>;
|
1199
1356
|
options: import("vue").Ref<AnyObject[]>;
|
1200
1357
|
groupName: import("vue").Ref<string>;
|
1358
|
+
checkedSourceIds: import("vue").Ref<(string | number)[]>;
|
1359
|
+
userList: import("vue").Ref<AnyObject[]>;
|
1360
|
+
handleInput: () => void;
|
1361
|
+
_disabledIds: import("vue").ComputedRef<any[]>;
|
1362
|
+
defaultOptions: import("vue").ComputedRef<{
|
1363
|
+
id: any;
|
1364
|
+
name: any;
|
1365
|
+
avatar: any;
|
1366
|
+
}[]>;
|
1367
|
+
checkedIds: import("vue").ComputedRef<any[]>;
|
1201
1368
|
btnDisabled: import("vue").ComputedRef<boolean>;
|
1369
|
+
allChecked: import("vue").WritableComputedRef<boolean>;
|
1202
1370
|
handlePositiveClick: () => Promise<void>;
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
|
1209
|
-
|
1210
|
-
}) => JSX.Element | null;
|
1371
|
+
updateCheckedSourceIds: () => void;
|
1372
|
+
handleSourceIdsUpdate: (value: (string | number)[], meta: {
|
1373
|
+
actionType: "check" | "uncheck";
|
1374
|
+
value: string | number;
|
1375
|
+
}) => void;
|
1376
|
+
closeTag: (id: string) => void;
|
1377
|
+
renderTargetList: () => JSX.Element[] | null;
|
1211
1378
|
NModal: any;
|
1212
1379
|
NButton: any;
|
1213
|
-
|
1380
|
+
NSpace: any;
|
1381
|
+
NAvatar: any;
|
1214
1382
|
NIcon: any;
|
1383
|
+
NTag: any;
|
1215
1384
|
NInput: any;
|
1385
|
+
NCheckbox: any;
|
1386
|
+
NCheckboxGroup: any;
|
1387
|
+
NTooltip: any;
|
1388
|
+
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<{}>>, {}>;
|
1216
1389
|
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<{}>>, {}>;
|
1217
1390
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "comfirm"[], "comfirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1218
1391
|
title: {
|
@@ -1228,15 +1401,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1228
1401
|
};
|
1229
1402
|
disabledIds: {
|
1230
1403
|
type: PropType<string[]>;
|
1404
|
+
default: () => never[];
|
1231
1405
|
};
|
1232
1406
|
defaultValue: {
|
1233
|
-
type: PropType<
|
1407
|
+
type: PropType<AnyObject[]>;
|
1234
1408
|
};
|
1235
1409
|
}>> & {
|
1236
1410
|
onComfirm?: ((...args: any[]) => any) | undefined;
|
1237
1411
|
}, {
|
1238
1412
|
mode: string;
|
1239
1413
|
title: string;
|
1414
|
+
disabledIds: string[];
|
1240
1415
|
}>;
|
1241
1416
|
Call: 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<{}>>, {}>;
|
1242
1417
|
Videocam: 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<{}>>, {}>;
|