@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.
- package/dist/pro.all.min.css +1 -1
- package/dist/pro.css +1 -1
- package/dist/pro.js +4 -3
- package/dist/pro.min.js +1 -1
- package/dist/pro.xconsole.min.css +1 -1
- package/es/actions/index.js +4 -3
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/xconsole.scss +4 -4
- package/lib/actions/index.js +4 -3
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/xconsole.scss +4 -4
- package/package.json +1 -1
package/dist/pro.js
CHANGED
@@ -99304,8 +99304,9 @@ var ProActionButton = function ProActionButton(props) {
|
|
99304
99304
|
triggerProps['type'] = 'primary';
|
99305
99305
|
}
|
99306
99306
|
content = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(CustomActionComponent, _extends({
|
99307
|
-
triggerProps: triggerProps
|
99308
|
-
|
99307
|
+
triggerProps: triggerProps,
|
99308
|
+
actionProps: actionProps
|
99309
|
+
}, config, context));
|
99309
99310
|
}
|
99310
99311
|
var baseToolTipProps = _extends({
|
99311
99312
|
triggerType: 'hover',
|
@@ -105947,7 +105948,7 @@ if (!((_window = window) != null && _window.TEAMIXPRO_WITHOUT_ICON)) {
|
|
105947
105948
|
|
105948
105949
|
|
105949
105950
|
|
105950
|
-
var version = '1.5.
|
105951
|
+
var version = '1.5.32-beta';
|
105951
105952
|
|
105952
105953
|
// By TeamixTest
|
105953
105954
|
window.postMessage({
|