@apexcura/ui-components 0.0.11-Beta230 → 0.0.11-Beta231
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -716,7 +716,7 @@ var TableElement = (props) => {
|
|
|
716
716
|
};
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
|
-
), model && /* @__PURE__ */ import_react21.default.createElement(ModelElement, {
|
|
719
|
+
), model && /* @__PURE__ */ import_react21.default.createElement(ModelElement, { selectedRecord, ...props, model, onCancel: () => setModel(false) }));
|
|
720
720
|
};
|
|
721
721
|
|
|
722
722
|
// src/Components/DatePicker.tsx
|
package/dist/index.mjs
CHANGED
|
@@ -665,7 +665,7 @@ var TableElement = (props) => {
|
|
|
665
665
|
};
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
|
-
), model && /* @__PURE__ */ React20.createElement(ModelElement, {
|
|
668
|
+
), model && /* @__PURE__ */ React20.createElement(ModelElement, { selectedRecord, ...props, model, onCancel: () => setModel(false) }));
|
|
669
669
|
};
|
|
670
670
|
|
|
671
671
|
// src/Components/DatePicker.tsx
|