asiaint-lowcode 3.1.124 → 3.1.127
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 +22 -0
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +204 -203
- package/dist/lazy/{Card-C3kpBdLQ.js → Card-HK2i0A7R.js} +1 -1
- package/dist/lazy/{Cascader-C90FEXcW.js → Cascader-BhLYyMO9.js} +1 -1
- package/dist/lazy/Checkbox-BuaQh4JW.js +101 -0
- package/dist/lazy/{Collapse-jKV6far-.js → Collapse-CGhIEDer.js} +1 -1
- package/dist/lazy/{Component-TDgjMyU_.js → Component-C17kNanI.js} +1 -1
- package/dist/lazy/{Component-nHI51gCH.js → Component-D0NAYCdA.js} +1 -1
- package/dist/lazy/{Component-ByrOyzcu.js → Component-DkduXnJY.js} +1 -1
- package/dist/lazy/{Component-DCrZrXze.js → Component-bLWzi0lw.js} +1 -1
- package/dist/lazy/Component-xssxWCzC.js +45 -0
- package/dist/lazy/{CurdCard-BT17Dj27.js → CurdCard-PypMDcL0.js} +1 -1
- package/dist/lazy/{Custom-D4CmyIvg.js → Custom-CWqP3xyK.js} +1 -1
- package/dist/lazy/{DatePicker-DNvU39mm.js → DatePicker-D_Zz7QfG.js} +1 -1
- package/dist/lazy/{DragList-BFpd1I6Y.js → DragList-CMDoKHyG.js} +1 -1
- package/dist/lazy/{FilterSearch-Bh0Jsp1x.js → FilterSearch-BsAjblJR.js} +1 -1
- package/dist/lazy/{FloatCurd-pQkhaiXp.js → FloatCurd-iAdwDimF.js} +1 -1
- package/dist/lazy/{FormList-B530bd2X.js → FormList-B1_qwRgv.js} +1 -1
- package/dist/lazy/{Grid-BmiG4ZzT.js → Grid-CmeV3vYT.js} +1 -1
- package/dist/lazy/{InfiniteScroll-rn1Gi4_Z.js → InfiniteScroll-WmQ-aQMK.js} +1 -1
- package/dist/lazy/{Inline-YBd4VRXq.js → Inline-BBBb3YBl.js} +1 -1
- package/dist/lazy/{JsonEdit-Bs6wTmWc.js → JsonEdit-BKJN-0ok.js} +1 -1
- package/dist/lazy/{LogList-BYeyjvBM.js → LogList-BQxqcw97.js} +1 -1
- package/dist/lazy/{ObjGroup-DL0UBLW5.js → ObjGroup-DKDbk43u.js} +1 -1
- package/dist/lazy/{OfferDetails-C51y9eGl.js → OfferDetails-RCMVzMY3.js} +2 -1
- package/dist/lazy/{Pagination-1ymRBbEV.js → Pagination-D2ghPkuN.js} +1 -1
- package/dist/lazy/{Progress-D7st7BYV.js → Progress-CZEQioNA.js} +1 -1
- package/dist/lazy/{Radio-8Ltzylre.js → Radio-CxXYdNJV.js} +2 -2
- package/dist/lazy/{SearchSelect-CvwYURhY.js → SearchSelect-BYVIksHr.js} +2 -2
- package/dist/lazy/{Select-BR3F3elT.js → Select-NJnxZzl_.js} +2 -2
- package/dist/lazy/Table-D92rM9sJ.js +660 -0
- package/dist/lazy/{Tabs-Dv_FHXcn.js → Tabs-CQNWNRy_.js} +1 -1
- package/dist/lazy/{TextArea-Bs_r2iyM.js → TextArea-DSnsDM5D.js} +1 -1
- package/dist/lazy/{Wrapper-DswKesIN.js → Wrapper-DWoKY8gk.js} +1 -1
- package/dist/lazy/{index-BQJEI0Bg.js → index-Diyo05ZT.js} +7601 -7521
- package/dist/lazy/{useSelect-BVuW-6jY.js → useSelect-BjRc338n.js} +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/dist/lazy/Checkbox-BSJ6OJ7n.js +0 -88
- package/dist/lazy/Component-ChK0_8V9.js +0 -35
- package/dist/lazy/Table-Bt5sLA1a.js +0 -652
|
@@ -72,6 +72,7 @@ getFieldValue: (key: string) => any;
|
|
|
72
72
|
refreshDynamicListBox: (key: string) => void;
|
|
73
73
|
setHidden: (value: boolean) => void;
|
|
74
74
|
clearValidate: (name?: string | string[]) => void;
|
|
75
|
+
setLoading: (value: boolean) => void;
|
|
75
76
|
rootRef: unknown;
|
|
76
77
|
type: "form";
|
|
77
78
|
schema: FormSchema;
|
|
@@ -1696,6 +1697,8 @@ declare type setBtnStateFn = (params: {
|
|
|
1696
1697
|
btnKey: string;
|
|
1697
1698
|
}, stateType: 'hidden' | 'disabled', state: boolean) => void;
|
|
1698
1699
|
|
|
1700
|
+
declare function setMaxTableHeight(val?: number): void;
|
|
1701
|
+
|
|
1699
1702
|
declare type tabItem = {
|
|
1700
1703
|
label: string;
|
|
1701
1704
|
name: string;
|
|
@@ -1733,6 +1736,13 @@ type: PropType<TableSchema & {
|
|
|
1733
1736
|
cardless?: boolean;
|
|
1734
1737
|
shadowless?: boolean;
|
|
1735
1738
|
style?: StyleValue;
|
|
1739
|
+
headerInput?: {
|
|
1740
|
+
label: string;
|
|
1741
|
+
key: string;
|
|
1742
|
+
onChange?: string;
|
|
1743
|
+
onSearch?: string;
|
|
1744
|
+
};
|
|
1745
|
+
heightDifference?: number;
|
|
1736
1746
|
}>;
|
|
1737
1747
|
};
|
|
1738
1748
|
modelValue: PropType<Array<any>>;
|
|
@@ -1791,6 +1801,10 @@ mounted: () => Promise<void>;
|
|
|
1791
1801
|
activated: () => Promise<void>;
|
|
1792
1802
|
toggleSelection: (rowKey: string, selected?: boolean) => void;
|
|
1793
1803
|
setLoading: (loading: boolean) => void;
|
|
1804
|
+
getColumns: () => TableColumn[];
|
|
1805
|
+
setHeaderInputValue: (value: string) => void;
|
|
1806
|
+
getHeaderInputValue: () => any;
|
|
1807
|
+
setMaxTableHeight: typeof setMaxTableHeight;
|
|
1794
1808
|
type: "table";
|
|
1795
1809
|
design: boolean;
|
|
1796
1810
|
read: boolean;
|
|
@@ -1803,6 +1817,13 @@ type: PropType<TableSchema & {
|
|
|
1803
1817
|
cardless?: boolean;
|
|
1804
1818
|
shadowless?: boolean;
|
|
1805
1819
|
style?: StyleValue;
|
|
1820
|
+
headerInput?: {
|
|
1821
|
+
label: string;
|
|
1822
|
+
key: string;
|
|
1823
|
+
onChange?: string;
|
|
1824
|
+
onSearch?: string;
|
|
1825
|
+
};
|
|
1826
|
+
heightDifference?: number;
|
|
1806
1827
|
}>;
|
|
1807
1828
|
};
|
|
1808
1829
|
modelValue: PropType<Array<any>>;
|
|
@@ -1863,6 +1884,7 @@ declare type TableSchema = {
|
|
|
1863
1884
|
collapsible?: boolean;
|
|
1864
1885
|
sortable?: boolean;
|
|
1865
1886
|
paginationPosition?: 'top' | 'bottom';
|
|
1887
|
+
paginationTopColor?: string;
|
|
1866
1888
|
totalText: string;
|
|
1867
1889
|
onPollChange?: string;
|
|
1868
1890
|
showPollCheckbox?: boolean;
|
package/dist/asiaint-lowcode.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './style.css';
|
|
2
|
-
import { $ as o, D as n, d as t, P as m, E as d, H as i, z as f, f as p, G as u, u as R, c as g } from "./lazy/index-
|
|
2
|
+
import { $ as o, D as n, d as t, P as m, E as d, H as i, z as f, f as p, G as u, u as R, c as g } from "./lazy/index-Diyo05ZT.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import "vue";
|
|
5
5
|
export {
|