@arcgis/portal-components 5.2.0-next.2 → 5.2.0-next.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/25UUUQAQ.js +71 -0
- package/dist/cdn/{OQDPULPD.js → 2RGMWFHB.js} +1 -1
- package/dist/cdn/3KS5IDT2.js +2 -0
- package/dist/cdn/{AQWTJKUH.js → 3MQIRMUM.js} +9 -7
- package/dist/cdn/{JNRN6DTV.js → 47NPIL2S.js} +1 -1
- package/dist/cdn/{LQ3DMZ3K.js → 5VHBNEN3.js} +1 -1
- package/dist/cdn/6AGZRMJC.js +2 -0
- package/dist/cdn/6W2IHKCA.js +2 -0
- package/dist/cdn/{WOZDQW3S.js → DBKSQGEI.js} +1 -1
- package/dist/cdn/DFTUMKSN.js +3 -0
- package/dist/cdn/{YMPTDKT6.js → EETBNQU2.js} +1 -1
- package/dist/cdn/EHRAFAEA.js +65 -0
- package/dist/cdn/EKO6SVAF.js +2 -0
- package/dist/cdn/{GHQ3ZW4U.js → FI45QCN2.js} +1 -1
- package/dist/cdn/GEIZTD7F.js +2 -0
- package/dist/cdn/{ZTHTFEYA.js → HGSK6OFA.js} +1 -1
- package/dist/cdn/{LAFNDBTQ.js → HIRM34QB.js} +1 -1
- package/dist/cdn/HMBSJR37.js +2 -0
- package/dist/cdn/KT7PE6UE.js +2 -0
- package/dist/cdn/{BEHLBKKM.js → KY7Q7DH3.js} +1 -1
- package/dist/cdn/{5DPWJ7DI.js → KZWW4BWJ.js} +1 -1
- package/dist/cdn/{N6G6Z7BF.js → MH7KZ5G3.js} +256 -154
- package/dist/cdn/MLTQECPL.js +2 -0
- package/dist/cdn/{G47ZZQYL.js → OKRYML2G.js} +1 -1
- package/dist/cdn/PDL3DPMG.js +2 -0
- package/dist/cdn/{QNUYUNEY.js → QJ2UHWPU.js} +1 -1
- package/dist/cdn/{GT26WGJS.js → SXZRHHXC.js} +1 -1
- package/dist/cdn/TSLW4FSA.js +2 -0
- package/dist/cdn/{72N3KAXN.js → TW4LFQA5.js} +1 -1
- package/dist/cdn/{7WZHZP6U.js → UR7W4CEV.js} +8 -2
- package/dist/cdn/{W6PSG4GX.js → VRXKORTR.js} +9 -4
- package/dist/cdn/VXCB2YBR.js +3 -0
- package/dist/cdn/{DHHSKOUY.js → WJ2NMHDE.js} +1 -1
- package/dist/cdn/{2UUZHENH.js → WSNLUGEP.js} +1 -1
- package/dist/cdn/{53MSUMA3.js → XCZSPNKS.js} +16 -0
- package/dist/cdn/{K3HS2LQ7.js → YECI7XG3.js} +1 -1
- package/dist/cdn/ZDLFZJBT.js +2 -0
- package/dist/cdn/assets/portal-group-badges/t9n/messages.en.json +1 -0
- package/dist/cdn/assets/portal-group-card/t9n/messages.en.json +1 -0
- package/dist/cdn/assets/portal-item-type/icons/parquetfeaturelayer16.svg +1 -0
- package/dist/cdn/assets/portal-item-type/icons/parquetfeaturelayer32.svg +1 -0
- package/dist/cdn/assets/portal-item-type/icons/storymapframe16.svg +1 -0
- package/dist/cdn/assets/portal-item-type/icons/storymapframe32.svg +1 -0
- package/dist/cdn/assets/portal-item-type/t9n/messages.en.json +1 -1
- package/dist/cdn/assets/portal-user-popup/t9n/messages.en.json +1 -0
- package/dist/cdn/index.js +1 -1
- package/dist/cdn/main.css +1 -1
- package/dist/chunks/groups.js +7 -83
- package/dist/chunks/item2.js +86 -0
- package/dist/chunks/portal.js +48 -8
- package/dist/chunks/user2.js +26 -25
- package/dist/components/arcgis-portal-ai-assistant/agents/types.d.ts +11 -2
- package/dist/components/arcgis-portal-ai-assistant/customElement.d.ts +4 -2
- package/dist/components/arcgis-portal-ai-assistant/customElement.js +797 -488
- package/dist/components/arcgis-portal-ai-assistant-interrupt/customElement.js +10 -10
- package/dist/components/arcgis-portal-group-badges/customElement.d.ts +102 -0
- package/dist/components/arcgis-portal-group-badges/customElement.js +50 -0
- package/dist/components/arcgis-portal-group-badges/index.d.ts +1 -0
- package/dist/components/arcgis-portal-group-badges/index.js +3 -0
- package/dist/components/arcgis-portal-group-badges/types.d.ts +3 -0
- package/dist/components/arcgis-portal-group-card/customElement.d.ts +167 -0
- package/dist/components/arcgis-portal-group-card/customElement.js +187 -0
- package/dist/components/arcgis-portal-group-card/index.d.ts +1 -0
- package/dist/components/arcgis-portal-group-card/index.js +8 -0
- package/dist/components/arcgis-portal-group-thumbnail/customElement.d.ts +32 -0
- package/dist/components/arcgis-portal-group-thumbnail/customElement.js +153 -0
- package/dist/components/arcgis-portal-group-thumbnail/index.d.ts +1 -0
- package/dist/components/arcgis-portal-group-thumbnail/index.js +3 -0
- package/dist/components/arcgis-portal-item-type/customElement.d.ts +2 -0
- package/dist/components/arcgis-portal-item-type/customElement.js +45 -37
- package/dist/components/arcgis-portal-mentionable-text-area/customElement.js +1 -1
- package/dist/components/arcgis-portal-replacement-item-redirect/customElement.js +53 -42
- package/dist/components/arcgis-portal-user-popup/customElement.d.ts +111 -0
- package/dist/components/arcgis-portal-user-popup/customElement.js +231 -0
- package/dist/components/arcgis-portal-user-popup/index.d.ts +1 -0
- package/dist/components/arcgis-portal-user-popup/index.js +5 -0
- package/dist/components/arcgis-portal-voice-input/customElement.d.ts +1 -1
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/vscode.html-custom-data.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/dist/index.d.ts +30 -2
- package/dist/loader.js +8 -4
- package/dist/types/lumina.d.ts +26 -1
- package/dist/types/preact.d.ts +30 -1
- package/dist/types/react.d.ts +34 -1
- package/dist/types/stencil.d.ts +26 -1
- package/dist/types/tracking.d.ts +10 -0
- package/dist/types/user.d.ts +2 -2
- package/package.json +7 -7
- package/dist/cdn/5VSDGPHH.js +0 -2
- package/dist/cdn/CI5ENGVT.js +0 -2
- package/dist/cdn/EVDOPN3G.js +0 -54
- package/dist/cdn/GNOZCQ34.js +0 -2
- package/dist/cdn/KEKBRUUC.js +0 -2
- package/dist/cdn/RNLVNDGG.js +0 -2
- package/dist/cdn/SM4GWLRA.js +0 -66
- package/dist/cdn/TMYTUOSS.js +0 -2
- package/dist/cdn/YG5YYL6X.js +0 -2
- /package/dist/cdn/{B7633S2A.js → 5NIJVBS7.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json","version":1.1,"tags":[{"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","values":[]},{"name":"default-closed","values":[]}],"references":[]},{"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","values":[]},{"name":"type","values":[{"name":"boolean-choice"},{"name":"multi-select"},{"name":"single-select"},{"name":"text-input"}]}],"references":[]},{"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","values":[]},{"name":"validation-errors","description":"The classification validation error - validate the classification value against the classification schema.","values":[]},{"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.","values":[{"name":"full"},{"name":"preview"}]}],"references":[]},{"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.","values":[{"name":"loading"},{"name":"loaded"},{"name":"error"},{"name":"idle"}]},{"name":"valid","description":"The validity of the form values against the Portal's classification schema.","values":[]},{"name":"values","description":"The edited classification values of the portal item.","values":[]}],"references":[]},{"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","values":[]}],"references":[]},{"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","values":[]}],"references":[]},{"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","values":[]},{"name":"content-only","description":"Optional; if true, show only the content without the calcite-dialog wrapper","values":[]},{"name":"extent-service","description":"Optional; URL of the extent service, used to initialize TileLayer","values":[]},{"name":"is-area","description":"Optional; if true, display texts that are for areas rather than the default extent texts","values":[]},{"name":"item-id","description":"Optional; if passed, use the itemId to load the Portal item","values":[]}],"references":[]},{"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":[],"references":[]},{"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)","values":[]},{"name":"hide-icon","values":[]},{"name":"hide-text","values":[]},{"name":"scale","values":[{"name":"l"},{"name":"m"},{"name":"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","values":[]}],"references":[]},{"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","values":[]},{"name":"max-length","description":"Mirrors the `maxlength` property on the internal native `textarea`","values":[]},{"name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","values":[]},{"name":"popover-list-label","values":[]},{"name":"popover-placement","values":[{"name":"auto"},{"name":"auto-start"},{"name":"auto-end"},{"name":"top"},{"name":"top-start"},{"name":"top-end"},{"name":"bottom"},{"name":"bottom-start"},{"name":"bottom-end"},{"name":"right"},{"name":"right-start"},{"name":"right-end"},{"name":"left"},{"name":"left-start"},{"name":"left-end"},{"name":"leading-start"},{"name":"leading"},{"name":"leading-end"},{"name":"trailing-end"},{"name":"trailing"},{"name":"trailing-start"}]},{"name":"read-only","description":"Flag to enable readOnly","values":[]},{"name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","values":[]},{"name":"scale","description":"Decides scale of internal calcite-components","values":[{"name":"s"},{"name":"m"},{"name":"l"}]},{"name":"value","description":"Current text content","values":[]}],"references":[]},{"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","values":[]}],"references":[]},{"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","values":[]},{"name":"description","description":"Configurable text to show under the user's name","values":[]},{"name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","values":[]},{"name":"hide-avatar","description":"Set to true to hide the avatar (useful for just showing the name lockup styled correctly)","values":[]},{"name":"scale","description":"Scale of the component","values":[{"name":"s"},{"name":"m"},{"name":"l"},{"name":"xs"}]},{"name":"show-name","description":"Set to true to show user's name alongside the avatar as part of lockup","values":[]},{"name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","values":[]},{"name":"username","description":"A username to get a User object from","values":[]},{"name":"wrap","description":"Allow the name to wrap lines (max 2)","values":[]}],"references":[]},{"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.","values":[]}],"references":[]}]}
|
|
1
|
+
{"$schema":"https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json","version":1.1,"tags":[{"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","values":[]},{"name":"default-closed","values":[]}],"references":[]},{"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","values":[]},{"name":"type","values":[{"name":"boolean-choice"},{"name":"multi-select"},{"name":"single-select"},{"name":"text-input"}]}],"references":[]},{"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","values":[]},{"name":"validation-errors","description":"The classification validation error - validate the classification value against the classification schema.","values":[]},{"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.","values":[{"name":"full"},{"name":"preview"}]}],"references":[]},{"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.","values":[{"name":"loaded"},{"name":"loading"},{"name":"error"},{"name":"idle"}]},{"name":"valid","description":"The validity of the form values against the Portal's classification schema.","values":[]},{"name":"values","description":"The edited classification values of the portal item.","values":[]}],"references":[]},{"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","values":[]}],"references":[]},{"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","values":[]}],"references":[]},{"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","values":[]},{"name":"content-only","description":"Optional; if true, show only the content without the calcite-dialog wrapper","values":[]},{"name":"extent-service","description":"Optional; URL of the extent service, used to initialize TileLayer","values":[]},{"name":"is-area","description":"Optional; if true, display texts that are for areas rather than the default extent texts","values":[]},{"name":"item-id","description":"Optional; if passed, use the itemId to load the Portal item","values":[]}],"references":[]},{"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":[],"references":[]},{"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.","values":[{"name":"outline"},{"name":"outline-fill"},{"name":"solid"}]},{"name":"empty","description":"Reflected flag that indicates no badges were generated for the current input.","values":[]},{"name":"scale","description":"Size of each badge chip.","values":[{"name":"s"},{"name":"m"},{"name":"l"}]},{"name":"show-tooltips","description":"Enables tooltip text for each badge.","values":[]},{"name":"width","description":"Full width shows label text, narrow renders icon only.","values":[{"name":"full"},{"name":"narrow"}]}],"references":[]},{"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.","values":[]},{"name":"indeterminate","description":"Show the group as partially selected.","values":[]},{"name":"link","description":"Making this non-empty turns the top section into a link.","values":[]},{"name":"name","description":"Name of the radio button control for accessibility.","values":[]},{"name":"new-tab","description":"Open link in new tab when true.","values":[]},{"name":"preview","description":"Optionally emit preview behavior on click of card.","values":[{"name":"top"},{"name":"action"}]},{"name":"previewed","description":"Whether this card is currently previewed by parent browser state.","values":[]},{"name":"selected","description":"Set to true to mark group as selected.","values":[]},{"name":"selection","description":"Type of selection behavior.","values":[{"name":"single"},{"name":"none"},{"name":"multiple"}]},{"name":"show-badges","description":"Show group badges.","values":[]},{"name":"show-date-created","description":"Show created date detail.","values":[]},{"name":"show-date-updated","description":"Show last-updated detail.","values":[]},{"name":"show-owner","description":"Show the owner information in the card footer.","values":[]},{"name":"show-summary","description":"Show group summary text in card body.","values":[]},{"name":"show-viewable-by","description":"Show information on who can view this group.","values":[]},{"name":"view","description":"Select which view to use for the card.","values":[{"name":"list"},{"name":"compact"}]}],"references":[]},{"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.","values":[{"name":"s"},{"name":"m"},{"name":"l"},{"name":"xs"},{"name":"xl"}]},{"name":"tooltip","description":"Whether to show tooltip on hover/focus.","values":[]}],"references":[]},{"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)","values":[]},{"name":"hide-icon","values":[]},{"name":"hide-text","values":[]},{"name":"scale","values":[{"name":"l"},{"name":"m"},{"name":"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","values":[]}],"references":[]},{"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","values":[]},{"name":"max-length","description":"Mirrors the `maxlength` property on the internal native `textarea`","values":[]},{"name":"placeholder","description":"Creates a placeholder for the calcite-text-area component","values":[]},{"name":"popover-list-label","values":[]},{"name":"popover-placement","values":[{"name":"auto"},{"name":"auto-start"},{"name":"auto-end"},{"name":"top"},{"name":"top-start"},{"name":"top-end"},{"name":"bottom"},{"name":"bottom-start"},{"name":"bottom-end"},{"name":"right"},{"name":"right-start"},{"name":"right-end"},{"name":"left"},{"name":"left-start"},{"name":"left-end"},{"name":"leading-start"},{"name":"leading"},{"name":"leading-end"},{"name":"trailing-end"},{"name":"trailing"},{"name":"trailing-start"}]},{"name":"read-only","description":"Flag to enable readOnly","values":[]},{"name":"rows","description":"Mirrors the `rows` property on the internal native `textarea`","values":[]},{"name":"scale","description":"Decides scale of internal calcite-components","values":[{"name":"s"},{"name":"m"},{"name":"l"}]},{"name":"value","description":"Current text content","values":[]}],"references":[]},{"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","values":[]}],"references":[]},{"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","values":[]},{"name":"description","description":"Configurable text to show under the user's name","values":[]},{"name":"heading","description":"Configurable text to use in place of full name (use to add to add additional context, etc)","values":[]},{"name":"hide-avatar","description":"Set to true to hide the avatar (useful for just showing the name lockup styled correctly)","values":[]},{"name":"scale","description":"Scale of the component","values":[{"name":"s"},{"name":"m"},{"name":"l"},{"name":"xs"}]},{"name":"show-name","description":"Set to true to show user's name alongside the avatar as part of lockup","values":[]},{"name":"underline","description":"Set to true to underline the name (only applies if showName is also true)","values":[]},{"name":"username","description":"A username to get a User object from","values":[]},{"name":"wrap","description":"Allow the name to wrap lines (max 2)","values":[]}],"references":[]},{"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.","values":[{"name":"outline"},{"name":"transparent"}]},{"name":"avatar-aria-hidden","description":"Set to true to hide avatar from screen readers.","values":[]},{"name":"base-url","description":"Fully qualified path to portal home root.","values":[]},{"name":"check-online","values":[]},{"name":"full-name","description":"Optional full name fallback if user information does not include it.","values":[]},{"name":"scale","description":"Scale of the component.","values":[{"name":"s"},{"name":"m"},{"name":"l"},{"name":"xs"}]},{"name":"show-avatar","description":"Set to false to hide the avatar and show username only.","values":[]},{"name":"show-name","description":"Set to false to show only the avatar.","values":[]},{"name":"show-username","description":"Set to true to show username in description.","values":[]},{"name":"underline","description":"Set to true to underline the name.","values":[]},{"name":"username","description":"Passing a username will perform a fetch for the user information on load.","values":[]},{"name":"wrap","description":"Allow the name to wrap lines (max 2).","values":[]},{"name":"z-index","description":"The z-index of the popover.","values":[]}],"references":[]},{"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.","values":[]}],"references":[]}]}
|
package/dist/docs/web-types.json
CHANGED
|
@@ -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.2","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: DocAssistantNavigationTarget;\n}"}],"js":{"properties":[{"name":"autoDestroyDisabled","type":"boolean"},{"name":"config","type":"Config"},{"name":"defaultClosed","type":"boolean"},{"name":"portal","type":"Portal"},{"name":"user","type":"PortalUser"}],"events":[{"name":"arcgisPortalNavigationRequest","type":"{\n href: string;\n targetDetail: DocAssistantNavigationTarget;\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-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":["\"loading\"","\"loaded\"","\"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-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-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.20","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-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/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { canAddField, canDeleteField } from "./utils/fieldAddDelete";
|
|
2
|
-
export { type FieldDeleteOptions, type UserItemInfo } from "./utils/types";
|
|
1
|
+
export { canAddField, canDeleteField } from "./utils/fieldAddDelete.js";
|
|
2
|
+
export { type FieldDeleteOptions, type UserItemInfo } from "./utils/types.js";
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Get a resolved path from where an asset can be loaded.
|
|
@@ -35,10 +35,14 @@ import type { ArcgisPortalClassificationFavorite } from "./components/arcgis-por
|
|
|
35
35
|
import type { ArcgisPortalClassificationFormElement } from "./components/arcgis-portal-classification-form-element/customElement.js";
|
|
36
36
|
import type { ArcgisPortalExtentPicker } from "./components/arcgis-portal-extent-picker/customElement.js";
|
|
37
37
|
import type { ArcgisPortalFieldDelete } from "./components/arcgis-portal-field-delete/customElement.js";
|
|
38
|
+
import type { ArcgisPortalGroupBadges } from "./components/arcgis-portal-group-badges/customElement.js";
|
|
39
|
+
import type { ArcgisPortalGroupCard } from "./components/arcgis-portal-group-card/customElement.js";
|
|
40
|
+
import type { ArcgisPortalGroupThumbnail } from "./components/arcgis-portal-group-thumbnail/customElement.js";
|
|
38
41
|
import type { ArcgisPortalItemType } from "./components/arcgis-portal-item-type/customElement.js";
|
|
39
42
|
import type { ArcgisPortalMentionableTextArea } from "./components/arcgis-portal-mentionable-text-area/customElement.js";
|
|
40
43
|
import type { ArcgisPortalReplacementItemRedirect } from "./components/arcgis-portal-replacement-item-redirect/customElement.js";
|
|
41
44
|
import type { ArcgisPortalUserAvatar } from "./components/arcgis-portal-user-avatar/customElement.js";
|
|
45
|
+
import type { ArcgisPortalUserPopup } from "./components/arcgis-portal-user-popup/customElement.js";
|
|
42
46
|
import type { ArcgisPortalVoiceInput } from "./components/arcgis-portal-voice-input/customElement.js";
|
|
43
47
|
|
|
44
48
|
export { ToEvents, TargetedEvent } from "@arcgis/lumina";
|
|
@@ -73,6 +77,11 @@ export interface ArcgisPortalFieldDeleteCustomEvent<T> extends CustomEvent<T> {
|
|
|
73
77
|
target: ArcgisPortalFieldDelete;
|
|
74
78
|
currentTarget: ArcgisPortalFieldDelete;
|
|
75
79
|
}
|
|
80
|
+
export interface ArcgisPortalGroupCardCustomEvent<T> extends CustomEvent<T> {
|
|
81
|
+
detail: T;
|
|
82
|
+
target: ArcgisPortalGroupCard;
|
|
83
|
+
currentTarget: ArcgisPortalGroupCard;
|
|
84
|
+
}
|
|
76
85
|
export interface ArcgisPortalMentionableTextAreaCustomEvent<T> extends CustomEvent<T> {
|
|
77
86
|
detail: T;
|
|
78
87
|
target: ArcgisPortalMentionableTextArea;
|
|
@@ -83,6 +92,11 @@ export interface ArcgisPortalReplacementItemRedirectCustomEvent<T> extends Custo
|
|
|
83
92
|
target: ArcgisPortalReplacementItemRedirect;
|
|
84
93
|
currentTarget: ArcgisPortalReplacementItemRedirect;
|
|
85
94
|
}
|
|
95
|
+
export interface ArcgisPortalUserPopupCustomEvent<T> extends CustomEvent<T> {
|
|
96
|
+
detail: T;
|
|
97
|
+
target: ArcgisPortalUserPopup;
|
|
98
|
+
currentTarget: ArcgisPortalUserPopup;
|
|
99
|
+
}
|
|
86
100
|
export interface ArcgisPortalVoiceInputCustomEvent<T> extends CustomEvent<T> {
|
|
87
101
|
detail: T;
|
|
88
102
|
target: ArcgisPortalVoiceInput;
|
|
@@ -100,10 +114,14 @@ declare global {
|
|
|
100
114
|
"arcgis-portal-classification-form-element": ArcgisPortalClassificationFormElement;
|
|
101
115
|
"arcgis-portal-extent-picker": ArcgisPortalExtentPicker;
|
|
102
116
|
"arcgis-portal-field-delete": ArcgisPortalFieldDelete;
|
|
117
|
+
"arcgis-portal-group-badges": ArcgisPortalGroupBadges;
|
|
118
|
+
"arcgis-portal-group-card": ArcgisPortalGroupCard;
|
|
119
|
+
"arcgis-portal-group-thumbnail": ArcgisPortalGroupThumbnail;
|
|
103
120
|
"arcgis-portal-item-type": ArcgisPortalItemType;
|
|
104
121
|
"arcgis-portal-mentionable-text-area": ArcgisPortalMentionableTextArea;
|
|
105
122
|
"arcgis-portal-replacement-item-redirect": ArcgisPortalReplacementItemRedirect;
|
|
106
123
|
"arcgis-portal-user-avatar": ArcgisPortalUserAvatar;
|
|
124
|
+
"arcgis-portal-user-popup": ArcgisPortalUserPopup;
|
|
107
125
|
"arcgis-portal-voice-input": ArcgisPortalVoiceInput;
|
|
108
126
|
|
|
109
127
|
}
|
|
@@ -130,6 +148,13 @@ declare global {
|
|
|
130
148
|
type HTMLArcgisPortalFieldDeleteElementEventMap = ArcgisPortalFieldDelete["@eventTypes"];
|
|
131
149
|
type HTMLArcgisPortalFieldDeleteElement = ArcgisPortalFieldDelete;
|
|
132
150
|
|
|
151
|
+
type HTMLArcgisPortalGroupBadgesElement = ArcgisPortalGroupBadges;
|
|
152
|
+
|
|
153
|
+
type HTMLArcgisPortalGroupCardElementEventMap = ArcgisPortalGroupCard["@eventTypes"];
|
|
154
|
+
type HTMLArcgisPortalGroupCardElement = ArcgisPortalGroupCard;
|
|
155
|
+
|
|
156
|
+
type HTMLArcgisPortalGroupThumbnailElement = ArcgisPortalGroupThumbnail;
|
|
157
|
+
|
|
133
158
|
type HTMLArcgisPortalItemTypeElement = ArcgisPortalItemType;
|
|
134
159
|
|
|
135
160
|
type HTMLArcgisPortalMentionableTextAreaElementEventMap = ArcgisPortalMentionableTextArea["@eventTypes"];
|
|
@@ -140,6 +165,9 @@ declare global {
|
|
|
140
165
|
|
|
141
166
|
type HTMLArcgisPortalUserAvatarElement = ArcgisPortalUserAvatar;
|
|
142
167
|
|
|
168
|
+
type HTMLArcgisPortalUserPopupElementEventMap = ArcgisPortalUserPopup["@eventTypes"];
|
|
169
|
+
type HTMLArcgisPortalUserPopupElement = ArcgisPortalUserPopup;
|
|
170
|
+
|
|
143
171
|
type HTMLArcgisPortalVoiceInputElementEventMap = ArcgisPortalVoiceInput["@eventTypes"];
|
|
144
172
|
type HTMLArcgisPortalVoiceInputElement = ArcgisPortalVoiceInput;
|
|
145
173
|
|
package/dist/loader.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
2
|
import { r as e } from "./chunks/runtime.js";
|
|
3
|
-
import { makeDefineCustomElements as
|
|
4
|
-
const
|
|
5
|
-
"arcgis-portal-ai-assistant": [() => import("./components/arcgis-portal-ai-assistant/customElement.js"), "autoDestroyDisabled,config:,defaultClosed,portal:,t9n:,user:"],
|
|
3
|
+
import { makeDefineCustomElements as a } from "@arcgis/lumina";
|
|
4
|
+
const r = a(e, {
|
|
5
|
+
"arcgis-portal-ai-assistant": [() => import("./components/arcgis-portal-ai-assistant/customElement.js"), "autoDestroyDisabled,config:,defaultClosed,navigationTargetMap:,portal:,t9n:,user:"],
|
|
6
6
|
"arcgis-portal-ai-assistant-interrupt": [() => import("./components/arcgis-portal-ai-assistant-interrupt/customElement.js"), "_messages:,message,options:,type"],
|
|
7
7
|
"arcgis-portal-classification-banner": [() => import("./components/arcgis-portal-classification-banner/customElement.js"), "autoDestroyDisabled,messages:,missingExistingClassification,portalItem:,validationErrors,variant;destroy"],
|
|
8
8
|
"arcgis-portal-classification-config": [() => import("./components/arcgis-portal-classification-config/customElement.js"), "autoDestroyDisabled,messages:,portalItem:,status,valid,values;destroy,resetForm,validateForm"],
|
|
@@ -11,12 +11,16 @@ const i = t(e, {
|
|
|
11
11
|
"arcgis-portal-extent-picker": [() => import("./components/arcgis-portal-extent-picker/customElement.js"), "active,contentOnly,extentService,extentValue:,isArea,itemId,messages:,portal:;;getExtent"],
|
|
12
12
|
"arcgis-portal-extent-picker-coord-field": [() => import("./components/arcgis-portal-extent-picker-coord-field/customElement.js"), "errorMessage,inputId,label,max,min,relatedErrorMessage,validateRelated:,value;;checkRelatedField,isValid,setFocus"],
|
|
13
13
|
"arcgis-portal-field-delete": [() => import("./components/arcgis-portal-field-delete/customElement.js"), "config:,fieldNames:,layer:,mapView:,messages:,options:"],
|
|
14
|
+
"arcgis-portal-group-badges": [() => import("./components/arcgis-portal-group-badges/customElement.js"), "_messages:,appearance,empty,group:,portal:,scale,showTooltips,width"],
|
|
15
|
+
"arcgis-portal-group-card": [() => import("./components/arcgis-portal-group-card/customElement.js"), "disabled,group:,indeterminate,link,linkHandler:,messages:,name,newTab,portal:,preview,previewed,selected,selection,showBadges,showDateCreated,showDateUpdated,showOwner,showSummary,showViewableBy,user:,view;restoreFocus"],
|
|
16
|
+
"arcgis-portal-group-thumbnail": [() => import("./components/arcgis-portal-group-thumbnail/customElement.js"), "group:,portal:,scale,tooltip"],
|
|
14
17
|
"arcgis-portal-item-type": [() => import("./components/arcgis-portal-item-type/customElement.js"), "ellipsis,hideIcon,hideText,item:,messages:,portal:,scale,serviceInfo:,showHosted,user:"],
|
|
15
18
|
"arcgis-portal-mentionable-text-area": [() => import("./components/arcgis-portal-mentionable-text-area/customElement.js"), "disabled,maxLength,placeholder,popoverListLabel,popoverPlacement,portal:,readOnly,rows,scale,starters:,user:,value;closePopover,focusTextArea,selectItem"],
|
|
16
19
|
"arcgis-portal-replacement-item-redirect": [() => import("./components/arcgis-portal-replacement-item-redirect/customElement.js"), "itemId,messages:,portal:,user:;setFocus"],
|
|
17
20
|
"arcgis-portal-user-avatar": [() => import("./components/arcgis-portal-user-avatar/customElement.js"), "checkOnline,description,heading,hideAvatar,messages:,portal:,scale,showName,underline,user:,username,wrap"],
|
|
21
|
+
"arcgis-portal-user-popup": [() => import("./components/arcgis-portal-user-popup/customElement.js"), "appearance,avatarAriaHidden,baseUrl,checkOnline,fullName,item:,messages:,portal:,scale,showAvatar,showName,showUsername,underline,user:,username,wrap,zIndex;openPopup,setFocus"],
|
|
18
22
|
"arcgis-portal-voice-input": [() => import("./components/arcgis-portal-voice-input/customElement.js"), "language;clearText,startListening,stopListening"]
|
|
19
23
|
});
|
|
20
24
|
export {
|
|
21
|
-
|
|
25
|
+
r as defineCustomElements
|
|
22
26
|
};
|
package/dist/types/lumina.d.ts
CHANGED
|
@@ -7,14 +7,18 @@ import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-po
|
|
|
7
7
|
import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/customElement.js";
|
|
8
8
|
import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/customElement.js";
|
|
9
9
|
import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/customElement.js";
|
|
10
|
+
import type { ArcgisPortalGroupBadges } from "../components/arcgis-portal-group-badges/customElement.js";
|
|
11
|
+
import type { ArcgisPortalGroupCard } from "../components/arcgis-portal-group-card/customElement.js";
|
|
12
|
+
import type { ArcgisPortalGroupThumbnail } from "../components/arcgis-portal-group-thumbnail/customElement.js";
|
|
10
13
|
import type { ArcgisPortalItemType } from "../components/arcgis-portal-item-type/customElement.js";
|
|
11
14
|
import type { ArcgisPortalMentionableTextArea } from "../components/arcgis-portal-mentionable-text-area/customElement.js";
|
|
12
15
|
import type { ArcgisPortalReplacementItemRedirect } from "../components/arcgis-portal-replacement-item-redirect/customElement.js";
|
|
13
16
|
import type { ArcgisPortalUserAvatar } from "../components/arcgis-portal-user-avatar/customElement.js";
|
|
17
|
+
import type { ArcgisPortalUserPopup } from "../components/arcgis-portal-user-popup/customElement.js";
|
|
14
18
|
import type { ArcgisPortalVoiceInput } from "../components/arcgis-portal-voice-input/customElement.js";
|
|
15
19
|
import type { h, EventHandler } from "@arcgis/lumina";
|
|
16
20
|
|
|
17
|
-
interface LuminaArcgisPortalAiAssistant extends Partial<Pick<ArcgisPortalAiAssistant, "autoDestroyDisabled" | "config" | "defaultClosed" | "portal" | "user">>, h.JSX.HTMLAttributes<ArcgisPortalAiAssistant> {
|
|
21
|
+
interface LuminaArcgisPortalAiAssistant extends Partial<Pick<ArcgisPortalAiAssistant, "autoDestroyDisabled" | "config" | "defaultClosed" | "navigationTargetMap" | "portal" | "user">>, h.JSX.HTMLAttributes<ArcgisPortalAiAssistant> {
|
|
18
22
|
onarcgisPortalNavigationRequest?: EventHandler<ArcgisPortalAiAssistant["arcgisPortalNavigationRequest"]>;
|
|
19
23
|
}
|
|
20
24
|
|
|
@@ -50,6 +54,18 @@ interface LuminaArcgisPortalFieldDelete extends Partial<Pick<ArcgisPortalFieldDe
|
|
|
50
54
|
onarcgisFieldsDeleted?: EventHandler<ArcgisPortalFieldDelete["arcgisFieldsDeleted"]>;
|
|
51
55
|
}
|
|
52
56
|
|
|
57
|
+
interface LuminaArcgisPortalGroupBadges extends Partial<Pick<ArcgisPortalGroupBadges, "appearance" | "empty" | "group" | "portal" | "scale" | "showTooltips" | "width">>, h.JSX.HTMLAttributes<ArcgisPortalGroupBadges> {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
interface LuminaArcgisPortalGroupCard extends Partial<Pick<ArcgisPortalGroupCard, "disabled" | "group" | "indeterminate" | "link" | "linkHandler" | "name" | "newTab" | "portal" | "preview" | "previewed" | "selected" | "selection" | "showBadges" | "showDateCreated" | "showDateUpdated" | "showOwner" | "showSummary" | "showViewableBy" | "user" | "view">>, h.JSX.HTMLAttributes<ArcgisPortalGroupCard> {
|
|
61
|
+
onarcgisGroupBrowserCardPreview?: EventHandler<ArcgisPortalGroupCard["arcgisGroupBrowserCardPreview"]>;
|
|
62
|
+
onarcgisGroupBrowserInternalUIAction?: EventHandler<ArcgisPortalGroupCard["arcgisGroupBrowserInternalUIAction"]>;
|
|
63
|
+
onarcgisGroupCardSelect?: EventHandler<ArcgisPortalGroupCard["arcgisGroupCardSelect"]>;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
interface LuminaArcgisPortalGroupThumbnail extends Partial<Pick<ArcgisPortalGroupThumbnail, "group" | "portal" | "scale" | "tooltip">>, h.JSX.HTMLAttributes<ArcgisPortalGroupThumbnail> {
|
|
67
|
+
}
|
|
68
|
+
|
|
53
69
|
interface LuminaArcgisPortalItemType extends Partial<Pick<ArcgisPortalItemType, "ellipsis" | "hideIcon" | "hideText" | "item" | "portal" | "scale" | "serviceInfo" | "showHosted" | "user">>, h.JSX.HTMLAttributes<ArcgisPortalItemType> {
|
|
54
70
|
}
|
|
55
71
|
|
|
@@ -68,6 +84,11 @@ interface LuminaArcgisPortalReplacementItemRedirect extends Partial<Pick<ArcgisP
|
|
|
68
84
|
interface LuminaArcgisPortalUserAvatar extends Partial<Pick<ArcgisPortalUserAvatar, "checkOnline" | "description" | "heading" | "hideAvatar" | "portal" | "scale" | "showName" | "underline" | "user" | "username" | "wrap">>, h.JSX.HTMLAttributes<ArcgisPortalUserAvatar> {
|
|
69
85
|
}
|
|
70
86
|
|
|
87
|
+
interface LuminaArcgisPortalUserPopup extends Partial<Pick<ArcgisPortalUserPopup, "appearance" | "avatarAriaHidden" | "baseUrl" | "checkOnline" | "fullName" | "item" | "portal" | "scale" | "showAvatar" | "showName" | "showUsername" | "underline" | "user" | "username" | "wrap" | "zIndex">>, h.JSX.HTMLAttributes<ArcgisPortalUserPopup> {
|
|
88
|
+
onarcgisUserPopupClose?: EventHandler<ArcgisPortalUserPopup["arcgisUserPopupClose"]>;
|
|
89
|
+
onarcgisUserPopupInternalUIAction?: EventHandler<ArcgisPortalUserPopup["arcgisUserPopupInternalUIAction"]>;
|
|
90
|
+
}
|
|
91
|
+
|
|
71
92
|
interface LuminaArcgisPortalVoiceInput extends Partial<Pick<ArcgisPortalVoiceInput, "language">>, h.JSX.HTMLAttributes<ArcgisPortalVoiceInput> {
|
|
72
93
|
onarcgisVoiceInputError?: EventHandler<ArcgisPortalVoiceInput["arcgisVoiceInputError"]>;
|
|
73
94
|
onarcgisVoiceInputInterimTranscription?: EventHandler<ArcgisPortalVoiceInput["arcgisVoiceInputInterimTranscription"]>;
|
|
@@ -87,10 +108,14 @@ declare module "@arcgis/lumina" {
|
|
|
87
108
|
"arcgis-portal-classification-form-element": LuminaArcgisPortalClassificationFormElement;
|
|
88
109
|
"arcgis-portal-extent-picker": LuminaArcgisPortalExtentPicker;
|
|
89
110
|
"arcgis-portal-field-delete": LuminaArcgisPortalFieldDelete;
|
|
111
|
+
"arcgis-portal-group-badges": LuminaArcgisPortalGroupBadges;
|
|
112
|
+
"arcgis-portal-group-card": LuminaArcgisPortalGroupCard;
|
|
113
|
+
"arcgis-portal-group-thumbnail": LuminaArcgisPortalGroupThumbnail;
|
|
90
114
|
"arcgis-portal-item-type": LuminaArcgisPortalItemType;
|
|
91
115
|
"arcgis-portal-mentionable-text-area": LuminaArcgisPortalMentionableTextArea;
|
|
92
116
|
"arcgis-portal-replacement-item-redirect": LuminaArcgisPortalReplacementItemRedirect;
|
|
93
117
|
"arcgis-portal-user-avatar": LuminaArcgisPortalUserAvatar;
|
|
118
|
+
"arcgis-portal-user-popup": LuminaArcgisPortalUserPopup;
|
|
94
119
|
"arcgis-portal-voice-input": LuminaArcgisPortalVoiceInput;
|
|
95
120
|
}
|
|
96
121
|
}
|
package/dist/types/preact.d.ts
CHANGED
|
@@ -7,15 +7,19 @@ import type { ArcgisPortalClassificationFavorite } from "../components/arcgis-po
|
|
|
7
7
|
import type { ArcgisPortalClassificationFormElement } from "../components/arcgis-portal-classification-form-element/customElement.js";
|
|
8
8
|
import type { ArcgisPortalExtentPicker } from "../components/arcgis-portal-extent-picker/customElement.js";
|
|
9
9
|
import type { ArcgisPortalFieldDelete } from "../components/arcgis-portal-field-delete/customElement.js";
|
|
10
|
+
import type { ArcgisPortalGroupBadges } from "../components/arcgis-portal-group-badges/customElement.js";
|
|
11
|
+
import type { ArcgisPortalGroupCard } from "../components/arcgis-portal-group-card/customElement.js";
|
|
12
|
+
import type { ArcgisPortalGroupThumbnail } from "../components/arcgis-portal-group-thumbnail/customElement.js";
|
|
10
13
|
import type { ArcgisPortalItemType } from "../components/arcgis-portal-item-type/customElement.js";
|
|
11
14
|
import type { ArcgisPortalMentionableTextArea } from "../components/arcgis-portal-mentionable-text-area/customElement.js";
|
|
12
15
|
import type { ArcgisPortalReplacementItemRedirect } from "../components/arcgis-portal-replacement-item-redirect/customElement.js";
|
|
13
16
|
import type { ArcgisPortalUserAvatar } from "../components/arcgis-portal-user-avatar/customElement.js";
|
|
17
|
+
import type { ArcgisPortalUserPopup } from "../components/arcgis-portal-user-popup/customElement.js";
|
|
14
18
|
import type { ArcgisPortalVoiceInput } from "../components/arcgis-portal-voice-input/customElement.js";
|
|
15
19
|
import { HTMLAttributes } from "preact";
|
|
16
20
|
import type { EventHandler } from "@arcgis/lumina";
|
|
17
21
|
|
|
18
|
-
interface PreactArcgisPortalAiAssistant extends Partial<Pick<ArcgisPortalAiAssistant, "autoDestroyDisabled" | "config" | "defaultClosed" | "portal" | "user">>, HTMLAttributes<ArcgisPortalAiAssistant> {
|
|
22
|
+
interface PreactArcgisPortalAiAssistant extends Partial<Pick<ArcgisPortalAiAssistant, "autoDestroyDisabled" | "config" | "defaultClosed" | "navigationTargetMap" | "portal" | "user">>, HTMLAttributes<ArcgisPortalAiAssistant> {
|
|
19
23
|
onarcgisPortalNavigationRequest?: EventHandler<ArcgisPortalAiAssistant["arcgisPortalNavigationRequest"]>;
|
|
20
24
|
}
|
|
21
25
|
|
|
@@ -51,6 +55,18 @@ interface PreactArcgisPortalFieldDelete extends Partial<Pick<ArcgisPortalFieldDe
|
|
|
51
55
|
onarcgisFieldsDeleted?: EventHandler<ArcgisPortalFieldDelete["arcgisFieldsDeleted"]>;
|
|
52
56
|
}
|
|
53
57
|
|
|
58
|
+
interface PreactArcgisPortalGroupBadges extends Partial<Pick<ArcgisPortalGroupBadges, "appearance" | "empty" | "group" | "portal" | "scale" | "showTooltips" | "width">>, HTMLAttributes<ArcgisPortalGroupBadges> {
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
interface PreactArcgisPortalGroupCard extends Partial<Pick<ArcgisPortalGroupCard, "disabled" | "group" | "indeterminate" | "link" | "linkHandler" | "name" | "newTab" | "portal" | "preview" | "previewed" | "selected" | "selection" | "showBadges" | "showDateCreated" | "showDateUpdated" | "showOwner" | "showSummary" | "showViewableBy" | "user" | "view">>, HTMLAttributes<ArcgisPortalGroupCard> {
|
|
62
|
+
onarcgisGroupBrowserCardPreview?: EventHandler<ArcgisPortalGroupCard["arcgisGroupBrowserCardPreview"]>;
|
|
63
|
+
onarcgisGroupBrowserInternalUIAction?: EventHandler<ArcgisPortalGroupCard["arcgisGroupBrowserInternalUIAction"]>;
|
|
64
|
+
onarcgisGroupCardSelect?: EventHandler<ArcgisPortalGroupCard["arcgisGroupCardSelect"]>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
interface PreactArcgisPortalGroupThumbnail extends Partial<Pick<ArcgisPortalGroupThumbnail, "group" | "portal" | "scale" | "tooltip">>, HTMLAttributes<ArcgisPortalGroupThumbnail> {
|
|
68
|
+
}
|
|
69
|
+
|
|
54
70
|
interface PreactArcgisPortalItemType extends Partial<Pick<ArcgisPortalItemType, "ellipsis" | "hideIcon" | "hideText" | "item" | "portal" | "scale" | "serviceInfo" | "showHosted" | "user">>, HTMLAttributes<ArcgisPortalItemType> {
|
|
55
71
|
}
|
|
56
72
|
|
|
@@ -69,6 +85,11 @@ interface PreactArcgisPortalReplacementItemRedirect extends Partial<Pick<ArcgisP
|
|
|
69
85
|
interface PreactArcgisPortalUserAvatar extends Partial<Pick<ArcgisPortalUserAvatar, "checkOnline" | "description" | "heading" | "hideAvatar" | "portal" | "scale" | "showName" | "underline" | "user" | "username" | "wrap">>, HTMLAttributes<ArcgisPortalUserAvatar> {
|
|
70
86
|
}
|
|
71
87
|
|
|
88
|
+
interface PreactArcgisPortalUserPopup extends Partial<Pick<ArcgisPortalUserPopup, "appearance" | "avatarAriaHidden" | "baseUrl" | "checkOnline" | "fullName" | "item" | "portal" | "scale" | "showAvatar" | "showName" | "showUsername" | "underline" | "user" | "username" | "wrap" | "zIndex">>, HTMLAttributes<ArcgisPortalUserPopup> {
|
|
89
|
+
onarcgisUserPopupClose?: EventHandler<ArcgisPortalUserPopup["arcgisUserPopupClose"]>;
|
|
90
|
+
onarcgisUserPopupInternalUIAction?: EventHandler<ArcgisPortalUserPopup["arcgisUserPopupInternalUIAction"]>;
|
|
91
|
+
}
|
|
92
|
+
|
|
72
93
|
interface PreactArcgisPortalVoiceInput extends Partial<Pick<ArcgisPortalVoiceInput, "language">>, HTMLAttributes<ArcgisPortalVoiceInput> {
|
|
73
94
|
onarcgisVoiceInputError?: EventHandler<ArcgisPortalVoiceInput["arcgisVoiceInputError"]>;
|
|
74
95
|
onarcgisVoiceInputInterimTranscription?: EventHandler<ArcgisPortalVoiceInput["arcgisVoiceInputInterimTranscription"]>;
|
|
@@ -88,10 +109,14 @@ declare module 'preact' {
|
|
|
88
109
|
"arcgis-portal-classification-form-element": PreactArcgisPortalClassificationFormElement;
|
|
89
110
|
"arcgis-portal-extent-picker": PreactArcgisPortalExtentPicker;
|
|
90
111
|
"arcgis-portal-field-delete": PreactArcgisPortalFieldDelete;
|
|
112
|
+
"arcgis-portal-group-badges": PreactArcgisPortalGroupBadges;
|
|
113
|
+
"arcgis-portal-group-card": PreactArcgisPortalGroupCard;
|
|
114
|
+
"arcgis-portal-group-thumbnail": PreactArcgisPortalGroupThumbnail;
|
|
91
115
|
"arcgis-portal-item-type": PreactArcgisPortalItemType;
|
|
92
116
|
"arcgis-portal-mentionable-text-area": PreactArcgisPortalMentionableTextArea;
|
|
93
117
|
"arcgis-portal-replacement-item-redirect": PreactArcgisPortalReplacementItemRedirect;
|
|
94
118
|
"arcgis-portal-user-avatar": PreactArcgisPortalUserAvatar;
|
|
119
|
+
"arcgis-portal-user-popup": PreactArcgisPortalUserPopup;
|
|
95
120
|
"arcgis-portal-voice-input": PreactArcgisPortalVoiceInput;
|
|
96
121
|
}
|
|
97
122
|
}
|
|
@@ -105,10 +130,14 @@ declare module 'preact' {
|
|
|
105
130
|
"arcgis-portal-classification-form-element": PreactArcgisPortalClassificationFormElement;
|
|
106
131
|
"arcgis-portal-extent-picker": PreactArcgisPortalExtentPicker;
|
|
107
132
|
"arcgis-portal-field-delete": PreactArcgisPortalFieldDelete;
|
|
133
|
+
"arcgis-portal-group-badges": PreactArcgisPortalGroupBadges;
|
|
134
|
+
"arcgis-portal-group-card": PreactArcgisPortalGroupCard;
|
|
135
|
+
"arcgis-portal-group-thumbnail": PreactArcgisPortalGroupThumbnail;
|
|
108
136
|
"arcgis-portal-item-type": PreactArcgisPortalItemType;
|
|
109
137
|
"arcgis-portal-mentionable-text-area": PreactArcgisPortalMentionableTextArea;
|
|
110
138
|
"arcgis-portal-replacement-item-redirect": PreactArcgisPortalReplacementItemRedirect;
|
|
111
139
|
"arcgis-portal-user-avatar": PreactArcgisPortalUserAvatar;
|
|
140
|
+
"arcgis-portal-user-popup": PreactArcgisPortalUserPopup;
|
|
112
141
|
"arcgis-portal-voice-input": PreactArcgisPortalVoiceInput;
|
|
113
142
|
}
|
|
114
143
|
}
|