@vue-start/element-pro 0.2.36 → 0.2.37
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.
- package/dist/index.d.ts +4 -8
- package/dist/index.es.js +515 -510
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -232,11 +232,9 @@ declare const proModalProps: () => {
|
|
|
232
232
|
};
|
|
233
233
|
cancelText: {
|
|
234
234
|
type: StringConstructor;
|
|
235
|
-
default: string;
|
|
236
235
|
};
|
|
237
236
|
okText: {
|
|
238
237
|
type: StringConstructor;
|
|
239
|
-
default: string;
|
|
240
238
|
};
|
|
241
239
|
confirmLoading: BooleanConstructor;
|
|
242
240
|
footer: {
|
|
@@ -268,11 +266,9 @@ declare const proDrawerProps: () => {
|
|
|
268
266
|
};
|
|
269
267
|
cancelText: {
|
|
270
268
|
type: StringConstructor;
|
|
271
|
-
default: string;
|
|
272
269
|
};
|
|
273
270
|
okText: {
|
|
274
271
|
type: StringConstructor;
|
|
275
|
-
default: string;
|
|
276
272
|
};
|
|
277
273
|
footer: {
|
|
278
274
|
type: BooleanConstructor;
|
|
@@ -6141,7 +6137,7 @@ declare const elementMap: {
|
|
|
6141
6137
|
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|
|
6142
6138
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6143
6139
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6144
|
-
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
6140
|
+
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
|
|
6145
6141
|
readonly align: {
|
|
6146
6142
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
|
|
6147
6143
|
readonly required: false;
|
|
@@ -6152,7 +6148,7 @@ declare const elementMap: {
|
|
|
6152
6148
|
props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
|
|
6153
6149
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6154
6150
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6155
|
-
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
6151
|
+
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
|
|
6156
6152
|
readonly align: {
|
|
6157
6153
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
|
|
6158
6154
|
readonly required: false;
|
|
@@ -6186,7 +6182,7 @@ declare const elementMap: {
|
|
|
6186
6182
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
6187
6183
|
readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
6188
6184
|
readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6189
|
-
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "
|
|
6185
|
+
readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
|
|
6190
6186
|
readonly align: {
|
|
6191
6187
|
readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
|
|
6192
6188
|
readonly required: false;
|
|
@@ -6194,7 +6190,7 @@ declare const elementMap: {
|
|
|
6194
6190
|
__epPropKey: true;
|
|
6195
6191
|
};
|
|
6196
6192
|
}>>, {
|
|
6197
|
-
readonly justify: element_plus_es_utils.EpPropMergeType<StringConstructor, "
|
|
6193
|
+
readonly justify: element_plus_es_utils.EpPropMergeType<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown>;
|
|
6198
6194
|
readonly tag: string;
|
|
6199
6195
|
readonly gutter: number;
|
|
6200
6196
|
}>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
|