@partex/one-core 2.1.12 → 2.1.14

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.
@@ -51,7 +51,7 @@ declare const _default: DefineComponent<{
51
51
  default: () => {};
52
52
  };
53
53
  theme: {
54
- type: PropType<"dark" | "white">;
54
+ type: PropType<"white" | "dark">;
55
55
  default: undefined;
56
56
  };
57
57
  }, unknown, unknown, {}, {
@@ -112,12 +112,12 @@ declare const _default: DefineComponent<{
112
112
  default: () => {};
113
113
  };
114
114
  theme: {
115
- type: PropType<"dark" | "white">;
115
+ type: PropType<"white" | "dark">;
116
116
  default: undefined;
117
117
  };
118
118
  }>>, {
119
119
  style: CSSProperties | null;
120
- theme: "dark" | "white";
120
+ theme: "white" | "dark";
121
121
  renderer: "canvas" | "svg";
122
122
  notMerge: boolean;
123
123
  ariaShow: boolean;
@@ -63,7 +63,7 @@ declare const _default: DefineComponent<{
63
63
  id: string | string[];
64
64
  interval: number;
65
65
  viewType: 1 | 2;
66
- theme: "light" | "dark";
66
+ theme: "dark" | "light";
67
67
  };
68
68
  endTime: number;
69
69
  tenantStatus: 0 | 1 | 2;
@@ -49,12 +49,12 @@ interface IQueryOptions {
49
49
  */
50
50
  retry?: {
51
51
  /**
52
- * 重试次数
53
- */
52
+ * 重试次数
53
+ */
54
54
  retryCount?: number;
55
55
  /**
56
- * 重试间隔
57
- */
56
+ * 重试间隔
57
+ */
58
58
  retryInterval?: number;
59
59
  };
60
60
  /**
@@ -37,7 +37,7 @@ export declare const userStore: {
37
37
  id: string | string[];
38
38
  interval: number;
39
39
  viewType: 1 | 2;
40
- theme: "light" | "dark";
40
+ theme: "dark" | "light";
41
41
  };
42
42
  endTime: number;
43
43
  tenantStatus: 0 | 1 | 2;
@@ -251,13 +251,13 @@ declare const _default: DefineComponent<{
251
251
  "onUpdate:loading"?: ((...args: any[]) => any) | undefined;
252
252
  "onOn-update:filter"?: ((...args: any[]) => any) | undefined;
253
253
  }, {
254
+ height: string | number;
254
255
  importer: {
255
256
  type: string;
256
257
  file: string;
257
258
  params?: string | undefined;
258
259
  steam?: boolean | undefined;
259
260
  };
260
- height: string | number;
261
261
  actions: IActionButton[];
262
262
  pagination: boolean;
263
263
  minHeight: string | number;