@opentinyvue/vue-form-item 2.23.0 → 2.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/mobile-first.js +1 -1
- package/package.json +5 -5
- package/src/index.d.ts +1 -0
package/lib/mobile-first.js
CHANGED
|
@@ -146,7 +146,7 @@ var render = function render2() {
|
|
|
146
146
|
"custom-class": "h-4 w-4 ml-0.5 absolute right-1 sm:right-2 align-text-bottom fill-color-text-secondary"
|
|
147
147
|
}
|
|
148
148
|
})], 1) : _vm._e()], 1) : _vm._e()]), _c("div", {
|
|
149
|
-
class: _vm.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
|
|
149
|
+
class: _vm.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", _vm.state.formInline ? "align-sub leading-none" : "", _vm.state.labelPosition === "top" && !_vm.state.hideRequiredAsterisk ? _vm.state.isDisplayOnly ? "pl-0" : "pl-2 sm:pl-0" : "pt-2", _vm.state.formItemSize !== "mini" ? "sm:text-sm" : "sm:text-xs"),
|
|
150
150
|
attrs: {
|
|
151
151
|
"data-tag": "tiny-form-item-inline"
|
|
152
152
|
}
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-form-item",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.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-common": "~2.
|
|
12
|
-
"@opentinyvue/vue-icon": "~2.
|
|
13
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
14
|
-
"@opentinyvue/vue-tooltip": "~2.
|
|
11
|
+
"@opentinyvue/vue-common": "~2.25.0",
|
|
12
|
+
"@opentinyvue/vue-icon": "~2.25.0",
|
|
13
|
+
"@opentinyvue/vue-renderless": "~3.25.0",
|
|
14
|
+
"@opentinyvue/vue-tooltip": "~2.25.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: any;
|