@teamix/pro 1.5.31 → 1.5.32-beta

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.
@@ -166,9 +166,10 @@ export var ProActionButton = function ProActionButton(props) {
166
166
  } else {
167
167
  triggerProps['type'] = 'primary';
168
168
  }
169
- content = /*#__PURE__*/React.createElement(CustomActionComponent, _objectSpread({
170
- triggerProps: triggerProps
171
- }, context));
169
+ content = /*#__PURE__*/React.createElement(CustomActionComponent, _objectSpread(_objectSpread({
170
+ triggerProps: triggerProps,
171
+ actionProps: actionProps
172
+ }, config), context));
172
173
  }
173
174
  var baseToolTipProps = _objectSpread({
174
175
  triggerType: 'hover',
package/es/index.d.ts CHANGED
@@ -30,5 +30,5 @@ export * from './sidebar';
30
30
  export * from './utils';
31
31
  export * from './timeline';
32
32
  export * from './image';
33
- declare const version = "1.5.31";
33
+ declare const version = "1.5.32-beta";
34
34
  export { version, ProAction, ProCard, ProField, ProForm, ProInfo, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, ProImage, hooks, nocode, templates, utils, };
package/es/index.js CHANGED
@@ -37,7 +37,7 @@ export * from './sidebar';
37
37
  export * from './utils';
38
38
  export * from './timeline';
39
39
  export * from './image';
40
- var version = '1.5.31';
40
+ var version = '1.5.32-beta';
41
41
  // By TeamixTest
42
42
  window.postMessage({
43
43
  source: 'teamix-test-devtools',
package/es/xconsole.scss CHANGED
@@ -16,15 +16,15 @@
16
16
  --color-error-9: rgba(125, 18, 7, 1);
17
17
  --color-error-8: rgba(161, 31, 19, 1);
18
18
  --color-error-7: rgba(196, 49, 35, 1);
19
- --color-error-5: rgba(237, 103, 90, 1);
20
- --color-error-6: rgba(232, 71, 56, 1);
19
+ --color-error-5: #C80000;
20
+ --color-error-6: #C80000;
21
21
  --color-error-4: rgba(242, 136, 126, 1);
22
22
  --color-error-1: rgba(255, 236, 235, 1);
23
23
  --color-warning-10: rgba(82, 42, 0, 1);
24
24
  --color-warning-9: rgba(119, 65, 6, 1);
25
25
  --color-warning-8: rgba(163, 90, 10, 1);
26
26
  --color-warning-7: rgba(207, 116, 18, 1);
27
- --color-warning-5: rgba(247, 168, 84, 1);
27
+ --color-warning-5: #FAC800;
28
28
  --color-warning-6: rgba(249, 142, 26, 1);
29
29
  --color-warning-4: rgba(255, 185, 110, 1);
30
30
  --color-warning-1: rgba(255, 245, 235, 1);
@@ -33,7 +33,7 @@
33
33
  --color-success-8: rgba(10, 130, 67, 1);
34
34
  --color-success-7: rgba(21, 153, 83, 1);
35
35
  --color-success-5: rgba(67, 191, 126, 1);
36
- --color-success-6: rgba(35, 176, 102, 1);
36
+ --color-success-6: #00A700;
37
37
  --color-success-4: rgba(103, 207, 152, 1);
38
38
  --color-success-2: rgba(209, 244, 225, 1);
39
39
  --color-success-1: rgba(235, 255, 246, 1);
@@ -201,9 +201,10 @@ var ProActionButton = function ProActionButton(props) {
201
201
  } else {
202
202
  triggerProps['type'] = 'primary';
203
203
  }
204
- content = /*#__PURE__*/_react.default.createElement(CustomActionComponent, _objectSpread({
205
- triggerProps: triggerProps
206
- }, context));
204
+ content = /*#__PURE__*/_react.default.createElement(CustomActionComponent, _objectSpread(_objectSpread({
205
+ triggerProps: triggerProps,
206
+ actionProps: actionProps
207
+ }, config), context));
207
208
  }
208
209
  var baseToolTipProps = _objectSpread({
209
210
  triggerType: 'hover',
package/lib/index.d.ts CHANGED
@@ -30,5 +30,5 @@ export * from './sidebar';
30
30
  export * from './utils';
31
31
  export * from './timeline';
32
32
  export * from './image';
33
- declare const version = "1.5.31";
33
+ declare const version = "1.5.32-beta";
34
34
  export { version, ProAction, ProCard, ProField, ProForm, ProInfo, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, ProImage, hooks, nocode, templates, utils, };
package/lib/index.js CHANGED
@@ -299,7 +299,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
299
299
  if (!((_window = window) === null || _window === void 0 ? void 0 : _window.TEAMIXPRO_WITHOUT_ICON)) {
300
300
  _icon.default.setConfig(_utils.default.getTeamixIconConfig());
301
301
  }
302
- var version = '1.5.31';
302
+ var version = '1.5.32-beta';
303
303
  // By TeamixTest
304
304
  exports.version = version;
305
305
  window.postMessage({
package/lib/xconsole.scss CHANGED
@@ -16,15 +16,15 @@
16
16
  --color-error-9: rgba(125, 18, 7, 1);
17
17
  --color-error-8: rgba(161, 31, 19, 1);
18
18
  --color-error-7: rgba(196, 49, 35, 1);
19
- --color-error-5: rgba(237, 103, 90, 1);
20
- --color-error-6: rgba(232, 71, 56, 1);
19
+ --color-error-5: #C80000;
20
+ --color-error-6: #C80000;
21
21
  --color-error-4: rgba(242, 136, 126, 1);
22
22
  --color-error-1: rgba(255, 236, 235, 1);
23
23
  --color-warning-10: rgba(82, 42, 0, 1);
24
24
  --color-warning-9: rgba(119, 65, 6, 1);
25
25
  --color-warning-8: rgba(163, 90, 10, 1);
26
26
  --color-warning-7: rgba(207, 116, 18, 1);
27
- --color-warning-5: rgba(247, 168, 84, 1);
27
+ --color-warning-5: #FAC800;
28
28
  --color-warning-6: rgba(249, 142, 26, 1);
29
29
  --color-warning-4: rgba(255, 185, 110, 1);
30
30
  --color-warning-1: rgba(255, 245, 235, 1);
@@ -33,7 +33,7 @@
33
33
  --color-success-8: rgba(10, 130, 67, 1);
34
34
  --color-success-7: rgba(21, 153, 83, 1);
35
35
  --color-success-5: rgba(67, 191, 126, 1);
36
- --color-success-6: rgba(35, 176, 102, 1);
36
+ --color-success-6: #00A700;
37
37
  --color-success-4: rgba(103, 207, 152, 1);
38
38
  --color-success-2: rgba(209, 244, 225, 1);
39
39
  --color-success-1: rgba(235, 255, 246, 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamix/pro",
3
- "version": "1.5.31",
3
+ "version": "1.5.32-beta",
4
4
  "description": "TeamixPro大包",
5
5
  "keywords": [
6
6
  "aliyun",