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.
@@ -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-CAPe-kl5.mjs"),
12764
- "en-US": () => import("./en-US-BSS1X-7z.mjs")
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
- qdFormGrid as A,
55303
- QdGrid as B,
55304
- QdGridItem as C,
55305
- PROVIDE_GRID_WIDTH_KEY as D,
55306
- PROVIDE_GRID_ITEM_PROPS_KEY as E,
55307
- QdServiceTable as F,
55308
- QdServiceList as G,
55309
- select as H,
55310
- index as I,
55311
- qdUploadAcceptMap as J,
55312
- hasPermiDirective as K,
55313
- hasPermi as L,
55314
- hasRoleDirective as M,
55315
- hasRole as N,
55316
- useAgentChat as O,
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
- useModal as R,
55320
- useDict as S,
55321
- useDictDynamic as T,
55322
- useReadonly as U,
55323
- useDisabled as V,
55324
- auth as W,
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
- defineQdCrudTable as h,
55334
+ QdCrudSearch as h,
55334
55335
  index$2 as i,
55335
- defineQdCrudList as j,
55336
- _sfc_main$e as k,
55336
+ defineQdCrudTable as j,
55337
+ defineQdCrudList as k,
55337
55338
  list as l,
55338
- _sfc_main$9 as m,
55339
- _sfc_main$5 as n,
55340
- radioGroup as o,
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
- checkboxGroup as u,
55347
- tag as v,
55348
- index$1 as w,
55349
- _sfc_main$a as x,
55350
- QdFormItem as y,
55351
- qdFormGutter as z
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-C3Sdw0Yn.mjs.map
55354
+ //# sourceMappingURL=index-nH2m5m9w.mjs.map