matrix_components 2.0.393 → 2.0.395

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.
@@ -54768,13 +54768,13 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
54768
54768
  },
54769
54769
  setup(__props, { expose: __expose }) {
54770
54770
  useCssVars((_ctx) => ({
54771
- "v38a865a8": customBackgroundColor.value,
54772
- "v57bdc138": gapV.value,
54773
- "a4d8b5d6": superLabelWidth.value,
54774
- "fbc338cc": subLabelWidth.value,
54775
- "v613ca81f": height.value,
54776
- "v2e2e5bac": labelWidth.value,
54777
- "ec8ec38e": _ctx.$props.labelColor
54771
+ "de3b06c6": customBackgroundColor.value,
54772
+ "v5dbb9da7": gapV.value,
54773
+ "v10ca0574": superLabelWidth.value,
54774
+ "v1c5fd7ea": subLabelWidth.value,
54775
+ "v4195b664": height.value,
54776
+ "f035414e": labelWidth.value,
54777
+ "v6f4aae2a": _ctx.$props.labelColor
54778
54778
  }));
54779
54779
  const props = __props;
54780
54780
  const initialValues = ref$1(/* @__PURE__ */ new Map());
@@ -55155,14 +55155,14 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
55155
55155
  }
55156
55156
  if (triggerEvents && JSON.stringify(oldValue) !== JSON.stringify(item.value) && item.events) {
55157
55157
  if (item.events.change && typeof item.events.change === "function") {
55158
- setTimeout(() => {
55158
+ nextTick(() => {
55159
55159
  item.events.change(item.value);
55160
- }, 0);
55160
+ });
55161
55161
  }
55162
55162
  if (item.events.input && typeof item.events.input === "function") {
55163
- setTimeout(() => {
55163
+ nextTick(() => {
55164
55164
  item.events.input(item.value);
55165
- }, 0);
55165
+ });
55166
55166
  }
55167
55167
  }
55168
55168
  }
@@ -55189,14 +55189,14 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
55189
55189
  }
55190
55190
  if (triggerEvents && JSON.stringify(oldChildValue) !== JSON.stringify(child.value) && child.events) {
55191
55191
  if (child.events.change && typeof child.events.change === "function") {
55192
- setTimeout(() => {
55192
+ nextTick(() => {
55193
55193
  child.events.change(child.value);
55194
- }, 0);
55194
+ });
55195
55195
  }
55196
55196
  if (child.events.input && typeof child.events.input === "function") {
55197
- setTimeout(() => {
55197
+ nextTick(() => {
55198
55198
  child.events.input(child.value);
55199
- }, 0);
55199
+ });
55200
55200
  }
55201
55201
  }
55202
55202
  }
@@ -55320,14 +55320,14 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
55320
55320
  node.value = value;
55321
55321
  if (triggerEvents && node.events) {
55322
55322
  if (node.events.change && typeof node.events.change === "function") {
55323
- setTimeout(() => {
55323
+ nextTick(() => {
55324
55324
  node.events.change(value);
55325
- }, 0);
55325
+ });
55326
55326
  }
55327
55327
  if (node.events.input && typeof node.events.input === "function") {
55328
- setTimeout(() => {
55328
+ nextTick(() => {
55329
55329
  node.events.input(value);
55330
- }, 0);
55330
+ });
55331
55331
  }
55332
55332
  }
55333
55333
  }
@@ -55622,7 +55622,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
55622
55622
  };
55623
55623
  }
55624
55624
  });
55625
- const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-183bc373"]]);
55625
+ const NsForm = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-7ee55b39"]]);
55626
55626
  const _hoisted_1$1 = { class: "title-image-view" };
55627
55627
  const _hoisted_2 = { class: "content-model-title" };
55628
55628
  const _hoisted_3 = { class: "title-text" };