pui9-docgen 1.18.8 → 1.18.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.
@@ -8365,7 +8365,7 @@ var es_function_name = __webpack_require__("b0c0");
8365
8365
  // EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.filter.js
8366
8366
  var esnext_iterator_filter = __webpack_require__("2382");
8367
8367
 
8368
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"862245c6-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateForm.vue?vue&type=template&id=36ac9f25
8368
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2407bbf5-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateForm.vue?vue&type=template&id=36ac9f25
8369
8369
 
8370
8370
 
8371
8371
 
@@ -8822,49 +8822,79 @@ function _typeof(o) {
8822
8822
  function _regeneratorRuntime() {
8823
8823
  "use strict";
8824
8824
 
8825
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
8825
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
8826
8826
  _regeneratorRuntime = function _regeneratorRuntime() {
8827
- return e;
8827
+ return r;
8828
8828
  };
8829
8829
  var t,
8830
- e = {},
8831
- r = Object.prototype,
8832
- n = r.hasOwnProperty,
8833
- o = Object.defineProperty || function (t, e, r) {
8834
- t[e] = r.value;
8835
- },
8836
- i = "function" == typeof Symbol ? Symbol : {},
8837
- a = i.iterator || "@@iterator",
8838
- c = i.asyncIterator || "@@asyncIterator",
8839
- u = i.toStringTag || "@@toStringTag";
8840
- function define(t, e, r) {
8841
- return Object.defineProperty(t, e, {
8842
- value: r,
8843
- enumerable: !0,
8844
- configurable: !0,
8845
- writable: !0
8846
- }), t[e];
8830
+ r = {},
8831
+ e = Object.prototype,
8832
+ n = e.hasOwnProperty,
8833
+ o = "function" == typeof Symbol ? Symbol : {},
8834
+ i = o.iterator || "@@iterator",
8835
+ a = o.asyncIterator || "@@asyncIterator",
8836
+ u = o.toStringTag || "@@toStringTag";
8837
+ function c(t, r, e, n) {
8838
+ Object.defineProperty(t, r, {
8839
+ value: e,
8840
+ enumerable: !n,
8841
+ configurable: !n,
8842
+ writable: !n
8843
+ });
8847
8844
  }
8848
8845
  try {
8849
- define({}, "");
8846
+ c({}, "");
8850
8847
  } catch (t) {
8851
- define = function define(t, e, r) {
8852
- return t[e] = r;
8848
+ c = function c(t, r, e) {
8849
+ return t[r] = e;
8853
8850
  };
8854
8851
  }
8855
- function wrap(t, e, r, n) {
8852
+ function h(r, e, n, o) {
8856
8853
  var i = e && e.prototype instanceof Generator ? e : Generator,
8857
- a = Object.create(i.prototype),
8858
- c = new Context(n || []);
8859
- return o(a, "_invoke", {
8860
- value: makeInvokeMethod(t, r, c)
8861
- }), a;
8854
+ a = Object.create(i.prototype);
8855
+ return c(a, "_invoke", function (r, e, n) {
8856
+ var o = 1;
8857
+ return function (i, a) {
8858
+ if (3 === o) throw Error("Generator is already running");
8859
+ if (4 === o) {
8860
+ if ("throw" === i) throw a;
8861
+ return {
8862
+ value: t,
8863
+ done: !0
8864
+ };
8865
+ }
8866
+ for (n.method = i, n.arg = a;;) {
8867
+ var u = n.delegate;
8868
+ if (u) {
8869
+ var c = d(u, n);
8870
+ if (c) {
8871
+ if (c === f) continue;
8872
+ return c;
8873
+ }
8874
+ }
8875
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
8876
+ if (1 === o) throw o = 4, n.arg;
8877
+ n.dispatchException(n.arg);
8878
+ } else "return" === n.method && n.abrupt("return", n.arg);
8879
+ o = 3;
8880
+ var h = s(r, e, n);
8881
+ if ("normal" === h.type) {
8882
+ if (o = n.done ? 4 : 2, h.arg === f) continue;
8883
+ return {
8884
+ value: h.arg,
8885
+ done: n.done
8886
+ };
8887
+ }
8888
+ "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
8889
+ }
8890
+ };
8891
+ }(r, n, new Context(o || [])), !0), a;
8862
8892
  }
8863
- function tryCatch(t, e, r) {
8893
+ function s(t, r, e) {
8864
8894
  try {
8865
8895
  return {
8866
8896
  type: "normal",
8867
- arg: t.call(e, r)
8897
+ arg: t.call(r, e)
8868
8898
  };
8869
8899
  } catch (t) {
8870
8900
  return {
@@ -8873,255 +8903,193 @@ function _regeneratorRuntime() {
8873
8903
  };
8874
8904
  }
8875
8905
  }
8876
- e.wrap = wrap;
8877
- var h = "suspendedStart",
8878
- l = "suspendedYield",
8879
- f = "executing",
8880
- s = "completed",
8881
- y = {};
8906
+ r.wrap = h;
8907
+ var f = {};
8882
8908
  function Generator() {}
8883
8909
  function GeneratorFunction() {}
8884
8910
  function GeneratorFunctionPrototype() {}
8885
- var p = {};
8886
- define(p, a, function () {
8911
+ var l = {};
8912
+ c(l, i, function () {
8887
8913
  return this;
8888
8914
  });
8889
- var d = Object.getPrototypeOf,
8890
- v = d && d(d(values([])));
8891
- v && v !== r && n.call(v, a) && (p = v);
8892
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
8893
- function defineIteratorMethods(t) {
8894
- ["next", "throw", "return"].forEach(function (e) {
8895
- define(t, e, function (t) {
8896
- return this._invoke(e, t);
8915
+ var p = Object.getPrototypeOf,
8916
+ y = p && p(p(x([])));
8917
+ y && y !== e && n.call(y, i) && (l = y);
8918
+ var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
8919
+ function g(t) {
8920
+ ["next", "throw", "return"].forEach(function (r) {
8921
+ c(t, r, function (t) {
8922
+ return this._invoke(r, t);
8897
8923
  });
8898
8924
  });
8899
8925
  }
8900
- function AsyncIterator(t, e) {
8901
- function invoke(r, o, i, a) {
8902
- var c = tryCatch(t[r], t, o);
8926
+ function AsyncIterator(t, r) {
8927
+ function e(o, i, a, u) {
8928
+ var c = s(t[o], t, i);
8903
8929
  if ("throw" !== c.type) {
8904
- var u = c.arg,
8905
- h = u.value;
8906
- return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
8907
- invoke("next", t, i, a);
8930
+ var h = c.arg,
8931
+ f = h.value;
8932
+ return f && "object" == _typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
8933
+ e("next", t, a, u);
8908
8934
  }, function (t) {
8909
- invoke("throw", t, i, a);
8910
- }) : e.resolve(h).then(function (t) {
8911
- u.value = t, i(u);
8935
+ e("throw", t, a, u);
8936
+ }) : r.resolve(f).then(function (t) {
8937
+ h.value = t, a(h);
8912
8938
  }, function (t) {
8913
- return invoke("throw", t, i, a);
8939
+ return e("throw", t, a, u);
8914
8940
  });
8915
8941
  }
8916
- a(c.arg);
8917
- }
8918
- var r;
8919
- o(this, "_invoke", {
8920
- value: function value(t, n) {
8921
- function callInvokeWithMethodAndArg() {
8922
- return new e(function (e, r) {
8923
- invoke(t, n, e, r);
8924
- });
8925
- }
8926
- return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
8927
- }
8928
- });
8929
- }
8930
- function makeInvokeMethod(e, r, n) {
8931
- var o = h;
8932
- return function (i, a) {
8933
- if (o === f) throw Error("Generator is already running");
8934
- if (o === s) {
8935
- if ("throw" === i) throw a;
8936
- return {
8937
- value: t,
8938
- done: !0
8939
- };
8940
- }
8941
- for (n.method = i, n.arg = a;;) {
8942
- var c = n.delegate;
8943
- if (c) {
8944
- var u = maybeInvokeDelegate(c, n);
8945
- if (u) {
8946
- if (u === y) continue;
8947
- return u;
8948
- }
8949
- }
8950
- if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
8951
- if (o === h) throw o = s, n.arg;
8952
- n.dispatchException(n.arg);
8953
- } else "return" === n.method && n.abrupt("return", n.arg);
8954
- o = f;
8955
- var p = tryCatch(e, r, n);
8956
- if ("normal" === p.type) {
8957
- if (o = n.done ? s : l, p.arg === y) continue;
8958
- return {
8959
- value: p.arg,
8960
- done: n.done
8961
- };
8962
- }
8963
- "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
8942
+ u(c.arg);
8943
+ }
8944
+ var o;
8945
+ c(this, "_invoke", function (t, n) {
8946
+ function i() {
8947
+ return new r(function (r, o) {
8948
+ e(t, n, r, o);
8949
+ });
8964
8950
  }
8965
- };
8966
- }
8967
- function maybeInvokeDelegate(e, r) {
8968
- var n = r.method,
8969
- o = e.iterator[n];
8970
- if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
8971
- var i = tryCatch(o, e.iterator, r.arg);
8972
- if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
8951
+ return o = o ? o.then(i, i) : i();
8952
+ }, !0);
8953
+ }
8954
+ function d(r, e) {
8955
+ var n = e.method,
8956
+ o = r.i[n];
8957
+ if (o === t) return e.delegate = null, "throw" === n && r.i["return"] && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f;
8958
+ var i = s(o, r.i, e.arg);
8959
+ if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
8973
8960
  var a = i.arg;
8974
- return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
8961
+ return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f);
8975
8962
  }
8976
- function pushTryEntry(t) {
8977
- var e = {
8978
- tryLoc: t[0]
8979
- };
8980
- 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
8963
+ function w(t) {
8964
+ this.tryEntries.push(t);
8981
8965
  }
8982
- function resetTryEntry(t) {
8983
- var e = t.completion || {};
8984
- e.type = "normal", delete e.arg, t.completion = e;
8966
+ function m(r) {
8967
+ var e = r[4] || {};
8968
+ e.type = "normal", e.arg = t, r[4] = e;
8985
8969
  }
8986
8970
  function Context(t) {
8987
- this.tryEntries = [{
8988
- tryLoc: "root"
8989
- }], t.forEach(pushTryEntry, this), this.reset(!0);
8990
- }
8991
- function values(e) {
8992
- if (e || "" === e) {
8993
- var r = e[a];
8994
- if (r) return r.call(e);
8995
- if ("function" == typeof e.next) return e;
8996
- if (!isNaN(e.length)) {
8971
+ this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
8972
+ }
8973
+ function x(r) {
8974
+ if (null != r) {
8975
+ var e = r[i];
8976
+ if (e) return e.call(r);
8977
+ if ("function" == typeof r.next) return r;
8978
+ if (!isNaN(r.length)) {
8997
8979
  var o = -1,
8998
- i = function next() {
8999
- for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
9000
- return next.value = t, next.done = !0, next;
8980
+ a = function e() {
8981
+ for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
8982
+ return e.value = t, e.done = !0, e;
9001
8983
  };
9002
- return i.next = i;
8984
+ return a.next = a;
9003
8985
  }
9004
8986
  }
9005
- throw new TypeError(_typeof(e) + " is not iterable");
9006
- }
9007
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
9008
- value: GeneratorFunctionPrototype,
9009
- configurable: !0
9010
- }), o(GeneratorFunctionPrototype, "constructor", {
9011
- value: GeneratorFunction,
9012
- configurable: !0
9013
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
9014
- var e = "function" == typeof t && t.constructor;
9015
- return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
9016
- }, e.mark = function (t) {
9017
- return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
9018
- }, e.awrap = function (t) {
8987
+ throw new TypeError(_typeof(r) + " is not iterable");
8988
+ }
8989
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
8990
+ var r = "function" == typeof t && t.constructor;
8991
+ return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
8992
+ }, r.mark = function (t) {
8993
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
8994
+ }, r.awrap = function (t) {
9019
8995
  return {
9020
8996
  __await: t
9021
8997
  };
9022
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
8998
+ }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
9023
8999
  return this;
9024
- }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
9000
+ }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
9025
9001
  void 0 === i && (i = Promise);
9026
- var a = new AsyncIterator(wrap(t, r, n, o), i);
9027
- return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
9002
+ var a = new AsyncIterator(h(t, e, n, o), i);
9003
+ return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
9028
9004
  return t.done ? t.value : a.next();
9029
9005
  });
9030
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
9006
+ }, g(v), c(v, u, "Generator"), c(v, i, function () {
9031
9007
  return this;
9032
- }), define(g, "toString", function () {
9008
+ }), c(v, "toString", function () {
9033
9009
  return "[object Generator]";
9034
- }), e.keys = function (t) {
9035
- var e = Object(t),
9036
- r = [];
9037
- for (var n in e) r.push(n);
9038
- return r.reverse(), function next() {
9039
- for (; r.length;) {
9040
- var t = r.pop();
9041
- if (t in e) return next.value = t, next.done = !1, next;
9042
- }
9043
- return next.done = !0, next;
9010
+ }), r.keys = function (t) {
9011
+ var r = Object(t),
9012
+ e = [];
9013
+ for (var n in r) e.unshift(n);
9014
+ return function t() {
9015
+ for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
9016
+ return t.done = !0, t;
9044
9017
  };
9045
- }, e.values = values, Context.prototype = {
9018
+ }, r.values = x, Context.prototype = {
9046
9019
  constructor: Context,
9047
- reset: function reset(e) {
9048
- if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
9020
+ reset: function reset(r) {
9021
+ if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t);
9049
9022
  },
9050
9023
  stop: function stop() {
9051
9024
  this.done = !0;
9052
- var t = this.tryEntries[0].completion;
9025
+ var t = this.tryEntries[0][4];
9053
9026
  if ("throw" === t.type) throw t.arg;
9054
9027
  return this.rval;
9055
9028
  },
9056
- dispatchException: function dispatchException(e) {
9057
- if (this.done) throw e;
9058
- var r = this;
9059
- function handle(n, o) {
9060
- return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
9029
+ dispatchException: function dispatchException(r) {
9030
+ if (this.done) throw r;
9031
+ var e = this;
9032
+ function n(t) {
9033
+ a.type = "throw", a.arg = r, e.next = t;
9061
9034
  }
9062
- for (var o = this.tryEntries.length - 1; o >= 0; --o) {
9035
+ for (var o = e.tryEntries.length - 1; o >= 0; --o) {
9063
9036
  var i = this.tryEntries[o],
9064
- a = i.completion;
9065
- if ("root" === i.tryLoc) return handle("end");
9066
- if (i.tryLoc <= this.prev) {
9067
- var c = n.call(i, "catchLoc"),
9068
- u = n.call(i, "finallyLoc");
9069
- if (c && u) {
9070
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
9071
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
9072
- } else if (c) {
9073
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
9074
- } else {
9075
- if (!u) throw Error("try statement without catch or finally");
9076
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
9077
- }
9037
+ a = i[4],
9038
+ u = this.prev,
9039
+ c = i[1],
9040
+ h = i[2];
9041
+ if (-1 === i[0]) return n("end"), !1;
9042
+ if (!c && !h) throw Error("try statement without catch or finally");
9043
+ if (null != i[0] && i[0] <= u) {
9044
+ if (u < c) return this.method = "next", this.arg = t, n(c), !0;
9045
+ if (u < h) return n(h), !1;
9078
9046
  }
9079
9047
  }
9080
9048
  },
9081
- abrupt: function abrupt(t, e) {
9082
- for (var r = this.tryEntries.length - 1; r >= 0; --r) {
9083
- var o = this.tryEntries[r];
9084
- if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
9085
- var i = o;
9049
+ abrupt: function abrupt(t, r) {
9050
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
9051
+ var n = this.tryEntries[e];
9052
+ if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
9053
+ var o = n;
9086
9054
  break;
9087
9055
  }
9088
9056
  }
9089
- i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
9090
- var a = i ? i.completion : {};
9091
- return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
9057
+ o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
9058
+ var i = o ? o[4] : {};
9059
+ return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
9092
9060
  },
9093
- complete: function complete(t, e) {
9061
+ complete: function complete(t, r) {
9094
9062
  if ("throw" === t.type) throw t.arg;
9095
- return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
9063
+ return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f;
9096
9064
  },
9097
9065
  finish: function finish(t) {
9098
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
9099
- var r = this.tryEntries[e];
9100
- if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
9066
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
9067
+ var e = this.tryEntries[r];
9068
+ if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
9101
9069
  }
9102
9070
  },
9103
9071
  "catch": function _catch(t) {
9104
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
9105
- var r = this.tryEntries[e];
9106
- if (r.tryLoc === t) {
9107
- var n = r.completion;
9072
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
9073
+ var e = this.tryEntries[r];
9074
+ if (e[0] === t) {
9075
+ var n = e[4];
9108
9076
  if ("throw" === n.type) {
9109
9077
  var o = n.arg;
9110
- resetTryEntry(r);
9078
+ m(e);
9111
9079
  }
9112
9080
  return o;
9113
9081
  }
9114
9082
  }
9115
9083
  throw Error("illegal catch attempt");
9116
9084
  },
9117
- delegateYield: function delegateYield(e, r, n) {
9085
+ delegateYield: function delegateYield(r, e, n) {
9118
9086
  return this.delegate = {
9119
- iterator: values(e),
9120
- resultName: r,
9121
- nextLoc: n
9122
- }, "next" === this.method && (this.arg = t), y;
9087
+ i: x(r),
9088
+ r: e,
9089
+ n: n
9090
+ }, "next" === this.method && (this.arg = t), f;
9123
9091
  }
9124
- }, e;
9092
+ }, r;
9125
9093
  }
9126
9094
 
9127
9095
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
@@ -9749,31 +9717,31 @@ var esnext_iterator_map = __webpack_require__("a573");
9749
9717
  this.internal.afterInsertGoToCreate = false;
9750
9718
  },
9751
9719
  goToElement: function goToElement(type) {
9752
- var _this10 = this;
9720
+ var _this0 = this;
9753
9721
  return _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
9754
9722
  var objPk, pkColumns, calcPk;
9755
9723
  return _regeneratorRuntime().wrap(function _callee$(_context) {
9756
9724
  while (1) switch (_context.prev = _context.next) {
9757
9725
  case 0:
9758
9726
  objPk = {};
9759
- _this10.modelDependency.columns.filter(function (c) {
9727
+ _this0.modelDependency.columns.filter(function (c) {
9760
9728
  return c.isPk;
9761
9729
  }).map(function (c) {
9762
- return objPk[c.name] = _this10.model[c.name];
9730
+ return objPk[c.name] = _this0.model[c.name];
9763
9731
  });
9764
- pkColumns = _this10.modelDependency.columns.filter(function (c) {
9732
+ pkColumns = _this0.modelDependency.columns.filter(function (c) {
9765
9733
  return c.isPk;
9766
9734
  }).map(function (c) {
9767
9735
  return c.name;
9768
9736
  });
9769
9737
  _context.next = 5;
9770
- return _this10.getPkFromList(JSON.stringify(objPk), pkColumns, type);
9738
+ return _this0.getPkFromList(JSON.stringify(objPk), pkColumns, type);
9771
9739
  case 5:
9772
9740
  calcPk = _context.sent;
9773
9741
  if (calcPk) {
9774
- _this10.goToElementFromPk(calcPk);
9742
+ _this0.goToElementFromPk(calcPk);
9775
9743
  } else {
9776
- _this10.$puiNotify.warning(_this10.$t('form.prevnextbtns_nomorerecords'));
9744
+ _this0.$puiNotify.warning(_this0.$t('form.prevnextbtns_nomorerecords'));
9777
9745
  }
9778
9746
  case 7:
9779
9747
  case "end":
@@ -9783,9 +9751,9 @@ var esnext_iterator_map = __webpack_require__("a573");
9783
9751
  }))();
9784
9752
  },
9785
9753
  getPkFromList: function getPkFromList(currentPk, pkColumns, type, page) {
9786
- var _this11 = this;
9754
+ var _this1 = this;
9787
9755
  return _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
9788
- var config, _yield$_this11$$puiRe, responseData, dataLength, index, item, objPk, i, _dataLength, _item, _objPk, _index;
9756
+ var config, _yield$_this1$$puiReq, responseData, dataLength, index, item, objPk, i, _dataLength, _item, _objPk, _index;
9789
9757
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
9790
9758
  while (1) switch (_context2.prev = _context2.next) {
9791
9759
  case 0:
@@ -9795,7 +9763,7 @@ var esnext_iterator_map = __webpack_require__("a573");
9795
9763
  }
9796
9764
  return _context2.abrupt("return");
9797
9765
  case 2:
9798
- config = localStorage.getItem("pui9_datatable_".concat(_this11.modelDependency.name));
9766
+ config = localStorage.getItem("pui9_datatable_".concat(_this1.modelDependency.name));
9799
9767
  if (config) {
9800
9768
  _context2.next = 5;
9801
9769
  break;
@@ -9805,20 +9773,20 @@ var esnext_iterator_map = __webpack_require__("a573");
9805
9773
  config = JSON.parse(config);
9806
9774
  if (page != undefined) {
9807
9775
  config.page = page;
9808
- localStorage.setItem("pui9_datatable_".concat(_this11.modelDependency.name), JSON.stringify(config));
9776
+ localStorage.setItem("pui9_datatable_".concat(_this1.modelDependency.name), JSON.stringify(config));
9809
9777
  }
9810
9778
  _context2.next = 9;
9811
- return _this11.$puiRequests.postRequest('/puisearch', config);
9779
+ return _this1.$puiRequests.postRequest('/puisearch', config);
9812
9780
  case 9:
9813
- _yield$_this11$$puiRe = _context2.sent;
9814
- responseData = _yield$_this11$$puiRe.data;
9781
+ _yield$_this1$$puiReq = _context2.sent;
9782
+ responseData = _yield$_this1$$puiReq.data;
9815
9783
  if (!(!responseData || !responseData.data || responseData.data.length == 0)) {
9816
9784
  _context2.next = 14;
9817
9785
  break;
9818
9786
  }
9819
9787
  if (page != undefined) {
9820
9788
  config.page = page - 1;
9821
- localStorage.setItem("pui9_datatable_".concat(_this11.modelDependency.name), JSON.stringify(config));
9789
+ localStorage.setItem("pui9_datatable_".concat(_this1.modelDependency.name), JSON.stringify(config));
9822
9790
  }
9823
9791
  return _context2.abrupt("return");
9824
9792
  case 14:
@@ -9829,7 +9797,7 @@ var esnext_iterator_map = __webpack_require__("a573");
9829
9797
  dataLength = responseData.data.length;
9830
9798
  index = type === 'PREV' ? dataLength - 1 : 0;
9831
9799
  item = responseData.data[index];
9832
- objPk = _this11.getObjectPk(pkColumns, item);
9800
+ objPk = _this1.getObjectPk(pkColumns, item);
9833
9801
  return _context2.abrupt("return", JSON.stringify(objPk));
9834
9802
  case 20:
9835
9803
  i = 0, _dataLength = responseData.data.length;
@@ -9839,7 +9807,7 @@ var esnext_iterator_map = __webpack_require__("a573");
9839
9807
  break;
9840
9808
  }
9841
9809
  _item = responseData.data[i];
9842
- _objPk = _this11.getObjectPk(pkColumns, _item);
9810
+ _objPk = _this1.getObjectPk(pkColumns, _item);
9843
9811
  if (!(currentPk == JSON.stringify(_objPk))) {
9844
9812
  _context2.next = 37;
9845
9813
  break;
@@ -9848,17 +9816,17 @@ var esnext_iterator_map = __webpack_require__("a573");
9848
9816
  _context2.next = 29;
9849
9817
  break;
9850
9818
  }
9851
- return _context2.abrupt("return", _this11.getPkFromList(currentPk, pkColumns, type, config.page - 1));
9819
+ return _context2.abrupt("return", _this1.getPkFromList(currentPk, pkColumns, type, config.page - 1));
9852
9820
  case 29:
9853
9821
  if (!(i == _dataLength - 1 && type === 'NEXT')) {
9854
9822
  _context2.next = 33;
9855
9823
  break;
9856
9824
  }
9857
- return _context2.abrupt("return", _this11.getPkFromList(currentPk, pkColumns, type, config.page + 1));
9825
+ return _context2.abrupt("return", _this1.getPkFromList(currentPk, pkColumns, type, config.page + 1));
9858
9826
  case 33:
9859
9827
  _index = type === 'PREV' ? i - 1 : i + 1;
9860
9828
  _item = responseData.data[_index];
9861
- _objPk = _this11.getObjectPk(pkColumns, _item);
9829
+ _objPk = _this1.getObjectPk(pkColumns, _item);
9862
9830
  return _context2.abrupt("return", JSON.stringify(_objPk));
9863
9831
  case 37:
9864
9832
  i++;
@@ -9902,7 +9870,7 @@ var esnext_iterator_map = __webpack_require__("a573");
9902
9870
  }
9903
9871
  }
9904
9872
  });
9905
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"862245c6-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateMapping.vue?vue&type=template&id=c123ece2
9873
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2407bbf5-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateMapping.vue?vue&type=template&id=c123ece2
9906
9874
  var PuiDocgenTemplateMappingvue_type_template_id_c123ece2_render = function render() {
9907
9875
  var _vm = this,
9908
9876
  _c = _vm._self._c;
@@ -10369,7 +10337,7 @@ var component = normalizeComponent(
10369
10337
  )
10370
10338
 
10371
10339
  /* harmony default export */ var PuiDocgenTemplateMapping = (component.exports);
10372
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"862245c6-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateParameter.vue?vue&type=template&id=18009053
10340
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2407bbf5-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateParameter.vue?vue&type=template&id=18009053
10373
10341
  var PuiDocgenTemplateParametervue_type_template_id_18009053_render = function render() {
10374
10342
  var _vm = this,
10375
10343
  _c = _vm._self._c;
@@ -11044,7 +11012,7 @@ var PuiDocgenTemplateForm_component = normalizeComponent(
11044
11012
  )
11045
11013
 
11046
11014
  /* harmony default export */ var PuiDocgenTemplateForm = (PuiDocgenTemplateForm_component.exports);
11047
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"862245c6-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateGrid.vue?vue&type=template&id=dcba3a1e
11015
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2407bbf5-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateGrid.vue?vue&type=template&id=dcba3a1e
11048
11016
  var PuiDocgenTemplateGridvue_type_template_id_dcba3a1e_render = function render() {
11049
11017
  var _vm = this,
11050
11018
  _c = _vm._self._c;
@@ -11169,7 +11137,7 @@ var uploadNewTemplateAction = {
11169
11137
  /* harmony default export */ var PuiDocgenTemplateActions = ({
11170
11138
  actions: [generateAction, downloadTemplateAction, downloadSampleTemplateAction, uploadNewTemplateAction]
11171
11139
  });
11172
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"862245c6-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateModals.vue?vue&type=template&id=78039527
11140
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2407bbf5-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/puidocgen/PuiDocgenTemplateModals.vue?vue&type=template&id=78039527
11173
11141
  var PuiDocgenTemplateModalsvue_type_template_id_78039527_render = function render() {
11174
11142
  var _vm = this,
11175
11143
  _c = _vm._self._c;