@dynamicforms/vuetify-inputs 0.5.5 → 0.5.6
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
|
@@ -220,6 +220,7 @@ export declare interface BaseProps<T = any> {
|
|
|
220
220
|
visibility?: default_2.DisplayMode;
|
|
221
221
|
cssClass?: string;
|
|
222
222
|
clearable?: boolean;
|
|
223
|
+
passthroughAttrs?: Record<string, any>;
|
|
223
224
|
}
|
|
224
225
|
|
|
225
226
|
export declare type BreakpointNames = typeof responsiveBreakpoints[number];
|
package/package.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamicforms/vuetify-inputs",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Visual components for data entry using @dynamicforms/vue-forms",
|
|
7
7
|
"author": "Jure Erznožnik",
|
|
8
|
-
"files": [
|
|
8
|
+
"files": [
|
|
9
|
+
"dist/*"
|
|
10
|
+
],
|
|
9
11
|
"main": "dist/dynamicforms-vuetify-inputs.umd.cjs",
|
|
10
12
|
"types": "./dist/index.d.ts",
|
|
11
13
|
"exports": {
|