cnhis-design-vue 3.3.3-beta.3 → 3.3.3-beta.30
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/audio-sdk/index.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue2.js +47 -12
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue2.js +17 -3
- package/es/components/base-search/index.d.ts +3 -0
- package/es/components/base-search/src/index.vue.d.ts +3 -0
- package/es/components/big-table/src/components/NoData.vue2.js +8 -1
- package/es/components/big-table/src/hooks/useTableParse.js +8 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +3 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +13 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
- package/es/components/classification/index.d.ts +56 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +56 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +56 -6
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
- package/es/components/classification/src/index.vue.d.ts +56 -6
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -1
- package/es/components/expand-field/index.d.ts +792 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue2.js +8 -1
- package/es/components/expand-field/src/index.vue.d.ts +792 -1
- package/es/components/field-editor/index.d.ts +13 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +13 -0
- package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
- package/es/components/field-editor/src/fields.d.ts +1 -0
- package/es/components/field-editor/src/fields.js +6 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +2 -0
- package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +34 -0
- package/es/components/field-set/src/FieldSet.vue2.js +118 -69
- package/es/components/field-set/src/Index.vue2.js +8 -3
- package/es/components/field-set/src/TableStyle.vue2.js +2 -2
- package/es/components/field-set/src/constants/index.d.ts +1 -1
- package/es/components/field-set/src/types/index.d.ts +1 -0
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +39 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +39 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +9 -2
- package/es/components/form-render/index.d.ts +13 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +13 -0
- package/es/components/form-render/src/FormRender.vue2.js +4 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +13 -0
- package/es/components/form-render/src/components/renderer/formItem.js +8 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +12 -3
- package/es/components/form-render/src/hooks/useBusinessBinding.js +7 -7
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
- package/es/components/form-render/src/utils/business.d.ts +3 -1
- package/es/components/form-render/src/utils/business.js +7 -1
- package/es/components/iho-chat/index.d.ts +25 -5
- package/es/components/iho-chat/src/Index.vue.d.ts +25 -5
- 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 +5 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +53 -14
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +3 -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/components/MultipleVideo.vue.d.ts +16 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +112 -53
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
- package/es/components/iho-chat/src/hooks/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +25 -0
- package/es/components/iho-chat/src/hooks/useDraggable.js +160 -0
- 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-chat/style/index.css +1 -1
- 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/index.css +1 -1
- package/es/components/info-header/index.d.ts +26 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +26 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +13 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +13 -0
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
- package/es/components/quick-search/index.d.ts +2 -0
- package/es/components/quick-search/src/index.vue.d.ts +2 -0
- package/es/components/scale-view/index.d.ts +53 -3
- package/es/components/scale-view/src/ScaleView.vue.d.ts +56 -5
- package/es/components/scale-view/src/ScaleView.vue2.js +79 -4
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +3 -0
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +26 -2
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +3 -0
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -6
- package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
- package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
- package/es/components/scale-view/src/components/ScaleScore.js +45 -3
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +16 -2
- package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
- package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
- package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +18 -3
- package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
- package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +8 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +8 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +2 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
- package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
- package/es/components/scale-view/src/hooks/use-noData.js +33 -5
- package/es/components/scale-view/src/utils/judge-types.d.ts +2 -1
- package/es/components/scale-view/src/utils/judge-types.js +10 -10
- package/es/components/scale-view/src/utils/watch-form-change.d.ts +13 -0
- package/es/components/scale-view/src/utils/watch-form-change.js +71 -0
- package/es/components/select-person/index.d.ts +792 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +434 -341
- package/es/components/select-person/src/SelectPerson.vue2.js +521 -675
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
- package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
- package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +19 -0
- package/es/components/select-person/src/components/GroupItem.vue.js +6 -0
- package/es/components/select-person/src/components/GroupItem.vue2.js +37 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +214 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +145 -0
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
- package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
- package/es/components/select-person/src/components/TagItem.vue.js +6 -0
- package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
- package/es/components/select-person/src/index.vue.d.ts +793 -1
- package/es/components/select-person/src/index.vue2.js +21 -4
- package/es/components/select-person/src/types/index.d.ts +35 -0
- package/es/components/select-person/src/types/index.js +1 -0
- package/es/components/select-person/src/utils/index.d.ts +3 -0
- package/es/components/select-person/src/utils/index.js +29 -8
- package/es/components/select-person/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +13 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +54 -6
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +26 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -2
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +37 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +18 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +44 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +36 -4
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +2 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +55 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +6 -3
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +25 -6
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +20 -3
- package/es/components/table-filter/src/hooks/useRenderWidget.js +4 -0
- package/es/components/table-filter/src/tool/date.d.ts +3 -0
- package/es/components/table-filter/src/tool/date.js +139 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
- package/es/components/table-filter/src/tool/transformData.js +11 -8
- package/es/components/table-filter/src/types/enums.d.ts +1 -0
- package/es/components/table-filter/src/types/enums.js +2 -1
- package/es/components/table-filter/src/types/index.d.ts +12 -0
- package/es/components/vod-chunk-upload/index.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
- package/es/env.d.ts +25 -25
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +3 -3
@@ -131,6 +131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
131
131
|
value: string;
|
132
132
|
isAccurateSearch?: boolean | undefined;
|
133
133
|
accurateSearchKey?: string | undefined;
|
134
|
+
customDate?: string | undefined;
|
134
135
|
}[];
|
135
136
|
};
|
136
137
|
loading: import("vue").Ref<boolean>;
|
@@ -196,6 +197,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
196
197
|
isAccurate: {
|
197
198
|
type: BooleanConstructor;
|
198
199
|
};
|
200
|
+
customDate: {
|
201
|
+
type: StringConstructor;
|
202
|
+
default: null;
|
203
|
+
};
|
199
204
|
}, {
|
200
205
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
201
206
|
paramCfg: {
|
@@ -213,15 +218,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
213
218
|
isAccurate: {
|
214
219
|
type: BooleanConstructor;
|
215
220
|
};
|
221
|
+
customDate: {
|
222
|
+
type: StringConstructor;
|
223
|
+
default: null;
|
224
|
+
};
|
216
225
|
}>> & {
|
217
226
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
218
227
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
219
228
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
229
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
220
230
|
}>>;
|
221
|
-
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
|
231
|
+
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
222
232
|
valueCp: import("vue").WritableComputedRef<any>;
|
223
233
|
presetValCp: import("vue").WritableComputedRef<string>;
|
224
234
|
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
235
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
225
236
|
widgetType: import("vue").ComputedRef<any>;
|
226
237
|
Date: import("vue").DefineComponent<{
|
227
238
|
componentCfg: {
|
@@ -239,6 +250,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
239
250
|
type: StringConstructor;
|
240
251
|
default: null;
|
241
252
|
};
|
253
|
+
customDate: {
|
254
|
+
type: StringConstructor;
|
255
|
+
default: null;
|
256
|
+
};
|
242
257
|
}, {
|
243
258
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
244
259
|
componentCfg: {
|
@@ -256,11 +271,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
256
271
|
type: StringConstructor;
|
257
272
|
default: null;
|
258
273
|
};
|
274
|
+
customDate: {
|
275
|
+
type: StringConstructor;
|
276
|
+
default: null;
|
277
|
+
};
|
259
278
|
}>> & {
|
260
279
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
261
280
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
281
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
262
282
|
}>>;
|
263
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
283
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
264
284
|
valueCp: import("vue").WritableComputedRef<any>;
|
265
285
|
presetValCp: import("vue").WritableComputedRef<string>;
|
266
286
|
dateType: any;
|
@@ -438,7 +458,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
438
458
|
NEXT_YEAR: string;
|
439
459
|
LAST_YEAR: string;
|
440
460
|
};
|
441
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
461
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
442
462
|
componentCfg: {
|
443
463
|
type: ObjectConstructor;
|
444
464
|
};
|
@@ -454,13 +474,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
454
474
|
type: StringConstructor;
|
455
475
|
default: null;
|
456
476
|
};
|
477
|
+
customDate: {
|
478
|
+
type: StringConstructor;
|
479
|
+
default: null;
|
480
|
+
};
|
457
481
|
}>> & {
|
458
482
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
459
483
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
484
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
460
485
|
}, {
|
461
486
|
modelValue: string | number | unknown[];
|
462
487
|
paramCfg: Record<string, any>;
|
463
488
|
presetVal: string;
|
489
|
+
customDate: string;
|
464
490
|
}>;
|
465
491
|
InputFilter: import("vue").DefineComponent<{
|
466
492
|
paramCfg: {
|
@@ -590,6 +616,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
590
616
|
SELECT_TIME: string;
|
591
617
|
PAST_TIME: string;
|
592
618
|
FUTURE_TIME: string;
|
619
|
+
CUSTOM_TIME: string;
|
593
620
|
};
|
594
621
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
595
622
|
paramCfg: {
|
@@ -924,6 +951,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
924
951
|
type: StringConstructor;
|
925
952
|
default: null;
|
926
953
|
};
|
954
|
+
customDate: {
|
955
|
+
type: StringConstructor;
|
956
|
+
default: null;
|
957
|
+
};
|
927
958
|
}, {
|
928
959
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
929
960
|
paramCfg: {
|
@@ -938,11 +969,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
938
969
|
type: StringConstructor;
|
939
970
|
default: null;
|
940
971
|
};
|
972
|
+
customDate: {
|
973
|
+
type: StringConstructor;
|
974
|
+
default: null;
|
975
|
+
};
|
941
976
|
}>> & {
|
942
977
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
943
978
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
979
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
944
980
|
}>>;
|
945
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
981
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
946
982
|
startDate: import("vue").Ref<any>;
|
947
983
|
endDate: import("vue").Ref<any>;
|
948
984
|
valueFormat: import("vue").ComputedRef<string>;
|
@@ -963,6 +999,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
963
999
|
value: string;
|
964
1000
|
}[]>;
|
965
1001
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1002
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
966
1003
|
handleChange: (val: any, type: "start" | "end") => void;
|
967
1004
|
isStartDateDisabled: (ts: number) => boolean;
|
968
1005
|
timeStartDisabled: (ts: number) => {
|
@@ -1138,7 +1175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1138
1175
|
NEXT_YEAR: string;
|
1139
1176
|
LAST_YEAR: string;
|
1140
1177
|
};
|
1141
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1178
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1142
1179
|
paramCfg: {
|
1143
1180
|
type: ObjectConstructor;
|
1144
1181
|
default: null;
|
@@ -1151,13 +1188,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1151
1188
|
type: StringConstructor;
|
1152
1189
|
default: null;
|
1153
1190
|
};
|
1191
|
+
customDate: {
|
1192
|
+
type: StringConstructor;
|
1193
|
+
default: null;
|
1194
|
+
};
|
1154
1195
|
}>> & {
|
1155
1196
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1156
1197
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1198
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1157
1199
|
}, {
|
1158
1200
|
modelValue: string | number | unknown[];
|
1159
1201
|
paramCfg: Record<string, any>;
|
1160
1202
|
presetVal: string;
|
1203
|
+
customDate: string;
|
1161
1204
|
}>;
|
1162
1205
|
SelectLabel: import("vue").DefineComponent<{
|
1163
1206
|
paramCfg: {
|
@@ -1284,7 +1327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1284
1327
|
SELECTTREE: string;
|
1285
1328
|
SELECTTREEDYNAMIC: string;
|
1286
1329
|
};
|
1287
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1330
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1288
1331
|
paramCfg: {
|
1289
1332
|
type: ObjectConstructor;
|
1290
1333
|
default: null;
|
@@ -1300,15 +1343,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1300
1343
|
isAccurate: {
|
1301
1344
|
type: BooleanConstructor;
|
1302
1345
|
};
|
1346
|
+
customDate: {
|
1347
|
+
type: StringConstructor;
|
1348
|
+
default: null;
|
1349
|
+
};
|
1303
1350
|
}>> & {
|
1304
1351
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1305
1352
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1306
1353
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1354
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1307
1355
|
}, {
|
1308
1356
|
modelValue: string | number | unknown[];
|
1309
1357
|
paramCfg: Record<string, any>;
|
1310
1358
|
presetVal: string;
|
1311
1359
|
isAccurate: boolean;
|
1360
|
+
customDate: string;
|
1312
1361
|
}>;
|
1313
1362
|
ConditionEnums: {
|
1314
1363
|
NULL: string;
|
@@ -1788,6 +1837,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1788
1837
|
SELECT_TIME: string;
|
1789
1838
|
PAST_TIME: string;
|
1790
1839
|
FUTURE_TIME: string;
|
1840
|
+
CUSTOM_TIME: string;
|
1791
1841
|
};
|
1792
1842
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1793
1843
|
paramCfg: {
|
@@ -425,6 +425,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
425
425
|
value: string;
|
426
426
|
isAccurateSearch?: boolean | undefined;
|
427
427
|
accurateSearchKey?: string | undefined;
|
428
|
+
customDate?: string | undefined;
|
428
429
|
}[];
|
429
430
|
};
|
430
431
|
loading: import("vue").Ref<boolean>;
|
@@ -490,6 +491,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
490
491
|
isAccurate: {
|
491
492
|
type: BooleanConstructor;
|
492
493
|
};
|
494
|
+
customDate: {
|
495
|
+
type: StringConstructor;
|
496
|
+
default: null;
|
497
|
+
};
|
493
498
|
}, {
|
494
499
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
495
500
|
paramCfg: {
|
@@ -507,15 +512,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
507
512
|
isAccurate: {
|
508
513
|
type: BooleanConstructor;
|
509
514
|
};
|
515
|
+
customDate: {
|
516
|
+
type: StringConstructor;
|
517
|
+
default: null;
|
518
|
+
};
|
510
519
|
}>> & {
|
511
520
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
512
521
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
513
522
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
523
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
514
524
|
}>>;
|
515
|
-
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
|
525
|
+
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
516
526
|
valueCp: import("vue").WritableComputedRef<any>;
|
517
527
|
presetValCp: import("vue").WritableComputedRef<string>;
|
518
528
|
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
529
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
519
530
|
widgetType: import("vue").ComputedRef<any>;
|
520
531
|
Date: import("vue").DefineComponent<{
|
521
532
|
componentCfg: {
|
@@ -533,6 +544,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
533
544
|
type: StringConstructor;
|
534
545
|
default: null;
|
535
546
|
};
|
547
|
+
customDate: {
|
548
|
+
type: StringConstructor;
|
549
|
+
default: null;
|
550
|
+
};
|
536
551
|
}, {
|
537
552
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
538
553
|
componentCfg: {
|
@@ -550,11 +565,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
550
565
|
type: StringConstructor;
|
551
566
|
default: null;
|
552
567
|
};
|
568
|
+
customDate: {
|
569
|
+
type: StringConstructor;
|
570
|
+
default: null;
|
571
|
+
};
|
553
572
|
}>> & {
|
554
573
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
555
574
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
575
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
556
576
|
}>>;
|
557
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
577
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
558
578
|
valueCp: import("vue").WritableComputedRef<any>;
|
559
579
|
presetValCp: import("vue").WritableComputedRef<string>;
|
560
580
|
dateType: any;
|
@@ -732,7 +752,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
732
752
|
NEXT_YEAR: string;
|
733
753
|
LAST_YEAR: string;
|
734
754
|
};
|
735
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
755
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
736
756
|
componentCfg: {
|
737
757
|
type: ObjectConstructor;
|
738
758
|
};
|
@@ -748,13 +768,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
748
768
|
type: StringConstructor;
|
749
769
|
default: null;
|
750
770
|
};
|
771
|
+
customDate: {
|
772
|
+
type: StringConstructor;
|
773
|
+
default: null;
|
774
|
+
};
|
751
775
|
}>> & {
|
752
776
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
753
777
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
778
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
754
779
|
}, {
|
755
780
|
modelValue: string | number | unknown[];
|
756
781
|
paramCfg: Record<string, any>;
|
757
782
|
presetVal: string;
|
783
|
+
customDate: string;
|
758
784
|
}>;
|
759
785
|
InputFilter: import("vue").DefineComponent<{
|
760
786
|
paramCfg: {
|
@@ -884,6 +910,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
884
910
|
SELECT_TIME: string;
|
885
911
|
PAST_TIME: string;
|
886
912
|
FUTURE_TIME: string;
|
913
|
+
CUSTOM_TIME: string;
|
887
914
|
};
|
888
915
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
889
916
|
paramCfg: {
|
@@ -1218,6 +1245,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1218
1245
|
type: StringConstructor;
|
1219
1246
|
default: null;
|
1220
1247
|
};
|
1248
|
+
customDate: {
|
1249
|
+
type: StringConstructor;
|
1250
|
+
default: null;
|
1251
|
+
};
|
1221
1252
|
}, {
|
1222
1253
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1223
1254
|
paramCfg: {
|
@@ -1232,11 +1263,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1232
1263
|
type: StringConstructor;
|
1233
1264
|
default: null;
|
1234
1265
|
};
|
1266
|
+
customDate: {
|
1267
|
+
type: StringConstructor;
|
1268
|
+
default: null;
|
1269
|
+
};
|
1235
1270
|
}>> & {
|
1236
1271
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1237
1272
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1273
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1238
1274
|
}>>;
|
1239
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1275
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1240
1276
|
startDate: import("vue").Ref<any>;
|
1241
1277
|
endDate: import("vue").Ref<any>;
|
1242
1278
|
valueFormat: import("vue").ComputedRef<string>;
|
@@ -1257,6 +1293,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1257
1293
|
value: string;
|
1258
1294
|
}[]>;
|
1259
1295
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1296
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
1260
1297
|
handleChange: (val: any, type: "start" | "end") => void;
|
1261
1298
|
isStartDateDisabled: (ts: number) => boolean;
|
1262
1299
|
timeStartDisabled: (ts: number) => {
|
@@ -1432,7 +1469,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1432
1469
|
NEXT_YEAR: string;
|
1433
1470
|
LAST_YEAR: string;
|
1434
1471
|
};
|
1435
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1472
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1436
1473
|
paramCfg: {
|
1437
1474
|
type: ObjectConstructor;
|
1438
1475
|
default: null;
|
@@ -1445,13 +1482,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1445
1482
|
type: StringConstructor;
|
1446
1483
|
default: null;
|
1447
1484
|
};
|
1485
|
+
customDate: {
|
1486
|
+
type: StringConstructor;
|
1487
|
+
default: null;
|
1488
|
+
};
|
1448
1489
|
}>> & {
|
1449
1490
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1450
1491
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1492
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1451
1493
|
}, {
|
1452
1494
|
modelValue: string | number | unknown[];
|
1453
1495
|
paramCfg: Record<string, any>;
|
1454
1496
|
presetVal: string;
|
1497
|
+
customDate: string;
|
1455
1498
|
}>;
|
1456
1499
|
SelectLabel: import("vue").DefineComponent<{
|
1457
1500
|
paramCfg: {
|
@@ -1578,7 +1621,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1578
1621
|
SELECTTREE: string;
|
1579
1622
|
SELECTTREEDYNAMIC: string;
|
1580
1623
|
};
|
1581
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1624
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1582
1625
|
paramCfg: {
|
1583
1626
|
type: ObjectConstructor;
|
1584
1627
|
default: null;
|
@@ -1594,15 +1637,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1594
1637
|
isAccurate: {
|
1595
1638
|
type: BooleanConstructor;
|
1596
1639
|
};
|
1640
|
+
customDate: {
|
1641
|
+
type: StringConstructor;
|
1642
|
+
default: null;
|
1643
|
+
};
|
1597
1644
|
}>> & {
|
1598
1645
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1599
1646
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1600
1647
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1648
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1601
1649
|
}, {
|
1602
1650
|
modelValue: string | number | unknown[];
|
1603
1651
|
paramCfg: Record<string, any>;
|
1604
1652
|
presetVal: string;
|
1605
1653
|
isAccurate: boolean;
|
1654
|
+
customDate: string;
|
1606
1655
|
}>;
|
1607
1656
|
ConditionEnums: {
|
1608
1657
|
NULL: string;
|
@@ -2082,6 +2131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2082
2131
|
SELECT_TIME: string;
|
2083
2132
|
PAST_TIME: string;
|
2084
2133
|
FUTURE_TIME: string;
|
2134
|
+
CUSTOM_TIME: string;
|
2085
2135
|
};
|
2086
2136
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2087
2137
|
paramCfg: {
|
@@ -670,6 +670,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
670
670
|
value: string;
|
671
671
|
isAccurateSearch?: boolean | undefined;
|
672
672
|
accurateSearchKey?: string | undefined;
|
673
|
+
customDate?: string | undefined;
|
673
674
|
}[];
|
674
675
|
};
|
675
676
|
loading: import("vue").Ref<boolean>;
|
@@ -735,6 +736,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
735
736
|
isAccurate: {
|
736
737
|
type: BooleanConstructor;
|
737
738
|
};
|
739
|
+
customDate: {
|
740
|
+
type: StringConstructor;
|
741
|
+
default: null;
|
742
|
+
};
|
738
743
|
}, {
|
739
744
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
740
745
|
paramCfg: {
|
@@ -752,15 +757,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
752
757
|
isAccurate: {
|
753
758
|
type: BooleanConstructor;
|
754
759
|
};
|
760
|
+
customDate: {
|
761
|
+
type: StringConstructor;
|
762
|
+
default: null;
|
763
|
+
};
|
755
764
|
}>> & {
|
756
765
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
757
766
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
758
767
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
768
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
759
769
|
}>>;
|
760
|
-
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
|
770
|
+
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
761
771
|
valueCp: import("vue").WritableComputedRef<any>;
|
762
772
|
presetValCp: import("vue").WritableComputedRef<string>;
|
763
773
|
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
774
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
764
775
|
widgetType: import("vue").ComputedRef<any>;
|
765
776
|
Date: import("vue").DefineComponent<{
|
766
777
|
componentCfg: {
|
@@ -778,6 +789,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
778
789
|
type: StringConstructor;
|
779
790
|
default: null;
|
780
791
|
};
|
792
|
+
customDate: {
|
793
|
+
type: StringConstructor;
|
794
|
+
default: null;
|
795
|
+
};
|
781
796
|
}, {
|
782
797
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
783
798
|
componentCfg: {
|
@@ -795,11 +810,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
795
810
|
type: StringConstructor;
|
796
811
|
default: null;
|
797
812
|
};
|
813
|
+
customDate: {
|
814
|
+
type: StringConstructor;
|
815
|
+
default: null;
|
816
|
+
};
|
798
817
|
}>> & {
|
799
818
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
800
819
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
820
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
801
821
|
}>>;
|
802
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
822
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
803
823
|
valueCp: import("vue").WritableComputedRef<any>;
|
804
824
|
presetValCp: import("vue").WritableComputedRef<string>;
|
805
825
|
dateType: any;
|
@@ -977,7 +997,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
977
997
|
NEXT_YEAR: string;
|
978
998
|
LAST_YEAR: string;
|
979
999
|
};
|
980
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1000
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
981
1001
|
componentCfg: {
|
982
1002
|
type: ObjectConstructor;
|
983
1003
|
};
|
@@ -993,13 +1013,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
993
1013
|
type: StringConstructor;
|
994
1014
|
default: null;
|
995
1015
|
};
|
1016
|
+
customDate: {
|
1017
|
+
type: StringConstructor;
|
1018
|
+
default: null;
|
1019
|
+
};
|
996
1020
|
}>> & {
|
997
1021
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
998
1022
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1023
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
999
1024
|
}, {
|
1000
1025
|
modelValue: string | number | unknown[];
|
1001
1026
|
paramCfg: Record<string, any>;
|
1002
1027
|
presetVal: string;
|
1028
|
+
customDate: string;
|
1003
1029
|
}>;
|
1004
1030
|
InputFilter: import("vue").DefineComponent<{
|
1005
1031
|
paramCfg: {
|
@@ -1129,6 +1155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1129
1155
|
SELECT_TIME: string;
|
1130
1156
|
PAST_TIME: string;
|
1131
1157
|
FUTURE_TIME: string;
|
1158
|
+
CUSTOM_TIME: string;
|
1132
1159
|
};
|
1133
1160
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1134
1161
|
paramCfg: {
|
@@ -1463,6 +1490,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1463
1490
|
type: StringConstructor;
|
1464
1491
|
default: null;
|
1465
1492
|
};
|
1493
|
+
customDate: {
|
1494
|
+
type: StringConstructor;
|
1495
|
+
default: null;
|
1496
|
+
};
|
1466
1497
|
}, {
|
1467
1498
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1468
1499
|
paramCfg: {
|
@@ -1477,11 +1508,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1477
1508
|
type: StringConstructor;
|
1478
1509
|
default: null;
|
1479
1510
|
};
|
1511
|
+
customDate: {
|
1512
|
+
type: StringConstructor;
|
1513
|
+
default: null;
|
1514
|
+
};
|
1480
1515
|
}>> & {
|
1481
1516
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1482
1517
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1518
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1483
1519
|
}>>;
|
1484
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1520
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1485
1521
|
startDate: import("vue").Ref<any>;
|
1486
1522
|
endDate: import("vue").Ref<any>;
|
1487
1523
|
valueFormat: import("vue").ComputedRef<string>;
|
@@ -1502,6 +1538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1502
1538
|
value: string;
|
1503
1539
|
}[]>;
|
1504
1540
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1541
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
1505
1542
|
handleChange: (val: any, type: "start" | "end") => void;
|
1506
1543
|
isStartDateDisabled: (ts: number) => boolean;
|
1507
1544
|
timeStartDisabled: (ts: number) => {
|
@@ -1677,7 +1714,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1677
1714
|
NEXT_YEAR: string;
|
1678
1715
|
LAST_YEAR: string;
|
1679
1716
|
};
|
1680
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1717
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1681
1718
|
paramCfg: {
|
1682
1719
|
type: ObjectConstructor;
|
1683
1720
|
default: null;
|
@@ -1690,13 +1727,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1690
1727
|
type: StringConstructor;
|
1691
1728
|
default: null;
|
1692
1729
|
};
|
1730
|
+
customDate: {
|
1731
|
+
type: StringConstructor;
|
1732
|
+
default: null;
|
1733
|
+
};
|
1693
1734
|
}>> & {
|
1694
1735
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1695
1736
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1737
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1696
1738
|
}, {
|
1697
1739
|
modelValue: string | number | unknown[];
|
1698
1740
|
paramCfg: Record<string, any>;
|
1699
1741
|
presetVal: string;
|
1742
|
+
customDate: string;
|
1700
1743
|
}>;
|
1701
1744
|
SelectLabel: import("vue").DefineComponent<{
|
1702
1745
|
paramCfg: {
|
@@ -1823,7 +1866,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1823
1866
|
SELECTTREE: string;
|
1824
1867
|
SELECTTREEDYNAMIC: string;
|
1825
1868
|
};
|
1826
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1869
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1827
1870
|
paramCfg: {
|
1828
1871
|
type: ObjectConstructor;
|
1829
1872
|
default: null;
|
@@ -1839,15 +1882,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1839
1882
|
isAccurate: {
|
1840
1883
|
type: BooleanConstructor;
|
1841
1884
|
};
|
1885
|
+
customDate: {
|
1886
|
+
type: StringConstructor;
|
1887
|
+
default: null;
|
1888
|
+
};
|
1842
1889
|
}>> & {
|
1843
1890
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1844
1891
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1845
1892
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1893
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1846
1894
|
}, {
|
1847
1895
|
modelValue: string | number | unknown[];
|
1848
1896
|
paramCfg: Record<string, any>;
|
1849
1897
|
presetVal: string;
|
1850
1898
|
isAccurate: boolean;
|
1899
|
+
customDate: string;
|
1851
1900
|
}>;
|
1852
1901
|
ConditionEnums: {
|
1853
1902
|
NULL: string;
|
@@ -2327,6 +2376,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2327
2376
|
SELECT_TIME: string;
|
2328
2377
|
PAST_TIME: string;
|
2329
2378
|
FUTURE_TIME: string;
|
2379
|
+
CUSTOM_TIME: string;
|
2330
2380
|
};
|
2331
2381
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2332
2382
|
paramCfg: {
|