@elixir-cloud/service-registry 2.0.0-alpha.28

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 (53) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +12 -0
  3. package/dist/chunks/chunk.2GTT6OBC.js +558 -0
  4. package/dist/chunks/chunk.422CUO5Q.js +329 -0
  5. package/dist/chunks/chunk.5EYXDARO.js +23 -0
  6. package/dist/chunks/chunk.EDOYU2FL.js +1 -0
  7. package/dist/chunks/chunk.FSZTY25R.js +10 -0
  8. package/dist/chunks/chunk.G7EXF7Y5.js +24 -0
  9. package/dist/chunks/chunk.KXF7UXMG.js +477 -0
  10. package/dist/chunks/chunk.L4ERSGP3.js +59 -0
  11. package/dist/chunks/chunk.P4Y7MKRA.js +1 -0
  12. package/dist/chunks/chunk.SWMR6FP7.js +97 -0
  13. package/dist/chunks/chunk.TWJOFBJX.js +517 -0
  14. package/dist/chunks/chunk.UMP3GNBP.js +10 -0
  15. package/dist/chunks/chunk.WHWUXFA2.js +12 -0
  16. package/dist/components/index.d.ts +2 -0
  17. package/dist/components/index.js +10 -0
  18. package/dist/components/service/index.d.ts +8 -0
  19. package/dist/components/service/index.js +6 -0
  20. package/dist/components/service/service.d.ts +39 -0
  21. package/dist/components/service/service.js +5 -0
  22. package/dist/components/service/tw-styles.d.ts +1 -0
  23. package/dist/components/service/tw-styles.js +2 -0
  24. package/dist/components/services/index.d.ts +8 -0
  25. package/dist/components/services/index.js +6 -0
  26. package/dist/components/services/services.d.ts +46 -0
  27. package/dist/components/services/services.js +5 -0
  28. package/dist/components/services/tw-styles.d.ts +1 -0
  29. package/dist/components/services/tw-styles.js +2 -0
  30. package/dist/custom-elements.json +538 -0
  31. package/dist/events/ecc-service-changed.d.ts +6 -0
  32. package/dist/events/ecc-service-selected.d.ts +6 -0
  33. package/dist/events/ecc-services-changed.d.ts +6 -0
  34. package/dist/events/ecc-services-selected.d.ts +6 -0
  35. package/dist/events/index.d.ts +4 -0
  36. package/dist/global.d.ts +4 -0
  37. package/dist/index.d.ts +1 -0
  38. package/dist/index.js +10 -0
  39. package/dist/providers/index.d.ts +3 -0
  40. package/dist/providers/index.js +3 -0
  41. package/dist/providers/rest-sr-provider.d.ts +30 -0
  42. package/dist/providers/rest-sr-provider.js +2 -0
  43. package/dist/providers/sr-provider.d.ts +58 -0
  44. package/dist/providers/sr-provider.js +1 -0
  45. package/dist/react/index.d.ts +2 -0
  46. package/dist/react/index.js +9 -0
  47. package/dist/react/service/index.d.ts +18 -0
  48. package/dist/react/service/index.js +6 -0
  49. package/dist/react/services/index.d.ts +23 -0
  50. package/dist/react/services/index.js +6 -0
  51. package/dist/vscode.html-custom-data.json +28 -0
  52. package/dist/web-types.json +105 -0
  53. package/package.json +76 -0
@@ -0,0 +1,2 @@
1
+ export { ComponentStyles } from '../../chunks/chunk.2GTT6OBC.js';
2
+ import '../../chunks/chunk.WHWUXFA2.js';
@@ -0,0 +1,538 @@
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/service/index.js",
14
+ "declarations": [],
15
+ "exports": [
16
+ {
17
+ "kind": "js",
18
+ "name": "*",
19
+ "declaration": {
20
+ "name": "*",
21
+ "package": "\"./service.js\""
22
+ }
23
+ },
24
+ {
25
+ "kind": "custom-element-definition",
26
+ "name": "ecc-client-ga4gh-service-registry-service",
27
+ "declaration": {
28
+ "name": "ECCClientGa4ghServiceRegistryService",
29
+ "module": "/src/components/service/service.js"
30
+ }
31
+ },
32
+ {
33
+ "kind": "js",
34
+ "name": "default",
35
+ "declaration": {
36
+ "name": "ECCClientGa4ghServiceRegistryService",
37
+ "module": "components/service/index.js"
38
+ }
39
+ }
40
+ ]
41
+ },
42
+ {
43
+ "kind": "javascript-module",
44
+ "path": "components/service/service.js",
45
+ "declarations": [
46
+ {
47
+ "kind": "class",
48
+ "description": "",
49
+ "name": "ECCClientGa4ghServiceRegistryService",
50
+ "members": [
51
+ {
52
+ "kind": "field",
53
+ "name": "baseUrl",
54
+ "type": {
55
+ "text": "string"
56
+ },
57
+ "default": "\"\"",
58
+ "description": "Base URL of the Service Registry instance"
59
+ },
60
+ {
61
+ "kind": "field",
62
+ "name": "serviceId",
63
+ "type": {
64
+ "text": "string"
65
+ },
66
+ "default": "\"\"",
67
+ "description": "ID of the service to display"
68
+ },
69
+ {
70
+ "kind": "field",
71
+ "name": "provider",
72
+ "type": {
73
+ "text": "ServiceRegistryProvider"
74
+ },
75
+ "description": "Custom data provider (optional, overrides baseUrl)"
76
+ },
77
+ {
78
+ "kind": "field",
79
+ "name": "service",
80
+ "type": {
81
+ "text": "ExternalService | null"
82
+ },
83
+ "privacy": "private",
84
+ "default": "null"
85
+ },
86
+ {
87
+ "kind": "field",
88
+ "name": "loading",
89
+ "type": {
90
+ "text": "boolean"
91
+ },
92
+ "privacy": "private",
93
+ "default": "false"
94
+ },
95
+ {
96
+ "kind": "field",
97
+ "name": "error",
98
+ "type": {
99
+ "text": "string | null"
100
+ },
101
+ "privacy": "private",
102
+ "default": "null"
103
+ },
104
+ {
105
+ "kind": "field",
106
+ "name": "_provider",
107
+ "type": {
108
+ "text": "ServiceRegistryProvider | null"
109
+ },
110
+ "privacy": "private",
111
+ "default": "null"
112
+ },
113
+ {
114
+ "kind": "method",
115
+ "name": "loadData",
116
+ "privacy": "private",
117
+ "return": {
118
+ "type": {
119
+ "text": "Promise<void>"
120
+ }
121
+ }
122
+ },
123
+ {
124
+ "kind": "method",
125
+ "name": "formatDate",
126
+ "privacy": "private",
127
+ "static": true,
128
+ "return": {
129
+ "type": {
130
+ "text": "string"
131
+ }
132
+ },
133
+ "parameters": [
134
+ {
135
+ "name": "dateString",
136
+ "optional": true,
137
+ "type": {
138
+ "text": "string"
139
+ }
140
+ }
141
+ ]
142
+ },
143
+ {
144
+ "kind": "method",
145
+ "name": "getTypeVariant",
146
+ "privacy": "private",
147
+ "static": true,
148
+ "return": {
149
+ "type": {
150
+ "text": "\"default\" | \"secondary\" | \"destructive\" | \"outline\""
151
+ }
152
+ },
153
+ "parameters": [
154
+ {
155
+ "name": "group",
156
+ "type": {
157
+ "text": "string"
158
+ }
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "kind": "method",
164
+ "name": "renderServiceHeader",
165
+ "privacy": "private"
166
+ },
167
+ {
168
+ "kind": "method",
169
+ "name": "renderServiceContent",
170
+ "privacy": "private"
171
+ },
172
+ {
173
+ "kind": "method",
174
+ "name": "renderLoading",
175
+ "static": true
176
+ }
177
+ ],
178
+ "events": [
179
+ {
180
+ "name": "ecc-service-changed",
181
+ "type": {
182
+ "text": "CustomEvent"
183
+ },
184
+ "description": "Fired when service data changes",
185
+ "reactName": "onEccServiceChanged",
186
+ "eventName": "EccServiceChangedEvent"
187
+ }
188
+ ],
189
+ "superclass": {
190
+ "name": "LitElement",
191
+ "package": "lit"
192
+ },
193
+ "summary": "This component is used to display details for a single service from Service Registry API.",
194
+ "jsDoc": "/**\n * @summary This component is used to display details for a single service from Service Registry API.\n * @since 1.0.0\n *\n * @property {string} baseUrl - Base URL of the Service Registry instance\n * @property {string} serviceId - ID of the service to display\n * @property {ServiceRegistryProvider} provider - Custom data provider (optional, overrides baseUrl)\n *\n * @fires ecc-service-changed - Fired when service data changes\n */",
195
+ "tagName": "ecc-client-ga4gh-service-registry-service",
196
+ "customElement": true
197
+ }
198
+ ],
199
+ "exports": [
200
+ {
201
+ "kind": "js",
202
+ "name": "ECCClientGa4ghServiceRegistryService",
203
+ "declaration": {
204
+ "name": "ECCClientGa4ghServiceRegistryService",
205
+ "module": "components/service/service.js"
206
+ }
207
+ },
208
+ {
209
+ "kind": "js",
210
+ "name": "default",
211
+ "declaration": {
212
+ "name": "ECCClientGa4ghServiceRegistryService",
213
+ "module": "components/service/service.js"
214
+ }
215
+ }
216
+ ]
217
+ },
218
+ {
219
+ "kind": "javascript-module",
220
+ "path": "components/service/tw-styles.js",
221
+ "declarations": [
222
+ {
223
+ "kind": "variable",
224
+ "name": "ComponentStyles",
225
+ "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 --spacing: 0.25rem;\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 --text-xl: 1.25rem;\n --text-xl--line-height: calc(1.75 / 1.25);\n --font-weight-bold: 700;\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 .static {\n position: static;\n }\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n .mt-4 {\n margin-top: calc(var(--spacing) * 4);\n }\n .mb-6 {\n margin-bottom: calc(var(--spacing) * 6);\n }\n .flex {\n display: flex;\n }\n .w-3\\\\.5 {\n width: calc(var(--spacing) * 3.5);\n }\n .w-full {\n width: 100%;\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-row {\n flex-direction: row;\n }\n .flex-wrap {\n flex-wrap: wrap;\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-3 {\n gap: calc(var(--spacing) * 3);\n }\n .gap-4 {\n gap: calc(var(--spacing) * 4);\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 .truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\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-destructive {\n border-color: var(--destructive);\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 .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .font-mono {\n font-family: var(--font-mono);\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-xl {\n font-size: var(--text-xl);\n line-height: var(--tw-leading, var(--text-xl--line-height));\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .break-all {\n word-break: break-all;\n }\n .text-destructive-foreground {\n color: var(--destructive-foreground);\n }\n .text-muted-foreground {\n color: var(--muted-foreground);\n }\n .text-primary {\n color: var(--primary);\n }\n .outline {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\n }\n .hover\\\\:text-primary\\\\/80 {\n &:hover {\n @media (hover: hover) {\n color: var(--primary);\n @supports (color: color-mix(in lab, red, red)) {\n color: color-mix(in oklab, var(--primary) 80%, transparent);\n }\n }\n }\n }\n .hover\\\\:underline {\n &:hover {\n @media (hover: hover) {\n text-decoration-line: underline;\n }\n }\n }\n .md\\\\:flex-row {\n @media (width >= 48rem) {\n flex-direction: row;\n }\n }\n .md\\\\:items-center {\n @media (width >= 48rem) {\n align-items: center;\n }\n }\n .part\\\\:mb-3 {\n &::part(base) {\n margin-bottom: calc(var(--spacing) * 3);\n }\n }\n .part\\\\:h-4 {\n &::part(base) {\n height: calc(var(--spacing) * 4);\n }\n }\n .part\\\\:h-6 {\n &::part(base) {\n height: calc(var(--spacing) * 6);\n }\n }\n .part\\\\:h-10 {\n &::part(base) {\n height: calc(var(--spacing) * 10);\n }\n }\n .part\\\\:w-3\\\\/4 {\n &::part(base) {\n width: calc(3/4 * 100%);\n }\n }\n .part\\\\:w-20 {\n &::part(base) {\n width: calc(var(--spacing) * 20);\n }\n }\n .part\\\\:w-24 {\n &::part(base) {\n width: calc(var(--spacing) * 24);\n }\n }\n .part\\\\:w-32 {\n &::part(base) {\n width: calc(var(--spacing) * 32);\n }\n }\n .part\\\\:w-40 {\n &::part(base) {\n width: calc(var(--spacing) * 40);\n }\n }\n .part\\\\:w-48 {\n &::part(base) {\n width: calc(var(--spacing) * 48);\n }\n }\n .part\\\\:w-64 {\n &::part(base) {\n width: calc(var(--spacing) * 64);\n }\n }\n .part\\\\:w-full {\n &::part(base) {\n width: 100%;\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-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-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 `"
226
+ }
227
+ ],
228
+ "exports": [
229
+ {
230
+ "kind": "js",
231
+ "name": "ComponentStyles",
232
+ "declaration": {
233
+ "name": "ComponentStyles",
234
+ "module": "components/service/tw-styles.js"
235
+ }
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "kind": "javascript-module",
241
+ "path": "components/services/index.js",
242
+ "declarations": [],
243
+ "exports": [
244
+ {
245
+ "kind": "js",
246
+ "name": "*",
247
+ "declaration": {
248
+ "name": "*",
249
+ "package": "\"./services.js\""
250
+ }
251
+ },
252
+ {
253
+ "kind": "js",
254
+ "name": "default",
255
+ "declaration": {
256
+ "name": "ECCClientGa4ghServiceRegistryServices",
257
+ "module": "components/services/index.js"
258
+ }
259
+ },
260
+ {
261
+ "kind": "custom-element-definition",
262
+ "name": "ecc-client-ga4gh-service-registry-services",
263
+ "declaration": {
264
+ "name": "ECCClientGa4ghServiceRegistryServices",
265
+ "module": "/src/components/services/services.js"
266
+ }
267
+ }
268
+ ]
269
+ },
270
+ {
271
+ "kind": "javascript-module",
272
+ "path": "components/services/services.js",
273
+ "declarations": [
274
+ {
275
+ "kind": "class",
276
+ "description": "",
277
+ "name": "ECCClientGa4ghServiceRegistryServices",
278
+ "members": [
279
+ {
280
+ "kind": "field",
281
+ "name": "baseUrl",
282
+ "type": {
283
+ "text": "string"
284
+ },
285
+ "default": "\"\"",
286
+ "description": "Base URL of the Service Registry instance"
287
+ },
288
+ {
289
+ "kind": "field",
290
+ "name": "filter",
291
+ "type": {
292
+ "text": "boolean"
293
+ },
294
+ "default": "true",
295
+ "description": "Determines if the service filter field should be rendered"
296
+ },
297
+ {
298
+ "kind": "field",
299
+ "name": "search",
300
+ "type": {
301
+ "text": "boolean"
302
+ },
303
+ "default": "true",
304
+ "description": "Determines if the search field should be rendered"
305
+ },
306
+ {
307
+ "kind": "field",
308
+ "name": "provider",
309
+ "type": {
310
+ "text": "ServiceRegistryProvider"
311
+ },
312
+ "description": "Custom data provider (optional, overrides baseUrl)"
313
+ },
314
+ {
315
+ "kind": "field",
316
+ "name": "searchQuery",
317
+ "type": {
318
+ "text": "string"
319
+ },
320
+ "privacy": "private",
321
+ "default": "\"\""
322
+ },
323
+ {
324
+ "kind": "field",
325
+ "name": "services",
326
+ "type": {
327
+ "text": "ExternalService[]"
328
+ },
329
+ "privacy": "private",
330
+ "default": "[]"
331
+ },
332
+ {
333
+ "kind": "field",
334
+ "name": "loading",
335
+ "type": {
336
+ "text": "boolean"
337
+ },
338
+ "privacy": "private",
339
+ "default": "false"
340
+ },
341
+ {
342
+ "kind": "field",
343
+ "name": "error",
344
+ "type": {
345
+ "text": "string | null"
346
+ },
347
+ "privacy": "private",
348
+ "default": "null"
349
+ },
350
+ {
351
+ "kind": "field",
352
+ "name": "serviceTypes",
353
+ "type": {
354
+ "text": "ServiceType[]"
355
+ },
356
+ "privacy": "private",
357
+ "default": "[]"
358
+ },
359
+ {
360
+ "kind": "field",
361
+ "name": "searchTimeout",
362
+ "type": {
363
+ "text": "ReturnType<typeof setTimeout> | null"
364
+ },
365
+ "privacy": "private",
366
+ "default": "null"
367
+ },
368
+ {
369
+ "kind": "field",
370
+ "name": "_provider",
371
+ "type": {
372
+ "text": "ServiceRegistryProvider | null"
373
+ },
374
+ "privacy": "private",
375
+ "default": "null"
376
+ },
377
+ {
378
+ "kind": "method",
379
+ "name": "loadServiceTypes",
380
+ "privacy": "private",
381
+ "return": {
382
+ "type": {
383
+ "text": "Promise<void>"
384
+ }
385
+ }
386
+ },
387
+ {
388
+ "kind": "method",
389
+ "name": "loadData",
390
+ "privacy": "private",
391
+ "return": {
392
+ "type": {
393
+ "text": "Promise<void>"
394
+ }
395
+ }
396
+ },
397
+ {
398
+ "kind": "method",
399
+ "name": "handleSearch",
400
+ "privacy": "private",
401
+ "return": {
402
+ "type": {
403
+ "text": "void"
404
+ }
405
+ },
406
+ "parameters": [
407
+ {
408
+ "name": "e",
409
+ "type": {
410
+ "text": "CustomEvent"
411
+ }
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "kind": "method",
417
+ "name": "filterServices",
418
+ "privacy": "private",
419
+ "return": {
420
+ "type": {
421
+ "text": "void"
422
+ }
423
+ }
424
+ },
425
+ {
426
+ "kind": "method",
427
+ "name": "handleViewDetails",
428
+ "privacy": "private",
429
+ "return": {
430
+ "type": {
431
+ "text": "void"
432
+ }
433
+ },
434
+ "parameters": [
435
+ {
436
+ "name": "serviceId",
437
+ "type": {
438
+ "text": "string"
439
+ }
440
+ }
441
+ ]
442
+ },
443
+ {
444
+ "kind": "method",
445
+ "name": "renderSkeletonRows",
446
+ "privacy": "private",
447
+ "static": true
448
+ },
449
+ {
450
+ "kind": "method",
451
+ "name": "getServiceTypeVariant",
452
+ "privacy": "private",
453
+ "static": true,
454
+ "return": {
455
+ "type": {
456
+ "text": "\"default\" | \"secondary\" | \"destructive\" | \"outline\""
457
+ }
458
+ },
459
+ "parameters": [
460
+ {
461
+ "name": "type",
462
+ "type": {
463
+ "text": "ServiceType"
464
+ }
465
+ }
466
+ ]
467
+ }
468
+ ],
469
+ "events": [
470
+ {
471
+ "name": "ecc-services-changed",
472
+ "type": {
473
+ "text": "CustomEvent"
474
+ },
475
+ "description": "Fired when services data changes",
476
+ "reactName": "onEccServicesChanged",
477
+ "eventName": "EccServicesChangedEvent"
478
+ },
479
+ {
480
+ "name": "ecc-service-selected",
481
+ "type": {
482
+ "text": "CustomEvent"
483
+ },
484
+ "description": "Fired when a service is clicked",
485
+ "reactName": "onEccServiceSelected",
486
+ "eventName": "EccServiceSelectedEvent"
487
+ }
488
+ ],
489
+ "superclass": {
490
+ "name": "LitElement",
491
+ "package": "lit"
492
+ },
493
+ "summary": "This component is used to display data from Service Registry API.",
494
+ "jsDoc": "/**\n * @summary This component is used to display data from Service Registry API.\n * @since 1.0.0\n *\n * @property {string} baseUrl - Base URL of the Service Registry instance\n * @property {boolean} filter - Determines if the service filter field should be rendered\n * @property {boolean} search - Determines if the search field should be rendered\n * @property {ServiceRegistryProvider} provider - Custom data provider (optional, overrides baseUrl)\n *\n * @fires ecc-services-changed - Fired when services data changes\n * @fires ecc-service-selected - Fired when a service is clicked\n */",
495
+ "tagName": "ecc-client-ga4gh-service-registry-services",
496
+ "customElement": true
497
+ }
498
+ ],
499
+ "exports": [
500
+ {
501
+ "kind": "js",
502
+ "name": "ECCClientGa4ghServiceRegistryServices",
503
+ "declaration": {
504
+ "name": "ECCClientGa4ghServiceRegistryServices",
505
+ "module": "components/services/services.js"
506
+ }
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "kind": "javascript-module",
512
+ "path": "components/services/tw-styles.js",
513
+ "declarations": [
514
+ {
515
+ "kind": "variable",
516
+ "name": "ComponentStyles",
517
+ "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 --spacing: 0.25rem;\n --text-xs: 0.75rem;\n --text-xs--line-height: calc(1 / 0.75);\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 .static {\n position: static;\n }\n .line-clamp-3 {\n overflow: hidden;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 3;\n }\n .flex {\n display: flex;\n }\n .w-1\\\\/12 {\n width: calc(1/12 * 100%);\n }\n .w-2\\\\/12 {\n width: calc(2/12 * 100%);\n }\n .w-7\\\\/12 {\n width: calc(7/12 * 100%);\n }\n .w-full {\n width: 100%;\n }\n .max-w-full {\n max-width: 100%;\n }\n .flex-col {\n flex-direction: column;\n }\n .items-center {\n align-items: center;\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 .overflow-hidden {\n overflow: hidden;\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-destructive {\n border-color: var(--destructive);\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 .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .break-all {\n word-break: break-all;\n }\n .whitespace-normal {\n white-space: normal;\n }\n .text-destructive-foreground {\n color: var(--destructive-foreground);\n }\n .text-muted-foreground {\n color: var(--muted-foreground);\n }\n .outline {\n outline-style: var(--tw-outline-style);\n outline-width: 1px;\n }\n .filter {\n filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);\n }\n .part\\\\:h-3 {\n &::part(base) {\n height: calc(var(--spacing) * 3);\n }\n }\n .part\\\\:h-4 {\n &::part(base) {\n height: calc(var(--spacing) * 4);\n }\n }\n .part\\\\:h-5 {\n &::part(base) {\n height: calc(var(--spacing) * 5);\n }\n }\n .part\\\\:h-6 {\n &::part(base) {\n height: calc(var(--spacing) * 6);\n }\n }\n .part\\\\:h-8 {\n &::part(base) {\n height: calc(var(--spacing) * 8);\n }\n }\n .part\\\\:w-4\\\\/5 {\n &::part(base) {\n width: calc(4/5 * 100%);\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-28 {\n &::part(base) {\n width: calc(var(--spacing) * 28);\n }\n }\n .part\\\\:w-40 {\n &::part(base) {\n width: calc(var(--spacing) * 40);\n }\n }\n .part\\\\:w-fit {\n &::part(base) {\n width: fit-content;\n }\n }\n .part\\\\:w-full {\n &::part(base) {\n width: 100%;\n }\n }\n .part\\\\:cursor-pointer {\n &::part(base) {\n cursor: pointer;\n }\n }\n .part\\\\:rounded {\n &::part(base) {\n border-radius: 0.25rem;\n }\n }\n .part\\\\:rounded-full {\n &::part(base) {\n border-radius: calc(infinity * 1px);\n }\n }\n .part\\\\:p-0 {\n &::part(base) {\n padding: calc(var(--spacing) * 0);\n }\n }\n .part\\\\:py-8 {\n &::part(base) {\n padding-block: calc(var(--spacing) * 8);\n }\n }\n .part\\\\:text-center {\n &::part(base) {\n text-align: center;\n }\n }\n .part\\\\:font-medium {\n &::part(base) {\n --tw-font-weight: var(--font-weight-medium);\n font-weight: var(--font-weight-medium);\n }\n }\n .part\\\\:text-muted-foreground {\n &::part(base) {\n color: var(--muted-foreground);\n }\n }\n .part\\\\:text-primary {\n &::part(base) {\n color: var(--primary);\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-border-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n@property --tw-outline-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n@property --tw-blur {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-brightness {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-contrast {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-grayscale {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-hue-rotate {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-invert {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-opacity {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-saturate {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-sepia {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-drop-shadow {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-drop-shadow-color {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-drop-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n@property --tw-drop-shadow-size {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-font-weight {\n syntax: \"*\";\n inherits: false;\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-border-style: solid;\n --tw-outline-style: solid;\n --tw-blur: initial;\n --tw-brightness: initial;\n --tw-contrast: initial;\n --tw-grayscale: initial;\n --tw-hue-rotate: initial;\n --tw-invert: initial;\n --tw-opacity: initial;\n --tw-saturate: initial;\n --tw-sepia: initial;\n --tw-drop-shadow: initial;\n --tw-drop-shadow-color: initial;\n --tw-drop-shadow-alpha: 100%;\n --tw-drop-shadow-size: initial;\n --tw-font-weight: initial;\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 `"
518
+ }
519
+ ],
520
+ "exports": [
521
+ {
522
+ "kind": "js",
523
+ "name": "ComponentStyles",
524
+ "declaration": {
525
+ "name": "ComponentStyles",
526
+ "module": "components/services/tw-styles.js"
527
+ }
528
+ }
529
+ ]
530
+ }
531
+ ],
532
+ "package": {
533
+ "name": "@elixir-cloud/service-registry",
534
+ "description": "Web Component for interacting with GA4GH Service Registry Standard",
535
+ "version": "2.0.0-alpha.28",
536
+ "license": "Apache-2.0"
537
+ }
538
+ }
@@ -0,0 +1,6 @@
1
+ export type EccServiceChangedEvent = CustomEvent<Record<string, any>>;
2
+ declare global {
3
+ interface GlobalEventHandlersEventMap {
4
+ "ecc-service-changed": EccServiceChangedEvent;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export type EccServiceSelectedEvent = CustomEvent<Record<string, any>>;
2
+ declare global {
3
+ interface GlobalEventHandlersEventMap {
4
+ "ecc-service-selected": EccServiceSelectedEvent;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export type EccServicesChangedEvent = CustomEvent<Record<string, any>>;
2
+ declare global {
3
+ interface GlobalEventHandlersEventMap {
4
+ "ecc-services-changed": EccServicesChangedEvent;
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export type EccServicesSelectedEvent = CustomEvent<Record<string, any>>;
2
+ declare global {
3
+ interface GlobalEventHandlersEventMap {
4
+ "ecc-services-selected": EccServicesSelectedEvent;
5
+ }
6
+ }
@@ -0,0 +1,4 @@
1
+ export type { EccServiceChangedEvent } from "./ecc-service-changed.js";
2
+ export type { EccServiceSelectedEvent } from "./ecc-service-selected.js";
3
+ export type { EccServicesChangedEvent } from "./ecc-services-changed.js";
4
+ export type { EccServicesSelectedEvent } from "./ecc-services-selected.js";
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Global styles that can be applied to all components
3
+ */
4
+ export declare const GlobalStyles: import("lit").CSSResult;
@@ -0,0 +1 @@
1
+ import "./components/index.js";
package/dist/index.js ADDED
@@ -0,0 +1,10 @@
1
+ import './chunks/chunk.EDOYU2FL.js';
2
+ import './chunks/chunk.FSZTY25R.js';
3
+ import './chunks/chunk.422CUO5Q.js';
4
+ import './chunks/chunk.2GTT6OBC.js';
5
+ import './chunks/chunk.UMP3GNBP.js';
6
+ import './chunks/chunk.KXF7UXMG.js';
7
+ import './chunks/chunk.TWJOFBJX.js';
8
+ import './chunks/chunk.SWMR6FP7.js';
9
+ import './chunks/chunk.L4ERSGP3.js';
10
+ import './chunks/chunk.WHWUXFA2.js';
@@ -0,0 +1,3 @@
1
+ export { ServiceRegistryProvider } from "./sr-provider.js";
2
+ export { RestServiceRegistryProvider } from "./rest-sr-provider.js";
3
+ export type { Service, ServiceType, Organization, ExternalService, Error, } from "./sr-provider.js";
@@ -0,0 +1,3 @@
1
+ import '../chunks/chunk.P4Y7MKRA.js';
2
+ export { RestServiceRegistryProvider } from '../chunks/chunk.L4ERSGP3.js';
3
+ import '../chunks/chunk.WHWUXFA2.js';