@react-querybuilder/antd 8.20.1-alpha.0 → 8.20.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.
@@ -11,7 +11,7 @@ import localeData from "dayjs/plugin/localeData.js";
11
11
  import weekday from "dayjs/plugin/weekday.js";
12
12
  import weekOfYear from "dayjs/plugin/weekOfYear.js";
13
13
  import weekYear from "dayjs/plugin/weekYear.js";
14
- //#region \0@oxc-project+runtime@0.135.0/helpers/esm/objectWithoutPropertiesLoose.js
14
+ //#region \0@oxc-project+runtime@0.137.0/helpers/esm/objectWithoutPropertiesLoose.js
15
15
  function _objectWithoutPropertiesLoose(r, e) {
16
16
  if (null == r) return {};
17
17
  var t = {};
@@ -22,7 +22,7 @@ function _objectWithoutPropertiesLoose(r, e) {
22
22
  return t;
23
23
  }
24
24
  //#endregion
25
- //#region \0@oxc-project+runtime@0.135.0/helpers/esm/objectWithoutProperties.js
25
+ //#region \0@oxc-project+runtime@0.137.0/helpers/esm/objectWithoutProperties.js
26
26
  function _objectWithoutProperties(e, t) {
27
27
  if (null == e) return {};
28
28
  var o, r, i = _objectWithoutPropertiesLoose(e, t);
@@ -33,7 +33,7 @@ function _objectWithoutProperties(e, t) {
33
33
  return i;
34
34
  }
35
35
  //#endregion
36
- //#region \0@oxc-project+runtime@0.135.0/helpers/esm/typeof.js
36
+ //#region \0@oxc-project+runtime@0.137.0/helpers/esm/typeof.js
37
37
  function _typeof(o) {
38
38
  "@babel/helpers - typeof";
39
39
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -43,7 +43,7 @@ function _typeof(o) {
43
43
  }, _typeof(o);
44
44
  }
45
45
  //#endregion
46
- //#region \0@oxc-project+runtime@0.135.0/helpers/esm/toPrimitive.js
46
+ //#region \0@oxc-project+runtime@0.137.0/helpers/esm/toPrimitive.js
47
47
  function toPrimitive(t, r) {
48
48
  if ("object" != _typeof(t) || !t) return t;
49
49
  var e = t[Symbol.toPrimitive];
@@ -55,13 +55,13 @@ function toPrimitive(t, r) {
55
55
  return ("string" === r ? String : Number)(t);
56
56
  }
57
57
  //#endregion
58
- //#region \0@oxc-project+runtime@0.135.0/helpers/esm/toPropertyKey.js
58
+ //#region \0@oxc-project+runtime@0.137.0/helpers/esm/toPropertyKey.js
59
59
  function toPropertyKey(t) {
60
60
  var i = toPrimitive(t, "string");
61
61
  return "symbol" == _typeof(i) ? i : i + "";
62
62
  }
63
63
  //#endregion
64
- //#region \0@oxc-project+runtime@0.135.0/helpers/esm/defineProperty.js
64
+ //#region \0@oxc-project+runtime@0.137.0/helpers/esm/defineProperty.js
65
65
  function _defineProperty(e, r, t) {
66
66
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
67
67
  value: t,
@@ -71,7 +71,7 @@ function _defineProperty(e, r, t) {
71
71
  }) : e[r] = t, e;
72
72
  }
73
73
  //#endregion
74
- //#region \0@oxc-project+runtime@0.135.0/helpers/esm/objectSpread2.js
74
+ //#region \0@oxc-project+runtime@0.137.0/helpers/esm/objectSpread2.js
75
75
  function ownKeys(e, r) {
76
76
  var t = Object.keys(e);
77
77
  if (Object.getOwnPropertySymbols) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-querybuilder/antd",
3
3
  "description": "Custom Ant Design components for react-querybuilder",
4
- "version": "8.20.1-alpha.0",
4
+ "version": "8.20.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -61,7 +61,7 @@
61
61
  "dayjs": "^1.11.20",
62
62
  "react": "^19.2.7",
63
63
  "react-dom": "^19.2.7",
64
- "react-querybuilder": "8.20.1-alpha.0",
64
+ "react-querybuilder": "8.20.2",
65
65
  "rollup-plugin-visualizer": "^7.0.1",
66
66
  "typescript": "^6.0.2",
67
67
  "vite": "^8.0.16"
@@ -71,7 +71,7 @@
71
71
  "antd": ">=5.11.0",
72
72
  "dayjs": ">=1",
73
73
  "react": ">=18",
74
- "react-querybuilder": "8.20.1-alpha.0"
74
+ "react-querybuilder": "8.20.2"
75
75
  },
76
- "gitHead": "9881b8f81f68e0fbc18cce7acdf8a7049b494c66"
76
+ "gitHead": "57e2d2ae18513501fed44f206c122d20f361ab01"
77
77
  }