@opentinyvue/vue-company 3.21.0 → 3.22.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/lib/index.js CHANGED
@@ -7,7 +7,7 @@ function _extends() {
7
7
  return n;
8
8
  }, _extends.apply(null, arguments);
9
9
  }
10
- import { defineComponent, $prefix, $props, $setup } from "@opentinyvue/vue-common";
10
+ import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
11
11
  import PcTemplate from "./pc.js";
12
12
  import "@opentinyvue/vue-theme/company/index.css";
13
13
  var template = function template2(mode) {
@@ -60,7 +60,7 @@ var Company = defineComponent({
60
60
  });
61
61
  }
62
62
  });
63
- var version = "3.21.0";
63
+ var version = "3.22.0";
64
64
  Company.model = {
65
65
  prop: "modelValue",
66
66
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-company",
3
- "version": "3.21.0",
3
+ "version": "3.22.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-common": "~3.21.0",
11
- "@opentinyvue/vue-renderless": "~3.21.0",
12
- "@opentinyvue/vue-select": "~3.21.0",
13
- "@opentinyvue/vue-option": "~3.21.0",
14
- "@opentinyvue/vue-theme": "~3.21.0"
10
+ "@opentinyvue/vue-common": "~3.22.0",
11
+ "@opentinyvue/vue-renderless": "~3.22.0",
12
+ "@opentinyvue/vue-select": "~3.22.0",
13
+ "@opentinyvue/vue-option": "~3.22.0",
14
+ "@opentinyvue/vue-theme": "~3.22.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -66,10 +66,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
66
66
  tiny_chart_theme: ObjectConstructor;
67
67
  }>>, {
68
68
  disabled: boolean;
69
+ max: number;
69
70
  tiny_mode_root: boolean;
70
71
  popperAppendToBody: boolean;
71
72
  clearable: boolean;
72
73
  placeholder: string;
73
- max: number;
74
74
  }, {}>;
75
75
  export default _default;
package/src/pc.vue.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
2
  disabled?: any;
3
3
  size?: any;
4
+ max?: any;
4
5
  tiny_mode?: any;
5
6
  tiny_mode_root?: any;
6
7
  tiny_template?: any;
@@ -14,7 +15,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
14
15
  clearable?: any;
15
16
  fields?: any;
16
17
  placeholder?: any;
17
- max?: any;
18
18
  fetchCompany?: any;
19
19
  }>, {
20
20
  t: (this: any, path: any, options?: any) => any;
@@ -28,6 +28,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
28
28
  }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("visible-change" | "change" | "clear" | "update:modelValue")[], "visible-change" | "change" | "clear" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
29
29
  disabled?: any;
30
30
  size?: any;
31
+ max?: any;
31
32
  tiny_mode?: any;
32
33
  tiny_mode_root?: any;
33
34
  tiny_template?: any;
@@ -41,7 +42,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
41
42
  clearable?: any;
42
43
  fields?: any;
43
44
  placeholder?: any;
44
- max?: any;
45
45
  fetchCompany?: any;
46
46
  }>>> & {
47
47
  onChange?: ((...args: any[]) => any) | undefined;
@@ -51,6 +51,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
51
51
  }, {
52
52
  readonly disabled?: any;
53
53
  readonly size?: any;
54
+ readonly max?: any;
54
55
  readonly tiny_mode?: any;
55
56
  readonly tiny_mode_root?: any;
56
57
  readonly tiny_template?: any;
@@ -64,7 +65,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
64
65
  readonly clearable?: any;
65
66
  readonly fields?: any;
66
67
  readonly placeholder?: any;
67
- readonly max?: any;
68
68
  readonly fetchCompany?: any;
69
69
  }, {}>;
70
70
  export default _default;