@apexcura/ui-components 0.0.14-Beta150 → 0.0.14-Beta151
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/index.js +6 -4
- package/dist/index.mjs +6 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -777,12 +777,14 @@ var TableElement = (props) => {
|
|
|
777
777
|
"a",
|
|
778
778
|
{
|
|
779
779
|
onClick: () => {
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
780
|
+
if (props.view) {
|
|
781
|
+
setSelectedRecord(record);
|
|
782
|
+
handleChange(record);
|
|
783
|
+
setModel(true);
|
|
784
|
+
}
|
|
783
785
|
}
|
|
784
786
|
},
|
|
785
|
-
"
|
|
787
|
+
/* @__PURE__ */ import_react20.default.createElement("p", null, ";lwkqhskJ")
|
|
786
788
|
);
|
|
787
789
|
}
|
|
788
790
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -711,12 +711,14 @@ var TableElement = (props) => {
|
|
|
711
711
|
"a",
|
|
712
712
|
{
|
|
713
713
|
onClick: () => {
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
714
|
+
if (props.view) {
|
|
715
|
+
setSelectedRecord(record);
|
|
716
|
+
handleChange(record);
|
|
717
|
+
setModel(true);
|
|
718
|
+
}
|
|
717
719
|
}
|
|
718
720
|
},
|
|
719
|
-
"
|
|
721
|
+
/* @__PURE__ */ React20.createElement("p", null, ";lwkqhskJ")
|
|
720
722
|
);
|
|
721
723
|
}
|
|
722
724
|
});
|