@snmt-react-ui/country-select 2.6.1 → 2.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/country-select.js +355 -299
- package/package.json +3 -3
package/dist/country-select.js
CHANGED
@@ -285,7 +285,7 @@ const Ke = ({
|
|
285
285
|
}
|
286
286
|
)
|
287
287
|
}
|
288
|
-
),
|
288
|
+
), Ye = ({
|
289
289
|
width: i = 16,
|
290
290
|
height: e = 16,
|
291
291
|
color: t = "#001E52",
|
@@ -313,7 +313,7 @@ const Ke = ({
|
|
313
313
|
)
|
314
314
|
]
|
315
315
|
}
|
316
|
-
),
|
316
|
+
), Fe = ({
|
317
317
|
width: i = 20,
|
318
318
|
height: e = 20,
|
319
319
|
color: t = "#001E52",
|
@@ -2230,7 +2230,7 @@ const Ke = ({
|
|
2230
2230
|
)
|
2231
2231
|
]
|
2232
2232
|
}
|
2233
|
-
),
|
2233
|
+
), Y2 = ({
|
2234
2234
|
className: i,
|
2235
2235
|
color: e = m.GREY_DARK_5,
|
2236
2236
|
height: t = 18,
|
@@ -2257,7 +2257,7 @@ const Ke = ({
|
|
2257
2257
|
}
|
2258
2258
|
)
|
2259
2259
|
}
|
2260
|
-
),
|
2260
|
+
), F2 = ({
|
2261
2261
|
className: i,
|
2262
2262
|
color: e = m.GREY_DARK_5,
|
2263
2263
|
height: t = 24,
|
@@ -3467,6 +3467,32 @@ const Ke = ({
|
|
3467
3467
|
}
|
3468
3468
|
)
|
3469
3469
|
}
|
3470
|
+
), Mt = ({
|
3471
|
+
width: i = 20,
|
3472
|
+
height: e = 20,
|
3473
|
+
color: t = "#001E52",
|
3474
|
+
className: s,
|
3475
|
+
onClick: o
|
3476
|
+
}) => /* @__PURE__ */ n(
|
3477
|
+
"svg",
|
3478
|
+
{
|
3479
|
+
width: i,
|
3480
|
+
height: e,
|
3481
|
+
viewBox: "0 0 20 20",
|
3482
|
+
fill: "none",
|
3483
|
+
xmlns: "http://www.w3.org/2000/svg",
|
3484
|
+
className: s,
|
3485
|
+
onClick: o,
|
3486
|
+
children: /* @__PURE__ */ n(
|
3487
|
+
"path",
|
3488
|
+
{
|
3489
|
+
fillRule: "evenodd",
|
3490
|
+
clipRule: "evenodd",
|
3491
|
+
d: "M18.3337 10.0001C18.3337 14.6026 14.6028 18.3334 10.0003 18.3334C5.39783 18.3334 1.66699 14.6026 1.66699 10.0001C1.66699 5.39758 5.39783 1.66675 10.0003 1.66675C14.6028 1.66675 18.3337 5.39758 18.3337 10.0001ZM12.5003 7.50008C12.5003 8.16312 12.2369 8.79901 11.7681 9.26785C11.2993 9.73669 10.6634 10.0001 10.0003 10.0001C9.33728 10.0001 8.7014 9.73669 8.23256 9.26785C7.76372 8.79901 7.50033 8.16312 7.50033 7.50008C7.50033 6.83704 7.76372 6.20116 8.23256 5.73231C8.7014 5.26347 9.33728 5.00008 10.0003 5.00008C10.6634 5.00008 11.2993 5.26347 11.7681 5.73231C12.2369 6.20116 12.5003 6.83704 12.5003 7.50008ZM10.0003 17.0834C11.4306 17.0857 12.8277 16.6529 14.0062 15.8426C14.5095 15.4967 14.7245 14.8384 14.4312 14.3026C13.8253 13.1917 12.5753 12.5001 10.0003 12.5001C7.42533 12.5001 6.17533 13.1917 5.56866 14.3026C5.27616 14.8384 5.49116 15.4967 5.99449 15.8426C7.17299 16.6529 8.5701 17.0857 10.0003 17.0834Z",
|
3492
|
+
fill: t
|
3493
|
+
}
|
3494
|
+
)
|
3495
|
+
}
|
3470
3496
|
), i1 = ({
|
3471
3497
|
name: i,
|
3472
3498
|
width: e,
|
@@ -3494,9 +3520,9 @@ const Ke = ({
|
|
3494
3520
|
case "arrowDown":
|
3495
3521
|
return Pe({ width: e, height: t, color: a, className: r, onClick: h });
|
3496
3522
|
case "info":
|
3497
|
-
return Fe({ width: e, height: t, color: a, className: r, onClick: h });
|
3498
|
-
case "arrowRight":
|
3499
3523
|
return Ye({ width: e, height: t, color: a, className: r, onClick: h });
|
3524
|
+
case "arrowRight":
|
3525
|
+
return Fe({ width: e, height: t, color: a, className: r, onClick: h });
|
3500
3526
|
case "calendar":
|
3501
3527
|
return $e({ width: e, height: t, color: a, className: r, onClick: h });
|
3502
3528
|
case "ok":
|
@@ -3670,9 +3696,9 @@ const Ke = ({
|
|
3670
3696
|
case "emptyStateIcon":
|
3671
3697
|
return P2({ width: e, height: t, color: a, className: r, onClick: h });
|
3672
3698
|
case "filtersIcon":
|
3673
|
-
return F2({ width: e, height: t, color: a, className: r, onClick: h });
|
3674
|
-
case "dotMenuIcon":
|
3675
3699
|
return Y2({ width: e, height: t, color: a, className: r, onClick: h });
|
3700
|
+
case "dotMenuIcon":
|
3701
|
+
return F2({ width: e, height: t, color: a, className: r, onClick: h });
|
3676
3702
|
case "plusCircle":
|
3677
3703
|
return $2({ width: e, height: t, color: a, className: r, onClick: h });
|
3678
3704
|
case "warning":
|
@@ -3725,6 +3751,8 @@ const Ke = ({
|
|
3725
3751
|
return ft({ width: e, height: t, color: a, className: r, onClick: h });
|
3726
3752
|
case "projects":
|
3727
3753
|
return mt({ width: e, height: t, color: a, className: r, onClick: h });
|
3754
|
+
case "profile":
|
3755
|
+
return Mt({ width: e, height: t, color: a, className: r, onClick: h });
|
3728
3756
|
case "exit":
|
3729
3757
|
return kt({ width: e, height: t, color: a, className: r, onClick: h });
|
3730
3758
|
case "client":
|
@@ -3741,12 +3769,12 @@ const Ke = ({
|
|
3741
3769
|
return /* @__PURE__ */ n($, { children: "No Icon provided" });
|
3742
3770
|
}
|
3743
3771
|
})() });
|
3744
|
-
}, { Title:
|
3772
|
+
}, { Title: yt, Text: bt } = J1, _t = {
|
3745
3773
|
h1: 1,
|
3746
3774
|
h2: 2,
|
3747
3775
|
h3: 3,
|
3748
3776
|
h4: 4
|
3749
|
-
},
|
3777
|
+
}, Et = m1(
|
3750
3778
|
({
|
3751
3779
|
align: i = "inherit",
|
3752
3780
|
variant: e = "body1",
|
@@ -3759,17 +3787,17 @@ const Ke = ({
|
|
3759
3787
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
3760
3788
|
let g = `snmt-typography snmt-typography-${e}`;
|
3761
3789
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), l && (g += " collapsed"), d ? /* @__PURE__ */ n(
|
3762
|
-
|
3790
|
+
yt,
|
3763
3791
|
{
|
3764
3792
|
className: g,
|
3765
3793
|
style: { color: t, whiteSpace: c },
|
3766
3794
|
onClick: o,
|
3767
|
-
level:
|
3795
|
+
level: _t[e],
|
3768
3796
|
ref: r,
|
3769
3797
|
children: s
|
3770
3798
|
}
|
3771
3799
|
) : /* @__PURE__ */ n(
|
3772
|
-
|
3800
|
+
bt,
|
3773
3801
|
{
|
3774
3802
|
className: g,
|
3775
3803
|
style: { color: t, whiteSpace: c },
|
@@ -3786,7 +3814,7 @@ const ee = e1({
|
|
3786
3814
|
theme: "light"
|
3787
3815
|
});
|
3788
3816
|
ee.Provider;
|
3789
|
-
const
|
3817
|
+
const Vt = ({
|
3790
3818
|
width: i = 20,
|
3791
3819
|
height: e = 20,
|
3792
3820
|
color: t = "#001E52",
|
@@ -3813,7 +3841,7 @@ const Et = ({
|
|
3813
3841
|
}
|
3814
3842
|
)
|
3815
3843
|
}
|
3816
|
-
),
|
3844
|
+
), Ht = ({
|
3817
3845
|
width: i = 20,
|
3818
3846
|
height: e = 20,
|
3819
3847
|
color: t = "#001E52",
|
@@ -3840,7 +3868,7 @@ const Et = ({
|
|
3840
3868
|
}
|
3841
3869
|
)
|
3842
3870
|
}
|
3843
|
-
),
|
3871
|
+
), It = ({
|
3844
3872
|
width: i = 16,
|
3845
3873
|
height: e = 16,
|
3846
3874
|
color: t = "#001E52",
|
@@ -3868,7 +3896,7 @@ const Et = ({
|
|
3868
3896
|
)
|
3869
3897
|
]
|
3870
3898
|
}
|
3871
|
-
),
|
3899
|
+
), Ot = ({
|
3872
3900
|
width: i = 20,
|
3873
3901
|
height: e = 20,
|
3874
3902
|
color: t = "#001E52",
|
@@ -3903,7 +3931,7 @@ const Et = ({
|
|
3903
3931
|
)
|
3904
3932
|
]
|
3905
3933
|
}
|
3906
|
-
),
|
3934
|
+
), St = ({
|
3907
3935
|
width: i = 18,
|
3908
3936
|
height: e = 18,
|
3909
3937
|
color: t = "#001E52",
|
@@ -3942,7 +3970,7 @@ const Et = ({
|
|
3942
3970
|
)
|
3943
3971
|
]
|
3944
3972
|
}
|
3945
|
-
),
|
3973
|
+
), At = ({
|
3946
3974
|
width: i = 20,
|
3947
3975
|
height: e = 20,
|
3948
3976
|
color: t = "#001E52",
|
@@ -3968,7 +3996,7 @@ const Et = ({
|
|
3968
3996
|
}
|
3969
3997
|
)
|
3970
3998
|
}
|
3971
|
-
),
|
3999
|
+
), Bt = ({
|
3972
4000
|
width: i = 20,
|
3973
4001
|
height: e = 20,
|
3974
4002
|
color: t = "#001E52",
|
@@ -3989,7 +4017,7 @@ const Et = ({
|
|
3989
4017
|
/* @__PURE__ */ n("path", { d: "M16 4L4 16", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" })
|
3990
4018
|
]
|
3991
4019
|
}
|
3992
|
-
),
|
4020
|
+
), Zt = ({
|
3993
4021
|
width: i = 20,
|
3994
4022
|
height: e = 20,
|
3995
4023
|
color: t = "#001E52",
|
@@ -4021,7 +4049,7 @@ const Et = ({
|
|
4021
4049
|
)
|
4022
4050
|
]
|
4023
4051
|
}
|
4024
|
-
),
|
4052
|
+
), Wt = ({
|
4025
4053
|
width: i = 20,
|
4026
4054
|
height: e = 20,
|
4027
4055
|
color: t = "#001E52",
|
@@ -4075,7 +4103,7 @@ const Et = ({
|
|
4075
4103
|
)
|
4076
4104
|
]
|
4077
4105
|
}
|
4078
|
-
),
|
4106
|
+
), jt = ({
|
4079
4107
|
width: i = 20,
|
4080
4108
|
height: e = 20,
|
4081
4109
|
color: t = "#001E52",
|
@@ -4114,7 +4142,7 @@ const Et = ({
|
|
4114
4142
|
/* @__PURE__ */ n("path", { d: "M3 12L17 12", stroke: t, strokeWidth: "2", strokeLinecap: "round" })
|
4115
4143
|
]
|
4116
4144
|
}
|
4117
|
-
),
|
4145
|
+
), Dt = ({
|
4118
4146
|
width: i = 16,
|
4119
4147
|
height: e = 12,
|
4120
4148
|
color: t = "#001E52",
|
@@ -4163,7 +4191,7 @@ const Et = ({
|
|
4163
4191
|
)
|
4164
4192
|
] })
|
4165
4193
|
}
|
4166
|
-
),
|
4194
|
+
), Tt = ({
|
4167
4195
|
width: i = 16,
|
4168
4196
|
height: e = 16,
|
4169
4197
|
color: t = "#001E52",
|
@@ -4197,7 +4225,7 @@ const Et = ({
|
|
4197
4225
|
)
|
4198
4226
|
]
|
4199
4227
|
}
|
4200
|
-
),
|
4228
|
+
), Gt = ({
|
4201
4229
|
width: i = 10,
|
4202
4230
|
height: e = 10,
|
4203
4231
|
color: t = "#001E52",
|
@@ -4236,7 +4264,7 @@ const Et = ({
|
|
4236
4264
|
)
|
4237
4265
|
] })
|
4238
4266
|
}
|
4239
|
-
),
|
4267
|
+
), Kt = ({
|
4240
4268
|
width: i = 16,
|
4241
4269
|
height: e = 16,
|
4242
4270
|
color: t = "#001E52",
|
@@ -4272,7 +4300,7 @@ const Et = ({
|
|
4272
4300
|
)
|
4273
4301
|
]
|
4274
4302
|
}
|
4275
|
-
),
|
4303
|
+
), Pt = ({
|
4276
4304
|
width: i = 11,
|
4277
4305
|
height: e = 32,
|
4278
4306
|
color: t = "#001E52",
|
@@ -4310,7 +4338,7 @@ const Et = ({
|
|
4310
4338
|
/* @__PURE__ */ n("circle", { cx: "3", cy: "3", r: "3", fill: t })
|
4311
4339
|
]
|
4312
4340
|
}
|
4313
|
-
),
|
4341
|
+
), Yt = ({
|
4314
4342
|
width: i = 20,
|
4315
4343
|
height: e = 20,
|
4316
4344
|
color: t = "#001E52",
|
@@ -4390,7 +4418,7 @@ const Et = ({
|
|
4390
4418
|
)
|
4391
4419
|
]
|
4392
4420
|
}
|
4393
|
-
),
|
4421
|
+
), $t = ({
|
4394
4422
|
width: i = 20,
|
4395
4423
|
height: e = 20,
|
4396
4424
|
color: t = "#001E52",
|
@@ -4437,7 +4465,7 @@ const Et = ({
|
|
4437
4465
|
)
|
4438
4466
|
]
|
4439
4467
|
}
|
4440
|
-
),
|
4468
|
+
), Ut = ({
|
4441
4469
|
width: i = 20,
|
4442
4470
|
height: e = 20,
|
4443
4471
|
color: t = "#001E52",
|
@@ -4470,7 +4498,7 @@ const Et = ({
|
|
4470
4498
|
)
|
4471
4499
|
]
|
4472
4500
|
}
|
4473
|
-
),
|
4501
|
+
), zt = ({
|
4474
4502
|
width: i = 18,
|
4475
4503
|
height: e = 16,
|
4476
4504
|
color: t = "#001E52",
|
@@ -4509,7 +4537,7 @@ const Et = ({
|
|
4509
4537
|
)
|
4510
4538
|
]
|
4511
4539
|
}
|
4512
|
-
),
|
4540
|
+
), Jt = ({
|
4513
4541
|
width: i = 20,
|
4514
4542
|
height: e = 20,
|
4515
4543
|
color: t = "#001E52",
|
@@ -4542,7 +4570,7 @@ const Et = ({
|
|
4542
4570
|
)
|
4543
4571
|
]
|
4544
4572
|
}
|
4545
|
-
),
|
4573
|
+
), qt = ({
|
4546
4574
|
width: i = 20,
|
4547
4575
|
height: e = 20,
|
4548
4576
|
color: t = "#001E52",
|
@@ -4566,7 +4594,7 @@ const Et = ({
|
|
4566
4594
|
}
|
4567
4595
|
)
|
4568
4596
|
}
|
4569
|
-
),
|
4597
|
+
), Qt = ({
|
4570
4598
|
width: i = 20,
|
4571
4599
|
height: e = 20,
|
4572
4600
|
color: t = "#001E52",
|
@@ -4613,7 +4641,7 @@ const Et = ({
|
|
4613
4641
|
)
|
4614
4642
|
]
|
4615
4643
|
}
|
4616
|
-
),
|
4644
|
+
), Xt = ({
|
4617
4645
|
width: i = 20,
|
4618
4646
|
height: e = 20,
|
4619
4647
|
color: t = "#001E52",
|
@@ -4646,7 +4674,7 @@ const Et = ({
|
|
4646
4674
|
)
|
4647
4675
|
]
|
4648
4676
|
}
|
4649
|
-
),
|
4677
|
+
), e5 = ({
|
4650
4678
|
width: i = 20,
|
4651
4679
|
height: e = 20,
|
4652
4680
|
color: t = "#001E52",
|
@@ -4679,7 +4707,7 @@ const Et = ({
|
|
4679
4707
|
)
|
4680
4708
|
]
|
4681
4709
|
}
|
4682
|
-
),
|
4710
|
+
), t5 = ({
|
4683
4711
|
width: i = 20,
|
4684
4712
|
height: e = 23,
|
4685
4713
|
color: t = "#001E52",
|
@@ -4740,7 +4768,7 @@ const Et = ({
|
|
4740
4768
|
)
|
4741
4769
|
]
|
4742
4770
|
}
|
4743
|
-
),
|
4771
|
+
), i5 = ({
|
4744
4772
|
width: i = 20,
|
4745
4773
|
height: e = 20,
|
4746
4774
|
color: t = "#001E52",
|
@@ -4780,7 +4808,7 @@ const Et = ({
|
|
4780
4808
|
)
|
4781
4809
|
]
|
4782
4810
|
}
|
4783
|
-
),
|
4811
|
+
), s5 = ({
|
4784
4812
|
width: i = 32,
|
4785
4813
|
height: e = 25,
|
4786
4814
|
color: t = "#001E52",
|
@@ -4808,7 +4836,7 @@ const Et = ({
|
|
4808
4836
|
)
|
4809
4837
|
]
|
4810
4838
|
}
|
4811
|
-
),
|
4839
|
+
), o5 = ({
|
4812
4840
|
width: i = 14,
|
4813
4841
|
height: e = 14,
|
4814
4842
|
color: t = "#10B981",
|
@@ -4837,7 +4865,7 @@ const Et = ({
|
|
4837
4865
|
)
|
4838
4866
|
]
|
4839
4867
|
}
|
4840
|
-
),
|
4868
|
+
), n5 = ({
|
4841
4869
|
width: i = 11,
|
4842
4870
|
height: e = 11,
|
4843
4871
|
color: t = "#FFB020",
|
@@ -4871,7 +4899,7 @@ const Et = ({
|
|
4871
4899
|
)
|
4872
4900
|
]
|
4873
4901
|
}
|
4874
|
-
),
|
4902
|
+
), r5 = ({
|
4875
4903
|
width: i = 10,
|
4876
4904
|
height: e = 10,
|
4877
4905
|
color: t = "#88A4FF",
|
@@ -4919,7 +4947,7 @@ const Et = ({
|
|
4919
4947
|
)
|
4920
4948
|
]
|
4921
4949
|
}
|
4922
|
-
),
|
4950
|
+
), l5 = ({
|
4923
4951
|
width: i = 14,
|
4924
4952
|
height: e = 14,
|
4925
4953
|
color: t = "#8E8E93",
|
@@ -4947,7 +4975,7 @@ const Et = ({
|
|
4947
4975
|
)
|
4948
4976
|
]
|
4949
4977
|
}
|
4950
|
-
),
|
4978
|
+
), a5 = ({
|
4951
4979
|
width: i = 14,
|
4952
4980
|
height: e = 14,
|
4953
4981
|
color: t = "#FFB020",
|
@@ -4981,7 +5009,7 @@ const Et = ({
|
|
4981
5009
|
)
|
4982
5010
|
]
|
4983
5011
|
}
|
4984
|
-
),
|
5012
|
+
), h5 = ({
|
4985
5013
|
width: i = 14,
|
4986
5014
|
height: e = 14,
|
4987
5015
|
color: t = "#D0421B",
|
@@ -5029,7 +5057,7 @@ const Et = ({
|
|
5029
5057
|
)
|
5030
5058
|
]
|
5031
5059
|
}
|
5032
|
-
),
|
5060
|
+
), c5 = ({
|
5033
5061
|
width: i = 20,
|
5034
5062
|
height: e = 20,
|
5035
5063
|
color: t = "#070739",
|
@@ -5059,7 +5087,7 @@ const Et = ({
|
|
5059
5087
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
5060
5088
|
]
|
5061
5089
|
}
|
5062
|
-
),
|
5090
|
+
), d5 = ({
|
5063
5091
|
width: i = 20,
|
5064
5092
|
height: e = 20,
|
5065
5093
|
color: t = "#070739",
|
@@ -5097,7 +5125,7 @@ const Et = ({
|
|
5097
5125
|
)
|
5098
5126
|
]
|
5099
5127
|
}
|
5100
|
-
),
|
5128
|
+
), g5 = ({
|
5101
5129
|
width: i = 9,
|
5102
5130
|
height: e = 5,
|
5103
5131
|
color: t = "#001E52",
|
@@ -5123,7 +5151,7 @@ const Et = ({
|
|
5123
5151
|
}
|
5124
5152
|
)
|
5125
5153
|
}
|
5126
|
-
),
|
5154
|
+
), C5 = ({
|
5127
5155
|
width: i = 20,
|
5128
5156
|
height: e = 20,
|
5129
5157
|
color: t = "#F2F2F7",
|
@@ -5152,7 +5180,7 @@ const Et = ({
|
|
5152
5180
|
)
|
5153
5181
|
]
|
5154
5182
|
}
|
5155
|
-
),
|
5183
|
+
), u5 = ({
|
5156
5184
|
width: i = 20,
|
5157
5185
|
height: e = 20,
|
5158
5186
|
color: t = "#004ED7",
|
@@ -5181,7 +5209,7 @@ const Et = ({
|
|
5181
5209
|
)
|
5182
5210
|
]
|
5183
5211
|
}
|
5184
|
-
),
|
5212
|
+
), p5 = ({
|
5185
5213
|
width: i = 248,
|
5186
5214
|
height: e = 248,
|
5187
5215
|
color: t = "#070739",
|
@@ -5218,7 +5246,7 @@ const Et = ({
|
|
5218
5246
|
)
|
5219
5247
|
]
|
5220
5248
|
}
|
5221
|
-
),
|
5249
|
+
), w5 = ({
|
5222
5250
|
width: i = 24,
|
5223
5251
|
height: e = 24,
|
5224
5252
|
color: t = "#001E52",
|
@@ -5257,7 +5285,7 @@ const Et = ({
|
|
5257
5285
|
)
|
5258
5286
|
]
|
5259
5287
|
}
|
5260
|
-
),
|
5288
|
+
), f5 = ({
|
5261
5289
|
width: i = 10,
|
5262
5290
|
height: e = 10,
|
5263
5291
|
color: t = "#001E52",
|
@@ -5286,7 +5314,7 @@ const Et = ({
|
|
5286
5314
|
)
|
5287
5315
|
]
|
5288
5316
|
}
|
5289
|
-
),
|
5317
|
+
), m5 = ({
|
5290
5318
|
width: i = 10,
|
5291
5319
|
height: e = 10,
|
5292
5320
|
color: t = "#001E52",
|
@@ -5323,7 +5351,7 @@ const Et = ({
|
|
5323
5351
|
)
|
5324
5352
|
]
|
5325
5353
|
}
|
5326
|
-
),
|
5354
|
+
), k5 = ({
|
5327
5355
|
width: i = 24,
|
5328
5356
|
height: e = 24,
|
5329
5357
|
color: t = k.GREY_DARK_5,
|
@@ -5362,7 +5390,7 @@ const Et = ({
|
|
5362
5390
|
)
|
5363
5391
|
]
|
5364
5392
|
}
|
5365
|
-
),
|
5393
|
+
), L5 = ({
|
5366
5394
|
width: i = 20,
|
5367
5395
|
height: e = 20,
|
5368
5396
|
color: t = k.GREY_DARK_1,
|
@@ -5395,7 +5423,7 @@ const Et = ({
|
|
5395
5423
|
)
|
5396
5424
|
]
|
5397
5425
|
}
|
5398
|
-
),
|
5426
|
+
), v5 = ({
|
5399
5427
|
width: i = 81,
|
5400
5428
|
height: e = 80,
|
5401
5429
|
color: t = k.GREY_DARK_5,
|
@@ -5444,7 +5472,7 @@ const Et = ({
|
|
5444
5472
|
)
|
5445
5473
|
]
|
5446
5474
|
}
|
5447
|
-
),
|
5475
|
+
), N5 = ({
|
5448
5476
|
className: i,
|
5449
5477
|
color: e = k.GREY_DARK_5,
|
5450
5478
|
height: t = 20,
|
@@ -5471,7 +5499,7 @@ const Et = ({
|
|
5471
5499
|
}
|
5472
5500
|
)
|
5473
5501
|
}
|
5474
|
-
),
|
5502
|
+
), x5 = ({
|
5475
5503
|
className: i,
|
5476
5504
|
color: e = k.GREY_DARK_5,
|
5477
5505
|
height: t = 20,
|
@@ -5498,7 +5526,7 @@ const Et = ({
|
|
5498
5526
|
}
|
5499
5527
|
)
|
5500
5528
|
}
|
5501
|
-
),
|
5529
|
+
), R5 = ({
|
5502
5530
|
className: i,
|
5503
5531
|
color: e = k.GREY_DARK_5,
|
5504
5532
|
height: t = 5,
|
@@ -5522,7 +5550,7 @@ const Et = ({
|
|
5522
5550
|
}
|
5523
5551
|
)
|
5524
5552
|
}
|
5525
|
-
),
|
5553
|
+
), M5 = ({
|
5526
5554
|
className: i,
|
5527
5555
|
color: e = k.GREY_DARK_5,
|
5528
5556
|
height: t = 5,
|
@@ -5547,7 +5575,7 @@ const Et = ({
|
|
5547
5575
|
}
|
5548
5576
|
)
|
5549
5577
|
}
|
5550
|
-
),
|
5578
|
+
), y5 = ({
|
5551
5579
|
className: i,
|
5552
5580
|
color: e = k.GREY_DARK_5,
|
5553
5581
|
height: t = 24,
|
@@ -5586,7 +5614,7 @@ const Et = ({
|
|
5586
5614
|
)
|
5587
5615
|
]
|
5588
5616
|
}
|
5589
|
-
),
|
5617
|
+
), b5 = ({
|
5590
5618
|
className: i,
|
5591
5619
|
color: e = k.GREY_DARK_5,
|
5592
5620
|
height: t = 24,
|
@@ -5625,7 +5653,7 @@ const Et = ({
|
|
5625
5653
|
)
|
5626
5654
|
]
|
5627
5655
|
}
|
5628
|
-
),
|
5656
|
+
), _5 = ({
|
5629
5657
|
className: i,
|
5630
5658
|
color: e = k.GREY_DARK_5,
|
5631
5659
|
height: t = 24,
|
@@ -5652,7 +5680,7 @@ const Et = ({
|
|
5652
5680
|
}
|
5653
5681
|
)
|
5654
5682
|
}
|
5655
|
-
),
|
5683
|
+
), E5 = ({
|
5656
5684
|
className: i,
|
5657
5685
|
color: e = k.GREY_DARK_5,
|
5658
5686
|
height: t = 24,
|
@@ -5711,7 +5739,7 @@ const Et = ({
|
|
5711
5739
|
)
|
5712
5740
|
]
|
5713
5741
|
}
|
5714
|
-
),
|
5742
|
+
), V5 = ({
|
5715
5743
|
className: i,
|
5716
5744
|
color: e = k.GREY_DARK_5,
|
5717
5745
|
height: t = 24,
|
@@ -5748,7 +5776,7 @@ const Et = ({
|
|
5748
5776
|
)
|
5749
5777
|
]
|
5750
5778
|
}
|
5751
|
-
),
|
5779
|
+
), H5 = ({
|
5752
5780
|
className: i,
|
5753
5781
|
color: e = k.GREY_DARK_3,
|
5754
5782
|
height: t = 14,
|
@@ -5785,7 +5813,7 @@ const Et = ({
|
|
5785
5813
|
)
|
5786
5814
|
]
|
5787
5815
|
}
|
5788
|
-
),
|
5816
|
+
), I5 = ({
|
5789
5817
|
className: i,
|
5790
5818
|
color: e = k.GREY_DARK_5,
|
5791
5819
|
height: t = 18,
|
@@ -5812,7 +5840,7 @@ const Et = ({
|
|
5812
5840
|
}
|
5813
5841
|
)
|
5814
5842
|
}
|
5815
|
-
),
|
5843
|
+
), O5 = ({
|
5816
5844
|
className: i,
|
5817
5845
|
color: e = k.GREY_DARK_5,
|
5818
5846
|
height: t = 24,
|
@@ -5864,7 +5892,7 @@ const Et = ({
|
|
5864
5892
|
)
|
5865
5893
|
]
|
5866
5894
|
}
|
5867
|
-
),
|
5895
|
+
), S5 = ({
|
5868
5896
|
className: i,
|
5869
5897
|
color: e = k.GREY_DARK_5,
|
5870
5898
|
height: t = 24,
|
@@ -5901,7 +5929,7 @@ const Et = ({
|
|
5901
5929
|
)
|
5902
5930
|
]
|
5903
5931
|
}
|
5904
|
-
),
|
5932
|
+
), A5 = ({
|
5905
5933
|
className: i,
|
5906
5934
|
color: e = k.NOTIFICATION_WARNING_DARK,
|
5907
5935
|
height: t = 37,
|
@@ -5940,7 +5968,7 @@ const Et = ({
|
|
5940
5968
|
)
|
5941
5969
|
]
|
5942
5970
|
}
|
5943
|
-
),
|
5971
|
+
), B5 = ({
|
5944
5972
|
className: i,
|
5945
5973
|
color: e = k.GREY_DARK_5,
|
5946
5974
|
height: t = 24,
|
@@ -5966,7 +5994,7 @@ const Et = ({
|
|
5966
5994
|
}
|
5967
5995
|
)
|
5968
5996
|
}
|
5969
|
-
),
|
5997
|
+
), Z5 = ({
|
5970
5998
|
className: i,
|
5971
5999
|
color: e = k.GREY_DARK_5,
|
5972
6000
|
height: t = 24,
|
@@ -6005,7 +6033,7 @@ const Et = ({
|
|
6005
6033
|
)
|
6006
6034
|
]
|
6007
6035
|
}
|
6008
|
-
),
|
6036
|
+
), W5 = ({
|
6009
6037
|
className: i,
|
6010
6038
|
color: e = k.GREY_DARK_5,
|
6011
6039
|
height: t = 24,
|
@@ -6044,7 +6072,7 @@ const Et = ({
|
|
6044
6072
|
)
|
6045
6073
|
]
|
6046
6074
|
}
|
6047
|
-
),
|
6075
|
+
), j5 = ({
|
6048
6076
|
className: i,
|
6049
6077
|
color: e = k.GREY_DARK_5,
|
6050
6078
|
height: t = 24,
|
@@ -6113,7 +6141,7 @@ const Et = ({
|
|
6113
6141
|
)
|
6114
6142
|
]
|
6115
6143
|
}
|
6116
|
-
),
|
6144
|
+
), D5 = ({
|
6117
6145
|
className: i,
|
6118
6146
|
color: e = k.GREY_DARK_5,
|
6119
6147
|
height: t = 24,
|
@@ -6152,7 +6180,7 @@ const Et = ({
|
|
6152
6180
|
)
|
6153
6181
|
]
|
6154
6182
|
}
|
6155
|
-
),
|
6183
|
+
), T5 = ({
|
6156
6184
|
className: i,
|
6157
6185
|
color: e = k.GREY_DARK_5,
|
6158
6186
|
height: t = 24,
|
@@ -6209,7 +6237,7 @@ const Et = ({
|
|
6209
6237
|
)
|
6210
6238
|
]
|
6211
6239
|
}
|
6212
|
-
),
|
6240
|
+
), G5 = ({
|
6213
6241
|
className: i,
|
6214
6242
|
color: e = k.GREY_DARK_5,
|
6215
6243
|
height: t = 24,
|
@@ -6248,7 +6276,7 @@ const Et = ({
|
|
6248
6276
|
)
|
6249
6277
|
]
|
6250
6278
|
}
|
6251
|
-
),
|
6279
|
+
), K5 = ({
|
6252
6280
|
className: i,
|
6253
6281
|
color: e = k.GREY_DARK_5,
|
6254
6282
|
height: t = 24,
|
@@ -6297,7 +6325,7 @@ const Et = ({
|
|
6297
6325
|
)
|
6298
6326
|
]
|
6299
6327
|
}
|
6300
|
-
),
|
6328
|
+
), P5 = ({
|
6301
6329
|
className: i,
|
6302
6330
|
color: e = k.GREY_DARK_5,
|
6303
6331
|
height: t = 24,
|
@@ -6336,7 +6364,7 @@ const Et = ({
|
|
6336
6364
|
)
|
6337
6365
|
]
|
6338
6366
|
}
|
6339
|
-
),
|
6367
|
+
), Y5 = ({
|
6340
6368
|
className: i,
|
6341
6369
|
color: e = k.GREY_DARK_5,
|
6342
6370
|
height: t = 24,
|
@@ -6401,7 +6429,7 @@ const Et = ({
|
|
6401
6429
|
)
|
6402
6430
|
]
|
6403
6431
|
}
|
6404
|
-
),
|
6432
|
+
), $5 = ({
|
6405
6433
|
className: i,
|
6406
6434
|
color: e = k.GREY_DARK_5,
|
6407
6435
|
height: t = 24,
|
@@ -6422,7 +6450,7 @@ const Et = ({
|
|
6422
6450
|
/* @__PURE__ */ n("path", { d: "M12 8L4 8", stroke: e, strokeWidth: "1.7", strokeLinecap: "round" })
|
6423
6451
|
]
|
6424
6452
|
}
|
6425
|
-
),
|
6453
|
+
), U5 = ({
|
6426
6454
|
className: i,
|
6427
6455
|
color: e = k.GREY_DARK_5,
|
6428
6456
|
height: t = 24,
|
@@ -6461,7 +6489,7 @@ const Et = ({
|
|
6461
6489
|
)
|
6462
6490
|
]
|
6463
6491
|
}
|
6464
|
-
),
|
6492
|
+
), z5 = ({
|
6465
6493
|
className: i,
|
6466
6494
|
color: e = k.GREY_DARK_5,
|
6467
6495
|
height: t = 24,
|
@@ -6500,7 +6528,7 @@ const Et = ({
|
|
6500
6528
|
)
|
6501
6529
|
]
|
6502
6530
|
}
|
6503
|
-
),
|
6531
|
+
), J5 = ({
|
6504
6532
|
className: i,
|
6505
6533
|
color: e = k.GREY_DARK_5,
|
6506
6534
|
height: t = 24,
|
@@ -6539,7 +6567,7 @@ const Et = ({
|
|
6539
6567
|
)
|
6540
6568
|
]
|
6541
6569
|
}
|
6542
|
-
),
|
6570
|
+
), q5 = ({
|
6543
6571
|
className: i,
|
6544
6572
|
color: e = k.GREY_DARK_2,
|
6545
6573
|
height: t = 16,
|
@@ -6565,7 +6593,7 @@ const Et = ({
|
|
6565
6593
|
}
|
6566
6594
|
)
|
6567
6595
|
}
|
6568
|
-
),
|
6596
|
+
), Q5 = ({
|
6569
6597
|
className: i,
|
6570
6598
|
color: e = k.GREY_DARK_5,
|
6571
6599
|
height: t = 20,
|
@@ -6594,7 +6622,7 @@ const Et = ({
|
|
6594
6622
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6595
6623
|
]
|
6596
6624
|
}
|
6597
|
-
),
|
6625
|
+
), X5 = ({
|
6598
6626
|
className: i,
|
6599
6627
|
color: e = k.GREY_DARK_5,
|
6600
6628
|
height: t = 20,
|
@@ -6623,7 +6651,7 @@ const Et = ({
|
|
6623
6651
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ n("rect", { width: "20", height: "20", fill: "white" }) }) })
|
6624
6652
|
]
|
6625
6653
|
}
|
6626
|
-
),
|
6654
|
+
), e3 = ({
|
6627
6655
|
className: i,
|
6628
6656
|
color: e = k.GREY_DARK_5,
|
6629
6657
|
height: t = 20,
|
@@ -6652,7 +6680,7 @@ const Et = ({
|
|
6652
6680
|
)
|
6653
6681
|
]
|
6654
6682
|
}
|
6655
|
-
),
|
6683
|
+
), t3 = ({
|
6656
6684
|
className: i,
|
6657
6685
|
color: e = k.GREY_DARK_5,
|
6658
6686
|
height: t = 20,
|
@@ -6681,7 +6709,7 @@ const Et = ({
|
|
6681
6709
|
)
|
6682
6710
|
]
|
6683
6711
|
}
|
6684
|
-
),
|
6712
|
+
), i3 = ({
|
6685
6713
|
className: i,
|
6686
6714
|
color: e = "#001E52",
|
6687
6715
|
height: t = 24,
|
@@ -6707,7 +6735,7 @@ const Et = ({
|
|
6707
6735
|
}
|
6708
6736
|
)
|
6709
6737
|
}
|
6710
|
-
),
|
6738
|
+
), s3 = ({
|
6711
6739
|
className: i,
|
6712
6740
|
color: e = "#131314",
|
6713
6741
|
height: t = 20,
|
@@ -6735,7 +6763,7 @@ const Et = ({
|
|
6735
6763
|
}
|
6736
6764
|
)
|
6737
6765
|
}
|
6738
|
-
),
|
6766
|
+
), o3 = ({
|
6739
6767
|
className: i,
|
6740
6768
|
color: e = "#001E52",
|
6741
6769
|
height: t = 24,
|
@@ -6773,7 +6801,7 @@ const Et = ({
|
|
6773
6801
|
)
|
6774
6802
|
] }) })
|
6775
6803
|
}
|
6776
|
-
),
|
6804
|
+
), n3 = ({
|
6777
6805
|
width: i = 20,
|
6778
6806
|
height: e = 20,
|
6779
6807
|
color: t = "#001E52",
|
@@ -6829,7 +6857,7 @@ const Et = ({
|
|
6829
6857
|
}
|
6830
6858
|
)
|
6831
6859
|
}
|
6832
|
-
),
|
6860
|
+
), r3 = ({
|
6833
6861
|
width: i = 24,
|
6834
6862
|
height: e = 24,
|
6835
6863
|
color: t = "#131314",
|
@@ -6862,7 +6890,7 @@ const Et = ({
|
|
6862
6890
|
)
|
6863
6891
|
]
|
6864
6892
|
}
|
6865
|
-
),
|
6893
|
+
), l3 = ({
|
6866
6894
|
width: i = 24,
|
6867
6895
|
height: e = 24,
|
6868
6896
|
color: t = k.GREY_DARK_2,
|
@@ -6901,7 +6929,7 @@ const Et = ({
|
|
6901
6929
|
)
|
6902
6930
|
]
|
6903
6931
|
}
|
6904
|
-
),
|
6932
|
+
), a3 = ({
|
6905
6933
|
width: i = 24,
|
6906
6934
|
height: e = 24,
|
6907
6935
|
color: t = k.GREY_DARK_2,
|
@@ -6928,7 +6956,7 @@ const Et = ({
|
|
6928
6956
|
}
|
6929
6957
|
)
|
6930
6958
|
}
|
6931
|
-
),
|
6959
|
+
), h3 = ({
|
6932
6960
|
width: i = 24,
|
6933
6961
|
height: e = 24,
|
6934
6962
|
color: t = k.GREY_DARK_2,
|
@@ -6968,7 +6996,7 @@ const Et = ({
|
|
6968
6996
|
)
|
6969
6997
|
]
|
6970
6998
|
}
|
6971
|
-
),
|
6999
|
+
), c3 = ({
|
6972
7000
|
width: i = 24,
|
6973
7001
|
height: e = 24,
|
6974
7002
|
color: t = k.GREY_DARK_2,
|
@@ -6995,7 +7023,7 @@ const Et = ({
|
|
6995
7023
|
}
|
6996
7024
|
)
|
6997
7025
|
}
|
6998
|
-
),
|
7026
|
+
), d3 = ({
|
6999
7027
|
width: i = 24,
|
7000
7028
|
height: e = 24,
|
7001
7029
|
color: t = k.GREY_DARK_2,
|
@@ -7022,7 +7050,33 @@ const Et = ({
|
|
7022
7050
|
}
|
7023
7051
|
)
|
7024
7052
|
}
|
7025
|
-
),
|
7053
|
+
), g3 = ({
|
7054
|
+
width: i = 20,
|
7055
|
+
height: e = 20,
|
7056
|
+
color: t = "#001E52",
|
7057
|
+
className: s,
|
7058
|
+
onClick: o
|
7059
|
+
}) => /* @__PURE__ */ n(
|
7060
|
+
"svg",
|
7061
|
+
{
|
7062
|
+
width: i,
|
7063
|
+
height: e,
|
7064
|
+
viewBox: "0 0 20 20",
|
7065
|
+
fill: "none",
|
7066
|
+
xmlns: "http://www.w3.org/2000/svg",
|
7067
|
+
className: s,
|
7068
|
+
onClick: o,
|
7069
|
+
children: /* @__PURE__ */ n(
|
7070
|
+
"path",
|
7071
|
+
{
|
7072
|
+
fillRule: "evenodd",
|
7073
|
+
clipRule: "evenodd",
|
7074
|
+
d: "M18.3337 10.0001C18.3337 14.6026 14.6028 18.3334 10.0003 18.3334C5.39783 18.3334 1.66699 14.6026 1.66699 10.0001C1.66699 5.39758 5.39783 1.66675 10.0003 1.66675C14.6028 1.66675 18.3337 5.39758 18.3337 10.0001ZM12.5003 7.50008C12.5003 8.16312 12.2369 8.79901 11.7681 9.26785C11.2993 9.73669 10.6634 10.0001 10.0003 10.0001C9.33728 10.0001 8.7014 9.73669 8.23256 9.26785C7.76372 8.79901 7.50033 8.16312 7.50033 7.50008C7.50033 6.83704 7.76372 6.20116 8.23256 5.73231C8.7014 5.26347 9.33728 5.00008 10.0003 5.00008C10.6634 5.00008 11.2993 5.26347 11.7681 5.73231C12.2369 6.20116 12.5003 6.83704 12.5003 7.50008ZM10.0003 17.0834C11.4306 17.0857 12.8277 16.6529 14.0062 15.8426C14.5095 15.4967 14.7245 14.8384 14.4312 14.3026C13.8253 13.1917 12.5753 12.5001 10.0003 12.5001C7.42533 12.5001 6.17533 13.1917 5.56866 14.3026C5.27616 14.8384 5.49116 15.4967 5.99449 15.8426C7.17299 16.6529 8.5701 17.0857 10.0003 17.0834Z",
|
7075
|
+
fill: t
|
7076
|
+
}
|
7077
|
+
)
|
7078
|
+
}
|
7079
|
+
), C3 = ({
|
7026
7080
|
name: i,
|
7027
7081
|
width: e,
|
7028
7082
|
height: t,
|
@@ -7041,39 +7095,39 @@ const Et = ({
|
|
7041
7095
|
}, [h, o, l]), /* @__PURE__ */ n($, { children: (() => {
|
7042
7096
|
switch (i) {
|
7043
7097
|
case "nextIcon":
|
7044
|
-
return v5({ width: e, height: t, color: a, className: r, onClick: h });
|
7045
|
-
case "prevIcon":
|
7046
7098
|
return N5({ width: e, height: t, color: a, className: r, onClick: h });
|
7099
|
+
case "prevIcon":
|
7100
|
+
return x5({ width: e, height: t, color: a, className: r, onClick: h });
|
7047
7101
|
case "arrowUp":
|
7048
|
-
return Et({ width: e, height: t, color: a, className: r, onClick: h });
|
7049
|
-
case "arrowDown":
|
7050
7102
|
return Vt({ width: e, height: t, color: a, className: r, onClick: h });
|
7051
|
-
case "
|
7103
|
+
case "arrowDown":
|
7052
7104
|
return Ht({ width: e, height: t, color: a, className: r, onClick: h });
|
7053
|
-
case "
|
7105
|
+
case "info":
|
7054
7106
|
return It({ width: e, height: t, color: a, className: r, onClick: h });
|
7055
|
-
case "
|
7107
|
+
case "arrowRight":
|
7056
7108
|
return Ot({ width: e, height: t, color: a, className: r, onClick: h });
|
7057
|
-
case "
|
7109
|
+
case "calendar":
|
7058
7110
|
return St({ width: e, height: t, color: a, className: r, onClick: h });
|
7059
|
-
case "
|
7111
|
+
case "ok":
|
7060
7112
|
return At({ width: e, height: t, color: a, className: r, onClick: h });
|
7061
|
-
case "
|
7113
|
+
case "cancel":
|
7062
7114
|
return Bt({ width: e, height: t, color: a, className: r, onClick: h });
|
7063
|
-
case "
|
7115
|
+
case "add":
|
7064
7116
|
return Zt({ width: e, height: t, color: a, className: r, onClick: h });
|
7065
|
-
case "
|
7117
|
+
case "list":
|
7066
7118
|
return Wt({ width: e, height: t, color: a, className: r, onClick: h });
|
7067
|
-
case "
|
7119
|
+
case "dragAndDrop":
|
7068
7120
|
return jt({ width: e, height: t, color: a, className: r, onClick: h });
|
7069
|
-
case "
|
7121
|
+
case "filter":
|
7070
7122
|
return Dt({ width: e, height: t, color: a, className: r, onClick: h });
|
7071
|
-
case "
|
7123
|
+
case "attention":
|
7072
7124
|
return Tt({ width: e, height: t, color: a, className: r, onClick: h });
|
7073
|
-
case "
|
7125
|
+
case "plus":
|
7074
7126
|
return Gt({ width: e, height: t, color: a, className: r, onClick: h });
|
7127
|
+
case "time":
|
7128
|
+
return Kt({ width: e, height: t, color: a, className: r, onClick: h });
|
7075
7129
|
case "arrowDownLong":
|
7076
|
-
return
|
7130
|
+
return Pt({
|
7077
7131
|
width: e,
|
7078
7132
|
height: t,
|
7079
7133
|
color: a,
|
@@ -7081,7 +7135,7 @@ const Et = ({
|
|
7081
7135
|
onClick: h
|
7082
7136
|
});
|
7083
7137
|
case "users":
|
7084
|
-
return
|
7138
|
+
return Yt({ width: e, height: t, color: a, className: r, onClick: h });
|
7085
7139
|
case "mySkillsMatrix":
|
7086
7140
|
return Ft({
|
7087
7141
|
width: e,
|
@@ -7091,9 +7145,9 @@ const Et = ({
|
|
7091
7145
|
onClick: h
|
7092
7146
|
});
|
7093
7147
|
case "skills":
|
7094
|
-
return
|
7148
|
+
return $t({ width: e, height: t, color: a, className: r, onClick: h });
|
7095
7149
|
case "skillsMatrices":
|
7096
|
-
return
|
7150
|
+
return Ut({
|
7097
7151
|
width: e,
|
7098
7152
|
height: t,
|
7099
7153
|
color: a,
|
@@ -7101,23 +7155,23 @@ const Et = ({
|
|
7101
7155
|
onClick: h
|
7102
7156
|
});
|
7103
7157
|
case "history":
|
7104
|
-
return Ut({ width: e, height: t, color: a, className: r, onClick: h });
|
7105
|
-
case "logOut":
|
7106
7158
|
return zt({ width: e, height: t, color: a, className: r, onClick: h });
|
7107
|
-
case "
|
7159
|
+
case "logOut":
|
7108
7160
|
return Jt({ width: e, height: t, color: a, className: r, onClick: h });
|
7109
|
-
case "
|
7161
|
+
case "settings":
|
7110
7162
|
return qt({ width: e, height: t, color: a, className: r, onClick: h });
|
7111
|
-
case "
|
7163
|
+
case "addSkill":
|
7112
7164
|
return Qt({ width: e, height: t, color: a, className: r, onClick: h });
|
7113
|
-
case "
|
7165
|
+
case "conversation":
|
7114
7166
|
return Xt({ width: e, height: t, color: a, className: r, onClick: h });
|
7115
|
-
case "
|
7167
|
+
case "trash":
|
7116
7168
|
return e5({ width: e, height: t, color: a, className: r, onClick: h });
|
7117
|
-
case "
|
7169
|
+
case "settings4":
|
7118
7170
|
return t5({ width: e, height: t, color: a, className: r, onClick: h });
|
7171
|
+
case "edit2":
|
7172
|
+
return i5({ width: e, height: t, color: a, className: r, onClick: h });
|
7119
7173
|
case "notifications":
|
7120
|
-
return
|
7174
|
+
return s5({
|
7121
7175
|
width: e,
|
7122
7176
|
height: t,
|
7123
7177
|
color: a,
|
@@ -7125,9 +7179,9 @@ const Et = ({
|
|
7125
7179
|
onClick: h
|
7126
7180
|
});
|
7127
7181
|
case "success":
|
7128
|
-
return
|
7182
|
+
return o5({ width: e, height: t, color: a, className: r, onClick: h });
|
7129
7183
|
case "attentionSmall":
|
7130
|
-
return
|
7184
|
+
return n5({
|
7131
7185
|
width: e,
|
7132
7186
|
height: t,
|
7133
7187
|
color: a,
|
@@ -7135,11 +7189,11 @@ const Et = ({
|
|
7135
7189
|
onClick: h
|
7136
7190
|
});
|
7137
7191
|
case "errorSmall":
|
7138
|
-
return n5({ width: e, height: t, color: a, className: r, onClick: h });
|
7139
|
-
case "infoMedium":
|
7140
7192
|
return r5({ width: e, height: t, color: a, className: r, onClick: h });
|
7193
|
+
case "infoMedium":
|
7194
|
+
return l5({ width: e, height: t, color: a, className: r, onClick: h });
|
7141
7195
|
case "attentionMedium":
|
7142
|
-
return
|
7196
|
+
return a5({
|
7143
7197
|
width: e,
|
7144
7198
|
height: t,
|
7145
7199
|
color: a,
|
@@ -7147,9 +7201,9 @@ const Et = ({
|
|
7147
7201
|
onClick: h
|
7148
7202
|
});
|
7149
7203
|
case "errorMedium":
|
7150
|
-
return
|
7204
|
+
return h5({ width: e, height: t, color: a, className: r, onClick: h });
|
7151
7205
|
case "faviconSkills":
|
7152
|
-
return
|
7206
|
+
return p5({
|
7153
7207
|
width: e,
|
7154
7208
|
height: t,
|
7155
7209
|
color: a,
|
@@ -7157,7 +7211,7 @@ const Et = ({
|
|
7157
7211
|
onClick: h
|
7158
7212
|
});
|
7159
7213
|
case "visibilityIcon":
|
7160
|
-
return
|
7214
|
+
return c5({
|
7161
7215
|
width: e,
|
7162
7216
|
height: t,
|
7163
7217
|
color: a,
|
@@ -7165,7 +7219,7 @@ const Et = ({
|
|
7165
7219
|
onClick: h
|
7166
7220
|
});
|
7167
7221
|
case "visibilityOffIcon":
|
7168
|
-
return
|
7222
|
+
return d5({
|
7169
7223
|
width: e,
|
7170
7224
|
height: t,
|
7171
7225
|
color: a,
|
@@ -7173,7 +7227,7 @@ const Et = ({
|
|
7173
7227
|
onClick: h
|
7174
7228
|
});
|
7175
7229
|
case "selectArrowIcon":
|
7176
|
-
return
|
7230
|
+
return g5({
|
7177
7231
|
width: e,
|
7178
7232
|
height: t,
|
7179
7233
|
color: a,
|
@@ -7181,7 +7235,7 @@ const Et = ({
|
|
7181
7235
|
onClick: h
|
7182
7236
|
});
|
7183
7237
|
case "expandArrowIcon":
|
7184
|
-
return
|
7238
|
+
return C5({
|
7185
7239
|
width: e,
|
7186
7240
|
height: t,
|
7187
7241
|
color: a,
|
@@ -7189,7 +7243,7 @@ const Et = ({
|
|
7189
7243
|
onClick: h
|
7190
7244
|
});
|
7191
7245
|
case "expandActiveArrowIcon":
|
7192
|
-
return
|
7246
|
+
return u5({
|
7193
7247
|
width: e,
|
7194
7248
|
height: t,
|
7195
7249
|
color: a,
|
@@ -7197,112 +7251,114 @@ const Et = ({
|
|
7197
7251
|
onClick: h
|
7198
7252
|
});
|
7199
7253
|
case "camera":
|
7200
|
-
return p5({ width: e, height: t, color: a, className: r, onClick: h });
|
7201
|
-
case "sortUp":
|
7202
7254
|
return w5({ width: e, height: t, color: a, className: r, onClick: h });
|
7203
|
-
case "
|
7255
|
+
case "sortUp":
|
7204
7256
|
return f5({ width: e, height: t, color: a, className: r, onClick: h });
|
7205
|
-
case "
|
7257
|
+
case "sortDown":
|
7206
7258
|
return m5({ width: e, height: t, color: a, className: r, onClick: h });
|
7207
|
-
case "
|
7259
|
+
case "logOut2":
|
7208
7260
|
return k5({ width: e, height: t, color: a, className: r, onClick: h });
|
7209
|
-
case "
|
7261
|
+
case "search":
|
7210
7262
|
return L5({ width: e, height: t, color: a, className: r, onClick: h });
|
7263
|
+
case "handRock":
|
7264
|
+
return v5({ width: e, height: t, color: a, className: r, onClick: h });
|
7211
7265
|
case "arrowUpFilled":
|
7212
|
-
return
|
7266
|
+
return M5({ width: e, height: t, color: a, className: r, onClick: h });
|
7213
7267
|
case "arrowDownFilled":
|
7214
|
-
return
|
7268
|
+
return R5({ width: e, height: t, color: a, className: r, onClick: h });
|
7215
7269
|
case "link":
|
7216
|
-
return
|
7270
|
+
return y5({ width: e, height: t, color: a, className: r, onClick: h });
|
7217
7271
|
case "telegram":
|
7218
|
-
return
|
7272
|
+
return _5({ width: e, height: t, color: a, className: r, onClick: h });
|
7219
7273
|
case "mail":
|
7220
|
-
return
|
7274
|
+
return V5({ width: e, height: t, color: a, className: r, onClick: h });
|
7221
7275
|
case "github":
|
7222
|
-
return
|
7276
|
+
return b5({ width: e, height: t, color: a, className: r, onClick: h });
|
7223
7277
|
case "linkedIn":
|
7224
|
-
return
|
7278
|
+
return E5({ width: e, height: t, color: a, className: r, onClick: h });
|
7225
7279
|
case "emptyStateIcon":
|
7226
|
-
return V5({ width: e, height: t, color: a, className: r, onClick: h });
|
7227
|
-
case "filtersIcon":
|
7228
7280
|
return H5({ width: e, height: t, color: a, className: r, onClick: h });
|
7229
|
-
case "
|
7281
|
+
case "filtersIcon":
|
7230
7282
|
return I5({ width: e, height: t, color: a, className: r, onClick: h });
|
7231
|
-
case "
|
7283
|
+
case "dotMenuIcon":
|
7232
7284
|
return O5({ width: e, height: t, color: a, className: r, onClick: h });
|
7233
|
-
case "
|
7285
|
+
case "plusCircle":
|
7234
7286
|
return S5({ width: e, height: t, color: a, className: r, onClick: h });
|
7235
|
-
case "
|
7287
|
+
case "warning":
|
7236
7288
|
return A5({ width: e, height: t, color: a, className: r, onClick: h });
|
7237
|
-
case "
|
7289
|
+
case "back":
|
7238
7290
|
return B5({ width: e, height: t, color: a, className: r, onClick: h });
|
7291
|
+
case "bell":
|
7292
|
+
return Z5({ width: e, height: t, color: a, className: r, onClick: h });
|
7239
7293
|
case "contract":
|
7240
|
-
return
|
7294
|
+
return j5({ width: e, height: t, color: a, className: r, onClick: h });
|
7241
7295
|
case "trash2":
|
7242
|
-
return
|
7296
|
+
return W5({ width: e, height: t, color: a, className: r, onClick: h });
|
7243
7297
|
case "manager":
|
7244
|
-
return j5({ width: e, height: t, color: a, className: r, onClick: h });
|
7245
|
-
case "resourceManager":
|
7246
7298
|
return D5({ width: e, height: t, color: a, className: r, onClick: h });
|
7247
|
-
case "
|
7299
|
+
case "resourceManager":
|
7248
7300
|
return T5({ width: e, height: t, color: a, className: r, onClick: h });
|
7249
|
-
case "
|
7301
|
+
case "settings2":
|
7250
7302
|
return G5({ width: e, height: t, color: a, className: r, onClick: h });
|
7251
|
-
case "
|
7303
|
+
case "image":
|
7252
7304
|
return K5({ width: e, height: t, color: a, className: r, onClick: h });
|
7253
|
-
case "
|
7305
|
+
case "upload":
|
7254
7306
|
return P5({ width: e, height: t, color: a, className: r, onClick: h });
|
7307
|
+
case "edit":
|
7308
|
+
return Y5({ width: e, height: t, color: a, className: r, onClick: h });
|
7255
7309
|
case "location":
|
7256
7310
|
return F5({ width: e, height: t, color: a, className: r, onClick: h });
|
7257
7311
|
case "plus2":
|
7258
|
-
return Y5({ width: e, height: t, color: a, className: r, onClick: h });
|
7259
|
-
case "search2":
|
7260
7312
|
return $5({ width: e, height: t, color: a, className: r, onClick: h });
|
7261
|
-
case "
|
7313
|
+
case "search2":
|
7262
7314
|
return U5({ width: e, height: t, color: a, className: r, onClick: h });
|
7263
|
-
case "
|
7315
|
+
case "fastArrowLeft":
|
7264
7316
|
return z5({ width: e, height: t, color: a, className: r, onClick: h });
|
7265
|
-
case "
|
7317
|
+
case "fastArrowRight":
|
7266
7318
|
return J5({ width: e, height: t, color: a, className: r, onClick: h });
|
7319
|
+
case "crossInCircle":
|
7320
|
+
return q5({ width: e, height: t, color: a, className: r, onClick: h });
|
7267
7321
|
case "arrowUp2":
|
7268
|
-
return
|
7322
|
+
return X5({ width: e, height: t, color: a, className: r, onClick: h });
|
7269
7323
|
case "arrowDown2":
|
7270
|
-
return
|
7324
|
+
return Q5({ width: e, height: t, color: a, className: r, onClick: h });
|
7271
7325
|
case "filledArrowLeft":
|
7272
|
-
return X5({ width: e, height: t, color: a, className: r, onClick: h });
|
7273
|
-
case "filledArrowRight":
|
7274
7326
|
return e3({ width: e, height: t, color: a, className: r, onClick: h });
|
7275
|
-
case "
|
7327
|
+
case "filledArrowRight":
|
7276
7328
|
return t3({ width: e, height: t, color: a, className: r, onClick: h });
|
7277
|
-
case "
|
7329
|
+
case "burgerMenu":
|
7278
7330
|
return i3({ width: e, height: t, color: a, className: r, onClick: h });
|
7279
|
-
case "
|
7331
|
+
case "signOut":
|
7280
7332
|
return s3({ width: e, height: t, color: a, className: r, onClick: h });
|
7281
|
-
case "
|
7333
|
+
case "refresh":
|
7282
7334
|
return o3({ width: e, height: t, color: a, className: r, onClick: h });
|
7283
|
-
case "
|
7335
|
+
case "projects":
|
7284
7336
|
return n3({ width: e, height: t, color: a, className: r, onClick: h });
|
7285
|
-
case "
|
7337
|
+
case "profile":
|
7338
|
+
return g3({ width: e, height: t, color: a, className: r, onClick: h });
|
7339
|
+
case "exit":
|
7286
7340
|
return r3({ width: e, height: t, color: a, className: r, onClick: h });
|
7287
|
-
case "
|
7341
|
+
case "client":
|
7288
7342
|
return l3({ width: e, height: t, color: a, className: r, onClick: h });
|
7289
|
-
case "
|
7343
|
+
case "calendar2":
|
7290
7344
|
return a3({ width: e, height: t, color: a, className: r, onClick: h });
|
7291
|
-
case "
|
7345
|
+
case "openPointCircle":
|
7292
7346
|
return h3({ width: e, height: t, color: a, className: r, onClick: h });
|
7293
|
-
case "
|
7347
|
+
case "community":
|
7294
7348
|
return c3({ width: e, height: t, color: a, className: r, onClick: h });
|
7349
|
+
case "docs":
|
7350
|
+
return d3({ width: e, height: t, color: a, className: r, onClick: h });
|
7295
7351
|
default:
|
7296
7352
|
return /* @__PURE__ */ n($, { children: "No Icon provided" });
|
7297
7353
|
}
|
7298
7354
|
})() });
|
7299
7355
|
};
|
7300
7356
|
var n1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(n1 || {});
|
7301
|
-
const
|
7357
|
+
const u3 = e1({
|
7302
7358
|
locale: "en",
|
7303
7359
|
theme: "light"
|
7304
7360
|
});
|
7305
|
-
|
7361
|
+
u3.Provider;
|
7306
7362
|
const te = ({
|
7307
7363
|
children: i,
|
7308
7364
|
width: e,
|
@@ -7319,7 +7375,7 @@ const te = ({
|
|
7319
7375
|
{
|
7320
7376
|
className: `snmt-tag ${t} ${l ? "disabled" : ""}`,
|
7321
7377
|
closeIcon: /* @__PURE__ */ n(
|
7322
|
-
|
7378
|
+
C3,
|
7323
7379
|
{
|
7324
7380
|
name: "errorSmall",
|
7325
7381
|
color: l ? n1.GREY_DARK_1 : n1.GREY_DARK_2,
|
@@ -7332,7 +7388,7 @@ const te = ({
|
|
7332
7388
|
style: { width: e ?? "fit-content" },
|
7333
7389
|
closable: o,
|
7334
7390
|
children: typeof i == "string" ? /* @__PURE__ */ n(
|
7335
|
-
|
7391
|
+
Et,
|
7336
7392
|
{
|
7337
7393
|
variant: t === "small" ? "body4" : "body2",
|
7338
7394
|
color: l ? n1.GREY_DARK_2 : n1.GREY_DARK_5,
|
@@ -7341,12 +7397,12 @@ const te = ({
|
|
7341
7397
|
) : i
|
7342
7398
|
}
|
7343
7399
|
);
|
7344
|
-
}, { Title:
|
7400
|
+
}, { Title: p3, Text: w3 } = J1, f3 = {
|
7345
7401
|
h1: 1,
|
7346
7402
|
h2: 2,
|
7347
7403
|
h3: 3,
|
7348
7404
|
h4: 4
|
7349
|
-
},
|
7405
|
+
}, m3 = m1(
|
7350
7406
|
({
|
7351
7407
|
align: i = "inherit",
|
7352
7408
|
variant: e = "body1",
|
@@ -7359,17 +7415,17 @@ const te = ({
|
|
7359
7415
|
const d = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
7360
7416
|
let g = `snmt-typography snmt-typography-${e}`;
|
7361
7417
|
return i && i !== "inherit" && (g += ` snmt-typography-align-${i}`), l && (g += " collapsed"), d ? /* @__PURE__ */ n(
|
7362
|
-
|
7418
|
+
p3,
|
7363
7419
|
{
|
7364
7420
|
className: g,
|
7365
7421
|
style: { color: t, whiteSpace: c },
|
7366
7422
|
onClick: o,
|
7367
|
-
level:
|
7423
|
+
level: f3[e],
|
7368
7424
|
ref: r,
|
7369
7425
|
children: s
|
7370
7426
|
}
|
7371
7427
|
) : /* @__PURE__ */ n(
|
7372
|
-
|
7428
|
+
w3,
|
7373
7429
|
{
|
7374
7430
|
className: g,
|
7375
7431
|
style: { color: t, whiteSpace: c },
|
@@ -7379,7 +7435,7 @@ const te = ({
|
|
7379
7435
|
}
|
7380
7436
|
);
|
7381
7437
|
}
|
7382
|
-
),
|
7438
|
+
), k3 = ({
|
7383
7439
|
children: i,
|
7384
7440
|
content: e,
|
7385
7441
|
isOpen: t,
|
@@ -7404,7 +7460,7 @@ const te = ({
|
|
7404
7460
|
}
|
7405
7461
|
);
|
7406
7462
|
};
|
7407
|
-
var
|
7463
|
+
var L3 = { exports: {} };
|
7408
7464
|
(function(i, e) {
|
7409
7465
|
(function(t, s) {
|
7410
7466
|
i.exports = s();
|
@@ -7414,8 +7470,8 @@ var m3 = { exports: {} };
|
|
7414
7470
|
return "[" + t + (s[(o - 20) % 10] || s[o] || s[0]) + "]";
|
7415
7471
|
} };
|
7416
7472
|
});
|
7417
|
-
})(
|
7418
|
-
const
|
7473
|
+
})(L3);
|
7474
|
+
const v3 = ({
|
7419
7475
|
values: i,
|
7420
7476
|
onTagClose: e,
|
7421
7477
|
maxWidth: t,
|
@@ -7434,7 +7490,7 @@ const k3 = ({
|
|
7434
7490
|
return ((p = l == null ? void 0 : l.find((f) => f.value === u)) == null ? void 0 : p.label) || ((L = c == null ? void 0 : c.find((f) => f.value === u)) == null ? void 0 : L.label) || u;
|
7435
7491
|
};
|
7436
7492
|
return /* @__PURE__ */ C(
|
7437
|
-
|
7493
|
+
k3,
|
7438
7494
|
{
|
7439
7495
|
content: (
|
7440
7496
|
// 90: paddings + margins + gaps and so on
|
@@ -7467,7 +7523,7 @@ const k3 = ({
|
|
7467
7523
|
backgroundSize: "20% calc(200% + 20px)"
|
7468
7524
|
};
|
7469
7525
|
return /* @__PURE__ */ n("span", { className: "snmt-loader", style: s });
|
7470
|
-
},
|
7526
|
+
}, N3 = m1(
|
7471
7527
|
({
|
7472
7528
|
value: i,
|
7473
7529
|
onChange: e,
|
@@ -7492,7 +7548,7 @@ const k3 = ({
|
|
7492
7548
|
readOnly: w,
|
7493
7549
|
error: M
|
7494
7550
|
}, N) => {
|
7495
|
-
const [x, Z] = S(!1), [T, t1] = S(!1), [
|
7551
|
+
const [x, Z] = S(!1), [T, t1] = S(!1), [Y, h1] = S(!0), [H, G] = S(i), F = a1(null);
|
7496
7552
|
A(() => {
|
7497
7553
|
G(i);
|
7498
7554
|
}, [i]);
|
@@ -7534,9 +7590,9 @@ const k3 = ({
|
|
7534
7590
|
(R) => (H == null ? void 0 : H.indexOf(R)) === 0 ? (
|
7535
7591
|
// if the search input is empty
|
7536
7592
|
// then display the placeholder, else do not display it
|
7537
|
-
/* @__PURE__ */ n("span", { className: "custom-placeholder", children:
|
7593
|
+
/* @__PURE__ */ n("span", { className: "custom-placeholder", children: Y ? t : "" })
|
7538
7594
|
) : /* @__PURE__ */ n($, {}),
|
7539
|
-
[
|
7595
|
+
[Y, H, t]
|
7540
7596
|
), le = (R) => {
|
7541
7597
|
R.preventDefault(), R.stopPropagation();
|
7542
7598
|
}, ae = async (R) => {
|
@@ -7554,11 +7610,11 @@ const k3 = ({
|
|
7554
7610
|
(R) => {
|
7555
7611
|
var V;
|
7556
7612
|
return /* @__PURE__ */ n(
|
7557
|
-
|
7613
|
+
v3,
|
7558
7614
|
{
|
7559
7615
|
values: R,
|
7560
7616
|
onTagClose: g1,
|
7561
|
-
maxWidth: ((V =
|
7617
|
+
maxWidth: ((V = F.current) == null ? void 0 : V.clientWidth) || 0,
|
7562
7618
|
disabled: r,
|
7563
7619
|
closable: !w,
|
7564
7620
|
options: l,
|
@@ -7577,7 +7633,7 @@ const k3 = ({
|
|
7577
7633
|
{
|
7578
7634
|
className: `snmt-select-1-15-6 ${T ? "snmt-select-focused" : ""}
|
7579
7635
|
${s ? "" : "snmt-select-single"} ${w ? "snmt-select-read-only" : ""}`,
|
7580
|
-
ref:
|
7636
|
+
ref: F,
|
7581
7637
|
style: { width: c },
|
7582
7638
|
children: [
|
7583
7639
|
/* @__PURE__ */ n(
|
@@ -7677,7 +7733,7 @@ const k3 = ({
|
|
7677
7733
|
),
|
7678
7734
|
M && /* @__PURE__ */ C(o1, { justifyContent: "flex-start", gap: 6, children: [
|
7679
7735
|
/* @__PURE__ */ n(i1, { name: "attention", color: P.NOTIFICATION_ERROR_DARK }),
|
7680
|
-
typeof M == "string" ? /* @__PURE__ */ n(
|
7736
|
+
typeof M == "string" ? /* @__PURE__ */ n(m3, { color: P.NOTIFICATION_ERROR_DARK, variant: "body4", children: M }) : M
|
7681
7737
|
] })
|
7682
7738
|
] });
|
7683
7739
|
}
|
@@ -7687,11 +7743,11 @@ const k3 = ({
|
|
7687
7743
|
i = s, e = o;
|
7688
7744
|
});
|
7689
7745
|
return t.resolve = i, t.reject = e, t;
|
7690
|
-
}, B1 = (i) => i == null ? "" : "" + i,
|
7746
|
+
}, B1 = (i) => i == null ? "" : "" + i, x3 = (i, e, t) => {
|
7691
7747
|
i.forEach((s) => {
|
7692
7748
|
e[s] && (t[s] = e[s]);
|
7693
7749
|
});
|
7694
|
-
},
|
7750
|
+
}, R3 = /###/g, Z1 = (i) => i && i.indexOf("###") > -1 ? i.replace(R3, ".") : i, W1 = (i) => !i || v(i), r1 = (i, e, t) => {
|
7695
7751
|
const s = v(e) ? e.split(".") : e;
|
7696
7752
|
let o = 0;
|
7697
7753
|
for (; o < s.length - 1; ) {
|
@@ -7716,7 +7772,7 @@ const k3 = ({
|
|
7716
7772
|
for (; r.obj === void 0 && c.length; )
|
7717
7773
|
l = `${c[c.length - 1]}.${l}`, c = c.slice(0, c.length - 1), r = r1(i, c, Object), r && r.obj && typeof r.obj[`${r.k}.${l}`] < "u" && (r.obj = void 0);
|
7718
7774
|
r.obj[`${r.k}.${l}`] = t;
|
7719
|
-
},
|
7775
|
+
}, M3 = (i, e, t, s) => {
|
7720
7776
|
const {
|
7721
7777
|
obj: o,
|
7722
7778
|
k: l
|
@@ -7729,7 +7785,7 @@ const k3 = ({
|
|
7729
7785
|
} = r1(i, e);
|
7730
7786
|
if (t)
|
7731
7787
|
return t[s];
|
7732
|
-
},
|
7788
|
+
}, y3 = (i, e, t) => {
|
7733
7789
|
const s = u1(i, t);
|
7734
7790
|
return s !== void 0 ? s : u1(e, t);
|
7735
7791
|
}, ie = (i, e, t) => {
|
@@ -7737,7 +7793,7 @@ const k3 = ({
|
|
7737
7793
|
s !== "__proto__" && s !== "constructor" && (s in i ? v(i[s]) || i[s] instanceof String || v(e[s]) || e[s] instanceof String ? t && (i[s] = e[s]) : ie(i[s], e[s], t) : i[s] = e[s]);
|
7738
7794
|
return i;
|
7739
7795
|
}, Q = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
7740
|
-
var
|
7796
|
+
var b3 = {
|
7741
7797
|
"&": "&",
|
7742
7798
|
"<": "<",
|
7743
7799
|
">": ">",
|
@@ -7745,8 +7801,8 @@ var M3 = {
|
|
7745
7801
|
"'": "'",
|
7746
7802
|
"/": "/"
|
7747
7803
|
};
|
7748
|
-
const
|
7749
|
-
class
|
7804
|
+
const _3 = (i) => v(i) ? i.replace(/[&<>"'\/]/g, (e) => b3[e]) : i;
|
7805
|
+
class E3 {
|
7750
7806
|
constructor(e) {
|
7751
7807
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
7752
7808
|
}
|
@@ -7758,11 +7814,11 @@ class b3 {
|
|
7758
7814
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
|
7759
7815
|
}
|
7760
7816
|
}
|
7761
|
-
const
|
7817
|
+
const V3 = [" ", ",", "?", "!", ";"], H3 = new E3(20), I3 = (i, e, t) => {
|
7762
7818
|
e = e || "", t = t || "";
|
7763
|
-
const s =
|
7819
|
+
const s = V3.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
|
7764
7820
|
if (s.length === 0) return !0;
|
7765
|
-
const o =
|
7821
|
+
const o = H3.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
|
7766
7822
|
let l = !o.test(i);
|
7767
7823
|
if (!l) {
|
7768
7824
|
const c = i.indexOf(t);
|
@@ -7789,7 +7845,7 @@ const _3 = [" ", ",", "?", "!", ";"], E3 = new b3(20), V3 = (i, e, t) => {
|
|
7789
7845
|
o = c;
|
7790
7846
|
}
|
7791
7847
|
return o;
|
7792
|
-
}, p1 = (i) => i && i.replace("_", "-"),
|
7848
|
+
}, p1 = (i) => i && i.replace("_", "-"), O3 = {
|
7793
7849
|
type: "logger",
|
7794
7850
|
log(i) {
|
7795
7851
|
this.output("log", i);
|
@@ -7811,7 +7867,7 @@ class w1 {
|
|
7811
7867
|
}
|
7812
7868
|
init(e) {
|
7813
7869
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7814
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
7870
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || O3, this.options = t, this.debug = t.debug;
|
7815
7871
|
}
|
7816
7872
|
log() {
|
7817
7873
|
for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
|
@@ -7971,7 +8027,7 @@ const T1 = {};
|
|
7971
8027
|
class f1 extends k1 {
|
7972
8028
|
constructor(e) {
|
7973
8029
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
7974
|
-
super(),
|
8030
|
+
super(), x3(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = D.create("translator");
|
7975
8031
|
}
|
7976
8032
|
changeLanguage(e) {
|
7977
8033
|
e && (this.language = e);
|
@@ -7990,7 +8046,7 @@ class f1 extends k1 {
|
|
7990
8046
|
s === void 0 && (s = ":");
|
7991
8047
|
const o = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
7992
8048
|
let l = t.ns || this.options.defaultNS || [];
|
7993
|
-
const c = s && e.indexOf(s) > -1, r = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
8049
|
+
const c = s && e.indexOf(s) > -1, r = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !I3(e, s, o);
|
7994
8050
|
if (c && !r) {
|
7995
8051
|
const d = e.match(this.interpolator.nestingRegexp);
|
7996
8052
|
if (d && d.length > 0)
|
@@ -8067,33 +8123,33 @@ class f1 extends k1 {
|
|
8067
8123
|
let w = !1, M = !1;
|
8068
8124
|
const N = t.count !== void 0 && !v(t.count), x = f1.hasDefaultValue(t), Z = N ? this.pluralResolver.getSuffix(g, t.count, t) : "", T = t.ordinal && N ? this.pluralResolver.getSuffix(g, t.count, {
|
8069
8125
|
ordinal: !1
|
8070
|
-
}) : "", t1 = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(),
|
8071
|
-
!this.isValidLookup(u) && x && (w = !0, u =
|
8072
|
-
const H = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && M ? void 0 : u, G = x &&
|
8126
|
+
}) : "", t1 = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), Y = t1 && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${Z}`] || t[`defaultValue${T}`] || t.defaultValue;
|
8127
|
+
!this.isValidLookup(u) && x && (w = !0, u = Y), this.isValidLookup(u) || (M = !0, u = c);
|
8128
|
+
const H = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && M ? void 0 : u, G = x && Y !== u && this.options.updateMissing;
|
8073
8129
|
if (M || w || G) {
|
8074
|
-
if (this.logger.log(G ? "updateKey" : "missingKey", g, d, c, G ?
|
8130
|
+
if (this.logger.log(G ? "updateKey" : "missingKey", g, d, c, G ? Y : u), l) {
|
8075
8131
|
const O = this.resolve(c, {
|
8076
8132
|
...t,
|
8077
8133
|
keySeparator: !1
|
8078
8134
|
});
|
8079
8135
|
O && O.res && this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.");
|
8080
8136
|
}
|
8081
|
-
let
|
8137
|
+
let F = [];
|
8082
8138
|
const q = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
|
8083
8139
|
if (this.options.saveMissingTo === "fallback" && q && q[0])
|
8084
8140
|
for (let O = 0; O < q.length; O++)
|
8085
|
-
|
8086
|
-
else this.options.saveMissingTo === "all" ?
|
8141
|
+
F.push(q[O]);
|
8142
|
+
else this.options.saveMissingTo === "all" ? F = this.languageUtils.toResolveHierarchy(t.lng || this.language) : F.push(t.lng || this.language);
|
8087
8143
|
const c1 = (O, K, B) => {
|
8088
8144
|
const d1 = x && B !== u ? B : H;
|
8089
8145
|
this.options.missingKeyHandler ? this.options.missingKeyHandler(O, d, K, d1, G, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(O, d, K, d1, G, t), this.emit("missingKey", O, d, K, u);
|
8090
8146
|
};
|
8091
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && N ?
|
8147
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && N ? F.forEach((O) => {
|
8092
8148
|
const K = this.pluralResolver.getSuffixes(O, t);
|
8093
8149
|
t1 && t[`defaultValue${this.options.pluralSeparator}zero`] && K.indexOf(`${this.options.pluralSeparator}zero`) < 0 && K.push(`${this.options.pluralSeparator}zero`), K.forEach((B) => {
|
8094
|
-
c1([O], c + B, t[`defaultValue${B}`] ||
|
8150
|
+
c1([O], c + B, t[`defaultValue${B}`] || Y);
|
8095
8151
|
});
|
8096
|
-
}) : c1(
|
8152
|
+
}) : c1(F, c, Y));
|
8097
8153
|
}
|
8098
8154
|
u = this.extendTranslation(u, e, t, h, s), M && u === c && this.options.appendNamespaceToMissingKey && (u = `${d}:${c}`), (M || w) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? u = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${d}:${c}` : c, w ? u : void 0) : u = this.options.parseMissingKeyHandler(u));
|
8099
8155
|
}
|
@@ -8280,7 +8336,7 @@ class G1 {
|
|
8280
8336
|
}), o;
|
8281
8337
|
}
|
8282
8338
|
}
|
8283
|
-
let
|
8339
|
+
let S3 = [{
|
8284
8340
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
8285
8341
|
nr: [1, 2],
|
8286
8342
|
fc: 1
|
@@ -8372,7 +8428,7 @@ let I3 = [{
|
|
8372
8428
|
lngs: ["he", "iw"],
|
8373
8429
|
nr: [1, 2, 20, 21],
|
8374
8430
|
fc: 22
|
8375
|
-
}],
|
8431
|
+
}], A3 = {
|
8376
8432
|
1: (i) => +(i > 1),
|
8377
8433
|
2: (i) => +(i != 1),
|
8378
8434
|
3: (i) => 0,
|
@@ -8396,28 +8452,28 @@ let I3 = [{
|
|
8396
8452
|
21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
|
8397
8453
|
22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
|
8398
8454
|
};
|
8399
|
-
const
|
8455
|
+
const B3 = ["v1", "v2", "v3"], Z3 = ["v4"], K1 = {
|
8400
8456
|
zero: 0,
|
8401
8457
|
one: 1,
|
8402
8458
|
two: 2,
|
8403
8459
|
few: 3,
|
8404
8460
|
many: 4,
|
8405
8461
|
other: 5
|
8406
|
-
},
|
8462
|
+
}, W3 = () => {
|
8407
8463
|
const i = {};
|
8408
|
-
return
|
8464
|
+
return S3.forEach((e) => {
|
8409
8465
|
e.lngs.forEach((t) => {
|
8410
8466
|
i[t] = {
|
8411
8467
|
numbers: e.nr,
|
8412
|
-
plurals:
|
8468
|
+
plurals: A3[e.fc]
|
8413
8469
|
};
|
8414
8470
|
});
|
8415
8471
|
}), i;
|
8416
8472
|
};
|
8417
|
-
class
|
8473
|
+
class j3 {
|
8418
8474
|
constructor(e) {
|
8419
8475
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
8420
|
-
this.languageUtils = e, this.options = t, this.logger = D.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
8476
|
+
this.languageUtils = e, this.options = t, this.logger = D.create("pluralResolver"), (!this.options.compatibilityJSON || Z3.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = W3(), this.pluralRulesCache = {};
|
8421
8477
|
}
|
8422
8478
|
addRule(e, t) {
|
8423
8479
|
this.rules[e] = t;
|
@@ -8475,14 +8531,14 @@ class Z3 {
|
|
8475
8531
|
return this.options.compatibilityJSON === "v1" ? o === 1 ? "" : typeof o == "number" ? `_plural_${o.toString()}` : l() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? l() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
|
8476
8532
|
}
|
8477
8533
|
shouldUseIntlApi() {
|
8478
|
-
return !
|
8534
|
+
return !B3.includes(this.options.compatibilityJSON);
|
8479
8535
|
}
|
8480
8536
|
}
|
8481
8537
|
const P1 = function(i, e, t) {
|
8482
|
-
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l =
|
8538
|
+
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, l = y3(i, e, t);
|
8483
8539
|
return !l && o && v(t) && (l = M1(i, t, s), l === void 0 && (l = M1(e, t, s))), l;
|
8484
8540
|
}, x1 = (i) => i.replace(/\$/g, "$$$$");
|
8485
|
-
class
|
8541
|
+
class D3 {
|
8486
8542
|
constructor() {
|
8487
8543
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
8488
8544
|
this.logger = D.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
@@ -8511,7 +8567,7 @@ class W3 {
|
|
8511
8567
|
maxReplaces: _,
|
8512
8568
|
alwaysFormat: b
|
8513
8569
|
} = e.interpolation;
|
8514
|
-
this.escape = t !== void 0 ? t :
|
8570
|
+
this.escape = t !== void 0 ? t : _3, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = o !== void 0 ? o : !1, this.prefix = l ? Q(l) : c || "{{", this.suffix = r ? Q(r) : d || "}}", this.formatSeparator = g || ",", this.unescapePrefix = a ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : a || "", this.nestingPrefix = u ? Q(u) : p || Q("$t("), this.nestingSuffix = L ? Q(L) : y || Q(")"), this.nestingOptionsSeparator = f || ",", this.maxReplaces = _ || 1e3, this.alwaysFormat = b !== void 0 ? b : !1, this.resetRegExp();
|
8515
8571
|
}
|
8516
8572
|
reset() {
|
8517
8573
|
this.options && this.init(this.options);
|
@@ -8606,7 +8662,7 @@ class W3 {
|
|
8606
8662
|
return e;
|
8607
8663
|
}
|
8608
8664
|
}
|
8609
|
-
const
|
8665
|
+
const T3 = (i) => {
|
8610
8666
|
let e = i.toLowerCase().trim();
|
8611
8667
|
const t = {};
|
8612
8668
|
if (i.indexOf("(") > -1) {
|
@@ -8637,7 +8693,7 @@ const j3 = (i) => {
|
|
8637
8693
|
return r || (r = i(p1(s), o), e[c] = r), r(t);
|
8638
8694
|
};
|
8639
8695
|
};
|
8640
|
-
class
|
8696
|
+
class G3 {
|
8641
8697
|
constructor() {
|
8642
8698
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
8643
8699
|
this.logger = D.create("formatter"), this.options = e, this.formats = {
|
@@ -8697,7 +8753,7 @@ class D3 {
|
|
8697
8753
|
const {
|
8698
8754
|
formatName: g,
|
8699
8755
|
formatOptions: a
|
8700
|
-
} =
|
8756
|
+
} = T3(d);
|
8701
8757
|
if (this.formats[g]) {
|
8702
8758
|
let h = r;
|
8703
8759
|
try {
|
@@ -8717,10 +8773,10 @@ class D3 {
|
|
8717
8773
|
}, e);
|
8718
8774
|
}
|
8719
8775
|
}
|
8720
|
-
const
|
8776
|
+
const K3 = (i, e) => {
|
8721
8777
|
i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
|
8722
8778
|
};
|
8723
|
-
class
|
8779
|
+
class P3 extends k1 {
|
8724
8780
|
constructor(e, t, s) {
|
8725
8781
|
let o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
8726
8782
|
super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = o, this.logger = D.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = o.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = o.maxRetries >= 0 ? o.maxRetries : 5, this.retryTimeout = o.retryTimeout >= 1 ? o.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(s, o.backend, o);
|
@@ -8753,7 +8809,7 @@ class G3 extends k1 {
|
|
8753
8809
|
}), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
|
8754
8810
|
const r = {};
|
8755
8811
|
this.queue.forEach((d) => {
|
8756
|
-
|
8812
|
+
M3(d.loaded, [l], c), K3(d, e), t && d.errors.push(t), d.pendingCount === 0 && !d.done && (Object.keys(d.loaded).forEach((g) => {
|
8757
8813
|
r[g] || (r[g] = {});
|
8758
8814
|
const a = d.loaded[g];
|
8759
8815
|
a.length && a.forEach((h) => {
|
@@ -8855,7 +8911,7 @@ class G3 extends k1 {
|
|
8855
8911
|
}
|
8856
8912
|
}
|
8857
8913
|
}
|
8858
|
-
const
|
8914
|
+
const Y1 = () => ({
|
8859
8915
|
debug: !1,
|
8860
8916
|
initImmediate: !0,
|
8861
8917
|
ns: ["translation"],
|
@@ -8911,8 +8967,8 @@ const F1 = () => ({
|
|
8911
8967
|
maxReplaces: 1e3,
|
8912
8968
|
skipOnVariables: !0
|
8913
8969
|
}
|
8914
|
-
}),
|
8915
|
-
},
|
8970
|
+
}), F1 = (i) => (v(i.ns) && (i.ns = [i.ns]), v(i.fallbackLng) && (i.fallbackLng = [i.fallbackLng]), v(i.fallbackNS) && (i.fallbackNS = [i.fallbackNS]), i.supportedLngs && i.supportedLngs.indexOf("cimode") < 0 && (i.supportedLngs = i.supportedLngs.concat(["cimode"])), i), C1 = () => {
|
8971
|
+
}, Y3 = (i) => {
|
8916
8972
|
Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
|
8917
8973
|
typeof i[t] == "function" && (i[t] = i[t].bind(i));
|
8918
8974
|
});
|
@@ -8920,9 +8976,9 @@ const F1 = () => ({
|
|
8920
8976
|
class l1 extends k1 {
|
8921
8977
|
constructor() {
|
8922
8978
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
8923
|
-
if (super(), this.options =
|
8979
|
+
if (super(), this.options = F1(e), this.services = {}, this.logger = D, this.modules = {
|
8924
8980
|
external: []
|
8925
|
-
},
|
8981
|
+
}, Y3(this), t && !this.isInitialized && !e.isClone) {
|
8926
8982
|
if (!this.options.initImmediate)
|
8927
8983
|
return this.init(e, t), this;
|
8928
8984
|
setTimeout(() => {
|
@@ -8934,11 +8990,11 @@ class l1 extends k1 {
|
|
8934
8990
|
var e = this;
|
8935
8991
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, s = arguments.length > 1 ? arguments[1] : void 0;
|
8936
8992
|
this.isInitializing = !0, typeof t == "function" && (s = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (v(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
|
8937
|
-
const o =
|
8993
|
+
const o = Y1();
|
8938
8994
|
this.options = {
|
8939
8995
|
...o,
|
8940
8996
|
...this.options,
|
8941
|
-
...
|
8997
|
+
...F1(t)
|
8942
8998
|
}, this.options.compatibilityAPI !== "v1" && (this.options.interpolation = {
|
8943
8999
|
...o.interpolation,
|
8944
9000
|
...this.options.interpolation
|
@@ -8947,17 +9003,17 @@ class l1 extends k1 {
|
|
8947
9003
|
if (!this.options.isClone) {
|
8948
9004
|
this.modules.logger ? D.init(l(this.modules.logger), this.options) : D.init(null, this.options);
|
8949
9005
|
let a;
|
8950
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
9006
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = G3);
|
8951
9007
|
const h = new G1(this.options);
|
8952
9008
|
this.store = new D1(this.options.resources, this.options);
|
8953
9009
|
const u = this.services;
|
8954
|
-
u.logger = D, u.resourceStore = this.store, u.languageUtils = h, u.pluralResolver = new
|
9010
|
+
u.logger = D, u.resourceStore = this.store, u.languageUtils = h, u.pluralResolver = new j3(h, {
|
8955
9011
|
prepend: this.options.pluralSeparator,
|
8956
9012
|
compatibilityJSON: this.options.compatibilityJSON,
|
8957
9013
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
8958
|
-
}), a && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (u.formatter = l(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new
|
9014
|
+
}), a && (!this.options.interpolation.format || this.options.interpolation.format === o.interpolation.format) && (u.formatter = l(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new D3(this.options), u.utils = {
|
8959
9015
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
8960
|
-
}, u.backendConnector = new
|
9016
|
+
}, u.backendConnector = new P3(l(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(p) {
|
8961
9017
|
for (var L = arguments.length, y = new Array(L > 1 ? L - 1 : 0), f = 1; f < L; f++)
|
8962
9018
|
y[f - 1] = arguments[f];
|
8963
9019
|
e.emit(p, ...y);
|
@@ -9115,7 +9171,7 @@ class l1 extends k1 {
|
|
9115
9171
|
}
|
9116
9172
|
dir(e) {
|
9117
9173
|
if (e || (e = this.resolvedLanguage || (this.languages && this.languages.length > 0 ? this.languages[0] : this.language)), !e) return "rtl";
|
9118
|
-
const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], s = this.services && this.services.languageUtils || new G1(
|
9174
|
+
const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], s = this.services && this.services.languageUtils || new G1(Y1());
|
9119
9175
|
return t.indexOf(s.getLanguagePartFromCode(e)) > -1 || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
9120
9176
|
}
|
9121
9177
|
static createInstance() {
|
@@ -9171,7 +9227,7 @@ I.setDefaultNamespace;
|
|
9171
9227
|
I.hasLoadedNamespace;
|
9172
9228
|
I.loadNamespaces;
|
9173
9229
|
I.loadLanguages;
|
9174
|
-
function
|
9230
|
+
function F3() {
|
9175
9231
|
if (console && console.warn) {
|
9176
9232
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
9177
9233
|
e[t] = arguments[t];
|
@@ -9182,7 +9238,7 @@ const $1 = {};
|
|
9182
9238
|
function y1() {
|
9183
9239
|
for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
|
9184
9240
|
e[t] = arguments[t];
|
9185
|
-
z(e[0]) && $1[e[0]] || (z(e[0]) && ($1[e[0]] = /* @__PURE__ */ new Date()),
|
9241
|
+
z(e[0]) && $1[e[0]] || (z(e[0]) && ($1[e[0]] = /* @__PURE__ */ new Date()), F3(...e));
|
9186
9242
|
}
|
9187
9243
|
const oe = (i, e) => () => {
|
9188
9244
|
if (i.isInitialized)
|
@@ -9201,7 +9257,7 @@ const oe = (i, e) => () => {
|
|
9201
9257
|
z(t) && (t = [t]), t.forEach((o) => {
|
9202
9258
|
i.options.ns.indexOf(o) < 0 && i.options.ns.push(o);
|
9203
9259
|
}), i.loadLanguages(e, oe(i, s));
|
9204
|
-
},
|
9260
|
+
}, $3 = function(i, e) {
|
9205
9261
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
9206
9262
|
const s = e.languages[0], o = e.options ? e.options.fallbackLng : !1, l = e.languages[e.languages.length - 1];
|
9207
9263
|
if (s.toLowerCase() === "cimode") return !0;
|
@@ -9210,15 +9266,15 @@ const oe = (i, e) => () => {
|
|
9210
9266
|
return g === -1 || g === 2;
|
9211
9267
|
};
|
9212
9268
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!o || c(l, i)));
|
9213
|
-
},
|
9269
|
+
}, U3 = function(i, e) {
|
9214
9270
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
9215
9271
|
return !e.languages || !e.languages.length ? (y1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
|
9216
9272
|
lng: t.lng,
|
9217
9273
|
precheck: (o, l) => {
|
9218
9274
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !l(o.isLanguageChangingTo, i)) return !1;
|
9219
9275
|
}
|
9220
|
-
}) :
|
9221
|
-
}, z = (i) => typeof i == "string",
|
9276
|
+
}) : $3(i, e, t);
|
9277
|
+
}, z = (i) => typeof i == "string", z3 = (i) => typeof i == "object" && i !== null, J3 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, q3 = {
|
9222
9278
|
"&": "&",
|
9223
9279
|
"&": "&",
|
9224
9280
|
"<": "<",
|
@@ -9239,7 +9295,7 @@ const oe = (i, e) => () => {
|
|
9239
9295
|
"…": "…",
|
9240
9296
|
"/": "/",
|
9241
9297
|
"/": "/"
|
9242
|
-
},
|
9298
|
+
}, Q3 = (i) => q3[i], X3 = (i) => i.replace(J3, Q3);
|
9243
9299
|
let b1 = {
|
9244
9300
|
bindI18n: "languageChanged",
|
9245
9301
|
bindI18nStore: "",
|
@@ -9248,25 +9304,25 @@ let b1 = {
|
|
9248
9304
|
transWrapTextNodes: "",
|
9249
9305
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
9250
9306
|
useSuspense: !0,
|
9251
|
-
unescape:
|
9307
|
+
unescape: X3
|
9252
9308
|
};
|
9253
|
-
const
|
9309
|
+
const e0 = function() {
|
9254
9310
|
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
9255
9311
|
b1 = {
|
9256
9312
|
...b1,
|
9257
9313
|
...i
|
9258
9314
|
};
|
9259
|
-
},
|
9315
|
+
}, t0 = () => b1;
|
9260
9316
|
let ne;
|
9261
|
-
const
|
9317
|
+
const i0 = (i) => {
|
9262
9318
|
ne = i;
|
9263
|
-
},
|
9319
|
+
}, s0 = () => ne, o0 = {
|
9264
9320
|
type: "3rdParty",
|
9265
9321
|
init(i) {
|
9266
|
-
|
9322
|
+
e0(i.options.react), i0(i);
|
9267
9323
|
}
|
9268
|
-
},
|
9269
|
-
class
|
9324
|
+
}, n0 = e1();
|
9325
|
+
class r0 {
|
9270
9326
|
constructor() {
|
9271
9327
|
H1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
9272
9328
|
this.usedNamespaces = {};
|
@@ -9277,27 +9333,27 @@ class o0 {
|
|
9277
9333
|
});
|
9278
9334
|
}
|
9279
9335
|
}
|
9280
|
-
const
|
9336
|
+
const l0 = (i, e) => {
|
9281
9337
|
const t = a1();
|
9282
9338
|
return A(() => {
|
9283
9339
|
t.current = i;
|
9284
9340
|
}, [i, e]), t.current;
|
9285
|
-
}, re = (i, e, t, s) => i.getFixedT(e, t, s),
|
9341
|
+
}, re = (i, e, t, s) => i.getFixedT(e, t, s), a0 = (i, e, t, s) => j(re(i, e, t, s), [i, e, t, s]), h0 = function(i) {
|
9286
9342
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
9287
9343
|
const {
|
9288
9344
|
i18n: t
|
9289
9345
|
} = e, {
|
9290
9346
|
i18n: s,
|
9291
9347
|
defaultNS: o
|
9292
|
-
} = J(
|
9293
|
-
if (l && !l.reportNamespaces && (l.reportNamespaces = new
|
9348
|
+
} = J(n0) || {}, l = t || s || s0();
|
9349
|
+
if (l && !l.reportNamespaces && (l.reportNamespaces = new r0()), !l) {
|
9294
9350
|
y1("You will need to pass in an i18next instance by using initReactI18next");
|
9295
|
-
const w = (N, x) => z(x) ? x :
|
9351
|
+
const w = (N, x) => z(x) ? x : z3(x) && z(x.defaultValue) ? x.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, M = [w, {}, !1];
|
9296
9352
|
return M.t = w, M.i18n = {}, M.ready = !1, M;
|
9297
9353
|
}
|
9298
9354
|
l.options.react && l.options.react.wait !== void 0 && y1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
9299
9355
|
const c = {
|
9300
|
-
...
|
9356
|
+
...t0(),
|
9301
9357
|
...l.options.react,
|
9302
9358
|
...e
|
9303
9359
|
}, {
|
@@ -9306,10 +9362,10 @@ const n0 = (i, e) => {
|
|
9306
9362
|
} = c;
|
9307
9363
|
let g = i;
|
9308
9364
|
g = z(g) ? [g] : g || ["translation"], l.reportNamespaces.addUsedNamespaces && l.reportNamespaces.addUsedNamespaces(g);
|
9309
|
-
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((w) =>
|
9365
|
+
const a = (l.isInitialized || l.initializedStoreOnce) && g.every((w) => U3(w, l, c)), h = a0(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), u = () => h, p = () => re(l, e.lng || null, c.nsMode === "fallback" ? g : g[0], d), [L, y] = S(u);
|
9310
9366
|
let f = g.join();
|
9311
9367
|
e.lng && (f = `${e.lng}${f}`);
|
9312
|
-
const _ =
|
9368
|
+
const _ = l0(f), b = a1(!0);
|
9313
9369
|
A(() => {
|
9314
9370
|
const {
|
9315
9371
|
bindI18n: w,
|
@@ -9334,24 +9390,24 @@ const n0 = (i, e) => {
|
|
9334
9390
|
throw new Promise((w) => {
|
9335
9391
|
e.lng ? z1(l, e.lng, g, () => w()) : U1(l, g, () => w());
|
9336
9392
|
});
|
9337
|
-
},
|
9338
|
-
placeholder: a0
|
9339
|
-
}, c0 = "Страна", d0 = {
|
9393
|
+
}, c0 = "Country", d0 = {
|
9340
9394
|
placeholder: c0
|
9395
|
+
}, g0 = "Страна", C0 = {
|
9396
|
+
placeholder: g0
|
9341
9397
|
};
|
9342
|
-
I.use(
|
9398
|
+
I.use(o0).init({
|
9343
9399
|
defaultNS: "common",
|
9344
9400
|
lng: "en",
|
9345
9401
|
resources: {
|
9346
9402
|
en: {
|
9347
|
-
common:
|
9403
|
+
common: d0
|
9348
9404
|
},
|
9349
9405
|
ru: {
|
9350
|
-
common:
|
9406
|
+
common: C0
|
9351
9407
|
}
|
9352
9408
|
}
|
9353
9409
|
});
|
9354
|
-
const
|
9410
|
+
const v0 = m1(
|
9355
9411
|
({
|
9356
9412
|
width: i,
|
9357
9413
|
selectedCity: e,
|
@@ -9370,7 +9426,7 @@ const k0 = m1(
|
|
9370
9426
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
9371
9427
|
Please provide it via SNMTUiContext.`
|
9372
9428
|
);
|
9373
|
-
const { t: E } =
|
9429
|
+
const { t: E } = h0("common", { lng: _ }), w = j(async () => {
|
9374
9430
|
f(!0);
|
9375
9431
|
try {
|
9376
9432
|
const N = await b.post("v1/countries/search");
|
@@ -9407,7 +9463,7 @@ const k0 = m1(
|
|
9407
9463
|
N === null ? (s(""), t && t("")) : (s(N), t && t(""));
|
9408
9464
|
};
|
9409
9465
|
return /* @__PURE__ */ n("div", { className: "snmt-country-select", children: /* @__PURE__ */ n(
|
9410
|
-
|
9466
|
+
N3,
|
9411
9467
|
{
|
9412
9468
|
id: l,
|
9413
9469
|
width: i,
|
@@ -9426,5 +9482,5 @@ const k0 = m1(
|
|
9426
9482
|
}
|
9427
9483
|
);
|
9428
9484
|
export {
|
9429
|
-
|
9485
|
+
v0 as CountrySelect
|
9430
9486
|
};
|