@gct-paas/core 0.1.4-dev.5 → 0.1.4-dev.6

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.
@@ -3,9 +3,9 @@ interface Options {
3
3
  target?: HTMLElement;
4
4
  }
5
5
  export declare function useCopyToClipboard(initial?: string): {
6
- clipboardRef: import('vue').Ref<string, string>;
7
- isSuccessRef: import('vue').Ref<boolean, boolean>;
8
- copiedRef: import('vue').Ref<boolean, boolean>;
6
+ clipboardRef: import('vue').Ref<string>;
7
+ isSuccessRef: import('vue').Ref<boolean>;
8
+ copiedRef: import('vue').Ref<boolean>;
9
9
  };
10
10
  export declare function copyTextToClipboard(input: string, { target }?: Options): boolean;
11
11
  export {};
@@ -8,18 +8,10 @@ export declare function useLoginSetting(): {
8
8
  imgUrl: string;
9
9
  value: string;
10
10
  label: string;
11
- }[], {
12
- imgUrl: string;
13
- value: string;
14
- label: string;
15
- }[] | {
16
- imgUrl: string;
17
- value: string;
18
- label: string;
19
11
  }[]>;
20
- loginModeAuthTypes: import('vue').Ref<string[], string[]>;
21
- openIDOAuthAuthTypes: import('vue').Ref<string[], string[]>;
22
- sysLoginSort: import('vue').Ref<IObject[], IObject[]>;
23
- openIDOAuthAuthSort: import('vue').Ref<IObject[], IObject[]>;
12
+ loginModeAuthTypes: import('vue').Ref<string[]>;
13
+ openIDOAuthAuthTypes: import('vue').Ref<string[]>;
14
+ sysLoginSort: import('vue').Ref<IObject[]>;
15
+ openIDOAuthAuthSort: import('vue').Ref<IObject[]>;
24
16
  loginModeConfig: Map<string, IObject>;
25
17
  };
@@ -8,23 +8,9 @@ export declare function useOrgSetting(isPlatform?: boolean): {
8
8
  label: string;
9
9
  value: string;
10
10
  type: number;
11
- }[], {
12
- label: string;
13
- value: string;
14
- type: number;
15
- }[] | {
16
- label: string;
17
- value: string;
18
- type: number;
19
11
  }[]>;
20
12
  relationFiledsCopy: import('vue').Ref<{
21
13
  label: string;
22
14
  value: string;
23
- }[], {
24
- label: string;
25
- value: string;
26
- }[] | {
27
- label: string;
28
- value: string;
29
15
  }[]>;
30
16
  };
@@ -5,7 +5,7 @@ export declare function useThemeSetting(): {
5
5
  loadThemeSetting: () => Promise<void>;
6
6
  setThemeSetting: (data: SysConfigResponse) => void;
7
7
  postThemeSetting: () => Promise<void>;
8
- menuCollapsed: import('vue').Ref<boolean, boolean>;
8
+ menuCollapsed: import('vue').Ref<boolean>;
9
9
  toggleMenuCollapsed: () => void;
10
10
  menuCollapsedWidth: number;
11
11
  menuWidthRange: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/core",
3
- "version": "0.1.4-dev.5",
3
+ "version": "0.1.4-dev.6",
4
4
  "type": "module",
5
5
  "description": "paas 平台核心包",
6
6
  "main": "dist/index.min.cjs",
@@ -59,13 +59,13 @@
59
59
  "qs": "^6.14.0",
60
60
  "qx-util": "^0.4.8",
61
61
  "systemjs": "^6.15.1",
62
- "vue": "^3.5.18",
62
+ "vue": "3.3.8",
63
63
  "vue-i18n": "11.1.11",
64
64
  "vue-router": "^4.5.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@gct-paas/build": "0.1.4-dev.5",
68
- "@gct-paas/cli": "0.1.4-dev.5",
67
+ "@gct-paas/build": "0.1.4-dev.6",
68
+ "@gct-paas/cli": "0.1.4-dev.6",
69
69
  "@types/crypto-js": "^4.2.2",
70
70
  "@types/lodash-es": "^4.17.12",
71
71
  "@types/path-browserify": "^1.0.3",
@@ -86,5 +86,5 @@
86
86
  "@gct-paas/api": "*",
87
87
  "vue": "^3.x"
88
88
  },
89
- "gitHead": "6fd4f6f4c3a0e1bd1fc4eea78fa9c2760e2219be"
89
+ "gitHead": "89142a76f256070c57ff8a6dcf062eba397f797a"
90
90
  }