@antdv-next1/pro-field 1.0.17 → 1.0.18
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.
|
@@ -16,15 +16,15 @@ type FieldCodeProps = ProFieldFC<{
|
|
|
16
16
|
} | HTMLAttributes>;
|
|
17
17
|
declare const FieldCode: _$vue.DefineSetupFnComponent<FieldCodeProps, {}, CustomSlotsType<{
|
|
18
18
|
default?: () => VueNode;
|
|
19
|
-
}>, _$_antdv_next1_pro_provider0.BaseProFieldFC<(InputProps & {
|
|
19
|
+
}>, _$_antdv_next1_pro_provider0.BaseProFieldFC<HTMLAttributes | (InputProps & {
|
|
20
20
|
style?: CSSProperties;
|
|
21
21
|
}) | (TextAreaProps & {
|
|
22
22
|
style?: CSSProperties;
|
|
23
|
-
})
|
|
23
|
+
})> & _$_antdv_next1_pro_provider0.ProRenderFieldPropsType<HTMLAttributes | (InputProps & {
|
|
24
24
|
style?: CSSProperties;
|
|
25
25
|
}) | (TextAreaProps & {
|
|
26
26
|
style?: CSSProperties;
|
|
27
|
-
})
|
|
27
|
+
})> & {
|
|
28
28
|
text: string;
|
|
29
29
|
language?: "json" | "text";
|
|
30
30
|
} & {
|
|
@@ -12,7 +12,7 @@ type FieldImageProps = ProFieldFC<{
|
|
|
12
12
|
}, ImageProps | InputProps>;
|
|
13
13
|
declare const FieldImage: _$vue.DefineSetupFnComponent<FieldImageProps, {}, CustomSlotsType<{
|
|
14
14
|
default?: () => VueNode;
|
|
15
|
-
}>, _$_antdv_next1_pro_provider0.BaseProFieldFC<
|
|
15
|
+
}>, _$_antdv_next1_pro_provider0.BaseProFieldFC<ImageProps | InputProps> & _$_antdv_next1_pro_provider0.ProRenderFieldPropsType<ImageProps | InputProps> & {
|
|
16
16
|
text: string;
|
|
17
17
|
width?: number;
|
|
18
18
|
placeholder?: string;
|
|
@@ -12,7 +12,7 @@ type FieldProgressProps = ProFieldFC<{
|
|
|
12
12
|
}, ProgressProps | InputNumberProps>;
|
|
13
13
|
declare const FieldProgress: _$vue.DefineSetupFnComponent<FieldProgressProps, {}, CustomSlotsType<{
|
|
14
14
|
default?: () => VueNode;
|
|
15
|
-
}>, _$_antdv_next1_pro_provider0.BaseProFieldFC<
|
|
15
|
+
}>, _$_antdv_next1_pro_provider0.BaseProFieldFC<InputNumberProps | ProgressProps> & _$_antdv_next1_pro_provider0.ProRenderFieldPropsType<InputNumberProps | ProgressProps> & {
|
|
16
16
|
text: number | string;
|
|
17
17
|
placeholder?: string;
|
|
18
18
|
} & {
|
package/dist/pro-field.esm.js
CHANGED
|
@@ -68480,7 +68480,10 @@ var iI = /* @__PURE__ */ l((e, { expose: t }) => {
|
|
|
68480
68480
|
type: Function,
|
|
68481
68481
|
required: !1
|
|
68482
68482
|
},
|
|
68483
|
-
fieldProps: {
|
|
68483
|
+
fieldProps: {
|
|
68484
|
+
type: Object,
|
|
68485
|
+
required: !1
|
|
68486
|
+
},
|
|
68484
68487
|
light: {
|
|
68485
68488
|
type: Boolean,
|
|
68486
68489
|
required: !1,
|
|
@@ -68689,10 +68692,7 @@ var sI = /* @__PURE__ */ l((e, { attrs: t, expose: n }) => {
|
|
|
68689
68692
|
type: Function,
|
|
68690
68693
|
required: !1
|
|
68691
68694
|
},
|
|
68692
|
-
fieldProps: {
|
|
68693
|
-
type: Object,
|
|
68694
|
-
required: !1
|
|
68695
|
-
},
|
|
68695
|
+
fieldProps: { required: !1 },
|
|
68696
68696
|
light: {
|
|
68697
68697
|
type: Boolean,
|
|
68698
68698
|
required: !1,
|