@zeturn/watercolor-vue 1.2.2 → 1.2.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.
Files changed (44) hide show
  1. package/dist/components/Autocomplete/Autocomplete.vue.d.ts +13 -7
  2. package/dist/components/Autocomplete/Autocomplete.vue.d.ts.map +1 -1
  3. package/dist/components/Button/Button.vue.d.ts +3 -3
  4. package/dist/components/Button/Fab.vue.d.ts +2 -2
  5. package/dist/components/Button/IconButton.vue.d.ts +2 -2
  6. package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
  7. package/dist/components/Chip/Chip.vue.d.ts +3 -3
  8. package/dist/components/ColorPicker/ColorPicker.vue.d.ts +1 -1
  9. package/dist/components/ColorPicker/ColorPicker.vue.d.ts.map +1 -1
  10. package/dist/components/Copy/Copy.vue.d.ts +1 -1
  11. package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -3
  12. package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
  13. package/dist/components/Form/FormControl.vue.d.ts +4 -4
  14. package/dist/components/Form/FormHelperText.vue.d.ts +4 -4
  15. package/dist/components/HoverCard/HoverCard.vue.d.ts +3 -1
  16. package/dist/components/HoverCard/HoverCard.vue.d.ts.map +1 -1
  17. package/dist/components/Input/Input.vue.d.ts +5 -5
  18. package/dist/components/Menu/Menu.vue.d.ts.map +1 -1
  19. package/dist/components/Modal/Modal.vue.d.ts +4 -4
  20. package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
  21. package/dist/components/Pagination/Pagination.vue.d.ts +2 -2
  22. package/dist/components/Popover/Popover.vue.d.ts +2 -1
  23. package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
  24. package/dist/components/Progress/Progress.vue.d.ts +2 -2
  25. package/dist/components/Radio/Radio.vue.d.ts +3 -3
  26. package/dist/components/Radio/RadioGroup.vue.d.ts +5 -5
  27. package/dist/components/Rating/Rating.vue.d.ts +1 -1
  28. package/dist/components/Select/Select.vue.d.ts +9 -6
  29. package/dist/components/Select/Select.vue.d.ts.map +1 -1
  30. package/dist/components/SlideOver/SlideOver.vue.d.ts +1 -2
  31. package/dist/components/SlideOver/SlideOver.vue.d.ts.map +1 -1
  32. package/dist/components/Slider/Slider.vue.d.ts +1 -1
  33. package/dist/components/Switch/Switch.vue.d.ts +3 -3
  34. package/dist/components/Tabs/Tabs.vue.d.ts +1 -1
  35. package/dist/components/TextField/TextField.vue.d.ts +5 -5
  36. package/dist/components/Tooltip/Tooltip.vue.d.ts +8 -2
  37. package/dist/components/Tooltip/Tooltip.vue.d.ts.map +1 -1
  38. package/dist/components/TypingText/TypingText.vue.d.ts +1 -1
  39. package/dist/index.d.ts.map +1 -1
  40. package/dist/interactions.d.ts +31 -0
  41. package/dist/interactions.d.ts.map +1 -0
  42. package/dist/watercolor-vue.css +1 -1
  43. package/dist/watercolor-vue.es.js +1152 -994
  44. package/package.json +7 -7
@@ -4,19 +4,19 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "update:modelValue" | "change" | "input-change" | "focus" | "blur", ...args: any[]) => void;
7
+ $emit: (event: "blur" | "change" | "focus" | "update:modelValue" | "input-change", ...args: any[]) => void;
8
8
  multiple: boolean;
9
9
  variant: string;
10
10
  required: boolean;
11
+ size: string;
12
+ error: string;
11
13
  modelValue: string | number | Record<string, any> | unknown[];
12
14
  options: unknown[];
13
15
  label: string;
14
16
  placeholder: string;
15
17
  disabled: boolean;
16
18
  readonly: boolean;
17
- error: string;
18
19
  helperText: string;
19
- size: string;
20
20
  clearable: boolean;
21
21
  freeSolo: boolean;
22
22
  valueKey: string;
@@ -28,15 +28,15 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
28
28
  readonly multiple?: boolean | undefined;
29
29
  readonly variant?: string | undefined;
30
30
  readonly required?: boolean | undefined;
31
+ readonly size?: string | undefined;
32
+ readonly error?: string | undefined;
31
33
  readonly modelValue?: string | number | Record<string, any> | unknown[] | undefined;
32
34
  readonly options?: unknown[] | undefined;
33
35
  readonly label?: string | undefined;
34
36
  readonly placeholder?: string | undefined;
35
37
  readonly disabled?: boolean | undefined;
36
38
  readonly readonly?: boolean | undefined;
37
- readonly error?: string | undefined;
38
39
  readonly helperText?: string | undefined;
39
- readonly size?: string | undefined;
40
40
  readonly clearable?: boolean | undefined;
41
41
  readonly freeSolo?: boolean | undefined;
42
42
  readonly valueKey?: string | undefined;
@@ -45,7 +45,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
45
45
  readonly noOptionsText?: string | undefined;
46
46
  readonly minSearchLength?: number | undefined;
47
47
  };
48
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
48
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
49
+ autocompleteRef: HTMLDivElement;
50
+ dropdownRef: HTMLDivElement;
51
+ }, HTMLDivElement>;
49
52
  type __VLS_TemplateResult = {
50
53
  attrs: Partial<{}>;
51
54
  slots: {
@@ -54,7 +57,10 @@ type __VLS_TemplateResult = {
54
57
  }): any;
55
58
  'no-options'?(_: {}): any;
56
59
  };
57
- refs: {};
60
+ refs: {
61
+ autocompleteRef: HTMLDivElement;
62
+ dropdownRef: HTMLDivElement;
63
+ };
58
64
  rootEl: HTMLDivElement;
59
65
  };
60
66
  //# sourceMappingURL=Autocomplete.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Autocomplete.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Autocomplete/Autocomplete.vue"],"names":[],"mappings":"AAkIA;wBAo8BqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAZjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sPASG"}
1
+ {"version":3,"file":"Autocomplete.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Autocomplete/Autocomplete.vue"],"names":[],"mappings":"AAoIA;wBA09BqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAbjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAUG"}
@@ -4,11 +4,11 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "focus" | "blur" | "click" | "mouseover" | "mouseout", ...args: any[]) => void;
7
+ $emit: (event: "blur" | "click" | "focus" | "mouseout" | "mouseover", ...args: any[]) => void;
8
8
  variant: string;
9
9
  type: string;
10
- disabled: boolean;
11
10
  size: string;
11
+ disabled: boolean;
12
12
  rounded: string | boolean;
13
13
  buttonStyle: string;
14
14
  loading: boolean;
@@ -22,8 +22,8 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
22
22
  $props: {
23
23
  readonly variant?: string | undefined;
24
24
  readonly type?: string | undefined;
25
- readonly disabled?: boolean | undefined;
26
25
  readonly size?: string | undefined;
26
+ readonly disabled?: boolean | undefined;
27
27
  readonly rounded?: string | boolean | undefined;
28
28
  readonly buttonStyle?: string | undefined;
29
29
  readonly loading?: boolean | undefined;
@@ -7,16 +7,16 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  $emit: (event: "click", ...args: any[]) => void;
8
8
  variant: string;
9
9
  color: string;
10
+ size: string;
10
11
  label: string;
11
12
  disabled: boolean;
12
- size: string;
13
13
  icon: string;
14
14
  $props: {
15
15
  readonly variant?: string | undefined;
16
16
  readonly color?: string | undefined;
17
+ readonly size?: string | undefined;
17
18
  readonly label?: string | undefined;
18
19
  readonly disabled?: boolean | undefined;
19
- readonly size?: string | undefined;
20
20
  readonly icon?: string | undefined;
21
21
  };
22
22
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>;
@@ -6,14 +6,14 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  $emit: (event: "click", ...args: any[]) => void;
8
8
  color: string;
9
- disabled: boolean;
10
9
  size: string;
10
+ disabled: boolean;
11
11
  icon: string;
12
12
  edge: string;
13
13
  $props: {
14
14
  readonly color?: string | undefined;
15
- readonly disabled?: boolean | undefined;
16
15
  readonly size?: string | undefined;
16
+ readonly disabled?: boolean | undefined;
17
17
  readonly icon?: string | undefined;
18
18
  readonly edge?: string | undefined;
19
19
  };
@@ -4,20 +4,20 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
7
+ $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
8
8
  color: string;
9
+ size: string;
9
10
  modelValue: boolean | unknown[];
10
11
  label: string;
11
12
  disabled: boolean;
12
- size: string;
13
13
  value: string | number | boolean;
14
14
  indeterminate: boolean;
15
15
  $props: {
16
16
  readonly color?: string | undefined;
17
+ readonly size?: string | undefined;
17
18
  readonly modelValue?: boolean | unknown[] | undefined;
18
19
  readonly label?: string | undefined;
19
20
  readonly disabled?: boolean | undefined;
20
- readonly size?: string | undefined;
21
21
  readonly value?: string | number | boolean | undefined;
22
22
  readonly indeterminate?: boolean | undefined;
23
23
  };
@@ -4,12 +4,12 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "click" | "delete", ...args: any[]) => void;
7
+ $emit: (event: "delete" | "click", ...args: any[]) => void;
8
8
  variant: string;
9
9
  color: string;
10
+ size: string;
10
11
  label: string;
11
12
  disabled: boolean;
12
- size: string;
13
13
  avatar: string;
14
14
  deletable: boolean;
15
15
  clickable: boolean;
@@ -17,9 +17,9 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
17
17
  $props: {
18
18
  readonly variant?: string | undefined;
19
19
  readonly color?: string | undefined;
20
+ readonly size?: string | undefined;
20
21
  readonly label?: string | undefined;
21
22
  readonly disabled?: boolean | undefined;
22
- readonly size?: string | undefined;
23
23
  readonly avatar?: string | undefined;
24
24
  readonly deletable?: boolean | undefined;
25
25
  readonly clickable?: boolean | undefined;
@@ -10,9 +10,9 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
10
10
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
11
11
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
12
12
  }>, {
13
+ size: "sm" | "md" | "lg";
13
14
  modelValue: string;
14
15
  disabled: boolean;
15
- size: "sm" | "md" | "lg";
16
16
  className: string;
17
17
  shape: "circle" | "square" | "rounded";
18
18
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPicker/ColorPicker.vue"],"names":[],"mappings":"AAeA;AAgEA,OAAO,aAAa,CAAA;AAEpB,UAAU,KAAK;IACb,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,KAAK,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAA;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;;;;;;gBALc,MAAM;cAGR,OAAO;UAFX,IAAI,GAAG,IAAI,GAAG,IAAI;eAGb,MAAM;WAFV,QAAQ,GAAG,QAAQ,GAAG,SAAS;;AAmGzC,wBASG"}
1
+ {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPicker/ColorPicker.vue"],"names":[],"mappings":"AAeA;AAgEA,OAAO,aAAa,CAAA;AAEpB,UAAU,KAAK;IACb,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,KAAK,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAA;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;;;;;;UAJQ,IAAI,GAAG,IAAI,GAAG,IAAI;gBADZ,MAAM;cAGR,OAAO;eACN,MAAM;WAFV,QAAQ,GAAG,QAAQ,GAAG,SAAS;;AAmGzC,wBASG"}
@@ -4,7 +4,7 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "error" | "copy", ...args: any[]) => void;
7
+ $emit: (event: "copy" | "error", ...args: any[]) => void;
8
8
  variant: string;
9
9
  size: string;
10
10
  text: string;
@@ -1,20 +1,20 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {
2
- $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
2
+ $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
3
3
  variant: string;
4
+ size: string;
4
5
  modelValue: string | Date;
5
6
  placeholder: string;
6
7
  disabled: boolean;
7
- size: string;
8
8
  format: string;
9
9
  showToday: boolean;
10
10
  minDate: string | Date;
11
11
  maxDate: string | Date;
12
12
  $props: {
13
13
  readonly variant?: string | undefined;
14
+ readonly size?: string | undefined;
14
15
  readonly modelValue?: string | Date | undefined;
15
16
  readonly placeholder?: string | undefined;
16
17
  readonly disabled?: boolean | undefined;
17
- readonly size?: string | undefined;
18
18
  readonly format?: string | undefined;
19
19
  readonly showToday?: boolean | undefined;
20
20
  readonly minDate?: string | Date | undefined;
@@ -23,6 +23,7 @@ declare const _default: import('vue').DefineComponent<{}, {
23
23
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
24
24
  datePickerRef: HTMLDivElement;
25
25
  inputRef: HTMLInputElement;
26
+ dropdownRef: HTMLDivElement;
26
27
  }, HTMLDivElement>;
27
28
  export default _default;
28
29
  //# sourceMappingURL=DatePicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue"],"names":[],"mappings":"AA0GA;"}
1
+ {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue"],"names":[],"mappings":"AA2GA;"}
@@ -6,17 +6,17 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  variant: string;
8
8
  required: boolean;
9
- disabled: boolean;
10
- error: boolean;
11
9
  size: string;
10
+ error: boolean;
11
+ disabled: boolean;
12
12
  fullWidth: boolean;
13
13
  margin: string;
14
14
  $props: {
15
15
  readonly variant?: string | undefined;
16
16
  readonly required?: boolean | undefined;
17
- readonly disabled?: boolean | undefined;
18
- readonly error?: boolean | undefined;
19
17
  readonly size?: string | undefined;
18
+ readonly error?: boolean | undefined;
19
+ readonly disabled?: boolean | undefined;
20
20
  readonly fullWidth?: boolean | undefined;
21
21
  readonly margin?: string | undefined;
22
22
  };
@@ -7,9 +7,9 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  filled: boolean;
8
8
  variant: string;
9
9
  required: boolean;
10
- disabled: boolean;
11
- error: boolean;
12
10
  size: string;
11
+ error: boolean;
12
+ disabled: boolean;
13
13
  margin: string;
14
14
  focused: boolean;
15
15
  id?: string | undefined;
@@ -17,9 +17,9 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
17
17
  readonly filled?: boolean | undefined;
18
18
  readonly variant?: string | undefined;
19
19
  readonly required?: boolean | undefined;
20
- readonly disabled?: boolean | undefined;
21
- readonly error?: boolean | undefined;
22
20
  readonly size?: string | undefined;
21
+ readonly error?: boolean | undefined;
22
+ readonly disabled?: boolean | undefined;
23
23
  readonly margin?: string | undefined;
24
24
  readonly focused?: boolean | undefined;
25
25
  readonly id?: string | undefined;
@@ -53,6 +53,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
53
53
  }>, {
54
54
  isVisible: import('vue').Ref<boolean, boolean>;
55
55
  cardRef: import('vue').Ref<null, null>;
56
+ triggerRef: import('vue').Ref<null, null>;
57
+ resolvedPlacement: import('vue').Ref<import('@zeturn/watercolor-core').WatercolorPlacement, import('@zeturn/watercolor-core').WatercolorPlacement>;
56
58
  triggerId: string;
57
59
  cardId: string;
58
60
  showCard: () => void;
@@ -117,8 +119,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
117
119
  }>, {
118
120
  variant: string;
119
121
  position: string;
120
- disabled: boolean;
121
122
  size: string;
123
+ disabled: boolean;
122
124
  triggerText: string;
123
125
  cardData: Record<string, any>;
124
126
  cardSize: string;
@@ -1 +1 @@
1
- {"version":3,"file":"HoverCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/HoverCard/HoverCard.vue"],"names":[],"mappings":"AAmHA;"}
1
+ {"version":3,"file":"HoverCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/HoverCard/HoverCard.vue"],"names":[],"mappings":"AAwHA;"}
@@ -1,25 +1,25 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {
2
- $emit: (event: "update:modelValue" | "focus" | "blur", ...args: any[]) => void;
2
+ $emit: (event: "blur" | "focus" | "update:modelValue", ...args: any[]) => void;
3
3
  type: string;
4
4
  required: boolean;
5
+ size: string;
6
+ error: string;
5
7
  modelValue: string | number;
6
8
  label: string;
7
9
  placeholder: string;
8
10
  disabled: boolean;
9
11
  readonly: boolean;
10
- error: string;
11
- size: string;
12
12
  helpText: string;
13
13
  $props: {
14
14
  readonly type?: string | undefined;
15
15
  readonly required?: boolean | undefined;
16
+ readonly size?: string | undefined;
17
+ readonly error?: string | undefined;
16
18
  readonly modelValue?: string | number | undefined;
17
19
  readonly label?: string | undefined;
18
20
  readonly placeholder?: string | undefined;
19
21
  readonly disabled?: boolean | undefined;
20
22
  readonly readonly?: boolean | undefined;
21
- readonly error?: string | undefined;
22
- readonly size?: string | undefined;
23
23
  readonly helpText?: string | undefined;
24
24
  };
25
25
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"Menu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/Menu.vue"],"names":[],"mappings":"AAwGA;wBAwkBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAbjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAUG"}
1
+ {"version":3,"file":"Menu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/Menu.vue"],"names":[],"mappings":"AA0GA;wBA0uBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAbjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAUG"}
@@ -9,6 +9,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
9
9
  closable: boolean;
10
10
  position: string;
11
11
  size: string;
12
+ scroll: string;
12
13
  zIndex: number;
13
14
  maxWidth: string;
14
15
  fullWidth: boolean;
@@ -19,17 +20,17 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
19
20
  disableBackdropClick: boolean;
20
21
  disableEscapeKeyDown: boolean;
21
22
  fullScreen: boolean;
22
- scroll: string;
23
23
  lockScroll: boolean;
24
24
  showOverlay: boolean;
25
- modelValue?: boolean | undefined;
26
25
  open?: boolean | undefined;
26
+ modelValue?: boolean | undefined;
27
27
  visible?: boolean | undefined;
28
28
  $props: {
29
29
  readonly title?: string | undefined;
30
30
  readonly closable?: boolean | undefined;
31
31
  readonly position?: string | undefined;
32
32
  readonly size?: string | undefined;
33
+ readonly scroll?: string | undefined;
33
34
  readonly zIndex?: number | undefined;
34
35
  readonly maxWidth?: string | undefined;
35
36
  readonly fullWidth?: boolean | undefined;
@@ -40,11 +41,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
40
41
  readonly disableBackdropClick?: boolean | undefined;
41
42
  readonly disableEscapeKeyDown?: boolean | undefined;
42
43
  readonly fullScreen?: boolean | undefined;
43
- readonly scroll?: string | undefined;
44
44
  readonly lockScroll?: boolean | undefined;
45
45
  readonly showOverlay?: boolean | undefined;
46
- readonly modelValue?: boolean | undefined;
47
46
  readonly open?: boolean | undefined;
47
+ readonly modelValue?: boolean | undefined;
48
48
  readonly visible?: boolean | undefined;
49
49
  };
50
50
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/Modal.vue"],"names":[],"mappings":"AA4EA;wBA+3BqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAbjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAUG"}
1
+ {"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/Modal.vue"],"names":[],"mappings":"AA4EA;wBAuqBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAbjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAUG"}
@@ -59,7 +59,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
59
59
  paginationClasses: import('vue').ComputedRef<string[]>;
60
60
  handleSizeChange: (event: any) => void;
61
61
  handleQuickJump: (event: any) => void;
62
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "change" | "page-change" | "size-change")[], "update:modelValue" | "change" | "page-change" | "size-change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
62
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:modelValue" | "page-change" | "size-change")[], "change" | "update:modelValue" | "page-change" | "size-change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
63
63
  modelValue: {
64
64
  type: NumberConstructor;
65
65
  default: number;
@@ -107,8 +107,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
107
107
  "onPage-change"?: ((...args: any[]) => any) | undefined;
108
108
  "onSize-change"?: ((...args: any[]) => any) | undefined;
109
109
  }>, {
110
- modelValue: number;
111
110
  size: string;
111
+ modelValue: number;
112
112
  currentPage: number;
113
113
  pageSize: number;
114
114
  siblingCount: number;
@@ -24,7 +24,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
24
24
  triggerWrapper: import('vue').Ref<null, null>;
25
25
  popoverRef: import('vue').Ref<null, null>;
26
26
  popoverId: string;
27
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "update:modelValue" | "open")[], "close" | "update:modelValue" | "open", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
27
+ resolvedPlacement: import('vue').Ref<import('@zeturn/watercolor-core').WatercolorPlacement, import('@zeturn/watercolor-core').WatercolorPlacement>;
28
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "open" | "update:modelValue")[], "close" | "open" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
29
  modelValue: {
29
30
  type: BooleanConstructor;
30
31
  default: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.vue"],"names":[],"mappings":"AA2CA;"}
1
+ {"version":3,"file":"Popover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Popover/Popover.vue"],"names":[],"mappings":"AA0CA;"}
@@ -1,14 +1,14 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {
2
2
  color: string;
3
- label: string;
4
3
  size: string;
4
+ label: string;
5
5
  value: string | number;
6
6
  showPercent: boolean;
7
7
  animated: boolean;
8
8
  $props: {
9
9
  readonly color?: string | undefined;
10
- readonly label?: string | undefined;
11
10
  readonly size?: string | undefined;
11
+ readonly label?: string | undefined;
12
12
  readonly value?: string | number | undefined;
13
13
  readonly showPercent?: boolean | undefined;
14
14
  readonly animated?: boolean | undefined;
@@ -4,20 +4,20 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
7
+ $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
8
8
  color: string;
9
+ size: string;
9
10
  modelValue: string | number | boolean;
10
11
  label: string;
11
12
  disabled: boolean;
12
- size: string;
13
13
  value: string | number | boolean;
14
14
  name: string;
15
15
  $props: {
16
16
  readonly color?: string | undefined;
17
+ readonly size?: string | undefined;
17
18
  readonly modelValue?: string | number | boolean | undefined;
18
19
  readonly label?: string | undefined;
19
20
  readonly disabled?: boolean | undefined;
20
- readonly size?: string | undefined;
21
21
  readonly value?: string | number | boolean | undefined;
22
22
  readonly name?: string | undefined;
23
23
  };
@@ -4,26 +4,26 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
7
+ $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
8
8
  required: boolean;
9
9
  color: string;
10
+ size: string;
11
+ error: string;
10
12
  modelValue: string | number | boolean;
11
13
  label: string;
12
14
  disabled: boolean;
13
- error: string;
14
15
  helperText: string;
15
- size: string;
16
16
  name: string;
17
17
  row: boolean;
18
18
  $props: {
19
19
  readonly required?: boolean | undefined;
20
20
  readonly color?: string | undefined;
21
+ readonly size?: string | undefined;
22
+ readonly error?: string | undefined;
21
23
  readonly modelValue?: string | number | boolean | undefined;
22
24
  readonly label?: string | undefined;
23
25
  readonly disabled?: boolean | undefined;
24
- readonly error?: string | undefined;
25
26
  readonly helperText?: string | undefined;
26
- readonly size?: string | undefined;
27
27
  readonly name?: string | undefined;
28
28
  readonly row?: boolean | undefined;
29
29
  };
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16
16
  hovered: import('vue').Ref<number, number>;
17
17
  select: (value: any) => void;
18
18
  hover: (value: any) => void;
19
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
20
  modelValue: {
21
21
  type: NumberConstructor;
22
22
  default: number;
@@ -1,33 +1,36 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {
2
- $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
2
+ $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
3
3
  multiple: boolean;
4
4
  variant: string;
5
5
  required: boolean;
6
+ size: string;
7
+ error: string;
6
8
  modelValue: string | number | unknown[];
7
9
  options: unknown[];
8
10
  label: string;
9
11
  placeholder: string;
10
12
  disabled: boolean;
11
- error: string;
12
13
  helperText: string;
13
- size: string;
14
14
  valueKey: string;
15
15
  labelKey: string;
16
16
  $props: {
17
17
  readonly multiple?: boolean | undefined;
18
18
  readonly variant?: string | undefined;
19
19
  readonly required?: boolean | undefined;
20
+ readonly size?: string | undefined;
21
+ readonly error?: string | undefined;
20
22
  readonly modelValue?: string | number | unknown[] | undefined;
21
23
  readonly options?: unknown[] | undefined;
22
24
  readonly label?: string | undefined;
23
25
  readonly placeholder?: string | undefined;
24
26
  readonly disabled?: boolean | undefined;
25
- readonly error?: string | undefined;
26
27
  readonly helperText?: string | undefined;
27
- readonly size?: string | undefined;
28
28
  readonly valueKey?: string | undefined;
29
29
  readonly labelKey?: string | undefined;
30
30
  };
31
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
31
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
32
+ selectRef: HTMLDivElement;
33
+ dropdownRef: HTMLDivElement;
34
+ }, HTMLDivElement>;
32
35
  export default _default;
33
36
  //# sourceMappingURL=Select.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.vue"],"names":[],"mappings":"AA8GA;"}
1
+ {"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.vue"],"names":[],"mappings":"AAkHA;"}
@@ -19,8 +19,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19
19
  width: string;
20
20
  }>;
21
21
  panelRef: import('vue').Ref<null, null>;
22
- closeRef: import('vue').Ref<null, null>;
23
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "update:modelValue" | "open")[], "close" | "update:modelValue" | "open", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "open" | "update:modelValue")[], "close" | "open" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
24
23
  modelValue: {
25
24
  type: BooleanConstructor;
26
25
  default: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"SlideOver.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SlideOver/SlideOver.vue"],"names":[],"mappings":"AAqDA;"}
1
+ {"version":3,"file":"SlideOver.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SlideOver/SlideOver.vue"],"names":[],"mappings":"AAoDA;"}
@@ -1,5 +1,5 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {
2
- $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
2
+ $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
3
3
  modelValue: number;
4
4
  label: string;
5
5
  disabled: boolean;
@@ -1,19 +1,19 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {
2
- $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
2
+ $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
3
3
  required: boolean;
4
4
  color: string;
5
+ size: string;
5
6
  modelValue: boolean;
6
7
  label: string;
7
8
  disabled: boolean;
8
- size: string;
9
9
  description: string;
10
10
  $props: {
11
11
  readonly required?: boolean | undefined;
12
12
  readonly color?: string | undefined;
13
+ readonly size?: string | undefined;
13
14
  readonly modelValue?: boolean | undefined;
14
15
  readonly label?: string | undefined;
15
16
  readonly disabled?: boolean | undefined;
16
- readonly size?: string | undefined;
17
17
  readonly description?: string | undefined;
18
18
  };
19
19
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -4,7 +4,7 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
7
+ $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
8
8
  variant: string;
9
9
  modelValue: number;
10
10
  tabs: unknown[];