asiaint-lowcode 3.1.144 → 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.
- package/dist/asiaint-lowcode.d.ts +4 -1
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +165 -165
- package/dist/lazy/{Card-9idEuRMc.js → Card-f9E72FIk.js} +1 -1
- package/dist/lazy/{Cascader-DMIb_pfF.js → Cascader-f_n70ORy.js} +1 -1
- package/dist/lazy/{Checkbox-PmjIffcK.js → Checkbox-BjcovzH1.js} +2 -2
- package/dist/lazy/{Collapse-sXrWsaPp.js → Collapse-BkJnF3G2.js} +1 -1
- package/dist/lazy/{Component-Be4aCjmK.js → Component-B2HGXyqc.js} +1 -1
- package/dist/lazy/{Component-BFTt-WnQ.js → Component-BDzE0tax.js} +1 -1
- package/dist/lazy/{Component-Bco-5vQD.js → Component-DLAZfSDb.js} +1 -1
- package/dist/lazy/{Component-ApENsSPx.js → Component-DlIClyh0.js} +1 -1
- package/dist/lazy/{Component-SwQ5J4zd.js → Component-Dt5s5pO8.js} +1 -1
- package/dist/lazy/{CurdCard-DrRZm2bh.js → CurdCard-DjQUZqpR.js} +1 -1
- package/dist/lazy/{Custom-a3BxNOVs.js → Custom-Cu9VZd5h.js} +1 -1
- package/dist/lazy/{DatePicker-DVxfaFa9.js → DatePicker-BkLA8yUD.js} +1 -1
- package/dist/lazy/{DragList-DiO61ehi.js → DragList-jDd4RdzR.js} +1 -1
- package/dist/lazy/{FilterSearch-Tj7LGDDt.js → FilterSearch-CI5KuR9G.js} +1 -1
- package/dist/lazy/{FloatCurd-DBT8633J.js → FloatCurd-Cpqtox-z.js} +1 -1
- package/dist/lazy/{FloatSearchCurd-DpuSD_bg.js → FloatSearchCurd-BNpC1SCA.js} +1 -1
- package/dist/lazy/{FormList-D8BlPIMK.js → FormList-Ds0ubgUr.js} +1 -1
- package/dist/lazy/{Grid-BVFrbtst.js → Grid-j-rJXdrd.js} +1 -1
- package/dist/lazy/{InfiniteScroll-LqI793Z6.js → InfiniteScroll-9mwhLWCO.js} +1 -1
- package/dist/lazy/{Inline-B__kXH0n.js → Inline-Cs02ASPA.js} +1 -1
- package/dist/lazy/{JsonEdit-Cb8QCTi7.js → JsonEdit-BFG6_NMv.js} +1 -1
- package/dist/lazy/{LogList-BtUVND3b.js → LogList-DyCrPWGc.js} +1 -1
- package/dist/lazy/{ObjGroup-DagMabOE.js → ObjGroup-BlkGm8PA.js} +1 -1
- package/dist/lazy/{OfferDetails-CHAv9MzM.js → OfferDetails-DAgZpAS-.js} +1 -1
- package/dist/lazy/{Pagination-yRkhU-IX.js → Pagination-C-2hdZjc.js} +1 -1
- package/dist/lazy/{Progress-Dg0GWVEQ.js → Progress-CaB9LLS5.js} +1 -1
- package/dist/lazy/{Radio-C2ROyUJd.js → Radio-4qNGq7yY.js} +2 -2
- package/dist/lazy/{SearchSelect-cTLvdDjv.js → SearchSelect-BWSVzK-9.js} +2 -2
- package/dist/lazy/{Select-Ducan8yz.js → Select-DB-Np1Xo.js} +2 -2
- package/dist/lazy/{Table-E08PuwOc.js → Table-DRHsmxzB.js} +1 -1
- package/dist/lazy/{Tabs-B7UZrPt8.js → Tabs-Drocaqq4.js} +1 -1
- package/dist/lazy/{TextArea-B4gOJ8lq.js → TextArea-DTAQnpJg.js} +1 -1
- package/dist/lazy/{Wrapper-kR1ODPmW.js → Wrapper-4cNzV18x.js} +1 -1
- package/dist/lazy/{index-CyFJw3mx.js → index-C0hop1dK.js} +5696 -5550
- package/dist/lazy/{useSelect-CEBKfLka.js → useSelect-DjIuOHsJ.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1452,8 +1452,9 @@ declare type InfoCardSchema = {
|
|
|
1452
1452
|
titleColor?: string;
|
|
1453
1453
|
titleIcon?: string;
|
|
1454
1454
|
titleClick?: string;
|
|
1455
|
-
copyPosition?: 'title' | 'subTitle';
|
|
1455
|
+
copyPosition?: 'title' | 'subTitle' | 'none';
|
|
1456
1456
|
subTitlePrefix?: string;
|
|
1457
|
+
subTitleColor?: string;
|
|
1457
1458
|
subTitle: string;
|
|
1458
1459
|
subTitleClick?: string;
|
|
1459
1460
|
avatar: string;
|
|
@@ -1793,6 +1794,7 @@ onChange?: string;
|
|
|
1793
1794
|
onSearch?: string;
|
|
1794
1795
|
};
|
|
1795
1796
|
heightDifference?: number;
|
|
1797
|
+
titleTips?: string;
|
|
1796
1798
|
}>;
|
|
1797
1799
|
};
|
|
1798
1800
|
modelValue: PropType<Array<any>>;
|
|
@@ -1874,6 +1876,7 @@ onChange?: string;
|
|
|
1874
1876
|
onSearch?: string;
|
|
1875
1877
|
};
|
|
1876
1878
|
heightDifference?: number;
|
|
1879
|
+
titleTips?: string;
|
|
1877
1880
|
}>;
|
|
1878
1881
|
};
|
|
1879
1882
|
modelValue: PropType<Array<any>>;
|
package/dist/asiaint-lowcode.js
CHANGED
|
@@ -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-
|
|
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 {
|