@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/cjs.js CHANGED
@@ -11389,7 +11389,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
11389
11389
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
11390
11390
  PERFORMANCE OF THIS SOFTWARE.
11391
11391
  ***************************************************************************** */
11392
- /* global Reflect, Promise, SuppressedError, Symbol */
11392
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
11393
11393
 
11394
11394
  var extendStatics = function(d, b) {
11395
11395
  extendStatics = Object.setPrototypeOf ||
@@ -11428,8 +11428,8 @@ function __awaiter(thisArg, _arguments, P, generator) {
11428
11428
  }
11429
11429
 
11430
11430
  function __generator(thisArg, body) {
11431
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
11432
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
11431
+ 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);
11432
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
11433
11433
  function verb(n) { return function (v) { return step([n, v]); }; }
11434
11434
  function step(op) {
11435
11435
  if (f) throw new TypeError("Generator is already executing.");
@@ -12242,6 +12242,10 @@ var MapLoadedEvent = /** @class */ (function (_super) {
12242
12242
  MapRoot.prototype.cleanupTools = function () {
12243
12243
  Object.values(this.toolInstances).forEach(function (tool) { tool.cleanup(); });
12244
12244
  };
12245
+ MapRoot.prototype.getCanvasElement = function () {
12246
+ console.log("getCanvasElement not implemented for ".concat(this.getMapLibraryName()));
12247
+ return undefined;
12248
+ };
12245
12249
  return MapRoot;
12246
12250
  })(axiomUiUtilities.EventManager));
12247
12251