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