bonuspluscomponents 0.0.249 → 0.0.251
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/bonuspluscomponents.cjs.js +26 -26
- package/dist/bonuspluscomponents.es.js +5 -3
- package/dist/bonuspluscomponents.umd.js +34 -34
- package/dist/components/FormController/UseFormController.d.ts.map +1 -1
- package/dist/components/Validation/ValidationPopup/ValidationPopup.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -21281,7 +21281,8 @@ const aO = ({ dates: e, readonly: t, onChange: n, title: r }) => {
|
|
|
21281
21281
|
m("GetControls", !0);
|
|
21282
21282
|
const F = await a().post("/externalCustomerCabinet/form/registration", {
|
|
21283
21283
|
alfaCode: g,
|
|
21284
|
-
linkId: p
|
|
21284
|
+
linkId: p,
|
|
21285
|
+
isReg: n
|
|
21285
21286
|
});
|
|
21286
21287
|
e == null || e(F.data.controls);
|
|
21287
21288
|
let V = F.data.controls;
|
|
@@ -22695,7 +22696,7 @@ const mp = (e) => /* @__PURE__ */ f.jsx("div", { style: { padding: "1em", backgr
|
|
|
22695
22696
|
}, jM = () => {
|
|
22696
22697
|
const { controlsForm: e, saved: t, setSaved: n } = Hf(
|
|
22697
22698
|
{
|
|
22698
|
-
buttonSaveText: "
|
|
22699
|
+
buttonSaveText: "Сохранить",
|
|
22699
22700
|
isReg: !1
|
|
22700
22701
|
}
|
|
22701
22702
|
);
|
|
@@ -22756,7 +22757,7 @@ const mp = (e) => /* @__PURE__ */ f.jsx("div", { style: { padding: "1em", backgr
|
|
|
22756
22757
|
{
|
|
22757
22758
|
icon: /* @__PURE__ */ f.jsx(Kf, {}),
|
|
22758
22759
|
value: "personInfo",
|
|
22759
|
-
label: "
|
|
22760
|
+
label: "Анкета",
|
|
22760
22761
|
page: /* @__PURE__ */ f.jsx(jM, {}),
|
|
22761
22762
|
active: n == null ? void 0 : n.canEditPersonInfo,
|
|
22762
22763
|
disabled: n == null ? void 0 : n.isReg
|
|
@@ -22830,6 +22831,7 @@ export {
|
|
|
22830
22831
|
JM as ErrorBoundary,
|
|
22831
22832
|
Hf as FormController,
|
|
22832
22833
|
ah as Header,
|
|
22834
|
+
br as IconButton,
|
|
22833
22835
|
QM as IconRating,
|
|
22834
22836
|
Go as Input,
|
|
22835
22837
|
ih as Loader,
|