@uzum-tech/ui 1.8.0 → 1.8.1

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.
@@ -3992,6 +3992,1763 @@ declare const _default: import("vue").DefineComponent<{
3992
3992
  }>>>;
3993
3993
  }, {
3994
3994
  mergedClsPrefixRef: import("vue").Ref<string>;
3995
+ mergedTheme: import("vue").Ref<{
3996
+ common: import("../..").ThemeCommonVars;
3997
+ self: {
3998
+ backgroundColor: string;
3999
+ borderColor: string;
4000
+ sidebarBackgroundColor: string;
4001
+ sidebarBorderColor: string;
4002
+ sidebarItemBackgroundColor: string;
4003
+ sidebarItemBackgroundColorHover: string;
4004
+ sidebarItemBackgroundColorSelected: string;
4005
+ sidebarItemTextColor: string;
4006
+ sidebarItemTextColorSelected: string;
4007
+ sidebarItemSubtitleColor: string;
4008
+ sidebarItemTimeColor: string;
4009
+ mainBackgroundColor: string;
4010
+ headerBackgroundColor: string;
4011
+ headerBorderColor: string;
4012
+ headerTitleColor: string;
4013
+ messageBubbleBackgroundColorOwn: string;
4014
+ messageBubbleBackgroundColorOther: string;
4015
+ messageBubbleTextColorOwn: string;
4016
+ messageBubbleTextColorOther: string;
4017
+ messageTimeColor: string;
4018
+ messageStatusColor: string;
4019
+ attachmentBackgroundColorOwn: string;
4020
+ attachmentBackgroundColorOther: string;
4021
+ footerBackgroundColor: string;
4022
+ footerBorderColor: string;
4023
+ inputBackgroundColor: string;
4024
+ inputBorderColor: string;
4025
+ unreadNotificationBackgroundColor: string;
4026
+ unreadNotificationTextColor: string;
4027
+ typingIndicatorColor: string;
4028
+ dateSeparatorColor: string;
4029
+ dateSeparatorBackgroundColor: string;
4030
+ borderRadius: string;
4031
+ errorColor: string;
4032
+ };
4033
+ peers: {
4034
+ Input: import("../../_mixins").Theme<"Input", {
4035
+ paddingTiny: string;
4036
+ paddingSmall: string;
4037
+ paddingMedium: string;
4038
+ paddingLarge: string;
4039
+ paddingHuge: string;
4040
+ clearSize: string;
4041
+ countTextColorDisabled: string;
4042
+ countTextColor: string;
4043
+ heightTiny: string;
4044
+ heightSmall: string;
4045
+ heightMedium: string;
4046
+ heightLarge: string;
4047
+ heightHuge: string;
4048
+ fontSizeTiny: string;
4049
+ fontSizeSmall: string;
4050
+ fontSizeMedium: string;
4051
+ fontSizeLarge: string;
4052
+ fontSizeHuge: string;
4053
+ lineHeight: string;
4054
+ lineHeightTextarea: string;
4055
+ borderRadius: string;
4056
+ iconSize: string;
4057
+ groupLabelTextColor: string;
4058
+ textColor: string;
4059
+ textColorDisabled: string;
4060
+ textDecorationColor: string;
4061
+ caretColor: string;
4062
+ placeholderColor: string;
4063
+ placeholderColorDisabled: string;
4064
+ color: string;
4065
+ colorDisabled: string;
4066
+ colorFocus: string;
4067
+ groupLabelBorder: string;
4068
+ border: string;
4069
+ borderHover: string;
4070
+ borderDisabled: string;
4071
+ borderFocus: string;
4072
+ boxShadowFocus: string;
4073
+ loadingColor: string;
4074
+ loadingColorWarning: string;
4075
+ borderWarning: string;
4076
+ borderHoverWarning: string;
4077
+ colorFocusWarning: string;
4078
+ borderFocusWarning: string;
4079
+ boxShadowFocusWarning: string;
4080
+ caretColorWarning: string;
4081
+ loadingColorError: string;
4082
+ borderError: string;
4083
+ borderHoverError: string;
4084
+ colorFocusError: string;
4085
+ borderFocusError: string;
4086
+ boxShadowFocusError: string;
4087
+ caretColorError: string;
4088
+ clearColor: string;
4089
+ clearColorHover: string;
4090
+ clearColorPressed: string;
4091
+ iconColor: string;
4092
+ iconColorDisabled: string;
4093
+ iconColorHover: string;
4094
+ iconColorPressed: string;
4095
+ suffixTextColor: string;
4096
+ selectionColor: string;
4097
+ }, any>;
4098
+ Empty: import("../../_mixins").Theme<"Empty", {
4099
+ iconSizeSmall: string;
4100
+ iconSizeMedium: string;
4101
+ iconSizeLarge: string;
4102
+ iconSizeHuge: string;
4103
+ titleFontSizeSmall: string;
4104
+ titleFontSizeMedium: string;
4105
+ titleFontSizeLarge: string;
4106
+ titleFontSizeHuge: string;
4107
+ descriptionFontSizeSmall: string;
4108
+ descriptionFontSizeMedium: string;
4109
+ descriptionFontSizeLarge: string;
4110
+ descriptionFontSizeHuge: string;
4111
+ titleColor: string;
4112
+ descriptionColor: string;
4113
+ iconColor: string;
4114
+ iconBgColor: string;
4115
+ extraTextColor: string;
4116
+ }, any>;
4117
+ Select: import("../../_mixins").Theme<"Select", {
4118
+ menuBoxShadow: string;
4119
+ }, {
4120
+ InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
4121
+ paddingTiny: string;
4122
+ paddingSmall: string;
4123
+ paddingMedium: string;
4124
+ paddingLarge: string;
4125
+ paddingHuge: string;
4126
+ clearSizeTiny: string;
4127
+ clearSizeSmall: string;
4128
+ clearSizeMedium: string;
4129
+ clearSizeLarge: string;
4130
+ clearSizeHuge: string;
4131
+ arrowSizeTiny: string;
4132
+ arrowSizeSmall: string;
4133
+ arrowSizeMedium: string;
4134
+ arrowSizeLarge: string;
4135
+ arrowSizeHuge: string;
4136
+ fontSizeTiny: string;
4137
+ fontSizeSmall: string;
4138
+ fontSizeMedium: string;
4139
+ fontSizeLarge: string;
4140
+ fontSizeHuge: string;
4141
+ lineHeightTiny: string;
4142
+ lineHeightSmall: string;
4143
+ lineHeightMedium: string;
4144
+ lineHeightLarge: string;
4145
+ lineHeightHuge: string;
4146
+ heightTiny: string;
4147
+ heightSmall: string;
4148
+ heightMedium: string;
4149
+ heightLarge: string;
4150
+ heightHuge: string;
4151
+ borderRadiusTiny: string;
4152
+ borderRadiusSmall: string;
4153
+ borderRadiusMedium: string;
4154
+ borderRadiusLarge: string;
4155
+ borderRadiusHuge: string;
4156
+ textColor: string;
4157
+ textColorDisabled: string;
4158
+ placeholderColor: string;
4159
+ placeholderColorDisabled: string;
4160
+ color: string;
4161
+ colorFilled: string;
4162
+ colorDisabled: string;
4163
+ colorActive: string;
4164
+ border: string;
4165
+ borderFilled: string;
4166
+ borderHover: string;
4167
+ borderActive: string;
4168
+ borderFocus: string;
4169
+ borderDisabled: string;
4170
+ boxShadowHover: string;
4171
+ boxShadowActive: string;
4172
+ boxShadowFocus: string;
4173
+ caretColor: string;
4174
+ arrowColor: string;
4175
+ arrowColorHover: string;
4176
+ arrowColorDisabled: string;
4177
+ loadingColor: string;
4178
+ borderWarning: string;
4179
+ borderHoverWarning: string;
4180
+ borderActiveWarning: string;
4181
+ borderFocusWarning: string;
4182
+ boxShadowHoverWarning: string;
4183
+ boxShadowActiveWarning: string;
4184
+ boxShadowFocusWarning: string;
4185
+ colorActiveWarning: string;
4186
+ caretColorWarning: string;
4187
+ borderError: string;
4188
+ borderHoverError: string;
4189
+ borderActiveError: string;
4190
+ borderFocusError: string;
4191
+ boxShadowHoverError: string;
4192
+ boxShadowActiveError: string;
4193
+ boxShadowFocusError: string;
4194
+ colorActiveError: string;
4195
+ caretColorError: string;
4196
+ clearColor: string;
4197
+ clearColorHover: string;
4198
+ clearColorPressed: string;
4199
+ caretColorSecondary: string;
4200
+ filterCounterTextColor: string;
4201
+ filterCounterTextColorDisabled: string;
4202
+ arrowColorSecondary: string;
4203
+ clearColorSecondary: string;
4204
+ colorSecondary: string;
4205
+ textColorSecondary: string;
4206
+ borderSecondary: string;
4207
+ arrowColorDisabledSecondary: string;
4208
+ clearColorDisabledSecondary: string;
4209
+ colorDisabledSecondary: string;
4210
+ textColorDisabledSecondary: string;
4211
+ borderDisabledSecondary: string;
4212
+ arrowColorHoverSecondary: string;
4213
+ clearColorHoverSecondary: string;
4214
+ colorHoverSecondary: string;
4215
+ textColorHoverSecondary: string;
4216
+ borderHoverSecondary: string;
4217
+ arrowColorFocusSecondary: string;
4218
+ clearColorFocusSecondary: string;
4219
+ colorFocusSecondary: string;
4220
+ textColorFocusSecondary: string;
4221
+ borderFocusSecondary: string;
4222
+ arrowColorActiveSecondary: string;
4223
+ clearColorActiveSecondary: string;
4224
+ colorActiveSecondary: string;
4225
+ textColorActiveSecondary: string;
4226
+ borderActiveSecondary: string;
4227
+ }, {
4228
+ Popover: import("../../_mixins").Theme<"Popover", {
4229
+ space: string;
4230
+ spaceArrow: string;
4231
+ arrowOffset: string;
4232
+ arrowOffsetVertical: string;
4233
+ arrowHeight: string;
4234
+ padding: string;
4235
+ fontSize: string;
4236
+ borderRadius: string;
4237
+ color: string;
4238
+ dividerColor: string;
4239
+ textColor: string;
4240
+ boxShadow: string;
4241
+ }, any>;
4242
+ }>;
4243
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
4244
+ height: string;
4245
+ paddingSmall: string;
4246
+ paddingMedium: string;
4247
+ paddingLarge: string;
4248
+ optionPaddingSmall: string;
4249
+ optionPaddingMedium: string;
4250
+ optionPaddingLarge: string;
4251
+ loadingSize: string;
4252
+ optionFontSizeSmall: string;
4253
+ optionFontSizeMedium: string;
4254
+ optionFontSizeLarge: string;
4255
+ optionHeightSmall: string;
4256
+ optionHeightMedium: string;
4257
+ optionHeightLarge: string;
4258
+ optionBorderRadius: string;
4259
+ borderRadius: string;
4260
+ color: string;
4261
+ groupHeaderTextColor: string;
4262
+ actionDividerColor: string;
4263
+ optionTextColor: string;
4264
+ optionTextColorPressed: string;
4265
+ optionTextColorDisabled: string;
4266
+ optionTextColorActive: string;
4267
+ optionOpacityDisabled: string;
4268
+ optionCheckColor: string;
4269
+ optionColorPending: string;
4270
+ optionColorActive: string;
4271
+ optionGroupHeaderBorderColor: string;
4272
+ optionColorActivePending: string;
4273
+ actionTextColor: string;
4274
+ loadingColor: string;
4275
+ }, {
4276
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
4277
+ color: string;
4278
+ colorHover: string;
4279
+ }, any>;
4280
+ Empty: import("../../_mixins").Theme<"Empty", {
4281
+ iconSizeSmall: string;
4282
+ iconSizeMedium: string;
4283
+ iconSizeLarge: string;
4284
+ iconSizeHuge: string;
4285
+ titleFontSizeSmall: string;
4286
+ titleFontSizeMedium: string;
4287
+ titleFontSizeLarge: string;
4288
+ titleFontSizeHuge: string;
4289
+ descriptionFontSizeSmall: string;
4290
+ descriptionFontSizeMedium: string;
4291
+ descriptionFontSizeLarge: string;
4292
+ descriptionFontSizeHuge: string;
4293
+ titleColor: string;
4294
+ descriptionColor: string;
4295
+ iconColor: string;
4296
+ iconBgColor: string;
4297
+ extraTextColor: string;
4298
+ }, any>;
4299
+ }>;
4300
+ }>;
4301
+ Avatar: import("../../_mixins").Theme<"Avatar", {
4302
+ borderRadius: string;
4303
+ fontSize: string;
4304
+ fontWeight: string;
4305
+ border: string;
4306
+ heightTiny: string;
4307
+ heightSmall: string;
4308
+ heightMedium: string;
4309
+ heightLarge: string;
4310
+ textColor: string;
4311
+ iconColor: string;
4312
+ color: string;
4313
+ iconSize: string;
4314
+ }, any>;
4315
+ Badge: import("../../_mixins").Theme<"Badge", {
4316
+ color: string;
4317
+ colorPrime: string;
4318
+ colorInfo: string;
4319
+ colorSuccess: string;
4320
+ colorError: string;
4321
+ colorWarning: string;
4322
+ fontSize: string;
4323
+ textColor: string;
4324
+ textColorPrime: string;
4325
+ textColorInfo: string;
4326
+ textColorSuccess: string;
4327
+ textColorError: string;
4328
+ textColorWarning: string;
4329
+ borderColor: string;
4330
+ dotSize: string;
4331
+ }, any>;
4332
+ Button: import("../../_mixins").Theme<"Button", {
4333
+ heightTiny: string;
4334
+ heightSmall: string;
4335
+ heightMedium: string;
4336
+ heightLarge: string;
4337
+ borderRadiusTiny: string;
4338
+ borderRadiusSmall: string;
4339
+ borderRadiusMedium: string;
4340
+ borderRadiusLarge: string;
4341
+ fontSizeTiny: string;
4342
+ fontSizeSmall: string;
4343
+ fontSizeMedium: string;
4344
+ fontSizeLarge: string;
4345
+ opacityDisabled: string;
4346
+ colorOpacitySecondary: string;
4347
+ colorOpacitySecondaryHover: string;
4348
+ colorOpacitySecondaryPressed: string;
4349
+ colorOpacitySecondaryFocus: string;
4350
+ colorSecondary: string;
4351
+ colorSecondaryHover: string;
4352
+ colorSecondaryPressed: string;
4353
+ waveColorSecondary: string;
4354
+ colorTertiary: string;
4355
+ colorTertiaryHover: string;
4356
+ colorTertiaryPressed: string;
4357
+ colorTertiaryDisalbed: string;
4358
+ waveColorTertiary: string;
4359
+ textColorTextTertiary: string;
4360
+ colorQuaternary: string;
4361
+ colorQuaternaryHover: string;
4362
+ colorQuaternaryPressed: string;
4363
+ color: string;
4364
+ colorHover: string;
4365
+ colorPressed: string;
4366
+ colorFocus: string;
4367
+ colorDisabled: string;
4368
+ textColor: string;
4369
+ textTertiary: string;
4370
+ textColorTertiary: string;
4371
+ textColorHover: string;
4372
+ textColorPressed: string;
4373
+ textColorFocus: string;
4374
+ textColorDisabled: string;
4375
+ textColorText: string;
4376
+ textColorTextHover: string;
4377
+ textColorTextPressed: string;
4378
+ textColorTextFocus: string;
4379
+ textColorTextDisabled: string;
4380
+ textColorGhost: string;
4381
+ textColorGhostHover: string;
4382
+ textColorGhostPressed: string;
4383
+ textColorGhostFocus: string;
4384
+ textColorGhostDisabled: string;
4385
+ border: string;
4386
+ borderHover: string;
4387
+ borderPressed: string;
4388
+ borderFocus: string;
4389
+ borderDisabled: string;
4390
+ rippleColor: string;
4391
+ colorPrimary: string;
4392
+ colorHoverPrimary: string;
4393
+ colorPressedPrimary: string;
4394
+ colorFocusPrimary: string;
4395
+ colorDisabledPrimary: string;
4396
+ waveColorPrimary: string;
4397
+ textColorPrimary: string;
4398
+ textColorHoverPrimary: string;
4399
+ textColorPressedPrimary: string;
4400
+ textColorFocusPrimary: string;
4401
+ textColorDisabledPrimary: string;
4402
+ textColorTextPrimary: string;
4403
+ textColorTextHoverPrimary: string;
4404
+ textColorTextPressedPrimary: string;
4405
+ textColorTextFocusPrimary: string;
4406
+ textColorTextDisabledPrimary: string;
4407
+ textColorGhostPrimary: string;
4408
+ textColorGhostHoverPrimary: string;
4409
+ textColorGhostPressedPrimary: string;
4410
+ textColorGhostFocusPrimary: string;
4411
+ textColorGhostDisabledPrimary: string;
4412
+ borderPrimary: string;
4413
+ borderHoverPrimary: string;
4414
+ borderPressedPrimary: string;
4415
+ borderFocusPrimary: string;
4416
+ borderDisabledPrimary: string;
4417
+ rippleColorPrimary: string;
4418
+ colorInfo: string;
4419
+ colorHoverInfo: string;
4420
+ colorPressedInfo: string;
4421
+ colorFocusInfo: string;
4422
+ colorDisabledInfo: string;
4423
+ textColorInfo: string;
4424
+ textColorHoverInfo: string;
4425
+ textColorPressedInfo: string;
4426
+ textColorFocusInfo: string;
4427
+ textColorDisabledInfo: string;
4428
+ textColorTextInfo: string;
4429
+ textColorTextHoverInfo: string;
4430
+ textColorTextPressedInfo: string;
4431
+ textColorTextFocusInfo: string;
4432
+ textColorTextDisabledInfo: string;
4433
+ textColorGhostInfo: string;
4434
+ textColorGhostHoverInfo: string;
4435
+ textColorGhostPressedInfo: string;
4436
+ textColorGhostFocusInfo: string;
4437
+ textColorGhostDisabledInfo: string;
4438
+ borderInfo: string;
4439
+ borderHoverInfo: string;
4440
+ borderPressedInfo: string;
4441
+ borderFocusInfo: string;
4442
+ borderDisabledInfo: string;
4443
+ rippleColorInfo: string;
4444
+ colorSuccess: string;
4445
+ colorHoverSuccess: string;
4446
+ colorPressedSuccess: string;
4447
+ colorFocusSuccess: string;
4448
+ colorDisabledSuccess: string;
4449
+ textColorSuccess: string;
4450
+ textColorHoverSuccess: string;
4451
+ textColorPressedSuccess: string;
4452
+ textColorFocusSuccess: string;
4453
+ textColorDisabledSuccess: string;
4454
+ textColorTextSuccess: string;
4455
+ textColorTextHoverSuccess: string;
4456
+ textColorTextPressedSuccess: string;
4457
+ textColorTextFocusSuccess: string;
4458
+ textColorTextDisabledSuccess: string;
4459
+ textColorGhostSuccess: string;
4460
+ textColorGhostHoverSuccess: string;
4461
+ textColorGhostPressedSuccess: string;
4462
+ textColorGhostFocusSuccess: string;
4463
+ textColorGhostDisabledSuccess: string;
4464
+ borderSuccess: string;
4465
+ borderHoverSuccess: string;
4466
+ borderPressedSuccess: string;
4467
+ borderFocusSuccess: string;
4468
+ borderDisabledSuccess: string;
4469
+ rippleColorSuccess: string;
4470
+ colorWarning: string;
4471
+ colorHoverWarning: string;
4472
+ colorPressedWarning: string;
4473
+ colorFocusWarning: string;
4474
+ colorDisabledWarning: string;
4475
+ textColorWarning: string;
4476
+ textColorHoverWarning: string;
4477
+ textColorPressedWarning: string;
4478
+ textColorFocusWarning: string;
4479
+ textColorDisabledWarning: string;
4480
+ textColorTextWarning: string;
4481
+ textColorTextHoverWarning: string;
4482
+ textColorTextPressedWarning: string;
4483
+ textColorTextFocusWarning: string;
4484
+ textColorTextDisabledWarning: string;
4485
+ textColorGhostWarning: string;
4486
+ textColorGhostHoverWarning: string;
4487
+ textColorGhostPressedWarning: string;
4488
+ textColorGhostFocusWarning: string;
4489
+ textColorGhostDisabledWarning: string;
4490
+ borderWarning: string;
4491
+ borderHoverWarning: string;
4492
+ borderPressedWarning: string;
4493
+ borderFocusWarning: string;
4494
+ borderDisabledWarning: string;
4495
+ rippleColorWarning: string;
4496
+ colorError: string;
4497
+ colorHoverError: string;
4498
+ colorPressedError: string;
4499
+ colorFocusError: string;
4500
+ colorDisabledError: string;
4501
+ textColorError: string;
4502
+ textColorHoverError: string;
4503
+ textColorPressedError: string;
4504
+ textColorFocusError: string;
4505
+ textColorDisabledError: string;
4506
+ textColorTextError: string;
4507
+ textColorTextHoverError: string;
4508
+ textColorTextPressedError: string;
4509
+ textColorTextFocusError: string;
4510
+ textColorTextDisabledError: string;
4511
+ textColorGhostError: string;
4512
+ textColorGhostHoverError: string;
4513
+ textColorGhostPressedError: string;
4514
+ textColorGhostFocusError: string;
4515
+ textColorGhostDisabledError: string;
4516
+ borderError: string;
4517
+ borderHoverError: string;
4518
+ borderPressedError: string;
4519
+ borderFocusError: string;
4520
+ borderDisabledError: string;
4521
+ rippleColorError: string;
4522
+ waveOpacity: string;
4523
+ fontWeight: string;
4524
+ fontWeightStrong: string;
4525
+ paddingTiny: string;
4526
+ paddingSmall: string;
4527
+ paddingMedium: string;
4528
+ paddingLarge: string;
4529
+ paddingRoundTiny: string;
4530
+ paddingRoundSmall: string;
4531
+ paddingRoundMedium: string;
4532
+ paddingRoundLarge: string;
4533
+ iconMarginTiny: string;
4534
+ iconMarginSmall: string;
4535
+ iconMarginMedium: string;
4536
+ iconMarginLarge: string;
4537
+ iconSizeTiny: string;
4538
+ iconSizeSmall: string;
4539
+ iconSizeMedium: string;
4540
+ iconSizeLarge: string;
4541
+ rippleDuration: string;
4542
+ }, any>;
4543
+ Icon: import("../../_mixins").Theme<"Icon", {
4544
+ color: string;
4545
+ opacity1Depth: string;
4546
+ opacity2Depth: string;
4547
+ opacity3Depth: string;
4548
+ opacity4Depth: string;
4549
+ opacity5Depth: string;
4550
+ }, any>;
4551
+ List: import("../../_mixins").Theme<"List", {
4552
+ iconSize: string;
4553
+ iconSpace: string;
4554
+ suffixSpace: string;
4555
+ prefixSpace: string;
4556
+ subtitleColor: string;
4557
+ avatarSpace: string;
4558
+ colorFocus: string;
4559
+ pressedScale: string;
4560
+ textColorDisabled: string;
4561
+ textColor: string;
4562
+ color: string;
4563
+ colorHover: string;
4564
+ colorModal: string;
4565
+ colorHoverModal: string;
4566
+ colorPopover: string;
4567
+ colorHoverPopover: string;
4568
+ borderColor: string;
4569
+ borderColorModal: string;
4570
+ borderColorPopover: string;
4571
+ borderRadiusLarge: string;
4572
+ borderRadiusMedium: string;
4573
+ borderRadiusSmall: string;
4574
+ padding: string;
4575
+ suffixSize: string;
4576
+ }, any>;
4577
+ Typography: import("../../_mixins").Theme<"Typography", {
4578
+ headerFontSize1: string;
4579
+ headerFontSize2: string;
4580
+ headerFontSize3: string;
4581
+ headerFontSize4: string;
4582
+ headerFontSize5: string;
4583
+ headerFontSize6: string;
4584
+ headerMargin1: string;
4585
+ headerMargin2: string;
4586
+ headerMargin3: string;
4587
+ headerMargin4: string;
4588
+ headerMargin5: string;
4589
+ headerMargin6: string;
4590
+ headerPrefixWidth1: string;
4591
+ headerPrefixWidth2: string;
4592
+ headerPrefixWidth3: string;
4593
+ headerPrefixWidth4: string;
4594
+ headerPrefixWidth5: string;
4595
+ headerPrefixWidth6: string;
4596
+ headerBarWidth1: string;
4597
+ headerBarWidth2: string;
4598
+ headerBarWidth3: string;
4599
+ headerBarWidth4: string;
4600
+ headerBarWidth5: string;
4601
+ headerBarWidth6: string;
4602
+ pMargin: string;
4603
+ margin: string;
4604
+ liMargin: string;
4605
+ olPadding: string;
4606
+ ulPadding: string;
4607
+ aTextColor: string;
4608
+ blockquoteTextColor: string;
4609
+ blockquotePrefixColor: string;
4610
+ blockquoteLineHeight: string;
4611
+ blockquoteFontSize: string;
4612
+ codeBorderRadius: string;
4613
+ liTextColor: string;
4614
+ liLineHeight: string;
4615
+ liFontSize: string;
4616
+ hrColor: string;
4617
+ headerFontWeight: string;
4618
+ headerTextColor: string;
4619
+ pTextColor: string;
4620
+ pTextColor1Depth: string;
4621
+ pTextColor2Depth: string;
4622
+ pTextColor3Depth: string;
4623
+ pLineHeight: string;
4624
+ pFontSize: string;
4625
+ fontSize: string;
4626
+ lineHeight: string;
4627
+ headerBarColor: string;
4628
+ headerBarColorPrimary: string;
4629
+ headerBarColorInfo: string;
4630
+ headerBarColorError: string;
4631
+ headerBarColorWarning: string;
4632
+ headerBarColorSuccess: string;
4633
+ textColor: string;
4634
+ textColor1Depth: string;
4635
+ textColor2Depth: string;
4636
+ textColor3Depth: string;
4637
+ textColorPrimary: string;
4638
+ textColorInfo: string;
4639
+ textColorSuccess: string;
4640
+ textColorWarning: string;
4641
+ textColorError: string;
4642
+ codeTextColor: string;
4643
+ codeColor: string;
4644
+ codeBorder: string;
4645
+ }, any>;
4646
+ };
4647
+ peerOverrides: {
4648
+ Input?: {
4649
+ peers?: {
4650
+ [x: string]: any;
4651
+ } | undefined;
4652
+ } | undefined;
4653
+ Empty?: {
4654
+ peers?: {
4655
+ [x: string]: any;
4656
+ } | undefined;
4657
+ } | undefined;
4658
+ Select?: {
4659
+ peers?: {
4660
+ InternalSelection?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"InternalSelection", {
4661
+ paddingTiny: string;
4662
+ paddingSmall: string;
4663
+ paddingMedium: string;
4664
+ paddingLarge: string;
4665
+ paddingHuge: string;
4666
+ clearSizeTiny: string;
4667
+ clearSizeSmall: string;
4668
+ clearSizeMedium: string;
4669
+ clearSizeLarge: string;
4670
+ clearSizeHuge: string;
4671
+ arrowSizeTiny: string;
4672
+ arrowSizeSmall: string;
4673
+ arrowSizeMedium: string;
4674
+ arrowSizeLarge: string;
4675
+ arrowSizeHuge: string;
4676
+ fontSizeTiny: string;
4677
+ fontSizeSmall: string;
4678
+ fontSizeMedium: string;
4679
+ fontSizeLarge: string;
4680
+ fontSizeHuge: string;
4681
+ lineHeightTiny: string;
4682
+ lineHeightSmall: string;
4683
+ lineHeightMedium: string;
4684
+ lineHeightLarge: string;
4685
+ lineHeightHuge: string;
4686
+ heightTiny: string;
4687
+ heightSmall: string;
4688
+ heightMedium: string;
4689
+ heightLarge: string;
4690
+ heightHuge: string;
4691
+ borderRadiusTiny: string;
4692
+ borderRadiusSmall: string;
4693
+ borderRadiusMedium: string;
4694
+ borderRadiusLarge: string;
4695
+ borderRadiusHuge: string;
4696
+ textColor: string;
4697
+ textColorDisabled: string;
4698
+ placeholderColor: string;
4699
+ placeholderColorDisabled: string;
4700
+ color: string;
4701
+ colorFilled: string;
4702
+ colorDisabled: string;
4703
+ colorActive: string;
4704
+ border: string;
4705
+ borderFilled: string;
4706
+ borderHover: string;
4707
+ borderActive: string;
4708
+ borderFocus: string;
4709
+ borderDisabled: string;
4710
+ boxShadowHover: string;
4711
+ boxShadowActive: string;
4712
+ boxShadowFocus: string;
4713
+ caretColor: string;
4714
+ arrowColor: string;
4715
+ arrowColorHover: string;
4716
+ arrowColorDisabled: string;
4717
+ loadingColor: string;
4718
+ borderWarning: string;
4719
+ borderHoverWarning: string;
4720
+ borderActiveWarning: string;
4721
+ borderFocusWarning: string;
4722
+ boxShadowHoverWarning: string;
4723
+ boxShadowActiveWarning: string;
4724
+ boxShadowFocusWarning: string;
4725
+ colorActiveWarning: string;
4726
+ caretColorWarning: string;
4727
+ borderError: string;
4728
+ borderHoverError: string;
4729
+ borderActiveError: string;
4730
+ borderFocusError: string;
4731
+ boxShadowHoverError: string;
4732
+ boxShadowActiveError: string;
4733
+ boxShadowFocusError: string;
4734
+ colorActiveError: string;
4735
+ caretColorError: string;
4736
+ clearColor: string;
4737
+ clearColorHover: string;
4738
+ clearColorPressed: string;
4739
+ caretColorSecondary: string;
4740
+ filterCounterTextColor: string;
4741
+ filterCounterTextColorDisabled: string;
4742
+ arrowColorSecondary: string;
4743
+ clearColorSecondary: string;
4744
+ colorSecondary: string;
4745
+ textColorSecondary: string;
4746
+ borderSecondary: string;
4747
+ arrowColorDisabledSecondary: string;
4748
+ clearColorDisabledSecondary: string;
4749
+ colorDisabledSecondary: string;
4750
+ textColorDisabledSecondary: string;
4751
+ borderDisabledSecondary: string;
4752
+ arrowColorHoverSecondary: string;
4753
+ clearColorHoverSecondary: string;
4754
+ colorHoverSecondary: string;
4755
+ textColorHoverSecondary: string;
4756
+ borderHoverSecondary: string;
4757
+ arrowColorFocusSecondary: string;
4758
+ clearColorFocusSecondary: string;
4759
+ colorFocusSecondary: string;
4760
+ textColorFocusSecondary: string;
4761
+ borderFocusSecondary: string;
4762
+ arrowColorActiveSecondary: string;
4763
+ clearColorActiveSecondary: string;
4764
+ colorActiveSecondary: string;
4765
+ textColorActiveSecondary: string;
4766
+ borderActiveSecondary: string;
4767
+ }, {
4768
+ Popover: import("../../_mixins").Theme<"Popover", {
4769
+ space: string;
4770
+ spaceArrow: string;
4771
+ arrowOffset: string;
4772
+ arrowOffsetVertical: string;
4773
+ arrowHeight: string;
4774
+ padding: string;
4775
+ fontSize: string;
4776
+ borderRadius: string;
4777
+ color: string;
4778
+ dividerColor: string;
4779
+ textColor: string;
4780
+ boxShadow: string;
4781
+ }, any>;
4782
+ }>> | undefined;
4783
+ InternalSelectMenu?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"InternalSelectMenu", {
4784
+ height: string;
4785
+ paddingSmall: string;
4786
+ paddingMedium: string;
4787
+ paddingLarge: string;
4788
+ optionPaddingSmall: string;
4789
+ optionPaddingMedium: string;
4790
+ optionPaddingLarge: string;
4791
+ loadingSize: string;
4792
+ optionFontSizeSmall: string;
4793
+ optionFontSizeMedium: string;
4794
+ optionFontSizeLarge: string;
4795
+ optionHeightSmall: string;
4796
+ optionHeightMedium: string;
4797
+ optionHeightLarge: string;
4798
+ optionBorderRadius: string;
4799
+ borderRadius: string;
4800
+ color: string;
4801
+ groupHeaderTextColor: string;
4802
+ actionDividerColor: string;
4803
+ optionTextColor: string;
4804
+ optionTextColorPressed: string;
4805
+ optionTextColorDisabled: string;
4806
+ optionTextColorActive: string;
4807
+ optionOpacityDisabled: string;
4808
+ optionCheckColor: string;
4809
+ optionColorPending: string;
4810
+ optionColorActive: string;
4811
+ optionGroupHeaderBorderColor: string;
4812
+ optionColorActivePending: string;
4813
+ actionTextColor: string;
4814
+ loadingColor: string;
4815
+ }, {
4816
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
4817
+ color: string;
4818
+ colorHover: string;
4819
+ }, any>;
4820
+ Empty: import("../../_mixins").Theme<"Empty", {
4821
+ iconSizeSmall: string;
4822
+ iconSizeMedium: string;
4823
+ iconSizeLarge: string;
4824
+ iconSizeHuge: string;
4825
+ titleFontSizeSmall: string;
4826
+ titleFontSizeMedium: string;
4827
+ titleFontSizeLarge: string;
4828
+ titleFontSizeHuge: string;
4829
+ descriptionFontSizeSmall: string;
4830
+ descriptionFontSizeMedium: string;
4831
+ descriptionFontSizeLarge: string;
4832
+ descriptionFontSizeHuge: string;
4833
+ titleColor: string;
4834
+ descriptionColor: string;
4835
+ iconColor: string;
4836
+ iconBgColor: string;
4837
+ extraTextColor: string;
4838
+ }, any>;
4839
+ }>> | undefined;
4840
+ } | undefined;
4841
+ } | undefined;
4842
+ Avatar?: {
4843
+ peers?: {
4844
+ [x: string]: any;
4845
+ } | undefined;
4846
+ } | undefined;
4847
+ Badge?: {
4848
+ peers?: {
4849
+ [x: string]: any;
4850
+ } | undefined;
4851
+ } | undefined;
4852
+ Button?: {
4853
+ peers?: {
4854
+ [x: string]: any;
4855
+ } | undefined;
4856
+ } | undefined;
4857
+ Icon?: {
4858
+ peers?: {
4859
+ [x: string]: any;
4860
+ } | undefined;
4861
+ } | undefined;
4862
+ List?: {
4863
+ peers?: {
4864
+ [x: string]: any;
4865
+ } | undefined;
4866
+ } | undefined;
4867
+ Typography?: {
4868
+ peers?: {
4869
+ [x: string]: any;
4870
+ } | undefined;
4871
+ } | undefined;
4872
+ };
4873
+ }> | import("vue").ComputedRef<{
4874
+ common: import("../..").ThemeCommonVars;
4875
+ self: {
4876
+ backgroundColor: string;
4877
+ borderColor: string;
4878
+ sidebarBackgroundColor: string;
4879
+ sidebarBorderColor: string;
4880
+ sidebarItemBackgroundColor: string;
4881
+ sidebarItemBackgroundColorHover: string;
4882
+ sidebarItemBackgroundColorSelected: string;
4883
+ sidebarItemTextColor: string;
4884
+ sidebarItemTextColorSelected: string;
4885
+ sidebarItemSubtitleColor: string;
4886
+ sidebarItemTimeColor: string;
4887
+ mainBackgroundColor: string;
4888
+ headerBackgroundColor: string;
4889
+ headerBorderColor: string;
4890
+ headerTitleColor: string;
4891
+ messageBubbleBackgroundColorOwn: string;
4892
+ messageBubbleBackgroundColorOther: string;
4893
+ messageBubbleTextColorOwn: string;
4894
+ messageBubbleTextColorOther: string;
4895
+ messageTimeColor: string;
4896
+ messageStatusColor: string;
4897
+ attachmentBackgroundColorOwn: string;
4898
+ attachmentBackgroundColorOther: string;
4899
+ footerBackgroundColor: string;
4900
+ footerBorderColor: string;
4901
+ inputBackgroundColor: string;
4902
+ inputBorderColor: string;
4903
+ unreadNotificationBackgroundColor: string;
4904
+ unreadNotificationTextColor: string;
4905
+ typingIndicatorColor: string;
4906
+ dateSeparatorColor: string;
4907
+ dateSeparatorBackgroundColor: string;
4908
+ borderRadius: string;
4909
+ errorColor: string;
4910
+ };
4911
+ peers: {
4912
+ Input: import("../../_mixins").Theme<"Input", {
4913
+ paddingTiny: string;
4914
+ paddingSmall: string;
4915
+ paddingMedium: string;
4916
+ paddingLarge: string;
4917
+ paddingHuge: string;
4918
+ clearSize: string;
4919
+ countTextColorDisabled: string;
4920
+ countTextColor: string;
4921
+ heightTiny: string;
4922
+ heightSmall: string;
4923
+ heightMedium: string;
4924
+ heightLarge: string;
4925
+ heightHuge: string;
4926
+ fontSizeTiny: string;
4927
+ fontSizeSmall: string;
4928
+ fontSizeMedium: string;
4929
+ fontSizeLarge: string;
4930
+ fontSizeHuge: string;
4931
+ lineHeight: string;
4932
+ lineHeightTextarea: string;
4933
+ borderRadius: string;
4934
+ iconSize: string;
4935
+ groupLabelTextColor: string;
4936
+ textColor: string;
4937
+ textColorDisabled: string;
4938
+ textDecorationColor: string;
4939
+ caretColor: string;
4940
+ placeholderColor: string;
4941
+ placeholderColorDisabled: string;
4942
+ color: string;
4943
+ colorDisabled: string;
4944
+ colorFocus: string;
4945
+ groupLabelBorder: string;
4946
+ border: string;
4947
+ borderHover: string;
4948
+ borderDisabled: string;
4949
+ borderFocus: string;
4950
+ boxShadowFocus: string;
4951
+ loadingColor: string;
4952
+ loadingColorWarning: string;
4953
+ borderWarning: string;
4954
+ borderHoverWarning: string;
4955
+ colorFocusWarning: string;
4956
+ borderFocusWarning: string;
4957
+ boxShadowFocusWarning: string;
4958
+ caretColorWarning: string;
4959
+ loadingColorError: string;
4960
+ borderError: string;
4961
+ borderHoverError: string;
4962
+ colorFocusError: string;
4963
+ borderFocusError: string;
4964
+ boxShadowFocusError: string;
4965
+ caretColorError: string;
4966
+ clearColor: string;
4967
+ clearColorHover: string;
4968
+ clearColorPressed: string;
4969
+ iconColor: string;
4970
+ iconColorDisabled: string;
4971
+ iconColorHover: string;
4972
+ iconColorPressed: string;
4973
+ suffixTextColor: string;
4974
+ selectionColor: string;
4975
+ }, any>;
4976
+ Empty: import("../../_mixins").Theme<"Empty", {
4977
+ iconSizeSmall: string;
4978
+ iconSizeMedium: string;
4979
+ iconSizeLarge: string;
4980
+ iconSizeHuge: string;
4981
+ titleFontSizeSmall: string;
4982
+ titleFontSizeMedium: string;
4983
+ titleFontSizeLarge: string;
4984
+ titleFontSizeHuge: string;
4985
+ descriptionFontSizeSmall: string;
4986
+ descriptionFontSizeMedium: string;
4987
+ descriptionFontSizeLarge: string;
4988
+ descriptionFontSizeHuge: string;
4989
+ titleColor: string;
4990
+ descriptionColor: string;
4991
+ iconColor: string;
4992
+ iconBgColor: string;
4993
+ extraTextColor: string;
4994
+ }, any>;
4995
+ Select: import("../../_mixins").Theme<"Select", {
4996
+ menuBoxShadow: string;
4997
+ }, {
4998
+ InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
4999
+ paddingTiny: string;
5000
+ paddingSmall: string;
5001
+ paddingMedium: string;
5002
+ paddingLarge: string;
5003
+ paddingHuge: string;
5004
+ clearSizeTiny: string;
5005
+ clearSizeSmall: string;
5006
+ clearSizeMedium: string;
5007
+ clearSizeLarge: string;
5008
+ clearSizeHuge: string;
5009
+ arrowSizeTiny: string;
5010
+ arrowSizeSmall: string;
5011
+ arrowSizeMedium: string;
5012
+ arrowSizeLarge: string;
5013
+ arrowSizeHuge: string;
5014
+ fontSizeTiny: string;
5015
+ fontSizeSmall: string;
5016
+ fontSizeMedium: string;
5017
+ fontSizeLarge: string;
5018
+ fontSizeHuge: string;
5019
+ lineHeightTiny: string;
5020
+ lineHeightSmall: string;
5021
+ lineHeightMedium: string;
5022
+ lineHeightLarge: string;
5023
+ lineHeightHuge: string;
5024
+ heightTiny: string;
5025
+ heightSmall: string;
5026
+ heightMedium: string;
5027
+ heightLarge: string;
5028
+ heightHuge: string;
5029
+ borderRadiusTiny: string;
5030
+ borderRadiusSmall: string;
5031
+ borderRadiusMedium: string;
5032
+ borderRadiusLarge: string;
5033
+ borderRadiusHuge: string;
5034
+ textColor: string;
5035
+ textColorDisabled: string;
5036
+ placeholderColor: string;
5037
+ placeholderColorDisabled: string;
5038
+ color: string;
5039
+ colorFilled: string;
5040
+ colorDisabled: string;
5041
+ colorActive: string;
5042
+ border: string;
5043
+ borderFilled: string;
5044
+ borderHover: string;
5045
+ borderActive: string;
5046
+ borderFocus: string;
5047
+ borderDisabled: string;
5048
+ boxShadowHover: string;
5049
+ boxShadowActive: string;
5050
+ boxShadowFocus: string;
5051
+ caretColor: string;
5052
+ arrowColor: string;
5053
+ arrowColorHover: string;
5054
+ arrowColorDisabled: string;
5055
+ loadingColor: string;
5056
+ borderWarning: string;
5057
+ borderHoverWarning: string;
5058
+ borderActiveWarning: string;
5059
+ borderFocusWarning: string;
5060
+ boxShadowHoverWarning: string;
5061
+ boxShadowActiveWarning: string;
5062
+ boxShadowFocusWarning: string;
5063
+ colorActiveWarning: string;
5064
+ caretColorWarning: string;
5065
+ borderError: string;
5066
+ borderHoverError: string;
5067
+ borderActiveError: string;
5068
+ borderFocusError: string;
5069
+ boxShadowHoverError: string;
5070
+ boxShadowActiveError: string;
5071
+ boxShadowFocusError: string;
5072
+ colorActiveError: string;
5073
+ caretColorError: string;
5074
+ clearColor: string;
5075
+ clearColorHover: string;
5076
+ clearColorPressed: string;
5077
+ caretColorSecondary: string;
5078
+ filterCounterTextColor: string;
5079
+ filterCounterTextColorDisabled: string;
5080
+ arrowColorSecondary: string;
5081
+ clearColorSecondary: string;
5082
+ colorSecondary: string;
5083
+ textColorSecondary: string;
5084
+ borderSecondary: string;
5085
+ arrowColorDisabledSecondary: string;
5086
+ clearColorDisabledSecondary: string;
5087
+ colorDisabledSecondary: string;
5088
+ textColorDisabledSecondary: string;
5089
+ borderDisabledSecondary: string;
5090
+ arrowColorHoverSecondary: string;
5091
+ clearColorHoverSecondary: string;
5092
+ colorHoverSecondary: string;
5093
+ textColorHoverSecondary: string;
5094
+ borderHoverSecondary: string;
5095
+ arrowColorFocusSecondary: string;
5096
+ clearColorFocusSecondary: string;
5097
+ colorFocusSecondary: string;
5098
+ textColorFocusSecondary: string;
5099
+ borderFocusSecondary: string;
5100
+ arrowColorActiveSecondary: string;
5101
+ clearColorActiveSecondary: string;
5102
+ colorActiveSecondary: string;
5103
+ textColorActiveSecondary: string;
5104
+ borderActiveSecondary: string;
5105
+ }, {
5106
+ Popover: import("../../_mixins").Theme<"Popover", {
5107
+ space: string;
5108
+ spaceArrow: string;
5109
+ arrowOffset: string;
5110
+ arrowOffsetVertical: string;
5111
+ arrowHeight: string;
5112
+ padding: string;
5113
+ fontSize: string;
5114
+ borderRadius: string;
5115
+ color: string;
5116
+ dividerColor: string;
5117
+ textColor: string;
5118
+ boxShadow: string;
5119
+ }, any>;
5120
+ }>;
5121
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
5122
+ height: string;
5123
+ paddingSmall: string;
5124
+ paddingMedium: string;
5125
+ paddingLarge: string;
5126
+ optionPaddingSmall: string;
5127
+ optionPaddingMedium: string;
5128
+ optionPaddingLarge: string;
5129
+ loadingSize: string;
5130
+ optionFontSizeSmall: string;
5131
+ optionFontSizeMedium: string;
5132
+ optionFontSizeLarge: string;
5133
+ optionHeightSmall: string;
5134
+ optionHeightMedium: string;
5135
+ optionHeightLarge: string;
5136
+ optionBorderRadius: string;
5137
+ borderRadius: string;
5138
+ color: string;
5139
+ groupHeaderTextColor: string;
5140
+ actionDividerColor: string;
5141
+ optionTextColor: string;
5142
+ optionTextColorPressed: string;
5143
+ optionTextColorDisabled: string;
5144
+ optionTextColorActive: string;
5145
+ optionOpacityDisabled: string;
5146
+ optionCheckColor: string;
5147
+ optionColorPending: string;
5148
+ optionColorActive: string;
5149
+ optionGroupHeaderBorderColor: string;
5150
+ optionColorActivePending: string;
5151
+ actionTextColor: string;
5152
+ loadingColor: string;
5153
+ }, {
5154
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
5155
+ color: string;
5156
+ colorHover: string;
5157
+ }, any>;
5158
+ Empty: import("../../_mixins").Theme<"Empty", {
5159
+ iconSizeSmall: string;
5160
+ iconSizeMedium: string;
5161
+ iconSizeLarge: string;
5162
+ iconSizeHuge: string;
5163
+ titleFontSizeSmall: string;
5164
+ titleFontSizeMedium: string;
5165
+ titleFontSizeLarge: string;
5166
+ titleFontSizeHuge: string;
5167
+ descriptionFontSizeSmall: string;
5168
+ descriptionFontSizeMedium: string;
5169
+ descriptionFontSizeLarge: string;
5170
+ descriptionFontSizeHuge: string;
5171
+ titleColor: string;
5172
+ descriptionColor: string;
5173
+ iconColor: string;
5174
+ iconBgColor: string;
5175
+ extraTextColor: string;
5176
+ }, any>;
5177
+ }>;
5178
+ }>;
5179
+ Avatar: import("../../_mixins").Theme<"Avatar", {
5180
+ borderRadius: string;
5181
+ fontSize: string;
5182
+ fontWeight: string;
5183
+ border: string;
5184
+ heightTiny: string;
5185
+ heightSmall: string;
5186
+ heightMedium: string;
5187
+ heightLarge: string;
5188
+ textColor: string;
5189
+ iconColor: string;
5190
+ color: string;
5191
+ iconSize: string;
5192
+ }, any>;
5193
+ Badge: import("../../_mixins").Theme<"Badge", {
5194
+ color: string;
5195
+ colorPrime: string;
5196
+ colorInfo: string;
5197
+ colorSuccess: string;
5198
+ colorError: string;
5199
+ colorWarning: string;
5200
+ fontSize: string;
5201
+ textColor: string;
5202
+ textColorPrime: string;
5203
+ textColorInfo: string;
5204
+ textColorSuccess: string;
5205
+ textColorError: string;
5206
+ textColorWarning: string;
5207
+ borderColor: string;
5208
+ dotSize: string;
5209
+ }, any>;
5210
+ Button: import("../../_mixins").Theme<"Button", {
5211
+ heightTiny: string;
5212
+ heightSmall: string;
5213
+ heightMedium: string;
5214
+ heightLarge: string;
5215
+ borderRadiusTiny: string;
5216
+ borderRadiusSmall: string;
5217
+ borderRadiusMedium: string;
5218
+ borderRadiusLarge: string;
5219
+ fontSizeTiny: string;
5220
+ fontSizeSmall: string;
5221
+ fontSizeMedium: string;
5222
+ fontSizeLarge: string;
5223
+ opacityDisabled: string;
5224
+ colorOpacitySecondary: string;
5225
+ colorOpacitySecondaryHover: string;
5226
+ colorOpacitySecondaryPressed: string;
5227
+ colorOpacitySecondaryFocus: string;
5228
+ colorSecondary: string;
5229
+ colorSecondaryHover: string;
5230
+ colorSecondaryPressed: string;
5231
+ waveColorSecondary: string;
5232
+ colorTertiary: string;
5233
+ colorTertiaryHover: string;
5234
+ colorTertiaryPressed: string;
5235
+ colorTertiaryDisalbed: string;
5236
+ waveColorTertiary: string;
5237
+ textColorTextTertiary: string;
5238
+ colorQuaternary: string;
5239
+ colorQuaternaryHover: string;
5240
+ colorQuaternaryPressed: string;
5241
+ color: string;
5242
+ colorHover: string;
5243
+ colorPressed: string;
5244
+ colorFocus: string;
5245
+ colorDisabled: string;
5246
+ textColor: string;
5247
+ textTertiary: string;
5248
+ textColorTertiary: string;
5249
+ textColorHover: string;
5250
+ textColorPressed: string;
5251
+ textColorFocus: string;
5252
+ textColorDisabled: string;
5253
+ textColorText: string;
5254
+ textColorTextHover: string;
5255
+ textColorTextPressed: string;
5256
+ textColorTextFocus: string;
5257
+ textColorTextDisabled: string;
5258
+ textColorGhost: string;
5259
+ textColorGhostHover: string;
5260
+ textColorGhostPressed: string;
5261
+ textColorGhostFocus: string;
5262
+ textColorGhostDisabled: string;
5263
+ border: string;
5264
+ borderHover: string;
5265
+ borderPressed: string;
5266
+ borderFocus: string;
5267
+ borderDisabled: string;
5268
+ rippleColor: string;
5269
+ colorPrimary: string;
5270
+ colorHoverPrimary: string;
5271
+ colorPressedPrimary: string;
5272
+ colorFocusPrimary: string;
5273
+ colorDisabledPrimary: string;
5274
+ waveColorPrimary: string;
5275
+ textColorPrimary: string;
5276
+ textColorHoverPrimary: string;
5277
+ textColorPressedPrimary: string;
5278
+ textColorFocusPrimary: string;
5279
+ textColorDisabledPrimary: string;
5280
+ textColorTextPrimary: string;
5281
+ textColorTextHoverPrimary: string;
5282
+ textColorTextPressedPrimary: string;
5283
+ textColorTextFocusPrimary: string;
5284
+ textColorTextDisabledPrimary: string;
5285
+ textColorGhostPrimary: string;
5286
+ textColorGhostHoverPrimary: string;
5287
+ textColorGhostPressedPrimary: string;
5288
+ textColorGhostFocusPrimary: string;
5289
+ textColorGhostDisabledPrimary: string;
5290
+ borderPrimary: string;
5291
+ borderHoverPrimary: string;
5292
+ borderPressedPrimary: string;
5293
+ borderFocusPrimary: string;
5294
+ borderDisabledPrimary: string;
5295
+ rippleColorPrimary: string;
5296
+ colorInfo: string;
5297
+ colorHoverInfo: string;
5298
+ colorPressedInfo: string;
5299
+ colorFocusInfo: string;
5300
+ colorDisabledInfo: string;
5301
+ textColorInfo: string;
5302
+ textColorHoverInfo: string;
5303
+ textColorPressedInfo: string;
5304
+ textColorFocusInfo: string;
5305
+ textColorDisabledInfo: string;
5306
+ textColorTextInfo: string;
5307
+ textColorTextHoverInfo: string;
5308
+ textColorTextPressedInfo: string;
5309
+ textColorTextFocusInfo: string;
5310
+ textColorTextDisabledInfo: string;
5311
+ textColorGhostInfo: string;
5312
+ textColorGhostHoverInfo: string;
5313
+ textColorGhostPressedInfo: string;
5314
+ textColorGhostFocusInfo: string;
5315
+ textColorGhostDisabledInfo: string;
5316
+ borderInfo: string;
5317
+ borderHoverInfo: string;
5318
+ borderPressedInfo: string;
5319
+ borderFocusInfo: string;
5320
+ borderDisabledInfo: string;
5321
+ rippleColorInfo: string;
5322
+ colorSuccess: string;
5323
+ colorHoverSuccess: string;
5324
+ colorPressedSuccess: string;
5325
+ colorFocusSuccess: string;
5326
+ colorDisabledSuccess: string;
5327
+ textColorSuccess: string;
5328
+ textColorHoverSuccess: string;
5329
+ textColorPressedSuccess: string;
5330
+ textColorFocusSuccess: string;
5331
+ textColorDisabledSuccess: string;
5332
+ textColorTextSuccess: string;
5333
+ textColorTextHoverSuccess: string;
5334
+ textColorTextPressedSuccess: string;
5335
+ textColorTextFocusSuccess: string;
5336
+ textColorTextDisabledSuccess: string;
5337
+ textColorGhostSuccess: string;
5338
+ textColorGhostHoverSuccess: string;
5339
+ textColorGhostPressedSuccess: string;
5340
+ textColorGhostFocusSuccess: string;
5341
+ textColorGhostDisabledSuccess: string;
5342
+ borderSuccess: string;
5343
+ borderHoverSuccess: string;
5344
+ borderPressedSuccess: string;
5345
+ borderFocusSuccess: string;
5346
+ borderDisabledSuccess: string;
5347
+ rippleColorSuccess: string;
5348
+ colorWarning: string;
5349
+ colorHoverWarning: string;
5350
+ colorPressedWarning: string;
5351
+ colorFocusWarning: string;
5352
+ colorDisabledWarning: string;
5353
+ textColorWarning: string;
5354
+ textColorHoverWarning: string;
5355
+ textColorPressedWarning: string;
5356
+ textColorFocusWarning: string;
5357
+ textColorDisabledWarning: string;
5358
+ textColorTextWarning: string;
5359
+ textColorTextHoverWarning: string;
5360
+ textColorTextPressedWarning: string;
5361
+ textColorTextFocusWarning: string;
5362
+ textColorTextDisabledWarning: string;
5363
+ textColorGhostWarning: string;
5364
+ textColorGhostHoverWarning: string;
5365
+ textColorGhostPressedWarning: string;
5366
+ textColorGhostFocusWarning: string;
5367
+ textColorGhostDisabledWarning: string;
5368
+ borderWarning: string;
5369
+ borderHoverWarning: string;
5370
+ borderPressedWarning: string;
5371
+ borderFocusWarning: string;
5372
+ borderDisabledWarning: string;
5373
+ rippleColorWarning: string;
5374
+ colorError: string;
5375
+ colorHoverError: string;
5376
+ colorPressedError: string;
5377
+ colorFocusError: string;
5378
+ colorDisabledError: string;
5379
+ textColorError: string;
5380
+ textColorHoverError: string;
5381
+ textColorPressedError: string;
5382
+ textColorFocusError: string;
5383
+ textColorDisabledError: string;
5384
+ textColorTextError: string;
5385
+ textColorTextHoverError: string;
5386
+ textColorTextPressedError: string;
5387
+ textColorTextFocusError: string;
5388
+ textColorTextDisabledError: string;
5389
+ textColorGhostError: string;
5390
+ textColorGhostHoverError: string;
5391
+ textColorGhostPressedError: string;
5392
+ textColorGhostFocusError: string;
5393
+ textColorGhostDisabledError: string;
5394
+ borderError: string;
5395
+ borderHoverError: string;
5396
+ borderPressedError: string;
5397
+ borderFocusError: string;
5398
+ borderDisabledError: string;
5399
+ rippleColorError: string;
5400
+ waveOpacity: string;
5401
+ fontWeight: string;
5402
+ fontWeightStrong: string;
5403
+ paddingTiny: string;
5404
+ paddingSmall: string;
5405
+ paddingMedium: string;
5406
+ paddingLarge: string;
5407
+ paddingRoundTiny: string;
5408
+ paddingRoundSmall: string;
5409
+ paddingRoundMedium: string;
5410
+ paddingRoundLarge: string;
5411
+ iconMarginTiny: string;
5412
+ iconMarginSmall: string;
5413
+ iconMarginMedium: string;
5414
+ iconMarginLarge: string;
5415
+ iconSizeTiny: string;
5416
+ iconSizeSmall: string;
5417
+ iconSizeMedium: string;
5418
+ iconSizeLarge: string;
5419
+ rippleDuration: string;
5420
+ }, any>;
5421
+ Icon: import("../../_mixins").Theme<"Icon", {
5422
+ color: string;
5423
+ opacity1Depth: string;
5424
+ opacity2Depth: string;
5425
+ opacity3Depth: string;
5426
+ opacity4Depth: string;
5427
+ opacity5Depth: string;
5428
+ }, any>;
5429
+ List: import("../../_mixins").Theme<"List", {
5430
+ iconSize: string;
5431
+ iconSpace: string;
5432
+ suffixSpace: string;
5433
+ prefixSpace: string;
5434
+ subtitleColor: string;
5435
+ avatarSpace: string;
5436
+ colorFocus: string;
5437
+ pressedScale: string;
5438
+ textColorDisabled: string;
5439
+ textColor: string;
5440
+ color: string;
5441
+ colorHover: string;
5442
+ colorModal: string;
5443
+ colorHoverModal: string;
5444
+ colorPopover: string;
5445
+ colorHoverPopover: string;
5446
+ borderColor: string;
5447
+ borderColorModal: string;
5448
+ borderColorPopover: string;
5449
+ borderRadiusLarge: string;
5450
+ borderRadiusMedium: string;
5451
+ borderRadiusSmall: string;
5452
+ padding: string;
5453
+ suffixSize: string;
5454
+ }, any>;
5455
+ Typography: import("../../_mixins").Theme<"Typography", {
5456
+ headerFontSize1: string;
5457
+ headerFontSize2: string;
5458
+ headerFontSize3: string;
5459
+ headerFontSize4: string;
5460
+ headerFontSize5: string;
5461
+ headerFontSize6: string;
5462
+ headerMargin1: string;
5463
+ headerMargin2: string;
5464
+ headerMargin3: string;
5465
+ headerMargin4: string;
5466
+ headerMargin5: string;
5467
+ headerMargin6: string;
5468
+ headerPrefixWidth1: string;
5469
+ headerPrefixWidth2: string;
5470
+ headerPrefixWidth3: string;
5471
+ headerPrefixWidth4: string;
5472
+ headerPrefixWidth5: string;
5473
+ headerPrefixWidth6: string;
5474
+ headerBarWidth1: string;
5475
+ headerBarWidth2: string;
5476
+ headerBarWidth3: string;
5477
+ headerBarWidth4: string;
5478
+ headerBarWidth5: string;
5479
+ headerBarWidth6: string;
5480
+ pMargin: string;
5481
+ margin: string;
5482
+ liMargin: string;
5483
+ olPadding: string;
5484
+ ulPadding: string;
5485
+ aTextColor: string;
5486
+ blockquoteTextColor: string;
5487
+ blockquotePrefixColor: string;
5488
+ blockquoteLineHeight: string;
5489
+ blockquoteFontSize: string;
5490
+ codeBorderRadius: string;
5491
+ liTextColor: string;
5492
+ liLineHeight: string;
5493
+ liFontSize: string;
5494
+ hrColor: string;
5495
+ headerFontWeight: string;
5496
+ headerTextColor: string;
5497
+ pTextColor: string;
5498
+ pTextColor1Depth: string;
5499
+ pTextColor2Depth: string;
5500
+ pTextColor3Depth: string;
5501
+ pLineHeight: string;
5502
+ pFontSize: string;
5503
+ fontSize: string;
5504
+ lineHeight: string;
5505
+ headerBarColor: string;
5506
+ headerBarColorPrimary: string;
5507
+ headerBarColorInfo: string;
5508
+ headerBarColorError: string;
5509
+ headerBarColorWarning: string;
5510
+ headerBarColorSuccess: string;
5511
+ textColor: string;
5512
+ textColor1Depth: string;
5513
+ textColor2Depth: string;
5514
+ textColor3Depth: string;
5515
+ textColorPrimary: string;
5516
+ textColorInfo: string;
5517
+ textColorSuccess: string;
5518
+ textColorWarning: string;
5519
+ textColorError: string;
5520
+ codeTextColor: string;
5521
+ codeColor: string;
5522
+ codeBorder: string;
5523
+ }, any>;
5524
+ };
5525
+ peerOverrides: {
5526
+ Input?: {
5527
+ peers?: {
5528
+ [x: string]: any;
5529
+ } | undefined;
5530
+ } | undefined;
5531
+ Empty?: {
5532
+ peers?: {
5533
+ [x: string]: any;
5534
+ } | undefined;
5535
+ } | undefined;
5536
+ Select?: {
5537
+ peers?: {
5538
+ InternalSelection?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"InternalSelection", {
5539
+ paddingTiny: string;
5540
+ paddingSmall: string;
5541
+ paddingMedium: string;
5542
+ paddingLarge: string;
5543
+ paddingHuge: string;
5544
+ clearSizeTiny: string;
5545
+ clearSizeSmall: string;
5546
+ clearSizeMedium: string;
5547
+ clearSizeLarge: string;
5548
+ clearSizeHuge: string;
5549
+ arrowSizeTiny: string;
5550
+ arrowSizeSmall: string;
5551
+ arrowSizeMedium: string;
5552
+ arrowSizeLarge: string;
5553
+ arrowSizeHuge: string;
5554
+ fontSizeTiny: string;
5555
+ fontSizeSmall: string;
5556
+ fontSizeMedium: string;
5557
+ fontSizeLarge: string;
5558
+ fontSizeHuge: string;
5559
+ lineHeightTiny: string;
5560
+ lineHeightSmall: string;
5561
+ lineHeightMedium: string;
5562
+ lineHeightLarge: string;
5563
+ lineHeightHuge: string;
5564
+ heightTiny: string;
5565
+ heightSmall: string;
5566
+ heightMedium: string;
5567
+ heightLarge: string;
5568
+ heightHuge: string;
5569
+ borderRadiusTiny: string;
5570
+ borderRadiusSmall: string;
5571
+ borderRadiusMedium: string;
5572
+ borderRadiusLarge: string;
5573
+ borderRadiusHuge: string;
5574
+ textColor: string;
5575
+ textColorDisabled: string;
5576
+ placeholderColor: string;
5577
+ placeholderColorDisabled: string;
5578
+ color: string;
5579
+ colorFilled: string;
5580
+ colorDisabled: string;
5581
+ colorActive: string;
5582
+ border: string;
5583
+ borderFilled: string;
5584
+ borderHover: string;
5585
+ borderActive: string;
5586
+ borderFocus: string;
5587
+ borderDisabled: string;
5588
+ boxShadowHover: string;
5589
+ boxShadowActive: string;
5590
+ boxShadowFocus: string;
5591
+ caretColor: string;
5592
+ arrowColor: string;
5593
+ arrowColorHover: string;
5594
+ arrowColorDisabled: string;
5595
+ loadingColor: string;
5596
+ borderWarning: string;
5597
+ borderHoverWarning: string;
5598
+ borderActiveWarning: string;
5599
+ borderFocusWarning: string;
5600
+ boxShadowHoverWarning: string;
5601
+ boxShadowActiveWarning: string;
5602
+ boxShadowFocusWarning: string;
5603
+ colorActiveWarning: string;
5604
+ caretColorWarning: string;
5605
+ borderError: string;
5606
+ borderHoverError: string;
5607
+ borderActiveError: string;
5608
+ borderFocusError: string;
5609
+ boxShadowHoverError: string;
5610
+ boxShadowActiveError: string;
5611
+ boxShadowFocusError: string;
5612
+ colorActiveError: string;
5613
+ caretColorError: string;
5614
+ clearColor: string;
5615
+ clearColorHover: string;
5616
+ clearColorPressed: string;
5617
+ caretColorSecondary: string;
5618
+ filterCounterTextColor: string;
5619
+ filterCounterTextColorDisabled: string;
5620
+ arrowColorSecondary: string;
5621
+ clearColorSecondary: string;
5622
+ colorSecondary: string;
5623
+ textColorSecondary: string;
5624
+ borderSecondary: string;
5625
+ arrowColorDisabledSecondary: string;
5626
+ clearColorDisabledSecondary: string;
5627
+ colorDisabledSecondary: string;
5628
+ textColorDisabledSecondary: string;
5629
+ borderDisabledSecondary: string;
5630
+ arrowColorHoverSecondary: string;
5631
+ clearColorHoverSecondary: string;
5632
+ colorHoverSecondary: string;
5633
+ textColorHoverSecondary: string;
5634
+ borderHoverSecondary: string;
5635
+ arrowColorFocusSecondary: string;
5636
+ clearColorFocusSecondary: string;
5637
+ colorFocusSecondary: string;
5638
+ textColorFocusSecondary: string;
5639
+ borderFocusSecondary: string;
5640
+ arrowColorActiveSecondary: string;
5641
+ clearColorActiveSecondary: string;
5642
+ colorActiveSecondary: string;
5643
+ textColorActiveSecondary: string;
5644
+ borderActiveSecondary: string;
5645
+ }, {
5646
+ Popover: import("../../_mixins").Theme<"Popover", {
5647
+ space: string;
5648
+ spaceArrow: string;
5649
+ arrowOffset: string;
5650
+ arrowOffsetVertical: string;
5651
+ arrowHeight: string;
5652
+ padding: string;
5653
+ fontSize: string;
5654
+ borderRadius: string;
5655
+ color: string;
5656
+ dividerColor: string;
5657
+ textColor: string;
5658
+ boxShadow: string;
5659
+ }, any>;
5660
+ }>> | undefined;
5661
+ InternalSelectMenu?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"InternalSelectMenu", {
5662
+ height: string;
5663
+ paddingSmall: string;
5664
+ paddingMedium: string;
5665
+ paddingLarge: string;
5666
+ optionPaddingSmall: string;
5667
+ optionPaddingMedium: string;
5668
+ optionPaddingLarge: string;
5669
+ loadingSize: string;
5670
+ optionFontSizeSmall: string;
5671
+ optionFontSizeMedium: string;
5672
+ optionFontSizeLarge: string;
5673
+ optionHeightSmall: string;
5674
+ optionHeightMedium: string;
5675
+ optionHeightLarge: string;
5676
+ optionBorderRadius: string;
5677
+ borderRadius: string;
5678
+ color: string;
5679
+ groupHeaderTextColor: string;
5680
+ actionDividerColor: string;
5681
+ optionTextColor: string;
5682
+ optionTextColorPressed: string;
5683
+ optionTextColorDisabled: string;
5684
+ optionTextColorActive: string;
5685
+ optionOpacityDisabled: string;
5686
+ optionCheckColor: string;
5687
+ optionColorPending: string;
5688
+ optionColorActive: string;
5689
+ optionGroupHeaderBorderColor: string;
5690
+ optionColorActivePending: string;
5691
+ actionTextColor: string;
5692
+ loadingColor: string;
5693
+ }, {
5694
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
5695
+ color: string;
5696
+ colorHover: string;
5697
+ }, any>;
5698
+ Empty: import("../../_mixins").Theme<"Empty", {
5699
+ iconSizeSmall: string;
5700
+ iconSizeMedium: string;
5701
+ iconSizeLarge: string;
5702
+ iconSizeHuge: string;
5703
+ titleFontSizeSmall: string;
5704
+ titleFontSizeMedium: string;
5705
+ titleFontSizeLarge: string;
5706
+ titleFontSizeHuge: string;
5707
+ descriptionFontSizeSmall: string;
5708
+ descriptionFontSizeMedium: string;
5709
+ descriptionFontSizeLarge: string;
5710
+ descriptionFontSizeHuge: string;
5711
+ titleColor: string;
5712
+ descriptionColor: string;
5713
+ iconColor: string;
5714
+ iconBgColor: string;
5715
+ extraTextColor: string;
5716
+ }, any>;
5717
+ }>> | undefined;
5718
+ } | undefined;
5719
+ } | undefined;
5720
+ Avatar?: {
5721
+ peers?: {
5722
+ [x: string]: any;
5723
+ } | undefined;
5724
+ } | undefined;
5725
+ Badge?: {
5726
+ peers?: {
5727
+ [x: string]: any;
5728
+ } | undefined;
5729
+ } | undefined;
5730
+ Button?: {
5731
+ peers?: {
5732
+ [x: string]: any;
5733
+ } | undefined;
5734
+ } | undefined;
5735
+ Icon?: {
5736
+ peers?: {
5737
+ [x: string]: any;
5738
+ } | undefined;
5739
+ } | undefined;
5740
+ List?: {
5741
+ peers?: {
5742
+ [x: string]: any;
5743
+ } | undefined;
5744
+ } | undefined;
5745
+ Typography?: {
5746
+ peers?: {
5747
+ [x: string]: any;
5748
+ } | undefined;
5749
+ } | undefined;
5750
+ };
5751
+ }>;
3995
5752
  renderChatItem: (item: ChatListItemData) => JSX.Element;
3996
5753
  cssVars: import("vue").ComputedRef<{
3997
5754
  '--u-bezier': string;
@@ -4017,7 +5774,7 @@ declare const _default: import("vue").DefineComponent<{
4017
5774
  }>;
4018
5775
  themeClass: import("vue").Ref<string>;
4019
5776
  onRender: () => void;
4020
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "chat-select"[], "chat-select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
5777
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4021
5778
  readonly chatItems: {
4022
5779
  readonly type: PropType<ChatListItemData[]>;
4023
5780
  readonly default: () => never[];
@@ -6009,9 +7766,7 @@ declare const _default: import("vue").DefineComponent<{
6009
7766
  codeBorder: string;
6010
7767
  }, any>;
6011
7768
  }>>>;
6012
- }>> & {
6013
- "onChat-select"?: ((...args: any[]) => any) | undefined;
6014
- }, {
7769
+ }>>, {
6015
7770
  readonly loading: boolean;
6016
7771
  readonly typingText: string;
6017
7772
  readonly emptyProps: Partial<EmptyProps>;