@davincihealthcare/elty-design-system-vue 1.14.1 → 1.15.1

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.
@@ -1,5 +1,5 @@
1
- import { ButtonHTMLAttributes } from 'vue';
2
1
  import { ElIconProps } from './ElIcon.vue';
2
+ import { ButtonHTMLAttributes } from 'vue';
3
3
 
4
4
  export declare const elButtonSizes: readonly ["xs", "sm", "base", "l", "xl"];
5
5
  export type ElButtonSize = (typeof elButtonSizes)[number];
@@ -1,5 +1,5 @@
1
- import { AvatarParameters } from './types';
2
1
  import { ElIconProps } from './ElIcon.vue';
2
+ import { AvatarParameters } from './types';
3
3
 
4
4
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  text: string;
@@ -1,5 +1,5 @@
1
- import { NumberValueType } from './input';
2
1
  import { PropType } from 'vue';
2
+ import { NumberValueType } from './input';
3
3
 
4
4
  export declare const elInputDateTypes: readonly ["date", "datetime-local", "time"];
5
5
  export type ElInputDateType = (typeof elInputDateTypes)[number];
@@ -1,5 +1,5 @@
1
- import { PropType } from 'vue';
2
1
  import { NumberValueType } from './input';
2
+ import { PropType } from 'vue';
3
3
 
4
4
  interface MeasureUnitTypes {
5
5
  weight: string[];
@@ -1,6 +1,6 @@
1
- import { AutocompleteOptionType } from './utils';
2
- import { OptionType } from '../types';
3
1
  import { PropType } from 'vue';
2
+ import { OptionType } from '../types';
3
+ import { AutocompleteOptionType } from './utils';
4
4
 
5
5
  type ValueType = string | string[] | null | undefined;
6
6
  declare const _default: import('vue').DefineComponent<{
@@ -1,6 +1,6 @@
1
- import { ElIconProps } from '../ElIcon.vue';
2
- import { PropType } from 'vue';
3
1
  import { TextualValueType } from './input';
2
+ import { PropType } from 'vue';
3
+ import { ElIconProps } from '../ElIcon.vue';
4
4
 
5
5
  export declare const elInputTextTypes: readonly ["text", "password"];
6
6
  export type ElInputTextType = (typeof elInputTextTypes)[number];
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineRule as F0, configure as Z6, useField as p6 } from "vee-validate";
2
2
  import { openBlock as E, createElementBlock as o, createElementVNode as I, defineComponent as N0, computed as I0, normalizeClass as Q, createBlock as r0, resolveDynamicComponent as m6, toDisplayString as C0, createCommentVNode as K, unref as b, ref as U0, createVNode as E1, Transition as cO, withCtx as m0, withDirectives as j1, Fragment as i5, renderList as l5, mergeProps as z0, renderSlot as v1, vShow as g6, normalizeStyle as y2, onMounted as F6, onBeforeUnmount as U6, createTextVNode as H6, watch as b2, normalizeProps as H2, guardReactiveProps as x2, isRef as $t, vModelDynamic as SO, TransitionGroup as x6, toRef as k6, withModifiers as VA, vModelText as Qt, vModelSelect as uO } from "vue";
3
3
  /**
4
- * vee-validate v4.12.6
4
+ * vee-validate v4.12.8
5
5
  * (c) 2024 Abdelrahman Awad
6
6
  * @license MIT
7
7
  */