3h1-ui 3.0.0-next.254 → 3.0.0-next.255
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/es/index.js +0 -5
- package/lib/index.js +0 -5
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -25784,11 +25784,9 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
25784
25784
|
}
|
|
25785
25785
|
};
|
|
25786
25786
|
}
|
|
25787
|
-
/* @__PURE__ */ console.log("[ schema ] >", schema);
|
|
25788
25787
|
return schema;
|
|
25789
25788
|
});
|
|
25790
25789
|
};
|
|
25791
|
-
/* @__PURE__ */ console.log("[ unref(schemaRef) ] >", unref(schemaRef));
|
|
25792
25790
|
const schemas = treeExpandField(unref(schemaRef) || unref(getProps).schemas);
|
|
25793
25791
|
if (unref(getProps).showAdvancedButton) {
|
|
25794
25792
|
return cloneDeep(schemas.filter((schema) => schema.component !== "Divider"));
|
|
@@ -25856,7 +25854,6 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
25856
25854
|
immediate: true
|
|
25857
25855
|
});
|
|
25858
25856
|
watch(() => unref(getProps).schemas, (schemas) => {
|
|
25859
|
-
/* @__PURE__ */ console.log("[ schemas ] >", schemas);
|
|
25860
25857
|
resetSchema(schemas ?? []);
|
|
25861
25858
|
});
|
|
25862
25859
|
watch(() => getSchema.value, (schema) => {
|
|
@@ -25909,9 +25906,7 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
25909
25906
|
deep: true
|
|
25910
25907
|
});
|
|
25911
25908
|
async function setProps(formProps2) {
|
|
25912
|
-
/* @__PURE__ */ console.log("[ 1 ] >", 1);
|
|
25913
25909
|
propsRef.value = merge$2(unref(propsRef) || {}, formProps2);
|
|
25914
|
-
/* @__PURE__ */ console.log("[ propsRef.value ] >", propsRef.value);
|
|
25915
25910
|
}
|
|
25916
25911
|
function setFormModel(key2, value) {
|
|
25917
25912
|
var _a2, _b;
|
package/lib/index.js
CHANGED
|
@@ -25808,11 +25808,9 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
25808
25808
|
}
|
|
25809
25809
|
};
|
|
25810
25810
|
}
|
|
25811
|
-
/* @__PURE__ */ console.log("[ schema ] >", schema);
|
|
25812
25811
|
return schema;
|
|
25813
25812
|
});
|
|
25814
25813
|
};
|
|
25815
|
-
/* @__PURE__ */ console.log("[ unref(schemaRef) ] >", vue.unref(schemaRef));
|
|
25816
25814
|
const schemas = treeExpandField(vue.unref(schemaRef) || vue.unref(getProps).schemas);
|
|
25817
25815
|
if (vue.unref(getProps).showAdvancedButton) {
|
|
25818
25816
|
return cloneDeep(schemas.filter((schema) => schema.component !== "Divider"));
|
|
@@ -25880,7 +25878,6 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
25880
25878
|
immediate: true
|
|
25881
25879
|
});
|
|
25882
25880
|
vue.watch(() => vue.unref(getProps).schemas, (schemas) => {
|
|
25883
|
-
/* @__PURE__ */ console.log("[ schemas ] >", schemas);
|
|
25884
25881
|
resetSchema(schemas ?? []);
|
|
25885
25882
|
});
|
|
25886
25883
|
vue.watch(() => getSchema.value, (schema) => {
|
|
@@ -25933,9 +25930,7 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
25933
25930
|
deep: true
|
|
25934
25931
|
});
|
|
25935
25932
|
async function setProps(formProps2) {
|
|
25936
|
-
/* @__PURE__ */ console.log("[ 1 ] >", 1);
|
|
25937
25933
|
propsRef.value = merge$2(vue.unref(propsRef) || {}, formProps2);
|
|
25938
|
-
/* @__PURE__ */ console.log("[ propsRef.value ] >", propsRef.value);
|
|
25939
25934
|
}
|
|
25940
25935
|
function setFormModel(key2, value) {
|
|
25941
25936
|
var _a2, _b;
|