@opentinyvue/vue-color-select-panel 3.23.0 → 3.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 +2 -1
- package/package.json +11 -11
- package/src/index.d.ts +2 -0
- package/src/pc.vue.d.ts +3 -0
package/lib/index.js
CHANGED
package/lib/pc.js
CHANGED
|
@@ -304,7 +304,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
304
304
|
modelValue: _ctx.state.currentFormat,
|
|
305
305
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = function($event) {
|
|
306
306
|
return _ctx.state.currentFormat = $event;
|
|
307
|
-
})
|
|
307
|
+
}),
|
|
308
|
+
size: "small"
|
|
308
309
|
}, {
|
|
309
310
|
default: withCtx(function() {
|
|
310
311
|
return [(openBlock(true), createElementBlock(
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-color-select-panel",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.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": "~3.
|
|
12
|
-
"@opentinyvue/vue-collapse": "~3.
|
|
13
|
-
"@opentinyvue/vue-collapse-item": "~3.
|
|
14
|
-
"@opentinyvue/vue-common": "~3.
|
|
15
|
-
"@opentinyvue/vue-directive": "~3.
|
|
16
|
-
"@opentinyvue/vue-input": "~3.
|
|
17
|
-
"@opentinyvue/vue-option": "~3.
|
|
18
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
19
|
-
"@opentinyvue/vue-select": "~3.
|
|
20
|
-
"@opentinyvue/vue-theme": "~3.
|
|
11
|
+
"@opentinyvue/vue-button": "~3.25.0",
|
|
12
|
+
"@opentinyvue/vue-collapse": "~3.25.0",
|
|
13
|
+
"@opentinyvue/vue-collapse-item": "~3.25.0",
|
|
14
|
+
"@opentinyvue/vue-common": "~3.25.0",
|
|
15
|
+
"@opentinyvue/vue-directive": "~3.25.0",
|
|
16
|
+
"@opentinyvue/vue-input": "~3.25.0",
|
|
17
|
+
"@opentinyvue/vue-option": "~3.25.0",
|
|
18
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
19
|
+
"@opentinyvue/vue-select": "~3.25.0",
|
|
20
|
+
"@opentinyvue/vue-theme": "~3.25.0"
|
|
21
21
|
},
|
|
22
22
|
"types": "index.d.ts"
|
|
23
23
|
}
|
package/src/index.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
26
26
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
27
27
|
tiny_renderless: FunctionConstructor;
|
|
28
28
|
tiny_theme: StringConstructor;
|
|
29
|
+
tiny_mcp_config: ObjectConstructor;
|
|
29
30
|
tiny_chart_theme: ObjectConstructor;
|
|
30
31
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
31
32
|
[key: string]: any;
|
|
@@ -57,6 +58,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
57
58
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
58
59
|
tiny_renderless: FunctionConstructor;
|
|
59
60
|
tiny_theme: StringConstructor;
|
|
61
|
+
tiny_mcp_config: ObjectConstructor;
|
|
60
62
|
tiny_chart_theme: ObjectConstructor;
|
|
61
63
|
}>>, {
|
|
62
64
|
format: unknown[];
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
8
8
|
_constants?: any;
|
|
9
9
|
tiny_theme?: any;
|
|
10
10
|
tiny_chart_theme?: any;
|
|
11
|
+
tiny_mcp_config?: any;
|
|
11
12
|
modelValue?: any;
|
|
12
13
|
alpha?: any;
|
|
13
14
|
predefine?: any;
|
|
@@ -33,6 +34,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
33
34
|
_constants?: any;
|
|
34
35
|
tiny_theme?: any;
|
|
35
36
|
tiny_chart_theme?: any;
|
|
37
|
+
tiny_mcp_config?: any;
|
|
36
38
|
modelValue?: any;
|
|
37
39
|
alpha?: any;
|
|
38
40
|
predefine?: any;
|
|
@@ -54,6 +56,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
54
56
|
readonly _constants?: any;
|
|
55
57
|
readonly tiny_theme?: any;
|
|
56
58
|
readonly tiny_chart_theme?: any;
|
|
59
|
+
readonly tiny_mcp_config?: any;
|
|
57
60
|
readonly modelValue?: any;
|
|
58
61
|
readonly alpha?: any;
|
|
59
62
|
readonly predefine?: any;
|