@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.
- package/lib/index.js +1 -1
- package/lib/pc.js +3 -0
- package/package.json +11 -11
package/lib/index.js
CHANGED
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.
|
|
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.
|
|
12
|
-
"@opentinyvue/vue-collapse": "~2.
|
|
13
|
-
"@opentinyvue/vue-collapse-item": "~2.
|
|
14
|
-
"@opentinyvue/vue-common": "~2.
|
|
15
|
-
"@opentinyvue/vue-directive": "~2.
|
|
16
|
-
"@opentinyvue/vue-input": "~2.
|
|
17
|
-
"@opentinyvue/vue-option": "~2.
|
|
18
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
19
|
-
"@opentinyvue/vue-select": "~2.
|
|
20
|
-
"@opentinyvue/vue-theme": "~3.
|
|
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
|
}
|