@elixir-cloud/trs-filer 2.0.0-alpha.1
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 +133 -0
- package/README.md +48 -0
- package/dist/chunks/chunk.3WU6NPWM.js +1 -0
- package/dist/chunks/chunk.5A4EA5NE.js +1803 -0
- package/dist/chunks/chunk.C5TPOPDW.js +10 -0
- package/dist/chunks/chunk.Q5GOJN3Z.js +849 -0
- package/dist/chunks/chunk.ULOGEPYW.js +23 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +4 -0
- package/dist/components/tool-create/index.d.ts +8 -0
- package/dist/components/tool-create/index.js +3 -0
- package/dist/components/tool-create/tool-create.d.ts +75 -0
- package/dist/components/tool-create/tool-create.js +2 -0
- package/dist/components/tool-create/tw-styles.d.ts +1 -0
- package/dist/components/tool-create/tw-styles.js +1 -0
- package/dist/custom-elements.json +832 -0
- package/dist/events/ecc-tool-create-error.d.ts +6 -0
- package/dist/events/ecc-tool-create-success.d.ts +6 -0
- package/dist/events/ecc-tool-create-validation-error.d.ts +6 -0
- package/dist/events/ecc-tool-created.d.ts +6 -0
- package/dist/events/ecc-tools-change.d.ts +6 -0
- package/dist/events/ecc-tools-click.d.ts +6 -0
- package/dist/events/index.d.ts +6 -0
- package/dist/global.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -0
- package/dist/providers/index.d.ts +4 -0
- package/dist/providers/rest-trs-filer-provider.d.ts +25 -0
- package/dist/providers/trs-filer-provider.d.ts +136 -0
- package/dist/react/ecc-client-elixir-trs-tool-create/index.d.ts +29 -0
- package/dist/react/ecc-client-elixir-trs-tool-create/index.js +3 -0
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.js +3 -0
- package/dist/vscode.html-custom-data.json +17 -0
- package/dist/web-types.json +129 -0
- package/package.json +79 -0
|
@@ -0,0 +1,832 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1.0.0",
|
|
3
|
+
"readme": "",
|
|
4
|
+
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "components/index.js",
|
|
8
|
+
"declarations": [],
|
|
9
|
+
"exports": []
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"kind": "javascript-module",
|
|
13
|
+
"path": "components/tool-create/index.js",
|
|
14
|
+
"declarations": [],
|
|
15
|
+
"exports": [
|
|
16
|
+
{
|
|
17
|
+
"kind": "js",
|
|
18
|
+
"name": "*",
|
|
19
|
+
"declaration": {
|
|
20
|
+
"name": "*",
|
|
21
|
+
"package": "\"./tool-create.js\""
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"kind": "js",
|
|
26
|
+
"name": "default",
|
|
27
|
+
"declaration": {
|
|
28
|
+
"name": "ECCClientElixirTrsToolCreate",
|
|
29
|
+
"module": "components/tool-create/index.js"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"kind": "custom-element-definition",
|
|
34
|
+
"name": "ecc-client-elixir-trs-tool-create",
|
|
35
|
+
"declaration": {
|
|
36
|
+
"name": "ECCClientElixirTrsToolCreate",
|
|
37
|
+
"module": "/src/components/tool-create/tool-create.js"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"kind": "javascript-module",
|
|
44
|
+
"path": "components/tool-create/tool-create.js",
|
|
45
|
+
"declarations": [
|
|
46
|
+
{
|
|
47
|
+
"kind": "class",
|
|
48
|
+
"description": "",
|
|
49
|
+
"name": "ECCClientElixirTrsToolCreate",
|
|
50
|
+
"members": [
|
|
51
|
+
{
|
|
52
|
+
"kind": "field",
|
|
53
|
+
"name": "baseUrl",
|
|
54
|
+
"type": {
|
|
55
|
+
"text": "string"
|
|
56
|
+
},
|
|
57
|
+
"default": "\"\"",
|
|
58
|
+
"description": "Base URL of the TRS instance/gateway"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"kind": "field",
|
|
62
|
+
"name": "provider",
|
|
63
|
+
"type": {
|
|
64
|
+
"text": "TrsProvider"
|
|
65
|
+
},
|
|
66
|
+
"description": "Custom data provider (optional, overrides baseUrl)"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"kind": "field",
|
|
70
|
+
"name": "toolClasses",
|
|
71
|
+
"type": {
|
|
72
|
+
"text": "ToolClass[]"
|
|
73
|
+
},
|
|
74
|
+
"privacy": "private",
|
|
75
|
+
"default": "[]"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"kind": "field",
|
|
79
|
+
"name": "loading",
|
|
80
|
+
"type": {
|
|
81
|
+
"text": "boolean"
|
|
82
|
+
},
|
|
83
|
+
"privacy": "private",
|
|
84
|
+
"default": "false"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"kind": "field",
|
|
88
|
+
"name": "error",
|
|
89
|
+
"type": {
|
|
90
|
+
"text": "string | null"
|
|
91
|
+
},
|
|
92
|
+
"privacy": "private",
|
|
93
|
+
"default": "null"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"kind": "field",
|
|
97
|
+
"name": "success",
|
|
98
|
+
"type": {
|
|
99
|
+
"text": "string | null"
|
|
100
|
+
},
|
|
101
|
+
"privacy": "private",
|
|
102
|
+
"default": "null"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "field",
|
|
106
|
+
"name": "formData",
|
|
107
|
+
"type": {
|
|
108
|
+
"text": "{\n name: string;\n organization: string;\n description: string;\n toolClassId: string;\n aliases: string[];\n checkerUrl: string;\n hasChecker: boolean;\n customToolId: string;\n useCustomId: boolean;\n }"
|
|
109
|
+
},
|
|
110
|
+
"privacy": "private",
|
|
111
|
+
"default": "{\n name: \"\",\n organization: \"\",\n description: \"\",\n toolClassId: \"\",\n aliases: [],\n checkerUrl: \"\",\n hasChecker: false,\n customToolId: \"\",\n useCustomId: false,\n }"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"kind": "field",
|
|
115
|
+
"name": "versions",
|
|
116
|
+
"type": {
|
|
117
|
+
"text": "{\n name: string;\n author: string[];\n descriptorTypes: DescriptorType[];\n isProduction: boolean;\n signed: boolean;\n verified: boolean;\n verifiedSource: string[];\n includedApps: string[];\n files: {\n path: string;\n fileType: FileType;\n content?: string;\n file?: File;\n checksumType: string;\n checksumValue: string;\n descriptorType?: DescriptorType;\n }[];\n images: ImageDataRegister[];\n customVersionId: string;\n useCustomVersionId: boolean;\n }[]"
|
|
118
|
+
},
|
|
119
|
+
"privacy": "private",
|
|
120
|
+
"default": "[\n {\n name: \"\",\n author: [],\n descriptorTypes: [],\n isProduction: false,\n signed: false,\n verified: false,\n verifiedSource: [],\n includedApps: [],\n files: [],\n images: [],\n customVersionId: \"\",\n useCustomVersionId: false,\n },\n ]"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"kind": "field",
|
|
124
|
+
"name": "_provider",
|
|
125
|
+
"type": {
|
|
126
|
+
"text": "TrsFilerProvider | null"
|
|
127
|
+
},
|
|
128
|
+
"privacy": "private",
|
|
129
|
+
"default": "null"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"kind": "field",
|
|
133
|
+
"name": "activeFileIndex",
|
|
134
|
+
"type": {
|
|
135
|
+
"text": "{ [versionIndex: number]: number }"
|
|
136
|
+
},
|
|
137
|
+
"privacy": "private",
|
|
138
|
+
"default": "{}"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"kind": "field",
|
|
142
|
+
"name": "activeDescriptorType",
|
|
143
|
+
"type": {
|
|
144
|
+
"text": "{\n [versionIndex: number]: DescriptorType | \"ALL\";\n }"
|
|
145
|
+
},
|
|
146
|
+
"privacy": "private",
|
|
147
|
+
"default": "{}"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"kind": "method",
|
|
151
|
+
"name": "loadToolClasses",
|
|
152
|
+
"privacy": "private",
|
|
153
|
+
"return": {
|
|
154
|
+
"type": {
|
|
155
|
+
"text": "Promise<void>"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"kind": "method",
|
|
161
|
+
"name": "handleInputChange",
|
|
162
|
+
"privacy": "private",
|
|
163
|
+
"return": {
|
|
164
|
+
"type": {
|
|
165
|
+
"text": "void"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"parameters": [
|
|
169
|
+
{
|
|
170
|
+
"name": "field",
|
|
171
|
+
"type": {
|
|
172
|
+
"text": "keyof typeof this.formData"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "value",
|
|
177
|
+
"type": {
|
|
178
|
+
"text": "string | boolean"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"kind": "method",
|
|
185
|
+
"name": "handleArrayInputChange",
|
|
186
|
+
"privacy": "private",
|
|
187
|
+
"return": {
|
|
188
|
+
"type": {
|
|
189
|
+
"text": "void"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"parameters": [
|
|
193
|
+
{
|
|
194
|
+
"name": "field",
|
|
195
|
+
"type": {
|
|
196
|
+
"text": "keyof typeof this.formData"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "value",
|
|
201
|
+
"type": {
|
|
202
|
+
"text": "string"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"kind": "method",
|
|
209
|
+
"name": "handleVersionChange",
|
|
210
|
+
"privacy": "private",
|
|
211
|
+
"return": {
|
|
212
|
+
"type": {
|
|
213
|
+
"text": "void"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"parameters": [
|
|
217
|
+
{
|
|
218
|
+
"name": "index",
|
|
219
|
+
"type": {
|
|
220
|
+
"text": "number"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "field",
|
|
225
|
+
"type": {
|
|
226
|
+
"text": "string"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "value",
|
|
231
|
+
"type": {
|
|
232
|
+
"text": "any"
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"kind": "method",
|
|
239
|
+
"name": "addVersion",
|
|
240
|
+
"privacy": "private",
|
|
241
|
+
"return": {
|
|
242
|
+
"type": {
|
|
243
|
+
"text": "void"
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"kind": "method",
|
|
249
|
+
"name": "removeVersion",
|
|
250
|
+
"privacy": "private",
|
|
251
|
+
"return": {
|
|
252
|
+
"type": {
|
|
253
|
+
"text": "void"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
"parameters": [
|
|
257
|
+
{
|
|
258
|
+
"name": "index",
|
|
259
|
+
"type": {
|
|
260
|
+
"text": "number"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"kind": "method",
|
|
267
|
+
"name": "addFileToVersion",
|
|
268
|
+
"privacy": "private",
|
|
269
|
+
"return": {
|
|
270
|
+
"type": {
|
|
271
|
+
"text": "void"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"parameters": [
|
|
275
|
+
{
|
|
276
|
+
"name": "versionIndex",
|
|
277
|
+
"type": {
|
|
278
|
+
"text": "number"
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"kind": "method",
|
|
285
|
+
"name": "removeFileFromVersion",
|
|
286
|
+
"privacy": "private",
|
|
287
|
+
"return": {
|
|
288
|
+
"type": {
|
|
289
|
+
"text": "void"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"parameters": [
|
|
293
|
+
{
|
|
294
|
+
"name": "versionIndex",
|
|
295
|
+
"type": {
|
|
296
|
+
"text": "number"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "fileIndex",
|
|
301
|
+
"type": {
|
|
302
|
+
"text": "number"
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"kind": "method",
|
|
309
|
+
"name": "handleFileUpload",
|
|
310
|
+
"privacy": "private",
|
|
311
|
+
"return": {
|
|
312
|
+
"type": {
|
|
313
|
+
"text": "void"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"parameters": [
|
|
317
|
+
{
|
|
318
|
+
"name": "versionIndex",
|
|
319
|
+
"type": {
|
|
320
|
+
"text": "number"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "fileIndex",
|
|
325
|
+
"type": {
|
|
326
|
+
"text": "number"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"name": "event",
|
|
331
|
+
"type": {
|
|
332
|
+
"text": "Event"
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
]
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"kind": "method",
|
|
339
|
+
"name": "handleBulkFileUpload",
|
|
340
|
+
"privacy": "private",
|
|
341
|
+
"return": {
|
|
342
|
+
"type": {
|
|
343
|
+
"text": "void"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"parameters": [
|
|
347
|
+
{
|
|
348
|
+
"name": "versionIndex",
|
|
349
|
+
"type": {
|
|
350
|
+
"text": "number"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "event",
|
|
355
|
+
"type": {
|
|
356
|
+
"text": "Event"
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"kind": "method",
|
|
363
|
+
"name": "handleZipFileUpload",
|
|
364
|
+
"privacy": "private",
|
|
365
|
+
"return": {
|
|
366
|
+
"type": {
|
|
367
|
+
"text": "Promise<void>"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
"parameters": [
|
|
371
|
+
{
|
|
372
|
+
"name": "versionIndex",
|
|
373
|
+
"type": {
|
|
374
|
+
"text": "number"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "event",
|
|
379
|
+
"type": {
|
|
380
|
+
"text": "Event"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"kind": "method",
|
|
387
|
+
"name": "extractFileFromZip",
|
|
388
|
+
"privacy": "private",
|
|
389
|
+
"return": {
|
|
390
|
+
"type": {
|
|
391
|
+
"text": "Promise<any | null>"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"parameters": [
|
|
395
|
+
{
|
|
396
|
+
"name": "zipEntry",
|
|
397
|
+
"type": {
|
|
398
|
+
"text": "any"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "relativePath",
|
|
403
|
+
"type": {
|
|
404
|
+
"text": "string"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "method",
|
|
411
|
+
"name": "isTextFile",
|
|
412
|
+
"privacy": "private",
|
|
413
|
+
"return": {
|
|
414
|
+
"type": {
|
|
415
|
+
"text": "boolean"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"parameters": [
|
|
419
|
+
{
|
|
420
|
+
"name": "filename",
|
|
421
|
+
"type": {
|
|
422
|
+
"text": "string"
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
]
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"kind": "method",
|
|
429
|
+
"name": "getDefaultFileType",
|
|
430
|
+
"privacy": "private",
|
|
431
|
+
"return": {
|
|
432
|
+
"type": {
|
|
433
|
+
"text": "FileType"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"parameters": [
|
|
437
|
+
{
|
|
438
|
+
"name": "filename",
|
|
439
|
+
"type": {
|
|
440
|
+
"text": "string"
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
]
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"kind": "method",
|
|
447
|
+
"name": "getDefaultDescriptorType",
|
|
448
|
+
"privacy": "private",
|
|
449
|
+
"return": {
|
|
450
|
+
"type": {
|
|
451
|
+
"text": "DescriptorType | undefined"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"parameters": [
|
|
455
|
+
{
|
|
456
|
+
"name": "filename",
|
|
457
|
+
"type": {
|
|
458
|
+
"text": "string"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"kind": "method",
|
|
465
|
+
"name": "getContainerImageType",
|
|
466
|
+
"privacy": "private",
|
|
467
|
+
"return": {
|
|
468
|
+
"type": {
|
|
469
|
+
"text": "ImageType"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"parameters": [
|
|
473
|
+
{
|
|
474
|
+
"name": "filename",
|
|
475
|
+
"type": {
|
|
476
|
+
"text": "string"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"kind": "method",
|
|
483
|
+
"name": "getFileExtension",
|
|
484
|
+
"privacy": "private",
|
|
485
|
+
"return": {
|
|
486
|
+
"type": {
|
|
487
|
+
"text": "string"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
"parameters": [
|
|
491
|
+
{
|
|
492
|
+
"name": "filename",
|
|
493
|
+
"type": {
|
|
494
|
+
"text": "string"
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
]
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"kind": "method",
|
|
501
|
+
"name": "handleFileFieldChange",
|
|
502
|
+
"privacy": "private",
|
|
503
|
+
"return": {
|
|
504
|
+
"type": {
|
|
505
|
+
"text": "void"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"parameters": [
|
|
509
|
+
{
|
|
510
|
+
"name": "versionIndex",
|
|
511
|
+
"type": {
|
|
512
|
+
"text": "number"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "fileIndex",
|
|
517
|
+
"type": {
|
|
518
|
+
"text": "number"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "field",
|
|
523
|
+
"type": {
|
|
524
|
+
"text": "string"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "value",
|
|
529
|
+
"type": {
|
|
530
|
+
"text": "any"
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"kind": "method",
|
|
537
|
+
"name": "addImageToVersion",
|
|
538
|
+
"privacy": "private",
|
|
539
|
+
"return": {
|
|
540
|
+
"type": {
|
|
541
|
+
"text": "void"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
"parameters": [
|
|
545
|
+
{
|
|
546
|
+
"name": "versionIndex",
|
|
547
|
+
"type": {
|
|
548
|
+
"text": "number"
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"kind": "method",
|
|
555
|
+
"name": "removeImageFromVersion",
|
|
556
|
+
"privacy": "private",
|
|
557
|
+
"return": {
|
|
558
|
+
"type": {
|
|
559
|
+
"text": "void"
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"parameters": [
|
|
563
|
+
{
|
|
564
|
+
"name": "versionIndex",
|
|
565
|
+
"type": {
|
|
566
|
+
"text": "number"
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "imageIndex",
|
|
571
|
+
"type": {
|
|
572
|
+
"text": "number"
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
]
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"kind": "method",
|
|
579
|
+
"name": "handleSubmit",
|
|
580
|
+
"privacy": "private",
|
|
581
|
+
"return": {
|
|
582
|
+
"type": {
|
|
583
|
+
"text": "Promise<void>"
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"kind": "method",
|
|
589
|
+
"name": "resetForm",
|
|
590
|
+
"privacy": "private",
|
|
591
|
+
"return": {
|
|
592
|
+
"type": {
|
|
593
|
+
"text": "void"
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "method",
|
|
599
|
+
"name": "renderBasicFields",
|
|
600
|
+
"privacy": "private"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"kind": "method",
|
|
604
|
+
"name": "renderAdvancedFields",
|
|
605
|
+
"privacy": "private"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"kind": "method",
|
|
609
|
+
"name": "renderVersions",
|
|
610
|
+
"privacy": "private"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"kind": "method",
|
|
614
|
+
"name": "renderVersionContent",
|
|
615
|
+
"privacy": "private",
|
|
616
|
+
"parameters": [
|
|
617
|
+
{
|
|
618
|
+
"name": "version",
|
|
619
|
+
"type": {
|
|
620
|
+
"text": "any"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "index",
|
|
625
|
+
"type": {
|
|
626
|
+
"text": "number"
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"kind": "method",
|
|
633
|
+
"name": "renderFilesLayout",
|
|
634
|
+
"privacy": "private",
|
|
635
|
+
"parameters": [
|
|
636
|
+
{
|
|
637
|
+
"name": "versionIndex",
|
|
638
|
+
"type": {
|
|
639
|
+
"text": "number"
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "files",
|
|
644
|
+
"type": {
|
|
645
|
+
"text": "any[]"
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
]
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"kind": "method",
|
|
652
|
+
"name": "renderFileContentArea",
|
|
653
|
+
"privacy": "private",
|
|
654
|
+
"parameters": [
|
|
655
|
+
{
|
|
656
|
+
"name": "versionIndex",
|
|
657
|
+
"type": {
|
|
658
|
+
"text": "number"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "files",
|
|
663
|
+
"type": {
|
|
664
|
+
"text": "any[]"
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"kind": "method",
|
|
671
|
+
"name": "renderFileInput",
|
|
672
|
+
"privacy": "private",
|
|
673
|
+
"parameters": [
|
|
674
|
+
{
|
|
675
|
+
"name": "versionIndex",
|
|
676
|
+
"type": {
|
|
677
|
+
"text": "number"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "fileIndex",
|
|
682
|
+
"type": {
|
|
683
|
+
"text": "number"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "file",
|
|
688
|
+
"type": {
|
|
689
|
+
"text": "any"
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
]
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"kind": "method",
|
|
696
|
+
"name": "getVersionTags",
|
|
697
|
+
"privacy": "private",
|
|
698
|
+
"return": {
|
|
699
|
+
"type": {
|
|
700
|
+
"text": "string[]"
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
"parameters": [
|
|
704
|
+
{
|
|
705
|
+
"name": "version",
|
|
706
|
+
"type": {
|
|
707
|
+
"text": "any"
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"kind": "method",
|
|
714
|
+
"name": "handleVersionTagsChange",
|
|
715
|
+
"privacy": "private",
|
|
716
|
+
"return": {
|
|
717
|
+
"type": {
|
|
718
|
+
"text": "void"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"parameters": [
|
|
722
|
+
{
|
|
723
|
+
"name": "index",
|
|
724
|
+
"type": {
|
|
725
|
+
"text": "number"
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "tags",
|
|
730
|
+
"type": {
|
|
731
|
+
"text": "string[]"
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
]
|
|
735
|
+
}
|
|
736
|
+
],
|
|
737
|
+
"events": [
|
|
738
|
+
{
|
|
739
|
+
"name": "ecc-tool-create-validation-error",
|
|
740
|
+
"type": {
|
|
741
|
+
"text": "CustomEvent"
|
|
742
|
+
},
|
|
743
|
+
"description": "Fired when there are validation errors during tool creation",
|
|
744
|
+
"reactName": "onEccToolCreateValidationError",
|
|
745
|
+
"eventName": "EccToolCreateValidationErrorEvent"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "ecc-tool-create-error",
|
|
749
|
+
"type": {
|
|
750
|
+
"text": "CustomEvent"
|
|
751
|
+
},
|
|
752
|
+
"description": "Fired when tool creation fails",
|
|
753
|
+
"reactName": "onEccToolCreateError",
|
|
754
|
+
"eventName": "EccToolCreateErrorEvent"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "ecc-tool-create-success",
|
|
758
|
+
"type": {
|
|
759
|
+
"text": "CustomEvent"
|
|
760
|
+
},
|
|
761
|
+
"description": "Fired when a tool is successfully created (includes success message)",
|
|
762
|
+
"reactName": "onEccToolCreateSuccess",
|
|
763
|
+
"eventName": "EccToolCreateSuccessEvent"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "ecc-tool-created",
|
|
767
|
+
"type": {
|
|
768
|
+
"text": "CustomEvent"
|
|
769
|
+
},
|
|
770
|
+
"description": "Fired when a tool is successfully created",
|
|
771
|
+
"reactName": "onEccToolCreated",
|
|
772
|
+
"eventName": "EccToolCreatedEvent"
|
|
773
|
+
}
|
|
774
|
+
],
|
|
775
|
+
"superclass": {
|
|
776
|
+
"name": "LitElement",
|
|
777
|
+
"package": "lit"
|
|
778
|
+
},
|
|
779
|
+
"summary": "Component for creating new tools in TRS-Filer",
|
|
780
|
+
"jsDoc": "/**\n * @summary Component for creating new tools in TRS-Filer\n * @since 2.0.0\n *\n * @property {string} baseUrl - Base URL of the TRS instance/gateway\n * @property {TrsProvider} provider - Custom data provider (optional, overrides baseUrl)\n *\n * @fires ecc-tool-created - Fired when a tool is successfully created\n * @fires ecc-tool-create-error - Fired when tool creation fails\n * @fires ecc-tool-create-success - Fired when a tool is successfully created (includes success message)\n * @fires ecc-tool-create-validation-error - Fired when there are validation errors during tool creation\n */",
|
|
781
|
+
"tagName": "ecc-client-elixir-trs-tool-create",
|
|
782
|
+
"customElement": true
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"exports": [
|
|
786
|
+
{
|
|
787
|
+
"kind": "js",
|
|
788
|
+
"name": "ECCClientElixirTrsToolCreate",
|
|
789
|
+
"declaration": {
|
|
790
|
+
"name": "ECCClientElixirTrsToolCreate",
|
|
791
|
+
"module": "components/tool-create/tool-create.js"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "js",
|
|
796
|
+
"name": "default",
|
|
797
|
+
"declaration": {
|
|
798
|
+
"name": "ECCClientElixirTrsToolCreate",
|
|
799
|
+
"module": "components/tool-create/tool-create.js"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "javascript-module",
|
|
806
|
+
"path": "components/tool-create/tw-styles.js",
|
|
807
|
+
"declarations": [
|
|
808
|
+
{
|
|
809
|
+
"kind": "variable",
|
|
810
|
+
"name": "ComponentStyles",
|
|
811
|
+
"default": "css` /*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */\n@layer properties;\n@layer theme, base, components, utilities;\n@layer theme {\n :root, :host {\n --font-sans: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\",\n \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n --color-gray-300: oklch(87.2% 0.01 258.338);\n --color-gray-500: oklch(55.1% 0.027 264.364);\n --spacing: 0.25rem;\n --text-xs: 0.75rem;\n --text-xs--line-height: calc(1 / 0.75);\n --text-sm: 0.875rem;\n --text-sm--line-height: calc(1.25 / 0.875);\n --text-base: 1rem;\n --text-base--line-height: calc(1.5 / 1);\n --font-weight-medium: 500;\n --font-weight-semibold: 600;\n --default-transition-duration: 150ms;\n --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n --default-font-family: var(--font-sans);\n --default-mono-font-family: var(--font-mono);\n }\n}\n@layer base {\n *, ::after, ::before, ::backdrop, ::file-selector-button {\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: 0 solid;\n }\n html, :host {\n line-height: 1.5;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n font-feature-settings: var(--default-font-feature-settings, normal);\n font-variation-settings: var(--default-font-variation-settings, normal);\n -webkit-tap-highlight-color: transparent;\n }\n hr {\n height: 0;\n color: inherit;\n border-top-width: 1px;\n }\n abbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n }\n h1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n a {\n color: inherit;\n -webkit-text-decoration: inherit;\n text-decoration: inherit;\n }\n b, strong {\n font-weight: bolder;\n }\n code, kbd, samp, pre {\n font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);\n font-feature-settings: var(--default-mono-font-feature-settings, normal);\n font-variation-settings: var(--default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n small {\n font-size: 80%;\n }\n sub, sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n sub {\n bottom: -0.25em;\n }\n sup {\n top: -0.5em;\n }\n table {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n }\n :-moz-focusring {\n outline: auto;\n }\n progress {\n vertical-align: baseline;\n }\n summary {\n display: list-item;\n }\n ol, ul, menu {\n list-style: none;\n }\n img, svg, video, canvas, audio, iframe, embed, object {\n display: block;\n vertical-align: middle;\n }\n img, video {\n max-width: 100%;\n height: auto;\n }\n button, input, select, optgroup, textarea, ::file-selector-button {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n border-radius: 0;\n background-color: transparent;\n opacity: 1;\n }\n :where(select:is([multiple], [size])) optgroup {\n font-weight: bolder;\n }\n :where(select:is([multiple], [size])) optgroup option {\n padding-inline-start: 20px;\n }\n ::file-selector-button {\n margin-inline-end: 4px;\n }\n ::placeholder {\n opacity: 1;\n }\n @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {\n ::placeholder {\n color: currentcolor;\n @supports (color: color-mix(in lab, red, red)) {\n color: color-mix(in oklab, currentcolor 50%, transparent);\n }\n }\n }\n textarea {\n resize: vertical;\n }\n ::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n ::-webkit-date-and-time-value {\n min-height: 1lh;\n text-align: inherit;\n }\n ::-webkit-datetime-edit {\n display: inline-flex;\n }\n ::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n }\n ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {\n padding-block: 0;\n }\n :-moz-ui-invalid {\n box-shadow: none;\n }\n button, input:where([type=\"button\"], [type=\"reset\"], [type=\"submit\"]), ::file-selector-button {\n appearance: button;\n }\n ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {\n height: auto;\n }\n [hidden]:where(:not([hidden=\"until-found\"])) {\n display: none !important;\n }\n}\n@layer utilities {\n .absolute {\n position: absolute;\n }\n .relative {\n position: relative;\n }\n .static {\n position: static;\n }\n .inset-0 {\n inset: calc(var(--spacing) * 0);\n }\n .col-span-5 {\n grid-column: span 5 / span 5;\n }\n .container {\n width: 100%;\n @media (width >= 40rem) {\n max-width: 40rem;\n }\n @media (width >= 48rem) {\n max-width: 48rem;\n }\n @media (width >= 64rem) {\n max-width: 64rem;\n }\n @media (width >= 80rem) {\n max-width: 80rem;\n }\n @media (width >= 96rem) {\n max-width: 96rem;\n }\n }\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n .mt-4 {\n margin-top: calc(var(--spacing) * 4);\n }\n .ml-1 {\n margin-left: calc(var(--spacing) * 1);\n }\n .ml-4 {\n margin-left: calc(var(--spacing) * 4);\n }\n .block {\n display: block;\n }\n .flex {\n display: flex;\n }\n .grid {\n display: grid;\n }\n .h-3 {\n height: calc(var(--spacing) * 3);\n }\n .h-4 {\n height: calc(var(--spacing) * 4);\n }\n .h-6 {\n height: calc(var(--spacing) * 6);\n }\n .h-10 {\n height: calc(var(--spacing) * 10);\n }\n .h-full {\n height: 100%;\n }\n .max-h-\\\\[400px\\\\] {\n max-height: 400px;\n }\n .w-3 {\n width: calc(var(--spacing) * 3);\n }\n .w-4 {\n width: calc(var(--spacing) * 4);\n }\n .w-24 {\n width: calc(var(--spacing) * 24);\n }\n .w-full {\n width: 100%;\n }\n .flex-1 {\n flex: 1;\n }\n .flex-shrink-0 {\n flex-shrink: 0;\n }\n .shrink-0 {\n flex-shrink: 0;\n }\n .cursor-pointer {\n cursor: pointer;\n }\n .resize-none {\n resize: none;\n }\n .grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n }\n .grid-cols-5 {\n grid-template-columns: repeat(5, minmax(0, 1fr));\n }\n .flex-col {\n flex-direction: column;\n }\n .items-center {\n align-items: center;\n }\n .justify-between {\n justify-content: space-between;\n }\n .gap-1 {\n gap: calc(var(--spacing) * 1);\n }\n .gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n .gap-4 {\n gap: calc(var(--spacing) * 4);\n }\n .space-y-0\\\\.5 {\n :where(& > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));\n }\n }\n .space-y-1 {\n :where(& > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));\n }\n }\n .space-y-2 {\n :where(& > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));\n }\n }\n .space-y-4 {\n :where(& > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));\n }\n }\n .space-y-6 {\n :where(& > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));\n }\n }\n .space-x-2 {\n :where(& > :not(:last-child)) {\n --tw-space-x-reverse: 0;\n margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));\n margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));\n }\n }\n .truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n .overflow-x-auto {\n overflow-x: auto;\n }\n .overflow-y-auto {\n overflow-y: auto;\n }\n .rounded {\n border-radius: 0.25rem;\n }\n .rounded-lg {\n border-radius: var(--radius);\n }\n .rounded-t {\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n }\n .border-2 {\n border-style: var(--tw-border-style);\n border-width: 2px;\n }\n .border-t {\n border-top-style: var(--tw-border-style);\n border-top-width: 1px;\n }\n .border-dashed {\n --tw-border-style: dashed;\n border-style: dashed;\n }\n .border-border\\\\/50 {\n border-color: var(--border);\n @supports (color: color-mix(in lab, red, red)) {\n border-color: color-mix(in oklab, var(--border) 50%, transparent);\n }\n }\n .border-gray-300 {\n border-color: var(--color-gray-300);\n }\n .px-2 {\n padding-inline: calc(var(--spacing) * 2);\n }\n .py-2 {\n padding-block: calc(var(--spacing) * 2);\n }\n .py-8 {\n padding-block: calc(var(--spacing) * 8);\n }\n .pt-4 {\n padding-top: calc(var(--spacing) * 4);\n }\n .text-center {\n text-align: center;\n }\n .text-left {\n text-align: left;\n }\n .text-base {\n font-size: var(--text-base);\n line-height: var(--tw-leading, var(--text-base--line-height));\n }\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .font-medium {\n --tw-font-weight: var(--font-weight-medium);\n font-weight: var(--font-weight-medium);\n }\n .font-semibold {\n --tw-font-weight: var(--font-weight-semibold);\n font-weight: var(--font-weight-semibold);\n }\n .text-destructive {\n color: var(--destructive);\n }\n .text-gray-500 {\n color: var(--color-gray-500);\n }\n .text-muted-foreground {\n color: var(--muted-foreground);\n }\n .text-muted-foreground\\\\/60 {\n color: var(--muted-foreground);\n @supports (color: color-mix(in lab, red, red)) {\n color: color-mix(in oklab, var(--muted-foreground) 60%, transparent);\n }\n }\n .opacity-0 {\n opacity: 0%;\n }\n .outline {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\n }\n .transition-colors {\n transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n .transition-transform {\n transition-property: transform, translate, scale, rotate;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n .duration-200 {\n --tw-duration: 200ms;\n transition-duration: 200ms;\n }\n .hover\\\\:bg-muted\\\\/50 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--muted);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--muted) 50%, transparent);\n }\n }\n }\n }\n .focus\\\\:ring-1 {\n &:focus {\n --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n }\n .focus\\\\:ring-ring {\n &:focus {\n --tw-ring-color: var(--ring);\n }\n }\n .focus\\\\:outline-none {\n &:focus {\n --tw-outline-style: none;\n outline-style: none;\n }\n }\n .md\\\\:col-span-1 {\n @media (width >= 48rem) {\n grid-column: span 1 / span 1;\n }\n }\n .md\\\\:col-span-4 {\n @media (width >= 48rem) {\n grid-column: span 4 / span 4;\n }\n }\n .md\\\\:hidden {\n @media (width >= 48rem) {\n display: none;\n }\n }\n .md\\\\:grid-cols-2 {\n @media (width >= 48rem) {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n }\n }\n .md\\\\:grid-cols-3 {\n @media (width >= 48rem) {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n }\n }\n .md\\\\:grid-cols-4 {\n @media (width >= 48rem) {\n grid-template-columns: repeat(4, minmax(0, 1fr));\n }\n }\n .md\\\\:border-l {\n @media (width >= 48rem) {\n border-left-style: var(--tw-border-style);\n border-left-width: 1px;\n }\n }\n .md\\\\:border-muted {\n @media (width >= 48rem) {\n border-color: var(--muted);\n }\n }\n .md\\\\:pl-4 {\n @media (width >= 48rem) {\n padding-left: calc(var(--spacing) * 4);\n }\n }\n .part\\\\:relative {\n &::part(base) {\n position: relative;\n }\n }\n .part\\\\:my-4 {\n &::part(base) {\n margin-block: calc(var(--spacing) * 4);\n }\n }\n .part\\\\:ml-2 {\n &::part(base) {\n margin-left: calc(var(--spacing) * 2);\n }\n }\n .part\\\\:flex {\n &::part(base) {\n display: flex;\n }\n }\n .part\\\\:h-4 {\n &::part(base) {\n height: calc(var(--spacing) * 4);\n }\n }\n .part\\\\:h-8 {\n &::part(base) {\n height: calc(var(--spacing) * 8);\n }\n }\n .part\\\\:h-10 {\n &::part(base) {\n height: calc(var(--spacing) * 10);\n }\n }\n .part\\\\:h-\\\\[500px\\\\] {\n &::part(base) {\n height: 500px;\n }\n }\n .part\\\\:w-4 {\n &::part(base) {\n width: calc(var(--spacing) * 4);\n }\n }\n .part\\\\:w-8 {\n &::part(base) {\n width: calc(var(--spacing) * 8);\n }\n }\n .part\\\\:w-24 {\n &::part(base) {\n width: calc(var(--spacing) * 24);\n }\n }\n .part\\\\:w-full {\n &::part(base) {\n width: 100%;\n }\n }\n .part\\\\:min-w-24 {\n &::part(base) {\n min-width: calc(var(--spacing) * 24);\n }\n }\n .part\\\\:min-w-max {\n &::part(base) {\n min-width: max-content;\n }\n }\n .part\\\\:flex-shrink-0 {\n &::part(base) {\n flex-shrink: 0;\n }\n }\n .part\\\\:items-center {\n &::part(base) {\n align-items: center;\n }\n }\n .part\\\\:justify-between {\n &::part(base) {\n justify-content: space-between;\n }\n }\n .part\\\\:justify-start {\n &::part(base) {\n justify-content: flex-start;\n }\n }\n .part\\\\:rounded-md {\n &::part(base) {\n border-radius: calc(var(--radius) - 2px);\n }\n }\n .part\\\\:bg-primary\\\\/10 {\n &::part(base) {\n background-color: var(--primary);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--primary) 10%, transparent);\n }\n }\n }\n .part\\\\:p-0 {\n &::part(base) {\n padding: calc(var(--spacing) * 0);\n }\n }\n .part\\\\:px-3 {\n &::part(base) {\n padding-inline: calc(var(--spacing) * 3);\n }\n }\n .part\\\\:py-1 {\n &::part(base) {\n padding-block: calc(var(--spacing) * 1);\n }\n }\n .part\\\\:text-left {\n &::part(base) {\n text-align: left;\n }\n }\n .part\\\\:text-sm {\n &::part(base) {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n }\n .part\\\\:hover\\\\:bg-destructive {\n &::part(base) {\n &:hover {\n @media (hover: hover) {\n background-color: var(--destructive);\n }\n }\n }\n }\n .part\\\\:hover\\\\:bg-muted {\n &::part(base) {\n &:hover {\n @media (hover: hover) {\n background-color: var(--muted);\n }\n }\n }\n }\n .part\\\\:hover\\\\:text-destructive-foreground {\n &::part(base) {\n &:hover {\n @media (hover: hover) {\n color: var(--destructive-foreground);\n }\n }\n }\n }\n}\n@layer base {\n * {\n border-color: var(--border);\n outline-color: var(--ring);\n @supports (color: color-mix(in lab, red, red)) {\n outline-color: color-mix(in oklab, var(--ring) 50%, transparent);\n }\n }\n body {\n background-color: var(--background);\n color: var(--foreground);\n }\n}\n@property --tw-space-y-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-space-x-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-border-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n@property --tw-font-weight {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-outline-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n@property --tw-duration {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-shadow-color {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n@property --tw-inset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-inset-shadow-color {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-inset-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n@property --tw-ring-color {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-inset-ring-color {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-inset-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-ring-inset {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-ring-offset-width {\n syntax: \"<length>\";\n inherits: false;\n initial-value: 0px;\n}\n@property --tw-ring-offset-color {\n syntax: \"*\";\n inherits: false;\n initial-value: #fff;\n}\n@property --tw-ring-offset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@layer properties {\n @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {\n *, ::before, ::after, ::backdrop {\n --tw-space-y-reverse: 0;\n --tw-space-x-reverse: 0;\n --tw-border-style: solid;\n --tw-font-weight: initial;\n --tw-outline-style: solid;\n --tw-duration: initial;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-color: initial;\n --tw-shadow-alpha: 100%;\n --tw-inset-shadow: 0 0 #0000;\n --tw-inset-shadow-color: initial;\n --tw-inset-shadow-alpha: 100%;\n --tw-ring-color: initial;\n --tw-ring-shadow: 0 0 #0000;\n --tw-inset-ring-color: initial;\n --tw-inset-ring-shadow: 0 0 #0000;\n --tw-ring-inset: initial;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-offset-shadow: 0 0 #0000;\n }\n }\n}\n `"
|
|
812
|
+
}
|
|
813
|
+
],
|
|
814
|
+
"exports": [
|
|
815
|
+
{
|
|
816
|
+
"kind": "js",
|
|
817
|
+
"name": "ComponentStyles",
|
|
818
|
+
"declaration": {
|
|
819
|
+
"name": "ComponentStyles",
|
|
820
|
+
"module": "components/tool-create/tw-styles.js"
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
]
|
|
824
|
+
}
|
|
825
|
+
],
|
|
826
|
+
"package": {
|
|
827
|
+
"name": "@elixir-cloud/trs-filer",
|
|
828
|
+
"description": "Web Component for interacting with Elixir TRS Filer",
|
|
829
|
+
"version": "2.0.0-alpha.1",
|
|
830
|
+
"license": "Apache-2.0"
|
|
831
|
+
}
|
|
832
|
+
}
|