@fox-js/foxui 4.0.1-19 → 4.0.1-20

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/style.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @fox-js/foxui-base v4.0.0 Fri Sep 01 2023 08:44:27 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-base v4.0.0 Sun Sep 17 2023 09:02:52 GMT+0800 (中国标准时间)
3
3
  */
4
4
  const t = "";
5
5
  export {
@@ -1207,6 +1207,8 @@ export declare type Result = Promise<any> | any;
1207
1207
  */
1208
1208
  export declare type Results = Result[];
1209
1209
 
1210
+ export declare const RollingProvider: any;
1211
+
1210
1212
  export declare const Row: any;
1211
1213
 
1212
1214
  export declare const RowItem: any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui",
3
3
  "type": "module",
4
- "version": "4.0.1-19",
4
+ "version": "4.0.1-20",
5
5
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",