@react-querybuilder/antd 8.10.0 → 8.11.0

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.
@@ -38,7 +38,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
38
  }) : target, mod));
39
39
 
40
40
  //#endregion
41
- //#region \0@oxc-project+runtime@0.94.0/helpers/objectWithoutPropertiesLoose.js
41
+ //#region \0@oxc-project+runtime@0.95.0/helpers/objectWithoutPropertiesLoose.js
42
42
  function _objectWithoutPropertiesLoose(r, e) {
43
43
  if (null == r) return {};
44
44
  var t = {};
@@ -50,7 +50,7 @@ function _objectWithoutPropertiesLoose(r, e) {
50
50
  }
51
51
 
52
52
  //#endregion
53
- //#region \0@oxc-project+runtime@0.94.0/helpers/objectWithoutProperties.js
53
+ //#region \0@oxc-project+runtime@0.95.0/helpers/objectWithoutProperties.js
54
54
  function _objectWithoutProperties(e, t) {
55
55
  if (null == e) return {};
56
56
  var o, r, i = _objectWithoutPropertiesLoose(e, t);
@@ -62,7 +62,7 @@ function _objectWithoutProperties(e, t) {
62
62
  }
63
63
 
64
64
  //#endregion
65
- //#region \0@oxc-project+runtime@0.94.0/helpers/typeof.js
65
+ //#region \0@oxc-project+runtime@0.95.0/helpers/typeof.js
66
66
  function _typeof(o) {
67
67
  "@babel/helpers - typeof";
68
68
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -73,7 +73,7 @@ function _typeof(o) {
73
73
  }
74
74
 
75
75
  //#endregion
76
- //#region \0@oxc-project+runtime@0.94.0/helpers/toPrimitive.js
76
+ //#region \0@oxc-project+runtime@0.95.0/helpers/toPrimitive.js
77
77
  function toPrimitive(t, r) {
78
78
  if ("object" != _typeof(t) || !t) return t;
79
79
  var e = t[Symbol.toPrimitive];
@@ -86,14 +86,14 @@ function toPrimitive(t, r) {
86
86
  }
87
87
 
88
88
  //#endregion
89
- //#region \0@oxc-project+runtime@0.94.0/helpers/toPropertyKey.js
89
+ //#region \0@oxc-project+runtime@0.95.0/helpers/toPropertyKey.js
90
90
  function toPropertyKey(t) {
91
91
  var i = toPrimitive(t, "string");
92
92
  return "symbol" == _typeof(i) ? i : i + "";
93
93
  }
94
94
 
95
95
  //#endregion
96
- //#region \0@oxc-project+runtime@0.94.0/helpers/defineProperty.js
96
+ //#region \0@oxc-project+runtime@0.95.0/helpers/defineProperty.js
97
97
  function _defineProperty(e, r, t) {
98
98
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
99
99
  value: t,
@@ -104,7 +104,7 @@ function _defineProperty(e, r, t) {
104
104
  }
105
105
 
106
106
  //#endregion
107
- //#region \0@oxc-project+runtime@0.94.0/helpers/objectSpread2.js
107
+ //#region \0@oxc-project+runtime@0.95.0/helpers/objectSpread2.js
108
108
  function ownKeys(e, r) {
109
109
  var t = Object.keys(e);
110
110
  if (Object.getOwnPropertySymbols) {