pollination-react-io 1.86.1 → 1.86.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.
- package/build/index.esm.js +3 -3
- package/build/index.esm.js.map +1 -1
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -53918,7 +53918,7 @@ var SendGeometry = function (_a) {
|
|
53918
53918
|
cursor: 'pointer'
|
53919
53919
|
}, triggerStyle: {
|
53920
53920
|
border: 'solid 1px #fff'
|
53921
|
-
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, action: '
|
53921
|
+
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, action: 'click', onSelect: onSelect, options: values },
|
53922
53922
|
React__default["default"].createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53923
53923
|
width: '100%',
|
53924
53924
|
fontSize: '14px',
|
@@ -54052,7 +54052,7 @@ var SendModel = function (_a) {
|
|
54052
54052
|
cursor: 'pointer'
|
54053
54053
|
}, triggerStyle: {
|
54054
54054
|
border: 'solid 1px #fff'
|
54055
|
-
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, onSelect: onSelect, action: '
|
54055
|
+
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, onSelect: onSelect, action: 'click', options: values },
|
54056
54056
|
React__default["default"].createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
54057
54057
|
width: '100%',
|
54058
54058
|
fontSize: '14px',
|
@@ -54253,7 +54253,7 @@ var SendResults = function (_a) {
|
|
54253
54253
|
}, triggerStyle: {
|
54254
54254
|
border: 'solid 1px #fff',
|
54255
54255
|
flexShrink: '0',
|
54256
|
-
}, placement: 'bottomRight', activeId: defaultAction, action: '
|
54256
|
+
}, placement: 'bottomRight', activeId: defaultAction, action: 'click', disabled: disabled, onSelect: onSelect, options: values },
|
54257
54257
|
React__default["default"].createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
54258
54258
|
width: '100%',
|
54259
54259
|
fontSize: '14px',
|