@web-utils/component 3.4.4 → 3.4.5
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/emulate-form/index.mjs +9 -9
- package/package.json +1 -1
- package/web-types.json +7 -2
package/emulate-form/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
2
|
-
const
|
|
1
|
+
import { n as e } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
|
|
2
|
+
const n = {
|
|
3
3
|
provide() {
|
|
4
4
|
return {
|
|
5
5
|
elForm: {
|
|
@@ -8,18 +8,18 @@ const e = {
|
|
|
8
8
|
};
|
|
9
9
|
},
|
|
10
10
|
render() {
|
|
11
|
-
return
|
|
11
|
+
return this.$slots.default;
|
|
12
12
|
}
|
|
13
|
-
}, r = null,
|
|
14
|
-
var
|
|
15
|
-
|
|
13
|
+
}, r = null, s = null;
|
|
14
|
+
var t = /* @__PURE__ */ e(
|
|
15
|
+
n,
|
|
16
16
|
r,
|
|
17
|
-
|
|
17
|
+
s,
|
|
18
18
|
!1,
|
|
19
19
|
null,
|
|
20
20
|
null
|
|
21
21
|
);
|
|
22
|
-
const
|
|
22
|
+
const o = t.exports;
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
o as default
|
|
25
25
|
};
|
package/package.json
CHANGED
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@web-utils/component",
|
|
5
|
-
"version": "3.4.
|
|
5
|
+
"version": "3.4.5",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -2313,7 +2313,12 @@
|
|
|
2313
2313
|
},
|
|
2314
2314
|
{
|
|
2315
2315
|
"name": "EmulateForm",
|
|
2316
|
-
"description": ""
|
|
2316
|
+
"description": "",
|
|
2317
|
+
"slots": [
|
|
2318
|
+
{
|
|
2319
|
+
"name": "default"
|
|
2320
|
+
}
|
|
2321
|
+
]
|
|
2317
2322
|
},
|
|
2318
2323
|
{
|
|
2319
2324
|
"name": "ErrorView",
|