g-ui-web 0.10.40 → 0.11.1

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/style.css.gz CHANGED
Binary file
@@ -0,0 +1,9 @@
1
+ /**
2
+ * 页面全局 Loading
3
+ * @method start 创建 loading
4
+ * @method done 移除 loading
5
+ */
6
+ export declare const GuiLoading: {
7
+ start: (className?: string, size?: string) => void;
8
+ done: (time?: number, className?: string) => void;
9
+ };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "0.10.40",
5
+ "version": "0.11.1",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",