act-plus 1.0.3 → 1.1.2
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/act-plus.js +1 -1
- package/act-plus.umd.cjs +9 -9
- package/lib/{configBtns-8f8a2510.js → configBtns-930e1f41.js} +2 -2
- package/lib/{configFileds-1fdc39d4.js → configFileds-cb40d54d.js} +2 -2
- package/lib/{configTable-f5bdd5fc.js → configTable-dab2bbe5.js} +68 -65
- package/lib/{dialogAddField-b0a162f5.js → dialogAddField-2763fb68.js} +37 -42
- package/lib/{dialogConfigBtn-7f410c08.js → dialogConfigBtn-37e737c3.js} +1 -1
- package/lib/{index-1c08d835.js → index-fe5fbd14.js} +292 -291
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { computed as ee, reactive as le, inject as S, ref as O, watch as te, resolveComponent as g, openBlock as s, createBlock as m, withCtx as l, createElementVNode as ae, createVNode as e, unref as o, createTextVNode as U, toDisplayString as w, createCommentVNode as h, createElementBlock as c, Fragment as b, renderList as f } from "vue";
|
|
2
2
|
import { B as oe, b as ne, c as ue, d as se, e as de, f as re, g as ie, h as me, i as pe } from "./enum-99519ce0.js";
|
|
3
3
|
import { useRoute as ce } from "vue-router";
|
|
4
|
-
import { _ as be } from "./index-
|
|
4
|
+
import { _ as be } from "./index-fe5fbd14.js";
|
|
5
5
|
const fe = { class: "dialog-footer" }, _e = {
|
|
6
6
|
__name: "dialogConfigBtn",
|
|
7
7
|
props: {
|