dfs-page-config 0.4.48 → 0.4.50

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.
@@ -28931,7 +28931,7 @@ const uploadComp = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_ren
28931
28931
  remoteMethod: Oe
28932
28932
  };
28933
28933
  }
28934
- }), Form_vue_vue_type_style_index_0_scoped_27b0595b_lang = "", _hoisted_1$g = {
28934
+ }), Form_vue_vue_type_style_index_0_scoped_eec8964b_lang = "", _hoisted_1$g = {
28935
28935
  key: 0,
28936
28936
  class: "mask"
28937
28937
  };
@@ -28997,13 +28997,14 @@ function _sfc_render$h(k, L, ie, ae, pe, _e) {
28997
28997
  modelValue: k.formData[ir.prop],
28998
28998
  "onUpdate:modelValue": (Ar) => k.formData[ir.prop] = Ar,
28999
28999
  "controls-position": "right",
29000
+ controls: ir.controls !== !1,
29000
29001
  min: ir.min,
29001
29002
  max: ir.max,
29002
29003
  placeholder: ir.placeholder,
29003
29004
  "prefix-Icon": ir.prefixIcon || "",
29004
29005
  onKeyup: (Ar) => ir.keyup && ir.keyup(k.formData[ir.prop]),
29005
29006
  onClear: (Ar) => ir.clear && ir.clear(k.formData[ir.prop])
29006
- }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue", "min", "max", "placeholder", "prefix-Icon", "onKeyup", "onClear"])) : createCommentVNode("", !0),
29007
+ }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue", "controls", "min", "max", "placeholder", "prefix-Icon", "onKeyup", "onClear"])) : createCommentVNode("", !0),
29007
29008
  ir.type === "Textarea" ? (openBlock(), createBlock(Oe, {
29008
29009
  key: 4,
29009
29010
  clearable: "",
@@ -29084,7 +29085,7 @@ function _sfc_render$h(k, L, ie, ae, pe, _e) {
29084
29085
  ir.slot ? {
29085
29086
  name: "default",
29086
29087
  fn: withCtx(({ data: Ar }) => [
29087
- renderSlot(k.$slots, ir.slot, { data: Ar }, void 0, !0)
29088
+ renderSlot(k.$slots, ir.optionsSlot, { data: Ar }, void 0, !0)
29088
29089
  ]),
29089
29090
  key: "0"
29090
29091
  } : void 0
@@ -29165,7 +29166,7 @@ function _sfc_render$h(k, L, ie, ae, pe, _e) {
29165
29166
  clearable: ir.clearable !== !1,
29166
29167
  "value-format": ir.valueFormat,
29167
29168
  disabled: ir.disabled,
29168
- "disabled-date": (Ar) => ir.disabledDate({ time: Ar, formComp: k.componentOption, value: k.formData[ir.prop], option: ir })
29169
+ "disabled-date": (Ar) => ir.disabledDate && ir.disabledDate({ time: Ar, formComp: k.componentOption, value: k.formData[ir.prop], option: ir })
29169
29170
  }, null, 8, ["type", "placeholder", "modelValue", "onUpdate:modelValue", "clearable", "value-format", "disabled", "disabled-date"])) : createCommentVNode("", !0),
29170
29171
  ir.type === "Daterange" ? (openBlock(), createBlock(tr, {
29171
29172
  key: 13,
@@ -29231,7 +29232,10 @@ function _sfc_render$h(k, L, ie, ae, pe, _e) {
29231
29232
  disabled: ir.disabled,
29232
29233
  drag: ir.drag
29233
29234
  }, null, 8, ["style", "isDraggable", "uploadObj", "listType", "fileUrl", "limit", "maxSize", "text", "tip", "multiple", "disabled", "drag"])) : createCommentVNode("", !0),
29234
- ir.slot ? renderSlot(k.$slots, ir.slot, { key: 19 }, void 0, !0) : createCommentVNode("", !0)
29235
+ ir.slot ? renderSlot(k.$slots, ir.slot, {
29236
+ key: 19,
29237
+ formData: k.formData
29238
+ }, void 0, !0) : createCommentVNode("", !0)
29235
29239
  ]),
29236
29240
  _: 2
29237
29241
  }, 1032, ["label", "prop", "rules", "class", "style"]))), 128)),
@@ -29258,7 +29262,7 @@ function _sfc_render$h(k, L, ie, ae, pe, _e) {
29258
29262
  _: 3
29259
29263
  }, 8, ["class", "model", "size", "inline", "label-width", "style"]);
29260
29264
  }
29261
- const Form = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$h], ["__scopeId", "data-v-27b0595b"]]), _sfc_main$h = defineComponent({
29265
+ const Form = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$h], ["__scopeId", "data-v-eec8964b"]]), _sfc_main$h = defineComponent({
29262
29266
  name: "Upload",
29263
29267
  props: {
29264
29268
  url: String,
@@ -101865,7 +101869,7 @@ const __unplugin_components_0 = { name: "ep-warning-filled", render: render$1 },
101865
101869
  function _sfc_render$8(k, L, ie, ae, pe, _e) {
101866
101870
  const xe = __unplugin_components_0, Oe = ElIcon, Ie = __unplugin_components_0$1, Ne = ElDialog;
101867
101871
  return openBlock(), createBlock(Ne, {
101868
- class: "dfs-page-config-dialog",
101872
+ class: normalizeClass(`dfs-page-config-dialog ${k.component.className || ""}`),
101869
101873
  title: k.title,
101870
101874
  modelValue: k.dialog,
101871
101875
  "onUpdate:modelValue": L[0] || (L[0] = ($e) => k.dialog = $e),
@@ -101907,7 +101911,7 @@ function _sfc_render$8(k, L, ie, ae, pe, _e) {
101907
101911
  ]), 1032, ["configOption", "pageKey"])
101908
101912
  ]),
101909
101913
  _: 3
101910
- }, 8, ["title", "modelValue", "width", "center", "onClose"]);
101914
+ }, 8, ["class", "title", "modelValue", "width", "center", "onClose"]);
101911
101915
  }
101912
101916
  const Dialog = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$8]]), elDescriptions = "", elDescriptionsItem = "", _sfc_main$8 = defineComponent({
101913
101917
  name: "Descriptions",