@teselagen/ove 0.4.5 → 0.4.6

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.
Files changed (4) hide show
  1. package/index.cjs.js +171 -196
  2. package/index.es.js +171 -196
  3. package/index.umd.js +21 -10
  4. package/package.json +1 -1
package/index.umd.js CHANGED
@@ -43720,16 +43720,25 @@ ${latestSubscriptionCallbackError.current.stack}
43720
43720
  var _cof = /* @__PURE__ */ __name(function(it) {
43721
43721
  return toString$4.call(it).slice(8, -1);
43722
43722
  }, "_cof");
43723
- var cof$2 = _cof;
43724
- var _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
43725
- return cof$2(it) == "String" ? it.split("") : Object(it);
43726
- };
43723
+ var _iobject;
43724
+ var hasRequired_iobject;
43725
+ function require_iobject() {
43726
+ if (hasRequired_iobject)
43727
+ return _iobject;
43728
+ hasRequired_iobject = 1;
43729
+ var cof2 = _cof;
43730
+ _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
43731
+ return cof2(it) == "String" ? it.split("") : Object(it);
43732
+ };
43733
+ return _iobject;
43734
+ }
43735
+ __name(require_iobject, "require_iobject");
43727
43736
  var _defined = /* @__PURE__ */ __name(function(it) {
43728
43737
  if (it == void 0)
43729
43738
  throw TypeError("Can't call method on " + it);
43730
43739
  return it;
43731
43740
  }, "_defined");
43732
- var IObject = _iobject;
43741
+ var IObject = require_iobject();
43733
43742
  var defined$2 = _defined;
43734
43743
  var _toIobject = /* @__PURE__ */ __name(function(it) {
43735
43744
  return IObject(defined$2(it));
@@ -43850,7 +43859,7 @@ ${latestSubscriptionCallbackError.current.stack}
43850
43859
  var gOPS2 = _objectGops;
43851
43860
  var pIE2 = require_objectPie();
43852
43861
  var toObject2 = _toObject;
43853
- var IObject2 = _iobject;
43862
+ var IObject2 = require_iobject();
43854
43863
  var $assign = Object.assign;
43855
43864
  _objectAssign = !$assign || _fails(function() {
43856
43865
  var A2 = {};
@@ -104653,9 +104662,11 @@ ${latestSubscriptionCallbackError.current.stack}
104653
104662
  this.setDefaults();
104654
104663
  try {
104655
104664
  const el2 = this.containerEl.querySelector(".bp3-dialog-body");
104656
- this.resizeObs = new ResizeObserver(() => {
104657
- this.setDefaults({ doNotSetXOrWidth: true });
104658
- });
104665
+ this.resizeObs = new ResizeObserver(
104666
+ lodashExports.debounce(() => {
104667
+ this.setDefaults({ doNotSetXOrWidth: true });
104668
+ })
104669
+ );
104659
104670
  this.resizeObs.observe(el2);
104660
104671
  } catch (e2) {
104661
104672
  console.warn(
@@ -154169,7 +154180,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
154169
154180
  }
154170
154181
  __name(showFileDialog, "showFileDialog");
154171
154182
  const name = "@teselagen/ove";
154172
- const version = "0.4.4";
154183
+ const version = "0.4.5";
154173
154184
  const main = "./src/index.js";
154174
154185
  const exports$1 = {
154175
154186
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {