@dynamicforms/vuetify-inputs 0.2.2 → 0.2.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.
- package/dist/dynamicforms-vuetify-inputs.js +667 -650
- package/dist/dynamicforms-vuetify-inputs.js.map +1 -1
- package/dist/dynamicforms-vuetify-inputs.umd.cjs +14 -14
- package/dist/dynamicforms-vuetify-inputs.umd.cjs.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ import { GlobalComponents } from 'vue';
|
|
|
12
12
|
import { GlobalDirectives } from 'vue';
|
|
13
13
|
import { PublicProps } from 'vue';
|
|
14
14
|
import { Ref } from 'vue';
|
|
15
|
+
import { useDisplay } from 'vuetify';
|
|
15
16
|
import { ValidationError } from '@dynamicforms/vue-forms';
|
|
16
17
|
import { VAutocomplete } from 'vuetify/components/VAutocomplete';
|
|
17
18
|
import { VBtn } from 'vuetify/components/VBtn';
|
|
@@ -320,6 +321,8 @@ export declare interface FileComms {
|
|
|
320
321
|
|
|
321
322
|
export declare type FileProgressCallback = (loaded: number, total: number) => void;
|
|
322
323
|
|
|
324
|
+
export declare function getBreakpointName(dp: ReturnType<typeof useDisplay>): BreakpointNames;
|
|
325
|
+
|
|
323
326
|
export declare const InputBase: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
324
327
|
|
|
325
328
|
export declare interface LabelRenderOptions {
|