@opentinyvue/vue-form-item 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/mobile-first.js +1 -1
- package/package.json +5 -5
- package/src/index.d.ts +3 -0
- package/src/label-wrap.d.ts +2 -0
- package/src/mobile-first.vue.d.ts +2 -0
- package/src/pc.vue.d.ts +2 -0
package/lib/mobile-first.js
CHANGED
|
@@ -173,7 +173,7 @@ function _sfc_render(_ctx, _cache, $props2, $setup, $data, $options) {
|
|
|
173
173
|
"div",
|
|
174
174
|
{
|
|
175
175
|
"data-tag": "tiny-form-item-inline",
|
|
176
|
-
class: normalizeClass(_ctx.m("min-w-0 flex-1 m-0 sm:m-auto relative sm:pt-0 sm:top-auto text-sm after:content-[''] after:table after:clear-both before:content-[''] before:table [&_button:not(:last-child)]:mr-2", "[&_[data-tag=tiny-checkbox]]:py-0 [&_[data-tag=tiny-input]]:w-full", "[&_[data-tag=tiny-input]_textarea]:px-0 sm:[&_[data-tag=tiny-input]_textarea]:px-3 [&_[data-tag=tiny-input]_textarea]:w-full
|
|
176
|
+
class: normalizeClass(_ctx.m("min-w-0 flex-1 m-0 sm:m-auto relative sm:pt-0 sm:top-auto text-sm after:content-[''] after:table after:clear-both before:content-[''] before:table [&_button:not(:last-child)]:mr-2", "[&_[data-tag=tiny-checkbox]]:py-0 [&_[data-tag=tiny-input]]:w-full", "[&_[data-tag=tiny-input]_textarea]:px-0 sm:[&_[data-tag=tiny-input]_textarea]:px-3 [&_[data-tag=tiny-input]_textarea]:w-full", _ctx.state.formInline ? "align-sub leading-none" : "", _ctx.state.labelPosition === "top" && !_ctx.state.hideRequiredAsterisk ? _ctx.state.isDisplayOnly ? "pl-0" : "pl-2 sm:pl-0" : "pt-2", _ctx.state.formItemSize !== "mini" ? "sm:text-sm" : "sm:text-xs"))
|
|
177
177
|
},
|
|
178
178
|
[_ctx.state.isDisplayOnly && _ctx.state.isBasicComp ? (openBlock(), createElementBlock("div", {
|
|
179
179
|
key: 0,
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-form-item",
|
|
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/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-icon": "~3.
|
|
13
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
14
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
11
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-icon": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
14
|
+
"@opentinyvue/vue-tooltip": "~3.24.0"
|
|
15
15
|
},
|
|
16
16
|
"types": "index.d.ts",
|
|
17
17
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ export declare const formItemProps: {
|
|
|
63
63
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
64
64
|
tiny_renderless: FunctionConstructor;
|
|
65
65
|
tiny_theme: StringConstructor;
|
|
66
|
+
tiny_mcp_config: ObjectConstructor;
|
|
66
67
|
tiny_chart_theme: ObjectConstructor;
|
|
67
68
|
};
|
|
68
69
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -126,6 +127,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
126
127
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
127
128
|
tiny_renderless: FunctionConstructor;
|
|
128
129
|
tiny_theme: StringConstructor;
|
|
130
|
+
tiny_mcp_config: ObjectConstructor;
|
|
129
131
|
tiny_chart_theme: ObjectConstructor;
|
|
130
132
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
131
133
|
[key: string]: any;
|
|
@@ -190,6 +192,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
190
192
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
191
193
|
tiny_renderless: FunctionConstructor;
|
|
192
194
|
tiny_theme: StringConstructor;
|
|
195
|
+
tiny_mcp_config: ObjectConstructor;
|
|
193
196
|
tiny_chart_theme: ObjectConstructor;
|
|
194
197
|
}>>, {
|
|
195
198
|
error: string;
|
package/src/label-wrap.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
|
}, any, unknown, {}, {
|
|
13
14
|
getLabelWidth(): number;
|
|
@@ -22,6 +23,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
22
23
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
23
24
|
tiny_renderless: FunctionConstructor;
|
|
24
25
|
tiny_theme: StringConstructor;
|
|
26
|
+
tiny_mcp_config: ObjectConstructor;
|
|
25
27
|
tiny_chart_theme: ObjectConstructor;
|
|
26
28
|
}>>, {
|
|
27
29
|
tiny_mode_root: boolean;
|
|
@@ -46,6 +46,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
46
46
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
47
47
|
tiny_renderless: FunctionConstructor;
|
|
48
48
|
tiny_theme: StringConstructor;
|
|
49
|
+
tiny_mcp_config: ObjectConstructor;
|
|
49
50
|
tiny_chart_theme: ObjectConstructor;
|
|
50
51
|
}, IFormItemApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
51
52
|
_constants: {
|
|
@@ -94,6 +95,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
94
95
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
95
96
|
tiny_renderless: FunctionConstructor;
|
|
96
97
|
tiny_theme: StringConstructor;
|
|
98
|
+
tiny_mcp_config: ObjectConstructor;
|
|
97
99
|
tiny_chart_theme: ObjectConstructor;
|
|
98
100
|
}>>, {
|
|
99
101
|
required: boolean;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ declare const _default: hooks.DefineComponent<{
|
|
|
60
60
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
61
61
|
tiny_renderless: FunctionConstructor;
|
|
62
62
|
tiny_theme: StringConstructor;
|
|
63
|
+
tiny_mcp_config: ObjectConstructor;
|
|
63
64
|
tiny_chart_theme: ObjectConstructor;
|
|
64
65
|
}, IFormItemApi, unknown, {}, {}, hooks.ComponentOptionsMixin, hooks.ComponentOptionsMixin, {}, string, hooks.PublicProps, Readonly<hooks.ExtractPropTypes<{
|
|
65
66
|
_constants: {
|
|
@@ -121,6 +122,7 @@ declare const _default: hooks.DefineComponent<{
|
|
|
121
122
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
122
123
|
tiny_renderless: FunctionConstructor;
|
|
123
124
|
tiny_theme: StringConstructor;
|
|
125
|
+
tiny_mcp_config: ObjectConstructor;
|
|
124
126
|
tiny_chart_theme: ObjectConstructor;
|
|
125
127
|
}>>, {
|
|
126
128
|
ellipsis: boolean;
|