@arcgis/map-components 5.2.0-next.95 → 5.2.0-next.96
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/22TB66OC.js +2 -0
- package/dist/cdn/{AY2PVEY5.js → 3AIQYNSA.js} +1 -1
- package/dist/cdn/{SSJBKHEN.js → 77NK4UBY.js} +1 -1
- package/dist/cdn/AJBOKAK6.js +2 -0
- package/dist/cdn/{2HYRTMJ6.js → AOBYM5ZK.js} +1 -1
- package/dist/cdn/AZ6IOGGT.js +2 -0
- package/dist/cdn/BOPKJR3D.js +2 -0
- package/dist/cdn/{K2FKS4AS.js → BZGHEINJ.js} +1 -1
- package/dist/cdn/{2F6NRCC5.js → DVGE5VPK.js} +1 -1
- package/dist/cdn/EDGLEFG3.js +2 -0
- package/dist/cdn/G743AW46.js +2 -0
- package/dist/cdn/{XZGU6TR6.js → GGKOLSCH.js} +1 -1
- package/dist/cdn/H7KG55LR.js +2 -0
- package/dist/cdn/{KZPPV365.js → JMYDF3AT.js} +1 -1
- package/dist/cdn/L4DWZT4V.js +2 -0
- package/dist/cdn/N2RLGXGJ.js +2 -0
- package/dist/cdn/P2JBFLSB.js +2 -0
- package/dist/cdn/RCQKTBVC.js +2 -0
- package/dist/cdn/{O6CGTOAO.js → S7JDLOX2.js} +1 -1
- package/dist/cdn/assets/selection-list/t9n/messages.en.json +1 -0
- package/dist/cdn/assets/video-player/t9n/messages.en.json +1 -1
- package/dist/cdn/index.js +1 -1
- package/dist/cdn/main.css +1 -1
- package/dist/chunks/esri-main.js +1 -1
- package/dist/chunks/slots.js +1 -1
- package/dist/components/arcgis-aggregated-features/customElement.js +7 -7
- package/dist/components/arcgis-basemap-layer-list-next/customElement.d.ts +5 -6
- package/dist/components/arcgis-catalog-layer-list-next/customElement.d.ts +11 -1
- package/dist/components/arcgis-catalog-layer-list-next/types.d.ts +2 -2
- package/dist/components/arcgis-feature/customElement.js +27 -27
- package/dist/components/arcgis-feature-attachments/customElement.js +73 -60
- package/dist/components/arcgis-feature-next/customElement.d.ts +7 -0
- package/dist/components/arcgis-feature-next/customElement.js +12 -12
- package/dist/components/arcgis-feature-relationship/customElement.js +54 -45
- package/dist/components/arcgis-features-next/customElement.d.ts +7 -0
- package/dist/components/arcgis-features-next/customElement.js +16 -16
- package/dist/components/arcgis-layer-list-next/customElement.d.ts +25 -9
- package/dist/components/arcgis-popup/customElement.d.ts +7 -0
- package/dist/components/arcgis-popup/customElement.js +15 -15
- package/dist/components/arcgis-scene/customElement.d.ts +2 -2
- package/dist/components/arcgis-selection-list/customElement.d.ts +421 -0
- package/dist/components/arcgis-selection-list/customElement.js +279 -0
- package/dist/components/arcgis-selection-list/index.d.ts +1 -0
- package/dist/components/arcgis-selection-list/index.js +16 -0
- package/dist/components/arcgis-selection-list/types.d.ts +85 -0
- package/dist/components/arcgis-utility-network-elements-result-item/customElement.js +1 -1
- package/dist/components/arcgis-video-player/customElement.d.ts +3 -0
- package/dist/components/arcgis-video-player/customElement.js +1 -1
- package/dist/components/arcgis-video-player-slider/customElement.js +9 -9
- 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 +10 -0
- package/dist/loader.js +8 -7
- package/dist/types/lumina.d.ts +10 -3
- package/dist/types/preact.d.ts +11 -3
- package/dist/types/react.d.ts +12 -3
- package/dist/types/stencil.d.ts +10 -3
- package/package.json +6 -6
- package/dist/cdn/2GDWXNYN.js +0 -2
- package/dist/cdn/A6Z7H75I.js +0 -2
- package/dist/cdn/CDMVB72W.js +0 -2
- package/dist/cdn/D5TJRWW3.js +0 -2
- package/dist/cdn/FY6IGGPV.js +0 -2
- package/dist/cdn/G7HOUS4O.js +0 -2
- package/dist/cdn/HF3GCBAI.js +0 -2
- package/dist/cdn/LKCX5SXM.js +0 -2
- package/dist/cdn/S3QMZKDY.js +0 -2
- package/dist/cdn/XQH6U57U.js +0 -2
package/dist/index.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ import type { ArcgisScaleRangeSlider } from "./components/arcgis-scale-range-sli
|
|
|
90
90
|
import type { ArcgisScene } from "./components/arcgis-scene/customElement.js";
|
|
91
91
|
import type { ArcgisSearch } from "./components/arcgis-search/customElement.js";
|
|
92
92
|
import type { ArcgisSearchResultRenderer } from "./components/arcgis-search-result-renderer/customElement.js";
|
|
93
|
+
import type { ArcgisSelectionList } from "./components/arcgis-selection-list/customElement.js";
|
|
93
94
|
import type { ArcgisSelectionToolbar } from "./components/arcgis-selection-toolbar/customElement.js";
|
|
94
95
|
import type { ArcgisShadowCast } from "./components/arcgis-shadow-cast/customElement.js";
|
|
95
96
|
import type { ArcgisSketch } from "./components/arcgis-sketch/customElement.js";
|
|
@@ -449,6 +450,11 @@ export interface ArcgisSearchResultRendererCustomEvent<T> extends CustomEvent<T>
|
|
|
449
450
|
target: ArcgisSearchResultRenderer;
|
|
450
451
|
currentTarget: ArcgisSearchResultRenderer;
|
|
451
452
|
}
|
|
453
|
+
export interface ArcgisSelectionListCustomEvent<T> extends CustomEvent<T> {
|
|
454
|
+
detail: T;
|
|
455
|
+
target: ArcgisSelectionList;
|
|
456
|
+
currentTarget: ArcgisSelectionList;
|
|
457
|
+
}
|
|
452
458
|
export interface ArcgisSelectionToolbarCustomEvent<T> extends CustomEvent<T> {
|
|
453
459
|
detail: T;
|
|
454
460
|
target: ArcgisSelectionToolbar;
|
|
@@ -769,6 +775,7 @@ declare global {
|
|
|
769
775
|
"arcgis-scene": ArcgisScene;
|
|
770
776
|
"arcgis-search": ArcgisSearch;
|
|
771
777
|
"arcgis-search-result-renderer": ArcgisSearchResultRenderer;
|
|
778
|
+
"arcgis-selection-list": ArcgisSelectionList;
|
|
772
779
|
"arcgis-selection-toolbar": ArcgisSelectionToolbar;
|
|
773
780
|
"arcgis-shadow-cast": ArcgisShadowCast;
|
|
774
781
|
"arcgis-sketch": ArcgisSketch;
|
|
@@ -1020,6 +1027,9 @@ declare global {
|
|
|
1020
1027
|
type HTMLArcgisSearchResultRendererElementEventMap = ArcgisSearchResultRenderer["@eventTypes"];
|
|
1021
1028
|
type HTMLArcgisSearchResultRendererElement = ArcgisSearchResultRenderer;
|
|
1022
1029
|
|
|
1030
|
+
type HTMLArcgisSelectionListElementEventMap = ArcgisSelectionList["@eventTypes"];
|
|
1031
|
+
type HTMLArcgisSelectionListElement = ArcgisSelectionList;
|
|
1032
|
+
|
|
1023
1033
|
type HTMLArcgisSelectionToolbarElementEventMap = ArcgisSelectionToolbar["@eventTypes"];
|
|
1024
1034
|
type HTMLArcgisSelectionToolbarElement = ArcgisSelectionToolbar;
|
|
1025
1035
|
|
package/dist/loader.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { r as e } from "./chunks/runtime.js";
|
|
3
3
|
import { makeDefineCustomElements as t } from "@arcgis/lumina";
|
|
4
4
|
const s = t(e, {
|
|
5
|
-
"arcgis-aggregated-features": [() => import("./components/arcgis-aggregated-features/customElement.js"), "aggregatedFeatureCount:,aggregatedFeatureItems:,aggregatedFeatures:,autoDestroyDisabled,chartAnimationDisabled,defaultPopupTemplateEnabled,feature:,flowItems:,headingLevel,hideAttachmentsContent,hideContent,hideCustomContent,hideExpressionContent,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideTextContent,loading:,location:,map:,messageOverrides:,messages:,selectedAggregateBoundaryFeature:,selectedAggregatedFeatureIndex:,showRelationshipContent,showUtilityNetworkContent,spatialReference:,timeZone,view:;destroy,next,previous"],
|
|
5
|
+
"arcgis-aggregated-features": [() => import("./components/arcgis-aggregated-features/customElement.js"), "aggregatedFeatureCount:,aggregatedFeatureItems:,aggregatedFeatures:,autoDestroyDisabled,chartAnimationDisabled,defaultPopupTemplateEnabled,feature:,flowItems:,headingLevel,hideAttachmentsContent,hideContent,hideCustomContent,hideEmptyRelationshipContent,hideExpressionContent,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideTextContent,loading:,location:,map:,messageOverrides:,messages:,selectedAggregateBoundaryFeature:,selectedAggregatedFeatureIndex:,showRelationshipContent,showUtilityNetworkContent,spatialReference:,timeZone,view:;destroy,next,previous"],
|
|
6
6
|
"arcgis-area-measurement-2d": [() => import("./components/arcgis-area-measurement-2d/customElement.js"), "analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,snappingOptions:,state:,unit,unitOptions:,view:;clear,destroy,start"],
|
|
7
7
|
"arcgis-area-measurement-3d": [() => import("./components/arcgis-area-measurement-3d/customElement.js"), "analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,state:,unit,unitOptions:,view:;clear,destroy,start"],
|
|
8
8
|
"arcgis-attachments": [() => import("./components/arcgis-attachments/customElement.js"), "attachmentInfos:,attachmentKeywords:,attachmentTypes:,autoDestroyDisabled,capabilities:,displayType,graphic:,hideAddButton,hideAddSubmitButton,hideCancelAddButton,hideCancelUpdateButton,hideDeleteButton,hideErrorMessage,hideProgressBar,hideUpdateButton,icon,label,referenceElement,state:,submitting:;destroy"],
|
|
@@ -35,15 +35,15 @@ const s = t(e, {
|
|
|
35
35
|
"arcgis-elevation-profile-statistics": [() => import("./components/arcgis-elevation-profile-statistics/customElement.js"), "effectiveDisplayUnits:,messages:,result:;destroy"],
|
|
36
36
|
"arcgis-expand": [() => import("./components/arcgis-expand/customElement.js"), "autoCollapse,autoDestroyDisabled,closeOnEscDisabled,collapseIcon,collapseTooltip,content,expanded,expandIcon,expandTooltip,focusTrapDisabled,group,icon,iconNumber,label,messageOverrides:,messages:,mode,placement,referenceElement,state:,topLayerDisabled,view:,visualScale;collapse,destroy,expand"],
|
|
37
37
|
"arcgis-feature": [() => import("./components/arcgis-feature/customElement.js"), "autoDestroyDisabled,chartAnimationDisabled,defaultPopupTemplateEnabled,flowItems:,flowType,graphic:,heading:,headingLevel,hideAttachmentsContent,hideContent,hideCustomContent,hideExpressionContent,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideTextContent,icon,isFeatureFromTable:,label,location:,map:,messageOverrides:,messages:,referenceElement,showRelationshipContent,showUtilityNetworkContent,spatialReference:,state:,timeZone,view:,viewModel:;destroy,nextMedia,previousMedia,setActiveMedia,updateGeometry"],
|
|
38
|
-
"arcgis-feature-attachments": [() => import("./components/arcgis-feature-attachments/customElement.js"), "attachmentKeywords:,attachmentTypes:,description,displayType,graphic:,heading,headingLevel,hidePreviewImageAttachmentName,messages:,orderByFields:"],
|
|
38
|
+
"arcgis-feature-attachments": [() => import("./components/arcgis-feature-attachments/customElement.js"), "attachmentKeywords:,attachmentTypes:,description,displayType,empty,graphic:,heading,headingLevel,hidePreviewImageAttachmentName,messages:,orderByFields:"],
|
|
39
39
|
"arcgis-feature-content": [() => import("./components/arcgis-feature-content/customElement.js"), "creator,destroyer:,graphic:"],
|
|
40
40
|
"arcgis-feature-element-info": [() => import("./components/arcgis-feature-element-info/customElement.js"), "description,heading,headingLevel"],
|
|
41
41
|
"arcgis-feature-expression": [() => import("./components/arcgis-feature-expression/customElement.js"), "expressionInfo:,expressionInfos:,fieldInfoMap:,graphic:,headingLevel,interceptor:,layer:,location:,map:,messages:,spatialReference:,values:,view:"],
|
|
42
42
|
"arcgis-feature-fields": [() => import("./components/arcgis-feature-fields/customElement.js"), "description,expressionInfos:,fieldInfos:,graphic:,heading,headingLevel,isContentFieldInfos,layer:,messages:,values:"],
|
|
43
43
|
"arcgis-feature-form": [() => import("./components/arcgis-feature-form/customElement.js"), "autoDestroyDisabled,disabled,editType,feature:,formTemplate:,groupDisplay,headingLevel,hideReadOnlyNotice,icon,label,layer:,map:,referenceElement,state:,timeZone;destroy,getValues,submit"],
|
|
44
44
|
"arcgis-feature-media": [() => import("./components/arcgis-feature-media/customElement.js"), "activeMediaInfo:,activeMediaInfoIndex,chartAnimationDisabled,description,expressionValues:,fieldInfoMap:,formattedMediaInfoCount:,formattedMediaInfos:,formattedValues:,graphic:,heading,headingLevel,layer:,mediaInfos:,messages:,popupTemplate:,relatedInfos:,values:;;next,previous,setActiveMedia"],
|
|
45
|
-
"arcgis-feature-next": [() => import("./components/arcgis-feature-next/customElement.js"), "autoDestroyDisabled,chartAnimationDisabled,defaultPopupTemplateEnabled,flowItems:,flowType,graphic:,heading:,headingLevel,hideAttachmentsContent,hideContent,hideCustomContent,hideExpressionContent,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideTextContent,icon,isFeatureFromTable:,label,location:,map:,messageOverrides:,messages:,referenceElement,showRelationshipContent,showUtilityNetworkContent,spatialReference:,state:,timeZone,view:,viewModel:;destroy,updateGeometry;nextMedia,previousMedia,setActiveMedia"],
|
|
46
|
-
"arcgis-feature-relationship": [() => import("./components/arcgis-feature-relationship/customElement.js"), "activeCategory:,allItemsDescription:,autoDestroyDisabled,description,displayCount,featurePage,featuresPerPage,flowItems:,flowType,graphic:,heading,headingLevel,hideDescription,hideHeading,label,layer:,map:,messages:,orderByFields:,relationshipId,showAllEnabled,spatialReference:,timeZone,useFeatureNextFlowItem,values:,view:;destroy"],
|
|
45
|
+
"arcgis-feature-next": [() => import("./components/arcgis-feature-next/customElement.js"), "autoDestroyDisabled,chartAnimationDisabled,defaultPopupTemplateEnabled,flowItems:,flowType,graphic:,heading:,headingLevel,hideAttachmentsContent,hideContent,hideCustomContent,hideEmptyRelationshipContent,hideExpressionContent,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideTextContent,icon,isFeatureFromTable:,label,location:,map:,messageOverrides:,messages:,referenceElement,showRelationshipContent,showUtilityNetworkContent,spatialReference:,state:,timeZone,view:,viewModel:;destroy,updateGeometry;nextMedia,previousMedia,setActiveMedia"],
|
|
46
|
+
"arcgis-feature-relationship": [() => import("./components/arcgis-feature-relationship/customElement.js"), "activeCategory:,allItemsDescription:,autoDestroyDisabled,description,displayCount,empty,featurePage,featuresPerPage,flowItems:,flowType,graphic:,heading,headingLevel,hideDescription,hideEmptyRelationshipContent,hideHeading,label,layer:,map:,messages:,orderByFields:,relationshipId,showAllEnabled,spatialReference:,timeZone,useFeatureNextFlowItem,values:,view:;destroy"],
|
|
47
47
|
"arcgis-feature-table": [() => import("./components/arcgis-feature-table/customElement.js"), "actionColumn:,actionColumnConfig:,activeFilters:,activeSortOrders:,allColumns:,allRelatedTablesVisible:,allVisibleColumns:,attachmentsColumns:,attachmentsEnabled,attachmentsViewOptions:,attributeTableTemplate:,autoDestroyDisabled,autoRefreshDisabled,autoSaveDisabled,canAddRelatedFeature:,closed,collapsed,columnPerformanceModeDisabled,columnReorderingDisabled,columns:,definitionExpression,description,disabled,editingEnabled,effectiveSize:,fieldColumns:,filterByLayerScaleRange,filterBySelectionEnabled,filterByViewExtent,filterGeometry:,groupColumns:,hasContingentValues:,hasInvalidPendingEdits:,hasPendingEdits:,hiddenFields:,hideColumnDescriptions,hideColumnMenuItemsSortAscending,hideColumnMenuItemsSortDescending,hideColumnMenus,hideColumnVisibilityMenu,hideColumnVisibilityMenuItemsFilter,hideColumnVisibilityMenuItemsHeader,hideColumnVisibilityMenuItemsToggleAll,hideHeader,hideLayerDropdownIcons,hideMenu,hideMenuItemsClearSelection,hideMenuItemsDeleteSelection,hideMenuItemsExportSelectionToCsv,hideMenuItemsRefreshData,hideMenuItemsSelectedRecordsShowAllToggle,hideMenuItemsSelectedRecordsShowSelectedToggle,hideMenuItemsToggleColumns,hideMenuItemsZoomToSelection,hideProgress,hideSelectionColumn,hideTooltips,highlightDisabled,highlightIds:,icon,initialSize,isQueryingOrSyncing:,isSyncingAttachments:,label,layer:,layerId,layerItemId,layers:,layerUrl,layerView:,mapLayerId,maxSize,menuConfig:,multipleSelectionDisabled,multipleSortEnabled,multipleSortPriority,navigationScale,noDataMessage,objectIds:,outFields:,pageCount:,pageIndex,pageSize,paginationEnabled,referenceElement,relatedRecordsEnabled,relatedTable:,relatedTables:,relationship:,relationshipColumns:,returnGeometryEnabled,returnMEnabled,returnZEnabled,rowHighlightIds:,selectionManager:,showClose,showCollapse,showLayerDropdown,size:,state:,supportsAddAttachments:,supportsAttachments:,supportsDeleteAttachments:,supportsResizeAttachments:,supportsUpdateAttachments:,syncTemplateOnChangesDisabled,syncViewSelection,tableController:,tableDisabled,tableParent:,tableTemplate:,tableTitle,timeExtent:,timeZone,view:,visibleColumns:;deleteSelection,destroy,discardPendingEdits,exportSelectionToCSV,findColumn,getFeatureStoreItemByObjectId,goToPage,hideColumn,nextPage,previousPage,refresh,refreshCellContent,savePendingEdits,scrollToBottom,scrollToIndex,scrollToLeft,scrollToRow,scrollToTop,showAllColumns,showColumn,sortColumn,toggleColumnVisibility,zoomToSelection;addPendingEdits"],
|
|
48
48
|
"arcgis-feature-templates": [() => import("./components/arcgis-feature-templates/customElement.js"), "_messages:,applicationDisabledFunction:,applicationFilterFunction:,applicationTemplates:,autoDestroyDisabled,disabled,disableTemplatesMode,display,effectiveTemplates:,excludeTables,favorites:,favoritesEnabled,favoritesFilterText,filterText,groupBy,groupByFunction:,hideTemplateDescription,hideTemplatesMode,layers:,minRequiredFilterCount,recentFilterText,recentlyUsed:,recentlyUsedEnabled,referenceElement,restoreFavorites:,restoreRecentlyUsed:,sectionSortBy,sectionSortByFunction:,selectedTemplate:,selectedTemplateId,sharedTemplatesDisabled,showCollapseButton,showFilter,templateSortBy,templateSortByFunction:,updating:,view:;destroy"],
|
|
49
49
|
"arcgis-template-image": [() => import("./components/arcgis-template-image/customElement.js"), "template:"],
|
|
@@ -51,7 +51,7 @@ const s = t(e, {
|
|
|
51
51
|
"arcgis-feature-utility-network-association-list": [() => import("./components/arcgis-feature-utility-network-association-list/customElement.js"), "associatedFeatureCount:,associationViewModels:,autoDestroyDisabled,currentFeaturePage,description,displayCount,endIndex:,featuresPerPage,flowItems:,flowType,heading,map:,maxFeatureCount,messages:,parentFeatureViewModel:,referenceElement,selectedLayer:,showAllEnabled,spatialReference:,state,timeZone,tooltipReferenceMap:,useFeatureNextFlowItem,view:;destroy"],
|
|
52
52
|
"arcgis-feature-utility-network-associations": [() => import("./components/arcgis-feature-utility-network-associations/customElement.js"), "associationTypes:,autoDestroyDisabled,description,flowItems:,flowType,graphic:,heading,headingLevel,layer:,map:,messages:,parentFeatureViewModel:,referenceElement,source,spatialReference:,timeZone,useFeatureNextFlowItem,view:;destroy"],
|
|
53
53
|
"arcgis-features": [() => import("./components/arcgis-features/customElement.js"), "actions:,active:,autoDestroyDisabled,chartAnimationDisabled,collapsed,collapseDirection,content,defaultPopupTemplateEnabled,effectiveHeading:,featureCount,featureMenuOpen,featureMenuTitle,featureNavigationTop,features:,featuresPerPage,featureViewModelAbilities:,goToOverride:,headerActions:,heading,headingLevel,hideActionBar,hideAttachmentsContent,hideCloseButton,hideContent,hideCustomContent,hideExpressionContent,hideFeatureListLayerTitle,hideFeatureMenuHeading,hideFeatureNavigation,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideRelationshipContent,hideSelectFeature,hideSpinner,hideTextContent,hideUtilityNetworkContent,highlightDisabled,icon,includeDefaultActionsDisabled,initialDisplayMode,label,location:,map:,messageOverrides:,messages:,open,promises:,referenceElement,responsiveActionsEnabled,selectedDrillInFeature:,selectedFeature:,selectedFeatureComponent:,selectedFeatureIndex,showCollapseButton,spatialReference:,state:,timeZone,updateLocationEnabled,view:,viewModel:;clear,close,destroy,fetchFeatures,next,previous,setFocus,triggerAction"],
|
|
54
|
-
"arcgis-features-next": [() => import("./components/arcgis-features-next/customElement.js"), "actions:,active:,autoDestroyDisabled,chartAnimationDisabled,collapsed,collapseDirection,content,defaultPopupTemplateEnabled,effectiveHeading:,featureCount,featureItemAbilities:,featureMenuOpen,featureMenuTitle,featureNavigationTop,features:,featuresPerPage,focusTrapEnabled,goToOverride:,headerActions:,heading,headingLevel,hideActionBar,hideAttachmentsContent,hideCloseButton,hideContent,hideCustomContent,hideExpressionContent,hideFeatureListLayerTitle,hideFeatureMenuHeading,hideFeatureNavigation,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideRelationshipContent,hideSelectFeature,hideSpinner,hideTextContent,hideUtilityNetworkContent,highlightDisabled,icon,includeDefaultActionsDisabled,initialDisplayMode,label,location:,map:,messageOverrides:,messages:,open,promises:,referenceElement,responsiveActionsEnabled,selectedDrillInFeature:,selectedFeature:,selectedFeatureComponent:,selectedFeatureIndex,showCollapseButton,spatialReference:,state:,timeZone,updateLocationEnabled,view:,viewModel:;destroy,fetchFeatures,setFocus;clear,close,next,previous"],
|
|
54
|
+
"arcgis-features-next": [() => import("./components/arcgis-features-next/customElement.js"), "actions:,active:,autoDestroyDisabled,chartAnimationDisabled,collapsed,collapseDirection,content,defaultPopupTemplateEnabled,effectiveHeading:,featureCount,featureItemAbilities:,featureMenuOpen,featureMenuTitle,featureNavigationTop,features:,featuresPerPage,focusTrapEnabled,goToOverride:,headerActions:,heading,headingLevel,hideActionBar,hideAttachmentsContent,hideCloseButton,hideContent,hideCustomContent,hideEmptyRelationshipContent,hideExpressionContent,hideFeatureListLayerTitle,hideFeatureMenuHeading,hideFeatureNavigation,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideRelationshipContent,hideSelectFeature,hideSpinner,hideTextContent,hideUtilityNetworkContent,highlightDisabled,icon,includeDefaultActionsDisabled,initialDisplayMode,label,location:,map:,messageOverrides:,messages:,open,promises:,referenceElement,responsiveActionsEnabled,selectedDrillInFeature:,selectedFeature:,selectedFeatureComponent:,selectedFeatureIndex,showCollapseButton,spatialReference:,state:,timeZone,updateLocationEnabled,view:,viewModel:;destroy,fetchFeatures,setFocus;clear,close,next,previous"],
|
|
55
55
|
"arcgis-floor-filter": [() => import("./components/arcgis-floor-filter/customElement.js"), "autoDestroyDisabled,facility,goToOverride:,headingLevel,icon,label,level,longNames,messageOverrides:,messages:,referenceElement,site,view:;destroy,updateWebDocument"],
|
|
56
56
|
"arcgis-fullscreen": [() => import("./components/arcgis-fullscreen/customElement.js"), "element,label,messageOverrides:,messages:,referenceElement,state,view:,visualScale"],
|
|
57
57
|
"arcgis-grid-controls": [() => import("./components/arcgis-grid-controls/customElement.js"), "_messages:,autoDestroyDisabled,customColor,displayEnabled:,dynamicScaling,effectiveSpacingAfterDynamicScaling,gridColor,gridControlsEnabled:,gridOutOfScale,hideColorSelection,hideDynamicScaleToggle,hideGridEnabledToggle,hideGridSnapEnabledToggle,hideLineIntervalInput,hideNumericInputs,hideOutOfScaleWarning,hidePlacementButtons,hideRotateWithMapToggle,icon,interactivePlacementState,label,majorLineInterval,messageOverrides:,placementDisabled,referenceElement,rotateWithMap,rotation,snappingEnabled,snappingOptions:,spacing,theme,unit,view:;destroy;trySetDisplayEnabled"],
|
|
@@ -94,7 +94,7 @@ const s = t(e, {
|
|
|
94
94
|
"arcgis-feature-image": [() => import("./components/arcgis-feature-image/customElement.js"), "actualSymbol:,graphic:,heightInPixels,layer:,minWidth,tableSymbolIcon:,useTrueShape,widthInPixels"],
|
|
95
95
|
"arcgis-feature-title": [() => import("./components/arcgis-feature-title/customElement.js"), "_messages:,graphic:,isNewFeature,layer:,noTitleLabel"],
|
|
96
96
|
"arcgis-multi-feature-form": [() => import("./components/arcgis-multi-feature-form/customElement.js"), "activeFeatureIndex,autoDestroyDisabled,disabled,editType,expressionEvaluationFailed:,features:,groupDisplay,hasTooManyComplexFeatures:,hasTooManyFeatures:,headingLevel,icon,invalidFeatures:,label,maximumFeatureCount,maximumFeatureCountWithComplexForms,position,readOnly,referenceElement,status:,submitHasBeenAttempted,timeZone,updating:,valid:,view:;destroy;getValues,goToFirstError,userChangesHaveMadeFeatureInvalid"],
|
|
97
|
-
"arcgis-popup": [() => import("./components/arcgis-popup/customElement.js"), "actions:,active:,alignment,autoCloseEnabled,autoDestroyDisabled,collapsed,content,currentAlignment:,currentDockPosition:,defaultPopupTemplateEnabled,dockEnabled,dockOptions:,effectiveHeading:,featureCount:,featureMenuOpen,featureMenuTitle,features:,featureStream:,focusTrapDisabled,goToOverride:,heading,headingLevel,hideActionBar,hideCloseButton,hideCollapseButton,hideFeatureListLayerTitle,hideFeatureMenuHeading,hideFeatureNavigation,hideHeading,hideSpinner,highlightDisabled,includeDefaultActionsDisabled,initialDisplayMode,label,location:,messageOverrides:,messages:,open,promises:,referenceElement,selectedDrillInFeature:,selectedFeature:,selectedFeatureComponent:,selectedFeatureIndex,state:,topLayerDisabled,updateLocationEnabled,view:;clear,destroy,fetchFeatures,next,previous,setFocus"],
|
|
97
|
+
"arcgis-popup": [() => import("./components/arcgis-popup/customElement.js"), "actions:,active:,alignment,autoCloseEnabled,autoDestroyDisabled,collapsed,content,currentAlignment:,currentDockPosition:,defaultPopupTemplateEnabled,dockEnabled,dockOptions:,effectiveHeading:,featureCount:,featureMenuOpen,featureMenuTitle,features:,featureStream:,focusTrapDisabled,goToOverride:,heading,headingLevel,hideActionBar,hideCloseButton,hideCollapseButton,hideEmptyRelationshipContent,hideFeatureListLayerTitle,hideFeatureMenuHeading,hideFeatureNavigation,hideHeading,hideSpinner,highlightDisabled,includeDefaultActionsDisabled,initialDisplayMode,label,location:,messageOverrides:,messages:,open,promises:,referenceElement,selectedDrillInFeature:,selectedFeature:,selectedFeatureComponent:,selectedFeatureIndex,state:,topLayerDisabled,updateLocationEnabled,view:;clear,destroy,fetchFeatures,next,previous,setFocus"],
|
|
98
98
|
"arcgis-presentation": [() => import("./components/arcgis-presentation/customElement.js"), "_messages:,autoDestroyDisabled,keyboardNavigationEnabled,navigationHidden,sliceAnalysisInteractive,slideCaptionsDisabled,slideId,slideLegendDisabled,slidePopupDisabled,view:,visualScale;destroy"],
|
|
99
99
|
"arcgis-presentation-captions": [() => import("./components/arcgis-presentation-captions/customElement.js"), "autoDestroyDisabled,slide:,transitionActive;destroy"],
|
|
100
100
|
"arcgis-presentation-slide-list": [() => import("./components/arcgis-presentation-slide-list/customElement.js"), "label,slideId,slides:,visualScale"],
|
|
@@ -122,6 +122,7 @@ const s = t(e, {
|
|
|
122
122
|
"arcgis-scene": [() => import("./components/arcgis-scene/customElement.js"), "allLayerViews:,alphaCompositingEnabled,analyses:,animationsDisabled,aria:,attributionItems:,attributionMode,autoDestroyDisabled,basemap,basemapView:,camera:,cameraFov,cameraHeading,cameraPosition,cameraTilt,canZoomIn:,canZoomOut:,center,clippingArea:,constraints:,displayFilterDisabled,environment:,extent:,fatalError:,floors:,focusAreas:,gamepad:,graphics:,ground,groundView:,hideAttribution,highlights:,interacting:,itemId,layerViews:,loadErrorSources:,magnifier:,map:,navigating:,navigation:,padding:,performanceInfo:,popup:,popupComponentEnabled,popupDisabled,popupElement:,qualityProfile,ready:,resolution:,scale,selectionManager:,slotGroupRefs:,spatialReference:,stationary:,suspended,theme:,timeExtent:,timeZone,updating:,view:,viewingMode,viewpoint:,visibleArea:,zoom;closePopup,destroy,fetchPopupFeatures,goTo,hitTest,openPopup,takeScreenshot,tryFatalErrorRecovery,viewOnReady,whenAnalysisView,whenLayerView,zoomIn,zoomOut;toMap,toScreen"],
|
|
123
123
|
"arcgis-search": [() => import("./components/arcgis-search/customElement.js"), "activeMenu,activeSource:,activeSourceIndex,allPlaceholder,allSources:,autoDestroyDisabled,autoNavigateDisabled,autoSelectDisabled,defaultSources:,disabled,goToOverride:,hideSourcesMenu,icon,includeDefaultSourcesDisabled,label,locationDisabled,maxResults,maxSuggestions,messageOverrides:,messages:,minSuggestCharacters,popupDisabled,popupTemplate:,portal:,referenceElement,resultGraphic:,resultGraphicDisabled,results:,searchAllDisabled,searchTerm,selectedResult:,sources:,state:,suggestions:,suggestionsDisabled,topLayerDisabled,view:;destroy,search,setFocus,suggest;clear"],
|
|
124
124
|
"arcgis-search-result-renderer": [() => import("./components/arcgis-search-result-renderer/customElement.js"), "autoDestroyDisabled,messages:,viewModel:;destroy"],
|
|
125
|
+
"arcgis-selection-list": [() => import("./components/arcgis-selection-list/customElement.js"), "activeLayerItem:,afterListItemSelect:,allLayerItems:,autoDestroyDisabled,count:,disabled,displayMode,effectiveSelectionManager:,filterText,hideFilter,hideFilterNotice,hideHeader,hideItemCloseActions,hideItemCount,hideItemIcons,hideItemMenus,hideLayerFilter,hideMenu,hideTotalCount,hideZoomToButton,highlightOnHoverDisabled,icon,label,layer:,layerItems:,listItemActionConfigurations:,listItemUnavailableFunction:,maxVisibleFeatureCountExceeded:,maxVisibleFeatureCountPerLayer,menuScale,messages:,referenceElement,selectionManager:,state:,view:,visibleFeatureCount:,visibleFeatureItems:,visibleLayerCount:,visualScale;clear,collapseAll,deselectItem,destroy,expandAll,findLayerItem,findParentItem,goToItem,removeFromSelection,replace,selectItem"],
|
|
125
126
|
"arcgis-selection-toolbar": [() => import("./components/arcgis-selection-toolbar/customElement.js"), "activeOperation:,autoDestroyDisabled,availableOperationTypes:,continuousSelectionEnabled,defaultLassoToolOptions:,defaultOperationType,defaultPointToolOptions:,defaultRectangleToolOptions:,disabled,effectiveSelectionManager:,effectiveSources:,hideChip,hideLassoTool,hideOperationTypeControls,hidePanTool,hidePointTool,hideProgress,hideRectangleTool,icon,label,layerViewPreferenceDisabled,layout,messages:,referenceElement,returnFeatureTitleFields,returnGeometryDisabled,selectionManager:,showTextLabels,sources:,state:,syncResultsDisabled,syncWhileDrawing,toolConfigs:,view:,visualScale;activate,activateTool,cancel,destroy,syncSources,toggleTool"],
|
|
126
127
|
"arcgis-shadow-cast": [() => import("./components/arcgis-shadow-cast/customElement.js"), "analysis:,autoDestroyDisabled,date,discreteColor:,discreteInterval,endTimeOfDay,headingLevel,hideDatePicker,hideDiscreteColorPicker,hideDiscreteInterval,hideDiscreteOptions,hideMinDurationColorPicker,hideMinDurationContextColorPicker,hideMinDurationContextInterval,hideMinDurationContextOptions,hideMinDurationContextToggle,hideMinDurationOptions,hideMinDurationSlider,hideShadowDurationTooltip,hideTimeRangeSlider,hideTimezone,hideTotalDurationColorPicker,hideTotalDurationModeSelect,hideTotalDurationOptions,hideVisualization,hideVisualizationOptions,icon,label,maxMinDuration,messages:,minDuration,minDurationColor:,minDurationContextColor:,minDurationContextEnabled,minDurationContextInterval,minMinDuration,mode,referenceElement,startTimeOfDay,state:,totalDurationColor:,totalDurationMode,utcOffset,view:,visualizeSunlight,visualScale;destroy,getDurationAtScreen"],
|
|
127
128
|
"arcgis-shadow-cast-discrete-config": [() => import("./components/arcgis-shadow-cast-discrete-config/customElement.js"), "hideColorPicker,hideInterval,messages:,options:,scale"],
|
|
@@ -196,7 +197,7 @@ const s = t(e, {
|
|
|
196
197
|
"arcgis-video-player-controls-group": [() => import("./components/arcgis-video-player-controls-group/customElement.js"), "messages:,toggleMetadata:,viewModel:"],
|
|
197
198
|
"arcgis-video-player-metadata": [() => import("./components/arcgis-video-player-metadata/customElement.js"), "messages:,viewModel:"],
|
|
198
199
|
"arcgis-video-player-settings": [() => import("./components/arcgis-video-player-settings/customElement.js"), "messages:,viewModel:"],
|
|
199
|
-
"arcgis-video-player-slider": [() => import("./components/arcgis-video-player-slider/customElement.js"), "buffered,value,viewModel:"],
|
|
200
|
+
"arcgis-video-player-slider": [() => import("./components/arcgis-video-player-slider/customElement.js"), "buffered,messages:,value,viewModel:"],
|
|
200
201
|
"arcgis-view-popover": [() => import("./components/arcgis-view-popover/customElement.js"), "actionBarElement:,actionBarLayout:,anchorElement:,closable,heading,label,maxContentWidth,minContentWidth,open,tailAttachmentAppearance,view:,viewEdgeMargin,visualScale"],
|
|
201
202
|
"arcgis-volume-measurement": [() => import("./components/arcgis-volume-measurement/customElement.js"), "analysis:,areaDisplayUnit,areaDisplayUnitOptions:,autoDestroyDisabled,elevationDisplayUnit,elevationDisplayUnitOptions:,elevationInputUnit,elevationInputUnitOptions:,headingLevel,hideAreaDisplayUnitSelect,hideElevationDisplayUnitSelect,hideElevationInputUnitSelect,hideHeader,hideModeSelect,hidePerimeterDisplayUnitSelect,hideSettingsButton,hideStartButton,hideVisualization,hideVolumeDisplayUnitSelect,icon,label,messages:,mode,perimeterDisplayUnit,perimeterDisplayUnitOptions:,referenceElement,state:,view:,volumeDisplayUnit,volumeDisplayUnitOptions:;clear,destroy,start"],
|
|
202
203
|
"arcgis-weather": [() => import("./components/arcgis-weather/customElement.js"), "autoDestroyDisabled,headingLevel,hideHeader,icon,label,messageOverrides:,messages:,referenceElement,state:,view:;destroy"],
|
package/dist/types/lumina.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ import type { ArcgisScaleRangeSlider } from "../components/arcgis-scale-range-sl
|
|
|
65
65
|
import type { ArcgisScene } from "../components/arcgis-scene/customElement.js";
|
|
66
66
|
import type { ArcgisSearch } from "../components/arcgis-search/customElement.js";
|
|
67
67
|
import type { ArcgisSearchResultRenderer } from "../components/arcgis-search-result-renderer/customElement.js";
|
|
68
|
+
import type { ArcgisSelectionList } from "../components/arcgis-selection-list/customElement.js";
|
|
68
69
|
import type { ArcgisSelectionToolbar } from "../components/arcgis-selection-toolbar/customElement.js";
|
|
69
70
|
import type { ArcgisShadowCast } from "../components/arcgis-shadow-cast/customElement.js";
|
|
70
71
|
import type { ArcgisSketch } from "../components/arcgis-sketch/customElement.js";
|
|
@@ -302,7 +303,7 @@ interface LuminaArcgisFeatureForm extends Partial<Pick<ArcgisFeatureForm, "autoD
|
|
|
302
303
|
onarcgisValueChange?: EventHandler<ArcgisFeatureForm["arcgisValueChange"]>;
|
|
303
304
|
}
|
|
304
305
|
|
|
305
|
-
interface LuminaArcgisFeatureNext extends Partial<Pick<ArcgisFeatureNext, "autoDestroyDisabled" | "chartAnimationDisabled" | "defaultPopupTemplateEnabled" | "graphic" | "headingLevel" | "hideAttachmentsContent" | "hideContent" | "hideCustomContent" | "hideExpressionContent" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideTextContent" | "icon" | "label" | "location" | "map" | "messageOverrides" | "referenceElement" | "showRelationshipContent" | "showUtilityNetworkContent" | "spatialReference" | "timeZone" | "view">>, h.JSX.HTMLAttributes<ArcgisFeatureNext> {
|
|
306
|
+
interface LuminaArcgisFeatureNext extends Partial<Pick<ArcgisFeatureNext, "autoDestroyDisabled" | "chartAnimationDisabled" | "defaultPopupTemplateEnabled" | "graphic" | "headingLevel" | "hideAttachmentsContent" | "hideContent" | "hideCustomContent" | "hideEmptyRelationshipContent" | "hideExpressionContent" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideTextContent" | "icon" | "label" | "location" | "map" | "messageOverrides" | "referenceElement" | "showRelationshipContent" | "showUtilityNetworkContent" | "spatialReference" | "timeZone" | "view">>, h.JSX.HTMLAttributes<ArcgisFeatureNext> {
|
|
306
307
|
onarcgisPropertyChange?: EventHandler<ArcgisFeatureNext["arcgisPropertyChange"]>;
|
|
307
308
|
onarcgisReady?: EventHandler<ArcgisFeatureNext["arcgisReady"]>;
|
|
308
309
|
}
|
|
@@ -342,7 +343,7 @@ interface LuminaArcgisFeatures extends Partial<Pick<ArcgisFeatures, "actions" |
|
|
|
342
343
|
onarcgisTriggerAction?: EventHandler<ArcgisFeatures["arcgisTriggerAction"]>;
|
|
343
344
|
}
|
|
344
345
|
|
|
345
|
-
interface LuminaArcgisFeaturesNext extends Partial<Pick<ArcgisFeaturesNext, "actions" | "autoDestroyDisabled" | "chartAnimationDisabled" | "collapsed" | "collapseDirection" | "content" | "defaultPopupTemplateEnabled" | "featureCount" | "featureItemAbilities" | "featureMenuOpen" | "featureMenuTitle" | "featureNavigationTop" | "features" | "featuresPerPage" | "focusTrapEnabled" | "goToOverride" | "headerActions" | "heading" | "headingLevel" | "hideActionBar" | "hideAttachmentsContent" | "hideCloseButton" | "hideContent" | "hideCustomContent" | "hideExpressionContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideRelationshipContent" | "hideSelectFeature" | "hideSpinner" | "hideTextContent" | "hideUtilityNetworkContent" | "highlightDisabled" | "icon" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "map" | "messageOverrides" | "open" | "referenceElement" | "selectedFeatureIndex" | "showCollapseButton" | "spatialReference" | "timeZone" | "updateLocationEnabled" | "view">>, h.JSX.HTMLAttributes<ArcgisFeaturesNext> {
|
|
346
|
+
interface LuminaArcgisFeaturesNext extends Partial<Pick<ArcgisFeaturesNext, "actions" | "autoDestroyDisabled" | "chartAnimationDisabled" | "collapsed" | "collapseDirection" | "content" | "defaultPopupTemplateEnabled" | "featureCount" | "featureItemAbilities" | "featureMenuOpen" | "featureMenuTitle" | "featureNavigationTop" | "features" | "featuresPerPage" | "focusTrapEnabled" | "goToOverride" | "headerActions" | "heading" | "headingLevel" | "hideActionBar" | "hideAttachmentsContent" | "hideCloseButton" | "hideContent" | "hideCustomContent" | "hideEmptyRelationshipContent" | "hideExpressionContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideRelationshipContent" | "hideSelectFeature" | "hideSpinner" | "hideTextContent" | "hideUtilityNetworkContent" | "highlightDisabled" | "icon" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "map" | "messageOverrides" | "open" | "referenceElement" | "selectedFeatureIndex" | "showCollapseButton" | "spatialReference" | "timeZone" | "updateLocationEnabled" | "view">>, h.JSX.HTMLAttributes<ArcgisFeaturesNext> {
|
|
346
347
|
onarcgisClose?: EventHandler<ArcgisFeaturesNext["arcgisClose"]>;
|
|
347
348
|
onarcgisPropertyChange?: EventHandler<ArcgisFeaturesNext["arcgisPropertyChange"]>;
|
|
348
349
|
onarcgisReady?: EventHandler<ArcgisFeaturesNext["arcgisReady"]>;
|
|
@@ -532,7 +533,7 @@ interface LuminaArcgisMultiFeatureForm extends Partial<Pick<ArcgisMultiFeatureFo
|
|
|
532
533
|
onarcgisValueChange?: EventHandler<ArcgisMultiFeatureForm["arcgisValueChange"]>;
|
|
533
534
|
}
|
|
534
535
|
|
|
535
|
-
interface LuminaArcgisPopup extends Partial<Pick<ArcgisPopup, "actions" | "alignment" | "autoCloseEnabled" | "autoDestroyDisabled" | "collapsed" | "content" | "defaultPopupTemplateEnabled" | "dockEnabled" | "dockOptions" | "featureMenuOpen" | "featureMenuTitle" | "features" | "featureStream" | "focusTrapDisabled" | "goToOverride" | "heading" | "headingLevel" | "hideActionBar" | "hideCloseButton" | "hideCollapseButton" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideHeading" | "hideSpinner" | "highlightDisabled" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "location" | "messageOverrides" | "open" | "promises" | "referenceElement" | "selectedFeatureIndex" | "topLayerDisabled" | "updateLocationEnabled" | "view">>, h.JSX.HTMLAttributes<ArcgisPopup> {
|
|
536
|
+
interface LuminaArcgisPopup extends Partial<Pick<ArcgisPopup, "actions" | "alignment" | "autoCloseEnabled" | "autoDestroyDisabled" | "collapsed" | "content" | "defaultPopupTemplateEnabled" | "dockEnabled" | "dockOptions" | "featureMenuOpen" | "featureMenuTitle" | "features" | "featureStream" | "focusTrapDisabled" | "goToOverride" | "heading" | "headingLevel" | "hideActionBar" | "hideCloseButton" | "hideCollapseButton" | "hideEmptyRelationshipContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideHeading" | "hideSpinner" | "highlightDisabled" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "location" | "messageOverrides" | "open" | "promises" | "referenceElement" | "selectedFeatureIndex" | "topLayerDisabled" | "updateLocationEnabled" | "view">>, h.JSX.HTMLAttributes<ArcgisPopup> {
|
|
536
537
|
onarcgisClose?: EventHandler<ArcgisPopup["arcgisClose"]>;
|
|
537
538
|
onarcgisPropertyChange?: EventHandler<ArcgisPopup["arcgisPropertyChange"]>;
|
|
538
539
|
onarcgisReady?: EventHandler<ArcgisPopup["arcgisReady"]>;
|
|
@@ -615,6 +616,11 @@ interface LuminaArcgisSearchResultRenderer extends Partial<Pick<ArcgisSearchResu
|
|
|
615
616
|
onarcgisReady?: EventHandler<ArcgisSearchResultRenderer["arcgisReady"]>;
|
|
616
617
|
}
|
|
617
618
|
|
|
619
|
+
interface LuminaArcgisSelectionList extends Partial<Pick<ArcgisSelectionList, "afterListItemSelect" | "autoDestroyDisabled" | "disabled" | "displayMode" | "filterText" | "hideFilter" | "hideFilterNotice" | "hideHeader" | "hideItemCloseActions" | "hideItemCount" | "hideItemIcons" | "hideItemMenus" | "hideLayerFilter" | "hideMenu" | "hideTotalCount" | "hideZoomToButton" | "highlightOnHoverDisabled" | "icon" | "label" | "layer" | "listItemActionConfigurations" | "listItemUnavailableFunction" | "maxVisibleFeatureCountPerLayer" | "menuScale" | "referenceElement" | "selectionManager" | "view" | "visualScale">>, h.JSX.HTMLAttributes<ArcgisSelectionList> {
|
|
620
|
+
onarcgisPropertyChange?: EventHandler<ArcgisSelectionList["arcgisPropertyChange"]>;
|
|
621
|
+
onarcgisReady?: EventHandler<ArcgisSelectionList["arcgisReady"]>;
|
|
622
|
+
}
|
|
623
|
+
|
|
618
624
|
interface LuminaArcgisSelectionToolbar extends Partial<Pick<ArcgisSelectionToolbar, "autoDestroyDisabled" | "availableOperationTypes" | "continuousSelectionEnabled" | "defaultLassoToolOptions" | "defaultOperationType" | "defaultPointToolOptions" | "defaultRectangleToolOptions" | "disabled" | "hideChip" | "hideLassoTool" | "hideOperationTypeControls" | "hidePanTool" | "hidePointTool" | "hideProgress" | "hideRectangleTool" | "icon" | "label" | "layerViewPreferenceDisabled" | "layout" | "referenceElement" | "returnFeatureTitleFields" | "returnGeometryDisabled" | "selectionManager" | "showTextLabels" | "sources" | "syncResultsDisabled" | "syncWhileDrawing" | "toolConfigs" | "view" | "visualScale">>, h.JSX.HTMLAttributes<ArcgisSelectionToolbar> {
|
|
619
625
|
onarcgisBeforeActivate?: EventHandler<ArcgisSelectionToolbar["arcgisBeforeActivate"]>;
|
|
620
626
|
onarcgisComplete?: EventHandler<ArcgisSelectionToolbar["arcgisComplete"]>;
|
|
@@ -1020,6 +1026,7 @@ declare module "@arcgis/lumina" {
|
|
|
1020
1026
|
"arcgis-scene": LuminaArcgisScene;
|
|
1021
1027
|
"arcgis-search": LuminaArcgisSearch;
|
|
1022
1028
|
"arcgis-search-result-renderer": LuminaArcgisSearchResultRenderer;
|
|
1029
|
+
"arcgis-selection-list": LuminaArcgisSelectionList;
|
|
1023
1030
|
"arcgis-selection-toolbar": LuminaArcgisSelectionToolbar;
|
|
1024
1031
|
"arcgis-shadow-cast": LuminaArcgisShadowCast;
|
|
1025
1032
|
"arcgis-sketch": LuminaArcgisSketch;
|
package/dist/types/preact.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ import type { ArcgisScaleRangeSlider } from "../components/arcgis-scale-range-sl
|
|
|
65
65
|
import type { ArcgisScene } from "../components/arcgis-scene/customElement.js";
|
|
66
66
|
import type { ArcgisSearch } from "../components/arcgis-search/customElement.js";
|
|
67
67
|
import type { ArcgisSearchResultRenderer } from "../components/arcgis-search-result-renderer/customElement.js";
|
|
68
|
+
import type { ArcgisSelectionList } from "../components/arcgis-selection-list/customElement.js";
|
|
68
69
|
import type { ArcgisSelectionToolbar } from "../components/arcgis-selection-toolbar/customElement.js";
|
|
69
70
|
import type { ArcgisShadowCast } from "../components/arcgis-shadow-cast/customElement.js";
|
|
70
71
|
import type { ArcgisSketch } from "../components/arcgis-sketch/customElement.js";
|
|
@@ -303,7 +304,7 @@ interface PreactArcgisFeatureForm extends Partial<Pick<ArcgisFeatureForm, "autoD
|
|
|
303
304
|
onarcgisValueChange?: EventHandler<ArcgisFeatureForm["arcgisValueChange"]>;
|
|
304
305
|
}
|
|
305
306
|
|
|
306
|
-
interface PreactArcgisFeatureNext extends Partial<Pick<ArcgisFeatureNext, "autoDestroyDisabled" | "chartAnimationDisabled" | "defaultPopupTemplateEnabled" | "graphic" | "headingLevel" | "hideAttachmentsContent" | "hideContent" | "hideCustomContent" | "hideExpressionContent" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideTextContent" | "icon" | "label" | "location" | "map" | "messageOverrides" | "referenceElement" | "showRelationshipContent" | "showUtilityNetworkContent" | "spatialReference" | "timeZone" | "view">>, HTMLAttributes<ArcgisFeatureNext> {
|
|
307
|
+
interface PreactArcgisFeatureNext extends Partial<Pick<ArcgisFeatureNext, "autoDestroyDisabled" | "chartAnimationDisabled" | "defaultPopupTemplateEnabled" | "graphic" | "headingLevel" | "hideAttachmentsContent" | "hideContent" | "hideCustomContent" | "hideEmptyRelationshipContent" | "hideExpressionContent" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideTextContent" | "icon" | "label" | "location" | "map" | "messageOverrides" | "referenceElement" | "showRelationshipContent" | "showUtilityNetworkContent" | "spatialReference" | "timeZone" | "view">>, HTMLAttributes<ArcgisFeatureNext> {
|
|
307
308
|
onarcgisPropertyChange?: EventHandler<ArcgisFeatureNext["arcgisPropertyChange"]>;
|
|
308
309
|
onarcgisReady?: EventHandler<ArcgisFeatureNext["arcgisReady"]>;
|
|
309
310
|
}
|
|
@@ -343,7 +344,7 @@ interface PreactArcgisFeatures extends Partial<Pick<ArcgisFeatures, "actions" |
|
|
|
343
344
|
onarcgisTriggerAction?: EventHandler<ArcgisFeatures["arcgisTriggerAction"]>;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
|
-
interface PreactArcgisFeaturesNext extends Partial<Pick<ArcgisFeaturesNext, "actions" | "autoDestroyDisabled" | "chartAnimationDisabled" | "collapsed" | "collapseDirection" | "content" | "defaultPopupTemplateEnabled" | "featureCount" | "featureItemAbilities" | "featureMenuOpen" | "featureMenuTitle" | "featureNavigationTop" | "features" | "featuresPerPage" | "focusTrapEnabled" | "goToOverride" | "headerActions" | "heading" | "headingLevel" | "hideActionBar" | "hideAttachmentsContent" | "hideCloseButton" | "hideContent" | "hideCustomContent" | "hideExpressionContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideRelationshipContent" | "hideSelectFeature" | "hideSpinner" | "hideTextContent" | "hideUtilityNetworkContent" | "highlightDisabled" | "icon" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "map" | "messageOverrides" | "open" | "referenceElement" | "selectedFeatureIndex" | "showCollapseButton" | "spatialReference" | "timeZone" | "updateLocationEnabled" | "view">>, HTMLAttributes<ArcgisFeaturesNext> {
|
|
347
|
+
interface PreactArcgisFeaturesNext extends Partial<Pick<ArcgisFeaturesNext, "actions" | "autoDestroyDisabled" | "chartAnimationDisabled" | "collapsed" | "collapseDirection" | "content" | "defaultPopupTemplateEnabled" | "featureCount" | "featureItemAbilities" | "featureMenuOpen" | "featureMenuTitle" | "featureNavigationTop" | "features" | "featuresPerPage" | "focusTrapEnabled" | "goToOverride" | "headerActions" | "heading" | "headingLevel" | "hideActionBar" | "hideAttachmentsContent" | "hideCloseButton" | "hideContent" | "hideCustomContent" | "hideEmptyRelationshipContent" | "hideExpressionContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideRelationshipContent" | "hideSelectFeature" | "hideSpinner" | "hideTextContent" | "hideUtilityNetworkContent" | "highlightDisabled" | "icon" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "map" | "messageOverrides" | "open" | "referenceElement" | "selectedFeatureIndex" | "showCollapseButton" | "spatialReference" | "timeZone" | "updateLocationEnabled" | "view">>, HTMLAttributes<ArcgisFeaturesNext> {
|
|
347
348
|
onarcgisClose?: EventHandler<ArcgisFeaturesNext["arcgisClose"]>;
|
|
348
349
|
onarcgisPropertyChange?: EventHandler<ArcgisFeaturesNext["arcgisPropertyChange"]>;
|
|
349
350
|
onarcgisReady?: EventHandler<ArcgisFeaturesNext["arcgisReady"]>;
|
|
@@ -533,7 +534,7 @@ interface PreactArcgisMultiFeatureForm extends Partial<Pick<ArcgisMultiFeatureFo
|
|
|
533
534
|
onarcgisValueChange?: EventHandler<ArcgisMultiFeatureForm["arcgisValueChange"]>;
|
|
534
535
|
}
|
|
535
536
|
|
|
536
|
-
interface PreactArcgisPopup extends Partial<Pick<ArcgisPopup, "actions" | "alignment" | "autoCloseEnabled" | "autoDestroyDisabled" | "collapsed" | "content" | "defaultPopupTemplateEnabled" | "dockEnabled" | "dockOptions" | "featureMenuOpen" | "featureMenuTitle" | "features" | "featureStream" | "focusTrapDisabled" | "goToOverride" | "heading" | "headingLevel" | "hideActionBar" | "hideCloseButton" | "hideCollapseButton" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideHeading" | "hideSpinner" | "highlightDisabled" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "location" | "messageOverrides" | "open" | "promises" | "referenceElement" | "selectedFeatureIndex" | "topLayerDisabled" | "updateLocationEnabled" | "view">>, HTMLAttributes<ArcgisPopup> {
|
|
537
|
+
interface PreactArcgisPopup extends Partial<Pick<ArcgisPopup, "actions" | "alignment" | "autoCloseEnabled" | "autoDestroyDisabled" | "collapsed" | "content" | "defaultPopupTemplateEnabled" | "dockEnabled" | "dockOptions" | "featureMenuOpen" | "featureMenuTitle" | "features" | "featureStream" | "focusTrapDisabled" | "goToOverride" | "heading" | "headingLevel" | "hideActionBar" | "hideCloseButton" | "hideCollapseButton" | "hideEmptyRelationshipContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideHeading" | "hideSpinner" | "highlightDisabled" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "location" | "messageOverrides" | "open" | "promises" | "referenceElement" | "selectedFeatureIndex" | "topLayerDisabled" | "updateLocationEnabled" | "view">>, HTMLAttributes<ArcgisPopup> {
|
|
537
538
|
onarcgisClose?: EventHandler<ArcgisPopup["arcgisClose"]>;
|
|
538
539
|
onarcgisPropertyChange?: EventHandler<ArcgisPopup["arcgisPropertyChange"]>;
|
|
539
540
|
onarcgisReady?: EventHandler<ArcgisPopup["arcgisReady"]>;
|
|
@@ -616,6 +617,11 @@ interface PreactArcgisSearchResultRenderer extends Partial<Pick<ArcgisSearchResu
|
|
|
616
617
|
onarcgisReady?: EventHandler<ArcgisSearchResultRenderer["arcgisReady"]>;
|
|
617
618
|
}
|
|
618
619
|
|
|
620
|
+
interface PreactArcgisSelectionList extends Partial<Pick<ArcgisSelectionList, "afterListItemSelect" | "autoDestroyDisabled" | "disabled" | "displayMode" | "filterText" | "hideFilter" | "hideFilterNotice" | "hideHeader" | "hideItemCloseActions" | "hideItemCount" | "hideItemIcons" | "hideItemMenus" | "hideLayerFilter" | "hideMenu" | "hideTotalCount" | "hideZoomToButton" | "highlightOnHoverDisabled" | "icon" | "label" | "layer" | "listItemActionConfigurations" | "listItemUnavailableFunction" | "maxVisibleFeatureCountPerLayer" | "menuScale" | "referenceElement" | "selectionManager" | "view" | "visualScale">>, HTMLAttributes<ArcgisSelectionList> {
|
|
621
|
+
onarcgisPropertyChange?: EventHandler<ArcgisSelectionList["arcgisPropertyChange"]>;
|
|
622
|
+
onarcgisReady?: EventHandler<ArcgisSelectionList["arcgisReady"]>;
|
|
623
|
+
}
|
|
624
|
+
|
|
619
625
|
interface PreactArcgisSelectionToolbar extends Partial<Pick<ArcgisSelectionToolbar, "autoDestroyDisabled" | "availableOperationTypes" | "continuousSelectionEnabled" | "defaultLassoToolOptions" | "defaultOperationType" | "defaultPointToolOptions" | "defaultRectangleToolOptions" | "disabled" | "hideChip" | "hideLassoTool" | "hideOperationTypeControls" | "hidePanTool" | "hidePointTool" | "hideProgress" | "hideRectangleTool" | "icon" | "label" | "layerViewPreferenceDisabled" | "layout" | "referenceElement" | "returnFeatureTitleFields" | "returnGeometryDisabled" | "selectionManager" | "showTextLabels" | "sources" | "syncResultsDisabled" | "syncWhileDrawing" | "toolConfigs" | "view" | "visualScale">>, HTMLAttributes<ArcgisSelectionToolbar> {
|
|
620
626
|
onarcgisBeforeActivate?: EventHandler<ArcgisSelectionToolbar["arcgisBeforeActivate"]>;
|
|
621
627
|
onarcgisComplete?: EventHandler<ArcgisSelectionToolbar["arcgisComplete"]>;
|
|
@@ -1021,6 +1027,7 @@ declare module 'preact' {
|
|
|
1021
1027
|
"arcgis-scene": PreactArcgisScene;
|
|
1022
1028
|
"arcgis-search": PreactArcgisSearch;
|
|
1023
1029
|
"arcgis-search-result-renderer": PreactArcgisSearchResultRenderer;
|
|
1030
|
+
"arcgis-selection-list": PreactArcgisSelectionList;
|
|
1024
1031
|
"arcgis-selection-toolbar": PreactArcgisSelectionToolbar;
|
|
1025
1032
|
"arcgis-shadow-cast": PreactArcgisShadowCast;
|
|
1026
1033
|
"arcgis-sketch": PreactArcgisSketch;
|
|
@@ -1147,6 +1154,7 @@ declare module 'preact' {
|
|
|
1147
1154
|
"arcgis-scene": PreactArcgisScene;
|
|
1148
1155
|
"arcgis-search": PreactArcgisSearch;
|
|
1149
1156
|
"arcgis-search-result-renderer": PreactArcgisSearchResultRenderer;
|
|
1157
|
+
"arcgis-selection-list": PreactArcgisSelectionList;
|
|
1150
1158
|
"arcgis-selection-toolbar": PreactArcgisSelectionToolbar;
|
|
1151
1159
|
"arcgis-shadow-cast": PreactArcgisShadowCast;
|
|
1152
1160
|
"arcgis-sketch": PreactArcgisSketch;
|
package/dist/types/react.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ import type { ArcgisScaleRangeSlider } from "../components/arcgis-scale-range-sl
|
|
|
65
65
|
import type { ArcgisScene } from "../components/arcgis-scene/customElement.js";
|
|
66
66
|
import type { ArcgisSearch } from "../components/arcgis-search/customElement.js";
|
|
67
67
|
import type { ArcgisSearchResultRenderer } from "../components/arcgis-search-result-renderer/customElement.js";
|
|
68
|
+
import type { ArcgisSelectionList } from "../components/arcgis-selection-list/customElement.js";
|
|
68
69
|
import type { ArcgisSelectionToolbar } from "../components/arcgis-selection-toolbar/customElement.js";
|
|
69
70
|
import type { ArcgisShadowCast } from "../components/arcgis-shadow-cast/customElement.js";
|
|
70
71
|
import type { ArcgisSketch } from "../components/arcgis-sketch/customElement.js";
|
|
@@ -303,7 +304,7 @@ interface ReactArcgisFeatureForm extends Partial<Pick<ArcgisFeatureForm, "autoDe
|
|
|
303
304
|
onarcgisValueChange?: EventHandler<ArcgisFeatureForm["arcgisValueChange"]>;
|
|
304
305
|
}
|
|
305
306
|
|
|
306
|
-
interface ReactArcgisFeatureNext extends Partial<Pick<ArcgisFeatureNext, "autoDestroyDisabled" | "chartAnimationDisabled" | "defaultPopupTemplateEnabled" | "graphic" | "headingLevel" | "hideAttachmentsContent" | "hideContent" | "hideCustomContent" | "hideExpressionContent" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideTextContent" | "icon" | "label" | "location" | "map" | "messageOverrides" | "referenceElement" | "showRelationshipContent" | "showUtilityNetworkContent" | "spatialReference" | "timeZone" | "view">>, HTMLProps<ArcgisFeatureNext> {
|
|
307
|
+
interface ReactArcgisFeatureNext extends Partial<Pick<ArcgisFeatureNext, "autoDestroyDisabled" | "chartAnimationDisabled" | "defaultPopupTemplateEnabled" | "graphic" | "headingLevel" | "hideAttachmentsContent" | "hideContent" | "hideCustomContent" | "hideEmptyRelationshipContent" | "hideExpressionContent" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideTextContent" | "icon" | "label" | "location" | "map" | "messageOverrides" | "referenceElement" | "showRelationshipContent" | "showUtilityNetworkContent" | "spatialReference" | "timeZone" | "view">>, HTMLProps<ArcgisFeatureNext> {
|
|
307
308
|
onarcgisPropertyChange?: EventHandler<ArcgisFeatureNext["arcgisPropertyChange"]>;
|
|
308
309
|
onarcgisReady?: EventHandler<ArcgisFeatureNext["arcgisReady"]>;
|
|
309
310
|
}
|
|
@@ -343,7 +344,7 @@ interface ReactArcgisFeatures extends Partial<Pick<ArcgisFeatures, "actions" | "
|
|
|
343
344
|
onarcgisTriggerAction?: EventHandler<ArcgisFeatures["arcgisTriggerAction"]>;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
|
-
interface ReactArcgisFeaturesNext extends Partial<Pick<ArcgisFeaturesNext, "actions" | "autoDestroyDisabled" | "chartAnimationDisabled" | "collapsed" | "collapseDirection" | "content" | "defaultPopupTemplateEnabled" | "featureCount" | "featureItemAbilities" | "featureMenuOpen" | "featureMenuTitle" | "featureNavigationTop" | "features" | "featuresPerPage" | "focusTrapEnabled" | "goToOverride" | "headerActions" | "heading" | "headingLevel" | "hideActionBar" | "hideAttachmentsContent" | "hideCloseButton" | "hideContent" | "hideCustomContent" | "hideExpressionContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideRelationshipContent" | "hideSelectFeature" | "hideSpinner" | "hideTextContent" | "hideUtilityNetworkContent" | "highlightDisabled" | "icon" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "map" | "messageOverrides" | "open" | "referenceElement" | "selectedFeatureIndex" | "showCollapseButton" | "spatialReference" | "timeZone" | "updateLocationEnabled" | "view">>, HTMLProps<ArcgisFeaturesNext> {
|
|
347
|
+
interface ReactArcgisFeaturesNext extends Partial<Pick<ArcgisFeaturesNext, "actions" | "autoDestroyDisabled" | "chartAnimationDisabled" | "collapsed" | "collapseDirection" | "content" | "defaultPopupTemplateEnabled" | "featureCount" | "featureItemAbilities" | "featureMenuOpen" | "featureMenuTitle" | "featureNavigationTop" | "features" | "featuresPerPage" | "focusTrapEnabled" | "goToOverride" | "headerActions" | "heading" | "headingLevel" | "hideActionBar" | "hideAttachmentsContent" | "hideCloseButton" | "hideContent" | "hideCustomContent" | "hideEmptyRelationshipContent" | "hideExpressionContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideRelationshipContent" | "hideSelectFeature" | "hideSpinner" | "hideTextContent" | "hideUtilityNetworkContent" | "highlightDisabled" | "icon" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "map" | "messageOverrides" | "open" | "referenceElement" | "selectedFeatureIndex" | "showCollapseButton" | "spatialReference" | "timeZone" | "updateLocationEnabled" | "view">>, HTMLProps<ArcgisFeaturesNext> {
|
|
347
348
|
onarcgisClose?: EventHandler<ArcgisFeaturesNext["arcgisClose"]>;
|
|
348
349
|
onarcgisPropertyChange?: EventHandler<ArcgisFeaturesNext["arcgisPropertyChange"]>;
|
|
349
350
|
onarcgisReady?: EventHandler<ArcgisFeaturesNext["arcgisReady"]>;
|
|
@@ -533,7 +534,7 @@ interface ReactArcgisMultiFeatureForm extends Partial<Pick<ArcgisMultiFeatureFor
|
|
|
533
534
|
onarcgisValueChange?: EventHandler<ArcgisMultiFeatureForm["arcgisValueChange"]>;
|
|
534
535
|
}
|
|
535
536
|
|
|
536
|
-
interface ReactArcgisPopup extends Partial<Pick<ArcgisPopup, "actions" | "alignment" | "autoCloseEnabled" | "autoDestroyDisabled" | "collapsed" | "content" | "defaultPopupTemplateEnabled" | "dockEnabled" | "dockOptions" | "featureMenuOpen" | "featureMenuTitle" | "features" | "featureStream" | "focusTrapDisabled" | "goToOverride" | "heading" | "headingLevel" | "hideActionBar" | "hideCloseButton" | "hideCollapseButton" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideHeading" | "hideSpinner" | "highlightDisabled" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "location" | "messageOverrides" | "open" | "promises" | "referenceElement" | "selectedFeatureIndex" | "topLayerDisabled" | "updateLocationEnabled" | "view">>, HTMLProps<ArcgisPopup> {
|
|
537
|
+
interface ReactArcgisPopup extends Partial<Pick<ArcgisPopup, "actions" | "alignment" | "autoCloseEnabled" | "autoDestroyDisabled" | "collapsed" | "content" | "defaultPopupTemplateEnabled" | "dockEnabled" | "dockOptions" | "featureMenuOpen" | "featureMenuTitle" | "features" | "featureStream" | "focusTrapDisabled" | "goToOverride" | "heading" | "headingLevel" | "hideActionBar" | "hideCloseButton" | "hideCollapseButton" | "hideEmptyRelationshipContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideHeading" | "hideSpinner" | "highlightDisabled" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "location" | "messageOverrides" | "open" | "promises" | "referenceElement" | "selectedFeatureIndex" | "topLayerDisabled" | "updateLocationEnabled" | "view">>, HTMLProps<ArcgisPopup> {
|
|
537
538
|
onarcgisClose?: EventHandler<ArcgisPopup["arcgisClose"]>;
|
|
538
539
|
onarcgisPropertyChange?: EventHandler<ArcgisPopup["arcgisPropertyChange"]>;
|
|
539
540
|
onarcgisReady?: EventHandler<ArcgisPopup["arcgisReady"]>;
|
|
@@ -616,6 +617,11 @@ interface ReactArcgisSearchResultRenderer extends Partial<Pick<ArcgisSearchResul
|
|
|
616
617
|
onarcgisReady?: EventHandler<ArcgisSearchResultRenderer["arcgisReady"]>;
|
|
617
618
|
}
|
|
618
619
|
|
|
620
|
+
interface ReactArcgisSelectionList extends Partial<Pick<ArcgisSelectionList, "afterListItemSelect" | "autoDestroyDisabled" | "disabled" | "displayMode" | "filterText" | "hideFilter" | "hideFilterNotice" | "hideHeader" | "hideItemCloseActions" | "hideItemCount" | "hideItemIcons" | "hideItemMenus" | "hideLayerFilter" | "hideMenu" | "hideTotalCount" | "hideZoomToButton" | "highlightOnHoverDisabled" | "icon" | "label" | "layer" | "listItemActionConfigurations" | "listItemUnavailableFunction" | "maxVisibleFeatureCountPerLayer" | "menuScale" | "referenceElement" | "selectionManager" | "view" | "visualScale">>, HTMLProps<ArcgisSelectionList> {
|
|
621
|
+
onarcgisPropertyChange?: EventHandler<ArcgisSelectionList["arcgisPropertyChange"]>;
|
|
622
|
+
onarcgisReady?: EventHandler<ArcgisSelectionList["arcgisReady"]>;
|
|
623
|
+
}
|
|
624
|
+
|
|
619
625
|
interface ReactArcgisSelectionToolbar extends Partial<Pick<ArcgisSelectionToolbar, "autoDestroyDisabled" | "availableOperationTypes" | "continuousSelectionEnabled" | "defaultLassoToolOptions" | "defaultOperationType" | "defaultPointToolOptions" | "defaultRectangleToolOptions" | "disabled" | "hideChip" | "hideLassoTool" | "hideOperationTypeControls" | "hidePanTool" | "hidePointTool" | "hideProgress" | "hideRectangleTool" | "icon" | "label" | "layerViewPreferenceDisabled" | "layout" | "referenceElement" | "returnFeatureTitleFields" | "returnGeometryDisabled" | "selectionManager" | "showTextLabels" | "sources" | "syncResultsDisabled" | "syncWhileDrawing" | "toolConfigs" | "view" | "visualScale">>, HTMLProps<ArcgisSelectionToolbar> {
|
|
620
626
|
onarcgisBeforeActivate?: EventHandler<ArcgisSelectionToolbar["arcgisBeforeActivate"]>;
|
|
621
627
|
onarcgisComplete?: EventHandler<ArcgisSelectionToolbar["arcgisComplete"]>;
|
|
@@ -1021,6 +1027,7 @@ declare module "react" {
|
|
|
1021
1027
|
"arcgis-scene": ReactArcgisScene;
|
|
1022
1028
|
"arcgis-search": ReactArcgisSearch;
|
|
1023
1029
|
"arcgis-search-result-renderer": ReactArcgisSearchResultRenderer;
|
|
1030
|
+
"arcgis-selection-list": ReactArcgisSelectionList;
|
|
1024
1031
|
"arcgis-selection-toolbar": ReactArcgisSelectionToolbar;
|
|
1025
1032
|
"arcgis-shadow-cast": ReactArcgisShadowCast;
|
|
1026
1033
|
"arcgis-sketch": ReactArcgisSketch;
|
|
@@ -1149,6 +1156,7 @@ declare module "react/jsx-runtime" {
|
|
|
1149
1156
|
"arcgis-scene": ReactArcgisScene;
|
|
1150
1157
|
"arcgis-search": ReactArcgisSearch;
|
|
1151
1158
|
"arcgis-search-result-renderer": ReactArcgisSearchResultRenderer;
|
|
1159
|
+
"arcgis-selection-list": ReactArcgisSelectionList;
|
|
1152
1160
|
"arcgis-selection-toolbar": ReactArcgisSelectionToolbar;
|
|
1153
1161
|
"arcgis-shadow-cast": ReactArcgisShadowCast;
|
|
1154
1162
|
"arcgis-sketch": ReactArcgisSketch;
|
|
@@ -1277,6 +1285,7 @@ declare module "react/jsx-dev-runtime" {
|
|
|
1277
1285
|
"arcgis-scene": ReactArcgisScene;
|
|
1278
1286
|
"arcgis-search": ReactArcgisSearch;
|
|
1279
1287
|
"arcgis-search-result-renderer": ReactArcgisSearchResultRenderer;
|
|
1288
|
+
"arcgis-selection-list": ReactArcgisSelectionList;
|
|
1280
1289
|
"arcgis-selection-toolbar": ReactArcgisSelectionToolbar;
|
|
1281
1290
|
"arcgis-shadow-cast": ReactArcgisShadowCast;
|
|
1282
1291
|
"arcgis-sketch": ReactArcgisSketch;
|
package/dist/types/stencil.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ import type { ArcgisScaleRangeSlider } from "../components/arcgis-scale-range-sl
|
|
|
65
65
|
import type { ArcgisScene } from "../components/arcgis-scene/customElement.js";
|
|
66
66
|
import type { ArcgisSearch } from "../components/arcgis-search/customElement.js";
|
|
67
67
|
import type { ArcgisSearchResultRenderer } from "../components/arcgis-search-result-renderer/customElement.js";
|
|
68
|
+
import type { ArcgisSelectionList } from "../components/arcgis-selection-list/customElement.js";
|
|
68
69
|
import type { ArcgisSelectionToolbar } from "../components/arcgis-selection-toolbar/customElement.js";
|
|
69
70
|
import type { ArcgisShadowCast } from "../components/arcgis-shadow-cast/customElement.js";
|
|
70
71
|
import type { ArcgisSketch } from "../components/arcgis-sketch/customElement.js";
|
|
@@ -303,7 +304,7 @@ interface StencilArcgisFeatureForm extends Partial<Pick<ArcgisFeatureForm, "auto
|
|
|
303
304
|
onArcgisValueChange?: EventHandler<ArcgisFeatureForm["arcgisValueChange"]>;
|
|
304
305
|
}
|
|
305
306
|
|
|
306
|
-
interface StencilArcgisFeatureNext extends Partial<Pick<ArcgisFeatureNext, "autoDestroyDisabled" | "chartAnimationDisabled" | "defaultPopupTemplateEnabled" | "graphic" | "headingLevel" | "hideAttachmentsContent" | "hideContent" | "hideCustomContent" | "hideExpressionContent" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideTextContent" | "icon" | "label" | "location" | "map" | "messageOverrides" | "referenceElement" | "showRelationshipContent" | "showUtilityNetworkContent" | "spatialReference" | "timeZone" | "view">>, StencilJsx.HTMLAttributes<ArcgisFeatureNext> {
|
|
307
|
+
interface StencilArcgisFeatureNext extends Partial<Pick<ArcgisFeatureNext, "autoDestroyDisabled" | "chartAnimationDisabled" | "defaultPopupTemplateEnabled" | "graphic" | "headingLevel" | "hideAttachmentsContent" | "hideContent" | "hideCustomContent" | "hideEmptyRelationshipContent" | "hideExpressionContent" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideTextContent" | "icon" | "label" | "location" | "map" | "messageOverrides" | "referenceElement" | "showRelationshipContent" | "showUtilityNetworkContent" | "spatialReference" | "timeZone" | "view">>, StencilJsx.HTMLAttributes<ArcgisFeatureNext> {
|
|
307
308
|
onArcgisPropertyChange?: EventHandler<ArcgisFeatureNext["arcgisPropertyChange"]>;
|
|
308
309
|
onArcgisReady?: EventHandler<ArcgisFeatureNext["arcgisReady"]>;
|
|
309
310
|
}
|
|
@@ -343,7 +344,7 @@ interface StencilArcgisFeatures extends Partial<Pick<ArcgisFeatures, "actions" |
|
|
|
343
344
|
onArcgisTriggerAction?: EventHandler<ArcgisFeatures["arcgisTriggerAction"]>;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
|
-
interface StencilArcgisFeaturesNext extends Partial<Pick<ArcgisFeaturesNext, "actions" | "autoDestroyDisabled" | "chartAnimationDisabled" | "collapsed" | "collapseDirection" | "content" | "defaultPopupTemplateEnabled" | "featureCount" | "featureItemAbilities" | "featureMenuOpen" | "featureMenuTitle" | "featureNavigationTop" | "features" | "featuresPerPage" | "focusTrapEnabled" | "goToOverride" | "headerActions" | "heading" | "headingLevel" | "hideActionBar" | "hideAttachmentsContent" | "hideCloseButton" | "hideContent" | "hideCustomContent" | "hideExpressionContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideRelationshipContent" | "hideSelectFeature" | "hideSpinner" | "hideTextContent" | "hideUtilityNetworkContent" | "highlightDisabled" | "icon" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "map" | "messageOverrides" | "open" | "referenceElement" | "selectedFeatureIndex" | "showCollapseButton" | "spatialReference" | "timeZone" | "updateLocationEnabled" | "view">>, StencilJsx.HTMLAttributes<ArcgisFeaturesNext> {
|
|
347
|
+
interface StencilArcgisFeaturesNext extends Partial<Pick<ArcgisFeaturesNext, "actions" | "autoDestroyDisabled" | "chartAnimationDisabled" | "collapsed" | "collapseDirection" | "content" | "defaultPopupTemplateEnabled" | "featureCount" | "featureItemAbilities" | "featureMenuOpen" | "featureMenuTitle" | "featureNavigationTop" | "features" | "featuresPerPage" | "focusTrapEnabled" | "goToOverride" | "headerActions" | "heading" | "headingLevel" | "hideActionBar" | "hideAttachmentsContent" | "hideCloseButton" | "hideContent" | "hideCustomContent" | "hideEmptyRelationshipContent" | "hideExpressionContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideFieldsContent" | "hideHeading" | "hideLastEditedInfo" | "hideMediaContent" | "hideRelationshipContent" | "hideSelectFeature" | "hideSpinner" | "hideTextContent" | "hideUtilityNetworkContent" | "highlightDisabled" | "icon" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "map" | "messageOverrides" | "open" | "referenceElement" | "selectedFeatureIndex" | "showCollapseButton" | "spatialReference" | "timeZone" | "updateLocationEnabled" | "view">>, StencilJsx.HTMLAttributes<ArcgisFeaturesNext> {
|
|
347
348
|
onArcgisClose?: EventHandler<ArcgisFeaturesNext["arcgisClose"]>;
|
|
348
349
|
onArcgisPropertyChange?: EventHandler<ArcgisFeaturesNext["arcgisPropertyChange"]>;
|
|
349
350
|
onArcgisReady?: EventHandler<ArcgisFeaturesNext["arcgisReady"]>;
|
|
@@ -533,7 +534,7 @@ interface StencilArcgisMultiFeatureForm extends Partial<Pick<ArcgisMultiFeatureF
|
|
|
533
534
|
onArcgisValueChange?: EventHandler<ArcgisMultiFeatureForm["arcgisValueChange"]>;
|
|
534
535
|
}
|
|
535
536
|
|
|
536
|
-
interface StencilArcgisPopup extends Partial<Pick<ArcgisPopup, "actions" | "alignment" | "autoCloseEnabled" | "autoDestroyDisabled" | "collapsed" | "content" | "defaultPopupTemplateEnabled" | "dockEnabled" | "dockOptions" | "featureMenuOpen" | "featureMenuTitle" | "features" | "featureStream" | "focusTrapDisabled" | "goToOverride" | "heading" | "headingLevel" | "hideActionBar" | "hideCloseButton" | "hideCollapseButton" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideHeading" | "hideSpinner" | "highlightDisabled" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "location" | "messageOverrides" | "open" | "promises" | "referenceElement" | "selectedFeatureIndex" | "topLayerDisabled" | "updateLocationEnabled" | "view">>, StencilJsx.HTMLAttributes<ArcgisPopup> {
|
|
537
|
+
interface StencilArcgisPopup extends Partial<Pick<ArcgisPopup, "actions" | "alignment" | "autoCloseEnabled" | "autoDestroyDisabled" | "collapsed" | "content" | "defaultPopupTemplateEnabled" | "dockEnabled" | "dockOptions" | "featureMenuOpen" | "featureMenuTitle" | "features" | "featureStream" | "focusTrapDisabled" | "goToOverride" | "heading" | "headingLevel" | "hideActionBar" | "hideCloseButton" | "hideCollapseButton" | "hideEmptyRelationshipContent" | "hideFeatureListLayerTitle" | "hideFeatureMenuHeading" | "hideFeatureNavigation" | "hideHeading" | "hideSpinner" | "highlightDisabled" | "includeDefaultActionsDisabled" | "initialDisplayMode" | "label" | "location" | "messageOverrides" | "open" | "promises" | "referenceElement" | "selectedFeatureIndex" | "topLayerDisabled" | "updateLocationEnabled" | "view">>, StencilJsx.HTMLAttributes<ArcgisPopup> {
|
|
537
538
|
onArcgisClose?: EventHandler<ArcgisPopup["arcgisClose"]>;
|
|
538
539
|
onArcgisPropertyChange?: EventHandler<ArcgisPopup["arcgisPropertyChange"]>;
|
|
539
540
|
onArcgisReady?: EventHandler<ArcgisPopup["arcgisReady"]>;
|
|
@@ -616,6 +617,11 @@ interface StencilArcgisSearchResultRenderer extends Partial<Pick<ArcgisSearchRes
|
|
|
616
617
|
onArcgisReady?: EventHandler<ArcgisSearchResultRenderer["arcgisReady"]>;
|
|
617
618
|
}
|
|
618
619
|
|
|
620
|
+
interface StencilArcgisSelectionList extends Partial<Pick<ArcgisSelectionList, "afterListItemSelect" | "autoDestroyDisabled" | "disabled" | "displayMode" | "filterText" | "hideFilter" | "hideFilterNotice" | "hideHeader" | "hideItemCloseActions" | "hideItemCount" | "hideItemIcons" | "hideItemMenus" | "hideLayerFilter" | "hideMenu" | "hideTotalCount" | "hideZoomToButton" | "highlightOnHoverDisabled" | "icon" | "label" | "layer" | "listItemActionConfigurations" | "listItemUnavailableFunction" | "maxVisibleFeatureCountPerLayer" | "menuScale" | "referenceElement" | "selectionManager" | "view" | "visualScale">>, StencilJsx.HTMLAttributes<ArcgisSelectionList> {
|
|
621
|
+
onArcgisPropertyChange?: EventHandler<ArcgisSelectionList["arcgisPropertyChange"]>;
|
|
622
|
+
onArcgisReady?: EventHandler<ArcgisSelectionList["arcgisReady"]>;
|
|
623
|
+
}
|
|
624
|
+
|
|
619
625
|
interface StencilArcgisSelectionToolbar extends Partial<Pick<ArcgisSelectionToolbar, "autoDestroyDisabled" | "availableOperationTypes" | "continuousSelectionEnabled" | "defaultLassoToolOptions" | "defaultOperationType" | "defaultPointToolOptions" | "defaultRectangleToolOptions" | "disabled" | "hideChip" | "hideLassoTool" | "hideOperationTypeControls" | "hidePanTool" | "hidePointTool" | "hideProgress" | "hideRectangleTool" | "icon" | "label" | "layerViewPreferenceDisabled" | "layout" | "referenceElement" | "returnFeatureTitleFields" | "returnGeometryDisabled" | "selectionManager" | "showTextLabels" | "sources" | "syncResultsDisabled" | "syncWhileDrawing" | "toolConfigs" | "view" | "visualScale">>, StencilJsx.HTMLAttributes<ArcgisSelectionToolbar> {
|
|
620
626
|
onArcgisBeforeActivate?: EventHandler<ArcgisSelectionToolbar["arcgisBeforeActivate"]>;
|
|
621
627
|
onArcgisComplete?: EventHandler<ArcgisSelectionToolbar["arcgisComplete"]>;
|
|
@@ -1019,6 +1025,7 @@ interface ExposedElements {
|
|
|
1019
1025
|
"arcgis-scene": StencilArcgisScene;
|
|
1020
1026
|
"arcgis-search": StencilArcgisSearch;
|
|
1021
1027
|
"arcgis-search-result-renderer": StencilArcgisSearchResultRenderer;
|
|
1028
|
+
"arcgis-selection-list": StencilArcgisSelectionList;
|
|
1022
1029
|
"arcgis-selection-toolbar": StencilArcgisSelectionToolbar;
|
|
1023
1030
|
"arcgis-shadow-cast": StencilArcgisShadowCast;
|
|
1024
1031
|
"arcgis-sketch": StencilArcgisSketch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components",
|
|
3
|
-
"version": "5.2.0-next.
|
|
3
|
+
"version": "5.2.0-next.96",
|
|
4
4
|
"description": "ArcGIS Map Components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"2D",
|
|
@@ -43,16 +43,16 @@
|
|
|
43
43
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@amcharts/amcharts5": "~5.20.3",
|
|
46
|
-
"@arcgis/common-components": "5.2.0-next.
|
|
47
|
-
"@arcgis/lumina": "5.2.0-next.
|
|
48
|
-
"@arcgis/toolkit": "5.2.0-next.
|
|
46
|
+
"@arcgis/common-components": "5.2.0-next.96",
|
|
47
|
+
"@arcgis/lumina": "5.2.0-next.96",
|
|
48
|
+
"@arcgis/toolkit": "5.2.0-next.96",
|
|
49
49
|
"lit": "^3.3.0",
|
|
50
50
|
"lodash-es": "^4.18.1",
|
|
51
51
|
"tslib": "^2.8.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@arcgis/core": "5.2.0-next.
|
|
55
|
-
"@esri/calcite-components": "^5.2.0-next.
|
|
54
|
+
"@arcgis/core": "5.2.0-next.96",
|
|
55
|
+
"@esri/calcite-components": "^5.2.0-next.65"
|
|
56
56
|
},
|
|
57
57
|
"css.customData": [
|
|
58
58
|
"dist/docs/vscode.css-custom-data.json"
|
package/dist/cdn/2GDWXNYN.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
|
-
import g from"./ZOZSYLAP.js";import f from"./MZWO5JYA.js";import e from"./IE7XJM27.js";import{a as V}from"./5UVZPECS.js";import d from"./WFPR2VUW.js";import c from"./YOIVWFJK.js";import{g as F}from"./6ERK6Z6K.js";import"./M6LV7VM5.js";import a from"./JVC76RB3.js";import"./QUZTFUWM.js";import{d as x}from"./HYRFW7KG.js";import{M as y,N as I,O as M,Q as b,T as C,a as $,b as n,w}from"./RM4OPQBM.js";import"./H6RQVSYM.js";export default $arcgis.t(([{substitute:k},{renderingSanitizer:B},N,{watch:H},{stripHTML:Z},P,,,,R,,{a:_,b:L,c:T,d:E,e:A,i:D,p:c}])=>{var z=$`:host{display:flex;flex:1 1 auto;background-color:var(--calcite-color-foreground-1);--calcite-color-background: var(--calcite-color-foreground-1)}.root{flex:1 1 auto}.root calcite-icon{box-sizing:content-box}.loading-container{display:flex;justify-content:center;padding:var(--calcite-spacing-md) 0;width:100%}.content-element{margin-bottom:var(--calcite-spacing-lg);padding:0 var(--calcite-spacing-sm);display:flex;flex-direction:column}.content-element:only-child,.content-element:last-child{margin-bottom:var(--calcite-spacing-xxs)}.last-edited-info{padding-top:var(--calcite-spacing-xs);font-size:var(--calcite-font-size-sm)}`,U=R(P),v=class extends I{constructor(){super(...arguments),this.messages=V(),this._rootFlowNode=null,this.internalFlowItems=new N,this.flowType="feature",this.viewModel=U(this),this.view=this.viewModel.view,this.icon="icon",this.isFeatureFromTable=this.viewModel.isFeatureFromTable,this.graphic=this.viewModel.graphic,this.defaultPopupTemplateEnabled=this.viewModel.defaultPopupTemplateEnabled,this.headingLevel=2,this.spatialReference=this.viewModel.spatialReference,this.timeZone=this.viewModel.timeZone,this.heading=this.viewModel.title,this.map=this.viewModel.map,this.chartAnimationDisabled=this.viewModel.abilities.chartAnimation,this.hideHeading=!1,this.hideContent=!1,this.hideAttachmentsContent=!1,this.hideCustomContent=!1,this.hideExpressionContent=!1,this.hideFieldsContent=!1,this.hideMediaContent=!1,this.showRelationshipContent=!1,this.hideTextContent=!1,this.showUtilityNetworkContent=!1,this.hideLastEditedInfo=!1,this.autoDestroyDisabled=!1,this.location=this.viewModel.location,this.state=this.viewModel.state,this.arcgisPropertyChange=F()("flowItems","state"),this.arcgisReady=w()}static{this.properties={popupTemplate:16,sourceLayer:16,fieldInfoMap:16,values:16,globalValues:16,internalFlowItems:16,flowType:1,viewModel:0,view:0,flowItems:0,referenceElement:1,icon:1,isFeatureFromTable:36,graphic:0,defaultPopupTemplateEnabled:5,headingLevel:9,spatialReference:0,timeZone:1,heading:0,map:0,chartAnimationDisabled:5,hideHeading:5,hideContent:5,hideAttachmentsContent:5,hideCustomContent:5,hideExpressionContent:5,hideFieldsContent:5,hideMediaContent:5,showRelationshipContent:5,hideTextContent:5,showUtilityNetworkContent:5,hideLastEditedInfo:5,autoDestroyDisabled:5,messageOverrides:0,label:1,location:0,state:32}}static{this.styles=z}get popupTemplate(){return T(this.graphic,this.defaultPopupTemplateEnabled)??void 0}get sourceLayer(){return E(this.graphic)}get fieldInfoMap(){return _(L(this.popupTemplate),this.sourceLayer)}get values(){return this.graphic?.attributes??{}}get globalValues(){return this.viewModel.formattedAttributes?.global??{}}async destroy(){this._removeFlowItems(),await this.manager.destroy()}async nextMedia(e){return this.viewModel.nextMedia(e)}async previousMedia(e){return this.viewModel.previousMedia(e)}async setActiveMedia(e,t){return this.viewModel.setActiveMedia(e,t)}async updateGeometry(){return await this.viewModel.updateGeometry()}loaded(){this.manager.onLifecycle(()=>[H(()=>[this.internalFlowItems?.length],()=>this._setFocus())])}_removeFlowItems(){this.internalFlowItems?.destroyAll()}_storeRootFlowNode(e){this._rootFlowNode=e}_setFocus(){this._rootFlowNode?.setFocus()}_handleDrillInBackClick(){this.internalFlowItems?.pop()?.destroy()}render(){let{state:e}=this.viewModel,t=n`<div class="container">${e==="error"?this._renderError():this._renderContentContainer()}</div>`;return n`<div class="root">${t}</div>`}_renderError(){let{messages:e,hideHeading:t}=this;return n`<calcite-notice icon=exclamation-mark-circle kind=danger open scale=s>${t?null:n`<div slot=title>${e.error}</div>`}<div slot=message>${e.loadingError}</div></calcite-notice>`}_renderAttachments(e){let{values:t,fieldInfoMap:i,sourceLayer:o,globalValues:s}=this,a=c({values:t,fieldInfoMap:i,globalValues:s,layer:o,text:e.title}),r=c({values:t,fieldInfoMap:i,globalValues:s,layer:o,text:e.description});return n`<arcgis-feature-attachments .headingLevel=${this.headingLevel} .heading=${a} class="content-element" .displayType=${e.displayType} .attachmentKeywords=${e.attachmentKeywords??void 0} .attachmentTypes=${e.attachmentTypes??void 0} .orderByFields=${e.orderByFields??void 0} .graphic=${this.graphic??void 0} .description=${r} .messages=${this.messages}></arcgis-feature-attachments>`}_renderCustom(e){return n`<arcgis-feature-content .creator=${e.creator} .destroyer=${e.destroyer??void 0} .graphic=${this.graphic??void 0} class="content-element"></arcgis-feature-content>`}_renderFields(e,t){let i=this.viewModel.formattedAttributes,{values:o,fieldInfoMap:s,sourceLayer:a,popupTemplate:r,globalValues:l,graphic:d}=this,h=!!e?.fieldInfos,p=(e.fieldInfos??r?.fieldInfos??[])?.filter(({fieldName:f})=>!!f&&(D(f)||A(f)||f in o)),u=r?.expressionInfos,m=c({values:o,fieldInfoMap:s,globalValues:l,layer:a,text:e.title}),g=c({values:o,fieldInfoMap:s,globalValues:l,layer:a,text:e.description});return n`<arcgis-feature-fields .headingLevel=${this.headingLevel} .heading=${m} class="content-element" .messages=${this.messages} .graphic=${d??void 0} .isContentFieldInfos=${h} .layer=${a} .description=${g} .values=${{...i?.global,...i?.content?.[t]}} .fieldInfos=${p} .expressionInfos=${u??void 0}></arcgis-feature-fields>`}_renderMedia(e,t){let{values:i,graphic:o,fieldInfoMap:s,sourceLayer:a,popupTemplate:r,globalValues:l}=this,{formattedAttributes:d,relatedInfos:h}=this.viewModel,p={...d?.global,...d?.content?.[t]},u=c({values:i,fieldInfoMap:s,globalValues:l,layer:a,text:e.title}),m=c({values:i,fieldInfoMap:s,globalValues:l,layer:a,text:e.description});return n`<arcgis-feature-media .activeMediaInfoIndex=${e.activeMediaInfoIndex??0} .chartAnimationDisabled=${this.chartAnimationDisabled} .headingLevel=${this.headingLevel} .heading=${u} class="content-element" .description=${m} .values=${i} .layer=${a} .graphic=${o??void 0} .messages=${this.messages} .fieldInfoMap=${s} .mediaInfos=${e.mediaInfos??[]} .popupTemplate=${r??void 0} .relatedInfos=${h} .formattedValues=${p}></arcgis-feature-media>`}_renderText(e){return n`<arcgis-feature-content .creator=${e.text} .graphic=${this.graphic??void 0} class="content-element"></arcgis-feature-content>`}_renderExpression(e,t){let i=this.viewModel.formattedAttributes,{fieldInfoMap:o}=this;return n`<arcgis-feature-expression .expressionInfo=${e.expressionInfo} .map=${this.map??void 0} .spatialReference=${this.spatialReference??void 0} .view=${this.viewModel.view??void 0} .graphic=${this.graphic??void 0} .location=${this.location??void 0} .headingLevel=${this.headingLevel} class="content-element" .interceptor=${this.viewModel.interceptor} .messages=${this.messages} .fieldInfoMap=${o} .values=${{...i?.global,...i?.content?.[t]}}></arcgis-feature-expression>`}_renderRelationship(e,t){let{values:i,graphic:o,fieldInfoMap:s,sourceLayer:a,globalValues:r}=this,{displayCount:l,orderByFields:d,relationshipId:h}=e,{formattedAttributes:p,view:u}=this.viewModel,m={...p?.global,...p?.content?.[t]},g=c({values:i,fieldInfoMap:s,globalValues:r,layer:a,text:e.title}),f=c({values:i,fieldInfoMap:s,globalValues:r,layer:a,text:e.description});return n`<arcgis-feature-relationship .autoDestroyDisabled=${this.autoDestroyDisabled} class="content-element" .flowItems=${this.flowItems??this.internalFlowItems} .description=${f} .layer=${a} .map=${this.map??void 0} .displayCount=${l} .graphic=${o??void 0} .heading=${g} .headingLevel=${this.headingLevel} .messages=${this.messages} .orderByFields=${d??void 0} .relationshipId=${h??void 0} .spatialReference=${this.spatialReference??void 0} .timeZone=${this.timeZone??void 0} .values=${m} .view=${u??void 0}></arcgis-feature-relationship>`}_renderAssociation(e){let{fieldInfoMap:t,globalValues:i,graphic:o,messages:s,sourceLayer:a,values:r}=this,l=c({values:r,fieldInfoMap:t,globalValues:i,layer:a,text:e.title}),d=c({values:r,fieldInfoMap:t,globalValues:i,layer:a,text:e.description});return n`<arcgis-feature-utility-network-associations .autoDestroyDisabled=${this.autoDestroyDisabled} .associationTypes=${e.associationTypes} class="content-element" .description=${d} .flowItems=${this.flowItems??this.internalFlowItems} .graphic=${o??void 0} .heading=${l} .headingLevel=${this.headingLevel} .layer=${a} .map=${this.map??void 0} .messages=${s} .parentFeatureViewModel=${this.viewModel} .referenceElement=${this.referenceElement} .spatialReference=${this.spatialReference??void 0} .timeZone=${this.timeZone??void 0} .view=${this.viewModel.view??void 0}></arcgis-feature-utility-network-associations>`}_renderContentElement(e,t){switch(e.type){case"attachments":return this.hideAttachmentsContent?null:this._renderAttachments(e);case"custom":return this.hideCustomContent?null:this._renderCustom(e);case"fields":return this.hideFieldsContent?null:this._renderFields(e,t);case"media":return this.hideMediaContent?null:this._renderMedia(e,t);case"text":return this.hideTextContent?null:this._renderText(e);case"expression":return this.hideExpressionContent?null:this._renderExpression(e,t);case"relationship":return this.showRelationshipContent?this._renderRelationship(e,t):null;case"utility-network-associations":return this.showUtilityNetworkContent?this._renderAssociation(e):null;default:return null}}_renderContent(){let{content:e,graphic:t}=this.viewModel;return e?Array.isArray(e)&&e.length?e.length?e.map(this._renderContentElement,this):null:typeof e=="string"?n`<arcgis-feature-content .creator=${e} .graphic=${t??void 0} class="content-element"></arcgis-feature-content>`:e instanceof HTMLElement?e:null:null}_renderContentContainer(){let{flowItems:e,hideContent:t,internalFlowItems:i,headingLevel:o,state:s,messages:a,heading:r,hideHeading:l}=this,d=t?null:n`<div class="main">${[this._renderContent(),this._renderLastEditInfo()]}</div>`,h=a.returnToInitialFeature??"";return e?d:n`<calcite-flow ${y(this._storeRootFlowNode)}><calcite-flow-item .loading=${s==="loading"} .headingLevel=${o} .heading=${l?void 0:Z(r)} .selected=${!i.length}>${!l&&r?n`<div slot=heading><div .innerHTML=${B.sanitize(r??"")??""}></div></div>`:null}${d}</calcite-flow-item>${i.toArray().map((p,u)=>n`<calcite-flow-item @calciteFlowItemBack=${m=>{m.preventDefault(),this._handleDrillInBackClick()}} .loading=${s==="loading"} .headingLevel=${o} .selected=${u===i.length-1}><calcite-action icon=move-up @click=${this._removeFlowItems} slot=header-actions-start .text=${h} title=${h??b}></calcite-action>${p}</calcite-flow-item>`)}</calcite-flow>`}_renderLastEditInfo(){let{hideLastEditedInfo:e,messages:t}=this,{lastEditInfo:i}=this.viewModel;if(!i||e)return null;let{date:o,user:s}=i,a=i.type==="edit"?s?t.lastEditedByUser:t.lastEdited:s?t.lastCreatedByUser:t.lastCreated,r=k(a??"",{date:o,user:s});return n`<div class=${M(x("last-edited-info","content-element"))}>${r}</div>`}};C("arcgis-feature",v);return v},"intl","applications/Components/sanitizerUtils","core/Collection","core/reactiveUtils","applications/Components/stringUtils","widgets/Feature/FeatureViewModel",a,c,d,e,f,g)
|
package/dist/cdn/A6Z7H75I.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
|
-
import c from"./ZOZSYLAP.js";import b from"./MZWO5JYA.js";import a from"./A3DPBGUE.js";import{a as A}from"./VJVKFKSG.js";import{g as y}from"./6ERK6Z6K.js";import"./M6LV7VM5.js";import"./QUZTFUWM.js";import"./HYRFW7KG.js";import{N as F,R as _,T as p,a as m,b as n,n as d}from"./RM4OPQBM.js";import"./H6RQVSYM.js";export default $arcgis.t(([w,I,v,{getDisplayedSymbol:b},{stripHTML:x},{watch:h},{d:C},,{d:f}])=>{var $=m`calcite-notice{padding:var(--calcite-space-lg)}`,l=class extends F{constructor(){super(...arguments),this._aggregatedGraphicsSet=new Set,this.aggregatedFeatureCount=0,this.selectedAggregatedFeatureIndex=-1,this.aggregatedFeatureItems=[],this.aggregatedFeatures=[],this.autoDestroyDisabled=!1,this.chartAnimationDisabled=!1,this.defaultPopupTemplateEnabled=!1,this.headingLevel=2,this.hideHeading=!1,this.hideContent=!1,this.hideAttachmentsContent=!1,this.hideCustomContent=!1,this.hideExpressionContent=!1,this.hideFieldsContent=!1,this.hideMediaContent=!1,this.showRelationshipContent=!1,this.hideTextContent=!1,this.showUtilityNetworkContent=!1,this.hideLastEditedInfo=!1,this.loading=!1,this.selectedAggregateBoundaryFeature=new I({symbol:new v({outline:{width:1.5,color:"cyan"},style:"none"})}),this.arcgisPropertyChange=y()("aggregatedFeatureCount","selectedAggregatedFeatureIndex","aggregatedFeatureItems","aggregatedFeatures","loading"),this._renderableAggregatedFeatureItems=[]}static{this.properties={_abortController:16,aggregatedFeatureCount:32,selectedAggregatedFeatureIndex:32,aggregatedFeatureItems:32,aggregatedFeatures:32,autoDestroyDisabled:5,chartAnimationDisabled:5,defaultPopupTemplateEnabled:5,headingLevel:9,location:0,messageOverrides:0,hideHeading:5,hideContent:5,hideAttachmentsContent:5,hideCustomContent:5,hideExpressionContent:5,hideFieldsContent:5,hideMediaContent:5,showRelationshipContent:5,hideTextContent:5,showUtilityNetworkContent:5,hideLastEditedInfo:5,feature:0,flowItems:0,loading:32,map:0,messages:0,selectedAggregateBoundaryFeature:32,spatialReference:0,timeZone:1,view:0}}static{this.styles=$}async destroy(){await this.manager.destroy(),this._cancelQuery(),this._clearAggregatedFeatureItems(),this._removeAggregateBoundaryFeature()}async next(){await this._selectRelativeAggregatedFeature(1)}async previous(){await this._selectRelativeAggregatedFeature(-1)}loaded(){this.manager.onLifecycle(()=>[h(()=>[this.feature,this.view],()=>{this._updateAggregatedFeatures()},{initial:!0}),h(()=>this._getAggregatedFeatureItemsHeadingSignature(),()=>this.requestUpdate()),h(()=>this.flowItems?.length,()=>{let{flowItems:e}=this,t=e?.getItemAt((e.length??0)-1)?.graphic??void 0;this._setSelectedAggregatedFeatureIndex(t?this.aggregatedFeatures.indexOf(t):-1),this._removeSelectedAggregatedFeature(),t&&this._aggregatedGraphicsSet.has(t)&&this._addSelectedAggregatedFeature(t)})])}disconnectedCallback(){super.disconnectedCallback(),this._cancelQuery(),this._clearAggregatedFeatureItems(),this._removeAggregateBoundaryFeature()}_setAggregatedFeatureCount(e){d(()=>this.aggregatedFeatureCount=e)}_setSelectedAggregatedFeatureIndex(e){d(()=>this.selectedAggregatedFeatureIndex=e)}_setAggregatedFeatureItemsReadOnly(e){d(()=>{this.aggregatedFeatureItems=e}),this._renderableAggregatedFeatureItems=e.filter(t=>!!t.graphic)}_setAggregatedFeatures(e){this._aggregatedGraphicsSet=new Set(e),d(()=>this.aggregatedFeatures=e)}_getAggregatedFeatureItemsHeadingSignature(){let e="";for(let t of this.aggregatedFeatureItems)e+=`${t.heading??""}|`;return e}_setLoading(e){d(()=>this.loading=e)}_cancelQuery(){this._abortController=A(this._abortController),this._setLoading(!1)}_removeBoundaryGraphicFromView(e){e?.graphics.remove(this.selectedAggregateBoundaryFeature)}_clearAggregatedFeatureItems(){this._setAggregatedFeatureItemsReadOnly([]),this._setSelectedAggregatedFeatureIndex(-1),this._removeSelectedAggregatedFeature()}_resetAggregatedFeaturesState(){this._setAggregatedFeatures([]),this._clearAggregatedFeatureItems(),this._setAggregatedFeatureCount(0),this._removeAggregateBoundaryFeature()}_setAggregatedFeatureItems(e){this._setAggregatedFeatureItemsReadOnly(e.map(t=>new w({graphic:t})))}_setAggregatedFeaturesState(e){this._setAggregatedFeatures(e),this._setAggregatedFeatureItems(e),this._setAggregatedFeatureCount(e.length)}_removeAggregateBoundaryFeature(){this._removeBoundaryGraphicFromView(this._boundaryGraphicView),this.selectedAggregateBoundaryFeature.geometry=null,this._boundaryGraphicView=void 0}_updateAggregateBoundaryFeature(e){let{view:t}=this,a=this._boundaryGraphicView;if(!t){this._removeAggregateBoundaryFeature();return}a!==t&&this._removeBoundaryGraphicFromView(a),this.selectedAggregateBoundaryFeature.geometry=e,this._boundaryGraphicView=t,t.graphics.includes(this.selectedAggregateBoundaryFeature)||t.graphics.add(this.selectedAggregateBoundaryFeature)}async _getLayerViewAndQuery(e){let{view:t}=this,a=f(e);if(!t||!a)return null;let r=await t.whenLayerView(a);if(!r?.createQuery||!r?.queryFeatures||!r?.queryExtent)return null;let s=r.createQuery(),i=e.getObjectId();return s.aggregateIds=i!=null?[i]:[],[r,s]}async _updateAggregatedFeatures(){this._cancelQuery();let{feature:e}=this;if(!e?.isAggregate){this._resetAggregatedFeaturesState();return}let t=await this._getLayerViewAndQuery(e);if(!t){this._resetAggregatedFeaturesState();return}let[a,r]=t,s=new AbortController;this._abortController=s,this._setLoading(!0);try{let[i,o]=await Promise.all([a.queryFeatures(r,{signal:s.signal}),a.queryExtent(r,{signal:s.signal})]);if(this._abortController!==s||s.signal.aborted)return;this._abortController=null,this._setLoading(!1);let g=i.features??[];this._setAggregatedFeaturesState(g),o.extent?this._updateAggregateBoundaryFeature(o.extent):this._removeAggregateBoundaryFeature()}catch(i){if(this._abortController!==s||(this._abortController=null,this._setLoading(!1),C(i)))return;this._resetAggregatedFeaturesState()}}_addFlowItem(e){e&&this.flowItems?.push(e)}async _addSelectedAggregatedFeature(e){let{view:t}=this;if(e&&t){let a=await b(e),r=e.clone();r.symbol=a,this._selectedAggregatedFeature=r,t.graphics.add(this._selectedAggregatedFeature)}}_removeSelectedAggregatedFeature(){this._selectedAggregatedFeature&&this.view&&(this.view.graphics.remove(this._selectedAggregatedFeature),this._selectedAggregatedFeature=void 0)}async _selectFeature(e){let{flowItems:t,view:a}=this;t&&this._addFlowItem(_(n`<arcgis-feature-next .autoDestroyDisabled=${this.autoDestroyDisabled} .chartAnimationDisabled=${this.chartAnimationDisabled} .defaultPopupTemplateEnabled=${this.defaultPopupTemplateEnabled} .flowItems=${t} .graphic=${e.graphic} .headingLevel=${this.headingLevel} .hideAttachmentsContent=${this.hideAttachmentsContent} .hideContent=${this.hideContent} .hideCustomContent=${this.hideCustomContent} .hideExpressionContent=${this.hideExpressionContent} .hideFieldsContent=${this.hideFieldsContent} .hideHeading=${this.hideHeading} .hideLastEditedInfo=${this.hideLastEditedInfo} .hideMediaContent=${this.hideMediaContent} .hideTextContent=${this.hideTextContent} .location=${this.location} .map=${this.map} .messageOverrides=${this.messageOverrides} .showRelationshipContent=${this.showRelationshipContent} .showUtilityNetworkContent=${this.showUtilityNetworkContent} .spatialReference=${this.spatialReference} .timeZone=${this.timeZone} .view=${a??void 0}></arcgis-feature-next>`))}async _selectRelativeAggregatedFeature(e){let{aggregatedFeatures:t,aggregatedFeatureItems:a,flowItems:r}=this;if(!r||t.length===0||a.length===0)return;let s=t.length,i=this.selectedAggregatedFeatureIndex>=0&&this.selectedAggregatedFeatureIndex<s?this.selectedAggregatedFeatureIndex:-1;if(i===-1){let c=r.getItemAt(r.length-1)?.graphic;i=c?t.indexOf(c):-1}let o=i===-1?e>0?0:s-1:(i+e+s)%s,g=a[o];if(!g?.graphic)return;this._setSelectedAggregatedFeatureIndex(o);let u=r.getItemAt(r.length-1);if(u?.flowType==="feature"){u.graphic=g.graphic,this._removeSelectedAggregatedFeature(),await this._addSelectedAggregatedFeature(g.graphic);return}await this._selectFeature(g)}_renderChevronIconNode(){return n`<calcite-icon flip-rtl icon=chevron-right scale=s slot=content-end></calcite-icon>`}render(){let{_renderableAggregatedFeatureItems:e}=this,{loading:t}=this;return t||e.length>0?n`<calcite-list .loading=${t} display-mode=flat .label=${this.messages?.aggregatedFeatures??""} selection-mode=none>${e.map(a=>n`<calcite-list-item .label=${a.heading?x(a.heading):void 0} @calciteListItemSelect=${()=>this._selectFeature(a)}>${this._renderChevronIconNode()}</calcite-list-item>`)}</calcite-list>`:n`<calcite-notice icon=information kind=brand open scale=s width=full><div slot=message>${this.messages?.noAggregatedFeatures}</div></calcite-notice>`}};p("arcgis-aggregated-features",l);return l},"popup/FeatureContent","Graphic","symbols/SimpleFillSymbol","symbols/support/symbolUtils","applications/Components/stringUtils","core/reactiveUtils",a,b,c)
|