@dynamicforms/vuetify-inputs 0.7.1 → 0.7.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
@@ -120,6 +120,7 @@ declare function __VLS_template_2(): {
120
120
  props: Record<string, unknown>;
121
121
  isActive: Ref<boolean>;
122
122
  isFocused: Ref<boolean>;
123
+ iconColor: ComputedRef<string | undefined>;
123
124
  controlRef: Ref<HTMLElement | undefined>;
124
125
  focus: () => void;
125
126
  blur: () => void;
@@ -131,6 +132,7 @@ declare function __VLS_template_2(): {
131
132
  'prepend-inner'?(_: {
132
133
  isActive: Ref<boolean>;
133
134
  isFocused: Ref<boolean>;
135
+ iconColor: ComputedRef<string | undefined>;
134
136
  controlRef: Ref<HTMLElement | undefined>;
135
137
  focus: () => void;
136
138
  blur: () => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dynamicforms/vuetify-inputs",
3
3
  "private": false,
4
- "version": "0.7.1",
4
+ "version": "0.7.3",
5
5
  "type": "module",
6
6
  "description": "Visual components for data entry using @dynamicforms/vue-forms",
7
7
  "author": "Jure Erznožnik",