@xjw_/vue3-npm-system 1.0.5 → 1.0.6

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.es.js CHANGED
@@ -363,7 +363,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
363
363
  },
364
364
  size: {
365
365
  type: String,
366
- default: void 0
366
+ default: "default"
367
367
  },
368
368
  disabled: {
369
369
  type: Boolean,
@@ -478,7 +478,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
478
478
  };
479
479
  }
480
480
  });
481
- const XElForm = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-0f2af261"]]);
481
+ const XElForm = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-441b419b"]]);
482
482
  const _sfc_main$a = /* @__PURE__ */ defineComponent({
483
483
  __name: "XElFormItem",
484
484
  props: {
@@ -520,7 +520,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
520
520
  },
521
521
  size: {
522
522
  type: String,
523
- default: void 0
523
+ default: "default"
524
524
  },
525
525
  span: {
526
526
  type: Number,
@@ -562,7 +562,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
562
562
  };
563
563
  }
564
564
  });
565
- const XElFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-e63b6d61"]]);
565
+ const XElFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-50c1c717"]]);
566
566
  const _hoisted_1$4 = {
567
567
  key: 0,
568
568
  class: "search-top"
@@ -1610,6 +1610,10 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
1610
1610
  modelValue: {
1611
1611
  type: [String, Number, Array, Date],
1612
1612
  default: ""
1613
+ },
1614
+ size: {
1615
+ type: String,
1616
+ default: "default"
1613
1617
  }
1614
1618
  },
1615
1619
  emits: ["update:modelValue"],
@@ -1755,12 +1759,13 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
1755
1759
  "end-placeholder": currentEndPlaceholder.value,
1756
1760
  "range-separator": __props.rangeSeparator,
1757
1761
  "value-format": currentValueFormat.value,
1758
- "default-time": currentDefaultTime.value
1759
- }, _ctx.$attrs, { "onUpdate:modelValue": handleUpdate }), null, 16, ["model-value", "type", "placeholder", "start-placeholder", "end-placeholder", "range-separator", "value-format", "default-time"]);
1762
+ "default-time": currentDefaultTime.value,
1763
+ size: __props.size
1764
+ }, _ctx.$attrs, { "onUpdate:modelValue": handleUpdate }), null, 16, ["model-value", "type", "placeholder", "start-placeholder", "end-placeholder", "range-separator", "value-format", "default-time", "size"]);
1760
1765
  };
1761
1766
  }
1762
1767
  });
1763
- const XDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-1111160a"]]);
1768
+ const XDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-264a8a79"]]);
1764
1769
  const _sfc_main$4 = /* @__PURE__ */ defineComponent({
1765
1770
  __name: "XElOption",
1766
1771
  props: {
@@ -1860,6 +1865,10 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
1860
1865
  placeholder: {
1861
1866
  type: String,
1862
1867
  default: void 0
1868
+ },
1869
+ size: {
1870
+ type: String,
1871
+ default: "default"
1863
1872
  }
1864
1873
  },
1865
1874
  emits: ["update:modelValue", "change"],
@@ -1927,6 +1936,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
1927
1936
  clearable: __props.clearable,
1928
1937
  filterable: __props.filterable,
1929
1938
  placeholder: __props.placeholder,
1939
+ size: __props.size,
1930
1940
  style: {
1931
1941
  width: __props.width
1932
1942
  }
@@ -1935,7 +1945,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
1935
1945
  renderSlot(_ctx.$slots, "default")
1936
1946
  ]),
1937
1947
  _: 3
1938
- }, 16, ["multiple", "model-value", "clearable", "filterable", "placeholder", "style"]);
1948
+ }, 16, ["multiple", "model-value", "clearable", "filterable", "placeholder", "size", "style"]);
1939
1949
  };
1940
1950
  }
1941
1951
  });