fengmao-ui 1.3.12 → 1.3.13
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/adaptive-page/index.d.ts +3 -0
- package/lib/adaptive-page/src/index.vue.d.ts +1 -0
- package/lib/fengmao-ui.js +970 -969
- package/lib/fengmao-ui.js.gz +0 -0
- package/lib/fengmao-ui.umd.cjs +6 -6
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/table/index.d.ts +3 -0
- package/lib/table/src/index.vue.d.ts +1 -0
- package/package.json +1 -1
|
@@ -200,6 +200,7 @@ declare const TAdaptivePage: ({
|
|
|
200
200
|
formRef: any;
|
|
201
201
|
handleRef: (el: any, scope: any, item: any) => void;
|
|
202
202
|
currentSelect: import("vue").Ref<any[]>;
|
|
203
|
+
currentClick: import("vue").Ref<any[]>;
|
|
203
204
|
emits: (event: "handleEvent" | "save" | "page-change" | "radioChange" | "validateError" | "rowSort" | "select", ...args: any[]) => void;
|
|
204
205
|
slots: Readonly<{
|
|
205
206
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -1005,6 +1006,7 @@ declare const TAdaptivePage: ({
|
|
|
1005
1006
|
formRef: any;
|
|
1006
1007
|
handleRef: (el: any, scope: any, item: any) => void;
|
|
1007
1008
|
currentSelect: import("vue").Ref<any[]>;
|
|
1009
|
+
currentClick: import("vue").Ref<any[]>;
|
|
1008
1010
|
emits: (event: "handleEvent" | "save" | "page-change" | "radioChange" | "validateError" | "rowSort" | "select", ...args: any[]) => void;
|
|
1009
1011
|
slots: Readonly<{
|
|
1010
1012
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -1792,6 +1794,7 @@ declare const TAdaptivePage: ({
|
|
|
1792
1794
|
formRef: any;
|
|
1793
1795
|
handleRef: (el: any, scope: any, item: any) => void;
|
|
1794
1796
|
currentSelect: import("vue").Ref<any[]>;
|
|
1797
|
+
currentClick: import("vue").Ref<any[]>;
|
|
1795
1798
|
emits: (event: "handleEvent" | "save" | "page-change" | "radioChange" | "validateError" | "rowSort" | "select", ...args: any[]) => void;
|
|
1796
1799
|
slots: Readonly<{
|
|
1797
1800
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -136,6 +136,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
136
136
|
formRef: any;
|
|
137
137
|
handleRef: (el: any, scope: any, item: any) => void;
|
|
138
138
|
currentSelect: import("vue").Ref<any[]>;
|
|
139
|
+
currentClick: import("vue").Ref<any[]>;
|
|
139
140
|
emits: (event: "handleEvent" | "save" | "page-change" | "radioChange" | "validateError" | "rowSort" | "select", ...args: any[]) => void;
|
|
140
141
|
slots: Readonly<{
|
|
141
142
|
[name: string]: import("vue").Slot<any> | undefined;
|