@axdspub/axiom-charts 0.2.0-alpha-react19-compatible → 0.2.1-alpha-react19-compatible
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/library/browser.js +7 -3
- package/library/browser.js.map +1 -1
- package/library/cjs.js +7 -3
- package/library/cjs.js.map +1 -1
- package/library/index.js +7 -3
- package/library/index.js.map +1 -1
- package/package.json +2 -3
package/library/browser.js
CHANGED
|
@@ -11379,7 +11379,7 @@ var AxiomCharts = (function (exports, axiomUiDataServices, d3Array, React, d3Sel
|
|
|
11379
11379
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
11380
11380
|
PERFORMANCE OF THIS SOFTWARE.
|
|
11381
11381
|
***************************************************************************** */
|
|
11382
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
11382
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
11383
11383
|
|
|
11384
11384
|
var extendStatics = function(d, b) {
|
|
11385
11385
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -11418,8 +11418,8 @@ var AxiomCharts = (function (exports, axiomUiDataServices, d3Array, React, d3Sel
|
|
|
11418
11418
|
}
|
|
11419
11419
|
|
|
11420
11420
|
function __generator(thisArg, body) {
|
|
11421
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
11422
|
-
return g =
|
|
11421
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
11422
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
11423
11423
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
11424
11424
|
function step(op) {
|
|
11425
11425
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -12232,6 +12232,10 @@ var AxiomCharts = (function (exports, axiomUiDataServices, d3Array, React, d3Sel
|
|
|
12232
12232
|
MapRoot.prototype.cleanupTools = function () {
|
|
12233
12233
|
Object.values(this.toolInstances).forEach(function (tool) { tool.cleanup(); });
|
|
12234
12234
|
};
|
|
12235
|
+
MapRoot.prototype.getCanvasElement = function () {
|
|
12236
|
+
console.log("getCanvasElement not implemented for ".concat(this.getMapLibraryName()));
|
|
12237
|
+
return undefined;
|
|
12238
|
+
};
|
|
12235
12239
|
return MapRoot;
|
|
12236
12240
|
})(axiomUiUtilities.EventManager));
|
|
12237
12241
|
|