asiaint-lowcode 3.1.143 → 3.1.145

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.
Files changed (40) hide show
  1. package/dist/asiaint-lowcode.d.ts +6 -1
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +173 -173
  4. package/dist/lazy/{Card-OlSIhgD4.js → Card-f9E72FIk.js} +1 -1
  5. package/dist/lazy/{Cascader-BDb0Ki34.js → Cascader-f_n70ORy.js} +1 -1
  6. package/dist/lazy/{Checkbox-uIBlnbes.js → Checkbox-BjcovzH1.js} +2 -2
  7. package/dist/lazy/{Collapse-D_HTmlEI.js → Collapse-BkJnF3G2.js} +1 -1
  8. package/dist/lazy/{Component-Boe66Tbv.js → Component-B2HGXyqc.js} +1 -1
  9. package/dist/lazy/{Component-C67IzUwB.js → Component-BDzE0tax.js} +1 -1
  10. package/dist/lazy/{Component-beJZ5t-J.js → Component-DLAZfSDb.js} +1 -1
  11. package/dist/lazy/{Component-DbSA8jNq.js → Component-DlIClyh0.js} +1 -1
  12. package/dist/lazy/{Component-By5dLg8S.js → Component-Dt5s5pO8.js} +1 -1
  13. package/dist/lazy/{CurdCard-DLjH6HCg.js → CurdCard-DjQUZqpR.js} +1 -1
  14. package/dist/lazy/{Custom-C3q3Y9IC.js → Custom-Cu9VZd5h.js} +1 -1
  15. package/dist/lazy/{DatePicker-BVECag0i.js → DatePicker-BkLA8yUD.js} +1 -1
  16. package/dist/lazy/{DragList-C0o9A4fS.js → DragList-jDd4RdzR.js} +1 -1
  17. package/dist/lazy/{FilterSearch-COmoVTv7.js → FilterSearch-CI5KuR9G.js} +1 -1
  18. package/dist/lazy/{FloatCurd-9_aqbXIy.js → FloatCurd-Cpqtox-z.js} +65 -61
  19. package/dist/lazy/{FloatSearchCurd-CoHu0Fwr.js → FloatSearchCurd-BNpC1SCA.js} +52 -53
  20. package/dist/lazy/{FormList-CA6C736S.js → FormList-Ds0ubgUr.js} +1 -1
  21. package/dist/lazy/{Grid-DqS1Rdls.js → Grid-j-rJXdrd.js} +1 -1
  22. package/dist/lazy/{InfiniteScroll-C-dycP5T.js → InfiniteScroll-9mwhLWCO.js} +1 -1
  23. package/dist/lazy/{Inline-CikJsuAu.js → Inline-Cs02ASPA.js} +1 -1
  24. package/dist/lazy/{JsonEdit-D9dEoFm8.js → JsonEdit-BFG6_NMv.js} +1 -1
  25. package/dist/lazy/{LogList-D_T6C5Xq.js → LogList-DyCrPWGc.js} +1 -1
  26. package/dist/lazy/{ObjGroup-CT6sKwFw.js → ObjGroup-BlkGm8PA.js} +1 -1
  27. package/dist/lazy/{OfferDetails-lBlIQEgo.js → OfferDetails-DAgZpAS-.js} +1 -1
  28. package/dist/lazy/{Pagination-BQZTZXl9.js → Pagination-C-2hdZjc.js} +1 -1
  29. package/dist/lazy/{Progress-BBbfSGJD.js → Progress-CaB9LLS5.js} +1 -1
  30. package/dist/lazy/{Radio-uth_Ca5-.js → Radio-4qNGq7yY.js} +2 -2
  31. package/dist/lazy/{SearchSelect-CN1-usiy.js → SearchSelect-BWSVzK-9.js} +2 -2
  32. package/dist/lazy/{Select-BxQPR_e7.js → Select-DB-Np1Xo.js} +2 -2
  33. package/dist/lazy/{Table-BWgEr9DV.js → Table-DRHsmxzB.js} +2 -2
  34. package/dist/lazy/{Tabs-D3PMjDBa.js → Tabs-Drocaqq4.js} +1 -1
  35. package/dist/lazy/{TextArea-DJnR-YcV.js → TextArea-DTAQnpJg.js} +1 -1
  36. package/dist/lazy/{Wrapper-rdvc505t.js → Wrapper-4cNzV18x.js} +1 -1
  37. package/dist/lazy/{index-yO01RrJx.js → index-C0hop1dK.js} +5724 -5583
  38. package/dist/lazy/{useSelect-DNbkEyNF.js → useSelect-DjIuOHsJ.js} +1 -1
  39. package/dist/style.css +2 -2
  40. package/package.json +1 -1
@@ -1208,6 +1208,7 @@ value: string;
1208
1208
  }[];
1209
1209
  prefixChange: string;
1210
1210
  defaultPrefixValue: string;
1211
+ hiddenPrefix: boolean;
1211
1212
  }>>, {
1212
1213
  type: "floatcurd";
1213
1214
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_4<{
@@ -1225,6 +1226,7 @@ value: string;
1225
1226
  }[];
1226
1227
  prefixChange: string;
1227
1228
  defaultPrefixValue: string;
1229
+ hiddenPrefix: boolean;
1228
1230
  }>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1229
1231
 
1230
1232
  declare type DropdownType = {
@@ -1450,8 +1452,9 @@ declare type InfoCardSchema = {
1450
1452
  titleColor?: string;
1451
1453
  titleIcon?: string;
1452
1454
  titleClick?: string;
1453
- copyPosition?: 'title' | 'subTitle';
1455
+ copyPosition?: 'title' | 'subTitle' | 'none';
1454
1456
  subTitlePrefix?: string;
1457
+ subTitleColor?: string;
1455
1458
  subTitle: string;
1456
1459
  subTitleClick?: string;
1457
1460
  avatar: string;
@@ -1791,6 +1794,7 @@ onChange?: string;
1791
1794
  onSearch?: string;
1792
1795
  };
1793
1796
  heightDifference?: number;
1797
+ titleTips?: string;
1794
1798
  }>;
1795
1799
  };
1796
1800
  modelValue: PropType<Array<any>>;
@@ -1872,6 +1876,7 @@ onChange?: string;
1872
1876
  onSearch?: string;
1873
1877
  };
1874
1878
  heightDifference?: number;
1879
+ titleTips?: string;
1875
1880
  }>;
1876
1881
  };
1877
1882
  modelValue: PropType<Array<any>>;
@@ -1,5 +1,5 @@
1
1
  import './style.css';
2
- import { $ as r, D as n, b as m, d as t, P as d, E as i, H as p, z as u, f, G as R, i as F, u as g, c as l } from "./lazy/index-yO01RrJx.js";
2
+ import { $ as r, D as n, b as m, d as t, P as d, E as i, H as p, z as u, f, G as R, i as F, u as g, c as l } from "./lazy/index-C0hop1dK.js";
3
3
  import "element-plus";
4
4
  import "vue";
5
5
  export {