{"version":3,"sources":["node_modules/@arcgis/core/renderers/SimpleRenderer.js"],"sourcesContent":["/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.31/esri/copyright.txt for details.\n*/\nimport { _ as e } from \"../chunks/tslib.es6.js\";\nimport { clone as r } from \"../core/lang.js\";\nimport { property as s } from \"../core/accessorSupport/decorators/property.js\";\nimport \"../core/has.js\";\nimport \"../core/Logger.js\";\nimport { enumeration as t } from \"../core/accessorSupport/decorators/enumeration.js\";\nimport { subclass as o } from \"../core/accessorSupport/decorators/subclass.js\";\nimport i from \"./Renderer.js\";\nimport { VisualVariablesMixin as l } from \"./mixins/VisualVariablesMixin.js\";\nimport { requiredRendererSymbolProperty as a } from \"./support/commonProperties.js\";\nvar c;\nlet m = c = class extends l(i) {\n constructor(e) {\n super(e), this.description = null, this.label = null, this.symbol = null, this.type = \"simple\";\n }\n async collectRequiredFields(e, r) {\n await Promise.all([this.collectSymbolFields(e, r), this.collectVVRequiredFields(e, r)]);\n }\n async collectSymbolFields(e, r) {\n await Promise.all(this.getSymbols().map(s => s.collectRequiredFields(e, r)));\n }\n getSymbol(e, r) {\n return this.symbol;\n }\n async getSymbolAsync(e, r) {\n return this.symbol;\n }\n getSymbols() {\n return this.symbol ? [this.symbol] : [];\n }\n getAttributeHash() {\n return this.visualVariables?.reduce((e, r) => e + r.getAttributeHash(), \"\") ?? \"\";\n }\n getMeshHash() {\n return this.getSymbols().reduce((e, r) => e + JSON.stringify(r), \"\");\n }\n get arcadeRequired() {\n return this.arcadeRequiredForVisualVariables;\n }\n clone() {\n return new c({\n description: this.description,\n label: this.label,\n symbol: r(this.symbol),\n visualVariables: r(this.visualVariables),\n authoringInfo: r(this.authoringInfo)\n });\n }\n};\ne([s({\n type: String,\n json: {\n write: !0\n }\n})], m.prototype, \"description\", void 0), e([s({\n type: String,\n json: {\n write: !0\n }\n})], m.prototype, \"label\", void 0), e([s(a)], m.prototype, \"symbol\", void 0), e([t({\n simple: \"simple\"\n})], m.prototype, \"type\", void 0), m = c = e([o(\"esri.renderers.SimpleRenderer\")], m);\nconst p = m;\nexport { p as default };"],"mappings":"sSAcA,IAAIA,EACAC,EAAID,EAAI,cAAcE,EAAE,CAAC,CAAE,CAC7B,YAAY,EAAG,CACb,MAAM,CAAC,EAAG,KAAK,YAAc,KAAM,KAAK,MAAQ,KAAM,KAAK,OAAS,KAAM,KAAK,KAAO,QACxF,CACM,sBAAsB,EAAGC,EAAG,QAAAC,EAAA,sBAChC,MAAM,QAAQ,IAAI,CAAC,KAAK,oBAAoB,EAAGD,CAAC,EAAG,KAAK,wBAAwB,EAAGA,CAAC,CAAC,CAAC,CACxF,GACM,oBAAoB,EAAGA,EAAG,QAAAC,EAAA,sBAC9B,MAAM,QAAQ,IAAI,KAAK,WAAW,EAAE,IAAIC,GAAKA,EAAE,sBAAsB,EAAGF,CAAC,CAAC,CAAC,CAC7E,GACA,UAAU,EAAGA,EAAG,CACd,OAAO,KAAK,MACd,CACM,eAAe,EAAGA,EAAG,QAAAC,EAAA,sBACzB,OAAO,KAAK,MACd,GACA,YAAa,CACX,OAAO,KAAK,OAAS,CAAC,KAAK,MAAM,EAAI,CAAC,CACxC,CACA,kBAAmB,CACjB,OAAO,KAAK,iBAAiB,OAAO,CAAC,EAAGD,IAAM,EAAIA,EAAE,iBAAiB,EAAG,EAAE,GAAK,EACjF,CACA,aAAc,CACZ,OAAO,KAAK,WAAW,EAAE,OAAO,CAAC,EAAGA,IAAM,EAAI,KAAK,UAAUA,CAAC,EAAG,EAAE,CACrE,CACA,IAAI,gBAAiB,CACnB,OAAO,KAAK,gCACd,CACA,OAAQ,CACN,OAAO,IAAIH,EAAE,CACX,YAAa,KAAK,YAClB,MAAO,KAAK,MACZ,OAAQM,EAAE,KAAK,MAAM,EACrB,gBAAiBA,EAAE,KAAK,eAAe,EACvC,cAAeA,EAAE,KAAK,aAAa,CACrC,CAAC,CACH,CACF,EACAH,EAAE,CAACF,EAAE,CACH,KAAM,OACN,KAAM,CACJ,MAAO,EACT,CACF,CAAC,CAAC,EAAGA,EAAE,UAAW,cAAe,MAAM,EAAGE,EAAE,CAACF,EAAE,CAC7C,KAAM,OACN,KAAM,CACJ,MAAO,EACT,CACF,CAAC,CAAC,EAAGA,EAAE,UAAW,QAAS,MAAM,EAAGE,EAAE,CAACF,EAAEA,CAAC,CAAC,EAAGA,EAAE,UAAW,SAAU,MAAM,EAAGE,EAAE,CAACA,EAAE,CACjF,OAAQ,QACV,CAAC,CAAC,EAAGF,EAAE,UAAW,OAAQ,MAAM,EAAGA,EAAID,EAAIG,EAAE,CAACG,EAAE,+BAA+B,CAAC,EAAGL,CAAC,EACpF,IAAMM,EAAIN","names":["c","m","v","r","__async","s","a","p"],"x_google_ignoreList":[0]}