@zyui/components 1.0.33 → 1.0.35

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.
Files changed (43) hide show
  1. package/es/index.js +73 -73
  2. package/es/index.mjs +16264 -16177
  3. package/es/index.umd.js +73 -73
  4. package/es/src/components/DepartmentPicker/dialog/index.vue.d.ts +1 -0
  5. package/es/src/components/DepartmentPicker/hooks/useDataListByValue.d.ts +1 -1
  6. package/es/src/components/DepartmentPicker/type.d.ts +1 -0
  7. package/es/src/components/RoleAndDepartmentPicker/hooks/useDataListByValue.d.ts +1 -1
  8. package/es/src/components/RoleAndDepartmentPicker/type.d.ts +1 -0
  9. package/es/src/components/RolePicker/dialog/index.vue.d.ts +1 -0
  10. package/es/src/components/RolePicker/hooks/useDataListByValue.d.ts +1 -1
  11. package/es/src/components/RolePicker/type.d.ts +1 -0
  12. package/es/src/components/UserPicker/dialog/index.vue.d.ts +1 -0
  13. package/es/src/components/UserPicker/hooks/useDataListByValue.d.ts +1 -1
  14. package/es/src/components/UserPicker/type.d.ts +1 -0
  15. package/es/src/components/UserPicker/userPickerDisplay.vue.d.ts +9 -0
  16. package/es/src/components/WorkforceSelector/display/alltext.vue.d.ts +9 -0
  17. package/es/src/components/WorkforceSelector/display/index.vue.d.ts +9 -0
  18. package/es/src/components/WorkforceSelector/hooks/useDataDetailByValue.d.ts +1 -1
  19. package/es/src/components/WorkforceSelector/list/department.vue.d.ts +20 -1
  20. package/es/src/components/WorkforceSelector/list/role.vue.d.ts +20 -1
  21. package/es/src/components/WorkforceSelector/list/roleAndDepartment.vue.d.ts +9 -0
  22. package/es/src/components/WorkforceSelector/list/user.vue.d.ts +20 -1
  23. package/es/style.css +1 -1
  24. package/lib/src/components/DepartmentPicker/dialog/index.vue.d.ts +1 -0
  25. package/lib/src/components/DepartmentPicker/hooks/useDataListByValue.d.ts +1 -1
  26. package/lib/src/components/DepartmentPicker/type.d.ts +1 -0
  27. package/lib/src/components/RoleAndDepartmentPicker/hooks/useDataListByValue.d.ts +1 -1
  28. package/lib/src/components/RoleAndDepartmentPicker/type.d.ts +1 -0
  29. package/lib/src/components/RolePicker/dialog/index.vue.d.ts +1 -0
  30. package/lib/src/components/RolePicker/hooks/useDataListByValue.d.ts +1 -1
  31. package/lib/src/components/RolePicker/type.d.ts +1 -0
  32. package/lib/src/components/UserPicker/dialog/index.vue.d.ts +1 -0
  33. package/lib/src/components/UserPicker/hooks/useDataListByValue.d.ts +1 -1
  34. package/lib/src/components/UserPicker/type.d.ts +1 -0
  35. package/lib/src/components/UserPicker/userPickerDisplay.vue.d.ts +9 -0
  36. package/lib/src/components/WorkforceSelector/display/alltext.vue.d.ts +9 -0
  37. package/lib/src/components/WorkforceSelector/display/index.vue.d.ts +9 -0
  38. package/lib/src/components/WorkforceSelector/hooks/useDataDetailByValue.d.ts +1 -1
  39. package/lib/src/components/WorkforceSelector/list/department.vue.d.ts +20 -1
  40. package/lib/src/components/WorkforceSelector/list/role.vue.d.ts +20 -1
  41. package/lib/src/components/WorkforceSelector/list/roleAndDepartment.vue.d.ts +9 -0
  42. package/lib/src/components/WorkforceSelector/list/user.vue.d.ts +20 -1
  43. package/package.json +1 -1
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<{}, {
3
3
  data: any;
4
4
  callback: (val: any) => void;
5
5
  multiple: boolean;
6
+ queryParams?: Record<string, any>;
6
7
  }) => void;
7
8
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
9
  export default _default;
@@ -1 +1 @@
1
- export declare const useDataListByValue: (val: any) => import('vue').ComputedRef<any[]>;
1
+ export declare const useDataListByValue: (val: any, queryParams?: any) => import('vue').ComputedRef<any[]>;
@@ -3,5 +3,6 @@ export type DialogType = {
3
3
  data: any;
4
4
  callback: (val: any) => void;
5
5
  multiple: boolean;
6
+ queryParams?: Record<string, any>;
6
7
  }) => void;
7
8
  };
@@ -1 +1 @@
1
- export declare const useDataListByValue: (val: any) => import('vue').ComputedRef<any[]>;
1
+ export declare const useDataListByValue: (val: any, queryParams?: any) => import('vue').ComputedRef<any[]>;
@@ -2,5 +2,6 @@ export type PopoverType = {
2
2
  show: (options: {
3
3
  data: any;
4
4
  callback: (val: any) => void;
5
+ queryParams?: Record<string, any>;
5
6
  }) => void;
6
7
  };
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<{}, {
3
3
  data: any;
4
4
  callback: (val: any) => void;
5
5
  multiple: boolean;
6
+ queryParams?: Record<string, any>;
6
7
  }) => void;
7
8
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
9
  export default _default;
@@ -1 +1 @@
1
- export declare const useDataListByValue: (val: any) => import('vue').ComputedRef<any[]>;
1
+ export declare const useDataListByValue: (val: any, queryParams?: any) => import('vue').ComputedRef<any[]>;
@@ -3,5 +3,6 @@ export type DialogType = {
3
3
  data: any;
4
4
  callback: (val: any) => void;
5
5
  multiple: boolean;
6
+ queryParams?: Record<string, any>;
6
7
  }) => void;
7
8
  };
@@ -2,6 +2,7 @@ declare const _default: import('vue').DefineComponent<{}, {
2
2
  show: (options: {
3
3
  data: any;
4
4
  callback: (val: any) => void;
5
+ queryParams?: Record<string, any>;
5
6
  }) => void;
6
7
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
8
  export default _default;
@@ -1 +1 @@
1
- export declare const useDataListByValue: (val: any) => import('vue').ComputedRef<any[]>;
1
+ export declare const useDataListByValue: (val: any, queryParams?: any) => import('vue').ComputedRef<any[]>;
@@ -2,5 +2,6 @@ export type DialogType = {
2
2
  show: (options: {
3
3
  data: any;
4
4
  callback: (val: any) => void;
5
+ queryParams?: Record<string, any>;
5
6
  }) => void;
6
7
  };
@@ -19,6 +19,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19
19
  type: BooleanConstructor;
20
20
  default: boolean;
21
21
  };
22
+ queryParams: {
23
+ type: ObjectConstructor;
24
+ default: () => {};
25
+ };
22
26
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
27
  value: {
24
28
  type: ArrayConstructor;
@@ -40,11 +44,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
40
44
  type: BooleanConstructor;
41
45
  default: boolean;
42
46
  };
47
+ queryParams: {
48
+ type: ObjectConstructor;
49
+ default: () => {};
50
+ };
43
51
  }>> & Readonly<{}>, {
44
52
  value: unknown[];
45
53
  isAbbr: boolean;
46
54
  showCount: number;
47
55
  disabled: boolean;
56
+ queryParams: Record<string, any>;
48
57
  ids: unknown[];
49
58
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
50
59
  export default _default;
@@ -3,12 +3,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  type: ObjectConstructor;
4
4
  default: () => {};
5
5
  };
6
+ queryParams: {
7
+ type: ObjectConstructor;
8
+ default: () => {};
9
+ };
6
10
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
11
  value: {
8
12
  type: ObjectConstructor;
9
13
  default: () => {};
10
14
  };
15
+ queryParams: {
16
+ type: ObjectConstructor;
17
+ default: () => {};
18
+ };
11
19
  }>> & Readonly<{}>, {
12
20
  value: Record<string, any>;
21
+ queryParams: Record<string, any>;
13
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
23
  export default _default;
@@ -7,6 +7,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: ObjectConstructor;
8
8
  default: () => {};
9
9
  };
10
+ queryParams: {
11
+ type: ObjectConstructor;
12
+ default: () => {};
13
+ };
10
14
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11
15
  displayType: {
12
16
  type: StringConstructor;
@@ -16,8 +20,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16
20
  type: ObjectConstructor;
17
21
  default: () => {};
18
22
  };
23
+ queryParams: {
24
+ type: ObjectConstructor;
25
+ default: () => {};
26
+ };
19
27
  }>> & Readonly<{}>, {
20
28
  value: Record<string, any>;
29
+ queryParams: Record<string, any>;
21
30
  displayType: string;
22
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
23
32
  export default _default;
@@ -1,4 +1,4 @@
1
- export declare const useDataDetailByValue: (value: any) => {
1
+ export declare const useDataDetailByValue: (value: any, queryParams?: any) => {
2
2
  userList: import('vue').ComputedRef<any[]>;
3
3
  roleList: import('vue').ComputedRef<any[]>;
4
4
  groupList: import('vue').ComputedRef<any[]>;
@@ -1,6 +1,25 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  modelValue: import('vue').PropType<number[]>;
3
+ disabled: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ queryParams: {
8
+ type: ObjectConstructor;
9
+ default: () => {};
10
+ };
3
11
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4
12
  modelValue: import('vue').PropType<number[]>;
5
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ disabled: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ queryParams: {
18
+ type: ObjectConstructor;
19
+ default: () => {};
20
+ };
21
+ }>> & Readonly<{}>, {
22
+ disabled: boolean;
23
+ queryParams: Record<string, any>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
25
  export default _default;
@@ -1,6 +1,25 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  modelValue: import('vue').PropType<number[]>;
3
+ disabled: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ queryParams: {
8
+ type: ObjectConstructor;
9
+ default: () => {};
10
+ };
3
11
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4
12
  modelValue: import('vue').PropType<number[]>;
5
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ disabled: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ queryParams: {
18
+ type: ObjectConstructor;
19
+ default: () => {};
20
+ };
21
+ }>> & Readonly<{}>, {
22
+ disabled: boolean;
23
+ queryParams: Record<string, any>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
25
  export default _default;
@@ -7,6 +7,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: BooleanConstructor;
8
8
  default: boolean;
9
9
  };
10
+ queryParams: {
11
+ type: ObjectConstructor;
12
+ default: () => {};
13
+ };
10
14
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11
15
  modelValue: import('vue').PropType<{
12
16
  roleId: number;
@@ -16,7 +20,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16
20
  type: BooleanConstructor;
17
21
  default: boolean;
18
22
  };
23
+ queryParams: {
24
+ type: ObjectConstructor;
25
+ default: () => {};
26
+ };
19
27
  }>> & Readonly<{}>, {
20
28
  disabled: boolean;
29
+ queryParams: Record<string, any>;
21
30
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
31
  export default _default;
@@ -1,6 +1,25 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  modelValue: import('vue').PropType<number[]>;
3
+ disabled: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ queryParams: {
8
+ type: ObjectConstructor;
9
+ default: () => {};
10
+ };
3
11
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4
12
  modelValue: import('vue').PropType<number[]>;
5
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ disabled: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ queryParams: {
18
+ type: ObjectConstructor;
19
+ default: () => {};
20
+ };
21
+ }>> & Readonly<{}>, {
22
+ disabled: boolean;
23
+ queryParams: Record<string, any>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
25
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",