@vue-start/element-pro 0.2.35 → 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 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: {
@@ -250,6 +248,10 @@ declare const proModalProps: () => {
250
248
  scrollProps: {
251
249
  type: ObjectConstructor;
252
250
  };
251
+ useScroll: {
252
+ type: BooleanConstructor;
253
+ default: boolean;
254
+ };
253
255
  };
254
256
  declare type ProModalProps = Partial<ExtractPropTypes<ReturnType<typeof proModalProps>>> & DialogProps;
255
257
  declare const ProModal: vue.DefineComponent<ProModalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProModalProps>, {}>;
@@ -264,11 +266,9 @@ declare const proDrawerProps: () => {
264
266
  };
265
267
  cancelText: {
266
268
  type: StringConstructor;
267
- default: string;
268
269
  };
269
270
  okText: {
270
271
  type: StringConstructor;
271
- default: string;
272
272
  };
273
273
  footer: {
274
274
  type: BooleanConstructor;
@@ -278,6 +278,10 @@ declare const proDrawerProps: () => {
278
278
  scrollProps: {
279
279
  type: ObjectConstructor;
280
280
  };
281
+ useScroll: {
282
+ type: BooleanConstructor;
283
+ default: boolean;
284
+ };
281
285
  };
282
286
  declare type ProDrawerProps = Partial<ExtractPropTypes<ReturnType<typeof proDrawerProps>>> & DrawerProps;
283
287
  declare const ProDrawer: vue.DefineComponent<ProDrawerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ProDrawerProps>, {}>;
@@ -6133,7 +6137,7 @@ declare const elementMap: {
6133
6137
  }>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{
6134
6138
  readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
6135
6139
  readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
6136
- readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
6140
+ readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
6137
6141
  readonly align: {
6138
6142
  readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
6139
6143
  readonly required: false;
@@ -6144,7 +6148,7 @@ declare const elementMap: {
6144
6148
  props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
6145
6149
  readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
6146
6150
  readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
6147
- readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
6151
+ readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
6148
6152
  readonly align: {
6149
6153
  readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
6150
6154
  readonly required: false;
@@ -6178,7 +6182,7 @@ declare const elementMap: {
6178
6182
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
6179
6183
  readonly tag: element_plus_es_utils.EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
6180
6184
  readonly gutter: element_plus_es_utils.EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
6181
- readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
6185
+ readonly justify: element_plus_es_utils.EpPropFinalized<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown, "start", boolean>;
6182
6186
  readonly align: {
6183
6187
  readonly type: vue.PropType<element_plus_es_utils.EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
6184
6188
  readonly required: false;
@@ -6186,7 +6190,7 @@ declare const elementMap: {
6186
6190
  __epPropKey: true;
6187
6191
  };
6188
6192
  }>>, {
6189
- readonly justify: element_plus_es_utils.EpPropMergeType<StringConstructor, "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly", unknown>;
6193
+ readonly justify: element_plus_es_utils.EpPropMergeType<StringConstructor, "end" | "start" | "center" | "space-between" | "space-around" | "space-evenly", unknown>;
6190
6194
  readonly tag: string;
6191
6195
  readonly gutter: number;
6192
6196
  }>> & Record<string, any>) | (element_plus_es_utils.SFCWithInstall<vue.DefineComponent<{