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
@@ -88,6 +88,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
88
88
|
menuProps: {
|
89
89
|
class: string;
|
90
90
|
};
|
91
|
+
specialDateRange: string[];
|
91
92
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
92
93
|
actionList_prop: {
|
93
94
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
@@ -162,6 +163,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
162
163
|
getParamCfg: (key: string) => any;
|
163
164
|
initFilterConditions: (tableId: string, rawConditions: import("../../../..").ISearchConfigType) => Promise<void>;
|
164
165
|
getRawFilterConditions: () => any[];
|
166
|
+
dateTypeList: string[];
|
167
|
+
getOptions: (key: string) => {
|
168
|
+
label: string;
|
169
|
+
value: string;
|
170
|
+
}[];
|
165
171
|
handleEditDisplayCategory: (item: import("../../../..").ICategoryItemType) => void;
|
166
172
|
handleDisplayCategoryAddState: () => void;
|
167
173
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
@@ -182,6 +188,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
182
188
|
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<{}>>, {}>;
|
183
189
|
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<{}>>, {}>;
|
184
190
|
ValueCfg: import("vue").DefineComponent<{
|
191
|
+
item: {
|
192
|
+
type: ObjectConstructor;
|
193
|
+
default: null;
|
194
|
+
};
|
185
195
|
paramCfg: {
|
186
196
|
type: ObjectConstructor;
|
187
197
|
default: null;
|
@@ -203,6 +213,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
203
213
|
};
|
204
214
|
}, {
|
205
215
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
216
|
+
item: {
|
217
|
+
type: ObjectConstructor;
|
218
|
+
default: null;
|
219
|
+
};
|
206
220
|
paramCfg: {
|
207
221
|
type: ObjectConstructor;
|
208
222
|
default: null;
|
@@ -238,6 +252,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
238
252
|
componentCfg: {
|
239
253
|
type: ObjectConstructor;
|
240
254
|
};
|
255
|
+
item: {
|
256
|
+
type: ObjectConstructor;
|
257
|
+
required: true;
|
258
|
+
};
|
241
259
|
paramCfg: {
|
242
260
|
type: ObjectConstructor;
|
243
261
|
default: null;
|
@@ -259,6 +277,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
259
277
|
componentCfg: {
|
260
278
|
type: ObjectConstructor;
|
261
279
|
};
|
280
|
+
item: {
|
281
|
+
type: ObjectConstructor;
|
282
|
+
required: true;
|
283
|
+
};
|
262
284
|
paramCfg: {
|
263
285
|
type: ObjectConstructor;
|
264
286
|
default: null;
|
@@ -281,6 +303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
281
303
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
282
304
|
}>>;
|
283
305
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
306
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
284
307
|
valueCp: import("vue").WritableComputedRef<any>;
|
285
308
|
presetValCp: import("vue").WritableComputedRef<string>;
|
286
309
|
dateType: any;
|
@@ -427,6 +450,231 @@ declare const _default: import("vue").DefineComponent<{
|
|
427
450
|
holidays: Date[];
|
428
451
|
}>>;
|
429
452
|
NSelect: any;
|
453
|
+
DateOption: import("vue").DefineComponent<{
|
454
|
+
filterType: {
|
455
|
+
type: StringConstructor;
|
456
|
+
required: true;
|
457
|
+
};
|
458
|
+
modelValue: {
|
459
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
460
|
+
default: null;
|
461
|
+
};
|
462
|
+
presetVal: {
|
463
|
+
type: StringConstructor;
|
464
|
+
default: null;
|
465
|
+
};
|
466
|
+
dateType: {
|
467
|
+
type: StringConstructor;
|
468
|
+
};
|
469
|
+
isDateDisabled: {
|
470
|
+
type: FunctionConstructor;
|
471
|
+
};
|
472
|
+
timeDisabled: {
|
473
|
+
type: FunctionConstructor;
|
474
|
+
};
|
475
|
+
valueFormat: {
|
476
|
+
type: StringConstructor;
|
477
|
+
};
|
478
|
+
}, {
|
479
|
+
widgetOptions: {
|
480
|
+
label: string;
|
481
|
+
value: string;
|
482
|
+
}[];
|
483
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
484
|
+
filterType: {
|
485
|
+
type: StringConstructor;
|
486
|
+
required: true;
|
487
|
+
};
|
488
|
+
modelValue: {
|
489
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
490
|
+
default: null;
|
491
|
+
};
|
492
|
+
presetVal: {
|
493
|
+
type: StringConstructor;
|
494
|
+
default: null;
|
495
|
+
};
|
496
|
+
dateType: {
|
497
|
+
type: StringConstructor;
|
498
|
+
};
|
499
|
+
isDateDisabled: {
|
500
|
+
type: FunctionConstructor;
|
501
|
+
};
|
502
|
+
timeDisabled: {
|
503
|
+
type: FunctionConstructor;
|
504
|
+
};
|
505
|
+
valueFormat: {
|
506
|
+
type: StringConstructor;
|
507
|
+
};
|
508
|
+
}>> & {
|
509
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
510
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
511
|
+
}>>;
|
512
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
513
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
514
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
515
|
+
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
516
|
+
updateUnchangedValue: {
|
517
|
+
type: BooleanConstructor;
|
518
|
+
};
|
519
|
+
onConfirm: {
|
520
|
+
type: FunctionConstructor;
|
521
|
+
};
|
522
|
+
formattedValue: {
|
523
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
524
|
+
};
|
525
|
+
placeholder: {
|
526
|
+
type: StringConstructor;
|
527
|
+
};
|
528
|
+
allowedInvalidValue: {
|
529
|
+
type: StringConstructor;
|
530
|
+
};
|
531
|
+
to: {
|
532
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
533
|
+
default: string;
|
534
|
+
};
|
535
|
+
holidays: {
|
536
|
+
type: import("vue").PropType<Date[]>;
|
537
|
+
default: () => never[];
|
538
|
+
};
|
539
|
+
type: {
|
540
|
+
type: StringConstructor;
|
541
|
+
default: string;
|
542
|
+
};
|
543
|
+
isDateDisabled: {
|
544
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
545
|
+
};
|
546
|
+
}, {
|
547
|
+
attrs: {
|
548
|
+
[x: string]: unknown;
|
549
|
+
};
|
550
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
551
|
+
updateUnchangedValue: {
|
552
|
+
type: BooleanConstructor;
|
553
|
+
};
|
554
|
+
onConfirm: {
|
555
|
+
type: FunctionConstructor;
|
556
|
+
};
|
557
|
+
formattedValue: {
|
558
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
559
|
+
};
|
560
|
+
placeholder: {
|
561
|
+
type: StringConstructor;
|
562
|
+
};
|
563
|
+
allowedInvalidValue: {
|
564
|
+
type: StringConstructor;
|
565
|
+
};
|
566
|
+
to: {
|
567
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
568
|
+
default: string;
|
569
|
+
};
|
570
|
+
holidays: {
|
571
|
+
type: import("vue").PropType<Date[]>;
|
572
|
+
default: () => never[];
|
573
|
+
};
|
574
|
+
type: {
|
575
|
+
type: StringConstructor;
|
576
|
+
default: string;
|
577
|
+
};
|
578
|
+
isDateDisabled: {
|
579
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
580
|
+
};
|
581
|
+
}>> & {
|
582
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
583
|
+
}>>;
|
584
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
585
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
586
|
+
panelInstRef: import("vue").Ref<null>;
|
587
|
+
placeholderRef: import("vue").Ref<any>;
|
588
|
+
oldValue: string;
|
589
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
590
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
591
|
+
formatRef: import("vue").ComputedRef<string>;
|
592
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
593
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
594
|
+
focus: () => any;
|
595
|
+
blur: () => any;
|
596
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
597
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
598
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
599
|
+
stopWatcher: () => void;
|
600
|
+
setHoliday: (show: boolean) => Promise<void>;
|
601
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
602
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
603
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
604
|
+
NDatePicker: any;
|
605
|
+
}, 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<{
|
606
|
+
updateUnchangedValue: {
|
607
|
+
type: BooleanConstructor;
|
608
|
+
};
|
609
|
+
onConfirm: {
|
610
|
+
type: FunctionConstructor;
|
611
|
+
};
|
612
|
+
formattedValue: {
|
613
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
614
|
+
};
|
615
|
+
placeholder: {
|
616
|
+
type: StringConstructor;
|
617
|
+
};
|
618
|
+
allowedInvalidValue: {
|
619
|
+
type: StringConstructor;
|
620
|
+
};
|
621
|
+
to: {
|
622
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
623
|
+
default: string;
|
624
|
+
};
|
625
|
+
holidays: {
|
626
|
+
type: import("vue").PropType<Date[]>;
|
627
|
+
default: () => never[];
|
628
|
+
};
|
629
|
+
type: {
|
630
|
+
type: StringConstructor;
|
631
|
+
default: string;
|
632
|
+
};
|
633
|
+
isDateDisabled: {
|
634
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
635
|
+
};
|
636
|
+
}>> & {
|
637
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
638
|
+
}, {
|
639
|
+
type: string;
|
640
|
+
updateUnchangedValue: boolean;
|
641
|
+
to: string | false | HTMLElement;
|
642
|
+
holidays: Date[];
|
643
|
+
}>>;
|
644
|
+
NSelect: any;
|
645
|
+
NInputNumber: any;
|
646
|
+
}, 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<{
|
647
|
+
filterType: {
|
648
|
+
type: StringConstructor;
|
649
|
+
required: true;
|
650
|
+
};
|
651
|
+
modelValue: {
|
652
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
653
|
+
default: null;
|
654
|
+
};
|
655
|
+
presetVal: {
|
656
|
+
type: StringConstructor;
|
657
|
+
default: null;
|
658
|
+
};
|
659
|
+
dateType: {
|
660
|
+
type: StringConstructor;
|
661
|
+
};
|
662
|
+
isDateDisabled: {
|
663
|
+
type: FunctionConstructor;
|
664
|
+
};
|
665
|
+
timeDisabled: {
|
666
|
+
type: FunctionConstructor;
|
667
|
+
};
|
668
|
+
valueFormat: {
|
669
|
+
type: StringConstructor;
|
670
|
+
};
|
671
|
+
}>> & {
|
672
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
673
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
674
|
+
}, {
|
675
|
+
modelValue: string | number | unknown[];
|
676
|
+
presetVal: string;
|
677
|
+
}>;
|
430
678
|
WidgetValEnums: {
|
431
679
|
CUSTOM: string;
|
432
680
|
FIRST_VAL: string;
|
@@ -462,6 +710,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
462
710
|
componentCfg: {
|
463
711
|
type: ObjectConstructor;
|
464
712
|
};
|
713
|
+
item: {
|
714
|
+
type: ObjectConstructor;
|
715
|
+
required: true;
|
716
|
+
};
|
465
717
|
paramCfg: {
|
466
718
|
type: ObjectConstructor;
|
467
719
|
default: null;
|
@@ -939,6 +1191,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
939
1191
|
paramCfg: Record<string, any>;
|
940
1192
|
}>;
|
941
1193
|
DateRange: import("vue").DefineComponent<{
|
1194
|
+
item: {
|
1195
|
+
type: ObjectConstructor;
|
1196
|
+
required: true;
|
1197
|
+
};
|
942
1198
|
paramCfg: {
|
943
1199
|
type: ObjectConstructor;
|
944
1200
|
default: null;
|
@@ -957,6 +1213,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
957
1213
|
};
|
958
1214
|
}, {
|
959
1215
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1216
|
+
item: {
|
1217
|
+
type: ObjectConstructor;
|
1218
|
+
required: true;
|
1219
|
+
};
|
960
1220
|
paramCfg: {
|
961
1221
|
type: ObjectConstructor;
|
962
1222
|
default: null;
|
@@ -981,6 +1241,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
981
1241
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
982
1242
|
startDate: import("vue").Ref<any>;
|
983
1243
|
endDate: import("vue").Ref<any>;
|
1244
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
984
1245
|
valueFormat: import("vue").ComputedRef<string>;
|
985
1246
|
dateFormat: import("vue").ComputedRef<string>;
|
986
1247
|
compType: import("vue").ComputedRef<any>;
|
@@ -999,7 +1260,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
999
1260
|
value: string;
|
1000
1261
|
}[]>;
|
1001
1262
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1002
|
-
|
1263
|
+
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
1003
1264
|
handleChange: (val: any, type: "start" | "end") => void;
|
1004
1265
|
isStartDateDisabled: (ts: number) => boolean;
|
1005
1266
|
timeStartDisabled: (ts: number) => {
|
@@ -1144,6 +1405,231 @@ declare const _default: import("vue").DefineComponent<{
|
|
1144
1405
|
to: string | false | HTMLElement;
|
1145
1406
|
holidays: Date[];
|
1146
1407
|
}>>;
|
1408
|
+
DateOption: import("vue").DefineComponent<{
|
1409
|
+
filterType: {
|
1410
|
+
type: StringConstructor;
|
1411
|
+
required: true;
|
1412
|
+
};
|
1413
|
+
modelValue: {
|
1414
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1415
|
+
default: null;
|
1416
|
+
};
|
1417
|
+
presetVal: {
|
1418
|
+
type: StringConstructor;
|
1419
|
+
default: null;
|
1420
|
+
};
|
1421
|
+
dateType: {
|
1422
|
+
type: StringConstructor;
|
1423
|
+
};
|
1424
|
+
isDateDisabled: {
|
1425
|
+
type: FunctionConstructor;
|
1426
|
+
};
|
1427
|
+
timeDisabled: {
|
1428
|
+
type: FunctionConstructor;
|
1429
|
+
};
|
1430
|
+
valueFormat: {
|
1431
|
+
type: StringConstructor;
|
1432
|
+
};
|
1433
|
+
}, {
|
1434
|
+
widgetOptions: {
|
1435
|
+
label: string;
|
1436
|
+
value: string;
|
1437
|
+
}[];
|
1438
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1439
|
+
filterType: {
|
1440
|
+
type: StringConstructor;
|
1441
|
+
required: true;
|
1442
|
+
};
|
1443
|
+
modelValue: {
|
1444
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1445
|
+
default: null;
|
1446
|
+
};
|
1447
|
+
presetVal: {
|
1448
|
+
type: StringConstructor;
|
1449
|
+
default: null;
|
1450
|
+
};
|
1451
|
+
dateType: {
|
1452
|
+
type: StringConstructor;
|
1453
|
+
};
|
1454
|
+
isDateDisabled: {
|
1455
|
+
type: FunctionConstructor;
|
1456
|
+
};
|
1457
|
+
timeDisabled: {
|
1458
|
+
type: FunctionConstructor;
|
1459
|
+
};
|
1460
|
+
valueFormat: {
|
1461
|
+
type: StringConstructor;
|
1462
|
+
};
|
1463
|
+
}>> & {
|
1464
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1465
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1466
|
+
}>>;
|
1467
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1468
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1469
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
1470
|
+
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1471
|
+
updateUnchangedValue: {
|
1472
|
+
type: BooleanConstructor;
|
1473
|
+
};
|
1474
|
+
onConfirm: {
|
1475
|
+
type: FunctionConstructor;
|
1476
|
+
};
|
1477
|
+
formattedValue: {
|
1478
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
1479
|
+
};
|
1480
|
+
placeholder: {
|
1481
|
+
type: StringConstructor;
|
1482
|
+
};
|
1483
|
+
allowedInvalidValue: {
|
1484
|
+
type: StringConstructor;
|
1485
|
+
};
|
1486
|
+
to: {
|
1487
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1488
|
+
default: string;
|
1489
|
+
};
|
1490
|
+
holidays: {
|
1491
|
+
type: import("vue").PropType<Date[]>;
|
1492
|
+
default: () => never[];
|
1493
|
+
};
|
1494
|
+
type: {
|
1495
|
+
type: StringConstructor;
|
1496
|
+
default: string;
|
1497
|
+
};
|
1498
|
+
isDateDisabled: {
|
1499
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1500
|
+
};
|
1501
|
+
}, {
|
1502
|
+
attrs: {
|
1503
|
+
[x: string]: unknown;
|
1504
|
+
};
|
1505
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1506
|
+
updateUnchangedValue: {
|
1507
|
+
type: BooleanConstructor;
|
1508
|
+
};
|
1509
|
+
onConfirm: {
|
1510
|
+
type: FunctionConstructor;
|
1511
|
+
};
|
1512
|
+
formattedValue: {
|
1513
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
1514
|
+
};
|
1515
|
+
placeholder: {
|
1516
|
+
type: StringConstructor;
|
1517
|
+
};
|
1518
|
+
allowedInvalidValue: {
|
1519
|
+
type: StringConstructor;
|
1520
|
+
};
|
1521
|
+
to: {
|
1522
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1523
|
+
default: string;
|
1524
|
+
};
|
1525
|
+
holidays: {
|
1526
|
+
type: import("vue").PropType<Date[]>;
|
1527
|
+
default: () => never[];
|
1528
|
+
};
|
1529
|
+
type: {
|
1530
|
+
type: StringConstructor;
|
1531
|
+
default: string;
|
1532
|
+
};
|
1533
|
+
isDateDisabled: {
|
1534
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1535
|
+
};
|
1536
|
+
}>> & {
|
1537
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1538
|
+
}>>;
|
1539
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1540
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1541
|
+
panelInstRef: import("vue").Ref<null>;
|
1542
|
+
placeholderRef: import("vue").Ref<any>;
|
1543
|
+
oldValue: string;
|
1544
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1545
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
1546
|
+
formatRef: import("vue").ComputedRef<string>;
|
1547
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
1548
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
1549
|
+
focus: () => any;
|
1550
|
+
blur: () => any;
|
1551
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
1552
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
1553
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
1554
|
+
stopWatcher: () => void;
|
1555
|
+
setHoliday: (show: boolean) => Promise<void>;
|
1556
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
1557
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1558
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1559
|
+
NDatePicker: any;
|
1560
|
+
}, 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<{
|
1561
|
+
updateUnchangedValue: {
|
1562
|
+
type: BooleanConstructor;
|
1563
|
+
};
|
1564
|
+
onConfirm: {
|
1565
|
+
type: FunctionConstructor;
|
1566
|
+
};
|
1567
|
+
formattedValue: {
|
1568
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
1569
|
+
};
|
1570
|
+
placeholder: {
|
1571
|
+
type: StringConstructor;
|
1572
|
+
};
|
1573
|
+
allowedInvalidValue: {
|
1574
|
+
type: StringConstructor;
|
1575
|
+
};
|
1576
|
+
to: {
|
1577
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1578
|
+
default: string;
|
1579
|
+
};
|
1580
|
+
holidays: {
|
1581
|
+
type: import("vue").PropType<Date[]>;
|
1582
|
+
default: () => never[];
|
1583
|
+
};
|
1584
|
+
type: {
|
1585
|
+
type: StringConstructor;
|
1586
|
+
default: string;
|
1587
|
+
};
|
1588
|
+
isDateDisabled: {
|
1589
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1590
|
+
};
|
1591
|
+
}>> & {
|
1592
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1593
|
+
}, {
|
1594
|
+
type: string;
|
1595
|
+
updateUnchangedValue: boolean;
|
1596
|
+
to: string | false | HTMLElement;
|
1597
|
+
holidays: Date[];
|
1598
|
+
}>>;
|
1599
|
+
NSelect: any;
|
1600
|
+
NInputNumber: any;
|
1601
|
+
}, 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<{
|
1602
|
+
filterType: {
|
1603
|
+
type: StringConstructor;
|
1604
|
+
required: true;
|
1605
|
+
};
|
1606
|
+
modelValue: {
|
1607
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1608
|
+
default: null;
|
1609
|
+
};
|
1610
|
+
presetVal: {
|
1611
|
+
type: StringConstructor;
|
1612
|
+
default: null;
|
1613
|
+
};
|
1614
|
+
dateType: {
|
1615
|
+
type: StringConstructor;
|
1616
|
+
};
|
1617
|
+
isDateDisabled: {
|
1618
|
+
type: FunctionConstructor;
|
1619
|
+
};
|
1620
|
+
timeDisabled: {
|
1621
|
+
type: FunctionConstructor;
|
1622
|
+
};
|
1623
|
+
valueFormat: {
|
1624
|
+
type: StringConstructor;
|
1625
|
+
};
|
1626
|
+
}>> & {
|
1627
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1628
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1629
|
+
}, {
|
1630
|
+
modelValue: string | number | unknown[];
|
1631
|
+
presetVal: string;
|
1632
|
+
}>;
|
1147
1633
|
WidgetValEnums: {
|
1148
1634
|
CUSTOM: string;
|
1149
1635
|
FIRST_VAL: string;
|
@@ -1176,6 +1662,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1176
1662
|
LAST_YEAR: string;
|
1177
1663
|
};
|
1178
1664
|
}, 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<{
|
1665
|
+
item: {
|
1666
|
+
type: ObjectConstructor;
|
1667
|
+
required: true;
|
1668
|
+
};
|
1179
1669
|
paramCfg: {
|
1180
1670
|
type: ObjectConstructor;
|
1181
1671
|
default: null;
|
@@ -1328,6 +1818,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1328
1818
|
SELECTTREEDYNAMIC: string;
|
1329
1819
|
};
|
1330
1820
|
}, 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<{
|
1821
|
+
item: {
|
1822
|
+
type: ObjectConstructor;
|
1823
|
+
default: null;
|
1824
|
+
};
|
1331
1825
|
paramCfg: {
|
1332
1826
|
type: ObjectConstructor;
|
1333
1827
|
default: null;
|
@@ -1354,6 +1848,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1354
1848
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1355
1849
|
}, {
|
1356
1850
|
modelValue: string | number | unknown[];
|
1851
|
+
item: Record<string, any>;
|
1357
1852
|
paramCfg: Record<string, any>;
|
1358
1853
|
presetVal: string;
|
1359
1854
|
isAccurate: boolean;
|
@@ -1362,11 +1857,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1362
1857
|
ConditionEnums: {
|
1363
1858
|
NULL: string;
|
1364
1859
|
EQUAL: string;
|
1860
|
+
IN_THE_PAST: string;
|
1861
|
+
IN_THE_FUTURE: string;
|
1862
|
+
IN_THE_PAST_DI: string;
|
1863
|
+
IN_THE_FUTURE_DI: string;
|
1365
1864
|
};
|
1366
|
-
conditionOptions: {
|
1367
|
-
label: string;
|
1368
|
-
value: string;
|
1369
|
-
}[];
|
1370
1865
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1371
1866
|
actionList_prop: {
|
1372
1867
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|