oolib 2.101.4 → 2.101.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.
@@ -25,6 +25,7 @@ var PDFActions = function (_a) {
25
25
  id: "".concat(id, "_replacePDF"),
26
26
  display: "Replace PDF",
27
27
  onClick: function () {
28
+ parentOnChange(undefined);
28
29
  inputRef.current.click();
29
30
  },
30
31
  },
@@ -28,6 +28,7 @@ var VideoActionMenu = function (_a) {
28
28
  id: "".concat(id, "_uploadNewVideo"),
29
29
  display: "Upload New Video",
30
30
  onClick: function () {
31
+ onChange(undefined);
31
32
  inputRef.current.click(); // Trigger file explorer popup
32
33
  },
33
34
  }
@@ -35,6 +36,7 @@ var VideoActionMenu = function (_a) {
35
36
  id: "".concat(id, "_replaceUrl"),
36
37
  display: "Replace URL",
37
38
  onClick: function (e) {
39
+ onChange(undefined);
38
40
  setShowEmbedLinkModal(true);
39
41
  },
40
42
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.101.4",
3
+ "version": "2.101.5",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",