@unizhen/ui 0.0.79 → 0.0.81
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/lib/components/form/draggable.vue.d.ts +62 -0
- package/lib/components/form/index.vue.d.ts +62 -0
- package/lib/components/form/interface.d.ts +1 -0
- package/lib/components/searchBar/index.vue.d.ts +12 -0
- package/lib/components/searchBar/mobile.vue.d.ts +12 -0
- package/lib/components/table/factory.d.ts +1 -0
- package/lib/components/table/index.vue.d.ts +12 -0
- package/lib/ui.js +264 -262
- package/package.json +2 -2
|
@@ -268,6 +268,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
268
268
|
valueKey?: string | undefined;
|
|
269
269
|
multiple: boolean;
|
|
270
270
|
tab: boolean;
|
|
271
|
+
span?: number | undefined;
|
|
271
272
|
};
|
|
272
273
|
params: {
|
|
273
274
|
placeholder: string;
|
|
@@ -352,6 +353,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
352
353
|
valueKey?: string | undefined;
|
|
353
354
|
multiple: boolean;
|
|
354
355
|
tab: boolean;
|
|
356
|
+
span?: number | undefined;
|
|
355
357
|
};
|
|
356
358
|
params: {
|
|
357
359
|
placeholder: string;
|
|
@@ -439,6 +441,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
439
441
|
valueKey?: string | undefined;
|
|
440
442
|
multiple: boolean;
|
|
441
443
|
tab: boolean;
|
|
444
|
+
span?: number | undefined;
|
|
442
445
|
};
|
|
443
446
|
params: {
|
|
444
447
|
placeholder: string;
|
|
@@ -527,6 +530,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
527
530
|
valueKey?: string | undefined;
|
|
528
531
|
multiple: boolean;
|
|
529
532
|
tab: boolean;
|
|
533
|
+
span?: number | undefined;
|
|
530
534
|
};
|
|
531
535
|
params: {
|
|
532
536
|
placeholder: string;
|
|
@@ -616,6 +620,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
616
620
|
valueKey?: string | undefined;
|
|
617
621
|
multiple: boolean;
|
|
618
622
|
tab: boolean;
|
|
623
|
+
span?: number | undefined;
|
|
619
624
|
};
|
|
620
625
|
params: {
|
|
621
626
|
placeholder: string;
|
|
@@ -697,6 +702,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
697
702
|
valueKey?: string | undefined;
|
|
698
703
|
multiple: boolean;
|
|
699
704
|
tab: boolean;
|
|
705
|
+
span?: number | undefined;
|
|
700
706
|
};
|
|
701
707
|
params: {
|
|
702
708
|
placeholder: string;
|
|
@@ -776,6 +782,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
776
782
|
valueKey?: string | undefined;
|
|
777
783
|
multiple: boolean;
|
|
778
784
|
tab: boolean;
|
|
785
|
+
span?: number | undefined;
|
|
779
786
|
};
|
|
780
787
|
params: {
|
|
781
788
|
placeholder: string;
|
|
@@ -860,6 +867,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
860
867
|
valueKey?: string | undefined;
|
|
861
868
|
multiple: boolean;
|
|
862
869
|
tab: boolean;
|
|
870
|
+
span?: number | undefined;
|
|
863
871
|
};
|
|
864
872
|
params: {
|
|
865
873
|
placeholder: string;
|
|
@@ -947,6 +955,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
947
955
|
valueKey?: string | undefined;
|
|
948
956
|
multiple: boolean;
|
|
949
957
|
tab: boolean;
|
|
958
|
+
span?: number | undefined;
|
|
950
959
|
};
|
|
951
960
|
params: {
|
|
952
961
|
placeholder: string;
|
|
@@ -1035,6 +1044,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1035
1044
|
valueKey?: string | undefined;
|
|
1036
1045
|
multiple: boolean;
|
|
1037
1046
|
tab: boolean;
|
|
1047
|
+
span?: number | undefined;
|
|
1038
1048
|
};
|
|
1039
1049
|
params: {
|
|
1040
1050
|
placeholder: string;
|
|
@@ -1124,6 +1134,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1124
1134
|
valueKey?: string | undefined;
|
|
1125
1135
|
multiple: boolean;
|
|
1126
1136
|
tab: boolean;
|
|
1137
|
+
span?: number | undefined;
|
|
1127
1138
|
};
|
|
1128
1139
|
params: {
|
|
1129
1140
|
placeholder: string;
|
|
@@ -1205,6 +1216,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1205
1216
|
valueKey?: string | undefined;
|
|
1206
1217
|
multiple: boolean;
|
|
1207
1218
|
tab: boolean;
|
|
1219
|
+
span?: number | undefined;
|
|
1208
1220
|
};
|
|
1209
1221
|
params: {
|
|
1210
1222
|
placeholder: string;
|