@esri/solutions-components 0.10.7 → 0.10.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/basemap-gallery_7.cjs.entry.js +24 -8
- package/dist/cjs/buffer-tools_3.cjs.entry.js +1 -1
- package/dist/cjs/calcite-combobox_3.cjs.entry.js +354 -967
- package/dist/cjs/calcite-graph_2.cjs.entry.js +1082 -0
- package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +6 -6
- package/dist/cjs/calcite-tree_3.cjs.entry.js +1 -1
- package/dist/cjs/card-manager_3.cjs.entry.js +246 -18
- package/dist/cjs/crowdsource-manager.cjs.entry.js +169 -49
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-select-tools_3.cjs.entry.js +3 -3
- package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
- package/dist/cjs/public-notification.cjs.entry.js +1 -1
- package/dist/cjs/refine-results-flow-item.cjs.entry.js +1 -1
- package/dist/cjs/share-item.cjs.entry.js +1 -1
- package/dist/cjs/solution-configuration.cjs.entry.js +3 -3
- package/dist/cjs/solution-contents_3.cjs.entry.js +3 -3
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/cjs/spatial-ref.cjs.entry.js +1 -1
- package/dist/collection/assets/t9n/crowdsource-manager/resources.json +5 -1
- package/dist/collection/assets/t9n/crowdsource-manager/resources_en.json +5 -1
- package/dist/collection/assets/t9n/layer-table/resources.json +1 -0
- package/dist/collection/assets/t9n/layer-table/resources_en.json +1 -0
- package/dist/collection/assets/t9n/map-card/resources.json +6 -1
- package/dist/collection/assets/t9n/map-card/resources_en.json +6 -1
- package/dist/collection/components/card-manager/card-manager.js +34 -8
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +173 -65
- package/dist/collection/components/layer-table/layer-table.js +175 -8
- package/dist/collection/components/map-card/map-card.css +4 -0
- package/dist/collection/components/map-card/map-card.js +368 -3
- package/dist/collection/components/map-draw-tools/map-draw-tools.js +1 -1
- package/dist/collection/components/map-fullscreen/map-fullscreen.js +1 -1
- package/dist/collection/components/map-layer-picker/map-layer-picker.js +9 -3
- package/dist/collection/components/map-legend/map-legend.js +1 -1
- package/dist/collection/components/map-picker/map-picker.css +8 -0
- package/dist/collection/components/map-picker/map-picker.js +74 -3
- package/dist/collection/components/map-search/map-search.js +1 -1
- package/dist/collection/components/map-select-tools/map-select-tools.js +1 -1
- package/dist/collection/components/map-tools/map-tools.js +1 -1
- package/dist/collection/components/pci-calculator/pci-calculator.js +1 -1
- package/dist/collection/components/pdf-download/pdf-download.js +1 -1
- package/dist/collection/components/public-notification/public-notification.js +1 -1
- package/dist/collection/components/refine-results-flow-item/refine-results-flow-item.js +1 -1
- package/dist/collection/components/refine-selection/refine-selection.js +1 -1
- package/dist/collection/components/share-item/share-item.js +1 -1
- package/dist/collection/components/solution-configuration/solution-configuration.js +3 -3
- package/dist/collection/components/solution-contents/solution-contents.js +1 -1
- package/dist/collection/components/solution-item/solution-item.js +1 -1
- package/dist/collection/components/solution-item-details/solution-item-details.js +1 -1
- package/dist/collection/components/solution-item-icon/solution-item-icon.js +1 -1
- package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +1 -1
- package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +1 -1
- package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -1
- package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +1 -1
- package/dist/collection/components/solution-template-data/solution-template-data.js +1 -1
- package/dist/collection/components/solution-variables/solution-variables.js +1 -1
- package/dist/collection/components/spatial-ref/spatial-ref.js +1 -1
- package/dist/collection/demos/crowdsource-manager.html +1 -0
- package/dist/components/card-manager2.js +20 -8
- package/dist/components/crowdsource-manager.js +172 -53
- package/dist/components/layer-table2.js +72 -10
- package/dist/components/map-card2.js +288 -47
- package/dist/components/map-draw-tools2.js +1 -1
- package/dist/components/map-fullscreen2.js +1 -1
- package/dist/components/map-layer-picker2.js +9 -3
- package/dist/components/map-legend2.js +1 -1
- package/dist/components/map-picker2.js +24 -5
- package/dist/components/map-search2.js +1 -1
- package/dist/components/map-select-tools2.js +1 -1
- package/dist/components/map-tools2.js +1 -1
- package/dist/components/pci-calculator.js +1 -1
- package/dist/components/pdf-download2.js +1 -1
- package/dist/components/public-notification.js +1 -1
- package/dist/components/refine-results-flow-item.js +1 -1
- package/dist/components/refine-selection2.js +1 -1
- package/dist/components/share-item.js +1 -1
- package/dist/components/solution-configuration.js +3 -3
- package/dist/components/solution-contents2.js +1 -1
- package/dist/components/solution-item-details2.js +1 -1
- package/dist/components/solution-item-icon2.js +1 -1
- package/dist/components/solution-item-sharing2.js +1 -1
- package/dist/components/solution-item2.js +1 -1
- package/dist/components/solution-organization-variables2.js +1 -1
- package/dist/components/solution-resource-item2.js +1 -1
- package/dist/components/solution-spatial-ref2.js +1 -1
- package/dist/components/solution-template-data2.js +1 -1
- package/dist/components/solution-variables2.js +1 -1
- package/dist/components/spatial-ref.js +1 -1
- package/dist/esm/basemap-gallery_7.entry.js +24 -8
- package/dist/esm/buffer-tools_3.entry.js +1 -1
- package/dist/esm/calcite-combobox_3.entry.js +369 -982
- package/dist/esm/calcite-graph_2.entry.js +1077 -0
- package/dist/esm/calcite-shell-panel_14.entry.js +6 -6
- package/dist/esm/calcite-tree_3.entry.js +1 -1
- package/dist/esm/card-manager_3.entry.js +248 -20
- package/dist/esm/crowdsource-manager.entry.js +170 -50
- package/dist/esm/loader.js +1 -1
- package/dist/esm/map-select-tools_3.entry.js +3 -3
- package/dist/esm/pci-calculator.entry.js +1 -1
- package/dist/esm/public-notification.entry.js +1 -1
- package/dist/esm/refine-results-flow-item.entry.js +1 -1
- package/dist/esm/share-item.entry.js +1 -1
- package/dist/esm/solution-configuration.entry.js +3 -3
- package/dist/esm/solution-contents_3.entry.js +3 -3
- package/dist/esm/solutions-components.js +1 -1
- package/dist/esm/spatial-ref.entry.js +1 -1
- package/dist/solutions-components/assets/t9n/crowdsource-manager/resources.json +5 -1
- package/dist/solutions-components/assets/t9n/crowdsource-manager/resources_en.json +5 -1
- package/dist/solutions-components/assets/t9n/layer-table/resources.json +1 -0
- package/dist/solutions-components/assets/t9n/layer-table/resources_en.json +1 -0
- package/dist/solutions-components/assets/t9n/map-card/resources.json +6 -1
- package/dist/solutions-components/assets/t9n/map-card/resources_en.json +6 -1
- package/dist/solutions-components/demos/crowdsource-manager.html +1 -0
- package/dist/solutions-components/p-0abc1354.entry.js +6 -0
- package/dist/solutions-components/p-0f7b5d36.entry.js +6 -0
- package/dist/solutions-components/{p-a9818be2.entry.js → p-20c465e9.entry.js} +1 -1
- package/dist/solutions-components/{p-db18bce8.entry.js → p-36b50b5b.entry.js} +1 -1
- package/dist/solutions-components/{p-85512ae3.entry.js → p-445213cf.entry.js} +1 -1
- package/dist/solutions-components/{p-d49f895d.entry.js → p-4a5f0a97.entry.js} +1 -1
- package/dist/solutions-components/{p-002c97df.entry.js → p-5d201016.entry.js} +1 -1
- package/dist/solutions-components/{p-b7cec3bd.entry.js → p-618bafec.entry.js} +1 -1
- package/dist/solutions-components/p-6a66d5a9.entry.js +6 -0
- package/dist/solutions-components/p-71a2d5b8.entry.js +6 -0
- package/dist/solutions-components/p-7a64b026.entry.js +17 -0
- package/dist/solutions-components/p-85c25564.entry.js +6 -0
- package/dist/solutions-components/{p-235bf02e.entry.js → p-913413c3.entry.js} +1 -1
- package/dist/solutions-components/p-9af1cb14.entry.js +6 -0
- package/dist/solutions-components/{p-49aa2929.entry.js → p-bebd4646.entry.js} +1 -1
- package/dist/solutions-components/p-ce454f5a.entry.js +11 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/types/components/card-manager/card-manager.d.ts +11 -0
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +86 -20
- package/dist/types/components/layer-table/layer-table.d.ts +30 -0
- package/dist/types/components/map-card/map-card.d.ts +124 -0
- package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +4 -0
- package/dist/types/components/map-picker/map-picker.d.ts +12 -0
- package/dist/types/components.d.ts +130 -0
- package/dist/types/preact.d.ts +4 -2
- package/package.json +1 -1
- package/dist/cjs/calcite-dropdown-group_2.cjs.entry.js +0 -453
- package/dist/esm/calcite-dropdown-group_2.entry.js +0 -448
- package/dist/solutions-components/p-129fd80e.entry.js +0 -6
- package/dist/solutions-components/p-3b426576.entry.js +0 -6
- package/dist/solutions-components/p-72b217f2.entry.js +0 -6
- package/dist/solutions-components/p-8b999a2b.entry.js +0 -6
- package/dist/solutions-components/p-973ff7b2.entry.js +0 -23
- package/dist/solutions-components/p-a001f9c9.entry.js +0 -6
- package/dist/solutions-components/p-c683b3fe.entry.js +0 -6
- package/dist/solutions-components/p-e9d049bd.entry.js +0 -6
@@ -87,6 +87,10 @@ export namespace Components {
|
|
87
87
|
* esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
|
88
88
|
*/
|
89
89
|
"mapView": __esri.MapView;
|
90
|
+
/**
|
91
|
+
* A list of ids that are currently selected
|
92
|
+
*/
|
93
|
+
"selectedFeaturesIds": number[];
|
90
94
|
/**
|
91
95
|
* boolean: When true the selected feature will zoomed to in the map and the row will be scrolled to within the table
|
92
96
|
*/
|
@@ -702,6 +706,14 @@ export namespace Components {
|
|
702
706
|
"showNextIcon"?: boolean;
|
703
707
|
}
|
704
708
|
interface LayerTable {
|
709
|
+
/**
|
710
|
+
* Closes the filter
|
711
|
+
*/
|
712
|
+
"closeFilter": () => Promise<void>;
|
713
|
+
/**
|
714
|
+
* boolean: create filter modal optional (default true) boolean value to create filter modal in layer table
|
715
|
+
*/
|
716
|
+
"createFilterModal": boolean;
|
705
717
|
/**
|
706
718
|
* string: Global ID of the feature to select
|
707
719
|
*/
|
@@ -734,6 +746,14 @@ export namespace Components {
|
|
734
746
|
* boolean: when true the share widget will be available
|
735
747
|
*/
|
736
748
|
"enableShare": boolean;
|
749
|
+
/**
|
750
|
+
* Reset the filter
|
751
|
+
*/
|
752
|
+
"filterReset": () => Promise<void>;
|
753
|
+
/**
|
754
|
+
* Updates the filter
|
755
|
+
*/
|
756
|
+
"filterUpdate": () => Promise<void>;
|
737
757
|
/**
|
738
758
|
* When true the component will render an optimized view for mobile devices
|
739
759
|
*/
|
@@ -754,6 +774,10 @@ export namespace Components {
|
|
754
774
|
* boolean: When true only editable layers that support the update capability will be available
|
755
775
|
*/
|
756
776
|
"onlyShowUpdatableLayers": boolean;
|
777
|
+
/**
|
778
|
+
* refresh the feature table
|
779
|
+
*/
|
780
|
+
"refresh": () => Promise<void>;
|
757
781
|
/**
|
758
782
|
* number[]: A list of ids that are currently selected
|
759
783
|
*/
|
@@ -794,6 +818,10 @@ export namespace Components {
|
|
794
818
|
* IBasemapConfig: List of any basemaps to filter out from the basemap widget
|
795
819
|
*/
|
796
820
|
"basemapConfig": IBasemapConfig;
|
821
|
+
/**
|
822
|
+
* string: when provided this layer ID will be used when the app loads
|
823
|
+
*/
|
824
|
+
"defaultLayerId": string;
|
797
825
|
/**
|
798
826
|
* string: Item ID of the web map that should be selected by default when the app loads
|
799
827
|
*/
|
@@ -826,6 +854,10 @@ export namespace Components {
|
|
826
854
|
* boolean: when true map tools will be displayed within a single expand/collapse widget when false widgets will be loaded individually into expand widgets
|
827
855
|
*/
|
828
856
|
"enableSingleExpand": boolean;
|
857
|
+
/**
|
858
|
+
* Reset the filter
|
859
|
+
*/
|
860
|
+
"filterReset": () => Promise<void>;
|
829
861
|
/**
|
830
862
|
* boolean: When true the map display will be hidden
|
831
863
|
*/
|
@@ -842,6 +874,18 @@ export namespace Components {
|
|
842
874
|
* "s" | "m" | "l": Used for Zoom and Home tools
|
843
875
|
*/
|
844
876
|
"homeZoomToolsSize": "s" | "m" | "l";
|
877
|
+
/**
|
878
|
+
* boolean: When true map will shown is full screen
|
879
|
+
*/
|
880
|
+
"isMapLayout": boolean;
|
881
|
+
/**
|
882
|
+
* When true the component will render an optimized view for mobile devices
|
883
|
+
*/
|
884
|
+
"isMobile": boolean;
|
885
|
+
/**
|
886
|
+
* IMapInfo: key configuration details about the current map
|
887
|
+
*/
|
888
|
+
"mapInfo": IMapInfo;
|
845
889
|
/**
|
846
890
|
* IMapInfo[]: array of map infos (name and id)
|
847
891
|
*/
|
@@ -862,6 +906,18 @@ export namespace Components {
|
|
862
906
|
* "s" | "m" | "l": Used for optional map tool widget
|
863
907
|
*/
|
864
908
|
"mapWidgetsSize": "s" | "m" | "l";
|
909
|
+
/**
|
910
|
+
* boolean: When true only editable layers that support the update capability will be available
|
911
|
+
*/
|
912
|
+
"onlyShowUpdatableLayers": boolean;
|
913
|
+
/**
|
914
|
+
* number[]: A list of ids that are currently selected
|
915
|
+
*/
|
916
|
+
"selectedFeaturesIds": number[];
|
917
|
+
/**
|
918
|
+
* __esri.FeatureLayer: Selected layer
|
919
|
+
*/
|
920
|
+
"selectedLayer": __esri.FeatureLayer;
|
865
921
|
/**
|
866
922
|
* boolean: When true the map widget tools will have no margin between them. When false the map widget tools will have a margin between them.
|
867
923
|
*/
|
@@ -874,6 +930,14 @@ export namespace Components {
|
|
874
930
|
* Valid tools: "legend", "search", "fullscreen", "basemap", "floorfilter"
|
875
931
|
*/
|
876
932
|
"toolOrder": string[];
|
933
|
+
/**
|
934
|
+
* updates the filter
|
935
|
+
*/
|
936
|
+
"updateFilter": () => Promise<void>;
|
937
|
+
/**
|
938
|
+
* number: default scale to zoom to when zooming to a single point feature
|
939
|
+
*/
|
940
|
+
"zoomToScale": number;
|
877
941
|
}
|
878
942
|
interface MapDrawTools {
|
879
943
|
/**
|
@@ -1010,11 +1074,23 @@ export namespace Components {
|
|
1010
1074
|
"mapView": __esri.MapView;
|
1011
1075
|
}
|
1012
1076
|
interface MapPicker {
|
1077
|
+
/**
|
1078
|
+
* Closes the list
|
1079
|
+
*/
|
1080
|
+
"close": () => Promise<void>;
|
1081
|
+
/**
|
1082
|
+
* boolean: when true map list will shown in half width.
|
1083
|
+
*/
|
1084
|
+
"isMapLayout"?: boolean;
|
1013
1085
|
/**
|
1014
1086
|
* IMapInfo[]: array of map infos (name and id)
|
1015
1087
|
*/
|
1016
1088
|
"mapInfos": IMapInfo[];
|
1017
1089
|
"setMapByID": (id: string) => Promise<void>;
|
1090
|
+
/**
|
1091
|
+
* Expands the list
|
1092
|
+
*/
|
1093
|
+
"toggle": (mapListExpanded: boolean) => Promise<void>;
|
1018
1094
|
}
|
1019
1095
|
interface MapSearch {
|
1020
1096
|
/**
|
@@ -1979,6 +2055,7 @@ declare global {
|
|
1979
2055
|
};
|
1980
2056
|
interface HTMLLayerTableElementEventMap {
|
1981
2057
|
"featureSelectionChange": number[];
|
2058
|
+
"toggleFilter": void;
|
1982
2059
|
}
|
1983
2060
|
interface HTMLLayerTableElement extends Components.LayerTable, HTMLStencilElement {
|
1984
2061
|
addEventListener<K extends keyof HTMLLayerTableElementEventMap>(type: K, listener: (this: HTMLLayerTableElement, ev: LayerTableCustomEvent<HTMLLayerTableElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
@@ -2026,6 +2103,7 @@ declare global {
|
|
2026
2103
|
interface HTMLMapCardElementEventMap {
|
2027
2104
|
"mapChanged": IMapChange;
|
2028
2105
|
"beforeMapChanged": void;
|
2106
|
+
"toggleFilter": void;
|
2029
2107
|
}
|
2030
2108
|
interface HTMLMapCardElement extends Components.MapCard, HTMLStencilElement {
|
2031
2109
|
addEventListener<K extends keyof HTMLMapCardElementEventMap>(type: K, listener: (this: HTMLMapCardElement, ev: MapCardCustomEvent<HTMLMapCardElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
@@ -2491,6 +2569,10 @@ declare namespace LocalJSX {
|
|
2491
2569
|
* esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
|
2492
2570
|
*/
|
2493
2571
|
"mapView"?: __esri.MapView;
|
2572
|
+
/**
|
2573
|
+
* A list of ids that are currently selected
|
2574
|
+
*/
|
2575
|
+
"selectedFeaturesIds"?: number[];
|
2494
2576
|
/**
|
2495
2577
|
* boolean: When true the selected feature will zoomed to in the map and the row will be scrolled to within the table
|
2496
2578
|
*/
|
@@ -3127,6 +3209,10 @@ declare namespace LocalJSX {
|
|
3127
3209
|
"showNextIcon"?: boolean;
|
3128
3210
|
}
|
3129
3211
|
interface LayerTable {
|
3212
|
+
/**
|
3213
|
+
* boolean: create filter modal optional (default true) boolean value to create filter modal in layer table
|
3214
|
+
*/
|
3215
|
+
"createFilterModal"?: boolean;
|
3130
3216
|
/**
|
3131
3217
|
* string: Global ID of the feature to select
|
3132
3218
|
*/
|
@@ -3179,6 +3265,10 @@ declare namespace LocalJSX {
|
|
3179
3265
|
* Emitted on demand when a layer is selected
|
3180
3266
|
*/
|
3181
3267
|
"onFeatureSelectionChange"?: (event: LayerTableCustomEvent<number[]>) => void;
|
3268
|
+
/**
|
3269
|
+
* Emitted on demand when filter action is clicked
|
3270
|
+
*/
|
3271
|
+
"onToggleFilter"?: (event: LayerTableCustomEvent<void>) => void;
|
3182
3272
|
/**
|
3183
3273
|
* boolean: When true only editable layers that support the update capability will be available
|
3184
3274
|
*/
|
@@ -3227,6 +3317,10 @@ declare namespace LocalJSX {
|
|
3227
3317
|
* IBasemapConfig: List of any basemaps to filter out from the basemap widget
|
3228
3318
|
*/
|
3229
3319
|
"basemapConfig"?: IBasemapConfig;
|
3320
|
+
/**
|
3321
|
+
* string: when provided this layer ID will be used when the app loads
|
3322
|
+
*/
|
3323
|
+
"defaultLayerId"?: string;
|
3230
3324
|
/**
|
3231
3325
|
* string: Item ID of the web map that should be selected by default when the app loads
|
3232
3326
|
*/
|
@@ -3275,6 +3369,18 @@ declare namespace LocalJSX {
|
|
3275
3369
|
* "s" | "m" | "l": Used for Zoom and Home tools
|
3276
3370
|
*/
|
3277
3371
|
"homeZoomToolsSize"?: "s" | "m" | "l";
|
3372
|
+
/**
|
3373
|
+
* boolean: When true map will shown is full screen
|
3374
|
+
*/
|
3375
|
+
"isMapLayout"?: boolean;
|
3376
|
+
/**
|
3377
|
+
* When true the component will render an optimized view for mobile devices
|
3378
|
+
*/
|
3379
|
+
"isMobile"?: boolean;
|
3380
|
+
/**
|
3381
|
+
* IMapInfo: key configuration details about the current map
|
3382
|
+
*/
|
3383
|
+
"mapInfo"?: IMapInfo;
|
3278
3384
|
/**
|
3279
3385
|
* IMapInfo[]: array of map infos (name and id)
|
3280
3386
|
*/
|
@@ -3303,6 +3409,22 @@ declare namespace LocalJSX {
|
|
3303
3409
|
* Emitted when a new map is loaded
|
3304
3410
|
*/
|
3305
3411
|
"onMapChanged"?: (event: MapCardCustomEvent<IMapChange>) => void;
|
3412
|
+
/**
|
3413
|
+
* Emitted on demand when filter action is clicked
|
3414
|
+
*/
|
3415
|
+
"onToggleFilter"?: (event: MapCardCustomEvent<void>) => void;
|
3416
|
+
/**
|
3417
|
+
* boolean: When true only editable layers that support the update capability will be available
|
3418
|
+
*/
|
3419
|
+
"onlyShowUpdatableLayers"?: boolean;
|
3420
|
+
/**
|
3421
|
+
* number[]: A list of ids that are currently selected
|
3422
|
+
*/
|
3423
|
+
"selectedFeaturesIds"?: number[];
|
3424
|
+
/**
|
3425
|
+
* __esri.FeatureLayer: Selected layer
|
3426
|
+
*/
|
3427
|
+
"selectedLayer"?: __esri.FeatureLayer;
|
3306
3428
|
/**
|
3307
3429
|
* boolean: When true the map widget tools will have no margin between them. When false the map widget tools will have a margin between them.
|
3308
3430
|
*/
|
@@ -3315,6 +3437,10 @@ declare namespace LocalJSX {
|
|
3315
3437
|
* Valid tools: "legend", "search", "fullscreen", "basemap", "floorfilter"
|
3316
3438
|
*/
|
3317
3439
|
"toolOrder"?: string[];
|
3440
|
+
/**
|
3441
|
+
* number: default scale to zoom to when zooming to a single point feature
|
3442
|
+
*/
|
3443
|
+
"zoomToScale"?: number;
|
3318
3444
|
}
|
3319
3445
|
interface MapDrawTools {
|
3320
3446
|
/**
|
@@ -3473,6 +3599,10 @@ declare namespace LocalJSX {
|
|
3473
3599
|
"mapView"?: __esri.MapView;
|
3474
3600
|
}
|
3475
3601
|
interface MapPicker {
|
3602
|
+
/**
|
3603
|
+
* boolean: when true map list will shown in half width.
|
3604
|
+
*/
|
3605
|
+
"isMapLayout"?: boolean;
|
3476
3606
|
/**
|
3477
3607
|
* IMapInfo[]: array of map infos (name and id)
|
3478
3608
|
*/
|
package/dist/types/preact.d.ts
CHANGED
@@ -719,8 +719,9 @@ declare module "preact/src/jsx" {
|
|
719
719
|
"onlayersListLoaded"?: (event: CustomEvent<any>) => void;
|
720
720
|
}
|
721
721
|
|
722
|
-
"layer-table": Omit<JSX.SolutionsLayerTable, "onFeatureSelectionChange"> & JSXInternal.HTMLAttributes<HTMLSolutionsLayerTableElement> & {
|
722
|
+
"layer-table": Omit<JSX.SolutionsLayerTable, "onFeatureSelectionChange" | "onToggleFilter"> & JSXInternal.HTMLAttributes<HTMLSolutionsLayerTableElement> & {
|
723
723
|
"onfeatureSelectionChange"?: (event: CustomEvent<any>) => void;
|
724
|
+
"ontoggleFilter"?: (event: CustomEvent<any>) => void;
|
724
725
|
}
|
725
726
|
|
726
727
|
"layout-manager": Omit<JSX.SolutionsLayoutManager, "onLayoutChanged"> & JSXInternal.HTMLAttributes<HTMLSolutionsLayoutManagerElement> & {
|
@@ -731,9 +732,10 @@ declare module "preact/src/jsx" {
|
|
731
732
|
|
732
733
|
"location-flow-item": JSX.SolutionsLocationFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsLocationFlowItemElement>
|
733
734
|
|
734
|
-
"map-card": Omit<JSX.SolutionsMapCard, "onMapChanged" | "onBeforeMapChanged"> & JSXInternal.HTMLAttributes<HTMLSolutionsMapCardElement> & {
|
735
|
+
"map-card": Omit<JSX.SolutionsMapCard, "onMapChanged" | "onBeforeMapChanged" | "onToggleFilter"> & JSXInternal.HTMLAttributes<HTMLSolutionsMapCardElement> & {
|
735
736
|
"onmapChanged"?: (event: CustomEvent<any>) => void;
|
736
737
|
"onbeforeMapChanged"?: (event: CustomEvent<any>) => void;
|
738
|
+
"ontoggleFilter"?: (event: CustomEvent<any>) => void;
|
737
739
|
}
|
738
740
|
|
739
741
|
"map-draw-tools": Omit<JSX.SolutionsMapDrawTools, "onSelectionLoadingChange" | "onSketchGraphicsChange" | "onDrawUndo" | "onDrawRedo"> & JSXInternal.HTMLAttributes<HTMLSolutionsMapDrawToolsElement> & {
|