@shakerquiz/utilities 1.0.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dprint.json +4 -12
- package/jsconfig.json +13 -6
- package/package.json +9 -12
- package/source/enumerations/core/features.js +56 -0
- package/source/enumerations/core/methods.js +16 -0
- package/source/enumerations/core/networks.js +6 -0
- package/source/enumerations/core/runtimes.js +6 -0
- package/source/enumerations/entities/affilation.js +91 -0
- package/source/enumerations/entities/cities-mode.js +49 -0
- package/source/enumerations/entities/city/timezone-mode.js +44 -0
- package/source/enumerations/entities/city/venues-mode.js +60 -0
- package/source/enumerations/entities/game-status.js +130 -0
- package/source/enumerations/entities/password-mode.js +40 -0
- package/source/enumerations/entities/registration-attribute.js +83 -0
- package/source/enumerations/entities/registration-channel.js +26 -0
- package/source/enumerations/entities/registration-lineup.js +75 -0
- package/source/enumerations/entities/registration-mailing.js +24 -0
- package/source/enumerations/entities/registration-status.js +89 -0
- package/source/enumerations/entities/role-mode.js +40 -0
- package/source/enumerations/entities/role.js +82 -0
- package/source/enumerations/entities/venue/audience.js +100 -0
- package/source/enumerations/entities/venue/city-mode.js +44 -0
- package/source/enumerations/entities/venue/status.js +53 -0
- package/source/enumerations/entities/version.js +76 -0
- package/source/enumerations/{constants.js → misc/constants.js} +2 -2
- package/source/enumerations/misc/icons.js +655 -0
- package/source/enumerations/misc/keys.js +15 -0
- package/source/enumerations/misc/phases.js +42 -0
- package/source/enumerations/misc/regexps.js +5 -0
- package/source/enumerations/misc/routes.js +610 -0
- package/source/functions/tag.d.ts +1 -0
- package/source/functions/tag.js +5 -0
- package/source/index.js +34 -11
- package/source/schemas/PATCH/city/admin.json +126 -0
- package/source/schemas/PATCH/city/currency/admin.json +173 -0
- package/source/schemas/PATCH/city/timezone/admin.json +501 -0
- package/source/schemas/PATCH/game/admin.json +30 -0
- package/source/schemas/PATCH/game/organizer.json +30 -0
- package/source/schemas/PATCH/registration/admin.json +43 -0
- package/source/schemas/PATCH/registration/cancellation/default.json +12 -0
- package/source/schemas/PATCH/registration/channel/default.json +22 -0
- package/source/schemas/PATCH/registration/confirmation/default.json +12 -0
- package/source/schemas/PATCH/registration/default.json +10 -0
- package/source/schemas/PATCH/registration/organizer.json +43 -0
- package/source/schemas/PATCH/theme/admin.json +19 -0
- package/source/schemas/PATCH/user/admin.json +30 -0
- package/source/schemas/PATCH/user/cities/admin.json +17 -0
- package/source/schemas/PATCH/user/password/admin.json +12 -0
- package/source/schemas/PATCH/user/role/admin.json +13 -0
- package/source/schemas/PATCH/venue/admin.json +44 -0
- package/source/schemas/PATCH/venue/organizer.json +44 -0
- package/source/schemas/POST/checkin/default.json +16 -0
- package/source/schemas/POST/city/admin.json +696 -0
- package/source/schemas/POST/game/admin.json +27 -0
- package/source/schemas/POST/game/organizer.json +27 -0
- package/source/schemas/POST/game/registrations/export/admin.json +17 -0
- package/source/schemas/POST/game/registrations/export/organizer.json +17 -0
- package/source/schemas/POST/registration/default.json +125 -0
- package/source/schemas/POST/registration/mailing/admin.json +16 -0
- package/source/schemas/POST/registration/mailing/organizer.json +16 -0
- package/source/schemas/POST/registrations/export/admin.json +17 -0
- package/source/schemas/POST/registrations/export/organizer.json +17 -0
- package/source/schemas/POST/theme/admin.json +24 -0
- package/source/schemas/POST/user/admin.json +12 -0
- package/source/schemas/POST/user/cities/admin.json +17 -0
- package/source/schemas/POST/user/password/admin.json +12 -0
- package/source/schemas/POST/user/role/admin.json +13 -0
- package/source/schemas/POST/venue/admin.json +38 -0
- package/source/schemas/POST/venue/organizer.json +38 -0
- package/source/enumerations/constants.d.ts +0 -3
- package/source/enumerations/cookies.d.ts +0 -5
- package/source/enumerations/cookies.js +0 -5
- package/source/enumerations/features.d.ts +0 -58
- package/source/enumerations/features.js +0 -49
- package/source/enumerations/game-statuses.d.ts +0 -39
- package/source/enumerations/game-statuses.js +0 -39
- package/source/enumerations/kinds.d.ts +0 -4
- package/source/enumerations/kinds.js +0 -4
- package/source/enumerations/methods.d.ts +0 -7
- package/source/enumerations/methods.js +0 -7
- package/source/enumerations/networks.d.ts +0 -4
- package/source/enumerations/networks.js +0 -4
- package/source/enumerations/phases.d.ts +0 -7
- package/source/enumerations/phases.js +0 -7
- package/source/enumerations/regexps.d.ts +0 -4
- package/source/enumerations/regexps.js +0 -6
- package/source/enumerations/roles.d.ts +0 -5
- package/source/enumerations/roles.js +0 -5
- package/source/functions/request.d.ts +0 -131
- package/source/functions/request.js +0 -202
- package/source/globals.d.ts +0 -14
- package/source/index.d.ts +0 -15
- package/source/results.d.ts +0 -137
- package/source/rows.d.ts +0 -533
|
@@ -0,0 +1,655 @@
|
|
|
1
|
+
export var Icons = /** @type {const} */ ([
|
|
2
|
+
'hero/solid/academic-cap',
|
|
3
|
+
'hero/solid/adjustments-horizontal',
|
|
4
|
+
'hero/solid/adjustments-vertical',
|
|
5
|
+
'hero/solid/archive-box-arrow-down',
|
|
6
|
+
'hero/solid/archive-box-x-mark',
|
|
7
|
+
'hero/solid/archive-box',
|
|
8
|
+
'hero/solid/arrow-down-circle',
|
|
9
|
+
'hero/solid/arrow-down-left',
|
|
10
|
+
'hero/solid/arrow-down-on-square-stack',
|
|
11
|
+
'hero/solid/arrow-down-on-square',
|
|
12
|
+
'hero/solid/arrow-down-right',
|
|
13
|
+
'hero/solid/arrow-down-tray',
|
|
14
|
+
'hero/solid/arrow-down',
|
|
15
|
+
'hero/solid/arrow-left-circle',
|
|
16
|
+
'hero/solid/arrow-left-end-on-rectangle',
|
|
17
|
+
'hero/solid/arrow-left-on-rectangle',
|
|
18
|
+
'hero/solid/arrow-left-start-on-rectangle',
|
|
19
|
+
'hero/solid/arrow-left',
|
|
20
|
+
'hero/solid/arrow-long-down',
|
|
21
|
+
'hero/solid/arrow-long-left',
|
|
22
|
+
'hero/solid/arrow-long-right',
|
|
23
|
+
'hero/solid/arrow-long-up',
|
|
24
|
+
'hero/solid/arrow-path-rounded-square',
|
|
25
|
+
'hero/solid/arrow-path',
|
|
26
|
+
'hero/solid/arrow-right-circle',
|
|
27
|
+
'hero/solid/arrow-right-end-on-rectangle',
|
|
28
|
+
'hero/solid/arrow-right-on-rectangle',
|
|
29
|
+
'hero/solid/arrow-right-start-on-rectangle',
|
|
30
|
+
'hero/solid/arrow-right',
|
|
31
|
+
'hero/solid/arrow-small-down',
|
|
32
|
+
'hero/solid/arrow-small-left',
|
|
33
|
+
'hero/solid/arrow-small-right',
|
|
34
|
+
'hero/solid/arrow-small-up',
|
|
35
|
+
'hero/solid/arrow-top-right-on-square',
|
|
36
|
+
'hero/solid/arrow-trending-down',
|
|
37
|
+
'hero/solid/arrow-trending-up',
|
|
38
|
+
'hero/solid/arrow-turn-down-left',
|
|
39
|
+
'hero/solid/arrow-turn-down-right',
|
|
40
|
+
'hero/solid/arrow-turn-left-down',
|
|
41
|
+
'hero/solid/arrow-turn-left-up',
|
|
42
|
+
'hero/solid/arrow-turn-right-down',
|
|
43
|
+
'hero/solid/arrow-turn-right-up',
|
|
44
|
+
'hero/solid/arrow-turn-up-left',
|
|
45
|
+
'hero/solid/arrow-turn-up-right',
|
|
46
|
+
'hero/solid/arrow-up-circle',
|
|
47
|
+
'hero/solid/arrow-up-left',
|
|
48
|
+
'hero/solid/arrow-up-on-square-stack',
|
|
49
|
+
'hero/solid/arrow-up-on-square',
|
|
50
|
+
'hero/solid/arrow-up-right',
|
|
51
|
+
'hero/solid/arrow-up-tray',
|
|
52
|
+
'hero/solid/arrow-up',
|
|
53
|
+
'hero/solid/arrow-uturn-down',
|
|
54
|
+
'hero/solid/arrow-uturn-left',
|
|
55
|
+
'hero/solid/arrow-uturn-right',
|
|
56
|
+
'hero/solid/arrow-uturn-up',
|
|
57
|
+
'hero/solid/arrows-pointing-in',
|
|
58
|
+
'hero/solid/arrows-pointing-out',
|
|
59
|
+
'hero/solid/arrows-right-left',
|
|
60
|
+
'hero/solid/arrows-up-down',
|
|
61
|
+
'hero/solid/at-symbol',
|
|
62
|
+
'hero/solid/backspace',
|
|
63
|
+
'hero/solid/backward',
|
|
64
|
+
'hero/solid/banknotes',
|
|
65
|
+
'hero/solid/bars-2',
|
|
66
|
+
'hero/solid/bars-3-bottom-left',
|
|
67
|
+
'hero/solid/bars-3-bottom-right',
|
|
68
|
+
'hero/solid/bars-3-center-left',
|
|
69
|
+
'hero/solid/bars-3',
|
|
70
|
+
'hero/solid/bars-4',
|
|
71
|
+
'hero/solid/bars-arrow-down',
|
|
72
|
+
'hero/solid/bars-arrow-up',
|
|
73
|
+
'hero/solid/battery-0',
|
|
74
|
+
'hero/solid/battery-100',
|
|
75
|
+
'hero/solid/battery-50',
|
|
76
|
+
'hero/solid/beaker',
|
|
77
|
+
'hero/solid/bell-alert',
|
|
78
|
+
'hero/solid/bell-slash',
|
|
79
|
+
'hero/solid/bell-snooze',
|
|
80
|
+
'hero/solid/bell',
|
|
81
|
+
'hero/solid/bold',
|
|
82
|
+
'hero/solid/bolt-slash',
|
|
83
|
+
'hero/solid/bolt',
|
|
84
|
+
'hero/solid/book-open',
|
|
85
|
+
'hero/solid/bookmark-slash',
|
|
86
|
+
'hero/solid/bookmark-square',
|
|
87
|
+
'hero/solid/bookmark',
|
|
88
|
+
'hero/solid/briefcase',
|
|
89
|
+
'hero/solid/bug-ant',
|
|
90
|
+
'hero/solid/building-library',
|
|
91
|
+
'hero/solid/building-office-2',
|
|
92
|
+
'hero/solid/building-office',
|
|
93
|
+
'hero/solid/building-storefront',
|
|
94
|
+
'hero/solid/cake',
|
|
95
|
+
'hero/solid/calculator',
|
|
96
|
+
'hero/solid/calendar-date-range',
|
|
97
|
+
'hero/solid/calendar-days',
|
|
98
|
+
'hero/solid/calendar',
|
|
99
|
+
'hero/solid/camera',
|
|
100
|
+
'hero/solid/chart-bar-square',
|
|
101
|
+
'hero/solid/chart-bar',
|
|
102
|
+
'hero/solid/chart-pie',
|
|
103
|
+
'hero/solid/chat-bubble-bottom-center-text',
|
|
104
|
+
'hero/solid/chat-bubble-bottom-center',
|
|
105
|
+
'hero/solid/chat-bubble-left-ellipsis',
|
|
106
|
+
'hero/solid/chat-bubble-left-right',
|
|
107
|
+
'hero/solid/chat-bubble-left',
|
|
108
|
+
'hero/solid/chat-bubble-oval-left-ellipsis',
|
|
109
|
+
'hero/solid/chat-bubble-oval-left',
|
|
110
|
+
'hero/solid/check-badge',
|
|
111
|
+
'hero/solid/check-circle',
|
|
112
|
+
'hero/solid/check',
|
|
113
|
+
'hero/solid/chevron-double-down',
|
|
114
|
+
'hero/solid/chevron-double-left',
|
|
115
|
+
'hero/solid/chevron-double-right',
|
|
116
|
+
'hero/solid/chevron-double-up',
|
|
117
|
+
'hero/solid/chevron-down',
|
|
118
|
+
'hero/solid/chevron-left',
|
|
119
|
+
'hero/solid/chevron-right',
|
|
120
|
+
'hero/solid/chevron-up-down',
|
|
121
|
+
'hero/solid/chevron-up',
|
|
122
|
+
'hero/solid/circle-stack',
|
|
123
|
+
'hero/solid/clipboard-document-check',
|
|
124
|
+
'hero/solid/clipboard-document-list',
|
|
125
|
+
'hero/solid/clipboard-document',
|
|
126
|
+
'hero/solid/clipboard',
|
|
127
|
+
'hero/solid/clock',
|
|
128
|
+
'hero/solid/cloud-arrow-down',
|
|
129
|
+
'hero/solid/cloud-arrow-up',
|
|
130
|
+
'hero/solid/cloud',
|
|
131
|
+
'hero/solid/code-bracket-square',
|
|
132
|
+
'hero/solid/code-bracket',
|
|
133
|
+
'hero/solid/cog-6-tooth',
|
|
134
|
+
'hero/solid/cog-8-tooth',
|
|
135
|
+
'hero/solid/cog',
|
|
136
|
+
'hero/solid/command-line',
|
|
137
|
+
'hero/solid/computer-desktop',
|
|
138
|
+
'hero/solid/cpu-chip',
|
|
139
|
+
'hero/solid/credit-card',
|
|
140
|
+
'hero/solid/cube-transparent',
|
|
141
|
+
'hero/solid/cube',
|
|
142
|
+
'hero/solid/currency-bangladeshi',
|
|
143
|
+
'hero/solid/currency-dollar',
|
|
144
|
+
'hero/solid/currency-euro',
|
|
145
|
+
'hero/solid/currency-pound',
|
|
146
|
+
'hero/solid/currency-rupee',
|
|
147
|
+
'hero/solid/currency-yen',
|
|
148
|
+
'hero/solid/cursor-arrow-rays',
|
|
149
|
+
'hero/solid/cursor-arrow-ripple',
|
|
150
|
+
'hero/solid/device-phone-mobile',
|
|
151
|
+
'hero/solid/device-tablet',
|
|
152
|
+
'hero/solid/divide',
|
|
153
|
+
'hero/solid/document-arrow-down',
|
|
154
|
+
'hero/solid/document-arrow-up',
|
|
155
|
+
'hero/solid/document-chart-bar',
|
|
156
|
+
'hero/solid/document-check',
|
|
157
|
+
'hero/solid/document-currency-bangladeshi',
|
|
158
|
+
'hero/solid/document-currency-dollar',
|
|
159
|
+
'hero/solid/document-currency-euro',
|
|
160
|
+
'hero/solid/document-currency-pound',
|
|
161
|
+
'hero/solid/document-currency-rupee',
|
|
162
|
+
'hero/solid/document-currency-yen',
|
|
163
|
+
'hero/solid/document-duplicate',
|
|
164
|
+
'hero/solid/document-magnifying-glass',
|
|
165
|
+
'hero/solid/document-minus',
|
|
166
|
+
'hero/solid/document-plus',
|
|
167
|
+
'hero/solid/document-text',
|
|
168
|
+
'hero/solid/document',
|
|
169
|
+
'hero/solid/ellipsis-horizontal-circle',
|
|
170
|
+
'hero/solid/ellipsis-horizontal',
|
|
171
|
+
'hero/solid/ellipsis-vertical',
|
|
172
|
+
'hero/solid/envelope-open',
|
|
173
|
+
'hero/solid/envelope',
|
|
174
|
+
'hero/solid/equals',
|
|
175
|
+
'hero/solid/exclamation-circle',
|
|
176
|
+
'hero/solid/exclamation-triangle',
|
|
177
|
+
'hero/solid/eye-dropper',
|
|
178
|
+
'hero/solid/eye-slash',
|
|
179
|
+
'hero/solid/eye',
|
|
180
|
+
'hero/solid/face-frown',
|
|
181
|
+
'hero/solid/face-smile',
|
|
182
|
+
'hero/solid/film',
|
|
183
|
+
'hero/solid/finger-print',
|
|
184
|
+
'hero/solid/fire',
|
|
185
|
+
'hero/solid/flag',
|
|
186
|
+
'hero/solid/folder-arrow-down',
|
|
187
|
+
'hero/solid/folder-minus',
|
|
188
|
+
'hero/solid/folder-open',
|
|
189
|
+
'hero/solid/folder-plus',
|
|
190
|
+
'hero/solid/folder',
|
|
191
|
+
'hero/solid/forward',
|
|
192
|
+
'hero/solid/funnel',
|
|
193
|
+
'hero/solid/gif',
|
|
194
|
+
'hero/solid/gift-top',
|
|
195
|
+
'hero/solid/gift',
|
|
196
|
+
'hero/solid/globe-alt',
|
|
197
|
+
'hero/solid/globe-americas',
|
|
198
|
+
'hero/solid/globe-asia-australia',
|
|
199
|
+
'hero/solid/globe-europe-africa',
|
|
200
|
+
'hero/solid/h1',
|
|
201
|
+
'hero/solid/h2',
|
|
202
|
+
'hero/solid/h3',
|
|
203
|
+
'hero/solid/hand-raised',
|
|
204
|
+
'hero/solid/hand-thumb-down',
|
|
205
|
+
'hero/solid/hand-thumb-up',
|
|
206
|
+
'hero/solid/hashtag',
|
|
207
|
+
'hero/solid/heart',
|
|
208
|
+
'hero/solid/home-modern',
|
|
209
|
+
'hero/solid/home',
|
|
210
|
+
'hero/solid/identification',
|
|
211
|
+
'hero/solid/inbox-arrow-down',
|
|
212
|
+
'hero/solid/inbox-stack',
|
|
213
|
+
'hero/solid/inbox',
|
|
214
|
+
'hero/solid/information-circle',
|
|
215
|
+
'hero/solid/italic',
|
|
216
|
+
'hero/solid/key',
|
|
217
|
+
'hero/solid/language',
|
|
218
|
+
'hero/solid/lifebuoy',
|
|
219
|
+
'hero/solid/light-bulb',
|
|
220
|
+
'hero/solid/link-slash',
|
|
221
|
+
'hero/solid/link',
|
|
222
|
+
'hero/solid/list-bullet',
|
|
223
|
+
'hero/solid/lock-closed',
|
|
224
|
+
'hero/solid/lock-open',
|
|
225
|
+
'hero/solid/magnifying-glass-circle',
|
|
226
|
+
'hero/solid/magnifying-glass-minus',
|
|
227
|
+
'hero/solid/magnifying-glass-plus',
|
|
228
|
+
'hero/solid/magnifying-glass',
|
|
229
|
+
'hero/solid/map-pin',
|
|
230
|
+
'hero/solid/map',
|
|
231
|
+
'hero/solid/megaphone',
|
|
232
|
+
'hero/solid/microphone',
|
|
233
|
+
'hero/solid/minus-circle',
|
|
234
|
+
'hero/solid/minus-small',
|
|
235
|
+
'hero/solid/minus',
|
|
236
|
+
'hero/solid/moon',
|
|
237
|
+
'hero/solid/musical-note',
|
|
238
|
+
'hero/solid/newspaper',
|
|
239
|
+
'hero/solid/no-symbol',
|
|
240
|
+
'hero/solid/numbered-list',
|
|
241
|
+
'hero/solid/paint-brush',
|
|
242
|
+
'hero/solid/paper-airplane',
|
|
243
|
+
'hero/solid/paper-clip',
|
|
244
|
+
'hero/solid/pause-circle',
|
|
245
|
+
'hero/solid/pause',
|
|
246
|
+
'hero/solid/pencil-square',
|
|
247
|
+
'hero/solid/pencil',
|
|
248
|
+
'hero/solid/percent-badge',
|
|
249
|
+
'hero/solid/phone-arrow-down-left',
|
|
250
|
+
'hero/solid/phone-arrow-up-right',
|
|
251
|
+
'hero/solid/phone-x-mark',
|
|
252
|
+
'hero/solid/phone',
|
|
253
|
+
'hero/solid/photo',
|
|
254
|
+
'hero/solid/play-circle',
|
|
255
|
+
'hero/solid/play-pause',
|
|
256
|
+
'hero/solid/play',
|
|
257
|
+
'hero/solid/plus-circle',
|
|
258
|
+
'hero/solid/plus-small',
|
|
259
|
+
'hero/solid/plus',
|
|
260
|
+
'hero/solid/power',
|
|
261
|
+
'hero/solid/presentation-chart-bar',
|
|
262
|
+
'hero/solid/presentation-chart-line',
|
|
263
|
+
'hero/solid/printer',
|
|
264
|
+
'hero/solid/puzzle-piece',
|
|
265
|
+
'hero/solid/qr-code',
|
|
266
|
+
'hero/solid/question-mark-circle',
|
|
267
|
+
'hero/solid/queue-list',
|
|
268
|
+
'hero/solid/radio',
|
|
269
|
+
'hero/solid/receipt-percent',
|
|
270
|
+
'hero/solid/receipt-refund',
|
|
271
|
+
'hero/solid/rectangle-group',
|
|
272
|
+
'hero/solid/rectangle-stack',
|
|
273
|
+
'hero/solid/rocket-launch',
|
|
274
|
+
'hero/solid/rss',
|
|
275
|
+
'hero/solid/scale',
|
|
276
|
+
'hero/solid/scissors',
|
|
277
|
+
'hero/solid/server-stack',
|
|
278
|
+
'hero/solid/server',
|
|
279
|
+
'hero/solid/share',
|
|
280
|
+
'hero/solid/shield-check',
|
|
281
|
+
'hero/solid/shield-exclamation',
|
|
282
|
+
'hero/solid/shopping-bag',
|
|
283
|
+
'hero/solid/shopping-cart',
|
|
284
|
+
'hero/solid/signal-slash',
|
|
285
|
+
'hero/solid/signal',
|
|
286
|
+
'hero/solid/slash',
|
|
287
|
+
'hero/solid/sparkles',
|
|
288
|
+
'hero/solid/speaker-wave',
|
|
289
|
+
'hero/solid/speaker-x-mark',
|
|
290
|
+
'hero/solid/square-2-stack',
|
|
291
|
+
'hero/solid/square-3-stack-3d',
|
|
292
|
+
'hero/solid/squares-2x2',
|
|
293
|
+
'hero/solid/squares-plus',
|
|
294
|
+
'hero/solid/star',
|
|
295
|
+
'hero/solid/stop-circle',
|
|
296
|
+
'hero/solid/stop',
|
|
297
|
+
'hero/solid/strikethrough',
|
|
298
|
+
'hero/solid/sun',
|
|
299
|
+
'hero/solid/swatch',
|
|
300
|
+
'hero/solid/table-cells',
|
|
301
|
+
'hero/solid/tag',
|
|
302
|
+
'hero/solid/ticket',
|
|
303
|
+
'hero/solid/trash',
|
|
304
|
+
'hero/solid/trophy',
|
|
305
|
+
'hero/solid/truck',
|
|
306
|
+
'hero/solid/tv',
|
|
307
|
+
'hero/solid/underline',
|
|
308
|
+
'hero/solid/user-circle',
|
|
309
|
+
'hero/solid/user-group',
|
|
310
|
+
'hero/solid/user-minus',
|
|
311
|
+
'hero/solid/user-plus',
|
|
312
|
+
'hero/solid/user',
|
|
313
|
+
'hero/solid/users',
|
|
314
|
+
'hero/solid/variable',
|
|
315
|
+
'hero/solid/video-camera-slash',
|
|
316
|
+
'hero/solid/video-camera',
|
|
317
|
+
'hero/solid/view-columns',
|
|
318
|
+
'hero/solid/viewfinder-circle',
|
|
319
|
+
'hero/solid/wallet',
|
|
320
|
+
'hero/solid/wifi',
|
|
321
|
+
'hero/solid/window',
|
|
322
|
+
'hero/solid/wrench-screwdriver',
|
|
323
|
+
'hero/solid/wrench',
|
|
324
|
+
'hero/solid/x-circle',
|
|
325
|
+
'hero/solid/x-mark',
|
|
326
|
+
|
|
327
|
+
'hero/outline/academic-cap',
|
|
328
|
+
'hero/outline/adjustments-horizontal',
|
|
329
|
+
'hero/outline/adjustments-vertical',
|
|
330
|
+
'hero/outline/archive-box-arrow-down',
|
|
331
|
+
'hero/outline/archive-box-x-mark',
|
|
332
|
+
'hero/outline/archive-box',
|
|
333
|
+
'hero/outline/arrow-down-circle',
|
|
334
|
+
'hero/outline/arrow-down-left',
|
|
335
|
+
'hero/outline/arrow-down-on-square-stack',
|
|
336
|
+
'hero/outline/arrow-down-on-square',
|
|
337
|
+
'hero/outline/arrow-down-right',
|
|
338
|
+
'hero/outline/arrow-down-tray',
|
|
339
|
+
'hero/outline/arrow-down',
|
|
340
|
+
'hero/outline/arrow-left-circle',
|
|
341
|
+
'hero/outline/arrow-left-end-on-rectangle',
|
|
342
|
+
'hero/outline/arrow-left-on-rectangle',
|
|
343
|
+
'hero/outline/arrow-left-start-on-rectangle',
|
|
344
|
+
'hero/outline/arrow-left',
|
|
345
|
+
'hero/outline/arrow-long-down',
|
|
346
|
+
'hero/outline/arrow-long-left',
|
|
347
|
+
'hero/outline/arrow-long-right',
|
|
348
|
+
'hero/outline/arrow-long-up',
|
|
349
|
+
'hero/outline/arrow-path-rounded-square',
|
|
350
|
+
'hero/outline/arrow-path',
|
|
351
|
+
'hero/outline/arrow-right-circle',
|
|
352
|
+
'hero/outline/arrow-right-end-on-rectangle',
|
|
353
|
+
'hero/outline/arrow-right-on-rectangle',
|
|
354
|
+
'hero/outline/arrow-right-start-on-rectangle',
|
|
355
|
+
'hero/outline/arrow-right',
|
|
356
|
+
'hero/outline/arrow-small-down',
|
|
357
|
+
'hero/outline/arrow-small-left',
|
|
358
|
+
'hero/outline/arrow-small-right',
|
|
359
|
+
'hero/outline/arrow-small-up',
|
|
360
|
+
'hero/outline/arrow-top-right-on-square',
|
|
361
|
+
'hero/outline/arrow-trending-down',
|
|
362
|
+
'hero/outline/arrow-trending-up',
|
|
363
|
+
'hero/outline/arrow-turn-down-left',
|
|
364
|
+
'hero/outline/arrow-turn-down-right',
|
|
365
|
+
'hero/outline/arrow-turn-left-down',
|
|
366
|
+
'hero/outline/arrow-turn-left-up',
|
|
367
|
+
'hero/outline/arrow-turn-right-down',
|
|
368
|
+
'hero/outline/arrow-turn-right-up',
|
|
369
|
+
'hero/outline/arrow-turn-up-left',
|
|
370
|
+
'hero/outline/arrow-turn-up-right',
|
|
371
|
+
'hero/outline/arrow-up-circle',
|
|
372
|
+
'hero/outline/arrow-up-left',
|
|
373
|
+
'hero/outline/arrow-up-on-square-stack',
|
|
374
|
+
'hero/outline/arrow-up-on-square',
|
|
375
|
+
'hero/outline/arrow-up-right',
|
|
376
|
+
'hero/outline/arrow-up-tray',
|
|
377
|
+
'hero/outline/arrow-up',
|
|
378
|
+
'hero/outline/arrow-uturn-down',
|
|
379
|
+
'hero/outline/arrow-uturn-left',
|
|
380
|
+
'hero/outline/arrow-uturn-right',
|
|
381
|
+
'hero/outline/arrow-uturn-up',
|
|
382
|
+
'hero/outline/arrows-pointing-in',
|
|
383
|
+
'hero/outline/arrows-pointing-out',
|
|
384
|
+
'hero/outline/arrows-right-left',
|
|
385
|
+
'hero/outline/arrows-up-down',
|
|
386
|
+
'hero/outline/at-symbol',
|
|
387
|
+
'hero/outline/backspace',
|
|
388
|
+
'hero/outline/backward',
|
|
389
|
+
'hero/outline/banknotes',
|
|
390
|
+
'hero/outline/bars-2',
|
|
391
|
+
'hero/outline/bars-3-bottom-left',
|
|
392
|
+
'hero/outline/bars-3-bottom-right',
|
|
393
|
+
'hero/outline/bars-3-center-left',
|
|
394
|
+
'hero/outline/bars-3',
|
|
395
|
+
'hero/outline/bars-4',
|
|
396
|
+
'hero/outline/bars-arrow-down',
|
|
397
|
+
'hero/outline/bars-arrow-up',
|
|
398
|
+
'hero/outline/battery-0',
|
|
399
|
+
'hero/outline/battery-100',
|
|
400
|
+
'hero/outline/battery-50',
|
|
401
|
+
'hero/outline/beaker',
|
|
402
|
+
'hero/outline/bell-alert',
|
|
403
|
+
'hero/outline/bell-slash',
|
|
404
|
+
'hero/outline/bell-snooze',
|
|
405
|
+
'hero/outline/bell',
|
|
406
|
+
'hero/outline/bold',
|
|
407
|
+
'hero/outline/bolt-slash',
|
|
408
|
+
'hero/outline/bolt',
|
|
409
|
+
'hero/outline/book-open',
|
|
410
|
+
'hero/outline/bookmark-slash',
|
|
411
|
+
'hero/outline/bookmark-square',
|
|
412
|
+
'hero/outline/bookmark',
|
|
413
|
+
'hero/outline/briefcase',
|
|
414
|
+
'hero/outline/bug-ant',
|
|
415
|
+
'hero/outline/building-library',
|
|
416
|
+
'hero/outline/building-office-2',
|
|
417
|
+
'hero/outline/building-office',
|
|
418
|
+
'hero/outline/building-storefront',
|
|
419
|
+
'hero/outline/cake',
|
|
420
|
+
'hero/outline/calculator',
|
|
421
|
+
'hero/outline/calendar-date-range',
|
|
422
|
+
'hero/outline/calendar-days',
|
|
423
|
+
'hero/outline/calendar',
|
|
424
|
+
'hero/outline/camera',
|
|
425
|
+
'hero/outline/chart-bar-square',
|
|
426
|
+
'hero/outline/chart-bar',
|
|
427
|
+
'hero/outline/chart-pie',
|
|
428
|
+
'hero/outline/chat-bubble-bottom-center-text',
|
|
429
|
+
'hero/outline/chat-bubble-bottom-center',
|
|
430
|
+
'hero/outline/chat-bubble-left-ellipsis',
|
|
431
|
+
'hero/outline/chat-bubble-left-right',
|
|
432
|
+
'hero/outline/chat-bubble-left',
|
|
433
|
+
'hero/outline/chat-bubble-oval-left-ellipsis',
|
|
434
|
+
'hero/outline/chat-bubble-oval-left',
|
|
435
|
+
'hero/outline/check-badge',
|
|
436
|
+
'hero/outline/check-circle',
|
|
437
|
+
'hero/outline/check',
|
|
438
|
+
'hero/outline/chevron-double-down',
|
|
439
|
+
'hero/outline/chevron-double-left',
|
|
440
|
+
'hero/outline/chevron-double-right',
|
|
441
|
+
'hero/outline/chevron-double-up',
|
|
442
|
+
'hero/outline/chevron-down',
|
|
443
|
+
'hero/outline/chevron-left',
|
|
444
|
+
'hero/outline/chevron-right',
|
|
445
|
+
'hero/outline/chevron-up-down',
|
|
446
|
+
'hero/outline/chevron-up',
|
|
447
|
+
'hero/outline/circle-stack',
|
|
448
|
+
'hero/outline/clipboard-document-check',
|
|
449
|
+
'hero/outline/clipboard-document-list',
|
|
450
|
+
'hero/outline/clipboard-document',
|
|
451
|
+
'hero/outline/clipboard',
|
|
452
|
+
'hero/outline/clock',
|
|
453
|
+
'hero/outline/cloud-arrow-down',
|
|
454
|
+
'hero/outline/cloud-arrow-up',
|
|
455
|
+
'hero/outline/cloud',
|
|
456
|
+
'hero/outline/code-bracket-square',
|
|
457
|
+
'hero/outline/code-bracket',
|
|
458
|
+
'hero/outline/cog-6-tooth',
|
|
459
|
+
'hero/outline/cog-8-tooth',
|
|
460
|
+
'hero/outline/cog',
|
|
461
|
+
'hero/outline/command-line',
|
|
462
|
+
'hero/outline/computer-desktop',
|
|
463
|
+
'hero/outline/cpu-chip',
|
|
464
|
+
'hero/outline/credit-card',
|
|
465
|
+
'hero/outline/cube-transparent',
|
|
466
|
+
'hero/outline/cube',
|
|
467
|
+
'hero/outline/currency-bangladeshi',
|
|
468
|
+
'hero/outline/currency-dollar',
|
|
469
|
+
'hero/outline/currency-euro',
|
|
470
|
+
'hero/outline/currency-pound',
|
|
471
|
+
'hero/outline/currency-rupee',
|
|
472
|
+
'hero/outline/currency-yen',
|
|
473
|
+
'hero/outline/cursor-arrow-rays',
|
|
474
|
+
'hero/outline/cursor-arrow-ripple',
|
|
475
|
+
'hero/outline/device-phone-mobile',
|
|
476
|
+
'hero/outline/device-tablet',
|
|
477
|
+
'hero/outline/divide',
|
|
478
|
+
'hero/outline/document-arrow-down',
|
|
479
|
+
'hero/outline/document-arrow-up',
|
|
480
|
+
'hero/outline/document-chart-bar',
|
|
481
|
+
'hero/outline/document-check',
|
|
482
|
+
'hero/outline/document-currency-bangladeshi',
|
|
483
|
+
'hero/outline/document-currency-dollar',
|
|
484
|
+
'hero/outline/document-currency-euro',
|
|
485
|
+
'hero/outline/document-currency-pound',
|
|
486
|
+
'hero/outline/document-currency-rupee',
|
|
487
|
+
'hero/outline/document-currency-yen',
|
|
488
|
+
'hero/outline/document-duplicate',
|
|
489
|
+
'hero/outline/document-magnifying-glass',
|
|
490
|
+
'hero/outline/document-minus',
|
|
491
|
+
'hero/outline/document-plus',
|
|
492
|
+
'hero/outline/document-text',
|
|
493
|
+
'hero/outline/document',
|
|
494
|
+
'hero/outline/ellipsis-horizontal-circle',
|
|
495
|
+
'hero/outline/ellipsis-horizontal',
|
|
496
|
+
'hero/outline/ellipsis-vertical',
|
|
497
|
+
'hero/outline/envelope-open',
|
|
498
|
+
'hero/outline/envelope',
|
|
499
|
+
'hero/outline/equals',
|
|
500
|
+
'hero/outline/exclamation-circle',
|
|
501
|
+
'hero/outline/exclamation-triangle',
|
|
502
|
+
'hero/outline/eye-dropper',
|
|
503
|
+
'hero/outline/eye-slash',
|
|
504
|
+
'hero/outline/eye',
|
|
505
|
+
'hero/outline/face-frown',
|
|
506
|
+
'hero/outline/face-smile',
|
|
507
|
+
'hero/outline/film',
|
|
508
|
+
'hero/outline/finger-print',
|
|
509
|
+
'hero/outline/fire',
|
|
510
|
+
'hero/outline/flag',
|
|
511
|
+
'hero/outline/folder-arrow-down',
|
|
512
|
+
'hero/outline/folder-minus',
|
|
513
|
+
'hero/outline/folder-open',
|
|
514
|
+
'hero/outline/folder-plus',
|
|
515
|
+
'hero/outline/folder',
|
|
516
|
+
'hero/outline/forward',
|
|
517
|
+
'hero/outline/funnel',
|
|
518
|
+
'hero/outline/gif',
|
|
519
|
+
'hero/outline/gift-top',
|
|
520
|
+
'hero/outline/gift',
|
|
521
|
+
'hero/outline/globe-alt',
|
|
522
|
+
'hero/outline/globe-americas',
|
|
523
|
+
'hero/outline/globe-asia-australia',
|
|
524
|
+
'hero/outline/globe-europe-africa',
|
|
525
|
+
'hero/outline/h1',
|
|
526
|
+
'hero/outline/h2',
|
|
527
|
+
'hero/outline/h3',
|
|
528
|
+
'hero/outline/hand-raised',
|
|
529
|
+
'hero/outline/hand-thumb-down',
|
|
530
|
+
'hero/outline/hand-thumb-up',
|
|
531
|
+
'hero/outline/hashtag',
|
|
532
|
+
'hero/outline/heart',
|
|
533
|
+
'hero/outline/home-modern',
|
|
534
|
+
'hero/outline/home',
|
|
535
|
+
'hero/outline/identification',
|
|
536
|
+
'hero/outline/inbox-arrow-down',
|
|
537
|
+
'hero/outline/inbox-stack',
|
|
538
|
+
'hero/outline/inbox',
|
|
539
|
+
'hero/outline/information-circle',
|
|
540
|
+
'hero/outline/italic',
|
|
541
|
+
'hero/outline/key',
|
|
542
|
+
'hero/outline/language',
|
|
543
|
+
'hero/outline/lifebuoy',
|
|
544
|
+
'hero/outline/light-bulb',
|
|
545
|
+
'hero/outline/link-slash',
|
|
546
|
+
'hero/outline/link',
|
|
547
|
+
'hero/outline/list-bullet',
|
|
548
|
+
'hero/outline/lock-closed',
|
|
549
|
+
'hero/outline/lock-open',
|
|
550
|
+
'hero/outline/magnifying-glass-circle',
|
|
551
|
+
'hero/outline/magnifying-glass-minus',
|
|
552
|
+
'hero/outline/magnifying-glass-plus',
|
|
553
|
+
'hero/outline/magnifying-glass',
|
|
554
|
+
'hero/outline/map-pin',
|
|
555
|
+
'hero/outline/map',
|
|
556
|
+
'hero/outline/megaphone',
|
|
557
|
+
'hero/outline/microphone',
|
|
558
|
+
'hero/outline/minus-circle',
|
|
559
|
+
'hero/outline/minus-small',
|
|
560
|
+
'hero/outline/minus',
|
|
561
|
+
'hero/outline/moon',
|
|
562
|
+
'hero/outline/musical-note',
|
|
563
|
+
'hero/outline/newspaper',
|
|
564
|
+
'hero/outline/no-symbol',
|
|
565
|
+
'hero/outline/numbered-list',
|
|
566
|
+
'hero/outline/paint-brush',
|
|
567
|
+
'hero/outline/paper-airplane',
|
|
568
|
+
'hero/outline/paper-clip',
|
|
569
|
+
'hero/outline/pause-circle',
|
|
570
|
+
'hero/outline/pause',
|
|
571
|
+
'hero/outline/pencil-square',
|
|
572
|
+
'hero/outline/pencil',
|
|
573
|
+
'hero/outline/percent-badge',
|
|
574
|
+
'hero/outline/phone-arrow-down-left',
|
|
575
|
+
'hero/outline/phone-arrow-up-right',
|
|
576
|
+
'hero/outline/phone-x-mark',
|
|
577
|
+
'hero/outline/phone',
|
|
578
|
+
'hero/outline/photo',
|
|
579
|
+
'hero/outline/play-circle',
|
|
580
|
+
'hero/outline/play-pause',
|
|
581
|
+
'hero/outline/play',
|
|
582
|
+
'hero/outline/plus-circle',
|
|
583
|
+
'hero/outline/plus-small',
|
|
584
|
+
'hero/outline/plus',
|
|
585
|
+
'hero/outline/power',
|
|
586
|
+
'hero/outline/presentation-chart-bar',
|
|
587
|
+
'hero/outline/presentation-chart-line',
|
|
588
|
+
'hero/outline/printer',
|
|
589
|
+
'hero/outline/puzzle-piece',
|
|
590
|
+
'hero/outline/qr-code',
|
|
591
|
+
'hero/outline/question-mark-circle',
|
|
592
|
+
'hero/outline/queue-list',
|
|
593
|
+
'hero/outline/radio',
|
|
594
|
+
'hero/outline/receipt-percent',
|
|
595
|
+
'hero/outline/receipt-refund',
|
|
596
|
+
'hero/outline/rectangle-group',
|
|
597
|
+
'hero/outline/rectangle-stack',
|
|
598
|
+
'hero/outline/rocket-launch',
|
|
599
|
+
'hero/outline/rss',
|
|
600
|
+
'hero/outline/scale',
|
|
601
|
+
'hero/outline/scissors',
|
|
602
|
+
'hero/outline/server-stack',
|
|
603
|
+
'hero/outline/server',
|
|
604
|
+
'hero/outline/share',
|
|
605
|
+
'hero/outline/shield-check',
|
|
606
|
+
'hero/outline/shield-exclamation',
|
|
607
|
+
'hero/outline/shopping-bag',
|
|
608
|
+
'hero/outline/shopping-cart',
|
|
609
|
+
'hero/outline/signal-slash',
|
|
610
|
+
'hero/outline/signal',
|
|
611
|
+
'hero/outline/slash',
|
|
612
|
+
'hero/outline/sparkles',
|
|
613
|
+
'hero/outline/speaker-wave',
|
|
614
|
+
'hero/outline/speaker-x-mark',
|
|
615
|
+
'hero/outline/square-2-stack',
|
|
616
|
+
'hero/outline/square-3-stack-3d',
|
|
617
|
+
'hero/outline/squares-2x2',
|
|
618
|
+
'hero/outline/squares-plus',
|
|
619
|
+
'hero/outline/star',
|
|
620
|
+
'hero/outline/stop-circle',
|
|
621
|
+
'hero/outline/stop',
|
|
622
|
+
'hero/outline/strikethrough',
|
|
623
|
+
'hero/outline/sun',
|
|
624
|
+
'hero/outline/swatch',
|
|
625
|
+
'hero/outline/table-cells',
|
|
626
|
+
'hero/outline/tag',
|
|
627
|
+
'hero/outline/ticket',
|
|
628
|
+
'hero/outline/trash',
|
|
629
|
+
'hero/outline/trophy',
|
|
630
|
+
'hero/outline/truck',
|
|
631
|
+
'hero/outline/tv',
|
|
632
|
+
'hero/outline/underline',
|
|
633
|
+
'hero/outline/user-circle',
|
|
634
|
+
'hero/outline/user-group',
|
|
635
|
+
'hero/outline/user-minus',
|
|
636
|
+
'hero/outline/user-plus',
|
|
637
|
+
'hero/outline/user',
|
|
638
|
+
'hero/outline/users',
|
|
639
|
+
'hero/outline/variable',
|
|
640
|
+
'hero/outline/video-camera-slash',
|
|
641
|
+
'hero/outline/video-camera',
|
|
642
|
+
'hero/outline/view-columns',
|
|
643
|
+
'hero/outline/viewfinder-circle',
|
|
644
|
+
'hero/outline/wallet',
|
|
645
|
+
'hero/outline/wifi',
|
|
646
|
+
'hero/outline/window',
|
|
647
|
+
'hero/outline/wrench-screwdriver',
|
|
648
|
+
'hero/outline/wrench',
|
|
649
|
+
'hero/outline/x-circle',
|
|
650
|
+
'hero/outline/x-mark',
|
|
651
|
+
|
|
652
|
+
'telegram/solid/logo',
|
|
653
|
+
|
|
654
|
+
'vk/solid/logo',
|
|
655
|
+
])
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export var StateKey = {
|
|
2
|
+
'checkin': /^GET\/checkin$/,
|
|
3
|
+
'user': /^GET\/user\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,
|
|
4
|
+
'role': /^GET\/role\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,
|
|
5
|
+
'country': /^GET\/country\/[A-Z]{2}$/,
|
|
6
|
+
'currency': /^GET\/currency\/.+$/,
|
|
7
|
+
'timezone': /^GET\/timezone\/[A-Za-z_]+\/[A-Za-z_]+$/,
|
|
8
|
+
'city': /^GET\/city\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,
|
|
9
|
+
'city/venue':
|
|
10
|
+
/^GET\/city\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\/venues\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,
|
|
11
|
+
'venue': /^GET\/venue\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,
|
|
12
|
+
'theme': /^GET\/theme\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,
|
|
13
|
+
'game': /^GET\/game\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,
|
|
14
|
+
'registration': /^GET\/registration\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,
|
|
15
|
+
}
|