@weni/unnnic-system 3.25.6 → 3.25.7
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/{es-CNigXHb1.mjs → es-Cez02syJ.mjs} +1 -1
- package/dist/{index-B-PMK0Fu.mjs → index-B-NJIYYT.mjs} +1712 -1679
- package/dist/index.d.ts +48 -2
- package/dist/{pt-br-D4aJiC1v.mjs → pt-br-u8UEMjaT.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +11 -11
- package/package.json +1 -1
- package/src/components/ChatsContact/ChatsContact.vue +58 -0
- package/src/components/ChatsContact/__tests__/ChatsContact.spec.js +119 -0
- package/src/stories/ChatsContact.stories.js +53 -0
package/dist/index.d.ts
CHANGED
|
@@ -6211,6 +6211,14 @@ pendingResponseTooltip: {
|
|
|
6211
6211
|
type: StringConstructor;
|
|
6212
6212
|
default: string;
|
|
6213
6213
|
};
|
|
6214
|
+
newMessageIndicator: {
|
|
6215
|
+
type: BooleanConstructor;
|
|
6216
|
+
default: boolean;
|
|
6217
|
+
};
|
|
6218
|
+
newMessageIndicatorTooltip: {
|
|
6219
|
+
type: StringConstructor;
|
|
6220
|
+
default: string;
|
|
6221
|
+
};
|
|
6214
6222
|
}>, {}, {
|
|
6215
6223
|
isHovered: boolean;
|
|
6216
6224
|
defaultTranslations: {
|
|
@@ -6254,9 +6262,14 @@ video_message: {
|
|
|
6254
6262
|
en: string;
|
|
6255
6263
|
es: string;
|
|
6256
6264
|
};
|
|
6265
|
+
you_message_prefix: {
|
|
6266
|
+
'pt-br': string;
|
|
6267
|
+
en: string;
|
|
6268
|
+
es: string;
|
|
6269
|
+
};
|
|
6257
6270
|
};
|
|
6258
6271
|
}, {
|
|
6259
|
-
messageInfoAlign(): "center" | "flex-start";
|
|
6272
|
+
messageInfoAlign(): "center" | "space-between" | "flex-start";
|
|
6260
6273
|
messageInfoMarginTop(): "0px" | "4px";
|
|
6261
6274
|
formattedLastInteraction(): any;
|
|
6262
6275
|
lastMessageMedia(): {
|
|
@@ -6370,6 +6383,14 @@ pendingResponseTooltip: {
|
|
|
6370
6383
|
type: StringConstructor;
|
|
6371
6384
|
default: string;
|
|
6372
6385
|
};
|
|
6386
|
+
newMessageIndicator: {
|
|
6387
|
+
type: BooleanConstructor;
|
|
6388
|
+
default: boolean;
|
|
6389
|
+
};
|
|
6390
|
+
newMessageIndicatorTooltip: {
|
|
6391
|
+
type: StringConstructor;
|
|
6392
|
+
default: string;
|
|
6393
|
+
};
|
|
6373
6394
|
}>> & Readonly<{
|
|
6374
6395
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
6375
6396
|
onClickPin?: ((...args: any[]) => any) | undefined;
|
|
@@ -6393,6 +6414,8 @@ activePin: boolean;
|
|
|
6393
6414
|
schemePin: string;
|
|
6394
6415
|
pendingResponse: boolean;
|
|
6395
6416
|
pendingResponseTooltip: string;
|
|
6417
|
+
newMessageIndicator: boolean;
|
|
6418
|
+
newMessageIndicatorTooltip: string;
|
|
6396
6419
|
}, {}, {
|
|
6397
6420
|
UserAvatar: DefineComponent<ExtractPropTypes< {
|
|
6398
6421
|
active: {
|
|
@@ -6725,6 +6748,14 @@ pendingResponseTooltip: {
|
|
|
6725
6748
|
type: StringConstructor;
|
|
6726
6749
|
default: string;
|
|
6727
6750
|
};
|
|
6751
|
+
newMessageIndicator: {
|
|
6752
|
+
type: BooleanConstructor;
|
|
6753
|
+
default: boolean;
|
|
6754
|
+
};
|
|
6755
|
+
newMessageIndicatorTooltip: {
|
|
6756
|
+
type: StringConstructor;
|
|
6757
|
+
default: string;
|
|
6758
|
+
};
|
|
6728
6759
|
}>, {}, {
|
|
6729
6760
|
isHovered: boolean;
|
|
6730
6761
|
defaultTranslations: {
|
|
@@ -6768,9 +6799,14 @@ video_message: {
|
|
|
6768
6799
|
en: string;
|
|
6769
6800
|
es: string;
|
|
6770
6801
|
};
|
|
6802
|
+
you_message_prefix: {
|
|
6803
|
+
'pt-br': string;
|
|
6804
|
+
en: string;
|
|
6805
|
+
es: string;
|
|
6806
|
+
};
|
|
6771
6807
|
};
|
|
6772
6808
|
}, {
|
|
6773
|
-
messageInfoAlign(): "center" | "flex-start";
|
|
6809
|
+
messageInfoAlign(): "center" | "space-between" | "flex-start";
|
|
6774
6810
|
messageInfoMarginTop(): "0px" | "4px";
|
|
6775
6811
|
formattedLastInteraction(): any;
|
|
6776
6812
|
lastMessageMedia(): {
|
|
@@ -6884,6 +6920,14 @@ pendingResponseTooltip: {
|
|
|
6884
6920
|
type: StringConstructor;
|
|
6885
6921
|
default: string;
|
|
6886
6922
|
};
|
|
6923
|
+
newMessageIndicator: {
|
|
6924
|
+
type: BooleanConstructor;
|
|
6925
|
+
default: boolean;
|
|
6926
|
+
};
|
|
6927
|
+
newMessageIndicatorTooltip: {
|
|
6928
|
+
type: StringConstructor;
|
|
6929
|
+
default: string;
|
|
6930
|
+
};
|
|
6887
6931
|
}>> & Readonly<{
|
|
6888
6932
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
6889
6933
|
onClickPin?: ((...args: any[]) => any) | undefined;
|
|
@@ -6907,6 +6951,8 @@ activePin: boolean;
|
|
|
6907
6951
|
schemePin: string;
|
|
6908
6952
|
pendingResponse: boolean;
|
|
6909
6953
|
pendingResponseTooltip: string;
|
|
6954
|
+
newMessageIndicator: boolean;
|
|
6955
|
+
newMessageIndicatorTooltip: string;
|
|
6910
6956
|
}, {}, {
|
|
6911
6957
|
UserAvatar: DefineComponent<ExtractPropTypes< {
|
|
6912
6958
|
active: {
|