@solfacil/girassol 0.64.0 → 0.66.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.
- package/dist/assignment-outline.d67cc311.mjs +18 -0
- package/dist/girassol.es.js +2961 -2928
- package/dist/girassol.umd.js +7 -7
- package/dist/style.css +1 -1
- package/dist/types/components/headers/header/Header.vue.d.ts +10 -0
- package/dist/types/components/headers/header/notification/ListDesktop.vue.d.ts +2 -0
- package/dist/types/components/headers/header/notification/ListMobile.vue.d.ts +2 -0
- package/dist/types/components/headers/header/notification/Notification.vue.d.ts +2 -0
- package/dist/types/components/headers/header/products/Desktop.vue.d.ts +2 -0
- package/dist/types/components/headers/header/products/MainItems.vue.d.ts +2 -0
- package/dist/types/index.d.ts +47 -1
- package/package.json +1 -1
|
@@ -11,6 +11,8 @@ 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;
|
|
15
|
+
notificationError?: boolean | undefined;
|
|
14
16
|
}>, {
|
|
15
17
|
umPersonification: boolean;
|
|
16
18
|
inPersonification: boolean;
|
|
@@ -19,6 +21,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
21
|
mobileWhite: boolean;
|
|
20
22
|
center: boolean;
|
|
21
23
|
perfilPersonification: () => string[];
|
|
24
|
+
viewAo: boolean;
|
|
25
|
+
notificationError: boolean;
|
|
22
26
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
27
|
clickMenu: () => void;
|
|
24
28
|
} & {
|
|
@@ -43,6 +47,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
43
47
|
notifications?: NotificationsList | undefined;
|
|
44
48
|
center?: boolean | undefined;
|
|
45
49
|
perfilPersonification?: string[] | undefined;
|
|
50
|
+
viewAo?: boolean | undefined;
|
|
51
|
+
notificationError?: boolean | undefined;
|
|
46
52
|
}>, {
|
|
47
53
|
umPersonification: boolean;
|
|
48
54
|
inPersonification: boolean;
|
|
@@ -51,6 +57,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
51
57
|
mobileWhite: boolean;
|
|
52
58
|
center: boolean;
|
|
53
59
|
perfilPersonification: () => string[];
|
|
60
|
+
viewAo: boolean;
|
|
61
|
+
notificationError: boolean;
|
|
54
62
|
}>>> & {
|
|
55
63
|
onClickProduct?: ((product: string) => any) | undefined;
|
|
56
64
|
onClickUser?: ((event: string) => any) | undefined;
|
|
@@ -60,9 +68,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
68
|
onClickNotification?: ((event: object) => any) | undefined;
|
|
61
69
|
}, {
|
|
62
70
|
center: boolean;
|
|
71
|
+
viewAo: boolean;
|
|
63
72
|
perfilPersonification: string[];
|
|
64
73
|
umPersonification: boolean;
|
|
65
74
|
inPersonification: boolean;
|
|
75
|
+
notificationError: boolean;
|
|
66
76
|
menuProducts: boolean;
|
|
67
77
|
showNotification: boolean;
|
|
68
78
|
mobileWhite: boolean;
|
|
@@ -2,6 +2,7 @@ import type { Notification, NotificationsList } from '@/components/headers/types
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
showNotificationList: boolean;
|
|
4
4
|
notifications?: NotificationsList | undefined;
|
|
5
|
+
notificationError?: boolean | undefined;
|
|
5
6
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
7
|
moreNotification: (cursor: string) => void;
|
|
7
8
|
} & {
|
|
@@ -11,6 +12,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
11
12
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
13
|
showNotificationList: boolean;
|
|
13
14
|
notifications?: NotificationsList | undefined;
|
|
15
|
+
notificationError?: boolean | undefined;
|
|
14
16
|
}>>> & {
|
|
15
17
|
onMoreNotification?: ((cursor: string) => any) | undefined;
|
|
16
18
|
onGoToNotification?: ((notification: Notification) => any) | undefined;
|
|
@@ -2,6 +2,7 @@ import type { Notification, NotificationsList } from '@/components/headers/types
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
showNotificationList: boolean;
|
|
4
4
|
notifications?: NotificationsList | undefined;
|
|
5
|
+
notificationError?: boolean | undefined;
|
|
5
6
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
7
|
moreNotification: (cursor: string) => void;
|
|
7
8
|
} & {
|
|
@@ -11,6 +12,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
11
12
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
13
|
showNotificationList: boolean;
|
|
13
14
|
notifications?: NotificationsList | undefined;
|
|
15
|
+
notificationError?: boolean | undefined;
|
|
14
16
|
}>>> & {
|
|
15
17
|
onMoreNotification?: ((cursor: string) => any) | undefined;
|
|
16
18
|
onGoToNotification?: ((notification: Notification) => any) | undefined;
|
|
@@ -2,6 +2,7 @@ import type { Notification, NotificationsList } from '@/components/headers/types
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
notifications?: NotificationsList | undefined;
|
|
4
4
|
white: boolean;
|
|
5
|
+
notificationError: boolean;
|
|
5
6
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
7
|
moreNotification: (cursor: string) => void;
|
|
7
8
|
} & {
|
|
@@ -11,6 +12,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
11
12
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
13
|
notifications?: NotificationsList | undefined;
|
|
13
14
|
white: boolean;
|
|
15
|
+
notificationError: boolean;
|
|
14
16
|
}>>> & {
|
|
15
17
|
onMoreNotification?: ((cursor: string) => any) | undefined;
|
|
16
18
|
onGoToNotification?: ((notification: Notification) => any) | undefined;
|
|
@@ -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
|
}, {}>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6220,9 +6220,11 @@ 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;
|
|
6227
|
+
notificationError: boolean;
|
|
6226
6228
|
menuProducts: boolean;
|
|
6227
6229
|
showNotification: boolean;
|
|
6228
6230
|
mobileWhite: boolean;
|
|
@@ -6236,6 +6238,11 @@ export declare const components: {
|
|
|
6236
6238
|
type: import("vue").PropType<import("./components/headers/types").Product>;
|
|
6237
6239
|
required: true;
|
|
6238
6240
|
};
|
|
6241
|
+
viewAo: {
|
|
6242
|
+
type: import("vue").PropType<boolean>;
|
|
6243
|
+
} & {
|
|
6244
|
+
default: boolean;
|
|
6245
|
+
};
|
|
6239
6246
|
user: {
|
|
6240
6247
|
type: import("vue").PropType<import("./components/headers/types").User>;
|
|
6241
6248
|
required: true;
|
|
@@ -6262,6 +6269,11 @@ export declare const components: {
|
|
|
6262
6269
|
notifications: {
|
|
6263
6270
|
type: import("vue").PropType<import("./components/headers/types").NotificationsList>;
|
|
6264
6271
|
};
|
|
6272
|
+
notificationError: {
|
|
6273
|
+
type: import("vue").PropType<boolean>;
|
|
6274
|
+
} & {
|
|
6275
|
+
default: boolean;
|
|
6276
|
+
};
|
|
6265
6277
|
menuProducts: {
|
|
6266
6278
|
type: import("vue").PropType<boolean>;
|
|
6267
6279
|
} & {
|
|
@@ -6284,7 +6296,7 @@ export declare const components: {
|
|
|
6284
6296
|
onClickLogout?: (() => any) | undefined;
|
|
6285
6297
|
onClickMenu?: (() => any) | undefined;
|
|
6286
6298
|
onClickNotification?: ((event: object) => any) | undefined;
|
|
6287
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "center" | "perfilPersonification" | "umPersonification" | "inPersonification" | "menuProducts" | "showNotification" | "mobileWhite">;
|
|
6299
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "center" | "viewAo" | "perfilPersonification" | "umPersonification" | "inPersonification" | "notificationError" | "menuProducts" | "showNotification" | "mobileWhite">;
|
|
6288
6300
|
$attrs: {
|
|
6289
6301
|
[x: string]: unknown;
|
|
6290
6302
|
};
|
|
@@ -6308,6 +6320,11 @@ export declare const components: {
|
|
|
6308
6320
|
type: import("vue").PropType<import("./components/headers/types").Product>;
|
|
6309
6321
|
required: true;
|
|
6310
6322
|
};
|
|
6323
|
+
viewAo: {
|
|
6324
|
+
type: import("vue").PropType<boolean>;
|
|
6325
|
+
} & {
|
|
6326
|
+
default: boolean;
|
|
6327
|
+
};
|
|
6311
6328
|
user: {
|
|
6312
6329
|
type: import("vue").PropType<import("./components/headers/types").User>;
|
|
6313
6330
|
required: true;
|
|
@@ -6334,6 +6351,11 @@ export declare const components: {
|
|
|
6334
6351
|
notifications: {
|
|
6335
6352
|
type: import("vue").PropType<import("./components/headers/types").NotificationsList>;
|
|
6336
6353
|
};
|
|
6354
|
+
notificationError: {
|
|
6355
|
+
type: import("vue").PropType<boolean>;
|
|
6356
|
+
} & {
|
|
6357
|
+
default: boolean;
|
|
6358
|
+
};
|
|
6337
6359
|
menuProducts: {
|
|
6338
6360
|
type: import("vue").PropType<boolean>;
|
|
6339
6361
|
} & {
|
|
@@ -6370,9 +6392,11 @@ export declare const components: {
|
|
|
6370
6392
|
clickNotification: (event: object) => void;
|
|
6371
6393
|
}, string, {
|
|
6372
6394
|
center: boolean;
|
|
6395
|
+
viewAo: boolean;
|
|
6373
6396
|
perfilPersonification: string[];
|
|
6374
6397
|
umPersonification: boolean;
|
|
6375
6398
|
inPersonification: boolean;
|
|
6399
|
+
notificationError: boolean;
|
|
6376
6400
|
menuProducts: boolean;
|
|
6377
6401
|
showNotification: boolean;
|
|
6378
6402
|
mobileWhite: boolean;
|
|
@@ -6406,6 +6430,11 @@ export declare const components: {
|
|
|
6406
6430
|
type: import("vue").PropType<import("./components/headers/types").Product>;
|
|
6407
6431
|
required: true;
|
|
6408
6432
|
};
|
|
6433
|
+
viewAo: {
|
|
6434
|
+
type: import("vue").PropType<boolean>;
|
|
6435
|
+
} & {
|
|
6436
|
+
default: boolean;
|
|
6437
|
+
};
|
|
6409
6438
|
user: {
|
|
6410
6439
|
type: import("vue").PropType<import("./components/headers/types").User>;
|
|
6411
6440
|
required: true;
|
|
@@ -6432,6 +6461,11 @@ export declare const components: {
|
|
|
6432
6461
|
notifications: {
|
|
6433
6462
|
type: import("vue").PropType<import("./components/headers/types").NotificationsList>;
|
|
6434
6463
|
};
|
|
6464
|
+
notificationError: {
|
|
6465
|
+
type: import("vue").PropType<boolean>;
|
|
6466
|
+
} & {
|
|
6467
|
+
default: boolean;
|
|
6468
|
+
};
|
|
6435
6469
|
menuProducts: {
|
|
6436
6470
|
type: import("vue").PropType<boolean>;
|
|
6437
6471
|
} & {
|
|
@@ -6468,6 +6502,11 @@ export declare const components: {
|
|
|
6468
6502
|
type: import("vue").PropType<import("./components/headers/types").Product>;
|
|
6469
6503
|
required: true;
|
|
6470
6504
|
};
|
|
6505
|
+
viewAo: {
|
|
6506
|
+
type: import("vue").PropType<boolean>;
|
|
6507
|
+
} & {
|
|
6508
|
+
default: boolean;
|
|
6509
|
+
};
|
|
6471
6510
|
user: {
|
|
6472
6511
|
type: import("vue").PropType<import("./components/headers/types").User>;
|
|
6473
6512
|
required: true;
|
|
@@ -6494,6 +6533,11 @@ export declare const components: {
|
|
|
6494
6533
|
notifications: {
|
|
6495
6534
|
type: import("vue").PropType<import("./components/headers/types").NotificationsList>;
|
|
6496
6535
|
};
|
|
6536
|
+
notificationError: {
|
|
6537
|
+
type: import("vue").PropType<boolean>;
|
|
6538
|
+
} & {
|
|
6539
|
+
default: boolean;
|
|
6540
|
+
};
|
|
6497
6541
|
menuProducts: {
|
|
6498
6542
|
type: import("vue").PropType<boolean>;
|
|
6499
6543
|
} & {
|
|
@@ -6530,9 +6574,11 @@ export declare const components: {
|
|
|
6530
6574
|
clickNotification: (event: object) => void;
|
|
6531
6575
|
}, string, {
|
|
6532
6576
|
center: boolean;
|
|
6577
|
+
viewAo: boolean;
|
|
6533
6578
|
perfilPersonification: string[];
|
|
6534
6579
|
umPersonification: boolean;
|
|
6535
6580
|
inPersonification: boolean;
|
|
6581
|
+
notificationError: boolean;
|
|
6536
6582
|
menuProducts: boolean;
|
|
6537
6583
|
showNotification: boolean;
|
|
6538
6584
|
mobileWhite: boolean;
|