cnhis-design-vue 3.1.52-release.1 → 3.1.52-release.2

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.
Files changed (63) hide show
  1. package/es/components/body-select/index.d.ts +47 -0
  2. package/es/components/body-select/index.js +1 -0
  3. package/es/components/body-select/src/config/index.d.ts +101 -0
  4. package/es/components/body-select/src/config/index.js +1 -0
  5. package/es/components/body-select/src/hooks/renderCanvas.d.ts +6 -0
  6. package/es/components/body-select/src/hooks/renderCanvas.js +1 -0
  7. package/es/components/body-select/src/index.vue.d.ts +48 -0
  8. package/es/components/body-select/src/index.vue.js +1 -0
  9. package/es/components/body-select/src/index.vue2.js +1 -0
  10. package/es/components/body-select/style/index.css +1 -0
  11. package/es/components/callback/src/components/render/popupMaps.d.ts +1 -1
  12. package/es/components/classification/index.d.ts +76 -6
  13. package/es/components/classification/src/components/search-filter/index.vue.d.ts +76 -6
  14. package/es/components/classification/src/components/set-classification/index.vue.d.ts +76 -6
  15. package/es/components/classification/src/index.vue.d.ts +76 -6
  16. package/es/components/date-picker/index.d.ts +38 -3
  17. package/es/components/date-picker/src/DatePicker.vue.d.ts +38 -3
  18. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  19. package/es/components/form-config/index.d.ts +2 -2
  20. package/es/components/form-config/src/FormConfig.vue.d.ts +2 -2
  21. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
  22. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1 -1
  23. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  24. package/es/components/form-render/index.d.ts +1 -1
  25. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  26. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
  27. package/es/components/form-render/src/components/renderer/date.d.ts +9 -0
  28. package/es/components/form-render/src/components/renderer/date.js +1 -1
  29. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  30. package/es/components/form-render/src/hooks/useFormEvent.d.ts +2 -2
  31. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  32. package/es/components/form-render/src/types/index.d.ts +2 -2
  33. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +38 -3
  34. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +38 -3
  35. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
  36. package/es/components/index.css +1 -1
  37. package/es/components/index.d.ts +2 -1
  38. package/es/components/index.js +1 -1
  39. package/es/components/info-header/index.d.ts +2 -2
  40. package/es/components/info-header/src/InfoHeader.vue.d.ts +2 -2
  41. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -1
  42. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -1
  43. package/es/components/select-person/src/SearchOrgAndStaff.vue2.js +1 -1
  44. package/es/components/shortcut-setter/index.d.ts +1 -1
  45. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
  46. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +76 -6
  47. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +38 -3
  48. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +38 -3
  49. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +76 -6
  50. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +76 -6
  51. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +38 -3
  52. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +38 -3
  53. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +38 -3
  54. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +38 -3
  55. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +152 -12
  56. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +152 -12
  57. package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
  58. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +9 -0
  59. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
  60. package/es/shared/hooks/useDateTime.d.ts +8 -2
  61. package/es/shared/hooks/useDateTime.js +1 -1
  62. package/es/shared/package.json.js +1 -1
  63. package/package.json +2 -2
@@ -223,6 +223,15 @@ declare const _default: import("vue").DefineComponent<{
223
223
  onConfirm: {
224
224
  type: FunctionConstructor;
225
225
  };
226
+ formattedValue: {
227
+ type: StringConstructor;
228
+ };
229
+ placeholder: {
230
+ type: StringConstructor;
231
+ };
232
+ allowedInvalidValue: {
233
+ type: StringConstructor;
234
+ };
226
235
  }, {
227
236
  attrs: {
228
237
  [x: string]: unknown;
@@ -234,9 +243,23 @@ declare const _default: import("vue").DefineComponent<{
234
243
  onConfirm: {
235
244
  type: FunctionConstructor;
236
245
  };
237
- }>> & {}>>;
246
+ formattedValue: {
247
+ type: StringConstructor;
248
+ };
249
+ placeholder: {
250
+ type: StringConstructor;
251
+ };
252
+ allowedInvalidValue: {
253
+ type: StringConstructor;
254
+ };
255
+ }>> & {
256
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
257
+ }>>;
258
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
238
259
  datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
239
260
  panelInstRef: import("vue").Ref<null>;
261
+ placeholderRef: import("vue").Ref<any>;
262
+ currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
240
263
  isDateTime: import("vue").ComputedRef<boolean>;
241
264
  formatRef: import("vue").ComputedRef<string>;
242
265
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -245,15 +268,27 @@ declare const _default: import("vue").DefineComponent<{
245
268
  handleConfirm: (target: HTMLInputElement) => void;
246
269
  onUpdateShow: (show: boolean) => void;
247
270
  onConfirm: (...args: any[]) => Promise<void>;
271
+ isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
248
272
  NDatePicker: any;
249
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
273
+ }, 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
274
  updateUnchangedValue: {
251
275
  type: BooleanConstructor;
252
276
  };
253
277
  onConfirm: {
254
278
  type: FunctionConstructor;
255
279
  };
256
- }>>, {
280
+ formattedValue: {
281
+ type: StringConstructor;
282
+ };
283
+ placeholder: {
284
+ type: StringConstructor;
285
+ };
286
+ allowedInvalidValue: {
287
+ type: StringConstructor;
288
+ };
289
+ }>> & {
290
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
291
+ }, {
257
292
  updateUnchangedValue: boolean;
258
293
  }>>;
259
294
  NSelect: any;
@@ -816,6 +851,15 @@ declare const _default: import("vue").DefineComponent<{
816
851
  onConfirm: {
817
852
  type: FunctionConstructor;
818
853
  };
854
+ formattedValue: {
855
+ type: StringConstructor;
856
+ };
857
+ placeholder: {
858
+ type: StringConstructor;
859
+ };
860
+ allowedInvalidValue: {
861
+ type: StringConstructor;
862
+ };
819
863
  }, {
820
864
  attrs: {
821
865
  [x: string]: unknown;
@@ -827,9 +871,23 @@ declare const _default: import("vue").DefineComponent<{
827
871
  onConfirm: {
828
872
  type: FunctionConstructor;
829
873
  };
830
- }>> & {}>>;
874
+ formattedValue: {
875
+ type: StringConstructor;
876
+ };
877
+ placeholder: {
878
+ type: StringConstructor;
879
+ };
880
+ allowedInvalidValue: {
881
+ type: StringConstructor;
882
+ };
883
+ }>> & {
884
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
885
+ }>>;
886
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
831
887
  datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
832
888
  panelInstRef: import("vue").Ref<null>;
889
+ placeholderRef: import("vue").Ref<any>;
890
+ currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
833
891
  isDateTime: import("vue").ComputedRef<boolean>;
834
892
  formatRef: import("vue").ComputedRef<string>;
835
893
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -838,15 +896,27 @@ declare const _default: import("vue").DefineComponent<{
838
896
  handleConfirm: (target: HTMLInputElement) => void;
839
897
  onUpdateShow: (show: boolean) => void;
840
898
  onConfirm: (...args: any[]) => Promise<void>;
899
+ isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
841
900
  NDatePicker: any;
842
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
901
+ }, 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
902
  updateUnchangedValue: {
844
903
  type: BooleanConstructor;
845
904
  };
846
905
  onConfirm: {
847
906
  type: FunctionConstructor;
848
907
  };
849
- }>>, {
908
+ formattedValue: {
909
+ type: StringConstructor;
910
+ };
911
+ placeholder: {
912
+ type: StringConstructor;
913
+ };
914
+ allowedInvalidValue: {
915
+ type: StringConstructor;
916
+ };
917
+ }>> & {
918
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
919
+ }, {
850
920
  updateUnchangedValue: boolean;
851
921
  }>>;
852
922
  WidgetValEnums: {
@@ -90,6 +90,15 @@ declare const _default: import("vue").DefineComponent<{
90
90
  onConfirm: {
91
91
  type: FunctionConstructor;
92
92
  };
93
+ formattedValue: {
94
+ type: StringConstructor;
95
+ };
96
+ placeholder: {
97
+ type: StringConstructor;
98
+ };
99
+ allowedInvalidValue: {
100
+ type: StringConstructor;
101
+ };
93
102
  }, {
94
103
  attrs: {
95
104
  [x: string]: unknown;
@@ -101,9 +110,23 @@ declare const _default: import("vue").DefineComponent<{
101
110
  onConfirm: {
102
111
  type: FunctionConstructor;
103
112
  };
104
- }>> & {}>>;
113
+ formattedValue: {
114
+ type: StringConstructor;
115
+ };
116
+ placeholder: {
117
+ type: StringConstructor;
118
+ };
119
+ allowedInvalidValue: {
120
+ type: StringConstructor;
121
+ };
122
+ }>> & {
123
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
124
+ }>>;
125
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
105
126
  datePickerRef: import("vue").Ref<AnyObject | null>;
106
127
  panelInstRef: import("vue").Ref<null>;
128
+ placeholderRef: import("vue").Ref<any>;
129
+ currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
107
130
  isDateTime: import("vue").ComputedRef<boolean>;
108
131
  formatRef: import("vue").ComputedRef<string>;
109
132
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -112,15 +135,27 @@ declare const _default: import("vue").DefineComponent<{
112
135
  handleConfirm: (target: HTMLInputElement) => void;
113
136
  onUpdateShow: (show: boolean) => void;
114
137
  onConfirm: (...args: any[]) => Promise<void>;
138
+ isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
115
139
  NDatePicker: any;
116
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
140
+ }, 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
141
  updateUnchangedValue: {
118
142
  type: BooleanConstructor;
119
143
  };
120
144
  onConfirm: {
121
145
  type: FunctionConstructor;
122
146
  };
123
- }>>, {
147
+ formattedValue: {
148
+ type: StringConstructor;
149
+ };
150
+ placeholder: {
151
+ type: StringConstructor;
152
+ };
153
+ allowedInvalidValue: {
154
+ type: StringConstructor;
155
+ };
156
+ }>> & {
157
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
158
+ }, {
124
159
  updateUnchangedValue: boolean;
125
160
  }>>;
126
161
  DateQuickBtn: import("vue").DefineComponent<{
@@ -73,6 +73,15 @@ declare const _default: import("vue").DefineComponent<{
73
73
  onConfirm: {
74
74
  type: FunctionConstructor;
75
75
  };
76
+ formattedValue: {
77
+ type: StringConstructor;
78
+ };
79
+ placeholder: {
80
+ type: StringConstructor;
81
+ };
82
+ allowedInvalidValue: {
83
+ type: StringConstructor;
84
+ };
76
85
  }, {
77
86
  attrs: {
78
87
  [x: string]: unknown;
@@ -84,9 +93,23 @@ declare const _default: import("vue").DefineComponent<{
84
93
  onConfirm: {
85
94
  type: FunctionConstructor;
86
95
  };
87
- }>> & {}>>;
96
+ formattedValue: {
97
+ type: StringConstructor;
98
+ };
99
+ placeholder: {
100
+ type: StringConstructor;
101
+ };
102
+ allowedInvalidValue: {
103
+ type: StringConstructor;
104
+ };
105
+ }>> & {
106
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
107
+ }>>;
108
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
88
109
  datePickerRef: import("vue").Ref<AnyObject | null>;
89
110
  panelInstRef: import("vue").Ref<null>;
111
+ placeholderRef: import("vue").Ref<any>;
112
+ currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
90
113
  isDateTime: import("vue").ComputedRef<boolean>;
91
114
  formatRef: import("vue").ComputedRef<string>;
92
115
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -95,15 +118,27 @@ declare const _default: import("vue").DefineComponent<{
95
118
  handleConfirm: (target: HTMLInputElement) => void;
96
119
  onUpdateShow: (show: boolean) => void;
97
120
  onConfirm: (...args: any[]) => Promise<void>;
121
+ isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
98
122
  NDatePicker: any;
99
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
123
+ }, 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
124
  updateUnchangedValue: {
101
125
  type: BooleanConstructor;
102
126
  };
103
127
  onConfirm: {
104
128
  type: FunctionConstructor;
105
129
  };
106
- }>>, {
130
+ formattedValue: {
131
+ type: StringConstructor;
132
+ };
133
+ placeholder: {
134
+ type: StringConstructor;
135
+ };
136
+ allowedInvalidValue: {
137
+ type: StringConstructor;
138
+ };
139
+ }>> & {
140
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
141
+ }, {
107
142
  updateUnchangedValue: boolean;
108
143
  }>>;
109
144
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -108,6 +108,15 @@ declare const _default: import("vue").DefineComponent<{
108
108
  onConfirm: {
109
109
  type: FunctionConstructor;
110
110
  };
111
+ formattedValue: {
112
+ type: StringConstructor;
113
+ };
114
+ placeholder: {
115
+ type: StringConstructor;
116
+ };
117
+ allowedInvalidValue: {
118
+ type: StringConstructor;
119
+ };
111
120
  }, {
112
121
  attrs: {
113
122
  [x: string]: unknown;
@@ -119,9 +128,23 @@ declare const _default: import("vue").DefineComponent<{
119
128
  onConfirm: {
120
129
  type: FunctionConstructor;
121
130
  };
122
- }>> & {}>>;
131
+ formattedValue: {
132
+ type: StringConstructor;
133
+ };
134
+ placeholder: {
135
+ type: StringConstructor;
136
+ };
137
+ allowedInvalidValue: {
138
+ type: StringConstructor;
139
+ };
140
+ }>> & {
141
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
142
+ }>>;
143
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
123
144
  datePickerRef: import("vue").Ref<AnyObject | null>;
124
145
  panelInstRef: import("vue").Ref<null>;
146
+ placeholderRef: import("vue").Ref<any>;
147
+ currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
125
148
  isDateTime: import("vue").ComputedRef<boolean>;
126
149
  formatRef: import("vue").ComputedRef<string>;
127
150
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -130,15 +153,27 @@ declare const _default: import("vue").DefineComponent<{
130
153
  handleConfirm: (target: HTMLInputElement) => void;
131
154
  onUpdateShow: (show: boolean) => void;
132
155
  onConfirm: (...args: any[]) => Promise<void>;
156
+ isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
133
157
  NDatePicker: any;
134
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
158
+ }, 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
159
  updateUnchangedValue: {
136
160
  type: BooleanConstructor;
137
161
  };
138
162
  onConfirm: {
139
163
  type: FunctionConstructor;
140
164
  };
141
- }>>, {
165
+ formattedValue: {
166
+ type: StringConstructor;
167
+ };
168
+ placeholder: {
169
+ type: StringConstructor;
170
+ };
171
+ allowedInvalidValue: {
172
+ type: StringConstructor;
173
+ };
174
+ }>> & {
175
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
176
+ }, {
142
177
  updateUnchangedValue: boolean;
143
178
  }>>;
144
179
  DateQuickBtn: import("vue").DefineComponent<{
@@ -75,6 +75,15 @@ declare const _default: import("vue").DefineComponent<{
75
75
  onConfirm: {
76
76
  type: FunctionConstructor;
77
77
  };
78
+ formattedValue: {
79
+ type: StringConstructor;
80
+ };
81
+ placeholder: {
82
+ type: StringConstructor;
83
+ };
84
+ allowedInvalidValue: {
85
+ type: StringConstructor;
86
+ };
78
87
  }, {
79
88
  attrs: {
80
89
  [x: string]: unknown;
@@ -86,9 +95,23 @@ declare const _default: import("vue").DefineComponent<{
86
95
  onConfirm: {
87
96
  type: FunctionConstructor;
88
97
  };
89
- }>> & {}>>;
98
+ formattedValue: {
99
+ type: StringConstructor;
100
+ };
101
+ placeholder: {
102
+ type: StringConstructor;
103
+ };
104
+ allowedInvalidValue: {
105
+ type: StringConstructor;
106
+ };
107
+ }>> & {
108
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
109
+ }>>;
110
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
90
111
  datePickerRef: import("vue").Ref<AnyObject | null>;
91
112
  panelInstRef: import("vue").Ref<null>;
113
+ placeholderRef: import("vue").Ref<any>;
114
+ currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
92
115
  isDateTime: import("vue").ComputedRef<boolean>;
93
116
  formatRef: import("vue").ComputedRef<string>;
94
117
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -97,15 +120,27 @@ declare const _default: import("vue").DefineComponent<{
97
120
  handleConfirm: (target: HTMLInputElement) => void;
98
121
  onUpdateShow: (show: boolean) => void;
99
122
  onConfirm: (...args: any[]) => Promise<void>;
123
+ isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
100
124
  NDatePicker: any;
101
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
125
+ }, 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
126
  updateUnchangedValue: {
103
127
  type: BooleanConstructor;
104
128
  };
105
129
  onConfirm: {
106
130
  type: FunctionConstructor;
107
131
  };
108
- }>>, {
132
+ formattedValue: {
133
+ type: StringConstructor;
134
+ };
135
+ placeholder: {
136
+ type: StringConstructor;
137
+ };
138
+ allowedInvalidValue: {
139
+ type: StringConstructor;
140
+ };
141
+ }>> & {
142
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
143
+ }, {
109
144
  updateUnchangedValue: boolean;
110
145
  }>>;
111
146
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{