@opentinyvue/vue-column-list-item 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
@@ -434,7 +434,7 @@ function _sfc_render(_ctx, _cache, $props2, $setup, $data, $options) {
434
434
  );
435
435
  }
436
436
  var ColumnListItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
437
- var version = "3.21.0";
437
+ var version = "3.undefined";
438
438
  ColumnListItem.model = {
439
439
  prop: "modelValue",
440
440
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-column-list-item",
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-checkbox": "~3.21.0",
11
- "@opentinyvue/vue-common": "~3.21.0",
12
- "@opentinyvue/vue-dropdown": "~3.21.0",
13
- "@opentinyvue/vue-dropdown-item": "~3.21.0",
14
- "@opentinyvue/vue-dropdown-menu": "~3.21.0",
15
- "@opentinyvue/vue-icon": "~3.21.0",
16
- "@opentinyvue/vue-renderless": "~3.21.0",
17
- "@opentinyvue/vue-radio": "~3.21.0"
10
+ "@opentinyvue/vue-checkbox": "~3.22.0",
11
+ "@opentinyvue/vue-common": "~3.22.0",
12
+ "@opentinyvue/vue-dropdown": "~3.22.0",
13
+ "@opentinyvue/vue-dropdown-item": "~3.22.0",
14
+ "@opentinyvue/vue-dropdown-menu": "~3.22.0",
15
+ "@opentinyvue/vue-icon": "~3.22.0",
16
+ "@opentinyvue/vue-renderless": "~3.22.0",
17
+ "@opentinyvue/vue-radio": "~3.22.0"
18
18
  },
19
19
  "license": "MIT",
20
20
  "types": "index.d.ts"
@@ -148,14 +148,14 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
148
148
  "onIcon-click"?: ((...args: any[]) => any) | undefined;
149
149
  }, {
150
150
  disabled: boolean;
151
+ size: string;
151
152
  type: string;
152
153
  data: Record<string, any>;
153
- size: string;
154
- tiny_mode_root: boolean;
155
- _constants: Record<string, any>;
156
154
  options: unknown[];
157
155
  image: string;
158
156
  customClass: string;
157
+ tiny_mode_root: boolean;
158
+ _constants: Record<string, any>;
159
159
  flexBasis: unknown[];
160
160
  flexGrow: unknown[];
161
161
  showCheckbox: boolean;