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