123456789101112131415161718192021222324252627282930313233343536 |
- import {
- l as l2
- } from "./chunk-7XXXCK2A.js";
- import {
- r
- } from "./chunk-MRJEICT6.js";
- import {
- d,
- e,
- l3 as l,
- n2 as n
- } from "./chunk-Y3WMVFTW.js";
- import {
- S
- } from "./chunk-IHXECKQQ.js";
- // node_modules/@arcgis/core/renderers/visualVariables/support/ColorStop.js
- var i;
- var c = i = class extends l {
- constructor(r2) {
- super(r2), this.color = null, this.label = null, this.value = null;
- }
- writeValue(r2, o, e2) {
- o[e2] = r2 == null ? 0 : r2;
- }
- clone() {
- return new i({ color: this.color && this.color.clone(), label: this.label, value: this.value });
- }
- };
- e([d({ type: l2, json: { type: [S], write: true } })], c.prototype, "color", void 0), e([d({ type: String, json: { write: true } })], c.prototype, "label", void 0), e([d({ type: Number, json: { write: { writerEnsuresNonNull: true } } })], c.prototype, "value", void 0), e([r("value")], c.prototype, "writeValue", null), c = i = e([n("esri.renderers.visualVariables.support.ColorStop")], c);
- var a = c;
- export {
- a
- };
- //# sourceMappingURL=chunk-MFUAILAT.js.map
|