wt-enjoy-link-antd-repack 4.1.26 → 4.1.27
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/dist/esm/component/BiuADatePicker/index.d.ts +3 -3
- package/dist/esm/component/BiuAForm/index.d.ts +1 -1
- package/dist/esm/component/BiuField/component/orderTypeSelect.d.ts +1 -1
- package/dist/esm/component/BiuMapSelectSite/index.js +5 -5
- package/dist/esm/component/BiuTableSelect/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,15 +1,15 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
export declare const BiuADatePicker: React.NamedExoticComponent<import("styled-components/dist/types").Substitute<(import("antd/lib/date-picker/generatePicker").PickerProps<import("moment").Moment> & {
|
3
|
-
status?: "" | "
|
3
|
+
status?: "" | "error" | "warning" | undefined;
|
4
4
|
dropdownClassName?: string | undefined;
|
5
5
|
popupClassName?: string | undefined;
|
6
6
|
}) & React.RefAttributes<React.Component<import("antd/lib/date-picker/generatePicker").PickerProps<import("moment").Moment> & {
|
7
|
-
status?: "" | "
|
7
|
+
status?: "" | "error" | "warning" | undefined;
|
8
8
|
dropdownClassName?: string | undefined;
|
9
9
|
popupClassName?: string | undefined;
|
10
10
|
}, unknown, any>>, import("styled-components/dist/types").BaseObject>>;
|
11
11
|
export declare const BiuAMouthPicker: React.MemoExoticComponent<import("antd/lib/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/lib/date-picker/generatePicker").PickerProps<import("moment").Moment> & {
|
12
|
-
status?: "" | "
|
12
|
+
status?: "" | "error" | "warning" | undefined;
|
13
13
|
dropdownClassName?: string | undefined;
|
14
14
|
popupClassName?: string | undefined;
|
15
15
|
}, "picker">, unknown>>;
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
2
2
|
export { Form as BiuAForm } from 'antd';
|
3
3
|
export declare const BiuAFormItem: React.MemoExoticComponent<(<Values = any>(props: import("antd").FormItemProps<Values>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) & {
|
4
4
|
useStatus: () => {
|
5
|
-
status?: "" | "
|
5
|
+
status?: "" | "success" | "error" | "warning" | "validating" | undefined;
|
6
6
|
};
|
7
7
|
}>;
|
@@ -9,7 +9,7 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
|
|
9
9
|
/**
|
10
10
|
* 0:入库 1:出库 2:移库 3:冻结 4:调整 5:属性变更
|
11
11
|
*/
|
12
|
-
orderType: 0 |
|
12
|
+
orderType: 0 | 1 | 2 | 3 | 5 | 4;
|
13
13
|
isFirstLoad: boolean;
|
14
14
|
} & SelectProps<any, import("antd/lib/select").DefaultOptionType> & React.RefAttributes<unknown>>>;
|
15
15
|
export default _default;
|
@@ -26,15 +26,15 @@ var map;
|
|
26
26
|
var geocoder;
|
27
27
|
var StyledModal = styled(Modal).withConfig({
|
28
28
|
displayName: "StyledModal",
|
29
|
-
componentId: "enjoy-link-antd-repack__sc-
|
29
|
+
componentId: "wt-enjoy-link-antd-repack__sc-1kji0ud-0"
|
30
30
|
})(["display:flex;align-items:center;justify-content:center;.ant-modal{padding-bottom:0;}"]);
|
31
31
|
var StyledMapDiv = styled.div.withConfig({
|
32
32
|
displayName: "StyledMapDiv",
|
33
|
-
componentId: "enjoy-link-antd-repack__sc-
|
33
|
+
componentId: "wt-enjoy-link-antd-repack__sc-1kji0ud-1"
|
34
34
|
})(["position:relative;flex:1 1 570px;.map-content{height:100%;}img{position:absolute;top:50%;left:50%;}"]);
|
35
35
|
var StyledGeoLocationDiv = styled.div.withConfig({
|
36
36
|
displayName: "StyledGeoLocationDiv",
|
37
|
-
componentId: "enjoy-link-antd-repack__sc-
|
37
|
+
componentId: "wt-enjoy-link-antd-repack__sc-1kji0ud-2"
|
38
38
|
})(["position:absolute;right:4px;bottom:10px;width:35px;height:35px;background:#fff url('https://webapi.amap.com/theme/v1.3/markers/b/loc_gray.png') 50% 50% no-repeat;border:1px solid #ccc;border-radius:3px;cursor:pointer;"]);
|
39
39
|
export var BiuMapSelectSite = /*#__PURE__*/function (_React$PureComponent) {
|
40
40
|
_inherits(BiuMapSelectSite, _React$PureComponent);
|
@@ -74,7 +74,7 @@ export var BiuMapSelectSite = /*#__PURE__*/function (_React$PureComponent) {
|
|
74
74
|
_defineProperty(_assertThisInitialized(_this), "placeSearch", null);
|
75
75
|
_defineProperty(_assertThisInitialized(_this), "init", function () {
|
76
76
|
window._AMapSecurityConfig = {
|
77
|
-
securityJsCode: '
|
77
|
+
securityJsCode: 'c080bcca0b7ded38b6d8cd8e6093946f'
|
78
78
|
};
|
79
79
|
var start = function start() {
|
80
80
|
// 初次加载如果已存在则注销
|
@@ -126,7 +126,7 @@ export var BiuMapSelectSite = /*#__PURE__*/function (_React$PureComponent) {
|
|
126
126
|
};
|
127
127
|
if (!AMap) {
|
128
128
|
AMapLoader.load({
|
129
|
-
key: '
|
129
|
+
key: 'c25e742146a48457dc5eefa6688eb5b6',
|
130
130
|
// 申请好的Web端开发者Key,首次调用 load 时必填
|
131
131
|
version: '2.0',
|
132
132
|
plugins: ['AMap.Geocoder', 'AMap.PlaceSearch', 'AMap.LngLat']
|
@@ -46,4 +46,4 @@ export declare const BiuTableSelect: React.MemoExoticComponent<React.ForwardRefE
|
|
46
46
|
* 转换下绑定到组件上的数据源
|
47
47
|
*/
|
48
48
|
dataOption?: ((value: Record<string, any>) => Record<string, any>[]) | undefined;
|
49
|
-
} & Pick<SelectProps<any, import("antd/lib/select").DefaultOptionType>, "showSearch" | "allowClear"> & Pick<TableProps<any>, "
|
49
|
+
} & Pick<SelectProps<any, import("antd/lib/select").DefaultOptionType>, "showSearch" | "allowClear"> & Pick<TableProps<any>, "onRow" | "dataSource"> & React.RefAttributes<unknown>>>;
|