@apexcura/ui-components 0.0.11-Beta208 → 0.0.11-Beta209
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.d.mts +0 -6
- package/dist/index.d.ts +0 -6
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -52,12 +52,6 @@ type ElementType = {
|
|
|
52
52
|
iconsClassName?: string;
|
|
53
53
|
labelClassName?: string;
|
|
54
54
|
containerClassName?: string;
|
|
55
|
-
chat_duration?: string;
|
|
56
|
-
chat_end?: string;
|
|
57
|
-
chat_start?: string;
|
|
58
|
-
major_actions?: string;
|
|
59
|
-
patient_name?: string;
|
|
60
|
-
phno?: string;
|
|
61
55
|
};
|
|
62
56
|
|
|
63
57
|
interface ElementExecuterProps$3 extends ElementType {
|
package/dist/index.d.ts
CHANGED
|
@@ -52,12 +52,6 @@ type ElementType = {
|
|
|
52
52
|
iconsClassName?: string;
|
|
53
53
|
labelClassName?: string;
|
|
54
54
|
containerClassName?: string;
|
|
55
|
-
chat_duration?: string;
|
|
56
|
-
chat_end?: string;
|
|
57
|
-
chat_start?: string;
|
|
58
|
-
major_actions?: string;
|
|
59
|
-
patient_name?: string;
|
|
60
|
-
phno?: string;
|
|
61
55
|
};
|
|
62
56
|
|
|
63
57
|
interface ElementExecuterProps$3 extends ElementType {
|
package/dist/index.js
CHANGED
|
@@ -617,6 +617,7 @@ var import_antd13 = require("antd");
|
|
|
617
617
|
var ModelElement = (props) => {
|
|
618
618
|
const { onCancel, model, selectedRecord } = props;
|
|
619
619
|
console.log("selectedRecord in model", selectedRecord);
|
|
620
|
+
console.log("model", model);
|
|
620
621
|
return /* @__PURE__ */ import_react19.default.createElement(
|
|
621
622
|
import_antd13.Modal,
|
|
622
623
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -566,6 +566,7 @@ import { Modal } from "antd";
|
|
|
566
566
|
var ModelElement = (props) => {
|
|
567
567
|
const { onCancel, model, selectedRecord } = props;
|
|
568
568
|
console.log("selectedRecord in model", selectedRecord);
|
|
569
|
+
console.log("model", model);
|
|
569
570
|
return /* @__PURE__ */ React18.createElement(
|
|
570
571
|
Modal,
|
|
571
572
|
{
|