@davincihealthcare/elty-design-system-vue 1.34.3 → 1.34.5

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.
@@ -2,10 +2,10 @@ import { AutocompleteOptionType } from './utils';
2
2
  import { OptionType } from '../types';
3
3
  import { PropType } from 'vue';
4
4
 
5
- type ValueType = string | string[] | null | undefined;
5
+ export type OptionValueType = string | string[] | null | undefined;
6
6
  declare const _default: import('vue').DefineComponent<{
7
7
  modelValue: {
8
- type: PropType<ValueType>;
8
+ type: PropType<OptionValueType>;
9
9
  required: false;
10
10
  default: undefined;
11
11
  };
@@ -62,11 +62,11 @@ declare const _default: import('vue').DefineComponent<{
62
62
  default: boolean;
63
63
  };
64
64
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
65
- "update:modelValue": (newValue: ValueType) => void;
66
- "update:modelLabel": (newValue: ValueType) => void;
65
+ "update:modelValue": (newValue: OptionValueType) => void;
66
+ "update:modelLabel": (newValue: OptionValueType) => void;
67
67
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
68
68
  modelValue: {
69
- type: PropType<ValueType>;
69
+ type: PropType<OptionValueType>;
70
70
  required: false;
71
71
  default: undefined;
72
72
  };
@@ -123,14 +123,14 @@ declare const _default: import('vue').DefineComponent<{
123
123
  default: boolean;
124
124
  };
125
125
  }>> & {
126
- "onUpdate:modelValue"?: ((newValue: ValueType) => any) | undefined;
127
- "onUpdate:modelLabel"?: ((newValue: ValueType) => any) | undefined;
126
+ "onUpdate:modelValue"?: ((newValue: OptionValueType) => any) | undefined;
127
+ "onUpdate:modelLabel"?: ((newValue: OptionValueType) => any) | undefined;
128
128
  }, {
129
129
  disabled: boolean;
130
130
  label: string;
131
131
  id: string;
132
132
  placeholder: string;
133
- modelValue: ValueType;
133
+ modelValue: OptionValueType;
134
134
  errorMessage: string | boolean;
135
135
  hiddenErrorMessage: boolean;
136
136
  validation: string;
package/dist/index.js CHANGED
@@ -17266,11 +17266,6 @@ const MD = [
17266
17266
  case "bottom-right":
17267
17267
  f = D.value - (E.value + c.value);
17268
17268
  break;
17269
- case "top-left":
17270
- case "top":
17271
- case "top-right":
17272
- f = E.value;
17273
- break;
17274
17269
  }
17275
17270
  o.value = {
17276
17271
  top: v.top + "px",