@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.
@@ -1511,10 +1511,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1511
1511
  readonly focusable: boolean;
1512
1512
  readonly bordered: boolean;
1513
1513
  readonly tertiary: boolean;
1514
- readonly keyboard: boolean;
1515
1514
  readonly ghost: boolean;
1516
1515
  readonly secondary: boolean;
1517
1516
  readonly quaternary: boolean;
1517
+ readonly keyboard: boolean;
1518
1518
  readonly iconPlacement: "left" | "right";
1519
1519
  readonly attrType: "reset" | "submit" | "button";
1520
1520
  readonly nativeFocusBehavior: boolean;
@@ -2112,12 +2112,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2112
2112
  readonly placement: DrawerPlacement;
2113
2113
  readonly displayDirective: "show" | "if";
2114
2114
  readonly resizable: boolean;
2115
- readonly maskClosable: boolean;
2116
- readonly trapFocus: boolean;
2117
- readonly closeOnEsc: boolean;
2118
2115
  readonly blockScroll: boolean;
2119
- readonly nativeScrollbar: boolean;
2116
+ readonly closeOnEsc: boolean;
2117
+ readonly maskClosable: boolean;
2120
2118
  readonly showMask: boolean | "transparent";
2119
+ readonly nativeScrollbar: boolean;
2120
+ readonly trapFocus: boolean;
2121
2121
  readonly defaultWidth: string | number;
2122
2122
  readonly defaultHeight: string | number;
2123
2123
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -3768,10 +3768,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3768
3768
  readonly focusable: boolean;
3769
3769
  readonly bordered: boolean;
3770
3770
  readonly tertiary: boolean;
3771
- readonly keyboard: boolean;
3772
3771
  readonly ghost: boolean;
3773
3772
  readonly secondary: boolean;
3774
3773
  readonly quaternary: boolean;
3774
+ readonly keyboard: boolean;
3775
3775
  readonly iconPlacement: "left" | "right";
3776
3776
  readonly attrType: "reset" | "submit" | "button";
3777
3777
  readonly nativeFocusBehavior: boolean;
@@ -4612,6 +4612,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
4612
4612
  draggerInsideRef: {
4613
4613
  value: boolean;
4614
4614
  };
4615
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
4615
4616
  inputElRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
4616
4617
  mergedTheme: ComputedRef<{
4617
4618
  common: ThemeCommonVars;