@dpa-id-components/dpa-shared-components 3.1.2 → 3.1.4
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { PropType as __PropType } from 'vue';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
-
|
|
3
|
+
modelValue: {
|
|
4
4
|
type: __PropType<string | undefined>;
|
|
5
5
|
required: false;
|
|
6
6
|
default: string;
|
|
@@ -93,7 +93,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
93
93
|
}, {
|
|
94
94
|
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
95
95
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "keyup" | "update:modelValue")[], "input" | "focus" | "blur" | "keyup" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
96
|
-
|
|
96
|
+
modelValue: {
|
|
97
97
|
type: __PropType<string | undefined>;
|
|
98
98
|
required: false;
|
|
99
99
|
default: string;
|
|
@@ -193,9 +193,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
193
193
|
type: "number" | "date" | "text" | "time" | undefined;
|
|
194
194
|
label: string | undefined;
|
|
195
195
|
placeholder: string | undefined;
|
|
196
|
-
value: string | undefined;
|
|
197
196
|
disabled: boolean | undefined;
|
|
198
197
|
errorMessage: string | undefined;
|
|
198
|
+
modelValue: string | undefined;
|
|
199
199
|
autofocus: boolean | undefined;
|
|
200
200
|
chevron: boolean | undefined;
|
|
201
201
|
readonly: boolean | undefined;
|