@dynamicforms/vuetify-inputs 0.4.0 → 0.4.1
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/index.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ import { VColorPicker } from 'vuetify/components/VColorPicker';
|
|
|
24
24
|
import { VCombobox } from 'vuetify/components/VCombobox';
|
|
25
25
|
import { VConfirmEdit } from 'vuetify/components/VConfirmEdit';
|
|
26
26
|
import { VDatePicker } from 'vuetify/components/VDatePicker';
|
|
27
|
+
import { VField } from 'vuetify/components/VField';
|
|
27
28
|
import { VFileInput } from 'vuetify/components/VFileInput';
|
|
28
29
|
import { VIcon } from 'vuetify/components/VIcon';
|
|
29
30
|
import { VImg } from 'vuetify/components/VImg';
|
|
@@ -495,6 +496,7 @@ export declare namespace VuetifyComponents {
|
|
|
495
496
|
VColorPicker,
|
|
496
497
|
VConfirmEdit,
|
|
497
498
|
VDatePicker,
|
|
499
|
+
VField,
|
|
498
500
|
VFileInput,
|
|
499
501
|
VRow,
|
|
500
502
|
VCol,
|
package/package.json
CHANGED