@react-querybuilder/antd 8.14.3-alpha.0 → 8.14.3
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.
|
|
14
|
+
//#region \0@oxc-project+runtime@0.121.0/helpers/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.
|
|
25
|
+
//#region \0@oxc-project+runtime@0.121.0/helpers/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.
|
|
36
|
+
//#region \0@oxc-project+runtime@0.121.0/helpers/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.
|
|
46
|
+
//#region \0@oxc-project+runtime@0.121.0/helpers/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.
|
|
58
|
+
//#region \0@oxc-project+runtime@0.121.0/helpers/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.
|
|
64
|
+
//#region \0@oxc-project+runtime@0.121.0/helpers/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.
|
|
74
|
+
//#region \0@oxc-project+runtime@0.121.0/helpers/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.14.3
|
|
4
|
+
"version": "8.14.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"typecheck:watch": "tsc --noEmit --watch"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@ant-design/icons": "^6.1.
|
|
55
|
+
"@ant-design/icons": "^6.1.1",
|
|
56
56
|
"@testing-library/dom": "^10.4.1",
|
|
57
57
|
"@testing-library/react": "^16.3.2",
|
|
58
58
|
"@types/react": "^19.2.10",
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
"dayjs": "^1.11.20",
|
|
62
62
|
"react": "^19.2.4",
|
|
63
63
|
"react-dom": "^19.2.4",
|
|
64
|
-
"react-querybuilder": "8.14.3
|
|
64
|
+
"react-querybuilder": "8.14.3",
|
|
65
65
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
66
66
|
"typescript": "^6.0.2",
|
|
67
|
-
"vite": "^8.0.
|
|
67
|
+
"vite": "^8.0.3"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@ant-design/icons": ">=5",
|
|
71
71
|
"antd": ">=5.11.0",
|
|
72
72
|
"dayjs": ">=1",
|
|
73
73
|
"react": ">=18",
|
|
74
|
-
"react-querybuilder": "8.14.3
|
|
74
|
+
"react-querybuilder": "8.14.3"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "1662d02b0e91ada2f3b4684d1b1c92b614c98e8c"
|
|
77
77
|
}
|