asamap 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/dist/index.mjs +249 -550
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- const m = [
1
+ const h = Object.freeze([
2
2
  {
3
3
  label: "Today Tab",
4
4
  value: "APPSTORE_TODAY_TAB",
@@ -23,225 +23,36 @@ const m = [
23
23
  description: "Reach users when they're browsing apps.",
24
24
  description1: "Reach users when they're browsing apps. Your ad will appear at the top of the You Might Also Like list to users who have scrolled to the bottom of relevant product pages."
25
25
  }
26
- ], z = {};
27
- m.forEach((e) => {
28
- z[e.value] = e;
29
- });
30
- const oe = {
31
- arr: m,
32
- obj: z
33
- }, ce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
26
+ ]), q = h.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), Q = Object.freeze({
27
+ arr: h,
28
+ obj: q
29
+ }), X = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
34
30
  __proto__: null,
35
- default: oe
36
- }, Symbol.toStringTag, { value: "Module" })), A = [
37
- {
38
- label: 18,
39
- value: 18
40
- },
41
- {
42
- label: 19,
43
- value: 19
44
- },
45
- {
46
- label: 20,
47
- value: 20
48
- },
49
- {
50
- label: 21,
51
- value: 21
52
- },
53
- {
54
- label: 22,
55
- value: 22
56
- },
57
- {
58
- label: 23,
59
- value: 23
60
- },
61
- {
62
- label: 24,
63
- value: 24
64
- },
65
- {
66
- label: 25,
67
- value: 25
68
- },
69
- {
70
- label: 26,
71
- value: 26
72
- },
73
- {
74
- label: 27,
75
- value: 27
76
- },
77
- {
78
- label: 28,
79
- value: 28
80
- },
81
- {
82
- label: 29,
83
- value: 29
84
- },
85
- {
86
- label: 30,
87
- value: 30
88
- },
89
- {
90
- label: 31,
91
- value: 31
92
- },
93
- {
94
- label: 32,
95
- value: 32
96
- },
97
- {
98
- label: 33,
99
- value: 33
100
- },
101
- {
102
- label: 34,
103
- value: 34
104
- },
105
- {
106
- label: 35,
107
- value: 35
108
- },
109
- {
110
- label: 36,
111
- value: 36
112
- },
113
- {
114
- label: 37,
115
- value: 37
116
- },
117
- {
118
- label: 38,
119
- value: 38
120
- },
121
- {
122
- label: 39,
123
- value: 39
124
- },
125
- {
126
- label: 40,
127
- value: 40
128
- },
129
- {
130
- label: 41,
131
- value: 41
132
- },
133
- {
134
- label: 42,
135
- value: 42
136
- },
137
- {
138
- label: 43,
139
- value: 43
140
- },
141
- {
142
- label: 44,
143
- value: 44
144
- },
145
- {
146
- label: 45,
147
- value: 45
148
- },
149
- {
150
- label: 46,
151
- value: 46
152
- },
153
- {
154
- label: 47,
155
- value: 47
156
- },
157
- {
158
- label: 48,
159
- value: 48
160
- },
161
- {
162
- label: 49,
163
- value: 49
164
- },
165
- {
166
- label: 50,
167
- value: 50
168
- },
169
- {
170
- label: 51,
171
- value: 51
172
- },
173
- {
174
- label: 52,
175
- value: 52
176
- },
177
- {
178
- label: 53,
179
- value: 53
180
- },
181
- {
182
- label: 54,
183
- value: 54
184
- },
185
- {
186
- label: 55,
187
- value: 55
188
- },
189
- {
190
- label: 56,
191
- value: 56
192
- },
193
- {
194
- label: 57,
195
- value: 57
196
- },
197
- {
198
- label: 58,
199
- value: 58
200
- },
201
- {
202
- label: 59,
203
- value: 59
204
- },
205
- {
206
- label: 60,
207
- value: 60
208
- },
209
- {
210
- label: 61,
211
- value: 61
212
- },
213
- {
214
- label: 62,
215
- value: 62
216
- },
217
- {
218
- label: 63,
219
- value: 63
220
- },
221
- {
222
- label: 64,
223
- value: 64
224
- }
225
- ], ue = [
31
+ default: Q
32
+ }, Symbol.toStringTag, { value: "Module" })), ee = (e, a) => {
33
+ const n = [];
34
+ for (let l = e; l <= a; l++)
35
+ n.push({ label: l, value: l });
36
+ return Object.freeze(n);
37
+ }, m = ee(18, 64), ae = Object.freeze([
226
38
  {
227
39
  label: "All",
228
40
  value: "All"
229
41
  },
230
- ...A
231
- ], be = [
232
- // ...minOptions,
233
- ...A,
42
+ ...m
43
+ ]), le = Object.freeze([
44
+ ...m,
234
45
  {
235
46
  label: "65+",
236
47
  value: 65
237
48
  }
238
- ], re = {
239
- minOptions: ue,
240
- maxOptions: be
241
- }, se = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49
+ ]), ne = Object.freeze({
50
+ minOptions: ae,
51
+ maxOptions: le
52
+ }), ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
242
53
  __proto__: null,
243
- default: re
244
- }, Symbol.toStringTag, { value: "Module" })), b = [
54
+ default: ne
55
+ }, Symbol.toStringTag, { value: "Module" })), u = Object.freeze([
245
56
  {
246
57
  label: "All Categories",
247
58
  value: 0,
@@ -472,42 +283,34 @@ const oe = {
472
283
  value: 7019,
473
284
  label_zh_cn: "字谜"
474
285
  }
475
- ], p = {
286
+ ]), _e = Object.freeze(
287
+ u.reduce((e, a) => (e[a.value] = a, e), {})
288
+ ), z = [], A = [];
289
+ u.forEach((e) => {
290
+ e.label.includes("Game") ? e.label !== "Games" && A.push(e) : e.value && z.push(e);
291
+ });
292
+ const oe = Object.freeze({
476
293
  label: "App",
477
294
  value: 5e3,
478
- children: []
479
- }, o = {
295
+ children: Object.freeze([...z])
296
+ }), ce = Object.freeze({
480
297
  label: "Game",
481
- value: 6014,
482
- children: []
483
- };
484
- b.forEach((e) => {
485
- e.label.includes("Game") ? e.label !== "Games" ? o.children.push(e) : o.value = e.value : e.value && p.children.push(e);
486
- });
487
- o.children.unshift({
298
+ value: 6014
299
+ }), ue = Object.freeze({
488
300
  label: "Game",
489
301
  value: 6014,
490
- label_zh_cn: "游戏"
491
- });
492
- const te = [
493
- {
494
- label: "All Categories",
495
- value: 0
496
- },
497
- p,
498
- o
499
- ], g = {};
500
- b.forEach((e) => {
501
- g[e.value] = e;
502
- });
503
- const de = {
504
- arr: b,
505
- tree: te,
506
- obj: g
507
- }, ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
302
+ children: Object.freeze([ce, ...A])
303
+ }), be = Object.freeze({
304
+ label: "All Categories",
305
+ value: 0
306
+ }), re = Object.freeze([be, oe, ue]), se = Object.freeze({
307
+ arr: u,
308
+ obj: _e,
309
+ tree: re
310
+ }), te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
508
311
  __proto__: null,
509
- default: de
510
- }, Symbol.toStringTag, { value: "Module" })), f = [
312
+ default: se
313
+ }, Symbol.toStringTag, { value: "Module" })), de = Object.freeze([
511
314
  {
512
315
  label: "All categories",
513
316
  value: "All categories"
@@ -520,14 +323,13 @@ const de = {
520
323
  label: "Other categories",
521
324
  value: "Other categories"
522
325
  }
523
- ], T = {};
524
- f.forEach((e) => {
525
- T[e.value] = e;
526
- });
527
- const he = { arr: f, obj: T }, me = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
326
+ ]), ve = all.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), he = Object.freeze({
327
+ arr: de,
328
+ obj: ve
329
+ }), me = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
528
330
  __proto__: null,
529
331
  default: he
530
- }, Symbol.toStringTag, { value: "Module" })), w = [
332
+ }, Symbol.toStringTag, { value: "Module" })), p = Object.freeze([
531
333
  {
532
334
  label: "All Users",
533
335
  value: "All Users"
@@ -536,8 +338,8 @@ const he = { arr: f, obj: T }, me = /* @__PURE__ */ Object.freeze(/* @__PURE__ *
536
338
  label: "New Users",
537
339
  value: "New Users"
538
340
  }
539
- ], M = [
540
- ...w,
341
+ ]), g = Object.freeze([
342
+ ...p,
541
343
  {
542
344
  label: "Users of my other apps",
543
345
  value: "Users of my other apps"
@@ -546,14 +348,10 @@ const he = { arr: f, obj: T }, me = /* @__PURE__ */ Object.freeze(/* @__PURE__ *
546
348
  label: "Returning Users",
547
349
  value: "Returning Users"
548
350
  }
549
- ], E = {};
550
- M.forEach((e) => {
551
- E[e.value] = e;
552
- });
553
- const ze = { normal: w, all: M, obj: E }, Ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
351
+ ]), ze = g.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), Ae = Object.freeze({ arr: p, all: g, obj: ze }), pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
554
352
  __proto__: null,
555
- default: ze
556
- }, Symbol.toStringTag, { value: "Module" })), S = [
353
+ default: Ae
354
+ }, Symbol.toStringTag, { value: "Module" })), f = Object.freeze([
557
355
  {
558
356
  label: "iPhone",
559
357
  value: "IPHONE",
@@ -564,33 +362,21 @@ const ze = { normal: w, all: M, obj: E }, Ae = /* @__PURE__ */ Object.freeze(/*
564
362
  value: "IPAD",
565
363
  icon: "im-ipad"
566
364
  }
567
- ], pe = [
365
+ ]), ge = Object.freeze([
568
366
  {
569
367
  label: "iPhone & iPad",
570
368
  value: "IPHONE,IPAD",
571
369
  icon: "im-iphone_ipad"
572
370
  },
573
- ...S
574
- ], ge = {
575
- "IPHONE,IPAD": {
576
- label: "iPhone & iPad",
577
- value: "IPHONE,IPAD",
578
- icon: "im-iphone_ipad"
579
- },
580
- IPHONE: {
581
- label: "iPhone",
582
- value: "IPHONE",
583
- icon: "im-iphone"
584
- },
585
- IPAD: {
586
- label: "iPad",
587
- value: "IPAD",
588
- icon: "im-ipad"
589
- }
590
- }, fe = { arr: S, all: pe, obj: ge }, Te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
371
+ ...f
372
+ ]), fe = reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), Te = Object.freeze({
373
+ arr: f,
374
+ all: ge,
375
+ obj: fe
376
+ }), we = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
591
377
  __proto__: null,
592
- default: fe
593
- }, Symbol.toStringTag, { value: "Module" })), y = [
378
+ default: Te
379
+ }, Symbol.toStringTag, { value: "Module" })), T = Object.freeze([
594
380
  {
595
381
  label: "Male",
596
382
  value: "M",
@@ -601,79 +387,45 @@ const ze = { normal: w, all: M, obj: E }, Ae = /* @__PURE__ */ Object.freeze(/*
601
387
  value: "F",
602
388
  icon: "im-female"
603
389
  }
604
- ], we = [
390
+ ]), w = Object.freeze([
605
391
  {
606
392
  label: "All",
607
393
  value: "M,F",
608
394
  icon: "im-male_female"
609
395
  },
610
- ...y
611
- ], Me = {
612
- "M,F": {
613
- label: "All",
614
- value: "M,F",
615
- icon: "im-male_female"
616
- },
617
- M: {
618
- label: "Male",
619
- value: "M",
620
- icon: "im-male"
621
- },
622
- F: {
623
- label: "Female",
624
- value: "F",
625
- icon: "im-female"
626
- }
627
- }, Ee = { normal: y, all: we, obj: Me }, Se = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
396
+ ...T
397
+ ]), Me = w.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), Se = Object.freeze({ arr: T, all: w, obj: Me }), Ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
628
398
  __proto__: null,
629
- default: Ee
630
- }, Symbol.toStringTag, { value: "Module" })), ye = [
399
+ default: Se
400
+ }, Symbol.toStringTag, { value: "Module" })), ye = Object.freeze([
631
401
  {
632
402
  label: "None",
633
- label_en_us: "None",
634
- label_zh_cn: "无",
635
- value: 0,
636
- color: "txt-dark7-i"
403
+ value: 0
637
404
  },
638
405
  {
639
406
  label: "★",
640
- label_en_us: "★",
641
- label_zh_cn: "★",
642
- value: 1,
643
- color: "txt-orange-i"
407
+ value: 1
644
408
  },
645
409
  {
646
410
  label: "★★",
647
- label_en_us: "★★",
648
- label_zh_cn: "★★",
649
- value: 2,
650
- color: "txt-orange-i"
411
+ value: 2
651
412
  },
652
413
  {
653
414
  label: "★★★",
654
- label_en_us: "★★★",
655
- label_zh_cn: "★★★",
656
- value: 3,
657
- color: "txt-orange-i"
415
+ value: 3
658
416
  },
659
417
  {
660
418
  label: "★★★★",
661
- label_en_us: "★★★★",
662
- label_zh_cn: "★★★★",
663
- value: 4,
664
- color: "txt-orange-i"
419
+ value: 4
665
420
  },
666
421
  {
667
422
  label: "★★★★★",
668
- label_en_us: "★★★★★",
669
- label_zh_cn: "★★★★★",
670
- value: 5,
671
- color: "txt-orange-i"
423
+ value: 5
672
424
  }
673
- ], Pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
425
+ ]), Pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
674
426
  __proto__: null,
675
427
  default: ye
676
- }, Symbol.toStringTag, { value: "Module" })), P = [
428
+ }, Symbol.toStringTag, { value: "Module" })), M = Object.freeze([
677
429
  {
678
430
  label: "Exact",
679
431
  value: "EXACT"
@@ -682,17 +434,13 @@ const ze = { normal: w, all: M, obj: E }, Ae = /* @__PURE__ */ Object.freeze(/*
682
434
  label: "Broad",
683
435
  value: "BROAD"
684
436
  }
685
- ], C = {};
686
- P.forEach((e) => {
687
- C[e.value] = e;
688
- });
689
- const Ce = {
690
- normal: P,
691
- obj: C
692
- }, ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
437
+ ]), Ce = M.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), ke = Object.freeze({
438
+ arr: M,
439
+ obj: Ce
440
+ }), Ge = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
693
441
  __proto__: null,
694
- default: Ce
695
- }, Symbol.toStringTag, { value: "Module" })), n = [
442
+ default: ke
443
+ }, Symbol.toStringTag, { value: "Module" })), i = Object.freeze([
696
444
  {
697
445
  label: "Pre-Orders",
698
446
  visible: !0,
@@ -756,10 +504,10 @@ const Ce = {
756
504
  align: "right",
757
505
  formatter: (e) => e.crTotalPreOrders || 0
758
506
  }
759
- ], Ge = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
507
+ ]), De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
760
508
  __proto__: null,
761
- default: n
762
- }, Symbol.toStringTag, { value: "Module" })), k = [
509
+ default: i
510
+ }, Symbol.toStringTag, { value: "Module" })), S = Object.freeze([
763
511
  {
764
512
  label: "Spend",
765
513
  unit: "currency",
@@ -828,12 +576,8 @@ const Ce = {
828
576
  chartType: "line",
829
577
  value: "ttr"
830
578
  },
831
- ...n
832
- ], G = {};
833
- k.forEach((e) => {
834
- G[e.value] = e;
835
- });
836
- const D = [
579
+ ...i
580
+ ]), Re = S.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), E = Object.freeze([
837
581
  {
838
582
  label: "Spend",
839
583
  unit: "currency",
@@ -934,7 +678,7 @@ const D = [
934
678
  align: "right",
935
679
  formatter: (e) => e.ttrFormat || "0"
936
680
  },
937
- ...n,
681
+ ...i,
938
682
  {
939
683
  label: "MMP Installs",
940
684
  precision: 0,
@@ -1046,14 +790,10 @@ const D = [
1046
790
  value: "viewReDownloads",
1047
791
  formatter: (e) => e.viewReDownloadsFormat || "0"
1048
792
  }
1049
- ], I = {};
1050
- D.forEach((e) => {
1051
- I[e.value] = e;
1052
- });
1053
- const De = { base8: k, base8Obj: G, all: D, allObj: I }, Ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
793
+ ]), Ie = E.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), Be = Object.freeze({ base8: S, base8Obj: Re, all: E, allObj: Ie }), Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1054
794
  __proto__: null,
1055
- default: De
1056
- }, Symbol.toStringTag, { value: "Module" })), Re = [
795
+ default: Be
796
+ }, Symbol.toStringTag, { value: "Module" })), je = Object.freeze([
1057
797
  {
1058
798
  label: "Spend",
1059
799
  label_en_us: "Spend",
@@ -1287,11 +1027,11 @@ const De = { base8: k, base8Obj: G, all: D, allObj: I }, Ie = /* @__PURE__ */ Ob
1287
1027
  value: "viewReDownloads",
1288
1028
  formatter: (e) => e.viewReDownloadsFormat || 0
1289
1029
  },
1290
- ...n
1291
- ], Be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1030
+ ...i
1031
+ ]), Oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1292
1032
  __proto__: null,
1293
- default: Re
1294
- }, Symbol.toStringTag, { value: "Module" })), Ne = [
1033
+ default: je
1034
+ }, Symbol.toStringTag, { value: "Module" })), y = Object.freeze([
1295
1035
  {
1296
1036
  label: "MMP CPI",
1297
1037
  value: "mmpCPI",
@@ -1523,12 +1263,13 @@ const De = { base8: k, base8Obj: G, all: D, allObj: I }, Ie = /* @__PURE__ */ Ob
1523
1263
  align: "right",
1524
1264
  visible: !1
1525
1265
  }
1526
- ], je = {
1527
- arr: Ne
1528
- }, Oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1266
+ ]), Ke = y.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), Le = Object.freeze({
1267
+ arr: y,
1268
+ obj: Ke
1269
+ }), Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1529
1270
  __proto__: null,
1530
- default: je
1531
- }, Symbol.toStringTag, { value: "Module" })), Ke = [
1271
+ default: Le
1272
+ }, Symbol.toStringTag, { value: "Module" })), P = Object.freeze([
1532
1273
  {
1533
1274
  label: "None",
1534
1275
  value: 0
@@ -1545,18 +1286,18 @@ const De = { base8: k, base8Obj: G, all: D, allObj: I }, Ie = /* @__PURE__ */ Ob
1545
1286
  label: "Generic",
1546
1287
  value: 3
1547
1288
  }
1548
- ], Le = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1289
+ ]), Ve = P.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), Ue = Object.freeze({ arr: P, obj: Ve }), He = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1549
1290
  __proto__: null,
1550
- default: Ke
1551
- }, Symbol.toStringTag, { value: "Module" })), t = /* @__PURE__ */ Object.assign({ "./asa/adplacement.js": ce, "./asa/age.js": se, "./asa/appCategory.js": ve, "./asa/category.js": me, "./asa/customerType.js": Ae, "./asa/device.js": Te, "./asa/gender.js": Se, "./asa/level.js": Pe, "./asa/matchType.js": ke, "./asa/metric.js": Ie, "./asa/metricAsa.js": Be, "./asa/metricEX.js": Ge, "./asa/metricMmp.js": Oe, "./asa/tag.js": Le }), R = {};
1552
- Object.keys(t).map((e) => {
1291
+ default: Ue
1292
+ }, Symbol.toStringTag, { value: "Module" })), s = /* @__PURE__ */ Object.assign({ "./asa/adplacement.js": X, "./asa/age.js": ie, "./asa/appCategory.js": te, "./asa/category.js": me, "./asa/customerType.js": pe, "./asa/device.js": we, "./asa/gender.js": Ee, "./asa/level.js": Pe, "./asa/matchType.js": Ge, "./asa/metric.js": Ne, "./asa/metricAsa.js": Oe, "./asa/metricEX.js": De, "./asa/metricMmp.js": Fe, "./asa/tag.js": He }), C = {};
1293
+ Object.keys(s).map((e) => {
1553
1294
  const a = e.match(/asa\/(\S*).js/)[1];
1554
- R[a] = t[e].default;
1295
+ C[a] = s[e].default;
1555
1296
  });
1556
- const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1297
+ const xe = Object.freeze(C), Ye = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1557
1298
  __proto__: null,
1558
- default: R
1559
- }, Symbol.toStringTag, { value: "Module" })), Ve = [
1299
+ default: xe
1300
+ }, Symbol.toStringTag, { value: "Module" })), Je = Object.freeze([
1560
1301
  {
1561
1302
  label: "ASA Knowledge Base Q&A",
1562
1303
  value: "AIBtnValue1"
@@ -1580,10 +1321,10 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1580
1321
  sub: "Need Choose an App",
1581
1322
  value: "AIBtnValue4"
1582
1323
  }
1583
- ], Ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1324
+ ]), Ze = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1584
1325
  __proto__: null,
1585
- default: Ve
1586
- }, Symbol.toStringTag, { value: "Module" })), He = [
1326
+ default: Je
1327
+ }, Symbol.toStringTag, { value: "Module" })), $e = Object.freeze([
1587
1328
  {
1588
1329
  label: "All",
1589
1330
  value: 36
@@ -1591,7 +1332,7 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1591
1332
  {
1592
1333
  label: "App",
1593
1334
  value: 5e3,
1594
- children: [
1335
+ children: Object.freeze([
1595
1336
  {
1596
1337
  label: "All",
1597
1338
  value: 5e3
@@ -1696,12 +1437,12 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1696
1437
  label: "Children",
1697
1438
  value: 6061
1698
1439
  }
1699
- ]
1440
+ ])
1700
1441
  },
1701
1442
  {
1702
1443
  label: "Game",
1703
1444
  value: 7e3,
1704
- children: [
1445
+ children: Object.freeze([
1705
1446
  {
1706
1447
  label: "All",
1707
1448
  value: 7e3
@@ -1770,12 +1511,12 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1770
1511
  label: "Crossword puzzle",
1771
1512
  value: 7019
1772
1513
  }
1773
- ]
1514
+ ])
1774
1515
  }
1775
- ], xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1516
+ ]), We = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1776
1517
  __proto__: null,
1777
- default: He
1778
- }, Symbol.toStringTag, { value: "Module" })), Ye = {
1518
+ default: $e
1519
+ }, Symbol.toStringTag, { value: "Module" })), qe = Object.freeze({
1779
1520
  RMB: {
1780
1521
  symbol: "¥",
1781
1522
  code: "CNY"
@@ -1792,36 +1533,24 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1792
1533
  symbol: "$",
1793
1534
  code: "JPY"
1794
1535
  }
1795
- }, Je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1536
+ }), Qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1796
1537
  __proto__: null,
1797
- default: Ye
1798
- }, Symbol.toStringTag, { value: "Module" })), Ze = {
1538
+ default: qe
1539
+ }, Symbol.toStringTag, { value: "Module" })), Xe = Object.freeze({
1799
1540
  RMB: "¥",
1800
1541
  CNY: "¥",
1801
1542
  USD: "$",
1802
1543
  JPY: "¥"
1803
- }, We = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1544
+ }), ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1804
1545
  __proto__: null,
1805
- default: Ze
1806
- }, Symbol.toStringTag, { value: "Module" })), $e = [
1807
- {
1808
- label: "Day",
1809
- value: "day"
1810
- },
1811
- {
1812
- label: "Week",
1813
- value: "week"
1814
- }
1815
- ], qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1816
- __proto__: null,
1817
- dayOrWeekOption: $e
1818
- }, Symbol.toStringTag, { value: "Module" })), Qe = {
1546
+ default: Xe
1547
+ }, Symbol.toStringTag, { value: "Module" })), aa = Object.freeze({
1819
1548
  data: "No Data",
1820
1549
  selection: "No Selection"
1821
- }, Xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1550
+ }), la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1822
1551
  __proto__: null,
1823
- default: Qe
1824
- }, Symbol.toStringTag, { value: "Module" })), ea = {
1552
+ default: aa
1553
+ }, Symbol.toStringTag, { value: "Module" })), na = {
1825
1554
  id: "3701322",
1826
1555
  name: "iADBrain",
1827
1556
  font_family: "imicon",
@@ -2886,18 +2615,18 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2886
2615
  unicode_decimal: 58952
2887
2616
  }
2888
2617
  ]
2889
- }, aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2618
+ }, ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2890
2619
  __proto__: null,
2891
- default: ea
2892
- }, Symbol.toStringTag, { value: "Module" })), la = {
2620
+ default: na
2621
+ }, Symbol.toStringTag, { value: "Module" })), _a = Object.freeze({
2893
2622
  zh_cn: "zh_CN",
2894
2623
  en_us: "en_US",
2895
2624
  ja_jp: "ja_JP",
2896
2625
  ko_kr: "ko_KR"
2897
- }, na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2626
+ }), oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2898
2627
  __proto__: null,
2899
- default: la
2900
- }, Symbol.toStringTag, { value: "Module" })), B = [
2628
+ default: _a
2629
+ }, Symbol.toStringTag, { value: "Module" })), k = Object.freeze([
2901
2630
  {
2902
2631
  code: "af_",
2903
2632
  name: "Afrikaans"
@@ -5486,17 +5215,13 @@ const Fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5486
5215
  code: "zh_Hant",
5487
5216
  name: "Chinese Traditional"
5488
5217
  }
5489
- ], N = {};
5490
- B.forEach((e) => {
5491
- N[e.code] = e;
5492
- });
5493
- const ia = {
5494
- arr: B,
5495
- obj: N
5496
- }, _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5218
+ ]), ca = k.reduce((e, a) => (e[a.code] = a, e), /* @__PURE__ */ Object.create(null)), ua = Object.freeze({
5219
+ arr: k,
5220
+ obj: ca
5221
+ }), ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5497
5222
  __proto__: null,
5498
- default: ia
5499
- }, Symbol.toStringTag, { value: "Module" })), r = [
5223
+ default: ua
5224
+ }, Symbol.toStringTag, { value: "Module" })), b = Object.freeze([
5500
5225
  {
5501
5226
  label: "Spend",
5502
5227
  label_en_us: "Spend",
@@ -5757,18 +5482,18 @@ const ia = {
5757
5482
  value: "viewReDownloads",
5758
5483
  formatter: (e) => e.viewReDownloadsFormat || "0"
5759
5484
  },
5760
- ...n
5761
- ], oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5485
+ ...i
5486
+ ]), ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5762
5487
  __proto__: null,
5763
- default: r
5764
- }, Symbol.toStringTag, { value: "Module" })), u = [];
5765
- r.forEach((e) => {
5766
- u.filter((a) => a.value === e.value).length === 0 && u.push(e);
5488
+ default: b
5489
+ }, Symbol.toStringTag, { value: "Module" })), c = [];
5490
+ b.forEach((e) => {
5491
+ c.filter((a) => a.value === e.value).length === 0 && c.push(e);
5767
5492
  });
5768
- const ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5493
+ const sa = Object.freeze(c), ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5769
5494
  __proto__: null,
5770
- default: u
5771
- }, Symbol.toStringTag, { value: "Module" })), j = [
5495
+ default: sa
5496
+ }, Symbol.toStringTag, { value: "Module" })), G = Object.freeze([
5772
5497
  {
5773
5498
  label: "Spend",
5774
5499
  label_en_us: "Spend",
@@ -6001,25 +5726,21 @@ const ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6001
5726
  value: "viewReDownloads",
6002
5727
  formatter: (e) => e.viewReDownloadsFormat || "0"
6003
5728
  },
6004
- ...n
6005
- ], O = {};
6006
- j.forEach((e) => {
6007
- O[e.value] = e;
6008
- });
6009
- const K = {
6010
- arr: j,
6011
- obj: O
6012
- }, ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5729
+ ...i
5730
+ ]), da = G.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), D = Object.freeze({
5731
+ arr: G,
5732
+ obj: da
5733
+ }), va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6013
5734
  __proto__: null,
6014
- default: K
6015
- }, Symbol.toStringTag, { value: "Module" })), L = {};
6016
- [...K.arr, ...r].forEach((e) => {
6017
- L[e.value] = e;
5735
+ default: D
5736
+ }, Symbol.toStringTag, { value: "Module" })), R = {};
5737
+ [...D.arr, ...b].forEach((e) => {
5738
+ R[e.value] = e;
6018
5739
  });
6019
- const ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5740
+ const ha = Object.freeze(R), ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6020
5741
  __proto__: null,
6021
- default: L
6022
- }, Symbol.toStringTag, { value: "Module" })), F = [
5742
+ default: ha
5743
+ }, Symbol.toStringTag, { value: "Module" })), I = Object.freeze([
6023
5744
  {
6024
5745
  label: "Spend",
6025
5746
  label_en_us: "Spend",
@@ -6283,18 +6004,14 @@ const ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6283
6004
  align: "right",
6284
6005
  formatter: (e) => e.revenueFormat || "0"
6285
6006
  },
6286
- ...n
6287
- ], V = {};
6288
- F.forEach((e) => {
6289
- V[e.value] = e;
6290
- });
6291
- const ra = {
6292
- arr: F,
6293
- obj: V
6294
- }, sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6007
+ ...i
6008
+ ]), za = I.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), Aa = Object.freeze({
6009
+ arr: I,
6010
+ obj: za
6011
+ }), pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6295
6012
  __proto__: null,
6296
- default: ra
6297
- }, Symbol.toStringTag, { value: "Module" })), U = [
6013
+ default: Aa
6014
+ }, Symbol.toStringTag, { value: "Module" })), B = Object.freeze([
6298
6015
  {
6299
6016
  label: "MMP CPI",
6300
6017
  value: "mmpCPI",
@@ -6374,21 +6091,15 @@ const ra = {
6374
6091
  align: "right",
6375
6092
  visible: !0
6376
6093
  }
6377
- ], H = {};
6378
- U.forEach((e) => {
6379
- H[e.value] = e;
6380
- });
6381
- const ta = {
6382
- arr: U,
6383
- obj: H
6384
- }, da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6094
+ ]), ga = B.reduce((e, a) => (e[a.value] = a, e), /* @__PURE__ */ Object.create(null)), fa = Object.freeze({
6095
+ arr: B,
6096
+ obj: ga
6097
+ }), Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6385
6098
  __proto__: null,
6386
- default: ta
6387
- }, Symbol.toStringTag, { value: "Module" })), va = [
6099
+ default: fa
6100
+ }, Symbol.toStringTag, { value: "Module" })), wa = Object.freeze([
6388
6101
  {
6389
6102
  label: "View",
6390
- label_en_us: "View",
6391
- label_zh_cn: "查看",
6392
6103
  type: "view",
6393
6104
  icon: "imicon im-nowrite txt-dark5",
6394
6105
  value: "view",
@@ -6396,8 +6107,6 @@ const ta = {
6396
6107
  },
6397
6108
  {
6398
6109
  label: "Edit Info",
6399
- label_en_us: "Edit Info",
6400
- label_zh_cn: "修改信息",
6401
6110
  type: "edit",
6402
6111
  icon: "imicon im-info txt-green",
6403
6112
  value: "info",
@@ -6405,8 +6114,6 @@ const ta = {
6405
6114
  },
6406
6115
  {
6407
6116
  label: "Edit Status",
6408
- label_en_us: "Edit Status",
6409
- label_zh_cn: "修改状态",
6410
6117
  type: "edit",
6411
6118
  icon: "imicon im-status txt-green",
6412
6119
  value: "status",
@@ -6414,8 +6121,6 @@ const ta = {
6414
6121
  },
6415
6122
  {
6416
6123
  label: "Edit Bid",
6417
- label_en_us: "Edit Bid",
6418
- label_zh_cn: "修改出价",
6419
6124
  type: "edit",
6420
6125
  icon: "imicon im-bid txt-green",
6421
6126
  value: "bid",
@@ -6423,8 +6128,6 @@ const ta = {
6423
6128
  },
6424
6129
  {
6425
6130
  label: "Download",
6426
- label_en_us: "Download",
6427
- label_zh_cn: "下载",
6428
6131
  type: "download",
6429
6132
  icon: "imicon im-download txt-green",
6430
6133
  value: "download",
@@ -6432,8 +6135,6 @@ const ta = {
6432
6135
  },
6433
6136
  {
6434
6137
  label: "Create Invoice",
6435
- label_en_us: "Create Invoice",
6436
- label_zh_cn: "创建发票",
6437
6138
  type: "create",
6438
6139
  icon: "imicon im-invoice txt-green",
6439
6140
  value: "invoice",
@@ -6441,18 +6142,16 @@ const ta = {
6441
6142
  },
6442
6143
  {
6443
6144
  label: "Monitor Manage",
6444
- label_en_us: "Monitor Manage",
6445
- label_zh_cn: "监控管理",
6446
6145
  type: "create",
6447
6146
  icon: "imicon im-camera1 txt-green",
6448
6147
  value: "monitor",
6449
6148
  tips: "You Can Create Monitor"
6450
6149
  }
6451
6150
  // { icon: 'imicon im-cohort txt-purple', tips: 'From OAuth' },
6452
- ], ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6151
+ ]), Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6453
6152
  __proto__: null,
6454
- default: va
6455
- }, Symbol.toStringTag, { value: "Module" })), ma = [
6153
+ default: wa
6154
+ }, Symbol.toStringTag, { value: "Module" })), Sa = Object.freeze([
6456
6155
  {
6457
6156
  label: "IOS",
6458
6157
  value: 0,
@@ -6465,10 +6164,10 @@ const ta = {
6465
6164
  icon: "im-android",
6466
6165
  color: "#20c997"
6467
6166
  }
6468
- ], za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6167
+ ]), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6469
6168
  __proto__: null,
6470
- default: ma
6471
- }, Symbol.toStringTag, { value: "Module" })), Aa = [
6169
+ default: Sa
6170
+ }, Symbol.toStringTag, { value: "Module" })), ya = [
6472
6171
  "America/Anchorage",
6473
6172
  "America/Los_Angeles",
6474
6173
  "America/Chicago",
@@ -6486,23 +6185,23 @@ const ta = {
6486
6185
  "Asia/Jerusalem",
6487
6186
  "Pacific/Auckland",
6488
6187
  "Pacific/Fiji"
6489
- ], pa = (e) => {
6490
- if (Aa.indexOf(e) === -1)
6188
+ ], Pa = (e) => {
6189
+ if (ya.indexOf(e) === -1)
6491
6190
  return !1;
6492
6191
  {
6493
- const a = /* @__PURE__ */ new Date(), i = new Date(a.getFullYear(), 0, 1), l = new Date(a.getFullYear(), 6, 1), c = (ee) => {
6494
- var s;
6495
- const ae = ((s = new Intl.DateTimeFormat("en-US", {
6192
+ const a = /* @__PURE__ */ new Date(), n = new Date(a.getFullYear(), 0, 1), l = new Date(a.getFullYear(), 6, 1), o = (x) => {
6193
+ var r;
6194
+ const Y = ((r = new Intl.DateTimeFormat("en-US", {
6496
6195
  timeZone: e,
6497
6196
  timeZoneName: "longOffset"
6498
- }).formatToParts(ee).find((_e) => _e.type === "timeZoneName").value.match(/[+-]\d{2}(?::\d{2})?/)) == null ? void 0 : s[0]) || "+00:00", [xa, le, ne, ie] = ae.match(
6197
+ }).formatToParts(x).find((W) => W.type === "timeZoneName").value.match(/[+-]\d{2}(?::\d{2})?/)) == null ? void 0 : r[0]) || "+00:00", [_l, J, Z, $] = Y.match(
6499
6198
  /([+-])(\d{2})(?::?(\d{2}))?/
6500
6199
  );
6501
- return (le === "+" ? -1 : 1) * (parseInt(ne) * 60 + parseInt(ie || "00"));
6502
- }, q = c(a), Q = c(i), X = c(l);
6503
- return q < Math.max(Q, X);
6200
+ return (J === "+" ? -1 : 1) * (parseInt(Z) * 60 + parseInt($ || "00"));
6201
+ }, V = o(a), U = o(n), H = o(l);
6202
+ return V < Math.max(U, H);
6504
6203
  }
6505
- }, ga = [
6204
+ }, Ca = [
6506
6205
  {
6507
6206
  label_zh_cn: "Etc/GMT+12",
6508
6207
  label_en_us: "Etc/GMT+12",
@@ -10710,10 +10409,10 @@ const ta = {
10710
10409
  zone: 14,
10711
10410
  label: "Pacific/Kiritimati"
10712
10411
  }
10713
- ].map((e) => (pa(e.label) && (e.value += 1, e.zone += 1), e)), fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
10412
+ ].map((e) => (Pa(e.label) && (e.value += 1, e.zone += 1), e)), ka = Object.freeze(Ca), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
10714
10413
  __proto__: null,
10715
- default: ga
10716
- }, Symbol.toStringTag, { value: "Module" })), Ta = [
10414
+ default: ka
10415
+ }, Symbol.toStringTag, { value: "Module" })), Da = Object.freeze([
10717
10416
  {
10718
10417
  label: "Etc/GMT 0",
10719
10418
  description_en_us: "Africa/Casablanca,Atlantic/Reykjavik,Europe/London,Etc/GMT",
@@ -10896,10 +10595,10 @@ const ta = {
10896
10595
  value: -1,
10897
10596
  zone: -1
10898
10597
  }
10899
- ], wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
10598
+ ]), Ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
10900
10599
  __proto__: null,
10901
- default: Ta
10902
- }, Symbol.toStringTag, { value: "Module" })), Ma = [
10600
+ default: Da
10601
+ }, Symbol.toStringTag, { value: "Module" })), Ia = Object.freeze([
10903
10602
  { value: "-12:00", label: "Etc/GMT+12" },
10904
10603
  { value: "-11:00", label: "Etc/GMT+11" },
10905
10604
  { value: "-11:00", label: "Pacific/Midway" },
@@ -11487,10 +11186,10 @@ const ta = {
11487
11186
  { value: "+13:00", label: "Pacific/Tongatapu" },
11488
11187
  { value: "+14:00", label: "Etc/GMT-14" },
11489
11188
  { value: "+14:00", label: "Pacific/Kiritimati" }
11490
- ], Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11189
+ ]), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11491
11190
  __proto__: null,
11492
- default: Ma
11493
- }, Symbol.toStringTag, { value: "Module" })), Sa = [
11191
+ default: Ia
11192
+ }, Symbol.toStringTag, { value: "Module" })), Na = Object.freeze([
11494
11193
  {
11495
11194
  label_zh_cn: "Etc/GMT+12",
11496
11195
  label_en_us: "Etc/GMT+12",
@@ -12177,10 +11876,10 @@ const ta = {
12177
11876
  value: 13,
12178
11877
  zone: 13
12179
11878
  }
12180
- ], ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11879
+ ]), ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12181
11880
  __proto__: null,
12182
- default: Sa
12183
- }, Symbol.toStringTag, { value: "Module" })), Pa = {
11881
+ default: Na
11882
+ }, Symbol.toStringTag, { value: "Module" })), Oa = Object.freeze({
12184
11883
  Running: {
12185
11884
  label: "Running",
12186
11885
  label_en_us: "Running",
@@ -12306,18 +12005,18 @@ const ta = {
12306
12005
  label_en_us: "Enable this row of data",
12307
12006
  label_zh_cn: "启用这条数据"
12308
12007
  }
12309
- }, Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12008
+ }), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12310
12009
  __proto__: null,
12311
- default: Pa
12312
- }, Symbol.toStringTag, { value: "Module" })), d = /* @__PURE__ */ Object.assign({ "./common/aibtn.js": Ue, "./common/category.js": xe, "./common/currency.js": Je, "./common/currencyMap.js": We, "./common/dayOrWeek.js": qe, "./common/emptyMap.js": Xe, "./common/iconMap.js": aa, "./common/lang.js": na, "./common/langAll.js": _a, "./common/metricAll.js": ca, "./common/metricAllObj.js": ba, "./common/metricAsa.js": oa, "./common/metricAsaChart.js": ua, "./common/metricFormat.js": sa, "./common/metricMmpChart.js": da, "./common/permissionOptions.js": ha, "./common/platform.js": za, "./common/timezone.js": fa, "./common/timezoneCombine.js": wa, "./common/timezoneNew.js": Ea, "./common/timezoneOptions.js": ya, "./common/txtMap.js": Ca }), x = {};
12313
- Object.keys(d).map((e) => {
12010
+ default: Oa
12011
+ }, Symbol.toStringTag, { value: "Module" })), t = /* @__PURE__ */ Object.assign({ "./common/aibtn.js": Ze, "./common/category.js": We, "./common/currency.js": Qe, "./common/currencyMap.js": ea, "./common/emptyMap.js": la, "./common/iconMap.js": ia, "./common/lang.js": oa, "./common/langAll.js": ba, "./common/metricAll.js": ta, "./common/metricAllObj.js": ma, "./common/metricAsa.js": ra, "./common/metricAsaChart.js": va, "./common/metricFormat.js": pa, "./common/metricMmpChart.js": Ta, "./common/permissionOptions.js": Ma, "./common/platform.js": Ea, "./common/timezone.js": Ga, "./common/timezoneCombine.js": Ra, "./common/timezoneNew.js": Ba, "./common/timezoneOptions.js": ja, "./common/txtMap.js": Ka }), N = {};
12012
+ Object.keys(t).map((e) => {
12314
12013
  const a = e.match(/common\/(\S*).js/)[1];
12315
- x[a] = d[e].default;
12014
+ N[a] = t[e].default;
12316
12015
  });
12317
- const ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12016
+ const La = Object.freeze(N), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12318
12017
  __proto__: null,
12319
- default: x
12320
- }, Symbol.toStringTag, { value: "Module" })), Y = [
12018
+ default: La
12019
+ }, Symbol.toStringTag, { value: "Module" })), j = Object.freeze([
12321
12020
  {
12322
12021
  label: "Albania",
12323
12022
  label_en_us: "Albania",
@@ -12948,17 +12647,17 @@ const ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12948
12647
  lang: "en,vi",
12949
12648
  value_upper: "VN"
12950
12649
  }
12951
- ], Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12650
+ ]), Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12952
12651
  __proto__: null,
12953
- default: Y
12954
- }, Symbol.toStringTag, { value: "Module" })), J = {};
12955
- Y.forEach((e) => {
12956
- J[e.value] = e;
12652
+ default: j
12653
+ }, Symbol.toStringTag, { value: "Module" })), O = {};
12654
+ j.forEach((e) => {
12655
+ O[e.value] = e;
12957
12656
  });
12958
- const Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12657
+ const Ua = Object.freeze(O), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12959
12658
  __proto__: null,
12960
- default: J
12961
- }, Symbol.toStringTag, { value: "Module" })), Ia = {
12659
+ default: Ua
12660
+ }, Symbol.toStringTag, { value: "Module" })), xa = {
12962
12661
  Asia: [
12963
12662
  {
12964
12663
  label: "Afghanistan",
@@ -13961,10 +13660,10 @@ const Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13961
13660
  value: "GS"
13962
13661
  }
13963
13662
  ]
13964
- }, Ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13663
+ }, Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13965
13664
  __proto__: null,
13966
- default: Ia
13967
- }, Symbol.toStringTag, { value: "Module" })), Z = [
13665
+ default: xa
13666
+ }, Symbol.toStringTag, { value: "Module" })), K = Object.freeze([
13968
13667
  {
13969
13668
  label: "China",
13970
13669
  label_en_us: "China",
@@ -15237,17 +14936,17 @@ const Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
15237
14936
  value_lower: "mv",
15238
14937
  alpha3: "MDV"
15239
14938
  }
15240
- ], Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
14939
+ ]), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
15241
14940
  __proto__: null,
15242
- default: Z
15243
- }, Symbol.toStringTag, { value: "Module" })), W = {};
15244
- Z.forEach((e) => {
15245
- W[e.value_lower] = e;
14941
+ default: K
14942
+ }, Symbol.toStringTag, { value: "Module" })), L = {};
14943
+ K.forEach((e) => {
14944
+ L[e.value_lower] = e;
15246
14945
  });
15247
- const Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
14946
+ const Za = Object.freeze(L), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
15248
14947
  __proto__: null,
15249
- default: W
15250
- }, Symbol.toStringTag, { value: "Module" })), ja = [
14948
+ default: Za
14949
+ }, Symbol.toStringTag, { value: "Module" })), Wa = Object.freeze([
15251
14950
  {
15252
14951
  title: "Hot",
15253
14952
  children: [
@@ -16244,18 +15943,18 @@ const Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16244
15943
  ],
16245
15944
  filters: 33
16246
15945
  }
16247
- ], Oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
15946
+ ]), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16248
15947
  __proto__: null,
16249
- default: ja
16250
- }, Symbol.toStringTag, { value: "Module" })), v = /* @__PURE__ */ Object.assign({ "./country/asa.js": Ga, "./country/asaObj.js": Da, "./country/continent.js": Ra, "./country/countryAll.js": Ba, "./country/countryAllObj.js": Na, "./country/group.js": Oa }), $ = {};
16251
- Object.keys(v).map((e) => {
15948
+ default: Wa
15949
+ }, Symbol.toStringTag, { value: "Module" })), d = /* @__PURE__ */ Object.assign({ "./country/asa.js": Va, "./country/asaObj.js": Ha, "./country/continent.js": Ya, "./country/countryAll.js": Ja, "./country/countryAllObj.js": $a, "./country/group.js": qa }), F = {};
15950
+ Object.keys(d).map((e) => {
16252
15951
  const a = e.match(/country\/(\S*).js/)[1];
16253
- $[a] = v[e].default;
15952
+ F[a] = d[e].default;
16254
15953
  });
16255
- const Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
15954
+ const Qa = Object.freeze(F), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16256
15955
  __proto__: null,
16257
- default: $
16258
- }, Symbol.toStringTag, { value: "Module" })), La = [
15956
+ default: Qa
15957
+ }, Symbol.toStringTag, { value: "Module" })), el = Object.freeze([
16259
15958
  "af",
16260
15959
  "sq",
16261
15960
  "ar-SA",
@@ -16376,10 +16075,10 @@ const Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16376
16075
  "xh",
16377
16076
  "ji",
16378
16077
  "zu"
16379
- ], Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16078
+ ]), al = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16380
16079
  __proto__: null,
16381
- default: La
16382
- }, Symbol.toStringTag, { value: "Module" })), Va = {
16080
+ default: el
16081
+ }, Symbol.toStringTag, { value: "Module" })), ll = Object.freeze({
16383
16082
  RUNNING: {
16384
16083
  class: "imicon im-dot txt-green txt-shadow-green-008",
16385
16084
  button_class: "fs16-i hover no-shadow im-play-fill",
@@ -16663,26 +16362,26 @@ const Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16663
16362
  value: "Denied",
16664
16363
  sort: 40
16665
16364
  }
16666
- }, Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16365
+ }), nl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16667
16366
  __proto__: null,
16668
- default: Va
16669
- }, Symbol.toStringTag, { value: "Module" })), h = /* @__PURE__ */ Object.assign({ "./chip/asa.js": Fe, "./chip/common.js": ka, "./chip/country.js": Ka, "./chip/lang.js": Fa, "./chip/statusMap.js": Ua }), _ = {};
16670
- for (const e in h) {
16367
+ default: ll
16368
+ }, Symbol.toStringTag, { value: "Module" })), v = /* @__PURE__ */ Object.assign({ "./chip/asa.js": Ye, "./chip/common.js": Fa, "./chip/country.js": Xa, "./chip/lang.js": al, "./chip/statusMap.js": nl }), _ = {};
16369
+ for (const e in v) {
16671
16370
  const a = e.match(/chip\/(\S*).js/)[1];
16672
- _[a] = h[e].default;
16371
+ _[a] = v[e].default;
16673
16372
  }
16674
- const Ya = (e) => {
16373
+ const ol = (e) => {
16675
16374
  if (!e)
16676
16375
  return _;
16677
16376
  const a = e.split(".");
16678
16377
  if (a.length > 1) {
16679
- let i = _;
16378
+ let n = _;
16680
16379
  for (let l = 0; l < a.length; l++)
16681
- i[a[l]] ? i = i[a[l]] : console.error(`No Map node at ${a[l]} in ${e}`);
16682
- return i;
16380
+ n[a[l]] ? n = n[a[l]] : console.error(`No Map node at ${a[l]} in ${e}`);
16381
+ return n;
16683
16382
  } else
16684
16383
  return _[e];
16685
16384
  };
16686
16385
  export {
16687
- Ya as useMap
16386
+ ol as useMap
16688
16387
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "asamap",
3
3
  "packageManager": "yarn@4.4.1",
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.mjs",
7
7
  "module": "./dist/index.mjs",