@weni/unnnic-system 3.0.1 → 3.0.3
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/CHANGELOG.md +11 -0
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +55 -674
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -678
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-6e18cd3c.mjs → es-61329267.mjs} +1 -1
- package/dist/{index-76890da8.mjs → index-0d853377.mjs} +4430 -4474
- package/dist/{pt-br-16bfc6d3.mjs → pt-br-1024c0d5.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +21 -21
- package/package.json +2 -3
- package/src/assets/scss/colors.scss +11 -11
- package/src/components/ChatsHeader/ChatsHeader.vue +44 -64
- package/src/components/index.ts +87 -87
- package/src/stories/ChatsHeader.stories.js +21 -0
- package/src/types/index.d.ts +3 -3
- package/src/types/unnnic-utils.d.ts +88 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatsHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsHeader/ChatsHeader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatsHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsHeader/ChatsHeader.vue"],"names":[],"mappings":"AAkFA;AA+SA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAWjE,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;CACnC;AAwCD,iBAAS,cAAc;WA2MT,OAAO,IAA6B;;yBAXpB,GAAG;uBACL,GAAG;;;;EAe9B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cApPS,MAAM;cAAQ,MAAM;;;;cAApB,MAAM;cAAQ,MAAM;;;WAzBxC,MAAM,IAAI;WANV,MAAM;UAUP,MAAM,GAAG,OAAO,GAAG,OAAO;cATtB,MAAM;UAIV,MAAM,IAAI;YAIR,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;uBAP1B,gBAAgB;gBACvB,MAAM;gBACN,MAAM;iBAGL,MAAM,IAAI;gBACX,MAAM,IAAI;wFAoRvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -16227,684 +16227,7 @@ export declare const unnnicChatsDashboardTagLive: import('vue').DefineComponent<
|
|
|
16227
16227
|
scheme: string;
|
|
16228
16228
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16229
16229
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16230
|
-
export declare const unnnicChatsHeader:
|
|
16231
|
-
title: {
|
|
16232
|
-
type: StringConstructor;
|
|
16233
|
-
required: true;
|
|
16234
|
-
default: string;
|
|
16235
|
-
};
|
|
16236
|
-
subtitle: {
|
|
16237
|
-
type: StringConstructor;
|
|
16238
|
-
default: string;
|
|
16239
|
-
};
|
|
16240
|
-
sectionIconScheme: {
|
|
16241
|
-
type: StringConstructor;
|
|
16242
|
-
default: string;
|
|
16243
|
-
};
|
|
16244
|
-
avatarIcon: {
|
|
16245
|
-
type: StringConstructor;
|
|
16246
|
-
default: string;
|
|
16247
|
-
};
|
|
16248
|
-
avatarName: {
|
|
16249
|
-
type: StringConstructor;
|
|
16250
|
-
default: string;
|
|
16251
|
-
};
|
|
16252
|
-
back: {
|
|
16253
|
-
type: FunctionConstructor;
|
|
16254
|
-
required: false;
|
|
16255
|
-
};
|
|
16256
|
-
close: {
|
|
16257
|
-
type: FunctionConstructor;
|
|
16258
|
-
required: false;
|
|
16259
|
-
};
|
|
16260
|
-
avatarClick: {
|
|
16261
|
-
type: FunctionConstructor;
|
|
16262
|
-
required: false;
|
|
16263
|
-
};
|
|
16264
|
-
titleClick: {
|
|
16265
|
-
type: FunctionConstructor;
|
|
16266
|
-
required: false;
|
|
16267
|
-
};
|
|
16268
|
-
crumbs: {
|
|
16269
|
-
type: ArrayConstructor;
|
|
16270
|
-
default: () => never[];
|
|
16271
|
-
};
|
|
16272
|
-
size: {
|
|
16273
|
-
type: StringConstructor;
|
|
16274
|
-
default: string;
|
|
16275
|
-
validator(size: unknown): boolean;
|
|
16276
|
-
};
|
|
16277
|
-
}>, {}, {}, {}, {}, {
|
|
16278
|
-
props: {
|
|
16279
|
-
locale: {
|
|
16280
|
-
type: StringConstructor;
|
|
16281
|
-
};
|
|
16282
|
-
translations: {
|
|
16283
|
-
type: ObjectConstructor;
|
|
16284
|
-
};
|
|
16285
|
-
};
|
|
16286
|
-
methods: {
|
|
16287
|
-
i18n(...args: any[]): any;
|
|
16288
|
-
};
|
|
16289
|
-
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16290
|
-
title: {
|
|
16291
|
-
type: StringConstructor;
|
|
16292
|
-
required: true;
|
|
16293
|
-
default: string;
|
|
16294
|
-
};
|
|
16295
|
-
subtitle: {
|
|
16296
|
-
type: StringConstructor;
|
|
16297
|
-
default: string;
|
|
16298
|
-
};
|
|
16299
|
-
sectionIconScheme: {
|
|
16300
|
-
type: StringConstructor;
|
|
16301
|
-
default: string;
|
|
16302
|
-
};
|
|
16303
|
-
avatarIcon: {
|
|
16304
|
-
type: StringConstructor;
|
|
16305
|
-
default: string;
|
|
16306
|
-
};
|
|
16307
|
-
avatarName: {
|
|
16308
|
-
type: StringConstructor;
|
|
16309
|
-
default: string;
|
|
16310
|
-
};
|
|
16311
|
-
back: {
|
|
16312
|
-
type: FunctionConstructor;
|
|
16313
|
-
required: false;
|
|
16314
|
-
};
|
|
16315
|
-
close: {
|
|
16316
|
-
type: FunctionConstructor;
|
|
16317
|
-
required: false;
|
|
16318
|
-
};
|
|
16319
|
-
avatarClick: {
|
|
16320
|
-
type: FunctionConstructor;
|
|
16321
|
-
required: false;
|
|
16322
|
-
};
|
|
16323
|
-
titleClick: {
|
|
16324
|
-
type: FunctionConstructor;
|
|
16325
|
-
required: false;
|
|
16326
|
-
};
|
|
16327
|
-
crumbs: {
|
|
16328
|
-
type: ArrayConstructor;
|
|
16329
|
-
default: () => never[];
|
|
16330
|
-
};
|
|
16331
|
-
size: {
|
|
16332
|
-
type: StringConstructor;
|
|
16333
|
-
default: string;
|
|
16334
|
-
validator(size: unknown): boolean;
|
|
16335
|
-
};
|
|
16336
|
-
}>> & Readonly<{}>, {
|
|
16337
|
-
title: string;
|
|
16338
|
-
size: string;
|
|
16339
|
-
subtitle: string;
|
|
16340
|
-
crumbs: unknown[];
|
|
16341
|
-
sectionIconScheme: string;
|
|
16342
|
-
avatarIcon: string;
|
|
16343
|
-
avatarName: string;
|
|
16344
|
-
}, {}, {
|
|
16345
|
-
UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16346
|
-
size: {
|
|
16347
|
-
type: StringConstructor;
|
|
16348
|
-
default: string;
|
|
16349
|
-
};
|
|
16350
|
-
text: {
|
|
16351
|
-
type: StringConstructor;
|
|
16352
|
-
default: string;
|
|
16353
|
-
};
|
|
16354
|
-
type: {
|
|
16355
|
-
type: StringConstructor;
|
|
16356
|
-
default: string;
|
|
16357
|
-
};
|
|
16358
|
-
float: {
|
|
16359
|
-
type: BooleanConstructor;
|
|
16360
|
-
default: boolean;
|
|
16361
|
-
};
|
|
16362
|
-
iconLeft: {
|
|
16363
|
-
type: StringConstructor;
|
|
16364
|
-
default: string;
|
|
16365
|
-
};
|
|
16366
|
-
iconRight: {
|
|
16367
|
-
type: StringConstructor;
|
|
16368
|
-
default: string;
|
|
16369
|
-
};
|
|
16370
|
-
iconCenter: {
|
|
16371
|
-
type: StringConstructor;
|
|
16372
|
-
default: string;
|
|
16373
|
-
};
|
|
16374
|
-
iconsFilled: {
|
|
16375
|
-
type: BooleanConstructor;
|
|
16376
|
-
default: boolean;
|
|
16377
|
-
};
|
|
16378
|
-
next: {
|
|
16379
|
-
type: BooleanConstructor;
|
|
16380
|
-
default: boolean;
|
|
16381
|
-
};
|
|
16382
|
-
disabled: {
|
|
16383
|
-
type: BooleanConstructor;
|
|
16384
|
-
default: boolean;
|
|
16385
|
-
};
|
|
16386
|
-
loading: {
|
|
16387
|
-
type: BooleanConstructor;
|
|
16388
|
-
default: boolean;
|
|
16389
|
-
};
|
|
16390
|
-
}>, {}, {}, {
|
|
16391
|
-
buttonDisabled(): boolean;
|
|
16392
|
-
iconSize(): "md" | "sm";
|
|
16393
|
-
hasText(): boolean | "";
|
|
16394
|
-
iconScheme(): any;
|
|
16395
|
-
isSizePropValid(): boolean;
|
|
16396
|
-
isTypePropValid(): boolean;
|
|
16397
|
-
}, {
|
|
16398
|
-
validateProps(): void;
|
|
16399
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16400
|
-
size: {
|
|
16401
|
-
type: StringConstructor;
|
|
16402
|
-
default: string;
|
|
16403
|
-
};
|
|
16404
|
-
text: {
|
|
16405
|
-
type: StringConstructor;
|
|
16406
|
-
default: string;
|
|
16407
|
-
};
|
|
16408
|
-
type: {
|
|
16409
|
-
type: StringConstructor;
|
|
16410
|
-
default: string;
|
|
16411
|
-
};
|
|
16412
|
-
float: {
|
|
16413
|
-
type: BooleanConstructor;
|
|
16414
|
-
default: boolean;
|
|
16415
|
-
};
|
|
16416
|
-
iconLeft: {
|
|
16417
|
-
type: StringConstructor;
|
|
16418
|
-
default: string;
|
|
16419
|
-
};
|
|
16420
|
-
iconRight: {
|
|
16421
|
-
type: StringConstructor;
|
|
16422
|
-
default: string;
|
|
16423
|
-
};
|
|
16424
|
-
iconCenter: {
|
|
16425
|
-
type: StringConstructor;
|
|
16426
|
-
default: string;
|
|
16427
|
-
};
|
|
16428
|
-
iconsFilled: {
|
|
16429
|
-
type: BooleanConstructor;
|
|
16430
|
-
default: boolean;
|
|
16431
|
-
};
|
|
16432
|
-
next: {
|
|
16433
|
-
type: BooleanConstructor;
|
|
16434
|
-
default: boolean;
|
|
16435
|
-
};
|
|
16436
|
-
disabled: {
|
|
16437
|
-
type: BooleanConstructor;
|
|
16438
|
-
default: boolean;
|
|
16439
|
-
};
|
|
16440
|
-
loading: {
|
|
16441
|
-
type: BooleanConstructor;
|
|
16442
|
-
default: boolean;
|
|
16443
|
-
};
|
|
16444
|
-
}>> & Readonly<{}>, {
|
|
16445
|
-
text: string;
|
|
16446
|
-
type: string;
|
|
16447
|
-
next: boolean;
|
|
16448
|
-
size: string;
|
|
16449
|
-
disabled: boolean;
|
|
16450
|
-
iconLeft: string;
|
|
16451
|
-
iconRight: string;
|
|
16452
|
-
float: boolean;
|
|
16453
|
-
iconCenter: string;
|
|
16454
|
-
iconsFilled: boolean;
|
|
16455
|
-
loading: boolean;
|
|
16456
|
-
}, {}, {
|
|
16457
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16458
|
-
filled: {
|
|
16459
|
-
type: BooleanConstructor;
|
|
16460
|
-
};
|
|
16461
|
-
next: {
|
|
16462
|
-
type: BooleanConstructor;
|
|
16463
|
-
};
|
|
16464
|
-
icon: {
|
|
16465
|
-
type: StringConstructor;
|
|
16466
|
-
default: null;
|
|
16467
|
-
};
|
|
16468
|
-
clickable: {
|
|
16469
|
-
type: BooleanConstructor;
|
|
16470
|
-
default: boolean;
|
|
16471
|
-
};
|
|
16472
|
-
size: {
|
|
16473
|
-
type: StringConstructor;
|
|
16474
|
-
default: string;
|
|
16475
|
-
validator(value: unknown): boolean;
|
|
16476
|
-
};
|
|
16477
|
-
lineHeight: {
|
|
16478
|
-
type: StringConstructor;
|
|
16479
|
-
default: null;
|
|
16480
|
-
validator(value: unknown): boolean;
|
|
16481
|
-
};
|
|
16482
|
-
scheme: {
|
|
16483
|
-
type: StringConstructor;
|
|
16484
|
-
default: string;
|
|
16485
|
-
};
|
|
16486
|
-
}>, {}, {}, {
|
|
16487
|
-
svg(): any;
|
|
16488
|
-
materialSymbolsName(): any;
|
|
16489
|
-
}, {
|
|
16490
|
-
onClick($event: any): void;
|
|
16491
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16492
|
-
filled: {
|
|
16493
|
-
type: BooleanConstructor;
|
|
16494
|
-
};
|
|
16495
|
-
next: {
|
|
16496
|
-
type: BooleanConstructor;
|
|
16497
|
-
};
|
|
16498
|
-
icon: {
|
|
16499
|
-
type: StringConstructor;
|
|
16500
|
-
default: null;
|
|
16501
|
-
};
|
|
16502
|
-
clickable: {
|
|
16503
|
-
type: BooleanConstructor;
|
|
16504
|
-
default: boolean;
|
|
16505
|
-
};
|
|
16506
|
-
size: {
|
|
16507
|
-
type: StringConstructor;
|
|
16508
|
-
default: string;
|
|
16509
|
-
validator(value: unknown): boolean;
|
|
16510
|
-
};
|
|
16511
|
-
lineHeight: {
|
|
16512
|
-
type: StringConstructor;
|
|
16513
|
-
default: null;
|
|
16514
|
-
validator(value: unknown): boolean;
|
|
16515
|
-
};
|
|
16516
|
-
scheme: {
|
|
16517
|
-
type: StringConstructor;
|
|
16518
|
-
default: string;
|
|
16519
|
-
};
|
|
16520
|
-
}>> & Readonly<{
|
|
16521
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
16522
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
16523
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
16524
|
-
}>, {
|
|
16525
|
-
filled: boolean;
|
|
16526
|
-
next: boolean;
|
|
16527
|
-
icon: string;
|
|
16528
|
-
clickable: boolean;
|
|
16529
|
-
size: string;
|
|
16530
|
-
lineHeight: string;
|
|
16531
|
-
scheme: string;
|
|
16532
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16533
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16534
|
-
UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16535
|
-
enabled: {
|
|
16536
|
-
type: BooleanConstructor;
|
|
16537
|
-
default: boolean;
|
|
16538
|
-
};
|
|
16539
|
-
icon: {
|
|
16540
|
-
type: StringConstructor;
|
|
16541
|
-
default: string;
|
|
16542
|
-
};
|
|
16543
|
-
size: {
|
|
16544
|
-
type: StringConstructor;
|
|
16545
|
-
default: string;
|
|
16546
|
-
validator(value: unknown): boolean;
|
|
16547
|
-
};
|
|
16548
|
-
scheme: {
|
|
16549
|
-
type: StringConstructor;
|
|
16550
|
-
default: string;
|
|
16551
|
-
};
|
|
16552
|
-
filled: {
|
|
16553
|
-
type: BooleanConstructor;
|
|
16554
|
-
default: boolean;
|
|
16555
|
-
};
|
|
16556
|
-
opacity: {
|
|
16557
|
-
type: BooleanConstructor;
|
|
16558
|
-
default: boolean;
|
|
16559
|
-
};
|
|
16560
|
-
}>, {}, {}, {
|
|
16561
|
-
iconSize(): any;
|
|
16562
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16563
|
-
enabled: {
|
|
16564
|
-
type: BooleanConstructor;
|
|
16565
|
-
default: boolean;
|
|
16566
|
-
};
|
|
16567
|
-
icon: {
|
|
16568
|
-
type: StringConstructor;
|
|
16569
|
-
default: string;
|
|
16570
|
-
};
|
|
16571
|
-
size: {
|
|
16572
|
-
type: StringConstructor;
|
|
16573
|
-
default: string;
|
|
16574
|
-
validator(value: unknown): boolean;
|
|
16575
|
-
};
|
|
16576
|
-
scheme: {
|
|
16577
|
-
type: StringConstructor;
|
|
16578
|
-
default: string;
|
|
16579
|
-
};
|
|
16580
|
-
filled: {
|
|
16581
|
-
type: BooleanConstructor;
|
|
16582
|
-
default: boolean;
|
|
16583
|
-
};
|
|
16584
|
-
opacity: {
|
|
16585
|
-
type: BooleanConstructor;
|
|
16586
|
-
default: boolean;
|
|
16587
|
-
};
|
|
16588
|
-
}>> & Readonly<{}>, {
|
|
16589
|
-
filled: boolean;
|
|
16590
|
-
icon: string;
|
|
16591
|
-
size: string;
|
|
16592
|
-
scheme: string;
|
|
16593
|
-
enabled: boolean;
|
|
16594
|
-
opacity: boolean;
|
|
16595
|
-
}, {}, {
|
|
16596
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16597
|
-
filled: {
|
|
16598
|
-
type: BooleanConstructor;
|
|
16599
|
-
};
|
|
16600
|
-
next: {
|
|
16601
|
-
type: BooleanConstructor;
|
|
16602
|
-
};
|
|
16603
|
-
icon: {
|
|
16604
|
-
type: StringConstructor;
|
|
16605
|
-
default: null;
|
|
16606
|
-
};
|
|
16607
|
-
clickable: {
|
|
16608
|
-
type: BooleanConstructor;
|
|
16609
|
-
default: boolean;
|
|
16610
|
-
};
|
|
16611
|
-
size: {
|
|
16612
|
-
type: StringConstructor;
|
|
16613
|
-
default: string;
|
|
16614
|
-
validator(value: unknown): boolean;
|
|
16615
|
-
};
|
|
16616
|
-
lineHeight: {
|
|
16617
|
-
type: StringConstructor;
|
|
16618
|
-
default: null;
|
|
16619
|
-
validator(value: unknown): boolean;
|
|
16620
|
-
};
|
|
16621
|
-
scheme: {
|
|
16622
|
-
type: StringConstructor;
|
|
16623
|
-
default: string;
|
|
16624
|
-
};
|
|
16625
|
-
}>, {}, {}, {
|
|
16626
|
-
svg(): any;
|
|
16627
|
-
materialSymbolsName(): any;
|
|
16628
|
-
}, {
|
|
16629
|
-
onClick($event: any): void;
|
|
16630
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16631
|
-
filled: {
|
|
16632
|
-
type: BooleanConstructor;
|
|
16633
|
-
};
|
|
16634
|
-
next: {
|
|
16635
|
-
type: BooleanConstructor;
|
|
16636
|
-
};
|
|
16637
|
-
icon: {
|
|
16638
|
-
type: StringConstructor;
|
|
16639
|
-
default: null;
|
|
16640
|
-
};
|
|
16641
|
-
clickable: {
|
|
16642
|
-
type: BooleanConstructor;
|
|
16643
|
-
default: boolean;
|
|
16644
|
-
};
|
|
16645
|
-
size: {
|
|
16646
|
-
type: StringConstructor;
|
|
16647
|
-
default: string;
|
|
16648
|
-
validator(value: unknown): boolean;
|
|
16649
|
-
};
|
|
16650
|
-
lineHeight: {
|
|
16651
|
-
type: StringConstructor;
|
|
16652
|
-
default: null;
|
|
16653
|
-
validator(value: unknown): boolean;
|
|
16654
|
-
};
|
|
16655
|
-
scheme: {
|
|
16656
|
-
type: StringConstructor;
|
|
16657
|
-
default: string;
|
|
16658
|
-
};
|
|
16659
|
-
}>> & Readonly<{
|
|
16660
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
16661
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
16662
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
16663
|
-
}>, {
|
|
16664
|
-
filled: boolean;
|
|
16665
|
-
next: boolean;
|
|
16666
|
-
icon: string;
|
|
16667
|
-
clickable: boolean;
|
|
16668
|
-
size: string;
|
|
16669
|
-
lineHeight: string;
|
|
16670
|
-
scheme: string;
|
|
16671
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16672
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16673
|
-
UnnnicChatsUserAvatar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16674
|
-
active: {
|
|
16675
|
-
type: BooleanConstructor;
|
|
16676
|
-
default: boolean;
|
|
16677
|
-
};
|
|
16678
|
-
clickable: {
|
|
16679
|
-
type: BooleanConstructor;
|
|
16680
|
-
default: boolean;
|
|
16681
|
-
};
|
|
16682
|
-
disabled: {
|
|
16683
|
-
type: BooleanConstructor;
|
|
16684
|
-
default: boolean;
|
|
16685
|
-
};
|
|
16686
|
-
size: {
|
|
16687
|
-
type: StringConstructor;
|
|
16688
|
-
default: string;
|
|
16689
|
-
validator: (value: unknown) => boolean;
|
|
16690
|
-
};
|
|
16691
|
-
username: {
|
|
16692
|
-
type: StringConstructor;
|
|
16693
|
-
required: true;
|
|
16694
|
-
};
|
|
16695
|
-
photoUrl: {
|
|
16696
|
-
type: StringConstructor;
|
|
16697
|
-
default: string;
|
|
16698
|
-
};
|
|
16699
|
-
}>, {}, {}, {
|
|
16700
|
-
getUsernameFirstCharacter(): string;
|
|
16701
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16702
|
-
active: {
|
|
16703
|
-
type: BooleanConstructor;
|
|
16704
|
-
default: boolean;
|
|
16705
|
-
};
|
|
16706
|
-
clickable: {
|
|
16707
|
-
type: BooleanConstructor;
|
|
16708
|
-
default: boolean;
|
|
16709
|
-
};
|
|
16710
|
-
disabled: {
|
|
16711
|
-
type: BooleanConstructor;
|
|
16712
|
-
default: boolean;
|
|
16713
|
-
};
|
|
16714
|
-
size: {
|
|
16715
|
-
type: StringConstructor;
|
|
16716
|
-
default: string;
|
|
16717
|
-
validator: (value: unknown) => boolean;
|
|
16718
|
-
};
|
|
16719
|
-
username: {
|
|
16720
|
-
type: StringConstructor;
|
|
16721
|
-
required: true;
|
|
16722
|
-
};
|
|
16723
|
-
photoUrl: {
|
|
16724
|
-
type: StringConstructor;
|
|
16725
|
-
default: string;
|
|
16726
|
-
};
|
|
16727
|
-
}>> & Readonly<{
|
|
16728
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
16729
|
-
}>, {
|
|
16730
|
-
clickable: boolean;
|
|
16731
|
-
size: string;
|
|
16732
|
-
disabled: boolean;
|
|
16733
|
-
active: boolean;
|
|
16734
|
-
photoUrl: string;
|
|
16735
|
-
}, {}, {
|
|
16736
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16737
|
-
filled: {
|
|
16738
|
-
type: BooleanConstructor;
|
|
16739
|
-
};
|
|
16740
|
-
next: {
|
|
16741
|
-
type: BooleanConstructor;
|
|
16742
|
-
};
|
|
16743
|
-
icon: {
|
|
16744
|
-
type: StringConstructor;
|
|
16745
|
-
default: null;
|
|
16746
|
-
};
|
|
16747
|
-
clickable: {
|
|
16748
|
-
type: BooleanConstructor;
|
|
16749
|
-
default: boolean;
|
|
16750
|
-
};
|
|
16751
|
-
size: {
|
|
16752
|
-
type: StringConstructor;
|
|
16753
|
-
default: string;
|
|
16754
|
-
validator(value: unknown): boolean;
|
|
16755
|
-
};
|
|
16756
|
-
lineHeight: {
|
|
16757
|
-
type: StringConstructor;
|
|
16758
|
-
default: null;
|
|
16759
|
-
validator(value: unknown): boolean;
|
|
16760
|
-
};
|
|
16761
|
-
scheme: {
|
|
16762
|
-
type: StringConstructor;
|
|
16763
|
-
default: string;
|
|
16764
|
-
};
|
|
16765
|
-
}>, {}, {}, {
|
|
16766
|
-
svg(): any;
|
|
16767
|
-
materialSymbolsName(): any;
|
|
16768
|
-
}, {
|
|
16769
|
-
onClick($event: any): void;
|
|
16770
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16771
|
-
filled: {
|
|
16772
|
-
type: BooleanConstructor;
|
|
16773
|
-
};
|
|
16774
|
-
next: {
|
|
16775
|
-
type: BooleanConstructor;
|
|
16776
|
-
};
|
|
16777
|
-
icon: {
|
|
16778
|
-
type: StringConstructor;
|
|
16779
|
-
default: null;
|
|
16780
|
-
};
|
|
16781
|
-
clickable: {
|
|
16782
|
-
type: BooleanConstructor;
|
|
16783
|
-
default: boolean;
|
|
16784
|
-
};
|
|
16785
|
-
size: {
|
|
16786
|
-
type: StringConstructor;
|
|
16787
|
-
default: string;
|
|
16788
|
-
validator(value: unknown): boolean;
|
|
16789
|
-
};
|
|
16790
|
-
lineHeight: {
|
|
16791
|
-
type: StringConstructor;
|
|
16792
|
-
default: null;
|
|
16793
|
-
validator(value: unknown): boolean;
|
|
16794
|
-
};
|
|
16795
|
-
scheme: {
|
|
16796
|
-
type: StringConstructor;
|
|
16797
|
-
default: string;
|
|
16798
|
-
};
|
|
16799
|
-
}>> & Readonly<{
|
|
16800
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
16801
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
16802
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
16803
|
-
}>, {
|
|
16804
|
-
filled: boolean;
|
|
16805
|
-
next: boolean;
|
|
16806
|
-
icon: string;
|
|
16807
|
-
clickable: boolean;
|
|
16808
|
-
size: string;
|
|
16809
|
-
lineHeight: string;
|
|
16810
|
-
scheme: string;
|
|
16811
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16812
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16813
|
-
UnnnicBreadcrumb: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16814
|
-
crumbs: {
|
|
16815
|
-
type: ArrayConstructor;
|
|
16816
|
-
default: null;
|
|
16817
|
-
validator: (crumb: unknown) => any;
|
|
16818
|
-
};
|
|
16819
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "crumb-click"[], "crumb-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16820
|
-
crumbs: {
|
|
16821
|
-
type: ArrayConstructor;
|
|
16822
|
-
default: null;
|
|
16823
|
-
validator: (crumb: unknown) => any;
|
|
16824
|
-
};
|
|
16825
|
-
}>> & Readonly<{
|
|
16826
|
-
"onCrumb-click"?: ((...args: any[]) => any) | undefined;
|
|
16827
|
-
}>, {
|
|
16828
|
-
crumbs: unknown[];
|
|
16829
|
-
}, {}, {
|
|
16830
|
-
UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16831
|
-
filled: {
|
|
16832
|
-
type: BooleanConstructor;
|
|
16833
|
-
};
|
|
16834
|
-
next: {
|
|
16835
|
-
type: BooleanConstructor;
|
|
16836
|
-
};
|
|
16837
|
-
icon: {
|
|
16838
|
-
type: StringConstructor;
|
|
16839
|
-
default: null;
|
|
16840
|
-
};
|
|
16841
|
-
clickable: {
|
|
16842
|
-
type: BooleanConstructor;
|
|
16843
|
-
default: boolean;
|
|
16844
|
-
};
|
|
16845
|
-
size: {
|
|
16846
|
-
type: StringConstructor;
|
|
16847
|
-
default: string;
|
|
16848
|
-
validator(value: unknown): boolean;
|
|
16849
|
-
};
|
|
16850
|
-
lineHeight: {
|
|
16851
|
-
type: StringConstructor;
|
|
16852
|
-
default: null;
|
|
16853
|
-
validator(value: unknown): boolean;
|
|
16854
|
-
};
|
|
16855
|
-
scheme: {
|
|
16856
|
-
type: StringConstructor;
|
|
16857
|
-
default: string;
|
|
16858
|
-
};
|
|
16859
|
-
}>, {}, {}, {
|
|
16860
|
-
svg(): any;
|
|
16861
|
-
materialSymbolsName(): any;
|
|
16862
|
-
}, {
|
|
16863
|
-
onClick($event: any): void;
|
|
16864
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16865
|
-
filled: {
|
|
16866
|
-
type: BooleanConstructor;
|
|
16867
|
-
};
|
|
16868
|
-
next: {
|
|
16869
|
-
type: BooleanConstructor;
|
|
16870
|
-
};
|
|
16871
|
-
icon: {
|
|
16872
|
-
type: StringConstructor;
|
|
16873
|
-
default: null;
|
|
16874
|
-
};
|
|
16875
|
-
clickable: {
|
|
16876
|
-
type: BooleanConstructor;
|
|
16877
|
-
default: boolean;
|
|
16878
|
-
};
|
|
16879
|
-
size: {
|
|
16880
|
-
type: StringConstructor;
|
|
16881
|
-
default: string;
|
|
16882
|
-
validator(value: unknown): boolean;
|
|
16883
|
-
};
|
|
16884
|
-
lineHeight: {
|
|
16885
|
-
type: StringConstructor;
|
|
16886
|
-
default: null;
|
|
16887
|
-
validator(value: unknown): boolean;
|
|
16888
|
-
};
|
|
16889
|
-
scheme: {
|
|
16890
|
-
type: StringConstructor;
|
|
16891
|
-
default: string;
|
|
16892
|
-
};
|
|
16893
|
-
}>> & Readonly<{
|
|
16894
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
16895
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
16896
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
16897
|
-
}>, {
|
|
16898
|
-
filled: boolean;
|
|
16899
|
-
next: boolean;
|
|
16900
|
-
icon: string;
|
|
16901
|
-
clickable: boolean;
|
|
16902
|
-
size: string;
|
|
16903
|
-
lineHeight: string;
|
|
16904
|
-
scheme: string;
|
|
16905
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16906
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16907
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16230
|
+
export declare const unnnicChatsHeader: VueComponent;
|
|
16908
16231
|
export declare const unnnicChatsMessage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16909
16232
|
enableReply: {
|
|
16910
16233
|
type: BooleanConstructor;
|