g-ui-web 0.9.1 → 0.9.3

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.
@@ -56,14 +56,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
56
56
  type: StringConstructor;
57
57
  default: string;
58
58
  };
59
- icon: {
60
- type: StringConstructor;
61
- default: string;
62
- };
63
- color: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
59
  dbOptions: {
68
60
  type: PropType<ColumnProps>;
69
61
  default: () => {};
@@ -98,24 +90,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
98
90
  type: StringConstructor;
99
91
  default: string;
100
92
  };
101
- icon: {
102
- type: StringConstructor;
103
- default: string;
104
- };
105
- color: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
93
  dbOptions: {
110
94
  type: PropType<ColumnProps>;
111
95
  default: () => {};
112
96
  require: boolean;
113
97
  };
114
98
  }>> & Readonly<{}>, {
115
- icon: string;
116
99
  dbOptions: ColumnProps;
117
100
  height: string;
118
- color: string;
119
101
  zoom: number;
120
102
  radius: number;
121
103
  opacity: number;
package/lib/index.d.ts CHANGED
@@ -82,4 +82,5 @@ export declare const gui: {
82
82
  name: string;
83
83
  value: string;
84
84
  }[];
85
+ getThemeConfig: () => any;
85
86
  };