asiaint-lowcode 3.1.141 → 3.1.142

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 (41) hide show
  1. package/dist/asiaint-lowcode.d.ts +13 -0
  2. package/dist/asiaint-lowcode.js +1 -1
  3. package/dist/asiaint-lowcode.umd.cjs +192 -192
  4. package/dist/lazy/{Card-K1YxTgLf.js → Card-DS0XD8tu.js} +1 -1
  5. package/dist/lazy/{Cascader-DPY8u2wG.js → Cascader-2xz4WYNR.js} +1 -1
  6. package/dist/lazy/{Checkbox-BbcIlYAy.js → Checkbox-CARZTCib.js} +2 -2
  7. package/dist/lazy/{Collapse-EH-3B9MI.js → Collapse-BHYYPY9J.js} +1 -1
  8. package/dist/lazy/{Component-CfqfhO6D.js → Component-B6qOJZMu.js} +1 -1
  9. package/dist/lazy/{Component-CuKvGbHO.js → Component-BHy-gdds.js} +1 -1
  10. package/dist/lazy/{Component-QeIY77-X.js → Component-CtDLAFnm.js} +1 -1
  11. package/dist/lazy/{Component-BFqbKA73.js → Component-DbZK73I2.js} +1 -1
  12. package/dist/lazy/{Component-DQWsTZlR.js → Component-DmU2P_2K.js} +1 -1
  13. package/dist/lazy/{CurdCard-CLeGSe16.js → CurdCard-CZ4VhPL7.js} +1 -1
  14. package/dist/lazy/{Custom-KsGcSE3n.js → Custom-BiCuB_-e.js} +1 -1
  15. package/dist/lazy/{DatePicker-DnJoejs7.js → DatePicker-D-rFup5V.js} +1 -1
  16. package/dist/lazy/{DragList-kfFmefDm.js → DragList-Ii6kqkg2.js} +1 -1
  17. package/dist/lazy/{FilterSearch-BJRGT7EU.js → FilterSearch-DpMIShxs.js} +1 -1
  18. package/dist/lazy/FloatCurd-IaQW0CA2.js +239 -0
  19. package/dist/lazy/FloatSearchCurd-CqoJsN7c.js +424 -0
  20. package/dist/lazy/{FormList-DZLkcaaR.js → FormList-DVAKg3Cx.js} +1 -1
  21. package/dist/lazy/{Grid-BeDd-5rN.js → Grid-Bw9rmwrG.js} +1 -1
  22. package/dist/lazy/{InfiniteScroll-BGLYrEzG.js → InfiniteScroll-Cmj0-z2l.js} +1 -1
  23. package/dist/lazy/{Inline-BFpm-WEw.js → Inline-B7s-iBhh.js} +1 -1
  24. package/dist/lazy/{JsonEdit-Bwt0sGSA.js → JsonEdit-DLzOazGA.js} +1 -1
  25. package/dist/lazy/{LogList-Buy56C4d.js → LogList-BfSA2YIW.js} +1 -1
  26. package/dist/lazy/{ObjGroup-CQHCl_rF.js → ObjGroup-YJho79cG.js} +1 -1
  27. package/dist/lazy/{OfferDetails-SmLOEj0t.js → OfferDetails-BVaa7boE.js} +1 -1
  28. package/dist/lazy/{Pagination-XUjYooVn.js → Pagination-Bni7hc5i.js} +1 -1
  29. package/dist/lazy/{Progress-B5UcQwlM.js → Progress-DDOZz027.js} +1 -1
  30. package/dist/lazy/{Radio-C6NQ_z94.js → Radio-BkGE2l7X.js} +2 -2
  31. package/dist/lazy/{SearchSelect-xuhhiyQD.js → SearchSelect-BDG-q3rh.js} +2 -2
  32. package/dist/lazy/{Select-AsTEyYN4.js → Select-DZVHbfet.js} +2 -2
  33. package/dist/lazy/{Table-DtZulREh.js → Table-BYAny04Y.js} +1 -1
  34. package/dist/lazy/{Tabs-osw1slyG.js → Tabs-DK2Z_4Mq.js} +1 -1
  35. package/dist/lazy/{TextArea-DcS6oNRx.js → TextArea-lLxe_7vc.js} +1 -1
  36. package/dist/lazy/{Wrapper-ZYiv5gHW.js → Wrapper-ZyyGd7Sw.js} +1 -1
  37. package/dist/lazy/{index-7y_S8s1Z.js → index-DdmJ7fxW.js} +704 -686
  38. package/dist/lazy/{useSelect-DaTCTaz-.js → useSelect-CZU2AEMN.js} +1 -1
  39. package/dist/style.css +2 -2
  40. package/package.json +1 -1
  41. package/dist/lazy/FloatCurd-ZF6cKDD1.js +0 -185
@@ -1202,6 +1202,12 @@ onAiSearch: string;
1202
1202
  onClear: string;
1203
1203
  inputPlaceholder: string;
1204
1204
  hidden: boolean;
1205
+ prefixOptions: {
1206
+ label: string;
1207
+ value: string;
1208
+ }[];
1209
+ prefixChange: string;
1210
+ defaultPrefixValue: string;
1205
1211
  }>>, {
1206
1212
  type: "floatcurd";
1207
1213
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_4<{
@@ -1213,6 +1219,12 @@ onAiSearch: string;
1213
1219
  onClear: string;
1214
1220
  inputPlaceholder: string;
1215
1221
  hidden: boolean;
1222
+ prefixOptions: {
1223
+ label: string;
1224
+ value: string;
1225
+ }[];
1226
+ prefixChange: string;
1227
+ defaultPrefixValue: string;
1216
1228
  }>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1217
1229
 
1218
1230
  declare type DropdownType = {
@@ -1438,6 +1450,7 @@ declare type InfoCardSchema = {
1438
1450
  titleColor?: string;
1439
1451
  titleIcon?: string;
1440
1452
  titleClick?: string;
1453
+ copyPosition?: 'title' | 'subTitle';
1441
1454
  subTitlePrefix?: string;
1442
1455
  subTitle: string;
1443
1456
  subTitleClick?: string;
@@ -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-7y_S8s1Z.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-DdmJ7fxW.js";
3
3
  import "element-plus";
4
4
  import "vue";
5
5
  export {