@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 CHANGED
@@ -62,7 +62,7 @@ var ColorSelectPanel = defineComponent({
62
62
  });
63
63
  }
64
64
  });
65
- var version = "3.23.0";
65
+ var version = "3.undefined";
66
66
  ColorSelectPanel.model = {
67
67
  prop: "modelValue",
68
68
  event: "update:modelValue"
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.23.0",
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.23.0",
12
- "@opentinyvue/vue-collapse": "~3.23.0",
13
- "@opentinyvue/vue-collapse-item": "~3.23.0",
14
- "@opentinyvue/vue-common": "~3.23.0",
15
- "@opentinyvue/vue-directive": "~3.23.0",
16
- "@opentinyvue/vue-input": "~3.23.0",
17
- "@opentinyvue/vue-option": "~3.23.0",
18
- "@opentinyvue/vue-renderless": "~3.23.0",
19
- "@opentinyvue/vue-select": "~3.23.0",
20
- "@opentinyvue/vue-theme": "~3.23.0"
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;