@elixir-cloud/drs-filer 2.0.0-alpha.34

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.
Files changed (42) hide show
  1. package/LICENSE +133 -0
  2. package/README.md +48 -0
  3. package/dist/chunks/chunk.3WU6NPWM.js +1 -0
  4. package/dist/chunks/chunk.566Z3G7U.js +141 -0
  5. package/dist/chunks/chunk.I3IINMCX.js +1 -0
  6. package/dist/chunks/chunk.I4IZIBWK.js +832 -0
  7. package/dist/chunks/chunk.LZXOE4LL.js +26 -0
  8. package/dist/chunks/chunk.S3NI7NKU.js +30 -0
  9. package/dist/chunks/chunk.WP2KCEZO.js +10 -0
  10. package/dist/chunks/chunk.XGZHBPCB.js +518 -0
  11. package/dist/components/index.d.ts +1 -0
  12. package/dist/components/index.js +6 -0
  13. package/dist/components/object-create/index.d.ts +8 -0
  14. package/dist/components/object-create/index.js +5 -0
  15. package/dist/components/object-create/object-create.d.ts +59 -0
  16. package/dist/components/object-create/object-create.js +4 -0
  17. package/dist/components/object-create/tw-styles.d.ts +1 -0
  18. package/dist/components/object-create/tw-styles.js +2 -0
  19. package/dist/custom-elements.json +540 -0
  20. package/dist/events/ecc-drs-object-create-failed.d.ts +6 -0
  21. package/dist/events/ecc-drs-object-create-input-changed.d.ts +6 -0
  22. package/dist/events/ecc-drs-object-create-validation-failed.d.ts +6 -0
  23. package/dist/events/ecc-drs-object-created.d.ts +10 -0
  24. package/dist/events/ecc-drs-object-selected.d.ts +6 -0
  25. package/dist/events/ecc-drs-objects-changed.d.ts +6 -0
  26. package/dist/events/index.d.ts +6 -0
  27. package/dist/global.d.ts +1 -0
  28. package/dist/index.d.ts +1 -0
  29. package/dist/index.js +6 -0
  30. package/dist/providers/drs-filer-provider.d.ts +73 -0
  31. package/dist/providers/drs-filer-provider.js +1 -0
  32. package/dist/providers/index.d.ts +4 -0
  33. package/dist/providers/index.js +3 -0
  34. package/dist/providers/rest-drs-filer-provider.d.ts +26 -0
  35. package/dist/providers/rest-drs-filer-provider.js +2 -0
  36. package/dist/react/index.d.ts +1 -0
  37. package/dist/react/index.js +5 -0
  38. package/dist/react/object-create/index.d.ts +29 -0
  39. package/dist/react/object-create/index.js +5 -0
  40. package/dist/vscode.html-custom-data.json +17 -0
  41. package/dist/web-types.json +68 -0
  42. package/package.json +79 -0
@@ -0,0 +1,540 @@
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/object-create/index.js",
14
+ "declarations": [],
15
+ "exports": [
16
+ {
17
+ "kind": "js",
18
+ "name": "*",
19
+ "declaration": {
20
+ "name": "*",
21
+ "package": "\"./object-create.js\""
22
+ }
23
+ },
24
+ {
25
+ "kind": "custom-element-definition",
26
+ "name": "ecc-client-elixir-drs-filer-object-create",
27
+ "declaration": {
28
+ "name": "ECCClientElixirDrsFilerObjectCreate",
29
+ "module": "/src/components/object-create/object-create.js"
30
+ }
31
+ },
32
+ {
33
+ "kind": "js",
34
+ "name": "default",
35
+ "declaration": {
36
+ "name": "ECCClientElixirDrsFilerObjectCreate",
37
+ "module": "components/object-create/index.js"
38
+ }
39
+ }
40
+ ]
41
+ },
42
+ {
43
+ "kind": "javascript-module",
44
+ "path": "components/object-create/object-create.js",
45
+ "declarations": [
46
+ {
47
+ "kind": "class",
48
+ "description": "",
49
+ "name": "ECCClientElixirDrsFilerObjectCreate",
50
+ "members": [
51
+ {
52
+ "kind": "field",
53
+ "name": "baseUrl",
54
+ "type": {
55
+ "text": "string"
56
+ },
57
+ "default": "\"\"",
58
+ "description": "Base URL of the DRS instance/gateway"
59
+ },
60
+ {
61
+ "kind": "field",
62
+ "name": "provider",
63
+ "type": {
64
+ "text": "DrsFilerProvider"
65
+ },
66
+ "description": "Custom data provider (optional, overrides baseUrl)"
67
+ },
68
+ {
69
+ "kind": "field",
70
+ "name": "loading",
71
+ "type": {
72
+ "text": "boolean"
73
+ },
74
+ "privacy": "private",
75
+ "default": "false"
76
+ },
77
+ {
78
+ "kind": "field",
79
+ "name": "error",
80
+ "type": {
81
+ "text": "string | null"
82
+ },
83
+ "privacy": "private",
84
+ "default": "null"
85
+ },
86
+ {
87
+ "kind": "field",
88
+ "name": "success",
89
+ "type": {
90
+ "text": "string | null"
91
+ },
92
+ "privacy": "private",
93
+ "default": "null"
94
+ },
95
+ {
96
+ "kind": "field",
97
+ "name": "formData",
98
+ "type": {
99
+ "text": "{\n name: string;\n description: string;\n mimeType: string;\n version: string;\n aliases: string[];\n size: number;\n checksums: ChecksumRegister[];\n accessMethods: AccessMethodRegister[];\n contents: { id: string; depth: number }[]; // For bundle objects with depth tracking\n }"
100
+ },
101
+ "privacy": "private",
102
+ "default": "{\n name: \"\",\n description: \"\",\n mimeType: \"\",\n version: \"\",\n aliases: [],\n size: 0,\n checksums: [],\n accessMethods: [],\n contents: [],\n }"
103
+ },
104
+ {
105
+ "kind": "field",
106
+ "name": "objectType",
107
+ "type": {
108
+ "text": "\"blob\" | \"bundle\""
109
+ },
110
+ "privacy": "private",
111
+ "default": "\"blob\""
112
+ },
113
+ {
114
+ "kind": "field",
115
+ "name": "_provider",
116
+ "type": {
117
+ "text": "DrsFilerProvider | null"
118
+ },
119
+ "privacy": "private",
120
+ "default": "null"
121
+ },
122
+ {
123
+ "kind": "method",
124
+ "name": "handleInputChange",
125
+ "privacy": "private",
126
+ "return": {
127
+ "type": {
128
+ "text": "void"
129
+ }
130
+ },
131
+ "parameters": [
132
+ {
133
+ "name": "field",
134
+ "type": {
135
+ "text": "string"
136
+ }
137
+ },
138
+ {
139
+ "name": "value",
140
+ "type": {
141
+ "text": "string | number | boolean"
142
+ }
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "kind": "method",
148
+ "name": "handleArrayInputChange",
149
+ "privacy": "private",
150
+ "return": {
151
+ "type": {
152
+ "text": "void"
153
+ }
154
+ },
155
+ "parameters": [
156
+ {
157
+ "name": "field",
158
+ "type": {
159
+ "text": "string"
160
+ }
161
+ },
162
+ {
163
+ "name": "value",
164
+ "type": {
165
+ "text": "string"
166
+ }
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "kind": "method",
172
+ "name": "addChecksum",
173
+ "privacy": "private",
174
+ "return": {
175
+ "type": {
176
+ "text": "void"
177
+ }
178
+ }
179
+ },
180
+ {
181
+ "kind": "method",
182
+ "name": "removeChecksum",
183
+ "privacy": "private",
184
+ "return": {
185
+ "type": {
186
+ "text": "void"
187
+ }
188
+ },
189
+ "parameters": [
190
+ {
191
+ "name": "index",
192
+ "type": {
193
+ "text": "number"
194
+ }
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "kind": "method",
200
+ "name": "updateChecksum",
201
+ "privacy": "private",
202
+ "return": {
203
+ "type": {
204
+ "text": "void"
205
+ }
206
+ },
207
+ "parameters": [
208
+ {
209
+ "name": "index",
210
+ "type": {
211
+ "text": "number"
212
+ }
213
+ },
214
+ {
215
+ "name": "field",
216
+ "type": {
217
+ "text": "string"
218
+ }
219
+ },
220
+ {
221
+ "name": "value",
222
+ "type": {
223
+ "text": "string"
224
+ }
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "kind": "method",
230
+ "name": "addAccessMethod",
231
+ "privacy": "private",
232
+ "return": {
233
+ "type": {
234
+ "text": "void"
235
+ }
236
+ }
237
+ },
238
+ {
239
+ "kind": "method",
240
+ "name": "removeAccessMethod",
241
+ "privacy": "private",
242
+ "return": {
243
+ "type": {
244
+ "text": "void"
245
+ }
246
+ },
247
+ "parameters": [
248
+ {
249
+ "name": "index",
250
+ "type": {
251
+ "text": "number"
252
+ }
253
+ }
254
+ ]
255
+ },
256
+ {
257
+ "kind": "method",
258
+ "name": "updateAccessMethod",
259
+ "privacy": "private",
260
+ "return": {
261
+ "type": {
262
+ "text": "void"
263
+ }
264
+ },
265
+ "parameters": [
266
+ {
267
+ "name": "index",
268
+ "type": {
269
+ "text": "number"
270
+ }
271
+ },
272
+ {
273
+ "name": "field",
274
+ "type": {
275
+ "text": "string"
276
+ }
277
+ },
278
+ {
279
+ "name": "value",
280
+ "type": {
281
+ "text": "string"
282
+ }
283
+ }
284
+ ]
285
+ },
286
+ {
287
+ "kind": "method",
288
+ "name": "handleSubmit",
289
+ "privacy": "private",
290
+ "return": {
291
+ "type": {
292
+ "text": "Promise<void>"
293
+ }
294
+ }
295
+ },
296
+ {
297
+ "kind": "method",
298
+ "name": "resetForm",
299
+ "privacy": "private",
300
+ "return": {
301
+ "type": {
302
+ "text": "void"
303
+ }
304
+ }
305
+ },
306
+ {
307
+ "kind": "method",
308
+ "name": "renderBasicFields",
309
+ "privacy": "private"
310
+ },
311
+ {
312
+ "kind": "method",
313
+ "name": "renderChecksums",
314
+ "privacy": "private"
315
+ },
316
+ {
317
+ "kind": "method",
318
+ "name": "renderAccessMethods",
319
+ "privacy": "private"
320
+ },
321
+ {
322
+ "kind": "method",
323
+ "name": "renderBundleContents",
324
+ "privacy": "private"
325
+ },
326
+ {
327
+ "kind": "method",
328
+ "name": "renderBundleContentItem",
329
+ "privacy": "private",
330
+ "return": {
331
+ "type": {
332
+ "text": "any"
333
+ }
334
+ },
335
+ "parameters": [
336
+ {
337
+ "name": "content",
338
+ "type": {
339
+ "text": "{ id: string; depth: number }"
340
+ }
341
+ },
342
+ {
343
+ "name": "index",
344
+ "type": {
345
+ "text": "number"
346
+ }
347
+ }
348
+ ]
349
+ },
350
+ {
351
+ "kind": "method",
352
+ "name": "addBundleContent",
353
+ "privacy": "private",
354
+ "return": {
355
+ "type": {
356
+ "text": "void"
357
+ }
358
+ }
359
+ },
360
+ {
361
+ "kind": "method",
362
+ "name": "removeBundleContent",
363
+ "privacy": "private",
364
+ "return": {
365
+ "type": {
366
+ "text": "void"
367
+ }
368
+ },
369
+ "parameters": [
370
+ {
371
+ "name": "index",
372
+ "type": {
373
+ "text": "number"
374
+ }
375
+ }
376
+ ]
377
+ },
378
+ {
379
+ "kind": "method",
380
+ "name": "updateBundleContent",
381
+ "privacy": "private",
382
+ "return": {
383
+ "type": {
384
+ "text": "void"
385
+ }
386
+ },
387
+ "parameters": [
388
+ {
389
+ "name": "index",
390
+ "type": {
391
+ "text": "number"
392
+ }
393
+ },
394
+ {
395
+ "name": "value",
396
+ "type": {
397
+ "text": "string"
398
+ }
399
+ }
400
+ ]
401
+ },
402
+ {
403
+ "kind": "method",
404
+ "name": "addNestedContent",
405
+ "privacy": "private",
406
+ "return": {
407
+ "type": {
408
+ "text": "void"
409
+ }
410
+ },
411
+ "parameters": [
412
+ {
413
+ "name": "parentIndex",
414
+ "type": {
415
+ "text": "number"
416
+ }
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "kind": "method",
422
+ "name": "indentContent",
423
+ "privacy": "private",
424
+ "return": {
425
+ "type": {
426
+ "text": "void"
427
+ }
428
+ },
429
+ "parameters": [
430
+ {
431
+ "name": "index",
432
+ "type": {
433
+ "text": "number"
434
+ }
435
+ }
436
+ ]
437
+ },
438
+ {
439
+ "kind": "method",
440
+ "name": "outdentContent",
441
+ "privacy": "private",
442
+ "return": {
443
+ "type": {
444
+ "text": "void"
445
+ }
446
+ },
447
+ "parameters": [
448
+ {
449
+ "name": "index",
450
+ "type": {
451
+ "text": "number"
452
+ }
453
+ }
454
+ ]
455
+ }
456
+ ],
457
+ "events": [
458
+ {
459
+ "description": "Fired when an object is successfully created",
460
+ "name": "ecc-drs-object-created",
461
+ "reactName": "onEccDrsObjectCreated",
462
+ "eventName": "EccDrsObjectCreatedEvent"
463
+ },
464
+ {
465
+ "description": "Fired when object creation fails",
466
+ "name": "ecc-drs-object-create-failed",
467
+ "reactName": "onEccDrsObjectCreateFailed",
468
+ "eventName": "EccDrsObjectCreateFailedEvent"
469
+ },
470
+ {
471
+ "description": "Fired when there are validation errors",
472
+ "name": "ecc-drs-object-create-validation-failed",
473
+ "reactName": "onEccDrsObjectCreateValidationFailed",
474
+ "eventName": "EccDrsObjectCreateValidationFailedEvent"
475
+ },
476
+ {
477
+ "description": "Fired when an input field is changed",
478
+ "name": "ecc-drs-object-create-input-changed",
479
+ "reactName": "onEccDrsObjectCreateInputChanged",
480
+ "eventName": "EccDrsObjectCreateInputChangedEvent"
481
+ }
482
+ ],
483
+ "superclass": {
484
+ "name": "LitElement",
485
+ "package": "lit"
486
+ },
487
+ "summary": "Component for creating new DRS objects in DRS-Filer",
488
+ "jsDoc": "/**\n * @summary Component for creating new DRS objects in DRS-Filer\n * @since 2.0.0\n *\n * @property {string} baseUrl - Base URL of the DRS instance/gateway\n * @property {DrsFilerProvider} provider - Custom data provider (optional, overrides baseUrl)\n *\n * @fires ecc-drs-object-created - Fired when an object is successfully created\n * @fires ecc-drs-object-create-failed - Fired when object creation fails\n * @fires ecc-drs-object-create-validation-failed - Fired when there are validation errors\n * @fires ecc-drs-object-create-input-changed - Fired when an input field is changed\n */",
489
+ "tagName": "ecc-client-elixir-drs-filer-object-create",
490
+ "customElement": true
491
+ }
492
+ ],
493
+ "exports": [
494
+ {
495
+ "kind": "js",
496
+ "name": "ECCClientElixirDrsFilerObjectCreate",
497
+ "declaration": {
498
+ "name": "ECCClientElixirDrsFilerObjectCreate",
499
+ "module": "components/object-create/object-create.js"
500
+ }
501
+ },
502
+ {
503
+ "kind": "js",
504
+ "name": "default",
505
+ "declaration": {
506
+ "name": "ECCClientElixirDrsFilerObjectCreate",
507
+ "module": "components/object-create/object-create.js"
508
+ }
509
+ }
510
+ ]
511
+ },
512
+ {
513
+ "kind": "javascript-module",
514
+ "path": "components/object-create/tw-styles.js",
515
+ "declarations": [
516
+ {
517
+ "kind": "variable",
518
+ "name": "ComponentStyles",
519
+ "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-blue-50: oklch(97% 0.014 254.604);\n --color-blue-200: oklch(88.2% 0.059 254.128);\n --color-blue-700: oklch(48.8% 0.243 264.376);\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-lg: 1.125rem;\n --text-lg--line-height: calc(1.75 / 1.125);\n --font-weight-medium: 500;\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 .top-0 {\n top: calc(var(--spacing) * 0);\n }\n .top-6 {\n top: calc(var(--spacing) * 6);\n }\n .bottom-0 {\n bottom: calc(var(--spacing) * 0);\n }\n .-left-4 {\n left: calc(var(--spacing) * -4);\n }\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n .mt-4 {\n margin-top: calc(var(--spacing) * 4);\n }\n .mt-6 {\n margin-top: calc(var(--spacing) * 6);\n }\n .contents {\n display: contents;\n }\n .flex {\n display: flex;\n }\n .grid {\n display: grid;\n }\n .inline-flex {\n display: inline-flex;\n }\n .h-px {\n height: 1px;\n }\n .w-4 {\n width: calc(var(--spacing) * 4);\n }\n .w-px {\n width: 1px;\n }\n .grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n }\n .items-center {\n align-items: center;\n }\n .items-end {\n align-items: flex-end;\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-3 {\n :where(& > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 3) * 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 .rounded {\n border-radius: 0.25rem;\n }\n .rounded-lg {\n border-radius: var(--radius);\n }\n .rounded-md {\n border-radius: calc(var(--radius) - 2px);\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-blue-200 {\n border-color: var(--color-blue-200);\n }\n .border-destructive {\n border-color: var(--destructive);\n }\n .border-primary {\n border-color: var(--primary);\n }\n .bg-blue-50 {\n background-color: var(--color-blue-50);\n }\n .bg-border {\n background-color: var(--border);\n }\n .bg-destructive\\\\/10 {\n background-color: var(--destructive);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--destructive) 10%, transparent);\n }\n }\n .bg-muted {\n background-color: var(--muted);\n }\n .bg-primary\\\\/10 {\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 .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .px-2 {\n padding-inline: calc(var(--spacing) * 2);\n }\n .py-1 {\n padding-block: calc(var(--spacing) * 1);\n }\n .font-mono {\n font-family: var(--font-mono);\n }\n .text-lg {\n font-size: var(--text-lg);\n line-height: var(--tw-leading, var(--text-lg--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 .text-blue-700 {\n color: var(--color-blue-700);\n }\n .text-destructive-foreground {\n color: var(--destructive-foreground);\n }\n .text-muted-foreground {\n color: var(--muted-foreground);\n }\n .text-primary-foreground {\n color: var(--primary-foreground);\n }\n .opacity-60 {\n opacity: 60%;\n }\n .outline {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\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}\n@property --tw-animation-delay {\n syntax: \"*\";\n inherits: false;\n initial-value: 0s;\n}\n@property --tw-animation-direction {\n syntax: \"*\";\n inherits: false;\n initial-value: normal;\n}\n@property --tw-animation-duration {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-animation-fill-mode {\n syntax: \"*\";\n inherits: false;\n initial-value: none;\n}\n@property --tw-animation-iteration-count {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-enter-opacity {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-enter-rotate {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-enter-scale {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-enter-translate-x {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-enter-translate-y {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-exit-opacity {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-exit-rotate {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-exit-scale {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-exit-translate-x {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-exit-translate-y {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\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:host {\n font-family: inherit;\n line-height: inherit;\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@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-animation-delay: 0s;\n --tw-animation-direction: normal;\n --tw-animation-duration: initial;\n --tw-animation-fill-mode: none;\n --tw-animation-iteration-count: 1;\n --tw-enter-opacity: 1;\n --tw-enter-rotate: 0;\n --tw-enter-scale: 1;\n --tw-enter-translate-x: 0;\n --tw-enter-translate-y: 0;\n --tw-exit-opacity: 1;\n --tw-exit-rotate: 0;\n --tw-exit-scale: 1;\n --tw-exit-translate-x: 0;\n --tw-exit-translate-y: 0;\n }\n }\n}\n `"
520
+ }
521
+ ],
522
+ "exports": [
523
+ {
524
+ "kind": "js",
525
+ "name": "ComponentStyles",
526
+ "declaration": {
527
+ "name": "ComponentStyles",
528
+ "module": "components/object-create/tw-styles.js"
529
+ }
530
+ }
531
+ ]
532
+ }
533
+ ],
534
+ "package": {
535
+ "name": "@elixir-cloud/drs-filer",
536
+ "description": "Web Component for interacting with Elixir DRS Filer",
537
+ "version": "2.0.0-alpha.34",
538
+ "license": "Apache-2.0"
539
+ }
540
+ }
@@ -0,0 +1,6 @@
1
+ export type EccDrsObjectCreateFailedEvent = CustomEvent<Record<string, any>>;
2
+ declare global {
3
+ interface GlobalEventHandlersEventMap {
4
+ "ecc-drs-object-create-failed": EccDrsObjectCreateFailedEvent;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export type EccDrsObjectCreateInputChangedEvent = CustomEvent<Record<string, any>>;
2
+ declare global {
3
+ interface GlobalEventHandlersEventMap {
4
+ "ecc-drs-object-create-input-changed": EccDrsObjectCreateInputChangedEvent;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export type EccDrsObjectCreateValidationFailedEvent = CustomEvent<Record<string, any>>;
2
+ declare global {
3
+ interface GlobalEventHandlersEventMap {
4
+ "ecc-drs-object-create-validation-failed": EccDrsObjectCreateValidationFailedEvent;
5
+ }
6
+ }
@@ -0,0 +1,10 @@
1
+ export type EccDrsObjectCreatedEvent = CustomEvent<{
2
+ objectId: string;
3
+ objectData: Record<string, any>;
4
+ message: string;
5
+ }>;
6
+ declare global {
7
+ interface GlobalEventHandlersEventMap {
8
+ "ecc-drs-object-created": EccDrsObjectCreatedEvent;
9
+ }
10
+ }
@@ -0,0 +1,6 @@
1
+ export type EccDrsObjectSelectedEvent = CustomEvent<Record<string, any>>;
2
+ declare global {
3
+ interface GlobalEventHandlersEventMap {
4
+ "ecc-drs-object-selected": EccDrsObjectSelectedEvent;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export type EccDrsObjectsChangedEvent = CustomEvent<Record<string, any>>;
2
+ declare global {
3
+ interface GlobalEventHandlersEventMap {
4
+ "ecc-drs-objects-changed": EccDrsObjectsChangedEvent;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export type { EccDrsObjectCreatedEvent } from "./ecc-drs-object-created.js";
2
+ export type { EccDrsObjectCreateFailedEvent } from "./ecc-drs-object-create-failed.js";
3
+ export type { EccDrsObjectCreateValidationFailedEvent } from "./ecc-drs-object-create-validation-failed.js";
4
+ export type { EccDrsObjectsChangedEvent } from "./ecc-drs-objects-changed.js";
5
+ export type { EccDrsObjectSelectedEvent } from "./ecc-drs-object-selected.js";
6
+ export type { EccDrsObjectCreateInputChangedEvent } from "./ecc-drs-object-create-input-changed.js";
@@ -0,0 +1 @@
1
+ export declare const GlobalStyles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ import "./components/index.js";
package/dist/index.js ADDED
@@ -0,0 +1,6 @@
1
+ import './chunks/chunk.3WU6NPWM.js';
2
+ import './chunks/chunk.WP2KCEZO.js';
3
+ import './chunks/chunk.I4IZIBWK.js';
4
+ import './chunks/chunk.XGZHBPCB.js';
5
+ import './chunks/chunk.566Z3G7U.js';
6
+ import './chunks/chunk.S3NI7NKU.js';