@opentinyvue/vue-checkbox-group 3.22.0 → 3.23.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
@@ -72,7 +72,7 @@ var CheckboxGroup = defineComponent({
72
72
  });
73
73
  }
74
74
  });
75
- var version = "3.22.0";
75
+ var version = "3.23.0";
76
76
  CheckboxGroup.model = {
77
77
  prop: "modelValue",
78
78
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-checkbox-group",
3
- "version": "3.22.0",
3
+ "version": "3.23.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.22.0",
11
- "@opentinyvue/vue-renderless": "~3.22.0",
12
- "@opentinyvue/vue-checkbox": "~3.22.0",
13
- "@opentinyvue/vue-checkbox-button": "~3.22.0",
14
- "@opentinyvue/vue-theme": "~3.22.0"
10
+ "@opentinyvue/vue-common": "~3.23.0",
11
+ "@opentinyvue/vue-renderless": "~3.23.0",
12
+ "@opentinyvue/vue-checkbox": "~3.23.0",
13
+ "@opentinyvue/vue-checkbox-button": "~3.23.0",
14
+ "@opentinyvue/vue-theme": "~3.23.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts",
@@ -1,8 +1,8 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
2
  disabled?: any;
3
+ fill?: any;
3
4
  size?: any;
4
5
  type?: any;
5
- fill?: any;
6
6
  options?: any;
7
7
  min?: any;
8
8
  max?: any;
@@ -28,9 +28,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
28
28
  m: (...cssClasses: any[]) => string;
29
29
  }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
30
30
  disabled?: any;
31
+ fill?: any;
31
32
  size?: any;
32
33
  type?: any;
33
- fill?: any;
34
34
  options?: any;
35
35
  min?: any;
36
36
  max?: any;
@@ -47,9 +47,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
47
47
  textColor?: any;
48
48
  }>>>, {
49
49
  readonly disabled?: any;
50
+ readonly fill?: any;
50
51
  readonly size?: any;
51
52
  readonly type?: any;
52
- readonly fill?: any;
53
53
  readonly options?: any;
54
54
  readonly min?: any;
55
55
  readonly max?: any;
package/src/pc.vue.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
2
  disabled?: any;
3
+ fill?: any;
3
4
  size?: any;
4
5
  type?: any;
5
- fill?: any;
6
6
  options?: any;
7
7
  min?: any;
8
8
  max?: any;
@@ -29,9 +29,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
29
29
  m: (...cssClasses: any[]) => string;
30
30
  }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
31
31
  disabled?: any;
32
+ fill?: any;
32
33
  size?: any;
33
34
  type?: any;
34
- fill?: any;
35
35
  options?: any;
36
36
  min?: any;
37
37
  max?: any;
@@ -49,9 +49,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
49
49
  textColor?: any;
50
50
  }>>>, {
51
51
  readonly disabled?: any;
52
+ readonly fill?: any;
52
53
  readonly size?: any;
53
54
  readonly type?: any;
54
- readonly fill?: any;
55
55
  readonly options?: any;
56
56
  readonly min?: any;
57
57
  readonly max?: any;