@solfacil/girassol 0.63.1 → 0.65.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.
@@ -11,6 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
11
11
  notifications?: NotificationsList | undefined;
12
12
  center?: boolean | undefined;
13
13
  perfilPersonification?: string[] | undefined;
14
+ viewAo?: boolean | undefined;
14
15
  }>, {
15
16
  umPersonification: boolean;
16
17
  inPersonification: boolean;
@@ -19,6 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
19
20
  mobileWhite: boolean;
20
21
  center: boolean;
21
22
  perfilPersonification: () => string[];
23
+ viewAo: boolean;
22
24
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
25
  clickMenu: () => void;
24
26
  } & {
@@ -43,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
45
  notifications?: NotificationsList | undefined;
44
46
  center?: boolean | undefined;
45
47
  perfilPersonification?: string[] | undefined;
48
+ viewAo?: boolean | undefined;
46
49
  }>, {
47
50
  umPersonification: boolean;
48
51
  inPersonification: boolean;
@@ -51,6 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
51
54
  mobileWhite: boolean;
52
55
  center: boolean;
53
56
  perfilPersonification: () => string[];
57
+ viewAo: boolean;
54
58
  }>>> & {
55
59
  onClickProduct?: ((product: string) => any) | undefined;
56
60
  onClickUser?: ((event: string) => any) | undefined;
@@ -60,6 +64,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
60
64
  onClickNotification?: ((event: object) => any) | undefined;
61
65
  }, {
62
66
  center: boolean;
67
+ viewAo: boolean;
63
68
  perfilPersonification: string[];
64
69
  umPersonification: boolean;
65
70
  inPersonification: boolean;
@@ -1,10 +1,12 @@
1
1
  import type { Product } from '@/components/headers/types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  product: Product;
4
+ viewAo?: boolean | undefined;
4
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
6
  clickProduct: (product: string) => void;
6
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
8
  product: Product;
9
+ viewAo?: boolean | undefined;
8
10
  }>>> & {
9
11
  onClickProduct?: ((product: string) => any) | undefined;
10
12
  }, {}>;
@@ -1,10 +1,12 @@
1
1
  import type { Product } from '@/components/headers/types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  product: Product;
4
+ viewAo?: boolean | undefined;
4
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
6
  clickProduct: (product: string) => void;
6
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
8
  product: Product;
9
+ viewAo?: boolean | undefined;
8
10
  }>>> & {
9
11
  onClickProduct?: ((product: string) => any) | undefined;
10
12
  }, {}>;
@@ -6220,6 +6220,7 @@ export declare const components: {
6220
6220
  $data: {};
6221
6221
  $props: Partial<{
6222
6222
  center: boolean;
6223
+ viewAo: boolean;
6223
6224
  perfilPersonification: string[];
6224
6225
  umPersonification: boolean;
6225
6226
  inPersonification: boolean;
@@ -6236,6 +6237,11 @@ export declare const components: {
6236
6237
  type: import("vue").PropType<import("./components/headers/types").Product>;
6237
6238
  required: true;
6238
6239
  };
6240
+ viewAo: {
6241
+ type: import("vue").PropType<boolean>;
6242
+ } & {
6243
+ default: boolean;
6244
+ };
6239
6245
  user: {
6240
6246
  type: import("vue").PropType<import("./components/headers/types").User>;
6241
6247
  required: true;
@@ -6284,7 +6290,7 @@ export declare const components: {
6284
6290
  onClickLogout?: (() => any) | undefined;
6285
6291
  onClickMenu?: (() => any) | undefined;
6286
6292
  onClickNotification?: ((event: object) => any) | undefined;
6287
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "center" | "perfilPersonification" | "umPersonification" | "inPersonification" | "menuProducts" | "showNotification" | "mobileWhite">;
6293
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "center" | "viewAo" | "perfilPersonification" | "umPersonification" | "inPersonification" | "menuProducts" | "showNotification" | "mobileWhite">;
6288
6294
  $attrs: {
6289
6295
  [x: string]: unknown;
6290
6296
  };
@@ -6308,6 +6314,11 @@ export declare const components: {
6308
6314
  type: import("vue").PropType<import("./components/headers/types").Product>;
6309
6315
  required: true;
6310
6316
  };
6317
+ viewAo: {
6318
+ type: import("vue").PropType<boolean>;
6319
+ } & {
6320
+ default: boolean;
6321
+ };
6311
6322
  user: {
6312
6323
  type: import("vue").PropType<import("./components/headers/types").User>;
6313
6324
  required: true;
@@ -6370,6 +6381,7 @@ export declare const components: {
6370
6381
  clickNotification: (event: object) => void;
6371
6382
  }, string, {
6372
6383
  center: boolean;
6384
+ viewAo: boolean;
6373
6385
  perfilPersonification: string[];
6374
6386
  umPersonification: boolean;
6375
6387
  inPersonification: boolean;
@@ -6406,6 +6418,11 @@ export declare const components: {
6406
6418
  type: import("vue").PropType<import("./components/headers/types").Product>;
6407
6419
  required: true;
6408
6420
  };
6421
+ viewAo: {
6422
+ type: import("vue").PropType<boolean>;
6423
+ } & {
6424
+ default: boolean;
6425
+ };
6409
6426
  user: {
6410
6427
  type: import("vue").PropType<import("./components/headers/types").User>;
6411
6428
  required: true;
@@ -6468,6 +6485,11 @@ export declare const components: {
6468
6485
  type: import("vue").PropType<import("./components/headers/types").Product>;
6469
6486
  required: true;
6470
6487
  };
6488
+ viewAo: {
6489
+ type: import("vue").PropType<boolean>;
6490
+ } & {
6491
+ default: boolean;
6492
+ };
6471
6493
  user: {
6472
6494
  type: import("vue").PropType<import("./components/headers/types").User>;
6473
6495
  required: true;
@@ -6530,6 +6552,7 @@ export declare const components: {
6530
6552
  clickNotification: (event: object) => void;
6531
6553
  }, string, {
6532
6554
  center: boolean;
6555
+ viewAo: boolean;
6533
6556
  perfilPersonification: string[];
6534
6557
  umPersonification: boolean;
6535
6558
  inPersonification: 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.63.1",
4
+ "version": "0.65.0",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {