@queuedash/ui 3.12.0 → 3.12.1

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/main.mjs CHANGED
@@ -1737,17 +1737,20 @@ var Ar, lt, Kr, Br, bt, bn, Jo, ei, ti, Be, nl, rl, ol, il, al, vf, gm = (vf = c
1737
1737
  n(t)
1738
1738
  ))), C(this, bn)) : t;
1739
1739
  }, ol = function(t) {
1740
- const n = new Map(
1741
- C(this, bt).map((o) => [o.options.queryHash, o])
1742
- ), r = [];
1740
+ const n = /* @__PURE__ */ new Map();
1741
+ C(this, bt).forEach((o) => {
1742
+ const i = o.options.queryHash;
1743
+ if (!i) return;
1744
+ const a = n.get(i);
1745
+ a ? a.push(o) : n.set(i, [o]);
1746
+ });
1747
+ const r = [];
1743
1748
  return t.forEach((o) => {
1744
- const i = C(this, Ar).defaultQueryOptions(o), a = n.get(i.queryHash);
1745
- a ? r.push({
1746
- defaultedQueryOptions: i,
1747
- observer: a
1748
- }) : r.push({
1749
+ var l;
1750
+ const i = C(this, Ar).defaultQueryOptions(o), s = ((l = n.get(i.queryHash)) == null ? void 0 : l.shift()) ?? new ni(C(this, Ar), i);
1751
+ r.push({
1749
1752
  defaultedQueryOptions: i,
1750
- observer: new ni(C(this, Ar), i)
1753
+ observer: s
1751
1754
  });
1752
1755
  }), r;
1753
1756
  }, il = function(t, n) {
@@ -21537,7 +21540,7 @@ var Z$ = {
21537
21540
  create: G$
21538
21541
  }, J$ = {
21539
21542
  paths: {
21540
- vs: "https://cdn.jsdelivr.net/npm/monaco-editor@0.54.0/min/vs"
21543
+ vs: "https://cdn.jsdelivr.net/npm/monaco-editor@0.55.1/min/vs"
21541
21544
  }
21542
21545
  };
21543
21546
  function eS(e) {
@@ -21676,7 +21679,7 @@ function gS() {
21676
21679
  };
21677
21680
  }), t = window.require;
21678
21681
  t.config(e.config), t(["vs/editor/editor.main"], function(n) {
21679
- var r = n.m;
21682
+ var r = n.m || n;
21680
21683
  Rg(r), e.resolve(r);
21681
21684
  }, function(n) {
21682
21685
  e.reject(n);