@shakerquiz/utilities 0.3.45 → 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 +3 -3
- 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
package/dprint.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shakerquiz/utilities",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"author": "yurkimus <yurkimus@gmail.com>",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"scripts": {
|
|
@@ -16,14 +16,9 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"
|
|
20
|
-
"@yurkimus/errors": "0.1.4",
|
|
21
|
-
"@yurkimus/message": "0.0.14",
|
|
22
|
-
"@yurkimus/response-status": "0.1.1",
|
|
23
|
-
"@yurkimus/url": "0.2.8",
|
|
24
|
-
"urlpattern-polyfill": "10.0.0"
|
|
19
|
+
"urlpattern-polyfill": "10.1.0"
|
|
25
20
|
},
|
|
26
21
|
"devDependencies": {
|
|
27
|
-
"typescript": "5.8.
|
|
22
|
+
"typescript": "5.8.3"
|
|
28
23
|
}
|
|
29
24
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const Domains: readonly ["Asset", "User", "Role", "City", "Venue", "Theme", "ThemeAsset", "Game", "GameAsset", "Registration", "Mailing"];
|
|
2
|
+
/**
|
|
3
|
+
* @type {Record<Domain, Icon>}
|
|
4
|
+
*/
|
|
5
|
+
export const DomainIcon: Record<Domain, Icon>;
|
|
6
|
+
/**
|
|
7
|
+
* @type {Record<Domain, Record<Kind, string>>}
|
|
8
|
+
*/
|
|
9
|
+
export const DomainKindPathname: Record<Domain, Record<Kind, string>>;
|
|
10
|
+
/**
|
|
11
|
+
* @type {Record<Domain, Record<Method, Set<Requirement>>>}
|
|
12
|
+
*/
|
|
13
|
+
export const DomainMethodRequirements: Record<Domain, Record<Method, Set<Requirement>>>;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
export var Domains = /** @type {const} */ ([
|
|
2
|
+
'Asset',
|
|
3
|
+
'User',
|
|
4
|
+
'Role',
|
|
5
|
+
'City',
|
|
6
|
+
'Venue',
|
|
7
|
+
'Theme',
|
|
8
|
+
'ThemeAsset',
|
|
9
|
+
'Game',
|
|
10
|
+
'GameAsset',
|
|
11
|
+
'Registration',
|
|
12
|
+
'Mailing',
|
|
13
|
+
])
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @type {Record<Domain, Icon>}
|
|
17
|
+
*/
|
|
18
|
+
export var DomainIcon = {
|
|
19
|
+
'User': 'users',
|
|
20
|
+
'Role': 'identification',
|
|
21
|
+
'City': 'building-office',
|
|
22
|
+
'Venue': 'map-pin',
|
|
23
|
+
'Theme': 'document-text',
|
|
24
|
+
'Game': 'newspaper',
|
|
25
|
+
'Registration': 'user-group',
|
|
26
|
+
'Mailing': 'envelope',
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {Record<Domain, Record<Kind, string>>}
|
|
31
|
+
*/
|
|
32
|
+
export var DomainKindPathname = {
|
|
33
|
+
'User': {
|
|
34
|
+
'Unit': '/user/:user?',
|
|
35
|
+
'Set': '/users',
|
|
36
|
+
},
|
|
37
|
+
|
|
38
|
+
'Role': {
|
|
39
|
+
'Unit': '/role/:role?',
|
|
40
|
+
'Set': '/roles',
|
|
41
|
+
},
|
|
42
|
+
|
|
43
|
+
'City': {
|
|
44
|
+
'Unit': '/city/:city?',
|
|
45
|
+
'Set': '/cities',
|
|
46
|
+
},
|
|
47
|
+
|
|
48
|
+
'Venue': {
|
|
49
|
+
'Unit': '/venue/:venue?',
|
|
50
|
+
'Set': '/venues',
|
|
51
|
+
},
|
|
52
|
+
|
|
53
|
+
'Theme': {
|
|
54
|
+
'Unit': '/theme/:theme?',
|
|
55
|
+
'Set': '/themes',
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
'Game': {
|
|
59
|
+
'Unit': '/game/:game?',
|
|
60
|
+
'Set': '/games',
|
|
61
|
+
},
|
|
62
|
+
|
|
63
|
+
'Registration': {
|
|
64
|
+
'Unit': '/registration/:registration?',
|
|
65
|
+
'Set': '/registrations',
|
|
66
|
+
},
|
|
67
|
+
|
|
68
|
+
'Mailing': {
|
|
69
|
+
'Unit': '/mailing/:mailing?',
|
|
70
|
+
'Set': '/mailings',
|
|
71
|
+
},
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @type {Record<Domain, Record<Method, Set<Requirement>>>}
|
|
76
|
+
*/
|
|
77
|
+
export var DomainMethodRequirements = {
|
|
78
|
+
'User': {
|
|
79
|
+
'DELETE': new Set(['Checkin']),
|
|
80
|
+
'GET': new Set(['Checkin']),
|
|
81
|
+
'OPTIONS': new Set([]),
|
|
82
|
+
'PATCH': new Set(['Checkin', 'Body']),
|
|
83
|
+
'POST': new Set(['Checkin', 'Body']),
|
|
84
|
+
'PUT': new Set(['Checkin', 'Body']),
|
|
85
|
+
},
|
|
86
|
+
|
|
87
|
+
'Role': {
|
|
88
|
+
'DELETE': new Set(['Checkin']),
|
|
89
|
+
'GET': new Set(['Checkin']),
|
|
90
|
+
'OPTIONS': new Set([]),
|
|
91
|
+
'PATCH': new Set(['Checkin', 'Body']),
|
|
92
|
+
'POST': new Set(['Checkin', 'Body']),
|
|
93
|
+
'PUT': new Set(['Checkin', 'Body']),
|
|
94
|
+
},
|
|
95
|
+
|
|
96
|
+
'City': {
|
|
97
|
+
'DELETE': new Set(['Checkin']),
|
|
98
|
+
'GET': new Set(['Checkin']),
|
|
99
|
+
'OPTIONS': new Set([]),
|
|
100
|
+
'PATCH': new Set(['Checkin', 'Body']),
|
|
101
|
+
'POST': new Set(['Checkin', 'Body']),
|
|
102
|
+
'PUT': new Set(['Checkin', 'Body']),
|
|
103
|
+
},
|
|
104
|
+
|
|
105
|
+
'Venue': {
|
|
106
|
+
'DELETE': new Set(['Checkin']),
|
|
107
|
+
'GET': new Set(['Checkin']),
|
|
108
|
+
'OPTIONS': new Set([]),
|
|
109
|
+
'PATCH': new Set(['Checkin', 'Body']),
|
|
110
|
+
'POST': new Set(['Checkin', 'Body']),
|
|
111
|
+
'PUT': new Set(['Checkin', 'Body']),
|
|
112
|
+
},
|
|
113
|
+
|
|
114
|
+
'Theme': {
|
|
115
|
+
'DELETE': new Set(['Checkin']),
|
|
116
|
+
'GET': new Set(['Checkin']),
|
|
117
|
+
'OPTIONS': new Set([]),
|
|
118
|
+
'PATCH': new Set(['Checkin', 'Body']),
|
|
119
|
+
'POST': new Set(['Checkin', 'Body']),
|
|
120
|
+
'PUT': new Set(['Checkin', 'Body']),
|
|
121
|
+
},
|
|
122
|
+
|
|
123
|
+
'Game': {
|
|
124
|
+
'DELETE': new Set(['Checkin']),
|
|
125
|
+
'GET': new Set(['Checkin']),
|
|
126
|
+
'OPTIONS': new Set([]),
|
|
127
|
+
'PATCH': new Set(['Checkin', 'Body']),
|
|
128
|
+
'POST': new Set(['Checkin', 'Body']),
|
|
129
|
+
'PUT': new Set(['Checkin', 'Body']),
|
|
130
|
+
},
|
|
131
|
+
|
|
132
|
+
'Registration': {
|
|
133
|
+
'DELETE': new Set(['Checkin']),
|
|
134
|
+
'GET': new Set(['Checkin']),
|
|
135
|
+
'OPTIONS': new Set([]),
|
|
136
|
+
'PATCH': new Set(['Checkin', 'Body']),
|
|
137
|
+
'POST': new Set(['Checkin', 'Body']),
|
|
138
|
+
'PUT': new Set(['Checkin', 'Body']),
|
|
139
|
+
},
|
|
140
|
+
|
|
141
|
+
'Mailing': {
|
|
142
|
+
'DELETE': new Set(['Checkin']),
|
|
143
|
+
'GET': new Set(['Checkin']),
|
|
144
|
+
'OPTIONS': new Set([]),
|
|
145
|
+
'PATCH': new Set(['Checkin', 'Body']),
|
|
146
|
+
'POST': new Set(['Checkin', 'Body']),
|
|
147
|
+
'PUT': new Set(['Checkin', 'Body']),
|
|
148
|
+
},
|
|
149
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const Features: ("Asset" | "User" | "Role" | "City" | "Venue" | "Theme" | "ThemeAsset" | "Game" | "GameAsset" | "Registration" | "Mailing")[];
|
|
2
|
+
/**
|
|
3
|
+
* @type {Record<Feature, Icon>}
|
|
4
|
+
*/
|
|
5
|
+
export const FeatureIcon: Record<Feature, Icon>;
|
|
6
|
+
/**
|
|
7
|
+
* @type {Record<Feature, Record<Kind, string>>}
|
|
8
|
+
*/
|
|
9
|
+
export const FeatureKindPathname: Record<Feature, Record<Kind, string>>;
|
|
10
|
+
/**
|
|
11
|
+
* @type {Record<Feature, Record<Method, Requirement>>}
|
|
12
|
+
*/
|
|
13
|
+
export const FeatureMethodRequirements: Record<Feature, Record<Method, Requirement>>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DomainIcon, DomainKindPathname, DomainMethodRequirements, Domains } from './domains.js'
|
|
2
|
+
|
|
3
|
+
import { ProcedureIcon, ProcedureKindPathname, ProcedureMethodRequirements, Procedures } from './procedures.js'
|
|
4
|
+
|
|
5
|
+
export var Features = Domains.concat(Procedures)
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @type {Record<Feature, Icon>}
|
|
9
|
+
*/
|
|
10
|
+
export var FeatureIcon = {
|
|
11
|
+
...DomainIcon,
|
|
12
|
+
...ProcedureIcon,
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @type {Record<Feature, Record<Kind, string>>}
|
|
17
|
+
*/
|
|
18
|
+
export var FeatureKindPathname = {
|
|
19
|
+
...DomainKindPathname,
|
|
20
|
+
...ProcedureKindPathname,
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {Record<Feature, Record<Method, Requirement>>}
|
|
25
|
+
*/
|
|
26
|
+
export var FeatureMethodRequirements = {
|
|
27
|
+
...DomainMethodRequirements,
|
|
28
|
+
...ProcedureMethodRequirements,
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const Kinds: readonly ["Unit", "Set"];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Related specifications:
|
|
3
|
+
* - HTTP/1.1 (Core Methods): {@link https://datatracker.ietf.org/doc/html/rfc7231#section-4.3}
|
|
4
|
+
* - PATCH: {@link https://datatracker.ietf.org/doc/html/rfc5789}
|
|
5
|
+
* - CONNECT: {@link https://datatracker.ietf.org/doc/html/rfc9110}
|
|
6
|
+
* - WebDAV Extensions {@link https://datatracker.ietf.org/doc/html/rfc4918}
|
|
7
|
+
*/
|
|
8
|
+
export const Methods: readonly ["CONNECT", "COPY", "DELETE", "GET", "HEAD", "LOCK", "MKCOL", "MOVE", "OPTIONS", "PATCH", "POST", "PROPFIND", "PROPPATCH", "PUT", "TRACE", "UNLOCK"];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Related specifications:
|
|
3
|
+
* - HTTP/1.1 (Core Methods): {@link https://datatracker.ietf.org/doc/html/rfc7231#section-4.3}
|
|
4
|
+
* - PATCH: {@link https://datatracker.ietf.org/doc/html/rfc5789}
|
|
5
|
+
* - CONNECT: {@link https://datatracker.ietf.org/doc/html/rfc9110}
|
|
6
|
+
* - WebDAV Extensions {@link https://datatracker.ietf.org/doc/html/rfc4918}
|
|
7
|
+
*/
|
|
8
|
+
export var Methods = /** @type {const} */ ([
|
|
9
|
+
'CONNECT',
|
|
10
|
+
'COPY',
|
|
11
|
+
'DELETE',
|
|
12
|
+
'GET',
|
|
13
|
+
'HEAD',
|
|
14
|
+
'LOCK',
|
|
15
|
+
'MKCOL',
|
|
16
|
+
'MOVE',
|
|
17
|
+
'OPTIONS',
|
|
18
|
+
'PATCH',
|
|
19
|
+
'POST',
|
|
20
|
+
'PROPFIND',
|
|
21
|
+
'PROPPATCH',
|
|
22
|
+
'PUT',
|
|
23
|
+
'TRACE',
|
|
24
|
+
'UNLOCK',
|
|
25
|
+
])
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
export
|
|
2
|
-
let Checkin: "Checkin";
|
|
3
|
-
let Redirect: "Redirect";
|
|
4
|
-
}
|
|
1
|
+
export const Procedures: readonly ["Checkin", "Redirect"];
|
|
5
2
|
/**
|
|
6
3
|
* @type {Record<Procedure, Icon>}
|
|
7
4
|
*/
|
|
8
|
-
export const
|
|
5
|
+
export const ProcedureIcon: Record<Procedure, Icon>;
|
|
9
6
|
/**
|
|
10
7
|
* @type {Record<Procedure, Record<Kind, string>>}
|
|
11
8
|
*/
|
|
12
|
-
export const
|
|
9
|
+
export const ProcedureKindPathname: Record<Procedure, Record<Kind, string>>;
|
|
13
10
|
/**
|
|
14
11
|
* @type {Record<Procedure, Record<Method, Set<Requirement>>>}
|
|
15
12
|
*/
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export var Procedures = /** @type {const} */ ([
|
|
2
|
+
'Checkin',
|
|
3
|
+
'Redirect',
|
|
4
|
+
])
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @type {Record<Procedure, Icon>}
|
|
8
|
+
*/
|
|
9
|
+
export var ProcedureIcon = {
|
|
10
|
+
'Checkin': 'arrow-right-end-on-rectangle',
|
|
11
|
+
'Redirect': 'no-symbol',
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @type {Record<Procedure, Record<Kind, string>>}
|
|
16
|
+
*/
|
|
17
|
+
export var ProcedureKindPathname = {
|
|
18
|
+
'Checkin': {
|
|
19
|
+
'Unit': '/checkin',
|
|
20
|
+
'Set': '/checkins',
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
'Redirect': {
|
|
24
|
+
'Unit': '/redirect',
|
|
25
|
+
'Set': '/redirects',
|
|
26
|
+
},
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {Record<Procedure, Record<Method, Set<Requirement>>>}
|
|
31
|
+
*/
|
|
32
|
+
export var ProcedureMethodRequirements = {
|
|
33
|
+
'Checkin': {
|
|
34
|
+
'DELETE': new Set([]),
|
|
35
|
+
'GET': new Set([]),
|
|
36
|
+
'OPTIONS': new Set([]),
|
|
37
|
+
'PATCH': new Set([]),
|
|
38
|
+
'POST': new Set(['Body']),
|
|
39
|
+
'PUT': new Set([]),
|
|
40
|
+
},
|
|
41
|
+
|
|
42
|
+
'Redirect': {
|
|
43
|
+
'GET': new Set([]),
|
|
44
|
+
},
|
|
45
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Features } from './features.js'
|
|
2
|
+
import { Kinds } from './kinds.js'
|
|
3
|
+
import { Methods } from './methods.js'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @type {Scope[]}
|
|
7
|
+
*/
|
|
8
|
+
export var Scopes = Object
|
|
9
|
+
.values(Methods)
|
|
10
|
+
.flatMap(method => Object.values(Features).map(feature => [method, feature]))
|
|
11
|
+
.flatMap(array => Object.values(Kinds).map(kind => array.concat(kind)))
|
|
12
|
+
.map(array => array.join('/'))
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const Affilations: readonly ["Branch", "Franchise"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const GameStatuses: readonly ["APPROVED", "ARCHIVE", "CLOSED", "FINISHED", "FORINVITES", "MODERATION", "PUBLISHED", "REJECTED", "IS_RESERVE"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const Lineups: readonly ["Main", "Reserve"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const RegistrationStatuses: readonly ["Cancelled", "Confirmed", "Registered"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const Roles: readonly ["admin", "organizer"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const Icons: readonly ["academic-cap", "adjustments-horizontal", "adjustments-vertical", "archive-box-arrow-down", "archive-box-x-mark", "archive-box", "arrow-down-circle", "arrow-down-left", "arrow-down-on-square-stack", "arrow-down-on-square", "arrow-down-right", "arrow-down-tray", "arrow-down", "arrow-left-circle", "arrow-left-end-on-rectangle", "arrow-left-on-rectangle", "arrow-left-start-on-rectangle", "arrow-left", "arrow-long-down", "arrow-long-left", "arrow-long-right", "arrow-long-up", "arrow-path-rounded-square", "arrow-path", "arrow-right-circle", "arrow-right-end-on-rectangle", "arrow-right-on-rectangle", "arrow-right-start-on-rectangle", "arrow-right", "arrow-small-down", "arrow-small-left", "arrow-small-right", "arrow-small-up", "arrow-top-right-on-square", "arrow-trending-down", "arrow-trending-up", "arrow-turn-down-left", "arrow-turn-down-right", "arrow-turn-left-down", "arrow-turn-left-up", "arrow-turn-right-down", "arrow-turn-right-up", "arrow-turn-up-left", "arrow-turn-up-right", "arrow-up-circle", "arrow-up-left", "arrow-up-on-square-stack", "arrow-up-on-square", "arrow-up-right", "arrow-up-tray", "arrow-up", "arrow-uturn-down", "arrow-uturn-left", "arrow-uturn-right", "arrow-uturn-up", "arrows-pointing-in", "arrows-pointing-out", "arrows-right-left", "arrows-up-down", "at-symbol", "backspace", "backward", "banknotes", "bars-2", "bars-3-bottom-left", "bars-3-bottom-right", "bars-3-center-left", "bars-3", "bars-4", "bars-arrow-down", "bars-arrow-up", "battery-0", "battery-100", "battery-50", "beaker", "bell-alert", "bell-slash", "bell-snooze", "bell", "bold", "bolt-slash", "bolt", "book-open", "bookmark-slash", "bookmark-square", "bookmark", "briefcase", "bug-ant", "building-library", "building-office-2", "building-office", "building-storefront", "cake", "calculator", "calendar-date-range", "calendar-days", "calendar", "camera", "chart-bar-square", "chart-bar", "chart-pie", "chat-bubble-bottom-center-text", "chat-bubble-bottom-center", "chat-bubble-left-ellipsis", "chat-bubble-left-right", "chat-bubble-left", "chat-bubble-oval-left-ellipsis", "chat-bubble-oval-left", "check-badge", "check-circle", "check", "chevron-double-down", "chevron-double-left", "chevron-double-right", "chevron-double-up", "chevron-down", "chevron-left", "chevron-right", "chevron-up-down", "chevron-up", "circle-stack", "clipboard-document-check", "clipboard-document-list", "clipboard-document", "clipboard", "clock", "cloud-arrow-down", "cloud-arrow-up", "cloud", "code-bracket-square", "code-bracket", "cog-6-tooth", "cog-8-tooth", "cog", "command-line", "computer-desktop", "cpu-chip", "credit-card", "cube-transparent", "cube", "currency-bangladeshi", "currency-dollar", "currency-euro", "currency-pound", "currency-rupee", "currency-yen", "cursor-arrow-rays", "cursor-arrow-ripple", "device-phone-mobile", "device-tablet", "divide", "document-arrow-down", "document-arrow-up", "document-chart-bar", "document-check", "document-currency-bangladeshi", "document-currency-dollar", "document-currency-euro", "document-currency-pound", "document-currency-rupee", "document-currency-yen", "document-duplicate", "document-magnifying-glass", "document-minus", "document-plus", "document-text", "document", "ellipsis-horizontal-circle", "ellipsis-horizontal", "ellipsis-vertical", "envelope-open", "envelope", "equals", "exclamation-circle", "exclamation-triangle", "eye-dropper", "eye-slash", "eye", "face-frown", "face-smile", "film", "finger-print", "fire", "flag", "folder-arrow-down", "folder-minus", "folder-open", "folder-plus", "folder", "forward", "funnel", "gif", "gift-top", "gift", "globe-alt", "globe-americas", "globe-asia-australia", "globe-europe-africa", "h1", "h2", "h3", "hand-raised", "hand-thumb-down", "hand-thumb-up", "hashtag", "heart", "home-modern", "home", "identification", "inbox-arrow-down", "inbox-stack", "inbox", "information-circle", "italic", "key", "language", "lifebuoy", "light-bulb", "link-slash", "link", "list-bullet", "lock-closed", "lock-open", "magnifying-glass-circle", "magnifying-glass-minus", "magnifying-glass-plus", "magnifying-glass", "map-pin", "map", "megaphone", "microphone", "minus-circle", "minus-small", "minus", "moon", "musical-note", "newspaper", "no-symbol", "numbered-list", "paint-brush", "paper-airplane", "paper-clip", "pause-circle", "pause", "pencil-square", "pencil", "percent-badge", "phone-arrow-down-left", "phone-arrow-up-right", "phone-x-mark", "phone", "photo", "play-circle", "play-pause", "play", "plus-circle", "plus-small", "plus", "power", "presentation-chart-bar", "presentation-chart-line", "printer", "puzzle-piece", "qr-code", "question-mark-circle", "queue-list", "radio", "receipt-percent", "receipt-refund", "rectangle-group", "rectangle-stack", "rocket-launch", "rss", "scale", "scissors", "server-stack", "server", "share", "shield-check", "shield-exclamation", "shopping-bag", "shopping-cart", "signal-slash", "signal", "slash", "sparkles", "speaker-wave", "speaker-x-mark", "square-2-stack", "square-3-stack-3d", "squares-2x2", "squares-plus", "star", "stop-circle", "stop", "strikethrough", "sun", "swatch", "table-cells", "tag", "ticket", "trash", "trophy", "truck", "tv", "underline", "user-circle", "user-group", "user-minus", "user-plus", "user", "users", "variable", "video-camera-slash", "video-camera", "view-columns", "viewfinder-circle", "wallet", "wifi", "window", "wrench-screwdriver", "wrench", "x-circle", "x-mark"];
|