@opentinyvue/vue-cascader-node 3.23.0 → 3.24.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/package.json +8 -8
- package/src/index.d.ts +2 -0
- package/src/mobile-first.vue.d.ts +2 -0
- package/src/pc.vue.d.ts +2 -0
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-cascader-node",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.24.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/utils": "~3.
|
|
12
|
-
"@opentinyvue/vue-checkbox": "~3.
|
|
13
|
-
"@opentinyvue/vue-common": "~3.
|
|
14
|
-
"@opentinyvue/vue-icon": "~3.
|
|
15
|
-
"@opentinyvue/vue-radio": "~3.
|
|
16
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
17
|
-
"@opentinyvue/vue-theme": "~3.
|
|
11
|
+
"@opentinyvue/utils": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-checkbox": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
14
|
+
"@opentinyvue/vue-icon": "~3.24.0",
|
|
15
|
+
"@opentinyvue/vue-radio": "~3.24.0",
|
|
16
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
17
|
+
"@opentinyvue/vue-theme": "~3.24.0"
|
|
18
18
|
},
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
8
8
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
9
9
|
tiny_renderless: FunctionConstructor;
|
|
10
10
|
tiny_theme: StringConstructor;
|
|
11
|
+
tiny_mcp_config: ObjectConstructor;
|
|
11
12
|
tiny_chart_theme: ObjectConstructor;
|
|
12
13
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
13
14
|
[key: string]: any;
|
|
@@ -21,6 +22,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
21
22
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
22
23
|
tiny_renderless: FunctionConstructor;
|
|
23
24
|
tiny_theme: StringConstructor;
|
|
25
|
+
tiny_mcp_config: ObjectConstructor;
|
|
24
26
|
tiny_chart_theme: ObjectConstructor;
|
|
25
27
|
}>>, {
|
|
26
28
|
tiny_mode_root: boolean;
|
|
@@ -8,6 +8,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
8
8
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
9
9
|
tiny_renderless: FunctionConstructor;
|
|
10
10
|
tiny_theme: StringConstructor;
|
|
11
|
+
tiny_mcp_config: ObjectConstructor;
|
|
11
12
|
tiny_chart_theme: ObjectConstructor;
|
|
12
13
|
}, {
|
|
13
14
|
t: (this: any, path: any, options?: any) => any;
|
|
@@ -28,6 +29,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
28
29
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
29
30
|
tiny_renderless: FunctionConstructor;
|
|
30
31
|
tiny_theme: StringConstructor;
|
|
32
|
+
tiny_mcp_config: ObjectConstructor;
|
|
31
33
|
tiny_chart_theme: ObjectConstructor;
|
|
32
34
|
}>> & {
|
|
33
35
|
onChange?: ((...args: any[]) => any) | undefined;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
11
11
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
12
12
|
tiny_renderless: FunctionConstructor;
|
|
13
13
|
tiny_theme: StringConstructor;
|
|
14
|
+
tiny_mcp_config: ObjectConstructor;
|
|
14
15
|
tiny_chart_theme: ObjectConstructor;
|
|
15
16
|
}, ICascaderNodeApi & Pick<ICascaderNodeRenderlessParams, "panel">, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue" | "expand" | "expand-change" | "active-item-change")[], "change" | "update:modelValue" | "expand" | "expand-change" | "active-item-change", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
16
17
|
node: {
|
|
@@ -23,6 +24,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
23
24
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
24
25
|
tiny_renderless: FunctionConstructor;
|
|
25
26
|
tiny_theme: StringConstructor;
|
|
27
|
+
tiny_mcp_config: ObjectConstructor;
|
|
26
28
|
tiny_chart_theme: ObjectConstructor;
|
|
27
29
|
}>> & {
|
|
28
30
|
onChange?: ((...args: any[]) => any) | undefined;
|