nextjs-cms 0.9.29 → 0.9.30
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/LICENSE +21 -21
- package/README.md +279 -279
- package/dist/api/actions/pages.d.ts +3 -3
- package/dist/api/index.d.ts +974 -1
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +13 -0
- package/dist/api/lib/serverActions.d.ts +49 -13
- package/dist/api/lib/serverActions.d.ts.map +1 -1
- package/dist/api/lib/serverActions.js +31 -103
- package/dist/api/root.d.ts +1916 -18
- package/dist/api/root.d.ts.map +1 -1
- package/dist/api/root.js +83 -18
- package/dist/api/routers/config.d.ts.map +1 -1
- package/dist/api/routers/gallery.d.ts +0 -1
- package/dist/api/routers/gallery.d.ts.map +1 -1
- package/dist/api/routers/gallery.js +8 -36
- package/dist/api/routers/hasItemsSection.d.ts +30 -5
- package/dist/api/routers/hasItemsSection.d.ts.map +1 -1
- package/dist/api/routers/navigation.d.ts +3 -3
- package/dist/api/routers/simpleSection.d.ts +15 -3
- package/dist/api/routers/simpleSection.d.ts.map +1 -1
- package/dist/api/trpc/root.d.ts +3 -3
- package/dist/api/trpc/root.d.ts.map +1 -1
- package/dist/api/trpc/routers/config.d.ts.map +1 -1
- package/dist/api/trpc/routers/hasItemsSection.d.ts.map +1 -1
- package/dist/api/trpc/routers/navigation.d.ts +3 -3
- package/dist/api/trpc/routers/simpleSection.d.ts.map +1 -1
- package/dist/api/trpc/server.d.ts +9 -9
- package/dist/api/trpc/server.d.ts.map +1 -1
- package/dist/auth/trpc.d.ts +1 -1
- package/dist/auth/trpc.d.ts.map +1 -1
- package/dist/auth/trpc.js +1 -0
- package/dist/cli/lib/db-config.js +10 -10
- package/dist/cli/lib/update-sections.d.ts.map +1 -1
- package/dist/cli/lib/update-sections.js +24 -29
- package/dist/core/db/table-checker/MysqlTable.js +10 -10
- package/dist/core/factories/section-factory-with-esbuild.js +9 -9
- package/dist/core/factories/section-factory-with-jiti.js +9 -9
- package/dist/core/fields/dateRange.d.ts +115 -0
- package/dist/core/fields/dateRange.d.ts.map +1 -0
- package/dist/core/fields/dateRange.js +149 -0
- package/dist/core/sections/category.d.ts +42 -42
- package/dist/core/sections/hasItems.d.ts +42 -42
- package/dist/core/sections/section.d.ts +22 -22
- package/dist/core/sections/simple.d.ts +8 -8
- package/dist/plugins/derive.d.ts +0 -8
- package/dist/plugins/derive.d.ts.map +1 -1
- package/dist/plugins/derive.js +0 -32
- package/dist/plugins/server.d.ts +1 -1
- package/dist/plugins/server.d.ts.map +1 -1
- package/dist/plugins/server.js +1 -1
- package/dist/translations/client.d.ts +4 -4
- package/dist/translations/locale-cookie.d.ts +24 -0
- package/dist/translations/locale-cookie.d.ts.map +1 -0
- package/dist/translations/locale-cookie.js +44 -0
- package/dist/translations/locale-utils.d.ts +8 -0
- package/dist/translations/locale-utils.d.ts.map +1 -0
- package/dist/translations/locale-utils.js +11 -0
- package/dist/translations/localization.d.ts +40 -0
- package/dist/translations/localization.d.ts.map +1 -0
- package/dist/translations/localization.js +48 -0
- package/dist/validators/dateRange.d.ts +11 -0
- package/dist/validators/dateRange.d.ts.map +1 -0
- package/dist/validators/dateRange.js +16 -0
- package/package.json +1 -1
- package/dist/api/client.d.ts +0 -30
- package/dist/api/client.d.ts.map +0 -1
- package/dist/api/client.js +0 -82
- package/dist/api/server.d.ts +0 -2748
- package/dist/api/server.d.ts.map +0 -1
- package/dist/api/server.js +0 -100
- package/dist/api/utils/async-caller-proxy.d.ts +0 -2
- package/dist/api/utils/async-caller-proxy.d.ts.map +0 -1
- package/dist/api/utils/async-caller-proxy.js +0 -36
- package/dist/api/utils/lazy-caller-proxy.d.ts +0 -2
- package/dist/api/utils/lazy-caller-proxy.d.ts.map +0 -1
- package/dist/api/utils/lazy-caller-proxy.js +0 -36
- package/dist/api/utils/router-types.d.ts +0 -7
- package/dist/api/utils/router-types.d.ts.map +0 -1
- package/dist/api/utils/router-types.js +0 -0
- package/dist/plugins/manifest.d.ts +0 -28
- package/dist/plugins/manifest.d.ts.map +0 -1
- package/dist/plugins/manifest.js +0 -83
- package/dist/plugins/registry.d.ts +0 -22
- package/dist/plugins/registry.d.ts.map +0 -1
- package/dist/plugins/registry.js +0 -25
- package/dist/utils/log.d.ts +0 -18
- package/dist/utils/log.d.ts.map +0 -1
- package/dist/utils/log.js +0 -28
package/dist/api/server.d.ts
DELETED
|
@@ -1,2748 +0,0 @@
|
|
|
1
|
-
import 'server-only';
|
|
2
|
-
import { createHydrationHelpers } from '@trpc/react-query/rsc';
|
|
3
|
-
import type { AnyRouter } from '@trpc/server';
|
|
4
|
-
import { fetchRequestHandler } from '@trpc/server/adapters/fetch';
|
|
5
|
-
import type { NonConflictingRouterRecord, RouterRecord } from './utils/router-types.js';
|
|
6
|
-
export interface CreateTRPCRouterOptions<TUser extends RouterRecord> {
|
|
7
|
-
routers?: NonConflictingRouterRecord<TUser>;
|
|
8
|
-
onError?: Parameters<typeof fetchRequestHandler>[0]['onError'];
|
|
9
|
-
}
|
|
10
|
-
export declare function createTRPCRouter<const TUser extends RouterRecord = {}>(opts?: CreateTRPCRouterOptions<TUser>): {
|
|
11
|
-
appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12
|
-
ctx: {
|
|
13
|
-
headers: Headers;
|
|
14
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
15
|
-
$client: import("mysql2/promise").Pool;
|
|
16
|
-
};
|
|
17
|
-
session: import("../index.js").Session | null;
|
|
18
|
-
};
|
|
19
|
-
meta: object;
|
|
20
|
-
errorShape: {
|
|
21
|
-
data: {
|
|
22
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
23
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
24
|
-
httpStatus: number;
|
|
25
|
-
path?: string;
|
|
26
|
-
stack?: string;
|
|
27
|
-
};
|
|
28
|
-
message: string;
|
|
29
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
30
|
-
};
|
|
31
|
-
transformer: true;
|
|
32
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
33
|
-
auth: import("@trpc/server").TRPCBuiltRouter<{
|
|
34
|
-
ctx: {
|
|
35
|
-
headers: Headers;
|
|
36
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
37
|
-
$client: import("mysql2/promise").Pool;
|
|
38
|
-
};
|
|
39
|
-
session: import("../index.js").Session | null;
|
|
40
|
-
};
|
|
41
|
-
meta: object;
|
|
42
|
-
errorShape: {
|
|
43
|
-
data: {
|
|
44
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
45
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
46
|
-
httpStatus: number;
|
|
47
|
-
path?: string;
|
|
48
|
-
stack?: string;
|
|
49
|
-
};
|
|
50
|
-
message: string;
|
|
51
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
52
|
-
};
|
|
53
|
-
transformer: true;
|
|
54
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
55
|
-
login: import("@trpc/server").TRPCMutationProcedure<{
|
|
56
|
-
input: {
|
|
57
|
-
username: string;
|
|
58
|
-
password: string;
|
|
59
|
-
};
|
|
60
|
-
output: {
|
|
61
|
-
status: number;
|
|
62
|
-
session: {
|
|
63
|
-
user: {
|
|
64
|
-
id: string;
|
|
65
|
-
name: string;
|
|
66
|
-
language: string;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
user: {
|
|
70
|
-
id: string;
|
|
71
|
-
username: string;
|
|
72
|
-
lang: string;
|
|
73
|
-
avatar: string | null;
|
|
74
|
-
};
|
|
75
|
-
accessToken: string;
|
|
76
|
-
};
|
|
77
|
-
meta: object;
|
|
78
|
-
}>;
|
|
79
|
-
logout: import("@trpc/server").TRPCMutationProcedure<{
|
|
80
|
-
input: void;
|
|
81
|
-
output: boolean;
|
|
82
|
-
meta: object;
|
|
83
|
-
}>;
|
|
84
|
-
}>>;
|
|
85
|
-
admins: import("@trpc/server").TRPCBuiltRouter<{
|
|
86
|
-
ctx: {
|
|
87
|
-
headers: Headers;
|
|
88
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
89
|
-
$client: import("mysql2/promise").Pool;
|
|
90
|
-
};
|
|
91
|
-
session: import("../index.js").Session | null;
|
|
92
|
-
};
|
|
93
|
-
meta: object;
|
|
94
|
-
errorShape: {
|
|
95
|
-
data: {
|
|
96
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
97
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
98
|
-
httpStatus: number;
|
|
99
|
-
path?: string;
|
|
100
|
-
stack?: string;
|
|
101
|
-
};
|
|
102
|
-
message: string;
|
|
103
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
104
|
-
};
|
|
105
|
-
transformer: true;
|
|
106
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
107
|
-
list: import("@trpc/server").TRPCQueryProcedure<{
|
|
108
|
-
input: void;
|
|
109
|
-
output: {
|
|
110
|
-
error: {
|
|
111
|
-
message: string;
|
|
112
|
-
};
|
|
113
|
-
admins?: undefined;
|
|
114
|
-
privileges?: undefined;
|
|
115
|
-
} | {
|
|
116
|
-
admins: {
|
|
117
|
-
id: string;
|
|
118
|
-
username: string;
|
|
119
|
-
avatar: string | null;
|
|
120
|
-
roles: {
|
|
121
|
-
operations: "C" | "U" | "D" | "CU" | "CD" | "UD" | "CUD";
|
|
122
|
-
publisher: boolean | null;
|
|
123
|
-
sectionName: string;
|
|
124
|
-
}[];
|
|
125
|
-
}[];
|
|
126
|
-
privileges: {
|
|
127
|
-
title: string;
|
|
128
|
-
order: number;
|
|
129
|
-
sectionType: string;
|
|
130
|
-
sectionName: string;
|
|
131
|
-
}[];
|
|
132
|
-
error?: undefined;
|
|
133
|
-
};
|
|
134
|
-
meta: object;
|
|
135
|
-
}>;
|
|
136
|
-
get: import("@trpc/server").TRPCQueryProcedure<{
|
|
137
|
-
input: string;
|
|
138
|
-
output: {
|
|
139
|
-
admin: {
|
|
140
|
-
id: string;
|
|
141
|
-
user: string;
|
|
142
|
-
};
|
|
143
|
-
adminRoles: {
|
|
144
|
-
sectionName: string;
|
|
145
|
-
operations: "C" | "U" | "D" | "CU" | "CD" | "UD" | "CUD";
|
|
146
|
-
publisher: boolean | null;
|
|
147
|
-
}[];
|
|
148
|
-
allRoles: {
|
|
149
|
-
title: string;
|
|
150
|
-
order: number;
|
|
151
|
-
sectionType: string;
|
|
152
|
-
sectionName: string;
|
|
153
|
-
}[];
|
|
154
|
-
};
|
|
155
|
-
meta: object;
|
|
156
|
-
}>;
|
|
157
|
-
create: import("@trpc/server").TRPCMutationProcedure<{
|
|
158
|
-
input: {
|
|
159
|
-
username: string;
|
|
160
|
-
password: string;
|
|
161
|
-
privileges: {
|
|
162
|
-
sectionName: string;
|
|
163
|
-
publisher: boolean | null;
|
|
164
|
-
operations: string;
|
|
165
|
-
}[];
|
|
166
|
-
};
|
|
167
|
-
output: {
|
|
168
|
-
status: string;
|
|
169
|
-
id: string;
|
|
170
|
-
};
|
|
171
|
-
meta: object;
|
|
172
|
-
}>;
|
|
173
|
-
update: import("@trpc/server").TRPCMutationProcedure<{
|
|
174
|
-
input: {
|
|
175
|
-
id: string;
|
|
176
|
-
privileges: {
|
|
177
|
-
sectionName: string;
|
|
178
|
-
publisher: boolean | null;
|
|
179
|
-
operations: string;
|
|
180
|
-
}[];
|
|
181
|
-
};
|
|
182
|
-
output: {
|
|
183
|
-
status: string;
|
|
184
|
-
};
|
|
185
|
-
meta: object;
|
|
186
|
-
}>;
|
|
187
|
-
remove: import("@trpc/server").TRPCMutationProcedure<{
|
|
188
|
-
input: {
|
|
189
|
-
id: string;
|
|
190
|
-
};
|
|
191
|
-
output: boolean;
|
|
192
|
-
meta: object;
|
|
193
|
-
}>;
|
|
194
|
-
}>>;
|
|
195
|
-
config: import("@trpc/server").TRPCBuiltRouter<{
|
|
196
|
-
ctx: {
|
|
197
|
-
headers: Headers;
|
|
198
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
199
|
-
$client: import("mysql2/promise").Pool;
|
|
200
|
-
};
|
|
201
|
-
session: import("../index.js").Session | null;
|
|
202
|
-
};
|
|
203
|
-
meta: object;
|
|
204
|
-
errorShape: {
|
|
205
|
-
data: {
|
|
206
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
207
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
208
|
-
httpStatus: number;
|
|
209
|
-
path?: string;
|
|
210
|
-
stack?: string;
|
|
211
|
-
};
|
|
212
|
-
message: string;
|
|
213
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
214
|
-
};
|
|
215
|
-
transformer: true;
|
|
216
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
217
|
-
getI18n: import("@trpc/server").TRPCQueryProcedure<{
|
|
218
|
-
input: void;
|
|
219
|
-
output: {
|
|
220
|
-
supportedLanguages: readonly string[];
|
|
221
|
-
fallbackLanguage: string;
|
|
222
|
-
};
|
|
223
|
-
meta: object;
|
|
224
|
-
}>;
|
|
225
|
-
getLocalization: import("@trpc/server").TRPCQueryProcedure<{
|
|
226
|
-
input: void;
|
|
227
|
-
output: {
|
|
228
|
-
enabled: boolean;
|
|
229
|
-
locales: {
|
|
230
|
-
code: string;
|
|
231
|
-
label: string;
|
|
232
|
-
rtl?: boolean;
|
|
233
|
-
}[];
|
|
234
|
-
defaultLocale: string;
|
|
235
|
-
} | null;
|
|
236
|
-
meta: object;
|
|
237
|
-
}>;
|
|
238
|
-
}>>;
|
|
239
|
-
hasItemsSections: import("@trpc/server").TRPCBuiltRouter<{
|
|
240
|
-
ctx: {
|
|
241
|
-
headers: Headers;
|
|
242
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
243
|
-
$client: import("mysql2/promise").Pool;
|
|
244
|
-
};
|
|
245
|
-
session: import("../index.js").Session | null;
|
|
246
|
-
};
|
|
247
|
-
meta: object;
|
|
248
|
-
errorShape: {
|
|
249
|
-
data: {
|
|
250
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
251
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
252
|
-
httpStatus: number;
|
|
253
|
-
path?: string;
|
|
254
|
-
stack?: string;
|
|
255
|
-
};
|
|
256
|
-
message: string;
|
|
257
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
258
|
-
};
|
|
259
|
-
transformer: true;
|
|
260
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
261
|
-
listItems: import("@trpc/server").TRPCQueryProcedure<{
|
|
262
|
-
input: {
|
|
263
|
-
sectionName: string;
|
|
264
|
-
page?: number | undefined;
|
|
265
|
-
q?: string | undefined;
|
|
266
|
-
};
|
|
267
|
-
output: {
|
|
268
|
-
error: {
|
|
269
|
-
message: string;
|
|
270
|
-
};
|
|
271
|
-
section?: undefined;
|
|
272
|
-
items?: undefined;
|
|
273
|
-
totalCount?: undefined;
|
|
274
|
-
} | {
|
|
275
|
-
section: {
|
|
276
|
-
hasSearch: boolean;
|
|
277
|
-
name: string;
|
|
278
|
-
title: string;
|
|
279
|
-
};
|
|
280
|
-
items: (Record<string, any> | {
|
|
281
|
-
id: string | number;
|
|
282
|
-
headingTitle: string;
|
|
283
|
-
coverPhoto: string | null;
|
|
284
|
-
createdAt: string;
|
|
285
|
-
createdBy: string;
|
|
286
|
-
permission: number;
|
|
287
|
-
})[];
|
|
288
|
-
totalCount: any;
|
|
289
|
-
error?: undefined;
|
|
290
|
-
};
|
|
291
|
-
meta: object;
|
|
292
|
-
}>;
|
|
293
|
-
newItem: import("@trpc/server").TRPCQueryProcedure<{
|
|
294
|
-
input: {
|
|
295
|
-
sectionName: string;
|
|
296
|
-
};
|
|
297
|
-
output: {
|
|
298
|
-
error: {
|
|
299
|
-
message: any;
|
|
300
|
-
};
|
|
301
|
-
section?: undefined;
|
|
302
|
-
inputGroups?: undefined;
|
|
303
|
-
defaultLocale?: undefined;
|
|
304
|
-
} | {
|
|
305
|
-
section: {
|
|
306
|
-
name: string;
|
|
307
|
-
title: {
|
|
308
|
-
section: string;
|
|
309
|
-
singular: string;
|
|
310
|
-
plural: string;
|
|
311
|
-
};
|
|
312
|
-
gallery: import("../index.js").SectionGallery | undefined;
|
|
313
|
-
variants: import("../core/types/index.js").Variant[] | undefined;
|
|
314
|
-
configFile: string;
|
|
315
|
-
};
|
|
316
|
-
inputGroups: {
|
|
317
|
-
groupId: number;
|
|
318
|
-
groupTitle: string;
|
|
319
|
-
groupOrder: number;
|
|
320
|
-
inputs: {
|
|
321
|
-
type: import("../core/types/index.js").FieldType;
|
|
322
|
-
name: string;
|
|
323
|
-
label: string;
|
|
324
|
-
required: boolean;
|
|
325
|
-
localized?: boolean;
|
|
326
|
-
conditionalFields: import("../core/types/index.js").ConditionalField[];
|
|
327
|
-
readonly: boolean;
|
|
328
|
-
defaultValue: any;
|
|
329
|
-
value: any;
|
|
330
|
-
}[];
|
|
331
|
-
}[] | undefined;
|
|
332
|
-
defaultLocale: {
|
|
333
|
-
code: string;
|
|
334
|
-
label: string;
|
|
335
|
-
rtl?: boolean;
|
|
336
|
-
} | null;
|
|
337
|
-
error?: undefined;
|
|
338
|
-
};
|
|
339
|
-
meta: object;
|
|
340
|
-
}>;
|
|
341
|
-
editItem: import("@trpc/server").TRPCQueryProcedure<{
|
|
342
|
-
input: {
|
|
343
|
-
sectionName: string;
|
|
344
|
-
sectionItemId: string | number;
|
|
345
|
-
locale?: string | undefined;
|
|
346
|
-
};
|
|
347
|
-
output: {
|
|
348
|
-
section: {
|
|
349
|
-
name: string;
|
|
350
|
-
title: {
|
|
351
|
-
section: string;
|
|
352
|
-
singular: string;
|
|
353
|
-
plural: string;
|
|
354
|
-
};
|
|
355
|
-
gallery: import("../index.js").SectionGallery | undefined;
|
|
356
|
-
variants: import("../core/types/index.js").Variant[] | undefined;
|
|
357
|
-
configFile: string;
|
|
358
|
-
};
|
|
359
|
-
inputGroups: {
|
|
360
|
-
groupId: number;
|
|
361
|
-
groupTitle: string;
|
|
362
|
-
groupOrder: number;
|
|
363
|
-
inputs: {
|
|
364
|
-
type: import("../core/types/index.js").FieldType;
|
|
365
|
-
name: string;
|
|
366
|
-
label: string;
|
|
367
|
-
required: boolean;
|
|
368
|
-
localized?: boolean;
|
|
369
|
-
conditionalFields: import("../core/types/index.js").ConditionalField[];
|
|
370
|
-
readonly: boolean;
|
|
371
|
-
defaultValue: any;
|
|
372
|
-
value: any;
|
|
373
|
-
}[];
|
|
374
|
-
}[] | undefined;
|
|
375
|
-
gallery: {
|
|
376
|
-
referenceId: string;
|
|
377
|
-
photo: string;
|
|
378
|
-
meta: any;
|
|
379
|
-
locale?: string;
|
|
380
|
-
}[];
|
|
381
|
-
localization: {
|
|
382
|
-
defaultLocale: {
|
|
383
|
-
code: string;
|
|
384
|
-
label: string;
|
|
385
|
-
rtl?: boolean;
|
|
386
|
-
};
|
|
387
|
-
currentLocale: {
|
|
388
|
-
code: string;
|
|
389
|
-
label: string;
|
|
390
|
-
rtl?: boolean;
|
|
391
|
-
};
|
|
392
|
-
existingTranslations: string[];
|
|
393
|
-
locales: {
|
|
394
|
-
code: string;
|
|
395
|
-
label: string;
|
|
396
|
-
rtl?: boolean;
|
|
397
|
-
}[];
|
|
398
|
-
localeSwitcherEnabled: boolean;
|
|
399
|
-
developerNoteEnabled: boolean;
|
|
400
|
-
} | null;
|
|
401
|
-
error?: undefined;
|
|
402
|
-
} | {
|
|
403
|
-
error: {
|
|
404
|
-
message: any;
|
|
405
|
-
};
|
|
406
|
-
section?: undefined;
|
|
407
|
-
inputGroups?: undefined;
|
|
408
|
-
gallery?: undefined;
|
|
409
|
-
localization?: undefined;
|
|
410
|
-
};
|
|
411
|
-
meta: object;
|
|
412
|
-
}>;
|
|
413
|
-
deleteItem: import("@trpc/server").TRPCMutationProcedure<{
|
|
414
|
-
input: {
|
|
415
|
-
sectionName: string;
|
|
416
|
-
sectionItemId: string | number;
|
|
417
|
-
};
|
|
418
|
-
output: boolean;
|
|
419
|
-
meta: object;
|
|
420
|
-
}>;
|
|
421
|
-
deleteLocaleTranslation: import("@trpc/server").TRPCMutationProcedure<{
|
|
422
|
-
input: {
|
|
423
|
-
sectionName: string;
|
|
424
|
-
sectionItemId: string | number;
|
|
425
|
-
locale: string;
|
|
426
|
-
};
|
|
427
|
-
output: boolean;
|
|
428
|
-
meta: object;
|
|
429
|
-
}>;
|
|
430
|
-
}>>;
|
|
431
|
-
simpleSections: import("@trpc/server").TRPCBuiltRouter<{
|
|
432
|
-
ctx: {
|
|
433
|
-
headers: Headers;
|
|
434
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
435
|
-
$client: import("mysql2/promise").Pool;
|
|
436
|
-
};
|
|
437
|
-
session: import("../index.js").Session | null;
|
|
438
|
-
};
|
|
439
|
-
meta: object;
|
|
440
|
-
errorShape: {
|
|
441
|
-
data: {
|
|
442
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
443
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
444
|
-
httpStatus: number;
|
|
445
|
-
path?: string;
|
|
446
|
-
stack?: string;
|
|
447
|
-
};
|
|
448
|
-
message: string;
|
|
449
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
450
|
-
};
|
|
451
|
-
transformer: true;
|
|
452
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
453
|
-
create: import("@trpc/server").TRPCQueryProcedure<{
|
|
454
|
-
input: {
|
|
455
|
-
sectionName: string;
|
|
456
|
-
locale?: string | undefined;
|
|
457
|
-
};
|
|
458
|
-
output: {
|
|
459
|
-
error: {
|
|
460
|
-
message: string;
|
|
461
|
-
};
|
|
462
|
-
section?: undefined;
|
|
463
|
-
inputGroups?: undefined;
|
|
464
|
-
localization?: undefined;
|
|
465
|
-
} | {
|
|
466
|
-
section: {
|
|
467
|
-
name: string;
|
|
468
|
-
title: string;
|
|
469
|
-
gallery: import("../index.js").SectionGallery | undefined;
|
|
470
|
-
variants: import("../core/types/index.js").Variant[] | undefined;
|
|
471
|
-
configFile: string;
|
|
472
|
-
};
|
|
473
|
-
inputGroups: {
|
|
474
|
-
groupId: number;
|
|
475
|
-
groupTitle: string;
|
|
476
|
-
groupOrder: number;
|
|
477
|
-
inputs: {
|
|
478
|
-
type: import("../core/types/index.js").FieldType;
|
|
479
|
-
name: string;
|
|
480
|
-
label: string;
|
|
481
|
-
required: boolean;
|
|
482
|
-
localized?: boolean;
|
|
483
|
-
conditionalFields: import("../core/types/index.js").ConditionalField[];
|
|
484
|
-
readonly: boolean;
|
|
485
|
-
defaultValue: any;
|
|
486
|
-
value: any;
|
|
487
|
-
}[];
|
|
488
|
-
}[] | undefined;
|
|
489
|
-
localization: {
|
|
490
|
-
defaultLocale: {
|
|
491
|
-
code: string;
|
|
492
|
-
label: any;
|
|
493
|
-
rtl?: boolean;
|
|
494
|
-
};
|
|
495
|
-
currentLocale: {
|
|
496
|
-
code: string;
|
|
497
|
-
label: any;
|
|
498
|
-
rtl?: boolean;
|
|
499
|
-
};
|
|
500
|
-
existingTranslations: string[];
|
|
501
|
-
locales: {
|
|
502
|
-
code: string;
|
|
503
|
-
label: any;
|
|
504
|
-
rtl?: boolean;
|
|
505
|
-
}[];
|
|
506
|
-
localeSwitcherEnabled: boolean;
|
|
507
|
-
developerNoteEnabled: boolean;
|
|
508
|
-
} | null;
|
|
509
|
-
error?: undefined;
|
|
510
|
-
};
|
|
511
|
-
meta: object;
|
|
512
|
-
}>;
|
|
513
|
-
deleteLocaleTranslation: import("@trpc/server").TRPCMutationProcedure<{
|
|
514
|
-
input: {
|
|
515
|
-
sectionName: string;
|
|
516
|
-
locale: string;
|
|
517
|
-
};
|
|
518
|
-
output: boolean;
|
|
519
|
-
meta: object;
|
|
520
|
-
}>;
|
|
521
|
-
}>>;
|
|
522
|
-
categorySections: import("@trpc/server").TRPCBuiltRouter<{
|
|
523
|
-
ctx: {
|
|
524
|
-
headers: Headers;
|
|
525
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
526
|
-
$client: import("mysql2/promise").Pool;
|
|
527
|
-
};
|
|
528
|
-
session: import("../index.js").Session | null;
|
|
529
|
-
};
|
|
530
|
-
meta: object;
|
|
531
|
-
errorShape: {
|
|
532
|
-
data: {
|
|
533
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
534
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
535
|
-
httpStatus: number;
|
|
536
|
-
path?: string;
|
|
537
|
-
stack?: string;
|
|
538
|
-
};
|
|
539
|
-
message: string;
|
|
540
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
541
|
-
};
|
|
542
|
-
transformer: true;
|
|
543
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
544
|
-
get: import("@trpc/server").TRPCQueryProcedure<{
|
|
545
|
-
input: {
|
|
546
|
-
sectionName: string;
|
|
547
|
-
};
|
|
548
|
-
output: {
|
|
549
|
-
error: {
|
|
550
|
-
message: string;
|
|
551
|
-
};
|
|
552
|
-
section?: undefined;
|
|
553
|
-
data?: undefined;
|
|
554
|
-
} | {
|
|
555
|
-
section: {
|
|
556
|
-
tableName: string;
|
|
557
|
-
sectionName: string;
|
|
558
|
-
title: {
|
|
559
|
-
section: string;
|
|
560
|
-
singular: string;
|
|
561
|
-
plural: string;
|
|
562
|
-
};
|
|
563
|
-
};
|
|
564
|
-
data: {
|
|
565
|
-
options: {
|
|
566
|
-
value: string | number;
|
|
567
|
-
label: string;
|
|
568
|
-
}[] | undefined;
|
|
569
|
-
required: boolean;
|
|
570
|
-
name: string;
|
|
571
|
-
label: string;
|
|
572
|
-
value: {
|
|
573
|
-
value: string | number;
|
|
574
|
-
label: string;
|
|
575
|
-
}[] | undefined;
|
|
576
|
-
parentId: string | number | undefined;
|
|
577
|
-
level: number;
|
|
578
|
-
depth: number | undefined;
|
|
579
|
-
sectionName: string;
|
|
580
|
-
allowRecursiveDelete: boolean | undefined;
|
|
581
|
-
};
|
|
582
|
-
error?: undefined;
|
|
583
|
-
};
|
|
584
|
-
meta: object;
|
|
585
|
-
}>;
|
|
586
|
-
getChildren: import("@trpc/server").TRPCMutationProcedure<{
|
|
587
|
-
input: {
|
|
588
|
-
sectionName: string;
|
|
589
|
-
parentId: string | number | undefined;
|
|
590
|
-
level: number;
|
|
591
|
-
};
|
|
592
|
-
output: {
|
|
593
|
-
error: {
|
|
594
|
-
message: string;
|
|
595
|
-
};
|
|
596
|
-
options?: undefined;
|
|
597
|
-
parentId?: undefined;
|
|
598
|
-
level?: undefined;
|
|
599
|
-
} | {
|
|
600
|
-
options: null;
|
|
601
|
-
parentId: string | number;
|
|
602
|
-
level: number;
|
|
603
|
-
error?: undefined;
|
|
604
|
-
} | {
|
|
605
|
-
options: {
|
|
606
|
-
value: any;
|
|
607
|
-
label: any;
|
|
608
|
-
}[];
|
|
609
|
-
parentId: string | number;
|
|
610
|
-
level: number;
|
|
611
|
-
error?: undefined;
|
|
612
|
-
} | undefined;
|
|
613
|
-
meta: object;
|
|
614
|
-
}>;
|
|
615
|
-
deleteItem: import("@trpc/server").TRPCMutationProcedure<{
|
|
616
|
-
input: {
|
|
617
|
-
sectionName: string;
|
|
618
|
-
sectionItemId: string | number;
|
|
619
|
-
deleteChildren?: boolean | undefined;
|
|
620
|
-
};
|
|
621
|
-
output: boolean;
|
|
622
|
-
meta: object;
|
|
623
|
-
}>;
|
|
624
|
-
}>>;
|
|
625
|
-
files: import("@trpc/server").TRPCBuiltRouter<{
|
|
626
|
-
ctx: {
|
|
627
|
-
headers: Headers;
|
|
628
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
629
|
-
$client: import("mysql2/promise").Pool;
|
|
630
|
-
};
|
|
631
|
-
session: import("../index.js").Session | null;
|
|
632
|
-
};
|
|
633
|
-
meta: object;
|
|
634
|
-
errorShape: {
|
|
635
|
-
data: {
|
|
636
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
637
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
638
|
-
httpStatus: number;
|
|
639
|
-
path?: string;
|
|
640
|
-
stack?: string;
|
|
641
|
-
};
|
|
642
|
-
message: string;
|
|
643
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
644
|
-
};
|
|
645
|
-
transformer: true;
|
|
646
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
647
|
-
getPhoto: import("@trpc/server").TRPCQueryProcedure<{
|
|
648
|
-
input: {
|
|
649
|
-
name: string;
|
|
650
|
-
folder: string;
|
|
651
|
-
isThumb?: boolean | undefined;
|
|
652
|
-
};
|
|
653
|
-
output: string;
|
|
654
|
-
meta: object;
|
|
655
|
-
}>;
|
|
656
|
-
}>>;
|
|
657
|
-
gallery: import("@trpc/server").TRPCBuiltRouter<{
|
|
658
|
-
ctx: {
|
|
659
|
-
headers: Headers;
|
|
660
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
661
|
-
$client: import("mysql2/promise").Pool;
|
|
662
|
-
};
|
|
663
|
-
session: import("../index.js").Session | null;
|
|
664
|
-
};
|
|
665
|
-
meta: object;
|
|
666
|
-
errorShape: {
|
|
667
|
-
data: {
|
|
668
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
669
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
670
|
-
httpStatus: number;
|
|
671
|
-
path?: string;
|
|
672
|
-
stack?: string;
|
|
673
|
-
};
|
|
674
|
-
message: string;
|
|
675
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
676
|
-
};
|
|
677
|
-
transformer: true;
|
|
678
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
679
|
-
deletePhoto: import("@trpc/server").TRPCMutationProcedure<{
|
|
680
|
-
input: {
|
|
681
|
-
sectionName: string;
|
|
682
|
-
photoName: string;
|
|
683
|
-
referenceId: string;
|
|
684
|
-
locale?: string | undefined;
|
|
685
|
-
};
|
|
686
|
-
output: boolean;
|
|
687
|
-
meta: object;
|
|
688
|
-
}>;
|
|
689
|
-
}>>;
|
|
690
|
-
navigation: import("@trpc/server").TRPCBuiltRouter<{
|
|
691
|
-
ctx: {
|
|
692
|
-
headers: Headers;
|
|
693
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
694
|
-
$client: import("mysql2/promise").Pool;
|
|
695
|
-
};
|
|
696
|
-
session: import("../index.js").Session | null;
|
|
697
|
-
};
|
|
698
|
-
meta: object;
|
|
699
|
-
errorShape: {
|
|
700
|
-
data: {
|
|
701
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
702
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
703
|
-
httpStatus: number;
|
|
704
|
-
path?: string;
|
|
705
|
-
stack?: string;
|
|
706
|
-
};
|
|
707
|
-
message: string;
|
|
708
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
709
|
-
};
|
|
710
|
-
transformer: true;
|
|
711
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
712
|
-
getSidebar: import("@trpc/server").TRPCQueryProcedure<{
|
|
713
|
-
input: void;
|
|
714
|
-
output: {
|
|
715
|
-
fixed_sections: {
|
|
716
|
-
title: string;
|
|
717
|
-
path: string;
|
|
718
|
-
icon: string;
|
|
719
|
-
}[];
|
|
720
|
-
cat_sections: {
|
|
721
|
-
title: string;
|
|
722
|
-
path: string;
|
|
723
|
-
icon: "user" | "slice" | "map" | "filter" | "replace" | "search" | "split" | "repeat" | "anchor" | "bold" | "link" | "columns" | "section" | "key" | "text" | "logs" | "pause" | "list" | "file" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chromium" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "code" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copy" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "form" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "ghost" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "group" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "image" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-squiggle" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "menu" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "move" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "navigation" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "option" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "presentation" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "radio" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scale" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "send" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "table" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent-tree" | "tent" | "terminal" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-select" | "text-selection" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "timer" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "twitch" | "twitter" | "type-outline" | "type" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "video" | "videotape" | "view" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-ladder" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out" | undefined;
|
|
724
|
-
}[];
|
|
725
|
-
has_items_sections: {
|
|
726
|
-
title: string;
|
|
727
|
-
path: string;
|
|
728
|
-
icon: "user" | "slice" | "map" | "filter" | "replace" | "search" | "split" | "repeat" | "anchor" | "bold" | "link" | "columns" | "section" | "key" | "text" | "logs" | "pause" | "list" | "file" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chromium" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "code" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copy" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "form" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "ghost" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "group" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "image" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-squiggle" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "menu" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "move" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "navigation" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "option" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "presentation" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "radio" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scale" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "send" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "table" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent-tree" | "tent" | "terminal" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-select" | "text-selection" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "timer" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "twitch" | "twitter" | "type-outline" | "type" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "video" | "videotape" | "view" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-ladder" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out" | undefined;
|
|
729
|
-
}[];
|
|
730
|
-
simple_sections: {
|
|
731
|
-
title: string;
|
|
732
|
-
path: string;
|
|
733
|
-
icon: "user" | "slice" | "map" | "filter" | "replace" | "search" | "split" | "repeat" | "anchor" | "bold" | "link" | "columns" | "section" | "key" | "text" | "logs" | "pause" | "list" | "file" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chromium" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "code" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copy" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "form" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "ghost" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "group" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "image" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-squiggle" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "menu" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "move" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "navigation" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "option" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "presentation" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "radio" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scale" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "send" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "table" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent-tree" | "tent" | "terminal" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-select" | "text-selection" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "timer" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "twitch" | "twitter" | "type-outline" | "type" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "video" | "videotape" | "view" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-ladder" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out" | undefined;
|
|
734
|
-
}[];
|
|
735
|
-
};
|
|
736
|
-
meta: object;
|
|
737
|
-
}>;
|
|
738
|
-
}>>;
|
|
739
|
-
accountSettings: import("@trpc/server").TRPCBuiltRouter<{
|
|
740
|
-
ctx: {
|
|
741
|
-
headers: Headers;
|
|
742
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
743
|
-
$client: import("mysql2/promise").Pool;
|
|
744
|
-
};
|
|
745
|
-
session: import("../index.js").Session | null;
|
|
746
|
-
};
|
|
747
|
-
meta: object;
|
|
748
|
-
errorShape: {
|
|
749
|
-
data: {
|
|
750
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
751
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
752
|
-
httpStatus: number;
|
|
753
|
-
path?: string;
|
|
754
|
-
stack?: string;
|
|
755
|
-
};
|
|
756
|
-
message: string;
|
|
757
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
758
|
-
};
|
|
759
|
-
transformer: true;
|
|
760
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
761
|
-
get: import("@trpc/server").TRPCQueryProcedure<{
|
|
762
|
-
input: void;
|
|
763
|
-
output: {
|
|
764
|
-
id: string;
|
|
765
|
-
username: string;
|
|
766
|
-
emailAddress: string | null;
|
|
767
|
-
fullName: string | null;
|
|
768
|
-
avatar: string | null;
|
|
769
|
-
phoneNumber: string | null;
|
|
770
|
-
} | undefined;
|
|
771
|
-
meta: object;
|
|
772
|
-
}>;
|
|
773
|
-
save: import("@trpc/server").TRPCMutationProcedure<{
|
|
774
|
-
input: {
|
|
775
|
-
emailAddress: string;
|
|
776
|
-
fullName: string;
|
|
777
|
-
phoneNumber: string;
|
|
778
|
-
};
|
|
779
|
-
output: boolean;
|
|
780
|
-
meta: object;
|
|
781
|
-
}>;
|
|
782
|
-
changePassword: import("@trpc/server").TRPCMutationProcedure<{
|
|
783
|
-
input: {
|
|
784
|
-
oldPassword: string;
|
|
785
|
-
newPassword: string;
|
|
786
|
-
confirmPassword: string;
|
|
787
|
-
};
|
|
788
|
-
output: boolean;
|
|
789
|
-
meta: object;
|
|
790
|
-
}>;
|
|
791
|
-
updateLanguage: import("@trpc/server").TRPCMutationProcedure<{
|
|
792
|
-
input: {
|
|
793
|
-
language: string;
|
|
794
|
-
};
|
|
795
|
-
output: boolean;
|
|
796
|
-
meta: object;
|
|
797
|
-
}>;
|
|
798
|
-
}>>;
|
|
799
|
-
fields: import("@trpc/server").TRPCBuiltRouter<{
|
|
800
|
-
ctx: {
|
|
801
|
-
headers: Headers;
|
|
802
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
803
|
-
$client: import("mysql2/promise").Pool;
|
|
804
|
-
};
|
|
805
|
-
session: import("../index.js").Session | null;
|
|
806
|
-
};
|
|
807
|
-
meta: object;
|
|
808
|
-
errorShape: {
|
|
809
|
-
data: {
|
|
810
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
811
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
812
|
-
httpStatus: number;
|
|
813
|
-
path?: string;
|
|
814
|
-
stack?: string;
|
|
815
|
-
};
|
|
816
|
-
message: string;
|
|
817
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
818
|
-
};
|
|
819
|
-
transformer: true;
|
|
820
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
821
|
-
tagsAutoComplete: import("@trpc/server").TRPCQueryProcedure<{
|
|
822
|
-
input: {
|
|
823
|
-
sectionName: string;
|
|
824
|
-
fieldName: string;
|
|
825
|
-
query: string;
|
|
826
|
-
locale?: string | undefined;
|
|
827
|
-
};
|
|
828
|
-
output: string[];
|
|
829
|
-
meta: object;
|
|
830
|
-
}>;
|
|
831
|
-
}>>;
|
|
832
|
-
logs: import("@trpc/server").TRPCBuiltRouter<{
|
|
833
|
-
ctx: {
|
|
834
|
-
headers: Headers;
|
|
835
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
836
|
-
$client: import("mysql2/promise").Pool;
|
|
837
|
-
};
|
|
838
|
-
session: import("../index.js").Session | null;
|
|
839
|
-
};
|
|
840
|
-
meta: object;
|
|
841
|
-
errorShape: {
|
|
842
|
-
data: {
|
|
843
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
844
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
845
|
-
httpStatus: number;
|
|
846
|
-
path?: string;
|
|
847
|
-
stack?: string;
|
|
848
|
-
};
|
|
849
|
-
message: string;
|
|
850
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
851
|
-
};
|
|
852
|
-
transformer: true;
|
|
853
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
854
|
-
list: import("@trpc/server").TRPCQueryProcedure<{
|
|
855
|
-
input: {
|
|
856
|
-
limit?: number | undefined;
|
|
857
|
-
offset?: number | undefined;
|
|
858
|
-
eventType?: string | undefined;
|
|
859
|
-
actorId?: string | undefined;
|
|
860
|
-
sectionName?: string | undefined;
|
|
861
|
-
entityType?: string | undefined;
|
|
862
|
-
entityId?: string | undefined;
|
|
863
|
-
from?: string | undefined;
|
|
864
|
-
to?: string | undefined;
|
|
865
|
-
} | undefined;
|
|
866
|
-
output: {
|
|
867
|
-
items: {
|
|
868
|
-
id: number;
|
|
869
|
-
eventType: string;
|
|
870
|
-
actorId: string | null;
|
|
871
|
-
actorUsername: string | null;
|
|
872
|
-
entityType: string | null;
|
|
873
|
-
entityId: string | null;
|
|
874
|
-
entityLabel: string | null;
|
|
875
|
-
sectionName: string | null;
|
|
876
|
-
metadata: string | null;
|
|
877
|
-
ipAddress: string | null;
|
|
878
|
-
userAgent: string | null;
|
|
879
|
-
source: string | null;
|
|
880
|
-
createdAt: Date;
|
|
881
|
-
}[];
|
|
882
|
-
total: number;
|
|
883
|
-
limit: number;
|
|
884
|
-
offset: number;
|
|
885
|
-
};
|
|
886
|
-
meta: object;
|
|
887
|
-
}>;
|
|
888
|
-
}>>;
|
|
889
|
-
plugins: import("@trpc/server").TRPCBuiltRouter<{
|
|
890
|
-
ctx: {
|
|
891
|
-
headers: Headers;
|
|
892
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
893
|
-
$client: import("mysql2/promise").Pool;
|
|
894
|
-
};
|
|
895
|
-
session: import("../index.js").Session | null;
|
|
896
|
-
};
|
|
897
|
-
meta: object;
|
|
898
|
-
errorShape: {
|
|
899
|
-
data: {
|
|
900
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
901
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
902
|
-
httpStatus: number;
|
|
903
|
-
path?: string;
|
|
904
|
-
stack?: string;
|
|
905
|
-
};
|
|
906
|
-
message: string;
|
|
907
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
908
|
-
};
|
|
909
|
-
transformer: true;
|
|
910
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
911
|
-
checkRoute: import("@trpc/server").TRPCQueryProcedure<{
|
|
912
|
-
input: {
|
|
913
|
-
path: string;
|
|
914
|
-
};
|
|
915
|
-
output: import("../plugins/loader.js").LoadedPluginRoute | null;
|
|
916
|
-
meta: object;
|
|
917
|
-
}>;
|
|
918
|
-
}>>;
|
|
919
|
-
} & TUser>>;
|
|
920
|
-
handler: {
|
|
921
|
-
GET: (req: Request) => Promise<Response>;
|
|
922
|
-
POST: (req: Request) => Promise<Response>;
|
|
923
|
-
};
|
|
924
|
-
api: ReturnType<typeof createHydrationHelpers<import("@trpc/server").TRPCBuiltRouter<{
|
|
925
|
-
ctx: {
|
|
926
|
-
headers: Headers;
|
|
927
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
928
|
-
$client: import("mysql2/promise").Pool;
|
|
929
|
-
};
|
|
930
|
-
session: import("../index.js").Session | null;
|
|
931
|
-
};
|
|
932
|
-
meta: object;
|
|
933
|
-
errorShape: {
|
|
934
|
-
data: {
|
|
935
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
936
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
937
|
-
httpStatus: number;
|
|
938
|
-
path?: string;
|
|
939
|
-
stack?: string;
|
|
940
|
-
};
|
|
941
|
-
message: string;
|
|
942
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
943
|
-
};
|
|
944
|
-
transformer: true;
|
|
945
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
946
|
-
auth: import("@trpc/server").TRPCBuiltRouter<{
|
|
947
|
-
ctx: {
|
|
948
|
-
headers: Headers;
|
|
949
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
950
|
-
$client: import("mysql2/promise").Pool;
|
|
951
|
-
};
|
|
952
|
-
session: import("../index.js").Session | null;
|
|
953
|
-
};
|
|
954
|
-
meta: object;
|
|
955
|
-
errorShape: {
|
|
956
|
-
data: {
|
|
957
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
958
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
959
|
-
httpStatus: number;
|
|
960
|
-
path?: string;
|
|
961
|
-
stack?: string;
|
|
962
|
-
};
|
|
963
|
-
message: string;
|
|
964
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
965
|
-
};
|
|
966
|
-
transformer: true;
|
|
967
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
968
|
-
login: import("@trpc/server").TRPCMutationProcedure<{
|
|
969
|
-
input: {
|
|
970
|
-
username: string;
|
|
971
|
-
password: string;
|
|
972
|
-
};
|
|
973
|
-
output: {
|
|
974
|
-
status: number;
|
|
975
|
-
session: {
|
|
976
|
-
user: {
|
|
977
|
-
id: string;
|
|
978
|
-
name: string;
|
|
979
|
-
language: string;
|
|
980
|
-
};
|
|
981
|
-
};
|
|
982
|
-
user: {
|
|
983
|
-
id: string;
|
|
984
|
-
username: string;
|
|
985
|
-
lang: string;
|
|
986
|
-
avatar: string | null;
|
|
987
|
-
};
|
|
988
|
-
accessToken: string;
|
|
989
|
-
};
|
|
990
|
-
meta: object;
|
|
991
|
-
}>;
|
|
992
|
-
logout: import("@trpc/server").TRPCMutationProcedure<{
|
|
993
|
-
input: void;
|
|
994
|
-
output: boolean;
|
|
995
|
-
meta: object;
|
|
996
|
-
}>;
|
|
997
|
-
}>>;
|
|
998
|
-
admins: import("@trpc/server").TRPCBuiltRouter<{
|
|
999
|
-
ctx: {
|
|
1000
|
-
headers: Headers;
|
|
1001
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1002
|
-
$client: import("mysql2/promise").Pool;
|
|
1003
|
-
};
|
|
1004
|
-
session: import("../index.js").Session | null;
|
|
1005
|
-
};
|
|
1006
|
-
meta: object;
|
|
1007
|
-
errorShape: {
|
|
1008
|
-
data: {
|
|
1009
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1010
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1011
|
-
httpStatus: number;
|
|
1012
|
-
path?: string;
|
|
1013
|
-
stack?: string;
|
|
1014
|
-
};
|
|
1015
|
-
message: string;
|
|
1016
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1017
|
-
};
|
|
1018
|
-
transformer: true;
|
|
1019
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1020
|
-
list: import("@trpc/server").TRPCQueryProcedure<{
|
|
1021
|
-
input: void;
|
|
1022
|
-
output: {
|
|
1023
|
-
error: {
|
|
1024
|
-
message: string;
|
|
1025
|
-
};
|
|
1026
|
-
admins?: undefined;
|
|
1027
|
-
privileges?: undefined;
|
|
1028
|
-
} | {
|
|
1029
|
-
admins: {
|
|
1030
|
-
id: string;
|
|
1031
|
-
username: string;
|
|
1032
|
-
avatar: string | null;
|
|
1033
|
-
roles: {
|
|
1034
|
-
operations: "C" | "U" | "D" | "CU" | "CD" | "UD" | "CUD";
|
|
1035
|
-
publisher: boolean | null;
|
|
1036
|
-
sectionName: string;
|
|
1037
|
-
}[];
|
|
1038
|
-
}[];
|
|
1039
|
-
privileges: {
|
|
1040
|
-
title: string;
|
|
1041
|
-
order: number;
|
|
1042
|
-
sectionType: string;
|
|
1043
|
-
sectionName: string;
|
|
1044
|
-
}[];
|
|
1045
|
-
error?: undefined;
|
|
1046
|
-
};
|
|
1047
|
-
meta: object;
|
|
1048
|
-
}>;
|
|
1049
|
-
get: import("@trpc/server").TRPCQueryProcedure<{
|
|
1050
|
-
input: string;
|
|
1051
|
-
output: {
|
|
1052
|
-
admin: {
|
|
1053
|
-
id: string;
|
|
1054
|
-
user: string;
|
|
1055
|
-
};
|
|
1056
|
-
adminRoles: {
|
|
1057
|
-
sectionName: string;
|
|
1058
|
-
operations: "C" | "U" | "D" | "CU" | "CD" | "UD" | "CUD";
|
|
1059
|
-
publisher: boolean | null;
|
|
1060
|
-
}[];
|
|
1061
|
-
allRoles: {
|
|
1062
|
-
title: string;
|
|
1063
|
-
order: number;
|
|
1064
|
-
sectionType: string;
|
|
1065
|
-
sectionName: string;
|
|
1066
|
-
}[];
|
|
1067
|
-
};
|
|
1068
|
-
meta: object;
|
|
1069
|
-
}>;
|
|
1070
|
-
create: import("@trpc/server").TRPCMutationProcedure<{
|
|
1071
|
-
input: {
|
|
1072
|
-
username: string;
|
|
1073
|
-
password: string;
|
|
1074
|
-
privileges: {
|
|
1075
|
-
sectionName: string;
|
|
1076
|
-
publisher: boolean | null;
|
|
1077
|
-
operations: string;
|
|
1078
|
-
}[];
|
|
1079
|
-
};
|
|
1080
|
-
output: {
|
|
1081
|
-
status: string;
|
|
1082
|
-
id: string;
|
|
1083
|
-
};
|
|
1084
|
-
meta: object;
|
|
1085
|
-
}>;
|
|
1086
|
-
update: import("@trpc/server").TRPCMutationProcedure<{
|
|
1087
|
-
input: {
|
|
1088
|
-
id: string;
|
|
1089
|
-
privileges: {
|
|
1090
|
-
sectionName: string;
|
|
1091
|
-
publisher: boolean | null;
|
|
1092
|
-
operations: string;
|
|
1093
|
-
}[];
|
|
1094
|
-
};
|
|
1095
|
-
output: {
|
|
1096
|
-
status: string;
|
|
1097
|
-
};
|
|
1098
|
-
meta: object;
|
|
1099
|
-
}>;
|
|
1100
|
-
remove: import("@trpc/server").TRPCMutationProcedure<{
|
|
1101
|
-
input: {
|
|
1102
|
-
id: string;
|
|
1103
|
-
};
|
|
1104
|
-
output: boolean;
|
|
1105
|
-
meta: object;
|
|
1106
|
-
}>;
|
|
1107
|
-
}>>;
|
|
1108
|
-
config: import("@trpc/server").TRPCBuiltRouter<{
|
|
1109
|
-
ctx: {
|
|
1110
|
-
headers: Headers;
|
|
1111
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1112
|
-
$client: import("mysql2/promise").Pool;
|
|
1113
|
-
};
|
|
1114
|
-
session: import("../index.js").Session | null;
|
|
1115
|
-
};
|
|
1116
|
-
meta: object;
|
|
1117
|
-
errorShape: {
|
|
1118
|
-
data: {
|
|
1119
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1120
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1121
|
-
httpStatus: number;
|
|
1122
|
-
path?: string;
|
|
1123
|
-
stack?: string;
|
|
1124
|
-
};
|
|
1125
|
-
message: string;
|
|
1126
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1127
|
-
};
|
|
1128
|
-
transformer: true;
|
|
1129
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1130
|
-
getI18n: import("@trpc/server").TRPCQueryProcedure<{
|
|
1131
|
-
input: void;
|
|
1132
|
-
output: {
|
|
1133
|
-
supportedLanguages: readonly string[];
|
|
1134
|
-
fallbackLanguage: string;
|
|
1135
|
-
};
|
|
1136
|
-
meta: object;
|
|
1137
|
-
}>;
|
|
1138
|
-
getLocalization: import("@trpc/server").TRPCQueryProcedure<{
|
|
1139
|
-
input: void;
|
|
1140
|
-
output: {
|
|
1141
|
-
enabled: boolean;
|
|
1142
|
-
locales: {
|
|
1143
|
-
code: string;
|
|
1144
|
-
label: string;
|
|
1145
|
-
rtl?: boolean;
|
|
1146
|
-
}[];
|
|
1147
|
-
defaultLocale: string;
|
|
1148
|
-
} | null;
|
|
1149
|
-
meta: object;
|
|
1150
|
-
}>;
|
|
1151
|
-
}>>;
|
|
1152
|
-
hasItemsSections: import("@trpc/server").TRPCBuiltRouter<{
|
|
1153
|
-
ctx: {
|
|
1154
|
-
headers: Headers;
|
|
1155
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1156
|
-
$client: import("mysql2/promise").Pool;
|
|
1157
|
-
};
|
|
1158
|
-
session: import("../index.js").Session | null;
|
|
1159
|
-
};
|
|
1160
|
-
meta: object;
|
|
1161
|
-
errorShape: {
|
|
1162
|
-
data: {
|
|
1163
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1164
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1165
|
-
httpStatus: number;
|
|
1166
|
-
path?: string;
|
|
1167
|
-
stack?: string;
|
|
1168
|
-
};
|
|
1169
|
-
message: string;
|
|
1170
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1171
|
-
};
|
|
1172
|
-
transformer: true;
|
|
1173
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1174
|
-
listItems: import("@trpc/server").TRPCQueryProcedure<{
|
|
1175
|
-
input: {
|
|
1176
|
-
sectionName: string;
|
|
1177
|
-
page?: number | undefined;
|
|
1178
|
-
q?: string | undefined;
|
|
1179
|
-
};
|
|
1180
|
-
output: {
|
|
1181
|
-
error: {
|
|
1182
|
-
message: string;
|
|
1183
|
-
};
|
|
1184
|
-
section?: undefined;
|
|
1185
|
-
items?: undefined;
|
|
1186
|
-
totalCount?: undefined;
|
|
1187
|
-
} | {
|
|
1188
|
-
section: {
|
|
1189
|
-
hasSearch: boolean;
|
|
1190
|
-
name: string;
|
|
1191
|
-
title: string;
|
|
1192
|
-
};
|
|
1193
|
-
items: (Record<string, any> | {
|
|
1194
|
-
id: string | number;
|
|
1195
|
-
headingTitle: string;
|
|
1196
|
-
coverPhoto: string | null;
|
|
1197
|
-
createdAt: string;
|
|
1198
|
-
createdBy: string;
|
|
1199
|
-
permission: number;
|
|
1200
|
-
})[];
|
|
1201
|
-
totalCount: any;
|
|
1202
|
-
error?: undefined;
|
|
1203
|
-
};
|
|
1204
|
-
meta: object;
|
|
1205
|
-
}>;
|
|
1206
|
-
newItem: import("@trpc/server").TRPCQueryProcedure<{
|
|
1207
|
-
input: {
|
|
1208
|
-
sectionName: string;
|
|
1209
|
-
};
|
|
1210
|
-
output: {
|
|
1211
|
-
error: {
|
|
1212
|
-
message: any;
|
|
1213
|
-
};
|
|
1214
|
-
section?: undefined;
|
|
1215
|
-
inputGroups?: undefined;
|
|
1216
|
-
defaultLocale?: undefined;
|
|
1217
|
-
} | {
|
|
1218
|
-
section: {
|
|
1219
|
-
name: string;
|
|
1220
|
-
title: {
|
|
1221
|
-
section: string;
|
|
1222
|
-
singular: string;
|
|
1223
|
-
plural: string;
|
|
1224
|
-
};
|
|
1225
|
-
gallery: import("../index.js").SectionGallery | undefined;
|
|
1226
|
-
variants: import("../core/types/index.js").Variant[] | undefined;
|
|
1227
|
-
configFile: string;
|
|
1228
|
-
};
|
|
1229
|
-
inputGroups: {
|
|
1230
|
-
groupId: number;
|
|
1231
|
-
groupTitle: string;
|
|
1232
|
-
groupOrder: number;
|
|
1233
|
-
inputs: {
|
|
1234
|
-
type: import("../core/types/index.js").FieldType;
|
|
1235
|
-
name: string;
|
|
1236
|
-
label: string;
|
|
1237
|
-
required: boolean;
|
|
1238
|
-
localized?: boolean;
|
|
1239
|
-
conditionalFields: import("../core/types/index.js").ConditionalField[];
|
|
1240
|
-
readonly: boolean;
|
|
1241
|
-
defaultValue: any;
|
|
1242
|
-
value: any;
|
|
1243
|
-
}[];
|
|
1244
|
-
}[] | undefined;
|
|
1245
|
-
defaultLocale: {
|
|
1246
|
-
code: string;
|
|
1247
|
-
label: string;
|
|
1248
|
-
rtl?: boolean;
|
|
1249
|
-
} | null;
|
|
1250
|
-
error?: undefined;
|
|
1251
|
-
};
|
|
1252
|
-
meta: object;
|
|
1253
|
-
}>;
|
|
1254
|
-
editItem: import("@trpc/server").TRPCQueryProcedure<{
|
|
1255
|
-
input: {
|
|
1256
|
-
sectionName: string;
|
|
1257
|
-
sectionItemId: string | number;
|
|
1258
|
-
locale?: string | undefined;
|
|
1259
|
-
};
|
|
1260
|
-
output: {
|
|
1261
|
-
section: {
|
|
1262
|
-
name: string;
|
|
1263
|
-
title: {
|
|
1264
|
-
section: string;
|
|
1265
|
-
singular: string;
|
|
1266
|
-
plural: string;
|
|
1267
|
-
};
|
|
1268
|
-
gallery: import("../index.js").SectionGallery | undefined;
|
|
1269
|
-
variants: import("../core/types/index.js").Variant[] | undefined;
|
|
1270
|
-
configFile: string;
|
|
1271
|
-
};
|
|
1272
|
-
inputGroups: {
|
|
1273
|
-
groupId: number;
|
|
1274
|
-
groupTitle: string;
|
|
1275
|
-
groupOrder: number;
|
|
1276
|
-
inputs: {
|
|
1277
|
-
type: import("../core/types/index.js").FieldType;
|
|
1278
|
-
name: string;
|
|
1279
|
-
label: string;
|
|
1280
|
-
required: boolean;
|
|
1281
|
-
localized?: boolean;
|
|
1282
|
-
conditionalFields: import("../core/types/index.js").ConditionalField[];
|
|
1283
|
-
readonly: boolean;
|
|
1284
|
-
defaultValue: any;
|
|
1285
|
-
value: any;
|
|
1286
|
-
}[];
|
|
1287
|
-
}[] | undefined;
|
|
1288
|
-
gallery: {
|
|
1289
|
-
referenceId: string;
|
|
1290
|
-
photo: string;
|
|
1291
|
-
meta: any;
|
|
1292
|
-
locale?: string;
|
|
1293
|
-
}[];
|
|
1294
|
-
localization: {
|
|
1295
|
-
defaultLocale: {
|
|
1296
|
-
code: string;
|
|
1297
|
-
label: string;
|
|
1298
|
-
rtl?: boolean;
|
|
1299
|
-
};
|
|
1300
|
-
currentLocale: {
|
|
1301
|
-
code: string;
|
|
1302
|
-
label: string;
|
|
1303
|
-
rtl?: boolean;
|
|
1304
|
-
};
|
|
1305
|
-
existingTranslations: string[];
|
|
1306
|
-
locales: {
|
|
1307
|
-
code: string;
|
|
1308
|
-
label: string;
|
|
1309
|
-
rtl?: boolean;
|
|
1310
|
-
}[];
|
|
1311
|
-
localeSwitcherEnabled: boolean;
|
|
1312
|
-
developerNoteEnabled: boolean;
|
|
1313
|
-
} | null;
|
|
1314
|
-
error?: undefined;
|
|
1315
|
-
} | {
|
|
1316
|
-
error: {
|
|
1317
|
-
message: any;
|
|
1318
|
-
};
|
|
1319
|
-
section?: undefined;
|
|
1320
|
-
inputGroups?: undefined;
|
|
1321
|
-
gallery?: undefined;
|
|
1322
|
-
localization?: undefined;
|
|
1323
|
-
};
|
|
1324
|
-
meta: object;
|
|
1325
|
-
}>;
|
|
1326
|
-
deleteItem: import("@trpc/server").TRPCMutationProcedure<{
|
|
1327
|
-
input: {
|
|
1328
|
-
sectionName: string;
|
|
1329
|
-
sectionItemId: string | number;
|
|
1330
|
-
};
|
|
1331
|
-
output: boolean;
|
|
1332
|
-
meta: object;
|
|
1333
|
-
}>;
|
|
1334
|
-
deleteLocaleTranslation: import("@trpc/server").TRPCMutationProcedure<{
|
|
1335
|
-
input: {
|
|
1336
|
-
sectionName: string;
|
|
1337
|
-
sectionItemId: string | number;
|
|
1338
|
-
locale: string;
|
|
1339
|
-
};
|
|
1340
|
-
output: boolean;
|
|
1341
|
-
meta: object;
|
|
1342
|
-
}>;
|
|
1343
|
-
}>>;
|
|
1344
|
-
simpleSections: import("@trpc/server").TRPCBuiltRouter<{
|
|
1345
|
-
ctx: {
|
|
1346
|
-
headers: Headers;
|
|
1347
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1348
|
-
$client: import("mysql2/promise").Pool;
|
|
1349
|
-
};
|
|
1350
|
-
session: import("../index.js").Session | null;
|
|
1351
|
-
};
|
|
1352
|
-
meta: object;
|
|
1353
|
-
errorShape: {
|
|
1354
|
-
data: {
|
|
1355
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1356
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1357
|
-
httpStatus: number;
|
|
1358
|
-
path?: string;
|
|
1359
|
-
stack?: string;
|
|
1360
|
-
};
|
|
1361
|
-
message: string;
|
|
1362
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1363
|
-
};
|
|
1364
|
-
transformer: true;
|
|
1365
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1366
|
-
create: import("@trpc/server").TRPCQueryProcedure<{
|
|
1367
|
-
input: {
|
|
1368
|
-
sectionName: string;
|
|
1369
|
-
locale?: string | undefined;
|
|
1370
|
-
};
|
|
1371
|
-
output: {
|
|
1372
|
-
error: {
|
|
1373
|
-
message: string;
|
|
1374
|
-
};
|
|
1375
|
-
section?: undefined;
|
|
1376
|
-
inputGroups?: undefined;
|
|
1377
|
-
localization?: undefined;
|
|
1378
|
-
} | {
|
|
1379
|
-
section: {
|
|
1380
|
-
name: string;
|
|
1381
|
-
title: string;
|
|
1382
|
-
gallery: import("../index.js").SectionGallery | undefined;
|
|
1383
|
-
variants: import("../core/types/index.js").Variant[] | undefined;
|
|
1384
|
-
configFile: string;
|
|
1385
|
-
};
|
|
1386
|
-
inputGroups: {
|
|
1387
|
-
groupId: number;
|
|
1388
|
-
groupTitle: string;
|
|
1389
|
-
groupOrder: number;
|
|
1390
|
-
inputs: {
|
|
1391
|
-
type: import("../core/types/index.js").FieldType;
|
|
1392
|
-
name: string;
|
|
1393
|
-
label: string;
|
|
1394
|
-
required: boolean;
|
|
1395
|
-
localized?: boolean;
|
|
1396
|
-
conditionalFields: import("../core/types/index.js").ConditionalField[];
|
|
1397
|
-
readonly: boolean;
|
|
1398
|
-
defaultValue: any;
|
|
1399
|
-
value: any;
|
|
1400
|
-
}[];
|
|
1401
|
-
}[] | undefined;
|
|
1402
|
-
localization: {
|
|
1403
|
-
defaultLocale: {
|
|
1404
|
-
code: string;
|
|
1405
|
-
label: any;
|
|
1406
|
-
rtl?: boolean;
|
|
1407
|
-
};
|
|
1408
|
-
currentLocale: {
|
|
1409
|
-
code: string;
|
|
1410
|
-
label: any;
|
|
1411
|
-
rtl?: boolean;
|
|
1412
|
-
};
|
|
1413
|
-
existingTranslations: string[];
|
|
1414
|
-
locales: {
|
|
1415
|
-
code: string;
|
|
1416
|
-
label: any;
|
|
1417
|
-
rtl?: boolean;
|
|
1418
|
-
}[];
|
|
1419
|
-
localeSwitcherEnabled: boolean;
|
|
1420
|
-
developerNoteEnabled: boolean;
|
|
1421
|
-
} | null;
|
|
1422
|
-
error?: undefined;
|
|
1423
|
-
};
|
|
1424
|
-
meta: object;
|
|
1425
|
-
}>;
|
|
1426
|
-
deleteLocaleTranslation: import("@trpc/server").TRPCMutationProcedure<{
|
|
1427
|
-
input: {
|
|
1428
|
-
sectionName: string;
|
|
1429
|
-
locale: string;
|
|
1430
|
-
};
|
|
1431
|
-
output: boolean;
|
|
1432
|
-
meta: object;
|
|
1433
|
-
}>;
|
|
1434
|
-
}>>;
|
|
1435
|
-
categorySections: import("@trpc/server").TRPCBuiltRouter<{
|
|
1436
|
-
ctx: {
|
|
1437
|
-
headers: Headers;
|
|
1438
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1439
|
-
$client: import("mysql2/promise").Pool;
|
|
1440
|
-
};
|
|
1441
|
-
session: import("../index.js").Session | null;
|
|
1442
|
-
};
|
|
1443
|
-
meta: object;
|
|
1444
|
-
errorShape: {
|
|
1445
|
-
data: {
|
|
1446
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1447
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1448
|
-
httpStatus: number;
|
|
1449
|
-
path?: string;
|
|
1450
|
-
stack?: string;
|
|
1451
|
-
};
|
|
1452
|
-
message: string;
|
|
1453
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1454
|
-
};
|
|
1455
|
-
transformer: true;
|
|
1456
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1457
|
-
get: import("@trpc/server").TRPCQueryProcedure<{
|
|
1458
|
-
input: {
|
|
1459
|
-
sectionName: string;
|
|
1460
|
-
};
|
|
1461
|
-
output: {
|
|
1462
|
-
error: {
|
|
1463
|
-
message: string;
|
|
1464
|
-
};
|
|
1465
|
-
section?: undefined;
|
|
1466
|
-
data?: undefined;
|
|
1467
|
-
} | {
|
|
1468
|
-
section: {
|
|
1469
|
-
tableName: string;
|
|
1470
|
-
sectionName: string;
|
|
1471
|
-
title: {
|
|
1472
|
-
section: string;
|
|
1473
|
-
singular: string;
|
|
1474
|
-
plural: string;
|
|
1475
|
-
};
|
|
1476
|
-
};
|
|
1477
|
-
data: {
|
|
1478
|
-
options: {
|
|
1479
|
-
value: string | number;
|
|
1480
|
-
label: string;
|
|
1481
|
-
}[] | undefined;
|
|
1482
|
-
required: boolean;
|
|
1483
|
-
name: string;
|
|
1484
|
-
label: string;
|
|
1485
|
-
value: {
|
|
1486
|
-
value: string | number;
|
|
1487
|
-
label: string;
|
|
1488
|
-
}[] | undefined;
|
|
1489
|
-
parentId: string | number | undefined;
|
|
1490
|
-
level: number;
|
|
1491
|
-
depth: number | undefined;
|
|
1492
|
-
sectionName: string;
|
|
1493
|
-
allowRecursiveDelete: boolean | undefined;
|
|
1494
|
-
};
|
|
1495
|
-
error?: undefined;
|
|
1496
|
-
};
|
|
1497
|
-
meta: object;
|
|
1498
|
-
}>;
|
|
1499
|
-
getChildren: import("@trpc/server").TRPCMutationProcedure<{
|
|
1500
|
-
input: {
|
|
1501
|
-
sectionName: string;
|
|
1502
|
-
parentId: string | number | undefined;
|
|
1503
|
-
level: number;
|
|
1504
|
-
};
|
|
1505
|
-
output: {
|
|
1506
|
-
error: {
|
|
1507
|
-
message: string;
|
|
1508
|
-
};
|
|
1509
|
-
options?: undefined;
|
|
1510
|
-
parentId?: undefined;
|
|
1511
|
-
level?: undefined;
|
|
1512
|
-
} | {
|
|
1513
|
-
options: null;
|
|
1514
|
-
parentId: string | number;
|
|
1515
|
-
level: number;
|
|
1516
|
-
error?: undefined;
|
|
1517
|
-
} | {
|
|
1518
|
-
options: {
|
|
1519
|
-
value: any;
|
|
1520
|
-
label: any;
|
|
1521
|
-
}[];
|
|
1522
|
-
parentId: string | number;
|
|
1523
|
-
level: number;
|
|
1524
|
-
error?: undefined;
|
|
1525
|
-
} | undefined;
|
|
1526
|
-
meta: object;
|
|
1527
|
-
}>;
|
|
1528
|
-
deleteItem: import("@trpc/server").TRPCMutationProcedure<{
|
|
1529
|
-
input: {
|
|
1530
|
-
sectionName: string;
|
|
1531
|
-
sectionItemId: string | number;
|
|
1532
|
-
deleteChildren?: boolean | undefined;
|
|
1533
|
-
};
|
|
1534
|
-
output: boolean;
|
|
1535
|
-
meta: object;
|
|
1536
|
-
}>;
|
|
1537
|
-
}>>;
|
|
1538
|
-
files: import("@trpc/server").TRPCBuiltRouter<{
|
|
1539
|
-
ctx: {
|
|
1540
|
-
headers: Headers;
|
|
1541
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1542
|
-
$client: import("mysql2/promise").Pool;
|
|
1543
|
-
};
|
|
1544
|
-
session: import("../index.js").Session | null;
|
|
1545
|
-
};
|
|
1546
|
-
meta: object;
|
|
1547
|
-
errorShape: {
|
|
1548
|
-
data: {
|
|
1549
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1550
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1551
|
-
httpStatus: number;
|
|
1552
|
-
path?: string;
|
|
1553
|
-
stack?: string;
|
|
1554
|
-
};
|
|
1555
|
-
message: string;
|
|
1556
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1557
|
-
};
|
|
1558
|
-
transformer: true;
|
|
1559
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1560
|
-
getPhoto: import("@trpc/server").TRPCQueryProcedure<{
|
|
1561
|
-
input: {
|
|
1562
|
-
name: string;
|
|
1563
|
-
folder: string;
|
|
1564
|
-
isThumb?: boolean | undefined;
|
|
1565
|
-
};
|
|
1566
|
-
output: string;
|
|
1567
|
-
meta: object;
|
|
1568
|
-
}>;
|
|
1569
|
-
}>>;
|
|
1570
|
-
gallery: import("@trpc/server").TRPCBuiltRouter<{
|
|
1571
|
-
ctx: {
|
|
1572
|
-
headers: Headers;
|
|
1573
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1574
|
-
$client: import("mysql2/promise").Pool;
|
|
1575
|
-
};
|
|
1576
|
-
session: import("../index.js").Session | null;
|
|
1577
|
-
};
|
|
1578
|
-
meta: object;
|
|
1579
|
-
errorShape: {
|
|
1580
|
-
data: {
|
|
1581
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1582
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1583
|
-
httpStatus: number;
|
|
1584
|
-
path?: string;
|
|
1585
|
-
stack?: string;
|
|
1586
|
-
};
|
|
1587
|
-
message: string;
|
|
1588
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1589
|
-
};
|
|
1590
|
-
transformer: true;
|
|
1591
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1592
|
-
deletePhoto: import("@trpc/server").TRPCMutationProcedure<{
|
|
1593
|
-
input: {
|
|
1594
|
-
sectionName: string;
|
|
1595
|
-
photoName: string;
|
|
1596
|
-
referenceId: string;
|
|
1597
|
-
locale?: string | undefined;
|
|
1598
|
-
};
|
|
1599
|
-
output: boolean;
|
|
1600
|
-
meta: object;
|
|
1601
|
-
}>;
|
|
1602
|
-
}>>;
|
|
1603
|
-
navigation: import("@trpc/server").TRPCBuiltRouter<{
|
|
1604
|
-
ctx: {
|
|
1605
|
-
headers: Headers;
|
|
1606
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1607
|
-
$client: import("mysql2/promise").Pool;
|
|
1608
|
-
};
|
|
1609
|
-
session: import("../index.js").Session | null;
|
|
1610
|
-
};
|
|
1611
|
-
meta: object;
|
|
1612
|
-
errorShape: {
|
|
1613
|
-
data: {
|
|
1614
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1615
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1616
|
-
httpStatus: number;
|
|
1617
|
-
path?: string;
|
|
1618
|
-
stack?: string;
|
|
1619
|
-
};
|
|
1620
|
-
message: string;
|
|
1621
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1622
|
-
};
|
|
1623
|
-
transformer: true;
|
|
1624
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1625
|
-
getSidebar: import("@trpc/server").TRPCQueryProcedure<{
|
|
1626
|
-
input: void;
|
|
1627
|
-
output: {
|
|
1628
|
-
fixed_sections: {
|
|
1629
|
-
title: string;
|
|
1630
|
-
path: string;
|
|
1631
|
-
icon: string;
|
|
1632
|
-
}[];
|
|
1633
|
-
cat_sections: {
|
|
1634
|
-
title: string;
|
|
1635
|
-
path: string;
|
|
1636
|
-
icon: "user" | "slice" | "map" | "filter" | "replace" | "search" | "split" | "repeat" | "anchor" | "bold" | "link" | "columns" | "section" | "key" | "text" | "logs" | "pause" | "list" | "file" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chromium" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "code" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copy" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "form" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "ghost" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "group" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "image" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-squiggle" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "menu" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "move" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "navigation" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "option" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "presentation" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "radio" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scale" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "send" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "table" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent-tree" | "tent" | "terminal" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-select" | "text-selection" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "timer" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "twitch" | "twitter" | "type-outline" | "type" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "video" | "videotape" | "view" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-ladder" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out" | undefined;
|
|
1637
|
-
}[];
|
|
1638
|
-
has_items_sections: {
|
|
1639
|
-
title: string;
|
|
1640
|
-
path: string;
|
|
1641
|
-
icon: "user" | "slice" | "map" | "filter" | "replace" | "search" | "split" | "repeat" | "anchor" | "bold" | "link" | "columns" | "section" | "key" | "text" | "logs" | "pause" | "list" | "file" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chromium" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "code" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copy" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "form" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "ghost" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "group" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "image" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-squiggle" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "menu" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "move" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "navigation" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "option" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "presentation" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "radio" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scale" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "send" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "table" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent-tree" | "tent" | "terminal" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-select" | "text-selection" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "timer" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "twitch" | "twitter" | "type-outline" | "type" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "video" | "videotape" | "view" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-ladder" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out" | undefined;
|
|
1642
|
-
}[];
|
|
1643
|
-
simple_sections: {
|
|
1644
|
-
title: string;
|
|
1645
|
-
path: string;
|
|
1646
|
-
icon: "user" | "slice" | "map" | "filter" | "replace" | "search" | "split" | "repeat" | "anchor" | "bold" | "link" | "columns" | "section" | "key" | "text" | "logs" | "pause" | "list" | "file" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chromium" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "code" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copy" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "form" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "ghost" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "group" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "image" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-squiggle" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "menu" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "move" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "navigation" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "option" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "presentation" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "radio" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scale" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "send" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "table" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent-tree" | "tent" | "terminal" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-select" | "text-selection" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "timer" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "twitch" | "twitter" | "type-outline" | "type" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "video" | "videotape" | "view" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-ladder" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out" | undefined;
|
|
1647
|
-
}[];
|
|
1648
|
-
};
|
|
1649
|
-
meta: object;
|
|
1650
|
-
}>;
|
|
1651
|
-
}>>;
|
|
1652
|
-
accountSettings: import("@trpc/server").TRPCBuiltRouter<{
|
|
1653
|
-
ctx: {
|
|
1654
|
-
headers: Headers;
|
|
1655
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1656
|
-
$client: import("mysql2/promise").Pool;
|
|
1657
|
-
};
|
|
1658
|
-
session: import("../index.js").Session | null;
|
|
1659
|
-
};
|
|
1660
|
-
meta: object;
|
|
1661
|
-
errorShape: {
|
|
1662
|
-
data: {
|
|
1663
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1664
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1665
|
-
httpStatus: number;
|
|
1666
|
-
path?: string;
|
|
1667
|
-
stack?: string;
|
|
1668
|
-
};
|
|
1669
|
-
message: string;
|
|
1670
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1671
|
-
};
|
|
1672
|
-
transformer: true;
|
|
1673
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1674
|
-
get: import("@trpc/server").TRPCQueryProcedure<{
|
|
1675
|
-
input: void;
|
|
1676
|
-
output: {
|
|
1677
|
-
id: string;
|
|
1678
|
-
username: string;
|
|
1679
|
-
emailAddress: string | null;
|
|
1680
|
-
fullName: string | null;
|
|
1681
|
-
avatar: string | null;
|
|
1682
|
-
phoneNumber: string | null;
|
|
1683
|
-
} | undefined;
|
|
1684
|
-
meta: object;
|
|
1685
|
-
}>;
|
|
1686
|
-
save: import("@trpc/server").TRPCMutationProcedure<{
|
|
1687
|
-
input: {
|
|
1688
|
-
emailAddress: string;
|
|
1689
|
-
fullName: string;
|
|
1690
|
-
phoneNumber: string;
|
|
1691
|
-
};
|
|
1692
|
-
output: boolean;
|
|
1693
|
-
meta: object;
|
|
1694
|
-
}>;
|
|
1695
|
-
changePassword: import("@trpc/server").TRPCMutationProcedure<{
|
|
1696
|
-
input: {
|
|
1697
|
-
oldPassword: string;
|
|
1698
|
-
newPassword: string;
|
|
1699
|
-
confirmPassword: string;
|
|
1700
|
-
};
|
|
1701
|
-
output: boolean;
|
|
1702
|
-
meta: object;
|
|
1703
|
-
}>;
|
|
1704
|
-
updateLanguage: import("@trpc/server").TRPCMutationProcedure<{
|
|
1705
|
-
input: {
|
|
1706
|
-
language: string;
|
|
1707
|
-
};
|
|
1708
|
-
output: boolean;
|
|
1709
|
-
meta: object;
|
|
1710
|
-
}>;
|
|
1711
|
-
}>>;
|
|
1712
|
-
fields: import("@trpc/server").TRPCBuiltRouter<{
|
|
1713
|
-
ctx: {
|
|
1714
|
-
headers: Headers;
|
|
1715
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1716
|
-
$client: import("mysql2/promise").Pool;
|
|
1717
|
-
};
|
|
1718
|
-
session: import("../index.js").Session | null;
|
|
1719
|
-
};
|
|
1720
|
-
meta: object;
|
|
1721
|
-
errorShape: {
|
|
1722
|
-
data: {
|
|
1723
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1724
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1725
|
-
httpStatus: number;
|
|
1726
|
-
path?: string;
|
|
1727
|
-
stack?: string;
|
|
1728
|
-
};
|
|
1729
|
-
message: string;
|
|
1730
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1731
|
-
};
|
|
1732
|
-
transformer: true;
|
|
1733
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1734
|
-
tagsAutoComplete: import("@trpc/server").TRPCQueryProcedure<{
|
|
1735
|
-
input: {
|
|
1736
|
-
sectionName: string;
|
|
1737
|
-
fieldName: string;
|
|
1738
|
-
query: string;
|
|
1739
|
-
locale?: string | undefined;
|
|
1740
|
-
};
|
|
1741
|
-
output: string[];
|
|
1742
|
-
meta: object;
|
|
1743
|
-
}>;
|
|
1744
|
-
}>>;
|
|
1745
|
-
logs: import("@trpc/server").TRPCBuiltRouter<{
|
|
1746
|
-
ctx: {
|
|
1747
|
-
headers: Headers;
|
|
1748
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1749
|
-
$client: import("mysql2/promise").Pool;
|
|
1750
|
-
};
|
|
1751
|
-
session: import("../index.js").Session | null;
|
|
1752
|
-
};
|
|
1753
|
-
meta: object;
|
|
1754
|
-
errorShape: {
|
|
1755
|
-
data: {
|
|
1756
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1757
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1758
|
-
httpStatus: number;
|
|
1759
|
-
path?: string;
|
|
1760
|
-
stack?: string;
|
|
1761
|
-
};
|
|
1762
|
-
message: string;
|
|
1763
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1764
|
-
};
|
|
1765
|
-
transformer: true;
|
|
1766
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1767
|
-
list: import("@trpc/server").TRPCQueryProcedure<{
|
|
1768
|
-
input: {
|
|
1769
|
-
limit?: number | undefined;
|
|
1770
|
-
offset?: number | undefined;
|
|
1771
|
-
eventType?: string | undefined;
|
|
1772
|
-
actorId?: string | undefined;
|
|
1773
|
-
sectionName?: string | undefined;
|
|
1774
|
-
entityType?: string | undefined;
|
|
1775
|
-
entityId?: string | undefined;
|
|
1776
|
-
from?: string | undefined;
|
|
1777
|
-
to?: string | undefined;
|
|
1778
|
-
} | undefined;
|
|
1779
|
-
output: {
|
|
1780
|
-
items: {
|
|
1781
|
-
id: number;
|
|
1782
|
-
eventType: string;
|
|
1783
|
-
actorId: string | null;
|
|
1784
|
-
actorUsername: string | null;
|
|
1785
|
-
entityType: string | null;
|
|
1786
|
-
entityId: string | null;
|
|
1787
|
-
entityLabel: string | null;
|
|
1788
|
-
sectionName: string | null;
|
|
1789
|
-
metadata: string | null;
|
|
1790
|
-
ipAddress: string | null;
|
|
1791
|
-
userAgent: string | null;
|
|
1792
|
-
source: string | null;
|
|
1793
|
-
createdAt: Date;
|
|
1794
|
-
}[];
|
|
1795
|
-
total: number;
|
|
1796
|
-
limit: number;
|
|
1797
|
-
offset: number;
|
|
1798
|
-
};
|
|
1799
|
-
meta: object;
|
|
1800
|
-
}>;
|
|
1801
|
-
}>>;
|
|
1802
|
-
plugins: import("@trpc/server").TRPCBuiltRouter<{
|
|
1803
|
-
ctx: {
|
|
1804
|
-
headers: Headers;
|
|
1805
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1806
|
-
$client: import("mysql2/promise").Pool;
|
|
1807
|
-
};
|
|
1808
|
-
session: import("../index.js").Session | null;
|
|
1809
|
-
};
|
|
1810
|
-
meta: object;
|
|
1811
|
-
errorShape: {
|
|
1812
|
-
data: {
|
|
1813
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1814
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1815
|
-
httpStatus: number;
|
|
1816
|
-
path?: string;
|
|
1817
|
-
stack?: string;
|
|
1818
|
-
};
|
|
1819
|
-
message: string;
|
|
1820
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1821
|
-
};
|
|
1822
|
-
transformer: true;
|
|
1823
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1824
|
-
checkRoute: import("@trpc/server").TRPCQueryProcedure<{
|
|
1825
|
-
input: {
|
|
1826
|
-
path: string;
|
|
1827
|
-
};
|
|
1828
|
-
output: import("../plugins/loader.js").LoadedPluginRoute | null;
|
|
1829
|
-
meta: object;
|
|
1830
|
-
}>;
|
|
1831
|
-
}>>;
|
|
1832
|
-
} & TUser>>>>["trpc"];
|
|
1833
|
-
HydrateClient: (props: {
|
|
1834
|
-
children: React.ReactNode;
|
|
1835
|
-
}) => React.JSX.Element;
|
|
1836
|
-
createCaller: import("@trpc/server").TRPCRouterCaller<{
|
|
1837
|
-
ctx: {
|
|
1838
|
-
headers: Headers;
|
|
1839
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1840
|
-
$client: import("mysql2/promise").Pool;
|
|
1841
|
-
};
|
|
1842
|
-
session: import("../index.js").Session | null;
|
|
1843
|
-
};
|
|
1844
|
-
meta: object;
|
|
1845
|
-
errorShape: {
|
|
1846
|
-
data: {
|
|
1847
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1848
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1849
|
-
httpStatus: number;
|
|
1850
|
-
path?: string;
|
|
1851
|
-
stack?: string;
|
|
1852
|
-
};
|
|
1853
|
-
message: string;
|
|
1854
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1855
|
-
};
|
|
1856
|
-
transformer: true;
|
|
1857
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1858
|
-
auth: import("@trpc/server").TRPCBuiltRouter<{
|
|
1859
|
-
ctx: {
|
|
1860
|
-
headers: Headers;
|
|
1861
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1862
|
-
$client: import("mysql2/promise").Pool;
|
|
1863
|
-
};
|
|
1864
|
-
session: import("../index.js").Session | null;
|
|
1865
|
-
};
|
|
1866
|
-
meta: object;
|
|
1867
|
-
errorShape: {
|
|
1868
|
-
data: {
|
|
1869
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1870
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1871
|
-
httpStatus: number;
|
|
1872
|
-
path?: string;
|
|
1873
|
-
stack?: string;
|
|
1874
|
-
};
|
|
1875
|
-
message: string;
|
|
1876
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1877
|
-
};
|
|
1878
|
-
transformer: true;
|
|
1879
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1880
|
-
login: import("@trpc/server").TRPCMutationProcedure<{
|
|
1881
|
-
input: {
|
|
1882
|
-
username: string;
|
|
1883
|
-
password: string;
|
|
1884
|
-
};
|
|
1885
|
-
output: {
|
|
1886
|
-
status: number;
|
|
1887
|
-
session: {
|
|
1888
|
-
user: {
|
|
1889
|
-
id: string;
|
|
1890
|
-
name: string;
|
|
1891
|
-
language: string;
|
|
1892
|
-
};
|
|
1893
|
-
};
|
|
1894
|
-
user: {
|
|
1895
|
-
id: string;
|
|
1896
|
-
username: string;
|
|
1897
|
-
lang: string;
|
|
1898
|
-
avatar: string | null;
|
|
1899
|
-
};
|
|
1900
|
-
accessToken: string;
|
|
1901
|
-
};
|
|
1902
|
-
meta: object;
|
|
1903
|
-
}>;
|
|
1904
|
-
logout: import("@trpc/server").TRPCMutationProcedure<{
|
|
1905
|
-
input: void;
|
|
1906
|
-
output: boolean;
|
|
1907
|
-
meta: object;
|
|
1908
|
-
}>;
|
|
1909
|
-
}>>;
|
|
1910
|
-
admins: import("@trpc/server").TRPCBuiltRouter<{
|
|
1911
|
-
ctx: {
|
|
1912
|
-
headers: Headers;
|
|
1913
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
1914
|
-
$client: import("mysql2/promise").Pool;
|
|
1915
|
-
};
|
|
1916
|
-
session: import("../index.js").Session | null;
|
|
1917
|
-
};
|
|
1918
|
-
meta: object;
|
|
1919
|
-
errorShape: {
|
|
1920
|
-
data: {
|
|
1921
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
1922
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
1923
|
-
httpStatus: number;
|
|
1924
|
-
path?: string;
|
|
1925
|
-
stack?: string;
|
|
1926
|
-
};
|
|
1927
|
-
message: string;
|
|
1928
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
1929
|
-
};
|
|
1930
|
-
transformer: true;
|
|
1931
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
1932
|
-
list: import("@trpc/server").TRPCQueryProcedure<{
|
|
1933
|
-
input: void;
|
|
1934
|
-
output: {
|
|
1935
|
-
error: {
|
|
1936
|
-
message: string;
|
|
1937
|
-
};
|
|
1938
|
-
admins?: undefined;
|
|
1939
|
-
privileges?: undefined;
|
|
1940
|
-
} | {
|
|
1941
|
-
admins: {
|
|
1942
|
-
id: string;
|
|
1943
|
-
username: string;
|
|
1944
|
-
avatar: string | null;
|
|
1945
|
-
roles: {
|
|
1946
|
-
operations: "C" | "U" | "D" | "CU" | "CD" | "UD" | "CUD";
|
|
1947
|
-
publisher: boolean | null;
|
|
1948
|
-
sectionName: string;
|
|
1949
|
-
}[];
|
|
1950
|
-
}[];
|
|
1951
|
-
privileges: {
|
|
1952
|
-
title: string;
|
|
1953
|
-
order: number;
|
|
1954
|
-
sectionType: string;
|
|
1955
|
-
sectionName: string;
|
|
1956
|
-
}[];
|
|
1957
|
-
error?: undefined;
|
|
1958
|
-
};
|
|
1959
|
-
meta: object;
|
|
1960
|
-
}>;
|
|
1961
|
-
get: import("@trpc/server").TRPCQueryProcedure<{
|
|
1962
|
-
input: string;
|
|
1963
|
-
output: {
|
|
1964
|
-
admin: {
|
|
1965
|
-
id: string;
|
|
1966
|
-
user: string;
|
|
1967
|
-
};
|
|
1968
|
-
adminRoles: {
|
|
1969
|
-
sectionName: string;
|
|
1970
|
-
operations: "C" | "U" | "D" | "CU" | "CD" | "UD" | "CUD";
|
|
1971
|
-
publisher: boolean | null;
|
|
1972
|
-
}[];
|
|
1973
|
-
allRoles: {
|
|
1974
|
-
title: string;
|
|
1975
|
-
order: number;
|
|
1976
|
-
sectionType: string;
|
|
1977
|
-
sectionName: string;
|
|
1978
|
-
}[];
|
|
1979
|
-
};
|
|
1980
|
-
meta: object;
|
|
1981
|
-
}>;
|
|
1982
|
-
create: import("@trpc/server").TRPCMutationProcedure<{
|
|
1983
|
-
input: {
|
|
1984
|
-
username: string;
|
|
1985
|
-
password: string;
|
|
1986
|
-
privileges: {
|
|
1987
|
-
sectionName: string;
|
|
1988
|
-
publisher: boolean | null;
|
|
1989
|
-
operations: string;
|
|
1990
|
-
}[];
|
|
1991
|
-
};
|
|
1992
|
-
output: {
|
|
1993
|
-
status: string;
|
|
1994
|
-
id: string;
|
|
1995
|
-
};
|
|
1996
|
-
meta: object;
|
|
1997
|
-
}>;
|
|
1998
|
-
update: import("@trpc/server").TRPCMutationProcedure<{
|
|
1999
|
-
input: {
|
|
2000
|
-
id: string;
|
|
2001
|
-
privileges: {
|
|
2002
|
-
sectionName: string;
|
|
2003
|
-
publisher: boolean | null;
|
|
2004
|
-
operations: string;
|
|
2005
|
-
}[];
|
|
2006
|
-
};
|
|
2007
|
-
output: {
|
|
2008
|
-
status: string;
|
|
2009
|
-
};
|
|
2010
|
-
meta: object;
|
|
2011
|
-
}>;
|
|
2012
|
-
remove: import("@trpc/server").TRPCMutationProcedure<{
|
|
2013
|
-
input: {
|
|
2014
|
-
id: string;
|
|
2015
|
-
};
|
|
2016
|
-
output: boolean;
|
|
2017
|
-
meta: object;
|
|
2018
|
-
}>;
|
|
2019
|
-
}>>;
|
|
2020
|
-
config: import("@trpc/server").TRPCBuiltRouter<{
|
|
2021
|
-
ctx: {
|
|
2022
|
-
headers: Headers;
|
|
2023
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2024
|
-
$client: import("mysql2/promise").Pool;
|
|
2025
|
-
};
|
|
2026
|
-
session: import("../index.js").Session | null;
|
|
2027
|
-
};
|
|
2028
|
-
meta: object;
|
|
2029
|
-
errorShape: {
|
|
2030
|
-
data: {
|
|
2031
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2032
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2033
|
-
httpStatus: number;
|
|
2034
|
-
path?: string;
|
|
2035
|
-
stack?: string;
|
|
2036
|
-
};
|
|
2037
|
-
message: string;
|
|
2038
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2039
|
-
};
|
|
2040
|
-
transformer: true;
|
|
2041
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2042
|
-
getI18n: import("@trpc/server").TRPCQueryProcedure<{
|
|
2043
|
-
input: void;
|
|
2044
|
-
output: {
|
|
2045
|
-
supportedLanguages: readonly string[];
|
|
2046
|
-
fallbackLanguage: string;
|
|
2047
|
-
};
|
|
2048
|
-
meta: object;
|
|
2049
|
-
}>;
|
|
2050
|
-
getLocalization: import("@trpc/server").TRPCQueryProcedure<{
|
|
2051
|
-
input: void;
|
|
2052
|
-
output: {
|
|
2053
|
-
enabled: boolean;
|
|
2054
|
-
locales: {
|
|
2055
|
-
code: string;
|
|
2056
|
-
label: string;
|
|
2057
|
-
rtl?: boolean;
|
|
2058
|
-
}[];
|
|
2059
|
-
defaultLocale: string;
|
|
2060
|
-
} | null;
|
|
2061
|
-
meta: object;
|
|
2062
|
-
}>;
|
|
2063
|
-
}>>;
|
|
2064
|
-
hasItemsSections: import("@trpc/server").TRPCBuiltRouter<{
|
|
2065
|
-
ctx: {
|
|
2066
|
-
headers: Headers;
|
|
2067
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2068
|
-
$client: import("mysql2/promise").Pool;
|
|
2069
|
-
};
|
|
2070
|
-
session: import("../index.js").Session | null;
|
|
2071
|
-
};
|
|
2072
|
-
meta: object;
|
|
2073
|
-
errorShape: {
|
|
2074
|
-
data: {
|
|
2075
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2076
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2077
|
-
httpStatus: number;
|
|
2078
|
-
path?: string;
|
|
2079
|
-
stack?: string;
|
|
2080
|
-
};
|
|
2081
|
-
message: string;
|
|
2082
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2083
|
-
};
|
|
2084
|
-
transformer: true;
|
|
2085
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2086
|
-
listItems: import("@trpc/server").TRPCQueryProcedure<{
|
|
2087
|
-
input: {
|
|
2088
|
-
sectionName: string;
|
|
2089
|
-
page?: number | undefined;
|
|
2090
|
-
q?: string | undefined;
|
|
2091
|
-
};
|
|
2092
|
-
output: {
|
|
2093
|
-
error: {
|
|
2094
|
-
message: string;
|
|
2095
|
-
};
|
|
2096
|
-
section?: undefined;
|
|
2097
|
-
items?: undefined;
|
|
2098
|
-
totalCount?: undefined;
|
|
2099
|
-
} | {
|
|
2100
|
-
section: {
|
|
2101
|
-
hasSearch: boolean;
|
|
2102
|
-
name: string;
|
|
2103
|
-
title: string;
|
|
2104
|
-
};
|
|
2105
|
-
items: (Record<string, any> | {
|
|
2106
|
-
id: string | number;
|
|
2107
|
-
headingTitle: string;
|
|
2108
|
-
coverPhoto: string | null;
|
|
2109
|
-
createdAt: string;
|
|
2110
|
-
createdBy: string;
|
|
2111
|
-
permission: number;
|
|
2112
|
-
})[];
|
|
2113
|
-
totalCount: any;
|
|
2114
|
-
error?: undefined;
|
|
2115
|
-
};
|
|
2116
|
-
meta: object;
|
|
2117
|
-
}>;
|
|
2118
|
-
newItem: import("@trpc/server").TRPCQueryProcedure<{
|
|
2119
|
-
input: {
|
|
2120
|
-
sectionName: string;
|
|
2121
|
-
};
|
|
2122
|
-
output: {
|
|
2123
|
-
error: {
|
|
2124
|
-
message: any;
|
|
2125
|
-
};
|
|
2126
|
-
section?: undefined;
|
|
2127
|
-
inputGroups?: undefined;
|
|
2128
|
-
defaultLocale?: undefined;
|
|
2129
|
-
} | {
|
|
2130
|
-
section: {
|
|
2131
|
-
name: string;
|
|
2132
|
-
title: {
|
|
2133
|
-
section: string;
|
|
2134
|
-
singular: string;
|
|
2135
|
-
plural: string;
|
|
2136
|
-
};
|
|
2137
|
-
gallery: import("../index.js").SectionGallery | undefined;
|
|
2138
|
-
variants: import("../core/types/index.js").Variant[] | undefined;
|
|
2139
|
-
configFile: string;
|
|
2140
|
-
};
|
|
2141
|
-
inputGroups: {
|
|
2142
|
-
groupId: number;
|
|
2143
|
-
groupTitle: string;
|
|
2144
|
-
groupOrder: number;
|
|
2145
|
-
inputs: {
|
|
2146
|
-
type: import("../core/types/index.js").FieldType;
|
|
2147
|
-
name: string;
|
|
2148
|
-
label: string;
|
|
2149
|
-
required: boolean;
|
|
2150
|
-
localized?: boolean;
|
|
2151
|
-
conditionalFields: import("../core/types/index.js").ConditionalField[];
|
|
2152
|
-
readonly: boolean;
|
|
2153
|
-
defaultValue: any;
|
|
2154
|
-
value: any;
|
|
2155
|
-
}[];
|
|
2156
|
-
}[] | undefined;
|
|
2157
|
-
defaultLocale: {
|
|
2158
|
-
code: string;
|
|
2159
|
-
label: string;
|
|
2160
|
-
rtl?: boolean;
|
|
2161
|
-
} | null;
|
|
2162
|
-
error?: undefined;
|
|
2163
|
-
};
|
|
2164
|
-
meta: object;
|
|
2165
|
-
}>;
|
|
2166
|
-
editItem: import("@trpc/server").TRPCQueryProcedure<{
|
|
2167
|
-
input: {
|
|
2168
|
-
sectionName: string;
|
|
2169
|
-
sectionItemId: string | number;
|
|
2170
|
-
locale?: string | undefined;
|
|
2171
|
-
};
|
|
2172
|
-
output: {
|
|
2173
|
-
section: {
|
|
2174
|
-
name: string;
|
|
2175
|
-
title: {
|
|
2176
|
-
section: string;
|
|
2177
|
-
singular: string;
|
|
2178
|
-
plural: string;
|
|
2179
|
-
};
|
|
2180
|
-
gallery: import("../index.js").SectionGallery | undefined;
|
|
2181
|
-
variants: import("../core/types/index.js").Variant[] | undefined;
|
|
2182
|
-
configFile: string;
|
|
2183
|
-
};
|
|
2184
|
-
inputGroups: {
|
|
2185
|
-
groupId: number;
|
|
2186
|
-
groupTitle: string;
|
|
2187
|
-
groupOrder: number;
|
|
2188
|
-
inputs: {
|
|
2189
|
-
type: import("../core/types/index.js").FieldType;
|
|
2190
|
-
name: string;
|
|
2191
|
-
label: string;
|
|
2192
|
-
required: boolean;
|
|
2193
|
-
localized?: boolean;
|
|
2194
|
-
conditionalFields: import("../core/types/index.js").ConditionalField[];
|
|
2195
|
-
readonly: boolean;
|
|
2196
|
-
defaultValue: any;
|
|
2197
|
-
value: any;
|
|
2198
|
-
}[];
|
|
2199
|
-
}[] | undefined;
|
|
2200
|
-
gallery: {
|
|
2201
|
-
referenceId: string;
|
|
2202
|
-
photo: string;
|
|
2203
|
-
meta: any;
|
|
2204
|
-
locale?: string;
|
|
2205
|
-
}[];
|
|
2206
|
-
localization: {
|
|
2207
|
-
defaultLocale: {
|
|
2208
|
-
code: string;
|
|
2209
|
-
label: string;
|
|
2210
|
-
rtl?: boolean;
|
|
2211
|
-
};
|
|
2212
|
-
currentLocale: {
|
|
2213
|
-
code: string;
|
|
2214
|
-
label: string;
|
|
2215
|
-
rtl?: boolean;
|
|
2216
|
-
};
|
|
2217
|
-
existingTranslations: string[];
|
|
2218
|
-
locales: {
|
|
2219
|
-
code: string;
|
|
2220
|
-
label: string;
|
|
2221
|
-
rtl?: boolean;
|
|
2222
|
-
}[];
|
|
2223
|
-
localeSwitcherEnabled: boolean;
|
|
2224
|
-
developerNoteEnabled: boolean;
|
|
2225
|
-
} | null;
|
|
2226
|
-
error?: undefined;
|
|
2227
|
-
} | {
|
|
2228
|
-
error: {
|
|
2229
|
-
message: any;
|
|
2230
|
-
};
|
|
2231
|
-
section?: undefined;
|
|
2232
|
-
inputGroups?: undefined;
|
|
2233
|
-
gallery?: undefined;
|
|
2234
|
-
localization?: undefined;
|
|
2235
|
-
};
|
|
2236
|
-
meta: object;
|
|
2237
|
-
}>;
|
|
2238
|
-
deleteItem: import("@trpc/server").TRPCMutationProcedure<{
|
|
2239
|
-
input: {
|
|
2240
|
-
sectionName: string;
|
|
2241
|
-
sectionItemId: string | number;
|
|
2242
|
-
};
|
|
2243
|
-
output: boolean;
|
|
2244
|
-
meta: object;
|
|
2245
|
-
}>;
|
|
2246
|
-
deleteLocaleTranslation: import("@trpc/server").TRPCMutationProcedure<{
|
|
2247
|
-
input: {
|
|
2248
|
-
sectionName: string;
|
|
2249
|
-
sectionItemId: string | number;
|
|
2250
|
-
locale: string;
|
|
2251
|
-
};
|
|
2252
|
-
output: boolean;
|
|
2253
|
-
meta: object;
|
|
2254
|
-
}>;
|
|
2255
|
-
}>>;
|
|
2256
|
-
simpleSections: import("@trpc/server").TRPCBuiltRouter<{
|
|
2257
|
-
ctx: {
|
|
2258
|
-
headers: Headers;
|
|
2259
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2260
|
-
$client: import("mysql2/promise").Pool;
|
|
2261
|
-
};
|
|
2262
|
-
session: import("../index.js").Session | null;
|
|
2263
|
-
};
|
|
2264
|
-
meta: object;
|
|
2265
|
-
errorShape: {
|
|
2266
|
-
data: {
|
|
2267
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2268
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2269
|
-
httpStatus: number;
|
|
2270
|
-
path?: string;
|
|
2271
|
-
stack?: string;
|
|
2272
|
-
};
|
|
2273
|
-
message: string;
|
|
2274
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2275
|
-
};
|
|
2276
|
-
transformer: true;
|
|
2277
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2278
|
-
create: import("@trpc/server").TRPCQueryProcedure<{
|
|
2279
|
-
input: {
|
|
2280
|
-
sectionName: string;
|
|
2281
|
-
locale?: string | undefined;
|
|
2282
|
-
};
|
|
2283
|
-
output: {
|
|
2284
|
-
error: {
|
|
2285
|
-
message: string;
|
|
2286
|
-
};
|
|
2287
|
-
section?: undefined;
|
|
2288
|
-
inputGroups?: undefined;
|
|
2289
|
-
localization?: undefined;
|
|
2290
|
-
} | {
|
|
2291
|
-
section: {
|
|
2292
|
-
name: string;
|
|
2293
|
-
title: string;
|
|
2294
|
-
gallery: import("../index.js").SectionGallery | undefined;
|
|
2295
|
-
variants: import("../core/types/index.js").Variant[] | undefined;
|
|
2296
|
-
configFile: string;
|
|
2297
|
-
};
|
|
2298
|
-
inputGroups: {
|
|
2299
|
-
groupId: number;
|
|
2300
|
-
groupTitle: string;
|
|
2301
|
-
groupOrder: number;
|
|
2302
|
-
inputs: {
|
|
2303
|
-
type: import("../core/types/index.js").FieldType;
|
|
2304
|
-
name: string;
|
|
2305
|
-
label: string;
|
|
2306
|
-
required: boolean;
|
|
2307
|
-
localized?: boolean;
|
|
2308
|
-
conditionalFields: import("../core/types/index.js").ConditionalField[];
|
|
2309
|
-
readonly: boolean;
|
|
2310
|
-
defaultValue: any;
|
|
2311
|
-
value: any;
|
|
2312
|
-
}[];
|
|
2313
|
-
}[] | undefined;
|
|
2314
|
-
localization: {
|
|
2315
|
-
defaultLocale: {
|
|
2316
|
-
code: string;
|
|
2317
|
-
label: any;
|
|
2318
|
-
rtl?: boolean;
|
|
2319
|
-
};
|
|
2320
|
-
currentLocale: {
|
|
2321
|
-
code: string;
|
|
2322
|
-
label: any;
|
|
2323
|
-
rtl?: boolean;
|
|
2324
|
-
};
|
|
2325
|
-
existingTranslations: string[];
|
|
2326
|
-
locales: {
|
|
2327
|
-
code: string;
|
|
2328
|
-
label: any;
|
|
2329
|
-
rtl?: boolean;
|
|
2330
|
-
}[];
|
|
2331
|
-
localeSwitcherEnabled: boolean;
|
|
2332
|
-
developerNoteEnabled: boolean;
|
|
2333
|
-
} | null;
|
|
2334
|
-
error?: undefined;
|
|
2335
|
-
};
|
|
2336
|
-
meta: object;
|
|
2337
|
-
}>;
|
|
2338
|
-
deleteLocaleTranslation: import("@trpc/server").TRPCMutationProcedure<{
|
|
2339
|
-
input: {
|
|
2340
|
-
sectionName: string;
|
|
2341
|
-
locale: string;
|
|
2342
|
-
};
|
|
2343
|
-
output: boolean;
|
|
2344
|
-
meta: object;
|
|
2345
|
-
}>;
|
|
2346
|
-
}>>;
|
|
2347
|
-
categorySections: import("@trpc/server").TRPCBuiltRouter<{
|
|
2348
|
-
ctx: {
|
|
2349
|
-
headers: Headers;
|
|
2350
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2351
|
-
$client: import("mysql2/promise").Pool;
|
|
2352
|
-
};
|
|
2353
|
-
session: import("../index.js").Session | null;
|
|
2354
|
-
};
|
|
2355
|
-
meta: object;
|
|
2356
|
-
errorShape: {
|
|
2357
|
-
data: {
|
|
2358
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2359
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2360
|
-
httpStatus: number;
|
|
2361
|
-
path?: string;
|
|
2362
|
-
stack?: string;
|
|
2363
|
-
};
|
|
2364
|
-
message: string;
|
|
2365
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2366
|
-
};
|
|
2367
|
-
transformer: true;
|
|
2368
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2369
|
-
get: import("@trpc/server").TRPCQueryProcedure<{
|
|
2370
|
-
input: {
|
|
2371
|
-
sectionName: string;
|
|
2372
|
-
};
|
|
2373
|
-
output: {
|
|
2374
|
-
error: {
|
|
2375
|
-
message: string;
|
|
2376
|
-
};
|
|
2377
|
-
section?: undefined;
|
|
2378
|
-
data?: undefined;
|
|
2379
|
-
} | {
|
|
2380
|
-
section: {
|
|
2381
|
-
tableName: string;
|
|
2382
|
-
sectionName: string;
|
|
2383
|
-
title: {
|
|
2384
|
-
section: string;
|
|
2385
|
-
singular: string;
|
|
2386
|
-
plural: string;
|
|
2387
|
-
};
|
|
2388
|
-
};
|
|
2389
|
-
data: {
|
|
2390
|
-
options: {
|
|
2391
|
-
value: string | number;
|
|
2392
|
-
label: string;
|
|
2393
|
-
}[] | undefined;
|
|
2394
|
-
required: boolean;
|
|
2395
|
-
name: string;
|
|
2396
|
-
label: string;
|
|
2397
|
-
value: {
|
|
2398
|
-
value: string | number;
|
|
2399
|
-
label: string;
|
|
2400
|
-
}[] | undefined;
|
|
2401
|
-
parentId: string | number | undefined;
|
|
2402
|
-
level: number;
|
|
2403
|
-
depth: number | undefined;
|
|
2404
|
-
sectionName: string;
|
|
2405
|
-
allowRecursiveDelete: boolean | undefined;
|
|
2406
|
-
};
|
|
2407
|
-
error?: undefined;
|
|
2408
|
-
};
|
|
2409
|
-
meta: object;
|
|
2410
|
-
}>;
|
|
2411
|
-
getChildren: import("@trpc/server").TRPCMutationProcedure<{
|
|
2412
|
-
input: {
|
|
2413
|
-
sectionName: string;
|
|
2414
|
-
parentId: string | number | undefined;
|
|
2415
|
-
level: number;
|
|
2416
|
-
};
|
|
2417
|
-
output: {
|
|
2418
|
-
error: {
|
|
2419
|
-
message: string;
|
|
2420
|
-
};
|
|
2421
|
-
options?: undefined;
|
|
2422
|
-
parentId?: undefined;
|
|
2423
|
-
level?: undefined;
|
|
2424
|
-
} | {
|
|
2425
|
-
options: null;
|
|
2426
|
-
parentId: string | number;
|
|
2427
|
-
level: number;
|
|
2428
|
-
error?: undefined;
|
|
2429
|
-
} | {
|
|
2430
|
-
options: {
|
|
2431
|
-
value: any;
|
|
2432
|
-
label: any;
|
|
2433
|
-
}[];
|
|
2434
|
-
parentId: string | number;
|
|
2435
|
-
level: number;
|
|
2436
|
-
error?: undefined;
|
|
2437
|
-
} | undefined;
|
|
2438
|
-
meta: object;
|
|
2439
|
-
}>;
|
|
2440
|
-
deleteItem: import("@trpc/server").TRPCMutationProcedure<{
|
|
2441
|
-
input: {
|
|
2442
|
-
sectionName: string;
|
|
2443
|
-
sectionItemId: string | number;
|
|
2444
|
-
deleteChildren?: boolean | undefined;
|
|
2445
|
-
};
|
|
2446
|
-
output: boolean;
|
|
2447
|
-
meta: object;
|
|
2448
|
-
}>;
|
|
2449
|
-
}>>;
|
|
2450
|
-
files: import("@trpc/server").TRPCBuiltRouter<{
|
|
2451
|
-
ctx: {
|
|
2452
|
-
headers: Headers;
|
|
2453
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2454
|
-
$client: import("mysql2/promise").Pool;
|
|
2455
|
-
};
|
|
2456
|
-
session: import("../index.js").Session | null;
|
|
2457
|
-
};
|
|
2458
|
-
meta: object;
|
|
2459
|
-
errorShape: {
|
|
2460
|
-
data: {
|
|
2461
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2462
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2463
|
-
httpStatus: number;
|
|
2464
|
-
path?: string;
|
|
2465
|
-
stack?: string;
|
|
2466
|
-
};
|
|
2467
|
-
message: string;
|
|
2468
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2469
|
-
};
|
|
2470
|
-
transformer: true;
|
|
2471
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2472
|
-
getPhoto: import("@trpc/server").TRPCQueryProcedure<{
|
|
2473
|
-
input: {
|
|
2474
|
-
name: string;
|
|
2475
|
-
folder: string;
|
|
2476
|
-
isThumb?: boolean | undefined;
|
|
2477
|
-
};
|
|
2478
|
-
output: string;
|
|
2479
|
-
meta: object;
|
|
2480
|
-
}>;
|
|
2481
|
-
}>>;
|
|
2482
|
-
gallery: import("@trpc/server").TRPCBuiltRouter<{
|
|
2483
|
-
ctx: {
|
|
2484
|
-
headers: Headers;
|
|
2485
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2486
|
-
$client: import("mysql2/promise").Pool;
|
|
2487
|
-
};
|
|
2488
|
-
session: import("../index.js").Session | null;
|
|
2489
|
-
};
|
|
2490
|
-
meta: object;
|
|
2491
|
-
errorShape: {
|
|
2492
|
-
data: {
|
|
2493
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2494
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2495
|
-
httpStatus: number;
|
|
2496
|
-
path?: string;
|
|
2497
|
-
stack?: string;
|
|
2498
|
-
};
|
|
2499
|
-
message: string;
|
|
2500
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2501
|
-
};
|
|
2502
|
-
transformer: true;
|
|
2503
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2504
|
-
deletePhoto: import("@trpc/server").TRPCMutationProcedure<{
|
|
2505
|
-
input: {
|
|
2506
|
-
sectionName: string;
|
|
2507
|
-
photoName: string;
|
|
2508
|
-
referenceId: string;
|
|
2509
|
-
locale?: string | undefined;
|
|
2510
|
-
};
|
|
2511
|
-
output: boolean;
|
|
2512
|
-
meta: object;
|
|
2513
|
-
}>;
|
|
2514
|
-
}>>;
|
|
2515
|
-
navigation: import("@trpc/server").TRPCBuiltRouter<{
|
|
2516
|
-
ctx: {
|
|
2517
|
-
headers: Headers;
|
|
2518
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2519
|
-
$client: import("mysql2/promise").Pool;
|
|
2520
|
-
};
|
|
2521
|
-
session: import("../index.js").Session | null;
|
|
2522
|
-
};
|
|
2523
|
-
meta: object;
|
|
2524
|
-
errorShape: {
|
|
2525
|
-
data: {
|
|
2526
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2527
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2528
|
-
httpStatus: number;
|
|
2529
|
-
path?: string;
|
|
2530
|
-
stack?: string;
|
|
2531
|
-
};
|
|
2532
|
-
message: string;
|
|
2533
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2534
|
-
};
|
|
2535
|
-
transformer: true;
|
|
2536
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2537
|
-
getSidebar: import("@trpc/server").TRPCQueryProcedure<{
|
|
2538
|
-
input: void;
|
|
2539
|
-
output: {
|
|
2540
|
-
fixed_sections: {
|
|
2541
|
-
title: string;
|
|
2542
|
-
path: string;
|
|
2543
|
-
icon: string;
|
|
2544
|
-
}[];
|
|
2545
|
-
cat_sections: {
|
|
2546
|
-
title: string;
|
|
2547
|
-
path: string;
|
|
2548
|
-
icon: "user" | "slice" | "map" | "filter" | "replace" | "search" | "split" | "repeat" | "anchor" | "bold" | "link" | "columns" | "section" | "key" | "text" | "logs" | "pause" | "list" | "file" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chromium" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "code" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copy" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "form" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "ghost" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "group" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "image" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-squiggle" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "menu" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "move" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "navigation" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "option" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "presentation" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "radio" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scale" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "send" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "table" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent-tree" | "tent" | "terminal" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-select" | "text-selection" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "timer" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "twitch" | "twitter" | "type-outline" | "type" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "video" | "videotape" | "view" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-ladder" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out" | undefined;
|
|
2549
|
-
}[];
|
|
2550
|
-
has_items_sections: {
|
|
2551
|
-
title: string;
|
|
2552
|
-
path: string;
|
|
2553
|
-
icon: "user" | "slice" | "map" | "filter" | "replace" | "search" | "split" | "repeat" | "anchor" | "bold" | "link" | "columns" | "section" | "key" | "text" | "logs" | "pause" | "list" | "file" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chromium" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "code" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copy" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "form" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "ghost" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "group" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "image" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-squiggle" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "menu" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "move" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "navigation" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "option" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "presentation" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "radio" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scale" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "send" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "table" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent-tree" | "tent" | "terminal" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-select" | "text-selection" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "timer" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "twitch" | "twitter" | "type-outline" | "type" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "video" | "videotape" | "view" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-ladder" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out" | undefined;
|
|
2554
|
-
}[];
|
|
2555
|
-
simple_sections: {
|
|
2556
|
-
title: string;
|
|
2557
|
-
path: string;
|
|
2558
|
-
icon: "user" | "slice" | "map" | "filter" | "replace" | "search" | "split" | "repeat" | "anchor" | "bold" | "link" | "columns" | "section" | "key" | "text" | "logs" | "pause" | "list" | "file" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "baseline" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef" | "beer-off" | "beer" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "chromium" | "chrome" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "code" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns-2" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copy" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "dribbble" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-horizontal" | "flip-vertical-2" | "flip-vertical" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "form" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "ghost" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "github" | "gitlab" | "glass-water" | "glasses" | "globe-lock" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "group" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "heading" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "image" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-squiggle" | "link-2-off" | "link-2" | "linkedin" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "menu" | "merge" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "move" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "navigation" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "option" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "pocket" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "presentation" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-receiver" | "radio-tower" | "radio" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scale" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "send" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shield-alert" | "shield-ban" | "shield-check" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "table" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent-tree" | "tent" | "terminal" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-select" | "text-selection" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timer-off" | "timer-reset" | "timer" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "twitch" | "twitter" | "type-outline" | "type" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "video" | "videotape" | "view" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-ladder" | "waves" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x" | "youtube" | "zap-off" | "zap" | "zoom-in" | "zoom-out" | undefined;
|
|
2559
|
-
}[];
|
|
2560
|
-
};
|
|
2561
|
-
meta: object;
|
|
2562
|
-
}>;
|
|
2563
|
-
}>>;
|
|
2564
|
-
accountSettings: import("@trpc/server").TRPCBuiltRouter<{
|
|
2565
|
-
ctx: {
|
|
2566
|
-
headers: Headers;
|
|
2567
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2568
|
-
$client: import("mysql2/promise").Pool;
|
|
2569
|
-
};
|
|
2570
|
-
session: import("../index.js").Session | null;
|
|
2571
|
-
};
|
|
2572
|
-
meta: object;
|
|
2573
|
-
errorShape: {
|
|
2574
|
-
data: {
|
|
2575
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2576
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2577
|
-
httpStatus: number;
|
|
2578
|
-
path?: string;
|
|
2579
|
-
stack?: string;
|
|
2580
|
-
};
|
|
2581
|
-
message: string;
|
|
2582
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2583
|
-
};
|
|
2584
|
-
transformer: true;
|
|
2585
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2586
|
-
get: import("@trpc/server").TRPCQueryProcedure<{
|
|
2587
|
-
input: void;
|
|
2588
|
-
output: {
|
|
2589
|
-
id: string;
|
|
2590
|
-
username: string;
|
|
2591
|
-
emailAddress: string | null;
|
|
2592
|
-
fullName: string | null;
|
|
2593
|
-
avatar: string | null;
|
|
2594
|
-
phoneNumber: string | null;
|
|
2595
|
-
} | undefined;
|
|
2596
|
-
meta: object;
|
|
2597
|
-
}>;
|
|
2598
|
-
save: import("@trpc/server").TRPCMutationProcedure<{
|
|
2599
|
-
input: {
|
|
2600
|
-
emailAddress: string;
|
|
2601
|
-
fullName: string;
|
|
2602
|
-
phoneNumber: string;
|
|
2603
|
-
};
|
|
2604
|
-
output: boolean;
|
|
2605
|
-
meta: object;
|
|
2606
|
-
}>;
|
|
2607
|
-
changePassword: import("@trpc/server").TRPCMutationProcedure<{
|
|
2608
|
-
input: {
|
|
2609
|
-
oldPassword: string;
|
|
2610
|
-
newPassword: string;
|
|
2611
|
-
confirmPassword: string;
|
|
2612
|
-
};
|
|
2613
|
-
output: boolean;
|
|
2614
|
-
meta: object;
|
|
2615
|
-
}>;
|
|
2616
|
-
updateLanguage: import("@trpc/server").TRPCMutationProcedure<{
|
|
2617
|
-
input: {
|
|
2618
|
-
language: string;
|
|
2619
|
-
};
|
|
2620
|
-
output: boolean;
|
|
2621
|
-
meta: object;
|
|
2622
|
-
}>;
|
|
2623
|
-
}>>;
|
|
2624
|
-
fields: import("@trpc/server").TRPCBuiltRouter<{
|
|
2625
|
-
ctx: {
|
|
2626
|
-
headers: Headers;
|
|
2627
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2628
|
-
$client: import("mysql2/promise").Pool;
|
|
2629
|
-
};
|
|
2630
|
-
session: import("../index.js").Session | null;
|
|
2631
|
-
};
|
|
2632
|
-
meta: object;
|
|
2633
|
-
errorShape: {
|
|
2634
|
-
data: {
|
|
2635
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2636
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2637
|
-
httpStatus: number;
|
|
2638
|
-
path?: string;
|
|
2639
|
-
stack?: string;
|
|
2640
|
-
};
|
|
2641
|
-
message: string;
|
|
2642
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2643
|
-
};
|
|
2644
|
-
transformer: true;
|
|
2645
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2646
|
-
tagsAutoComplete: import("@trpc/server").TRPCQueryProcedure<{
|
|
2647
|
-
input: {
|
|
2648
|
-
sectionName: string;
|
|
2649
|
-
fieldName: string;
|
|
2650
|
-
query: string;
|
|
2651
|
-
locale?: string | undefined;
|
|
2652
|
-
};
|
|
2653
|
-
output: string[];
|
|
2654
|
-
meta: object;
|
|
2655
|
-
}>;
|
|
2656
|
-
}>>;
|
|
2657
|
-
logs: import("@trpc/server").TRPCBuiltRouter<{
|
|
2658
|
-
ctx: {
|
|
2659
|
-
headers: Headers;
|
|
2660
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2661
|
-
$client: import("mysql2/promise").Pool;
|
|
2662
|
-
};
|
|
2663
|
-
session: import("../index.js").Session | null;
|
|
2664
|
-
};
|
|
2665
|
-
meta: object;
|
|
2666
|
-
errorShape: {
|
|
2667
|
-
data: {
|
|
2668
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2669
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2670
|
-
httpStatus: number;
|
|
2671
|
-
path?: string;
|
|
2672
|
-
stack?: string;
|
|
2673
|
-
};
|
|
2674
|
-
message: string;
|
|
2675
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2676
|
-
};
|
|
2677
|
-
transformer: true;
|
|
2678
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2679
|
-
list: import("@trpc/server").TRPCQueryProcedure<{
|
|
2680
|
-
input: {
|
|
2681
|
-
limit?: number | undefined;
|
|
2682
|
-
offset?: number | undefined;
|
|
2683
|
-
eventType?: string | undefined;
|
|
2684
|
-
actorId?: string | undefined;
|
|
2685
|
-
sectionName?: string | undefined;
|
|
2686
|
-
entityType?: string | undefined;
|
|
2687
|
-
entityId?: string | undefined;
|
|
2688
|
-
from?: string | undefined;
|
|
2689
|
-
to?: string | undefined;
|
|
2690
|
-
} | undefined;
|
|
2691
|
-
output: {
|
|
2692
|
-
items: {
|
|
2693
|
-
id: number;
|
|
2694
|
-
eventType: string;
|
|
2695
|
-
actorId: string | null;
|
|
2696
|
-
actorUsername: string | null;
|
|
2697
|
-
entityType: string | null;
|
|
2698
|
-
entityId: string | null;
|
|
2699
|
-
entityLabel: string | null;
|
|
2700
|
-
sectionName: string | null;
|
|
2701
|
-
metadata: string | null;
|
|
2702
|
-
ipAddress: string | null;
|
|
2703
|
-
userAgent: string | null;
|
|
2704
|
-
source: string | null;
|
|
2705
|
-
createdAt: Date;
|
|
2706
|
-
}[];
|
|
2707
|
-
total: number;
|
|
2708
|
-
limit: number;
|
|
2709
|
-
offset: number;
|
|
2710
|
-
};
|
|
2711
|
-
meta: object;
|
|
2712
|
-
}>;
|
|
2713
|
-
}>>;
|
|
2714
|
-
plugins: import("@trpc/server").TRPCBuiltRouter<{
|
|
2715
|
-
ctx: {
|
|
2716
|
-
headers: Headers;
|
|
2717
|
-
db: import("drizzle-orm/mysql2").MySql2Database<typeof import("../db/schema.js")> & {
|
|
2718
|
-
$client: import("mysql2/promise").Pool;
|
|
2719
|
-
};
|
|
2720
|
-
session: import("../index.js").Session | null;
|
|
2721
|
-
};
|
|
2722
|
-
meta: object;
|
|
2723
|
-
errorShape: {
|
|
2724
|
-
data: {
|
|
2725
|
-
zodError: import("zod").ZodFlattenedError<unknown, string> | null;
|
|
2726
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_KEY;
|
|
2727
|
-
httpStatus: number;
|
|
2728
|
-
path?: string;
|
|
2729
|
-
stack?: string;
|
|
2730
|
-
};
|
|
2731
|
-
message: string;
|
|
2732
|
-
code: import("@trpc/server").TRPC_ERROR_CODE_NUMBER;
|
|
2733
|
-
};
|
|
2734
|
-
transformer: true;
|
|
2735
|
-
}, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
|
|
2736
|
-
checkRoute: import("@trpc/server").TRPCQueryProcedure<{
|
|
2737
|
-
input: {
|
|
2738
|
-
path: string;
|
|
2739
|
-
};
|
|
2740
|
-
output: import("../plugins/loader.js").LoadedPluginRoute | null;
|
|
2741
|
-
meta: object;
|
|
2742
|
-
}>;
|
|
2743
|
-
}>>;
|
|
2744
|
-
} & TUser>>;
|
|
2745
|
-
getRouter: () => Promise<AnyRouter>;
|
|
2746
|
-
};
|
|
2747
|
-
export type { NonConflictingRouterRecord, RouterRecord } from './utils/router-types.js';
|
|
2748
|
-
//# sourceMappingURL=server.d.ts.map
|