@a2simcode/ui 0.0.260 → 0.0.261
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.
|
@@ -32,6 +32,10 @@ export declare const JFormItem: {
|
|
|
32
32
|
type: StringConstructor;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
|
+
pspan: {
|
|
36
|
+
type: NumberConstructor;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
35
39
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
36
40
|
type: string;
|
|
37
41
|
id: string;
|
|
@@ -41,6 +45,7 @@ export declare const JFormItem: {
|
|
|
41
45
|
getCompConfig: Function;
|
|
42
46
|
isNotCol: boolean;
|
|
43
47
|
plabelWidth: string;
|
|
48
|
+
pspan: number;
|
|
44
49
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
45
50
|
P: {};
|
|
46
51
|
B: {};
|
|
@@ -81,6 +86,10 @@ export declare const JFormItem: {
|
|
|
81
86
|
type: StringConstructor;
|
|
82
87
|
default: string;
|
|
83
88
|
};
|
|
89
|
+
pspan: {
|
|
90
|
+
type: NumberConstructor;
|
|
91
|
+
default: undefined;
|
|
92
|
+
};
|
|
84
93
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
85
94
|
type: string;
|
|
86
95
|
id: string;
|
|
@@ -90,6 +99,7 @@ export declare const JFormItem: {
|
|
|
90
99
|
getCompConfig: Function;
|
|
91
100
|
isNotCol: boolean;
|
|
92
101
|
plabelWidth: string;
|
|
102
|
+
pspan: number;
|
|
93
103
|
}>;
|
|
94
104
|
__isFragment?: never;
|
|
95
105
|
__isTeleport?: never;
|
|
@@ -127,6 +137,10 @@ export declare const JFormItem: {
|
|
|
127
137
|
type: StringConstructor;
|
|
128
138
|
default: string;
|
|
129
139
|
};
|
|
140
|
+
pspan: {
|
|
141
|
+
type: NumberConstructor;
|
|
142
|
+
default: undefined;
|
|
143
|
+
};
|
|
130
144
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
131
145
|
type: string;
|
|
132
146
|
id: string;
|
|
@@ -136,6 +150,7 @@ export declare const JFormItem: {
|
|
|
136
150
|
getCompConfig: Function;
|
|
137
151
|
isNotCol: boolean;
|
|
138
152
|
plabelWidth: string;
|
|
153
|
+
pspan: number;
|
|
139
154
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
140
155
|
install: (app: import('vue').App) => void;
|
|
141
156
|
};
|
|
@@ -51,6 +51,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
type: StringConstructor;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
|
+
pspan: {
|
|
55
|
+
type: NumberConstructor;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
54
58
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
55
59
|
/**
|
|
56
60
|
* @zh 组件 id
|
|
@@ -102,6 +106,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
106
|
type: StringConstructor;
|
|
103
107
|
default: string;
|
|
104
108
|
};
|
|
109
|
+
pspan: {
|
|
110
|
+
type: NumberConstructor;
|
|
111
|
+
default: undefined;
|
|
112
|
+
};
|
|
105
113
|
}>> & Readonly<{}>, {
|
|
106
114
|
type: string;
|
|
107
115
|
id: string;
|
|
@@ -111,5 +119,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
119
|
getCompConfig: Function;
|
|
112
120
|
isNotCol: boolean;
|
|
113
121
|
plabelWidth: string;
|
|
122
|
+
pspan: number;
|
|
114
123
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
115
124
|
export default _default;
|