@wx-design/components 2.0.0-alpha.1 → 2.0.0-alpha.2

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.
@@ -35,6 +35,6 @@ export declare const useConfigProvide: () => {
35
35
  };
36
36
  };
37
37
  export declare const ConfigProvider: {
38
- install(app: App): any;
38
+ install(app: App): /*elided*/ any;
39
39
  useLocale(lang: Ref<string>): void;
40
40
  };
@@ -30,7 +30,7 @@ declare const SabCellBoolean: import('vue').DefineComponent<{
30
30
  falseValue?: string | number | undefined;
31
31
  trueLabel?: string | number | undefined;
32
32
  falseLabel?: string | number | undefined;
33
- showType?: ("checkbox" | "switch") | undefined;
33
+ showType?: "checkbox" | "switch" | undefined;
34
34
  valueTrue?: any | ((param: {
35
35
  row: D;
36
36
  column: SabColumnProps<D>;
@@ -95,7 +95,7 @@ declare const SabCellBoolean: import('vue').DefineComponent<{
95
95
  falseValue?: string | number | undefined;
96
96
  trueLabel?: string | number | undefined;
97
97
  falseLabel?: string | number | undefined;
98
- showType?: ("checkbox" | "switch") | undefined;
98
+ showType?: "checkbox" | "switch" | undefined;
99
99
  valueTrue?: any | ((param: {
100
100
  row: D;
101
101
  column: SabColumnProps<D>;