@arcgis/portal-components 5.2.0-next.0 → 5.2.0-next.1

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.
@@ -1 +1 @@
1
- {"deprecation":"docs.json is deprecated and will be removed in a future release. Use api.json instead","timestamp":"2026-05-28T16:34:23","compiler":{"name":"@arcgis/lumina-compiler","version":"5.2.0-next.0","typescriptVersion":"6.0.2"},"components":[{"filePath":"src/components/portal-ai-assistant/portal-ai-assistant.tsx","tag":"arcgis-portal-ai-assistant","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"autoDestroyDisabled","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"auto-destroy-disabled","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"config","type":"Config","complexType":{"original":"Config","resolved":"Config","references":{"Config":{"location":"import","path":"@arcgis/core/config.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"defaultClosed","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"default-closed","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"portal","type":"Portal","complexType":{"original":"Portal","resolved":"Portal","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"user","type":"PortalUser","complexType":{"original":"PortalUser","resolved":"PortalUser","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalAiAssistant = document.createElement(\"arcgis-portal-ai-assistant\");\ndocument.body.append(arcgisPortalAiAssistant);\nawait arcgisPortalAiAssistant.componentOnReady();\nconsole.log(\"arcgis-portal-ai-assistant is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[{"event":"arcgisPortalNavigationRequest","detail":"{\n href: string;\n targetDetail: DocAssistantNavigationTarget;\n}","bubbles":true,"complexType":{"original":"{\n href: string;\n targetDetail: DocAssistantNavigationTarget;\n}","resolved":"{\n href: string;\n targetDetail: DocAssistantNavigationTarget;\n}","references":{"DocAssistantNavigationTarget":{"location":"local","path":"components/arcgis-portal-ai-assistant/agents/types","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-ai-assistant/portal-ai-assistant-interrupt/portal-ai-assistant-interrupt.tsx","tag":"arcgis-portal-ai-assistant-interrupt","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"message","type":"NonNullable<InterruptType[\"message\"]>","complexType":{"original":"NonNullable<InterruptType[\"message\"]>","resolved":"NonNullable<InterruptType[\"message\"]>","references":{"NonNullable":{"location":"global","path":"global:","id":"notImplemented"},"InterruptType":{"location":"local","id":"notImplemented"}}},"mutable":true,"attr":"message","reflectToAttr":false,"docs":"","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"options","type":"InterruptType[\"options\"]","complexType":{"original":"InterruptType[\"options\"]","resolved":"InterruptType[\"options\"]","references":{"InterruptType":{"location":"local","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"type","type":"InterruptType[\"type\"]","complexType":{"original":"InterruptType[\"type\"]","resolved":"InterruptType[\"type\"]","references":{"InterruptType":{"location":"local","id":"notImplemented"}}},"mutable":true,"attr":"type","reflectToAttr":false,"docs":"","docsTags":[],"values":[{"type":"string","value":"boolean-choice"},{"type":"string","value":"multi-select"},{"type":"string","value":"single-select"},{"type":"string","value":"text-input"}],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalAiAssistantInterrupt = document.createElement(\"arcgis-portal-ai-assistant-interrupt\");\ndocument.body.append(arcgisPortalAiAssistantInterrupt);\nawait arcgisPortalAiAssistantInterrupt.componentOnReady();\nconsole.log(\"arcgis-portal-ai-assistant-interrupt is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[{"event":"arcgisCancel","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"","docsTags":[]},{"event":"arcgisSubmit","detail":"string[] | boolean | string","bubbles":true,"complexType":{"original":"string[] | boolean | string","resolved":"string[] | boolean | string","references":{}},"cancelable":true,"composed":true,"docs":"","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-classification-banner/portal-classification-banner.tsx","tag":"arcgis-portal-classification-banner","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"missingExistingClassification","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"missing-existing-classification","reflectToAttr":false,"docs":"If the portal item has a classification previously","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"portalItem","type":"PortalItem | undefined","complexType":{"original":"PortalItem | undefined","resolved":"PortalItem | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The portal item to display the classification banner for.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"validationErrors","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"validation-errors","reflectToAttr":false,"docs":"The classification validation error - validate the classification value against the classification schema.","docsTags":[],"default":"\"\"","values":[{"type":"string"}],"optional":true,"required":false},{"name":"variant","type":"\"full\" | \"preview\"","complexType":{"original":"\"full\" | \"preview\"","resolved":"\"full\" | \"preview\"","references":{}},"mutable":true,"attr":"variant","reflectToAttr":false,"docs":"The size of the banner to display.\n\n- `\"full\"`: Used when the banner is displayed at the top and bottom of a page. This is the default mode cached for performance.\n- `\"preview\"`: Used when the banner is rendered inside a configuration component. This mode is not cached and is used to display a preview of the classification.","docsTags":[],"default":"\"full\"","values":[{"type":"string","value":"full"},{"type":"string","value":"preview"}],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalClassificationBanner = document.createElement(\"arcgis-portal-classification-banner\");\ndocument.body.append(arcgisPortalClassificationBanner);\nawait arcgisPortalClassificationBanner.componentOnReady();\nconsole.log(\"arcgis-portal-classification-banner is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"destroy","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"destroy(): Promise<void>","parameters":[],"docs":"Permanently destroy the component","docsTags":[]}],"events":[],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-classification-config/portal-classification-config.tsx","tag":"arcgis-portal-classification-config","overview":"","readme":"","usage":{},"docs":"The `arcgis-portal-classification-config` component enables users to edit or provide a classification schema to a portal item through a user-friendly form. The schema is saved to the associated portal item.","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"portalItem","type":"PortalItem | undefined","complexType":{"original":"PortalItem | undefined","resolved":"PortalItem | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The portal item to display the classification banner for.","docsTags":[{"name":"required"}],"values":[],"optional":false,"required":true},{"name":"status","type":"Status","complexType":{"original":"Status","resolved":"Status","references":{"Status":{"location":"local","path":"models/classificationModel","id":"notImplemented"}}},"mutable":true,"attr":"status","reflectToAttr":true,"docs":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","docsTags":[{"name":"readonly","text":""}],"default":"\"idle\"","values":[{"type":"string","value":"loading"},{"type":"string","value":"loaded"},{"type":"string","value":"error"},{"type":"string","value":"idle"}],"optional":true,"required":false},{"name":"valid","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"valid","reflectToAttr":true,"docs":"The validity of the form values against the Portal's classification schema.","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"values","type":"PortalItem[\"classification\"]","complexType":{"original":"PortalItem[\"classification\"]","resolved":"PortalItem[\"classification\"]","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"attr":"values","reflectToAttr":false,"docs":"The edited classification values of the portal item.","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalClassificationConfig = document.createElement(\"arcgis-portal-classification-config\");\ndocument.body.append(arcgisPortalClassificationConfig);\nawait arcgisPortalClassificationConfig.componentOnReady();\nconsole.log(\"arcgis-portal-classification-config is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"destroy","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"destroy(): Promise<void>","parameters":[],"docs":"Permanently destroy the component.","docsTags":[]},{"name":"resetForm","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"resetForm(): Promise<void>","parameters":[],"docs":"Reset the form to the initial classification values from the portalItem","docsTags":[]},{"name":"validateForm","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"validateForm(): Promise<void>","parameters":[],"docs":"Validates the form and sets the formValidationErrors state.","docsTags":[]}],"events":[{"event":"arcgisPropertyChange","detail":"{ name: \"status\" | \"values\" | \"valid\"; }","bubbles":true,"complexType":{"original":"{ name: \"status\" | \"values\" | \"valid\"; }","resolved":"{ name: \"status\" | \"values\" | \"valid\"; }","references":{}},"cancelable":true,"composed":true,"docs":"Event emitted when component property values status, values, or valid change.","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-classification-favorite/portal-classification-favorite.tsx","tag":"arcgis-portal-classification-favorite","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"attributeExpressionResults","type":"AttributeExpressionResults | undefined","complexType":{"original":"AttributeExpressionResults | undefined","resolved":"AttributeExpressionResults | undefined","references":{"AttributeExpressionResults":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"classificationValue","type":"PortalItem[\"classification\"] | undefined","complexType":{"original":"PortalItem[\"classification\"] | undefined","resolved":"PortalItem[\"classification\"] | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"Current classification value","docsTags":[],"values":[],"optional":true,"required":false},{"name":"favoriteClassifications","type":"FavoriteClassification[]","complexType":{"original":"FavoriteClassification[]","resolved":"FavoriteClassification[]","references":{"FavoriteClassification":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"List of favorite classifications","docsTags":[],"values":[],"optional":true,"required":false},{"name":"portalItem","type":"PortalItem | undefined","complexType":{"original":"PortalItem | undefined","resolved":"PortalItem | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The portal item to display the classification banner for.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"resetFavoriteClassification","type":"(favoriteClassifications: FavoriteClassification[]) => void","complexType":{"original":"(favoriteClassifications: FavoriteClassification[]) => void","resolved":"(favoriteClassifications: FavoriteClassification[]) => void","references":{"FavoriteClassification":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"selectedFavoriteClassificationName","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"selected-favorite-classification-name","reflectToAttr":false,"docs":"","docsTags":[],"default":"\"\"","values":[{"type":"string"}],"optional":true,"required":false},{"name":"updateClassificationData","type":"(selectedClassification: FavoriteClassification) => void","complexType":{"original":"(selectedClassification: FavoriteClassification) => void","resolved":"(selectedClassification: FavoriteClassification) => void","references":{"FavoriteClassification":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalClassificationFavorite = document.createElement(\"arcgis-portal-classification-favorite\");\ndocument.body.append(arcgisPortalClassificationFavorite);\nawait arcgisPortalClassificationFavorite.componentOnReady();\nconsole.log(\"arcgis-portal-classification-favorite is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-classification-form-element/portal-classification-form-element.tsx","tag":"arcgis-portal-classification-form-element","overview":"","readme":"","usage":{},"docs":"A web component that renders form elements for a classification schema attribute.","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"attribute","type":"ClassificationSchema[\"attributes\"][string]","complexType":{"original":"ClassificationSchema[\"attributes\"][string]","resolved":"ClassificationSchema[\"attributes\"][string]","references":{"ClassificationSchema":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"attributeKey","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"attribute-key","reflectToAttr":false,"docs":"","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"isRequiredErrors","type":"Set<string>","complexType":{"original":"Set<string>","resolved":"Set<string>","references":{"Set":{"location":"global","path":"global:","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"renderingInfo","type":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined","complexType":{"original":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined","resolved":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined","references":{"Pick":{"location":"global","path":"global:","id":"notImplemented"},"NonNullable":{"location":"global","path":"global:","id":"notImplemented"},"ReturnType":{"location":"global","path":"global:","id":"notImplemented"},"AttributeExpressionResults":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"value","type":"unknown","complexType":{"original":"unknown","resolved":"unknown","references":{}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalClassificationFormElement = document.createElement(\"arcgis-portal-classification-form-element\");\ndocument.body.append(arcgisPortalClassificationFormElement);\nawait arcgisPortalClassificationFormElement.componentOnReady();\nconsole.log(\"arcgis-portal-classification-form-element is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[{"event":"arcgisAttributeValueChange","detail":"Record<string, unknown>","bubbles":true,"complexType":{"original":"Record<string, unknown>","resolved":"Record<string, unknown>","references":{"Record":{"location":"global","path":"global:","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"The attribute value has changed.","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-extent-picker/portal-extent-picker.tsx","tag":"arcgis-portal-extent-picker","overview":"","readme":"","usage":{},"docs":"To select extent value from a map or by entering coordinates.","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"active","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"active","reflectToAttr":false,"docs":"if true, open the dialog","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"contentOnly","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"content-only","reflectToAttr":false,"docs":"Optional; if true, show only the content without the calcite-dialog wrapper","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"extentService","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"extent-service","reflectToAttr":false,"docs":"Optional; URL of the extent service, used to initialize TileLayer","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"extentValue","type":"ExtentValue | undefined","complexType":{"original":"ExtentValue | undefined","resolved":"ExtentValue | undefined","references":{"ExtentValue":{"location":"local","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"current extent value","docsTags":[],"values":[],"optional":true,"required":false},{"name":"isArea","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"is-area","reflectToAttr":false,"docs":"Optional; if true, display texts that are for areas rather than the default extent texts","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"itemId","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"item-id","reflectToAttr":false,"docs":"Optional; if passed, use the itemId to load the Portal item","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"portal","type":"Portal | undefined","complexType":{"original":"Portal | undefined","resolved":"Portal | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"Optional; Portal instance","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalExtentPicker = document.createElement(\"arcgis-portal-extent-picker\");\ndocument.body.append(arcgisPortalExtentPicker);\nawait arcgisPortalExtentPicker.componentOnReady();\nconsole.log(\"arcgis-portal-extent-picker is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"getExtent","returns":{"type":"ExtentObj","docs":""},"complexType":{"signature":"(): ExtentObj","parameters":[],"return":"ExtentObj","references":{"ExtentObj":{"location":"local","id":"notImplemented"}}},"signature":"getExtent(): ExtentObj","parameters":[],"docs":"Returns the current extent value","docsTags":[]}],"events":[{"event":"arcgisExtentPickerChange","detail":"ExtentObj","bubbles":true,"complexType":{"original":"ExtentObj","resolved":"ExtentObj","references":{"ExtentObj":{"location":"local","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"Emitted when the extent value changes","docsTags":[]},{"event":"arcgisExtentPickerClose","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the dialog is closed","docsTags":[]},{"event":"arcgisExtentPickerSave","detail":"ExtentObj","bubbles":true,"complexType":{"original":"ExtentObj","resolved":"ExtentObj","references":{"ExtentObj":{"location":"local","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"Emitted when the save button is clicked","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-field-delete/portal-field-delete.tsx","tag":"arcgis-portal-field-delete","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"config","type":"IConfig | undefined","complexType":{"original":"IConfig | undefined","resolved":"IConfig | undefined","references":{"IConfig":{"location":"local","path":"utils/types","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"For documentation links.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"fieldNames","type":"string[] | undefined","complexType":{"original":"string[] | undefined","resolved":"string[] | undefined","references":{}},"mutable":true,"reflectToAttr":false,"docs":"The fields to delete.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"layer","type":"FeatureLayer | OrientedImageryLayer | undefined","complexType":{"original":"FeatureLayer | OrientedImageryLayer | undefined","resolved":"FeatureLayer | OrientedImageryLayer | undefined","references":{"default":{"location":"import","path":"@arcgis/core/layers/OrientedImageryLayer.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The layer whose field is being deleted.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"mapView","type":"MapView | undefined","complexType":{"original":"MapView | undefined","resolved":"MapView | undefined","references":{"default":{"location":"import","path":"@arcgis/core/views/MapView.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The MapView instance.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"options","type":"FieldDeleteOptions | undefined","complexType":{"original":"FieldDeleteOptions | undefined","resolved":"FieldDeleteOptions | undefined","references":{"FieldDeleteOptions":{"location":"local","path":"utils/types","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"Properties that may need to be passed in case values differ from what is available on Map Viewer.","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalFieldDelete = document.createElement(\"arcgis-portal-field-delete\");\ndocument.body.append(arcgisPortalFieldDelete);\nawait arcgisPortalFieldDelete.componentOnReady();\nconsole.log(\"arcgis-portal-field-delete is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[{"event":"arcgisBeforeDelete","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the user initiates the delete process.","docsTags":[]},{"event":"arcgisBeforeModalClose","detail":"string","bubbles":true,"complexType":{"original":"string","resolved":"string","references":{}},"cancelable":true,"composed":true,"docs":"Emitted before the modal is closed if the alert is handled in consumer.","docsTags":[]},{"event":"arcgisClose","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the component is closed for any reason.","docsTags":[]},{"event":"arcgisFieldsDeleted","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the field is successfully deleted.","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-item-type/portal-item-type.tsx","tag":"arcgis-portal-item-type","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"ellipsis","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"ellipsis","reflectToAttr":false,"docs":"Set to true to hide overflow (otherwise it will wrap lines)","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"hideIcon","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"hide-icon","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"hideText","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"hide-text","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"item","type":"PortalItem","complexType":{"original":"PortalItem","resolved":"PortalItem","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"portal","type":"Portal | undefined","complexType":{"original":"Portal | undefined","resolved":"Portal | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"scale","type":"\"l\" | \"m\" | \"s\"","complexType":{"original":"\"l\" | \"m\" | \"s\"","resolved":"\"l\" | \"m\" | \"s\"","references":{}},"mutable":true,"attr":"scale","reflectToAttr":true,"docs":"","docsTags":[],"default":"\"s\"","values":[{"type":"string","value":"l"},{"type":"string","value":"m"},{"type":"string","value":"s"}],"optional":true,"required":false},{"name":"serviceInfo","type":"FeatureLayerProperties | undefined","complexType":{"original":"FeatureLayerProperties | undefined","resolved":"FeatureLayerProperties | undefined","references":{"FeatureLayerProperties":{"location":"import","path":"@arcgis/core/layers/FeatureLayer.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"showHosted","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"show-hosted","reflectToAttr":false,"docs":"Display additional information about the item (views, extensions, photos, etc)\nwill only display for users who can update or edit","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"user","type":"PortalUser | undefined","complexType":{"original":"PortalUser | undefined","resolved":"PortalUser | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalItemType = document.createElement(\"arcgis-portal-item-type\");\ndocument.body.append(arcgisPortalItemType);\nawait arcgisPortalItemType.componentOnReady();\nconsole.log(\"arcgis-portal-item-type is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-mentionable-text-area/portal-mentionable-text-area.tsx","tag":"arcgis-portal-mentionable-text-area","overview":"","readme":"","usage":{},"docs":"A mention-enabled text area for ArcGIS Portal users, items, and groups.","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"disabled","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"disabled","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"maxLength","type":"number | undefined","complexType":{"original":"number | undefined","resolved":"number | undefined","references":{}},"mutable":true,"attr":"max-length","reflectToAttr":false,"docs":"Mirrors the `maxlength` property on the internal native `textarea`","docsTags":[],"values":[{"type":"number"}],"optional":true,"required":false},{"name":"placeholder","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"placeholder","reflectToAttr":false,"docs":"Creates a placeholder for the calcite-text-area component","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"popoverListLabel","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"popover-list-label","reflectToAttr":false,"docs":"","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"popoverPlacement","type":"Popover[\"placement\"]","complexType":{"original":"Popover[\"placement\"]","resolved":"Popover[\"placement\"]","references":{"Popover":{"location":"import","path":"@esri/calcite-components/components/calcite-popover","id":"notImplemented"}}},"mutable":true,"attr":"popover-placement","reflectToAttr":false,"docs":"","docsTags":[],"default":"\"bottom-start\"","values":[{"type":"string","value":"auto"},{"type":"string","value":"auto-start"},{"type":"string","value":"auto-end"},{"type":"string","value":"top"},{"type":"string","value":"top-start"},{"type":"string","value":"top-end"},{"type":"string","value":"bottom"},{"type":"string","value":"bottom-start"},{"type":"string","value":"bottom-end"},{"type":"string","value":"right"},{"type":"string","value":"right-start"},{"type":"string","value":"right-end"},{"type":"string","value":"left"},{"type":"string","value":"left-start"},{"type":"string","value":"left-end"},{"type":"string","value":"leading-start"},{"type":"string","value":"leading"},{"type":"string","value":"leading-end"},{"type":"string","value":"trailing-end"},{"type":"string","value":"trailing"},{"type":"string","value":"trailing-start"}],"optional":true,"required":false},{"name":"portal","type":"Portal","complexType":{"original":"Portal","resolved":"Portal","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"readOnly","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"read-only","reflectToAttr":false,"docs":"Flag to enable readOnly","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"rows","type":"number | undefined","complexType":{"original":"number | undefined","resolved":"number | undefined","references":{}},"mutable":true,"attr":"rows","reflectToAttr":false,"docs":"Mirrors the `rows` property on the internal native `textarea`","docsTags":[],"default":"3","values":[{"type":"number"}],"optional":true,"required":false},{"name":"scale","type":"Input[\"scale\"] | undefined","complexType":{"original":"Input[\"scale\"] | undefined","resolved":"Input[\"scale\"] | undefined","references":{"Input":{"location":"import","path":"@esri/calcite-components/components/calcite-input","id":"notImplemented"}}},"mutable":true,"attr":"scale","reflectToAttr":false,"docs":"Decides scale of internal calcite-components","docsTags":[],"default":"\"m\"","values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"}],"optional":true,"required":false},{"name":"starters","type":"MentionableStarter[] | readonly MentionableStarter[]","complexType":{"original":"MentionableStarter[] | readonly MentionableStarter[]","resolved":"MentionableStarter[] | readonly MentionableStarter[]","references":{"MentionableStarter":{"location":"local","path":"components/arcgis-portal-mentionable-text-area/utils","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"Character(s) that trigger the mention popover (e.g., \"@\", \"#\", \"$\")","docsTags":[],"values":[],"optional":true,"required":false},{"name":"user","type":"PortalUser","complexType":{"original":"PortalUser","resolved":"PortalUser","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"value","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"value","reflectToAttr":false,"docs":"Current text content","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false}],"methods":[{"name":"closePopover","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"closePopover(): Promise<void>","parameters":[],"docs":"Close the mention popover. Exposed as a public method so wrapper components\ncan programmatically dismiss the popover when needed (e.g. no search results).","docsTags":[]},{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalMentionableTextArea = document.createElement(\"arcgis-portal-mentionable-text-area\");\ndocument.body.append(arcgisPortalMentionableTextArea);\nawait arcgisPortalMentionableTextArea.componentOnReady();\nconsole.log(\"arcgis-portal-mentionable-text-area is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"focusTextArea","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"focusTextArea(): Promise<void>","parameters":[],"docs":"","docsTags":[]},{"name":"selectItem","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(item: MentionableEntity): Promise<void>","parameters":[{"name":"item","type":"MentionableEntity","docs":""}],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"},"MentionableEntity":{"location":"local","path":"components/arcgis-portal-mentionable-text-area/types","id":"notImplemented"}}},"signature":"selectItem(item: MentionableEntity): Promise<void>","parameters":[{"name":"item","type":"MentionableEntity","docs":""}],"docs":"","docsTags":[]}],"events":[{"event":"arcgisMentionableSelectedIndexChange","detail":"number","bubbles":true,"complexType":{"original":"number","resolved":"number","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the selected item index changes","docsTags":[]},{"event":"arcgisMentionableTextAreaChange","detail":"string","bubbles":true,"complexType":{"original":"string","resolved":"string","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the text content changes","docsTags":[]},{"event":"arcgisMentionableTextAreaKeyDown","detail":"KeyboardEvent","bubbles":true,"complexType":{"original":"KeyboardEvent","resolved":"KeyboardEvent","references":{"KeyboardEvent":{"location":"global","path":"global:","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"Emitted when a key is pressed in the text area\n\nUse this instead of the native onKeyDown event to avoid conflicts with the popover.","docsTags":[]},{"event":"arcgisUserMentionableTextAreaChange","detail":"string","bubbles":true,"complexType":{"original":"string","resolved":"string","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the text content changes","docsTags":[]},{"event":"arcgisUserMentionableTextAreaKeyDown","detail":"KeyboardEvent","bubbles":true,"complexType":{"original":"KeyboardEvent","resolved":"KeyboardEvent","references":{"KeyboardEvent":{"location":"global","path":"global:","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"Emitted when a key is pressed in the text area","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-replacement-item-redirect/portal-replacement-item-redirect.tsx","tag":"arcgis-portal-replacement-item-redirect","overview":"","readme":"","usage":{},"docs":"The `arcgis-portal-replacement-item-redirect` component takes an item id on a given portal, and checks if there is a replacement item associated with it\nvia the `ReplacementItem2Item` relationship.\n\nIf so, it displays a dialog to the user notifying them of the replacement item, and redirects to the replacement item's default Open Action after a timeout.","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"itemId","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"item-id","reflectToAttr":false,"docs":"The id of a deprecated/retired item to be checked for a replacement","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"portal","type":"Portal","complexType":{"original":"Portal","resolved":"Portal","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The portal instance","docsTags":[],"values":[],"optional":true,"required":false},{"name":"user","type":"PortalUser | null | undefined","complexType":{"original":"PortalUser | null | undefined","resolved":"PortalUser | null | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The user. Defaults to `portal.user` if omitted","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalReplacementItemRedirect = document.createElement(\"arcgis-portal-replacement-item-redirect\");\ndocument.body.append(arcgisPortalReplacementItemRedirect);\nawait arcgisPortalReplacementItemRedirect.componentOnReady();\nconsole.log(\"arcgis-portal-replacement-item-redirect is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"setFocus","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"setFocus(): Promise<void>","parameters":[],"docs":"Set focus on the component","docsTags":[]}],"events":[{"event":"arcgisPortalReplacementItemFetch","detail":"{ replacementItem: PortalItem | object | null; }","bubbles":true,"complexType":{"original":"{ replacementItem: PortalItem | object | null; }","resolved":"{ replacementItem: PortalItem | object | null; }","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-user-avatar/portal-user-avatar.tsx","tag":"arcgis-portal-user-avatar","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"checkOnline","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"check-online","reflectToAttr":false,"docs":"","docsTags":[{"name":"internal"}],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"description","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"description","reflectToAttr":false,"docs":"Configurable text to show under the user's name","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"heading","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"heading","reflectToAttr":false,"docs":"Configurable text to use in place of full name (use to add to add additional context, etc)","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"hideAvatar","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"hide-avatar","reflectToAttr":false,"docs":"Set to true to hide the avatar (useful for just showing the name lockup styled correctly)","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"portal","type":"Portal | undefined","complexType":{"original":"Portal | undefined","resolved":"Portal | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The current portal instance","docsTags":[],"values":[],"optional":true,"required":false},{"name":"scale","type":"Scale","complexType":{"original":"Scale","resolved":"Scale","references":{"Scale":{"location":"local","path":"types/ui","id":"notImplemented"}}},"mutable":true,"attr":"scale","reflectToAttr":true,"docs":"Scale of the component","docsTags":[],"default":"\"m\"","values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"},{"type":"string","value":"xs"}],"optional":true,"required":false},{"name":"showName","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"show-name","reflectToAttr":false,"docs":"Set to true to show user's name alongside the avatar as part of lockup","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"underline","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"underline","reflectToAttr":false,"docs":"Set to true to underline the name (only applies if showName is also true)","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"user","type":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined","complexType":{"original":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined","resolved":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined","references":{"CommunityUser":{"location":"local","path":"types/user","id":"notImplemented"},"ItemUserInfo":{"location":"local","path":"types/user","id":"notImplemented"},"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"},"SearchResultUser":{"location":"local","path":"types/user","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"A User or org information (used for verified items)","docsTags":[],"values":[],"optional":true,"required":false},{"name":"username","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"username","reflectToAttr":false,"docs":"A username to get a User object from","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"wrap","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"wrap","reflectToAttr":false,"docs":"Allow the name to wrap lines (max 2)","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalUserAvatar = document.createElement(\"arcgis-portal-user-avatar\");\ndocument.body.append(arcgisPortalUserAvatar);\nawait arcgisPortalUserAvatar.componentOnReady();\nconsole.log(\"arcgis-portal-user-avatar is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-voice-input/portal-voice-input.tsx","tag":"arcgis-portal-voice-input","overview":"","readme":"","usage":{},"docs":"A headless component that provides a voice input interface","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"language","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"language","reflectToAttr":false,"docs":"Language for speech recognition (e.g., 'en-US', 'es-ES'). If not provided, the browser's default language will be used.","docsTags":[{"name":"see","text":"https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/lang"}],"values":[{"type":"string"}],"optional":true,"required":false}],"methods":[{"name":"clearText","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"clearText(): Promise<void>","parameters":[],"docs":"","docsTags":[]},{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalVoiceInput = document.createElement(\"arcgis-portal-voice-input\");\ndocument.body.append(arcgisPortalVoiceInput);\nawait arcgisPortalVoiceInput.componentOnReady();\nconsole.log(\"arcgis-portal-voice-input is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"startListening","returns":{"type":"Promise<VoiceInputError | null>","docs":""},"complexType":{"signature":"(): Promise<VoiceInputError | null>","parameters":[],"return":"Promise<VoiceInputError | null>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"},"VoiceInputError":{"location":"local","id":"notImplemented"}}},"signature":"startListening(): Promise<VoiceInputError | null>","parameters":[],"docs":"","docsTags":[]},{"name":"stopListening","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"stopListening(): Promise<void>","parameters":[],"docs":"","docsTags":[]}],"events":[{"event":"arcgisVoiceInputError","detail":"{ errorCode: VoiceInputError; }","bubbles":true,"complexType":{"original":"{ errorCode: VoiceInputError; }","resolved":"{ errorCode: VoiceInputError; }","references":{"VoiceInputError":{"location":"local","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"","docsTags":[]},{"event":"arcgisVoiceInputInterimTranscription","detail":"{ text: string; }","bubbles":true,"complexType":{"original":"{ text: string; }","resolved":"{ text: string; }","references":{}},"cancelable":true,"composed":true,"docs":"Emitted with the current recognized text as it is being transcribed","docsTags":[]},{"event":"arcgisVoiceInputStart","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"","docsTags":[]},{"event":"arcgisVoiceInputStop","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"","docsTags":[]},{"event":"arcgisVoiceInputTranscription","detail":"{ text: string; }","bubbles":true,"complexType":{"original":"{ text: string; }","resolved":"{ text: string; }","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when transcription is complete\n\nNote that this means the user has stopped speaking, not when the status is turned to \"idle\".\n\nTo look for the current interim transcription, listen to the `arcgisVoiceInputInterimTranscription` event.","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]}],"typeLibrary":{}}
1
+ {"deprecation":"docs.json is deprecated and will be removed in a future release. Use api.json instead","timestamp":"2026-05-29T04:48:57","compiler":{"name":"@arcgis/lumina-compiler","version":"5.2.0-next.1","typescriptVersion":"6.0.2"},"components":[{"filePath":"src/components/portal-ai-assistant/portal-ai-assistant.tsx","tag":"arcgis-portal-ai-assistant","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"autoDestroyDisabled","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"auto-destroy-disabled","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"config","type":"Config","complexType":{"original":"Config","resolved":"Config","references":{"Config":{"location":"import","path":"@arcgis/core/config.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"defaultClosed","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"default-closed","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"portal","type":"Portal","complexType":{"original":"Portal","resolved":"Portal","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"user","type":"PortalUser","complexType":{"original":"PortalUser","resolved":"PortalUser","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalAiAssistant = document.createElement(\"arcgis-portal-ai-assistant\");\ndocument.body.append(arcgisPortalAiAssistant);\nawait arcgisPortalAiAssistant.componentOnReady();\nconsole.log(\"arcgis-portal-ai-assistant is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[{"event":"arcgisPortalNavigationRequest","detail":"{\n href: string;\n targetDetail: DocAssistantNavigationTarget;\n}","bubbles":true,"complexType":{"original":"{\n href: string;\n targetDetail: DocAssistantNavigationTarget;\n}","resolved":"{\n href: string;\n targetDetail: DocAssistantNavigationTarget;\n}","references":{"DocAssistantNavigationTarget":{"location":"local","path":"components/arcgis-portal-ai-assistant/agents/types","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-ai-assistant/portal-ai-assistant-interrupt/portal-ai-assistant-interrupt.tsx","tag":"arcgis-portal-ai-assistant-interrupt","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"message","type":"NonNullable<InterruptType[\"message\"]>","complexType":{"original":"NonNullable<InterruptType[\"message\"]>","resolved":"NonNullable<InterruptType[\"message\"]>","references":{"NonNullable":{"location":"global","path":"global:","id":"notImplemented"},"InterruptType":{"location":"local","id":"notImplemented"}}},"mutable":true,"attr":"message","reflectToAttr":false,"docs":"","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"options","type":"InterruptType[\"options\"]","complexType":{"original":"InterruptType[\"options\"]","resolved":"InterruptType[\"options\"]","references":{"InterruptType":{"location":"local","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"type","type":"InterruptType[\"type\"]","complexType":{"original":"InterruptType[\"type\"]","resolved":"InterruptType[\"type\"]","references":{"InterruptType":{"location":"local","id":"notImplemented"}}},"mutable":true,"attr":"type","reflectToAttr":false,"docs":"","docsTags":[],"values":[{"type":"string","value":"boolean-choice"},{"type":"string","value":"multi-select"},{"type":"string","value":"single-select"},{"type":"string","value":"text-input"}],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalAiAssistantInterrupt = document.createElement(\"arcgis-portal-ai-assistant-interrupt\");\ndocument.body.append(arcgisPortalAiAssistantInterrupt);\nawait arcgisPortalAiAssistantInterrupt.componentOnReady();\nconsole.log(\"arcgis-portal-ai-assistant-interrupt is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[{"event":"arcgisCancel","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"","docsTags":[]},{"event":"arcgisSubmit","detail":"string[] | boolean | string","bubbles":true,"complexType":{"original":"string[] | boolean | string","resolved":"string[] | boolean | string","references":{}},"cancelable":true,"composed":true,"docs":"","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-classification-banner/portal-classification-banner.tsx","tag":"arcgis-portal-classification-banner","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"missingExistingClassification","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"missing-existing-classification","reflectToAttr":false,"docs":"If the portal item has a classification previously","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"portalItem","type":"PortalItem | undefined","complexType":{"original":"PortalItem | undefined","resolved":"PortalItem | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The portal item to display the classification banner for.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"validationErrors","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"validation-errors","reflectToAttr":false,"docs":"The classification validation error - validate the classification value against the classification schema.","docsTags":[],"default":"\"\"","values":[{"type":"string"}],"optional":true,"required":false},{"name":"variant","type":"\"full\" | \"preview\"","complexType":{"original":"\"full\" | \"preview\"","resolved":"\"full\" | \"preview\"","references":{}},"mutable":true,"attr":"variant","reflectToAttr":false,"docs":"The size of the banner to display.\n\n- `\"full\"`: Used when the banner is displayed at the top and bottom of a page. This is the default mode cached for performance.\n- `\"preview\"`: Used when the banner is rendered inside a configuration component. This mode is not cached and is used to display a preview of the classification.","docsTags":[],"default":"\"full\"","values":[{"type":"string","value":"full"},{"type":"string","value":"preview"}],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalClassificationBanner = document.createElement(\"arcgis-portal-classification-banner\");\ndocument.body.append(arcgisPortalClassificationBanner);\nawait arcgisPortalClassificationBanner.componentOnReady();\nconsole.log(\"arcgis-portal-classification-banner is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"destroy","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"destroy(): Promise<void>","parameters":[],"docs":"Permanently destroy the component","docsTags":[]}],"events":[],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-classification-config/portal-classification-config.tsx","tag":"arcgis-portal-classification-config","overview":"","readme":"","usage":{},"docs":"The `arcgis-portal-classification-config` component enables users to edit or provide a classification schema to a portal item through a user-friendly form. The schema is saved to the associated portal item.","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"portalItem","type":"PortalItem | undefined","complexType":{"original":"PortalItem | undefined","resolved":"PortalItem | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The portal item to display the classification banner for.","docsTags":[{"name":"required"}],"values":[],"optional":false,"required":true},{"name":"status","type":"Status","complexType":{"original":"Status","resolved":"Status","references":{"Status":{"location":"local","path":"models/classificationModel","id":"notImplemented"}}},"mutable":true,"attr":"status","reflectToAttr":true,"docs":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","docsTags":[{"name":"readonly","text":""}],"default":"\"idle\"","values":[{"type":"string","value":"loading"},{"type":"string","value":"loaded"},{"type":"string","value":"error"},{"type":"string","value":"idle"}],"optional":true,"required":false},{"name":"valid","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"valid","reflectToAttr":true,"docs":"The validity of the form values against the Portal's classification schema.","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"values","type":"PortalItem[\"classification\"]","complexType":{"original":"PortalItem[\"classification\"]","resolved":"PortalItem[\"classification\"]","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"attr":"values","reflectToAttr":false,"docs":"The edited classification values of the portal item.","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalClassificationConfig = document.createElement(\"arcgis-portal-classification-config\");\ndocument.body.append(arcgisPortalClassificationConfig);\nawait arcgisPortalClassificationConfig.componentOnReady();\nconsole.log(\"arcgis-portal-classification-config is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"destroy","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"destroy(): Promise<void>","parameters":[],"docs":"Permanently destroy the component.","docsTags":[]},{"name":"resetForm","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"resetForm(): Promise<void>","parameters":[],"docs":"Reset the form to the initial classification values from the portalItem","docsTags":[]},{"name":"validateForm","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"validateForm(): Promise<void>","parameters":[],"docs":"Validates the form and sets the formValidationErrors state.","docsTags":[]}],"events":[{"event":"arcgisPropertyChange","detail":"{ name: \"status\" | \"values\" | \"valid\"; }","bubbles":true,"complexType":{"original":"{ name: \"status\" | \"values\" | \"valid\"; }","resolved":"{ name: \"status\" | \"values\" | \"valid\"; }","references":{}},"cancelable":true,"composed":true,"docs":"Event emitted when component property values status, values, or valid change.","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-classification-favorite/portal-classification-favorite.tsx","tag":"arcgis-portal-classification-favorite","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"attributeExpressionResults","type":"AttributeExpressionResults | undefined","complexType":{"original":"AttributeExpressionResults | undefined","resolved":"AttributeExpressionResults | undefined","references":{"AttributeExpressionResults":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"classificationValue","type":"PortalItem[\"classification\"] | undefined","complexType":{"original":"PortalItem[\"classification\"] | undefined","resolved":"PortalItem[\"classification\"] | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"Current classification value","docsTags":[],"values":[],"optional":true,"required":false},{"name":"favoriteClassifications","type":"FavoriteClassification[]","complexType":{"original":"FavoriteClassification[]","resolved":"FavoriteClassification[]","references":{"FavoriteClassification":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"List of favorite classifications","docsTags":[],"values":[],"optional":true,"required":false},{"name":"portalItem","type":"PortalItem | undefined","complexType":{"original":"PortalItem | undefined","resolved":"PortalItem | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The portal item to display the classification banner for.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"resetFavoriteClassification","type":"(favoriteClassifications: FavoriteClassification[]) => void","complexType":{"original":"(favoriteClassifications: FavoriteClassification[]) => void","resolved":"(favoriteClassifications: FavoriteClassification[]) => void","references":{"FavoriteClassification":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"selectedFavoriteClassificationName","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"selected-favorite-classification-name","reflectToAttr":false,"docs":"","docsTags":[],"default":"\"\"","values":[{"type":"string"}],"optional":true,"required":false},{"name":"updateClassificationData","type":"(selectedClassification: FavoriteClassification) => void","complexType":{"original":"(selectedClassification: FavoriteClassification) => void","resolved":"(selectedClassification: FavoriteClassification) => void","references":{"FavoriteClassification":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalClassificationFavorite = document.createElement(\"arcgis-portal-classification-favorite\");\ndocument.body.append(arcgisPortalClassificationFavorite);\nawait arcgisPortalClassificationFavorite.componentOnReady();\nconsole.log(\"arcgis-portal-classification-favorite is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-classification-form-element/portal-classification-form-element.tsx","tag":"arcgis-portal-classification-form-element","overview":"","readme":"","usage":{},"docs":"A web component that renders form elements for a classification schema attribute.","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"attribute","type":"ClassificationSchema[\"attributes\"][string]","complexType":{"original":"ClassificationSchema[\"attributes\"][string]","resolved":"ClassificationSchema[\"attributes\"][string]","references":{"ClassificationSchema":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"attributeKey","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"attribute-key","reflectToAttr":false,"docs":"","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"isRequiredErrors","type":"Set<string>","complexType":{"original":"Set<string>","resolved":"Set<string>","references":{"Set":{"location":"global","path":"global:","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"renderingInfo","type":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined","complexType":{"original":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined","resolved":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined","references":{"Pick":{"location":"global","path":"global:","id":"notImplemented"},"NonNullable":{"location":"global","path":"global:","id":"notImplemented"},"ReturnType":{"location":"global","path":"global:","id":"notImplemented"},"AttributeExpressionResults":{"location":"local","path":"types/classification","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"value","type":"unknown","complexType":{"original":"unknown","resolved":"unknown","references":{}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalClassificationFormElement = document.createElement(\"arcgis-portal-classification-form-element\");\ndocument.body.append(arcgisPortalClassificationFormElement);\nawait arcgisPortalClassificationFormElement.componentOnReady();\nconsole.log(\"arcgis-portal-classification-form-element is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[{"event":"arcgisAttributeValueChange","detail":"Record<string, unknown>","bubbles":true,"complexType":{"original":"Record<string, unknown>","resolved":"Record<string, unknown>","references":{"Record":{"location":"global","path":"global:","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"The attribute value has changed.","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-extent-picker/portal-extent-picker.tsx","tag":"arcgis-portal-extent-picker","overview":"","readme":"","usage":{},"docs":"To select extent value from a map or by entering coordinates.","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"active","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"active","reflectToAttr":false,"docs":"if true, open the dialog","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"contentOnly","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"content-only","reflectToAttr":false,"docs":"Optional; if true, show only the content without the calcite-dialog wrapper","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"extentService","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"extent-service","reflectToAttr":false,"docs":"Optional; URL of the extent service, used to initialize TileLayer","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"extentValue","type":"ExtentValue | undefined","complexType":{"original":"ExtentValue | undefined","resolved":"ExtentValue | undefined","references":{"ExtentValue":{"location":"local","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"current extent value","docsTags":[],"values":[],"optional":true,"required":false},{"name":"isArea","type":"boolean","complexType":{"original":"boolean","resolved":"boolean","references":{}},"mutable":true,"attr":"is-area","reflectToAttr":false,"docs":"Optional; if true, display texts that are for areas rather than the default extent texts","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"itemId","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"item-id","reflectToAttr":false,"docs":"Optional; if passed, use the itemId to load the Portal item","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"portal","type":"Portal | undefined","complexType":{"original":"Portal | undefined","resolved":"Portal | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"Optional; Portal instance","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalExtentPicker = document.createElement(\"arcgis-portal-extent-picker\");\ndocument.body.append(arcgisPortalExtentPicker);\nawait arcgisPortalExtentPicker.componentOnReady();\nconsole.log(\"arcgis-portal-extent-picker is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"getExtent","returns":{"type":"ExtentObj","docs":""},"complexType":{"signature":"(): ExtentObj","parameters":[],"return":"ExtentObj","references":{"ExtentObj":{"location":"local","id":"notImplemented"}}},"signature":"getExtent(): ExtentObj","parameters":[],"docs":"Returns the current extent value","docsTags":[]}],"events":[{"event":"arcgisExtentPickerChange","detail":"ExtentObj","bubbles":true,"complexType":{"original":"ExtentObj","resolved":"ExtentObj","references":{"ExtentObj":{"location":"local","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"Emitted when the extent value changes","docsTags":[]},{"event":"arcgisExtentPickerClose","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the dialog is closed","docsTags":[]},{"event":"arcgisExtentPickerSave","detail":"ExtentObj","bubbles":true,"complexType":{"original":"ExtentObj","resolved":"ExtentObj","references":{"ExtentObj":{"location":"local","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"Emitted when the save button is clicked","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-field-delete/portal-field-delete.tsx","tag":"arcgis-portal-field-delete","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"config","type":"IConfig | undefined","complexType":{"original":"IConfig | undefined","resolved":"IConfig | undefined","references":{"IConfig":{"location":"local","path":"utils/types","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"For documentation links.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"fieldNames","type":"string[] | undefined","complexType":{"original":"string[] | undefined","resolved":"string[] | undefined","references":{}},"mutable":true,"reflectToAttr":false,"docs":"The fields to delete.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"layer","type":"FeatureLayer | OrientedImageryLayer | undefined","complexType":{"original":"FeatureLayer | OrientedImageryLayer | undefined","resolved":"FeatureLayer | OrientedImageryLayer | undefined","references":{"default":{"location":"import","path":"@arcgis/core/layers/OrientedImageryLayer.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The layer whose field is being deleted.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"mapView","type":"MapView | undefined","complexType":{"original":"MapView | undefined","resolved":"MapView | undefined","references":{"default":{"location":"import","path":"@arcgis/core/views/MapView.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The MapView instance.","docsTags":[],"values":[],"optional":true,"required":false},{"name":"options","type":"FieldDeleteOptions | undefined","complexType":{"original":"FieldDeleteOptions | undefined","resolved":"FieldDeleteOptions | undefined","references":{"FieldDeleteOptions":{"location":"local","path":"utils/types","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"Properties that may need to be passed in case values differ from what is available on Map Viewer.","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalFieldDelete = document.createElement(\"arcgis-portal-field-delete\");\ndocument.body.append(arcgisPortalFieldDelete);\nawait arcgisPortalFieldDelete.componentOnReady();\nconsole.log(\"arcgis-portal-field-delete is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[{"event":"arcgisBeforeDelete","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the user initiates the delete process.","docsTags":[]},{"event":"arcgisBeforeModalClose","detail":"string","bubbles":true,"complexType":{"original":"string","resolved":"string","references":{}},"cancelable":true,"composed":true,"docs":"Emitted before the modal is closed if the alert is handled in consumer.","docsTags":[]},{"event":"arcgisClose","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the component is closed for any reason.","docsTags":[]},{"event":"arcgisFieldsDeleted","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the field is successfully deleted.","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-item-type/portal-item-type.tsx","tag":"arcgis-portal-item-type","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"ellipsis","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"ellipsis","reflectToAttr":false,"docs":"Set to true to hide overflow (otherwise it will wrap lines)","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"hideIcon","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"hide-icon","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"hideText","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"hide-text","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"item","type":"PortalItem","complexType":{"original":"PortalItem","resolved":"PortalItem","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"portal","type":"Portal | undefined","complexType":{"original":"Portal | undefined","resolved":"Portal | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"scale","type":"\"l\" | \"m\" | \"s\"","complexType":{"original":"\"l\" | \"m\" | \"s\"","resolved":"\"l\" | \"m\" | \"s\"","references":{}},"mutable":true,"attr":"scale","reflectToAttr":true,"docs":"","docsTags":[],"default":"\"s\"","values":[{"type":"string","value":"l"},{"type":"string","value":"m"},{"type":"string","value":"s"}],"optional":true,"required":false},{"name":"serviceInfo","type":"FeatureLayerProperties | undefined","complexType":{"original":"FeatureLayerProperties | undefined","resolved":"FeatureLayerProperties | undefined","references":{"FeatureLayerProperties":{"location":"import","path":"@arcgis/core/layers/FeatureLayer.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"showHosted","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"show-hosted","reflectToAttr":false,"docs":"Display additional information about the item (views, extensions, photos, etc)\nwill only display for users who can update or edit","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"user","type":"PortalUser | undefined","complexType":{"original":"PortalUser | undefined","resolved":"PortalUser | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalItemType = document.createElement(\"arcgis-portal-item-type\");\ndocument.body.append(arcgisPortalItemType);\nawait arcgisPortalItemType.componentOnReady();\nconsole.log(\"arcgis-portal-item-type is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-mentionable-text-area/portal-mentionable-text-area.tsx","tag":"arcgis-portal-mentionable-text-area","overview":"","readme":"","usage":{},"docs":"A mention-enabled text area for ArcGIS Portal users, items, and groups.","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"disabled","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"disabled","reflectToAttr":false,"docs":"","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"maxLength","type":"number | undefined","complexType":{"original":"number | undefined","resolved":"number | undefined","references":{}},"mutable":true,"attr":"max-length","reflectToAttr":false,"docs":"Mirrors the `maxlength` property on the internal native `textarea`","docsTags":[],"values":[{"type":"number"}],"optional":true,"required":false},{"name":"placeholder","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"placeholder","reflectToAttr":false,"docs":"Creates a placeholder for the calcite-text-area component","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"popoverListLabel","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"popover-list-label","reflectToAttr":false,"docs":"","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"popoverPlacement","type":"Popover[\"placement\"]","complexType":{"original":"Popover[\"placement\"]","resolved":"Popover[\"placement\"]","references":{"Popover":{"location":"import","path":"@esri/calcite-components/components/calcite-popover","id":"notImplemented"}}},"mutable":true,"attr":"popover-placement","reflectToAttr":false,"docs":"","docsTags":[],"default":"\"bottom-start\"","values":[{"type":"string","value":"auto"},{"type":"string","value":"auto-start"},{"type":"string","value":"auto-end"},{"type":"string","value":"top"},{"type":"string","value":"top-start"},{"type":"string","value":"top-end"},{"type":"string","value":"bottom"},{"type":"string","value":"bottom-start"},{"type":"string","value":"bottom-end"},{"type":"string","value":"right"},{"type":"string","value":"right-start"},{"type":"string","value":"right-end"},{"type":"string","value":"left"},{"type":"string","value":"left-start"},{"type":"string","value":"left-end"},{"type":"string","value":"leading-start"},{"type":"string","value":"leading"},{"type":"string","value":"leading-end"},{"type":"string","value":"trailing-end"},{"type":"string","value":"trailing"},{"type":"string","value":"trailing-start"}],"optional":true,"required":false},{"name":"portal","type":"Portal","complexType":{"original":"Portal","resolved":"Portal","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"readOnly","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"read-only","reflectToAttr":false,"docs":"Flag to enable readOnly","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"rows","type":"number | undefined","complexType":{"original":"number | undefined","resolved":"number | undefined","references":{}},"mutable":true,"attr":"rows","reflectToAttr":false,"docs":"Mirrors the `rows` property on the internal native `textarea`","docsTags":[],"default":"3","values":[{"type":"number"}],"optional":true,"required":false},{"name":"scale","type":"Input[\"scale\"] | undefined","complexType":{"original":"Input[\"scale\"] | undefined","resolved":"Input[\"scale\"] | undefined","references":{"Input":{"location":"import","path":"@esri/calcite-components/components/calcite-input","id":"notImplemented"}}},"mutable":true,"attr":"scale","reflectToAttr":false,"docs":"Decides scale of internal calcite-components","docsTags":[],"default":"\"m\"","values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"}],"optional":true,"required":false},{"name":"starters","type":"MentionableStarter[] | readonly MentionableStarter[]","complexType":{"original":"MentionableStarter[] | readonly MentionableStarter[]","resolved":"MentionableStarter[] | readonly MentionableStarter[]","references":{"MentionableStarter":{"location":"local","path":"components/arcgis-portal-mentionable-text-area/utils","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"Character(s) that trigger the mention popover (e.g., \"@\", \"#\", \"$\")","docsTags":[],"values":[],"optional":true,"required":false},{"name":"user","type":"PortalUser","complexType":{"original":"PortalUser","resolved":"PortalUser","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"","docsTags":[],"values":[],"optional":true,"required":false},{"name":"value","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"value","reflectToAttr":false,"docs":"Current text content","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false}],"methods":[{"name":"closePopover","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"closePopover(): Promise<void>","parameters":[],"docs":"Close the mention popover. Exposed as a public method so wrapper components\ncan programmatically dismiss the popover when needed (e.g. no search results).","docsTags":[]},{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalMentionableTextArea = document.createElement(\"arcgis-portal-mentionable-text-area\");\ndocument.body.append(arcgisPortalMentionableTextArea);\nawait arcgisPortalMentionableTextArea.componentOnReady();\nconsole.log(\"arcgis-portal-mentionable-text-area is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"focusTextArea","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"focusTextArea(): Promise<void>","parameters":[],"docs":"","docsTags":[]},{"name":"selectItem","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(item: MentionableEntity): Promise<void>","parameters":[{"name":"item","type":"MentionableEntity","docs":""}],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"},"MentionableEntity":{"location":"local","path":"components/arcgis-portal-mentionable-text-area/types","id":"notImplemented"}}},"signature":"selectItem(item: MentionableEntity): Promise<void>","parameters":[{"name":"item","type":"MentionableEntity","docs":""}],"docs":"","docsTags":[]}],"events":[{"event":"arcgisMentionableSelectedIndexChange","detail":"number","bubbles":true,"complexType":{"original":"number","resolved":"number","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the selected item index changes","docsTags":[]},{"event":"arcgisMentionableTextAreaChange","detail":"string","bubbles":true,"complexType":{"original":"string","resolved":"string","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the text content changes","docsTags":[]},{"event":"arcgisMentionableTextAreaKeyDown","detail":"KeyboardEvent","bubbles":true,"complexType":{"original":"KeyboardEvent","resolved":"KeyboardEvent","references":{"KeyboardEvent":{"location":"global","path":"global:","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"Emitted when a key is pressed in the text area\n\nUse this instead of the native onKeyDown event to avoid conflicts with the popover.","docsTags":[]},{"event":"arcgisUserMentionableTextAreaChange","detail":"string","bubbles":true,"complexType":{"original":"string","resolved":"string","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when the text content changes","docsTags":[]},{"event":"arcgisUserMentionableTextAreaKeyDown","detail":"KeyboardEvent","bubbles":true,"complexType":{"original":"KeyboardEvent","resolved":"KeyboardEvent","references":{"KeyboardEvent":{"location":"global","path":"global:","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"Emitted when a key is pressed in the text area","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-replacement-item-redirect/portal-replacement-item-redirect.tsx","tag":"arcgis-portal-replacement-item-redirect","overview":"","readme":"","usage":{},"docs":"The `arcgis-portal-replacement-item-redirect` component takes an item id on a given portal, and checks if there is a replacement item associated with it\nvia the `ReplacementItem2Item` relationship.\n\nIf so, it displays a dialog to the user notifying them of the replacement item, and redirects to the replacement item's default Open Action after a timeout.","docsTags":[{"name":"internal"},{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"itemId","type":"string","complexType":{"original":"string","resolved":"string","references":{}},"mutable":true,"attr":"item-id","reflectToAttr":false,"docs":"The id of a deprecated/retired item to be checked for a replacement","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"portal","type":"Portal","complexType":{"original":"Portal","resolved":"Portal","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The portal instance","docsTags":[],"values":[],"optional":true,"required":false},{"name":"user","type":"PortalUser | null | undefined","complexType":{"original":"PortalUser | null | undefined","resolved":"PortalUser | null | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The user. Defaults to `portal.user` if omitted","docsTags":[],"values":[],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalReplacementItemRedirect = document.createElement(\"arcgis-portal-replacement-item-redirect\");\ndocument.body.append(arcgisPortalReplacementItemRedirect);\nawait arcgisPortalReplacementItemRedirect.componentOnReady();\nconsole.log(\"arcgis-portal-replacement-item-redirect is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"setFocus","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"setFocus(): Promise<void>","parameters":[],"docs":"Set focus on the component","docsTags":[]}],"events":[{"event":"arcgisPortalReplacementItemFetch","detail":"{ replacementItem: PortalItem | object | null; }","bubbles":true,"complexType":{"original":"{ replacementItem: PortalItem | object | null; }","resolved":"{ replacementItem: PortalItem | object | null; }","references":{"default":{"location":"import","path":"@arcgis/core/portal/PortalItem.js","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-user-avatar/portal-user-avatar.tsx","tag":"arcgis-portal-user-avatar","overview":"","readme":"","usage":{},"docs":"","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"checkOnline","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"check-online","reflectToAttr":false,"docs":"","docsTags":[{"name":"internal"}],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"description","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"description","reflectToAttr":false,"docs":"Configurable text to show under the user's name","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"heading","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"heading","reflectToAttr":false,"docs":"Configurable text to use in place of full name (use to add to add additional context, etc)","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"hideAvatar","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"hide-avatar","reflectToAttr":false,"docs":"Set to true to hide the avatar (useful for just showing the name lockup styled correctly)","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"portal","type":"Portal | undefined","complexType":{"original":"Portal | undefined","resolved":"Portal | undefined","references":{"default":{"location":"import","path":"@arcgis/core/portal/Portal.js","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"The current portal instance","docsTags":[],"values":[],"optional":true,"required":false},{"name":"scale","type":"Scale","complexType":{"original":"Scale","resolved":"Scale","references":{"Scale":{"location":"local","path":"types/ui","id":"notImplemented"}}},"mutable":true,"attr":"scale","reflectToAttr":true,"docs":"Scale of the component","docsTags":[],"default":"\"m\"","values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"},{"type":"string","value":"xs"}],"optional":true,"required":false},{"name":"showName","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"show-name","reflectToAttr":false,"docs":"Set to true to show user's name alongside the avatar as part of lockup","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"underline","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"underline","reflectToAttr":false,"docs":"Set to true to underline the name (only applies if showName is also true)","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false},{"name":"user","type":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined","complexType":{"original":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined","resolved":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined","references":{"CommunityUser":{"location":"local","path":"types/user","id":"notImplemented"},"ItemUserInfo":{"location":"local","path":"types/user","id":"notImplemented"},"default":{"location":"import","path":"@arcgis/core/portal/PortalUser.js","id":"notImplemented"},"SearchResultUser":{"location":"local","path":"types/user","id":"notImplemented"}}},"mutable":true,"reflectToAttr":false,"docs":"A User or org information (used for verified items)","docsTags":[],"values":[],"optional":true,"required":false},{"name":"username","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"username","reflectToAttr":false,"docs":"A username to get a User object from","docsTags":[],"values":[{"type":"string"}],"optional":true,"required":false},{"name":"wrap","type":"boolean | undefined","complexType":{"original":"boolean | undefined","resolved":"boolean | undefined","references":{}},"mutable":true,"attr":"wrap","reflectToAttr":false,"docs":"Allow the name to wrap lines (max 2)","docsTags":[],"default":"false","values":[{"type":"boolean"}],"optional":true,"required":false}],"methods":[{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalUserAvatar = document.createElement(\"arcgis-portal-user-avatar\");\ndocument.body.append(arcgisPortalUserAvatar);\nawait arcgisPortalUserAvatar.componentOnReady();\nconsole.log(\"arcgis-portal-user-avatar is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]}],"events":[],"styles":[],"slots":[],"parts":[],"listeners":[]},{"filePath":"src/components/portal-voice-input/portal-voice-input.tsx","tag":"arcgis-portal-voice-input","overview":"","readme":"","usage":{},"docs":"A headless component that provides a voice input interface","docsTags":[{"name":"superclass","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}],"encapsulation":"shadow","dependents":[],"dependencies":[],"dependencyGraph":{},"props":[{"name":"language","type":"string | undefined","complexType":{"original":"string | undefined","resolved":"string | undefined","references":{}},"mutable":true,"attr":"language","reflectToAttr":false,"docs":"Language for speech recognition (e.g., 'en-US', 'es-ES'). If not provided, the browser's default language will be used.","docsTags":[{"name":"see","text":"https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/lang"}],"values":[{"type":"string"}],"optional":true,"required":false}],"methods":[{"name":"clearText","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"clearText(): Promise<void>","parameters":[],"docs":"","docsTags":[]},{"name":"componentOnReady","returns":{"type":"Promise<this>","docs":""},"complexType":{"signature":"(): Promise<this>","parameters":[],"return":"Promise<this>","references":{"Promise":{"location":"import","path":"typescript/lib/lib.es5.d.ts","id":"notImplemented"}}},"signature":"componentOnReady(): Promise<this>","parameters":[],"docs":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisPortalVoiceInput = document.createElement(\"arcgis-portal-voice-input\");\ndocument.body.append(arcgisPortalVoiceInput);\nawait arcgisPortalVoiceInput.componentOnReady();\nconsole.log(\"arcgis-portal-voice-input is ready to go!\");\n```"},{"name":"inheritedFrom","text":"{\"name\":\"PublicLitElement\",\"module\":\"PublicLitElement\",\"package\":\"@arcgis/lumina\"}"}]},{"name":"startListening","returns":{"type":"Promise<VoiceInputError | null>","docs":""},"complexType":{"signature":"(): Promise<VoiceInputError | null>","parameters":[],"return":"Promise<VoiceInputError | null>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"},"VoiceInputError":{"location":"local","id":"notImplemented"}}},"signature":"startListening(): Promise<VoiceInputError | null>","parameters":[],"docs":"","docsTags":[]},{"name":"stopListening","returns":{"type":"Promise<void>","docs":""},"complexType":{"signature":"(): Promise<void>","parameters":[],"return":"Promise<void>","references":{"Promise":{"location":"global","path":"global:","id":"notImplemented"}}},"signature":"stopListening(): Promise<void>","parameters":[],"docs":"","docsTags":[]}],"events":[{"event":"arcgisVoiceInputError","detail":"{ errorCode: VoiceInputError; }","bubbles":true,"complexType":{"original":"{ errorCode: VoiceInputError; }","resolved":"{ errorCode: VoiceInputError; }","references":{"VoiceInputError":{"location":"local","id":"notImplemented"}}},"cancelable":true,"composed":true,"docs":"","docsTags":[]},{"event":"arcgisVoiceInputInterimTranscription","detail":"{ text: string; }","bubbles":true,"complexType":{"original":"{ text: string; }","resolved":"{ text: string; }","references":{}},"cancelable":true,"composed":true,"docs":"Emitted with the current recognized text as it is being transcribed","docsTags":[]},{"event":"arcgisVoiceInputStart","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"","docsTags":[]},{"event":"arcgisVoiceInputStop","detail":"void","bubbles":true,"complexType":{"original":"void","resolved":"void","references":{}},"cancelable":true,"composed":true,"docs":"","docsTags":[]},{"event":"arcgisVoiceInputTranscription","detail":"{ text: string; }","bubbles":true,"complexType":{"original":"{ text: string; }","resolved":"{ text: string; }","references":{}},"cancelable":true,"composed":true,"docs":"Emitted when transcription is complete\n\nNote that this means the user has stopped speaking, not when the status is turned to \"idle\".\n\nTo look for the current interim transcription, listen to the `arcgisVoiceInputInterimTranscription` event.","docsTags":[]}],"styles":[],"slots":[],"parts":[],"listeners":[]}],"typeLibrary":{}}