cnhis-design-vue 3.3.3-release.12 → 3.3.3-release.14
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/button-print/index.d.ts +60 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +60 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +6 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +18 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +33 -4
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +18 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +30 -4
- package/es/components/button-print/src/utils/print.d.ts +6 -4
- package/es/components/button-print/src/utils/print.js +176 -4
- package/es/components/calendar/src/Calendar.vue2.js +15 -5
- package/es/components/classification/index.d.ts +500 -5
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +500 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +500 -5
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +500 -5
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-set/src/FieldColor.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
- package/es/components/field-set/src/components/table-row.vue.d.ts +4 -4
- package/es/components/field-set/src/types/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/date.d.ts +3 -1
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +9 -3
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-chat/index.d.ts +41 -50
- package/es/components/iho-chat/src/Index.vue.d.ts +41 -50
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +6 -2
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +29 -28
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +239 -94
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +14 -24
- package/es/components/iho-chat/src/components/Video.vue2.js +35 -40
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +54 -10
- package/es/components/iho-chat/src/hooks/useVideo.js +420 -44
- package/es/components/iho-chat/src/utils/index.d.ts +1 -0
- package/es/components/iho-chat/src/utils/index.js +7 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/keyboard/index.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue2.js +33 -9
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +4 -0
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +50 -17
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- package/es/components/scale-view/index.d.ts +13 -0
- package/es/components/scale-view/src/ScaleView.vue.d.ts +13 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- package/es/components/select-person/src/SelectPerson.vue2.js +8 -1
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +490 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +8 -2
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +226 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +156 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +238 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +43 -4
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +239 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +51 -8
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +477 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +49 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +500 -5
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +13 -6
- 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.vue.d.ts +1 -1
- 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/index.d.ts +3 -3
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +23 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -3
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +4 -0
- package/es/components/table-filter/src/types/enums.js +5 -1
- package/es/components/vertify/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +89 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +256 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +13 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +19 -2
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +104 -75
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +13 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +6 -1
- package/es/components/vod-chunk-upload/style/index.css +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/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/package.json +4 -4
@@ -30,6 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
30
30
|
menuProps: {
|
31
31
|
class: string;
|
32
32
|
};
|
33
|
+
specialDateRange: string[];
|
33
34
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
34
35
|
actionList_prop: {
|
35
36
|
type: PropType<IClassifyListType>;
|
@@ -104,6 +105,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
104
105
|
getParamCfg: (key: string) => any;
|
105
106
|
initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
|
106
107
|
getRawFilterConditions: () => any[];
|
108
|
+
dateTypeList: string[];
|
109
|
+
getOptions: (key: string) => {
|
110
|
+
label: string;
|
111
|
+
value: string;
|
112
|
+
}[];
|
107
113
|
handleEditDisplayCategory: (item: ICategoryItemType) => void;
|
108
114
|
handleDisplayCategoryAddState: () => void;
|
109
115
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
@@ -124,6 +130,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
124
130
|
AddCircleSharp: 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<{}>>, {}>;
|
125
131
|
CloseOutline: 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<{}>>, {}>;
|
126
132
|
ValueCfg: import("vue").DefineComponent<{
|
133
|
+
item: {
|
134
|
+
type: ObjectConstructor;
|
135
|
+
default: null;
|
136
|
+
};
|
127
137
|
paramCfg: {
|
128
138
|
type: ObjectConstructor;
|
129
139
|
default: null;
|
@@ -145,6 +155,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
145
155
|
};
|
146
156
|
}, {
|
147
157
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
158
|
+
item: {
|
159
|
+
type: ObjectConstructor;
|
160
|
+
default: null;
|
161
|
+
};
|
148
162
|
paramCfg: {
|
149
163
|
type: ObjectConstructor;
|
150
164
|
default: null;
|
@@ -180,6 +194,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
180
194
|
componentCfg: {
|
181
195
|
type: ObjectConstructor;
|
182
196
|
};
|
197
|
+
item: {
|
198
|
+
type: ObjectConstructor;
|
199
|
+
required: true;
|
200
|
+
};
|
183
201
|
paramCfg: {
|
184
202
|
type: ObjectConstructor;
|
185
203
|
default: null;
|
@@ -201,6 +219,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
201
219
|
componentCfg: {
|
202
220
|
type: ObjectConstructor;
|
203
221
|
};
|
222
|
+
item: {
|
223
|
+
type: ObjectConstructor;
|
224
|
+
required: true;
|
225
|
+
};
|
204
226
|
paramCfg: {
|
205
227
|
type: ObjectConstructor;
|
206
228
|
default: null;
|
@@ -223,6 +245,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
223
245
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
224
246
|
}>>;
|
225
247
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
248
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
226
249
|
valueCp: import("vue").WritableComputedRef<any>;
|
227
250
|
presetValCp: import("vue").WritableComputedRef<string>;
|
228
251
|
dateType: any;
|
@@ -369,6 +392,231 @@ declare const _default: import("vue").DefineComponent<{
|
|
369
392
|
holidays: Date[];
|
370
393
|
}>>;
|
371
394
|
NSelect: any;
|
395
|
+
DateOption: import("vue").DefineComponent<{
|
396
|
+
filterType: {
|
397
|
+
type: StringConstructor;
|
398
|
+
required: true;
|
399
|
+
};
|
400
|
+
modelValue: {
|
401
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
402
|
+
default: null;
|
403
|
+
};
|
404
|
+
presetVal: {
|
405
|
+
type: StringConstructor;
|
406
|
+
default: null;
|
407
|
+
};
|
408
|
+
dateType: {
|
409
|
+
type: StringConstructor;
|
410
|
+
};
|
411
|
+
isDateDisabled: {
|
412
|
+
type: FunctionConstructor;
|
413
|
+
};
|
414
|
+
timeDisabled: {
|
415
|
+
type: FunctionConstructor;
|
416
|
+
};
|
417
|
+
valueFormat: {
|
418
|
+
type: StringConstructor;
|
419
|
+
};
|
420
|
+
}, {
|
421
|
+
widgetOptions: {
|
422
|
+
label: string;
|
423
|
+
value: string;
|
424
|
+
}[];
|
425
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
426
|
+
filterType: {
|
427
|
+
type: StringConstructor;
|
428
|
+
required: true;
|
429
|
+
};
|
430
|
+
modelValue: {
|
431
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
432
|
+
default: null;
|
433
|
+
};
|
434
|
+
presetVal: {
|
435
|
+
type: StringConstructor;
|
436
|
+
default: null;
|
437
|
+
};
|
438
|
+
dateType: {
|
439
|
+
type: StringConstructor;
|
440
|
+
};
|
441
|
+
isDateDisabled: {
|
442
|
+
type: FunctionConstructor;
|
443
|
+
};
|
444
|
+
timeDisabled: {
|
445
|
+
type: FunctionConstructor;
|
446
|
+
};
|
447
|
+
valueFormat: {
|
448
|
+
type: StringConstructor;
|
449
|
+
};
|
450
|
+
}>> & {
|
451
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
452
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
453
|
+
}>>;
|
454
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
455
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
456
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
457
|
+
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
458
|
+
updateUnchangedValue: {
|
459
|
+
type: BooleanConstructor;
|
460
|
+
};
|
461
|
+
onConfirm: {
|
462
|
+
type: FunctionConstructor;
|
463
|
+
};
|
464
|
+
formattedValue: {
|
465
|
+
type: PropType<(string | [string, string]) | null | undefined>;
|
466
|
+
};
|
467
|
+
placeholder: {
|
468
|
+
type: StringConstructor;
|
469
|
+
};
|
470
|
+
allowedInvalidValue: {
|
471
|
+
type: StringConstructor;
|
472
|
+
};
|
473
|
+
to: {
|
474
|
+
type: PropType<string | false | HTMLElement>;
|
475
|
+
default: string;
|
476
|
+
};
|
477
|
+
holidays: {
|
478
|
+
type: PropType<Date[]>;
|
479
|
+
default: () => never[];
|
480
|
+
};
|
481
|
+
type: {
|
482
|
+
type: StringConstructor;
|
483
|
+
default: string;
|
484
|
+
};
|
485
|
+
isDateDisabled: {
|
486
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
487
|
+
};
|
488
|
+
}, {
|
489
|
+
attrs: {
|
490
|
+
[x: string]: unknown;
|
491
|
+
};
|
492
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
493
|
+
updateUnchangedValue: {
|
494
|
+
type: BooleanConstructor;
|
495
|
+
};
|
496
|
+
onConfirm: {
|
497
|
+
type: FunctionConstructor;
|
498
|
+
};
|
499
|
+
formattedValue: {
|
500
|
+
type: PropType<(string | [string, string]) | null | undefined>;
|
501
|
+
};
|
502
|
+
placeholder: {
|
503
|
+
type: StringConstructor;
|
504
|
+
};
|
505
|
+
allowedInvalidValue: {
|
506
|
+
type: StringConstructor;
|
507
|
+
};
|
508
|
+
to: {
|
509
|
+
type: PropType<string | false | HTMLElement>;
|
510
|
+
default: string;
|
511
|
+
};
|
512
|
+
holidays: {
|
513
|
+
type: PropType<Date[]>;
|
514
|
+
default: () => never[];
|
515
|
+
};
|
516
|
+
type: {
|
517
|
+
type: StringConstructor;
|
518
|
+
default: string;
|
519
|
+
};
|
520
|
+
isDateDisabled: {
|
521
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
522
|
+
};
|
523
|
+
}>> & {
|
524
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
525
|
+
}>>;
|
526
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
527
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
528
|
+
panelInstRef: import("vue").Ref<null>;
|
529
|
+
placeholderRef: import("vue").Ref<any>;
|
530
|
+
oldValue: string;
|
531
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
532
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
533
|
+
formatRef: import("vue").ComputedRef<string>;
|
534
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
535
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
536
|
+
focus: () => any;
|
537
|
+
blur: () => any;
|
538
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
539
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
540
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
541
|
+
stopWatcher: () => void;
|
542
|
+
setHoliday: (show: boolean) => Promise<void>;
|
543
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
544
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
545
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
546
|
+
NDatePicker: any;
|
547
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
548
|
+
updateUnchangedValue: {
|
549
|
+
type: BooleanConstructor;
|
550
|
+
};
|
551
|
+
onConfirm: {
|
552
|
+
type: FunctionConstructor;
|
553
|
+
};
|
554
|
+
formattedValue: {
|
555
|
+
type: PropType<(string | [string, string]) | null | undefined>;
|
556
|
+
};
|
557
|
+
placeholder: {
|
558
|
+
type: StringConstructor;
|
559
|
+
};
|
560
|
+
allowedInvalidValue: {
|
561
|
+
type: StringConstructor;
|
562
|
+
};
|
563
|
+
to: {
|
564
|
+
type: PropType<string | false | HTMLElement>;
|
565
|
+
default: string;
|
566
|
+
};
|
567
|
+
holidays: {
|
568
|
+
type: PropType<Date[]>;
|
569
|
+
default: () => never[];
|
570
|
+
};
|
571
|
+
type: {
|
572
|
+
type: StringConstructor;
|
573
|
+
default: string;
|
574
|
+
};
|
575
|
+
isDateDisabled: {
|
576
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
577
|
+
};
|
578
|
+
}>> & {
|
579
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
580
|
+
}, {
|
581
|
+
type: string;
|
582
|
+
updateUnchangedValue: boolean;
|
583
|
+
to: string | false | HTMLElement;
|
584
|
+
holidays: Date[];
|
585
|
+
}>>;
|
586
|
+
NSelect: any;
|
587
|
+
NInputNumber: any;
|
588
|
+
}, 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<{
|
589
|
+
filterType: {
|
590
|
+
type: StringConstructor;
|
591
|
+
required: true;
|
592
|
+
};
|
593
|
+
modelValue: {
|
594
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
595
|
+
default: null;
|
596
|
+
};
|
597
|
+
presetVal: {
|
598
|
+
type: StringConstructor;
|
599
|
+
default: null;
|
600
|
+
};
|
601
|
+
dateType: {
|
602
|
+
type: StringConstructor;
|
603
|
+
};
|
604
|
+
isDateDisabled: {
|
605
|
+
type: FunctionConstructor;
|
606
|
+
};
|
607
|
+
timeDisabled: {
|
608
|
+
type: FunctionConstructor;
|
609
|
+
};
|
610
|
+
valueFormat: {
|
611
|
+
type: StringConstructor;
|
612
|
+
};
|
613
|
+
}>> & {
|
614
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
615
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
616
|
+
}, {
|
617
|
+
modelValue: string | number | unknown[];
|
618
|
+
presetVal: string;
|
619
|
+
}>;
|
372
620
|
WidgetValEnums: {
|
373
621
|
CUSTOM: string;
|
374
622
|
FIRST_VAL: string;
|
@@ -404,6 +652,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
404
652
|
componentCfg: {
|
405
653
|
type: ObjectConstructor;
|
406
654
|
};
|
655
|
+
item: {
|
656
|
+
type: ObjectConstructor;
|
657
|
+
required: true;
|
658
|
+
};
|
407
659
|
paramCfg: {
|
408
660
|
type: ObjectConstructor;
|
409
661
|
default: null;
|
@@ -881,6 +1133,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
881
1133
|
paramCfg: Record<string, any>;
|
882
1134
|
}>;
|
883
1135
|
DateRange: import("vue").DefineComponent<{
|
1136
|
+
item: {
|
1137
|
+
type: ObjectConstructor;
|
1138
|
+
required: true;
|
1139
|
+
};
|
884
1140
|
paramCfg: {
|
885
1141
|
type: ObjectConstructor;
|
886
1142
|
default: null;
|
@@ -899,6 +1155,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
899
1155
|
};
|
900
1156
|
}, {
|
901
1157
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1158
|
+
item: {
|
1159
|
+
type: ObjectConstructor;
|
1160
|
+
required: true;
|
1161
|
+
};
|
902
1162
|
paramCfg: {
|
903
1163
|
type: ObjectConstructor;
|
904
1164
|
default: null;
|
@@ -923,6 +1183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
923
1183
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
924
1184
|
startDate: import("vue").Ref<any>;
|
925
1185
|
endDate: import("vue").Ref<any>;
|
1186
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
926
1187
|
valueFormat: import("vue").ComputedRef<string>;
|
927
1188
|
dateFormat: import("vue").ComputedRef<string>;
|
928
1189
|
compType: import("vue").ComputedRef<any>;
|
@@ -941,7 +1202,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
941
1202
|
value: string;
|
942
1203
|
}[]>;
|
943
1204
|
presetValCp: import("vue").WritableComputedRef<string>;
|
944
|
-
|
1205
|
+
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
945
1206
|
handleChange: (val: any, type: "start" | "end") => void;
|
946
1207
|
isStartDateDisabled: (ts: number) => boolean;
|
947
1208
|
timeStartDisabled: (ts: number) => {
|
@@ -1086,6 +1347,231 @@ declare const _default: import("vue").DefineComponent<{
|
|
1086
1347
|
to: string | false | HTMLElement;
|
1087
1348
|
holidays: Date[];
|
1088
1349
|
}>>;
|
1350
|
+
DateOption: import("vue").DefineComponent<{
|
1351
|
+
filterType: {
|
1352
|
+
type: StringConstructor;
|
1353
|
+
required: true;
|
1354
|
+
};
|
1355
|
+
modelValue: {
|
1356
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1357
|
+
default: null;
|
1358
|
+
};
|
1359
|
+
presetVal: {
|
1360
|
+
type: StringConstructor;
|
1361
|
+
default: null;
|
1362
|
+
};
|
1363
|
+
dateType: {
|
1364
|
+
type: StringConstructor;
|
1365
|
+
};
|
1366
|
+
isDateDisabled: {
|
1367
|
+
type: FunctionConstructor;
|
1368
|
+
};
|
1369
|
+
timeDisabled: {
|
1370
|
+
type: FunctionConstructor;
|
1371
|
+
};
|
1372
|
+
valueFormat: {
|
1373
|
+
type: StringConstructor;
|
1374
|
+
};
|
1375
|
+
}, {
|
1376
|
+
widgetOptions: {
|
1377
|
+
label: string;
|
1378
|
+
value: string;
|
1379
|
+
}[];
|
1380
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1381
|
+
filterType: {
|
1382
|
+
type: StringConstructor;
|
1383
|
+
required: true;
|
1384
|
+
};
|
1385
|
+
modelValue: {
|
1386
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1387
|
+
default: null;
|
1388
|
+
};
|
1389
|
+
presetVal: {
|
1390
|
+
type: StringConstructor;
|
1391
|
+
default: null;
|
1392
|
+
};
|
1393
|
+
dateType: {
|
1394
|
+
type: StringConstructor;
|
1395
|
+
};
|
1396
|
+
isDateDisabled: {
|
1397
|
+
type: FunctionConstructor;
|
1398
|
+
};
|
1399
|
+
timeDisabled: {
|
1400
|
+
type: FunctionConstructor;
|
1401
|
+
};
|
1402
|
+
valueFormat: {
|
1403
|
+
type: StringConstructor;
|
1404
|
+
};
|
1405
|
+
}>> & {
|
1406
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1407
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1408
|
+
}>>;
|
1409
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1410
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1411
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
1412
|
+
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1413
|
+
updateUnchangedValue: {
|
1414
|
+
type: BooleanConstructor;
|
1415
|
+
};
|
1416
|
+
onConfirm: {
|
1417
|
+
type: FunctionConstructor;
|
1418
|
+
};
|
1419
|
+
formattedValue: {
|
1420
|
+
type: PropType<(string | [string, string]) | null | undefined>;
|
1421
|
+
};
|
1422
|
+
placeholder: {
|
1423
|
+
type: StringConstructor;
|
1424
|
+
};
|
1425
|
+
allowedInvalidValue: {
|
1426
|
+
type: StringConstructor;
|
1427
|
+
};
|
1428
|
+
to: {
|
1429
|
+
type: PropType<string | false | HTMLElement>;
|
1430
|
+
default: string;
|
1431
|
+
};
|
1432
|
+
holidays: {
|
1433
|
+
type: PropType<Date[]>;
|
1434
|
+
default: () => never[];
|
1435
|
+
};
|
1436
|
+
type: {
|
1437
|
+
type: StringConstructor;
|
1438
|
+
default: string;
|
1439
|
+
};
|
1440
|
+
isDateDisabled: {
|
1441
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1442
|
+
};
|
1443
|
+
}, {
|
1444
|
+
attrs: {
|
1445
|
+
[x: string]: unknown;
|
1446
|
+
};
|
1447
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1448
|
+
updateUnchangedValue: {
|
1449
|
+
type: BooleanConstructor;
|
1450
|
+
};
|
1451
|
+
onConfirm: {
|
1452
|
+
type: FunctionConstructor;
|
1453
|
+
};
|
1454
|
+
formattedValue: {
|
1455
|
+
type: PropType<(string | [string, string]) | null | undefined>;
|
1456
|
+
};
|
1457
|
+
placeholder: {
|
1458
|
+
type: StringConstructor;
|
1459
|
+
};
|
1460
|
+
allowedInvalidValue: {
|
1461
|
+
type: StringConstructor;
|
1462
|
+
};
|
1463
|
+
to: {
|
1464
|
+
type: PropType<string | false | HTMLElement>;
|
1465
|
+
default: string;
|
1466
|
+
};
|
1467
|
+
holidays: {
|
1468
|
+
type: PropType<Date[]>;
|
1469
|
+
default: () => never[];
|
1470
|
+
};
|
1471
|
+
type: {
|
1472
|
+
type: StringConstructor;
|
1473
|
+
default: string;
|
1474
|
+
};
|
1475
|
+
isDateDisabled: {
|
1476
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1477
|
+
};
|
1478
|
+
}>> & {
|
1479
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1480
|
+
}>>;
|
1481
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1482
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1483
|
+
panelInstRef: import("vue").Ref<null>;
|
1484
|
+
placeholderRef: import("vue").Ref<any>;
|
1485
|
+
oldValue: string;
|
1486
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1487
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
1488
|
+
formatRef: import("vue").ComputedRef<string>;
|
1489
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
1490
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
1491
|
+
focus: () => any;
|
1492
|
+
blur: () => any;
|
1493
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
1494
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
1495
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
1496
|
+
stopWatcher: () => void;
|
1497
|
+
setHoliday: (show: boolean) => Promise<void>;
|
1498
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
1499
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1500
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1501
|
+
NDatePicker: any;
|
1502
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1503
|
+
updateUnchangedValue: {
|
1504
|
+
type: BooleanConstructor;
|
1505
|
+
};
|
1506
|
+
onConfirm: {
|
1507
|
+
type: FunctionConstructor;
|
1508
|
+
};
|
1509
|
+
formattedValue: {
|
1510
|
+
type: PropType<(string | [string, string]) | null | undefined>;
|
1511
|
+
};
|
1512
|
+
placeholder: {
|
1513
|
+
type: StringConstructor;
|
1514
|
+
};
|
1515
|
+
allowedInvalidValue: {
|
1516
|
+
type: StringConstructor;
|
1517
|
+
};
|
1518
|
+
to: {
|
1519
|
+
type: PropType<string | false | HTMLElement>;
|
1520
|
+
default: string;
|
1521
|
+
};
|
1522
|
+
holidays: {
|
1523
|
+
type: PropType<Date[]>;
|
1524
|
+
default: () => never[];
|
1525
|
+
};
|
1526
|
+
type: {
|
1527
|
+
type: StringConstructor;
|
1528
|
+
default: string;
|
1529
|
+
};
|
1530
|
+
isDateDisabled: {
|
1531
|
+
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1532
|
+
};
|
1533
|
+
}>> & {
|
1534
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1535
|
+
}, {
|
1536
|
+
type: string;
|
1537
|
+
updateUnchangedValue: boolean;
|
1538
|
+
to: string | false | HTMLElement;
|
1539
|
+
holidays: Date[];
|
1540
|
+
}>>;
|
1541
|
+
NSelect: any;
|
1542
|
+
NInputNumber: any;
|
1543
|
+
}, 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<{
|
1544
|
+
filterType: {
|
1545
|
+
type: StringConstructor;
|
1546
|
+
required: true;
|
1547
|
+
};
|
1548
|
+
modelValue: {
|
1549
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1550
|
+
default: null;
|
1551
|
+
};
|
1552
|
+
presetVal: {
|
1553
|
+
type: StringConstructor;
|
1554
|
+
default: null;
|
1555
|
+
};
|
1556
|
+
dateType: {
|
1557
|
+
type: StringConstructor;
|
1558
|
+
};
|
1559
|
+
isDateDisabled: {
|
1560
|
+
type: FunctionConstructor;
|
1561
|
+
};
|
1562
|
+
timeDisabled: {
|
1563
|
+
type: FunctionConstructor;
|
1564
|
+
};
|
1565
|
+
valueFormat: {
|
1566
|
+
type: StringConstructor;
|
1567
|
+
};
|
1568
|
+
}>> & {
|
1569
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1570
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1571
|
+
}, {
|
1572
|
+
modelValue: string | number | unknown[];
|
1573
|
+
presetVal: string;
|
1574
|
+
}>;
|
1089
1575
|
WidgetValEnums: {
|
1090
1576
|
CUSTOM: string;
|
1091
1577
|
FIRST_VAL: string;
|
@@ -1118,6 +1604,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1118
1604
|
LAST_YEAR: string;
|
1119
1605
|
};
|
1120
1606
|
}, 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<{
|
1607
|
+
item: {
|
1608
|
+
type: ObjectConstructor;
|
1609
|
+
required: true;
|
1610
|
+
};
|
1121
1611
|
paramCfg: {
|
1122
1612
|
type: ObjectConstructor;
|
1123
1613
|
default: null;
|
@@ -1270,6 +1760,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1270
1760
|
SELECTTREEDYNAMIC: string;
|
1271
1761
|
};
|
1272
1762
|
}, 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<{
|
1763
|
+
item: {
|
1764
|
+
type: ObjectConstructor;
|
1765
|
+
default: null;
|
1766
|
+
};
|
1273
1767
|
paramCfg: {
|
1274
1768
|
type: ObjectConstructor;
|
1275
1769
|
default: null;
|
@@ -1296,6 +1790,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1296
1790
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1297
1791
|
}, {
|
1298
1792
|
modelValue: string | number | unknown[];
|
1793
|
+
item: Record<string, any>;
|
1299
1794
|
paramCfg: Record<string, any>;
|
1300
1795
|
presetVal: string;
|
1301
1796
|
isAccurate: boolean;
|
@@ -1304,11 +1799,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1304
1799
|
ConditionEnums: {
|
1305
1800
|
NULL: string;
|
1306
1801
|
EQUAL: string;
|
1802
|
+
IN_THE_PAST: string;
|
1803
|
+
IN_THE_FUTURE: string;
|
1804
|
+
IN_THE_PAST_DI: string;
|
1805
|
+
IN_THE_FUTURE_DI: string;
|
1307
1806
|
};
|
1308
|
-
conditionOptions: {
|
1309
|
-
label: string;
|
1310
|
-
value: string;
|
1311
|
-
}[];
|
1312
1807
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1313
1808
|
actionList_prop: {
|
1314
1809
|
type: PropType<IClassifyListType>;
|