@ledvance/ui-biz-bundle 1.1.67 → 1.1.69

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 (240) hide show
  1. package/.babelrc +31 -31
  2. package/.eslintignore +5 -5
  3. package/.eslintrc.js +27 -27
  4. package/.prettierrc.js +1 -1
  5. package/.versionrc +5 -5
  6. package/package.json +74 -74
  7. package/rn-cli.config.js +8 -8
  8. package/src/hooks/DeviceDpStateHooks.d.ts +14 -14
  9. package/src/hooks/DeviceDpStateHooks.ts +50 -50
  10. package/src/modules/biorhythm/BiorhythmActions.d.ts +8 -8
  11. package/src/modules/biorhythm/BiorhythmActions.ts +324 -324
  12. package/src/modules/biorhythm/BiorhythmBean.d.ts +58 -58
  13. package/src/modules/biorhythm/BiorhythmBean.ts +230 -230
  14. package/src/modules/biorhythm/BiorhythmEditPage.d.ts +14 -14
  15. package/src/modules/biorhythm/BiorhythmEditPage.tsx +324 -324
  16. package/src/modules/biorhythm/BiorhythmPage.d.ts +10 -10
  17. package/src/modules/biorhythm/BiorhythmPage.tsx +796 -796
  18. package/src/modules/biorhythm/IconSelect.d.ts +2 -2
  19. package/src/modules/biorhythm/IconSelect.tsx +81 -81
  20. package/src/modules/biorhythm/Router.ts +34 -34
  21. package/src/modules/biorhythm/circular/ItemIcon.d.ts +22 -22
  22. package/src/modules/biorhythm/circular/ItemIcon.tsx +172 -172
  23. package/src/modules/biorhythm/circular/Progress.d.ts +24 -24
  24. package/src/modules/biorhythm/circular/Progress.tsx +411 -411
  25. package/src/modules/biorhythm/circular/TimeCircular.d.ts +11 -11
  26. package/src/modules/biorhythm/circular/TimeCircular.tsx +70 -70
  27. package/src/modules/biorhythm/iconListData.d.ts +7 -7
  28. package/src/modules/biorhythm/iconListData.ts +29 -29
  29. package/src/modules/biorhythm/pIdList.d.ts +2 -2
  30. package/src/modules/biorhythm/pIdList.ts +35 -35
  31. package/src/modules/biorhythm/res/BiologicalRes.d.ts +43 -43
  32. package/src/modules/biorhythm/res/BiologicalRes.ts +41 -41
  33. package/src/modules/config/ldvConfig.d.ts +2 -2
  34. package/src/modules/config/ldvConfig.tsx +18 -18
  35. package/src/modules/fixedTime/FixedTimeActions.ts +173 -173
  36. package/src/modules/fixedTime/FixedTimeDetailPage.tsx +372 -372
  37. package/src/modules/fixedTime/FixedTimePage.tsx +213 -213
  38. package/src/modules/fixedTime/Router.ts +26 -26
  39. package/src/modules/flags/FlagActions.ts +267 -267
  40. package/src/modules/flags/FlagEditPage.tsx +441 -441
  41. package/src/modules/flags/FlagInfo.tsx +563 -563
  42. package/src/modules/flags/FlagItem.tsx +90 -90
  43. package/src/modules/flags/FlagPage.tsx +277 -277
  44. package/src/modules/flags/Router.ts +25 -25
  45. package/src/modules/history/HistoryPage.d.ts +2 -2
  46. package/src/modules/history/HistoryPage.tsx +261 -261
  47. package/src/modules/history/Router.ts +16 -16
  48. package/src/modules/history/SwitchHistoryPageActions.d.ts +14 -14
  49. package/src/modules/history/SwitchHistoryPageActions.ts +76 -76
  50. package/src/modules/mood/AddMoodPage.d.ts +10 -10
  51. package/src/modules/mood/AddMoodPage.tsx +792 -792
  52. package/src/modules/mood/DynamicMoodEditorPage.d.ts +6 -6
  53. package/src/modules/mood/DynamicMoodEditorPage.tsx +561 -561
  54. package/src/modules/mood/FantasyMood.tsx +176 -176
  55. package/src/modules/mood/FantasyMoodEditPage.tsx +582 -582
  56. package/src/modules/mood/FantasyMoodItem.tsx +104 -104
  57. package/src/modules/mood/FantasyRouter.ts +35 -35
  58. package/src/modules/mood/MixMood/AddMixMoodPage.tsx +247 -247
  59. package/src/modules/mood/MixMood/MixMoodActions.ts +128 -128
  60. package/src/modules/mood/MixMood/MixMoodEditPage.tsx +721 -721
  61. package/src/modules/mood/MixMood/MixMoodItem.tsx +134 -134
  62. package/src/modules/mood/MixMood/MixMoodPage.tsx +326 -326
  63. package/src/modules/mood/MixMood/MixSceneBeans.ts +364 -364
  64. package/src/modules/mood/MixMood/RecommendMixMoodItem.tsx +69 -69
  65. package/src/modules/mood/MixMood/Router.ts +44 -44
  66. package/src/modules/mood/MoodItem.d.ts +11 -11
  67. package/src/modules/mood/MoodItem.tsx +114 -114
  68. package/src/modules/mood/MoodPage.d.ts +16 -16
  69. package/src/modules/mood/MoodPage.tsx +296 -296
  70. package/src/modules/mood/RecommendMoodItem.d.ts +13 -13
  71. package/src/modules/mood/RecommendMoodItem.tsx +74 -74
  72. package/src/modules/mood/Router.ts +53 -53
  73. package/src/modules/mood/StaticMoodEditorPage.d.ts +16 -16
  74. package/src/modules/mood/StaticMoodEditorPage.tsx +320 -320
  75. package/src/modules/mood/tools.d.ts +3 -3
  76. package/src/modules/mood/tools.ts +11 -11
  77. package/src/modules/music/MusicDataBean.d.ts +47 -47
  78. package/src/modules/music/MusicDataBean.ts +167 -167
  79. package/src/modules/music/MusicManager.d.ts +27 -27
  80. package/src/modules/music/MusicManager.ts +207 -207
  81. package/src/modules/music/MusicPage.d.ts +10 -10
  82. package/src/modules/music/MusicPage.tsx +347 -347
  83. package/src/modules/music/MusicPageActions.d.ts +35 -35
  84. package/src/modules/music/MusicPageActions.ts +317 -317
  85. package/src/modules/music/Router.ts +16 -16
  86. package/src/modules/music/SelecetGenre.d.ts +7 -7
  87. package/src/modules/music/SelecetGenre.tsx +63 -63
  88. package/src/modules/music/color.d.ts +2 -2
  89. package/src/modules/music/color.ts +73 -73
  90. package/src/modules/music/res/index.d.ts +10 -10
  91. package/src/modules/music/res/index.ts +9 -9
  92. package/src/modules/powerOnBehavior/PowerOnBehaviorActions.ts +11 -11
  93. package/src/modules/powerOnBehavior/PowerOnBehaviorPage.tsx +173 -173
  94. package/src/modules/powerOnBehavior/Router.ts +16 -16
  95. package/src/modules/randomTime/RandomTimeActions.ts +160 -160
  96. package/src/modules/randomTime/RandomTimeDetailPage.tsx +337 -337
  97. package/src/modules/randomTime/RandomTimePage.tsx +214 -214
  98. package/src/modules/randomTime/Router.ts +25 -25
  99. package/src/modules/randomTime/Summary.tsx +122 -122
  100. package/src/modules/scene/SceneAction.d.ts +13 -13
  101. package/src/modules/scene/SceneAction.ts +473 -473
  102. package/src/modules/scene/SceneDetailPage.d.ts +1 -1
  103. package/src/modules/scene/SceneDetailPage.tsx +421 -421
  104. package/src/modules/scene/SceneInfo.d.ts +72 -72
  105. package/src/modules/scene/SceneInfo.ts +1059 -1059
  106. package/src/modules/scene/ScenePage.d.ts +7 -7
  107. package/src/modules/scene/ScenePage.tsx +147 -147
  108. package/src/modules/select/SelectPage.d.ts +12 -12
  109. package/src/modules/select/SelectPage.tsx +137 -137
  110. package/src/modules/sleepWakeup/DeviceState.d.ts +9 -9
  111. package/src/modules/sleepWakeup/DeviceState.tsx +99 -99
  112. package/src/modules/sleepWakeup/LdvScheduleItem.d.ts +15 -15
  113. package/src/modules/sleepWakeup/LdvScheduleItem.tsx +176 -176
  114. package/src/modules/sleepWakeup/Router.ts +25 -25
  115. package/src/modules/sleepWakeup/SleepWakeUpActions.d.ts +2 -2
  116. package/src/modules/sleepWakeup/SleepWakeUpActions.ts +180 -180
  117. package/src/modules/sleepWakeup/SleepWakeUpDetailPage.d.ts +2 -2
  118. package/src/modules/sleepWakeup/SleepWakeUpDetailPage.tsx +616 -616
  119. package/src/modules/sleepWakeup/SleepWakeUpPage.d.ts +13 -13
  120. package/src/modules/sleepWakeup/SleepWakeUpPage.tsx +424 -424
  121. package/src/modules/sleepWakeup/utils.d.ts +44 -44
  122. package/src/modules/sleepWakeup/utils.ts +253 -253
  123. package/src/modules/timeSchedule/DeviceState.d.ts +17 -17
  124. package/src/modules/timeSchedule/DeviceState.tsx +94 -94
  125. package/src/modules/timeSchedule/LdvScheduleItem.d.ts +15 -15
  126. package/src/modules/timeSchedule/LdvScheduleItem.tsx +130 -130
  127. package/src/modules/timeSchedule/ManualSetting.d.ts +14 -14
  128. package/src/modules/timeSchedule/ManualSetting.tsx +219 -219
  129. package/src/modules/timeSchedule/MoodSetting.d.ts +11 -11
  130. package/src/modules/timeSchedule/MoodSetting.tsx +228 -228
  131. package/src/modules/timeSchedule/Router.ts +25 -25
  132. package/src/modules/timeSchedule/ScheduleScene.d.ts +6 -6
  133. package/src/modules/timeSchedule/ScheduleScene.tsx +144 -144
  134. package/src/modules/timeSchedule/SingleLightView.d.ts +12 -12
  135. package/src/modules/timeSchedule/SingleLightView.tsx +175 -175
  136. package/src/modules/timeSchedule/TimeScheduleBean.d.ts +14 -14
  137. package/src/modules/timeSchedule/TimeScheduleBean.ts +18 -18
  138. package/src/modules/timeSchedule/TimeScheduleEditpage.d.ts +6 -6
  139. package/src/modules/timeSchedule/TimeScheduleEditpage.tsx +765 -765
  140. package/src/modules/timeSchedule/TimeSchedulePage.d.ts +13 -13
  141. package/src/modules/timeSchedule/TimeSchedulePage.tsx +358 -358
  142. package/src/modules/timeSchedule/components/ColorList.ts +23 -23
  143. package/src/modules/timeSchedule/components/LampSwitchCard.tsx +106 -106
  144. package/src/modules/timeSchedule/mix/MixLightActions.d.ts +3 -3
  145. package/src/modules/timeSchedule/mix/MixLightActions.ts +49 -49
  146. package/src/modules/timeSchedule/mix/MixLightBean.d.ts +10 -10
  147. package/src/modules/timeSchedule/mix/MixLightBean.ts +9 -9
  148. package/src/modules/timeSchedule/mix/MixLightView.d.ts +7 -7
  149. package/src/modules/timeSchedule/mix/MixLightView.tsx +197 -197
  150. package/src/modules/timeSchedule/utils.d.ts +1 -1
  151. package/src/modules/timeSchedule/utils.ts +6 -6
  152. package/src/modules/timer/Router.ts +16 -16
  153. package/src/modules/timer/TimerPage.d.ts +11 -11
  154. package/src/modules/timer/TimerPage.tsx +384 -384
  155. package/src/modules/timer/TimerPageAction.d.ts +22 -22
  156. package/src/modules/timer/TimerPageAction.ts +131 -131
  157. package/src/navigation/Routers.d.ts +15 -15
  158. package/src/navigation/Routers.ts +46 -44
  159. package/src/navigation/tools.d.ts +9 -9
  160. package/src/navigation/tools.ts +21 -21
  161. package/src/newModules/biorhythm/BiorhythmActions.ts +374 -374
  162. package/src/newModules/biorhythm/BiorhythmBean.ts +230 -230
  163. package/src/newModules/biorhythm/BiorhythmEditPage.tsx +267 -267
  164. package/src/newModules/biorhythm/BiorhythmPage.tsx +642 -642
  165. package/src/newModules/biorhythm/IconSelect.tsx +84 -84
  166. package/src/newModules/biorhythm/Router.ts +33 -33
  167. package/src/newModules/biorhythm/circular/ItemIcon.d.ts +22 -22
  168. package/src/newModules/biorhythm/circular/ItemIcon.tsx +172 -172
  169. package/src/newModules/biorhythm/circular/Progress.d.ts +24 -24
  170. package/src/newModules/biorhythm/circular/Progress.tsx +371 -371
  171. package/src/newModules/biorhythm/circular/TimeCircular.d.ts +11 -11
  172. package/src/newModules/biorhythm/circular/TimeCircular.tsx +64 -64
  173. package/src/newModules/biorhythm/iconListData.ts +29 -29
  174. package/src/newModules/biorhythm/pIdList.ts +35 -35
  175. package/src/newModules/biorhythm/res/BiologicalRes.d.ts +43 -43
  176. package/src/newModules/biorhythm/res/BiologicalRes.ts +41 -41
  177. package/src/newModules/childLock/ChildLockPage.tsx +97 -97
  178. package/src/newModules/childLock/Router.ts +16 -16
  179. package/src/newModules/energyConsumption/EnergyConsumptionActions.ts +23 -23
  180. package/src/newModules/energyConsumption/EnergyConsumptionChart.tsx +84 -84
  181. package/src/newModules/energyConsumption/EnergyConsumptionDetail.tsx +322 -322
  182. package/src/newModules/energyConsumption/EnergyConsumptionPage.tsx +393 -393
  183. package/src/newModules/energyConsumption/Router.ts +34 -34
  184. package/src/newModules/energyConsumption/co2Data.ts +23655 -23655
  185. package/src/newModules/energyConsumption/component/BarChart.tsx +93 -93
  186. package/src/newModules/energyConsumption/component/EnergyModal.tsx +284 -284
  187. package/src/newModules/energyConsumption/component/Overview.tsx +118 -118
  188. package/src/newModules/fixedTime/FixedTimeActions.ts +241 -241
  189. package/src/newModules/fixedTime/FixedTimeDetailPage.tsx +345 -345
  190. package/src/newModules/fixedTime/FixedTimePage.tsx +302 -302
  191. package/src/newModules/fixedTime/Router.ts +25 -25
  192. package/src/newModules/lightMode/LightModePage.tsx +204 -204
  193. package/src/newModules/lightMode/Router.ts +16 -16
  194. package/src/newModules/mood/AddMoodPage.tsx +194 -194
  195. package/src/newModules/mood/DynamicMoodEditorPage.tsx +650 -650
  196. package/src/newModules/mood/Interface.ts +220 -220
  197. package/src/newModules/mood/MixDynamicMoodEditor.tsx +786 -786
  198. package/src/newModules/mood/MoodActions.ts +232 -232
  199. package/src/newModules/mood/MoodInfo.ts +2151 -2151
  200. package/src/newModules/mood/MoodItem.tsx +160 -160
  201. package/src/newModules/mood/MoodPage.tsx +386 -386
  202. package/src/newModules/mood/MoodParse.ts +443 -443
  203. package/src/newModules/mood/RecommendMoodItem.tsx +81 -81
  204. package/src/newModules/mood/Router.ts +43 -43
  205. package/src/newModules/mood/StaticMoodEditorPage.tsx +290 -290
  206. package/src/newModules/overchargeSwitch/OverchargeSwitchPage.tsx +96 -96
  207. package/src/newModules/overchargeSwitch/Router.ts +16 -16
  208. package/src/newModules/powerOnBehavior/LightBehaviorPage.tsx +266 -266
  209. package/src/newModules/powerOnBehavior/PlugBehaviorPage.tsx +173 -173
  210. package/src/newModules/powerOnBehavior/PowerOnBehaviorActions.ts +106 -106
  211. package/src/newModules/powerOnBehavior/Router.ts +27 -27
  212. package/src/newModules/randomTime/RandomTimeActions.ts +238 -238
  213. package/src/newModules/randomTime/RandomTimeDetailPage.tsx +325 -325
  214. package/src/newModules/randomTime/RandomTimePage.tsx +299 -299
  215. package/src/newModules/randomTime/Router.ts +25 -25
  216. package/src/newModules/randomTime/Summary.tsx +116 -116
  217. package/src/newModules/remoteControl/RemoteControlActions.ts +5 -5
  218. package/src/newModules/remoteControl/RemoteControlPage.tsx +51 -51
  219. package/src/newModules/remoteControl/Router.ts +15 -15
  220. package/src/newModules/select/Route.ts +16 -16
  221. package/src/newModules/select/SelectPage.d.ts +12 -12
  222. package/src/newModules/select/SelectPage.tsx +137 -137
  223. package/src/newModules/sleepWakeUp/Interface.ts +69 -69
  224. package/src/newModules/sleepWakeUp/Router.ts +24 -24
  225. package/src/newModules/sleepWakeUp/SleepWakeUpActions.ts +317 -317
  226. package/src/newModules/sleepWakeUp/SleepWakeUpDetailPage.tsx +661 -661
  227. package/src/newModules/sleepWakeUp/SleepWakeUpPage.tsx +455 -455
  228. package/src/newModules/sleepWakeUp/utils.ts +253 -253
  229. package/src/newModules/swithInching/Router.ts +16 -16
  230. package/src/newModules/swithInching/SwithInching.tsx +231 -231
  231. package/src/newModules/swithInching/SwithInchingAction.ts +55 -55
  232. package/src/newModules/swithInching/pickerView.tsx +91 -91
  233. package/src/newModules/timeSchedule/Interface.ts +142 -142
  234. package/src/newModules/timeSchedule/Router.ts +25 -25
  235. package/src/newModules/timeSchedule/TimeScheduleActions.ts +53 -53
  236. package/src/newModules/timeSchedule/TimeScheduleDetailPage.tsx +648 -648
  237. package/src/newModules/timeSchedule/TimeSchedulePage.tsx +253 -253
  238. package/src/newModules/timeSchedule/components/ManuaSettings.tsx +460 -460
  239. package/src/newModules/timeSchedule/components/ScheduleCard.tsx +125 -125
  240. package/tsconfig.json +50 -50
@@ -1,563 +1,563 @@
1
- import I18n from "@ledvance/base/src/i18n";
2
- import { SceneNodeTransitionMode } from "../scene/SceneInfo";
3
-
4
- type HSV = {
5
- h: number
6
- s: number
7
- v: number
8
- }
9
-
10
- type BT = {
11
- brightness: number
12
- colorTemp: number
13
- }
14
-
15
- export interface FlagItemInfo {
16
- id: number
17
- version?: number
18
- mode: number
19
- speed: number
20
- colors: HSV[]
21
- whiteColors: BT []
22
- icon?: number | string
23
- }
24
-
25
- export interface FlagUiInfo extends FlagItemInfo{
26
- name: string
27
- }
28
-
29
- const defFlagConfig = {
30
- version: 0,
31
- mode: SceneNodeTransitionMode.Jump,
32
- speed: 75,
33
- whiteColors: [
34
- { brightness: 100, colorTemp: 0 },
35
- ],
36
- }
37
-
38
- export const defFlagList: FlagUiInfo[] = [
39
- {
40
- id: 231,
41
- name: I18n.getLang('flag_leverkusen'),
42
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 60, s: 100, v: 100 }],
43
- ...defFlagConfig
44
- },
45
- {
46
- id: 255,
47
- name: I18n.getLang('country_DE'),
48
- ...defFlagConfig,
49
- colors: [{ h: 48, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }],
50
- },
51
- {
52
- id: 254,
53
- name: I18n.getLang('country_BE'),
54
- ...defFlagConfig,
55
- colors: [{ h: 360, s: 100, v: 100 }, { h: 48, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }]
56
- },
57
- {
58
- id: 253,
59
- name: I18n.getLang('country_FR'),
60
- ...defFlagConfig,
61
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 212, s: 100, v: 100 }]
62
- },
63
- {
64
- id: 252,
65
- name: I18n.getLang('country_PT'),
66
- ...defFlagConfig,
67
- colors: [{ h: 360, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 120, s: 100, v: 64 }]
68
- },
69
- {
70
- id: 251,
71
- name: I18n.getLang('country_scotland'),
72
- ...defFlagConfig,
73
- colors: [{ h: 209, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 209, s: 100, v: 100 }]
74
- },
75
- {
76
- id: 250,
77
- name: I18n.getLang('country_ES'),
78
- ...defFlagConfig,
79
- colors: [{ h: 360, s: 100, v: 100 }, { h: 47, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }]
80
- },
81
- {
82
- id: 249,
83
- name: I18n.getLang('country_TR'),
84
- ...defFlagConfig,
85
- colors: [{ h: 360, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
86
- },
87
- {
88
- id: 248,
89
- name: I18n.getLang('country_AT'),
90
- ...defFlagConfig,
91
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
92
- },
93
- {
94
- id: 247,
95
- name: I18n.getLang('country_england'),
96
- ...defFlagConfig,
97
- colors: [{ h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
98
- },
99
- {
100
- id: 246,
101
- name: I18n.getLang('country_HU'),
102
- ...defFlagConfig,
103
- colors: [{ h: 120, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
104
- },
105
- {
106
- id: 245,
107
- name: I18n.getLang('country_SK'),
108
- ...defFlagConfig,
109
- colors: [{ h: 360, s: 100, v: 100 }, { h: 213, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
110
- },
111
- {
112
- id: 244,
113
- name: I18n.getLang('country_AL'),
114
- ...defFlagConfig,
115
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 360, s: 100, v: 100 }]
116
- },
117
- {
118
- id: 243,
119
- name: I18n.getLang('country_DK'),
120
- ...defFlagConfig,
121
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
122
- },
123
- {
124
- id: 242,
125
- name: I18n.getLang('country_NL'),
126
- ...defFlagConfig,
127
- colors: [{ h: 217, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
128
- },
129
- {
130
- id: 241,
131
- name: I18n.getLang('country_RO'),
132
- ...defFlagConfig,
133
- colors: [{ h: 360, s: 100, v: 100 }, { h: 48, s: 91, v: 100 }, { h: 219, s: 100, v: 100 }]
134
- },
135
- {
136
- id: 240,
137
- name: I18n.getLang('country_CH'),
138
- ...defFlagConfig,
139
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
140
- },
141
- {
142
- id: 239,
143
- name: I18n.getLang('country_RS'),
144
- ...defFlagConfig,
145
- colors: [{ h: 0, s: 0, v: 100 }, { h: 210, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }]
146
- },
147
- {
148
- id: 238,
149
- name: I18n.getLang('country_IT'),
150
- ...defFlagConfig,
151
- colors: [{ h: 360, s: 100, v: 100 }, { h: 212, s: 4, v: 100 }, { h: 120, s: 100, v: 64 }]
152
- },
153
- {
154
- id: 237,
155
- name: I18n.getLang('country_CZ'),
156
- ...defFlagConfig,
157
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 211, s: 100, v: 100 }]
158
- },
159
- {
160
- id: 236,
161
- name: I18n.getLang('country_SI'),
162
- ...defFlagConfig,
163
- colors: [{ h: 360, s: 100, v: 100 }, { h: 217, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
164
- },
165
- {
166
- id: 235,
167
- name: I18n.getLang('country_HR'),
168
- ...defFlagConfig,
169
- colors: [{ h: 220, s: 89, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
170
- },
171
- {
172
- id: 234,
173
- name: I18n.getLang('country_SE'),
174
- ...defFlagConfig,
175
- colors: [{ h: 201, s: 100, v: 100 }, { h: 48, s: 99, v: 100 }, { h: 201, s: 100, v: 100 }]
176
- },
177
- {
178
- id: 233,
179
- name: I18n.getLang('country_NO'),
180
- ...defFlagConfig,
181
- colors: [{ h: 218, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
182
- },
183
- {
184
- id: 232,
185
- name: I18n.getLang('country_PL'),
186
- ...defFlagConfig,
187
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
188
- },
189
- {
190
- id: 230,
191
- name: I18n.getLang('country_UA'),
192
- ...defFlagConfig,
193
- colors: [{ h: 50, s: 100, v: 100 }, { h: 211, s: 100, v: 100 }]
194
- },
195
-
196
-
197
- {
198
- id: 229,
199
- name: I18n.getLang('country_gb'),
200
- ...defFlagConfig,
201
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 }],
202
- },
203
- {
204
- id: 228,
205
- name: I18n.getLang('country_IE'),
206
- ...defFlagConfig,
207
- colors: [{ h: 45, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 }],
208
- },
209
- {
210
- id: 227,
211
- name: I18n.getLang('country_IL'),
212
- ...defFlagConfig,
213
- colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 }],
214
- },
215
- {
216
- id: 226,
217
- name: I18n.getLang('country_US'),
218
- ...defFlagConfig,
219
- colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }],
220
- },
221
- {
222
- id: 225,
223
- name: I18n.getLang('country_CA'),
224
- ...defFlagConfig,
225
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
226
- },
227
- {
228
- id: 224,
229
- name: I18n.getLang('country_MX'),
230
- ...defFlagConfig,
231
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
232
- },
233
- {
234
- id: 223,
235
- name: I18n.getLang('country_SA'),
236
- ...defFlagConfig,
237
- colors: [{ h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
238
- },
239
- {
240
- id: 222,
241
- name: I18n.getLang('country_AE'),
242
- ...defFlagConfig,
243
- 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 },],
244
- },
245
- {
246
- id: 221,
247
- name: I18n.getLang('country_AU'),
248
- ...defFlagConfig,
249
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 199, s: 84, v: 100 },],
250
- },
251
- {
252
- id: 220,
253
- name: I18n.getLang('country_JP'),
254
- ...defFlagConfig,
255
- colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }],
256
- },
257
- {
258
- id: 219,
259
- name: I18n.getLang('country_BR'),
260
- ...defFlagConfig,
261
- colors: [{ h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
262
- },
263
- {
264
- id: 218,
265
- name: I18n.getLang('country_AR'),
266
- ...defFlagConfig,
267
- colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 },],
268
- },
269
- {
270
- id: 217,
271
- name: I18n.getLang('country_AF'),
272
- ...defFlagConfig,
273
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
274
- },
275
- {
276
- id: 216,
277
- name: I18n.getLang('country_EG'),
278
- ...defFlagConfig,
279
- colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
280
- },
281
- {
282
- id: 215,
283
- name: I18n.getLang('country_ET'),
284
- ...defFlagConfig,
285
- colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
286
- },
287
- {
288
- id: 214,
289
- name: I18n.getLang('country_BB'),
290
- ...defFlagConfig,
291
- colors: [{ h: 220, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
292
- },
293
- {
294
- id: 213,
295
- name: I18n.getLang('country_BO'),
296
- ...defFlagConfig,
297
- colors: [{ h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
298
- },
299
- {
300
- id: 212,
301
- name: I18n.getLang('country_CN'),
302
- ...defFlagConfig,
303
- colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
304
- },
305
- {
306
- id: 211,
307
- name: I18n.getLang('country_EC'),
308
- ...defFlagConfig,
309
- colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
310
- },
311
- {
312
- id: 210,
313
- name: I18n.getLang('country_SV'),
314
- ...defFlagConfig,
315
- colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
316
- },
317
- {
318
- id: 209,
319
- name: I18n.getLang('country_CI'),
320
- ...defFlagConfig,
321
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
322
- },
323
- {
324
- id: 208,
325
- name: I18n.getLang('country_GH'),
326
- ...defFlagConfig,
327
- colors: [{ h: 128, s: 77, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
328
- },
329
- {
330
- id: 207,
331
- name: I18n.getLang('country_GL'),
332
- ...defFlagConfig,
333
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
334
- },
335
- {
336
- id: 206,
337
- name: I18n.getLang('country_GT'),
338
- ...defFlagConfig,
339
- colors: [{ h: 0, s: 0, v: 100 }, { h: 196, s: 100, v: 100 },],
340
- },
341
- {
342
- id: 205,
343
- name: I18n.getLang('country_HK'),
344
- ...defFlagConfig,
345
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
346
- },
347
- {
348
- id: 204,
349
- name: I18n.getLang('country_IN'),
350
- ...defFlagConfig,
351
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
352
- },
353
- {
354
- id: 203,
355
- name: I18n.getLang('country_ID'),
356
- ...defFlagConfig,
357
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
358
- },
359
- {
360
- id: 202,
361
- name: I18n.getLang('country_ir'),
362
- ...defFlagConfig,
363
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
364
- },
365
- {
366
- id: 201,
367
- name: I18n.getLang('country_IS'),
368
- ...defFlagConfig,
369
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 },],
370
- },
371
- {
372
- id: 200,
373
- name: I18n.getLang('country_JM'),
374
- ...defFlagConfig,
375
- colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 },],
376
- },
377
- {
378
- id: 199,
379
- name: I18n.getLang('country_CY'),
380
- ...defFlagConfig,
381
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
382
- },
383
- {
384
- id: 198,
385
- name: I18n.getLang('country_QA'),
386
- ...defFlagConfig,
387
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
388
- },
389
- {
390
- id: 197,
391
- name: I18n.getLang('country_KE'),
392
- ...defFlagConfig,
393
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
394
- },
395
- {
396
- id: 196,
397
- name: I18n.getLang('country_CO'),
398
- ...defFlagConfig,
399
- colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
400
- },
401
- {
402
- id: 195,
403
- name: I18n.getLang('country_CG'),
404
- ...defFlagConfig,
405
- colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
406
- },
407
- {
408
- id: 194,
409
- name: I18n.getLang('country_cu'),
410
- ...defFlagConfig,
411
- colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
412
- },
413
- {
414
- id: 193,
415
- name: I18n.getLang('country_LV'),
416
- ...defFlagConfig,
417
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
418
- },
419
- {
420
- id: 192,
421
- name: I18n.getLang('country_LY'),
422
- ...defFlagConfig,
423
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
424
- },
425
- {
426
- id: 191,
427
- name: I18n.getLang('country_LT'),
428
- ...defFlagConfig,
429
- colors: [{ h: 0, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 },],
430
- },
431
- {
432
- id: 190,
433
- name: I18n.getLang('country_LU'),
434
- ...defFlagConfig,
435
- colors: [{ h: 196, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
436
- },
437
- {
438
- id: 189,
439
- name: I18n.getLang('country_MG'),
440
- ...defFlagConfig,
441
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
442
- },
443
- {
444
- id: 188,
445
- name: I18n.getLang('country_MT'),
446
- ...defFlagConfig,
447
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
448
- },
449
- {
450
- id: 187,
451
- name: I18n.getLang('country_MA'),
452
- ...defFlagConfig,
453
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 },],
454
- },
455
- {
456
- id: 186,
457
- name: I18n.getLang('country_VN'),
458
- ...defFlagConfig,
459
- colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
460
- },
461
- {
462
- id: 185,
463
- name: I18n.getLang('country_NA'),
464
- ...defFlagConfig,
465
- 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 },],
466
- },
467
- {
468
- id: 184,
469
- name: I18n.getLang('country_NZ'),
470
- ...defFlagConfig,
471
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
472
- },
473
- {
474
- id: 183,
475
- name: I18n.getLang('country_NG'),
476
- ...defFlagConfig,
477
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
478
- },
479
- {
480
- id: 182,
481
- name: I18n.getLang('country_PK'),
482
- ...defFlagConfig,
483
- colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
484
- },
485
- {
486
- id: 181,
487
- name: I18n.getLang('country_PS'),
488
- ...defFlagConfig,
489
- 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 },],
490
- },
491
- {
492
- id: 180,
493
- name: I18n.getLang('country_PY'),
494
- ...defFlagConfig,
495
- colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
496
- },
497
- {
498
- id: 179,
499
- name: I18n.getLang('country_pe'),
500
- ...defFlagConfig,
501
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
502
- },
503
- {
504
- id: 178,
505
- name: I18n.getLang('country_PH'),
506
- ...defFlagConfig,
507
- colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
508
- },
509
- {
510
- id: 177,
511
- name: I18n.getLang('country_PR'),
512
- ...defFlagConfig,
513
- colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
514
- },
515
- {
516
- id: 176,
517
- name: I18n.getLang('country_RU'),
518
- ...defFlagConfig,
519
- colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
520
- },
521
- {
522
- id: 175,
523
- name: I18n.getLang('country_ZA'),
524
- ...defFlagConfig,
525
- 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 },],
526
- },
527
- {
528
- id: 174,
529
- name: I18n.getLang('country_sy'),
530
- ...defFlagConfig,
531
- 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 },],
532
- },
533
- {
534
- id: 173,
535
- name: I18n.getLang('country_TH'),
536
- ...defFlagConfig,
537
- colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
538
- },
539
- {
540
- id: 172,
541
- name: I18n.getLang('country_TN'),
542
- ...defFlagConfig,
543
- colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
544
- },
545
- {
546
- id: 171,
547
- name: I18n.getLang('country_UG'),
548
- ...defFlagConfig,
549
- colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
550
- },
551
- {
552
- id: 170,
553
- name: I18n.getLang('country_UY'),
554
- ...defFlagConfig,
555
- 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 },],
556
- },
557
- {
558
- id: 169,
559
- name: I18n.getLang('country_VE'),
560
- ...defFlagConfig,
561
- colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 60, s: 100, v: 100 },],
562
- }
563
- ]
1
+ import I18n from "@ledvance/base/src/i18n";
2
+ import { SceneNodeTransitionMode } from "../scene/SceneInfo";
3
+
4
+ type HSV = {
5
+ h: number
6
+ s: number
7
+ v: number
8
+ }
9
+
10
+ type BT = {
11
+ brightness: number
12
+ colorTemp: number
13
+ }
14
+
15
+ export interface FlagItemInfo {
16
+ id: number
17
+ version?: number
18
+ mode: number
19
+ speed: number
20
+ colors: HSV[]
21
+ whiteColors: BT []
22
+ icon?: number | string
23
+ }
24
+
25
+ export interface FlagUiInfo extends FlagItemInfo{
26
+ name: string
27
+ }
28
+
29
+ const defFlagConfig = {
30
+ version: 0,
31
+ mode: SceneNodeTransitionMode.Jump,
32
+ speed: 75,
33
+ whiteColors: [
34
+ { brightness: 100, colorTemp: 0 },
35
+ ],
36
+ }
37
+
38
+ export const defFlagList: FlagUiInfo[] = [
39
+ {
40
+ id: 231,
41
+ name: I18n.getLang('flag_leverkusen'),
42
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 60, s: 100, v: 100 }],
43
+ ...defFlagConfig
44
+ },
45
+ {
46
+ id: 255,
47
+ name: I18n.getLang('country_DE'),
48
+ ...defFlagConfig,
49
+ colors: [{ h: 48, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }],
50
+ },
51
+ {
52
+ id: 254,
53
+ name: I18n.getLang('country_BE'),
54
+ ...defFlagConfig,
55
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 48, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }]
56
+ },
57
+ {
58
+ id: 253,
59
+ name: I18n.getLang('country_FR'),
60
+ ...defFlagConfig,
61
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 212, s: 100, v: 100 }]
62
+ },
63
+ {
64
+ id: 252,
65
+ name: I18n.getLang('country_PT'),
66
+ ...defFlagConfig,
67
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 120, s: 100, v: 64 }]
68
+ },
69
+ {
70
+ id: 251,
71
+ name: I18n.getLang('country_scotland'),
72
+ ...defFlagConfig,
73
+ colors: [{ h: 209, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 209, s: 100, v: 100 }]
74
+ },
75
+ {
76
+ id: 250,
77
+ name: I18n.getLang('country_ES'),
78
+ ...defFlagConfig,
79
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 47, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }]
80
+ },
81
+ {
82
+ id: 249,
83
+ name: I18n.getLang('country_TR'),
84
+ ...defFlagConfig,
85
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
86
+ },
87
+ {
88
+ id: 248,
89
+ name: I18n.getLang('country_AT'),
90
+ ...defFlagConfig,
91
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
92
+ },
93
+ {
94
+ id: 247,
95
+ name: I18n.getLang('country_england'),
96
+ ...defFlagConfig,
97
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
98
+ },
99
+ {
100
+ id: 246,
101
+ name: I18n.getLang('country_HU'),
102
+ ...defFlagConfig,
103
+ colors: [{ h: 120, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
104
+ },
105
+ {
106
+ id: 245,
107
+ name: I18n.getLang('country_SK'),
108
+ ...defFlagConfig,
109
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 213, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
110
+ },
111
+ {
112
+ id: 244,
113
+ name: I18n.getLang('country_AL'),
114
+ ...defFlagConfig,
115
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 360, s: 100, v: 100 }]
116
+ },
117
+ {
118
+ id: 243,
119
+ name: I18n.getLang('country_DK'),
120
+ ...defFlagConfig,
121
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
122
+ },
123
+ {
124
+ id: 242,
125
+ name: I18n.getLang('country_NL'),
126
+ ...defFlagConfig,
127
+ colors: [{ h: 217, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
128
+ },
129
+ {
130
+ id: 241,
131
+ name: I18n.getLang('country_RO'),
132
+ ...defFlagConfig,
133
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 48, s: 91, v: 100 }, { h: 219, s: 100, v: 100 }]
134
+ },
135
+ {
136
+ id: 240,
137
+ name: I18n.getLang('country_CH'),
138
+ ...defFlagConfig,
139
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
140
+ },
141
+ {
142
+ id: 239,
143
+ name: I18n.getLang('country_RS'),
144
+ ...defFlagConfig,
145
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 210, s: 100, v: 100 }, { h: 360, s: 100, v: 100 }]
146
+ },
147
+ {
148
+ id: 238,
149
+ name: I18n.getLang('country_IT'),
150
+ ...defFlagConfig,
151
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 212, s: 4, v: 100 }, { h: 120, s: 100, v: 64 }]
152
+ },
153
+ {
154
+ id: 237,
155
+ name: I18n.getLang('country_CZ'),
156
+ ...defFlagConfig,
157
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 211, s: 100, v: 100 }]
158
+ },
159
+ {
160
+ id: 236,
161
+ name: I18n.getLang('country_SI'),
162
+ ...defFlagConfig,
163
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 217, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
164
+ },
165
+ {
166
+ id: 235,
167
+ name: I18n.getLang('country_HR'),
168
+ ...defFlagConfig,
169
+ colors: [{ h: 220, s: 89, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
170
+ },
171
+ {
172
+ id: 234,
173
+ name: I18n.getLang('country_SE'),
174
+ ...defFlagConfig,
175
+ colors: [{ h: 201, s: 100, v: 100 }, { h: 48, s: 99, v: 100 }, { h: 201, s: 100, v: 100 }]
176
+ },
177
+ {
178
+ id: 233,
179
+ name: I18n.getLang('country_NO'),
180
+ ...defFlagConfig,
181
+ colors: [{ h: 218, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 360, s: 100, v: 100 }]
182
+ },
183
+ {
184
+ id: 232,
185
+ name: I18n.getLang('country_PL'),
186
+ ...defFlagConfig,
187
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }]
188
+ },
189
+ {
190
+ id: 230,
191
+ name: I18n.getLang('country_UA'),
192
+ ...defFlagConfig,
193
+ colors: [{ h: 50, s: 100, v: 100 }, { h: 211, s: 100, v: 100 }]
194
+ },
195
+
196
+
197
+ {
198
+ id: 229,
199
+ name: I18n.getLang('country_gb'),
200
+ ...defFlagConfig,
201
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 }],
202
+ },
203
+ {
204
+ id: 228,
205
+ name: I18n.getLang('country_IE'),
206
+ ...defFlagConfig,
207
+ colors: [{ h: 45, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 }],
208
+ },
209
+ {
210
+ id: 227,
211
+ name: I18n.getLang('country_IL'),
212
+ ...defFlagConfig,
213
+ colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 }],
214
+ },
215
+ {
216
+ id: 226,
217
+ name: I18n.getLang('country_US'),
218
+ ...defFlagConfig,
219
+ colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }],
220
+ },
221
+ {
222
+ id: 225,
223
+ name: I18n.getLang('country_CA'),
224
+ ...defFlagConfig,
225
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
226
+ },
227
+ {
228
+ id: 224,
229
+ name: I18n.getLang('country_MX'),
230
+ ...defFlagConfig,
231
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
232
+ },
233
+ {
234
+ id: 223,
235
+ name: I18n.getLang('country_SA'),
236
+ ...defFlagConfig,
237
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 103, s: 73, v: 64 },],
238
+ },
239
+ {
240
+ id: 222,
241
+ name: I18n.getLang('country_AE'),
242
+ ...defFlagConfig,
243
+ 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 },],
244
+ },
245
+ {
246
+ id: 221,
247
+ name: I18n.getLang('country_AU'),
248
+ ...defFlagConfig,
249
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 199, s: 84, v: 100 },],
250
+ },
251
+ {
252
+ id: 220,
253
+ name: I18n.getLang('country_JP'),
254
+ ...defFlagConfig,
255
+ colors: [{ h: 360, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }],
256
+ },
257
+ {
258
+ id: 219,
259
+ name: I18n.getLang('country_BR'),
260
+ ...defFlagConfig,
261
+ colors: [{ h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
262
+ },
263
+ {
264
+ id: 218,
265
+ name: I18n.getLang('country_AR'),
266
+ ...defFlagConfig,
267
+ colors: [{ h: 210, s: 65, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 210, s: 65, v: 100 },],
268
+ },
269
+ {
270
+ id: 217,
271
+ name: I18n.getLang('country_AF'),
272
+ ...defFlagConfig,
273
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
274
+ },
275
+ {
276
+ id: 216,
277
+ name: I18n.getLang('country_EG'),
278
+ ...defFlagConfig,
279
+ colors: [{ h: 0, s: 0, v: 0 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
280
+ },
281
+ {
282
+ id: 215,
283
+ name: I18n.getLang('country_ET'),
284
+ ...defFlagConfig,
285
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
286
+ },
287
+ {
288
+ id: 214,
289
+ name: I18n.getLang('country_BB'),
290
+ ...defFlagConfig,
291
+ colors: [{ h: 220, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
292
+ },
293
+ {
294
+ id: 213,
295
+ name: I18n.getLang('country_BO'),
296
+ ...defFlagConfig,
297
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
298
+ },
299
+ {
300
+ id: 212,
301
+ name: I18n.getLang('country_CN'),
302
+ ...defFlagConfig,
303
+ colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
304
+ },
305
+ {
306
+ id: 211,
307
+ name: I18n.getLang('country_EC'),
308
+ ...defFlagConfig,
309
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
310
+ },
311
+ {
312
+ id: 210,
313
+ name: I18n.getLang('country_SV'),
314
+ ...defFlagConfig,
315
+ colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
316
+ },
317
+ {
318
+ id: 209,
319
+ name: I18n.getLang('country_CI'),
320
+ ...defFlagConfig,
321
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
322
+ },
323
+ {
324
+ id: 208,
325
+ name: I18n.getLang('country_GH'),
326
+ ...defFlagConfig,
327
+ colors: [{ h: 128, s: 77, v: 64 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
328
+ },
329
+ {
330
+ id: 207,
331
+ name: I18n.getLang('country_GL'),
332
+ ...defFlagConfig,
333
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
334
+ },
335
+ {
336
+ id: 206,
337
+ name: I18n.getLang('country_GT'),
338
+ ...defFlagConfig,
339
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 196, s: 100, v: 100 },],
340
+ },
341
+ {
342
+ id: 205,
343
+ name: I18n.getLang('country_HK'),
344
+ ...defFlagConfig,
345
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
346
+ },
347
+ {
348
+ id: 204,
349
+ name: I18n.getLang('country_IN'),
350
+ ...defFlagConfig,
351
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
352
+ },
353
+ {
354
+ id: 203,
355
+ name: I18n.getLang('country_ID'),
356
+ ...defFlagConfig,
357
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
358
+ },
359
+ {
360
+ id: 202,
361
+ name: I18n.getLang('country_ir'),
362
+ ...defFlagConfig,
363
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
364
+ },
365
+ {
366
+ id: 201,
367
+ name: I18n.getLang('country_IS'),
368
+ ...defFlagConfig,
369
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 },],
370
+ },
371
+ {
372
+ id: 200,
373
+ name: I18n.getLang('country_JM'),
374
+ ...defFlagConfig,
375
+ colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 }, { h: 147, s: 100, v: 64 },],
376
+ },
377
+ {
378
+ id: 199,
379
+ name: I18n.getLang('country_CY'),
380
+ ...defFlagConfig,
381
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 45, s: 100, v: 100 },],
382
+ },
383
+ {
384
+ id: 198,
385
+ name: I18n.getLang('country_QA'),
386
+ ...defFlagConfig,
387
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
388
+ },
389
+ {
390
+ id: 197,
391
+ name: I18n.getLang('country_KE'),
392
+ ...defFlagConfig,
393
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
394
+ },
395
+ {
396
+ id: 196,
397
+ name: I18n.getLang('country_CO'),
398
+ ...defFlagConfig,
399
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 210, s: 78, v: 100 }, { h: 60, s: 100, v: 100 },],
400
+ },
401
+ {
402
+ id: 195,
403
+ name: I18n.getLang('country_CG'),
404
+ ...defFlagConfig,
405
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 147, s: 100, v: 64 },],
406
+ },
407
+ {
408
+ id: 194,
409
+ name: I18n.getLang('country_cu'),
410
+ ...defFlagConfig,
411
+ colors: [{ h: 210, s: 78, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
412
+ },
413
+ {
414
+ id: 193,
415
+ name: I18n.getLang('country_LV'),
416
+ ...defFlagConfig,
417
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
418
+ },
419
+ {
420
+ id: 192,
421
+ name: I18n.getLang('country_LY'),
422
+ ...defFlagConfig,
423
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 0 }, { h: 0, s: 100, v: 100 },],
424
+ },
425
+ {
426
+ id: 191,
427
+ name: I18n.getLang('country_LT'),
428
+ ...defFlagConfig,
429
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 147, s: 100, v: 64 }, { h: 60, s: 100, v: 100 },],
430
+ },
431
+ {
432
+ id: 190,
433
+ name: I18n.getLang('country_LU'),
434
+ ...defFlagConfig,
435
+ colors: [{ h: 196, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
436
+ },
437
+ {
438
+ id: 189,
439
+ name: I18n.getLang('country_MG'),
440
+ ...defFlagConfig,
441
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
442
+ },
443
+ {
444
+ id: 188,
445
+ name: I18n.getLang('country_MT'),
446
+ ...defFlagConfig,
447
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
448
+ },
449
+ {
450
+ id: 187,
451
+ name: I18n.getLang('country_MA'),
452
+ ...defFlagConfig,
453
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 100, v: 100 },],
454
+ },
455
+ {
456
+ id: 186,
457
+ name: I18n.getLang('country_VN'),
458
+ ...defFlagConfig,
459
+ colors: [{ h: 60, s: 100, v: 100 }, { h: 0, s: 100, v: 100 },],
460
+ },
461
+ {
462
+ id: 185,
463
+ name: I18n.getLang('country_NA'),
464
+ ...defFlagConfig,
465
+ 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 },],
466
+ },
467
+ {
468
+ id: 184,
469
+ name: I18n.getLang('country_NZ'),
470
+ ...defFlagConfig,
471
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 }, { h: 220, s: 100, v: 100 },],
472
+ },
473
+ {
474
+ id: 183,
475
+ name: I18n.getLang('country_NG'),
476
+ ...defFlagConfig,
477
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 }, { h: 147, s: 100, v: 64 },],
478
+ },
479
+ {
480
+ id: 182,
481
+ name: I18n.getLang('country_PK'),
482
+ ...defFlagConfig,
483
+ colors: [{ h: 147, s: 100, v: 64 }, { h: 0, s: 0, v: 100 },],
484
+ },
485
+ {
486
+ id: 181,
487
+ name: I18n.getLang('country_PS'),
488
+ ...defFlagConfig,
489
+ 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 },],
490
+ },
491
+ {
492
+ id: 180,
493
+ name: I18n.getLang('country_PY'),
494
+ ...defFlagConfig,
495
+ colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
496
+ },
497
+ {
498
+ id: 179,
499
+ name: I18n.getLang('country_pe'),
500
+ ...defFlagConfig,
501
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
502
+ },
503
+ {
504
+ id: 178,
505
+ name: I18n.getLang('country_PH'),
506
+ ...defFlagConfig,
507
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
508
+ },
509
+ {
510
+ id: 177,
511
+ name: I18n.getLang('country_PR'),
512
+ ...defFlagConfig,
513
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 205, s: 100, v: 100 },],
514
+ },
515
+ {
516
+ id: 176,
517
+ name: I18n.getLang('country_RU'),
518
+ ...defFlagConfig,
519
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 },],
520
+ },
521
+ {
522
+ id: 175,
523
+ name: I18n.getLang('country_ZA'),
524
+ ...defFlagConfig,
525
+ 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 },],
526
+ },
527
+ {
528
+ id: 174,
529
+ name: I18n.getLang('country_sy'),
530
+ ...defFlagConfig,
531
+ 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 },],
532
+ },
533
+ {
534
+ id: 173,
535
+ name: I18n.getLang('country_TH'),
536
+ ...defFlagConfig,
537
+ colors: [{ h: 205, s: 100, v: 100 }, { h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
538
+ },
539
+ {
540
+ id: 172,
541
+ name: I18n.getLang('country_TN'),
542
+ ...defFlagConfig,
543
+ colors: [{ h: 0, s: 0, v: 100 }, { h: 0, s: 100, v: 100 },],
544
+ },
545
+ {
546
+ id: 171,
547
+ name: I18n.getLang('country_UG'),
548
+ ...defFlagConfig,
549
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 60, s: 100, v: 100 }, { h: 0, s: 0, v: 0 },],
550
+ },
551
+ {
552
+ id: 170,
553
+ name: I18n.getLang('country_UY'),
554
+ ...defFlagConfig,
555
+ 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 },],
556
+ },
557
+ {
558
+ id: 169,
559
+ name: I18n.getLang('country_VE'),
560
+ ...defFlagConfig,
561
+ colors: [{ h: 0, s: 100, v: 100 }, { h: 205, s: 100, v: 100 }, { h: 60, s: 100, v: 100 },],
562
+ }
563
+ ]