cnhis-design-vue 3.3.3-release.7 → 3.3.3-release.9
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/audio-sdk/index.d.ts +5 -5
- package/es/components/audio-sdk/src/Index.vue.d.ts +5 -5
- package/es/components/audio-sdk/src/Index.vue2.js +4 -1
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +5 -5
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +5 -5
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +4 -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/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +3 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +3 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +4 -1
- package/es/components/field-set/src/FieldSet.vue2.js +6 -4
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/types/index.d.ts +1 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.js +3 -0
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
- package/es/components/iho-chat/index.d.ts +7 -4
- package/es/components/iho-chat/src/Index.vue.d.ts +7 -4
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -15
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +3 -0
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +33 -6
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +3 -3
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +7 -15
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +3 -3
- package/es/components/iho-chat/src/components/ContextMenu.js +3 -11
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +3 -3
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- package/es/components/iho-chat/src/hooks/useDraggable.js +12 -3
- package/es/components/iho-chat/src/utils/index.d.ts +2 -3
- package/es/components/iho-chat/src/utils/index.js +20 -39
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +8 -1
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -2
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- 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/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +3 -3
@@ -143,7 +143,7 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
143
143
|
type: import("vue").PropType<import("../../shared/types").AnyFn>;
|
144
144
|
};
|
145
145
|
recorderStatus: {
|
146
|
-
type:
|
146
|
+
type: StringConstructor;
|
147
147
|
default: string;
|
148
148
|
};
|
149
149
|
}, {
|
@@ -185,7 +185,7 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
185
185
|
type: import("vue").PropType<import("../../shared/types").AnyFn>;
|
186
186
|
};
|
187
187
|
recorderStatus: {
|
188
|
-
type:
|
188
|
+
type: StringConstructor;
|
189
189
|
default: string;
|
190
190
|
};
|
191
191
|
}>> & {
|
@@ -203,7 +203,7 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
203
203
|
data: string;
|
204
204
|
}>;
|
205
205
|
wsConnected: import("vue").Ref<boolean>;
|
206
|
-
recorderStatus: import("vue").Ref<
|
206
|
+
recorderStatus: import("vue").Ref<string>;
|
207
207
|
audioChartRef: import("vue").Ref<HTMLDivElement | undefined>;
|
208
208
|
audioChartSamllRef: import("vue").Ref<HTMLDivElement | undefined>;
|
209
209
|
contentScrollRef: import("vue").Ref<HTMLDivElement | undefined>;
|
@@ -319,7 +319,7 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
319
319
|
type: import("vue").PropType<import("../../shared/types").AnyFn>;
|
320
320
|
};
|
321
321
|
recorderStatus: {
|
322
|
-
type:
|
322
|
+
type: StringConstructor;
|
323
323
|
default: string;
|
324
324
|
};
|
325
325
|
}>> & {
|
@@ -339,7 +339,7 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<{
|
|
339
339
|
showBtn: boolean;
|
340
340
|
wsConnected: boolean;
|
341
341
|
fromSdk: boolean;
|
342
|
-
recorderStatus:
|
342
|
+
recorderStatus: string;
|
343
343
|
}>;
|
344
344
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "fail" | "recordingHeightChange")[], "close" | "success" | "fail" | "recordingHeightChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
345
345
|
timed: {
|
@@ -141,7 +141,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
141
141
|
type: PropType<import("../../../shared/types").AnyFn>;
|
142
142
|
};
|
143
143
|
recorderStatus: {
|
144
|
-
type:
|
144
|
+
type: StringConstructor;
|
145
145
|
default: string;
|
146
146
|
};
|
147
147
|
}, {
|
@@ -183,7 +183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
183
183
|
type: PropType<import("../../../shared/types").AnyFn>;
|
184
184
|
};
|
185
185
|
recorderStatus: {
|
186
|
-
type:
|
186
|
+
type: StringConstructor;
|
187
187
|
default: string;
|
188
188
|
};
|
189
189
|
}>> & {
|
@@ -201,7 +201,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
201
201
|
data: string;
|
202
202
|
}>;
|
203
203
|
wsConnected: import("vue").Ref<boolean>;
|
204
|
-
recorderStatus: import("vue").Ref<
|
204
|
+
recorderStatus: import("vue").Ref<string>;
|
205
205
|
audioChartRef: import("vue").Ref<HTMLDivElement | undefined>;
|
206
206
|
audioChartSamllRef: import("vue").Ref<HTMLDivElement | undefined>;
|
207
207
|
contentScrollRef: import("vue").Ref<HTMLDivElement | undefined>;
|
@@ -317,7 +317,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
317
317
|
type: PropType<import("../../../shared/types").AnyFn>;
|
318
318
|
};
|
319
319
|
recorderStatus: {
|
320
|
-
type:
|
320
|
+
type: StringConstructor;
|
321
321
|
default: string;
|
322
322
|
};
|
323
323
|
}>> & {
|
@@ -337,7 +337,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
337
337
|
showBtn: boolean;
|
338
338
|
wsConnected: boolean;
|
339
339
|
fromSdk: boolean;
|
340
|
-
recorderStatus:
|
340
|
+
recorderStatus: string;
|
341
341
|
}>;
|
342
342
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "fail" | "recordingHeightChange")[], "close" | "success" | "fail" | "recordingHeightChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
343
343
|
timed: {
|
@@ -141,7 +141,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
141
141
|
taskId: 1,
|
142
142
|
audioText: props.textPrefix + audioText,
|
143
143
|
intentionCode: props.intentionCode,
|
144
|
-
configs: props.configs || {}
|
144
|
+
configs: props.configs || {},
|
145
|
+
...props.appCode ? {
|
146
|
+
appCode: props.appCode
|
147
|
+
} : {}
|
145
148
|
}, {
|
146
149
|
headers: {
|
147
150
|
Authorization: `bearer ${props.token}`
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
50
50
|
type: import("vue").PropType<import("../../../../shared/types").AnyFn>;
|
51
51
|
};
|
52
52
|
recorderStatus: {
|
53
|
-
type:
|
53
|
+
type: StringConstructor;
|
54
54
|
default: string;
|
55
55
|
};
|
56
56
|
}, {
|
@@ -92,7 +92,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
92
92
|
type: import("vue").PropType<import("../../../../shared/types").AnyFn>;
|
93
93
|
};
|
94
94
|
recorderStatus: {
|
95
|
-
type:
|
95
|
+
type: StringConstructor;
|
96
96
|
default: string;
|
97
97
|
};
|
98
98
|
}>> & {
|
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
110
110
|
data: string;
|
111
111
|
}>;
|
112
112
|
wsConnected: import("vue").Ref<boolean>;
|
113
|
-
recorderStatus: import("vue").Ref<
|
113
|
+
recorderStatus: import("vue").Ref<string>;
|
114
114
|
audioChartRef: import("vue").Ref<HTMLDivElement | undefined>;
|
115
115
|
audioChartSamllRef: import("vue").Ref<HTMLDivElement | undefined>;
|
116
116
|
contentScrollRef: import("vue").Ref<HTMLDivElement | undefined>;
|
@@ -226,7 +226,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
226
226
|
type: import("vue").PropType<import("../../../../shared/types").AnyFn>;
|
227
227
|
};
|
228
228
|
recorderStatus: {
|
229
|
-
type:
|
229
|
+
type: StringConstructor;
|
230
230
|
default: string;
|
231
231
|
};
|
232
232
|
}>> & {
|
@@ -246,7 +246,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
246
246
|
showBtn: boolean;
|
247
247
|
wsConnected: boolean;
|
248
248
|
fromSdk: boolean;
|
249
|
-
recorderStatus:
|
249
|
+
recorderStatus: string;
|
250
250
|
}>;
|
251
251
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
252
252
|
content: {
|
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
38
38
|
type: PropType<AnyFn>;
|
39
39
|
};
|
40
40
|
recorderStatus: {
|
41
|
-
type:
|
41
|
+
type: StringConstructor;
|
42
42
|
default: string;
|
43
43
|
};
|
44
44
|
}, {
|
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
80
80
|
type: PropType<AnyFn>;
|
81
81
|
};
|
82
82
|
recorderStatus: {
|
83
|
-
type:
|
83
|
+
type: StringConstructor;
|
84
84
|
default: string;
|
85
85
|
};
|
86
86
|
}>> & {
|
@@ -98,7 +98,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
98
98
|
data: string;
|
99
99
|
}>;
|
100
100
|
wsConnected: import("vue").Ref<boolean>;
|
101
|
-
recorderStatus: import("vue").Ref<
|
101
|
+
recorderStatus: import("vue").Ref<string>;
|
102
102
|
audioChartRef: import("vue").Ref<HTMLDivElement | undefined>;
|
103
103
|
audioChartSamllRef: import("vue").Ref<HTMLDivElement | undefined>;
|
104
104
|
contentScrollRef: import("vue").Ref<HTMLDivElement | undefined>;
|
@@ -214,7 +214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
214
214
|
type: PropType<AnyFn>;
|
215
215
|
};
|
216
216
|
recorderStatus: {
|
217
|
-
type:
|
217
|
+
type: StringConstructor;
|
218
218
|
default: string;
|
219
219
|
};
|
220
220
|
}>> & {
|
@@ -234,6 +234,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
234
234
|
showBtn: boolean;
|
235
235
|
wsConnected: boolean;
|
236
236
|
fromSdk: boolean;
|
237
|
-
recorderStatus:
|
237
|
+
recorderStatus: string;
|
238
238
|
}>;
|
239
239
|
export default _default;
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
declare module 'bpmn-js/lib/Viewer';
|
@@ -0,0 +1 @@
|
|
1
|
+
declare module 'bpmn-js/lib/features/modeling';
|
@@ -0,0 +1 @@
|
|
1
|
+
declare module 'diagram-js/lib/navigation/movecanvas';
|
@@ -438,7 +438,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
438
438
|
params,
|
439
439
|
signature: props.signature
|
440
440
|
};
|
441
|
-
printInstance.downloadPDF(queryParams, (res) => callLocalServicesSuccessCb(res, "
|
441
|
+
printInstance.downloadPDF(queryParams, (res) => callLocalServicesSuccessCb(res, "download"), callLocalServicesErrorCb);
|
442
442
|
}).catch(() => {
|
443
443
|
prevFnError("download");
|
444
444
|
state.spinning = false;
|
@@ -143,6 +143,29 @@ declare function getComponent(type: COMPONENT_TYPE): import("vue").DefineCompone
|
|
143
143
|
default: () => {};
|
144
144
|
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
145
145
|
};
|
146
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "button-click"[], "button-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
147
|
+
config: {
|
148
|
+
default: () => {};
|
149
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
150
|
+
};
|
151
|
+
data: {
|
152
|
+
default: () => {};
|
153
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
154
|
+
};
|
155
|
+
}>> & {
|
156
|
+
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
157
|
+
}, {
|
158
|
+
data: import("../../../../shared/types").AnyObject;
|
159
|
+
config: import("../../../../shared/types").AnyObject;
|
160
|
+
}> | import("vue").DefineComponent<{
|
161
|
+
config: {
|
162
|
+
default: () => {};
|
163
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
164
|
+
};
|
165
|
+
data: {
|
166
|
+
default: () => {};
|
167
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
168
|
+
};
|
146
169
|
}, {
|
147
170
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
148
171
|
config: {
|
@@ -468,29 +491,6 @@ declare function getComponent(type: COMPONENT_TYPE): import("vue").DefineCompone
|
|
468
491
|
default: () => {};
|
469
492
|
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
470
493
|
};
|
471
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "button-click"[], "button-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
472
|
-
config: {
|
473
|
-
default: () => {};
|
474
|
-
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
475
|
-
};
|
476
|
-
data: {
|
477
|
-
default: () => {};
|
478
|
-
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
479
|
-
};
|
480
|
-
}>> & {
|
481
|
-
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
482
|
-
}, {
|
483
|
-
data: import("../../../../shared/types").AnyObject;
|
484
|
-
config: import("../../../../shared/types").AnyObject;
|
485
|
-
}> | import("vue").DefineComponent<{
|
486
|
-
config: {
|
487
|
-
default: () => {};
|
488
|
-
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
489
|
-
};
|
490
|
-
data: {
|
491
|
-
default: () => {};
|
492
|
-
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
493
|
-
};
|
494
494
|
}, {
|
495
495
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
496
496
|
config: {
|
@@ -235,7 +235,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
235
235
|
handleInputEvent(inputEls[1], end);
|
236
236
|
}
|
237
237
|
watch(() => props.formattedValue, (value) => {
|
238
|
-
placeholderRef.value = isAllowedInvalidValue(value) ? value : props.placeholder ? props.placeholder :
|
238
|
+
placeholderRef.value = isAllowedInvalidValue(value) ? value : props.placeholder ? props.placeholder : function() {
|
239
|
+
var _a, _b, _c;
|
240
|
+
try {
|
241
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.662")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.662")) || "\u9009\u62E9\u65E5\u671F\u65F6\u95F4";
|
242
|
+
} catch (e) {
|
243
|
+
return "\u9009\u62E9\u65E5\u671F\u65F6\u95F4";
|
244
|
+
}
|
245
|
+
}();
|
239
246
|
if (!isAllowedInvalidValue(value)) {
|
240
247
|
oldValue = value;
|
241
248
|
}
|
@@ -49,6 +49,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
49
49
|
isHeadCheckHide?: boolean | undefined;
|
50
50
|
isShow?: boolean | undefined;
|
51
51
|
contentRender?: ((column: AnyObject, row: AnyObject) => import("vue").VNodeChild) | undefined;
|
52
|
+
titleRender?: ((column: AnyObject) => import("vue").VNodeChild) | undefined;
|
52
53
|
hide?: boolean | undefined;
|
53
54
|
positionField?: string | undefined;
|
54
55
|
}[]>;
|
@@ -63,6 +64,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
63
64
|
isHeadCheckHide?: boolean | undefined;
|
64
65
|
isShow?: boolean | undefined;
|
65
66
|
contentRender?: ((column: AnyObject, row: AnyObject) => import("vue").VNodeChild) | undefined;
|
67
|
+
titleRender?: ((column: AnyObject) => import("vue").VNodeChild) | undefined;
|
66
68
|
hide?: boolean | undefined;
|
67
69
|
positionField?: string | undefined;
|
68
70
|
}[];
|
@@ -534,9 +536,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
534
536
|
}>;
|
535
537
|
developMode: boolean;
|
536
538
|
draggable: boolean;
|
539
|
+
isHighlightRow: boolean;
|
537
540
|
idx: number;
|
538
541
|
isHighlight: boolean;
|
539
|
-
isHighlightRow: boolean;
|
540
542
|
isFieldSet: boolean;
|
541
543
|
fieldDescribeMode: "column" | "tooltip";
|
542
544
|
hideExpressionOption: AnyObject[];
|
@@ -45,6 +45,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
45
45
|
isHeadCheckHide?: boolean | undefined;
|
46
46
|
isShow?: boolean | undefined;
|
47
47
|
contentRender?: ((column: AnyObject, row: AnyObject) => import("vue").VNodeChild) | undefined;
|
48
|
+
titleRender?: ((column: AnyObject) => import("vue").VNodeChild) | undefined;
|
48
49
|
hide?: boolean | undefined;
|
49
50
|
positionField?: string | undefined;
|
50
51
|
}[]>;
|
@@ -72,6 +73,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
72
73
|
isHeadCheckHide?: boolean | undefined;
|
73
74
|
isShow?: boolean | undefined;
|
74
75
|
contentRender?: ((column: AnyObject, row: AnyObject) => import("vue").VNodeChild) | undefined;
|
76
|
+
titleRender?: ((column: AnyObject) => import("vue").VNodeChild) | undefined;
|
75
77
|
hide?: boolean | undefined;
|
76
78
|
positionField?: string | undefined;
|
77
79
|
}[];
|
@@ -563,9 +565,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
563
565
|
}>;
|
564
566
|
developMode: boolean;
|
565
567
|
draggable: boolean;
|
568
|
+
isHighlightRow: boolean;
|
566
569
|
idx: number;
|
567
570
|
isHighlight: boolean;
|
568
|
-
isHighlightRow: boolean;
|
569
571
|
isFieldSet: boolean;
|
570
572
|
fieldDescribeMode: "column" | "tooltip";
|
571
573
|
hideExpressionOption: AnyObject[];
|
@@ -229,6 +229,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
229
229
|
isHeadCheckHide?: boolean | undefined;
|
230
230
|
isShow?: boolean | undefined;
|
231
231
|
contentRender?: ((column: AnyObject, row: AnyObject) => VNodeChild) | undefined;
|
232
|
+
titleRender?: ((column: AnyObject) => VNodeChild) | undefined;
|
232
233
|
hide?: boolean | undefined;
|
233
234
|
positionField?: string | undefined;
|
234
235
|
}[]>;
|
@@ -247,6 +248,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
247
248
|
isHeadCheckHide?: boolean | undefined;
|
248
249
|
isShow?: boolean | undefined;
|
249
250
|
contentRender?: ((column: AnyObject, row: AnyObject) => VNodeChild) | undefined;
|
251
|
+
titleRender?: ((column: AnyObject) => VNodeChild) | undefined;
|
250
252
|
hide?: boolean | undefined;
|
251
253
|
positionField?: string | undefined;
|
252
254
|
}[];
|
@@ -754,9 +756,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
754
756
|
}>;
|
755
757
|
developMode: boolean;
|
756
758
|
draggable: boolean;
|
759
|
+
isHighlightRow: boolean;
|
757
760
|
idx: number;
|
758
761
|
isHighlight: boolean;
|
759
|
-
isHighlightRow: boolean;
|
760
762
|
isFieldSet: boolean;
|
761
763
|
fieldDescribeMode: "column" | "tooltip";
|
762
764
|
hideExpressionOption: AnyObject[];
|
@@ -765,6 +767,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
765
767
|
(value?: any): value is any[];
|
766
768
|
<T>(value?: any): value is any[];
|
767
769
|
};
|
770
|
+
isFunction: (value: any) => value is (...args: any[]) => any;
|
768
771
|
setStyle: typeof setStyle;
|
769
772
|
isDraggableItem: typeof isDraggableItem;
|
770
773
|
HelpCircleSharp: 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<{}>>, {}>;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { createElementVNode, defineComponent, ref, computed, reactive, toRef, watch, openBlock, createElementBlock, createBlock, unref, withKeys, withModifiers, createCommentVNode, Fragment, renderList, normalizeStyle, withCtx, createTextVNode, toDisplayString, createVNode, normalizeClass, mergeProps, renderSlot } from 'vue';
|
1
|
+
import { createElementVNode, defineComponent, ref, computed, reactive, toRef, watch, openBlock, createElementBlock, createBlock, unref, withKeys, withModifiers, createCommentVNode, Fragment, renderList, normalizeStyle, withCtx, createTextVNode, toDisplayString, resolveDynamicComponent, createVNode, normalizeClass, mergeProps, renderSlot } from 'vue';
|
2
2
|
import { NInput, NCheckbox, NTooltip, NIcon, NSelect, NPopconfirm, NButton } from 'naive-ui';
|
3
3
|
import draggableComponent from '../../../shared/components/VueDraggable/src/vuedraggable.js';
|
4
4
|
import Row from './components/table-row.vue.js';
|
5
|
-
import { isArray, cloneDeep, isString, omit } from 'lodash-es';
|
5
|
+
import { isFunction, isArray, cloneDeep, isString, omit } from 'lodash-es';
|
6
6
|
import { isDisable, setStyle, isDraggableItem, isDraggable, getGroupTree } from './utils/index.js';
|
7
7
|
import { uuidGenerator } from '../../../shared/utils/index.js';
|
8
8
|
import { HelpCircleSharp } from '@vicons/ionicons5';
|
@@ -652,10 +652,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
652
652
|
}, {
|
653
653
|
default: withCtx(() => [createTextVNode(toDisplayString(column.title), 1)]),
|
654
654
|
_: 2
|
655
|
-
}, 1032, ["checked", "onUpdate:checked", "disabled"])) : (openBlock(),
|
655
|
+
}, 1032, ["checked", "onUpdate:checked", "disabled"])) : unref(isFunction)(column.titleRender) ? (openBlock(), createBlock(resolveDynamicComponent(() => column.titleRender(column)), {
|
656
656
|
key: 1
|
657
|
+
})) : (openBlock(), createElementBlock(Fragment, {
|
658
|
+
key: 2
|
657
659
|
}, [createTextVNode(toDisplayString(getTitle(column)), 1)], 64)), column.field === "sortPriority" ? (openBlock(), createBlock(unref(NTooltip), {
|
658
|
-
key:
|
660
|
+
key: 3,
|
659
661
|
trigger: "hover"
|
660
662
|
}, {
|
661
663
|
trigger: withCtx(() => [createVNode(unref(NIcon), {
|
@@ -383,9 +383,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
383
383
|
}>;
|
384
384
|
developMode: boolean;
|
385
385
|
draggable: boolean;
|
386
|
+
isHighlightRow: boolean;
|
386
387
|
idx: number;
|
387
388
|
isHighlight: boolean;
|
388
|
-
isHighlightRow: boolean;
|
389
389
|
isFieldSet: boolean;
|
390
390
|
fieldDescribeMode: "column" | "tooltip";
|
391
391
|
hideExpressionOption: AnyObject[];
|
@@ -28,6 +28,7 @@ export type FieldSetColumnItem = {
|
|
28
28
|
isHeadCheckHide?: boolean;
|
29
29
|
isShow?: boolean;
|
30
30
|
contentRender?: (column: AnyObject, row: AnyObject) => VNodeChild;
|
31
|
+
titleRender?: (column: AnyObject) => VNodeChild;
|
31
32
|
hide?: boolean;
|
32
33
|
positionField?: string;
|
33
34
|
[key: string]: any;
|
@@ -254,7 +254,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
254
254
|
});
|
255
255
|
return res;
|
256
256
|
});
|
257
|
-
const setValueTypes = ["INPUT", "SELECT", "SEARCH", "REMOTE_SEARCH"];
|
257
|
+
const setValueTypes = ["INPUT", "SELECT", "SEARCH", "REMOTE_SEARCH", "DIGITAL"];
|
258
258
|
const setValueFieldOptions = computed(() => {
|
259
259
|
return fieldOptions.value.filter((item) => {
|
260
260
|
var _a;
|
@@ -253,6 +253,7 @@ const script = /* @__PURE__ */ defineComponent({
|
|
253
253
|
target.dispatchEvent(new CustomEvent("scroll"));
|
254
254
|
}
|
255
255
|
function filterValue(pattern, option) {
|
256
|
+
var _a;
|
256
257
|
if (!pattern || !option)
|
257
258
|
return false;
|
258
259
|
const {
|
@@ -260,6 +261,8 @@ const script = /* @__PURE__ */ defineComponent({
|
|
260
261
|
} = option;
|
261
262
|
if (props.checkStrategy.includes("child") && option.depth < maxDepthValue.value)
|
262
263
|
return false;
|
264
|
+
if (!mergeItemValue)
|
265
|
+
return (_a = option[labelKey.value]) == null ? void 0 : _a.includes(pattern.trim());
|
263
266
|
return mergeItemValue.length > 0 && mergeItemValue.some((item) => item.includes(pattern.trim()));
|
264
267
|
}
|
265
268
|
const {
|
@@ -29,7 +29,8 @@ function useLowCodeReactions(configListRef, formModel) {
|
|
29
29
|
const targetConfig = (_a = config.setValueField) == null ? void 0 : _a.find((item) => item.field === field.path.toString());
|
30
30
|
if (!targetConfig)
|
31
31
|
return;
|
32
|
-
|
32
|
+
const value = targetConfig.value === "null" ? null : targetConfig.value === "undefined" ? void 0 : targetConfig.value;
|
33
|
+
field.value = value;
|
33
34
|
})
|
34
35
|
};
|
35
36
|
function createFieldHandler(cb) {
|
@@ -933,7 +933,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
933
933
|
OpenOutline: 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<{}>>, {}>;
|
934
934
|
DownloadOutline: 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<{}>>, {}>;
|
935
935
|
downloadFile: typeof import("./src/utils").downloadFile;
|
936
|
-
|
936
|
+
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
937
937
|
getFileType: typeof import("./src/utils").getFileType;
|
938
938
|
getDetail: typeof import("./src/utils").getDetail;
|
939
939
|
ChatAdd: import("vue").DefineComponent<{
|
@@ -1353,7 +1353,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1353
1353
|
formatTime: typeof import("./src/utils").formatTime;
|
1354
1354
|
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1355
1355
|
getRoleName: typeof import("./src/utils").getRoleName;
|
1356
|
-
|
1356
|
+
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1357
1357
|
getFileType: typeof import("./src/utils").getFileType;
|
1358
1358
|
getDetail: typeof import("./src/utils").getDetail;
|
1359
1359
|
showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
@@ -1690,7 +1690,6 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1690
1690
|
renderToolbar: ({ nodes }: import("naive-ui").ImageRenderToolbarProps) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
1691
1691
|
[key: string]: any;
|
1692
1692
|
}>[];
|
1693
|
-
formatImage: (obj: string | import("../../shared/types").AnyObject, type: string) => any;
|
1694
1693
|
getHistoryRecord: () => Promise<void>;
|
1695
1694
|
handleSelectLabel: (event: MouseEvent, msgId: string) => void;
|
1696
1695
|
handleContextmenu: (event: MouseEvent, msgId: string) => Promise<void>;
|
@@ -1909,7 +1908,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
1909
1908
|
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
1910
1909
|
isDoctorRole: typeof import("./src/utils").isDoctorRole;
|
1911
1910
|
getRoleName: typeof import("./src/utils").getRoleName;
|
1912
|
-
|
1911
|
+
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
1913
1912
|
getFileType: typeof import("./src/utils").getFileType;
|
1914
1913
|
getDetail: typeof import("./src/utils").getDetail;
|
1915
1914
|
showAudioAndVideoRecord: typeof import("./src/utils").showAudioAndVideoRecord;
|
@@ -2272,6 +2271,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2272
2271
|
isAudioOrVideoMessage: typeof import("./src/utils").isAudioOrVideoMessage;
|
2273
2272
|
getAVTime: typeof import("./src/utils").getAVTime;
|
2274
2273
|
getForwardTitle: typeof import("./src/utils").getForwardTitle;
|
2274
|
+
formatJsonstr: typeof import("./src/utils").formatJsonstr;
|
2275
2275
|
MESSAGE_TYPE: typeof import("./src/constants").MESSAGE_TYPE;
|
2276
2276
|
ChatbubbleEllipsesOutline: 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<{}>>, {}>;
|
2277
2277
|
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<{}>>, {}>;
|
@@ -2281,6 +2281,7 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2281
2281
|
HappyOutline: 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<{}>>, {}>;
|
2282
2282
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2283
2283
|
ChatFooter: import("vue").DefineComponent<{}, {
|
2284
|
+
SPACE_PLACEHOLDER: string;
|
2284
2285
|
inputRef: import("vue").Ref<HTMLDivElement | undefined>;
|
2285
2286
|
state: {
|
2286
2287
|
orgId: string | number;
|
@@ -2338,9 +2339,11 @@ declare const IhoChat: SFCWithInstall<import("vue").DefineComponent<{
|
|
2338
2339
|
isWrap: (event: KeyboardEvent) => boolean;
|
2339
2340
|
handleInput: () => void;
|
2340
2341
|
selectEmoji: (name: string) => void;
|
2342
|
+
insertSpace: () => void;
|
2341
2343
|
doUpdateFile: (file: File) => Promise<string>;
|
2342
2344
|
fileChange: (options: import("./src/types").FileOptions, chatMessageType: import("./src/constants").MESSAGE_TYPE) => Promise<void>;
|
2343
2345
|
handleMsgSend: () => Promise<void>;
|
2346
|
+
removeSpace: () => void;
|
2344
2347
|
doSendMessage: (contentInfo: import("../../shared/types").AnyObject) => Promise<void>;
|
2345
2348
|
clearInput: () => void;
|
2346
2349
|
handleRelay: ({ checkedIds, remark }: {
|