@opentinyvue/vue-color-select-panel 2.23.0 → 2.25.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.
Files changed (3) hide show
  1. package/lib/index.js +1 -1
  2. package/lib/pc.js +3 -0
  3. package/package.json +11 -11
package/lib/index.js CHANGED
@@ -62,7 +62,7 @@ var ColorSelectPanel = defineComponent({
62
62
  });
63
63
  }
64
64
  });
65
- var version = "2.23.0";
65
+ var version = "2.undefined";
66
66
  ColorSelectPanel.model = {
67
67
  prop: "modelValue",
68
68
  event: "update:modelValue"
package/lib/pc.js CHANGED
@@ -243,6 +243,9 @@ var render = function render2() {
243
243
  }, [_vm.state.formats.length ? _c("div", {
244
244
  staticClass: "tiny-color-select-panel__tools__format-select"
245
245
  }, [_c("tiny-select", {
246
+ attrs: {
247
+ "size": "small"
248
+ },
246
249
  model: {
247
250
  value: _vm.state.currentFormat,
248
251
  callback: function callback($$v) {
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-color-select-panel",
3
3
  "type": "module",
4
- "version": "2.23.0",
4
+ "version": "2.25.0",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
10
10
  "dependencies": {
11
- "@opentinyvue/vue-button": "~2.23.0",
12
- "@opentinyvue/vue-collapse": "~2.23.0",
13
- "@opentinyvue/vue-collapse-item": "~2.23.0",
14
- "@opentinyvue/vue-common": "~2.23.0",
15
- "@opentinyvue/vue-directive": "~2.23.0",
16
- "@opentinyvue/vue-input": "~2.23.0",
17
- "@opentinyvue/vue-option": "~2.23.0",
18
- "@opentinyvue/vue-renderless": "~3.23.0",
19
- "@opentinyvue/vue-select": "~2.23.0",
20
- "@opentinyvue/vue-theme": "~3.23.0"
11
+ "@opentinyvue/vue-button": "~2.25.0",
12
+ "@opentinyvue/vue-collapse": "~2.25.0",
13
+ "@opentinyvue/vue-collapse-item": "~2.25.0",
14
+ "@opentinyvue/vue-common": "~2.25.0",
15
+ "@opentinyvue/vue-directive": "~2.25.0",
16
+ "@opentinyvue/vue-input": "~2.25.0",
17
+ "@opentinyvue/vue-option": "~2.25.0",
18
+ "@opentinyvue/vue-renderless": "~3.25.0",
19
+ "@opentinyvue/vue-select": "~2.25.0",
20
+ "@opentinyvue/vue-theme": "~3.25.0"
21
21
  },
22
22
  "types": "index.d.ts"
23
23
  }