@vtj/designer 0.13.33 → 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.
@@ -33,8 +33,8 @@ declare function __VLS_template(): {
33
33
  card: boolean;
34
34
  }> & Omit<{
35
35
  readonly radius: boolean;
36
- readonly border: boolean;
37
36
  readonly fit: boolean;
37
+ readonly border: boolean;
38
38
  readonly card: boolean;
39
39
  readonly size?: BaseSize | undefined;
40
40
  readonly height?: string | number | undefined;
@@ -199,7 +199,7 @@ declare function __VLS_template(): {
199
199
  };
200
200
  }>>> | null | undefined;
201
201
  readonly shadow?: "hover" | "none" | "always" | undefined;
202
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "border" | "fit" | "card">;
202
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "fit" | "border" | "card">;
203
203
  $attrs: {
204
204
  [x: string]: unknown;
205
205
  };
@@ -577,7 +577,7 @@ declare function __VLS_template(): {
577
577
  footer: {
578
578
  type: PropType<ContainerProps>;
579
579
  };
580
- }>> & Readonly<{}>, "radius" | "border" | "fit" | "card" | "bodyRef"> & ShallowUnwrapRef<{
580
+ }>> & Readonly<{}>, "radius" | "fit" | "border" | "card" | "bodyRef"> & ShallowUnwrapRef<{
581
581
  bodyRef: Ref<any, any>;
582
582
  }> & {} & ComponentCustomProperties & {} & {
583
583
  $slots: {
@@ -627,8 +627,8 @@ declare const __VLS_component: DefineComponent<Props, {
627
627
  card: boolean;
628
628
  }> & Omit<{
629
629
  readonly radius: boolean;
630
- readonly border: boolean;
631
630
  readonly fit: boolean;
631
+ readonly border: boolean;
632
632
  readonly card: boolean;
633
633
  readonly size?: BaseSize | undefined;
634
634
  readonly height?: string | number | undefined;
@@ -793,7 +793,7 @@ declare const __VLS_component: DefineComponent<Props, {
793
793
  };
794
794
  }>>> | null | undefined;
795
795
  readonly shadow?: "hover" | "none" | "always" | undefined;
796
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "border" | "fit" | "card">;
796
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "fit" | "border" | "card">;
797
797
  $attrs: {
798
798
  [x: string]: unknown;
799
799
  };
@@ -1171,7 +1171,7 @@ declare const __VLS_component: DefineComponent<Props, {
1171
1171
  footer: {
1172
1172
  type: PropType<ContainerProps>;
1173
1173
  };
1174
- }>> & Readonly<{}>, "radius" | "border" | "fit" | "card" | "bodyRef"> & ShallowUnwrapRef<{
1174
+ }>> & Readonly<{}>, "radius" | "fit" | "border" | "card" | "bodyRef"> & ShallowUnwrapRef<{
1175
1175
  bodyRef: Ref<any, any>;
1176
1176
  }> & {} & ComponentCustomProperties & {} & {
1177
1177
  $slots: {