@dynamicforms/vuetify-inputs 0.5.8 → 0.5.9
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
|
@@ -446,8 +446,8 @@ export declare const DfRtfEditor: DefineComponent<DfRtfEditorProps, {}, {}, {},
|
|
|
446
446
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
447
447
|
"onClick:clear"?: (() => any) | undefined;
|
|
448
448
|
}>, {
|
|
449
|
-
minHeight: string;
|
|
450
449
|
enabled: boolean;
|
|
450
|
+
minHeight: string;
|
|
451
451
|
clearable: boolean;
|
|
452
452
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
453
453
|
$editor: CreateComponentPublicInstanceWithMixins<Readonly<{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamicforms/vuetify-inputs",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Visual components for data entry using @dynamicforms/vue-forms",
|
|
7
7
|
"author": "Jure Erznožnik",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"issues": "https://github.com/dynamicforms/vuetify-inputs/issues",
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@ckeditor/ckeditor5-vue": "^7.0.0",
|
|
46
|
-
"@dynamicforms/vue-forms": "^0.4.
|
|
46
|
+
"@dynamicforms/vue-forms": "^0.4.5",
|
|
47
47
|
"@mdi/font": "^7.4.47",
|
|
48
48
|
"ckeditor5": "^43.0.0",
|
|
49
49
|
"date-fns": "^4.1.0",
|