@dynamicforms/vuetify-inputs 0.5.7 → 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
@@ -55,7 +55,7 @@ import { VSelect } from 'vuetify/components/VSelect';
55
55
  import { VSwitch } from 'vuetify/components/VSwitch';
56
56
  import { VTextarea } from 'vuetify/components/VTextarea';
57
57
  import { VTextField } from 'vuetify/components/VTextField';
58
- import { VTimePicker } from 'vuetify/labs/VTimePicker';
58
+ import { VTimePicker } from 'vuetify/components/VTimePicker';
59
59
  import { WritableComputedRef } from 'vue';
60
60
 
61
61
  declare const __VLS_component: DefineComponent<DfSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -134,13 +134,14 @@ declare function __VLS_template_2(): {
134
134
  }): any;
135
135
  prepend?(_: {
136
136
  id: ComputedRef<string>;
137
- messagesId: ComputedRef<string>;
137
+ messagesId: ComputedRef<string | undefined>;
138
138
  isDirty: ComputedRef<boolean>;
139
139
  isDisabled: ComputedRef<boolean>;
140
140
  isReadonly: ComputedRef<boolean>;
141
141
  isPristine: Ref<boolean>;
142
142
  isValid: ComputedRef<boolean | null>;
143
143
  isValidating: Ref<boolean>;
144
+ hasDetails: Ref<boolean>;
144
145
  reset: () => void;
145
146
  resetValidation: () => void;
146
147
  validate: () => void;
@@ -445,8 +446,8 @@ export declare const DfRtfEditor: DefineComponent<DfRtfEditorProps, {}, {}, {},
445
446
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
446
447
  "onClick:clear"?: (() => any) | undefined;
447
448
  }>, {
448
- minHeight: string;
449
449
  enabled: boolean;
450
+ minHeight: string;
450
451
  clearable: boolean;
451
452
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
452
453
  $editor: CreateComponentPublicInstanceWithMixins<Readonly<{