halov 0.25.1123 → 0.25.1216
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/DefaultPropertyForm.vue.d.ts +14 -18
- package/dist/components/FormInput.vue.d.ts +14 -18
- package/dist/components/HaloForm.vue.d.ts +38 -2710
- package/dist/components/HaloSelect.vue.d.ts +22 -3265
- package/dist/components/HaloTimePicker.vue.d.ts +10 -18
- package/dist/components/ImportModal.vue.d.ts +34 -62
- package/dist/components/InputModal.vue.d.ts +16 -36
- package/dist/components/QrModal.vue.d.ts +9 -20
- package/dist/components/SearchCard.vue.d.ts +12 -2849
- package/dist/components/SearchForm.vue.d.ts +11 -1338
- package/dist/components/SearchModal.vue.d.ts +17 -1353
- package/dist/components/SearchPanel.vue.d.ts +17 -1353
- package/dist/components/SelectIconBox.vue.d.ts +4 -9841
- package/dist/components/SelectObjectModal.vue.d.ts +34 -46
- package/dist/halov.es.js +5077 -5289
- package/dist/halov.umd.cjs +6 -6
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
- package/dist/components/MyButton.vue.d.ts +0 -5
|
@@ -733,25 +733,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
733
733
|
readonly: boolean;
|
|
734
734
|
clearable: boolean;
|
|
735
735
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
736
|
-
HaloTimePicker: import('vue').DefineComponent<
|
|
737
|
-
value:
|
|
738
|
-
type
|
|
739
|
-
readonly
|
|
740
|
-
clearable
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
}>> & Readonly<{
|
|
736
|
+
HaloTimePicker: import('vue').DefineComponent<{
|
|
737
|
+
value: string | Date | number;
|
|
738
|
+
type?: string;
|
|
739
|
+
readonly?: boolean;
|
|
740
|
+
clearable?: boolean;
|
|
741
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
742
|
+
"update:value": (...args: any[]) => void;
|
|
743
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
744
|
+
value: string | Date | number;
|
|
745
|
+
type?: string;
|
|
746
|
+
readonly?: boolean;
|
|
747
|
+
clearable?: boolean;
|
|
748
|
+
}> & Readonly<{
|
|
750
749
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
751
|
-
}>, {
|
|
752
|
-
readonly: boolean;
|
|
753
|
-
clearable: boolean;
|
|
754
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
750
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
755
751
|
NullableBooleanInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
756
752
|
value: BooleanConstructor;
|
|
757
753
|
readonly: BooleanConstructor;
|
|
@@ -52,25 +52,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
52
52
|
readonly: boolean;
|
|
53
53
|
clearable: boolean;
|
|
54
54
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
55
|
-
HaloTimePicker: import('vue').DefineComponent<
|
|
56
|
-
value:
|
|
57
|
-
type
|
|
58
|
-
readonly
|
|
59
|
-
clearable
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}>> & Readonly<{
|
|
55
|
+
HaloTimePicker: import('vue').DefineComponent<{
|
|
56
|
+
value: string | Date | number;
|
|
57
|
+
type?: string;
|
|
58
|
+
readonly?: boolean;
|
|
59
|
+
clearable?: boolean;
|
|
60
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
61
|
+
"update:value": (...args: any[]) => void;
|
|
62
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
63
|
+
value: string | Date | number;
|
|
64
|
+
type?: string;
|
|
65
|
+
readonly?: boolean;
|
|
66
|
+
clearable?: boolean;
|
|
67
|
+
}> & Readonly<{
|
|
69
68
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
70
|
-
}>, {
|
|
71
|
-
readonly: boolean;
|
|
72
|
-
clearable: boolean;
|
|
73
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
69
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
74
70
|
NullableBooleanInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
75
71
|
value: BooleanConstructor;
|
|
76
72
|
readonly: BooleanConstructor;
|