@arcgis/common-components 5.1.0-next.66 → 5.1.0-next.67
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.
|
|
@@ -350,7 +350,7 @@ export abstract class ArcgisSlider extends LitElement {
|
|
|
350
350
|
* when the user clicks a thumb value label. This allows the user to move the slider
|
|
351
351
|
* thumb to precise values without sliding the thumbs.
|
|
352
352
|
*
|
|
353
|
-
* 
|
|
354
354
|
*
|
|
355
355
|
* @default false
|
|
356
356
|
*/
|