| 11178 | var _util = require("./util"); |
| 11179 | var _sanddance = require("@msrvida/sanddance"); |
| 11180 | function addNullable(insight, signalValues) { |
| 11181 | const withNulls = Object.assign(Object.assign({ |
| 11182 | view: null, |
| 11183 | filter: null |
| 11184 | }, insight), { |
| 11185 | signalValues |
| 11186 | }); |
| 11187 | return withNulls; |
| 11188 | } |
| 11189 | function compareProps(viewer, insight) { |
| 11190 | const currentInsight = viewer.getInsight(); |
| 11191 | const a = addNullable(currentInsight, Object.assign(Object.assign({}, viewer.insight.signalValues), currentInsight.signalValues)); |