@arcgis/portal-components 5.1.0-next.64 → 5.1.0-next.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/package.json +3 -3
package/dist/docs/api.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"timestamp":"2026-04-04T04:39:41","compiler":{"name":"@arcgis/lumina-compiler","version":"5.1.0-next.64","typescriptVersion":"5.9.3"},"schemaVersion":"2.1.0","modules":[{"kind":"javascript-module","path":"index","sourcePath":"src/index.ts","declarations":[{"kind":"function","name":"getAssetPath","description":"Get a resolved path from where an asset can be loaded.","parameters":[{"name":"suffix","description":"The relative path for the asset.","type":{"text":"string"}}],"return":{"type":{"text":"string"}}},{"kind":"function","name":"setAssetPath","description":"Used to manually set the base path where package assets (like localization\nand icons) can be found.\n\nBy default, the package assets are loaded from\n`https://js.arcgis.com/<version>/<simplified-package-name>/`. We are hosting\nour assets on a CDN (Content Delivery Network) to ensure fast and reliable\naccess. It is CORS-enabled, so you can load the assets from any domain. This\nis the recommended way to load the assets and avoid bundling them with your\napplication.\n\nHowever, if you need to host the assets locally, you can copy them manually\nas part of your build process and use `setAssetPath` to customize where the\nbrowser will load the assets from.","parameters":[{"name":"path","description":"Relative or absolute path to the assets folder.","type":{"text":"URL | string","references":[{"name":"URL","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/API/URL","start":0,"end":3}]}}],"return":{"type":{"text":"void"}}}]},{"kind":"javascript-module","path":"components/arcgis-portal-ai-assistant","sourcePath":"src/components/portal-ai-assistant/portal-ai-assistant.tsx","declarations":[{"kind":"class","name":"ArcgisPortalAiAssistant","customElement":true,"tagName":"arcgis-portal-ai-assistant","pascalCaseName":"ArcgisPortalAiAssistant","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"config","type":{"text":"Config","references":[{"name":"Config","module":"config.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/config/#Config","start":0,"end":6}]}},{"kind":"field","name":"defaultClosed","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"default-closed"},{"kind":"field","name":"openEntitiesInNewTab","description":"When true, entities like groups and items will be opened in a new tab on click","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"open-entities-in-new-tab"},{"kind":"field","name":"portal","type":{"text":"Portal","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"user","type":{"text":"PortalUser","references":[{"name":"default","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/","start":0,"end":10}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"default-closed","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"defaultClosed"},{"name":"open-entities-in-new-tab","description":"When true, entities like groups and items will be opened in a new tab on click","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"openEntitiesInNewTab"}],"events":[{"name":"arcgisAiAssistantPanelToggle","type":{"text":"boolean"}},{"name":"arcgisInputSend","type":{"text":"{ text: string; }"}}],"importPath":"components/arcgis-portal-ai-assistant"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-ai-assistant","declaration":{"name":"ArcgisPortalAiAssistant"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-classification-banner","sourcePath":"src/components/portal-classification-banner/portal-classification-banner.tsx","declarations":[{"kind":"class","name":"ArcgisPortalClassificationBanner","customElement":true,"tagName":"arcgis-portal-classification-banner","pascalCaseName":"ArcgisPortalClassificationBanner","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"missingExistingClassification","description":"If the portal item has a classification previously","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"missing-existing-classification"},{"kind":"field","name":"portalItem","description":"The portal item to display the classification banner for.","type":{"text":"PortalItem | undefined","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"validationErrors","description":"The classification validation error - validate the classification value against the classification schema.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"validation-errors"},{"kind":"field","name":"variant","description":"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.","type":{"text":"\"full\" | \"preview\"","values":[{"type":"string","value":"full"},{"type":"string","value":"preview"}]},"default":"\"full\"","attribute":"variant"},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"destroy","description":"Permanently destroy the component","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"}],"attributes":[{"name":"missing-existing-classification","description":"If the portal item has a classification previously","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"missingExistingClassification"},{"name":"validation-errors","description":"The classification validation error - validate the classification value against the classification schema.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"validationErrors"},{"name":"variant","description":"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.","type":{"text":"\"full\" | \"preview\"","values":[{"type":"string","value":"full"},{"type":"string","value":"preview"}]},"default":"\"full\"","fieldName":"variant"}],"importPath":"components/arcgis-portal-classification-banner"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-classification-banner","declaration":{"name":"ArcgisPortalClassificationBanner"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-classification-config","sourcePath":"src/components/portal-classification-config/portal-classification-config.tsx","declarations":[{"kind":"class","name":"ArcgisPortalClassificationConfig","customElement":true,"tagName":"arcgis-portal-classification-config","pascalCaseName":"ArcgisPortalClassificationConfig","description":"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"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"portalItem","description":"The portal item to display the classification banner for.","docsTags":[{"name":"required"}],"type":{"text":"PortalItem | undefined","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"status","description":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","type":{"text":"Status","references":[{"name":"Status","module":"models/classificationModel","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/models/classificationModel/#Status","start":0,"end":6}],"values":[{"type":"string","value":"loading"},{"type":"string","value":"loaded"},{"type":"string","value":"error"},{"type":"string","value":"idle"}]},"default":"\"idle\"","readonly":true,"attribute":"status","reflects":true},{"kind":"field","name":"valid","description":"The validity of the form values against the Portal's classification schema.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"valid","reflects":true},{"kind":"field","name":"values","description":"The edited classification values of the portal item.","type":{"text":"PortalItem[\"classification\"]","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]},"attribute":"values"},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"destroy","description":"Permanently destroy the component.","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"resetForm","description":"Reset the form to the initial classification values from the portalItem","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"validateForm","description":"Validates the form and sets the formValidationErrors state.","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"}],"attributes":[{"name":"status","description":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","type":{"text":"\"loading\" | \"loaded\" | \"error\" | \"idle\"","values":[{"type":"string","value":"loading"},{"type":"string","value":"loaded"},{"type":"string","value":"error"},{"type":"string","value":"idle"}]},"default":"\"idle\"","fieldName":"status"},{"name":"valid","description":"The validity of the form values against the Portal's classification schema.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"valid"},{"name":"values","description":"The edited classification values of the portal item.","type":{"text":"PortalItem[\"classification\"]","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]},"fieldName":"values"}],"events":[{"name":"arcgisPropertyChange","description":"Event emitted when component property values status, values, or valid change.","type":{"text":"{ name: \"status\" | \"values\" | \"valid\"; }"}}],"importPath":"components/arcgis-portal-classification-config"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-classification-config","declaration":{"name":"ArcgisPortalClassificationConfig"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-classification-favorite","sourcePath":"src/components/portal-classification-favorite/portal-classification-favorite.tsx","declarations":[{"kind":"class","name":"ArcgisPortalClassificationFavorite","customElement":true,"tagName":"arcgis-portal-classification-favorite","pascalCaseName":"ArcgisPortalClassificationFavorite","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"attributeExpressionResults","type":{"text":"AttributeExpressionResults | undefined","references":[{"name":"AttributeExpressionResults","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#AttributeExpressionResults","start":0,"end":26}]}},{"kind":"field","name":"classificationValue","description":"Current classification value","type":{"text":"PortalItem[\"classification\"] | undefined","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"favoriteClassifications","description":"List of favorite classifications","type":{"text":"FavoriteClassification[]","references":[{"name":"FavoriteClassification","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#FavoriteClassification","start":0,"end":22}]}},{"kind":"field","name":"portalItem","description":"The portal item to display the classification banner for.","type":{"text":"PortalItem | undefined","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"resetFavoriteClassification","type":{"text":"(favoriteClassifications: FavoriteClassification[]) => void","references":[{"name":"FavoriteClassification","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#FavoriteClassification","start":26,"end":48}]}},{"kind":"field","name":"selectedFavoriteClassificationName","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"selected-favorite-classification-name"},{"kind":"field","name":"updateClassificationData","type":{"text":"(selectedClassification: FavoriteClassification) => void","references":[{"name":"FavoriteClassification","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#FavoriteClassification","start":25,"end":47}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"selected-favorite-classification-name","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"selectedFavoriteClassificationName"}],"importPath":"components/arcgis-portal-classification-favorite"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-classification-favorite","declaration":{"name":"ArcgisPortalClassificationFavorite"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-classification-form-element","sourcePath":"src/components/portal-classification-form-element/portal-classification-form-element.tsx","declarations":[{"kind":"class","name":"ArcgisPortalClassificationFormElement","customElement":true,"tagName":"arcgis-portal-classification-form-element","pascalCaseName":"ArcgisPortalClassificationFormElement","description":"A web component that renders form elements for a classification schema attribute.","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"attribute","type":{"text":"ClassificationSchema[\"attributes\"][string]","references":[{"name":"ClassificationSchema","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationSchema","start":0,"end":20}]}},{"kind":"field","name":"attributeKey","type":{"text":"string","values":[{"type":"string"}]},"attribute":"attribute-key"},{"kind":"field","name":"isRequiredErrors","type":{"text":"Set<string>","references":[{"name":"Set","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set","start":0,"end":3}]}},{"kind":"field","name":"renderingInfo","type":{"text":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined","references":[{"name":"Pick","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys","start":0,"end":4},{"name":"NonNullable","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union","start":5,"end":16},{"name":"ReturnType","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#returntypetype","start":17,"end":27},{"name":"AttributeExpressionResults","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#AttributeExpressionResults","start":28,"end":54}]}},{"kind":"field","name":"value","type":{"text":"unknown"}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"attribute-key","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"attributeKey"}],"events":[{"name":"arcgisAttributeValueChange","description":"The attribute value has changed.","type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-portal-classification-form-element"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-classification-form-element","declaration":{"name":"ArcgisPortalClassificationFormElement"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-extent-picker","sourcePath":"src/components/portal-extent-picker/portal-extent-picker.tsx","declarations":[{"kind":"class","name":"ArcgisPortalExtentPicker","customElement":true,"tagName":"arcgis-portal-extent-picker","pascalCaseName":"ArcgisPortalExtentPicker","description":"To select extent value from a map or by entering coordinates.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"active","description":"if true, open the dialog","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"active"},{"kind":"field","name":"contentOnly","description":"Optional; if true, show only the content without the calcite-dialog wrapper","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"content-only"},{"kind":"field","name":"extentService","description":"Optional; URL of the extent service, used to initialize TileLayer","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"extent-service"},{"kind":"field","name":"extentValue","description":"current extent value","type":{"text":"ExtentValue | undefined","references":[{"name":"ExtentValue","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentValue","start":0,"end":11}]}},{"kind":"field","name":"isArea","description":"Optional; if true, display texts that are for areas rather than the default extent texts","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-area"},{"kind":"field","name":"itemId","description":"Optional; if passed, use the itemId to load the Portal item","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"item-id"},{"kind":"field","name":"portal","description":"Optional; Portal instance","type":{"text":"Portal | undefined","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"getExtent","description":"Returns the current extent value","return":{"type":{"text":"ExtentObj","references":[{"name":"ExtentObj","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentObj","start":0,"end":9}]}},"signature":"(): ExtentObj"}],"attributes":[{"name":"active","description":"if true, open the dialog","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"active"},{"name":"content-only","description":"Optional; if true, show only the content without the calcite-dialog wrapper","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"contentOnly"},{"name":"extent-service","description":"Optional; URL of the extent service, used to initialize TileLayer","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"extentService"},{"name":"is-area","description":"Optional; if true, display texts that are for areas rather than the default extent texts","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isArea"},{"name":"item-id","description":"Optional; if passed, use the itemId to load the Portal item","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"itemId"}],"events":[{"name":"arcgisExtentPickerChange","description":"Emitted when the extent value changes","type":{"text":"ExtentObj","references":[{"name":"ExtentObj","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentObj","start":0,"end":9}]}},{"name":"arcgisExtentPickerClose","description":"Emitted when the dialog is closed","type":{"text":"void"}},{"name":"arcgisExtentPickerSave","description":"Emitted when the save button is clicked","type":{"text":"ExtentObj","references":[{"name":"ExtentObj","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentObj","start":0,"end":9}]}}],"importPath":"components/arcgis-portal-extent-picker"},{"kind":"interface","name":"ExtentValue","members":[{"kind":"field","name":"ymin","type":{"text":"string"}},{"kind":"field","name":"ymax","type":{"text":"string"}},{"kind":"field","name":"xmin","type":{"text":"string"}},{"kind":"field","name":"xmax","type":{"text":"string"}}]},{"kind":"interface","name":"ExtentObj","members":[{"kind":"field","name":"extent","type":{"text":"ExtentValue","references":[{"name":"ExtentValue","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentValue","start":0,"end":11}]}}]}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-extent-picker","declaration":{"name":"ArcgisPortalExtentPicker"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-field-delete","sourcePath":"src/components/portal-field-delete/portal-field-delete.tsx","declarations":[{"kind":"class","name":"ArcgisPortalFieldDelete","customElement":true,"tagName":"arcgis-portal-field-delete","pascalCaseName":"ArcgisPortalFieldDelete","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"config","description":"For documentation links.","type":{"text":"IConfig | undefined","references":[{"name":"IConfig","module":"utils/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/utils/types/#IConfig","start":0,"end":7}]}},{"kind":"field","name":"fieldNames","description":"The fields to delete.","type":{"text":"string[] | undefined"}},{"kind":"field","name":"layer","description":"The layer whose field is being deleted.","type":{"text":"FeatureLayer | OrientedImageryLayer | undefined","references":[{"name":"default","module":"layers/FeatureLayer.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/","start":0,"end":12},{"name":"default","module":"layers/OrientedImageryLayer.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/layers/OrientedImageryLayer/","start":15,"end":35}]}},{"kind":"field","name":"mapView","description":"The MapView instance.","type":{"text":"MapView | undefined","references":[{"name":"default","module":"views/MapView.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/views/MapView/","start":0,"end":7}]}},{"kind":"field","name":"options","description":"Properties that may need to be passed in case values differ from what is available on Map Viewer.","type":{"text":"FieldDeleteOptions | undefined","references":[{"name":"FieldDeleteOptions","module":"utils/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/utils/types/#FieldDeleteOptions","start":0,"end":18}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"events":[{"name":"arcgisBeforeDelete","description":"Emitted when the user initiates the delete process.","type":{"text":"void"}},{"name":"arcgisBeforeModalClose","description":"Emitted before the modal is closed if the alert is handled in consumer.","type":{"text":"string"}},{"name":"arcgisClose","description":"Emitted when the component is closed for any reason.","type":{"text":"void"}},{"name":"arcgisFieldsDeleted","description":"Emitted when the field is successfully deleted.","type":{"text":"void"}}],"importPath":"components/arcgis-portal-field-delete"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-field-delete","declaration":{"name":"ArcgisPortalFieldDelete"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-mentionable-text-area","sourcePath":"src/components/portal-mentionable-text-area/portal-mentionable-text-area.tsx","declarations":[{"kind":"class","name":"ArcgisPortalMentionableTextArea","customElement":true,"tagName":"arcgis-portal-mentionable-text-area","pascalCaseName":"ArcgisPortalMentionableTextArea","description":"A mention-enabled text area for ArcGIS Portal users, items, and groups.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"disabled","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"disabled"},{"kind":"field","name":"maxLength","description":"Mirrors the `maxlength` property on the internal native `textarea`","type":{"text":"number | undefined","values":[{"type":"number"}]},"attribute":"max-length"},{"kind":"field","name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"placeholder"},{"kind":"field","name":"popoverListLabel","type":{"text":"string","values":[{"type":"string"}]},"attribute":"popover-list-label"},{"kind":"field","name":"popoverPlacement","type":{"text":"Popover[\"placement\"]","references":[{"name":"Popover","module":"components/calcite-popover","package":"@esri/calcite-components","start":0,"end":7}],"values":[{"type":"string","value":"auto"},{"type":"string","value":"left"},{"type":"string","value":"right"},{"type":"string","value":"top"},{"type":"string","value":"auto-start"},{"type":"string","value":"auto-end"},{"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-start"},{"type":"string","value":"right-end"},{"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"}]},"default":"\"bottom-start\"","attribute":"popover-placement"},{"kind":"field","name":"portal","type":{"text":"Portal","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"readOnly","description":"Flag to enable readOnly","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"read-only"},{"kind":"field","name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","type":{"text":"number | undefined","values":[{"type":"number"}]},"default":"3","attribute":"rows"},{"kind":"field","name":"scale","description":"Decides scale of internal calcite-components","type":{"text":"Input[\"scale\"] | undefined","references":[{"name":"Input","module":"components/calcite-input","package":"@esri/calcite-components","start":0,"end":5}],"values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"}]},"default":"\"m\"","attribute":"scale"},{"kind":"field","name":"starters","description":"Character(s) that trigger the mention popover (e.g., \"@\", \"#\", \"$\")","type":{"text":"string[] | readonly string[]"}},{"kind":"field","name":"user","type":{"text":"PortalUser","references":[{"name":"default","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/","start":0,"end":10}]}},{"kind":"field","name":"value","description":"Current text content","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"value"},{"kind":"method","name":"closePopover","description":"Close the mention popover. Exposed as a public method so wrapper components\ncan programmatically dismiss the popover when needed (e.g. no search results).","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"focusTextArea","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"selectItem","parameters":[{"name":"item","type":{"text":"MentionableEntity","references":[{"name":"MentionableEntity","module":"components/arcgis-portal-mentionable-text-area/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-mentionable-text-area/types/#MentionableEntity","start":0,"end":17}]}}],"return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(item: MentionableEntity): Promise<void>"}],"attributes":[{"name":"disabled","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"disabled"},{"name":"max-length","description":"Mirrors the `maxlength` property on the internal native `textarea`","type":{"text":"number","values":[{"type":"number"}]},"fieldName":"maxLength"},{"name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"placeholder"},{"name":"popover-list-label","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"popoverListLabel"},{"name":"popover-placement","type":{"text":"\"auto\" | \"left\" | \"right\" | \"top\" | \"auto-start\" | \"auto-end\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\" | \"leading-start\" | \"leading\" | \"leading-end\" | \"trailing-end\" | \"trailing\" | \"trailing-start\"","values":[{"type":"string","value":"auto"},{"type":"string","value":"left"},{"type":"string","value":"right"},{"type":"string","value":"top"},{"type":"string","value":"auto-start"},{"type":"string","value":"auto-end"},{"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-start"},{"type":"string","value":"right-end"},{"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"}]},"default":"\"bottom-start\"","fieldName":"popoverPlacement"},{"name":"read-only","description":"Flag to enable readOnly","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"readOnly"},{"name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","type":{"text":"number","values":[{"type":"number"}]},"default":"3","fieldName":"rows"},{"name":"scale","description":"Decides scale of internal calcite-components","type":{"text":"\"s\" | \"m\" | \"l\"","values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"}]},"default":"\"m\"","fieldName":"scale"},{"name":"value","description":"Current text content","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"value"}],"events":[{"name":"arcgisMentionableSelectedIndexChange","description":"Emitted when the selected item index changes","type":{"text":"number"}},{"name":"arcgisMentionableTextAreaChange","description":"Emitted when the text content changes","type":{"text":"string"}},{"name":"arcgisMentionableTextAreaKeyDown","description":"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.","type":{"text":"KeyboardEvent","references":[{"name":"KeyboardEvent","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/API/KeyboardEvent","start":0,"end":13}]}},{"name":"arcgisUserMentionableTextAreaChange","description":"Emitted when the text content changes","type":{"text":"string"}},{"name":"arcgisUserMentionableTextAreaKeyDown","description":"Emitted when a key is pressed in the text area","type":{"text":"KeyboardEvent","references":[{"name":"KeyboardEvent","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/API/KeyboardEvent","start":0,"end":13}]}}],"importPath":"components/arcgis-portal-mentionable-text-area"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-mentionable-text-area","declaration":{"name":"ArcgisPortalMentionableTextArea"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-mentionable-text-area/types","sourcePath":"src/components/portal-mentionable-text-area/types.ts","declarations":[{"kind":"interface","name":"MentionableEntity","type":{"text":"PortalGroup | PortalItem | SearchResultUser","references":[{"name":"default","module":"portal/PortalGroup.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalGroup/","start":0,"end":11},{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":14,"end":24},{"name":"SearchResultUser","module":"types/user","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/user/#SearchResultUser","start":27,"end":43}]}}]},{"kind":"javascript-module","path":"components/arcgis-portal-replacement-item-redirect","sourcePath":"src/components/portal-replacement-item-redirect/portal-replacement-item-redirect.tsx","declarations":[{"kind":"class","name":"ArcgisPortalReplacementItemRedirect","customElement":true,"tagName":"arcgis-portal-replacement-item-redirect","pascalCaseName":"ArcgisPortalReplacementItemRedirect","description":"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"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"itemId","description":"The id of a deprecated/retired item to be checked for a replacement","type":{"text":"string","values":[{"type":"string"}]},"attribute":"item-id"},{"kind":"field","name":"portal","description":"The portal instance","type":{"text":"Portal","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"user","description":"The user. Defaults to `portal.user` if omitted","type":{"text":"PortalUser | null | undefined","references":[{"name":"default","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/","start":0,"end":10}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"setFocus","description":"Set focus on the component","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"}],"attributes":[{"name":"item-id","description":"The id of a deprecated/retired item to be checked for a replacement","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"itemId"}],"events":[{"name":"arcgisPortalReplacementItemFetch","type":{"text":"{ replacementItem: PortalItem | object | null; }","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":19,"end":29}]}}],"importPath":"components/arcgis-portal-replacement-item-redirect"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-replacement-item-redirect","declaration":{"name":"ArcgisPortalReplacementItemRedirect"}}]},{"kind":"javascript-module","path":"components/arcgis-user-avatar","sourcePath":"src/components/portal-user-avatar/portal-user-avatar.tsx","declarations":[{"kind":"class","name":"ArcgisUserAvatar","customElement":true,"tagName":"arcgis-user-avatar","pascalCaseName":"ArcgisUserAvatar","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"checkOnline","docsTags":[{"name":"internal"}],"type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"check-online"},{"kind":"field","name":"description","description":"Configurable text to show under the user's name","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"description"},{"kind":"field","name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"heading"},{"kind":"field","name":"portal","description":"The current portal instance","type":{"text":"Portal | undefined","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"scale","description":"Scale of the component","type":{"text":"Scale","references":[{"name":"Scale","module":"types/ui","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/ui/#Scale","start":0,"end":5}],"values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"},{"type":"string","value":"xs"}]},"default":"\"m\"","attribute":"scale","reflects":true},{"kind":"field","name":"showAvatar","description":"Set to false to hide the avatar (useful for just showing the name lockup styled correctly)","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"true","attribute":"show-avatar"},{"kind":"field","name":"showName","description":"Set to true to show user's name alongside the avatar as part of lockup","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"show-name"},{"kind":"field","name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"underline"},{"kind":"field","name":"user","description":"A User or org information (used for verified items)","type":{"text":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined","references":[{"name":"CommunityUser","module":"types/user","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/user/#CommunityUser","start":0,"end":13},{"name":"ItemUserInfo","module":"types/user","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/user/#ItemUserInfo","start":16,"end":28},{"name":"default","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/","start":31,"end":41},{"name":"SearchResultUser","module":"types/user","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/user/#SearchResultUser","start":44,"end":60}]}},{"kind":"field","name":"username","description":"A username to get a User object from","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"username"},{"kind":"field","name":"wrap","description":"Allow the name to wrap lines (max 2)","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"wrap"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisUserAvatar = document.createElement(\"arcgis-user-avatar\");\ndocument.body.append(arcgisUserAvatar);\nawait arcgisUserAvatar.componentOnReady();\nconsole.log(\"arcgis-user-avatar is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"check-online","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"checkOnline"},{"name":"description","description":"Configurable text to show under the user's name","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"description"},{"name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"heading"},{"name":"scale","description":"Scale of the component","type":{"text":"\"s\" | \"m\" | \"l\" | \"xs\"","values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"},{"type":"string","value":"xs"}]},"default":"\"m\"","fieldName":"scale"},{"name":"show-avatar","description":"Set to false to hide the avatar (useful for just showing the name lockup styled correctly)","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","fieldName":"showAvatar"},{"name":"show-name","description":"Set to true to show user's name alongside the avatar as part of lockup","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"showName"},{"name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"underline"},{"name":"username","description":"A username to get a User object from","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"username"},{"name":"wrap","description":"Allow the name to wrap lines (max 2)","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"wrap"}],"importPath":"components/arcgis-user-avatar"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-user-avatar","declaration":{"name":"ArcgisUserAvatar"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-voice-input","sourcePath":"src/components/portal-voice-input/portal-voice-input.tsx","declarations":[{"kind":"class","name":"ArcgisPortalVoiceInput","customElement":true,"tagName":"arcgis-portal-voice-input","pascalCaseName":"ArcgisPortalVoiceInput","description":"A headless component that provides a voice input interface","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"language","description":"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"}],"type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"language"},{"kind":"method","name":"clearText","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"startListening","return":{"type":{"text":"Promise<VoiceInputError | null>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7},{"name":"VoiceInputError","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-voice-input/#VoiceInputError","start":8,"end":23}]}},"signature":"(): Promise<VoiceInputError | null>"},{"kind":"method","name":"stopListening","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"}],"attributes":[{"name":"language","description":"Language for speech recognition (e.g., 'en-US', 'es-ES'). If not provided, the browser's default language will be used.","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"language"}],"events":[{"name":"arcgisVoiceInputError","type":{"text":"{ errorCode: VoiceInputError; }","references":[{"name":"VoiceInputError","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-voice-input/#VoiceInputError","start":13,"end":28}]}},{"name":"arcgisVoiceInputInterimTranscription","description":"Emitted with the current recognized text as it is being transcribed","type":{"text":"{ text: string; }"}},{"name":"arcgisVoiceInputStart","type":{"text":"void"}},{"name":"arcgisVoiceInputStop","type":{"text":"void"}},{"name":"arcgisVoiceInputTranscription","description":"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.","type":{"text":"{ text: string; }"}}],"importPath":"components/arcgis-portal-voice-input"},{"kind":"interface","name":"VoiceInputError","type":{"text":"\"already-listening\" | \"no-speech\" | \"not-allowed\" | \"not-supported\" | \"unhandled\" | \"uninitialized\""}}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-voice-input","declaration":{"name":"ArcgisPortalVoiceInput"}}]},{"kind":"javascript-module","path":"models/classificationModel","sourcePath":"src/models/classificationModel.ts","declarations":[{"kind":"interface","name":"Status","type":{"text":"\"error\" | \"idle\" | \"loaded\" | \"loading\""}}]},{"kind":"javascript-module","path":"types/classification","sourcePath":"src/types/classification.ts","declarations":[{"kind":"interface","name":"ClassificationSchema","description":"The classification schema defined on the portal.","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n attributeCategories?: string[];\n attributes: Record<string, ClassificationAttributesValues>;\n bannerExpression?: string;\n classificationMetadata: ClassificationMetadata;\n grammarVersion: string;\n layouts: Record<string, DefaultLayout>;\n name: string;\n selectionTextExpression?: string;\n version: string;\n helpUrl?: string;\n helpTooltip?: string;\n}","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":54,"end":60},{"name":"ClassificationAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationAttributesValues","start":69,"end":99},{"name":"ClassificationMetadata","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationMetadata","start":161,"end":183},{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":226,"end":232},{"name":"DefaultLayout","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#DefaultLayout","start":241,"end":254}]}]}]},{"kind":"interface","name":"FavoriteClassification","members":[{"kind":"field","name":"name","type":{"text":"string"}},{"kind":"field","name":"classification","type":{"text":"PortalItem[\"classification\"]","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}}]},{"kind":"interface","name":"AttributeExpressionResults","description":"State object that is used to store arcade expression results from expressions\nthat are evaluated for each attribute in the classification schema.","supertypes":[{"name":"Map","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map","typeArguments":[{"text":"string"},{"text":"{\n enabled: boolean;\n valueExpressionResult: Record<string, ValueOption[]> | ValueOption[] | null;\n attributeValidationResult: string | null;\n}","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":51,"end":57},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":66,"end":77},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":83,"end":94}]}]}]},{"kind":"interface","name":"ClassificationMetadata","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n primaryAttribute: string;\n defaultValue: string;\n classificationValueProperties: ClassificationType[];\n}","references":[{"name":"ClassificationType","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationType","start":93,"end":111}]}]}]},{"kind":"interface","name":"ValueOption","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n label: string;\n value: string;\n}"}]}]},{"kind":"interface","name":"ClassificationAttributesValues","type":{"text":"CheckboxAttributesValues | DateAttributesValues | MultiGroupedSelectNestedAttributesValues | MultiSelectAttributesValues | SingleSelectAttributesValues | TextAttributesValues","references":[{"name":"CheckboxAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#CheckboxAttributesValues","start":0,"end":24},{"name":"DateAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#DateAttributesValues","start":27,"end":47},{"name":"MultiGroupedSelectNestedAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#MultiGroupedSelectNestedAttributesValues","start":50,"end":90},{"name":"MultiSelectAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#MultiSelectAttributesValues","start":93,"end":120},{"name":"SingleSelectAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#SingleSelectAttributesValues","start":123,"end":151},{"name":"TextAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#TextAttributesValues","start":154,"end":174}]}},{"kind":"interface","name":"DefaultLayout","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{ layoutElements: Record<string, ClassificationLayoutElements>; }","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":18,"end":24},{"name":"ClassificationLayoutElements","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationLayoutElements","start":33,"end":61}]}]}]},{"kind":"interface","name":"ClassificationType","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n [index: string]: string | undefined;\n value: string;\n acronym?: string;\n backgroundColor?: string;\n textColor?: string;\n}"}]}]},{"kind":"interface","name":"SingleSelectAttributesValues","description":"Create narrowed types for each of the possible UI elements.\nNever is used to inform users that the property will never be defined\nwhen uiElement is a specific value.","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"single-select\";\n validValues?: ValueOption[];\n validValuesMap?: never;\n}","references":[{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":52,"end":63}]}]}]},{"kind":"interface","name":"MultiSelectAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"multi-select\";\n validValues?: ValueOption[];\n validValuesMap?: never;\n}","references":[{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":51,"end":62}]}]}]},{"kind":"interface","name":"MultiGroupedSelectNestedAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"multi-grouped-select-nested\";\n validValuesMap: Record<string, ValueOption[]>;\n validValues?: never;\n}","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":68,"end":74},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":83,"end":94}]}]}]},{"kind":"interface","name":"CheckboxAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"checkbox\";\n type: \"boolean\";\n validValues?: never;\n validValuesMap?: never;\n defaultDateTimeline?: never;\n defaultDateTimelineUnits?: never;\n}"}]}]},{"kind":"interface","name":"DateAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"date\";\n type: \"date\";\n defaultDateTimeline: number;\n defaultDateTimelineUnits: string;\n validValues?: never;\n validValuesMap?: never;\n}"}]}]},{"kind":"interface","name":"TextAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"text\";\n type: \"string\";\n validValues?: never;\n validValuesMap?: never;\n defaultDateTimeline?: never;\n defaultDateTimelineUnits?: never;\n}"}]}]},{"kind":"interface","name":"ClassificationLayoutElements","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{ formDisplayOrder: number; }"}]}]},{"kind":"interface","name":"BaseAttributesValues","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n label: string;\n description?: string;\n type: string;\n uiElement: string;\n isRequired?: boolean;\n defaultValue?: string;\n defaultDateTimeline?: number;\n defaultDateTimelineUnits?: string;\n validValues?: ValueOption[];\n validValuesMap?: Record<string, ValueOption[]>;\n isAttributeEnabled?: string;\n valueExpression?: string;\n attributeValidation?: string;\n arcadeResultLookup?: Record<string, ValueOption[]>;\n attributeCategory?: string;\n selectionDisplayOrder?: number;\n selectionDisplayLabel?: string;\n bannerOrder?: number;\n bannerLabel?: string;\n labelDelimiter?: string;\n labelTooltip?: string;\n valueDelimiter?: string;\n attributeDelimiter?: string;\n}","references":[{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":232,"end":243},{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":268,"end":274},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":283,"end":294},{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":421,"end":427},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":436,"end":447}]}]}]}]},{"kind":"javascript-module","path":"types/group","sourcePath":"src/types/group.ts","declarations":[{"kind":"interface","name":"MemberType","type":{"text":"\"admin\" | \"manager\" | \"member\" | \"none\" | \"owner\""}},{"kind":"interface","name":"Group","supertypes":[{"name":"SearchResultGroup","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/group/#SearchResultGroup"}],"members":[{"kind":"field","name":"collaborationInfo","type":{"text":"{ collaborationId: string; } | undefined"}},{"kind":"field","name":"hasCategorySchema","type":{"text":"boolean | undefined"}},{"kind":"field","name":"isOpenData","type":{"text":"boolean | undefined"}},{"kind":"field","name":"membershipAccess","type":{"text":"string | undefined"}},{"kind":"field","name":"orgId","type":{"text":"string | undefined"}},{"kind":"field","name":"userMembership","type":{"text":"{\n username: string;\n memberType: MemberType;\n applications: number;\n} | undefined","references":[{"name":"MemberType","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/group/#MemberType","start":40,"end":50}]}}]},{"kind":"interface","name":"SearchResultGroup","members":[{"kind":"field","name":"access","type":{"text":"AccessLevel","references":[{"name":"AccessLevel","module":"types/item","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/item/#AccessLevel","start":0,"end":11}]}},{"kind":"field","name":"autoJoin","type":{"text":"boolean | undefined"}},{"kind":"field","name":"capabilities","type":{"text":"string[]"}},{"kind":"field","name":"created","type":{"text":"number"}},{"kind":"field","name":"description","type":{"text":"string | undefined"}},{"kind":"field","name":"displaySettings","type":{"text":"{ itemTypes: string; } | undefined"}},{"kind":"field","name":"featuredItemsId","type":{"text":"string | undefined"}},{"kind":"field","name":"hiddenMembers","type":{"text":"boolean | undefined"}},{"kind":"field","name":"id","type":{"text":"string"}},{"kind":"field","name":"isFav","type":{"text":"boolean"}},{"kind":"field","name":"isInvitationOnly","type":{"text":"boolean"}},{"kind":"field","name":"isReadOnly","type":{"text":"boolean"}},{"kind":"field","name":"isViewOnly","type":{"text":"boolean"}},{"kind":"field","name":"leavingDisallowed","type":{"text":"boolean"}},{"kind":"field","name":"modified","type":{"text":"number"}},{"kind":"field","name":"notificationsEnabled","type":{"text":"boolean"}},{"kind":"field","name":"owner","type":{"text":"string"}},{"kind":"field","name":"phone","type":{"text":"string | undefined"}},{"kind":"field","name":"properties","type":{"text":"{\n isFeatured?: boolean;\n featuredItemIds?: string[];\n} | undefined"}},{"kind":"field","name":"protected","type":{"text":"boolean"}},{"kind":"field","name":"provider","type":{"text":"string | undefined"}},{"kind":"field","name":"providerGroupName","type":{"text":"string | undefined"}},{"kind":"field","name":"snippet","type":{"text":"string"}},{"kind":"field","name":"sortField","type":{"text":"string"}},{"kind":"field","name":"sortOrder","type":{"text":"string"}},{"kind":"field","name":"tags","type":{"text":"string[]"}},{"kind":"field","name":"thumbnail","type":{"text":"string"}},{"kind":"field","name":"title","type":{"text":"string"}},{"kind":"field","name":"typeKeywords","type":{"text":"string[]"}}]}]},{"kind":"javascript-module","path":"types/item","sourcePath":"src/types/item.ts","declarations":[{"kind":"interface","name":"StandardAccessLevel","type":{"text":"\"org\" | \"private\" | \"public\""}},{"kind":"interface","name":"AccessLevel","description":"Shared is `org` + shared to group, which is only for item","type":{"text":"StandardAccessLevel | \"shared\"","references":[{"name":"StandardAccessLevel","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/item/#StandardAccessLevel","start":0,"end":19}]}}]},{"kind":"javascript-module","path":"types/ui","sourcePath":"src/types/ui.ts","declarations":[{"kind":"interface","name":"Scale","type":{"text":"(typeof scales)[number]","references":[{"name":"scales","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/ui/#scales","start":8,"end":14}]}},{"kind":"variable","name":"scales","type":{"text":"readonly [\n \"xs\",\n \"s\",\n \"m\",\n \"l\"\n]"}}]},{"kind":"javascript-module","path":"types/user","sourcePath":"src/types/user.ts","declarations":[{"kind":"interface","name":"CommunityUser","supertypes":[{"name":"Omit","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys","typeArguments":[{"text":"PortalUserProperties","references":[{"name":"PortalUserProperties","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/#PortalUserProperties","start":0,"end":20}]},{"text":"\"sourceJSON\""}]}],"members":[{"kind":"field","name":"udn","type":{"text":"string | undefined"}},{"kind":"field","name":"availableCredits","type":{"text":"number"}},{"kind":"field","name":"assignedCredits","type":{"text":"number"}},{"kind":"field","name":"categories","type":{"text":"string[]"}},{"kind":"field","name":"emailStatus","type":{"text":"string"}},{"kind":"field","name":"firstName","type":{"text":"string"}},{"kind":"field","name":"lastName","type":{"text":"string"}},{"kind":"field","name":"userType","type":{"text":"string"}},{"kind":"field","name":"idpUsername","type":{"text":"string | undefined"}},{"kind":"field","name":"favGroupId","type":{"text":"string"}},{"kind":"field","name":"lastLogin","type":{"text":"number"}},{"kind":"field","name":"mfaEnabled","type":{"text":"boolean"}},{"kind":"field","name":"storageUsage","type":{"text":"number"}},{"kind":"field","name":"storageQuota","type":{"text":"number"}},{"kind":"field","name":"level","type":{"text":"string"}},{"kind":"field","name":"userLicenseTypeId","type":{"text":"string"}},{"kind":"field","name":"disabled","type":{"text":"boolean"}},{"kind":"field","name":"tags","type":{"text":"[]"}},{"kind":"field","name":"cultureFormat","type":{"text":"string"}},{"kind":"field","name":"thumbnail","type":{"text":"string"}},{"kind":"field","name":"created","type":{"text":"number"}},{"kind":"field","name":"modified","type":{"text":"number"}},{"kind":"field","name":"provider","type":{"text":"string"}},{"kind":"field","name":"groups","type":{"text":"Group[] | undefined","references":[{"name":"Group","module":"types/group","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/group/#Group","start":0,"end":5}]}}]},{"kind":"interface","name":"SearchResultUser","members":[{"kind":"field","name":"access","type":{"text":"StandardAccessLevel","references":[{"name":"StandardAccessLevel","module":"types/item","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/item/#StandardAccessLevel","start":0,"end":19}]}},{"kind":"field","name":"assignedCredits","type":{"text":"number"}},{"kind":"field","name":"availableCredits","type":{"text":"number"}},{"kind":"field","name":"categories","type":{"text":"string[]"}},{"kind":"field","name":"created","type":{"text":"number"}},{"kind":"field","name":"culture","type":{"text":"string"}},{"kind":"field","name":"cultureFormat","type":{"text":"string | undefined"}},{"kind":"field","name":"description","type":{"text":"string"}},{"kind":"field","name":"disabled","type":{"text":"boolean"}},{"kind":"field","name":"email","type":{"text":"string"}},{"kind":"field","name":"emailStatus","type":{"text":"\"notverified\" | \"verified\""}},{"kind":"field","name":"favGroupId","type":{"text":"string | undefined"}},{"kind":"field","name":"firstName","type":{"text":"string"}},{"kind":"field","name":"fullName","type":{"text":"string"}},{"kind":"field","name":"id","type":{"text":"string"}},{"kind":"field","name":"lastLogin","type":{"text":"number"}},{"kind":"field","name":"lastName","type":{"text":"string"}},{"kind":"field","name":"level","type":{"text":"string"}},{"kind":"field","name":"mfaEnabled","type":{"text":"boolean"}},{"kind":"field","name":"mfaEnforcementExempt","type":{"text":"boolean"}},{"kind":"field","name":"modified","type":{"text":"number"}},{"kind":"field","name":"provider","type":{"text":"string | undefined"}},{"kind":"field","name":"region","type":{"text":"string"}},{"kind":"field","name":"role","type":{"text":"string"}},{"kind":"field","name":"units","type":{"text":"string"}},{"kind":"field","name":"userLicenseTypeId","type":{"text":"string"}},{"kind":"field","name":"userType","type":{"text":"string"}},{"kind":"field","name":"username","type":{"text":"string"}},{"kind":"field","name":"joined","type":{"text":"number | undefined"}},{"kind":"field","name":"memberType","type":{"text":"MemberType | undefined","references":[{"name":"MemberType","module":"types/group","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/group/#MemberType","start":0,"end":10}]}},{"kind":"field","name":"thumbnail","type":{"text":"string | undefined"}}]},{"kind":"interface","name":"ItemUserInfo","description":"Short user info made specifically for the UI","members":[{"kind":"field","name":"description","type":{"text":"string"}},{"kind":"field","name":"fullName","type":{"text":"string"}},{"kind":"field","name":"username","type":{"text":"string"}},{"kind":"field","name":"thumbnail","type":{"text":"string"}},{"kind":"field","name":"id","type":{"text":"string"}},{"kind":"field","name":"url","type":{"text":"string"}}]}]},{"kind":"javascript-module","path":"utils/fieldAddDelete","sourcePath":"src/utils/fieldAddDelete.ts","declarations":[{"kind":"function","name":"canAddField","parameters":[{"name":"layer","type":{"text":"any"}}],"return":{"type":{"text":"Promise<boolean>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}}},{"kind":"function","name":"canDeleteField","parameters":[{"name":"mapView","type":{"text":"MapView | undefined","references":[{"name":"default","module":"views/MapView.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/views/MapView/","start":0,"end":7}]}},{"name":"layer","type":{"text":"any"}},{"name":"field","type":{"text":"Field","references":[{"name":"default","module":"layers/support/Field.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/layers/support/Field/","start":0,"end":5}]}},{"name":"options","optional":true,"type":{"text":"FieldDeleteOptions","references":[{"name":"FieldDeleteOptions","module":"utils/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/utils/types/#FieldDeleteOptions","start":0,"end":18}]}}],"return":{"type":{"text":"Promise<boolean>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}}}]},{"kind":"javascript-module","path":"utils/types","sourcePath":"src/utils/types.ts","declarations":[{"kind":"interface","name":"IConfig","description":"Configuration","members":[{"kind":"field","name":"arcadeEditor","type":{"text":"string | undefined"}},{"kind":"field","name":"jsapiUrl","type":{"text":"string | undefined"}},{"kind":"field","name":"helpMap","type":{"text":"Record<string, string> | undefined","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}},{"kind":"field","name":"helpBase","type":{"text":"string | undefined"}}]},{"kind":"interface","name":"FieldDeleteOptions","members":[{"kind":"field","name":"item","type":{"text":"PortalItem","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"portal","type":{"text":"Portal","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"handleCloseOnConsumer","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignorePopupTemplate","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreLayerRenderer","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreLayerFeatureReduction","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreLayerLabelingInfo","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreLayerDefinitionExpression","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreItemRenderer","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreItemFeatureReduction","type":{"text":"boolean | undefined"}},{"kind":"field","name":"userItemInfo","type":{"text":"UserItemInfo | undefined","references":[{"name":"UserItemInfo","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/utils/types/#UserItemInfo","start":0,"end":12}]}}]},{"kind":"interface","name":"UserItemInfo","members":[{"kind":"field","name":"itemData","type":{"text":"any"}},{"kind":"field","name":"userGroups","type":{"text":"any[]"}},{"kind":"field","name":"itemGroups","type":{"text":"any[]"}},{"kind":"field","name":"relatedItems","type":{"text":"any[]"}},{"kind":"field","name":"fieldGroups","type":{"text":"any[]"}}]}]}]}
|
|
1
|
+
{"timestamp":"2026-04-06T04:39:17","compiler":{"name":"@arcgis/lumina-compiler","version":"5.1.0-next.66","typescriptVersion":"5.9.3"},"schemaVersion":"2.1.0","modules":[{"kind":"javascript-module","path":"index","sourcePath":"src/index.ts","declarations":[{"kind":"function","name":"getAssetPath","description":"Get a resolved path from where an asset can be loaded.","parameters":[{"name":"suffix","description":"The relative path for the asset.","type":{"text":"string"}}],"return":{"type":{"text":"string"}}},{"kind":"function","name":"setAssetPath","description":"Used to manually set the base path where package assets (like localization\nand icons) can be found.\n\nBy default, the package assets are loaded from\n`https://js.arcgis.com/<version>/<simplified-package-name>/`. We are hosting\nour assets on a CDN (Content Delivery Network) to ensure fast and reliable\naccess. It is CORS-enabled, so you can load the assets from any domain. This\nis the recommended way to load the assets and avoid bundling them with your\napplication.\n\nHowever, if you need to host the assets locally, you can copy them manually\nas part of your build process and use `setAssetPath` to customize where the\nbrowser will load the assets from.","parameters":[{"name":"path","description":"Relative or absolute path to the assets folder.","type":{"text":"URL | string","references":[{"name":"URL","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/API/URL","start":0,"end":3}]}}],"return":{"type":{"text":"void"}}}]},{"kind":"javascript-module","path":"components/arcgis-portal-ai-assistant","sourcePath":"src/components/portal-ai-assistant/portal-ai-assistant.tsx","declarations":[{"kind":"class","name":"ArcgisPortalAiAssistant","customElement":true,"tagName":"arcgis-portal-ai-assistant","pascalCaseName":"ArcgisPortalAiAssistant","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"config","type":{"text":"Config","references":[{"name":"Config","module":"config.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/config/#Config","start":0,"end":6}]}},{"kind":"field","name":"defaultClosed","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"default-closed"},{"kind":"field","name":"openEntitiesInNewTab","description":"When true, entities like groups and items will be opened in a new tab on click","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"open-entities-in-new-tab"},{"kind":"field","name":"portal","type":{"text":"Portal","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"user","type":{"text":"PortalUser","references":[{"name":"default","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/","start":0,"end":10}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"default-closed","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"defaultClosed"},{"name":"open-entities-in-new-tab","description":"When true, entities like groups and items will be opened in a new tab on click","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"openEntitiesInNewTab"}],"events":[{"name":"arcgisAiAssistantPanelToggle","type":{"text":"boolean"}},{"name":"arcgisInputSend","type":{"text":"{ text: string; }"}}],"importPath":"components/arcgis-portal-ai-assistant"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-ai-assistant","declaration":{"name":"ArcgisPortalAiAssistant"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-classification-banner","sourcePath":"src/components/portal-classification-banner/portal-classification-banner.tsx","declarations":[{"kind":"class","name":"ArcgisPortalClassificationBanner","customElement":true,"tagName":"arcgis-portal-classification-banner","pascalCaseName":"ArcgisPortalClassificationBanner","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"missingExistingClassification","description":"If the portal item has a classification previously","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"missing-existing-classification"},{"kind":"field","name":"portalItem","description":"The portal item to display the classification banner for.","type":{"text":"PortalItem | undefined","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"validationErrors","description":"The classification validation error - validate the classification value against the classification schema.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"validation-errors"},{"kind":"field","name":"variant","description":"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.","type":{"text":"\"full\" | \"preview\"","values":[{"type":"string","value":"full"},{"type":"string","value":"preview"}]},"default":"\"full\"","attribute":"variant"},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"destroy","description":"Permanently destroy the component","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"}],"attributes":[{"name":"missing-existing-classification","description":"If the portal item has a classification previously","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"missingExistingClassification"},{"name":"validation-errors","description":"The classification validation error - validate the classification value against the classification schema.","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"validationErrors"},{"name":"variant","description":"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.","type":{"text":"\"full\" | \"preview\"","values":[{"type":"string","value":"full"},{"type":"string","value":"preview"}]},"default":"\"full\"","fieldName":"variant"}],"importPath":"components/arcgis-portal-classification-banner"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-classification-banner","declaration":{"name":"ArcgisPortalClassificationBanner"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-classification-config","sourcePath":"src/components/portal-classification-config/portal-classification-config.tsx","declarations":[{"kind":"class","name":"ArcgisPortalClassificationConfig","customElement":true,"tagName":"arcgis-portal-classification-config","pascalCaseName":"ArcgisPortalClassificationConfig","description":"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"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"portalItem","description":"The portal item to display the classification banner for.","docsTags":[{"name":"required"}],"type":{"text":"PortalItem | undefined","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"status","description":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","type":{"text":"Status","references":[{"name":"Status","module":"models/classificationModel","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/models/classificationModel/#Status","start":0,"end":6}],"values":[{"type":"string","value":"loading"},{"type":"string","value":"loaded"},{"type":"string","value":"error"},{"type":"string","value":"idle"}]},"default":"\"idle\"","readonly":true,"attribute":"status","reflects":true},{"kind":"field","name":"valid","description":"The validity of the form values against the Portal's classification schema.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"valid","reflects":true},{"kind":"field","name":"values","description":"The edited classification values of the portal item.","type":{"text":"PortalItem[\"classification\"]","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]},"attribute":"values"},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"destroy","description":"Permanently destroy the component.","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"resetForm","description":"Reset the form to the initial classification values from the portalItem","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"validateForm","description":"Validates the form and sets the formValidationErrors state.","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"}],"attributes":[{"name":"status","description":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","type":{"text":"\"loading\" | \"loaded\" | \"error\" | \"idle\"","values":[{"type":"string","value":"loading"},{"type":"string","value":"loaded"},{"type":"string","value":"error"},{"type":"string","value":"idle"}]},"default":"\"idle\"","fieldName":"status"},{"name":"valid","description":"The validity of the form values against the Portal's classification schema.","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"valid"},{"name":"values","description":"The edited classification values of the portal item.","type":{"text":"PortalItem[\"classification\"]","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]},"fieldName":"values"}],"events":[{"name":"arcgisPropertyChange","description":"Event emitted when component property values status, values, or valid change.","type":{"text":"{ name: \"status\" | \"values\" | \"valid\"; }"}}],"importPath":"components/arcgis-portal-classification-config"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-classification-config","declaration":{"name":"ArcgisPortalClassificationConfig"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-classification-favorite","sourcePath":"src/components/portal-classification-favorite/portal-classification-favorite.tsx","declarations":[{"kind":"class","name":"ArcgisPortalClassificationFavorite","customElement":true,"tagName":"arcgis-portal-classification-favorite","pascalCaseName":"ArcgisPortalClassificationFavorite","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"attributeExpressionResults","type":{"text":"AttributeExpressionResults | undefined","references":[{"name":"AttributeExpressionResults","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#AttributeExpressionResults","start":0,"end":26}]}},{"kind":"field","name":"classificationValue","description":"Current classification value","type":{"text":"PortalItem[\"classification\"] | undefined","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"favoriteClassifications","description":"List of favorite classifications","type":{"text":"FavoriteClassification[]","references":[{"name":"FavoriteClassification","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#FavoriteClassification","start":0,"end":22}]}},{"kind":"field","name":"portalItem","description":"The portal item to display the classification banner for.","type":{"text":"PortalItem | undefined","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"resetFavoriteClassification","type":{"text":"(favoriteClassifications: FavoriteClassification[]) => void","references":[{"name":"FavoriteClassification","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#FavoriteClassification","start":26,"end":48}]}},{"kind":"field","name":"selectedFavoriteClassificationName","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","attribute":"selected-favorite-classification-name"},{"kind":"field","name":"updateClassificationData","type":{"text":"(selectedClassification: FavoriteClassification) => void","references":[{"name":"FavoriteClassification","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#FavoriteClassification","start":25,"end":47}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"selected-favorite-classification-name","type":{"text":"string","values":[{"type":"string"}]},"default":"\"\"","fieldName":"selectedFavoriteClassificationName"}],"importPath":"components/arcgis-portal-classification-favorite"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-classification-favorite","declaration":{"name":"ArcgisPortalClassificationFavorite"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-classification-form-element","sourcePath":"src/components/portal-classification-form-element/portal-classification-form-element.tsx","declarations":[{"kind":"class","name":"ArcgisPortalClassificationFormElement","customElement":true,"tagName":"arcgis-portal-classification-form-element","pascalCaseName":"ArcgisPortalClassificationFormElement","description":"A web component that renders form elements for a classification schema attribute.","docsTags":[{"name":"internal"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"attribute","type":{"text":"ClassificationSchema[\"attributes\"][string]","references":[{"name":"ClassificationSchema","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationSchema","start":0,"end":20}]}},{"kind":"field","name":"attributeKey","type":{"text":"string","values":[{"type":"string"}]},"attribute":"attribute-key"},{"kind":"field","name":"isRequiredErrors","type":{"text":"Set<string>","references":[{"name":"Set","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set","start":0,"end":3}]}},{"kind":"field","name":"renderingInfo","type":{"text":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined","references":[{"name":"Pick","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys","start":0,"end":4},{"name":"NonNullable","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#extracttype-union","start":5,"end":16},{"name":"ReturnType","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#returntypetype","start":17,"end":27},{"name":"AttributeExpressionResults","module":"types/classification","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#AttributeExpressionResults","start":28,"end":54}]}},{"kind":"field","name":"value","type":{"text":"unknown"}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"attribute-key","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"attributeKey"}],"events":[{"name":"arcgisAttributeValueChange","description":"The attribute value has changed.","type":{"text":"Record<string, unknown>","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}}],"importPath":"components/arcgis-portal-classification-form-element"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-classification-form-element","declaration":{"name":"ArcgisPortalClassificationFormElement"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-extent-picker","sourcePath":"src/components/portal-extent-picker/portal-extent-picker.tsx","declarations":[{"kind":"class","name":"ArcgisPortalExtentPicker","customElement":true,"tagName":"arcgis-portal-extent-picker","pascalCaseName":"ArcgisPortalExtentPicker","description":"To select extent value from a map or by entering coordinates.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"active","description":"if true, open the dialog","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"active"},{"kind":"field","name":"contentOnly","description":"Optional; if true, show only the content without the calcite-dialog wrapper","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"content-only"},{"kind":"field","name":"extentService","description":"Optional; URL of the extent service, used to initialize TileLayer","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"extent-service"},{"kind":"field","name":"extentValue","description":"current extent value","type":{"text":"ExtentValue | undefined","references":[{"name":"ExtentValue","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentValue","start":0,"end":11}]}},{"kind":"field","name":"isArea","description":"Optional; if true, display texts that are for areas rather than the default extent texts","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","attribute":"is-area"},{"kind":"field","name":"itemId","description":"Optional; if passed, use the itemId to load the Portal item","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"item-id"},{"kind":"field","name":"portal","description":"Optional; Portal instance","type":{"text":"Portal | undefined","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"getExtent","description":"Returns the current extent value","return":{"type":{"text":"ExtentObj","references":[{"name":"ExtentObj","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentObj","start":0,"end":9}]}},"signature":"(): ExtentObj"}],"attributes":[{"name":"active","description":"if true, open the dialog","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"active"},{"name":"content-only","description":"Optional; if true, show only the content without the calcite-dialog wrapper","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"contentOnly"},{"name":"extent-service","description":"Optional; URL of the extent service, used to initialize TileLayer","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"extentService"},{"name":"is-area","description":"Optional; if true, display texts that are for areas rather than the default extent texts","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"isArea"},{"name":"item-id","description":"Optional; if passed, use the itemId to load the Portal item","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"itemId"}],"events":[{"name":"arcgisExtentPickerChange","description":"Emitted when the extent value changes","type":{"text":"ExtentObj","references":[{"name":"ExtentObj","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentObj","start":0,"end":9}]}},{"name":"arcgisExtentPickerClose","description":"Emitted when the dialog is closed","type":{"text":"void"}},{"name":"arcgisExtentPickerSave","description":"Emitted when the save button is clicked","type":{"text":"ExtentObj","references":[{"name":"ExtentObj","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentObj","start":0,"end":9}]}}],"importPath":"components/arcgis-portal-extent-picker"},{"kind":"interface","name":"ExtentValue","members":[{"kind":"field","name":"ymin","type":{"text":"string"}},{"kind":"field","name":"ymax","type":{"text":"string"}},{"kind":"field","name":"xmin","type":{"text":"string"}},{"kind":"field","name":"xmax","type":{"text":"string"}}]},{"kind":"interface","name":"ExtentObj","members":[{"kind":"field","name":"extent","type":{"text":"ExtentValue","references":[{"name":"ExtentValue","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-extent-picker/#ExtentValue","start":0,"end":11}]}}]}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-extent-picker","declaration":{"name":"ArcgisPortalExtentPicker"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-field-delete","sourcePath":"src/components/portal-field-delete/portal-field-delete.tsx","declarations":[{"kind":"class","name":"ArcgisPortalFieldDelete","customElement":true,"tagName":"arcgis-portal-field-delete","pascalCaseName":"ArcgisPortalFieldDelete","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"config","description":"For documentation links.","type":{"text":"IConfig | undefined","references":[{"name":"IConfig","module":"utils/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/utils/types/#IConfig","start":0,"end":7}]}},{"kind":"field","name":"fieldNames","description":"The fields to delete.","type":{"text":"string[] | undefined"}},{"kind":"field","name":"layer","description":"The layer whose field is being deleted.","type":{"text":"FeatureLayer | OrientedImageryLayer | undefined","references":[{"name":"default","module":"layers/FeatureLayer.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/","start":0,"end":12},{"name":"default","module":"layers/OrientedImageryLayer.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/layers/OrientedImageryLayer/","start":15,"end":35}]}},{"kind":"field","name":"mapView","description":"The MapView instance.","type":{"text":"MapView | undefined","references":[{"name":"default","module":"views/MapView.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/views/MapView/","start":0,"end":7}]}},{"kind":"field","name":"options","description":"Properties that may need to be passed in case values differ from what is available on Map Viewer.","type":{"text":"FieldDeleteOptions | undefined","references":[{"name":"FieldDeleteOptions","module":"utils/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/utils/types/#FieldDeleteOptions","start":0,"end":18}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"events":[{"name":"arcgisBeforeDelete","description":"Emitted when the user initiates the delete process.","type":{"text":"void"}},{"name":"arcgisBeforeModalClose","description":"Emitted before the modal is closed if the alert is handled in consumer.","type":{"text":"string"}},{"name":"arcgisClose","description":"Emitted when the component is closed for any reason.","type":{"text":"void"}},{"name":"arcgisFieldsDeleted","description":"Emitted when the field is successfully deleted.","type":{"text":"void"}}],"importPath":"components/arcgis-portal-field-delete"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-field-delete","declaration":{"name":"ArcgisPortalFieldDelete"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-mentionable-text-area","sourcePath":"src/components/portal-mentionable-text-area/portal-mentionable-text-area.tsx","declarations":[{"kind":"class","name":"ArcgisPortalMentionableTextArea","customElement":true,"tagName":"arcgis-portal-mentionable-text-area","pascalCaseName":"ArcgisPortalMentionableTextArea","description":"A mention-enabled text area for ArcGIS Portal users, items, and groups.","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"disabled","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"disabled"},{"kind":"field","name":"maxLength","description":"Mirrors the `maxlength` property on the internal native `textarea`","type":{"text":"number | undefined","values":[{"type":"number"}]},"attribute":"max-length"},{"kind":"field","name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"placeholder"},{"kind":"field","name":"popoverListLabel","type":{"text":"string","values":[{"type":"string"}]},"attribute":"popover-list-label"},{"kind":"field","name":"popoverPlacement","type":{"text":"Popover[\"placement\"]","references":[{"name":"Popover","module":"components/calcite-popover","package":"@esri/calcite-components","start":0,"end":7}],"values":[{"type":"string","value":"auto"},{"type":"string","value":"left"},{"type":"string","value":"right"},{"type":"string","value":"top"},{"type":"string","value":"auto-start"},{"type":"string","value":"auto-end"},{"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-start"},{"type":"string","value":"right-end"},{"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"}]},"default":"\"bottom-start\"","attribute":"popover-placement"},{"kind":"field","name":"portal","type":{"text":"Portal","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"readOnly","description":"Flag to enable readOnly","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"read-only"},{"kind":"field","name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","type":{"text":"number | undefined","values":[{"type":"number"}]},"default":"3","attribute":"rows"},{"kind":"field","name":"scale","description":"Decides scale of internal calcite-components","type":{"text":"Input[\"scale\"] | undefined","references":[{"name":"Input","module":"components/calcite-input","package":"@esri/calcite-components","start":0,"end":5}],"values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"}]},"default":"\"m\"","attribute":"scale"},{"kind":"field","name":"starters","description":"Character(s) that trigger the mention popover (e.g., \"@\", \"#\", \"$\")","type":{"text":"string[] | readonly string[]"}},{"kind":"field","name":"user","type":{"text":"PortalUser","references":[{"name":"default","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/","start":0,"end":10}]}},{"kind":"field","name":"value","description":"Current text content","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"value"},{"kind":"method","name":"closePopover","description":"Close the mention popover. Exposed as a public method so wrapper components\ncan programmatically dismiss the popover when needed (e.g. no search results).","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"focusTextArea","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"selectItem","parameters":[{"name":"item","type":{"text":"MentionableEntity","references":[{"name":"MentionableEntity","module":"components/arcgis-portal-mentionable-text-area/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-mentionable-text-area/types/#MentionableEntity","start":0,"end":17}]}}],"return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(item: MentionableEntity): Promise<void>"}],"attributes":[{"name":"disabled","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"disabled"},{"name":"max-length","description":"Mirrors the `maxlength` property on the internal native `textarea`","type":{"text":"number","values":[{"type":"number"}]},"fieldName":"maxLength"},{"name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"placeholder"},{"name":"popover-list-label","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"popoverListLabel"},{"name":"popover-placement","type":{"text":"\"auto\" | \"left\" | \"right\" | \"top\" | \"auto-start\" | \"auto-end\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\" | \"leading-start\" | \"leading\" | \"leading-end\" | \"trailing-end\" | \"trailing\" | \"trailing-start\"","values":[{"type":"string","value":"auto"},{"type":"string","value":"left"},{"type":"string","value":"right"},{"type":"string","value":"top"},{"type":"string","value":"auto-start"},{"type":"string","value":"auto-end"},{"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-start"},{"type":"string","value":"right-end"},{"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"}]},"default":"\"bottom-start\"","fieldName":"popoverPlacement"},{"name":"read-only","description":"Flag to enable readOnly","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"readOnly"},{"name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","type":{"text":"number","values":[{"type":"number"}]},"default":"3","fieldName":"rows"},{"name":"scale","description":"Decides scale of internal calcite-components","type":{"text":"\"s\" | \"m\" | \"l\"","values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"}]},"default":"\"m\"","fieldName":"scale"},{"name":"value","description":"Current text content","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"value"}],"events":[{"name":"arcgisMentionableSelectedIndexChange","description":"Emitted when the selected item index changes","type":{"text":"number"}},{"name":"arcgisMentionableTextAreaChange","description":"Emitted when the text content changes","type":{"text":"string"}},{"name":"arcgisMentionableTextAreaKeyDown","description":"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.","type":{"text":"KeyboardEvent","references":[{"name":"KeyboardEvent","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/API/KeyboardEvent","start":0,"end":13}]}},{"name":"arcgisUserMentionableTextAreaChange","description":"Emitted when the text content changes","type":{"text":"string"}},{"name":"arcgisUserMentionableTextAreaKeyDown","description":"Emitted when a key is pressed in the text area","type":{"text":"KeyboardEvent","references":[{"name":"KeyboardEvent","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/API/KeyboardEvent","start":0,"end":13}]}}],"importPath":"components/arcgis-portal-mentionable-text-area"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-mentionable-text-area","declaration":{"name":"ArcgisPortalMentionableTextArea"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-mentionable-text-area/types","sourcePath":"src/components/portal-mentionable-text-area/types.ts","declarations":[{"kind":"interface","name":"MentionableEntity","type":{"text":"PortalGroup | PortalItem | SearchResultUser","references":[{"name":"default","module":"portal/PortalGroup.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalGroup/","start":0,"end":11},{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":14,"end":24},{"name":"SearchResultUser","module":"types/user","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/user/#SearchResultUser","start":27,"end":43}]}}]},{"kind":"javascript-module","path":"components/arcgis-portal-replacement-item-redirect","sourcePath":"src/components/portal-replacement-item-redirect/portal-replacement-item-redirect.tsx","declarations":[{"kind":"class","name":"ArcgisPortalReplacementItemRedirect","customElement":true,"tagName":"arcgis-portal-replacement-item-redirect","pascalCaseName":"ArcgisPortalReplacementItemRedirect","description":"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"}],"superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"itemId","description":"The id of a deprecated/retired item to be checked for a replacement","type":{"text":"string","values":[{"type":"string"}]},"attribute":"item-id"},{"kind":"field","name":"portal","description":"The portal instance","type":{"text":"Portal","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"user","description":"The user. Defaults to `portal.user` if omitted","type":{"text":"PortalUser | null | undefined","references":[{"name":"default","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/","start":0,"end":10}]}},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"setFocus","description":"Set focus on the component","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"}],"attributes":[{"name":"item-id","description":"The id of a deprecated/retired item to be checked for a replacement","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"itemId"}],"events":[{"name":"arcgisPortalReplacementItemFetch","type":{"text":"{ replacementItem: PortalItem | object | null; }","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":19,"end":29}]}}],"importPath":"components/arcgis-portal-replacement-item-redirect"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-replacement-item-redirect","declaration":{"name":"ArcgisPortalReplacementItemRedirect"}}]},{"kind":"javascript-module","path":"components/arcgis-user-avatar","sourcePath":"src/components/portal-user-avatar/portal-user-avatar.tsx","declarations":[{"kind":"class","name":"ArcgisUserAvatar","customElement":true,"tagName":"arcgis-user-avatar","pascalCaseName":"ArcgisUserAvatar","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"checkOnline","docsTags":[{"name":"internal"}],"type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"check-online"},{"kind":"field","name":"description","description":"Configurable text to show under the user's name","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"description"},{"kind":"field","name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"heading"},{"kind":"field","name":"portal","description":"The current portal instance","type":{"text":"Portal | undefined","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"scale","description":"Scale of the component","type":{"text":"Scale","references":[{"name":"Scale","module":"types/ui","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/ui/#Scale","start":0,"end":5}],"values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"},{"type":"string","value":"xs"}]},"default":"\"m\"","attribute":"scale","reflects":true},{"kind":"field","name":"showAvatar","description":"Set to false to hide the avatar (useful for just showing the name lockup styled correctly)","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"true","attribute":"show-avatar"},{"kind":"field","name":"showName","description":"Set to true to show user's name alongside the avatar as part of lockup","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"show-name"},{"kind":"field","name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"underline"},{"kind":"field","name":"user","description":"A User or org information (used for verified items)","type":{"text":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined","references":[{"name":"CommunityUser","module":"types/user","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/user/#CommunityUser","start":0,"end":13},{"name":"ItemUserInfo","module":"types/user","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/user/#ItemUserInfo","start":16,"end":28},{"name":"default","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/","start":31,"end":41},{"name":"SearchResultUser","module":"types/user","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/user/#SearchResultUser","start":44,"end":60}]}},{"kind":"field","name":"username","description":"A username to get a User object from","type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"username"},{"kind":"field","name":"wrap","description":"Allow the name to wrap lines (max 2)","type":{"text":"boolean | undefined","values":[{"type":"boolean"}]},"default":"false","attribute":"wrap"},{"kind":"method","name":"componentOnReady","description":"Creates a promise that resolves once the component is fully loaded.","docsTags":[{"name":"example","text":"```js\nconst arcgisUserAvatar = document.createElement(\"arcgis-user-avatar\");\ndocument.body.append(arcgisUserAvatar);\nawait arcgisUserAvatar.componentOnReady();\nconsole.log(\"arcgis-user-avatar is ready to go!\");\n```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"}],"attributes":[{"name":"check-online","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"checkOnline"},{"name":"description","description":"Configurable text to show under the user's name","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"description"},{"name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"heading"},{"name":"scale","description":"Scale of the component","type":{"text":"\"s\" | \"m\" | \"l\" | \"xs\"","values":[{"type":"string","value":"s"},{"type":"string","value":"m"},{"type":"string","value":"l"},{"type":"string","value":"xs"}]},"default":"\"m\"","fieldName":"scale"},{"name":"show-avatar","description":"Set to false to hide the avatar (useful for just showing the name lockup styled correctly)","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"true","fieldName":"showAvatar"},{"name":"show-name","description":"Set to true to show user's name alongside the avatar as part of lockup","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"showName"},{"name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"underline"},{"name":"username","description":"A username to get a User object from","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"username"},{"name":"wrap","description":"Allow the name to wrap lines (max 2)","type":{"text":"boolean","values":[{"type":"boolean"}]},"default":"false","fieldName":"wrap"}],"importPath":"components/arcgis-user-avatar"}],"exports":[{"kind":"custom-element-definition","name":"arcgis-user-avatar","declaration":{"name":"ArcgisUserAvatar"}}]},{"kind":"javascript-module","path":"components/arcgis-portal-voice-input","sourcePath":"src/components/portal-voice-input/portal-voice-input.tsx","declarations":[{"kind":"class","name":"ArcgisPortalVoiceInput","customElement":true,"tagName":"arcgis-portal-voice-input","pascalCaseName":"ArcgisPortalVoiceInput","description":"A headless component that provides a voice input interface","superclass":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"members":[{"kind":"field","name":"language","description":"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"}],"type":{"text":"string | undefined","values":[{"type":"string"}]},"attribute":"language"},{"kind":"method","name":"clearText","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"},{"kind":"method","name":"componentOnReady","description":"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```"}],"return":{"type":{"text":"Promise<this>","references":[{"name":"Promise","module":"lib/lib.es5.d.ts","package":"typescript","start":0,"end":7}]}},"inheritedFrom":{"name":"PublicLitElement","module":"PublicLitElement","package":"@arcgis/lumina"},"signature":"(): Promise<this>"},{"kind":"method","name":"startListening","return":{"type":{"text":"Promise<VoiceInputError | null>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7},{"name":"VoiceInputError","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-voice-input/#VoiceInputError","start":8,"end":23}]}},"signature":"(): Promise<VoiceInputError | null>"},{"kind":"method","name":"stopListening","return":{"type":{"text":"Promise<void>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}},"signature":"(): Promise<void>"}],"attributes":[{"name":"language","description":"Language for speech recognition (e.g., 'en-US', 'es-ES'). If not provided, the browser's default language will be used.","type":{"text":"string","values":[{"type":"string"}]},"fieldName":"language"}],"events":[{"name":"arcgisVoiceInputError","type":{"text":"{ errorCode: VoiceInputError; }","references":[{"name":"VoiceInputError","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/components/arcgis-portal-voice-input/#VoiceInputError","start":13,"end":28}]}},{"name":"arcgisVoiceInputInterimTranscription","description":"Emitted with the current recognized text as it is being transcribed","type":{"text":"{ text: string; }"}},{"name":"arcgisVoiceInputStart","type":{"text":"void"}},{"name":"arcgisVoiceInputStop","type":{"text":"void"}},{"name":"arcgisVoiceInputTranscription","description":"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.","type":{"text":"{ text: string; }"}}],"importPath":"components/arcgis-portal-voice-input"},{"kind":"interface","name":"VoiceInputError","type":{"text":"\"already-listening\" | \"no-speech\" | \"not-allowed\" | \"not-supported\" | \"unhandled\" | \"uninitialized\""}}],"exports":[{"kind":"custom-element-definition","name":"arcgis-portal-voice-input","declaration":{"name":"ArcgisPortalVoiceInput"}}]},{"kind":"javascript-module","path":"models/classificationModel","sourcePath":"src/models/classificationModel.ts","declarations":[{"kind":"interface","name":"Status","type":{"text":"\"error\" | \"idle\" | \"loaded\" | \"loading\""}}]},{"kind":"javascript-module","path":"types/classification","sourcePath":"src/types/classification.ts","declarations":[{"kind":"interface","name":"ClassificationSchema","description":"The classification schema defined on the portal.","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n attributeCategories?: string[];\n attributes: Record<string, ClassificationAttributesValues>;\n bannerExpression?: string;\n classificationMetadata: ClassificationMetadata;\n grammarVersion: string;\n layouts: Record<string, DefaultLayout>;\n name: string;\n selectionTextExpression?: string;\n version: string;\n helpUrl?: string;\n helpTooltip?: string;\n}","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":54,"end":60},{"name":"ClassificationAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationAttributesValues","start":69,"end":99},{"name":"ClassificationMetadata","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationMetadata","start":161,"end":183},{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":226,"end":232},{"name":"DefaultLayout","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#DefaultLayout","start":241,"end":254}]}]}]},{"kind":"interface","name":"FavoriteClassification","members":[{"kind":"field","name":"name","type":{"text":"string"}},{"kind":"field","name":"classification","type":{"text":"PortalItem[\"classification\"]","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}}]},{"kind":"interface","name":"AttributeExpressionResults","description":"State object that is used to store arcade expression results from expressions\nthat are evaluated for each attribute in the classification schema.","supertypes":[{"name":"Map","package":"global:","viewUrl":"https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map","typeArguments":[{"text":"string"},{"text":"{\n enabled: boolean;\n valueExpressionResult: Record<string, ValueOption[]> | ValueOption[] | null;\n attributeValidationResult: string | null;\n}","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":51,"end":57},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":66,"end":77},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":83,"end":94}]}]}]},{"kind":"interface","name":"ClassificationMetadata","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n primaryAttribute: string;\n defaultValue: string;\n classificationValueProperties: ClassificationType[];\n}","references":[{"name":"ClassificationType","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationType","start":93,"end":111}]}]}]},{"kind":"interface","name":"ValueOption","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n label: string;\n value: string;\n}"}]}]},{"kind":"interface","name":"ClassificationAttributesValues","type":{"text":"CheckboxAttributesValues | DateAttributesValues | MultiGroupedSelectNestedAttributesValues | MultiSelectAttributesValues | SingleSelectAttributesValues | TextAttributesValues","references":[{"name":"CheckboxAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#CheckboxAttributesValues","start":0,"end":24},{"name":"DateAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#DateAttributesValues","start":27,"end":47},{"name":"MultiGroupedSelectNestedAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#MultiGroupedSelectNestedAttributesValues","start":50,"end":90},{"name":"MultiSelectAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#MultiSelectAttributesValues","start":93,"end":120},{"name":"SingleSelectAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#SingleSelectAttributesValues","start":123,"end":151},{"name":"TextAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#TextAttributesValues","start":154,"end":174}]}},{"kind":"interface","name":"DefaultLayout","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{ layoutElements: Record<string, ClassificationLayoutElements>; }","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":18,"end":24},{"name":"ClassificationLayoutElements","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ClassificationLayoutElements","start":33,"end":61}]}]}]},{"kind":"interface","name":"ClassificationType","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n [index: string]: string | undefined;\n value: string;\n acronym?: string;\n backgroundColor?: string;\n textColor?: string;\n}"}]}]},{"kind":"interface","name":"SingleSelectAttributesValues","description":"Create narrowed types for each of the possible UI elements.\nNever is used to inform users that the property will never be defined\nwhen uiElement is a specific value.","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"single-select\";\n validValues?: ValueOption[];\n validValuesMap?: never;\n}","references":[{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":52,"end":63}]}]}]},{"kind":"interface","name":"MultiSelectAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"multi-select\";\n validValues?: ValueOption[];\n validValuesMap?: never;\n}","references":[{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":51,"end":62}]}]}]},{"kind":"interface","name":"MultiGroupedSelectNestedAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"multi-grouped-select-nested\";\n validValuesMap: Record<string, ValueOption[]>;\n validValues?: never;\n}","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":68,"end":74},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":83,"end":94}]}]}]},{"kind":"interface","name":"CheckboxAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"checkbox\";\n type: \"boolean\";\n validValues?: never;\n validValuesMap?: never;\n defaultDateTimeline?: never;\n defaultDateTimelineUnits?: never;\n}"}]}]},{"kind":"interface","name":"DateAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"date\";\n type: \"date\";\n defaultDateTimeline: number;\n defaultDateTimelineUnits: string;\n validValues?: never;\n validValuesMap?: never;\n}"}]}]},{"kind":"interface","name":"TextAttributesValues","supertypes":[{"name":"BaseAttributesValues","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#BaseAttributesValues"},{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n uiElement: \"text\";\n type: \"string\";\n validValues?: never;\n validValuesMap?: never;\n defaultDateTimeline?: never;\n defaultDateTimelineUnits?: never;\n}"}]}]},{"kind":"interface","name":"ClassificationLayoutElements","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{ formDisplayOrder: number; }"}]}]},{"kind":"interface","name":"BaseAttributesValues","supertypes":[{"name":"Readonly","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#readonlytype","typeArguments":[{"text":"{\n label: string;\n description?: string;\n type: string;\n uiElement: string;\n isRequired?: boolean;\n defaultValue?: string;\n defaultDateTimeline?: number;\n defaultDateTimelineUnits?: string;\n validValues?: ValueOption[];\n validValuesMap?: Record<string, ValueOption[]>;\n isAttributeEnabled?: string;\n valueExpression?: string;\n attributeValidation?: string;\n arcadeResultLookup?: Record<string, ValueOption[]>;\n attributeCategory?: string;\n selectionDisplayOrder?: number;\n selectionDisplayLabel?: string;\n bannerOrder?: number;\n bannerLabel?: string;\n labelDelimiter?: string;\n labelTooltip?: string;\n valueDelimiter?: string;\n attributeDelimiter?: string;\n}","references":[{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":232,"end":243},{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":268,"end":274},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":283,"end":294},{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":421,"end":427},{"name":"ValueOption","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/classification/#ValueOption","start":436,"end":447}]}]}]}]},{"kind":"javascript-module","path":"types/group","sourcePath":"src/types/group.ts","declarations":[{"kind":"interface","name":"MemberType","type":{"text":"\"admin\" | \"manager\" | \"member\" | \"none\" | \"owner\""}},{"kind":"interface","name":"Group","supertypes":[{"name":"SearchResultGroup","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/group/#SearchResultGroup"}],"members":[{"kind":"field","name":"collaborationInfo","type":{"text":"{ collaborationId: string; } | undefined"}},{"kind":"field","name":"hasCategorySchema","type":{"text":"boolean | undefined"}},{"kind":"field","name":"isOpenData","type":{"text":"boolean | undefined"}},{"kind":"field","name":"membershipAccess","type":{"text":"string | undefined"}},{"kind":"field","name":"orgId","type":{"text":"string | undefined"}},{"kind":"field","name":"userMembership","type":{"text":"{\n username: string;\n memberType: MemberType;\n applications: number;\n} | undefined","references":[{"name":"MemberType","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/group/#MemberType","start":40,"end":50}]}}]},{"kind":"interface","name":"SearchResultGroup","members":[{"kind":"field","name":"access","type":{"text":"AccessLevel","references":[{"name":"AccessLevel","module":"types/item","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/item/#AccessLevel","start":0,"end":11}]}},{"kind":"field","name":"autoJoin","type":{"text":"boolean | undefined"}},{"kind":"field","name":"capabilities","type":{"text":"string[]"}},{"kind":"field","name":"created","type":{"text":"number"}},{"kind":"field","name":"description","type":{"text":"string | undefined"}},{"kind":"field","name":"displaySettings","type":{"text":"{ itemTypes: string; } | undefined"}},{"kind":"field","name":"featuredItemsId","type":{"text":"string | undefined"}},{"kind":"field","name":"hiddenMembers","type":{"text":"boolean | undefined"}},{"kind":"field","name":"id","type":{"text":"string"}},{"kind":"field","name":"isFav","type":{"text":"boolean"}},{"kind":"field","name":"isInvitationOnly","type":{"text":"boolean"}},{"kind":"field","name":"isReadOnly","type":{"text":"boolean"}},{"kind":"field","name":"isViewOnly","type":{"text":"boolean"}},{"kind":"field","name":"leavingDisallowed","type":{"text":"boolean"}},{"kind":"field","name":"modified","type":{"text":"number"}},{"kind":"field","name":"notificationsEnabled","type":{"text":"boolean"}},{"kind":"field","name":"owner","type":{"text":"string"}},{"kind":"field","name":"phone","type":{"text":"string | undefined"}},{"kind":"field","name":"properties","type":{"text":"{\n isFeatured?: boolean;\n featuredItemIds?: string[];\n} | undefined"}},{"kind":"field","name":"protected","type":{"text":"boolean"}},{"kind":"field","name":"provider","type":{"text":"string | undefined"}},{"kind":"field","name":"providerGroupName","type":{"text":"string | undefined"}},{"kind":"field","name":"snippet","type":{"text":"string"}},{"kind":"field","name":"sortField","type":{"text":"string"}},{"kind":"field","name":"sortOrder","type":{"text":"string"}},{"kind":"field","name":"tags","type":{"text":"string[]"}},{"kind":"field","name":"thumbnail","type":{"text":"string"}},{"kind":"field","name":"title","type":{"text":"string"}},{"kind":"field","name":"typeKeywords","type":{"text":"string[]"}}]}]},{"kind":"javascript-module","path":"types/item","sourcePath":"src/types/item.ts","declarations":[{"kind":"interface","name":"StandardAccessLevel","type":{"text":"\"org\" | \"private\" | \"public\""}},{"kind":"interface","name":"AccessLevel","description":"Shared is `org` + shared to group, which is only for item","type":{"text":"StandardAccessLevel | \"shared\"","references":[{"name":"StandardAccessLevel","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/item/#StandardAccessLevel","start":0,"end":19}]}}]},{"kind":"javascript-module","path":"types/ui","sourcePath":"src/types/ui.ts","declarations":[{"kind":"interface","name":"Scale","type":{"text":"(typeof scales)[number]","references":[{"name":"scales","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/ui/#scales","start":8,"end":14}]}},{"kind":"variable","name":"scales","type":{"text":"readonly [\n \"xs\",\n \"s\",\n \"m\",\n \"l\"\n]"}}]},{"kind":"javascript-module","path":"types/user","sourcePath":"src/types/user.ts","declarations":[{"kind":"interface","name":"CommunityUser","supertypes":[{"name":"Omit","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys","typeArguments":[{"text":"PortalUserProperties","references":[{"name":"PortalUserProperties","module":"portal/PortalUser.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalUser/#PortalUserProperties","start":0,"end":20}]},{"text":"\"sourceJSON\""}]}],"members":[{"kind":"field","name":"udn","type":{"text":"string | undefined"}},{"kind":"field","name":"availableCredits","type":{"text":"number"}},{"kind":"field","name":"assignedCredits","type":{"text":"number"}},{"kind":"field","name":"categories","type":{"text":"string[]"}},{"kind":"field","name":"emailStatus","type":{"text":"string"}},{"kind":"field","name":"firstName","type":{"text":"string"}},{"kind":"field","name":"lastName","type":{"text":"string"}},{"kind":"field","name":"userType","type":{"text":"string"}},{"kind":"field","name":"idpUsername","type":{"text":"string | undefined"}},{"kind":"field","name":"favGroupId","type":{"text":"string"}},{"kind":"field","name":"lastLogin","type":{"text":"number"}},{"kind":"field","name":"mfaEnabled","type":{"text":"boolean"}},{"kind":"field","name":"storageUsage","type":{"text":"number"}},{"kind":"field","name":"storageQuota","type":{"text":"number"}},{"kind":"field","name":"level","type":{"text":"string"}},{"kind":"field","name":"userLicenseTypeId","type":{"text":"string"}},{"kind":"field","name":"disabled","type":{"text":"boolean"}},{"kind":"field","name":"tags","type":{"text":"[]"}},{"kind":"field","name":"cultureFormat","type":{"text":"string"}},{"kind":"field","name":"thumbnail","type":{"text":"string"}},{"kind":"field","name":"created","type":{"text":"number"}},{"kind":"field","name":"modified","type":{"text":"number"}},{"kind":"field","name":"provider","type":{"text":"string"}},{"kind":"field","name":"groups","type":{"text":"Group[] | undefined","references":[{"name":"Group","module":"types/group","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/group/#Group","start":0,"end":5}]}}]},{"kind":"interface","name":"SearchResultUser","members":[{"kind":"field","name":"access","type":{"text":"StandardAccessLevel","references":[{"name":"StandardAccessLevel","module":"types/item","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/item/#StandardAccessLevel","start":0,"end":19}]}},{"kind":"field","name":"assignedCredits","type":{"text":"number"}},{"kind":"field","name":"availableCredits","type":{"text":"number"}},{"kind":"field","name":"categories","type":{"text":"string[]"}},{"kind":"field","name":"created","type":{"text":"number"}},{"kind":"field","name":"culture","type":{"text":"string"}},{"kind":"field","name":"cultureFormat","type":{"text":"string | undefined"}},{"kind":"field","name":"description","type":{"text":"string"}},{"kind":"field","name":"disabled","type":{"text":"boolean"}},{"kind":"field","name":"email","type":{"text":"string"}},{"kind":"field","name":"emailStatus","type":{"text":"\"notverified\" | \"verified\""}},{"kind":"field","name":"favGroupId","type":{"text":"string | undefined"}},{"kind":"field","name":"firstName","type":{"text":"string"}},{"kind":"field","name":"fullName","type":{"text":"string"}},{"kind":"field","name":"id","type":{"text":"string"}},{"kind":"field","name":"lastLogin","type":{"text":"number"}},{"kind":"field","name":"lastName","type":{"text":"string"}},{"kind":"field","name":"level","type":{"text":"string"}},{"kind":"field","name":"mfaEnabled","type":{"text":"boolean"}},{"kind":"field","name":"mfaEnforcementExempt","type":{"text":"boolean"}},{"kind":"field","name":"modified","type":{"text":"number"}},{"kind":"field","name":"provider","type":{"text":"string | undefined"}},{"kind":"field","name":"region","type":{"text":"string"}},{"kind":"field","name":"role","type":{"text":"string"}},{"kind":"field","name":"units","type":{"text":"string"}},{"kind":"field","name":"userLicenseTypeId","type":{"text":"string"}},{"kind":"field","name":"userType","type":{"text":"string"}},{"kind":"field","name":"username","type":{"text":"string"}},{"kind":"field","name":"joined","type":{"text":"number | undefined"}},{"kind":"field","name":"memberType","type":{"text":"MemberType | undefined","references":[{"name":"MemberType","module":"types/group","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/types/group/#MemberType","start":0,"end":10}]}},{"kind":"field","name":"thumbnail","type":{"text":"string | undefined"}}]},{"kind":"interface","name":"ItemUserInfo","description":"Short user info made specifically for the UI","members":[{"kind":"field","name":"description","type":{"text":"string"}},{"kind":"field","name":"fullName","type":{"text":"string"}},{"kind":"field","name":"username","type":{"text":"string"}},{"kind":"field","name":"thumbnail","type":{"text":"string"}},{"kind":"field","name":"id","type":{"text":"string"}},{"kind":"field","name":"url","type":{"text":"string"}}]}]},{"kind":"javascript-module","path":"utils/fieldAddDelete","sourcePath":"src/utils/fieldAddDelete.ts","declarations":[{"kind":"function","name":"canAddField","parameters":[{"name":"layer","type":{"text":"any"}}],"return":{"type":{"text":"Promise<boolean>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}}},{"kind":"function","name":"canDeleteField","parameters":[{"name":"mapView","type":{"text":"MapView | undefined","references":[{"name":"default","module":"views/MapView.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/views/MapView/","start":0,"end":7}]}},{"name":"layer","type":{"text":"any"}},{"name":"field","type":{"text":"Field","references":[{"name":"default","module":"layers/support/Field.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/layers/support/Field/","start":0,"end":5}]}},{"name":"options","optional":true,"type":{"text":"FieldDeleteOptions","references":[{"name":"FieldDeleteOptions","module":"utils/types","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/utils/types/#FieldDeleteOptions","start":0,"end":18}]}}],"return":{"type":{"text":"Promise<boolean>","references":[{"name":"Promise","package":"global:","viewUrl":"https://next.gha.afd.arcgis.com/javascript/latest/programming-patterns/","start":0,"end":7}]}}}]},{"kind":"javascript-module","path":"utils/types","sourcePath":"src/utils/types.ts","declarations":[{"kind":"interface","name":"IConfig","description":"Configuration","members":[{"kind":"field","name":"arcadeEditor","type":{"text":"string | undefined"}},{"kind":"field","name":"jsapiUrl","type":{"text":"string | undefined"}},{"kind":"field","name":"helpMap","type":{"text":"Record<string, string> | undefined","references":[{"name":"Record","package":"global:","viewUrl":"https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type","start":0,"end":6}]}},{"kind":"field","name":"helpBase","type":{"text":"string | undefined"}}]},{"kind":"interface","name":"FieldDeleteOptions","members":[{"kind":"field","name":"item","type":{"text":"PortalItem","references":[{"name":"default","module":"portal/PortalItem.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/PortalItem/","start":0,"end":10}]}},{"kind":"field","name":"portal","type":{"text":"Portal","references":[{"name":"default","module":"portal/Portal.js","package":"@arcgis/core","viewUrl":"https://developers.arcgis.com/javascript/latest/references/core/portal/Portal/","start":0,"end":6}]}},{"kind":"field","name":"handleCloseOnConsumer","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignorePopupTemplate","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreLayerRenderer","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreLayerFeatureReduction","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreLayerLabelingInfo","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreLayerDefinitionExpression","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreItemRenderer","type":{"text":"boolean | undefined"}},{"kind":"field","name":"ignoreItemFeatureReduction","type":{"text":"boolean | undefined"}},{"kind":"field","name":"userItemInfo","type":{"text":"UserItemInfo | undefined","references":[{"name":"UserItemInfo","viewUrl":"https://developers.arcgis.com/javascript/latest/references/portal-components/utils/types/#UserItemInfo","start":0,"end":12}]}}]},{"kind":"interface","name":"UserItemInfo","members":[{"kind":"field","name":"itemData","type":{"text":"any"}},{"kind":"field","name":"userGroups","type":{"text":"any[]"}},{"kind":"field","name":"itemGroups","type":{"text":"any[]"}},{"kind":"field","name":"relatedItems","type":{"text":"any[]"}},{"kind":"field","name":"fieldGroups","type":{"text":"any[]"}}]}]}]}
|