3h1-ui 3.0.0-next.81 → 3.0.0-next.82

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/es/index.js CHANGED
@@ -16534,9 +16534,9 @@ const ShyFormTable = /* @__PURE__ */ defineComponent({
16534
16534
  }, null)])]);
16535
16535
  });
16536
16536
  const create = () => {
16537
- state.value = [{
16537
+ state.value = [...toRaw(state.value), {
16538
16538
  [props2.rowKey]: buildUUID()
16539
- }, ...toRaw(state.value)];
16539
+ }];
16540
16540
  curIndex.value = 0;
16541
16541
  document.querySelector(`.${prefixCls2}-scroll-bar-wrapper`).scrollTop = curIndex.value * ROW_HEIGHT;
16542
16542
  emit("add", state.value);
package/lib/index.js CHANGED
@@ -16558,9 +16558,9 @@ const ShyFormTable = /* @__PURE__ */ vue.defineComponent({
16558
16558
  }, null)])]);
16559
16559
  });
16560
16560
  const create = () => {
16561
- state.value = [{
16561
+ state.value = [...vue.toRaw(state.value), {
16562
16562
  [props2.rowKey]: utils.buildUUID()
16563
- }, ...vue.toRaw(state.value)];
16563
+ }];
16564
16564
  curIndex.value = 0;
16565
16565
  document.querySelector(`.${prefixCls2}-scroll-bar-wrapper`).scrollTop = curIndex.value * ROW_HEIGHT;
16566
16566
  emit("add", state.value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.81",
3
+ "version": "3.0.0-next.82",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -30,8 +30,8 @@
30
30
  "vxe-table": "^4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
32
  "@shy-plugins/use": "1.0.1-next.3",
33
- "@shy-plugins/tinymce": "^1.0.6",
34
- "@shy-plugins/utils": "1.0.0-next.1"
33
+ "@shy-plugins/utils": "1.0.0-next.1",
34
+ "@shy-plugins/tinymce": "^1.0.6"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",
37
37
  "devDependencies": {