Skip to content

Commit 26de1c5

Browse files
chore(lib): lib build
1 parent 90987f0 commit 26de1c5

File tree

4 files changed

+48
-5
lines changed

4 files changed

+48
-5
lines changed

packages/lib/vue3/vue3-form-ant/dist/vue3-form-ant.esm.js

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12008,7 +12008,7 @@ var WIDGET_MAP = {
1200812008
widgetComponents: widgetComponents
1200912009
};
1201012010

12011-
var css_248z$1 = ".genFromComponent.ant-form-vertical .ant-form-item-label{line-height:26px;padding-bottom:6px;font-size:14px}.genFromComponent .ant-form-item{margin-bottom:22px}.genFromComponent .ant-form-item.ant-form-item-with-help{margin-bottom:2px}.genFromComponent .ant-form-explain{padding-top:2px;display:-webkit-box!important;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;text-align:left;line-height:1.2;font-size:12px}.genFromComponent .validateWidget .ant-form-explain{padding:5px 0;position:relative}.genFromComponent .ant-form-item-label>label.ant-form-item-no-colon:after{display:none}";
12011+
var css_248z$1 = ".genFromComponent.ant-form-vertical .ant-form-item-label{line-height:26px;padding-bottom:6px;font-size:14px}.genFromComponent .ant-form-item{margin-bottom:22px}.genFromComponent .ant-form-item.ant-form-item-with-help{margin-bottom:2px}.genFromComponent .ant-form-explain{padding-top:2px;display:-webkit-box!important;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;text-align:left;line-height:1.2;font-size:12px}.genFromComponent .validateWidget .ant-form-explain{padding:5px 0;position:relative}.genFromComponent .ant-form-item-label>label.ant-form-item-no-colon:after{display:none}.genFromComponent .validateWidget>.ant-form-item{margin-bottom:0!important;padding:0!important}.genFromComponent .validateWidget>.ant-form-item .formItemErrorBox{padding:5px 0;position:relative}";
1201212012
styleInject(css_248z$1);
1201312013

1201412014
var globalOptions = {
@@ -12143,6 +12143,27 @@ var globalOptions = {
1214312143
}
1214412144
};
1214512145
var JsonSchemaForm = createForm(globalOptions);
12146+
var JsonSchemaFormAntdV4 = createForm(_objectSpread2(_objectSpread2({}, globalOptions), {}, {
12147+
COMPONENT_MAP: _objectSpread2(_objectSpread2({}, globalOptions.COMPONENT_MAP), {}, {
12148+
formItem: defineComponent({
12149+
inheritAttrs: false,
12150+
setup: function setup(props, _ref4) {
12151+
var attrs = _ref4.attrs,
12152+
slots = _ref4.slots;
12153+
return function () {
12154+
var style = attrs.style,
12155+
className = attrs.class,
12156+
originAttrs = _objectWithoutProperties(attrs, ["style", "class"]);
12157+
12158+
return h('div', {
12159+
style: style,
12160+
class: className
12161+
}, [h(globalOptions.COMPONENT_MAP.formItem, originAttrs, slots)]);
12162+
};
12163+
}
12164+
})
12165+
})
12166+
}));
1214612167

1214712168
export default JsonSchemaForm;
12148-
export { SchemaField, vueProps$1 as fieldProps, formUtils, getDefaultFormState, globalOptions, i18n, modelValueComponent, validate$2 as schemaValidate, vue3Utils as vueUtils };
12169+
export { JsonSchemaFormAntdV4, SchemaField, vueProps$1 as fieldProps, formUtils, getDefaultFormState, globalOptions, i18n, modelValueComponent, validate$2 as schemaValidate, vue3Utils as vueUtils };

packages/lib/vue3/vue3-form-ant/dist/vue3-form-ant.esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lib/vue3/vue3-form-ant/dist/vue3-form-ant.umd.js

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12012,7 +12012,7 @@
1201212012
widgetComponents: widgetComponents
1201312013
};
1201412014

12015-
var css_248z$1 = ".genFromComponent.ant-form-vertical .ant-form-item-label{line-height:26px;padding-bottom:6px;font-size:14px}.genFromComponent .ant-form-item{margin-bottom:22px}.genFromComponent .ant-form-item.ant-form-item-with-help{margin-bottom:2px}.genFromComponent .ant-form-explain{padding-top:2px;display:-webkit-box!important;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;text-align:left;line-height:1.2;font-size:12px}.genFromComponent .validateWidget .ant-form-explain{padding:5px 0;position:relative}.genFromComponent .ant-form-item-label>label.ant-form-item-no-colon:after{display:none}";
12015+
var css_248z$1 = ".genFromComponent.ant-form-vertical .ant-form-item-label{line-height:26px;padding-bottom:6px;font-size:14px}.genFromComponent .ant-form-item{margin-bottom:22px}.genFromComponent .ant-form-item.ant-form-item-with-help{margin-bottom:2px}.genFromComponent .ant-form-explain{padding-top:2px;display:-webkit-box!important;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;text-align:left;line-height:1.2;font-size:12px}.genFromComponent .validateWidget .ant-form-explain{padding:5px 0;position:relative}.genFromComponent .ant-form-item-label>label.ant-form-item-no-colon:after{display:none}.genFromComponent .validateWidget>.ant-form-item{margin-bottom:0!important;padding:0!important}.genFromComponent .validateWidget>.ant-form-item .formItemErrorBox{padding:5px 0;position:relative}";
1201612016
styleInject(css_248z$1);
1201712017

1201812018
var globalOptions = {
@@ -12147,7 +12147,29 @@
1214712147
}
1214812148
};
1214912149
var JsonSchemaForm = createForm(globalOptions);
12150+
var JsonSchemaFormAntdV4 = createForm(_objectSpread2(_objectSpread2({}, globalOptions), {}, {
12151+
COMPONENT_MAP: _objectSpread2(_objectSpread2({}, globalOptions.COMPONENT_MAP), {}, {
12152+
formItem: vue.defineComponent({
12153+
inheritAttrs: false,
12154+
setup: function setup(props, _ref4) {
12155+
var attrs = _ref4.attrs,
12156+
slots = _ref4.slots;
12157+
return function () {
12158+
var style = attrs.style,
12159+
className = attrs.class,
12160+
originAttrs = _objectWithoutProperties(attrs, ["style", "class"]);
12161+
12162+
return vue.h('div', {
12163+
style: style,
12164+
class: className
12165+
}, [vue.h(globalOptions.COMPONENT_MAP.formItem, originAttrs, slots)]);
12166+
};
12167+
}
12168+
})
12169+
})
12170+
}));
1215012171

12172+
exports.JsonSchemaFormAntdV4 = JsonSchemaFormAntdV4;
1215112173
exports.SchemaField = SchemaField;
1215212174
exports.default = JsonSchemaForm;
1215312175
exports.fieldProps = vueProps$1;

packages/lib/vue3/vue3-form-ant/dist/vue3-form-ant.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)