@elixir-cloud/trs-filer 2.0.0-alpha.2 → 2.0.0-alpha.29
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/dist/chunks/chunk.3S22ENXV.js +252 -0
- package/dist/chunks/{chunk.II7PIADM.js → chunk.5M5UHQTG.js} +5 -5
- package/dist/chunks/{chunk.Q5GOJN3Z.js → chunk.D4A7TFU2.js} +95 -30
- package/dist/chunks/{chunk.FZDL764O.js → chunk.PNFA44FN.js} +300 -432
- package/dist/chunks/chunk.S3NI7NKU.js +30 -0
- package/dist/chunks/chunk.TEZHVCRK.js +1 -0
- package/dist/chunks/{chunk.ZZTQWNKT.js → chunk.V6CU7C3N.js} +1 -1
- package/dist/components/index.js +5 -3
- package/dist/components/tool-create/index.js +5 -3
- package/dist/components/tool-create/tool-create.d.ts +15 -12
- package/dist/components/tool-create/tool-create.js +4 -2
- package/dist/components/tool-create/tw-styles.js +2 -1
- package/dist/custom-elements.json +74 -57
- package/dist/events/ecc-tool-create-failed.d.ts +6 -0
- package/dist/events/ecc-tool-create-validation-failed.d.ts +6 -0
- package/dist/events/{ecc-tool-create-success.d.ts → ecc-tool-created.d.ts} +2 -2
- package/dist/events/ecc-tools-changed.d.ts +6 -0
- package/dist/events/ecc-tools-selected.d.ts +6 -0
- package/dist/events/index.d.ts +5 -5
- package/dist/index.js +5 -3
- package/dist/providers/index.js +3 -0
- package/dist/providers/rest-trs-filer-provider.js +2 -0
- package/dist/providers/trs-filer-provider.d.ts +3 -3
- package/dist/providers/trs-filer-provider.js +1 -0
- package/dist/react/ecc-client-elixir-trs-tool-create/index.d.ts +12 -12
- package/dist/react/ecc-client-elixir-trs-tool-create/index.js +5 -3
- package/dist/react/index.js +5 -3
- package/dist/vscode.html-custom-data.json +1 -1
- package/dist/web-types.json +17 -72
- package/package.json +4 -4
- package/dist/events/ecc-tool-create-error.d.ts +0 -6
- package/dist/events/ecc-tool-create-validation-error.d.ts +0 -6
- package/dist/events/ecc-tools-change.d.ts +0 -6
- package/dist/events/ecc-tools-click.d.ts +0 -6
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
5
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
8
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
9
|
+
var __spreadValues = (a, b) => {
|
|
10
|
+
for (var prop in b || (b = {}))
|
|
11
|
+
if (__hasOwnProp.call(b, prop))
|
|
12
|
+
__defNormalProp(a, prop, b[prop]);
|
|
13
|
+
if (__getOwnPropSymbols)
|
|
14
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
15
|
+
if (__propIsEnum.call(b, prop))
|
|
16
|
+
__defNormalProp(a, prop, b[prop]);
|
|
17
|
+
}
|
|
18
|
+
return a;
|
|
19
|
+
};
|
|
20
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
22
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
23
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
24
|
+
if (decorator = decorators[i])
|
|
25
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
26
|
+
if (kind && result) __defProp(target, key, result);
|
|
27
|
+
return result;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { __decorateClass, __spreadProps, __spreadValues };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/dist/components/index.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import '../chunks/chunk.3WU6NPWM.js';
|
|
2
|
-
import '../chunks/chunk.
|
|
3
|
-
import '../chunks/chunk.
|
|
4
|
-
import '../chunks/chunk.
|
|
2
|
+
import '../chunks/chunk.V6CU7C3N.js';
|
|
3
|
+
import '../chunks/chunk.PNFA44FN.js';
|
|
4
|
+
import '../chunks/chunk.D4A7TFU2.js';
|
|
5
|
+
import '../chunks/chunk.3S22ENXV.js';
|
|
6
|
+
import '../chunks/chunk.S3NI7NKU.js';
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export { tool_create_default as default } from '../../chunks/chunk.
|
|
2
|
-
export { ECCClientElixirTrsToolCreate } from '../../chunks/chunk.
|
|
3
|
-
import '../../chunks/chunk.
|
|
1
|
+
export { tool_create_default as default } from '../../chunks/chunk.V6CU7C3N.js';
|
|
2
|
+
export { ECCClientElixirTrsToolCreate } from '../../chunks/chunk.PNFA44FN.js';
|
|
3
|
+
import '../../chunks/chunk.D4A7TFU2.js';
|
|
4
|
+
import '../../chunks/chunk.3S22ENXV.js';
|
|
5
|
+
import '../../chunks/chunk.S3NI7NKU.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LitElement } from "lit";
|
|
2
|
-
import { TrsFilerProvider } from "../../providers/index.js";
|
|
2
|
+
import { TrsFilerProvider, ImageType } from "../../providers/index.js";
|
|
3
3
|
import "@elixir-cloud/design/components/button/index.js";
|
|
4
4
|
import "@elixir-cloud/design/components/input/index.js";
|
|
5
5
|
import "@elixir-cloud/design/components/select/index.js";
|
|
@@ -12,6 +12,8 @@ import "@elixir-cloud/design/components/tabs/index.js";
|
|
|
12
12
|
import "@elixir-cloud/design/components/separator/index.js";
|
|
13
13
|
import "@elixir-cloud/design/components/checkbox/index.js";
|
|
14
14
|
import "@elixir-cloud/design/components/collapsible/index.js";
|
|
15
|
+
type FileType = "TEST_FILE" | "PRIMARY_DESCRIPTOR" | "SECONDARY_DESCRIPTOR" | "CONTAINERFILE" | "OTHER";
|
|
16
|
+
type UIFileType = "TEST_FILE" | "PRIMARY_DESCRIPTOR" | "SECONDARY_DESCRIPTOR" | "Docker" | "Singularity" | "Conda" | "OTHER";
|
|
15
17
|
/**
|
|
16
18
|
* @summary Component for creating new tools in TRS-Filer
|
|
17
19
|
* @since 2.0.0
|
|
@@ -19,9 +21,9 @@ import "@elixir-cloud/design/components/collapsible/index.js";
|
|
|
19
21
|
* @property {string} baseUrl - Base URL of the TRS instance/gateway
|
|
20
22
|
* @property {TrsProvider} provider - Custom data provider (optional, overrides baseUrl)
|
|
21
23
|
*
|
|
22
|
-
* @fires ecc-tool-
|
|
23
|
-
* @fires ecc-tool-create-
|
|
24
|
-
* @fires ecc-tool-create-validation-
|
|
24
|
+
* @fires ecc-tool-created - Fired when a tool is successfully created (includes toolId, toolData, and success message)
|
|
25
|
+
* @fires ecc-tool-create-failed - Fired when tool creation fails
|
|
26
|
+
* @fires ecc-tool-create-validation-failed - Fired when there are validation errors during tool creation
|
|
25
27
|
*/
|
|
26
28
|
export declare class ECCClientElixirTrsToolCreate extends LitElement {
|
|
27
29
|
static styles: import("lit").CSSResult[];
|
|
@@ -49,12 +51,11 @@ export declare class ECCClientElixirTrsToolCreate extends LitElement {
|
|
|
49
51
|
private handleFileUpload;
|
|
50
52
|
private handleBulkFileUpload;
|
|
51
53
|
private handleZipFileUpload;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
private getFileExtension;
|
|
54
|
+
static extractFileFromZip(zipEntry: any, relativePath: string): Promise<any | null>;
|
|
55
|
+
static isTextFile(filename: string): boolean;
|
|
56
|
+
static getDefaultFileType(filename: string): FileType;
|
|
57
|
+
static getContainerImageType(filename: string): ImageType;
|
|
58
|
+
static getFileExtension(filename: string): string;
|
|
58
59
|
private handleFileFieldChange;
|
|
59
60
|
private addImageToVersion;
|
|
60
61
|
private removeImageFromVersion;
|
|
@@ -66,9 +67,11 @@ export declare class ECCClientElixirTrsToolCreate extends LitElement {
|
|
|
66
67
|
private renderVersionContent;
|
|
67
68
|
private renderFilesLayout;
|
|
68
69
|
private renderFileContentArea;
|
|
69
|
-
|
|
70
|
-
private getVersionTags;
|
|
70
|
+
static getVersionTags(version: any): string[];
|
|
71
71
|
private handleVersionTagsChange;
|
|
72
|
+
static getUIFileType(filename: string, fileType: FileType): UIFileType;
|
|
73
|
+
static convertUIFileTypeToFileType(uiFileType: UIFileType): FileType;
|
|
74
|
+
static convertUIFileTypeToImageType(uiFileType: UIFileType): ImageType | undefined;
|
|
72
75
|
render(): import("lit-html").TemplateResult<1>;
|
|
73
76
|
}
|
|
74
77
|
export default ECCClientElixirTrsToolCreate;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export { ECCClientElixirTrsToolCreate, tool_create_default as default } from '../../chunks/chunk.
|
|
2
|
-
import '../../chunks/chunk.
|
|
1
|
+
export { ECCClientElixirTrsToolCreate, tool_create_default as default } from '../../chunks/chunk.PNFA44FN.js';
|
|
2
|
+
import '../../chunks/chunk.D4A7TFU2.js';
|
|
3
|
+
import '../../chunks/chunk.3S22ENXV.js';
|
|
4
|
+
import '../../chunks/chunk.S3NI7NKU.js';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { ComponentStyles } from '../../chunks/chunk.
|
|
1
|
+
export { ComponentStyles } from '../../chunks/chunk.D4A7TFU2.js';
|
|
2
|
+
import '../../chunks/chunk.S3NI7NKU.js';
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"kind": "field",
|
|
115
115
|
"name": "versions",
|
|
116
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 }[]"
|
|
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 uiFileType: UIFileType;\n content?: string;\n file?: File;\n checksumType: string;\n checksumValue: string;\n descriptorType?: DescriptorType;\n containerImageType?: ImageType;\n }[];\n images: ImageDataRegister[];\n customVersionId: string;\n useCustomVersionId: boolean;\n }[]"
|
|
118
118
|
},
|
|
119
119
|
"privacy": "private",
|
|
120
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 ]"
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
{
|
|
386
386
|
"kind": "method",
|
|
387
387
|
"name": "extractFileFromZip",
|
|
388
|
-
"
|
|
388
|
+
"static": true,
|
|
389
389
|
"return": {
|
|
390
390
|
"type": {
|
|
391
391
|
"text": "Promise<any | null>"
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
{
|
|
410
410
|
"kind": "method",
|
|
411
411
|
"name": "isTextFile",
|
|
412
|
-
"
|
|
412
|
+
"static": true,
|
|
413
413
|
"return": {
|
|
414
414
|
"type": {
|
|
415
415
|
"text": "boolean"
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
{
|
|
428
428
|
"kind": "method",
|
|
429
429
|
"name": "getDefaultFileType",
|
|
430
|
-
"
|
|
430
|
+
"static": true,
|
|
431
431
|
"return": {
|
|
432
432
|
"type": {
|
|
433
433
|
"text": "FileType"
|
|
@@ -442,28 +442,10 @@
|
|
|
442
442
|
}
|
|
443
443
|
]
|
|
444
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
445
|
{
|
|
464
446
|
"kind": "method",
|
|
465
447
|
"name": "getContainerImageType",
|
|
466
|
-
"
|
|
448
|
+
"static": true,
|
|
467
449
|
"return": {
|
|
468
450
|
"type": {
|
|
469
451
|
"text": "ImageType"
|
|
@@ -481,7 +463,7 @@
|
|
|
481
463
|
{
|
|
482
464
|
"kind": "method",
|
|
483
465
|
"name": "getFileExtension",
|
|
484
|
-
"
|
|
466
|
+
"static": true,
|
|
485
467
|
"return": {
|
|
486
468
|
"type": {
|
|
487
469
|
"text": "string"
|
|
@@ -668,67 +650,102 @@
|
|
|
668
650
|
},
|
|
669
651
|
{
|
|
670
652
|
"kind": "method",
|
|
671
|
-
"name": "
|
|
672
|
-
"
|
|
653
|
+
"name": "getVersionTags",
|
|
654
|
+
"static": true,
|
|
655
|
+
"return": {
|
|
656
|
+
"type": {
|
|
657
|
+
"text": "string[]"
|
|
658
|
+
}
|
|
659
|
+
},
|
|
673
660
|
"parameters": [
|
|
674
661
|
{
|
|
675
|
-
"name": "
|
|
662
|
+
"name": "version",
|
|
676
663
|
"type": {
|
|
677
|
-
"text": "
|
|
664
|
+
"text": "any"
|
|
678
665
|
}
|
|
679
|
-
}
|
|
666
|
+
}
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"kind": "method",
|
|
671
|
+
"name": "handleVersionTagsChange",
|
|
672
|
+
"privacy": "private",
|
|
673
|
+
"return": {
|
|
674
|
+
"type": {
|
|
675
|
+
"text": "void"
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
"parameters": [
|
|
680
679
|
{
|
|
681
|
-
"name": "
|
|
680
|
+
"name": "index",
|
|
682
681
|
"type": {
|
|
683
682
|
"text": "number"
|
|
684
683
|
}
|
|
685
684
|
},
|
|
686
685
|
{
|
|
687
|
-
"name": "
|
|
686
|
+
"name": "tags",
|
|
688
687
|
"type": {
|
|
689
|
-
"text": "
|
|
688
|
+
"text": "string[]"
|
|
690
689
|
}
|
|
691
690
|
}
|
|
692
691
|
]
|
|
693
692
|
},
|
|
694
693
|
{
|
|
695
694
|
"kind": "method",
|
|
696
|
-
"name": "
|
|
697
|
-
"
|
|
695
|
+
"name": "getUIFileType",
|
|
696
|
+
"static": true,
|
|
698
697
|
"return": {
|
|
699
698
|
"type": {
|
|
700
|
-
"text": "
|
|
699
|
+
"text": "UIFileType"
|
|
701
700
|
}
|
|
702
701
|
},
|
|
703
702
|
"parameters": [
|
|
704
703
|
{
|
|
705
|
-
"name": "
|
|
704
|
+
"name": "filename",
|
|
706
705
|
"type": {
|
|
707
|
-
"text": "
|
|
706
|
+
"text": "string"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"name": "fileType",
|
|
711
|
+
"type": {
|
|
712
|
+
"text": "FileType"
|
|
708
713
|
}
|
|
709
714
|
}
|
|
710
715
|
]
|
|
711
716
|
},
|
|
712
717
|
{
|
|
713
718
|
"kind": "method",
|
|
714
|
-
"name": "
|
|
715
|
-
"
|
|
719
|
+
"name": "convertUIFileTypeToFileType",
|
|
720
|
+
"static": true,
|
|
716
721
|
"return": {
|
|
717
722
|
"type": {
|
|
718
|
-
"text": "
|
|
723
|
+
"text": "FileType"
|
|
719
724
|
}
|
|
720
725
|
},
|
|
721
726
|
"parameters": [
|
|
722
727
|
{
|
|
723
|
-
"name": "
|
|
728
|
+
"name": "uiFileType",
|
|
724
729
|
"type": {
|
|
725
|
-
"text": "
|
|
730
|
+
"text": "UIFileType"
|
|
726
731
|
}
|
|
727
|
-
}
|
|
732
|
+
}
|
|
733
|
+
]
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"kind": "method",
|
|
737
|
+
"name": "convertUIFileTypeToImageType",
|
|
738
|
+
"static": true,
|
|
739
|
+
"return": {
|
|
740
|
+
"type": {
|
|
741
|
+
"text": "ImageType | undefined"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"parameters": [
|
|
728
745
|
{
|
|
729
|
-
"name": "
|
|
746
|
+
"name": "uiFileType",
|
|
730
747
|
"type": {
|
|
731
|
-
"text": "
|
|
748
|
+
"text": "UIFileType"
|
|
732
749
|
}
|
|
733
750
|
}
|
|
734
751
|
]
|
|
@@ -736,31 +753,31 @@
|
|
|
736
753
|
],
|
|
737
754
|
"events": [
|
|
738
755
|
{
|
|
739
|
-
"name": "ecc-tool-create-validation-
|
|
756
|
+
"name": "ecc-tool-create-validation-failed",
|
|
740
757
|
"type": {
|
|
741
758
|
"text": "CustomEvent"
|
|
742
759
|
},
|
|
743
760
|
"description": "Fired when there are validation errors during tool creation",
|
|
744
|
-
"reactName": "
|
|
745
|
-
"eventName": "
|
|
761
|
+
"reactName": "onEccToolCreateValidationFailed",
|
|
762
|
+
"eventName": "EccToolCreateValidationFailedEvent"
|
|
746
763
|
},
|
|
747
764
|
{
|
|
748
|
-
"name": "ecc-tool-create-
|
|
765
|
+
"name": "ecc-tool-create-failed",
|
|
749
766
|
"type": {
|
|
750
767
|
"text": "CustomEvent"
|
|
751
768
|
},
|
|
752
769
|
"description": "Fired when tool creation fails",
|
|
753
|
-
"reactName": "
|
|
754
|
-
"eventName": "
|
|
770
|
+
"reactName": "onEccToolCreateFailed",
|
|
771
|
+
"eventName": "EccToolCreateFailedEvent"
|
|
755
772
|
},
|
|
756
773
|
{
|
|
757
|
-
"name": "ecc-tool-
|
|
774
|
+
"name": "ecc-tool-created",
|
|
758
775
|
"type": {
|
|
759
776
|
"text": "CustomEvent"
|
|
760
777
|
},
|
|
761
778
|
"description": "Fired when a tool is successfully created (includes toolId, toolData, and success message)",
|
|
762
|
-
"reactName": "
|
|
763
|
-
"eventName": "
|
|
779
|
+
"reactName": "onEccToolCreated",
|
|
780
|
+
"eventName": "EccToolCreatedEvent"
|
|
764
781
|
}
|
|
765
782
|
],
|
|
766
783
|
"superclass": {
|
|
@@ -768,7 +785,7 @@
|
|
|
768
785
|
"package": "lit"
|
|
769
786
|
},
|
|
770
787
|
"summary": "Component for creating new tools in TRS-Filer",
|
|
771
|
-
"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-
|
|
788
|
+
"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 (includes toolId, toolData, and success message)\n * @fires ecc-tool-create-failed - Fired when tool creation fails\n * @fires ecc-tool-create-validation-failed - Fired when there are validation errors during tool creation\n */",
|
|
772
789
|
"tagName": "ecc-client-elixir-trs-tool-create",
|
|
773
790
|
"customElement": true
|
|
774
791
|
}
|
|
@@ -799,7 +816,7 @@
|
|
|
799
816
|
{
|
|
800
817
|
"kind": "variable",
|
|
801
818
|
"name": "ComponentStyles",
|
|
802
|
-
"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 `"
|
|
819
|
+
"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@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@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 --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 `"
|
|
803
820
|
}
|
|
804
821
|
],
|
|
805
822
|
"exports": [
|
|
@@ -817,7 +834,7 @@
|
|
|
817
834
|
"package": {
|
|
818
835
|
"name": "@elixir-cloud/trs-filer",
|
|
819
836
|
"description": "Web Component for interacting with Elixir TRS Filer",
|
|
820
|
-
"version": "2.0.0-alpha.
|
|
837
|
+
"version": "2.0.0-alpha.29",
|
|
821
838
|
"license": "Apache-2.0"
|
|
822
839
|
}
|
|
823
840
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export type
|
|
1
|
+
export type EccToolCreatedEvent = CustomEvent<{
|
|
2
2
|
toolId: string;
|
|
3
3
|
toolData: Record<string, any>;
|
|
4
4
|
message: string;
|
|
5
5
|
}>;
|
|
6
6
|
declare global {
|
|
7
7
|
interface GlobalEventHandlersEventMap {
|
|
8
|
-
"ecc-tool-
|
|
8
|
+
"ecc-tool-created": EccToolCreatedEvent;
|
|
9
9
|
}
|
|
10
10
|
}
|
package/dist/events/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export type {
|
|
2
|
-
export type {
|
|
3
|
-
export type {
|
|
4
|
-
export type {
|
|
5
|
-
export type {
|
|
1
|
+
export type { EccToolCreatedEvent } from "./ecc-tool-created.js";
|
|
2
|
+
export type { EccToolCreateFailedEvent } from "./ecc-tool-create-failed.js";
|
|
3
|
+
export type { EccToolCreateValidationFailedEvent } from "./ecc-tool-create-validation-failed.js";
|
|
4
|
+
export type { EccToolsChangedEvent } from "./ecc-tools-changed.js";
|
|
5
|
+
export type { EccToolsSelectedEvent } from "./ecc-tools-selected.js";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import './chunks/chunk.3WU6NPWM.js';
|
|
2
|
-
import './chunks/chunk.
|
|
3
|
-
import './chunks/chunk.
|
|
4
|
-
import './chunks/chunk.
|
|
2
|
+
import './chunks/chunk.V6CU7C3N.js';
|
|
3
|
+
import './chunks/chunk.PNFA44FN.js';
|
|
4
|
+
import './chunks/chunk.D4A7TFU2.js';
|
|
5
|
+
import './chunks/chunk.3S22ENXV.js';
|
|
6
|
+
import './chunks/chunk.S3NI7NKU.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Types for the GA4GH TRS API based on OpenAPI specification v2.0.1
|
|
3
3
|
*/
|
|
4
|
-
import { TrsProvider, DescriptorType, DescriptorTypeWithPlain, DescriptorTypeVersion, ImageType, Tool, ToolClass, ToolVersion, ToolFile, FileWrapper, Checksum, ImageData, Error } from "@elixir-cloud/trs/providers";
|
|
4
|
+
import type { TrsProvider, DescriptorType, DescriptorTypeWithPlain, DescriptorTypeVersion, ImageType, Tool, ToolClass, ToolVersion, ToolFile, FileWrapper, Checksum, ImageData, Error } from "@elixir-cloud/trs/providers";
|
|
5
5
|
/**
|
|
6
6
|
* TRS-Filer specific types that extend the base GA4GH TRS types
|
|
7
7
|
*/
|
|
@@ -35,12 +35,12 @@ export interface FileWrapperRegister {
|
|
|
35
35
|
url?: string;
|
|
36
36
|
checksum?: ChecksumRegister[];
|
|
37
37
|
}
|
|
38
|
+
export type TypeRegister = DescriptorType | ImageType;
|
|
38
39
|
export interface FilesRegister {
|
|
39
40
|
tool_file: ToolFileRegister;
|
|
40
41
|
file_wrapper: FileWrapperRegister;
|
|
41
42
|
type: TypeRegister;
|
|
42
43
|
}
|
|
43
|
-
export type TypeRegister = DescriptorType | ImageType;
|
|
44
44
|
export interface ToolVersionRegister {
|
|
45
45
|
author?: string[];
|
|
46
46
|
descriptor_type?: DescriptorType[];
|
|
@@ -133,4 +133,4 @@ export interface TrsFilerProvider extends TrsProvider {
|
|
|
133
133
|
getServiceInfo?(): Promise<Service>;
|
|
134
134
|
createOrUpdateServiceInfo?(service: ServiceRegister): Promise<void>;
|
|
135
135
|
}
|
|
136
|
-
export { TrsProvider, DescriptorType, DescriptorTypeWithPlain, DescriptorTypeVersion, ImageType, Tool, ToolClass, ToolVersion, ToolFile, FileWrapper, Checksum, ImageData, Error };
|
|
136
|
+
export { TrsProvider, DescriptorType, DescriptorTypeWithPlain, DescriptorTypeVersion, ImageType, Tool, ToolClass, ToolVersion, ToolFile, FileWrapper, Checksum, ImageData, Error, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../chunks/chunk.TEZHVCRK.js';
|