perf: finalize base project optimizations and build
This commit is contained in:
parent
5fcf4ec063
commit
4efaef33d3
2
dist/base.js
vendored
2
dist/base.js
vendored
@ -305,7 +305,7 @@ const AutoForm = {
|
||||
var _a;
|
||||
const template = Component.getTemplate("AutoForm");
|
||||
if (template) {
|
||||
(_a = $(template.content, "[control-wrapper]")) == null ? void 0 : _a.appendChild(Util.makeDom(`<${name} $if="item.type.toUpperCase() === '${name.toUpperCase()}'" $name="item.name" $.="item.setting || {}" $bind="this.data[item.name]"></${name}>`));
|
||||
(_a = $(template.content, "[control-wrapper]")) == null ? void 0 : _a.appendChild(Util.makeDom(`<${name} $if="item.type?.toUpperCase() === '${name.toUpperCase()}'" $name="item.name" $.="item.setting || {}" $bind="this.data[item.name]"></${name}>`));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
2
dist/base.min.js
vendored
2
dist/base.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user