cnhis-design-vue 3.1.52-beta.1 → 3.1.52-beta.10
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/body-select/index.d.ts +47 -0
- package/es/components/body-select/index.js +1 -0
- package/es/components/body-select/src/config/index.d.ts +101 -0
- package/es/components/body-select/src/config/index.js +1 -0
- package/es/components/body-select/src/hooks/renderCanvas.d.ts +6 -0
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -0
- package/es/components/body-select/src/index.vue.d.ts +48 -0
- package/es/components/body-select/src/index.vue.js +1 -0
- package/es/components/body-select/src/index.vue2.js +1 -0
- package/es/components/body-select/style/index.css +1 -0
- package/es/components/callback/src/components/render/popupMaps.d.ts +1 -1
- package/es/components/classification/index.d.ts +40 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +40 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +40 -6
- package/es/components/classification/src/index.vue.d.ts +40 -6
- package/es/components/date-picker/index.d.ts +20 -3
- package/es/components/date-picker/src/DatePicker.vue.d.ts +20 -3
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/form-config/index.d.ts +9 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +9 -2
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -1
- package/es/components/form-render/index.d.ts +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -1
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +2 -2
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +20 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +20 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +2 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -1
- package/es/components/recommend-search/index.d.ts +1 -1
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/select-person/src/SearchOrgAndStaff.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +2 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +40 -6
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +40 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +40 -6
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +80 -12
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +80 -12
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +9 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +7 -2
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
|
@@ -60,6 +60,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
60
60
|
onConfirm: {
|
|
61
61
|
type: FunctionConstructor;
|
|
62
62
|
};
|
|
63
|
+
formattedValue: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
};
|
|
63
66
|
}, {
|
|
64
67
|
attrs: {
|
|
65
68
|
[x: string]: unknown;
|
|
@@ -71,9 +74,17 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
71
74
|
onConfirm: {
|
|
72
75
|
type: FunctionConstructor;
|
|
73
76
|
};
|
|
74
|
-
|
|
77
|
+
formattedValue: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
};
|
|
80
|
+
}>> & {
|
|
81
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
82
|
+
}>>;
|
|
83
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
75
84
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
76
85
|
panelInstRef: import("vue").Ref<null>;
|
|
86
|
+
placeholder: import("vue").Ref<any>;
|
|
87
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
77
88
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
78
89
|
formatRef: import("vue").ComputedRef<string>;
|
|
79
90
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -82,15 +93,21 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
82
93
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
83
94
|
onUpdateShow: (show: boolean) => void;
|
|
84
95
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
96
|
+
isOtherValue: (value?: string) => boolean;
|
|
85
97
|
NDatePicker: any;
|
|
86
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
98
|
+
}, 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<{
|
|
87
99
|
updateUnchangedValue: {
|
|
88
100
|
type: BooleanConstructor;
|
|
89
101
|
};
|
|
90
102
|
onConfirm: {
|
|
91
103
|
type: FunctionConstructor;
|
|
92
104
|
};
|
|
93
|
-
|
|
105
|
+
formattedValue: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
};
|
|
108
|
+
}>> & {
|
|
109
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
}, {
|
|
94
111
|
updateUnchangedValue: boolean;
|
|
95
112
|
}>>;
|
|
96
113
|
NSelect: any;
|
|
@@ -653,6 +670,9 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
653
670
|
onConfirm: {
|
|
654
671
|
type: FunctionConstructor;
|
|
655
672
|
};
|
|
673
|
+
formattedValue: {
|
|
674
|
+
type: StringConstructor;
|
|
675
|
+
};
|
|
656
676
|
}, {
|
|
657
677
|
attrs: {
|
|
658
678
|
[x: string]: unknown;
|
|
@@ -664,9 +684,17 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
664
684
|
onConfirm: {
|
|
665
685
|
type: FunctionConstructor;
|
|
666
686
|
};
|
|
667
|
-
|
|
687
|
+
formattedValue: {
|
|
688
|
+
type: StringConstructor;
|
|
689
|
+
};
|
|
690
|
+
}>> & {
|
|
691
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
692
|
+
}>>;
|
|
693
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
668
694
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
669
695
|
panelInstRef: import("vue").Ref<null>;
|
|
696
|
+
placeholder: import("vue").Ref<any>;
|
|
697
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
670
698
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
671
699
|
formatRef: import("vue").ComputedRef<string>;
|
|
672
700
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -675,15 +703,21 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
675
703
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
676
704
|
onUpdateShow: (show: boolean) => void;
|
|
677
705
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
706
|
+
isOtherValue: (value?: string) => boolean;
|
|
678
707
|
NDatePicker: any;
|
|
679
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
708
|
+
}, 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<{
|
|
680
709
|
updateUnchangedValue: {
|
|
681
710
|
type: BooleanConstructor;
|
|
682
711
|
};
|
|
683
712
|
onConfirm: {
|
|
684
713
|
type: FunctionConstructor;
|
|
685
714
|
};
|
|
686
|
-
|
|
715
|
+
formattedValue: {
|
|
716
|
+
type: StringConstructor;
|
|
717
|
+
};
|
|
718
|
+
}>> & {
|
|
719
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
720
|
+
}, {
|
|
687
721
|
updateUnchangedValue: boolean;
|
|
688
722
|
}>>;
|
|
689
723
|
WidgetValEnums: {
|
|
@@ -223,6 +223,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
223
|
onConfirm: {
|
|
224
224
|
type: FunctionConstructor;
|
|
225
225
|
};
|
|
226
|
+
formattedValue: {
|
|
227
|
+
type: StringConstructor;
|
|
228
|
+
};
|
|
226
229
|
}, {
|
|
227
230
|
attrs: {
|
|
228
231
|
[x: string]: unknown;
|
|
@@ -234,9 +237,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
234
237
|
onConfirm: {
|
|
235
238
|
type: FunctionConstructor;
|
|
236
239
|
};
|
|
237
|
-
|
|
240
|
+
formattedValue: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
};
|
|
243
|
+
}>> & {
|
|
244
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
245
|
+
}>>;
|
|
246
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
238
247
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
239
248
|
panelInstRef: import("vue").Ref<null>;
|
|
249
|
+
placeholder: import("vue").Ref<any>;
|
|
250
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
240
251
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
241
252
|
formatRef: import("vue").ComputedRef<string>;
|
|
242
253
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -245,15 +256,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
256
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
246
257
|
onUpdateShow: (show: boolean) => void;
|
|
247
258
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
259
|
+
isOtherValue: (value?: string) => boolean;
|
|
248
260
|
NDatePicker: any;
|
|
249
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
261
|
+
}, 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<{
|
|
250
262
|
updateUnchangedValue: {
|
|
251
263
|
type: BooleanConstructor;
|
|
252
264
|
};
|
|
253
265
|
onConfirm: {
|
|
254
266
|
type: FunctionConstructor;
|
|
255
267
|
};
|
|
256
|
-
|
|
268
|
+
formattedValue: {
|
|
269
|
+
type: StringConstructor;
|
|
270
|
+
};
|
|
271
|
+
}>> & {
|
|
272
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
273
|
+
}, {
|
|
257
274
|
updateUnchangedValue: boolean;
|
|
258
275
|
}>>;
|
|
259
276
|
NSelect: any;
|
|
@@ -816,6 +833,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
816
833
|
onConfirm: {
|
|
817
834
|
type: FunctionConstructor;
|
|
818
835
|
};
|
|
836
|
+
formattedValue: {
|
|
837
|
+
type: StringConstructor;
|
|
838
|
+
};
|
|
819
839
|
}, {
|
|
820
840
|
attrs: {
|
|
821
841
|
[x: string]: unknown;
|
|
@@ -827,9 +847,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
827
847
|
onConfirm: {
|
|
828
848
|
type: FunctionConstructor;
|
|
829
849
|
};
|
|
830
|
-
|
|
850
|
+
formattedValue: {
|
|
851
|
+
type: StringConstructor;
|
|
852
|
+
};
|
|
853
|
+
}>> & {
|
|
854
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
855
|
+
}>>;
|
|
856
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
831
857
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
832
858
|
panelInstRef: import("vue").Ref<null>;
|
|
859
|
+
placeholder: import("vue").Ref<any>;
|
|
860
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
833
861
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
834
862
|
formatRef: import("vue").ComputedRef<string>;
|
|
835
863
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -838,15 +866,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
838
866
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
839
867
|
onUpdateShow: (show: boolean) => void;
|
|
840
868
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
869
|
+
isOtherValue: (value?: string) => boolean;
|
|
841
870
|
NDatePicker: any;
|
|
842
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
871
|
+
}, 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<{
|
|
843
872
|
updateUnchangedValue: {
|
|
844
873
|
type: BooleanConstructor;
|
|
845
874
|
};
|
|
846
875
|
onConfirm: {
|
|
847
876
|
type: FunctionConstructor;
|
|
848
877
|
};
|
|
849
|
-
|
|
878
|
+
formattedValue: {
|
|
879
|
+
type: StringConstructor;
|
|
880
|
+
};
|
|
881
|
+
}>> & {
|
|
882
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
883
|
+
}, {
|
|
850
884
|
updateUnchangedValue: boolean;
|
|
851
885
|
}>>;
|
|
852
886
|
WidgetValEnums: {
|
package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts
CHANGED
|
@@ -90,6 +90,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
onConfirm: {
|
|
91
91
|
type: FunctionConstructor;
|
|
92
92
|
};
|
|
93
|
+
formattedValue: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
};
|
|
93
96
|
}, {
|
|
94
97
|
attrs: {
|
|
95
98
|
[x: string]: unknown;
|
|
@@ -101,9 +104,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
104
|
onConfirm: {
|
|
102
105
|
type: FunctionConstructor;
|
|
103
106
|
};
|
|
104
|
-
|
|
107
|
+
formattedValue: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
};
|
|
110
|
+
}>> & {
|
|
111
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
}>>;
|
|
113
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
105
114
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
106
115
|
panelInstRef: import("vue").Ref<null>;
|
|
116
|
+
placeholder: import("vue").Ref<any>;
|
|
117
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
107
118
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
108
119
|
formatRef: import("vue").ComputedRef<string>;
|
|
109
120
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -112,15 +123,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
112
123
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
113
124
|
onUpdateShow: (show: boolean) => void;
|
|
114
125
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
126
|
+
isOtherValue: (value?: string) => boolean;
|
|
115
127
|
NDatePicker: any;
|
|
116
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
128
|
+
}, 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<{
|
|
117
129
|
updateUnchangedValue: {
|
|
118
130
|
type: BooleanConstructor;
|
|
119
131
|
};
|
|
120
132
|
onConfirm: {
|
|
121
133
|
type: FunctionConstructor;
|
|
122
134
|
};
|
|
123
|
-
|
|
135
|
+
formattedValue: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
};
|
|
138
|
+
}>> & {
|
|
139
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
140
|
+
}, {
|
|
124
141
|
updateUnchangedValue: boolean;
|
|
125
142
|
}>>;
|
|
126
143
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -73,6 +73,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
onConfirm: {
|
|
74
74
|
type: FunctionConstructor;
|
|
75
75
|
};
|
|
76
|
+
formattedValue: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
};
|
|
76
79
|
}, {
|
|
77
80
|
attrs: {
|
|
78
81
|
[x: string]: unknown;
|
|
@@ -84,9 +87,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
87
|
onConfirm: {
|
|
85
88
|
type: FunctionConstructor;
|
|
86
89
|
};
|
|
87
|
-
|
|
90
|
+
formattedValue: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
};
|
|
93
|
+
}>> & {
|
|
94
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
}>>;
|
|
96
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
88
97
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
89
98
|
panelInstRef: import("vue").Ref<null>;
|
|
99
|
+
placeholder: import("vue").Ref<any>;
|
|
100
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
90
101
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
91
102
|
formatRef: import("vue").ComputedRef<string>;
|
|
92
103
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -95,15 +106,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
106
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
96
107
|
onUpdateShow: (show: boolean) => void;
|
|
97
108
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
109
|
+
isOtherValue: (value?: string) => boolean;
|
|
98
110
|
NDatePicker: any;
|
|
99
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
111
|
+
}, 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<{
|
|
100
112
|
updateUnchangedValue: {
|
|
101
113
|
type: BooleanConstructor;
|
|
102
114
|
};
|
|
103
115
|
onConfirm: {
|
|
104
116
|
type: FunctionConstructor;
|
|
105
117
|
};
|
|
106
|
-
|
|
118
|
+
formattedValue: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
};
|
|
121
|
+
}>> & {
|
|
122
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
123
|
+
}, {
|
|
107
124
|
updateUnchangedValue: boolean;
|
|
108
125
|
}>>;
|
|
109
126
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts
CHANGED
|
@@ -108,6 +108,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
108
|
onConfirm: {
|
|
109
109
|
type: FunctionConstructor;
|
|
110
110
|
};
|
|
111
|
+
formattedValue: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
};
|
|
111
114
|
}, {
|
|
112
115
|
attrs: {
|
|
113
116
|
[x: string]: unknown;
|
|
@@ -119,9 +122,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
122
|
onConfirm: {
|
|
120
123
|
type: FunctionConstructor;
|
|
121
124
|
};
|
|
122
|
-
|
|
125
|
+
formattedValue: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
};
|
|
128
|
+
}>> & {
|
|
129
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
130
|
+
}>>;
|
|
131
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
123
132
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
124
133
|
panelInstRef: import("vue").Ref<null>;
|
|
134
|
+
placeholder: import("vue").Ref<any>;
|
|
135
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
125
136
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
126
137
|
formatRef: import("vue").ComputedRef<string>;
|
|
127
138
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -130,15 +141,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
130
141
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
131
142
|
onUpdateShow: (show: boolean) => void;
|
|
132
143
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
144
|
+
isOtherValue: (value?: string) => boolean;
|
|
133
145
|
NDatePicker: any;
|
|
134
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
146
|
+
}, 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<{
|
|
135
147
|
updateUnchangedValue: {
|
|
136
148
|
type: BooleanConstructor;
|
|
137
149
|
};
|
|
138
150
|
onConfirm: {
|
|
139
151
|
type: FunctionConstructor;
|
|
140
152
|
};
|
|
141
|
-
|
|
153
|
+
formattedValue: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
};
|
|
156
|
+
}>> & {
|
|
157
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
158
|
+
}, {
|
|
142
159
|
updateUnchangedValue: boolean;
|
|
143
160
|
}>>;
|
|
144
161
|
DateQuickBtn: import("vue").DefineComponent<{
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts
CHANGED
|
@@ -75,6 +75,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
onConfirm: {
|
|
76
76
|
type: FunctionConstructor;
|
|
77
77
|
};
|
|
78
|
+
formattedValue: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
};
|
|
78
81
|
}, {
|
|
79
82
|
attrs: {
|
|
80
83
|
[x: string]: unknown;
|
|
@@ -86,9 +89,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
89
|
onConfirm: {
|
|
87
90
|
type: FunctionConstructor;
|
|
88
91
|
};
|
|
89
|
-
|
|
92
|
+
formattedValue: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
};
|
|
95
|
+
}>> & {
|
|
96
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
97
|
+
}>>;
|
|
98
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
90
99
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
91
100
|
panelInstRef: import("vue").Ref<null>;
|
|
101
|
+
placeholder: import("vue").Ref<any>;
|
|
102
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
92
103
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
93
104
|
formatRef: import("vue").ComputedRef<string>;
|
|
94
105
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -97,15 +108,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
108
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
98
109
|
onUpdateShow: (show: boolean) => void;
|
|
99
110
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
111
|
+
isOtherValue: (value?: string) => boolean;
|
|
100
112
|
NDatePicker: any;
|
|
101
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
113
|
+
}, 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<{
|
|
102
114
|
updateUnchangedValue: {
|
|
103
115
|
type: BooleanConstructor;
|
|
104
116
|
};
|
|
105
117
|
onConfirm: {
|
|
106
118
|
type: FunctionConstructor;
|
|
107
119
|
};
|
|
108
|
-
|
|
120
|
+
formattedValue: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
};
|
|
123
|
+
}>> & {
|
|
124
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
}, {
|
|
109
126
|
updateUnchangedValue: boolean;
|
|
110
127
|
}>>;
|
|
111
128
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -254,6 +254,9 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
254
254
|
onConfirm: {
|
|
255
255
|
type: FunctionConstructor;
|
|
256
256
|
};
|
|
257
|
+
formattedValue: {
|
|
258
|
+
type: StringConstructor;
|
|
259
|
+
};
|
|
257
260
|
}, {
|
|
258
261
|
attrs: {
|
|
259
262
|
[x: string]: unknown;
|
|
@@ -265,9 +268,17 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
265
268
|
onConfirm: {
|
|
266
269
|
type: FunctionConstructor;
|
|
267
270
|
};
|
|
268
|
-
|
|
271
|
+
formattedValue: {
|
|
272
|
+
type: StringConstructor;
|
|
273
|
+
};
|
|
274
|
+
}>> & {
|
|
275
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
276
|
+
}>>;
|
|
277
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
269
278
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
270
279
|
panelInstRef: import("vue").Ref<null>;
|
|
280
|
+
placeholder: import("vue").Ref<any>;
|
|
281
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
271
282
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
272
283
|
formatRef: import("vue").ComputedRef<string>;
|
|
273
284
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -276,15 +287,21 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
276
287
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
277
288
|
onUpdateShow: (show: boolean) => void;
|
|
278
289
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
290
|
+
isOtherValue: (value?: string) => boolean;
|
|
279
291
|
NDatePicker: any;
|
|
280
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
292
|
+
}, 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<{
|
|
281
293
|
updateUnchangedValue: {
|
|
282
294
|
type: BooleanConstructor;
|
|
283
295
|
};
|
|
284
296
|
onConfirm: {
|
|
285
297
|
type: FunctionConstructor;
|
|
286
298
|
};
|
|
287
|
-
|
|
299
|
+
formattedValue: {
|
|
300
|
+
type: StringConstructor;
|
|
301
|
+
};
|
|
302
|
+
}>> & {
|
|
303
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
304
|
+
}, {
|
|
288
305
|
updateUnchangedValue: boolean;
|
|
289
306
|
}>>;
|
|
290
307
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -465,6 +482,9 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
465
482
|
onConfirm: {
|
|
466
483
|
type: FunctionConstructor;
|
|
467
484
|
};
|
|
485
|
+
formattedValue: {
|
|
486
|
+
type: StringConstructor;
|
|
487
|
+
};
|
|
468
488
|
}, {
|
|
469
489
|
attrs: {
|
|
470
490
|
[x: string]: unknown;
|
|
@@ -476,9 +496,17 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
476
496
|
onConfirm: {
|
|
477
497
|
type: FunctionConstructor;
|
|
478
498
|
};
|
|
479
|
-
|
|
499
|
+
formattedValue: {
|
|
500
|
+
type: StringConstructor;
|
|
501
|
+
};
|
|
502
|
+
}>> & {
|
|
503
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
504
|
+
}>>;
|
|
505
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
480
506
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
481
507
|
panelInstRef: import("vue").Ref<null>;
|
|
508
|
+
placeholder: import("vue").Ref<any>;
|
|
509
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
482
510
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
483
511
|
formatRef: import("vue").ComputedRef<string>;
|
|
484
512
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -487,15 +515,21 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
487
515
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
488
516
|
onUpdateShow: (show: boolean) => void;
|
|
489
517
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
518
|
+
isOtherValue: (value?: string) => boolean;
|
|
490
519
|
NDatePicker: any;
|
|
491
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
520
|
+
}, 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<{
|
|
492
521
|
updateUnchangedValue: {
|
|
493
522
|
type: BooleanConstructor;
|
|
494
523
|
};
|
|
495
524
|
onConfirm: {
|
|
496
525
|
type: FunctionConstructor;
|
|
497
526
|
};
|
|
498
|
-
|
|
527
|
+
formattedValue: {
|
|
528
|
+
type: StringConstructor;
|
|
529
|
+
};
|
|
530
|
+
}>> & {
|
|
531
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
532
|
+
}, {
|
|
499
533
|
updateUnchangedValue: boolean;
|
|
500
534
|
}>>;
|
|
501
535
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -638,6 +672,9 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
638
672
|
onConfirm: {
|
|
639
673
|
type: FunctionConstructor;
|
|
640
674
|
};
|
|
675
|
+
formattedValue: {
|
|
676
|
+
type: StringConstructor;
|
|
677
|
+
};
|
|
641
678
|
}, {
|
|
642
679
|
attrs: {
|
|
643
680
|
[x: string]: unknown;
|
|
@@ -649,9 +686,17 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
649
686
|
onConfirm: {
|
|
650
687
|
type: FunctionConstructor;
|
|
651
688
|
};
|
|
652
|
-
|
|
689
|
+
formattedValue: {
|
|
690
|
+
type: StringConstructor;
|
|
691
|
+
};
|
|
692
|
+
}>> & {
|
|
693
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
694
|
+
}>>;
|
|
695
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
653
696
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
654
697
|
panelInstRef: import("vue").Ref<null>;
|
|
698
|
+
placeholder: import("vue").Ref<any>;
|
|
699
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
655
700
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
656
701
|
formatRef: import("vue").ComputedRef<string>;
|
|
657
702
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -660,15 +705,21 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
660
705
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
661
706
|
onUpdateShow: (show: boolean) => void;
|
|
662
707
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
708
|
+
isOtherValue: (value?: string) => boolean;
|
|
663
709
|
NDatePicker: any;
|
|
664
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
710
|
+
}, 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<{
|
|
665
711
|
updateUnchangedValue: {
|
|
666
712
|
type: BooleanConstructor;
|
|
667
713
|
};
|
|
668
714
|
onConfirm: {
|
|
669
715
|
type: FunctionConstructor;
|
|
670
716
|
};
|
|
671
|
-
|
|
717
|
+
formattedValue: {
|
|
718
|
+
type: StringConstructor;
|
|
719
|
+
};
|
|
720
|
+
}>> & {
|
|
721
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
722
|
+
}, {
|
|
672
723
|
updateUnchangedValue: boolean;
|
|
673
724
|
}>>;
|
|
674
725
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -856,6 +907,9 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
856
907
|
onConfirm: {
|
|
857
908
|
type: FunctionConstructor;
|
|
858
909
|
};
|
|
910
|
+
formattedValue: {
|
|
911
|
+
type: StringConstructor;
|
|
912
|
+
};
|
|
859
913
|
}, {
|
|
860
914
|
attrs: {
|
|
861
915
|
[x: string]: unknown;
|
|
@@ -867,9 +921,17 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
867
921
|
onConfirm: {
|
|
868
922
|
type: FunctionConstructor;
|
|
869
923
|
};
|
|
870
|
-
|
|
924
|
+
formattedValue: {
|
|
925
|
+
type: StringConstructor;
|
|
926
|
+
};
|
|
927
|
+
}>> & {
|
|
928
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
929
|
+
}>>;
|
|
930
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
871
931
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
872
932
|
panelInstRef: import("vue").Ref<null>;
|
|
933
|
+
placeholder: import("vue").Ref<any>;
|
|
934
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
873
935
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
874
936
|
formatRef: import("vue").ComputedRef<string>;
|
|
875
937
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -878,15 +940,21 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
878
940
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
879
941
|
onUpdateShow: (show: boolean) => void;
|
|
880
942
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
943
|
+
isOtherValue: (value?: string) => boolean;
|
|
881
944
|
NDatePicker: any;
|
|
882
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
945
|
+
}, 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<{
|
|
883
946
|
updateUnchangedValue: {
|
|
884
947
|
type: BooleanConstructor;
|
|
885
948
|
};
|
|
886
949
|
onConfirm: {
|
|
887
950
|
type: FunctionConstructor;
|
|
888
951
|
};
|
|
889
|
-
|
|
952
|
+
formattedValue: {
|
|
953
|
+
type: StringConstructor;
|
|
954
|
+
};
|
|
955
|
+
}>> & {
|
|
956
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
957
|
+
}, {
|
|
890
958
|
updateUnchangedValue: boolean;
|
|
891
959
|
}>>;
|
|
892
960
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|