@zgfe/business-lib 1.2.58-ljy.0 → 1.2.66-hxd.2

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.
Files changed (137) hide show
  1. package/README.md +12 -12
  2. package/config.js +41 -41
  3. package/es/AUMFormulaTarget/components/formula/index.less +86 -82
  4. package/es/AUMFormulaTarget/components/formulaItem/index.js +52 -13
  5. package/es/AUMFormulaTarget/components/panel/index.less +269 -269
  6. package/es/AUMFormulaTarget/components/symbol/index.less +49 -49
  7. package/es/AUMFormulaTarget/demo/index.js +1 -1
  8. package/es/AUMFormulaTarget/styles/index.less +74 -74
  9. package/es/addToPanel/styles/addPanel.less +25 -25
  10. package/es/addToPanel/styles/index.less +17 -17
  11. package/es/addToPanel/styles/style.less +66 -66
  12. package/es/addToScene/styles/index.less +30 -30
  13. package/es/assets/colorIcon/demo.css +539 -539
  14. package/es/assets/colorIcon/demo_index.html +1454 -1454
  15. package/es/assets/colorIcon/iconfont.css +236 -236
  16. package/es/assets/colorIcon/iconfont.json +394 -394
  17. package/es/assets/colorIcon/iconfont.svg +129 -129
  18. package/es/assets/iconfont/demo.css +539 -539
  19. package/es/assets/iconfont/demo_index.html +5363 -5363
  20. package/es/assets/iconfont/iconfont.css +915 -915
  21. package/es/assets/iconfont/iconfont.json +1584 -1584
  22. package/es/assets/images/attention.png +0 -0
  23. package/es/assets/styles/chunks.less +183 -183
  24. package/es/assets/styles/inner.less +3 -3
  25. package/es/assets/styles/resetAntd.less +551 -551
  26. package/es/assets/styles/variable.less +21 -21
  27. package/es/attrCondition/group.js +5 -2
  28. package/es/attrCondition/index.js +6 -2
  29. package/es/attrCondition/styles/index.less +101 -101
  30. package/es/attrConditions/components/stringList.d.ts +10 -0
  31. package/es/attrConditions/components/stringList.js +57 -27
  32. package/es/attrConditions/components/valuesList.d.ts +10 -0
  33. package/es/attrConditions/components/valuesList.js +6 -2
  34. package/es/attrConditions/styles/group.less +49 -49
  35. package/es/attrConditions/styles/index.less +151 -151
  36. package/es/attrConditions/types.d.ts +17 -0
  37. package/es/attributeSelector/index.js +6 -2
  38. package/es/attributeSelector/listPanel.js +6 -2
  39. package/es/attributeSelector/styles/index.less +141 -141
  40. package/es/attributeSelector/types.d.ts +2 -0
  41. package/es/chart/demo/index.js +2 -3
  42. package/es/chart/styles/index.less +113 -113
  43. package/es/chart/util/data/china.js +17 -17
  44. package/es/chart/util/formatOption.js +1 -1
  45. package/es/constants/apis.d.ts +3 -0
  46. package/es/constants/apis.js +4 -1
  47. package/es/cycleTime/styles/index.less +24 -24
  48. package/es/cycleTime/styles/month.less +95 -95
  49. package/es/dataSetGroup/styles/index.less +146 -146
  50. package/es/datePicker/styles/index.less +53 -53
  51. package/es/datePickerV2/styles/index.less +194 -194
  52. package/es/demoWrapper/index.less +3 -3
  53. package/es/dialog/styles/index.less +22 -22
  54. package/es/dnd/styles/index.less +19 -19
  55. package/es/empty/demo/index.d.ts +4 -0
  56. package/es/empty/demo/index.js +16 -0
  57. package/es/empty/index.d.ts +4 -0
  58. package/es/empty/index.js +19 -0
  59. package/es/empty/types.d.ts +7 -0
  60. package/es/empty/types.js +1 -0
  61. package/es/eventSelector/styles/index.less +123 -123
  62. package/es/formulaTarget/components/formula/index.less +76 -76
  63. package/es/formulaTarget/components/panel/index.less +139 -139
  64. package/es/formulaTarget/components/symbol/index.less +49 -49
  65. package/es/formulaTarget/styles/index.less +74 -74
  66. package/es/hooks/types/subject.d.ts +14 -14
  67. package/es/hooks/useBizStore.d.ts +4 -2
  68. package/es/hooks/useBizStore.js +16 -15
  69. package/es/icon/demo/list.less +32 -32
  70. package/es/index.d.ts +3 -1
  71. package/es/index.js +3 -1
  72. package/es/layout/analysisLayout/demo/index.less +12 -12
  73. package/es/layout/analysisLayout/index.less +118 -118
  74. package/es/layout/columnLayout/demo/index.less +15 -15
  75. package/es/layout/columnLayout/index.less +81 -81
  76. package/es/layout/detail/index.less +27 -27
  77. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
  78. package/es/layout/optionTitle/demo/index.less +12 -12
  79. package/es/loading/styles/index.less +20 -20
  80. package/es/loginForm/index.less +7 -7
  81. package/es/platformSelector/index.js +42 -9
  82. package/es/platformSelector/styles/index.less +26 -22
  83. package/es/platformSelector/util.d.ts +1 -1
  84. package/es/platformSelector/util.js +8 -1
  85. package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
  86. package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
  87. package/es/productCondition/conditions/styles/eventCondition.less +51 -51
  88. package/es/productCondition/conditions/styles/periodCondition.less +26 -26
  89. package/es/productCondition/conditions/styles/propCondition.less +43 -43
  90. package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
  91. package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
  92. package/es/productCondition/conditions/styles/textDesc.less +17 -17
  93. package/es/productCondition/styles/conditionTypeList.less +30 -30
  94. package/es/productCondition/styles/conditionWrap.less +18 -18
  95. package/es/productCondition/styles/index.less +33 -33
  96. package/es/productCondition/styles/orConditions.less +34 -34
  97. package/es/productCondition/styles/relationLabel.less +19 -19
  98. package/es/quickDatePicker/styles/index.less +138 -138
  99. package/es/select/styles/handle.less +193 -193
  100. package/es/select/styles/index.less +129 -129
  101. package/es/socket/demo/index.less +27 -27
  102. package/es/table/styles/index.less +5 -5
  103. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  104. package/es/targetConditionGroup/index.js +5 -4
  105. package/es/targetConditionGroup/styles/index.less +53 -53
  106. package/es/targetSelector/styles/index.less +110 -110
  107. package/es/userCondition/conditionTypeList.js +1 -10
  108. package/es/userCondition/conditions/businessCondition.js +3 -10
  109. package/es/userCondition/conditions/eventCondition.js +36 -4
  110. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  111. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  112. package/es/userCondition/conditions/styles/eventCondition.less +57 -51
  113. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  114. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  115. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  116. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  117. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  118. package/es/userCondition/conditions/textDesc.js +1 -24
  119. package/es/userCondition/orConditions.js +0 -7
  120. package/es/userCondition/styles/conditionTypeList.less +30 -30
  121. package/es/userCondition/styles/conditionWrap.less +18 -18
  122. package/es/userCondition/styles/index.less +33 -33
  123. package/es/userCondition/styles/orConditions.less +34 -34
  124. package/es/userCondition/styles/relationLabel.less +19 -19
  125. package/es/userGroup/styles/index.less +145 -145
  126. package/es/userGroupHeader/styles/index.less +31 -31
  127. package/es/userTagsSelector/cascaderOverlay.js +13 -6
  128. package/es/userTagsSelector/components/search/index.less +6 -6
  129. package/es/userTagsSelector/components/tagList/index.less +13 -13
  130. package/es/userTagsSelector/demo/index.js +1 -0
  131. package/es/userTagsSelector/groups/styles/option.less +55 -55
  132. package/es/userTagsSelector/index.js +6 -3
  133. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  134. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  135. package/es/userTagsSelector/styles/index.less +10 -10
  136. package/es/userTagsSelector/types.d.ts +2 -0
  137. package/package.json +62 -62
@@ -1,194 +1,194 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-date-picker-old-wrap {
4
- display: flex;
5
-
6
- &-type {
7
- width: 88px;
8
- }
9
-
10
- &-shortcut {
11
- display: flex;
12
- }
13
-
14
- &-list {
15
- display: flex;
16
- // margin: 0 16px 0 0;
17
-
18
- &-relative {
19
- display: flex;
20
- gap: 24px;
21
- align-items: center;
22
- margin-left: 16px;
23
-
24
- &-content {
25
- display: flex;
26
- align-items: center;
27
- span {
28
- margin: 0 8px;
29
- }
30
-
31
- .ant-input-number {
32
- background-color: #fff !important;
33
- border: 1px solid var(---, #ecedf0);
34
- border-radius: 4px;
35
- }
36
- }
37
- }
38
- }
39
-
40
- .biz-select-handle {
41
- margin-right: 8px;
42
- padding: 0;
43
- }
44
-
45
- &-item {
46
- display: flex;
47
- align-items: center;
48
- justify-content: center;
49
- width: 58px;
50
- height: @height-base;
51
- color: @text-color-secondary;
52
- border: 1px solid @border-color-base;
53
- cursor: pointer;
54
-
55
- &:first-child {
56
- border-radius: @border-radius-small 0px 0px @border-radius-small;
57
- }
58
-
59
- &:last-child {
60
- border-radius: 0px @border-radius-small @border-radius-small 0px;
61
- }
62
-
63
- &:not(:last-child) {
64
- border-right: none;
65
- }
66
-
67
- &:hover {
68
- .__default-hover();
69
- border-color: @border-color-base;
70
- }
71
-
72
- &.active {
73
- color: @primary-color;
74
- background: @primary-color-hover;
75
- border: 1px solid @primary-color;
76
- }
77
- }
78
-
79
- &-input {
80
- display: flex;
81
- flex-shrink: 0;
82
- gap: 4px;
83
- align-items: center;
84
- justify-content: space-between;
85
- width: 262px;
86
- padding: 0px 12px;
87
- font-size: 14px;
88
- background: #fff;
89
- border: 1px solid var(---, #ecedf0);
90
- border-radius: 4px;
91
-
92
- &-label {
93
- display: flex;
94
- gap: 4px;
95
- align-items: center;
96
- }
97
-
98
- &:hover {
99
- // color: #165dff;
100
- border-color: @primary-color;
101
- cursor: pointer;
102
- }
103
-
104
- &:focus {
105
- border-color: @primary-color;
106
- }
107
-
108
- &:active {
109
- border-color: @primary-color;
110
- }
111
-
112
- &-active {
113
- border-color: @primary-color;
114
- box-shadow: 0 0 0 4px #f0f7ff;
115
- }
116
-
117
- &-popover {
118
- padding-top: 0 !important;
119
- .ant-popover-arrow {
120
- display: none;
121
- }
122
-
123
- .ant-popover-inner-content {
124
- padding: 0 16px 16px;
125
- }
126
-
127
- .ant-picker-dropdown {
128
- padding-top: 0;
129
-
130
- .ant-picker-range-arrow {
131
- display: none;
132
- }
133
- }
134
-
135
- .ant-tabs-top > .ant-tabs-nav::before {
136
- border-bottom: 1px solid #fafafb;
137
- }
138
-
139
- .ant-tabs-tab {
140
- padding: 12px 0 !important;
141
- font-size: 14px !important;
142
- }
143
-
144
- .ant-popover-inner {
145
- background: #fff;
146
- border-radius: 8px;
147
- box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
148
- }
149
- }
150
-
151
- &-error {
152
- position: relative;
153
- border: 1px solid var(--io-Error-E-, #fb5547) !important;
154
-
155
- &::after {
156
- position: absolute;
157
- width: 67px;
158
- color: red;
159
- font-size: 12px;
160
- content: '请输入内容';
161
- }
162
- }
163
- }
164
-
165
- &-panel {
166
- & div:last-of-type {
167
- position: relative !important;
168
- }
169
- .biz-date-picker-old-wrap-drop {
170
- top: 0 !important;
171
- margin-top: 12px;
172
- padding: 0;
173
- }
174
- .ant-picker-panel-container {
175
- background: #fff;
176
- border: 1px solid var(--io-n-02, #f2f3f4);
177
- border-radius: 10px;
178
- box-shadow: none;
179
- }
180
-
181
- .ant-picker-panel-container .ant-picker-panel-focused {
182
- border-color: var(--io-n-02, #f2f3f4);
183
- }
184
- }
185
-
186
- &-popoverContent-btns {
187
- position: absolute;
188
- top: 0;
189
- right: 0;
190
- display: flex;
191
- gap: 16px;
192
- justify-content: flex-end;
193
- }
194
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-date-picker-old-wrap {
4
+ display: flex;
5
+
6
+ &-type {
7
+ width: 88px;
8
+ }
9
+
10
+ &-shortcut {
11
+ display: flex;
12
+ }
13
+
14
+ &-list {
15
+ display: flex;
16
+ // margin: 0 16px 0 0;
17
+
18
+ &-relative {
19
+ display: flex;
20
+ gap: 24px;
21
+ align-items: center;
22
+ margin-left: 16px;
23
+
24
+ &-content {
25
+ display: flex;
26
+ align-items: center;
27
+ span {
28
+ margin: 0 8px;
29
+ }
30
+
31
+ .ant-input-number {
32
+ background-color: #fff !important;
33
+ border: 1px solid var(---, #ecedf0);
34
+ border-radius: 4px;
35
+ }
36
+ }
37
+ }
38
+ }
39
+
40
+ .biz-select-handle {
41
+ margin-right: 8px;
42
+ padding: 0;
43
+ }
44
+
45
+ &-item {
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ width: 58px;
50
+ height: @height-base;
51
+ color: @text-color-secondary;
52
+ border: 1px solid @border-color-base;
53
+ cursor: pointer;
54
+
55
+ &:first-child {
56
+ border-radius: @border-radius-small 0px 0px @border-radius-small;
57
+ }
58
+
59
+ &:last-child {
60
+ border-radius: 0px @border-radius-small @border-radius-small 0px;
61
+ }
62
+
63
+ &:not(:last-child) {
64
+ border-right: none;
65
+ }
66
+
67
+ &:hover {
68
+ .__default-hover();
69
+ border-color: @border-color-base;
70
+ }
71
+
72
+ &.active {
73
+ color: @primary-color;
74
+ background: @primary-color-hover;
75
+ border: 1px solid @primary-color;
76
+ }
77
+ }
78
+
79
+ &-input {
80
+ display: flex;
81
+ flex-shrink: 0;
82
+ gap: 4px;
83
+ align-items: center;
84
+ justify-content: space-between;
85
+ width: 262px;
86
+ padding: 0px 12px;
87
+ font-size: 14px;
88
+ background: #fff;
89
+ border: 1px solid var(---, #ecedf0);
90
+ border-radius: 4px;
91
+
92
+ &-label {
93
+ display: flex;
94
+ gap: 4px;
95
+ align-items: center;
96
+ }
97
+
98
+ &:hover {
99
+ // color: #165dff;
100
+ border-color: @primary-color;
101
+ cursor: pointer;
102
+ }
103
+
104
+ &:focus {
105
+ border-color: @primary-color;
106
+ }
107
+
108
+ &:active {
109
+ border-color: @primary-color;
110
+ }
111
+
112
+ &-active {
113
+ border-color: @primary-color;
114
+ box-shadow: 0 0 0 4px #f0f7ff;
115
+ }
116
+
117
+ &-popover {
118
+ padding-top: 0 !important;
119
+ .ant-popover-arrow {
120
+ display: none;
121
+ }
122
+
123
+ .ant-popover-inner-content {
124
+ padding: 0 16px 16px;
125
+ }
126
+
127
+ .ant-picker-dropdown {
128
+ padding-top: 0;
129
+
130
+ .ant-picker-range-arrow {
131
+ display: none;
132
+ }
133
+ }
134
+
135
+ .ant-tabs-top > .ant-tabs-nav::before {
136
+ border-bottom: 1px solid #fafafb;
137
+ }
138
+
139
+ .ant-tabs-tab {
140
+ padding: 12px 0 !important;
141
+ font-size: 14px !important;
142
+ }
143
+
144
+ .ant-popover-inner {
145
+ background: #fff;
146
+ border-radius: 8px;
147
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
148
+ }
149
+ }
150
+
151
+ &-error {
152
+ position: relative;
153
+ border: 1px solid var(--io-Error-E-, #fb5547) !important;
154
+
155
+ &::after {
156
+ position: absolute;
157
+ width: 67px;
158
+ color: red;
159
+ font-size: 12px;
160
+ content: '请输入内容';
161
+ }
162
+ }
163
+ }
164
+
165
+ &-panel {
166
+ & div:last-of-type {
167
+ position: relative !important;
168
+ }
169
+ .biz-date-picker-old-wrap-drop {
170
+ top: 0 !important;
171
+ margin-top: 12px;
172
+ padding: 0;
173
+ }
174
+ .ant-picker-panel-container {
175
+ background: #fff;
176
+ border: 1px solid var(--io-n-02, #f2f3f4);
177
+ border-radius: 10px;
178
+ box-shadow: none;
179
+ }
180
+
181
+ .ant-picker-panel-container .ant-picker-panel-focused {
182
+ border-color: var(--io-n-02, #f2f3f4);
183
+ }
184
+ }
185
+
186
+ &-popoverContent-btns {
187
+ position: absolute;
188
+ top: 0;
189
+ right: 0;
190
+ display: flex;
191
+ gap: 16px;
192
+ justify-content: flex-end;
193
+ }
194
+ }
@@ -1,3 +1,3 @@
1
- @import '~antd/dist/antd.less';
2
- @import '../assets/iconfont/iconfont.css';
3
- @import '../assets/styles/resetAntd.less';
1
+ @import '~antd/dist/antd.less';
2
+ @import '../assets/iconfont/iconfont.css';
3
+ @import '../assets/styles/resetAntd.less';
@@ -1,22 +1,22 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-dialog {
4
- &-input.ant-input-affix-wrapper {
5
- border-radius: @border-radius-small;
6
- }
7
-
8
- .ant-form-item-label > label {
9
- height: @height-lg;
10
- }
11
- }
12
- .biz-dialog-wrap {
13
- .ant-modal-close {
14
- top: 5px;
15
- right: 5px;
16
-
17
- .bsicon {
18
- color: @text-color;
19
- font-size: 24px !important;
20
- }
21
- }
22
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-dialog {
4
+ &-input.ant-input-affix-wrapper {
5
+ border-radius: @border-radius-small;
6
+ }
7
+
8
+ .ant-form-item-label > label {
9
+ height: @height-lg;
10
+ }
11
+ }
12
+ .biz-dialog-wrap {
13
+ .ant-modal-close {
14
+ top: 5px;
15
+ right: 5px;
16
+
17
+ .bsicon {
18
+ color: @text-color;
19
+ font-size: 24px !important;
20
+ }
21
+ }
22
+ }
@@ -1,19 +1,19 @@
1
- @import '../../assets/styles/inner.less';
2
- .biz-dnd {
3
- &-item {
4
- cursor: move;
5
- user-select: none;
6
- &.disable,
7
- &.handle {
8
- cursor: inherit;
9
- user-select: inherit;
10
- }
11
- }
12
- &-handle {
13
- cursor: move;
14
- user-select: none;
15
- }
16
- &-temp {
17
- pointer-events: none;
18
- }
19
- }
1
+ @import '../../assets/styles/inner.less';
2
+ .biz-dnd {
3
+ &-item {
4
+ cursor: move;
5
+ user-select: none;
6
+ &.disable,
7
+ &.handle {
8
+ cursor: inherit;
9
+ user-select: inherit;
10
+ }
11
+ }
12
+ &-handle {
13
+ cursor: move;
14
+ user-select: none;
15
+ }
16
+ &-temp {
17
+ pointer-events: none;
18
+ }
19
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import '@zgfe/business-lib/es/assets/styles/resetAntd.less';
3
+ declare const _default: () => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,16 @@
1
+ import { BizEmpty } from '@zgfe/business-lib';
2
+ import React from 'react';
3
+ import '@zgfe/business-lib/es/assets/styles/resetAntd.less';
4
+ export default (function () {
5
+ return /*#__PURE__*/React.createElement("div", {
6
+ style: {
7
+ height: 500
8
+ }
9
+ }, /*#__PURE__*/React.createElement(BizEmpty, {
10
+ image: 'attention',
11
+ imageStyle: {
12
+ height: 58
13
+ },
14
+ description: '事件已被删除无法查看,请重新设置'
15
+ }));
16
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { EmptyTypes } from './types';
3
+ declare const BizEmpty: React.FC<EmptyTypes>;
4
+ export default BizEmpty;
@@ -0,0 +1,19 @@
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
+ import React from 'react';
8
+ import { Empty } from 'antd';
9
+ import attention from './../assets/images/attention.png';
10
+ var keyToImg = {
11
+ attention: attention
12
+ };
13
+ var BizEmpty = function BizEmpty(props) {
14
+ return /*#__PURE__*/React.createElement(Empty, _objectSpread(_objectSpread({}, props), {}, {
15
+ image: keyToImg['attention'] || props.image,
16
+ description: props.description
17
+ }));
18
+ };
19
+ export default BizEmpty;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export interface EmptyTypes {
3
+ children?: React.ReactNode;
4
+ description?: React.ReactNode;
5
+ image?: React.ReactNode;
6
+ imageStyle?: React.CSSProperties;
7
+ }
@@ -0,0 +1 @@
1
+ export {};