wt-enjoy-link-antd-repack 4.1.79 → 4.1.80
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.
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,MAAM,CAAA;AAG9D,OAAO,KAA8D,MAAM,OAAO,CAAA;AAElF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAA;AAGtD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,SAAS,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAClC,eAAe,EAAE,wBAAwB,EAAE,CAAA;IAC3C,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACjC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CACnC,CAAA;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AA6ED,eAAO,MAAM,mBAAmB,oCAAsB,wBAAwB,6CAuE5E,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,CAAA;CACjD,GAAG,YAAY,CAAA;AAkBhB,eAAO,MAAM,WAAW,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,MAAM,CAAA;AAG9D,OAAO,KAA8D,MAAM,OAAO,CAAA;AAElF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAA;AAGtD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,SAAS,EAAE,SAAS,GAAG,SAAS,EAAE,CAAA;IAClC,eAAe,EAAE,wBAAwB,EAAE,CAAA;IAC3C,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACjC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CACnC,CAAA;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AA6ED,eAAO,MAAM,mBAAmB,oCAAsB,wBAAwB,6CAuE5E,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,CAAA;CACjD,GAAG,YAAY,CAAA;AAkBhB,eAAO,MAAM,WAAW,4JA6LvB,CAAA;AAED,cAAc,QAAQ,CAAA"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
2
2
|
var _excluded = ["formItemType", "id", "rules", "required", "requiredmessage", "layout", "span", "labelLetter", "label", "style", "options", "width", "colon"],
|
3
|
-
_excluded2 = ["cardProps", "formItemOptions", "initialModel", "initialValues", "layout", "labelAlign"],
|
3
|
+
_excluded2 = ["cardProps", "formItemOptions", "initialModel", "initialValues", "layout", "labelAlign", "gutter"],
|
4
4
|
_excluded3 = ["visible"],
|
5
5
|
_excluded4 = ["title"],
|
6
6
|
_excluded5 = ["title"],
|
@@ -211,7 +211,7 @@ export var BiuCustomerFormItem = /*#__PURE__*/React.memo(function (props) {
|
|
211
211
|
var StyledForm = styled(BiuAForm).withConfig({
|
212
212
|
displayName: "StyledForm",
|
213
213
|
componentId: "wt-enjoy-link-antd-repack__sc-1q42wt-1"
|
214
|
-
})([".ant-col{
|
214
|
+
})([".ant-col{}.arco-form-item-label{font-size:14px;}.ant-form-item-label > label::after{margin:0px !important;}.ant-form-item-tooltip{padding-right:5px !important;}"]);
|
215
215
|
export var BiuOperForm = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
|
216
216
|
var cardProps = props.cardProps,
|
217
217
|
_props$formItemOption = props.formItemOptions,
|
@@ -222,6 +222,8 @@ export var BiuOperForm = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(functi
|
|
222
222
|
layout = props.layout,
|
223
223
|
_props$labelAlign = props.labelAlign,
|
224
224
|
labelAlign = _props$labelAlign === void 0 ? 'right' : _props$labelAlign,
|
225
|
+
_props$gutter = props.gutter,
|
226
|
+
gutter = _props$gutter === void 0 ? 20 : _props$gutter,
|
225
227
|
restProps = _objectWithoutProperties(props, _excluded2);
|
226
228
|
var _BiuAForm$useForm = BiuAForm.useForm(),
|
227
229
|
_BiuAForm$useForm2 = _slicedToArray(_BiuAForm$useForm, 1),
|
@@ -293,6 +295,7 @@ export var BiuOperForm = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(functi
|
|
293
295
|
}, restProps), {}, {
|
294
296
|
colon: false,
|
295
297
|
children: /*#__PURE__*/_jsx(Row, {
|
298
|
+
gutter: gutter,
|
296
299
|
children: formItemOptions.filter(function (_ref) {
|
297
300
|
var _ref$visible = _ref.visible,
|
298
301
|
visible = _ref$visible === void 0 ? true : _ref$visible;
|
@@ -342,6 +345,7 @@ export var BiuOperForm = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(functi
|
|
342
345
|
;
|
343
346
|
/*#__PURE__*/_jsx("div", _objectSpread(_objectSpread({}, restCardProps), {}, {
|
344
347
|
children: /*#__PURE__*/_jsx(Row, {
|
348
|
+
gutter: gutter,
|
345
349
|
children: (formOptionsArray[index] || []).filter(function (_ref4) {
|
346
350
|
var _ref4$visible = _ref4.visible,
|
347
351
|
visible = _ref4$visible === void 0 ? true : _ref4$visible;
|