@unizhen/ui 0.0.27 → 0.0.28

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.
@@ -3,7 +3,7 @@ import { IUzFormItems, IUzFormItem } from './interface';
3
3
  import { ObjectKey, Fn } from '../interface';
4
4
  import { default as dayjs } from 'dayjs';
5
5
  import { LabelAlign, LabelPlacement, Size, FormValidateMessages, FormItemValidate, FormItemInternalValidate } from 'naive-ui/es/form/src/interface';
6
- import { FormRules, FormInst, FormItemRule, ButtonSlots, SelectOption, FormValidationStatus, ThemeCommonVars, InputSlots, SelectFilter, PopoverPlacement, PopoverProps, SelectRenderTag, SelectNodeProps, SelectGroupOption, SelectSlots, InputNumberSlots, TimePickerProps, FollowerPlacement, DatePickerSlots, SwitchSlots, ColorPickerSlots, CheckboxInst, CascaderOption, CascaderSlots, PopoverInst, PopoverTrigger, Placement, TooltipSlots, DropdownMenuProps, DropdownNodeProps, MenuOption, MenuGroupOption } from 'naive-ui';
6
+ import { FormRules, FormInst, FormItemRule, ButtonSlots, SelectOption, FormValidationStatus, ThemeCommonVars, InputSlots, SelectFilter, PopoverPlacement, PopoverProps, SelectRenderTag, SelectNodeProps, SelectGroupOption, SelectSlots, InputNumberSlots, TimePickerProps, FollowerPlacement, DatePickerSlots, SwitchSlots, ColorPickerSlots, CheckboxInst, CascaderOption, CascaderSlots, PopoverTrigger, PopoverInst, TooltipSlots, DropdownMenuProps, DropdownNodeProps, MenuOption, MenuGroupOption } from 'naive-ui';
7
7
  import { Theme } from 'naive-ui/es/_mixins';
8
8
  import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
9
9
  import { Size, Type } from 'naive-ui/es/button/src/interface';
@@ -28,8 +28,6 @@ import { HSLA, RGBA } from 'seemly';
28
28
  import { OnUpdateChecked } from 'naive-ui/es/checkbox/src/interface';
29
29
  import { UseFormItem } from 'naive-ui/es/_mixins/use-form-item';
30
30
  import { Value, ExpandTrigger, OnLoad, Filter, OnUpdateValue, SelectMenuInstance, CascaderMenuInstance, ValueAtom, Key } from 'naive-ui/es/cascader/src/interface';
31
- import { PopoverTrigger } from 'naive-ui/es/popover';
32
- import { Placement } from 'vueuc/lib/binder/src/interface';
33
31
  import { TriggerEventHandlers } from 'naive-ui/es/popover/src/Popover';
34
32
  import { OnUpdateValue, DropdownMixedOption, RenderLabel, RenderIcon, RenderOption } from 'naive-ui/es/dropdown/src/interface';
35
33
  import { MenuRenderOption, MenuIgnoredOption } from 'naive-ui/es/menu/src/interface';
@@ -1062,6 +1060,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1062
1060
  quest: boolean;
1063
1061
  draggable: boolean;
1064
1062
  childActions: boolean;
1063
+ showActions: boolean;
1065
1064
  showDelete: boolean;
1066
1065
  searchKey: string;
1067
1066
  link: string;
@@ -2284,6 +2283,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2284
2283
  quest: boolean;
2285
2284
  draggable: boolean;
2286
2285
  childActions: boolean;
2286
+ showActions: boolean;
2287
2287
  showDelete: boolean;
2288
2288
  searchKey: string;
2289
2289
  link: string;
@@ -3437,6 +3437,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3437
3437
  quest: boolean;
3438
3438
  draggable: boolean;
3439
3439
  childActions: boolean;
3440
+ showActions: boolean;
3440
3441
  showDelete: boolean;
3441
3442
  searchKey: string;
3442
3443
  link: string;
@@ -4659,6 +4660,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4659
4660
  quest: boolean;
4660
4661
  draggable: boolean;
4661
4662
  childActions: boolean;
4663
+ showActions: boolean;
4662
4664
  showDelete: boolean;
4663
4665
  searchKey: string;
4664
4666
  link: string;
@@ -5184,6 +5186,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5184
5186
  readonly default: undefined;
5185
5187
  };
5186
5188
  readonly labelProps: PropType< LabelHTMLAttributes>;
5189
+ readonly contentClass: StringConstructor;
5190
+ readonly contentStyle: PropType<string | CSSProperties>;
5187
5191
  readonly theme: PropType< Theme<"Form", {
5188
5192
  blankHeightSmall: string;
5189
5193
  blankHeightMedium: string;
@@ -5313,7 +5317,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5313
5317
  mergedLabelAlign: ComputedRef< LabelAlign | undefined>;
5314
5318
  mergedShowRequireMark: ComputedRef<boolean | undefined>;
5315
5319
  mergedRequireMarkPlacement: ComputedRef<"left" | "right" | "right-hanging">;
5316
- mergedValidationStatus: ComputedRef<"error" | "success" | "warning" | undefined>;
5320
+ mergedValidationStatus: ComputedRef<"error" | "warning" | "success" | undefined>;
5317
5321
  mergedShowFeedback: ComputedRef<boolean>;
5318
5322
  mergedShowLabel: ComputedRef<boolean>;
5319
5323
  isAutoLabelWidth: ComputedRef<boolean>;
@@ -5363,6 +5367,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5363
5367
  readonly default: undefined;
5364
5368
  };
5365
5369
  readonly labelProps: PropType< LabelHTMLAttributes>;
5370
+ readonly contentClass: StringConstructor;
5371
+ readonly contentStyle: PropType<string | CSSProperties>;
5366
5372
  readonly theme: PropType< Theme<"Form", {
5367
5373
  blankHeightSmall: string;
5368
5374
  blankHeightMedium: string;
@@ -6863,10 +6869,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6863
6869
  readonly focusable: boolean;
6864
6870
  readonly bordered: boolean;
6865
6871
  readonly tertiary: boolean;
6866
- readonly keyboard: boolean;
6867
6872
  readonly ghost: boolean;
6868
6873
  readonly secondary: boolean;
6869
6874
  readonly quaternary: boolean;
6875
+ readonly keyboard: boolean;
6870
6876
  readonly iconPlacement: "left" | "right";
6871
6877
  readonly attrType: "reset" | "submit" | "button";
6872
6878
  readonly nativeFocusBehavior: boolean;
@@ -7307,7 +7313,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7307
7313
  paddingMedium: string;
7308
7314
  paddingLarge: string;
7309
7315
  clearSize: string;
7310
- }, any>>;
7316
+ }, {
7317
+ Scrollbar: Theme<"Scrollbar", {
7318
+ height: string;
7319
+ width: string;
7320
+ borderRadius: string;
7321
+ color: string;
7322
+ colorHover: string;
7323
+ railInsetHorizontalBottom: string;
7324
+ railInsetHorizontalTop: string;
7325
+ railInsetVerticalRight: string;
7326
+ railInsetVerticalLeft: string;
7327
+ railColor: string;
7328
+ }, any>;
7329
+ }>>;
7311
7330
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"Input", {
7312
7331
  fontWeight: string;
7313
7332
  countTextColorDisabled: string;
@@ -7369,7 +7388,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7369
7388
  paddingMedium: string;
7370
7389
  paddingLarge: string;
7371
7390
  clearSize: string;
7372
- }, any>>>;
7391
+ }, {
7392
+ Scrollbar: Theme<"Scrollbar", {
7393
+ height: string;
7394
+ width: string;
7395
+ borderRadius: string;
7396
+ color: string;
7397
+ colorHover: string;
7398
+ railInsetHorizontalBottom: string;
7399
+ railInsetHorizontalTop: string;
7400
+ railInsetVerticalRight: string;
7401
+ railInsetVerticalLeft: string;
7402
+ railColor: string;
7403
+ }, any>;
7404
+ }>>>;
7373
7405
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Input", {
7374
7406
  fontWeight: string;
7375
7407
  countTextColorDisabled: string;
@@ -7431,7 +7463,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7431
7463
  paddingMedium: string;
7432
7464
  paddingLarge: string;
7433
7465
  clearSize: string;
7434
- }, any>>>;
7466
+ }, {
7467
+ Scrollbar: Theme<"Scrollbar", {
7468
+ height: string;
7469
+ width: string;
7470
+ borderRadius: string;
7471
+ color: string;
7472
+ colorHover: string;
7473
+ railInsetHorizontalBottom: string;
7474
+ railInsetHorizontalTop: string;
7475
+ railInsetVerticalRight: string;
7476
+ railInsetVerticalLeft: string;
7477
+ railColor: string;
7478
+ }, any>;
7479
+ }>>>;
7435
7480
  }>, {
7436
7481
  wrapperElRef: Ref<HTMLElement | null, HTMLElement | null>;
7437
7482
  inputElRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
@@ -7574,9 +7619,26 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7574
7619
  paddingLarge: string;
7575
7620
  clearSize: string;
7576
7621
  };
7577
- peers: any;
7622
+ peers: {
7623
+ Scrollbar: Theme<"Scrollbar", {
7624
+ height: string;
7625
+ width: string;
7626
+ borderRadius: string;
7627
+ color: string;
7628
+ colorHover: string;
7629
+ railInsetHorizontalBottom: string;
7630
+ railInsetHorizontalTop: string;
7631
+ railInsetVerticalRight: string;
7632
+ railInsetVerticalLeft: string;
7633
+ railColor: string;
7634
+ }, any>;
7635
+ };
7578
7636
  peerOverrides: {
7579
- [x: string]: any;
7637
+ Scrollbar?: {
7638
+ peers?: {
7639
+ [x: string]: any;
7640
+ } | undefined;
7641
+ } | undefined;
7580
7642
  };
7581
7643
  }>;
7582
7644
  cssVars: ComputedRef<{
@@ -7794,7 +7856,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7794
7856
  paddingMedium: string;
7795
7857
  paddingLarge: string;
7796
7858
  clearSize: string;
7797
- }, any>>;
7859
+ }, {
7860
+ Scrollbar: Theme<"Scrollbar", {
7861
+ height: string;
7862
+ width: string;
7863
+ borderRadius: string;
7864
+ color: string;
7865
+ colorHover: string;
7866
+ railInsetHorizontalBottom: string;
7867
+ railInsetHorizontalTop: string;
7868
+ railInsetVerticalRight: string;
7869
+ railInsetVerticalLeft: string;
7870
+ railColor: string;
7871
+ }, any>;
7872
+ }>>;
7798
7873
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"Input", {
7799
7874
  fontWeight: string;
7800
7875
  countTextColorDisabled: string;
@@ -7856,7 +7931,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7856
7931
  paddingMedium: string;
7857
7932
  paddingLarge: string;
7858
7933
  clearSize: string;
7859
- }, any>>>;
7934
+ }, {
7935
+ Scrollbar: Theme<"Scrollbar", {
7936
+ height: string;
7937
+ width: string;
7938
+ borderRadius: string;
7939
+ color: string;
7940
+ colorHover: string;
7941
+ railInsetHorizontalBottom: string;
7942
+ railInsetHorizontalTop: string;
7943
+ railInsetVerticalRight: string;
7944
+ railInsetVerticalLeft: string;
7945
+ railColor: string;
7946
+ }, any>;
7947
+ }>>>;
7860
7948
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Input", {
7861
7949
  fontWeight: string;
7862
7950
  countTextColorDisabled: string;
@@ -7918,7 +8006,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7918
8006
  paddingMedium: string;
7919
8007
  paddingLarge: string;
7920
8008
  clearSize: string;
7921
- }, any>>>;
8009
+ }, {
8010
+ Scrollbar: Theme<"Scrollbar", {
8011
+ height: string;
8012
+ width: string;
8013
+ borderRadius: string;
8014
+ color: string;
8015
+ colorHover: string;
8016
+ railInsetHorizontalBottom: string;
8017
+ railInsetHorizontalTop: string;
8018
+ railInsetVerticalRight: string;
8019
+ railInsetVerticalLeft: string;
8020
+ railColor: string;
8021
+ }, any>;
8022
+ }>>>;
7922
8023
  }>> & Readonly<{}>, {
7923
8024
  type: "textarea" | "text" | "password";
7924
8025
  readonly: string | boolean;
@@ -7934,10 +8035,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7934
8035
  clearable: boolean;
7935
8036
  defaultValue: string | [string, string] | null;
7936
8037
  resizable: boolean;
8038
+ stateful: boolean;
7937
8039
  pair: boolean;
7938
8040
  rows: string | number;
7939
8041
  passivelyActivated: boolean;
7940
- stateful: boolean;
7941
8042
  showCount: boolean;
7942
8043
  attrSize: number;
7943
8044
  internalDeactivateOnEnter: boolean;
@@ -8136,7 +8237,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8136
8237
  arrowOffsetVertical: string;
8137
8238
  arrowHeight: string;
8138
8239
  padding: string;
8139
- }, any>;
8240
+ }, {
8241
+ Scrollbar: Theme<"Scrollbar", {
8242
+ height: string;
8243
+ width: string;
8244
+ borderRadius: string;
8245
+ color: string;
8246
+ colorHover: string;
8247
+ railInsetHorizontalBottom: string;
8248
+ railInsetHorizontalTop: string;
8249
+ railInsetVerticalRight: string;
8250
+ railInsetVerticalLeft: string;
8251
+ railColor: string;
8252
+ }, any>;
8253
+ }>;
8140
8254
  }>;
8141
8255
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8142
8256
  optionFontSizeTiny: string;
@@ -8277,7 +8391,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8277
8391
  arrowOffsetVertical: string;
8278
8392
  arrowHeight: string;
8279
8393
  padding: string;
8280
- }, any>;
8394
+ }, {
8395
+ Scrollbar: Theme<"Scrollbar", {
8396
+ height: string;
8397
+ width: string;
8398
+ borderRadius: string;
8399
+ color: string;
8400
+ colorHover: string;
8401
+ railInsetHorizontalBottom: string;
8402
+ railInsetHorizontalTop: string;
8403
+ railInsetVerticalRight: string;
8404
+ railInsetVerticalLeft: string;
8405
+ railColor: string;
8406
+ }, any>;
8407
+ }>;
8281
8408
  }>;
8282
8409
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8283
8410
  optionFontSizeTiny: string;
@@ -8418,7 +8545,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8418
8545
  arrowOffsetVertical: string;
8419
8546
  arrowHeight: string;
8420
8547
  padding: string;
8421
- }, any>;
8548
+ }, {
8549
+ Scrollbar: Theme<"Scrollbar", {
8550
+ height: string;
8551
+ width: string;
8552
+ borderRadius: string;
8553
+ color: string;
8554
+ colorHover: string;
8555
+ railInsetHorizontalBottom: string;
8556
+ railInsetHorizontalTop: string;
8557
+ railInsetVerticalRight: string;
8558
+ railInsetVerticalLeft: string;
8559
+ railColor: string;
8560
+ }, any>;
8561
+ }>;
8422
8562
  }>;
8423
8563
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8424
8564
  optionFontSizeTiny: string;
@@ -8638,7 +8778,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8638
8778
  arrowOffsetVertical: string;
8639
8779
  arrowHeight: string;
8640
8780
  padding: string;
8641
- }, any>;
8781
+ }, {
8782
+ Scrollbar: Theme<"Scrollbar", {
8783
+ height: string;
8784
+ width: string;
8785
+ borderRadius: string;
8786
+ color: string;
8787
+ colorHover: string;
8788
+ railInsetHorizontalBottom: string;
8789
+ railInsetHorizontalTop: string;
8790
+ railInsetVerticalRight: string;
8791
+ railInsetVerticalLeft: string;
8792
+ railColor: string;
8793
+ }, any>;
8794
+ }>;
8642
8795
  }>;
8643
8796
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8644
8797
  optionFontSizeTiny: string;
@@ -8724,7 +8877,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8724
8877
  arrowOffsetVertical: string;
8725
8878
  arrowHeight: string;
8726
8879
  padding: string;
8727
- }, any>> | undefined;
8880
+ }, {
8881
+ Scrollbar: Theme<"Scrollbar", {
8882
+ height: string;
8883
+ width: string;
8884
+ borderRadius: string;
8885
+ color: string;
8886
+ colorHover: string;
8887
+ railInsetHorizontalBottom: string;
8888
+ railInsetHorizontalTop: string;
8889
+ railInsetVerticalRight: string;
8890
+ railInsetVerticalLeft: string;
8891
+ railColor: string;
8892
+ }, any>;
8893
+ }>> | undefined;
8728
8894
  } | undefined;
8729
8895
  } | undefined;
8730
8896
  InternalSelectMenu?: {
@@ -8960,7 +9126,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8960
9126
  arrowOffsetVertical: string;
8961
9127
  arrowHeight: string;
8962
9128
  padding: string;
8963
- }, any>;
9129
+ }, {
9130
+ Scrollbar: Theme<"Scrollbar", {
9131
+ height: string;
9132
+ width: string;
9133
+ borderRadius: string;
9134
+ color: string;
9135
+ colorHover: string;
9136
+ railInsetHorizontalBottom: string;
9137
+ railInsetHorizontalTop: string;
9138
+ railInsetVerticalRight: string;
9139
+ railInsetVerticalLeft: string;
9140
+ railColor: string;
9141
+ }, any>;
9142
+ }>;
8964
9143
  }>;
8965
9144
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8966
9145
  optionFontSizeTiny: string;
@@ -9101,7 +9280,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9101
9280
  arrowOffsetVertical: string;
9102
9281
  arrowHeight: string;
9103
9282
  padding: string;
9104
- }, any>;
9283
+ }, {
9284
+ Scrollbar: Theme<"Scrollbar", {
9285
+ height: string;
9286
+ width: string;
9287
+ borderRadius: string;
9288
+ color: string;
9289
+ colorHover: string;
9290
+ railInsetHorizontalBottom: string;
9291
+ railInsetHorizontalTop: string;
9292
+ railInsetVerticalRight: string;
9293
+ railInsetVerticalLeft: string;
9294
+ railColor: string;
9295
+ }, any>;
9296
+ }>;
9105
9297
  }>;
9106
9298
  InternalSelectMenu: Theme<"InternalSelectMenu", {
9107
9299
  optionFontSizeTiny: string;
@@ -9242,7 +9434,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9242
9434
  arrowOffsetVertical: string;
9243
9435
  arrowHeight: string;
9244
9436
  padding: string;
9245
- }, any>;
9437
+ }, {
9438
+ Scrollbar: Theme<"Scrollbar", {
9439
+ height: string;
9440
+ width: string;
9441
+ borderRadius: string;
9442
+ color: string;
9443
+ colorHover: string;
9444
+ railInsetHorizontalBottom: string;
9445
+ railInsetHorizontalTop: string;
9446
+ railInsetVerticalRight: string;
9447
+ railInsetVerticalLeft: string;
9448
+ railColor: string;
9449
+ }, any>;
9450
+ }>;
9246
9451
  }>;
9247
9452
  InternalSelectMenu: Theme<"InternalSelectMenu", {
9248
9453
  optionFontSizeTiny: string;
@@ -9321,26 +9526,26 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9321
9526
  readonly multiple: boolean;
9322
9527
  readonly loading: boolean;
9323
9528
  readonly bordered: boolean | undefined;
9529
+ readonly clearable: boolean;
9530
+ readonly defaultValue: Value | null;
9324
9531
  readonly placement: PopoverPlacement;
9325
- readonly labelField: string;
9326
- readonly showCheckmark: boolean;
9327
- readonly virtualScroll: boolean;
9328
- readonly valueField: string;
9329
- readonly resetMenuOnOptionsChange: boolean;
9532
+ readonly keyboard: boolean;
9330
9533
  readonly showArrow: boolean;
9331
9534
  readonly displayDirective: "show" | "if";
9332
9535
  readonly filterable: boolean;
9333
- readonly clearable: boolean;
9334
- readonly ignoreComposition: boolean;
9335
9536
  readonly clearFilterAfterSelect: boolean;
9336
- readonly defaultValue: Value | null;
9337
- readonly keyboard: boolean;
9338
9537
  readonly remote: boolean;
9538
+ readonly virtualScroll: boolean;
9539
+ readonly valueField: string;
9540
+ readonly labelField: string;
9541
+ readonly childrenField: string;
9339
9542
  readonly widthMode: string;
9340
9543
  readonly fallbackOption: false | SelectFallbackOption | undefined;
9341
9544
  readonly consistentMenuWidth: boolean;
9342
- readonly childrenField: string;
9545
+ readonly ignoreComposition: boolean;
9343
9546
  readonly showOnFocus: boolean;
9547
+ readonly resetMenuOnOptionsChange: boolean;
9548
+ readonly showCheckmark: boolean;
9344
9549
  }, SlotsType<SelectSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9345
9550
  NInputNumber: DefineComponent<ExtractPropTypes<{
9346
9551
  autofocus: BooleanConstructor;
@@ -9674,7 +9879,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9674
9879
  paddingMedium: string;
9675
9880
  paddingLarge: string;
9676
9881
  clearSize: string;
9677
- }, any>;
9882
+ }, {
9883
+ Scrollbar: Theme<"Scrollbar", {
9884
+ height: string;
9885
+ width: string;
9886
+ borderRadius: string;
9887
+ color: string;
9888
+ colorHover: string;
9889
+ railInsetHorizontalBottom: string;
9890
+ railInsetHorizontalTop: string;
9891
+ railInsetVerticalRight: string;
9892
+ railInsetVerticalLeft: string;
9893
+ railColor: string;
9894
+ }, any>;
9895
+ }>;
9678
9896
  }>>;
9679
9897
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
9680
9898
  iconColorDisabled: string;
@@ -9944,10 +10162,23 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9944
10162
  paddingMedium: string;
9945
10163
  paddingLarge: string;
9946
10164
  clearSize: string;
9947
- }, any>;
9948
- }>>>;
9949
- builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
9950
- iconColorDisabled: string;
10165
+ }, {
10166
+ Scrollbar: Theme<"Scrollbar", {
10167
+ height: string;
10168
+ width: string;
10169
+ borderRadius: string;
10170
+ color: string;
10171
+ colorHover: string;
10172
+ railInsetHorizontalBottom: string;
10173
+ railInsetHorizontalTop: string;
10174
+ railInsetVerticalRight: string;
10175
+ railInsetVerticalLeft: string;
10176
+ railColor: string;
10177
+ }, any>;
10178
+ }>;
10179
+ }>>>;
10180
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
10181
+ iconColorDisabled: string;
9951
10182
  }, {
9952
10183
  Button: Theme<"Button", {
9953
10184
  heightTiny: string;
@@ -10214,7 +10445,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
10214
10445
  paddingMedium: string;
10215
10446
  paddingLarge: string;
10216
10447
  clearSize: string;
10217
- }, any>;
10448
+ }, {
10449
+ Scrollbar: Theme<"Scrollbar", {
10450
+ height: string;
10451
+ width: string;
10452
+ borderRadius: string;
10453
+ color: string;
10454
+ colorHover: string;
10455
+ railInsetHorizontalBottom: string;
10456
+ railInsetHorizontalTop: string;
10457
+ railInsetVerticalRight: string;
10458
+ railInsetVerticalLeft: string;
10459
+ railColor: string;
10460
+ }, any>;
10461
+ }>;
10218
10462
  }>>>;
10219
10463
  }>, {
10220
10464
  rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
@@ -10562,7 +10806,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
10562
10806
  paddingMedium: string;
10563
10807
  paddingLarge: string;
10564
10808
  clearSize: string;
10565
- }, any>;
10809
+ }, {
10810
+ Scrollbar: Theme<"Scrollbar", {
10811
+ height: string;
10812
+ width: string;
10813
+ borderRadius: string;
10814
+ color: string;
10815
+ colorHover: string;
10816
+ railInsetHorizontalBottom: string;
10817
+ railInsetHorizontalTop: string;
10818
+ railInsetVerticalRight: string;
10819
+ railInsetVerticalLeft: string;
10820
+ railColor: string;
10821
+ }, any>;
10822
+ }>;
10566
10823
  };
10567
10824
  peerOverrides: {
10568
10825
  Button?: {
@@ -10572,7 +10829,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
10572
10829
  } | undefined;
10573
10830
  Input?: {
10574
10831
  peers?: {
10575
- [x: string]: any;
10832
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
10833
+ height: string;
10834
+ width: string;
10835
+ borderRadius: string;
10836
+ color: string;
10837
+ colorHover: string;
10838
+ railInsetHorizontalBottom: string;
10839
+ railInsetHorizontalTop: string;
10840
+ railInsetVerticalRight: string;
10841
+ railInsetVerticalLeft: string;
10842
+ railColor: string;
10843
+ }, any>> | undefined;
10576
10844
  } | undefined;
10577
10845
  } | undefined;
10578
10846
  };
@@ -10921,7 +11189,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
10921
11189
  paddingMedium: string;
10922
11190
  paddingLarge: string;
10923
11191
  clearSize: string;
10924
- }, any>;
11192
+ }, {
11193
+ Scrollbar: Theme<"Scrollbar", {
11194
+ height: string;
11195
+ width: string;
11196
+ borderRadius: string;
11197
+ color: string;
11198
+ colorHover: string;
11199
+ railInsetHorizontalBottom: string;
11200
+ railInsetHorizontalTop: string;
11201
+ railInsetVerticalRight: string;
11202
+ railInsetVerticalLeft: string;
11203
+ railColor: string;
11204
+ }, any>;
11205
+ }>;
10925
11206
  }>>;
10926
11207
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
10927
11208
  iconColorDisabled: string;
@@ -11191,7 +11472,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
11191
11472
  paddingMedium: string;
11192
11473
  paddingLarge: string;
11193
11474
  clearSize: string;
11194
- }, any>;
11475
+ }, {
11476
+ Scrollbar: Theme<"Scrollbar", {
11477
+ height: string;
11478
+ width: string;
11479
+ borderRadius: string;
11480
+ color: string;
11481
+ colorHover: string;
11482
+ railInsetHorizontalBottom: string;
11483
+ railInsetHorizontalTop: string;
11484
+ railInsetVerticalRight: string;
11485
+ railInsetVerticalLeft: string;
11486
+ railColor: string;
11487
+ }, any>;
11488
+ }>;
11195
11489
  }>>>;
11196
11490
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
11197
11491
  iconColorDisabled: string;
@@ -11461,7 +11755,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
11461
11755
  paddingMedium: string;
11462
11756
  paddingLarge: string;
11463
11757
  clearSize: string;
11464
- }, any>;
11758
+ }, {
11759
+ Scrollbar: Theme<"Scrollbar", {
11760
+ height: string;
11761
+ width: string;
11762
+ borderRadius: string;
11763
+ color: string;
11764
+ colorHover: string;
11765
+ railInsetHorizontalBottom: string;
11766
+ railInsetHorizontalTop: string;
11767
+ railInsetVerticalRight: string;
11768
+ railInsetVerticalLeft: string;
11769
+ railColor: string;
11770
+ }, any>;
11771
+ }>;
11465
11772
  }>>>;
11466
11773
  }>> & Readonly<{}>, {
11467
11774
  readonly: boolean;
@@ -11704,7 +12011,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
11704
12011
  paddingMedium: string;
11705
12012
  paddingLarge: string;
11706
12013
  clearSize: string;
11707
- }, any>;
12014
+ }, {
12015
+ Scrollbar: Theme<"Scrollbar", {
12016
+ height: string;
12017
+ width: string;
12018
+ borderRadius: string;
12019
+ color: string;
12020
+ colorHover: string;
12021
+ railInsetHorizontalBottom: string;
12022
+ railInsetHorizontalTop: string;
12023
+ railInsetVerticalRight: string;
12024
+ railInsetVerticalLeft: string;
12025
+ railColor: string;
12026
+ }, any>;
12027
+ }>;
11708
12028
  Button: Theme<"Button", {
11709
12029
  heightTiny: string;
11710
12030
  heightSmall: string;
@@ -12203,7 +12523,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12203
12523
  paddingMedium: string;
12204
12524
  paddingLarge: string;
12205
12525
  clearSize: string;
12206
- }, any>;
12526
+ }, {
12527
+ Scrollbar: Theme<"Scrollbar", {
12528
+ height: string;
12529
+ width: string;
12530
+ borderRadius: string;
12531
+ color: string;
12532
+ colorHover: string;
12533
+ railInsetHorizontalBottom: string;
12534
+ railInsetHorizontalTop: string;
12535
+ railInsetVerticalRight: string;
12536
+ railInsetVerticalLeft: string;
12537
+ railColor: string;
12538
+ }, any>;
12539
+ }>;
12207
12540
  }>;
12208
12541
  Scrollbar: Theme<"Scrollbar", {
12209
12542
  height: string;
@@ -12344,7 +12677,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12344
12677
  paddingMedium: string;
12345
12678
  paddingLarge: string;
12346
12679
  clearSize: string;
12347
- }, any>;
12680
+ }, {
12681
+ Scrollbar: Theme<"Scrollbar", {
12682
+ height: string;
12683
+ width: string;
12684
+ borderRadius: string;
12685
+ color: string;
12686
+ colorHover: string;
12687
+ railInsetHorizontalBottom: string;
12688
+ railInsetHorizontalTop: string;
12689
+ railInsetVerticalRight: string;
12690
+ railInsetVerticalLeft: string;
12691
+ railColor: string;
12692
+ }, any>;
12693
+ }>;
12348
12694
  Button: Theme<"Button", {
12349
12695
  heightTiny: string;
12350
12696
  heightSmall: string;
@@ -12843,7 +13189,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12843
13189
  paddingMedium: string;
12844
13190
  paddingLarge: string;
12845
13191
  clearSize: string;
12846
- }, any>;
13192
+ }, {
13193
+ Scrollbar: Theme<"Scrollbar", {
13194
+ height: string;
13195
+ width: string;
13196
+ borderRadius: string;
13197
+ color: string;
13198
+ colorHover: string;
13199
+ railInsetHorizontalBottom: string;
13200
+ railInsetHorizontalTop: string;
13201
+ railInsetVerticalRight: string;
13202
+ railInsetVerticalLeft: string;
13203
+ railColor: string;
13204
+ }, any>;
13205
+ }>;
12847
13206
  }>;
12848
13207
  Scrollbar: Theme<"Scrollbar", {
12849
13208
  height: string;
@@ -12984,7 +13343,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12984
13343
  paddingMedium: string;
12985
13344
  paddingLarge: string;
12986
13345
  clearSize: string;
12987
- }, any>;
13346
+ }, {
13347
+ Scrollbar: Theme<"Scrollbar", {
13348
+ height: string;
13349
+ width: string;
13350
+ borderRadius: string;
13351
+ color: string;
13352
+ colorHover: string;
13353
+ railInsetHorizontalBottom: string;
13354
+ railInsetHorizontalTop: string;
13355
+ railInsetVerticalRight: string;
13356
+ railInsetVerticalLeft: string;
13357
+ railColor: string;
13358
+ }, any>;
13359
+ }>;
12988
13360
  Button: Theme<"Button", {
12989
13361
  heightTiny: string;
12990
13362
  heightSmall: string;
@@ -13483,7 +13855,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13483
13855
  paddingMedium: string;
13484
13856
  paddingLarge: string;
13485
13857
  clearSize: string;
13486
- }, any>;
13858
+ }, {
13859
+ Scrollbar: Theme<"Scrollbar", {
13860
+ height: string;
13861
+ width: string;
13862
+ borderRadius: string;
13863
+ color: string;
13864
+ colorHover: string;
13865
+ railInsetHorizontalBottom: string;
13866
+ railInsetHorizontalTop: string;
13867
+ railInsetVerticalRight: string;
13868
+ railInsetVerticalLeft: string;
13869
+ railColor: string;
13870
+ }, any>;
13871
+ }>;
13487
13872
  }>;
13488
13873
  Scrollbar: Theme<"Scrollbar", {
13489
13874
  height: string;
@@ -13884,7 +14269,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13884
14269
  paddingMedium: string;
13885
14270
  paddingLarge: string;
13886
14271
  clearSize: string;
13887
- }, any>;
14272
+ }, {
14273
+ Scrollbar: Theme<"Scrollbar", {
14274
+ height: string;
14275
+ width: string;
14276
+ borderRadius: string;
14277
+ color: string;
14278
+ colorHover: string;
14279
+ railInsetHorizontalBottom: string;
14280
+ railInsetHorizontalTop: string;
14281
+ railInsetVerticalRight: string;
14282
+ railInsetVerticalLeft: string;
14283
+ railColor: string;
14284
+ }, any>;
14285
+ }>;
13888
14286
  Button: Theme<"Button", {
13889
14287
  heightTiny: string;
13890
14288
  heightSmall: string;
@@ -14383,7 +14781,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
14383
14781
  paddingMedium: string;
14384
14782
  paddingLarge: string;
14385
14783
  clearSize: string;
14386
- }, any>;
14784
+ }, {
14785
+ Scrollbar: Theme<"Scrollbar", {
14786
+ height: string;
14787
+ width: string;
14788
+ borderRadius: string;
14789
+ color: string;
14790
+ colorHover: string;
14791
+ railInsetHorizontalBottom: string;
14792
+ railInsetHorizontalTop: string;
14793
+ railInsetVerticalRight: string;
14794
+ railInsetVerticalLeft: string;
14795
+ railColor: string;
14796
+ }, any>;
14797
+ }>;
14387
14798
  }>;
14388
14799
  Scrollbar: Theme<"Scrollbar", {
14389
14800
  height: string;
@@ -14401,7 +14812,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
14401
14812
  peerOverrides: {
14402
14813
  Input?: {
14403
14814
  peers?: {
14404
- [x: string]: any;
14815
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
14816
+ height: string;
14817
+ width: string;
14818
+ borderRadius: string;
14819
+ color: string;
14820
+ colorHover: string;
14821
+ railInsetHorizontalBottom: string;
14822
+ railInsetHorizontalTop: string;
14823
+ railInsetVerticalRight: string;
14824
+ railInsetVerticalLeft: string;
14825
+ railColor: string;
14826
+ }, any>> | undefined;
14405
14827
  } | undefined;
14406
14828
  } | undefined;
14407
14829
  Button?: {
@@ -14688,7 +15110,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
14688
15110
  paddingMedium: string;
14689
15111
  paddingLarge: string;
14690
15112
  clearSize: string;
14691
- }, any>> | undefined;
15113
+ }, {
15114
+ Scrollbar: Theme<"Scrollbar", {
15115
+ height: string;
15116
+ width: string;
15117
+ borderRadius: string;
15118
+ color: string;
15119
+ colorHover: string;
15120
+ railInsetHorizontalBottom: string;
15121
+ railInsetHorizontalTop: string;
15122
+ railInsetVerticalRight: string;
15123
+ railInsetVerticalLeft: string;
15124
+ railColor: string;
15125
+ }, any>;
15126
+ }>> | undefined;
14692
15127
  } | undefined;
14693
15128
  } | undefined;
14694
15129
  Scrollbar?: {
@@ -14982,7 +15417,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
14982
15417
  paddingMedium: string;
14983
15418
  paddingLarge: string;
14984
15419
  clearSize: string;
14985
- }, any>;
15420
+ }, {
15421
+ Scrollbar: Theme<"Scrollbar", {
15422
+ height: string;
15423
+ width: string;
15424
+ borderRadius: string;
15425
+ color: string;
15426
+ colorHover: string;
15427
+ railInsetHorizontalBottom: string;
15428
+ railInsetHorizontalTop: string;
15429
+ railInsetVerticalRight: string;
15430
+ railInsetVerticalLeft: string;
15431
+ railColor: string;
15432
+ }, any>;
15433
+ }>;
14986
15434
  Button: Theme<"Button", {
14987
15435
  heightTiny: string;
14988
15436
  heightSmall: string;
@@ -15481,12 +15929,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
15481
15929
  paddingMedium: string;
15482
15930
  paddingLarge: string;
15483
15931
  clearSize: string;
15484
- }, any>;
15485
- }>;
15486
- Scrollbar: Theme<"Scrollbar", {
15487
- height: string;
15488
- width: string;
15489
- borderRadius: string;
15932
+ }, {
15933
+ Scrollbar: Theme<"Scrollbar", {
15934
+ height: string;
15935
+ width: string;
15936
+ borderRadius: string;
15937
+ color: string;
15938
+ colorHover: string;
15939
+ railInsetHorizontalBottom: string;
15940
+ railInsetHorizontalTop: string;
15941
+ railInsetVerticalRight: string;
15942
+ railInsetVerticalLeft: string;
15943
+ railColor: string;
15944
+ }, any>;
15945
+ }>;
15946
+ }>;
15947
+ Scrollbar: Theme<"Scrollbar", {
15948
+ height: string;
15949
+ width: string;
15950
+ borderRadius: string;
15490
15951
  color: string;
15491
15952
  colorHover: string;
15492
15953
  railInsetHorizontalBottom: string;
@@ -15622,7 +16083,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
15622
16083
  paddingMedium: string;
15623
16084
  paddingLarge: string;
15624
16085
  clearSize: string;
15625
- }, any>;
16086
+ }, {
16087
+ Scrollbar: Theme<"Scrollbar", {
16088
+ height: string;
16089
+ width: string;
16090
+ borderRadius: string;
16091
+ color: string;
16092
+ colorHover: string;
16093
+ railInsetHorizontalBottom: string;
16094
+ railInsetHorizontalTop: string;
16095
+ railInsetVerticalRight: string;
16096
+ railInsetVerticalLeft: string;
16097
+ railColor: string;
16098
+ }, any>;
16099
+ }>;
15626
16100
  Button: Theme<"Button", {
15627
16101
  heightTiny: string;
15628
16102
  heightSmall: string;
@@ -16121,7 +16595,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
16121
16595
  paddingMedium: string;
16122
16596
  paddingLarge: string;
16123
16597
  clearSize: string;
16124
- }, any>;
16598
+ }, {
16599
+ Scrollbar: Theme<"Scrollbar", {
16600
+ height: string;
16601
+ width: string;
16602
+ borderRadius: string;
16603
+ color: string;
16604
+ colorHover: string;
16605
+ railInsetHorizontalBottom: string;
16606
+ railInsetHorizontalTop: string;
16607
+ railInsetVerticalRight: string;
16608
+ railInsetVerticalLeft: string;
16609
+ railColor: string;
16610
+ }, any>;
16611
+ }>;
16125
16612
  }>;
16126
16613
  Scrollbar: Theme<"Scrollbar", {
16127
16614
  height: string;
@@ -16262,7 +16749,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
16262
16749
  paddingMedium: string;
16263
16750
  paddingLarge: string;
16264
16751
  clearSize: string;
16265
- }, any>;
16752
+ }, {
16753
+ Scrollbar: Theme<"Scrollbar", {
16754
+ height: string;
16755
+ width: string;
16756
+ borderRadius: string;
16757
+ color: string;
16758
+ colorHover: string;
16759
+ railInsetHorizontalBottom: string;
16760
+ railInsetHorizontalTop: string;
16761
+ railInsetVerticalRight: string;
16762
+ railInsetVerticalLeft: string;
16763
+ railColor: string;
16764
+ }, any>;
16765
+ }>;
16266
16766
  Button: Theme<"Button", {
16267
16767
  heightTiny: string;
16268
16768
  heightSmall: string;
@@ -16761,7 +17261,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
16761
17261
  paddingMedium: string;
16762
17262
  paddingLarge: string;
16763
17263
  clearSize: string;
16764
- }, any>;
17264
+ }, {
17265
+ Scrollbar: Theme<"Scrollbar", {
17266
+ height: string;
17267
+ width: string;
17268
+ borderRadius: string;
17269
+ color: string;
17270
+ colorHover: string;
17271
+ railInsetHorizontalBottom: string;
17272
+ railInsetHorizontalTop: string;
17273
+ railInsetVerticalRight: string;
17274
+ railInsetVerticalLeft: string;
17275
+ railColor: string;
17276
+ }, any>;
17277
+ }>;
16765
17278
  }>;
16766
17279
  Scrollbar: Theme<"Scrollbar", {
16767
17280
  height: string;
@@ -16781,19 +17294,19 @@ declare const _default: DefineComponent<ExtractPropTypes<{
16781
17294
  readonly to: string | boolean | HTMLElement;
16782
17295
  readonly disabled: boolean | undefined;
16783
17296
  readonly show: boolean | undefined;
16784
- readonly yearFormat: string;
16785
- readonly monthFormat: string;
16786
- readonly quarterFormat: string;
16787
17297
  readonly bordered: boolean | undefined;
16788
- readonly placement: FollowerPlacement;
16789
17298
  readonly clearable: boolean;
17299
+ readonly placement: FollowerPlacement;
16790
17300
  readonly inputReadonly: boolean;
17301
+ readonly updateValueOnClose: boolean;
16791
17302
  readonly calendarHeaderMonthYearSeparator: string;
16792
17303
  readonly calendarHeaderMonthBeforeYear: boolean;
16793
17304
  readonly panel: boolean;
16794
- readonly updateValueOnClose: boolean;
16795
17305
  readonly closeOnSelect: boolean;
16796
17306
  readonly bindCalendarMonths: boolean;
17307
+ readonly monthFormat: string;
17308
+ readonly yearFormat: string;
17309
+ readonly quarterFormat: string;
16797
17310
  readonly yearRange: [number, number];
16798
17311
  }, SlotsType<DatePickerSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
16799
17312
  NTimePicker: DefineComponent<ExtractPropTypes<{
@@ -17165,7 +17678,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
17165
17678
  paddingMedium: string;
17166
17679
  paddingLarge: string;
17167
17680
  clearSize: string;
17168
- }, any>;
17681
+ }, {
17682
+ Scrollbar: Theme<"Scrollbar", {
17683
+ height: string;
17684
+ width: string;
17685
+ borderRadius: string;
17686
+ color: string;
17687
+ colorHover: string;
17688
+ railInsetHorizontalBottom: string;
17689
+ railInsetHorizontalTop: string;
17690
+ railInsetVerticalRight: string;
17691
+ railInsetVerticalLeft: string;
17692
+ railColor: string;
17693
+ }, any>;
17694
+ }>;
17169
17695
  }>>;
17170
17696
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"TimePicker", {
17171
17697
  panelColor: string;
@@ -17461,7 +17987,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
17461
17987
  paddingMedium: string;
17462
17988
  paddingLarge: string;
17463
17989
  clearSize: string;
17464
- }, any>;
17990
+ }, {
17991
+ Scrollbar: Theme<"Scrollbar", {
17992
+ height: string;
17993
+ width: string;
17994
+ borderRadius: string;
17995
+ color: string;
17996
+ colorHover: string;
17997
+ railInsetHorizontalBottom: string;
17998
+ railInsetHorizontalTop: string;
17999
+ railInsetVerticalRight: string;
18000
+ railInsetVerticalLeft: string;
18001
+ railColor: string;
18002
+ }, any>;
18003
+ }>;
17465
18004
  }>>>;
17466
18005
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"TimePicker", {
17467
18006
  panelColor: string;
@@ -17757,7 +18296,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
17757
18296
  paddingMedium: string;
17758
18297
  paddingLarge: string;
17759
18298
  clearSize: string;
17760
- }, any>;
18299
+ }, {
18300
+ Scrollbar: Theme<"Scrollbar", {
18301
+ height: string;
18302
+ width: string;
18303
+ borderRadius: string;
18304
+ color: string;
18305
+ colorHover: string;
18306
+ railInsetHorizontalBottom: string;
18307
+ railInsetHorizontalTop: string;
18308
+ railInsetVerticalRight: string;
18309
+ railInsetVerticalLeft: string;
18310
+ railColor: string;
18311
+ }, any>;
18312
+ }>;
17761
18313
  }>>>;
17762
18314
  }>, {
17763
18315
  focus: () => void;
@@ -18246,7 +18798,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
18246
18798
  paddingMedium: string;
18247
18799
  paddingLarge: string;
18248
18800
  clearSize: string;
18249
- }, any>;
18801
+ }, {
18802
+ Scrollbar: Theme<"Scrollbar", {
18803
+ height: string;
18804
+ width: string;
18805
+ borderRadius: string;
18806
+ color: string;
18807
+ colorHover: string;
18808
+ railInsetHorizontalBottom: string;
18809
+ railInsetHorizontalTop: string;
18810
+ railInsetVerticalRight: string;
18811
+ railInsetVerticalLeft: string;
18812
+ railColor: string;
18813
+ }, any>;
18814
+ }>;
18250
18815
  };
18251
18816
  peerOverrides: {
18252
18817
  Scrollbar?: {
@@ -18261,7 +18826,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
18261
18826
  } | undefined;
18262
18827
  Input?: {
18263
18828
  peers?: {
18264
- [x: string]: any;
18829
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
18830
+ height: string;
18831
+ width: string;
18832
+ borderRadius: string;
18833
+ color: string;
18834
+ colorHover: string;
18835
+ railInsetHorizontalBottom: string;
18836
+ railInsetHorizontalTop: string;
18837
+ railInsetVerticalRight: string;
18838
+ railInsetVerticalLeft: string;
18839
+ railColor: string;
18840
+ }, any>> | undefined;
18265
18841
  } | undefined;
18266
18842
  } | undefined;
18267
18843
  };
@@ -18661,7 +19237,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
18661
19237
  paddingMedium: string;
18662
19238
  paddingLarge: string;
18663
19239
  clearSize: string;
18664
- }, any>;
19240
+ }, {
19241
+ Scrollbar: Theme<"Scrollbar", {
19242
+ height: string;
19243
+ width: string;
19244
+ borderRadius: string;
19245
+ color: string;
19246
+ colorHover: string;
19247
+ railInsetHorizontalBottom: string;
19248
+ railInsetHorizontalTop: string;
19249
+ railInsetVerticalRight: string;
19250
+ railInsetVerticalLeft: string;
19251
+ railColor: string;
19252
+ }, any>;
19253
+ }>;
18665
19254
  }>>;
18666
19255
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"TimePicker", {
18667
19256
  panelColor: string;
@@ -18957,7 +19546,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
18957
19546
  paddingMedium: string;
18958
19547
  paddingLarge: string;
18959
19548
  clearSize: string;
18960
- }, any>;
19549
+ }, {
19550
+ Scrollbar: Theme<"Scrollbar", {
19551
+ height: string;
19552
+ width: string;
19553
+ borderRadius: string;
19554
+ color: string;
19555
+ colorHover: string;
19556
+ railInsetHorizontalBottom: string;
19557
+ railInsetHorizontalTop: string;
19558
+ railInsetVerticalRight: string;
19559
+ railInsetVerticalLeft: string;
19560
+ railColor: string;
19561
+ }, any>;
19562
+ }>;
18961
19563
  }>>>;
18962
19564
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"TimePicker", {
18963
19565
  panelColor: string;
@@ -19253,21 +19855,34 @@ declare const _default: DefineComponent<ExtractPropTypes<{
19253
19855
  paddingMedium: string;
19254
19856
  paddingLarge: string;
19255
19857
  clearSize: string;
19256
- }, any>;
19858
+ }, {
19859
+ Scrollbar: Theme<"Scrollbar", {
19860
+ height: string;
19861
+ width: string;
19862
+ borderRadius: string;
19863
+ color: string;
19864
+ colorHover: string;
19865
+ railInsetHorizontalBottom: string;
19866
+ railInsetHorizontalTop: string;
19867
+ railInsetVerticalRight: string;
19868
+ railInsetVerticalLeft: string;
19869
+ railColor: string;
19870
+ }, any>;
19871
+ }>;
19257
19872
  }>>>;
19258
19873
  }>> & Readonly<{}>, {
19259
19874
  to: string | boolean | HTMLElement;
19260
19875
  disabled: boolean | undefined;
19261
19876
  show: boolean | undefined;
19262
19877
  format: string;
19263
- bordered: boolean | undefined;
19264
19878
  showIcon: boolean;
19265
- placement: PopoverPlacement;
19879
+ bordered: boolean | undefined;
19266
19880
  clearable: boolean;
19267
19881
  defaultValue: number | null;
19268
- stateful: boolean;
19269
- use12Hours: boolean;
19882
+ placement: PopoverPlacement;
19270
19883
  inputReadonly: boolean;
19884
+ use12Hours: boolean;
19885
+ stateful: boolean;
19271
19886
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
19272
19887
  NSwitch: DefineComponent<ExtractPropTypes<{
19273
19888
  readonly size: {
@@ -19710,7 +20325,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
19710
20325
  paddingMedium: string;
19711
20326
  paddingLarge: string;
19712
20327
  clearSize: string;
19713
- }, any>;
20328
+ }, {
20329
+ Scrollbar: Theme<"Scrollbar", {
20330
+ height: string;
20331
+ width: string;
20332
+ borderRadius: string;
20333
+ color: string;
20334
+ colorHover: string;
20335
+ railInsetHorizontalBottom: string;
20336
+ railInsetHorizontalTop: string;
20337
+ railInsetVerticalRight: string;
20338
+ railInsetVerticalLeft: string;
20339
+ railColor: string;
20340
+ }, any>;
20341
+ }>;
19714
20342
  Button: Theme<"Button", {
19715
20343
  heightTiny: string;
19716
20344
  heightSmall: string;
@@ -19992,7 +20620,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
19992
20620
  paddingMedium: string;
19993
20621
  paddingLarge: string;
19994
20622
  clearSize: string;
19995
- }, any>;
20623
+ }, {
20624
+ Scrollbar: Theme<"Scrollbar", {
20625
+ height: string;
20626
+ width: string;
20627
+ borderRadius: string;
20628
+ color: string;
20629
+ colorHover: string;
20630
+ railInsetHorizontalBottom: string;
20631
+ railInsetHorizontalTop: string;
20632
+ railInsetVerticalRight: string;
20633
+ railInsetVerticalLeft: string;
20634
+ railColor: string;
20635
+ }, any>;
20636
+ }>;
19996
20637
  Button: Theme<"Button", {
19997
20638
  heightTiny: string;
19998
20639
  heightSmall: string;
@@ -20274,17 +20915,30 @@ declare const _default: DefineComponent<ExtractPropTypes<{
20274
20915
  paddingMedium: string;
20275
20916
  paddingLarge: string;
20276
20917
  clearSize: string;
20277
- }, any>;
20278
- Button: Theme<"Button", {
20279
- heightTiny: string;
20280
- heightSmall: string;
20281
- heightMedium: string;
20282
- heightLarge: string;
20283
- borderRadiusTiny: string;
20284
- borderRadiusSmall: string;
20285
- borderRadiusMedium: string;
20286
- borderRadiusLarge: string;
20287
- fontSizeTiny: string;
20918
+ }, {
20919
+ Scrollbar: Theme<"Scrollbar", {
20920
+ height: string;
20921
+ width: string;
20922
+ borderRadius: string;
20923
+ color: string;
20924
+ colorHover: string;
20925
+ railInsetHorizontalBottom: string;
20926
+ railInsetHorizontalTop: string;
20927
+ railInsetVerticalRight: string;
20928
+ railInsetVerticalLeft: string;
20929
+ railColor: string;
20930
+ }, any>;
20931
+ }>;
20932
+ Button: Theme<"Button", {
20933
+ heightTiny: string;
20934
+ heightSmall: string;
20935
+ heightMedium: string;
20936
+ heightLarge: string;
20937
+ borderRadiusTiny: string;
20938
+ borderRadiusSmall: string;
20939
+ borderRadiusMedium: string;
20940
+ borderRadiusLarge: string;
20941
+ fontSizeTiny: string;
20288
20942
  fontSizeSmall: string;
20289
20943
  fontSizeMedium: string;
20290
20944
  fontSizeLarge: string;
@@ -20628,7 +21282,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
20628
21282
  paddingMedium: string;
20629
21283
  paddingLarge: string;
20630
21284
  clearSize: string;
20631
- }, any>;
21285
+ }, {
21286
+ Scrollbar: Theme<"Scrollbar", {
21287
+ height: string;
21288
+ width: string;
21289
+ borderRadius: string;
21290
+ color: string;
21291
+ colorHover: string;
21292
+ railInsetHorizontalBottom: string;
21293
+ railInsetHorizontalTop: string;
21294
+ railInsetVerticalRight: string;
21295
+ railInsetVerticalLeft: string;
21296
+ railColor: string;
21297
+ }, any>;
21298
+ }>;
20632
21299
  Button: Theme<"Button", {
20633
21300
  heightTiny: string;
20634
21301
  heightSmall: string;
@@ -20910,7 +21577,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
20910
21577
  paddingMedium: string;
20911
21578
  paddingLarge: string;
20912
21579
  clearSize: string;
20913
- }, any>;
21580
+ }, {
21581
+ Scrollbar: Theme<"Scrollbar", {
21582
+ height: string;
21583
+ width: string;
21584
+ borderRadius: string;
21585
+ color: string;
21586
+ colorHover: string;
21587
+ railInsetHorizontalBottom: string;
21588
+ railInsetHorizontalTop: string;
21589
+ railInsetVerticalRight: string;
21590
+ railInsetVerticalLeft: string;
21591
+ railColor: string;
21592
+ }, any>;
21593
+ }>;
20914
21594
  Button: Theme<"Button", {
20915
21595
  heightTiny: string;
20916
21596
  heightSmall: string;
@@ -21192,7 +21872,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
21192
21872
  paddingMedium: string;
21193
21873
  paddingLarge: string;
21194
21874
  clearSize: string;
21195
- }, any>;
21875
+ }, {
21876
+ Scrollbar: Theme<"Scrollbar", {
21877
+ height: string;
21878
+ width: string;
21879
+ borderRadius: string;
21880
+ color: string;
21881
+ colorHover: string;
21882
+ railInsetHorizontalBottom: string;
21883
+ railInsetHorizontalTop: string;
21884
+ railInsetVerticalRight: string;
21885
+ railInsetVerticalLeft: string;
21886
+ railColor: string;
21887
+ }, any>;
21888
+ }>;
21196
21889
  Button: Theme<"Button", {
21197
21890
  heightTiny: string;
21198
21891
  heightSmall: string;
@@ -21404,10 +22097,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
21404
22097
  readonly show: boolean | undefined;
21405
22098
  readonly placement: PopoverPlacement;
21406
22099
  readonly defaultShow: boolean;
21407
- readonly actions: ActionType[];
21408
- readonly showAlpha: boolean;
21409
22100
  readonly modes: ColorPickerMode[];
22101
+ readonly showAlpha: boolean;
21410
22102
  readonly showPreview: boolean;
22103
+ readonly actions: ActionType[];
21411
22104
  }, SlotsType<ColorPickerSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
21412
22105
  NCheckbox: DefineComponent<ExtractPropTypes<{
21413
22106
  size: PropType<"small" | "medium" | "large">;
@@ -22053,7 +22746,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22053
22746
  arrowOffsetVertical: string;
22054
22747
  arrowHeight: string;
22055
22748
  padding: string;
22056
- }, any>;
22749
+ }, {
22750
+ Scrollbar: Theme<"Scrollbar", {
22751
+ height: string;
22752
+ width: string;
22753
+ borderRadius: string;
22754
+ color: string;
22755
+ colorHover: string;
22756
+ railInsetHorizontalBottom: string;
22757
+ railInsetHorizontalTop: string;
22758
+ railInsetVerticalRight: string;
22759
+ railInsetVerticalLeft: string;
22760
+ railColor: string;
22761
+ }, any>;
22762
+ }>;
22057
22763
  }>;
22058
22764
  Scrollbar: Theme<"Scrollbar", {
22059
22765
  height: string;
@@ -22265,7 +22971,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22265
22971
  arrowOffsetVertical: string;
22266
22972
  arrowHeight: string;
22267
22973
  padding: string;
22268
- }, any>;
22974
+ }, {
22975
+ Scrollbar: Theme<"Scrollbar", {
22976
+ height: string;
22977
+ width: string;
22978
+ borderRadius: string;
22979
+ color: string;
22980
+ colorHover: string;
22981
+ railInsetHorizontalBottom: string;
22982
+ railInsetHorizontalTop: string;
22983
+ railInsetVerticalRight: string;
22984
+ railInsetVerticalLeft: string;
22985
+ railColor: string;
22986
+ }, any>;
22987
+ }>;
22269
22988
  }>;
22270
22989
  Scrollbar: Theme<"Scrollbar", {
22271
22990
  height: string;
@@ -22477,7 +23196,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22477
23196
  arrowOffsetVertical: string;
22478
23197
  arrowHeight: string;
22479
23198
  padding: string;
22480
- }, any>;
23199
+ }, {
23200
+ Scrollbar: Theme<"Scrollbar", {
23201
+ height: string;
23202
+ width: string;
23203
+ borderRadius: string;
23204
+ color: string;
23205
+ colorHover: string;
23206
+ railInsetHorizontalBottom: string;
23207
+ railInsetHorizontalTop: string;
23208
+ railInsetVerticalRight: string;
23209
+ railInsetVerticalLeft: string;
23210
+ railColor: string;
23211
+ }, any>;
23212
+ }>;
22481
23213
  }>;
22482
23214
  Scrollbar: Theme<"Scrollbar", {
22483
23215
  height: string;
@@ -22773,7 +23505,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22773
23505
  arrowOffsetVertical: string;
22774
23506
  arrowHeight: string;
22775
23507
  padding: string;
22776
- }, any>;
23508
+ }, {
23509
+ Scrollbar: Theme<"Scrollbar", {
23510
+ height: string;
23511
+ width: string;
23512
+ borderRadius: string;
23513
+ color: string;
23514
+ colorHover: string;
23515
+ railInsetHorizontalBottom: string;
23516
+ railInsetHorizontalTop: string;
23517
+ railInsetVerticalRight: string;
23518
+ railInsetVerticalLeft: string;
23519
+ railColor: string;
23520
+ }, any>;
23521
+ }>;
22777
23522
  }>;
22778
23523
  Scrollbar: Theme<"Scrollbar", {
22779
23524
  height: string;
@@ -22880,7 +23625,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22880
23625
  arrowOffsetVertical: string;
22881
23626
  arrowHeight: string;
22882
23627
  padding: string;
22883
- }, any>> | undefined;
23628
+ }, {
23629
+ Scrollbar: Theme<"Scrollbar", {
23630
+ height: string;
23631
+ width: string;
23632
+ borderRadius: string;
23633
+ color: string;
23634
+ colorHover: string;
23635
+ railInsetHorizontalBottom: string;
23636
+ railInsetHorizontalTop: string;
23637
+ railInsetVerticalRight: string;
23638
+ railInsetVerticalLeft: string;
23639
+ railColor: string;
23640
+ }, any>;
23641
+ }>> | undefined;
22884
23642
  } | undefined;
22885
23643
  } | undefined;
22886
23644
  Scrollbar?: {
@@ -23193,7 +23951,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23193
23951
  arrowOffsetVertical: string;
23194
23952
  arrowHeight: string;
23195
23953
  padding: string;
23196
- }, any>;
23954
+ }, {
23955
+ Scrollbar: Theme<"Scrollbar", {
23956
+ height: string;
23957
+ width: string;
23958
+ borderRadius: string;
23959
+ color: string;
23960
+ colorHover: string;
23961
+ railInsetHorizontalBottom: string;
23962
+ railInsetHorizontalTop: string;
23963
+ railInsetVerticalRight: string;
23964
+ railInsetVerticalLeft: string;
23965
+ railColor: string;
23966
+ }, any>;
23967
+ }>;
23197
23968
  }>;
23198
23969
  Scrollbar: Theme<"Scrollbar", {
23199
23970
  height: string;
@@ -23405,7 +24176,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23405
24176
  arrowOffsetVertical: string;
23406
24177
  arrowHeight: string;
23407
24178
  padding: string;
23408
- }, any>;
24179
+ }, {
24180
+ Scrollbar: Theme<"Scrollbar", {
24181
+ height: string;
24182
+ width: string;
24183
+ borderRadius: string;
24184
+ color: string;
24185
+ colorHover: string;
24186
+ railInsetHorizontalBottom: string;
24187
+ railInsetHorizontalTop: string;
24188
+ railInsetVerticalRight: string;
24189
+ railInsetVerticalLeft: string;
24190
+ railColor: string;
24191
+ }, any>;
24192
+ }>;
23409
24193
  }>;
23410
24194
  Scrollbar: Theme<"Scrollbar", {
23411
24195
  height: string;
@@ -23617,7 +24401,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23617
24401
  arrowOffsetVertical: string;
23618
24402
  arrowHeight: string;
23619
24403
  padding: string;
23620
- }, any>;
24404
+ }, {
24405
+ Scrollbar: Theme<"Scrollbar", {
24406
+ height: string;
24407
+ width: string;
24408
+ borderRadius: string;
24409
+ color: string;
24410
+ colorHover: string;
24411
+ railInsetHorizontalBottom: string;
24412
+ railInsetHorizontalTop: string;
24413
+ railInsetVerticalRight: string;
24414
+ railInsetVerticalLeft: string;
24415
+ railColor: string;
24416
+ }, any>;
24417
+ }>;
23621
24418
  }>;
23622
24419
  Scrollbar: Theme<"Scrollbar", {
23623
24420
  height: string;
@@ -23685,23 +24482,23 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23685
24482
  readonly separator: string;
23686
24483
  readonly multiple: boolean;
23687
24484
  readonly bordered: boolean | undefined;
24485
+ readonly clearable: boolean;
24486
+ readonly defaultValue: Value | null;
23688
24487
  readonly placement: PopoverPlacement;
23689
- readonly labelField: string;
23690
- readonly virtualScroll: boolean;
23691
- readonly valueField: string;
24488
+ readonly allowCheckingNotLoaded: boolean;
23692
24489
  readonly filterable: boolean;
23693
- readonly clearable: boolean;
24490
+ readonly disabledField: string;
23694
24491
  readonly expandTrigger: ExpandTrigger;
23695
24492
  readonly clearFilterAfterSelect: boolean;
23696
- readonly defaultValue: Value | null;
23697
24493
  readonly remote: boolean;
23698
- readonly childrenField: string;
23699
- readonly allowCheckingNotLoaded: boolean;
23700
24494
  readonly cascade: boolean;
23701
- readonly checkStrategy: CheckStrategy;
23702
- readonly disabledField: string;
23703
24495
  readonly leafOnly: boolean;
23704
24496
  readonly showPath: boolean;
24497
+ readonly virtualScroll: boolean;
24498
+ readonly checkStrategy: CheckStrategy;
24499
+ readonly valueField: string;
24500
+ readonly labelField: string;
24501
+ readonly childrenField: string;
23705
24502
  }, SlotsType<CascaderSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
23706
24503
  NTooltip: DefineComponent<ExtractPropTypes<{
23707
24504
  theme: PropType<Theme<"Tooltip", {
@@ -23724,7 +24521,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23724
24521
  arrowOffsetVertical: string;
23725
24522
  arrowHeight: string;
23726
24523
  padding: string;
23727
- }, any>;
24524
+ }, {
24525
+ Scrollbar: Theme<"Scrollbar", {
24526
+ height: string;
24527
+ width: string;
24528
+ borderRadius: string;
24529
+ color: string;
24530
+ colorHover: string;
24531
+ railInsetHorizontalBottom: string;
24532
+ railInsetHorizontalTop: string;
24533
+ railInsetVerticalRight: string;
24534
+ railInsetVerticalLeft: string;
24535
+ railColor: string;
24536
+ }, any>;
24537
+ }>;
23728
24538
  }>>;
23729
24539
  themeOverrides: PropType<ExtractThemeOverrides<Theme<"Tooltip", {
23730
24540
  borderRadius: string;
@@ -23746,7 +24556,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23746
24556
  arrowOffsetVertical: string;
23747
24557
  arrowHeight: string;
23748
24558
  padding: string;
23749
- }, any>;
24559
+ }, {
24560
+ Scrollbar: Theme<"Scrollbar", {
24561
+ height: string;
24562
+ width: string;
24563
+ borderRadius: string;
24564
+ color: string;
24565
+ colorHover: string;
24566
+ railInsetHorizontalBottom: string;
24567
+ railInsetHorizontalTop: string;
24568
+ railInsetVerticalRight: string;
24569
+ railInsetVerticalLeft: string;
24570
+ railColor: string;
24571
+ }, any>;
24572
+ }>;
23750
24573
  }>>>;
23751
24574
  builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Tooltip", {
23752
24575
  borderRadius: string;
@@ -23768,7 +24591,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23768
24591
  arrowOffsetVertical: string;
23769
24592
  arrowHeight: string;
23770
24593
  padding: string;
23771
- }, any>;
24594
+ }, {
24595
+ Scrollbar: Theme<"Scrollbar", {
24596
+ height: string;
24597
+ width: string;
24598
+ borderRadius: string;
24599
+ color: string;
24600
+ colorHover: string;
24601
+ railInsetHorizontalBottom: string;
24602
+ railInsetHorizontalTop: string;
24603
+ railInsetVerticalRight: string;
24604
+ railInsetVerticalLeft: string;
24605
+ railColor: string;
24606
+ }, any>;
24607
+ }>;
23772
24608
  }>>>;
23773
24609
  show: {
23774
24610
  type: PropType<boolean | undefined>;
@@ -23793,7 +24629,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23793
24629
  };
23794
24630
  raw: BooleanConstructor;
23795
24631
  placement: {
23796
- type: PropType<Placement>;
24632
+ type: PropType<FollowerPlacement>;
23797
24633
  default: string;
23798
24634
  };
23799
24635
  x: NumberConstructor;
@@ -23891,12 +24727,36 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23891
24727
  arrowOffsetVertical: string;
23892
24728
  arrowHeight: string;
23893
24729
  padding: string;
23894
- }, any>;
24730
+ }, {
24731
+ Scrollbar: Theme<"Scrollbar", {
24732
+ height: string;
24733
+ width: string;
24734
+ borderRadius: string;
24735
+ color: string;
24736
+ colorHover: string;
24737
+ railInsetHorizontalBottom: string;
24738
+ railInsetHorizontalTop: string;
24739
+ railInsetVerticalRight: string;
24740
+ railInsetVerticalLeft: string;
24741
+ railColor: string;
24742
+ }, any>;
24743
+ }>;
23895
24744
  };
23896
24745
  peerOverrides: {
23897
24746
  Popover?: {
23898
24747
  peers?: {
23899
- [x: string]: any;
24748
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
24749
+ height: string;
24750
+ width: string;
24751
+ borderRadius: string;
24752
+ color: string;
24753
+ colorHover: string;
24754
+ railInsetHorizontalBottom: string;
24755
+ railInsetHorizontalTop: string;
24756
+ railInsetVerticalRight: string;
24757
+ railInsetVerticalLeft: string;
24758
+ railColor: string;
24759
+ }, any>> | undefined;
23900
24760
  } | undefined;
23901
24761
  } | undefined;
23902
24762
  };
@@ -23931,7 +24791,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23931
24791
  arrowOffsetVertical: string;
23932
24792
  arrowHeight: string;
23933
24793
  padding: string;
23934
- }, any>;
24794
+ }, {
24795
+ Scrollbar: Theme<"Scrollbar", {
24796
+ height: string;
24797
+ width: string;
24798
+ borderRadius: string;
24799
+ color: string;
24800
+ colorHover: string;
24801
+ railInsetHorizontalBottom: string;
24802
+ railInsetHorizontalTop: string;
24803
+ railInsetVerticalRight: string;
24804
+ railInsetVerticalLeft: string;
24805
+ railColor: string;
24806
+ }, any>;
24807
+ }>;
23935
24808
  }>>;
23936
24809
  themeOverrides: PropType<ExtractThemeOverrides<Theme<"Tooltip", {
23937
24810
  borderRadius: string;
@@ -23953,7 +24826,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23953
24826
  arrowOffsetVertical: string;
23954
24827
  arrowHeight: string;
23955
24828
  padding: string;
23956
- }, any>;
24829
+ }, {
24830
+ Scrollbar: Theme<"Scrollbar", {
24831
+ height: string;
24832
+ width: string;
24833
+ borderRadius: string;
24834
+ color: string;
24835
+ colorHover: string;
24836
+ railInsetHorizontalBottom: string;
24837
+ railInsetHorizontalTop: string;
24838
+ railInsetVerticalRight: string;
24839
+ railInsetVerticalLeft: string;
24840
+ railColor: string;
24841
+ }, any>;
24842
+ }>;
23957
24843
  }>>>;
23958
24844
  builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Tooltip", {
23959
24845
  borderRadius: string;
@@ -23975,7 +24861,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23975
24861
  arrowOffsetVertical: string;
23976
24862
  arrowHeight: string;
23977
24863
  padding: string;
23978
- }, any>;
24864
+ }, {
24865
+ Scrollbar: Theme<"Scrollbar", {
24866
+ height: string;
24867
+ width: string;
24868
+ borderRadius: string;
24869
+ color: string;
24870
+ colorHover: string;
24871
+ railInsetHorizontalBottom: string;
24872
+ railInsetHorizontalTop: string;
24873
+ railInsetVerticalRight: string;
24874
+ railInsetVerticalLeft: string;
24875
+ railColor: string;
24876
+ }, any>;
24877
+ }>;
23979
24878
  }>>>;
23980
24879
  show: {
23981
24880
  type: PropType<boolean | undefined>;
@@ -24000,7 +24899,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24000
24899
  };
24001
24900
  raw: BooleanConstructor;
24002
24901
  placement: {
24003
- type: PropType<Placement>;
24902
+ type: PropType<FollowerPlacement>;
24004
24903
  default: string;
24005
24904
  };
24006
24905
  x: NumberConstructor;
@@ -24075,23 +24974,23 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24075
24974
  width: number | "trigger";
24076
24975
  duration: number;
24077
24976
  raw: boolean;
24078
- placement: Placement;
24079
- overlap: boolean;
24080
- scrollable: boolean;
24081
- trigger: PopoverTrigger;
24977
+ placement: FollowerPlacement;
24082
24978
  showArrow: boolean;
24979
+ trigger: PopoverTrigger;
24980
+ arrow: boolean | undefined;
24981
+ defaultShow: boolean;
24083
24982
  delay: number;
24084
24983
  arrowPointToCenter: boolean;
24085
24984
  displayDirective: "show" | "if";
24985
+ animated: boolean;
24986
+ overlap: boolean;
24086
24987
  keepAliveOnHover: boolean;
24988
+ scrollable: boolean;
24087
24989
  internalDeactivateImmediately: boolean;
24088
- animated: boolean;
24089
- internalTrapFocus: boolean;
24090
- defaultShow: boolean;
24091
24990
  internalSyncTargetWithParent: boolean;
24092
24991
  internalInheritedEventHandlers: TriggerEventHandlers[];
24992
+ internalTrapFocus: boolean;
24093
24993
  internalExtraClass: string[];
24094
- arrow: boolean | undefined;
24095
24994
  }, SlotsType<TooltipSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
24096
24995
  NDropdown: DefineComponent<ExtractPropTypes<{
24097
24996
  readonly theme: PropType< Theme<"Dropdown", {
@@ -24162,7 +25061,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24162
25061
  arrowOffsetVertical: string;
24163
25062
  arrowHeight: string;
24164
25063
  padding: string;
24165
- }, any>;
25064
+ }, {
25065
+ Scrollbar: Theme<"Scrollbar", {
25066
+ height: string;
25067
+ width: string;
25068
+ borderRadius: string;
25069
+ color: string;
25070
+ colorHover: string;
25071
+ railInsetHorizontalBottom: string;
25072
+ railInsetHorizontalTop: string;
25073
+ railInsetVerticalRight: string;
25074
+ railInsetVerticalLeft: string;
25075
+ railColor: string;
25076
+ }, any>;
25077
+ }>;
24166
25078
  }>>;
24167
25079
  readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Dropdown", {
24168
25080
  optionHeightSmall: string;
@@ -24232,7 +25144,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24232
25144
  arrowOffsetVertical: string;
24233
25145
  arrowHeight: string;
24234
25146
  padding: string;
24235
- }, any>;
25147
+ }, {
25148
+ Scrollbar: Theme<"Scrollbar", {
25149
+ height: string;
25150
+ width: string;
25151
+ borderRadius: string;
25152
+ color: string;
25153
+ colorHover: string;
25154
+ railInsetHorizontalBottom: string;
25155
+ railInsetHorizontalTop: string;
25156
+ railInsetVerticalRight: string;
25157
+ railInsetVerticalLeft: string;
25158
+ railColor: string;
25159
+ }, any>;
25160
+ }>;
24236
25161
  }>>>;
24237
25162
  readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Dropdown", {
24238
25163
  optionHeightSmall: string;
@@ -24302,7 +25227,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24302
25227
  arrowOffsetVertical: string;
24303
25228
  arrowHeight: string;
24304
25229
  padding: string;
24305
- }, any>;
25230
+ }, {
25231
+ Scrollbar: Theme<"Scrollbar", {
25232
+ height: string;
25233
+ width: string;
25234
+ borderRadius: string;
25235
+ color: string;
25236
+ colorHover: string;
25237
+ railInsetHorizontalBottom: string;
25238
+ railInsetHorizontalTop: string;
25239
+ railInsetVerticalRight: string;
25240
+ railInsetVerticalLeft: string;
25241
+ railColor: string;
25242
+ }, any>;
25243
+ }>;
24306
25244
  }>>>;
24307
25245
  readonly animated: {
24308
25246
  readonly type: BooleanConstructor;
@@ -24496,12 +25434,36 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24496
25434
  arrowOffsetVertical: string;
24497
25435
  arrowHeight: string;
24498
25436
  padding: string;
24499
- }, any>;
25437
+ }, {
25438
+ Scrollbar: Theme<"Scrollbar", {
25439
+ height: string;
25440
+ width: string;
25441
+ borderRadius: string;
25442
+ color: string;
25443
+ colorHover: string;
25444
+ railInsetHorizontalBottom: string;
25445
+ railInsetHorizontalTop: string;
25446
+ railInsetVerticalRight: string;
25447
+ railInsetVerticalLeft: string;
25448
+ railColor: string;
25449
+ }, any>;
25450
+ }>;
24500
25451
  };
24501
25452
  peerOverrides: {
24502
25453
  Popover?: {
24503
25454
  peers?: {
24504
- [x: string]: any;
25455
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
25456
+ height: string;
25457
+ width: string;
25458
+ borderRadius: string;
25459
+ color: string;
25460
+ colorHover: string;
25461
+ railInsetHorizontalBottom: string;
25462
+ railInsetHorizontalTop: string;
25463
+ railInsetVerticalRight: string;
25464
+ railInsetVerticalLeft: string;
25465
+ railColor: string;
25466
+ }, any>> | undefined;
24505
25467
  } | undefined;
24506
25468
  } | undefined;
24507
25469
  };
@@ -24582,7 +25544,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24582
25544
  arrowOffsetVertical: string;
24583
25545
  arrowHeight: string;
24584
25546
  padding: string;
24585
- }, any>;
25547
+ }, {
25548
+ Scrollbar: Theme<"Scrollbar", {
25549
+ height: string;
25550
+ width: string;
25551
+ borderRadius: string;
25552
+ color: string;
25553
+ colorHover: string;
25554
+ railInsetHorizontalBottom: string;
25555
+ railInsetHorizontalTop: string;
25556
+ railInsetVerticalRight: string;
25557
+ railInsetVerticalLeft: string;
25558
+ railColor: string;
25559
+ }, any>;
25560
+ }>;
24586
25561
  }>>;
24587
25562
  readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Dropdown", {
24588
25563
  optionHeightSmall: string;
@@ -24652,7 +25627,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24652
25627
  arrowOffsetVertical: string;
24653
25628
  arrowHeight: string;
24654
25629
  padding: string;
24655
- }, any>;
25630
+ }, {
25631
+ Scrollbar: Theme<"Scrollbar", {
25632
+ height: string;
25633
+ width: string;
25634
+ borderRadius: string;
25635
+ color: string;
25636
+ colorHover: string;
25637
+ railInsetHorizontalBottom: string;
25638
+ railInsetHorizontalTop: string;
25639
+ railInsetVerticalRight: string;
25640
+ railInsetVerticalLeft: string;
25641
+ railColor: string;
25642
+ }, any>;
25643
+ }>;
24656
25644
  }>>>;
24657
25645
  readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Dropdown", {
24658
25646
  optionHeightSmall: string;
@@ -24722,7 +25710,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24722
25710
  arrowOffsetVertical: string;
24723
25711
  arrowHeight: string;
24724
25712
  padding: string;
24725
- }, any>;
25713
+ }, {
25714
+ Scrollbar: Theme<"Scrollbar", {
25715
+ height: string;
25716
+ width: string;
25717
+ borderRadius: string;
25718
+ color: string;
25719
+ colorHover: string;
25720
+ railInsetHorizontalBottom: string;
25721
+ railInsetHorizontalTop: string;
25722
+ railInsetVerticalRight: string;
25723
+ railInsetVerticalLeft: string;
25724
+ railColor: string;
25725
+ }, any>;
25726
+ }>;
24726
25727
  }>>>;
24727
25728
  readonly animated: {
24728
25729
  readonly type: BooleanConstructor;
@@ -24854,27 +25855,27 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24854
25855
  readonly duration: number;
24855
25856
  readonly raw: boolean;
24856
25857
  readonly placement: PopoverPlacement;
24857
- readonly overlap: boolean;
24858
- readonly keyField: string;
24859
- readonly scrollable: boolean;
24860
- readonly trigger: PopoverTrigger;
24861
- readonly labelField: string;
25858
+ readonly keyboard: boolean;
24862
25859
  readonly showArrow: boolean;
25860
+ readonly trigger: PopoverTrigger;
25861
+ readonly arrow: boolean | undefined;
25862
+ readonly defaultShow: boolean;
24863
25863
  readonly delay: number;
24864
25864
  readonly arrowPointToCenter: boolean;
24865
25865
  readonly displayDirective: "show" | "if";
25866
+ readonly animated: boolean;
25867
+ readonly overlap: boolean;
24866
25868
  readonly keepAliveOnHover: boolean;
25869
+ readonly scrollable: boolean;
24867
25870
  readonly internalDeactivateImmediately: boolean;
24868
- readonly animated: boolean;
24869
- readonly internalTrapFocus: boolean;
24870
- readonly defaultShow: boolean;
24871
25871
  readonly internalSyncTargetWithParent: boolean;
24872
25872
  readonly internalInheritedEventHandlers: TriggerEventHandlers[];
25873
+ readonly internalTrapFocus: boolean;
24873
25874
  readonly internalExtraClass: string[];
24874
- readonly arrow: boolean | undefined;
24875
- readonly keyboard: boolean;
25875
+ readonly labelField: string;
24876
25876
  readonly childrenField: string;
24877
25877
  readonly inverted: boolean;
25878
+ readonly keyField: string;
24878
25879
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
24879
25880
  }, {}, string, ComponentProvideOptions, true, {}, any>;
24880
25881
  Trash: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;