@unizhen/ui 0.0.26 → 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;
@@ -5178,6 +5180,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5178
5180
  readonly default: undefined;
5179
5181
  };
5180
5182
  readonly labelProps: PropType< LabelHTMLAttributes>;
5183
+ readonly contentClass: StringConstructor;
5184
+ readonly contentStyle: PropType<string | CSSProperties>;
5181
5185
  readonly theme: PropType< Theme<"Form", {
5182
5186
  blankHeightSmall: string;
5183
5187
  blankHeightMedium: string;
@@ -5307,7 +5311,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5307
5311
  mergedLabelAlign: ComputedRef< LabelAlign | undefined>;
5308
5312
  mergedShowRequireMark: ComputedRef<boolean | undefined>;
5309
5313
  mergedRequireMarkPlacement: ComputedRef<"left" | "right" | "right-hanging">;
5310
- mergedValidationStatus: ComputedRef<"error" | "success" | "warning" | undefined>;
5314
+ mergedValidationStatus: ComputedRef<"error" | "warning" | "success" | undefined>;
5311
5315
  mergedShowFeedback: ComputedRef<boolean>;
5312
5316
  mergedShowLabel: ComputedRef<boolean>;
5313
5317
  isAutoLabelWidth: ComputedRef<boolean>;
@@ -5357,6 +5361,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5357
5361
  readonly default: undefined;
5358
5362
  };
5359
5363
  readonly labelProps: PropType< LabelHTMLAttributes>;
5364
+ readonly contentClass: StringConstructor;
5365
+ readonly contentStyle: PropType<string | CSSProperties>;
5360
5366
  readonly theme: PropType< Theme<"Form", {
5361
5367
  blankHeightSmall: string;
5362
5368
  blankHeightMedium: string;
@@ -6916,10 +6922,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6916
6922
  readonly focusable: boolean;
6917
6923
  readonly bordered: boolean;
6918
6924
  readonly tertiary: boolean;
6919
- readonly keyboard: boolean;
6920
6925
  readonly ghost: boolean;
6921
6926
  readonly secondary: boolean;
6922
6927
  readonly quaternary: boolean;
6928
+ readonly keyboard: boolean;
6923
6929
  readonly iconPlacement: "left" | "right";
6924
6930
  readonly attrType: "reset" | "submit" | "button";
6925
6931
  readonly nativeFocusBehavior: boolean;
@@ -7301,7 +7307,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7301
7307
  paddingMedium: string;
7302
7308
  paddingLarge: string;
7303
7309
  clearSize: string;
7304
- }, any>>;
7310
+ }, {
7311
+ Scrollbar: Theme<"Scrollbar", {
7312
+ height: string;
7313
+ width: string;
7314
+ borderRadius: string;
7315
+ color: string;
7316
+ colorHover: string;
7317
+ railInsetHorizontalBottom: string;
7318
+ railInsetHorizontalTop: string;
7319
+ railInsetVerticalRight: string;
7320
+ railInsetVerticalLeft: string;
7321
+ railColor: string;
7322
+ }, any>;
7323
+ }>>;
7305
7324
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"Input", {
7306
7325
  fontWeight: string;
7307
7326
  countTextColorDisabled: string;
@@ -7363,7 +7382,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7363
7382
  paddingMedium: string;
7364
7383
  paddingLarge: string;
7365
7384
  clearSize: string;
7366
- }, any>>>;
7385
+ }, {
7386
+ Scrollbar: Theme<"Scrollbar", {
7387
+ height: string;
7388
+ width: string;
7389
+ borderRadius: string;
7390
+ color: string;
7391
+ colorHover: string;
7392
+ railInsetHorizontalBottom: string;
7393
+ railInsetHorizontalTop: string;
7394
+ railInsetVerticalRight: string;
7395
+ railInsetVerticalLeft: string;
7396
+ railColor: string;
7397
+ }, any>;
7398
+ }>>>;
7367
7399
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Input", {
7368
7400
  fontWeight: string;
7369
7401
  countTextColorDisabled: string;
@@ -7425,7 +7457,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7425
7457
  paddingMedium: string;
7426
7458
  paddingLarge: string;
7427
7459
  clearSize: string;
7428
- }, any>>>;
7460
+ }, {
7461
+ Scrollbar: Theme<"Scrollbar", {
7462
+ height: string;
7463
+ width: string;
7464
+ borderRadius: string;
7465
+ color: string;
7466
+ colorHover: string;
7467
+ railInsetHorizontalBottom: string;
7468
+ railInsetHorizontalTop: string;
7469
+ railInsetVerticalRight: string;
7470
+ railInsetVerticalLeft: string;
7471
+ railColor: string;
7472
+ }, any>;
7473
+ }>>>;
7429
7474
  }>, {
7430
7475
  wrapperElRef: Ref<HTMLElement | null, HTMLElement | null>;
7431
7476
  inputElRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
@@ -7568,9 +7613,26 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7568
7613
  paddingLarge: string;
7569
7614
  clearSize: string;
7570
7615
  };
7571
- peers: any;
7616
+ peers: {
7617
+ Scrollbar: Theme<"Scrollbar", {
7618
+ height: string;
7619
+ width: string;
7620
+ borderRadius: string;
7621
+ color: string;
7622
+ colorHover: string;
7623
+ railInsetHorizontalBottom: string;
7624
+ railInsetHorizontalTop: string;
7625
+ railInsetVerticalRight: string;
7626
+ railInsetVerticalLeft: string;
7627
+ railColor: string;
7628
+ }, any>;
7629
+ };
7572
7630
  peerOverrides: {
7573
- [x: string]: any;
7631
+ Scrollbar?: {
7632
+ peers?: {
7633
+ [x: string]: any;
7634
+ } | undefined;
7635
+ } | undefined;
7574
7636
  };
7575
7637
  }>;
7576
7638
  cssVars: ComputedRef<{
@@ -7788,7 +7850,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7788
7850
  paddingMedium: string;
7789
7851
  paddingLarge: string;
7790
7852
  clearSize: string;
7791
- }, any>>;
7853
+ }, {
7854
+ Scrollbar: Theme<"Scrollbar", {
7855
+ height: string;
7856
+ width: string;
7857
+ borderRadius: string;
7858
+ color: string;
7859
+ colorHover: string;
7860
+ railInsetHorizontalBottom: string;
7861
+ railInsetHorizontalTop: string;
7862
+ railInsetVerticalRight: string;
7863
+ railInsetVerticalLeft: string;
7864
+ railColor: string;
7865
+ }, any>;
7866
+ }>>;
7792
7867
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"Input", {
7793
7868
  fontWeight: string;
7794
7869
  countTextColorDisabled: string;
@@ -7850,7 +7925,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7850
7925
  paddingMedium: string;
7851
7926
  paddingLarge: string;
7852
7927
  clearSize: string;
7853
- }, any>>>;
7928
+ }, {
7929
+ Scrollbar: Theme<"Scrollbar", {
7930
+ height: string;
7931
+ width: string;
7932
+ borderRadius: string;
7933
+ color: string;
7934
+ colorHover: string;
7935
+ railInsetHorizontalBottom: string;
7936
+ railInsetHorizontalTop: string;
7937
+ railInsetVerticalRight: string;
7938
+ railInsetVerticalLeft: string;
7939
+ railColor: string;
7940
+ }, any>;
7941
+ }>>>;
7854
7942
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Input", {
7855
7943
  fontWeight: string;
7856
7944
  countTextColorDisabled: string;
@@ -7912,7 +8000,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7912
8000
  paddingMedium: string;
7913
8001
  paddingLarge: string;
7914
8002
  clearSize: string;
7915
- }, any>>>;
8003
+ }, {
8004
+ Scrollbar: Theme<"Scrollbar", {
8005
+ height: string;
8006
+ width: string;
8007
+ borderRadius: string;
8008
+ color: string;
8009
+ colorHover: string;
8010
+ railInsetHorizontalBottom: string;
8011
+ railInsetHorizontalTop: string;
8012
+ railInsetVerticalRight: string;
8013
+ railInsetVerticalLeft: string;
8014
+ railColor: string;
8015
+ }, any>;
8016
+ }>>>;
7916
8017
  }>> & Readonly<{}>, {
7917
8018
  type: "textarea" | "text" | "password";
7918
8019
  readonly: string | boolean;
@@ -7928,10 +8029,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
7928
8029
  clearable: boolean;
7929
8030
  defaultValue: string | [string, string] | null;
7930
8031
  resizable: boolean;
8032
+ stateful: boolean;
7931
8033
  pair: boolean;
7932
8034
  rows: string | number;
7933
8035
  passivelyActivated: boolean;
7934
- stateful: boolean;
7935
8036
  showCount: boolean;
7936
8037
  attrSize: number;
7937
8038
  internalDeactivateOnEnter: boolean;
@@ -8130,7 +8231,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8130
8231
  arrowOffsetVertical: string;
8131
8232
  arrowHeight: string;
8132
8233
  padding: string;
8133
- }, any>;
8234
+ }, {
8235
+ Scrollbar: Theme<"Scrollbar", {
8236
+ height: string;
8237
+ width: string;
8238
+ borderRadius: string;
8239
+ color: string;
8240
+ colorHover: string;
8241
+ railInsetHorizontalBottom: string;
8242
+ railInsetHorizontalTop: string;
8243
+ railInsetVerticalRight: string;
8244
+ railInsetVerticalLeft: string;
8245
+ railColor: string;
8246
+ }, any>;
8247
+ }>;
8134
8248
  }>;
8135
8249
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8136
8250
  optionFontSizeTiny: string;
@@ -8271,7 +8385,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8271
8385
  arrowOffsetVertical: string;
8272
8386
  arrowHeight: string;
8273
8387
  padding: string;
8274
- }, any>;
8388
+ }, {
8389
+ Scrollbar: Theme<"Scrollbar", {
8390
+ height: string;
8391
+ width: string;
8392
+ borderRadius: string;
8393
+ color: string;
8394
+ colorHover: string;
8395
+ railInsetHorizontalBottom: string;
8396
+ railInsetHorizontalTop: string;
8397
+ railInsetVerticalRight: string;
8398
+ railInsetVerticalLeft: string;
8399
+ railColor: string;
8400
+ }, any>;
8401
+ }>;
8275
8402
  }>;
8276
8403
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8277
8404
  optionFontSizeTiny: string;
@@ -8412,7 +8539,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8412
8539
  arrowOffsetVertical: string;
8413
8540
  arrowHeight: string;
8414
8541
  padding: string;
8415
- }, any>;
8542
+ }, {
8543
+ Scrollbar: Theme<"Scrollbar", {
8544
+ height: string;
8545
+ width: string;
8546
+ borderRadius: string;
8547
+ color: string;
8548
+ colorHover: string;
8549
+ railInsetHorizontalBottom: string;
8550
+ railInsetHorizontalTop: string;
8551
+ railInsetVerticalRight: string;
8552
+ railInsetVerticalLeft: string;
8553
+ railColor: string;
8554
+ }, any>;
8555
+ }>;
8416
8556
  }>;
8417
8557
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8418
8558
  optionFontSizeTiny: string;
@@ -8632,7 +8772,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8632
8772
  arrowOffsetVertical: string;
8633
8773
  arrowHeight: string;
8634
8774
  padding: string;
8635
- }, any>;
8775
+ }, {
8776
+ Scrollbar: Theme<"Scrollbar", {
8777
+ height: string;
8778
+ width: string;
8779
+ borderRadius: string;
8780
+ color: string;
8781
+ colorHover: string;
8782
+ railInsetHorizontalBottom: string;
8783
+ railInsetHorizontalTop: string;
8784
+ railInsetVerticalRight: string;
8785
+ railInsetVerticalLeft: string;
8786
+ railColor: string;
8787
+ }, any>;
8788
+ }>;
8636
8789
  }>;
8637
8790
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8638
8791
  optionFontSizeTiny: string;
@@ -8718,7 +8871,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8718
8871
  arrowOffsetVertical: string;
8719
8872
  arrowHeight: string;
8720
8873
  padding: string;
8721
- }, any>> | undefined;
8874
+ }, {
8875
+ Scrollbar: Theme<"Scrollbar", {
8876
+ height: string;
8877
+ width: string;
8878
+ borderRadius: string;
8879
+ color: string;
8880
+ colorHover: string;
8881
+ railInsetHorizontalBottom: string;
8882
+ railInsetHorizontalTop: string;
8883
+ railInsetVerticalRight: string;
8884
+ railInsetVerticalLeft: string;
8885
+ railColor: string;
8886
+ }, any>;
8887
+ }>> | undefined;
8722
8888
  } | undefined;
8723
8889
  } | undefined;
8724
8890
  InternalSelectMenu?: {
@@ -8954,7 +9120,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
8954
9120
  arrowOffsetVertical: string;
8955
9121
  arrowHeight: string;
8956
9122
  padding: string;
8957
- }, any>;
9123
+ }, {
9124
+ Scrollbar: Theme<"Scrollbar", {
9125
+ height: string;
9126
+ width: string;
9127
+ borderRadius: string;
9128
+ color: string;
9129
+ colorHover: string;
9130
+ railInsetHorizontalBottom: string;
9131
+ railInsetHorizontalTop: string;
9132
+ railInsetVerticalRight: string;
9133
+ railInsetVerticalLeft: string;
9134
+ railColor: string;
9135
+ }, any>;
9136
+ }>;
8958
9137
  }>;
8959
9138
  InternalSelectMenu: Theme<"InternalSelectMenu", {
8960
9139
  optionFontSizeTiny: string;
@@ -9095,7 +9274,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9095
9274
  arrowOffsetVertical: string;
9096
9275
  arrowHeight: string;
9097
9276
  padding: string;
9098
- }, any>;
9277
+ }, {
9278
+ Scrollbar: Theme<"Scrollbar", {
9279
+ height: string;
9280
+ width: string;
9281
+ borderRadius: string;
9282
+ color: string;
9283
+ colorHover: string;
9284
+ railInsetHorizontalBottom: string;
9285
+ railInsetHorizontalTop: string;
9286
+ railInsetVerticalRight: string;
9287
+ railInsetVerticalLeft: string;
9288
+ railColor: string;
9289
+ }, any>;
9290
+ }>;
9099
9291
  }>;
9100
9292
  InternalSelectMenu: Theme<"InternalSelectMenu", {
9101
9293
  optionFontSizeTiny: string;
@@ -9236,7 +9428,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9236
9428
  arrowOffsetVertical: string;
9237
9429
  arrowHeight: string;
9238
9430
  padding: string;
9239
- }, any>;
9431
+ }, {
9432
+ Scrollbar: Theme<"Scrollbar", {
9433
+ height: string;
9434
+ width: string;
9435
+ borderRadius: string;
9436
+ color: string;
9437
+ colorHover: string;
9438
+ railInsetHorizontalBottom: string;
9439
+ railInsetHorizontalTop: string;
9440
+ railInsetVerticalRight: string;
9441
+ railInsetVerticalLeft: string;
9442
+ railColor: string;
9443
+ }, any>;
9444
+ }>;
9240
9445
  }>;
9241
9446
  InternalSelectMenu: Theme<"InternalSelectMenu", {
9242
9447
  optionFontSizeTiny: string;
@@ -9315,26 +9520,26 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9315
9520
  readonly multiple: boolean;
9316
9521
  readonly loading: boolean;
9317
9522
  readonly bordered: boolean | undefined;
9523
+ readonly clearable: boolean;
9524
+ readonly defaultValue: Value | null;
9318
9525
  readonly placement: PopoverPlacement;
9319
- readonly labelField: string;
9320
- readonly showCheckmark: boolean;
9321
- readonly virtualScroll: boolean;
9322
- readonly valueField: string;
9323
- readonly resetMenuOnOptionsChange: boolean;
9526
+ readonly keyboard: boolean;
9324
9527
  readonly showArrow: boolean;
9325
9528
  readonly displayDirective: "show" | "if";
9326
9529
  readonly filterable: boolean;
9327
- readonly clearable: boolean;
9328
- readonly ignoreComposition: boolean;
9329
9530
  readonly clearFilterAfterSelect: boolean;
9330
- readonly defaultValue: Value | null;
9331
- readonly keyboard: boolean;
9332
9531
  readonly remote: boolean;
9532
+ readonly virtualScroll: boolean;
9533
+ readonly valueField: string;
9534
+ readonly labelField: string;
9535
+ readonly childrenField: string;
9333
9536
  readonly widthMode: string;
9334
9537
  readonly fallbackOption: false | SelectFallbackOption | undefined;
9335
9538
  readonly consistentMenuWidth: boolean;
9336
- readonly childrenField: string;
9539
+ readonly ignoreComposition: boolean;
9337
9540
  readonly showOnFocus: boolean;
9541
+ readonly resetMenuOnOptionsChange: boolean;
9542
+ readonly showCheckmark: boolean;
9338
9543
  }, SlotsType<SelectSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9339
9544
  NInputNumber: DefineComponent<ExtractPropTypes<{
9340
9545
  autofocus: BooleanConstructor;
@@ -9668,7 +9873,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9668
9873
  paddingMedium: string;
9669
9874
  paddingLarge: string;
9670
9875
  clearSize: string;
9671
- }, any>;
9876
+ }, {
9877
+ Scrollbar: Theme<"Scrollbar", {
9878
+ height: string;
9879
+ width: string;
9880
+ borderRadius: string;
9881
+ color: string;
9882
+ colorHover: string;
9883
+ railInsetHorizontalBottom: string;
9884
+ railInsetHorizontalTop: string;
9885
+ railInsetVerticalRight: string;
9886
+ railInsetVerticalLeft: string;
9887
+ railColor: string;
9888
+ }, any>;
9889
+ }>;
9672
9890
  }>>;
9673
9891
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
9674
9892
  iconColorDisabled: string;
@@ -9938,10 +10156,23 @@ declare const _default: DefineComponent<ExtractPropTypes<{
9938
10156
  paddingMedium: string;
9939
10157
  paddingLarge: string;
9940
10158
  clearSize: string;
9941
- }, any>;
9942
- }>>>;
9943
- builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
9944
- iconColorDisabled: string;
10159
+ }, {
10160
+ Scrollbar: Theme<"Scrollbar", {
10161
+ height: string;
10162
+ width: string;
10163
+ borderRadius: string;
10164
+ color: string;
10165
+ colorHover: string;
10166
+ railInsetHorizontalBottom: string;
10167
+ railInsetHorizontalTop: string;
10168
+ railInsetVerticalRight: string;
10169
+ railInsetVerticalLeft: string;
10170
+ railColor: string;
10171
+ }, any>;
10172
+ }>;
10173
+ }>>>;
10174
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
10175
+ iconColorDisabled: string;
9945
10176
  }, {
9946
10177
  Button: Theme<"Button", {
9947
10178
  heightTiny: string;
@@ -10208,7 +10439,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
10208
10439
  paddingMedium: string;
10209
10440
  paddingLarge: string;
10210
10441
  clearSize: string;
10211
- }, any>;
10442
+ }, {
10443
+ Scrollbar: Theme<"Scrollbar", {
10444
+ height: string;
10445
+ width: string;
10446
+ borderRadius: string;
10447
+ color: string;
10448
+ colorHover: string;
10449
+ railInsetHorizontalBottom: string;
10450
+ railInsetHorizontalTop: string;
10451
+ railInsetVerticalRight: string;
10452
+ railInsetVerticalLeft: string;
10453
+ railColor: string;
10454
+ }, any>;
10455
+ }>;
10212
10456
  }>>>;
10213
10457
  }>, {
10214
10458
  rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
@@ -10556,7 +10800,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
10556
10800
  paddingMedium: string;
10557
10801
  paddingLarge: string;
10558
10802
  clearSize: string;
10559
- }, any>;
10803
+ }, {
10804
+ Scrollbar: Theme<"Scrollbar", {
10805
+ height: string;
10806
+ width: string;
10807
+ borderRadius: string;
10808
+ color: string;
10809
+ colorHover: string;
10810
+ railInsetHorizontalBottom: string;
10811
+ railInsetHorizontalTop: string;
10812
+ railInsetVerticalRight: string;
10813
+ railInsetVerticalLeft: string;
10814
+ railColor: string;
10815
+ }, any>;
10816
+ }>;
10560
10817
  };
10561
10818
  peerOverrides: {
10562
10819
  Button?: {
@@ -10566,7 +10823,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
10566
10823
  } | undefined;
10567
10824
  Input?: {
10568
10825
  peers?: {
10569
- [x: string]: any;
10826
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
10827
+ height: string;
10828
+ width: string;
10829
+ borderRadius: string;
10830
+ color: string;
10831
+ colorHover: string;
10832
+ railInsetHorizontalBottom: string;
10833
+ railInsetHorizontalTop: string;
10834
+ railInsetVerticalRight: string;
10835
+ railInsetVerticalLeft: string;
10836
+ railColor: string;
10837
+ }, any>> | undefined;
10570
10838
  } | undefined;
10571
10839
  } | undefined;
10572
10840
  };
@@ -10915,7 +11183,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
10915
11183
  paddingMedium: string;
10916
11184
  paddingLarge: string;
10917
11185
  clearSize: string;
10918
- }, any>;
11186
+ }, {
11187
+ Scrollbar: Theme<"Scrollbar", {
11188
+ height: string;
11189
+ width: string;
11190
+ borderRadius: string;
11191
+ color: string;
11192
+ colorHover: string;
11193
+ railInsetHorizontalBottom: string;
11194
+ railInsetHorizontalTop: string;
11195
+ railInsetVerticalRight: string;
11196
+ railInsetVerticalLeft: string;
11197
+ railColor: string;
11198
+ }, any>;
11199
+ }>;
10919
11200
  }>>;
10920
11201
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
10921
11202
  iconColorDisabled: string;
@@ -11185,7 +11466,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
11185
11466
  paddingMedium: string;
11186
11467
  paddingLarge: string;
11187
11468
  clearSize: string;
11188
- }, any>;
11469
+ }, {
11470
+ Scrollbar: Theme<"Scrollbar", {
11471
+ height: string;
11472
+ width: string;
11473
+ borderRadius: string;
11474
+ color: string;
11475
+ colorHover: string;
11476
+ railInsetHorizontalBottom: string;
11477
+ railInsetHorizontalTop: string;
11478
+ railInsetVerticalRight: string;
11479
+ railInsetVerticalLeft: string;
11480
+ railColor: string;
11481
+ }, any>;
11482
+ }>;
11189
11483
  }>>>;
11190
11484
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"InputNumber", {
11191
11485
  iconColorDisabled: string;
@@ -11455,7 +11749,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
11455
11749
  paddingMedium: string;
11456
11750
  paddingLarge: string;
11457
11751
  clearSize: string;
11458
- }, any>;
11752
+ }, {
11753
+ Scrollbar: Theme<"Scrollbar", {
11754
+ height: string;
11755
+ width: string;
11756
+ borderRadius: string;
11757
+ color: string;
11758
+ colorHover: string;
11759
+ railInsetHorizontalBottom: string;
11760
+ railInsetHorizontalTop: string;
11761
+ railInsetVerticalRight: string;
11762
+ railInsetVerticalLeft: string;
11763
+ railColor: string;
11764
+ }, any>;
11765
+ }>;
11459
11766
  }>>>;
11460
11767
  }>> & Readonly<{}>, {
11461
11768
  readonly: boolean;
@@ -11698,7 +12005,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
11698
12005
  paddingMedium: string;
11699
12006
  paddingLarge: string;
11700
12007
  clearSize: string;
11701
- }, any>;
12008
+ }, {
12009
+ Scrollbar: Theme<"Scrollbar", {
12010
+ height: string;
12011
+ width: string;
12012
+ borderRadius: string;
12013
+ color: string;
12014
+ colorHover: string;
12015
+ railInsetHorizontalBottom: string;
12016
+ railInsetHorizontalTop: string;
12017
+ railInsetVerticalRight: string;
12018
+ railInsetVerticalLeft: string;
12019
+ railColor: string;
12020
+ }, any>;
12021
+ }>;
11702
12022
  Button: Theme<"Button", {
11703
12023
  heightTiny: string;
11704
12024
  heightSmall: string;
@@ -12197,7 +12517,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12197
12517
  paddingMedium: string;
12198
12518
  paddingLarge: string;
12199
12519
  clearSize: string;
12200
- }, any>;
12520
+ }, {
12521
+ Scrollbar: Theme<"Scrollbar", {
12522
+ height: string;
12523
+ width: string;
12524
+ borderRadius: string;
12525
+ color: string;
12526
+ colorHover: string;
12527
+ railInsetHorizontalBottom: string;
12528
+ railInsetHorizontalTop: string;
12529
+ railInsetVerticalRight: string;
12530
+ railInsetVerticalLeft: string;
12531
+ railColor: string;
12532
+ }, any>;
12533
+ }>;
12201
12534
  }>;
12202
12535
  Scrollbar: Theme<"Scrollbar", {
12203
12536
  height: string;
@@ -12338,7 +12671,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12338
12671
  paddingMedium: string;
12339
12672
  paddingLarge: string;
12340
12673
  clearSize: string;
12341
- }, any>;
12674
+ }, {
12675
+ Scrollbar: Theme<"Scrollbar", {
12676
+ height: string;
12677
+ width: string;
12678
+ borderRadius: string;
12679
+ color: string;
12680
+ colorHover: string;
12681
+ railInsetHorizontalBottom: string;
12682
+ railInsetHorizontalTop: string;
12683
+ railInsetVerticalRight: string;
12684
+ railInsetVerticalLeft: string;
12685
+ railColor: string;
12686
+ }, any>;
12687
+ }>;
12342
12688
  Button: Theme<"Button", {
12343
12689
  heightTiny: string;
12344
12690
  heightSmall: string;
@@ -12837,7 +13183,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12837
13183
  paddingMedium: string;
12838
13184
  paddingLarge: string;
12839
13185
  clearSize: string;
12840
- }, any>;
13186
+ }, {
13187
+ Scrollbar: Theme<"Scrollbar", {
13188
+ height: string;
13189
+ width: string;
13190
+ borderRadius: string;
13191
+ color: string;
13192
+ colorHover: string;
13193
+ railInsetHorizontalBottom: string;
13194
+ railInsetHorizontalTop: string;
13195
+ railInsetVerticalRight: string;
13196
+ railInsetVerticalLeft: string;
13197
+ railColor: string;
13198
+ }, any>;
13199
+ }>;
12841
13200
  }>;
12842
13201
  Scrollbar: Theme<"Scrollbar", {
12843
13202
  height: string;
@@ -12978,7 +13337,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
12978
13337
  paddingMedium: string;
12979
13338
  paddingLarge: string;
12980
13339
  clearSize: string;
12981
- }, any>;
13340
+ }, {
13341
+ Scrollbar: Theme<"Scrollbar", {
13342
+ height: string;
13343
+ width: string;
13344
+ borderRadius: string;
13345
+ color: string;
13346
+ colorHover: string;
13347
+ railInsetHorizontalBottom: string;
13348
+ railInsetHorizontalTop: string;
13349
+ railInsetVerticalRight: string;
13350
+ railInsetVerticalLeft: string;
13351
+ railColor: string;
13352
+ }, any>;
13353
+ }>;
12982
13354
  Button: Theme<"Button", {
12983
13355
  heightTiny: string;
12984
13356
  heightSmall: string;
@@ -13477,7 +13849,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13477
13849
  paddingMedium: string;
13478
13850
  paddingLarge: string;
13479
13851
  clearSize: string;
13480
- }, any>;
13852
+ }, {
13853
+ Scrollbar: Theme<"Scrollbar", {
13854
+ height: string;
13855
+ width: string;
13856
+ borderRadius: string;
13857
+ color: string;
13858
+ colorHover: string;
13859
+ railInsetHorizontalBottom: string;
13860
+ railInsetHorizontalTop: string;
13861
+ railInsetVerticalRight: string;
13862
+ railInsetVerticalLeft: string;
13863
+ railColor: string;
13864
+ }, any>;
13865
+ }>;
13481
13866
  }>;
13482
13867
  Scrollbar: Theme<"Scrollbar", {
13483
13868
  height: string;
@@ -13878,7 +14263,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
13878
14263
  paddingMedium: string;
13879
14264
  paddingLarge: string;
13880
14265
  clearSize: string;
13881
- }, any>;
14266
+ }, {
14267
+ Scrollbar: Theme<"Scrollbar", {
14268
+ height: string;
14269
+ width: string;
14270
+ borderRadius: string;
14271
+ color: string;
14272
+ colorHover: string;
14273
+ railInsetHorizontalBottom: string;
14274
+ railInsetHorizontalTop: string;
14275
+ railInsetVerticalRight: string;
14276
+ railInsetVerticalLeft: string;
14277
+ railColor: string;
14278
+ }, any>;
14279
+ }>;
13882
14280
  Button: Theme<"Button", {
13883
14281
  heightTiny: string;
13884
14282
  heightSmall: string;
@@ -14377,7 +14775,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
14377
14775
  paddingMedium: string;
14378
14776
  paddingLarge: string;
14379
14777
  clearSize: string;
14380
- }, any>;
14778
+ }, {
14779
+ Scrollbar: Theme<"Scrollbar", {
14780
+ height: string;
14781
+ width: string;
14782
+ borderRadius: string;
14783
+ color: string;
14784
+ colorHover: string;
14785
+ railInsetHorizontalBottom: string;
14786
+ railInsetHorizontalTop: string;
14787
+ railInsetVerticalRight: string;
14788
+ railInsetVerticalLeft: string;
14789
+ railColor: string;
14790
+ }, any>;
14791
+ }>;
14381
14792
  }>;
14382
14793
  Scrollbar: Theme<"Scrollbar", {
14383
14794
  height: string;
@@ -14395,7 +14806,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
14395
14806
  peerOverrides: {
14396
14807
  Input?: {
14397
14808
  peers?: {
14398
- [x: string]: any;
14809
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
14810
+ height: string;
14811
+ width: string;
14812
+ borderRadius: string;
14813
+ color: string;
14814
+ colorHover: string;
14815
+ railInsetHorizontalBottom: string;
14816
+ railInsetHorizontalTop: string;
14817
+ railInsetVerticalRight: string;
14818
+ railInsetVerticalLeft: string;
14819
+ railColor: string;
14820
+ }, any>> | undefined;
14399
14821
  } | undefined;
14400
14822
  } | undefined;
14401
14823
  Button?: {
@@ -14682,7 +15104,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
14682
15104
  paddingMedium: string;
14683
15105
  paddingLarge: string;
14684
15106
  clearSize: string;
14685
- }, any>> | undefined;
15107
+ }, {
15108
+ Scrollbar: Theme<"Scrollbar", {
15109
+ height: string;
15110
+ width: string;
15111
+ borderRadius: string;
15112
+ color: string;
15113
+ colorHover: string;
15114
+ railInsetHorizontalBottom: string;
15115
+ railInsetHorizontalTop: string;
15116
+ railInsetVerticalRight: string;
15117
+ railInsetVerticalLeft: string;
15118
+ railColor: string;
15119
+ }, any>;
15120
+ }>> | undefined;
14686
15121
  } | undefined;
14687
15122
  } | undefined;
14688
15123
  Scrollbar?: {
@@ -14976,7 +15411,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
14976
15411
  paddingMedium: string;
14977
15412
  paddingLarge: string;
14978
15413
  clearSize: string;
14979
- }, any>;
15414
+ }, {
15415
+ Scrollbar: Theme<"Scrollbar", {
15416
+ height: string;
15417
+ width: string;
15418
+ borderRadius: string;
15419
+ color: string;
15420
+ colorHover: string;
15421
+ railInsetHorizontalBottom: string;
15422
+ railInsetHorizontalTop: string;
15423
+ railInsetVerticalRight: string;
15424
+ railInsetVerticalLeft: string;
15425
+ railColor: string;
15426
+ }, any>;
15427
+ }>;
14980
15428
  Button: Theme<"Button", {
14981
15429
  heightTiny: string;
14982
15430
  heightSmall: string;
@@ -15475,12 +15923,25 @@ declare const _default: DefineComponent<ExtractPropTypes<{
15475
15923
  paddingMedium: string;
15476
15924
  paddingLarge: string;
15477
15925
  clearSize: string;
15478
- }, any>;
15479
- }>;
15480
- Scrollbar: Theme<"Scrollbar", {
15481
- height: string;
15482
- width: string;
15483
- borderRadius: string;
15926
+ }, {
15927
+ Scrollbar: Theme<"Scrollbar", {
15928
+ height: string;
15929
+ width: string;
15930
+ borderRadius: string;
15931
+ color: string;
15932
+ colorHover: string;
15933
+ railInsetHorizontalBottom: string;
15934
+ railInsetHorizontalTop: string;
15935
+ railInsetVerticalRight: string;
15936
+ railInsetVerticalLeft: string;
15937
+ railColor: string;
15938
+ }, any>;
15939
+ }>;
15940
+ }>;
15941
+ Scrollbar: Theme<"Scrollbar", {
15942
+ height: string;
15943
+ width: string;
15944
+ borderRadius: string;
15484
15945
  color: string;
15485
15946
  colorHover: string;
15486
15947
  railInsetHorizontalBottom: string;
@@ -15616,7 +16077,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
15616
16077
  paddingMedium: string;
15617
16078
  paddingLarge: string;
15618
16079
  clearSize: string;
15619
- }, any>;
16080
+ }, {
16081
+ Scrollbar: Theme<"Scrollbar", {
16082
+ height: string;
16083
+ width: string;
16084
+ borderRadius: string;
16085
+ color: string;
16086
+ colorHover: string;
16087
+ railInsetHorizontalBottom: string;
16088
+ railInsetHorizontalTop: string;
16089
+ railInsetVerticalRight: string;
16090
+ railInsetVerticalLeft: string;
16091
+ railColor: string;
16092
+ }, any>;
16093
+ }>;
15620
16094
  Button: Theme<"Button", {
15621
16095
  heightTiny: string;
15622
16096
  heightSmall: string;
@@ -16115,7 +16589,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
16115
16589
  paddingMedium: string;
16116
16590
  paddingLarge: string;
16117
16591
  clearSize: string;
16118
- }, any>;
16592
+ }, {
16593
+ Scrollbar: Theme<"Scrollbar", {
16594
+ height: string;
16595
+ width: string;
16596
+ borderRadius: string;
16597
+ color: string;
16598
+ colorHover: string;
16599
+ railInsetHorizontalBottom: string;
16600
+ railInsetHorizontalTop: string;
16601
+ railInsetVerticalRight: string;
16602
+ railInsetVerticalLeft: string;
16603
+ railColor: string;
16604
+ }, any>;
16605
+ }>;
16119
16606
  }>;
16120
16607
  Scrollbar: Theme<"Scrollbar", {
16121
16608
  height: string;
@@ -16256,7 +16743,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
16256
16743
  paddingMedium: string;
16257
16744
  paddingLarge: string;
16258
16745
  clearSize: string;
16259
- }, any>;
16746
+ }, {
16747
+ Scrollbar: Theme<"Scrollbar", {
16748
+ height: string;
16749
+ width: string;
16750
+ borderRadius: string;
16751
+ color: string;
16752
+ colorHover: string;
16753
+ railInsetHorizontalBottom: string;
16754
+ railInsetHorizontalTop: string;
16755
+ railInsetVerticalRight: string;
16756
+ railInsetVerticalLeft: string;
16757
+ railColor: string;
16758
+ }, any>;
16759
+ }>;
16260
16760
  Button: Theme<"Button", {
16261
16761
  heightTiny: string;
16262
16762
  heightSmall: string;
@@ -16755,7 +17255,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
16755
17255
  paddingMedium: string;
16756
17256
  paddingLarge: string;
16757
17257
  clearSize: string;
16758
- }, any>;
17258
+ }, {
17259
+ Scrollbar: Theme<"Scrollbar", {
17260
+ height: string;
17261
+ width: string;
17262
+ borderRadius: string;
17263
+ color: string;
17264
+ colorHover: string;
17265
+ railInsetHorizontalBottom: string;
17266
+ railInsetHorizontalTop: string;
17267
+ railInsetVerticalRight: string;
17268
+ railInsetVerticalLeft: string;
17269
+ railColor: string;
17270
+ }, any>;
17271
+ }>;
16759
17272
  }>;
16760
17273
  Scrollbar: Theme<"Scrollbar", {
16761
17274
  height: string;
@@ -16775,19 +17288,19 @@ declare const _default: DefineComponent<ExtractPropTypes<{
16775
17288
  readonly to: string | boolean | HTMLElement;
16776
17289
  readonly disabled: boolean | undefined;
16777
17290
  readonly show: boolean | undefined;
16778
- readonly yearFormat: string;
16779
- readonly monthFormat: string;
16780
- readonly quarterFormat: string;
16781
17291
  readonly bordered: boolean | undefined;
16782
- readonly placement: FollowerPlacement;
16783
17292
  readonly clearable: boolean;
17293
+ readonly placement: FollowerPlacement;
16784
17294
  readonly inputReadonly: boolean;
17295
+ readonly updateValueOnClose: boolean;
16785
17296
  readonly calendarHeaderMonthYearSeparator: string;
16786
17297
  readonly calendarHeaderMonthBeforeYear: boolean;
16787
17298
  readonly panel: boolean;
16788
- readonly updateValueOnClose: boolean;
16789
17299
  readonly closeOnSelect: boolean;
16790
17300
  readonly bindCalendarMonths: boolean;
17301
+ readonly monthFormat: string;
17302
+ readonly yearFormat: string;
17303
+ readonly quarterFormat: string;
16791
17304
  readonly yearRange: [number, number];
16792
17305
  }, SlotsType<DatePickerSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
16793
17306
  NTimePicker: DefineComponent<ExtractPropTypes<{
@@ -17159,7 +17672,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
17159
17672
  paddingMedium: string;
17160
17673
  paddingLarge: string;
17161
17674
  clearSize: string;
17162
- }, any>;
17675
+ }, {
17676
+ Scrollbar: Theme<"Scrollbar", {
17677
+ height: string;
17678
+ width: string;
17679
+ borderRadius: string;
17680
+ color: string;
17681
+ colorHover: string;
17682
+ railInsetHorizontalBottom: string;
17683
+ railInsetHorizontalTop: string;
17684
+ railInsetVerticalRight: string;
17685
+ railInsetVerticalLeft: string;
17686
+ railColor: string;
17687
+ }, any>;
17688
+ }>;
17163
17689
  }>>;
17164
17690
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"TimePicker", {
17165
17691
  panelColor: string;
@@ -17455,7 +17981,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
17455
17981
  paddingMedium: string;
17456
17982
  paddingLarge: string;
17457
17983
  clearSize: string;
17458
- }, any>;
17984
+ }, {
17985
+ Scrollbar: Theme<"Scrollbar", {
17986
+ height: string;
17987
+ width: string;
17988
+ borderRadius: string;
17989
+ color: string;
17990
+ colorHover: string;
17991
+ railInsetHorizontalBottom: string;
17992
+ railInsetHorizontalTop: string;
17993
+ railInsetVerticalRight: string;
17994
+ railInsetVerticalLeft: string;
17995
+ railColor: string;
17996
+ }, any>;
17997
+ }>;
17459
17998
  }>>>;
17460
17999
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"TimePicker", {
17461
18000
  panelColor: string;
@@ -17751,7 +18290,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
17751
18290
  paddingMedium: string;
17752
18291
  paddingLarge: string;
17753
18292
  clearSize: string;
17754
- }, any>;
18293
+ }, {
18294
+ Scrollbar: Theme<"Scrollbar", {
18295
+ height: string;
18296
+ width: string;
18297
+ borderRadius: string;
18298
+ color: string;
18299
+ colorHover: string;
18300
+ railInsetHorizontalBottom: string;
18301
+ railInsetHorizontalTop: string;
18302
+ railInsetVerticalRight: string;
18303
+ railInsetVerticalLeft: string;
18304
+ railColor: string;
18305
+ }, any>;
18306
+ }>;
17755
18307
  }>>>;
17756
18308
  }>, {
17757
18309
  focus: () => void;
@@ -18240,7 +18792,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
18240
18792
  paddingMedium: string;
18241
18793
  paddingLarge: string;
18242
18794
  clearSize: string;
18243
- }, any>;
18795
+ }, {
18796
+ Scrollbar: Theme<"Scrollbar", {
18797
+ height: string;
18798
+ width: string;
18799
+ borderRadius: string;
18800
+ color: string;
18801
+ colorHover: string;
18802
+ railInsetHorizontalBottom: string;
18803
+ railInsetHorizontalTop: string;
18804
+ railInsetVerticalRight: string;
18805
+ railInsetVerticalLeft: string;
18806
+ railColor: string;
18807
+ }, any>;
18808
+ }>;
18244
18809
  };
18245
18810
  peerOverrides: {
18246
18811
  Scrollbar?: {
@@ -18255,7 +18820,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
18255
18820
  } | undefined;
18256
18821
  Input?: {
18257
18822
  peers?: {
18258
- [x: string]: any;
18823
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
18824
+ height: string;
18825
+ width: string;
18826
+ borderRadius: string;
18827
+ color: string;
18828
+ colorHover: string;
18829
+ railInsetHorizontalBottom: string;
18830
+ railInsetHorizontalTop: string;
18831
+ railInsetVerticalRight: string;
18832
+ railInsetVerticalLeft: string;
18833
+ railColor: string;
18834
+ }, any>> | undefined;
18259
18835
  } | undefined;
18260
18836
  } | undefined;
18261
18837
  };
@@ -18655,7 +19231,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
18655
19231
  paddingMedium: string;
18656
19232
  paddingLarge: string;
18657
19233
  clearSize: string;
18658
- }, any>;
19234
+ }, {
19235
+ Scrollbar: Theme<"Scrollbar", {
19236
+ height: string;
19237
+ width: string;
19238
+ borderRadius: string;
19239
+ color: string;
19240
+ colorHover: string;
19241
+ railInsetHorizontalBottom: string;
19242
+ railInsetHorizontalTop: string;
19243
+ railInsetVerticalRight: string;
19244
+ railInsetVerticalLeft: string;
19245
+ railColor: string;
19246
+ }, any>;
19247
+ }>;
18659
19248
  }>>;
18660
19249
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"TimePicker", {
18661
19250
  panelColor: string;
@@ -18951,7 +19540,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
18951
19540
  paddingMedium: string;
18952
19541
  paddingLarge: string;
18953
19542
  clearSize: string;
18954
- }, any>;
19543
+ }, {
19544
+ Scrollbar: Theme<"Scrollbar", {
19545
+ height: string;
19546
+ width: string;
19547
+ borderRadius: string;
19548
+ color: string;
19549
+ colorHover: string;
19550
+ railInsetHorizontalBottom: string;
19551
+ railInsetHorizontalTop: string;
19552
+ railInsetVerticalRight: string;
19553
+ railInsetVerticalLeft: string;
19554
+ railColor: string;
19555
+ }, any>;
19556
+ }>;
18955
19557
  }>>>;
18956
19558
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"TimePicker", {
18957
19559
  panelColor: string;
@@ -19247,21 +19849,34 @@ declare const _default: DefineComponent<ExtractPropTypes<{
19247
19849
  paddingMedium: string;
19248
19850
  paddingLarge: string;
19249
19851
  clearSize: string;
19250
- }, any>;
19852
+ }, {
19853
+ Scrollbar: Theme<"Scrollbar", {
19854
+ height: string;
19855
+ width: string;
19856
+ borderRadius: string;
19857
+ color: string;
19858
+ colorHover: string;
19859
+ railInsetHorizontalBottom: string;
19860
+ railInsetHorizontalTop: string;
19861
+ railInsetVerticalRight: string;
19862
+ railInsetVerticalLeft: string;
19863
+ railColor: string;
19864
+ }, any>;
19865
+ }>;
19251
19866
  }>>>;
19252
19867
  }>> & Readonly<{}>, {
19253
19868
  to: string | boolean | HTMLElement;
19254
19869
  disabled: boolean | undefined;
19255
19870
  show: boolean | undefined;
19256
19871
  format: string;
19257
- bordered: boolean | undefined;
19258
19872
  showIcon: boolean;
19259
- placement: PopoverPlacement;
19873
+ bordered: boolean | undefined;
19260
19874
  clearable: boolean;
19261
19875
  defaultValue: number | null;
19262
- stateful: boolean;
19263
- use12Hours: boolean;
19876
+ placement: PopoverPlacement;
19264
19877
  inputReadonly: boolean;
19878
+ use12Hours: boolean;
19879
+ stateful: boolean;
19265
19880
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
19266
19881
  NSwitch: DefineComponent<ExtractPropTypes<{
19267
19882
  readonly size: {
@@ -19704,7 +20319,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
19704
20319
  paddingMedium: string;
19705
20320
  paddingLarge: string;
19706
20321
  clearSize: string;
19707
- }, any>;
20322
+ }, {
20323
+ Scrollbar: Theme<"Scrollbar", {
20324
+ height: string;
20325
+ width: string;
20326
+ borderRadius: string;
20327
+ color: string;
20328
+ colorHover: string;
20329
+ railInsetHorizontalBottom: string;
20330
+ railInsetHorizontalTop: string;
20331
+ railInsetVerticalRight: string;
20332
+ railInsetVerticalLeft: string;
20333
+ railColor: string;
20334
+ }, any>;
20335
+ }>;
19708
20336
  Button: Theme<"Button", {
19709
20337
  heightTiny: string;
19710
20338
  heightSmall: string;
@@ -19986,7 +20614,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
19986
20614
  paddingMedium: string;
19987
20615
  paddingLarge: string;
19988
20616
  clearSize: string;
19989
- }, any>;
20617
+ }, {
20618
+ Scrollbar: Theme<"Scrollbar", {
20619
+ height: string;
20620
+ width: string;
20621
+ borderRadius: string;
20622
+ color: string;
20623
+ colorHover: string;
20624
+ railInsetHorizontalBottom: string;
20625
+ railInsetHorizontalTop: string;
20626
+ railInsetVerticalRight: string;
20627
+ railInsetVerticalLeft: string;
20628
+ railColor: string;
20629
+ }, any>;
20630
+ }>;
19990
20631
  Button: Theme<"Button", {
19991
20632
  heightTiny: string;
19992
20633
  heightSmall: string;
@@ -20268,17 +20909,30 @@ declare const _default: DefineComponent<ExtractPropTypes<{
20268
20909
  paddingMedium: string;
20269
20910
  paddingLarge: string;
20270
20911
  clearSize: string;
20271
- }, any>;
20272
- Button: Theme<"Button", {
20273
- heightTiny: string;
20274
- heightSmall: string;
20275
- heightMedium: string;
20276
- heightLarge: string;
20277
- borderRadiusTiny: string;
20278
- borderRadiusSmall: string;
20279
- borderRadiusMedium: string;
20280
- borderRadiusLarge: string;
20281
- fontSizeTiny: string;
20912
+ }, {
20913
+ Scrollbar: Theme<"Scrollbar", {
20914
+ height: string;
20915
+ width: string;
20916
+ borderRadius: string;
20917
+ color: string;
20918
+ colorHover: string;
20919
+ railInsetHorizontalBottom: string;
20920
+ railInsetHorizontalTop: string;
20921
+ railInsetVerticalRight: string;
20922
+ railInsetVerticalLeft: string;
20923
+ railColor: string;
20924
+ }, any>;
20925
+ }>;
20926
+ Button: Theme<"Button", {
20927
+ heightTiny: string;
20928
+ heightSmall: string;
20929
+ heightMedium: string;
20930
+ heightLarge: string;
20931
+ borderRadiusTiny: string;
20932
+ borderRadiusSmall: string;
20933
+ borderRadiusMedium: string;
20934
+ borderRadiusLarge: string;
20935
+ fontSizeTiny: string;
20282
20936
  fontSizeSmall: string;
20283
20937
  fontSizeMedium: string;
20284
20938
  fontSizeLarge: string;
@@ -20622,7 +21276,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
20622
21276
  paddingMedium: string;
20623
21277
  paddingLarge: string;
20624
21278
  clearSize: string;
20625
- }, any>;
21279
+ }, {
21280
+ Scrollbar: Theme<"Scrollbar", {
21281
+ height: string;
21282
+ width: string;
21283
+ borderRadius: string;
21284
+ color: string;
21285
+ colorHover: string;
21286
+ railInsetHorizontalBottom: string;
21287
+ railInsetHorizontalTop: string;
21288
+ railInsetVerticalRight: string;
21289
+ railInsetVerticalLeft: string;
21290
+ railColor: string;
21291
+ }, any>;
21292
+ }>;
20626
21293
  Button: Theme<"Button", {
20627
21294
  heightTiny: string;
20628
21295
  heightSmall: string;
@@ -20904,7 +21571,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
20904
21571
  paddingMedium: string;
20905
21572
  paddingLarge: string;
20906
21573
  clearSize: string;
20907
- }, any>;
21574
+ }, {
21575
+ Scrollbar: Theme<"Scrollbar", {
21576
+ height: string;
21577
+ width: string;
21578
+ borderRadius: string;
21579
+ color: string;
21580
+ colorHover: string;
21581
+ railInsetHorizontalBottom: string;
21582
+ railInsetHorizontalTop: string;
21583
+ railInsetVerticalRight: string;
21584
+ railInsetVerticalLeft: string;
21585
+ railColor: string;
21586
+ }, any>;
21587
+ }>;
20908
21588
  Button: Theme<"Button", {
20909
21589
  heightTiny: string;
20910
21590
  heightSmall: string;
@@ -21186,7 +21866,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
21186
21866
  paddingMedium: string;
21187
21867
  paddingLarge: string;
21188
21868
  clearSize: string;
21189
- }, any>;
21869
+ }, {
21870
+ Scrollbar: Theme<"Scrollbar", {
21871
+ height: string;
21872
+ width: string;
21873
+ borderRadius: string;
21874
+ color: string;
21875
+ colorHover: string;
21876
+ railInsetHorizontalBottom: string;
21877
+ railInsetHorizontalTop: string;
21878
+ railInsetVerticalRight: string;
21879
+ railInsetVerticalLeft: string;
21880
+ railColor: string;
21881
+ }, any>;
21882
+ }>;
21190
21883
  Button: Theme<"Button", {
21191
21884
  heightTiny: string;
21192
21885
  heightSmall: string;
@@ -21398,10 +22091,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
21398
22091
  readonly show: boolean | undefined;
21399
22092
  readonly placement: PopoverPlacement;
21400
22093
  readonly defaultShow: boolean;
21401
- readonly actions: ActionType[];
21402
- readonly showAlpha: boolean;
21403
22094
  readonly modes: ColorPickerMode[];
22095
+ readonly showAlpha: boolean;
21404
22096
  readonly showPreview: boolean;
22097
+ readonly actions: ActionType[];
21405
22098
  }, SlotsType<ColorPickerSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
21406
22099
  NCheckbox: DefineComponent<ExtractPropTypes<{
21407
22100
  size: PropType<"small" | "medium" | "large">;
@@ -22047,7 +22740,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22047
22740
  arrowOffsetVertical: string;
22048
22741
  arrowHeight: string;
22049
22742
  padding: string;
22050
- }, any>;
22743
+ }, {
22744
+ Scrollbar: Theme<"Scrollbar", {
22745
+ height: string;
22746
+ width: string;
22747
+ borderRadius: string;
22748
+ color: string;
22749
+ colorHover: string;
22750
+ railInsetHorizontalBottom: string;
22751
+ railInsetHorizontalTop: string;
22752
+ railInsetVerticalRight: string;
22753
+ railInsetVerticalLeft: string;
22754
+ railColor: string;
22755
+ }, any>;
22756
+ }>;
22051
22757
  }>;
22052
22758
  Scrollbar: Theme<"Scrollbar", {
22053
22759
  height: string;
@@ -22259,7 +22965,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22259
22965
  arrowOffsetVertical: string;
22260
22966
  arrowHeight: string;
22261
22967
  padding: string;
22262
- }, any>;
22968
+ }, {
22969
+ Scrollbar: Theme<"Scrollbar", {
22970
+ height: string;
22971
+ width: string;
22972
+ borderRadius: string;
22973
+ color: string;
22974
+ colorHover: string;
22975
+ railInsetHorizontalBottom: string;
22976
+ railInsetHorizontalTop: string;
22977
+ railInsetVerticalRight: string;
22978
+ railInsetVerticalLeft: string;
22979
+ railColor: string;
22980
+ }, any>;
22981
+ }>;
22263
22982
  }>;
22264
22983
  Scrollbar: Theme<"Scrollbar", {
22265
22984
  height: string;
@@ -22471,7 +23190,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22471
23190
  arrowOffsetVertical: string;
22472
23191
  arrowHeight: string;
22473
23192
  padding: string;
22474
- }, any>;
23193
+ }, {
23194
+ Scrollbar: Theme<"Scrollbar", {
23195
+ height: string;
23196
+ width: string;
23197
+ borderRadius: string;
23198
+ color: string;
23199
+ colorHover: string;
23200
+ railInsetHorizontalBottom: string;
23201
+ railInsetHorizontalTop: string;
23202
+ railInsetVerticalRight: string;
23203
+ railInsetVerticalLeft: string;
23204
+ railColor: string;
23205
+ }, any>;
23206
+ }>;
22475
23207
  }>;
22476
23208
  Scrollbar: Theme<"Scrollbar", {
22477
23209
  height: string;
@@ -22767,7 +23499,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22767
23499
  arrowOffsetVertical: string;
22768
23500
  arrowHeight: string;
22769
23501
  padding: string;
22770
- }, any>;
23502
+ }, {
23503
+ Scrollbar: Theme<"Scrollbar", {
23504
+ height: string;
23505
+ width: string;
23506
+ borderRadius: string;
23507
+ color: string;
23508
+ colorHover: string;
23509
+ railInsetHorizontalBottom: string;
23510
+ railInsetHorizontalTop: string;
23511
+ railInsetVerticalRight: string;
23512
+ railInsetVerticalLeft: string;
23513
+ railColor: string;
23514
+ }, any>;
23515
+ }>;
22771
23516
  }>;
22772
23517
  Scrollbar: Theme<"Scrollbar", {
22773
23518
  height: string;
@@ -22874,7 +23619,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
22874
23619
  arrowOffsetVertical: string;
22875
23620
  arrowHeight: string;
22876
23621
  padding: string;
22877
- }, any>> | undefined;
23622
+ }, {
23623
+ Scrollbar: Theme<"Scrollbar", {
23624
+ height: string;
23625
+ width: string;
23626
+ borderRadius: string;
23627
+ color: string;
23628
+ colorHover: string;
23629
+ railInsetHorizontalBottom: string;
23630
+ railInsetHorizontalTop: string;
23631
+ railInsetVerticalRight: string;
23632
+ railInsetVerticalLeft: string;
23633
+ railColor: string;
23634
+ }, any>;
23635
+ }>> | undefined;
22878
23636
  } | undefined;
22879
23637
  } | undefined;
22880
23638
  Scrollbar?: {
@@ -23187,7 +23945,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23187
23945
  arrowOffsetVertical: string;
23188
23946
  arrowHeight: string;
23189
23947
  padding: string;
23190
- }, any>;
23948
+ }, {
23949
+ Scrollbar: Theme<"Scrollbar", {
23950
+ height: string;
23951
+ width: string;
23952
+ borderRadius: string;
23953
+ color: string;
23954
+ colorHover: string;
23955
+ railInsetHorizontalBottom: string;
23956
+ railInsetHorizontalTop: string;
23957
+ railInsetVerticalRight: string;
23958
+ railInsetVerticalLeft: string;
23959
+ railColor: string;
23960
+ }, any>;
23961
+ }>;
23191
23962
  }>;
23192
23963
  Scrollbar: Theme<"Scrollbar", {
23193
23964
  height: string;
@@ -23399,7 +24170,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23399
24170
  arrowOffsetVertical: string;
23400
24171
  arrowHeight: string;
23401
24172
  padding: string;
23402
- }, any>;
24173
+ }, {
24174
+ Scrollbar: Theme<"Scrollbar", {
24175
+ height: string;
24176
+ width: string;
24177
+ borderRadius: string;
24178
+ color: string;
24179
+ colorHover: string;
24180
+ railInsetHorizontalBottom: string;
24181
+ railInsetHorizontalTop: string;
24182
+ railInsetVerticalRight: string;
24183
+ railInsetVerticalLeft: string;
24184
+ railColor: string;
24185
+ }, any>;
24186
+ }>;
23403
24187
  }>;
23404
24188
  Scrollbar: Theme<"Scrollbar", {
23405
24189
  height: string;
@@ -23611,7 +24395,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23611
24395
  arrowOffsetVertical: string;
23612
24396
  arrowHeight: string;
23613
24397
  padding: string;
23614
- }, any>;
24398
+ }, {
24399
+ Scrollbar: Theme<"Scrollbar", {
24400
+ height: string;
24401
+ width: string;
24402
+ borderRadius: string;
24403
+ color: string;
24404
+ colorHover: string;
24405
+ railInsetHorizontalBottom: string;
24406
+ railInsetHorizontalTop: string;
24407
+ railInsetVerticalRight: string;
24408
+ railInsetVerticalLeft: string;
24409
+ railColor: string;
24410
+ }, any>;
24411
+ }>;
23615
24412
  }>;
23616
24413
  Scrollbar: Theme<"Scrollbar", {
23617
24414
  height: string;
@@ -23679,23 +24476,23 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23679
24476
  readonly separator: string;
23680
24477
  readonly multiple: boolean;
23681
24478
  readonly bordered: boolean | undefined;
24479
+ readonly clearable: boolean;
24480
+ readonly defaultValue: Value | null;
23682
24481
  readonly placement: PopoverPlacement;
23683
- readonly labelField: string;
23684
- readonly virtualScroll: boolean;
23685
- readonly valueField: string;
24482
+ readonly allowCheckingNotLoaded: boolean;
23686
24483
  readonly filterable: boolean;
23687
- readonly clearable: boolean;
24484
+ readonly disabledField: string;
23688
24485
  readonly expandTrigger: ExpandTrigger;
23689
24486
  readonly clearFilterAfterSelect: boolean;
23690
- readonly defaultValue: Value | null;
23691
24487
  readonly remote: boolean;
23692
- readonly childrenField: string;
23693
- readonly allowCheckingNotLoaded: boolean;
23694
24488
  readonly cascade: boolean;
23695
- readonly checkStrategy: CheckStrategy;
23696
- readonly disabledField: string;
23697
24489
  readonly leafOnly: boolean;
23698
24490
  readonly showPath: boolean;
24491
+ readonly virtualScroll: boolean;
24492
+ readonly checkStrategy: CheckStrategy;
24493
+ readonly valueField: string;
24494
+ readonly labelField: string;
24495
+ readonly childrenField: string;
23699
24496
  }, SlotsType<CascaderSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
23700
24497
  NTooltip: DefineComponent<ExtractPropTypes<{
23701
24498
  theme: PropType<Theme<"Tooltip", {
@@ -23718,7 +24515,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23718
24515
  arrowOffsetVertical: string;
23719
24516
  arrowHeight: string;
23720
24517
  padding: string;
23721
- }, any>;
24518
+ }, {
24519
+ Scrollbar: Theme<"Scrollbar", {
24520
+ height: string;
24521
+ width: string;
24522
+ borderRadius: string;
24523
+ color: string;
24524
+ colorHover: string;
24525
+ railInsetHorizontalBottom: string;
24526
+ railInsetHorizontalTop: string;
24527
+ railInsetVerticalRight: string;
24528
+ railInsetVerticalLeft: string;
24529
+ railColor: string;
24530
+ }, any>;
24531
+ }>;
23722
24532
  }>>;
23723
24533
  themeOverrides: PropType<ExtractThemeOverrides<Theme<"Tooltip", {
23724
24534
  borderRadius: string;
@@ -23740,7 +24550,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23740
24550
  arrowOffsetVertical: string;
23741
24551
  arrowHeight: string;
23742
24552
  padding: string;
23743
- }, any>;
24553
+ }, {
24554
+ Scrollbar: Theme<"Scrollbar", {
24555
+ height: string;
24556
+ width: string;
24557
+ borderRadius: string;
24558
+ color: string;
24559
+ colorHover: string;
24560
+ railInsetHorizontalBottom: string;
24561
+ railInsetHorizontalTop: string;
24562
+ railInsetVerticalRight: string;
24563
+ railInsetVerticalLeft: string;
24564
+ railColor: string;
24565
+ }, any>;
24566
+ }>;
23744
24567
  }>>>;
23745
24568
  builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Tooltip", {
23746
24569
  borderRadius: string;
@@ -23762,7 +24585,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23762
24585
  arrowOffsetVertical: string;
23763
24586
  arrowHeight: string;
23764
24587
  padding: string;
23765
- }, any>;
24588
+ }, {
24589
+ Scrollbar: Theme<"Scrollbar", {
24590
+ height: string;
24591
+ width: string;
24592
+ borderRadius: string;
24593
+ color: string;
24594
+ colorHover: string;
24595
+ railInsetHorizontalBottom: string;
24596
+ railInsetHorizontalTop: string;
24597
+ railInsetVerticalRight: string;
24598
+ railInsetVerticalLeft: string;
24599
+ railColor: string;
24600
+ }, any>;
24601
+ }>;
23766
24602
  }>>>;
23767
24603
  show: {
23768
24604
  type: PropType<boolean | undefined>;
@@ -23787,7 +24623,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23787
24623
  };
23788
24624
  raw: BooleanConstructor;
23789
24625
  placement: {
23790
- type: PropType<Placement>;
24626
+ type: PropType<FollowerPlacement>;
23791
24627
  default: string;
23792
24628
  };
23793
24629
  x: NumberConstructor;
@@ -23885,12 +24721,36 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23885
24721
  arrowOffsetVertical: string;
23886
24722
  arrowHeight: string;
23887
24723
  padding: string;
23888
- }, any>;
24724
+ }, {
24725
+ Scrollbar: Theme<"Scrollbar", {
24726
+ height: string;
24727
+ width: string;
24728
+ borderRadius: string;
24729
+ color: string;
24730
+ colorHover: string;
24731
+ railInsetHorizontalBottom: string;
24732
+ railInsetHorizontalTop: string;
24733
+ railInsetVerticalRight: string;
24734
+ railInsetVerticalLeft: string;
24735
+ railColor: string;
24736
+ }, any>;
24737
+ }>;
23889
24738
  };
23890
24739
  peerOverrides: {
23891
24740
  Popover?: {
23892
24741
  peers?: {
23893
- [x: string]: any;
24742
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
24743
+ height: string;
24744
+ width: string;
24745
+ borderRadius: string;
24746
+ color: string;
24747
+ colorHover: string;
24748
+ railInsetHorizontalBottom: string;
24749
+ railInsetHorizontalTop: string;
24750
+ railInsetVerticalRight: string;
24751
+ railInsetVerticalLeft: string;
24752
+ railColor: string;
24753
+ }, any>> | undefined;
23894
24754
  } | undefined;
23895
24755
  } | undefined;
23896
24756
  };
@@ -23925,7 +24785,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23925
24785
  arrowOffsetVertical: string;
23926
24786
  arrowHeight: string;
23927
24787
  padding: string;
23928
- }, any>;
24788
+ }, {
24789
+ Scrollbar: Theme<"Scrollbar", {
24790
+ height: string;
24791
+ width: string;
24792
+ borderRadius: string;
24793
+ color: string;
24794
+ colorHover: string;
24795
+ railInsetHorizontalBottom: string;
24796
+ railInsetHorizontalTop: string;
24797
+ railInsetVerticalRight: string;
24798
+ railInsetVerticalLeft: string;
24799
+ railColor: string;
24800
+ }, any>;
24801
+ }>;
23929
24802
  }>>;
23930
24803
  themeOverrides: PropType<ExtractThemeOverrides<Theme<"Tooltip", {
23931
24804
  borderRadius: string;
@@ -23947,7 +24820,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23947
24820
  arrowOffsetVertical: string;
23948
24821
  arrowHeight: string;
23949
24822
  padding: string;
23950
- }, any>;
24823
+ }, {
24824
+ Scrollbar: Theme<"Scrollbar", {
24825
+ height: string;
24826
+ width: string;
24827
+ borderRadius: string;
24828
+ color: string;
24829
+ colorHover: string;
24830
+ railInsetHorizontalBottom: string;
24831
+ railInsetHorizontalTop: string;
24832
+ railInsetVerticalRight: string;
24833
+ railInsetVerticalLeft: string;
24834
+ railColor: string;
24835
+ }, any>;
24836
+ }>;
23951
24837
  }>>>;
23952
24838
  builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Tooltip", {
23953
24839
  borderRadius: string;
@@ -23969,7 +24855,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23969
24855
  arrowOffsetVertical: string;
23970
24856
  arrowHeight: string;
23971
24857
  padding: string;
23972
- }, any>;
24858
+ }, {
24859
+ Scrollbar: Theme<"Scrollbar", {
24860
+ height: string;
24861
+ width: string;
24862
+ borderRadius: string;
24863
+ color: string;
24864
+ colorHover: string;
24865
+ railInsetHorizontalBottom: string;
24866
+ railInsetHorizontalTop: string;
24867
+ railInsetVerticalRight: string;
24868
+ railInsetVerticalLeft: string;
24869
+ railColor: string;
24870
+ }, any>;
24871
+ }>;
23973
24872
  }>>>;
23974
24873
  show: {
23975
24874
  type: PropType<boolean | undefined>;
@@ -23994,7 +24893,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
23994
24893
  };
23995
24894
  raw: BooleanConstructor;
23996
24895
  placement: {
23997
- type: PropType<Placement>;
24896
+ type: PropType<FollowerPlacement>;
23998
24897
  default: string;
23999
24898
  };
24000
24899
  x: NumberConstructor;
@@ -24069,23 +24968,23 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24069
24968
  width: number | "trigger";
24070
24969
  duration: number;
24071
24970
  raw: boolean;
24072
- placement: Placement;
24073
- overlap: boolean;
24074
- scrollable: boolean;
24075
- trigger: PopoverTrigger;
24971
+ placement: FollowerPlacement;
24076
24972
  showArrow: boolean;
24973
+ trigger: PopoverTrigger;
24974
+ arrow: boolean | undefined;
24975
+ defaultShow: boolean;
24077
24976
  delay: number;
24078
24977
  arrowPointToCenter: boolean;
24079
24978
  displayDirective: "show" | "if";
24979
+ animated: boolean;
24980
+ overlap: boolean;
24080
24981
  keepAliveOnHover: boolean;
24982
+ scrollable: boolean;
24081
24983
  internalDeactivateImmediately: boolean;
24082
- animated: boolean;
24083
- internalTrapFocus: boolean;
24084
- defaultShow: boolean;
24085
24984
  internalSyncTargetWithParent: boolean;
24086
24985
  internalInheritedEventHandlers: TriggerEventHandlers[];
24986
+ internalTrapFocus: boolean;
24087
24987
  internalExtraClass: string[];
24088
- arrow: boolean | undefined;
24089
24988
  }, SlotsType<TooltipSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
24090
24989
  NDropdown: DefineComponent<ExtractPropTypes<{
24091
24990
  readonly theme: PropType< Theme<"Dropdown", {
@@ -24156,7 +25055,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24156
25055
  arrowOffsetVertical: string;
24157
25056
  arrowHeight: string;
24158
25057
  padding: string;
24159
- }, any>;
25058
+ }, {
25059
+ Scrollbar: Theme<"Scrollbar", {
25060
+ height: string;
25061
+ width: string;
25062
+ borderRadius: string;
25063
+ color: string;
25064
+ colorHover: string;
25065
+ railInsetHorizontalBottom: string;
25066
+ railInsetHorizontalTop: string;
25067
+ railInsetVerticalRight: string;
25068
+ railInsetVerticalLeft: string;
25069
+ railColor: string;
25070
+ }, any>;
25071
+ }>;
24160
25072
  }>>;
24161
25073
  readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Dropdown", {
24162
25074
  optionHeightSmall: string;
@@ -24226,7 +25138,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24226
25138
  arrowOffsetVertical: string;
24227
25139
  arrowHeight: string;
24228
25140
  padding: string;
24229
- }, any>;
25141
+ }, {
25142
+ Scrollbar: Theme<"Scrollbar", {
25143
+ height: string;
25144
+ width: string;
25145
+ borderRadius: string;
25146
+ color: string;
25147
+ colorHover: string;
25148
+ railInsetHorizontalBottom: string;
25149
+ railInsetHorizontalTop: string;
25150
+ railInsetVerticalRight: string;
25151
+ railInsetVerticalLeft: string;
25152
+ railColor: string;
25153
+ }, any>;
25154
+ }>;
24230
25155
  }>>>;
24231
25156
  readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Dropdown", {
24232
25157
  optionHeightSmall: string;
@@ -24296,7 +25221,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24296
25221
  arrowOffsetVertical: string;
24297
25222
  arrowHeight: string;
24298
25223
  padding: string;
24299
- }, any>;
25224
+ }, {
25225
+ Scrollbar: Theme<"Scrollbar", {
25226
+ height: string;
25227
+ width: string;
25228
+ borderRadius: string;
25229
+ color: string;
25230
+ colorHover: string;
25231
+ railInsetHorizontalBottom: string;
25232
+ railInsetHorizontalTop: string;
25233
+ railInsetVerticalRight: string;
25234
+ railInsetVerticalLeft: string;
25235
+ railColor: string;
25236
+ }, any>;
25237
+ }>;
24300
25238
  }>>>;
24301
25239
  readonly animated: {
24302
25240
  readonly type: BooleanConstructor;
@@ -24490,12 +25428,36 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24490
25428
  arrowOffsetVertical: string;
24491
25429
  arrowHeight: string;
24492
25430
  padding: string;
24493
- }, any>;
25431
+ }, {
25432
+ Scrollbar: Theme<"Scrollbar", {
25433
+ height: string;
25434
+ width: string;
25435
+ borderRadius: string;
25436
+ color: string;
25437
+ colorHover: string;
25438
+ railInsetHorizontalBottom: string;
25439
+ railInsetHorizontalTop: string;
25440
+ railInsetVerticalRight: string;
25441
+ railInsetVerticalLeft: string;
25442
+ railColor: string;
25443
+ }, any>;
25444
+ }>;
24494
25445
  };
24495
25446
  peerOverrides: {
24496
25447
  Popover?: {
24497
25448
  peers?: {
24498
- [x: string]: any;
25449
+ Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
25450
+ height: string;
25451
+ width: string;
25452
+ borderRadius: string;
25453
+ color: string;
25454
+ colorHover: string;
25455
+ railInsetHorizontalBottom: string;
25456
+ railInsetHorizontalTop: string;
25457
+ railInsetVerticalRight: string;
25458
+ railInsetVerticalLeft: string;
25459
+ railColor: string;
25460
+ }, any>> | undefined;
24499
25461
  } | undefined;
24500
25462
  } | undefined;
24501
25463
  };
@@ -24576,7 +25538,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24576
25538
  arrowOffsetVertical: string;
24577
25539
  arrowHeight: string;
24578
25540
  padding: string;
24579
- }, any>;
25541
+ }, {
25542
+ Scrollbar: Theme<"Scrollbar", {
25543
+ height: string;
25544
+ width: string;
25545
+ borderRadius: string;
25546
+ color: string;
25547
+ colorHover: string;
25548
+ railInsetHorizontalBottom: string;
25549
+ railInsetHorizontalTop: string;
25550
+ railInsetVerticalRight: string;
25551
+ railInsetVerticalLeft: string;
25552
+ railColor: string;
25553
+ }, any>;
25554
+ }>;
24580
25555
  }>>;
24581
25556
  readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Dropdown", {
24582
25557
  optionHeightSmall: string;
@@ -24646,7 +25621,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24646
25621
  arrowOffsetVertical: string;
24647
25622
  arrowHeight: string;
24648
25623
  padding: string;
24649
- }, any>;
25624
+ }, {
25625
+ Scrollbar: Theme<"Scrollbar", {
25626
+ height: string;
25627
+ width: string;
25628
+ borderRadius: string;
25629
+ color: string;
25630
+ colorHover: string;
25631
+ railInsetHorizontalBottom: string;
25632
+ railInsetHorizontalTop: string;
25633
+ railInsetVerticalRight: string;
25634
+ railInsetVerticalLeft: string;
25635
+ railColor: string;
25636
+ }, any>;
25637
+ }>;
24650
25638
  }>>>;
24651
25639
  readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Dropdown", {
24652
25640
  optionHeightSmall: string;
@@ -24716,7 +25704,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24716
25704
  arrowOffsetVertical: string;
24717
25705
  arrowHeight: string;
24718
25706
  padding: string;
24719
- }, any>;
25707
+ }, {
25708
+ Scrollbar: Theme<"Scrollbar", {
25709
+ height: string;
25710
+ width: string;
25711
+ borderRadius: string;
25712
+ color: string;
25713
+ colorHover: string;
25714
+ railInsetHorizontalBottom: string;
25715
+ railInsetHorizontalTop: string;
25716
+ railInsetVerticalRight: string;
25717
+ railInsetVerticalLeft: string;
25718
+ railColor: string;
25719
+ }, any>;
25720
+ }>;
24720
25721
  }>>>;
24721
25722
  readonly animated: {
24722
25723
  readonly type: BooleanConstructor;
@@ -24848,27 +25849,27 @@ declare const _default: DefineComponent<ExtractPropTypes<{
24848
25849
  readonly duration: number;
24849
25850
  readonly raw: boolean;
24850
25851
  readonly placement: PopoverPlacement;
24851
- readonly overlap: boolean;
24852
- readonly keyField: string;
24853
- readonly scrollable: boolean;
24854
- readonly trigger: PopoverTrigger;
24855
- readonly labelField: string;
25852
+ readonly keyboard: boolean;
24856
25853
  readonly showArrow: boolean;
25854
+ readonly trigger: PopoverTrigger;
25855
+ readonly arrow: boolean | undefined;
25856
+ readonly defaultShow: boolean;
24857
25857
  readonly delay: number;
24858
25858
  readonly arrowPointToCenter: boolean;
24859
25859
  readonly displayDirective: "show" | "if";
25860
+ readonly animated: boolean;
25861
+ readonly overlap: boolean;
24860
25862
  readonly keepAliveOnHover: boolean;
25863
+ readonly scrollable: boolean;
24861
25864
  readonly internalDeactivateImmediately: boolean;
24862
- readonly animated: boolean;
24863
- readonly internalTrapFocus: boolean;
24864
- readonly defaultShow: boolean;
24865
25865
  readonly internalSyncTargetWithParent: boolean;
24866
25866
  readonly internalInheritedEventHandlers: TriggerEventHandlers[];
25867
+ readonly internalTrapFocus: boolean;
24867
25868
  readonly internalExtraClass: string[];
24868
- readonly arrow: boolean | undefined;
24869
- readonly keyboard: boolean;
25869
+ readonly labelField: string;
24870
25870
  readonly childrenField: string;
24871
25871
  readonly inverted: boolean;
25872
+ readonly keyField: string;
24872
25873
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
24873
25874
  }, {}, string, ComponentProvideOptions, true, {}, any>;
24874
25875
  Plus: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;