Commit f0b34012 authored by 涂茜's avatar 涂茜

fix: update package

parent 41ac47e2
Pipeline #26378 failed with stages
in 15 seconds
......@@ -137,8 +137,8 @@
"registry": "https://g.civnet.cn:4873"
},
"dependencies": {
"@wisdom-components/Empty": "^1.3.3",
"@wisdom-components/basictable": "^1.2.0",
"@wisdom-components/empty": "^1.3.9",
"@wisdom-components/timerangepicker": "^1.3.4",
"classnames": "^2.2.6",
"cross-spawn": "^7.0.3",
......
# `@wisdom-components/BasicTable`
# `@wisdom-components/basictable`
> TODO: description
## Usage
```
const basicTable = require('@wisdom-components/BasicTable');
const basicTable = require('@wisdom-components/basictable');
// TODO: DEMONSTRATE API
```
# `@wisdom-components/BasicTools`
# `@wisdom-components/basictools`
> TODO: description
## Usage
```
const basicTools = require('@wisdom-components/BasicTools');
const basicTools = require('@wisdom-components/basictools');
// TODO: DEMONSTRATE API
```
......@@ -16,7 +16,7 @@ group:
## 使用说明
```javascript
import { getTimeRange, getRange } from '@wisdom-components/BasicTools';
import { getTimeRange, getRange } from '@wisdom-components/basictools';
let result1 = getTimeRange('lastYear');
let result2 = getTimeRange('nextWeek');
......
# `@wisdom-components/DeviceTree`
# `@wisdom-components/devicetree`
> TODO: description
## Usage
```
const devicetree = require('@wisdom-components/DeviceTree');
const devicetree = require('@wisdom-components/devicetree');
// TODO: DEMONSTRATE API
```
......
......@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import classNames from 'classnames';
import { Input, Tree, Divider, ConfigProvider } from 'antd';
import { SearchOutlined } from '@ant-design/icons';
import Empty from '@wisdom-components/Empty';
import Empty from '@wisdom-components/empty';
import './index.less';
const DeviceTree = (props) => {
......
# `@wisdom-components/Empty`
# `@wisdom-components/empty`
> TODO: description
## Usage
```
const empty = require('@wisdom-components/Empty');
const empty = require('@wisdom-components/empty');
// TODO: DEMONSTRATE API
```
# `@wisdom-components/HistoryInfo`
# `@wisdom-components/historyinfo`
> TODO: description
## Usage
```
const historyinfo = require('@wisdom-components/HistoryInfo');
const historyinfo = require('@wisdom-components/historyinfo');
// TODO: DEMONSTRATE API
```
......@@ -7,7 +7,7 @@ import { Tabs, Select, Radio, Checkbox, ConfigProvider, DatePicker } from 'antd'
import { PlusCircleOutlined } from '@ant-design/icons';
import TimeRangePicker from '@wisdom-components/timerangepicker';
import BasicTable from '@wisdom-components/basictable';
import Empty from '@wisdom-components/Empty';
import Empty from '@wisdom-components/empty';
import moment from 'moment';
import './index.less';
......
# `@wisdom-components/ImageSelect`
# `@wisdom-components/imageselect`
> TODO: description
## Usage
```
const imageselect = require('@wisdom-components/ImageSelect');
const imageselect = require('@wisdom-components/imageselect');
// TODO: DEMONSTRATE API
```
......@@ -2,7 +2,7 @@ import React, { useContext, useState } from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import { Input, Image, Modal, Row, Col, ConfigProvider } from 'antd';
import Empty from '@wisdom-components/Empty';
import Empty from '@wisdom-components/empty';
import { PlusOutlined, SearchOutlined } from '@ant-design/icons';
import './index.less';
......
# `@wisdom-components/MqttView`
# `@wisdom-components/mqttview`
> TODO: description
## Usage
```
const mqttView = require('@wisdom-components/MqttView');
const mqttView = require('@wisdom-components/mqttview');
// TODO: DEMONSTRATE API
```
# `@wisdom-components/QuotaSelect`
# `@wisdom-components/quotaselect`
> TODO: description
## Usage
```
const quotaselect = require('@wisdom-components/QuotaSelect');
const quotaselect = require('@wisdom-components/quotaselect');
// TODO: DEMONSTRATE API
```
......@@ -2,7 +2,7 @@ import React, { useContext, useEffect, useState } from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import { Button, Input, Radio, Modal, Checkbox, Row, Col, Tree, ConfigProvider } from 'antd';
import Empty from '@wisdom-components/Empty';
import Empty from '@wisdom-components/empty';
import { ExclamationCircleFilled, SearchOutlined, CloseOutlined } from '@ant-design/icons';
import './index.less';
......
# `@wisdom-components/RealTimeInfo`
# `@wisdom-components/realtimeinfo`
> TODO: description
## Usage
```
const realtimeinfo = require('@wisdom-components/RealTimeInfo');
const realtimeinfo = require('@wisdom-components/realtimeinfo');
// TODO: DEMONSTRATE API
```
# `@wisdom-components/TimeRangePicker`
# `@wisdom-components/timerangepicker`
> TODO: description
## Usage
```
const timeRangePicker = require('@wisdom-components/TimeRangePicker');
const timeRangePicker = require('@wisdom-components/timerangepicker');
// TODO: DEMONSTRATE API
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment