@vizabi/core
Advanced tools
Comparing version 1.32.3 to 1.33.0
@@ -1,2 +0,2 @@ | ||
// http://vizabi.org v1.32.3 Copyright 2025 Jasper Heeffer and others at Gapminder Foundation | ||
// http://vizabi.org v1.33.0 Copyright 2025 Jasper Heeffer and others at Gapminder Foundation | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('mobx'), require('d3')) : |
{ | ||
"name": "@vizabi/core", | ||
"version": "1.32.3", | ||
"version": "1.33.0", | ||
"description": "Vizabi core (data layer)", | ||
@@ -5,0 +5,0 @@ "main": "dist/Vizabi.js", |
@@ -8,3 +8,3 @@ import { resolveRef } from "../config"; | ||
import { unique } from "../../dataframe/info/unique"; | ||
import { createKeyStr } from "../../dataframe/dfutils"; | ||
import { createKeyStr, createKeyFn } from "../../dataframe/dfutils"; | ||
import { configSolver } from "./configSolver"; | ||
@@ -281,2 +281,5 @@ import { filterStore } from "../filter/filterStore"; | ||
}, | ||
createKeyFn(space = this.space){ | ||
return createKeyFn(space); | ||
}, | ||
disposers: [], | ||
@@ -283,0 +286,0 @@ onCreate() { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1353281
14032