asiaint-lowcode 3.1.149 → 3.1.151
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 +10 -9
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +100 -100
- package/dist/lazy/{Card-Ceta8pME.js → Card-Cum6gFaP.js} +1 -1
- package/dist/lazy/{Cascader-Cp-XX2MX.js → Cascader-Bn05y3Km.js} +1 -1
- package/dist/lazy/{Checkbox-Dd0s3C2R.js → Checkbox-3l-KS5QX.js} +2 -2
- package/dist/lazy/{Collapse-DK0B_XTK.js → Collapse-DusMoVbJ.js} +1 -1
- package/dist/lazy/{Component-DvQxEBzz.js → Component-C-2hGUAk.js} +1 -1
- package/dist/lazy/{Component-wC4-NwGD.js → Component-COji8_ya.js} +1 -1
- package/dist/lazy/{Component-DQUBIUHC.js → Component-DMoxUGI-.js} +1 -1
- package/dist/lazy/Component-DSrEYMoP.js +106 -0
- package/dist/lazy/{Component-DykOyWhc.js → Component-Dx3zHMwO.js} +1 -1
- package/dist/lazy/{CurdCard-DRmwdLLc.js → CurdCard-DxoEREaj.js} +1 -1
- package/dist/lazy/{Custom-pj36-Ckq.js → Custom-C3IZq6kP.js} +1 -1
- package/dist/lazy/{DatePicker-B05KQdEd.js → DatePicker-DFJA9aBB.js} +1 -1
- package/dist/lazy/{DragList-C8zhcnUM.js → DragList-DweJcnnS.js} +1 -1
- package/dist/lazy/{FilterSearch-zTM44nq_.js → FilterSearch-DQ18GTq1.js} +1 -1
- package/dist/lazy/{FloatCurd-DTzL03hX.js → FloatCurd-CLKQWzNv.js} +1 -1
- package/dist/lazy/{FloatSearchCurd-BrAJFiHH.js → FloatSearchCurd-CifA3_Kr.js} +1 -1
- package/dist/lazy/{FormList-C-jPjcH5.js → FormList-TkS2xKEe.js} +1 -1
- package/dist/lazy/{Grid-D7CdW1o2.js → Grid-CjrkB3NH.js} +1 -1
- package/dist/lazy/{InfiniteScroll-B-4KJSH3.js → InfiniteScroll-DOA5Dbz_.js} +1 -1
- package/dist/lazy/{Inline-BvbSmd8r.js → Inline-D9fgwPg1.js} +1 -1
- package/dist/lazy/{JsonEdit-OdoG2DC5.js → JsonEdit-DH2lKGEL.js} +1 -1
- package/dist/lazy/{LogList-DXbmIcYi.js → LogList-DEcEuLAf.js} +1 -1
- package/dist/lazy/{ObjGroup-D7fv1H5u.js → ObjGroup-B7edNhyP.js} +1 -1
- package/dist/lazy/{OfferDetails-CvoVL0VQ.js → OfferDetails-Dolh01Nv.js} +1 -1
- package/dist/lazy/{Pagination-CPTm0eGs.js → Pagination-Pf3C8W3j.js} +1 -1
- package/dist/lazy/{Progress-XLgBGXfR.js → Progress-NUt4xwep.js} +1 -1
- package/dist/lazy/{Radio-DOnp3ZF4.js → Radio-CMGjEk_j.js} +2 -2
- package/dist/lazy/{SearchSelect-D5jW0i56.js → SearchSelect-DW3apxFu.js} +2 -2
- package/dist/lazy/{Select-EqBEiiNW.js → Select-Ba3LkOMI.js} +2 -2
- package/dist/lazy/{Table-BA_8HymY.js → Table-C236SFD6.js} +1 -1
- package/dist/lazy/{Tabs-e6raRwJw.js → Tabs-Bt0pKud_.js} +1 -1
- package/dist/lazy/TextArea-C1V7Z2ft.js +42 -0
- package/dist/lazy/{Wrapper-BhK3RUvK.js → Wrapper-yJrmbZtc.js} +1 -1
- package/dist/lazy/{index-ZOYmZy_2.js → index-BnhYx4Tj.js} +36 -36
- package/dist/lazy/{useSelect-C-XFef_g.js → useSelect-DJIWiLbF.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/lazy/Component-B2ecNcLM.js +0 -45
- package/dist/lazy/TextArea-BVvG5zji.js +0 -37
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
|
+
import { ButtonType } from 'element-plus';
|
|
2
3
|
import { Component } from 'vue';
|
|
3
4
|
import { ComponentOptionsMixin } from 'vue';
|
|
4
5
|
import { ComponentProvideOptions } from 'vue';
|
|
@@ -346,7 +347,7 @@ declare type BtnItemType = {
|
|
|
346
347
|
onClick?: string;
|
|
347
348
|
disabled?: boolean;
|
|
348
349
|
hidden?: boolean | string;
|
|
349
|
-
type?:
|
|
350
|
+
type?: ButtonType;
|
|
350
351
|
color?: string;
|
|
351
352
|
orange?: boolean;
|
|
352
353
|
hasBorder?: boolean;
|
|
@@ -643,7 +644,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
643
644
|
readonly onClick?: string | undefined;
|
|
644
645
|
readonly disabled?: boolean | undefined;
|
|
645
646
|
readonly hidden?: (boolean | string) | undefined;
|
|
646
|
-
readonly type?:
|
|
647
|
+
readonly type?: ButtonType | undefined;
|
|
647
648
|
readonly color?: string | undefined;
|
|
648
649
|
readonly orange?: boolean | undefined;
|
|
649
650
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -669,7 +670,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
669
670
|
readonly onClick?: string | undefined;
|
|
670
671
|
readonly disabled?: boolean | undefined;
|
|
671
672
|
readonly hidden?: (boolean | string) | undefined;
|
|
672
|
-
readonly type?:
|
|
673
|
+
readonly type?: ButtonType | undefined;
|
|
673
674
|
readonly color?: string | undefined;
|
|
674
675
|
readonly orange?: boolean | undefined;
|
|
675
676
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -693,7 +694,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
693
694
|
readonly onClick?: string | undefined;
|
|
694
695
|
readonly disabled?: boolean | undefined;
|
|
695
696
|
readonly hidden?: (boolean | string) | undefined;
|
|
696
|
-
readonly type?:
|
|
697
|
+
readonly type?: ButtonType | undefined;
|
|
697
698
|
readonly color?: string | undefined;
|
|
698
699
|
readonly orange?: boolean | undefined;
|
|
699
700
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -719,7 +720,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
719
720
|
readonly onClick?: string | undefined;
|
|
720
721
|
readonly disabled?: boolean | undefined;
|
|
721
722
|
readonly hidden?: (boolean | string) | undefined;
|
|
722
|
-
readonly type?:
|
|
723
|
+
readonly type?: ButtonType | undefined;
|
|
723
724
|
readonly color?: string | undefined;
|
|
724
725
|
readonly orange?: boolean | undefined;
|
|
725
726
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -793,7 +794,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
793
794
|
readonly onClick?: string | undefined;
|
|
794
795
|
readonly disabled?: boolean | undefined;
|
|
795
796
|
readonly hidden?: (boolean | string) | undefined;
|
|
796
|
-
readonly type?:
|
|
797
|
+
readonly type?: ButtonType | undefined;
|
|
797
798
|
readonly color?: string | undefined;
|
|
798
799
|
readonly orange?: boolean | undefined;
|
|
799
800
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -819,7 +820,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
819
820
|
readonly onClick?: string | undefined;
|
|
820
821
|
readonly disabled?: boolean | undefined;
|
|
821
822
|
readonly hidden?: (boolean | string) | undefined;
|
|
822
|
-
readonly type?:
|
|
823
|
+
readonly type?: ButtonType | undefined;
|
|
823
824
|
readonly color?: string | undefined;
|
|
824
825
|
readonly orange?: boolean | undefined;
|
|
825
826
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -843,7 +844,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
843
844
|
readonly onClick?: string | undefined;
|
|
844
845
|
readonly disabled?: boolean | undefined;
|
|
845
846
|
readonly hidden?: (boolean | string) | undefined;
|
|
846
|
-
readonly type?:
|
|
847
|
+
readonly type?: ButtonType | undefined;
|
|
847
848
|
readonly color?: string | undefined;
|
|
848
849
|
readonly orange?: boolean | undefined;
|
|
849
850
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -869,7 +870,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
869
870
|
readonly onClick?: string | undefined;
|
|
870
871
|
readonly disabled?: boolean | undefined;
|
|
871
872
|
readonly hidden?: (boolean | string) | undefined;
|
|
872
|
-
readonly type?:
|
|
873
|
+
readonly type?: ButtonType | undefined;
|
|
873
874
|
readonly color?: string | undefined;
|
|
874
875
|
readonly orange?: boolean | undefined;
|
|
875
876
|
readonly hasBorder?: boolean | undefined;
|
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-BnhYx4Tj.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import "vue";
|
|
5
5
|
export {
|