@isettingkit/business-rules 0.1.24 → 0.1.25
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.es.d.ts +1 -1
- package/dist/index.es.js +2 -3
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
|
@@ -70,6 +70,6 @@ declare interface IRulesFormTextValues {
|
|
|
70
70
|
|
|
71
71
|
export declare const ModalRules: (props: IModalRules) => ReactPortal;
|
|
72
72
|
|
|
73
|
-
export declare
|
|
73
|
+
export declare const RulesForm: (props: IRulesForm) => JSX_2.Element;
|
|
74
74
|
|
|
75
75
|
export { }
|
package/dist/index.es.js
CHANGED
|
@@ -279,7 +279,7 @@ function Te({ decision: r, onSubmitEvent: e }) {
|
|
|
279
279
|
});
|
|
280
280
|
} };
|
|
281
281
|
}
|
|
282
|
-
|
|
282
|
+
const Ee = (r) => {
|
|
283
283
|
var o, m, g, x, f, p, C;
|
|
284
284
|
const { decision: e, onSubmitEvent: s, textValues: i, onCancel: u } = r, { formik: a, handleToggleNoneChange: l } = Te({
|
|
285
285
|
decision: e,
|
|
@@ -432,8 +432,7 @@ function Ee(r) {
|
|
|
432
432
|
/* @__PURE__ */ t(B, { type: "submit", children: i.confirm })
|
|
433
433
|
] })
|
|
434
434
|
] }) });
|
|
435
|
-
}
|
|
436
|
-
const D = (r) => {
|
|
435
|
+
}, D = (r) => {
|
|
437
436
|
if (!r)
|
|
438
437
|
return;
|
|
439
438
|
const e = r.value;
|