@solfacil/girassol 0.38.0 → 0.40.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.
@@ -4,12 +4,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
4
4
  items?: Breadcrumb['items'];
5
5
  linkTag?: Breadcrumb['linkTag'];
6
6
  gtmId?: Breadcrumb['gtmId'];
7
+ dark?: Breadcrumb['dark'];
7
8
  }>, {
8
9
  linkTag: string;
9
10
  items: () => {
10
11
  text: string;
11
12
  href: string;
12
13
  }[];
14
+ dark: boolean;
13
15
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
16
  click: (event: Event) => void;
15
17
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -17,15 +19,18 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
17
19
  items?: Breadcrumb['items'];
18
20
  linkTag?: Breadcrumb['linkTag'];
19
21
  gtmId?: Breadcrumb['gtmId'];
22
+ dark?: Breadcrumb['dark'];
20
23
  }>, {
21
24
  linkTag: string;
22
25
  items: () => {
23
26
  text: string;
24
27
  href: string;
25
28
  }[];
29
+ dark: boolean;
26
30
  }>>> & {
27
31
  onClick?: ((event: Event) => any) | undefined;
28
32
  }, {
33
+ dark: boolean;
29
34
  items: import("./types").Item[];
30
35
  linkTag: "a" | import("./types").NuxtLinkResolved | "router-link";
31
36
  }>;
@@ -11,4 +11,5 @@ export interface Breadcrumb {
11
11
  items?: Item[];
12
12
  gtmId?: string;
13
13
  linkTag?: 'a' | 'router-link' | NuxtLinkResolved;
14
+ dark?: boolean;
14
15
  }
@@ -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
  } & {
@@ -5799,6 +5807,11 @@ export declare const components: {
5799
5807
  id: {
5800
5808
  type: import("vue").PropType<string>;
5801
5809
  };
5810
+ dark: {
5811
+ type: import("vue").PropType<boolean>;
5812
+ } & {
5813
+ default: boolean;
5814
+ };
5802
5815
  items: {
5803
5816
  type: import("vue").PropType<import("./components/breadcrumb/types").Item[]>;
5804
5817
  } & {
@@ -5821,6 +5834,11 @@ export declare const components: {
5821
5834
  id: {
5822
5835
  type: import("vue").PropType<string>;
5823
5836
  };
5837
+ dark: {
5838
+ type: import("vue").PropType<boolean>;
5839
+ } & {
5840
+ default: boolean;
5841
+ };
5824
5842
  items: {
5825
5843
  type: import("vue").PropType<import("./components/breadcrumb/types").Item[]>;
5826
5844
  } & {
@@ -5840,6 +5858,7 @@ export declare const components: {
5840
5858
  }>> & {
5841
5859
  onClick?: ((event: Event) => any) | undefined;
5842
5860
  }, {
5861
+ dark: boolean;
5843
5862
  items: import("./components/breadcrumb/types").Item[];
5844
5863
  linkTag: "a" | import("./components/breadcrumb/types").NuxtLinkResolved | "router-link";
5845
5864
  }>;
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.40.0",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {