@creatorsn/vfluent3 0.3.40 → 0.3.43
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/LICENSE +21 -0
- package/README.md +129 -104
- package/README_zh.md +129 -0
- package/dist/style.css +1 -1
- package/dist/types/packages/details-list/index.d.ts +3 -0
- package/dist/types/packages/details-list/source/index.vue.d.ts +3 -0
- package/dist/vfluent3.js +339 -333
- package/dist/vfluent3.umd.cjs +9 -9
- package/package.json +1 -1
|
@@ -78,6 +78,7 @@ export declare const FvDetailsList: import("../../types/plugins/component-plugin
|
|
|
78
78
|
watchWindowResizeInit(): void;
|
|
79
79
|
lazyLoadInit(): void;
|
|
80
80
|
filterValue(): 0 | undefined;
|
|
81
|
+
filterTextValue(val: any): any;
|
|
81
82
|
resizeDown(event: any, index: any): void;
|
|
82
83
|
resizeMove(event: any, index: any): void;
|
|
83
84
|
widthFormat(index: any): void;
|
|
@@ -182,6 +183,7 @@ export declare const FvDetailsList: import("../../types/plugins/component-plugin
|
|
|
182
183
|
watchWindowResizeInit(): void;
|
|
183
184
|
lazyLoadInit(): void;
|
|
184
185
|
filterValue(): 0 | undefined;
|
|
186
|
+
filterTextValue(val: any): any;
|
|
185
187
|
resizeDown(event: any, index: any): void;
|
|
186
188
|
resizeMove(event: any, index: any): void;
|
|
187
189
|
widthFormat(index: any): void;
|
|
@@ -283,6 +285,7 @@ export declare const FvDetailsList: import("../../types/plugins/component-plugin
|
|
|
283
285
|
watchWindowResizeInit(): void;
|
|
284
286
|
lazyLoadInit(): void;
|
|
285
287
|
filterValue(): 0 | undefined;
|
|
288
|
+
filterTextValue(val: any): any;
|
|
286
289
|
resizeDown(event: any, index: any): void;
|
|
287
290
|
resizeMove(event: any, index: any): void;
|
|
288
291
|
widthFormat(index: any): void;
|
|
@@ -77,6 +77,7 @@ declare const _default: {
|
|
|
77
77
|
watchWindowResizeInit(): void;
|
|
78
78
|
lazyLoadInit(): void;
|
|
79
79
|
filterValue(): 0 | undefined;
|
|
80
|
+
filterTextValue(val: any): any;
|
|
80
81
|
resizeDown(event: any, index: any): void;
|
|
81
82
|
resizeMove(event: any, index: any): void;
|
|
82
83
|
widthFormat(index: any): void;
|
|
@@ -181,6 +182,7 @@ declare const _default: {
|
|
|
181
182
|
watchWindowResizeInit(): void;
|
|
182
183
|
lazyLoadInit(): void;
|
|
183
184
|
filterValue(): 0 | undefined;
|
|
185
|
+
filterTextValue(val: any): any;
|
|
184
186
|
resizeDown(event: any, index: any): void;
|
|
185
187
|
resizeMove(event: any, index: any): void;
|
|
186
188
|
widthFormat(index: any): void;
|
|
@@ -282,6 +284,7 @@ declare const _default: {
|
|
|
282
284
|
watchWindowResizeInit(): void;
|
|
283
285
|
lazyLoadInit(): void;
|
|
284
286
|
filterValue(): 0 | undefined;
|
|
287
|
+
filterTextValue(val: any): any;
|
|
285
288
|
resizeDown(event: any, index: any): void;
|
|
286
289
|
resizeMove(event: any, index: any): void;
|
|
287
290
|
widthFormat(index: any): void;
|