@antdv-next1/pro-card 2.0.1 → 2.0.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.
|
@@ -26,7 +26,7 @@ declare const _ProCheckCard: _$vue.DefineSetupFnComponent<ProCheckCardProps, {},
|
|
|
26
26
|
extra?: () => VNode[];
|
|
27
27
|
cover?: () => VNode[];
|
|
28
28
|
description?: () => VNode[];
|
|
29
|
-
}>, CardMetaProps & Omit<CardProps, "
|
|
29
|
+
}>, CardMetaProps & Omit<CardProps, "size" | "title" | "headStyle" | "bodyStyle" | "type" | "tabList" | "tabBarExtraContent" | "activeTabKey" | "defaultActiveTabKey" | "onTabChange"> & {
|
|
30
30
|
/** 边框流光 */borderBeam?: BorderBeamProps | boolean;
|
|
31
31
|
size?: CardProps["size"] | "large";
|
|
32
32
|
checked?: boolean;
|
|
@@ -214,7 +214,10 @@ const ProCheckCard = /* @__PURE__ */ defineComponent((props, { slots, attrs }) =
|
|
|
214
214
|
required: false,
|
|
215
215
|
default: void 0
|
|
216
216
|
},
|
|
217
|
-
size: {
|
|
217
|
+
size: {
|
|
218
|
+
type: String,
|
|
219
|
+
required: false
|
|
220
|
+
},
|
|
218
221
|
checked: {
|
|
219
222
|
type: Boolean,
|
|
220
223
|
required: false,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antdv-next1/pro-card",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.2",
|
|
5
5
|
"description": "@antdv-next1/pro-card",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"./dist/pro-card.esm.js",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"vue": ">=3.5.30"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@antdv-next1/pro-provider": "
|
|
55
|
-
"@antdv-next1/pro-utils": "
|
|
54
|
+
"@antdv-next1/pro-provider": "1.0.1",
|
|
55
|
+
"@antdv-next1/pro-utils": "1.0.5"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|