yahee-components 0.0.109 → 0.0.110

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.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as f, reactive as d, ref as E, onMounted as D } from "vue";
2
- import { ElOption as _, ElSelect as h, ElInput as w, ElFormItem as S, ElButton as y, ElDatePicker as T, ElForm as b } from "element-plus";
2
+ import { ElOption as _, ElSelect as h, ElInput as w, ElFormItem as S, ElButton as b, ElDatePicker as y, ElForm as T } from "element-plus";
3
3
  import "element-plus/theme-chalk/src/base.scss";
4
4
  import "element-plus/theme-chalk/src/form.scss";
5
5
  import "element-plus/theme-chalk/src/date-picker.scss";
@@ -13,7 +13,7 @@ import "element-plus/theme-chalk/src/option.scss";
13
13
  import "element-plus/theme-chalk/src/option-group.scss";
14
14
  import "element-plus/theme-chalk/src/select.scss";
15
15
  import { Search as v } from "@element-plus/icons-vue";
16
- import { getGlobalNotesUsers as x } from "../packages/components/api/log/index.js";
16
+ import { getGlobalNotesUsers as N } from "../packages/components/api/log/index.js";
17
17
  import { M2 as r } from "../utils/translate.js";
18
18
  const A = /* @__PURE__ */ f({
19
19
  __name: "operation-log-form",
@@ -23,7 +23,7 @@ const A = /* @__PURE__ */ f({
23
23
  default: ""
24
24
  },
25
25
  businessName: {
26
- type: String,
26
+ type: [String, Number],
27
27
  default: ""
28
28
  }
29
29
  },
@@ -70,7 +70,7 @@ const A = /* @__PURE__ */ f({
70
70
  t.append(
71
71
  "filter",
72
72
  JSON.stringify({ BusinessKey: n.businessKey, BusinessName: n.businessName })
73
- ), x(t).then((e) => {
73
+ ), N(t).then((e) => {
74
74
  s.value = e || [];
75
75
  });
76
76
  }, i = l, g = (t) => {
@@ -80,11 +80,11 @@ const A = /* @__PURE__ */ f({
80
80
  a();
81
81
  });
82
82
  const m = { props: n, form: o, dataOptions: s, shortcuts: c, getData: a, emit: i, searchChange: g, get ElForm() {
83
- return b;
84
- }, get ElDatePicker() {
85
83
  return T;
86
- }, get ElButton() {
84
+ }, get ElDatePicker() {
87
85
  return y;
86
+ }, get ElButton() {
87
+ return b;
88
88
  }, get ElFormItem() {
89
89
  return S;
90
90
  }, get ElInput() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.109",
4
+ "version": "0.0.110",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",
@@ -273,7 +273,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<ExtractPropTypes<{
273
273
  default: string;
274
274
  };
275
275
  businessName: {
276
- type: StringConstructor;
276
+ type: (StringConstructor | NumberConstructor)[];
277
277
  default: string;
278
278
  };
279
279
  }>> & Readonly<{
@@ -282,7 +282,7 @@ declare const _default: (( SFCWithInstall<DefineComponent<ExtractPropTypes<{
282
282
  filterChange: (...args: any[]) => void;
283
283
  }, PublicProps, {
284
284
  businessKey: string;
285
- businessName: string;
285
+ businessName: string | number;
286
286
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
287
287
  P: {};
288
288
  B: {};
@@ -296,14 +296,14 @@ declare const _default: (( SFCWithInstall<DefineComponent<ExtractPropTypes<{
296
296
  default: string;
297
297
  };
298
298
  businessName: {
299
- type: StringConstructor;
299
+ type: (StringConstructor | NumberConstructor)[];
300
300
  default: string;
301
301
  };
302
302
  }>> & Readonly<{
303
303
  onFilterChange?: (...args: any[]) => any;
304
304
  }>, {}, {}, {}, {}, {
305
305
  businessKey: string;
306
- businessName: string;
306
+ businessName: string | number;
307
307
  }>;
308
308
  infiniteList: {
309
309
  $: ComponentInternalInstance;
@@ -15,7 +15,7 @@ export declare const YaheeOperationLog: SFCWithInstall<DefineComponent<Operation
15
15
  default: string;
16
16
  };
17
17
  businessName: {
18
- type: StringConstructor;
18
+ type: (StringConstructor | NumberConstructor)[];
19
19
  default: string;
20
20
  };
21
21
  }>> & Readonly<{
@@ -24,7 +24,7 @@ export declare const YaheeOperationLog: SFCWithInstall<DefineComponent<Operation
24
24
  filterChange: (...args: any[]) => void;
25
25
  }, PublicProps, {
26
26
  businessKey: string;
27
- businessName: string;
27
+ businessName: string | number;
28
28
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
29
29
  P: {};
30
30
  B: {};
@@ -38,14 +38,14 @@ export declare const YaheeOperationLog: SFCWithInstall<DefineComponent<Operation
38
38
  default: string;
39
39
  };
40
40
  businessName: {
41
- type: StringConstructor;
41
+ type: (StringConstructor | NumberConstructor)[];
42
42
  default: string;
43
43
  };
44
44
  }>> & Readonly<{
45
45
  onFilterChange?: (...args: any[]) => any;
46
46
  }>, {}, {}, {}, {}, {
47
47
  businessKey: string;
48
- businessName: string;
48
+ businessName: string | number;
49
49
  }>;
50
50
  infiniteList: {
51
51
  $: ComponentInternalInstance;
@@ -5,7 +5,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
5
5
  default: string;
6
6
  };
7
7
  businessName: {
8
- type: StringConstructor;
8
+ type: (StringConstructor | NumberConstructor)[];
9
9
  default: string;
10
10
  };
11
11
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -16,13 +16,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
16
16
  default: string;
17
17
  };
18
18
  businessName: {
19
- type: StringConstructor;
19
+ type: (StringConstructor | NumberConstructor)[];
20
20
  default: string;
21
21
  };
22
22
  }>> & Readonly<{
23
23
  onFilterChange?: (...args: any[]) => any;
24
24
  }>, {
25
25
  businessKey: string;
26
- businessName: string;
26
+ businessName: string | number;
27
27
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
28
28
  export default _default;
@@ -14,7 +14,7 @@ declare const _default: DefineComponent<OperationLogProps, {}, {}, {}, {}, Compo
14
14
  default: string;
15
15
  };
16
16
  businessName: {
17
- type: StringConstructor;
17
+ type: (StringConstructor | NumberConstructor)[];
18
18
  default: string;
19
19
  };
20
20
  }>> & Readonly<{
@@ -23,7 +23,7 @@ declare const _default: DefineComponent<OperationLogProps, {}, {}, {}, {}, Compo
23
23
  filterChange: (...args: any[]) => void;
24
24
  }, PublicProps, {
25
25
  businessKey: string;
26
- businessName: string;
26
+ businessName: string | number;
27
27
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
28
28
  P: {};
29
29
  B: {};
@@ -37,14 +37,14 @@ declare const _default: DefineComponent<OperationLogProps, {}, {}, {}, {}, Compo
37
37
  default: string;
38
38
  };
39
39
  businessName: {
40
- type: StringConstructor;
40
+ type: (StringConstructor | NumberConstructor)[];
41
41
  default: string;
42
42
  };
43
43
  }>> & Readonly<{
44
44
  onFilterChange?: (...args: any[]) => any;
45
45
  }>, {}, {}, {}, {}, {
46
46
  businessKey: string;
47
- businessName: string;
47
+ businessName: string | number;
48
48
  }>;
49
49
  infiniteList: {
50
50
  $: ComponentInternalInstance;