@opentinyvue/vue-color-select-panel 2.21.0 → 2.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.
Files changed (3) hide show
  1. package/lib/index.js +2 -2
  2. package/lib/pc.js +1 -1
  3. package/package.json +14 -13
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
  var template = function template2(mode) {
13
13
  var _process$env;
@@ -62,7 +62,7 @@ var ColorSelectPanel = defineComponent({
62
62
  });
63
63
  }
64
64
  });
65
- var version = "2.21.0";
65
+ var version = "2.undefined";
66
66
  ColorSelectPanel.model = {
67
67
  prop: "modelValue",
68
68
  event: "update:modelValue"
package/lib/pc.js CHANGED
@@ -6,7 +6,7 @@ import { renderless as renderless$1, api as api$1 } from '@opentinyvue/vue-rende
6
6
  import { api, renderless } from '@opentinyvue/vue-renderless/color-select-panel/sv-select/vue';
7
7
  import { renderless as renderless$2, api as api$2 } from '@opentinyvue/vue-renderless/color-select-panel/alpha-select/vue';
8
8
  import '@opentinyvue/vue-theme/color-select-panel/index.css';
9
- import Clickoutside from '@opentinyvue/vue-renderless/common/deps/clickoutside';
9
+ import { Clickoutside } from '@opentinyvue/vue-directive';
10
10
  import Collapse from '@opentinyvue/vue-collapse';
11
11
  import CollapseItem from '@opentinyvue/vue-collapse-item';
12
12
  import Select from '@opentinyvue/vue-select';
package/package.json CHANGED
@@ -1,22 +1,23 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-color-select-panel",
3
- "version": "2.21.0",
3
+ "type": "module",
4
+ "version": "2.22.1",
4
5
  "description": "",
6
+ "license": "MIT",
7
+ "sideEffects": false,
5
8
  "main": "./lib/index.js",
6
9
  "module": "./lib/index.js",
7
- "sideEffects": false,
8
- "type": "module",
9
10
  "dependencies": {
10
- "@opentinyvue/vue-button": "~2.21.0",
11
- "@opentinyvue/vue-collapse": "~2.21.0",
12
- "@opentinyvue/vue-collapse-item": "~2.21.0",
13
- "@opentinyvue/vue-common": "~2.21.0",
14
- "@opentinyvue/vue-input": "~2.21.0",
15
- "@opentinyvue/vue-option": "~2.21.0",
16
- "@opentinyvue/vue-renderless": "~3.21.0",
17
- "@opentinyvue/vue-select": "~2.21.0",
18
- "@opentinyvue/vue-theme": "~3.21.0"
11
+ "@opentinyvue/vue-button": "~2.22.0",
12
+ "@opentinyvue/vue-collapse": "~2.22.0",
13
+ "@opentinyvue/vue-collapse-item": "~2.22.0",
14
+ "@opentinyvue/vue-common": "~2.22.0",
15
+ "@opentinyvue/vue-directive": "~2.22.0",
16
+ "@opentinyvue/vue-input": "~2.22.0",
17
+ "@opentinyvue/vue-option": "~2.22.0",
18
+ "@opentinyvue/vue-renderless": "~3.22.0",
19
+ "@opentinyvue/vue-select": "~2.22.0",
20
+ "@opentinyvue/vue-theme": "~3.22.0"
19
21
  },
20
- "license": "MIT",
21
22
  "types": "index.d.ts"
22
23
  }