@esri/hub-web-components 0.37.1 → 0.37.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/24LWDIWH.js +2 -0
- package/dist/cdn/{OCLH76JV.js → 4VZL3FH3.js} +1 -1
- package/dist/cdn/{ENIUDJ7K.js → 5SFG6XNQ.js} +1 -1
- package/dist/cdn/{DIAOUTLA.js → 5VH76XSQ.js} +1 -1
- package/dist/cdn/{UAGYDOBI.js → 77NTOQZO.js} +1 -1
- package/dist/cdn/CKOFCDE3.js +2 -0
- package/dist/cdn/{J2T727KW.js → EAB7DUGA.js} +1 -1
- package/dist/cdn/GLKCCCVQ.js +2 -0
- package/dist/cdn/{J6YVMYK4.js → HE3DHDMO.js} +1 -1
- package/dist/cdn/{MK2IL6EU.js → HKS652OZ.js} +1 -1
- package/dist/cdn/{UNAHMPVZ.js → I2CC4Z7B.js} +1 -1
- package/dist/cdn/{BFDKTUKB.js → I3GKS5LC.js} +1 -1
- package/dist/cdn/IE3N5HKQ.js +2 -0
- package/dist/cdn/{I4GSA6FV.js → JXTLVDZ3.js} +1 -1
- package/dist/cdn/{NCDVI3CS.js → K4JVFZDS.js} +1 -1
- package/dist/cdn/{LGCNVPYM.js → MLV6BSL7.js} +1 -1
- package/dist/cdn/{6X3MZZZU.js → MT4BUGHF.js} +1 -1
- package/dist/cdn/MUJK2PAB.js +10 -0
- package/dist/cdn/{WO6HRRH3.js → N6VT6AJI.js} +1 -1
- package/dist/cdn/{P25YNGGG.js → PTAQKJEW.js} +1 -1
- package/dist/cdn/{M4WTQTD4.js → SOGZ7ZLI.js} +1 -1
- package/dist/cdn/{V3OFOLDD.js → VQ6FS65F.js} +1 -1
- package/dist/cdn/{H4XKOYUB.js → WTFAANTX.js} +1 -1
- package/dist/cdn/{E5HKFFMD.js → XRBZRHR3.js} +1 -1
- package/dist/cdn/{LX5L3QU6.js → YDFCEZES.js} +1 -1
- package/dist/cdn/YEWX4IVK.js +6 -0
- package/dist/cdn/{PHGORKJG.js → YTAOXT7K.js} +1 -1
- package/dist/cdn/index.js +1 -1
- package/dist/chunks/runtime.js +1 -1
- package/dist/components/arcgis-hub-entity-view-layout/customElement.js +42 -36
- package/dist/components/arcgis-layout-container/customElement.js +221 -221
- package/dist/components/arcgis-layout-editor-toolbar/customElement.js +13 -13
- package/dist/components/arcgis-layout-node-controls/customElement.js +27 -27
- package/dist/components/arcgis-layout-node-wrapper/customElement.js +31 -31
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/package.json +55 -54
- package/dist/cdn/5PZXLCBE.js +0 -2
- package/dist/cdn/EG7UYDYW.js +0 -2
- package/dist/cdn/PQAWOUBJ.js +0 -6
- package/dist/cdn/QA3FAKMR.js +0 -2
- package/dist/cdn/TZLGC5F6.js +0 -2
- package/dist/cdn/W5FA4IWP.js +0 -10
package/dist/docs/api.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"timestamp":"2026-03-17T15:53:32","compiler":{"name":"@arcgis/lumina-compiler","version":"5.0.9","typescriptVersion":"5.8.3"},"schemaVersion":"2.1.0","modules":[{"kind":"javascript-module","path":"index","sourcePath":"src/index.ts","declarations":[{"kind":"function","name":"getAssetPath","description":"Get a resolved path from where an asset can be loaded.","parameters":[{"name":"suffix","description":"The relative path for the asset.","type":{"text":"string"}}],"return":{"type":{"text":"string"}}},{"kind":"function","name":"setAssetPath","description":"Used to manually set the base path where package assets (like localization\nand icons) can be found.\n\nBy default, the package assets are loaded from\n`https://js.arcgis.com/<version>/<simplified-package-name>/`. We are hosting\nour assets on a CDN (Content Delivery Network) to ensure fast and reliable\naccess. It is CORS-enabled, so you can load the assets from any domain. This\nis the recommended way to load the assets and avoid bundling them with your\napplication.\n\nHowever, if you need to host the assets locally, you can copy them manually\nas part of your build process and use `setAssetPath` to customize where the\nbrowser will load the assets from.","parameters":[{"name":"path","description":"Relative or absolute path to the assets folder.","type":{"text":"URL | string","references":[{"name":"URL","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/API/URL","start":0,"end":3}]}}],"return":{"type":{"text":"void"}}}]},{"kind":"javascript-module","path":"components/arcgis-chat-shell","sourcePath":"src/components/chat-shell/chat-shell.tsx","declarations":[{"kind":"class","name":"ChatShell","customElement":true,"tagName":"arcgis-chat-shell","pascalCaseName":"ArcgisChatShell","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"aboutContent","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"about-content"},{"kind":"field","name":"mapEnabled","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"map-enabled"},{"kind":"field","name":"mapVisible","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"map-visible"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst chatShell = document.querySelector(\"arcgis-chat-shell\");\ndocument.body.append(chatShell);\nawait chatShell.componentOnReady();\nconsole.log(\"arcgis-chat-shell is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"about-content","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"aboutContent"},{"name":"map-enabled","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"mapEnabled"},{"name":"map-visible","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"mapVisible"}],"events":[{"name":"arcgisUpdateMapVisibility","type":{"text":"boolean"}},{"name":"hubTelemetry","description":"Event emitted when telemetry data is sent from the chat UI.","docsTags":[{"name":"event","text":"hubTelemetry"}],"type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-chat-shell"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-chat-shell","declaration":{"name":"ChatShell"}}]},{"kind":"javascript-module","path":"components/arcgis-chat-ui","sourcePath":"src/components/chat-ui/chat-ui.tsx","declarations":[{"kind":"class","name":"ArcgisChatUI","customElement":true,"tagName":"arcgis-chat-ui","pascalCaseName":"ArcgisChatUi","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"botDescription","description":"The disclaimer text for the AI assistant","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"bot-description"},{"kind":"field","name":"botTitle","description":"The title of the AI assistant","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"bot-title"},{"kind":"field","name":"conversationId","description":"The current conversation ID, or null if starting a new conversation.","type":{"text":"string | null","values":[{"type":"string"}]},"attribute":"conversation-id"},{"kind":"field","name":"defaultSuggestions","description":"The default suggestions prompted to the user","type":{"text":"string[]"}},{"kind":"field","name":"domain","type":{"text":"string","values":[{"type":"string"}]},"default":"\"hub.arcgis.com\"","attribute":"domain"},{"kind":"field","name":"getFinderResponse","description":"Function property to get a Finder response.\nShould be provided by the parent component, `hub-ai-assistant`.","docsTags":[{"name":"param","text":"message - The user message to send."},{"name":"param","text":"conversationId - The current conversation ID, or null to start a new conversation."},{"name":"returns","text":"A promise resolving to an array of ArcgisErrorResponse or FinderSkillResponse."}],"type":{"text":"(message: string, conversationId: string | null) => Promise<ArcgisErrorResponse[] | FinderSkillResponse[]>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":52,"end":59},{"name":"ArcgisErrorResponse","module":"components/arcgis-hub-ai-assistant/util/framework","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#ArcgisErrorResponse","start":60,"end":79},{"name":"FinderSkillResponse","module":"components/arcgis-hub-ai-assistant/util/framework","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderSkillResponse","start":84,"end":103}]}},{"kind":"field","name":"inputText","description":"The current text input value from the user.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"input-text"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisChatUI = document.querySelector(\"arcgis-chat-ui\");\ndocument.body.append(arcgisChatUI);\nawait arcgisChatUI.componentOnReady();\nconsole.log(\"arcgis-chat-ui is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"submitUserMessage","description":"Submits the user's message to the chat.\nClears the input, adds the message to the chat history, and triggers the AI response.\nCurrently using the @method decorator to expose this method to the DOM,\nallowing it to be called from `embed-modal.html`. Once this application has been migrated,\nI assume there will be no need for the html component and the @method decorator can be removed.","parameters":[{"name":"text","description":"The user's input message.","type":{"text":"string"}},{"name":"type","type":{"text":"\"query\" | \"suggest\""}}],"return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(text: string, type: \"query\" | \"suggest\"): Promise<void>"}],"attributes":[{"name":"bot-description","description":"The disclaimer text for the AI assistant","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"botDescription"},{"name":"bot-title","description":"The title of the AI assistant","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"botTitle"},{"name":"conversation-id","description":"The current conversation ID, or null if starting a new conversation.","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"conversationId"},{"name":"domain","type":{"text":"string","values":[{"type":"string"}]},"default":"\"hub.arcgis.com\"","fieldName":"domain"},{"name":"input-text","description":"The current text input value from the user.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"inputText"}],"events":[{"name":"arcgisAddDataClick","description":"Event emitted when the user clicks to add data from a chat message.","type":{"text":"AddDataAction","references":[{"name":"AddDataAction","module":"components/arcgis-chat-ui/util/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-chat-ui/util/types/#AddDataAction","start":0,"end":13}]}},{"name":"arcgisAppIdentityStartSignIn","type":{"text":"void"}},{"name":"arcgisLocationClick","description":"Event emitted when the user clicks a zoom to location button in a chat message.","type":{"text":"FinderLocation","references":[{"name":"FinderLocation","module":"components/arcgis-hub-ai-assistant/util/framework","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderLocation","start":0,"end":14}]}},{"name":"hubTelemetry","description":"Event emitted when telemetry data is sent from the chat UI.","docsTags":[{"name":"event","text":"hubTelemetry"}],"type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-chat-ui"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-chat-ui","declaration":{"name":"ArcgisChatUI"}}]},{"kind":"javascript-module","path":"components/arcgis-chat-ui/util/types","sourcePath":"src/components/chat-ui/util/types.ts","declarations":[{"kind":"interface","name":"AddDataAction","members":[{"kind":"field","name":"type","type":{"text":"\"dataset\""}},{"kind":"field","name":"title","type":{"text":"string"}},{"kind":"field","name":"data","type":{"text":"DataItem","references":[{"name":"DataItem","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-chat-ui/util/types/#DataItem","start":0,"end":8}]}}]},{"kind":"interface","name":"DataItem","members":[{"kind":"field","name":"id","type":{"text":"string"}}]}]},{"kind":"javascript-module","path":"components/arcgis-hub-ai-assistant","sourcePath":"src/components/hub-ai-assistant/hub-ai-assistant.tsx","declarations":[{"kind":"class","name":"ArcGISHubAIAssistant","customElement":true,"tagName":"arcgis-hub-ai-assistant","pascalCaseName":"ArcgisHubAiAssistant","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"encapsulation":"none","members":[{"kind":"field","name":"_layers","type":{"text":"Layer[]","references":[{"name":"default","module":"layers/Layer.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/layers/Layer/","start":0,"end":5}]}},{"kind":"field","name":"botDescription","description":"Basic info about the bot to display in the \"About\" panel","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"bot-description"},{"kind":"field","name":"botTitle","description":"The title of the AI assistant bot, displayed in the UI.","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"bot-title"},{"kind":"field","name":"defaultSuggestions","description":"The default suggestions for the user","type":{"text":"string[]"}},{"kind":"field","name":"extent","description":"The default map extent (bounding box) to use for the map view.\nFormat: [[minX, minY], [maxX, maxY]]","type":{"text":"number[][] | undefined"}},{"kind":"field","name":"hub","description":"Hub domain to use for finding relevant datasets","type":{"text":"string","values":[{"type":"string"}]},"default":"\"https://hub.arcgis.com\"","attribute":"hub"},{"kind":"field","name":"itemId","description":"ArcGIS Item id for assistant configuration","type":{"text":"string | null","values":[{"type":"string"}]},"attribute":"item-id"},{"kind":"field","name":"itemModifiedDate","description":"The last modified timestamp of the assistant configuration item (site)","type":{"text":"number","values":[{"type":"number"}]},"default":"0","attribute":"item-modified-date"},{"kind":"field","name":"location","description":"Default geographic location to limit / focus results","type":{"text":"string","values":[{"type":"string"}]},"default":"\"USA\"","attribute":"location"},{"kind":"field","name":"mapEnabled","description":"If the map is enabled (able to be togged on within the component).","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","attribute":"map-enabled"},{"kind":"field","name":"mapLayers","description":"Portal IDs of the layers on the map","type":{"text":"string[]"}},{"kind":"field","name":"mapShowTable","description":"In the map, option to show the \"Table\" widget.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","attribute":"map-show-table"},{"kind":"field","name":"mapVisible","description":"If the map is currently visible. Only applicable if `mapEnabled` is true.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"map-visible"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcGISHubAIAssistant = document.querySelector(\"arcgis-hub-ai-assistant\");\ndocument.body.append(arcGISHubAIAssistant);\nawait arcGISHubAIAssistant.componentOnReady();\nconsole.log(\"arcgis-hub-ai-assistant is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"bot-description","description":"Basic info about the bot to display in the \"About\" panel","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"botDescription"},{"name":"bot-title","description":"The title of the AI assistant bot, displayed in the UI.","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"botTitle"},{"name":"hub","description":"Hub domain to use for finding relevant datasets","type":{"text":"string","values":[{"type":"string"}]},"default":"\"https://hub.arcgis.com\"","fieldName":"hub"},{"name":"item-id","description":"ArcGIS Item id for assistant configuration","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"itemId"},{"name":"item-modified-date","description":"The last modified timestamp of the assistant configuration item (site)","type":{"text":"number","values":[{"type":"number"}]},"default":"0","fieldName":"itemModifiedDate"},{"name":"location","description":"Default geographic location to limit / focus results","type":{"text":"string","values":[{"type":"string"}]},"default":"\"USA\"","fieldName":"location"},{"name":"map-enabled","description":"If the map is enabled (able to be togged on within the component).","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","fieldName":"mapEnabled"},{"name":"map-show-table","description":"In the map, option to show the \"Table\" widget.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","fieldName":"mapShowTable"},{"name":"map-visible","description":"If the map is currently visible. Only applicable if `mapEnabled` is true.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"mapVisible"}],"importPath":"components/arcgis-hub-ai-assistant"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-ai-assistant","declaration":{"name":"ArcGISHubAIAssistant"}}]},{"kind":"javascript-module","path":"components/arcgis-hub-ai-assistant/util/framework","sourcePath":"src/components/hub-ai-assistant/util/framework.ts","declarations":[{"kind":"interface","name":"FinderLocation","description":"FinderLocation defines the location of a response or source","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"name","type":{"text":"string"}},{"kind":"field","name":"latitude","type":{"text":"number"}},{"kind":"field","name":"longitude","type":{"text":"number"}},{"kind":"field","name":"zoom","type":{"text":"number | null"}}]},{"kind":"interface","name":"FinderSkillResponse","supertypes":[{"name":"SkillApiResponse","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#SkillApiResponse","typeArguments":[{"text":"FinderResponseContext","references":[{"name":"FinderResponseContext","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderResponseContext","start":0,"end":21}]}]}]},{"kind":"interface","name":"ArcgisErrorResponse","supertypes":[{"name":"SkillApiResponse","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#SkillApiResponse","typeArguments":[{"text":"ArcgisErrorAsContext","references":[{"name":"ArcgisErrorAsContext","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#ArcgisErrorAsContext","start":0,"end":20}]}]}]},{"kind":"interface","name":"SkillApiResponse","description":"General Skill API response type (excluding context)","typeParameters":[{"name":"TContext","default":{"text":"unknown"}}],"members":[{"kind":"field","name":"conversationId","type":{"text":"string | null"}},{"kind":"field","name":"inquiryId","type":{"text":"string"}},{"kind":"field","name":"hasMore","type":{"text":"boolean"}},{"kind":"field","name":"sequenceNumber","type":{"text":"number"}},{"kind":"field","name":"message","type":{"text":"string | undefined"}},{"kind":"field","name":"context","type":{"text":"TContext","references":[{"name":"TContext","start":0,"end":8}]}}]},{"kind":"interface","name":"FinderResponseContext","description":"FinderResponseContext defines the information sent back from the Finder skill API","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"text","type":{"text":"string"}},{"kind":"field","name":"actions","type":{"text":"FinderAction[]","references":[{"name":"FinderAction","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderAction","start":0,"end":12}]}},{"kind":"field","name":"sources","type":{"text":"FinderSource[]","references":[{"name":"FinderSource","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderSource","start":0,"end":12}]}},{"kind":"field","name":"location","type":{"text":"FinderLocation","references":[{"name":"FinderLocation","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderLocation","start":0,"end":14}]}},{"kind":"field","name":"features","type":{"text":"unknown"}},{"kind":"field","name":"tools","type":{"text":"FinderTool[]","references":[{"name":"FinderTool","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderTool","start":0,"end":10}]}}]},{"kind":"interface","name":"ArcgisErrorAsContext","members":[{"kind":"field","name":"error","type":{"text":"{\n code: number;\n messageCode: string;\n details?: unknown[];\n message: string;\n subCode?: unknown;\n}"}},{"kind":"field","name":"kind","type":{"text":"string"}}]},{"kind":"interface","name":"FinderAction","description":"FinderAction defines an action that is recommended as a follow-up user query","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"action","type":{"text":"string"}},{"kind":"field","name":"text","type":{"text":"string"}},{"kind":"field","name":"properties","type":{"text":"FinderActionProperties","references":[{"name":"FinderActionProperties","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderActionProperties","start":0,"end":22}]}}]},{"kind":"interface","name":"FinderSource","description":"FinderSource defines a source of information in a response such as a dataset, document, or app.","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"id","type":{"text":"string"}},{"kind":"field","name":"type","type":{"text":"string"}},{"kind":"field","name":"title","type":{"text":"string"}},{"kind":"field","name":"description","type":{"text":"string"}},{"kind":"field","name":"source","type":{"text":"string"}}]},{"kind":"interface","name":"FinderTool","description":"FinderTool defines a tool that can be used in the Finder skill, such as a search or geocode.","members":[{"kind":"field","name":"name","type":{"text":"string"}},{"kind":"field","name":"parameters","type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}]},{"kind":"interface","name":"FinderActionProperties","description":"FinderActionProperties defines the properties for actions in the Finder skill.","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"topic","type":{"text":"string"}},{"kind":"field","name":"datasets","type":{"text":"string[] | null"}},{"kind":"field","name":"latitude","type":{"text":"number | null"}},{"kind":"field","name":"longitude","type":{"text":"number | null"}},{"kind":"field","name":"zoom","type":{"text":"number | null"}}]}]},{"kind":"javascript-module","path":"components/arcgis-hub-entity-view-layout","sourcePath":"src/components/hub-entity-view-layout/hub-entity-view-layout.tsx","declarations":[{"kind":"class","name":"ArcgisHubEntityViewLayout","customElement":true,"tagName":"arcgis-hub-entity-view-layout","pascalCaseName":"ArcgisHubEntityViewLayout","description":"Component that renders a Hub entity view\nusing the layout system.\n\nIf an entity does not have a layout defined, we\nbuild a type-specific default layout from the entity's\nmetadata. The layout does not get persisted to the\nunderlying item until the user makes changes and\npublishes them.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"encapsulation":"none","members":[{"kind":"field","name":"entity","description":"The Hub entity whose view will be\nrendered in a layout","type":{"text":"HubEntity | undefined","references":[{"name":"HubEntity","package":"@esri/hub-common","start":0,"end":9}]}},{"kind":"field","name":"isEditMode","description":"Whether the layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-edit-mode"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisHubEntityViewLayout = document.querySelector(\"arcgis-hub-entity-view-layout\");\ndocument.body.append(arcgisHubEntityViewLayout);\nawait arcgisHubEntityViewLayout.componentOnReady();\nconsole.log(\"arcgis-hub-entity-view-layout is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"is-edit-mode","description":"Whether the layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isEditMode"}],"events":[{"name":"arcgisHubEntityViewPublished","description":"Event emitted when the layout is published.","type":{"text":"void"}},{"name":"hubTelemetry","description":"Event emitted for telemetry","type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-hub-entity-view-layout"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-entity-view-layout","declaration":{"name":"ArcgisHubEntityViewLayout"}}]},{"kind":"javascript-module","path":"components/arcgis-hub-entity-associations-card","sourcePath":"src/components/layouts/components/cards/hub-entity-associations-card/hub-entity-associations-card.tsx","declarations":[{"kind":"class","name":"ArcgisHubEntityAssociationsCard","customElement":true,"tagName":"arcgis-hub-entity-associations-card","pascalCaseName":"ArcgisHubEntityAssociationsCard","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"associationType","description":"entity type to query for","type":{"text":"HubEntityType","references":[{"name":"HubEntityType","package":"@esri/hub-common","start":0,"end":13}],"values":[{"type":"string","value":"template"},{"type":"string","value":"event"},{"type":"string","value":"group"},{"type":"string","value":"initiative"},{"type":"string","value":"initiativeTemplate"},{"type":"string","value":"organization"},{"type":"string","value":"survey"},{"type":"string","value":"user"},{"type":"string","value":"channel"},{"type":"string","value":"content"},{"type":"string","value":"org"},{"type":"string","value":"page"},{"type":"string","value":"project"},{"type":"string","value":"site"},{"type":"string","value":"discussion"}]},"default":"\"initiative\"","attribute":"association-type"},{"kind":"field","name":"entity","docsTags":[{"name":"required"}],"type":{"text":"HubEntity | undefined","references":[{"name":"HubEntity","package":"@esri/hub-common","start":0,"end":9}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisHubEntityAssociationsCard = document.querySelector(\"arcgis-hub-entity-associations-card\");\ndocument.body.append(arcgisHubEntityAssociationsCard);\nawait arcgisHubEntityAssociationsCard.componentOnReady();\nconsole.log(\"arcgis-hub-entity-associations-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"association-type","description":"entity type to query for","type":{"text":"\"template\" | \"event\" | \"group\" | \"initiative\" | \"initiativeTemplate\" | \"organization\" | \"survey\" | \"user\" | \"channel\" | \"content\" | \"org\" | \"page\" | \"project\" | \"site\" | \"discussion\"","values":[{"type":"string","value":"template"},{"type":"string","value":"event"},{"type":"string","value":"group"},{"type":"string","value":"initiative"},{"type":"string","value":"initiativeTemplate"},{"type":"string","value":"organization"},{"type":"string","value":"survey"},{"type":"string","value":"user"},{"type":"string","value":"channel"},{"type":"string","value":"content"},{"type":"string","value":"org"},{"type":"string","value":"page"},{"type":"string","value":"project"},{"type":"string","value":"site"},{"type":"string","value":"discussion"}]},"default":"\"initiative\"","fieldName":"associationType"}],"importPath":"components/arcgis-hub-entity-associations-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-entity-associations-card","declaration":{"name":"ArcgisHubEntityAssociationsCard"}}]},{"kind":"javascript-module","path":"components/arcgis-hub-entity-metrics-card","sourcePath":"src/components/layouts/components/cards/hub-entity-metrics-card/hub-entity-metrics-card.tsx","declarations":[{"kind":"class","name":"ArcgisHubEntityMetricsCard","customElement":true,"tagName":"arcgis-hub-entity-metrics-card","pascalCaseName":"ArcgisHubEntityMetricsCard","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"entity","docsTags":[{"name":"required"}],"type":{"text":"HubEntity | undefined","references":[{"name":"HubEntity","package":"@esri/hub-common","start":0,"end":9}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisHubEntityMetricsCard = document.querySelector(\"arcgis-hub-entity-metrics-card\");\ndocument.body.append(arcgisHubEntityMetricsCard);\nawait arcgisHubEntityMetricsCard.componentOnReady();\nconsole.log(\"arcgis-hub-entity-metrics-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"importPath":"components/arcgis-hub-entity-metrics-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-entity-metrics-card","declaration":{"name":"ArcgisHubEntityMetricsCard"}}]},{"kind":"javascript-module","path":"components/arcgis-hub-entity-status-card","sourcePath":"src/components/layouts/components/cards/hub-entity-status-card/hub-entity-status-card.tsx","declarations":[{"kind":"class","name":"ArcgisHubEntityStatusCard","customElement":true,"tagName":"arcgis-hub-entity-status-card","pascalCaseName":"ArcgisHubEntityStatusCard","description":"A card that can be added to an ILayout or leveraged\nindependently to render an entity's status.\n\nNOTE: this card is a temporary implementation, and\nwill likely be removed once we decide how to handle\nentity statuses in the context of the layout system\ne.g. via a text card with variables, for example","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"entity","docsTags":[{"name":"required"}],"type":{"text":"HubEntity | undefined","references":[{"name":"HubEntity","package":"@esri/hub-common","start":0,"end":9}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisHubEntityStatusCard = document.querySelector(\"arcgis-hub-entity-status-card\");\ndocument.body.append(arcgisHubEntityStatusCard);\nawait arcgisHubEntityStatusCard.componentOnReady();\nconsole.log(\"arcgis-hub-entity-status-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"importPath":"components/arcgis-hub-entity-status-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-entity-status-card","declaration":{"name":"ArcgisHubEntityStatusCard"}}]},{"kind":"javascript-module","path":"components/arcgis-nav-card","sourcePath":"src/components/layouts/components/cards/nav-card/nav-card.tsx","declarations":[{"kind":"class","name":"ArcgisNavCard","customElement":true,"tagName":"arcgis-nav-card","pascalCaseName":"ArcgisNavCard","description":"The nav card is intended to render various\ntypes of in-place navigation in an ILayout (e.g.\ntabs, accordions, etc.).\n\nTODO: hook up other nav types (e.g. accordion)\nTODO: hook up query params (e.g. navigating to\na different tab should update the URL, thereby\nenabling deep linking).","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"encapsulation":"none","members":[{"kind":"field","name":"activatedNode","description":"The layout node that is currently activated for editing. This is\ntracked in order to show the node's configuration\ncontrols and \"active\" state in the UI.","type":{"text":"ILayoutNode | undefined","references":[{"name":"ILayoutNode","package":"@esri/hub-common","start":0,"end":11}]}},{"kind":"field","name":"debug","description":"Enables debug mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"debug"},{"kind":"field","name":"isEditMode","description":"Whether the parent layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-edit-mode","reflects":true},{"kind":"field","name":"node","type":{"text":"ILayoutNode","references":[{"name":"ILayoutNode","package":"@esri/hub-common","start":0,"end":11}]}},{"kind":"field","name":"sections","description":"The sections to render within the nav card","type":{"text":"ISection[]","references":[{"name":"ISection","package":"@esri/hub-common","start":0,"end":8}]}},{"kind":"field","name":"translations","description":"Customer provided translations to override the\ndefault strings.","type":{"text":"ITranslationMap","references":[{"name":"ITranslationMap","package":"@esri/hub-common","start":0,"end":15}]}},{"kind":"field","name":"utils","description":"Utility functions passed down to all child layout\ncomponents. For now, this is specifically needed to\nprocess a remote layout that is referenced by a\nlayout node.","type":{"text":"LayoutUtils | undefined","references":[{"name":"LayoutUtils","package":"@esri/hub-common","start":0,"end":11}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisNavCard = document.querySelector(\"arcgis-nav-card\");\ndocument.body.append(arcgisNavCard);\nawait arcgisNavCard.componentOnReady();\nconsole.log(\"arcgis-nav-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"debug","description":"Enables debug mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"debug"},{"name":"is-edit-mode","description":"Whether the parent layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isEditMode"}],"events":[{"name":"arcgisLayoutActivateNode","type":{"text":"ILayoutNodeActivateEventDetail","references":[{"name":"ILayoutNodeActivateEventDetail","module":"components/layouts/utils/layout-event-types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/layouts/utils/layout-event-types/#ILayoutNodeActivateEventDetail","start":0,"end":30}]}},{"name":"arcgisLayoutNodeFocus","type":{"text":"boolean"}}],"importPath":"components/arcgis-nav-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-nav-card","declaration":{"name":"ArcgisNavCard"}}]},{"kind":"javascript-module","path":"components/arcgis-text-card","sourcePath":"src/components/layouts/components/cards/text-card/text-card.tsx","declarations":[{"kind":"class","name":"ArcgisTextCard","customElement":true,"tagName":"arcgis-text-card","pascalCaseName":"ArcgisTextCard","description":"A text card that can be added to an ILayout or leveraged\nindependently. The text content is sanitized before rendering\nto prevent XSS attacks.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"html","description":"The HTML content to display - this will be\nsanitized before rendering.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"html"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisTextCard = document.querySelector(\"arcgis-text-card\");\ndocument.body.append(arcgisTextCard);\nawait arcgisTextCard.componentOnReady();\nconsole.log(\"arcgis-text-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"html","description":"The HTML content to display - this will be\nsanitized before rendering.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"html"}],"importPath":"components/arcgis-text-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-text-card","declaration":{"name":"ArcgisTextCard"}}]},{"kind":"javascript-module","path":"components/arcgis-layout","sourcePath":"src/components/layouts/components/layout/layout.tsx","declarations":[{"kind":"class","name":"ArcgisLayout","customElement":true,"tagName":"arcgis-layout","pascalCaseName":"ArcgisLayout","description":"Web component for rendering an ILayout. Orchestrates\nthe rendering of sections, rows, columns, and cards\nas defined by the layout JSON.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"activatedNode","description":"The layout node that is currently activated for editing.\nThis is tracked in order to show the node's configuration\ncontrols and \"active\" state in the UI.","type":{"text":"ILayoutNode | undefined","references":[{"name":"ILayoutNode","package":"@esri/hub-common","start":0,"end":11}]}},{"kind":"field","name":"debug","description":"Enables debug mode.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"debug","reflects":true},{"kind":"field","name":"isEditMode","description":"Whether the layout is in edit mode.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-edit-mode","reflects":true},{"kind":"field","name":"layout","description":"The layout to render.","type":{"text":"ILayout | undefined","references":[{"name":"ILayout","package":"@esri/hub-common","start":0,"end":7}]}},{"kind":"field","name":"options","description":"Contextual information used to process various\nparts of the layout system (e.g. processing the\nlayout itself, generating addable layout nodes,\netc.)","type":{"text":"IProcessLayoutOptions","references":[{"name":"IProcessLayoutOptions","package":"@esri/hub-common","start":0,"end":21}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisLayout = document.querySelector(\"arcgis-layout\");\ndocument.body.append(arcgisLayout);\nawait arcgisLayout.componentOnReady();\nconsole.log(\"arcgis-layout is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"getCardEl","description":"Public method that returns the DOM element for a\nlayout node by id. Used for highlighting or\nscrolling to a node in the layout.","parameters":[{"name":"nodeId","description":"The id of the node","type":{"text":"string"}}],"return":{"description":"The HTML element for the node, if found","type":{"text":"Promise<HTMLConfigurableLayoutNodeElement | undefined>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7},{"name":"HTMLConfigurableLayoutNodeElement","package":"@esri/hub-common","start":8,"end":41}]}},"signature":"(nodeId: string): Promise<HTMLConfigurableLayoutNodeElement | undefined>"}],"attributes":[{"name":"debug","description":"Enables debug mode.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"debug"},{"name":"is-edit-mode","description":"Whether the layout is in edit mode.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isEditMode"}],"events":[{"name":"arcgisHubLayoutRendered","description":"Event emitted when the layout has finished\nrendering.","type":{"text":"void"}}],"importPath":"components/arcgis-layout"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-layout","declaration":{"name":"ArcgisLayout"}}]},{"kind":"javascript-module","path":"components/arcgis-layout-container","sourcePath":"src/components/layouts/components/layout-container/layout-container.tsx","declarations":[{"kind":"class","name":"ArcgisLayoutContainer","customElement":true,"tagName":"arcgis-layout-container","pascalCaseName":"ArcgisLayoutContainer","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"encapsulation":"none","members":[{"kind":"field","name":"debug","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"debug","reflects":true},{"kind":"field","name":"isEditMode","description":"Whether the layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-edit-mode","reflects":true},{"kind":"field","name":"isPublishing","description":"Whether the layout is currently being published.\nWe use this to disable and show a loading state\non the \"Publish\" button in the edit toolbar.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-publishing"},{"kind":"field","name":"layout","description":"The layout to render","type":{"text":"Layout","references":[{"name":"Layout","package":"@esri/hub-common","start":0,"end":6}]}},{"kind":"field","name":"options","description":"Contextual information used to process various\nparts of the layout system (e.g. processing the\nlayout itself, generating addable layout nodes,\netc.)","type":{"text":"IProcessLayoutOptions","references":[{"name":"IProcessLayoutOptions","package":"@esri/hub-common","start":0,"end":21}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisLayoutContainer = document.querySelector(\"arcgis-layout-container\");\ndocument.body.append(arcgisLayoutContainer);\nawait arcgisLayoutContainer.componentOnReady();\nconsole.log(\"arcgis-layout-container is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"debug","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"debug"},{"name":"is-edit-mode","description":"Whether the layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isEditMode"},{"name":"is-publishing","description":"Whether the layout is currently being published.\nWe use this to disable and show a loading state\non the \"Publish\" button in the edit toolbar.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isPublishing"}],"events":[{"name":"arcgisHubLayoutChanged","description":"Event emitted when the layout is edited","type":{"text":"void"}},{"name":"arcgisHubLayoutEditorExit","description":"Event emitted when the layout editor is exited","type":{"text":"void"}},{"name":"arcgisHubLayoutPublished","description":"Event emitted when the layout is published","type":{"text":"ILayoutPublishEventDetail","references":[{"name":"ILayoutPublishEventDetail","package":"@esri/hub-common","start":0,"end":25}]}},{"name":"arcgisHubLayoutReset","description":"Event emitted when the layout is reset","type":{"text":"ILayoutResetEventDetail","references":[{"name":"ILayoutResetEventDetail","package":"@esri/hub-common","start":0,"end":23}]}},{"name":"hubTelemetry","description":"Event emitted for telemetry","type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-layout-container"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-layout-container","declaration":{"name":"ArcgisLayoutContainer"}}]},{"kind":"javascript-module","path":"components/layouts/utils/layout-event-types","sourcePath":"src/components/layouts/utils/layout-event-types.ts","declarations":[{"kind":"interface","name":"ILayoutNodeActivateEventDetail","members":[{"kind":"field","name":"node","type":{"text":"LayoutNode","references":[{"name":"LayoutNode","package":"@esri/hub-common","start":0,"end":10}]}}]}]}]}
|
|
1
|
+
{"timestamp":"2026-03-19T19:02:25","compiler":{"name":"@arcgis/lumina-compiler","version":"5.0.9","typescriptVersion":"5.8.3"},"schemaVersion":"2.1.0","modules":[{"kind":"javascript-module","path":"index","sourcePath":"src/index.ts","declarations":[{"kind":"function","name":"getAssetPath","description":"Get a resolved path from where an asset can be loaded.","parameters":[{"name":"suffix","description":"The relative path for the asset.","type":{"text":"string"}}],"return":{"type":{"text":"string"}}},{"kind":"function","name":"setAssetPath","description":"Used to manually set the base path where package assets (like localization\nand icons) can be found.\n\nBy default, the package assets are loaded from\n`https://js.arcgis.com/<version>/<simplified-package-name>/`. We are hosting\nour assets on a CDN (Content Delivery Network) to ensure fast and reliable\naccess. It is CORS-enabled, so you can load the assets from any domain. This\nis the recommended way to load the assets and avoid bundling them with your\napplication.\n\nHowever, if you need to host the assets locally, you can copy them manually\nas part of your build process and use `setAssetPath` to customize where the\nbrowser will load the assets from.","parameters":[{"name":"path","description":"Relative or absolute path to the assets folder.","type":{"text":"URL | string","references":[{"name":"URL","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/API/URL","start":0,"end":3}]}}],"return":{"type":{"text":"void"}}}]},{"kind":"javascript-module","path":"components/arcgis-chat-shell","sourcePath":"src/components/chat-shell/chat-shell.tsx","declarations":[{"kind":"class","name":"ChatShell","customElement":true,"tagName":"arcgis-chat-shell","pascalCaseName":"ArcgisChatShell","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"aboutContent","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"about-content"},{"kind":"field","name":"mapEnabled","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"map-enabled"},{"kind":"field","name":"mapVisible","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"map-visible"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst chatShell = document.querySelector(\"arcgis-chat-shell\");\ndocument.body.append(chatShell);\nawait chatShell.componentOnReady();\nconsole.log(\"arcgis-chat-shell is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"about-content","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"aboutContent"},{"name":"map-enabled","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"mapEnabled"},{"name":"map-visible","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"mapVisible"}],"events":[{"name":"arcgisUpdateMapVisibility","type":{"text":"boolean"}},{"name":"hubTelemetry","description":"Event emitted when telemetry data is sent from the chat UI.","docsTags":[{"name":"event","text":"hubTelemetry"}],"type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-chat-shell"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-chat-shell","declaration":{"name":"ChatShell"}}]},{"kind":"javascript-module","path":"components/arcgis-chat-ui","sourcePath":"src/components/chat-ui/chat-ui.tsx","declarations":[{"kind":"class","name":"ArcgisChatUI","customElement":true,"tagName":"arcgis-chat-ui","pascalCaseName":"ArcgisChatUi","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"botDescription","description":"The disclaimer text for the AI assistant","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"bot-description"},{"kind":"field","name":"botTitle","description":"The title of the AI assistant","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"bot-title"},{"kind":"field","name":"conversationId","description":"The current conversation ID, or null if starting a new conversation.","type":{"text":"string | null","values":[{"type":"string"}]},"attribute":"conversation-id"},{"kind":"field","name":"defaultSuggestions","description":"The default suggestions prompted to the user","type":{"text":"string[]"}},{"kind":"field","name":"domain","type":{"text":"string","values":[{"type":"string"}]},"default":"\"hub.arcgis.com\"","attribute":"domain"},{"kind":"field","name":"getFinderResponse","description":"Function property to get a Finder response.\nShould be provided by the parent component, `hub-ai-assistant`.","docsTags":[{"name":"param","text":"message - The user message to send."},{"name":"param","text":"conversationId - The current conversation ID, or null to start a new conversation."},{"name":"returns","text":"A promise resolving to an array of ArcgisErrorResponse or FinderSkillResponse."}],"type":{"text":"(message: string, conversationId: string | null) => Promise<ArcgisErrorResponse[] | FinderSkillResponse[]>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":52,"end":59},{"name":"ArcgisErrorResponse","module":"components/arcgis-hub-ai-assistant/util/framework","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#ArcgisErrorResponse","start":60,"end":79},{"name":"FinderSkillResponse","module":"components/arcgis-hub-ai-assistant/util/framework","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderSkillResponse","start":84,"end":103}]}},{"kind":"field","name":"inputText","description":"The current text input value from the user.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"input-text"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisChatUI = document.querySelector(\"arcgis-chat-ui\");\ndocument.body.append(arcgisChatUI);\nawait arcgisChatUI.componentOnReady();\nconsole.log(\"arcgis-chat-ui is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"submitUserMessage","description":"Submits the user's message to the chat.\nClears the input, adds the message to the chat history, and triggers the AI response.\nCurrently using the @method decorator to expose this method to the DOM,\nallowing it to be called from `embed-modal.html`. Once this application has been migrated,\nI assume there will be no need for the html component and the @method decorator can be removed.","parameters":[{"name":"text","description":"The user's input message.","type":{"text":"string"}},{"name":"type","type":{"text":"\"query\" | \"suggest\""}}],"return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(text: string, type: \"query\" | \"suggest\"): Promise<void>"}],"attributes":[{"name":"bot-description","description":"The disclaimer text for the AI assistant","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"botDescription"},{"name":"bot-title","description":"The title of the AI assistant","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"botTitle"},{"name":"conversation-id","description":"The current conversation ID, or null if starting a new conversation.","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"conversationId"},{"name":"domain","type":{"text":"string","values":[{"type":"string"}]},"default":"\"hub.arcgis.com\"","fieldName":"domain"},{"name":"input-text","description":"The current text input value from the user.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"inputText"}],"events":[{"name":"arcgisAddDataClick","description":"Event emitted when the user clicks to add data from a chat message.","type":{"text":"AddDataAction","references":[{"name":"AddDataAction","module":"components/arcgis-chat-ui/util/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-chat-ui/util/types/#AddDataAction","start":0,"end":13}]}},{"name":"arcgisAppIdentityStartSignIn","type":{"text":"void"}},{"name":"arcgisLocationClick","description":"Event emitted when the user clicks a zoom to location button in a chat message.","type":{"text":"FinderLocation","references":[{"name":"FinderLocation","module":"components/arcgis-hub-ai-assistant/util/framework","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderLocation","start":0,"end":14}]}},{"name":"hubTelemetry","description":"Event emitted when telemetry data is sent from the chat UI.","docsTags":[{"name":"event","text":"hubTelemetry"}],"type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-chat-ui"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-chat-ui","declaration":{"name":"ArcgisChatUI"}}]},{"kind":"javascript-module","path":"components/arcgis-chat-ui/util/types","sourcePath":"src/components/chat-ui/util/types.ts","declarations":[{"kind":"interface","name":"AddDataAction","members":[{"kind":"field","name":"type","type":{"text":"\"dataset\""}},{"kind":"field","name":"title","type":{"text":"string"}},{"kind":"field","name":"data","type":{"text":"DataItem","references":[{"name":"DataItem","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-chat-ui/util/types/#DataItem","start":0,"end":8}]}}]},{"kind":"interface","name":"DataItem","members":[{"kind":"field","name":"id","type":{"text":"string"}}]}]},{"kind":"javascript-module","path":"components/arcgis-hub-ai-assistant","sourcePath":"src/components/hub-ai-assistant/hub-ai-assistant.tsx","declarations":[{"kind":"class","name":"ArcGISHubAIAssistant","customElement":true,"tagName":"arcgis-hub-ai-assistant","pascalCaseName":"ArcgisHubAiAssistant","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"encapsulation":"none","members":[{"kind":"field","name":"_layers","type":{"text":"Layer[]","references":[{"name":"default","module":"layers/Layer.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/layers/Layer/","start":0,"end":5}]}},{"kind":"field","name":"botDescription","description":"Basic info about the bot to display in the \"About\" panel","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"bot-description"},{"kind":"field","name":"botTitle","description":"The title of the AI assistant bot, displayed in the UI.","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"bot-title"},{"kind":"field","name":"defaultSuggestions","description":"The default suggestions for the user","type":{"text":"string[]"}},{"kind":"field","name":"extent","description":"The default map extent (bounding box) to use for the map view.\nFormat: [[minX, minY], [maxX, maxY]]","type":{"text":"number[][] | undefined"}},{"kind":"field","name":"hub","description":"Hub domain to use for finding relevant datasets","type":{"text":"string","values":[{"type":"string"}]},"default":"\"https://hub.arcgis.com\"","attribute":"hub"},{"kind":"field","name":"itemId","description":"ArcGIS Item id for assistant configuration","type":{"text":"string | null","values":[{"type":"string"}]},"attribute":"item-id"},{"kind":"field","name":"itemModifiedDate","description":"The last modified timestamp of the assistant configuration item (site)","type":{"text":"number","values":[{"type":"number"}]},"default":"0","attribute":"item-modified-date"},{"kind":"field","name":"location","description":"Default geographic location to limit / focus results","type":{"text":"string","values":[{"type":"string"}]},"default":"\"USA\"","attribute":"location"},{"kind":"field","name":"mapEnabled","description":"If the map is enabled (able to be togged on within the component).","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","attribute":"map-enabled"},{"kind":"field","name":"mapLayers","description":"Portal IDs of the layers on the map","type":{"text":"string[]"}},{"kind":"field","name":"mapShowTable","description":"In the map, option to show the \"Table\" widget.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","attribute":"map-show-table"},{"kind":"field","name":"mapVisible","description":"If the map is currently visible. Only applicable if `mapEnabled` is true.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"map-visible"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcGISHubAIAssistant = document.querySelector(\"arcgis-hub-ai-assistant\");\ndocument.body.append(arcGISHubAIAssistant);\nawait arcGISHubAIAssistant.componentOnReady();\nconsole.log(\"arcgis-hub-ai-assistant is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"bot-description","description":"Basic info about the bot to display in the \"About\" panel","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"botDescription"},{"name":"bot-title","description":"The title of the AI assistant bot, displayed in the UI.","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"botTitle"},{"name":"hub","description":"Hub domain to use for finding relevant datasets","type":{"text":"string","values":[{"type":"string"}]},"default":"\"https://hub.arcgis.com\"","fieldName":"hub"},{"name":"item-id","description":"ArcGIS Item id for assistant configuration","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"itemId"},{"name":"item-modified-date","description":"The last modified timestamp of the assistant configuration item (site)","type":{"text":"number","values":[{"type":"number"}]},"default":"0","fieldName":"itemModifiedDate"},{"name":"location","description":"Default geographic location to limit / focus results","type":{"text":"string","values":[{"type":"string"}]},"default":"\"USA\"","fieldName":"location"},{"name":"map-enabled","description":"If the map is enabled (able to be togged on within the component).","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","fieldName":"mapEnabled"},{"name":"map-show-table","description":"In the map, option to show the \"Table\" widget.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","fieldName":"mapShowTable"},{"name":"map-visible","description":"If the map is currently visible. Only applicable if `mapEnabled` is true.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"mapVisible"}],"importPath":"components/arcgis-hub-ai-assistant"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-ai-assistant","declaration":{"name":"ArcGISHubAIAssistant"}}]},{"kind":"javascript-module","path":"components/arcgis-hub-ai-assistant/util/framework","sourcePath":"src/components/hub-ai-assistant/util/framework.ts","declarations":[{"kind":"interface","name":"FinderLocation","description":"FinderLocation defines the location of a response or source","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"name","type":{"text":"string"}},{"kind":"field","name":"latitude","type":{"text":"number"}},{"kind":"field","name":"longitude","type":{"text":"number"}},{"kind":"field","name":"zoom","type":{"text":"number | null"}}]},{"kind":"interface","name":"FinderSkillResponse","supertypes":[{"name":"SkillApiResponse","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#SkillApiResponse","typeArguments":[{"text":"FinderResponseContext","references":[{"name":"FinderResponseContext","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderResponseContext","start":0,"end":21}]}]}]},{"kind":"interface","name":"ArcgisErrorResponse","supertypes":[{"name":"SkillApiResponse","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#SkillApiResponse","typeArguments":[{"text":"ArcgisErrorAsContext","references":[{"name":"ArcgisErrorAsContext","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#ArcgisErrorAsContext","start":0,"end":20}]}]}]},{"kind":"interface","name":"SkillApiResponse","description":"General Skill API response type (excluding context)","typeParameters":[{"name":"TContext","default":{"text":"unknown"}}],"members":[{"kind":"field","name":"conversationId","type":{"text":"string | null"}},{"kind":"field","name":"inquiryId","type":{"text":"string"}},{"kind":"field","name":"hasMore","type":{"text":"boolean"}},{"kind":"field","name":"sequenceNumber","type":{"text":"number"}},{"kind":"field","name":"message","type":{"text":"string | undefined"}},{"kind":"field","name":"context","type":{"text":"TContext","references":[{"name":"TContext","start":0,"end":8}]}}]},{"kind":"interface","name":"FinderResponseContext","description":"FinderResponseContext defines the information sent back from the Finder skill API","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"text","type":{"text":"string"}},{"kind":"field","name":"actions","type":{"text":"FinderAction[]","references":[{"name":"FinderAction","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderAction","start":0,"end":12}]}},{"kind":"field","name":"sources","type":{"text":"FinderSource[]","references":[{"name":"FinderSource","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderSource","start":0,"end":12}]}},{"kind":"field","name":"location","type":{"text":"FinderLocation","references":[{"name":"FinderLocation","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderLocation","start":0,"end":14}]}},{"kind":"field","name":"features","type":{"text":"unknown"}},{"kind":"field","name":"tools","type":{"text":"FinderTool[]","references":[{"name":"FinderTool","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderTool","start":0,"end":10}]}}]},{"kind":"interface","name":"ArcgisErrorAsContext","members":[{"kind":"field","name":"error","type":{"text":"{\n code: number;\n messageCode: string;\n details?: unknown[];\n message: string;\n subCode?: unknown;\n}"}},{"kind":"field","name":"kind","type":{"text":"string"}}]},{"kind":"interface","name":"FinderAction","description":"FinderAction defines an action that is recommended as a follow-up user query","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"action","type":{"text":"string"}},{"kind":"field","name":"text","type":{"text":"string"}},{"kind":"field","name":"properties","type":{"text":"FinderActionProperties","references":[{"name":"FinderActionProperties","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/arcgis-hub-ai-assistant/util/framework/#FinderActionProperties","start":0,"end":22}]}}]},{"kind":"interface","name":"FinderSource","description":"FinderSource defines a source of information in a response such as a dataset, document, or app.","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"id","type":{"text":"string"}},{"kind":"field","name":"type","type":{"text":"string"}},{"kind":"field","name":"title","type":{"text":"string"}},{"kind":"field","name":"description","type":{"text":"string"}},{"kind":"field","name":"source","type":{"text":"string"}}]},{"kind":"interface","name":"FinderTool","description":"FinderTool defines a tool that can be used in the Finder skill, such as a search or geocode.","members":[{"kind":"field","name":"name","type":{"text":"string"}},{"kind":"field","name":"parameters","type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}]},{"kind":"interface","name":"FinderActionProperties","description":"FinderActionProperties defines the properties for actions in the Finder skill.","members":[{"kind":"field","name":"kind","type":{"text":"string"}},{"kind":"field","name":"topic","type":{"text":"string"}},{"kind":"field","name":"datasets","type":{"text":"string[] | null"}},{"kind":"field","name":"latitude","type":{"text":"number | null"}},{"kind":"field","name":"longitude","type":{"text":"number | null"}},{"kind":"field","name":"zoom","type":{"text":"number | null"}}]}]},{"kind":"javascript-module","path":"components/arcgis-hub-entity-view-layout","sourcePath":"src/components/hub-entity-view-layout/hub-entity-view-layout.tsx","declarations":[{"kind":"class","name":"ArcgisHubEntityViewLayout","customElement":true,"tagName":"arcgis-hub-entity-view-layout","pascalCaseName":"ArcgisHubEntityViewLayout","description":"Component that renders a Hub entity view\nusing the layout system.\n\nIf an entity does not have a layout defined, we\nbuild a type-specific default layout from the entity's\nmetadata. The layout does not get persisted to the\nunderlying item until the user makes changes and\npublishes them.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"encapsulation":"none","members":[{"kind":"field","name":"entity","description":"The Hub entity whose view will be\nrendered in a layout","type":{"text":"HubEntity | undefined","references":[{"name":"HubEntity","package":"@esri/hub-common","start":0,"end":9}]}},{"kind":"field","name":"isEditMode","description":"Whether the layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-edit-mode"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisHubEntityViewLayout = document.querySelector(\"arcgis-hub-entity-view-layout\");\ndocument.body.append(arcgisHubEntityViewLayout);\nawait arcgisHubEntityViewLayout.componentOnReady();\nconsole.log(\"arcgis-hub-entity-view-layout is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"is-edit-mode","description":"Whether the layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isEditMode"}],"events":[{"name":"arcgisHubEntityViewPublished","description":"Event emitted when the layout is published.","type":{"text":"void"}},{"name":"hubTelemetry","description":"Event emitted for telemetry","type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-hub-entity-view-layout"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-entity-view-layout","declaration":{"name":"ArcgisHubEntityViewLayout"}}]},{"kind":"javascript-module","path":"components/arcgis-hub-entity-associations-card","sourcePath":"src/components/layouts/components/cards/hub-entity-associations-card/hub-entity-associations-card.tsx","declarations":[{"kind":"class","name":"ArcgisHubEntityAssociationsCard","customElement":true,"tagName":"arcgis-hub-entity-associations-card","pascalCaseName":"ArcgisHubEntityAssociationsCard","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"associationType","description":"entity type to query for","type":{"text":"HubEntityType","references":[{"name":"HubEntityType","package":"@esri/hub-common","start":0,"end":13}],"values":[{"type":"string","value":"template"},{"type":"string","value":"event"},{"type":"string","value":"group"},{"type":"string","value":"initiative"},{"type":"string","value":"initiativeTemplate"},{"type":"string","value":"organization"},{"type":"string","value":"survey"},{"type":"string","value":"user"},{"type":"string","value":"channel"},{"type":"string","value":"content"},{"type":"string","value":"org"},{"type":"string","value":"page"},{"type":"string","value":"project"},{"type":"string","value":"site"},{"type":"string","value":"discussion"}]},"default":"\"initiative\"","attribute":"association-type"},{"kind":"field","name":"entity","docsTags":[{"name":"required"}],"type":{"text":"HubEntity | undefined","references":[{"name":"HubEntity","package":"@esri/hub-common","start":0,"end":9}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisHubEntityAssociationsCard = document.querySelector(\"arcgis-hub-entity-associations-card\");\ndocument.body.append(arcgisHubEntityAssociationsCard);\nawait arcgisHubEntityAssociationsCard.componentOnReady();\nconsole.log(\"arcgis-hub-entity-associations-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"association-type","description":"entity type to query for","type":{"text":"\"template\" | \"event\" | \"group\" | \"initiative\" | \"initiativeTemplate\" | \"organization\" | \"survey\" | \"user\" | \"channel\" | \"content\" | \"org\" | \"page\" | \"project\" | \"site\" | \"discussion\"","values":[{"type":"string","value":"template"},{"type":"string","value":"event"},{"type":"string","value":"group"},{"type":"string","value":"initiative"},{"type":"string","value":"initiativeTemplate"},{"type":"string","value":"organization"},{"type":"string","value":"survey"},{"type":"string","value":"user"},{"type":"string","value":"channel"},{"type":"string","value":"content"},{"type":"string","value":"org"},{"type":"string","value":"page"},{"type":"string","value":"project"},{"type":"string","value":"site"},{"type":"string","value":"discussion"}]},"default":"\"initiative\"","fieldName":"associationType"}],"importPath":"components/arcgis-hub-entity-associations-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-entity-associations-card","declaration":{"name":"ArcgisHubEntityAssociationsCard"}}]},{"kind":"javascript-module","path":"components/arcgis-hub-entity-metrics-card","sourcePath":"src/components/layouts/components/cards/hub-entity-metrics-card/hub-entity-metrics-card.tsx","declarations":[{"kind":"class","name":"ArcgisHubEntityMetricsCard","customElement":true,"tagName":"arcgis-hub-entity-metrics-card","pascalCaseName":"ArcgisHubEntityMetricsCard","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"entity","docsTags":[{"name":"required"}],"type":{"text":"HubEntity | undefined","references":[{"name":"HubEntity","package":"@esri/hub-common","start":0,"end":9}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisHubEntityMetricsCard = document.querySelector(\"arcgis-hub-entity-metrics-card\");\ndocument.body.append(arcgisHubEntityMetricsCard);\nawait arcgisHubEntityMetricsCard.componentOnReady();\nconsole.log(\"arcgis-hub-entity-metrics-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"importPath":"components/arcgis-hub-entity-metrics-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-entity-metrics-card","declaration":{"name":"ArcgisHubEntityMetricsCard"}}]},{"kind":"javascript-module","path":"components/arcgis-hub-entity-status-card","sourcePath":"src/components/layouts/components/cards/hub-entity-status-card/hub-entity-status-card.tsx","declarations":[{"kind":"class","name":"ArcgisHubEntityStatusCard","customElement":true,"tagName":"arcgis-hub-entity-status-card","pascalCaseName":"ArcgisHubEntityStatusCard","description":"A card that can be added to an ILayout or leveraged\nindependently to render an entity's status.\n\nNOTE: this card is a temporary implementation, and\nwill likely be removed once we decide how to handle\nentity statuses in the context of the layout system\ne.g. via a text card with variables, for example","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"entity","docsTags":[{"name":"required"}],"type":{"text":"HubEntity | undefined","references":[{"name":"HubEntity","package":"@esri/hub-common","start":0,"end":9}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisHubEntityStatusCard = document.querySelector(\"arcgis-hub-entity-status-card\");\ndocument.body.append(arcgisHubEntityStatusCard);\nawait arcgisHubEntityStatusCard.componentOnReady();\nconsole.log(\"arcgis-hub-entity-status-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"importPath":"components/arcgis-hub-entity-status-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-hub-entity-status-card","declaration":{"name":"ArcgisHubEntityStatusCard"}}]},{"kind":"javascript-module","path":"components/arcgis-nav-card","sourcePath":"src/components/layouts/components/cards/nav-card/nav-card.tsx","declarations":[{"kind":"class","name":"ArcgisNavCard","customElement":true,"tagName":"arcgis-nav-card","pascalCaseName":"ArcgisNavCard","description":"The nav card is intended to render various\ntypes of in-place navigation in an ILayout (e.g.\ntabs, accordions, etc.).\n\nTODO: hook up other nav types (e.g. accordion)\nTODO: hook up query params (e.g. navigating to\na different tab should update the URL, thereby\nenabling deep linking).","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"encapsulation":"none","members":[{"kind":"field","name":"activatedNode","description":"The layout node that is currently activated for editing. This is\ntracked in order to show the node's configuration\ncontrols and \"active\" state in the UI.","type":{"text":"ILayoutNode | undefined","references":[{"name":"ILayoutNode","package":"@esri/hub-common","start":0,"end":11}]}},{"kind":"field","name":"debug","description":"Enables debug mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"debug"},{"kind":"field","name":"isEditMode","description":"Whether the parent layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-edit-mode","reflects":true},{"kind":"field","name":"node","type":{"text":"ILayoutNode","references":[{"name":"ILayoutNode","package":"@esri/hub-common","start":0,"end":11}]}},{"kind":"field","name":"sections","description":"The sections to render within the nav card","type":{"text":"ISection[]","references":[{"name":"ISection","package":"@esri/hub-common","start":0,"end":8}]}},{"kind":"field","name":"translations","description":"Customer provided translations to override the\ndefault strings.","type":{"text":"ITranslationMap","references":[{"name":"ITranslationMap","package":"@esri/hub-common","start":0,"end":15}]}},{"kind":"field","name":"utils","description":"Utility functions passed down to all child layout\ncomponents. For now, this is specifically needed to\nprocess a remote layout that is referenced by a\nlayout node.","type":{"text":"LayoutUtils | undefined","references":[{"name":"LayoutUtils","package":"@esri/hub-common","start":0,"end":11}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisNavCard = document.querySelector(\"arcgis-nav-card\");\ndocument.body.append(arcgisNavCard);\nawait arcgisNavCard.componentOnReady();\nconsole.log(\"arcgis-nav-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"debug","description":"Enables debug mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"debug"},{"name":"is-edit-mode","description":"Whether the parent layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isEditMode"}],"events":[{"name":"arcgisLayoutActivateNode","type":{"text":"ILayoutNodeActivateEventDetail","references":[{"name":"ILayoutNodeActivateEventDetail","module":"components/layouts/utils/layout-event-types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/hub-web-components/components/layouts/utils/layout-event-types/#ILayoutNodeActivateEventDetail","start":0,"end":30}]}},{"name":"arcgisLayoutNodeFocus","type":{"text":"boolean"}}],"importPath":"components/arcgis-nav-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-nav-card","declaration":{"name":"ArcgisNavCard"}}]},{"kind":"javascript-module","path":"components/arcgis-text-card","sourcePath":"src/components/layouts/components/cards/text-card/text-card.tsx","declarations":[{"kind":"class","name":"ArcgisTextCard","customElement":true,"tagName":"arcgis-text-card","pascalCaseName":"ArcgisTextCard","description":"A text card that can be added to an ILayout or leveraged\nindependently. The text content is sanitized before rendering\nto prevent XSS attacks.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"html","description":"The HTML content to display - this will be\nsanitized before rendering.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"html"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisTextCard = document.querySelector(\"arcgis-text-card\");\ndocument.body.append(arcgisTextCard);\nawait arcgisTextCard.componentOnReady();\nconsole.log(\"arcgis-text-card is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"html","description":"The HTML content to display - this will be\nsanitized before rendering.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"html"}],"importPath":"components/arcgis-text-card"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-text-card","declaration":{"name":"ArcgisTextCard"}}]},{"kind":"javascript-module","path":"components/arcgis-layout","sourcePath":"src/components/layouts/components/layout/layout.tsx","declarations":[{"kind":"class","name":"ArcgisLayout","customElement":true,"tagName":"arcgis-layout","pascalCaseName":"ArcgisLayout","description":"Web component for rendering an ILayout. Orchestrates\nthe rendering of sections, rows, columns, and cards\nas defined by the layout JSON.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"activatedNode","description":"The layout node that is currently activated for editing.\nThis is tracked in order to show the node's configuration\ncontrols and \"active\" state in the UI.","type":{"text":"ILayoutNode | undefined","references":[{"name":"ILayoutNode","package":"@esri/hub-common","start":0,"end":11}]}},{"kind":"field","name":"debug","description":"Enables debug mode.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"debug","reflects":true},{"kind":"field","name":"isEditMode","description":"Whether the layout is in edit mode.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-edit-mode","reflects":true},{"kind":"field","name":"layout","description":"The layout to render.","type":{"text":"ILayout | undefined","references":[{"name":"ILayout","package":"@esri/hub-common","start":0,"end":7}]}},{"kind":"field","name":"options","description":"Contextual information used to process various\nparts of the layout system (e.g. processing the\nlayout itself, generating addable layout nodes,\netc.)","type":{"text":"IProcessLayoutOptions","references":[{"name":"IProcessLayoutOptions","package":"@esri/hub-common","start":0,"end":21}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisLayout = document.querySelector(\"arcgis-layout\");\ndocument.body.append(arcgisLayout);\nawait arcgisLayout.componentOnReady();\nconsole.log(\"arcgis-layout is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"getCardEl","description":"Public method that returns the DOM element for a\nlayout node by id. Used for highlighting or\nscrolling to a node in the layout.","parameters":[{"name":"nodeId","description":"The id of the node","type":{"text":"string"}}],"return":{"description":"The HTML element for the node, if found","type":{"text":"Promise<HTMLConfigurableLayoutNodeElement | undefined>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7},{"name":"HTMLConfigurableLayoutNodeElement","package":"@esri/hub-common","start":8,"end":41}]}},"signature":"(nodeId: string): Promise<HTMLConfigurableLayoutNodeElement | undefined>"}],"attributes":[{"name":"debug","description":"Enables debug mode.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"debug"},{"name":"is-edit-mode","description":"Whether the layout is in edit mode.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isEditMode"}],"events":[{"name":"arcgisHubLayoutRendered","description":"Event emitted when the layout has finished\nrendering.","type":{"text":"void"}}],"importPath":"components/arcgis-layout"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-layout","declaration":{"name":"ArcgisLayout"}}]},{"kind":"javascript-module","path":"components/arcgis-layout-container","sourcePath":"src/components/layouts/components/layout-container/layout-container.tsx","declarations":[{"kind":"class","name":"ArcgisLayoutContainer","customElement":true,"tagName":"arcgis-layout-container","pascalCaseName":"ArcgisLayoutContainer","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"encapsulation":"none","members":[{"kind":"field","name":"debug","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"debug","reflects":true},{"kind":"field","name":"isEditMode","description":"Whether the layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-edit-mode","reflects":true},{"kind":"field","name":"isPublishing","description":"Whether the layout is currently being published.\nWe use this to disable and show a loading state\non the \"Publish\" button in the edit toolbar.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-publishing"},{"kind":"field","name":"layout","description":"The layout to render","type":{"text":"Layout","references":[{"name":"Layout","package":"@esri/hub-common","start":0,"end":6}]}},{"kind":"field","name":"options","description":"Contextual information used to process various\nparts of the layout system (e.g. processing the\nlayout itself, generating addable layout nodes,\netc.)","type":{"text":"IProcessLayoutOptions","references":[{"name":"IProcessLayoutOptions","package":"@esri/hub-common","start":0,"end":21}]}},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisLayoutContainer = document.querySelector(\"arcgis-layout-container\");\ndocument.body.append(arcgisLayoutContainer);\nawait arcgisLayoutContainer.componentOnReady();\nconsole.log(\"arcgis-layout-container is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"debug","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"debug"},{"name":"is-edit-mode","description":"Whether the layout is in edit mode","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isEditMode"},{"name":"is-publishing","description":"Whether the layout is currently being published.\nWe use this to disable and show a loading state\non the \"Publish\" button in the edit toolbar.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isPublishing"}],"events":[{"name":"arcgisHubLayoutChanged","description":"Event emitted when the layout is edited","type":{"text":"void"}},{"name":"arcgisHubLayoutEditorExit","description":"Event emitted when the layout editor is exited","type":{"text":"void"}},{"name":"arcgisHubLayoutPublished","description":"Event emitted when the layout is published","type":{"text":"ILayoutPublishEventDetail","references":[{"name":"ILayoutPublishEventDetail","package":"@esri/hub-common","start":0,"end":25}]}},{"name":"arcgisHubLayoutReset","description":"Event emitted when the layout is reset","type":{"text":"ILayoutResetEventDetail","references":[{"name":"ILayoutResetEventDetail","package":"@esri/hub-common","start":0,"end":23}]}},{"name":"hubTelemetry","description":"Event emitted for telemetry","type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-layout-container"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-layout-container","declaration":{"name":"ArcgisLayoutContainer"}}]},{"kind":"javascript-module","path":"components/layouts/utils/layout-event-types","sourcePath":"src/components/layouts/utils/layout-event-types.ts","declarations":[{"kind":"interface","name":"ILayoutNodeActivateEventDetail","members":[{"kind":"field","name":"node","type":{"text":"LayoutNode","references":[{"name":"LayoutNode","package":"@esri/hub-common","start":0,"end":10}]}}]}]}]}
|