@weni/unnnic-system 3.26.0 → 3.26.1-alpha.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/index.d.ts +0 -1274
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +101803 -250
- package/dist/unnnic.umd.js +29 -35
- package/package.json +2 -2
- package/src/components/index.ts +0 -16
- package/dist/es-Dhz_Vb5J.mjs +0 -92
- package/dist/index-CyIfw1Zx.mjs +0 -102457
- package/dist/pt-br-LgmWO25q.mjs +0 -53
- package/src/components/ChatsContact/ChatsContact.vue +0 -721
- package/src/components/ChatsContact/__tests__/ChatsContact.spec.js +0 -424
- package/src/components/ChatsContact/__tests__/__snapshots__/ChatsContact.spec.js.snap +0 -24
- package/src/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue +0 -82
- package/src/components/ChatsHeader/ChatsHeader.vue +0 -302
- package/src/components/ChatsNavbar/ChatsNavbar.vue +0 -153
- package/src/stories/ChatsContact.stories.js +0 -275
- package/src/stories/ChatsDashboardTagLive.stories.js +0 -17
- package/src/stories/ChatsHeader.stories.js +0 -103
- package/src/stories/ChatsNavbar.stories.js +0 -64
package/dist/index.d.ts
CHANGED
|
@@ -6139,1160 +6139,6 @@ type: StringConstructor;
|
|
|
6139
6139
|
modelValue: number;
|
|
6140
6140
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6141
6141
|
|
|
6142
|
-
export declare const UnnnicChatsContact: DefineComponent<ExtractPropTypes< {
|
|
6143
|
-
locale: {
|
|
6144
|
-
type: StringConstructor;
|
|
6145
|
-
default: string;
|
|
6146
|
-
};
|
|
6147
|
-
title: {
|
|
6148
|
-
type: StringConstructor;
|
|
6149
|
-
default: string;
|
|
6150
|
-
};
|
|
6151
|
-
lastMessage: {
|
|
6152
|
-
type: ObjectConstructor;
|
|
6153
|
-
default: () => {};
|
|
6154
|
-
};
|
|
6155
|
-
lastInteractionTimePrefix: {
|
|
6156
|
-
type: StringConstructor;
|
|
6157
|
-
default: string;
|
|
6158
|
-
};
|
|
6159
|
-
lastInteractionTime: {
|
|
6160
|
-
type: StringConstructor;
|
|
6161
|
-
default: string;
|
|
6162
|
-
};
|
|
6163
|
-
userPhoto: {
|
|
6164
|
-
type: StringConstructor;
|
|
6165
|
-
default: string;
|
|
6166
|
-
};
|
|
6167
|
-
waitingTime: {
|
|
6168
|
-
type: NumberConstructor;
|
|
6169
|
-
default: number;
|
|
6170
|
-
};
|
|
6171
|
-
unreadMessages: {
|
|
6172
|
-
type: NumberConstructor;
|
|
6173
|
-
default: number;
|
|
6174
|
-
};
|
|
6175
|
-
forceShowUnreadMessages: {
|
|
6176
|
-
type: BooleanConstructor;
|
|
6177
|
-
default: boolean;
|
|
6178
|
-
};
|
|
6179
|
-
selected: {
|
|
6180
|
-
type: BooleanConstructor;
|
|
6181
|
-
default: boolean;
|
|
6182
|
-
};
|
|
6183
|
-
disabled: {
|
|
6184
|
-
type: BooleanConstructor;
|
|
6185
|
-
default: boolean;
|
|
6186
|
-
};
|
|
6187
|
-
checkboxWhenSelect: {
|
|
6188
|
-
type: BooleanConstructor;
|
|
6189
|
-
default: boolean;
|
|
6190
|
-
};
|
|
6191
|
-
discussionGoal: {
|
|
6192
|
-
type: StringConstructor;
|
|
6193
|
-
default: string;
|
|
6194
|
-
};
|
|
6195
|
-
projectName: {
|
|
6196
|
-
type: StringConstructor;
|
|
6197
|
-
default: string;
|
|
6198
|
-
};
|
|
6199
|
-
pinned: {
|
|
6200
|
-
type: BooleanConstructor;
|
|
6201
|
-
default: boolean;
|
|
6202
|
-
};
|
|
6203
|
-
activePin: {
|
|
6204
|
-
type: BooleanConstructor;
|
|
6205
|
-
default: boolean;
|
|
6206
|
-
};
|
|
6207
|
-
schemePin: {
|
|
6208
|
-
type: StringConstructor;
|
|
6209
|
-
default: string;
|
|
6210
|
-
};
|
|
6211
|
-
pendingResponse: {
|
|
6212
|
-
type: BooleanConstructor;
|
|
6213
|
-
default: boolean;
|
|
6214
|
-
};
|
|
6215
|
-
pendingResponseTooltip: {
|
|
6216
|
-
type: StringConstructor;
|
|
6217
|
-
default: string;
|
|
6218
|
-
};
|
|
6219
|
-
newMessageIndicator: {
|
|
6220
|
-
type: BooleanConstructor;
|
|
6221
|
-
default: boolean;
|
|
6222
|
-
};
|
|
6223
|
-
newMessageIndicatorTooltip: {
|
|
6224
|
-
type: StringConstructor;
|
|
6225
|
-
default: string;
|
|
6226
|
-
};
|
|
6227
|
-
}>, {}, {
|
|
6228
|
-
isHovered: boolean;
|
|
6229
|
-
defaultTranslations: {
|
|
6230
|
-
unnamed_contact: {
|
|
6231
|
-
'pt-br': string;
|
|
6232
|
-
en: string;
|
|
6233
|
-
es: string;
|
|
6234
|
-
};
|
|
6235
|
-
yesterday: {
|
|
6236
|
-
'pt-br': string;
|
|
6237
|
-
en: string;
|
|
6238
|
-
es: string;
|
|
6239
|
-
};
|
|
6240
|
-
waiting_for: {
|
|
6241
|
-
'pt-br': string;
|
|
6242
|
-
en: string;
|
|
6243
|
-
es: string;
|
|
6244
|
-
};
|
|
6245
|
-
unread_messages: {
|
|
6246
|
-
'pt-br': string;
|
|
6247
|
-
en: string;
|
|
6248
|
-
es: string;
|
|
6249
|
-
};
|
|
6250
|
-
discussion_about: {
|
|
6251
|
-
'pt-br': string;
|
|
6252
|
-
en: string;
|
|
6253
|
-
es: string;
|
|
6254
|
-
};
|
|
6255
|
-
audio_message: {
|
|
6256
|
-
'pt-br': string;
|
|
6257
|
-
en: string;
|
|
6258
|
-
es: string;
|
|
6259
|
-
};
|
|
6260
|
-
image_message: {
|
|
6261
|
-
'pt-br': string;
|
|
6262
|
-
en: string;
|
|
6263
|
-
es: string;
|
|
6264
|
-
};
|
|
6265
|
-
video_message: {
|
|
6266
|
-
'pt-br': string;
|
|
6267
|
-
en: string;
|
|
6268
|
-
es: string;
|
|
6269
|
-
};
|
|
6270
|
-
you_message_prefix: {
|
|
6271
|
-
'pt-br': string;
|
|
6272
|
-
en: string;
|
|
6273
|
-
es: string;
|
|
6274
|
-
};
|
|
6275
|
-
};
|
|
6276
|
-
}, {
|
|
6277
|
-
messageInfoAlign(): "center" | "space-between" | "flex-start";
|
|
6278
|
-
messageInfoMarginTop(): "0px" | "4px";
|
|
6279
|
-
formattedLastInteraction(): any;
|
|
6280
|
-
lastMessageMedia(): {
|
|
6281
|
-
isMedia: any;
|
|
6282
|
-
contentType?: undefined;
|
|
6283
|
-
lastMessage?: undefined;
|
|
6284
|
-
mediaIcon?: undefined;
|
|
6285
|
-
mediaText?: undefined;
|
|
6286
|
-
} | {
|
|
6287
|
-
isMedia: any;
|
|
6288
|
-
contentType: any;
|
|
6289
|
-
lastMessage: Record<string, any>;
|
|
6290
|
-
mediaIcon: any;
|
|
6291
|
-
mediaText: any;
|
|
6292
|
-
};
|
|
6293
|
-
contactName(): string;
|
|
6294
|
-
subtitle(): any;
|
|
6295
|
-
isUnpinned(): boolean;
|
|
6296
|
-
isRenderPin(): boolean;
|
|
6297
|
-
}, {
|
|
6298
|
-
handleContactClick(event: any): void;
|
|
6299
|
-
handleContactKeypress(): void;
|
|
6300
|
-
handlePinClick(event: any): void;
|
|
6301
|
-
handlePinMouseDown(event: any): void;
|
|
6302
|
-
}, {
|
|
6303
|
-
props: {
|
|
6304
|
-
locale: {
|
|
6305
|
-
type: StringConstructor;
|
|
6306
|
-
};
|
|
6307
|
-
translations: {
|
|
6308
|
-
type: ObjectConstructor;
|
|
6309
|
-
};
|
|
6310
|
-
};
|
|
6311
|
-
methods: {
|
|
6312
|
-
i18n(...args: any[]): any;
|
|
6313
|
-
};
|
|
6314
|
-
}, ComponentOptionsMixin, ("click" | "clickPin")[], "click" | "clickPin", PublicProps, Readonly<ExtractPropTypes< {
|
|
6315
|
-
locale: {
|
|
6316
|
-
type: StringConstructor;
|
|
6317
|
-
default: string;
|
|
6318
|
-
};
|
|
6319
|
-
title: {
|
|
6320
|
-
type: StringConstructor;
|
|
6321
|
-
default: string;
|
|
6322
|
-
};
|
|
6323
|
-
lastMessage: {
|
|
6324
|
-
type: ObjectConstructor;
|
|
6325
|
-
default: () => {};
|
|
6326
|
-
};
|
|
6327
|
-
lastInteractionTimePrefix: {
|
|
6328
|
-
type: StringConstructor;
|
|
6329
|
-
default: string;
|
|
6330
|
-
};
|
|
6331
|
-
lastInteractionTime: {
|
|
6332
|
-
type: StringConstructor;
|
|
6333
|
-
default: string;
|
|
6334
|
-
};
|
|
6335
|
-
userPhoto: {
|
|
6336
|
-
type: StringConstructor;
|
|
6337
|
-
default: string;
|
|
6338
|
-
};
|
|
6339
|
-
waitingTime: {
|
|
6340
|
-
type: NumberConstructor;
|
|
6341
|
-
default: number;
|
|
6342
|
-
};
|
|
6343
|
-
unreadMessages: {
|
|
6344
|
-
type: NumberConstructor;
|
|
6345
|
-
default: number;
|
|
6346
|
-
};
|
|
6347
|
-
forceShowUnreadMessages: {
|
|
6348
|
-
type: BooleanConstructor;
|
|
6349
|
-
default: boolean;
|
|
6350
|
-
};
|
|
6351
|
-
selected: {
|
|
6352
|
-
type: BooleanConstructor;
|
|
6353
|
-
default: boolean;
|
|
6354
|
-
};
|
|
6355
|
-
disabled: {
|
|
6356
|
-
type: BooleanConstructor;
|
|
6357
|
-
default: boolean;
|
|
6358
|
-
};
|
|
6359
|
-
checkboxWhenSelect: {
|
|
6360
|
-
type: BooleanConstructor;
|
|
6361
|
-
default: boolean;
|
|
6362
|
-
};
|
|
6363
|
-
discussionGoal: {
|
|
6364
|
-
type: StringConstructor;
|
|
6365
|
-
default: string;
|
|
6366
|
-
};
|
|
6367
|
-
projectName: {
|
|
6368
|
-
type: StringConstructor;
|
|
6369
|
-
default: string;
|
|
6370
|
-
};
|
|
6371
|
-
pinned: {
|
|
6372
|
-
type: BooleanConstructor;
|
|
6373
|
-
default: boolean;
|
|
6374
|
-
};
|
|
6375
|
-
activePin: {
|
|
6376
|
-
type: BooleanConstructor;
|
|
6377
|
-
default: boolean;
|
|
6378
|
-
};
|
|
6379
|
-
schemePin: {
|
|
6380
|
-
type: StringConstructor;
|
|
6381
|
-
default: string;
|
|
6382
|
-
};
|
|
6383
|
-
pendingResponse: {
|
|
6384
|
-
type: BooleanConstructor;
|
|
6385
|
-
default: boolean;
|
|
6386
|
-
};
|
|
6387
|
-
pendingResponseTooltip: {
|
|
6388
|
-
type: StringConstructor;
|
|
6389
|
-
default: string;
|
|
6390
|
-
};
|
|
6391
|
-
newMessageIndicator: {
|
|
6392
|
-
type: BooleanConstructor;
|
|
6393
|
-
default: boolean;
|
|
6394
|
-
};
|
|
6395
|
-
newMessageIndicatorTooltip: {
|
|
6396
|
-
type: StringConstructor;
|
|
6397
|
-
default: string;
|
|
6398
|
-
};
|
|
6399
|
-
}>> & Readonly<{
|
|
6400
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
6401
|
-
onClickPin?: ((...args: any[]) => any) | undefined;
|
|
6402
|
-
}>, {
|
|
6403
|
-
disabled: boolean;
|
|
6404
|
-
title: string;
|
|
6405
|
-
selected: boolean;
|
|
6406
|
-
locale: string;
|
|
6407
|
-
lastMessage: Record<string, any>;
|
|
6408
|
-
lastInteractionTimePrefix: string;
|
|
6409
|
-
lastInteractionTime: string;
|
|
6410
|
-
userPhoto: string;
|
|
6411
|
-
waitingTime: number;
|
|
6412
|
-
unreadMessages: number;
|
|
6413
|
-
forceShowUnreadMessages: boolean;
|
|
6414
|
-
checkboxWhenSelect: boolean;
|
|
6415
|
-
discussionGoal: string;
|
|
6416
|
-
projectName: string;
|
|
6417
|
-
pinned: boolean;
|
|
6418
|
-
activePin: boolean;
|
|
6419
|
-
schemePin: string;
|
|
6420
|
-
pendingResponse: boolean;
|
|
6421
|
-
pendingResponseTooltip: string;
|
|
6422
|
-
newMessageIndicator: boolean;
|
|
6423
|
-
newMessageIndicatorTooltip: string;
|
|
6424
|
-
}, {}, {
|
|
6425
|
-
UserAvatar: DefineComponent<ExtractPropTypes< {
|
|
6426
|
-
active: {
|
|
6427
|
-
type: BooleanConstructor;
|
|
6428
|
-
default: boolean;
|
|
6429
|
-
};
|
|
6430
|
-
clickable: {
|
|
6431
|
-
type: BooleanConstructor;
|
|
6432
|
-
default: boolean;
|
|
6433
|
-
};
|
|
6434
|
-
disabled: {
|
|
6435
|
-
type: BooleanConstructor;
|
|
6436
|
-
default: boolean;
|
|
6437
|
-
};
|
|
6438
|
-
size: {
|
|
6439
|
-
type: StringConstructor;
|
|
6440
|
-
default: string;
|
|
6441
|
-
validator: (value: unknown) => boolean;
|
|
6442
|
-
};
|
|
6443
|
-
username: {
|
|
6444
|
-
type: StringConstructor;
|
|
6445
|
-
default: string;
|
|
6446
|
-
};
|
|
6447
|
-
photoUrl: {
|
|
6448
|
-
type: StringConstructor;
|
|
6449
|
-
default: string;
|
|
6450
|
-
};
|
|
6451
|
-
scheme: {
|
|
6452
|
-
type: StringConstructor;
|
|
6453
|
-
default: string;
|
|
6454
|
-
};
|
|
6455
|
-
textColor: {
|
|
6456
|
-
type: StringConstructor;
|
|
6457
|
-
default: string;
|
|
6458
|
-
};
|
|
6459
|
-
}>, {}, {}, {
|
|
6460
|
-
getUsernameFirstCharacter(): string;
|
|
6461
|
-
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
6462
|
-
active: {
|
|
6463
|
-
type: BooleanConstructor;
|
|
6464
|
-
default: boolean;
|
|
6465
|
-
};
|
|
6466
|
-
clickable: {
|
|
6467
|
-
type: BooleanConstructor;
|
|
6468
|
-
default: boolean;
|
|
6469
|
-
};
|
|
6470
|
-
disabled: {
|
|
6471
|
-
type: BooleanConstructor;
|
|
6472
|
-
default: boolean;
|
|
6473
|
-
};
|
|
6474
|
-
size: {
|
|
6475
|
-
type: StringConstructor;
|
|
6476
|
-
default: string;
|
|
6477
|
-
validator: (value: unknown) => boolean;
|
|
6478
|
-
};
|
|
6479
|
-
username: {
|
|
6480
|
-
type: StringConstructor;
|
|
6481
|
-
default: string;
|
|
6482
|
-
};
|
|
6483
|
-
photoUrl: {
|
|
6484
|
-
type: StringConstructor;
|
|
6485
|
-
default: string;
|
|
6486
|
-
};
|
|
6487
|
-
scheme: {
|
|
6488
|
-
type: StringConstructor;
|
|
6489
|
-
default: string;
|
|
6490
|
-
};
|
|
6491
|
-
textColor: {
|
|
6492
|
-
type: StringConstructor;
|
|
6493
|
-
default: string;
|
|
6494
|
-
};
|
|
6495
|
-
}>> & Readonly<{
|
|
6496
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
6497
|
-
}>, {
|
|
6498
|
-
disabled: boolean;
|
|
6499
|
-
size: string;
|
|
6500
|
-
clickable: boolean;
|
|
6501
|
-
scheme: string;
|
|
6502
|
-
active: boolean;
|
|
6503
|
-
username: string;
|
|
6504
|
-
photoUrl: string;
|
|
6505
|
-
textColor: string;
|
|
6506
|
-
}, {}, {
|
|
6507
|
-
UnnnicIcon: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6508
|
-
click: (event: Event) => any;
|
|
6509
|
-
mousedown: (event: Event) => any;
|
|
6510
|
-
mouseup: (event: Event) => any;
|
|
6511
|
-
}, string, PublicProps, Readonly<IconProps> & Readonly<{
|
|
6512
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
6513
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
6514
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
6515
|
-
}>, {
|
|
6516
|
-
size: IconSize;
|
|
6517
|
-
filled: boolean;
|
|
6518
|
-
icon: string | null;
|
|
6519
|
-
clickable: boolean;
|
|
6520
|
-
scheme: SchemeColor_2;
|
|
6521
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6522
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6523
|
-
UnnnicIcon: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6524
|
-
click: (event: Event) => any;
|
|
6525
|
-
mousedown: (event: Event) => any;
|
|
6526
|
-
mouseup: (event: Event) => any;
|
|
6527
|
-
}, string, PublicProps, Readonly<IconProps> & Readonly<{
|
|
6528
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
6529
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
6530
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
6531
|
-
}>, {
|
|
6532
|
-
size: IconSize;
|
|
6533
|
-
filled: boolean;
|
|
6534
|
-
icon: string | null;
|
|
6535
|
-
clickable: boolean;
|
|
6536
|
-
scheme: SchemeColor_2;
|
|
6537
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
6538
|
-
TransitionRipple: DefineComponent<ExtractPropTypes< {
|
|
6539
|
-
color: {
|
|
6540
|
-
type: StringConstructor;
|
|
6541
|
-
default: string;
|
|
6542
|
-
};
|
|
6543
|
-
}>, {}, {
|
|
6544
|
-
ripples: never[];
|
|
6545
|
-
rippleWidth: number;
|
|
6546
|
-
halfRippleWidth: number;
|
|
6547
|
-
}, {}, {
|
|
6548
|
-
addRipple(e: any): void;
|
|
6549
|
-
purgeRipples(): void;
|
|
6550
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6551
|
-
color: {
|
|
6552
|
-
type: StringConstructor;
|
|
6553
|
-
default: string;
|
|
6554
|
-
};
|
|
6555
|
-
}>> & Readonly<{}>, {
|
|
6556
|
-
color: string;
|
|
6557
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6558
|
-
Checkbox: DefineComponent<ExtractPropTypes< {
|
|
6559
|
-
modelValue: {
|
|
6560
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
6561
|
-
default: boolean;
|
|
6562
|
-
validator(value: unknown): boolean;
|
|
6563
|
-
};
|
|
6564
|
-
disabled: {
|
|
6565
|
-
type: BooleanConstructor;
|
|
6566
|
-
default: boolean;
|
|
6567
|
-
};
|
|
6568
|
-
label: {
|
|
6569
|
-
type: StringConstructor;
|
|
6570
|
-
default: string;
|
|
6571
|
-
};
|
|
6572
|
-
helper: {
|
|
6573
|
-
type: StringConstructor;
|
|
6574
|
-
default: string;
|
|
6575
|
-
};
|
|
6576
|
-
textRight: {
|
|
6577
|
-
type: StringConstructor;
|
|
6578
|
-
default: string;
|
|
6579
|
-
};
|
|
6580
|
-
}>, {}, {}, {
|
|
6581
|
-
valueName(): "default" | "less" | "checked";
|
|
6582
|
-
}, {
|
|
6583
|
-
pick: {
|
|
6584
|
-
<T extends object, U extends keyof T>(object: T, ...props: Array<Many<U>>): Pick<T, U>;
|
|
6585
|
-
<T>(object: T | null | undefined, ...props: Array<Many<PropertyPath>>): PartialObject<T>;
|
|
6586
|
-
};
|
|
6587
|
-
click(): void;
|
|
6588
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", PublicProps, Readonly<ExtractPropTypes< {
|
|
6589
|
-
modelValue: {
|
|
6590
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
6591
|
-
default: boolean;
|
|
6592
|
-
validator(value: unknown): boolean;
|
|
6593
|
-
};
|
|
6594
|
-
disabled: {
|
|
6595
|
-
type: BooleanConstructor;
|
|
6596
|
-
default: boolean;
|
|
6597
|
-
};
|
|
6598
|
-
label: {
|
|
6599
|
-
type: StringConstructor;
|
|
6600
|
-
default: string;
|
|
6601
|
-
};
|
|
6602
|
-
helper: {
|
|
6603
|
-
type: StringConstructor;
|
|
6604
|
-
default: string;
|
|
6605
|
-
};
|
|
6606
|
-
textRight: {
|
|
6607
|
-
type: StringConstructor;
|
|
6608
|
-
default: string;
|
|
6609
|
-
};
|
|
6610
|
-
}>> & Readonly<{
|
|
6611
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
6612
|
-
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
6613
|
-
}>, {
|
|
6614
|
-
disabled: boolean;
|
|
6615
|
-
label: string;
|
|
6616
|
-
modelValue: string | boolean;
|
|
6617
|
-
helper: string;
|
|
6618
|
-
textRight: string;
|
|
6619
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6620
|
-
UnnnicTooltip: {
|
|
6621
|
-
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<TooltipProps> & Readonly<{
|
|
6622
|
-
"onClick:close"?: ((...args: any[]) => any) | undefined;
|
|
6623
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6624
|
-
"click:close": (...args: any[]) => void;
|
|
6625
|
-
}, PublicProps, {
|
|
6626
|
-
text: string;
|
|
6627
|
-
class: string;
|
|
6628
|
-
side: "top" | "right" | "bottom" | "left";
|
|
6629
|
-
enabled: boolean;
|
|
6630
|
-
forceOpen: boolean;
|
|
6631
|
-
maxWidth: string;
|
|
6632
|
-
enableHtml: boolean;
|
|
6633
|
-
showClose: boolean;
|
|
6634
|
-
contentProps: Partial<TooltipContentProps>;
|
|
6635
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
6636
|
-
P: {};
|
|
6637
|
-
B: {};
|
|
6638
|
-
D: {};
|
|
6639
|
-
C: {};
|
|
6640
|
-
M: {};
|
|
6641
|
-
Defaults: {};
|
|
6642
|
-
}, Readonly<TooltipProps> & Readonly<{
|
|
6643
|
-
"onClick:close"?: ((...args: any[]) => any) | undefined;
|
|
6644
|
-
}>, {}, {}, {}, {}, {
|
|
6645
|
-
text: string;
|
|
6646
|
-
class: string;
|
|
6647
|
-
side: "top" | "right" | "bottom" | "left";
|
|
6648
|
-
enabled: boolean;
|
|
6649
|
-
forceOpen: boolean;
|
|
6650
|
-
maxWidth: string;
|
|
6651
|
-
enableHtml: boolean;
|
|
6652
|
-
showClose: boolean;
|
|
6653
|
-
contentProps: Partial<TooltipContentProps>;
|
|
6654
|
-
}>;
|
|
6655
|
-
__isFragment?: never;
|
|
6656
|
-
__isTeleport?: never;
|
|
6657
|
-
__isSuspense?: never;
|
|
6658
|
-
} & ComponentOptionsBase<Readonly<TooltipProps> & Readonly<{
|
|
6659
|
-
"onClick:close"?: ((...args: any[]) => any) | undefined;
|
|
6660
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6661
|
-
"click:close": (...args: any[]) => void;
|
|
6662
|
-
}, string, {
|
|
6663
|
-
text: string;
|
|
6664
|
-
class: string;
|
|
6665
|
-
side: "top" | "right" | "bottom" | "left";
|
|
6666
|
-
enabled: boolean;
|
|
6667
|
-
forceOpen: boolean;
|
|
6668
|
-
maxWidth: string;
|
|
6669
|
-
enableHtml: boolean;
|
|
6670
|
-
showClose: boolean;
|
|
6671
|
-
contentProps: Partial<TooltipContentProps>;
|
|
6672
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
6673
|
-
$slots: {
|
|
6674
|
-
default?(_: {}): any;
|
|
6675
|
-
};
|
|
6676
|
-
});
|
|
6677
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
6678
|
-
|
|
6679
|
-
export declare const unnnicChatsContact: DefineComponent<ExtractPropTypes< {
|
|
6680
|
-
locale: {
|
|
6681
|
-
type: StringConstructor;
|
|
6682
|
-
default: string;
|
|
6683
|
-
};
|
|
6684
|
-
title: {
|
|
6685
|
-
type: StringConstructor;
|
|
6686
|
-
default: string;
|
|
6687
|
-
};
|
|
6688
|
-
lastMessage: {
|
|
6689
|
-
type: ObjectConstructor;
|
|
6690
|
-
default: () => {};
|
|
6691
|
-
};
|
|
6692
|
-
lastInteractionTimePrefix: {
|
|
6693
|
-
type: StringConstructor;
|
|
6694
|
-
default: string;
|
|
6695
|
-
};
|
|
6696
|
-
lastInteractionTime: {
|
|
6697
|
-
type: StringConstructor;
|
|
6698
|
-
default: string;
|
|
6699
|
-
};
|
|
6700
|
-
userPhoto: {
|
|
6701
|
-
type: StringConstructor;
|
|
6702
|
-
default: string;
|
|
6703
|
-
};
|
|
6704
|
-
waitingTime: {
|
|
6705
|
-
type: NumberConstructor;
|
|
6706
|
-
default: number;
|
|
6707
|
-
};
|
|
6708
|
-
unreadMessages: {
|
|
6709
|
-
type: NumberConstructor;
|
|
6710
|
-
default: number;
|
|
6711
|
-
};
|
|
6712
|
-
forceShowUnreadMessages: {
|
|
6713
|
-
type: BooleanConstructor;
|
|
6714
|
-
default: boolean;
|
|
6715
|
-
};
|
|
6716
|
-
selected: {
|
|
6717
|
-
type: BooleanConstructor;
|
|
6718
|
-
default: boolean;
|
|
6719
|
-
};
|
|
6720
|
-
disabled: {
|
|
6721
|
-
type: BooleanConstructor;
|
|
6722
|
-
default: boolean;
|
|
6723
|
-
};
|
|
6724
|
-
checkboxWhenSelect: {
|
|
6725
|
-
type: BooleanConstructor;
|
|
6726
|
-
default: boolean;
|
|
6727
|
-
};
|
|
6728
|
-
discussionGoal: {
|
|
6729
|
-
type: StringConstructor;
|
|
6730
|
-
default: string;
|
|
6731
|
-
};
|
|
6732
|
-
projectName: {
|
|
6733
|
-
type: StringConstructor;
|
|
6734
|
-
default: string;
|
|
6735
|
-
};
|
|
6736
|
-
pinned: {
|
|
6737
|
-
type: BooleanConstructor;
|
|
6738
|
-
default: boolean;
|
|
6739
|
-
};
|
|
6740
|
-
activePin: {
|
|
6741
|
-
type: BooleanConstructor;
|
|
6742
|
-
default: boolean;
|
|
6743
|
-
};
|
|
6744
|
-
schemePin: {
|
|
6745
|
-
type: StringConstructor;
|
|
6746
|
-
default: string;
|
|
6747
|
-
};
|
|
6748
|
-
pendingResponse: {
|
|
6749
|
-
type: BooleanConstructor;
|
|
6750
|
-
default: boolean;
|
|
6751
|
-
};
|
|
6752
|
-
pendingResponseTooltip: {
|
|
6753
|
-
type: StringConstructor;
|
|
6754
|
-
default: string;
|
|
6755
|
-
};
|
|
6756
|
-
newMessageIndicator: {
|
|
6757
|
-
type: BooleanConstructor;
|
|
6758
|
-
default: boolean;
|
|
6759
|
-
};
|
|
6760
|
-
newMessageIndicatorTooltip: {
|
|
6761
|
-
type: StringConstructor;
|
|
6762
|
-
default: string;
|
|
6763
|
-
};
|
|
6764
|
-
}>, {}, {
|
|
6765
|
-
isHovered: boolean;
|
|
6766
|
-
defaultTranslations: {
|
|
6767
|
-
unnamed_contact: {
|
|
6768
|
-
'pt-br': string;
|
|
6769
|
-
en: string;
|
|
6770
|
-
es: string;
|
|
6771
|
-
};
|
|
6772
|
-
yesterday: {
|
|
6773
|
-
'pt-br': string;
|
|
6774
|
-
en: string;
|
|
6775
|
-
es: string;
|
|
6776
|
-
};
|
|
6777
|
-
waiting_for: {
|
|
6778
|
-
'pt-br': string;
|
|
6779
|
-
en: string;
|
|
6780
|
-
es: string;
|
|
6781
|
-
};
|
|
6782
|
-
unread_messages: {
|
|
6783
|
-
'pt-br': string;
|
|
6784
|
-
en: string;
|
|
6785
|
-
es: string;
|
|
6786
|
-
};
|
|
6787
|
-
discussion_about: {
|
|
6788
|
-
'pt-br': string;
|
|
6789
|
-
en: string;
|
|
6790
|
-
es: string;
|
|
6791
|
-
};
|
|
6792
|
-
audio_message: {
|
|
6793
|
-
'pt-br': string;
|
|
6794
|
-
en: string;
|
|
6795
|
-
es: string;
|
|
6796
|
-
};
|
|
6797
|
-
image_message: {
|
|
6798
|
-
'pt-br': string;
|
|
6799
|
-
en: string;
|
|
6800
|
-
es: string;
|
|
6801
|
-
};
|
|
6802
|
-
video_message: {
|
|
6803
|
-
'pt-br': string;
|
|
6804
|
-
en: string;
|
|
6805
|
-
es: string;
|
|
6806
|
-
};
|
|
6807
|
-
you_message_prefix: {
|
|
6808
|
-
'pt-br': string;
|
|
6809
|
-
en: string;
|
|
6810
|
-
es: string;
|
|
6811
|
-
};
|
|
6812
|
-
};
|
|
6813
|
-
}, {
|
|
6814
|
-
messageInfoAlign(): "center" | "space-between" | "flex-start";
|
|
6815
|
-
messageInfoMarginTop(): "0px" | "4px";
|
|
6816
|
-
formattedLastInteraction(): any;
|
|
6817
|
-
lastMessageMedia(): {
|
|
6818
|
-
isMedia: any;
|
|
6819
|
-
contentType?: undefined;
|
|
6820
|
-
lastMessage?: undefined;
|
|
6821
|
-
mediaIcon?: undefined;
|
|
6822
|
-
mediaText?: undefined;
|
|
6823
|
-
} | {
|
|
6824
|
-
isMedia: any;
|
|
6825
|
-
contentType: any;
|
|
6826
|
-
lastMessage: Record<string, any>;
|
|
6827
|
-
mediaIcon: any;
|
|
6828
|
-
mediaText: any;
|
|
6829
|
-
};
|
|
6830
|
-
contactName(): string;
|
|
6831
|
-
subtitle(): any;
|
|
6832
|
-
isUnpinned(): boolean;
|
|
6833
|
-
isRenderPin(): boolean;
|
|
6834
|
-
}, {
|
|
6835
|
-
handleContactClick(event: any): void;
|
|
6836
|
-
handleContactKeypress(): void;
|
|
6837
|
-
handlePinClick(event: any): void;
|
|
6838
|
-
handlePinMouseDown(event: any): void;
|
|
6839
|
-
}, {
|
|
6840
|
-
props: {
|
|
6841
|
-
locale: {
|
|
6842
|
-
type: StringConstructor;
|
|
6843
|
-
};
|
|
6844
|
-
translations: {
|
|
6845
|
-
type: ObjectConstructor;
|
|
6846
|
-
};
|
|
6847
|
-
};
|
|
6848
|
-
methods: {
|
|
6849
|
-
i18n(...args: any[]): any;
|
|
6850
|
-
};
|
|
6851
|
-
}, ComponentOptionsMixin, ("click" | "clickPin")[], "click" | "clickPin", PublicProps, Readonly<ExtractPropTypes< {
|
|
6852
|
-
locale: {
|
|
6853
|
-
type: StringConstructor;
|
|
6854
|
-
default: string;
|
|
6855
|
-
};
|
|
6856
|
-
title: {
|
|
6857
|
-
type: StringConstructor;
|
|
6858
|
-
default: string;
|
|
6859
|
-
};
|
|
6860
|
-
lastMessage: {
|
|
6861
|
-
type: ObjectConstructor;
|
|
6862
|
-
default: () => {};
|
|
6863
|
-
};
|
|
6864
|
-
lastInteractionTimePrefix: {
|
|
6865
|
-
type: StringConstructor;
|
|
6866
|
-
default: string;
|
|
6867
|
-
};
|
|
6868
|
-
lastInteractionTime: {
|
|
6869
|
-
type: StringConstructor;
|
|
6870
|
-
default: string;
|
|
6871
|
-
};
|
|
6872
|
-
userPhoto: {
|
|
6873
|
-
type: StringConstructor;
|
|
6874
|
-
default: string;
|
|
6875
|
-
};
|
|
6876
|
-
waitingTime: {
|
|
6877
|
-
type: NumberConstructor;
|
|
6878
|
-
default: number;
|
|
6879
|
-
};
|
|
6880
|
-
unreadMessages: {
|
|
6881
|
-
type: NumberConstructor;
|
|
6882
|
-
default: number;
|
|
6883
|
-
};
|
|
6884
|
-
forceShowUnreadMessages: {
|
|
6885
|
-
type: BooleanConstructor;
|
|
6886
|
-
default: boolean;
|
|
6887
|
-
};
|
|
6888
|
-
selected: {
|
|
6889
|
-
type: BooleanConstructor;
|
|
6890
|
-
default: boolean;
|
|
6891
|
-
};
|
|
6892
|
-
disabled: {
|
|
6893
|
-
type: BooleanConstructor;
|
|
6894
|
-
default: boolean;
|
|
6895
|
-
};
|
|
6896
|
-
checkboxWhenSelect: {
|
|
6897
|
-
type: BooleanConstructor;
|
|
6898
|
-
default: boolean;
|
|
6899
|
-
};
|
|
6900
|
-
discussionGoal: {
|
|
6901
|
-
type: StringConstructor;
|
|
6902
|
-
default: string;
|
|
6903
|
-
};
|
|
6904
|
-
projectName: {
|
|
6905
|
-
type: StringConstructor;
|
|
6906
|
-
default: string;
|
|
6907
|
-
};
|
|
6908
|
-
pinned: {
|
|
6909
|
-
type: BooleanConstructor;
|
|
6910
|
-
default: boolean;
|
|
6911
|
-
};
|
|
6912
|
-
activePin: {
|
|
6913
|
-
type: BooleanConstructor;
|
|
6914
|
-
default: boolean;
|
|
6915
|
-
};
|
|
6916
|
-
schemePin: {
|
|
6917
|
-
type: StringConstructor;
|
|
6918
|
-
default: string;
|
|
6919
|
-
};
|
|
6920
|
-
pendingResponse: {
|
|
6921
|
-
type: BooleanConstructor;
|
|
6922
|
-
default: boolean;
|
|
6923
|
-
};
|
|
6924
|
-
pendingResponseTooltip: {
|
|
6925
|
-
type: StringConstructor;
|
|
6926
|
-
default: string;
|
|
6927
|
-
};
|
|
6928
|
-
newMessageIndicator: {
|
|
6929
|
-
type: BooleanConstructor;
|
|
6930
|
-
default: boolean;
|
|
6931
|
-
};
|
|
6932
|
-
newMessageIndicatorTooltip: {
|
|
6933
|
-
type: StringConstructor;
|
|
6934
|
-
default: string;
|
|
6935
|
-
};
|
|
6936
|
-
}>> & Readonly<{
|
|
6937
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
6938
|
-
onClickPin?: ((...args: any[]) => any) | undefined;
|
|
6939
|
-
}>, {
|
|
6940
|
-
disabled: boolean;
|
|
6941
|
-
title: string;
|
|
6942
|
-
selected: boolean;
|
|
6943
|
-
locale: string;
|
|
6944
|
-
lastMessage: Record<string, any>;
|
|
6945
|
-
lastInteractionTimePrefix: string;
|
|
6946
|
-
lastInteractionTime: string;
|
|
6947
|
-
userPhoto: string;
|
|
6948
|
-
waitingTime: number;
|
|
6949
|
-
unreadMessages: number;
|
|
6950
|
-
forceShowUnreadMessages: boolean;
|
|
6951
|
-
checkboxWhenSelect: boolean;
|
|
6952
|
-
discussionGoal: string;
|
|
6953
|
-
projectName: string;
|
|
6954
|
-
pinned: boolean;
|
|
6955
|
-
activePin: boolean;
|
|
6956
|
-
schemePin: string;
|
|
6957
|
-
pendingResponse: boolean;
|
|
6958
|
-
pendingResponseTooltip: string;
|
|
6959
|
-
newMessageIndicator: boolean;
|
|
6960
|
-
newMessageIndicatorTooltip: string;
|
|
6961
|
-
}, {}, {
|
|
6962
|
-
UserAvatar: DefineComponent<ExtractPropTypes< {
|
|
6963
|
-
active: {
|
|
6964
|
-
type: BooleanConstructor;
|
|
6965
|
-
default: boolean;
|
|
6966
|
-
};
|
|
6967
|
-
clickable: {
|
|
6968
|
-
type: BooleanConstructor;
|
|
6969
|
-
default: boolean;
|
|
6970
|
-
};
|
|
6971
|
-
disabled: {
|
|
6972
|
-
type: BooleanConstructor;
|
|
6973
|
-
default: boolean;
|
|
6974
|
-
};
|
|
6975
|
-
size: {
|
|
6976
|
-
type: StringConstructor;
|
|
6977
|
-
default: string;
|
|
6978
|
-
validator: (value: unknown) => boolean;
|
|
6979
|
-
};
|
|
6980
|
-
username: {
|
|
6981
|
-
type: StringConstructor;
|
|
6982
|
-
default: string;
|
|
6983
|
-
};
|
|
6984
|
-
photoUrl: {
|
|
6985
|
-
type: StringConstructor;
|
|
6986
|
-
default: string;
|
|
6987
|
-
};
|
|
6988
|
-
scheme: {
|
|
6989
|
-
type: StringConstructor;
|
|
6990
|
-
default: string;
|
|
6991
|
-
};
|
|
6992
|
-
textColor: {
|
|
6993
|
-
type: StringConstructor;
|
|
6994
|
-
default: string;
|
|
6995
|
-
};
|
|
6996
|
-
}>, {}, {}, {
|
|
6997
|
-
getUsernameFirstCharacter(): string;
|
|
6998
|
-
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
6999
|
-
active: {
|
|
7000
|
-
type: BooleanConstructor;
|
|
7001
|
-
default: boolean;
|
|
7002
|
-
};
|
|
7003
|
-
clickable: {
|
|
7004
|
-
type: BooleanConstructor;
|
|
7005
|
-
default: boolean;
|
|
7006
|
-
};
|
|
7007
|
-
disabled: {
|
|
7008
|
-
type: BooleanConstructor;
|
|
7009
|
-
default: boolean;
|
|
7010
|
-
};
|
|
7011
|
-
size: {
|
|
7012
|
-
type: StringConstructor;
|
|
7013
|
-
default: string;
|
|
7014
|
-
validator: (value: unknown) => boolean;
|
|
7015
|
-
};
|
|
7016
|
-
username: {
|
|
7017
|
-
type: StringConstructor;
|
|
7018
|
-
default: string;
|
|
7019
|
-
};
|
|
7020
|
-
photoUrl: {
|
|
7021
|
-
type: StringConstructor;
|
|
7022
|
-
default: string;
|
|
7023
|
-
};
|
|
7024
|
-
scheme: {
|
|
7025
|
-
type: StringConstructor;
|
|
7026
|
-
default: string;
|
|
7027
|
-
};
|
|
7028
|
-
textColor: {
|
|
7029
|
-
type: StringConstructor;
|
|
7030
|
-
default: string;
|
|
7031
|
-
};
|
|
7032
|
-
}>> & Readonly<{
|
|
7033
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
7034
|
-
}>, {
|
|
7035
|
-
disabled: boolean;
|
|
7036
|
-
size: string;
|
|
7037
|
-
clickable: boolean;
|
|
7038
|
-
scheme: string;
|
|
7039
|
-
active: boolean;
|
|
7040
|
-
username: string;
|
|
7041
|
-
photoUrl: string;
|
|
7042
|
-
textColor: string;
|
|
7043
|
-
}, {}, {
|
|
7044
|
-
UnnnicIcon: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7045
|
-
click: (event: Event) => any;
|
|
7046
|
-
mousedown: (event: Event) => any;
|
|
7047
|
-
mouseup: (event: Event) => any;
|
|
7048
|
-
}, string, PublicProps, Readonly<IconProps> & Readonly<{
|
|
7049
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
7050
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
7051
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
7052
|
-
}>, {
|
|
7053
|
-
size: IconSize;
|
|
7054
|
-
filled: boolean;
|
|
7055
|
-
icon: string | null;
|
|
7056
|
-
clickable: boolean;
|
|
7057
|
-
scheme: SchemeColor_2;
|
|
7058
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7059
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7060
|
-
UnnnicIcon: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7061
|
-
click: (event: Event) => any;
|
|
7062
|
-
mousedown: (event: Event) => any;
|
|
7063
|
-
mouseup: (event: Event) => any;
|
|
7064
|
-
}, string, PublicProps, Readonly<IconProps> & Readonly<{
|
|
7065
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
7066
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
7067
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
7068
|
-
}>, {
|
|
7069
|
-
size: IconSize;
|
|
7070
|
-
filled: boolean;
|
|
7071
|
-
icon: string | null;
|
|
7072
|
-
clickable: boolean;
|
|
7073
|
-
scheme: SchemeColor_2;
|
|
7074
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7075
|
-
TransitionRipple: DefineComponent<ExtractPropTypes< {
|
|
7076
|
-
color: {
|
|
7077
|
-
type: StringConstructor;
|
|
7078
|
-
default: string;
|
|
7079
|
-
};
|
|
7080
|
-
}>, {}, {
|
|
7081
|
-
ripples: never[];
|
|
7082
|
-
rippleWidth: number;
|
|
7083
|
-
halfRippleWidth: number;
|
|
7084
|
-
}, {}, {
|
|
7085
|
-
addRipple(e: any): void;
|
|
7086
|
-
purgeRipples(): void;
|
|
7087
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7088
|
-
color: {
|
|
7089
|
-
type: StringConstructor;
|
|
7090
|
-
default: string;
|
|
7091
|
-
};
|
|
7092
|
-
}>> & Readonly<{}>, {
|
|
7093
|
-
color: string;
|
|
7094
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7095
|
-
Checkbox: DefineComponent<ExtractPropTypes< {
|
|
7096
|
-
modelValue: {
|
|
7097
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
7098
|
-
default: boolean;
|
|
7099
|
-
validator(value: unknown): boolean;
|
|
7100
|
-
};
|
|
7101
|
-
disabled: {
|
|
7102
|
-
type: BooleanConstructor;
|
|
7103
|
-
default: boolean;
|
|
7104
|
-
};
|
|
7105
|
-
label: {
|
|
7106
|
-
type: StringConstructor;
|
|
7107
|
-
default: string;
|
|
7108
|
-
};
|
|
7109
|
-
helper: {
|
|
7110
|
-
type: StringConstructor;
|
|
7111
|
-
default: string;
|
|
7112
|
-
};
|
|
7113
|
-
textRight: {
|
|
7114
|
-
type: StringConstructor;
|
|
7115
|
-
default: string;
|
|
7116
|
-
};
|
|
7117
|
-
}>, {}, {}, {
|
|
7118
|
-
valueName(): "default" | "less" | "checked";
|
|
7119
|
-
}, {
|
|
7120
|
-
pick: {
|
|
7121
|
-
<T extends object, U extends keyof T>(object: T, ...props: Array<Many<U>>): Pick<T, U>;
|
|
7122
|
-
<T>(object: T | null | undefined, ...props: Array<Many<PropertyPath>>): PartialObject<T>;
|
|
7123
|
-
};
|
|
7124
|
-
click(): void;
|
|
7125
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", PublicProps, Readonly<ExtractPropTypes< {
|
|
7126
|
-
modelValue: {
|
|
7127
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
7128
|
-
default: boolean;
|
|
7129
|
-
validator(value: unknown): boolean;
|
|
7130
|
-
};
|
|
7131
|
-
disabled: {
|
|
7132
|
-
type: BooleanConstructor;
|
|
7133
|
-
default: boolean;
|
|
7134
|
-
};
|
|
7135
|
-
label: {
|
|
7136
|
-
type: StringConstructor;
|
|
7137
|
-
default: string;
|
|
7138
|
-
};
|
|
7139
|
-
helper: {
|
|
7140
|
-
type: StringConstructor;
|
|
7141
|
-
default: string;
|
|
7142
|
-
};
|
|
7143
|
-
textRight: {
|
|
7144
|
-
type: StringConstructor;
|
|
7145
|
-
default: string;
|
|
7146
|
-
};
|
|
7147
|
-
}>> & Readonly<{
|
|
7148
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
7149
|
-
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
7150
|
-
}>, {
|
|
7151
|
-
disabled: boolean;
|
|
7152
|
-
label: string;
|
|
7153
|
-
modelValue: string | boolean;
|
|
7154
|
-
helper: string;
|
|
7155
|
-
textRight: string;
|
|
7156
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7157
|
-
UnnnicTooltip: {
|
|
7158
|
-
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<TooltipProps> & Readonly<{
|
|
7159
|
-
"onClick:close"?: ((...args: any[]) => any) | undefined;
|
|
7160
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7161
|
-
"click:close": (...args: any[]) => void;
|
|
7162
|
-
}, PublicProps, {
|
|
7163
|
-
text: string;
|
|
7164
|
-
class: string;
|
|
7165
|
-
side: "top" | "right" | "bottom" | "left";
|
|
7166
|
-
enabled: boolean;
|
|
7167
|
-
forceOpen: boolean;
|
|
7168
|
-
maxWidth: string;
|
|
7169
|
-
enableHtml: boolean;
|
|
7170
|
-
showClose: boolean;
|
|
7171
|
-
contentProps: Partial<TooltipContentProps>;
|
|
7172
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
7173
|
-
P: {};
|
|
7174
|
-
B: {};
|
|
7175
|
-
D: {};
|
|
7176
|
-
C: {};
|
|
7177
|
-
M: {};
|
|
7178
|
-
Defaults: {};
|
|
7179
|
-
}, Readonly<TooltipProps> & Readonly<{
|
|
7180
|
-
"onClick:close"?: ((...args: any[]) => any) | undefined;
|
|
7181
|
-
}>, {}, {}, {}, {}, {
|
|
7182
|
-
text: string;
|
|
7183
|
-
class: string;
|
|
7184
|
-
side: "top" | "right" | "bottom" | "left";
|
|
7185
|
-
enabled: boolean;
|
|
7186
|
-
forceOpen: boolean;
|
|
7187
|
-
maxWidth: string;
|
|
7188
|
-
enableHtml: boolean;
|
|
7189
|
-
showClose: boolean;
|
|
7190
|
-
contentProps: Partial<TooltipContentProps>;
|
|
7191
|
-
}>;
|
|
7192
|
-
__isFragment?: never;
|
|
7193
|
-
__isTeleport?: never;
|
|
7194
|
-
__isSuspense?: never;
|
|
7195
|
-
} & ComponentOptionsBase<Readonly<TooltipProps> & Readonly<{
|
|
7196
|
-
"onClick:close"?: ((...args: any[]) => any) | undefined;
|
|
7197
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7198
|
-
"click:close": (...args: any[]) => void;
|
|
7199
|
-
}, string, {
|
|
7200
|
-
text: string;
|
|
7201
|
-
class: string;
|
|
7202
|
-
side: "top" | "right" | "bottom" | "left";
|
|
7203
|
-
enabled: boolean;
|
|
7204
|
-
forceOpen: boolean;
|
|
7205
|
-
maxWidth: string;
|
|
7206
|
-
enableHtml: boolean;
|
|
7207
|
-
showClose: boolean;
|
|
7208
|
-
contentProps: Partial<TooltipContentProps>;
|
|
7209
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
7210
|
-
$slots: {
|
|
7211
|
-
default?(_: {}): any;
|
|
7212
|
-
};
|
|
7213
|
-
});
|
|
7214
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7215
|
-
|
|
7216
|
-
export declare const UnnnicChatsDashboardTagLive: DefineComponent< {}, {}, {
|
|
7217
|
-
defaultTranslations: {
|
|
7218
|
-
live: {
|
|
7219
|
-
'pt-br': string;
|
|
7220
|
-
en: string;
|
|
7221
|
-
es: string;
|
|
7222
|
-
};
|
|
7223
|
-
};
|
|
7224
|
-
}, {}, {}, {
|
|
7225
|
-
props: {
|
|
7226
|
-
locale: {
|
|
7227
|
-
type: StringConstructor;
|
|
7228
|
-
};
|
|
7229
|
-
translations: {
|
|
7230
|
-
type: ObjectConstructor;
|
|
7231
|
-
};
|
|
7232
|
-
};
|
|
7233
|
-
methods: {
|
|
7234
|
-
i18n(...args: any[]): any;
|
|
7235
|
-
};
|
|
7236
|
-
}, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
7237
|
-
UnnnicIcon: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7238
|
-
click: (event: Event) => any;
|
|
7239
|
-
mousedown: (event: Event) => any;
|
|
7240
|
-
mouseup: (event: Event) => any;
|
|
7241
|
-
}, string, PublicProps, Readonly<IconProps> & Readonly<{
|
|
7242
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
7243
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
7244
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
7245
|
-
}>, {
|
|
7246
|
-
size: IconSize;
|
|
7247
|
-
filled: boolean;
|
|
7248
|
-
icon: string | null;
|
|
7249
|
-
clickable: boolean;
|
|
7250
|
-
scheme: SchemeColor_2;
|
|
7251
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7252
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7253
|
-
|
|
7254
|
-
export declare const unnnicChatsDashboardTagLive: DefineComponent< {}, {}, {
|
|
7255
|
-
defaultTranslations: {
|
|
7256
|
-
live: {
|
|
7257
|
-
'pt-br': string;
|
|
7258
|
-
en: string;
|
|
7259
|
-
es: string;
|
|
7260
|
-
};
|
|
7261
|
-
};
|
|
7262
|
-
}, {}, {}, {
|
|
7263
|
-
props: {
|
|
7264
|
-
locale: {
|
|
7265
|
-
type: StringConstructor;
|
|
7266
|
-
};
|
|
7267
|
-
translations: {
|
|
7268
|
-
type: ObjectConstructor;
|
|
7269
|
-
};
|
|
7270
|
-
};
|
|
7271
|
-
methods: {
|
|
7272
|
-
i18n(...args: any[]): any;
|
|
7273
|
-
};
|
|
7274
|
-
}, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
7275
|
-
UnnnicIcon: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7276
|
-
click: (event: Event) => any;
|
|
7277
|
-
mousedown: (event: Event) => any;
|
|
7278
|
-
mouseup: (event: Event) => any;
|
|
7279
|
-
}, string, PublicProps, Readonly<IconProps> & Readonly<{
|
|
7280
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
7281
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
7282
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
7283
|
-
}>, {
|
|
7284
|
-
size: IconSize;
|
|
7285
|
-
filled: boolean;
|
|
7286
|
-
icon: string | null;
|
|
7287
|
-
clickable: boolean;
|
|
7288
|
-
scheme: SchemeColor_2;
|
|
7289
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7290
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7291
|
-
|
|
7292
|
-
export declare const UnnnicChatsHeader: VueComponent;
|
|
7293
|
-
|
|
7294
|
-
export declare const unnnicChatsHeader: VueComponent;
|
|
7295
|
-
|
|
7296
6142
|
export declare const UnnnicChatsMessage: DefineComponent<ExtractPropTypes< {
|
|
7297
6143
|
locale: {
|
|
7298
6144
|
type: StringConstructor;
|
|
@@ -8023,126 +6869,6 @@ readonly messageType?: string | undefined;
|
|
|
8023
6869
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8024
6870
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8025
6871
|
|
|
8026
|
-
export declare const UnnnicChatsNavbar: DefineComponent<ExtractPropTypes< {
|
|
8027
|
-
links: {
|
|
8028
|
-
type: ArrayConstructor;
|
|
8029
|
-
required: true;
|
|
8030
|
-
default: () => {
|
|
8031
|
-
name: string;
|
|
8032
|
-
icon: {
|
|
8033
|
-
default: string;
|
|
8034
|
-
selected: string;
|
|
8035
|
-
};
|
|
8036
|
-
action: () => void;
|
|
8037
|
-
}[];
|
|
8038
|
-
validator(value: unknown): any;
|
|
8039
|
-
};
|
|
8040
|
-
modelValue: {
|
|
8041
|
-
type: StringConstructor;
|
|
8042
|
-
required: true;
|
|
8043
|
-
};
|
|
8044
|
-
}>, {}, {}, {}, {
|
|
8045
|
-
selectLink(link: any): void;
|
|
8046
|
-
isSelected(link: any): boolean;
|
|
8047
|
-
getLinkIcon(link: any): any;
|
|
8048
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8049
|
-
links: {
|
|
8050
|
-
type: ArrayConstructor;
|
|
8051
|
-
required: true;
|
|
8052
|
-
default: () => {
|
|
8053
|
-
name: string;
|
|
8054
|
-
icon: {
|
|
8055
|
-
default: string;
|
|
8056
|
-
selected: string;
|
|
8057
|
-
};
|
|
8058
|
-
action: () => void;
|
|
8059
|
-
}[];
|
|
8060
|
-
validator(value: unknown): any;
|
|
8061
|
-
};
|
|
8062
|
-
modelValue: {
|
|
8063
|
-
type: StringConstructor;
|
|
8064
|
-
required: true;
|
|
8065
|
-
};
|
|
8066
|
-
}>> & Readonly<{}>, {
|
|
8067
|
-
links: unknown[];
|
|
8068
|
-
}, {}, {
|
|
8069
|
-
UnnnicIcon: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8070
|
-
click: (event: Event) => any;
|
|
8071
|
-
mousedown: (event: Event) => any;
|
|
8072
|
-
mouseup: (event: Event) => any;
|
|
8073
|
-
}, string, PublicProps, Readonly<IconProps> & Readonly<{
|
|
8074
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
8075
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
8076
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
8077
|
-
}>, {
|
|
8078
|
-
size: IconSize;
|
|
8079
|
-
filled: boolean;
|
|
8080
|
-
icon: string | null;
|
|
8081
|
-
clickable: boolean;
|
|
8082
|
-
scheme: SchemeColor_2;
|
|
8083
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8084
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8085
|
-
|
|
8086
|
-
export declare const unnnicChatsNavbar: DefineComponent<ExtractPropTypes< {
|
|
8087
|
-
links: {
|
|
8088
|
-
type: ArrayConstructor;
|
|
8089
|
-
required: true;
|
|
8090
|
-
default: () => {
|
|
8091
|
-
name: string;
|
|
8092
|
-
icon: {
|
|
8093
|
-
default: string;
|
|
8094
|
-
selected: string;
|
|
8095
|
-
};
|
|
8096
|
-
action: () => void;
|
|
8097
|
-
}[];
|
|
8098
|
-
validator(value: unknown): any;
|
|
8099
|
-
};
|
|
8100
|
-
modelValue: {
|
|
8101
|
-
type: StringConstructor;
|
|
8102
|
-
required: true;
|
|
8103
|
-
};
|
|
8104
|
-
}>, {}, {}, {}, {
|
|
8105
|
-
selectLink(link: any): void;
|
|
8106
|
-
isSelected(link: any): boolean;
|
|
8107
|
-
getLinkIcon(link: any): any;
|
|
8108
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8109
|
-
links: {
|
|
8110
|
-
type: ArrayConstructor;
|
|
8111
|
-
required: true;
|
|
8112
|
-
default: () => {
|
|
8113
|
-
name: string;
|
|
8114
|
-
icon: {
|
|
8115
|
-
default: string;
|
|
8116
|
-
selected: string;
|
|
8117
|
-
};
|
|
8118
|
-
action: () => void;
|
|
8119
|
-
}[];
|
|
8120
|
-
validator(value: unknown): any;
|
|
8121
|
-
};
|
|
8122
|
-
modelValue: {
|
|
8123
|
-
type: StringConstructor;
|
|
8124
|
-
required: true;
|
|
8125
|
-
};
|
|
8126
|
-
}>> & Readonly<{}>, {
|
|
8127
|
-
links: unknown[];
|
|
8128
|
-
}, {}, {
|
|
8129
|
-
UnnnicIcon: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8130
|
-
click: (event: Event) => any;
|
|
8131
|
-
mousedown: (event: Event) => any;
|
|
8132
|
-
mouseup: (event: Event) => any;
|
|
8133
|
-
}, string, PublicProps, Readonly<IconProps> & Readonly<{
|
|
8134
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
8135
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
8136
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
8137
|
-
}>, {
|
|
8138
|
-
size: IconSize;
|
|
8139
|
-
filled: boolean;
|
|
8140
|
-
icon: string | null;
|
|
8141
|
-
clickable: boolean;
|
|
8142
|
-
scheme: SchemeColor_2;
|
|
8143
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8144
|
-
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8145
|
-
|
|
8146
6872
|
export declare const UnnnicChatsUserAvatar: DefineComponent<ExtractPropTypes< {
|
|
8147
6873
|
active: {
|
|
8148
6874
|
type: BooleanConstructor;
|