@factoringplus/pl-components-pack-v3 0.12.5-pre-15 → 0.12.5-pre-16

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.
@@ -7670,297 +7670,299 @@ function getAugmentedNamespace(g) {
7670
7670
  });
7671
7671
  }), j;
7672
7672
  }
7673
- var dayjs_min = { exports: {} };
7674
- (function(g, y) {
7675
- (function(j, z) {
7676
- g.exports = z();
7677
- })(commonjsGlobal, function() {
7678
- var j = 1e3, z = 6e4, L = 36e5, V = "millisecond", re = "second", oe = "minute", le = "hour", ue = "day", ie = "week", pe = "month", de = "quarter", Ne = "year", Ie = "date", _e = "Invalid Date", Oe = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, Ce = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, ze = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(bn) {
7679
- var Sn = ["th", "st", "nd", "rd"], Cn = bn % 100;
7680
- return "[" + bn + (Sn[(Cn - 20) % 10] || Sn[Cn] || Sn[0]) + "]";
7681
- } }, Ve = function(bn, Sn, Cn) {
7682
- var kn = String(bn);
7683
- return !kn || kn.length >= Sn ? bn : "" + Array(Sn + 1 - kn.length).join(Cn) + bn;
7684
- }, xe = { s: Ve, z: function(bn) {
7685
- var Sn = -bn.utcOffset(), Cn = Math.abs(Sn), kn = Math.floor(Cn / 60), Tn = Cn % 60;
7686
- return (Sn <= 0 ? "+" : "-") + Ve(kn, 2, "0") + ":" + Ve(Tn, 2, "0");
7687
- }, m: function bn(Sn, Cn) {
7688
- if (Sn.date() < Cn.date())
7689
- return -bn(Cn, Sn);
7690
- var kn = 12 * (Cn.year() - Sn.year()) + (Cn.month() - Sn.month()), Tn = Sn.clone().add(kn, pe), $n = Cn - Tn < 0, Nn = Sn.clone().add(kn + ($n ? -1 : 1), pe);
7691
- return +(-(kn + (Cn - Tn) / ($n ? Tn - Nn : Nn - Tn)) || 0);
7692
- }, a: function(bn) {
7693
- return bn < 0 ? Math.ceil(bn) || 0 : Math.floor(bn);
7694
- }, p: function(bn) {
7695
- return { M: pe, y: Ne, w: ie, d: ue, D: Ie, h: le, m: oe, s: re, ms: V, Q: de }[bn] || String(bn || "").toLowerCase().replace(/s$/, "");
7696
- }, u: function(bn) {
7697
- return bn === void 0;
7698
- } }, Dt = "en", Ue = {};
7699
- Ue[Dt] = ze;
7700
- var Et = function(bn) {
7701
- return bn instanceof kt;
7702
- }, jt = function bn(Sn, Cn, kn) {
7703
- var Tn;
7704
- if (!Sn)
7705
- return Dt;
7706
- if (typeof Sn == "string") {
7707
- var $n = Sn.toLowerCase();
7708
- Ue[$n] && (Tn = $n), Cn && (Ue[$n] = Cn, Tn = $n);
7709
- var Nn = Sn.split("-");
7710
- if (!Tn && Nn.length > 1)
7711
- return bn(Nn[0]);
7712
- } else {
7713
- var jn = Sn.name;
7714
- Ue[jn] = Sn, Tn = jn;
7715
- }
7716
- return !kn && Tn && (Dt = Tn), Tn || !kn && Dt;
7717
- }, hn = function(bn, Sn) {
7718
- if (Et(bn))
7719
- return bn.clone();
7720
- var Cn = typeof Sn == "object" ? Sn : {};
7721
- return Cn.date = bn, Cn.args = arguments, new kt(Cn);
7722
- }, Lt = xe;
7723
- Lt.l = jt, Lt.i = Et, Lt.w = function(bn, Sn) {
7724
- return hn(bn, { locale: Sn.$L, utc: Sn.$u, x: Sn.$x, $offset: Sn.$offset });
7725
- };
7726
- var kt = function() {
7727
- function bn(Cn) {
7728
- this.$L = jt(Cn.locale, null, !0), this.parse(Cn);
7729
- }
7730
- var Sn = bn.prototype;
7731
- return Sn.parse = function(Cn) {
7732
- this.$d = function(kn) {
7733
- var Tn = kn.date, $n = kn.utc;
7734
- if (Tn === null)
7735
- return /* @__PURE__ */ new Date(NaN);
7736
- if (Lt.u(Tn))
7737
- return /* @__PURE__ */ new Date();
7738
- if (Tn instanceof Date)
7739
- return new Date(Tn);
7740
- if (typeof Tn == "string" && !/Z$/i.test(Tn)) {
7741
- var Nn = Tn.match(Oe);
7742
- if (Nn) {
7743
- var jn = Nn[2] - 1 || 0, Vn = (Nn[7] || "0").substring(0, 3);
7744
- return $n ? new Date(Date.UTC(Nn[1], jn, Nn[3] || 1, Nn[4] || 0, Nn[5] || 0, Nn[6] || 0, Vn)) : new Date(Nn[1], jn, Nn[3] || 1, Nn[4] || 0, Nn[5] || 0, Nn[6] || 0, Vn);
7745
- }
7746
- }
7747
- return new Date(Tn);
7748
- }(Cn), this.$x = Cn.x || {}, this.init();
7749
- }, Sn.init = function() {
7750
- var Cn = this.$d;
7751
- this.$y = Cn.getFullYear(), this.$M = Cn.getMonth(), this.$D = Cn.getDate(), this.$W = Cn.getDay(), this.$H = Cn.getHours(), this.$m = Cn.getMinutes(), this.$s = Cn.getSeconds(), this.$ms = Cn.getMilliseconds();
7752
- }, Sn.$utils = function() {
7753
- return Lt;
7754
- }, Sn.isValid = function() {
7755
- return this.$d.toString() !== _e;
7756
- }, Sn.isSame = function(Cn, kn) {
7757
- var Tn = hn(Cn);
7758
- return this.startOf(kn) <= Tn && Tn <= this.endOf(kn);
7759
- }, Sn.isAfter = function(Cn, kn) {
7760
- return hn(Cn) < this.startOf(kn);
7761
- }, Sn.isBefore = function(Cn, kn) {
7762
- return this.endOf(kn) < hn(Cn);
7763
- }, Sn.$g = function(Cn, kn, Tn) {
7764
- return Lt.u(Cn) ? this[kn] : this.set(Tn, Cn);
7765
- }, Sn.unix = function() {
7766
- return Math.floor(this.valueOf() / 1e3);
7767
- }, Sn.valueOf = function() {
7768
- return this.$d.getTime();
7769
- }, Sn.startOf = function(Cn, kn) {
7770
- var Tn = this, $n = !!Lt.u(kn) || kn, Nn = Lt.p(Cn), jn = function(Wn, or) {
7771
- var cr = Lt.w(Tn.$u ? Date.UTC(Tn.$y, or, Wn) : new Date(Tn.$y, or, Wn), Tn);
7772
- return $n ? cr : cr.endOf(ue);
7773
- }, Vn = function(Wn, or) {
7774
- return Lt.w(Tn.toDate()[Wn].apply(Tn.toDate("s"), ($n ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(or)), Tn);
7775
- }, xn = this.$W, Gn = this.$M, Zn = this.$D, tr = "set" + (this.$u ? "UTC" : "");
7776
- switch (Nn) {
7777
- case Ne:
7778
- return $n ? jn(1, 0) : jn(31, 11);
7779
- case pe:
7780
- return $n ? jn(1, Gn) : jn(0, Gn + 1);
7781
- case ie:
7782
- var lr = this.$locale().weekStart || 0, Xn = (xn < lr ? xn + 7 : xn) - lr;
7783
- return jn($n ? Zn - Xn : Zn + (6 - Xn), Gn);
7784
- case ue:
7785
- case Ie:
7786
- return Vn(tr + "Hours", 0);
7787
- case le:
7788
- return Vn(tr + "Minutes", 1);
7789
- case oe:
7790
- return Vn(tr + "Seconds", 2);
7791
- case re:
7792
- return Vn(tr + "Milliseconds", 3);
7793
- default:
7794
- return this.clone();
7673
+ var dayjs_min = { exports: {} }, hasRequiredDayjs_min;
7674
+ function requireDayjs_min() {
7675
+ return hasRequiredDayjs_min || (hasRequiredDayjs_min = 1, function(g, y) {
7676
+ (function(j, z) {
7677
+ g.exports = z();
7678
+ })(commonjsGlobal, function() {
7679
+ var j = 1e3, z = 6e4, L = 36e5, V = "millisecond", re = "second", oe = "minute", le = "hour", ue = "day", ie = "week", pe = "month", de = "quarter", Ne = "year", Ie = "date", _e = "Invalid Date", Oe = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, Ce = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, ze = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(bn) {
7680
+ var Sn = ["th", "st", "nd", "rd"], Cn = bn % 100;
7681
+ return "[" + bn + (Sn[(Cn - 20) % 10] || Sn[Cn] || Sn[0]) + "]";
7682
+ } }, Ve = function(bn, Sn, Cn) {
7683
+ var kn = String(bn);
7684
+ return !kn || kn.length >= Sn ? bn : "" + Array(Sn + 1 - kn.length).join(Cn) + bn;
7685
+ }, xe = { s: Ve, z: function(bn) {
7686
+ var Sn = -bn.utcOffset(), Cn = Math.abs(Sn), kn = Math.floor(Cn / 60), Tn = Cn % 60;
7687
+ return (Sn <= 0 ? "+" : "-") + Ve(kn, 2, "0") + ":" + Ve(Tn, 2, "0");
7688
+ }, m: function bn(Sn, Cn) {
7689
+ if (Sn.date() < Cn.date())
7690
+ return -bn(Cn, Sn);
7691
+ var kn = 12 * (Cn.year() - Sn.year()) + (Cn.month() - Sn.month()), Tn = Sn.clone().add(kn, pe), $n = Cn - Tn < 0, Nn = Sn.clone().add(kn + ($n ? -1 : 1), pe);
7692
+ return +(-(kn + (Cn - Tn) / ($n ? Tn - Nn : Nn - Tn)) || 0);
7693
+ }, a: function(bn) {
7694
+ return bn < 0 ? Math.ceil(bn) || 0 : Math.floor(bn);
7695
+ }, p: function(bn) {
7696
+ return { M: pe, y: Ne, w: ie, d: ue, D: Ie, h: le, m: oe, s: re, ms: V, Q: de }[bn] || String(bn || "").toLowerCase().replace(/s$/, "");
7697
+ }, u: function(bn) {
7698
+ return bn === void 0;
7699
+ } }, Dt = "en", Ue = {};
7700
+ Ue[Dt] = ze;
7701
+ var Et = function(bn) {
7702
+ return bn instanceof kt;
7703
+ }, jt = function bn(Sn, Cn, kn) {
7704
+ var Tn;
7705
+ if (!Sn)
7706
+ return Dt;
7707
+ if (typeof Sn == "string") {
7708
+ var $n = Sn.toLowerCase();
7709
+ Ue[$n] && (Tn = $n), Cn && (Ue[$n] = Cn, Tn = $n);
7710
+ var Nn = Sn.split("-");
7711
+ if (!Tn && Nn.length > 1)
7712
+ return bn(Nn[0]);
7713
+ } else {
7714
+ var jn = Sn.name;
7715
+ Ue[jn] = Sn, Tn = jn;
7795
7716
  }
7796
- }, Sn.endOf = function(Cn) {
7797
- return this.startOf(Cn, !1);
7798
- }, Sn.$set = function(Cn, kn) {
7799
- var Tn, $n = Lt.p(Cn), Nn = "set" + (this.$u ? "UTC" : ""), jn = (Tn = {}, Tn[ue] = Nn + "Date", Tn[Ie] = Nn + "Date", Tn[pe] = Nn + "Month", Tn[Ne] = Nn + "FullYear", Tn[le] = Nn + "Hours", Tn[oe] = Nn + "Minutes", Tn[re] = Nn + "Seconds", Tn[V] = Nn + "Milliseconds", Tn)[$n], Vn = $n === ue ? this.$D + (kn - this.$W) : kn;
7800
- if ($n === pe || $n === Ne) {
7801
- var xn = this.clone().set(Ie, 1);
7802
- xn.$d[jn](Vn), xn.init(), this.$d = xn.set(Ie, Math.min(this.$D, xn.daysInMonth())).$d;
7803
- } else
7804
- jn && this.$d[jn](Vn);
7805
- return this.init(), this;
7806
- }, Sn.set = function(Cn, kn) {
7807
- return this.clone().$set(Cn, kn);
7808
- }, Sn.get = function(Cn) {
7809
- return this[Lt.p(Cn)]();
7810
- }, Sn.add = function(Cn, kn) {
7811
- var Tn, $n = this;
7812
- Cn = Number(Cn);
7813
- var Nn = Lt.p(kn), jn = function(Gn) {
7814
- var Zn = hn($n);
7815
- return Lt.w(Zn.date(Zn.date() + Math.round(Gn * Cn)), $n);
7816
- };
7817
- if (Nn === pe)
7818
- return this.set(pe, this.$M + Cn);
7819
- if (Nn === Ne)
7820
- return this.set(Ne, this.$y + Cn);
7821
- if (Nn === ue)
7822
- return jn(1);
7823
- if (Nn === ie)
7824
- return jn(7);
7825
- var Vn = (Tn = {}, Tn[oe] = z, Tn[le] = L, Tn[re] = j, Tn)[Nn] || 1, xn = this.$d.getTime() + Cn * Vn;
7826
- return Lt.w(xn, this);
7827
- }, Sn.subtract = function(Cn, kn) {
7828
- return this.add(-1 * Cn, kn);
7829
- }, Sn.format = function(Cn) {
7830
- var kn = this, Tn = this.$locale();
7831
- if (!this.isValid())
7832
- return Tn.invalidDate || _e;
7833
- var $n = Cn || "YYYY-MM-DDTHH:mm:ssZ", Nn = Lt.z(this), jn = this.$H, Vn = this.$m, xn = this.$M, Gn = Tn.weekdays, Zn = Tn.months, tr = Tn.meridiem, lr = function(or, cr, mr, pr) {
7834
- return or && (or[cr] || or(kn, $n)) || mr[cr].slice(0, pr);
7835
- }, Xn = function(or) {
7836
- return Lt.s(jn % 12 || 12, or, "0");
7837
- }, Wn = tr || function(or, cr, mr) {
7838
- var pr = or < 12 ? "AM" : "PM";
7839
- return mr ? pr.toLowerCase() : pr;
7840
- };
7841
- return $n.replace(Ce, function(or, cr) {
7842
- return cr || function(mr) {
7843
- switch (mr) {
7844
- case "YY":
7845
- return String(kn.$y).slice(-2);
7846
- case "YYYY":
7847
- return Lt.s(kn.$y, 4, "0");
7848
- case "M":
7849
- return xn + 1;
7850
- case "MM":
7851
- return Lt.s(xn + 1, 2, "0");
7852
- case "MMM":
7853
- return lr(Tn.monthsShort, xn, Zn, 3);
7854
- case "MMMM":
7855
- return lr(Zn, xn);
7856
- case "D":
7857
- return kn.$D;
7858
- case "DD":
7859
- return Lt.s(kn.$D, 2, "0");
7860
- case "d":
7861
- return String(kn.$W);
7862
- case "dd":
7863
- return lr(Tn.weekdaysMin, kn.$W, Gn, 2);
7864
- case "ddd":
7865
- return lr(Tn.weekdaysShort, kn.$W, Gn, 3);
7866
- case "dddd":
7867
- return Gn[kn.$W];
7868
- case "H":
7869
- return String(jn);
7870
- case "HH":
7871
- return Lt.s(jn, 2, "0");
7872
- case "h":
7873
- return Xn(1);
7874
- case "hh":
7875
- return Xn(2);
7876
- case "a":
7877
- return Wn(jn, Vn, !0);
7878
- case "A":
7879
- return Wn(jn, Vn, !1);
7880
- case "m":
7881
- return String(Vn);
7882
- case "mm":
7883
- return Lt.s(Vn, 2, "0");
7884
- case "s":
7885
- return String(kn.$s);
7886
- case "ss":
7887
- return Lt.s(kn.$s, 2, "0");
7888
- case "SSS":
7889
- return Lt.s(kn.$ms, 3, "0");
7890
- case "Z":
7891
- return Nn;
7717
+ return !kn && Tn && (Dt = Tn), Tn || !kn && Dt;
7718
+ }, hn = function(bn, Sn) {
7719
+ if (Et(bn))
7720
+ return bn.clone();
7721
+ var Cn = typeof Sn == "object" ? Sn : {};
7722
+ return Cn.date = bn, Cn.args = arguments, new kt(Cn);
7723
+ }, Lt = xe;
7724
+ Lt.l = jt, Lt.i = Et, Lt.w = function(bn, Sn) {
7725
+ return hn(bn, { locale: Sn.$L, utc: Sn.$u, x: Sn.$x, $offset: Sn.$offset });
7726
+ };
7727
+ var kt = function() {
7728
+ function bn(Cn) {
7729
+ this.$L = jt(Cn.locale, null, !0), this.parse(Cn);
7730
+ }
7731
+ var Sn = bn.prototype;
7732
+ return Sn.parse = function(Cn) {
7733
+ this.$d = function(kn) {
7734
+ var Tn = kn.date, $n = kn.utc;
7735
+ if (Tn === null)
7736
+ return /* @__PURE__ */ new Date(NaN);
7737
+ if (Lt.u(Tn))
7738
+ return /* @__PURE__ */ new Date();
7739
+ if (Tn instanceof Date)
7740
+ return new Date(Tn);
7741
+ if (typeof Tn == "string" && !/Z$/i.test(Tn)) {
7742
+ var Nn = Tn.match(Oe);
7743
+ if (Nn) {
7744
+ var jn = Nn[2] - 1 || 0, Vn = (Nn[7] || "0").substring(0, 3);
7745
+ return $n ? new Date(Date.UTC(Nn[1], jn, Nn[3] || 1, Nn[4] || 0, Nn[5] || 0, Nn[6] || 0, Vn)) : new Date(Nn[1], jn, Nn[3] || 1, Nn[4] || 0, Nn[5] || 0, Nn[6] || 0, Vn);
7746
+ }
7892
7747
  }
7893
- return null;
7894
- }(or) || Nn.replace(":", "");
7895
- });
7896
- }, Sn.utcOffset = function() {
7897
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
7898
- }, Sn.diff = function(Cn, kn, Tn) {
7899
- var $n, Nn = this, jn = Lt.p(kn), Vn = hn(Cn), xn = (Vn.utcOffset() - this.utcOffset()) * z, Gn = this - Vn, Zn = function() {
7900
- return Lt.m(Nn, Vn);
7748
+ return new Date(Tn);
7749
+ }(Cn), this.$x = Cn.x || {}, this.init();
7750
+ }, Sn.init = function() {
7751
+ var Cn = this.$d;
7752
+ this.$y = Cn.getFullYear(), this.$M = Cn.getMonth(), this.$D = Cn.getDate(), this.$W = Cn.getDay(), this.$H = Cn.getHours(), this.$m = Cn.getMinutes(), this.$s = Cn.getSeconds(), this.$ms = Cn.getMilliseconds();
7753
+ }, Sn.$utils = function() {
7754
+ return Lt;
7755
+ }, Sn.isValid = function() {
7756
+ return this.$d.toString() !== _e;
7757
+ }, Sn.isSame = function(Cn, kn) {
7758
+ var Tn = hn(Cn);
7759
+ return this.startOf(kn) <= Tn && Tn <= this.endOf(kn);
7760
+ }, Sn.isAfter = function(Cn, kn) {
7761
+ return hn(Cn) < this.startOf(kn);
7762
+ }, Sn.isBefore = function(Cn, kn) {
7763
+ return this.endOf(kn) < hn(Cn);
7764
+ }, Sn.$g = function(Cn, kn, Tn) {
7765
+ return Lt.u(Cn) ? this[kn] : this.set(Tn, Cn);
7766
+ }, Sn.unix = function() {
7767
+ return Math.floor(this.valueOf() / 1e3);
7768
+ }, Sn.valueOf = function() {
7769
+ return this.$d.getTime();
7770
+ }, Sn.startOf = function(Cn, kn) {
7771
+ var Tn = this, $n = !!Lt.u(kn) || kn, Nn = Lt.p(Cn), jn = function(Wn, or) {
7772
+ var cr = Lt.w(Tn.$u ? Date.UTC(Tn.$y, or, Wn) : new Date(Tn.$y, or, Wn), Tn);
7773
+ return $n ? cr : cr.endOf(ue);
7774
+ }, Vn = function(Wn, or) {
7775
+ return Lt.w(Tn.toDate()[Wn].apply(Tn.toDate("s"), ($n ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(or)), Tn);
7776
+ }, xn = this.$W, Gn = this.$M, Zn = this.$D, tr = "set" + (this.$u ? "UTC" : "");
7777
+ switch (Nn) {
7778
+ case Ne:
7779
+ return $n ? jn(1, 0) : jn(31, 11);
7780
+ case pe:
7781
+ return $n ? jn(1, Gn) : jn(0, Gn + 1);
7782
+ case ie:
7783
+ var lr = this.$locale().weekStart || 0, Xn = (xn < lr ? xn + 7 : xn) - lr;
7784
+ return jn($n ? Zn - Xn : Zn + (6 - Xn), Gn);
7785
+ case ue:
7786
+ case Ie:
7787
+ return Vn(tr + "Hours", 0);
7788
+ case le:
7789
+ return Vn(tr + "Minutes", 1);
7790
+ case oe:
7791
+ return Vn(tr + "Seconds", 2);
7792
+ case re:
7793
+ return Vn(tr + "Milliseconds", 3);
7794
+ default:
7795
+ return this.clone();
7796
+ }
7797
+ }, Sn.endOf = function(Cn) {
7798
+ return this.startOf(Cn, !1);
7799
+ }, Sn.$set = function(Cn, kn) {
7800
+ var Tn, $n = Lt.p(Cn), Nn = "set" + (this.$u ? "UTC" : ""), jn = (Tn = {}, Tn[ue] = Nn + "Date", Tn[Ie] = Nn + "Date", Tn[pe] = Nn + "Month", Tn[Ne] = Nn + "FullYear", Tn[le] = Nn + "Hours", Tn[oe] = Nn + "Minutes", Tn[re] = Nn + "Seconds", Tn[V] = Nn + "Milliseconds", Tn)[$n], Vn = $n === ue ? this.$D + (kn - this.$W) : kn;
7801
+ if ($n === pe || $n === Ne) {
7802
+ var xn = this.clone().set(Ie, 1);
7803
+ xn.$d[jn](Vn), xn.init(), this.$d = xn.set(Ie, Math.min(this.$D, xn.daysInMonth())).$d;
7804
+ } else
7805
+ jn && this.$d[jn](Vn);
7806
+ return this.init(), this;
7807
+ }, Sn.set = function(Cn, kn) {
7808
+ return this.clone().$set(Cn, kn);
7809
+ }, Sn.get = function(Cn) {
7810
+ return this[Lt.p(Cn)]();
7811
+ }, Sn.add = function(Cn, kn) {
7812
+ var Tn, $n = this;
7813
+ Cn = Number(Cn);
7814
+ var Nn = Lt.p(kn), jn = function(Gn) {
7815
+ var Zn = hn($n);
7816
+ return Lt.w(Zn.date(Zn.date() + Math.round(Gn * Cn)), $n);
7817
+ };
7818
+ if (Nn === pe)
7819
+ return this.set(pe, this.$M + Cn);
7820
+ if (Nn === Ne)
7821
+ return this.set(Ne, this.$y + Cn);
7822
+ if (Nn === ue)
7823
+ return jn(1);
7824
+ if (Nn === ie)
7825
+ return jn(7);
7826
+ var Vn = (Tn = {}, Tn[oe] = z, Tn[le] = L, Tn[re] = j, Tn)[Nn] || 1, xn = this.$d.getTime() + Cn * Vn;
7827
+ return Lt.w(xn, this);
7828
+ }, Sn.subtract = function(Cn, kn) {
7829
+ return this.add(-1 * Cn, kn);
7830
+ }, Sn.format = function(Cn) {
7831
+ var kn = this, Tn = this.$locale();
7832
+ if (!this.isValid())
7833
+ return Tn.invalidDate || _e;
7834
+ var $n = Cn || "YYYY-MM-DDTHH:mm:ssZ", Nn = Lt.z(this), jn = this.$H, Vn = this.$m, xn = this.$M, Gn = Tn.weekdays, Zn = Tn.months, tr = Tn.meridiem, lr = function(or, cr, mr, pr) {
7835
+ return or && (or[cr] || or(kn, $n)) || mr[cr].slice(0, pr);
7836
+ }, Xn = function(or) {
7837
+ return Lt.s(jn % 12 || 12, or, "0");
7838
+ }, Wn = tr || function(or, cr, mr) {
7839
+ var pr = or < 12 ? "AM" : "PM";
7840
+ return mr ? pr.toLowerCase() : pr;
7841
+ };
7842
+ return $n.replace(Ce, function(or, cr) {
7843
+ return cr || function(mr) {
7844
+ switch (mr) {
7845
+ case "YY":
7846
+ return String(kn.$y).slice(-2);
7847
+ case "YYYY":
7848
+ return Lt.s(kn.$y, 4, "0");
7849
+ case "M":
7850
+ return xn + 1;
7851
+ case "MM":
7852
+ return Lt.s(xn + 1, 2, "0");
7853
+ case "MMM":
7854
+ return lr(Tn.monthsShort, xn, Zn, 3);
7855
+ case "MMMM":
7856
+ return lr(Zn, xn);
7857
+ case "D":
7858
+ return kn.$D;
7859
+ case "DD":
7860
+ return Lt.s(kn.$D, 2, "0");
7861
+ case "d":
7862
+ return String(kn.$W);
7863
+ case "dd":
7864
+ return lr(Tn.weekdaysMin, kn.$W, Gn, 2);
7865
+ case "ddd":
7866
+ return lr(Tn.weekdaysShort, kn.$W, Gn, 3);
7867
+ case "dddd":
7868
+ return Gn[kn.$W];
7869
+ case "H":
7870
+ return String(jn);
7871
+ case "HH":
7872
+ return Lt.s(jn, 2, "0");
7873
+ case "h":
7874
+ return Xn(1);
7875
+ case "hh":
7876
+ return Xn(2);
7877
+ case "a":
7878
+ return Wn(jn, Vn, !0);
7879
+ case "A":
7880
+ return Wn(jn, Vn, !1);
7881
+ case "m":
7882
+ return String(Vn);
7883
+ case "mm":
7884
+ return Lt.s(Vn, 2, "0");
7885
+ case "s":
7886
+ return String(kn.$s);
7887
+ case "ss":
7888
+ return Lt.s(kn.$s, 2, "0");
7889
+ case "SSS":
7890
+ return Lt.s(kn.$ms, 3, "0");
7891
+ case "Z":
7892
+ return Nn;
7893
+ }
7894
+ return null;
7895
+ }(or) || Nn.replace(":", "");
7896
+ });
7897
+ }, Sn.utcOffset = function() {
7898
+ return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
7899
+ }, Sn.diff = function(Cn, kn, Tn) {
7900
+ var $n, Nn = this, jn = Lt.p(kn), Vn = hn(Cn), xn = (Vn.utcOffset() - this.utcOffset()) * z, Gn = this - Vn, Zn = function() {
7901
+ return Lt.m(Nn, Vn);
7902
+ };
7903
+ switch (jn) {
7904
+ case Ne:
7905
+ $n = Zn() / 12;
7906
+ break;
7907
+ case pe:
7908
+ $n = Zn();
7909
+ break;
7910
+ case de:
7911
+ $n = Zn() / 3;
7912
+ break;
7913
+ case ie:
7914
+ $n = (Gn - xn) / 6048e5;
7915
+ break;
7916
+ case ue:
7917
+ $n = (Gn - xn) / 864e5;
7918
+ break;
7919
+ case le:
7920
+ $n = Gn / L;
7921
+ break;
7922
+ case oe:
7923
+ $n = Gn / z;
7924
+ break;
7925
+ case re:
7926
+ $n = Gn / j;
7927
+ break;
7928
+ default:
7929
+ $n = Gn;
7930
+ }
7931
+ return Tn ? $n : Lt.a($n);
7932
+ }, Sn.daysInMonth = function() {
7933
+ return this.endOf(pe).$D;
7934
+ }, Sn.$locale = function() {
7935
+ return Ue[this.$L];
7936
+ }, Sn.locale = function(Cn, kn) {
7937
+ if (!Cn)
7938
+ return this.$L;
7939
+ var Tn = this.clone(), $n = jt(Cn, kn, !0);
7940
+ return $n && (Tn.$L = $n), Tn;
7941
+ }, Sn.clone = function() {
7942
+ return Lt.w(this.$d, this);
7943
+ }, Sn.toDate = function() {
7944
+ return new Date(this.valueOf());
7945
+ }, Sn.toJSON = function() {
7946
+ return this.isValid() ? this.toISOString() : null;
7947
+ }, Sn.toISOString = function() {
7948
+ return this.$d.toISOString();
7949
+ }, Sn.toString = function() {
7950
+ return this.$d.toUTCString();
7951
+ }, bn;
7952
+ }(), En = kt.prototype;
7953
+ return hn.prototype = En, [["$ms", V], ["$s", re], ["$m", oe], ["$H", le], ["$W", ue], ["$M", pe], ["$y", Ne], ["$D", Ie]].forEach(function(bn) {
7954
+ En[bn[1]] = function(Sn) {
7955
+ return this.$g(Sn, bn[0], bn[1]);
7901
7956
  };
7902
- switch (jn) {
7903
- case Ne:
7904
- $n = Zn() / 12;
7905
- break;
7906
- case pe:
7907
- $n = Zn();
7908
- break;
7909
- case de:
7910
- $n = Zn() / 3;
7911
- break;
7912
- case ie:
7913
- $n = (Gn - xn) / 6048e5;
7914
- break;
7915
- case ue:
7916
- $n = (Gn - xn) / 864e5;
7917
- break;
7918
- case le:
7919
- $n = Gn / L;
7920
- break;
7921
- case oe:
7922
- $n = Gn / z;
7923
- break;
7924
- case re:
7925
- $n = Gn / j;
7926
- break;
7927
- default:
7928
- $n = Gn;
7929
- }
7930
- return Tn ? $n : Lt.a($n);
7931
- }, Sn.daysInMonth = function() {
7932
- return this.endOf(pe).$D;
7933
- }, Sn.$locale = function() {
7934
- return Ue[this.$L];
7935
- }, Sn.locale = function(Cn, kn) {
7936
- if (!Cn)
7937
- return this.$L;
7938
- var Tn = this.clone(), $n = jt(Cn, kn, !0);
7939
- return $n && (Tn.$L = $n), Tn;
7940
- }, Sn.clone = function() {
7941
- return Lt.w(this.$d, this);
7942
- }, Sn.toDate = function() {
7943
- return new Date(this.valueOf());
7944
- }, Sn.toJSON = function() {
7945
- return this.isValid() ? this.toISOString() : null;
7946
- }, Sn.toISOString = function() {
7947
- return this.$d.toISOString();
7948
- }, Sn.toString = function() {
7949
- return this.$d.toUTCString();
7950
- }, bn;
7951
- }(), En = kt.prototype;
7952
- return hn.prototype = En, [["$ms", V], ["$s", re], ["$m", oe], ["$H", le], ["$W", ue], ["$M", pe], ["$y", Ne], ["$D", Ie]].forEach(function(bn) {
7953
- En[bn[1]] = function(Sn) {
7954
- return this.$g(Sn, bn[0], bn[1]);
7955
- };
7956
- }), hn.extend = function(bn, Sn) {
7957
- return bn.$i || (bn(Sn, kt, hn), bn.$i = !0), hn;
7958
- }, hn.locale = jt, hn.isDayjs = Et, hn.unix = function(bn) {
7959
- return hn(1e3 * bn);
7960
- }, hn.en = Ue[Dt], hn.Ls = Ue, hn.p = {}, hn;
7961
- });
7962
- })(dayjs_min);
7963
- var dayjs_minExports = dayjs_min.exports;
7957
+ }), hn.extend = function(bn, Sn) {
7958
+ return bn.$i || (bn(Sn, kt, hn), bn.$i = !0), hn;
7959
+ }, hn.locale = jt, hn.isDayjs = Et, hn.unix = function(bn) {
7960
+ return hn(1e3 * bn);
7961
+ }, hn.en = Ue[Dt], hn.Ls = Ue, hn.p = {}, hn;
7962
+ });
7963
+ }(dayjs_min)), dayjs_min.exports;
7964
+ }
7965
+ var dayjs_minExports = requireDayjs_min();
7964
7966
  const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
7965
7967
  var customParseFormat$1 = { exports: {} };
7966
7968
  (function(g, y) {
@@ -21004,7 +21006,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_e082e824_lang = "", _hoist
21004
21006
  }, _hoisted_7$c = {
21005
21007
  key: 1,
21006
21008
  class: "pl-autocomplete__helpertext-container"
21007
- }, _hoisted_8$a = {
21009
+ }, _hoisted_8$b = {
21008
21010
  key: 0,
21009
21011
  class: "pl-autocomplete__error"
21010
21012
  }, _hoisted_9$9 = {
@@ -21234,7 +21236,7 @@ const plAutocompete_vue_vue_type_style_index_0_scoped_e082e824_lang = "", _hoist
21234
21236
  onClickToBlur: pe
21235
21237
  }), null, 16, ["focus", "modelValue", "show-error"]),
21236
21238
  j.helpertext || L.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_7$c, [
21237
- L.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$a, toDisplayString(L.value[0].message), 1)) : j.helpertext ? (openBlock(), createElementBlock("span", _hoisted_9$9, toDisplayString(j.helpertext), 1)) : createCommentVNode("", !0)
21239
+ L.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$b, toDisplayString(L.value[0].message), 1)) : j.helpertext ? (openBlock(), createElementBlock("span", _hoisted_9$9, toDisplayString(j.helpertext), 1)) : createCommentVNode("", !0)
21238
21240
  ])) : createCommentVNode("", !0)
21239
21241
  ])), [
21240
21242
  [
@@ -21682,7 +21684,7 @@ const PlButtonPlugin = {
21682
21684
  }, _hoisted_7$b = {
21683
21685
  key: 0,
21684
21686
  class: "pl-select__error"
21685
- }, _hoisted_8$9 = {
21687
+ }, _hoisted_8$a = {
21686
21688
  key: 1,
21687
21689
  class: "pl-select__helpertext"
21688
21690
  }, _hoisted_9$8 = ["id"], _sfc_main$10 = {
@@ -21858,7 +21860,7 @@ const PlButtonPlugin = {
21858
21860
  onReset: Ie
21859
21861
  }), null, 16, ["focus", "model-value", "show-description", "show-error"])),
21860
21862
  j.helpertext || L.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_6$d, [
21861
- L.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$b, toDisplayString(L.value[0].message), 1)) : j.helpertext ? (openBlock(), createElementBlock("span", _hoisted_8$9, toDisplayString(j.helpertext), 1)) : createCommentVNode("", !0)
21863
+ L.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$b, toDisplayString(L.value[0].message), 1)) : j.helpertext ? (openBlock(), createElementBlock("span", _hoisted_8$a, toDisplayString(j.helpertext), 1)) : createCommentVNode("", !0)
21862
21864
  ])) : createCommentVNode("", !0)
21863
21865
  ], 32),
21864
21866
  createVNode(Transition, { name: "pl-dropdown-fade" }, {
@@ -22081,7 +22083,7 @@ var ru$1 = {
22081
22083
  }, ru = { exports: {} };
22082
22084
  (function(g, y) {
22083
22085
  (function(j, z) {
22084
- g.exports = z(dayjs_minExports);
22086
+ g.exports = z(requireDayjs_min());
22085
22087
  })(commonjsGlobal, function(j) {
22086
22088
  function z(Ie) {
22087
22089
  return Ie && typeof Ie == "object" && "default" in Ie ? Ie : { default: Ie };
@@ -31919,7 +31921,7 @@ const PLChevron = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_rend
31919
31921
  ]);
31920
31922
  };
31921
31923
  }
31922
- }, dateSwitcher_vue_vue_type_style_index_0_lang = "", _hoisted_1$q = { class: "date-switcher__container" }, _hoisted_2$n = { class: "date-switcher date-switcher__month" }, _hoisted_3$k = { class: "date-switcher__arrow date-switcher__arrow-left" }, _hoisted_4$g = { class: "date-switcher__month-name" }, _hoisted_5$d = { class: "date-switcher__arrow date-switcher__arrow-right" }, _hoisted_6$a = { class: "date-switcher date-switcher__year" }, _hoisted_7$a = { class: "date-switcher__arrow date-switcher__arrow-left" }, _hoisted_8$8 = { class: "date-switcher__year-name" }, _hoisted_9$7 = { class: "date-switcher__arrow date-switcher__arrow-right" }, _sfc_main$J = {
31924
+ }, dateSwitcher_vue_vue_type_style_index_0_lang = "", _hoisted_1$q = { class: "date-switcher__container" }, _hoisted_2$n = { class: "date-switcher date-switcher__month" }, _hoisted_3$k = { class: "date-switcher__arrow date-switcher__arrow-left" }, _hoisted_4$g = { class: "date-switcher__month-name" }, _hoisted_5$d = { class: "date-switcher__arrow date-switcher__arrow-right" }, _hoisted_6$a = { class: "date-switcher date-switcher__year" }, _hoisted_7$a = { class: "date-switcher__arrow date-switcher__arrow-left" }, _hoisted_8$9 = { class: "date-switcher__year-name" }, _hoisted_9$7 = { class: "date-switcher__arrow date-switcher__arrow-right" }, _sfc_main$J = {
31923
31925
  __name: "date-switcher",
31924
31926
  props: {
31925
31927
  modelValue: String
@@ -31953,7 +31955,7 @@ const PLChevron = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_rend
31953
31955
  withDirectives(createElementVNode("div", _hoisted_7$a, null, 512), [
31954
31956
  [de, le]
31955
31957
  ]),
31956
- createElementVNode("span", _hoisted_8$8, toDisplayString(V(unref(z).format("YYYY"))), 1),
31958
+ createElementVNode("span", _hoisted_8$9, toDisplayString(V(unref(z).format("YYYY"))), 1),
31957
31959
  withDirectives(createElementVNode("div", _hoisted_9$7, null, 512), [
31958
31960
  [de, ue]
31959
31961
  ])
@@ -32530,7 +32532,7 @@ const PLChevron = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_rend
32530
32532
  }, plList_vue_vue_type_style_index_0_lang = "", _hoisted_1$m = { class: "d-flex justify-content-between align-items-center" }, _hoisted_2$j = { class: "pl-list__title-container" }, _hoisted_3$g = { class: "title-text" }, _hoisted_4$d = {
32531
32533
  key: 0,
32532
32534
  class: "pl-list__subtitle"
32533
- }, _hoisted_5$b = ["src"], _hoisted_6$9 = ["src"], _hoisted_7$9 = { class: "contentBodies mt-32" }, _hoisted_8$7 = { class: "d-flex align-items-center" }, _hoisted_9$6 = { class: "itemPhysical__left d-flex flex-column" }, _hoisted_10$6 = { class: "default-text topText" }, _hoisted_11$7 = { class: "itemPhysical__decorText" }, _hoisted_12$6 = { class: "pl-list__percent" }, _hoisted_13$5 = {
32535
+ }, _hoisted_5$b = ["src"], _hoisted_6$9 = ["src"], _hoisted_7$9 = { class: "contentBodies mt-32" }, _hoisted_8$8 = { class: "d-flex align-items-center" }, _hoisted_9$6 = { class: "itemPhysical__left d-flex flex-column" }, _hoisted_10$6 = { class: "default-text topText" }, _hoisted_11$7 = { class: "itemPhysical__decorText" }, _hoisted_12$6 = { class: "pl-list__percent" }, _hoisted_13$5 = {
32534
32536
  key: 0,
32535
32537
  class: "itemPhysical__center d-flex flex-column",
32536
32538
  style: { "margin-right": "auto" }
@@ -32624,7 +32626,7 @@ const PLChevron = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_rend
32624
32626
  key: re.id,
32625
32627
  class: "itemPhysical pl-list__item-container"
32626
32628
  }, [
32627
- createElementVNode("div", _hoisted_8$7, [
32629
+ createElementVNode("div", _hoisted_8$8, [
32628
32630
  createElementVNode("div", _hoisted_9$6, [
32629
32631
  createElementVNode("span", _hoisted_10$6, toDisplayString(re.name), 1),
32630
32632
  createElementVNode("span", _hoisted_11$7, toDisplayString(re.status), 1)
@@ -32678,7 +32680,7 @@ const PLChevron = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_rend
32678
32680
  }, _hoisted_1$l = {
32679
32681
  id: "wrapperBodies",
32680
32682
  class: "d-flex flex-column gap-4"
32681
- }, _hoisted_2$i = { class: "d-flex justify-content-between mt-32" }, _hoisted_3$f = { class: "d-flex justify-content-between mt-32" }, _hoisted_4$c = { class: "d-flex justify-content-between mt-32" }, _hoisted_5$a = { class: "d-flex justify-content-between mt-32" }, _hoisted_6$8 = { class: "d-flex justify-content-between mt-32" }, _hoisted_7$8 = { class: "d-flex justify-content-between mt-32" }, _hoisted_8$6 = { key: 0 }, _hoisted_9$5 = { class: "d-flex justify-content-between mt-32" }, _hoisted_10$5 = { class: "d-flex justify-content-between mt-32" }, _hoisted_11$6 = { class: "d-flex justify-content-between mt-32" }, _hoisted_12$5 = { class: "d-flex justify-content-between mt-32" }, _hoisted_13$4 = { class: "d-flex justify-content-between mt-32" }, _hoisted_14$4 = { class: "d-flex justify-content-between mt-32" }, _sfc_main$E = {
32683
+ }, _hoisted_2$i = { class: "d-flex justify-content-between mt-32" }, _hoisted_3$f = { class: "d-flex justify-content-between mt-32" }, _hoisted_4$c = { class: "d-flex justify-content-between mt-32" }, _hoisted_5$a = { class: "d-flex justify-content-between mt-32" }, _hoisted_6$8 = { class: "d-flex justify-content-between mt-32" }, _hoisted_7$8 = { class: "d-flex justify-content-between mt-32" }, _hoisted_8$7 = { key: 0 }, _hoisted_9$5 = { class: "d-flex justify-content-between mt-32" }, _hoisted_10$5 = { class: "d-flex justify-content-between mt-32" }, _hoisted_11$6 = { class: "d-flex justify-content-between mt-32" }, _hoisted_12$5 = { class: "d-flex justify-content-between mt-32" }, _hoisted_13$4 = { class: "d-flex justify-content-between mt-32" }, _hoisted_14$4 = { class: "d-flex justify-content-between mt-32" }, _sfc_main$E = {
32682
32684
  __name: "pl-bodies",
32683
32685
  props: {
32684
32686
  modelValue: { type: Object, required: !0 },
@@ -33073,7 +33075,7 @@ const PLChevron = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_rend
33073
33075
  class: "mt-32",
33074
33076
  label: "Является бенефициаром"
33075
33077
  }, null, 8, ["modelValue"]),
33076
- ie.value ? (openBlock(), createElementBlock("div", _hoisted_8$6, [
33078
+ ie.value ? (openBlock(), createElementBlock("div", _hoisted_8$7, [
33077
33079
  createVNode(_sfc_main$M, {
33078
33080
  modelValue: unref(z).newFounder.doc,
33079
33081
  "onUpdate:modelValue": de[37] || (de[37] = (_e) => unref(z).newFounder.doc = _e),
@@ -33454,7 +33456,7 @@ const PLChevron = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_rend
33454
33456
  }, plFormMenu_vue_vue_type_style_index_0_lang = "", _hoisted_1$j = {
33455
33457
  id: "form-menu",
33456
33458
  class: "container padding-menu pt-3 pb-3 h-100"
33457
- }, _hoisted_2$g = { class: "d-grid gap-52 justify-content-center h-100" }, _hoisted_3$e = { class: "d-grid top-section gap-6" }, _hoisted_4$b = { href: "#" }, _hoisted_5$9 = ["src"], _hoisted_6$7 = { href: "#" }, _hoisted_7$7 = ["src"], _hoisted_8$5 = { href: "#" }, _hoisted_9$4 = ["src"], _hoisted_10$4 = /* @__PURE__ */ createElementVNode("div", { class: "decor" }, null, -1), _hoisted_11$5 = {
33459
+ }, _hoisted_2$g = { class: "d-grid gap-52 justify-content-center h-100" }, _hoisted_3$e = { class: "d-grid top-section gap-6" }, _hoisted_4$b = { href: "#" }, _hoisted_5$9 = ["src"], _hoisted_6$7 = { href: "#" }, _hoisted_7$7 = ["src"], _hoisted_8$6 = { href: "#" }, _hoisted_9$4 = ["src"], _hoisted_10$4 = /* @__PURE__ */ createElementVNode("div", { class: "decor" }, null, -1), _hoisted_11$5 = {
33458
33460
  class: "mt-auto",
33459
33461
  href: "#"
33460
33462
  }, _hoisted_12$4 = ["src"], _sfc_main$C = {
@@ -33476,7 +33478,7 @@ const PLChevron = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_rend
33476
33478
  alt: "share"
33477
33479
  }, null, 8, _hoisted_7$7)
33478
33480
  ]),
33479
- createElementVNode("a", _hoisted_8$5, [
33481
+ createElementVNode("a", _hoisted_8$6, [
33480
33482
  createElementVNode("img", {
33481
33483
  src: unref(z),
33482
33484
  alt: "support"
@@ -34053,7 +34055,7 @@ const PlQuestionnairePlugin = {
34053
34055
  ], _hoisted_7$5 = {
34054
34056
  key: 1,
34055
34057
  class: "stepper-figure"
34056
- }, _hoisted_8$4 = { class: "stepper-figure__progress" }, _hoisted_9$3 = {
34058
+ }, _hoisted_8$5 = { class: "stepper-figure__progress" }, _hoisted_9$3 = {
34057
34059
  key: 2,
34058
34060
  class: "stepper-title__container"
34059
34061
  }, _hoisted_10$3 = { key: 0 }, _hoisted_11$4 = { key: 1 }, _hoisted_12$3 = { key: 0 }, _hoisted_13$3 = { key: 1 }, _hoisted_14$3 = { key: 0 }, _hoisted_15$2 = {
@@ -34142,7 +34144,7 @@ const PlQuestionnairePlugin = {
34142
34144
  "stepper-figure__circle_checked": ie(Ne, re.value)
34143
34145
  }])
34144
34146
  }, null, 2),
34145
- createElementVNode("div", _hoisted_8$4, [
34147
+ createElementVNode("div", _hoisted_8$5, [
34146
34148
  createElementVNode("div", {
34147
34149
  class: "stepper-figure__progress-inner",
34148
34150
  style: normalizeStyle(`width: ${ie(Ne, re.value) ? le.value.progress : 0}%;`)
@@ -34940,7 +34942,7 @@ var objectSupport$1 = { exports: {} };
34940
34942
  });
34941
34943
  })(objectSupport$1);
34942
34944
  var objectSupportExports = objectSupport$1.exports;
34943
- const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExports), plDatePickerRange_vue_vue_type_style_index_0_scoped_bb4a2e93_lang = "", _withScopeId = (g) => (pushScopeId("data-v-bb4a2e93"), g = g(), popScopeId(), g), _hoisted_1$d = ["id"], _hoisted_2$b = ["src"], _hoisted_3$9 = { class: "date-switcher__container flex-column" }, _hoisted_4$6 = { class: "d-flex pb-6 justify-content-between" }, _hoisted_5$4 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_6$4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Начало периода", -1)), _hoisted_7$4 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_8$3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Конец периода", -1)), _hoisted_9$2 = { class: "d-flex pt-2 justify-content-between" }, _hoisted_10$2 = { class: "date-switcher date-switcher__month" }, _hoisted_11$3 = { class: "date-switcher__month-name" }, _hoisted_12$2 = { class: "date-switcher date-switcher__year" }, _hoisted_13$2 = { class: "date-switcher__year-name" }, _hoisted_14$2 = { class: "pl-date-picker__days" }, _hoisted_15$1 = ["onClick", "onMousemove"], _hoisted_16$1 = { class: "field" }, _hoisted_17$1 = { class: "pl-date-picker__buttons" }, _sfc_main$w = {
34945
+ const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExports), plDatePickerRange_vue_vue_type_style_index_0_scoped_bb4a2e93_lang = "", _withScopeId = (g) => (pushScopeId("data-v-bb4a2e93"), g = g(), popScopeId(), g), _hoisted_1$d = ["id"], _hoisted_2$b = ["src"], _hoisted_3$9 = { class: "date-switcher__container flex-column" }, _hoisted_4$6 = { class: "d-flex pb-6 justify-content-between" }, _hoisted_5$4 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_6$4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Начало периода", -1)), _hoisted_7$4 = { class: "date-switcher justify-content-center flex-column" }, _hoisted_8$4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "pl-date-picker__placeholder pb-1 ps-1" }, "Конец периода", -1)), _hoisted_9$2 = { class: "d-flex pt-2 justify-content-between" }, _hoisted_10$2 = { class: "date-switcher date-switcher__month" }, _hoisted_11$3 = { class: "date-switcher__month-name" }, _hoisted_12$2 = { class: "date-switcher date-switcher__year" }, _hoisted_13$2 = { class: "date-switcher__year-name" }, _hoisted_14$2 = { class: "pl-date-picker__days" }, _hoisted_15$1 = ["onClick", "onMousemove"], _hoisted_16$1 = { class: "field" }, _hoisted_17$1 = { class: "pl-date-picker__buttons" }, _sfc_main$w = {
34944
34946
  __name: "pl-date-picker-range",
34945
34947
  props: {
34946
34948
  modelValue: {
@@ -35191,7 +35193,7 @@ const objectSupport = /* @__PURE__ */ getDefaultExportFromCjs(objectSupportExpor
35191
35193
  ])
35192
35194
  ]),
35193
35195
  createElementVNode("div", _hoisted_7$4, [
35194
- _hoisted_8$3,
35196
+ _hoisted_8$4,
35195
35197
  withDirectives(createVNode(Qn, {
35196
35198
  id: "date-mask",
35197
35199
  modelValue: Ce.value,
@@ -35332,7 +35334,7 @@ var quarterOfYearExports = quarterOfYear$1.exports;
35332
35334
  const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExports), _hoisted_1$c = ["id"], _hoisted_2$a = {
35333
35335
  key: 0,
35334
35336
  class: "pl-date-picker-range__period-list"
35335
- }, _hoisted_3$8 = { class: "pl-date-picker-range__calendar" }, _hoisted_4$5 = { class: "pl-date-picker-range__switcher" }, _hoisted_5$3 = { class: "pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left" }, _hoisted_6$3 = { class: "pl-date-picker-range__switcher-text" }, _hoisted_7$3 = { class: "pl-date-picker-range__days-container" }, _hoisted_8$2 = ["onMouseenter"], _hoisted_9$1 = {
35337
+ }, _hoisted_3$8 = { class: "pl-date-picker-range__calendar" }, _hoisted_4$5 = { class: "pl-date-picker-range__switcher" }, _hoisted_5$3 = { class: "pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left" }, _hoisted_6$3 = { class: "pl-date-picker-range__switcher-text" }, _hoisted_7$3 = { class: "pl-date-picker-range__days-container" }, _hoisted_8$3 = ["onMouseenter"], _hoisted_9$1 = {
35336
35338
  key: 0,
35337
35339
  class: "pl-date-picker-range__calendar"
35338
35340
  }, _hoisted_10$1 = { class: "pl-date-picker-range__switcher" }, _hoisted_11$2 = { class: "pl-date-picker-range__switcher-text" }, _hoisted_12$1 = { class: "pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right" }, _hoisted_13$1 = { class: "pl-date-picker-range__days-container" }, _hoisted_14$1 = ["onMouseenter"], leftFrame = "pl-date-picker-range__days_month-range-left", rightFrame = "pl-date-picker-range__days_month-range-right", circleBackGround = "pl-date-picker-range__days_month-circle", _sfc_main$t = /* @__PURE__ */ defineComponent({
@@ -35695,7 +35697,7 @@ const quarterOfYear = /* @__PURE__ */ getDefaultExportFromCjs(quarterOfYearExpor
35695
35697
  _: 2
35696
35698
  }, 1024)
35697
35699
  ], 2)
35698
- ], 42, _hoisted_8$2)), [
35700
+ ], 42, _hoisted_8$3)), [
35699
35701
  [Kn, () => Lt(Rn) ? mr(Rn) : ""]
35700
35702
  ])), 128))
35701
35703
  ])
@@ -36430,7 +36432,7 @@ const PlBtn = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$1
36430
36432
  }, _hoisted_7$2 = {
36431
36433
  key: 0,
36432
36434
  class: "pl-snackbar__btn"
36433
- }, _hoisted_8$1 = { class: "pl-snackbar__close" }, _sfc_main$4 = {
36435
+ }, _hoisted_8$2 = { class: "pl-snackbar__close" }, _sfc_main$4 = {
36434
36436
  __name: "pl-snackbar",
36435
36437
  props: {
36436
36438
  id: {
@@ -36533,7 +36535,7 @@ const PlBtn = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$1
36533
36535
  })) : createCommentVNode("", !0)
36534
36536
  ])) : createCommentVNode("", !0)
36535
36537
  ]),
36536
- createElementVNode("div", _hoisted_8$1, [
36538
+ createElementVNode("div", _hoisted_8$2, [
36537
36539
  createVNode(_sfc_main$1r, {
36538
36540
  color: "var(--color-text-icons-tertiary)",
36539
36541
  name: "Close20",
@@ -36623,16 +36625,16 @@ const closeSnackbar = (g) => {
36623
36625
  class: normalizeClass(`pl-skeleton__${y.variant}`)
36624
36626
  }, null, 6));
36625
36627
  }
36626
- }), plSkeleton_vue_vue_type_style_index_0_lang = "", _hoisted_1$2 = { class: "table-row" }, _hoisted_2$2 = {
36628
+ }), plSkeleton_vue_vue_type_style_index_0_lang = "", _hoisted_1$2 = { class: "table-row" }, _hoisted_2$2 = { class: "d-grid flex-grow-1 py-xs-4 row-gap-xs-6" }, _hoisted_3$1 = {
36627
36629
  key: 0,
36628
- class: "table-cell pr-10"
36629
- }, _hoisted_3$1 = {
36630
- key: 1,
36631
36630
  class: "d-flex align-content-start gap-4"
36632
36631
  }, _hoisted_4$1 = { class: "flex-grow-1" }, _hoisted_5$1 = {
36632
+ key: 0,
36633
+ class: "table-cell pr-10"
36634
+ }, _hoisted_6$1 = {
36633
36635
  key: 0,
36634
36636
  style: { width: "140px" }
36635
- }, _hoisted_6$1 = { class: "flex-xs-grow-1" }, _hoisted_7$1 = { key: 2 }, _sfc_main$2 = /* @__PURE__ */ defineComponent({
36637
+ }, _hoisted_7$1 = { class: "flex-xs-grow-1" }, _hoisted_8$1 = { key: 1 }, _sfc_main$2 = /* @__PURE__ */ defineComponent({
36636
36638
  __name: "row-mask",
36637
36639
  props: {
36638
36640
  isSelectable: { type: Boolean, default: !1 },
@@ -36644,23 +36646,14 @@ const closeSnackbar = (g) => {
36644
36646
  setup(g) {
36645
36647
  const y = g, { width: j } = useWindowSize();
36646
36648
  return (z, L) => (openBlock(), createElementBlock("div", _hoisted_1$2, [
36647
- createElementVNode("div", {
36648
- class: "d-grid flex-grow-1 py-xs-4 row-gap-xs-6",
36649
- style: normalizeStyle(y.tableStyle)
36650
- }, [
36651
- y.isSelectable && unref(j) > 730 ? (openBlock(), createElementBlock("div", _hoisted_2$2, [
36652
- createVNode(_sfc_main$3, {
36653
- width: "20px",
36654
- height: "20px",
36655
- variant: "button"
36656
- })
36657
- ])) : createCommentVNode("", !0),
36649
+ createElementVNode("div", _hoisted_2$2, [
36658
36650
  unref(j) <= 730 && y.mobileTop ? (openBlock(), createElementBlock("div", _hoisted_3$1, [
36659
- createVNode(_sfc_main$3, {
36651
+ y.isSelectable ? (openBlock(), createBlock(_sfc_main$3, {
36652
+ key: 0,
36660
36653
  width: "20px",
36661
36654
  height: "20px",
36662
36655
  variant: "button"
36663
- }),
36656
+ })) : createCommentVNode("", !0),
36664
36657
  createElementVNode("div", _hoisted_4$1, [
36665
36658
  createVNode(_sfc_main$3, {
36666
36659
  variant: "p",
@@ -36668,31 +36661,43 @@ const closeSnackbar = (g) => {
36668
36661
  })
36669
36662
  ])
36670
36663
  ])) : createCommentVNode("", !0),
36671
- (openBlock(!0), createElementBlock(Fragment, null, renderList(y.headers, (V, re) => (openBlock(), createElementBlock("div", {
36672
- key: re,
36673
- class: "table-cell"
36664
+ createElementVNode("div", {
36665
+ class: "d-grid gap-xs-1 row-gap-xs-1",
36666
+ style: normalizeStyle(y.tableStyle)
36674
36667
  }, [
36675
- unref(j) <= 730 && (V != null && V.label) ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
36668
+ y.isSelectable && unref(j) > 730 ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
36676
36669
  createVNode(_sfc_main$3, {
36677
- variant: "p",
36678
- width: "70%"
36670
+ width: "20px",
36671
+ height: "20px",
36672
+ variant: "button"
36679
36673
  })
36680
36674
  ])) : createCommentVNode("", !0),
36681
- createElementVNode("div", _hoisted_6$1, [
36682
- createVNode(_sfc_main$3, {
36683
- variant: "p",
36684
- width: `${unref(j) > 730 && (V != null && V.maxWidthContent) ? V.maxWidthContent : "70%"}`,
36685
- class: normalizeClass({ "ml-auto": unref(j) <= 730 })
36686
- }, null, 8, ["width", "class"])
36687
- ])
36688
- ]))), 128)),
36689
- unref(j) <= 730 && y.mobileBottom ? (openBlock(), createElementBlock("div", _hoisted_7$1, [
36675
+ (openBlock(!0), createElementBlock(Fragment, null, renderList(y.headers, (V, re) => (openBlock(), createElementBlock("div", {
36676
+ key: re,
36677
+ class: "table-cell"
36678
+ }, [
36679
+ unref(j) <= 730 && (V != null && V.label) ? (openBlock(), createElementBlock("div", _hoisted_6$1, [
36680
+ createVNode(_sfc_main$3, {
36681
+ variant: "p",
36682
+ width: "70%"
36683
+ })
36684
+ ])) : createCommentVNode("", !0),
36685
+ createElementVNode("div", _hoisted_7$1, [
36686
+ createVNode(_sfc_main$3, {
36687
+ variant: "p",
36688
+ width: `${unref(j) > 730 && (V != null && V.maxWidthContent) ? V.maxWidthContent : "70%"}`,
36689
+ class: normalizeClass({ "ml-auto": unref(j) <= 730 })
36690
+ }, null, 8, ["width", "class"])
36691
+ ])
36692
+ ]))), 128))
36693
+ ], 4),
36694
+ unref(j) <= 730 && y.mobileBottom ? (openBlock(), createElementBlock("div", _hoisted_8$1, [
36690
36695
  createVNode(_sfc_main$3, {
36691
36696
  variant: "p",
36692
36697
  width: "70%"
36693
36698
  })
36694
36699
  ])) : createCommentVNode("", !0)
36695
- ], 4)
36700
+ ])
36696
36701
  ]));
36697
36702
  }
36698
36703
  }), _sfc_main$1 = {}, _hoisted_1$1 = {
@@ -36749,7 +36754,7 @@ const NoDataLoop = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_ren
36749
36754
  rows: { default: () => [] },
36750
36755
  isLoading: { type: Boolean, default: !1 },
36751
36756
  withHover: { type: Boolean },
36752
- isSelectable: { type: Boolean },
36757
+ isSelectable: { type: Boolean, default: !1 },
36753
36758
  selectedRows: { default: () => [] },
36754
36759
  uniqKey: { default: "" },
36755
36760
  defaultWrapperWidth: { default: null }