szld-libs 0.2.74 → 0.2.75
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/dist/szld-components.es.js +2 -2
- package/dist/szld-components.umd.js +1 -1
- package/es/components/DynamicForm/index.d.ts +1 -1
- package/es/components/DynamicForm/useDynamicForm.js +2 -2
- package/lib/components/DynamicForm/index.d.ts +1 -1
- package/lib/components/DynamicForm/useDynamicForm.js +2 -2
- package/package.json +1 -1
|
@@ -27632,7 +27632,7 @@ function tN(n) {
|
|
|
27632
27632
|
return /* @__PURE__ */ fe(dl, { children: "实例信息" });
|
|
27633
27633
|
if (H.attrtype === 0) {
|
|
27634
27634
|
let Bt = P(H);
|
|
27635
|
-
const on = (Ne = H.json) == null ? void 0 : Ne
|
|
27635
|
+
const on = (Ne = H.json) == null ? void 0 : Ne["default-prompt"];
|
|
27636
27636
|
let dn = "请输入";
|
|
27637
27637
|
const { input: pn = "" } = H.json || {};
|
|
27638
27638
|
[
|
|
@@ -27794,7 +27794,7 @@ function tN(n) {
|
|
|
27794
27794
|
customWidth: G = {}
|
|
27795
27795
|
}) => {
|
|
27796
27796
|
var we, Fe, Se;
|
|
27797
|
-
const Z = H.json.input || "text", J = P(H), oe = ((we = H.json) == null ? void 0 : we
|
|
27797
|
+
const Z = H.json.input || "text", J = P(H), oe = ((we = H.json) == null ? void 0 : we["default-prompt"]) || "", ie = H.json.length && {
|
|
27798
27798
|
maxLength: H.json.length
|
|
27799
27799
|
} || {}, xe = ne.find((Ne) => Ne.type === Z);
|
|
27800
27800
|
switch (Z) {
|