@point-hub/papp 0.0.34 → 0.0.36
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/dist/components/base-autocomplete.vue.d.ts +3 -1
- package/dist/components/base-checkbox.vue.d.ts +3 -1
- package/dist/components/base-datepicker.vue.d.ts +4 -1
- package/dist/components/base-file-upload.vue.d.ts +4 -1
- package/dist/components/base-input-mask.vue.d.ts +3 -1
- package/dist/components/base-input-number.vue.d.ts +3 -1
- package/dist/components/base-input.vue.d.ts +3 -1
- package/dist/components/base-textarea.vue.d.ts +3 -1
- package/dist/index.js +450 -416
- package/dist/index.umd.cjs +5 -5
- package/dist/style.css +1 -1
- package/package.json +7 -7
|
@@ -26,7 +26,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
26
26
|
layout: string;
|
|
27
27
|
required: boolean;
|
|
28
28
|
disabled: boolean;
|
|
29
|
-
}>, {
|
|
29
|
+
}>, {
|
|
30
|
+
inputRef: import("vue").Ref<any>;
|
|
31
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
32
|
"update:modelValue": (value: BaseAutocompleteOptionInterface) => void;
|
|
31
33
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
32
34
|
modelValue: () => {
|
|
@@ -20,7 +20,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
20
|
layout: string;
|
|
21
21
|
required: boolean;
|
|
22
22
|
disabled: boolean;
|
|
23
|
-
}>, {
|
|
23
|
+
}>, {
|
|
24
|
+
inputRef: import("vue").Ref<any>;
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
26
|
"update:modelValue": (value: boolean) => void;
|
|
25
27
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
26
28
|
modelValue: boolean;
|
|
@@ -17,7 +17,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
17
17
|
layout: string;
|
|
18
18
|
required: boolean;
|
|
19
19
|
disabled: boolean;
|
|
20
|
-
}>, {
|
|
20
|
+
}>, {
|
|
21
|
+
inputRef: import("vue").Ref<any>;
|
|
22
|
+
dateRef: import("vue").Ref<any>;
|
|
23
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
24
|
isoValue: (value: string) => void;
|
|
22
25
|
"update:modelValue": (value: string) => void;
|
|
23
26
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
@@ -19,7 +19,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
multiple: boolean;
|
|
20
20
|
required: boolean;
|
|
21
21
|
disabled: boolean;
|
|
22
|
-
}>, {
|
|
22
|
+
}>, {
|
|
23
|
+
fileRef: import("vue").Ref<any>;
|
|
24
|
+
inputRef: import("vue").Ref<any>;
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
26
|
change: (event: any) => void;
|
|
24
27
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
28
|
border: string;
|
|
@@ -19,7 +19,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
19
19
|
layout: string;
|
|
20
20
|
required: boolean;
|
|
21
21
|
disabled: boolean;
|
|
22
|
-
}>, {
|
|
22
|
+
}>, {
|
|
23
|
+
inputRef: import("vue").Ref<any>;
|
|
24
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
25
|
"update:modelValue": (value: string | number | boolean) => void;
|
|
24
26
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
27
|
border: string;
|
|
@@ -20,7 +20,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
20
|
layout: string;
|
|
21
21
|
required: boolean;
|
|
22
22
|
disabled: boolean;
|
|
23
|
-
}>, {
|
|
23
|
+
}>, {
|
|
24
|
+
inputRef: import("vue").Ref<any>;
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
26
|
"update:modelValue": (value: number) => void;
|
|
25
27
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
26
28
|
decimalLength: number;
|
|
@@ -21,7 +21,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
21
21
|
type: string;
|
|
22
22
|
required: boolean;
|
|
23
23
|
disabled: boolean;
|
|
24
|
-
}>, {
|
|
24
|
+
}>, {
|
|
25
|
+
inputRef: import("vue").Ref<any>;
|
|
26
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
27
|
"update:modelValue": (value: string) => void;
|
|
26
28
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
27
29
|
border: string;
|
|
@@ -20,7 +20,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
20
|
layout: string;
|
|
21
21
|
required: boolean;
|
|
22
22
|
disabled: boolean;
|
|
23
|
-
}>, {
|
|
23
|
+
}>, {
|
|
24
|
+
textareaRef: import("vue").Ref<any>;
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
26
|
"update:modelValue": (value: string) => void;
|
|
25
27
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
26
28
|
border: string;
|