sprof 0.1.6 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/helpers/BaseStore.d.ts +3 -0
- package/dist/core/store/index.d.ts +24 -0
- package/dist/sprof.js +99 -92
- package/dist/sprof.umd.cjs +5 -5
- package/package.json +1 -1
package/dist/sprof.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var tu = Object.defineProperty;
|
|
2
2
|
var iu = (t, e, i) => e in t ? tu(t, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : t[e] = i;
|
|
3
3
|
var a = (t, e, i) => iu(t, typeof e != "symbol" ? e + "" : e, i);
|
|
4
|
-
import { reactive as Pe, ref as P, createElementBlock as y, openBlock as m, createElementVNode as f, getCurrentInstance as nu, inject as su, onUnmounted as Br, onDeactivated as ru, onActivated as ou, onBeforeMount as lt, defineComponent as R, computed as ue, mergeProps as Dt, withModifiers as De, unref as p, renderSlot as E, createTextVNode as Gi, toDisplayString as Ee, Fragment as G, normalizeStyle as k, normalizeClass as ne, mergeModels as Te, useModel as vt, withDirectives as ut, vModelCheckbox as au, createCommentVNode as X, createVNode as A, vModelDynamic as lu, resolveComponent as
|
|
4
|
+
import { reactive as Pe, ref as P, createElementBlock as y, openBlock as m, createElementVNode as f, getCurrentInstance as nu, inject as su, onUnmounted as Br, onDeactivated as ru, onActivated as ou, onBeforeMount as lt, defineComponent as R, computed as ue, mergeProps as Dt, withModifiers as De, unref as p, renderSlot as E, createTextVNode as Gi, toDisplayString as Ee, Fragment as G, normalizeStyle as k, normalizeClass as ne, mergeModels as Te, useModel as vt, withDirectives as ut, vModelCheckbox as au, createCommentVNode as X, createVNode as A, vModelDynamic as lu, resolveComponent as N, withKeys as uu, isRef as Ze, vModelText as Hr, watch as Ue, createBlock as U, vModelRadio as cu, vShow as as, createStaticVNode as ls, useCssVars as qr, onMounted as Xt, renderList as Oe, withCtx as J, resolveDirective as Nr, nextTick as du, Transition as Ur, onBeforeUnmount as us, onUpdated as hu, useTemplateRef as fu, resolveDynamicComponent as ui } from "vue";
|
|
5
5
|
var $e = /* @__PURE__ */ ((t) => (t.Login = "login", t.Register = "register", t.Restore = "restore", t.Refresh = "refresh", t))($e || {}), Me = /* @__PURE__ */ ((t) => (t.Primary = "primary", t.Success = "success", t.Warning = "warning", t.Error = "error", t.Info = "info", t))(Me || {});
|
|
6
6
|
class It {
|
|
7
7
|
constructor(e, i, n, s) {
|
|
@@ -4274,6 +4274,7 @@ class he {
|
|
|
4274
4274
|
a(this, "count", P(0));
|
|
4275
4275
|
a(this, "classConstructor");
|
|
4276
4276
|
a(this, "url", "");
|
|
4277
|
+
a(this, "searchStr", P(""));
|
|
4277
4278
|
this.classConstructor = e, this.item = Pe(new this.classConstructor()), this.url = i;
|
|
4278
4279
|
}
|
|
4279
4280
|
Set(e) {
|
|
@@ -4287,7 +4288,7 @@ class he {
|
|
|
4287
4288
|
}
|
|
4288
4289
|
async GetOptions(e = "name", i = "id") {
|
|
4289
4290
|
const n = `${this.getUrl()}/options/${e}/${i}`, s = await de.Get({ query: n });
|
|
4290
|
-
s && (this.options.splice(0, this.
|
|
4291
|
+
s && (this.options.splice(0, this.options.length), this.options.push(...s));
|
|
4291
4292
|
}
|
|
4292
4293
|
async GetAll(e) {
|
|
4293
4294
|
let i;
|
|
@@ -4298,7 +4299,7 @@ class he {
|
|
|
4298
4299
|
e || (e = ot.Id()), this.Set(await de.Get({ query: this.getUrl(e) }));
|
|
4299
4300
|
}
|
|
4300
4301
|
async GetBySlug(e) {
|
|
4301
|
-
e || (e = ot.Slug()), this.Set(await
|
|
4302
|
+
e || (e = ot.Slug()), this.Set(await q.H.HttpClient.Get({ query: this.getUrl("by-slug/" + e) }));
|
|
4302
4303
|
}
|
|
4303
4304
|
async FTSP(e) {
|
|
4304
4305
|
var o;
|
|
@@ -4409,6 +4410,9 @@ class he {
|
|
|
4409
4410
|
get Items() {
|
|
4410
4411
|
return this.items;
|
|
4411
4412
|
}
|
|
4413
|
+
get ItemsFiltered() {
|
|
4414
|
+
return this.searchStr.value.trim() ? this.Items.filter((e) => q.H.Strings.SearchInFields(this.searchStr.value, e.SearchFields())) : this.Items;
|
|
4415
|
+
}
|
|
4412
4416
|
get Options() {
|
|
4413
4417
|
return this.options;
|
|
4414
4418
|
}
|
|
@@ -4418,6 +4422,9 @@ class he {
|
|
|
4418
4422
|
get Count() {
|
|
4419
4423
|
return this.count;
|
|
4420
4424
|
}
|
|
4425
|
+
get SearchStr() {
|
|
4426
|
+
return this.searchStr;
|
|
4427
|
+
}
|
|
4421
4428
|
}
|
|
4422
4429
|
function wd(t, e) {
|
|
4423
4430
|
t == "left" && e.next(), t == "right" && e.prev();
|
|
@@ -4727,7 +4734,7 @@ function Dd() {
|
|
|
4727
4734
|
}
|
|
4728
4735
|
const Bd = (() => {
|
|
4729
4736
|
const t = (r, o) => lt(async () => {
|
|
4730
|
-
|
|
4737
|
+
q.F.FTSP.Get().reset(), At.Set(o == null ? void 0 : o.sortsLib), await r();
|
|
4731
4738
|
}), { saveButtonClick: e, showConfirmModal: i } = Dd(), n = (r) => Fd((o, l, u) => {
|
|
4732
4739
|
i((r || s)(), u);
|
|
4733
4740
|
}), s = (r) => async () => {
|
|
@@ -5494,34 +5501,34 @@ const Th = new Eh();
|
|
|
5494
5501
|
class bt {
|
|
5495
5502
|
}
|
|
5496
5503
|
a(bt, "Admin", Ah), a(bt, "Dialog", ht), a(bt, "Loading", Th), a(bt, "Notify", Pe(Le)), a(bt, "Btn", It), a(bt, "Input", jr);
|
|
5497
|
-
class
|
|
5504
|
+
class q {
|
|
5498
5505
|
}
|
|
5499
|
-
a(
|
|
5506
|
+
a(q, "Auth", Pe(xe)), a(q, "UI", Pe(bt)), a(q, "Paginator", Pe(Ao)), /**
|
|
5500
5507
|
* Stores
|
|
5501
5508
|
*/
|
|
5502
|
-
a(
|
|
5509
|
+
a(q, "S", Do), /**
|
|
5503
5510
|
* Helpers
|
|
5504
5511
|
*/
|
|
5505
|
-
a(
|
|
5512
|
+
a(q, "H", Jd), /**
|
|
5506
5513
|
* Classes
|
|
5507
5514
|
*/
|
|
5508
|
-
a(
|
|
5515
|
+
a(q, "C", zu), /**
|
|
5509
5516
|
* Types
|
|
5510
5517
|
*/
|
|
5511
|
-
a(
|
|
5518
|
+
a(q, "T", Ch), /**
|
|
5512
5519
|
* Interfaces
|
|
5513
5520
|
*/
|
|
5514
|
-
a(
|
|
5521
|
+
a(q, "I", xh), /**
|
|
5515
5522
|
* FTSP
|
|
5516
5523
|
*/
|
|
5517
|
-
a(
|
|
5524
|
+
a(q, "F", Bu);
|
|
5518
5525
|
class Bo {
|
|
5519
5526
|
constructor(e) {
|
|
5520
5527
|
a(this, "id");
|
|
5521
5528
|
a(this, "num", "");
|
|
5522
5529
|
a(this, "fileInfoId");
|
|
5523
5530
|
a(this, "fileInfo", new ze());
|
|
5524
|
-
|
|
5531
|
+
q.H.Classes.BuildClass(this, e);
|
|
5525
5532
|
}
|
|
5526
5533
|
}
|
|
5527
5534
|
class Ci {
|
|
@@ -5529,13 +5536,13 @@ class Ci {
|
|
|
5529
5536
|
a(this, "id");
|
|
5530
5537
|
a(this, "passportId");
|
|
5531
5538
|
a(this, "fileInfoId");
|
|
5532
|
-
a(this, "fileInfo", new
|
|
5539
|
+
a(this, "fileInfo", new q.C.FileInfo());
|
|
5533
5540
|
a(this, "order", 0);
|
|
5534
5541
|
O.BuildClass(this, e);
|
|
5535
5542
|
}
|
|
5536
5543
|
static Create(e) {
|
|
5537
5544
|
const i = new Ci();
|
|
5538
|
-
return i.id =
|
|
5545
|
+
return i.id = q.H.Id.UUID(), i.passportId = e, i;
|
|
5539
5546
|
}
|
|
5540
5547
|
}
|
|
5541
5548
|
var zh = Object.defineProperty, Oh = (t, e, i, n) => {
|
|
@@ -5566,7 +5573,7 @@ class Ho {
|
|
|
5566
5573
|
a(this, "num", "");
|
|
5567
5574
|
a(this, "fileInfoId");
|
|
5568
5575
|
a(this, "fileInfo", new ze());
|
|
5569
|
-
|
|
5576
|
+
q.H.Classes.BuildClass(this, e);
|
|
5570
5577
|
}
|
|
5571
5578
|
}
|
|
5572
5579
|
const Fh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -5620,11 +5627,11 @@ class zt {
|
|
|
5620
5627
|
a(this, "showOther", !1);
|
|
5621
5628
|
a(this, "fieldId");
|
|
5622
5629
|
a(this, "isMatrixY", !1);
|
|
5623
|
-
|
|
5630
|
+
q.H.Classes.BuildClass(this, e);
|
|
5624
5631
|
}
|
|
5625
5632
|
static Create(e) {
|
|
5626
5633
|
const i = new zt();
|
|
5627
|
-
return i.id =
|
|
5634
|
+
return i.id = q.H.Id.UUID(), i.fieldId = e, i;
|
|
5628
5635
|
}
|
|
5629
5636
|
}
|
|
5630
5637
|
class qo {
|
|
@@ -5633,7 +5640,7 @@ class qo {
|
|
|
5633
5640
|
a(this, "name", "");
|
|
5634
5641
|
a(this, "order", 0);
|
|
5635
5642
|
a(this, "fieldId");
|
|
5636
|
-
|
|
5643
|
+
q.H.Classes.BuildClass(this, e);
|
|
5637
5644
|
}
|
|
5638
5645
|
}
|
|
5639
5646
|
class xs {
|
|
@@ -5641,7 +5648,7 @@ class xs {
|
|
|
5641
5648
|
a(this, "id");
|
|
5642
5649
|
a(this, "name", "");
|
|
5643
5650
|
a(this, "order", 0);
|
|
5644
|
-
|
|
5651
|
+
q.H.Classes.BuildClass(this, e);
|
|
5645
5652
|
}
|
|
5646
5653
|
}
|
|
5647
5654
|
class Vt {
|
|
@@ -5649,11 +5656,11 @@ class Vt {
|
|
|
5649
5656
|
a(this, "id");
|
|
5650
5657
|
a(this, "name", "");
|
|
5651
5658
|
a(this, "fieldId");
|
|
5652
|
-
|
|
5659
|
+
q.H.Classes.BuildClass(this, e);
|
|
5653
5660
|
}
|
|
5654
5661
|
static Create(e) {
|
|
5655
5662
|
const i = new Vt();
|
|
5656
|
-
return i.id =
|
|
5663
|
+
return i.id = q.H.Id.UUID(), i.fieldId = e, i;
|
|
5657
5664
|
}
|
|
5658
5665
|
}
|
|
5659
5666
|
var Vh = Object.defineProperty, xi = (t, e, i, n) => {
|
|
@@ -5684,7 +5691,7 @@ const Ot = class Li {
|
|
|
5684
5691
|
a(this, "parentId");
|
|
5685
5692
|
a(this, "formSectionId");
|
|
5686
5693
|
a(this, "selected", !1);
|
|
5687
|
-
|
|
5694
|
+
q.H.Classes.BuildClass(this, e), this.changeRelation([this.valueType]);
|
|
5688
5695
|
}
|
|
5689
5696
|
getMatrixX() {
|
|
5690
5697
|
return this.answerVariants.filter((e) => !e.isMatrixY);
|
|
@@ -5694,7 +5701,7 @@ const Ot = class Li {
|
|
|
5694
5701
|
}
|
|
5695
5702
|
static Create(e) {
|
|
5696
5703
|
const i = new Li();
|
|
5697
|
-
return i.id =
|
|
5704
|
+
return i.id = q.H.Id.UUID(), i.formSectionId = e, i;
|
|
5698
5705
|
}
|
|
5699
5706
|
getRegisterPropertyRadioOriginalValue(e) {
|
|
5700
5707
|
const i = this.answerVariants.find((n) => n.id === e);
|
|
@@ -5760,8 +5767,8 @@ const Ot = class Li {
|
|
|
5760
5767
|
}
|
|
5761
5768
|
copy() {
|
|
5762
5769
|
const e = new Li(this);
|
|
5763
|
-
return e.id =
|
|
5764
|
-
i.id =
|
|
5770
|
+
return e.id = q.H.Id.UUID(), e.answerVariants.forEach((i) => {
|
|
5771
|
+
i.id = q.H.Id.UUID(), i.fieldId = e.id;
|
|
5765
5772
|
}), e.children = e.children.map((i) => {
|
|
5766
5773
|
const n = i.copy();
|
|
5767
5774
|
return n.parentId = e.id, n;
|
|
@@ -5769,19 +5776,19 @@ const Ot = class Li {
|
|
|
5769
5776
|
}
|
|
5770
5777
|
};
|
|
5771
5778
|
xi([
|
|
5772
|
-
|
|
5779
|
+
q.H.Classes.GetClassConstructor(zt)
|
|
5773
5780
|
], Ot.prototype, "answerVariants");
|
|
5774
5781
|
xi([
|
|
5775
|
-
|
|
5782
|
+
q.H.Classes.GetClassConstructor(qo)
|
|
5776
5783
|
], Ot.prototype, "fieldExamples");
|
|
5777
5784
|
xi([
|
|
5778
|
-
|
|
5785
|
+
q.H.Classes.GetClassConstructor(Vt)
|
|
5779
5786
|
], Ot.prototype, "fieldVariants");
|
|
5780
5787
|
xi([
|
|
5781
|
-
|
|
5788
|
+
q.H.Classes.GetClassConstructor(xs)
|
|
5782
5789
|
], Ot.prototype, "fieldMeasures");
|
|
5783
5790
|
xi([
|
|
5784
|
-
|
|
5791
|
+
q.H.Classes.GetClassConstructor(Ot)
|
|
5785
5792
|
], Ot.prototype, "children");
|
|
5786
5793
|
let an = Ot;
|
|
5787
5794
|
class Ms {
|
|
@@ -5791,7 +5798,7 @@ class Ms {
|
|
|
5791
5798
|
a(this, "comment", "");
|
|
5792
5799
|
a(this, "fileInfoId");
|
|
5793
5800
|
a(this, "fileInfo", new ze());
|
|
5794
|
-
|
|
5801
|
+
q.H.Classes.BuildClass(this, e);
|
|
5795
5802
|
}
|
|
5796
5803
|
}
|
|
5797
5804
|
class Ft {
|
|
@@ -5800,7 +5807,7 @@ class Ft {
|
|
|
5800
5807
|
a(this, "answerVariantId");
|
|
5801
5808
|
a(this, "answerVariantIdY");
|
|
5802
5809
|
a(this, "fieldFillId");
|
|
5803
|
-
|
|
5810
|
+
q.H.Classes.BuildClass(this, e);
|
|
5804
5811
|
}
|
|
5805
5812
|
static Create(e, i) {
|
|
5806
5813
|
const n = new Ft();
|
|
@@ -5834,7 +5841,7 @@ const ks = class es {
|
|
|
5834
5841
|
a(this, "researchResultId");
|
|
5835
5842
|
a(this, "answerFiles", []);
|
|
5836
5843
|
a(this, "answerFilesForDelete", []);
|
|
5837
|
-
|
|
5844
|
+
q.H.Classes.BuildClass(this, e);
|
|
5838
5845
|
}
|
|
5839
5846
|
setFilled(e) {
|
|
5840
5847
|
this.filled = e;
|
|
@@ -5892,17 +5899,17 @@ const ks = class es {
|
|
|
5892
5899
|
}
|
|
5893
5900
|
};
|
|
5894
5901
|
No([
|
|
5895
|
-
|
|
5902
|
+
q.H.Classes.GetClassConstructor(Ft)
|
|
5896
5903
|
], ks.prototype, "selectedAnswerVariants");
|
|
5897
5904
|
No([
|
|
5898
|
-
|
|
5905
|
+
q.H.Classes.GetClassConstructor(Ms)
|
|
5899
5906
|
], ks.prototype, "answerFiles");
|
|
5900
5907
|
let Gt = ks;
|
|
5901
5908
|
class Zh {
|
|
5902
5909
|
constructor(e) {
|
|
5903
5910
|
a(this, "id");
|
|
5904
5911
|
a(this, "fieldId");
|
|
5905
|
-
|
|
5912
|
+
q.H.Classes.BuildClass(this, e);
|
|
5906
5913
|
}
|
|
5907
5914
|
static GetClassName() {
|
|
5908
5915
|
return "fieldFilter";
|
|
@@ -5920,7 +5927,7 @@ const Uo = class jo {
|
|
|
5920
5927
|
a(this, "order", 0);
|
|
5921
5928
|
a(this, "fields", []);
|
|
5922
5929
|
a(this, "formId");
|
|
5923
|
-
|
|
5930
|
+
q.H.Classes.BuildClass(this, e);
|
|
5924
5931
|
}
|
|
5925
5932
|
static GetClassName() {
|
|
5926
5933
|
return "formSection";
|
|
@@ -5936,7 +5943,7 @@ const Uo = class jo {
|
|
|
5936
5943
|
}
|
|
5937
5944
|
static Create(e) {
|
|
5938
5945
|
const i = new jo();
|
|
5939
|
-
return i.id =
|
|
5946
|
+
return i.id = q.H.Id.UUID(), i.formId = e, i;
|
|
5940
5947
|
}
|
|
5941
5948
|
addField() {
|
|
5942
5949
|
const e = an.Create(this.id);
|
|
@@ -5970,7 +5977,7 @@ const Uo = class jo {
|
|
|
5970
5977
|
// }
|
|
5971
5978
|
};
|
|
5972
5979
|
Xh([
|
|
5973
|
-
|
|
5980
|
+
q.H.Classes.GetClassConstructor(an)
|
|
5974
5981
|
], Uo.prototype, "fields");
|
|
5975
5982
|
let ln = Uo;
|
|
5976
5983
|
var Yh = Object.defineProperty, Qh = (t, e, i, n) => {
|
|
@@ -5992,21 +5999,21 @@ const Wo = class Go {
|
|
|
5992
5999
|
a(this, "filterString", "");
|
|
5993
6000
|
a(this, "showOnlyNotFilled", !1);
|
|
5994
6001
|
a(this, "showOnlyFilled", !1);
|
|
5995
|
-
|
|
6002
|
+
q.H.Classes.BuildClass(this, e);
|
|
5996
6003
|
}
|
|
5997
6004
|
static GetClassName() {
|
|
5998
6005
|
return "Form";
|
|
5999
6006
|
}
|
|
6000
6007
|
static Create() {
|
|
6001
6008
|
const e = new Go();
|
|
6002
|
-
return e.id =
|
|
6009
|
+
return e.id = q.H.Id.UUID(), e;
|
|
6003
6010
|
}
|
|
6004
6011
|
editRegisterGroup(e) {
|
|
6005
6012
|
this.isEdit = e ?? !this.isEdit;
|
|
6006
6013
|
}
|
|
6007
6014
|
addFormSection() {
|
|
6008
6015
|
const e = ln.Create(this.id);
|
|
6009
|
-
return this.formSections.push(e),
|
|
6016
|
+
return this.formSections.push(e), q.H.Sorter.Sort(this.formSections), e;
|
|
6010
6017
|
}
|
|
6011
6018
|
getFields() {
|
|
6012
6019
|
const e = this.formSections.map((n) => n.fields).flat(), i = e.map((n) => n.children).flat();
|
|
@@ -6014,7 +6021,7 @@ const Wo = class Go {
|
|
|
6014
6021
|
}
|
|
6015
6022
|
};
|
|
6016
6023
|
Qh([
|
|
6017
|
-
|
|
6024
|
+
q.H.Classes.GetClassConstructor(ln)
|
|
6018
6025
|
], Wo.prototype, "formSections");
|
|
6019
6026
|
let Vo = Wo;
|
|
6020
6027
|
var Kh = Object.defineProperty, ef = (t, e, i, n) => {
|
|
@@ -6033,11 +6040,11 @@ const _o = class Zo {
|
|
|
6033
6040
|
a(this, "num", "");
|
|
6034
6041
|
//
|
|
6035
6042
|
a(this, "formId");
|
|
6036
|
-
|
|
6043
|
+
q.H.Classes.BuildClass(this, e);
|
|
6037
6044
|
}
|
|
6038
6045
|
static Create(e) {
|
|
6039
6046
|
const i = new Zo();
|
|
6040
|
-
return i.id =
|
|
6047
|
+
return i.id = q.H.Id.UUID(), i.formId = e.id, i.fieldFills.push(...Gt.CreateMany(e.getFields(), i.id)), i;
|
|
6041
6048
|
}
|
|
6042
6049
|
addFieldFill(e) {
|
|
6043
6050
|
this.fieldFills.push(e);
|
|
@@ -6096,7 +6103,7 @@ const _o = class Zo {
|
|
|
6096
6103
|
}
|
|
6097
6104
|
};
|
|
6098
6105
|
ef([
|
|
6099
|
-
|
|
6106
|
+
q.H.Classes.GetClassConstructor(Gt)
|
|
6100
6107
|
], _o.prototype, "fieldFills");
|
|
6101
6108
|
let Jo = _o;
|
|
6102
6109
|
const tf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -6256,13 +6263,13 @@ const Sf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6256
6263
|
Menu: Is,
|
|
6257
6264
|
SubMenu: un
|
|
6258
6265
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6259
|
-
let Cf = class extends
|
|
6266
|
+
let Cf = class extends q.H.BaseStore {
|
|
6260
6267
|
constructor() {
|
|
6261
6268
|
super(Is, "menus");
|
|
6262
6269
|
}
|
|
6263
6270
|
};
|
|
6264
6271
|
const xf = new Cf();
|
|
6265
|
-
let Mf = class extends
|
|
6272
|
+
let Mf = class extends q.H.BaseStore {
|
|
6266
6273
|
constructor() {
|
|
6267
6274
|
super(un, "sub-menus");
|
|
6268
6275
|
}
|
|
@@ -6565,43 +6572,43 @@ const Lf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
6565
6572
|
PageSectionDocument: hn,
|
|
6566
6573
|
PageSideMenu: xt
|
|
6567
6574
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6568
|
-
let Df = class extends
|
|
6575
|
+
let Df = class extends q.H.BaseStore {
|
|
6569
6576
|
constructor() {
|
|
6570
6577
|
super(cn, "custom-sections");
|
|
6571
6578
|
}
|
|
6572
6579
|
};
|
|
6573
6580
|
const Bf = new Df();
|
|
6574
|
-
let Hf = class extends
|
|
6581
|
+
let Hf = class extends q.H.BaseStore {
|
|
6575
6582
|
constructor() {
|
|
6576
6583
|
super(Rs, "page-documents");
|
|
6577
6584
|
}
|
|
6578
6585
|
};
|
|
6579
6586
|
const qf = new Hf();
|
|
6580
|
-
let Nf = class extends
|
|
6587
|
+
let Nf = class extends q.H.BaseStore {
|
|
6581
6588
|
constructor() {
|
|
6582
6589
|
super(dn, "page-images");
|
|
6583
6590
|
}
|
|
6584
6591
|
};
|
|
6585
6592
|
const Uf = new Nf();
|
|
6586
|
-
let jf = class extends
|
|
6593
|
+
let jf = class extends q.H.BaseStore {
|
|
6587
6594
|
constructor() {
|
|
6588
6595
|
super(hn, "page-section-documents");
|
|
6589
6596
|
}
|
|
6590
6597
|
};
|
|
6591
6598
|
const Wf = new jf();
|
|
6592
|
-
let Gf = class extends
|
|
6599
|
+
let Gf = class extends q.H.BaseStore {
|
|
6593
6600
|
constructor() {
|
|
6594
6601
|
super(ei, "page-sections");
|
|
6595
6602
|
}
|
|
6596
6603
|
};
|
|
6597
6604
|
const Vf = new Gf();
|
|
6598
|
-
let _f = class extends
|
|
6605
|
+
let _f = class extends q.H.BaseStore {
|
|
6599
6606
|
constructor() {
|
|
6600
6607
|
super(xt, "page-side-menus");
|
|
6601
6608
|
}
|
|
6602
6609
|
};
|
|
6603
6610
|
const Zf = new _f();
|
|
6604
|
-
let Jf = class extends
|
|
6611
|
+
let Jf = class extends q.H.BaseStore {
|
|
6605
6612
|
constructor() {
|
|
6606
6613
|
super(ti, "pages");
|
|
6607
6614
|
}
|
|
@@ -6625,11 +6632,11 @@ class mn {
|
|
|
6625
6632
|
a(this, "id");
|
|
6626
6633
|
a(this, "name", "");
|
|
6627
6634
|
a(this, "label", "");
|
|
6628
|
-
|
|
6635
|
+
q.H.Classes.BuildClass(this, e);
|
|
6629
6636
|
}
|
|
6630
6637
|
static Create(e, i) {
|
|
6631
6638
|
const n = new mn();
|
|
6632
|
-
return n.id =
|
|
6639
|
+
return n.id = q.H.Id.UUID(), n.name = e, n.label = i, n;
|
|
6633
6640
|
}
|
|
6634
6641
|
}
|
|
6635
6642
|
const Kf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -7158,7 +7165,7 @@ const Fn = /* @__PURE__ */ new WeakMap(), Mm = (t, e) => {
|
|
|
7158
7165
|
n.value = c, i("beforeChange", c), i("change", c);
|
|
7159
7166
|
}, l = (u) => u.length != 10 ? (r.value = s, Le.Error("Неверный формат даты"), !1) : Number(r.value.slice(0, 2)) > 31 ? (r.value = s, Le.Error("Неверный день месяца"), !1) : Number(r.value.slice(3, 5)) > 12 ? (r.value = s, Le.Error("Неверный месяц"), !1) : Number(r.value.slice(6, 10)) > 2100 ? (r.value = s, Le.Error("Неверный год"), !1) : !0;
|
|
7160
7167
|
return (u, c) => {
|
|
7161
|
-
const d =
|
|
7168
|
+
const d = N("PInput");
|
|
7162
7169
|
return m(), y("div", {
|
|
7163
7170
|
class: "style-container",
|
|
7164
7171
|
style: k({
|
|
@@ -7387,7 +7394,7 @@ const Fn = /* @__PURE__ */ new WeakMap(), Mm = (t, e) => {
|
|
|
7387
7394
|
s.value = !s.value, n("open", o);
|
|
7388
7395
|
};
|
|
7389
7396
|
return (o, l) => {
|
|
7390
|
-
const u =
|
|
7397
|
+
const u = N("PString");
|
|
7391
7398
|
return m(), y(G, null, [
|
|
7392
7399
|
t.shift ? X("", !0) : (m(), y("div", {
|
|
7393
7400
|
key: 0,
|
|
@@ -7591,7 +7598,7 @@ const Fn = /* @__PURE__ */ new WeakMap(), Mm = (t, e) => {
|
|
|
7591
7598
|
s.value = !s.value, n("open", o);
|
|
7592
7599
|
};
|
|
7593
7600
|
return (o, l) => {
|
|
7594
|
-
const u =
|
|
7601
|
+
const u = N("PString");
|
|
7595
7602
|
return m(), y("div", {
|
|
7596
7603
|
class: "wrapper",
|
|
7597
7604
|
style: k({
|
|
@@ -8500,7 +8507,7 @@ const wg = { class: "container" }, bg = { class: "slide-box" }, Sg = { class: "i
|
|
|
8500
8507
|
r.value = u, !(!i.start || u < i.start) && (n("update:end", u), n("setEnd", u));
|
|
8501
8508
|
};
|
|
8502
8509
|
return (u, c) => {
|
|
8503
|
-
const d =
|
|
8510
|
+
const d = N("PInputDate");
|
|
8504
8511
|
return m(), y("div", Rg, [
|
|
8505
8512
|
A(d, {
|
|
8506
8513
|
"model-value": p(s),
|
|
@@ -8539,7 +8546,7 @@ const Sa = /* @__PURE__ */ $(Ag, [["render", Eg], ["__scopeId", "data-v-d28c6f33
|
|
|
8539
8546
|
i.value = !i.value;
|
|
8540
8547
|
};
|
|
8541
8548
|
return (s, r) => {
|
|
8542
|
-
const o =
|
|
8549
|
+
const o = N("PString"), l = N("IconArrowDrop");
|
|
8543
8550
|
return m(), y("div", Tg, [
|
|
8544
8551
|
f("div", {
|
|
8545
8552
|
class: "drop-item-name",
|
|
@@ -8582,10 +8589,10 @@ const Sa = /* @__PURE__ */ $(Ag, [["render", Eg], ["__scopeId", "data-v-d28c6f33
|
|
|
8582
8589
|
emits: ["load"],
|
|
8583
8590
|
setup(t, { emit: e }) {
|
|
8584
8591
|
const i = t, n = P(!1), s = e, r = () => {
|
|
8585
|
-
i.model.setBoolean(n.value), n.value ?
|
|
8592
|
+
i.model.setBoolean(n.value), n.value ? q.F.FTSP.Get().setF(i.model) : q.F.FTSP.Get().removeF(i.model), s("load");
|
|
8586
8593
|
};
|
|
8587
8594
|
return (o, l) => {
|
|
8588
|
-
const u =
|
|
8595
|
+
const u = N("PCheckBox");
|
|
8589
8596
|
return m(), U(u, {
|
|
8590
8597
|
modelValue: p(n),
|
|
8591
8598
|
"onUpdate:modelValue": l[0] || (l[0] = (c) => Ze(n) ? n.value = c : null),
|
|
@@ -8616,7 +8623,7 @@ const Sa = /* @__PURE__ */ $(Ag, [["render", Eg], ["__scopeId", "data-v-d28c6f33
|
|
|
8616
8623
|
await s(o), i("load");
|
|
8617
8624
|
};
|
|
8618
8625
|
return (o, l) => {
|
|
8619
|
-
const u =
|
|
8626
|
+
const u = N("PString"), c = N("PButton"), d = N("GridContainer"), h = N("InfoItem");
|
|
8620
8627
|
return m(), y(G, null, [
|
|
8621
8628
|
A(u, {
|
|
8622
8629
|
string: t.defaultLabel,
|
|
@@ -8682,7 +8689,7 @@ const Sa = /* @__PURE__ */ $(Ag, [["render", Eg], ["__scopeId", "data-v-d28c6f33
|
|
|
8682
8689
|
l ? await r(s.value) : await r(void 0), i("load");
|
|
8683
8690
|
};
|
|
8684
8691
|
return (l, u) => {
|
|
8685
|
-
const c =
|
|
8692
|
+
const c = N("PSelect");
|
|
8686
8693
|
return m(), U(c, {
|
|
8687
8694
|
modelValue: p(s),
|
|
8688
8695
|
"onUpdate:modelValue": u[0] || (u[0] = (d) => Ze(s) ? s.value = d : null),
|
|
@@ -8900,7 +8907,7 @@ const Sa = /* @__PURE__ */ $(Ag, [["render", Eg], ["__scopeId", "data-v-d28c6f33
|
|
|
8900
8907
|
o.value = !1, l.value = !1;
|
|
8901
8908
|
};
|
|
8902
8909
|
return (B, Q) => {
|
|
8903
|
-
const je =
|
|
8910
|
+
const je = N("PString"), We = N("PButton"), yt = N("PModal"), Bt = Nr("click-outside");
|
|
8904
8911
|
return m(), y(G, null, [
|
|
8905
8912
|
p(o) ? (m(), y("div", Ng)) : X("", !0),
|
|
8906
8913
|
f("div", {
|
|
@@ -8997,7 +9004,7 @@ const Sa = /* @__PURE__ */ $(Ag, [["render", Eg], ["__scopeId", "data-v-d28c6f33
|
|
|
8997
9004
|
i.value = !i.value, n("select", r);
|
|
8998
9005
|
};
|
|
8999
9006
|
return (r, o) => {
|
|
9000
|
-
const l =
|
|
9007
|
+
const l = N("PString"), u = N("PButton"), c = N("InfoItem");
|
|
9001
9008
|
return m(), U(c, {
|
|
9002
9009
|
close: p(i),
|
|
9003
9010
|
title: t.title,
|
|
@@ -9215,7 +9222,7 @@ const Sa = /* @__PURE__ */ $(Ag, [["render", Eg], ["__scopeId", "data-v-d28c6f33
|
|
|
9215
9222
|
}
|
|
9216
9223
|
});
|
|
9217
9224
|
return (i, n) => {
|
|
9218
|
-
const s =
|
|
9225
|
+
const s = N("MessageBody"), r = N("PButton");
|
|
9219
9226
|
return m(), U(Ur, { name: "fade" }, {
|
|
9220
9227
|
default: J(() => [
|
|
9221
9228
|
p(ht).IsVisible() ? (m(), y("div", {
|
|
@@ -9257,7 +9264,7 @@ const Sa = /* @__PURE__ */ $(Ag, [["render", Eg], ["__scopeId", "data-v-d28c6f33
|
|
|
9257
9264
|
const e = vt(t, "modelValue"), i = async () => {
|
|
9258
9265
|
};
|
|
9259
9266
|
return (n, s) => {
|
|
9260
|
-
const r =
|
|
9267
|
+
const r = N("PInput");
|
|
9261
9268
|
return m(), y(G, null, [
|
|
9262
9269
|
A(r, {
|
|
9263
9270
|
modelValue: e.value.number,
|
|
@@ -9321,7 +9328,7 @@ const za = /* @__PURE__ */ $(s1, [["render", r1], ["__scopeId", "data-v-0f1f2f84
|
|
|
9321
9328
|
return us(() => {
|
|
9322
9329
|
pt.Get().p.drop();
|
|
9323
9330
|
}), (g, w) => {
|
|
9324
|
-
const x =
|
|
9331
|
+
const x = N("ArrowLeft"), C = N("PButton"), M = N("DoubleArrowLeft"), L = N("EllipsisSvg"), Y = N("DoubleArrowRight"), W = N("ArrowRight");
|
|
9325
9332
|
return m(), y("div", o1, [
|
|
9326
9333
|
f("div", {
|
|
9327
9334
|
class: "pag-container",
|
|
@@ -9583,7 +9590,7 @@ const za = /* @__PURE__ */ $(s1, [["render", r1], ["__scopeId", "data-v-0f1f2f84
|
|
|
9583
9590
|
s.value = !s.value, n("toggle", o);
|
|
9584
9591
|
};
|
|
9585
9592
|
return (o, l) => {
|
|
9586
|
-
const u =
|
|
9593
|
+
const u = N("PString");
|
|
9587
9594
|
return m(), y("div", {
|
|
9588
9595
|
class: "right-slider",
|
|
9589
9596
|
style: k({
|
|
@@ -9743,7 +9750,7 @@ const za = /* @__PURE__ */ $(s1, [["render", r1], ["__scopeId", "data-v-0f1f2f84
|
|
|
9743
9750
|
n("select", r);
|
|
9744
9751
|
};
|
|
9745
9752
|
return (r, o) => {
|
|
9746
|
-
const l =
|
|
9753
|
+
const l = N("PString"), u = N("PSelect");
|
|
9747
9754
|
return m(), y(G, null, [
|
|
9748
9755
|
A(l, {
|
|
9749
9756
|
string: "Выберите вид ответа:",
|
|
@@ -9790,7 +9797,7 @@ const za = /* @__PURE__ */ $(s1, [["render", r1], ["__scopeId", "data-v-0f1f2f84
|
|
|
9790
9797
|
};
|
|
9791
9798
|
return (l, u) => {
|
|
9792
9799
|
var d;
|
|
9793
|
-
const c =
|
|
9800
|
+
const c = N("PSelect");
|
|
9794
9801
|
return p(i) ? (m(), U(c, {
|
|
9795
9802
|
key: 0,
|
|
9796
9803
|
modelValue: p(s),
|
|
@@ -9833,7 +9840,7 @@ const za = /* @__PURE__ */ $(s1, [["render", r1], ["__scopeId", "data-v-0f1f2f84
|
|
|
9833
9840
|
};
|
|
9834
9841
|
return (o, l) => {
|
|
9835
9842
|
var c;
|
|
9836
|
-
const u =
|
|
9843
|
+
const u = N("PSelect");
|
|
9837
9844
|
return m(), U(u, {
|
|
9838
9845
|
modelValue: p(n),
|
|
9839
9846
|
"onUpdate:modelValue": l[0] || (l[0] = (d) => Ze(n) ? n.value = d : null),
|
|
@@ -9882,7 +9889,7 @@ const za = /* @__PURE__ */ $(s1, [["render", r1], ["__scopeId", "data-v-0f1f2f84
|
|
|
9882
9889
|
(g = c.value) != null && g.valueEq(h) || (c.value = h, u("load"));
|
|
9883
9890
|
};
|
|
9884
9891
|
return (h, g) => {
|
|
9885
|
-
const w =
|
|
9892
|
+
const w = N("PString");
|
|
9886
9893
|
return m(), y("div", P1, [
|
|
9887
9894
|
f("div", E1, [
|
|
9888
9895
|
A(w, {
|
|
@@ -9955,7 +9962,7 @@ const ja = /* @__PURE__ */ $(O1, [["render", L1], ["__scopeId", "data-v-5023d414
|
|
|
9955
9962
|
n("submit"), i.value = !i.value;
|
|
9956
9963
|
};
|
|
9957
9964
|
return (r, o) => {
|
|
9958
|
-
const l =
|
|
9965
|
+
const l = N("PString"), u = N("PButton"), c = N("GridContainer"), d = N("InfoItem");
|
|
9959
9966
|
return m(), U(d, {
|
|
9960
9967
|
title: t.title,
|
|
9961
9968
|
icon: "edit-title",
|
|
@@ -10720,7 +10727,7 @@ const al = /* @__PURE__ */ $(tp, [["render", sp], ["__scopeId", "data-v-c2e31ebb
|
|
|
10720
10727
|
e.value = !e.value;
|
|
10721
10728
|
};
|
|
10722
10729
|
return (n, s) => {
|
|
10723
|
-
const r =
|
|
10730
|
+
const r = N("ArrowRight"), o = N("ArrowLeft");
|
|
10724
10731
|
return m(), y(G, null, [
|
|
10725
10732
|
f("div", rp, [
|
|
10726
10733
|
E(n.$slots, "main", {}, void 0, !0),
|
|
@@ -10793,7 +10800,7 @@ const al = /* @__PURE__ */ $(tp, [["render", sp], ["__scopeId", "data-v-c2e31ebb
|
|
|
10793
10800
|
},
|
|
10794
10801
|
setup(t) {
|
|
10795
10802
|
return (e, i) => {
|
|
10796
|
-
const n =
|
|
10803
|
+
const n = N("PSticky");
|
|
10797
10804
|
return m(), y("div", {
|
|
10798
10805
|
class: "add-block",
|
|
10799
10806
|
style: k({
|
|
@@ -10879,7 +10886,7 @@ const al = /* @__PURE__ */ $(tp, [["render", sp], ["__scopeId", "data-v-c2e31ebb
|
|
|
10879
10886
|
},
|
|
10880
10887
|
setup(t) {
|
|
10881
10888
|
return (e, i) => {
|
|
10882
|
-
const n =
|
|
10889
|
+
const n = N("PSticky"), s = N("PContainer");
|
|
10883
10890
|
return m(), U(s, {
|
|
10884
10891
|
background: t.background,
|
|
10885
10892
|
margin: t.margin,
|
|
@@ -10991,7 +10998,7 @@ const al = /* @__PURE__ */ $(tp, [["render", sp], ["__scopeId", "data-v-c2e31ebb
|
|
|
10991
10998
|
i.closable && n("close");
|
|
10992
10999
|
};
|
|
10993
11000
|
return (o, l) => {
|
|
10994
|
-
const u =
|
|
11001
|
+
const u = N("IconClose");
|
|
10995
11002
|
return m(), y(G, null, [
|
|
10996
11003
|
t.show ? (m(), y("div", {
|
|
10997
11004
|
key: 0,
|
|
@@ -11203,7 +11210,7 @@ const Bv = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
11203
11210
|
o.value.trim(), i.withName.setName && i.withName.setName(o.value), s.value = !s.value, n("submit");
|
|
11204
11211
|
};
|
|
11205
11212
|
return (d, h) => {
|
|
11206
|
-
const g =
|
|
11213
|
+
const g = N("PString"), w = N("PInput"), x = N("InfoItem"), C = N("PButton"), M = N("el-form");
|
|
11207
11214
|
return m(), U(M, {
|
|
11208
11215
|
ref_key: "form",
|
|
11209
11216
|
ref: r,
|
|
@@ -11419,7 +11426,7 @@ const Bv = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
11419
11426
|
return !!i.formats.includes(d.toLowerCase());
|
|
11420
11427
|
};
|
|
11421
11428
|
return (c, d) => {
|
|
11422
|
-
const h =
|
|
11429
|
+
const h = N("PString"), g = N("PFlex"), w = N("PButton");
|
|
11423
11430
|
return m(), y(G, null, [
|
|
11424
11431
|
f("input", {
|
|
11425
11432
|
id: p(s),
|
|
@@ -11772,7 +11779,7 @@ var Dn = Qe("vue-handler-wrapper"), xl = { name: "HandlerWrapper", components: {
|
|
|
11772
11779
|
return { root: t, draggable: Dn("draggable") };
|
|
11773
11780
|
} }, emits: ["leave", "enter", "drag", "drag-end"] };
|
|
11774
11781
|
xl.render = function(t, e, i, n, s, r) {
|
|
11775
|
-
var o =
|
|
11782
|
+
var o = N("DraggableElement");
|
|
11776
11783
|
return m(), U("div", { class: r.classes.root }, [A(o, { class: r.classes.draggable, onDrag: e[1] || (e[1] = function(l) {
|
|
11777
11784
|
return t.$emit("drag", l);
|
|
11778
11785
|
}), onDragEnd: e[2] || (e[2] = function(l) {
|
|
@@ -11790,7 +11797,7 @@ var Fp = Qe("vue-line-wrapper"), Ml = { name: "LineWrapper", components: { Dragg
|
|
|
11790
11797
|
return Fp((Ve(t = {}, this.position, !0), Ve(t, "disabled", this.disabled), t));
|
|
11791
11798
|
} }, emits: ["leave", "enter", "drag", "drag-end"] };
|
|
11792
11799
|
Ml.render = function(t, e, i, n, s, r) {
|
|
11793
|
-
var o =
|
|
11800
|
+
var o = N("DraggableElement");
|
|
11794
11801
|
return m(), U(o, { class: r.classname, onDrag: e[1] || (e[1] = function(l) {
|
|
11795
11802
|
return t.$emit("drag", l);
|
|
11796
11803
|
}), onDragEnd: e[2] || (e[2] = function(l) {
|
|
@@ -12059,7 +12066,7 @@ var Qp = Qe("vue-simple-handler"), Kp = Qe("vue-simple-handler-wrapper"), Bs = {
|
|
|
12059
12066
|
this.$emit("drag-end");
|
|
12060
12067
|
} }, emits: ["drag", "drag-end"] };
|
|
12061
12068
|
Bs.render = function(t, e, i, n, s, r) {
|
|
12062
|
-
var o =
|
|
12069
|
+
var o = N("HandlerWrapper");
|
|
12063
12070
|
return m(), U(o, { class: r.classes.wrapper, "vertical-position": i.verticalPosition, "horizontal-position": i.horizontalPosition, disabled: i.disabled, onDrag: r.onDrag, onDragEnd: r.onDragEnd, onEnter: r.onEnter, onLeave: r.onLeave }, { default: J(function() {
|
|
12064
12071
|
return [A("div", { class: r.classes.default }, null, 2)];
|
|
12065
12072
|
}), _: 1 }, 8, ["class", "vertical-position", "horizontal-position", "disabled", "onDrag", "onDragEnd", "onEnter", "onLeave"]);
|
|
@@ -12078,7 +12085,7 @@ var e0 = Qe("vue-simple-line"), t0 = Qe("vue-simple-line-wrapper"), Hs = { name:
|
|
|
12078
12085
|
this.$emit("drag-end");
|
|
12079
12086
|
} }, emits: ["drag", "drag-end"] };
|
|
12080
12087
|
Hs.render = function(t, e, i, n, s, r) {
|
|
12081
|
-
var o =
|
|
12088
|
+
var o = N("LineWrapper");
|
|
12082
12089
|
return m(), U(o, { class: r.classes.wrapper, position: i.position, disabled: i.disabled, onDrag: r.onDrag, onDragEnd: r.onDragEnd, onEnter: r.onEnter, onLeave: r.onLeave }, { default: J(function() {
|
|
12083
12090
|
return [A("div", { class: r.classes.root }, null, 2)];
|
|
12084
12091
|
}), _: 1 }, 8, ["class", "position", "disabled", "onDrag", "onDragEnd", "onEnter", "onLeave"]);
|
|
@@ -12352,7 +12359,7 @@ El.render = function(t, e, i, n, s, r) {
|
|
|
12352
12359
|
};
|
|
12353
12360
|
var os = { components: { TransformableImage: El }, props: { touchMove: { type: Boolean, required: !0 }, mouseMove: { type: Boolean, required: !0 }, touchResize: { type: Boolean, required: !0 }, wheelResize: { type: [Boolean, Object], required: !0 } }, emits: ["resize", "move"] };
|
|
12354
12361
|
os.render = function(t, e, i, n, s, r) {
|
|
12355
|
-
var o =
|
|
12362
|
+
var o = N("transformable-image");
|
|
12356
12363
|
return m(), U(o, { "touch-move": i.touchMove, "touch-resize": i.touchResize, "mouse-move": i.mouseMove, "wheel-resize": i.wheelResize, onMove: e[1] || (e[1] = function(l) {
|
|
12357
12364
|
return t.$emit("move", l);
|
|
12358
12365
|
}), onResize: e[2] || (e[2] = function(l) {
|
|
@@ -12409,7 +12416,7 @@ Tl.render = function(t, e, i, n, s, r) {
|
|
|
12409
12416
|
};
|
|
12410
12417
|
var zl = { components: { Preview: Tl }, inheritAttrs: !1 };
|
|
12411
12418
|
zl.render = function(t, e, i, n, s, r) {
|
|
12412
|
-
var o =
|
|
12419
|
+
var o = N("preview");
|
|
12413
12420
|
return m(), U(o, Dt(t.$attrs, { fill: !0 }), null, 16);
|
|
12414
12421
|
};
|
|
12415
12422
|
var Nn = Qe("vue-rectangle-stencil"), Ol = { name: "RectangleStencil", components: { StencilPreview: zl, BoundingBox: $l, DraggableArea: Al }, props: { image: { type: Object }, coordinates: { type: Object }, stencilCoordinates: { type: Object }, handlers: { type: Object }, handlersComponent: { type: [Object, String], default: function() {
|
|
@@ -12443,7 +12450,7 @@ var Nn = Qe("vue-rectangle-stencil"), Ol = { name: "RectangleStencil", component
|
|
|
12443
12450
|
return { minimum: this.aspectRatio || this.minAspectRatio, maximum: this.aspectRatio || this.maxAspectRatio };
|
|
12444
12451
|
} }, emits: ["resize", "resize-end", "move", "move-end"] };
|
|
12445
12452
|
Ol.render = function(t, e, i, n, s, r) {
|
|
12446
|
-
var o =
|
|
12453
|
+
var o = N("stencil-preview"), l = N("draggable-area"), u = N("bounding-box");
|
|
12447
12454
|
return m(), U("div", { class: r.classes.stencil, style: r.style }, [A(u, { width: i.stencilCoordinates.width, height: i.stencilCoordinates.height, transitions: i.transitions, class: r.classes.boundingBox, handlers: i.handlers, "handlers-component": i.handlersComponent, "handlers-classes": i.handlersClasses, "handlers-wrappers-classes": i.handlersWrappersClasses, lines: i.lines, "lines-component": i.linesComponent, "lines-classes": i.linesClasses, "lines-wrappers-classes": i.linesWrappersClasses, resizable: i.resizable, onResize: r.onResize, onResizeEnd: r.onResizeEnd }, { default: J(function() {
|
|
12448
12455
|
return [A(l, { movable: i.movable, onMove: r.onMove, onMoveEnd: r.onMoveEnd }, { default: J(function() {
|
|
12449
12456
|
return [A(o, { image: i.image, coordinates: i.coordinates, width: i.stencilCoordinates.width, height: i.stencilCoordinates.height, class: r.classes.preview, transitions: i.transitions }, null, 8, ["image", "coordinates", "width", "height", "class", "transitions"])];
|
|
@@ -13309,7 +13316,7 @@ export {
|
|
|
13309
13316
|
gi as AuthMethods,
|
|
13310
13317
|
$n as EmailField,
|
|
13311
13318
|
Tv as LoginField,
|
|
13312
|
-
|
|
13319
|
+
q as PF,
|
|
13313
13320
|
Ev as PFM,
|
|
13314
13321
|
An as PasswordField,
|
|
13315
13322
|
bu as PasswordRepeatField,
|