@solfacil/girassol 0.47.2 → 0.48.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.
@@ -10,6 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
10
10
  product: Product;
11
11
  notifications?: NotificationsList | undefined;
12
12
  center?: boolean | undefined;
13
+ perfilPersonification?: string[] | undefined;
13
14
  }>, {
14
15
  umPersonification: boolean;
15
16
  inPersonification: boolean;
@@ -17,6 +18,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
17
18
  showNotification: boolean;
18
19
  mobileWhite: boolean;
19
20
  center: boolean;
21
+ perfilPersonification: () => string[];
20
22
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
23
  clickMenu: () => void;
22
24
  } & {
@@ -40,6 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
42
  product: Product;
41
43
  notifications?: NotificationsList | undefined;
42
44
  center?: boolean | undefined;
45
+ perfilPersonification?: string[] | undefined;
43
46
  }>, {
44
47
  umPersonification: boolean;
45
48
  inPersonification: boolean;
@@ -47,6 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
47
50
  showNotification: boolean;
48
51
  mobileWhite: boolean;
49
52
  center: boolean;
53
+ perfilPersonification: () => string[];
50
54
  }>>> & {
51
55
  onClickProduct?: ((product: string) => any) | undefined;
52
56
  onClickUser?: ((event: string) => any) | undefined;
@@ -56,6 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
56
60
  onClickNotification?: ((event: object) => any) | undefined;
57
61
  }, {
58
62
  center: boolean;
63
+ perfilPersonification: string[];
59
64
  umPersonification: boolean;
60
65
  inPersonification: boolean;
61
66
  menuProducts: boolean;
@@ -2,6 +2,7 @@ import type { Partner, User } from '@/components/headers/types';
2
2
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  readonly user: User;
4
4
  readonly partner: Partner;
5
+ readonly perfilPersonification: string[];
5
6
  readonly umPersonification: boolean;
6
7
  readonly inPersonification: boolean;
7
8
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -13,6 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
13
14
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
15
  readonly user: User;
15
16
  readonly partner: Partner;
17
+ readonly perfilPersonification: string[];
16
18
  readonly umPersonification: boolean;
17
19
  readonly inPersonification: boolean;
18
20
  }>>> & {
@@ -2,6 +2,7 @@ import type { Partner, User } from '@/components/headers/types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  readonly user: User;
4
4
  readonly partner: Partner;
5
+ readonly perfilPersonification: string[];
5
6
  readonly umPersonification: boolean;
6
7
  readonly inPersonification: boolean;
7
8
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -9,6 +10,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
9
10
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
11
  readonly user: User;
11
12
  readonly partner: Partner;
13
+ readonly perfilPersonification: string[];
12
14
  readonly umPersonification: boolean;
13
15
  readonly inPersonification: boolean;
14
16
  }>>> & {
@@ -2,6 +2,7 @@ import type { Partner, User } from '@/components/headers/types';
2
2
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  user: User;
4
4
  partner: Partner;
5
+ perfilPersonification: string[];
5
6
  umPersonification: boolean;
6
7
  inPersonification: boolean;
7
8
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -13,6 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
13
14
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
15
  user: User;
15
16
  partner: Partner;
17
+ perfilPersonification: string[];
16
18
  umPersonification: boolean;
17
19
  inPersonification: boolean;
18
20
  }>>> & {
@@ -6090,6 +6090,7 @@ export declare const components: {
6090
6090
  $data: {};
6091
6091
  $props: Partial<{
6092
6092
  center: boolean;
6093
+ perfilPersonification: string[];
6093
6094
  umPersonification: boolean;
6094
6095
  inPersonification: boolean;
6095
6096
  menuProducts: boolean;
@@ -6113,6 +6114,11 @@ export declare const components: {
6113
6114
  type: import("vue").PropType<import("./components/headers/types").Partner>;
6114
6115
  required: true;
6115
6116
  };
6117
+ perfilPersonification: {
6118
+ type: import("vue").PropType<string[]>;
6119
+ } & {
6120
+ default: () => string[];
6121
+ };
6116
6122
  umPersonification: {
6117
6123
  type: import("vue").PropType<boolean>;
6118
6124
  } & {
@@ -6148,7 +6154,7 @@ export declare const components: {
6148
6154
  onClickLogout?: (() => any) | undefined;
6149
6155
  onClickMenu?: (() => any) | undefined;
6150
6156
  onClickNotification?: ((event: object) => any) | undefined;
6151
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "center" | "umPersonification" | "inPersonification" | "menuProducts" | "showNotification" | "mobileWhite">;
6157
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "center" | "perfilPersonification" | "umPersonification" | "inPersonification" | "menuProducts" | "showNotification" | "mobileWhite">;
6152
6158
  $attrs: {
6153
6159
  [x: string]: unknown;
6154
6160
  };
@@ -6180,6 +6186,11 @@ export declare const components: {
6180
6186
  type: import("vue").PropType<import("./components/headers/types").Partner>;
6181
6187
  required: true;
6182
6188
  };
6189
+ perfilPersonification: {
6190
+ type: import("vue").PropType<string[]>;
6191
+ } & {
6192
+ default: () => string[];
6193
+ };
6183
6194
  umPersonification: {
6184
6195
  type: import("vue").PropType<boolean>;
6185
6196
  } & {
@@ -6229,6 +6240,7 @@ export declare const components: {
6229
6240
  clickNotification: (event: object) => void;
6230
6241
  }, string, {
6231
6242
  center: boolean;
6243
+ perfilPersonification: string[];
6232
6244
  umPersonification: boolean;
6233
6245
  inPersonification: boolean;
6234
6246
  menuProducts: boolean;
@@ -6272,6 +6284,11 @@ export declare const components: {
6272
6284
  type: import("vue").PropType<import("./components/headers/types").Partner>;
6273
6285
  required: true;
6274
6286
  };
6287
+ perfilPersonification: {
6288
+ type: import("vue").PropType<string[]>;
6289
+ } & {
6290
+ default: () => string[];
6291
+ };
6275
6292
  umPersonification: {
6276
6293
  type: import("vue").PropType<boolean>;
6277
6294
  } & {
@@ -6329,6 +6346,11 @@ export declare const components: {
6329
6346
  type: import("vue").PropType<import("./components/headers/types").Partner>;
6330
6347
  required: true;
6331
6348
  };
6349
+ perfilPersonification: {
6350
+ type: import("vue").PropType<string[]>;
6351
+ } & {
6352
+ default: () => string[];
6353
+ };
6332
6354
  umPersonification: {
6333
6355
  type: import("vue").PropType<boolean>;
6334
6356
  } & {
@@ -6378,6 +6400,7 @@ export declare const components: {
6378
6400
  clickNotification: (event: object) => void;
6379
6401
  }, string, {
6380
6402
  center: boolean;
6403
+ perfilPersonification: string[];
6381
6404
  umPersonification: boolean;
6382
6405
  inPersonification: boolean;
6383
6406
  menuProducts: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.47.2",
4
+ "version": "0.48.0",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {