@dynamicforms/vuetify-inputs 0.3.1 → 0.3.3
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
|
@@ -26,6 +26,7 @@ import { VConfirmEdit } from 'vuetify/components/VConfirmEdit';
|
|
|
26
26
|
import { VDatePicker } from 'vuetify/components/VDatePicker';
|
|
27
27
|
import { VFileInput } from 'vuetify/components/VFileInput';
|
|
28
28
|
import { VIcon } from 'vuetify/components/VIcon';
|
|
29
|
+
import { VImg } from 'vuetify/components/VImg';
|
|
29
30
|
import { VInput } from 'vuetify/components/VInput';
|
|
30
31
|
import { VListItem } from 'vuetify/components/VList';
|
|
31
32
|
import { VMenu } from 'vuetify/components/VMenu';
|
|
@@ -461,6 +462,7 @@ export declare namespace VuetifyComponents {
|
|
|
461
462
|
VRow,
|
|
462
463
|
VCol,
|
|
463
464
|
VIcon,
|
|
465
|
+
VImg,
|
|
464
466
|
VInput,
|
|
465
467
|
VListItem,
|
|
466
468
|
VMenu,
|
package/package.json
CHANGED