@elyracode/web-ui 0.9.12 → 0.9.13

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 (73) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/ChatPanel.d.ts.map +1 -1
  3. package/dist/components/AgentInterface.d.ts.map +1 -1
  4. package/dist/components/AttachmentTile.d.ts.map +1 -1
  5. package/dist/components/ConsoleBlock.d.ts.map +1 -1
  6. package/dist/components/CustomProviderCard.d.ts.map +1 -1
  7. package/dist/components/ExpandableSection.d.ts.map +1 -1
  8. package/dist/components/MessageEditor.d.ts.map +1 -1
  9. package/dist/components/MessageList.d.ts.map +1 -1
  10. package/dist/components/Messages.d.ts.map +1 -1
  11. package/dist/components/ProviderKeyInput.d.ts.map +1 -1
  12. package/dist/components/SandboxedIframe.d.ts.map +1 -1
  13. package/dist/components/SandboxedIframe.js.map +1 -1
  14. package/dist/components/StreamingMessageContainer.d.ts.map +1 -1
  15. package/dist/components/ThinkingBlock.d.ts.map +1 -1
  16. package/dist/components/sandbox/ArtifactsRuntimeProvider.d.ts.map +1 -1
  17. package/dist/components/sandbox/ArtifactsRuntimeProvider.js.map +1 -1
  18. package/dist/components/sandbox/AttachmentsRuntimeProvider.d.ts.map +1 -1
  19. package/dist/components/sandbox/AttachmentsRuntimeProvider.js.map +1 -1
  20. package/dist/components/sandbox/ConsoleRuntimeProvider.d.ts.map +1 -1
  21. package/dist/components/sandbox/FileDownloadRuntimeProvider.d.ts.map +1 -1
  22. package/dist/components/sandbox/RuntimeMessageBridge.d.ts.map +1 -1
  23. package/dist/components/sandbox/RuntimeMessageRouter.d.ts.map +1 -1
  24. package/dist/dialogs/ApiKeyPromptDialog.d.ts.map +1 -1
  25. package/dist/dialogs/ApiKeyPromptDialog.js.map +1 -1
  26. package/dist/dialogs/AttachmentOverlay.d.ts.map +1 -1
  27. package/dist/dialogs/AttachmentOverlay.js.map +1 -1
  28. package/dist/dialogs/CustomProviderDialog.d.ts.map +1 -1
  29. package/dist/dialogs/ModelSelector.d.ts.map +1 -1
  30. package/dist/dialogs/ModelSelector.js.map +1 -1
  31. package/dist/dialogs/PersistentStorageDialog.d.ts.map +1 -1
  32. package/dist/dialogs/PersistentStorageDialog.js.map +1 -1
  33. package/dist/dialogs/ProvidersModelsTab.d.ts.map +1 -1
  34. package/dist/dialogs/SessionListDialog.d.ts.map +1 -1
  35. package/dist/dialogs/SessionListDialog.js.map +1 -1
  36. package/dist/dialogs/SettingsDialog.d.ts.map +1 -1
  37. package/dist/dialogs/SettingsDialog.js.map +1 -1
  38. package/dist/prompts/prompts.d.ts.map +1 -1
  39. package/dist/storage/app-storage.d.ts.map +1 -1
  40. package/dist/storage/backends/indexeddb-storage-backend.d.ts.map +1 -1
  41. package/dist/storage/backends/indexeddb-storage-backend.js.map +1 -1
  42. package/dist/storage/store.d.ts.map +1 -1
  43. package/dist/storage/stores/custom-providers-store.d.ts.map +1 -1
  44. package/dist/storage/stores/provider-keys-store.d.ts.map +1 -1
  45. package/dist/storage/stores/sessions-store.d.ts.map +1 -1
  46. package/dist/storage/stores/settings-store.d.ts.map +1 -1
  47. package/dist/tools/artifacts/ArtifactElement.d.ts.map +1 -1
  48. package/dist/tools/artifacts/Console.d.ts.map +1 -1
  49. package/dist/tools/artifacts/DocxArtifact.d.ts.map +1 -1
  50. package/dist/tools/artifacts/ExcelArtifact.d.ts.map +1 -1
  51. package/dist/tools/artifacts/GenericArtifact.d.ts.map +1 -1
  52. package/dist/tools/artifacts/HtmlArtifact.d.ts.map +1 -1
  53. package/dist/tools/artifacts/ImageArtifact.d.ts.map +1 -1
  54. package/dist/tools/artifacts/MarkdownArtifact.d.ts.map +1 -1
  55. package/dist/tools/artifacts/PdfArtifact.d.ts.map +1 -1
  56. package/dist/tools/artifacts/PdfArtifact.js.map +1 -1
  57. package/dist/tools/artifacts/SvgArtifact.d.ts.map +1 -1
  58. package/dist/tools/artifacts/TextArtifact.d.ts.map +1 -1
  59. package/dist/tools/artifacts/artifacts-tool-renderer.d.ts.map +1 -1
  60. package/dist/tools/artifacts/artifacts-tool-renderer.js.map +1 -1
  61. package/dist/tools/artifacts/artifacts.d.ts.map +1 -1
  62. package/dist/tools/artifacts/artifacts.js.map +1 -1
  63. package/dist/tools/renderers/BashRenderer.d.ts.map +1 -1
  64. package/dist/tools/renderers/CalculateRenderer.d.ts.map +1 -1
  65. package/dist/tools/renderers/DefaultRenderer.d.ts.map +1 -1
  66. package/dist/tools/renderers/GetCurrentTimeRenderer.d.ts.map +1 -1
  67. package/dist/utils/attachment-utils.js.map +1 -1
  68. package/dist/utils/i18n.d.ts +14 -14
  69. package/dist/utils/proxy-utils.d.ts.map +1 -1
  70. package/dist/utils/test-sessions.d.ts +47 -47
  71. package/dist/utils/test-sessions.d.ts.map +1 -1
  72. package/example/package.json +1 -1
  73. package/package.json +6 -6
@@ -41,6 +41,7 @@ export declare const simpleHtml: {
41
41
  name?: undefined;
42
42
  arguments?: undefined;
43
43
  } | {
44
+ text?: undefined;
44
45
  type: string;
45
46
  id: string;
46
47
  name: string;
@@ -49,7 +50,6 @@ export declare const simpleHtml: {
49
50
  filename: string;
50
51
  content: string;
51
52
  };
52
- text?: undefined;
53
53
  })[];
54
54
  api: string;
55
55
  provider: string;
@@ -75,17 +75,17 @@ export declare const simpleHtml: {
75
75
  output?: undefined;
76
76
  isError?: undefined;
77
77
  } | {
78
- role: string;
79
- toolCallId: string;
80
- toolName: string;
81
- output: string;
82
- isError: boolean;
83
78
  content?: undefined;
84
79
  api?: undefined;
85
80
  provider?: undefined;
86
81
  model?: undefined;
87
82
  usage?: undefined;
88
83
  stopReason?: undefined;
84
+ role: string;
85
+ toolCallId: string;
86
+ toolName: string;
87
+ output: string;
88
+ isError: boolean;
89
89
  })[];
90
90
  };
91
91
  export declare const longSession: {
@@ -108,11 +108,6 @@ export declare const longSession: {
108
108
  maxTokens: number;
109
109
  };
110
110
  messages: ({
111
- role: string;
112
- content: {
113
- type: string;
114
- text: string;
115
- }[];
116
111
  api?: undefined;
117
112
  provider?: undefined;
118
113
  model?: undefined;
@@ -122,17 +117,27 @@ export declare const longSession: {
122
117
  toolName?: undefined;
123
118
  output?: undefined;
124
119
  isError?: undefined;
120
+ role: string;
121
+ content: {
122
+ type: string;
123
+ text: string;
124
+ }[];
125
125
  details?: undefined;
126
126
  errorMessage?: undefined;
127
127
  } | {
128
+ toolCallId?: undefined;
129
+ toolName?: undefined;
130
+ output?: undefined;
131
+ isError?: undefined;
128
132
  role: string;
129
133
  content: ({
130
- type: string;
131
- text: string;
132
134
  id?: undefined;
133
135
  name?: undefined;
134
136
  arguments?: undefined;
137
+ type: string;
138
+ text: string;
135
139
  } | {
140
+ text?: undefined;
136
141
  type: string;
137
142
  id: string;
138
143
  name: string;
@@ -141,7 +146,6 @@ export declare const longSession: {
141
146
  filename: string;
142
147
  content: string;
143
148
  };
144
- text?: undefined;
145
149
  })[];
146
150
  api: string;
147
151
  provider: string;
@@ -162,42 +166,42 @@ export declare const longSession: {
162
166
  };
163
167
  };
164
168
  stopReason: string;
165
- toolCallId?: undefined;
166
- toolName?: undefined;
167
- output?: undefined;
168
- isError?: undefined;
169
169
  details?: undefined;
170
170
  errorMessage?: undefined;
171
171
  } | {
172
- role: string;
173
- toolCallId: string;
174
- toolName: string;
175
- output: string;
176
- isError: boolean;
177
172
  content?: undefined;
178
173
  api?: undefined;
179
174
  provider?: undefined;
180
175
  model?: undefined;
181
176
  usage?: undefined;
182
177
  stopReason?: undefined;
178
+ role: string;
179
+ toolCallId: string;
180
+ toolName: string;
181
+ output: string;
182
+ isError: boolean;
183
183
  details?: undefined;
184
184
  errorMessage?: undefined;
185
185
  } | {
186
+ toolCallId?: undefined;
187
+ toolName?: undefined;
188
+ output?: undefined;
189
+ isError?: undefined;
186
190
  role: string;
187
191
  content: ({
188
- type: string;
189
- text: string;
190
192
  id?: undefined;
191
193
  name?: undefined;
192
194
  arguments?: undefined;
195
+ type: string;
196
+ text: string;
193
197
  } | {
198
+ text?: undefined;
194
199
  type: string;
195
200
  id: string;
196
201
  name: string;
197
202
  arguments: {
198
203
  code: string;
199
204
  };
200
- text?: undefined;
201
205
  })[];
202
206
  api: string;
203
207
  provider: string;
@@ -218,13 +222,15 @@ export declare const longSession: {
218
222
  };
219
223
  };
220
224
  stopReason: string;
221
- toolCallId?: undefined;
222
- toolName?: undefined;
223
- output?: undefined;
224
- isError?: undefined;
225
225
  details?: undefined;
226
226
  errorMessage?: undefined;
227
227
  } | {
228
+ content?: undefined;
229
+ api?: undefined;
230
+ provider?: undefined;
231
+ model?: undefined;
232
+ usage?: undefined;
233
+ stopReason?: undefined;
228
234
  role: string;
229
235
  toolCallId: string;
230
236
  toolName: string;
@@ -233,14 +239,13 @@ export declare const longSession: {
233
239
  files: never[];
234
240
  };
235
241
  isError: boolean;
236
- content?: undefined;
237
- api?: undefined;
238
- provider?: undefined;
239
- model?: undefined;
240
- usage?: undefined;
241
- stopReason?: undefined;
242
242
  errorMessage?: undefined;
243
243
  } | {
244
+ toolCallId?: undefined;
245
+ toolName?: undefined;
246
+ output?: undefined;
247
+ isError?: undefined;
248
+ details?: undefined;
244
249
  role: string;
245
250
  content: {
246
251
  type: string;
@@ -266,20 +271,22 @@ export declare const longSession: {
266
271
  };
267
272
  stopReason: string;
268
273
  errorMessage: string;
274
+ } | {
269
275
  toolCallId?: undefined;
270
276
  toolName?: undefined;
271
277
  output?: undefined;
272
278
  isError?: undefined;
273
279
  details?: undefined;
274
- } | {
280
+ errorMessage?: undefined;
275
281
  role: string;
276
282
  content: ({
277
- type: string;
278
- text: string;
279
283
  id?: undefined;
280
284
  name?: undefined;
281
285
  arguments?: undefined;
286
+ type: string;
287
+ text: string;
282
288
  } | {
289
+ text?: undefined;
283
290
  type: string;
284
291
  id: string;
285
292
  name: string;
@@ -289,7 +296,6 @@ export declare const longSession: {
289
296
  title: string;
290
297
  content: string;
291
298
  };
292
- text?: undefined;
293
299
  })[];
294
300
  api: string;
295
301
  provider: string;
@@ -310,13 +316,13 @@ export declare const longSession: {
310
316
  };
311
317
  };
312
318
  stopReason: string;
319
+ } | {
313
320
  toolCallId?: undefined;
314
321
  toolName?: undefined;
315
322
  output?: undefined;
316
323
  isError?: undefined;
317
324
  details?: undefined;
318
325
  errorMessage?: undefined;
319
- } | {
320
326
  role: string;
321
327
  content: {
322
328
  type: string;
@@ -348,12 +354,6 @@ export declare const longSession: {
348
354
  };
349
355
  };
350
356
  stopReason: string;
351
- toolCallId?: undefined;
352
- toolName?: undefined;
353
- output?: undefined;
354
- isError?: undefined;
355
- details?: undefined;
356
- errorMessage?: undefined;
357
357
  })[];
358
358
  };
359
359
  //# sourceMappingURL=test-sessions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"test-sessions.d.ts","sourceRoot":"","sources":["../../src/utils/test-sessions.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyGtB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwsEvB,CAAC"}
1
+ {"version":3,"file":"test-sessions.d.ts","sourceRoot":"","sources":["../../src/utils/test-sessions.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU;;;QAIrB,EAAE;QACF,IAAI;QACJ,GAAG;QACH,QAAQ;QACR,OAAO;QACP,SAAS;QACT,KAAK;QACL,IAAI;YACH,KAAK;YACL,MAAM;YACN,SAAS;YACT,UAAU;;QAEX,aAAa;QACb,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAwBL,OAAO;gBACP,QAAQ;gBACR,OAAO;;;;;;;YAST,KAAK;YACL,MAAM;YACN,SAAS;YACT,UAAU;YACV,WAAW;YACX,IAAI;gBACH,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;gBACX,WAAW;gBACV,KAAK;;;;;;;;;;;;;;;;;;;;;CAyCT,CAAC;AAEF,eAAO,MAAM,WAAW;;;QAItB,EAAE;QACF,IAAI;QACJ,GAAG;QACH,QAAQ;QACR,OAAO;QACP,SAAS;QACT,KAAK;QACL,IAAI;YACH,KAAK;YACL,MAAM;YACN,SAAS;YACT,UAAU;;QAEX,aAAa;QACb,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAwBL,OAAO;gBACP,QAAQ;gBACR,OAAO;;;;;;;YAST,KAAK;YACL,MAAM;YACN,SAAS;YACT,UAAU;YACV,WAAW;YACX,IAAI;gBACH,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;gBACX,WAAW;gBACV,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA6DJ,IAAI;;;;;;;YAQN,KAAK;YACL,MAAM;YACN,SAAS;YACT,UAAU;YACV,WAAW;YACX,IAAI;gBACH,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;gBACX,WAAW;gBACV,KAAK;;;;;;;;;;;;;;;;;;YAYN,KAAK;;;;;;;;;;;;;;;;;;;YAuVL,KAAK;YACL,MAAM;YACN,SAAS;YACT,UAAU;YACV,WAAW;YACX,IAAI;gBACH,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;gBACX,WAAW;gBACV,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;gBAwlCJ,OAAO;gBACP,QAAQ;gBACR,KAAK;gBACL,OAAO;;;;;;;YAST,KAAK;YACL,MAAM;YACN,SAAS;YACT,UAAU;YACV,WAAW;YACX,IAAI;gBACH,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;gBACX,WAAW;gBACV,KAAK;;;;;;;;;;;;;;;;;gBAwcJ,OAAO;gBACP,QAAQ;gBACR,OAAO;gBACP,OAAO;;;;;;;YAST,KAAK;YACL,MAAM;YACN,SAAS;YACT,UAAU;YACV,WAAW;YACX,IAAI;gBACH,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;gBACX,WAAW;gBACV,KAAK;;;;;CA4HT,CAAC"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elyra-web-ui-example",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyracode/web-ui",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "description": "Reusable web UI components for AI chat interfaces powered by @elyra/ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,8 +17,8 @@
17
17
  "check": "biome check --write --error-on-warnings . && tsc --noEmit && cd example && biome check --write --error-on-warnings . && tsc --noEmit"
18
18
  },
19
19
  "dependencies": {
20
- "@elyracode/ai": "^0.9.12",
21
- "@elyracode/tui": "^0.9.12",
20
+ "@elyracode/ai": "^0.9.13",
21
+ "@elyracode/tui": "^0.9.13",
22
22
  "@lmstudio/sdk": "^1.5.0",
23
23
  "docx-preview": "^0.3.7",
24
24
  "jszip": "^3.10.1",
@@ -29,14 +29,14 @@
29
29
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
30
30
  },
31
31
  "peerDependencies": {
32
- "@elyracode/mini-lit": "^0.9.12",
32
+ "@elyracode/mini-lit": "^0.9.13",
33
33
  "lit": "^3.3.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@elyracode/mini-lit": "^0.9.12",
36
+ "@elyracode/mini-lit": "^0.9.13",
37
37
  "@tailwindcss/cli": "^4.0.0-beta.14",
38
38
  "concurrently": "^10.0.3",
39
- "typescript": "^6.0.3"
39
+ "typescript": "^7.0.2"
40
40
  },
41
41
  "keywords": [
42
42
  "ai",