@react-querybuilder/core 8.24.1 → 8.24.2

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.
@@ -1540,7 +1540,7 @@ const signatureOf = (prev, next) => signatureOfNode(prev, next, "", -1);
1540
1540
  */
1541
1541
  const shouldCoalesce = (prevSig, nextSig, prevAt, now, coalesceMs = 500) => nextSig !== "~structural" && nextSig === prevSig && now >= prevAt && now - prevAt < coalesceMs;
1542
1542
  //#endregion
1543
- //#region \0@oxc-project+runtime@0.150.0/helpers/esm/typeof.js
1543
+ //#region \0@oxc-project+runtime@0.151.0/helpers/esm/typeof.js
1544
1544
  function _typeof(o) {
1545
1545
  "@babel/helpers - typeof";
1546
1546
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -1550,7 +1550,7 @@ function _typeof(o) {
1550
1550
  }, _typeof(o);
1551
1551
  }
1552
1552
  //#endregion
1553
- //#region \0@oxc-project+runtime@0.150.0/helpers/esm/toPrimitive.js
1553
+ //#region \0@oxc-project+runtime@0.151.0/helpers/esm/toPrimitive.js
1554
1554
  function toPrimitive(t, r) {
1555
1555
  if ("object" != _typeof(t) || !t) return t;
1556
1556
  var e = t[Symbol.toPrimitive];
@@ -1562,13 +1562,13 @@ function toPrimitive(t, r) {
1562
1562
  return ("string" === r ? String : Number)(t);
1563
1563
  }
1564
1564
  //#endregion
1565
- //#region \0@oxc-project+runtime@0.150.0/helpers/esm/toPropertyKey.js
1565
+ //#region \0@oxc-project+runtime@0.151.0/helpers/esm/toPropertyKey.js
1566
1566
  function toPropertyKey(t) {
1567
1567
  var i = toPrimitive(t, "string");
1568
1568
  return "symbol" == _typeof(i) ? i : i + "";
1569
1569
  }
1570
1570
  //#endregion
1571
- //#region \0@oxc-project+runtime@0.150.0/helpers/esm/defineProperty.js
1571
+ //#region \0@oxc-project+runtime@0.151.0/helpers/esm/defineProperty.js
1572
1572
  function _defineProperty(e, r, t) {
1573
1573
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
1574
1574
  value: t,
@@ -1578,7 +1578,7 @@ function _defineProperty(e, r, t) {
1578
1578
  }) : e[r] = t, e;
1579
1579
  }
1580
1580
  //#endregion
1581
- //#region \0@oxc-project+runtime@0.150.0/helpers/esm/objectSpread2.js
1581
+ //#region \0@oxc-project+runtime@0.151.0/helpers/esm/objectSpread2.js
1582
1582
  function ownKeys(e, r) {
1583
1583
  var t = Object.keys(e);
1584
1584
  if (Object.getOwnPropertySymbols) {
@@ -1601,7 +1601,7 @@ function _objectSpread2(e) {
1601
1601
  return e;
1602
1602
  }
1603
1603
  //#endregion
1604
- //#region \0@oxc-project+runtime@0.150.0/helpers/esm/objectWithoutPropertiesLoose.js
1604
+ //#region \0@oxc-project+runtime@0.151.0/helpers/esm/objectWithoutPropertiesLoose.js
1605
1605
  function _objectWithoutPropertiesLoose(r, e) {
1606
1606
  if (null == r) return {};
1607
1607
  var t = {};
@@ -1612,7 +1612,7 @@ function _objectWithoutPropertiesLoose(r, e) {
1612
1612
  return t;
1613
1613
  }
1614
1614
  //#endregion
1615
- //#region \0@oxc-project+runtime@0.150.0/helpers/esm/objectWithoutProperties.js
1615
+ //#region \0@oxc-project+runtime@0.151.0/helpers/esm/objectWithoutProperties.js
1616
1616
  function _objectWithoutProperties(e, t) {
1617
1617
  if (null == e) return {};
1618
1618
  var o, r, i = _objectWithoutPropertiesLoose(e, t);