@unizhen/ui 0.0.27 → 0.0.29

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.
@@ -1,5 +1,5 @@
1
1
  import { PropType, DefineComponent, ExtractPropTypes, Ref, VNodeChild, ComputedRef, ComponentOptionsMixin, PublicProps, SlotsType, ComponentProvideOptions, CSSProperties, Component, VNodeProps, AllowedComponentProps, ComponentCustomProps, InputHTMLAttributes } from 'vue';
2
- import { DataTableSortState, PaginationInfo, CreateRowClassName, CreateRowProps, CreateRowKey, CreateSummary, DataTableRowKey, PopoverProps, ScrollbarProps, DataTableGetCsvCell, DataTableGetCsvHeader, PaginationProps, ThemeCommonVars, TableColumns, RowData, DataTableSlots, PopoverTrigger, PopoverPlacement, PopoverSlots, ButtonSlots, DrawerPlacement, DrawerContentSlots, CheckboxInst, SpinSlots, PopoverInst, EllipsisSlots, UploadFileInfo, UploadOnChange, UploadOnRemove, UploadOnFinish, UploadOnDownload, UploadSettledFileInfo, ImageGroupProps } from 'naive-ui';
2
+ import { DataTableSortState, PaginationInfo, PaginationProps, CreateRowClassName, CreateRowProps, CreateRowKey, CreateSummary, DataTableRowKey, PopoverProps, ScrollbarProps, DataTableGetCsvCell, DataTableGetCsvHeader, ThemeCommonVars, TableColumns, RowData, DataTableSlots, PopoverTrigger, PopoverPlacement, PopoverSlots, ButtonSlots, DrawerPlacement, DrawerContentSlots, CheckboxInst, SpinSlots, PopoverInst, EllipsisSlots, UploadFileInfo, UploadOnChange, UploadOnRemove, UploadOnFinish, UploadOnDownload, UploadSettledFileInfo, ImageGroupProps } from 'naive-ui';
3
3
  import { ObjectKey, Fn } from '../interface';
4
4
  import { IUzTableQuery, ITableOptions } from './interface';
5
5
  import { IUzSearchBars } from '../searchBar';
@@ -7,7 +7,6 @@ import { IUzActionButton } from '../actionButton';
7
7
  import { IUzFormItems } from '../form';
8
8
  import { RouteLocationNormalizedLoadedGeneric } from 'vue-router';
9
9
  import { TableBaseColumn, ColumnKey, TableColumns, RowData, DataTableHeightForRow, RenderExpandIcon, DataTableOnLoad, OnUpdateSorter, OnUpdateFilters, OnUpdateCheckedRowKeys, OnUpdateExpandedRowKeys, FilterState, SortOrder, CsvOptionsType, MainTableRef, TmNode } from 'naive-ui/es/data-table/src/interface';
10
- import { PaginationProps } from 'naive-ui/es/pagination';
11
10
  import { BaseLoadingExposedProps, BaseWaveRef, ScrollbarProps } from 'naive-ui/es/_internal';
12
11
  import { MaybeArray } from 'naive-ui/es/_utils';
13
12
  import { Theme } from 'naive-ui/es/_mixins';
@@ -2093,7 +2092,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2093
2092
  arrowOffsetVertical: string;
2094
2093
  arrowHeight: string;
2095
2094
  padding: string;
2096
- }, any>;
2095
+ }, {
2096
+ Scrollbar: Theme<"Scrollbar", {
2097
+ height: string;
2098
+ width: string;
2099
+ borderRadius: string;
2100
+ color: string;
2101
+ colorHover: string;
2102
+ railInsetHorizontalBottom: string;
2103
+ railInsetHorizontalTop: string;
2104
+ railInsetVerticalRight: string;
2105
+ railInsetVerticalLeft: string;
2106
+ railColor: string;
2107
+ }, any>;
2108
+ }>;
2097
2109
  }>;
2098
2110
  InternalSelectMenu: Theme<"InternalSelectMenu", {
2099
2111
  optionFontSizeTiny: string;
@@ -2224,7 +2236,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2224
2236
  paddingMedium: string;
2225
2237
  paddingLarge: string;
2226
2238
  clearSize: string;
2227
- }, any>;
2239
+ }, {
2240
+ Scrollbar: Theme<"Scrollbar", {
2241
+ height: string;
2242
+ width: string;
2243
+ borderRadius: string;
2244
+ color: string;
2245
+ colorHover: string;
2246
+ railInsetHorizontalBottom: string;
2247
+ railInsetHorizontalTop: string;
2248
+ railInsetVerticalRight: string;
2249
+ railInsetVerticalLeft: string;
2250
+ railColor: string;
2251
+ }, any>;
2252
+ }>;
2228
2253
  Popselect: Theme<"Popselect", {
2229
2254
  menuBoxShadow: string;
2230
2255
  }, {
@@ -2241,7 +2266,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2241
2266
  arrowOffsetVertical: string;
2242
2267
  arrowHeight: string;
2243
2268
  padding: string;
2244
- }, any>;
2269
+ }, {
2270
+ Scrollbar: Theme<"Scrollbar", {
2271
+ height: string;
2272
+ width: string;
2273
+ borderRadius: string;
2274
+ color: string;
2275
+ colorHover: string;
2276
+ railInsetHorizontalBottom: string;
2277
+ railInsetHorizontalTop: string;
2278
+ railInsetVerticalRight: string;
2279
+ railInsetVerticalLeft: string;
2280
+ railColor: string;
2281
+ }, any>;
2282
+ }>;
2245
2283
  InternalSelectMenu: Theme<"InternalSelectMenu", {
2246
2284
  optionFontSizeTiny: string;
2247
2285
  optionFontSizeSmall: string;
@@ -2351,7 +2389,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2351
2389
  arrowOffsetVertical: string;
2352
2390
  arrowHeight: string;
2353
2391
  padding: string;
2354
- }, any>;
2392
+ }, {
2393
+ Scrollbar: Theme<"Scrollbar", {
2394
+ height: string;
2395
+ width: string;
2396
+ borderRadius: string;
2397
+ color: string;
2398
+ colorHover: string;
2399
+ railInsetHorizontalBottom: string;
2400
+ railInsetHorizontalTop: string;
2401
+ railInsetVerticalRight: string;
2402
+ railInsetVerticalLeft: string;
2403
+ railColor: string;
2404
+ }, any>;
2405
+ }>;
2355
2406
  Ellipsis: Theme<"Ellipsis", unknown, {
2356
2407
  Tooltip: Theme<"Tooltip", {
2357
2408
  borderRadius: string;
@@ -2373,7 +2424,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2373
2424
  arrowOffsetVertical: string;
2374
2425
  arrowHeight: string;
2375
2426
  padding: string;
2376
- }, any>;
2427
+ }, {
2428
+ Scrollbar: Theme<"Scrollbar", {
2429
+ height: string;
2430
+ width: string;
2431
+ borderRadius: string;
2432
+ color: string;
2433
+ colorHover: string;
2434
+ railInsetHorizontalBottom: string;
2435
+ railInsetHorizontalTop: string;
2436
+ railInsetVerticalRight: string;
2437
+ railInsetVerticalLeft: string;
2438
+ railColor: string;
2439
+ }, any>;
2440
+ }>;
2377
2441
  }>;
2378
2442
  }>;
2379
2443
  Dropdown: Theme<"Dropdown", {
@@ -2444,7 +2508,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2444
2508
  arrowOffsetVertical: string;
2445
2509
  arrowHeight: string;
2446
2510
  padding: string;
2447
- }, any>;
2511
+ }, {
2512
+ Scrollbar: Theme<"Scrollbar", {
2513
+ height: string;
2514
+ width: string;
2515
+ borderRadius: string;
2516
+ color: string;
2517
+ colorHover: string;
2518
+ railInsetHorizontalBottom: string;
2519
+ railInsetHorizontalTop: string;
2520
+ railInsetVerticalRight: string;
2521
+ railInsetVerticalLeft: string;
2522
+ railColor: string;
2523
+ }, any>;
2524
+ }>;
2448
2525
  }>;
2449
2526
  }>>;
2450
2527
  readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"DataTable", {
@@ -2920,7 +2997,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2920
2997
  arrowOffsetVertical: string;
2921
2998
  arrowHeight: string;
2922
2999
  padding: string;
2923
- }, any>;
3000
+ }, {
3001
+ Scrollbar: Theme<"Scrollbar", {
3002
+ height: string;
3003
+ width: string;
3004
+ borderRadius: string;
3005
+ color: string;
3006
+ colorHover: string;
3007
+ railInsetHorizontalBottom: string;
3008
+ railInsetHorizontalTop: string;
3009
+ railInsetVerticalRight: string;
3010
+ railInsetVerticalLeft: string;
3011
+ railColor: string;
3012
+ }, any>;
3013
+ }>;
2924
3014
  }>;
2925
3015
  InternalSelectMenu: Theme<"InternalSelectMenu", {
2926
3016
  optionFontSizeTiny: string;
@@ -3051,7 +3141,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3051
3141
  paddingMedium: string;
3052
3142
  paddingLarge: string;
3053
3143
  clearSize: string;
3054
- }, any>;
3144
+ }, {
3145
+ Scrollbar: Theme<"Scrollbar", {
3146
+ height: string;
3147
+ width: string;
3148
+ borderRadius: string;
3149
+ color: string;
3150
+ colorHover: string;
3151
+ railInsetHorizontalBottom: string;
3152
+ railInsetHorizontalTop: string;
3153
+ railInsetVerticalRight: string;
3154
+ railInsetVerticalLeft: string;
3155
+ railColor: string;
3156
+ }, any>;
3157
+ }>;
3055
3158
  Popselect: Theme<"Popselect", {
3056
3159
  menuBoxShadow: string;
3057
3160
  }, {
@@ -3068,7 +3171,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3068
3171
  arrowOffsetVertical: string;
3069
3172
  arrowHeight: string;
3070
3173
  padding: string;
3071
- }, any>;
3174
+ }, {
3175
+ Scrollbar: Theme<"Scrollbar", {
3176
+ height: string;
3177
+ width: string;
3178
+ borderRadius: string;
3179
+ color: string;
3180
+ colorHover: string;
3181
+ railInsetHorizontalBottom: string;
3182
+ railInsetHorizontalTop: string;
3183
+ railInsetVerticalRight: string;
3184
+ railInsetVerticalLeft: string;
3185
+ railColor: string;
3186
+ }, any>;
3187
+ }>;
3072
3188
  InternalSelectMenu: Theme<"InternalSelectMenu", {
3073
3189
  optionFontSizeTiny: string;
3074
3190
  optionFontSizeSmall: string;
@@ -3178,7 +3294,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3178
3294
  arrowOffsetVertical: string;
3179
3295
  arrowHeight: string;
3180
3296
  padding: string;
3181
- }, any>;
3297
+ }, {
3298
+ Scrollbar: Theme<"Scrollbar", {
3299
+ height: string;
3300
+ width: string;
3301
+ borderRadius: string;
3302
+ color: string;
3303
+ colorHover: string;
3304
+ railInsetHorizontalBottom: string;
3305
+ railInsetHorizontalTop: string;
3306
+ railInsetVerticalRight: string;
3307
+ railInsetVerticalLeft: string;
3308
+ railColor: string;
3309
+ }, any>;
3310
+ }>;
3182
3311
  Ellipsis: Theme<"Ellipsis", unknown, {
3183
3312
  Tooltip: Theme<"Tooltip", {
3184
3313
  borderRadius: string;
@@ -3200,7 +3329,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3200
3329
  arrowOffsetVertical: string;
3201
3330
  arrowHeight: string;
3202
3331
  padding: string;
3203
- }, any>;
3332
+ }, {
3333
+ Scrollbar: Theme<"Scrollbar", {
3334
+ height: string;
3335
+ width: string;
3336
+ borderRadius: string;
3337
+ color: string;
3338
+ colorHover: string;
3339
+ railInsetHorizontalBottom: string;
3340
+ railInsetHorizontalTop: string;
3341
+ railInsetVerticalRight: string;
3342
+ railInsetVerticalLeft: string;
3343
+ railColor: string;
3344
+ }, any>;
3345
+ }>;
3204
3346
  }>;
3205
3347
  }>;
3206
3348
  Dropdown: Theme<"Dropdown", {
@@ -3271,7 +3413,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3271
3413
  arrowOffsetVertical: string;
3272
3414
  arrowHeight: string;
3273
3415
  padding: string;
3274
- }, any>;
3416
+ }, {
3417
+ Scrollbar: Theme<"Scrollbar", {
3418
+ height: string;
3419
+ width: string;
3420
+ borderRadius: string;
3421
+ color: string;
3422
+ colorHover: string;
3423
+ railInsetHorizontalBottom: string;
3424
+ railInsetHorizontalTop: string;
3425
+ railInsetVerticalRight: string;
3426
+ railInsetVerticalLeft: string;
3427
+ railColor: string;
3428
+ }, any>;
3429
+ }>;
3275
3430
  }>;
3276
3431
  }>>>;
3277
3432
  readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"DataTable", {
@@ -3747,7 +3902,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3747
3902
  arrowOffsetVertical: string;
3748
3903
  arrowHeight: string;
3749
3904
  padding: string;
3750
- }, any>;
3905
+ }, {
3906
+ Scrollbar: Theme<"Scrollbar", {
3907
+ height: string;
3908
+ width: string;
3909
+ borderRadius: string;
3910
+ color: string;
3911
+ colorHover: string;
3912
+ railInsetHorizontalBottom: string;
3913
+ railInsetHorizontalTop: string;
3914
+ railInsetVerticalRight: string;
3915
+ railInsetVerticalLeft: string;
3916
+ railColor: string;
3917
+ }, any>;
3918
+ }>;
3751
3919
  }>;
3752
3920
  InternalSelectMenu: Theme<"InternalSelectMenu", {
3753
3921
  optionFontSizeTiny: string;
@@ -3878,7 +4046,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3878
4046
  paddingMedium: string;
3879
4047
  paddingLarge: string;
3880
4048
  clearSize: string;
3881
- }, any>;
4049
+ }, {
4050
+ Scrollbar: Theme<"Scrollbar", {
4051
+ height: string;
4052
+ width: string;
4053
+ borderRadius: string;
4054
+ color: string;
4055
+ colorHover: string;
4056
+ railInsetHorizontalBottom: string;
4057
+ railInsetHorizontalTop: string;
4058
+ railInsetVerticalRight: string;
4059
+ railInsetVerticalLeft: string;
4060
+ railColor: string;
4061
+ }, any>;
4062
+ }>;
3882
4063
  Popselect: Theme<"Popselect", {
3883
4064
  menuBoxShadow: string;
3884
4065
  }, {
@@ -3895,7 +4076,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3895
4076
  arrowOffsetVertical: string;
3896
4077
  arrowHeight: string;
3897
4078
  padding: string;
3898
- }, any>;
4079
+ }, {
4080
+ Scrollbar: Theme<"Scrollbar", {
4081
+ height: string;
4082
+ width: string;
4083
+ borderRadius: string;
4084
+ color: string;
4085
+ colorHover: string;
4086
+ railInsetHorizontalBottom: string;
4087
+ railInsetHorizontalTop: string;
4088
+ railInsetVerticalRight: string;
4089
+ railInsetVerticalLeft: string;
4090
+ railColor: string;
4091
+ }, any>;
4092
+ }>;
3899
4093
  InternalSelectMenu: Theme<"InternalSelectMenu", {
3900
4094
  optionFontSizeTiny: string;
3901
4095
  optionFontSizeSmall: string;
@@ -4005,7 +4199,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4005
4199
  arrowOffsetVertical: string;
4006
4200
  arrowHeight: string;
4007
4201
  padding: string;
4008
- }, any>;
4202
+ }, {
4203
+ Scrollbar: Theme<"Scrollbar", {
4204
+ height: string;
4205
+ width: string;
4206
+ borderRadius: string;
4207
+ color: string;
4208
+ colorHover: string;
4209
+ railInsetHorizontalBottom: string;
4210
+ railInsetHorizontalTop: string;
4211
+ railInsetVerticalRight: string;
4212
+ railInsetVerticalLeft: string;
4213
+ railColor: string;
4214
+ }, any>;
4215
+ }>;
4009
4216
  Ellipsis: Theme<"Ellipsis", unknown, {
4010
4217
  Tooltip: Theme<"Tooltip", {
4011
4218
  borderRadius: string;
@@ -4027,7 +4234,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4027
4234
  arrowOffsetVertical: string;
4028
4235
  arrowHeight: string;
4029
4236
  padding: string;
4030
- }, any>;
4237
+ }, {
4238
+ Scrollbar: Theme<"Scrollbar", {
4239
+ height: string;
4240
+ width: string;
4241
+ borderRadius: string;
4242
+ color: string;
4243
+ colorHover: string;
4244
+ railInsetHorizontalBottom: string;
4245
+ railInsetHorizontalTop: string;
4246
+ railInsetVerticalRight: string;
4247
+ railInsetVerticalLeft: string;
4248
+ railColor: string;
4249
+ }, any>;
4250
+ }>;
4031
4251
  }>;
4032
4252
  }>;
4033
4253
  Dropdown: Theme<"Dropdown", {
@@ -4098,7 +4318,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4098
4318
  arrowOffsetVertical: string;
4099
4319
  arrowHeight: string;
4100
4320
  padding: string;
4101
- }, any>;
4321
+ }, {
4322
+ Scrollbar: Theme<"Scrollbar", {
4323
+ height: string;
4324
+ width: string;
4325
+ borderRadius: string;
4326
+ color: string;
4327
+ colorHover: string;
4328
+ railInsetHorizontalBottom: string;
4329
+ railInsetHorizontalTop: string;
4330
+ railInsetVerticalRight: string;
4331
+ railInsetVerticalLeft: string;
4332
+ railColor: string;
4333
+ }, any>;
4334
+ }>;
4102
4335
  }>;
4103
4336
  }>>>;
4104
4337
  }>, {
@@ -4598,7 +4831,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4598
4831
  arrowOffsetVertical: string;
4599
4832
  arrowHeight: string;
4600
4833
  padding: string;
4601
- }, any>;
4834
+ }, {
4835
+ Scrollbar: Theme<"Scrollbar", {
4836
+ height: string;
4837
+ width: string;
4838
+ borderRadius: string;
4839
+ color: string;
4840
+ colorHover: string;
4841
+ railInsetHorizontalBottom: string;
4842
+ railInsetHorizontalTop: string;
4843
+ railInsetVerticalRight: string;
4844
+ railInsetVerticalLeft: string;
4845
+ railColor: string;
4846
+ }, any>;
4847
+ }>;
4602
4848
  }>;
4603
4849
  InternalSelectMenu: Theme<"InternalSelectMenu", {
4604
4850
  optionFontSizeTiny: string;
@@ -4729,14 +4975,27 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4729
4975
  paddingMedium: string;
4730
4976
  paddingLarge: string;
4731
4977
  clearSize: string;
4732
- }, any>;
4733
- Popselect: Theme<"Popselect", {
4734
- menuBoxShadow: string;
4735
4978
  }, {
4736
- Popover: Theme<"Popover", {
4737
- fontSize: string;
4738
- borderRadius: string;
4739
- color: string;
4979
+ Scrollbar: Theme<"Scrollbar", {
4980
+ height: string;
4981
+ width: string;
4982
+ borderRadius: string;
4983
+ color: string;
4984
+ colorHover: string;
4985
+ railInsetHorizontalBottom: string;
4986
+ railInsetHorizontalTop: string;
4987
+ railInsetVerticalRight: string;
4988
+ railInsetVerticalLeft: string;
4989
+ railColor: string;
4990
+ }, any>;
4991
+ }>;
4992
+ Popselect: Theme<"Popselect", {
4993
+ menuBoxShadow: string;
4994
+ }, {
4995
+ Popover: Theme<"Popover", {
4996
+ fontSize: string;
4997
+ borderRadius: string;
4998
+ color: string;
4740
4999
  dividerColor: string;
4741
5000
  textColor: string;
4742
5001
  boxShadow: string;
@@ -4746,7 +5005,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4746
5005
  arrowOffsetVertical: string;
4747
5006
  arrowHeight: string;
4748
5007
  padding: string;
4749
- }, any>;
5008
+ }, {
5009
+ Scrollbar: Theme<"Scrollbar", {
5010
+ height: string;
5011
+ width: string;
5012
+ borderRadius: string;
5013
+ color: string;
5014
+ colorHover: string;
5015
+ railInsetHorizontalBottom: string;
5016
+ railInsetHorizontalTop: string;
5017
+ railInsetVerticalRight: string;
5018
+ railInsetVerticalLeft: string;
5019
+ railColor: string;
5020
+ }, any>;
5021
+ }>;
4750
5022
  InternalSelectMenu: Theme<"InternalSelectMenu", {
4751
5023
  optionFontSizeTiny: string;
4752
5024
  optionFontSizeSmall: string;
@@ -4856,7 +5128,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4856
5128
  arrowOffsetVertical: string;
4857
5129
  arrowHeight: string;
4858
5130
  padding: string;
4859
- }, any>;
5131
+ }, {
5132
+ Scrollbar: Theme<"Scrollbar", {
5133
+ height: string;
5134
+ width: string;
5135
+ borderRadius: string;
5136
+ color: string;
5137
+ colorHover: string;
5138
+ railInsetHorizontalBottom: string;
5139
+ railInsetHorizontalTop: string;
5140
+ railInsetVerticalRight: string;
5141
+ railInsetVerticalLeft: string;
5142
+ railColor: string;
5143
+ }, any>;
5144
+ }>;
4860
5145
  Ellipsis: Theme<"Ellipsis", unknown, {
4861
5146
  Tooltip: Theme<"Tooltip", {
4862
5147
  borderRadius: string;
@@ -4878,7 +5163,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4878
5163
  arrowOffsetVertical: string;
4879
5164
  arrowHeight: string;
4880
5165
  padding: string;
4881
- }, any>;
5166
+ }, {
5167
+ Scrollbar: Theme<"Scrollbar", {
5168
+ height: string;
5169
+ width: string;
5170
+ borderRadius: string;
5171
+ color: string;
5172
+ colorHover: string;
5173
+ railInsetHorizontalBottom: string;
5174
+ railInsetHorizontalTop: string;
5175
+ railInsetVerticalRight: string;
5176
+ railInsetVerticalLeft: string;
5177
+ railColor: string;
5178
+ }, any>;
5179
+ }>;
4882
5180
  }>;
4883
5181
  }>;
4884
5182
  Dropdown: Theme<"Dropdown", {
@@ -4949,7 +5247,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4949
5247
  arrowOffsetVertical: string;
4950
5248
  arrowHeight: string;
4951
5249
  padding: string;
4952
- }, any>;
5250
+ }, {
5251
+ Scrollbar: Theme<"Scrollbar", {
5252
+ height: string;
5253
+ width: string;
5254
+ borderRadius: string;
5255
+ color: string;
5256
+ colorHover: string;
5257
+ railInsetHorizontalBottom: string;
5258
+ railInsetHorizontalTop: string;
5259
+ railInsetVerticalRight: string;
5260
+ railInsetVerticalLeft: string;
5261
+ railColor: string;
5262
+ }, any>;
5263
+ }>;
4953
5264
  }>;
4954
5265
  };
4955
5266
  peerOverrides: {
@@ -5041,7 +5352,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5041
5352
  arrowOffsetVertical: string;
5042
5353
  arrowHeight: string;
5043
5354
  padding: string;
5044
- }, any>;
5355
+ }, {
5356
+ Scrollbar: Theme<"Scrollbar", {
5357
+ height: string;
5358
+ width: string;
5359
+ borderRadius: string;
5360
+ color: string;
5361
+ colorHover: string;
5362
+ railInsetHorizontalBottom: string;
5363
+ railInsetHorizontalTop: string;
5364
+ railInsetVerticalRight: string;
5365
+ railInsetVerticalLeft: string;
5366
+ railColor: string;
5367
+ }, any>;
5368
+ }>;
5045
5369
  }>;
5046
5370
  InternalSelectMenu: Theme<"InternalSelectMenu", {
5047
5371
  optionFontSizeTiny: string;
@@ -5172,7 +5496,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5172
5496
  paddingMedium: string;
5173
5497
  paddingLarge: string;
5174
5498
  clearSize: string;
5175
- }, any>> | undefined;
5499
+ }, {
5500
+ Scrollbar: Theme<"Scrollbar", {
5501
+ height: string;
5502
+ width: string;
5503
+ borderRadius: string;
5504
+ color: string;
5505
+ colorHover: string;
5506
+ railInsetHorizontalBottom: string;
5507
+ railInsetHorizontalTop: string;
5508
+ railInsetVerticalRight: string;
5509
+ railInsetVerticalLeft: string;
5510
+ railColor: string;
5511
+ }, any>;
5512
+ }>> | undefined;
5176
5513
  Popselect?: ExtractThemeOverrides<Theme<"Popselect", {
5177
5514
  menuBoxShadow: string;
5178
5515
  }, {
@@ -5189,7 +5526,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5189
5526
  arrowOffsetVertical: string;
5190
5527
  arrowHeight: string;
5191
5528
  padding: string;
5192
- }, any>;
5529
+ }, {
5530
+ Scrollbar: Theme<"Scrollbar", {
5531
+ height: string;
5532
+ width: string;
5533
+ borderRadius: string;
5534
+ color: string;
5535
+ colorHover: string;
5536
+ railInsetHorizontalBottom: string;
5537
+ railInsetHorizontalTop: string;
5538
+ railInsetVerticalRight: string;
5539
+ railInsetVerticalLeft: string;
5540
+ railColor: string;
5541
+ }, any>;
5542
+ }>;
5193
5543
  InternalSelectMenu: Theme<"InternalSelectMenu", {
5194
5544
  optionFontSizeTiny: string;
5195
5545
  optionFontSizeSmall: string;
@@ -5272,7 +5622,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5272
5622
  } | undefined;
5273
5623
  Popover?: {
5274
5624
  peers?: {
5275
- [x: string]: any;
5625
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
5626
+ height: string;
5627
+ width: string;
5628
+ borderRadius: string;
5629
+ color: string;
5630
+ colorHover: string;
5631
+ railInsetHorizontalBottom: string;
5632
+ railInsetHorizontalTop: string;
5633
+ railInsetVerticalRight: string;
5634
+ railInsetVerticalLeft: string;
5635
+ railColor: string;
5636
+ }, any>> | undefined;
5276
5637
  } | undefined;
5277
5638
  } | undefined;
5278
5639
  Ellipsis?: {
@@ -5297,7 +5658,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5297
5658
  arrowOffsetVertical: string;
5298
5659
  arrowHeight: string;
5299
5660
  padding: string;
5300
- }, any>;
5661
+ }, {
5662
+ Scrollbar: Theme<"Scrollbar", {
5663
+ height: string;
5664
+ width: string;
5665
+ borderRadius: string;
5666
+ color: string;
5667
+ colorHover: string;
5668
+ railInsetHorizontalBottom: string;
5669
+ railInsetHorizontalTop: string;
5670
+ railInsetVerticalRight: string;
5671
+ railInsetVerticalLeft: string;
5672
+ railColor: string;
5673
+ }, any>;
5674
+ }>;
5301
5675
  }>> | undefined;
5302
5676
  } | undefined;
5303
5677
  } | undefined;
@@ -5316,7 +5690,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5316
5690
  arrowOffsetVertical: string;
5317
5691
  arrowHeight: string;
5318
5692
  padding: string;
5319
- }, any>> | undefined;
5693
+ }, {
5694
+ Scrollbar: Theme<"Scrollbar", {
5695
+ height: string;
5696
+ width: string;
5697
+ borderRadius: string;
5698
+ color: string;
5699
+ colorHover: string;
5700
+ railInsetHorizontalBottom: string;
5701
+ railInsetHorizontalTop: string;
5702
+ railInsetVerticalRight: string;
5703
+ railInsetVerticalLeft: string;
5704
+ railColor: string;
5705
+ }, any>;
5706
+ }>> | undefined;
5320
5707
  } | undefined;
5321
5708
  } | undefined;
5322
5709
  };
@@ -5974,7 +6361,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5974
6361
  arrowOffsetVertical: string;
5975
6362
  arrowHeight: string;
5976
6363
  padding: string;
5977
- }, any>;
6364
+ }, {
6365
+ Scrollbar: Theme<"Scrollbar", {
6366
+ height: string;
6367
+ width: string;
6368
+ borderRadius: string;
6369
+ color: string;
6370
+ colorHover: string;
6371
+ railInsetHorizontalBottom: string;
6372
+ railInsetHorizontalTop: string;
6373
+ railInsetVerticalRight: string;
6374
+ railInsetVerticalLeft: string;
6375
+ railColor: string;
6376
+ }, any>;
6377
+ }>;
5978
6378
  }>;
5979
6379
  InternalSelectMenu: Theme<"InternalSelectMenu", {
5980
6380
  optionFontSizeTiny: string;
@@ -6105,7 +6505,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6105
6505
  paddingMedium: string;
6106
6506
  paddingLarge: string;
6107
6507
  clearSize: string;
6108
- }, any>;
6508
+ }, {
6509
+ Scrollbar: Theme<"Scrollbar", {
6510
+ height: string;
6511
+ width: string;
6512
+ borderRadius: string;
6513
+ color: string;
6514
+ colorHover: string;
6515
+ railInsetHorizontalBottom: string;
6516
+ railInsetHorizontalTop: string;
6517
+ railInsetVerticalRight: string;
6518
+ railInsetVerticalLeft: string;
6519
+ railColor: string;
6520
+ }, any>;
6521
+ }>;
6109
6522
  Popselect: Theme<"Popselect", {
6110
6523
  menuBoxShadow: string;
6111
6524
  }, {
@@ -6122,7 +6535,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6122
6535
  arrowOffsetVertical: string;
6123
6536
  arrowHeight: string;
6124
6537
  padding: string;
6125
- }, any>;
6538
+ }, {
6539
+ Scrollbar: Theme<"Scrollbar", {
6540
+ height: string;
6541
+ width: string;
6542
+ borderRadius: string;
6543
+ color: string;
6544
+ colorHover: string;
6545
+ railInsetHorizontalBottom: string;
6546
+ railInsetHorizontalTop: string;
6547
+ railInsetVerticalRight: string;
6548
+ railInsetVerticalLeft: string;
6549
+ railColor: string;
6550
+ }, any>;
6551
+ }>;
6126
6552
  InternalSelectMenu: Theme<"InternalSelectMenu", {
6127
6553
  optionFontSizeTiny: string;
6128
6554
  optionFontSizeSmall: string;
@@ -6232,7 +6658,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6232
6658
  arrowOffsetVertical: string;
6233
6659
  arrowHeight: string;
6234
6660
  padding: string;
6235
- }, any>;
6661
+ }, {
6662
+ Scrollbar: Theme<"Scrollbar", {
6663
+ height: string;
6664
+ width: string;
6665
+ borderRadius: string;
6666
+ color: string;
6667
+ colorHover: string;
6668
+ railInsetHorizontalBottom: string;
6669
+ railInsetHorizontalTop: string;
6670
+ railInsetVerticalRight: string;
6671
+ railInsetVerticalLeft: string;
6672
+ railColor: string;
6673
+ }, any>;
6674
+ }>;
6236
6675
  Ellipsis: Theme<"Ellipsis", unknown, {
6237
6676
  Tooltip: Theme<"Tooltip", {
6238
6677
  borderRadius: string;
@@ -6254,7 +6693,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6254
6693
  arrowOffsetVertical: string;
6255
6694
  arrowHeight: string;
6256
6695
  padding: string;
6257
- }, any>;
6696
+ }, {
6697
+ Scrollbar: Theme<"Scrollbar", {
6698
+ height: string;
6699
+ width: string;
6700
+ borderRadius: string;
6701
+ color: string;
6702
+ colorHover: string;
6703
+ railInsetHorizontalBottom: string;
6704
+ railInsetHorizontalTop: string;
6705
+ railInsetVerticalRight: string;
6706
+ railInsetVerticalLeft: string;
6707
+ railColor: string;
6708
+ }, any>;
6709
+ }>;
6258
6710
  }>;
6259
6711
  }>;
6260
6712
  Dropdown: Theme<"Dropdown", {
@@ -6325,7 +6777,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6325
6777
  arrowOffsetVertical: string;
6326
6778
  arrowHeight: string;
6327
6779
  padding: string;
6328
- }, any>;
6780
+ }, {
6781
+ Scrollbar: Theme<"Scrollbar", {
6782
+ height: string;
6783
+ width: string;
6784
+ borderRadius: string;
6785
+ color: string;
6786
+ colorHover: string;
6787
+ railInsetHorizontalBottom: string;
6788
+ railInsetHorizontalTop: string;
6789
+ railInsetVerticalRight: string;
6790
+ railInsetVerticalLeft: string;
6791
+ railColor: string;
6792
+ }, any>;
6793
+ }>;
6329
6794
  }>;
6330
6795
  }>>;
6331
6796
  readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"DataTable", {
@@ -6801,7 +7266,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6801
7266
  arrowOffsetVertical: string;
6802
7267
  arrowHeight: string;
6803
7268
  padding: string;
6804
- }, any>;
7269
+ }, {
7270
+ Scrollbar: Theme<"Scrollbar", {
7271
+ height: string;
7272
+ width: string;
7273
+ borderRadius: string;
7274
+ color: string;
7275
+ colorHover: string;
7276
+ railInsetHorizontalBottom: string;
7277
+ railInsetHorizontalTop: string;
7278
+ railInsetVerticalRight: string;
7279
+ railInsetVerticalLeft: string;
7280
+ railColor: string;
7281
+ }, any>;
7282
+ }>;
6805
7283
  }>;
6806
7284
  InternalSelectMenu: Theme<"InternalSelectMenu", {
6807
7285
  optionFontSizeTiny: string;
@@ -6932,7 +7410,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6932
7410
  paddingMedium: string;
6933
7411
  paddingLarge: string;
6934
7412
  clearSize: string;
6935
- }, any>;
7413
+ }, {
7414
+ Scrollbar: Theme<"Scrollbar", {
7415
+ height: string;
7416
+ width: string;
7417
+ borderRadius: string;
7418
+ color: string;
7419
+ colorHover: string;
7420
+ railInsetHorizontalBottom: string;
7421
+ railInsetHorizontalTop: string;
7422
+ railInsetVerticalRight: string;
7423
+ railInsetVerticalLeft: string;
7424
+ railColor: string;
7425
+ }, any>;
7426
+ }>;
6936
7427
  Popselect: Theme<"Popselect", {
6937
7428
  menuBoxShadow: string;
6938
7429
  }, {
@@ -6949,7 +7440,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6949
7440
  arrowOffsetVertical: string;
6950
7441
  arrowHeight: string;
6951
7442
  padding: string;
6952
- }, any>;
7443
+ }, {
7444
+ Scrollbar: Theme<"Scrollbar", {
7445
+ height: string;
7446
+ width: string;
7447
+ borderRadius: string;
7448
+ color: string;
7449
+ colorHover: string;
7450
+ railInsetHorizontalBottom: string;
7451
+ railInsetHorizontalTop: string;
7452
+ railInsetVerticalRight: string;
7453
+ railInsetVerticalLeft: string;
7454
+ railColor: string;
7455
+ }, any>;
7456
+ }>;
6953
7457
  InternalSelectMenu: Theme<"InternalSelectMenu", {
6954
7458
  optionFontSizeTiny: string;
6955
7459
  optionFontSizeSmall: string;
@@ -7059,7 +7563,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7059
7563
  arrowOffsetVertical: string;
7060
7564
  arrowHeight: string;
7061
7565
  padding: string;
7062
- }, any>;
7566
+ }, {
7567
+ Scrollbar: Theme<"Scrollbar", {
7568
+ height: string;
7569
+ width: string;
7570
+ borderRadius: string;
7571
+ color: string;
7572
+ colorHover: string;
7573
+ railInsetHorizontalBottom: string;
7574
+ railInsetHorizontalTop: string;
7575
+ railInsetVerticalRight: string;
7576
+ railInsetVerticalLeft: string;
7577
+ railColor: string;
7578
+ }, any>;
7579
+ }>;
7063
7580
  Ellipsis: Theme<"Ellipsis", unknown, {
7064
7581
  Tooltip: Theme<"Tooltip", {
7065
7582
  borderRadius: string;
@@ -7081,7 +7598,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7081
7598
  arrowOffsetVertical: string;
7082
7599
  arrowHeight: string;
7083
7600
  padding: string;
7084
- }, any>;
7601
+ }, {
7602
+ Scrollbar: Theme<"Scrollbar", {
7603
+ height: string;
7604
+ width: string;
7605
+ borderRadius: string;
7606
+ color: string;
7607
+ colorHover: string;
7608
+ railInsetHorizontalBottom: string;
7609
+ railInsetHorizontalTop: string;
7610
+ railInsetVerticalRight: string;
7611
+ railInsetVerticalLeft: string;
7612
+ railColor: string;
7613
+ }, any>;
7614
+ }>;
7085
7615
  }>;
7086
7616
  }>;
7087
7617
  Dropdown: Theme<"Dropdown", {
@@ -7152,7 +7682,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7152
7682
  arrowOffsetVertical: string;
7153
7683
  arrowHeight: string;
7154
7684
  padding: string;
7155
- }, any>;
7685
+ }, {
7686
+ Scrollbar: Theme<"Scrollbar", {
7687
+ height: string;
7688
+ width: string;
7689
+ borderRadius: string;
7690
+ color: string;
7691
+ colorHover: string;
7692
+ railInsetHorizontalBottom: string;
7693
+ railInsetHorizontalTop: string;
7694
+ railInsetVerticalRight: string;
7695
+ railInsetVerticalLeft: string;
7696
+ railColor: string;
7697
+ }, any>;
7698
+ }>;
7156
7699
  }>;
7157
7700
  }>>>;
7158
7701
  readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"DataTable", {
@@ -7628,7 +8171,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7628
8171
  arrowOffsetVertical: string;
7629
8172
  arrowHeight: string;
7630
8173
  padding: string;
7631
- }, any>;
8174
+ }, {
8175
+ Scrollbar: Theme<"Scrollbar", {
8176
+ height: string;
8177
+ width: string;
8178
+ borderRadius: string;
8179
+ color: string;
8180
+ colorHover: string;
8181
+ railInsetHorizontalBottom: string;
8182
+ railInsetHorizontalTop: string;
8183
+ railInsetVerticalRight: string;
8184
+ railInsetVerticalLeft: string;
8185
+ railColor: string;
8186
+ }, any>;
8187
+ }>;
7632
8188
  }>;
7633
8189
  InternalSelectMenu: Theme<"InternalSelectMenu", {
7634
8190
  optionFontSizeTiny: string;
@@ -7759,7 +8315,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7759
8315
  paddingMedium: string;
7760
8316
  paddingLarge: string;
7761
8317
  clearSize: string;
7762
- }, any>;
8318
+ }, {
8319
+ Scrollbar: Theme<"Scrollbar", {
8320
+ height: string;
8321
+ width: string;
8322
+ borderRadius: string;
8323
+ color: string;
8324
+ colorHover: string;
8325
+ railInsetHorizontalBottom: string;
8326
+ railInsetHorizontalTop: string;
8327
+ railInsetVerticalRight: string;
8328
+ railInsetVerticalLeft: string;
8329
+ railColor: string;
8330
+ }, any>;
8331
+ }>;
7763
8332
  Popselect: Theme<"Popselect", {
7764
8333
  menuBoxShadow: string;
7765
8334
  }, {
@@ -7776,7 +8345,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7776
8345
  arrowOffsetVertical: string;
7777
8346
  arrowHeight: string;
7778
8347
  padding: string;
7779
- }, any>;
8348
+ }, {
8349
+ Scrollbar: Theme<"Scrollbar", {
8350
+ height: string;
8351
+ width: string;
8352
+ borderRadius: string;
8353
+ color: string;
8354
+ colorHover: string;
8355
+ railInsetHorizontalBottom: string;
8356
+ railInsetHorizontalTop: string;
8357
+ railInsetVerticalRight: string;
8358
+ railInsetVerticalLeft: string;
8359
+ railColor: string;
8360
+ }, any>;
8361
+ }>;
7780
8362
  InternalSelectMenu: Theme<"InternalSelectMenu", {
7781
8363
  optionFontSizeTiny: string;
7782
8364
  optionFontSizeSmall: string;
@@ -7886,7 +8468,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7886
8468
  arrowOffsetVertical: string;
7887
8469
  arrowHeight: string;
7888
8470
  padding: string;
7889
- }, any>;
8471
+ }, {
8472
+ Scrollbar: Theme<"Scrollbar", {
8473
+ height: string;
8474
+ width: string;
8475
+ borderRadius: string;
8476
+ color: string;
8477
+ colorHover: string;
8478
+ railInsetHorizontalBottom: string;
8479
+ railInsetHorizontalTop: string;
8480
+ railInsetVerticalRight: string;
8481
+ railInsetVerticalLeft: string;
8482
+ railColor: string;
8483
+ }, any>;
8484
+ }>;
7890
8485
  Ellipsis: Theme<"Ellipsis", unknown, {
7891
8486
  Tooltip: Theme<"Tooltip", {
7892
8487
  borderRadius: string;
@@ -7908,7 +8503,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7908
8503
  arrowOffsetVertical: string;
7909
8504
  arrowHeight: string;
7910
8505
  padding: string;
7911
- }, any>;
8506
+ }, {
8507
+ Scrollbar: Theme<"Scrollbar", {
8508
+ height: string;
8509
+ width: string;
8510
+ borderRadius: string;
8511
+ color: string;
8512
+ colorHover: string;
8513
+ railInsetHorizontalBottom: string;
8514
+ railInsetHorizontalTop: string;
8515
+ railInsetVerticalRight: string;
8516
+ railInsetVerticalLeft: string;
8517
+ railColor: string;
8518
+ }, any>;
8519
+ }>;
7912
8520
  }>;
7913
8521
  }>;
7914
8522
  Dropdown: Theme<"Dropdown", {
@@ -7979,7 +8587,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7979
8587
  arrowOffsetVertical: string;
7980
8588
  arrowHeight: string;
7981
8589
  padding: string;
7982
- }, any>;
8590
+ }, {
8591
+ Scrollbar: Theme<"Scrollbar", {
8592
+ height: string;
8593
+ width: string;
8594
+ borderRadius: string;
8595
+ color: string;
8596
+ colorHover: string;
8597
+ railInsetHorizontalBottom: string;
8598
+ railInsetHorizontalTop: string;
8599
+ railInsetVerticalRight: string;
8600
+ railInsetVerticalLeft: string;
8601
+ railColor: string;
8602
+ }, any>;
8603
+ }>;
7983
8604
  }>;
7984
8605
  }>>>;
7985
8606
  }>> & Readonly<{}>, {
@@ -7988,9 +8609,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7988
8609
  readonly tableLayout: "fixed" | "auto";
7989
8610
  readonly columns: TableColumns<any>;
7990
8611
  readonly loading: boolean;
8612
+ readonly spinProps: BaseLoadingExposedProps;
7991
8613
  readonly bordered: boolean | undefined;
7992
- readonly virtualScroll: boolean;
8614
+ readonly allowCheckingNotLoaded: boolean;
7993
8615
  readonly remote: boolean;
8616
+ readonly cascade: boolean;
8617
+ readonly virtualScroll: boolean;
7994
8618
  readonly pagination: false | PaginationProps;
7995
8619
  readonly paginateSinglePage: boolean;
7996
8620
  readonly bottomBordered: boolean | undefined;
@@ -8005,14 +8629,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8005
8629
  readonly virtualScrollHeader: boolean;
8006
8630
  readonly headerHeight: number;
8007
8631
  readonly minRowHeight: number;
8008
- readonly allowCheckingNotLoaded: boolean;
8009
- readonly cascade: boolean;
8010
8632
  readonly childrenKey: string;
8011
8633
  readonly indent: number;
8012
8634
  readonly flexHeight: boolean;
8013
8635
  readonly summaryPlacement: "top" | "bottom";
8014
8636
  readonly paginationBehaviorOnFilter: "first" | "current";
8015
- readonly spinProps: BaseLoadingExposedProps;
8016
8637
  }, SlotsType<DataTableSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8017
8638
  NPopover: DefineComponent<ExtractPropTypes<{
8018
8639
  internalOnAfterLeave: PropType<() => void>;
@@ -8120,7 +8741,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8120
8741
  arrowOffsetVertical: string;
8121
8742
  arrowHeight: string;
8122
8743
  padding: string;
8123
- }, any>>;
8744
+ }, {
8745
+ Scrollbar: Theme<"Scrollbar", {
8746
+ height: string;
8747
+ width: string;
8748
+ borderRadius: string;
8749
+ color: string;
8750
+ colorHover: string;
8751
+ railInsetHorizontalBottom: string;
8752
+ railInsetHorizontalTop: string;
8753
+ railInsetVerticalRight: string;
8754
+ railInsetVerticalLeft: string;
8755
+ railColor: string;
8756
+ }, any>;
8757
+ }>>;
8124
8758
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
8125
8759
  fontSize: string;
8126
8760
  borderRadius: string;
@@ -8134,7 +8768,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8134
8768
  arrowOffsetVertical: string;
8135
8769
  arrowHeight: string;
8136
8770
  padding: string;
8137
- }, any>>>;
8771
+ }, {
8772
+ Scrollbar: Theme<"Scrollbar", {
8773
+ height: string;
8774
+ width: string;
8775
+ borderRadius: string;
8776
+ color: string;
8777
+ colorHover: string;
8778
+ railInsetHorizontalBottom: string;
8779
+ railInsetHorizontalTop: string;
8780
+ railInsetVerticalRight: string;
8781
+ railInsetVerticalLeft: string;
8782
+ railColor: string;
8783
+ }, any>;
8784
+ }>>>;
8138
8785
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
8139
8786
  fontSize: string;
8140
8787
  borderRadius: string;
@@ -8148,7 +8795,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8148
8795
  arrowOffsetVertical: string;
8149
8796
  arrowHeight: string;
8150
8797
  padding: string;
8151
- }, any>>>;
8798
+ }, {
8799
+ Scrollbar: Theme<"Scrollbar", {
8800
+ height: string;
8801
+ width: string;
8802
+ borderRadius: string;
8803
+ color: string;
8804
+ colorHover: string;
8805
+ railInsetHorizontalBottom: string;
8806
+ railInsetHorizontalTop: string;
8807
+ railInsetVerticalRight: string;
8808
+ railInsetVerticalLeft: string;
8809
+ railColor: string;
8810
+ }, any>;
8811
+ }>>>;
8152
8812
  }>, {
8153
8813
  binderInstRef: Ref<{
8154
8814
  targetRef: HTMLElement | null;
@@ -8273,7 +8933,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8273
8933
  arrowOffsetVertical: string;
8274
8934
  arrowHeight: string;
8275
8935
  padding: string;
8276
- }, any>>;
8936
+ }, {
8937
+ Scrollbar: Theme<"Scrollbar", {
8938
+ height: string;
8939
+ width: string;
8940
+ borderRadius: string;
8941
+ color: string;
8942
+ colorHover: string;
8943
+ railInsetHorizontalBottom: string;
8944
+ railInsetHorizontalTop: string;
8945
+ railInsetVerticalRight: string;
8946
+ railInsetVerticalLeft: string;
8947
+ railColor: string;
8948
+ }, any>;
8949
+ }>>;
8277
8950
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
8278
8951
  fontSize: string;
8279
8952
  borderRadius: string;
@@ -8287,7 +8960,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8287
8960
  arrowOffsetVertical: string;
8288
8961
  arrowHeight: string;
8289
8962
  padding: string;
8290
- }, any>>>;
8963
+ }, {
8964
+ Scrollbar: Theme<"Scrollbar", {
8965
+ height: string;
8966
+ width: string;
8967
+ borderRadius: string;
8968
+ color: string;
8969
+ colorHover: string;
8970
+ railInsetHorizontalBottom: string;
8971
+ railInsetHorizontalTop: string;
8972
+ railInsetVerticalRight: string;
8973
+ railInsetVerticalLeft: string;
8974
+ railColor: string;
8975
+ }, any>;
8976
+ }>>>;
8291
8977
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
8292
8978
  fontSize: string;
8293
8979
  borderRadius: string;
@@ -8301,7 +8987,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8301
8987
  arrowOffsetVertical: string;
8302
8988
  arrowHeight: string;
8303
8989
  padding: string;
8304
- }, any>>>;
8990
+ }, {
8991
+ Scrollbar: Theme<"Scrollbar", {
8992
+ height: string;
8993
+ width: string;
8994
+ borderRadius: string;
8995
+ color: string;
8996
+ colorHover: string;
8997
+ railInsetHorizontalBottom: string;
8998
+ railInsetHorizontalTop: string;
8999
+ railInsetVerticalRight: string;
9000
+ railInsetVerticalLeft: string;
9001
+ railColor: string;
9002
+ }, any>;
9003
+ }>>>;
8305
9004
  }>> & Readonly<{}>, {
8306
9005
  to: string | boolean | HTMLElement;
8307
9006
  disabled: boolean;
@@ -8311,22 +9010,22 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8311
9010
  duration: number;
8312
9011
  raw: boolean;
8313
9012
  placement: PopoverPlacement;
8314
- overlap: boolean;
8315
- scrollable: boolean;
8316
- trigger: PopoverTrigger;
8317
9013
  showArrow: boolean;
9014
+ trigger: PopoverTrigger;
9015
+ arrow: boolean | undefined;
9016
+ defaultShow: boolean;
8318
9017
  delay: number;
8319
9018
  arrowPointToCenter: boolean;
8320
9019
  displayDirective: "show" | "if";
9020
+ animated: boolean;
9021
+ overlap: boolean;
8321
9022
  keepAliveOnHover: boolean;
9023
+ scrollable: boolean;
8322
9024
  internalDeactivateImmediately: boolean;
8323
- animated: boolean;
8324
- internalTrapFocus: boolean;
8325
- defaultShow: boolean;
8326
9025
  internalSyncTargetWithParent: boolean;
8327
9026
  internalInheritedEventHandlers: TriggerEventHandlers[];
9027
+ internalTrapFocus: boolean;
8328
9028
  internalExtraClass: string[];
8329
- arrow: boolean | undefined;
8330
9029
  }, SlotsType<PopoverSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8331
9030
  NButton: DefineComponent<ExtractPropTypes<{
8332
9031
  readonly color: StringConstructor;
@@ -9724,10 +10423,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9724
10423
  readonly focusable: boolean;
9725
10424
  readonly bordered: boolean;
9726
10425
  readonly tertiary: boolean;
9727
- readonly keyboard: boolean;
9728
10426
  readonly ghost: boolean;
9729
10427
  readonly secondary: boolean;
9730
10428
  readonly quaternary: boolean;
10429
+ readonly keyboard: boolean;
9731
10430
  readonly iconPlacement: "left" | "right";
9732
10431
  readonly attrType: "reset" | "submit" | "button";
9733
10432
  readonly nativeFocusBehavior: boolean;
@@ -10263,12 +10962,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
10263
10962
  readonly placement: DrawerPlacement;
10264
10963
  readonly displayDirective: "show" | "if";
10265
10964
  readonly resizable: boolean;
10266
- readonly maskClosable: boolean;
10267
- readonly trapFocus: boolean;
10268
- readonly closeOnEsc: boolean;
10269
10965
  readonly blockScroll: boolean;
10270
- readonly nativeScrollbar: boolean;
10966
+ readonly closeOnEsc: boolean;
10967
+ readonly maskClosable: boolean;
10271
10968
  readonly showMask: boolean | "transparent";
10969
+ readonly nativeScrollbar: boolean;
10970
+ readonly trapFocus: boolean;
10272
10971
  readonly defaultWidth: string | number;
10273
10972
  readonly defaultHeight: string | number;
10274
10973
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -12829,10 +13528,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12829
13528
  readonly focusable: boolean;
12830
13529
  readonly bordered: boolean;
12831
13530
  readonly tertiary: boolean;
12832
- readonly keyboard: boolean;
12833
13531
  readonly ghost: boolean;
12834
13532
  readonly secondary: boolean;
12835
13533
  readonly quaternary: boolean;
13534
+ readonly keyboard: boolean;
12836
13535
  readonly iconPlacement: "left" | "right";
12837
13536
  readonly attrType: "reset" | "submit" | "button";
12838
13537
  readonly nativeFocusBehavior: boolean;
@@ -12998,7 +13697,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12998
13697
  arrowOffsetVertical: string;
12999
13698
  arrowHeight: string;
13000
13699
  padding: string;
13001
- }, any>;
13700
+ }, {
13701
+ Scrollbar: Theme<"Scrollbar", {
13702
+ height: string;
13703
+ width: string;
13704
+ borderRadius: string;
13705
+ color: string;
13706
+ colorHover: string;
13707
+ railInsetHorizontalBottom: string;
13708
+ railInsetHorizontalTop: string;
13709
+ railInsetVerticalRight: string;
13710
+ railInsetVerticalLeft: string;
13711
+ railColor: string;
13712
+ }, any>;
13713
+ }>;
13002
13714
  }>;
13003
13715
  }>>;
13004
13716
  readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Ellipsis", unknown, {
@@ -13022,7 +13734,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13022
13734
  arrowOffsetVertical: string;
13023
13735
  arrowHeight: string;
13024
13736
  padding: string;
13025
- }, any>;
13737
+ }, {
13738
+ Scrollbar: Theme<"Scrollbar", {
13739
+ height: string;
13740
+ width: string;
13741
+ borderRadius: string;
13742
+ color: string;
13743
+ colorHover: string;
13744
+ railInsetHorizontalBottom: string;
13745
+ railInsetHorizontalTop: string;
13746
+ railInsetVerticalRight: string;
13747
+ railInsetVerticalLeft: string;
13748
+ railColor: string;
13749
+ }, any>;
13750
+ }>;
13026
13751
  }>;
13027
13752
  }>>>;
13028
13753
  readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Ellipsis", unknown, {
@@ -13046,7 +13771,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13046
13771
  arrowOffsetVertical: string;
13047
13772
  arrowHeight: string;
13048
13773
  padding: string;
13049
- }, any>;
13774
+ }, {
13775
+ Scrollbar: Theme<"Scrollbar", {
13776
+ height: string;
13777
+ width: string;
13778
+ borderRadius: string;
13779
+ color: string;
13780
+ colorHover: string;
13781
+ railInsetHorizontalBottom: string;
13782
+ railInsetHorizontalTop: string;
13783
+ railInsetVerticalRight: string;
13784
+ railInsetVerticalLeft: string;
13785
+ railColor: string;
13786
+ }, any>;
13787
+ }>;
13050
13788
  }>;
13051
13789
  }>>>;
13052
13790
  }>, {
@@ -13074,7 +13812,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13074
13812
  arrowOffsetVertical: string;
13075
13813
  arrowHeight: string;
13076
13814
  padding: string;
13077
- }, any>;
13815
+ }, {
13816
+ Scrollbar: Theme<"Scrollbar", {
13817
+ height: string;
13818
+ width: string;
13819
+ borderRadius: string;
13820
+ color: string;
13821
+ colorHover: string;
13822
+ railInsetHorizontalBottom: string;
13823
+ railInsetHorizontalTop: string;
13824
+ railInsetVerticalRight: string;
13825
+ railInsetVerticalLeft: string;
13826
+ railColor: string;
13827
+ }, any>;
13828
+ }>;
13078
13829
  }>;
13079
13830
  };
13080
13831
  peerOverrides: {
@@ -13093,7 +13844,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13093
13844
  arrowOffsetVertical: string;
13094
13845
  arrowHeight: string;
13095
13846
  padding: string;
13096
- }, any>> | undefined;
13847
+ }, {
13848
+ Scrollbar: Theme<"Scrollbar", {
13849
+ height: string;
13850
+ width: string;
13851
+ borderRadius: string;
13852
+ color: string;
13853
+ colorHover: string;
13854
+ railInsetHorizontalBottom: string;
13855
+ railInsetHorizontalTop: string;
13856
+ railInsetVerticalRight: string;
13857
+ railInsetVerticalLeft: string;
13858
+ railColor: string;
13859
+ }, any>;
13860
+ }>> | undefined;
13097
13861
  } | undefined;
13098
13862
  } | undefined;
13099
13863
  };
@@ -13138,7 +13902,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13138
13902
  arrowOffsetVertical: string;
13139
13903
  arrowHeight: string;
13140
13904
  padding: string;
13141
- }, any>;
13905
+ }, {
13906
+ Scrollbar: Theme<"Scrollbar", {
13907
+ height: string;
13908
+ width: string;
13909
+ borderRadius: string;
13910
+ color: string;
13911
+ colorHover: string;
13912
+ railInsetHorizontalBottom: string;
13913
+ railInsetHorizontalTop: string;
13914
+ railInsetVerticalRight: string;
13915
+ railInsetVerticalLeft: string;
13916
+ railColor: string;
13917
+ }, any>;
13918
+ }>;
13142
13919
  }>;
13143
13920
  }>>;
13144
13921
  readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Ellipsis", unknown, {
@@ -13162,7 +13939,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13162
13939
  arrowOffsetVertical: string;
13163
13940
  arrowHeight: string;
13164
13941
  padding: string;
13165
- }, any>;
13942
+ }, {
13943
+ Scrollbar: Theme<"Scrollbar", {
13944
+ height: string;
13945
+ width: string;
13946
+ borderRadius: string;
13947
+ color: string;
13948
+ colorHover: string;
13949
+ railInsetHorizontalBottom: string;
13950
+ railInsetHorizontalTop: string;
13951
+ railInsetVerticalRight: string;
13952
+ railInsetVerticalLeft: string;
13953
+ railColor: string;
13954
+ }, any>;
13955
+ }>;
13166
13956
  }>;
13167
13957
  }>>>;
13168
13958
  readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Ellipsis", unknown, {
@@ -13186,7 +13976,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13186
13976
  arrowOffsetVertical: string;
13187
13977
  arrowHeight: string;
13188
13978
  padding: string;
13189
- }, any>;
13979
+ }, {
13980
+ Scrollbar: Theme<"Scrollbar", {
13981
+ height: string;
13982
+ width: string;
13983
+ borderRadius: string;
13984
+ color: string;
13985
+ colorHover: string;
13986
+ railInsetHorizontalBottom: string;
13987
+ railInsetHorizontalTop: string;
13988
+ railInsetVerticalRight: string;
13989
+ railInsetVerticalLeft: string;
13990
+ railColor: string;
13991
+ }, any>;
13992
+ }>;
13190
13993
  }>;
13191
13994
  }>>>;
13192
13995
  }>> & Readonly<{}>, {
@@ -14600,10 +15403,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
14600
15403
  readonly focusable: boolean;
14601
15404
  readonly bordered: boolean;
14602
15405
  readonly tertiary: boolean;
14603
- readonly keyboard: boolean;
14604
15406
  readonly ghost: boolean;
14605
15407
  readonly secondary: boolean;
14606
15408
  readonly quaternary: boolean;
15409
+ readonly keyboard: boolean;
14607
15410
  readonly iconPlacement: "left" | "right";
14608
15411
  readonly attrType: "reset" | "submit" | "button";
14609
15412
  readonly nativeFocusBehavior: boolean;
@@ -15444,6 +16247,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
15444
16247
  draggerInsideRef: {
15445
16248
  value: boolean;
15446
16249
  };
16250
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
15447
16251
  inputElRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
15448
16252
  mergedTheme: ComputedRef<{
15449
16253
  common: ThemeCommonVars;