@opentinyvue/vue-card-group 3.21.0 → 3.22.1

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, $setup, $props } from "@opentinyvue/vue-common";
10
+ import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
11
11
  import PcTemplate from "./pc.js";
12
12
  import MobileFirstTemplate from "./mobile-first.js";
13
13
  var template = function template2(mode) {
@@ -61,7 +61,7 @@ var CardGroup = defineComponent({
61
61
  });
62
62
  }
63
63
  });
64
- var version = "3.21.0";
64
+ var version = "3.undefined";
65
65
  CardGroup.model = {
66
66
  prop: "modelValue",
67
67
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-card-group",
3
- "version": "3.21.0",
3
+ "version": "3.22.1",
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-theme": "~3.21.0"
10
+ "@opentinyvue/vue-common": "~3.22.0",
11
+ "@opentinyvue/vue-renderless": "~3.22.0",
12
+ "@opentinyvue/vue-theme": "~3.22.0"
13
13
  },
14
14
  "license": "MIT",
15
15
  "types": "index.d.ts"
package/src/index.d.ts CHANGED
@@ -105,8 +105,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
105
105
  tiny_chart_theme: ObjectConstructor;
106
106
  }>>, {
107
107
  disabled: boolean;
108
- type: string;
109
108
  size: string;
109
+ type: string;
110
110
  tiny_mode_root: boolean;
111
111
  autoWidth: boolean;
112
112
  status: string;
@@ -1,7 +1,9 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
2
  disabled?: any;
3
- type?: any;
3
+ height?: any;
4
4
  size?: any;
5
+ type?: any;
6
+ customClass?: any;
5
7
  tiny_mode?: any;
6
8
  tiny_mode_root?: any;
7
9
  tiny_template?: any;
@@ -9,9 +11,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
9
11
  _constants?: any;
10
12
  tiny_theme?: any;
11
13
  tiny_chart_theme?: any;
12
- height?: any;
13
14
  modelValue?: any;
14
- customClass?: any;
15
15
  autoWidth?: any;
16
16
  status?: any;
17
17
  checkType?: any;
@@ -26,8 +26,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
26
26
  m: (...cssClasses: any[]) => string;
27
27
  }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
28
28
  disabled?: any;
29
- type?: any;
29
+ height?: any;
30
30
  size?: any;
31
+ type?: any;
32
+ customClass?: any;
31
33
  tiny_mode?: any;
32
34
  tiny_mode_root?: any;
33
35
  tiny_template?: any;
@@ -35,9 +37,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
35
37
  _constants?: any;
36
38
  tiny_theme?: any;
37
39
  tiny_chart_theme?: any;
38
- height?: any;
39
40
  modelValue?: any;
40
- customClass?: any;
41
41
  autoWidth?: any;
42
42
  status?: any;
43
43
  checkType?: any;
@@ -46,8 +46,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
46
46
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
47
47
  }, {
48
48
  readonly disabled?: any;
49
- readonly type?: any;
49
+ readonly height?: any;
50
50
  readonly size?: any;
51
+ readonly type?: any;
52
+ readonly customClass?: any;
51
53
  readonly tiny_mode?: any;
52
54
  readonly tiny_mode_root?: any;
53
55
  readonly tiny_template?: any;
@@ -55,9 +57,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
55
57
  readonly _constants?: any;
56
58
  readonly tiny_theme?: any;
57
59
  readonly tiny_chart_theme?: any;
58
- readonly height?: any;
59
60
  readonly modelValue?: any;
60
- readonly customClass?: any;
61
61
  readonly autoWidth?: any;
62
62
  readonly status?: any;
63
63
  readonly checkType?: any;
package/src/pc.vue.d.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
2
  disabled?: any;
3
- type?: any;
3
+ height?: any;
4
4
  size?: any;
5
+ type?: any;
6
+ customClass?: any;
5
7
  tiny_mode?: any;
6
8
  tiny_mode_root?: any;
7
9
  tiny_template?: any;
@@ -9,9 +11,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
9
11
  _constants?: any;
10
12
  tiny_theme?: any;
11
13
  tiny_chart_theme?: any;
12
- height?: any;
13
14
  modelValue?: any;
14
- customClass?: any;
15
15
  autoWidth?: any;
16
16
  status?: any;
17
17
  checkType?: any;
@@ -26,8 +26,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
26
26
  m: (...cssClasses: any[]) => string;
27
27
  }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue" | "handleChange")[], "change" | "update:modelValue" | "handleChange", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
28
28
  disabled?: any;
29
- type?: any;
29
+ height?: any;
30
30
  size?: any;
31
+ type?: any;
32
+ customClass?: any;
31
33
  tiny_mode?: any;
32
34
  tiny_mode_root?: any;
33
35
  tiny_template?: any;
@@ -35,9 +37,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
35
37
  _constants?: any;
36
38
  tiny_theme?: any;
37
39
  tiny_chart_theme?: any;
38
- height?: any;
39
40
  modelValue?: any;
40
- customClass?: any;
41
41
  autoWidth?: any;
42
42
  status?: any;
43
43
  checkType?: any;
@@ -47,8 +47,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
47
47
  onHandleChange?: ((...args: any[]) => any) | undefined;
48
48
  }, {
49
49
  readonly disabled?: any;
50
- readonly type?: any;
50
+ readonly height?: any;
51
51
  readonly size?: any;
52
+ readonly type?: any;
53
+ readonly customClass?: any;
52
54
  readonly tiny_mode?: any;
53
55
  readonly tiny_mode_root?: any;
54
56
  readonly tiny_template?: any;
@@ -56,9 +58,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
56
58
  readonly _constants?: any;
57
59
  readonly tiny_theme?: any;
58
60
  readonly tiny_chart_theme?: any;
59
- readonly height?: any;
60
61
  readonly modelValue?: any;
61
- readonly customClass?: any;
62
62
  readonly autoWidth?: any;
63
63
  readonly status?: any;
64
64
  readonly checkType?: any;