cnhis-design-vue 3.1.52-release.5 → 3.1.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/classification/index.d.ts +10 -10
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +10 -10
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +10 -10
- package/es/components/classification/src/index.vue.d.ts +10 -10
- package/es/components/date-picker/index.d.ts +5 -5
- package/es/components/date-picker/src/DatePicker.vue.d.ts +7 -5
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +5 -5
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +6 -5
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +10 -10
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +20 -20
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +20 -20
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
|
@@ -255,7 +255,7 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
255
255
|
type: FunctionConstructor;
|
|
256
256
|
};
|
|
257
257
|
formattedValue: {
|
|
258
|
-
type:
|
|
258
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
259
259
|
};
|
|
260
260
|
placeholder: {
|
|
261
261
|
type: StringConstructor;
|
|
@@ -275,7 +275,7 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
275
275
|
type: FunctionConstructor;
|
|
276
276
|
};
|
|
277
277
|
formattedValue: {
|
|
278
|
-
type:
|
|
278
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
279
279
|
};
|
|
280
280
|
placeholder: {
|
|
281
281
|
type: StringConstructor;
|
|
@@ -290,7 +290,7 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
290
290
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
291
291
|
panelInstRef: import("vue").Ref<null>;
|
|
292
292
|
placeholderRef: import("vue").Ref<any>;
|
|
293
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
293
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
294
294
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
295
295
|
formatRef: import("vue").ComputedRef<string>;
|
|
296
296
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -299,7 +299,7 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
299
299
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
300
300
|
onUpdateShow: (show: boolean) => void;
|
|
301
301
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
302
|
-
isAllowedInvalidValue: (value
|
|
302
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
303
303
|
NDatePicker: any;
|
|
304
304
|
}, 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<{
|
|
305
305
|
updateUnchangedValue: {
|
|
@@ -309,7 +309,7 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
309
309
|
type: FunctionConstructor;
|
|
310
310
|
};
|
|
311
311
|
formattedValue: {
|
|
312
|
-
type:
|
|
312
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
313
313
|
};
|
|
314
314
|
placeholder: {
|
|
315
315
|
type: StringConstructor;
|
|
@@ -501,7 +501,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
501
501
|
type: FunctionConstructor;
|
|
502
502
|
};
|
|
503
503
|
formattedValue: {
|
|
504
|
-
type:
|
|
504
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
505
505
|
};
|
|
506
506
|
placeholder: {
|
|
507
507
|
type: StringConstructor;
|
|
@@ -521,7 +521,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
521
521
|
type: FunctionConstructor;
|
|
522
522
|
};
|
|
523
523
|
formattedValue: {
|
|
524
|
-
type:
|
|
524
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
525
525
|
};
|
|
526
526
|
placeholder: {
|
|
527
527
|
type: StringConstructor;
|
|
@@ -536,7 +536,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
536
536
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
537
537
|
panelInstRef: import("vue").Ref<null>;
|
|
538
538
|
placeholderRef: import("vue").Ref<any>;
|
|
539
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
539
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
540
540
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
541
541
|
formatRef: import("vue").ComputedRef<string>;
|
|
542
542
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -545,7 +545,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
545
545
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
546
546
|
onUpdateShow: (show: boolean) => void;
|
|
547
547
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
548
|
-
isAllowedInvalidValue: (value
|
|
548
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
549
549
|
NDatePicker: any;
|
|
550
550
|
}, 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<{
|
|
551
551
|
updateUnchangedValue: {
|
|
@@ -555,7 +555,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
555
555
|
type: FunctionConstructor;
|
|
556
556
|
};
|
|
557
557
|
formattedValue: {
|
|
558
|
-
type:
|
|
558
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
559
559
|
};
|
|
560
560
|
placeholder: {
|
|
561
561
|
type: StringConstructor;
|
|
@@ -709,7 +709,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
709
709
|
type: FunctionConstructor;
|
|
710
710
|
};
|
|
711
711
|
formattedValue: {
|
|
712
|
-
type:
|
|
712
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
713
713
|
};
|
|
714
714
|
placeholder: {
|
|
715
715
|
type: StringConstructor;
|
|
@@ -729,7 +729,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
729
729
|
type: FunctionConstructor;
|
|
730
730
|
};
|
|
731
731
|
formattedValue: {
|
|
732
|
-
type:
|
|
732
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
733
733
|
};
|
|
734
734
|
placeholder: {
|
|
735
735
|
type: StringConstructor;
|
|
@@ -744,7 +744,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
744
744
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
745
745
|
panelInstRef: import("vue").Ref<null>;
|
|
746
746
|
placeholderRef: import("vue").Ref<any>;
|
|
747
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
747
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
748
748
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
749
749
|
formatRef: import("vue").ComputedRef<string>;
|
|
750
750
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -753,7 +753,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
753
753
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
754
754
|
onUpdateShow: (show: boolean) => void;
|
|
755
755
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
756
|
-
isAllowedInvalidValue: (value
|
|
756
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
757
757
|
NDatePicker: any;
|
|
758
758
|
}, 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<{
|
|
759
759
|
updateUnchangedValue: {
|
|
@@ -763,7 +763,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
763
763
|
type: FunctionConstructor;
|
|
764
764
|
};
|
|
765
765
|
formattedValue: {
|
|
766
|
-
type:
|
|
766
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
767
767
|
};
|
|
768
768
|
placeholder: {
|
|
769
769
|
type: StringConstructor;
|
|
@@ -962,7 +962,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
962
962
|
type: FunctionConstructor;
|
|
963
963
|
};
|
|
964
964
|
formattedValue: {
|
|
965
|
-
type:
|
|
965
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
966
966
|
};
|
|
967
967
|
placeholder: {
|
|
968
968
|
type: StringConstructor;
|
|
@@ -982,7 +982,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
982
982
|
type: FunctionConstructor;
|
|
983
983
|
};
|
|
984
984
|
formattedValue: {
|
|
985
|
-
type:
|
|
985
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
986
986
|
};
|
|
987
987
|
placeholder: {
|
|
988
988
|
type: StringConstructor;
|
|
@@ -997,7 +997,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
997
997
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
998
998
|
panelInstRef: import("vue").Ref<null>;
|
|
999
999
|
placeholderRef: import("vue").Ref<any>;
|
|
1000
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
1000
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1001
1001
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1002
1002
|
formatRef: import("vue").ComputedRef<string>;
|
|
1003
1003
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1006,7 +1006,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1006
1006
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1007
1007
|
onUpdateShow: (show: boolean) => void;
|
|
1008
1008
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1009
|
-
isAllowedInvalidValue: (value
|
|
1009
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1010
1010
|
NDatePicker: any;
|
|
1011
1011
|
}, 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<{
|
|
1012
1012
|
updateUnchangedValue: {
|
|
@@ -1016,7 +1016,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1016
1016
|
type: FunctionConstructor;
|
|
1017
1017
|
};
|
|
1018
1018
|
formattedValue: {
|
|
1019
|
-
type:
|
|
1019
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1020
1020
|
};
|
|
1021
1021
|
placeholder: {
|
|
1022
1022
|
type: StringConstructor;
|
|
@@ -477,7 +477,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
477
477
|
type: FunctionConstructor;
|
|
478
478
|
};
|
|
479
479
|
formattedValue: {
|
|
480
|
-
type:
|
|
480
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
481
481
|
};
|
|
482
482
|
placeholder: {
|
|
483
483
|
type: StringConstructor;
|
|
@@ -497,7 +497,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
497
497
|
type: FunctionConstructor;
|
|
498
498
|
};
|
|
499
499
|
formattedValue: {
|
|
500
|
-
type:
|
|
500
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
501
501
|
};
|
|
502
502
|
placeholder: {
|
|
503
503
|
type: StringConstructor;
|
|
@@ -512,7 +512,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
512
512
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
513
513
|
panelInstRef: import("vue").Ref<null>;
|
|
514
514
|
placeholderRef: import("vue").Ref<any>;
|
|
515
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
515
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
516
516
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
517
517
|
formatRef: import("vue").ComputedRef<string>;
|
|
518
518
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -521,7 +521,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
521
521
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
522
522
|
onUpdateShow: (show: boolean) => void;
|
|
523
523
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
524
|
-
isAllowedInvalidValue: (value
|
|
524
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
525
525
|
NDatePicker: any;
|
|
526
526
|
}, 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<{
|
|
527
527
|
updateUnchangedValue: {
|
|
@@ -531,7 +531,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
531
531
|
type: FunctionConstructor;
|
|
532
532
|
};
|
|
533
533
|
formattedValue: {
|
|
534
|
-
type:
|
|
534
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
535
535
|
};
|
|
536
536
|
placeholder: {
|
|
537
537
|
type: StringConstructor;
|
|
@@ -737,7 +737,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
737
737
|
type: FunctionConstructor;
|
|
738
738
|
};
|
|
739
739
|
formattedValue: {
|
|
740
|
-
type:
|
|
740
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
741
741
|
};
|
|
742
742
|
placeholder: {
|
|
743
743
|
type: StringConstructor;
|
|
@@ -757,7 +757,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
757
757
|
type: FunctionConstructor;
|
|
758
758
|
};
|
|
759
759
|
formattedValue: {
|
|
760
|
-
type:
|
|
760
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
761
761
|
};
|
|
762
762
|
placeholder: {
|
|
763
763
|
type: StringConstructor;
|
|
@@ -772,7 +772,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
772
772
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
773
773
|
panelInstRef: import("vue").Ref<null>;
|
|
774
774
|
placeholderRef: import("vue").Ref<any>;
|
|
775
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
775
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
776
776
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
777
777
|
formatRef: import("vue").ComputedRef<string>;
|
|
778
778
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -781,7 +781,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
781
781
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
782
782
|
onUpdateShow: (show: boolean) => void;
|
|
783
783
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
784
|
-
isAllowedInvalidValue: (value
|
|
784
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
785
785
|
NDatePicker: any;
|
|
786
786
|
}, 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<{
|
|
787
787
|
updateUnchangedValue: {
|
|
@@ -791,7 +791,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
791
791
|
type: FunctionConstructor;
|
|
792
792
|
};
|
|
793
793
|
formattedValue: {
|
|
794
|
-
type:
|
|
794
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
795
795
|
};
|
|
796
796
|
placeholder: {
|
|
797
797
|
type: StringConstructor;
|
|
@@ -959,7 +959,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
959
959
|
type: FunctionConstructor;
|
|
960
960
|
};
|
|
961
961
|
formattedValue: {
|
|
962
|
-
type:
|
|
962
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
963
963
|
};
|
|
964
964
|
placeholder: {
|
|
965
965
|
type: StringConstructor;
|
|
@@ -979,7 +979,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
979
979
|
type: FunctionConstructor;
|
|
980
980
|
};
|
|
981
981
|
formattedValue: {
|
|
982
|
-
type:
|
|
982
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
983
983
|
};
|
|
984
984
|
placeholder: {
|
|
985
985
|
type: StringConstructor;
|
|
@@ -994,7 +994,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
994
994
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
995
995
|
panelInstRef: import("vue").Ref<null>;
|
|
996
996
|
placeholderRef: import("vue").Ref<any>;
|
|
997
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
997
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
998
998
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
999
999
|
formatRef: import("vue").ComputedRef<string>;
|
|
1000
1000
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1003,7 +1003,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1003
1003
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1004
1004
|
onUpdateShow: (show: boolean) => void;
|
|
1005
1005
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1006
|
-
isAllowedInvalidValue: (value
|
|
1006
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1007
1007
|
NDatePicker: any;
|
|
1008
1008
|
}, 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<{
|
|
1009
1009
|
updateUnchangedValue: {
|
|
@@ -1013,7 +1013,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1013
1013
|
type: FunctionConstructor;
|
|
1014
1014
|
};
|
|
1015
1015
|
formattedValue: {
|
|
1016
|
-
type:
|
|
1016
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1017
1017
|
};
|
|
1018
1018
|
placeholder: {
|
|
1019
1019
|
type: StringConstructor;
|
|
@@ -1226,7 +1226,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1226
1226
|
type: FunctionConstructor;
|
|
1227
1227
|
};
|
|
1228
1228
|
formattedValue: {
|
|
1229
|
-
type:
|
|
1229
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1230
1230
|
};
|
|
1231
1231
|
placeholder: {
|
|
1232
1232
|
type: StringConstructor;
|
|
@@ -1246,7 +1246,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1246
1246
|
type: FunctionConstructor;
|
|
1247
1247
|
};
|
|
1248
1248
|
formattedValue: {
|
|
1249
|
-
type:
|
|
1249
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1250
1250
|
};
|
|
1251
1251
|
placeholder: {
|
|
1252
1252
|
type: StringConstructor;
|
|
@@ -1261,7 +1261,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1261
1261
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
1262
1262
|
panelInstRef: import("vue").Ref<null>;
|
|
1263
1263
|
placeholderRef: import("vue").Ref<any>;
|
|
1264
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
1264
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1265
1265
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1266
1266
|
formatRef: import("vue").ComputedRef<string>;
|
|
1267
1267
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1270,7 +1270,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1270
1270
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1271
1271
|
onUpdateShow: (show: boolean) => void;
|
|
1272
1272
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1273
|
-
isAllowedInvalidValue: (value
|
|
1273
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1274
1274
|
NDatePicker: any;
|
|
1275
1275
|
}, 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<{
|
|
1276
1276
|
updateUnchangedValue: {
|
|
@@ -1280,7 +1280,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1280
1280
|
type: FunctionConstructor;
|
|
1281
1281
|
};
|
|
1282
1282
|
formattedValue: {
|
|
1283
|
-
type:
|
|
1283
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1284
1284
|
};
|
|
1285
1285
|
placeholder: {
|
|
1286
1286
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e="@cnhis-design-vue/shared",
|
|
1
|
+
var e="@cnhis-design-vue/shared",i="3.1.52",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},d={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},o={name:e,version:"3.1.52",private:!0,main:"index.ts",peerDependencies:n,dependencies:d};export{o as default,d as dependencies,s as main,e as name,n as peerDependencies,i as version};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.52
|
|
3
|
+
"version": "3.1.52",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"iOS 7",
|
|
64
64
|
"last 3 iOS versions"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "6b239472c4f8dc3b1a28d1c29eae5265c8b594a9"
|
|
67
67
|
}
|