@ledvance/group-ui-biz-bundle 1.0.141 → 1.0.143

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 (49) hide show
  1. package/package.json +1 -1
  2. package/src/modules/biorhythm/BiorhythmDetailPage.tsx +8 -2
  3. package/src/modules/biorhythm/BiorhythmPage.tsx +4 -4
  4. package/src/modules/biorhythm/IconSelect.tsx +92 -29
  5. package/src/modules/diyScene/DiySceneActions.ts +3 -0
  6. package/src/modules/diyScene/DiySceneEditorPage.tsx +1 -1
  7. package/src/modules/energyConsumption/EnergyConsumptionActions.ts +1 -1
  8. package/src/modules/energyConsumption/EnergyConsumptionChart/ChartSection.tsx +61 -69
  9. package/src/modules/energyConsumption/EnergyConsumptionChart/LandscapeView.tsx +1 -0
  10. package/src/modules/energyConsumption/EnergyConsumptionChart/styles.ts +8 -4
  11. package/src/modules/energyConsumption/EnergyConsumptionChart/useEnergyData.ts +4 -2
  12. package/src/modules/energyConsumption/component/DateSwitch.tsx +10 -8
  13. package/src/modules/energyConsumption/component/NewBarChart.tsx +23 -3
  14. package/src/modules/fixedTimeForPlug/FixedTimeForPlugDetailPage.tsx +1 -1
  15. package/src/modules/fixedTimeForPlug/ItemCard.tsx +2 -2
  16. package/src/modules/fixedTimeForPlug/Summary.tsx +1 -1
  17. package/src/modules/fixedTimingForLight/FixedTimingForLightDetailPage.tsx +1 -1
  18. package/src/modules/fixedTimingForLight/ItemCard.tsx +2 -2
  19. package/src/modules/fixedTimingForLight/Summary.tsx +1 -1
  20. package/src/modules/flags/FlagEditPage.tsx +2 -2
  21. package/src/modules/flags/FlagInfo.tsx +1180 -1174
  22. package/src/modules/flags/FlagItem.tsx +1 -1
  23. package/src/modules/lightMode/LightModePage.tsx +1 -1
  24. package/src/modules/mood/DynamicMoodEditorPage.tsx +2 -2
  25. package/src/modules/mood/MoodItem.tsx +2 -2
  26. package/src/modules/mood/RecommendMoodItem.tsx +1 -1
  27. package/src/modules/mood/StaticMoodEditorPage.tsx +2 -2
  28. package/src/modules/mood_new/DynamicMoodEditorPage.tsx +2 -2
  29. package/src/modules/mood_new/MixDynamicMoodEditor.tsx +2 -2
  30. package/src/modules/mood_new/MoodItem.tsx +2 -2
  31. package/src/modules/mood_new/RecommendMoodItem.tsx +1 -1
  32. package/src/modules/mood_new/StaticMoodEditorPage.tsx +1 -1
  33. package/src/modules/music/MusicPage.tsx +1 -1
  34. package/src/modules/overchargeSwitch/OverchargeSwitchPage.tsx +1 -1
  35. package/src/modules/powerOnBehavior/LightBehaviorPage.tsx +2 -2
  36. package/src/modules/randomTimeForPlug/ItemCard.tsx +2 -2
  37. package/src/modules/randomTimeForPlug/RandomTimeForPlugDetailPage.tsx +1 -1
  38. package/src/modules/randomTimeForPlug/Summary.tsx +1 -1
  39. package/src/modules/randomTimingForLight/ItemCard.tsx +2 -2
  40. package/src/modules/randomTimingForLight/RandomTimingForLightDetailPage.tsx +1 -1
  41. package/src/modules/randomTimingForLight/Summary.tsx +1 -1
  42. package/src/modules/remoteSwitch/RemoteSwitchPage.tsx +1 -1
  43. package/src/modules/select/SelectPage.tsx +3 -3
  44. package/src/modules/sleepWakeUp/SleepWakeUpDetailPage.tsx +1 -1
  45. package/src/modules/sleepWakeUp/SleepWakeUpPage.tsx +4 -4
  46. package/src/modules/timeSchedule/TimeScheduleDetailPage.tsx +1 -1
  47. package/src/modules/timeSchedule/components/ScheduleCard.tsx +3 -3
  48. package/src/modules/timeSchedule/components/Summary.tsx +1 -1
  49. package/src/modules/timer/TimerPage.tsx +3 -3
@@ -39,159 +39,161 @@ export const defFlagList: FlagUiInfo[] = [
39
39
  {
40
40
  id: 231,
41
41
  name: I18n.getLang('flag_leverkusen'),
42
- ...defFlagConfig,
43
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 60, s: 100, v: 100}]
42
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 60, s: 100, v: 100 }],
43
+ ...defFlagConfig
44
44
  },
45
45
  {
46
46
  id: 255,
47
47
  name: I18n.getLang('country_DE'),
48
48
  ...defFlagConfig,
49
- colors: [{h: 48, s: 100, v: 100},{h: 360, s: 100, v: 100},{h: 0, s: 0, v:0}],
49
+ colors: [{ h: 48, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }],
50
50
  },
51
51
  {
52
52
  id: 254,
53
53
  name: I18n.getLang('country_BE'),
54
54
  ...defFlagConfig,
55
- colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 100, v: 100}, {h: 0, s: 0, v: 0}]
55
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 48, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }]
56
56
  },
57
57
  {
58
58
  id: 253,
59
59
  name: I18n.getLang('country_FR'),
60
60
  ...defFlagConfig,
61
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 212, s: 100, v: 100}]
61
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 212, s: 100, v: 100 }]
62
62
  },
63
63
  {
64
64
  id: 252,
65
65
  name: I18n.getLang('country_PT'),
66
66
  ...defFlagConfig,
67
- colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 120, s: 100, v: 64}]
67
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 120, s: 100, v: 64 }]
68
68
  },
69
69
  {
70
70
  id: 251,
71
71
  name: I18n.getLang('country_scotland'),
72
72
  ...defFlagConfig,
73
- colors: [{h: 209, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 209, s: 100, v: 100}]
73
+ colors: [{ h: 209, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 209, s: 100, v: 100 }]
74
74
  },
75
75
  {
76
76
  id: 250,
77
77
  name: I18n.getLang('country_ES'),
78
78
  ...defFlagConfig,
79
- colors: [{h: 360, s: 100, v: 100}, {h: 47, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
79
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 47, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }]
80
80
  },
81
81
  {
82
82
  id: 249,
83
83
  name: I18n.getLang('country_TR'),
84
84
  ...defFlagConfig,
85
- colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
85
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
86
86
  },
87
87
  {
88
88
  id: 248,
89
89
  name: I18n.getLang('country_AT'),
90
90
  ...defFlagConfig,
91
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
91
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
92
92
  },
93
93
  {
94
94
  id: 247,
95
95
  name: I18n.getLang('country_england'),
96
96
  ...defFlagConfig,
97
- colors: [{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
97
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
98
98
  },
99
99
  {
100
100
  id: 246,
101
101
  name: I18n.getLang('country_HU'),
102
102
  ...defFlagConfig,
103
- colors: [{h: 120, s: 100, v: 64}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
103
+ colors: [{ h: 120, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
104
104
  },
105
105
  {
106
106
  id: 245,
107
107
  name: I18n.getLang('country_SK'),
108
108
  ...defFlagConfig,
109
- colors: [{h: 360, s: 100, v: 100}, {h: 213, s: 93, v: 100}, {h: 0, s: 0, v: 100}]
109
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 213, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
110
110
  },
111
111
  {
112
112
  id: 244,
113
113
  name: I18n.getLang('country_AL'),
114
114
  ...defFlagConfig,
115
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:0}, {h: 360, s: 100, v: 100}]
115
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 360, s: 100, v: 100 }]
116
116
  },
117
117
  {
118
118
  id: 243,
119
119
  name: I18n.getLang('country_DK'),
120
120
  ...defFlagConfig,
121
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}]
121
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
122
122
  },
123
123
  {
124
124
  id: 242,
125
125
  name: I18n.getLang('country_NL'),
126
126
  ...defFlagConfig,
127
- colors: [{h: 217, s: 100, v: 100}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}]
127
+ colors: [{ h: 217, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
128
128
  },
129
129
  {
130
130
  id: 241,
131
131
  name: I18n.getLang('country_RO'),
132
132
  ...defFlagConfig,
133
- colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 91, v: 100}, {h: 219, s: 100, v: 100}]
133
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 48, s: 91, v: 100 }, { h: 219, s: 100, v: 100 }]
134
134
  },
135
135
  {
136
136
  id: 240,
137
137
  name: I18n.getLang('country_CH'),
138
138
  ...defFlagConfig,
139
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
139
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
140
140
  },
141
141
  {
142
142
  id: 239,
143
143
  name: I18n.getLang('country_RS'),
144
144
  ...defFlagConfig,
145
- colors: [{h: 0, s: 0, v: 100}, {h: 210, s: 89, v: 100}, {h: 360, s: 100, v: 100}]
145
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 210, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }]
146
146
  },
147
147
  {
148
148
  id: 238,
149
149
  name: I18n.getLang('country_IT'),
150
150
  ...defFlagConfig,
151
- colors: [{h: 360, s: 100, v: 100}, {h: 212, s: 4, v: 100}, {h: 120, s: 100, v: 64}]
151
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 212, s: 4, v: 100 }, { h: 120, s: 100, v: 64 }]
152
152
  },
153
153
  {
154
154
  id: 237,
155
155
  name: I18n.getLang('country_CZ'),
156
156
  ...defFlagConfig,
157
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 211, s: 86, v: 100}]
157
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 211, s: 100, v: 100 }]
158
158
  },
159
159
  {
160
160
  id: 236,
161
161
  name: I18n.getLang('country_SI'),
162
162
  ...defFlagConfig,
163
- colors: [{h: 360, s: 100, v: 100}, {h: 217, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
163
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 217, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
164
164
  },
165
165
  {
166
166
  id: 235,
167
167
  name: I18n.getLang('country_HR'),
168
168
  ...defFlagConfig,
169
- colors: [{h: 220, s: 89, v: 100},{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
169
+ colors: [{ h: 220, s: 89, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
170
170
  },
171
171
  {
172
172
  id: 234,
173
173
  name: I18n.getLang('country_SE'),
174
174
  ...defFlagConfig,
175
- colors: [{h: 201, s: 100, v: 100}, {h: 48, s: 99, v: 100}, {h: 201, s: 100, v: 100}]
175
+ colors: [{ h: 201, s: 100, v: 100 }, { h: 48, s: 99, v: 100 }, { h: 201, s: 100, v: 100 }]
176
176
  },
177
177
  {
178
178
  id: 233,
179
179
  name: I18n.getLang('country_NO'),
180
180
  ...defFlagConfig,
181
- colors: [{h: 218, s: 100, v: 100},{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
181
+ colors: [{ h: 218, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
182
182
  },
183
183
  {
184
184
  id: 232,
185
185
  name: I18n.getLang('country_PL'),
186
186
  ...defFlagConfig,
187
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
187
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
188
188
  },
189
189
  {
190
190
  id: 230,
191
191
  name: I18n.getLang('country_UA'),
192
192
  ...defFlagConfig,
193
- colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
193
+ colors: [{ h: 50, s: 100, v: 100 }, { h: 211, s: 100, v: 100 }]
194
194
  },
195
+
196
+
195
197
  {
196
198
  id: 229,
197
199
  name: I18n.getLang('country_gb'),
@@ -609,1151 +611,1155 @@ export const defFlagList: FlagUiInfo[] = [
609
611
  ]
610
612
 
611
613
  export const def2Pids = ['k588eygmfkdzmpzm']
614
+ // 统一使用与设备相同的数据
615
+ export const def2FlagList: FlagUiInfo[] = defFlagList
612
616
  // k588eygmfkdzmpzm
613
- export const def2FlagList: FlagUiInfo[] = [
614
- {
615
- id: 231,
616
- name: I18n.getLang('flag_leverkusen'),
617
- ...defFlagConfig,
618
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 60, s: 100, v: 100}]
619
- },
620
- {
621
- id: 255,
622
- name: I18n.getLang('country_DE'),
623
- ...defFlagConfig,
624
- colors: [{h: 48, s: 100, v: 100},{h: 360, s: 100, v: 100},{h: 0, s: 85, v: 46},{h: 0, s: 0, v:0}],
625
- },
626
- {
627
- id: 254,
628
- name: I18n.getLang('country_BE'),
629
- ...defFlagConfig,
630
- colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 100, v: 100}, {h: 48, s: 99, v: 58}, {h: 0, s: 0, v: 0}]
631
- },
632
- {
633
- id: 253,
634
- name: I18n.getLang('country_FR'),
635
- ...defFlagConfig,
636
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 212, s: 100, v: 100}]
637
- },
638
- {
639
- id: 252,
640
- name: I18n.getLang('country_PT'),
641
- ...defFlagConfig,
642
- colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 120, s: 100, v: 64}]
643
- },
644
- {
645
- id: 251,
646
- name: I18n.getLang('country_scotland'),
647
- ...defFlagConfig,
648
- colors: [{h: 209, s: 86, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 209, s: 86, v: 100}]
649
- },
650
- {
651
- id: 250,
652
- name: I18n.getLang('country_ES'),
653
- ...defFlagConfig,
654
- colors: [{h: 360, s: 100, v: 100}, {h: 47, s: 100, v: 100}, {h: 47, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
655
- },
656
- {
657
- id: 249,
658
- name: I18n.getLang('country_TR'),
659
- ...defFlagConfig,
660
- colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
661
- },
662
- {
663
- id: 248,
664
- name: I18n.getLang('country_AT'),
665
- ...defFlagConfig,
666
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
667
- },
668
- {
669
- id: 247,
670
- name: I18n.getLang('country_england'),
671
- ...defFlagConfig,
672
- colors: [{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}]
673
- },
674
- {
675
- id: 246,
676
- name: I18n.getLang('country_HU'),
677
- ...defFlagConfig,
678
- colors: [{h: 120, s: 100, v: 64}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100},{h: 360, s: 100, v: 100}]
679
- },
680
- {
681
- id: 245,
682
- name: I18n.getLang('country_SK'),
683
- ...defFlagConfig,
684
- colors: [{h: 360, s: 100, v: 100}, {h: 213, s: 93, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}]
685
- },
686
- {
687
- id: 244,
688
- name: I18n.getLang('country_AL'),
689
- ...defFlagConfig,
690
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:0}, {h: 0, s: 0, v:0}, {h: 360, s: 100, v: 100}]
691
- },
692
- {
693
- id: 243,
694
- name: I18n.getLang('country_DK'),
695
- ...defFlagConfig,
696
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:100}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}]
697
- },
698
- {
699
- id: 242,
700
- name: I18n.getLang('country_NL'),
701
- ...defFlagConfig,
702
- colors: [{h: 217, s: 100, v: 100}, {h: 0, s: 0, v:100}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}]
703
- },
704
- {
705
- id: 241,
706
- name: I18n.getLang('country_RO'),
707
- ...defFlagConfig,
708
- colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 91, v: 100}, {h: 219, s: 100, v: 100}]
709
- },
710
- {
711
- id: 240,
712
- name: I18n.getLang('country_CH'),
713
- ...defFlagConfig,
714
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
715
- },
716
- {
717
- id: 239,
718
- name: I18n.getLang('country_RS'),
719
- ...defFlagConfig,
720
- colors: [{h: 360, s: 100, v: 100}, {h: 231, s: 100, v: 100}, {h: 0, s: 0, v: 100},{h: 0, s: 0, v: 100}]
721
- },
722
- {
723
- id: 238,
724
- name: I18n.getLang('country_IT'),
725
- ...defFlagConfig,
726
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100},{h: 0, s: 0, v: 100}, {h: 120, s: 100, v: 64}]
727
- },
728
- {
729
- id: 237,
730
- name: I18n.getLang('country_CZ'),
731
- ...defFlagConfig,
732
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 211, s: 99, v: 100}]
733
- },
734
- {
735
- id: 236,
736
- name: I18n.getLang('country_SI'),
737
- ...defFlagConfig,
738
- colors: [{h: 360, s: 100, v: 100}, {h: 217, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}]
739
- },
740
- {
741
- id: 235,
742
- name: I18n.getLang('country_HR'),
743
- ...defFlagConfig,
744
- colors: [{h: 231, s: 100, v: 100}, {h: 0, s: 0, v: 100},{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
745
- },
746
- {
747
- id: 234,
748
- name: I18n.getLang('country_SE'),
749
- ...defFlagConfig,
750
- colors: [{h: 201, s: 100, v: 100}, {h: 48, s: 99, v: 100},{h: 48, s: 99, v: 100}, {h: 201, s: 100, v: 100}]
751
- },
752
- {
753
- id: 233,
754
- name: I18n.getLang('country_NO'),
755
- ...defFlagConfig,
756
- colors: [{h: 231, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
757
- },
758
- {
759
- id: 232,
760
- name: I18n.getLang('country_PL'),
761
- ...defFlagConfig,
762
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
763
- },
764
- {
765
- id: 230,
766
- name: I18n.getLang('country_UA'),
767
- ...defFlagConfig,
768
- colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
769
- },
770
- {
771
- id: 229,
772
- name: I18n.getLang('country_gb'),
773
- ...defFlagConfig,
774
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 }],
775
- },
776
- {
777
- id: 228,
778
- name: I18n.getLang('country_IE'),
779
- ...defFlagConfig,
780
- colors: [{ h: 45, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 }],
781
- },
782
- {
783
- id: 227,
784
- name: I18n.getLang('country_IL'),
785
- ...defFlagConfig,
786
- colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 }],
787
- },
788
- {
789
- id: 226,
790
- name: I18n.getLang('country_US'),
791
- ...defFlagConfig,
792
- colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }],
793
- },
794
- {
795
- id: 225,
796
- name: I18n.getLang('country_CA'),
797
- ...defFlagConfig,
798
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
799
- },
800
- {
801
- id: 224,
802
- name: I18n.getLang('country_MX'),
803
- ...defFlagConfig,
804
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
805
- },
806
- {
807
- id: 223,
808
- name: I18n.getLang('country_SA'),
809
- ...defFlagConfig,
810
- colors: [{ h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
811
- },
812
- {
813
- id: 222,
814
- name: I18n.getLang('country_AE'),
815
- ...defFlagConfig,
816
- colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 }, { h: 0, s: 100, v: 100 },],
817
- },
818
- {
819
- id: 221,
820
- name: I18n.getLang('country_AU'),
821
- ...defFlagConfig,
822
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 199, s: 84, v: 100 },],
823
- },
824
- {
825
- id: 220,
826
- name: I18n.getLang('country_JP'),
827
- ...defFlagConfig,
828
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }],
829
- },
830
- {
831
- id: 219,
832
- name: I18n.getLang('country_BR'),
833
- ...defFlagConfig,
834
- colors: [{ h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
835
- },
836
- {
837
- id: 218,
838
- name: I18n.getLang('country_AR'),
839
- ...defFlagConfig,
840
- colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 },],
841
- },
842
- {
843
- id: 217,
844
- name: I18n.getLang('country_AF'),
845
- ...defFlagConfig,
846
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
847
- },
848
- {
849
- id: 216,
850
- name: I18n.getLang('country_EG'),
851
- ...defFlagConfig,
852
- colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
853
- },
854
- {
855
- id: 215,
856
- name: I18n.getLang('country_ET'),
857
- ...defFlagConfig,
858
- colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
859
- },
860
- {
861
- id: 214,
862
- name: I18n.getLang('country_BB'),
863
- ...defFlagConfig,
864
- colors: [{ h: 220, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
865
- },
866
- {
867
- id: 213,
868
- name: I18n.getLang('country_BO'),
869
- ...defFlagConfig,
870
- colors: [{ h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
871
- },
872
- {
873
- id: 212,
874
- name: I18n.getLang('country_CN'),
875
- ...defFlagConfig,
876
- colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
877
- },
878
- {
879
- id: 211,
880
- name: I18n.getLang('country_EC'),
881
- ...defFlagConfig,
882
- colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
883
- },
884
- {
885
- id: 210,
886
- name: I18n.getLang('country_SV'),
887
- ...defFlagConfig,
888
- colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
889
- },
890
- {
891
- id: 209,
892
- name: I18n.getLang('country_CI'),
893
- ...defFlagConfig,
894
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
895
- },
896
- {
897
- id: 208,
898
- name: I18n.getLang('country_GH'),
899
- ...defFlagConfig,
900
- colors: [{ h: 128, s: 77, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
901
- },
902
- {
903
- id: 207,
904
- name: I18n.getLang('country_GL'),
905
- ...defFlagConfig,
906
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
907
- },
908
- {
909
- id: 206,
910
- name: I18n.getLang('country_GT'),
911
- ...defFlagConfig,
912
- colors: [{ h: 0, s: 0, v: 100 }, { h: 196, s: 100, v: 100 },],
913
- },
914
- {
915
- id: 205,
916
- name: I18n.getLang('country_HK'),
917
- ...defFlagConfig,
918
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
919
- },
920
- {
921
- id: 204,
922
- name: I18n.getLang('country_IN'),
923
- ...defFlagConfig,
924
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
925
- },
926
- {
927
- id: 203,
928
- name: I18n.getLang('country_ID'),
929
- ...defFlagConfig,
930
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
931
- },
932
- {
933
- id: 202,
934
- name: I18n.getLang('country_ir'),
935
- ...defFlagConfig,
936
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
937
- },
938
- {
939
- id: 201,
940
- name: I18n.getLang('country_IS'),
941
- ...defFlagConfig,
942
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 },],
943
- },
944
- {
945
- id: 200,
946
- name: I18n.getLang('country_JM'),
947
- ...defFlagConfig,
948
- colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 },],
949
- },
950
- {
951
- id: 199,
952
- name: I18n.getLang('country_CY'),
953
- ...defFlagConfig,
954
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
955
- },
956
- {
957
- id: 198,
958
- name: I18n.getLang('country_QA'),
959
- ...defFlagConfig,
960
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
961
- },
962
- {
963
- id: 197,
964
- name: I18n.getLang('country_KE'),
965
- ...defFlagConfig,
966
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
967
- },
968
- {
969
- id: 196,
970
- name: I18n.getLang('country_CO'),
971
- ...defFlagConfig,
972
- colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
973
- },
974
- {
975
- id: 195,
976
- name: I18n.getLang('country_CG'),
977
- ...defFlagConfig,
978
- colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
979
- },
980
- {
981
- id: 194,
982
- name: I18n.getLang('country_cu'),
983
- ...defFlagConfig,
984
- colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
985
- },
986
- {
987
- id: 193,
988
- name: I18n.getLang('country_LV'),
989
- ...defFlagConfig,
990
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
991
- },
992
- {
993
- id: 192,
994
- name: I18n.getLang('country_LY'),
995
- ...defFlagConfig,
996
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
997
- },
998
- {
999
- id: 191,
1000
- name: I18n.getLang('country_LT'),
1001
- ...defFlagConfig,
1002
- colors: [{ h: 0, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 },],
1003
- },
1004
- {
1005
- id: 190,
1006
- name: I18n.getLang('country_LU'),
1007
- ...defFlagConfig,
1008
- colors: [{ h: 196, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1009
- },
1010
- {
1011
- id: 189,
1012
- name: I18n.getLang('country_MG'),
1013
- ...defFlagConfig,
1014
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1015
- },
1016
- {
1017
- id: 188,
1018
- name: I18n.getLang('country_MT'),
1019
- ...defFlagConfig,
1020
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1021
- },
1022
- {
1023
- id: 187,
1024
- name: I18n.getLang('country_MA'),
1025
- ...defFlagConfig,
1026
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 },],
1027
- },
1028
- {
1029
- id: 186,
1030
- name: I18n.getLang('country_VN'),
1031
- ...defFlagConfig,
1032
- colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1033
- },
1034
- {
1035
- id: 185,
1036
- name: I18n.getLang('country_NA'),
1037
- ...defFlagConfig,
1038
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1039
- },
1040
- {
1041
- id: 184,
1042
- name: I18n.getLang('country_NZ'),
1043
- ...defFlagConfig,
1044
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1045
- },
1046
- {
1047
- id: 183,
1048
- name: I18n.getLang('country_NG'),
1049
- ...defFlagConfig,
1050
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
1051
- },
1052
- {
1053
- id: 182,
1054
- name: I18n.getLang('country_PK'),
1055
- ...defFlagConfig,
1056
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
1057
- },
1058
- {
1059
- id: 181,
1060
- name: I18n.getLang('country_PS'),
1061
- ...defFlagConfig,
1062
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
1063
- },
1064
- {
1065
- id: 180,
1066
- name: I18n.getLang('country_PY'),
1067
- ...defFlagConfig,
1068
- colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1069
- },
1070
- {
1071
- id: 179,
1072
- name: I18n.getLang('country_pe'),
1073
- ...defFlagConfig,
1074
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1075
- },
1076
- {
1077
- id: 178,
1078
- name: I18n.getLang('country_PH'),
1079
- ...defFlagConfig,
1080
- colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1081
- },
1082
- {
1083
- id: 177,
1084
- name: I18n.getLang('country_PR'),
1085
- ...defFlagConfig,
1086
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1087
- },
1088
- {
1089
- id: 176,
1090
- name: I18n.getLang('country_RU'),
1091
- ...defFlagConfig,
1092
- colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1093
- },
1094
- {
1095
- id: 175,
1096
- name: I18n.getLang('country_ZA'),
1097
- ...defFlagConfig,
1098
- colors: [{ h: 0, s: 0, v: 0 },{ h: 60, s: 100, v: 100 },{ h: 205, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1099
- },
1100
- {
1101
- id: 174,
1102
- name: I18n.getLang('country_sy'),
1103
- ...defFlagConfig,
1104
- colors: [{ h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1105
- },
1106
- {
1107
- id: 173,
1108
- name: I18n.getLang('country_TH'),
1109
- ...defFlagConfig,
1110
- colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1111
- },
1112
- {
1113
- id: 172,
1114
- name: I18n.getLang('country_TN'),
1115
- ...defFlagConfig,
1116
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1117
- },
1118
- {
1119
- id: 171,
1120
- name: I18n.getLang('country_UG'),
1121
- ...defFlagConfig,
1122
- colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
1123
- },
1124
- {
1125
- id: 170,
1126
- name: I18n.getLang('country_UY'),
1127
- ...defFlagConfig,
1128
- colors: [{ h: 20, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1129
- },
1130
- {
1131
- id: 169,
1132
- name: I18n.getLang('country_VE'),
1133
- ...defFlagConfig,
1134
- colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 60, s: 100, v: 100 },],
1135
- },
1136
- {
1137
- id: 168,
1138
- name: I18n.getLang('country_JO'),
1139
- ...defFlagConfig,
1140
- colors: [{"h":150,"s":100,"v":48}, {"h":0,"s":0,"v":100}, {"h":0,"s":0,"v":0},{"h":353,"s":92,"v":81}],
1141
- },
1142
- {
1143
- id: 167,
1144
- name: I18n.getLang('country_CV'),
1145
- ...defFlagConfig,
1146
- colors: [{"h":49,"s":100,"v":100}, {"h":356,"s":79,"v":94}, {"h":0,"s":0,"v":100},{"h":218,"s":100,"v":65}],
1147
- },
1148
- {
1149
- id: 166,
1150
- name: I18n.getLang('country_PA'),
1151
- ...defFlagConfig,
1152
- colors: [{"h":219,"s":92,"v":34}, {"h":0,"s":0,"v":100}, {"h":358,"s":92,"v":85}],
1153
- },
1154
- {
1155
- id: 165,
1156
- name: I18n.getLang('country_northern_ireland'),
1157
- ...defFlagConfig,
1158
- colors: [{"h":0,"s":0,"v":100}, {"h":0,"s":100,"v":82}, {"h":0,"s":0,"v":100}],
1159
- },
1160
- {
1161
- id: 164,
1162
- name: I18n.getLang('country_wales'),
1163
- ...defFlagConfig,
1164
- colors: [{"h":142,"s":100,"v":69}, {"h":350,"s":92,"v":78}, {"h":0,"s":0,"v":100}],
1165
- },
1166
- {
1167
- id: 163,
1168
- name: I18n.getLang('country_BA'),
1169
- ...defFlagConfig,
1170
- colors: [{"h":0,"s":0,"v":100}, {"h":214,"s":100,"v":42}, {"h":48,"s":100,"v":100}],
1171
- },
1172
- {
1173
- id: 162,
1174
- name: I18n.getLang('country_north_macedonia'),
1175
- ...defFlagConfig,
1176
- colors: [{"h":56,"s":81,"v":97}, {"h":358,"s":85,"v":85}],
1177
- },
1178
- {
1179
- id: 161,
1180
- name: I18n.getLang('country_werder_bremen'),
1181
- ...defFlagConfig,
1182
- colors: [{"h":0,"s":0,"v":100}, {"h":160,"s":80,"v":34}],
1183
- },
1184
- ]
1185
-
1186
- export const def3Pids = ['uzoammz8zm0onv1i', '85bmfxhxpmwj7exf']
1187
- // uzoammz8zm0onv1i 85bmfxhxpmwj7exf
1188
- export const def3FlagList: FlagUiInfo[] = [
1189
- {
1190
- id: 231,
1191
- name: I18n.getLang('flag_leverkusen'),
1192
- ...defFlagConfig,
1193
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 60, s: 100, v: 100}]
1194
- },
1195
- {
1196
- id: 255,
1197
- name: I18n.getLang('country_DE'),
1198
- ...defFlagConfig,
1199
- colors: [{h: 48, s: 100, v: 100},{h: 360, s: 100, v: 100},{h: 0, s: 0, v:0}],
1200
- },
1201
- {
1202
- id: 254,
1203
- name: I18n.getLang('country_BE'),
1204
- ...defFlagConfig,
1205
- colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 100, v: 100}, {h: 0, s: 0, v: 0}]
1206
- },
1207
- {
1208
- id: 253,
1209
- name: I18n.getLang('country_FR'),
1210
- ...defFlagConfig,
1211
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 212, s: 100, v: 100}]
1212
- },
1213
- {
1214
- id: 252,
1215
- name: I18n.getLang('country_PT'),
1216
- ...defFlagConfig,
1217
- colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 120, s: 100, v: 64}]
1218
- },
1219
- {
1220
- id: 251,
1221
- name: I18n.getLang('country_scotland'),
1222
- ...defFlagConfig,
1223
- colors: [{h: 209, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 209, s: 100, v: 100}]
1224
- },
1225
- {
1226
- id: 250,
1227
- name: I18n.getLang('country_ES'),
1228
- ...defFlagConfig,
1229
- colors: [{h: 360, s: 100, v: 100}, {h: 47, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
1230
- },
1231
- {
1232
- id: 249,
1233
- name: I18n.getLang('country_TR'),
1234
- ...defFlagConfig,
1235
- colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
1236
- },
1237
- {
1238
- id: 248,
1239
- name: I18n.getLang('country_AT'),
1240
- ...defFlagConfig,
1241
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1242
- },
1243
- {
1244
- id: 247,
1245
- name: I18n.getLang('country_england'),
1246
- ...defFlagConfig,
1247
- colors: [{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
1248
- },
1249
- {
1250
- id: 246,
1251
- name: I18n.getLang('country_HU'),
1252
- ...defFlagConfig,
1253
- colors: [{h: 120, s: 100, v: 64}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1254
- },
1255
- {
1256
- id: 245,
1257
- name: I18n.getLang('country_SK'),
1258
- ...defFlagConfig,
1259
- colors: [{h: 360, s: 100, v: 100}, {h: 213, s: 100, v: 84}, {h: 0, s: 0, v: 100}]
1260
- },
1261
- {
1262
- id: 244,
1263
- name: I18n.getLang('country_AL'),
1264
- ...defFlagConfig,
1265
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:0}, {h: 360, s: 100, v: 100}]
1266
- },
1267
- {
1268
- id: 243,
1269
- name: I18n.getLang('country_DK'),
1270
- ...defFlagConfig,
1271
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v:100}]
1272
- },
1273
- {
1274
- id: 242,
1275
- name: I18n.getLang('country_NL'),
1276
- ...defFlagConfig,
1277
- colors: [{h: 217, s: 100, v: 77}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}]
1278
- },
1279
- {
1280
- id: 241,
1281
- name: I18n.getLang('country_RO'),
1282
- ...defFlagConfig,
1283
- colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 91, v: 100}, {h: 219, s: 100, v: 100}]
1284
- },
1285
- {
1286
- id: 240,
1287
- name: I18n.getLang('country_CH'),
1288
- ...defFlagConfig,
1289
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1290
- },
1291
- {
1292
- id: 239,
1293
- name: I18n.getLang('country_RS'),
1294
- ...defFlagConfig,
1295
- colors: [{h: 0, s: 0, v: 100}, {h: 210, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
1296
- },
1297
- {
1298
- id: 238,
1299
- name: I18n.getLang('country_IT'),
1300
- ...defFlagConfig,
1301
- colors: [{h: 360, s: 100, v: 100}, {h: 212, s: 4, v: 100}, {h: 120, s: 100, v: 64}]
1302
- },
1303
- {
1304
- id: 237,
1305
- name: I18n.getLang('country_CZ'),
1306
- ...defFlagConfig,
1307
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 211, s: 100, v: 100}]
1308
- },
1309
- {
1310
- id: 236,
1311
- name: I18n.getLang('country_SI'),
1312
- ...defFlagConfig,
1313
- colors: [{h: 360, s: 100, v: 100}, {h: 217, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
1314
- },
1315
- {
1316
- id: 235,
1317
- name: I18n.getLang('country_HR'),
1318
- ...defFlagConfig,
1319
- colors: [{h: 220, s: 89, v: 100},{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1320
- },
1321
- {
1322
- id: 234,
1323
- name: I18n.getLang('country_SE'),
1324
- ...defFlagConfig,
1325
- colors: [{h: 201, s: 100, v: 100}, {h: 48, s: 99, v: 100}, {h: 201, s: 100, v: 100}]
1326
- },
1327
- {
1328
- id: 233,
1329
- name: I18n.getLang('country_NO'),
1330
- ...defFlagConfig,
1331
- colors: [{h: 218, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1332
- },
1333
- {
1334
- id: 232,
1335
- name: I18n.getLang('country_PL'),
1336
- ...defFlagConfig,
1337
- colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
1338
- },
1339
- {
1340
- id: 230,
1341
- name: I18n.getLang('country_UA'),
1342
- ...defFlagConfig,
1343
- colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
1344
- },
1345
- {
1346
- id: 229,
1347
- name: I18n.getLang('country_gb'),
1348
- ...defFlagConfig,
1349
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 }],
1350
- },
1351
- {
1352
- id: 228,
1353
- name: I18n.getLang('country_IE'),
1354
- ...defFlagConfig,
1355
- colors: [{ h: 45, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 }],
1356
- },
1357
- {
1358
- id: 227,
1359
- name: I18n.getLang('country_IL'),
1360
- ...defFlagConfig,
1361
- colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 }],
1362
- },
1363
- {
1364
- id: 226,
1365
- name: I18n.getLang('country_US'),
1366
- ...defFlagConfig,
1367
- colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }],
1368
- },
1369
- {
1370
- id: 225,
1371
- name: I18n.getLang('country_CA'),
1372
- ...defFlagConfig,
1373
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1374
- },
1375
- {
1376
- id: 224,
1377
- name: I18n.getLang('country_MX'),
1378
- ...defFlagConfig,
1379
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
1380
- },
1381
- {
1382
- id: 223,
1383
- name: I18n.getLang('country_SA'),
1384
- ...defFlagConfig,
1385
- colors: [{ h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
1386
- },
1387
- {
1388
- id: 222,
1389
- name: I18n.getLang('country_AE'),
1390
- ...defFlagConfig,
1391
- colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 }, { h: 0, s: 100, v: 100 },],
1392
- },
1393
- {
1394
- id: 221,
1395
- name: I18n.getLang('country_AU'),
1396
- ...defFlagConfig,
1397
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 199, s: 84, v: 100 },],
1398
- },
1399
- {
1400
- id: 220,
1401
- name: I18n.getLang('country_JP'),
1402
- ...defFlagConfig,
1403
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }],
1404
- },
1405
- {
1406
- id: 219,
1407
- name: I18n.getLang('country_BR'),
1408
- ...defFlagConfig,
1409
- colors: [{ h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
1410
- },
1411
- {
1412
- id: 218,
1413
- name: I18n.getLang('country_AR'),
1414
- ...defFlagConfig,
1415
- colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 },],
1416
- },
1417
- {
1418
- id: 217,
1419
- name: I18n.getLang('country_AF'),
1420
- ...defFlagConfig,
1421
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
1422
- },
1423
- {
1424
- id: 216,
1425
- name: I18n.getLang('country_EG'),
1426
- ...defFlagConfig,
1427
- colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1428
- },
1429
- {
1430
- id: 215,
1431
- name: I18n.getLang('country_ET'),
1432
- ...defFlagConfig,
1433
- colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
1434
- },
1435
- {
1436
- id: 214,
1437
- name: I18n.getLang('country_BB'),
1438
- ...defFlagConfig,
1439
- colors: [{ h: 220, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1440
- },
1441
- {
1442
- id: 213,
1443
- name: I18n.getLang('country_BO'),
1444
- ...defFlagConfig,
1445
- colors: [{ h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1446
- },
1447
- {
1448
- id: 212,
1449
- name: I18n.getLang('country_CN'),
1450
- ...defFlagConfig,
1451
- colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1452
- },
1453
- {
1454
- id: 211,
1455
- name: I18n.getLang('country_EC'),
1456
- ...defFlagConfig,
1457
- colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
1458
- },
1459
- {
1460
- id: 210,
1461
- name: I18n.getLang('country_SV'),
1462
- ...defFlagConfig,
1463
- colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1464
- },
1465
- {
1466
- id: 209,
1467
- name: I18n.getLang('country_CI'),
1468
- ...defFlagConfig,
1469
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
1470
- },
1471
- {
1472
- id: 208,
1473
- name: I18n.getLang('country_GH'),
1474
- ...defFlagConfig,
1475
- colors: [{ h: 128, s: 77, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1476
- },
1477
- {
1478
- id: 207,
1479
- name: I18n.getLang('country_GL'),
1480
- ...defFlagConfig,
1481
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1482
- },
1483
- {
1484
- id: 206,
1485
- name: I18n.getLang('country_GT'),
1486
- ...defFlagConfig,
1487
- colors: [{ h: 0, s: 0, v: 100 }, { h: 196, s: 100, v: 100 },],
1488
- },
1489
- {
1490
- id: 205,
1491
- name: I18n.getLang('country_HK'),
1492
- ...defFlagConfig,
1493
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1494
- },
1495
- {
1496
- id: 204,
1497
- name: I18n.getLang('country_IN'),
1498
- ...defFlagConfig,
1499
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
1500
- },
1501
- {
1502
- id: 203,
1503
- name: I18n.getLang('country_ID'),
1504
- ...defFlagConfig,
1505
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1506
- },
1507
- {
1508
- id: 202,
1509
- name: I18n.getLang('country_ir'),
1510
- ...defFlagConfig,
1511
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
1512
- },
1513
- {
1514
- id: 201,
1515
- name: I18n.getLang('country_IS'),
1516
- ...defFlagConfig,
1517
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 },],
1518
- },
1519
- {
1520
- id: 200,
1521
- name: I18n.getLang('country_JM'),
1522
- ...defFlagConfig,
1523
- colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 },],
1524
- },
1525
- {
1526
- id: 199,
1527
- name: I18n.getLang('country_CY'),
1528
- ...defFlagConfig,
1529
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
1530
- },
1531
- {
1532
- id: 198,
1533
- name: I18n.getLang('country_QA'),
1534
- ...defFlagConfig,
1535
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1536
- },
1537
- {
1538
- id: 197,
1539
- name: I18n.getLang('country_KE'),
1540
- ...defFlagConfig,
1541
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
1542
- },
1543
- {
1544
- id: 196,
1545
- name: I18n.getLang('country_CO'),
1546
- ...defFlagConfig,
1547
- colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
1548
- },
1549
- {
1550
- id: 195,
1551
- name: I18n.getLang('country_CG'),
1552
- ...defFlagConfig,
1553
- colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
1554
- },
1555
- {
1556
- id: 194,
1557
- name: I18n.getLang('country_cu'),
1558
- ...defFlagConfig,
1559
- colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1560
- },
1561
- {
1562
- id: 193,
1563
- name: I18n.getLang('country_LV'),
1564
- ...defFlagConfig,
1565
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1566
- },
1567
- {
1568
- id: 192,
1569
- name: I18n.getLang('country_LY'),
1570
- ...defFlagConfig,
1571
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
1572
- },
1573
- {
1574
- id: 191,
1575
- name: I18n.getLang('country_LT'),
1576
- ...defFlagConfig,
1577
- colors: [{ h: 0, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 },],
1578
- },
1579
- {
1580
- id: 190,
1581
- name: I18n.getLang('country_LU'),
1582
- ...defFlagConfig,
1583
- colors: [{ h: 196, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1584
- },
1585
- {
1586
- id: 189,
1587
- name: I18n.getLang('country_MG'),
1588
- ...defFlagConfig,
1589
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1590
- },
1591
- {
1592
- id: 188,
1593
- name: I18n.getLang('country_MT'),
1594
- ...defFlagConfig,
1595
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1596
- },
1597
- {
1598
- id: 187,
1599
- name: I18n.getLang('country_MA'),
1600
- ...defFlagConfig,
1601
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 },],
1602
- },
1603
- {
1604
- id: 186,
1605
- name: I18n.getLang('country_VN'),
1606
- ...defFlagConfig,
1607
- colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1608
- },
1609
- {
1610
- id: 185,
1611
- name: I18n.getLang('country_NA'),
1612
- ...defFlagConfig,
1613
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1614
- },
1615
- {
1616
- id: 184,
1617
- name: I18n.getLang('country_NZ'),
1618
- ...defFlagConfig,
1619
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1620
- },
1621
- {
1622
- id: 183,
1623
- name: I18n.getLang('country_NG'),
1624
- ...defFlagConfig,
1625
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
1626
- },
1627
- {
1628
- id: 182,
1629
- name: I18n.getLang('country_PK'),
1630
- ...defFlagConfig,
1631
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
1632
- },
1633
- {
1634
- id: 181,
1635
- name: I18n.getLang('country_PS'),
1636
- ...defFlagConfig,
1637
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
1638
- },
1639
- {
1640
- id: 180,
1641
- name: I18n.getLang('country_PY'),
1642
- ...defFlagConfig,
1643
- colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1644
- },
1645
- {
1646
- id: 179,
1647
- name: I18n.getLang('country_pe'),
1648
- ...defFlagConfig,
1649
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1650
- },
1651
- {
1652
- id: 178,
1653
- name: I18n.getLang('country_PH'),
1654
- ...defFlagConfig,
1655
- colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1656
- },
1657
- {
1658
- id: 177,
1659
- name: I18n.getLang('country_PR'),
1660
- ...defFlagConfig,
1661
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1662
- },
1663
- {
1664
- id: 176,
1665
- name: I18n.getLang('country_RU'),
1666
- ...defFlagConfig,
1667
- colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1668
- },
1669
- {
1670
- id: 175,
1671
- name: I18n.getLang('country_ZA'),
1672
- ...defFlagConfig,
1673
- colors: [{ h: 0, s: 0, v: 0 },{ h: 60, s: 100, v: 100 },{ h: 205, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1674
- },
1675
- {
1676
- id: 174,
1677
- name: I18n.getLang('country_sy'),
1678
- ...defFlagConfig,
1679
- colors: [{ h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1680
- },
1681
- {
1682
- id: 173,
1683
- name: I18n.getLang('country_TH'),
1684
- ...defFlagConfig,
1685
- colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1686
- },
1687
- {
1688
- id: 172,
1689
- name: I18n.getLang('country_TN'),
1690
- ...defFlagConfig,
1691
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1692
- },
1693
- {
1694
- id: 171,
1695
- name: I18n.getLang('country_UG'),
1696
- ...defFlagConfig,
1697
- colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
1698
- },
1699
- {
1700
- id: 170,
1701
- name: I18n.getLang('country_UY'),
1702
- ...defFlagConfig,
1703
- colors: [{ h: 20, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1704
- },
1705
- {
1706
- id: 169,
1707
- name: I18n.getLang('country_VE'),
1708
- ...defFlagConfig,
1709
- colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 60, s: 100, v: 100 },],
1710
- },
1711
- {
1712
- id: 168,
1713
- name: I18n.getLang('country_JO'),
1714
- ...defFlagConfig,
1715
- colors: [{"h":150,"s":100,"v":48}, {"h":0,"s":0,"v":100}, {"h":0,"s":0,"v":0},{"h":353,"s":92,"v":81}],
1716
- },
1717
- {
1718
- id: 167,
1719
- name: I18n.getLang('country_CV'),
1720
- ...defFlagConfig,
1721
- colors: [{"h":49,"s":100,"v":100}, {"h":356,"s":79,"v":94}, {"h":0,"s":0,"v":100},{"h":218,"s":100,"v":65}],
1722
- },
1723
- {
1724
- id: 166,
1725
- name: I18n.getLang('country_PA'),
1726
- ...defFlagConfig,
1727
- colors: [{"h":219,"s":92,"v":34}, {"h":0,"s":0,"v":100}, {"h":358,"s":92,"v":85}],
1728
- },
1729
- {
1730
- id: 165,
1731
- name: I18n.getLang('country_northern_ireland'),
1732
- ...defFlagConfig,
1733
- colors: [{"h":0,"s":0,"v":100}, {"h":0,"s":100,"v":82}, {"h":0,"s":0,"v":100}],
1734
- },
1735
- {
1736
- id: 164,
1737
- name: I18n.getLang('country_wales'),
1738
- ...defFlagConfig,
1739
- colors: [{"h":142,"s":100,"v":69}, {"h":350,"s":92,"v":78}, {"h":0,"s":0,"v":100}],
1740
- },
1741
- {
1742
- id: 163,
1743
- name: I18n.getLang('country_BA'),
1744
- ...defFlagConfig,
1745
- colors: [{"h":0,"s":0,"v":100}, {"h":214,"s":100,"v":42}, {"h":48,"s":100,"v":100}],
1746
- },
1747
- {
1748
- id: 162,
1749
- name: I18n.getLang('country_north_macedonia'),
1750
- ...defFlagConfig,
1751
- colors: [{"h":56,"s":81,"v":97}, {"h":358,"s":85,"v":85}],
1752
- },
1753
- {
1754
- id: 161,
1755
- name: I18n.getLang('country_werder_bremen'),
1756
- ...defFlagConfig,
1757
- colors: [{"h":0,"s":0,"v":100}, {"h":160,"s":80,"v":34}],
1758
- },
1759
- ]
617
+ // export const def2FlagList: FlagUiInfo[] = [
618
+ // {
619
+ // id: 231,
620
+ // name: I18n.getLang('flag_leverkusen'),
621
+ // ...defFlagConfig,
622
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 60, s: 100, v: 100}]
623
+ // },
624
+ // {
625
+ // id: 255,
626
+ // name: I18n.getLang('country_DE'),
627
+ // ...defFlagConfig,
628
+ // colors: [{h: 48, s: 100, v: 100},{h: 360, s: 100, v: 100},{h: 0, s: 85, v: 46},{h: 0, s: 0, v:0}],
629
+ // },
630
+ // {
631
+ // id: 254,
632
+ // name: I18n.getLang('country_BE'),
633
+ // ...defFlagConfig,
634
+ // colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 100, v: 100}, {h: 48, s: 99, v: 58}, {h: 0, s: 0, v: 0}]
635
+ // },
636
+ // {
637
+ // id: 253,
638
+ // name: I18n.getLang('country_FR'),
639
+ // ...defFlagConfig,
640
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 212, s: 100, v: 100}]
641
+ // },
642
+ // {
643
+ // id: 252,
644
+ // name: I18n.getLang('country_PT'),
645
+ // ...defFlagConfig,
646
+ // colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 120, s: 100, v: 64}]
647
+ // },
648
+ // {
649
+ // id: 251,
650
+ // name: I18n.getLang('country_scotland'),
651
+ // ...defFlagConfig,
652
+ // colors: [{h: 209, s: 86, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 209, s: 86, v: 100}]
653
+ // },
654
+ // {
655
+ // id: 250,
656
+ // name: I18n.getLang('country_ES'),
657
+ // ...defFlagConfig,
658
+ // colors: [{h: 360, s: 100, v: 100}, {h: 47, s: 100, v: 100}, {h: 47, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
659
+ // },
660
+ // {
661
+ // id: 249,
662
+ // name: I18n.getLang('country_TR'),
663
+ // ...defFlagConfig,
664
+ // colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
665
+ // },
666
+ // {
667
+ // id: 248,
668
+ // name: I18n.getLang('country_AT'),
669
+ // ...defFlagConfig,
670
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
671
+ // },
672
+ // {
673
+ // id: 247,
674
+ // name: I18n.getLang('country_england'),
675
+ // ...defFlagConfig,
676
+ // colors: [{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}]
677
+ // },
678
+ // {
679
+ // id: 246,
680
+ // name: I18n.getLang('country_HU'),
681
+ // ...defFlagConfig,
682
+ // colors: [{h: 120, s: 100, v: 64}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100},{h: 360, s: 100, v: 100}]
683
+ // },
684
+ // {
685
+ // id: 245,
686
+ // name: I18n.getLang('country_SK'),
687
+ // ...defFlagConfig,
688
+ // colors: [{h: 360, s: 100, v: 100}, {h: 213, s: 93, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}]
689
+ // },
690
+ // {
691
+ // id: 244,
692
+ // name: I18n.getLang('country_AL'),
693
+ // ...defFlagConfig,
694
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:0}, {h: 0, s: 0, v:0}, {h: 360, s: 100, v: 100}]
695
+ // },
696
+ // {
697
+ // id: 243,
698
+ // name: I18n.getLang('country_DK'),
699
+ // ...defFlagConfig,
700
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:100}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}]
701
+ // },
702
+ // {
703
+ // id: 242,
704
+ // name: I18n.getLang('country_NL'),
705
+ // ...defFlagConfig,
706
+ // colors: [{h: 217, s: 100, v: 100}, {h: 0, s: 0, v:100}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}]
707
+ // },
708
+ // {
709
+ // id: 241,
710
+ // name: I18n.getLang('country_RO'),
711
+ // ...defFlagConfig,
712
+ // colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 91, v: 100}, {h: 219, s: 100, v: 100}]
713
+ // },
714
+ // {
715
+ // id: 240,
716
+ // name: I18n.getLang('country_CH'),
717
+ // ...defFlagConfig,
718
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
719
+ // },
720
+ // {
721
+ // id: 239,
722
+ // name: I18n.getLang('country_RS'),
723
+ // ...defFlagConfig,
724
+ // colors: [{h: 360, s: 100, v: 100}, {h: 231, s: 100, v: 100}, {h: 0, s: 0, v: 100},{h: 0, s: 0, v: 100}]
725
+ // },
726
+ // {
727
+ // id: 238,
728
+ // name: I18n.getLang('country_IT'),
729
+ // ...defFlagConfig,
730
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100},{h: 0, s: 0, v: 100}, {h: 120, s: 100, v: 64}]
731
+ // },
732
+ // {
733
+ // id: 237,
734
+ // name: I18n.getLang('country_CZ'),
735
+ // ...defFlagConfig,
736
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}, {h: 211, s: 99, v: 100}]
737
+ // },
738
+ // {
739
+ // id: 236,
740
+ // name: I18n.getLang('country_SI'),
741
+ // ...defFlagConfig,
742
+ // colors: [{h: 360, s: 100, v: 100}, {h: 217, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 0, s: 0, v: 100}]
743
+ // },
744
+ // {
745
+ // id: 235,
746
+ // name: I18n.getLang('country_HR'),
747
+ // ...defFlagConfig,
748
+ // colors: [{h: 231, s: 100, v: 100}, {h: 0, s: 0, v: 100},{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
749
+ // },
750
+ // {
751
+ // id: 234,
752
+ // name: I18n.getLang('country_SE'),
753
+ // ...defFlagConfig,
754
+ // colors: [{h: 201, s: 100, v: 100}, {h: 48, s: 99, v: 100},{h: 48, s: 99, v: 100}, {h: 201, s: 100, v: 100}]
755
+ // },
756
+ // {
757
+ // id: 233,
758
+ // name: I18n.getLang('country_NO'),
759
+ // ...defFlagConfig,
760
+ // colors: [{h: 231, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
761
+ // },
762
+ // {
763
+ // id: 232,
764
+ // name: I18n.getLang('country_PL'),
765
+ // ...defFlagConfig,
766
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
767
+ // },
768
+ // {
769
+ // id: 230,
770
+ // name: I18n.getLang('country_UA'),
771
+ // ...defFlagConfig,
772
+ // colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
773
+ // },
774
+ // {
775
+ // id: 229,
776
+ // name: I18n.getLang('country_gb'),
777
+ // ...defFlagConfig,
778
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 }],
779
+ // },
780
+ // {
781
+ // id: 228,
782
+ // name: I18n.getLang('country_IE'),
783
+ // ...defFlagConfig,
784
+ // colors: [{ h: 45, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 }],
785
+ // },
786
+ // {
787
+ // id: 227,
788
+ // name: I18n.getLang('country_IL'),
789
+ // ...defFlagConfig,
790
+ // colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 }],
791
+ // },
792
+ // {
793
+ // id: 226,
794
+ // name: I18n.getLang('country_US'),
795
+ // ...defFlagConfig,
796
+ // colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }],
797
+ // },
798
+ // {
799
+ // id: 225,
800
+ // name: I18n.getLang('country_CA'),
801
+ // ...defFlagConfig,
802
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
803
+ // },
804
+ // {
805
+ // id: 224,
806
+ // name: I18n.getLang('country_MX'),
807
+ // ...defFlagConfig,
808
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
809
+ // },
810
+ // {
811
+ // id: 223,
812
+ // name: I18n.getLang('country_SA'),
813
+ // ...defFlagConfig,
814
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
815
+ // },
816
+ // {
817
+ // id: 222,
818
+ // name: I18n.getLang('country_AE'),
819
+ // ...defFlagConfig,
820
+ // colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 }, { h: 0, s: 100, v: 100 },],
821
+ // },
822
+ // {
823
+ // id: 221,
824
+ // name: I18n.getLang('country_AU'),
825
+ // ...defFlagConfig,
826
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 199, s: 84, v: 100 },],
827
+ // },
828
+ // {
829
+ // id: 220,
830
+ // name: I18n.getLang('country_JP'),
831
+ // ...defFlagConfig,
832
+ // colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }],
833
+ // },
834
+ // {
835
+ // id: 219,
836
+ // name: I18n.getLang('country_BR'),
837
+ // ...defFlagConfig,
838
+ // colors: [{ h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
839
+ // },
840
+ // {
841
+ // id: 218,
842
+ // name: I18n.getLang('country_AR'),
843
+ // ...defFlagConfig,
844
+ // colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 },],
845
+ // },
846
+ // {
847
+ // id: 217,
848
+ // name: I18n.getLang('country_AF'),
849
+ // ...defFlagConfig,
850
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
851
+ // },
852
+ // {
853
+ // id: 216,
854
+ // name: I18n.getLang('country_EG'),
855
+ // ...defFlagConfig,
856
+ // colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
857
+ // },
858
+ // {
859
+ // id: 215,
860
+ // name: I18n.getLang('country_ET'),
861
+ // ...defFlagConfig,
862
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
863
+ // },
864
+ // {
865
+ // id: 214,
866
+ // name: I18n.getLang('country_BB'),
867
+ // ...defFlagConfig,
868
+ // colors: [{ h: 220, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
869
+ // },
870
+ // {
871
+ // id: 213,
872
+ // name: I18n.getLang('country_BO'),
873
+ // ...defFlagConfig,
874
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
875
+ // },
876
+ // {
877
+ // id: 212,
878
+ // name: I18n.getLang('country_CN'),
879
+ // ...defFlagConfig,
880
+ // colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
881
+ // },
882
+ // {
883
+ // id: 211,
884
+ // name: I18n.getLang('country_EC'),
885
+ // ...defFlagConfig,
886
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
887
+ // },
888
+ // {
889
+ // id: 210,
890
+ // name: I18n.getLang('country_SV'),
891
+ // ...defFlagConfig,
892
+ // colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
893
+ // },
894
+ // {
895
+ // id: 209,
896
+ // name: I18n.getLang('country_CI'),
897
+ // ...defFlagConfig,
898
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
899
+ // },
900
+ // {
901
+ // id: 208,
902
+ // name: I18n.getLang('country_GH'),
903
+ // ...defFlagConfig,
904
+ // colors: [{ h: 128, s: 77, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
905
+ // },
906
+ // {
907
+ // id: 207,
908
+ // name: I18n.getLang('country_GL'),
909
+ // ...defFlagConfig,
910
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
911
+ // },
912
+ // {
913
+ // id: 206,
914
+ // name: I18n.getLang('country_GT'),
915
+ // ...defFlagConfig,
916
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 196, s: 100, v: 100 },],
917
+ // },
918
+ // {
919
+ // id: 205,
920
+ // name: I18n.getLang('country_HK'),
921
+ // ...defFlagConfig,
922
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
923
+ // },
924
+ // {
925
+ // id: 204,
926
+ // name: I18n.getLang('country_IN'),
927
+ // ...defFlagConfig,
928
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
929
+ // },
930
+ // {
931
+ // id: 203,
932
+ // name: I18n.getLang('country_ID'),
933
+ // ...defFlagConfig,
934
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
935
+ // },
936
+ // {
937
+ // id: 202,
938
+ // name: I18n.getLang('country_ir'),
939
+ // ...defFlagConfig,
940
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
941
+ // },
942
+ // {
943
+ // id: 201,
944
+ // name: I18n.getLang('country_IS'),
945
+ // ...defFlagConfig,
946
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 },],
947
+ // },
948
+ // {
949
+ // id: 200,
950
+ // name: I18n.getLang('country_JM'),
951
+ // ...defFlagConfig,
952
+ // colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 },],
953
+ // },
954
+ // {
955
+ // id: 199,
956
+ // name: I18n.getLang('country_CY'),
957
+ // ...defFlagConfig,
958
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
959
+ // },
960
+ // {
961
+ // id: 198,
962
+ // name: I18n.getLang('country_QA'),
963
+ // ...defFlagConfig,
964
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
965
+ // },
966
+ // {
967
+ // id: 197,
968
+ // name: I18n.getLang('country_KE'),
969
+ // ...defFlagConfig,
970
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
971
+ // },
972
+ // {
973
+ // id: 196,
974
+ // name: I18n.getLang('country_CO'),
975
+ // ...defFlagConfig,
976
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
977
+ // },
978
+ // {
979
+ // id: 195,
980
+ // name: I18n.getLang('country_CG'),
981
+ // ...defFlagConfig,
982
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
983
+ // },
984
+ // {
985
+ // id: 194,
986
+ // name: I18n.getLang('country_cu'),
987
+ // ...defFlagConfig,
988
+ // colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
989
+ // },
990
+ // {
991
+ // id: 193,
992
+ // name: I18n.getLang('country_LV'),
993
+ // ...defFlagConfig,
994
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
995
+ // },
996
+ // {
997
+ // id: 192,
998
+ // name: I18n.getLang('country_LY'),
999
+ // ...defFlagConfig,
1000
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
1001
+ // },
1002
+ // {
1003
+ // id: 191,
1004
+ // name: I18n.getLang('country_LT'),
1005
+ // ...defFlagConfig,
1006
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 },],
1007
+ // },
1008
+ // {
1009
+ // id: 190,
1010
+ // name: I18n.getLang('country_LU'),
1011
+ // ...defFlagConfig,
1012
+ // colors: [{ h: 196, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1013
+ // },
1014
+ // {
1015
+ // id: 189,
1016
+ // name: I18n.getLang('country_MG'),
1017
+ // ...defFlagConfig,
1018
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1019
+ // },
1020
+ // {
1021
+ // id: 188,
1022
+ // name: I18n.getLang('country_MT'),
1023
+ // ...defFlagConfig,
1024
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1025
+ // },
1026
+ // {
1027
+ // id: 187,
1028
+ // name: I18n.getLang('country_MA'),
1029
+ // ...defFlagConfig,
1030
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 },],
1031
+ // },
1032
+ // {
1033
+ // id: 186,
1034
+ // name: I18n.getLang('country_VN'),
1035
+ // ...defFlagConfig,
1036
+ // colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1037
+ // },
1038
+ // {
1039
+ // id: 185,
1040
+ // name: I18n.getLang('country_NA'),
1041
+ // ...defFlagConfig,
1042
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1043
+ // },
1044
+ // {
1045
+ // id: 184,
1046
+ // name: I18n.getLang('country_NZ'),
1047
+ // ...defFlagConfig,
1048
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1049
+ // },
1050
+ // {
1051
+ // id: 183,
1052
+ // name: I18n.getLang('country_NG'),
1053
+ // ...defFlagConfig,
1054
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
1055
+ // },
1056
+ // {
1057
+ // id: 182,
1058
+ // name: I18n.getLang('country_PK'),
1059
+ // ...defFlagConfig,
1060
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
1061
+ // },
1062
+ // {
1063
+ // id: 181,
1064
+ // name: I18n.getLang('country_PS'),
1065
+ // ...defFlagConfig,
1066
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
1067
+ // },
1068
+ // {
1069
+ // id: 180,
1070
+ // name: I18n.getLang('country_PY'),
1071
+ // ...defFlagConfig,
1072
+ // colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1073
+ // },
1074
+ // {
1075
+ // id: 179,
1076
+ // name: I18n.getLang('country_pe'),
1077
+ // ...defFlagConfig,
1078
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1079
+ // },
1080
+ // {
1081
+ // id: 178,
1082
+ // name: I18n.getLang('country_PH'),
1083
+ // ...defFlagConfig,
1084
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1085
+ // },
1086
+ // {
1087
+ // id: 177,
1088
+ // name: I18n.getLang('country_PR'),
1089
+ // ...defFlagConfig,
1090
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1091
+ // },
1092
+ // {
1093
+ // id: 176,
1094
+ // name: I18n.getLang('country_RU'),
1095
+ // ...defFlagConfig,
1096
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1097
+ // },
1098
+ // {
1099
+ // id: 175,
1100
+ // name: I18n.getLang('country_ZA'),
1101
+ // ...defFlagConfig,
1102
+ // colors: [{ h: 0, s: 0, v: 0 },{ h: 60, s: 100, v: 100 },{ h: 205, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1103
+ // },
1104
+ // {
1105
+ // id: 174,
1106
+ // name: I18n.getLang('country_sy'),
1107
+ // ...defFlagConfig,
1108
+ // colors: [{ h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1109
+ // },
1110
+ // {
1111
+ // id: 173,
1112
+ // name: I18n.getLang('country_TH'),
1113
+ // ...defFlagConfig,
1114
+ // colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1115
+ // },
1116
+ // {
1117
+ // id: 172,
1118
+ // name: I18n.getLang('country_TN'),
1119
+ // ...defFlagConfig,
1120
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1121
+ // },
1122
+ // {
1123
+ // id: 171,
1124
+ // name: I18n.getLang('country_UG'),
1125
+ // ...defFlagConfig,
1126
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
1127
+ // },
1128
+ // {
1129
+ // id: 170,
1130
+ // name: I18n.getLang('country_UY'),
1131
+ // ...defFlagConfig,
1132
+ // colors: [{ h: 20, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1133
+ // },
1134
+ // {
1135
+ // id: 169,
1136
+ // name: I18n.getLang('country_VE'),
1137
+ // ...defFlagConfig,
1138
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 60, s: 100, v: 100 },],
1139
+ // },
1140
+ // {
1141
+ // id: 168,
1142
+ // name: I18n.getLang('country_JO'),
1143
+ // ...defFlagConfig,
1144
+ // colors: [{"h":150,"s":100,"v":48}, {"h":0,"s":0,"v":100}, {"h":0,"s":0,"v":0},{"h":353,"s":92,"v":81}],
1145
+ // },
1146
+ // {
1147
+ // id: 167,
1148
+ // name: I18n.getLang('country_CV'),
1149
+ // ...defFlagConfig,
1150
+ // colors: [{"h":49,"s":100,"v":100}, {"h":356,"s":79,"v":94}, {"h":0,"s":0,"v":100},{"h":218,"s":100,"v":65}],
1151
+ // },
1152
+ // {
1153
+ // id: 166,
1154
+ // name: I18n.getLang('country_PA'),
1155
+ // ...defFlagConfig,
1156
+ // colors: [{"h":219,"s":92,"v":34}, {"h":0,"s":0,"v":100}, {"h":358,"s":92,"v":85}],
1157
+ // },
1158
+ // {
1159
+ // id: 165,
1160
+ // name: I18n.getLang('country_northern_ireland'),
1161
+ // ...defFlagConfig,
1162
+ // colors: [{"h":0,"s":0,"v":100}, {"h":0,"s":100,"v":82}, {"h":0,"s":0,"v":100}],
1163
+ // },
1164
+ // {
1165
+ // id: 164,
1166
+ // name: I18n.getLang('country_wales'),
1167
+ // ...defFlagConfig,
1168
+ // colors: [{"h":142,"s":100,"v":69}, {"h":350,"s":92,"v":78}, {"h":0,"s":0,"v":100}],
1169
+ // },
1170
+ // {
1171
+ // id: 163,
1172
+ // name: I18n.getLang('country_BA'),
1173
+ // ...defFlagConfig,
1174
+ // colors: [{"h":0,"s":0,"v":100}, {"h":214,"s":100,"v":42}, {"h":48,"s":100,"v":100}],
1175
+ // },
1176
+ // {
1177
+ // id: 162,
1178
+ // name: I18n.getLang('country_north_macedonia'),
1179
+ // ...defFlagConfig,
1180
+ // colors: [{"h":56,"s":81,"v":97}, {"h":358,"s":85,"v":85}],
1181
+ // },
1182
+ // {
1183
+ // id: 161,
1184
+ // name: I18n.getLang('country_werder_bremen'),
1185
+ // ...defFlagConfig,
1186
+ // colors: [{"h":0,"s":0,"v":100}, {"h":160,"s":80,"v":34}],
1187
+ // },
1188
+ // ]
1189
+
1190
+ export const def3Pids = ['uzoammz8zm0onv1i', '85bmfxhxpmwj7exf']
1191
+ // 统一使用与设备相同的数据
1192
+ export const def3FlagList: FlagUiInfo[] = defFlagList
1193
+ // uzoammz8zm0onv1i 85bmfxhxpmwj7exf
1194
+ // export const def3FlagList: FlagUiInfo[] = [
1195
+ // {
1196
+ // id: 231,
1197
+ // name: I18n.getLang('flag_leverkusen'),
1198
+ // ...defFlagConfig,
1199
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 60, s: 100, v: 100}]
1200
+ // },
1201
+ // {
1202
+ // id: 255,
1203
+ // name: I18n.getLang('country_DE'),
1204
+ // ...defFlagConfig,
1205
+ // colors: [{h: 48, s: 100, v: 100},{h: 360, s: 100, v: 100},{h: 0, s: 0, v:0}],
1206
+ // },
1207
+ // {
1208
+ // id: 254,
1209
+ // name: I18n.getLang('country_BE'),
1210
+ // ...defFlagConfig,
1211
+ // colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 100, v: 100}, {h: 0, s: 0, v: 0}]
1212
+ // },
1213
+ // {
1214
+ // id: 253,
1215
+ // name: I18n.getLang('country_FR'),
1216
+ // ...defFlagConfig,
1217
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 212, s: 100, v: 100}]
1218
+ // },
1219
+ // {
1220
+ // id: 252,
1221
+ // name: I18n.getLang('country_PT'),
1222
+ // ...defFlagConfig,
1223
+ // colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 120, s: 100, v: 64}]
1224
+ // },
1225
+ // {
1226
+ // id: 251,
1227
+ // name: I18n.getLang('country_scotland'),
1228
+ // ...defFlagConfig,
1229
+ // colors: [{h: 209, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 209, s: 100, v: 100}]
1230
+ // },
1231
+ // {
1232
+ // id: 250,
1233
+ // name: I18n.getLang('country_ES'),
1234
+ // ...defFlagConfig,
1235
+ // colors: [{h: 360, s: 100, v: 100}, {h: 47, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
1236
+ // },
1237
+ // {
1238
+ // id: 249,
1239
+ // name: I18n.getLang('country_TR'),
1240
+ // ...defFlagConfig,
1241
+ // colors: [{h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
1242
+ // },
1243
+ // {
1244
+ // id: 248,
1245
+ // name: I18n.getLang('country_AT'),
1246
+ // ...defFlagConfig,
1247
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1248
+ // },
1249
+ // {
1250
+ // id: 247,
1251
+ // name: I18n.getLang('country_england'),
1252
+ // ...defFlagConfig,
1253
+ // colors: [{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
1254
+ // },
1255
+ // {
1256
+ // id: 246,
1257
+ // name: I18n.getLang('country_HU'),
1258
+ // ...defFlagConfig,
1259
+ // colors: [{h: 120, s: 100, v: 64}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1260
+ // },
1261
+ // {
1262
+ // id: 245,
1263
+ // name: I18n.getLang('country_SK'),
1264
+ // ...defFlagConfig,
1265
+ // colors: [{h: 360, s: 100, v: 100}, {h: 213, s: 100, v: 84}, {h: 0, s: 0, v: 100}]
1266
+ // },
1267
+ // {
1268
+ // id: 244,
1269
+ // name: I18n.getLang('country_AL'),
1270
+ // ...defFlagConfig,
1271
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:0}, {h: 360, s: 100, v: 100}]
1272
+ // },
1273
+ // {
1274
+ // id: 243,
1275
+ // name: I18n.getLang('country_DK'),
1276
+ // ...defFlagConfig,
1277
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v:100}]
1278
+ // },
1279
+ // {
1280
+ // id: 242,
1281
+ // name: I18n.getLang('country_NL'),
1282
+ // ...defFlagConfig,
1283
+ // colors: [{h: 217, s: 100, v: 77}, {h: 0, s: 0, v:100}, {h: 360, s: 100, v: 100}]
1284
+ // },
1285
+ // {
1286
+ // id: 241,
1287
+ // name: I18n.getLang('country_RO'),
1288
+ // ...defFlagConfig,
1289
+ // colors: [{h: 360, s: 100, v: 100}, {h: 48, s: 91, v: 100}, {h: 219, s: 100, v: 100}]
1290
+ // },
1291
+ // {
1292
+ // id: 240,
1293
+ // name: I18n.getLang('country_CH'),
1294
+ // ...defFlagConfig,
1295
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1296
+ // },
1297
+ // {
1298
+ // id: 239,
1299
+ // name: I18n.getLang('country_RS'),
1300
+ // ...defFlagConfig,
1301
+ // colors: [{h: 0, s: 0, v: 100}, {h: 210, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
1302
+ // },
1303
+ // {
1304
+ // id: 238,
1305
+ // name: I18n.getLang('country_IT'),
1306
+ // ...defFlagConfig,
1307
+ // colors: [{h: 360, s: 100, v: 100}, {h: 212, s: 4, v: 100}, {h: 120, s: 100, v: 64}]
1308
+ // },
1309
+ // {
1310
+ // id: 237,
1311
+ // name: I18n.getLang('country_CZ'),
1312
+ // ...defFlagConfig,
1313
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 211, s: 100, v: 100}]
1314
+ // },
1315
+ // {
1316
+ // id: 236,
1317
+ // name: I18n.getLang('country_SI'),
1318
+ // ...defFlagConfig,
1319
+ // colors: [{h: 360, s: 100, v: 100}, {h: 217, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
1320
+ // },
1321
+ // {
1322
+ // id: 235,
1323
+ // name: I18n.getLang('country_HR'),
1324
+ // ...defFlagConfig,
1325
+ // colors: [{h: 220, s: 89, v: 100},{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1326
+ // },
1327
+ // {
1328
+ // id: 234,
1329
+ // name: I18n.getLang('country_SE'),
1330
+ // ...defFlagConfig,
1331
+ // colors: [{h: 201, s: 100, v: 100}, {h: 48, s: 99, v: 100}, {h: 201, s: 100, v: 100}]
1332
+ // },
1333
+ // {
1334
+ // id: 233,
1335
+ // name: I18n.getLang('country_NO'),
1336
+ // ...defFlagConfig,
1337
+ // colors: [{h: 218, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
1338
+ // },
1339
+ // {
1340
+ // id: 232,
1341
+ // name: I18n.getLang('country_PL'),
1342
+ // ...defFlagConfig,
1343
+ // colors: [{h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}]
1344
+ // },
1345
+ // {
1346
+ // id: 230,
1347
+ // name: I18n.getLang('country_UA'),
1348
+ // ...defFlagConfig,
1349
+ // colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
1350
+ // },
1351
+ // {
1352
+ // id: 229,
1353
+ // name: I18n.getLang('country_gb'),
1354
+ // ...defFlagConfig,
1355
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 }],
1356
+ // },
1357
+ // {
1358
+ // id: 228,
1359
+ // name: I18n.getLang('country_IE'),
1360
+ // ...defFlagConfig,
1361
+ // colors: [{ h: 45, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 }],
1362
+ // },
1363
+ // {
1364
+ // id: 227,
1365
+ // name: I18n.getLang('country_IL'),
1366
+ // ...defFlagConfig,
1367
+ // colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 }],
1368
+ // },
1369
+ // {
1370
+ // id: 226,
1371
+ // name: I18n.getLang('country_US'),
1372
+ // ...defFlagConfig,
1373
+ // colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }],
1374
+ // },
1375
+ // {
1376
+ // id: 225,
1377
+ // name: I18n.getLang('country_CA'),
1378
+ // ...defFlagConfig,
1379
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1380
+ // },
1381
+ // {
1382
+ // id: 224,
1383
+ // name: I18n.getLang('country_MX'),
1384
+ // ...defFlagConfig,
1385
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
1386
+ // },
1387
+ // {
1388
+ // id: 223,
1389
+ // name: I18n.getLang('country_SA'),
1390
+ // ...defFlagConfig,
1391
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
1392
+ // },
1393
+ // {
1394
+ // id: 222,
1395
+ // name: I18n.getLang('country_AE'),
1396
+ // ...defFlagConfig,
1397
+ // colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 }, { h: 0, s: 100, v: 100 },],
1398
+ // },
1399
+ // {
1400
+ // id: 221,
1401
+ // name: I18n.getLang('country_AU'),
1402
+ // ...defFlagConfig,
1403
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 199, s: 84, v: 100 },],
1404
+ // },
1405
+ // {
1406
+ // id: 220,
1407
+ // name: I18n.getLang('country_JP'),
1408
+ // ...defFlagConfig,
1409
+ // colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }],
1410
+ // },
1411
+ // {
1412
+ // id: 219,
1413
+ // name: I18n.getLang('country_BR'),
1414
+ // ...defFlagConfig,
1415
+ // colors: [{ h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
1416
+ // },
1417
+ // {
1418
+ // id: 218,
1419
+ // name: I18n.getLang('country_AR'),
1420
+ // ...defFlagConfig,
1421
+ // colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 },],
1422
+ // },
1423
+ // {
1424
+ // id: 217,
1425
+ // name: I18n.getLang('country_AF'),
1426
+ // ...defFlagConfig,
1427
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
1428
+ // },
1429
+ // {
1430
+ // id: 216,
1431
+ // name: I18n.getLang('country_EG'),
1432
+ // ...defFlagConfig,
1433
+ // colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1434
+ // },
1435
+ // {
1436
+ // id: 215,
1437
+ // name: I18n.getLang('country_ET'),
1438
+ // ...defFlagConfig,
1439
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
1440
+ // },
1441
+ // {
1442
+ // id: 214,
1443
+ // name: I18n.getLang('country_BB'),
1444
+ // ...defFlagConfig,
1445
+ // colors: [{ h: 220, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1446
+ // },
1447
+ // {
1448
+ // id: 213,
1449
+ // name: I18n.getLang('country_BO'),
1450
+ // ...defFlagConfig,
1451
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1452
+ // },
1453
+ // {
1454
+ // id: 212,
1455
+ // name: I18n.getLang('country_CN'),
1456
+ // ...defFlagConfig,
1457
+ // colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1458
+ // },
1459
+ // {
1460
+ // id: 211,
1461
+ // name: I18n.getLang('country_EC'),
1462
+ // ...defFlagConfig,
1463
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
1464
+ // },
1465
+ // {
1466
+ // id: 210,
1467
+ // name: I18n.getLang('country_SV'),
1468
+ // ...defFlagConfig,
1469
+ // colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1470
+ // },
1471
+ // {
1472
+ // id: 209,
1473
+ // name: I18n.getLang('country_CI'),
1474
+ // ...defFlagConfig,
1475
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
1476
+ // },
1477
+ // {
1478
+ // id: 208,
1479
+ // name: I18n.getLang('country_GH'),
1480
+ // ...defFlagConfig,
1481
+ // colors: [{ h: 128, s: 77, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1482
+ // },
1483
+ // {
1484
+ // id: 207,
1485
+ // name: I18n.getLang('country_GL'),
1486
+ // ...defFlagConfig,
1487
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1488
+ // },
1489
+ // {
1490
+ // id: 206,
1491
+ // name: I18n.getLang('country_GT'),
1492
+ // ...defFlagConfig,
1493
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 196, s: 100, v: 100 },],
1494
+ // },
1495
+ // {
1496
+ // id: 205,
1497
+ // name: I18n.getLang('country_HK'),
1498
+ // ...defFlagConfig,
1499
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1500
+ // },
1501
+ // {
1502
+ // id: 204,
1503
+ // name: I18n.getLang('country_IN'),
1504
+ // ...defFlagConfig,
1505
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
1506
+ // },
1507
+ // {
1508
+ // id: 203,
1509
+ // name: I18n.getLang('country_ID'),
1510
+ // ...defFlagConfig,
1511
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1512
+ // },
1513
+ // {
1514
+ // id: 202,
1515
+ // name: I18n.getLang('country_ir'),
1516
+ // ...defFlagConfig,
1517
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
1518
+ // },
1519
+ // {
1520
+ // id: 201,
1521
+ // name: I18n.getLang('country_IS'),
1522
+ // ...defFlagConfig,
1523
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 },],
1524
+ // },
1525
+ // {
1526
+ // id: 200,
1527
+ // name: I18n.getLang('country_JM'),
1528
+ // ...defFlagConfig,
1529
+ // colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 },],
1530
+ // },
1531
+ // {
1532
+ // id: 199,
1533
+ // name: I18n.getLang('country_CY'),
1534
+ // ...defFlagConfig,
1535
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
1536
+ // },
1537
+ // {
1538
+ // id: 198,
1539
+ // name: I18n.getLang('country_QA'),
1540
+ // ...defFlagConfig,
1541
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1542
+ // },
1543
+ // {
1544
+ // id: 197,
1545
+ // name: I18n.getLang('country_KE'),
1546
+ // ...defFlagConfig,
1547
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
1548
+ // },
1549
+ // {
1550
+ // id: 196,
1551
+ // name: I18n.getLang('country_CO'),
1552
+ // ...defFlagConfig,
1553
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
1554
+ // },
1555
+ // {
1556
+ // id: 195,
1557
+ // name: I18n.getLang('country_CG'),
1558
+ // ...defFlagConfig,
1559
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
1560
+ // },
1561
+ // {
1562
+ // id: 194,
1563
+ // name: I18n.getLang('country_cu'),
1564
+ // ...defFlagConfig,
1565
+ // colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1566
+ // },
1567
+ // {
1568
+ // id: 193,
1569
+ // name: I18n.getLang('country_LV'),
1570
+ // ...defFlagConfig,
1571
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1572
+ // },
1573
+ // {
1574
+ // id: 192,
1575
+ // name: I18n.getLang('country_LY'),
1576
+ // ...defFlagConfig,
1577
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
1578
+ // },
1579
+ // {
1580
+ // id: 191,
1581
+ // name: I18n.getLang('country_LT'),
1582
+ // ...defFlagConfig,
1583
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 },],
1584
+ // },
1585
+ // {
1586
+ // id: 190,
1587
+ // name: I18n.getLang('country_LU'),
1588
+ // ...defFlagConfig,
1589
+ // colors: [{ h: 196, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1590
+ // },
1591
+ // {
1592
+ // id: 189,
1593
+ // name: I18n.getLang('country_MG'),
1594
+ // ...defFlagConfig,
1595
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1596
+ // },
1597
+ // {
1598
+ // id: 188,
1599
+ // name: I18n.getLang('country_MT'),
1600
+ // ...defFlagConfig,
1601
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1602
+ // },
1603
+ // {
1604
+ // id: 187,
1605
+ // name: I18n.getLang('country_MA'),
1606
+ // ...defFlagConfig,
1607
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 },],
1608
+ // },
1609
+ // {
1610
+ // id: 186,
1611
+ // name: I18n.getLang('country_VN'),
1612
+ // ...defFlagConfig,
1613
+ // colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
1614
+ // },
1615
+ // {
1616
+ // id: 185,
1617
+ // name: I18n.getLang('country_NA'),
1618
+ // ...defFlagConfig,
1619
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1620
+ // },
1621
+ // {
1622
+ // id: 184,
1623
+ // name: I18n.getLang('country_NZ'),
1624
+ // ...defFlagConfig,
1625
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
1626
+ // },
1627
+ // {
1628
+ // id: 183,
1629
+ // name: I18n.getLang('country_NG'),
1630
+ // ...defFlagConfig,
1631
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
1632
+ // },
1633
+ // {
1634
+ // id: 182,
1635
+ // name: I18n.getLang('country_PK'),
1636
+ // ...defFlagConfig,
1637
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
1638
+ // },
1639
+ // {
1640
+ // id: 181,
1641
+ // name: I18n.getLang('country_PS'),
1642
+ // ...defFlagConfig,
1643
+ // colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
1644
+ // },
1645
+ // {
1646
+ // id: 180,
1647
+ // name: I18n.getLang('country_PY'),
1648
+ // ...defFlagConfig,
1649
+ // colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1650
+ // },
1651
+ // {
1652
+ // id: 179,
1653
+ // name: I18n.getLang('country_pe'),
1654
+ // ...defFlagConfig,
1655
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1656
+ // },
1657
+ // {
1658
+ // id: 178,
1659
+ // name: I18n.getLang('country_PH'),
1660
+ // ...defFlagConfig,
1661
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1662
+ // },
1663
+ // {
1664
+ // id: 177,
1665
+ // name: I18n.getLang('country_PR'),
1666
+ // ...defFlagConfig,
1667
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1668
+ // },
1669
+ // {
1670
+ // id: 176,
1671
+ // name: I18n.getLang('country_RU'),
1672
+ // ...defFlagConfig,
1673
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
1674
+ // },
1675
+ // {
1676
+ // id: 175,
1677
+ // name: I18n.getLang('country_ZA'),
1678
+ // ...defFlagConfig,
1679
+ // colors: [{ h: 0, s: 0, v: 0 },{ h: 60, s: 100, v: 100 },{ h: 205, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1680
+ // },
1681
+ // {
1682
+ // id: 174,
1683
+ // name: I18n.getLang('country_sy'),
1684
+ // ...defFlagConfig,
1685
+ // colors: [{ h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1686
+ // },
1687
+ // {
1688
+ // id: 173,
1689
+ // name: I18n.getLang('country_TH'),
1690
+ // ...defFlagConfig,
1691
+ // colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1692
+ // },
1693
+ // {
1694
+ // id: 172,
1695
+ // name: I18n.getLang('country_TN'),
1696
+ // ...defFlagConfig,
1697
+ // colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
1698
+ // },
1699
+ // {
1700
+ // id: 171,
1701
+ // name: I18n.getLang('country_UG'),
1702
+ // ...defFlagConfig,
1703
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
1704
+ // },
1705
+ // {
1706
+ // id: 170,
1707
+ // name: I18n.getLang('country_UY'),
1708
+ // ...defFlagConfig,
1709
+ // colors: [{ h: 20, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
1710
+ // },
1711
+ // {
1712
+ // id: 169,
1713
+ // name: I18n.getLang('country_VE'),
1714
+ // ...defFlagConfig,
1715
+ // colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 60, s: 100, v: 100 },],
1716
+ // },
1717
+ // {
1718
+ // id: 168,
1719
+ // name: I18n.getLang('country_JO'),
1720
+ // ...defFlagConfig,
1721
+ // colors: [{"h":150,"s":100,"v":48}, {"h":0,"s":0,"v":100}, {"h":0,"s":0,"v":0},{"h":353,"s":92,"v":81}],
1722
+ // },
1723
+ // {
1724
+ // id: 167,
1725
+ // name: I18n.getLang('country_CV'),
1726
+ // ...defFlagConfig,
1727
+ // colors: [{"h":49,"s":100,"v":100}, {"h":356,"s":79,"v":94}, {"h":0,"s":0,"v":100},{"h":218,"s":100,"v":65}],
1728
+ // },
1729
+ // {
1730
+ // id: 166,
1731
+ // name: I18n.getLang('country_PA'),
1732
+ // ...defFlagConfig,
1733
+ // colors: [{"h":219,"s":92,"v":34}, {"h":0,"s":0,"v":100}, {"h":358,"s":92,"v":85}],
1734
+ // },
1735
+ // {
1736
+ // id: 165,
1737
+ // name: I18n.getLang('country_northern_ireland'),
1738
+ // ...defFlagConfig,
1739
+ // colors: [{"h":0,"s":0,"v":100}, {"h":0,"s":100,"v":82}, {"h":0,"s":0,"v":100}],
1740
+ // },
1741
+ // {
1742
+ // id: 164,
1743
+ // name: I18n.getLang('country_wales'),
1744
+ // ...defFlagConfig,
1745
+ // colors: [{"h":142,"s":100,"v":69}, {"h":350,"s":92,"v":78}, {"h":0,"s":0,"v":100}],
1746
+ // },
1747
+ // {
1748
+ // id: 163,
1749
+ // name: I18n.getLang('country_BA'),
1750
+ // ...defFlagConfig,
1751
+ // colors: [{"h":0,"s":0,"v":100}, {"h":214,"s":100,"v":42}, {"h":48,"s":100,"v":100}],
1752
+ // },
1753
+ // {
1754
+ // id: 162,
1755
+ // name: I18n.getLang('country_north_macedonia'),
1756
+ // ...defFlagConfig,
1757
+ // colors: [{"h":56,"s":81,"v":97}, {"h":358,"s":85,"v":85}],
1758
+ // },
1759
+ // {
1760
+ // id: 161,
1761
+ // name: I18n.getLang('country_werder_bremen'),
1762
+ // ...defFlagConfig,
1763
+ // colors: [{"h":0,"s":0,"v":100}, {"h":160,"s":80,"v":34}],
1764
+ // },
1765
+ // ]