@zgfe/modules-event 1.0.0 → 1.0.1
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.
|
@@ -16,7 +16,7 @@ import { BizUserGroupHeader, BizSelect, useSubject } from '@zgfe/business-lib';
|
|
|
16
16
|
import EventFilter from '../../components/eventFilter';
|
|
17
17
|
import './styles/index.less';
|
|
18
18
|
import _ from 'lodash';
|
|
19
|
-
var classPrefix = 'top-panel';
|
|
19
|
+
var classPrefix = 'modules-event-top-panel';
|
|
20
20
|
var TopPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
21
21
|
var value = props.value,
|
|
22
22
|
setIsCity = props.setIsCity,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-event",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"react": "^16.12.0 || ^17.0.0",
|
|
50
50
|
"yorkie": "^2.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "b61bc4422ee95124a2bfccad4ba1120cab9798a3",
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"react-copy-to-clipboard": "^5.1.0",
|
|
55
55
|
"react-highlight": "^0.15.0"
|