@arcgis/ai-components 5.0.0-next.133

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 (126) hide show
  1. package/LICENSE.md +17 -0
  2. package/README.md +11 -0
  3. package/dist/cdn/2KGO3SIH.js +4 -0
  4. package/dist/cdn/2OKOKVH3.js +4 -0
  5. package/dist/cdn/46CNQJRX.js +4 -0
  6. package/dist/cdn/7QPPUNQ3.js +4 -0
  7. package/dist/cdn/A3UHOE4Q.js +30 -0
  8. package/dist/cdn/A7BGJLHS.js +204 -0
  9. package/dist/cdn/AB32PU6M.js +4 -0
  10. package/dist/cdn/AD7WB3RO.js +4 -0
  11. package/dist/cdn/ASKBAWPQ.js +27 -0
  12. package/dist/cdn/BCCDWQP4.js +4 -0
  13. package/dist/cdn/CF42OIDB.js +4 -0
  14. package/dist/cdn/CGGGHCIN.js +4 -0
  15. package/dist/cdn/EJW7PCMD.js +4 -0
  16. package/dist/cdn/FORRN75L.js +4 -0
  17. package/dist/cdn/FYKWTA6C.js +58 -0
  18. package/dist/cdn/G7XEFTIR.js +4 -0
  19. package/dist/cdn/GRXZ64LO.js +20 -0
  20. package/dist/cdn/GZUY3255.js +61 -0
  21. package/dist/cdn/HPGCDT6I.js +4 -0
  22. package/dist/cdn/ID5STKZH.js +90 -0
  23. package/dist/cdn/J62NTCLN.js +4 -0
  24. package/dist/cdn/KMV7W5OL.js +4 -0
  25. package/dist/cdn/LILVLE37.js +87 -0
  26. package/dist/cdn/MXHQFIP3.js +19 -0
  27. package/dist/cdn/N4CYINOF.js +6 -0
  28. package/dist/cdn/NR6PK4OK.js +4 -0
  29. package/dist/cdn/PA2KCYKL.js +71 -0
  30. package/dist/cdn/PEFKT7JJ.js +4 -0
  31. package/dist/cdn/Q34AELDL.js +4 -0
  32. package/dist/cdn/Q3MKHRXI.js +4 -0
  33. package/dist/cdn/QIU4T2DV.js +4 -0
  34. package/dist/cdn/TCNLHL43.js +79 -0
  35. package/dist/cdn/UC4HPCM3.js +19 -0
  36. package/dist/cdn/UIUJKONY.js +4 -0
  37. package/dist/cdn/USJ5YVZN.js +16 -0
  38. package/dist/cdn/W4LEGPD2.js +111 -0
  39. package/dist/cdn/WOP5ENGJ.js +134 -0
  40. package/dist/cdn/YXLN5DSL.js +6 -0
  41. package/dist/cdn/ZQEX3TGK.js +17 -0
  42. package/dist/cdn/assets/assistant/t9n/messages.en.json +1 -0
  43. package/dist/cdn/assets/assistant-chat-card/t9n/messages.en.json +1 -0
  44. package/dist/cdn/assets/assistant-chat-entry/t9n/messages.en.json +1 -0
  45. package/dist/cdn/assets/assistant-interrupt/t9n/messages.en.json +1 -0
  46. package/dist/cdn/assets/assistant-shell/t9n/messages.en.json +1 -0
  47. package/dist/cdn/index.js +4 -0
  48. package/dist/cdn/main.css +1 -0
  49. package/dist/chunks/runtime.js +17 -0
  50. package/dist/chunks/useT9n.js +9 -0
  51. package/dist/chunks/utils.js +35 -0
  52. package/dist/chunks/utils2.js +9 -0
  53. package/dist/components/arcgis-assistant/customElement.d.ts +14 -0
  54. package/dist/components/arcgis-assistant/customElement.js +250 -0
  55. package/dist/components/arcgis-assistant/index.d.ts +5 -0
  56. package/dist/components/arcgis-assistant/index.js +5 -0
  57. package/dist/components/arcgis-assistant/support/OrchestratorController.d.ts +33 -0
  58. package/dist/components/arcgis-assistant/support/utils.d.ts +1 -0
  59. package/dist/components/arcgis-assistant-agent/customElement.d.ts +10 -0
  60. package/dist/components/arcgis-assistant-agent/customElement.js +21 -0
  61. package/dist/components/arcgis-assistant-agent/index.d.ts +1 -0
  62. package/dist/components/arcgis-assistant-agent/index.js +1 -0
  63. package/dist/components/arcgis-assistant-chat/customElement.d.ts +17 -0
  64. package/dist/components/arcgis-assistant-chat/customElement.js +47 -0
  65. package/dist/components/arcgis-assistant-chat/index.d.ts +2 -0
  66. package/dist/components/arcgis-assistant-chat/index.js +2 -0
  67. package/dist/components/arcgis-assistant-chat-card/customElement.d.ts +18 -0
  68. package/dist/components/arcgis-assistant-chat-card/customElement.js +55 -0
  69. package/dist/components/arcgis-assistant-chat-card/index.d.ts +6 -0
  70. package/dist/components/arcgis-assistant-chat-card/index.js +6 -0
  71. package/dist/components/arcgis-assistant-chat-card-content/customElement.d.ts +11 -0
  72. package/dist/components/arcgis-assistant-chat-card-content/customElement.js +42 -0
  73. package/dist/components/arcgis-assistant-chat-card-content/index.d.ts +2 -0
  74. package/dist/components/arcgis-assistant-chat-card-content/index.js +2 -0
  75. package/dist/components/arcgis-assistant-chat-entry/customElement.d.ts +19 -0
  76. package/dist/components/arcgis-assistant-chat-entry/customElement.js +46 -0
  77. package/dist/components/arcgis-assistant-chat-entry/index.d.ts +4 -0
  78. package/dist/components/arcgis-assistant-chat-entry/index.js +4 -0
  79. package/dist/components/arcgis-assistant-data-exploration-agent/customElement.d.ts +7 -0
  80. package/dist/components/arcgis-assistant-data-exploration-agent/customElement.js +28 -0
  81. package/dist/components/arcgis-assistant-data-exploration-agent/index.d.ts +1 -0
  82. package/dist/components/arcgis-assistant-data-exploration-agent/index.js +1 -0
  83. package/dist/components/arcgis-assistant-interrupt/customElement.d.ts +14 -0
  84. package/dist/components/arcgis-assistant-interrupt/customElement.js +39 -0
  85. package/dist/components/arcgis-assistant-interrupt/index.d.ts +6 -0
  86. package/dist/components/arcgis-assistant-interrupt/index.js +6 -0
  87. package/dist/components/arcgis-assistant-layer-filter-agent/customElement.d.ts +7 -0
  88. package/dist/components/arcgis-assistant-layer-filter-agent/customElement.js +28 -0
  89. package/dist/components/arcgis-assistant-layer-filter-agent/index.d.ts +1 -0
  90. package/dist/components/arcgis-assistant-layer-filter-agent/index.js +1 -0
  91. package/dist/components/arcgis-assistant-layer-query-agent/customElement.d.ts +7 -0
  92. package/dist/components/arcgis-assistant-layer-query-agent/customElement.js +28 -0
  93. package/dist/components/arcgis-assistant-layer-query-agent/index.d.ts +1 -0
  94. package/dist/components/arcgis-assistant-layer-query-agent/index.js +1 -0
  95. package/dist/components/arcgis-assistant-layer-styling-agent/customElement.d.ts +7 -0
  96. package/dist/components/arcgis-assistant-layer-styling-agent/customElement.js +28 -0
  97. package/dist/components/arcgis-assistant-layer-styling-agent/index.d.ts +1 -0
  98. package/dist/components/arcgis-assistant-layer-styling-agent/index.js +1 -0
  99. package/dist/components/arcgis-assistant-navigation-agent/customElement.d.ts +7 -0
  100. package/dist/components/arcgis-assistant-navigation-agent/customElement.js +28 -0
  101. package/dist/components/arcgis-assistant-navigation-agent/index.d.ts +1 -0
  102. package/dist/components/arcgis-assistant-navigation-agent/index.js +1 -0
  103. package/dist/components/arcgis-assistant-shell/customElement.d.ts +25 -0
  104. package/dist/components/arcgis-assistant-shell/customElement.js +29 -0
  105. package/dist/components/arcgis-assistant-shell/index.d.ts +6 -0
  106. package/dist/components/arcgis-assistant-shell/index.js +6 -0
  107. package/dist/components/assistant/assistant-agents/support/utils.d.ts +14 -0
  108. package/dist/controllers/useT9n.d.ts +1 -0
  109. package/dist/customAgents/AddAgent/AddAgent.d.ts +2 -0
  110. package/dist/docs/api.json +2239 -0
  111. package/dist/docs/docs.json +2011 -0
  112. package/dist/docs/vscode.css-custom-data.json +6 -0
  113. package/dist/docs/vscode.html-custom-data.json +306 -0
  114. package/dist/docs/web-types.json +693 -0
  115. package/dist/index.d.ts +99 -0
  116. package/dist/index.js +8 -0
  117. package/dist/loader.d.ts +2 -0
  118. package/dist/loader.js +23 -0
  119. package/dist/oauth-callback.html +31 -0
  120. package/dist/runtime.d.ts +6 -0
  121. package/dist/types/components.d.ts +2 -0
  122. package/dist/types/lumina.d.ts +80 -0
  123. package/dist/types/preact.d.ts +98 -0
  124. package/dist/types/react.d.ts +119 -0
  125. package/dist/types/stencil.d.ts +87 -0
  126. package/package.json +47 -0
@@ -0,0 +1,2239 @@
1
+ {
2
+ "timestamp": "2026-01-17T16:50:05",
3
+ "compiler": {
4
+ "name": "@arcgis/lumina-compiler",
5
+ "version": "5.0.0-next.133",
6
+ "typescriptVersion": "5.9.3"
7
+ },
8
+ "schemaVersion": "2.1.0",
9
+ "modules": [
10
+ {
11
+ "kind": "javascript-module",
12
+ "path": "components/arcgis-assistant",
13
+ "sourcePath": "src/components/assistant/assistant.tsx",
14
+ "declarations": [
15
+ {
16
+ "kind": "class",
17
+ "customElement": true,
18
+ "name": "ArcgisAssistant",
19
+ "tagName": "arcgis-assistant",
20
+ "pascalCaseName": "ArcgisAssistant",
21
+ "superclass": {
22
+ "name": "PublicLitElement",
23
+ "module": "PublicLitElement",
24
+ "package": "@arcgis/lumina"
25
+ },
26
+ "members": [
27
+ {
28
+ "kind": "field",
29
+ "name": "description",
30
+ "type": {
31
+ "text": "string",
32
+ "values": [
33
+ {
34
+ "type": "string"
35
+ }
36
+ ]
37
+ },
38
+ "attribute": "description"
39
+ },
40
+ {
41
+ "kind": "field",
42
+ "name": "entryMessage",
43
+ "type": {
44
+ "text": "string",
45
+ "values": [
46
+ {
47
+ "type": "string"
48
+ }
49
+ ]
50
+ },
51
+ "attribute": "entry-message"
52
+ },
53
+ {
54
+ "kind": "field",
55
+ "name": "heading",
56
+ "type": {
57
+ "text": "string",
58
+ "values": [
59
+ {
60
+ "type": "string"
61
+ }
62
+ ]
63
+ },
64
+ "attribute": "heading"
65
+ },
66
+ {
67
+ "kind": "field",
68
+ "name": "orchestrator",
69
+ "type": {
70
+ "text": "Orchestrator",
71
+ "references": [
72
+ {
73
+ "name": "Orchestrator",
74
+ "package": "@arcgis/ai-orchestrator",
75
+ "module": "orchestrator/orchestrator.d.ts",
76
+ "start": 0,
77
+ "end": 12
78
+ }
79
+ ]
80
+ },
81
+ "readonly": true
82
+ },
83
+ {
84
+ "kind": "field",
85
+ "name": "portal",
86
+ "type": {
87
+ "text": "Portal",
88
+ "references": [
89
+ {
90
+ "name": "Portal",
91
+ "package": "@arcgis/core",
92
+ "module": "portal/Portal.d.ts",
93
+ "viewUrl": "https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html",
94
+ "start": 0,
95
+ "end": 6
96
+ }
97
+ ]
98
+ }
99
+ },
100
+ {
101
+ "kind": "field",
102
+ "name": "referenceElement",
103
+ "type": {
104
+ "text": "ArcgisMap | string",
105
+ "references": [
106
+ {
107
+ "name": "ArcgisMap",
108
+ "package": "@arcgis/map-components",
109
+ "module": "components/arcgis-map/customElement.d.ts",
110
+ "start": 0,
111
+ "end": 9
112
+ }
113
+ ],
114
+ "values": [
115
+ {
116
+ "type": "ArcgisMap"
117
+ },
118
+ {
119
+ "type": "string"
120
+ }
121
+ ]
122
+ },
123
+ "attribute": "reference-element"
124
+ },
125
+ {
126
+ "kind": "field",
127
+ "name": "suggestedPrompts",
128
+ "type": {
129
+ "text": "Array<string>",
130
+ "references": [
131
+ {
132
+ "name": "Array",
133
+ "package": "typescript",
134
+ "module": "lib/lib.es5.d.ts",
135
+ "start": 0,
136
+ "end": 5
137
+ }
138
+ ]
139
+ }
140
+ },
141
+ {
142
+ "kind": "method",
143
+ "name": "componentOnReady",
144
+ "description": "Create a promise that resolves once component is fully loaded.",
145
+ "docsTags": [
146
+ {
147
+ "name": "example",
148
+ "text": "```js\nconst arcgisAssistant = document.querySelector(\"arcgis-assistant\");\ndocument.body.append(arcgisAssistant);\nawait arcgisAssistant.componentOnReady();\nconsole.log(\"arcgis-assistant is ready to go!\");\n```"
149
+ }
150
+ ],
151
+ "return": {
152
+ "type": {
153
+ "text": "Promise<this>",
154
+ "references": [
155
+ {
156
+ "module": "lib/lib.es5.d.ts",
157
+ "name": "Promise",
158
+ "package": "typescript",
159
+ "start": 0,
160
+ "end": 7
161
+ }
162
+ ]
163
+ }
164
+ },
165
+ "inheritedFrom": {
166
+ "name": "PublicLitElement",
167
+ "module": "PublicLitElement",
168
+ "package": "@arcgis/lumina"
169
+ },
170
+ "signature": "(): Promise<this>"
171
+ }
172
+ ],
173
+ "attributes": [
174
+ {
175
+ "name": "description",
176
+ "type": {
177
+ "text": "string",
178
+ "values": [
179
+ {
180
+ "type": "string"
181
+ }
182
+ ]
183
+ },
184
+ "fieldName": "description"
185
+ },
186
+ {
187
+ "name": "entry-message",
188
+ "type": {
189
+ "text": "string",
190
+ "values": [
191
+ {
192
+ "type": "string"
193
+ }
194
+ ]
195
+ },
196
+ "fieldName": "entryMessage"
197
+ },
198
+ {
199
+ "name": "heading",
200
+ "type": {
201
+ "text": "string",
202
+ "values": [
203
+ {
204
+ "type": "string"
205
+ }
206
+ ]
207
+ },
208
+ "fieldName": "heading"
209
+ },
210
+ {
211
+ "name": "reference-element",
212
+ "type": {
213
+ "text": "string",
214
+ "values": [
215
+ {
216
+ "type": "string"
217
+ }
218
+ ]
219
+ },
220
+ "fieldName": "referenceElement"
221
+ }
222
+ ],
223
+ "importPath": "components/arcgis-assistant"
224
+ }
225
+ ],
226
+ "exports": [
227
+ {
228
+ "kind": "custom-element-definition",
229
+ "name": "arcgis-assistant",
230
+ "declaration": {
231
+ "name": "ArcgisAssistant"
232
+ }
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "kind": "javascript-module",
238
+ "path": "components/arcgis-assistant-agent",
239
+ "sourcePath": "src/components/assistant/assistant-agents/assistant-agent/assistant-agent.tsx",
240
+ "declarations": [
241
+ {
242
+ "kind": "class",
243
+ "customElement": true,
244
+ "name": "ArcgisAssistantAgent",
245
+ "tagName": "arcgis-assistant-agent",
246
+ "pascalCaseName": "ArcgisAssistantAgent",
247
+ "superclass": {
248
+ "name": "PublicLitElement",
249
+ "module": "PublicLitElement",
250
+ "package": "@arcgis/lumina"
251
+ },
252
+ "members": [
253
+ {
254
+ "kind": "field",
255
+ "name": "agent",
256
+ "docsTags": [
257
+ {
258
+ "name": "required"
259
+ }
260
+ ],
261
+ "type": {
262
+ "text": "AgentRegistration",
263
+ "references": [
264
+ {
265
+ "name": "AgentRegistration",
266
+ "package": "@arcgis/ai-orchestrator",
267
+ "module": "registry/agentRegistry.d.ts",
268
+ "start": 0,
269
+ "end": 17
270
+ }
271
+ ]
272
+ }
273
+ },
274
+ {
275
+ "kind": "field",
276
+ "name": "context",
277
+ "type": {
278
+ "text": "TContext",
279
+ "references": [
280
+ {
281
+ "name": "TContext",
282
+ "module": "dist/components/arcgis-assistant-agent/customElement.d.ts",
283
+ "start": 0,
284
+ "end": 8
285
+ }
286
+ ]
287
+ }
288
+ },
289
+ {
290
+ "kind": "method",
291
+ "name": "componentOnReady",
292
+ "description": "Create a promise that resolves once component is fully loaded.",
293
+ "docsTags": [
294
+ {
295
+ "name": "example",
296
+ "text": "```js\nconst arcgisAssistantAgent = document.querySelector(\"arcgis-assistant-agent\");\ndocument.body.append(arcgisAssistantAgent);\nawait arcgisAssistantAgent.componentOnReady();\nconsole.log(\"arcgis-assistant-agent is ready to go!\");\n```"
297
+ }
298
+ ],
299
+ "return": {
300
+ "type": {
301
+ "text": "Promise<this>",
302
+ "references": [
303
+ {
304
+ "module": "lib/lib.es5.d.ts",
305
+ "name": "Promise",
306
+ "package": "typescript",
307
+ "start": 0,
308
+ "end": 7
309
+ }
310
+ ]
311
+ }
312
+ },
313
+ "inheritedFrom": {
314
+ "name": "PublicLitElement",
315
+ "module": "PublicLitElement",
316
+ "package": "@arcgis/lumina"
317
+ },
318
+ "signature": "(): Promise<this>"
319
+ }
320
+ ],
321
+ "importPath": "components/arcgis-assistant-agent"
322
+ }
323
+ ],
324
+ "exports": [
325
+ {
326
+ "kind": "custom-element-definition",
327
+ "name": "arcgis-assistant-agent",
328
+ "declaration": {
329
+ "name": "ArcgisAssistantAgent"
330
+ }
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "kind": "javascript-module",
336
+ "path": "components/arcgis-assistant-data-exploration-agent",
337
+ "sourcePath": "src/components/assistant/assistant-agents/assistant-data-exploration-agent/assistant-data-exploration-agent.tsx",
338
+ "declarations": [
339
+ {
340
+ "kind": "class",
341
+ "customElement": true,
342
+ "name": "ArcgisAssistantDataExplorationAgent",
343
+ "tagName": "arcgis-assistant-data-exploration-agent",
344
+ "pascalCaseName": "ArcgisAssistantDataExplorationAgent",
345
+ "superclass": {
346
+ "name": "PublicLitElement",
347
+ "module": "PublicLitElement",
348
+ "package": "@arcgis/lumina"
349
+ },
350
+ "members": [
351
+ {
352
+ "kind": "field",
353
+ "name": "referenceElement",
354
+ "type": {
355
+ "text": "ArcgisMap | string",
356
+ "references": [
357
+ {
358
+ "name": "ArcgisMap",
359
+ "package": "@arcgis/map-components",
360
+ "module": "components/arcgis-map/customElement.d.ts",
361
+ "start": 0,
362
+ "end": 9
363
+ }
364
+ ],
365
+ "values": [
366
+ {
367
+ "type": "ArcgisMap"
368
+ },
369
+ {
370
+ "type": "string"
371
+ }
372
+ ]
373
+ },
374
+ "attribute": "reference-element"
375
+ },
376
+ {
377
+ "kind": "method",
378
+ "name": "componentOnReady",
379
+ "description": "Create a promise that resolves once component is fully loaded.",
380
+ "docsTags": [
381
+ {
382
+ "name": "example",
383
+ "text": "```js\nconst arcgisAssistantDataExplorationAgent = document.querySelector(\"arcgis-assistant-data-exploration-agent\");\ndocument.body.append(arcgisAssistantDataExplorationAgent);\nawait arcgisAssistantDataExplorationAgent.componentOnReady();\nconsole.log(\"arcgis-assistant-data-exploration-agent is ready to go!\");\n```"
384
+ }
385
+ ],
386
+ "return": {
387
+ "type": {
388
+ "text": "Promise<this>",
389
+ "references": [
390
+ {
391
+ "module": "lib/lib.es5.d.ts",
392
+ "name": "Promise",
393
+ "package": "typescript",
394
+ "start": 0,
395
+ "end": 7
396
+ }
397
+ ]
398
+ }
399
+ },
400
+ "inheritedFrom": {
401
+ "name": "PublicLitElement",
402
+ "module": "PublicLitElement",
403
+ "package": "@arcgis/lumina"
404
+ },
405
+ "signature": "(): Promise<this>"
406
+ }
407
+ ],
408
+ "attributes": [
409
+ {
410
+ "name": "reference-element",
411
+ "type": {
412
+ "text": "string",
413
+ "values": [
414
+ {
415
+ "type": "string"
416
+ }
417
+ ]
418
+ },
419
+ "fieldName": "referenceElement"
420
+ }
421
+ ],
422
+ "importPath": "components/arcgis-assistant-data-exploration-agent"
423
+ }
424
+ ],
425
+ "exports": [
426
+ {
427
+ "kind": "custom-element-definition",
428
+ "name": "arcgis-assistant-data-exploration-agent",
429
+ "declaration": {
430
+ "name": "ArcgisAssistantDataExplorationAgent"
431
+ }
432
+ }
433
+ ]
434
+ },
435
+ {
436
+ "kind": "javascript-module",
437
+ "path": "components/arcgis-assistant-layer-filter-agent",
438
+ "sourcePath": "src/components/assistant/assistant-agents/assistant-layer-filter-agent/assistant-layer-filter-agent.tsx",
439
+ "declarations": [
440
+ {
441
+ "kind": "class",
442
+ "customElement": true,
443
+ "name": "ArcgisAssistantLayerFilterAgent",
444
+ "tagName": "arcgis-assistant-layer-filter-agent",
445
+ "pascalCaseName": "ArcgisAssistantLayerFilterAgent",
446
+ "superclass": {
447
+ "name": "PublicLitElement",
448
+ "module": "PublicLitElement",
449
+ "package": "@arcgis/lumina"
450
+ },
451
+ "members": [
452
+ {
453
+ "kind": "field",
454
+ "name": "referenceElement",
455
+ "type": {
456
+ "text": "ArcgisMap | string",
457
+ "references": [
458
+ {
459
+ "name": "ArcgisMap",
460
+ "package": "@arcgis/map-components",
461
+ "module": "components/arcgis-map/customElement.d.ts",
462
+ "start": 0,
463
+ "end": 9
464
+ }
465
+ ],
466
+ "values": [
467
+ {
468
+ "type": "ArcgisMap"
469
+ },
470
+ {
471
+ "type": "string"
472
+ }
473
+ ]
474
+ },
475
+ "attribute": "reference-element"
476
+ },
477
+ {
478
+ "kind": "method",
479
+ "name": "componentOnReady",
480
+ "description": "Create a promise that resolves once component is fully loaded.",
481
+ "docsTags": [
482
+ {
483
+ "name": "example",
484
+ "text": "```js\nconst arcgisAssistantLayerFilterAgent = document.querySelector(\"arcgis-assistant-layer-filter-agent\");\ndocument.body.append(arcgisAssistantLayerFilterAgent);\nawait arcgisAssistantLayerFilterAgent.componentOnReady();\nconsole.log(\"arcgis-assistant-layer-filter-agent is ready to go!\");\n```"
485
+ }
486
+ ],
487
+ "return": {
488
+ "type": {
489
+ "text": "Promise<this>",
490
+ "references": [
491
+ {
492
+ "module": "lib/lib.es5.d.ts",
493
+ "name": "Promise",
494
+ "package": "typescript",
495
+ "start": 0,
496
+ "end": 7
497
+ }
498
+ ]
499
+ }
500
+ },
501
+ "inheritedFrom": {
502
+ "name": "PublicLitElement",
503
+ "module": "PublicLitElement",
504
+ "package": "@arcgis/lumina"
505
+ },
506
+ "signature": "(): Promise<this>"
507
+ }
508
+ ],
509
+ "attributes": [
510
+ {
511
+ "name": "reference-element",
512
+ "type": {
513
+ "text": "string",
514
+ "values": [
515
+ {
516
+ "type": "string"
517
+ }
518
+ ]
519
+ },
520
+ "fieldName": "referenceElement"
521
+ }
522
+ ],
523
+ "importPath": "components/arcgis-assistant-layer-filter-agent"
524
+ }
525
+ ],
526
+ "exports": [
527
+ {
528
+ "kind": "custom-element-definition",
529
+ "name": "arcgis-assistant-layer-filter-agent",
530
+ "declaration": {
531
+ "name": "ArcgisAssistantLayerFilterAgent"
532
+ }
533
+ }
534
+ ]
535
+ },
536
+ {
537
+ "kind": "javascript-module",
538
+ "path": "components/arcgis-assistant-layer-query-agent",
539
+ "sourcePath": "src/components/assistant/assistant-agents/assistant-layer-query-agent/assistant-layer-query-agent.tsx",
540
+ "declarations": [
541
+ {
542
+ "kind": "class",
543
+ "customElement": true,
544
+ "name": "ArcgisAssistantLayerQueryAgent",
545
+ "tagName": "arcgis-assistant-layer-query-agent",
546
+ "pascalCaseName": "ArcgisAssistantLayerQueryAgent",
547
+ "superclass": {
548
+ "name": "PublicLitElement",
549
+ "module": "PublicLitElement",
550
+ "package": "@arcgis/lumina"
551
+ },
552
+ "members": [
553
+ {
554
+ "kind": "field",
555
+ "name": "referenceElement",
556
+ "type": {
557
+ "text": "ArcgisMap | string",
558
+ "references": [
559
+ {
560
+ "name": "ArcgisMap",
561
+ "package": "@arcgis/map-components",
562
+ "module": "components/arcgis-map/customElement.d.ts",
563
+ "start": 0,
564
+ "end": 9
565
+ }
566
+ ],
567
+ "values": [
568
+ {
569
+ "type": "ArcgisMap"
570
+ },
571
+ {
572
+ "type": "string"
573
+ }
574
+ ]
575
+ },
576
+ "attribute": "reference-element"
577
+ },
578
+ {
579
+ "kind": "method",
580
+ "name": "componentOnReady",
581
+ "description": "Create a promise that resolves once component is fully loaded.",
582
+ "docsTags": [
583
+ {
584
+ "name": "example",
585
+ "text": "```js\nconst arcgisAssistantLayerQueryAgent = document.querySelector(\"arcgis-assistant-layer-query-agent\");\ndocument.body.append(arcgisAssistantLayerQueryAgent);\nawait arcgisAssistantLayerQueryAgent.componentOnReady();\nconsole.log(\"arcgis-assistant-layer-query-agent is ready to go!\");\n```"
586
+ }
587
+ ],
588
+ "return": {
589
+ "type": {
590
+ "text": "Promise<this>",
591
+ "references": [
592
+ {
593
+ "module": "lib/lib.es5.d.ts",
594
+ "name": "Promise",
595
+ "package": "typescript",
596
+ "start": 0,
597
+ "end": 7
598
+ }
599
+ ]
600
+ }
601
+ },
602
+ "inheritedFrom": {
603
+ "name": "PublicLitElement",
604
+ "module": "PublicLitElement",
605
+ "package": "@arcgis/lumina"
606
+ },
607
+ "signature": "(): Promise<this>"
608
+ }
609
+ ],
610
+ "attributes": [
611
+ {
612
+ "name": "reference-element",
613
+ "type": {
614
+ "text": "string",
615
+ "values": [
616
+ {
617
+ "type": "string"
618
+ }
619
+ ]
620
+ },
621
+ "fieldName": "referenceElement"
622
+ }
623
+ ],
624
+ "importPath": "components/arcgis-assistant-layer-query-agent"
625
+ }
626
+ ],
627
+ "exports": [
628
+ {
629
+ "kind": "custom-element-definition",
630
+ "name": "arcgis-assistant-layer-query-agent",
631
+ "declaration": {
632
+ "name": "ArcgisAssistantLayerQueryAgent"
633
+ }
634
+ }
635
+ ]
636
+ },
637
+ {
638
+ "kind": "javascript-module",
639
+ "path": "components/arcgis-assistant-layer-styling-agent",
640
+ "sourcePath": "src/components/assistant/assistant-agents/assistant-layer-styling-agent/assistant-layer-styling-agent.tsx",
641
+ "declarations": [
642
+ {
643
+ "kind": "class",
644
+ "customElement": true,
645
+ "name": "ArcgisAssistantLayerStylingAgent",
646
+ "tagName": "arcgis-assistant-layer-styling-agent",
647
+ "pascalCaseName": "ArcgisAssistantLayerStylingAgent",
648
+ "superclass": {
649
+ "name": "PublicLitElement",
650
+ "module": "PublicLitElement",
651
+ "package": "@arcgis/lumina"
652
+ },
653
+ "members": [
654
+ {
655
+ "kind": "field",
656
+ "name": "referenceElement",
657
+ "type": {
658
+ "text": "ArcgisMap | string",
659
+ "references": [
660
+ {
661
+ "name": "ArcgisMap",
662
+ "package": "@arcgis/map-components",
663
+ "module": "components/arcgis-map/customElement.d.ts",
664
+ "start": 0,
665
+ "end": 9
666
+ }
667
+ ],
668
+ "values": [
669
+ {
670
+ "type": "ArcgisMap"
671
+ },
672
+ {
673
+ "type": "string"
674
+ }
675
+ ]
676
+ },
677
+ "attribute": "reference-element"
678
+ },
679
+ {
680
+ "kind": "method",
681
+ "name": "componentOnReady",
682
+ "description": "Create a promise that resolves once component is fully loaded.",
683
+ "docsTags": [
684
+ {
685
+ "name": "example",
686
+ "text": "```js\nconst arcgisAssistantLayerStylingAgent = document.querySelector(\"arcgis-assistant-layer-styling-agent\");\ndocument.body.append(arcgisAssistantLayerStylingAgent);\nawait arcgisAssistantLayerStylingAgent.componentOnReady();\nconsole.log(\"arcgis-assistant-layer-styling-agent is ready to go!\");\n```"
687
+ }
688
+ ],
689
+ "return": {
690
+ "type": {
691
+ "text": "Promise<this>",
692
+ "references": [
693
+ {
694
+ "module": "lib/lib.es5.d.ts",
695
+ "name": "Promise",
696
+ "package": "typescript",
697
+ "start": 0,
698
+ "end": 7
699
+ }
700
+ ]
701
+ }
702
+ },
703
+ "inheritedFrom": {
704
+ "name": "PublicLitElement",
705
+ "module": "PublicLitElement",
706
+ "package": "@arcgis/lumina"
707
+ },
708
+ "signature": "(): Promise<this>"
709
+ }
710
+ ],
711
+ "attributes": [
712
+ {
713
+ "name": "reference-element",
714
+ "type": {
715
+ "text": "string",
716
+ "values": [
717
+ {
718
+ "type": "string"
719
+ }
720
+ ]
721
+ },
722
+ "fieldName": "referenceElement"
723
+ }
724
+ ],
725
+ "importPath": "components/arcgis-assistant-layer-styling-agent"
726
+ }
727
+ ],
728
+ "exports": [
729
+ {
730
+ "kind": "custom-element-definition",
731
+ "name": "arcgis-assistant-layer-styling-agent",
732
+ "declaration": {
733
+ "name": "ArcgisAssistantLayerStylingAgent"
734
+ }
735
+ }
736
+ ]
737
+ },
738
+ {
739
+ "kind": "javascript-module",
740
+ "path": "components/arcgis-assistant-navigation-agent",
741
+ "sourcePath": "src/components/assistant/assistant-agents/assistant-navigation-agent/assistant-navigation-agent.tsx",
742
+ "declarations": [
743
+ {
744
+ "kind": "class",
745
+ "customElement": true,
746
+ "name": "ArcgisAssistantNavigationAgent",
747
+ "tagName": "arcgis-assistant-navigation-agent",
748
+ "pascalCaseName": "ArcgisAssistantNavigationAgent",
749
+ "superclass": {
750
+ "name": "PublicLitElement",
751
+ "module": "PublicLitElement",
752
+ "package": "@arcgis/lumina"
753
+ },
754
+ "members": [
755
+ {
756
+ "kind": "field",
757
+ "name": "referenceElement",
758
+ "type": {
759
+ "text": "ArcgisMap | string",
760
+ "references": [
761
+ {
762
+ "name": "ArcgisMap",
763
+ "package": "@arcgis/map-components",
764
+ "module": "components/arcgis-map/customElement.d.ts",
765
+ "start": 0,
766
+ "end": 9
767
+ }
768
+ ],
769
+ "values": [
770
+ {
771
+ "type": "ArcgisMap"
772
+ },
773
+ {
774
+ "type": "string"
775
+ }
776
+ ]
777
+ },
778
+ "attribute": "reference-element"
779
+ },
780
+ {
781
+ "kind": "method",
782
+ "name": "componentOnReady",
783
+ "description": "Create a promise that resolves once component is fully loaded.",
784
+ "docsTags": [
785
+ {
786
+ "name": "example",
787
+ "text": "```js\nconst arcgisAssistantNavigationAgent = document.querySelector(\"arcgis-assistant-navigation-agent\");\ndocument.body.append(arcgisAssistantNavigationAgent);\nawait arcgisAssistantNavigationAgent.componentOnReady();\nconsole.log(\"arcgis-assistant-navigation-agent is ready to go!\");\n```"
788
+ }
789
+ ],
790
+ "return": {
791
+ "type": {
792
+ "text": "Promise<this>",
793
+ "references": [
794
+ {
795
+ "module": "lib/lib.es5.d.ts",
796
+ "name": "Promise",
797
+ "package": "typescript",
798
+ "start": 0,
799
+ "end": 7
800
+ }
801
+ ]
802
+ }
803
+ },
804
+ "inheritedFrom": {
805
+ "name": "PublicLitElement",
806
+ "module": "PublicLitElement",
807
+ "package": "@arcgis/lumina"
808
+ },
809
+ "signature": "(): Promise<this>"
810
+ }
811
+ ],
812
+ "attributes": [
813
+ {
814
+ "name": "reference-element",
815
+ "type": {
816
+ "text": "string",
817
+ "values": [
818
+ {
819
+ "type": "string"
820
+ }
821
+ ]
822
+ },
823
+ "fieldName": "referenceElement"
824
+ }
825
+ ],
826
+ "importPath": "components/arcgis-assistant-navigation-agent"
827
+ }
828
+ ],
829
+ "exports": [
830
+ {
831
+ "kind": "custom-element-definition",
832
+ "name": "arcgis-assistant-navigation-agent",
833
+ "declaration": {
834
+ "name": "ArcgisAssistantNavigationAgent"
835
+ }
836
+ }
837
+ ]
838
+ },
839
+ {
840
+ "kind": "javascript-module",
841
+ "path": "components/arcgis-assistant-chat",
842
+ "sourcePath": "src/components/assistant/assistant-chat/assistant-chat.tsx",
843
+ "declarations": [
844
+ {
845
+ "kind": "class",
846
+ "customElement": true,
847
+ "name": "ArcgisAssistantChat",
848
+ "tagName": "arcgis-assistant-chat",
849
+ "pascalCaseName": "ArcgisAssistantChat",
850
+ "superclass": {
851
+ "name": "PublicLitElement",
852
+ "module": "PublicLitElement",
853
+ "package": "@arcgis/lumina"
854
+ },
855
+ "members": [
856
+ {
857
+ "kind": "field",
858
+ "name": "loading",
859
+ "type": {
860
+ "text": "boolean",
861
+ "values": [
862
+ {
863
+ "type": "boolean"
864
+ }
865
+ ]
866
+ },
867
+ "default": "false",
868
+ "attribute": "loading"
869
+ },
870
+ {
871
+ "kind": "field",
872
+ "name": "loadingMessage",
873
+ "type": {
874
+ "text": "string",
875
+ "values": [
876
+ {
877
+ "type": "string"
878
+ }
879
+ ]
880
+ },
881
+ "default": "\"\"",
882
+ "attribute": "loading-message"
883
+ },
884
+ {
885
+ "kind": "field",
886
+ "name": "messages",
887
+ "type": {
888
+ "text": "Collection<{\n type: \"response\" | \"prompt\";\n content?: string | undefined;\n log?: string | undefined;\n error?: string | undefined;\n}>",
889
+ "references": [
890
+ {
891
+ "name": "Collection",
892
+ "package": "@arcgis/core",
893
+ "module": "core/Collection.d.ts",
894
+ "viewUrl": "https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Collection.html",
895
+ "start": 0,
896
+ "end": 10
897
+ }
898
+ ]
899
+ }
900
+ },
901
+ {
902
+ "kind": "field",
903
+ "name": "user",
904
+ "type": {
905
+ "text": "string",
906
+ "values": [
907
+ {
908
+ "type": "string"
909
+ }
910
+ ]
911
+ },
912
+ "attribute": "user"
913
+ },
914
+ {
915
+ "kind": "method",
916
+ "name": "componentOnReady",
917
+ "description": "Create a promise that resolves once component is fully loaded.",
918
+ "docsTags": [
919
+ {
920
+ "name": "example",
921
+ "text": "```js\nconst arcgisAssistantChat = document.querySelector(\"arcgis-assistant-chat\");\ndocument.body.append(arcgisAssistantChat);\nawait arcgisAssistantChat.componentOnReady();\nconsole.log(\"arcgis-assistant-chat is ready to go!\");\n```"
922
+ }
923
+ ],
924
+ "return": {
925
+ "type": {
926
+ "text": "Promise<this>",
927
+ "references": [
928
+ {
929
+ "module": "lib/lib.es5.d.ts",
930
+ "name": "Promise",
931
+ "package": "typescript",
932
+ "start": 0,
933
+ "end": 7
934
+ }
935
+ ]
936
+ }
937
+ },
938
+ "inheritedFrom": {
939
+ "name": "PublicLitElement",
940
+ "module": "PublicLitElement",
941
+ "package": "@arcgis/lumina"
942
+ },
943
+ "signature": "(): Promise<this>"
944
+ }
945
+ ],
946
+ "attributes": [
947
+ {
948
+ "name": "loading",
949
+ "type": {
950
+ "text": "boolean",
951
+ "values": [
952
+ {
953
+ "type": "boolean"
954
+ }
955
+ ]
956
+ },
957
+ "default": "false",
958
+ "fieldName": "loading"
959
+ },
960
+ {
961
+ "name": "loading-message",
962
+ "type": {
963
+ "text": "string",
964
+ "values": [
965
+ {
966
+ "type": "string"
967
+ }
968
+ ]
969
+ },
970
+ "default": "\"\"",
971
+ "fieldName": "loadingMessage"
972
+ },
973
+ {
974
+ "name": "user",
975
+ "type": {
976
+ "text": "string",
977
+ "values": [
978
+ {
979
+ "type": "string"
980
+ }
981
+ ]
982
+ },
983
+ "fieldName": "user"
984
+ }
985
+ ],
986
+ "importPath": "components/arcgis-assistant-chat"
987
+ }
988
+ ],
989
+ "exports": [
990
+ {
991
+ "kind": "custom-element-definition",
992
+ "name": "arcgis-assistant-chat",
993
+ "declaration": {
994
+ "name": "ArcgisAssistantChat"
995
+ }
996
+ }
997
+ ]
998
+ },
999
+ {
1000
+ "kind": "javascript-module",
1001
+ "path": "components/arcgis-assistant-chat-card",
1002
+ "sourcePath": "src/components/assistant/assistant-chat-card/assistant-chat-card.tsx",
1003
+ "declarations": [
1004
+ {
1005
+ "kind": "class",
1006
+ "customElement": true,
1007
+ "name": "ArcgisAssistantChatCard",
1008
+ "tagName": "arcgis-assistant-chat-card",
1009
+ "pascalCaseName": "ArcgisAssistantChatCard",
1010
+ "superclass": {
1011
+ "name": "PublicLitElement",
1012
+ "module": "PublicLitElement",
1013
+ "package": "@arcgis/lumina"
1014
+ },
1015
+ "members": [
1016
+ {
1017
+ "kind": "field",
1018
+ "name": "content",
1019
+ "type": {
1020
+ "text": "string",
1021
+ "values": [
1022
+ {
1023
+ "type": "string"
1024
+ }
1025
+ ]
1026
+ },
1027
+ "attribute": "content"
1028
+ },
1029
+ {
1030
+ "kind": "field",
1031
+ "name": "error",
1032
+ "type": {
1033
+ "text": "string",
1034
+ "values": [
1035
+ {
1036
+ "type": "string"
1037
+ }
1038
+ ]
1039
+ },
1040
+ "attribute": "error"
1041
+ },
1042
+ {
1043
+ "kind": "field",
1044
+ "name": "feedbackDisabled",
1045
+ "type": {
1046
+ "text": "boolean",
1047
+ "values": [
1048
+ {
1049
+ "type": "boolean"
1050
+ }
1051
+ ]
1052
+ },
1053
+ "default": "false",
1054
+ "attribute": "feedback-disabled"
1055
+ },
1056
+ {
1057
+ "kind": "field",
1058
+ "name": "loading",
1059
+ "type": {
1060
+ "text": "boolean",
1061
+ "values": [
1062
+ {
1063
+ "type": "boolean"
1064
+ }
1065
+ ]
1066
+ },
1067
+ "default": "false",
1068
+ "attribute": "loading"
1069
+ },
1070
+ {
1071
+ "kind": "field",
1072
+ "name": "loadingMessage",
1073
+ "type": {
1074
+ "text": "string",
1075
+ "values": [
1076
+ {
1077
+ "type": "string"
1078
+ }
1079
+ ]
1080
+ },
1081
+ "attribute": "loading-message"
1082
+ },
1083
+ {
1084
+ "kind": "field",
1085
+ "name": "log",
1086
+ "type": {
1087
+ "text": "string",
1088
+ "values": [
1089
+ {
1090
+ "type": "string"
1091
+ }
1092
+ ]
1093
+ },
1094
+ "attribute": "log"
1095
+ },
1096
+ {
1097
+ "kind": "field",
1098
+ "name": "timestampDisabled",
1099
+ "type": {
1100
+ "text": "boolean",
1101
+ "values": [
1102
+ {
1103
+ "type": "boolean"
1104
+ }
1105
+ ]
1106
+ },
1107
+ "default": "false",
1108
+ "attribute": "timestamp-disabled"
1109
+ },
1110
+ {
1111
+ "kind": "field",
1112
+ "name": "type",
1113
+ "type": {
1114
+ "text": "\"prompt\" | \"response\"",
1115
+ "values": [
1116
+ {
1117
+ "type": "string",
1118
+ "value": "prompt"
1119
+ },
1120
+ {
1121
+ "type": "string",
1122
+ "value": "response"
1123
+ }
1124
+ ]
1125
+ },
1126
+ "default": "\"prompt\"",
1127
+ "attribute": "type"
1128
+ },
1129
+ {
1130
+ "kind": "field",
1131
+ "name": "user",
1132
+ "type": {
1133
+ "text": "string",
1134
+ "values": [
1135
+ {
1136
+ "type": "string"
1137
+ }
1138
+ ]
1139
+ },
1140
+ "attribute": "user"
1141
+ },
1142
+ {
1143
+ "kind": "method",
1144
+ "name": "componentOnReady",
1145
+ "description": "Create a promise that resolves once component is fully loaded.",
1146
+ "docsTags": [
1147
+ {
1148
+ "name": "example",
1149
+ "text": "```js\nconst arcgisAssistantChatCard = document.querySelector(\"arcgis-assistant-chat-card\");\ndocument.body.append(arcgisAssistantChatCard);\nawait arcgisAssistantChatCard.componentOnReady();\nconsole.log(\"arcgis-assistant-chat-card is ready to go!\");\n```"
1150
+ }
1151
+ ],
1152
+ "return": {
1153
+ "type": {
1154
+ "text": "Promise<this>",
1155
+ "references": [
1156
+ {
1157
+ "module": "lib/lib.es5.d.ts",
1158
+ "name": "Promise",
1159
+ "package": "typescript",
1160
+ "start": 0,
1161
+ "end": 7
1162
+ }
1163
+ ]
1164
+ }
1165
+ },
1166
+ "inheritedFrom": {
1167
+ "name": "PublicLitElement",
1168
+ "module": "PublicLitElement",
1169
+ "package": "@arcgis/lumina"
1170
+ },
1171
+ "signature": "(): Promise<this>"
1172
+ }
1173
+ ],
1174
+ "attributes": [
1175
+ {
1176
+ "name": "content",
1177
+ "type": {
1178
+ "text": "string",
1179
+ "values": [
1180
+ {
1181
+ "type": "string"
1182
+ }
1183
+ ]
1184
+ },
1185
+ "fieldName": "content"
1186
+ },
1187
+ {
1188
+ "name": "error",
1189
+ "type": {
1190
+ "text": "string",
1191
+ "values": [
1192
+ {
1193
+ "type": "string"
1194
+ }
1195
+ ]
1196
+ },
1197
+ "fieldName": "error"
1198
+ },
1199
+ {
1200
+ "name": "feedback-disabled",
1201
+ "type": {
1202
+ "text": "boolean",
1203
+ "values": [
1204
+ {
1205
+ "type": "boolean"
1206
+ }
1207
+ ]
1208
+ },
1209
+ "default": "false",
1210
+ "fieldName": "feedbackDisabled"
1211
+ },
1212
+ {
1213
+ "name": "loading",
1214
+ "type": {
1215
+ "text": "boolean",
1216
+ "values": [
1217
+ {
1218
+ "type": "boolean"
1219
+ }
1220
+ ]
1221
+ },
1222
+ "default": "false",
1223
+ "fieldName": "loading"
1224
+ },
1225
+ {
1226
+ "name": "loading-message",
1227
+ "type": {
1228
+ "text": "string",
1229
+ "values": [
1230
+ {
1231
+ "type": "string"
1232
+ }
1233
+ ]
1234
+ },
1235
+ "fieldName": "loadingMessage"
1236
+ },
1237
+ {
1238
+ "name": "log",
1239
+ "type": {
1240
+ "text": "string",
1241
+ "values": [
1242
+ {
1243
+ "type": "string"
1244
+ }
1245
+ ]
1246
+ },
1247
+ "fieldName": "log"
1248
+ },
1249
+ {
1250
+ "name": "timestamp-disabled",
1251
+ "type": {
1252
+ "text": "boolean",
1253
+ "values": [
1254
+ {
1255
+ "type": "boolean"
1256
+ }
1257
+ ]
1258
+ },
1259
+ "default": "false",
1260
+ "fieldName": "timestampDisabled"
1261
+ },
1262
+ {
1263
+ "name": "type",
1264
+ "type": {
1265
+ "text": "\"prompt\" | \"response\"",
1266
+ "values": [
1267
+ {
1268
+ "type": "string",
1269
+ "value": "prompt"
1270
+ },
1271
+ {
1272
+ "type": "string",
1273
+ "value": "response"
1274
+ }
1275
+ ]
1276
+ },
1277
+ "default": "\"prompt\"",
1278
+ "fieldName": "type"
1279
+ },
1280
+ {
1281
+ "name": "user",
1282
+ "type": {
1283
+ "text": "string",
1284
+ "values": [
1285
+ {
1286
+ "type": "string"
1287
+ }
1288
+ ]
1289
+ },
1290
+ "fieldName": "user"
1291
+ }
1292
+ ],
1293
+ "importPath": "components/arcgis-assistant-chat-card"
1294
+ }
1295
+ ],
1296
+ "exports": [
1297
+ {
1298
+ "kind": "custom-element-definition",
1299
+ "name": "arcgis-assistant-chat-card",
1300
+ "declaration": {
1301
+ "name": "ArcgisAssistantChatCard"
1302
+ }
1303
+ }
1304
+ ]
1305
+ },
1306
+ {
1307
+ "kind": "javascript-module",
1308
+ "path": "components/arcgis-assistant-chat-card-content",
1309
+ "sourcePath": "src/components/assistant/assistant-chat-card-content/assistant-chat-card-content.tsx",
1310
+ "declarations": [
1311
+ {
1312
+ "kind": "class",
1313
+ "customElement": true,
1314
+ "name": "ArcgisAssistantChatCardContent",
1315
+ "tagName": "arcgis-assistant-chat-card-content",
1316
+ "pascalCaseName": "ArcgisAssistantChatCardContent",
1317
+ "superclass": {
1318
+ "name": "PublicLitElement",
1319
+ "module": "PublicLitElement",
1320
+ "package": "@arcgis/lumina"
1321
+ },
1322
+ "members": [
1323
+ {
1324
+ "kind": "field",
1325
+ "name": "content",
1326
+ "type": {
1327
+ "text": "string",
1328
+ "values": [
1329
+ {
1330
+ "type": "string"
1331
+ }
1332
+ ]
1333
+ },
1334
+ "attribute": "content"
1335
+ },
1336
+ {
1337
+ "kind": "field",
1338
+ "name": "loading",
1339
+ "type": {
1340
+ "text": "boolean",
1341
+ "values": [
1342
+ {
1343
+ "type": "boolean"
1344
+ }
1345
+ ]
1346
+ },
1347
+ "default": "false",
1348
+ "attribute": "loading"
1349
+ },
1350
+ {
1351
+ "kind": "field",
1352
+ "name": "loadingMessage",
1353
+ "type": {
1354
+ "text": "string",
1355
+ "values": [
1356
+ {
1357
+ "type": "string"
1358
+ }
1359
+ ]
1360
+ },
1361
+ "attribute": "loading-message"
1362
+ },
1363
+ {
1364
+ "kind": "field",
1365
+ "name": "type",
1366
+ "type": {
1367
+ "text": "\"chart\" | \"error\" | \"text\"",
1368
+ "values": [
1369
+ {
1370
+ "type": "string",
1371
+ "value": "chart"
1372
+ },
1373
+ {
1374
+ "type": "string",
1375
+ "value": "error"
1376
+ },
1377
+ {
1378
+ "type": "string",
1379
+ "value": "text"
1380
+ }
1381
+ ]
1382
+ },
1383
+ "default": "\"text\"",
1384
+ "attribute": "type"
1385
+ },
1386
+ {
1387
+ "kind": "method",
1388
+ "name": "componentOnReady",
1389
+ "description": "Create a promise that resolves once component is fully loaded.",
1390
+ "docsTags": [
1391
+ {
1392
+ "name": "example",
1393
+ "text": "```js\nconst arcgisAssistantChatCardContent = document.querySelector(\"arcgis-assistant-chat-card-content\");\ndocument.body.append(arcgisAssistantChatCardContent);\nawait arcgisAssistantChatCardContent.componentOnReady();\nconsole.log(\"arcgis-assistant-chat-card-content is ready to go!\");\n```"
1394
+ }
1395
+ ],
1396
+ "return": {
1397
+ "type": {
1398
+ "text": "Promise<this>",
1399
+ "references": [
1400
+ {
1401
+ "module": "lib/lib.es5.d.ts",
1402
+ "name": "Promise",
1403
+ "package": "typescript",
1404
+ "start": 0,
1405
+ "end": 7
1406
+ }
1407
+ ]
1408
+ }
1409
+ },
1410
+ "inheritedFrom": {
1411
+ "name": "PublicLitElement",
1412
+ "module": "PublicLitElement",
1413
+ "package": "@arcgis/lumina"
1414
+ },
1415
+ "signature": "(): Promise<this>"
1416
+ }
1417
+ ],
1418
+ "attributes": [
1419
+ {
1420
+ "name": "content",
1421
+ "type": {
1422
+ "text": "string",
1423
+ "values": [
1424
+ {
1425
+ "type": "string"
1426
+ }
1427
+ ]
1428
+ },
1429
+ "fieldName": "content"
1430
+ },
1431
+ {
1432
+ "name": "loading",
1433
+ "type": {
1434
+ "text": "boolean",
1435
+ "values": [
1436
+ {
1437
+ "type": "boolean"
1438
+ }
1439
+ ]
1440
+ },
1441
+ "default": "false",
1442
+ "fieldName": "loading"
1443
+ },
1444
+ {
1445
+ "name": "loading-message",
1446
+ "type": {
1447
+ "text": "string",
1448
+ "values": [
1449
+ {
1450
+ "type": "string"
1451
+ }
1452
+ ]
1453
+ },
1454
+ "fieldName": "loadingMessage"
1455
+ },
1456
+ {
1457
+ "name": "type",
1458
+ "type": {
1459
+ "text": "\"chart\" | \"error\" | \"text\"",
1460
+ "values": [
1461
+ {
1462
+ "type": "string",
1463
+ "value": "chart"
1464
+ },
1465
+ {
1466
+ "type": "string",
1467
+ "value": "error"
1468
+ },
1469
+ {
1470
+ "type": "string",
1471
+ "value": "text"
1472
+ }
1473
+ ]
1474
+ },
1475
+ "default": "\"text\"",
1476
+ "fieldName": "type"
1477
+ }
1478
+ ],
1479
+ "importPath": "components/arcgis-assistant-chat-card-content"
1480
+ }
1481
+ ],
1482
+ "exports": [
1483
+ {
1484
+ "kind": "custom-element-definition",
1485
+ "name": "arcgis-assistant-chat-card-content",
1486
+ "declaration": {
1487
+ "name": "ArcgisAssistantChatCardContent"
1488
+ }
1489
+ }
1490
+ ]
1491
+ },
1492
+ {
1493
+ "kind": "javascript-module",
1494
+ "path": "components/arcgis-assistant-chat-entry",
1495
+ "sourcePath": "src/components/assistant/assistant-chat-entry/assistant-chat-entry.tsx",
1496
+ "declarations": [
1497
+ {
1498
+ "kind": "class",
1499
+ "customElement": true,
1500
+ "name": "ArcgisAssistantChatEntry",
1501
+ "tagName": "arcgis-assistant-chat-entry",
1502
+ "pascalCaseName": "ArcgisAssistantChatEntry",
1503
+ "superclass": {
1504
+ "name": "PublicLitElement",
1505
+ "module": "PublicLitElement",
1506
+ "package": "@arcgis/lumina"
1507
+ },
1508
+ "members": [
1509
+ {
1510
+ "kind": "field",
1511
+ "name": "awaitingResponse",
1512
+ "type": {
1513
+ "text": "boolean",
1514
+ "values": [
1515
+ {
1516
+ "type": "boolean"
1517
+ }
1518
+ ]
1519
+ },
1520
+ "default": "false",
1521
+ "attribute": "awaiting-response"
1522
+ },
1523
+ {
1524
+ "kind": "field",
1525
+ "name": "enterKeySubmits",
1526
+ "type": {
1527
+ "text": "boolean",
1528
+ "values": [
1529
+ {
1530
+ "type": "boolean"
1531
+ }
1532
+ ]
1533
+ },
1534
+ "default": "true",
1535
+ "attribute": "enter-key-submits"
1536
+ },
1537
+ {
1538
+ "kind": "field",
1539
+ "name": "entryPlaceholder",
1540
+ "type": {
1541
+ "text": "string",
1542
+ "values": [
1543
+ {
1544
+ "type": "string"
1545
+ }
1546
+ ]
1547
+ },
1548
+ "attribute": "entry-placeholder"
1549
+ },
1550
+ {
1551
+ "kind": "field",
1552
+ "name": "inputValue",
1553
+ "type": {
1554
+ "text": "string",
1555
+ "values": [
1556
+ {
1557
+ "type": "string"
1558
+ }
1559
+ ]
1560
+ },
1561
+ "default": "\"\"",
1562
+ "attribute": "input-value"
1563
+ },
1564
+ {
1565
+ "kind": "field",
1566
+ "name": "status",
1567
+ "type": {
1568
+ "text": "\"error\" | \"ready\" | \"working\"",
1569
+ "values": [
1570
+ {
1571
+ "type": "string",
1572
+ "value": "error"
1573
+ },
1574
+ {
1575
+ "type": "string",
1576
+ "value": "ready"
1577
+ },
1578
+ {
1579
+ "type": "string",
1580
+ "value": "working"
1581
+ }
1582
+ ]
1583
+ },
1584
+ "attribute": "status"
1585
+ },
1586
+ {
1587
+ "kind": "method",
1588
+ "name": "componentOnReady",
1589
+ "description": "Create a promise that resolves once component is fully loaded.",
1590
+ "docsTags": [
1591
+ {
1592
+ "name": "example",
1593
+ "text": "```js\nconst arcgisAssistantChatEntry = document.querySelector(\"arcgis-assistant-chat-entry\");\ndocument.body.append(arcgisAssistantChatEntry);\nawait arcgisAssistantChatEntry.componentOnReady();\nconsole.log(\"arcgis-assistant-chat-entry is ready to go!\");\n```"
1594
+ }
1595
+ ],
1596
+ "return": {
1597
+ "type": {
1598
+ "text": "Promise<this>",
1599
+ "references": [
1600
+ {
1601
+ "module": "lib/lib.es5.d.ts",
1602
+ "name": "Promise",
1603
+ "package": "typescript",
1604
+ "start": 0,
1605
+ "end": 7
1606
+ }
1607
+ ]
1608
+ }
1609
+ },
1610
+ "inheritedFrom": {
1611
+ "name": "PublicLitElement",
1612
+ "module": "PublicLitElement",
1613
+ "package": "@arcgis/lumina"
1614
+ },
1615
+ "signature": "(): Promise<this>"
1616
+ }
1617
+ ],
1618
+ "attributes": [
1619
+ {
1620
+ "name": "awaiting-response",
1621
+ "type": {
1622
+ "text": "boolean",
1623
+ "values": [
1624
+ {
1625
+ "type": "boolean"
1626
+ }
1627
+ ]
1628
+ },
1629
+ "default": "false",
1630
+ "fieldName": "awaitingResponse"
1631
+ },
1632
+ {
1633
+ "name": "enter-key-submits",
1634
+ "type": {
1635
+ "text": "boolean",
1636
+ "values": [
1637
+ {
1638
+ "type": "boolean"
1639
+ }
1640
+ ]
1641
+ },
1642
+ "default": "true",
1643
+ "fieldName": "enterKeySubmits"
1644
+ },
1645
+ {
1646
+ "name": "entry-placeholder",
1647
+ "type": {
1648
+ "text": "string",
1649
+ "values": [
1650
+ {
1651
+ "type": "string"
1652
+ }
1653
+ ]
1654
+ },
1655
+ "fieldName": "entryPlaceholder"
1656
+ },
1657
+ {
1658
+ "name": "input-value",
1659
+ "type": {
1660
+ "text": "string",
1661
+ "values": [
1662
+ {
1663
+ "type": "string"
1664
+ }
1665
+ ]
1666
+ },
1667
+ "default": "\"\"",
1668
+ "fieldName": "inputValue"
1669
+ },
1670
+ {
1671
+ "name": "status",
1672
+ "type": {
1673
+ "text": "\"error\" | \"ready\" | \"working\"",
1674
+ "values": [
1675
+ {
1676
+ "type": "string",
1677
+ "value": "error"
1678
+ },
1679
+ {
1680
+ "type": "string",
1681
+ "value": "ready"
1682
+ },
1683
+ {
1684
+ "type": "string",
1685
+ "value": "working"
1686
+ }
1687
+ ]
1688
+ },
1689
+ "fieldName": "status"
1690
+ }
1691
+ ],
1692
+ "events": [
1693
+ {
1694
+ "name": "arcgisCancel",
1695
+ "type": {
1696
+ "text": "void"
1697
+ }
1698
+ },
1699
+ {
1700
+ "name": "arcgisSubmit",
1701
+ "type": {
1702
+ "text": "string",
1703
+ "values": [
1704
+ {
1705
+ "type": "string"
1706
+ }
1707
+ ]
1708
+ }
1709
+ }
1710
+ ],
1711
+ "importPath": "components/arcgis-assistant-chat-entry"
1712
+ }
1713
+ ],
1714
+ "exports": [
1715
+ {
1716
+ "kind": "custom-element-definition",
1717
+ "name": "arcgis-assistant-chat-entry",
1718
+ "declaration": {
1719
+ "name": "ArcgisAssistantChatEntry"
1720
+ }
1721
+ }
1722
+ ]
1723
+ },
1724
+ {
1725
+ "kind": "javascript-module",
1726
+ "path": "components/arcgis-assistant-interrupt",
1727
+ "sourcePath": "src/components/assistant/assistant-interrupt/assistant-interrupt.tsx",
1728
+ "declarations": [
1729
+ {
1730
+ "kind": "class",
1731
+ "customElement": true,
1732
+ "name": "ArcgisAssistantInterrupt",
1733
+ "tagName": "arcgis-assistant-interrupt",
1734
+ "pascalCaseName": "ArcgisAssistantInterrupt",
1735
+ "superclass": {
1736
+ "name": "PublicLitElement",
1737
+ "module": "PublicLitElement",
1738
+ "package": "@arcgis/lumina"
1739
+ },
1740
+ "members": [
1741
+ {
1742
+ "kind": "field",
1743
+ "name": "message",
1744
+ "type": {
1745
+ "text": "string",
1746
+ "values": [
1747
+ {
1748
+ "type": "string"
1749
+ }
1750
+ ]
1751
+ },
1752
+ "attribute": "message"
1753
+ },
1754
+ {
1755
+ "kind": "field",
1756
+ "name": "options",
1757
+ "type": {
1758
+ "text": "Array<string>",
1759
+ "references": [
1760
+ {
1761
+ "name": "Array",
1762
+ "package": "typescript",
1763
+ "module": "lib/lib.es5.d.ts",
1764
+ "start": 0,
1765
+ "end": 5
1766
+ }
1767
+ ]
1768
+ }
1769
+ },
1770
+ {
1771
+ "kind": "field",
1772
+ "name": "type",
1773
+ "type": {
1774
+ "text": "\"boolean-choice\" | \"multi-select\" | \"single-select\" | \"text-input\"",
1775
+ "values": [
1776
+ {
1777
+ "type": "string",
1778
+ "value": "boolean-choice"
1779
+ },
1780
+ {
1781
+ "type": "string",
1782
+ "value": "multi-select"
1783
+ },
1784
+ {
1785
+ "type": "string",
1786
+ "value": "single-select"
1787
+ },
1788
+ {
1789
+ "type": "string",
1790
+ "value": "text-input"
1791
+ }
1792
+ ]
1793
+ },
1794
+ "attribute": "type"
1795
+ },
1796
+ {
1797
+ "kind": "method",
1798
+ "name": "componentOnReady",
1799
+ "description": "Create a promise that resolves once component is fully loaded.",
1800
+ "docsTags": [
1801
+ {
1802
+ "name": "example",
1803
+ "text": "```js\nconst arcgisAssistantInterrupt = document.querySelector(\"arcgis-assistant-interrupt\");\ndocument.body.append(arcgisAssistantInterrupt);\nawait arcgisAssistantInterrupt.componentOnReady();\nconsole.log(\"arcgis-assistant-interrupt is ready to go!\");\n```"
1804
+ }
1805
+ ],
1806
+ "return": {
1807
+ "type": {
1808
+ "text": "Promise<this>",
1809
+ "references": [
1810
+ {
1811
+ "module": "lib/lib.es5.d.ts",
1812
+ "name": "Promise",
1813
+ "package": "typescript",
1814
+ "start": 0,
1815
+ "end": 7
1816
+ }
1817
+ ]
1818
+ }
1819
+ },
1820
+ "inheritedFrom": {
1821
+ "name": "PublicLitElement",
1822
+ "module": "PublicLitElement",
1823
+ "package": "@arcgis/lumina"
1824
+ },
1825
+ "signature": "(): Promise<this>"
1826
+ }
1827
+ ],
1828
+ "attributes": [
1829
+ {
1830
+ "name": "message",
1831
+ "type": {
1832
+ "text": "string",
1833
+ "values": [
1834
+ {
1835
+ "type": "string"
1836
+ }
1837
+ ]
1838
+ },
1839
+ "fieldName": "message"
1840
+ },
1841
+ {
1842
+ "name": "type",
1843
+ "type": {
1844
+ "text": "\"boolean-choice\" | \"multi-select\" | \"single-select\" | \"text-input\"",
1845
+ "values": [
1846
+ {
1847
+ "type": "string",
1848
+ "value": "boolean-choice"
1849
+ },
1850
+ {
1851
+ "type": "string",
1852
+ "value": "multi-select"
1853
+ },
1854
+ {
1855
+ "type": "string",
1856
+ "value": "single-select"
1857
+ },
1858
+ {
1859
+ "type": "string",
1860
+ "value": "text-input"
1861
+ }
1862
+ ]
1863
+ },
1864
+ "fieldName": "type"
1865
+ }
1866
+ ],
1867
+ "events": [
1868
+ {
1869
+ "name": "arcgisCancel",
1870
+ "type": {
1871
+ "text": "void"
1872
+ }
1873
+ },
1874
+ {
1875
+ "name": "arcgisSubmit",
1876
+ "type": {
1877
+ "text": "Array<string> | string",
1878
+ "references": [
1879
+ {
1880
+ "name": "Array",
1881
+ "package": "typescript",
1882
+ "module": "lib/lib.es5.d.ts",
1883
+ "start": 0,
1884
+ "end": 5
1885
+ }
1886
+ ],
1887
+ "values": [
1888
+ {
1889
+ "type": "Array<string>"
1890
+ },
1891
+ {
1892
+ "type": "string"
1893
+ }
1894
+ ]
1895
+ }
1896
+ }
1897
+ ],
1898
+ "importPath": "components/arcgis-assistant-interrupt"
1899
+ }
1900
+ ],
1901
+ "exports": [
1902
+ {
1903
+ "kind": "custom-element-definition",
1904
+ "name": "arcgis-assistant-interrupt",
1905
+ "declaration": {
1906
+ "name": "ArcgisAssistantInterrupt"
1907
+ }
1908
+ }
1909
+ ]
1910
+ },
1911
+ {
1912
+ "kind": "javascript-module",
1913
+ "path": "components/arcgis-assistant-shell",
1914
+ "sourcePath": "src/components/assistant/assistant-shell/assistant-shell.tsx",
1915
+ "declarations": [
1916
+ {
1917
+ "kind": "class",
1918
+ "customElement": true,
1919
+ "name": "ArcgisAssistantShell",
1920
+ "tagName": "arcgis-assistant-shell",
1921
+ "pascalCaseName": "ArcgisAssistantShell",
1922
+ "superclass": {
1923
+ "name": "PublicLitElement",
1924
+ "module": "PublicLitElement",
1925
+ "package": "@arcgis/lumina"
1926
+ },
1927
+ "members": [
1928
+ {
1929
+ "kind": "field",
1930
+ "name": "awaitingResponse",
1931
+ "type": {
1932
+ "text": "boolean",
1933
+ "values": [
1934
+ {
1935
+ "type": "boolean"
1936
+ }
1937
+ ]
1938
+ },
1939
+ "default": "false",
1940
+ "attribute": "awaiting-response"
1941
+ },
1942
+ {
1943
+ "kind": "field",
1944
+ "name": "description",
1945
+ "type": {
1946
+ "text": "string",
1947
+ "values": [
1948
+ {
1949
+ "type": "string"
1950
+ }
1951
+ ]
1952
+ },
1953
+ "default": "\"\"",
1954
+ "attribute": "description"
1955
+ },
1956
+ {
1957
+ "kind": "field",
1958
+ "name": "entryMessage",
1959
+ "type": {
1960
+ "text": "string",
1961
+ "values": [
1962
+ {
1963
+ "type": "string"
1964
+ }
1965
+ ]
1966
+ },
1967
+ "attribute": "entry-message"
1968
+ },
1969
+ {
1970
+ "kind": "field",
1971
+ "name": "entryMessageClosed",
1972
+ "type": {
1973
+ "text": "boolean",
1974
+ "values": [
1975
+ {
1976
+ "type": "boolean"
1977
+ }
1978
+ ]
1979
+ },
1980
+ "default": "false",
1981
+ "attribute": "entry-message-closed"
1982
+ },
1983
+ {
1984
+ "kind": "field",
1985
+ "name": "heading",
1986
+ "type": {
1987
+ "text": "string",
1988
+ "values": [
1989
+ {
1990
+ "type": "string"
1991
+ }
1992
+ ]
1993
+ },
1994
+ "attribute": "heading"
1995
+ },
1996
+ {
1997
+ "kind": "field",
1998
+ "name": "inputValue",
1999
+ "type": {
2000
+ "text": "string",
2001
+ "values": [
2002
+ {
2003
+ "type": "string"
2004
+ }
2005
+ ]
2006
+ },
2007
+ "default": "\"\"",
2008
+ "attribute": "input-value"
2009
+ },
2010
+ {
2011
+ "kind": "field",
2012
+ "name": "loading",
2013
+ "type": {
2014
+ "text": "boolean",
2015
+ "values": [
2016
+ {
2017
+ "type": "boolean"
2018
+ }
2019
+ ]
2020
+ },
2021
+ "default": "false",
2022
+ "attribute": "loading"
2023
+ },
2024
+ {
2025
+ "kind": "field",
2026
+ "name": "status",
2027
+ "type": {
2028
+ "text": "\"error\" | \"ready\" | \"working\"",
2029
+ "values": [
2030
+ {
2031
+ "type": "string",
2032
+ "value": "error"
2033
+ },
2034
+ {
2035
+ "type": "string",
2036
+ "value": "ready"
2037
+ },
2038
+ {
2039
+ "type": "string",
2040
+ "value": "working"
2041
+ }
2042
+ ]
2043
+ },
2044
+ "attribute": "status"
2045
+ },
2046
+ {
2047
+ "kind": "field",
2048
+ "name": "suggestedPrompts",
2049
+ "type": {
2050
+ "text": "Array<string>",
2051
+ "references": [
2052
+ {
2053
+ "name": "Array",
2054
+ "package": "typescript",
2055
+ "module": "lib/lib.es5.d.ts",
2056
+ "start": 0,
2057
+ "end": 5
2058
+ }
2059
+ ]
2060
+ }
2061
+ },
2062
+ {
2063
+ "kind": "method",
2064
+ "name": "componentOnReady",
2065
+ "description": "Create a promise that resolves once component is fully loaded.",
2066
+ "docsTags": [
2067
+ {
2068
+ "name": "example",
2069
+ "text": "```js\nconst arcgisAssistantShell = document.querySelector(\"arcgis-assistant-shell\");\ndocument.body.append(arcgisAssistantShell);\nawait arcgisAssistantShell.componentOnReady();\nconsole.log(\"arcgis-assistant-shell is ready to go!\");\n```"
2070
+ }
2071
+ ],
2072
+ "return": {
2073
+ "type": {
2074
+ "text": "Promise<this>",
2075
+ "references": [
2076
+ {
2077
+ "module": "lib/lib.es5.d.ts",
2078
+ "name": "Promise",
2079
+ "package": "typescript",
2080
+ "start": 0,
2081
+ "end": 7
2082
+ }
2083
+ ]
2084
+ }
2085
+ },
2086
+ "inheritedFrom": {
2087
+ "name": "PublicLitElement",
2088
+ "module": "PublicLitElement",
2089
+ "package": "@arcgis/lumina"
2090
+ },
2091
+ "signature": "(): Promise<this>"
2092
+ }
2093
+ ],
2094
+ "attributes": [
2095
+ {
2096
+ "name": "awaiting-response",
2097
+ "type": {
2098
+ "text": "boolean",
2099
+ "values": [
2100
+ {
2101
+ "type": "boolean"
2102
+ }
2103
+ ]
2104
+ },
2105
+ "default": "false",
2106
+ "fieldName": "awaitingResponse"
2107
+ },
2108
+ {
2109
+ "name": "description",
2110
+ "type": {
2111
+ "text": "string",
2112
+ "values": [
2113
+ {
2114
+ "type": "string"
2115
+ }
2116
+ ]
2117
+ },
2118
+ "default": "\"\"",
2119
+ "fieldName": "description"
2120
+ },
2121
+ {
2122
+ "name": "entry-message",
2123
+ "type": {
2124
+ "text": "string",
2125
+ "values": [
2126
+ {
2127
+ "type": "string"
2128
+ }
2129
+ ]
2130
+ },
2131
+ "fieldName": "entryMessage"
2132
+ },
2133
+ {
2134
+ "name": "entry-message-closed",
2135
+ "type": {
2136
+ "text": "boolean",
2137
+ "values": [
2138
+ {
2139
+ "type": "boolean"
2140
+ }
2141
+ ]
2142
+ },
2143
+ "default": "false",
2144
+ "fieldName": "entryMessageClosed"
2145
+ },
2146
+ {
2147
+ "name": "heading",
2148
+ "type": {
2149
+ "text": "string",
2150
+ "values": [
2151
+ {
2152
+ "type": "string"
2153
+ }
2154
+ ]
2155
+ },
2156
+ "fieldName": "heading"
2157
+ },
2158
+ {
2159
+ "name": "input-value",
2160
+ "type": {
2161
+ "text": "string",
2162
+ "values": [
2163
+ {
2164
+ "type": "string"
2165
+ }
2166
+ ]
2167
+ },
2168
+ "default": "\"\"",
2169
+ "fieldName": "inputValue"
2170
+ },
2171
+ {
2172
+ "name": "loading",
2173
+ "type": {
2174
+ "text": "boolean",
2175
+ "values": [
2176
+ {
2177
+ "type": "boolean"
2178
+ }
2179
+ ]
2180
+ },
2181
+ "default": "false",
2182
+ "fieldName": "loading"
2183
+ },
2184
+ {
2185
+ "name": "status",
2186
+ "type": {
2187
+ "text": "\"error\" | \"ready\" | \"working\"",
2188
+ "values": [
2189
+ {
2190
+ "type": "string",
2191
+ "value": "error"
2192
+ },
2193
+ {
2194
+ "type": "string",
2195
+ "value": "ready"
2196
+ },
2197
+ {
2198
+ "type": "string",
2199
+ "value": "working"
2200
+ }
2201
+ ]
2202
+ },
2203
+ "fieldName": "status"
2204
+ }
2205
+ ],
2206
+ "events": [
2207
+ {
2208
+ "name": "arcgisCancel",
2209
+ "type": {
2210
+ "text": "void"
2211
+ }
2212
+ },
2213
+ {
2214
+ "name": "arcgisSubmit",
2215
+ "type": {
2216
+ "text": "string",
2217
+ "values": [
2218
+ {
2219
+ "type": "string"
2220
+ }
2221
+ ]
2222
+ }
2223
+ }
2224
+ ],
2225
+ "importPath": "components/arcgis-assistant-shell"
2226
+ }
2227
+ ],
2228
+ "exports": [
2229
+ {
2230
+ "kind": "custom-element-definition",
2231
+ "name": "arcgis-assistant-shell",
2232
+ "declaration": {
2233
+ "name": "ArcgisAssistantShell"
2234
+ }
2235
+ }
2236
+ ]
2237
+ }
2238
+ ]
2239
+ }