oolib 2.92.4 → 2.92.5

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.
@@ -92,7 +92,6 @@ var OptionsMulti = function (_a) {
92
92
  JSON.stringify(options),
93
93
  value,
94
94
  ]);
95
- console.log({ selectedOptions: selectedOptions });
96
95
  var _b = (0, useKeyboardControl_1.useKeyboardControl)({
97
96
  showOptions: showOptions,
98
97
  optionsWrapperRef: optionsRef,
@@ -119,7 +118,6 @@ var OptionsMulti = function (_a) {
119
118
  } },
120
119
  react_1.default.createElement(Typo_1.LABEL, { invert: invert, style: { padding: "2rem", paddingBottom: 0 }, color: colors_1.colors.greyColor70 }, "selected"),
121
120
  selectedOptions.map(function (d) {
122
- console.log({ d: d });
123
121
  return (react_1.default.createElement(styled_1.StyledOption, { invert: invert, key: d.value, isSelected: opIsSelected(d), S: S, onClick: function (e) {
124
122
  if (!d.loading) {
125
123
  handleSelect(d);
@@ -41,6 +41,8 @@ function ModalConfirmAction(_a) {
41
41
  var _d = (0, react_1.useState)(false), modal = _d[0], setModal = _d[1];
42
42
  var callback;
43
43
  var handleParentClick = function (e) {
44
+ // usecase: actionMenu in table
45
+ e.stopPropagation();
44
46
  setModal(e);
45
47
  };
46
48
  var handleConfirm = function (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.92.4",
3
+ "version": "2.92.5",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",