@solfacil/girassol 0.38.0 → 0.39.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.
@@ -36,6 +36,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
36
  options: () => never[];
37
37
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
38
  closeDropdown: () => void;
39
+ } & {
40
+ openDropdown: () => void;
39
41
  } & {
40
42
  search: (value: string) => void;
41
43
  } & {
@@ -79,6 +81,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
79
81
  "onUpdate:selected"?: ((value: Option | Option[] | undefined) => any) | undefined;
80
82
  onSearch?: ((value: string) => any) | undefined;
81
83
  onCloseDropdown?: (() => any) | undefined;
84
+ onOpenDropdown?: (() => any) | undefined;
82
85
  }, {
83
86
  size: import("./types").Size;
84
87
  loading: boolean;
@@ -2289,6 +2289,7 @@ export declare const components: {
2289
2289
  "onUpdate:selected"?: ((value: import("./components/forms/select/types").Option | import("./components/forms/select/types").Option[] | undefined) => any) | undefined;
2290
2290
  onSearch?: ((value: string) => any) | undefined;
2291
2291
  onCloseDropdown?: (() => any) | undefined;
2292
+ onOpenDropdown?: (() => any) | undefined;
2292
2293
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "loading" | "error" | "multiple" | "placeholder" | "options" | "dropdownPosition" | "searchable" | "closeOnSelect" | "fetchOnSearch" | "searchPlaceholder">;
2293
2294
  $attrs: {
2294
2295
  [x: string]: unknown;
@@ -2301,7 +2302,7 @@ export declare const components: {
2301
2302
  }>;
2302
2303
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2303
2304
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2304
- $emit: ((event: "search", value: string) => void) & ((event: "update:selected", value: import("./components/forms/select/types").Option | import("./components/forms/select/types").Option[] | undefined) => void) & ((event: "closeDropdown") => void);
2305
+ $emit: ((event: "search", value: string) => void) & ((event: "update:selected", value: import("./components/forms/select/types").Option | import("./components/forms/select/types").Option[] | undefined) => void) & ((event: "closeDropdown") => void) & ((event: "openDropdown") => void);
2305
2306
  $el: any;
2306
2307
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2307
2308
  id: {
@@ -2401,8 +2402,11 @@ export declare const components: {
2401
2402
  "onUpdate:selected"?: ((value: import("./components/forms/select/types").Option | import("./components/forms/select/types").Option[] | undefined) => any) | undefined;
2402
2403
  onSearch?: ((value: string) => any) | undefined;
2403
2404
  onCloseDropdown?: (() => any) | undefined;
2405
+ onOpenDropdown?: (() => any) | undefined;
2404
2406
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2405
2407
  closeDropdown: () => void;
2408
+ } & {
2409
+ openDropdown: () => void;
2406
2410
  } & {
2407
2411
  search: (value: string) => void;
2408
2412
  } & {
@@ -2537,6 +2541,7 @@ export declare const components: {
2537
2541
  "onUpdate:selected"?: ((value: import("./components/forms/select/types").Option | import("./components/forms/select/types").Option[] | undefined) => any) | undefined;
2538
2542
  onSearch?: ((value: string) => any) | undefined;
2539
2543
  onCloseDropdown?: (() => any) | undefined;
2544
+ onOpenDropdown?: (() => any) | undefined;
2540
2545
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2541
2546
  __isFragment?: undefined;
2542
2547
  __isTeleport?: undefined;
@@ -2639,8 +2644,11 @@ export declare const components: {
2639
2644
  "onUpdate:selected"?: ((value: import("./components/forms/select/types").Option | import("./components/forms/select/types").Option[] | undefined) => any) | undefined;
2640
2645
  onSearch?: ((value: string) => any) | undefined;
2641
2646
  onCloseDropdown?: (() => any) | undefined;
2647
+ onOpenDropdown?: (() => any) | undefined;
2642
2648
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2643
2649
  closeDropdown: () => void;
2650
+ } & {
2651
+ openDropdown: () => void;
2644
2652
  } & {
2645
2653
  search: (value: string) => void;
2646
2654
  } & {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.38.0",
4
+ "version": "0.39.0",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {