@platforma-sdk/ui-vue 1.7.41 → 1.7.42

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.7.42
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8de9a0b]
8
+ - @milaboratories/uikit@2.0.5
9
+
3
10
  ## 1.7.41
4
11
 
5
12
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -13,7 +13,7 @@ var tl = (n, e, t, i) => ({
13
13
  return w(n, e, i);
14
14
  }
15
15
  });
16
- import { ref as ne, watch as He, computed as T, unref as j, reactive as it, nextTick as br, inject as gp, markRaw as Z1, onMounted as Et, onUnmounted as Kr, defineComponent as ie, watchPostEffect as Ol, openBlock as b, createElementBlock as k, createBlock as _e, withModifiers as Qe, createCommentVNode as K, createTextVNode as N, createElementVNode as I, normalizeStyle as Ge, Fragment as rt, renderList as dt, createVNode as Pe, withCtx as Ne, renderSlot as be, mergeProps as Ct, toDisplayString as se, h as jc, render as Vg, normalizeClass as we, useSlots as Wt, toRef as Vc, resolveDynamicComponent as Fc, Teleport as $c, Transition as zl, withKeys as oa, onBeforeUnmount as U1, withDirectives as lr, vModelText as la, useCssVars as W1, vShow as rl, createSlots as H1, useAttrs as pp, onUpdated as Zc, mergeModels as hp, useModel as fp, provide as vp, watchEffect as Uc, normalizeProps as mp, guardReactiveProps as Y1, getCurrentScope as bp, onScopeDispose as yp, readonly as G1, toRefs as q1, shallowRef as wp, effectScope as K1 } from "vue";
16
+ import { ref as ne, watch as He, computed as T, unref as j, reactive as at, nextTick as br, inject as gp, markRaw as Z1, onMounted as Et, onUnmounted as Kr, defineComponent as ie, watchPostEffect as Ol, openBlock as b, createElementBlock as k, createBlock as _e, withModifiers as Qe, createCommentVNode as K, createTextVNode as N, createElementVNode as I, normalizeStyle as Ge, Fragment as rt, renderList as dt, createVNode as Pe, withCtx as Ne, renderSlot as be, mergeProps as Ct, toDisplayString as se, h as jc, render as Vg, normalizeClass as we, useSlots as Wt, toRef as Vc, resolveDynamicComponent as Fc, Teleport as $c, Transition as zl, withKeys as oa, onBeforeUnmount as U1, withDirectives as lr, vModelText as la, useCssVars as W1, vShow as rl, createSlots as H1, useAttrs as pp, onUpdated as Zc, mergeModels as hp, useModel as fp, provide as vp, watchEffect as Uc, normalizeProps as mp, guardReactiveProps as Y1, getCurrentScope as bp, onScopeDispose as yp, readonly as G1, toRefs as q1, shallowRef as wp, effectScope as K1 } from "vue";
17
17
  import { LicenseManager as J1 } from "@ag-grid-enterprise/core";
18
18
  import { _errorOnce as Wc, _warnOnce as Q1, ModuleRegistry as _p } from "@ag-grid-community/core";
19
19
  import { ClientSideRowModelModule as xp } from "@ag-grid-community/client-side-row-model";
@@ -186,7 +186,7 @@ function Fg(n) {
186
186
  { deep: !0 }
187
187
  );
188
188
  const x = T(() => !i.value), E = T(() => !Ap(n.get(), j(o))), z = T(() => i.value ? i.value.message : "");
189
- return it({
189
+ return at({
190
190
  model: f,
191
191
  valid: x,
192
192
  isChanged: E,
@@ -248,7 +248,7 @@ function g_(n, e) {
248
248
  const { args: S, ui: R } = ((y = j(l)) == null ? void 0 : y.model) ?? {};
249
249
  return !Ap(n.get(), { args: S, ui: R });
250
250
  }), D = T(() => o.value ? o.value.message : "");
251
- return it({
251
+ return at({
252
252
  model: x,
253
253
  valid: E,
254
254
  isChanged: z,
@@ -261,7 +261,7 @@ function g_(n, e) {
261
261
  }
262
262
  const p_ = (n) => Object.fromEntries(new URL(n, "http://dummy").searchParams);
263
263
  function h_(n, e) {
264
- const i = oc(e.setBlockArgs, 100), o = oc(e.setBlockUiState, 100), l = oc(e.setBlockArgsAndUiState, 100), c = it({
264
+ const i = oc(e.setBlockArgs, 100), o = oc(e.setBlockUiState, 100), l = oc(e.setBlockArgsAndUiState, 100), c = at({
265
265
  args: Object.freeze(n.args),
266
266
  outputs: Object.freeze(n.outputs),
267
267
  ui: Object.freeze(n.ui),
@@ -322,7 +322,7 @@ function h_(n, e) {
322
322
  * @returns {OptionalResult<UnwrapOutputs<Outputs, K>>}
323
323
  */
324
324
  useOutputs(...S) {
325
- const R = it({
325
+ const R = at({
326
326
  errors: void 0,
327
327
  value: void 0
328
328
  });
@@ -431,7 +431,7 @@ function h_(n, e) {
431
431
  outputErrors: E
432
432
  }
433
433
  );
434
- return it(Object.assign(D, f, z));
434
+ return at(Object.assign(D, f, z));
435
435
  }
436
436
  var qe;
437
437
  (function(n) {
@@ -4231,7 +4231,7 @@ function lI(n, e) {
4231
4231
  }).catch((l) => {
4232
4232
  console.error("load initial state error", l), o.error = l;
4233
4233
  });
4234
- }, o = it({
4234
+ }, o = at({
4235
4235
  loaded: !1,
4236
4236
  error: void 0,
4237
4237
  // Href to get typed query parameters for a specific route
@@ -4274,7 +4274,7 @@ const vk = 10, mk = 30, bk = [
4274
4274
  },
4275
4275
  emits: ["delete:row", "update:value"],
4276
4276
  setup(n, { emit: e }) {
4277
- const t = e, i = n, o = it({
4277
+ const t = e, i = n, o = at({
4278
4278
  edit: !1
4279
4279
  });
4280
4280
  function l(p) {
@@ -4825,7 +4825,7 @@ function M2(n) {
4825
4825
  }).slice(0, t.length - 1);
4826
4826
  }
4827
4827
  function ph() {
4828
- const n = it({
4828
+ const n = at({
4829
4829
  x: 0,
4830
4830
  y: 0
4831
4831
  });
@@ -5091,7 +5091,7 @@ const uc = 40, gI = /* @__PURE__ */ ie({
5091
5091
  },
5092
5092
  emits: ["click:cell", "delete:row", "delete:column", "change:sort", "update:value"],
5093
5093
  setup(n) {
5094
- const { tapIf: e, tap: t } = bl, { uniqueId: i } = d2, o = n, l = it({
5094
+ const { tapIf: e, tap: t } = bl, { uniqueId: i } = d2, o = n, l = at({
5095
5095
  rowIndex: -1,
5096
5096
  columnsMeta: {},
5097
5097
  resize: !1,
@@ -5302,7 +5302,7 @@ const yh = Symbol(), Nl = () => gp(yh), X2 = ["value"], eC = { key: 1 }, tC = /*
5302
5302
  },
5303
5303
  emits: ["update:modelValue"],
5304
5304
  setup(n, { emit: e }) {
5305
- const t = e, i = n, o = it({
5305
+ const t = e, i = n, o = at({
5306
5306
  edit: !1
5307
5307
  }), l = T(() => i.valueType), c = (p) => {
5308
5308
  var f;
@@ -5759,7 +5759,7 @@ const NC = async (n, e) => {
5759
5759
  });
5760
5760
  };
5761
5761
  function DC(n) {
5762
- const e = it({
5762
+ const e = at({
5763
5763
  rowIndex: -1,
5764
5764
  columns: [],
5765
5765
  pendingLoads: 0,
@@ -6032,7 +6032,7 @@ function UC(n, e) {
6032
6032
  const t = T(() => {
6033
6033
  const o = j(n);
6034
6034
  return Xc(o, j(e));
6035
- }), i = it({
6035
+ }), i = at({
6036
6036
  settings: t
6037
6037
  });
6038
6038
  return T(() => jc(Qc, i));
@@ -6538,7 +6538,7 @@ const OS = /* @__PURE__ */ $n(MS, [["render", ES]]), hc = /* @__PURE__ */ new Ma
6538
6538
  },
6539
6539
  emits: ["tooltip:close"],
6540
6540
  setup(n, { emit: e }) {
6541
- const t = e, i = Symbol(), o = n, l = it({
6541
+ const t = e, i = Symbol(), o = n, l = at({
6542
6542
  open: !1,
6543
6543
  over: !1,
6544
6544
  tooltipOpen: !1,
@@ -7099,7 +7099,7 @@ const gT = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="h
7099
7099
  },
7100
7100
  emits: ["update:modelValue"],
7101
7101
  setup(n, { emit: e }) {
7102
- const t = e, i = n, o = Wt(), l = ne(), c = ne(), d = ne(), g = it({
7102
+ const t = e, i = n, o = Wt(), l = ne(), c = ne(), d = ne(), g = at({
7103
7103
  search: "",
7104
7104
  activeIndex: -1,
7105
7105
  open: !1
@@ -7386,7 +7386,7 @@ const NT = { class: "resizable-input" }, DT = ["placeholder", "value", "disabled
7386
7386
  },
7387
7387
  emits: ["update:modelValue"],
7388
7388
  setup(n, { emit: e }) {
7389
- const t = e, i = n, o = it({
7389
+ const t = e, i = n, o = at({
7390
7390
  isOpen: !1,
7391
7391
  activeOption: -1
7392
7392
  }), l = ne(), c = ne(), d = T(() => {
@@ -7811,7 +7811,7 @@ const NT = { class: "resizable-input" }, DT = ["placeholder", "value", "disabled
7811
7811
  },
7812
7812
  emits: ["update:modelValue"],
7813
7813
  setup(n, { emit: e }) {
7814
- const t = e, i = (L) => t("update:modelValue", L), o = Wt(), l = n, c = ne(), d = ne(), g = ne(), p = it({
7814
+ const t = e, i = (L) => t("update:modelValue", L), o = Wt(), l = n, c = ne(), d = ne(), g = ne(), p = at({
7815
7815
  search: "",
7816
7816
  activeOption: -1,
7817
7817
  open: !1
@@ -8326,42 +8326,43 @@ function VM(n) {
8326
8326
  return n.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
8327
8327
  }
8328
8328
  function FM(n) {
8329
- const e = ne();
8330
- async function t() {
8331
- var o;
8332
- let l = e.value;
8333
- if (l === void 0) return;
8334
- const c = n.mockPlatforma ?? window.platforma;
8335
- if (!c) {
8329
+ const e = ne(), t = at({
8330
+ errorCount: 0
8331
+ });
8332
+ async function i() {
8333
+ var l;
8334
+ let c = e.value;
8335
+ if (c === void 0) return;
8336
+ const d = n.mockPlatforma ?? window.platforma;
8337
+ if (!d) {
8336
8338
  console.warn("Platforma API is not available");
8337
8339
  return;
8338
8340
  }
8339
8341
  for (; ; ) {
8340
- l.error = void 0;
8341
- const d = await c.logDriver.readText(l.logHandle, 100, l.lastOffset);
8342
- if (d.shouldUpdateHandle || l.logHandle !== ((o = e.value) == null ? void 0 : o.logHandle)) return;
8343
- const g = n.progressPrefix ?? jM, p = new TextDecoder().decode(d.data).replace(new RegExp(`${VM(g)}`, "g"), "");
8344
- if (l = Object.assign(l, {
8345
- lines: l.lines + p,
8346
- lastOffset: d.newOffset,
8347
- finished: !d.live
8348
- }), d.newOffset >= d.size) break;
8349
- }
8350
- }
8351
- const i = PM(() => t().catch((o) => {
8352
- e.value && (e.value.error = o);
8342
+ const g = await d.logDriver.readText(c.logHandle, 100, c.lastOffset);
8343
+ if (c.error = void 0, t.errorCount = 0, g.shouldUpdateHandle || c.logHandle !== ((l = e.value) == null ? void 0 : l.logHandle)) return;
8344
+ const p = n.progressPrefix ?? jM, f = new TextDecoder().decode(g.data).replace(new RegExp(`${VM(p)}`, "g"), "");
8345
+ if (c = Object.assign(c, {
8346
+ lines: c.lines + f,
8347
+ lastOffset: g.newOffset,
8348
+ finished: !g.live
8349
+ }), g.newOffset >= g.size) break;
8350
+ }
8351
+ }
8352
+ const o = PM(() => i().catch((l) => {
8353
+ e.value && (t.errorCount++, t.errorCount > (n.maxRetries ?? 3) ? e.value.error = l : console.warn("skip error:", l, "retry..."));
8353
8354
  }), 1500, { immediate: !1 });
8354
8355
  return BM(
8355
8356
  () => {
8356
- var o;
8357
- return (o = e == null ? void 0 : e.value) == null ? void 0 : o.finished;
8357
+ var l;
8358
+ return (l = e == null ? void 0 : e.value) == null ? void 0 : l.finished;
8358
8359
  },
8359
- () => i.pause()
8360
+ () => o.pause()
8360
8361
  ), He(
8361
8362
  () => n.logHandle,
8362
- (o) => {
8363
- var l;
8364
- o === void 0 ? (e.value = void 0, i.pause()) : o !== ((l = e.value) == null ? void 0 : l.logHandle) && (e.value = { logHandle: o, lastOffset: 0, lines: "", finished: !1, error: void 0 }, i.resume());
8363
+ (l) => {
8364
+ var c;
8365
+ l === void 0 ? (e.value = void 0, o.pause()) : l !== ((c = e.value) == null ? void 0 : c.logHandle) && (e.value = { logHandle: l, lastOffset: 0, lines: "", finished: !1, error: void 0 }, t.errorCount = 0, o.resume());
8365
8366
  },
8366
8367
  { immediate: !0 }
8367
8368
  ), e;
@@ -8379,6 +8380,7 @@ const $M = {
8379
8380
  progressPrefix: {},
8380
8381
  error: {},
8381
8382
  output: {},
8383
+ maxRetries: {},
8382
8384
  mockPlatforma: {}
8383
8385
  },
8384
8386
  setup(n) {
@@ -8464,7 +8466,7 @@ const WM = { class: "file-dialog" }, HM = { class: "file-dialog__search" }, YM =
8464
8466
  lastSelected: void 0,
8465
8467
  currentLoadingPath: void 0,
8466
8468
  showHiddenItems: !1
8467
- }), l = it(o()), c = T(() => l.showHiddenItems ? l.items : l.items.filter((L) => !L.name.startsWith("."))), d = T(() => {
8469
+ }), l = at(o()), c = T(() => l.showHiddenItems ? l.items : l.items.filter((L) => !L.name.startsWith("."))), d = T(() => {
8468
8470
  var L;
8469
8471
  return {
8470
8472
  modelValue: i.modelValue,
@@ -11610,7 +11612,7 @@ const mA = {
11610
11612
  },
11611
11613
  emits: ["update:modelValue"],
11612
11614
  setup(n, { emit: e }) {
11613
- const t = it({
11615
+ const t = at({
11614
11616
  fileDialogOpen: !1
11615
11617
  }), i = Wt(), o = e, l = n, c = T(() => {
11616
11618
  if (l.modelValue)
@@ -11821,7 +11823,7 @@ const id = (n) => T(() => {
11821
11823
  },
11822
11824
  emits: ["update:modelValue"],
11823
11825
  setup(n, { emit: e }) {
11824
- const t = Wt(), i = e, o = n, l = it({
11826
+ const t = Wt(), i = e, o = n, l = at({
11825
11827
  deltaValue: 0
11826
11828
  }), c = T(() => o.max - o.min), d = T(() => Dt((o.modelValue ?? 0) + l.deltaValue, o.min, o.max)), g = ne(o.modelValue), p = T(() => {
11827
11829
  const F = o.modelValue;
@@ -12101,7 +12103,7 @@ function jI(n, e) {
12101
12103
  }), Kr(() => clearInterval(t));
12102
12104
  }
12103
12105
  function VI(n, e, t) {
12104
- const i = it({
12106
+ const i = at({
12105
12107
  data: cc.deepClone(e(n.value)),
12106
12108
  changed: !1
12107
12109
  });
@@ -12123,7 +12125,7 @@ function VI(n, e, t) {
12123
12125
  ), i;
12124
12126
  }
12125
12127
  function FI(n) {
12126
- const e = it({
12128
+ const e = at({
12127
12129
  isLoading: !1,
12128
12130
  result: void 0,
12129
12131
  error: void 0,
@@ -12200,7 +12202,7 @@ const $A = { class: "ui-slider__wrapper" }, ZA = { class: "ui-slider__label-sect
12200
12202
  },
12201
12203
  emits: ["update:modelValue"],
12202
12204
  setup(n, { emit: e }) {
12203
- const t = Wt(), i = e, o = n, l = it({
12205
+ const t = Wt(), i = e, o = n, l = at({
12204
12206
  deltaValue1: 0,
12205
12207
  deltaValue2: 0,
12206
12208
  deltaValue3: 0
@@ -12372,7 +12374,7 @@ const $A = { class: "ui-slider__wrapper" }, ZA = { class: "ui-slider__label-sect
12372
12374
  },
12373
12375
  emits: ["update:modelValue", "change"],
12374
12376
  setup(n, { emit: e }) {
12375
- const t = n, i = e, o = it({
12377
+ const t = n, i = e, o = at({
12376
12378
  left: t.modelValue[0],
12377
12379
  right: t.modelValue[1]
12378
12380
  }), l = ne(!1), c = T(() => (l.value, "ui-input-range-focused")), d = T({
@@ -12453,7 +12455,7 @@ const $A = { class: "ui-slider__wrapper" }, ZA = { class: "ui-slider__label-sect
12453
12455
  },
12454
12456
  emits: ["update:modelValue"],
12455
12457
  setup(n, { emit: e }) {
12456
- const t = Wt(), i = e, o = n, l = it({
12458
+ const t = Wt(), i = e, o = n, l = at({
12457
12459
  deltaValue1: 0,
12458
12460
  deltaValue2: 0
12459
12461
  }), c = ne(), d = ne(), g = ne(), p = ne(o.modelValue), f = ne(o.modelValue[0]), x = ne(o.modelValue[1]), E = T(() => o), z = id(E), D = T(() => [f.value, x.value].sort((pe, ye) => pe - ye).join("-")), S = T(() => o.max - o.min), R = T(() => Dt((o.modelValue[0] ?? 0) + l.deltaValue1, o.min, o.max)), y = T(() => Dt((o.modelValue[1] ?? 0) + l.deltaValue2, o.min, o.max)), B = T(() => {
@@ -12667,7 +12669,7 @@ const $A = { class: "ui-slider__wrapper" }, ZA = { class: "ui-slider__label-sect
12667
12669
  }), uE = { class: "ui-scrollable" }, WI = /* @__PURE__ */ ie({
12668
12670
  __name: "Scrollable",
12669
12671
  setup(n) {
12670
- const e = ne(), t = it({
12672
+ const e = ne(), t = at({
12671
12673
  scrollTop: 0,
12672
12674
  scrollLeft: 0,
12673
12675
  clientHeight: 0,
@@ -13975,8 +13977,8 @@ Al.exports;
13975
13977
  };
13976
13978
  }
13977
13979
  function Ud(M, $, P, ue, Oe) {
13978
- return Oe(M, function(Xe, _t, at) {
13979
- P = ue ? (ue = !1, Xe) : $(P, Xe, _t, at);
13980
+ return Oe(M, function(Xe, _t, it) {
13981
+ P = ue ? (ue = !1, Xe) : $(P, Xe, _t, it);
13980
13982
  }), P;
13981
13983
  }
13982
13984
  function mv(M, $) {
@@ -14118,18 +14120,18 @@ Al.exports;
14118
14120
  }
14119
14121
  var Lv = function M($) {
14120
14122
  $ = $ == null ? Ot : ba.defaults(Ot.Object(), $, ba.pick(Ot, tv));
14121
- var P = $.Array, ue = $.Date, Oe = $.Error, Xe = $.Function, _t = $.Math, at = $.Object, us = $.RegExp, Nv = $.String, gr = $.TypeError, yo = P.prototype, Dv = Xe.prototype, ya = at.prototype, wo = $["__core-js_shared__"], _o = Dv.toString, nt = ya.hasOwnProperty, Rv = 0, Kd = function() {
14123
+ var P = $.Array, ue = $.Date, Oe = $.Error, Xe = $.Function, _t = $.Math, it = $.Object, us = $.RegExp, Nv = $.String, gr = $.TypeError, yo = P.prototype, Dv = Xe.prototype, ya = it.prototype, wo = $["__core-js_shared__"], _o = Dv.toString, nt = ya.hasOwnProperty, Rv = 0, Kd = function() {
14122
14124
  var r = /[^.]+$/.exec(wo && wo.keys && wo.keys.IE_PROTO || "");
14123
14125
  return r ? "Symbol(src)_1." + r : "";
14124
- }(), xo = ya.toString, Bv = _o.call(at), Pv = Ot._, jv = us(
14126
+ }(), xo = ya.toString, Bv = _o.call(it), Pv = Ot._, jv = us(
14125
14127
  "^" + _o.call(nt).replace(Yl, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
14126
- ), ko = Ld ? $.Buffer : t, mn = $.Symbol, Co = $.Uint8Array, Jd = ko ? ko.allocUnsafe : t, So = Gd(at.getPrototypeOf, at), Qd = at.create, Xd = ya.propertyIsEnumerable, To = yo.splice, eu = mn ? mn.isConcatSpreadable : t, ni = mn ? mn.iterator : t, Wn = mn ? mn.toStringTag : t, Mo = function() {
14128
+ ), ko = Ld ? $.Buffer : t, mn = $.Symbol, Co = $.Uint8Array, Jd = ko ? ko.allocUnsafe : t, So = Gd(it.getPrototypeOf, it), Qd = it.create, Xd = ya.propertyIsEnumerable, To = yo.splice, eu = mn ? mn.isConcatSpreadable : t, ni = mn ? mn.iterator : t, Wn = mn ? mn.toStringTag : t, Mo = function() {
14127
14129
  try {
14128
- var r = Kn(at, "defineProperty");
14130
+ var r = Kn(it, "defineProperty");
14129
14131
  return r({}, "", {}), r;
14130
14132
  } catch {
14131
14133
  }
14132
- }(), Vv = $.clearTimeout !== Ot.clearTimeout && $.clearTimeout, Fv = ue && ue.now !== Ot.Date.now && ue.now, $v = $.setTimeout !== Ot.setTimeout && $.setTimeout, Ao = _t.ceil, Eo = _t.floor, gs = at.getOwnPropertySymbols, Zv = ko ? ko.isBuffer : t, tu = $.isFinite, Uv = yo.join, Wv = Gd(at.keys, at), xt = _t.max, It = _t.min, Hv = ue.now, Yv = $.parseInt, ru = _t.random, Gv = yo.reverse, ps = Kn($, "DataView"), ai = Kn($, "Map"), hs = Kn($, "Promise"), wa = Kn($, "Set"), ii = Kn($, "WeakMap"), oi = Kn(at, "create"), Oo = ii && new ii(), _a = {}, qv = Jn(ps), Kv = Jn(ai), Jv = Jn(hs), Qv = Jn(wa), Xv = Jn(ii), zo = mn ? mn.prototype : t, li = zo ? zo.valueOf : t, nu = zo ? zo.toString : t;
14134
+ }(), Vv = $.clearTimeout !== Ot.clearTimeout && $.clearTimeout, Fv = ue && ue.now !== Ot.Date.now && ue.now, $v = $.setTimeout !== Ot.setTimeout && $.setTimeout, Ao = _t.ceil, Eo = _t.floor, gs = it.getOwnPropertySymbols, Zv = ko ? ko.isBuffer : t, tu = $.isFinite, Uv = yo.join, Wv = Gd(it.keys, it), xt = _t.max, It = _t.min, Hv = ue.now, Yv = $.parseInt, ru = _t.random, Gv = yo.reverse, ps = Kn($, "DataView"), ai = Kn($, "Map"), hs = Kn($, "Promise"), wa = Kn($, "Set"), ii = Kn($, "WeakMap"), oi = Kn(it, "create"), Oo = ii && new ii(), _a = {}, qv = Jn(ps), Kv = Jn(ai), Jv = Jn(hs), Qv = Jn(wa), Xv = Jn(ii), zo = mn ? mn.prototype : t, li = zo ? zo.valueOf : t, nu = zo ? zo.toString : t;
14133
14135
  function v(r) {
14134
14136
  if (ft(r) && !Ie(r) && !(r instanceof We)) {
14135
14137
  if (r instanceof pr)
@@ -14476,7 +14478,7 @@ Al.exports;
14476
14478
  var u = s.length;
14477
14479
  if (r == null)
14478
14480
  return !u;
14479
- for (r = at(r); u--; ) {
14481
+ for (r = it(r); u--; ) {
14480
14482
  var h = s[u], m = a[h], _ = r[h];
14481
14483
  if (_ === t && !(h in r) || !m(_))
14482
14484
  return !1;
@@ -14565,7 +14567,7 @@ Al.exports;
14565
14567
  return Ie(r) ? u : fn(u, s(r));
14566
14568
  }
14567
14569
  function Pt(r) {
14568
- return r == null ? r === t ? of : nf : Wn && Wn in at(r) ? p0(r) : T0(r);
14570
+ return r == null ? r === t ? of : nf : Wn && Wn in it(r) ? p0(r) : T0(r);
14569
14571
  }
14570
14572
  function ys(r, a) {
14571
14573
  return r > a;
@@ -14574,7 +14576,7 @@ Al.exports;
14574
14576
  return r != null && nt.call(r, a);
14575
14577
  }
14576
14578
  function Lm(r, a) {
14577
- return r != null && a in at(r);
14579
+ return r != null && a in it(r);
14578
14580
  }
14579
14581
  function Nm(r, a, s) {
14580
14582
  return r >= It(a, s) && r < xt(a, s);
@@ -14649,7 +14651,7 @@ Al.exports;
14649
14651
  var h = s.length, m = h, _ = !u;
14650
14652
  if (r == null)
14651
14653
  return !m;
14652
- for (r = at(r); h--; ) {
14654
+ for (r = it(r); h--; ) {
14653
14655
  var C = s[h];
14654
14656
  if (_ && C[2] ? C[1] !== r[C[0]] : !(C[0] in r))
14655
14657
  return !1;
@@ -14692,7 +14694,7 @@ Al.exports;
14692
14694
  if (!hi(r))
14693
14695
  return Wv(r);
14694
14696
  var a = [];
14695
- for (var s in at(r))
14697
+ for (var s in it(r))
14696
14698
  nt.call(r, s) && s != "constructor" && a.push(s);
14697
14699
  return a;
14698
14700
  }
@@ -15014,7 +15016,7 @@ Al.exports;
15014
15016
  return a.lastIndex = r.lastIndex, a;
15015
15017
  }
15016
15018
  function r0(r) {
15017
- return li ? at(li.call(r)) : {};
15019
+ return li ? it(li.call(r)) : {};
15018
15020
  }
15019
15021
  function zu(r, a) {
15020
15022
  var s = a ? Is(r.buffer) : r.buffer;
@@ -15090,7 +15092,7 @@ Al.exports;
15090
15092
  function ka(r) {
15091
15093
  return $e(function(a, s) {
15092
15094
  var u = -1, h = s.length, m = h > 1 ? s[h - 1] : t, _ = h > 2 ? s[2] : t;
15093
- for (m = r.length > 3 && typeof m == "function" ? (h--, m) : t, _ && jt(s[0], s[1], _) && (m = h < 3 ? t : m, h = 1), a = at(a); ++u < h; ) {
15095
+ for (m = r.length > 3 && typeof m == "function" ? (h--, m) : t, _ && jt(s[0], s[1], _) && (m = h < 3 ? t : m, h = 1), a = it(a); ++u < h; ) {
15094
15096
  var C = s[u];
15095
15097
  C && r(a, C, u, m);
15096
15098
  }
@@ -15103,14 +15105,14 @@ Al.exports;
15103
15105
  return s;
15104
15106
  if (!Gt(s))
15105
15107
  return r(s, u);
15106
- for (var h = s.length, m = a ? h : -1, _ = at(s); (a ? m-- : ++m < h) && u(_[m], m, _) !== !1; )
15108
+ for (var h = s.length, m = a ? h : -1, _ = it(s); (a ? m-- : ++m < h) && u(_[m], m, _) !== !1; )
15107
15109
  ;
15108
15110
  return s;
15109
15111
  };
15110
15112
  }
15111
15113
  function Ru(r) {
15112
15114
  return function(a, s, u) {
15113
- for (var h = -1, m = at(a), _ = u(a), C = _.length; C--; ) {
15115
+ for (var h = -1, m = it(a), _ = u(a), C = _.length; C--; ) {
15114
15116
  var O = _[r ? C : ++h];
15115
15117
  if (s(m[O], O, m) === !1)
15116
15118
  break;
@@ -15189,7 +15191,7 @@ Al.exports;
15189
15191
  }
15190
15192
  function Pu(r) {
15191
15193
  return function(a, s, u) {
15192
- var h = at(a);
15194
+ var h = it(a);
15193
15195
  if (!Gt(a)) {
15194
15196
  var m = xe(s, 3);
15195
15197
  a = St(a), s = function(C) {
@@ -15534,7 +15536,7 @@ Al.exports;
15534
15536
  return u && (a ? r[Wn] = s : delete r[Wn]), h;
15535
15537
  }
15536
15538
  var js = gs ? function(r) {
15537
- return r == null ? [] : (r = at(r), hn(gs(r), function(a) {
15539
+ return r == null ? [] : (r = it(r), hn(gs(r), function(a) {
15538
15540
  return Xd.call(r, a);
15539
15541
  }));
15540
15542
  } : nc, Yu = gs ? function(r) {
@@ -15659,7 +15661,7 @@ Al.exports;
15659
15661
  if (Ie(r))
15660
15662
  return !1;
15661
15663
  var s = typeof r;
15662
- return s == "number" || s == "symbol" || s == "boolean" || r == null || er(r) ? !0 : vf.test(r) || !ff.test(r) || a != null && r in at(a);
15664
+ return s == "number" || s == "symbol" || s == "boolean" || r == null || er(r) ? !0 : vf.test(r) || !ff.test(r) || a != null && r in it(a);
15663
15665
  }
15664
15666
  function w0(r) {
15665
15667
  var a = typeof r;
@@ -15687,7 +15689,7 @@ Al.exports;
15687
15689
  }
15688
15690
  function Ju(r, a) {
15689
15691
  return function(s) {
15690
- return s == null ? !1 : s[r] === a && (a !== t || r in at(s));
15692
+ return s == null ? !1 : s[r] === a && (a !== t || r in it(s));
15691
15693
  };
15692
15694
  }
15693
15695
  function k0(r) {
@@ -15711,7 +15713,7 @@ Al.exports;
15711
15713
  function S0(r) {
15712
15714
  var a = [];
15713
15715
  if (r != null)
15714
- for (var s in at(r))
15716
+ for (var s in it(r))
15715
15717
  a.push(s);
15716
15718
  return a;
15717
15719
  }
@@ -16638,7 +16640,7 @@ Al.exports;
16638
16640
  return a == null ? s : ou(s, a);
16639
16641
  }
16640
16642
  var Xy = $e(function(r, a) {
16641
- r = at(r);
16643
+ r = it(r);
16642
16644
  var s = -1, u = a.length, h = u > 2 ? a[2] : t;
16643
16645
  for (h && jt(a[0], a[1], h) && (u = 1); ++s < u; )
16644
16646
  for (var m = a[s], _ = qt(m), C = -1, O = _.length; ++C < O; ) {
@@ -17859,7 +17861,7 @@ const Lz = { class: "ap-ag-data-table-container" }, Nz = {
17859
17861
  function jz(n, e) {
17860
17862
  const t = bp() ?? K1(), i = t.run(() => (yp(() => {
17861
17863
  ol.delete(n);
17862
- }), it(e())));
17864
+ }), at(e())));
17863
17865
  return i[Symbol.dispose] = () => {
17864
17866
  t.stop();
17865
17867
  }, i;
@@ -17881,7 +17883,7 @@ function eL(n) {
17881
17883
  });
17882
17884
  }
17883
17885
  function Vz(n, e, t) {
17884
- const i = ne(0), o = it({
17886
+ const i = ne(0), o = at({
17885
17887
  loading: T(() => i.value > 0),
17886
17888
  loadingRef: i,
17887
17889
  value: void 0,