@icos-desktop/react-components 1.2.0-beta.5 → 1.2.0-beta.6
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/icos-desktop.d.ts
CHANGED
package/dist/icos-desktop.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Select, Table, Space, Tooltip, TreeSelect, Input, Tree, Checkbox, Empty, Modal as Modal$1, App, Button, message, Upload as Upload$1, Progress, Radio, theme as theme$1, ConfigProvider, Image, Slider, List, DatePicker, Collapse, Tabs as Tabs$1, Popover, Form, InputNumber, Steps as Steps$1, Breadcrumb, Cascader, Spin } from '@xirang/design-antd';
|
2
|
-
export { ConfigProvider } from '@xirang/design-antd';
|
2
|
+
export { App, ConfigProvider } from '@xirang/design-antd';
|
3
3
|
import { CaretDownOutlined, CaretRightOutlined, ExclamationCircleOutlined, LoadingOutlined, FullscreenOutlined, AppstoreOutlined, BarsOutlined, DownloadOutlined, QuestionCircleOutlined } from '@ant-design/icons';
|
4
4
|
import { produce } from 'immer';
|
5
5
|
import * as React from 'react';
|
@@ -4494,7 +4494,8 @@ var MatchField = function (_a) {
|
|
4494
4494
|
useEffect(function () {
|
4495
4495
|
var mapping = [];
|
4496
4496
|
Object.keys(fieldMap).forEach(function (key) {
|
4497
|
-
|
4497
|
+
var _a;
|
4498
|
+
if ((_a = fieldMap[key]) === null || _a === void 0 ? void 0 : _a.checked) {
|
4498
4499
|
mapping.push({
|
4499
4500
|
source: fieldMap[key].fieldId,
|
4500
4501
|
target: key,
|