@opentinyvue/vue-dropdown-menu 3.22.1 → 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/mobile-first.js +1 -1
- package/package.json +6 -6
- package/src/index.d.ts +3 -0
- package/src/mobile-first.vue.d.ts +3 -0
- package/src/pc.vue.d.ts +3 -0
package/lib/mobile-first.js
CHANGED
|
@@ -64,7 +64,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64
64
|
"ul",
|
|
65
65
|
{
|
|
66
66
|
"data-tag": "tiny-dropdown-menu",
|
|
67
|
-
class: normalizeClass(_ctx.m("min-w-[theme(spacing.18)] max-w-[theme(spacing.52)] absoulte bg-color-bg-1", {
|
|
67
|
+
class: normalizeClass(_ctx.m("min-w-[theme(spacing.18)] max-w-[theme(spacing.52)] absoulte bg-color-bg-1 tiny-dropdown-popper", {
|
|
68
68
|
"py-1.5": _ctx.state.size === "medium"
|
|
69
69
|
}, {
|
|
70
70
|
"py-1.5": _ctx.state.size === "small"
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-dropdown-menu",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"type": "module",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
11
|
-
"@opentinyvue/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
13
|
-
"@opentinyvue/vue-dropdown-item": "~3.
|
|
14
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-tooltip": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-dropdown-item": "~3.24.0",
|
|
14
|
+
"@opentinyvue/vue-theme": "~3.24.0"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"types": "index.d.ts",
|
package/src/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export declare const dropdownMenuProps: {
|
|
|
68
68
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
69
69
|
tiny_renderless: FunctionConstructor;
|
|
70
70
|
tiny_theme: StringConstructor;
|
|
71
|
+
tiny_mcp_config: ObjectConstructor;
|
|
71
72
|
tiny_chart_theme: ObjectConstructor;
|
|
72
73
|
};
|
|
73
74
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -129,6 +130,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
129
130
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
130
131
|
tiny_renderless: FunctionConstructor;
|
|
131
132
|
tiny_theme: StringConstructor;
|
|
133
|
+
tiny_mcp_config: ObjectConstructor;
|
|
132
134
|
tiny_chart_theme: ObjectConstructor;
|
|
133
135
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
134
136
|
[key: string]: any;
|
|
@@ -191,6 +193,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
191
193
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
192
194
|
tiny_renderless: FunctionConstructor;
|
|
193
195
|
tiny_theme: StringConstructor;
|
|
196
|
+
tiny_mcp_config: ObjectConstructor;
|
|
194
197
|
tiny_chart_theme: ObjectConstructor;
|
|
195
198
|
}>>, {
|
|
196
199
|
options: unknown[];
|
|
@@ -7,6 +7,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
7
7
|
_constants?: any;
|
|
8
8
|
tiny_theme?: any;
|
|
9
9
|
tiny_chart_theme?: any;
|
|
10
|
+
tiny_mcp_config?: any;
|
|
10
11
|
multiStage?: any;
|
|
11
12
|
checkedStatus?: any;
|
|
12
13
|
visibleArrow?: any;
|
|
@@ -23,6 +24,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
23
24
|
_constants?: any;
|
|
24
25
|
tiny_theme?: any;
|
|
25
26
|
tiny_chart_theme?: any;
|
|
27
|
+
tiny_mcp_config?: any;
|
|
26
28
|
multiStage?: any;
|
|
27
29
|
checkedStatus?: any;
|
|
28
30
|
visibleArrow?: any;
|
|
@@ -42,6 +44,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
42
44
|
readonly _constants?: any;
|
|
43
45
|
readonly tiny_theme?: any;
|
|
44
46
|
readonly tiny_chart_theme?: any;
|
|
47
|
+
readonly tiny_mcp_config?: any;
|
|
45
48
|
readonly multiStage?: any;
|
|
46
49
|
readonly checkedStatus?: any;
|
|
47
50
|
readonly visibleArrow?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
9
9
|
_constants?: any;
|
|
10
10
|
tiny_theme?: any;
|
|
11
11
|
tiny_chart_theme?: any;
|
|
12
|
+
tiny_mcp_config?: any;
|
|
12
13
|
checkedStatus?: any;
|
|
13
14
|
visibleArrow?: any;
|
|
14
15
|
arrowOffset?: any;
|
|
@@ -25,6 +26,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
25
26
|
_constants?: any;
|
|
26
27
|
tiny_theme?: any;
|
|
27
28
|
tiny_chart_theme?: any;
|
|
29
|
+
tiny_mcp_config?: any;
|
|
28
30
|
checkedStatus?: any;
|
|
29
31
|
visibleArrow?: any;
|
|
30
32
|
arrowOffset?: any;
|
|
@@ -47,6 +49,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
47
49
|
readonly _constants?: any;
|
|
48
50
|
readonly tiny_theme?: any;
|
|
49
51
|
readonly tiny_chart_theme?: any;
|
|
52
|
+
readonly tiny_mcp_config?: any;
|
|
50
53
|
readonly checkedStatus?: any;
|
|
51
54
|
readonly visibleArrow?: any;
|
|
52
55
|
readonly arrowOffset?: any;
|