@arcgis/common-components 5.2.0-next.52 → 5.2.0-next.54
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/{GTMCT5DS.js → 7LB56INN.js} +1 -1
- package/dist/cdn/PMV2N3L3.js +2 -0
- package/dist/cdn/{WC3RM7YK.js → QVHTFCUW.js} +1 -1
- package/dist/cdn/VWYV5RCU.js +2 -0
- package/dist/cdn/assets/slider-field/t9n/messages.en.json +1 -0
- package/dist/cdn/index.js +1 -1
- package/dist/cdn/main.css +1 -1
- package/dist/chunks/locale.js +14 -6
- package/dist/components/arcgis-slider-field/customElement.d.ts +292 -0
- package/dist/components/arcgis-slider-field/customElement.js +375 -0
- package/dist/components/arcgis-slider-field/index.d.ts +1 -0
- package/dist/components/arcgis-slider-field/index.js +2 -0
- 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 +3 -2
- package/dist/types/lumina.d.ts +9 -0
- package/dist/types/preact.d.ts +10 -0
- package/dist/types/react.d.ts +11 -0
- package/dist/types/stencil.d.ts +9 -0
- package/package.json +3 -3
- package/dist/cdn/NKMDS2IH.js +0 -2
package/dist/index.d.ts
CHANGED
|
@@ -58,6 +58,7 @@ import type { ArcgisRampColor } from "./components/arcgis-ramp-color/customEleme
|
|
|
58
58
|
import type { ArcgisRampColorBreak } from "./components/arcgis-ramp-color-break/customElement.js";
|
|
59
59
|
import type { ArcgisRampOpacity } from "./components/arcgis-ramp-opacity/customElement.js";
|
|
60
60
|
import type { ArcgisSlider } from "./components/arcgis-slider/customElement.js";
|
|
61
|
+
import type { ArcgisSliderField } from "./components/arcgis-slider-field/customElement.js";
|
|
61
62
|
import type { ArcgisSliderInput } from "./components/arcgis-slider-input/customElement.js";
|
|
62
63
|
import type { ArcgisTicks } from "./components/arcgis-ticks/customElement.js";
|
|
63
64
|
import type { ArcgisUniqueValuesList } from "./components/arcgis-unique-values-list/customElement.js";
|
|
@@ -119,6 +120,11 @@ export interface ArcgisSliderCustomEvent<T> extends CustomEvent<T> {
|
|
|
119
120
|
target: ArcgisSlider;
|
|
120
121
|
currentTarget: ArcgisSlider;
|
|
121
122
|
}
|
|
123
|
+
export interface ArcgisSliderFieldCustomEvent<T> extends CustomEvent<T> {
|
|
124
|
+
detail: T;
|
|
125
|
+
target: ArcgisSliderField;
|
|
126
|
+
currentTarget: ArcgisSliderField;
|
|
127
|
+
}
|
|
122
128
|
export interface ArcgisSliderInputCustomEvent<T> extends CustomEvent<T> {
|
|
123
129
|
detail: T;
|
|
124
130
|
target: ArcgisSliderInput;
|
|
@@ -177,6 +183,7 @@ declare global {
|
|
|
177
183
|
"arcgis-ramp-color-break": ArcgisRampColorBreak;
|
|
178
184
|
"arcgis-ramp-opacity": ArcgisRampOpacity;
|
|
179
185
|
"arcgis-slider": ArcgisSlider;
|
|
186
|
+
"arcgis-slider-field": ArcgisSliderField;
|
|
180
187
|
"arcgis-slider-input": ArcgisSliderInput;
|
|
181
188
|
"arcgis-ticks": ArcgisTicks;
|
|
182
189
|
"arcgis-unique-values-list": ArcgisUniqueValuesList;
|
|
@@ -226,6 +233,9 @@ declare global {
|
|
|
226
233
|
type HTMLArcgisSliderElementEventMap = ArcgisSlider["@eventTypes"];
|
|
227
234
|
type HTMLArcgisSliderElement = ArcgisSlider;
|
|
228
235
|
|
|
236
|
+
type HTMLArcgisSliderFieldElementEventMap = ArcgisSliderField["@eventTypes"];
|
|
237
|
+
type HTMLArcgisSliderFieldElement = ArcgisSliderField;
|
|
238
|
+
|
|
229
239
|
type HTMLArcgisSliderInputElementEventMap = ArcgisSliderInput["@eventTypes"];
|
|
230
240
|
type HTMLArcgisSliderInputElement = ArcgisSliderInput;
|
|
231
241
|
|
package/dist/loader.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
2
|
import { r as e } from "./chunks/runtime.js";
|
|
3
3
|
import { makeDefineCustomElements as a } from "@arcgis/lumina";
|
|
4
|
-
const
|
|
4
|
+
const l = a(e, {
|
|
5
5
|
"arcgis-ckeditor5": [() => import("./components/arcgis-ckeditor5/customElement.js"), "canResizeVertically,currentLanguage,customConfig,customExpressionCheck:,editorType,groupFieldsAndExpressions,intlExpressionsGroupHeading,intlFieldsGroupHeading,intlTextPlaceHolder,mentionFields:,readOnly,textData;getData,setFocus"],
|
|
6
6
|
"arcgis-ckeditor5-popover": [() => import("./components/arcgis-ckeditor5-popover/customElement.js"), "guid,intlCancel,intlLabel,intlOk,refElement:;reposition"],
|
|
7
7
|
"arcgis-color-input": [() => import("./components/arcgis-color-input/customElement.js"), "_messages:,clearable,color,compact,disabled,hideRecentColors,messageOverrides:,placement,popoverProps:,showTransparency,storageId;close,setFocus;isOpen"],
|
|
@@ -16,6 +16,7 @@ const t = a(e, {
|
|
|
16
16
|
"arcgis-ramp-color-break": [() => import("./components/arcgis-ramp-color-break/customElement.js"), "layout,max,min,stops:"],
|
|
17
17
|
"arcgis-ramp-opacity": [() => import("./components/arcgis-ramp-opacity/customElement.js"), "fillColor,layout,max,min,stops:"],
|
|
18
18
|
"arcgis-slider": [() => import("./components/arcgis-slider/customElement.js"), "activeValue:,allowValuesOverlap,autoDestroyDisabled,disabled,fillPlacement,fullRangeMax,fullRangeMin,keyboardLargeStep,labelFormatter:,layout,max,messageOverrides:,messages:,min,mirrored,popoverLabel,popoverPlacement,precision,rangeLabelsEditingEnabled,rangeLabelsPlacement,segmentsDraggingDisabled,showRangeLabels,steps,valueLabelsDisplay,valueLabelsEditingEnabled,valueLabelsPlacement,values;destroy"],
|
|
19
|
+
"arcgis-slider-field": [() => import("./components/arcgis-slider-field/customElement.js"), "activeValue:,disabled,fieldType,fillPlacement,label,layout,max,messageOverrides:,messages:,min,mirrored,popoverLabel,rangeLabelsEditingEnabled,rangeLabelsPlacement,showRangeLabels,valueLabelsDisplay,valueLabelsEditingEnabled,valueLabelsPlacement,values,valuesAsDateOnly:,valuesAsFieldType:,valuesAsNumbers:,valuesAsTimeOnly:,valuesAsTimestampOffset:"],
|
|
19
20
|
"arcgis-slider-input": [() => import("./components/arcgis-slider-input/customElement.js"), "disabled,flipLabels,label,max,min,scale,step,unitsLabel,value,withSteppers"],
|
|
20
21
|
"arcgis-ticks": [() => import("./components/arcgis-ticks/customElement.js"), "interactive,interpolationExponent,labelFormatter:,labelPlacement,layout,max,min,mirrored,mode,showBaseline,showLabels,values"],
|
|
21
22
|
"arcgis-unique-values-list": [() => import("./components/arcgis-unique-values-list/customElement.js"), "_messages:,fieldName,layer:,maxHeight,multiple,numberFormatOptions:,partialUniqueValues,selectedValues:,showFilterLength,sortBy,uniqueValues:,view:,visualizationSource;getUniqueValues,setFocus"],
|
|
@@ -26,5 +27,5 @@ const t = a(e, {
|
|
|
26
27
|
"arcgis-value-picker-slider": [() => import("./components/arcgis-value-picker-slider/customElement.js"), "autoDestroyDisabled,canNext,canPlay,canPrevious,currentValue,disabled,labelFormatter:,labels:,layout,majorTicks:,max,min,minorTicks:,mirrored,steps:;destroy;reset,step"]
|
|
27
28
|
});
|
|
28
29
|
export {
|
|
29
|
-
|
|
30
|
+
l as defineCustomElements
|
|
30
31
|
};
|
package/dist/types/lumina.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import type { ArcgisRampColor } from "../components/arcgis-ramp-color/customElem
|
|
|
13
13
|
import type { ArcgisRampColorBreak } from "../components/arcgis-ramp-color-break/customElement.js";
|
|
14
14
|
import type { ArcgisRampOpacity } from "../components/arcgis-ramp-opacity/customElement.js";
|
|
15
15
|
import type { ArcgisSlider } from "../components/arcgis-slider/customElement.js";
|
|
16
|
+
import type { ArcgisSliderField } from "../components/arcgis-slider-field/customElement.js";
|
|
16
17
|
import type { ArcgisSliderInput } from "../components/arcgis-slider-input/customElement.js";
|
|
17
18
|
import type { ArcgisTicks } from "../components/arcgis-ticks/customElement.js";
|
|
18
19
|
import type { ArcgisUniqueValuesList } from "../components/arcgis-unique-values-list/customElement.js";
|
|
@@ -100,6 +101,13 @@ interface LuminaArcgisSlider extends Partial<Pick<ArcgisSlider, "allowValuesOver
|
|
|
100
101
|
onarcgisRangeChange?: EventHandler<ArcgisSlider["arcgisRangeChange"]>;
|
|
101
102
|
}
|
|
102
103
|
|
|
104
|
+
interface LuminaArcgisSliderField extends Partial<Pick<ArcgisSliderField, "disabled" | "fieldType" | "fillPlacement" | "label" | "layout" | "max" | "messageOverrides" | "min" | "mirrored" | "popoverLabel" | "rangeLabelsEditingEnabled" | "rangeLabelsPlacement" | "showRangeLabels" | "valueLabelsDisplay" | "valueLabelsEditingEnabled" | "valueLabelsPlacement" | "values">>, h.JSX.HTMLAttributes<ArcgisSliderField> {
|
|
105
|
+
onarcgisActiveValueChange?: EventHandler<ArcgisSliderField["arcgisActiveValueChange"]>;
|
|
106
|
+
onarcgisChange?: EventHandler<ArcgisSliderField["arcgisChange"]>;
|
|
107
|
+
onarcgisInput?: EventHandler<ArcgisSliderField["arcgisInput"]>;
|
|
108
|
+
onarcgisRangeChange?: EventHandler<ArcgisSliderField["arcgisRangeChange"]>;
|
|
109
|
+
}
|
|
110
|
+
|
|
103
111
|
interface LuminaArcgisSliderInput extends Partial<Pick<ArcgisSliderInput, "disabled" | "flipLabels" | "label" | "max" | "min" | "scale" | "step" | "unitsLabel" | "value" | "withSteppers">>, h.JSX.HTMLAttributes<ArcgisSliderInput> {
|
|
104
112
|
onarcgisSliderInputValueChange?: EventHandler<ArcgisSliderInput["arcgisSliderInputValueChange"]>;
|
|
105
113
|
onarcgisValueChange?: EventHandler<ArcgisSliderInput["arcgisValueChange"]>;
|
|
@@ -158,6 +166,7 @@ declare module "@arcgis/lumina" {
|
|
|
158
166
|
"arcgis-ramp-color-break": LuminaArcgisRampColorBreak;
|
|
159
167
|
"arcgis-ramp-opacity": LuminaArcgisRampOpacity;
|
|
160
168
|
"arcgis-slider": LuminaArcgisSlider;
|
|
169
|
+
"arcgis-slider-field": LuminaArcgisSliderField;
|
|
161
170
|
"arcgis-slider-input": LuminaArcgisSliderInput;
|
|
162
171
|
"arcgis-ticks": LuminaArcgisTicks;
|
|
163
172
|
"arcgis-unique-values-list": LuminaArcgisUniqueValuesList;
|
package/dist/types/preact.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import type { ArcgisRampColor } from "../components/arcgis-ramp-color/customElem
|
|
|
13
13
|
import type { ArcgisRampColorBreak } from "../components/arcgis-ramp-color-break/customElement.js";
|
|
14
14
|
import type { ArcgisRampOpacity } from "../components/arcgis-ramp-opacity/customElement.js";
|
|
15
15
|
import type { ArcgisSlider } from "../components/arcgis-slider/customElement.js";
|
|
16
|
+
import type { ArcgisSliderField } from "../components/arcgis-slider-field/customElement.js";
|
|
16
17
|
import type { ArcgisSliderInput } from "../components/arcgis-slider-input/customElement.js";
|
|
17
18
|
import type { ArcgisTicks } from "../components/arcgis-ticks/customElement.js";
|
|
18
19
|
import type { ArcgisUniqueValuesList } from "../components/arcgis-unique-values-list/customElement.js";
|
|
@@ -101,6 +102,13 @@ interface PreactArcgisSlider extends Partial<Pick<ArcgisSlider, "allowValuesOver
|
|
|
101
102
|
onarcgisRangeChange?: EventHandler<ArcgisSlider["arcgisRangeChange"]>;
|
|
102
103
|
}
|
|
103
104
|
|
|
105
|
+
interface PreactArcgisSliderField extends Partial<Pick<ArcgisSliderField, "disabled" | "fieldType" | "fillPlacement" | "label" | "layout" | "max" | "messageOverrides" | "min" | "mirrored" | "popoverLabel" | "rangeLabelsEditingEnabled" | "rangeLabelsPlacement" | "showRangeLabels" | "valueLabelsDisplay" | "valueLabelsEditingEnabled" | "valueLabelsPlacement" | "values">>, HTMLAttributes<ArcgisSliderField> {
|
|
106
|
+
onarcgisActiveValueChange?: EventHandler<ArcgisSliderField["arcgisActiveValueChange"]>;
|
|
107
|
+
onarcgisChange?: EventHandler<ArcgisSliderField["arcgisChange"]>;
|
|
108
|
+
onarcgisInput?: EventHandler<ArcgisSliderField["arcgisInput"]>;
|
|
109
|
+
onarcgisRangeChange?: EventHandler<ArcgisSliderField["arcgisRangeChange"]>;
|
|
110
|
+
}
|
|
111
|
+
|
|
104
112
|
interface PreactArcgisSliderInput extends Partial<Pick<ArcgisSliderInput, "disabled" | "flipLabels" | "label" | "max" | "min" | "scale" | "step" | "unitsLabel" | "value" | "withSteppers">>, HTMLAttributes<ArcgisSliderInput> {
|
|
105
113
|
onarcgisSliderInputValueChange?: EventHandler<ArcgisSliderInput["arcgisSliderInputValueChange"]>;
|
|
106
114
|
onarcgisValueChange?: EventHandler<ArcgisSliderInput["arcgisValueChange"]>;
|
|
@@ -159,6 +167,7 @@ declare module 'preact' {
|
|
|
159
167
|
"arcgis-ramp-color-break": PreactArcgisRampColorBreak;
|
|
160
168
|
"arcgis-ramp-opacity": PreactArcgisRampOpacity;
|
|
161
169
|
"arcgis-slider": PreactArcgisSlider;
|
|
170
|
+
"arcgis-slider-field": PreactArcgisSliderField;
|
|
162
171
|
"arcgis-slider-input": PreactArcgisSliderInput;
|
|
163
172
|
"arcgis-ticks": PreactArcgisTicks;
|
|
164
173
|
"arcgis-unique-values-list": PreactArcgisUniqueValuesList;
|
|
@@ -185,6 +194,7 @@ declare module 'preact' {
|
|
|
185
194
|
"arcgis-ramp-color-break": PreactArcgisRampColorBreak;
|
|
186
195
|
"arcgis-ramp-opacity": PreactArcgisRampOpacity;
|
|
187
196
|
"arcgis-slider": PreactArcgisSlider;
|
|
197
|
+
"arcgis-slider-field": PreactArcgisSliderField;
|
|
188
198
|
"arcgis-slider-input": PreactArcgisSliderInput;
|
|
189
199
|
"arcgis-ticks": PreactArcgisTicks;
|
|
190
200
|
"arcgis-unique-values-list": PreactArcgisUniqueValuesList;
|
package/dist/types/react.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import type { ArcgisRampColor } from "../components/arcgis-ramp-color/customElem
|
|
|
13
13
|
import type { ArcgisRampColorBreak } from "../components/arcgis-ramp-color-break/customElement.js";
|
|
14
14
|
import type { ArcgisRampOpacity } from "../components/arcgis-ramp-opacity/customElement.js";
|
|
15
15
|
import type { ArcgisSlider } from "../components/arcgis-slider/customElement.js";
|
|
16
|
+
import type { ArcgisSliderField } from "../components/arcgis-slider-field/customElement.js";
|
|
16
17
|
import type { ArcgisSliderInput } from "../components/arcgis-slider-input/customElement.js";
|
|
17
18
|
import type { ArcgisTicks } from "../components/arcgis-ticks/customElement.js";
|
|
18
19
|
import type { ArcgisUniqueValuesList } from "../components/arcgis-unique-values-list/customElement.js";
|
|
@@ -101,6 +102,13 @@ interface ReactArcgisSlider extends Partial<Pick<ArcgisSlider, "allowValuesOverl
|
|
|
101
102
|
onarcgisRangeChange?: EventHandler<ArcgisSlider["arcgisRangeChange"]>;
|
|
102
103
|
}
|
|
103
104
|
|
|
105
|
+
interface ReactArcgisSliderField extends Partial<Pick<ArcgisSliderField, "disabled" | "fieldType" | "fillPlacement" | "label" | "layout" | "max" | "messageOverrides" | "min" | "mirrored" | "popoverLabel" | "rangeLabelsEditingEnabled" | "rangeLabelsPlacement" | "showRangeLabels" | "valueLabelsDisplay" | "valueLabelsEditingEnabled" | "valueLabelsPlacement" | "values">>, HTMLProps<ArcgisSliderField> {
|
|
106
|
+
onarcgisActiveValueChange?: EventHandler<ArcgisSliderField["arcgisActiveValueChange"]>;
|
|
107
|
+
onarcgisChange?: EventHandler<ArcgisSliderField["arcgisChange"]>;
|
|
108
|
+
onarcgisInput?: EventHandler<ArcgisSliderField["arcgisInput"]>;
|
|
109
|
+
onarcgisRangeChange?: EventHandler<ArcgisSliderField["arcgisRangeChange"]>;
|
|
110
|
+
}
|
|
111
|
+
|
|
104
112
|
interface ReactArcgisSliderInput extends Partial<Pick<ArcgisSliderInput, "disabled" | "flipLabels" | "label" | "max" | "min" | "scale" | "step" | "unitsLabel" | "value" | "withSteppers">>, HTMLProps<ArcgisSliderInput> {
|
|
105
113
|
onarcgisSliderInputValueChange?: EventHandler<ArcgisSliderInput["arcgisSliderInputValueChange"]>;
|
|
106
114
|
onarcgisValueChange?: EventHandler<ArcgisSliderInput["arcgisValueChange"]>;
|
|
@@ -159,6 +167,7 @@ declare module "react" {
|
|
|
159
167
|
"arcgis-ramp-color-break": ReactArcgisRampColorBreak;
|
|
160
168
|
"arcgis-ramp-opacity": ReactArcgisRampOpacity;
|
|
161
169
|
"arcgis-slider": ReactArcgisSlider;
|
|
170
|
+
"arcgis-slider-field": ReactArcgisSliderField;
|
|
162
171
|
"arcgis-slider-input": ReactArcgisSliderInput;
|
|
163
172
|
"arcgis-ticks": ReactArcgisTicks;
|
|
164
173
|
"arcgis-unique-values-list": ReactArcgisUniqueValuesList;
|
|
@@ -187,6 +196,7 @@ declare module "react/jsx-runtime" {
|
|
|
187
196
|
"arcgis-ramp-color-break": ReactArcgisRampColorBreak;
|
|
188
197
|
"arcgis-ramp-opacity": ReactArcgisRampOpacity;
|
|
189
198
|
"arcgis-slider": ReactArcgisSlider;
|
|
199
|
+
"arcgis-slider-field": ReactArcgisSliderField;
|
|
190
200
|
"arcgis-slider-input": ReactArcgisSliderInput;
|
|
191
201
|
"arcgis-ticks": ReactArcgisTicks;
|
|
192
202
|
"arcgis-unique-values-list": ReactArcgisUniqueValuesList;
|
|
@@ -215,6 +225,7 @@ declare module "react/jsx-dev-runtime" {
|
|
|
215
225
|
"arcgis-ramp-color-break": ReactArcgisRampColorBreak;
|
|
216
226
|
"arcgis-ramp-opacity": ReactArcgisRampOpacity;
|
|
217
227
|
"arcgis-slider": ReactArcgisSlider;
|
|
228
|
+
"arcgis-slider-field": ReactArcgisSliderField;
|
|
218
229
|
"arcgis-slider-input": ReactArcgisSliderInput;
|
|
219
230
|
"arcgis-ticks": ReactArcgisTicks;
|
|
220
231
|
"arcgis-unique-values-list": ReactArcgisUniqueValuesList;
|
package/dist/types/stencil.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import type { ArcgisRampColor } from "../components/arcgis-ramp-color/customElem
|
|
|
13
13
|
import type { ArcgisRampColorBreak } from "../components/arcgis-ramp-color-break/customElement.js";
|
|
14
14
|
import type { ArcgisRampOpacity } from "../components/arcgis-ramp-opacity/customElement.js";
|
|
15
15
|
import type { ArcgisSlider } from "../components/arcgis-slider/customElement.js";
|
|
16
|
+
import type { ArcgisSliderField } from "../components/arcgis-slider-field/customElement.js";
|
|
16
17
|
import type { ArcgisSliderInput } from "../components/arcgis-slider-input/customElement.js";
|
|
17
18
|
import type { ArcgisTicks } from "../components/arcgis-ticks/customElement.js";
|
|
18
19
|
import type { ArcgisUniqueValuesList } from "../components/arcgis-unique-values-list/customElement.js";
|
|
@@ -101,6 +102,13 @@ interface StencilArcgisSlider extends Partial<Pick<ArcgisSlider, "allowValuesOve
|
|
|
101
102
|
onArcgisRangeChange?: EventHandler<ArcgisSlider["arcgisRangeChange"]>;
|
|
102
103
|
}
|
|
103
104
|
|
|
105
|
+
interface StencilArcgisSliderField extends Partial<Pick<ArcgisSliderField, "disabled" | "fieldType" | "fillPlacement" | "label" | "layout" | "max" | "messageOverrides" | "min" | "mirrored" | "popoverLabel" | "rangeLabelsEditingEnabled" | "rangeLabelsPlacement" | "showRangeLabels" | "valueLabelsDisplay" | "valueLabelsEditingEnabled" | "valueLabelsPlacement" | "values">>, StencilJsx.HTMLAttributes<ArcgisSliderField> {
|
|
106
|
+
onArcgisActiveValueChange?: EventHandler<ArcgisSliderField["arcgisActiveValueChange"]>;
|
|
107
|
+
onArcgisChange?: EventHandler<ArcgisSliderField["arcgisChange"]>;
|
|
108
|
+
onArcgisInput?: EventHandler<ArcgisSliderField["arcgisInput"]>;
|
|
109
|
+
onArcgisRangeChange?: EventHandler<ArcgisSliderField["arcgisRangeChange"]>;
|
|
110
|
+
}
|
|
111
|
+
|
|
104
112
|
interface StencilArcgisSliderInput extends Partial<Pick<ArcgisSliderInput, "disabled" | "flipLabels" | "label" | "max" | "min" | "scale" | "step" | "unitsLabel" | "value" | "withSteppers">>, StencilJsx.HTMLAttributes<ArcgisSliderInput> {
|
|
105
113
|
onArcgisSliderInputValueChange?: EventHandler<ArcgisSliderInput["arcgisSliderInputValueChange"]>;
|
|
106
114
|
onArcgisValueChange?: EventHandler<ArcgisSliderInput["arcgisValueChange"]>;
|
|
@@ -157,6 +165,7 @@ interface ExposedElements {
|
|
|
157
165
|
"arcgis-ramp-color-break": StencilArcgisRampColorBreak;
|
|
158
166
|
"arcgis-ramp-opacity": StencilArcgisRampOpacity;
|
|
159
167
|
"arcgis-slider": StencilArcgisSlider;
|
|
168
|
+
"arcgis-slider-field": StencilArcgisSliderField;
|
|
160
169
|
"arcgis-slider-input": StencilArcgisSliderInput;
|
|
161
170
|
"arcgis-ticks": StencilArcgisTicks;
|
|
162
171
|
"arcgis-unique-values-list": StencilArcgisUniqueValuesList;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/common-components",
|
|
3
|
-
"version": "5.2.0-next.
|
|
3
|
+
"version": "5.2.0-next.54",
|
|
4
4
|
"description": "ArcGIS Maps SDK for JavaScript common components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"2D",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@lit/task": "^1.0.3",
|
|
50
50
|
"lit": "^3.3.0",
|
|
51
51
|
"tslib": "^2.8.1",
|
|
52
|
-
"@arcgis/lumina": "5.2.0-next.
|
|
53
|
-
"@arcgis/toolkit": "5.2.0-next.
|
|
52
|
+
"@arcgis/lumina": "5.2.0-next.54",
|
|
53
|
+
"@arcgis/toolkit": "5.2.0-next.54"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@arcgis/core": "^5.2.0-next",
|
package/dist/cdn/NKMDS2IH.js
DELETED