@careevolution/mydatahelps-ui 2.88.2-DocLibTest.0 → 2.88.2-DocLibTest.1
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/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -187482,7 +187482,7 @@ function DocumentDetailView(props) {
|
|
|
187482
187482
|
const onShare = async () => {
|
|
187483
187483
|
if (props.previewState || !document?.fileUrl)
|
|
187484
187484
|
return;
|
|
187485
|
-
MyDataHelps.
|
|
187485
|
+
MyDataHelps.openEmbeddedUrl(document.fileUrl);
|
|
187486
187486
|
};
|
|
187487
187487
|
return React$1.createElement(Layout, { colorScheme: props.colorScheme ?? 'auto' },
|
|
187488
187488
|
React$1.createElement(NavigationBar, { showBackButton: true, className: "mdhui-document-detail-view-nav-bar", navigationBarRight: platform && document ?
|
package/dist/esm/index.js
CHANGED
|
@@ -187462,7 +187462,7 @@ function DocumentDetailView(props) {
|
|
|
187462
187462
|
const onShare = async () => {
|
|
187463
187463
|
if (props.previewState || !document?.fileUrl)
|
|
187464
187464
|
return;
|
|
187465
|
-
MyDataHelps.
|
|
187465
|
+
MyDataHelps.openEmbeddedUrl(document.fileUrl);
|
|
187466
187466
|
};
|
|
187467
187467
|
return React__default.createElement(Layout, { colorScheme: props.colorScheme ?? 'auto' },
|
|
187468
187468
|
React__default.createElement(NavigationBar, { showBackButton: true, className: "mdhui-document-detail-view-nav-bar", navigationBarRight: platform && document ?
|