assui 3.1.99 → 3.1.101
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/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/package.json +4 -4
package/es/index.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export { default as LabelRangeNumber } from './label-range-number';
|
|
|
29
29
|
export type { StepNumberInputProps } from './step-number-input';
|
|
30
30
|
export { default as StepNumberInput } from './step-number-input';
|
|
31
31
|
export type { RcEchartPropsType } from './rc-echart';
|
|
32
|
-
export { default as
|
|
32
|
+
export { default as RcEchart } from './rc-echart';
|
|
33
33
|
export type { RcQrcodeProps } from './rc-qrcode';
|
|
34
34
|
export { default as RcQRcode } from './rc-qrcode';
|
|
35
35
|
export { default as RcTransitionGroup } from './rc-transition-group';
|
package/es/index.js
CHANGED
|
@@ -13,7 +13,7 @@ export { default as RcMotion } from './rc-motion';
|
|
|
13
13
|
export { default as NumberInput } from './number-input';
|
|
14
14
|
export { default as LabelRangeNumber } from './label-range-number';
|
|
15
15
|
export { default as StepNumberInput } from './step-number-input';
|
|
16
|
-
export { default as
|
|
16
|
+
export { default as RcEchart } from './rc-echart';
|
|
17
17
|
export { default as RcQRcode } from './rc-qrcode';
|
|
18
18
|
export { default as RcTransitionGroup } from './rc-transition-group';
|
|
19
19
|
export { default as SingleImgUpload } from './single-img-upload';
|
package/lib/index.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export { default as LabelRangeNumber } from './label-range-number';
|
|
|
29
29
|
export type { StepNumberInputProps } from './step-number-input';
|
|
30
30
|
export { default as StepNumberInput } from './step-number-input';
|
|
31
31
|
export type { RcEchartPropsType } from './rc-echart';
|
|
32
|
-
export { default as
|
|
32
|
+
export { default as RcEchart } from './rc-echart';
|
|
33
33
|
export type { RcQrcodeProps } from './rc-qrcode';
|
|
34
34
|
export { default as RcQRcode } from './rc-qrcode';
|
|
35
35
|
export { default as RcTransitionGroup } from './rc-transition-group';
|
package/lib/index.js
CHANGED
|
@@ -8,7 +8,7 @@ var __importDefault = this && this.__importDefault || function (mod) {
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", {
|
|
9
9
|
value: true
|
|
10
10
|
});
|
|
11
|
-
exports.CountDown = exports.CountUp = exports.ComplexValSelect = exports.MultipartUpload = exports.LabelConditionSelectInput = exports.Flex = exports.Resizable = exports.BeautifulDnd = exports.RichTextEditor = exports.LabelCustomizeRangePicker = exports.TableCol = exports.LabelTreeSelect = exports.LabelConditionInput = exports.LabelNumberInput = exports.LabelAutoComplete = exports.LabelDatePicker = exports.LabelRangePicker = exports.JsonEditor = exports.AreaText = exports.LabelTextArea = exports.ASelect = exports.LabelSelect = exports.ColorSelect = exports.LabelInput = exports.TextInput = exports.TextArea = exports.SplitPane = exports.sortableHoc = exports.SingleImgUpload = exports.RcTransitionGroup = exports.RcQRcode = exports.
|
|
11
|
+
exports.CountDown = exports.CountUp = exports.ComplexValSelect = exports.MultipartUpload = exports.LabelConditionSelectInput = exports.Flex = exports.Resizable = exports.BeautifulDnd = exports.RichTextEditor = exports.LabelCustomizeRangePicker = exports.TableCol = exports.LabelTreeSelect = exports.LabelConditionInput = exports.LabelNumberInput = exports.LabelAutoComplete = exports.LabelDatePicker = exports.LabelRangePicker = exports.JsonEditor = exports.AreaText = exports.LabelTextArea = exports.ASelect = exports.LabelSelect = exports.ColorSelect = exports.LabelInput = exports.TextInput = exports.TextArea = exports.SplitPane = exports.sortableHoc = exports.SingleImgUpload = exports.RcTransitionGroup = exports.RcQRcode = exports.RcEchart = exports.StepNumberInput = exports.LabelRangeNumber = exports.NumberInput = exports.RcMotion = exports.KeepTab = exports.ImgCrop = exports.HighlightWords = exports.HighlightTextarea = exports.CopyToClipboard = exports.NumberFormatInput = exports.ConfigProvider = exports.ConditionSelectInput = exports.ConditionInput = exports.ButtonModal = exports.ButtonDrawer = void 0;
|
|
12
12
|
var button_drawer_1 = require("./button-drawer");
|
|
13
13
|
Object.defineProperty(exports, "ButtonDrawer", {
|
|
14
14
|
enumerable: true,
|
|
@@ -115,7 +115,7 @@ Object.defineProperty(exports, "StepNumberInput", {
|
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
117
|
var rc_echart_1 = require("./rc-echart");
|
|
118
|
-
Object.defineProperty(exports, "
|
|
118
|
+
Object.defineProperty(exports, "RcEchart", {
|
|
119
119
|
enumerable: true,
|
|
120
120
|
get: function get() {
|
|
121
121
|
return __importDefault(rc_echart_1)["default"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.101",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
36
36
|
"@types/react-color": "^3.0.6",
|
|
37
37
|
"@types/react-resizable": "^3.0.0",
|
|
38
|
-
"a-icons": "^1.1.
|
|
39
|
-
"aa-utils": "^2.1.
|
|
38
|
+
"a-icons": "^1.1.80",
|
|
39
|
+
"aa-utils": "^2.1.27",
|
|
40
40
|
"ahooks": "^3.0.8",
|
|
41
41
|
"bignumber.js": "^9.0.1",
|
|
42
42
|
"copy-to-clipboard": "^3.3.1",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"node": ">=10.0.0"
|
|
83
83
|
},
|
|
84
84
|
"license": "MIT",
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "940cd3732464bae2921f6d799cffcae67c7b6e67"
|
|
86
86
|
}
|