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