asiaint-lowcode 3.1.145 → 3.1.146
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 +9 -9
- package/dist/asiaint-lowcode.js +1 -1
- package/dist/asiaint-lowcode.umd.cjs +161 -161
- package/dist/lazy/{Card-f9E72FIk.js → Card-B__oWso1.js} +1 -1
- package/dist/lazy/{Cascader-f_n70ORy.js → Cascader-ChcG-eyv.js} +1 -1
- package/dist/lazy/{Checkbox-BjcovzH1.js → Checkbox-DI32uoOZ.js} +2 -2
- package/dist/lazy/{Collapse-BkJnF3G2.js → Collapse-Cz7E1Tue.js} +1 -1
- package/dist/lazy/{Component-DLAZfSDb.js → Component-C7ihut7B.js} +1 -1
- package/dist/lazy/{Component-BDzE0tax.js → Component-Cfr6b140.js} +1 -1
- package/dist/lazy/{Component-DlIClyh0.js → Component-D13HSn0A.js} +1 -1
- package/dist/lazy/{Component-B2HGXyqc.js → Component-DKGlfRJN.js} +1 -1
- package/dist/lazy/{Component-Dt5s5pO8.js → Component-Dn8JB9nN.js} +1 -1
- package/dist/lazy/{CurdCard-DjQUZqpR.js → CurdCard-ClBQQVKN.js} +1 -1
- package/dist/lazy/{Custom-Cu9VZd5h.js → Custom-Cn3Zg-l_.js} +1 -1
- package/dist/lazy/{DatePicker-BkLA8yUD.js → DatePicker-Bak441fc.js} +1 -1
- package/dist/lazy/{DragList-jDd4RdzR.js → DragList-D-Ctz4k-.js} +1 -1
- package/dist/lazy/{FilterSearch-CI5KuR9G.js → FilterSearch-DfDGyaFK.js} +1 -1
- package/dist/lazy/{FloatCurd-Cpqtox-z.js → FloatCurd-C27NlL1e.js} +1 -1
- package/dist/lazy/{FloatSearchCurd-BNpC1SCA.js → FloatSearchCurd-xgonG-cJ.js} +1 -1
- package/dist/lazy/{FormList-Ds0ubgUr.js → FormList-BNnG4u0q.js} +1 -1
- package/dist/lazy/{Grid-j-rJXdrd.js → Grid-D_PohiQo.js} +1 -1
- package/dist/lazy/{InfiniteScroll-9mwhLWCO.js → InfiniteScroll-BfWFh6-7.js} +1 -1
- package/dist/lazy/{Inline-Cs02ASPA.js → Inline-DjqZ-EX-.js} +1 -1
- package/dist/lazy/{JsonEdit-BFG6_NMv.js → JsonEdit-OvdSK0sz.js} +1 -1
- package/dist/lazy/{LogList-DyCrPWGc.js → LogList-bu8gCg6Z.js} +1 -1
- package/dist/lazy/{ObjGroup-BlkGm8PA.js → ObjGroup-BHPZGUC6.js} +1 -1
- package/dist/lazy/{OfferDetails-DAgZpAS-.js → OfferDetails-DCyPqaEJ.js} +1 -1
- package/dist/lazy/{Pagination-C-2hdZjc.js → Pagination-A-r5AgWZ.js} +1 -1
- package/dist/lazy/{Progress-CaB9LLS5.js → Progress-B4dcLKOA.js} +1 -1
- package/dist/lazy/{Radio-4qNGq7yY.js → Radio-CrQ1gPP5.js} +2 -2
- package/dist/lazy/{SearchSelect-BWSVzK-9.js → SearchSelect-BPUqFCc7.js} +2 -2
- package/dist/lazy/{Select-DB-Np1Xo.js → Select-CeO2pB95.js} +2 -2
- package/dist/lazy/{Table-DRHsmxzB.js → Table-MsyuRO26.js} +1 -1
- package/dist/lazy/{Tabs-Drocaqq4.js → Tabs-Bv_Tj_Cl.js} +1 -1
- package/dist/lazy/{TextArea-DTAQnpJg.js → TextArea-CoNLtn_L.js} +1 -1
- package/dist/lazy/{Wrapper-4cNzV18x.js → Wrapper-HW5ldKqh.js} +1 -1
- package/dist/lazy/{index-C0hop1dK.js → index-BU3dBIqr.js} +2086 -2081
- package/dist/lazy/{useSelect-DjIuOHsJ.js → useSelect-CoalYGb1.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -346,7 +346,7 @@ declare type BtnItemType = {
|
|
|
346
346
|
onClick?: string;
|
|
347
347
|
disabled?: boolean;
|
|
348
348
|
hidden?: boolean | string;
|
|
349
|
-
type?: 'primary' | 'success' | 'warning' | 'danger' | 'info';
|
|
349
|
+
type?: 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'plain';
|
|
350
350
|
color?: string;
|
|
351
351
|
orange?: boolean;
|
|
352
352
|
hasBorder?: boolean;
|
|
@@ -643,7 +643,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
643
643
|
readonly onClick?: string | undefined;
|
|
644
644
|
readonly disabled?: boolean | undefined;
|
|
645
645
|
readonly hidden?: (boolean | string) | undefined;
|
|
646
|
-
readonly type?: ("primary" | "success" | "warning" | "danger" | "info") | undefined;
|
|
646
|
+
readonly type?: ("primary" | "success" | "warning" | "danger" | "info" | "plain") | undefined;
|
|
647
647
|
readonly color?: string | undefined;
|
|
648
648
|
readonly orange?: boolean | undefined;
|
|
649
649
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -669,7 +669,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
669
669
|
readonly onClick?: string | undefined;
|
|
670
670
|
readonly disabled?: boolean | undefined;
|
|
671
671
|
readonly hidden?: (boolean | string) | undefined;
|
|
672
|
-
readonly type?: ("primary" | "success" | "warning" | "danger" | "info") | undefined;
|
|
672
|
+
readonly type?: ("primary" | "success" | "warning" | "danger" | "info" | "plain") | undefined;
|
|
673
673
|
readonly color?: string | undefined;
|
|
674
674
|
readonly orange?: boolean | undefined;
|
|
675
675
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -693,7 +693,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
693
693
|
readonly onClick?: string | undefined;
|
|
694
694
|
readonly disabled?: boolean | undefined;
|
|
695
695
|
readonly hidden?: (boolean | string) | undefined;
|
|
696
|
-
readonly type?: ("primary" | "success" | "warning" | "danger" | "info") | undefined;
|
|
696
|
+
readonly type?: ("primary" | "success" | "warning" | "danger" | "info" | "plain") | undefined;
|
|
697
697
|
readonly color?: string | undefined;
|
|
698
698
|
readonly orange?: boolean | undefined;
|
|
699
699
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -719,7 +719,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
719
719
|
readonly onClick?: string | undefined;
|
|
720
720
|
readonly disabled?: boolean | undefined;
|
|
721
721
|
readonly hidden?: (boolean | string) | undefined;
|
|
722
|
-
readonly type?: ("primary" | "success" | "warning" | "danger" | "info") | undefined;
|
|
722
|
+
readonly type?: ("primary" | "success" | "warning" | "danger" | "info" | "plain") | undefined;
|
|
723
723
|
readonly color?: string | undefined;
|
|
724
724
|
readonly orange?: boolean | undefined;
|
|
725
725
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -793,7 +793,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
793
793
|
readonly onClick?: string | undefined;
|
|
794
794
|
readonly disabled?: boolean | undefined;
|
|
795
795
|
readonly hidden?: (boolean | string) | undefined;
|
|
796
|
-
readonly type?: ("primary" | "success" | "warning" | "danger" | "info") | undefined;
|
|
796
|
+
readonly type?: ("primary" | "success" | "warning" | "danger" | "info" | "plain") | undefined;
|
|
797
797
|
readonly color?: string | undefined;
|
|
798
798
|
readonly orange?: boolean | undefined;
|
|
799
799
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -819,7 +819,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
819
819
|
readonly onClick?: string | undefined;
|
|
820
820
|
readonly disabled?: boolean | undefined;
|
|
821
821
|
readonly hidden?: (boolean | string) | undefined;
|
|
822
|
-
readonly type?: ("primary" | "success" | "warning" | "danger" | "info") | undefined;
|
|
822
|
+
readonly type?: ("primary" | "success" | "warning" | "danger" | "info" | "plain") | undefined;
|
|
823
823
|
readonly color?: string | undefined;
|
|
824
824
|
readonly orange?: boolean | undefined;
|
|
825
825
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -843,7 +843,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
843
843
|
readonly onClick?: string | undefined;
|
|
844
844
|
readonly disabled?: boolean | undefined;
|
|
845
845
|
readonly hidden?: (boolean | string) | undefined;
|
|
846
|
-
readonly type?: ("primary" | "success" | "warning" | "danger" | "info") | undefined;
|
|
846
|
+
readonly type?: ("primary" | "success" | "warning" | "danger" | "info" | "plain") | undefined;
|
|
847
847
|
readonly color?: string | undefined;
|
|
848
848
|
readonly orange?: boolean | undefined;
|
|
849
849
|
readonly hasBorder?: boolean | undefined;
|
|
@@ -869,7 +869,7 @@ readonly isPlainBtn?: boolean | undefined;
|
|
|
869
869
|
readonly onClick?: string | undefined;
|
|
870
870
|
readonly disabled?: boolean | undefined;
|
|
871
871
|
readonly hidden?: (boolean | string) | undefined;
|
|
872
|
-
readonly type?: ("primary" | "success" | "warning" | "danger" | "info") | undefined;
|
|
872
|
+
readonly type?: ("primary" | "success" | "warning" | "danger" | "info" | "plain") | undefined;
|
|
873
873
|
readonly color?: string | undefined;
|
|
874
874
|
readonly orange?: boolean | undefined;
|
|
875
875
|
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-BU3dBIqr.js";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import "vue";
|
|
5
5
|
export {
|