@shakerquiz/utilities 0.3.44 → 0.4.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 +2 -1
- package/package.json +3 -8
- package/source/enumerations/core/domains.d.ts +13 -0
- package/source/enumerations/core/domains.js +149 -0
- package/source/enumerations/core/features.d.ts +13 -0
- package/source/enumerations/core/features.js +29 -0
- package/source/enumerations/core/kinds.d.ts +1 -0
- package/source/enumerations/core/kinds.js +4 -0
- package/source/enumerations/core/methods.d.ts +8 -0
- package/source/enumerations/core/methods.js +25 -0
- package/source/enumerations/{procedures.d.ts → core/procedures.d.ts} +3 -6
- package/source/enumerations/core/procedures.js +45 -0
- package/source/enumerations/core/scopes.d.ts +4 -0
- package/source/enumerations/core/scopes.js +12 -0
- package/source/enumerations/entities/affilations.d.ts +1 -0
- package/source/enumerations/entities/affilations.js +4 -0
- package/source/enumerations/entities/game-statuses.d.ts +1 -0
- package/source/enumerations/entities/game-statuses.js +11 -0
- package/source/enumerations/entities/lineups.d.ts +1 -0
- package/source/enumerations/entities/lineups.js +4 -0
- package/source/enumerations/entities/registration-statuses.d.ts +1 -0
- package/source/enumerations/entities/registration-statuses.js +5 -0
- package/source/enumerations/entities/roles.d.ts +1 -0
- package/source/enumerations/entities/roles.js +4 -0
- package/source/enumerations/misc/icons.d.ts +1 -0
- package/source/enumerations/misc/icons.js +326 -0
- package/source/enumerations/misc/phases.d.ts +1 -0
- package/source/enumerations/misc/phases.js +7 -0
- package/source/enumerations/misc/requirements.d.ts +1 -0
- package/source/enumerations/misc/requirements.js +4 -0
- package/source/enumerations/schemas.d.ts +1 -1
- package/source/enumerations/schemas.js +8 -10
- package/source/functions/pathname.d.ts +1 -1
- package/source/functions/pathname.js +16 -21
- package/source/functions/request.d.ts +3 -0
- package/source/functions/request.js +81 -0
- package/source/functions/schema.js +30 -41
- package/source/globals.d.ts +38 -37
- package/source/index.d.ts +20 -25
- package/source/index.js +20 -25
- package/source/enumerations/affilations.d.ts +0 -4
- package/source/enumerations/affilations.js +0 -4
- package/source/enumerations/backends.d.ts +0 -19
- package/source/enumerations/backends.js +0 -45
- package/source/enumerations/default.d.ts +0 -1
- package/source/enumerations/default.js +0 -1
- package/source/enumerations/domains.d.ts +0 -25
- package/source/enumerations/domains.js +0 -154
- package/source/enumerations/features.d.ts +0 -48
- package/source/enumerations/features.js +0 -109
- package/source/enumerations/frontends.d.ts +0 -13
- package/source/enumerations/frontends.js +0 -41
- package/source/enumerations/game-statuses.d.ts +0 -11
- package/source/enumerations/game-statuses.js +0 -11
- package/source/enumerations/icons.d.ts +0 -326
- package/source/enumerations/icons.js +0 -326
- package/source/enumerations/kinds.d.ts +0 -4
- package/source/enumerations/kinds.js +0 -4
- package/source/enumerations/lineups.d.ts +0 -4
- package/source/enumerations/lineups.js +0 -4
- package/source/enumerations/methods.d.ts +0 -18
- package/source/enumerations/methods.js +0 -27
- package/source/enumerations/networks.d.ts +0 -4
- package/source/enumerations/networks.js +0 -4
- package/source/enumerations/pages.d.ts +0 -18
- package/source/enumerations/pages.js +0 -86
- package/source/enumerations/phases.d.ts +0 -7
- package/source/enumerations/phases.js +0 -7
- package/source/enumerations/procedures.js +0 -50
- package/source/enumerations/registration-statuses.d.ts +0 -5
- package/source/enumerations/registration-statuses.js +0 -5
- package/source/enumerations/requirements.d.ts +0 -4
- package/source/enumerations/requirements.js +0 -4
- package/source/enumerations/roles.d.ts +0 -4
- package/source/enumerations/roles.js +0 -4
- package/source/enumerations/services.d.ts +0 -22
- package/source/enumerations/services.js +0 -23
- package/source/functions/fetch.d.ts +0 -15
- package/source/functions/fetch.js +0 -138
- package/source/functions/origin.d.ts +0 -3
- package/source/functions/origin.js +0 -140
- package/source/functions/url.d.ts +0 -6
- package/source/functions/url.js +0 -45
- /package/source/enumerations/{constants.d.ts → misc/constants.d.ts} +0 -0
- /package/source/enumerations/{constants.js → misc/constants.js} +0 -0
- /package/source/enumerations/{cookies.d.ts → misc/cookies.d.ts} +0 -0
- /package/source/enumerations/{cookies.js → misc/cookies.js} +0 -0
- /package/source/enumerations/{regexps.d.ts → misc/regexps.d.ts} +0 -0
- /package/source/enumerations/{regexps.js → misc/regexps.js} +0 -0
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Domains } from './domains.js'
|
|
2
|
-
import { Pages } from './pages.js'
|
|
3
|
-
import { Procedures } from './procedures.js'
|
|
4
|
-
|
|
5
|
-
export var Frontends = /** @type {const} */ ({
|
|
6
|
-
Admin: 'Admin',
|
|
7
|
-
Landing: 'Landing',
|
|
8
|
-
MiniApp: 'MiniApp',
|
|
9
|
-
})
|
|
10
|
-
|
|
11
|
-
export var FrontendFeatures = {
|
|
12
|
-
[Frontends.Admin]: [
|
|
13
|
-
Domains.City,
|
|
14
|
-
Domains.Game,
|
|
15
|
-
Domains.Registration,
|
|
16
|
-
Domains.Theme,
|
|
17
|
-
Domains.User,
|
|
18
|
-
Domains.Venue,
|
|
19
|
-
Pages['404'],
|
|
20
|
-
Pages.Exception,
|
|
21
|
-
Pages.Home,
|
|
22
|
-
Pages.Profile,
|
|
23
|
-
Procedures.Checkin,
|
|
24
|
-
],
|
|
25
|
-
|
|
26
|
-
[Frontends.Landing]: [
|
|
27
|
-
Domains.Game,
|
|
28
|
-
Domains.Registration,
|
|
29
|
-
Pages['404'],
|
|
30
|
-
Pages.Exception,
|
|
31
|
-
Pages.Home,
|
|
32
|
-
],
|
|
33
|
-
|
|
34
|
-
[Frontends.MiniApp]: [
|
|
35
|
-
Domains.Game,
|
|
36
|
-
Domains.Registration,
|
|
37
|
-
Pages['404'],
|
|
38
|
-
Pages.Exception,
|
|
39
|
-
Pages.Home,
|
|
40
|
-
],
|
|
41
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export namespace GameStatuses {
|
|
2
|
-
let APPROVED: "APPROVED";
|
|
3
|
-
let ARCHIVE: "ARCHIVE";
|
|
4
|
-
let CLOSED: "CLOSED";
|
|
5
|
-
let FINISHED: "FINISHED";
|
|
6
|
-
let FORINVITES: "FORINVITES";
|
|
7
|
-
let MODERATION: "MODERATION";
|
|
8
|
-
let PUBLISHED: "PUBLISHED";
|
|
9
|
-
let REJECTED: "REJECTED";
|
|
10
|
-
let IS_RESERVE: "IS_RESERVE";
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export var GameStatuses = /** @type {const} */ ({
|
|
2
|
-
APPROVED: 'APPROVED',
|
|
3
|
-
ARCHIVE: 'ARCHIVE',
|
|
4
|
-
CLOSED: 'CLOSED',
|
|
5
|
-
FINISHED: 'FINISHED',
|
|
6
|
-
FORINVITES: 'FORINVITES',
|
|
7
|
-
MODERATION: 'MODERATION',
|
|
8
|
-
PUBLISHED: 'PUBLISHED',
|
|
9
|
-
REJECTED: 'REJECTED',
|
|
10
|
-
IS_RESERVE: 'IS_RESERVE',
|
|
11
|
-
})
|
|
@@ -1,326 +0,0 @@
|
|
|
1
|
-
export const Icons: {
|
|
2
|
-
readonly 'academic-cap': "academic-cap";
|
|
3
|
-
readonly 'adjustments-horizontal': "adjustments-horizontal";
|
|
4
|
-
readonly 'adjustments-vertical': "adjustments-vertical";
|
|
5
|
-
readonly 'archive-box-arrow-down': "archive-box-arrow-down";
|
|
6
|
-
readonly 'archive-box-x-mark': "archive-box-x-mark";
|
|
7
|
-
readonly 'archive-box': "archive-box";
|
|
8
|
-
readonly 'arrow-down-circle': "arrow-down-circle";
|
|
9
|
-
readonly 'arrow-down-left': "arrow-down-left";
|
|
10
|
-
readonly 'arrow-down-on-square-stack': "arrow-down-on-square-stack";
|
|
11
|
-
readonly 'arrow-down-on-square': "arrow-down-on-square";
|
|
12
|
-
readonly 'arrow-down-right': "arrow-down-right";
|
|
13
|
-
readonly 'arrow-down-tray': "arrow-down-tray";
|
|
14
|
-
readonly 'arrow-down': "arrow-down";
|
|
15
|
-
readonly 'arrow-left-circle': "arrow-left-circle";
|
|
16
|
-
readonly 'arrow-left-end-on-rectangle': "arrow-left-end-on-rectangle";
|
|
17
|
-
readonly 'arrow-left-on-rectangle': "arrow-left-on-rectangle";
|
|
18
|
-
readonly 'arrow-left-start-on-rectangle': "arrow-left-start-on-rectangle";
|
|
19
|
-
readonly 'arrow-left': "arrow-left";
|
|
20
|
-
readonly 'arrow-long-down': "arrow-long-down";
|
|
21
|
-
readonly 'arrow-long-left': "arrow-long-left";
|
|
22
|
-
readonly 'arrow-long-right': "arrow-long-right";
|
|
23
|
-
readonly 'arrow-long-up': "arrow-long-up";
|
|
24
|
-
readonly 'arrow-path-rounded-square': "arrow-path-rounded-square";
|
|
25
|
-
readonly 'arrow-path': "arrow-path";
|
|
26
|
-
readonly 'arrow-right-circle': "arrow-right-circle";
|
|
27
|
-
readonly 'arrow-right-end-on-rectangle': "arrow-right-end-on-rectangle";
|
|
28
|
-
readonly 'arrow-right-on-rectangle': "arrow-right-on-rectangle";
|
|
29
|
-
readonly 'arrow-right-start-on-rectangle': "arrow-right-start-on-rectangle";
|
|
30
|
-
readonly 'arrow-right': "arrow-right";
|
|
31
|
-
readonly 'arrow-small-down': "arrow-small-down";
|
|
32
|
-
readonly 'arrow-small-left': "arrow-small-left";
|
|
33
|
-
readonly 'arrow-small-right': "arrow-small-right";
|
|
34
|
-
readonly 'arrow-small-up': "arrow-small-up";
|
|
35
|
-
readonly 'arrow-top-right-on-square': "arrow-top-right-on-square";
|
|
36
|
-
readonly 'arrow-trending-down': "arrow-trending-down";
|
|
37
|
-
readonly 'arrow-trending-up': "arrow-trending-up";
|
|
38
|
-
readonly 'arrow-turn-down-left': "arrow-turn-down-left";
|
|
39
|
-
readonly 'arrow-turn-down-right': "arrow-turn-down-right";
|
|
40
|
-
readonly 'arrow-turn-left-down': "arrow-turn-left-down";
|
|
41
|
-
readonly 'arrow-turn-left-up': "arrow-turn-left-up";
|
|
42
|
-
readonly 'arrow-turn-right-down': "arrow-turn-right-down";
|
|
43
|
-
readonly 'arrow-turn-right-up': "arrow-turn-right-up";
|
|
44
|
-
readonly 'arrow-turn-up-left': "arrow-turn-up-left";
|
|
45
|
-
readonly 'arrow-turn-up-right': "arrow-turn-up-right";
|
|
46
|
-
readonly 'arrow-up-circle': "arrow-up-circle";
|
|
47
|
-
readonly 'arrow-up-left': "arrow-up-left";
|
|
48
|
-
readonly 'arrow-up-on-square-stack': "arrow-up-on-square-stack";
|
|
49
|
-
readonly 'arrow-up-on-square': "arrow-up-on-square";
|
|
50
|
-
readonly 'arrow-up-right': "arrow-up-right";
|
|
51
|
-
readonly 'arrow-up-tray': "arrow-up-tray";
|
|
52
|
-
readonly 'arrow-up': "arrow-up";
|
|
53
|
-
readonly 'arrow-uturn-down': "arrow-uturn-down";
|
|
54
|
-
readonly 'arrow-uturn-left': "arrow-uturn-left";
|
|
55
|
-
readonly 'arrow-uturn-right': "arrow-uturn-right";
|
|
56
|
-
readonly 'arrow-uturn-up': "arrow-uturn-up";
|
|
57
|
-
readonly 'arrows-pointing-in': "arrows-pointing-in";
|
|
58
|
-
readonly 'arrows-pointing-out': "arrows-pointing-out";
|
|
59
|
-
readonly 'arrows-right-left': "arrows-right-left";
|
|
60
|
-
readonly 'arrows-up-down': "arrows-up-down";
|
|
61
|
-
readonly 'at-symbol': "at-symbol";
|
|
62
|
-
readonly backspace: "backspace";
|
|
63
|
-
readonly backward: "backward";
|
|
64
|
-
readonly banknotes: "banknotes";
|
|
65
|
-
readonly 'bars-2': "bars-2";
|
|
66
|
-
readonly 'bars-3-bottom-left': "bars-3-bottom-left";
|
|
67
|
-
readonly 'bars-3-bottom-right': "bars-3-bottom-right";
|
|
68
|
-
readonly 'bars-3-center-left': "bars-3-center-left";
|
|
69
|
-
readonly 'bars-3': "bars-3";
|
|
70
|
-
readonly 'bars-4': "bars-4";
|
|
71
|
-
readonly 'bars-arrow-down': "bars-arrow-down";
|
|
72
|
-
readonly 'bars-arrow-up': "bars-arrow-up";
|
|
73
|
-
readonly 'battery-0': "battery-0";
|
|
74
|
-
readonly 'battery-100': "battery-100";
|
|
75
|
-
readonly 'battery-50': "battery-50";
|
|
76
|
-
readonly beaker: "beaker";
|
|
77
|
-
readonly 'bell-alert': "bell-alert";
|
|
78
|
-
readonly 'bell-slash': "bell-slash";
|
|
79
|
-
readonly 'bell-snooze': "bell-snooze";
|
|
80
|
-
readonly bell: "bell";
|
|
81
|
-
readonly bold: "bold";
|
|
82
|
-
readonly 'bolt-slash': "bolt-slash";
|
|
83
|
-
readonly bolt: "bolt";
|
|
84
|
-
readonly 'book-open': "book-open";
|
|
85
|
-
readonly 'bookmark-slash': "bookmark-slash";
|
|
86
|
-
readonly 'bookmark-square': "bookmark-square";
|
|
87
|
-
readonly bookmark: "bookmark";
|
|
88
|
-
readonly briefcase: "briefcase";
|
|
89
|
-
readonly 'bug-ant': "bug-ant";
|
|
90
|
-
readonly 'building-library': "building-library";
|
|
91
|
-
readonly 'building-office-2': "building-office-2";
|
|
92
|
-
readonly 'building-office': "building-office";
|
|
93
|
-
readonly 'building-storefront': "building-storefront";
|
|
94
|
-
readonly cake: "cake";
|
|
95
|
-
readonly calculator: "calculator";
|
|
96
|
-
readonly 'calendar-date-range': "calendar-date-range";
|
|
97
|
-
readonly 'calendar-days': "calendar-days";
|
|
98
|
-
readonly calendar: "calendar";
|
|
99
|
-
readonly camera: "camera";
|
|
100
|
-
readonly 'chart-bar-square': "chart-bar-square";
|
|
101
|
-
readonly 'chart-bar': "chart-bar";
|
|
102
|
-
readonly 'chart-pie': "chart-pie";
|
|
103
|
-
readonly 'chat-bubble-bottom-center-text': "chat-bubble-bottom-center-text";
|
|
104
|
-
readonly 'chat-bubble-bottom-center': "chat-bubble-bottom-center";
|
|
105
|
-
readonly 'chat-bubble-left-ellipsis': "chat-bubble-left-ellipsis";
|
|
106
|
-
readonly 'chat-bubble-left-right': "chat-bubble-left-right";
|
|
107
|
-
readonly 'chat-bubble-left': "chat-bubble-left";
|
|
108
|
-
readonly 'chat-bubble-oval-left-ellipsis': "chat-bubble-oval-left-ellipsis";
|
|
109
|
-
readonly 'chat-bubble-oval-left': "chat-bubble-oval-left";
|
|
110
|
-
readonly 'check-badge': "check-badge";
|
|
111
|
-
readonly 'check-circle': "check-circle";
|
|
112
|
-
readonly check: "check";
|
|
113
|
-
readonly 'chevron-double-down': "chevron-double-down";
|
|
114
|
-
readonly 'chevron-double-left': "chevron-double-left";
|
|
115
|
-
readonly 'chevron-double-right': "chevron-double-right";
|
|
116
|
-
readonly 'chevron-double-up': "chevron-double-up";
|
|
117
|
-
readonly 'chevron-down': "chevron-down";
|
|
118
|
-
readonly 'chevron-left': "chevron-left";
|
|
119
|
-
readonly 'chevron-right': "chevron-right";
|
|
120
|
-
readonly 'chevron-up-down': "chevron-up-down";
|
|
121
|
-
readonly 'chevron-up': "chevron-up";
|
|
122
|
-
readonly 'circle-stack': "circle-stack";
|
|
123
|
-
readonly 'clipboard-document-check': "clipboard-document-check";
|
|
124
|
-
readonly 'clipboard-document-list': "clipboard-document-list";
|
|
125
|
-
readonly 'clipboard-document': "clipboard-document";
|
|
126
|
-
readonly clipboard: "clipboard";
|
|
127
|
-
readonly clock: "clock";
|
|
128
|
-
readonly 'cloud-arrow-down': "cloud-arrow-down";
|
|
129
|
-
readonly 'cloud-arrow-up': "cloud-arrow-up";
|
|
130
|
-
readonly cloud: "cloud";
|
|
131
|
-
readonly 'code-bracket-square': "code-bracket-square";
|
|
132
|
-
readonly 'code-bracket': "code-bracket";
|
|
133
|
-
readonly 'cog-6-tooth': "cog-6-tooth";
|
|
134
|
-
readonly 'cog-8-tooth': "cog-8-tooth";
|
|
135
|
-
readonly cog: "cog";
|
|
136
|
-
readonly 'command-line': "command-line";
|
|
137
|
-
readonly 'computer-desktop': "computer-desktop";
|
|
138
|
-
readonly 'cpu-chip': "cpu-chip";
|
|
139
|
-
readonly 'credit-card': "credit-card";
|
|
140
|
-
readonly 'cube-transparent': "cube-transparent";
|
|
141
|
-
readonly cube: "cube";
|
|
142
|
-
readonly 'currency-bangladeshi': "currency-bangladeshi";
|
|
143
|
-
readonly 'currency-dollar': "currency-dollar";
|
|
144
|
-
readonly 'currency-euro': "currency-euro";
|
|
145
|
-
readonly 'currency-pound': "currency-pound";
|
|
146
|
-
readonly 'currency-rupee': "currency-rupee";
|
|
147
|
-
readonly 'currency-yen': "currency-yen";
|
|
148
|
-
readonly 'cursor-arrow-rays': "cursor-arrow-rays";
|
|
149
|
-
readonly 'cursor-arrow-ripple': "cursor-arrow-ripple";
|
|
150
|
-
readonly 'device-phone-mobile': "device-phone-mobile";
|
|
151
|
-
readonly 'device-tablet': "device-tablet";
|
|
152
|
-
readonly divide: "divide";
|
|
153
|
-
readonly 'document-arrow-down': "document-arrow-down";
|
|
154
|
-
readonly 'document-arrow-up': "document-arrow-up";
|
|
155
|
-
readonly 'document-chart-bar': "document-chart-bar";
|
|
156
|
-
readonly 'document-check': "document-check";
|
|
157
|
-
readonly 'document-currency-bangladeshi': "document-currency-bangladeshi";
|
|
158
|
-
readonly 'document-currency-dollar': "document-currency-dollar";
|
|
159
|
-
readonly 'document-currency-euro': "document-currency-euro";
|
|
160
|
-
readonly 'document-currency-pound': "document-currency-pound";
|
|
161
|
-
readonly 'document-currency-rupee': "document-currency-rupee";
|
|
162
|
-
readonly 'document-currency-yen': "document-currency-yen";
|
|
163
|
-
readonly 'document-duplicate': "document-duplicate";
|
|
164
|
-
readonly 'document-magnifying-glass': "document-magnifying-glass";
|
|
165
|
-
readonly 'document-minus': "document-minus";
|
|
166
|
-
readonly 'document-plus': "document-plus";
|
|
167
|
-
readonly 'document-text': "document-text";
|
|
168
|
-
readonly document: "document";
|
|
169
|
-
readonly 'ellipsis-horizontal-circle': "ellipsis-horizontal-circle";
|
|
170
|
-
readonly 'ellipsis-horizontal': "ellipsis-horizontal";
|
|
171
|
-
readonly 'ellipsis-vertical': "ellipsis-vertical";
|
|
172
|
-
readonly 'envelope-open': "envelope-open";
|
|
173
|
-
readonly envelope: "envelope";
|
|
174
|
-
readonly equals: "equals";
|
|
175
|
-
readonly 'exclamation-circle': "exclamation-circle";
|
|
176
|
-
readonly 'exclamation-triangle': "exclamation-triangle";
|
|
177
|
-
readonly 'eye-dropper': "eye-dropper";
|
|
178
|
-
readonly 'eye-slash': "eye-slash";
|
|
179
|
-
readonly eye: "eye";
|
|
180
|
-
readonly 'face-frown': "face-frown";
|
|
181
|
-
readonly 'face-smile': "face-smile";
|
|
182
|
-
readonly film: "film";
|
|
183
|
-
readonly 'finger-print': "finger-print";
|
|
184
|
-
readonly fire: "fire";
|
|
185
|
-
readonly flag: "flag";
|
|
186
|
-
readonly 'folder-arrow-down': "folder-arrow-down";
|
|
187
|
-
readonly 'folder-minus': "folder-minus";
|
|
188
|
-
readonly 'folder-open': "folder-open";
|
|
189
|
-
readonly 'folder-plus': "folder-plus";
|
|
190
|
-
readonly folder: "folder";
|
|
191
|
-
readonly forward: "forward";
|
|
192
|
-
readonly funnel: "funnel";
|
|
193
|
-
readonly gif: "gif";
|
|
194
|
-
readonly 'gift-top': "gift-top";
|
|
195
|
-
readonly gift: "gift";
|
|
196
|
-
readonly 'globe-alt': "globe-alt";
|
|
197
|
-
readonly 'globe-americas': "globe-americas";
|
|
198
|
-
readonly 'globe-asia-australia': "globe-asia-australia";
|
|
199
|
-
readonly 'globe-europe-africa': "globe-europe-africa";
|
|
200
|
-
readonly h1: "h1";
|
|
201
|
-
readonly h2: "h2";
|
|
202
|
-
readonly h3: "h3";
|
|
203
|
-
readonly 'hand-raised': "hand-raised";
|
|
204
|
-
readonly 'hand-thumb-down': "hand-thumb-down";
|
|
205
|
-
readonly 'hand-thumb-up': "hand-thumb-up";
|
|
206
|
-
readonly hashtag: "hashtag";
|
|
207
|
-
readonly heart: "heart";
|
|
208
|
-
readonly 'home-modern': "home-modern";
|
|
209
|
-
readonly home: "home";
|
|
210
|
-
readonly identification: "identification";
|
|
211
|
-
readonly 'inbox-arrow-down': "inbox-arrow-down";
|
|
212
|
-
readonly 'inbox-stack': "inbox-stack";
|
|
213
|
-
readonly inbox: "inbox";
|
|
214
|
-
readonly 'information-circle': "information-circle";
|
|
215
|
-
readonly italic: "italic";
|
|
216
|
-
readonly key: "key";
|
|
217
|
-
readonly language: "language";
|
|
218
|
-
readonly lifebuoy: "lifebuoy";
|
|
219
|
-
readonly 'light-bulb': "light-bulb";
|
|
220
|
-
readonly 'link-slash': "link-slash";
|
|
221
|
-
readonly link: "link";
|
|
222
|
-
readonly 'list-bullet': "list-bullet";
|
|
223
|
-
readonly 'lock-closed': "lock-closed";
|
|
224
|
-
readonly 'lock-open': "lock-open";
|
|
225
|
-
readonly 'magnifying-glass-circle': "magnifying-glass-circle";
|
|
226
|
-
readonly 'magnifying-glass-minus': "magnifying-glass-minus";
|
|
227
|
-
readonly 'magnifying-glass-plus': "magnifying-glass-plus";
|
|
228
|
-
readonly 'magnifying-glass': "magnifying-glass";
|
|
229
|
-
readonly 'map-pin': "map-pin";
|
|
230
|
-
readonly map: "map";
|
|
231
|
-
readonly megaphone: "megaphone";
|
|
232
|
-
readonly microphone: "microphone";
|
|
233
|
-
readonly 'minus-circle': "minus-circle";
|
|
234
|
-
readonly 'minus-small': "minus-small";
|
|
235
|
-
readonly minus: "minus";
|
|
236
|
-
readonly moon: "moon";
|
|
237
|
-
readonly 'musical-note': "musical-note";
|
|
238
|
-
readonly newspaper: "newspaper";
|
|
239
|
-
readonly 'no-symbol': "no-symbol";
|
|
240
|
-
readonly 'numbered-list': "numbered-list";
|
|
241
|
-
readonly 'paint-brush': "paint-brush";
|
|
242
|
-
readonly 'paper-airplane': "paper-airplane";
|
|
243
|
-
readonly 'paper-clip': "paper-clip";
|
|
244
|
-
readonly 'pause-circle': "pause-circle";
|
|
245
|
-
readonly pause: "pause";
|
|
246
|
-
readonly 'pencil-square': "pencil-square";
|
|
247
|
-
readonly pencil: "pencil";
|
|
248
|
-
readonly 'percent-badge': "percent-badge";
|
|
249
|
-
readonly 'phone-arrow-down-left': "phone-arrow-down-left";
|
|
250
|
-
readonly 'phone-arrow-up-right': "phone-arrow-up-right";
|
|
251
|
-
readonly 'phone-x-mark': "phone-x-mark";
|
|
252
|
-
readonly phone: "phone";
|
|
253
|
-
readonly photo: "photo";
|
|
254
|
-
readonly 'play-circle': "play-circle";
|
|
255
|
-
readonly 'play-pause': "play-pause";
|
|
256
|
-
readonly play: "play";
|
|
257
|
-
readonly 'plus-circle': "plus-circle";
|
|
258
|
-
readonly 'plus-small': "plus-small";
|
|
259
|
-
readonly plus: "plus";
|
|
260
|
-
readonly power: "power";
|
|
261
|
-
readonly 'presentation-chart-bar': "presentation-chart-bar";
|
|
262
|
-
readonly 'presentation-chart-line': "presentation-chart-line";
|
|
263
|
-
readonly printer: "printer";
|
|
264
|
-
readonly 'puzzle-piece': "puzzle-piece";
|
|
265
|
-
readonly 'qr-code': "qr-code";
|
|
266
|
-
readonly 'question-mark-circle': "question-mark-circle";
|
|
267
|
-
readonly 'queue-list': "queue-list";
|
|
268
|
-
readonly radio: "radio";
|
|
269
|
-
readonly 'receipt-percent': "receipt-percent";
|
|
270
|
-
readonly 'receipt-refund': "receipt-refund";
|
|
271
|
-
readonly 'rectangle-group': "rectangle-group";
|
|
272
|
-
readonly 'rectangle-stack': "rectangle-stack";
|
|
273
|
-
readonly 'rocket-launch': "rocket-launch";
|
|
274
|
-
readonly rss: "rss";
|
|
275
|
-
readonly scale: "scale";
|
|
276
|
-
readonly scissors: "scissors";
|
|
277
|
-
readonly 'server-stack': "server-stack";
|
|
278
|
-
readonly server: "server";
|
|
279
|
-
readonly share: "share";
|
|
280
|
-
readonly 'shield-check': "shield-check";
|
|
281
|
-
readonly 'shield-exclamation': "shield-exclamation";
|
|
282
|
-
readonly 'shopping-bag': "shopping-bag";
|
|
283
|
-
readonly 'shopping-cart': "shopping-cart";
|
|
284
|
-
readonly 'signal-slash': "signal-slash";
|
|
285
|
-
readonly signal: "signal";
|
|
286
|
-
readonly slash: "slash";
|
|
287
|
-
readonly sparkles: "sparkles";
|
|
288
|
-
readonly 'speaker-wave': "speaker-wave";
|
|
289
|
-
readonly 'speaker-x-mark': "speaker-x-mark";
|
|
290
|
-
readonly 'square-2-stack': "square-2-stack";
|
|
291
|
-
readonly 'square-3-stack-3d': "square-3-stack-3d";
|
|
292
|
-
readonly 'squares-2x2': "squares-2x2";
|
|
293
|
-
readonly 'squares-plus': "squares-plus";
|
|
294
|
-
readonly star: "star";
|
|
295
|
-
readonly 'stop-circle': "stop-circle";
|
|
296
|
-
readonly stop: "stop";
|
|
297
|
-
readonly strikethrough: "strikethrough";
|
|
298
|
-
readonly sun: "sun";
|
|
299
|
-
readonly swatch: "swatch";
|
|
300
|
-
readonly 'table-cells': "table-cells";
|
|
301
|
-
readonly tag: "tag";
|
|
302
|
-
readonly ticket: "ticket";
|
|
303
|
-
readonly trash: "trash";
|
|
304
|
-
readonly trophy: "trophy";
|
|
305
|
-
readonly truck: "truck";
|
|
306
|
-
readonly tv: "tv";
|
|
307
|
-
readonly underline: "underline";
|
|
308
|
-
readonly 'user-circle': "user-circle";
|
|
309
|
-
readonly 'user-group': "user-group";
|
|
310
|
-
readonly 'user-minus': "user-minus";
|
|
311
|
-
readonly 'user-plus': "user-plus";
|
|
312
|
-
readonly user: "user";
|
|
313
|
-
readonly users: "users";
|
|
314
|
-
readonly variable: "variable";
|
|
315
|
-
readonly 'video-camera-slash': "video-camera-slash";
|
|
316
|
-
readonly 'video-camera': "video-camera";
|
|
317
|
-
readonly 'view-columns': "view-columns";
|
|
318
|
-
readonly 'viewfinder-circle': "viewfinder-circle";
|
|
319
|
-
readonly wallet: "wallet";
|
|
320
|
-
readonly wifi: "wifi";
|
|
321
|
-
readonly window: "window";
|
|
322
|
-
readonly 'wrench-screwdriver': "wrench-screwdriver";
|
|
323
|
-
readonly wrench: "wrench";
|
|
324
|
-
readonly 'x-circle': "x-circle";
|
|
325
|
-
readonly 'x-mark': "x-mark";
|
|
326
|
-
};
|