@arcgis/common-components 5.0.0-next.168 → 5.0.0-next.170
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/components/arcgis-histogram/customElement.d.ts +2 -2
- package/dist/components/arcgis-slider/customElement.d.ts +1 -1
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/vscode.html-custom-data.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/package.json +3 -3
|
@@ -35,11 +35,11 @@ import type { T9nMeta } from "@arcgis/lumina/controllers";
|
|
|
35
35
|
*
|
|
36
36
|
* See the image below for a summary of the configurable options available on the histogram.
|
|
37
37
|
*
|
|
38
|
-
* 
|
|
39
39
|
*
|
|
40
40
|
* The [colorStops](https://developers.arcgis.com/javascript/latest/references/common-components/components/arcgis-histogram/#colorStops) property may be used to define a color scheme for the histogram bars.
|
|
41
41
|
*
|
|
42
|
-
* 
|
|
43
43
|
*
|
|
44
44
|
* @cssproperty [--arcgis-histogram-bar-color] - Specifies the color of the histogram bars when the bin doesn't have a corresponding color stop.
|
|
45
45
|
* @cssproperty [--arcgis-histogram-stop-color] - Specifies the default color for color stops.
|
|
@@ -352,7 +352,7 @@ export abstract class ArcgisSlider extends LitElement {
|
|
|
352
352
|
* when the user clicks a thumb value label. This allows the user to move the slider
|
|
353
353
|
* thumb to precise values without sliding the thumbs.
|
|
354
354
|
*
|
|
355
|
-
* 
|
|
356
356
|
*
|
|
357
357
|
* @default false
|
|
358
358
|
*/
|