g-ui-web 0.11.8 → 0.11.10

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
@@ -3,7 +3,7 @@
3
3
  * @method start 创建 loading
4
4
  * @method done 移除 loading
5
5
  */
6
- export declare const GuiLoading: {
6
+ export declare const loading: {
7
7
  start: (className?: string, size?: string) => void;
8
- done: (time?: number, className?: string) => void;
8
+ done: (className: any, time?: number) => void;
9
9
  };
@@ -123,5 +123,6 @@ declare const theme: {
123
123
  cupTHeadTextColor: string;
124
124
  cupTHeadBgColor: string;
125
125
  cupTbodyBgColor: string;
126
+ loadingList: string[];
126
127
  };
127
128
  export default theme;
@@ -126,5 +126,6 @@ declare const theme: {
126
126
  cupTHeadTextColor: string;
127
127
  cupTHeadBgColor: string;
128
128
  cupTbodyBgColor: string;
129
+ loadingList: string[];
129
130
  };
130
131
  export default theme;
@@ -123,5 +123,6 @@ declare const theme: {
123
123
  cupTHeadTextColor: string;
124
124
  cupTHeadBgColor: string;
125
125
  cupTbodyBgColor: string;
126
+ loadingList: string[];
126
127
  };
127
128
  export default theme;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "0.11.8",
5
+ "version": "0.11.10",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",