@web-utils/form-ui 1.0.0-beta46 → 1.0.0-beta47
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.
|
@@ -101,7 +101,7 @@ var S = {
|
|
|
101
101
|
showFullScreen: !0,
|
|
102
102
|
fullscreen: !0,
|
|
103
103
|
showClose: !0
|
|
104
|
-
}, w = (e) => C[e] !== !0, T = { class: "dialog-title" }, E = { class: "dialog-header-buttons" }, D = {
|
|
104
|
+
}, w = (e) => C[e] !== !0, T = { class: "dialog-title" }, E = { class: "dialog-header-buttons" }, D = /* @__PURE__ */ Object.assign({ name: "ElementDialog" }, {
|
|
105
105
|
__name: "ElementDialog",
|
|
106
106
|
props: /* @__PURE__ */ c({ ...S }, {
|
|
107
107
|
modelValue: {
|
|
@@ -159,6 +159,6 @@ var S = {
|
|
|
159
159
|
]);
|
|
160
160
|
};
|
|
161
161
|
}
|
|
162
|
-
};
|
|
162
|
+
});
|
|
163
163
|
//#endregion
|
|
164
164
|
export { D as t };
|
package/element-dialog/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/BvA0aMEE.mjs";
|
|
2
2
|
export { e as default };
|
package/form-card/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { formViewContextKey as e } from "../constants/index.mjs";
|
|
2
2
|
import { createElementBlock as t, createElementVNode as n, inject as r, normalizeStyle as i, openBlock as a, renderSlot as o, unref as s } from "vue";
|
|
3
3
|
//#region src/components/form/FormCard.vue
|
|
4
|
-
var c = { class: "form-content" }, l = {
|
|
4
|
+
var c = { class: "form-content" }, l = /* @__PURE__ */ Object.assign({ name: "FormCard" }, {
|
|
5
5
|
__name: "FormCard",
|
|
6
6
|
setup(l) {
|
|
7
7
|
let u = r(e, null);
|
|
@@ -13,6 +13,6 @@ var c = { class: "form-content" }, l = {
|
|
|
13
13
|
}, [n("div", c, [o(e.$slots, "default")])], 4);
|
|
14
14
|
};
|
|
15
15
|
}
|
|
16
|
-
};
|
|
16
|
+
});
|
|
17
17
|
//#endregion
|
|
18
18
|
export { l as default };
|
package/iframe-window/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/BvA0aMEE.mjs";
|
|
2
2
|
import { createBlock as t, createElementVNode as n, mergeModels as r, mergeProps as i, openBlock as a, useModel as o, withCtx as s } from "vue";
|
|
3
3
|
//#region src/components/iframe-window/IframeWindow.vue
|
|
4
4
|
var c = ["src"], l = /* @__PURE__ */ Object.assign({ name: "IframeWindow" }, {
|
package/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import t from "./confirmable/index.mjs";
|
|
|
3
3
|
import n from "./confirm-button/index.mjs";
|
|
4
4
|
import { t as r } from "./chunks/XqRTtFfp.mjs";
|
|
5
5
|
import { t as i } from "./chunks/Bd1UFJic.mjs";
|
|
6
|
-
import { t as a } from "./chunks/
|
|
6
|
+
import { t as a } from "./chunks/BvA0aMEE.mjs";
|
|
7
7
|
import o from "./empty-view/index.mjs";
|
|
8
8
|
import s from "./flex-scroll-area/index.mjs";
|
|
9
9
|
import c from "./form-advice/index.mjs";
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { t as e } from "../chunks/Ds_Tpa_M.mjs";
|
|
2
2
|
//#region src/components/table/TableColumnDef.vue
|
|
3
|
-
var t = {
|
|
3
|
+
var t = /* @__PURE__ */ Object.assign({ name: "TableColumnDef" }, {
|
|
4
4
|
__name: "TableColumnDef",
|
|
5
5
|
props: { ...e },
|
|
6
6
|
setup(e) {
|
|
7
7
|
return () => {};
|
|
8
8
|
}
|
|
9
|
-
};
|
|
9
|
+
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { t as default };
|