qidian-vue-ui 1.0.90 → 1.0.91
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/components/crud/index.d.ts +1 -0
- package/dist/{en-US-DEgpJcFC.js → en-US-CcDI13Mw.js} +2 -2
- package/dist/{en-US-DEgpJcFC.js.map → en-US-CcDI13Mw.js.map} +1 -1
- package/dist/{en-US-BSS1X-7z.mjs → en-US-CsNKuhlB.mjs} +2 -2
- package/dist/{en-US-BSS1X-7z.mjs.map → en-US-CsNKuhlB.mjs.map} +1 -1
- package/dist/{index-sjLYurym.js → index-CVLryx2-.js} +6 -5
- package/dist/index-CVLryx2-.js.map +1 -0
- package/dist/{index-C3Sdw0Yn.mjs → index-nH2m5m9w.mjs} +38 -37
- package/dist/index-nH2m5m9w.mjs.map +1 -0
- package/dist/qidian-vue-ui.css +3 -0
- package/dist/qidian-vue-ui.js +2 -1
- package/dist/qidian-vue-ui.js.map +1 -1
- package/dist/qidian-vue-ui.mjs +35 -34
- package/dist/{zh-TW-CAPe-kl5.mjs → zh-TW-CiABPzok.mjs} +2 -2
- package/dist/{zh-TW-CAPe-kl5.mjs.map → zh-TW-CiABPzok.mjs.map} +1 -1
- package/dist/{zh-TW-JkTp2ish.js → zh-TW-LvE5Oaw9.js} +2 -2
- package/dist/{zh-TW-JkTp2ish.js.map → zh-TW-LvE5Oaw9.js.map} +1 -1
- package/package.json +2 -2
- package/dist/index-C3Sdw0Yn.mjs.map +0 -1
- package/dist/index-sjLYurym.js.map +0 -1
|
@@ -12336,7 +12336,7 @@ function parseRelaxedJSON(str, options) {
|
|
|
12336
12336
|
const endObj = str.lastIndexOf("}");
|
|
12337
12337
|
const startArr = str.indexOf("[");
|
|
12338
12338
|
const endArr = str.lastIndexOf("]");
|
|
12339
|
-
if (startObj > -1 && endObj > -1 && endObj > startObj) {
|
|
12339
|
+
if (startObj > -1 && (startObj < startArr || startArr === -1) && endObj > -1 && (endObj > endArr || endArr === -1) && endObj > startObj) {
|
|
12340
12340
|
str = str.slice(startObj, endObj + 1);
|
|
12341
12341
|
} else if (startArr > -1 && endArr > -1 && endArr > startArr) {
|
|
12342
12342
|
str = str.slice(startArr, endArr + 1);
|
|
@@ -12760,8 +12760,8 @@ const QdConfigProvider = defineComponent({
|
|
|
12760
12760
|
watchEffect(async () => {
|
|
12761
12761
|
const localeMap = {
|
|
12762
12762
|
"zh-CN": () => Promise.resolve().then(() => zhCN$1),
|
|
12763
|
-
"zh-TW": () => import("./zh-TW-
|
|
12764
|
-
"en-US": () => import("./en-US-
|
|
12763
|
+
"zh-TW": () => import("./zh-TW-CiABPzok.mjs"),
|
|
12764
|
+
"en-US": () => import("./en-US-CsNKuhlB.mjs")
|
|
12765
12765
|
};
|
|
12766
12766
|
const loadLocale = localeMap[props.locale] || localeMap["zh-CN"];
|
|
12767
12767
|
const [err, res] = await to(
|
|
@@ -55299,29 +55299,30 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55299
55299
|
});
|
|
55300
55300
|
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f0674a59"]]);
|
|
55301
55301
|
export {
|
|
55302
|
-
|
|
55303
|
-
|
|
55304
|
-
|
|
55305
|
-
|
|
55306
|
-
|
|
55307
|
-
|
|
55308
|
-
|
|
55309
|
-
|
|
55310
|
-
|
|
55311
|
-
|
|
55312
|
-
|
|
55313
|
-
|
|
55314
|
-
|
|
55315
|
-
|
|
55316
|
-
|
|
55302
|
+
qdFormGutter as A,
|
|
55303
|
+
qdFormGrid as B,
|
|
55304
|
+
QdGrid as C,
|
|
55305
|
+
QdGridItem as D,
|
|
55306
|
+
PROVIDE_GRID_WIDTH_KEY as E,
|
|
55307
|
+
PROVIDE_GRID_ITEM_PROPS_KEY as F,
|
|
55308
|
+
QdServiceTable as G,
|
|
55309
|
+
QdServiceList as H,
|
|
55310
|
+
select as I,
|
|
55311
|
+
index as J,
|
|
55312
|
+
qdUploadAcceptMap as K,
|
|
55313
|
+
hasPermiDirective as L,
|
|
55314
|
+
hasPermi as M,
|
|
55315
|
+
hasRoleDirective as N,
|
|
55316
|
+
hasRole as O,
|
|
55317
55317
|
PROVIDE_FORM_ADD_BEFORE_SUBMIT_QUEUE as P,
|
|
55318
55318
|
QdConfigProvider as Q,
|
|
55319
|
-
|
|
55320
|
-
|
|
55321
|
-
|
|
55322
|
-
|
|
55323
|
-
|
|
55324
|
-
|
|
55319
|
+
useAgentChat as R,
|
|
55320
|
+
useModal as S,
|
|
55321
|
+
useDict as T,
|
|
55322
|
+
useDictDynamic as U,
|
|
55323
|
+
useReadonly as V,
|
|
55324
|
+
useDisabled as W,
|
|
55325
|
+
auth as X,
|
|
55325
55326
|
_typeof as _,
|
|
55326
55327
|
_sfc_main$j as a,
|
|
55327
55328
|
_sfc_main$i as b,
|
|
@@ -55330,24 +55331,24 @@ export {
|
|
|
55330
55331
|
qdAsyncCompute as e,
|
|
55331
55332
|
qdUseComputeValue as f,
|
|
55332
55333
|
getValueByPath as g,
|
|
55333
|
-
|
|
55334
|
+
QdCrudSearch as h,
|
|
55334
55335
|
index$2 as i,
|
|
55335
|
-
|
|
55336
|
-
|
|
55336
|
+
defineQdCrudTable as j,
|
|
55337
|
+
defineQdCrudList as k,
|
|
55337
55338
|
list as l,
|
|
55338
|
-
_sfc_main$
|
|
55339
|
-
_sfc_main$
|
|
55340
|
-
|
|
55339
|
+
_sfc_main$e as m,
|
|
55340
|
+
_sfc_main$9 as n,
|
|
55341
|
+
_sfc_main$5 as o,
|
|
55341
55342
|
parseVModelPath as p,
|
|
55342
55343
|
qdCompute as q,
|
|
55343
55344
|
resolveVModelBinding as r,
|
|
55344
55345
|
setValueByPath as s,
|
|
55345
55346
|
table as t,
|
|
55346
|
-
|
|
55347
|
-
|
|
55348
|
-
|
|
55349
|
-
|
|
55350
|
-
|
|
55351
|
-
|
|
55347
|
+
radioGroup as u,
|
|
55348
|
+
checkboxGroup as v,
|
|
55349
|
+
tag as w,
|
|
55350
|
+
index$1 as x,
|
|
55351
|
+
_sfc_main$a as y,
|
|
55352
|
+
QdFormItem as z
|
|
55352
55353
|
};
|
|
55353
|
-
//# sourceMappingURL=index-
|
|
55354
|
+
//# sourceMappingURL=index-nH2m5m9w.mjs.map
|