@vtj/designer 0.13.32 → 0.13.34

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.
@@ -42,8 +42,8 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
42
42
  card: boolean;
43
43
  }> & Omit<{
44
44
  readonly radius: boolean;
45
- readonly border: boolean;
46
45
  readonly fit: boolean;
46
+ readonly border: boolean;
47
47
  readonly card: boolean;
48
48
  readonly size?: BaseSize | undefined;
49
49
  readonly height?: string | number | undefined;
@@ -208,7 +208,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
208
208
  };
209
209
  }>>> | null | undefined;
210
210
  readonly shadow?: "hover" | "none" | "always" | undefined;
211
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "border" | "fit" | "card">;
211
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "fit" | "border" | "card">;
212
212
  $attrs: {
213
213
  [x: string]: unknown;
214
214
  };
@@ -586,7 +586,7 @@ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixi
586
586
  footer: {
587
587
  type: PropType<ContainerProps>;
588
588
  };
589
- }>> & Readonly<{}>, "radius" | "border" | "fit" | "card" | "bodyRef"> & ShallowUnwrapRef<{
589
+ }>> & Readonly<{}>, "radius" | "fit" | "border" | "card" | "bodyRef"> & ShallowUnwrapRef<{
590
590
  bodyRef: Ref<any, any>;
591
591
  }> & {} & ComponentCustomProperties & {} & {
592
592
  $slots: {