@arcgis/portal-components 5.2.0-next.23 → 5.2.0-next.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"$schema":"https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json","name":"@arcgis/portal-components","version":"5.2.0-next.23","description-markup":"markdown","contributions":{"html":{"elements":[{"name":"arcgis-portal-ai-assistant","description":"### Events\n- **arcgisPortalNavigationRequest**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"auto-destroy-disabled","default":"false","value":{"type":"boolean"}},{"name":"default-closed","default":"false","value":{"type":"boolean"}}],"events":[{"name":"arcgisPortalNavigationRequest","type":"{\n href: string;\n targetDetail: PortalNavigationTarget;\n}"}],"js":{"properties":[{"name":"autoDestroyDisabled","type":"boolean"},{"name":"config","type":"Config"},{"name":"defaultClosed","type":"boolean"},{"name":"navigationTargetMap","description":"Optional map of navigation target overrides for generating navigation hrefs from portal navigation suggestions.","type":"PartialPortalNavigationTargetMap | undefined"},{"name":"portal","type":"Portal"},{"name":"user","type":"PortalUser"}],"events":[{"name":"arcgisPortalNavigationRequest","type":"{\n href: string;\n targetDetail: PortalNavigationTarget;\n}"}]}},{"name":"arcgis-portal-ai-assistant-interrupt","description":"### Events\n- **arcgisCancel**\n- **arcgisSubmit**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"message","value":{"type":"string"}},{"name":"type","value":{"type":["\"boolean-choice\"","\"multi-select\"","\"single-select\"","\"text-input\""]}}],"events":[{"name":"arcgisCancel","type":"void"},{"name":"arcgisSubmit","type":"string[] | boolean | string"}],"js":{"properties":[{"name":"message","type":"NonNullable<InterruptType[\"message\"]>"},{"name":"options","type":"InterruptType[\"options\"]"},{"name":"type","type":"InterruptType[\"type\"]"}],"events":[{"name":"arcgisCancel","type":"void"},{"name":"arcgisSubmit","type":"string[] | boolean | string"}]}},{"name":"arcgis-portal-browser","description":"### Events\n- **arcgisAriaUpdate**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `scrollToTop(): Promise<void>`","attributes":[{"name":"always-show-content","default":"false","value":{"type":"boolean"}},{"name":"always-show-pagination","default":"false","value":{"type":"boolean"}},{"name":"always-show-selection","default":"false","value":{"type":"boolean"}},{"name":"form-factor","default":"\"large\"","value":{"type":["\"large\"","\"small\""]}},{"name":"height","description":"Height sizing strategy for the browser to use\nfull height will be 100% the height of its parent and scroll internally\nauto height will grow with the contents of the browser","default":"\"full\"","value":{"type":["\"auto\"","\"full\""]}},{"name":"hide-content-top","default":"false","value":{"type":"boolean"}},{"name":"hide-filters","default":"false","value":{"type":"boolean"}},{"name":"hide-top-bar","default":"false","value":{"type":"boolean"}},{"name":"loading","default":"false","value":{"type":"boolean"}},{"name":"panel","default":"false","value":{"type":"boolean"}},{"name":"preview","default":"false","value":{"type":"boolean"}},{"name":"search-term","default":"\"\"","value":{"type":"string"}},{"name":"show-pre-search","default":"false","value":{"type":"boolean"}}],"events":[{"name":"arcgisAriaUpdate","type":"string"}],"js":{"properties":[{"name":"alwaysShowContent","type":"boolean"},{"name":"alwaysShowPagination","type":"boolean | undefined"},{"name":"alwaysShowSelection","type":"boolean"},{"name":"formFactor","type":"\"large\" | \"small\""},{"name":"height","description":"Height sizing strategy for the browser to use\nfull height will be 100% the height of its parent and scroll internally\nauto height will grow with the contents of the browser","type":"\"auto\" | \"full\""},{"name":"hideContentTop","type":"boolean"},{"name":"hideFilters","type":"boolean | undefined"},{"name":"hideTopBar","type":"boolean | undefined"},{"name":"loading","type":"boolean"},{"name":"panel","type":"boolean"},{"name":"preview","type":"boolean"},{"name":"rangeFormatter","type":"RangeFormatter | undefined"},{"name":"response","type":"SearchResult<SearchResultGroup | SearchResultItem | SearchResultUser>"},{"name":"searchTerm","type":"string"},{"name":"selected","type":"SearchResultGroup[] | SearchResultItem[] | SearchResultUser[] | undefined"},{"name":"showPreSearch","type":"boolean | undefined"},{"name":"store","type":"PortalBrowserStore"}],"events":[{"name":"arcgisAriaUpdate","type":"string"}]}},{"name":"arcgis-portal-browser-filter-status","description":"### Events\n- **arcgisBrowserFilterClear**\n- **arcgisBrowserFilterRemove**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"browser-width","description":"Pass the width of the browser from state","value":{"type":"number"}},{"name":"component-width","description":"Pass the width of the component container","value":{"type":"number"}}],"events":[{"name":"arcgisBrowserFilterClear","type":"null"},{"name":"arcgisBrowserFilterRemove","type":"string"}],"js":{"properties":[{"name":"browserWidth","description":"Pass the width of the browser from state","type":"number | undefined"},{"name":"componentWidth","description":"Pass the width of the component container","type":"number | undefined"},{"name":"filters","type":"Record<string, PortalBrowserFilterDetail>"},{"name":"hiddenFilterIds","type":"string[]"},{"name":"t9n","type":"FilterStatusT9n"}],"events":[{"name":"arcgisBrowserFilterClear","type":"null"},{"name":"arcgisBrowserFilterRemove","type":"string"}]}},{"name":"arcgis-portal-classification-banner","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component","attributes":[{"name":"missing-existing-classification","description":"If the portal item has a classification previously","default":"false","value":{"type":"boolean"}},{"name":"validation-errors","description":"The classification validation error - validate the classification value against the classification schema.","default":"\"\"","value":{"type":"string"}},{"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.","default":"\"full\"","value":{"type":["\"full\"","\"preview\""]}}],"events":[],"js":{"properties":[{"name":"missingExistingClassification","description":"If the portal item has a classification previously","type":"boolean"},{"name":"portalItem","description":"The portal item to display the classification banner for.","type":"PortalItem | undefined"},{"name":"validationErrors","description":"The classification validation error - validate the classification value against the classification schema.","type":"string"},{"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":"\"full\" | \"preview\""}],"events":[]}},{"name":"arcgis-portal-classification-config","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.\n--\n\n### Events\n- **arcgisPropertyChange** - Event emitted when component property values status, values, or valid change.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component.\n- `resetForm(): Promise<void>` - Reset the form to the initial classification values from the portalItem\n- `validateForm(): Promise<void>` - Validates the form and sets the formValidationErrors state.","attributes":[{"name":"status","description":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","default":"\"idle\"","value":{"type":["\"loaded\"","\"loading\"","\"error\"","\"idle\""]}},{"name":"valid","description":"The validity of the form values against the Portal's classification schema.","default":"false","value":{"type":"boolean"}},{"name":"values","description":"The edited classification values of the portal item.","value":{}}],"events":[{"name":"arcgisPropertyChange","type":"{ name: \"status\" | \"values\" | \"valid\"; }","description":"Event emitted when component property values status, values, or valid change."}],"js":{"properties":[{"name":"portalItem","description":"The portal item to display the classification banner for.","type":"PortalItem | undefined"},{"name":"status","description":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","type":"Status"},{"name":"valid","description":"The validity of the form values against the Portal's classification schema.","type":"boolean"},{"name":"values","description":"The edited classification values of the portal item.","type":"PortalItem[\"classification\"]"}],"events":[{"name":"arcgisPropertyChange","type":"{ name: \"status\" | \"values\" | \"valid\"; }","description":"Event emitted when component property values status, values, or valid change."}]}},{"name":"arcgis-portal-classification-favorite","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"selected-favorite-classification-name","default":"\"\"","value":{"type":"string"}}],"events":[],"js":{"properties":[{"name":"attributeExpressionResults","type":"AttributeExpressionResults | undefined"},{"name":"classificationValue","description":"Current classification value","type":"PortalItem[\"classification\"] | undefined"},{"name":"favoriteClassifications","description":"List of favorite classifications","type":"FavoriteClassification[]"},{"name":"portalItem","description":"The portal item to display the classification banner for.","type":"PortalItem | undefined"},{"name":"resetFavoriteClassification","type":"(favoriteClassifications: FavoriteClassification[]) => void"},{"name":"selectedFavoriteClassificationName","type":"string"},{"name":"updateClassificationData","type":"(selectedClassification: FavoriteClassification) => void"}],"events":[]}},{"name":"arcgis-portal-classification-form-element","description":"A web component that renders form elements for a classification schema attribute.\n--\n\n### Events\n- **arcgisAttributeValueChange** - The attribute value has changed.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"attribute-key","value":{"type":"string"}}],"events":[{"name":"arcgisAttributeValueChange","type":"Record<string, unknown>","description":"The attribute value has changed."}],"js":{"properties":[{"name":"attribute","type":"ClassificationSchema[\"attributes\"][string]"},{"name":"attributeKey","type":"string"},{"name":"isRequiredErrors","type":"Set<string>"},{"name":"renderingInfo","type":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined"},{"name":"value","type":"unknown"}],"events":[{"name":"arcgisAttributeValueChange","type":"Record<string, unknown>","description":"The attribute value has changed."}]}},{"name":"arcgis-portal-extent-picker","description":"To select extent value from a map or by entering coordinates.\n--\n\n### Events\n- **arcgisExtentPickerChange** - Emitted when the extent value changes\n- **arcgisExtentPickerClose** - Emitted when the dialog is closed\n- **arcgisExtentPickerSave** - Emitted when the save button is clicked\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `getExtent(): ExtentObj` - Returns the current extent value","attributes":[{"name":"active","description":"if true, open the dialog","default":"false","value":{"type":"boolean"}},{"name":"content-only","description":"Optional; if true, show only the content without the calcite-dialog wrapper","default":"false","value":{"type":"boolean"}},{"name":"extent-service","description":"Optional; URL of the extent service, used to initialize TileLayer","value":{"type":"string"}},{"name":"is-area","description":"Optional; if true, display texts that are for areas rather than the default extent texts","default":"false","value":{"type":"boolean"}},{"name":"item-id","description":"Optional; if passed, use the itemId to load the Portal item","value":{"type":"string"}}],"events":[{"name":"arcgisExtentPickerChange","type":"ExtentObj","description":"Emitted when the extent value changes"},{"name":"arcgisExtentPickerClose","type":"void","description":"Emitted when the dialog is closed"},{"name":"arcgisExtentPickerSave","type":"ExtentObj","description":"Emitted when the save button is clicked"}],"js":{"properties":[{"name":"active","description":"if true, open the dialog","type":"boolean"},{"name":"contentOnly","description":"Optional; if true, show only the content without the calcite-dialog wrapper","type":"boolean"},{"name":"extentService","description":"Optional; URL of the extent service, used to initialize TileLayer","type":"string | undefined"},{"name":"extentValue","description":"current extent value","type":"ExtentValue | undefined"},{"name":"isArea","description":"Optional; if true, display texts that are for areas rather than the default extent texts","type":"boolean"},{"name":"itemId","description":"Optional; if passed, use the itemId to load the Portal item","type":"string | undefined"},{"name":"portal","description":"Optional; Portal instance","type":"Portal | undefined"}],"events":[{"name":"arcgisExtentPickerChange","type":"ExtentObj","description":"Emitted when the extent value changes"},{"name":"arcgisExtentPickerClose","type":"void","description":"Emitted when the dialog is closed"},{"name":"arcgisExtentPickerSave","type":"ExtentObj","description":"Emitted when the save button is clicked"}]}},{"name":"arcgis-portal-field-delete","description":"### Events\n- **arcgisBeforeDelete** - Emitted when the user initiates the delete process.\n- **arcgisBeforeModalClose** - Emitted before the modal is closed if the alert is handled in consumer.\n- **arcgisClose** - Emitted when the component is closed for any reason.\n- **arcgisFieldsDeleted** - Emitted when the field is successfully deleted.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[],"events":[{"name":"arcgisBeforeDelete","type":"void","description":"Emitted when the user initiates the delete process."},{"name":"arcgisBeforeModalClose","type":"string","description":"Emitted before the modal is closed if the alert is handled in consumer."},{"name":"arcgisClose","type":"void","description":"Emitted when the component is closed for any reason."},{"name":"arcgisFieldsDeleted","type":"void","description":"Emitted when the field is successfully deleted."}],"js":{"properties":[{"name":"config","description":"For documentation links.","type":"IConfig | undefined"},{"name":"fieldNames","description":"The fields to delete.","type":"string[] | undefined"},{"name":"layer","description":"The layer whose field is being deleted.","type":"FeatureLayer | OrientedImageryLayer | undefined"},{"name":"mapView","description":"The MapView instance.","type":"MapView | undefined"},{"name":"options","description":"Properties that may need to be passed in case values differ from what is available on Map Viewer.","type":"FieldDeleteOptions | undefined"}],"events":[{"name":"arcgisBeforeDelete","type":"void","description":"Emitted when the user initiates the delete process."},{"name":"arcgisBeforeModalClose","type":"string","description":"Emitted before the modal is closed if the alert is handled in consumer."},{"name":"arcgisClose","type":"void","description":"Emitted when the component is closed for any reason."},{"name":"arcgisFieldsDeleted","type":"void","description":"Emitted when the field is successfully deleted."}]}},{"name":"arcgis-portal-group-badges","description":"Groups can have special statuses and capabilities. This component derives and renders badges for those states.\n--\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"appearance","description":"Appearance of the chips used for group badges.","value":{"type":["\"outline\"","\"outline-fill\"","\"solid\""]}},{"name":"empty","description":"Reflected flag that indicates no badges were generated for the current input.","default":"false","value":{"type":"boolean"}},{"name":"scale","description":"Size of each badge chip.","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\""]}},{"name":"show-tooltips","description":"Enables tooltip text for each badge.","default":"false","value":{"type":"boolean"}},{"name":"width","description":"Full width shows label text, narrow renders icon only.","default":"\"full\"","value":{"type":["\"full\"","\"narrow\""]}}],"events":[],"js":{"properties":[{"name":"appearance","description":"Appearance of the chips used for group badges.","type":"Chip[\"appearance\"] | undefined"},{"name":"empty","description":"Reflected flag that indicates no badges were generated for the current input.","type":"boolean"},{"name":"group","description":"PortalGroup instance for deriving badge states from sourceJSON.","type":"PortalGroup | undefined"},{"name":"portal","description":"Current Portal instance.","type":"GroupBadgesPortal | undefined"},{"name":"scale","description":"Size of each badge chip.","type":"Chip[\"scale\"]"},{"name":"showTooltips","description":"Enables tooltip text for each badge.","type":"boolean"},{"name":"width","description":"Full width shows label text, narrow renders icon only.","type":"\"full\" | \"narrow\""}],"events":[]}},{"name":"arcgis-portal-group-card","description":"A card for displaying portal group information.\n--\n\n### Events\n- **arcgisGroupBrowserCardPreview** - Emitted when preview is requested from card interaction.\n- **arcgisGroupBrowserInternalUIAction** - Fires on internal component interaction for telemetry.\n- **arcgisGroupCardSelect** - Emitted when the group is selected or deselected.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `restoreFocus(): Promise<void>`\n\n### Slots\n- **content-top** - Inserted content appears above the card body.\n- **content-end** - Inserted content appears beneath the card details.\n- **actions-start** - Inserted content appears in the footer before owner information.\n- **actions-end** - Inserted content appears in the footer end area.","attributes":[{"name":"disabled","description":"Disable interaction when true.","default":"false","value":{"type":"boolean"}},{"name":"indeterminate","description":"Show the group as partially selected.","default":"false","value":{"type":"boolean"}},{"name":"link","description":"Making this non-empty turns the top section into a link.","value":{"type":"string"}},{"name":"name","description":"Name of the radio button control for accessibility.","value":{"type":"string"}},{"name":"new-tab","description":"Open link in new tab when true.","default":"false","value":{"type":"boolean"}},{"name":"preview","description":"Optionally emit preview behavior on click of card.","value":{"type":["\"top\"","\"action\""]}},{"name":"previewed","description":"Whether this card is currently previewed by parent browser state.","default":"false","value":{"type":"boolean"}},{"name":"selected","description":"Set to true to mark group as selected.","default":"false","value":{"type":"boolean"}},{"name":"selection","description":"Type of selection behavior.","default":"\"none\"","value":{"type":["\"single\"","\"none\"","\"multiple\""]}},{"name":"show-badges","description":"Show group badges.","default":"true","value":{"type":"boolean"}},{"name":"show-date-created","description":"Show created date detail.","default":"false","value":{"type":"boolean"}},{"name":"show-date-updated","description":"Show last-updated detail.","default":"true","value":{"type":"boolean"}},{"name":"show-owner","description":"Show the owner information in the card footer.","default":"true","value":{"type":"boolean"}},{"name":"show-summary","description":"Show group summary text in card body.","default":"false","value":{"type":"boolean"}},{"name":"show-viewable-by","description":"Show information on who can view this group.","default":"true","value":{"type":"boolean"}},{"name":"view","description":"Select which view to use for the card.","default":"\"list\"","value":{"type":["\"list\"","\"compact\""]}}],"slots":[{"name":"content-top","description":"Inserted content appears above the card body."},{"name":"content-end","description":"Inserted content appears beneath the card details."},{"name":"actions-start","description":"Inserted content appears in the footer before owner information."},{"name":"actions-end","description":"Inserted content appears in the footer end area."}],"events":[{"name":"arcgisGroupBrowserCardPreview","type":"PortalGroup | null","description":"Emitted when preview is requested from card interaction."},{"name":"arcgisGroupBrowserInternalUIAction","type":"InternalUIAction","description":"Fires on internal component interaction for telemetry."},{"name":"arcgisGroupCardSelect","type":"{\n group: PortalGroup;\n selected: boolean;\n}","description":"Emitted when the group is selected or deselected."}],"js":{"properties":[{"name":"disabled","description":"Disable interaction when true.","type":"boolean"},{"name":"group","description":"Partial group JSON from community/groups.","type":"PortalGroup"},{"name":"indeterminate","description":"Show the group as partially selected.","type":"boolean"},{"name":"link","description":"Making this non-empty turns the top section into a link.","type":"string | undefined"},{"name":"linkHandler","description":"Optional callback that runs when the link is activated.","type":"((group: PortalGroup) => void) | undefined"},{"name":"name","description":"Name of the radio button control for accessibility.","type":"string | undefined"},{"name":"newTab","description":"Open link in new tab when true.","type":"boolean"},{"name":"portal","description":"Current portal instance.","type":"Portal"},{"name":"preview","description":"Optionally emit preview behavior on click of card.","type":"GroupCardPreview | undefined"},{"name":"previewed","description":"Whether this card is currently previewed by parent browser state.","type":"boolean"},{"name":"selected","description":"Set to true to mark group as selected.","type":"boolean"},{"name":"selection","description":"Type of selection behavior.","type":"GroupCardSelection"},{"name":"showBadges","description":"Show group badges.","type":"boolean"},{"name":"showDateCreated","description":"Show created date detail.","type":"boolean"},{"name":"showDateUpdated","description":"Show last-updated detail.","type":"boolean"},{"name":"showOwner","description":"Show the owner information in the card footer.","type":"boolean"},{"name":"showSummary","description":"Show group summary text in card body.","type":"boolean"},{"name":"showViewableBy","description":"Show information on who can view this group.","type":"boolean"},{"name":"user","description":"Current signed-in portal user.","type":"PortalUser | undefined"},{"name":"view","description":"Select which view to use for the card.","type":"GroupCardView"}],"events":[{"name":"arcgisGroupBrowserCardPreview","type":"PortalGroup | null","description":"Emitted when preview is requested from card interaction."},{"name":"arcgisGroupBrowserInternalUIAction","type":"InternalUIAction","description":"Fires on internal component interaction for telemetry."},{"name":"arcgisGroupCardSelect","type":"{\n group: PortalGroup;\n selected: boolean;\n}","description":"Emitted when the group is selected or deselected."}]}},{"name":"arcgis-portal-group-thumbnail","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"scale","description":"Component scale.","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\"","\"xs\"","\"xl\""]}},{"name":"tooltip","description":"Whether to show tooltip on hover/focus.","default":"false","value":{"type":"boolean"}}],"events":[],"js":{"properties":[{"name":"group","description":"Group data used to render thumbnail image or fallback initials.","type":"GroupThumbnail | undefined"},{"name":"portal","description":"Current portal instance used for tokenized thumbnail URL generation.","type":"Portal | undefined"},{"name":"scale","description":"Component scale.","type":"GroupThumbnailScale"},{"name":"tooltip","description":"Whether to show tooltip on hover/focus.","type":"boolean"}],"events":[]}},{"name":"arcgis-portal-item-type","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"ellipsis","description":"Set to true to hide overflow (otherwise it will wrap lines)","default":"false","value":{"type":"boolean"}},{"name":"hide-icon","default":"false","value":{"type":"boolean"}},{"name":"hide-text","default":"false","value":{"type":"boolean"}},{"name":"scale","default":"\"s\"","value":{"type":["\"l\"","\"m\"","\"s\""]}},{"name":"show-hosted","description":"Display additional information about the item (views, extensions, photos, etc)\nwill only display for users who can update or edit","default":"false","value":{"type":"boolean"}}],"events":[],"js":{"properties":[{"name":"ellipsis","description":"Set to true to hide overflow (otherwise it will wrap lines)","type":"boolean | undefined"},{"name":"hideIcon","type":"boolean | undefined"},{"name":"hideText","type":"boolean | undefined"},{"name":"item","type":"PortalItem"},{"name":"portal","type":"Portal | undefined"},{"name":"scale","type":"\"l\" | \"m\" | \"s\""},{"name":"serviceInfo","type":"FeatureLayerProperties | undefined"},{"name":"showHosted","description":"Display additional information about the item (views, extensions, photos, etc)\nwill only display for users who can update or edit","type":"boolean | undefined"},{"name":"user","type":"PortalUser | undefined"}],"events":[]}},{"name":"arcgis-portal-mentionable-text-area","description":"A mention-enabled text area for ArcGIS Portal users, items, and groups.\n--\n\n### Events\n- **arcgisMentionableSelectedIndexChange** - Emitted when the selected item index changes\n- **arcgisMentionableTextAreaChange** - Emitted when the text content changes\n- **arcgisMentionableTextAreaKeyDown** - 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.\n- **arcgisUserMentionableTextAreaChange** - Emitted when the text content changes\n- **arcgisUserMentionableTextAreaKeyDown** - Emitted when a key is pressed in the text area\n\n### Methods\n- `closePopover(): Promise<void>` - Close the mention popover. Exposed as a public method so wrapper components\ncan programmatically dismiss the popover when needed (e.g. no search results).\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `focusTextArea(): Promise<void>`\n- `selectItem(item: MentionableEntity): Promise<void>`","attributes":[{"name":"disabled","default":"false","value":{"type":"boolean"}},{"name":"max-length","description":"Mirrors the `maxlength` property on the internal native `textarea`","value":{"type":"number"}},{"name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","value":{"type":"string"}},{"name":"popover-list-label","value":{"type":"string"}},{"name":"popover-placement","default":"\"bottom-start\"","value":{"type":["\"auto\"","\"auto-start\"","\"auto-end\"","\"top\"","\"top-start\"","\"top-end\"","\"bottom\"","\"bottom-start\"","\"bottom-end\"","\"right\"","\"right-start\"","\"right-end\"","\"left\"","\"left-start\"","\"left-end\"","\"leading-start\"","\"leading\"","\"leading-end\"","\"trailing-end\"","\"trailing\"","\"trailing-start\""]}},{"name":"read-only","description":"Flag to enable readOnly","default":"false","value":{"type":"boolean"}},{"name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","default":"3","value":{"type":"number"}},{"name":"scale","description":"Decides scale of internal calcite-components","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\""]}},{"name":"value","description":"Current text content","value":{"type":"string"}}],"events":[{"name":"arcgisMentionableSelectedIndexChange","type":"number","description":"Emitted when the selected item index changes"},{"name":"arcgisMentionableTextAreaChange","type":"string","description":"Emitted when the text content changes"},{"name":"arcgisMentionableTextAreaKeyDown","type":"KeyboardEvent","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."},{"name":"arcgisUserMentionableTextAreaChange","type":"string","description":"Emitted when the text content changes"},{"name":"arcgisUserMentionableTextAreaKeyDown","type":"KeyboardEvent","description":"Emitted when a key is pressed in the text area"}],"js":{"properties":[{"name":"disabled","type":"boolean | undefined"},{"name":"maxLength","description":"Mirrors the `maxlength` property on the internal native `textarea`","type":"number | undefined"},{"name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","type":"string | undefined"},{"name":"popoverListLabel","type":"string"},{"name":"popoverPlacement","type":"Popover[\"placement\"]"},{"name":"portal","type":"Portal"},{"name":"readOnly","description":"Flag to enable readOnly","type":"boolean | undefined"},{"name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","type":"number | undefined"},{"name":"scale","description":"Decides scale of internal calcite-components","type":"Input[\"scale\"] | undefined"},{"name":"starters","description":"Character(s) that trigger the mention popover (e.g., \"@\", \"#\", \"$\")","type":"MentionableStarter[] | readonly MentionableStarter[]"},{"name":"user","type":"PortalUser"},{"name":"value","description":"Current text content","type":"string | undefined"}],"events":[{"name":"arcgisMentionableSelectedIndexChange","type":"number","description":"Emitted when the selected item index changes"},{"name":"arcgisMentionableTextAreaChange","type":"string","description":"Emitted when the text content changes"},{"name":"arcgisMentionableTextAreaKeyDown","type":"KeyboardEvent","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."},{"name":"arcgisUserMentionableTextAreaChange","type":"string","description":"Emitted when the text content changes"},{"name":"arcgisUserMentionableTextAreaKeyDown","type":"KeyboardEvent","description":"Emitted when a key is pressed in the text area"}]}},{"name":"arcgis-portal-replacement-item-redirect","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.\n--\n\n### Events\n- **arcgisPortalReplacementItemFetch**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `setFocus(): Promise<void>` - Set focus on the component","attributes":[{"name":"item-id","description":"The id of a deprecated/retired item to be checked for a replacement","value":{"type":"string"}}],"events":[{"name":"arcgisPortalReplacementItemFetch","type":"{ replacementItem: PortalItem | object | null; }"}],"js":{"properties":[{"name":"itemId","description":"The id of a deprecated/retired item to be checked for a replacement","type":"string"},{"name":"portal","description":"The portal instance","type":"Portal"},{"name":"user","description":"The user. Defaults to `portal.user` if omitted","type":"PortalUser | null | undefined"}],"events":[{"name":"arcgisPortalReplacementItemFetch","type":"{ replacementItem: PortalItem | object | null; }"}]}},{"name":"arcgis-portal-user-avatar","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"check-online","default":"false","value":{"type":"boolean"}},{"name":"description","description":"Configurable text to show under the user's name","value":{"type":"string"}},{"name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","value":{"type":"string"}},{"name":"hide-avatar","description":"Set to true to hide the avatar (useful for just showing the name lockup styled correctly)","default":"false","value":{"type":"boolean"}},{"name":"scale","description":"Scale of the component","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\"","\"xs\""]}},{"name":"show-name","description":"Set to true to show user's name alongside the avatar as part of lockup","default":"false","value":{"type":"boolean"}},{"name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","default":"false","value":{"type":"boolean"}},{"name":"username","description":"A username to get a User object from","value":{"type":"string"}},{"name":"wrap","description":"Allow the name to wrap lines (max 2)","default":"false","value":{"type":"boolean"}}],"events":[],"js":{"properties":[{"name":"checkOnline","type":"boolean | undefined"},{"name":"description","description":"Configurable text to show under the user's name","type":"string | undefined"},{"name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","type":"string | undefined"},{"name":"hideAvatar","description":"Set to true to hide the avatar (useful for just showing the name lockup styled correctly)","type":"boolean | undefined"},{"name":"portal","description":"The current portal instance","type":"Portal | undefined"},{"name":"scale","description":"Scale of the component","type":"Scale"},{"name":"showName","description":"Set to true to show user's name alongside the avatar as part of lockup","type":"boolean | undefined"},{"name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","type":"boolean | undefined"},{"name":"user","description":"A User or org information (used for verified items)","type":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined"},{"name":"username","description":"A username to get a User object from","type":"string | undefined"},{"name":"wrap","description":"Allow the name to wrap lines (max 2)","type":"boolean | undefined"}],"events":[]}},{"name":"arcgis-portal-user-popup","description":"### Events\n- **arcgisUserPopupClose**\n- **arcgisUserPopupInternalUIAction** - Fires on internal component interaction - used by telemetry.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `openPopup(): Promise<void>`\n- `setFocus(): Promise<void>`","attributes":[{"name":"appearance","description":"Choose outline for a full-width outlined button.","default":"\"transparent\"","value":{"type":["\"outline\"","\"transparent\""]}},{"name":"avatar-aria-hidden","description":"Set to true to hide avatar from screen readers.","default":"false","value":{"type":"boolean"}},{"name":"base-url","description":"Fully qualified path to portal home root.","value":{"type":"string"}},{"name":"check-online","default":"false","value":{"type":"boolean"}},{"name":"full-name","description":"Optional full name fallback if user information does not include it.","value":{"type":"string"}},{"name":"scale","description":"Scale of the component.","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\"","\"xs\""]}},{"name":"show-avatar","description":"Set to false to hide the avatar and show username only.","default":"true","value":{"type":"boolean"}},{"name":"show-name","description":"Set to false to show only the avatar.","default":"true","value":{"type":"boolean"}},{"name":"show-username","description":"Set to true to show username in description.","default":"false","value":{"type":"boolean"}},{"name":"underline","description":"Set to true to underline the name.","default":"false","value":{"type":"boolean"}},{"name":"username","description":"Passing a username will perform a fetch for the user information on load.","value":{"type":"string"}},{"name":"wrap","description":"Allow the name to wrap lines (max 2).","default":"false","value":{"type":"boolean"}},{"name":"z-index","description":"The z-index of the popover.","value":{"type":"number"}}],"events":[{"name":"arcgisUserPopupClose","type":"void"},{"name":"arcgisUserPopupInternalUIAction","type":"InternalUIAction","description":"Fires on internal component interaction - used by telemetry."}],"js":{"properties":[{"name":"appearance","description":"Choose outline for a full-width outlined button.","type":"\"outline\" | \"transparent\""},{"name":"avatarAriaHidden","description":"Set to true to hide avatar from screen readers.","type":"boolean | undefined"},{"name":"baseUrl","description":"Fully qualified path to portal home root.","type":"string | undefined"},{"name":"checkOnline","type":"boolean | undefined"},{"name":"fullName","description":"Optional full name fallback if user information does not include it.","type":"string | undefined"},{"name":"item","description":"Passing an item will show org info for publicly verified items, user info for standard items.","type":"PortalItem | undefined"},{"name":"portal","description":"The current portal instance.","type":"Portal"},{"name":"scale","description":"Scale of the component.","type":"Scale"},{"name":"showAvatar","description":"Set to false to hide the avatar and show username only.","type":"boolean"},{"name":"showName","description":"Set to false to show only the avatar.","type":"boolean"},{"name":"showUsername","description":"Set to true to show username in description.","type":"boolean"},{"name":"underline","description":"Set to true to underline the name.","type":"boolean | undefined"},{"name":"user","description":"Passing a user will always show thumbnail for that user (use either user or item).","type":"PortalUser | undefined"},{"name":"username","description":"Passing a username will perform a fetch for the user information on load.","type":"string | undefined"},{"name":"wrap","description":"Allow the name to wrap lines (max 2).","type":"boolean | undefined"},{"name":"zIndex","description":"The z-index of the popover.","type":"number | undefined"}],"events":[{"name":"arcgisUserPopupClose","type":"void"},{"name":"arcgisUserPopupInternalUIAction","type":"InternalUIAction","description":"Fires on internal component interaction - used by telemetry."}]}},{"name":"arcgis-portal-voice-input","description":"A headless component that provides a voice input interface\n--\n\n### Events\n- **arcgisVoiceInputError**\n- **arcgisVoiceInputInterimTranscription** - Emitted with the current recognized text as it is being transcribed\n- **arcgisVoiceInputStart**\n- **arcgisVoiceInputStop**\n- **arcgisVoiceInputTranscription** - 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.\n\n### Methods\n- `clearText(): Promise<void>`\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `startListening(): Promise<VoiceInputError | null>`\n- `stopListening(): 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.","value":{"type":"string"}}],"events":[{"name":"arcgisVoiceInputError","type":"{ errorCode: VoiceInputError; }"},{"name":"arcgisVoiceInputInterimTranscription","type":"{ text: string; }","description":"Emitted with the current recognized text as it is being transcribed"},{"name":"arcgisVoiceInputStart","type":"void"},{"name":"arcgisVoiceInputStop","type":"void"},{"name":"arcgisVoiceInputTranscription","type":"{ text: string; }","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."}],"js":{"properties":[{"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":"string | undefined"}],"events":[{"name":"arcgisVoiceInputError","type":"{ errorCode: VoiceInputError; }"},{"name":"arcgisVoiceInputInterimTranscription","type":"{ text: string; }","description":"Emitted with the current recognized text as it is being transcribed"},{"name":"arcgisVoiceInputStart","type":"void"},{"name":"arcgisVoiceInputStop","type":"void"},{"name":"arcgisVoiceInputTranscription","type":"{ text: string; }","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."}]}}]},"css":{"properties":[],"pseudo-elements":[]}}}
1
+ {"$schema":"https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json","name":"@arcgis/portal-components","version":"5.2.0-next.25","description-markup":"markdown","contributions":{"html":{"elements":[{"name":"arcgis-portal-ai-assistant","description":"### Events\n- **arcgisPortalNavigationRequest**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"auto-destroy-disabled","default":"false","value":{"type":"boolean"}},{"name":"default-closed","default":"false","value":{"type":"boolean"}}],"events":[{"name":"arcgisPortalNavigationRequest","type":"{\n href: string;\n targetDetail: PortalNavigationTarget;\n}"}],"js":{"properties":[{"name":"autoDestroyDisabled","type":"boolean"},{"name":"config","type":"Config"},{"name":"defaultClosed","type":"boolean"},{"name":"navigationTargetMap","description":"Optional map of navigation target overrides for generating navigation hrefs from portal navigation suggestions.","type":"PartialPortalNavigationTargetMap | undefined"},{"name":"portal","type":"Portal"},{"name":"user","type":"PortalUser"}],"events":[{"name":"arcgisPortalNavigationRequest","type":"{\n href: string;\n targetDetail: PortalNavigationTarget;\n}"}]}},{"name":"arcgis-portal-ai-assistant-interrupt","description":"### Events\n- **arcgisCancel**\n- **arcgisSubmit**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"message","value":{"type":"string"}},{"name":"type","value":{"type":["\"boolean-choice\"","\"multi-select\"","\"single-select\"","\"text-input\""]}}],"events":[{"name":"arcgisCancel","type":"void"},{"name":"arcgisSubmit","type":"string[] | boolean | string"}],"js":{"properties":[{"name":"message","type":"NonNullable<InterruptType[\"message\"]>"},{"name":"options","type":"InterruptType[\"options\"]"},{"name":"type","type":"InterruptType[\"type\"]"}],"events":[{"name":"arcgisCancel","type":"void"},{"name":"arcgisSubmit","type":"string[] | boolean | string"}]}},{"name":"arcgis-portal-browser","description":"### Events\n- **arcgisAriaUpdate**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `scrollToTop(): Promise<void>`","attributes":[{"name":"always-show-content","default":"false","value":{"type":"boolean"}},{"name":"always-show-pagination","default":"false","value":{"type":"boolean"}},{"name":"always-show-selection","default":"false","value":{"type":"boolean"}},{"name":"form-factor","default":"\"large\"","value":{"type":["\"large\"","\"small\""]}},{"name":"height","description":"Height sizing strategy for the browser to use\nfull height will be 100% the height of its parent and scroll internally\nauto height will grow with the contents of the browser","default":"\"full\"","value":{"type":["\"auto\"","\"full\""]}},{"name":"hide-content-top","default":"false","value":{"type":"boolean"}},{"name":"hide-filters","default":"false","value":{"type":"boolean"}},{"name":"hide-top-bar","default":"false","value":{"type":"boolean"}},{"name":"loading","default":"false","value":{"type":"boolean"}},{"name":"panel","default":"false","value":{"type":"boolean"}},{"name":"preview","default":"false","value":{"type":"boolean"}},{"name":"search-term","default":"\"\"","value":{"type":"string"}},{"name":"show-pre-search","default":"false","value":{"type":"boolean"}}],"events":[{"name":"arcgisAriaUpdate","type":"string"}],"js":{"properties":[{"name":"alwaysShowContent","type":"boolean"},{"name":"alwaysShowPagination","type":"boolean | undefined"},{"name":"alwaysShowSelection","type":"boolean"},{"name":"formFactor","type":"\"large\" | \"small\""},{"name":"height","description":"Height sizing strategy for the browser to use\nfull height will be 100% the height of its parent and scroll internally\nauto height will grow with the contents of the browser","type":"\"auto\" | \"full\""},{"name":"hideContentTop","type":"boolean"},{"name":"hideFilters","type":"boolean | undefined"},{"name":"hideTopBar","type":"boolean | undefined"},{"name":"loading","type":"boolean"},{"name":"panel","type":"boolean"},{"name":"preview","type":"boolean"},{"name":"rangeFormatter","type":"RangeFormatter | undefined"},{"name":"response","type":"SearchResult<SearchResultGroup | SearchResultItem | SearchResultUser>"},{"name":"searchTerm","type":"string"},{"name":"selected","type":"SearchResultGroup[] | SearchResultItem[] | SearchResultUser[] | undefined"},{"name":"showPreSearch","type":"boolean | undefined"},{"name":"store","type":"PortalBrowserStore"}],"events":[{"name":"arcgisAriaUpdate","type":"string"}]}},{"name":"arcgis-portal-browser-filter-status","description":"### Events\n- **arcgisBrowserFilterClear**\n- **arcgisBrowserFilterRemove**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"browser-width","description":"Pass the width of the browser from state","value":{"type":"number"}},{"name":"component-width","description":"Pass the width of the component container","value":{"type":"number"}}],"events":[{"name":"arcgisBrowserFilterClear","type":"null"},{"name":"arcgisBrowserFilterRemove","type":"string"}],"js":{"properties":[{"name":"browserWidth","description":"Pass the width of the browser from state","type":"number | undefined"},{"name":"componentWidth","description":"Pass the width of the component container","type":"number | undefined"},{"name":"filters","type":"Record<string, PortalBrowserFilterDetail>"},{"name":"hiddenFilterIds","type":"string[]"},{"name":"t9n","type":"FilterStatusT9n"}],"events":[{"name":"arcgisBrowserFilterClear","type":"null"},{"name":"arcgisBrowserFilterRemove","type":"string"}]}},{"name":"arcgis-portal-classification-banner","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component","attributes":[{"name":"missing-existing-classification","description":"If the portal item has a classification previously","default":"false","value":{"type":"boolean"}},{"name":"validation-errors","description":"The classification validation error - validate the classification value against the classification schema.","default":"\"\"","value":{"type":"string"}},{"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.","default":"\"full\"","value":{"type":["\"full\"","\"preview\""]}}],"events":[],"js":{"properties":[{"name":"missingExistingClassification","description":"If the portal item has a classification previously","type":"boolean"},{"name":"portalItem","description":"The portal item to display the classification banner for.","type":"PortalItem | undefined"},{"name":"validationErrors","description":"The classification validation error - validate the classification value against the classification schema.","type":"string"},{"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":"\"full\" | \"preview\""}],"events":[]}},{"name":"arcgis-portal-classification-config","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.\n--\n\n### Events\n- **arcgisPropertyChange** - Event emitted when component property values status, values, or valid change.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `destroy(): Promise<void>` - Permanently destroy the component.\n- `resetForm(): Promise<void>` - Reset the form to the initial classification values from the portalItem\n- `validateForm(): Promise<void>` - Validates the form and sets the formValidationErrors state.","attributes":[{"name":"status","description":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","default":"\"idle\"","value":{"type":["\"loaded\"","\"loading\"","\"error\"","\"idle\""]}},{"name":"valid","description":"The validity of the form values against the Portal's classification schema.","default":"false","value":{"type":"boolean"}},{"name":"values","description":"The edited classification values of the portal item.","value":{}}],"events":[{"name":"arcgisPropertyChange","type":"{ name: \"status\" | \"values\" | \"valid\"; }","description":"Event emitted when component property values status, values, or valid change."}],"js":{"properties":[{"name":"portalItem","description":"The portal item to display the classification banner for.","type":"PortalItem | undefined"},{"name":"status","description":"The loading status of the component, will be set to \"loaded\" when the classification schema is loaded.","type":"Status"},{"name":"valid","description":"The validity of the form values against the Portal's classification schema.","type":"boolean"},{"name":"values","description":"The edited classification values of the portal item.","type":"PortalItem[\"classification\"]"}],"events":[{"name":"arcgisPropertyChange","type":"{ name: \"status\" | \"values\" | \"valid\"; }","description":"Event emitted when component property values status, values, or valid change."}]}},{"name":"arcgis-portal-classification-favorite","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"selected-favorite-classification-name","default":"\"\"","value":{"type":"string"}}],"events":[],"js":{"properties":[{"name":"attributeExpressionResults","type":"AttributeExpressionResults | undefined"},{"name":"classificationValue","description":"Current classification value","type":"PortalItem[\"classification\"] | undefined"},{"name":"favoriteClassifications","description":"List of favorite classifications","type":"FavoriteClassification[]"},{"name":"portalItem","description":"The portal item to display the classification banner for.","type":"PortalItem | undefined"},{"name":"resetFavoriteClassification","type":"(favoriteClassifications: FavoriteClassification[]) => void"},{"name":"selectedFavoriteClassificationName","type":"string"},{"name":"updateClassificationData","type":"(selectedClassification: FavoriteClassification) => void"}],"events":[]}},{"name":"arcgis-portal-classification-form-element","description":"A web component that renders form elements for a classification schema attribute.\n--\n\n### Events\n- **arcgisAttributeValueChange** - The attribute value has changed.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"attribute-key","value":{"type":"string"}}],"events":[{"name":"arcgisAttributeValueChange","type":"Record<string, unknown>","description":"The attribute value has changed."}],"js":{"properties":[{"name":"attribute","type":"ClassificationSchema[\"attributes\"][string]"},{"name":"attributeKey","type":"string"},{"name":"isRequiredErrors","type":"Set<string>"},{"name":"renderingInfo","type":"Pick<NonNullable<ReturnType<AttributeExpressionResults[\"get\"]>>, \"attributeValidationResult\" | \"valueExpressionResult\"> | undefined"},{"name":"value","type":"unknown"}],"events":[{"name":"arcgisAttributeValueChange","type":"Record<string, unknown>","description":"The attribute value has changed."}]}},{"name":"arcgis-portal-extent-picker","description":"To select extent value from a map or by entering coordinates.\n--\n\n### Events\n- **arcgisExtentPickerChange** - Emitted when the extent value changes\n- **arcgisExtentPickerClose** - Emitted when the dialog is closed\n- **arcgisExtentPickerSave** - Emitted when the save button is clicked\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `getExtent(): ExtentObj` - Returns the current extent value","attributes":[{"name":"active","description":"if true, open the dialog","default":"false","value":{"type":"boolean"}},{"name":"content-only","description":"Optional; if true, show only the content without the calcite-dialog wrapper","default":"false","value":{"type":"boolean"}},{"name":"extent-service","description":"Optional; URL of the extent service, used to initialize TileLayer","value":{"type":"string"}},{"name":"is-area","description":"Optional; if true, display texts that are for areas rather than the default extent texts","default":"false","value":{"type":"boolean"}},{"name":"item-id","description":"Optional; if passed, use the itemId to load the Portal item","value":{"type":"string"}}],"events":[{"name":"arcgisExtentPickerChange","type":"ExtentObj","description":"Emitted when the extent value changes"},{"name":"arcgisExtentPickerClose","type":"void","description":"Emitted when the dialog is closed"},{"name":"arcgisExtentPickerSave","type":"ExtentObj","description":"Emitted when the save button is clicked"}],"js":{"properties":[{"name":"active","description":"if true, open the dialog","type":"boolean"},{"name":"contentOnly","description":"Optional; if true, show only the content without the calcite-dialog wrapper","type":"boolean"},{"name":"extentService","description":"Optional; URL of the extent service, used to initialize TileLayer","type":"string | undefined"},{"name":"extentValue","description":"current extent value","type":"ExtentValue | undefined"},{"name":"isArea","description":"Optional; if true, display texts that are for areas rather than the default extent texts","type":"boolean"},{"name":"itemId","description":"Optional; if passed, use the itemId to load the Portal item","type":"string | undefined"},{"name":"portal","description":"Optional; Portal instance","type":"Portal | undefined"}],"events":[{"name":"arcgisExtentPickerChange","type":"ExtentObj","description":"Emitted when the extent value changes"},{"name":"arcgisExtentPickerClose","type":"void","description":"Emitted when the dialog is closed"},{"name":"arcgisExtentPickerSave","type":"ExtentObj","description":"Emitted when the save button is clicked"}]}},{"name":"arcgis-portal-field-delete","description":"### Events\n- **arcgisBeforeDelete** - Emitted when the user initiates the delete process.\n- **arcgisBeforeModalClose** - Emitted before the modal is closed if the alert is handled in consumer.\n- **arcgisClose** - Emitted when the component is closed for any reason.\n- **arcgisFieldsDeleted** - Emitted when the field is successfully deleted.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[],"events":[{"name":"arcgisBeforeDelete","type":"void","description":"Emitted when the user initiates the delete process."},{"name":"arcgisBeforeModalClose","type":"string","description":"Emitted before the modal is closed if the alert is handled in consumer."},{"name":"arcgisClose","type":"void","description":"Emitted when the component is closed for any reason."},{"name":"arcgisFieldsDeleted","type":"void","description":"Emitted when the field is successfully deleted."}],"js":{"properties":[{"name":"config","description":"For documentation links.","type":"IConfig | undefined"},{"name":"fieldNames","description":"The fields to delete.","type":"string[] | undefined"},{"name":"layer","description":"The layer whose field is being deleted.","type":"FeatureLayer | OrientedImageryLayer | undefined"},{"name":"mapView","description":"The MapView instance.","type":"MapView | undefined"},{"name":"options","description":"Properties that may need to be passed in case values differ from what is available on Map Viewer.","type":"FieldDeleteOptions | undefined"}],"events":[{"name":"arcgisBeforeDelete","type":"void","description":"Emitted when the user initiates the delete process."},{"name":"arcgisBeforeModalClose","type":"string","description":"Emitted before the modal is closed if the alert is handled in consumer."},{"name":"arcgisClose","type":"void","description":"Emitted when the component is closed for any reason."},{"name":"arcgisFieldsDeleted","type":"void","description":"Emitted when the field is successfully deleted."}]}},{"name":"arcgis-portal-group-badges","description":"Groups can have special statuses and capabilities. This component derives and renders badges for those states.\n--\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"appearance","description":"Appearance of the chips used for group badges.","value":{"type":["\"outline\"","\"outline-fill\"","\"solid\""]}},{"name":"empty","description":"Reflected flag that indicates no badges were generated for the current input.","default":"false","value":{"type":"boolean"}},{"name":"scale","description":"Size of each badge chip.","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\""]}},{"name":"show-tooltips","description":"Enables tooltip text for each badge.","default":"false","value":{"type":"boolean"}},{"name":"width","description":"Full width shows label text, narrow renders icon only.","default":"\"full\"","value":{"type":["\"full\"","\"narrow\""]}}],"events":[],"js":{"properties":[{"name":"appearance","description":"Appearance of the chips used for group badges.","type":"Chip[\"appearance\"] | undefined"},{"name":"empty","description":"Reflected flag that indicates no badges were generated for the current input.","type":"boolean"},{"name":"group","description":"PortalGroup instance for deriving badge states from sourceJSON.","type":"PortalGroup | undefined"},{"name":"portal","description":"Current Portal instance.","type":"GroupBadgesPortal | undefined"},{"name":"scale","description":"Size of each badge chip.","type":"Chip[\"scale\"]"},{"name":"showTooltips","description":"Enables tooltip text for each badge.","type":"boolean"},{"name":"width","description":"Full width shows label text, narrow renders icon only.","type":"\"full\" | \"narrow\""}],"events":[]}},{"name":"arcgis-portal-group-card","description":"A card for displaying portal group information.\n--\n\n### Events\n- **arcgisGroupBrowserCardPreview** - Emitted when preview is requested from card interaction.\n- **arcgisGroupBrowserInternalUIAction** - Fires on internal component interaction for telemetry.\n- **arcgisGroupCardSelect** - Emitted when the group is selected or deselected.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `restoreFocus(): Promise<void>`\n\n### Slots\n- **content-top** - Inserted content appears above the card body.\n- **content-end** - Inserted content appears beneath the card details.\n- **actions-start** - Inserted content appears in the footer before owner information.\n- **actions-end** - Inserted content appears in the footer end area.","attributes":[{"name":"disabled","description":"Disable interaction when true.","default":"false","value":{"type":"boolean"}},{"name":"indeterminate","description":"Show the group as partially selected.","default":"false","value":{"type":"boolean"}},{"name":"link","description":"Making this non-empty turns the top section into a link.","value":{"type":"string"}},{"name":"name","description":"Name of the radio button control for accessibility.","value":{"type":"string"}},{"name":"new-tab","description":"Open link in new tab when true.","default":"false","value":{"type":"boolean"}},{"name":"preview","description":"Optionally emit preview behavior on click of card.","value":{"type":["\"top\"","\"action\""]}},{"name":"previewed","description":"Whether this card is currently previewed by parent browser state.","default":"false","value":{"type":"boolean"}},{"name":"selected","description":"Set to true to mark group as selected.","default":"false","value":{"type":"boolean"}},{"name":"selection","description":"Type of selection behavior.","default":"\"none\"","value":{"type":["\"single\"","\"none\"","\"multiple\""]}},{"name":"show-badges","description":"Show group badges.","default":"true","value":{"type":"boolean"}},{"name":"show-date-created","description":"Show created date detail.","default":"false","value":{"type":"boolean"}},{"name":"show-date-updated","description":"Show last-updated detail.","default":"true","value":{"type":"boolean"}},{"name":"show-owner","description":"Show the owner information in the card footer.","default":"true","value":{"type":"boolean"}},{"name":"show-summary","description":"Show group summary text in card body.","default":"false","value":{"type":"boolean"}},{"name":"show-viewable-by","description":"Show information on who can view this group.","default":"true","value":{"type":"boolean"}},{"name":"view","description":"Select which view to use for the card.","default":"\"list\"","value":{"type":["\"list\"","\"compact\""]}}],"slots":[{"name":"content-top","description":"Inserted content appears above the card body."},{"name":"content-end","description":"Inserted content appears beneath the card details."},{"name":"actions-start","description":"Inserted content appears in the footer before owner information."},{"name":"actions-end","description":"Inserted content appears in the footer end area."}],"events":[{"name":"arcgisGroupBrowserCardPreview","type":"PortalGroup | null","description":"Emitted when preview is requested from card interaction."},{"name":"arcgisGroupBrowserInternalUIAction","type":"InternalUIAction","description":"Fires on internal component interaction for telemetry."},{"name":"arcgisGroupCardSelect","type":"{\n group: PortalGroup;\n selected: boolean;\n}","description":"Emitted when the group is selected or deselected."}],"js":{"properties":[{"name":"disabled","description":"Disable interaction when true.","type":"boolean"},{"name":"group","description":"Partial group JSON from community/groups.","type":"PortalGroup"},{"name":"indeterminate","description":"Show the group as partially selected.","type":"boolean"},{"name":"link","description":"Making this non-empty turns the top section into a link.","type":"string | undefined"},{"name":"linkHandler","description":"Optional callback that runs when the link is activated.","type":"((group: PortalGroup) => void) | undefined"},{"name":"name","description":"Name of the radio button control for accessibility.","type":"string | undefined"},{"name":"newTab","description":"Open link in new tab when true.","type":"boolean"},{"name":"portal","description":"Current portal instance.","type":"Portal"},{"name":"preview","description":"Optionally emit preview behavior on click of card.","type":"GroupCardPreview | undefined"},{"name":"previewed","description":"Whether this card is currently previewed by parent browser state.","type":"boolean"},{"name":"selected","description":"Set to true to mark group as selected.","type":"boolean"},{"name":"selection","description":"Type of selection behavior.","type":"GroupCardSelection"},{"name":"showBadges","description":"Show group badges.","type":"boolean"},{"name":"showDateCreated","description":"Show created date detail.","type":"boolean"},{"name":"showDateUpdated","description":"Show last-updated detail.","type":"boolean"},{"name":"showOwner","description":"Show the owner information in the card footer.","type":"boolean"},{"name":"showSummary","description":"Show group summary text in card body.","type":"boolean"},{"name":"showViewableBy","description":"Show information on who can view this group.","type":"boolean"},{"name":"user","description":"Current signed-in portal user.","type":"PortalUser | undefined"},{"name":"view","description":"Select which view to use for the card.","type":"GroupCardView"}],"events":[{"name":"arcgisGroupBrowserCardPreview","type":"PortalGroup | null","description":"Emitted when preview is requested from card interaction."},{"name":"arcgisGroupBrowserInternalUIAction","type":"InternalUIAction","description":"Fires on internal component interaction for telemetry."},{"name":"arcgisGroupCardSelect","type":"{\n group: PortalGroup;\n selected: boolean;\n}","description":"Emitted when the group is selected or deselected."}]}},{"name":"arcgis-portal-group-thumbnail","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"scale","description":"Component scale.","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\"","\"xs\"","\"xl\""]}},{"name":"tooltip","description":"Whether to show tooltip on hover/focus.","default":"false","value":{"type":"boolean"}}],"events":[],"js":{"properties":[{"name":"group","description":"Group data used to render thumbnail image or fallback initials.","type":"GroupThumbnail | undefined"},{"name":"portal","description":"Current portal instance used for tokenized thumbnail URL generation.","type":"Portal | undefined"},{"name":"scale","description":"Component scale.","type":"GroupThumbnailScale"},{"name":"tooltip","description":"Whether to show tooltip on hover/focus.","type":"boolean"}],"events":[]}},{"name":"arcgis-portal-item-type","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"ellipsis","description":"Set to true to hide overflow (otherwise it will wrap lines)","default":"false","value":{"type":"boolean"}},{"name":"hide-icon","default":"false","value":{"type":"boolean"}},{"name":"hide-text","default":"false","value":{"type":"boolean"}},{"name":"scale","default":"\"s\"","value":{"type":["\"l\"","\"m\"","\"s\""]}},{"name":"show-hosted","description":"Display additional information about the item (views, extensions, photos, etc)\nwill only display for users who can update or edit","default":"false","value":{"type":"boolean"}}],"events":[],"js":{"properties":[{"name":"ellipsis","description":"Set to true to hide overflow (otherwise it will wrap lines)","type":"boolean | undefined"},{"name":"hideIcon","type":"boolean | undefined"},{"name":"hideText","type":"boolean | undefined"},{"name":"item","type":"PortalItem"},{"name":"portal","type":"Portal | undefined"},{"name":"scale","type":"\"l\" | \"m\" | \"s\""},{"name":"serviceInfo","type":"FeatureLayerProperties | undefined"},{"name":"showHosted","description":"Display additional information about the item (views, extensions, photos, etc)\nwill only display for users who can update or edit","type":"boolean | undefined"},{"name":"user","type":"PortalUser | undefined"}],"events":[]}},{"name":"arcgis-portal-mentionable-text-area","description":"A mention-enabled text area for ArcGIS Portal users, items, and groups.\n--\n\n### Events\n- **arcgisMentionableSelectedIndexChange** - Emitted when the selected item index changes\n- **arcgisMentionableTextAreaChange** - Emitted when the text content changes\n- **arcgisMentionableTextAreaKeyDown** - 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.\n- **arcgisUserMentionableTextAreaChange** - Emitted when the text content changes\n- **arcgisUserMentionableTextAreaKeyDown** - Emitted when a key is pressed in the text area\n\n### Methods\n- `closePopover(): Promise<void>` - Close the mention popover. Exposed as a public method so wrapper components\ncan programmatically dismiss the popover when needed (e.g. no search results).\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `focusTextArea(): Promise<void>`\n- `selectItem(item: MentionableEntity): Promise<void>`","attributes":[{"name":"disabled","default":"false","value":{"type":"boolean"}},{"name":"max-length","description":"Mirrors the `maxlength` property on the internal native `textarea`","value":{"type":"number"}},{"name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","value":{"type":"string"}},{"name":"popover-list-label","value":{"type":"string"}},{"name":"popover-placement","default":"\"bottom-start\"","value":{"type":["\"auto\"","\"auto-start\"","\"auto-end\"","\"top\"","\"top-start\"","\"top-end\"","\"bottom\"","\"bottom-start\"","\"bottom-end\"","\"right\"","\"right-start\"","\"right-end\"","\"left\"","\"left-start\"","\"left-end\"","\"leading-start\"","\"leading\"","\"leading-end\"","\"trailing-end\"","\"trailing\"","\"trailing-start\""]}},{"name":"read-only","description":"Flag to enable readOnly","default":"false","value":{"type":"boolean"}},{"name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","default":"3","value":{"type":"number"}},{"name":"scale","description":"Decides scale of internal calcite-components","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\""]}},{"name":"value","description":"Current text content","value":{"type":"string"}}],"events":[{"name":"arcgisMentionableSelectedIndexChange","type":"number","description":"Emitted when the selected item index changes"},{"name":"arcgisMentionableTextAreaChange","type":"string","description":"Emitted when the text content changes"},{"name":"arcgisMentionableTextAreaKeyDown","type":"KeyboardEvent","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."},{"name":"arcgisUserMentionableTextAreaChange","type":"string","description":"Emitted when the text content changes"},{"name":"arcgisUserMentionableTextAreaKeyDown","type":"KeyboardEvent","description":"Emitted when a key is pressed in the text area"}],"js":{"properties":[{"name":"disabled","type":"boolean | undefined"},{"name":"maxLength","description":"Mirrors the `maxlength` property on the internal native `textarea`","type":"number | undefined"},{"name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","type":"string | undefined"},{"name":"popoverListLabel","type":"string"},{"name":"popoverPlacement","type":"Popover[\"placement\"]"},{"name":"portal","type":"Portal"},{"name":"readOnly","description":"Flag to enable readOnly","type":"boolean | undefined"},{"name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","type":"number | undefined"},{"name":"scale","description":"Decides scale of internal calcite-components","type":"Input[\"scale\"] | undefined"},{"name":"starters","description":"Character(s) that trigger the mention popover (e.g., \"@\", \"#\", \"$\")","type":"MentionableStarter[] | readonly MentionableStarter[]"},{"name":"user","type":"PortalUser"},{"name":"value","description":"Current text content","type":"string | undefined"}],"events":[{"name":"arcgisMentionableSelectedIndexChange","type":"number","description":"Emitted when the selected item index changes"},{"name":"arcgisMentionableTextAreaChange","type":"string","description":"Emitted when the text content changes"},{"name":"arcgisMentionableTextAreaKeyDown","type":"KeyboardEvent","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."},{"name":"arcgisUserMentionableTextAreaChange","type":"string","description":"Emitted when the text content changes"},{"name":"arcgisUserMentionableTextAreaKeyDown","type":"KeyboardEvent","description":"Emitted when a key is pressed in the text area"}]}},{"name":"arcgis-portal-replacement-item-redirect","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.\n--\n\n### Events\n- **arcgisPortalReplacementItemFetch**\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `setFocus(): Promise<void>` - Set focus on the component","attributes":[{"name":"item-id","description":"The id of a deprecated/retired item to be checked for a replacement","value":{"type":"string"}}],"events":[{"name":"arcgisPortalReplacementItemFetch","type":"{ replacementItem: PortalItem | object | null; }"}],"js":{"properties":[{"name":"itemId","description":"The id of a deprecated/retired item to be checked for a replacement","type":"string"},{"name":"portal","description":"The portal instance","type":"Portal"},{"name":"user","description":"The user. Defaults to `portal.user` if omitted","type":"PortalUser | null | undefined"}],"events":[{"name":"arcgisPortalReplacementItemFetch","type":"{ replacementItem: PortalItem | object | null; }"}]}},{"name":"arcgis-portal-user-avatar","description":"### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.","attributes":[{"name":"check-online","default":"false","value":{"type":"boolean"}},{"name":"description","description":"Configurable text to show under the user's name","value":{"type":"string"}},{"name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","value":{"type":"string"}},{"name":"hide-avatar","description":"Set to true to hide the avatar (useful for just showing the name lockup styled correctly)","default":"false","value":{"type":"boolean"}},{"name":"scale","description":"Scale of the component","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\"","\"xs\""]}},{"name":"show-name","description":"Set to true to show user's name alongside the avatar as part of lockup","default":"false","value":{"type":"boolean"}},{"name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","default":"false","value":{"type":"boolean"}},{"name":"username","description":"A username to get a User object from","value":{"type":"string"}},{"name":"wrap","description":"Allow the name to wrap lines (max 2)","default":"false","value":{"type":"boolean"}}],"events":[],"js":{"properties":[{"name":"checkOnline","type":"boolean | undefined"},{"name":"description","description":"Configurable text to show under the user's name","type":"string | undefined"},{"name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","type":"string | undefined"},{"name":"hideAvatar","description":"Set to true to hide the avatar (useful for just showing the name lockup styled correctly)","type":"boolean | undefined"},{"name":"portal","description":"The current portal instance","type":"Portal | undefined"},{"name":"scale","description":"Scale of the component","type":"Scale"},{"name":"showName","description":"Set to true to show user's name alongside the avatar as part of lockup","type":"boolean | undefined"},{"name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","type":"boolean | undefined"},{"name":"user","description":"A User or org information (used for verified items)","type":"CommunityUser | ItemUserInfo | PortalUser | SearchResultUser | undefined"},{"name":"username","description":"A username to get a User object from","type":"string | undefined"},{"name":"wrap","description":"Allow the name to wrap lines (max 2)","type":"boolean | undefined"}],"events":[]}},{"name":"arcgis-portal-user-popup","description":"### Events\n- **arcgisUserPopupClose**\n- **arcgisUserPopupInternalUIAction** - Fires on internal component interaction - used by telemetry.\n\n### Methods\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `openPopup(): Promise<void>`\n- `setFocus(): Promise<void>`","attributes":[{"name":"appearance","description":"Choose outline for a full-width outlined button.","default":"\"transparent\"","value":{"type":["\"outline\"","\"transparent\""]}},{"name":"avatar-aria-hidden","description":"Set to true to hide avatar from screen readers.","default":"false","value":{"type":"boolean"}},{"name":"base-url","description":"Fully qualified path to portal home root.","value":{"type":"string"}},{"name":"check-online","default":"false","value":{"type":"boolean"}},{"name":"full-name","description":"Optional full name fallback if user information does not include it.","value":{"type":"string"}},{"name":"scale","description":"Scale of the component.","default":"\"m\"","value":{"type":["\"s\"","\"m\"","\"l\"","\"xs\""]}},{"name":"show-avatar","description":"Set to false to hide the avatar and show username only.","default":"true","value":{"type":"boolean"}},{"name":"show-name","description":"Set to false to show only the avatar.","default":"true","value":{"type":"boolean"}},{"name":"show-username","description":"Set to true to show username in description.","default":"false","value":{"type":"boolean"}},{"name":"underline","description":"Set to true to underline the name.","default":"false","value":{"type":"boolean"}},{"name":"username","description":"Passing a username will perform a fetch for the user information on load.","value":{"type":"string"}},{"name":"wrap","description":"Allow the name to wrap lines (max 2).","default":"false","value":{"type":"boolean"}},{"name":"z-index","description":"The z-index of the popover.","value":{"type":"number"}}],"events":[{"name":"arcgisUserPopupClose","type":"void"},{"name":"arcgisUserPopupInternalUIAction","type":"InternalUIAction","description":"Fires on internal component interaction - used by telemetry."}],"js":{"properties":[{"name":"appearance","description":"Choose outline for a full-width outlined button.","type":"\"outline\" | \"transparent\""},{"name":"avatarAriaHidden","description":"Set to true to hide avatar from screen readers.","type":"boolean | undefined"},{"name":"baseUrl","description":"Fully qualified path to portal home root.","type":"string | undefined"},{"name":"checkOnline","type":"boolean | undefined"},{"name":"fullName","description":"Optional full name fallback if user information does not include it.","type":"string | undefined"},{"name":"item","description":"Passing an item will show org info for publicly verified items, user info for standard items.","type":"PortalItem | undefined"},{"name":"portal","description":"The current portal instance.","type":"Portal"},{"name":"scale","description":"Scale of the component.","type":"Scale"},{"name":"showAvatar","description":"Set to false to hide the avatar and show username only.","type":"boolean"},{"name":"showName","description":"Set to false to show only the avatar.","type":"boolean"},{"name":"showUsername","description":"Set to true to show username in description.","type":"boolean"},{"name":"underline","description":"Set to true to underline the name.","type":"boolean | undefined"},{"name":"user","description":"Passing a user will always show thumbnail for that user (use either user or item).","type":"PortalUser | undefined"},{"name":"username","description":"Passing a username will perform a fetch for the user information on load.","type":"string | undefined"},{"name":"wrap","description":"Allow the name to wrap lines (max 2).","type":"boolean | undefined"},{"name":"zIndex","description":"The z-index of the popover.","type":"number | undefined"}],"events":[{"name":"arcgisUserPopupClose","type":"void"},{"name":"arcgisUserPopupInternalUIAction","type":"InternalUIAction","description":"Fires on internal component interaction - used by telemetry."}]}},{"name":"arcgis-portal-voice-input","description":"A headless component that provides a voice input interface\n--\n\n### Events\n- **arcgisVoiceInputError**\n- **arcgisVoiceInputInterimTranscription** - Emitted with the current recognized text as it is being transcribed\n- **arcgisVoiceInputStart**\n- **arcgisVoiceInputStop**\n- **arcgisVoiceInputTranscription** - 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.\n\n### Methods\n- `clearText(): Promise<void>`\n- `componentOnReady(): Promise<this>` - Creates a promise that resolves once the component is fully loaded.\n- `startListening(): Promise<VoiceInputError | null>`\n- `stopListening(): 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.","value":{"type":"string"}}],"events":[{"name":"arcgisVoiceInputError","type":"{ errorCode: VoiceInputError; }"},{"name":"arcgisVoiceInputInterimTranscription","type":"{ text: string; }","description":"Emitted with the current recognized text as it is being transcribed"},{"name":"arcgisVoiceInputStart","type":"void"},{"name":"arcgisVoiceInputStop","type":"void"},{"name":"arcgisVoiceInputTranscription","type":"{ text: string; }","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."}],"js":{"properties":[{"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":"string | undefined"}],"events":[{"name":"arcgisVoiceInputError","type":"{ errorCode: VoiceInputError; }"},{"name":"arcgisVoiceInputInterimTranscription","type":"{ text: string; }","description":"Emitted with the current recognized text as it is being transcribed"},{"name":"arcgisVoiceInputStart","type":"void"},{"name":"arcgisVoiceInputStop","type":"void"},{"name":"arcgisVoiceInputTranscription","type":"{ text: string; }","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."}]}}]},"css":{"properties":[],"pseudo-elements":[]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components",
3
- "version": "5.2.0-next.23",
3
+ "version": "5.2.0-next.25",
4
4
  "description": "ArcGIS Portal Components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -47,9 +47,9 @@
47
47
  "marked": "~18.0.5",
48
48
  "tslib": "^2.8.1",
49
49
  "zod": "^4.3.6",
50
- "@arcgis/toolkit": "5.2.0-next.23",
51
- "@arcgis/lumina": "5.2.0-next.23",
52
- "@arcgis/ai-components": "5.2.0-next.23"
50
+ "@arcgis/ai-components": "5.2.0-next.25",
51
+ "@arcgis/toolkit": "5.2.0-next.25",
52
+ "@arcgis/lumina": "5.2.0-next.25"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@arcgis/core": "^5.2.0-next",
@@ -1,5 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
2
- import"./YIMNOUTF.js";var e=`## Additional System Context
3
-
4
- In addition to the user's inquiry prompt that precedes this system context, the current map has entities and relationships on it already, in the format of an array of objects containing identifiers and typeNames or type names that contain all entities or relationships of that type, in case this is needed for query generation (for example 'Add all records that are connected to people on this map to the map'). If the user is asking for a query that acts on 'the current map', 'my map', or similar then the cypher query should be filtered by the ids. For example, 'Match (n:Person)-[\\r]->(m) WHERE id(n) IN [\\'identifier1','identifier2'] return r, m. Curly braces (the '{' and '}' characters) are often part of identifier strings and should not be stripped out - the process of filtering by ids should not be altering the id strings. The entities and relationships that are on the current map are as follows:
5
- `;export{e as default};
@@ -1,45 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
2
- import"./YIMNOUTF.js";var e=`## ArcgisKnowledge Agent - Action Summary
3
-
4
- You are a helpful Knowledge Graph assistant agent that has received a user inquiry and performed some tool call actions to answer their question or perform the desired operation.
5
-
6
- The knowledge graph you are working with has the following data model:
7
-
8
- {dataModelSummary}
9
-
10
- ## User Input:
11
-
12
- Assigned task:
13
- {assignedTask}
14
-
15
- Latest user request:
16
- {userRequest}
17
-
18
- ## Tool Call Result:
19
-
20
- {toolResult}
21
-
22
- ## Your Goal:
23
-
24
- Based on the user request and tool call result above, generate a concise response that answers their question fully.
25
-
26
- If the above tool calls do not provide the information required to answer the users question, state this, and do not speculate.
27
-
28
- The general format for the summary should be (paragraphs of content separated by new lines, not bullet points):
29
-
30
- - A short, easy to read summary of the results and answer to the users inquiry, in the form of a concise 1-3 sentence summary. This can include the tool called and a brief summary of its settings. For multiple or complex settings (e.g. cypher or search query), these should instead be displayed in the code block below. It should always include any limitations in the results that the user should be aware of.
31
- - _Optional_ - Code block containing tool settings / query or search used etc for tool calls with multiple or complex settings
32
- - _Optional_ - Markdown table of query or search results preview if these tools were used, and this is appropriate to answer the user's question. Ensure long property values are truncated to short lengths (20 chars) in the table if not directly relevant to the user's query. Do not re-order data in the table. If a query or search of graph data was done, this should be displayed.
33
- - _Important_ If the summary or markdown table was generated based on data where only a limited preview of the full results of e.g. a search/query was available, indicate this at the end of the summary in a separate paragraph in italics, along the lines of 'NOTE: This summary was generated from a limited preview of the search / query results, and may not be accurate.'
34
-
35
- ### STRICT OUTPUT RULES
36
-
37
- - Do NOT ask follow-up questions.
38
- - Do NOT offer additional actions or suggestions.
39
- - Do NOT explain what you can do next.
40
- - End the response immediately after the summary.
41
- - Do NOT include introductory phrases (e.g., "Found", "Here are", "The results show").
42
- - Do NOT restate the assigned task or user\u2019s question.
43
- - Use Markdown formatting for the response, formatting in a way that makes the summary easy to read.
44
- - When presenting tabular data, output a valid Markdown table.
45
- `;export{e as default};
@@ -1,5 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
2
- import"./YIMNOUTF.js";var e=`## Additional System Context
3
-
4
- In addition to the user's inquiry prompt that precedes this system context, the current link chart has entities and relationships on it already, in the format of an array of objects containing identifiers and typeNames, in case this is needed for query generation (for example 'Add all records that are connected to people on this link chart to the link chart'). If the user is asking for a query that acts on 'the current link chart', 'my link chart', or similar then the cypher query should be filtered by the ids. For example, 'Match (n:Person)-[\\r]->(m) WHERE id(n) IN [\\'identifier1','identifier2'] return r, m. Curly braces (the '{' and '}' characters) are often part of identifier strings and should not be stripped out - the process of filtering by ids should not be altering the id strings. The entities and relationships that are on the current link chart are as follows:
5
- `;export{e as default};