@witlink/workflow 0.0.4 → 1.0.0

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/index.d.ts CHANGED
@@ -11,9 +11,7 @@ export default _default;
11
11
 
12
12
  declare function install(app: App, options: WorkflowOptions): void;
13
13
 
14
- export declare function setLang(lang: string): void;
15
-
16
- export declare function setTimezone(timezone: string): void;
14
+ export declare function setWorkflowLang(lang: string): void;
17
15
 
18
16
  export declare const WfManagePage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
19
17
 
@@ -26,14 +24,6 @@ export declare interface WorkflowOptions {
26
24
  * 宿主pinia对象
27
25
  */
28
26
  pinia?: any;
29
- /**
30
- * 默认pro__Access-Token
31
- */
32
- tokenKey?: string;
33
- /**
34
- * 默认Etc/GMT+8
35
- */
36
- timezone?: string;
37
27
  theme?: {
38
28
  colorPrimary: string;
39
29
  } & Record<string, string>;