wt-enjoy-link-antd-repack 4.2.17 → 4.2.19
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.
|
@@ -32,6 +32,7 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
|
|
|
32
32
|
queryType?: number | undefined;
|
|
33
33
|
modetype?: "multiple" | "tags" | undefined;
|
|
34
34
|
isFirstLoad?: boolean | undefined;
|
|
35
|
+
parameter1?: string | number | undefined;
|
|
35
36
|
/**
|
|
36
37
|
* 是否去掉数据中 全部 这个选项 filterAllItem 0不去掉 1去掉
|
|
37
38
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
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
|
-
var _excluded = ["systype", "typename", "page", "pageSize", "invalid", "typeNameQueryType", "queryType", "modetype", "value", "filterAllItem", "onFetchData"];
|
|
2
|
+
var _excluded = ["systype", "typename", "page", "pageSize", "invalid", "typeNameQueryType", "queryType", "modetype", "value", "filterAllItem", "onFetchData", "parameter1"];
|
|
3
3
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
5
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -39,6 +39,8 @@ export default /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props,
|
|
|
39
39
|
_props$filterAllItem = props.filterAllItem,
|
|
40
40
|
filterAllItem = _props$filterAllItem === void 0 ? 0 : _props$filterAllItem,
|
|
41
41
|
onFetchData = props.onFetchData,
|
|
42
|
+
_props$parameter = props.parameter1,
|
|
43
|
+
parameter1 = _props$parameter === void 0 ? '' : _props$parameter,
|
|
42
44
|
restProps = _objectWithoutProperties(props, _excluded);
|
|
43
45
|
var requestParams = useMemo(function () {
|
|
44
46
|
return {
|
|
@@ -49,9 +51,10 @@ export default /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props,
|
|
|
49
51
|
invalid: invalid,
|
|
50
52
|
typeNameQueryType: typeNameQueryType,
|
|
51
53
|
queryType: queryType,
|
|
52
|
-
filterAllItem: filterAllItem
|
|
54
|
+
filterAllItem: filterAllItem,
|
|
55
|
+
parameter1: parameter1
|
|
53
56
|
};
|
|
54
|
-
}, [systype, typename, page, size, invalid, typeNameQueryType, queryType, filterAllItem]);
|
|
57
|
+
}, [systype, typename, page, size, invalid, typeNameQueryType, queryType, parameter1, filterAllItem]);
|
|
55
58
|
var bindValue = useMemo(function () {
|
|
56
59
|
return value ? modetype === 'multiple' ? value === null || value === void 0 ? void 0 : value.map(function (i) {
|
|
57
60
|
return i;
|
|
@@ -36,7 +36,7 @@ import { BiuMultipleAInput } from "./component/biuMultipleAInput";
|
|
|
36
36
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
37
37
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
38
38
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
39
|
-
var DIFFPATH = ['valueType', 'label', 'ownerId', 'cardIdx', 'companyId', 'onChangeData', 'numberAfter', 'initialvalue', 'initialValue', 'columns', 'dataSource', 'initSelectValue', 'goodsAttribute', 'allowClear'];
|
|
39
|
+
var DIFFPATH = ['valueType', 'label', 'ownerId', 'cardIdx', 'companyId', 'onChangeData', 'numberAfter', 'initialvalue', 'initialValue', 'columns', 'dataSource', 'initSelectValue', 'goodsAttribute', 'allowClear', 'defaultLabel', 'defaultLableId', 'withSub'];
|
|
40
40
|
export var BiuField = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props, ref) {
|
|
41
41
|
var valueType = props.valueType;
|
|
42
42
|
/**
|
|
@@ -249,9 +249,11 @@ export var BiuField = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function
|
|
|
249
249
|
}
|
|
250
250
|
case 'departtreeselect':
|
|
251
251
|
{
|
|
252
|
-
var _allowClear15 = diffProps.allowClear
|
|
252
|
+
var _allowClear15 = diffProps.allowClear,
|
|
253
|
+
withSub = diffProps.withSub;
|
|
253
254
|
return /*#__PURE__*/_jsx(DepartOrgSelect, _objectSpread({
|
|
254
255
|
allowClear: _allowClear15,
|
|
256
|
+
withSub: withSub,
|
|
255
257
|
placeholder: "\u8BF7\u9009\u62E9"
|
|
256
258
|
}, commonProps));
|
|
257
259
|
}
|
|
@@ -359,20 +361,24 @@ export var BiuField = /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function
|
|
|
359
361
|
{
|
|
360
362
|
var _selectRestProps = Object.assign({}, (_objectDestructuringEmpty(commonProps), commonProps));
|
|
361
363
|
var _onChangeData5 = diffProps.onChangeData,
|
|
362
|
-
_allowClear26 = diffProps.allowClear
|
|
364
|
+
_allowClear26 = diffProps.allowClear,
|
|
365
|
+
defaultLabel = diffProps.defaultLabel;
|
|
363
366
|
return /*#__PURE__*/_jsx(PersonnelInfoSelect, _objectSpread({
|
|
364
367
|
onChangeData: _onChangeData5,
|
|
365
|
-
allowClear: _allowClear26
|
|
368
|
+
allowClear: _allowClear26,
|
|
369
|
+
defaultLabel: defaultLabel
|
|
366
370
|
}, _selectRestProps));
|
|
367
371
|
}
|
|
368
372
|
case 'businessdistrictselect':
|
|
369
373
|
{
|
|
370
374
|
var _selectRestProps2 = Object.assign({}, (_objectDestructuringEmpty(commonProps), commonProps));
|
|
371
375
|
var _onChangeData6 = diffProps.onChangeData,
|
|
372
|
-
_allowClear27 = diffProps.allowClear
|
|
376
|
+
_allowClear27 = diffProps.allowClear,
|
|
377
|
+
_defaultLabel = diffProps.defaultLabel;
|
|
373
378
|
return /*#__PURE__*/_jsx(BusinessDistrictSelect, _objectSpread({
|
|
374
379
|
onChangeData: _onChangeData6,
|
|
375
|
-
allowClear: _allowClear27
|
|
380
|
+
allowClear: _allowClear27,
|
|
381
|
+
defaultLabel: _defaultLabel
|
|
376
382
|
}, _selectRestProps2));
|
|
377
383
|
}
|
|
378
384
|
case 'checkbox':
|