@mekari/pixel3-autocomplete 0.0.26-dev.0 → 0.0.27-dev.0

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.
@@ -133,7 +133,7 @@ declare const MpAutocomplete: vue.DefineComponent<{
133
133
  type: vue.PropType<_mekari_pixel3_input.InputVariant>;
134
134
  default: string;
135
135
  };
136
- }, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("buttonAction" | "input" | "clear" | "update:modelValue" | "change" | "enter" | "scrollEnd" | "focus" | "blur")[], "buttonAction" | "input" | "clear" | "update:modelValue" | "change" | "enter" | "scrollEnd" | "focus" | "blur", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
136
+ }, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("update:modelValue" | "input" | "change" | "enter" | "scrollEnd" | "buttonAction" | "focus" | "blur" | "clear")[], "update:modelValue" | "input" | "change" | "enter" | "scrollEnd" | "buttonAction" | "focus" | "blur" | "clear", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
137
137
  id: {
138
138
  type: vue.PropType<string>;
139
139
  default: string;
@@ -263,15 +263,15 @@ declare const MpAutocomplete: vue.DefineComponent<{
263
263
  default: string;
264
264
  };
265
265
  }>> & {
266
- onFocus?: ((...args: any[]) => any) | undefined;
267
- onBlur?: ((...args: any[]) => any) | undefined;
268
- onChange?: ((...args: any[]) => any) | undefined;
269
- onInput?: ((...args: any[]) => any) | undefined;
270
- onClear?: ((...args: any[]) => any) | undefined;
271
266
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
267
+ onInput?: ((...args: any[]) => any) | undefined;
268
+ onChange?: ((...args: any[]) => any) | undefined;
272
269
  onEnter?: ((...args: any[]) => any) | undefined;
273
- onButtonAction?: ((...args: any[]) => any) | undefined;
274
270
  onScrollEnd?: ((...args: any[]) => any) | undefined;
271
+ onButtonAction?: ((...args: any[]) => any) | undefined;
272
+ onFocus?: ((...args: any[]) => any) | undefined;
273
+ onBlur?: ((...args: any[]) => any) | undefined;
274
+ onClear?: ((...args: any[]) => any) | undefined;
275
275
  }, {
276
276
  id: string;
277
277
  data: unknown[];
@@ -133,7 +133,7 @@ declare const MpAutocomplete: vue.DefineComponent<{
133
133
  type: vue.PropType<_mekari_pixel3_input.InputVariant>;
134
134
  default: string;
135
135
  };
136
- }, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("buttonAction" | "input" | "clear" | "update:modelValue" | "change" | "enter" | "scrollEnd" | "focus" | "blur")[], "buttonAction" | "input" | "clear" | "update:modelValue" | "change" | "enter" | "scrollEnd" | "focus" | "blur", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
136
+ }, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("update:modelValue" | "input" | "change" | "enter" | "scrollEnd" | "buttonAction" | "focus" | "blur" | "clear")[], "update:modelValue" | "input" | "change" | "enter" | "scrollEnd" | "buttonAction" | "focus" | "blur" | "clear", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
137
137
  id: {
138
138
  type: vue.PropType<string>;
139
139
  default: string;
@@ -263,15 +263,15 @@ declare const MpAutocomplete: vue.DefineComponent<{
263
263
  default: string;
264
264
  };
265
265
  }>> & {
266
- onFocus?: ((...args: any[]) => any) | undefined;
267
- onBlur?: ((...args: any[]) => any) | undefined;
268
- onChange?: ((...args: any[]) => any) | undefined;
269
- onInput?: ((...args: any[]) => any) | undefined;
270
- onClear?: ((...args: any[]) => any) | undefined;
271
266
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
267
+ onInput?: ((...args: any[]) => any) | undefined;
268
+ onChange?: ((...args: any[]) => any) | undefined;
272
269
  onEnter?: ((...args: any[]) => any) | undefined;
273
- onButtonAction?: ((...args: any[]) => any) | undefined;
274
270
  onScrollEnd?: ((...args: any[]) => any) | undefined;
271
+ onButtonAction?: ((...args: any[]) => any) | undefined;
272
+ onFocus?: ((...args: any[]) => any) | undefined;
273
+ onBlur?: ((...args: any[]) => any) | undefined;
274
+ onClear?: ((...args: any[]) => any) | undefined;
275
275
  }, {
276
276
  id: string;
277
277
  data: unknown[];
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-autocomplete",
3
3
  "description": "Autocomplete component for mekari pixel 3",
4
- "version": "0.0.26-dev.0",
4
+ "version": "0.0.27-dev.0",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
+ "@mekari/pixel3-spinner": "0.0.27-dev.0",
11
12
  "@mekari/pixel3-styled-system": "0.2.0",
12
13
  "@mekari/pixel3-utils": "0.1.0",
13
- "@mekari/pixel3-spinner": "0.0.26-dev.0",
14
- "@mekari/pixel3-input": "0.0.26-dev.0",
15
- "@mekari/pixel3-icon": "0.1.2-dev.0",
16
- "@mekari/pixel3-popover": "0.0.26-dev.0",
14
+ "@mekari/pixel3-input": "0.0.27-dev.0",
15
+ "@mekari/pixel3-icon": "0.1.3-dev.0",
16
+ "@mekari/pixel3-popover": "0.0.27-dev.0",
17
17
  "@mekari/pixel3-text": "0.0.22"
18
18
  },
19
19
  "peerDependencies": {