@dynamicforms/vuetify-inputs 0.1.1 → 0.1.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/dynamicforms-vuetify-inputs.js +776 -3079
- package/dist/dynamicforms-vuetify-inputs.js.map +1 -1
- package/dist/dynamicforms-vuetify-inputs.umd.cjs +14 -15
- package/dist/dynamicforms-vuetify-inputs.umd.cjs.map +1 -1
- package/dist/index.d.ts +36 -32
- package/dist/style.css +1 -1
- package/dist/vuetify-components-list.ts +24 -0
- package/dist/vuetify-components.ts +11 -0
- package/package.json +4 -3
- package/readme.md +13 -0
- package/src/vuetify-components-list.ts +24 -0
- package/src/vuetify-components.ts +11 -0
package/dist/index.d.ts
CHANGED
|
@@ -132,10 +132,10 @@ buttonSize: string | number;
|
|
|
132
132
|
showAsGroup: ShowAsGroup;
|
|
133
133
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
134
134
|
|
|
135
|
-
export declare const DfCheckbox: DefineComponent<
|
|
135
|
+
export declare const DfCheckbox: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
136
136
|
"update:modelValue": (value: any) => any;
|
|
137
137
|
"click:clear": () => any;
|
|
138
|
-
}, string, PublicProps, Readonly<
|
|
138
|
+
}, string, PublicProps, Readonly<Props_2> & Readonly<{
|
|
139
139
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
140
140
|
"onClick:clear"?: (() => any) | undefined;
|
|
141
141
|
}>, {
|
|
@@ -143,10 +143,10 @@ enabled: boolean;
|
|
|
143
143
|
allowNull: boolean;
|
|
144
144
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
145
145
|
|
|
146
|
-
export declare const DfColor: DefineComponent<
|
|
146
|
+
export declare const DfColor: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
147
147
|
"update:modelValue": (value: any) => any;
|
|
148
148
|
"click:clear": () => any;
|
|
149
|
-
}, string, PublicProps, Readonly<
|
|
149
|
+
}, string, PublicProps, Readonly<Props_3> & Readonly<{
|
|
150
150
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
151
151
|
"onClick:clear"?: (() => any) | undefined;
|
|
152
152
|
}>, {
|
|
@@ -154,10 +154,10 @@ enabled: boolean;
|
|
|
154
154
|
allowNull: boolean;
|
|
155
155
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
156
156
|
|
|
157
|
-
export declare const DfDateTime: DefineComponent<
|
|
157
|
+
export declare const DfDateTime: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
158
158
|
"update:modelValue": (value: any) => any;
|
|
159
159
|
"click:clear": () => any;
|
|
160
|
-
}, string, PublicProps, Readonly<
|
|
160
|
+
}, string, PublicProps, Readonly<Props_4> & Readonly<{
|
|
161
161
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
162
162
|
"onClick:clear"?: (() => any) | undefined;
|
|
163
163
|
}>, {
|
|
@@ -167,20 +167,20 @@ displayFormatDate: string;
|
|
|
167
167
|
displayFormatTime: string;
|
|
168
168
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
169
169
|
|
|
170
|
-
export declare const DfFile: DefineComponent<
|
|
170
|
+
export declare const DfFile: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
171
171
|
"update:modelValue": (value: any) => any;
|
|
172
172
|
"click:clear": () => any;
|
|
173
|
-
}, string, PublicProps, Readonly<
|
|
173
|
+
}, string, PublicProps, Readonly<Props_5> & Readonly<{
|
|
174
174
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
175
175
|
"onClick:clear"?: (() => any) | undefined;
|
|
176
176
|
}>, {
|
|
177
177
|
enabled: boolean;
|
|
178
178
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
179
179
|
|
|
180
|
-
export declare const DfInput: DefineComponent<
|
|
180
|
+
export declare const DfInput: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
181
181
|
"update:modelValue": (value: any) => any;
|
|
182
182
|
"click:clear": () => any;
|
|
183
|
-
}, string, PublicProps, Readonly<
|
|
183
|
+
}, string, PublicProps, Readonly<Props_6> & Readonly<{
|
|
184
184
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
185
185
|
"onClick:clear"?: (() => any) | undefined;
|
|
186
186
|
}>, {
|
|
@@ -192,10 +192,10 @@ inputType: "text" | "password" | "email" | "url" | "number";
|
|
|
192
192
|
precision: number;
|
|
193
193
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
194
194
|
|
|
195
|
-
export declare const DfRtfEditor: DefineComponent<
|
|
195
|
+
export declare const DfRtfEditor: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
196
196
|
"update:modelValue": (value: any) => any;
|
|
197
197
|
"click:clear": () => any;
|
|
198
|
-
}, string, PublicProps, Readonly<
|
|
198
|
+
}, string, PublicProps, Readonly<Props_7> & Readonly<{
|
|
199
199
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
200
200
|
"onClick:clear"?: (() => any) | undefined;
|
|
201
201
|
}>, {
|
|
@@ -240,11 +240,11 @@ minHeight: string;
|
|
|
240
240
|
}> | null;
|
|
241
241
|
}, any>;
|
|
242
242
|
|
|
243
|
-
export declare const DfSelect: DefineComponent<
|
|
243
|
+
export declare const DfSelect: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
244
244
|
"update:modelValue": (value: any) => any;
|
|
245
245
|
"click:clear": () => any;
|
|
246
246
|
"update:modelValueDisplay": (value: SelectChoice[]) => any;
|
|
247
|
-
}, string, PublicProps, Readonly<
|
|
247
|
+
}, string, PublicProps, Readonly<Props_8> & Readonly<{
|
|
248
248
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
249
249
|
"onClick:clear"?: (() => any) | undefined;
|
|
250
250
|
"onUpdate:modelValueDisplay"?: ((value: SelectChoice[]) => any) | undefined;
|
|
@@ -257,10 +257,10 @@ allowTags: boolean;
|
|
|
257
257
|
fetchChoices: SelectFetchChoices;
|
|
258
258
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
259
259
|
|
|
260
|
-
export declare const DfTextArea: DefineComponent<
|
|
260
|
+
export declare const DfTextArea: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
261
261
|
"update:modelValue": (value: any) => any;
|
|
262
262
|
"click:clear": () => any;
|
|
263
|
-
}, string, PublicProps, Readonly<
|
|
263
|
+
}, string, PublicProps, Readonly<Props_9> & Readonly<{
|
|
264
264
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
265
265
|
"onClick:clear"?: (() => any) | undefined;
|
|
266
266
|
}>, {
|
|
@@ -269,7 +269,15 @@ rows: number;
|
|
|
269
269
|
maxRows: number;
|
|
270
270
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
271
271
|
|
|
272
|
-
export declare const
|
|
272
|
+
export declare const DynamicFormsInputs: {
|
|
273
|
+
install: (app: App, options?: Partial<DynamicFormsInputsOptions>) => void;
|
|
274
|
+
};
|
|
275
|
+
|
|
276
|
+
export declare interface DynamicFormsInputsOptions {
|
|
277
|
+
registerComponents: boolean;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export declare const ErrorsWidget: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
273
281
|
|
|
274
282
|
export declare interface FileComms {
|
|
275
283
|
/**
|
|
@@ -301,8 +309,8 @@ export declare type FileProgressCallback = (loaded: number, total: number) => vo
|
|
|
301
309
|
|
|
302
310
|
export declare const InputBase: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
303
311
|
|
|
304
|
-
declare interface Props
|
|
305
|
-
|
|
312
|
+
declare interface Props {
|
|
313
|
+
errors: ValidationError[];
|
|
306
314
|
}
|
|
307
315
|
|
|
308
316
|
declare interface Props_2 extends BaseProps {
|
|
@@ -310,16 +318,20 @@ declare interface Props_2 extends BaseProps {
|
|
|
310
318
|
}
|
|
311
319
|
|
|
312
320
|
declare interface Props_3 extends BaseProps {
|
|
321
|
+
allowNull?: boolean;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
declare interface Props_4 extends BaseProps {
|
|
313
325
|
inputType?: 'datetime' | 'date' | 'time';
|
|
314
326
|
displayFormatDate?: string;
|
|
315
327
|
displayFormatTime?: string;
|
|
316
328
|
}
|
|
317
329
|
|
|
318
|
-
declare interface
|
|
330
|
+
declare interface Props_5 extends BaseProps {
|
|
319
331
|
comms: FileComms;
|
|
320
332
|
}
|
|
321
333
|
|
|
322
|
-
declare interface
|
|
334
|
+
declare interface Props_6 extends BaseProps {
|
|
323
335
|
inputType?: 'text' | 'password' | 'email' | 'url' | 'number';
|
|
324
336
|
precision?: number;
|
|
325
337
|
step?: number;
|
|
@@ -327,11 +339,11 @@ declare interface Props_5 extends BaseProps {
|
|
|
327
339
|
max?: number;
|
|
328
340
|
}
|
|
329
341
|
|
|
330
|
-
declare interface
|
|
342
|
+
declare interface Props_7 extends BaseProps {
|
|
331
343
|
minHeight?: string;
|
|
332
344
|
}
|
|
333
345
|
|
|
334
|
-
declare interface
|
|
346
|
+
declare interface Props_8 extends BaseProps {
|
|
335
347
|
choices?: SelectChoice[];
|
|
336
348
|
multiple?: boolean;
|
|
337
349
|
allowTags?: boolean;
|
|
@@ -339,15 +351,11 @@ declare interface Props_7 extends BaseProps {
|
|
|
339
351
|
fetchChoices?: SelectFetchChoices;
|
|
340
352
|
}
|
|
341
353
|
|
|
342
|
-
declare interface
|
|
354
|
+
declare interface Props_9 extends BaseProps {
|
|
343
355
|
rows?: number;
|
|
344
356
|
maxRows?: number;
|
|
345
357
|
}
|
|
346
358
|
|
|
347
|
-
declare interface Props_9 {
|
|
348
|
-
errors: ValidationError[];
|
|
349
|
-
}
|
|
350
|
-
|
|
351
359
|
declare class ResponsiveRenderOptions {
|
|
352
360
|
private readonly _value;
|
|
353
361
|
constructor(data: BreakpointsJSON | undefined, label?: string);
|
|
@@ -387,8 +395,4 @@ export declare function useInputBase<T = any>(props: BaseProps<T>, emit: BaseEmi
|
|
|
387
395
|
}>;
|
|
388
396
|
};
|
|
389
397
|
|
|
390
|
-
export declare const VuetifyInputs: {
|
|
391
|
-
install: (app: App) => void;
|
|
392
|
-
};
|
|
393
|
-
|
|
394
398
|
export { }
|