@uxland/primary-shell 7.14.0 → 7.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{component-B25VrLkq.js → component-RL8LM9a9.js} +2 -2
- package/dist/{component-B25VrLkq.js.map → component-RL8LM9a9.js.map} +1 -1
- package/dist/{index-DdsMjYI8.js → index-cueNwNYW.js} +595 -601
- package/dist/{index-DdsMjYI8.js.map → index-cueNwNYW.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +16 -17
- package/dist/index.umd.cjs.map +1 -1
- package/dist/primary/shell/src/bootstrapper.d.ts +4 -1
- package/dist/primary/shell/src/features/bootstrapper.d.ts +2 -1
- package/dist/primary/shell/src/features/visit/finalize-visit/bootstrapper.d.ts +2 -1
- package/dist/primary/shell/src/features/visit/finalize-visit/component/finalize-visit-button.d.ts +2 -3
- package/package.json +1 -1
- package/src/UI/components/primaria-shell/shell-header/template.ts +0 -1
- package/src/bootstrapper.ts +6 -2
- package/src/features/bootstrapper.ts +3 -2
- package/src/features/visit/finalize-visit/bootstrapper.ts +11 -2
- package/src/features/visit/finalize-visit/component/finalize-visit-button.ts +7 -18
|
@@ -70,7 +70,7 @@ function require_Reflect() {
|
|
|
70
70
|
}
|
|
71
71
|
}, be = Object.getPrototypeOf(Function), ge = typeof Map == "function" && typeof Map.prototype.entries == "function" ? Map : Kt(), ve = typeof Set == "function" && typeof Set.prototype.entries == "function" ? Set : Cs(), me = typeof WeakMap == "function" ? WeakMap : ss(), _e = oe ? Symbol.for("@reflect-metadata:registry") : void 0, ye = Ft(), Ce = Ht(ye);
|
|
72
72
|
function Se(rt, ft, _t, St) {
|
|
73
|
-
if (
|
|
73
|
+
if (je(_t)) {
|
|
74
74
|
if (!Pt(rt))
|
|
75
75
|
throw new TypeError();
|
|
76
76
|
if (!Nt(ft))
|
|
@@ -81,7 +81,7 @@ function require_Reflect() {
|
|
|
81
81
|
throw new TypeError();
|
|
82
82
|
if (!Ue(ft))
|
|
83
83
|
throw new TypeError();
|
|
84
|
-
if (!Ue(St) && !
|
|
84
|
+
if (!Ue(St) && !je(St) && !Xe(St))
|
|
85
85
|
throw new TypeError();
|
|
86
86
|
return Xe(St) && (St = void 0), _t = Ct(_t), Ne(rt, ft, _t, St);
|
|
87
87
|
}
|
|
@@ -91,7 +91,7 @@ function require_Reflect() {
|
|
|
91
91
|
function _t(St, It) {
|
|
92
92
|
if (!Ue(St))
|
|
93
93
|
throw new TypeError();
|
|
94
|
-
if (!
|
|
94
|
+
if (!je(It) && !Ut(It))
|
|
95
95
|
throw new TypeError();
|
|
96
96
|
Je(rt, ft, St, It);
|
|
97
97
|
}
|
|
@@ -101,64 +101,64 @@ function require_Reflect() {
|
|
|
101
101
|
function Ae(rt, ft, _t, St) {
|
|
102
102
|
if (!Ue(_t))
|
|
103
103
|
throw new TypeError();
|
|
104
|
-
return
|
|
104
|
+
return je(St) || (St = Ct(St)), Je(rt, ft, _t, St);
|
|
105
105
|
}
|
|
106
106
|
X("defineMetadata", Ae);
|
|
107
107
|
function Le(rt, ft, _t) {
|
|
108
108
|
if (!Ue(ft))
|
|
109
109
|
throw new TypeError();
|
|
110
|
-
return
|
|
110
|
+
return je(_t) || (_t = Ct(_t)), Ge(rt, ft, _t);
|
|
111
111
|
}
|
|
112
112
|
X("hasMetadata", Le);
|
|
113
113
|
function ze(rt, ft, _t) {
|
|
114
114
|
if (!Ue(ft))
|
|
115
115
|
throw new TypeError();
|
|
116
|
-
return
|
|
116
|
+
return je(_t) || (_t = Ct(_t)), Ze(rt, ft, _t);
|
|
117
117
|
}
|
|
118
118
|
X("hasOwnMetadata", ze);
|
|
119
119
|
function Fe(rt, ft, _t) {
|
|
120
120
|
if (!Ue(ft))
|
|
121
121
|
throw new TypeError();
|
|
122
|
-
return
|
|
122
|
+
return je(_t) || (_t = Ct(_t)), Ke(rt, ft, _t);
|
|
123
123
|
}
|
|
124
124
|
X("getMetadata", Fe);
|
|
125
|
-
function
|
|
125
|
+
function Be(rt, ft, _t) {
|
|
126
126
|
if (!Ue(ft))
|
|
127
127
|
throw new TypeError();
|
|
128
|
-
return
|
|
128
|
+
return je(_t) || (_t = Ct(_t)), bt(rt, ft, _t);
|
|
129
129
|
}
|
|
130
|
-
X("getOwnMetadata",
|
|
130
|
+
X("getOwnMetadata", Be);
|
|
131
131
|
function Pe(rt, ft) {
|
|
132
132
|
if (!Ue(rt))
|
|
133
133
|
throw new TypeError();
|
|
134
|
-
return
|
|
134
|
+
return je(ft) || (ft = Ct(ft)), Ye(rt, ft);
|
|
135
135
|
}
|
|
136
136
|
X("getMetadataKeys", Pe);
|
|
137
137
|
function Oe(rt, ft) {
|
|
138
138
|
if (!Ue(rt))
|
|
139
139
|
throw new TypeError();
|
|
140
|
-
return
|
|
140
|
+
return je(ft) || (ft = Ct(ft)), Me(rt, ft);
|
|
141
141
|
}
|
|
142
142
|
X("getOwnMetadataKeys", Oe);
|
|
143
143
|
function qe(rt, ft, _t) {
|
|
144
144
|
if (!Ue(ft))
|
|
145
145
|
throw new TypeError();
|
|
146
|
-
if (
|
|
146
|
+
if (je(_t) || (_t = Ct(_t)), !Ue(ft))
|
|
147
147
|
throw new TypeError();
|
|
148
|
-
|
|
148
|
+
je(_t) || (_t = Ct(_t));
|
|
149
149
|
var St = cs(
|
|
150
150
|
ft,
|
|
151
151
|
_t,
|
|
152
152
|
/*Create*/
|
|
153
153
|
!1
|
|
154
154
|
);
|
|
155
|
-
return
|
|
155
|
+
return je(St) ? !1 : St.OrdinaryDeleteMetadata(rt, ft, _t);
|
|
156
156
|
}
|
|
157
157
|
X("deleteMetadata", qe);
|
|
158
158
|
function Ie(rt, ft) {
|
|
159
159
|
for (var _t = rt.length - 1; _t >= 0; --_t) {
|
|
160
160
|
var St = rt[_t], It = St(ft);
|
|
161
|
-
if (!
|
|
161
|
+
if (!je(It) && !Xe(It)) {
|
|
162
162
|
if (!Nt(It))
|
|
163
163
|
throw new TypeError();
|
|
164
164
|
ft = It;
|
|
@@ -169,7 +169,7 @@ function require_Reflect() {
|
|
|
169
169
|
function Ne(rt, ft, _t, St) {
|
|
170
170
|
for (var It = rt.length - 1; It >= 0; --It) {
|
|
171
171
|
var os = rt[It], ds = os(ft, _t, St);
|
|
172
|
-
if (!
|
|
172
|
+
if (!je(ds) && !Xe(ds)) {
|
|
173
173
|
if (!Ue(ds))
|
|
174
174
|
throw new TypeError();
|
|
175
175
|
St = ds;
|
|
@@ -191,7 +191,7 @@ function require_Reflect() {
|
|
|
191
191
|
/*Create*/
|
|
192
192
|
!1
|
|
193
193
|
);
|
|
194
|
-
return
|
|
194
|
+
return je(St) ? !1 : ot(St.OrdinaryHasOwnMetadata(rt, ft, _t));
|
|
195
195
|
}
|
|
196
196
|
function Ke(rt, ft, _t) {
|
|
197
197
|
var St = Ze(rt, ft, _t);
|
|
@@ -208,7 +208,7 @@ function require_Reflect() {
|
|
|
208
208
|
/*Create*/
|
|
209
209
|
!1
|
|
210
210
|
);
|
|
211
|
-
if (!
|
|
211
|
+
if (!je(St))
|
|
212
212
|
return St.OrdinaryGetOwnMetadata(rt, ft, _t);
|
|
213
213
|
}
|
|
214
214
|
function Je(rt, ft, _t, St) {
|
|
@@ -229,12 +229,12 @@ function require_Reflect() {
|
|
|
229
229
|
return _t;
|
|
230
230
|
if (_t.length <= 0)
|
|
231
231
|
return It;
|
|
232
|
-
for (var os = new ve(), ds = [],
|
|
233
|
-
var Ot = Tt[
|
|
232
|
+
for (var os = new ve(), ds = [], jt = 0, Tt = _t; jt < Tt.length; jt++) {
|
|
233
|
+
var Ot = Tt[jt], zt = os.has(Ot);
|
|
234
234
|
zt || (os.add(Ot), ds.push(Ot));
|
|
235
235
|
}
|
|
236
|
-
for (var Dt = 0,
|
|
237
|
-
var Ot =
|
|
236
|
+
for (var Dt = 0, Bt = It; Dt < Bt.length; Dt++) {
|
|
237
|
+
var Ot = Bt[Dt], zt = os.has(Ot);
|
|
238
238
|
zt || (os.add(Ot), ds.push(Ot));
|
|
239
239
|
}
|
|
240
240
|
return ds;
|
|
@@ -268,7 +268,7 @@ function require_Reflect() {
|
|
|
268
268
|
return 6;
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
|
-
function
|
|
271
|
+
function je(rt) {
|
|
272
272
|
return rt === void 0;
|
|
273
273
|
}
|
|
274
274
|
function Xe(rt) {
|
|
@@ -394,7 +394,7 @@ function require_Reflect() {
|
|
|
394
394
|
}
|
|
395
395
|
function Mt() {
|
|
396
396
|
var rt;
|
|
397
|
-
!
|
|
397
|
+
!je(_e) && typeof re.Reflect < "u" && !(_e in re.Reflect) && typeof re.Reflect.defineMetadata == "function" && (rt = us(re.Reflect));
|
|
398
398
|
var ft, _t, St, It = new me(), os = {
|
|
399
399
|
registerProvider: ds,
|
|
400
400
|
getProvider: Tt,
|
|
@@ -407,12 +407,12 @@ function require_Reflect() {
|
|
|
407
407
|
switch (!0) {
|
|
408
408
|
case rt === Dt:
|
|
409
409
|
break;
|
|
410
|
-
case
|
|
410
|
+
case je(ft):
|
|
411
411
|
ft = Dt;
|
|
412
412
|
break;
|
|
413
413
|
case ft === Dt:
|
|
414
414
|
break;
|
|
415
|
-
case
|
|
415
|
+
case je(_t):
|
|
416
416
|
_t = Dt;
|
|
417
417
|
break;
|
|
418
418
|
case _t === Dt:
|
|
@@ -422,52 +422,52 @@ function require_Reflect() {
|
|
|
422
422
|
break;
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
|
-
function
|
|
426
|
-
if (!
|
|
427
|
-
if (ft.isProviderFor(Dt,
|
|
425
|
+
function jt(Dt, Bt) {
|
|
426
|
+
if (!je(ft)) {
|
|
427
|
+
if (ft.isProviderFor(Dt, Bt))
|
|
428
428
|
return ft;
|
|
429
|
-
if (!
|
|
430
|
-
if (_t.isProviderFor(Dt,
|
|
429
|
+
if (!je(_t)) {
|
|
430
|
+
if (_t.isProviderFor(Dt, Bt))
|
|
431
431
|
return ft;
|
|
432
|
-
if (!
|
|
432
|
+
if (!je(St))
|
|
433
433
|
for (var es = mt(St); ; ) {
|
|
434
434
|
var as = kt(es);
|
|
435
435
|
if (!as)
|
|
436
436
|
return;
|
|
437
437
|
var fs = vt(as);
|
|
438
|
-
if (fs.isProviderFor(Dt,
|
|
438
|
+
if (fs.isProviderFor(Dt, Bt))
|
|
439
439
|
return At(es), fs;
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
|
-
if (!
|
|
443
|
+
if (!je(rt) && rt.isProviderFor(Dt, Bt))
|
|
444
444
|
return rt;
|
|
445
445
|
}
|
|
446
|
-
function Tt(Dt,
|
|
446
|
+
function Tt(Dt, Bt) {
|
|
447
447
|
var es = It.get(Dt), as;
|
|
448
|
-
return
|
|
448
|
+
return je(es) || (as = es.get(Bt)), je(as) && (as = jt(Dt, Bt), je(as) || (je(es) && (es = new ge(), It.set(Dt, es)), es.set(Bt, as))), as;
|
|
449
449
|
}
|
|
450
450
|
function Ot(Dt) {
|
|
451
|
-
if (
|
|
451
|
+
if (je(Dt))
|
|
452
452
|
throw new TypeError();
|
|
453
|
-
return ft === Dt || _t === Dt || !
|
|
453
|
+
return ft === Dt || _t === Dt || !je(St) && St.has(Dt);
|
|
454
454
|
}
|
|
455
|
-
function zt(Dt,
|
|
455
|
+
function zt(Dt, Bt, es) {
|
|
456
456
|
if (!Ot(es))
|
|
457
457
|
throw new Error("Metadata provider not registered.");
|
|
458
|
-
var as = Tt(Dt,
|
|
458
|
+
var as = Tt(Dt, Bt);
|
|
459
459
|
if (as !== es) {
|
|
460
|
-
if (!
|
|
460
|
+
if (!je(as))
|
|
461
461
|
return !1;
|
|
462
462
|
var fs = It.get(Dt);
|
|
463
|
-
|
|
463
|
+
je(fs) && (fs = new ge(), It.set(Dt, fs)), fs.set(Bt, es);
|
|
464
464
|
}
|
|
465
465
|
return !0;
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
468
|
function Ft() {
|
|
469
469
|
var rt;
|
|
470
|
-
return !
|
|
470
|
+
return !je(_e) && Ue(re.Reflect) && Object.isExtensible(re.Reflect) && (rt = re.Reflect[_e]), je(rt) && (rt = Mt()), !je(_e) && Ue(re.Reflect) && Object.isExtensible(re.Reflect) && Object.defineProperty(re.Reflect, _e, {
|
|
471
471
|
enumerable: !1,
|
|
472
472
|
configurable: !1,
|
|
473
473
|
writable: !1,
|
|
@@ -478,69 +478,69 @@ function require_Reflect() {
|
|
|
478
478
|
var ft = new me(), _t = {
|
|
479
479
|
isProviderFor: function(Ot, zt) {
|
|
480
480
|
var Dt = ft.get(Ot);
|
|
481
|
-
return
|
|
481
|
+
return je(Dt) ? !1 : Dt.has(zt);
|
|
482
482
|
},
|
|
483
483
|
OrdinaryDefineOwnMetadata: ds,
|
|
484
484
|
OrdinaryHasOwnMetadata: It,
|
|
485
485
|
OrdinaryGetOwnMetadata: os,
|
|
486
|
-
OrdinaryOwnMetadataKeys:
|
|
486
|
+
OrdinaryOwnMetadataKeys: jt,
|
|
487
487
|
OrdinaryDeleteMetadata: Tt
|
|
488
488
|
};
|
|
489
489
|
return ye.registerProvider(_t), _t;
|
|
490
490
|
function St(Ot, zt, Dt) {
|
|
491
|
-
var
|
|
492
|
-
if (
|
|
491
|
+
var Bt = ft.get(Ot), es = !1;
|
|
492
|
+
if (je(Bt)) {
|
|
493
493
|
if (!Dt)
|
|
494
494
|
return;
|
|
495
|
-
|
|
495
|
+
Bt = new ge(), ft.set(Ot, Bt), es = !0;
|
|
496
496
|
}
|
|
497
|
-
var as =
|
|
498
|
-
if (
|
|
497
|
+
var as = Bt.get(zt);
|
|
498
|
+
if (je(as)) {
|
|
499
499
|
if (!Dt)
|
|
500
500
|
return;
|
|
501
|
-
if (as = new ge(),
|
|
502
|
-
throw
|
|
501
|
+
if (as = new ge(), Bt.set(zt, as), !rt.setProvider(Ot, zt, _t))
|
|
502
|
+
throw Bt.delete(zt), es && ft.delete(Ot), new Error("Wrong provider for target.");
|
|
503
503
|
}
|
|
504
504
|
return as;
|
|
505
505
|
}
|
|
506
506
|
function It(Ot, zt, Dt) {
|
|
507
|
-
var
|
|
507
|
+
var Bt = St(
|
|
508
508
|
zt,
|
|
509
509
|
Dt,
|
|
510
510
|
/*Create*/
|
|
511
511
|
!1
|
|
512
512
|
);
|
|
513
|
-
return
|
|
513
|
+
return je(Bt) ? !1 : ot(Bt.has(Ot));
|
|
514
514
|
}
|
|
515
515
|
function os(Ot, zt, Dt) {
|
|
516
|
-
var
|
|
516
|
+
var Bt = St(
|
|
517
517
|
zt,
|
|
518
518
|
Dt,
|
|
519
519
|
/*Create*/
|
|
520
520
|
!1
|
|
521
521
|
);
|
|
522
|
-
if (!
|
|
523
|
-
return
|
|
522
|
+
if (!je(Bt))
|
|
523
|
+
return Bt.get(Ot);
|
|
524
524
|
}
|
|
525
|
-
function ds(Ot, zt, Dt,
|
|
525
|
+
function ds(Ot, zt, Dt, Bt) {
|
|
526
526
|
var es = St(
|
|
527
527
|
Dt,
|
|
528
|
-
|
|
528
|
+
Bt,
|
|
529
529
|
/*Create*/
|
|
530
530
|
!0
|
|
531
531
|
);
|
|
532
532
|
es.set(Ot, zt);
|
|
533
533
|
}
|
|
534
|
-
function
|
|
535
|
-
var Dt = [],
|
|
534
|
+
function jt(Ot, zt) {
|
|
535
|
+
var Dt = [], Bt = St(
|
|
536
536
|
Ot,
|
|
537
537
|
zt,
|
|
538
538
|
/*Create*/
|
|
539
539
|
!1
|
|
540
540
|
);
|
|
541
|
-
if (
|
|
541
|
+
if (je(Bt))
|
|
542
542
|
return Dt;
|
|
543
|
-
for (var es =
|
|
543
|
+
for (var es = Bt.keys(), as = mt(es), fs = 0; ; ) {
|
|
544
544
|
var Es = kt(as);
|
|
545
545
|
if (!Es)
|
|
546
546
|
return Dt.length = fs, Dt;
|
|
@@ -558,26 +558,26 @@ function require_Reflect() {
|
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
function Tt(Ot, zt, Dt) {
|
|
561
|
-
var
|
|
561
|
+
var Bt = St(
|
|
562
562
|
zt,
|
|
563
563
|
Dt,
|
|
564
564
|
/*Create*/
|
|
565
565
|
!1
|
|
566
566
|
);
|
|
567
|
-
if (
|
|
567
|
+
if (je(Bt) || !Bt.delete(Ot))
|
|
568
568
|
return !1;
|
|
569
|
-
if (
|
|
569
|
+
if (Bt.size === 0) {
|
|
570
570
|
var es = ft.get(zt);
|
|
571
|
-
|
|
571
|
+
je(es) || (es.delete(Dt), es.size === 0 && ft.delete(es));
|
|
572
572
|
}
|
|
573
573
|
return !0;
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
576
|
function us(rt) {
|
|
577
|
-
var ft = rt.defineMetadata, _t = rt.hasOwnMetadata, St = rt.getOwnMetadata, It = rt.getOwnMetadataKeys, os = rt.deleteMetadata, ds = new me(),
|
|
577
|
+
var ft = rt.defineMetadata, _t = rt.hasOwnMetadata, St = rt.getOwnMetadata, It = rt.getOwnMetadataKeys, os = rt.deleteMetadata, ds = new me(), jt = {
|
|
578
578
|
isProviderFor: function(Tt, Ot) {
|
|
579
579
|
var zt = ds.get(Tt);
|
|
580
|
-
return !
|
|
580
|
+
return !je(zt) && zt.has(Ot) ? !0 : It(Tt, Ot).length ? (je(zt) && (zt = new ve(), ds.set(Tt, zt)), zt.add(Ot), !0) : !1;
|
|
581
581
|
},
|
|
582
582
|
OrdinaryDefineOwnMetadata: ft,
|
|
583
583
|
OrdinaryHasOwnMetadata: _t,
|
|
@@ -585,11 +585,11 @@ function require_Reflect() {
|
|
|
585
585
|
OrdinaryOwnMetadataKeys: It,
|
|
586
586
|
OrdinaryDeleteMetadata: os
|
|
587
587
|
};
|
|
588
|
-
return
|
|
588
|
+
return jt;
|
|
589
589
|
}
|
|
590
590
|
function cs(rt, ft, _t) {
|
|
591
591
|
var St = ye.getProvider(rt, ft);
|
|
592
|
-
if (!
|
|
592
|
+
if (!je(St))
|
|
593
593
|
return St;
|
|
594
594
|
if (_t) {
|
|
595
595
|
if (ye.setProvider(rt, ft, Ce))
|
|
@@ -601,59 +601,59 @@ function require_Reflect() {
|
|
|
601
601
|
var rt = {}, ft = [], _t = (
|
|
602
602
|
/** @class */
|
|
603
603
|
(function() {
|
|
604
|
-
function
|
|
604
|
+
function jt(Tt, Ot, zt) {
|
|
605
605
|
this._index = 0, this._keys = Tt, this._values = Ot, this._selector = zt;
|
|
606
606
|
}
|
|
607
|
-
return
|
|
607
|
+
return jt.prototype["@@iterator"] = function() {
|
|
608
608
|
return this;
|
|
609
|
-
},
|
|
609
|
+
}, jt.prototype[ce] = function() {
|
|
610
610
|
return this;
|
|
611
|
-
},
|
|
611
|
+
}, jt.prototype.next = function() {
|
|
612
612
|
var Tt = this._index;
|
|
613
613
|
if (Tt >= 0 && Tt < this._keys.length) {
|
|
614
614
|
var Ot = this._selector(this._keys[Tt], this._values[Tt]);
|
|
615
615
|
return Tt + 1 >= this._keys.length ? (this._index = -1, this._keys = ft, this._values = ft) : this._index++, { value: Ot, done: !1 };
|
|
616
616
|
}
|
|
617
617
|
return { value: void 0, done: !0 };
|
|
618
|
-
},
|
|
618
|
+
}, jt.prototype.throw = function(Tt) {
|
|
619
619
|
throw this._index >= 0 && (this._index = -1, this._keys = ft, this._values = ft), Tt;
|
|
620
|
-
},
|
|
620
|
+
}, jt.prototype.return = function(Tt) {
|
|
621
621
|
return this._index >= 0 && (this._index = -1, this._keys = ft, this._values = ft), { value: Tt, done: !0 };
|
|
622
|
-
},
|
|
622
|
+
}, jt;
|
|
623
623
|
})()
|
|
624
624
|
), St = (
|
|
625
625
|
/** @class */
|
|
626
626
|
(function() {
|
|
627
|
-
function
|
|
627
|
+
function jt() {
|
|
628
628
|
this._keys = [], this._values = [], this._cacheKey = rt, this._cacheIndex = -2;
|
|
629
629
|
}
|
|
630
|
-
return Object.defineProperty(
|
|
630
|
+
return Object.defineProperty(jt.prototype, "size", {
|
|
631
631
|
get: function() {
|
|
632
632
|
return this._keys.length;
|
|
633
633
|
},
|
|
634
634
|
enumerable: !0,
|
|
635
635
|
configurable: !0
|
|
636
|
-
}),
|
|
636
|
+
}), jt.prototype.has = function(Tt) {
|
|
637
637
|
return this._find(
|
|
638
638
|
Tt,
|
|
639
639
|
/*insert*/
|
|
640
640
|
!1
|
|
641
641
|
) >= 0;
|
|
642
|
-
},
|
|
642
|
+
}, jt.prototype.get = function(Tt) {
|
|
643
643
|
var Ot = this._find(
|
|
644
644
|
Tt,
|
|
645
645
|
/*insert*/
|
|
646
646
|
!1
|
|
647
647
|
);
|
|
648
648
|
return Ot >= 0 ? this._values[Ot] : void 0;
|
|
649
|
-
},
|
|
649
|
+
}, jt.prototype.set = function(Tt, Ot) {
|
|
650
650
|
var zt = this._find(
|
|
651
651
|
Tt,
|
|
652
652
|
/*insert*/
|
|
653
653
|
!0
|
|
654
654
|
);
|
|
655
655
|
return this._values[zt] = Ot, this;
|
|
656
|
-
},
|
|
656
|
+
}, jt.prototype.delete = function(Tt) {
|
|
657
657
|
var Ot = this._find(
|
|
658
658
|
Tt,
|
|
659
659
|
/*insert*/
|
|
@@ -665,19 +665,19 @@ function require_Reflect() {
|
|
|
665
665
|
return this._keys.length--, this._values.length--, ns(Tt, this._cacheKey) && (this._cacheKey = rt, this._cacheIndex = -2), !0;
|
|
666
666
|
}
|
|
667
667
|
return !1;
|
|
668
|
-
},
|
|
668
|
+
}, jt.prototype.clear = function() {
|
|
669
669
|
this._keys.length = 0, this._values.length = 0, this._cacheKey = rt, this._cacheIndex = -2;
|
|
670
|
-
},
|
|
670
|
+
}, jt.prototype.keys = function() {
|
|
671
671
|
return new _t(this._keys, this._values, It);
|
|
672
|
-
},
|
|
672
|
+
}, jt.prototype.values = function() {
|
|
673
673
|
return new _t(this._keys, this._values, os);
|
|
674
|
-
},
|
|
674
|
+
}, jt.prototype.entries = function() {
|
|
675
675
|
return new _t(this._keys, this._values, ds);
|
|
676
|
-
},
|
|
676
|
+
}, jt.prototype["@@iterator"] = function() {
|
|
677
677
|
return this.entries();
|
|
678
|
-
},
|
|
678
|
+
}, jt.prototype[ce] = function() {
|
|
679
679
|
return this.entries();
|
|
680
|
-
},
|
|
680
|
+
}, jt.prototype._find = function(Tt, Ot) {
|
|
681
681
|
if (!ns(this._cacheKey, Tt)) {
|
|
682
682
|
this._cacheIndex = -1;
|
|
683
683
|
for (var zt = 0; zt < this._keys.length; zt++)
|
|
@@ -687,18 +687,18 @@ function require_Reflect() {
|
|
|
687
687
|
}
|
|
688
688
|
}
|
|
689
689
|
return this._cacheIndex < 0 && Ot && (this._cacheIndex = this._keys.length, this._keys.push(Tt), this._values.push(void 0)), this._cacheIndex;
|
|
690
|
-
},
|
|
690
|
+
}, jt;
|
|
691
691
|
})()
|
|
692
692
|
);
|
|
693
693
|
return St;
|
|
694
|
-
function It(
|
|
695
|
-
return
|
|
694
|
+
function It(jt, Tt) {
|
|
695
|
+
return jt;
|
|
696
696
|
}
|
|
697
|
-
function os(
|
|
697
|
+
function os(jt, Tt) {
|
|
698
698
|
return Tt;
|
|
699
699
|
}
|
|
700
|
-
function ds(
|
|
701
|
-
return [
|
|
700
|
+
function ds(jt, Tt) {
|
|
701
|
+
return [jt, Tt];
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
704
|
function Cs() {
|
|
@@ -781,7 +781,7 @@ function require_Reflect() {
|
|
|
781
781
|
function St() {
|
|
782
782
|
var Tt;
|
|
783
783
|
do
|
|
784
|
-
Tt = "@@WeakMap@@" +
|
|
784
|
+
Tt = "@@WeakMap@@" + jt();
|
|
785
785
|
while (fe.has(ft, Tt));
|
|
786
786
|
return ft[Tt] = !0, Tt;
|
|
787
787
|
}
|
|
@@ -805,7 +805,7 @@ function require_Reflect() {
|
|
|
805
805
|
}
|
|
806
806
|
return os(new Array(Tt), Tt);
|
|
807
807
|
}
|
|
808
|
-
function
|
|
808
|
+
function jt() {
|
|
809
809
|
var Tt = ds(rt);
|
|
810
810
|
Tt[6] = Tt[6] & 79 | 64, Tt[8] = Tt[8] & 191 | 128;
|
|
811
811
|
for (var Ot = "", zt = 0; zt < rt; ++zt) {
|
|
@@ -4724,7 +4724,7 @@ const resolveConfig = (te) => {
|
|
|
4724
4724
|
onUploadProgress: Le,
|
|
4725
4725
|
responseType: ze,
|
|
4726
4726
|
headers: Fe,
|
|
4727
|
-
withCredentials:
|
|
4727
|
+
withCredentials: Be = "same-origin",
|
|
4728
4728
|
fetchOptions: Pe
|
|
4729
4729
|
} = resolveConfig(ve), Oe = J || fetch;
|
|
4730
4730
|
ze = ze ? (ze + "").toLowerCase() : "text";
|
|
@@ -4741,14 +4741,14 @@ const resolveConfig = (te) => {
|
|
|
4741
4741
|
duplex: "half"
|
|
4742
4742
|
}), We;
|
|
4743
4743
|
if (utils$1.isFormData(ye) && (We = Me.headers.get("content-type")) && Fe.setContentType(We), Me.body) {
|
|
4744
|
-
const [
|
|
4744
|
+
const [je, Xe] = progressEventDecorator(
|
|
4745
4745
|
Ge,
|
|
4746
4746
|
progressEventReducer(asyncDecorator(Le))
|
|
4747
4747
|
);
|
|
4748
|
-
ye = trackStream(Me.body, DEFAULT_CHUNK_SIZE,
|
|
4748
|
+
ye = trackStream(Me.body, DEFAULT_CHUNK_SIZE, je, Xe);
|
|
4749
4749
|
}
|
|
4750
4750
|
}
|
|
4751
|
-
utils$1.isString(
|
|
4751
|
+
utils$1.isString(Be) || (Be = Be ? "include" : "omit");
|
|
4752
4752
|
const Ze = oe && "credentials" in X.prototype, Ke = {
|
|
4753
4753
|
...Pe,
|
|
4754
4754
|
signal: qe,
|
|
@@ -4756,7 +4756,7 @@ const resolveConfig = (te) => {
|
|
|
4756
4756
|
headers: Fe.normalize().toJSON(),
|
|
4757
4757
|
body: ye,
|
|
4758
4758
|
duplex: "half",
|
|
4759
|
-
credentials: Ze ?
|
|
4759
|
+
credentials: Ze ? Be : void 0
|
|
4760
4760
|
};
|
|
4761
4761
|
Ie = oe && new X(me, Ke);
|
|
4762
4762
|
let bt = await (oe ? Oe(Ie, Pe) : Oe(me, Ke));
|
|
@@ -4766,12 +4766,12 @@ const resolveConfig = (te) => {
|
|
|
4766
4766
|
["status", "statusText", "headers"].forEach((tt) => {
|
|
4767
4767
|
Me[tt] = bt[tt];
|
|
4768
4768
|
});
|
|
4769
|
-
const We = utils$1.toFiniteNumber(bt.headers.get("content-length")), [
|
|
4769
|
+
const We = utils$1.toFiniteNumber(bt.headers.get("content-length")), [je, Xe] = Ae && progressEventDecorator(
|
|
4770
4770
|
We,
|
|
4771
4771
|
progressEventReducer(asyncDecorator(Ae), !0)
|
|
4772
4772
|
) || [];
|
|
4773
4773
|
bt = new re(
|
|
4774
|
-
trackStream(bt.body, DEFAULT_CHUNK_SIZE,
|
|
4774
|
+
trackStream(bt.body, DEFAULT_CHUNK_SIZE, je, () => {
|
|
4775
4775
|
Xe && Xe(), Ne && Ne();
|
|
4776
4776
|
}),
|
|
4777
4777
|
Me
|
|
@@ -5496,10 +5496,10 @@ class ParimariaInteractionServiceImpl extends PrimariaInteractionService {
|
|
|
5496
5496
|
}
|
|
5497
5497
|
}, [ue, J]);
|
|
5498
5498
|
const ze = (Ie) => {
|
|
5499
|
-
|
|
5499
|
+
Be(ge, Ie);
|
|
5500
5500
|
}, Fe = (Ie) => {
|
|
5501
|
-
|
|
5502
|
-
},
|
|
5501
|
+
Be(Ie, !0);
|
|
5502
|
+
}, Be = (Ie, Ne) => {
|
|
5503
5503
|
setTimeout(() => {
|
|
5504
5504
|
oe({
|
|
5505
5505
|
result: Ne ? Ie : void 0,
|
|
@@ -5841,7 +5841,7 @@ function peg$parse(te, J) {
|
|
|
5841
5841
|
return __assign$4({ type: TYPE.argument, value: De }, ys());
|
|
5842
5842
|
}, _e = gs("numberSkeletonId"), ye = /^['\/{}]/, Ce = $s(["'", "/", "{", "}"], !1, !1), Se = Li(), we = gs("numberSkeletonTokenOption"), Ae = "/", Le = hs("/", !1), ze = function(De) {
|
|
5843
5843
|
return De;
|
|
5844
|
-
}, Fe = gs("numberSkeletonToken"),
|
|
5844
|
+
}, Fe = gs("numberSkeletonToken"), Be = function(De, Ve) {
|
|
5845
5845
|
return { stem: De, options: Ve };
|
|
5846
5846
|
}, Pe = function(De) {
|
|
5847
5847
|
return __assign$4({ type: 0, tokens: De }, ys());
|
|
@@ -5853,7 +5853,7 @@ function peg$parse(te, J) {
|
|
|
5853
5853
|
return _s.pop(), De.replace(/\s*$/, "");
|
|
5854
5854
|
}, Ze = ",", Ke = hs(",", !1), bt = "number", Je = hs("number", !1), Ye = function(De, Ve, it) {
|
|
5855
5855
|
return __assign$4({ type: Ve === "number" ? TYPE.number : Ve === "date" ? TYPE.date : TYPE.time, style: it && it[2], value: De }, ys());
|
|
5856
|
-
}, Me = "'", We = hs("'", !1),
|
|
5856
|
+
}, Me = "'", We = hs("'", !1), je = /^[^']/, Xe = $s(["'"], !0, !1), tt = /^[^a-zA-Z'{}]/, Ue = $s([["a", "z"], ["A", "Z"], "'", "{", "}"], !0, !1), Qe = /^[a-zA-Z]/, nt = $s([["a", "z"], ["A", "Z"]], !1, !1), ot = function(De) {
|
|
5857
5857
|
return __assign$4({ type: 1, pattern: De }, ys());
|
|
5858
5858
|
}, yt = function() {
|
|
5859
5859
|
return _s.push("dateOrTimeArgStyle"), !0;
|
|
@@ -5887,9 +5887,9 @@ function peg$parse(te, J) {
|
|
|
5887
5887
|
id: De,
|
|
5888
5888
|
value: Ve
|
|
5889
5889
|
}, ys());
|
|
5890
|
-
}, ps = gs("whitespace"), rt = /^[\t-\r \x85\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, ft = $s([[" ", "\r"], " ", "
", " ", " ", [" ", " "], "\u2028", "\u2029", " ", " ", " "], !1, !1), _t = gs("syntax pattern"), St = /^[!-\/:-@[-\^`{-~\xA1-\xA7\xA9\xAB\xAC\xAE\xB0\xB1\xB6\xBB\xBF\xD7\xF7\u2010-\u2027\u2030-\u203E\u2041-\u2053\u2055-\u205E\u2190-\u245F\u2500-\u2775\u2794-\u2BFF\u2E00-\u2E7F\u3001-\u3003\u3008-\u3020\u3030\uFD3E\uFD3F\uFE45\uFE46]/, It = $s([["!", "/"], [":", "@"], ["[", "^"], "`", ["{", "~"], ["¡", "§"], "©", "«", "¬", "®", "°", "±", "¶", "»", "¿", "×", "÷", ["‐", "‧"], ["‰", "‾"], ["⁁", "⁓"], ["⁕", "⁞"], ["←", ""], ["─", "❵"], ["➔", "⯿"], ["⸀", ""], ["、", "〃"], ["〈", "〠"], "〰", "﴾", "﴿", "﹅", "﹆"], !1, !1), os = gs("optional whitespace"), ds = gs("number"),
|
|
5890
|
+
}, ps = gs("whitespace"), rt = /^[\t-\r \x85\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, ft = $s([[" ", "\r"], " ", "
", " ", " ", [" ", " "], "\u2028", "\u2029", " ", " ", " "], !1, !1), _t = gs("syntax pattern"), St = /^[!-\/:-@[-\^`{-~\xA1-\xA7\xA9\xAB\xAC\xAE\xB0\xB1\xB6\xBB\xBF\xD7\xF7\u2010-\u2027\u2030-\u203E\u2041-\u2053\u2055-\u205E\u2190-\u245F\u2500-\u2775\u2794-\u2BFF\u2E00-\u2E7F\u3001-\u3003\u3008-\u3020\u3030\uFD3E\uFD3F\uFE45\uFE46]/, It = $s([["!", "/"], [":", "@"], ["[", "^"], "`", ["{", "~"], ["¡", "§"], "©", "«", "¬", "®", "°", "±", "¶", "»", "¿", "×", "÷", ["‐", "‧"], ["‰", "‾"], ["⁁", "⁓"], ["⁕", "⁞"], ["←", ""], ["─", "❵"], ["➔", "⯿"], ["⸀", ""], ["、", "〃"], ["〈", "〠"], "〰", "﴾", "﴿", "﹅", "﹆"], !1, !1), os = gs("optional whitespace"), ds = gs("number"), jt = "-", Tt = hs("-", !1), Ot = function(De, Ve) {
|
|
5891
5891
|
return Ve ? De ? -Ve : Ve : 0;
|
|
5892
|
-
}, zt = gs("double apostrophes"), Dt = "''",
|
|
5892
|
+
}, zt = gs("double apostrophes"), Dt = "''", Bt = hs("''", !1), es = function() {
|
|
5893
5893
|
return "'";
|
|
5894
5894
|
}, as = function(De, Ve) {
|
|
5895
5895
|
return De + Ve.replace("''", "'");
|
|
@@ -5982,7 +5982,7 @@ function peg$parse(te, J) {
|
|
|
5982
5982
|
}
|
|
5983
5983
|
function li() {
|
|
5984
5984
|
var De;
|
|
5985
|
-
return De = Ni(), De === X && (De =
|
|
5985
|
+
return De = Ni(), De === X && (De = ji(), De === X && (De = Ki(), De === X && (De = Qi(), De === X && (De = Ji(), De === X && (De = Bi()))))), De;
|
|
5986
5986
|
}
|
|
5987
5987
|
function Ls() {
|
|
5988
5988
|
var De, Ve, it;
|
|
@@ -5997,11 +5997,11 @@ function peg$parse(te, J) {
|
|
|
5997
5997
|
var De, Ve;
|
|
5998
5998
|
return De = He, Ve = Ls(), Ve !== X && (Zt = De, Ve = de(Ve)), De = Ve, De;
|
|
5999
5999
|
}
|
|
6000
|
-
function
|
|
6000
|
+
function Bi() {
|
|
6001
6001
|
var De, Ve;
|
|
6002
6002
|
return De = He, te.charCodeAt(He) === 35 ? (Ve = ce, He++) : (Ve = X, wt === 0 && Et(ue)), Ve !== X && (Zt = De, Ve = he()), De = Ve, De;
|
|
6003
6003
|
}
|
|
6004
|
-
function
|
|
6004
|
+
function ji() {
|
|
6005
6005
|
var De, Ve, it, gt, xt, Lt;
|
|
6006
6006
|
return wt++, De = He, te.charCodeAt(He) === 123 ? (Ve = fe, He++) : (Ve = X, wt === 0 && Et(be)), Ve !== X ? (it = Wt(), it !== X ? (gt = Ss(), gt !== X ? (xt = Wt(), xt !== X ? (te.charCodeAt(He) === 125 ? (Lt = ge, He++) : (Lt = X, wt === 0 && Et(ve)), Lt !== X ? (Zt = De, Ve = me(gt), De = Ve) : (He = De, De = X)) : (He = De, De = X)) : (He = De, De = X)) : (He = De, De = X)) : (He = De, De = X), wt--, De === X && (Ve = X, wt === 0 && Et(pe)), De;
|
|
6007
6007
|
}
|
|
@@ -6024,7 +6024,7 @@ function peg$parse(te, J) {
|
|
|
6024
6024
|
if (it = di(), it !== X) {
|
|
6025
6025
|
for (gt = [], xt = ci(); xt !== X; )
|
|
6026
6026
|
gt.push(xt), xt = ci();
|
|
6027
|
-
gt !== X ? (Zt = De, Ve =
|
|
6027
|
+
gt !== X ? (Zt = De, Ve = Be(it, gt), De = Ve) : (He = De, De = X);
|
|
6028
6028
|
} else
|
|
6029
6029
|
He = De, De = X;
|
|
6030
6030
|
else
|
|
@@ -6051,9 +6051,9 @@ function peg$parse(te, J) {
|
|
|
6051
6051
|
function hi() {
|
|
6052
6052
|
var De, Ve, it, gt;
|
|
6053
6053
|
if (De = He, te.charCodeAt(He) === 39 ? (Ve = Me, He++) : (Ve = X, wt === 0 && Et(We)), Ve !== X) {
|
|
6054
|
-
if (it = [], gt = ks(), gt === X && (
|
|
6054
|
+
if (it = [], gt = ks(), gt === X && (je.test(te.charAt(He)) ? (gt = te.charAt(He), He++) : (gt = X, wt === 0 && Et(Xe))), gt !== X)
|
|
6055
6055
|
for (; gt !== X; )
|
|
6056
|
-
it.push(gt), gt = ks(), gt === X && (
|
|
6056
|
+
it.push(gt), gt = ks(), gt === X && (je.test(te.charAt(He)) ? (gt = te.charAt(He), He++) : (gt = X, wt === 0 && Et(Xe)));
|
|
6057
6057
|
else
|
|
6058
6058
|
it = X;
|
|
6059
6059
|
it !== X ? (te.charCodeAt(He) === 39 ? (gt = Me, He++) : (gt = X, wt === 0 && Et(We)), gt !== X ? (Ve = [Ve, it, gt], De = Ve) : (He = De, De = X)) : (He = De, De = X);
|
|
@@ -6211,18 +6211,18 @@ function peg$parse(te, J) {
|
|
|
6211
6211
|
}
|
|
6212
6212
|
function mi() {
|
|
6213
6213
|
var De, Ve, it;
|
|
6214
|
-
return wt++, De = He, te.charCodeAt(He) === 45 ? (Ve =
|
|
6214
|
+
return wt++, De = He, te.charCodeAt(He) === 45 ? (Ve = jt, He++) : (Ve = X, wt === 0 && Et(Tt)), Ve === X && (Ve = null), Ve !== X ? (it = yi(), it !== X ? (Zt = De, Ve = Ot(Ve, it), De = Ve) : (He = De, De = X)) : (He = De, De = X), wt--, De === X && (Ve = X, wt === 0 && Et(ds)), De;
|
|
6215
6215
|
}
|
|
6216
6216
|
function ks() {
|
|
6217
6217
|
var De, Ve;
|
|
6218
|
-
return wt++, De = He, te.substr(He, 2) === Dt ? (Ve = Dt, He += 2) : (Ve = X, wt === 0 && Et(
|
|
6218
|
+
return wt++, De = He, te.substr(He, 2) === Dt ? (Ve = Dt, He += 2) : (Ve = X, wt === 0 && Et(Bt)), Ve !== X && (Zt = De, Ve = es()), De = Ve, wt--, De === X && (Ve = X, wt === 0 && Et(zt)), De;
|
|
6219
6219
|
}
|
|
6220
6220
|
function vi() {
|
|
6221
6221
|
var De, Ve, it, gt, xt, Lt;
|
|
6222
6222
|
if (De = He, te.charCodeAt(He) === 39 ? (Ve = Me, He++) : (Ve = X, wt === 0 && Et(We)), Ve !== X)
|
|
6223
6223
|
if (it = sr(), it !== X) {
|
|
6224
|
-
for (gt = He, xt = [], te.substr(He, 2) === Dt ? (Lt = Dt, He += 2) : (Lt = X, wt === 0 && Et(
|
|
6225
|
-
xt.push(Lt), te.substr(He, 2) === Dt ? (Lt = Dt, He += 2) : (Lt = X, wt === 0 && Et(
|
|
6224
|
+
for (gt = He, xt = [], te.substr(He, 2) === Dt ? (Lt = Dt, He += 2) : (Lt = X, wt === 0 && Et(Bt)), Lt === X && (je.test(te.charAt(He)) ? (Lt = te.charAt(He), He++) : (Lt = X, wt === 0 && Et(Xe))); Lt !== X; )
|
|
6225
|
+
xt.push(Lt), te.substr(He, 2) === Dt ? (Lt = Dt, He += 2) : (Lt = X, wt === 0 && Et(Bt)), Lt === X && (je.test(te.charAt(He)) ? (Lt = te.charAt(He), He++) : (Lt = X, wt === 0 && Et(Xe)));
|
|
6226
6226
|
xt !== X ? gt = te.substring(gt, He) : gt = xt, gt !== X ? (te.charCodeAt(He) === 39 ? (xt = Me, He++) : (xt = X, wt === 0 && Et(We)), xt === X && (xt = null), xt !== X ? (Zt = De, Ve = as(it, gt), De = Ve) : (He = De, De = X)) : (He = De, De = X);
|
|
6227
6227
|
} else
|
|
6228
6228
|
He = De, De = X;
|
|
@@ -9443,7 +9443,7 @@ var __defProp$n = Object.defineProperty, __decorateClass$u = (te, J, X, re) => {
|
|
|
9443
9443
|
(de = te[oe]) && (ne = de(J, X, ne) || ne);
|
|
9444
9444
|
return ne && __defProp$n(J, X, ne), ne;
|
|
9445
9445
|
};
|
|
9446
|
-
const
|
|
9446
|
+
const Bs = class Bs extends h$o {
|
|
9447
9447
|
constructor() {
|
|
9448
9448
|
super(...arguments), this.activePdfs = [];
|
|
9449
9449
|
}
|
|
@@ -9465,10 +9465,10 @@ const js = class js extends h$o {
|
|
|
9465
9465
|
X && window.open(X);
|
|
9466
9466
|
}
|
|
9467
9467
|
};
|
|
9468
|
-
|
|
9468
|
+
Bs.styles = i$D`
|
|
9469
9469
|
${r$H(styles$l)}
|
|
9470
9470
|
`;
|
|
9471
|
-
let PdfSelector =
|
|
9471
|
+
let PdfSelector = Bs;
|
|
9472
9472
|
__decorateClass$u([
|
|
9473
9473
|
n$z({ type: Array })
|
|
9474
9474
|
], PdfSelector.prototype, "pdfList");
|
|
@@ -9515,15 +9515,15 @@ const createPdfViewerManager = (te, J) => new PdfViewerManager(te, J), styles$k
|
|
|
9515
9515
|
)}
|
|
9516
9516
|
</div>
|
|
9517
9517
|
</div>
|
|
9518
|
-
`,
|
|
9518
|
+
`, js = class js extends h$o {
|
|
9519
9519
|
render() {
|
|
9520
9520
|
return ke$1`${template$m(this)}`;
|
|
9521
9521
|
}
|
|
9522
9522
|
};
|
|
9523
|
-
|
|
9523
|
+
js.styles = i$D`
|
|
9524
9524
|
${r$H(styles$k)}
|
|
9525
9525
|
`;
|
|
9526
|
-
let PluginBusyList =
|
|
9526
|
+
let PluginBusyList = js;
|
|
9527
9527
|
class PluginBusyManagerImpl {
|
|
9528
9528
|
constructor() {
|
|
9529
9529
|
this.tasks = [], customElements.get("plugin-busy-list") || t$k("plugin-busy-list")(PluginBusyList);
|
|
@@ -9741,7 +9741,7 @@ class ImportDataManagerImpl {
|
|
|
9741
9741
|
async import(J) {
|
|
9742
9742
|
this.currentImporterId = J, this.selectedItems = {}, this.pluginTexts = {};
|
|
9743
9743
|
try {
|
|
9744
|
-
const { ImportDataManagerModal: X } = await import("./component-
|
|
9744
|
+
const { ImportDataManagerModal: X } = await import("./component-RL8LM9a9.js"), { confirmed: re } = await this.interactionService.confirm(
|
|
9745
9745
|
void 0,
|
|
9746
9746
|
{ component: X },
|
|
9747
9747
|
{
|
|
@@ -10837,8 +10837,8 @@ function buildCreateSlice({
|
|
|
10837
10837
|
const ze = getOrInsertComputed(be, Se, () => /* @__PURE__ */ new WeakMap());
|
|
10838
10838
|
return getOrInsertComputed(ze, Le, () => {
|
|
10839
10839
|
const Fe = {};
|
|
10840
|
-
for (const [
|
|
10841
|
-
Fe[
|
|
10840
|
+
for (const [Be, Pe] of Object.entries(re.selectors ?? {}))
|
|
10841
|
+
Fe[Be] = wrapSelector(Pe, Le, me, Se);
|
|
10842
10842
|
return Fe;
|
|
10843
10843
|
});
|
|
10844
10844
|
}
|
|
@@ -16336,13 +16336,39 @@ class FinalizeVisit {
|
|
|
16336
16336
|
this.visitId = J;
|
|
16337
16337
|
}
|
|
16338
16338
|
}
|
|
16339
|
+
const template$9 = (te) => ke$1`
|
|
16340
|
+
${te.visitId ? ke$1`<dss-button @click=${te.finalizeVisitHandler} variant="subtle" size="md" icon="door_front" label=${translate$1("actions.finalizeVisit")}></dss-button>` : D$4}
|
|
16341
|
+
`;
|
|
16342
|
+
var __defProp$b = Object.defineProperty, __decorateClass$b = (te, J, X, re) => {
|
|
16343
|
+
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
16344
|
+
(de = te[oe]) && (ne = de(J, X, ne) || ne);
|
|
16345
|
+
return ne && __defProp$b(J, X, ne), ne;
|
|
16346
|
+
};
|
|
16347
|
+
class FinalizeVisitButton extends h$o {
|
|
16348
|
+
constructor(J) {
|
|
16349
|
+
super(), this.visitId = J;
|
|
16350
|
+
}
|
|
16351
|
+
render() {
|
|
16352
|
+
return ke$1`${template$9(this)}`;
|
|
16353
|
+
}
|
|
16354
|
+
finalizeVisitHandler() {
|
|
16355
|
+
this.visitId && shellApi.broker.send(new FinalizeVisit(this.visitId));
|
|
16356
|
+
}
|
|
16357
|
+
}
|
|
16358
|
+
__decorateClass$b([
|
|
16359
|
+
n$z({ type: String })
|
|
16360
|
+
], FinalizeVisitButton.prototype, "visitId");
|
|
16339
16361
|
let request;
|
|
16340
|
-
const useFinalizeVisit = (te) => {
|
|
16341
|
-
disposeFinalizeVisit(),
|
|
16362
|
+
const useFinalizeVisit = (te, J) => {
|
|
16363
|
+
disposeFinalizeVisit(), J?.visitId && (te.regionManager.registerView(te.regionManager.regions.shell.headerRightActions, {
|
|
16364
|
+
id: "finalize-visit-button",
|
|
16365
|
+
sortHint: "0001",
|
|
16366
|
+
factory: () => Promise.resolve(new FinalizeVisitButton(J.visitId))
|
|
16367
|
+
}), request = registerRequest(te, container$1)(FinalizeVisit, FinalizeVisitHandler));
|
|
16342
16368
|
}, disposeFinalizeVisit = () => {
|
|
16343
16369
|
request?.dispose();
|
|
16344
|
-
}, useFeatures = (te) => {
|
|
16345
|
-
container$1.bind(TYPES$1.primaryApi).toConstantValue(te), useGetUserInfo(te), useExitShell(te), useGetVisitId(te), useFinalizeVisit(te), te.broker.send(new GetUserInfo());
|
|
16370
|
+
}, useFeatures = (te, J) => {
|
|
16371
|
+
container$1.bind(TYPES$1.primaryApi).toConstantValue(te), useGetUserInfo(te), useExitShell(te), useGetVisitId(te), useFinalizeVisit(te, J), te.broker.send(new GetUserInfo());
|
|
16346
16372
|
}, disposeFeatures = (te) => {
|
|
16347
16373
|
disposeGetUserInfo(), disposeExitShell(), disposeGetVisitId(), disposeFinalizeVisit(), container$1.unbindAll(), te.regionManager._destroy(), mediatorSettings.resolver.clear();
|
|
16348
16374
|
}, disposeShell = () => {
|
|
@@ -17476,11 +17502,11 @@ function mapToStyles(te) {
|
|
|
17476
17502
|
var Le = getOffsetParent(X), ze = "clientHeight", Fe = "clientWidth";
|
|
17477
17503
|
if (Le === getWindow(X) && (Le = getDocumentElement(X), getComputedStyle(Le).position !== "static" && ce === "absolute" && (ze = "scrollHeight", Fe = "scrollWidth")), Le = Le, ne === top || (ne === left || ne === right) && oe === end) {
|
|
17478
17504
|
we = bottom;
|
|
17479
|
-
var
|
|
17505
|
+
var Be = fe && Le === Ae && Ae.visualViewport ? Ae.visualViewport.height : (
|
|
17480
17506
|
// $FlowFixMe[prop-missing]
|
|
17481
17507
|
Le[ze]
|
|
17482
17508
|
);
|
|
17483
|
-
me -=
|
|
17509
|
+
me -= Be - re.height, me *= ue ? 1 : -1;
|
|
17484
17510
|
}
|
|
17485
17511
|
if (ne === left || (ne === top || ne === bottom) && oe === end) {
|
|
17486
17512
|
Se = right;
|
|
@@ -17708,11 +17734,11 @@ function detectOverflow(te, J) {
|
|
|
17708
17734
|
reference: Le,
|
|
17709
17735
|
element: Se,
|
|
17710
17736
|
placement: ne
|
|
17711
|
-
}), Fe = rectToClientRect(Object.assign({}, Se, ze)),
|
|
17712
|
-
top: Ae.top -
|
|
17713
|
-
bottom:
|
|
17714
|
-
left: Ae.left -
|
|
17715
|
-
right:
|
|
17737
|
+
}), Fe = rectToClientRect(Object.assign({}, Se, ze)), Be = be === popper ? Fe : Le, Pe = {
|
|
17738
|
+
top: Ae.top - Be.top + ye.top,
|
|
17739
|
+
bottom: Be.bottom - Ae.bottom + ye.bottom,
|
|
17740
|
+
left: Ae.left - Be.left + ye.left,
|
|
17741
|
+
right: Be.right - Ae.right + ye.right
|
|
17716
17742
|
}, Oe = te.modifiersData.offset;
|
|
17717
17743
|
if (be === popper && Oe) {
|
|
17718
17744
|
var qe = Oe[ne];
|
|
@@ -17761,7 +17787,7 @@ function flip(te) {
|
|
|
17761
17787
|
flipVariations: ve,
|
|
17762
17788
|
allowedAutoPlacements: me
|
|
17763
17789
|
}) : tt);
|
|
17764
|
-
}, []), Ae = J.rects.reference, Le = J.rects.popper, ze = /* @__PURE__ */ new Map(), Fe = !0,
|
|
17790
|
+
}, []), Ae = J.rects.reference, Le = J.rects.popper, ze = /* @__PURE__ */ new Map(), Fe = !0, Be = we[0], Pe = 0; Pe < we.length; Pe++) {
|
|
17765
17791
|
var Oe = we[Pe], qe = getBasePlacement(Oe), Ie = getVariation(Oe) === start, Ne = [top, bottom].indexOf(qe) >= 0, Ge = Ne ? "width" : "height", Ze = detectOverflow(J, {
|
|
17766
17792
|
placement: Oe,
|
|
17767
17793
|
boundary: pe,
|
|
@@ -17774,7 +17800,7 @@ function flip(te) {
|
|
|
17774
17800
|
if (oe && Je.push(Ze[qe] <= 0), ce && Je.push(Ze[Ke] <= 0, Ze[bt] <= 0), Je.every(function(Xe) {
|
|
17775
17801
|
return Xe;
|
|
17776
17802
|
})) {
|
|
17777
|
-
|
|
17803
|
+
Be = Oe, Fe = !1;
|
|
17778
17804
|
break;
|
|
17779
17805
|
}
|
|
17780
17806
|
ze.set(Oe, Je);
|
|
@@ -17789,12 +17815,12 @@ function flip(te) {
|
|
|
17789
17815
|
});
|
|
17790
17816
|
});
|
|
17791
17817
|
if (Ue)
|
|
17792
|
-
return
|
|
17818
|
+
return Be = Ue, "break";
|
|
17793
17819
|
}, We = Ye; We > 0; We--) {
|
|
17794
|
-
var
|
|
17795
|
-
if (
|
|
17820
|
+
var je = Me(We);
|
|
17821
|
+
if (je === "break") break;
|
|
17796
17822
|
}
|
|
17797
|
-
J.placement !==
|
|
17823
|
+
J.placement !== Be && (J.modifiersData[re]._skip = !0, J.placement = Be, J.reset = !0);
|
|
17798
17824
|
}
|
|
17799
17825
|
}
|
|
17800
17826
|
const flip$1 = {
|
|
@@ -17895,21 +17921,21 @@ function preventOverflow(te) {
|
|
|
17895
17921
|
rootBoundary: he,
|
|
17896
17922
|
padding: fe,
|
|
17897
17923
|
altBoundary: pe
|
|
17898
|
-
}), ye = getBasePlacement(J.placement), Ce = getVariation(J.placement), Se = !Ce, we = getMainAxisFromPlacement(ye), Ae = getAltAxis(we), Le = J.modifiersData.popperOffsets, ze = J.rects.reference, Fe = J.rects.popper,
|
|
17924
|
+
}), ye = getBasePlacement(J.placement), Ce = getVariation(J.placement), Se = !Ce, we = getMainAxisFromPlacement(ye), Ae = getAltAxis(we), Le = J.modifiersData.popperOffsets, ze = J.rects.reference, Fe = J.rects.popper, Be = typeof me == "function" ? me(Object.assign({}, J.rects, {
|
|
17899
17925
|
placement: J.placement
|
|
17900
|
-
})) : me, Pe = typeof
|
|
17901
|
-
mainAxis:
|
|
17902
|
-
altAxis:
|
|
17926
|
+
})) : me, Pe = typeof Be == "number" ? {
|
|
17927
|
+
mainAxis: Be,
|
|
17928
|
+
altAxis: Be
|
|
17903
17929
|
} : Object.assign({
|
|
17904
17930
|
mainAxis: 0,
|
|
17905
17931
|
altAxis: 0
|
|
17906
|
-
},
|
|
17932
|
+
}, Be), Oe = J.modifiersData.offset ? J.modifiersData.offset[J.placement] : null, qe = {
|
|
17907
17933
|
x: 0,
|
|
17908
17934
|
y: 0
|
|
17909
17935
|
};
|
|
17910
17936
|
if (Le) {
|
|
17911
17937
|
if (oe) {
|
|
17912
|
-
var Ie, Ne = we === "y" ? top : left, Ge = we === "y" ? bottom : right, Ze = we === "y" ? "height" : "width", Ke = Le[we], bt = Ke + _e[Ne], Je = Ke - _e[Ge], Ye = ge ? -Fe[Ze] / 2 : 0, Me = Ce === start ? ze[Ze] : Fe[Ze], We = Ce === start ? -Fe[Ze] : -ze[Ze],
|
|
17938
|
+
var Ie, Ne = we === "y" ? top : left, Ge = we === "y" ? bottom : right, Ze = we === "y" ? "height" : "width", Ke = Le[we], bt = Ke + _e[Ne], Je = Ke - _e[Ge], Ye = ge ? -Fe[Ze] / 2 : 0, Me = Ce === start ? ze[Ze] : Fe[Ze], We = Ce === start ? -Fe[Ze] : -ze[Ze], je = J.elements.arrow, Xe = ge && je ? getLayoutRect(je) : {
|
|
17913
17939
|
width: 0,
|
|
17914
17940
|
height: 0
|
|
17915
17941
|
}, tt = J.modifiersData["arrow#persistent"] ? J.modifiersData["arrow#persistent"].padding : getFreshSideObject(), Ue = tt[Ne], Qe = tt[Ge], nt = within(0, ze[Ze], Xe[Ze]), ot = Se ? ze[Ze] / 2 - Ye - nt - Ue - Pe.mainAxis : Me - nt - Ue - Pe.mainAxis, yt = Se ? -ze[Ze] / 2 + Ye + nt + Qe + Pe.mainAxis : We + nt + Qe + Pe.mainAxis, Ct = J.elements.arrow && getOffsetParent(J.elements.arrow), Pt = Ct ? we === "y" ? Ct.clientTop || 0 : Ct.clientLeft || 0 : 0, qt = (Ie = Oe?.[we]) != null ? Ie : 0, Nt = Ke + ot - qt - Pt, Ut = Ke + yt - qt, ns = within(ge ? min(bt, Nt) : bt, Ke, ge ? max(Je, Ut) : Je);
|
|
@@ -18069,11 +18095,11 @@ function popperGenerator(te) {
|
|
|
18069
18095
|
pe.reset = !1, we = -1;
|
|
18070
18096
|
continue;
|
|
18071
18097
|
}
|
|
18072
|
-
var Ae = pe.orderedModifiers[we], Le = Ae.fn, ze = Ae.options, Fe = ze === void 0 ? {} : ze,
|
|
18098
|
+
var Ae = pe.orderedModifiers[we], Le = Ae.fn, ze = Ae.options, Fe = ze === void 0 ? {} : ze, Be = Ae.name;
|
|
18073
18099
|
typeof Le == "function" && (pe = Le({
|
|
18074
18100
|
state: pe,
|
|
18075
18101
|
options: Fe,
|
|
18076
|
-
name:
|
|
18102
|
+
name: Be,
|
|
18077
18103
|
instance: ge
|
|
18078
18104
|
}) || pe);
|
|
18079
18105
|
}
|
|
@@ -21408,7 +21434,7 @@ l$o([
|
|
|
21408
21434
|
n$z(n$w)
|
|
21409
21435
|
], o$u.prototype, "jcef", 2);
|
|
21410
21436
|
const O$1 = er`dss-calendar${tr(f$o())}`, e$v = er`dss-icon${tr(f$o())}`, Z = (te) => {
|
|
21411
|
-
var J, X, re, ne, oe, de, ce, ue, he, pe, fe, be, ge, ve, me, _e, ye, Ce, Se, we, Ae, Le, ze, Fe,
|
|
21437
|
+
var J, X, re, ne, oe, de, ce, ue, he, pe, fe, be, ge, ve, me, _e, ye, Ce, Se, we, Ae, Le, ze, Fe, Be, Pe, Oe, qe, Ie;
|
|
21412
21438
|
const Ne = {
|
|
21413
21439
|
"dss-datepicker-range--sm": te.inputSize !== "lg"
|
|
21414
21440
|
}, Ge = {
|
|
@@ -21445,7 +21471,7 @@ const O$1 = er`dss-calendar${tr(f$o())}`, e$v = er`dss-icon${tr(f$o())}`, Z = (t
|
|
|
21445
21471
|
}, Ye = {
|
|
21446
21472
|
"dss-calendar": !0,
|
|
21447
21473
|
"dss-calendar--visible": te._showCalendar && !((ze = te._inputRangeStart) != null && ze.readOnly) && !((Fe = te._inputRangeEnd) != null && Fe.readOnly),
|
|
21448
|
-
"dss-calendar--disabled": ((
|
|
21474
|
+
"dss-calendar--disabled": ((Be = te._inputRangeStart) == null ? void 0 : Be.disabled) && ((Pe = te._inputRangeEnd) == null ? void 0 : Pe.disabled),
|
|
21449
21475
|
"dss-calendar--sm": te.inputSize !== "lg"
|
|
21450
21476
|
};
|
|
21451
21477
|
return ke`
|
|
@@ -28105,10 +28131,10 @@ i$b([
|
|
|
28105
28131
|
n$z(n$w)
|
|
28106
28132
|
], n$c.prototype, "iconFill", 2);
|
|
28107
28133
|
const r$c = ':host{display:inline-block;height:100%;width:100%;--circle: 32px;--circle-md: 24px;--circle-sm: 16px;--default-background: var(--color-white);--default-border-color: var(--color-neutral-500);--default-font-color: var(--color-neutral-900);--default-background-hover: var(--color-neutral-50);--default-font-color-active: var(--color-neutral-500);--active-background: var(--color-primary-500);--active-border-color: var(--color-primary-500);--active-font-color: var(--color-white);--completed-background: var(--color-primary-50);--disabled-background: var(--color-neutral-100);--disabled-border-color: var(--color-neutral-100);--disabled-font-color: var(--color-neutral-600);--line-width: 2px;--font-size: 18px;--font-size-md: 16px;--font-size-sm: 16px}.dss-circular-stepper{display:flex;gap:16px;align-items:center}.dss-circular-stepper__item{width:3rem;height:3rem;position:relative}.dss-circular-stepper__item svg{width:3rem;height:3rem;transform:rotate(-90deg)}.dss-circular-stepper__counter{position:absolute;font-size:.9rem;line-height:24px;left:0;top:0;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center}.dss-circular-stepper__label,.dss-circular-stepper__counter b{font-weight:600;color:var(--color-neutral-700);font-size:.9rem;transition:.3s all ease-in;line-height:24px}.dss-circular-stepper circle{stroke:var(--color-neutral-200);stroke-dashoffset:0;fill:none;stroke-linecap:round;stroke-width:6px;stroke-dasharray:100,100;transition:.3s all ease-in}.dss-circular-stepper circle:last-of-type{stroke:var(--color-primary-500);stroke-dasharray:var(--percent),100;stroke-dashoffset:0}.dss-stepper{display:flex;list-style:none;justify-content:space-between;background:linear-gradient(var(--default-border-color) 0 0) no-repeat 50% calc((var(--circle) - var(--line-width)) / 2) / 100% var(--line-width);margin:var(--dss-spacing-xxs) 0 var(--dss-spacing-xl);padding:0;counter-reset:step}.dss-stepper--md{background:linear-gradient(var(--default-border-color) 0 0) no-repeat 50% calc((var(--circle-md) - var(--line-width)) / 2) / 100% var(--line-width)}.dss-stepper--sm{background:linear-gradient(var(--default-border-color) 0 0) no-repeat 50% calc((var(--circle-sm) - var(--line-width)) / 2) / 100% var(--line-width)}.dss-bubble{display:grid;place-items:center;gap:0;position:relative;border-radius:50%;transition:.3s outline ease-in}.dss-bubble:focus-visible{outline:var(--dss-border-width-lg) solid var(--color-blue-200)}.dss-bubble:before{cursor:pointer;content:counter(step) " ";counter-increment:step;display:grid;place-content:center;aspect-ratio:1;height:var(--circle);box-sizing:border-box;border-radius:50%;font-size:var(--font-size);font-weight:var(--font-semibold);font-family:var(--font-family);z-index:100;background-color:var(--default-background);border:var(--line-width) solid var(--active-border-color);color:var(--default-font-color);transition:.3s all ease-in}.dss-bubble:not(.dss-bubble--active):not(:active):hover:before{background-color:var(--completed-background)}.dss-stepper--md .dss-bubble:before{height:var(--circle-md);font-size:var(--font-size-md)}.dss-stepper--sm .dss-bubble:before{content:"";height:var(--circle-sm);font-size:var(--font-size-sm);height:16px;width:16px}.dss-bubble--active:before{background-color:var(--active-background);border-color:var(--active-border-color);color:var(--active-font-color)}.dss-bubble--active~.dss-bubble:before{background-color:var(--default-background);border-color:var(--default-border-color);color:var(--default-font-color)}.dss-bubble--active~.dss-bubble:not(.dss-bubble--active):hover:before{background-color:var(--default-background-hover)}.dss-bubble--active~.dss-bubble:active:before{background-color:var(--default-background);color:var(--default-font-color-active)}.dss-bubble--icon:before{content:attr(icon);font-family:var(--icon-font);font-weight:400}.dss-bubble--checked:before{content:"done";font-family:var(--icon-font);font-weight:400;font-size:24px;color:var(--color-primary-500)!important}.dss-stepper--sm .dss-bubble--checked:before{content:"check_circle";background-color:var(--color-primary-500);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--checked:hover:before{border-color:var(--color-white);color:var(--color-primary-500)!important}.dss-bubble--checked:active:before{background-color:var(--color-white);color:var(--color-primary-300)!important;border-color:var(--color-primary-500)!important}.dss-stepper--sm .dss-bubble--checked:active:before{border-color:var(--color-white)!important;color:var(--color-primary-300)!important}.dss-bubble--info:before,.dss-bubble--active~.dss-bubble.dss-bubble--info:before{content:"info_i";font-family:var(--icon-font);font-weight:400;background-color:var(--color-white);color:var(--color-blue-500);border-color:var(--color-blue-500)}.dss-bubble--info:hover:before,.dss-bubble--active~.dss-bubble.dss-bubble--info:hover:before{background-color:var(--color-blue-50)!important}.dss-bubble--info:active:before,.dss-bubble--active~.dss-bubble.dss-bubble--info:not(.dss-bubble--active):active:before{color:var(--color-blue-300)!important;background-color:var(--color-white)!important}.dss-stepper--sm .dss-bubble--info:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--info:before{content:"info";background-color:var(--color-blue-500);border-color:var(--color-blue-500);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--info:hover:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--info:hover:before{background-color:var(--color-blue-50)!important;border-color:var(--color-white);color:var(--color-blue-500)!important}.dss-stepper--sm .dss-bubble--info:active:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--info:active:before{background-color:var(--color-white)!important;border-color:var(--color-white)!important;color:var(--color-blue-300)!important}.dss-bubble--alert:before,.dss-bubble--active~.dss-bubble.dss-bubble--alert:before{content:"priority_high";font-family:var(--icon-font);font-weight:400;background-color:var(--color-white);color:var(--color-yellow-800);border-color:var(--color-yellow-800)}.dss-bubble--alert:not(:active):hover:before{background-color:var(--color-yellow-50)!important}.dss-bubble--alert:active:before,.dss-bubble--active~.dss-bubble.dss-bubble--alert:active:before{color:var(--color-yellow-700)!important;background-color:var(--color-white)}.dss-stepper--sm .dss-bubble--alert:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--alert:before{content:"error";background-color:var(--color-yellow-800);border-color:var(--color-yellow-800);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--alert:hover:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--alert:hover:before{background-color:var(--color-yellow-50)!important;border-color:var(--color-white);color:var(--color-yellow-800)!important}.dss-stepper--sm .dss-bubble--alert:active:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--alert:active:before{background-color:var(--color-white)!important;border-color:var(--color-white)!important;color:var(--color-yellow-700)!important}.dss-bubble--error:before,.dss-bubble--active~.dss-bubble.dss-bubble--error:before{content:"close";font-family:var(--icon-font);font-weight:400;background-color:var(--color-white);color:var(--color-red-500);border-color:var(--color-red-500)}.dss-bubble--error:active:before,.dss-bubble--active~.dss-bubble.dss-bubble--error:active:before{color:var(--color-red-300)!important;background-color:var(--color-white)}.dss-stepper--sm .dss-bubble--error:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--error:before{content:"cancel";background-color:var(--color-red-500);border-color:var(--color-red-500);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--error:hover:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--error:hover:before{background-color:var(--color-red-50)!important;border-color:var(--color-white);color:var(--color-red-500)!important}.dss-stepper--sm .dss-bubble--error:active:before,.dss-stepper--sm .dss-bubble--active~.dss-bubble.dss-bubble--error:active:before{background-color:var(--color-white)!important;border-color:var(--color-white)!important;color:var(--color-red-300)!important}.dss-bubble--disabled:before{cursor:not-allowed;background-color:var(--disabled-background)!important;border-color:var(--disabled-border-color)!important;color:var(--disabled-font-color)!important}.dss-stepper--vertical .dss-bubble:not(:first-child){margin-top:var(--dss-spacing-lg)}.dss-bubble--error:not(:active):hover:before{background-color:var(--color-red-50)!important}.dss-bubble--error:active:before{color:var(--color-red-300)!important}.dss-stepper--sm .dss-bubble--error:before{content:"cancel";background-color:var(--color-red-500);border-color:var(--color-red-500);color:var(--color-white)!important;border-width:1px!important}.dss-stepper--sm .dss-bubble--error:hover:before{background-color:var(--color-red-50)!important;border-color:var(--color-white);color:var(--color-red-500)!important}.dss-stepper--sm .dss-bubble--error:active:before{background-color:var(--color-white)!important;border-color:var(--color-white)!important;color:var(--color-red-300)!important}.dss-bubble--disabled:before{cursor:not-allowed;background:var(--disabled-background)!important;border-color:var(--disabled-border-color)!important;color:var(--disabled-font-color)!important}.dss-bubble--completed:not(:first-child):after{content:"";position:absolute;height:var(--line-width);right:0;top:calc((var(--circle) - var(--line-width)) / 2);width:var(--active-bar-width);background:var(--active-background)}.dss-bubble--active:not(:first-child):after{content:"";position:absolute;height:var(--line-width);right:0;top:calc((var(--circle) - var(--line-width)) / 2);width:var(--active-bar-width);background:var(--active-background);animation:animate .3s}.dss-stepper--md .dss-bubble--completed:not(:first-child):after{top:calc((var(--circle-md) - var(--line-width)) / 2)}.dss-stepper--md .dss-bubble--active:not(:first-child):after{top:calc((var(--circle-md) - var(--line-width)) / 2)}.dss-stepper--sm .dss-bubble--completed:not(:first-child):after{top:calc((var(--circle-sm) - var(--line-width)) / 2)}.dss-stepper--sm .dss-bubble--active:not(:first-child):after{top:calc((var(--circle-sm) - var(--line-width)) / 2)}.dss-stepper--vertical{height:100%;flex-direction:column;gap:0;background:linear-gradient(var(--default-border-color) 0 0) no-repeat calc((var(--circle) - var(--line-width)) / 2) 50% / var(--line-width) 100%}.dss-stepper--vertical .dss-bubble{display:flex;width:-moz-fit-content;width:fit-content}.dss-stepper--vertical .dss-bubble--completed:not(:first-child):after{content:"";position:absolute;width:var(--line-width);bottom:0;left:calc((var(--circle) - var(--line-width)) / 2);top:auto;right:auto;height:var(--active-bar-width);background:var(--active-background)}.dss-stepper--vertical .dss-bubble--active:not(:first-child):after{content:"";position:absolute;width:var(--line-width);bottom:0;left:calc((var(--circle) - var(--line-width)) / 2);top:auto;right:auto;height:var(--active-bar-width);background:var(--active-background);animation:column-animate .5s}.dss-stepper--md.dss-stepper--vertical{background:linear-gradient(var(--default-border-color) 0 0) no-repeat calc((var(--circle-md) - var(--line-width)) / 2) 50% / var(--line-width) 100%}.dss-stepper--sm.dss-stepper--vertical{background:linear-gradient(var(--default-border-color) 0 0) no-repeat calc((var(--circle-sm) - var(--line-width)) / 2) 50% / var(--line-width) 100%}.dss-stepper--md.dss-stepper--vertical .dss-bubble--completed:not(:first-child):after{left:calc((var(--circle-md) - var(--line-width)) / 2)}.dss-stepper--sm.dss-stepper--vertical .dss-bubble--completed:not(:first-child):after{left:calc((var(--circle-sm) - var(--line-width)) / 2)}.dss-stepper--md.dss-stepper--vertical .dss-bubble--active:not(:first-child):after{left:calc((var(--circle-md) - var(--line-width)) / 2)}.dss-stepper--sm.dss-stepper--vertical .dss-bubble--active:not(:first-child):after{left:calc((var(--circle-sm) - var(--line-width)) / 2)}.dss-stepper:not(.dss-stepper--vertical) .dss-bubble-label{position:absolute;top:calc(100% + var(--dss-spacing-xxs));left:50%;transform:translate(-50%)}.dss-bubble-label{width:-moz-max-content;width:max-content;font-weight:var(--font-regular);font-size:14px;color:var(--color-neutral-700)}.dss-bubble-label--disabled{color:var(--color-neutral-500)}.dss-bubble--active .dss-bubble-label{color:var(--color-neutral-700);font-weight:var(--font-semibold)}.dss-stepper--vertical .dss-bubble-label{position:absolute;left:calc(100% + var(--dss-spacing-xs));top:50%;transform:translateY(-50%)}.dss-bubble-label.hide-label{display:none}@keyframes animate{0%{width:0}to{width:100%}}@keyframes column-animate{0%{height:0}to{height:100%}}';
|
|
28108
|
-
var __defProp$
|
|
28134
|
+
var __defProp$a = Object.defineProperty, __getOwnPropDesc$1 = Object.getOwnPropertyDescriptor, __decorateClass$a = (te, J, X, re) => {
|
|
28109
28135
|
for (var ne = __getOwnPropDesc$1(J, X), oe = te.length - 1, de; oe >= 0; oe--)
|
|
28110
28136
|
(de = te[oe]) && (ne = de(J, X, ne) || ne);
|
|
28111
|
-
return ne && __defProp$
|
|
28137
|
+
return ne && __defProp$a(J, X, ne), ne;
|
|
28112
28138
|
};
|
|
28113
28139
|
class Stepper extends h$o {
|
|
28114
28140
|
constructor() {
|
|
@@ -28255,22 +28281,22 @@ class Stepper extends h$o {
|
|
|
28255
28281
|
`;
|
|
28256
28282
|
}
|
|
28257
28283
|
}
|
|
28258
|
-
__decorateClass$
|
|
28284
|
+
__decorateClass$a([
|
|
28259
28285
|
n$z({ type: [] })
|
|
28260
28286
|
], Stepper.prototype, "steps");
|
|
28261
|
-
__decorateClass$
|
|
28287
|
+
__decorateClass$a([
|
|
28262
28288
|
n$z({ type: Number })
|
|
28263
28289
|
], Stepper.prototype, "currentStep");
|
|
28264
|
-
__decorateClass$
|
|
28290
|
+
__decorateClass$a([
|
|
28265
28291
|
n$z(n$w)
|
|
28266
28292
|
], Stepper.prototype, "column");
|
|
28267
|
-
__decorateClass$
|
|
28293
|
+
__decorateClass$a([
|
|
28268
28294
|
n$z(n$w)
|
|
28269
28295
|
], Stepper.prototype, "circular");
|
|
28270
|
-
__decorateClass$
|
|
28296
|
+
__decorateClass$a([
|
|
28271
28297
|
n$z(n$w)
|
|
28272
28298
|
], Stepper.prototype, "hideLabel");
|
|
28273
|
-
__decorateClass$
|
|
28299
|
+
__decorateClass$a([
|
|
28274
28300
|
n$z({ type: String })
|
|
28275
28301
|
], Stepper.prototype, "size");
|
|
28276
28302
|
const n$b = ":host{width:100%;display:flex;justify-content:flex-end;height:-moz-fit-content;height:fit-content;font-family:var(--font-family);font-style:normal;border-top:2px solid var(--color-neutral-700)}.pagination__container{display:flex;align-items:center;padding:.5rem .75rem;gap:1rem}.pagination__results{font-weight:600;font-size:.875rem;line-height:1.5rem;color:#0073e6}.pagination__divider{height:1rem;border-left:1px solid rgb(216,216,216)}.pagination__text{font-weight:400;font-size:12px;line-height:1rem;color:#656565}.pagination__button{color:#0073e6;font-size:1.5rem;padding:0;align-items:center;background-color:transparent;border:none;border-radius:100%;cursor:pointer;display:flex;height:-moz-fit-content;height:fit-content;justify-content:center;transition:all .3s ease-in;width:-moz-fit-content;width:fit-content;font-family:var(--icon-font);width:2rem;height:2rem}.pagination__button:hover:enabled{background-color:#bfddfa}.pagination__button:focus-visible:enabled{outline:.25rem solid #8fc2f5;transition:none}.pagination__button:active:enabled{background-color:#eff7ff;transition:none}.pagination__button:disabled{transition:none;opacity:.4;cursor:not-allowed}.pagination__row-page{display:flex;align-items:center;gap:1rem}.pagination__buttons{display:flex;align-items:center}.pagination__select{background:#eff7ff;border-radius:4px;position:relative}.pagination__select select{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;padding:7px 32px 7px 12px;color:#00356a;font-weight:400;font-size:12px;line-height:1rem;position:inherit;z-index:1;font-family:var(--font-family)}.pagination__select select:active,.pagination__select select:focus-visible{outline:none}.pagination__arrow-down{position:absolute;height:100%;display:flex;align-items:center;top:0;right:12px;color:#00356a}.pagination-select-options:disabled{background-color:var(--color-neutral-50);color:var(--color-neutral-500);cursor:not-allowed}";
|
|
@@ -37137,7 +37163,7 @@ s$u("dss-table", r);
|
|
|
37137
37163
|
s$u("dss-sidemenu", o);
|
|
37138
37164
|
s$u("dss-switch", d$1);
|
|
37139
37165
|
s$u("dss-form-input", t);
|
|
37140
|
-
const gencatLogo = "data:image/svg+xml,%3csvg%20width='94'%20height='24'%20viewBox='0%200%2094%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.36109%200.0906219C4.28803%200.0906219%200.175049%204.88609%200.175049%2010.8006C0.175049%2016.7148%204.28803%2021.5103%209.36109%2021.5103C14.4341%2021.5103%2018.5471%2016.7148%2018.5471%2010.8006C18.5471%204.88609%2014.4341%200.0906219%209.36109%200.0906219Z'%20fill='%23ED192D'/%3e%3cpath%20d='M2.94731%2016.1348C2.06504%2014.6225%201.54761%2012.784%201.54761%2010.8007C1.54761%208.81751%202.06504%206.97893%202.94731%205.46631V16.1348Z'%20fill='white'/%3e%3cpath%20d='M4.92041%203.11644C5.42915%202.69532%205.98132%202.34559%206.56749%202.07705V19.5234C5.98132%2019.2553%205.42915%2018.9048%204.92041%2018.4844V3.11644Z'%20fill='white'/%3e%3cpath%20d='M8.54004%201.5129C8.81008%201.47928%209.08354%201.46191%209.36076%201.46191C9.63986%201.46191%209.91557%201.47966%2010.1871%201.51365V20.087C9.91557%2020.121%209.63986%2020.1392%209.36076%2020.1392C9.08354%2020.1392%208.81008%2020.1214%208.54004%2020.0882V1.5129Z'%20fill='white'/%3e%3cpath%20d='M12.1604%202.07993C12.7469%202.34884%2013.2991%202.70008%2013.8075%203.12119V18.4797C13.2991%2018.9012%2012.7469%2019.2521%2012.1604%2019.521V2.07993Z'%20fill='white'/%3e%3cpath%20d='M15.7808%205.47645C16.6596%206.98681%2017.1752%208.82161%2017.1752%2010.8007C17.1752%2012.7797%2016.6596%2014.6142%2015.7808%2016.1245V5.47645Z'%20fill='white'/%3e%3cpath%20d='M0.944824%2010.8007C0.944824%208.34538%201.69906%206.09853%202.94769%204.36383V4.94963C1.89848%206.56989%201.27454%208.59843%201.27454%2010.8007C1.27454%2013.0026%201.89848%2015.0311%202.94769%2016.6514V17.2368C1.69906%2015.5025%200.944824%2013.2557%200.944824%2010.8007Z'%20fill='white'/%3e%3cpath%20d='M15.7808%2016.6428C16.8266%2015.0241%2017.4486%2012.9989%2017.4486%2010.8008C17.4486%208.6027%2016.8266%206.57755%2015.7808%204.9588V4.37226C17.0264%206.10545%2017.7776%208.34928%2017.7776%2010.8008C17.7776%2013.252%2017.0264%2015.4958%2015.7808%2017.229V16.6428Z'%20fill='white'/%3e%3cpath%20d='M18.3143%2020.3882C18.377%2020.1193%2018.5042%2019.844%2018.6523%2019.6241C18.4623%2019.5309%2018.3022%2019.4606%2018.1371%2019.3175C18.5012%2018.7675%2018.5919%2018.391%2018.6515%2017.7289L18.6259%2013.9857C18.3856%2015.0742%2017.8044%2016.5018%2017.3025%2017.2481C17.1559%2017.4664%2017.0913%2017.6047%2017.0007%2017.7501C16.9486%2017.8343%2016.6536%2018.3204%2016.6611%2018.9156C16.4553%2018.9571%2016.2665%2018.9496%2016.0274%2018.9318C16.0569%2019.1909%2016.0727%2019.2276%2016.0047%2019.6521C15.0972%2019.7223%2014.8328%2020.2666%2013.7571%2020.8482C13.2314%2021.1326%2012.8903%2021.2621%2012.104%2021.5492C13.9324%2021.5273%2015.275%2021.7871%2016.4243%2021.0144C16.555%2021.1874%2016.6521%2021.3554%2016.7382%2021.559C16.8964%2021.4348%2017.2069%2021.2814%2017.4649%2021.2149C17.7606%2021.5061%2018.1568%2021.6209%2018.6644%2021.5752C18.7361%2021.1666%2018.6345%2020.6643%2018.3143%2020.3882Z'%20fill='%23ED192D'/%3e%3cpath%20d='M18.4518%2019.6968C18.3101%2019.7546%2017.6431%2020.0008%2017.6431%2020.0008L17.6341%2020.0103C17.6307%2019.9517%2017.6167%2019.8939%2017.5922%2019.8395L17.5884%2019.8271C17.8456%2019.6734%2018.0072%2019.4558%2018.011%2019.4222C18.0091%2019.4195%2018.008%2019.4177%2018.0095%2019.418C18.0106%2019.4184%2018.011%2019.4199%2018.011%2019.4222C18.0329%2019.452%2018.2524%2019.6556%2018.4518%2019.6968Z'%20fill='white'/%3e%3cpath%20d='M17.9002%2016.5344C18.5691%2015.055%2018.4116%2015.1192%2018.5596%2014.5051C18.54%2014.8008%2018.5211%2015.174%2018.4792%2015.4444C18.1876%2017.0563%2017.7687%2018.2506%2017.2653%2019.5683C17.2653%2019.5683%2017.1271%2019.5566%2017.0576%2019.5698C16.9356%2019.4293%2016.8974%2019.2348%2016.8974%2019.2348C16.6633%2018.2634%2017.3918%2017.6584%2017.9002%2016.5344Z'%20fill='white'/%3e%3cpath%20d='M16.2266%2019.1308L16.8509%2019.652L16.8528%2019.6569C16.8339%2019.6709%2016.8154%2019.6868%2016.798%2019.7038C16.7667%2019.7355%2016.7402%2019.7699%2016.7195%2019.8069L16.7157%2019.8159C16.3977%2019.6614%2016.1851%2019.655%2016.1851%2019.655C16.2651%2019.3106%2016.2266%2019.1308%2016.2266%2019.1308Z'%20fill='white'/%3e%3cpath%20d='M13.3914%2021.3775C13.0776%2021.4493%2012.8241%2021.4459%2012.6262%2021.4546L13.2909%2021.2487C14.7314%2020.7087%2015.0982%2019.8725%2016.0711%2019.8532C16.2988%2019.8551%2016.4854%2019.9148%2016.6542%2020.0096L16.6561%2020.0356C16.6493%2020.0979%2016.655%2020.1614%2016.6731%2020.2222L16.6735%2020.2313C16.0016%2020.5648%2014.4655%2021.1313%2013.3914%2021.3775Z'%20fill='white'/%3e%3cpath%20d='M16.8149%2021.334C16.7764%2021.2309%2016.7228%2021.0643%2016.574%2020.8996C16.7745%2020.7297%2016.8157%2020.6383%2016.8829%2020.4721L16.8878%2020.4744C16.9509%2020.5118%2017.0208%2020.5333%2017.0914%2020.539L17.0997%2020.5378L16.8149%2021.334Z'%20fill='white'/%3e%3cpath%20d='M16.9431%2020.2505C16.8324%2020.1391%2016.8328%2019.9589%2016.9442%2019.8479C17.0556%2019.7372%2017.2354%2019.7376%2017.3464%2019.8494C17.4571%2019.9604%2017.4567%2020.1406%2017.3453%2020.2512C17.2339%2020.3619%2017.0537%2020.3615%2016.9431%2020.2505Z'%20fill='white'/%3e%3cpath%20d='M17.5617%2021.0476C17.4147%2020.8765%2017.3517%2020.7443%2017.2961%2020.5128C17.369%2020.4916%2017.4548%2020.4474%2017.5061%2020.3757L18.5032%2021.3883C18.1248%2021.4234%2017.7973%2021.3342%2017.5617%2021.0476Z'%20fill='white'/%3e%3cpath%20d='M18.6644%200.00993252C18.1568%20-0.0361447%2017.7606%200.0786629%2017.4649%200.369858C17.2069%200.303385%2016.8964%200.150051%2016.7382%200.0257921C16.6521%200.229364%2016.555%200.397053%2016.4243%200.57041C15.275%20-0.202332%2013.9324%200.057518%2012.104%200.0352345C12.8903%200.322652%2013.2314%200.452191%2013.7571%200.736588C14.8328%201.31822%2015.0972%201.86208%2016.0047%201.93271C16.0727%202.35723%2016.0569%202.39349%2016.0274%202.65334C16.2665%202.63521%2016.4553%202.62765%2016.6611%202.6692C16.6536%203.26405%2016.9486%203.75051%2017.0007%203.83436C17.0913%203.98014%2017.1559%204.11839%2017.3025%204.33669C17.8044%205.08299%2018.3856%206.51026%2018.6259%207.59912L18.6515%203.8559C18.5919%203.19382%2018.5012%202.81726%2018.1371%202.26735C18.3022%202.12421%2018.4623%202.05396%2018.6523%201.96067C18.5042%201.74086%2018.377%201.46515%2018.3143%201.19661C18.6345%200.920149%2018.7361%200.41821%2018.6644%200.00993252Z'%20fill='%23ED192D'/%3e%3cpath%20d='M18.4518%201.88761C18.3101%201.82982%2017.6431%201.58358%2017.6431%201.58358L17.6341%201.57414C17.6307%201.6323%2017.6167%201.69047%2017.5922%201.74485L17.5884%201.75732C17.8456%201.91104%2018.0072%202.12857%2018.011%202.16219C18.0091%202.16521%2018.008%202.16709%2018.0095%202.16634C18.0106%202.16558%2018.011%202.16445%2018.011%202.16219C18.0329%202.13273%2018.2524%201.92878%2018.4518%201.88761Z'%20fill='white'/%3e%3cpath%20d='M17.9002%205.05029C18.5691%206.52968%2018.4116%206.46547%2018.5596%207.07959C18.54%206.78386%2018.5211%206.41034%2018.4792%206.14067C18.1876%204.52834%2017.7687%203.33408%2017.2653%202.01596C17.2653%202.01596%2017.1271%202.02806%2017.0576%202.01484C16.9356%202.15534%2016.8974%202.34985%2016.8974%202.34985C16.6633%203.32125%2017.3918%203.9263%2017.9002%205.05029Z'%20fill='white'/%3e%3cpath%20d='M16.2266%202.45361L16.8509%201.9324L16.8528%201.92749C16.8339%201.91352%2016.8154%201.89766%2016.798%201.88067C16.7667%201.84932%2016.7402%201.81419%2016.7195%201.77793L16.7157%201.76812C16.3977%201.92297%2016.1851%201.929%2016.1851%201.929C16.2651%202.27345%2016.2266%202.45361%2016.2266%202.45361Z'%20fill='white'/%3e%3cpath%20d='M13.3914%200.207236C13.0776%200.135476%2012.8241%200.138873%2012.6262%200.130187L13.2909%200.336013C14.7314%200.876102%2015.0982%201.71229%2016.0711%201.73193C16.2988%201.72967%2016.4854%201.67%2016.6542%201.5752L16.6561%201.54914C16.6493%201.48682%2016.655%201.42337%2016.6731%201.36257L16.6735%201.35351C16.0016%201.01964%2014.4655%200.453108%2013.3914%200.207236Z'%20fill='white'/%3e%3cpath%20d='M16.8149%200.250924C16.7764%200.354032%2016.7228%200.52059%2016.574%200.685261C16.7745%200.855219%2016.8157%200.946612%2016.8829%201.11279L16.8878%201.11091C16.9509%201.07314%2017.0208%201.05162%2017.0914%201.04557L17.0997%201.04709L16.8149%200.250924Z'%20fill='white'/%3e%3cpath%20d='M16.9431%201.3342C16.8324%201.446%2016.8328%201.62577%2016.9442%201.73643C17.0556%201.84747%2017.2354%201.84672%2017.3464%201.73568C17.4571%201.62388%2017.4567%201.44411%2017.3453%201.33345C17.2339%201.22279%2017.0537%201.22316%2016.9431%201.3342Z'%20fill='white'/%3e%3cpath%20d='M17.5617%200.537082C17.4147%200.708173%2017.3517%200.84035%2017.2961%201.07187C17.369%201.09302%2017.4548%201.13722%2017.5061%201.20898L18.5032%200.19641C18.1248%200.161286%2017.7973%200.25042%2017.5617%200.537082Z'%20fill='white'/%3e%3cpath%20d='M0.0217433%2021.5752C0.529351%2021.6209%200.925543%2021.5061%201.22127%2021.2149C1.47923%2021.2814%201.78968%2021.4348%201.94831%2021.559C2.03405%2021.3554%202.13149%2021.1874%202.26217%2021.0144C3.41146%2021.7871%204.75375%2021.5273%206.58213%2021.5492C5.79579%2021.2621%205.45474%2021.1326%204.929%2020.8482C3.85335%2020.2666%203.58935%2019.7223%202.6814%2019.6521C2.61379%2019.2276%202.62927%2019.1909%202.65873%2018.9318C2.42004%2018.9496%202.2312%2018.9571%202.02536%2018.9156C2.03291%2018.3204%201.73794%2017.8343%201.68545%2017.7501C1.5948%2017.6047%201.5306%2017.4664%201.38368%2017.2481C0.882111%2016.5018%200.300853%2015.0742%200.0602679%2013.9857L0.0345879%2017.7289C0.0942621%2018.391%200.185284%2018.7675%200.549372%2019.3175C0.383946%2019.4606%200.224185%2019.5309%200.0342099%2019.6241C0.181884%2019.844%200.30954%2020.1193%200.372236%2020.3882C0.0515815%2020.6643%20-0.049639%2021.1666%200.0217433%2021.5752Z'%20fill='%23ED192D'/%3e%3cpath%20d='M0.234375%2019.6968C0.376007%2019.7546%201.04338%2020.0008%201.04338%2020.0008L1.05244%2020.0103C1.05546%2019.9517%201.06981%2019.8939%201.09436%2019.8395L1.09777%2019.8271C0.84094%2019.6734%200.678912%2019.4558%200.675512%2019.4222C0.677401%2019.4195%200.678535%2019.4177%200.676647%2019.418C0.675514%2019.4184%200.675135%2019.4199%200.675512%2019.4222C0.653229%2019.452%200.43417%2019.6556%200.234375%2019.6968Z'%20fill='white'/%3e%3cpath%20d='M0.785417%2016.5344C0.116538%2015.055%200.274029%2015.1192%200.125977%2014.5051C0.145238%2014.8008%200.164123%2015.174%200.206424%2015.4444C0.497996%2017.0563%200.916471%2018.2506%201.4203%2019.5683C1.4203%2019.5683%201.55816%2019.5566%201.62765%2019.5698C1.74964%2019.4293%201.78779%2019.2348%201.78779%2019.2348C2.02195%2018.2634%201.29378%2017.6584%200.785417%2016.5344Z'%20fill='white'/%3e%3cpath%20d='M2.45945%2019.1308L1.83552%2019.652L1.83325%2019.6569C1.85251%2019.6709%201.87064%2019.6868%201.88801%2019.7038C1.91936%2019.7355%201.9458%2019.7699%201.96657%2019.8069L1.97035%2019.8159C2.28836%2019.6614%202.50137%2019.655%202.50137%2019.655C2.42093%2019.3106%202.45945%2019.1308%202.45945%2019.1308Z'%20fill='white'/%3e%3cpath%20d='M5.29439%2021.3775C5.60825%2021.4493%205.86167%2021.4459%206.05958%2021.4546L5.39524%2021.2487C3.95437%2020.7087%203.58764%2019.8725%202.61472%2019.8532C2.38736%2019.8551%202.2004%2019.9148%202.03158%2020.0096L2.03007%2020.0356C2.03649%2020.0979%202.03082%2020.1614%202.01307%2020.2222L2.0127%2020.2313C2.68422%2020.5648%204.22063%2021.1313%205.29439%2021.3775Z'%20fill='white'/%3e%3cpath%20d='M1.8712%2021.334C1.90973%2021.2309%201.96336%2021.0643%202.11254%2020.8996C1.91199%2020.7297%201.87044%2020.6383%201.80359%2020.4721L1.79831%2020.4744C1.73561%2020.5118%201.66574%2020.5333%201.59473%2020.539L1.58643%2020.5378L1.8712%2021.334Z'%20fill='white'/%3e%3cpath%20d='M1.74254%2020.2505C1.85358%2020.1391%201.85282%2019.9589%201.74178%2019.8479C1.63037%2019.7372%201.45021%2019.7376%201.33955%2019.8494C1.22889%2019.9604%201.22927%2020.1406%201.34068%2020.2512C1.4521%2020.3619%201.63188%2020.3615%201.74254%2020.2505Z'%20fill='white'/%3e%3cpath%20d='M1.1243%2021.0476C1.27122%2020.8765%201.33429%2020.7443%201.39019%2020.5128C1.31729%2020.4916%201.23156%2020.4474%201.17982%2020.3757L0.183105%2021.3883C0.561545%2021.4234%200.888999%2021.3342%201.1243%2021.0476Z'%20fill='white'/%3e%3cpath%20d='M0.372236%201.19661C0.30954%201.46515%200.181884%201.74086%200.0342099%201.96067C0.224185%202.05396%200.383946%202.12421%200.549372%202.26735C0.185284%202.81726%200.0942621%203.19382%200.0345879%203.8559L0.0602679%207.59912C0.300853%206.51026%200.882111%205.08299%201.38368%204.33669C1.5306%204.11839%201.5948%203.98014%201.68545%203.83436C1.73794%203.75051%202.03291%203.26405%202.02536%202.6692C2.2312%202.62765%202.42004%202.63521%202.65873%202.65334C2.62927%202.39349%202.61379%202.35723%202.6814%201.93271C3.58935%201.86208%203.85335%201.31822%204.929%200.736588C5.45474%200.452191%205.79579%200.322652%206.58213%200.0352345C4.75375%200.057518%203.41146%20-0.202332%202.26217%200.57041C2.13149%200.397053%202.03405%200.229364%201.94831%200.0257921C1.78968%200.150051%201.47923%200.303385%201.22127%200.369858C0.925543%200.0786629%200.529351%20-0.0361447%200.0217433%200.00993252C-0.049639%200.41821%200.0515815%200.920149%200.372236%201.19661Z'%20fill='%23ED192D'/%3e%3cpath%20d='M0.234375%201.88761C0.376007%201.82982%201.04338%201.58358%201.04338%201.58358L1.05244%201.57414C1.05546%201.6323%201.06981%201.69047%201.09436%201.74485L1.09777%201.75732C0.84094%201.91104%200.678912%202.12857%200.675512%202.16219C0.677401%202.16521%200.678535%202.16709%200.676647%202.16634C0.675514%202.16558%200.675135%202.16445%200.675512%202.16219C0.653229%202.13273%200.43417%201.92878%200.234375%201.88761Z'%20fill='white'/%3e%3cpath%20d='M0.785417%205.05029C0.116538%206.52968%200.274029%206.46547%200.125977%207.07959C0.145238%206.78386%200.164123%206.41034%200.206424%206.14067C0.497996%204.52834%200.916471%203.33408%201.4203%202.01596C1.4203%202.01596%201.55816%202.02806%201.62765%202.01484C1.74964%202.15534%201.78779%202.34985%201.78779%202.34985C2.02195%203.32125%201.29378%203.9263%200.785417%205.05029Z'%20fill='white'/%3e%3cpath%20d='M2.45945%202.45361L1.83552%201.9324L1.83325%201.92749C1.85251%201.91352%201.87064%201.89766%201.88801%201.88067C1.91936%201.84932%201.9458%201.81419%201.96657%201.77793L1.97035%201.76812C2.28836%201.92297%202.50137%201.929%202.50137%201.929C2.42093%202.27345%202.45945%202.45361%202.45945%202.45361Z'%20fill='white'/%3e%3cpath%20d='M5.29439%200.207236C5.60825%200.135476%205.86167%200.138873%206.05958%200.130187L5.39524%200.336013C3.95437%200.876102%203.58764%201.71229%202.61472%201.73193C2.38736%201.72967%202.2004%201.67%202.03158%201.5752L2.03007%201.54914C2.03649%201.48682%202.03082%201.42337%202.01307%201.36257L2.0127%201.35351C2.68422%201.01964%204.22063%200.453108%205.29439%200.207236Z'%20fill='white'/%3e%3cpath%20d='M1.8712%200.250924C1.90973%200.354032%201.96336%200.52059%202.11254%200.685261C1.91199%200.855219%201.87044%200.946612%201.80359%201.11279L1.79831%201.11091C1.73561%201.07314%201.66574%201.05162%201.59473%201.04557L1.58643%201.04709L1.8712%200.250924Z'%20fill='white'/%3e%3cpath%20d='M1.74254%201.3342C1.85358%201.446%201.85282%201.62577%201.74178%201.73643C1.63037%201.84747%201.45021%201.84672%201.33955%201.73568C1.22889%201.62388%201.22927%201.44411%201.34068%201.33345C1.4521%201.22279%201.63188%201.22316%201.74254%201.3342Z'%20fill='white'/%3e%3cpath%20d='M1.1243%200.537082C1.27122%200.708173%201.33429%200.84035%201.39019%201.07187C1.31729%201.09302%201.23156%201.13722%201.17982%201.20898L0.183105%200.19641C0.561545%200.161286%200.888999%200.25042%201.1243%200.537082Z'%20fill='white'/%3e%3cpath%20d='M13.8075%202.35891V2.77588C13.2961%202.37516%2012.7443%202.04129%2012.1604%201.7856V1.42263C12.7417%201.66473%2013.2931%201.98047%2013.8075%202.35891Z'%20fill='white'/%3e%3cpath%20d='M9.36076%200.858693C9.63949%200.858693%209.91519%200.875302%2010.1871%200.906272V1.24316C9.91557%201.21068%209.63986%201.19369%209.36076%201.19369C9.08391%201.19369%208.81008%201.21031%208.54004%201.2428V0.905904C8.81046%200.874933%209.08391%200.858693%209.36076%200.858693Z'%20fill='white'/%3e%3cpath%20d='M6.56749%201.42051V1.78309C5.98396%202.03802%205.43217%202.37152%204.92041%202.77148V2.35454C5.43519%201.97648%205.98699%201.66185%206.56749%201.42051Z'%20fill='white'/%3e%3cpath%20d='M4.92041%2019.2462V18.8296C5.43217%2019.2295%205.98396%2019.5626%206.56749%2019.818V20.1802C5.98699%2019.9388%205.43519%2019.6246%204.92041%2019.2462Z'%20fill='white'/%3e%3cpath%20d='M9.36076%2020.7427C9.08391%2020.7427%208.81046%2020.7264%208.54004%2020.6955V20.3582C8.81008%2020.3907%209.08391%2020.4073%209.36076%2020.4073C9.63986%2020.4073%209.91557%2020.3903%2010.1871%2020.3574V20.6947C9.91519%2020.7261%209.63949%2020.7427%209.36076%2020.7427Z'%20fill='white'/%3e%3cpath%20d='M12.1604%2020.1777V19.8152C12.7443%2019.5598%2013.2961%2019.226%2013.8075%2018.8252V19.2415C13.2931%2019.6206%2012.7417%2019.936%2012.1604%2020.1777Z'%20fill='white'/%3e%3cpath%20d='M28.4893%205.86063H31.8881V10.2455H30.7554L30.5855%209.22543C30.1545%209.72398%2029.5317%2010.4604%2028.0474%2010.4604C26.0876%2010.4604%2024.3083%209.05546%2024.3083%206.20054C24.3083%203.98014%2025.5434%201.884%2028.2854%201.89533C30.7781%201.89533%2031.7635%203.51559%2031.8541%204.63693H30.1545C30.1545%204.31968%2029.577%203.29994%2028.376%203.29994C27.1636%203.29994%2026.0423%204.13839%2026.0423%206.22321C26.0423%208.44399%2027.2547%209.02185%2028.41%209.02185C28.7839%209.02185%2030.0303%208.87418%2030.3815%207.23163H28.4893V5.86063Z'%20fill='%23231F20'/%3e%3cpath%20d='M36.9077%208.47762C36.7831%208.90856%2036.3298%209.13517%2035.888%209.13517C34.6076%209.13517%2034.517%208.11505%2034.4716%207.6622H38.6069V7.37894C38.6069%204.62562%2036.9644%204.05946%2035.7746%204.05946C33.135%204.05946%2032.8857%206.38184%2032.8857%207.107C32.8857%209.58839%2034.1884%2010.4038%2035.888%2010.4038C36.9187%2010.4038%2038.1201%209.9283%2038.5389%208.47762H36.9077ZM34.517%206.63113C34.6076%205.83799%2035.0042%205.36211%2035.752%205.36211C36.2619%205.36211%2036.885%205.65671%2036.9757%206.63113H34.517Z'%20fill='%23231F20'/%3e%3cpath%20d='M45.1106%2010.2456H43.5243V6.58585C43.5243%206.14396%2043.5017%205.39614%2042.4933%205.39614C41.7908%205.39614%2041.2469%205.87202%2041.2469%206.78979V10.2456H39.6606V4.21776H41.1793V5.10155H41.2016C41.4172%204.73898%2041.8701%204.05951%2043.0145%204.05951C44.1928%204.05951%2045.1106%204.7503%2045.1106%206.07597V10.2456Z'%20fill='%23231F20'/%3e%3cpath%20d='M50.1294%208.47762C50.0047%208.90856%2049.5515%209.13517%2049.1096%209.13517C47.8293%209.13517%2047.7386%208.11505%2047.6933%207.6622H51.829V7.37894C51.829%204.62562%2050.186%204.05946%2048.9963%204.05946C46.3567%204.05946%2046.1074%206.38184%2046.1074%207.107C46.1074%209.58839%2047.4104%2010.4038%2049.1096%2010.4038C50.1407%2010.4038%2051.3417%209.9283%2051.7606%208.47762H50.1294ZM47.7386%206.63113C47.8293%205.83799%2048.2258%205.36211%2048.9737%205.36211C49.4835%205.36211%2050.1063%205.65671%2050.1974%206.63113H47.7386Z'%20fill='%23231F20'/%3e%3cpath%20d='M52.8713%204.21776H54.3893V5.26017H54.4123C54.7405%204.64832%2055.1031%204.05951%2056.0662%204.05951C56.1681%204.05951%2056.2701%204.07047%2056.3721%204.08217V5.69073C56.2361%205.66807%2056.0662%205.66808%2055.9189%205.66808C54.6842%205.66808%2054.4572%206.43854%2054.4572%207.10704V10.2456H52.8713V4.21776Z'%20fill='%23231F20'/%3e%3cpath%20d='M62.1731%205.80399C62.1731%204.31969%2060.6208%204.05946%2059.771%204.05946C58.5363%204.05946%2057.256%204.31969%2057.0747%206.16657H58.6039C58.6496%205.81532%2058.7856%205.32849%2059.5787%205.32849C59.9866%205.32849%2060.6208%205.3621%2060.6208%206.0306C60.6208%206.37051%2060.3152%206.47249%2060.066%206.50648L58.6379%206.72177C57.6295%206.86907%2056.8821%207.46959%2056.8821%208.64796C56.8821%209.89394%2057.8112%2010.4038%2058.7172%2010.4038C59.794%2010.4038%2060.3035%209.90526%2060.6661%209.53135C60.7001%209.87165%2060.7227%209.9623%2060.8134%2010.2456H62.5243V10.0072C62.3317%209.93926%2062.1731%209.78101%2062.1731%209.06681V5.80399ZM60.6208%208.08144C60.6208%208.81792%2059.9073%209.27076%2059.2045%209.27076C58.8989%209.27076%2058.4684%209.10118%2058.4684%208.54598C58.4684%207.88881%2058.9552%207.74151%2059.5448%207.63954C60.2015%207.53756%2060.4622%207.4356%2060.6208%207.31096V8.08144Z'%20fill='%23231F20'/%3e%3cpath%20d='M65.2206%2010.2456H63.6343V2.11066H65.2206V10.2456Z'%20fill='%23231F20'/%3e%3cpath%20d='M68.371%203.50394H66.7852V2.03136H68.371V3.50394ZM68.371%204.21776V10.2456H66.7852V4.21776H68.371Z'%20fill='%23231F20'/%3e%3cpath%20d='M71.6672%204.21763H72.653V5.35069H71.6672V8.62522C71.6672%208.97609%2071.6785%209.11243%2072.3244%209.11243C72.426%209.11243%2072.5397%209.1011%2072.653%209.0894V10.2904C72.4037%2010.3018%2072.154%2010.3135%2071.9052%2010.3135H71.7012C70.3302%2010.3135%2070.0809%209.79189%2070.0809%209.01047V5.35069H69.2651V4.21763H70.0809V2.58642H71.6672V4.21763Z'%20fill='%23231F20'/%3e%3cpath%20d='M78.5445%205.80399C78.5445%204.31969%2076.9926%204.05946%2076.1428%204.05946C74.9078%204.05946%2073.6278%204.31969%2073.4461%206.16657H74.9758C75.0211%205.81532%2075.1574%205.32849%2075.9502%205.32849C76.3581%205.32849%2076.9926%205.3621%2076.9926%206.0306C76.9926%206.37051%2076.6867%206.47249%2076.4374%206.50648L75.0098%206.72177C74.0013%206.86907%2073.2539%207.46959%2073.2539%208.64796C73.2539%209.89394%2074.1826%2010.4038%2075.0891%2010.4038C76.1655%2010.4038%2076.6753%209.90526%2077.0379%209.53135C77.0719%209.87165%2077.0942%209.9623%2077.1852%2010.2456H78.8961V10.0072C78.7031%209.93926%2078.5445%209.78101%2078.5445%209.06681V5.80399ZM76.9926%208.08144C76.9926%208.81792%2076.2788%209.27076%2075.5763%209.27076C75.2704%209.27076%2074.8398%209.10118%2074.8398%208.54598C74.8398%207.88881%2075.327%207.74151%2075.9162%207.63954C76.5734%207.53756%2076.834%207.4356%2076.9926%207.31096V8.08144Z'%20fill='%23231F20'/%3e%3cpath%20d='M81.7398%204.21763H82.7256V5.35069H81.7398V8.62522C81.7398%208.97609%2081.7515%209.11243%2082.3974%209.11243C82.499%209.11243%2082.6123%209.1011%2082.7256%209.0894V10.2904C82.4759%2010.3018%2082.227%2010.3135%2081.9778%2010.3135H81.7738C80.4028%2010.3135%2080.1536%209.79189%2080.1536%209.01047V5.35069H79.3381V4.21763H80.1536V2.58642H81.7398V4.21763Z'%20fill='%23231F20'/%3e%3cpath%20d='M30.0527%2013.4412H28.4664V16.3301H28.4438C28.1945%2015.9449%2027.7186%2015.39%2026.6989%2015.39C25.3732%2015.39%2024.1948%2016.4094%2024.1948%2018.4938C24.1948%2020.1485%2024.943%2021.7344%2026.7329%2021.7344C27.39%2021.7344%2028.0925%2021.4968%2028.4778%2020.817H28.5004V21.5761H30.0527V13.4412ZM25.8264%2018.6075C25.8264%2017.6558%2026.1663%2016.7607%2027.1751%2016.7607C28.2625%2016.7607%2028.5344%2017.7351%2028.5344%2018.6978C28.5344%2019.5933%2028.1378%2020.4318%2027.1294%2020.4318C26.1097%2020.4318%2025.8264%2019.3213%2025.8264%2018.6075Z'%20fill='%23231F20'/%3e%3cpath%20d='M35.0151%2019.8082C34.8905%2020.2387%2034.4373%2020.4657%2033.9954%2020.4657C32.7154%2020.4657%2032.6244%2019.4456%2032.5791%2018.9928H36.7143V18.7095C36.7143%2015.9562%2035.0718%2015.39%2033.8821%2015.39C31.2421%2015.39%2030.9932%2017.7124%2030.9932%2018.4376C30.9932%2020.919%2032.2958%2021.7344%2033.9954%2021.7344C35.0265%2021.7344%2036.2271%2021.2589%2036.6467%2019.8082H35.0151ZM32.6244%2017.9617C32.7154%2017.1686%2033.1116%2016.6927%2033.8594%2016.6927C34.3693%2016.6927%2034.9925%2016.9873%2035.0831%2017.9617H32.6244Z'%20fill='%23231F20'/%3e%3cpath%20d='M46.2321%2016.1035C46.0958%2015.6163%2045.8356%2014.6985%2044.4306%2014.6985C43.6148%2014.6985%2042.4137%2015.2427%2042.4137%2017.5425C42.4137%2019.0041%2042.9916%2020.3184%2044.4306%2020.3184C45.3706%2020.3184%2046.0282%2019.7859%2046.2321%2018.7888H47.9313C47.5914%2020.556%2046.4361%2021.791%2044.3962%2021.791C42.2325%2021.791%2040.6802%2020.3298%2040.6802%2017.5198C40.6802%2014.6762%2042.3231%2013.2259%2044.4193%2013.2259C46.8549%2013.2259%2047.8407%2014.9024%2047.9313%2016.1035H46.2321Z'%20fill='%23231F20'/%3e%3cpath%20d='M53.9813%2017.1346C53.9813%2015.6503%2052.429%2015.39%2051.5792%2015.39C50.3442%2015.39%2049.0642%2015.6503%2048.8826%2017.4971H50.4122C50.4575%2017.1459%2050.5935%2016.6591%2051.3866%2016.6591C51.7945%2016.6591%2052.429%2016.6927%2052.429%2017.3612C52.429%2017.7011%2052.1231%2017.8031%2051.8738%2017.8371L50.4466%2018.0523C49.4381%2018.1996%2048.6899%2018.8002%2048.6899%2019.9785C48.6899%2021.2245%2049.619%2021.7344%2050.5259%2021.7344C51.6019%2021.7344%2052.1118%2021.2358%2052.4743%2020.8619C52.5083%2021.2022%2052.531%2021.2929%2052.6216%2021.5761H54.3326V21.3378C54.1399%2021.2698%2053.9813%2021.1116%2053.9813%2020.3974V17.1346ZM52.429%2019.412C52.429%2020.1485%2051.7152%2020.6013%2051.0131%2020.6013C50.7068%2020.6013%2050.2766%2020.4317%2050.2766%2019.8765C50.2766%2019.2194%2050.7638%2019.0721%2051.3526%2018.9701C52.0098%2018.8681%2052.2704%2018.7662%2052.429%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3cpath%20d='M57.1766%2015.5482H58.1627V16.6813H57.1766V19.9558C57.1766%2020.3067%2057.1879%2020.443%2057.8338%2020.443C57.9357%2020.443%2058.0494%2020.4317%2058.1627%2020.42V21.621C57.9131%2021.6323%2057.6638%2021.644%2057.4145%2021.644H57.211C55.84%2021.644%2055.5907%2021.1225%2055.5907%2020.341V16.6813H54.7749V15.5482H55.5907V13.917H57.1766V15.5482Z'%20fill='%23231F20'/%3e%3cpath%20d='M64.0532%2017.1346C64.0532%2015.6503%2062.5013%2015.39%2061.6515%2015.39C60.4165%2015.39%2059.1361%2015.6503%2058.9548%2017.4971H60.4844C60.5298%2017.1459%2060.6654%2016.6591%2061.4589%2016.6591C61.8668%2016.6591%2062.5013%2016.6927%2062.5013%2017.3612C62.5013%2017.7011%2062.195%2017.8031%2061.9461%2017.8371L60.5184%2018.0523C59.51%2018.1996%2058.7622%2018.8002%2058.7622%2019.9785C58.7622%2021.2245%2059.6913%2021.7344%2060.5977%2021.7344C61.6738%2021.7344%2062.184%2021.2358%2062.5466%2020.8619C62.5806%2021.2022%2062.6029%2021.2929%2062.6939%2021.5761H64.4044V21.3378C64.2118%2021.2698%2064.0532%2021.1116%2064.0532%2020.3974V17.1346ZM62.5013%2019.412C62.5013%2020.1485%2061.7875%2020.6013%2061.085%2020.6013C60.779%2020.6013%2060.3485%2020.4317%2060.3485%2019.8765C60.3485%2019.2194%2060.8357%2019.0721%2061.4249%2018.9701C62.0817%2018.8681%2062.3427%2018.7662%2062.5013%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3cpath%20d='M67.1014%2021.5762H65.5151V13.4412H67.1014V21.5762Z'%20fill='%23231F20'/%3e%3cpath%20d='M74.0578%2021.5761H72.5395V20.7263H72.5169C72.1543%2021.3718%2071.5201%2021.7344%2070.6817%2021.7344C69.492%2021.7344%2068.6309%2021.0545%2068.6309%2019.514V15.5483H70.2168V19.2874C70.2168%2020.2165%2070.761%2020.3974%2071.2478%2020.3974C71.769%2020.3974%2072.4715%2020.1028%2072.4715%2019.0268V15.5483H74.0578V21.5761Z'%20fill='%23231F20'/%3e%3cpath%20d='M80.9916%2021.5762H79.4053V17.9164C79.4053%2017.4745%2079.3827%2016.7267%2078.3742%2016.7267C77.6721%2016.7267%2077.1279%2017.2026%2077.1279%2018.1204V21.5762H75.542V15.5483H77.0603V16.4321H77.0826C77.2982%2016.0695%2077.7514%2015.3901%2078.8955%2015.3901C80.0738%2015.3901%2080.9916%2016.0809%2080.9916%2017.4065V21.5762Z'%20fill='%23231F20'/%3e%3cpath%20d='M85.5378%2021.4741C84.7896%2023.7058%2084.586%2024%2083.2037%2024C82.9884%2024%2082.7165%2023.989%2082.4903%2023.9777V22.7091C82.5579%2022.72%2082.6598%2022.7317%2082.7958%2022.7317C83.3737%2022.7317%2083.6909%2022.652%2083.8382%2021.8253L81.6174%2015.5482H83.385L84.6767%2019.9894H84.6993L85.9344%2015.5482H87.6109L85.5378%2021.4741Z'%20fill='%23231F20'/%3e%3cpath%20d='M93.0864%2017.1346C93.0864%2015.6503%2091.5345%2015.39%2090.6847%2015.39C89.4493%2015.39%2088.1693%2015.6503%2087.988%2017.4971H89.5173C89.563%2017.1459%2089.6989%2016.6591%2090.4917%2016.6591C90.8996%2016.6591%2091.5345%2016.6927%2091.5345%2017.3612C91.5345%2017.7011%2091.2282%2017.8031%2090.9789%2017.8371L89.5516%2018.0523C88.5432%2018.1996%2087.7954%2018.8002%2087.7954%2019.9785C87.7954%2021.2245%2088.7241%2021.7344%2089.631%2021.7344C90.707%2021.7344%2091.2168%2021.2358%2091.5794%2020.8619C91.6138%2021.2022%2091.6361%2021.2929%2091.7271%2021.5761H93.4376V21.3378C93.245%2021.2698%2093.0864%2021.1116%2093.0864%2020.3974V17.1346ZM91.5345%2019.412C91.5345%2020.1485%2090.8203%2020.6013%2090.1182%2020.6013C89.8119%2020.6013%2089.3817%2020.4317%2089.3817%2019.8765C89.3817%2019.2194%2089.8689%2019.0721%2090.4577%2018.9701C91.1152%2018.8681%2091.3755%2018.7662%2091.5345%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3c/svg%3e", template$9 = (te) => ke$1`
|
|
37166
|
+
const gencatLogo = "data:image/svg+xml,%3csvg%20width='94'%20height='24'%20viewBox='0%200%2094%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.36109%200.0906219C4.28803%200.0906219%200.175049%204.88609%200.175049%2010.8006C0.175049%2016.7148%204.28803%2021.5103%209.36109%2021.5103C14.4341%2021.5103%2018.5471%2016.7148%2018.5471%2010.8006C18.5471%204.88609%2014.4341%200.0906219%209.36109%200.0906219Z'%20fill='%23ED192D'/%3e%3cpath%20d='M2.94731%2016.1348C2.06504%2014.6225%201.54761%2012.784%201.54761%2010.8007C1.54761%208.81751%202.06504%206.97893%202.94731%205.46631V16.1348Z'%20fill='white'/%3e%3cpath%20d='M4.92041%203.11644C5.42915%202.69532%205.98132%202.34559%206.56749%202.07705V19.5234C5.98132%2019.2553%205.42915%2018.9048%204.92041%2018.4844V3.11644Z'%20fill='white'/%3e%3cpath%20d='M8.54004%201.5129C8.81008%201.47928%209.08354%201.46191%209.36076%201.46191C9.63986%201.46191%209.91557%201.47966%2010.1871%201.51365V20.087C9.91557%2020.121%209.63986%2020.1392%209.36076%2020.1392C9.08354%2020.1392%208.81008%2020.1214%208.54004%2020.0882V1.5129Z'%20fill='white'/%3e%3cpath%20d='M12.1604%202.07993C12.7469%202.34884%2013.2991%202.70008%2013.8075%203.12119V18.4797C13.2991%2018.9012%2012.7469%2019.2521%2012.1604%2019.521V2.07993Z'%20fill='white'/%3e%3cpath%20d='M15.7808%205.47645C16.6596%206.98681%2017.1752%208.82161%2017.1752%2010.8007C17.1752%2012.7797%2016.6596%2014.6142%2015.7808%2016.1245V5.47645Z'%20fill='white'/%3e%3cpath%20d='M0.944824%2010.8007C0.944824%208.34538%201.69906%206.09853%202.94769%204.36383V4.94963C1.89848%206.56989%201.27454%208.59843%201.27454%2010.8007C1.27454%2013.0026%201.89848%2015.0311%202.94769%2016.6514V17.2368C1.69906%2015.5025%200.944824%2013.2557%200.944824%2010.8007Z'%20fill='white'/%3e%3cpath%20d='M15.7808%2016.6428C16.8266%2015.0241%2017.4486%2012.9989%2017.4486%2010.8008C17.4486%208.6027%2016.8266%206.57755%2015.7808%204.9588V4.37226C17.0264%206.10545%2017.7776%208.34928%2017.7776%2010.8008C17.7776%2013.252%2017.0264%2015.4958%2015.7808%2017.229V16.6428Z'%20fill='white'/%3e%3cpath%20d='M18.3143%2020.3882C18.377%2020.1193%2018.5042%2019.844%2018.6523%2019.6241C18.4623%2019.5309%2018.3022%2019.4606%2018.1371%2019.3175C18.5012%2018.7675%2018.5919%2018.391%2018.6515%2017.7289L18.6259%2013.9857C18.3856%2015.0742%2017.8044%2016.5018%2017.3025%2017.2481C17.1559%2017.4664%2017.0913%2017.6047%2017.0007%2017.7501C16.9486%2017.8343%2016.6536%2018.3204%2016.6611%2018.9156C16.4553%2018.9571%2016.2665%2018.9496%2016.0274%2018.9318C16.0569%2019.1909%2016.0727%2019.2276%2016.0047%2019.6521C15.0972%2019.7223%2014.8328%2020.2666%2013.7571%2020.8482C13.2314%2021.1326%2012.8903%2021.2621%2012.104%2021.5492C13.9324%2021.5273%2015.275%2021.7871%2016.4243%2021.0144C16.555%2021.1874%2016.6521%2021.3554%2016.7382%2021.559C16.8964%2021.4348%2017.2069%2021.2814%2017.4649%2021.2149C17.7606%2021.5061%2018.1568%2021.6209%2018.6644%2021.5752C18.7361%2021.1666%2018.6345%2020.6643%2018.3143%2020.3882Z'%20fill='%23ED192D'/%3e%3cpath%20d='M18.4518%2019.6968C18.3101%2019.7546%2017.6431%2020.0008%2017.6431%2020.0008L17.6341%2020.0103C17.6307%2019.9517%2017.6167%2019.8939%2017.5922%2019.8395L17.5884%2019.8271C17.8456%2019.6734%2018.0072%2019.4558%2018.011%2019.4222C18.0091%2019.4195%2018.008%2019.4177%2018.0095%2019.418C18.0106%2019.4184%2018.011%2019.4199%2018.011%2019.4222C18.0329%2019.452%2018.2524%2019.6556%2018.4518%2019.6968Z'%20fill='white'/%3e%3cpath%20d='M17.9002%2016.5344C18.5691%2015.055%2018.4116%2015.1192%2018.5596%2014.5051C18.54%2014.8008%2018.5211%2015.174%2018.4792%2015.4444C18.1876%2017.0563%2017.7687%2018.2506%2017.2653%2019.5683C17.2653%2019.5683%2017.1271%2019.5566%2017.0576%2019.5698C16.9356%2019.4293%2016.8974%2019.2348%2016.8974%2019.2348C16.6633%2018.2634%2017.3918%2017.6584%2017.9002%2016.5344Z'%20fill='white'/%3e%3cpath%20d='M16.2266%2019.1308L16.8509%2019.652L16.8528%2019.6569C16.8339%2019.6709%2016.8154%2019.6868%2016.798%2019.7038C16.7667%2019.7355%2016.7402%2019.7699%2016.7195%2019.8069L16.7157%2019.8159C16.3977%2019.6614%2016.1851%2019.655%2016.1851%2019.655C16.2651%2019.3106%2016.2266%2019.1308%2016.2266%2019.1308Z'%20fill='white'/%3e%3cpath%20d='M13.3914%2021.3775C13.0776%2021.4493%2012.8241%2021.4459%2012.6262%2021.4546L13.2909%2021.2487C14.7314%2020.7087%2015.0982%2019.8725%2016.0711%2019.8532C16.2988%2019.8551%2016.4854%2019.9148%2016.6542%2020.0096L16.6561%2020.0356C16.6493%2020.0979%2016.655%2020.1614%2016.6731%2020.2222L16.6735%2020.2313C16.0016%2020.5648%2014.4655%2021.1313%2013.3914%2021.3775Z'%20fill='white'/%3e%3cpath%20d='M16.8149%2021.334C16.7764%2021.2309%2016.7228%2021.0643%2016.574%2020.8996C16.7745%2020.7297%2016.8157%2020.6383%2016.8829%2020.4721L16.8878%2020.4744C16.9509%2020.5118%2017.0208%2020.5333%2017.0914%2020.539L17.0997%2020.5378L16.8149%2021.334Z'%20fill='white'/%3e%3cpath%20d='M16.9431%2020.2505C16.8324%2020.1391%2016.8328%2019.9589%2016.9442%2019.8479C17.0556%2019.7372%2017.2354%2019.7376%2017.3464%2019.8494C17.4571%2019.9604%2017.4567%2020.1406%2017.3453%2020.2512C17.2339%2020.3619%2017.0537%2020.3615%2016.9431%2020.2505Z'%20fill='white'/%3e%3cpath%20d='M17.5617%2021.0476C17.4147%2020.8765%2017.3517%2020.7443%2017.2961%2020.5128C17.369%2020.4916%2017.4548%2020.4474%2017.5061%2020.3757L18.5032%2021.3883C18.1248%2021.4234%2017.7973%2021.3342%2017.5617%2021.0476Z'%20fill='white'/%3e%3cpath%20d='M18.6644%200.00993252C18.1568%20-0.0361447%2017.7606%200.0786629%2017.4649%200.369858C17.2069%200.303385%2016.8964%200.150051%2016.7382%200.0257921C16.6521%200.229364%2016.555%200.397053%2016.4243%200.57041C15.275%20-0.202332%2013.9324%200.057518%2012.104%200.0352345C12.8903%200.322652%2013.2314%200.452191%2013.7571%200.736588C14.8328%201.31822%2015.0972%201.86208%2016.0047%201.93271C16.0727%202.35723%2016.0569%202.39349%2016.0274%202.65334C16.2665%202.63521%2016.4553%202.62765%2016.6611%202.6692C16.6536%203.26405%2016.9486%203.75051%2017.0007%203.83436C17.0913%203.98014%2017.1559%204.11839%2017.3025%204.33669C17.8044%205.08299%2018.3856%206.51026%2018.6259%207.59912L18.6515%203.8559C18.5919%203.19382%2018.5012%202.81726%2018.1371%202.26735C18.3022%202.12421%2018.4623%202.05396%2018.6523%201.96067C18.5042%201.74086%2018.377%201.46515%2018.3143%201.19661C18.6345%200.920149%2018.7361%200.41821%2018.6644%200.00993252Z'%20fill='%23ED192D'/%3e%3cpath%20d='M18.4518%201.88761C18.3101%201.82982%2017.6431%201.58358%2017.6431%201.58358L17.6341%201.57414C17.6307%201.6323%2017.6167%201.69047%2017.5922%201.74485L17.5884%201.75732C17.8456%201.91104%2018.0072%202.12857%2018.011%202.16219C18.0091%202.16521%2018.008%202.16709%2018.0095%202.16634C18.0106%202.16558%2018.011%202.16445%2018.011%202.16219C18.0329%202.13273%2018.2524%201.92878%2018.4518%201.88761Z'%20fill='white'/%3e%3cpath%20d='M17.9002%205.05029C18.5691%206.52968%2018.4116%206.46547%2018.5596%207.07959C18.54%206.78386%2018.5211%206.41034%2018.4792%206.14067C18.1876%204.52834%2017.7687%203.33408%2017.2653%202.01596C17.2653%202.01596%2017.1271%202.02806%2017.0576%202.01484C16.9356%202.15534%2016.8974%202.34985%2016.8974%202.34985C16.6633%203.32125%2017.3918%203.9263%2017.9002%205.05029Z'%20fill='white'/%3e%3cpath%20d='M16.2266%202.45361L16.8509%201.9324L16.8528%201.92749C16.8339%201.91352%2016.8154%201.89766%2016.798%201.88067C16.7667%201.84932%2016.7402%201.81419%2016.7195%201.77793L16.7157%201.76812C16.3977%201.92297%2016.1851%201.929%2016.1851%201.929C16.2651%202.27345%2016.2266%202.45361%2016.2266%202.45361Z'%20fill='white'/%3e%3cpath%20d='M13.3914%200.207236C13.0776%200.135476%2012.8241%200.138873%2012.6262%200.130187L13.2909%200.336013C14.7314%200.876102%2015.0982%201.71229%2016.0711%201.73193C16.2988%201.72967%2016.4854%201.67%2016.6542%201.5752L16.6561%201.54914C16.6493%201.48682%2016.655%201.42337%2016.6731%201.36257L16.6735%201.35351C16.0016%201.01964%2014.4655%200.453108%2013.3914%200.207236Z'%20fill='white'/%3e%3cpath%20d='M16.8149%200.250924C16.7764%200.354032%2016.7228%200.52059%2016.574%200.685261C16.7745%200.855219%2016.8157%200.946612%2016.8829%201.11279L16.8878%201.11091C16.9509%201.07314%2017.0208%201.05162%2017.0914%201.04557L17.0997%201.04709L16.8149%200.250924Z'%20fill='white'/%3e%3cpath%20d='M16.9431%201.3342C16.8324%201.446%2016.8328%201.62577%2016.9442%201.73643C17.0556%201.84747%2017.2354%201.84672%2017.3464%201.73568C17.4571%201.62388%2017.4567%201.44411%2017.3453%201.33345C17.2339%201.22279%2017.0537%201.22316%2016.9431%201.3342Z'%20fill='white'/%3e%3cpath%20d='M17.5617%200.537082C17.4147%200.708173%2017.3517%200.84035%2017.2961%201.07187C17.369%201.09302%2017.4548%201.13722%2017.5061%201.20898L18.5032%200.19641C18.1248%200.161286%2017.7973%200.25042%2017.5617%200.537082Z'%20fill='white'/%3e%3cpath%20d='M0.0217433%2021.5752C0.529351%2021.6209%200.925543%2021.5061%201.22127%2021.2149C1.47923%2021.2814%201.78968%2021.4348%201.94831%2021.559C2.03405%2021.3554%202.13149%2021.1874%202.26217%2021.0144C3.41146%2021.7871%204.75375%2021.5273%206.58213%2021.5492C5.79579%2021.2621%205.45474%2021.1326%204.929%2020.8482C3.85335%2020.2666%203.58935%2019.7223%202.6814%2019.6521C2.61379%2019.2276%202.62927%2019.1909%202.65873%2018.9318C2.42004%2018.9496%202.2312%2018.9571%202.02536%2018.9156C2.03291%2018.3204%201.73794%2017.8343%201.68545%2017.7501C1.5948%2017.6047%201.5306%2017.4664%201.38368%2017.2481C0.882111%2016.5018%200.300853%2015.0742%200.0602679%2013.9857L0.0345879%2017.7289C0.0942621%2018.391%200.185284%2018.7675%200.549372%2019.3175C0.383946%2019.4606%200.224185%2019.5309%200.0342099%2019.6241C0.181884%2019.844%200.30954%2020.1193%200.372236%2020.3882C0.0515815%2020.6643%20-0.049639%2021.1666%200.0217433%2021.5752Z'%20fill='%23ED192D'/%3e%3cpath%20d='M0.234375%2019.6968C0.376007%2019.7546%201.04338%2020.0008%201.04338%2020.0008L1.05244%2020.0103C1.05546%2019.9517%201.06981%2019.8939%201.09436%2019.8395L1.09777%2019.8271C0.84094%2019.6734%200.678912%2019.4558%200.675512%2019.4222C0.677401%2019.4195%200.678535%2019.4177%200.676647%2019.418C0.675514%2019.4184%200.675135%2019.4199%200.675512%2019.4222C0.653229%2019.452%200.43417%2019.6556%200.234375%2019.6968Z'%20fill='white'/%3e%3cpath%20d='M0.785417%2016.5344C0.116538%2015.055%200.274029%2015.1192%200.125977%2014.5051C0.145238%2014.8008%200.164123%2015.174%200.206424%2015.4444C0.497996%2017.0563%200.916471%2018.2506%201.4203%2019.5683C1.4203%2019.5683%201.55816%2019.5566%201.62765%2019.5698C1.74964%2019.4293%201.78779%2019.2348%201.78779%2019.2348C2.02195%2018.2634%201.29378%2017.6584%200.785417%2016.5344Z'%20fill='white'/%3e%3cpath%20d='M2.45945%2019.1308L1.83552%2019.652L1.83325%2019.6569C1.85251%2019.6709%201.87064%2019.6868%201.88801%2019.7038C1.91936%2019.7355%201.9458%2019.7699%201.96657%2019.8069L1.97035%2019.8159C2.28836%2019.6614%202.50137%2019.655%202.50137%2019.655C2.42093%2019.3106%202.45945%2019.1308%202.45945%2019.1308Z'%20fill='white'/%3e%3cpath%20d='M5.29439%2021.3775C5.60825%2021.4493%205.86167%2021.4459%206.05958%2021.4546L5.39524%2021.2487C3.95437%2020.7087%203.58764%2019.8725%202.61472%2019.8532C2.38736%2019.8551%202.2004%2019.9148%202.03158%2020.0096L2.03007%2020.0356C2.03649%2020.0979%202.03082%2020.1614%202.01307%2020.2222L2.0127%2020.2313C2.68422%2020.5648%204.22063%2021.1313%205.29439%2021.3775Z'%20fill='white'/%3e%3cpath%20d='M1.8712%2021.334C1.90973%2021.2309%201.96336%2021.0643%202.11254%2020.8996C1.91199%2020.7297%201.87044%2020.6383%201.80359%2020.4721L1.79831%2020.4744C1.73561%2020.5118%201.66574%2020.5333%201.59473%2020.539L1.58643%2020.5378L1.8712%2021.334Z'%20fill='white'/%3e%3cpath%20d='M1.74254%2020.2505C1.85358%2020.1391%201.85282%2019.9589%201.74178%2019.8479C1.63037%2019.7372%201.45021%2019.7376%201.33955%2019.8494C1.22889%2019.9604%201.22927%2020.1406%201.34068%2020.2512C1.4521%2020.3619%201.63188%2020.3615%201.74254%2020.2505Z'%20fill='white'/%3e%3cpath%20d='M1.1243%2021.0476C1.27122%2020.8765%201.33429%2020.7443%201.39019%2020.5128C1.31729%2020.4916%201.23156%2020.4474%201.17982%2020.3757L0.183105%2021.3883C0.561545%2021.4234%200.888999%2021.3342%201.1243%2021.0476Z'%20fill='white'/%3e%3cpath%20d='M0.372236%201.19661C0.30954%201.46515%200.181884%201.74086%200.0342099%201.96067C0.224185%202.05396%200.383946%202.12421%200.549372%202.26735C0.185284%202.81726%200.0942621%203.19382%200.0345879%203.8559L0.0602679%207.59912C0.300853%206.51026%200.882111%205.08299%201.38368%204.33669C1.5306%204.11839%201.5948%203.98014%201.68545%203.83436C1.73794%203.75051%202.03291%203.26405%202.02536%202.6692C2.2312%202.62765%202.42004%202.63521%202.65873%202.65334C2.62927%202.39349%202.61379%202.35723%202.6814%201.93271C3.58935%201.86208%203.85335%201.31822%204.929%200.736588C5.45474%200.452191%205.79579%200.322652%206.58213%200.0352345C4.75375%200.057518%203.41146%20-0.202332%202.26217%200.57041C2.13149%200.397053%202.03405%200.229364%201.94831%200.0257921C1.78968%200.150051%201.47923%200.303385%201.22127%200.369858C0.925543%200.0786629%200.529351%20-0.0361447%200.0217433%200.00993252C-0.049639%200.41821%200.0515815%200.920149%200.372236%201.19661Z'%20fill='%23ED192D'/%3e%3cpath%20d='M0.234375%201.88761C0.376007%201.82982%201.04338%201.58358%201.04338%201.58358L1.05244%201.57414C1.05546%201.6323%201.06981%201.69047%201.09436%201.74485L1.09777%201.75732C0.84094%201.91104%200.678912%202.12857%200.675512%202.16219C0.677401%202.16521%200.678535%202.16709%200.676647%202.16634C0.675514%202.16558%200.675135%202.16445%200.675512%202.16219C0.653229%202.13273%200.43417%201.92878%200.234375%201.88761Z'%20fill='white'/%3e%3cpath%20d='M0.785417%205.05029C0.116538%206.52968%200.274029%206.46547%200.125977%207.07959C0.145238%206.78386%200.164123%206.41034%200.206424%206.14067C0.497996%204.52834%200.916471%203.33408%201.4203%202.01596C1.4203%202.01596%201.55816%202.02806%201.62765%202.01484C1.74964%202.15534%201.78779%202.34985%201.78779%202.34985C2.02195%203.32125%201.29378%203.9263%200.785417%205.05029Z'%20fill='white'/%3e%3cpath%20d='M2.45945%202.45361L1.83552%201.9324L1.83325%201.92749C1.85251%201.91352%201.87064%201.89766%201.88801%201.88067C1.91936%201.84932%201.9458%201.81419%201.96657%201.77793L1.97035%201.76812C2.28836%201.92297%202.50137%201.929%202.50137%201.929C2.42093%202.27345%202.45945%202.45361%202.45945%202.45361Z'%20fill='white'/%3e%3cpath%20d='M5.29439%200.207236C5.60825%200.135476%205.86167%200.138873%206.05958%200.130187L5.39524%200.336013C3.95437%200.876102%203.58764%201.71229%202.61472%201.73193C2.38736%201.72967%202.2004%201.67%202.03158%201.5752L2.03007%201.54914C2.03649%201.48682%202.03082%201.42337%202.01307%201.36257L2.0127%201.35351C2.68422%201.01964%204.22063%200.453108%205.29439%200.207236Z'%20fill='white'/%3e%3cpath%20d='M1.8712%200.250924C1.90973%200.354032%201.96336%200.52059%202.11254%200.685261C1.91199%200.855219%201.87044%200.946612%201.80359%201.11279L1.79831%201.11091C1.73561%201.07314%201.66574%201.05162%201.59473%201.04557L1.58643%201.04709L1.8712%200.250924Z'%20fill='white'/%3e%3cpath%20d='M1.74254%201.3342C1.85358%201.446%201.85282%201.62577%201.74178%201.73643C1.63037%201.84747%201.45021%201.84672%201.33955%201.73568C1.22889%201.62388%201.22927%201.44411%201.34068%201.33345C1.4521%201.22279%201.63188%201.22316%201.74254%201.3342Z'%20fill='white'/%3e%3cpath%20d='M1.1243%200.537082C1.27122%200.708173%201.33429%200.84035%201.39019%201.07187C1.31729%201.09302%201.23156%201.13722%201.17982%201.20898L0.183105%200.19641C0.561545%200.161286%200.888999%200.25042%201.1243%200.537082Z'%20fill='white'/%3e%3cpath%20d='M13.8075%202.35891V2.77588C13.2961%202.37516%2012.7443%202.04129%2012.1604%201.7856V1.42263C12.7417%201.66473%2013.2931%201.98047%2013.8075%202.35891Z'%20fill='white'/%3e%3cpath%20d='M9.36076%200.858693C9.63949%200.858693%209.91519%200.875302%2010.1871%200.906272V1.24316C9.91557%201.21068%209.63986%201.19369%209.36076%201.19369C9.08391%201.19369%208.81008%201.21031%208.54004%201.2428V0.905904C8.81046%200.874933%209.08391%200.858693%209.36076%200.858693Z'%20fill='white'/%3e%3cpath%20d='M6.56749%201.42051V1.78309C5.98396%202.03802%205.43217%202.37152%204.92041%202.77148V2.35454C5.43519%201.97648%205.98699%201.66185%206.56749%201.42051Z'%20fill='white'/%3e%3cpath%20d='M4.92041%2019.2462V18.8296C5.43217%2019.2295%205.98396%2019.5626%206.56749%2019.818V20.1802C5.98699%2019.9388%205.43519%2019.6246%204.92041%2019.2462Z'%20fill='white'/%3e%3cpath%20d='M9.36076%2020.7427C9.08391%2020.7427%208.81046%2020.7264%208.54004%2020.6955V20.3582C8.81008%2020.3907%209.08391%2020.4073%209.36076%2020.4073C9.63986%2020.4073%209.91557%2020.3903%2010.1871%2020.3574V20.6947C9.91519%2020.7261%209.63949%2020.7427%209.36076%2020.7427Z'%20fill='white'/%3e%3cpath%20d='M12.1604%2020.1777V19.8152C12.7443%2019.5598%2013.2961%2019.226%2013.8075%2018.8252V19.2415C13.2931%2019.6206%2012.7417%2019.936%2012.1604%2020.1777Z'%20fill='white'/%3e%3cpath%20d='M28.4893%205.86063H31.8881V10.2455H30.7554L30.5855%209.22543C30.1545%209.72398%2029.5317%2010.4604%2028.0474%2010.4604C26.0876%2010.4604%2024.3083%209.05546%2024.3083%206.20054C24.3083%203.98014%2025.5434%201.884%2028.2854%201.89533C30.7781%201.89533%2031.7635%203.51559%2031.8541%204.63693H30.1545C30.1545%204.31968%2029.577%203.29994%2028.376%203.29994C27.1636%203.29994%2026.0423%204.13839%2026.0423%206.22321C26.0423%208.44399%2027.2547%209.02185%2028.41%209.02185C28.7839%209.02185%2030.0303%208.87418%2030.3815%207.23163H28.4893V5.86063Z'%20fill='%23231F20'/%3e%3cpath%20d='M36.9077%208.47762C36.7831%208.90856%2036.3298%209.13517%2035.888%209.13517C34.6076%209.13517%2034.517%208.11505%2034.4716%207.6622H38.6069V7.37894C38.6069%204.62562%2036.9644%204.05946%2035.7746%204.05946C33.135%204.05946%2032.8857%206.38184%2032.8857%207.107C32.8857%209.58839%2034.1884%2010.4038%2035.888%2010.4038C36.9187%2010.4038%2038.1201%209.9283%2038.5389%208.47762H36.9077ZM34.517%206.63113C34.6076%205.83799%2035.0042%205.36211%2035.752%205.36211C36.2619%205.36211%2036.885%205.65671%2036.9757%206.63113H34.517Z'%20fill='%23231F20'/%3e%3cpath%20d='M45.1106%2010.2456H43.5243V6.58585C43.5243%206.14396%2043.5017%205.39614%2042.4933%205.39614C41.7908%205.39614%2041.2469%205.87202%2041.2469%206.78979V10.2456H39.6606V4.21776H41.1793V5.10155H41.2016C41.4172%204.73898%2041.8701%204.05951%2043.0145%204.05951C44.1928%204.05951%2045.1106%204.7503%2045.1106%206.07597V10.2456Z'%20fill='%23231F20'/%3e%3cpath%20d='M50.1294%208.47762C50.0047%208.90856%2049.5515%209.13517%2049.1096%209.13517C47.8293%209.13517%2047.7386%208.11505%2047.6933%207.6622H51.829V7.37894C51.829%204.62562%2050.186%204.05946%2048.9963%204.05946C46.3567%204.05946%2046.1074%206.38184%2046.1074%207.107C46.1074%209.58839%2047.4104%2010.4038%2049.1096%2010.4038C50.1407%2010.4038%2051.3417%209.9283%2051.7606%208.47762H50.1294ZM47.7386%206.63113C47.8293%205.83799%2048.2258%205.36211%2048.9737%205.36211C49.4835%205.36211%2050.1063%205.65671%2050.1974%206.63113H47.7386Z'%20fill='%23231F20'/%3e%3cpath%20d='M52.8713%204.21776H54.3893V5.26017H54.4123C54.7405%204.64832%2055.1031%204.05951%2056.0662%204.05951C56.1681%204.05951%2056.2701%204.07047%2056.3721%204.08217V5.69073C56.2361%205.66807%2056.0662%205.66808%2055.9189%205.66808C54.6842%205.66808%2054.4572%206.43854%2054.4572%207.10704V10.2456H52.8713V4.21776Z'%20fill='%23231F20'/%3e%3cpath%20d='M62.1731%205.80399C62.1731%204.31969%2060.6208%204.05946%2059.771%204.05946C58.5363%204.05946%2057.256%204.31969%2057.0747%206.16657H58.6039C58.6496%205.81532%2058.7856%205.32849%2059.5787%205.32849C59.9866%205.32849%2060.6208%205.3621%2060.6208%206.0306C60.6208%206.37051%2060.3152%206.47249%2060.066%206.50648L58.6379%206.72177C57.6295%206.86907%2056.8821%207.46959%2056.8821%208.64796C56.8821%209.89394%2057.8112%2010.4038%2058.7172%2010.4038C59.794%2010.4038%2060.3035%209.90526%2060.6661%209.53135C60.7001%209.87165%2060.7227%209.9623%2060.8134%2010.2456H62.5243V10.0072C62.3317%209.93926%2062.1731%209.78101%2062.1731%209.06681V5.80399ZM60.6208%208.08144C60.6208%208.81792%2059.9073%209.27076%2059.2045%209.27076C58.8989%209.27076%2058.4684%209.10118%2058.4684%208.54598C58.4684%207.88881%2058.9552%207.74151%2059.5448%207.63954C60.2015%207.53756%2060.4622%207.4356%2060.6208%207.31096V8.08144Z'%20fill='%23231F20'/%3e%3cpath%20d='M65.2206%2010.2456H63.6343V2.11066H65.2206V10.2456Z'%20fill='%23231F20'/%3e%3cpath%20d='M68.371%203.50394H66.7852V2.03136H68.371V3.50394ZM68.371%204.21776V10.2456H66.7852V4.21776H68.371Z'%20fill='%23231F20'/%3e%3cpath%20d='M71.6672%204.21763H72.653V5.35069H71.6672V8.62522C71.6672%208.97609%2071.6785%209.11243%2072.3244%209.11243C72.426%209.11243%2072.5397%209.1011%2072.653%209.0894V10.2904C72.4037%2010.3018%2072.154%2010.3135%2071.9052%2010.3135H71.7012C70.3302%2010.3135%2070.0809%209.79189%2070.0809%209.01047V5.35069H69.2651V4.21763H70.0809V2.58642H71.6672V4.21763Z'%20fill='%23231F20'/%3e%3cpath%20d='M78.5445%205.80399C78.5445%204.31969%2076.9926%204.05946%2076.1428%204.05946C74.9078%204.05946%2073.6278%204.31969%2073.4461%206.16657H74.9758C75.0211%205.81532%2075.1574%205.32849%2075.9502%205.32849C76.3581%205.32849%2076.9926%205.3621%2076.9926%206.0306C76.9926%206.37051%2076.6867%206.47249%2076.4374%206.50648L75.0098%206.72177C74.0013%206.86907%2073.2539%207.46959%2073.2539%208.64796C73.2539%209.89394%2074.1826%2010.4038%2075.0891%2010.4038C76.1655%2010.4038%2076.6753%209.90526%2077.0379%209.53135C77.0719%209.87165%2077.0942%209.9623%2077.1852%2010.2456H78.8961V10.0072C78.7031%209.93926%2078.5445%209.78101%2078.5445%209.06681V5.80399ZM76.9926%208.08144C76.9926%208.81792%2076.2788%209.27076%2075.5763%209.27076C75.2704%209.27076%2074.8398%209.10118%2074.8398%208.54598C74.8398%207.88881%2075.327%207.74151%2075.9162%207.63954C76.5734%207.53756%2076.834%207.4356%2076.9926%207.31096V8.08144Z'%20fill='%23231F20'/%3e%3cpath%20d='M81.7398%204.21763H82.7256V5.35069H81.7398V8.62522C81.7398%208.97609%2081.7515%209.11243%2082.3974%209.11243C82.499%209.11243%2082.6123%209.1011%2082.7256%209.0894V10.2904C82.4759%2010.3018%2082.227%2010.3135%2081.9778%2010.3135H81.7738C80.4028%2010.3135%2080.1536%209.79189%2080.1536%209.01047V5.35069H79.3381V4.21763H80.1536V2.58642H81.7398V4.21763Z'%20fill='%23231F20'/%3e%3cpath%20d='M30.0527%2013.4412H28.4664V16.3301H28.4438C28.1945%2015.9449%2027.7186%2015.39%2026.6989%2015.39C25.3732%2015.39%2024.1948%2016.4094%2024.1948%2018.4938C24.1948%2020.1485%2024.943%2021.7344%2026.7329%2021.7344C27.39%2021.7344%2028.0925%2021.4968%2028.4778%2020.817H28.5004V21.5761H30.0527V13.4412ZM25.8264%2018.6075C25.8264%2017.6558%2026.1663%2016.7607%2027.1751%2016.7607C28.2625%2016.7607%2028.5344%2017.7351%2028.5344%2018.6978C28.5344%2019.5933%2028.1378%2020.4318%2027.1294%2020.4318C26.1097%2020.4318%2025.8264%2019.3213%2025.8264%2018.6075Z'%20fill='%23231F20'/%3e%3cpath%20d='M35.0151%2019.8082C34.8905%2020.2387%2034.4373%2020.4657%2033.9954%2020.4657C32.7154%2020.4657%2032.6244%2019.4456%2032.5791%2018.9928H36.7143V18.7095C36.7143%2015.9562%2035.0718%2015.39%2033.8821%2015.39C31.2421%2015.39%2030.9932%2017.7124%2030.9932%2018.4376C30.9932%2020.919%2032.2958%2021.7344%2033.9954%2021.7344C35.0265%2021.7344%2036.2271%2021.2589%2036.6467%2019.8082H35.0151ZM32.6244%2017.9617C32.7154%2017.1686%2033.1116%2016.6927%2033.8594%2016.6927C34.3693%2016.6927%2034.9925%2016.9873%2035.0831%2017.9617H32.6244Z'%20fill='%23231F20'/%3e%3cpath%20d='M46.2321%2016.1035C46.0958%2015.6163%2045.8356%2014.6985%2044.4306%2014.6985C43.6148%2014.6985%2042.4137%2015.2427%2042.4137%2017.5425C42.4137%2019.0041%2042.9916%2020.3184%2044.4306%2020.3184C45.3706%2020.3184%2046.0282%2019.7859%2046.2321%2018.7888H47.9313C47.5914%2020.556%2046.4361%2021.791%2044.3962%2021.791C42.2325%2021.791%2040.6802%2020.3298%2040.6802%2017.5198C40.6802%2014.6762%2042.3231%2013.2259%2044.4193%2013.2259C46.8549%2013.2259%2047.8407%2014.9024%2047.9313%2016.1035H46.2321Z'%20fill='%23231F20'/%3e%3cpath%20d='M53.9813%2017.1346C53.9813%2015.6503%2052.429%2015.39%2051.5792%2015.39C50.3442%2015.39%2049.0642%2015.6503%2048.8826%2017.4971H50.4122C50.4575%2017.1459%2050.5935%2016.6591%2051.3866%2016.6591C51.7945%2016.6591%2052.429%2016.6927%2052.429%2017.3612C52.429%2017.7011%2052.1231%2017.8031%2051.8738%2017.8371L50.4466%2018.0523C49.4381%2018.1996%2048.6899%2018.8002%2048.6899%2019.9785C48.6899%2021.2245%2049.619%2021.7344%2050.5259%2021.7344C51.6019%2021.7344%2052.1118%2021.2358%2052.4743%2020.8619C52.5083%2021.2022%2052.531%2021.2929%2052.6216%2021.5761H54.3326V21.3378C54.1399%2021.2698%2053.9813%2021.1116%2053.9813%2020.3974V17.1346ZM52.429%2019.412C52.429%2020.1485%2051.7152%2020.6013%2051.0131%2020.6013C50.7068%2020.6013%2050.2766%2020.4317%2050.2766%2019.8765C50.2766%2019.2194%2050.7638%2019.0721%2051.3526%2018.9701C52.0098%2018.8681%2052.2704%2018.7662%2052.429%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3cpath%20d='M57.1766%2015.5482H58.1627V16.6813H57.1766V19.9558C57.1766%2020.3067%2057.1879%2020.443%2057.8338%2020.443C57.9357%2020.443%2058.0494%2020.4317%2058.1627%2020.42V21.621C57.9131%2021.6323%2057.6638%2021.644%2057.4145%2021.644H57.211C55.84%2021.644%2055.5907%2021.1225%2055.5907%2020.341V16.6813H54.7749V15.5482H55.5907V13.917H57.1766V15.5482Z'%20fill='%23231F20'/%3e%3cpath%20d='M64.0532%2017.1346C64.0532%2015.6503%2062.5013%2015.39%2061.6515%2015.39C60.4165%2015.39%2059.1361%2015.6503%2058.9548%2017.4971H60.4844C60.5298%2017.1459%2060.6654%2016.6591%2061.4589%2016.6591C61.8668%2016.6591%2062.5013%2016.6927%2062.5013%2017.3612C62.5013%2017.7011%2062.195%2017.8031%2061.9461%2017.8371L60.5184%2018.0523C59.51%2018.1996%2058.7622%2018.8002%2058.7622%2019.9785C58.7622%2021.2245%2059.6913%2021.7344%2060.5977%2021.7344C61.6738%2021.7344%2062.184%2021.2358%2062.5466%2020.8619C62.5806%2021.2022%2062.6029%2021.2929%2062.6939%2021.5761H64.4044V21.3378C64.2118%2021.2698%2064.0532%2021.1116%2064.0532%2020.3974V17.1346ZM62.5013%2019.412C62.5013%2020.1485%2061.7875%2020.6013%2061.085%2020.6013C60.779%2020.6013%2060.3485%2020.4317%2060.3485%2019.8765C60.3485%2019.2194%2060.8357%2019.0721%2061.4249%2018.9701C62.0817%2018.8681%2062.3427%2018.7662%2062.5013%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3cpath%20d='M67.1014%2021.5762H65.5151V13.4412H67.1014V21.5762Z'%20fill='%23231F20'/%3e%3cpath%20d='M74.0578%2021.5761H72.5395V20.7263H72.5169C72.1543%2021.3718%2071.5201%2021.7344%2070.6817%2021.7344C69.492%2021.7344%2068.6309%2021.0545%2068.6309%2019.514V15.5483H70.2168V19.2874C70.2168%2020.2165%2070.761%2020.3974%2071.2478%2020.3974C71.769%2020.3974%2072.4715%2020.1028%2072.4715%2019.0268V15.5483H74.0578V21.5761Z'%20fill='%23231F20'/%3e%3cpath%20d='M80.9916%2021.5762H79.4053V17.9164C79.4053%2017.4745%2079.3827%2016.7267%2078.3742%2016.7267C77.6721%2016.7267%2077.1279%2017.2026%2077.1279%2018.1204V21.5762H75.542V15.5483H77.0603V16.4321H77.0826C77.2982%2016.0695%2077.7514%2015.3901%2078.8955%2015.3901C80.0738%2015.3901%2080.9916%2016.0809%2080.9916%2017.4065V21.5762Z'%20fill='%23231F20'/%3e%3cpath%20d='M85.5378%2021.4741C84.7896%2023.7058%2084.586%2024%2083.2037%2024C82.9884%2024%2082.7165%2023.989%2082.4903%2023.9777V22.7091C82.5579%2022.72%2082.6598%2022.7317%2082.7958%2022.7317C83.3737%2022.7317%2083.6909%2022.652%2083.8382%2021.8253L81.6174%2015.5482H83.385L84.6767%2019.9894H84.6993L85.9344%2015.5482H87.6109L85.5378%2021.4741Z'%20fill='%23231F20'/%3e%3cpath%20d='M93.0864%2017.1346C93.0864%2015.6503%2091.5345%2015.39%2090.6847%2015.39C89.4493%2015.39%2088.1693%2015.6503%2087.988%2017.4971H89.5173C89.563%2017.1459%2089.6989%2016.6591%2090.4917%2016.6591C90.8996%2016.6591%2091.5345%2016.6927%2091.5345%2017.3612C91.5345%2017.7011%2091.2282%2017.8031%2090.9789%2017.8371L89.5516%2018.0523C88.5432%2018.1996%2087.7954%2018.8002%2087.7954%2019.9785C87.7954%2021.2245%2088.7241%2021.7344%2089.631%2021.7344C90.707%2021.7344%2091.2168%2021.2358%2091.5794%2020.8619C91.6138%2021.2022%2091.6361%2021.2929%2091.7271%2021.5761H93.4376V21.3378C93.245%2021.2698%2093.0864%2021.1116%2093.0864%2020.3974V17.1346ZM91.5345%2019.412C91.5345%2020.1485%2090.8203%2020.6013%2090.1182%2020.6013C89.8119%2020.6013%2089.3817%2020.4317%2089.3817%2019.8765C89.3817%2019.2194%2089.8689%2019.0721%2090.4577%2018.9701C91.1152%2018.8681%2091.3755%2018.7662%2091.5345%2018.6415V19.412Z'%20fill='%23231F20'/%3e%3c/svg%3e", template$8 = (te) => ke$1`
|
|
37141
37167
|
<primaria-content-switcher id="main-switcher" attrForSelected="view" .selected=${te.viewSelected}>
|
|
37142
37168
|
<div class="container" view=${shellViews.shell}>
|
|
37143
37169
|
<primaria-shell-header></primaria-shell-header>
|
|
@@ -37192,17 +37218,17 @@ const gencatLogo = "data:image/svg+xml,%3csvg%20width='94'%20height='24'%20viewB
|
|
|
37192
37218
|
<primaria-error-view .error=${te.error} view=${shellViews.error}></primaria-error-view>
|
|
37193
37219
|
</primaria-content-switcher>
|
|
37194
37220
|
`;
|
|
37195
|
-
var __defProp$
|
|
37221
|
+
var __defProp$9 = Object.defineProperty, __decorateClass$9 = (te, J, X, re) => {
|
|
37196
37222
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
37197
37223
|
(de = te[oe]) && (ne = de(J, X, ne) || ne);
|
|
37198
|
-
return ne && __defProp$
|
|
37224
|
+
return ne && __defProp$9(J, X, ne), ne;
|
|
37199
37225
|
};
|
|
37200
37226
|
const Us = class Us extends PrimariaRegionHost(h$o) {
|
|
37201
37227
|
constructor() {
|
|
37202
37228
|
super(...arguments), this.sidebarExpanded = !1, this.viewSelected = shellViews.shell, this.quickActionBusy = !1, this.subscriptions = [];
|
|
37203
37229
|
}
|
|
37204
37230
|
render() {
|
|
37205
|
-
return ke$1`${template$
|
|
37231
|
+
return ke$1`${template$8(this)}`;
|
|
37206
37232
|
}
|
|
37207
37233
|
connectedCallback() {
|
|
37208
37234
|
super.connectedCallback(), this._subscribeEvents();
|
|
@@ -37243,60 +37269,60 @@ Us.styles = i$D`
|
|
|
37243
37269
|
${r$H(styles$7)}
|
|
37244
37270
|
`;
|
|
37245
37271
|
let PrimariaShell = Us;
|
|
37246
|
-
__decorateClass$
|
|
37272
|
+
__decorateClass$9([
|
|
37247
37273
|
s$B({ targetId: "menu-region-container", name: shellApi.regionManager.regions.shell.navigationMenu })
|
|
37248
37274
|
], PrimariaShell.prototype, "navigationMenuRegion");
|
|
37249
|
-
__decorateClass$
|
|
37275
|
+
__decorateClass$9([
|
|
37250
37276
|
s$B({ targetId: "main-region-container", name: shellApi.regionManager.regions.shell.main })
|
|
37251
37277
|
], PrimariaShell.prototype, "mainRegion");
|
|
37252
|
-
__decorateClass$
|
|
37278
|
+
__decorateClass$9([
|
|
37253
37279
|
s$B({ targetId: "quick-actions-region-container", name: shellApi.regionManager.regions.shell.quickActions })
|
|
37254
37280
|
], PrimariaShell.prototype, "quickActionsRegion");
|
|
37255
|
-
__decorateClass$
|
|
37281
|
+
__decorateClass$9([
|
|
37256
37282
|
s$B({ targetId: "floating-region-container", name: shellApi.regionManager.regions.shell.floating })
|
|
37257
37283
|
], PrimariaShell.prototype, "floatingRegion");
|
|
37258
|
-
__decorateClass$
|
|
37284
|
+
__decorateClass$9([
|
|
37259
37285
|
s$B({
|
|
37260
37286
|
targetId: "navigation-menu-lower-region-container",
|
|
37261
37287
|
name: shellApi.regionManager.regions.shell.navigationLowerLeftMenu
|
|
37262
37288
|
})
|
|
37263
37289
|
], PrimariaShell.prototype, "navLowerLeftMenu");
|
|
37264
|
-
__decorateClass$
|
|
37290
|
+
__decorateClass$9([
|
|
37265
37291
|
r$E()
|
|
37266
37292
|
], PrimariaShell.prototype, "sidebarExpanded");
|
|
37267
|
-
__decorateClass$
|
|
37293
|
+
__decorateClass$9([
|
|
37268
37294
|
r$E()
|
|
37269
37295
|
], PrimariaShell.prototype, "viewSelected");
|
|
37270
|
-
__decorateClass$
|
|
37296
|
+
__decorateClass$9([
|
|
37271
37297
|
r$E()
|
|
37272
37298
|
], PrimariaShell.prototype, "error");
|
|
37273
|
-
__decorateClass$
|
|
37299
|
+
__decorateClass$9([
|
|
37274
37300
|
r$E()
|
|
37275
37301
|
], PrimariaShell.prototype, "quickActionBusy");
|
|
37276
|
-
const styles$6 = ":host{width:100%;height:100%;min-height:1px;display:flex}.container{width:100%;min-height:1px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#60a8f0}svg{width:45px;height:45px;fill:#d36262}h1{color:#fff}", template$
|
|
37302
|
+
const styles$6 = ":host{width:100%;height:100%;min-height:1px;display:flex}.container{width:100%;min-height:1px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#60a8f0}svg{width:45px;height:45px;fill:#d36262}h1{color:#fff}", template$7 = (te) => ke$1`
|
|
37277
37303
|
<div class="container">
|
|
37278
37304
|
<svg height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm-40-160h80v-240h-80v240Zm40 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>
|
|
37279
37305
|
<h1>${te.error?.message}</h1>
|
|
37280
37306
|
</div>
|
|
37281
37307
|
`;
|
|
37282
|
-
var __defProp$
|
|
37308
|
+
var __defProp$8 = Object.defineProperty, __decorateClass$8 = (te, J, X, re) => {
|
|
37283
37309
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
37284
37310
|
(de = te[oe]) && (ne = de(J, X, ne) || ne);
|
|
37285
|
-
return ne && __defProp$
|
|
37311
|
+
return ne && __defProp$8(J, X, ne), ne;
|
|
37286
37312
|
};
|
|
37287
37313
|
const Vs = class Vs extends h$o {
|
|
37288
37314
|
render() {
|
|
37289
|
-
return ke$1`${template$
|
|
37315
|
+
return ke$1`${template$7(this)}`;
|
|
37290
37316
|
}
|
|
37291
37317
|
};
|
|
37292
37318
|
Vs.styles = i$D`
|
|
37293
37319
|
${r$H(styles$6)}
|
|
37294
37320
|
`;
|
|
37295
37321
|
let PrimariaErrorView = Vs;
|
|
37296
|
-
__decorateClass$
|
|
37322
|
+
__decorateClass$8([
|
|
37297
37323
|
n$z()
|
|
37298
37324
|
], PrimariaErrorView.prototype, "error");
|
|
37299
|
-
const template$
|
|
37325
|
+
const template$6 = (te) => ke$1`
|
|
37300
37326
|
<span >
|
|
37301
37327
|
<slot name="anchor"></slot>
|
|
37302
37328
|
<slot name="content"></slot>
|
|
@@ -37304,7 +37330,7 @@ const template$7 = (te) => ke$1`
|
|
|
37304
37330
|
`;
|
|
37305
37331
|
class QuickActionsMenu extends h$o {
|
|
37306
37332
|
render() {
|
|
37307
|
-
return ke$1`${template$
|
|
37333
|
+
return ke$1`${template$6()}`;
|
|
37308
37334
|
}
|
|
37309
37335
|
firstUpdated(J) {
|
|
37310
37336
|
super.firstUpdated(J), this.shadowRoot?.querySelector('slot[name="anchor"]')?.addEventListener("slotchange", this.handleSlotChange.bind(this));
|
|
@@ -37328,7 +37354,7 @@ class QuickActionsMenu extends h$o {
|
|
|
37328
37354
|
re && (re.style.overflow = "hidden");
|
|
37329
37355
|
}
|
|
37330
37356
|
}
|
|
37331
|
-
const styles$5 = ":host{z-index:301}.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px;height:60px;background-color:#fff;color:#000;z-index:1;box-shadow:#0000001f 4px -1px 3px,#0000003d 0 1px 2px}.header .header__left{display:flex;flex-direction:row;align-items:center;gap:16px}.header .header__left .header-logo{align-self:center}.header .header__left #header-region-container,.header .header__right{display:flex;flex-direction:row;align-items:center;gap:16px}.header .header__right #header-actions-region-container{display:flex;flex-direction:row;align-items:center}", salutLogo = "data:image/svg+xml,%3csvg%20width='80'%20height='24'%20viewBox='0%200%2080%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.51539%2023.4832H0L8.22624%200.518679H10.7412L2.51539%2023.4832Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M20.1573%2024C17.1695%2024%2014.8372%2023.3218%2013.1604%2021.9659C11.4836%2020.6095%2010.633%2018.5906%2010.6094%2015.9092H13.4169C13.4812%2019.6737%2015.7275%2021.5563%2020.1573%2021.5563C22.0287%2021.5563%2023.4647%2021.1901%2024.4642%2020.4587C25.4641%2019.7269%2025.9643%2018.6581%2025.9643%2017.2522C26.0073%2016.2425%2025.5399%2015.2791%2024.7212%2014.6874C23.8941%2014.0743%2022.449%2013.5427%2020.3853%2013.091L18.3511%2012.6389C16.028%2012.0994%2014.2875%2011.3204%2013.128%2010.3019C11.969%209.28302%2011.393%207.84942%2011.4004%206.00159C11.35%204.28135%2012.1493%202.64663%2013.5381%201.63049C14.9439%200.544998%2016.844%200.00226593%2019.2383%200.00226593C20.6576%20-0.0236225%2022.0722%200.172396%2023.4314%200.582922C24.4817%200.885733%2025.4406%201.44557%2026.2209%202.21115C26.858%202.86207%2027.3573%203.63505%2027.6883%204.48384C28.0096%205.35251%2028.1797%206.26925%2028.1908%207.19525H25.4156C25.2875%205.55869%2024.7554%204.35948%2023.8197%203.59668C22.8835%202.83434%2021.3566%202.4534%2019.2383%202.4534C17.623%202.4534%2016.3808%202.76592%2015.5116%203.39049C14.6573%203.97947%2014.1645%204.96464%2014.2038%206.00159C14.1492%206.99831%2014.5612%207.96359%2015.3193%208.61313C16.0484%209.2377%2017.4732%209.78646%2019.5943%2010.2589L21.6289%2010.7115C24.1651%2011.2718%2025.9925%2012.0721%2027.1113%2013.1127C28.2301%2014.1529%2028.7881%2015.5352%2028.7858%2017.2596C28.7858%2019.3446%2028.0235%2020.9895%2026.4988%2022.1938C24.9736%2023.3976%2022.86%2024%2020.1573%2024Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M36.6945%2021.677C38.0098%2021.6978%2039.2894%2021.2521%2040.3074%2020.4195C41.3356%2019.6026%2041.8515%2018.4302%2041.8538%2016.9033V14.9366C41.1997%2015.3647%2040.4434%2015.6107%2039.6625%2015.6495L37.2437%2015.938C35.8434%2016.1123%2034.8495%2016.4331%2034.2582%2016.907C33.6558%2017.4039%2033.3262%2018.1579%2033.371%2018.9374C33.3313%2019.7025%2033.6401%2020.444%2034.212%2020.954C34.7783%2021.4348%2035.6261%2021.677%2036.6945%2021.677ZM45.2841%2021.3779H46.2175V23.4763C45.746%2023.5438%2045.2693%2023.5757%2044.7927%2023.5725C43.0498%2023.5725%2042.1146%2022.7768%2041.9893%2021.1856C40.8345%2022.9766%2039.0305%2023.8716%2036.5776%2023.8716C34.7464%2023.8716%2033.3142%2023.4444%2032.2703%2022.5965C31.2264%2021.7487%2030.7063%2020.5476%2030.7063%2019.0017C30.7063%2015.9879%2032.7594%2014.2668%2036.866%2013.8396L39.2529%2013.583C40.9935%2013.3884%2041.864%2012.6246%2041.864%2011.2923C41.864%2010.3658%2041.5792%209.69872%2041.0092%209.29005C40.4392%208.88368%2039.4771%208.67749%2038.1235%208.67749C36.6982%208.67749%2035.6298%208.91975%2035.0099%209.38991C34.3899%209.86007%2034.0159%2010.7292%2033.941%2011.9548H31.3512C31.5648%208.27807%2033.8213%206.43995%2038.1198%206.43995C42.2907%206.43995%2044.3762%208.05292%2044.3762%2011.278V20.58C44.3794%2021.1176%2044.6822%2021.3779%2045.2841%2021.3779Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M50.8951%2023.4832H48.3159V0.518679H50.8951V23.4832Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M65.7337%2016.2584V6.83891H68.3129V23.4832H65.8618V20.9896C64.5937%2022.9109%2062.8517%2023.8716%2060.6359%2023.8716C58.7876%2023.8716%2057.3471%2023.3658%2056.3143%2022.3543C55.281%2021.3423%2054.7642%2019.9175%2054.7642%2018.0789V6.83891H57.3581V17.8403C57.3581%2020.3127%2058.6262%2021.549%2061.1629%2021.549C62.3718%2021.5531%2063.5304%2021.0631%2064.3694%2020.1916C65.2788%2019.2915%2065.7337%2017.9804%2065.7337%2016.2584Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M79.4708%206.83878V9.09759H76.0544V19.903C76.0544%2020.8507%2076.6882%2021.3279%2077.9568%2021.3279H79.4708V23.4905C78.7584%2023.5548%2078.1459%2023.5867%2077.6323%2023.5867C74.8607%2023.5867%2073.4748%2022.436%2073.4748%2020.1346V9.09066H70.7314V6.83878H73.4748V2.13992H76.0544V6.83878H79.4708Z'%20fill='%236AAAE4'/%3e%3c/svg%3e", template$
|
|
37357
|
+
const styles$5 = ":host{z-index:301}.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px;height:60px;background-color:#fff;color:#000;z-index:1;box-shadow:#0000001f 4px -1px 3px,#0000003d 0 1px 2px}.header .header__left{display:flex;flex-direction:row;align-items:center;gap:16px}.header .header__left .header-logo{align-self:center}.header .header__left #header-region-container,.header .header__right{display:flex;flex-direction:row;align-items:center;gap:16px}.header .header__right #header-actions-region-container{display:flex;flex-direction:row;align-items:center}", salutLogo = "data:image/svg+xml,%3csvg%20width='80'%20height='24'%20viewBox='0%200%2080%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.51539%2023.4832H0L8.22624%200.518679H10.7412L2.51539%2023.4832Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M20.1573%2024C17.1695%2024%2014.8372%2023.3218%2013.1604%2021.9659C11.4836%2020.6095%2010.633%2018.5906%2010.6094%2015.9092H13.4169C13.4812%2019.6737%2015.7275%2021.5563%2020.1573%2021.5563C22.0287%2021.5563%2023.4647%2021.1901%2024.4642%2020.4587C25.4641%2019.7269%2025.9643%2018.6581%2025.9643%2017.2522C26.0073%2016.2425%2025.5399%2015.2791%2024.7212%2014.6874C23.8941%2014.0743%2022.449%2013.5427%2020.3853%2013.091L18.3511%2012.6389C16.028%2012.0994%2014.2875%2011.3204%2013.128%2010.3019C11.969%209.28302%2011.393%207.84942%2011.4004%206.00159C11.35%204.28135%2012.1493%202.64663%2013.5381%201.63049C14.9439%200.544998%2016.844%200.00226593%2019.2383%200.00226593C20.6576%20-0.0236225%2022.0722%200.172396%2023.4314%200.582922C24.4817%200.885733%2025.4406%201.44557%2026.2209%202.21115C26.858%202.86207%2027.3573%203.63505%2027.6883%204.48384C28.0096%205.35251%2028.1797%206.26925%2028.1908%207.19525H25.4156C25.2875%205.55869%2024.7554%204.35948%2023.8197%203.59668C22.8835%202.83434%2021.3566%202.4534%2019.2383%202.4534C17.623%202.4534%2016.3808%202.76592%2015.5116%203.39049C14.6573%203.97947%2014.1645%204.96464%2014.2038%206.00159C14.1492%206.99831%2014.5612%207.96359%2015.3193%208.61313C16.0484%209.2377%2017.4732%209.78646%2019.5943%2010.2589L21.6289%2010.7115C24.1651%2011.2718%2025.9925%2012.0721%2027.1113%2013.1127C28.2301%2014.1529%2028.7881%2015.5352%2028.7858%2017.2596C28.7858%2019.3446%2028.0235%2020.9895%2026.4988%2022.1938C24.9736%2023.3976%2022.86%2024%2020.1573%2024Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M36.6945%2021.677C38.0098%2021.6978%2039.2894%2021.2521%2040.3074%2020.4195C41.3356%2019.6026%2041.8515%2018.4302%2041.8538%2016.9033V14.9366C41.1997%2015.3647%2040.4434%2015.6107%2039.6625%2015.6495L37.2437%2015.938C35.8434%2016.1123%2034.8495%2016.4331%2034.2582%2016.907C33.6558%2017.4039%2033.3262%2018.1579%2033.371%2018.9374C33.3313%2019.7025%2033.6401%2020.444%2034.212%2020.954C34.7783%2021.4348%2035.6261%2021.677%2036.6945%2021.677ZM45.2841%2021.3779H46.2175V23.4763C45.746%2023.5438%2045.2693%2023.5757%2044.7927%2023.5725C43.0498%2023.5725%2042.1146%2022.7768%2041.9893%2021.1856C40.8345%2022.9766%2039.0305%2023.8716%2036.5776%2023.8716C34.7464%2023.8716%2033.3142%2023.4444%2032.2703%2022.5965C31.2264%2021.7487%2030.7063%2020.5476%2030.7063%2019.0017C30.7063%2015.9879%2032.7594%2014.2668%2036.866%2013.8396L39.2529%2013.583C40.9935%2013.3884%2041.864%2012.6246%2041.864%2011.2923C41.864%2010.3658%2041.5792%209.69872%2041.0092%209.29005C40.4392%208.88368%2039.4771%208.67749%2038.1235%208.67749C36.6982%208.67749%2035.6298%208.91975%2035.0099%209.38991C34.3899%209.86007%2034.0159%2010.7292%2033.941%2011.9548H31.3512C31.5648%208.27807%2033.8213%206.43995%2038.1198%206.43995C42.2907%206.43995%2044.3762%208.05292%2044.3762%2011.278V20.58C44.3794%2021.1176%2044.6822%2021.3779%2045.2841%2021.3779Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M50.8951%2023.4832H48.3159V0.518679H50.8951V23.4832Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M65.7337%2016.2584V6.83891H68.3129V23.4832H65.8618V20.9896C64.5937%2022.9109%2062.8517%2023.8716%2060.6359%2023.8716C58.7876%2023.8716%2057.3471%2023.3658%2056.3143%2022.3543C55.281%2021.3423%2054.7642%2019.9175%2054.7642%2018.0789V6.83891H57.3581V17.8403C57.3581%2020.3127%2058.6262%2021.549%2061.1629%2021.549C62.3718%2021.5531%2063.5304%2021.0631%2064.3694%2020.1916C65.2788%2019.2915%2065.7337%2017.9804%2065.7337%2016.2584Z'%20fill='%236AAAE4'/%3e%3cpath%20d='M79.4708%206.83878V9.09759H76.0544V19.903C76.0544%2020.8507%2076.6882%2021.3279%2077.9568%2021.3279H79.4708V23.4905C78.7584%2023.5548%2078.1459%2023.5867%2077.6323%2023.5867C74.8607%2023.5867%2073.4748%2022.436%2073.4748%2020.1346V9.09066H70.7314V6.83878H73.4748V2.13992H76.0544V6.83878H79.4708Z'%20fill='%236AAAE4'/%3e%3c/svg%3e", template$5 = (te) => {
|
|
37332
37358
|
const J = [{ label: te.professional?.workCenter, value: "1" }], X = [{ label: te.professional?.role, value: "1" }], re = [{ label: te.professional?.speciality, value: "1" }];
|
|
37333
37359
|
return ke$1`
|
|
37334
37360
|
<div class="header">
|
|
@@ -37340,7 +37366,6 @@ const styles$5 = ":host{z-index:301}.header{display:flex;flex-direction:row;alig
|
|
|
37340
37366
|
<div id="header-region-container"></div>
|
|
37341
37367
|
</div>
|
|
37342
37368
|
<div class="header__right">
|
|
37343
|
-
<finalize-visit-button></finalize-visit-button>
|
|
37344
37369
|
<div id="header-actions-region-container"></div>
|
|
37345
37370
|
<header-divider></header-divider>
|
|
37346
37371
|
${nn(
|
|
@@ -37365,17 +37390,17 @@ const styles$5 = ":host{z-index:301}.header{display:flex;flex-direction:row;alig
|
|
|
37365
37390
|
</div>
|
|
37366
37391
|
`;
|
|
37367
37392
|
};
|
|
37368
|
-
var __defProp$
|
|
37393
|
+
var __defProp$7 = Object.defineProperty, __decorateClass$7 = (te, J, X, re) => {
|
|
37369
37394
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
37370
37395
|
(de = te[oe]) && (ne = de(J, X, ne) || ne);
|
|
37371
|
-
return ne && __defProp$
|
|
37396
|
+
return ne && __defProp$7(J, X, ne), ne;
|
|
37372
37397
|
};
|
|
37373
37398
|
const Ws = class Ws extends PrimariaRegionHost(h$o) {
|
|
37374
37399
|
constructor() {
|
|
37375
37400
|
super(...arguments), this.menuOpened = !1;
|
|
37376
37401
|
}
|
|
37377
37402
|
render() {
|
|
37378
|
-
return ke$1`${template$
|
|
37403
|
+
return ke$1`${template$5(this)}`;
|
|
37379
37404
|
}
|
|
37380
37405
|
toggleMenu() {
|
|
37381
37406
|
this.menuOpened = !this.menuOpened;
|
|
@@ -37408,16 +37433,16 @@ Ws.styles = i$D`
|
|
|
37408
37433
|
${r$H(styles$5)}
|
|
37409
37434
|
`;
|
|
37410
37435
|
let PrimariaShellHeader = Ws;
|
|
37411
|
-
__decorateClass$
|
|
37436
|
+
__decorateClass$7([
|
|
37412
37437
|
s$B({ targetId: "header-region-container", name: shellApi.regionManager.regions.shell.header })
|
|
37413
37438
|
], PrimariaShellHeader.prototype, "headerRegion");
|
|
37414
|
-
__decorateClass$
|
|
37439
|
+
__decorateClass$7([
|
|
37415
37440
|
s$B({ targetId: "header-actions-region-container", name: shellApi.regionManager.regions.shell.headerRightActions })
|
|
37416
37441
|
], PrimariaShellHeader.prototype, "headerRightActionsRegion");
|
|
37417
|
-
__decorateClass$
|
|
37442
|
+
__decorateClass$7([
|
|
37418
37443
|
n$z({ type: Object })
|
|
37419
37444
|
], PrimariaShellHeader.prototype, "professional");
|
|
37420
|
-
__decorateClass$
|
|
37445
|
+
__decorateClass$7([
|
|
37421
37446
|
r$E()
|
|
37422
37447
|
], PrimariaShellHeader.prototype, "menuOpened");
|
|
37423
37448
|
const Gs = class Gs extends h$o {
|
|
@@ -37471,37 +37496,6 @@ const Gs = class Gs extends h$o {
|
|
|
37471
37496
|
Gs.styles = i$D`
|
|
37472
37497
|
`;
|
|
37473
37498
|
let PocEventsEcap = Gs;
|
|
37474
|
-
const template$5 = (te) => ke$1`
|
|
37475
|
-
${te.visitId ? ke$1`<dss-button @click=${te.finalizeVisitHandler} variant="subtle" size="md" icon="door_front" label=${translate$1("actions.finalizeVisit")}></dss-button>` : D$4}
|
|
37476
|
-
`;
|
|
37477
|
-
var __defProp$7 = Object.defineProperty, __decorateClass$7 = (te, J, X, re) => {
|
|
37478
|
-
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
37479
|
-
(de = te[oe]) && (ne = de(J, X, ne) || ne);
|
|
37480
|
-
return ne && __defProp$7(J, X, ne), ne;
|
|
37481
|
-
};
|
|
37482
|
-
class FinalizeVisitButton extends h$o {
|
|
37483
|
-
render() {
|
|
37484
|
-
return ke$1`${template$5(this)}`;
|
|
37485
|
-
}
|
|
37486
|
-
connectedCallback() {
|
|
37487
|
-
super.connectedCallback(), this.getVisitId();
|
|
37488
|
-
}
|
|
37489
|
-
async getVisitId() {
|
|
37490
|
-
try {
|
|
37491
|
-
await shellApi.broker.send(new GetVisitId()).then((J) => {
|
|
37492
|
-
this.visitId = J;
|
|
37493
|
-
});
|
|
37494
|
-
} catch (J) {
|
|
37495
|
-
console.error(J.message);
|
|
37496
|
-
}
|
|
37497
|
-
}
|
|
37498
|
-
finalizeVisitHandler() {
|
|
37499
|
-
this.visitId && shellApi.broker.send(new FinalizeVisit(this.visitId));
|
|
37500
|
-
}
|
|
37501
|
-
}
|
|
37502
|
-
__decorateClass$7([
|
|
37503
|
-
n$z({ type: String })
|
|
37504
|
-
], FinalizeVisitButton.prototype, "visitId");
|
|
37505
37499
|
var __defProp$6 = Object.defineProperty, __decorateClass$6 = (te, J, X, re) => {
|
|
37506
37500
|
for (var ne = void 0, oe = te.length - 1, de; oe >= 0; oe--)
|
|
37507
37501
|
(de = te[oe]) && (ne = de(J, X, ne) || ne);
|
|
@@ -38209,7 +38203,7 @@ function requireQuill() {
|
|
|
38209
38203
|
value: function(Ne, Ge, Ze) {
|
|
38210
38204
|
if (typeof Ge == "string" && Ge.endsWith(`
|
|
38211
38205
|
`)) {
|
|
38212
|
-
var Ke = be.default.create(
|
|
38206
|
+
var Ke = be.default.create(Be.blotName);
|
|
38213
38207
|
this.parent.insertBefore(Ke, Ne === 0 ? this : this.next), Ke.insertAt(0, Ge.slice(0, -1));
|
|
38214
38208
|
} else
|
|
38215
38209
|
de(qe.prototype.__proto__ || Object.getPrototypeOf(qe.prototype), "insertAt", this).call(this, Ne, Ge, Ze);
|
|
@@ -38217,7 +38211,7 @@ function requireQuill() {
|
|
|
38217
38211
|
}]), qe;
|
|
38218
38212
|
})(be.default.Embed);
|
|
38219
38213
|
Fe.scope = be.default.Scope.BLOCK_BLOT;
|
|
38220
|
-
var
|
|
38214
|
+
var Be = (function(Oe) {
|
|
38221
38215
|
Le(qe, Oe);
|
|
38222
38216
|
function qe(Ie) {
|
|
38223
38217
|
we(this, qe);
|
|
@@ -38301,12 +38295,12 @@ function requireQuill() {
|
|
|
38301
38295
|
}
|
|
38302
38296
|
}]), qe;
|
|
38303
38297
|
})(be.default.Block);
|
|
38304
|
-
|
|
38298
|
+
Be.blotName = "block", Be.tagName = "P", Be.defaultChild = "break", Be.allowedChildren = [_e.default, be.default.Embed, Ce.default];
|
|
38305
38299
|
function Pe(Oe) {
|
|
38306
38300
|
var qe = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
38307
38301
|
return Oe == null || (typeof Oe.formats == "function" && (qe = (0, ue.default)(qe, Oe.formats())), Oe.parent == null || Oe.parent.blotName == "scroll" || Oe.parent.statics.scope !== Oe.statics.scope) ? qe : Pe(Oe.parent, qe);
|
|
38308
38302
|
}
|
|
38309
|
-
re.bubbleFormats = Pe, re.BlockEmbed = Fe, re.default =
|
|
38303
|
+
re.bubbleFormats = Pe, re.BlockEmbed = Fe, re.default = Be;
|
|
38310
38304
|
}),
|
|
38311
38305
|
/* 5 */
|
|
38312
38306
|
/***/
|
|
@@ -38320,15 +38314,15 @@ function requireQuill() {
|
|
|
38320
38314
|
return Je && typeof Symbol == "function" && Je.constructor === Symbol && Je !== Symbol.prototype ? "symbol" : typeof Je;
|
|
38321
38315
|
}, de = /* @__PURE__ */ (function() {
|
|
38322
38316
|
function Je(Ye, Me) {
|
|
38323
|
-
var We = [],
|
|
38317
|
+
var We = [], je = !0, Xe = !1, tt = void 0;
|
|
38324
38318
|
try {
|
|
38325
|
-
for (var Ue = Ye[Symbol.iterator](), Qe; !(
|
|
38319
|
+
for (var Ue = Ye[Symbol.iterator](), Qe; !(je = (Qe = Ue.next()).done) && (We.push(Qe.value), !(Me && We.length === Me)); je = !0)
|
|
38326
38320
|
;
|
|
38327
38321
|
} catch (nt) {
|
|
38328
38322
|
Xe = !0, tt = nt;
|
|
38329
38323
|
} finally {
|
|
38330
38324
|
try {
|
|
38331
|
-
!
|
|
38325
|
+
!je && Ue.return && Ue.return();
|
|
38332
38326
|
} finally {
|
|
38333
38327
|
if (Xe) throw tt;
|
|
38334
38328
|
}
|
|
@@ -38345,8 +38339,8 @@ function requireQuill() {
|
|
|
38345
38339
|
})(), ce = /* @__PURE__ */ (function() {
|
|
38346
38340
|
function Je(Ye, Me) {
|
|
38347
38341
|
for (var We = 0; We < Me.length; We++) {
|
|
38348
|
-
var
|
|
38349
|
-
|
|
38342
|
+
var je = Me[We];
|
|
38343
|
+
je.enumerable = je.enumerable || !1, je.configurable = !0, "value" in je && (je.writable = !0), Object.defineProperty(Ye, je.key, je);
|
|
38350
38344
|
}
|
|
38351
38345
|
}
|
|
38352
38346
|
return function(Ye, Me, We) {
|
|
@@ -38354,7 +38348,7 @@ function requireQuill() {
|
|
|
38354
38348
|
};
|
|
38355
38349
|
})();
|
|
38356
38350
|
ne(51);
|
|
38357
|
-
var ue = ne(2), he = Pe(ue), pe = ne(14), fe = Pe(pe), be = ne(8), ge = Pe(be), ve = ne(9), me = Pe(ve), _e = ne(0), ye = Pe(_e), Ce = ne(15), Se = Pe(Ce), we = ne(3), Ae = Pe(we), Le = ne(10), ze = Pe(Le), Fe = ne(35),
|
|
38351
|
+
var ue = ne(2), he = Pe(ue), pe = ne(14), fe = Pe(pe), be = ne(8), ge = Pe(be), ve = ne(9), me = Pe(ve), _e = ne(0), ye = Pe(_e), Ce = ne(15), Se = Pe(Ce), we = ne(3), Ae = Pe(we), Le = ne(10), ze = Pe(Le), Fe = ne(35), Be = Pe(Fe);
|
|
38358
38352
|
function Pe(Je) {
|
|
38359
38353
|
return Je && Je.__esModule ? Je : { default: Je };
|
|
38360
38354
|
}
|
|
@@ -38384,11 +38378,11 @@ function requireQuill() {
|
|
|
38384
38378
|
}, {
|
|
38385
38379
|
key: "register",
|
|
38386
38380
|
value: function(Me, We) {
|
|
38387
|
-
var
|
|
38381
|
+
var je = this, Xe = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !1;
|
|
38388
38382
|
if (typeof Me != "string") {
|
|
38389
38383
|
var tt = Me.attrName || Me.blotName;
|
|
38390
38384
|
typeof tt == "string" ? this.register("formats/" + tt, Me, We) : Object.keys(Me).forEach(function(Ue) {
|
|
38391
|
-
|
|
38385
|
+
je.register(Ue, Me[Ue], We);
|
|
38392
38386
|
});
|
|
38393
38387
|
} else
|
|
38394
38388
|
this.imports[Me] != null && !Xe && Ie.warn("Overwriting " + Me + " with", We), this.imports[Me] = We, (Me.startsWith("blots/") || Me.startsWith("formats/")) && We.blotName !== "abstract" ? ye.default.register(We) : Me.startsWith("modules") && typeof We.register == "function" && We.register();
|
|
@@ -38399,7 +38393,7 @@ function requireQuill() {
|
|
|
38399
38393
|
if (qe(this, Je), this.options = Ge(Ye, We), this.container = this.options.container, this.container == null)
|
|
38400
38394
|
return Ie.error("Invalid Quill container", Ye);
|
|
38401
38395
|
this.options.debug && Je.debug(this.options.debug);
|
|
38402
|
-
var
|
|
38396
|
+
var je = this.container.innerHTML.trim();
|
|
38403
38397
|
this.container.classList.add("ql-container"), this.container.innerHTML = "", this.container.__quill = this, this.root = this.addContainer("ql-editor"), this.root.classList.add("ql-blank"), this.root.setAttribute("data-gramm", !1), this.scrollingContainer = this.options.scrollingContainer || this.root, this.emitter = new ge.default(), this.scroll = ye.default.create(this.root, {
|
|
38404
38398
|
emitter: this.emitter,
|
|
38405
38399
|
whitelist: this.options.formats
|
|
@@ -38411,7 +38405,7 @@ function requireQuill() {
|
|
|
38411
38405
|
return Me.editor.update(null, Ue, nt);
|
|
38412
38406
|
}, tt);
|
|
38413
38407
|
});
|
|
38414
|
-
var Xe = this.clipboard.convert(`<div class='ql-editor' style="white-space: normal;">` +
|
|
38408
|
+
var Xe = this.clipboard.convert(`<div class='ql-editor' style="white-space: normal;">` + je + "<p><br></p></div>");
|
|
38415
38409
|
this.setContents(Xe), this.history.clear(), this.options.placeholder && this.root.setAttribute("data-placeholder", this.options.placeholder), this.options.readOnly && this.disable();
|
|
38416
38410
|
}
|
|
38417
38411
|
return ce(Je, [{
|
|
@@ -38419,8 +38413,8 @@ function requireQuill() {
|
|
|
38419
38413
|
value: function(Me) {
|
|
38420
38414
|
var We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
|
|
38421
38415
|
if (typeof Me == "string") {
|
|
38422
|
-
var
|
|
38423
|
-
Me = document.createElement("div"), Me.classList.add(
|
|
38416
|
+
var je = Me;
|
|
38417
|
+
Me = document.createElement("div"), Me.classList.add(je);
|
|
38424
38418
|
}
|
|
38425
38419
|
return this.container.insertBefore(Me, We), Me;
|
|
38426
38420
|
}
|
|
@@ -38431,11 +38425,11 @@ function requireQuill() {
|
|
|
38431
38425
|
}
|
|
38432
38426
|
}, {
|
|
38433
38427
|
key: "deleteText",
|
|
38434
|
-
value: function(Me, We,
|
|
38435
|
-
var Xe = this, tt = Ke(Me, We,
|
|
38436
|
-
return Me = Ue[0], We = Ue[1],
|
|
38428
|
+
value: function(Me, We, je) {
|
|
38429
|
+
var Xe = this, tt = Ke(Me, We, je), Ue = de(tt, 4);
|
|
38430
|
+
return Me = Ue[0], We = Ue[1], je = Ue[3], Ze.call(this, function() {
|
|
38437
38431
|
return Xe.editor.deleteText(Me, We);
|
|
38438
|
-
},
|
|
38432
|
+
}, je, Me, -1 * We);
|
|
38439
38433
|
}
|
|
38440
38434
|
}, {
|
|
38441
38435
|
key: "disable",
|
|
@@ -38457,33 +38451,33 @@ function requireQuill() {
|
|
|
38457
38451
|
}, {
|
|
38458
38452
|
key: "format",
|
|
38459
38453
|
value: function(Me, We) {
|
|
38460
|
-
var
|
|
38454
|
+
var je = this, Xe = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ge.default.sources.API;
|
|
38461
38455
|
return Ze.call(this, function() {
|
|
38462
|
-
var tt =
|
|
38456
|
+
var tt = je.getSelection(!0), Ue = new he.default();
|
|
38463
38457
|
if (tt == null)
|
|
38464
38458
|
return Ue;
|
|
38465
38459
|
if (ye.default.query(Me, ye.default.Scope.BLOCK))
|
|
38466
|
-
Ue =
|
|
38460
|
+
Ue = je.editor.formatLine(tt.index, tt.length, Oe({}, Me, We));
|
|
38467
38461
|
else {
|
|
38468
38462
|
if (tt.length === 0)
|
|
38469
|
-
return
|
|
38470
|
-
Ue =
|
|
38463
|
+
return je.selection.format(Me, We), Ue;
|
|
38464
|
+
Ue = je.editor.formatText(tt.index, tt.length, Oe({}, Me, We));
|
|
38471
38465
|
}
|
|
38472
|
-
return
|
|
38466
|
+
return je.setSelection(tt, ge.default.sources.SILENT), Ue;
|
|
38473
38467
|
}, Xe);
|
|
38474
38468
|
}
|
|
38475
38469
|
}, {
|
|
38476
38470
|
key: "formatLine",
|
|
38477
|
-
value: function(Me, We,
|
|
38478
|
-
var Ue = this, Qe = void 0, nt = Ke(Me, We,
|
|
38471
|
+
value: function(Me, We, je, Xe, tt) {
|
|
38472
|
+
var Ue = this, Qe = void 0, nt = Ke(Me, We, je, Xe, tt), ot = de(nt, 4);
|
|
38479
38473
|
return Me = ot[0], We = ot[1], Qe = ot[2], tt = ot[3], Ze.call(this, function() {
|
|
38480
38474
|
return Ue.editor.formatLine(Me, We, Qe);
|
|
38481
38475
|
}, tt, Me, 0);
|
|
38482
38476
|
}
|
|
38483
38477
|
}, {
|
|
38484
38478
|
key: "formatText",
|
|
38485
|
-
value: function(Me, We,
|
|
38486
|
-
var Ue = this, Qe = void 0, nt = Ke(Me, We,
|
|
38479
|
+
value: function(Me, We, je, Xe, tt) {
|
|
38480
|
+
var Ue = this, Qe = void 0, nt = Ke(Me, We, je, Xe, tt), ot = de(nt, 4);
|
|
38487
38481
|
return Me = ot[0], We = ot[1], Qe = ot[2], tt = ot[3], Ze.call(this, function() {
|
|
38488
38482
|
return Ue.editor.formatText(Me, We, Qe);
|
|
38489
38483
|
}, tt, Me, 0);
|
|
@@ -38491,22 +38485,22 @@ function requireQuill() {
|
|
|
38491
38485
|
}, {
|
|
38492
38486
|
key: "getBounds",
|
|
38493
38487
|
value: function(Me) {
|
|
38494
|
-
var We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0,
|
|
38495
|
-
typeof Me == "number" ?
|
|
38488
|
+
var We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, je = void 0;
|
|
38489
|
+
typeof Me == "number" ? je = this.selection.getBounds(Me, We) : je = this.selection.getBounds(Me.index, Me.length);
|
|
38496
38490
|
var Xe = this.container.getBoundingClientRect();
|
|
38497
38491
|
return {
|
|
38498
|
-
bottom:
|
|
38499
|
-
height:
|
|
38500
|
-
left:
|
|
38501
|
-
right:
|
|
38502
|
-
top:
|
|
38503
|
-
width:
|
|
38492
|
+
bottom: je.bottom - Xe.top,
|
|
38493
|
+
height: je.height,
|
|
38494
|
+
left: je.left - Xe.left,
|
|
38495
|
+
right: je.right - Xe.left,
|
|
38496
|
+
top: je.top - Xe.top,
|
|
38497
|
+
width: je.width
|
|
38504
38498
|
};
|
|
38505
38499
|
}
|
|
38506
38500
|
}, {
|
|
38507
38501
|
key: "getContents",
|
|
38508
38502
|
value: function() {
|
|
38509
|
-
var Me = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this.getLength() - Me,
|
|
38503
|
+
var Me = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this.getLength() - Me, je = Ke(Me, We), Xe = de(je, 2);
|
|
38510
38504
|
return Me = Xe[0], We = Xe[1], this.editor.getContents(Me, We);
|
|
38511
38505
|
}
|
|
38512
38506
|
}, {
|
|
@@ -38555,7 +38549,7 @@ function requireQuill() {
|
|
|
38555
38549
|
}, {
|
|
38556
38550
|
key: "getText",
|
|
38557
38551
|
value: function() {
|
|
38558
|
-
var Me = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this.getLength() - Me,
|
|
38552
|
+
var Me = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this.getLength() - Me, je = Ke(Me, We), Xe = de(je, 2);
|
|
38559
38553
|
return Me = Xe[0], We = Xe[1], this.editor.getText(Me, We);
|
|
38560
38554
|
}
|
|
38561
38555
|
}, {
|
|
@@ -38565,16 +38559,16 @@ function requireQuill() {
|
|
|
38565
38559
|
}
|
|
38566
38560
|
}, {
|
|
38567
38561
|
key: "insertEmbed",
|
|
38568
|
-
value: function(Me, We,
|
|
38562
|
+
value: function(Me, We, je) {
|
|
38569
38563
|
var Xe = this, tt = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : Je.sources.API;
|
|
38570
38564
|
return Ze.call(this, function() {
|
|
38571
|
-
return Xe.editor.insertEmbed(Me, We,
|
|
38565
|
+
return Xe.editor.insertEmbed(Me, We, je);
|
|
38572
38566
|
}, tt, Me);
|
|
38573
38567
|
}
|
|
38574
38568
|
}, {
|
|
38575
38569
|
key: "insertText",
|
|
38576
|
-
value: function(Me, We,
|
|
38577
|
-
var Ue = this, Qe = void 0, nt = Ke(Me, 0,
|
|
38570
|
+
value: function(Me, We, je, Xe, tt) {
|
|
38571
|
+
var Ue = this, Qe = void 0, nt = Ke(Me, 0, je, Xe, tt), ot = de(nt, 4);
|
|
38578
38572
|
return Me = ot[0], Qe = ot[2], tt = ot[3], Ze.call(this, function() {
|
|
38579
38573
|
return Ue.editor.insertText(Me, We, Qe);
|
|
38580
38574
|
}, tt, Me, We.length);
|
|
@@ -38601,16 +38595,16 @@ function requireQuill() {
|
|
|
38601
38595
|
}
|
|
38602
38596
|
}, {
|
|
38603
38597
|
key: "pasteHTML",
|
|
38604
|
-
value: function(Me, We,
|
|
38605
|
-
this.clipboard.dangerouslyPasteHTML(Me, We,
|
|
38598
|
+
value: function(Me, We, je) {
|
|
38599
|
+
this.clipboard.dangerouslyPasteHTML(Me, We, je);
|
|
38606
38600
|
}
|
|
38607
38601
|
}, {
|
|
38608
38602
|
key: "removeFormat",
|
|
38609
|
-
value: function(Me, We,
|
|
38610
|
-
var Xe = this, tt = Ke(Me, We,
|
|
38611
|
-
return Me = Ue[0], We = Ue[1],
|
|
38603
|
+
value: function(Me, We, je) {
|
|
38604
|
+
var Xe = this, tt = Ke(Me, We, je), Ue = de(tt, 4);
|
|
38605
|
+
return Me = Ue[0], We = Ue[1], je = Ue[3], Ze.call(this, function() {
|
|
38612
38606
|
return Xe.editor.removeFormat(Me, We);
|
|
38613
|
-
},
|
|
38607
|
+
}, je, Me);
|
|
38614
38608
|
}
|
|
38615
38609
|
}, {
|
|
38616
38610
|
key: "scrollIntoView",
|
|
@@ -38620,7 +38614,7 @@ function requireQuill() {
|
|
|
38620
38614
|
}, {
|
|
38621
38615
|
key: "setContents",
|
|
38622
38616
|
value: function(Me) {
|
|
38623
|
-
var We = this,
|
|
38617
|
+
var We = this, je = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : ge.default.sources.API;
|
|
38624
38618
|
return Ze.call(this, function() {
|
|
38625
38619
|
Me = new he.default(Me);
|
|
38626
38620
|
var Xe = We.getLength(), tt = We.editor.deleteText(0, Xe), Ue = We.editor.applyDelta(Me), Qe = Ue.ops[Ue.ops.length - 1];
|
|
@@ -38628,23 +38622,23 @@ function requireQuill() {
|
|
|
38628
38622
|
` && (We.editor.deleteText(We.getLength() - 1, 1), Ue.delete(1));
|
|
38629
38623
|
var nt = tt.compose(Ue);
|
|
38630
38624
|
return nt;
|
|
38631
|
-
},
|
|
38625
|
+
}, je);
|
|
38632
38626
|
}
|
|
38633
38627
|
}, {
|
|
38634
38628
|
key: "setSelection",
|
|
38635
|
-
value: function(Me, We,
|
|
38629
|
+
value: function(Me, We, je) {
|
|
38636
38630
|
if (Me == null)
|
|
38637
38631
|
this.selection.setRange(null, We || Je.sources.API);
|
|
38638
38632
|
else {
|
|
38639
|
-
var Xe = Ke(Me, We,
|
|
38640
|
-
Me = tt[0], We = tt[1],
|
|
38633
|
+
var Xe = Ke(Me, We, je), tt = de(Xe, 4);
|
|
38634
|
+
Me = tt[0], We = tt[1], je = tt[3], this.selection.setRange(new Ce.Range(Me, We), je), je !== ge.default.sources.SILENT && this.selection.scrollIntoView(this.scrollingContainer);
|
|
38641
38635
|
}
|
|
38642
38636
|
}
|
|
38643
38637
|
}, {
|
|
38644
38638
|
key: "setText",
|
|
38645
38639
|
value: function(Me) {
|
|
38646
|
-
var We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : ge.default.sources.API,
|
|
38647
|
-
return this.setContents(
|
|
38640
|
+
var We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : ge.default.sources.API, je = new he.default().insert(Me);
|
|
38641
|
+
return this.setContents(je, We);
|
|
38648
38642
|
}
|
|
38649
38643
|
}, {
|
|
38650
38644
|
key: "update",
|
|
@@ -38655,10 +38649,10 @@ function requireQuill() {
|
|
|
38655
38649
|
}, {
|
|
38656
38650
|
key: "updateContents",
|
|
38657
38651
|
value: function(Me) {
|
|
38658
|
-
var We = this,
|
|
38652
|
+
var We = this, je = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : ge.default.sources.API;
|
|
38659
38653
|
return Ze.call(this, function() {
|
|
38660
|
-
return Me = new he.default(Me), We.editor.applyDelta(Me,
|
|
38661
|
-
},
|
|
38654
|
+
return Me = new he.default(Me), We.editor.applyDelta(Me, je);
|
|
38655
|
+
}, je, !0);
|
|
38662
38656
|
}
|
|
38663
38657
|
}]), Je;
|
|
38664
38658
|
})();
|
|
@@ -38675,7 +38669,7 @@ function requireQuill() {
|
|
|
38675
38669
|
delta: he.default,
|
|
38676
38670
|
parchment: ye.default,
|
|
38677
38671
|
"core/module": me.default,
|
|
38678
|
-
"core/theme":
|
|
38672
|
+
"core/theme": Be.default
|
|
38679
38673
|
};
|
|
38680
38674
|
function Ge(Je, Ye) {
|
|
38681
38675
|
if (Ye = (0, Ae.default)(!0, {
|
|
@@ -38686,7 +38680,7 @@ function requireQuill() {
|
|
|
38686
38680
|
history: !0
|
|
38687
38681
|
}
|
|
38688
38682
|
}, Ye), !Ye.theme || Ye.theme === Ne.DEFAULTS.theme)
|
|
38689
|
-
Ye.theme =
|
|
38683
|
+
Ye.theme = Be.default;
|
|
38690
38684
|
else if (Ye.theme = Ne.import("themes/" + Ye.theme), Ye.theme == null)
|
|
38691
38685
|
throw new Error("Invalid theme " + Ye.theme + ". Did you register it?");
|
|
38692
38686
|
var Me = (0, Ae.default)(!0, {}, Ye.theme.DEFAULTS);
|
|
@@ -38695,13 +38689,13 @@ function requireQuill() {
|
|
|
38695
38689
|
Xe.modules[tt] === !0 && (Xe.modules[tt] = {});
|
|
38696
38690
|
});
|
|
38697
38691
|
});
|
|
38698
|
-
var We = Object.keys(Me.modules).concat(Object.keys(Ye.modules)),
|
|
38692
|
+
var We = Object.keys(Me.modules).concat(Object.keys(Ye.modules)), je = We.reduce(function(Xe, tt) {
|
|
38699
38693
|
var Ue = Ne.import("modules/" + tt);
|
|
38700
38694
|
return Ue == null ? Ie.error("Cannot load " + tt + " module. Are you sure you registered it?") : Xe[tt] = Ue.DEFAULTS || {}, Xe;
|
|
38701
38695
|
}, {});
|
|
38702
38696
|
return Ye.modules != null && Ye.modules.toolbar && Ye.modules.toolbar.constructor !== Object && (Ye.modules.toolbar = {
|
|
38703
38697
|
container: Ye.modules.toolbar
|
|
38704
|
-
}), Ye = (0, Ae.default)(!0, {}, Ne.DEFAULTS, { modules:
|
|
38698
|
+
}), Ye = (0, Ae.default)(!0, {}, Ne.DEFAULTS, { modules: je }, Me, Ye), ["bounds", "container", "scrollingContainer"].forEach(function(Xe) {
|
|
38705
38699
|
typeof Ye[Xe] == "string" && (Ye[Xe] = document.querySelector(Ye[Xe]));
|
|
38706
38700
|
}), Ye.modules = Object.keys(Ye.modules).reduce(function(Xe, tt) {
|
|
38707
38701
|
return Ye.modules[tt] && (Xe[tt] = Ye.modules[tt]), Xe;
|
|
@@ -38710,8 +38704,8 @@ function requireQuill() {
|
|
|
38710
38704
|
function Ze(Je, Ye, Me, We) {
|
|
38711
38705
|
if (this.options.strict && !this.isEnabled() && Ye === ge.default.sources.USER)
|
|
38712
38706
|
return new he.default();
|
|
38713
|
-
var
|
|
38714
|
-
if (
|
|
38707
|
+
var je = Me == null ? null : this.getSelection(), Xe = this.editor.delta, tt = Je();
|
|
38708
|
+
if (je != null && (Me === !0 && (Me = je.index), We == null ? je = bt(je, tt, Ye) : We !== 0 && (je = bt(je, Me, We, Ye)), this.setSelection(je, ge.default.sources.SILENT)), tt.length() > 0) {
|
|
38715
38709
|
var Ue, Qe = [ge.default.events.TEXT_CHANGE, tt, Xe, Ye];
|
|
38716
38710
|
if ((Ue = this.emitter).emit.apply(Ue, [ge.default.events.EDITOR_CHANGE].concat(Qe)), Ye !== ge.default.sources.SILENT) {
|
|
38717
38711
|
var nt;
|
|
@@ -38720,25 +38714,25 @@ function requireQuill() {
|
|
|
38720
38714
|
}
|
|
38721
38715
|
return tt;
|
|
38722
38716
|
}
|
|
38723
|
-
function Ke(Je, Ye, Me, We,
|
|
38717
|
+
function Ke(Je, Ye, Me, We, je) {
|
|
38724
38718
|
var Xe = {};
|
|
38725
|
-
return typeof Je.index == "number" && typeof Je.length == "number" ? typeof Ye != "number" ? (
|
|
38719
|
+
return typeof Je.index == "number" && typeof Je.length == "number" ? typeof Ye != "number" ? (je = We, We = Me, Me = Ye, Ye = Je.length, Je = Je.index) : (Ye = Je.length, Je = Je.index) : typeof Ye != "number" && (je = We, We = Me, Me = Ye, Ye = 0), (typeof Me > "u" ? "undefined" : oe(Me)) === "object" ? (Xe = Me, je = We) : typeof Me == "string" && (We != null ? Xe[Me] = We : je = Me), je = je || ge.default.sources.API, [Je, Ye, Xe, je];
|
|
38726
38720
|
}
|
|
38727
38721
|
function bt(Je, Ye, Me, We) {
|
|
38728
38722
|
if (Je == null) return null;
|
|
38729
|
-
var
|
|
38723
|
+
var je = void 0, Xe = void 0;
|
|
38730
38724
|
if (Ye instanceof he.default) {
|
|
38731
38725
|
var tt = [Je.index, Je.index + Je.length].map(function(ot) {
|
|
38732
38726
|
return Ye.transformPosition(ot, We !== ge.default.sources.USER);
|
|
38733
38727
|
}), Ue = de(tt, 2);
|
|
38734
|
-
|
|
38728
|
+
je = Ue[0], Xe = Ue[1];
|
|
38735
38729
|
} else {
|
|
38736
38730
|
var Qe = [Je.index, Je.index + Je.length].map(function(ot) {
|
|
38737
38731
|
return ot < Ye || ot === Ye && We === ge.default.sources.USER ? ot : Me >= 0 ? ot + Me : Math.max(Ye, ot + Me);
|
|
38738
38732
|
}), nt = de(Qe, 2);
|
|
38739
|
-
|
|
38733
|
+
je = nt[0], Xe = nt[1];
|
|
38740
38734
|
}
|
|
38741
|
-
return new Ce.Range(
|
|
38735
|
+
return new Ce.Range(je, Xe - je);
|
|
38742
38736
|
}
|
|
38743
38737
|
re.expandConfig = Ge, re.overload = Ke, re.default = Ne;
|
|
38744
38738
|
}),
|
|
@@ -38874,8 +38868,8 @@ function requireQuill() {
|
|
|
38874
38868
|
var oe = /* @__PURE__ */ (function() {
|
|
38875
38869
|
function Ae(Le, ze) {
|
|
38876
38870
|
for (var Fe = 0; Fe < ze.length; Fe++) {
|
|
38877
|
-
var
|
|
38878
|
-
|
|
38871
|
+
var Be = ze[Fe];
|
|
38872
|
+
Be.enumerable = Be.enumerable || !1, Be.configurable = !0, "value" in Be && (Be.writable = !0), Object.defineProperty(Le, Be.key, Be);
|
|
38879
38873
|
}
|
|
38880
38874
|
}
|
|
38881
38875
|
return function(Le, ze, Fe) {
|
|
@@ -38883,14 +38877,14 @@ function requireQuill() {
|
|
|
38883
38877
|
};
|
|
38884
38878
|
})(), de = function Ae(Le, ze, Fe) {
|
|
38885
38879
|
Le === null && (Le = Function.prototype);
|
|
38886
|
-
var
|
|
38887
|
-
if (
|
|
38880
|
+
var Be = Object.getOwnPropertyDescriptor(Le, ze);
|
|
38881
|
+
if (Be === void 0) {
|
|
38888
38882
|
var Pe = Object.getPrototypeOf(Le);
|
|
38889
38883
|
return Pe === null ? void 0 : Ae(Pe, ze, Fe);
|
|
38890
38884
|
} else {
|
|
38891
|
-
if ("value" in
|
|
38892
|
-
return
|
|
38893
|
-
var Oe =
|
|
38885
|
+
if ("value" in Be)
|
|
38886
|
+
return Be.value;
|
|
38887
|
+
var Oe = Be.get;
|
|
38894
38888
|
return Oe === void 0 ? void 0 : Oe.call(Fe);
|
|
38895
38889
|
}
|
|
38896
38890
|
}, ce = ne(55), ue = be(ce), he = ne(10), pe = be(he), fe = ne(34);
|
|
@@ -38916,8 +38910,8 @@ function requireQuill() {
|
|
|
38916
38910
|
document.addEventListener(Ae, function() {
|
|
38917
38911
|
for (var Le = arguments.length, ze = Array(Le), Fe = 0; Fe < Le; Fe++)
|
|
38918
38912
|
ze[Fe] = arguments[Fe];
|
|
38919
|
-
Ce.forEach(function(
|
|
38920
|
-
|
|
38913
|
+
Ce.forEach(function(Be) {
|
|
38914
|
+
Be.handleDOM.apply(Be, ze);
|
|
38921
38915
|
});
|
|
38922
38916
|
});
|
|
38923
38917
|
});
|
|
@@ -38936,7 +38930,7 @@ function requireQuill() {
|
|
|
38936
38930
|
}, {
|
|
38937
38931
|
key: "handleDOM",
|
|
38938
38932
|
value: function(Fe) {
|
|
38939
|
-
for (var
|
|
38933
|
+
for (var Be = arguments.length, Pe = Array(Be > 1 ? Be - 1 : 0), Oe = 1; Oe < Be; Oe++)
|
|
38940
38934
|
Pe[Oe - 1] = arguments[Oe];
|
|
38941
38935
|
var qe = Fe.composedPath ? Fe.composedPath()[0] : Fe.target, Ie = function(Ge, Ze) {
|
|
38942
38936
|
if (!Se || Ze.getRootNode() === document)
|
|
@@ -38956,8 +38950,8 @@ function requireQuill() {
|
|
|
38956
38950
|
}
|
|
38957
38951
|
}, {
|
|
38958
38952
|
key: "listenDOM",
|
|
38959
|
-
value: function(Fe,
|
|
38960
|
-
this.listeners[Fe] || (this.listeners[Fe] = []), this.listeners[Fe].push({ node:
|
|
38953
|
+
value: function(Fe, Be, Pe) {
|
|
38954
|
+
this.listeners[Fe] || (this.listeners[Fe] = []), this.listeners[Fe].push({ node: Be, handler: Pe });
|
|
38961
38955
|
}
|
|
38962
38956
|
}]), Le;
|
|
38963
38957
|
})(ue.default);
|
|
@@ -39089,10 +39083,10 @@ function requireQuill() {
|
|
|
39089
39083
|
value: !0
|
|
39090
39084
|
}), re.default = re.Code = void 0;
|
|
39091
39085
|
var oe = /* @__PURE__ */ (function() {
|
|
39092
|
-
function Fe(
|
|
39086
|
+
function Fe(Be, Pe) {
|
|
39093
39087
|
var Oe = [], qe = !0, Ie = !1, Ne = void 0;
|
|
39094
39088
|
try {
|
|
39095
|
-
for (var Ge =
|
|
39089
|
+
for (var Ge = Be[Symbol.iterator](), Ze; !(qe = (Ze = Ge.next()).done) && (Oe.push(Ze.value), !(Pe && Oe.length === Pe)); qe = !0)
|
|
39096
39090
|
;
|
|
39097
39091
|
} catch (Ke) {
|
|
39098
39092
|
Ie = !0, Ne = Ke;
|
|
@@ -39105,28 +39099,28 @@ function requireQuill() {
|
|
|
39105
39099
|
}
|
|
39106
39100
|
return Oe;
|
|
39107
39101
|
}
|
|
39108
|
-
return function(
|
|
39109
|
-
if (Array.isArray(
|
|
39110
|
-
return
|
|
39111
|
-
if (Symbol.iterator in Object(
|
|
39112
|
-
return Fe(
|
|
39102
|
+
return function(Be, Pe) {
|
|
39103
|
+
if (Array.isArray(Be))
|
|
39104
|
+
return Be;
|
|
39105
|
+
if (Symbol.iterator in Object(Be))
|
|
39106
|
+
return Fe(Be, Pe);
|
|
39113
39107
|
throw new TypeError("Invalid attempt to destructure non-iterable instance");
|
|
39114
39108
|
};
|
|
39115
39109
|
})(), de = /* @__PURE__ */ (function() {
|
|
39116
|
-
function Fe(
|
|
39110
|
+
function Fe(Be, Pe) {
|
|
39117
39111
|
for (var Oe = 0; Oe < Pe.length; Oe++) {
|
|
39118
39112
|
var qe = Pe[Oe];
|
|
39119
|
-
qe.enumerable = qe.enumerable || !1, qe.configurable = !0, "value" in qe && (qe.writable = !0), Object.defineProperty(
|
|
39113
|
+
qe.enumerable = qe.enumerable || !1, qe.configurable = !0, "value" in qe && (qe.writable = !0), Object.defineProperty(Be, qe.key, qe);
|
|
39120
39114
|
}
|
|
39121
39115
|
}
|
|
39122
|
-
return function(
|
|
39123
|
-
return Pe && Fe(
|
|
39116
|
+
return function(Be, Pe, Oe) {
|
|
39117
|
+
return Pe && Fe(Be.prototype, Pe), Oe && Fe(Be, Oe), Be;
|
|
39124
39118
|
};
|
|
39125
|
-
})(), ce = function Fe(
|
|
39126
|
-
|
|
39127
|
-
var qe = Object.getOwnPropertyDescriptor(
|
|
39119
|
+
})(), ce = function Fe(Be, Pe, Oe) {
|
|
39120
|
+
Be === null && (Be = Function.prototype);
|
|
39121
|
+
var qe = Object.getOwnPropertyDescriptor(Be, Pe);
|
|
39128
39122
|
if (qe === void 0) {
|
|
39129
|
-
var Ie = Object.getPrototypeOf(
|
|
39123
|
+
var Ie = Object.getPrototypeOf(Be);
|
|
39130
39124
|
return Ie === null ? void 0 : Fe(Ie, Pe, Oe);
|
|
39131
39125
|
} else {
|
|
39132
39126
|
if ("value" in qe)
|
|
@@ -39138,34 +39132,34 @@ function requireQuill() {
|
|
|
39138
39132
|
function Ce(Fe) {
|
|
39139
39133
|
return Fe && Fe.__esModule ? Fe : { default: Fe };
|
|
39140
39134
|
}
|
|
39141
|
-
function Se(Fe,
|
|
39142
|
-
if (!(Fe instanceof
|
|
39135
|
+
function Se(Fe, Be) {
|
|
39136
|
+
if (!(Fe instanceof Be))
|
|
39143
39137
|
throw new TypeError("Cannot call a class as a function");
|
|
39144
39138
|
}
|
|
39145
|
-
function we(Fe,
|
|
39139
|
+
function we(Fe, Be) {
|
|
39146
39140
|
if (!Fe)
|
|
39147
39141
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
39148
|
-
return
|
|
39142
|
+
return Be && (typeof Be == "object" || typeof Be == "function") ? Be : Fe;
|
|
39149
39143
|
}
|
|
39150
|
-
function Ae(Fe,
|
|
39151
|
-
if (typeof
|
|
39152
|
-
throw new TypeError("Super expression must either be null or a function, not " + typeof
|
|
39153
|
-
Fe.prototype = Object.create(
|
|
39144
|
+
function Ae(Fe, Be) {
|
|
39145
|
+
if (typeof Be != "function" && Be !== null)
|
|
39146
|
+
throw new TypeError("Super expression must either be null or a function, not " + typeof Be);
|
|
39147
|
+
Fe.prototype = Object.create(Be && Be.prototype, { constructor: { value: Fe, enumerable: !1, writable: !0, configurable: !0 } }), Be && (Object.setPrototypeOf ? Object.setPrototypeOf(Fe, Be) : Fe.__proto__ = Be);
|
|
39154
39148
|
}
|
|
39155
39149
|
var Le = (function(Fe) {
|
|
39156
|
-
Ae(
|
|
39157
|
-
function
|
|
39158
|
-
return Se(this,
|
|
39150
|
+
Ae(Be, Fe);
|
|
39151
|
+
function Be() {
|
|
39152
|
+
return Se(this, Be), we(this, (Be.__proto__ || Object.getPrototypeOf(Be)).apply(this, arguments));
|
|
39159
39153
|
}
|
|
39160
|
-
return
|
|
39154
|
+
return Be;
|
|
39161
39155
|
})(me.default);
|
|
39162
39156
|
Le.blotName = "code", Le.tagName = "CODE";
|
|
39163
39157
|
var ze = (function(Fe) {
|
|
39164
|
-
Ae(
|
|
39165
|
-
function
|
|
39166
|
-
return Se(this,
|
|
39158
|
+
Ae(Be, Fe);
|
|
39159
|
+
function Be() {
|
|
39160
|
+
return Se(this, Be), we(this, (Be.__proto__ || Object.getPrototypeOf(Be)).apply(this, arguments));
|
|
39167
39161
|
}
|
|
39168
|
-
return de(
|
|
39162
|
+
return de(Be, [{
|
|
39169
39163
|
key: "delta",
|
|
39170
39164
|
value: function() {
|
|
39171
39165
|
var Oe = this, qe = this.domNode.textContent;
|
|
@@ -39181,7 +39175,7 @@ function requireQuill() {
|
|
|
39181
39175
|
value: function(Oe, qe) {
|
|
39182
39176
|
if (!(Oe === this.statics.blotName && qe)) {
|
|
39183
39177
|
var Ie = this.descendant(ye.default, this.length() - 1), Ne = oe(Ie, 1), Ge = Ne[0];
|
|
39184
|
-
Ge?.deleteAt(Ge.length() - 1, 1), ce(
|
|
39178
|
+
Ge?.deleteAt(Ge.length() - 1, 1), ce(Be.prototype.__proto__ || Object.getPrototypeOf(Be.prototype), "format", this).call(this, Oe, qe);
|
|
39185
39179
|
}
|
|
39186
39180
|
}
|
|
39187
39181
|
}, {
|
|
@@ -39191,7 +39185,7 @@ function requireQuill() {
|
|
|
39191
39185
|
var Ge = this.newlineIndex(Oe);
|
|
39192
39186
|
if (!(Ge < 0 || Ge >= Oe + qe)) {
|
|
39193
39187
|
var Ze = this.newlineIndex(Oe, !0) + 1, Ke = Ge - Ze + 1, bt = this.isolate(Ze, Ke), Je = bt.next;
|
|
39194
|
-
bt.format(Ie, Ne), Je instanceof
|
|
39188
|
+
bt.format(Ie, Ne), Je instanceof Be && Je.formatAt(0, Oe - Ze + qe - Ke, Ie, Ne);
|
|
39195
39189
|
}
|
|
39196
39190
|
}
|
|
39197
39191
|
}
|
|
@@ -39226,14 +39220,14 @@ function requireQuill() {
|
|
|
39226
39220
|
value: function(Oe) {
|
|
39227
39221
|
this.domNode.textContent.endsWith(`
|
|
39228
39222
|
`) || this.appendChild(fe.default.create("text", `
|
|
39229
|
-
`)), ce(
|
|
39223
|
+
`)), ce(Be.prototype.__proto__ || Object.getPrototypeOf(Be.prototype), "optimize", this).call(this, Oe);
|
|
39230
39224
|
var qe = this.next;
|
|
39231
39225
|
qe != null && qe.prev === this && qe.statics.blotName === this.statics.blotName && this.statics.formats(this.domNode) === qe.statics.formats(qe.domNode) && (qe.optimize(Oe), qe.moveChildren(this), qe.remove());
|
|
39232
39226
|
}
|
|
39233
39227
|
}, {
|
|
39234
39228
|
key: "replace",
|
|
39235
39229
|
value: function(Oe) {
|
|
39236
|
-
ce(
|
|
39230
|
+
ce(Be.prototype.__proto__ || Object.getPrototypeOf(Be.prototype), "replace", this).call(this, Oe), [].slice.call(this.domNode.querySelectorAll("*")).forEach(function(qe) {
|
|
39237
39231
|
var Ie = fe.default.find(qe);
|
|
39238
39232
|
Ie == null ? qe.parentNode.removeChild(qe) : Ie instanceof fe.default.Embed ? Ie.remove() : Ie.unwrap();
|
|
39239
39233
|
});
|
|
@@ -39241,7 +39235,7 @@ function requireQuill() {
|
|
|
39241
39235
|
}], [{
|
|
39242
39236
|
key: "create",
|
|
39243
39237
|
value: function(Oe) {
|
|
39244
|
-
var qe = ce(
|
|
39238
|
+
var qe = ce(Be.__proto__ || Object.getPrototypeOf(Be), "create", this).call(this, Oe);
|
|
39245
39239
|
return qe.setAttribute("spellcheck", !1), qe;
|
|
39246
39240
|
}
|
|
39247
39241
|
}, {
|
|
@@ -39249,7 +39243,7 @@ function requireQuill() {
|
|
|
39249
39243
|
value: function() {
|
|
39250
39244
|
return !0;
|
|
39251
39245
|
}
|
|
39252
|
-
}]),
|
|
39246
|
+
}]), Be;
|
|
39253
39247
|
})(ge.default);
|
|
39254
39248
|
ze.blotName = "code-block", ze.tagName = "PRE", ze.TAB = " ", re.Code = Le, re.default = ze;
|
|
39255
39249
|
}),
|
|
@@ -39265,15 +39259,15 @@ function requireQuill() {
|
|
|
39265
39259
|
return Je && typeof Symbol == "function" && Je.constructor === Symbol && Je !== Symbol.prototype ? "symbol" : typeof Je;
|
|
39266
39260
|
}, de = /* @__PURE__ */ (function() {
|
|
39267
39261
|
function Je(Ye, Me) {
|
|
39268
|
-
var We = [],
|
|
39262
|
+
var We = [], je = !0, Xe = !1, tt = void 0;
|
|
39269
39263
|
try {
|
|
39270
|
-
for (var Ue = Ye[Symbol.iterator](), Qe; !(
|
|
39264
|
+
for (var Ue = Ye[Symbol.iterator](), Qe; !(je = (Qe = Ue.next()).done) && (We.push(Qe.value), !(Me && We.length === Me)); je = !0)
|
|
39271
39265
|
;
|
|
39272
39266
|
} catch (nt) {
|
|
39273
39267
|
Xe = !0, tt = nt;
|
|
39274
39268
|
} finally {
|
|
39275
39269
|
try {
|
|
39276
|
-
!
|
|
39270
|
+
!je && Ue.return && Ue.return();
|
|
39277
39271
|
} finally {
|
|
39278
39272
|
if (Xe) throw tt;
|
|
39279
39273
|
}
|
|
@@ -39290,14 +39284,14 @@ function requireQuill() {
|
|
|
39290
39284
|
})(), ce = /* @__PURE__ */ (function() {
|
|
39291
39285
|
function Je(Ye, Me) {
|
|
39292
39286
|
for (var We = 0; We < Me.length; We++) {
|
|
39293
|
-
var
|
|
39294
|
-
|
|
39287
|
+
var je = Me[We];
|
|
39288
|
+
je.enumerable = je.enumerable || !1, je.configurable = !0, "value" in je && (je.writable = !0), Object.defineProperty(Ye, je.key, je);
|
|
39295
39289
|
}
|
|
39296
39290
|
}
|
|
39297
39291
|
return function(Ye, Me, We) {
|
|
39298
39292
|
return Me && Je(Ye.prototype, Me), We && Je(Ye, We), Ye;
|
|
39299
39293
|
};
|
|
39300
|
-
})(), ue = ne(2), he = qe(ue), pe = ne(20), fe = qe(pe), be = ne(0), ge = qe(be), ve = ne(13), me = qe(ve), _e = ne(24), ye = qe(_e), Ce = ne(4), Se = qe(Ce), we = ne(16), Ae = qe(we), Le = ne(21), ze = qe(Le), Fe = ne(11),
|
|
39294
|
+
})(), ue = ne(2), he = qe(ue), pe = ne(20), fe = qe(pe), be = ne(0), ge = qe(be), ve = ne(13), me = qe(ve), _e = ne(24), ye = qe(_e), Ce = ne(4), Se = qe(Ce), we = ne(16), Ae = qe(we), Le = ne(21), ze = qe(Le), Fe = ne(11), Be = qe(Fe), Pe = ne(3), Oe = qe(Pe);
|
|
39301
39295
|
function qe(Je) {
|
|
39302
39296
|
return Je && Je.__esModule ? Je : { default: Je };
|
|
39303
39297
|
}
|
|
@@ -39315,7 +39309,7 @@ function requireQuill() {
|
|
|
39315
39309
|
return ce(Je, [{
|
|
39316
39310
|
key: "applyDelta",
|
|
39317
39311
|
value: function(Me) {
|
|
39318
|
-
var We = this,
|
|
39312
|
+
var We = this, je = !1;
|
|
39319
39313
|
this.scroll.update();
|
|
39320
39314
|
var Xe = this.scroll.length();
|
|
39321
39315
|
return this.scroll.batchStart(), Me = bt(Me), Me.reduce(function(tt, Ue) {
|
|
@@ -39324,8 +39318,8 @@ function requireQuill() {
|
|
|
39324
39318
|
if (typeof Ue.insert == "string") {
|
|
39325
39319
|
var ot = Ue.insert;
|
|
39326
39320
|
ot.endsWith(`
|
|
39327
|
-
`) &&
|
|
39328
|
-
`) && (
|
|
39321
|
+
`) && je && (je = !1, ot = ot.slice(0, -1)), tt >= Xe && !ot.endsWith(`
|
|
39322
|
+
`) && (je = !0), We.scroll.insertAt(tt, ot);
|
|
39329
39323
|
var yt = We.scroll.line(tt), Ct = de(yt, 2), Pt = Ct[0], qt = Ct[1], Nt = (0, Oe.default)({}, (0, Ce.bubbleFormats)(Pt));
|
|
39330
39324
|
if (Pt instanceof Se.default) {
|
|
39331
39325
|
var Ut = Pt.descendant(ge.default.Leaf, qt), ns = de(Ut, 1), Xt = ns[0];
|
|
@@ -39354,16 +39348,16 @@ function requireQuill() {
|
|
|
39354
39348
|
}, {
|
|
39355
39349
|
key: "formatLine",
|
|
39356
39350
|
value: function(Me, We) {
|
|
39357
|
-
var
|
|
39351
|
+
var je = this, Xe = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
39358
39352
|
return this.scroll.update(), Object.keys(Xe).forEach(function(tt) {
|
|
39359
|
-
if (!(
|
|
39360
|
-
var Ue =
|
|
39353
|
+
if (!(je.scroll.whitelist != null && !je.scroll.whitelist[tt])) {
|
|
39354
|
+
var Ue = je.scroll.lines(Me, Math.max(We, 1)), Qe = We;
|
|
39361
39355
|
Ue.forEach(function(nt) {
|
|
39362
39356
|
var ot = nt.length();
|
|
39363
39357
|
if (!(nt instanceof me.default))
|
|
39364
39358
|
nt.format(tt, Xe[tt]);
|
|
39365
39359
|
else {
|
|
39366
|
-
var yt = Me - nt.offset(
|
|
39360
|
+
var yt = Me - nt.offset(je.scroll), Ct = nt.newlineIndex(yt + Qe) - yt + 1;
|
|
39367
39361
|
nt.formatAt(yt, Ct, tt, Xe[tt]);
|
|
39368
39362
|
}
|
|
39369
39363
|
Qe -= ot;
|
|
@@ -39374,9 +39368,9 @@ function requireQuill() {
|
|
|
39374
39368
|
}, {
|
|
39375
39369
|
key: "formatText",
|
|
39376
39370
|
value: function(Me, We) {
|
|
39377
|
-
var
|
|
39371
|
+
var je = this, Xe = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
39378
39372
|
return Object.keys(Xe).forEach(function(tt) {
|
|
39379
|
-
|
|
39373
|
+
je.scroll.formatAt(Me, We, tt, Xe[tt]);
|
|
39380
39374
|
}), this.update(new he.default().retain(Me).retain(We, (0, ze.default)(Xe)));
|
|
39381
39375
|
}
|
|
39382
39376
|
}, {
|
|
@@ -39394,12 +39388,12 @@ function requireQuill() {
|
|
|
39394
39388
|
}, {
|
|
39395
39389
|
key: "getFormat",
|
|
39396
39390
|
value: function(Me) {
|
|
39397
|
-
var We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0,
|
|
39391
|
+
var We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, je = [], Xe = [];
|
|
39398
39392
|
We === 0 ? this.scroll.path(Me).forEach(function(Ue) {
|
|
39399
39393
|
var Qe = de(Ue, 1), nt = Qe[0];
|
|
39400
|
-
nt instanceof Se.default ?
|
|
39401
|
-
}) : (
|
|
39402
|
-
var tt = [
|
|
39394
|
+
nt instanceof Se.default ? je.push(nt) : nt instanceof ge.default.Leaf && Xe.push(nt);
|
|
39395
|
+
}) : (je = this.scroll.lines(Me, We), Xe = this.scroll.descendants(ge.default.Leaf, Me, We));
|
|
39396
|
+
var tt = [je, Xe].map(function(Ue) {
|
|
39403
39397
|
if (Ue.length === 0) return {};
|
|
39404
39398
|
for (var Qe = (0, Ce.bubbleFormats)(Ue.shift()); Object.keys(Qe).length > 0; ) {
|
|
39405
39399
|
var nt = Ue.shift();
|
|
@@ -39413,25 +39407,25 @@ function requireQuill() {
|
|
|
39413
39407
|
}, {
|
|
39414
39408
|
key: "getText",
|
|
39415
39409
|
value: function(Me, We) {
|
|
39416
|
-
return this.getContents(Me, We).filter(function(
|
|
39417
|
-
return typeof
|
|
39418
|
-
}).map(function(
|
|
39419
|
-
return
|
|
39410
|
+
return this.getContents(Me, We).filter(function(je) {
|
|
39411
|
+
return typeof je.insert == "string";
|
|
39412
|
+
}).map(function(je) {
|
|
39413
|
+
return je.insert;
|
|
39420
39414
|
}).join("");
|
|
39421
39415
|
}
|
|
39422
39416
|
}, {
|
|
39423
39417
|
key: "insertEmbed",
|
|
39424
|
-
value: function(Me, We,
|
|
39425
|
-
return this.scroll.insertAt(Me, We,
|
|
39418
|
+
value: function(Me, We, je) {
|
|
39419
|
+
return this.scroll.insertAt(Me, We, je), this.update(new he.default().retain(Me).insert(Ie({}, We, je)));
|
|
39426
39420
|
}
|
|
39427
39421
|
}, {
|
|
39428
39422
|
key: "insertText",
|
|
39429
39423
|
value: function(Me, We) {
|
|
39430
|
-
var
|
|
39424
|
+
var je = this, Xe = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
39431
39425
|
return We = We.replace(/\r\n/g, `
|
|
39432
39426
|
`).replace(/\r/g, `
|
|
39433
39427
|
`), this.scroll.insertAt(Me, We), Object.keys(Xe).forEach(function(tt) {
|
|
39434
|
-
|
|
39428
|
+
je.scroll.formatAt(Me, We.length, tt, Xe[tt]);
|
|
39435
39429
|
}), this.update(new he.default().retain(Me).insert(We, (0, ze.default)(Xe)));
|
|
39436
39430
|
}
|
|
39437
39431
|
}, {
|
|
@@ -39445,23 +39439,23 @@ function requireQuill() {
|
|
|
39445
39439
|
}, {
|
|
39446
39440
|
key: "removeFormat",
|
|
39447
39441
|
value: function(Me, We) {
|
|
39448
|
-
var
|
|
39442
|
+
var je = this.getText(Me, We), Xe = this.scroll.line(Me + We), tt = de(Xe, 2), Ue = tt[0], Qe = tt[1], nt = 0, ot = new he.default();
|
|
39449
39443
|
Ue != null && (Ue instanceof me.default ? nt = Ue.newlineIndex(Qe) - Qe + 1 : nt = Ue.length() - Qe, ot = Ue.delta().slice(Qe, Qe + nt - 1).insert(`
|
|
39450
39444
|
`));
|
|
39451
|
-
var yt = this.getContents(Me, We + nt), Ct = yt.diff(new he.default().insert(
|
|
39445
|
+
var yt = this.getContents(Me, We + nt), Ct = yt.diff(new he.default().insert(je).concat(ot)), Pt = new he.default().retain(Me).concat(Ct);
|
|
39452
39446
|
return this.applyDelta(Pt);
|
|
39453
39447
|
}
|
|
39454
39448
|
}, {
|
|
39455
39449
|
key: "update",
|
|
39456
39450
|
value: function(Me) {
|
|
39457
|
-
var We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [],
|
|
39451
|
+
var We = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [], je = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : void 0, Xe = this.delta;
|
|
39458
39452
|
if (We.length === 1 && We[0].type === "characterData" && We[0].target.data.match(Ge) && ge.default.find(We[0].target)) {
|
|
39459
|
-
var tt = ge.default.find(We[0].target), Ue = (0, Ce.bubbleFormats)(tt), Qe = tt.offset(this.scroll), nt = We[0].oldValue.replace(ye.default.CONTENTS, ""), ot = new he.default().insert(nt), yt = new he.default().insert(tt.value()), Ct = new he.default().retain(Qe).concat(ot.diff(yt,
|
|
39453
|
+
var tt = ge.default.find(We[0].target), Ue = (0, Ce.bubbleFormats)(tt), Qe = tt.offset(this.scroll), nt = We[0].oldValue.replace(ye.default.CONTENTS, ""), ot = new he.default().insert(nt), yt = new he.default().insert(tt.value()), Ct = new he.default().retain(Qe).concat(ot.diff(yt, je));
|
|
39460
39454
|
Me = Ct.reduce(function(Pt, qt) {
|
|
39461
39455
|
return qt.insert ? Pt.insert(qt.insert, Ue) : Pt.push(qt);
|
|
39462
39456
|
}, new he.default()), this.delta = Xe.compose(Me);
|
|
39463
39457
|
} else
|
|
39464
|
-
this.delta = this.getDelta(), (!Me || !(0,
|
|
39458
|
+
this.delta = this.getDelta(), (!Me || !(0, Be.default)(Xe.compose(Me), this.delta)) && (Me = Xe.diff(this.delta, je));
|
|
39465
39459
|
return Me;
|
|
39466
39460
|
}
|
|
39467
39461
|
}]), Je;
|
|
@@ -39478,10 +39472,10 @@ function requireQuill() {
|
|
|
39478
39472
|
return delete We.image, Ye.insert({ image: Me.attributes.image }, We);
|
|
39479
39473
|
}
|
|
39480
39474
|
if (Me.attributes != null && (Me.attributes.list === !0 || Me.attributes.bullet === !0) && (Me = (0, ze.default)(Me), Me.attributes.list ? Me.attributes.list = "ordered" : (Me.attributes.list = "bullet", delete Me.attributes.bullet)), typeof Me.insert == "string") {
|
|
39481
|
-
var
|
|
39475
|
+
var je = Me.insert.replace(/\r\n/g, `
|
|
39482
39476
|
`).replace(/\r/g, `
|
|
39483
39477
|
`);
|
|
39484
|
-
return Ye.insert(
|
|
39478
|
+
return Ye.insert(je, Me.attributes);
|
|
39485
39479
|
}
|
|
39486
39480
|
return Ye.push(Me);
|
|
39487
39481
|
}, new he.default());
|
|
@@ -39495,7 +39489,7 @@ function requireQuill() {
|
|
|
39495
39489
|
value: !0
|
|
39496
39490
|
}), re.default = re.Range = void 0;
|
|
39497
39491
|
var oe = /* @__PURE__ */ (function() {
|
|
39498
|
-
function
|
|
39492
|
+
function Be(Pe, Oe) {
|
|
39499
39493
|
var qe = [], Ie = !0, Ne = !1, Ge = void 0;
|
|
39500
39494
|
try {
|
|
39501
39495
|
for (var Ze = Pe[Symbol.iterator](), Ke; !(Ie = (Ke = Ze.next()).done) && (qe.push(Ke.value), !(Oe && qe.length === Oe)); Ie = !0)
|
|
@@ -39515,42 +39509,42 @@ function requireQuill() {
|
|
|
39515
39509
|
if (Array.isArray(Pe))
|
|
39516
39510
|
return Pe;
|
|
39517
39511
|
if (Symbol.iterator in Object(Pe))
|
|
39518
|
-
return
|
|
39512
|
+
return Be(Pe, Oe);
|
|
39519
39513
|
throw new TypeError("Invalid attempt to destructure non-iterable instance");
|
|
39520
39514
|
};
|
|
39521
39515
|
})(), de = /* @__PURE__ */ (function() {
|
|
39522
|
-
function
|
|
39516
|
+
function Be(Pe, Oe) {
|
|
39523
39517
|
for (var qe = 0; qe < Oe.length; qe++) {
|
|
39524
39518
|
var Ie = Oe[qe];
|
|
39525
39519
|
Ie.enumerable = Ie.enumerable || !1, Ie.configurable = !0, "value" in Ie && (Ie.writable = !0), Object.defineProperty(Pe, Ie.key, Ie);
|
|
39526
39520
|
}
|
|
39527
39521
|
}
|
|
39528
39522
|
return function(Pe, Oe, qe) {
|
|
39529
|
-
return Oe &&
|
|
39523
|
+
return Oe && Be(Pe.prototype, Oe), qe && Be(Pe, qe), Pe;
|
|
39530
39524
|
};
|
|
39531
39525
|
})(), ce = ne(0), ue = Ce(ce), he = ne(21), pe = Ce(he), fe = ne(11), be = Ce(fe), ge = ne(8), ve = Ce(ge), me = ne(10), _e = Ce(me), ye = ne(34);
|
|
39532
|
-
function Ce(
|
|
39533
|
-
return
|
|
39526
|
+
function Ce(Be) {
|
|
39527
|
+
return Be && Be.__esModule ? Be : { default: Be };
|
|
39534
39528
|
}
|
|
39535
|
-
function Se(
|
|
39536
|
-
if (Array.isArray(
|
|
39537
|
-
for (var Pe = 0, Oe = Array(
|
|
39538
|
-
Oe[Pe] =
|
|
39529
|
+
function Se(Be) {
|
|
39530
|
+
if (Array.isArray(Be)) {
|
|
39531
|
+
for (var Pe = 0, Oe = Array(Be.length); Pe < Be.length; Pe++)
|
|
39532
|
+
Oe[Pe] = Be[Pe];
|
|
39539
39533
|
return Oe;
|
|
39540
39534
|
} else
|
|
39541
|
-
return Array.from(
|
|
39535
|
+
return Array.from(Be);
|
|
39542
39536
|
}
|
|
39543
|
-
function we(
|
|
39544
|
-
if (!(
|
|
39537
|
+
function we(Be, Pe) {
|
|
39538
|
+
if (!(Be instanceof Pe))
|
|
39545
39539
|
throw new TypeError("Cannot call a class as a function");
|
|
39546
39540
|
}
|
|
39547
|
-
var Ae = (0, _e.default)("quill:selection"), Le = function
|
|
39541
|
+
var Ae = (0, _e.default)("quill:selection"), Le = function Be(Pe) {
|
|
39548
39542
|
var Oe = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
|
|
39549
|
-
we(this,
|
|
39543
|
+
we(this, Be), this.index = Pe, this.length = Oe;
|
|
39550
39544
|
}, ze = (function() {
|
|
39551
|
-
function
|
|
39545
|
+
function Be(Pe, Oe) {
|
|
39552
39546
|
var qe = this;
|
|
39553
|
-
we(this,
|
|
39547
|
+
we(this, Be), this.emitter = Oe, this.scroll = Pe, this.composing = !1, this.mouseDown = !1, this.root = this.scroll.domNode, this.rootDocument = this.root.getRootNode ? this.root.getRootNode() : document, this.cursor = ue.default.create("cursor", this), this.lastRange = this.savedRange = new Le(0, 0), this.handleComposition(), this.handleDragging(), this.emitter.listenDOM(ye.SHADOW_SELECTIONCHANGE, document, function() {
|
|
39554
39548
|
qe.mouseDown || setTimeout(qe.update.bind(qe, ve.default.sources.USER), 1);
|
|
39555
39549
|
}), this.emitter.on(ve.default.events.EDITOR_CHANGE, function(Ie, Ne) {
|
|
39556
39550
|
Ie === ve.default.events.TEXT_CHANGE && Ne.length() > 0 && qe.update(ve.default.sources.SILENT);
|
|
@@ -39571,7 +39565,7 @@ function requireQuill() {
|
|
|
39571
39565
|
}
|
|
39572
39566
|
}), this.update(ve.default.sources.SILENT);
|
|
39573
39567
|
}
|
|
39574
|
-
return de(
|
|
39568
|
+
return de(Be, [{
|
|
39575
39569
|
key: "handleComposition",
|
|
39576
39570
|
value: function() {
|
|
39577
39571
|
var Oe = this;
|
|
@@ -39635,8 +39629,8 @@ function requireQuill() {
|
|
|
39635
39629
|
var Me = document.createRange();
|
|
39636
39630
|
if (qe > 0) {
|
|
39637
39631
|
Me.setStart(Ne, bt);
|
|
39638
|
-
var We = this.scroll.leaf(Oe + qe),
|
|
39639
|
-
if (Ke =
|
|
39632
|
+
var We = this.scroll.leaf(Oe + qe), je = oe(We, 2);
|
|
39633
|
+
if (Ke = je[0], bt = je[1], Ke == null) return null;
|
|
39640
39634
|
var Xe = Ke.position(bt, !0), tt = oe(Xe, 2);
|
|
39641
39635
|
return Ne = tt[0], bt = tt[1], Me.setEnd(Ne, bt), Me.getBoundingClientRect();
|
|
39642
39636
|
} else {
|
|
@@ -39710,7 +39704,7 @@ function requireQuill() {
|
|
|
39710
39704
|
var qe = this, Ie = Oe.collapsed ? [Oe.index] : [Oe.index, Oe.index + Oe.length], Ne = [], Ge = this.scroll.length();
|
|
39711
39705
|
return Ie.forEach(function(Ze, Ke) {
|
|
39712
39706
|
Ze = Math.min(Ge - 1, Ze);
|
|
39713
|
-
var bt = void 0, Je = qe.scroll.leaf(Ze), Ye = oe(Je, 2), Me = Ye[0], We = Ye[1],
|
|
39707
|
+
var bt = void 0, Je = qe.scroll.leaf(Ze), Ye = oe(Je, 2), Me = Ye[0], We = Ye[1], je = Me.position(We, Ke !== 0), Xe = oe(je, 2);
|
|
39714
39708
|
bt = Xe[0], We = Xe[1], Ne.push(bt, We);
|
|
39715
39709
|
}), Ne.length < 2 && (Ne = Ne.concat(Ne)), Ne;
|
|
39716
39710
|
}
|
|
@@ -39777,15 +39771,15 @@ function requireQuill() {
|
|
|
39777
39771
|
}
|
|
39778
39772
|
}
|
|
39779
39773
|
}
|
|
39780
|
-
}]),
|
|
39774
|
+
}]), Be;
|
|
39781
39775
|
})();
|
|
39782
|
-
function Fe(
|
|
39776
|
+
function Fe(Be, Pe) {
|
|
39783
39777
|
try {
|
|
39784
39778
|
Pe.parentNode;
|
|
39785
39779
|
} catch {
|
|
39786
39780
|
return !1;
|
|
39787
39781
|
}
|
|
39788
|
-
return Pe instanceof Text && (Pe = Pe.parentNode),
|
|
39782
|
+
return Pe instanceof Text && (Pe = Pe.parentNode), Be.contains(Pe);
|
|
39789
39783
|
}
|
|
39790
39784
|
re.Range = Le, re.default = ze;
|
|
39791
39785
|
}),
|
|
@@ -40213,10 +40207,10 @@ function requireQuill() {
|
|
|
40213
40207
|
typeof _e == "object" && (ye = _e.depth, Ce = _e.prototype, Se = _e.includeNonEnumerable, _e = _e.circular);
|
|
40214
40208
|
var we = [], Ae = [], Le = typeof Buffer < "u";
|
|
40215
40209
|
typeof _e > "u" && (_e = !0), typeof ye > "u" && (ye = 1 / 0);
|
|
40216
|
-
function ze(Fe,
|
|
40210
|
+
function ze(Fe, Be) {
|
|
40217
40211
|
if (Fe === null)
|
|
40218
40212
|
return null;
|
|
40219
|
-
if (
|
|
40213
|
+
if (Be === 0)
|
|
40220
40214
|
return Fe;
|
|
40221
40215
|
var Pe, Oe;
|
|
40222
40216
|
if (typeof Fe != "object")
|
|
@@ -40228,9 +40222,9 @@ function requireQuill() {
|
|
|
40228
40222
|
else if (oe(Fe, ue))
|
|
40229
40223
|
Pe = new ue(function(Ye, Me) {
|
|
40230
40224
|
Fe.then(function(We) {
|
|
40231
|
-
Ye(ze(We,
|
|
40225
|
+
Ye(ze(We, Be - 1));
|
|
40232
40226
|
}, function(We) {
|
|
40233
|
-
Me(ze(We,
|
|
40227
|
+
Me(ze(We, Be - 1));
|
|
40234
40228
|
});
|
|
40235
40229
|
});
|
|
40236
40230
|
else if (he.__isArray(Fe))
|
|
@@ -40251,27 +40245,27 @@ function requireQuill() {
|
|
|
40251
40245
|
we.push(Fe), Ae.push(Pe);
|
|
40252
40246
|
}
|
|
40253
40247
|
oe(Fe, de) && Fe.forEach(function(Ye, Me) {
|
|
40254
|
-
var We = ze(Me,
|
|
40255
|
-
Pe.set(We,
|
|
40248
|
+
var We = ze(Me, Be - 1), je = ze(Ye, Be - 1);
|
|
40249
|
+
Pe.set(We, je);
|
|
40256
40250
|
}), oe(Fe, ce) && Fe.forEach(function(Ye) {
|
|
40257
|
-
var Me = ze(Ye,
|
|
40251
|
+
var Me = ze(Ye, Be - 1);
|
|
40258
40252
|
Pe.add(Me);
|
|
40259
40253
|
});
|
|
40260
40254
|
for (var Ie in Fe) {
|
|
40261
40255
|
var Ne;
|
|
40262
|
-
Oe && (Ne = Object.getOwnPropertyDescriptor(Oe, Ie)), !(Ne && Ne.set == null) && (Pe[Ie] = ze(Fe[Ie],
|
|
40256
|
+
Oe && (Ne = Object.getOwnPropertyDescriptor(Oe, Ie)), !(Ne && Ne.set == null) && (Pe[Ie] = ze(Fe[Ie], Be - 1));
|
|
40263
40257
|
}
|
|
40264
40258
|
if (Object.getOwnPropertySymbols)
|
|
40265
40259
|
for (var Ge = Object.getOwnPropertySymbols(Fe), Ie = 0; Ie < Ge.length; Ie++) {
|
|
40266
40260
|
var Ze = Ge[Ie], Ke = Object.getOwnPropertyDescriptor(Fe, Ze);
|
|
40267
|
-
Ke && !Ke.enumerable && !Se || (Pe[Ze] = ze(Fe[Ze],
|
|
40261
|
+
Ke && !Ke.enumerable && !Se || (Pe[Ze] = ze(Fe[Ze], Be - 1), Ke.enumerable || Object.defineProperty(Pe, Ze, {
|
|
40268
40262
|
enumerable: !1
|
|
40269
40263
|
}));
|
|
40270
40264
|
}
|
|
40271
40265
|
if (Se)
|
|
40272
40266
|
for (var bt = Object.getOwnPropertyNames(Fe), Ie = 0; Ie < bt.length; Ie++) {
|
|
40273
40267
|
var Je = bt[Ie], Ke = Object.getOwnPropertyDescriptor(Fe, Je);
|
|
40274
|
-
Ke && Ke.enumerable || (Pe[Je] = ze(Fe[Je],
|
|
40268
|
+
Ke && Ke.enumerable || (Pe[Je] = ze(Fe[Je], Be - 1), Object.defineProperty(Pe, Je, {
|
|
40275
40269
|
enumerable: !1
|
|
40276
40270
|
}));
|
|
40277
40271
|
}
|
|
@@ -40383,7 +40377,7 @@ function requireQuill() {
|
|
|
40383
40377
|
function Fe(Pe) {
|
|
40384
40378
|
return Pe instanceof ge.default || Pe instanceof be.BlockEmbed;
|
|
40385
40379
|
}
|
|
40386
|
-
var
|
|
40380
|
+
var Be = (function(Pe) {
|
|
40387
40381
|
ze(Oe, Pe);
|
|
40388
40382
|
function Oe(qe, Ie) {
|
|
40389
40383
|
Ae(this, Oe);
|
|
@@ -40419,8 +40413,8 @@ function requireQuill() {
|
|
|
40419
40413
|
return;
|
|
40420
40414
|
}
|
|
40421
40415
|
} else if (Me instanceof ye.default) {
|
|
40422
|
-
var
|
|
40423
|
-
|
|
40416
|
+
var je = Me.newlineIndex(0);
|
|
40417
|
+
je > -1 && Me.split(je + 1);
|
|
40424
40418
|
}
|
|
40425
40419
|
var Xe = Me.children.head instanceof me.default ? null : Me.children.head;
|
|
40426
40420
|
Ke.moveChildren(Me, Xe), Ke.remove();
|
|
@@ -40480,8 +40474,8 @@ function requireQuill() {
|
|
|
40480
40474
|
value: function() {
|
|
40481
40475
|
var Ie = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, Ne = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Number.MAX_VALUE, Ge = function Ze(Ke, bt, Je) {
|
|
40482
40476
|
var Ye = [], Me = Je;
|
|
40483
|
-
return Ke.children.forEachAt(bt, Je, function(We,
|
|
40484
|
-
Fe(We) ? Ye.push(We) : We instanceof he.default.Container && (Ye = Ye.concat(Ze(We,
|
|
40477
|
+
return Ke.children.forEachAt(bt, Je, function(We, je, Xe) {
|
|
40478
|
+
Fe(We) ? Ye.push(We) : We instanceof he.default.Container && (Ye = Ye.concat(Ze(We, je, Me))), Me -= Xe;
|
|
40485
40479
|
}), Ye;
|
|
40486
40480
|
};
|
|
40487
40481
|
return Ge(this, Ie, Ne);
|
|
@@ -40507,7 +40501,7 @@ function requireQuill() {
|
|
|
40507
40501
|
}
|
|
40508
40502
|
}]), Oe;
|
|
40509
40503
|
})(he.default.Scroll);
|
|
40510
|
-
|
|
40504
|
+
Be.blotName = "scroll", Be.className = "ql-editor", Be.tagName = "DIV", Be.defaultChild = "block", Be.allowedChildren = [ge.default, be.BlockEmbed, Se.default], re.default = Be;
|
|
40511
40505
|
}),
|
|
40512
40506
|
/* 23 */
|
|
40513
40507
|
/***/
|
|
@@ -40553,7 +40547,7 @@ function requireQuill() {
|
|
|
40553
40547
|
return function(Qe, nt, ot) {
|
|
40554
40548
|
return nt && Ue(Qe.prototype, nt), ot && Ue(Qe, ot), Qe;
|
|
40555
40549
|
};
|
|
40556
|
-
})(), ue = ne(21), he = Pe(ue), pe = ne(11), fe = Pe(pe), be = ne(3), ge = Pe(be), ve = ne(2), me = Pe(ve), _e = ne(20), ye = Pe(_e), Ce = ne(0), Se = Pe(Ce), we = ne(5), Ae = Pe(we), Le = ne(10), ze = Pe(Le), Fe = ne(9),
|
|
40550
|
+
})(), ue = ne(21), he = Pe(ue), pe = ne(11), fe = Pe(pe), be = ne(3), ge = Pe(be), ve = ne(2), me = Pe(ve), _e = ne(20), ye = Pe(_e), Ce = ne(0), Se = Pe(Ce), we = ne(5), Ae = Pe(we), Le = ne(10), ze = Pe(Le), Fe = ne(9), Be = Pe(Fe);
|
|
40557
40551
|
function Pe(Ue) {
|
|
40558
40552
|
return Ue && Ue.__esModule ? Ue : { default: Ue };
|
|
40559
40553
|
}
|
|
@@ -40638,7 +40632,7 @@ function requireQuill() {
|
|
|
40638
40632
|
});
|
|
40639
40633
|
}
|
|
40640
40634
|
}]), Qe;
|
|
40641
|
-
})(
|
|
40635
|
+
})(Be.default);
|
|
40642
40636
|
Ke.keys = {
|
|
40643
40637
|
BACKSPACE: 8,
|
|
40644
40638
|
TAB: 9,
|
|
@@ -40686,8 +40680,8 @@ function requireQuill() {
|
|
|
40686
40680
|
nt.format.indent != null ? this.quill.format("indent", "-1", Ae.default.sources.USER) : nt.format.list != null && this.quill.format("list", !1, Ae.default.sources.USER);
|
|
40687
40681
|
}
|
|
40688
40682
|
},
|
|
40689
|
-
"indent code-block":
|
|
40690
|
-
"outdent code-block":
|
|
40683
|
+
"indent code-block": je(!0),
|
|
40684
|
+
"outdent code-block": je(!1),
|
|
40691
40685
|
"remove tab": {
|
|
40692
40686
|
key: Ke.keys.TAB,
|
|
40693
40687
|
shiftKey: !0,
|
|
@@ -40841,7 +40835,7 @@ function requireQuill() {
|
|
|
40841
40835
|
ot[yt] == null && (Array.isArray(Qe.format[yt]) || yt !== "link" && nt.quill.format(yt, Qe.format[yt], Ae.default.sources.USER));
|
|
40842
40836
|
});
|
|
40843
40837
|
}
|
|
40844
|
-
function
|
|
40838
|
+
function je(Ue) {
|
|
40845
40839
|
return {
|
|
40846
40840
|
key: Ke.keys.TAB,
|
|
40847
40841
|
shiftKey: !Ue,
|
|
@@ -40891,7 +40885,7 @@ function requireQuill() {
|
|
|
40891
40885
|
function ye(Ce, Se) {
|
|
40892
40886
|
var we = [], Ae = !0, Le = !1, ze = void 0;
|
|
40893
40887
|
try {
|
|
40894
|
-
for (var Fe = Ce[Symbol.iterator](),
|
|
40888
|
+
for (var Fe = Ce[Symbol.iterator](), Be; !(Ae = (Be = Fe.next()).done) && (we.push(Be.value), !(Se && we.length === Se)); Ae = !0)
|
|
40895
40889
|
;
|
|
40896
40890
|
} catch (Pe) {
|
|
40897
40891
|
Le = !0, ze = Pe;
|
|
@@ -41002,8 +40996,8 @@ function requireQuill() {
|
|
|
41002
40996
|
if (!(this.selection.composing || this.parent == null)) {
|
|
41003
40997
|
var we = this.textNode, Ae = this.selection.getNativeRange(), Le = void 0, ze = void 0, Fe = void 0;
|
|
41004
40998
|
if (Ae != null && Ae.start.node === we && Ae.end.node === we) {
|
|
41005
|
-
var
|
|
41006
|
-
Le =
|
|
40999
|
+
var Be = [we, Ae.start.offset, Ae.end.offset];
|
|
41000
|
+
Le = Be[0], ze = Be[1], Fe = Be[2];
|
|
41007
41001
|
}
|
|
41008
41002
|
for (; this.domNode.lastChild != null && this.domNode.lastChild !== this.textNode; )
|
|
41009
41003
|
this.domNode.parentNode.insertBefore(this.domNode.lastChild, this.domNode);
|
|
@@ -41374,7 +41368,7 @@ function requireQuill() {
|
|
|
41374
41368
|
Object.defineProperty(re, "__esModule", {
|
|
41375
41369
|
value: !0
|
|
41376
41370
|
});
|
|
41377
|
-
var oe = ne(0), de = Ge(oe), ce = ne(5), ue = Ge(ce), he = ne(4), pe = Ge(he), fe = ne(16), be = Ge(fe), ge = ne(25), ve = Ge(ge), me = ne(24), _e = Ge(me), ye = ne(36), Ce = Ge(ye), Se = ne(6), we = Ge(Se), Ae = ne(22), Le = Ge(Ae), ze = ne(7), Fe = Ge(ze),
|
|
41371
|
+
var oe = ne(0), de = Ge(oe), ce = ne(5), ue = Ge(ce), he = ne(4), pe = Ge(he), fe = ne(16), be = Ge(fe), ge = ne(25), ve = Ge(ge), me = ne(24), _e = Ge(me), ye = ne(36), Ce = Ge(ye), Se = ne(6), we = Ge(Se), Ae = ne(22), Le = Ge(Ae), ze = ne(7), Fe = Ge(ze), Be = ne(56), Pe = Ge(Be), Oe = ne(43), qe = Ge(Oe), Ie = ne(23), Ne = Ge(Ie);
|
|
41378
41372
|
function Ge(Ze) {
|
|
41379
41373
|
return Ze && Ze.__esModule ? Ze : { default: Ze };
|
|
41380
41374
|
}
|
|
@@ -41613,7 +41607,7 @@ function requireQuill() {
|
|
|
41613
41607
|
(function(X, re, ne) {
|
|
41614
41608
|
Object.defineProperty(re, "__esModule", {
|
|
41615
41609
|
value: !0
|
|
41616
|
-
}), re.getRange = ze, re.internalGetShadowSelection =
|
|
41610
|
+
}), re.getRange = ze, re.internalGetShadowSelection = Be;
|
|
41617
41611
|
var oe = re.SHADOW_SELECTIONCHANGE = "-shadow-selectionchange", de = "attachShadow" in Element.prototype && "getRootNode" in Element.prototype, ce = !!(de && document.createElement("div").attachShadow({ mode: "open" }).getSelection), ue = window.ShadyDOM && window.ShadyDOM.inUse, he = /^((?!chrome|android).)*safari/i.test(navigator.userAgent) || /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream, pe = !de || ue || !ce && !he, fe = [Node.ELEMENT_NODE, Node.TEXT_NODE, Node.DOCUMENT_FRAGMENT_NODE];
|
|
41618
41612
|
function be(Pe) {
|
|
41619
41613
|
return fe.includes(Pe.nodeType);
|
|
@@ -41705,13 +41699,13 @@ function requireQuill() {
|
|
|
41705
41699
|
var qe = Le.get(Pe);
|
|
41706
41700
|
if (qe)
|
|
41707
41701
|
return qe;
|
|
41708
|
-
var Ie =
|
|
41702
|
+
var Ie = Be(Pe);
|
|
41709
41703
|
return Le.set(Pe, Ie.range), window.setTimeout(function() {
|
|
41710
41704
|
Le.delete(Pe);
|
|
41711
41705
|
}, 0), Ie.range;
|
|
41712
41706
|
}
|
|
41713
41707
|
var Fe = document.createTextNode("");
|
|
41714
|
-
function
|
|
41708
|
+
function Be(Pe) {
|
|
41715
41709
|
var Oe = document.createRange(), qe = window.getSelection();
|
|
41716
41710
|
if (!qe.containsNode(Pe.host, !0))
|
|
41717
41711
|
return { range: null, mode: "none" };
|
|
@@ -41738,8 +41732,8 @@ function requireQuill() {
|
|
|
41738
41732
|
throw new TypeError("unexpected type: " + qe.type);
|
|
41739
41733
|
return Oe.setStart(Ze, 0), Oe.setEnd(Ke, Ke.length), { range: Oe, mode: "all" };
|
|
41740
41734
|
}
|
|
41741
|
-
var Ye = Ge(), Me = void 0, We = void 0,
|
|
41742
|
-
return bt ? (qe.extend(Ze, 0), Me = Ge() + we(Ze), qe.extend(Ke,
|
|
41735
|
+
var Ye = Ge(), Me = void 0, We = void 0, je = Ke.length - Ae(Ke);
|
|
41736
|
+
return bt ? (qe.extend(Ze, 0), Me = Ge() + we(Ze), qe.extend(Ke, je), We = je - (Ge() - Ye), qe.extend(Ke, We)) : (qe.extend(Ke, je), We = je - Ge(), qe.extend(Ze, 0), Me = Ge() - Ye + we(Ze), qe.extend(Ze, Me)), Oe.setStart(Ze, Me), Oe.setEnd(Ke, We), {
|
|
41743
41737
|
mode: bt ? "right" : "left",
|
|
41744
41738
|
range: Oe
|
|
41745
41739
|
};
|
|
@@ -42115,8 +42109,8 @@ function requireQuill() {
|
|
|
42115
42109
|
function we(Ae, Le) {
|
|
42116
42110
|
ge(this, we);
|
|
42117
42111
|
var ze = ve(this, (we.__proto__ || Object.getPrototypeOf(we)).call(this, Ae, Le));
|
|
42118
|
-
return ze.lastRecorded = 0, ze.ignoreChange = !1, ze.clear(), ze.quill.on(he.default.events.EDITOR_CHANGE, function(Fe,
|
|
42119
|
-
Fe !== he.default.events.TEXT_CHANGE || ze.ignoreChange || (!ze.options.userOnly || Oe === he.default.sources.USER ? ze.record(
|
|
42112
|
+
return ze.lastRecorded = 0, ze.ignoreChange = !1, ze.clear(), ze.quill.on(he.default.events.EDITOR_CHANGE, function(Fe, Be, Pe, Oe) {
|
|
42113
|
+
Fe !== he.default.events.TEXT_CHANGE || ze.ignoreChange || (!ze.options.userOnly || Oe === he.default.sources.USER ? ze.record(Be, Pe) : ze.transform(Be));
|
|
42120
42114
|
}), ze.quill.keyboard.addBinding({ key: "Z", shortKey: !0 }, ze.undo.bind(ze)), ze.quill.keyboard.addBinding({ key: "Z", shortKey: !0, shiftKey: !0 }, ze.redo.bind(ze)), /Win/i.test(navigator.platform) && ze.quill.keyboard.addBinding({ key: "Y", shortKey: !0 }, ze.redo.bind(ze)), ze;
|
|
42121
42115
|
}
|
|
42122
42116
|
return oe(we, [{
|
|
@@ -42125,8 +42119,8 @@ function requireQuill() {
|
|
|
42125
42119
|
if (this.stack[Le].length !== 0) {
|
|
42126
42120
|
var Fe = this.stack[Le].pop();
|
|
42127
42121
|
this.stack[ze].push(Fe), this.lastRecorded = 0, this.ignoreChange = !0, this.quill.updateContents(Fe[Le], he.default.sources.USER), this.ignoreChange = !1;
|
|
42128
|
-
var
|
|
42129
|
-
this.quill.setSelection(
|
|
42122
|
+
var Be = Ce(Fe[Le]);
|
|
42123
|
+
this.quill.setSelection(Be);
|
|
42130
42124
|
}
|
|
42131
42125
|
}
|
|
42132
42126
|
}, {
|
|
@@ -42144,12 +42138,12 @@ function requireQuill() {
|
|
|
42144
42138
|
value: function(Le, ze) {
|
|
42145
42139
|
if (Le.ops.length !== 0) {
|
|
42146
42140
|
this.stack.redo = [];
|
|
42147
|
-
var Fe = this.quill.getContents().diff(ze),
|
|
42148
|
-
if (this.lastRecorded + this.options.delay >
|
|
42141
|
+
var Fe = this.quill.getContents().diff(ze), Be = Date.now();
|
|
42142
|
+
if (this.lastRecorded + this.options.delay > Be && this.stack.undo.length > 0) {
|
|
42149
42143
|
var Pe = this.stack.undo.pop();
|
|
42150
42144
|
Fe = Fe.compose(Pe.undo), Le = Pe.redo.compose(Le);
|
|
42151
42145
|
} else
|
|
42152
|
-
this.lastRecorded =
|
|
42146
|
+
this.lastRecorded = Be;
|
|
42153
42147
|
this.stack.undo.push({
|
|
42154
42148
|
redo: Le,
|
|
42155
42149
|
undo: Fe
|
|
@@ -42204,20 +42198,20 @@ function requireQuill() {
|
|
|
42204
42198
|
value: !0
|
|
42205
42199
|
}), re.default = re.BaseTooltip = void 0;
|
|
42206
42200
|
var oe = /* @__PURE__ */ (function() {
|
|
42207
|
-
function We(
|
|
42201
|
+
function We(je, Xe) {
|
|
42208
42202
|
for (var tt = 0; tt < Xe.length; tt++) {
|
|
42209
42203
|
var Ue = Xe[tt];
|
|
42210
|
-
Ue.enumerable = Ue.enumerable || !1, Ue.configurable = !0, "value" in Ue && (Ue.writable = !0), Object.defineProperty(
|
|
42204
|
+
Ue.enumerable = Ue.enumerable || !1, Ue.configurable = !0, "value" in Ue && (Ue.writable = !0), Object.defineProperty(je, Ue.key, Ue);
|
|
42211
42205
|
}
|
|
42212
42206
|
}
|
|
42213
|
-
return function(
|
|
42214
|
-
return Xe && We(
|
|
42207
|
+
return function(je, Xe, tt) {
|
|
42208
|
+
return Xe && We(je.prototype, Xe), tt && We(je, tt), je;
|
|
42215
42209
|
};
|
|
42216
|
-
})(), de = function We(
|
|
42217
|
-
|
|
42218
|
-
var Ue = Object.getOwnPropertyDescriptor(
|
|
42210
|
+
})(), de = function We(je, Xe, tt) {
|
|
42211
|
+
je === null && (je = Function.prototype);
|
|
42212
|
+
var Ue = Object.getOwnPropertyDescriptor(je, Xe);
|
|
42219
42213
|
if (Ue === void 0) {
|
|
42220
|
-
var Qe = Object.getPrototypeOf(
|
|
42214
|
+
var Qe = Object.getPrototypeOf(je);
|
|
42221
42215
|
return Qe === null ? void 0 : We(Qe, Xe, tt);
|
|
42222
42216
|
} else {
|
|
42223
42217
|
if ("value" in Ue)
|
|
@@ -42225,29 +42219,29 @@ function requireQuill() {
|
|
|
42225
42219
|
var nt = Ue.get;
|
|
42226
42220
|
return nt === void 0 ? void 0 : nt.call(tt);
|
|
42227
42221
|
}
|
|
42228
|
-
}, ce = ne(3), ue =
|
|
42229
|
-
function
|
|
42222
|
+
}, ce = ne(3), ue = Be(ce), he = ne(2), pe = Be(he), fe = ne(8), be = Be(fe), ge = ne(23), ve = Be(ge), me = ne(35), _e = Be(me), ye = ne(60), Ce = Be(ye), Se = ne(61), we = Be(Se), Ae = ne(28), Le = Be(Ae), ze = ne(62), Fe = Be(ze);
|
|
42223
|
+
function Be(We) {
|
|
42230
42224
|
return We && We.__esModule ? We : { default: We };
|
|
42231
42225
|
}
|
|
42232
|
-
function Pe(We,
|
|
42233
|
-
if (!(We instanceof
|
|
42226
|
+
function Pe(We, je) {
|
|
42227
|
+
if (!(We instanceof je))
|
|
42234
42228
|
throw new TypeError("Cannot call a class as a function");
|
|
42235
42229
|
}
|
|
42236
|
-
function Oe(We,
|
|
42230
|
+
function Oe(We, je) {
|
|
42237
42231
|
if (!We)
|
|
42238
42232
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
42239
|
-
return
|
|
42233
|
+
return je && (typeof je == "object" || typeof je == "function") ? je : We;
|
|
42240
42234
|
}
|
|
42241
|
-
function qe(We,
|
|
42242
|
-
if (typeof
|
|
42243
|
-
throw new TypeError("Super expression must either be null or a function, not " + typeof
|
|
42244
|
-
We.prototype = Object.create(
|
|
42235
|
+
function qe(We, je) {
|
|
42236
|
+
if (typeof je != "function" && je !== null)
|
|
42237
|
+
throw new TypeError("Super expression must either be null or a function, not " + typeof je);
|
|
42238
|
+
We.prototype = Object.create(je && je.prototype, { constructor: { value: We, enumerable: !1, writable: !0, configurable: !0 } }), je && (Object.setPrototypeOf ? Object.setPrototypeOf(We, je) : We.__proto__ = je);
|
|
42245
42239
|
}
|
|
42246
42240
|
var Ie = [!1, "center", "right", "justify"], Ne = ["#000000", "#e60000", "#ff9900", "#ffff00", "#008a00", "#0066cc", "#9933ff", "#ffffff", "#facccc", "#ffebcc", "#ffffcc", "#cce8cc", "#cce0f5", "#ebd6ff", "#bbbbbb", "#f06666", "#ffc266", "#ffff66", "#66b966", "#66a3e0", "#c285ff", "#888888", "#a10000", "#b26b00", "#b2b200", "#006100", "#0047b2", "#6b24b2", "#444444", "#5c0000", "#663d00", "#666600", "#003700", "#002966", "#3d1466"], Ge = [!1, "serif", "monospace"], Ze = ["1", "2", "3", !1], Ke = ["petita", !1, "gran", "enorme"], bt = (function(We) {
|
|
42247
|
-
qe(
|
|
42248
|
-
function
|
|
42249
|
-
Pe(this,
|
|
42250
|
-
var Ue = Oe(this, (
|
|
42241
|
+
qe(je, We);
|
|
42242
|
+
function je(Xe, tt) {
|
|
42243
|
+
Pe(this, je);
|
|
42244
|
+
var Ue = Oe(this, (je.__proto__ || Object.getPrototypeOf(je)).call(this, Xe, tt)), Qe = function nt(ot) {
|
|
42251
42245
|
if (!document.body.contains(Xe.root))
|
|
42252
42246
|
return document.body.removeEventListener("click", nt);
|
|
42253
42247
|
Ue.tooltip != null && !Ue.tooltip.root.contains(ot.target) && document.activeElement !== Ue.tooltip.textbox && !Ue.quill.hasFocus() && Ue.tooltip.hide(), Ue.pickers != null && Ue.pickers.forEach(function(yt) {
|
|
@@ -42256,10 +42250,10 @@ function requireQuill() {
|
|
|
42256
42250
|
};
|
|
42257
42251
|
return Xe.emitter.listenDOM("click", document.body, Qe), Ue;
|
|
42258
42252
|
}
|
|
42259
|
-
return oe(
|
|
42253
|
+
return oe(je, [{
|
|
42260
42254
|
key: "addModule",
|
|
42261
42255
|
value: function(tt) {
|
|
42262
|
-
var Ue = de(
|
|
42256
|
+
var Ue = de(je.prototype.__proto__ || Object.getPrototypeOf(je.prototype), "addModule", this).call(this, tt);
|
|
42263
42257
|
return tt === "toolbar" && this.extendToolbar(Ue), Ue;
|
|
42264
42258
|
}
|
|
42265
42259
|
}, {
|
|
@@ -42300,7 +42294,7 @@ function requireQuill() {
|
|
|
42300
42294
|
};
|
|
42301
42295
|
this.quill.on(be.default.events.EDITOR_CHANGE, nt);
|
|
42302
42296
|
}
|
|
42303
|
-
}]),
|
|
42297
|
+
}]), je;
|
|
42304
42298
|
})(_e.default);
|
|
42305
42299
|
bt.DEFAULTS = (0, ue.default)(!0, {}, _e.default.DEFAULTS, {
|
|
42306
42300
|
modules: {
|
|
@@ -42310,13 +42304,13 @@ function requireQuill() {
|
|
|
42310
42304
|
this.quill.theme.tooltip.edit("formula");
|
|
42311
42305
|
},
|
|
42312
42306
|
image: function() {
|
|
42313
|
-
var
|
|
42307
|
+
var je = this, Xe = this.container.querySelector("input.ql-image[type=file]");
|
|
42314
42308
|
Xe == null && (Xe = document.createElement("input"), Xe.setAttribute("type", "file"), Xe.setAttribute("accept", "image/png, image/gif, image/jpeg, image/bmp, image/x-icon"), Xe.classList.add("ql-image"), Xe.addEventListener("change", function() {
|
|
42315
42309
|
if (Xe.files != null && Xe.files[0] != null) {
|
|
42316
42310
|
var tt = new FileReader();
|
|
42317
42311
|
tt.onload = function(Ue) {
|
|
42318
|
-
var Qe =
|
|
42319
|
-
|
|
42312
|
+
var Qe = je.quill.getSelection(!0);
|
|
42313
|
+
je.quill.updateContents(new pe.default().retain(Qe.index).delete(Qe.length).insert({ image: Ue.target.result }), be.default.sources.USER), je.quill.setSelection(Qe.index + 1, be.default.sources.SILENT), Xe.value = "";
|
|
42320
42314
|
}, tt.readAsDataURL(Xe.files[0]);
|
|
42321
42315
|
}
|
|
42322
42316
|
}), this.container.appendChild(Xe)), Xe.click();
|
|
@@ -42329,13 +42323,13 @@ function requireQuill() {
|
|
|
42329
42323
|
}
|
|
42330
42324
|
});
|
|
42331
42325
|
var Je = (function(We) {
|
|
42332
|
-
qe(
|
|
42333
|
-
function
|
|
42334
|
-
Pe(this,
|
|
42335
|
-
var Ue = Oe(this, (
|
|
42326
|
+
qe(je, We);
|
|
42327
|
+
function je(Xe, tt) {
|
|
42328
|
+
Pe(this, je);
|
|
42329
|
+
var Ue = Oe(this, (je.__proto__ || Object.getPrototypeOf(je)).call(this, Xe, tt));
|
|
42336
42330
|
return Ue.textbox = Ue.root.querySelector('input[type="text"]'), Ue.listen(), Ue;
|
|
42337
42331
|
}
|
|
42338
|
-
return oe(
|
|
42332
|
+
return oe(je, [{
|
|
42339
42333
|
key: "listen",
|
|
42340
42334
|
value: function() {
|
|
42341
42335
|
var tt = this;
|
|
@@ -42385,15 +42379,15 @@ function requireQuill() {
|
|
|
42385
42379
|
}
|
|
42386
42380
|
this.textbox.value = "", this.hide();
|
|
42387
42381
|
}
|
|
42388
|
-
}]),
|
|
42382
|
+
}]), je;
|
|
42389
42383
|
})(Fe.default);
|
|
42390
42384
|
function Ye(We) {
|
|
42391
|
-
var
|
|
42392
|
-
return
|
|
42385
|
+
var je = We.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtube\.com\/watch.*v=([a-zA-Z0-9_-]+)/) || We.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtu\.be\/([a-zA-Z0-9_-]+)/);
|
|
42386
|
+
return je ? (je[1] || "https") + "://www.youtube.com/embed/" + je[2] + "?showinfo=0" : (je = We.match(/^(?:(https?):\/\/)?(?:www\.)?vimeo\.com\/(\d+)/)) ? (je[1] || "https") + "://player.vimeo.com/video/" + je[2] + "/" : We;
|
|
42393
42387
|
}
|
|
42394
|
-
function Me(We,
|
|
42388
|
+
function Me(We, je) {
|
|
42395
42389
|
var Xe = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !1;
|
|
42396
|
-
|
|
42390
|
+
je.forEach(function(tt) {
|
|
42397
42391
|
var Ue = document.createElement("option");
|
|
42398
42392
|
tt === Xe ? Ue.setAttribute("selected", "selected") : Ue.setAttribute("value", tt), We.appendChild(Ue);
|
|
42399
42393
|
});
|
|
@@ -42528,8 +42522,8 @@ function requireQuill() {
|
|
|
42528
42522
|
var Le = ce.find(Ae.target, !0);
|
|
42529
42523
|
Le != null && (Le.domNode === Ae.target && (Ae.type === "childList" ? (ye(ce.find(Ae.previousSibling, !1)), [].forEach.call(Ae.addedNodes, function(ze) {
|
|
42530
42524
|
var Fe = ce.find(ze, !1);
|
|
42531
|
-
ye(Fe, !1), Fe instanceof de.default && Fe.children.forEach(function(
|
|
42532
|
-
ye(
|
|
42525
|
+
ye(Fe, !1), Fe instanceof de.default && Fe.children.forEach(function(Be) {
|
|
42526
|
+
ye(Be, !1);
|
|
42533
42527
|
});
|
|
42534
42528
|
})) : Ae.type === "attributes" && ye(Le.prev)), ye(Le));
|
|
42535
42529
|
}), this.children.forEach(Ce), Se = [].slice.call(this.observer.takeRecords()), _e = Se.slice(); _e.length > 0; )
|
|
@@ -42798,10 +42792,10 @@ function requireQuill() {
|
|
|
42798
42792
|
(Le < 0 || we.length < Le) && (Le = null);
|
|
42799
42793
|
var ze = fe(we, Ae), Fe = we.substring(0, ze);
|
|
42800
42794
|
we = we.substring(ze), Ae = Ae.substring(ze), ze = be(we, Ae);
|
|
42801
|
-
var
|
|
42795
|
+
var Be = we.substring(we.length - ze);
|
|
42802
42796
|
we = we.substring(0, we.length - ze), Ae = Ae.substring(0, Ae.length - ze);
|
|
42803
42797
|
var Pe = ue(we, Ae);
|
|
42804
|
-
return Fe && Pe.unshift([de, Fe]),
|
|
42798
|
+
return Fe && Pe.unshift([de, Fe]), Be && Pe.push([de, Be]), ve(Pe), Le != null && (Pe = ye(Pe, Le)), Pe = Ce(Pe), Pe;
|
|
42805
42799
|
}
|
|
42806
42800
|
function ue(we, Ae) {
|
|
42807
42801
|
var Le;
|
|
@@ -42809,12 +42803,12 @@ function requireQuill() {
|
|
|
42809
42803
|
return [[oe, Ae]];
|
|
42810
42804
|
if (!Ae)
|
|
42811
42805
|
return [[ne, we]];
|
|
42812
|
-
var ze = we.length > Ae.length ? we : Ae, Fe = we.length > Ae.length ? Ae : we,
|
|
42813
|
-
if (
|
|
42806
|
+
var ze = we.length > Ae.length ? we : Ae, Fe = we.length > Ae.length ? Ae : we, Be = ze.indexOf(Fe);
|
|
42807
|
+
if (Be != -1)
|
|
42814
42808
|
return Le = [
|
|
42815
|
-
[oe, ze.substring(0,
|
|
42809
|
+
[oe, ze.substring(0, Be)],
|
|
42816
42810
|
[de, Fe],
|
|
42817
|
-
[oe, ze.substring(
|
|
42811
|
+
[oe, ze.substring(Be + Fe.length)]
|
|
42818
42812
|
], we.length > Ae.length && (Le[0][0] = Le[2][0] = ne), Le;
|
|
42819
42813
|
if (Fe.length == 1)
|
|
42820
42814
|
return [[ne, we], [oe, Ae]];
|
|
@@ -42826,30 +42820,30 @@ function requireQuill() {
|
|
|
42826
42820
|
return he(we, Ae);
|
|
42827
42821
|
}
|
|
42828
42822
|
function he(we, Ae) {
|
|
42829
|
-
for (var Le = we.length, ze = Ae.length, Fe = Math.ceil((Le + ze) / 2),
|
|
42823
|
+
for (var Le = we.length, ze = Ae.length, Fe = Math.ceil((Le + ze) / 2), Be = Fe, Pe = 2 * Fe, Oe = new Array(Pe), qe = new Array(Pe), Ie = 0; Ie < Pe; Ie++)
|
|
42830
42824
|
Oe[Ie] = -1, qe[Ie] = -1;
|
|
42831
|
-
Oe[
|
|
42825
|
+
Oe[Be + 1] = 0, qe[Be + 1] = 0;
|
|
42832
42826
|
for (var Ne = Le - ze, Ge = Ne % 2 != 0, Ze = 0, Ke = 0, bt = 0, Je = 0, Ye = 0; Ye < Fe; Ye++) {
|
|
42833
42827
|
for (var Me = -Ye + Ze; Me <= Ye - Ke; Me += 2) {
|
|
42834
|
-
var We =
|
|
42835
|
-
Me == -Ye || Me != Ye && Oe[We - 1] < Oe[We + 1] ?
|
|
42836
|
-
for (var Xe =
|
|
42837
|
-
|
|
42838
|
-
if (Oe[We] =
|
|
42828
|
+
var We = Be + Me, je;
|
|
42829
|
+
Me == -Ye || Me != Ye && Oe[We - 1] < Oe[We + 1] ? je = Oe[We + 1] : je = Oe[We - 1] + 1;
|
|
42830
|
+
for (var Xe = je - Me; je < Le && Xe < ze && we.charAt(je) == Ae.charAt(Xe); )
|
|
42831
|
+
je++, Xe++;
|
|
42832
|
+
if (Oe[We] = je, je > Le)
|
|
42839
42833
|
Ke += 2;
|
|
42840
42834
|
else if (Xe > ze)
|
|
42841
42835
|
Ze += 2;
|
|
42842
42836
|
else if (Ge) {
|
|
42843
|
-
var tt =
|
|
42837
|
+
var tt = Be + Ne - Me;
|
|
42844
42838
|
if (tt >= 0 && tt < Pe && qe[tt] != -1) {
|
|
42845
42839
|
var Ue = Le - qe[tt];
|
|
42846
|
-
if (
|
|
42847
|
-
return pe(we, Ae,
|
|
42840
|
+
if (je >= Ue)
|
|
42841
|
+
return pe(we, Ae, je, Xe);
|
|
42848
42842
|
}
|
|
42849
42843
|
}
|
|
42850
42844
|
}
|
|
42851
42845
|
for (var Qe = -Ye + bt; Qe <= Ye - Je; Qe += 2) {
|
|
42852
|
-
var tt =
|
|
42846
|
+
var tt = Be + Qe, Ue;
|
|
42853
42847
|
Qe == -Ye || Qe != Ye && qe[tt - 1] < qe[tt + 1] ? Ue = qe[tt + 1] : Ue = qe[tt - 1] + 1;
|
|
42854
42848
|
for (var nt = Ue - Qe; Ue < Le && nt < ze && we.charAt(Le - Ue - 1) == Ae.charAt(ze - nt - 1); )
|
|
42855
42849
|
Ue++, nt++;
|
|
@@ -42858,11 +42852,11 @@ function requireQuill() {
|
|
|
42858
42852
|
else if (nt > ze)
|
|
42859
42853
|
bt += 2;
|
|
42860
42854
|
else if (!Ge) {
|
|
42861
|
-
var We =
|
|
42855
|
+
var We = Be + Ne - Qe;
|
|
42862
42856
|
if (We >= 0 && We < Pe && Oe[We] != -1) {
|
|
42863
|
-
var
|
|
42864
|
-
if (Ue = Le - Ue,
|
|
42865
|
-
return pe(we, Ae,
|
|
42857
|
+
var je = Oe[We], Xe = Be + je - We;
|
|
42858
|
+
if (Ue = Le - Ue, je >= Ue)
|
|
42859
|
+
return pe(we, Ae, je, Xe);
|
|
42866
42860
|
}
|
|
42867
42861
|
}
|
|
42868
42862
|
}
|
|
@@ -42870,21 +42864,21 @@ function requireQuill() {
|
|
|
42870
42864
|
return [[ne, we], [oe, Ae]];
|
|
42871
42865
|
}
|
|
42872
42866
|
function pe(we, Ae, Le, ze) {
|
|
42873
|
-
var Fe = we.substring(0, Le),
|
|
42867
|
+
var Fe = we.substring(0, Le), Be = Ae.substring(0, ze), Pe = we.substring(Le), Oe = Ae.substring(ze), qe = ce(Fe, Be), Ie = ce(Pe, Oe);
|
|
42874
42868
|
return qe.concat(Ie);
|
|
42875
42869
|
}
|
|
42876
42870
|
function fe(we, Ae) {
|
|
42877
42871
|
if (!we || !Ae || we.charAt(0) != Ae.charAt(0))
|
|
42878
42872
|
return 0;
|
|
42879
|
-
for (var Le = 0, ze = Math.min(we.length, Ae.length), Fe = ze,
|
|
42880
|
-
we.substring(
|
|
42873
|
+
for (var Le = 0, ze = Math.min(we.length, Ae.length), Fe = ze, Be = 0; Le < Fe; )
|
|
42874
|
+
we.substring(Be, Fe) == Ae.substring(Be, Fe) ? (Le = Fe, Be = Le) : ze = Fe, Fe = Math.floor((ze - Le) / 2 + Le);
|
|
42881
42875
|
return Fe;
|
|
42882
42876
|
}
|
|
42883
42877
|
function be(we, Ae) {
|
|
42884
42878
|
if (!we || !Ae || we.charAt(we.length - 1) != Ae.charAt(Ae.length - 1))
|
|
42885
42879
|
return 0;
|
|
42886
|
-
for (var Le = 0, ze = Math.min(we.length, Ae.length), Fe = ze,
|
|
42887
|
-
we.substring(we.length - Fe, we.length -
|
|
42880
|
+
for (var Le = 0, ze = Math.min(we.length, Ae.length), Fe = ze, Be = 0; Le < Fe; )
|
|
42881
|
+
we.substring(we.length - Fe, we.length - Be) == Ae.substring(Ae.length - Fe, Ae.length - Be) ? (Le = Fe, Be = Le) : ze = Fe, Fe = Math.floor((ze - Le) / 2 + Le);
|
|
42888
42882
|
return Fe;
|
|
42889
42883
|
}
|
|
42890
42884
|
function ge(we, Ae) {
|
|
@@ -42892,7 +42886,7 @@ function requireQuill() {
|
|
|
42892
42886
|
if (Le.length < 4 || ze.length * 2 < Le.length)
|
|
42893
42887
|
return null;
|
|
42894
42888
|
function Fe(Ke, bt, Je) {
|
|
42895
|
-
for (var Ye = Ke.substring(Je, Je + Math.floor(Ke.length / 4)), Me = -1, We = "",
|
|
42889
|
+
for (var Ye = Ke.substring(Je, Je + Math.floor(Ke.length / 4)), Me = -1, We = "", je, Xe, tt, Ue; (Me = bt.indexOf(Ye, Me + 1)) != -1; ) {
|
|
42896
42890
|
var Qe = fe(
|
|
42897
42891
|
Ke.substring(Je),
|
|
42898
42892
|
bt.substring(Me)
|
|
@@ -42900,17 +42894,17 @@ function requireQuill() {
|
|
|
42900
42894
|
Ke.substring(0, Je),
|
|
42901
42895
|
bt.substring(0, Me)
|
|
42902
42896
|
);
|
|
42903
|
-
We.length < nt + Qe && (We = bt.substring(Me - nt, Me) + bt.substring(Me, Me + Qe),
|
|
42897
|
+
We.length < nt + Qe && (We = bt.substring(Me - nt, Me) + bt.substring(Me, Me + Qe), je = Ke.substring(0, Je - nt), Xe = Ke.substring(Je + Qe), tt = bt.substring(0, Me - nt), Ue = bt.substring(Me + Qe));
|
|
42904
42898
|
}
|
|
42905
42899
|
return We.length * 2 >= Ke.length ? [
|
|
42906
|
-
|
|
42900
|
+
je,
|
|
42907
42901
|
Xe,
|
|
42908
42902
|
tt,
|
|
42909
42903
|
Ue,
|
|
42910
42904
|
We
|
|
42911
42905
|
] : null;
|
|
42912
42906
|
}
|
|
42913
|
-
var
|
|
42907
|
+
var Be = Fe(
|
|
42914
42908
|
Le,
|
|
42915
42909
|
ze,
|
|
42916
42910
|
Math.ceil(Le.length / 4)
|
|
@@ -42919,9 +42913,9 @@ function requireQuill() {
|
|
|
42919
42913
|
ze,
|
|
42920
42914
|
Math.ceil(Le.length / 2)
|
|
42921
42915
|
), Oe;
|
|
42922
|
-
if (!
|
|
42916
|
+
if (!Be && !Pe)
|
|
42923
42917
|
return null;
|
|
42924
|
-
Pe ?
|
|
42918
|
+
Pe ? Be ? Oe = Be[4].length > Pe[4].length ? Be : Pe : Oe = Pe : Oe = Be;
|
|
42925
42919
|
var qe, Ie, Ne, Ge;
|
|
42926
42920
|
we.length > Ae.length ? (qe = Oe[0], Ie = Oe[1], Ne = Oe[2], Ge = Oe[3]) : (Ne = Oe[0], Ge = Oe[1], qe = Oe[2], Ie = Oe[3]);
|
|
42927
42921
|
var Ze = Oe[4];
|
|
@@ -42929,22 +42923,22 @@ function requireQuill() {
|
|
|
42929
42923
|
}
|
|
42930
42924
|
function ve(we) {
|
|
42931
42925
|
we.push([de, ""]);
|
|
42932
|
-
for (var Ae = 0, Le = 0, ze = 0, Fe = "",
|
|
42926
|
+
for (var Ae = 0, Le = 0, ze = 0, Fe = "", Be = "", Pe; Ae < we.length; )
|
|
42933
42927
|
switch (we[Ae][0]) {
|
|
42934
42928
|
case oe:
|
|
42935
|
-
ze++,
|
|
42929
|
+
ze++, Be += we[Ae][1], Ae++;
|
|
42936
42930
|
break;
|
|
42937
42931
|
case ne:
|
|
42938
42932
|
Le++, Fe += we[Ae][1], Ae++;
|
|
42939
42933
|
break;
|
|
42940
42934
|
case de:
|
|
42941
|
-
Le + ze > 1 ? (Le !== 0 && ze !== 0 && (Pe = fe(
|
|
42935
|
+
Le + ze > 1 ? (Le !== 0 && ze !== 0 && (Pe = fe(Be, Fe), Pe !== 0 && (Ae - Le - ze > 0 && we[Ae - Le - ze - 1][0] == de ? we[Ae - Le - ze - 1][1] += Be.substring(0, Pe) : (we.splice(0, 0, [
|
|
42942
42936
|
de,
|
|
42943
|
-
|
|
42944
|
-
]), Ae++),
|
|
42937
|
+
Be.substring(0, Pe)
|
|
42938
|
+
]), Ae++), Be = Be.substring(Pe), Fe = Fe.substring(Pe)), Pe = be(Be, Fe), Pe !== 0 && (we[Ae][1] = Be.substring(Be.length - Pe) + we[Ae][1], Be = Be.substring(0, Be.length - Pe), Fe = Fe.substring(0, Fe.length - Pe))), Le === 0 ? we.splice(
|
|
42945
42939
|
Ae - ze,
|
|
42946
42940
|
Le + ze,
|
|
42947
|
-
[oe,
|
|
42941
|
+
[oe, Be]
|
|
42948
42942
|
) : ze === 0 ? we.splice(
|
|
42949
42943
|
Ae - Le,
|
|
42950
42944
|
Le + ze,
|
|
@@ -42953,8 +42947,8 @@ function requireQuill() {
|
|
|
42953
42947
|
Ae - Le - ze,
|
|
42954
42948
|
Le + ze,
|
|
42955
42949
|
[ne, Fe],
|
|
42956
|
-
[oe,
|
|
42957
|
-
), Ae = Ae - Le - ze + (Le ? 1 : 0) + (ze ? 1 : 0) + 1) : Ae !== 0 && we[Ae - 1][0] == de ? (we[Ae - 1][1] += we[Ae][1], we.splice(Ae, 1)) : Ae++, ze = 0, Le = 0, Fe = "",
|
|
42950
|
+
[oe, Be]
|
|
42951
|
+
), Ae = Ae - Le - ze + (Le ? 1 : 0) + (ze ? 1 : 0) + 1) : Ae !== 0 && we[Ae - 1][0] == de ? (we[Ae - 1][1] += we[Ae][1], we.splice(Ae, 1)) : Ae++, ze = 0, Le = 0, Fe = "", Be = "";
|
|
42958
42952
|
break;
|
|
42959
42953
|
}
|
|
42960
42954
|
we[we.length - 1][1] === "" && we.pop();
|
|
@@ -42971,30 +42965,30 @@ function requireQuill() {
|
|
|
42971
42965
|
for (var Le = 0, ze = 0; ze < we.length; ze++) {
|
|
42972
42966
|
var Fe = we[ze];
|
|
42973
42967
|
if (Fe[0] === ne || Fe[0] === de) {
|
|
42974
|
-
var
|
|
42975
|
-
if (Ae ===
|
|
42968
|
+
var Be = Le + Fe[1].length;
|
|
42969
|
+
if (Ae === Be)
|
|
42976
42970
|
return [ze + 1, we];
|
|
42977
|
-
if (Ae <
|
|
42971
|
+
if (Ae < Be) {
|
|
42978
42972
|
we = we.slice();
|
|
42979
42973
|
var Pe = Ae - Le, Oe = [Fe[0], Fe[1].slice(0, Pe)], qe = [Fe[0], Fe[1].slice(Pe)];
|
|
42980
42974
|
return we.splice(ze, 1, Oe, qe), [ze + 1, we];
|
|
42981
42975
|
} else
|
|
42982
|
-
Le =
|
|
42976
|
+
Le = Be;
|
|
42983
42977
|
}
|
|
42984
42978
|
}
|
|
42985
42979
|
throw new Error("cursor_pos is out of bounds!");
|
|
42986
42980
|
}
|
|
42987
42981
|
function ye(we, Ae) {
|
|
42988
|
-
var Le = _e(we, Ae), ze = Le[1], Fe = Le[0],
|
|
42989
|
-
if (
|
|
42982
|
+
var Le = _e(we, Ae), ze = Le[1], Fe = Le[0], Be = ze[Fe], Pe = ze[Fe + 1];
|
|
42983
|
+
if (Be == null)
|
|
42990
42984
|
return we;
|
|
42991
|
-
if (
|
|
42985
|
+
if (Be[0] !== de)
|
|
42992
42986
|
return we;
|
|
42993
|
-
if (Pe != null &&
|
|
42994
|
-
return ze.splice(Fe, 2, Pe,
|
|
42995
|
-
if (Pe != null && Pe[1].indexOf(
|
|
42996
|
-
ze.splice(Fe, 2, [Pe[0],
|
|
42997
|
-
var Oe = Pe[1].slice(
|
|
42987
|
+
if (Pe != null && Be[1] + Pe[1] === Pe[1] + Be[1])
|
|
42988
|
+
return ze.splice(Fe, 2, Pe, Be), Se(ze, Fe, 2);
|
|
42989
|
+
if (Pe != null && Pe[1].indexOf(Be[1]) === 0) {
|
|
42990
|
+
ze.splice(Fe, 2, [Pe[0], Be[1]], [0, Be[1]]);
|
|
42991
|
+
var Oe = Pe[1].slice(Be[1].length);
|
|
42998
42992
|
return Oe.length > 0 && ze.splice(Fe + 2, 0, [Pe[0], Oe]), Se(ze, Fe, 3);
|
|
42999
42993
|
} else
|
|
43000
42994
|
return we;
|
|
@@ -43008,15 +43002,15 @@ function requireQuill() {
|
|
|
43008
43002
|
we[Fe - 2][0] === de && ze(we[Fe - 2][1]) && we[Fe - 1][0] === ne && Le(we[Fe - 1][1]) && we[Fe][0] === oe && Le(we[Fe][1]) && (Ae = !0, we[Fe - 1][1] = we[Fe - 2][1].slice(-1) + we[Fe - 1][1], we[Fe][1] = we[Fe - 2][1].slice(-1) + we[Fe][1], we[Fe - 2][1] = we[Fe - 2][1].slice(0, -1));
|
|
43009
43003
|
if (!Ae)
|
|
43010
43004
|
return we;
|
|
43011
|
-
for (var
|
|
43012
|
-
we[Fe][1].length > 0 &&
|
|
43013
|
-
return
|
|
43005
|
+
for (var Be = [], Fe = 0; Fe < we.length; Fe += 1)
|
|
43006
|
+
we[Fe][1].length > 0 && Be.push(we[Fe]);
|
|
43007
|
+
return Be;
|
|
43014
43008
|
}
|
|
43015
43009
|
function Se(we, Ae, Le) {
|
|
43016
43010
|
for (var ze = Ae + Le - 1; ze >= 0 && ze >= Ae - 1; ze--)
|
|
43017
43011
|
if (ze + 1 < we.length) {
|
|
43018
|
-
var Fe = we[ze],
|
|
43019
|
-
Fe[0] ===
|
|
43012
|
+
var Fe = we[ze], Be = we[ze + 1];
|
|
43013
|
+
Fe[0] === Be[1] && we.splice(ze, 2, [Fe[0], Fe[1] + Be[1]]);
|
|
43020
43014
|
}
|
|
43021
43015
|
return we;
|
|
43022
43016
|
}
|
|
@@ -43189,7 +43183,7 @@ function requireQuill() {
|
|
|
43189
43183
|
return function(vt, kt, At) {
|
|
43190
43184
|
return kt && mt(vt.prototype, kt), At && mt(vt, At), vt;
|
|
43191
43185
|
};
|
|
43192
|
-
})(), ue = ne(3), he = qe(ue), pe = ne(2), fe = qe(pe), be = ne(0), ge = qe(be), ve = ne(5), me = qe(ve), _e = ne(10), ye = qe(_e), Ce = ne(9), Se = qe(Ce), we = ne(37), Ae = ne(38), Le = ne(13), ze = qe(Le), Fe = ne(26),
|
|
43186
|
+
})(), ue = ne(3), he = qe(ue), pe = ne(2), fe = qe(pe), be = ne(0), ge = qe(be), ve = ne(5), me = qe(ve), _e = ne(10), ye = qe(_e), Ce = ne(9), Se = qe(Ce), we = ne(37), Ae = ne(38), Le = ne(13), ze = qe(Le), Fe = ne(26), Be = ne(39), Pe = ne(40), Oe = ne(41);
|
|
43193
43187
|
function qe(mt) {
|
|
43194
43188
|
return mt && mt.__esModule ? mt : { default: mt };
|
|
43195
43189
|
}
|
|
@@ -43210,9 +43204,9 @@ function requireQuill() {
|
|
|
43210
43204
|
throw new TypeError("Super expression must either be null or a function, not " + typeof vt);
|
|
43211
43205
|
mt.prototype = Object.create(vt && vt.prototype, { constructor: { value: mt, enumerable: !1, writable: !0, configurable: !0 } }), vt && (Object.setPrototypeOf ? Object.setPrototypeOf(mt, vt) : mt.__proto__ = vt);
|
|
43212
43206
|
}
|
|
43213
|
-
var Ke = (0, ye.default)("quill:clipboard"), bt = "__ql-matcher", Je = [[Node.TEXT_NODE, Xt], [Node.TEXT_NODE, Nt], ["br", Ct], [Node.ELEMENT_NODE, Nt], [Node.ELEMENT_NODE, yt], [Node.ELEMENT_NODE, Ut], [Node.ELEMENT_NODE, ot], [Node.ELEMENT_NODE, ns], ["li", qt], ["b", nt.bind(nt, "bold")], ["i", nt.bind(nt, "italic")], ["style", Pt]], Ye = [we.AlignAttribute,
|
|
43207
|
+
var Ke = (0, ye.default)("quill:clipboard"), bt = "__ql-matcher", Je = [[Node.TEXT_NODE, Xt], [Node.TEXT_NODE, Nt], ["br", Ct], [Node.ELEMENT_NODE, Nt], [Node.ELEMENT_NODE, yt], [Node.ELEMENT_NODE, Ut], [Node.ELEMENT_NODE, ot], [Node.ELEMENT_NODE, ns], ["li", qt], ["b", nt.bind(nt, "bold")], ["i", nt.bind(nt, "italic")], ["style", Pt]], Ye = [we.AlignAttribute, Be.DirectionAttribute].reduce(function(mt, vt) {
|
|
43214
43208
|
return mt[vt.keyName] = vt, mt;
|
|
43215
|
-
}, {}), Me = [we.AlignStyle, Ae.BackgroundStyle, Fe.ColorStyle,
|
|
43209
|
+
}, {}), Me = [we.AlignStyle, Ae.BackgroundStyle, Fe.ColorStyle, Be.DirectionStyle, Pe.FontStyle, Oe.SizeStyle].reduce(function(mt, vt) {
|
|
43216
43210
|
return mt[vt.keyName] = vt, mt;
|
|
43217
43211
|
}, {}), We = (function(mt) {
|
|
43218
43212
|
Ze(vt, mt);
|
|
@@ -43292,9 +43286,9 @@ function requireQuill() {
|
|
|
43292
43286
|
matchers: [],
|
|
43293
43287
|
matchVisual: !0
|
|
43294
43288
|
};
|
|
43295
|
-
function
|
|
43289
|
+
function je(mt, vt, kt) {
|
|
43296
43290
|
return (typeof vt > "u" ? "undefined" : oe(vt)) === "object" ? Object.keys(vt).reduce(function(At, $t) {
|
|
43297
|
-
return
|
|
43291
|
+
return je(At, $t, vt[$t]);
|
|
43298
43292
|
}, mt) : mt.reduce(function(At, $t) {
|
|
43299
43293
|
return $t.attributes && $t.attributes[vt] ? At.push($t) : At.insert($t.insert, (0, he.default)({}, Ie({}, vt, kt), $t.attributes));
|
|
43300
43294
|
}, new fe.default());
|
|
@@ -43330,14 +43324,14 @@ function requireQuill() {
|
|
|
43330
43324
|
}, new fe.default()) : new fe.default();
|
|
43331
43325
|
}
|
|
43332
43326
|
function nt(mt, vt, kt) {
|
|
43333
|
-
return
|
|
43327
|
+
return je(kt, mt, !0);
|
|
43334
43328
|
}
|
|
43335
43329
|
function ot(mt, vt) {
|
|
43336
43330
|
var kt = ge.default.Attributor.Attribute.keys(mt), At = ge.default.Attributor.Class.keys(mt), $t = ge.default.Attributor.Style.keys(mt), Mt = {};
|
|
43337
43331
|
return kt.concat(At).concat($t).forEach(function(Ft) {
|
|
43338
43332
|
var Ht = ge.default.query(Ft, ge.default.Scope.ATTRIBUTE);
|
|
43339
43333
|
Ht != null && (Mt[Ht.attrName] = Ht.value(mt), Mt[Ht.attrName]) || (Ht = Ye[Ft], Ht != null && (Ht.attrName === Ft || Ht.keyName === Ft) && (Mt[Ht.attrName] = Ht.value(mt) || void 0), Ht = Me[Ft], Ht != null && (Ht.attrName === Ft || Ht.keyName === Ft) && (Ht = Me[Ft], Mt[Ht.attrName] = Ht.value(mt) || void 0));
|
|
43340
|
-
}), Object.keys(Mt).length > 0 && (vt =
|
|
43334
|
+
}), Object.keys(Mt).length > 0 && (vt = je(vt, Mt)), vt;
|
|
43341
43335
|
}
|
|
43342
43336
|
function yt(mt, vt) {
|
|
43343
43337
|
var kt = ge.default.query(mt);
|
|
@@ -43345,7 +43339,7 @@ function requireQuill() {
|
|
|
43345
43339
|
if (kt.prototype instanceof ge.default.Embed) {
|
|
43346
43340
|
var At = {}, $t = kt.value(mt);
|
|
43347
43341
|
$t != null && (At[kt.blotName] = $t, vt = new fe.default().insert(At, kt.formats(mt)));
|
|
43348
|
-
} else typeof kt.formats == "function" && (vt =
|
|
43342
|
+
} else typeof kt.formats == "function" && (vt = je(vt, kt.blotName, kt.formats(mt)));
|
|
43349
43343
|
return vt;
|
|
43350
43344
|
}
|
|
43351
43345
|
function Ct(mt, vt) {
|
|
@@ -43382,7 +43376,7 @@ function requireQuill() {
|
|
|
43382
43376
|
}
|
|
43383
43377
|
function ns(mt, vt) {
|
|
43384
43378
|
var kt = {}, At = mt.style || {};
|
|
43385
|
-
return At.fontStyle && Xe(mt).fontStyle === "italic" && (kt.italic = !0), At.fontWeight && (Xe(mt).fontWeight.startsWith("bold") || parseInt(Xe(mt).fontWeight) >= 700) && (kt.bold = !0), Object.keys(kt).length > 0 && (vt =
|
|
43379
|
+
return At.fontStyle && Xe(mt).fontStyle === "italic" && (kt.italic = !0), At.fontWeight && (Xe(mt).fontWeight.startsWith("bold") || parseInt(Xe(mt).fontWeight) >= 700) && (kt.bold = !0), Object.keys(kt).length > 0 && (vt = je(vt, kt)), parseFloat(At.textIndent || 0) > 0 && (vt = new fe.default().insert(" ").concat(vt)), vt;
|
|
43386
43380
|
}
|
|
43387
43381
|
function Xt(mt, vt) {
|
|
43388
43382
|
var kt = mt.data;
|
|
@@ -43591,7 +43585,7 @@ function requireQuill() {
|
|
|
43591
43585
|
} else
|
|
43592
43586
|
Ge.classList.contains("ql-active") ? Ye = !1 : Ye = Ge.value || !Ge.hasAttribute("value"), Je.preventDefault();
|
|
43593
43587
|
Ze.quill.focus();
|
|
43594
|
-
var We = Ze.quill.selection.getRange(),
|
|
43588
|
+
var We = Ze.quill.selection.getRange(), je = oe(We, 1), Xe = je[0];
|
|
43595
43589
|
if (Ze.handlers[Ke] != null)
|
|
43596
43590
|
Ze.handlers[Ke].call(Ze, Ye);
|
|
43597
43591
|
else if (pe.default.query(Ke).prototype instanceof pe.default.Embed) {
|
|
@@ -43623,8 +43617,8 @@ function requireQuill() {
|
|
|
43623
43617
|
} else if (Ge == null)
|
|
43624
43618
|
Ye.classList.remove("ql-active");
|
|
43625
43619
|
else if (Ye.hasAttribute("value")) {
|
|
43626
|
-
var
|
|
43627
|
-
Ye.classList.toggle("ql-active",
|
|
43620
|
+
var je = Ze[Je] === Ye.getAttribute("value") || Ze[Je] != null && Ze[Je].toString() === Ye.getAttribute("value") || Ze[Je] == null && !Ye.getAttribute("value");
|
|
43621
|
+
Ye.classList.toggle("ql-active", je);
|
|
43628
43622
|
} else
|
|
43629
43623
|
Ye.classList.toggle("ql-active", Ze[Je] != null);
|
|
43630
43624
|
});
|
|
@@ -43632,7 +43626,7 @@ function requireQuill() {
|
|
|
43632
43626
|
}]), Ie;
|
|
43633
43627
|
})(_e.default);
|
|
43634
43628
|
Fe.DEFAULTS = {};
|
|
43635
|
-
function
|
|
43629
|
+
function Be(qe, Ie, Ne) {
|
|
43636
43630
|
var Ge = document.createElement("button");
|
|
43637
43631
|
Ge.setAttribute("type", "button"), Ge.classList.add("ql-" + Ie), Ne != null && (Ge.value = Ne), qe.appendChild(Ge);
|
|
43638
43632
|
}
|
|
@@ -43641,10 +43635,10 @@ function requireQuill() {
|
|
|
43641
43635
|
var Ge = document.createElement("span");
|
|
43642
43636
|
Ge.classList.add("ql-formats"), Ne.forEach(function(Ze) {
|
|
43643
43637
|
if (typeof Ze == "string")
|
|
43644
|
-
|
|
43638
|
+
Be(Ge, Ze);
|
|
43645
43639
|
else {
|
|
43646
43640
|
var Ke = Object.keys(Ze)[0], bt = Ze[Ke];
|
|
43647
|
-
Array.isArray(bt) ? Oe(Ge, Ke, bt) :
|
|
43641
|
+
Array.isArray(bt) ? Oe(Ge, Ke, bt) : Be(Ge, Ke, bt);
|
|
43648
43642
|
}
|
|
43649
43643
|
}), qe.appendChild(Ge);
|
|
43650
43644
|
});
|
|
@@ -43966,7 +43960,7 @@ function requireQuill() {
|
|
|
43966
43960
|
return ce(Oe, [{
|
|
43967
43961
|
key: "extendToolbar",
|
|
43968
43962
|
value: function(Ie) {
|
|
43969
|
-
Ie.container.classList.add("ql-snow"), this.buildButtons([].slice.call(Ie.container.querySelectorAll("button")), Ce.default), this.buildPickers([].slice.call(Ie.container.querySelectorAll("select")), Ce.default), this.tooltip = new
|
|
43963
|
+
Ie.container.classList.add("ql-snow"), this.buildButtons([].slice.call(Ie.container.querySelectorAll("button")), Ce.default), this.buildPickers([].slice.call(Ie.container.querySelectorAll("select")), Ce.default), this.tooltip = new Be(this.quill, this.options.bounds), Ie.container.querySelector(".ql-link") && this.quill.keyboard.addBinding({ key: "K", shortKey: !0 }, function(Ne, Ge) {
|
|
43970
43964
|
Ie.handlers.link.call(Ie, !Ge.format.link);
|
|
43971
43965
|
});
|
|
43972
43966
|
}
|
|
@@ -43991,7 +43985,7 @@ function requireQuill() {
|
|
|
43991
43985
|
}
|
|
43992
43986
|
}
|
|
43993
43987
|
});
|
|
43994
|
-
var
|
|
43988
|
+
var Be = (function(Pe) {
|
|
43995
43989
|
Le(Oe, Pe);
|
|
43996
43990
|
function Oe(qe, Ie) {
|
|
43997
43991
|
we(this, Oe);
|
|
@@ -44033,7 +44027,7 @@ function requireQuill() {
|
|
|
44033
44027
|
}
|
|
44034
44028
|
}]), Oe;
|
|
44035
44029
|
})(be.BaseTooltip);
|
|
44036
|
-
|
|
44030
|
+
Be.TEMPLATE = ['<a class="ql-preview" target="_blank" href="about:blank"></a>', '<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">', '<a class="ql-action"></a>', '<a class="ql-remove"></a>'].join(""), re.default = Fe;
|
|
44037
44031
|
}),
|
|
44038
44032
|
/* 64 */
|
|
44039
44033
|
/***/
|
|
@@ -44041,7 +44035,7 @@ function requireQuill() {
|
|
|
44041
44035
|
Object.defineProperty(re, "__esModule", {
|
|
44042
44036
|
value: !0
|
|
44043
44037
|
});
|
|
44044
|
-
var oe = ne(29), de = $t(oe), ce = ne(37), ue = ne(39), he = ne(65), pe = ne(66), fe = $t(pe), be = ne(67), ge = $t(be), ve = ne(68), me = $t(ve), _e = ne(38), ye = ne(26), Ce = ne(40), Se = ne(41), we = ne(57), Ae = $t(we), Le = ne(69), ze = $t(Le), Fe = ne(27),
|
|
44038
|
+
var oe = ne(29), de = $t(oe), ce = ne(37), ue = ne(39), he = ne(65), pe = ne(66), fe = $t(pe), be = ne(67), ge = $t(be), ve = ne(68), me = $t(ve), _e = ne(38), ye = ne(26), Ce = ne(40), Se = ne(41), we = ne(57), Ae = $t(we), Le = ne(69), ze = $t(Le), Fe = ne(27), Be = $t(Fe), Pe = ne(70), Oe = $t(Pe), qe = ne(71), Ie = $t(qe), Ne = ne(72), Ge = $t(Ne), Ze = ne(73), Ke = $t(Ze), bt = ne(74), Je = $t(bt), Ye = ne(13), Me = $t(Ye), We = ne(75), je = $t(We), Xe = ne(76), tt = $t(Xe), Ue = ne(58), Qe = $t(Ue), nt = ne(42), ot = $t(nt), yt = ne(28), Ct = $t(yt), Pt = ne(60), qt = $t(Pt), Nt = ne(61), Ut = $t(Nt), ns = ne(62), Xt = $t(ns), mt = ne(109), vt = $t(mt), kt = ne(63), At = $t(kt);
|
|
44045
44039
|
function $t(Mt) {
|
|
44046
44040
|
return Mt && Mt.__esModule ? Mt : { default: Mt };
|
|
44047
44041
|
}
|
|
@@ -44074,14 +44068,14 @@ function requireQuill() {
|
|
|
44074
44068
|
"formats/bold": Ae.default,
|
|
44075
44069
|
"formats/code": Ye.Code,
|
|
44076
44070
|
"formats/italic": ze.default,
|
|
44077
|
-
"formats/link":
|
|
44071
|
+
"formats/link": Be.default,
|
|
44078
44072
|
"formats/script": Oe.default,
|
|
44079
44073
|
"formats/strike": Ie.default,
|
|
44080
44074
|
"formats/underline": Ge.default,
|
|
44081
44075
|
"formats/image": Ke.default,
|
|
44082
44076
|
"formats/video": Je.default,
|
|
44083
44077
|
"formats/list/item": ve.ListItem,
|
|
44084
|
-
"modules/formula":
|
|
44078
|
+
"modules/formula": je.default,
|
|
44085
44079
|
"modules/syntax": tt.default,
|
|
44086
44080
|
"modules/toolbar": Qe.default,
|
|
44087
44081
|
"themes/bubble": vt.default,
|
|
@@ -44271,8 +44265,8 @@ function requireQuill() {
|
|
|
44271
44265
|
Ae === null && (Ae = Function.prototype);
|
|
44272
44266
|
var Fe = Object.getOwnPropertyDescriptor(Ae, Le);
|
|
44273
44267
|
if (Fe === void 0) {
|
|
44274
|
-
var
|
|
44275
|
-
return
|
|
44268
|
+
var Be = Object.getPrototypeOf(Ae);
|
|
44269
|
+
return Be === null ? void 0 : we(Be, Le, ze);
|
|
44276
44270
|
} else {
|
|
44277
44271
|
if ("value" in Fe)
|
|
44278
44272
|
return Fe.value;
|
|
@@ -44332,8 +44326,8 @@ function requireQuill() {
|
|
|
44332
44326
|
ye(Ae, we), oe(Ae, null, [{
|
|
44333
44327
|
key: "create",
|
|
44334
44328
|
value: function(ze) {
|
|
44335
|
-
var Fe = ze === "ordered" ? "OL" : "UL",
|
|
44336
|
-
return (ze === "checked" || ze === "unchecked") &&
|
|
44329
|
+
var Fe = ze === "ordered" ? "OL" : "UL", Be = de(Ae.__proto__ || Object.getPrototypeOf(Ae), "create", this).call(this, Fe);
|
|
44330
|
+
return (ze === "checked" || ze === "unchecked") && Be.setAttribute("data-checked", ze === "checked"), Be;
|
|
44337
44331
|
}
|
|
44338
44332
|
}, {
|
|
44339
44333
|
key: "formats",
|
|
@@ -44369,7 +44363,7 @@ function requireQuill() {
|
|
|
44369
44363
|
if (ze instanceof Ce)
|
|
44370
44364
|
de(Ae.prototype.__proto__ || Object.getPrototypeOf(Ae.prototype), "insertBefore", this).call(this, ze, Fe);
|
|
44371
44365
|
else {
|
|
44372
|
-
var
|
|
44366
|
+
var Be = Fe == null ? this.length() : Fe.offset(this), Pe = this.split(Be);
|
|
44373
44367
|
Pe.parent.insertBefore(ze, Pe);
|
|
44374
44368
|
}
|
|
44375
44369
|
}
|
|
@@ -44754,8 +44748,8 @@ function requireQuill() {
|
|
|
44754
44748
|
} else {
|
|
44755
44749
|
if ("value" in ze)
|
|
44756
44750
|
return ze.value;
|
|
44757
|
-
var
|
|
44758
|
-
return
|
|
44751
|
+
var Be = ze.get;
|
|
44752
|
+
return Be === void 0 ? void 0 : Be.call(Le);
|
|
44759
44753
|
}
|
|
44760
44754
|
}, ce = ne(36), ue = ge(ce), he = ne(5), pe = ge(he), fe = ne(9), be = ge(fe);
|
|
44761
44755
|
function ge(Se) {
|
|
@@ -44823,25 +44817,25 @@ function requireQuill() {
|
|
|
44823
44817
|
}), re.default = re.CodeToken = re.CodeBlock = void 0;
|
|
44824
44818
|
var oe = /* @__PURE__ */ (function() {
|
|
44825
44819
|
function Le(ze, Fe) {
|
|
44826
|
-
for (var
|
|
44827
|
-
var Pe = Fe[
|
|
44820
|
+
for (var Be = 0; Be < Fe.length; Be++) {
|
|
44821
|
+
var Pe = Fe[Be];
|
|
44828
44822
|
Pe.enumerable = Pe.enumerable || !1, Pe.configurable = !0, "value" in Pe && (Pe.writable = !0), Object.defineProperty(ze, Pe.key, Pe);
|
|
44829
44823
|
}
|
|
44830
44824
|
}
|
|
44831
|
-
return function(ze, Fe,
|
|
44832
|
-
return Fe && Le(ze.prototype, Fe),
|
|
44825
|
+
return function(ze, Fe, Be) {
|
|
44826
|
+
return Fe && Le(ze.prototype, Fe), Be && Le(ze, Be), ze;
|
|
44833
44827
|
};
|
|
44834
|
-
})(), de = function Le(ze, Fe,
|
|
44828
|
+
})(), de = function Le(ze, Fe, Be) {
|
|
44835
44829
|
ze === null && (ze = Function.prototype);
|
|
44836
44830
|
var Pe = Object.getOwnPropertyDescriptor(ze, Fe);
|
|
44837
44831
|
if (Pe === void 0) {
|
|
44838
44832
|
var Oe = Object.getPrototypeOf(ze);
|
|
44839
|
-
return Oe === null ? void 0 : Le(Oe, Fe,
|
|
44833
|
+
return Oe === null ? void 0 : Le(Oe, Fe, Be);
|
|
44840
44834
|
} else {
|
|
44841
44835
|
if ("value" in Pe)
|
|
44842
44836
|
return Pe.value;
|
|
44843
44837
|
var qe = Pe.get;
|
|
44844
|
-
return qe === void 0 ? void 0 : qe.call(
|
|
44838
|
+
return qe === void 0 ? void 0 : qe.call(Be);
|
|
44845
44839
|
}
|
|
44846
44840
|
}, ce = ne(0), ue = me(ce), he = ne(5), pe = me(he), fe = ne(9), be = me(fe), ge = ne(13), ve = me(ge);
|
|
44847
44841
|
function me(Le) {
|
|
@@ -44868,14 +44862,14 @@ function requireQuill() {
|
|
|
44868
44862
|
}
|
|
44869
44863
|
return oe(ze, [{
|
|
44870
44864
|
key: "replaceWith",
|
|
44871
|
-
value: function(
|
|
44872
|
-
this.domNode.textContent = this.domNode.textContent, this.attach(), de(ze.prototype.__proto__ || Object.getPrototypeOf(ze.prototype), "replaceWith", this).call(this,
|
|
44865
|
+
value: function(Be) {
|
|
44866
|
+
this.domNode.textContent = this.domNode.textContent, this.attach(), de(ze.prototype.__proto__ || Object.getPrototypeOf(ze.prototype), "replaceWith", this).call(this, Be);
|
|
44873
44867
|
}
|
|
44874
44868
|
}, {
|
|
44875
44869
|
key: "highlight",
|
|
44876
|
-
value: function(
|
|
44870
|
+
value: function(Be) {
|
|
44877
44871
|
var Pe = this.domNode.textContent;
|
|
44878
|
-
this.cachedText !== Pe && ((Pe.trim().length > 0 || this.cachedText == null) && (this.domNode.innerHTML =
|
|
44872
|
+
this.cachedText !== Pe && ((Pe.trim().length > 0 || this.cachedText == null) && (this.domNode.innerHTML = Be(Pe), this.domNode.normalize(), this.attach()), this.cachedText = Pe);
|
|
44879
44873
|
}
|
|
44880
44874
|
}]), ze;
|
|
44881
44875
|
})(ve.default);
|
|
@@ -44889,9 +44883,9 @@ function requireQuill() {
|
|
|
44889
44883
|
pe.default.register(we, !0), pe.default.register(Se, !0);
|
|
44890
44884
|
}
|
|
44891
44885
|
}]);
|
|
44892
|
-
function ze(Fe,
|
|
44886
|
+
function ze(Fe, Be) {
|
|
44893
44887
|
_e(this, ze);
|
|
44894
|
-
var Pe = ye(this, (ze.__proto__ || Object.getPrototypeOf(ze)).call(this, Fe,
|
|
44888
|
+
var Pe = ye(this, (ze.__proto__ || Object.getPrototypeOf(ze)).call(this, Fe, Be));
|
|
44895
44889
|
if (typeof Pe.options.highlight != "function")
|
|
44896
44890
|
throw new Error("Syntax module requires highlight.js. Please include the library on the page before Quill.");
|
|
44897
44891
|
var Oe = null;
|
|
@@ -44904,12 +44898,12 @@ function requireQuill() {
|
|
|
44904
44898
|
return oe(ze, [{
|
|
44905
44899
|
key: "highlight",
|
|
44906
44900
|
value: function() {
|
|
44907
|
-
var
|
|
44901
|
+
var Be = this;
|
|
44908
44902
|
if (!this.quill.selection.composing) {
|
|
44909
44903
|
this.quill.update(pe.default.sources.USER);
|
|
44910
44904
|
var Pe = this.quill.getSelection();
|
|
44911
44905
|
this.quill.scroll.descendants(Se).forEach(function(Oe) {
|
|
44912
|
-
Oe.highlight(
|
|
44906
|
+
Oe.highlight(Be.options.highlight);
|
|
44913
44907
|
}), this.quill.update(pe.default.sources.SILENT), Pe != null && this.quill.setSelection(Pe, pe.default.sources.SILENT);
|
|
44914
44908
|
}
|
|
44915
44909
|
}
|
|
@@ -45091,12 +45085,12 @@ function requireQuill() {
|
|
|
45091
45085
|
Object.defineProperty(re, "__esModule", {
|
|
45092
45086
|
value: !0
|
|
45093
45087
|
}), re.default = re.BubbleTooltip = void 0;
|
|
45094
|
-
var oe = function ze(Fe,
|
|
45088
|
+
var oe = function ze(Fe, Be, Pe) {
|
|
45095
45089
|
Fe === null && (Fe = Function.prototype);
|
|
45096
|
-
var Oe = Object.getOwnPropertyDescriptor(Fe,
|
|
45090
|
+
var Oe = Object.getOwnPropertyDescriptor(Fe, Be);
|
|
45097
45091
|
if (Oe === void 0) {
|
|
45098
45092
|
var qe = Object.getPrototypeOf(Fe);
|
|
45099
|
-
return qe === null ? void 0 : ze(qe,
|
|
45093
|
+
return qe === null ? void 0 : ze(qe, Be, Pe);
|
|
45100
45094
|
} else {
|
|
45101
45095
|
if ("value" in Oe)
|
|
45102
45096
|
return Oe.value;
|
|
@@ -45104,14 +45098,14 @@ function requireQuill() {
|
|
|
45104
45098
|
return Ie === void 0 ? void 0 : Ie.call(Pe);
|
|
45105
45099
|
}
|
|
45106
45100
|
}, de = /* @__PURE__ */ (function() {
|
|
45107
|
-
function ze(Fe,
|
|
45108
|
-
for (var Pe = 0; Pe <
|
|
45109
|
-
var Oe =
|
|
45101
|
+
function ze(Fe, Be) {
|
|
45102
|
+
for (var Pe = 0; Pe < Be.length; Pe++) {
|
|
45103
|
+
var Oe = Be[Pe];
|
|
45110
45104
|
Oe.enumerable = Oe.enumerable || !1, Oe.configurable = !0, "value" in Oe && (Oe.writable = !0), Object.defineProperty(Fe, Oe.key, Oe);
|
|
45111
45105
|
}
|
|
45112
45106
|
}
|
|
45113
|
-
return function(Fe,
|
|
45114
|
-
return
|
|
45107
|
+
return function(Fe, Be, Pe) {
|
|
45108
|
+
return Be && ze(Fe.prototype, Be), Pe && ze(Fe, Pe), Fe;
|
|
45115
45109
|
};
|
|
45116
45110
|
})(), ce = ne(3), ue = _e(ce), he = ne(8), pe = _e(he), fe = ne(44), be = _e(fe), ge = ne(15), ve = ne(42), me = _e(ve);
|
|
45117
45111
|
function _e(ze) {
|
|
@@ -45133,9 +45127,9 @@ function requireQuill() {
|
|
|
45133
45127
|
}
|
|
45134
45128
|
var we = [["bold", "italic", "link"], [{ header: 1 }, { header: 2 }, "blockquote"]], Ae = (function(ze) {
|
|
45135
45129
|
Se(Fe, ze);
|
|
45136
|
-
function Fe(
|
|
45130
|
+
function Fe(Be, Pe) {
|
|
45137
45131
|
ye(this, Fe), Pe.modules.toolbar != null && Pe.modules.toolbar.container == null && (Pe.modules.toolbar.container = we);
|
|
45138
|
-
var Oe = Ce(this, (Fe.__proto__ || Object.getPrototypeOf(Fe)).call(this,
|
|
45132
|
+
var Oe = Ce(this, (Fe.__proto__ || Object.getPrototypeOf(Fe)).call(this, Be, Pe));
|
|
45139
45133
|
return Oe.quill.container.classList.add("ql-bubble"), Oe;
|
|
45140
45134
|
}
|
|
45141
45135
|
return de(Fe, [{
|
|
@@ -45158,9 +45152,9 @@ function requireQuill() {
|
|
|
45158
45152
|
});
|
|
45159
45153
|
var Le = (function(ze) {
|
|
45160
45154
|
Se(Fe, ze);
|
|
45161
|
-
function Fe(
|
|
45155
|
+
function Fe(Be, Pe) {
|
|
45162
45156
|
ye(this, Fe);
|
|
45163
|
-
var Oe = Ce(this, (Fe.__proto__ || Object.getPrototypeOf(Fe)).call(this,
|
|
45157
|
+
var Oe = Ce(this, (Fe.__proto__ || Object.getPrototypeOf(Fe)).call(this, Be, Pe));
|
|
45164
45158
|
return Oe.quill.on(pe.default.events.EDITOR_CHANGE, function(qe, Ie, Ne, Ge) {
|
|
45165
45159
|
if (qe === pe.default.events.SELECTION_CHANGE)
|
|
45166
45160
|
if (Ie != null && Ie.length > 0 && Ge === pe.default.sources.USER) {
|
|
@@ -45980,10 +45974,10 @@ const commonNavMenuItems = [
|
|
|
45980
45974
|
"primaria-content-switcher",
|
|
45981
45975
|
d$u
|
|
45982
45976
|
), useSharedUI(), useComponents(), useInternalViews();
|
|
45983
|
-
}, initializeShell = (te) => {
|
|
45984
|
-
useLocalization(shellApi), useUI(), useFeatures(shellApi);
|
|
45985
|
-
const
|
|
45986
|
-
te.appendChild(
|
|
45977
|
+
}, initializeShell = (te, J) => {
|
|
45978
|
+
useLocalization(shellApi), useUI(), useFeatures(shellApi, J);
|
|
45979
|
+
const X = new PrimariaShell();
|
|
45980
|
+
te.appendChild(X);
|
|
45987
45981
|
};
|
|
45988
45982
|
class n extends HTMLElement {
|
|
45989
45983
|
constructor(J, X, re = {}) {
|
|
@@ -46036,4 +46030,4 @@ export {
|
|
|
46036
46030
|
h as v,
|
|
46037
46031
|
PrimariaInteractionService as w
|
|
46038
46032
|
};
|
|
46039
|
-
//# sourceMappingURL=index-
|
|
46033
|
+
//# sourceMappingURL=index-cueNwNYW.js.map
|