@redneckz/wildless-cms-uni-blocks 0.10.3 → 0.10.5
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/bundle/bundle.umd.js +23 -11
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
- package/bundle/ui-kit/Dialog/useDialogProps.d.ts +1 -1
- package/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
- package/dist/components/CarouselLinks/CarouselLinks.js +1 -1
- package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
- package/dist/components/ContentPage/ContentPage.js +2 -1
- package/dist/components/ContentPage/ContentPage.js.map +1 -1
- package/dist/components/Header/InternetBankButton.js +1 -1
- package/dist/components/Header/InternetBankButton.js.map +1 -1
- package/dist/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
- package/dist/ui-kit/CookiePopup/CookiePopup.js +22 -0
- package/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -0
- package/dist/ui-kit/Dialog/CloseButton.js +1 -1
- package/dist/ui-kit/Dialog/CloseButton.js.map +1 -1
- package/dist/ui-kit/Dialog/Dialog.js +1 -1
- package/dist/ui-kit/Dialog/Dialog.js.map +1 -1
- package/dist/ui-kit/Dialog/useDialogProps.d.ts +1 -1
- package/dist/ui-kit/Dialog/useDialogProps.js +2 -2
- package/dist/ui-kit/Dialog/useDialogProps.js.map +1 -1
- package/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
- package/dist/ui-kit/LinkWrapper/LinkWrapper.js +2 -2
- package/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/dist/ui-kit/Sitemap/Sitemap.js +1 -1
- package/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/CarouselLinks/CarouselLinks.js +1 -1
- package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
- package/lib/components/ContentPage/ContentPage.js +2 -1
- package/lib/components/ContentPage/ContentPage.js.map +1 -1
- package/lib/components/Header/InternetBankButton.js +1 -1
- package/lib/components/Header/InternetBankButton.js.map +1 -1
- package/lib/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
- package/lib/ui-kit/CookiePopup/CookiePopup.js +20 -0
- package/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -0
- package/lib/ui-kit/Dialog/CloseButton.js +1 -1
- package/lib/ui-kit/Dialog/CloseButton.js.map +1 -1
- package/lib/ui-kit/Dialog/Dialog.js +1 -1
- package/lib/ui-kit/Dialog/Dialog.js.map +1 -1
- package/lib/ui-kit/Dialog/useDialogProps.d.ts +1 -1
- package/lib/ui-kit/Dialog/useDialogProps.js +2 -2
- package/lib/ui-kit/Dialog/useDialogProps.js.map +1 -1
- package/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
- package/lib/ui-kit/LinkWrapper/LinkWrapper.js +2 -2
- package/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/lib/ui-kit/Sitemap/Sitemap.js +1 -1
- package/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +26 -7
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
- package/mobile/bundle/ui-kit/Dialog/useDialogProps.d.ts +1 -1
- package/mobile/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
- package/mobile/dist/components/CarouselLinks/CarouselLinks.js +1 -1
- package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
- package/mobile/dist/components/ContentPage/ContentPage.js +2 -1
- package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
- package/mobile/dist/components/Header/InternetBankButton.js +1 -1
- package/mobile/dist/components/Header/InternetBankButton.js.map +1 -1
- package/mobile/dist/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
- package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js +22 -0
- package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -0
- package/mobile/dist/ui-kit/Dialog/CloseButton.js +1 -1
- package/mobile/dist/ui-kit/Dialog/CloseButton.js.map +1 -1
- package/mobile/dist/ui-kit/Dialog/Dialog.js +1 -1
- package/mobile/dist/ui-kit/Dialog/Dialog.js.map +1 -1
- package/mobile/dist/ui-kit/Dialog/useDialogProps.d.ts +1 -1
- package/mobile/dist/ui-kit/Dialog/useDialogProps.js +2 -2
- package/mobile/dist/ui-kit/Dialog/useDialogProps.js.map +1 -1
- package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
- package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js +2 -2
- package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/mobile/dist/ui-kit/Sitemap/Sitemap.js +1 -1
- package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/lib/components/CarouselLinks/CarouselLinks.js +1 -1
- package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
- package/mobile/lib/components/ContentPage/ContentPage.js +2 -1
- package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
- package/mobile/lib/components/Header/InternetBankButton.js +1 -1
- package/mobile/lib/components/Header/InternetBankButton.js.map +1 -1
- package/mobile/lib/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
- package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js +20 -0
- package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -0
- package/mobile/lib/ui-kit/Dialog/CloseButton.js +1 -1
- package/mobile/lib/ui-kit/Dialog/CloseButton.js.map +1 -1
- package/mobile/lib/ui-kit/Dialog/Dialog.js +1 -1
- package/mobile/lib/ui-kit/Dialog/Dialog.js.map +1 -1
- package/mobile/lib/ui-kit/Dialog/useDialogProps.d.ts +1 -1
- package/mobile/lib/ui-kit/Dialog/useDialogProps.js +2 -2
- package/mobile/lib/ui-kit/Dialog/useDialogProps.js.map +1 -1
- package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
- package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js +2 -2
- package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/mobile/lib/ui-kit/Sitemap/Sitemap.js +1 -1
- package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +1 -1
- package/mobile/src/components/ContentPage/ContentPage.tsx +5 -0
- package/mobile/src/components/Header/InternetBankButton.tsx +15 -13
- package/mobile/src/ui-kit/CookiePopup/CookiePopup.tsx +64 -0
- package/mobile/src/ui-kit/Dialog/CloseButton.tsx +1 -1
- package/mobile/src/ui-kit/Dialog/Dialog.tsx +1 -1
- package/mobile/src/ui-kit/Dialog/useDialogProps.ts +2 -1
- package/mobile/src/ui-kit/LinkWrapper/LinkWrapper.tsx +13 -10
- package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
- package/package.json +1 -1
- package/src/components/CarouselLinks/CarouselLinks.tsx +1 -1
- package/src/components/ContentPage/ContentPage.tsx +5 -0
- package/src/components/Header/InternetBankButton.tsx +15 -13
- package/src/ui-kit/CookiePopup/CookiePopup.tsx +64 -0
- package/src/ui-kit/Dialog/CloseButton.tsx +1 -1
- package/src/ui-kit/Dialog/Dialog.tsx +1 -1
- package/src/ui-kit/Dialog/useDialogProps.ts +2 -1
- package/src/ui-kit/LinkWrapper/LinkWrapper.tsx +13 -10
- package/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
- package/tailwind.config.cjs +1 -0
|
@@ -2,5 +2,5 @@ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
|
|
|
2
2
|
import { JSX } from '@redneckz/uni-jsx';
|
|
3
3
|
import { style } from '../../utils/style.js';
|
|
4
4
|
import { Img } from '../Img/Img.js';
|
|
5
|
-
export const CloseButton = JSX(({ className, onClick }) => (_jsx("button", { className: style('
|
|
5
|
+
export const CloseButton = JSX(({ className, onClick }) => (_jsx("button", { className: style('flex justify-center items-center w-12 h-12 p-1 bg-transparent border-none', className), onClick: onClick, title: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", children: _jsx(Img, { image: { icon: 'CloseIcon' }, width: "24", height: "24" }) })));
|
|
6
6
|
//# sourceMappingURL=CloseButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CloseButton.js","sourceRoot":"","sources":["../../../src/ui-kit/Dialog/CloseButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAQjC,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAC3E,iBACE,SAAS,EAAE,KAAK,CACd,
|
|
1
|
+
{"version":3,"file":"CloseButton.js","sourceRoot":"","sources":["../../../src/ui-kit/Dialog/CloseButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAQjC,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAC3E,iBACE,SAAS,EAAE,KAAK,CACd,2EAA2E,EAC3E,SAAS,CACV,EACD,OAAO,EAAE,OAAO,EAChB,KAAK,EAAC,4CAAS,YAEf,KAAC,GAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,GACrD,CACV,CAAC,CAAC"}
|
|
@@ -15,6 +15,6 @@ export const Dialog = JSX(({ className, isOpened, head, children, onClose }) =>
|
|
|
15
15
|
globalThis.document?.removeEventListener('keydown', handleEscape);
|
|
16
16
|
};
|
|
17
17
|
}, [onClose]);
|
|
18
|
-
return isOpened ? (_jsx("div", { className: style('fixed inset-0 bg-white text-l-light z-50 overflow-x-hidden overflow-y-scroll no-scrollbar', className), role: "dialog", children: _jsxs("div", { className: "relative container pb-12 min-h-full", children: [_jsxs("div", { className: "sticky bg-white pt-6 top-0", children: [_jsx(CloseButton, { className: "absolute top-
|
|
18
|
+
return isOpened ? (_jsx("div", { className: style('fixed inset-0 bg-white text-l-light z-50 overflow-x-hidden overflow-y-scroll no-scrollbar', className), role: "dialog", children: _jsxs("div", { className: "relative container pb-12 min-h-full", children: [_jsxs("div", { className: "sticky bg-white pt-6 top-0", children: [_jsx(CloseButton, { className: "absolute top-10 -right-12", onClick: onClose }), head] }), children] }) })) : null;
|
|
19
19
|
});
|
|
20
20
|
//# sourceMappingURL=Dialog.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.js","sourceRoot":"","sources":["../../../src/ui-kit/Dialog/Dialog.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAS5C,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAc,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE;IAC1F,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,YAAY,GAAG,CAAC,EAAE,GAAG,EAAmB,EAAE,EAAE;YAChD,IAAI,GAAG,KAAK,QAAQ,EAAE;gBACpB,OAAO,IAAI,OAAO,EAAE,CAAC;aACtB;QACH,CAAC,CAAC;QAEF,UAAU,CAAC,QAAQ,EAAE,gBAAgB,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;QAE/D,OAAO,GAAG,EAAE;YACV,UAAU,CAAC,QAAQ,EAAE,mBAAmB,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;QACpE,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAEd,OAAO,QAAQ,CAAC,CAAC,CAAC,CAChB,cACE,SAAS,EAAE,KAAK,CACd,2FAA2F,EAC3F,SAAS,CACV,EACD,IAAI,EAAC,QAAQ,YAEb,eAAK,SAAS,EAAC,qCAAqC,aAClD,eAAK,SAAS,EAAC,4BAA4B,aACzC,KAAC,WAAW,IAAC,SAAS,EAAC,
|
|
1
|
+
{"version":3,"file":"Dialog.js","sourceRoot":"","sources":["../../../src/ui-kit/Dialog/Dialog.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAS5C,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAc,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE;IAC1F,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,YAAY,GAAG,CAAC,EAAE,GAAG,EAAmB,EAAE,EAAE;YAChD,IAAI,GAAG,KAAK,QAAQ,EAAE;gBACpB,OAAO,IAAI,OAAO,EAAE,CAAC;aACtB;QACH,CAAC,CAAC;QAEF,UAAU,CAAC,QAAQ,EAAE,gBAAgB,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;QAE/D,OAAO,GAAG,EAAE;YACV,UAAU,CAAC,QAAQ,EAAE,mBAAmB,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;QACpE,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAEd,OAAO,QAAQ,CAAC,CAAC,CAAC,CAChB,cACE,SAAS,EAAE,KAAK,CACd,2FAA2F,EAC3F,SAAS,CACV,EACD,IAAI,EAAC,QAAQ,YAEb,eAAK,SAAS,EAAC,qCAAqC,aAClD,eAAK,SAAS,EAAC,4BAA4B,aACzC,KAAC,WAAW,IAAC,SAAS,EAAC,2BAA2B,EAAC,OAAO,EAAE,OAAO,GAAI,EACtE,IAAI,IACD,EACL,QAAQ,IACL,GACF,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DialogProps } from './Dialog';
|
|
2
2
|
import type { DialogInitialParams } from './DialogAction';
|
|
3
|
-
export declare function useDialogProps(id: string): DialogProps & DialogInitialParams & {
|
|
3
|
+
export declare function useDialogProps(id: string, initOpen?: boolean): DialogProps & DialogInitialParams & {
|
|
4
4
|
wasOpened: boolean;
|
|
5
5
|
};
|
|
@@ -2,8 +2,8 @@ import { useCallback, useRef, useState } from '@redneckz/uni-jsx/lib/hooks';
|
|
|
2
2
|
import { defaultEventBus } from '../../EventBus/defaultEventBus.js';
|
|
3
3
|
import { useBool } from '../../hooks/useBool.js';
|
|
4
4
|
import { useDialogHandlers } from './useDialogHandlers.js';
|
|
5
|
-
export function useDialogProps(id) {
|
|
6
|
-
const [isOpened, { setTrue: open, setFalse: close }] = useBool();
|
|
5
|
+
export function useDialogProps(id, initOpen = false) {
|
|
6
|
+
const [isOpened, { setTrue: open, setFalse: close }] = useBool(initOpen);
|
|
7
7
|
const [params, setParams] = useState({ id });
|
|
8
8
|
const wasOpened = useRef(isOpened);
|
|
9
9
|
wasOpened.current ||= isOpened;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDialogProps.js","sourceRoot":"","sources":["../../../src/ui-kit/Dialog/useDialogProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAG9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,UAAU,cAAc,CAC5B,EAAU;
|
|
1
|
+
{"version":3,"file":"useDialogProps.js","sourceRoot":"","sources":["../../../src/ui-kit/Dialog/useDialogProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAG9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,UAAU,cAAc,CAC5B,EAAU,EACV,QAAQ,GAAG,KAAK;IAEhB,MAAM,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;IACzE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,QAAQ,CAAsB,EAAE,EAAE,EAAE,CAAC,CAAC;IAElE,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;IACnC,SAAS,CAAC,OAAO,KAAK,QAAQ,CAAC;IAE/B,MAAM,UAAU,GAAG,WAAW,CAC5B,CAAC,CAAsB,EAAE,EAAE;QACzB,IAAI,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE;YACf,SAAS,CAAC,CAAC,CAAC,CAAC;YACb,IAAI,EAAE,CAAC;SACR;aAAM;YACL,KAAK,EAAE,CAAC;SACT;IACH,CAAC,EACD,CAAC,EAAE,CAAC,CACL,CAAC;IAEF,iBAAiB,CAAC;QAChB,MAAM,EAAE,UAAU;QAClB,OAAO,EAAE,KAAK;KACf,CAAC,CAAC;IAEH,MAAM,wBAAwB,GAAG,WAAW,CAAC,GAAG,EAAE;QAChD,KAAK,EAAE,CAAC;QACR,eAAe,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC;IACpD,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO;QACL,GAAG,MAAM;QACT,QAAQ;QACR,SAAS,EAAE,SAAS,CAAC,OAAO;QAC5B,OAAO,EAAE,wBAAwB;KAClC,CAAC;AACJ,CAAC"}
|
|
@@ -2,8 +2,8 @@ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
|
|
|
2
2
|
import { JSX } from '@redneckz/uni-jsx';
|
|
3
3
|
import { useLink } from '../../hooks/useLink.js';
|
|
4
4
|
import { style } from '../../utils/style.js';
|
|
5
|
-
export const LinkWrapper = JSX(({ className = '', href, target, children }) => {
|
|
6
|
-
const link = useLink();
|
|
5
|
+
export const LinkWrapper = JSX(({ className = '', href, target, isRemote = false, children }) => {
|
|
6
|
+
const link = useLink({ isRemote });
|
|
7
7
|
const linkProps = link({ href, target });
|
|
8
8
|
const Tag = href ? 'a' : 'div';
|
|
9
9
|
return (_jsx(Tag, { className: style('block', className), ...(href ? linkProps : {}), children: children }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkWrapper.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkWrapper/LinkWrapper.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"LinkWrapper.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkWrapper/LinkWrapper.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,GAAG,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC/D,MAAM,IAAI,GAAG,OAAO,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC;IACnC,MAAM,SAAS,GAAG,IAAI,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IACzC,MAAM,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC;IAE/B,OAAO,CACL,KAAC,GAAG,IAAC,SAAS,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC,KAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,YACnE,QAAQ,GACL,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -13,7 +13,7 @@ const renderColumn = (menuItem, index) => {
|
|
|
13
13
|
};
|
|
14
14
|
const ColumnItem = JSX(({ text, index, basePath, ...rest }) => {
|
|
15
15
|
const isAnotherPortal = projectSettings.BASE_PATH && basePath ? !projectSettings.BASE_PATH.startsWith(basePath) : false;
|
|
16
|
-
const link = useLink({ isRemote: isAnotherPortal });
|
|
16
|
+
const link = useLink({ isRemote: isAnotherPortal, basePath });
|
|
17
17
|
const { href, target, onClick } = link(rest);
|
|
18
18
|
return (_jsx("a", { className: style('text-l-light text-secondary-text hover:text-primary-main no-underline', 'overflow-x-hidden overflow-ellipsis whitespace-nowrap'), href: href, target: target || '_self', onClick: onClick, children: text || `Раздел ${index}` }));
|
|
19
19
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sitemap.js","sourceRoot":"","sources":["../../../src/ui-kit/Sitemap/Sitemap.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAO1C,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,EAAE;IACnE,MAAM,IAAI,GAAG,OAAO,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;IAEzC,OAAO,CACL,cAAK,SAAS,EAAE,KAAK,CAAC,kCAAkC,EAAE,SAAS,CAAC,YACjE,QAAQ,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAClC,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,YAAY,GAAG,CAAC,QAAoD,EAAE,KAAa,EAAE,EAAE;IAC3F,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,QAAQ,CAAC;IAExD,OAAO,CACL,eAAyB,SAAS,EAAC,6BAA6B,aAC9D,YACE,SAAS,EAAC,yEAAyE,EACnF,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,IAAI,OAAO,EACzB,OAAO,EAAE,OAAO,YAEf,IAAI,IAAI,UAAU,KAAK,EAAE,GACxB,EACH,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACpB,KAAC,UAAU,OAAqB,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,IAA1C,MAAM,CAAC,CAAC,CAAC,CAAqC,CAChE,CAAC,KAXM,MAAM,CAAC,KAAK,CAAC,CAYjB,CACP,CAAC;AACJ,CAAC,CAAC;AAOF,MAAM,UAAU,GAAG,GAAG,CAAkB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC7E,MAAM,eAAe,GACnB,eAAe,CAAC,SAAS,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;IAElG,MAAM,IAAI,GAAG,OAAO,CAAC,EAAE,QAAQ,EAAE,eAAe,EAAE,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Sitemap.js","sourceRoot":"","sources":["../../../src/ui-kit/Sitemap/Sitemap.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAO1C,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,EAAE;IACnE,MAAM,IAAI,GAAG,OAAO,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;IAEzC,OAAO,CACL,cAAK,SAAS,EAAE,KAAK,CAAC,kCAAkC,EAAE,SAAS,CAAC,YACjE,QAAQ,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAClC,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,YAAY,GAAG,CAAC,QAAoD,EAAE,KAAa,EAAE,EAAE;IAC3F,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,QAAQ,CAAC;IAExD,OAAO,CACL,eAAyB,SAAS,EAAC,6BAA6B,aAC9D,YACE,SAAS,EAAC,yEAAyE,EACnF,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,IAAI,OAAO,EACzB,OAAO,EAAE,OAAO,YAEf,IAAI,IAAI,UAAU,KAAK,EAAE,GACxB,EACH,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACpB,KAAC,UAAU,OAAqB,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,IAA1C,MAAM,CAAC,CAAC,CAAC,CAAqC,CAChE,CAAC,KAXM,MAAM,CAAC,KAAK,CAAC,CAYjB,CACP,CAAC;AACJ,CAAC,CAAC;AAOF,MAAM,UAAU,GAAG,GAAG,CAAkB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC7E,MAAM,eAAe,GACnB,eAAe,CAAC,SAAS,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;IAElG,MAAM,IAAI,GAAG,OAAO,CAAC,EAAE,QAAQ,EAAE,eAAe,EAAE,QAAQ,EAAE,CAAC,CAAC;IAC9D,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC;IAE7C,OAAO,CACL,YACE,SAAS,EAAE,KAAK,CACd,uEAAuE,EACvE,uDAAuD,CACxD,EACD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,IAAI,OAAO,EACzB,OAAO,EAAE,OAAO,YAEf,IAAI,IAAI,UAAU,KAAK,EAAE,GACxB,CACL,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
});
|
|
849
849
|
const groupStyle = (isGroup) => (isGroup ? 'group' : '');
|
|
850
850
|
|
|
851
|
-
const CloseButton = JSX(({ className, onClick }) => (jsx("button", { className: style('
|
|
851
|
+
const CloseButton = JSX(({ className, onClick }) => (jsx("button", { className: style('flex justify-center items-center w-12 h-12 p-1 bg-transparent border-none', className), onClick: onClick, title: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", children: jsx(Img, { image: { icon: 'CloseIcon' }, width: "24", height: "24" }) })));
|
|
852
852
|
|
|
853
853
|
function assertUnreachable(x) {
|
|
854
854
|
throw new Error(x);
|
|
@@ -1032,7 +1032,7 @@
|
|
|
1032
1032
|
globalThis.document?.removeEventListener('keydown', handleEscape);
|
|
1033
1033
|
};
|
|
1034
1034
|
}, [onClose]);
|
|
1035
|
-
return isOpened ? (jsx("div", { className: style('fixed inset-0 bg-white text-l-light z-50 overflow-x-hidden overflow-y-scroll no-scrollbar', className), role: "dialog", children: jsxs("div", { className: "relative container pb-12 min-h-full", children: [jsxs("div", { className: "sticky bg-white pt-6 top-0", children: [jsx(CloseButton, { className: "absolute top-
|
|
1035
|
+
return isOpened ? (jsx("div", { className: style('fixed inset-0 bg-white text-l-light z-50 overflow-x-hidden overflow-y-scroll no-scrollbar', className), role: "dialog", children: jsxs("div", { className: "relative container pb-12 min-h-full", children: [jsxs("div", { className: "sticky bg-white pt-6 top-0", children: [jsx(CloseButton, { className: "absolute top-10 -right-12", onClick: onClose }), head] }), children] }) })) : null;
|
|
1036
1036
|
});
|
|
1037
1037
|
|
|
1038
1038
|
function useBool(defaultValue = false) {
|
|
@@ -1043,8 +1043,8 @@
|
|
|
1043
1043
|
return [value, { setValue, setTrue, setFalse, toggle }];
|
|
1044
1044
|
}
|
|
1045
1045
|
|
|
1046
|
-
function useDialogProps(id) {
|
|
1047
|
-
const [isOpened, { setTrue: open, setFalse: close }] = useBool();
|
|
1046
|
+
function useDialogProps(id, initOpen = false) {
|
|
1047
|
+
const [isOpened, { setTrue: open, setFalse: close }] = useBool(initOpen);
|
|
1048
1048
|
const [params, setParams] = useState({ id });
|
|
1049
1049
|
const wasOpened = useRef(isOpened);
|
|
1050
1050
|
wasOpened.current ||= isOpened;
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
};
|
|
1084
1084
|
const ColumnItem = JSX(({ text, index, basePath, ...rest }) => {
|
|
1085
1085
|
const isAnotherPortal = projectSettings.BASE_PATH && basePath ? !projectSettings.BASE_PATH.startsWith(basePath) : false;
|
|
1086
|
-
const link = useLink({ isRemote: isAnotherPortal });
|
|
1086
|
+
const link = useLink({ isRemote: isAnotherPortal, basePath });
|
|
1087
1087
|
const { href, target, onClick } = link(rest);
|
|
1088
1088
|
return (jsx("a", { className: style('text-l-light text-secondary-text hover:text-primary-main no-underline', 'overflow-x-hidden overflow-ellipsis whitespace-nowrap'), href: href, target: target || '_self', onClick: onClick, children: text || `Раздел ${index}` }));
|
|
1089
1089
|
});
|
|
@@ -1846,6 +1846,25 @@
|
|
|
1846
1846
|
}, [scrollTarget]);
|
|
1847
1847
|
}
|
|
1848
1848
|
|
|
1849
|
+
const LinkWrapper = JSX(({ className = '', href, target, isRemote = false, children }) => {
|
|
1850
|
+
const link = useLink({ isRemote });
|
|
1851
|
+
const linkProps = link({ href, target });
|
|
1852
|
+
const Tag = href ? 'a' : 'div';
|
|
1853
|
+
return (jsx(Tag, { className: style('block', className), ...(href ? linkProps : {}), children: children }));
|
|
1854
|
+
});
|
|
1855
|
+
|
|
1856
|
+
const COOKIE_DIALOG_ID = 'cookie';
|
|
1857
|
+
const LOCAL_STORAGE_NAME = 'cookieClose';
|
|
1858
|
+
const CookiePopup = JSX(({ termLink, personalDataPolicyLink }) => {
|
|
1859
|
+
const { isOpened, onClose } = useDialogProps(COOKIE_DIALOG_ID, !globalThis.localStorage?.getItem(LOCAL_STORAGE_NAME));
|
|
1860
|
+
const handleClose = useCallback(() => {
|
|
1861
|
+
globalThis.localStorage?.setItem(LOCAL_STORAGE_NAME, 'true');
|
|
1862
|
+
onClose && onClose();
|
|
1863
|
+
}, [onClose]);
|
|
1864
|
+
return isOpened ? (jsx("div", { className: "container z-40 fixed bottom-0 left-0 right-0 pointer-events-none", children: jsxs("div", { className: "bg-white m-6 p-6 rounded-md flex items-center pointer-events-auto shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [jsx("div", { className: "flex-1", children: jsxs(Paragraph, { size: "text-s-light", color: "text-primary-text", children: ["\u0410\u041E \u00AB\u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u00BB \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442", jsx(LinkWrapper, { isRemote: true, className: style(getStyleLinkWrapper(termLink?.href)), ...termLink, children: "cookie" }), "(\u0444\u0430\u0439\u043B\u044B \u0441 \u0434\u0430\u043D\u043D\u044B\u043C\u0438 \u043E \u043F\u0440\u043E\u0448\u043B\u044B\u0445 \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F\u0445 \u0441\u0430\u0439\u0442\u0430) \u0434\u043B\u044F \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u0432 \u0438 \u0443\u0434\u043E\u0431\u0441\u0442\u0432\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0437\u0430\u043F\u0440\u0435\u0442\u0438\u0442\u044C \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435 cookie \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445 \u0441\u0432\u043E\u0435\u0433\u043E \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.", jsx(LinkWrapper, { isRemote: true, className: style(getStyleLinkWrapper(personalDataPolicyLink?.href)), ...personalDataPolicyLink, children: "\u041E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430 \u0412\u0430\u0448\u0438\u0445 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445" }), "\u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0424\u0435\u0434\u0435\u0440\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0437\u0430\u043A\u043E\u043D\u0430 \u043E\u0442 27.07.2006 \u2116 152-\u04243 \u00AB\u041E \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445\u00BB."] }) }), jsx("div", { className: "w-24 flex justify-end", children: jsx(CloseButton, { className: "bg-main-gray rounded-md", onClick: handleClose }) })] }) })) : null;
|
|
1865
|
+
});
|
|
1866
|
+
const getStyleLinkWrapper = (href) => ['inline mx-1', href ? 'text-green-dark' : ''];
|
|
1867
|
+
|
|
1849
1868
|
const api = LikeAPI();
|
|
1850
1869
|
function useLikeService(pagePath) {
|
|
1851
1870
|
const [likeCount, setLikeCount] = useState(0);
|
|
@@ -1911,7 +1930,7 @@
|
|
|
1911
1930
|
...options,
|
|
1912
1931
|
slotName: 'footer',
|
|
1913
1932
|
})
|
|
1914
|
-
: null] }), likeControl ? renderLikeControl() : null] }));
|
|
1933
|
+
: null] }), likeControl ? renderLikeControl() : null, jsx(CookiePopup, { termLink: { href: '/pd-policy#cookie', target: '_blank' }, personalDataPolicyLink: { href: '/pd-policy', target: '_blank' } })] }));
|
|
1915
1934
|
});
|
|
1916
1935
|
ContentPage.childrenTypes = [];
|
|
1917
1936
|
ContentPage.slots = () => ['header', 'footer'];
|
|
@@ -1923,7 +1942,7 @@
|
|
|
1923
1942
|
return (list) => list.reduce((acc, el, i) => (acc.length ? acc.concat({ ...sep, key: i }, el) : [el]), []);
|
|
1924
1943
|
}
|
|
1925
1944
|
|
|
1926
|
-
const packageVersion = "0.10.
|
|
1945
|
+
const packageVersion = "0.10.5";
|
|
1927
1946
|
|
|
1928
1947
|
exports.Blocks = Blocks;
|
|
1929
1948
|
exports.ContentPage = ContentPage;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const n=e=>(...n)=>t[e](...n),i=n("useState"),r=n("useEffect"),a=n("useCallback"),l=n("useMemo"),s=n("useRef");const o={PROD_BRANCH:"master"},c=new class{_=o;setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH||o.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get FOOTER(){return this._.FOOTER}get CHAT_BOT(){return this._.CHAT_BOT}get CDN(){return d(this._.CDN)}get BASE_PATH(){return d(this._.BASE_PATH)}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},d=e=>e&&!e.endsWith("/")?`${e}/`:e,m="likesToken";function h(){async function e(){try{const e=JSON.parse(globalThis.localStorage?.getItem(m)||"");if(e?.token)return e}catch(e){}try{const e=await fetch("/assist/v1/public/auth",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:t,name:n}=await e.json();return globalThis.localStorage?.setItem(m,JSON.stringify({token:t,name:n})),{token:t,name:n}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...t){if(!t.length)return[];const{token:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${c.ASSIST_PROJECT_ID}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify({node_ids:t})}),{likes:i}=await e.json();return i||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:n,name:i}=await e();try{const e=await fetch(`/assist/v1/public/projects/${c.ASSIST_PROJECT_ID}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n,UserID:i},body:JSON.stringify({node_id:t,user_name:i})}),{likes:r}=await e.json();return r||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:n,name:i}=await e();try{const e=await fetch(`/assist/v1/public/projects/${c.ASSIST_PROJECT_ID}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n,UserID:i},body:JSON.stringify({node_id:t,user_name:i})}),{likes:r}=await e.json();return r||0}catch(e){return console.error(e),0}}}}const u=(...e)=>globalThis._uni._jsx(...e),p=(...e)=>globalThis._uni._jsxs(...e),g=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:b(e)),t._tmpl},b=e=>{function t(t,n){const{children:i,...r}=t||{},a=n?.slots?.default,l=i||a&&a();return e(Object.assign(r,l&&{children:l}),n)}return t.inheritAttrs=!1,t},x={h0:"text-m-title",h1:"text-m-title",h2:"text-m-title",h3:"text-h6",h4:"text-m-title-xs",h5:"text-m-title-xs",h6:"text-m-title-xs"},f=g((e=>{const{className:t,headingType:n="h3",title:i,as:r="h3"}=e;return u(r,{className:`font-sans font-medium m-0 ${x[n]} ${t||""}`,children:i})})),y=(...e)=>e.flatMap((e=>e)).filter(Boolean).join(" "),v=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`});function N(e,{sensitivity:t,rootRef:n}={}){const i=s(null),a=l((()=>({threshold:w(t),root:n?.current})),[t,n?.current]);return r((()=>{if(!i.current)return;const t=new IntersectionObserver(e,a);return t.observe(i.current),()=>{t.disconnect()}}),[e,a]),i}function w(e=0){const t=Math.round(10*e);return new Array(t).fill(0).map(((e,n)=>Math.min(n/t)),1).concat(1)}const k=g((({className:e="",style:t,idx:n,activeIndex:i,observerOptions:r,children:l,onIntersection:s})=>{const o=N(a((e=>{e.length&&s&&s(n||0,e[e.length-1])}),[s,n]),r);return u("div",{className:`inline-block snap-always box-border ${e}`,style:t,"aria-current":Boolean(n===i),ref:o,children:l})})),T=["min-w-[100%]","min-w-[50%]","min-w-[33.33%]","min-w-[25%]"],C=g((({className:e="",containerRef:t,activeIndex:n,visibleItemCount:i=0,gap:r=0,padding:l=0,listType:o="horizontal-list",snapAlign:c="snap-center",minHeight:d,children:m,onVisibleItemsChange:h,onVisibleIndicesChange:p})=>{const g={sensitivity:1,rootRef:t},b=s([]),x=a(((e,t)=>{const n=[...b.current||[]];n[e]=t,b.current=n,h&&h(n),p&&p(_(n))}),[h,p]),f=i>0?r*Number(i)-1:0,N="vertical-list"===o,w="horizontal-list"===o,C={...w?S(l,f):{},...N?v(d):{},gap:`${r}px`};return u("div",{className:y("box-border overflow-auto no-scrollbar",o,e),style:C,ref:t,children:(I=(e,t)=>u(k,{className:y(c,i?T[i-1]:"",N?"h-full":""),style:w?S(l/4):{},activeIndex:n,idx:t,observerOptions:g,onIntersection:x,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(I):I(e,0))(m)});var I})),S=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),_=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),I={"horizontal-list":"mx-auto mt-5 w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},$={"horizontal-list":"w-6","vertical-list":"h-6"},M=g((({containerRef:e,activeIndex:t,dotCount:n=0,listType:i="horizontal-list",version:r})=>n?u("div",{className:y("flex gap-2",I[i],r?"group":""),...r?{"data-ver":r}:{},children:new Array(n).fill(null).map(((n,r)=>u("div",{className:`cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white group-data-transparent:bg-white ${r===t?$[i]:"w-2 h-2 opacity-30"}`,role:"button","aria-hidden":!0,onClick:()=>(n=>{n!==t&&e?.current&&e.current.children[n]?.scrollIntoView({behavior:"smooth",block:"nearest"})})(r)},String(r))))}):null)),A=e=>e,R=(e=A)=>t=>t.reduceRight(((t,n)=>e(t)>e(n)?t:n)),j=R(),O=(e=A)=>R((t=>-e(t))),P=e=>t=>e.scrollWidth/t,L=e=>(t,n)=>{e.scrollBy({left:n*P(e)(t),behavior:"smooth"})},D=({itemCount:e,isCyclic:t,onVisibleIndicesChange:n})=>{const r=s(null),[l,o]=i([]),c=a((e=>{o((t=>{return(n=t)===(i=e)||Boolean(n&&i&&n?.length===i?.length&&n.every(((e,t)=>e===i[t])))?t:e;var n,i})),n&&n(e)}),[e]),[d,m]=l.length?[O()(l),R()(l)]:[-1,-1],h=d>0,u=m<e-1,p=a((()=>{var n;r.current&&(t&&!h?(n=r.current).scrollTo({left:n.scrollWidth,behavior:"smooth"}):L(r.current)(e,-1))}),[t,e,h]),g=a((()=>{r.current&&(t&&!u?r.current.scrollTo({left:0,behavior:"smooth"}):L(r.current)(e,1))}),[e,t,u]);return[r,{scrollLeft:p,scrollRight:g,canScrollLeft:t||h,canScrollRight:t||u,visibleIndicesRange:[d,m],handleVisibleIndicesChange:c}]},B=g((({className:e="",gap:t=14,padding:n=16,showDots:i=!0,minHeight:r,children:a,onVisibleIndicesChange:l,listType:s="horizontal-list",version:o})=>{const c=Array.isArray(a)?a.length:0,[d,m]=D({itemCount:c,onVisibleIndicesChange:l}),[h]=m.visibleIndicesRange;return p("div",{className:y(e,"vertical-list"===s?"relative h-full":""),children:[u(C,{containerRef:d,activeIndex:h,visibleItemCount:1,gap:t,padding:n,onVisibleIndicesChange:m.handleVisibleIndicesChange,listType:s,minHeight:r,children:a}),i?u(M,{containerRef:d,activeIndex:h,dotCount:c,listType:s,version:o}):null]})}));class E{subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const n=this.subjectsStateMap[e];return n&&t(n),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}}const V=new E,z=(e="")=>({open:t=>V.fire("dialog",{type:"open",id:e,message:t}),close:()=>V.fire("dialog",{type:"close"})}),F=e=>Boolean(e?.includes(":")),H=(e,t)=>Boolean(e&&!F(e)&&(!t||"_self"===t)),J=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),U=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/");var X=Object.freeze({__proto__:null,isURL:F,isLocalURL:H,isHash:e=>Boolean(e?.startsWith("#")),withoutQuery:J,joinPath:U});const W=e=>(t,n=c.BASE_PATH)=>{if(!t||F(t)||G(t,c.CDN))return t;const i=t.startsWith("/");return U(G(t,n)?"":n,i?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},G=(e,t)=>t&&e&&e.startsWith(t),Y=(e,t)=>Y._impl(e,t);function K(){return K._impl()}function Q(e={}){const{isRemote:t,basePath:n}=e,i=K(),{close:r}=z();return e=>({...e,href:t?e.href:W(i)(e.href,n),"aria-label":e.text,onClick:Y(a(e),e)});function a({href:e,target:n,onClick:a}){return l=>{a&&a(l),e&&!t&&H(e,n)&&(r(),l?.preventDefault(),i.push(e))}}}Y._impl=e=>e,Y.setup=e=>{Y._impl=e},K._impl=()=>({href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{}}),K.setup=e=>{K._impl=e};const q={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active",white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:"",transparent:"",gray:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active","":""},Z="bg-main-divider text-main-disabled",ee={primary:Z,secondary:Z,white:Z,link:"",transparent:"",gray:Z,"":""},te="text-center font-sans select-none",ne={primary:"group-hover/btn:brightness-0 group-hover/btn:invert",secondary:"group-hover/btn:brightness-0 group-hover/btn:invert",white:"group-hover/btn:brightness-0 group-hover/btn:invert",link:"",transparent:"",gray:"group-hover/btn:brightness-0 group-hover/btn:invert","":""},ie=g((e=>{const{text:t,aboveText:n,appendLeft:i,appendRight:r,version:a="primary"}=e;return p("div",{className:y(re(e),"flex gap-2"),children:[i?u("div",{className:ne[a],children:i}):null,ae(e)?p("div",{children:[n?u("div",{className:"text-xs-light text-left",children:n}):null,u("div",{className:"text-left "+(n?"text-s -mt-0.5":"text-l"),children:t})]}):null,r?u("div",{className:ne[a],children:r}):null]})})),re=e=>{const{version:t,aboveText:n,rounded:i}=e;if("link"===t)return"";const r=""+(n?"py-2.5 px-7":"py-4 px-4");return["group/btn items-center justify-center",ae(e)?r:"h-12 w-12",i?"rounded-full":""].join(" ")},ae=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),le=({className:e,rounded:t,version:n})=>["inline-block",te,n?ee[n]:"",t?"rounded-full":"rounded-md",e].join(" "),se=({className:e,rounded:t,version:n})=>[te,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",n?q[n]:"",t?"rounded-full":"rounded-md",e].join(" "),oe=g((({disabled:e,children:t,...n})=>{const i=Q()(n),r=t??u(ie,{...i});return u(e?de:ce,{...i,children:r})})),ce=g((({className:e="",href:t,rel:n,target:i,ariaLabel:r,version:a,rounded:l,onClick:s,children:o})=>u("a",{className:se({className:e,version:a,rounded:l}),href:t,rel:n,target:i,"aria-label":r,role:t?"link":"button",onClick:s,children:o}))),de=g((({className:e,ariaLabel:t,version:n,rounded:i,children:r})=>u("div",{role:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:le({className:e,rounded:i,version:n}),children:r}))),me={normal:"",color:"text-primary-main",black:"text-black",white:"text-black"},he=g((({className:e="",imageClassName:t="",name:n="",alt:i=`Иконка ${n}`,title:r=i,iconVersion:a="color",...l})=>{const s=K(),o=W(s)(U(c.CDN,"/icons",`${n}.svg`));return"normal"!==a?u(pe,{className:e,children:p("svg",{className:y(ue(l.width),me[a],"white"===a?"invert":"",t),...l,"aria-hidden":"true",children:[r?u("title",{children:r}):null,i?u("desc",{children:i}):null,u("use",{href:`${o}#icon`,xlinkHref:`${o}#icon`})]})}):(e.includes("h-")||(l.style={height:`${l.height}px`}),u("img",{className:e,src:o,alt:i,title:r,"aria-hidden":"true",...l}))})),ue=e=>e?"":"w-full h-full",pe=g((({className:e,children:t})=>e?u("div",{className:e,children:t}):t)),ge=(e,t)=>e?.media&&t?.media?e.media-t.media:0,be=g((({className:e="",image:t,imageClassName:n="",isMobile:i=!1,pathPrefix:r})=>{const a=K();return p("picture",{className:`${i?"flex":"flex-none"} ${e}`,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(ge).map((({src:e,format:n,media:i},l)=>u("source",{srcSet:fe(a,r)(e),type:ye(n),media:i?`(max-width: ${i}px)`:"",...t.size},`${l}_${e}`))):null,t?.src?xe({...t,src:fe(a,r)(t.src)},n,i):null]})})),xe=(e,t="",n=!1)=>{const i={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},r=e.title||"",a=e.alt||e.title,l=n?"m-auto":"m-0";return u("img",{src:e.src,className:`${l} ${t}`,alt:a,title:r,style:i,...e.size})},fe=(e,t)=>n=>n&&!F(n)?W(e)(U(t,n)):n,ye=e=>e?`image/${String(e)}`:void 0,ve=g((({className:e="",image:t,imageClassName:n="",isMobile:i,pathPrefix:r,...a})=>t?.src||t?.icon?t.icon?u(he,{className:e,imageClassName:n,iconVersion:t?.iconVersion,name:t.icon,...a}):u(be,{className:e,imageClassName:n,image:t,isMobile:i,pathPrefix:r}):null)),Ne=g((e=>u(ve,{...e,isMobile:!0}))),we=(e=!1)=>e?"text-white":"",ke=(e=!1)=>"text-s mb-3.5 "+(e?"text-white":"text-secondary-text/80"),Te=g((({icon:e,image:t,title:n,subtitle:i,isFillGradient:r})=>p("div",{role:"columnheader",children:[e?u(Ne,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}):null,t?.src&&u("div",{className:"mb-3.5",children:u(Ne,{image:t})}),n?u(f,{headingType:"h4",className:we(r),title:n}):null,i?u("div",{className:ke(r),children:i}):null]}))),Ce=g((({cell:e,rowHeader:t,isFillGradient:n=!1})=>u("div",{className:"box-border flex flex-col",role:"cell",children:u("div",{className:"h-full border-main-divider border border-t-0 border-x-0",children:e.map(Se(n,t))})}))),Se=(e,t)=>({label:n,description:i},r)=>p("div",{className:"flex justify-between text-s py-3.5",children:[u("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),p("div",{className:"basis-1/2",children:[n?u("div",{className:"text-right "+(e?"text-white":""),children:n}):null,i?u("div",{className:"text-right "+(e?"text-white/80":"text-secondary-text"),children:i}):null]})]},String(r)),_e=g((({header:e,columnData:t,visibleRowLength:n=0,isFillGradient:i,showRow:r,onToggleColumn:a})=>{const l=t?.slice(0,r?t.length:n),s=i?"secondary":"primary";return p("div",{className:`border border-gray rounded-md p-4 mb-3.5 ${i?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""}`,role:"row",children:[u(Te,{...e,isFillGradient:i}),l?.length?l.map((({rowHeader:e,cell:t},n)=>u(Ce,{cell:t,rowHeader:e,isFillGradient:i},String(n)))):null,r&&e?.link?u(oe,{href:e.link.href,target:e.link.target,version:s,className:"text-s font-medium mt-4 py-[11px]",children:e.link.text}):null,Ie({onToggleColumn:a,isFillGradient:i,showRow:r})]})})),Ie=({onToggleColumn:e,isFillGradient:t,showRow:n})=>u("div",{className:"mt-5",role:"cell",children:u("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:n?"Скрыть":"Показать описание"})}),$e=g((e=>{const{className:t,title:n}=e;return p("section",{className:`bg-white font-sans px-4 py-6 overflow-hidden text-primary-text relative ${t||""}`,children:[n?u(f,{headingType:"h3",className:"font-medium text-center m-0 mb-5",title:n}):null,u("div",{role:"table",children:u(Me,{...e})})]})})),Me=g((({columns:e=[],rowHeaders:t,isColoredFirstColumn:n,visibleRowLength:r,orientation:l,...s})=>{const[o,c]=i(new Array(e.length).fill(!r)),d=a((e=>{const t=(t,n)=>n===e?!t:t;c((e=>e.map(t)))}),[]),m=a((()=>c((e=>new Array(e.length).fill(!1)))),[]),h=e?.map((({data:e,header:i},a)=>{return u(_e,{visibleRowLength:r,showRow:o[a],header:i,columnData:(l=e,l?.map(((e,n)=>({cell:e,rowHeader:t?.[n]?.title})))),isFillGradient:0===a&&n,onToggleColumn:()=>d(a),...s},String(a));var l}));return"horizontal"===l?u(B,{onVisibleIndicesChange:m,children:h}):h})),Ae=new Map;function Re(e,t,{fallback:n}={}){const a=l((()=>je(e)),[e]),[s,o]=i(),[c,d]=i(),m=e=>{o(e),d(void 0)},h=e=>{o(void 0),d(e)};r((()=>{if(!a.every((e=>null===e)))try{const e=t(...a);"then"in e?(e=>{e.then((e=>Ae.get(a)||e)).then(m).catch(h)})(e):m(e)}catch(e){h(e)}}),[t,...a]);const u=a[0],p=n&&"string"==typeof u&&n[u];return{data:!s&&p?p:s,error:c,mutate:()=>Promise.resolve(void 0),isValidating:!1}}function je(e){return e?Array.isArray(e)?e:e instanceof Function?je(e()):[e]:[e]}async function Oe(e,t){const n=await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}});return await n.json()}function Pe(e,t={}){const{data:n}=Re(`/wcms-resources/${e}.json`,Oe,{fallback:t});return n||{}}const Le=new E;const De={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white",gray:"bg-main-divider text-primary-text",transparent:"bg-transparent text-primary-text","":""},Be=g((({className:e="",version:t="primary",isTheme:n=!0,block:l,tag:s="section",role:o,children:c})=>{const d=s,m=function(e){return N(a((t=>{if(!e||!t?.length)return;const n=t[t.length-1];Le.fire("intersection",{block:e,intersection:n})}),[e]),{sensitivity:1})}(l),[h,p]=i(!1);return r((()=>V.subscribe("tab",(e=>{p(Boolean(e.label&&l?.labels?.length&&!l.labels.includes(e.label)))}))),[l]),u(d,{className:y(Ee(Boolean(t&&n)),De[t],h?"hidden":"",e),...t&&n?{"data-ver":t}:{},...l?.anchor?{id:l.anchor,ref:m}:{},role:o,children:c})})),Ee=e=>e?"group":"",Ve=g((({className:e,onClick:t})=>u("button",{className:y("visible peer-placeholder-shown:invisible w-6 h-6 p-1 bg-transparent border-none",e),onClick:t,title:"Закрыть",children:u(Ne,{image:{icon:"CloseIcon"},width:"24",height:"24"})})));function ze(e){throw new Error(e)}function Fe({onOpen:e,onClose:t}={}){r((()=>V.subscribe("dialog",(n=>{switch(n.type){case"open":e&&e(n);break;case"close":t&&t();break;default:ze(n)}}))),[e,t])}function He(e,...t){return e.map(((e,n)=>[e,...t.map((e=>e[n]))]))}const Je=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:n,s1Matches:i,s2Matches:r}=function(e,t){const n=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),i=new Array(e.length),r=new Array(t.length);let a=0;for(let l=0;l<e.length;l++){const s=Math.max(0,l-n),o=Math.min(l+n,t.length-1);for(let n=s;n<=o;n++)i[l]||r[n]||e[l]!==t[n]||(a++,i[l]=!0,r[n]=!0)}return{m:a,s1Matches:i,s2Matches:r}}(e,t);if(0===n)return 0;const a=function(e,t,{s1Matches:n,s2Matches:i}){let r=0;for(let a=0,l=0;a<e.length;a++){if(!n[a])continue;let s=l;for(;s<t.length;s++)if(i[s]){l=s+1;break}e[a]!==t[s]&&r++}return r}(e,t,{s1Matches:i,s2Matches:r}),l=(n/e.length+n/t.length+(n-a/2)/n)/3,s=l>.7?.1*function(e,t){let n=0;for(;e[n]===t[n]&&n<4;)n++;return n}(e,t):0;return l+s*(1-l)};const Ue=(e,t)=>(n,i)=>{for(const[r,a]of i)n.set(r,e(n.get(r)||t,a));return n},Xe=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),We=e=>t=>e.map((([e,n])=>[Je(t)(e),n])).filter((([e])=>e>=.8)).map((([e,t])=>Ye(t,e))).reduce(Ue(Math.max,0),new Map),Ge=e=>t=>{return He(t,t.map((({title:e})=>e)).map((e=>t=>{const n=Xe(t||"");return n.length?((e=[])=>e.reduce(((e,t)=>e+t),0))(e.map((e=>j(n.map(Je(e)))))):0})(e))).sort((i=([,e])=>e,n=(e,t)=>i(e)-i(t),(e,t)=>-n(e,t))).map((([e])=>e));var n,i},Ye=(e,t)=>new Map(e.map((e=>[e,t]))),Ke=({basePathList:e=["/"],initialQuery:t="",wasOpened:n})=>{const[a,s]=i(t||"");r((()=>{null!=t&&s(t)}),[t]);const o=l((()=>e.map((e=>n?e:null))),[n,...e]),{data:c}=Re(o,Qe),[d,m]=i(null);return((e,t,n=300)=>{r((()=>{const t=setTimeout(e,n);return()=>{clearTimeout(t)}}),t)})((()=>{c&&m(c.map((e=>t=>{const{corpus:n,dictionary:i}=t||{};if(!(e&&n?.length&&i&&Object.keys(i).length))return[];const r=Xe(e);if(!r.length)return[];const a=Object.entries(i),l=[...r.map(We(a)).reduce(Ue(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*r.length)).map((([e])=>n[e]));return Ge(r)(l)})(a)))}),[c,a]),[d,{value:a,onChange:s}]},Qe=async(...e)=>(await Promise.allSettled(e.map((e=>async function(e,t){try{return e?await Oe(e,t):null}catch(e){console.error(e)}return null}(U(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),qe=g((({className:e,isOpened:t,head:n,children:i,onClose:a})=>(r((()=>{const e=({key:e})=>{"Escape"===e&&a&&a()};return globalThis.document?.addEventListener("keydown",e),()=>{globalThis.document?.removeEventListener("keydown",e)}}),[a]),t?u("div",{className:y("fixed inset-0 bg-white text-l-light z-50 overflow-x-hidden overflow-y-scroll no-scrollbar",e),role:"dialog",children:p("div",{className:"relative container pb-12 min-h-full",children:[p("div",{className:"sticky bg-white pt-6 top-0",children:[u(Ve,{className:"absolute top-3 -right-6",onClick:a}),n]}),i]})}):null)));function Ze(e=!1){const[t,n]=i(e),r=a((()=>n(!0)),[]),l=a((()=>n(!1)),[]),s=a((()=>n((e=>!e))),[]);return[t,{setValue:n,setTrue:r,setFalse:l,toggle:s}]}const et=g((({className:e,topItems:t})=>{const n=Q({isRemote:!0});return u("div",{className:y("flex items-start justify-between",e),children:t?.map(n).map(tt)})})),tt=(e,t)=>{const{text:n,items:i,href:r,target:a,onClick:l}=e;return p("div",{className:"flex flex-col gap-3.5 w-1/4",children:[u("a",{className:"leading-5 text-l text-primary-text hover:text-primary-main no-underline",href:r,target:a||"_self",onClick:l,children:n||`Раздел ${t}`}),i?.map(((e,t)=>u(nt,{...e,basePath:r,index:t},String(t))))]},String(t))},nt=g((({text:e,index:t,basePath:n,...i})=>{const r=Q({isRemote:!(!c.BASE_PATH||!n)&&!c.BASE_PATH.startsWith(n)}),{href:a,target:l,onClick:s}=r(i);return u("a",{className:y("text-l-light text-secondary-text hover:text-primary-main no-underline","overflow-x-hidden overflow-ellipsis whitespace-nowrap"),href:a,target:l||"_self",onClick:s,children:e||`Раздел ${t}`})})),it=g((({className:e,isMobile:t,value:n,autoFocus:i,onChange:r,onFocus:l})=>{const s=a((e=>{r&&r(e.target?.value||"")}),[r]);return p("div",{className:y("font-sans relative",e),role:"form",children:[u("div",{className:"absolute h-full flex items-center pl-4 pointer-events-none",children:u(Ne,{image:{icon:"LoupeIcon"},width:"24",height:"24"})}),u("input",{className:y("h-12 pl-12 w-full text-l text-black outline-none box-border","border border-solid rounded-md border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text",t?"":"h-full"),value:n,type:"text",name:"search-bar-input",placeholder:"Поиск по сайту",autoFocus:i,onChange:s,onFocus:l})]})})),rt="search";g((({topItems:e})=>{const t=function(e){const[t,{setTrue:n,setFalse:r}]=Ze(),[l,o]=i({id:e}),c=s(t);c.current||=t,Fe({onOpen:a((t=>{t.id===e?(o(t),n()):r()}),[e]),onClose:r});const d=a((()=>{r(),V.fire("dialog",{type:"close"})}),[]);return{...l,isOpened:t,wasOpened:c.current,onClose:d}}(rt),n=e?.map((e=>e.href||"/")),[o,c]=Ke({basePathList:n,initialQuery:t.message,wasOpened:t.wasOpened}),d=l((()=>at(e)(o)),[e,o]);return r((()=>function(e){for(const t of e.filter((({items:e})=>e?.length)))console.group(t.text),console.table(t.items,["text","href"]),console.groupEnd()}(d)),[d]),u(qe,{...t,head:u(it,{className:"my-5",autoFocus:!0,...c}),children:u(et,{topItems:d})})}));const at=e=>t=>e?.length&&t?.length?He(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:U("/",t)})))}))):[];const lt=g((({className:e,isMobile:t})=>{const[n,r]=i(""),l=a((()=>r("")),[]);Fe({onClose:l});const{open:s}=z(rt),o=a((e=>{r(e),st(e)&&s(e)}),[]);return p("div",{className:e,children:[u(it,{isMobile:t,value:n,onChange:o}),t?u(Ve,{className:"absolute top-2 right-3",onClick:l}):null]})})),st=e=>e&&e.length>=3,ot=g((e=>u(lt,{...e,isMobile:!0}))),ct=g((({className:e="",documents:t,...n})=>u(Be,{className:`mt-2.5 ${e}`,...n,children:u("ul",{className:"flex flex-col text-s text-secondary-text p-0",children:t?.length?dt(t):null})}))),dt=e=>e.map(((e,t)=>{const{text:n,...i}=e;return u("li",{className:"mb-4 list-none",children:u("a",{className:"hover:text-primary-main",role:"link",...i,children:n||null})},`list_item_${String(t)}`)})),mt={"bg-white":"color",transparent:"white"},ht={"bg-white":"text-primary-main",transparent:"text-white"},ut=(e,t,n)=>u(Ne,t?.src?{image:t,className:ht[e],width:n?.width,height:n?.height,pathPrefix:"/wcms-resources/"}:{image:{icon:t?.icon||"LogoIcon",iconVersion:mt[e]},className:ht[e],width:n?.width,height:n?.height}),pt={"bg-white":"text-primary-text",transparent:"text-white"},gt=(e,t,n)=>u("span",{className:`${pt[t]} ml-2.5 font-medium ${n||""}`,children:e||"Россельхозбанк"}),bt=g((({bgColor:e="bg-white",children:t,className:n="",href:i,logo:r,showTitle:a=!0,targetBlank:l})=>p("a",{className:`inline-flex items-center font-sans no-underline ${n}`,href:i||"https://rshb.ru/",target:l?"_blank":"_self","aria-label":r?.title||"Россельхозбанк",children:[ut(e,r?.image,{width:"34",height:"34"}),a?gt(t||r?.title,e,"text-s"):null]}))),xt=g((({className:e="",title:t="Мобильное приложение",description:n,href:i="#"})=>u("div",{className:`col-span-12 rounded-md cursor-pointer p-4 mt-6 mb-6 bg-secondary-light font-sans ${e}`,children:i?p("div",{className:"flex",children:[u("div",{className:"flex justify-center align-middle rounded-md bg-primary-main w-12 h-12",children:u(bt,{className:"w-8",bgColor:"transparent",showTitle:!0})}),p("a",{href:i,target:"_blank",className:"flex flex-col justify-center pl-3",children:[u("div",{className:"text-s font-medium mb-[3px]",children:t}),u("div",{className:"text-s text-secondary-text",children:n})]})]}):null}))),ft=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),yt=[];function vt(e,t,{className:n,...i}={}){const{key:r,blockDecorator:a=ft,blocksRegistry:l={},ancestors:s=yt}=t,{type:o}=e;o&&o in l||console.warn(`No block with "${o}" is registered`);const c=o&&l[o];return a({blockClassName:y("scroll-mt-12",n,e.style||"col-span-12"),block:e,ancestors:s,render:({block:n,blockClassName:a})=>{const{content:l}=n;return c?u(c,{className:a,block:e,options:t,...l,...i},r):null}},r)}const Nt=[],wt=(e,{key:t,ancestors:n=Nt,slotName:i=null,renderProps:r=vt,...a})=>(e||[]).map(((e,l)=>r(e,{...a,key:`${t||e.type}-${l}`,ancestors:a.parent?[...n||Nt,[a.parent,i]]:n})));function kt({children:e,block:t,options:n,renderProps:i}){return e||(t&&n?wt(t.blocks,{...n,parent:t,renderProps:i}):null)}const Tt=g((({className:e="",label:t,icon:n,dataTheme:i="",disabled:r=!1,onClick:a})=>p("button",{className:y("flex justify-center w-full px-0 py-5 border border-transparent outline-none focus:border-primary-text",r?"bg-main-divider text-main-disabled hover:bg-main-divider":"bg-primary-main text-white hover:bg-primary-hove",e),onClick:a,disabled:r,"data-theme":i,children:[u("span",{className:"text-h4 pr-3",children:t}),n?u(Ne,{image:{icon:n,iconVersion:"white"},className:"flex-shrink-0 my-auto",width:"20",height:"20"}):null]}))),Ct=g((({className:e="",isFoldButtonOnTop:t=!1,unfoldedByDefault:n=!1,renderFoldableSection:r,renderFoldButton:l})=>{const[s,o]=i(n),c=a((()=>{o((e=>!e))}),[]),d=r({isUnfolded:s,onToggle:c}),m=l?l({isUnfolded:s,onToggle:c}):null;return p("div",t?{className:e,children:[m,d]}:{className:e,children:[d,m]})})),St=g((({className:e="",isUnfolded:t,children:n})=>{const i=s(null);return r((()=>{i.current&&(i.current.style.maxHeight=t?`${i.current.scrollHeight}px`:"")}),[t,n?.length]),u("div",{ref:i,className:`transition-max-h duration-300 overflow-hidden ${i.current||!t?"max-h-0":""} ${e}`,children:n})})),_t=g((({children:e,...t})=>u("span",{className:["font-sans",...Object.values(t)].join(" "),children:e}))),It=g((({className:e="",label:t="Развернуть",isExpanded:n,isFoldButtonOnTop:i=!0,version:r="primary",...a})=>u(Be,{className:y("border-b border-solid border-main-divider w-full",e),tag:"div",version:"transparent",...a,children:u(Ct,{isFoldButtonOnTop:i,unfoldedByDefault:n,renderFoldableSection:({isUnfolded:e})=>u(St,{className:"flex flex-wrap group-last:last:pb-0 gap-5 [&>*]:p-0",isUnfolded:e,children:kt(a)}),renderFoldButton:({isUnfolded:e,onToggle:n})=>$t({version:r,label:t,isUnfolded:e,onToggle:n})})})));It.childrenTypes={exclude:["RollupItem"]};const $t=({version:e,label:t,isUnfolded:n,onToggle:i,className:r="",primaryIcon:a})=>{const l=t||(n?"Скрыть":"Развернуть");return"primary"===e?Mt({label:l,icon:n?"MinusIcon":"PlusIcon",onToggle:i,className:r,primaryIcon:a}):u(Tt,{label:l,icon:n?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},Mt=({label:e,icon:t,primaryIcon:n,onToggle:i})=>p("button",{className:"border-none bg-transparent flex justify-between text-left w-full text-primary-text group cursor-pointer py-3.5 px-0",onClick:i,children:[p("div",{className:"flex group-hover:text-primary-main",children:[n?u(Ne,{image:n,className:"mr-3 flex-shrink-0",width:"24",height:"24"}):null,u(_t,{size:"text-m-title-xs",font:"font-medium",children:e})]}),u(Ne,{className:"flex-shrink-0",image:{icon:t},width:"24",height:"24"})]}),At=g((({className:e="",items:t,hasButton:n})=>p("div",{className:e,children:[t?.length?t.map(Rt):null,n?u(oe,{version:"primary",className:"mb-6 w-full",href:"https://www.rshb.ru/feedback/question/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"}):null]}))),Rt=(e,t)=>{const{type:n,text:i,description:r}=e;return p("div",{className:"mb-4",children:[u("div",{children:jt(n,i)}),u("div",{className:"mt-1 text-s-light text-secondary-text",children:r})]},String(t))},jt=(e,t="")=>{switch(e){case"tel":return u("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${Ot(t)}`,children:t});case"email":return u("a",{className:"text-xl-light text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return u("span",{children:t})}},Ot=e=>e.replaceAll(/\D/g,""),Pt=g((({className:e="",index:t,text:n,...i})=>{const r=Q(),{href:a,target:l,onClick:s}=r(i);return u("a",{className:`text-secondary-text hover:text-primary-main inline-block no-underline ${e}`,href:a,target:l,onClick:s,children:n||`Документ ${t}`})})),Lt=g((({title:e,links:t,className:n=""})=>p("div",{className:n,children:[u("span",{className:"text-primary-text text-s font-medium",children:e}),t?.length?u("div",{className:"flex flex-col gap-2 pt-3",children:t.map(((e,t)=>u(Pt,{index:t,className:"text-s",...e},String(t))))}):null]}))),Dt=[{origins:["t.me","telegram.org"],iconMapped:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],iconMapped:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],iconMapped:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],iconMapped:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],iconMapped:{icon:"PlayMarketIcon"},label:"Google Play"},{origins:["youtube.com"],iconMapped:{icon:"YoutubeIcon"},label:"Youtube"}],Bt={default:"w-14 h-14",small:"w-12 h-12"},Et=(e,t)=>e?"":`group/media flex items-center justify-center box-border ${Bt[t]}`,Vt=g((({buttonSize:e="default",rounded:t=!1,icon:n,...i})=>{const{href:r,version:a,text:l=""}=i,{iconMapped:s,label:o}=Dt.find((({origins:e})=>e.some((e=>r?.includes(e)))))||{},c=zt(n)??s;return u(oe,{className:y(t?"rounded-full":"rounded-md","border border-solid hover:border-transparent","group-data-primary:border-main-divider","hover:bg-primary-main hover:text-black","group-data-secondary:bg-white border-main-divider group-data-secondary:hover:bg-secondary-hover","group-data-gray:border-green",Et(l,e)),"aria-label":o,rel:"noopener noreferrer",target:"_blank",text:l,version:a,...i,children:c&&!l?u(Ne,{image:c,imageClassName:"group-hover/media:text-white",width:"24",height:"24"}):null})})),zt=e=>e?.src||e?.icon?e:void 0,Ft=g((({className:e="",media:t})=>u("div",{className:`flex gap-2 items-start justify-start pt-6 pb-6 ${e}`,children:t?.map(((e,t)=>u(Vt,{...e},String(t))))}))),Ht=g((({className:e="",index:t,...n})=>{const i=Q({isRemote:!0}),{href:r,target:a,text:l,onClick:s}=i(n);return u("a",{className:`text-xs-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px] ${e}`,href:r,target:a,onClick:s,children:l||`Документ ${t}`})})),Jt=g((({className:e="",links:t})=>p("div",{className:e,children:[u("div",{className:"py-6",children:u("span",{className:"text-xs-light text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?u("div",{className:"flex flex-col justify-start items-start gap-2",children:t.map(((e,t)=>u(Ht,{index:t,...e},String(t))))}):null]}))),Ut=g((({className:e="",...t})=>{const n=t.options?.page?.fallback,i=Pe(c.SITEMAP||"sitemap",n),{documents:r,relatedEnterprises:a,contacts:l,socialMedia:s,horizontalNavigationTitle:o}=Pe(c.FOOTER||"footer",n);return p(Be,{tag:"footer",className:`px-4 py-[26px] ${e}`,...t,children:[u(At,{className:"overflow-hidden",items:l,hasButton:!0}),u("div",{className:"m-0 p-0",children:i.topItems?.map(((e,t)=>u(It,{label:e?.text,children:u(ct,{documents:e.items})},String(t))))}),u("div",{className:"mt-4",children:i?.dispositions?.map(Xt)}),u(xt,{title:"Мобильное приложение",description:"Загрузить для IOS и Android",...t}),u(ot,{className:"grow"}),u(Ft,{className:"pb-4",media:s}),u(Lt,{title:o,links:a}),u(Jt,{links:r})]})})),Xt=(e,t)=>{const{icon:n,href:i,text:r}=e;return p(oe,{version:"link",href:i,className:"flex text-s mb-4 w-6",children:[n?u(Ne,{className:"pr-1",image:n,width:"24",height:"24"}):null,u("span",{className:"pl-2.5 font-medium text-primary-text",children:r})]},`footer-${t}`)},Wt=e=>({href:t})=>J(F(t)?e.href:e.pathname).startsWith(J(t)),Gt=g((({className:e="",active:t,dataItemName:n,children:i,...r})=>{const a=Q(),{href:l,target:s,text:o,onClick:c}=a(r);return p("a",{className:y("relative inline-block bg-transparent text-center no-underline",e),href:l,target:s,"data-item-name":n,onClick:c,children:[u("span",{className:Yt(t),children:o||i}),t?u("div",{className:"absolute left-0 -bottom-3 w-full h-0.5 bg-primary-main group-data-transparent:bg-transparent"}):null]})})),Yt=(e=!1)=>y("font-sans text-s",e?"text-primary-main":"text-secondary-text hover:text-primary-main","group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),Kt=864e5;function Qt(e,t,n=globalThis?.localStorage){const i=a((async(...i)=>{const r=`async:${e}`,a=function(e){const{data:t=null,timestamp:n=null}=e?JSON.parse(e):{};return t&&Date.now()-n<Kt?t:void 0}(n.getItem(r));if(a)return a;const l=await t(...i);return n.setItem(r,JSON.stringify({data:l,timestamp:Date.now()})),l}),[e,t]);return Re(e,i)}const qt=()=>{const e=globalThis.localStorage?.getItem("location");try{return e?JSON.parse(e):null}catch(e){return null}},Zt=g((({burgerSubMenu:e,onClick:t,defaultLocation:n="",children:l})=>{const[s]=function(e="Москва"){const t=qt(),[n,l]=i(t?.region??{name:e}),{data:s}=Qt("/api/v1/region",Oe);return r((()=>{l(t?.region&&t?.manual?t.region:s||{name:e})}),[s]),[n,a((e=>{globalThis.localStorage?.setItem("location",JSON.stringify({manual:!0,region:e})),l(e)}),[])]}(n);return p("div",{className:"absolute top-0 left-0 w-full h-full bg-white p-4 box-border z-20",children:[u("button",{className:"absolute top-4 right-4 border-none bg-transparent cursor-pointer",onClick:t,children:u(Ne,{image:{icon:"CloseIcon"},width:"24",height:"24"})}),p("button",{className:"flex items-center text-s p-0 mb-4 bg-transparent cursor-pointer",children:[u(Ne,{image:{icon:"GeolocationIcon"},width:"20",height:"20",className:"text-primary-main box-border mr-2"}),u(_t,{color:"text-secondary-text",children:s.name})]}),l,u("div",{className:"mb-7",children:e?.map(en)}),u(ot,{className:"grow"})]})})),en=(e,t)=>{const{icon:n,href:i,text:r}=e;return p("a",{href:i,className:"flex text-s mb-4 hover:text-primary-main",children:[n?u(Ne,{className:"text-primary-main pr-1",image:n,width:"24",height:"24"}):null,u("span",{className:"font-medium pl-0.5",children:r})]},`headerSubMenu-${t}`)},tn=g((({onClick:e,bgColor:t,logo:n})=>p("div",{className:"flex items-center justify-between border-0 border-b border-main-divider h-12",children:[p("div",{className:"flex items-center",children:[u("button",{className:"pl-0 pr-4 border-0 bg-transparent cursor-pointer",onClick:e,"aria-label":"Открыть меню",children:u(Ne,{image:{icon:"BurgerIcon",iconVersion:"bg-white"===t?"black":"white"},className:"text-primary-text w-6 h-6",width:"24",height:"24"})}),u(bt,{className:"mr-8",bgColor:t,logo:n})]}),u("button",{className:"text-primary-main group-data-transparent:text-white group-data-transparent:hover:text-primary-hover text-s border-0 bg-transparent",children:"Войти"})]}))),nn={"bg-white":"primary",transparent:"transparent"},rn=g((({bgColor:e="bg-white",version:t=nn[e],...n})=>{const r=K(),l=n.options?.page?.fallback,{topItems:s,dispositions:o,defaultLocation:d,logo:m}=Pe(c.SITEMAP||"sitemap",l),h=s?.find((e=>Wt(c.BASE_PATH?{pathname:c.BASE_PATH}:e))(r)),g=h?.items,b=(e=>(t=[])=>{const n=t?.filter(Wt(e));return n?.length?R((e=>e.href?.length||0))(n):void 0})(r)(g),[x,f]=i(!1),y=a((()=>f((e=>!e))),[]);return p(Be,{tag:"header",version:t,...n,children:[p("div",{className:"container px-4 py-0 box-border",children:[u(tn,{onClick:y,bgColor:e,logo:m}),u("nav",{className:"flex items-center m-0 p-0 overflow-y-hidden w-full h-12",children:u("div",{className:"flex no-scrollbar horizontal-list h-full items-center",children:g?.map(((e,t)=>u(Gt,{className:"mr-8 whitespace-nowrap text-s",active:e===b,...e},String(t))))})})]}),x?u(Zt,{onClick:y,burgerSubMenu:o,defaultLocation:d,children:u("div",{className:"list-none m-0 p-0",children:s?.map(((e,t)=>u(It,{label:e.text,children:u(ct,{documents:e.items})},String(t))))})}):null]})})),an=g((({children:e,...t})=>u("p",{className:["font-sans",...Object.values(t)].join(" "),children:e}))),ln={XXL:{wrapper:"gap-[18px]",title:{headingType:"h0",as:"h1"},descriptionSize:"text-h5"},XL:{wrapper:"gap-4",title:{headingType:"h1",as:"h1"},descriptionSize:"text-xl-light"},L:{wrapper:"gap-4",title:{headingType:"h2",as:"h2"},descriptionSize:"text-xl-light"},M:{wrapper:"gap-3",title:{headingType:"h3",as:"h3"},descriptionSize:"text-xl-light"},S:{wrapper:"gap-2",title:{headingType:"h4",as:"h4"},descriptionSize:"text-xl-light"},XS:{wrapper:"gap-2",title:{headingType:"h5",as:"h5"},descriptionSize:"text-l-light"}},sn=g((({className:e,title:t,description:n,headlineVersion:i="XL",align:r="text-center",as:a,isPadding:l=!0,isTheme:s=!1,version:o="",...c})=>{const d=ln[i];return p(Be,{className:y("flex flex-col",l?"p-12":"",d.wrapper,e),version:o,isTheme:s,...c,children:[t?u(f,{className:y("whitespace-pre-wrap",r),...d?.title,as:a||d?.title.as,title:t}):null,n?u(an,{size:d.descriptionSize,align:r,children:n}):null]})})),on=g((({doc:e,icon:t})=>{const{text:n,fileSize:i,...r}=e;return p("a",{className:"flex box-border gap-3 group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main",role:"link",...r,children:[t,n?p(_t,{size:"text-l",font:"font-light",children:[n,u(_t,{color:"text-secondary-text",children:r?.href&&cn(dn(r.href),i)})]}):null]})})),cn=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),dn=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},mn=g((({className:e="",title:t,description:n,icon:i={icon:"DocDownloadIcon",iconVersion:"black"},documents:r,align:a,...l})=>p(Be,{className:y("py-6 px-4",e),...l,children:[u(sn,{isPadding:!1,title:t,description:n,align:a,headlineVersion:"M",as:"h2"}),r?.length?u("div",{className:"mt-5 flex flex-col gap-6",role:"list",children:r.map(((e,t)=>u("div",{role:"listitem",children:u(on,{doc:e,icon:i?u(Ne,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:i,width:"24",height:"24"}):null})},String(t))))}):null]}))),hn=e=>{const t="col-span-",n=e?.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function un(e=""){const t=hn(e);return t<=4?"S":t<=8?"M":"L"}function pn(e=""){const t=hn(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function gn(e=""){const t=hn(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const bn=g((({className:e,title:t,description:n="Блок в разработке...",...i})=>p(Be,{className:y("p-9 box-border",e,gn(e),pn(e)),...i,children:[u(sn,{className:"!p-0 max-w-[600px]",title:t,description:n,headlineVersion:un(e)}),u("figure",{className:"m-0 min-w-[80%]",children:xn()})]}))),xn=(e=3)=>yn(100,e).map((e=>Math.floor(e))).map(fn),fn=(e,t)=>u("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),yn=(e,t)=>[e].concat(t>0?yn(e/1.618,t-1):[]),vn=(e,{className:t="",buttonClassName:n,isVertical:i}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?u("div",{className:y("flex",i?"flex-col gap-2":"gap-4",t),children:e.map(Nn(n))}):null,Nn=(e="")=>(t,n)=>{const{text:i,icon:r,iconRight:a,version:l,...s}=t||{},o="secondary"===l?"color":"white",c=r?.iconVersion?r?.iconVersion:o;return i||r?.icon?u(oe,{className:e,appendLeft:wn({...r,iconVersion:c}),appendRight:wn({...a,iconVersion:c}),version:l,text:i,...s},n?String(n):""):null},wn=e=>e?.icon||e?.src?u(Ne,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,kn={L:"w-1.5 h-1.5 min-w-1.5 min-h-1.5 mr-4",M:"w-1.5 h-1.5 min-w-1.5 min-h-1.5 mr-3",S:"w-1 h-1 min-w-1 min-h-1 mr-2"},Tn=g((({className:e="",isDotted:t=!0,children:n,size:i="M"})=>p("div",{className:`font-sans flex items-baseline ${e}`,role:"listitem",children:[t?u("div",{children:u("div",{className:`rounded-full align-middle inline-block bg-primary-text group-data-secondary:bg-white ${kn[i]}`})}):null,u("span",{children:n})]}))),Cn={S:"text-l-light",M:"text-h6",L:"text-h5"},Sn={S:"ml-2",M:"ml-3",L:"ml-4"},_n=g((({className:e="",hasIndent:t,isDotted:n,itemClassName:i="",items:r,listItemSize:a="M"})=>r?.length?u("section",{className:`text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text ${Cn[a]} ${t?Sn[a]:""} ${e}`,role:"list",children:r.map(((e,t)=>u(Tn,{className:i,isDotted:n,size:a,children:e},String(t))))}):null)),In=g((({className:e="",title:t="",buttons:n,image:i,children:r})=>p("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,children:[t,p("div",{className:"flex grow w-full justify-between",children:[p("div",{className:"flex flex-col justify-between w-full",children:[u("div",{className:"h-full",children:r}),n?u("div",{className:"mt-auto pt-8",children:n}):null]}),i]})]}))),$n=g((e=>{const{className:t="",icon:n,label:i,description:r,version:a="primary",benefitsVersion:l="normal"}=e;return p("div",{className:`flex gap-5 ${r?"items-start":"items-center"} ${t}`,children:[n?u("div",{className:Mn(a,l),children:u(Ne,{className:"w-6 h-6",image:{...n,iconVersion:n.iconVersion||l}})}):null,p("div",{className:"gap-0.5",children:[i?u("div",{className:"text-h6 text-primary-text group-data-secondary:text-white",children:i}):null,r?u("div",{className:"text-m-light text-secondary-text group-data-secondary:text-white",children:r}):null]})]})}));function Mn(e,t){let n="bg-primary-main text-black";return"secondary"===e?n="bg-white/30 text-black":"normal"===t&&(n="bg-secondary-light text-primary-main"),`w-12 h-12 min-w-12 rounded-full p-2.5 box-border flex items-center justify-center ${n}`}const An=(e="primary",t="normal")=>({icon:n,label:i,description:r},a)=>u($n,{icon:n,label:i,description:r,version:e,benefitsVersion:t},String(a)),Rn=g((({className:e="",headlineVersion:t="L",benefits:n,benefitsVersion:i="normal",buttons:r,image:a,items:l,isDotted:s=!0,label:o,title:c,description:d,...m})=>p(Be,{className:`w-full ${e}`,...m,children:[p("div",{children:[o?On(o):null,u(sn,{className:"!p-0 max-w-[600px]",title:c,description:d,headlineVersion:t,align:"text-left"}),p(In,{buttons:vn(r,{className:"mt-5",isVertical:!0}),children:[n?.filter((e=>e.label))?.length?u("div",{className:"mt-3",children:n.map(An("primary",i))}):null,l?.length?u(_n,{className:"mt-3 text-m",items:l,isDotted:s}):null]})]}),jn(a)]})));function jn(e){return e?.src?u(Ne,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const On=e=>u("div",{className:"w-fit px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid border-secondary-hover",children:u(_t,{color:"text-primary-main group-data-secondary:text-white/80",children:e})}),Pn=g((e=>{const{className:t="",...n}=e;return u(Be,{className:`px-4 py-6 ${t}`,...n,children:u(Rn,{...e})})})),Ln=g((e=>{const{__html:t="",richVersion:n=""}=e;return u("div",{className:y(n,"md-container"),dangerouslySetInnerHTML:{__html:t}})})),Dn={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-12 w-12 min-w-12 min-h-12"},Bn={normal:"min-h-[70px]",small:"min-h-12"},En={description:"text-white/80 text-l-light group-data-primary:text-secondary-text group-data-gray:text-secondary-text",iconText:"text-white group-data-primary:text-secondary-text group-data-gray:text-secondary-text",iconBackground:"bg-white/30 group-data-primary:bg-main-divider",iconConnector:"bg-white group-data-primary:bg-secondary-light",dot:"bg-white/80 group-data-primary:bg-secondary-text"},Vn=g((({className:e="",title:t,description:n,showLines:i=!0,steps:r,size:a="normal",version:l="primary",...s})=>p(Be,{className:`box-border px-4 py-6 flex flex-col ${e}`,version:l,...s,children:[t?u(f,{headingType:"h3",className:"text-center",title:t}):null,n?u("p",{className:`text-m-light text-center ${En.description} ${t?"mt-2":""}`,children:n}):null,r?.length?u("div",{className:"box-border py-0.5 mb-0.5 mt-5",children:u("div",{className:"flex flex-col justify-between gap-x-[101px]",children:r.map(zn(a,l,i))})}):null]}))),zn=(e,t,n)=>(i,r,a)=>{const{type:l}=i;if("default"!==l&&"rte"!==l)return null;switch(l){case"default":return Fn(e,t,n)(i,r,a);case"rte":return u(Ln,{__html:i.__html});default:ze(i)}},Fn=(e,t,n)=>(i,r,a)=>{const l=a.length-1===r,s="normal"===e?"ml-[34px]":"ml-6";return u("div",{children:p("div",{className:"flex flex-row text-center relative",children:[p("div",{className:"overflow-hidden flex-shrink-0",children:[Hn(e,t)(i,r),l?null:u("div",{className:`min-h-8 h-full w-0.5 ${n?En.iconConnector:""} ${s}`})]}),p("div",{className:`flex flex-col justify-center h-fit ${Bn[e]}`,children:[i.label?u("div",{className:"text-m-title-xs font-medium m-0 text-left mb-1",children:i.label}):null,i.description?u("div",{className:`text-s ${En.description} text-left`,children:i.description}):null]})]})},String(r))},Hn=(e,t)=>(n,i)=>{const r="normal"===e?"38":"27",a="secondary"===t?"white":"color";return u("div",{className:`${Dn[e]} ${En.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:u("span",{className:`font-medium flex self-center ${"normal"===e?"text-m-title":"text-m-title-xs"}`,children:(l=n?.icon,Boolean(l?.icon||l?.src)?u(Ne,{image:{...n.icon,iconVersion:n.icon?.iconVersion||a},width:r,height:r}):u("span",{children:i+1}))})});var l},Jn={Buttons:({buttons:e})=>vn(e,{className:"mt-3",buttonClassName:"w-12 h-12"}),Img:({image:e})=>e?.src?u(Ne,{image:{...e,className:"m-0"}}):null,List:({isDotted:e,...t})=>u(_n,{className:"flex flex-col justify-between items-start text-m",isDotted:e??!0,...t}),LabelDescription:({label:e,description:t})=>p("div",{children:[e?u("div",{className:"text-xl font-medium m-0 "+(t?"mb-1":""),children:e}):null,t?u("div",{className:"text-s text-secondary-text",children:t}):null]})},Un=g((({title:e,icon:t})=>p("div",{className:"flex gap-2.5 mb-2",children:[e?u(f,{headingType:"h3",className:"font-medium",title:e}):null,t?u(Ne,{className:"ml-auto min-w-6",image:t,width:"24",height:"24"}):null]}))),Xn=g((({tile:e,...t})=>p("div",{className:"rounded-md border-gray h-full box-border border p-4",children:[u(Un,{...e?.header}),e?.data?.length?e.data.map(((e,n)=>p("div",{children:[n>0?u("div",{className:"h-5"}):null,Wn(e,t)]},String(n)))):null]})));function Wn(e,t){if(!e||!e.tableCellType||!(e.tableCellType in Jn))return null;const n=Jn[e.tableCellType];return u(n,{displayTable:()=>null,isVisible:!0,...e,...t})}const Gn=g((({tiles:e,...t})=>e?.length?u(B,{...t,children:e.map(((e,n)=>u(Xn,{tile:e,...t},String(n))))}):null)),Yn=g((({tiles:e,...t})=>e?.length?u("div",{className:"flex flex-col gap-3.5",children:e.map(((e,n)=>u(Xn,{tile:e,...t},String(n))))}):null)),Kn=g((({className:e,title:t,description:n,tariffsColumns:i,rowHeaders:r,orientation:a="vertical",...l})=>{const s=Qn(i),o=qn(r,s);return p("section",{className:`px-4 py-6 bg-white font-sans text-primary-text overflow-x-hidden ${e}`,children:[t?u(f,{headingType:"h2",className:`text-center ${n?"mb-2":"mb-5"}`,title:t}):null,n?u("div",{className:"mb-5 text-center text-m",children:n}):null,u("vertical"===a?Yn:Gn,{tiles:o,...l})]})})),Qn=e=>e?.[0]?.data?e[0].data:[],qn=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),Zn=g((({title:e,description:t,iconVersion:n,image:i,className:r="",items:a,isDotted:l=!0})=>p("section",{className:`font-sans px-4 py-[18px] flex flex-col bg-white group-data-secondary:bg-primary-main ${r}`,children:["small"===n?u("div",{className:"mb-3",children:u("div",{className:"rounded-full h-4 w-4 text-center text-xs-light bg-primary-main text-white group-data-secondary:bg-white group-data-secondary:text-primary-main",children:"i"})}):null,"big"===n?ei(i):null,p("div",{className:"py-0.5 text-secondary-text group-data-secondary:text-white",children:[e?u("div",{className:"text-l font-medium mb-1",children:e}):null,t?u("div",{className:"text-s ",children:t}):null,a?.length?u(_n,{className:"mt-1 text-m",items:a,isDotted:l}):null]})]})));function ei(e){return e?.src?u(Ne,{className:"pb-3 mr-auto",image:e}):null}const ti={XXL:"gap-12",XL:"gap-10",L:"gap-8",M:"gap-4",S:"gap-2",XS:"gap-1","":""},ni={stretch:"items-stretch",left:"items-start",center:"items-center",right:"items-end"},ii=g((({className:e="",gap:t="",align:n="stretch",isPadding:i=!1,isInnerPadding:r=!0,version:a="transparent",isTheme:l=!1,...s})=>{const o=r?"":"!p-0";return u(Be,{className:y("relative","flex flex-col [&>*]:max-w-full",i?"p-12":"",ti[t],n&&ni[n],e),version:a,isTheme:l,...s,children:kt({...s,renderProps:(e,t)=>vt(e,t,{className:o})})})}));ii.childrenTypes=[];const ri={ComparisonTable:$e,Footer:Ut,Header:rn,Headline:sn,LinkDocs:mn,LinkList:ct,MobileAppTile:xt,ProductBlock:Pn,StepsBlock:Vn,TariffsTable:Kn,TextBlock:Zn,Placeholder:bn,RollupItem:It,VerticalLayout:ii};const ai=["Header","Footer"],li=([,{target:e}])=>Math.abs(e.getBoundingClientRect().top);function si(e=globalThis){const t=s(new Map);r((()=>Le.subscribe("intersection",(({block:e,intersection:n})=>{t.current&&t.current.set(e,n)}))),[]),r((()=>{const n=((e,t=600)=>{let n;const i=(...r)=>{i.dispose(),n=setTimeout((()=>{e(...r)}),t)};return i.dispose=()=>{n&&clearTimeout(n)},i})((()=>{!function(e){const t=`#${n=e?.anchor,n?.replace("#","")||""}`;var n;globalThis.location?.hash!==t&&globalThis.history?.replaceState(globalThis.history?.state,"",t)}(globalThis.scrollY>3*globalThis.innerHeight/4?function(e){const t=e.filter((([e])=>!ai.includes(e.type||""))).filter((([,{intersectionRatio:e}])=>e>.01)),[n]=t.length>0?O(li)(t):[];return n}([...t.current||[]]):void 0)}),100);return e.addEventListener("scroll",n),()=>{n.dispose(),e.removeEventListener("scroll",n)}}),[e])}const oi=h();const ci=g((({className:e,onClick:t,ariaLabel:n})=>u("button",{type:"button",className:`border-0 w-9 bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":n,children:di()}))),di=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[u("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),u("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},mi=g((({className:e=""})=>{const t=function(e){const[t,n]=i(0);return r((()=>{(async()=>{const[t]=await oi.getLikeCount(e);n(t?.value||0)})()}),[e]),{likeCount:t,like:a((async()=>{n(await oi.like(e))}),[e]),dislike:a((async()=>{n(await oi.dislike(e))}),[e])}}(K().pathname);return p("div",{className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e}`,children:[u(ci,{onClick:Y(t.like),ariaLabel:"Поставить отметку «лайк»"}),u(ci,{onClick:Y(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),u("span",{className:"select-none",children:t.likeCount})]})})),hi=g((e=>{const{className:t="",blocksRegistry:n,blockDecorator:i,data:r={}}=e,{style:a,blocks:l,slots:s,likeControl:o,colorPalette:c="pc"}=r,d={key:"",page:r,blocksRegistry:n,blockDecorator:i,parent:r};si();const[m,{setTrue:h,setFalse:g}]=Ze();return Fe({onOpen:h,onClose:g}),p("section",{className:y("relative",a,t,m?"overflow-hidden h-screen":""),"data-theme":c,children:[s?.header?u("div",{className:"mb-5 shadow-[0_8px_32px_0px_#00000014]",children:wt(s?.header,{...d,slotName:"header"})}):null,p("div",{className:"container grid grid-cols-12 gap-1",children:[wt(l,d),s?.footer?wt(s?.footer,{...d,slotName:"footer"}):null]}),o?u("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:u(mi,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto"})}):null]})}));hi.childrenTypes=[],hi.slots=()=>["header","footer"];e.Blocks=ri,e.ContentPage=hi,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),n=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await n.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.LikeAPI=h,e.handlerDecorator=Y,e.joinList=function(e){return t=>t.reduce(((t,n,i)=>t.length?t.concat({...e,key:i},n):[n]),[])},e.packageVersion="0.10.3",e.projectSettings=c,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=X,e.useRouter=K,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const n=e=>(...n)=>t[e](...n),i=n("useState"),r=n("useEffect"),a=n("useCallback"),l=n("useMemo"),s=n("useRef");const o={PROD_BRANCH:"master"},c=new class{_=o;setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH||o.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get FOOTER(){return this._.FOOTER}get CHAT_BOT(){return this._.CHAT_BOT}get CDN(){return d(this._.CDN)}get BASE_PATH(){return d(this._.BASE_PATH)}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},d=e=>e&&!e.endsWith("/")?`${e}/`:e,m="likesToken";function h(){async function e(){try{const e=JSON.parse(globalThis.localStorage?.getItem(m)||"");if(e?.token)return e}catch(e){}try{const e=await fetch("/assist/v1/public/auth",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:t,name:n}=await e.json();return globalThis.localStorage?.setItem(m,JSON.stringify({token:t,name:n})),{token:t,name:n}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...t){if(!t.length)return[];const{token:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${c.ASSIST_PROJECT_ID}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify({node_ids:t})}),{likes:i}=await e.json();return i||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:n,name:i}=await e();try{const e=await fetch(`/assist/v1/public/projects/${c.ASSIST_PROJECT_ID}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n,UserID:i},body:JSON.stringify({node_id:t,user_name:i})}),{likes:r}=await e.json();return r||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:n,name:i}=await e();try{const e=await fetch(`/assist/v1/public/projects/${c.ASSIST_PROJECT_ID}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n,UserID:i},body:JSON.stringify({node_id:t,user_name:i})}),{likes:r}=await e.json();return r||0}catch(e){return console.error(e),0}}}}const u=(...e)=>globalThis._uni._jsx(...e),p=(...e)=>globalThis._uni._jsxs(...e),g=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:b(e)),t._tmpl},b=e=>{function t(t,n){const{children:i,...r}=t||{},a=n?.slots?.default,l=i||a&&a();return e(Object.assign(r,l&&{children:l}),n)}return t.inheritAttrs=!1,t},f={h0:"text-m-title",h1:"text-m-title",h2:"text-m-title",h3:"text-h6",h4:"text-m-title-xs",h5:"text-m-title-xs",h6:"text-m-title-xs"},x=g((e=>{const{className:t,headingType:n="h3",title:i,as:r="h3"}=e;return u(r,{className:`font-sans font-medium m-0 ${f[n]} ${t||""}`,children:i})})),y=(...e)=>e.flatMap((e=>e)).filter(Boolean).join(" "),v=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`});function N(e,{sensitivity:t,rootRef:n}={}){const i=s(null),a=l((()=>({threshold:w(t),root:n?.current})),[t,n?.current]);return r((()=>{if(!i.current)return;const t=new IntersectionObserver(e,a);return t.observe(i.current),()=>{t.disconnect()}}),[e,a]),i}function w(e=0){const t=Math.round(10*e);return new Array(t).fill(0).map(((e,n)=>Math.min(n/t)),1).concat(1)}const k=g((({className:e="",style:t,idx:n,activeIndex:i,observerOptions:r,children:l,onIntersection:s})=>{const o=N(a((e=>{e.length&&s&&s(n||0,e[e.length-1])}),[s,n]),r);return u("div",{className:`inline-block snap-always box-border ${e}`,style:t,"aria-current":Boolean(n===i),ref:o,children:l})})),T=["min-w-[100%]","min-w-[50%]","min-w-[33.33%]","min-w-[25%]"],C=g((({className:e="",containerRef:t,activeIndex:n,visibleItemCount:i=0,gap:r=0,padding:l=0,listType:o="horizontal-list",snapAlign:c="snap-center",minHeight:d,children:m,onVisibleItemsChange:h,onVisibleIndicesChange:p})=>{const g={sensitivity:1,rootRef:t},b=s([]),f=a(((e,t)=>{const n=[...b.current||[]];n[e]=t,b.current=n,h&&h(n),p&&p(_(n))}),[h,p]),x=i>0?r*Number(i)-1:0,N="vertical-list"===o,w="horizontal-list"===o,C={...w?S(l,x):{},...N?v(d):{},gap:`${r}px`};return u("div",{className:y("box-border overflow-auto no-scrollbar",o,e),style:C,ref:t,children:(I=(e,t)=>u(k,{className:y(c,i?T[i-1]:"",N?"h-full":""),style:w?S(l/4):{},activeIndex:n,idx:t,observerOptions:g,onIntersection:f,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(I):I(e,0))(m)});var I})),S=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),_=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),I={"horizontal-list":"mx-auto mt-5 w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},$={"horizontal-list":"w-6","vertical-list":"h-6"},M=g((({containerRef:e,activeIndex:t,dotCount:n=0,listType:i="horizontal-list",version:r})=>n?u("div",{className:y("flex gap-2",I[i],r?"group":""),...r?{"data-ver":r}:{},children:new Array(n).fill(null).map(((n,r)=>u("div",{className:`cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white group-data-transparent:bg-white ${r===t?$[i]:"w-2 h-2 opacity-30"}`,role:"button","aria-hidden":!0,onClick:()=>(n=>{n!==t&&e?.current&&e.current.children[n]?.scrollIntoView({behavior:"smooth",block:"nearest"})})(r)},String(r))))}):null)),A=e=>e,R=(e=A)=>t=>t.reduceRight(((t,n)=>e(t)>e(n)?t:n)),j=R(),P=(e=A)=>R((t=>-e(t))),L=e=>t=>e.scrollWidth/t,O=e=>(t,n)=>{e.scrollBy({left:n*L(e)(t),behavior:"smooth"})},D=({itemCount:e,isCyclic:t,onVisibleIndicesChange:n})=>{const r=s(null),[l,o]=i([]),c=a((e=>{o((t=>{return(n=t)===(i=e)||Boolean(n&&i&&n?.length===i?.length&&n.every(((e,t)=>e===i[t])))?t:e;var n,i})),n&&n(e)}),[e]),[d,m]=l.length?[P()(l),R()(l)]:[-1,-1],h=d>0,u=m<e-1,p=a((()=>{var n;r.current&&(t&&!h?(n=r.current).scrollTo({left:n.scrollWidth,behavior:"smooth"}):O(r.current)(e,-1))}),[t,e,h]),g=a((()=>{r.current&&(t&&!u?r.current.scrollTo({left:0,behavior:"smooth"}):O(r.current)(e,1))}),[e,t,u]);return[r,{scrollLeft:p,scrollRight:g,canScrollLeft:t||h,canScrollRight:t||u,visibleIndicesRange:[d,m],handleVisibleIndicesChange:c}]},B=g((({className:e="",gap:t=14,padding:n=16,showDots:i=!0,minHeight:r,children:a,onVisibleIndicesChange:l,listType:s="horizontal-list",version:o})=>{const c=Array.isArray(a)?a.length:0,[d,m]=D({itemCount:c,onVisibleIndicesChange:l}),[h]=m.visibleIndicesRange;return p("div",{className:y(e,"vertical-list"===s?"relative h-full":""),children:[u(C,{containerRef:d,activeIndex:h,visibleItemCount:1,gap:t,padding:n,onVisibleIndicesChange:m.handleVisibleIndicesChange,listType:s,minHeight:r,children:a}),i?u(M,{containerRef:d,activeIndex:h,dotCount:c,listType:s,version:o}):null]})}));class z{subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const n=this.subjectsStateMap[e];return n&&t(n),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}}const E=new z,V=(e="")=>({open:t=>E.fire("dialog",{type:"open",id:e,message:t}),close:()=>E.fire("dialog",{type:"close"})}),F=e=>Boolean(e?.includes(":")),H=(e,t)=>Boolean(e&&!F(e)&&(!t||"_self"===t)),J=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),U=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/");var X=Object.freeze({__proto__:null,isURL:F,isLocalURL:H,isHash:e=>Boolean(e?.startsWith("#")),withoutQuery:J,joinPath:U});const W=e=>(t,n=c.BASE_PATH)=>{if(!t||F(t)||G(t,c.CDN))return t;const i=t.startsWith("/");return U(G(t,n)?"":n,i?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},G=(e,t)=>t&&e&&e.startsWith(t),Y=(e,t)=>Y._impl(e,t);function K(){return K._impl()}function Q(e={}){const{isRemote:t,basePath:n}=e,i=K(),{close:r}=V();return e=>({...e,href:t?e.href:W(i)(e.href,n),"aria-label":e.text,onClick:Y(a(e),e)});function a({href:e,target:n,onClick:a}){return l=>{a&&a(l),e&&!t&&H(e,n)&&(r(),l?.preventDefault(),i.push(e))}}}Y._impl=e=>e,Y.setup=e=>{Y._impl=e},K._impl=()=>({href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{}}),K.setup=e=>{K._impl=e};const q={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active",white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:"",transparent:"",gray:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active","":""},Z="bg-main-divider text-main-disabled",ee={primary:Z,secondary:Z,white:Z,link:"",transparent:"",gray:Z,"":""},te="text-center font-sans select-none",ne={primary:"group-hover/btn:brightness-0 group-hover/btn:invert",secondary:"group-hover/btn:brightness-0 group-hover/btn:invert",white:"group-hover/btn:brightness-0 group-hover/btn:invert",link:"",transparent:"",gray:"group-hover/btn:brightness-0 group-hover/btn:invert","":""},ie=g((e=>{const{text:t,aboveText:n,appendLeft:i,appendRight:r,version:a="primary"}=e;return p("div",{className:y(re(e),"flex gap-2"),children:[i?u("div",{className:ne[a],children:i}):null,ae(e)?p("div",{children:[n?u("div",{className:"text-xs-light text-left",children:n}):null,u("div",{className:"text-left "+(n?"text-s -mt-0.5":"text-l"),children:t})]}):null,r?u("div",{className:ne[a],children:r}):null]})})),re=e=>{const{version:t,aboveText:n,rounded:i}=e;if("link"===t)return"";const r=""+(n?"py-2.5 px-7":"py-4 px-4");return["group/btn items-center justify-center",ae(e)?r:"h-12 w-12",i?"rounded-full":""].join(" ")},ae=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),le=({className:e,rounded:t,version:n})=>["inline-block",te,n?ee[n]:"",t?"rounded-full":"rounded-md",e].join(" "),se=({className:e,rounded:t,version:n})=>[te,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",n?q[n]:"",t?"rounded-full":"rounded-md",e].join(" "),oe=g((({disabled:e,children:t,...n})=>{const i=Q()(n),r=t??u(ie,{...i});return u(e?de:ce,{...i,children:r})})),ce=g((({className:e="",href:t,rel:n,target:i,ariaLabel:r,version:a,rounded:l,onClick:s,children:o})=>u("a",{className:se({className:e,version:a,rounded:l}),href:t,rel:n,target:i,"aria-label":r,role:t?"link":"button",onClick:s,children:o}))),de=g((({className:e,ariaLabel:t,version:n,rounded:i,children:r})=>u("div",{role:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:le({className:e,rounded:i,version:n}),children:r}))),me={normal:"",color:"text-primary-main",black:"text-black",white:"text-black"},he=g((({className:e="",imageClassName:t="",name:n="",alt:i=`Иконка ${n}`,title:r=i,iconVersion:a="color",...l})=>{const s=K(),o=W(s)(U(c.CDN,"/icons",`${n}.svg`));return"normal"!==a?u(pe,{className:e,children:p("svg",{className:y(ue(l.width),me[a],"white"===a?"invert":"",t),...l,"aria-hidden":"true",children:[r?u("title",{children:r}):null,i?u("desc",{children:i}):null,u("use",{href:`${o}#icon`,xlinkHref:`${o}#icon`})]})}):(e.includes("h-")||(l.style={height:`${l.height}px`}),u("img",{className:e,src:o,alt:i,title:r,"aria-hidden":"true",...l}))})),ue=e=>e?"":"w-full h-full",pe=g((({className:e,children:t})=>e?u("div",{className:e,children:t}):t)),ge=(e,t)=>e?.media&&t?.media?e.media-t.media:0,be=g((({className:e="",image:t,imageClassName:n="",isMobile:i=!1,pathPrefix:r})=>{const a=K();return p("picture",{className:`${i?"flex":"flex-none"} ${e}`,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(ge).map((({src:e,format:n,media:i},l)=>u("source",{srcSet:xe(a,r)(e),type:ye(n),media:i?`(max-width: ${i}px)`:"",...t.size},`${l}_${e}`))):null,t?.src?fe({...t,src:xe(a,r)(t.src)},n,i):null]})})),fe=(e,t="",n=!1)=>{const i={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},r=e.title||"",a=e.alt||e.title,l=n?"m-auto":"m-0";return u("img",{src:e.src,className:`${l} ${t}`,alt:a,title:r,style:i,...e.size})},xe=(e,t)=>n=>n&&!F(n)?W(e)(U(t,n)):n,ye=e=>e?`image/${String(e)}`:void 0,ve=g((({className:e="",image:t,imageClassName:n="",isMobile:i,pathPrefix:r,...a})=>t?.src||t?.icon?t.icon?u(he,{className:e,imageClassName:n,iconVersion:t?.iconVersion,name:t.icon,...a}):u(be,{className:e,imageClassName:n,image:t,isMobile:i,pathPrefix:r}):null)),Ne=g((e=>u(ve,{...e,isMobile:!0}))),we=(e=!1)=>e?"text-white":"",ke=(e=!1)=>"text-s mb-3.5 "+(e?"text-white":"text-secondary-text/80"),Te=g((({icon:e,image:t,title:n,subtitle:i,isFillGradient:r})=>p("div",{role:"columnheader",children:[e?u(Ne,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}):null,t?.src&&u("div",{className:"mb-3.5",children:u(Ne,{image:t})}),n?u(x,{headingType:"h4",className:we(r),title:n}):null,i?u("div",{className:ke(r),children:i}):null]}))),Ce=g((({cell:e,rowHeader:t,isFillGradient:n=!1})=>u("div",{className:"box-border flex flex-col",role:"cell",children:u("div",{className:"h-full border-main-divider border border-t-0 border-x-0",children:e.map(Se(n,t))})}))),Se=(e,t)=>({label:n,description:i},r)=>p("div",{className:"flex justify-between text-s py-3.5",children:[u("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),p("div",{className:"basis-1/2",children:[n?u("div",{className:"text-right "+(e?"text-white":""),children:n}):null,i?u("div",{className:"text-right "+(e?"text-white/80":"text-secondary-text"),children:i}):null]})]},String(r)),_e=g((({header:e,columnData:t,visibleRowLength:n=0,isFillGradient:i,showRow:r,onToggleColumn:a})=>{const l=t?.slice(0,r?t.length:n),s=i?"secondary":"primary";return p("div",{className:`border border-gray rounded-md p-4 mb-3.5 ${i?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""}`,role:"row",children:[u(Te,{...e,isFillGradient:i}),l?.length?l.map((({rowHeader:e,cell:t},n)=>u(Ce,{cell:t,rowHeader:e,isFillGradient:i},String(n)))):null,r&&e?.link?u(oe,{href:e.link.href,target:e.link.target,version:s,className:"text-s font-medium mt-4 py-[11px]",children:e.link.text}):null,Ie({onToggleColumn:a,isFillGradient:i,showRow:r})]})})),Ie=({onToggleColumn:e,isFillGradient:t,showRow:n})=>u("div",{className:"mt-5",role:"cell",children:u("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:n?"Скрыть":"Показать описание"})}),$e=g((e=>{const{className:t,title:n}=e;return p("section",{className:`bg-white font-sans px-4 py-6 overflow-hidden text-primary-text relative ${t||""}`,children:[n?u(x,{headingType:"h3",className:"font-medium text-center m-0 mb-5",title:n}):null,u("div",{role:"table",children:u(Me,{...e})})]})})),Me=g((({columns:e=[],rowHeaders:t,isColoredFirstColumn:n,visibleRowLength:r,orientation:l,...s})=>{const[o,c]=i(new Array(e.length).fill(!r)),d=a((e=>{const t=(t,n)=>n===e?!t:t;c((e=>e.map(t)))}),[]),m=a((()=>c((e=>new Array(e.length).fill(!1)))),[]),h=e?.map((({data:e,header:i},a)=>{return u(_e,{visibleRowLength:r,showRow:o[a],header:i,columnData:(l=e,l?.map(((e,n)=>({cell:e,rowHeader:t?.[n]?.title})))),isFillGradient:0===a&&n,onToggleColumn:()=>d(a),...s},String(a));var l}));return"horizontal"===l?u(B,{onVisibleIndicesChange:m,children:h}):h})),Ae=new Map;function Re(e,t,{fallback:n}={}){const a=l((()=>je(e)),[e]),[s,o]=i(),[c,d]=i(),m=e=>{o(e),d(void 0)},h=e=>{o(void 0),d(e)};r((()=>{if(!a.every((e=>null===e)))try{const e=t(...a);"then"in e?(e=>{e.then((e=>Ae.get(a)||e)).then(m).catch(h)})(e):m(e)}catch(e){h(e)}}),[t,...a]);const u=a[0],p=n&&"string"==typeof u&&n[u];return{data:!s&&p?p:s,error:c,mutate:()=>Promise.resolve(void 0),isValidating:!1}}function je(e){return e?Array.isArray(e)?e:e instanceof Function?je(e()):[e]:[e]}async function Pe(e,t){const n=await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}});return await n.json()}function Le(e,t={}){const{data:n}=Re(`/wcms-resources/${e}.json`,Pe,{fallback:t});return n||{}}const Oe=new z;const De={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white",gray:"bg-main-divider text-primary-text",transparent:"bg-transparent text-primary-text","":""},Be=g((({className:e="",version:t="primary",isTheme:n=!0,block:l,tag:s="section",role:o,children:c})=>{const d=s,m=function(e){return N(a((t=>{if(!e||!t?.length)return;const n=t[t.length-1];Oe.fire("intersection",{block:e,intersection:n})}),[e]),{sensitivity:1})}(l),[h,p]=i(!1);return r((()=>E.subscribe("tab",(e=>{p(Boolean(e.label&&l?.labels?.length&&!l.labels.includes(e.label)))}))),[l]),u(d,{className:y(ze(Boolean(t&&n)),De[t],h?"hidden":"",e),...t&&n?{"data-ver":t}:{},...l?.anchor?{id:l.anchor,ref:m}:{},role:o,children:c})})),ze=e=>e?"group":"",Ee=g((({className:e,onClick:t})=>u("button",{className:y("flex justify-center items-center w-12 h-12 p-1 bg-transparent border-none",e),onClick:t,title:"Закрыть",children:u(Ne,{image:{icon:"CloseIcon"},width:"24",height:"24"})})));function Ve(e){throw new Error(e)}function Fe({onOpen:e,onClose:t}={}){r((()=>E.subscribe("dialog",(n=>{switch(n.type){case"open":e&&e(n);break;case"close":t&&t();break;default:Ve(n)}}))),[e,t])}function He(e,...t){return e.map(((e,n)=>[e,...t.map((e=>e[n]))]))}const Je=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:n,s1Matches:i,s2Matches:r}=function(e,t){const n=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),i=new Array(e.length),r=new Array(t.length);let a=0;for(let l=0;l<e.length;l++){const s=Math.max(0,l-n),o=Math.min(l+n,t.length-1);for(let n=s;n<=o;n++)i[l]||r[n]||e[l]!==t[n]||(a++,i[l]=!0,r[n]=!0)}return{m:a,s1Matches:i,s2Matches:r}}(e,t);if(0===n)return 0;const a=function(e,t,{s1Matches:n,s2Matches:i}){let r=0;for(let a=0,l=0;a<e.length;a++){if(!n[a])continue;let s=l;for(;s<t.length;s++)if(i[s]){l=s+1;break}e[a]!==t[s]&&r++}return r}(e,t,{s1Matches:i,s2Matches:r}),l=(n/e.length+n/t.length+(n-a/2)/n)/3,s=l>.7?.1*function(e,t){let n=0;for(;e[n]===t[n]&&n<4;)n++;return n}(e,t):0;return l+s*(1-l)};const Ue=(e,t)=>(n,i)=>{for(const[r,a]of i)n.set(r,e(n.get(r)||t,a));return n},Xe=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),We=e=>t=>e.map((([e,n])=>[Je(t)(e),n])).filter((([e])=>e>=.8)).map((([e,t])=>Ye(t,e))).reduce(Ue(Math.max,0),new Map),Ge=e=>t=>{return He(t,t.map((({title:e})=>e)).map((e=>t=>{const n=Xe(t||"");return n.length?((e=[])=>e.reduce(((e,t)=>e+t),0))(e.map((e=>j(n.map(Je(e)))))):0})(e))).sort((i=([,e])=>e,n=(e,t)=>i(e)-i(t),(e,t)=>-n(e,t))).map((([e])=>e));var n,i},Ye=(e,t)=>new Map(e.map((e=>[e,t]))),Ke=({basePathList:e=["/"],initialQuery:t="",wasOpened:n})=>{const[a,s]=i(t||"");r((()=>{null!=t&&s(t)}),[t]);const o=l((()=>e.map((e=>n?e:null))),[n,...e]),{data:c}=Re(o,Qe),[d,m]=i(null);return((e,t,n=300)=>{r((()=>{const t=setTimeout(e,n);return()=>{clearTimeout(t)}}),t)})((()=>{c&&m(c.map((e=>t=>{const{corpus:n,dictionary:i}=t||{};if(!(e&&n?.length&&i&&Object.keys(i).length))return[];const r=Xe(e);if(!r.length)return[];const a=Object.entries(i),l=[...r.map(We(a)).reduce(Ue(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*r.length)).map((([e])=>n[e]));return Ge(r)(l)})(a)))}),[c,a]),[d,{value:a,onChange:s}]},Qe=async(...e)=>(await Promise.allSettled(e.map((e=>async function(e,t){try{return e?await Pe(e,t):null}catch(e){console.error(e)}return null}(U(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),qe=g((({className:e,isOpened:t,head:n,children:i,onClose:a})=>(r((()=>{const e=({key:e})=>{"Escape"===e&&a&&a()};return globalThis.document?.addEventListener("keydown",e),()=>{globalThis.document?.removeEventListener("keydown",e)}}),[a]),t?u("div",{className:y("fixed inset-0 bg-white text-l-light z-50 overflow-x-hidden overflow-y-scroll no-scrollbar",e),role:"dialog",children:p("div",{className:"relative container pb-12 min-h-full",children:[p("div",{className:"sticky bg-white pt-6 top-0",children:[u(Ee,{className:"absolute top-10 -right-12",onClick:a}),n]}),i]})}):null)));function Ze(e=!1){const[t,n]=i(e),r=a((()=>n(!0)),[]),l=a((()=>n(!1)),[]),s=a((()=>n((e=>!e))),[]);return[t,{setValue:n,setTrue:r,setFalse:l,toggle:s}]}function et(e,t=!1){const[n,{setTrue:r,setFalse:l}]=Ze(t),[o,c]=i({id:e}),d=s(n);d.current||=n;Fe({onOpen:a((t=>{t.id===e?(c(t),r()):l()}),[e]),onClose:l});const m=a((()=>{l(),E.fire("dialog",{type:"close"})}),[]);return{...o,isOpened:n,wasOpened:d.current,onClose:m}}const tt=g((({className:e,topItems:t})=>{const n=Q({isRemote:!0});return u("div",{className:y("flex items-start justify-between",e),children:t?.map(n).map(nt)})})),nt=(e,t)=>{const{text:n,items:i,href:r,target:a,onClick:l}=e;return p("div",{className:"flex flex-col gap-3.5 w-1/4",children:[u("a",{className:"leading-5 text-l text-primary-text hover:text-primary-main no-underline",href:r,target:a||"_self",onClick:l,children:n||`Раздел ${t}`}),i?.map(((e,t)=>u(it,{...e,basePath:r,index:t},String(t))))]},String(t))},it=g((({text:e,index:t,basePath:n,...i})=>{const r=Q({isRemote:!(!c.BASE_PATH||!n)&&!c.BASE_PATH.startsWith(n),basePath:n}),{href:a,target:l,onClick:s}=r(i);return u("a",{className:y("text-l-light text-secondary-text hover:text-primary-main no-underline","overflow-x-hidden overflow-ellipsis whitespace-nowrap"),href:a,target:l||"_self",onClick:s,children:e||`Раздел ${t}`})})),rt=g((({className:e,isMobile:t,value:n,autoFocus:i,onChange:r,onFocus:l})=>{const s=a((e=>{r&&r(e.target?.value||"")}),[r]);return p("div",{className:y("font-sans relative",e),role:"form",children:[u("div",{className:"absolute h-full flex items-center pl-4 pointer-events-none",children:u(Ne,{image:{icon:"LoupeIcon"},width:"24",height:"24"})}),u("input",{className:y("h-12 pl-12 w-full text-l text-black outline-none box-border","border border-solid rounded-md border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text",t?"":"h-full"),value:n,type:"text",name:"search-bar-input",placeholder:"Поиск по сайту",autoFocus:i,onChange:s,onFocus:l})]})})),at="search";g((({topItems:e})=>{const t=et(at),n=e?.map((e=>e.href||"/")),[i,a]=Ke({basePathList:n,initialQuery:t.message,wasOpened:t.wasOpened}),s=l((()=>lt(e)(i)),[e,i]);return r((()=>function(e){for(const t of e.filter((({items:e})=>e?.length)))console.group(t.text),console.table(t.items,["text","href"]),console.groupEnd()}(s)),[s]),u(qe,{...t,head:u(rt,{className:"my-5",autoFocus:!0,...a}),children:u(tt,{topItems:s})})}));const lt=e=>t=>e?.length&&t?.length?He(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:U("/",t)})))}))):[];const st=g((({className:e,isMobile:t})=>{const[n,r]=i(""),l=a((()=>r("")),[]);Fe({onClose:l});const{open:s}=V(at),o=a((e=>{r(e),ot(e)&&s(e)}),[]);return p("div",{className:e,children:[u(rt,{isMobile:t,value:n,onChange:o}),t?u(Ee,{className:"absolute top-2 right-3",onClick:l}):null]})})),ot=e=>e&&e.length>=3,ct=g((e=>u(st,{...e,isMobile:!0}))),dt=g((({className:e="",documents:t,...n})=>u(Be,{className:`mt-2.5 ${e}`,...n,children:u("ul",{className:"flex flex-col text-s text-secondary-text p-0",children:t?.length?mt(t):null})}))),mt=e=>e.map(((e,t)=>{const{text:n,...i}=e;return u("li",{className:"mb-4 list-none",children:u("a",{className:"hover:text-primary-main",role:"link",...i,children:n||null})},`list_item_${String(t)}`)})),ht={"bg-white":"color",transparent:"white"},ut={"bg-white":"text-primary-main",transparent:"text-white"},pt=(e,t,n)=>u(Ne,t?.src?{image:t,className:ut[e],width:n?.width,height:n?.height,pathPrefix:"/wcms-resources/"}:{image:{icon:t?.icon||"LogoIcon",iconVersion:ht[e]},className:ut[e],width:n?.width,height:n?.height}),gt={"bg-white":"text-primary-text",transparent:"text-white"},bt=(e,t,n)=>u("span",{className:`${gt[t]} ml-2.5 font-medium ${n||""}`,children:e||"Россельхозбанк"}),ft=g((({bgColor:e="bg-white",children:t,className:n="",href:i,logo:r,showTitle:a=!0,targetBlank:l})=>p("a",{className:`inline-flex items-center font-sans no-underline ${n}`,href:i||"https://rshb.ru/",target:l?"_blank":"_self","aria-label":r?.title||"Россельхозбанк",children:[pt(e,r?.image,{width:"34",height:"34"}),a?bt(t||r?.title,e,"text-s"):null]}))),xt=g((({className:e="",title:t="Мобильное приложение",description:n,href:i="#"})=>u("div",{className:`col-span-12 rounded-md cursor-pointer p-4 mt-6 mb-6 bg-secondary-light font-sans ${e}`,children:i?p("div",{className:"flex",children:[u("div",{className:"flex justify-center align-middle rounded-md bg-primary-main w-12 h-12",children:u(ft,{className:"w-8",bgColor:"transparent",showTitle:!0})}),p("a",{href:i,target:"_blank",className:"flex flex-col justify-center pl-3",children:[u("div",{className:"text-s font-medium mb-[3px]",children:t}),u("div",{className:"text-s text-secondary-text",children:n})]})]}):null}))),yt=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),vt=[];function Nt(e,t,{className:n,...i}={}){const{key:r,blockDecorator:a=yt,blocksRegistry:l={},ancestors:s=vt}=t,{type:o}=e;o&&o in l||console.warn(`No block with "${o}" is registered`);const c=o&&l[o];return a({blockClassName:y("scroll-mt-12",n,e.style||"col-span-12"),block:e,ancestors:s,render:({block:n,blockClassName:a})=>{const{content:l}=n;return c?u(c,{className:a,block:e,options:t,...l,...i},r):null}},r)}const wt=[],kt=(e,{key:t,ancestors:n=wt,slotName:i=null,renderProps:r=Nt,...a})=>(e||[]).map(((e,l)=>r(e,{...a,key:`${t||e.type}-${l}`,ancestors:a.parent?[...n||wt,[a.parent,i]]:n})));function Tt({children:e,block:t,options:n,renderProps:i}){return e||(t&&n?kt(t.blocks,{...n,parent:t,renderProps:i}):null)}const Ct=g((({className:e="",label:t,icon:n,dataTheme:i="",disabled:r=!1,onClick:a})=>p("button",{className:y("flex justify-center w-full px-0 py-5 border border-transparent outline-none focus:border-primary-text",r?"bg-main-divider text-main-disabled hover:bg-main-divider":"bg-primary-main text-white hover:bg-primary-hove",e),onClick:a,disabled:r,"data-theme":i,children:[u("span",{className:"text-h4 pr-3",children:t}),n?u(Ne,{image:{icon:n,iconVersion:"white"},className:"flex-shrink-0 my-auto",width:"20",height:"20"}):null]}))),St=g((({className:e="",isFoldButtonOnTop:t=!1,unfoldedByDefault:n=!1,renderFoldableSection:r,renderFoldButton:l})=>{const[s,o]=i(n),c=a((()=>{o((e=>!e))}),[]),d=r({isUnfolded:s,onToggle:c}),m=l?l({isUnfolded:s,onToggle:c}):null;return p("div",t?{className:e,children:[m,d]}:{className:e,children:[d,m]})})),_t=g((({className:e="",isUnfolded:t,children:n})=>{const i=s(null);return r((()=>{i.current&&(i.current.style.maxHeight=t?`${i.current.scrollHeight}px`:"")}),[t,n?.length]),u("div",{ref:i,className:`transition-max-h duration-300 overflow-hidden ${i.current||!t?"max-h-0":""} ${e}`,children:n})})),It=g((({children:e,...t})=>u("span",{className:["font-sans",...Object.values(t)].join(" "),children:e}))),$t=g((({className:e="",label:t="Развернуть",isExpanded:n,isFoldButtonOnTop:i=!0,version:r="primary",...a})=>u(Be,{className:y("border-b border-solid border-main-divider w-full",e),tag:"div",version:"transparent",...a,children:u(St,{isFoldButtonOnTop:i,unfoldedByDefault:n,renderFoldableSection:({isUnfolded:e})=>u(_t,{className:"flex flex-wrap group-last:last:pb-0 gap-5 [&>*]:p-0",isUnfolded:e,children:Tt(a)}),renderFoldButton:({isUnfolded:e,onToggle:n})=>Mt({version:r,label:t,isUnfolded:e,onToggle:n})})})));$t.childrenTypes={exclude:["RollupItem"]};const Mt=({version:e,label:t,isUnfolded:n,onToggle:i,className:r="",primaryIcon:a})=>{const l=t||(n?"Скрыть":"Развернуть");return"primary"===e?At({label:l,icon:n?"MinusIcon":"PlusIcon",onToggle:i,className:r,primaryIcon:a}):u(Ct,{label:l,icon:n?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},At=({label:e,icon:t,primaryIcon:n,onToggle:i})=>p("button",{className:"border-none bg-transparent flex justify-between text-left w-full text-primary-text group cursor-pointer py-3.5 px-0",onClick:i,children:[p("div",{className:"flex group-hover:text-primary-main",children:[n?u(Ne,{image:n,className:"mr-3 flex-shrink-0",width:"24",height:"24"}):null,u(It,{size:"text-m-title-xs",font:"font-medium",children:e})]}),u(Ne,{className:"flex-shrink-0",image:{icon:t},width:"24",height:"24"})]}),Rt=g((({className:e="",items:t,hasButton:n})=>p("div",{className:e,children:[t?.length?t.map(jt):null,n?u(oe,{version:"primary",className:"mb-6 w-full",href:"https://www.rshb.ru/feedback/question/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"}):null]}))),jt=(e,t)=>{const{type:n,text:i,description:r}=e;return p("div",{className:"mb-4",children:[u("div",{children:Pt(n,i)}),u("div",{className:"mt-1 text-s-light text-secondary-text",children:r})]},String(t))},Pt=(e,t="")=>{switch(e){case"tel":return u("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${Lt(t)}`,children:t});case"email":return u("a",{className:"text-xl-light text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return u("span",{children:t})}},Lt=e=>e.replaceAll(/\D/g,""),Ot=g((({className:e="",index:t,text:n,...i})=>{const r=Q(),{href:a,target:l,onClick:s}=r(i);return u("a",{className:`text-secondary-text hover:text-primary-main inline-block no-underline ${e}`,href:a,target:l,onClick:s,children:n||`Документ ${t}`})})),Dt=g((({title:e,links:t,className:n=""})=>p("div",{className:n,children:[u("span",{className:"text-primary-text text-s font-medium",children:e}),t?.length?u("div",{className:"flex flex-col gap-2 pt-3",children:t.map(((e,t)=>u(Ot,{index:t,className:"text-s",...e},String(t))))}):null]}))),Bt=[{origins:["t.me","telegram.org"],iconMapped:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],iconMapped:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],iconMapped:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],iconMapped:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],iconMapped:{icon:"PlayMarketIcon"},label:"Google Play"},{origins:["youtube.com"],iconMapped:{icon:"YoutubeIcon"},label:"Youtube"}],zt={default:"w-14 h-14",small:"w-12 h-12"},Et=(e,t)=>e?"":`group/media flex items-center justify-center box-border ${zt[t]}`,Vt=g((({buttonSize:e="default",rounded:t=!1,icon:n,...i})=>{const{href:r,version:a,text:l=""}=i,{iconMapped:s,label:o}=Bt.find((({origins:e})=>e.some((e=>r?.includes(e)))))||{},c=Ft(n)??s;return u(oe,{className:y(t?"rounded-full":"rounded-md","border border-solid hover:border-transparent","group-data-primary:border-main-divider","hover:bg-primary-main hover:text-black","group-data-secondary:bg-white border-main-divider group-data-secondary:hover:bg-secondary-hover","group-data-gray:border-green",Et(l,e)),"aria-label":o,rel:"noopener noreferrer",target:"_blank",text:l,version:a,...i,children:c&&!l?u(Ne,{image:c,imageClassName:"group-hover/media:text-white",width:"24",height:"24"}):null})})),Ft=e=>e?.src||e?.icon?e:void 0,Ht=g((({className:e="",media:t})=>u("div",{className:`flex gap-2 items-start justify-start pt-6 pb-6 ${e}`,children:t?.map(((e,t)=>u(Vt,{...e},String(t))))}))),Jt=g((({className:e="",index:t,...n})=>{const i=Q({isRemote:!0}),{href:r,target:a,text:l,onClick:s}=i(n);return u("a",{className:`text-xs-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px] ${e}`,href:r,target:a,onClick:s,children:l||`Документ ${t}`})})),Ut=g((({className:e="",links:t})=>p("div",{className:e,children:[u("div",{className:"py-6",children:u("span",{className:"text-xs-light text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?u("div",{className:"flex flex-col justify-start items-start gap-2",children:t.map(((e,t)=>u(Jt,{index:t,...e},String(t))))}):null]}))),Xt=g((({className:e="",...t})=>{const n=t.options?.page?.fallback,i=Le(c.SITEMAP||"sitemap",n),{documents:r,relatedEnterprises:a,contacts:l,socialMedia:s,horizontalNavigationTitle:o}=Le(c.FOOTER||"footer",n);return p(Be,{tag:"footer",className:`px-4 py-[26px] ${e}`,...t,children:[u(Rt,{className:"overflow-hidden",items:l,hasButton:!0}),u("div",{className:"m-0 p-0",children:i.topItems?.map(((e,t)=>u($t,{label:e?.text,children:u(dt,{documents:e.items})},String(t))))}),u("div",{className:"mt-4",children:i?.dispositions?.map(Wt)}),u(xt,{title:"Мобильное приложение",description:"Загрузить для IOS и Android",...t}),u(ct,{className:"grow"}),u(Ht,{className:"pb-4",media:s}),u(Dt,{title:o,links:a}),u(Ut,{links:r})]})})),Wt=(e,t)=>{const{icon:n,href:i,text:r}=e;return p(oe,{version:"link",href:i,className:"flex text-s mb-4 w-6",children:[n?u(Ne,{className:"pr-1",image:n,width:"24",height:"24"}):null,u("span",{className:"pl-2.5 font-medium text-primary-text",children:r})]},`footer-${t}`)},Gt=e=>({href:t})=>J(F(t)?e.href:e.pathname).startsWith(J(t)),Yt=g((({className:e="",active:t,dataItemName:n,children:i,...r})=>{const a=Q(),{href:l,target:s,text:o,onClick:c}=a(r);return p("a",{className:y("relative inline-block bg-transparent text-center no-underline",e),href:l,target:s,"data-item-name":n,onClick:c,children:[u("span",{className:Kt(t),children:o||i}),t?u("div",{className:"absolute left-0 -bottom-3 w-full h-0.5 bg-primary-main group-data-transparent:bg-transparent"}):null]})})),Kt=(e=!1)=>y("font-sans text-s",e?"text-primary-main":"text-secondary-text hover:text-primary-main","group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),Qt=864e5;function qt(e,t,n=globalThis?.localStorage){const i=a((async(...i)=>{const r=`async:${e}`,a=function(e){const{data:t=null,timestamp:n=null}=e?JSON.parse(e):{};return t&&Date.now()-n<Qt?t:void 0}(n.getItem(r));if(a)return a;const l=await t(...i);return n.setItem(r,JSON.stringify({data:l,timestamp:Date.now()})),l}),[e,t]);return Re(e,i)}const Zt=()=>{const e=globalThis.localStorage?.getItem("location");try{return e?JSON.parse(e):null}catch(e){return null}},en=g((({burgerSubMenu:e,onClick:t,defaultLocation:n="",children:l})=>{const[s]=function(e="Москва"){const t=Zt(),[n,l]=i(t?.region??{name:e}),{data:s}=qt("/api/v1/region",Pe);return r((()=>{l(t?.region&&t?.manual?t.region:s||{name:e})}),[s]),[n,a((e=>{globalThis.localStorage?.setItem("location",JSON.stringify({manual:!0,region:e})),l(e)}),[])]}(n);return p("div",{className:"absolute top-0 left-0 w-full h-full bg-white p-4 box-border z-20",children:[u("button",{className:"absolute top-4 right-4 border-none bg-transparent cursor-pointer",onClick:t,children:u(Ne,{image:{icon:"CloseIcon"},width:"24",height:"24"})}),p("button",{className:"flex items-center text-s p-0 mb-4 bg-transparent cursor-pointer",children:[u(Ne,{image:{icon:"GeolocationIcon"},width:"20",height:"20",className:"text-primary-main box-border mr-2"}),u(It,{color:"text-secondary-text",children:s.name})]}),l,u("div",{className:"mb-7",children:e?.map(tn)}),u(ct,{className:"grow"})]})})),tn=(e,t)=>{const{icon:n,href:i,text:r}=e;return p("a",{href:i,className:"flex text-s mb-4 hover:text-primary-main",children:[n?u(Ne,{className:"text-primary-main pr-1",image:n,width:"24",height:"24"}):null,u("span",{className:"font-medium pl-0.5",children:r})]},`headerSubMenu-${t}`)},nn=g((({onClick:e,bgColor:t,logo:n})=>p("div",{className:"flex items-center justify-between border-0 border-b border-main-divider h-12",children:[p("div",{className:"flex items-center",children:[u("button",{className:"pl-0 pr-4 border-0 bg-transparent cursor-pointer",onClick:e,"aria-label":"Открыть меню",children:u(Ne,{image:{icon:"BurgerIcon",iconVersion:"bg-white"===t?"black":"white"},className:"text-primary-text w-6 h-6",width:"24",height:"24"})}),u(ft,{className:"mr-8",bgColor:t,logo:n})]}),u("button",{className:"text-primary-main group-data-transparent:text-white group-data-transparent:hover:text-primary-hover text-s border-0 bg-transparent",children:"Войти"})]}))),rn={"bg-white":"primary",transparent:"transparent"},an=g((({bgColor:e="bg-white",version:t=rn[e],...n})=>{const r=K(),l=n.options?.page?.fallback,{topItems:s,dispositions:o,defaultLocation:d,logo:m}=Le(c.SITEMAP||"sitemap",l),h=s?.find((e=>Gt(c.BASE_PATH?{pathname:c.BASE_PATH}:e))(r)),g=h?.items,b=(e=>(t=[])=>{const n=t?.filter(Gt(e));return n?.length?R((e=>e.href?.length||0))(n):void 0})(r)(g),[f,x]=i(!1),y=a((()=>x((e=>!e))),[]);return p(Be,{tag:"header",version:t,...n,children:[p("div",{className:"container px-4 py-0 box-border",children:[u(nn,{onClick:y,bgColor:e,logo:m}),u("nav",{className:"flex items-center m-0 p-0 overflow-y-hidden w-full h-12",children:u("div",{className:"flex no-scrollbar horizontal-list h-full items-center",children:g?.map(((e,t)=>u(Yt,{className:"mr-8 whitespace-nowrap text-s",active:e===b,...e},String(t))))})})]}),f?u(en,{onClick:y,burgerSubMenu:o,defaultLocation:d,children:u("div",{className:"list-none m-0 p-0",children:s?.map(((e,t)=>u($t,{label:e.text,children:u(dt,{documents:e.items})},String(t))))})}):null]})})),ln=g((({children:e,...t})=>u("p",{className:["font-sans",...Object.values(t)].join(" "),children:e}))),sn={XXL:{wrapper:"gap-[18px]",title:{headingType:"h0",as:"h1"},descriptionSize:"text-h5"},XL:{wrapper:"gap-4",title:{headingType:"h1",as:"h1"},descriptionSize:"text-xl-light"},L:{wrapper:"gap-4",title:{headingType:"h2",as:"h2"},descriptionSize:"text-xl-light"},M:{wrapper:"gap-3",title:{headingType:"h3",as:"h3"},descriptionSize:"text-xl-light"},S:{wrapper:"gap-2",title:{headingType:"h4",as:"h4"},descriptionSize:"text-xl-light"},XS:{wrapper:"gap-2",title:{headingType:"h5",as:"h5"},descriptionSize:"text-l-light"}},on=g((({className:e,title:t,description:n,headlineVersion:i="XL",align:r="text-center",as:a,isPadding:l=!0,isTheme:s=!1,version:o="",...c})=>{const d=sn[i];return p(Be,{className:y("flex flex-col",l?"p-12":"",d.wrapper,e),version:o,isTheme:s,...c,children:[t?u(x,{className:y("whitespace-pre-wrap",r),...d?.title,as:a||d?.title.as,title:t}):null,n?u(ln,{size:d.descriptionSize,align:r,children:n}):null]})})),cn=g((({doc:e,icon:t})=>{const{text:n,fileSize:i,...r}=e;return p("a",{className:"flex box-border gap-3 group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main",role:"link",...r,children:[t,n?p(It,{size:"text-l",font:"font-light",children:[n,u(It,{color:"text-secondary-text",children:r?.href&&dn(mn(r.href),i)})]}):null]})})),dn=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),mn=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},hn=g((({className:e="",title:t,description:n,icon:i={icon:"DocDownloadIcon",iconVersion:"black"},documents:r,align:a,...l})=>p(Be,{className:y("py-6 px-4",e),...l,children:[u(on,{isPadding:!1,title:t,description:n,align:a,headlineVersion:"M",as:"h2"}),r?.length?u("div",{className:"mt-5 flex flex-col gap-6",role:"list",children:r.map(((e,t)=>u("div",{role:"listitem",children:u(cn,{doc:e,icon:i?u(Ne,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:i,width:"24",height:"24"}):null})},String(t))))}):null]}))),un=e=>{const t="col-span-",n=e?.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function pn(e=""){const t=un(e);return t<=4?"S":t<=8?"M":"L"}function gn(e=""){const t=un(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function bn(e=""){const t=un(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const fn=g((({className:e,title:t,description:n="Блок в разработке...",...i})=>p(Be,{className:y("p-9 box-border",e,bn(e),gn(e)),...i,children:[u(on,{className:"!p-0 max-w-[600px]",title:t,description:n,headlineVersion:pn(e)}),u("figure",{className:"m-0 min-w-[80%]",children:xn()})]}))),xn=(e=3)=>vn(100,e).map((e=>Math.floor(e))).map(yn),yn=(e,t)=>u("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),vn=(e,t)=>[e].concat(t>0?vn(e/1.618,t-1):[]),Nn=(e,{className:t="",buttonClassName:n,isVertical:i}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?u("div",{className:y("flex",i?"flex-col gap-2":"gap-4",t),children:e.map(wn(n))}):null,wn=(e="")=>(t,n)=>{const{text:i,icon:r,iconRight:a,version:l,...s}=t||{},o="secondary"===l?"color":"white",c=r?.iconVersion?r?.iconVersion:o;return i||r?.icon?u(oe,{className:e,appendLeft:kn({...r,iconVersion:c}),appendRight:kn({...a,iconVersion:c}),version:l,text:i,...s},n?String(n):""):null},kn=e=>e?.icon||e?.src?u(Ne,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,Tn={L:"w-1.5 h-1.5 min-w-1.5 min-h-1.5 mr-4",M:"w-1.5 h-1.5 min-w-1.5 min-h-1.5 mr-3",S:"w-1 h-1 min-w-1 min-h-1 mr-2"},Cn=g((({className:e="",isDotted:t=!0,children:n,size:i="M"})=>p("div",{className:`font-sans flex items-baseline ${e}`,role:"listitem",children:[t?u("div",{children:u("div",{className:`rounded-full align-middle inline-block bg-primary-text group-data-secondary:bg-white ${Tn[i]}`})}):null,u("span",{children:n})]}))),Sn={S:"text-l-light",M:"text-h6",L:"text-h5"},_n={S:"ml-2",M:"ml-3",L:"ml-4"},In=g((({className:e="",hasIndent:t,isDotted:n,itemClassName:i="",items:r,listItemSize:a="M"})=>r?.length?u("section",{className:`text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text ${Sn[a]} ${t?_n[a]:""} ${e}`,role:"list",children:r.map(((e,t)=>u(Cn,{className:i,isDotted:n,size:a,children:e},String(t))))}):null)),$n=g((({className:e="",title:t="",buttons:n,image:i,children:r})=>p("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,children:[t,p("div",{className:"flex grow w-full justify-between",children:[p("div",{className:"flex flex-col justify-between w-full",children:[u("div",{className:"h-full",children:r}),n?u("div",{className:"mt-auto pt-8",children:n}):null]}),i]})]}))),Mn=g((e=>{const{className:t="",icon:n,label:i,description:r,version:a="primary",benefitsVersion:l="normal"}=e;return p("div",{className:`flex gap-5 ${r?"items-start":"items-center"} ${t}`,children:[n?u("div",{className:An(a,l),children:u(Ne,{className:"w-6 h-6",image:{...n,iconVersion:n.iconVersion||l}})}):null,p("div",{className:"gap-0.5",children:[i?u("div",{className:"text-h6 text-primary-text group-data-secondary:text-white",children:i}):null,r?u("div",{className:"text-m-light text-secondary-text group-data-secondary:text-white",children:r}):null]})]})}));function An(e,t){let n="bg-primary-main text-black";return"secondary"===e?n="bg-white/30 text-black":"normal"===t&&(n="bg-secondary-light text-primary-main"),`w-12 h-12 min-w-12 rounded-full p-2.5 box-border flex items-center justify-center ${n}`}const Rn=(e="primary",t="normal")=>({icon:n,label:i,description:r},a)=>u(Mn,{icon:n,label:i,description:r,version:e,benefitsVersion:t},String(a)),jn=g((({className:e="",headlineVersion:t="L",benefits:n,benefitsVersion:i="normal",buttons:r,image:a,items:l,isDotted:s=!0,label:o,title:c,description:d,...m})=>p(Be,{className:`w-full ${e}`,...m,children:[p("div",{children:[o?Ln(o):null,u(on,{className:"!p-0 max-w-[600px]",title:c,description:d,headlineVersion:t,align:"text-left"}),p($n,{buttons:Nn(r,{className:"mt-5",isVertical:!0}),children:[n?.filter((e=>e.label))?.length?u("div",{className:"mt-3",children:n.map(Rn("primary",i))}):null,l?.length?u(In,{className:"mt-3 text-m",items:l,isDotted:s}):null]})]}),Pn(a)]})));function Pn(e){return e?.src?u(Ne,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const Ln=e=>u("div",{className:"w-fit px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid border-secondary-hover",children:u(It,{color:"text-primary-main group-data-secondary:text-white/80",children:e})}),On=g((e=>{const{className:t="",...n}=e;return u(Be,{className:`px-4 py-6 ${t}`,...n,children:u(jn,{...e})})})),Dn=g((e=>{const{__html:t="",richVersion:n=""}=e;return u("div",{className:y(n,"md-container"),dangerouslySetInnerHTML:{__html:t}})})),Bn={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-12 w-12 min-w-12 min-h-12"},zn={normal:"min-h-[70px]",small:"min-h-12"},En={description:"text-white/80 text-l-light group-data-primary:text-secondary-text group-data-gray:text-secondary-text",iconText:"text-white group-data-primary:text-secondary-text group-data-gray:text-secondary-text",iconBackground:"bg-white/30 group-data-primary:bg-main-divider",iconConnector:"bg-white group-data-primary:bg-secondary-light",dot:"bg-white/80 group-data-primary:bg-secondary-text"},Vn=g((({className:e="",title:t,description:n,showLines:i=!0,steps:r,size:a="normal",version:l="primary",...s})=>p(Be,{className:`box-border px-4 py-6 flex flex-col ${e}`,version:l,...s,children:[t?u(x,{headingType:"h3",className:"text-center",title:t}):null,n?u("p",{className:`text-m-light text-center ${En.description} ${t?"mt-2":""}`,children:n}):null,r?.length?u("div",{className:"box-border py-0.5 mb-0.5 mt-5",children:u("div",{className:"flex flex-col justify-between gap-x-[101px]",children:r.map(Fn(a,l,i))})}):null]}))),Fn=(e,t,n)=>(i,r,a)=>{const{type:l}=i;if("default"!==l&&"rte"!==l)return null;switch(l){case"default":return Hn(e,t,n)(i,r,a);case"rte":return u(Dn,{__html:i.__html});default:Ve(i)}},Hn=(e,t,n)=>(i,r,a)=>{const l=a.length-1===r,s="normal"===e?"ml-[34px]":"ml-6";return u("div",{children:p("div",{className:"flex flex-row text-center relative",children:[p("div",{className:"overflow-hidden flex-shrink-0",children:[Jn(e,t)(i,r),l?null:u("div",{className:`min-h-8 h-full w-0.5 ${n?En.iconConnector:""} ${s}`})]}),p("div",{className:`flex flex-col justify-center h-fit ${zn[e]}`,children:[i.label?u("div",{className:"text-m-title-xs font-medium m-0 text-left mb-1",children:i.label}):null,i.description?u("div",{className:`text-s ${En.description} text-left`,children:i.description}):null]})]})},String(r))},Jn=(e,t)=>(n,i)=>{const r="normal"===e?"38":"27",a="secondary"===t?"white":"color";return u("div",{className:`${Bn[e]} ${En.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:u("span",{className:`font-medium flex self-center ${"normal"===e?"text-m-title":"text-m-title-xs"}`,children:(l=n?.icon,Boolean(l?.icon||l?.src)?u(Ne,{image:{...n.icon,iconVersion:n.icon?.iconVersion||a},width:r,height:r}):u("span",{children:i+1}))})});var l},Un={Buttons:({buttons:e})=>Nn(e,{className:"mt-3",buttonClassName:"w-12 h-12"}),Img:({image:e})=>e?.src?u(Ne,{image:{...e,className:"m-0"}}):null,List:({isDotted:e,...t})=>u(In,{className:"flex flex-col justify-between items-start text-m",isDotted:e??!0,...t}),LabelDescription:({label:e,description:t})=>p("div",{children:[e?u("div",{className:"text-xl font-medium m-0 "+(t?"mb-1":""),children:e}):null,t?u("div",{className:"text-s text-secondary-text",children:t}):null]})},Xn=g((({title:e,icon:t})=>p("div",{className:"flex gap-2.5 mb-2",children:[e?u(x,{headingType:"h3",className:"font-medium",title:e}):null,t?u(Ne,{className:"ml-auto min-w-6",image:t,width:"24",height:"24"}):null]}))),Wn=g((({tile:e,...t})=>p("div",{className:"rounded-md border-gray h-full box-border border p-4",children:[u(Xn,{...e?.header}),e?.data?.length?e.data.map(((e,n)=>p("div",{children:[n>0?u("div",{className:"h-5"}):null,Gn(e,t)]},String(n)))):null]})));function Gn(e,t){if(!e||!e.tableCellType||!(e.tableCellType in Un))return null;const n=Un[e.tableCellType];return u(n,{displayTable:()=>null,isVisible:!0,...e,...t})}const Yn=g((({tiles:e,...t})=>e?.length?u(B,{...t,children:e.map(((e,n)=>u(Wn,{tile:e,...t},String(n))))}):null)),Kn=g((({tiles:e,...t})=>e?.length?u("div",{className:"flex flex-col gap-3.5",children:e.map(((e,n)=>u(Wn,{tile:e,...t},String(n))))}):null)),Qn=g((({className:e,title:t,description:n,tariffsColumns:i,rowHeaders:r,orientation:a="vertical",...l})=>{const s=qn(i),o=Zn(r,s);return p("section",{className:`px-4 py-6 bg-white font-sans text-primary-text overflow-x-hidden ${e}`,children:[t?u(x,{headingType:"h2",className:`text-center ${n?"mb-2":"mb-5"}`,title:t}):null,n?u("div",{className:"mb-5 text-center text-m",children:n}):null,u("vertical"===a?Kn:Yn,{tiles:o,...l})]})})),qn=e=>e?.[0]?.data?e[0].data:[],Zn=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),ei=g((({title:e,description:t,iconVersion:n,image:i,className:r="",items:a,isDotted:l=!0})=>p("section",{className:`font-sans px-4 py-[18px] flex flex-col bg-white group-data-secondary:bg-primary-main ${r}`,children:["small"===n?u("div",{className:"mb-3",children:u("div",{className:"rounded-full h-4 w-4 text-center text-xs-light bg-primary-main text-white group-data-secondary:bg-white group-data-secondary:text-primary-main",children:"i"})}):null,"big"===n?ti(i):null,p("div",{className:"py-0.5 text-secondary-text group-data-secondary:text-white",children:[e?u("div",{className:"text-l font-medium mb-1",children:e}):null,t?u("div",{className:"text-s ",children:t}):null,a?.length?u(In,{className:"mt-1 text-m",items:a,isDotted:l}):null]})]})));function ti(e){return e?.src?u(Ne,{className:"pb-3 mr-auto",image:e}):null}const ni={XXL:"gap-12",XL:"gap-10",L:"gap-8",M:"gap-4",S:"gap-2",XS:"gap-1","":""},ii={stretch:"items-stretch",left:"items-start",center:"items-center",right:"items-end"},ri=g((({className:e="",gap:t="",align:n="stretch",isPadding:i=!1,isInnerPadding:r=!0,version:a="transparent",isTheme:l=!1,...s})=>{const o=r?"":"!p-0";return u(Be,{className:y("relative","flex flex-col [&>*]:max-w-full",i?"p-12":"",ni[t],n&&ii[n],e),version:a,isTheme:l,...s,children:Tt({...s,renderProps:(e,t)=>Nt(e,t,{className:o})})})}));ri.childrenTypes=[];const ai={ComparisonTable:$e,Footer:Xt,Header:an,Headline:on,LinkDocs:hn,LinkList:dt,MobileAppTile:xt,ProductBlock:On,StepsBlock:Vn,TariffsTable:Qn,TextBlock:ei,Placeholder:fn,RollupItem:$t,VerticalLayout:ri};const li=["Header","Footer"],si=([,{target:e}])=>Math.abs(e.getBoundingClientRect().top);function oi(e=globalThis){const t=s(new Map);r((()=>Oe.subscribe("intersection",(({block:e,intersection:n})=>{t.current&&t.current.set(e,n)}))),[]),r((()=>{const n=((e,t=600)=>{let n;const i=(...r)=>{i.dispose(),n=setTimeout((()=>{e(...r)}),t)};return i.dispose=()=>{n&&clearTimeout(n)},i})((()=>{!function(e){const t=`#${n=e?.anchor,n?.replace("#","")||""}`;var n;globalThis.location?.hash!==t&&globalThis.history?.replaceState(globalThis.history?.state,"",t)}(globalThis.scrollY>3*globalThis.innerHeight/4?function(e){const t=e.filter((([e])=>!li.includes(e.type||""))).filter((([,{intersectionRatio:e}])=>e>.01)),[n]=t.length>0?P(si)(t):[];return n}([...t.current||[]]):void 0)}),100);return e.addEventListener("scroll",n),()=>{n.dispose(),e.removeEventListener("scroll",n)}}),[e])}const ci=g((({className:e="",href:t,target:n,isRemote:i=!1,children:r})=>{const a=Q({isRemote:i})({href:t,target:n});return u(t?"a":"div",{className:y("block",e),...t?a:{},children:r})})),di="cookieClose",mi=g((({termLink:e,personalDataPolicyLink:t})=>{const{isOpened:n,onClose:i}=et("cookie",!globalThis.localStorage?.getItem(di)),r=a((()=>{globalThis.localStorage?.setItem(di,"true"),i&&i()}),[i]);return n?u("div",{className:"container z-40 fixed bottom-0 left-0 right-0 pointer-events-none",children:p("div",{className:"bg-white m-6 p-6 rounded-md flex items-center pointer-events-auto shadow-[0_4px_25px_rgba(0,0,0,0.07)]",children:[u("div",{className:"flex-1",children:p(ln,{size:"text-s-light",color:"text-primary-text",children:["АО «Россельхозбанк» использует",u(ci,{isRemote:!0,className:y(hi(e?.href)),...e,children:"cookie"}),"(файлы с данными о прошлых посещениях сайта) для персонализации сервисов и удобства пользователей. Вы можете запретить сохранение cookie в настройках своего браузера.",u(ci,{isRemote:!0,className:y(hi(t?.href)),...t,children:"Обработка Ваших персональных данных"}),"производится в соответствии с требованиями Федерального закона от 27.07.2006 № 152-Ф3 «О персональных данных»."]})}),u("div",{className:"w-24 flex justify-end",children:u(Ee,{className:"bg-main-gray rounded-md",onClick:r})})]})}):null})),hi=e=>["inline mx-1",e?"text-green-dark":""],ui=h();const pi=g((({className:e,onClick:t,ariaLabel:n})=>u("button",{type:"button",className:`border-0 w-9 bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":n,children:gi()}))),gi=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[u("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),u("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},bi=g((({className:e=""})=>{const t=function(e){const[t,n]=i(0);return r((()=>{(async()=>{const[t]=await ui.getLikeCount(e);n(t?.value||0)})()}),[e]),{likeCount:t,like:a((async()=>{n(await ui.like(e))}),[e]),dislike:a((async()=>{n(await ui.dislike(e))}),[e])}}(K().pathname);return p("div",{className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e}`,children:[u(pi,{onClick:Y(t.like),ariaLabel:"Поставить отметку «лайк»"}),u(pi,{onClick:Y(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),u("span",{className:"select-none",children:t.likeCount})]})})),fi=g((e=>{const{className:t="",blocksRegistry:n,blockDecorator:i,data:r={}}=e,{style:a,blocks:l,slots:s,likeControl:o,colorPalette:c="pc"}=r,d={key:"",page:r,blocksRegistry:n,blockDecorator:i,parent:r};oi();const[m,{setTrue:h,setFalse:g}]=Ze();return Fe({onOpen:h,onClose:g}),p("section",{className:y("relative",a,t,m?"overflow-hidden h-screen":""),"data-theme":c,children:[s?.header?u("div",{className:"mb-5 shadow-[0_8px_32px_0px_#00000014]",children:kt(s?.header,{...d,slotName:"header"})}):null,p("div",{className:"container grid grid-cols-12 gap-1",children:[kt(l,d),s?.footer?kt(s?.footer,{...d,slotName:"footer"}):null]}),o?u("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:u(bi,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto"})}):null,u(mi,{termLink:{href:"/pd-policy#cookie",target:"_blank"},personalDataPolicyLink:{href:"/pd-policy",target:"_blank"}})]})}));fi.childrenTypes=[],fi.slots=()=>["header","footer"];e.Blocks=ai,e.ContentPage=fi,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),n=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await n.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.LikeAPI=h,e.handlerDecorator=Y,e.joinList=function(e){return t=>t.reduce(((t,n,i)=>t.length?t.concat({...e,key:i},n):[n]),[])},e.packageVersion="0.10.5",e.projectSettings=c,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=X,e.useRouter=K,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { LinkCommonProps } from '../../model/LinkProps';
|
|
2
|
+
export interface CookiePopupProps {
|
|
3
|
+
termLink?: LinkCommonProps;
|
|
4
|
+
personalDataPolicyLink?: LinkCommonProps;
|
|
5
|
+
}
|
|
6
|
+
export declare const COOKIE_DIALOG_ID = "cookie";
|
|
7
|
+
export declare const LOCAL_STORAGE_NAME = "cookieClose";
|
|
8
|
+
export declare const CookiePopup: import("@redneckz/uni-jsx").UNIComponent<CookiePopupProps, any, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DialogProps } from './Dialog';
|
|
2
2
|
import type { DialogInitialParams } from './DialogAction';
|
|
3
|
-
export declare function useDialogProps(id: string): DialogProps & DialogInitialParams & {
|
|
3
|
+
export declare function useDialogProps(id: string, initOpen?: boolean): DialogProps & DialogInitialParams & {
|
|
4
4
|
wasOpened: boolean;
|
|
5
5
|
};
|
|
@@ -8,7 +8,7 @@ const Carousel_1 = require("../Carousel/Carousel");
|
|
|
8
8
|
const Headline_1 = require("../Headline/Headline");
|
|
9
9
|
const MAX_LINKS_COUNT = 10;
|
|
10
10
|
exports.CarouselLinks = (0, uni_jsx_1.JSX)(({ className = '', additionalDescription, description, links, title, ...rest }) => {
|
|
11
|
-
return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `flex w-full p-10 overflow-hidden justify-between ${className}`, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { isPadding: false, title: title, description: description, as: "h1", align: "text-left" }), additionalDescription ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "pt-6", isPadding: false, description:
|
|
11
|
+
return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `flex w-full p-10 overflow-hidden justify-between ${className}`, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { isPadding: false, title: title, description: description, as: "h1", align: "text-left" }), additionalDescription ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "pt-6", isPadding: false, description: additionalDescription, align: "text-left" })) : null] }), links?.length ? renderLinks(links) : null] }));
|
|
12
12
|
});
|
|
13
13
|
const renderLinks = (links) => {
|
|
14
14
|
const itemCount = Math.ceil(links.length / MAX_LINKS_COUNT);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselLinks.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinks.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mEAAgE;AAChE,mDAAgD;AAChD,mDAAgD;AAKhD,MAAM,eAAe,GAAG,EAAE,CAAC;AAEd,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,qBAAqB,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAChF,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,oDAAoD,SAAS,EAAE,KACtE,IAAI,aAER,iCAAK,SAAS,EAAC,sDAAsD,aACnE,uBAAC,mBAAQ,IACP,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,EAAE,EAAC,IAAI,EACP,KAAK,EAAC,WAAW,GACjB,EACD,qBAAqB,CAAC,CAAC,CAAC,CACvB,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,SAAS,EAAE,KAAK,EAChB,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"CarouselLinks.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinks.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mEAAgE;AAChE,mDAAgD;AAChD,mDAAgD;AAKhD,MAAM,eAAe,GAAG,EAAE,CAAC;AAEd,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,qBAAqB,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAChF,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,oDAAoD,SAAS,EAAE,KACtE,IAAI,aAER,iCAAK,SAAS,EAAC,sDAAsD,aACnE,uBAAC,mBAAQ,IACP,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,EAAE,EAAC,IAAI,EACP,KAAK,EAAC,WAAW,GACjB,EACD,qBAAqB,CAAC,CAAC,CAAC,CACvB,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,SAAS,EAAE,KAAK,EAChB,WAAW,EAAE,qBAAqB,EAClC,KAAK,EAAC,WAAW,GACjB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,EACL,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,IAC7B,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,KAAkB,EAAE,EAAE;IACzC,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,eAAe,CAAC,CAAC;IAE5D,OAAO,CACL,uBAAC,mBAAQ,IACP,SAAS,EAAC,yBAAyB,EACnC,MAAM,EAAE,KAAK,EACb,QAAQ,EAAE,IAAI,EACd,SAAS,EAAE,SAAS,EACpB,YAAY,EAAE,KAAK,EACnB,QAAQ,EAAE,IAAI,YAEb,IAAI,KAAK,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE,CAAC,CACtD,gCAEE,SAAS,EAAC,+DAA+D,YAExE,KAAK;iBACH,KAAK,CAAC,UAAU,GAAG,eAAe,EAAE,CAAC,UAAU,GAAG,CAAC,CAAC,GAAG,eAAe,CAAC;iBACvE,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CACpB,uBAAC,uBAAU,IAAqB,SAAS,EAAC,KAAK,KAAK,IAAI,IAAvC,MAAM,CAAC,KAAK,CAAC,CAA8B,CAC7D,CAAC,IAPC,MAAM,CAAC,UAAU,CAAC,CAQnB,CACP,CAAC,GACO,CACZ,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -5,6 +5,7 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
|
5
5
|
const renderBlockList_1 = require("../../BlockRenderer/renderBlockList");
|
|
6
6
|
const useBool_1 = require("../../hooks/useBool");
|
|
7
7
|
const useBlockRouterProvider_1 = require("../../services/BlockRouter/useBlockRouterProvider");
|
|
8
|
+
const CookiePopup_1 = require("../../ui-kit/CookiePopup/CookiePopup");
|
|
8
9
|
const useDialogHandlers_1 = require("../../ui-kit/Dialog/useDialogHandlers");
|
|
9
10
|
const style_1 = require("../../utils/style");
|
|
10
11
|
const LikeControl_1 = require("../LikeControl/LikeControl");
|
|
@@ -32,7 +33,7 @@ exports.ContentPage = (0, uni_jsx_1.JSX)((props) => {
|
|
|
32
33
|
...options,
|
|
33
34
|
slotName: 'footer',
|
|
34
35
|
})
|
|
35
|
-
: null] }), likeControl ? renderLikeControl() : null] }));
|
|
36
|
+
: null] }), likeControl ? renderLikeControl() : null, (0, jsx_runtime_1.jsx)(CookiePopup_1.CookiePopup, { termLink: { href: '/pd-policy#cookie', target: '_blank' }, personalDataPolicyLink: { href: '/pd-policy', target: '_blank' } })] }));
|
|
36
37
|
});
|
|
37
38
|
exports.ContentPage.childrenTypes = [];
|
|
38
39
|
exports.ContentPage.slots = () => ['header', 'footer'];
|