keli-ui 0.0.20 → 0.0.21
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.
- package/dist/keli-ui.js +4 -4
- package/dist/keli-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/keli-ui.js
CHANGED
|
@@ -38728,7 +38728,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
38728
38728
|
"Content-Type": "application/json"
|
|
38729
38729
|
}
|
|
38730
38730
|
};
|
|
38731
|
-
if (!["get", "GET", "
|
|
38731
|
+
if (!["get", "GET", "head", "HEAD"].includes(props.detail.optionHttpMethod)) {
|
|
38732
38732
|
opt.body = JSON.stringify({ ...props.detail.optionHttpParams, ...componentValueMap });
|
|
38733
38733
|
}
|
|
38734
38734
|
const response = await fetch(props.detail.optionHttpUrl, opt);
|
|
@@ -38824,7 +38824,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
38824
38824
|
"Content-Type": "application/json"
|
|
38825
38825
|
}
|
|
38826
38826
|
};
|
|
38827
|
-
if (!["get", "GET", "
|
|
38827
|
+
if (!["get", "GET", "head", "HEAD"].includes(props.detail.optionHttpMethod)) {
|
|
38828
38828
|
opt.body = JSON.stringify({
|
|
38829
38829
|
...props.detail.optionHttpParams,
|
|
38830
38830
|
...componentValueMap,
|
|
@@ -89754,7 +89754,7 @@ const useSelectAsync = (params) => {
|
|
|
89754
89754
|
"Content-Type": "application/json"
|
|
89755
89755
|
}
|
|
89756
89756
|
};
|
|
89757
|
-
if (!["get", "GET", "
|
|
89757
|
+
if (!["get", "GET", "head", "HEAD"].includes(props.detail.optionHttpMethod)) {
|
|
89758
89758
|
opt.body = JSON.stringify({
|
|
89759
89759
|
prop: props.detail.field,
|
|
89760
89760
|
...props.detail.optionHttpParams,
|
|
@@ -90106,7 +90106,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
90106
90106
|
"Content-Type": "application/json"
|
|
90107
90107
|
}
|
|
90108
90108
|
};
|
|
90109
|
-
if (!["get", "GET", "
|
|
90109
|
+
if (!["get", "GET", "head", "HEAD"].includes(props.detail.optionHttpMethod)) {
|
|
90110
90110
|
opt.body = JSON.stringify({
|
|
90111
90111
|
...props.detail.optionHttpParams,
|
|
90112
90112
|
...componentValueMap,
|