@seamly/web-ui 22.3.0-beta.2 → 22.3.0-beta.3
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/build/dist/lib/components.js +162 -161
- package/build/dist/lib/components.js.map +1 -1
- package/build/dist/lib/components.min.js +1 -1
- package/build/dist/lib/components.min.js.map +1 -1
- package/build/dist/lib/hooks.js +162 -161
- package/build/dist/lib/hooks.js.map +1 -1
- package/build/dist/lib/hooks.min.js +1 -1
- package/build/dist/lib/hooks.min.js.map +1 -1
- package/build/dist/lib/index.debug.js +158 -86
- package/build/dist/lib/index.debug.js.map +1 -1
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.debug.min.js.map +1 -1
- package/build/dist/lib/index.js +348 -190
- package/build/dist/lib/index.js.map +1 -1
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/index.min.js.map +1 -1
- package/build/dist/lib/standalone.js +764 -201
- package/build/dist/lib/standalone.js.map +1 -1
- package/build/dist/lib/standalone.min.js +1 -1
- package/build/dist/lib/standalone.min.js.map +1 -1
- package/build/dist/lib/storage.min.js.map +1 -1
- package/build/dist/lib/style-guide.js +202 -188
- package/build/dist/lib/style-guide.js.map +1 -1
- package/build/dist/lib/style-guide.min.js +1 -1
- package/build/dist/lib/style-guide.min.js.map +1 -1
- package/build/dist/lib/styles-default-implementation.css +1 -1
- package/build/dist/lib/styles.css +1 -1
- package/build/dist/lib/utils.js +202 -188
- package/build/dist/lib/utils.js.map +1 -1
- package/build/dist/lib/utils.min.js +1 -1
- package/build/dist/lib/utils.min.js.map +1 -1
- package/package.json +1 -1
- package/src/javascripts/api/conversation-connector.ts +6 -9
- package/src/javascripts/ui/components/core/seamly-event-subscriber.ts +20 -15
package/build/dist/lib/index.js
CHANGED
|
@@ -14,6 +14,8 @@ if (false) {} else {
|
|
|
14
14
|
/***/ 6456:
|
|
15
15
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
16
16
|
|
|
17
|
+
"use strict";
|
|
18
|
+
|
|
17
19
|
__webpack_require__(2262);
|
|
18
20
|
var entryUnbind = __webpack_require__(2649);
|
|
19
21
|
|
|
@@ -25,6 +27,8 @@ module.exports = entryUnbind('Array', 'at');
|
|
|
25
27
|
/***/ 9662:
|
|
26
28
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
27
29
|
|
|
30
|
+
"use strict";
|
|
31
|
+
|
|
28
32
|
var isCallable = __webpack_require__(614);
|
|
29
33
|
var tryToString = __webpack_require__(6330);
|
|
30
34
|
|
|
@@ -42,6 +46,8 @@ module.exports = function (argument) {
|
|
|
42
46
|
/***/ 1223:
|
|
43
47
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
44
48
|
|
|
49
|
+
"use strict";
|
|
50
|
+
|
|
45
51
|
var wellKnownSymbol = __webpack_require__(5112);
|
|
46
52
|
var create = __webpack_require__(30);
|
|
47
53
|
var defineProperty = (__webpack_require__(3070).f);
|
|
@@ -69,6 +75,8 @@ module.exports = function (key) {
|
|
|
69
75
|
/***/ 9670:
|
|
70
76
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
71
77
|
|
|
78
|
+
"use strict";
|
|
79
|
+
|
|
72
80
|
var isObject = __webpack_require__(111);
|
|
73
81
|
|
|
74
82
|
var $String = String;
|
|
@@ -86,6 +94,8 @@ module.exports = function (argument) {
|
|
|
86
94
|
/***/ 1318:
|
|
87
95
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
88
96
|
|
|
97
|
+
"use strict";
|
|
98
|
+
|
|
89
99
|
var toIndexedObject = __webpack_require__(5656);
|
|
90
100
|
var toAbsoluteIndex = __webpack_require__(1400);
|
|
91
101
|
var lengthOfArrayLike = __webpack_require__(6244);
|
|
@@ -125,6 +135,8 @@ module.exports = {
|
|
|
125
135
|
/***/ 4326:
|
|
126
136
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
127
137
|
|
|
138
|
+
"use strict";
|
|
139
|
+
|
|
128
140
|
var uncurryThis = __webpack_require__(1702);
|
|
129
141
|
|
|
130
142
|
var toString = uncurryThis({}.toString);
|
|
@@ -140,6 +152,8 @@ module.exports = function (it) {
|
|
|
140
152
|
/***/ 9920:
|
|
141
153
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
142
154
|
|
|
155
|
+
"use strict";
|
|
156
|
+
|
|
143
157
|
var hasOwn = __webpack_require__(2597);
|
|
144
158
|
var ownKeys = __webpack_require__(3887);
|
|
145
159
|
var getOwnPropertyDescriptorModule = __webpack_require__(1236);
|
|
@@ -163,6 +177,8 @@ module.exports = function (target, source, exceptions) {
|
|
|
163
177
|
/***/ 8880:
|
|
164
178
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
165
179
|
|
|
180
|
+
"use strict";
|
|
181
|
+
|
|
166
182
|
var DESCRIPTORS = __webpack_require__(9781);
|
|
167
183
|
var definePropertyModule = __webpack_require__(3070);
|
|
168
184
|
var createPropertyDescriptor = __webpack_require__(9114);
|
|
@@ -180,6 +196,8 @@ module.exports = DESCRIPTORS ? function (object, key, value) {
|
|
|
180
196
|
/***/ 9114:
|
|
181
197
|
/***/ ((module) => {
|
|
182
198
|
|
|
199
|
+
"use strict";
|
|
200
|
+
|
|
183
201
|
module.exports = function (bitmap, value) {
|
|
184
202
|
return {
|
|
185
203
|
enumerable: !(bitmap & 1),
|
|
@@ -195,6 +213,8 @@ module.exports = function (bitmap, value) {
|
|
|
195
213
|
/***/ 8052:
|
|
196
214
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
197
215
|
|
|
216
|
+
"use strict";
|
|
217
|
+
|
|
198
218
|
var isCallable = __webpack_require__(614);
|
|
199
219
|
var definePropertyModule = __webpack_require__(3070);
|
|
200
220
|
var makeBuiltIn = __webpack_require__(6339);
|
|
@@ -229,6 +249,8 @@ module.exports = function (O, key, value, options) {
|
|
|
229
249
|
/***/ 3072:
|
|
230
250
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
231
251
|
|
|
252
|
+
"use strict";
|
|
253
|
+
|
|
232
254
|
var global = __webpack_require__(7854);
|
|
233
255
|
|
|
234
256
|
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
@@ -248,6 +270,8 @@ module.exports = function (key, value) {
|
|
|
248
270
|
/***/ 9781:
|
|
249
271
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
250
272
|
|
|
273
|
+
"use strict";
|
|
274
|
+
|
|
251
275
|
var fails = __webpack_require__(7293);
|
|
252
276
|
|
|
253
277
|
// Detect IE8's incomplete defineProperty implementation
|
|
@@ -262,6 +286,8 @@ module.exports = !fails(function () {
|
|
|
262
286
|
/***/ 4154:
|
|
263
287
|
/***/ ((module) => {
|
|
264
288
|
|
|
289
|
+
"use strict";
|
|
290
|
+
|
|
265
291
|
var documentAll = typeof document == 'object' && document.all;
|
|
266
292
|
|
|
267
293
|
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
|
|
@@ -279,6 +305,8 @@ module.exports = {
|
|
|
279
305
|
/***/ 317:
|
|
280
306
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
281
307
|
|
|
308
|
+
"use strict";
|
|
309
|
+
|
|
282
310
|
var global = __webpack_require__(7854);
|
|
283
311
|
var isObject = __webpack_require__(111);
|
|
284
312
|
|
|
@@ -296,6 +324,8 @@ module.exports = function (it) {
|
|
|
296
324
|
/***/ 8113:
|
|
297
325
|
/***/ ((module) => {
|
|
298
326
|
|
|
327
|
+
"use strict";
|
|
328
|
+
|
|
299
329
|
module.exports = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
|
|
300
330
|
|
|
301
331
|
|
|
@@ -304,6 +334,8 @@ module.exports = typeof navigator != 'undefined' && String(navigator.userAgent)
|
|
|
304
334
|
/***/ 7392:
|
|
305
335
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
306
336
|
|
|
337
|
+
"use strict";
|
|
338
|
+
|
|
307
339
|
var global = __webpack_require__(7854);
|
|
308
340
|
var userAgent = __webpack_require__(8113);
|
|
309
341
|
|
|
@@ -338,6 +370,8 @@ module.exports = version;
|
|
|
338
370
|
/***/ 2649:
|
|
339
371
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
340
372
|
|
|
373
|
+
"use strict";
|
|
374
|
+
|
|
341
375
|
var global = __webpack_require__(7854);
|
|
342
376
|
var uncurryThis = __webpack_require__(1702);
|
|
343
377
|
|
|
@@ -351,6 +385,8 @@ module.exports = function (CONSTRUCTOR, METHOD) {
|
|
|
351
385
|
/***/ 748:
|
|
352
386
|
/***/ ((module) => {
|
|
353
387
|
|
|
388
|
+
"use strict";
|
|
389
|
+
|
|
354
390
|
// IE8- don't enum bug keys
|
|
355
391
|
module.exports = [
|
|
356
392
|
'constructor',
|
|
@@ -368,6 +404,8 @@ module.exports = [
|
|
|
368
404
|
/***/ 2109:
|
|
369
405
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
370
406
|
|
|
407
|
+
"use strict";
|
|
408
|
+
|
|
371
409
|
var global = __webpack_require__(7854);
|
|
372
410
|
var getOwnPropertyDescriptor = (__webpack_require__(1236).f);
|
|
373
411
|
var createNonEnumerableProperty = __webpack_require__(8880);
|
|
@@ -429,6 +467,8 @@ module.exports = function (options, source) {
|
|
|
429
467
|
/***/ 7293:
|
|
430
468
|
/***/ ((module) => {
|
|
431
469
|
|
|
470
|
+
"use strict";
|
|
471
|
+
|
|
432
472
|
module.exports = function (exec) {
|
|
433
473
|
try {
|
|
434
474
|
return !!exec();
|
|
@@ -443,6 +483,8 @@ module.exports = function (exec) {
|
|
|
443
483
|
/***/ 4374:
|
|
444
484
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
445
485
|
|
|
486
|
+
"use strict";
|
|
487
|
+
|
|
446
488
|
var fails = __webpack_require__(7293);
|
|
447
489
|
|
|
448
490
|
module.exports = !fails(function () {
|
|
@@ -458,6 +500,8 @@ module.exports = !fails(function () {
|
|
|
458
500
|
/***/ 6916:
|
|
459
501
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
460
502
|
|
|
503
|
+
"use strict";
|
|
504
|
+
|
|
461
505
|
var NATIVE_BIND = __webpack_require__(4374);
|
|
462
506
|
|
|
463
507
|
var call = Function.prototype.call;
|
|
@@ -472,6 +516,8 @@ module.exports = NATIVE_BIND ? call.bind(call) : function () {
|
|
|
472
516
|
/***/ 6530:
|
|
473
517
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
474
518
|
|
|
519
|
+
"use strict";
|
|
520
|
+
|
|
475
521
|
var DESCRIPTORS = __webpack_require__(9781);
|
|
476
522
|
var hasOwn = __webpack_require__(2597);
|
|
477
523
|
|
|
@@ -496,6 +542,8 @@ module.exports = {
|
|
|
496
542
|
/***/ 1702:
|
|
497
543
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
498
544
|
|
|
545
|
+
"use strict";
|
|
546
|
+
|
|
499
547
|
var NATIVE_BIND = __webpack_require__(4374);
|
|
500
548
|
|
|
501
549
|
var FunctionPrototype = Function.prototype;
|
|
@@ -514,6 +562,8 @@ module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
|
|
|
514
562
|
/***/ 5005:
|
|
515
563
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
516
564
|
|
|
565
|
+
"use strict";
|
|
566
|
+
|
|
517
567
|
var global = __webpack_require__(7854);
|
|
518
568
|
var isCallable = __webpack_require__(614);
|
|
519
569
|
|
|
@@ -531,6 +581,8 @@ module.exports = function (namespace, method) {
|
|
|
531
581
|
/***/ 8173:
|
|
532
582
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
533
583
|
|
|
584
|
+
"use strict";
|
|
585
|
+
|
|
534
586
|
var aCallable = __webpack_require__(9662);
|
|
535
587
|
var isNullOrUndefined = __webpack_require__(8554);
|
|
536
588
|
|
|
@@ -547,6 +599,8 @@ module.exports = function (V, P) {
|
|
|
547
599
|
/***/ 7854:
|
|
548
600
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
549
601
|
|
|
602
|
+
"use strict";
|
|
603
|
+
|
|
550
604
|
var check = function (it) {
|
|
551
605
|
return it && it.Math == Math && it;
|
|
552
606
|
};
|
|
@@ -568,6 +622,8 @@ module.exports =
|
|
|
568
622
|
/***/ 2597:
|
|
569
623
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
570
624
|
|
|
625
|
+
"use strict";
|
|
626
|
+
|
|
571
627
|
var uncurryThis = __webpack_require__(1702);
|
|
572
628
|
var toObject = __webpack_require__(7908);
|
|
573
629
|
|
|
@@ -586,6 +642,8 @@ module.exports = Object.hasOwn || function hasOwn(it, key) {
|
|
|
586
642
|
/***/ 3501:
|
|
587
643
|
/***/ ((module) => {
|
|
588
644
|
|
|
645
|
+
"use strict";
|
|
646
|
+
|
|
589
647
|
module.exports = {};
|
|
590
648
|
|
|
591
649
|
|
|
@@ -594,6 +652,8 @@ module.exports = {};
|
|
|
594
652
|
/***/ 490:
|
|
595
653
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
596
654
|
|
|
655
|
+
"use strict";
|
|
656
|
+
|
|
597
657
|
var getBuiltIn = __webpack_require__(5005);
|
|
598
658
|
|
|
599
659
|
module.exports = getBuiltIn('document', 'documentElement');
|
|
@@ -604,6 +664,8 @@ module.exports = getBuiltIn('document', 'documentElement');
|
|
|
604
664
|
/***/ 4664:
|
|
605
665
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
606
666
|
|
|
667
|
+
"use strict";
|
|
668
|
+
|
|
607
669
|
var DESCRIPTORS = __webpack_require__(9781);
|
|
608
670
|
var fails = __webpack_require__(7293);
|
|
609
671
|
var createElement = __webpack_require__(317);
|
|
@@ -622,6 +684,8 @@ module.exports = !DESCRIPTORS && !fails(function () {
|
|
|
622
684
|
/***/ 8361:
|
|
623
685
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
624
686
|
|
|
687
|
+
"use strict";
|
|
688
|
+
|
|
625
689
|
var uncurryThis = __webpack_require__(1702);
|
|
626
690
|
var fails = __webpack_require__(7293);
|
|
627
691
|
var classof = __webpack_require__(4326);
|
|
@@ -644,6 +708,8 @@ module.exports = fails(function () {
|
|
|
644
708
|
/***/ 2788:
|
|
645
709
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
646
710
|
|
|
711
|
+
"use strict";
|
|
712
|
+
|
|
647
713
|
var uncurryThis = __webpack_require__(1702);
|
|
648
714
|
var isCallable = __webpack_require__(614);
|
|
649
715
|
var store = __webpack_require__(5465);
|
|
@@ -665,6 +731,8 @@ module.exports = store.inspectSource;
|
|
|
665
731
|
/***/ 9909:
|
|
666
732
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
667
733
|
|
|
734
|
+
"use strict";
|
|
735
|
+
|
|
668
736
|
var NATIVE_WEAK_MAP = __webpack_require__(4811);
|
|
669
737
|
var global = __webpack_require__(7854);
|
|
670
738
|
var isObject = __webpack_require__(111);
|
|
@@ -742,6 +810,8 @@ module.exports = {
|
|
|
742
810
|
/***/ 614:
|
|
743
811
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
744
812
|
|
|
813
|
+
"use strict";
|
|
814
|
+
|
|
745
815
|
var $documentAll = __webpack_require__(4154);
|
|
746
816
|
|
|
747
817
|
var documentAll = $documentAll.all;
|
|
@@ -760,6 +830,8 @@ module.exports = $documentAll.IS_HTMLDDA ? function (argument) {
|
|
|
760
830
|
/***/ 4705:
|
|
761
831
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
762
832
|
|
|
833
|
+
"use strict";
|
|
834
|
+
|
|
763
835
|
var fails = __webpack_require__(7293);
|
|
764
836
|
var isCallable = __webpack_require__(614);
|
|
765
837
|
|
|
@@ -789,6 +861,8 @@ module.exports = isForced;
|
|
|
789
861
|
/***/ 8554:
|
|
790
862
|
/***/ ((module) => {
|
|
791
863
|
|
|
864
|
+
"use strict";
|
|
865
|
+
|
|
792
866
|
// we can't use just `it == null` since of `document.all` special case
|
|
793
867
|
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
|
|
794
868
|
module.exports = function (it) {
|
|
@@ -801,6 +875,8 @@ module.exports = function (it) {
|
|
|
801
875
|
/***/ 111:
|
|
802
876
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
803
877
|
|
|
878
|
+
"use strict";
|
|
879
|
+
|
|
804
880
|
var isCallable = __webpack_require__(614);
|
|
805
881
|
var $documentAll = __webpack_require__(4154);
|
|
806
882
|
|
|
@@ -818,6 +894,8 @@ module.exports = $documentAll.IS_HTMLDDA ? function (it) {
|
|
|
818
894
|
/***/ 1913:
|
|
819
895
|
/***/ ((module) => {
|
|
820
896
|
|
|
897
|
+
"use strict";
|
|
898
|
+
|
|
821
899
|
module.exports = false;
|
|
822
900
|
|
|
823
901
|
|
|
@@ -826,6 +904,8 @@ module.exports = false;
|
|
|
826
904
|
/***/ 2190:
|
|
827
905
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
828
906
|
|
|
907
|
+
"use strict";
|
|
908
|
+
|
|
829
909
|
var getBuiltIn = __webpack_require__(5005);
|
|
830
910
|
var isCallable = __webpack_require__(614);
|
|
831
911
|
var isPrototypeOf = __webpack_require__(7976);
|
|
@@ -846,6 +926,8 @@ module.exports = USE_SYMBOL_AS_UID ? function (it) {
|
|
|
846
926
|
/***/ 6244:
|
|
847
927
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
848
928
|
|
|
929
|
+
"use strict";
|
|
930
|
+
|
|
849
931
|
var toLength = __webpack_require__(7466);
|
|
850
932
|
|
|
851
933
|
// `LengthOfArrayLike` abstract operation
|
|
@@ -860,6 +942,8 @@ module.exports = function (obj) {
|
|
|
860
942
|
/***/ 6339:
|
|
861
943
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
862
944
|
|
|
945
|
+
"use strict";
|
|
946
|
+
|
|
863
947
|
var uncurryThis = __webpack_require__(1702);
|
|
864
948
|
var fails = __webpack_require__(7293);
|
|
865
949
|
var isCallable = __webpack_require__(614);
|
|
@@ -921,6 +1005,8 @@ Function.prototype.toString = makeBuiltIn(function toString() {
|
|
|
921
1005
|
/***/ 4758:
|
|
922
1006
|
/***/ ((module) => {
|
|
923
1007
|
|
|
1008
|
+
"use strict";
|
|
1009
|
+
|
|
924
1010
|
var ceil = Math.ceil;
|
|
925
1011
|
var floor = Math.floor;
|
|
926
1012
|
|
|
@@ -938,6 +1024,8 @@ module.exports = Math.trunc || function trunc(x) {
|
|
|
938
1024
|
/***/ 30:
|
|
939
1025
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
940
1026
|
|
|
1027
|
+
"use strict";
|
|
1028
|
+
|
|
941
1029
|
/* global ActiveXObject -- old IE, WSH */
|
|
942
1030
|
var anObject = __webpack_require__(9670);
|
|
943
1031
|
var definePropertiesModule = __webpack_require__(6048);
|
|
@@ -1028,6 +1116,8 @@ module.exports = Object.create || function create(O, Properties) {
|
|
|
1028
1116
|
/***/ 6048:
|
|
1029
1117
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
1030
1118
|
|
|
1119
|
+
"use strict";
|
|
1120
|
+
|
|
1031
1121
|
var DESCRIPTORS = __webpack_require__(9781);
|
|
1032
1122
|
var V8_PROTOTYPE_DEFINE_BUG = __webpack_require__(3353);
|
|
1033
1123
|
var definePropertyModule = __webpack_require__(3070);
|
|
@@ -1055,6 +1145,8 @@ exports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties :
|
|
|
1055
1145
|
/***/ 3070:
|
|
1056
1146
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
1057
1147
|
|
|
1148
|
+
"use strict";
|
|
1149
|
+
|
|
1058
1150
|
var DESCRIPTORS = __webpack_require__(9781);
|
|
1059
1151
|
var IE8_DOM_DEFINE = __webpack_require__(4664);
|
|
1060
1152
|
var V8_PROTOTYPE_DEFINE_BUG = __webpack_require__(3353);
|
|
@@ -1105,6 +1197,8 @@ exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P
|
|
|
1105
1197
|
/***/ 1236:
|
|
1106
1198
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
1107
1199
|
|
|
1200
|
+
"use strict";
|
|
1201
|
+
|
|
1108
1202
|
var DESCRIPTORS = __webpack_require__(9781);
|
|
1109
1203
|
var call = __webpack_require__(6916);
|
|
1110
1204
|
var propertyIsEnumerableModule = __webpack_require__(5296);
|
|
@@ -1134,6 +1228,8 @@ exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDes
|
|
|
1134
1228
|
/***/ 8006:
|
|
1135
1229
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
1136
1230
|
|
|
1231
|
+
"use strict";
|
|
1232
|
+
|
|
1137
1233
|
var internalObjectKeys = __webpack_require__(6324);
|
|
1138
1234
|
var enumBugKeys = __webpack_require__(748);
|
|
1139
1235
|
|
|
@@ -1152,6 +1248,8 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
|
1152
1248
|
/***/ 5181:
|
|
1153
1249
|
/***/ ((__unused_webpack_module, exports) => {
|
|
1154
1250
|
|
|
1251
|
+
"use strict";
|
|
1252
|
+
|
|
1155
1253
|
// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
|
|
1156
1254
|
exports.f = Object.getOwnPropertySymbols;
|
|
1157
1255
|
|
|
@@ -1161,6 +1259,8 @@ exports.f = Object.getOwnPropertySymbols;
|
|
|
1161
1259
|
/***/ 7976:
|
|
1162
1260
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1163
1261
|
|
|
1262
|
+
"use strict";
|
|
1263
|
+
|
|
1164
1264
|
var uncurryThis = __webpack_require__(1702);
|
|
1165
1265
|
|
|
1166
1266
|
module.exports = uncurryThis({}.isPrototypeOf);
|
|
@@ -1171,6 +1271,8 @@ module.exports = uncurryThis({}.isPrototypeOf);
|
|
|
1171
1271
|
/***/ 6324:
|
|
1172
1272
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1173
1273
|
|
|
1274
|
+
"use strict";
|
|
1275
|
+
|
|
1174
1276
|
var uncurryThis = __webpack_require__(1702);
|
|
1175
1277
|
var hasOwn = __webpack_require__(2597);
|
|
1176
1278
|
var toIndexedObject = __webpack_require__(5656);
|
|
@@ -1198,6 +1300,8 @@ module.exports = function (object, names) {
|
|
|
1198
1300
|
/***/ 1956:
|
|
1199
1301
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1200
1302
|
|
|
1303
|
+
"use strict";
|
|
1304
|
+
|
|
1201
1305
|
var internalObjectKeys = __webpack_require__(6324);
|
|
1202
1306
|
var enumBugKeys = __webpack_require__(748);
|
|
1203
1307
|
|
|
@@ -1236,6 +1340,8 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
|
|
|
1236
1340
|
/***/ 2140:
|
|
1237
1341
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1238
1342
|
|
|
1343
|
+
"use strict";
|
|
1344
|
+
|
|
1239
1345
|
var call = __webpack_require__(6916);
|
|
1240
1346
|
var isCallable = __webpack_require__(614);
|
|
1241
1347
|
var isObject = __webpack_require__(111);
|
|
@@ -1258,6 +1364,8 @@ module.exports = function (input, pref) {
|
|
|
1258
1364
|
/***/ 3887:
|
|
1259
1365
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1260
1366
|
|
|
1367
|
+
"use strict";
|
|
1368
|
+
|
|
1261
1369
|
var getBuiltIn = __webpack_require__(5005);
|
|
1262
1370
|
var uncurryThis = __webpack_require__(1702);
|
|
1263
1371
|
var getOwnPropertyNamesModule = __webpack_require__(8006);
|
|
@@ -1279,6 +1387,8 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
|
|
|
1279
1387
|
/***/ 4488:
|
|
1280
1388
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1281
1389
|
|
|
1390
|
+
"use strict";
|
|
1391
|
+
|
|
1282
1392
|
var isNullOrUndefined = __webpack_require__(8554);
|
|
1283
1393
|
|
|
1284
1394
|
var $TypeError = TypeError;
|
|
@@ -1296,6 +1406,8 @@ module.exports = function (it) {
|
|
|
1296
1406
|
/***/ 6200:
|
|
1297
1407
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1298
1408
|
|
|
1409
|
+
"use strict";
|
|
1410
|
+
|
|
1299
1411
|
var shared = __webpack_require__(2309);
|
|
1300
1412
|
var uid = __webpack_require__(9711);
|
|
1301
1413
|
|
|
@@ -1311,6 +1423,8 @@ module.exports = function (key) {
|
|
|
1311
1423
|
/***/ 5465:
|
|
1312
1424
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1313
1425
|
|
|
1426
|
+
"use strict";
|
|
1427
|
+
|
|
1314
1428
|
var global = __webpack_require__(7854);
|
|
1315
1429
|
var defineGlobalProperty = __webpack_require__(3072);
|
|
1316
1430
|
|
|
@@ -1325,16 +1439,18 @@ module.exports = store;
|
|
|
1325
1439
|
/***/ 2309:
|
|
1326
1440
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1327
1441
|
|
|
1442
|
+
"use strict";
|
|
1443
|
+
|
|
1328
1444
|
var IS_PURE = __webpack_require__(1913);
|
|
1329
1445
|
var store = __webpack_require__(5465);
|
|
1330
1446
|
|
|
1331
1447
|
(module.exports = function (key, value) {
|
|
1332
1448
|
return store[key] || (store[key] = value !== undefined ? value : {});
|
|
1333
1449
|
})('versions', []).push({
|
|
1334
|
-
version: '3.
|
|
1450
|
+
version: '3.32.0',
|
|
1335
1451
|
mode: IS_PURE ? 'pure' : 'global',
|
|
1336
1452
|
copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
|
|
1337
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
1453
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.32.0/LICENSE',
|
|
1338
1454
|
source: 'https://github.com/zloirock/core-js'
|
|
1339
1455
|
});
|
|
1340
1456
|
|
|
@@ -1344,6 +1460,8 @@ var store = __webpack_require__(5465);
|
|
|
1344
1460
|
/***/ 6293:
|
|
1345
1461
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1346
1462
|
|
|
1463
|
+
"use strict";
|
|
1464
|
+
|
|
1347
1465
|
/* eslint-disable es/no-symbol -- required for testing */
|
|
1348
1466
|
var V8_VERSION = __webpack_require__(7392);
|
|
1349
1467
|
var fails = __webpack_require__(7293);
|
|
@@ -1369,6 +1487,8 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
|
1369
1487
|
/***/ 1400:
|
|
1370
1488
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1371
1489
|
|
|
1490
|
+
"use strict";
|
|
1491
|
+
|
|
1372
1492
|
var toIntegerOrInfinity = __webpack_require__(9303);
|
|
1373
1493
|
|
|
1374
1494
|
var max = Math.max;
|
|
@@ -1388,6 +1508,8 @@ module.exports = function (index, length) {
|
|
|
1388
1508
|
/***/ 5656:
|
|
1389
1509
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1390
1510
|
|
|
1511
|
+
"use strict";
|
|
1512
|
+
|
|
1391
1513
|
// toObject with fallback for non-array-like ES3 strings
|
|
1392
1514
|
var IndexedObject = __webpack_require__(8361);
|
|
1393
1515
|
var requireObjectCoercible = __webpack_require__(4488);
|
|
@@ -1402,6 +1524,8 @@ module.exports = function (it) {
|
|
|
1402
1524
|
/***/ 9303:
|
|
1403
1525
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1404
1526
|
|
|
1527
|
+
"use strict";
|
|
1528
|
+
|
|
1405
1529
|
var trunc = __webpack_require__(4758);
|
|
1406
1530
|
|
|
1407
1531
|
// `ToIntegerOrInfinity` abstract operation
|
|
@@ -1418,6 +1542,8 @@ module.exports = function (argument) {
|
|
|
1418
1542
|
/***/ 7466:
|
|
1419
1543
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1420
1544
|
|
|
1545
|
+
"use strict";
|
|
1546
|
+
|
|
1421
1547
|
var toIntegerOrInfinity = __webpack_require__(9303);
|
|
1422
1548
|
|
|
1423
1549
|
var min = Math.min;
|
|
@@ -1434,6 +1560,8 @@ module.exports = function (argument) {
|
|
|
1434
1560
|
/***/ 7908:
|
|
1435
1561
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1436
1562
|
|
|
1563
|
+
"use strict";
|
|
1564
|
+
|
|
1437
1565
|
var requireObjectCoercible = __webpack_require__(4488);
|
|
1438
1566
|
|
|
1439
1567
|
var $Object = Object;
|
|
@@ -1450,6 +1578,8 @@ module.exports = function (argument) {
|
|
|
1450
1578
|
/***/ 7593:
|
|
1451
1579
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1452
1580
|
|
|
1581
|
+
"use strict";
|
|
1582
|
+
|
|
1453
1583
|
var call = __webpack_require__(6916);
|
|
1454
1584
|
var isObject = __webpack_require__(111);
|
|
1455
1585
|
var isSymbol = __webpack_require__(2190);
|
|
@@ -1482,6 +1612,8 @@ module.exports = function (input, pref) {
|
|
|
1482
1612
|
/***/ 4948:
|
|
1483
1613
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1484
1614
|
|
|
1615
|
+
"use strict";
|
|
1616
|
+
|
|
1485
1617
|
var toPrimitive = __webpack_require__(7593);
|
|
1486
1618
|
var isSymbol = __webpack_require__(2190);
|
|
1487
1619
|
|
|
@@ -1498,6 +1630,8 @@ module.exports = function (argument) {
|
|
|
1498
1630
|
/***/ 6330:
|
|
1499
1631
|
/***/ ((module) => {
|
|
1500
1632
|
|
|
1633
|
+
"use strict";
|
|
1634
|
+
|
|
1501
1635
|
var $String = String;
|
|
1502
1636
|
|
|
1503
1637
|
module.exports = function (argument) {
|
|
@@ -1514,6 +1648,8 @@ module.exports = function (argument) {
|
|
|
1514
1648
|
/***/ 9711:
|
|
1515
1649
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1516
1650
|
|
|
1651
|
+
"use strict";
|
|
1652
|
+
|
|
1517
1653
|
var uncurryThis = __webpack_require__(1702);
|
|
1518
1654
|
|
|
1519
1655
|
var id = 0;
|
|
@@ -1530,6 +1666,8 @@ module.exports = function (key) {
|
|
|
1530
1666
|
/***/ 3307:
|
|
1531
1667
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1532
1668
|
|
|
1669
|
+
"use strict";
|
|
1670
|
+
|
|
1533
1671
|
/* eslint-disable es/no-symbol -- required for testing */
|
|
1534
1672
|
var NATIVE_SYMBOL = __webpack_require__(6293);
|
|
1535
1673
|
|
|
@@ -1543,6 +1681,8 @@ module.exports = NATIVE_SYMBOL
|
|
|
1543
1681
|
/***/ 3353:
|
|
1544
1682
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1545
1683
|
|
|
1684
|
+
"use strict";
|
|
1685
|
+
|
|
1546
1686
|
var DESCRIPTORS = __webpack_require__(9781);
|
|
1547
1687
|
var fails = __webpack_require__(7293);
|
|
1548
1688
|
|
|
@@ -1562,6 +1702,8 @@ module.exports = DESCRIPTORS && fails(function () {
|
|
|
1562
1702
|
/***/ 4811:
|
|
1563
1703
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1564
1704
|
|
|
1705
|
+
"use strict";
|
|
1706
|
+
|
|
1565
1707
|
var global = __webpack_require__(7854);
|
|
1566
1708
|
var isCallable = __webpack_require__(614);
|
|
1567
1709
|
|
|
@@ -1575,6 +1717,8 @@ module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));
|
|
|
1575
1717
|
/***/ 5112:
|
|
1576
1718
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1577
1719
|
|
|
1720
|
+
"use strict";
|
|
1721
|
+
|
|
1578
1722
|
var global = __webpack_require__(7854);
|
|
1579
1723
|
var shared = __webpack_require__(2309);
|
|
1580
1724
|
var hasOwn = __webpack_require__(2597);
|
|
@@ -1753,32 +1897,34 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1753
1897
|
/* harmony export */ Component: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.Component),
|
|
1754
1898
|
/* harmony export */ Fragment: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.Fragment),
|
|
1755
1899
|
/* harmony export */ PureComponent: () => (/* binding */ w),
|
|
1756
|
-
/* harmony export */ StrictMode: () => (/* binding */
|
|
1757
|
-
/* harmony export */ Suspense: () => (/* binding */
|
|
1900
|
+
/* harmony export */ StrictMode: () => (/* binding */ yn),
|
|
1901
|
+
/* harmony export */ Suspense: () => (/* binding */ U),
|
|
1758
1902
|
/* harmony export */ SuspenseList: () => (/* binding */ V),
|
|
1759
1903
|
/* harmony export */ __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: () => (/* binding */ ln),
|
|
1760
|
-
/* harmony export */ cloneElement: () => (/* binding */
|
|
1904
|
+
/* harmony export */ cloneElement: () => (/* binding */ hn),
|
|
1761
1905
|
/* harmony export */ createContext: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createContext),
|
|
1762
1906
|
/* harmony export */ createElement: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createElement),
|
|
1763
1907
|
/* harmony export */ createFactory: () => (/* binding */ fn),
|
|
1764
1908
|
/* harmony export */ createPortal: () => (/* binding */ z),
|
|
1765
1909
|
/* harmony export */ createRef: () => (/* reexport safe */ preact__WEBPACK_IMPORTED_MODULE_0__.createRef),
|
|
1766
|
-
/* harmony export */ "default": () => (/* binding */
|
|
1767
|
-
/* harmony export */ findDOMNode: () => (/* binding */
|
|
1768
|
-
/* harmony export */ flushSync: () => (/* binding */
|
|
1910
|
+
/* harmony export */ "default": () => (/* binding */ wn),
|
|
1911
|
+
/* harmony export */ findDOMNode: () => (/* binding */ dn),
|
|
1912
|
+
/* harmony export */ flushSync: () => (/* binding */ mn),
|
|
1769
1913
|
/* harmony export */ forwardRef: () => (/* binding */ k),
|
|
1770
1914
|
/* harmony export */ hydrate: () => (/* binding */ J),
|
|
1915
|
+
/* harmony export */ isElement: () => (/* binding */ Cn),
|
|
1916
|
+
/* harmony export */ isFragment: () => (/* binding */ sn),
|
|
1771
1917
|
/* harmony export */ isValidElement: () => (/* binding */ an),
|
|
1772
1918
|
/* harmony export */ lazy: () => (/* binding */ M),
|
|
1773
1919
|
/* harmony export */ memo: () => (/* binding */ x),
|
|
1774
1920
|
/* harmony export */ render: () => (/* binding */ G),
|
|
1775
|
-
/* harmony export */ startTransition: () => (/* binding */
|
|
1776
|
-
/* harmony export */ unmountComponentAtNode: () => (/* binding */
|
|
1777
|
-
/* harmony export */ unstable_batchedUpdates: () => (/* binding */
|
|
1778
|
-
/* harmony export */ useDeferredValue: () => (/* binding */
|
|
1779
|
-
/* harmony export */ useInsertionEffect: () => (/* binding */
|
|
1780
|
-
/* harmony export */ useSyncExternalStore: () => (/* binding */
|
|
1781
|
-
/* harmony export */ useTransition: () => (/* binding */
|
|
1921
|
+
/* harmony export */ startTransition: () => (/* binding */ _n),
|
|
1922
|
+
/* harmony export */ unmountComponentAtNode: () => (/* binding */ vn),
|
|
1923
|
+
/* harmony export */ unstable_batchedUpdates: () => (/* binding */ pn),
|
|
1924
|
+
/* harmony export */ useDeferredValue: () => (/* binding */ bn),
|
|
1925
|
+
/* harmony export */ useInsertionEffect: () => (/* binding */ gn),
|
|
1926
|
+
/* harmony export */ useSyncExternalStore: () => (/* binding */ En),
|
|
1927
|
+
/* harmony export */ useTransition: () => (/* binding */ Sn),
|
|
1782
1928
|
/* harmony export */ version: () => (/* binding */ cn)
|
|
1783
1929
|
/* harmony export */ });
|
|
1784
1930
|
/* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7210);
|
|
@@ -1786,9 +1932,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1786
1932
|
/* harmony import */ var preact_hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9207);
|
|
1787
1933
|
/* harmony import */ var preact_hooks__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(preact_hooks__WEBPACK_IMPORTED_MODULE_1__);
|
|
1788
1934
|
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
1789
|
-
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in preact_hooks__WEBPACK_IMPORTED_MODULE_1__) if(["default","Component","Fragment","createContext","createElement","createRef","Children","PureComponent","StrictMode","Suspense","SuspenseList","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","cloneElement","createFactory","createPortal","findDOMNode","flushSync","forwardRef","hydrate","isValidElement","lazy","memo","render","startTransition","unmountComponentAtNode","unstable_batchedUpdates","useDeferredValue","useInsertionEffect","useSyncExternalStore","useTransition","version"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => preact_hooks__WEBPACK_IMPORTED_MODULE_1__[__WEBPACK_IMPORT_KEY__]
|
|
1935
|
+
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in preact_hooks__WEBPACK_IMPORTED_MODULE_1__) if(["default","Component","Fragment","createContext","createElement","createRef","Children","PureComponent","StrictMode","Suspense","SuspenseList","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","cloneElement","createFactory","createPortal","findDOMNode","flushSync","forwardRef","hydrate","isElement","isFragment","isValidElement","lazy","memo","render","startTransition","unmountComponentAtNode","unstable_batchedUpdates","useDeferredValue","useInsertionEffect","useSyncExternalStore","useTransition","version"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => preact_hooks__WEBPACK_IMPORTED_MODULE_1__[__WEBPACK_IMPORT_KEY__]
|
|
1790
1936
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
1791
|
-
function g(n,t){for(var e in t)n[e]=t[e];return n}function C(n,t){for(var e in n)if("__source"!==e&&!(e in t))return!0;for(var r in t)if("__source"!==r&&n[r]!==t[r])return!0;return!1}function E(n,t){return n===t&&(0!==n||1/n==1/t)||n!=n&&t!=t}function w(n){this.props=n}function x(n,e){function r(n){var t=this.props.ref,r=t==n.ref;return!r&&t&&(t.call?t(null):t.current=null),e?!e(this.props,n)||!r:C(this.props,n)}function u(e){return this.shouldComponentUpdate=r,(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(n,e)}return u.displayName="Memo("+(n.displayName||n.name)+")",u.prototype.isReactComponent=!0,u.__f=!0,u}(w.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).isPureReactComponent=!0,w.prototype.shouldComponentUpdate=function(n,t){return C(this.props,n)||C(this.state,t)};var R=preact__WEBPACK_IMPORTED_MODULE_0__.options.__b;preact__WEBPACK_IMPORTED_MODULE_0__.options.__b=function(n){n.type&&n.type.__f&&n.ref&&(n.props.ref=n.ref,n.ref=null),R&&R(n)};var N="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function k(n){function t(t){var e=g({},t);return delete e.ref,n(e,t.ref||null)}return t.$$typeof=N,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(n.displayName||n.name)+")",t}var A=function(n,t){return null==n?null:(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)((0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).map(t))},O={map:A,forEach:A,count:function(n){return n?(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).length:0},only:function(n){var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n);if(1!==t.length)throw"Children.only";return t[0]},toArray:preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray},T=preact__WEBPACK_IMPORTED_MODULE_0__.options.__e;preact__WEBPACK_IMPORTED_MODULE_0__.options.__e=function(n,t,e,r){if(n.then)for(var u,o=t;o=o.__;)if((u=o.__c)&&u.__c)return null==t.__e&&(t.__e=e.__e,t.__k=e.__k),u.__c(n,t);T(n,t,e,r)};var I=preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount;function L(n,t,e){return n&&(n.__c&&n.__c.__H&&(n.__c.__H.__.forEach(function(n){"function"==typeof n.__c&&n.__c()}),n.__c.__H=null),null!=(n=g({},n)).__c&&(n.__c.__P===e&&(n.__c.__P=t),n.__c=null),n.__k=n.__k&&n.__k.map(function(n){return L(n,t,e)})),n}function U(n,t,e){return n&&(n.__v=null,n.__k=n.__k&&n.__k.map(function(n){return U(n,t,e)}),n.__c&&n.__c.__P===t&&(n.__e&&e.insertBefore(n.__e,n.__d),n.__c.__e=!0,n.__c.__P=e)),n}function D(){this.__u=0,this.t=null,this.__b=null}function F(n){var t=n.__.__c;return t&&t.__a&&t.__a(n)}function M(n){var e,r,u;function o(o){if(e||(e=n()).then(function(n){r=n.default||n},function(n){u=n}),u)throw u;if(!r)throw e;return (0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(r,o)}return o.displayName="Lazy",o.__f=!0,o}function V(){this.u=null,this.o=null}preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount=function(n){var t=n.__c;t&&t.__R&&t.__R(),t&&!0===n.__h&&(n.type=null),I&&I(n)},(D.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__c=function(n,t){var e=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(e);var u=F(r.__v),o=!1,i=function(){o||(o=!0,e.__R=null,u?u(l):l())};e.__R=i;var l=function(){if(!--r.__u){if(r.state.__a){var n=r.state.__a;r.__v.__k[0]=U(n,n.__c.__P,n.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},c=!0===t.__h;r.__u++||c||r.setState({__a:r.__b=r.__v.__k[0]}),n.then(i,i)},D.prototype.componentWillUnmount=function(){this.t=[]},D.prototype.render=function(n,e){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=L(this.__b,r,o.__O=o.__P)}this.__b=null}var i=e.__a&&(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,n.fallback);return i&&(i.__h=null),[(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,e.__a?null:n.children),i]};var W=function(n,t,e){if(++e[1]===e[0]&&n.o.delete(t),n.props.revealOrder&&("t"!==n.props.revealOrder[0]||!n.o.size))for(e=n.u;e;){for(;e.length>3;)e.pop()();if(e[1]<e[0])break;n.u=e=e[2]}};function P(n){return this.getChildContext=function(){return n.context},n.children}function j(n){var e=this,r=n.i;e.componentWillUnmount=function(){(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,e.l),e.l=null,e.i=null},e.i&&e.i!==r&&e.componentWillUnmount(),n.__v?(e.l||(e.i=r,e.l={nodeType:1,parentNode:r,childNodes:[],appendChild:function(n){this.childNodes.push(n),e.i.appendChild(n)},insertBefore:function(n,t){this.childNodes.push(n),e.i.appendChild(n)},removeChild:function(n){this.childNodes.splice(this.childNodes.indexOf(n)>>>1,1),e.i.removeChild(n)}}),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)((0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(P,{context:e.context},n.__v),e.l)):e.l&&e.componentWillUnmount()}function z(n,e){var r=(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(j,{__v:n,i:e});return r.containerInfo=e,r}(V.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__a=function(n){var t=this,e=F(t.__v),r=t.o.get(n);return r[0]++,function(u){var o=function(){t.props.revealOrder?(r.push(u),W(t,n,r)):u()};e?e(o):o()}},V.prototype.render=function(n){this.u=null,this.o=new Map;var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n.children);n.revealOrder&&"b"===n.revealOrder[0]&&t.reverse();for(var e=t.length;e--;)this.o.set(t[e],this.u=[1,0,this.u]);return n.children},V.prototype.componentDidUpdate=V.prototype.componentDidMount=function(){var n=this;this.o.forEach(function(t,e){W(n,e,t)})};var B="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,H=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Z=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Y=/[A-Z0-9]/g,$="undefined"!=typeof document,q=function(n){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(n)};function G(n,t,e){return null==t.__k&&(t.textContent=""),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(n,t),"function"==typeof e&&e(),n?n.__c:null}function J(n,t,e){return (0,preact__WEBPACK_IMPORTED_MODULE_0__.hydrate)(n,t),"function"==typeof e&&e(),n?n.__c:null}preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(n){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:n})}})});var K=preact__WEBPACK_IMPORTED_MODULE_0__.options.event;function Q(){}function X(){return this.cancelBubble}function nn(){return this.defaultPrevented}preact__WEBPACK_IMPORTED_MODULE_0__.options.event=function(n){return K&&(n=K(n)),n.persist=Q,n.isPropagationStopped=X,n.isDefaultPrevented=nn,n.nativeEvent=n};var tn,en={enumerable:!1,configurable:!0,get:function(){return this.class}},rn=preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode;preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode=function(n){"string"==typeof n.type&&function(n){var t=n.props,e=n.type,u={};for(var o in t){var i=t[o];if(!("value"===o&&"defaultValue"in t&&null==i||$&&"children"===o&&"noscript"===e||"class"===o||"className"===o)){var l=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===i?i="":"ondoubleclick"===l?o="ondblclick":"onchange"!==l||"input"!==e&&"textarea"!==e||q(t.type)?"onfocus"===l?o="onfocusin":"onblur"===l?o="onfocusout":Z.test(o)?o=l:-1===e.indexOf("-")&&H.test(o)?o=o.replace(Y,"-$&").toLowerCase():null===i&&(i=void 0):l=o="oninput","oninput"===l&&u[o=l]&&(o="oninputCapture"),u[o]=i}}"select"==e&&u.multiple&&Array.isArray(u.value)&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=-1!=u.value.indexOf(n.props.value)})),"select"==e&&null!=u.defaultValue&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=u.multiple?-1!=u.defaultValue.indexOf(n.props.value):u.defaultValue==n.props.value})),t.class&&!t.className?(u.class=t.class,Object.defineProperty(u,"className",en)):(t.className&&!t.class||t.class&&t.className)&&(u.class=u.className=t.className),n.props=u}(n),n.$$typeof=B,rn&&rn(n)};var un=preact__WEBPACK_IMPORTED_MODULE_0__.options.__r;preact__WEBPACK_IMPORTED_MODULE_0__.options.__r=function(n){un&&un(n),tn=n.__c};var on=preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed;preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed=function(n){on&&on(n);var t=n.props,e=n.__e;null!=e&&"textarea"===n.type&&"value"in t&&t.value!==e.value&&(e.value=null==t.value?"":t.value),tn=null};var ln={ReactCurrentDispatcher:{current:{readContext:function(n){return tn.__n[n.__c].props.value}}}},cn="17.0.2";function fn(n){return preact__WEBPACK_IMPORTED_MODULE_0__.createElement.bind(null,n)}function an(n){return!!n&&n.$$typeof===B}function sn(n){return an(n)?preact__WEBPACK_IMPORTED_MODULE_0__.cloneElement.apply(null,arguments):n}function hn(n){return!!n.__k&&((0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,n),!0)}function vn(n){return n&&(n.base||1===n.nodeType&&n)||null}var dn=function(n,t){return n(t)},pn=function(n,t){return n(t)},mn=preact__WEBPACK_IMPORTED_MODULE_0__.Fragment;function yn(n){n()}function _n(n){return n}function bn(){return[!1,yn]}var Sn=preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect;function gn(n,t){var e=t(),r=(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState)({h:{__:e,v:t}}),u=r[0].h,o=r[1];return (0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect)(function(){u.__=e,u.v=t,E(u.__,t())||o({h:u})},[n,e,t]),(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function(){return E(u.__,u.v())||o({h:u}),n(function(){E(u.__,u.v())||o({h:u})})},[n]),e}var Cn={useState:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState,useId:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId,useReducer:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer,useEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect,useLayoutEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,useInsertionEffect:Sn,useTransition:bn,useDeferredValue:_n,useSyncExternalStore:gn,startTransition:yn,useRef:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef,useImperativeHandle:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle,useMemo:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo,useCallback:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback,useContext:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext,useDebugValue:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue,version:"17.0.2",Children:O,render:G,hydrate:J,unmountComponentAtNode:hn,createPortal:z,createElement:preact__WEBPACK_IMPORTED_MODULE_0__.createElement,createContext:preact__WEBPACK_IMPORTED_MODULE_0__.createContext,createFactory:fn,cloneElement:sn,createRef:preact__WEBPACK_IMPORTED_MODULE_0__.createRef,Fragment:preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,isValidElement:an,findDOMNode:vn,Component:preact__WEBPACK_IMPORTED_MODULE_0__.Component,PureComponent:w,memo:x,forwardRef:k,flushSync:pn,unstable_batchedUpdates:dn,StrictMode:mn,Suspense:D,SuspenseList:V,lazy:M,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:ln};
|
|
1937
|
+
function g(n,t){for(var e in t)n[e]=t[e];return n}function C(n,t){for(var e in n)if("__source"!==e&&!(e in t))return!0;for(var r in t)if("__source"!==r&&n[r]!==t[r])return!0;return!1}function E(n,t){return n===t&&(0!==n||1/n==1/t)||n!=n&&t!=t}function w(n){this.props=n}function x(n,e){function r(n){var t=this.props.ref,r=t==n.ref;return!r&&t&&(t.call?t(null):t.current=null),e?!e(this.props,n)||!r:C(this.props,n)}function u(e){return this.shouldComponentUpdate=r,(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(n,e)}return u.displayName="Memo("+(n.displayName||n.name)+")",u.prototype.isReactComponent=!0,u.__f=!0,u}(w.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).isPureReactComponent=!0,w.prototype.shouldComponentUpdate=function(n,t){return C(this.props,n)||C(this.state,t)};var R=preact__WEBPACK_IMPORTED_MODULE_0__.options.__b;preact__WEBPACK_IMPORTED_MODULE_0__.options.__b=function(n){n.type&&n.type.__f&&n.ref&&(n.props.ref=n.ref,n.ref=null),R&&R(n)};var N="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function k(n){function t(t){var e=g({},t);return delete e.ref,n(e,t.ref||null)}return t.$$typeof=N,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(n.displayName||n.name)+")",t}var A=function(n,t){return null==n?null:(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)((0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).map(t))},O={map:A,forEach:A,count:function(n){return n?(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n).length:0},only:function(n){var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n);if(1!==t.length)throw"Children.only";return t[0]},toArray:preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray},T=preact__WEBPACK_IMPORTED_MODULE_0__.options.__e;preact__WEBPACK_IMPORTED_MODULE_0__.options.__e=function(n,t,e,r){if(n.then)for(var u,o=t;o=o.__;)if((u=o.__c)&&u.__c)return null==t.__e&&(t.__e=e.__e,t.__k=e.__k),u.__c(n,t);T(n,t,e,r)};var F=preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount;function I(n,t,e){return n&&(n.__c&&n.__c.__H&&(n.__c.__H.__.forEach(function(n){"function"==typeof n.__c&&n.__c()}),n.__c.__H=null),null!=(n=g({},n)).__c&&(n.__c.__P===e&&(n.__c.__P=t),n.__c=null),n.__k=n.__k&&n.__k.map(function(n){return I(n,t,e)})),n}function L(n,t,e){return n&&(n.__v=null,n.__k=n.__k&&n.__k.map(function(n){return L(n,t,e)}),n.__c&&n.__c.__P===t&&(n.__e&&e.insertBefore(n.__e,n.__d),n.__c.__e=!0,n.__c.__P=e)),n}function U(){this.__u=0,this.t=null,this.__b=null}function D(n){var t=n.__.__c;return t&&t.__a&&t.__a(n)}function M(n){var e,r,u;function o(o){if(e||(e=n()).then(function(n){r=n.default||n},function(n){u=n}),u)throw u;if(!r)throw e;return (0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(r,o)}return o.displayName="Lazy",o.__f=!0,o}function V(){this.u=null,this.o=null}preact__WEBPACK_IMPORTED_MODULE_0__.options.unmount=function(n){var t=n.__c;t&&t.__R&&t.__R(),t&&!0===n.__h&&(n.type=null),F&&F(n)},(U.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__c=function(n,t){var e=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(e);var u=D(r.__v),o=!1,i=function(){o||(o=!0,e.__R=null,u?u(l):l())};e.__R=i;var l=function(){if(!--r.__u){if(r.state.__a){var n=r.state.__a;r.__v.__k[0]=L(n,n.__c.__P,n.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},c=!0===t.__h;r.__u++||c||r.setState({__a:r.__b=r.__v.__k[0]}),n.then(i,i)},U.prototype.componentWillUnmount=function(){this.t=[]},U.prototype.render=function(n,e){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),o=this.__v.__k[0].__c;this.__v.__k[0]=I(this.__b,r,o.__O=o.__P)}this.__b=null}var i=e.__a&&(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,n.fallback);return i&&(i.__h=null),[(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,e.__a?null:n.children),i]};var W=function(n,t,e){if(++e[1]===e[0]&&n.o.delete(t),n.props.revealOrder&&("t"!==n.props.revealOrder[0]||!n.o.size))for(e=n.u;e;){for(;e.length>3;)e.pop()();if(e[1]<e[0])break;n.u=e=e[2]}};function P(n){return this.getChildContext=function(){return n.context},n.children}function j(n){var e=this,r=n.i;e.componentWillUnmount=function(){(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,e.l),e.l=null,e.i=null},e.i&&e.i!==r&&e.componentWillUnmount(),e.l||(e.i=r,e.l={nodeType:1,parentNode:r,childNodes:[],appendChild:function(n){this.childNodes.push(n),e.i.appendChild(n)},insertBefore:function(n,t){this.childNodes.push(n),e.i.appendChild(n)},removeChild:function(n){this.childNodes.splice(this.childNodes.indexOf(n)>>>1,1),e.i.removeChild(n)}}),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)((0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(P,{context:e.context},n.__v),e.l)}function z(n,e){var r=(0,preact__WEBPACK_IMPORTED_MODULE_0__.createElement)(j,{__v:n,i:e});return r.containerInfo=e,r}(V.prototype=new preact__WEBPACK_IMPORTED_MODULE_0__.Component).__a=function(n){var t=this,e=D(t.__v),r=t.o.get(n);return r[0]++,function(u){var o=function(){t.props.revealOrder?(r.push(u),W(t,n,r)):u()};e?e(o):o()}},V.prototype.render=function(n){this.u=null,this.o=new Map;var t=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(n.children);n.revealOrder&&"b"===n.revealOrder[0]&&t.reverse();for(var e=t.length;e--;)this.o.set(t[e],this.u=[1,0,this.u]);return n.children},V.prototype.componentDidUpdate=V.prototype.componentDidMount=function(){var n=this;this.o.forEach(function(t,e){W(n,e,t)})};var B="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,H=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Z=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Y=/[A-Z0-9]/g,$="undefined"!=typeof document,q=function(n){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(n)};function G(n,t,e){return null==t.__k&&(t.textContent=""),(0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(n,t),"function"==typeof e&&e(),n?n.__c:null}function J(n,t,e){return (0,preact__WEBPACK_IMPORTED_MODULE_0__.hydrate)(n,t),"function"==typeof e&&e(),n?n.__c:null}preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(t){Object.defineProperty(preact__WEBPACK_IMPORTED_MODULE_0__.Component.prototype,t,{configurable:!0,get:function(){return this["UNSAFE_"+t]},set:function(n){Object.defineProperty(this,t,{configurable:!0,writable:!0,value:n})}})});var K=preact__WEBPACK_IMPORTED_MODULE_0__.options.event;function Q(){}function X(){return this.cancelBubble}function nn(){return this.defaultPrevented}preact__WEBPACK_IMPORTED_MODULE_0__.options.event=function(n){return K&&(n=K(n)),n.persist=Q,n.isPropagationStopped=X,n.isDefaultPrevented=nn,n.nativeEvent=n};var tn,en={enumerable:!1,configurable:!0,get:function(){return this.class}},rn=preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode;preact__WEBPACK_IMPORTED_MODULE_0__.options.vnode=function(n){"string"==typeof n.type&&function(n){var t=n.props,e=n.type,u={};for(var o in t){var i=t[o];if(!("value"===o&&"defaultValue"in t&&null==i||$&&"children"===o&&"noscript"===e||"class"===o||"className"===o)){var l=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===i?i="":"ondoubleclick"===l?o="ondblclick":"onchange"!==l||"input"!==e&&"textarea"!==e||q(t.type)?"onfocus"===l?o="onfocusin":"onblur"===l?o="onfocusout":Z.test(o)?o=l:-1===e.indexOf("-")&&H.test(o)?o=o.replace(Y,"-$&").toLowerCase():null===i&&(i=void 0):l=o="oninput","oninput"===l&&u[o=l]&&(o="oninputCapture"),u[o]=i}}"select"==e&&u.multiple&&Array.isArray(u.value)&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=-1!=u.value.indexOf(n.props.value)})),"select"==e&&null!=u.defaultValue&&(u.value=(0,preact__WEBPACK_IMPORTED_MODULE_0__.toChildArray)(t.children).forEach(function(n){n.props.selected=u.multiple?-1!=u.defaultValue.indexOf(n.props.value):u.defaultValue==n.props.value})),t.class&&!t.className?(u.class=t.class,Object.defineProperty(u,"className",en)):(t.className&&!t.class||t.class&&t.className)&&(u.class=u.className=t.className),n.props=u}(n),n.$$typeof=B,rn&&rn(n)};var un=preact__WEBPACK_IMPORTED_MODULE_0__.options.__r;preact__WEBPACK_IMPORTED_MODULE_0__.options.__r=function(n){un&&un(n),tn=n.__c};var on=preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed;preact__WEBPACK_IMPORTED_MODULE_0__.options.diffed=function(n){on&&on(n);var t=n.props,e=n.__e;null!=e&&"textarea"===n.type&&"value"in t&&t.value!==e.value&&(e.value=null==t.value?"":t.value),tn=null};var ln={ReactCurrentDispatcher:{current:{readContext:function(n){return tn.__n[n.__c].props.value}}}},cn="17.0.2";function fn(n){return preact__WEBPACK_IMPORTED_MODULE_0__.createElement.bind(null,n)}function an(n){return!!n&&n.$$typeof===B}function sn(n){return an(n)&&n.type===preact__WEBPACK_IMPORTED_MODULE_0__.Fragment}function hn(n){return an(n)?preact__WEBPACK_IMPORTED_MODULE_0__.cloneElement.apply(null,arguments):n}function vn(n){return!!n.__k&&((0,preact__WEBPACK_IMPORTED_MODULE_0__.render)(null,n),!0)}function dn(n){return n&&(n.base||1===n.nodeType&&n)||null}var pn=function(n,t){return n(t)},mn=function(n,t){return n(t)},yn=preact__WEBPACK_IMPORTED_MODULE_0__.Fragment;function _n(n){n()}function bn(n){return n}function Sn(){return[!1,_n]}var gn=preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,Cn=an;function En(n,t){var e=t(),r=(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState)({h:{__:e,v:t}}),u=r[0].h,o=r[1];return (0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect)(function(){u.__=e,u.v=t,E(u.__,t())||o({h:u})},[n,e,t]),(0,preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function(){return E(u.__,u.v())||o({h:u}),n(function(){E(u.__,u.v())||o({h:u})})},[n]),e}var wn={useState:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useState,useId:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useId,useReducer:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useReducer,useEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useEffect,useLayoutEffect:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect,useInsertionEffect:gn,useTransition:Sn,useDeferredValue:bn,useSyncExternalStore:En,startTransition:_n,useRef:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useRef,useImperativeHandle:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useImperativeHandle,useMemo:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useMemo,useCallback:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useCallback,useContext:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useContext,useDebugValue:preact_hooks__WEBPACK_IMPORTED_MODULE_1__.useDebugValue,version:"17.0.2",Children:O,render:G,hydrate:J,unmountComponentAtNode:vn,createPortal:z,createElement:preact__WEBPACK_IMPORTED_MODULE_0__.createElement,createContext:preact__WEBPACK_IMPORTED_MODULE_0__.createContext,createFactory:fn,cloneElement:hn,createRef:preact__WEBPACK_IMPORTED_MODULE_0__.createRef,Fragment:preact__WEBPACK_IMPORTED_MODULE_0__.Fragment,isValidElement:an,isElement:Cn,isFragment:sn,findDOMNode:dn,Component:preact__WEBPACK_IMPORTED_MODULE_0__.Component,PureComponent:w,memo:x,forwardRef:k,flushSync:mn,unstable_batchedUpdates:pn,StrictMode:yn,Suspense:U,SuspenseList:V,lazy:M,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:ln};
|
|
1792
1938
|
//# sourceMappingURL=compat.module.js.map
|
|
1793
1939
|
|
|
1794
1940
|
|
|
@@ -2841,6 +2987,15 @@ var Ajax = class {
|
|
|
2841
2987
|
};
|
|
2842
2988
|
|
|
2843
2989
|
// js/phoenix/longpoll.js
|
|
2990
|
+
var arrayBufferToBase64 = (buffer) => {
|
|
2991
|
+
let binary = "";
|
|
2992
|
+
let bytes = new Uint8Array(buffer);
|
|
2993
|
+
let len = bytes.byteLength;
|
|
2994
|
+
for (let i = 0; i < len; i++) {
|
|
2995
|
+
binary += String.fromCharCode(bytes[i]);
|
|
2996
|
+
}
|
|
2997
|
+
return btoa(binary);
|
|
2998
|
+
};
|
|
2844
2999
|
var LongPoll = class {
|
|
2845
3000
|
constructor(endPoint) {
|
|
2846
3001
|
this.endPoint = null;
|
|
@@ -2918,6 +3073,9 @@ var LongPoll = class {
|
|
|
2918
3073
|
});
|
|
2919
3074
|
}
|
|
2920
3075
|
send(body) {
|
|
3076
|
+
if (typeof body !== "string") {
|
|
3077
|
+
body = arrayBufferToBase64(body);
|
|
3078
|
+
}
|
|
2921
3079
|
if (this.currentBatch) {
|
|
2922
3080
|
this.currentBatch.push(body);
|
|
2923
3081
|
} else if (this.awaitingBatchAck) {
|
|
@@ -3656,12 +3814,14 @@ class ConversationConnector {
|
|
|
3656
3814
|
url: splittedUrl,
|
|
3657
3815
|
params
|
|
3658
3816
|
} = split_url_params(this.url);
|
|
3659
|
-
this.socket
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3817
|
+
if (!this.socket) {
|
|
3818
|
+
this.socket = new Socket(splittedUrl, {
|
|
3819
|
+
params: Object.assign(Object.assign({}, params), {
|
|
3820
|
+
v: apiVersion
|
|
3821
|
+
})
|
|
3822
|
+
});
|
|
3823
|
+
this.socket.connect();
|
|
3824
|
+
}
|
|
3665
3825
|
this.channel = this.socket.channel(this.channelTopic, {
|
|
3666
3826
|
authorization: `Bearer ${this.accessToken}`,
|
|
3667
3827
|
channelName: this.channelName
|
|
@@ -3726,8 +3886,6 @@ class ConversationConnector {
|
|
|
3726
3886
|
ready: false,
|
|
3727
3887
|
currentState: 'join_channel_erred'
|
|
3728
3888
|
});
|
|
3729
|
-
// @ts-ignore
|
|
3730
|
-
this.channel.socket.disconnect();
|
|
3731
3889
|
}).receive('timeout', () => {
|
|
3732
3890
|
log('[CHANEL][JOIN] Networking issue. Still waiting...');
|
|
3733
3891
|
});
|
|
@@ -3735,10 +3893,7 @@ class ConversationConnector {
|
|
|
3735
3893
|
disconnect() {
|
|
3736
3894
|
var _a;
|
|
3737
3895
|
(_a = this.channel) === null || _a === void 0 ? void 0 : _a.leave().receive('ok', () => {
|
|
3738
|
-
var _a, _b;
|
|
3739
3896
|
log('[CHANNEL][LEAVE] OK');
|
|
3740
|
-
(_a = this.socket) === null || _a === void 0 ? void 0 : _a.remove(this.channel);
|
|
3741
|
-
(_b = this.socket) === null || _b === void 0 ? void 0 : _b.disconnect();
|
|
3742
3897
|
__classPrivateFieldSet(this, _ConversationConnector_connectionListeners, [], "f");
|
|
3743
3898
|
});
|
|
3744
3899
|
}
|
|
@@ -4280,7 +4435,7 @@ _API_ready = new WeakMap(), _API_externalId = new WeakMap(), _API_conversationAu
|
|
|
4280
4435
|
return {
|
|
4281
4436
|
clientName: "@seamly/web-ui",
|
|
4282
4437
|
clientVariant: api_classPrivateFieldGet(this, _API_layoutMode, "f"),
|
|
4283
|
-
clientVersion: "22.3.0-beta.
|
|
4438
|
+
clientVersion: "22.3.0-beta.3",
|
|
4284
4439
|
currentUrl: window.location.toString(),
|
|
4285
4440
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
4286
4441
|
timezone: getTimeZone(),
|
|
@@ -4316,42 +4471,41 @@ const setBatch = newBatch => batch = newBatch; // Supply a getter just to skip d
|
|
|
4316
4471
|
const getBatch = () => batch;
|
|
4317
4472
|
;// CONCATENATED MODULE: ./node_modules/react-redux/es/components/Context.js
|
|
4318
4473
|
|
|
4319
|
-
const ContextKey = Symbol.for(`react-redux-context
|
|
4320
|
-
const gT = globalThis
|
|
4474
|
+
const ContextKey = Symbol.for(`react-redux-context`);
|
|
4475
|
+
const gT = typeof globalThis !== "undefined" ? globalThis :
|
|
4476
|
+
/* fall back to a per-module scope (pre-8.1 behaviour) if `globalThis` is not available */
|
|
4477
|
+
{};
|
|
4321
4478
|
|
|
4322
4479
|
function getContext() {
|
|
4323
|
-
|
|
4480
|
+
var _gT$ContextKey;
|
|
4481
|
+
|
|
4482
|
+
if (!compat_module.createContext) return {};
|
|
4483
|
+
const contextMap = (_gT$ContextKey = gT[ContextKey]) != null ? _gT$ContextKey : gT[ContextKey] = new Map();
|
|
4484
|
+
let realContext = contextMap.get(compat_module.createContext);
|
|
4324
4485
|
|
|
4325
4486
|
if (!realContext) {
|
|
4326
|
-
realContext =
|
|
4487
|
+
realContext = compat_module.createContext(null);
|
|
4327
4488
|
|
|
4328
4489
|
if (false) {}
|
|
4329
4490
|
|
|
4330
|
-
|
|
4491
|
+
contextMap.set(compat_module.createContext, realContext);
|
|
4331
4492
|
}
|
|
4332
4493
|
|
|
4333
4494
|
return realContext;
|
|
4334
4495
|
}
|
|
4335
4496
|
|
|
4336
|
-
const Context_ReactReduxContext = /*#__PURE__*/
|
|
4337
|
-
get(_, handler) {
|
|
4338
|
-
const target = getContext(); // @ts-ignore
|
|
4339
|
-
|
|
4340
|
-
return (_target, ...args) => Reflect[handler](target, ...args);
|
|
4341
|
-
}
|
|
4342
|
-
|
|
4343
|
-
}));
|
|
4497
|
+
const Context_ReactReduxContext = /*#__PURE__*/getContext();
|
|
4344
4498
|
/* harmony default export */ const Context = ((/* unused pure expression or super */ null && (Context_ReactReduxContext)));
|
|
4345
4499
|
;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useReduxContext.js
|
|
4346
4500
|
|
|
4347
4501
|
|
|
4348
4502
|
|
|
4349
|
-
/**
|
|
4350
|
-
* Hook factory, which creates a `useReduxContext` hook bound to a given context. This is a low-level
|
|
4351
|
-
* hook that you should usually not need to call directly.
|
|
4352
|
-
*
|
|
4353
|
-
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
|
|
4354
|
-
* @returns {Function} A `useReduxContext` hook bound to the specified context.
|
|
4503
|
+
/**
|
|
4504
|
+
* Hook factory, which creates a `useReduxContext` hook bound to a given context. This is a low-level
|
|
4505
|
+
* hook that you should usually not need to call directly.
|
|
4506
|
+
*
|
|
4507
|
+
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
|
|
4508
|
+
* @returns {Function} A `useReduxContext` hook bound to the specified context.
|
|
4355
4509
|
*/
|
|
4356
4510
|
function createReduxContextHook(context = Context_ReactReduxContext) {
|
|
4357
4511
|
return function useReduxContext() {
|
|
@@ -4362,21 +4516,21 @@ function createReduxContextHook(context = Context_ReactReduxContext) {
|
|
|
4362
4516
|
return contextValue;
|
|
4363
4517
|
};
|
|
4364
4518
|
}
|
|
4365
|
-
/**
|
|
4366
|
-
* A hook to access the value of the `ReactReduxContext`. This is a low-level
|
|
4367
|
-
* hook that you should usually not need to call directly.
|
|
4368
|
-
*
|
|
4369
|
-
* @returns {any} the value of the `ReactReduxContext`
|
|
4370
|
-
*
|
|
4371
|
-
* @example
|
|
4372
|
-
*
|
|
4373
|
-
* import React from 'react'
|
|
4374
|
-
* import { useReduxContext } from 'react-redux'
|
|
4375
|
-
*
|
|
4376
|
-
* export const CounterComponent = () => {
|
|
4377
|
-
* const { store } = useReduxContext()
|
|
4378
|
-
* return <div>{store.getState()}</div>
|
|
4379
|
-
* }
|
|
4519
|
+
/**
|
|
4520
|
+
* A hook to access the value of the `ReactReduxContext`. This is a low-level
|
|
4521
|
+
* hook that you should usually not need to call directly.
|
|
4522
|
+
*
|
|
4523
|
+
* @returns {any} the value of the `ReactReduxContext`
|
|
4524
|
+
*
|
|
4525
|
+
* @example
|
|
4526
|
+
*
|
|
4527
|
+
* import React from 'react'
|
|
4528
|
+
* import { useReduxContext } from 'react-redux'
|
|
4529
|
+
*
|
|
4530
|
+
* export const CounterComponent = () => {
|
|
4531
|
+
* const { store } = useReduxContext()
|
|
4532
|
+
* return <div>{store.getState()}</div>
|
|
4533
|
+
* }
|
|
4380
4534
|
*/
|
|
4381
4535
|
|
|
4382
4536
|
const useReduxContext_useReduxContext = /*#__PURE__*/createReduxContextHook();
|
|
@@ -4395,11 +4549,11 @@ const initializeUseSelector = fn => {
|
|
|
4395
4549
|
};
|
|
4396
4550
|
|
|
4397
4551
|
const refEquality = (a, b) => a === b;
|
|
4398
|
-
/**
|
|
4399
|
-
* Hook factory, which creates a `useSelector` hook bound to a given context.
|
|
4400
|
-
*
|
|
4401
|
-
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
|
|
4402
|
-
* @returns {Function} A `useSelector` hook bound to the specified context.
|
|
4552
|
+
/**
|
|
4553
|
+
* Hook factory, which creates a `useSelector` hook bound to a given context.
|
|
4554
|
+
*
|
|
4555
|
+
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
|
|
4556
|
+
* @returns {Function} A `useSelector` hook bound to the specified context.
|
|
4403
4557
|
*/
|
|
4404
4558
|
|
|
4405
4559
|
|
|
@@ -4439,28 +4593,28 @@ function createSelectorHook(context = Context_ReactReduxContext) {
|
|
|
4439
4593
|
return selectedState;
|
|
4440
4594
|
};
|
|
4441
4595
|
}
|
|
4442
|
-
/**
|
|
4443
|
-
* A hook to access the redux store's state. This hook takes a selector function
|
|
4444
|
-
* as an argument. The selector is called with the store state.
|
|
4445
|
-
*
|
|
4446
|
-
* This hook takes an optional equality comparison function as the second parameter
|
|
4447
|
-
* that allows you to customize the way the selected state is compared to determine
|
|
4448
|
-
* whether the component needs to be re-rendered.
|
|
4449
|
-
*
|
|
4450
|
-
* @param {Function} selector the selector function
|
|
4451
|
-
* @param {Function=} equalityFn the function that will be used to determine equality
|
|
4452
|
-
*
|
|
4453
|
-
* @returns {any} the selected state
|
|
4454
|
-
*
|
|
4455
|
-
* @example
|
|
4456
|
-
*
|
|
4457
|
-
* import React from 'react'
|
|
4458
|
-
* import { useSelector } from 'react-redux'
|
|
4459
|
-
*
|
|
4460
|
-
* export const CounterComponent = () => {
|
|
4461
|
-
* const counter = useSelector(state => state.counter)
|
|
4462
|
-
* return <div>{counter}</div>
|
|
4463
|
-
* }
|
|
4596
|
+
/**
|
|
4597
|
+
* A hook to access the redux store's state. This hook takes a selector function
|
|
4598
|
+
* as an argument. The selector is called with the store state.
|
|
4599
|
+
*
|
|
4600
|
+
* This hook takes an optional equality comparison function as the second parameter
|
|
4601
|
+
* that allows you to customize the way the selected state is compared to determine
|
|
4602
|
+
* whether the component needs to be re-rendered.
|
|
4603
|
+
*
|
|
4604
|
+
* @param {Function} selector the selector function
|
|
4605
|
+
* @param {Function=} equalityFn the function that will be used to determine equality
|
|
4606
|
+
*
|
|
4607
|
+
* @returns {any} the selected state
|
|
4608
|
+
*
|
|
4609
|
+
* @example
|
|
4610
|
+
*
|
|
4611
|
+
* import React from 'react'
|
|
4612
|
+
* import { useSelector } from 'react-redux'
|
|
4613
|
+
*
|
|
4614
|
+
* export const CounterComponent = () => {
|
|
4615
|
+
* const counter = useSelector(state => state.counter)
|
|
4616
|
+
* return <div>{counter}</div>
|
|
4617
|
+
* }
|
|
4464
4618
|
*/
|
|
4465
4619
|
|
|
4466
4620
|
const useSelector_useSelector = /*#__PURE__*/createSelectorHook();
|
|
@@ -4750,31 +4904,31 @@ const initStateUpdates = () => EMPTY_ARRAY;
|
|
|
4750
4904
|
function strictEqual(a, b) {
|
|
4751
4905
|
return a === b;
|
|
4752
4906
|
}
|
|
4753
|
-
/**
|
|
4754
|
-
* Infers the type of props that a connector will inject into a component.
|
|
4907
|
+
/**
|
|
4908
|
+
* Infers the type of props that a connector will inject into a component.
|
|
4755
4909
|
*/
|
|
4756
4910
|
|
|
4757
4911
|
|
|
4758
4912
|
let hasWarnedAboutDeprecatedPureOption = false;
|
|
4759
|
-
/**
|
|
4760
|
-
* Connects a React component to a Redux store.
|
|
4761
|
-
*
|
|
4762
|
-
* - Without arguments, just wraps the component, without changing the behavior / props
|
|
4763
|
-
*
|
|
4764
|
-
* - If 2 params are passed (3rd param, mergeProps, is skipped), default behavior
|
|
4765
|
-
* is to override ownProps (as stated in the docs), so what remains is everything that's
|
|
4766
|
-
* not a state or dispatch prop
|
|
4767
|
-
*
|
|
4768
|
-
* - When 3rd param is passed, we don't know if ownProps propagate and whether they
|
|
4769
|
-
* should be valid component props, because it depends on mergeProps implementation.
|
|
4770
|
-
* As such, it is the user's responsibility to extend ownProps interface from state or
|
|
4771
|
-
* dispatch props or both when applicable
|
|
4772
|
-
*
|
|
4773
|
-
* @param mapStateToProps A function that extracts values from state
|
|
4774
|
-
* @param mapDispatchToProps Setup for dispatching actions
|
|
4775
|
-
* @param mergeProps Optional callback to merge state and dispatch props together
|
|
4776
|
-
* @param options Options for configuring the connection
|
|
4777
|
-
*
|
|
4913
|
+
/**
|
|
4914
|
+
* Connects a React component to a Redux store.
|
|
4915
|
+
*
|
|
4916
|
+
* - Without arguments, just wraps the component, without changing the behavior / props
|
|
4917
|
+
*
|
|
4918
|
+
* - If 2 params are passed (3rd param, mergeProps, is skipped), default behavior
|
|
4919
|
+
* is to override ownProps (as stated in the docs), so what remains is everything that's
|
|
4920
|
+
* not a state or dispatch prop
|
|
4921
|
+
*
|
|
4922
|
+
* - When 3rd param is passed, we don't know if ownProps propagate and whether they
|
|
4923
|
+
* should be valid component props, because it depends on mergeProps implementation.
|
|
4924
|
+
* As such, it is the user's responsibility to extend ownProps interface from state or
|
|
4925
|
+
* dispatch props or both when applicable
|
|
4926
|
+
*
|
|
4927
|
+
* @param mapStateToProps A function that extracts values from state
|
|
4928
|
+
* @param mapDispatchToProps Setup for dispatching actions
|
|
4929
|
+
* @param mergeProps Optional callback to merge state and dispatch props together
|
|
4930
|
+
* @param options Options for configuring the connection
|
|
4931
|
+
*
|
|
4778
4932
|
*/
|
|
4779
4933
|
|
|
4780
4934
|
function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
|
|
@@ -4820,7 +4974,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
|
|
|
4820
4974
|
};
|
|
4821
4975
|
|
|
4822
4976
|
function ConnectFunction(props) {
|
|
4823
|
-
const [propsContext, reactReduxForwardedRef, wrapperProps] = useMemo(() => {
|
|
4977
|
+
const [propsContext, reactReduxForwardedRef, wrapperProps] = React.useMemo(() => {
|
|
4824
4978
|
// Distinguish between actual "data" props that were passed to the wrapper component,
|
|
4825
4979
|
// and values needed to control behavior (forwarded refs, alternate context instances).
|
|
4826
4980
|
// To maintain the wrapperProps object reference, memoize this destructuring.
|
|
@@ -4831,14 +4985,14 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
|
|
|
4831
4985
|
|
|
4832
4986
|
return [props.context, reactReduxForwardedRef, wrapperProps];
|
|
4833
4987
|
}, [props]);
|
|
4834
|
-
const ContextToUse = useMemo(() => {
|
|
4988
|
+
const ContextToUse = React.useMemo(() => {
|
|
4835
4989
|
// Users may optionally pass in a custom context instance to use instead of our ReactReduxContext.
|
|
4836
4990
|
// Memoize the check that determines which context instance we should use.
|
|
4837
4991
|
return propsContext && propsContext.Consumer && // @ts-ignore
|
|
4838
4992
|
isContextConsumer( /*#__PURE__*/React.createElement(propsContext.Consumer, null)) ? propsContext : Context;
|
|
4839
4993
|
}, [propsContext, Context]); // Retrieve the store and ancestor subscription via context, if available
|
|
4840
4994
|
|
|
4841
|
-
const contextValue = useContext(ContextToUse); // The store _must_ exist as either a prop or in context.
|
|
4995
|
+
const contextValue = React.useContext(ContextToUse); // The store _must_ exist as either a prop or in context.
|
|
4842
4996
|
// We'll check to see if it _looks_ like a Redux store first.
|
|
4843
4997
|
// This allows us to pass through a `store` prop that is just a plain value.
|
|
4844
4998
|
|
|
@@ -4850,12 +5004,12 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
|
|
|
4850
5004
|
|
|
4851
5005
|
const store = didStoreComeFromProps ? props.store : contextValue.store;
|
|
4852
5006
|
const getServerState = didStoreComeFromContext ? contextValue.getServerState : store.getState;
|
|
4853
|
-
const childPropsSelector = useMemo(() => {
|
|
5007
|
+
const childPropsSelector = React.useMemo(() => {
|
|
4854
5008
|
// The child props selector needs the store reference as an input.
|
|
4855
5009
|
// Re-create this selector whenever the store changes.
|
|
4856
5010
|
return defaultSelectorFactory(store.dispatch, selectorFactoryOptions);
|
|
4857
5011
|
}, [store]);
|
|
4858
|
-
const [subscription, notifyNestedSubs] = useMemo(() => {
|
|
5012
|
+
const [subscription, notifyNestedSubs] = React.useMemo(() => {
|
|
4859
5013
|
if (!shouldHandleStateChanges) return NO_SUBSCRIPTION_ARRAY; // This Subscription's source should match where store came from: props vs. context. A component
|
|
4860
5014
|
// connected to the store via props shouldn't use subscription from context, or vice versa.
|
|
4861
5015
|
|
|
@@ -4869,7 +5023,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
|
|
|
4869
5023
|
}, [store, didStoreComeFromProps, contextValue]); // Determine what {store, subscription} value should be put into nested context, if necessary,
|
|
4870
5024
|
// and memoize that value to avoid unnecessary context updates.
|
|
4871
5025
|
|
|
4872
|
-
const overriddenContextValue = useMemo(() => {
|
|
5026
|
+
const overriddenContextValue = React.useMemo(() => {
|
|
4873
5027
|
if (didStoreComeFromProps) {
|
|
4874
5028
|
// This component is directly subscribed to a store from props.
|
|
4875
5029
|
// We don't want descendants reading from this store - pass down whatever
|
|
@@ -4884,20 +5038,20 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
|
|
|
4884
5038
|
});
|
|
4885
5039
|
}, [didStoreComeFromProps, contextValue, subscription]); // Set up refs to coordinate values between the subscription effect and the render logic
|
|
4886
5040
|
|
|
4887
|
-
const lastChildProps = useRef();
|
|
4888
|
-
const lastWrapperProps = useRef(wrapperProps);
|
|
4889
|
-
const childPropsFromStoreUpdate = useRef();
|
|
4890
|
-
const renderIsScheduled = useRef(false);
|
|
4891
|
-
const isProcessingDispatch = useRef(false);
|
|
4892
|
-
const isMounted = useRef(false);
|
|
4893
|
-
const latestSubscriptionCallbackError = useRef();
|
|
5041
|
+
const lastChildProps = React.useRef();
|
|
5042
|
+
const lastWrapperProps = React.useRef(wrapperProps);
|
|
5043
|
+
const childPropsFromStoreUpdate = React.useRef();
|
|
5044
|
+
const renderIsScheduled = React.useRef(false);
|
|
5045
|
+
const isProcessingDispatch = React.useRef(false);
|
|
5046
|
+
const isMounted = React.useRef(false);
|
|
5047
|
+
const latestSubscriptionCallbackError = React.useRef();
|
|
4894
5048
|
useIsomorphicLayoutEffect(() => {
|
|
4895
5049
|
isMounted.current = true;
|
|
4896
5050
|
return () => {
|
|
4897
5051
|
isMounted.current = false;
|
|
4898
5052
|
};
|
|
4899
5053
|
}, []);
|
|
4900
|
-
const actualChildPropsSelector = useMemo(() => {
|
|
5054
|
+
const actualChildPropsSelector = React.useMemo(() => {
|
|
4901
5055
|
const selector = () => {
|
|
4902
5056
|
// Tricky logic here:
|
|
4903
5057
|
// - This render may have been triggered by a Redux store update that produced new child props
|
|
@@ -4921,7 +5075,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
|
|
|
4921
5075
|
// about useLayoutEffect in SSR, so we try to detect environment and fall back to
|
|
4922
5076
|
// just useEffect instead to avoid the warning, since neither will run anyway.
|
|
4923
5077
|
|
|
4924
|
-
const subscribeForReact = useMemo(() => {
|
|
5078
|
+
const subscribeForReact = React.useMemo(() => {
|
|
4925
5079
|
const subscribe = reactListener => {
|
|
4926
5080
|
if (!subscription) {
|
|
4927
5081
|
return () => {};
|
|
@@ -4957,7 +5111,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
|
|
|
4957
5111
|
}); // Now that all that's done, we can finally try to actually render the child component.
|
|
4958
5112
|
// We memoize the elements for the rendered child component as an optimization.
|
|
4959
5113
|
|
|
4960
|
-
const renderedWrappedComponent = useMemo(() => {
|
|
5114
|
+
const renderedWrappedComponent = React.useMemo(() => {
|
|
4961
5115
|
return (
|
|
4962
5116
|
/*#__PURE__*/
|
|
4963
5117
|
// @ts-ignore
|
|
@@ -4968,7 +5122,7 @@ function connect(mapStateToProps, mapDispatchToProps, mergeProps, {
|
|
|
4968
5122
|
}, [reactReduxForwardedRef, WrappedComponent, actualChildProps]); // If React sees the exact same element reference as last time, it bails out of re-rendering
|
|
4969
5123
|
// that child, same as if it was wrapped in React.memo() or returned false from shouldComponentUpdate.
|
|
4970
5124
|
|
|
4971
|
-
const renderedChild = useMemo(() => {
|
|
5125
|
+
const renderedChild = React.useMemo(() => {
|
|
4972
5126
|
if (shouldHandleStateChanges) {
|
|
4973
5127
|
// If this component is subscribed to store updates, we need to pass its own
|
|
4974
5128
|
// subscription instance down to our descendants. That means rendering the same
|
|
@@ -5025,7 +5179,7 @@ function Provider({
|
|
|
5025
5179
|
stabilityCheck = 'once',
|
|
5026
5180
|
noopCheck = 'once'
|
|
5027
5181
|
}) {
|
|
5028
|
-
const contextValue =
|
|
5182
|
+
const contextValue = compat_module.useMemo(() => {
|
|
5029
5183
|
const subscription = Subscription_createSubscription(store);
|
|
5030
5184
|
return {
|
|
5031
5185
|
store,
|
|
@@ -5035,7 +5189,7 @@ function Provider({
|
|
|
5035
5189
|
noopCheck
|
|
5036
5190
|
};
|
|
5037
5191
|
}, [store, serverState, stabilityCheck, noopCheck]);
|
|
5038
|
-
const previousState =
|
|
5192
|
+
const previousState = compat_module.useMemo(() => store.getState(), [store]);
|
|
5039
5193
|
useIsomorphicLayoutEffect_useIsomorphicLayoutEffect(() => {
|
|
5040
5194
|
const {
|
|
5041
5195
|
subscription
|
|
@@ -5054,7 +5208,7 @@ function Provider({
|
|
|
5054
5208
|
}, [contextValue, previousState]);
|
|
5055
5209
|
const Context = context || Context_ReactReduxContext; // @ts-ignore 'AnyAction' is assignable to the constraint of type 'A', but 'A' could be instantiated with a different subtype
|
|
5056
5210
|
|
|
5057
|
-
return /*#__PURE__*/compat_module
|
|
5211
|
+
return /*#__PURE__*/compat_module.createElement(Context.Provider, {
|
|
5058
5212
|
value: contextValue
|
|
5059
5213
|
}, children);
|
|
5060
5214
|
}
|
|
@@ -5063,11 +5217,11 @@ function Provider({
|
|
|
5063
5217
|
;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useStore.js
|
|
5064
5218
|
|
|
5065
5219
|
|
|
5066
|
-
/**
|
|
5067
|
-
* Hook factory, which creates a `useStore` hook bound to a given context.
|
|
5068
|
-
*
|
|
5069
|
-
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
|
|
5070
|
-
* @returns {Function} A `useStore` hook bound to the specified context.
|
|
5220
|
+
/**
|
|
5221
|
+
* Hook factory, which creates a `useStore` hook bound to a given context.
|
|
5222
|
+
*
|
|
5223
|
+
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
|
|
5224
|
+
* @returns {Function} A `useStore` hook bound to the specified context.
|
|
5071
5225
|
*/
|
|
5072
5226
|
|
|
5073
5227
|
function createStoreHook(context = Context_ReactReduxContext) {
|
|
@@ -5082,31 +5236,31 @@ function createStoreHook(context = Context_ReactReduxContext) {
|
|
|
5082
5236
|
return store;
|
|
5083
5237
|
};
|
|
5084
5238
|
}
|
|
5085
|
-
/**
|
|
5086
|
-
* A hook to access the redux store.
|
|
5087
|
-
*
|
|
5088
|
-
* @returns {any} the redux store
|
|
5089
|
-
*
|
|
5090
|
-
* @example
|
|
5091
|
-
*
|
|
5092
|
-
* import React from 'react'
|
|
5093
|
-
* import { useStore } from 'react-redux'
|
|
5094
|
-
*
|
|
5095
|
-
* export const ExampleComponent = () => {
|
|
5096
|
-
* const store = useStore()
|
|
5097
|
-
* return <div>{store.getState()}</div>
|
|
5098
|
-
* }
|
|
5239
|
+
/**
|
|
5240
|
+
* A hook to access the redux store.
|
|
5241
|
+
*
|
|
5242
|
+
* @returns {any} the redux store
|
|
5243
|
+
*
|
|
5244
|
+
* @example
|
|
5245
|
+
*
|
|
5246
|
+
* import React from 'react'
|
|
5247
|
+
* import { useStore } from 'react-redux'
|
|
5248
|
+
*
|
|
5249
|
+
* export const ExampleComponent = () => {
|
|
5250
|
+
* const store = useStore()
|
|
5251
|
+
* return <div>{store.getState()}</div>
|
|
5252
|
+
* }
|
|
5099
5253
|
*/
|
|
5100
5254
|
|
|
5101
5255
|
const useStore_useStore = /*#__PURE__*/createStoreHook();
|
|
5102
5256
|
;// CONCATENATED MODULE: ./node_modules/react-redux/es/hooks/useDispatch.js
|
|
5103
5257
|
|
|
5104
5258
|
|
|
5105
|
-
/**
|
|
5106
|
-
* Hook factory, which creates a `useDispatch` hook bound to a given context.
|
|
5107
|
-
*
|
|
5108
|
-
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
|
|
5109
|
-
* @returns {Function} A `useDispatch` hook bound to the specified context.
|
|
5259
|
+
/**
|
|
5260
|
+
* Hook factory, which creates a `useDispatch` hook bound to a given context.
|
|
5261
|
+
*
|
|
5262
|
+
* @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`.
|
|
5263
|
+
* @returns {Function} A `useDispatch` hook bound to the specified context.
|
|
5110
5264
|
*/
|
|
5111
5265
|
|
|
5112
5266
|
function createDispatchHook(context = Context_ReactReduxContext) {
|
|
@@ -5118,26 +5272,26 @@ function createDispatchHook(context = Context_ReactReduxContext) {
|
|
|
5118
5272
|
return store.dispatch;
|
|
5119
5273
|
};
|
|
5120
5274
|
}
|
|
5121
|
-
/**
|
|
5122
|
-
* A hook to access the redux `dispatch` function.
|
|
5123
|
-
*
|
|
5124
|
-
* @returns {any|function} redux store's `dispatch` function
|
|
5125
|
-
*
|
|
5126
|
-
* @example
|
|
5127
|
-
*
|
|
5128
|
-
* import React, { useCallback } from 'react'
|
|
5129
|
-
* import { useDispatch } from 'react-redux'
|
|
5130
|
-
*
|
|
5131
|
-
* export const CounterComponent = ({ value }) => {
|
|
5132
|
-
* const dispatch = useDispatch()
|
|
5133
|
-
* const increaseCounter = useCallback(() => dispatch({ type: 'increase-counter' }), [])
|
|
5134
|
-
* return (
|
|
5135
|
-
* <div>
|
|
5136
|
-
* <span>{value}</span>
|
|
5137
|
-
* <button onClick={increaseCounter}>Increase counter</button>
|
|
5138
|
-
* </div>
|
|
5139
|
-
* )
|
|
5140
|
-
* }
|
|
5275
|
+
/**
|
|
5276
|
+
* A hook to access the redux `dispatch` function.
|
|
5277
|
+
*
|
|
5278
|
+
* @returns {any|function} redux store's `dispatch` function
|
|
5279
|
+
*
|
|
5280
|
+
* @example
|
|
5281
|
+
*
|
|
5282
|
+
* import React, { useCallback } from 'react'
|
|
5283
|
+
* import { useDispatch } from 'react-redux'
|
|
5284
|
+
*
|
|
5285
|
+
* export const CounterComponent = ({ value }) => {
|
|
5286
|
+
* const dispatch = useDispatch()
|
|
5287
|
+
* const increaseCounter = useCallback(() => dispatch({ type: 'increase-counter' }), [])
|
|
5288
|
+
* return (
|
|
5289
|
+
* <div>
|
|
5290
|
+
* <span>{value}</span>
|
|
5291
|
+
* <button onClick={increaseCounter}>Increase counter</button>
|
|
5292
|
+
* </div>
|
|
5293
|
+
* )
|
|
5294
|
+
* }
|
|
5141
5295
|
*/
|
|
5142
5296
|
|
|
5143
5297
|
const useDispatch = /*#__PURE__*/createDispatchHook();
|
|
@@ -15665,21 +15819,25 @@ const SeamlyEventSubscriber = () => {
|
|
|
15665
15819
|
}
|
|
15666
15820
|
}, [api, api.connectionInfo, api.conversation.socket, dispatch]);
|
|
15667
15821
|
(0,hooks_.useEffect)(() => {
|
|
15668
|
-
api.conversation.
|
|
15669
|
-
|
|
15670
|
-
|
|
15671
|
-
|
|
15672
|
-
|
|
15673
|
-
|
|
15674
|
-
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
|
|
15678
|
-
|
|
15679
|
-
|
|
15680
|
-
|
|
15681
|
-
|
|
15682
|
-
|
|
15822
|
+
if (api.connectionInfo && api.conversation.socket) {
|
|
15823
|
+
api.conversation.onConnection(({
|
|
15824
|
+
currentState
|
|
15825
|
+
}) => {
|
|
15826
|
+
if (currentState === 'join_channel_erred') {
|
|
15827
|
+
const seamlyGeneralError = new SeamlyGeneralError();
|
|
15828
|
+
dispatch(setInterrupt({
|
|
15829
|
+
name: seamlyGeneralError.name,
|
|
15830
|
+
message: seamlyGeneralError.message,
|
|
15831
|
+
langKey: seamlyGeneralError.langKey,
|
|
15832
|
+
originalEvent: seamlyGeneralError.originalEvent,
|
|
15833
|
+
originalError: seamlyGeneralError.originalError,
|
|
15834
|
+
action: seamlyGeneralError.action
|
|
15835
|
+
}));
|
|
15836
|
+
return true;
|
|
15837
|
+
}
|
|
15838
|
+
return false;
|
|
15839
|
+
});
|
|
15840
|
+
}
|
|
15683
15841
|
}, [api, api.connectionInfo, api.conversation.channel, dispatch]);
|
|
15684
15842
|
(0,hooks_.useEffect)(() => {
|
|
15685
15843
|
if (api.connectionInfo) {
|