bm-admin-ui 1.0.87-alpha → 1.0.88-alpha

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.
@@ -19458,7 +19458,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
19458
19458
  function initValue(value) {
19459
19459
  index = props.value.index;
19460
19460
  panes.splice(0, panes.length);
19461
- value.panes.forEach((pane, index2) => {
19461
+ JSON.parse(JSON.stringify(value.panes)).forEach((pane, index2) => {
19462
19462
  if (!pane.tempSelected)
19463
19463
  pane.tempSelected = {};
19464
19464
  if (index2 === 0) {
@@ -19469,7 +19469,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
19469
19469
  function initValue(value) {
19470
19470
  index = props.value.index;
19471
19471
  panes.splice(0, panes.length);
19472
- value.panes.forEach((pane, index2) => {
19472
+ JSON.parse(JSON.stringify(value.panes)).forEach((pane, index2) => {
19473
19473
  if (!pane.tempSelected)
19474
19474
  pane.tempSelected = {};
19475
19475
  if (index2 === 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bm-admin-ui",
3
- "version": "1.0.87-alpha",
3
+ "version": "1.0.88-alpha",
4
4
  "private": false,
5
5
  "description": "An Admin Component Library for Bm",
6
6
  "license": "UNLICENSED",