@hi-ui/pop-confirm 4.2.2 → 4.2.3
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/CHANGELOG.md +19 -0
- package/lib/cjs/PopConfirm.js +4 -4
- package/lib/cjs/icons/index.js +2 -2
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @hi-ui/pop-confirm
|
2
2
|
|
3
|
+
## 4.2.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- build: rollup2 构建
|
8
|
+
- Updated dependencies
|
9
|
+
- @hi-ui/core@4.0.8
|
10
|
+
- @hi-ui/use-latest@4.0.4
|
11
|
+
- @hi-ui/use-toggle@4.0.4
|
12
|
+
- @hi-ui/use-uncontrolled-state@4.0.4
|
13
|
+
- @hi-ui/icons@4.0.18
|
14
|
+
- @hi-ui/button@4.0.9
|
15
|
+
- @hi-ui/popper@4.1.3
|
16
|
+
- @hi-ui/classname@4.0.4
|
17
|
+
- @hi-ui/dom-utils@4.0.7
|
18
|
+
- @hi-ui/env@4.0.4
|
19
|
+
- @hi-ui/react-utils@4.0.4
|
20
|
+
- @hi-ui/type-assertion@4.0.4
|
21
|
+
|
3
22
|
## 4.2.2
|
4
23
|
|
5
24
|
### Patch Changes
|
package/lib/cjs/PopConfirm.js
CHANGED
@@ -23,14 +23,14 @@ var Button = require('@hi-ui/button');
|
|
23
23
|
var Popper = require('@hi-ui/popper');
|
24
24
|
var index = require('./icons/index.js');
|
25
25
|
var typeAssertion = require('@hi-ui/type-assertion');
|
26
|
-
function
|
26
|
+
function _interopDefaultLegacy(e) {
|
27
27
|
return e && _typeof(e) === 'object' && 'default' in e ? e : {
|
28
28
|
'default': e
|
29
29
|
};
|
30
30
|
}
|
31
|
-
var React__default = /*#__PURE__*/
|
32
|
-
var Button__default = /*#__PURE__*/
|
33
|
-
var Popper__default = /*#__PURE__*/
|
31
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
32
|
+
var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button);
|
33
|
+
var Popper__default = /*#__PURE__*/_interopDefaultLegacy(Popper);
|
34
34
|
var POP_CONFIRM_PREFIX = classname.getPrefixCls('pop-confirm');
|
35
35
|
/**
|
36
36
|
* 气泡确认框
|
package/lib/cjs/icons/index.js
CHANGED
@@ -15,11 +15,11 @@ Object.defineProperty(exports, '__esModule', {
|
|
15
15
|
});
|
16
16
|
var React = require('react');
|
17
17
|
var icons = require('@hi-ui/icons');
|
18
|
-
function
|
18
|
+
function _interopDefaultLegacy(e) {
|
19
19
|
return e && _typeof(e) === 'object' && 'default' in e ? e : {
|
20
20
|
'default': e
|
21
21
|
};
|
22
22
|
}
|
23
|
-
var React__default = /*#__PURE__*/
|
23
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
24
24
|
var defaultTipIcon = /*#__PURE__*/React__default["default"].createElement(icons.ExclamationCircleFilled, null);
|
25
25
|
exports.defaultTipIcon = defaultTipIcon;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/pop-confirm",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.3",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -43,26 +43,26 @@
|
|
43
43
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@hi-ui/button": "^4.0.
|
47
|
-
"@hi-ui/classname": "^4.0.
|
48
|
-
"@hi-ui/dom-utils": "^4.0.
|
49
|
-
"@hi-ui/env": "^4.0.
|
50
|
-
"@hi-ui/icons": "^4.0.
|
51
|
-
"@hi-ui/popper": "^4.1.
|
52
|
-
"@hi-ui/react-utils": "^4.0.
|
53
|
-
"@hi-ui/type-assertion": "^4.0.
|
54
|
-
"@hi-ui/use-latest": "^4.0.
|
55
|
-
"@hi-ui/use-toggle": "^4.0.
|
56
|
-
"@hi-ui/use-uncontrolled-state": "^4.0.
|
46
|
+
"@hi-ui/button": "^4.0.9",
|
47
|
+
"@hi-ui/classname": "^4.0.4",
|
48
|
+
"@hi-ui/dom-utils": "^4.0.7",
|
49
|
+
"@hi-ui/env": "^4.0.4",
|
50
|
+
"@hi-ui/icons": "^4.0.18",
|
51
|
+
"@hi-ui/popper": "^4.1.3",
|
52
|
+
"@hi-ui/react-utils": "^4.0.4",
|
53
|
+
"@hi-ui/type-assertion": "^4.0.4",
|
54
|
+
"@hi-ui/use-latest": "^4.0.4",
|
55
|
+
"@hi-ui/use-toggle": "^4.0.4",
|
56
|
+
"@hi-ui/use-uncontrolled-state": "^4.0.4"
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
|
-
"@hi-ui/core": ">=4.0.
|
59
|
+
"@hi-ui/core": ">=4.0.8",
|
60
60
|
"react": ">=16.8.6",
|
61
61
|
"react-dom": ">=16.8.6"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
|
-
"@hi-ui/core": "^4.0.
|
65
|
-
"@hi-ui/core-css": "^4.1.
|
64
|
+
"@hi-ui/core": "^4.0.8",
|
65
|
+
"@hi-ui/core-css": "^4.1.5",
|
66
66
|
"react": "^17.0.1",
|
67
67
|
"react-dom": "^17.0.1"
|
68
68
|
}
|