@opentinyvue/vue-color-select-panel 3.21.0 → 3.22.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 +2 -2
- package/lib/pc.js +1 -1
- package/package.json +14 -13
- package/src/index.d.ts +1 -1
- package/src/pc.vue.d.ts +3 -3
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, $
|
|
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 = "3.
|
|
65
|
+
var version = "3.22.0";
|
|
66
66
|
ColorSelectPanel.model = {
|
|
67
67
|
prop: "modelValue",
|
|
68
68
|
event: "update:modelValue"
|
package/lib/pc.js
CHANGED
|
@@ -7,7 +7,7 @@ import { api, renderless } from '@opentinyvue/vue-renderless/color-select-panel/
|
|
|
7
7
|
import { openBlock, createElementBlock, normalizeStyle, createElementVNode, resolveComponent, createVNode, resolveDirective, withDirectives, withModifiers, createBlock, createCommentVNode, withCtx, Fragment, renderList, createTextVNode, toDisplayString } from 'vue';
|
|
8
8
|
import { renderless as renderless$2, api as api$2 } from '@opentinyvue/vue-renderless/color-select-panel/alpha-select/vue';
|
|
9
9
|
import '@opentinyvue/vue-theme/color-select-panel/index.css';
|
|
10
|
-
import Clickoutside from '@opentinyvue/vue-
|
|
10
|
+
import { Clickoutside } from '@opentinyvue/vue-directive';
|
|
11
11
|
import Collapse from '@opentinyvue/vue-collapse';
|
|
12
12
|
import CollapseItem from '@opentinyvue/vue-collapse-item';
|
|
13
13
|
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
|
-
"
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "3.22.0",
|
|
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": "~3.
|
|
11
|
-
"@opentinyvue/vue-collapse": "~3.
|
|
12
|
-
"@opentinyvue/vue-collapse-item": "~3.
|
|
13
|
-
"@opentinyvue/vue-common": "~3.
|
|
14
|
-
"@opentinyvue/vue-
|
|
15
|
-
"@opentinyvue/vue-
|
|
16
|
-
"@opentinyvue/vue-
|
|
17
|
-
"@opentinyvue/vue-
|
|
18
|
-
"@opentinyvue/vue-
|
|
11
|
+
"@opentinyvue/vue-button": "~3.22.0",
|
|
12
|
+
"@opentinyvue/vue-collapse": "~3.22.0",
|
|
13
|
+
"@opentinyvue/vue-collapse-item": "~3.22.0",
|
|
14
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
15
|
+
"@opentinyvue/vue-directive": "~3.22.0",
|
|
16
|
+
"@opentinyvue/vue-input": "~3.22.0",
|
|
17
|
+
"@opentinyvue/vue-option": "~3.22.0",
|
|
18
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
19
|
+
"@opentinyvue/vue-select": "~3.22.0",
|
|
20
|
+
"@opentinyvue/vue-theme": "~3.22.0"
|
|
19
21
|
},
|
|
20
|
-
"license": "MIT",
|
|
21
22
|
"types": "index.d.ts"
|
|
22
23
|
}
|
package/src/index.d.ts
CHANGED
|
@@ -60,9 +60,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
60
60
|
tiny_chart_theme: ObjectConstructor;
|
|
61
61
|
}>>, {
|
|
62
62
|
format: unknown[];
|
|
63
|
+
visible: boolean;
|
|
63
64
|
tiny_mode_root: boolean;
|
|
64
65
|
_constants: Record<string, any>;
|
|
65
|
-
visible: boolean;
|
|
66
66
|
alpha: boolean;
|
|
67
67
|
enableHistory: boolean;
|
|
68
68
|
enablePredefineColor: boolean;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
2
|
format?: any;
|
|
3
|
+
visible?: any;
|
|
3
4
|
tiny_mode?: any;
|
|
4
5
|
tiny_mode_root?: any;
|
|
5
6
|
tiny_template?: any;
|
|
@@ -8,7 +9,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
8
9
|
tiny_theme?: any;
|
|
9
10
|
tiny_chart_theme?: any;
|
|
10
11
|
modelValue?: any;
|
|
11
|
-
visible?: any;
|
|
12
12
|
alpha?: any;
|
|
13
13
|
predefine?: any;
|
|
14
14
|
history?: any;
|
|
@@ -25,6 +25,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
25
25
|
m: (...cssClasses: any[]) => string;
|
|
26
26
|
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "update:modelValue" | "confirm" | "color-update")[], "cancel" | "update:modelValue" | "confirm" | "color-update", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
27
27
|
format?: any;
|
|
28
|
+
visible?: any;
|
|
28
29
|
tiny_mode?: any;
|
|
29
30
|
tiny_mode_root?: any;
|
|
30
31
|
tiny_template?: any;
|
|
@@ -33,7 +34,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
33
34
|
tiny_theme?: any;
|
|
34
35
|
tiny_chart_theme?: any;
|
|
35
36
|
modelValue?: any;
|
|
36
|
-
visible?: any;
|
|
37
37
|
alpha?: any;
|
|
38
38
|
predefine?: any;
|
|
39
39
|
history?: any;
|
|
@@ -46,6 +46,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
46
46
|
"onColor-update"?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
}, {
|
|
48
48
|
readonly format?: any;
|
|
49
|
+
readonly visible?: any;
|
|
49
50
|
readonly tiny_mode?: any;
|
|
50
51
|
readonly tiny_mode_root?: any;
|
|
51
52
|
readonly tiny_template?: any;
|
|
@@ -54,7 +55,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
54
55
|
readonly tiny_theme?: any;
|
|
55
56
|
readonly tiny_chart_theme?: any;
|
|
56
57
|
readonly modelValue?: any;
|
|
57
|
-
readonly visible?: any;
|
|
58
58
|
readonly alpha?: any;
|
|
59
59
|
readonly predefine?: any;
|
|
60
60
|
readonly history?: any;
|