@ws-ui/store 1.6.8 → 1.6.9

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
@@ -5949,7 +5949,10 @@ function bO(e) {
5949
5949
  function gm() {
5950
5950
  try {
5951
5951
  const e = localStorage.getItem(dm);
5952
- if (e) return JSON.parse(e);
5952
+ return {
5953
+ ...e ? JSON.parse(e) : {},
5954
+ "features.experimental.i18n": !0
5955
+ };
5953
5956
  } catch (e) {
5954
5957
  console.error(e);
5955
5958
  }
@@ -10470,11 +10473,13 @@ const ZI = () => CP(), Fr = PP, Al = q(
10470
10473
  var r;
10471
10474
  return ((r = at(t, e)) == null ? void 0 : r.stackFrames) || [];
10472
10475
  }
10473
- ), AM = (e, t) => q(
10476
+ ), AM = (e, t, r) => q(
10474
10477
  xt,
10475
- (r) => {
10476
- var a, s;
10477
- return ((s = (a = at(r, e)) == null ? void 0 : a.variables) == null ? void 0 : s[t]) || [];
10478
+ (a) => {
10479
+ var s, o, u, f;
10480
+ return ((f = (u = (o = (s = at(a, e)) == null ? void 0 : s.variables) == null ? void 0 : o[t]) == null ? void 0 : u.find(
10481
+ (l) => l.frameId === r
10482
+ )) == null ? void 0 : f.items) || [];
10478
10483
  }
10479
10484
  ), RM = (e) => q(
10480
10485
  xt,
@@ -15060,9 +15065,11 @@ const A_ = Mt({
15060
15065
  variables: {
15061
15066
  callchain: [],
15062
15067
  expressions: [],
15068
+ argument: [],
15063
15069
  local: [],
15064
15070
  currentLine: []
15065
15071
  },
15072
+ expandedVariables: [],
15066
15073
  highlightedLines: null,
15067
15074
  activeLine: null,
15068
15075
  stopped: !0
@@ -15112,7 +15119,11 @@ const A_ = Mt({
15112
15119
  { frameId: s, variablesReference: o, items: u },
15113
15120
  "frameId"
15114
15121
  )
15115
- }
15122
+ },
15123
+ expandedVariables: [
15124
+ ...f.expandedVariables,
15125
+ r
15126
+ ]
15116
15127
  } : f;
15117
15128
  }
15118
15129
  );
@@ -15136,7 +15147,11 @@ const A_ = Mt({
15136
15147
  { frameId: a, variablesReference: s, items: o },
15137
15148
  "frameId"
15138
15149
  )
15139
- }
15150
+ },
15151
+ expandedVariables: [
15152
+ ...u.expandedVariables,
15153
+ "callchain"
15154
+ ]
15140
15155
  } : u;
15141
15156
  }
15142
15157
  );